
/*====================================
 Free To Use For Personal And Commercial Usage
Author: http://binarytheme.com
 Share Us if You Like our work 
 Enjoy Our Codes For Free always.
======================================*/
.login-bg {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.login-box {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 100px;
    width: 350px;
}

    .login-box a {
        display: block;
        margin-bottom: 60px;
    }

        .login-box a img {
            display: block;
            margin: 0 auto;
            max-width: 100%;
        }

    .login-box h2 {
        color: #4d997a;
        font-size: 35px;
        text-align: center;
        font-weight: bold;
    }

    .login-box p {
        color: #616262;
        margin: 10px 0 25px;
        text-align: center;
            font-size: 14px;
    }

.login-text {
    border: 1px solid #ccc;
    color: #616362;
    margin-bottom: 15px;
    padding: 10px;
    display: block;
    width: 100%;
}

.login-pages-btn {
    background: #4d997a none repeat scroll 0 0;
    border: 1px solid #fff;
    cursor: pointer;
    color: #fff;
    transition: all 0.5s ease 0s;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 0;
    width: 100%;
}

    .login-pages-btn:hover {
        background: #616262 none repeat scroll 0 0;
        color: #fff;
    }

.signup-whitebox {
    background: #f6f8f8;
    margin-top: 30px;
}

.logout-left {
    background: #616262;
    padding: 20px;
}

.LoginView2 {
    width: 100%;
}

.arrer-msg1 {
    color: #FFFFCC;
    display: block;
    border: none;
    padding: 5px;
    font-size: 14px;
    margin: -2px 0 0;
}

.arrer-msg2 {
    color: #FFFFCC;
    display: block;
    left: 27px;
    border: none;
    bottom: 22px;
    position: absolute;
    padding: 5px;
    font-size: 14px;
    /* background: #fff; */
    margin: -2px 0 0;
}

.logout-left h4 {
    color: #fff;
    font-size: 30px;
    margin: 0;
    padding: 30px 0;
    text-align: center;
}

.logout-left textarea {
    border: medium none;
    height: 100px;
    margin-bottom: 25px;
    padding: 10px;
    width: 100%;
}

.logout-right {
    padding: 20px;
}

    .logout-right p {
        font-size: 35px;
        padding: 55px 0;
        text-align: center;
        margin: 0px;
    }

    .logout-right span {
        color: #368062;
        display: block;
        font-size: 25px;
        font-weight: bold;
        padding-bottom: 10px;
    }

.social-link {
    float: left;
    margin: 20px;
    border-radius: 100%;
}

    .social-link i {
        background: #3b5998 url("../images/social-img.png") no-repeat scroll 7px 7px;
        border-radius: 100%;
        display: block;
        height: 50px;
        width: 50px;
    }

.social-linktwit {
    background-color: #1da0f2;
}

    .social-linktwit i {
        background-color: #1da0f2;
        background-position: 7px -78px;
    }

.social-linksskype {
    background-color: #00aff0;
}

    .social-linksskype i {
        background-color: #d62020;
        background-position: 10px -195px;
    }

.social-linkldn {
    background-color: #1686b0;
}

    .social-linkldn i {
        background-color: #1686b0;
        background-position: 8px -312px;
    }

.logout-detail {
    min-height: 330px;
}

body {
    font-family: 'Nunito', sans-serif !important;
}

.clr {
    clear: both;
}

a {
    text-decoration: none;
    transition: all 0.5s ease 0s;
    outline: none;
}

    a:active, a:hover {
        text-decoration: none;
    }

.top-header {
    border-bottom: 1px solid #ccc;
}

.logo {
    display: block;
    margin: 10px 0;
}

    .logo img {
        display: block;
        max-width: 100%;
    }

nav {
    display: block;
    margin: 25px 0;
}

.menu {
    display: block;
    margin: 0px;
    padding: 0px;
}

    .menu li {
        display: inline-block;
        position: relative;
        margin: 0px;
        z-index: 100;
    }

        .menu li:first-child {
            margin-left: 0;
        }

        .menu li a {
            color: #63676a;
            display: block;
            font-size: 13px;
            font-weight: 400;
            padding: 5px 8px;
            text-decoration: none;
            transition: all 0.2s ease-in-out 0s;
        }

            .menu li a:hover,
            .menu li:hover > a {
                color: #47ad83;
            }

    .menu ul {
        visibility: hidden;
        opacity: 0;
        margin: 0;
        padding: 0;
        width: 170px;
        position: absolute;
        left: 0px;
        background: #fff;
        z-index: 99;
        transform: translate(0, 20px);
        transition: all 0.2s ease-out;
    }

        .menu ul:after {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #fff;
            border-width: 6px;
            margin-left: -6px;
        }

        .menu ul li {
            display: block;
            float: none;
            background: none;
            margin: 0;
            padding: 0;
        }

            .menu ul li a {
                font-size: 12px;
                font-weight: normal;
                display: block;
                color: #797979;
                background: #fff;
            }

                .menu ul li a:hover,
                .menu ul li:hover > a {
                    background: #47ad83;
                    color: #fff;
                }

    .menu li:hover > ul {
        visibility: visible;
        opacity: 1;
        transform: translate(0, 0);
    }

    .menu ul ul {
        left: 169px;
        top: 0px;
        visibility: hidden;
        opacity: 0;
        transform: translate(20px, 20px);
        transition: all 0.2s ease-out;
    }

        .menu ul ul:after {
            left: -6px;
            top: 10%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(255, 255, 255, 0);
            border-right-color: #fff;
            border-width: 6px;
            margin-top: -6px;
        }

    .menu li > ul ul:hover {
        visibility: visible;
        opacity: 1;
        transform: translate(0, 0);
    }

.responsive-menu {
    background: #4d997a none repeat scroll 0 0;
    color: #fff;
    display: none;
    float: right;
    font-size: 17px;
    font-weight: 600;
    height: 35px;
    margin-top: 20px;
    padding: 5px 10px;
    text-transform: uppercase;
    width: 35px;
}

    .responsive-menu:hover {
        background: #E95546;
        color: #fff;
        text-decoration: none;
    }

a.homer {
    color: #47ad83 !important;
}

@media (min-width: 768px) and (max-width: 979px) {

    .mainWrap {
        width: 768px;
    }

    .menu ul {
        top: 37px;
    }

    .menu li a {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .menu {
        position: absolute;
        z-index: 999;
        right: 15px;
        width: 225px;
        top: 65px;
    }

    ul.menu li:nth-child(6) a {
        margin: 0 0 10px !important;
    }

    .mainWrap {
        width: auto;
        padding: 50px 20px;
    }

    .menu {
        display: none;
    }

    .responsive-menu {
        display: block;
    }

    nav {
        margin: 0;
        background: none;
    }

    .menu li {
        display: block;
        margin: 0;
    }

        .menu li a {
            background: #fff;
            color: #797979;
        }


    .menu ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
    }

    .menu li:hover > ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }

    .menu ul ul {
        left: 0;
        transform: initial;
    }

    .menu li > ul ul:hover {
        transform: initial;
    }
}

ul.menu li:nth-child(7) a {
    background: #4d997a none repeat scroll 0 0;
    border: 1px solid #4d997a;
    margin: 0 10px;
    color: #fff;
}

    ul.menu li:nth-child(7) a:hover {
        background: #fff;
        color: #4d997a;
    }

ul.menu li:nth-child(8) a {
    border: 1px solid #4d997a;
    color: #4d997a;
}

    ul.menu li:nth-child(8) a:hover {
        color: #fff;
        background: #4d997a;
    }

#slideshow {
    margin: 50px auto;
    position: relative;
    width: 100%;
    padding: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

    #slideshow > div {
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
    }
/*  popap css start*/
.g-hidden {
    display: none;
}

.contact-popup {
    width: 750px;
    padding: 30px;
}

.box-modal {
    position: relative;
    background: #fff
}

.box-modal_close {
    position: absolute;
    right: 1px;
    top: 4px;
    font-size: 20px;
    line-height: 15px;
    font-weight: 700;
    color: #999;
    cursor: pointer
}

    .box-modal_close:hover {
        opacity: .8
    }

.swpmodal-overlay, .swpmodal-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999
}

.swpmodal-container_i {
    height: 100%;
    margin: 0 auto
}

.swpmodal-container_i2 {
    padding: 24px;
    margin: 0;
    border: 0;
    vertical-align: middle
}

.register-form {
}

    .register-form h3 {
        color: #848685;
        font-size: 17px;
        font-weight: 600;
        margin: 0;
        padding: 0 0 25px;
        text-align: center;
        text-transform: uppercase;
    }

.register-btn1 {
    background: #4d997a none repeat scroll 0 0;
    border: 1px solid #4d997a;
    color: #fff;
    display: block;
    font-size: 15px;
    margin: 18px auto auto;
    padding: 8px 18px;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 200px;
}


.send_demo {
    border: 0;
    text-align: center;
    margin: auto;
    display: block;
    width: 190px;
    margin-top: 10px;
}

.register-form h6 {
    color: #777777;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 8px 0 18px;
}

.selector {
    color: #999;
    position: relative;
    text-align: left;
    width: 100%;
}

    .selector span {
        background: #fff url("../images/select.png") no-repeat scroll right center;
        border: 1px solid #e0e0e0;
        color: #777;
        display: block;
        font-size: 12px;
        padding: 5px 0 5px 5px;
    }

    .selector select {
        color: #999;
        cursor: pointer;
        height: 29px;
        left: 0;
        margin: 0 !important;
        opacity: 0;
        padding: 0 !important;
        position: absolute;
        top: 0;
        width: 100%;
    }

.type-text {
    margin: 5px 0;
    border: 1px solid #e0e0e0;
    color: #777;
    display: block;
    font-size: 13px;
    padding: 6px 0 6px 10px;
    width: 100%;
}

.register-btn {
    background: #4d997a none repeat scroll 0 0;
    border: 1px solid #4d997a;
    transition: all 0.5s ease 0s;
    color: #fff;
    /* float: right; */
    font-size: 15px;
    padding: 8px 18px;
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 18px;
}

    .register-btn:hover {
        background: #fff;
        color: #4d997a;
    }


/*  popap css end*/
.slider-section {
    padding: 30px 0;
}

.section-first {
    width: 100%;
    padding: 30px 0;
    text-align: center;
}

    .section-first h2 {
        color: #373737;
        font-size: 30px;
        font-weight: 500;
        margin: 0;
        padding: 0 0 20px 0;
        text-transform: uppercase;
    }

    .section-first h3 {
        color: #373737;
        font-size: 17px;
        min-height: 60px;
        margin: 0;
        font-weight: 400;
    }

        .section-first h3:hover abbr {
            transform: rotate(360deg);
        }

    .section-first img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        padding: 20px 0;
    }

    .section-first p {
        color: #515151;
        font-size: 14px;
    }

.portfoilo-detail strong {
    background: #4d997a none repeat scroll 0 0;
    border-radius: 100%;
    margin-left: -18px;
    display: inline-block;
    height: 8px;
    margin-right: 5px;
    width: 8px;
}

.features-section {
    background: #fcfafa;
}

    .features-section h3 span {
        color: #4d997a;
        float: left;
        font-weight: 600;
        padding: 20px;
        text-align: left;
    }

    .features-section h3 abbr {
        background: #4d997a none repeat scroll 0 0;
        border: 8px solid #fff;
        border-radius: 100%;
        box-shadow: 1px 1px 1px #4d997a, -1px -1px 1px #4d997a;
        color: #fff;
        display: block;
        float: left;
        font-size: 30px;
        font-weight: bold;
        height: 70px;
        padding: 7px;
        text-align: center;
        width: 70px;
    }

    .features-section p {
        margin: 0;
        padding: 10px 0 10px 95px;
        text-align: left;
    }

    .features-section img {
        padding: 0 50px;
    }

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    #myImg:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}


.user-section {
    width: 100%;
    padding: 100px 0;
    background: url(../images/unick-bg.jpg) no-repeat fixed 0 0 / cover;
    text-align: center;
}

    .user-section h2 {
        color: #fff;
        font-size: 20px;
        font-weight: 400;
    }

    .user-section img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }



.request-section input[type="text"], select {
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
    margin-top: 25px !important;
    padding: 10px;
    width: 100%;
}

    .request-section input[type="text"]:focus {
        border-color: #138cd8;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 2px rgba(19, 140, 216, 0.6);
        outline: 0 none;
    }

.request-section img {
    display: block;
    margin: 0 auto;
    padding: 0px;
    max-width: 100%;
    width: auto;
}

.sendbutton {
    background: #4d997a none repeat scroll 0 0;
    border: 1px solid #4d997a;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 20px;
    margin-bottom: 15px;
    padding: 10px 25px;
    text-decoration: none;
}

    .sendbutton:hover {
        background: #fff none repeat scroll 0 0;
        color: #4d997a;
    }

.sendbutton1 {
    background: #4d997a url("../images/send-img.png") no-repeat scroll 175px 10px;
    border-radius: 5px;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 115px;
}

    .sendbutton1:hover {
        background-color: #357d60;
    }

.testimonials-section {
    background-color: #4d997a;
}

    .testimonials-section h2 {
        color: #fff;
    }

    .testimonials-section p {
        color: #fff;
        padding: 0 100px;
    }

        .testimonials-section p strong {
            font-size: 30px;
        }

    .testimonials-section span {
        color: #fff;
        font-weight: 600;
    }

footer {
    width: 100%;
    border-top: 1px solid #ccc;
}

    footer img {
        display: block;
        margin: 0 auto;
        padding: 10px 0;
    }

    footer ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        footer ul li {
            float: left;
            margin: 0px;
        }

            footer ul li a {
                color: #828282;
                font-size: 14px;
                margin: 0 12px;
                padding: 5px;
            }

                footer ul li a:hover {
                    color: #4d997a;
                }

    footer p {
        background: #f3f3f3 none repeat scroll 0 0;
        color: #828282;
        font-size: 14px;
        margin: 10px 0 0;
        padding: 10px 0;
        text-align: center;
    }

.portfoilo-detail {
    padding: 40px 0;
}

.clint-setup {
    padding: 35px 20px 0;
    min-height: 240px;
}

    .clint-setup a {
        color: #4d997a;
    }

    .clint-setup img {
        height: 144px;
        margin: 0 auto;
        padding: 20px 0 0;
        width: 144px;
    }

.heading-prblm {
    color: #373737;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 30px 0;
}

.probluem-text {
    color: #4d997a !important;
    font-size: 18px !important;
    padding-right: 60px;
    font-weight: 700;
    text-align: left;
}

.right-img {
    background: rgba(0, 0, 0, 0) url("../images/right.png") no-repeat scroll right center;
    height: 246px;
    margin-bottom: 40px;
    padding: 35px 0 0 20px;
    position: relative;
    width: 100%;
}

.solution-text {
    display: block;
    margin: 0;
    padding: 30px;
    text-align: left;
    vertical-align: middle;
}

.left-img {
    background: rgba(0, 0, 0, 0) url("../images/left.png") no-repeat scroll left center;
    height: 246px;
    margin-bottom: 40px;
    padding: 35px 0 0 75px;
    position: relative;
    width: 100%;
}




.ao-item {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    clear: both;
}

    .ao-item:before,
    .ao-item:after {
        content: "";
        display: table;
    }

    .ao-item:after {
        clear: both;
    }

.ao-item {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
/* from CSSTricks: http://css-tricks.com/pseudo-element-roundup/ */



.ao-preview {
    width: 100%;
    float: left;
    position: relative;
}



.ao-item img {
    margin: 0 auto;
    width: 100%;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
    transition: all 0.5s ease-in-out 0s;
}

.ao-annotations {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0.8);
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 5;
}

    .ao-annotations span {
        display: block;
        opacity: 0;
        position: absolute;
        transform: scale(1.3);
        transition: all 0.5s ease-in-out 0s;
        width: 100px;
    }

        .ao-annotations span:after {
            position: absolute;
            top: 50%;
            left: 100%;
            margin: -16px 0 0 -16px;
            content: '';
        }

        .ao-annotations span:nth-child(1) {
            left: 0%;
            top: 0%;
        }

        .ao-annotations span:nth-child(2) {
            bottom: 0%;
            left: 0%;
        }

        .ao-annotations span:nth-child(3) {
            right: 0%;
            top: 0%;
        }

        .ao-annotations span:nth-child(4) {
            bottom: 0%;
            right: 40%;
        }

        .ao-annotations span:nth-child(5) {
            bottom: 0%;
            right: 0%;
        }

.ao-item:nth-child(2) .ao-annotations span:nth-child(1) {
    top: 12%;
    left: 37%;
}

.ao-item:nth-child(2) .ao-annotations span:nth-child(2) {
    top: 32%;
    left: -5%;
}

.ao-item:nth-child(2) .ao-annotations span:nth-child(3) {
    top: 40%;
    right: -5%;
}

.ao-annotations span:nth-child(3):after,
.ao-annotations span:nth-child(4):after,
.ao-item:nth-child(2) .ao-annotations span:nth-child(1):after {
    left: auto;
    right: 100%;
    margin: -16px -16px 0 0;
}

input.ao-toggle {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0;
    padding: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 100;
    border: none;
    cursor: pointer;
}

    input.ao-toggle:hover + img {
        opacity: 1;
        transform: scale(0.6);
    }

    input.ao-toggle:hover + img {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
        filter: alpha(opacity=99);
        opacity: 1;
    }

    input.ao-toggle:hover ~ .ao-annotations,
    input.ao-toggle:hover ~ .ao-annotations span {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
        filter: alpha(opacity=99);
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

        input.ao-toggle:hover ~ .ao-annotations span:nth-child(1) {
            transition-delay: 0.5s;
        }

        input.ao-toggle:hover ~ .ao-annotations span:nth-child(2) {
            transition-delay: 0.7s;
        }

        input.ao-toggle:hover ~ .ao-annotations span:nth-child(3) {
            transition-delay: 1.0s;
        }

        input.ao-toggle:hover ~ .ao-annotations span:nth-child(4) {
            transition-delay: 1.3s;
        }

        input.ao-toggle:hover ~ .ao-annotations span:nth-child(5) {
            transition-delay: 1.5s;
        }

@media screen and (max-width: 730px) {
    .ao-item .ao-details,
    .ao-preview {
        float: none;
        width: 100%;
        padding: 0;
        text-align: left;
    }

    .ao-annotations span {
        font-size: 11px;
    }
}

.testimonials-section .bx-controls-direction {
    display: none;
}

.testimonials-section .bx-default-pager {
    left: 0;
    margin: 0 auto;
    bottom: -17px;
    position: absolute;
    right: 0;
    width: 65px;
}

.testimonials-section .bx-pager-item {
    float: left;
}

.testimonials-section .bx-pager-link {
    border: 1px solid #fff;
    display: block;
    height: 10px;
    border-radius: 100%;
    margin: 0 5px;
    text-indent: -999999px;
    width: 10px;
}

.testimonials-section .active {
    background: #fff;
}

.conact-detail {
    padding-top: 100px;
}

    .conact-detail h2 {
        color: #1a1a1a;
        font-size: 30px;
        font-weight: 300;
        margin-bottom: 20px;
    }

.contact-box > h2 {
    color: #4d997a;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.contact-box > p {
    text-align: center;
}

.contact-box > a {
    text-align: center;
    display: block;
}

.conact-detail input[type="text"] {
    background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll 0 0;
    border: 1px solid #dddddd;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 15px;
    padding: 9px 3px 9px 37px;
    width: 100%;
}

.conact-detail textarea {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #dddddd;
    margin-bottom: 15px;
    height: 170px;
    padding: 5px;
    width: 100%;
}

.conact-detail input.type-email {
    background-position: 0px -36px;
}

.conact-detail input.type-phone {
    background-position: 0px -70px;
}

.contact-box {
    border: 1px solid #ccc;
    margin-bottom: 25px;
    padding: 20px;
}

    .contact-box img {
        background: #fff none repeat scroll 0 0;
        border-radius: 100%;
        display: block;
        height: 100px;
        margin: -75px auto 10px;
        width: 100px;
    }

.softwares-content h3 {
    color: #4d997a;
    font-weight: bold;
    min-height: auto;
    text-align: left;
}

.softwares-content p {
    font-size: 19px !important;
    padding: 5px 0;
}

    .softwares-content p strong {
        background: #4d997a none repeat scroll 0 0;
        border-radius: 100%;
        display: block;
        float: left;
        height: 7px;
        margin: 7px 7px 7px -14px;
        width: 7px;
    }

.sub-point {
    padding-left: 40px;
}

.zoom-img {
    width: 100%;
    display: block;
}

.softwares-content {
    padding-top: 20px;
}

.arrer-msg {
    color: #ff000c;
    display: block;
    font-size: 14px;
    position: relative;
 
}

.arrer-msg-home {
    color: #ff000c;
    display: block;
    left: 17px;
    text-align: left;
    font-size: 14px;
    position: absolute;
    /* bottom: -5px; */
    margin: 0;
}

.achieve-section {
    background: #fcfafa;
}

    .achieve-section h3 {
        min-height: auto;
        text-align: left;
    }

    .achieve-section i {
        background: url("../images/achieve-sprite1.png") no-repeat scroll -5px 0;
        float: left;
        width: 70px;
        height: 70px;
    }

    .achieve-section .achieve-box {
        float: right;
        width: 80%;
        min-height: 100px;
    }

    .achieve-section i.sprite-a {
        background-position: -94px 0;
    }

    .achieve-section i.sprite-b {
        background-position: -169px 0;
    }

    .achieve-section i.sprite-c {
        background-position: -248px 0;
    }

    .achieve-section i.sprite-d {
        background-position: -325px 0;
    }

    .achieve-section i.sprite-e {
        background-position: -403px 0;
    }

    .achieve-section i.sprite-f {
        background-position: -475px 0;
    }

    .achieve-section i.sprite-g {
        background-position: -550px 0;
    }

@media (max-width: 480px) {
    .portfoilo-detail {
        padding: 0;
    }

    .features-section h3 abbr {
        float: none;
        margin: 0 auto;
    }

    .features-section h3 span {
        display: block;
        float: none;
        padding: 10px 0;
        text-align: center;
    }

    .features-section p {
        padding: 10px;
    }

    .features-section img {
        padding: 15px 0;
    }

    .request-section img {
        margin: 20px auto 0;
    }

    .testimonials-section p {
        padding: 0;
    }

    footer ul li {
        float: none;
        text-align: center;
    }

    .sendbutton1 {
        background: #4d997a url("../images/send-img.png") no-repeat scroll 130px 10px;
        padding: 10px 70px;
    }

    .testimonials-section p strong {
        font-size: 15px;
    }

    footer p {
        font-size: 10px;
    }

    .ao-annotations span {
        width: 50px;
    }
}

@media (max-width: 600px) {
    .contact-popup {
        width: 100%;
    }

    footer ul li a {
        margin: 0;
    }

    .right-img, .left-img {
        background-image: none;
        padding: 0;
        height: auto;
        margin-bottom: 10px;
    }

    .solution-text {
        padding: 10px;
    }
}

@media (max-width:767px) {
    .container {
        width: auto;
        margin: 0 20px;
    }

    .testimonials-section p strong {
        font-size: 15px;
    }

    .request-section img {
        margin: 20px auto 0;
    }

    footer ul li a {
        font-size: 11px;
        margin: 0 5px;
    }

    .section-first h2 {
        font-size: 20px;
        padding: 0 0 10px;
    }

    .contact-box {
        margin-bottom: 65px;
    }
}

@media (min-width:768px) {
    .section-first {
        padding: 15px 0;
    }

    nav {
        margin: 13px 0;
    }

    .menu li a {
        font-size: 9px;
        padding: 5px;
    }

    .section-first h2 {
        font-size: 20px;
        padding: 0 0 10px;
    }

    .section-first h3 {
        font-size: 13px;
    }

    .section-first p {
        font-size: 12px;
        text-align: justify;
        font-family: 'Sanchez', serif;
    }

    .section-first img {
        max-width: 55%;
        padding: 10px 0;
    }

    .portfoilo-detail {
        padding: 15px 0;
    }

    .features-section h3 abbr {
        border: 5px solid #fff;
        font-size: 20px;
        height: 55px;
        padding: 9px;
        width: 55px;
    }

    .features-section img {
        max-width: 100%;
    }

    .user-section {
        padding: 55px 0;
    }

        .user-section img {
            max-width: 20%;
        }

        .user-section h2 {
            font-size: 16px;
        }

    .testimonials-section p {
        padding: 0 10px;
    }

        .testimonials-section p strong {
            font-size: 15px;
        }

    .testimonials-section span {
        display: block;
        margin-bottom: 20px;
    }

    .testimonials-section .bx-default-pager {
        bottom: 0;
    }

    footer ul li a {
        margin: 0 9px;
    }
}

@media (min-width:992px) {
    nav {
        margin: 27px 0;
    }

    .menu li a {
        font-size: 11px;
        padding: 5px;
    }

    .section-first h2 {
        font-size: 25px;
        padding: 40px 160px;
    }

    .section-first h3 {
        font-size: 15px;
    }

    .section-first img {
        max-width: 55%;
        padding: 10px 0;
    }

    .features-section h3 abbr {
        border: 5px solid #fff;
        font-size: 20px;
        height: 55px;
        padding: 9px;
        width: 55px;
    }

    .features-section img {
        max-width: 100%;
    }
}

@media (min-width:1200px) {
    nav {
        margin: 25px 0;
    }

    .menu li a {
        font-size: 13px;
        padding: 5px 8px;
    }

    .section-first {
        padding: 30px 0;
    }

        .section-first h2 {
            font-size: 30px;
            padding: 0 0 20px;
        }

        .section-first h3 {
            font-size: 17px;
        }

        .section-first img {
            padding: 0;
        }

        .section-first p {
            font-size: 15px;
        }

    .features-section h3 abbr {
        border: 8px solid #fff;
        font-size: 30px;
        height: 70px;
        padding: 7px;
        width: 70px;
    }

    .user-section {
        padding: 100px 0;
    }

        .user-section img {
            max-width: 100%;
        }

        .user-section h2 {
            font-size: 20px;
        }

    footer ul li a {
        margin: 0 10px;
    }

    .softwares-content h3 {
        font-size: 30px !important;
        padding: 20px 0;
    }
}

.signup-section {
    padding: 5px 0;
    background: #4d997a;
}

.signup-box {
    padding: 15px;
}

    .signup-box img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }

    .signup-box h6 {
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        margin: 0;
        padding: 5px 0;
    }

.signup-text {
    border: 1px solid #fff;
    color: #777;
    display: block;
    font-size: 13px;
    padding: 5px;
    width: 100%;
}

.relogin-btn {
    background: #368062 none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    margin-top: 24px;
    padding: 4px 15px;
    transition: all 0.5s ease 0s;
}

    .relogin-btn:hover {
        background: #fff none repeat scroll 0 0;
        color: #4d997a;
    }

.service-img-box img {
    width: 100%;
    display: block;
}

.service-img-box .show-img {
    left: 50%;
    z-index: 99;
    position: fixed;
    box-shadow: 3px 3px 8px #ccc, -3px -3px 8px #ccc;
    top: 50%;
    display: none;
    transform: translate(-50%, -50%);
    width: auto;
}

.show-img img {
    padding: 0px;
}

.service-img-box:hover .show-img {
    display: block;
}

.social-section {
    padding: 30px 0;
    text-align: center;
    width: 100%;
}

    .social-section h3 {
        margin: 0;
        text-align: left;
    }

.social-box {
    padding: 10px;
}

    .social-box img {
        width: 100%;
        display: block
    }

.twitter-box {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.softwares-content h1 {
    color: #4d997a;
    font-weight: bold;
    min-height: auto;
    text-align: left;
    font-family: Sanchez, serif;
    font-size:30px;
}
iframe.embed-responsive-item {
    width: 100%;
    height: 225px;
}
.media_footer {
    padding: 40px 150px;
    background: #f1f1f1;
    height: 325px;
}
