@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300);

h1, h2, h3, h4, h5, h6, p, ul, label {
    margin: 0px;
    padding: 0px;
}

a, a:hover {
    text-decoration: none;
}

    a img {
        border: 0px;
    }

    a:focus {
        outline: 0px;
        outline-offset: 0px;
        text-decoration: none;
    }

body {
    color: #000;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
}

.main_cantainer {
    width: 100%;
}

.top-bar {
    background: #2a333e;
    color: rgba(255, 255, 255, .8);
    font-size: 13px;
    padding: 10px 0;
}

    .top-bar a {
        color: rgba(255, 255, 255, .8);
        margin: 0 10px;
    }

        .top-bar a:hover {
            color: rgba(255, 255, 255, 1) !important;
        }

    .top-bar .fa-twitter:hover,
    .top-bar .fa-facebook:hover,
    .top-bar .fa-linkedin:hover,
    .top-bar .fa-google-plus:hover {
        color: #2592bf !important;
    }

    .top-bar i {
        padding: 0 4px;
        font-size: 15px;
    }

.header_bg {
    background: #fff;
    /*padding:12px 0px;*/
    color: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0px;
}

    .header_bg img {
        max-width: 230px; /*  padding: 6px 0px;*/
        margin: 10px 0;
    }

.mob_menu {
    display: none;
}

.header_bg nav ul li {
    list-style: none;
    float: left;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
}

    .header_bg nav ul li a {
        color: #fff;
        display: block;
        padding: 12px 20px;
    }

    .header_bg nav ul li:hover a, .header_bg nav ul > li a.active {
        color: #01b6ff;
    }

.sub_icon {
    background: url(../images/sub_icon.png) right center no-repeat;
}

    .sub_icon:hover {
        background: url('../img/sub_hover.png') right center no-repeat;
    }

/*==================Sub Menu===================*/



.header_bg nav ul li .sub_menu {
    width: 235px;
    background: #E9F0F6;
    position: absolute;
    left: 0px;
    top: 100%;
    display: none;
    z-index: 5;
}

.header_bg nav ul li:hover > .sub_menu {
    display: block;
}

.header_bg nav ul li .sub_menu ul li {
    float: none;
    border-top: 1px dotted rgba(0, 0, 0, .2);
}

    .header_bg nav ul li .sub_menu ul li:first-child {
        border: 0px;
    }

    .header_bg nav ul li .sub_menu ul li a {
        font-size: 14px;
        padding: 7px 10px 7px 15px;
        display: block;
        color: #000;
        text-transform: none;
    }

        .header_bg nav ul li .sub_menu ul li a:hover {
            color: #01b6ff;
        }

.sub_menu2 {
    left: 234px !important;
    top: 0px !important;
    background: #dfe6ec !important;
}

/*==================Banner sec===================*/



.banner_container {
    margin: 0px;
    padding: 0px;
    color: #fff;
}

    .banner_container ul li {
        list-style: none;
        position: relative;
    }

        .banner_container ul li img {
            width: 100%;
        }

.banner_txt {
    position: absolute;
    left: 50%;
    top: 20%;
    z-index: 3;
    max-width: 500px;
    width: 100%;
    margin-left: -530px;
}

.banner_container h1 {
    font-size: 50px;
    font-weight: 100;
    line-height: 60px;
    margin-top: 50px;
    color: #fff;
}

.banner_container h2 {
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
    color: #01B6FF;
}

.banner_container p {
    font-size: 18px;
    color: #fff;
    margin: 15px 0;
}

.banner_container button {
    border: 1px solid #fff;
    border-radius: 4px;
    background: #01b6ff;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
}

    .banner_container button:hover {
        background: #282b2d;
    }

.why_us {
    margin: 50px 0px;
    padding: 30px 0px;
}

    .why_us h1 {
        color: #444;
        font-size: 26px;
        font-weight: 300;
    }

        .why_us h1 span {
            color: #01b6ff;
            font-weight: 400;
        }

    .why_us p {
        font-size: 13px;
        line-height: 23px;
        margin: 7px 0 15px 0;
        max-width: 750px;
        color: rgba(0, 0, 0, 0.84);
    }

    .why_us ul {
        color: rgba(0, 0, 0, 0.84);
        font-size: 13px;
    }

        .why_us ul i {
            font-size: 15px;
            color: #007DBC;
            margin-right: 2px;
        }

/*==========inner page Sec Css============*/



.iso_banner {
    background: url('../img/iso_banner.jpg') 0px 0px no-repeat !important;
    background-size: cover !important;
}

.port_border {
    border-top: 2px solid #01b6ff;
}

.careers_bg {
    background: url('../img/banner-careers.jpg') 0px 0px no-repeat !important;
    background-size: cover !important;
}

.following_info {
    font-weight: 400;
    color: #01b6ff;
    font-size: 18px;
    margin: 10px 0px;
}

.careers_list {
    margin-bottom: 30px;
    margin-left: 20px;
}

    .careers_list li {
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
    }

.apply a {
    border: 1px solid #444;
    padding: 7px 20px;
    display: inline-block;
    background: #01b6ff;
    border-radius: 4px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 30px;
}

    .apply a:hover {
        background: #333;
    }

/*========Form sec=========*/



.why_us i {
    margin-bottom: 15px;
    display: block;
}

.name_for {
    width: 100%;
    box-sizing: border-box;
    padding: 6px 15px 6px 30px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: url(../img/phone_icon2.png) 5px center no-repeat #fff;
    background-size: 20px;
}

.email_for {
    background: url(../img/at_icon.png) 5px center no-repeat #fff;
    background-size: 18px;
    margin: 15px 0px;
}

.user_for {
    background: url(../img/user_icon.png) 5px center no-repeat #fff;
}

.name_for:focus {
    border-color: #df6f0c;
}

.query-form .comment_box {
    height: 60px;
}

.comment_box {
    width: 100%;
    box-sizing: border-box;
    padding: 3px 15px 6px 30px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: url(../img/comment_icon.png) 5px 5px no-repeat #fff;
    background-size: 20px;
    margin: 15px 0px 0px 0px;
    vertical-align: top;
    resize: none;
    height: 200px;
}

.submit {
    border: 1px solid #222;
    border-radius: 4px;
    background: #2a333e;
    color: #fff;
    padding: 7px 20px;
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
}

    .submit:hover {
        background: #282b2d;
        border: 1px solid #01b6ff;
    }

/*========Our work sec=========*/

.ourwork_sec .heading_h1 {
    color: #fff;
}

.ourwork_sec .heading_h2:before {
    display: block;
    content: " ";
    margin-top: -185px;
    height: 185px;
    visibility: hidden;
}

.ourwork_sec {
    background: url(../images/services.jpg) 0px 0px no-repeat;
    background-size: cover;
    padding: 40px 0;
    color: #fff;
    position: relative;
}

    .ourwork_sec:before {
        content: '';
        background: rgba(42, 51, 62, 0.74);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
    }

.heading_h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 35px;
    color: #525f71;
}

    .heading_h1 i {
        display: block;
        color: #77859c;
        font-size: 15px;
        line-height: 25px;
        margin: 3px 0 17px 0;
        font-style: normal;
        background: url('../img/separator.png') no-repeat center bottom;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

.work_container {
    text-align: center;
}

    .work_container ul li {
        width: 281px;
        display: inline-block;
        vertical-align: top;
        padding: 15px;
        box-sizing: border-box;
    }

        .work_container ul li a {
            color: #fff;
            display: inline-block;
        }

            .work_container ul li a p {
                font-family: 'Source Sans Pro', sans-serif;
                font-size: 14px;
            }

            .work_container ul li a h2 {
                font-family: 'Source Sans Pro', sans-serif;
                color: #fff;
                font-size: 18px;
                font-weight: 400;
                margin: 13px 0;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .work_container ul li a:hover h2 {
                color: #3dc0ff;
            }

            .work_container ul li a img {
                -webkit-transform: scale(0.8);
                -ms-transform: scale(0.8);
                transform: scale(0.8);
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .work_container ul li a:hover img {
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
            }

/*========review_sec sec=========*/



.review_sec {
    background: url(../images/certification-bg.jpg) 0px 0px no-repeat;
    background-size: cover;
    padding: 20px 0px;
    position: relative;
}

    .review_sec:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        background: rgba(42, 51, 62, 0.74);
    }

    .review_sec .heading_h1 i {
        color: #fff;
        background-image: url('../img/separator-white.png');
    }

    .review_sec .heading_h1 {
        color: #fff;
    }

    .review_sec ul {
        letter-spacing: 35px;
        text-align: center;
        list-style: none;
        position: relative;
    }

        .review_sec ul li {
            display: inline-block;
            width: 300px;
            letter-spacing: normal;
            vertical-align: top;
            margin-top: 35px;
            position: relative;
            z-index: 2;
        }

    .review_sec span {
        color: #fff;
    }

    .review_sec ul li > span {
        display: block;
        margin-bottom: 10px;
        font-size: 19px;
        color: rgba(255, 255, 255, 0.66);
        font-weight: 400;
    }

.border_bg {
    border-bottom: 5px solid #fff;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 145px;
    left: 200px;
    z-index: 1;
}

.stats_h1 {
    color: #fff !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    margin-top: 15px;
}

    .stats_h1 a {
        color: rgba(255, 255, 255, .8);
        font-size: 15px;
        margin-top: 15px;
        display: block;
        text-transform: capitalize;
    }

/*========Our portfolio sec=========*/

.portfolioo ul li:hover img {
    -webkit-transform: auto;
    transform: auto;
}

.portfolioo li {
    height: 255px;
}

.portfolio_name {
    background: #282B2D;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 13px;
    border-bottom-left-radius: 5px;
    ;
    border-bottom-right-radius: 5px;
}

    .portfolio_name a {
        color: #fff;
        font-size: 15px;
        font-weight: normal;
    }

.portfolio_sec {
    background: #F9F9F9;
    padding: 50px 0px;
}

.portfolio-item {
    margin: 5px -10px;
    height: 255px;
    overflow: hidden;
    position: relative;
    border: 1px solid #c7c5c1;
}

    .portfolio-item img {
        width: 100%;
    }

.portfolio-overlay {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background: rgba(17, 122, 164, 0.88);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .portfolio-overlay a {
        font-size: 27px;
        color: rgba(255, 255, 255, 0.84);
        border: solid 1px rgba(255, 255, 255, 0.35);
        display: block;
        width: 60px;
        height: 60px;
        margin: 87px auto;
        line-height: 57px;
        border-radius: 100%;
    }

.portfolio-item:hover .portfolio-overlay {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}





.portfolio_sec ul {
    letter-spacing: 20px;
    text-align: center;
    list-style: none;
    margin-bottom: 20px;
}

.portfolio_sec li {
    display: inline-block;
    width: 360px;
    letter-spacing: normal;
    vertical-align: top;
    margin-top: 25px;
    position: relative;
    overflow: hidden;
    border: 2px solid #282B2D;
    border-radius: 9px;
}

    .portfolio_sec li img {
        max-width: 100%;
    }

.overlay_bg {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    background: rgba(22, 128, 255, 0.5);
    display: none;
    border-radius: 10px;
}

.portfolio_sec li:hover .overlay_bg {
    display: block;
}

.zoom_icon {
    margin-top: 70px;
}

    .zoom_icon img {
        width: 50px;
    }

.overlay_bg h2 a {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin-top: 40px;
    display: block;
}

    .overlay_bg h2 a:hover {
        color: #f7950a;
    }

/*========technology_sec sec=========*/



.technology_sec ul {
    letter-spacing: 18px;
    text-align: center;
    list-style: none;
}

    .technology_sec ul li {
        display: inline-block;
        width: 170px !important;
        letter-spacing: normal;
        vertical-align: top;
        margin-top: 35px;
        background: #fff;
        padding-top: 15px;
        margin-right: 30px;
        margin-left: 30px;
    }

.technology_sec h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    background: #222;
    padding: 10px 5px;
    text-transform: uppercase;
}

.tech-bg {
    background: #f9f9f9;
    border-bottom: 1px solid #D8D1D1;
    border-top: 1px solid #D8D1D1;
    padding: 20px 0;
}

    .tech-bg .container-heading:after {
        background: #2A333E;
    }

.testimonials-slider li {
    height: 100px;
}

.testimonials-slider .item {
    line-height: 20px !important;
    text-align: left;
    font-size: 14px;
    color: rgba(0, 0, 0, .74);
}

    .testimonials-slider .item div {
        text-align: left;
        padding: 7px 0 7px 50px;
        line-height: normal;
        text-align: right;
    }

        .testimonials-slider .item div strong {
            background: url(../img/testimonials.png) no-repeat;
            background-size: contain;
            padding: 3px 3px 3px 30px;
        }



/*========Blog sec=========*/



.blog {
    background: url('../img/blog.jpg') 0px 0px no-repeat !important;
    background-size: cover !important;
}

.contact_bg {
    background: url('../img/contact.jpg') 0px 0px no-repeat !important;
    background-size: cover !important;
}





.blog-post {
    margin: 0;
    padding: 0;
}

    .blog-post li {
        list-style: none;
    }

.blog-sec ul {
}

    .blog-sec ul li {
        width: 343px;
        border: 0;
        background: #fff;
        box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.3);
        border-radius: 0;
        padding-bottom: 10px;
        text-align: left;
    }

.blog-post .blog-slot {
    margin: 0;
}

.blog-post .blog-img {
    position: relative;
    overflow: hidden;
}

.blog-post .blog-heading {
    text-align: left;
    padding: 12px 12px 5px;
}

.blog-post .blog-body {
    text-align: left;
    font-size: 13px;
    padding: 10px;
    color: rgba(0, 0, 0, 0.70);
}

.blog-post a {
    font-size: 12px;
    padding: 10px;
}

    .blog-post a:hover {
        text-decoration: underline;
    }

.blog-sec ul li:hover .blog-heading,
.blog-sec ul li:hover a {
    color: #3dc0ff;
}

.blog-sec i {
    float: left;
    width: 100%;
    overflow: hidden;
}

.blog-sec ul li h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 10px 20px 0px 20px;
    line-height: 30px;
}

.blog-sec ul li p {
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
    padding: 10px 15px;
}

.blog-sec ul li h3 a {
    color: #fff;
}

.blog-sec ul li p a:hover {
    color: #F00;
    text-decoration: underline;
}

/*========clients_logo sec=========*/

.clients_logo {
    background: #fff !important;
}

    .clients_logo h1 span {
        color: #01a3e5;
    }

    .clients_logo ul {
        border: 1px dotted rgba(1, 163, 229, 0.45);
        /*padding:20px;*/
        margin-top: 10px;
        /*text-align:left;*/
        letter-spacing: 33px;
    }

        .clients_logo ul li {
            background: none;
            width: 190px;
            margin-top: 0px;
        }

            .clients_logo ul li img {
                max-width: 77%;
                margin-top: 15px;
                margin-bottom: 15px;
            }

/*============ZOom Pop up==========*/



.overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    z-index: 999;
    width: 0;
    height: 0;
}

.light_container {
    max-width: 0;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    display: none;
    z-index: 9999;
}

.close {
    text-align: right;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
}

.img-contaner {
    padding: 20px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

    .img-contaner img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
        height: 600px;
    }

/*==========Inside Sec Css============*/



.inside_banner {
    border-top: 2px solid #01b6ff;
    border-bottom: 2px solid #01b6ff;
    background: url(../img/banner-aboutus.jpg) 0px 0px no-repeat;
    background-size: cover;
    margin-top: 112px;
}

.company_profile {
    background: url(../img/company_profile.jpg) 0px 0px no-repeat;
    background-size: cover;
}

.management_team {
    background: url(../img/management_team.jpg) 0px 0px no-repeat;
    background-size: cover;
}

.infrastructure {
    background: url(../img/infrastructure.jpg) 0px 0px no-repeat;
    background-size: cover;
}

.health_care {
    background: url(../img/health_care.jpg) 0px 0px no-repeat;
    background-size: cover;
}

.education_domain {
    background: url(../img/edcuation.jpg) 0px 0px no-repeat;
    background-size: cover;
}

.retail_domain {
    background: url(../img/retail_domain.jpg) 0px 0px no-repeat;
    background-size: cover;
}

.telecom_domain {
    background: url(../img/telecom_domain.jpg) 0px 0px no-repeat;
    background-size: cover;
}

.finance_domain {
    background: url(../img/finance_domain.jpg) 0px 0px no-repeat;
    background-size: cover;
}

.microsoft_dotnet {
    background: url(../img/web-dev/asp-net-web-dev.jpg) 0px 0px no-repeat;
    background-size: cover;
}

.java_j2ee {
    background: url(../img/eco/java-platform.jpg) 0px -69px no-repeat;
    background-size: cover;
}

.iphone_ipad {
    background: url(../img/iphone_ipad.jpg) 0px -69px no-repeat;
    background-size: cover;
}

.android_tech {
    background: url(../img/android_tech.jpg) 0px -69px no-repeat;
    background-size: cover;
}

.cross_platform {
    background: url(../img/cross_platform.jpg) 0px -69px no-repeat;
    background-size: cover;
}

.cloud_computing {
    background: url(../img/cloud_computing.jpg) 0px -69px no-repeat;
    background-size: cover;
}

.document_management {
    background: url(../img/document_management.jpg) 0px -69px no-repeat;
    background-size: cover;
}

.business_intelligence {
    background: url(../img/business_intelligence.jpg) 0px -69px no-repeat;
    background-size: cover;
}

.portals_collaborations {
    background: url(../img/portals_collaborations.jpg) 0px -69px no-repeat;
    background-size: cover;
}

.soa_web_services {
    background: url(../img/soa_web_services.jpg) 0px -69px no-repeat;
    background-size: cover;
}

.travel {
    background: url(../img/travel.jpg) 0px -69px no-repeat;
    background-size: cover;
}

.terms-of-uses {
    background: url(../img/terms-of-uses.jpg) 0px -69px no-repeat;
    background-size: cover;
}

.privacy-policy {
    background: url(../img/privacy-policy.jpg) 0px -69px no-repeat;
    background-size: cover;
}

.partnership-with-us {
    background: url(../img/partner-img.jpg) 0px -69px no-repeat;
    background-size: cover;
}

.inside_banner h1 {
    color: #fff;
    font-size: 41px;
    font-weight: 300;
    padding: 60px 0px;
}

.breadcrumb1 {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 0px;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

    .breadcrumb1 span a {
        color: #fff;
        padding: 0px 10px;
    }

        .breadcrumb1 span a:hover {
            color: #df6f0c;
        }

.phone_top {
    float: right;
    font-size: 20px;
}

/*============== inner pages=================*/



.inner_container {
    margin: 35px 0px;
}

.quick_link {
    margin: 0px;
}

    .quick_link h4 {
        color: #0478B1;
        margin-bottom: 15px;
        text-transform: uppercase;
        font-size: 15px;
    }



.textbox1 {
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 3px;
    background: #fff;
    padding: 7px;
    width: 45%;
    margin: 15px 0px;
}

.captcha img {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 8px;
    width: 85px;
}

.number_sub2 {
    background: #06F;
    margin-right: 0px;
    border-radius: 3px;
    border: 0px;
}

.title_section {
    margin-left: 20px;
}

    .title_section ul {
        margin-bottom: 15px;
        margin-left: 20px;
    }

        .title_section ul li {
            margin-bottom: 7px;
        }

    .title_section h1 {
        font-size: 26px;
        font-weight: 300;
        color: #444;
        margin-bottom: 20px;
    }

.first-paragraph {
    color: #444;
    font-size: 15px !important;
    padding: 15px 0px;
    border-bottom: 1px solid #ccc;
    font-weight: 300;
    line-height: 25px;
}

.title_section p {
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 23px;
    font-size: 13px;
}

.title_section h2 {
    font-size: 26px;
    font-weight: 300;
    color: #444;
    margin-bottom: 5px;
}

.quick_link figure img {
    margin-bottom: 15px;
    width: 200px;
}

/*=================Footer Style=============*/



#footer {
    border-top: 2px solid #0479B2;
    background: #2a333e;
    padding-top: 20px;
    padding-bottom: 20px;
    color: rgba(255, 255, 255, .8);
    font-size: 13px;
    font-weight: normal;
    line-height: 22px;
}

.border-top-bottom {
    border-top: 1px dotted #717171;
    border-bottom: 1px dotted #717171;
    padding: 32px 0;
    float: left;
    width: 100%;
}

.border-left {
    border-left: 1px dotted #717171;
    height: 150px;
}

    .border-left ul > li, .bottom-feet-menu > li {
        display: inline-block;
    }

        .border-left ul > li > a {
            padding: 15px;
        }

.newsletter-container {
    /*margin-top: 20px;*/
}

    .newsletter-container form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

.subscribe-text {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    background: #fff;
    border-radius: 2px 0 0 2px;
}

.newsletter-container button {
    background: rgba(0, 0, 0, 0.39);
    padding: 0 15px;
    color: #fff;
    border-radius: 0 2px 2px 0;
    border: 0;
    font-size: 18px;
}

    .newsletter-container button i {
        margin: 0;
        color: #fff;
    }

.footer-link ul li {
    list-style-type: none;
}

    .footer-link ul li a, #footer a {
        color: rgba(255, 255, 255, .8);
    }

.border-left .padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-link h5, .footer-link i {
    color: #3dc0ff;
    margin-top: 10px;
}

.footer-link h5 {
    position: relative;
    display: block;
    font-size: 22px;
    margin: 0 0 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #3498db;
}

    .footer-link h5:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        height: 1px;
        background: #fff;
        width: 100px;
        ;
    }

.footer-social {
    margin-top: 20px;
}

    .footer-social a {
        display: inline-block;
        width: 32px;
        height: 32px;
        background: rgba(0, 0, 0, 0.39);
        text-align: center;
        border-radius: 100%;
        font-size: 17px !important;
        line-height: 33px;
        margin: 0 3px;
    }

        .footer-social a i {
            margin: 0;
            color: #fff !important;
        }

        .footer-social a:hover i {
            color: #2592bf !important;
        }

footer {
    padding: 9px;
    background: #1b2027;
    color: #EAEAEA;
    font-size: 12px;
}

    footer a {
        color: #EAEAEA;
        text-decoration: none !important;
    }

        footer a:hover {
            color: #fff;
        }



.bottom-feet-menu {
    padding-left: 0px;
    margin-bottom: 0px;
}

    .bottom-feet-menu li {
        padding: 0px 10px 0px 0px;
    }

        .bottom-feet-menu li:first-child {
            border-right: 1px solid #242424;
        }

.fa-facebook:hover {
    color: #3b5998;
}

.fa-twitter:hover {
    color: #00aced;
}

.fa-linkedin:hover {
    color: #007bb5;
}

.fa-google-plus:hover {
    color: #d34836;
}

/*===================blog page style======================*/



.page-heading {
    text-align: center;
    background: #007DBC url('img/strip-lines.png') repeat;
    padding: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.blog-row p {
    font-family: 'Roboto', sans-serif !important;
}

.blog-title {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.blog-date {
    background: #E05050;
    padding: 7px 0px;
    height: 50px;
    float: left;
    width: 60px;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

    .blog-date b {
        line-height: 15px;
    }

.title {
    padding-left: 10px;
    float: left;
}

.blog-activity i {
    padding-right: 5px;
}

.blog-activity span {
    font-size: 13px;
    padding-right: 20px;
}

.blog-readmore {
    padding: 8px 10px 8px 10px;
    display: inline-block;
    background: #2a333e;
    color: #fff;
    text-decoration: none !Important;
    margin-bottom: 10px;
    margin-top: 10px;
}

.search-bar > .form-control {
    background: #fff;
    margin-bottom: 18px;
    border-radius: 0px;
    border: 1px solid #ccc;
}

.search-bar i {
    float: right;
    margin-top: -42px;
    padding-right: 10px;
}

.blog-slot, .side-box {
    margin-top: 40px;
}

.categories li {
    list-style-type: none;
    padding: 5px 0px 5px 0px;
}

    .active-cate, .categories li a:hover {
        color: #E05050 !important;
    }

.tags a {
    padding: 5px;
    border: 1px solid #ccc;
    margin-right: 2px;
    text-decoration: none !important;
    color: #ccc;
    float: left;
    margin-bottom: 2px;
    font-size: 12px;
}

/* Contact us style */







#xyz {
    background: url('../img/email.png') right no-repeat !Important;
    background-size: 3% !Important;
}

#email {
    background: url('../img/email.png') right no-repeat;
    background-size: 3%;
    background-position-x: 98%;
}

#message {
    background: url('../img/pencil.png') right no-repeat;
    background-size: 3%;
    background-position-x: 98%;
    background-position-y: 10px;
}

.contact .form-control {
    background: #fff;
    margin-bottom: 18px;
    border-radius: 0px;
    border: 1px solid #ccc;
}

.contact p {
    margin-bottom: 10px !important;
    font-size: 15px;
}

.padding {
    padding: 30px 0px 30px 0px;
}

.contact-details iframe {
    width: 100%;
    height: 280px;
    border: solid 1px rgba(0, 0, 0, 0.19) !important;
}

.contact-details p {
    font-size: 14px;
    margin: 0 !important;
    padding: 5px 0;
}

    .contact-details p:nth-child(4) {
        margin-bottom: 30px !important;
    }

.contact-details i {
    color: rgba(0, 0, 0, .7);
    margin-right: 7px;
}
/* New css 28/04/16 */
.fix_margin {
    margin-top: 134px;
    position: relative;
}

.id_color {
    color: #06F;
    font-weight: 400;
}

.title a {
    color: #444;
    padding-top: 6px;
    display: block;
}

    .title a:hover {
        color: #2a333e;
    }

.blog-readmore:hover {
    color: #3498db;
}

.blog-row > p {
    font-size: 13px;
}

#main-banner {
    margin-top: 112px;
}

.blog_margin {
    margin-top: 112px;
}









/*=============Media Css===============*/



@media screen and (max-width:1200px) {



    .header_bg nav ul li a {
        padding: 20px 12px;
    }

    .banner_txt {
        margin-left: 0px;
        left: 50px;
    }

    .banner_container h1 {
        font-size: 38px;
        line-height: 38px;
        margin-top: 30px;
    }

    .banner_container h2 {
        font-size: 24px;
    }

    .review_sec ul {
        letter-spacing: 16px;
    }

    .border_bg {
        max-width: 600px;
    }

    .why_us img {
        width: 200px;
    }

    .technology_sec ul li {
        width: 140px;
    }

    .blog-sec ul li {
        width: 295px;
    }

    .blog-sec ul {
        letter-spacing: 20px;
    }
}

@media screen and (max-width:1023px) {

    .portfolioo ul li > img {
        height: 220px;
    }

    .mob_menu {
        display: block;
        border: 1px solid #fff;
        border-radius: 0px;
        float: right;
        margin: 10px 0;
        background: transparent;
        padding: 8px;
    }

        .mob_menu img {
            margin: 0;
        }

    .header_bg nav ul {
        display: none;
    }

        .header_bg nav ul li {
            float: none;
        }

    .header_bg nav > ul {
        position: absolute;
        top: 70px;
        right: 0px;
        background: #818283;
        z-index: 3;
        width: 235px;
        padding: 10px 0px;
    }

    .header_bg nav ul li + li {
        border-top: 1px dotted #444;
    }

    .header_bg nav ul li a {
        padding: 8px 20px;
    }

    .sub_icon, .sub_icon:hover {
        background-position: 95%;
    }

    .header_bg nav ul li .sub_menu {
        top: 35px;
    }

    .sub_menu2 {
        left: 0px !important;
        top: 5px !important;
        background: #818283 !important;
        position: inherit !important;
    }

    .banner_container p {
        display: none;
    }

    .banner_container h2 {
        margin-bottom: 15px;
    }

    .inside_banner {
        margin-top: 73px;
    }

    .review_sec ul li {
        width: 175px;
    }

    .border_bg {
        width: 305px;
    }

    .portfolio_sec li {
        width: 260px;
    }

    .zoom_icon {
        margin-top: 50px;
    }
}

@media screen and (max-width:768px) {

    p {
        text-align: justify !important;
    }

    .img-contaner img {
        height: auto;
    }

    .banner_container h2, .cb-slideshow, .query-form-area, .query-button {
        display: none;
    }

    .banner_container h1 {
        margin-bottom: 20px;
    }

    .why_us img {
        margin-top: 20px;
    }

    .border_bg {
        left: 145px;
    }

    .blog-sec ul li {
        width: 360px;
    }

    .title_section {
        margin: 30px 0px 0px 0px;
    }

    .nbs-flexisel-item img {
        margin-top: 1px !Important;
        margin-bottom: 1px !Important;
    }

    .clients_logo ul li img {
        max-width: 135px;
    }

    #pageCaptchaImg {
        width: 73px !Important;
        margin-top: 0px !important;
    }

    #myCarousel {
        display: block !important;
    }

    .border-left {
        border: none;
    }

        .border-top-bottom, .border-left .padding, .tech-bg h3 {
            padding: 10px 0px;
        }

    .rock-bottom-foot-left {
        margin-bottom: 20px;
    }

    .blog-sec ul li h3 {
        font-size: 16px;
    }
}

@media screen and (max-width:639px) {



    .why_us img {
        margin: 0 auto;
        width: 100%;
    }

    .banner_txt {
        left: 10px;
    }

    .banner_container h1 {
        font-size: 23px;
        line-height: 25px;
        width: 200px;
    }

    .banner_txt {
        display: none;
    }

    .why_us {
        margin-top: 20px;
    }

        .why_us h1 {
            font-size: 26px;
        }

    .heading_h1 {
        font-size: 26px;
    }

    .border_bg {
        display: none;
    }

    .blog-sec ul li {
        width: 280px;
    }

    .img-contaner img {
        height: auto;
    }
}

@media(max-width:320px) {

    .stats_h1 a {
        font-size: 14px;
    }

    .tech-bg h3 b {
        font-weight: normal;
    }
}

.captcha_refresh {
    display: inline-block;
    background-color: #337ab7;
    color: #fff;
    padding: 4px 10px;
    height: 32px;
}

#modalCaptchaImg {
    height: 32px;
}

}

#pageCaptchaImg {
    width: 73px !Important;
}

.tag-selected {
    color: #fff;
    background: red;
}

.like_btn {
    background: #007DBC;
    color: #fff;
    padding: 7px 15px 7px 15px;
    text-align: center;
    display: inline-block;
    margin: 10px 0px;
}

.leave_reply {
    width: 300px;
}

    .leave_reply .form-control {
        border-radius: 0px;
        margin-bottom: 10px;
        resize: none;
    }

.clearfix {
    clear: both;
    display: block;
}

.container-heading {
    position: relative;
    display: block;
    font-size: 22px;
    margin: 0 0 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #3498db;
}

    .container-heading:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        height: 1px;
        background: #fff;
        width: 100px;
    }

.carousel-inner .container a {
    display: inline-block;
    padding: 7px 15px;
    border: solid 1px rgba(255, 255, 255, 0.5);
    color: #fff;
    margin-top: 26px;
}

.main-sliders {
    min-height: 450px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    position: relative;
}

.carousel-inner .item:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background: rgba(0, 0, 0, .5);*/
}

.main-sliders h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 43px;
    font-weight: 100;
    /*padding-top: 6%;*/
    line-height: 51px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, .7);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}

    .main-sliders h1 span {
        display: inline-block;
        background: rgba(0, 0, 0, .7);
        padding: 10px;
        color: rgba(255, 255, 255, 1);
        border-radius: 5px;
    }

.main-sliders img {
    width: 100%;
}

.ul-style {
    margin: 0;
    padding: 0;
}

    .ul-style li {
        list-style: none;
        background: url('../images/check-icon.png') no-repeat left 9px;
        padding: 6px 0 6px 22px;
    }

.link-style {
    color: #06F;
}

    .link-style:hover {
        text-decoration: underline;
    }

.nav-container {
    background: #1B5C87;
}

#News .nbs-flexisel-item {
    line-height: 20px !important;
    text-align: left;
    font-size: 14px;
    color: rgba(0, 0, 0, .74);
}

.nbs-flexisel-item strong {
    font-weight: bold;
}

#OurTeam .flex {
    display: flex;
}

#OurTeam .team-profile {
    width: 171px;
    margin: 0 5px;
}

#OurTeam span.img {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    overflow: hidden;
    display: block;
    float: none;
    margin: 0 auto 5px;
}

    #OurTeam span.img img {
        margin: 0 !important;
    }

#OurTeam .item div {
    display: inline-block;
    padding: 0;
    text-align: center;
}

.team-profile div strong {
    background: none !important;
    padding: 0 !important;
    color: rgba(0, 0, 0, .64);
}

.inner-banner {
    /*background: url('../..//UploadedFiles/Images/131185775040943971.jpg') no-repeat;*/
    background-size: cover;
    height: 150px;
    position: relative;
}

    .inner-banner:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, .5);
        z-index: 0;
    }

    .inner-banner h1 {
        position: relative;
        z-index: 2;
        color: #fff;
        padding-top: 53px;
    }

h2 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.logo-right {
    float: right;
}

.sub-heading {
    color: #1b5c87;
    font-size: 24px;
    font-weight: 300;
    margin-top: 30px;
}

.sidebar-block {
    background-color: #fff;
    border: #ccc solid 1px;
    border-radius: 5px;
    margin: 0 0 10px 0;
    padding: 10px 10px 15px 10px;
    float: right;
}

    .sidebar-block .sub-heading {
        margin: 5px 0 15px 0;
    }

.sidebar-menu {
    margin: 0;
    padding: 0;
}

    .sidebar-menu li {
        list-style: none;
        border-bottom: 1px solid #d0d0d0;
        padding: 5px 0;
    }

        .sidebar-menu li:last-child {
            border-bottom-width: 0;
        }

        .sidebar-menu li a {
            color: #747474;
            display: block;
            padding: 5px 0;
            border-radius: 0px 10px 0px 0px;
            border-radius: 0px 10px 0px 0px;
            transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
        }

            .sidebar-menu li a:hover {
                color: #eee;
                padding: 5px 0 5px 10px;
                background-color: #1B5C87;
            }

.mobile-menu .sub_menu,
.mobile-menu .sub_menu ul {
    display: block !important;
}

.mobile-menu .sub_menu {
    position: inherit !important;
    top: 0 !important;
}

.mobile-menu {
    width: 100% !important;
    left: 0;
    right: 0 !important;
    bottom: 0;
    height: calc(100vh - 159px);
    overflow: auto;
}

.header_bg nav ul.mobile-menu li .sub_menu {
    width: 100% !important;
}

.overflow-hidden {
    overflow: hidden;
}

#map_canvas {
    height: 500px;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.map iframe {
    min-height: 200px;
    padding: 0;
}

.map iframe {
    min-height: 300px;
    width: 100%;
    border: none;
    padding: 0 15px;
}


.carousel-control {
    background-image: none !important;
    opacity: .8 !important;
    width: 100px !important;
}

    .carousel-control:hover {
        opacity: 1 !important;
    }

.out-team-detail {
	margin-bottom: 15px;
}
.out-team-detail .img {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    overflow: hidden;
    display: block;
    float: left;
}
.out-team-detail .img img {
	width: 100%;
}
.talktext {
    margin: 0 30px;
    display: inline-block;
    position: relative;
    height: auto;
    background-color: #e7e9ea;
	padding: 16px;
	width: calc(100% - 125px);
}
.talktext:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    right: auto;
    top: 0px;
    bottom: auto;
    border: 22px solid;
    border-color: #e7e9ea transparent transparent transparent;
}
.talktext .talktext-heading {
    margin-top: 0;
    font-weight: bold;
	font-size: 14px;
    color: #1b5c87;
}
.talktext .talktext-heading span {
	float: right;
	font-size: 12px;
}