body {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font: normal 14px/18px Arial;
    color: #000;
    background: #fff;
}

p {
    padding: 0px;
    margin: 0px;
}

a {
    padding: 0px;
    margin: 0px;
    outline: none !important;
    text-decoration: none !important;
}

ul, ol {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    ul li {
        padding: 0px;
        margin: 0px;
    }

h1, h2, h3, h4, h5, h6 {
    padding: 0px;
    margin: 0px;
}

input[type="text"]::-webkit-input-placeholder {
    opacity: 1;
}

input[type="text"]::-moz-input-placeholder {
    opacity: 1;
}

input[type="search"]::-webkit-input-placeholder {
    opacity: 1;
}

input[type="search"]::-moz-input-placeholder {
    opacity: 1;
}

input[type="email"]::-webkit-input-placeholder {
    opacity: 1;
}

input[type="email"]::-moz-input-placeholder {
    opacity: 1;
}

input[type="tel"]::-webkit-input-placeholder {
    opacity: 1;
}

input[type="tel"]::-moz-input-placeholder {
    opacity: 1;
}

textarea::-moz-input-placeholder {
    opacity: 1;
}

textarea::-webkit-input-placeholder {
    opacity: 1;
}

a:hover {
    outline: none !important;
    text-decoration: none !important;
}

a:active {
    outline: none !important;
    text-decoration: none !important;
}

input[type="submit"], input[type="button"] {
    cursor: pointer;
}

input[type="text"] {
    outline: none;
}

input[type="email"] {
    outline: none;
}

input[type="tel"] {
    outline: none;
}

input textarea {
    outline: none;
    -webkit-appearance: none;
}

input[type="search"] {
    outline: none;
}

input {
    outline: none !important;
}

textarea {
    outline: none !important;
}



/*font-family: 'Roboto', sans-serif;*/
@font-face {
    font-family: 'TitilliumRegular';
    src: url('/Frontend/Fonts/TitilliumRegular.eot');
    src: url('/Frontend/Fonts/TitilliumRegular.eot') format('embedded-opentype'), url('/Frontend/Fonts/TitilliumRegular.woff2') format('woff2'), url('/Frontend/Fonts/TitilliumRegular.woff') format('woff'), url('/Frontend/Fonts/TitilliumRegular.ttf') format('truetype'), url('/Frontend/Fonts/TitilliumRegular.svg#TitilliumRegular') format('svg');
}


.wrapper {
    width: 100%;
}

.header_sec {
    width: 100%;
    padding: 14px 0 30px;
}

.container {
    max-width: 1200px;
}

.nav_top {
    width: 100%;
    padding: 0px;
    margin: 0px;
    background: none !important;
    border: none;
    border-radius: 0px;
    box-shadow: inherit;
    min-height: inherit;
    height: auto;
}

    .nav_top .navbar-brand {
        width: auto;
        padding: 0px;
        margin: 0;
        height: auto;
    }

        .nav_top .navbar-brand img {
            max-width: 100%;
        }

.menu_sec {
    margin: 40px 0 0 !important;
    padding: 0px !important;
}

    .menu_sec li {
        margin: 0 0 0 22px;
        padding: 0px;
        font: 700 18px/23px 'Roboto', sans-serif;
        color: #fff;
    }

        .menu_sec li:first-child {
            margin-left: 0px;
        }

        .menu_sec li a {
            padding: 8px 0;
            color: #606366;
            outline: none;
            text-decoration: none;
            position: relative;
        }

.top_search ul {
    display: inline-block;
}

    .top_search ul li {
        float: left;
        padding: 0 5px;
    }

.menu_sec li a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 3px;
    background: #52ae31;
    width: 0px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.menu_sec li:hover a:before {
    width: 100%;
}

.menu_sec li.actv a:before {
    width: 100%;
}

.menu_sec li.dropdown .dropdown-menu a:before {
    position: inherit;
    bottom: inherit;
    left: 0;
}

.header_rt {
    width: auto;
    position: absolute;
    right: 0px;
    top: 0;
}

.sos_sec {
    width: auto;
    float: left;
    margin-top: 4px;
}

    .sos_sec li {
        float: left;
        margin-right: 10px;
        text-align: center;
    }

        .sos_sec li a {
            width: 36px;
            height: 36px;
            border: 2px solid #aaabab;
            float: left;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            color: #aaabab;
        }

            .sos_sec li a i {
                font-size: 16px;
                margin-top: 8px;
            }

            .sos_sec li a:hover {
                border-color: #52ae31;
                color: #52ae31;
            }




.dropdown-toggle::after {
    border: none;
}

.nav_top .dropdown .dropdown-menu {
    border-radius: 0px;
    padding: 0px;
    border: none;
    top: 160%;
}

    .nav_top .dropdown .dropdown-menu li {
        width: 100%;
        float: left;
        margin: 0px;
    }

        .nav_top .dropdown .dropdown-menu li a {
            width: 100%;
            float: left;
            font-size: 16px;
            color: #494c4f;
            padding: 10px 16px;
            background: none !important;
        }

            .nav_top .dropdown .dropdown-menu li a:hover {
                background: #52ae31 !important;
                color: #fff !important;
            }

.banner_sec {
    width: 100%;
    position: relative;
}

.banner_box {
    width: 100%;
    position: relative;
}

    .banner_box img {
        width: 100%;
        height: 616px;
        object-fit: cover;
    }

.banner_details {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 21% !important;
    text-align: center;
}

    .banner_details h1 {
        width: 100%;
        display: inline-block;
        font: 300 62px/68px 'Roboto', sans-serif;
        color: #fff;
    }



.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}


.top_search {
    width: auto;
    float: right;
    margin: 0;
    border: 2px solid #fff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

    .top_search span.serch_btn {
        width: 100%;
        height: 37px;
        font: 700 16px/37px 'Roboto', sans-serif;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        text-transform: uppercase;
        outline: none; /*background: url(/Frontend/Images/search-icon.png) no-repeat 86% 11px;*/
        background: #52ae31;
        padding: 0;
        float: left;
        position: relative;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        padding: 0 18px;
    }

        .top_search span.serch_btn:hover {
            background: #2f62a9;
        }

    .top_search ul li:last-child span.serch_btn {
        background: #3166ae;
    }

        .top_search ul li:last-child span.serch_btn:hover {
            background: #52ae31;
        }

    .top_search ul li:last-child span.serch_btn strong a {
        color: #ffffff;
    }

.advance_serchBox {
    width: auto;
    position: absolute;
    right: 0px;
    top: 16px;
}

.advance_serch {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 48%;
    background: #f1f1f1;
    padding: 20px;
    z-index: 999;
}

    .advance_serch ul {
        width: 100%;
        float: left;
    }

        .advance_serch ul li {
            width: 22%;
            float: left;
            padding: 0 10px;
        }

            .advance_serch ul li:nth-child(1) {
                width: 27%;
                float: left;
            }

            .advance_serch ul li:nth-child(2) {
                width: 27%;
                float: left;
            }

            .advance_serch ul li:nth-child(3) {
                width: 27%;
                float: left;
            }

            .advance_serch ul li:nth-child(4) {
                width: 19%;
                float: left;
            }

    .advance_serch input[type="text"] {
        width: 100%;
        float: left;
        padding: 0 20px;
        font: 700 13px/38px 'Roboto', sans-serif;
        color: #6c6d72;
        outline: none;
        border-radius: 0px;
        box-shadow: inherit;
        border: none;
        -webkit-appearance: none;
        background: #fff;
        height: 38px;
        text-transform: uppercase;
    }

    .advance_serch input[type="submit"], .advance_serch input[type="button"] {
        width: 100%;
        float: right;
        padding: 0;
        border-radius: 0px;
        box-shadow: inherit;
        border: 1px solid #00b0ad;
        -webkit-appearance: none;
        cursor: pointer;
        background: #52ae31;
        height: 38px;
        font: 700 14px/32px 'Roboto', sans-serif;
        color: #fff;
        text-align: center;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        text-transform: uppercase;
    }

        .advance_serch input[type="submit"]:hover, .advance_serch input[type="button"]:hover {
            background: #3166ae;
            border-color: #3166ae;
            color: #fff;
        }

    .advance_serch select {
        width: 100%;
        background: url(/Frontend/Images/selectarw.png) no-repeat right 12px top 10px #fff;
        height: 38px;
        font: 700 13px/32px 'Roboto', sans-serif;
        color: #6c6d72;
        float: left;
        padding: 0 20px;
        border: none;
        border-radius: 0px;
        box-shadow: inherit;
        -webkit-appearance: none;
        text-transform: uppercase;
        cursor: pointer;
    }

    .advance_serch input[type="text"]::placeholder {
        color: #6c6d72;
        opacity: 1;
    }


#hide {
    display: none;
}

.banner_search {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.banner_searchInnr {
    width: 100%;
    display: inline-block;
}


.ban_select2 {
    width: 100%;
    float: right;
    margin: 0;
}

    .ban_select2 input[type="submit"], .ban_select2 input[type="button"] {
        width: 100%;
        height: 65px;
        font: 700 21.35px/63px 'Roboto', sans-serif;
        color: #fff;
        background: #52ae31;
        text-align: center;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        float: left;
        cursor: pointer;
        border: none;
        -webkit-appearance: none;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .ban_select2 input[type="submit"]:hover, .ban_select2 input[type="button"]:hover {
            background: #3166ae;
        }

.banner_searchInnr ul li:last-child {
    width: 18%;
}

.banner_searchInnr ul {
    width: 100%;
    display: inline-block;
}

    .banner_searchInnr ul li {
        padding: 0 5px;
        width: 27%;
        float: left;
    }

        .banner_searchInnr ul li select, .banner_searchInnr ul li input[type="text"] {
            background: #082e66;
            color: #fff;
            font: 400 20px/65px 'Roboto', sans-serif;
            border: 0px;
            outline: none;
            padding: 0 15px;
            border-radius: 40px;
            -webkit-border-radius: 40px;
            -o-border-radius: 40px;
            -ms-border-radius: 40px;
            width: 100%;
        }

            .banner_searchInnr ul li input[type="text"]::placeholder {
                opacity: 1;
                color: #fff;
            }

        .banner_searchInnr ul li select {
            background: #092f67 url(/Frontend/Images/slctArw.png) no-repeat right 27px center;
            -webkit-appearance: none;
        }

.footer_sec {
    width: 100%;
    background: #1e2022;
}

.footer_top {
    width: 100%;
    padding: 85px 0;
    display: inline-block;
}

.footerTop_list {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    display: inline-block;
    border-bottom: 1px solid #535556;
}

    .footerTop_list ul {
        display: inline-block;
        width: 100%;
    }

        .footerTop_list ul li {
            float: left;
            font: 300 44px/46px 'Roboto', sans-serif;
            color: #fff;
            text-transform: capitalize;
            padding-right: 38px;
            margin-right: 20px;
            background: url(/Frontend/Images/ftrIcon1.png) no-repeat right center;
        }

            .footerTop_list ul li:nth-child(4) {
                background: url(/Frontend/Images/ftrIcon2.png) no-repeat right center;
            }

            .footerTop_list ul li:last-child {
                background: none;
                padding: 0px;
                margin: 0px;
            }

            .footerTop_list ul li span {
                float: left;
            }

            .footerTop_list ul li img {
                max-width: 100%;
                margin-top: -20px;
            }

.footer_menu {
    width: 100%;
    display: inline-block;
}

.footer_box {
    width: 20%;
    float: left;
    margin-top: 20px;
}

.footerLogo {
    width: 100%;
}

    .footerLogo img {
        max-width: 100%;
    }

.footer_box h5 {
    font: 700 16px/20px 'Roboto', sans-serif;
    color: #fff;
    padding: 0 0 12px;
    background: url(/Frontend/Images/ftrbrdr.png) no-repeat left bottom;
}

.footer_box ul {
    width: 100%;
    display: inline-block;
    padding: 10px 0 0;
}

    .footer_box ul li {
        width: 100%;
        display: inline-block;
        font: 400 14px/20px 'Roboto', sans-serif;
        color: #828485;
        margin: 8px 0 0;
    }

        .footer_box ul li a {
            color: #828485;
            text-decoration: none;
            outline: none;
        }

            .footer_box ul li a:hover {
                color: #3166ae;
            }

.social_sec {
    width: 100%;
    display: inline-block;
}

    .social_sec ul {
        width: 100%;
        display: inline-block;
        padding: 50px 0 0;
    }

        .social_sec ul li {
            margin: 0px;
            width: auto;
            margin: 0 10px 0 0;
            float: left;
            text-align: center;
        }

            .social_sec ul li a {
                width: 39px;
                height: 39px;
                float: left;
                background: #2d2f32;
                -moz-border-radius: 100%;
                -webkit-border-radius: 100%;
                border-radius: 100%;
                font-size: 20px;
                color: #858788;
                padding: 9px 0 0;
            }

            .social_sec ul li:last-child {
                margin-right: 0px;
            }

            .social_sec ul li a:hover {
                color: #00b0ad;
            }

.copyrt_sec {
    width: 100%;
    padding: 16px 0;
    background: #181a1c;
    float: left;
}

.copy_left {
    float: left;
    font: 400 14px/22px 'Roboto', sans-serif;
    color: #828485;
    text-transform: uppercase;
}

    .copy_left a {
        color: #53ae32;
    }

        .copy_left a:hover {
            color: #fff;
        }

.copy_rt {
    float: right;
    font: 400 14px/22px 'Roboto', sans-serif;
    color: #828485;
    text-transform: uppercase;
}

    .copy_rt a {
        float: right;
        margin: -2px 0 0 8px;
    }

        .copy_rt a img {
            max-width: 100%;
        }

.copyrt_sec .copy_left b {
    font-weight: 400;
}

.copyrt_sec .copy_left br {
    display: none;
}

.banner_details h1 br {
    display: none;
}

.bnr_peg {
    width: 100%;
    position: absolute;
    bottom: 20%;
    left: 0;
    text-align: center;
}

    .bnr_peg p {
        color: #fff;
        font: 300 24px/30px 'Roboto', sans-serif;
    }







.testimonial_sec {
    width: 100%;
    background-size: cover !important;
    padding: 100px 0 120px 0;
}

.testimonial_box {
    width: 100%;
    display: inline-block;
    background: #fff;
    padding: 0px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.testimonial_boxMain {
    width: 100%;
    background: #f2f2f2;
    padding: 25px;
    text-align: center;
}

    .testimonial_boxMain img {
        max-width: 100%;
    }

    .testimonial_boxMain h4 {
        font: 700 36px/28px 'Roboto', sans-serif;
        color: #2f3941;
        margin-top: 25px;
        text-transform: uppercase;
    }

/*.testimonial_boxMain p{ font: 400 22px/30px 'Roboto', sans-serif; color:#494c4f; padding: 20px 0 0; }
.testimonial_boxMain p span{ font-size: 16px; font-weight: 600; }
.testimonial_sec .col-md-6{ padding: 0 4px;}
.testimonial_sec .row{ margin: 0 -4px;}*/


.testimonial_box .caro_nav {
    width: 76px;
    position: absolute;
    left: 50%;
    bottom: 25px;
    margin-left: -38px;
}

    .testimonial_box .caro_nav .left_arw {
        float: left;
    }

    .testimonial_box .caro_nav .rt_arw {
        float: right;
    }

.bottomBoxcaro {
    width: 100%;
    display: inline-block;
    padding: 45px 25px;
    background: #fff;
    min-height: 370px;
}

    .bottomBoxcaro h4 {
        color: #3166ae;
        font: 700 24px/30px 'Roboto', sans-serif;
        text-align: center;
        margin-bottom: 5px;
    }

    .bottomBoxcaro ul {
        width: 100%;
        display: inline-block;
        padding-top: 10px;
        padding-left: 20px;
    }

        .bottomBoxcaro ul li {
            width: 100%;
            margin: 0;
            padding: 0px;
            float: left;
            text-align: left;
            color: #595d61;
            font: 400 20px/32px 'Roboto', sans-serif;
            list-style-type: disc;
        }

    .bottomBoxcaro p {
        width: 100%;
        margin: 0;
        padding: 0px;
        float: left;
        text-align: center;
        color: #595d61;
        font: 400 20px/32px 'Roboto', sans-serif;
    }

    .bottomBoxcaro .job-small-text p {
        font-size: 14px;
        margin-top: 10px;
    }

.black {
    width: 100%;
    float: left;
    background: #000;
    font: 700 16px/28px 'Roboto', sans-serif;
    color: #fff;
    padding: 15px 10px;
    text-transform: uppercase;
}

    .black:hover {
        color: #fff !important;
    }


.specializationSec {
    width: 100%;
    background: #eef4f6;
    padding: 60px 0px;
}

.innspecializationSec {
    width: 100%;
    display: inline-block;
}

.headingSpe {
    width: 100%;
    display: inline-block;
    text-align: center;
}

    .headingSpe h3 {
        color: #2f3941;
        font: 700 40px/44px 'Roboto', sans-serif;
        background: url(/Frontend/Images/border.jpg) no-repeat center bottom;
        padding-bottom: 30px;
    }

    .headingSpe p {
        color: #595d61;
        font: 300 24px/34px 'Roboto', sans-serif;
        padding-top: 30px;
    }


/*Owl carousel*/

.specializationBoxes {
    width: 100%;
    cursor: pointer;
    margin: 60px 0px;
}

    .specializationBoxes .caro_Itm {
        width: 100%;
        padding: 0px 10px;
    }

        .specializationBoxes .caro_Itm .picBox {
            width: 100%;
            position: relative;
            -moz-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            -webkit-transition: all 0.35s ease-in-out;
            -ms-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
            text-align: center;
            background: #fff;
            padding: 20px;
            min-height: 150px;
        }

            .specializationBoxes .caro_Itm .picBox img {
                max-width: 100%;
                width: auto;
                margin: 0 auto;
            }

            .specializationBoxes .caro_Itm .picBox h4 {
                color: #28465d;
                font: 600 16px/22px 'Roboto', sans-serif;
                margin-top: 15px;
                text-transform: uppercase;
            }

.pic_Inn {
    width: 100%;
    display: inline-block;
    position: relative;
    min-height: 45px;
}

.blue {
    max-width: 60px;
    height: 45px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.white {
    max-width: 60px;
    height: 45px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.pic_Inn .blue {
    opacity: 1;
}

.pic_Inn .white {
    opacity: 0;
}

.owl-theme .owl-nav [class*="owl-"] {
    background: none;
}

.specializationBoxes .owl-prev {
    position: absolute;
    top: 50%;
    left: -90px;
    margin-top: -41.5px;
    width: 83px;
    height: 83px;
    background: url(/Frontend/Images/ltarrw.png) no-repeat center center !important;
    text-indent: -9999px;
}

.specializationBoxes .owl-next {
    position: absolute;
    top: 50%;
    right: -90px;
    margin-top: -41.5px;
    width: 83px;
    height: 83px;
    background: url(/Frontend/Images/rtarrw.png) no-repeat center center !important;
    text-indent: -9999px;
}

.specializationBoxes .owl-dots {
    display: none;
}

.specializationBoxes .caro_Itm:hover .picBox {
    background: #3166ae;
}

.specializationBoxes .caro_Itm:hover .blue {
    opacity: 0;
}

.specializationBoxes .caro_Itm:hover .white {
    opacity: 1;
}

.specializationBoxes .caro_Itm:hover .picBox h4 {
    color: #fff;
}

.newsSec {
    background: #fff;
}

.newsSecBoxes {
    width: 100%;
    display: inline-block;
    margin-top: 50px;
}

.newsBox {
    width: 100%;
    display: inline-block;
}

.newsPic {
    width: 100%;
    display: inline-block;
}

    .newsPic img {
        width: 100%;
    }

.newsContent {
    width: 100%;
    display: inline-block;
}

    .newsContent h5 {
        color: #2f3941;
        font: 700 28px/28px 'Roboto', sans-serif;
        padding-top: 25px;
    }

    .newsContent em {
        color: #909090;
        font: 800 16px/28px 'Roboto', sans-serif;
        padding-top: 15px;
        display: inline-block;
    }

    .newsContent p {
        color: #595d61;
        font: 700 18px/28px 'Roboto', sans-serif;
        padding-top: 10px;
    }

.link {
    width: auto;
    margin-top: 15px;
    display: inline-block;
}

.blueBoxes {
    width: 100%;
    display: inline-block; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4f96e0+0,346bb3+100,4f96e0+100,7db9e8+100 */
    background: rgb(79,150,224); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(79,150,224,1) 0%, rgba(52,107,179,1) 100%, rgba(79,150,224,1) 100%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(79,150,224,1) 0%,rgba(52,107,179,1) 100%,rgba(79,150,224,1) 100%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(79,150,224,1) 0%,rgba(52,107,179,1) 100%,rgba(79,150,224,1) 100%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f96e0', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.innblueBox {
    width: 100%;
    display: inline-block;
    padding: 75px 0px;
    min-height: 513px;
}

.blueboxSec {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 0px 100px;
}

    .blueboxSec p {
        font: 700 38px/48px 'Roboto', sans-serif;
        color: #fff;
        padding-top: 50px;
    }

    .blueboxSec h5 {
        font: 700 16px/20px 'Roboto', sans-serif;
        color: #b7d0f9;
        margin-top: 20px;
    }

.innblueBox .caro_nav .left_arw {
    position: absolute;
    left: -90px;
    top: 50%;
    margin-top: -41.5px;
}

.innblueBox .caro_nav .rt_arw {
    position: absolute;
    right: -90px;
    top: 50%;
    margin-top: -41.5px;
}

.connectPanel {
    width: 100%;
    float: left;
    background: url(/Frontend/Images/connectbg.jpg) no-repeat;
    background-size: cover !important;
    padding: 30px 0px;
}

.topconnectBox {
    width: 100%;
    display: inline-block;
    text-align: center;
}

    .topconnectBox h5 {
        color: #fff;
        font: 700 18px/28px 'Roboto', sans-serif;
        padding-bottom: 20px;
    }

.bottomconnectBox {
    width: 100%;
    display: inline-block;
    text-align: center;
    border-top: 1px solid #17304c;
}

    .bottomconnectBox ul {
        width: 100%;
        display: inline-block;
        padding-top: 25px;
    }

        .bottomconnectBox ul li {
            display: inline-block;
            font-size: 34px;
            padding: 0px 25px;
        }

            .bottomconnectBox ul li a {
                color: #ffffff;
            }

.visible-xs {
    display: none;
}

.searchMob {
    display: none;
}


/*registration*/
.resgistration_main {
    background: url(/Frontend/Images/registerbg.jpg) no-repeat 0 0;
    background-size: cover;
}

    .resgistration_main .mid_content {
        min-height: 2000px;
        padding-bottom: 50px;
    }

.regiter_Box {
    width: 100%;
    padding: 75px 0;
    display: inline-block;
    margin-top: 15px;
}

.resourceSec .media .media:hover h5 {
    color: #52ae31;
}

.resourceSec .media img {
    margin-right: 70px !important;
}

.regiter_Box h2 {
    font: 600 50px/56px 'Roboto', sans-serif;
    color: #fff;
    padding-bottom: 15px;
    text-align: center;
}

.regiter_frm {
    width: 100%;
    display: inline-block;
    margin-top: 24px;
}

    .regiter_frm label {
        width: 100%;
        display: inline-block;
        font: 600 22px/25px 'Roboto', sans-serif;
        color: #353d43;
        margin: 0 0 15px;
    }

        .regiter_frm label sup {
            color: #fd0202;
            font-size: 20px;
            top: 0px;
        }

    .regiter_frm input[type="text"], .regiter_frm input[type="tel"], .regiter_frm input[type="email"] {
        width: 100%;
        height: 55px;
        padding: 0 15px;
        background: #fff;
        border: none;
        box-shadow: inherit;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font: 700 16px/55px 'Roboto', sans-serif;
        color: #343f46;
        outline: none;
        -webkit-appearance: none;
    }

        .regiter_frm input[type="text"]::-placeholder {
            color: #343f46;
            opacity: 1;
        }

        .regiter_frm input[type="tel"]::-placeholder {
            color: #343f46;
            opacity: 1;
        }

        .regiter_frm input[type="email"]::-placeholder {
            color: #343f46;
            opacity: 1;
        }
    /*.regiter_frm select{ width: 100%; height: 55px; padding: 0 15px; border: none; box-shadow: inherit; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; 
font: 700 16px/55px 'Roboto', sans-serif; color:#343f46; outline: none; -webkit-appearance: none; background: url(/Frontend/Images/selectarw.png) no-repeat right 20px center #fff;  cursor: pointer; }
.regiter_frm select:focus{outline: none; }*/
    .regiter_frm textarea {
        width: 100%;
        height: 135px;
        padding: 10px 15px 0;
        background: #fff;
        border: none;
        box-shadow: inherit;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font: 700 16px/24px 'Roboto', sans-serif;
        color: #343f46;
        outline: none;
        -webkit-appearance: none;
        resize: none;
    }

        .regiter_frm textarea::-placeholder {
            color: #343f46;
            opacity: 1;
        }

    .regiter_frm p {
        font: 300 16px/20px 'Roboto', sans-serif;
        color: #fd0202;
    }

.regiter_frm2 {
    width: 100%;
    display: inline-block;
    margin-top: 24px;
    padding: 25px 0 0;
    border-top: 2px solid #f1f1f1;
}

    .regiter_frm2 span {
        font: 600 18px/24px 'Roboto', sans-serif;
        color: #464c56;
        float: left;
        padding: 8px 0 0;
    }

        .regiter_frm2 span a {
            text-decoration: none;
            color: #52ae31;
        }

    .regiter_frm2 input[type="submit"], .regiter_frm2 input[type="button"] {
        float: right;
        width: 146px;
        height: 43px;
        background: #52ae31;
        font: 800 14px/42px 'Roboto', sans-serif;
        color: #fff;
        text-transform: uppercase;
        border: none;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        outline: none;
        -webkit-appearance: none;
        cursor: pointer;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .regiter_frm2 input[type="submit"]:hover, .regiter_frm2 input[type="button"]:hover {
            background: #61d637;
            color: #fff;
        }

.registr_chk {
    width: 100%;
    display: inline-block;
    padding: 8px 0;
}

    .registr_chk input[type="checkbox"] {
        display: none;
    }

        .registr_chk input[type="checkbox"] + label {
            color: #353d43;
            cursor: pointer;
            display: inline-block;
            font-size: 22px;
            line-height: 24px;
            margin: 0;
            padding: 4px;
            padding-left: 48px;
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            background: url(/Frontend/Images/chk.png) no-repeat left 1px;
        }

        .registr_chk input[type="checkbox"]:checked + label {
            background: url(/Frontend/Images/chkd.png) no-repeat left 1px;
            outline: none;
        }

.regiter_frm .box {
    width: 100%;
}

    .regiter_frm .box .inputfile + label {
        border: none;
        font: 700 14px/18px 'Roboto', sans-serif;
        color: #353d43;
        position: relative;
        padding-top: 6px;
        margin: 0px;
        padding-left: 0;
        padding-bottom: 0px;
    }
    /*.regiter_frm .box .inputfile + label::before{ position: absolute; left: 20px; top: 6px; content: "Browse"; font: 700 14px/18px 'Roboto', sans-serif; color:#353d43; text-align: center; }*/

    /*.regiter_frm .box .inputfile + label{ display: none;}*/
    .regiter_frm .box input[type="file"] {
        display: none;
    }

.regiter_frm .inputfile-2 + label {
    background: none !important;
    border: none !important;
    width: 300px;
}

    .regiter_frm .inputfile-2 + label strong {
        width: 35% !important;
        float: left;
        height: 33px;
        border-radius: 5px;
        background: #838383 !important;
        color: #fff !important;
        font: 700 14px/31px 'Roboto', sans-serif;
        color: #353d43;
        text-transform: capitalize !important;
        text-align: center !important;
        cursor: pointer;
    }

    .regiter_frm .inputfile-2 + label span {
        float: right;
        width: 58% !important;
        height: 35px;
        font: 600 15px/34px 'Roboto', sans-serif;
        text-transform: capitalize;
        color: #363637 !important;
        background: url(/Frontend/Images/clip.png)no-repeat left center;
        padding-left: 24px;
    }

.register-select {
    width: 100%;
}

    .register-select .styled-select {
        width: 100%;
        height: 43px;
        overflow: hidden;
        background: url(/Frontend/Images/arw12.png) no-repeat 98% #5eb4ca;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        padding: 0px 10px;
        cursor: pointer;
        display: inline-block;
    }

.register .cont-Fld-Box input[type="text"] {
    font: 700 18px/22px 'Roboto', sans-serif;
    text-transform: capitalize;
    color: #fff;
}

    .register .cont-Fld-Box input[type="text"]::placeholder {
        opacity: 1;
    }

.register-bt-text {
    margin: 22px 0px;
}

.head-tittlH4 {
    font: 700 16px/20px 'Roboto', sans-serif;
    color: #464c56;
    padding-bottom: 15px;
}

.register-select input::placeholder {
    opacity: 1;
    color: #363637;
}

.register-select .fstElement {
    width: 100%;
    border: none !important;
    background: url(/Frontend/Images/slctarw2.png) no-repeat right 20px center #fff;
    padding: 9px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #363637 !important; /*height: 54px;*/
    display: inline-block;
    padding-left: 17px !important;
}

.register-select .fstChoiceItem {
    font-size: 12px;
    margin: 4px 2px !important;
    border: 1px solid #fff;
    cursor: auto;
    color: #363637 !important;
    background-color: #fff;
}

.register-select .fstChoiceRemove {
    color: #363637 !important;
}

.register-select .fstResultItem {
    color: #343f46;
    font-size: 13px !important;
}

.register-select .fstResults {
    height: 160px;
    overflow: auto;
}

.register-select .fstControls {
    width: 100%;
}

.fstMultipleMode .fstQueryInputExpanded {
    width: 100%;
    height: 36px;
    font: 700 16px/22px 'Roboto', sans-serif !important;
}

.fstMultipleMode .fstQueryInputExpanded {
    margin: 0px !important;
    padding: 0px !important;
}

.fstMultipleMode .fstQueryInput {
    margin: 0px !important;
    padding: 0px !important;
}

.fstMultipleMode .fstControls {
    margin: 0px !important;
    padding: 0px !important;
}

#autoUpdate {
    display: none;
}

    #autoUpdate .regiter_frm {
        margin: 25px 0;
    }

.req {
    margin: 0px !important;
}


.innere_main_sec {
    width: 100%;
    background-size: cover !important;
    position: relative;
}

    .innere_main_sec .bgovrely {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(54,56,62,0.70);
        z-index: 9;
    }

    .innere_main_sec .mid_content {
        padding: 0px !important;
    }

.bannr_inner {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(26,66,151,0.85);
    width: 100%;
    height: 320px;
    z-index: 99;
}

.banner_details {
    top: 50%;
    left: 0;
}

.innere_main_sec .regiter_Box {
    margin-top: 320px;
}


/*client*/
.clientBox {
    width: 100%;
}

    .clientBox h4 {
        color: #2f3941;
        font: 700 28px/32px 'Roboto', sans-serif !important;
    }

    .clientBox p {
        color: #595d61;
        font: 300 20px/34px 'Roboto', sans-serif !important;
        /*padding-top: 25px;*/
    }

.clientbtn {
    width: 100%;
    display: inline-block;
    text-align: center;
}

    .clientbtn a {
        width: 180px;
        height: 40px;
        background: #52ae31;
        font: 800 14px/40px 'Roboto', sans-serif;
        color: #fff;
        text-transform: uppercase;
        border: none;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        outline: none;
        -webkit-appearance: none;
        cursor: pointer;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        display: inline-block;
        margin-top: 40px;
    }

        .clientbtn a:hover {
            background: #61d637;
            color: #fff;
        }


/*resources*/
.resourceSec {
    background: none;
}

    .resourceSec .media {
        position: relative;
    }

        .resourceSec .media .media-body h5 {
            color: #2f3941;
            font: 400 28px/28px 'Roboto', sans-serif;
        }

.abslink {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.resourceSec .media {
    align-items: center;
    margin: 0px;
}

.resourceSec .link_hvr:hover h5 {
    color: #52ae31;
}

.resourceSec .link_hvr {
    width: 100%;
    display: inline-block;
    padding: 25px 50px;
    background: rgba(225, 225, 225, 0.90);
    margin-bottom: 13px;
}


/*blog*/


.innrBan {
    width: 100%;
    min-height: 310px;
}

    .innrBan .bannr_inner {
        height: 100%;
    }

.blogpagCont {
    width: 100%;
    background: #f8f8f8;
    padding: 50px 0;
}

/*blog*/
.blogpage {
    padding: 50px 0;
}

.blogLft {
    width: 100%;
    padding-right: 0px;
    text-align: center;
}

.blogRow {
    width: 100%;
    padding: 10px 0;
    text-align: left;
}

    .blogRow .pics {
        width: 100%;
    }

        .blogRow .pics img {
            width: 100%;
        }

    .blogRow .txt {
        width: 100%;
        padding: 20px 0;
    }

    .blogRow .top_heading {
        text-align: left;
    }

        .blogRow .top_heading p strong {
            color: #909090;
            font: 800 18px/26px 'Roboto', sans-serif;
            padding: 10px 0;
        }

        .blogRow .top_heading h4 {
            color: #3166ae;
            font: 700 36px/38px 'Roboto', sans-serif;
            padding-bottom: 5px;
        }

            .blogRow .top_heading h4 a {
                color: #3166ae;
            }

        .blogRow .top_heading p strong i {
            margin-right: 7px;
            float: left;
            margin-top: 1px;
        }

        .blogRow .top_heading p {
            font: 300 20px/30px 'Roboto', sans-serif;
            color: #595d61;
            margin-top: 15px;
        }

.blogRt {
    width: 100%;
    margin-top: 10px;
    padding-left: 55px;
}

.blogRow .top_heading p a {
    display: inline-block;
    color: #6ab902 !important;
    font-weight: 800;
}

    .blogRow .top_heading p a:hover {
        color: #60d636 !important;
    }

.lodmor {
    padding: 0 28px;
    display: inline-block;
    height: 31px;
    background: #3166ae;
    color: #fff !important;
    font: 900 14px/31px 'Roboto', sans-serif;
    text-transform: uppercase;
    margin-top: 40px;
    border-radius: 70px;
}

    .lodmor:hover {
        background: #267ddb;
    }

.grenSuscrb {
    width: 100%;
    text-align: center;
}

    .grenSuscrb a {
        width: 100%;
        background: #6ab902;
        padding: 20px 0;
        display: inline-block;
        color: #fff;
        font: 700 16px/20px 'Roboto', sans-serif;
        text-transform: uppercase;
        color: #fff !important;
    }





.blogwhitRt {
    width: 100%;
    padding: 0;
}

.blogLstRow {
    width: 100%;
    display: inline-block;
    background: #fff;
    margin-top: 4px;
    padding: 20px 15px;
}

    .blogLstRow h5 {
        color: #1d2022;
        font: 700 18px/36px 'Roboto', sans-serif;
    }

    .blogLstRow:first-child h5 {
        display: inline-block;
        float: left;
    }

.flowSos {
    width: auto;
    float: left;
    padding-left: 20px;
}

    .flowSos li {
        display: inline-block;
    }

        .flowSos li a {
            display: inline-block;
            border: 2px solid #aaabab;
            width: 36px;
            height: 36px;
            text-align: center;
            line-height: 33px;
            color: #aaabab !important;
            font-size: 16px;
            border-radius: 60px;
        }

            .flowSos li a:hover {
                border-color: #6ab902;
                color: #6ab902 !important;
            }

.blogPostRw {
    widows: 100%;
}

    .blogPostRw .media-left a {
        width: 69px;
        height: 69px;
        border-radius: 100%;
        overflow: hidden;
    }

        .blogPostRw .media-left a img {
            max-width: 100%;
            border-radius:50%;
        }

    .blogPostRw .media {
        margin-top: 30px;
    }

        .blogPostRw .media h4 {
            color: #5a676f;
            font: 700 16px/20px 'Roboto', sans-serif;
            padding-bottom: 5px;
        }

            .blogPostRw .media h4 a {
                color: #5a676f !important;
            }

        .blogPostRw .media strong {
            color: #909090;
            font: 700 14px/20px 'Roboto', sans-serif;
            display: block;
            margin-top: 5px;
        }

        .blogPostRw .media .media-left {
            margin-right: 10px;
        }

.tglLink {
    width: 100%;
}

    .tglLink li {
        display: inline-block;
        padding: 3px 0;
    }

        .tglLink li a {
            height: 26px;
            font: 400 11px/26px 'TitilliumRegular';
            color: #494646;
            padding: 0 10px;
            border-radius: 4px;
            display: inline-block;
            background: #f8f8f8;
        }

        .tglLink li:nth-of-type(even) a {
            padding: 0 15px;
        }



.paginationSec {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

    .paginationSec .page-link {
        border: none !important;
        color: #33393e;
        font: 700 14px/31px 'Roboto', sans-serif;
        width: 31px;
        height: 31px;
        padding: 0px !important;
        text-align: center;
        border-radius: 3px;
        display: inline-block !important;
    }

    .paginationSec ul li {
        padding: 0 1px;
    }

        .paginationSec ul li.prevs a {
            width: auto !important;
            padding: 0 2px !important;
            background: none !important;
        }

        .paginationSec ul li.nexts a {
            width: auto !important;
            padding: 0 2px !important;
            background: none !important;
        }

        .paginationSec ul li.active a {
            background: #13b3d8 !important;
        }

    .paginationSec ul {
        display: inline-block !important;
    }

        .paginationSec ul li {
            display: inline-block !important;
        }


/*blog details*/

.allpara h3 {
    color: #2f3941;
    font: 700 28px/30px 'Roboto', sans-serif;
    margin-top: 15px;
}

.blobtmShar {
    width: 100%;
    border-top: 2px solid #fff;
    padding: 10px 0;
    display: inline-block;
    margin-top: 20px;
}

.shairs {
    width: auto;
    float: left;
}

    .shairs li {
        display: inline-block;
    }

        .shairs li:first-child {
            color: #aaabab;
            font: 900 14px/20px 'Roboto', sans-serif;
            text-transform: uppercase;
            margin-right: 20px;
        }

        .shairs li a {
            display: inline-block;
            border: 2px solid #aaabab;
            border-top-color: rgb(170, 171, 171);
            border-right-color: rgb(170, 171, 171);
            border-bottom-color: rgb(170, 171, 171);
            border-left-color: rgb(170, 171, 171);
            width: 36px;
            height: 36px;
            text-align: center;
            line-height: 33px;
            color: #aaabab !important;
            font-size: 16px;
            border-radius: 60px;
        }

            .shairs li a:hover {
                border-color: #6ab902;
                color: #6ab902 !important;
            }

.blgrtback {
    width: auto;
    float: right;
}

    .blgrtback li {
        display: inline-block;
        margin-left: 5px;
    }

        .blgrtback li a {
            padding: 0 34px;
            height: 36px;
            display: inline-block;
            color: #fff;
            font: 900 14px/36px 'Roboto', sans-serif;
            text-transform: uppercase;
            background: #52ae31;
            border-radius: 60px;
        }

            .blgrtback li a:hover {
                background: #60d636;
            }

        .blgrtback li:first-child a {
            background: #3166ae;
        }

            .blgrtback li:first-child a:hover {
                background: #267ddb;
            }

/*privacy*/

.simplecontainpage h2, .rte h2 {
    color: #3166ae;
    font: 700 50px/60px 'Roboto', sans-serif;
    margin-top: 15px;
}

.simplecontainpage h3, .rte h3 {
    color: #2f3941;
    font: 700 40px/50px 'Roboto', sans-serif;
    margin-top: 15px;
}


.simplecontainpage h4, .rte h4 {
    color: #3166ae;
    font: 700 36px/46px 'Roboto', sans-serif;
    margin-top: 15px;
}

.simplecontainpage p, .simplecontainpage ul li, .rte p, .rte ul li, .rte {
    color: #595d61;
    font: 300 20px/34px 'Roboto', sans-serif;
    margin-top: 15px;
}

    .simplecontainpage h5, .rte h5 {
        color: #2f3941;
        font: 700 28px/32px 'Roboto', sans-serif;
        margin-top: 15px;
    }

    .simplecontainpage ul, .rte ul {
        margin-top: 15px;
        padding-bottom: 10px;
    }

        .simplecontainpage ul li, .rte ul li {
            line-height: 28px;
            background: url(/Frontend/Images/li.png) no-repeat left top 14px;
            padding-left: 15px;
            margin-top: 10px;
        }



/*about*/
.about .clientBox h3 {
    color: #38444d;
    font-weight: 300 !important;
    font-size: 44px !important;
    line-height: 58px !important;
    padding: 0px;
}

.about .clientBox p {
    color: #38444d;
    font-weight: 300 !important;
    font-size: 34px !important;
    line-height: 58px !important;
    padding: 0px;
}

.about .clientBox {
    padding: 200px 0px !important;
    text-align: center;
}

.about_top {
    width: 100%;
}

.about_Lft {
    background: #eef4f6;
    padding: 75px;
    width: 100%;
    min-height: 730px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .about_Lft h3 {
        color: #3166ae;
        position: relative;
        font: 700 50px/55px 'Roboto', sans-serif;
        position: relative;
        padding-bottom: 13px;
    }

        .about_Lft h3:before {
            position: absolute;
            content: "";
            bottom: 0;
            left: 0;
            width: 58px;
            height: 4px;
            background: #52ae31;
        }

    .about_Lft p {
        color: #45484b;
        font: 300 20px/30px 'Roboto', sans-serif;
        padding-top: 15px;
    }

.about_img {
    width: 100%;
}

    .about_img img {
        width: 100%;
        max-width: 100%;
        height: 730px;
        object-fit: cover;
    }

.about_top .row {
    flex-direction: row-reverse;
}

.about_top.bottom .row {
    flex-direction: inherit;
}

.about_Lft a.join {
    height: 50px;
    text-align: center;
    color: #eef4f6;
    font: 700 24px/50px 'Roboto', sans-serif;
    margin-top: 27px;
    display: inline-block;
    background: #52ae31;
    width: 240px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
}

.about_top.bottom .about_Lft {
    background: #3062a9;
}

    .about_top.bottom .about_Lft h3 {
        color: #fff;
    }

    .about_top.bottom .about_Lft p {
        color: #fff;
    }

.about_Lft a.join:hover {
    background: #fff;
    color: #52ae31;
}

.number_spek {
    width: 100%;
    background: #2a2c2e;
    padding: 45px 0 70px;
}

.number_hed {
    width: 100%;
}

    .number_hed h2 {
        text-align: center;
        color: #fff;
        font: 700 50px/55px 'Roboto', sans-serif;
        padding-bottom: 34px;
    }

.number_count {
    width: 100%;
}

    .number_count ul {
        width: 100%;
        display: inline-block;
        text-align: center;
        font-size: 0px;
    }

        .number_count ul li {
            padding: 0 15px;
            display: inline-block;
        }

.number_box {
    width: 268px;
    height: 268px;
    border-radius: 100%;
    background: #353739;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .number_box strong {
        color: #4785dd;
        font: 900 86px/92px 'Roboto', sans-serif;
        width: 100%;
        display: inline-block;
    }

    .number_box span {
        color: #fff;
        font: 700 24px/30px 'Roboto', sans-serif;
        text-transform: uppercase;
        width: 100%;
        display: inline-block;
    }

    .number_box i {
        font-style: normal;
    }

.candidate .regiter_Box {
    padding: 0px;
    background: none;
}

.error_pge .regiter_Box {
    text-align: center;
}


#hide22 {
    display: none;
}

.newsSecBoxes .row {
    margin: 0 8px;
}

.newsSecBoxes .col-sm-4 {
    padding: 0 8px;
}


.innere_main_sec .banner_details {
    top: 50% !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.register_pnl {
    padding: 45px;
    width: 100%;
    background: rgba(228, 228, 228, 0.9);
}

.privacy_pnl {
    background: rgba(255, 255, 255, 0.90);
    width: 100%;
    padding: 30px;
    position: relative;
    z-index: 9;
}

.about_cont {
    background: rgba(255, 255, 255, 0.90);
    width: 100%;
    padding: 70px 80px;
}


.error_pnel {
    width: 100%;
    background: rgba(255, 255, 255, 0.90);
    padding: 80px;
}

.error_pge .regiter_Box {
    padding: 185px 0;
}



/*job_list_sec*/

.job_list_serch {
    width: 100%;
}

.serach_lft {
    width: 100%;
    background: rgba(30,73,161,0.85);
    height: 173px;
    padding: 53px 18px 0;
}

.src_fill {
    width: 100%;
    text-align: right;
}

    .src_fill select, .src_fill input[type="email"], .src_fill input[type="text"] {
        width: 100%;
        height: 54px;
        line-height: 54px;
        color: #fff;
        padding: 0 10px;
        background: #072e68 url(/Frontend/Images/slctArw.png) no-repeat right 10px center;
        outline: none;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -o-border-radius: 7px;
        -ms-border-radius: 7px;
        -webkit-appearance: none;
        border: 0px;
        font: 400 15px/20px 'Roboto', sans-serif;
    }

.serach_lft ul {
    width: 100%;
    display: inline-block;
}

    .serach_lft ul li {
        padding: 0 6px;
        width: 33.33%;
        float: left;
    }

.job_list_serch form {
    width: 100%;
}

.src_fill input[type="email"] {
    padding-left: 48px;
    background: #072e68 url(/Frontend/Images/email.png) no-repeat left 20px center;
}

    .src_fill input[type="email"]::placeholder, .src_fill input[type="text"]::placeholder {
        opacity: 1;
        color: #fff;
    }

.src_fill input[type="text"] {
    background: #072e68;
}

.src_fill input[type="submit"], .src_fill input[type="button"] {
    width: 178px;
    height: 30px;
    margin: 0 auto;
    display: inline-block;
    color: #ffff;
    text-align: center;
    font: 900 14px/30px 'Roboto', sans-serif;
    background: #3166ae;
    border: 0px;
    outline: none;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    margin-top: 13px;
    margin-bottom: 13px;
}

.serach_rt {
    width: 100%;
    height: 173px;
    padding: 53px 18px 0;
    background: rgba(30,73,161,0.85);
    text-align: center;
}

.job_listing {
    width: 100%;
}

.src_fill input[type="submit"]:hover, .src_fill input[type="button"]:hover {
    background: #52ae31;
}

.refrigeration_lst li:last-child {
    background: url(/Frontend/Images/sting.png) no-repeat left center;
}

.refrigeration_lst {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}

    .refrigeration_lst li {
        width: auto;
        display: inline-block;
        color: #464c56;
        text-transform: capitalize;
        font: 700 18px/24px 'Roboto', sans-serif;
        padding-left: 27px;
        margin-right: 20px;
    }

        .refrigeration_lst li a {
            color: #464c56 !important;
        }

        .refrigeration_lst li:last-child {
            margin-right: 0px;
        }

        .refrigeration_lst li:nth-child(1) {
            background: url(/Frontend/Images/refrigeration-icon1.png)no-repeat left 3px;
        }

        .refrigeration_lst li:nth-child(2) {
            background: url(/Frontend/Images/refrigeration-icon2.png)no-repeat left 3px;
        }

        .refrigeration_lst li:nth-child(3) {
            background: url(/Frontend/Images/refrigeration-icon3.png)no-repeat left 3px;
        }

        .refrigeration_lst li:nth-child(4) {
            background: url(/Frontend/Images/refrigeration-icon4.png)no-repeat left 3px;
        }

.service_con_lt p {
    color: #595d61;
    font: 400 18px/24px 'Roboto', sans-serif;
    padding-top: 13px;
}

.apply_back {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

    .apply_back li {
        width: auto;
        display: inline-block;
        color: #ffffff;
        text-transform: capitalize;
        font: 700 14px/22px 'Roboto', sans-serif;
        margin-right: 8px;
        -moz-border-radius: 22px;
        -webkit-border-radius: 22px;
        border-radius: 22px;
    }

        .apply_back li:last-child {
            margin-right: 0px;
            background: #52ae31;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

        .apply_back li a {
            width: auto;
            display: inline-block;
            padding: 7px 25px;
            color: #fff !important;
        }

        .apply_back li:first-child {
            background: #3166ae;
            text-align: center;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

            .apply_back li:first-child:hover {
                background: #1e49a1;
            }

        .apply_back li:last-child:hover {
            background: #1e49a1;
        }

.service_con_lt h4 a {
    color: #2f3941;
}


.details_lst {
    width: 100%;
    display: inline-block;
}

    .details_lst li {
        width: 100%;
        color: #464c56;
        text-transform: uppercase;
        font: 700 14px/25px 'Roboto', sans-serif;
        display: inline-block;
        margin-top: 6px;
    }

        .details_lst li a {
            color: #484a4d !important;
            padding: 15px 24px;
            background: #f2f2f2;
            width: 100%;
            display: inline-block;
        }

            .details_lst li a:hover {
                color: #fff !important;
                background: #3166ae !important;
            }

            .details_lst li a i {
                padding-right: 20px;
                font-size: 18px;
            }

        .details_lst li:first-child {
            margin: 0px;
        }

.listing_sec .col-sm-8, .listing_sec .col-sm-4 {
    padding: 0px 11px;
}

.listing_sec .row {
    margin: 0px -11px;
}

.list_lt_row_bg {
    width: 100%;
    background: #f8f8f8;
    padding: 22px 30px 27px;
    display: inline-block;
    margin-top: 16px;
}

.no-jobs p {
    padding-top: 10px;
}

.listing_sec .service_con_lt h4 {
    padding-top: 0px;
}

.listing_sec .apply_back li {
    font: 700 13px/22px 'Roboto', sans-serif;
}

    .listing_sec .apply_back li:first-child {
        background: #fa9a2a;
    }

    .listing_sec .apply_back li:last-child {
        background: #6957ab;
    }

    .listing_sec .apply_back li:first-child:hover {
        background: #fcbb3c;
    }

    .listing_sec .apply_back li:last-child:hover {
        background: #a18cfc;
    }

.listing_lt_pnl {
    width: 100%;
    display: inline-block;
}

.list_pagination {
    width: 100%;
    text-align: center;
}

    .list_pagination ul {
        width: 100%;
        display: inline-block;
        font-size: 0px;
        margin-top: 35px;
    }

        .list_pagination ul li {
            width: auto;
            display: inline-block;
            color: #343f46;
            font: 700 13px/35px 'Roboto', sans-serif;
        }

            .list_pagination ul li a {
                width: 38px;
                height: 36px;
                display: inline-block;
                background: #f9f9f9 !important;
                color: #343f46 !important;
                border: 1px solid #dedede;
                border-right: 0px;
            }

            .list_pagination ul li:last-child a {
                border-right: 1px solid #dedede;
                background: none !important;
            }

            .list_pagination ul li:first-child a {
                background: none !important;
            }

            .list_pagination ul li.actv a {
                color: #6957ab !important;
                border-bottom: 1px solid #6957ab;
            }

            .list_pagination ul li:hover a {
                color: #6957ab !important;
            }


.right-support-sec {
    width: 100%;
    display: inline-block;
}

    .right-support-sec .panel-default > .panel-heading {
        color: #333;
        background-color: #fff;
        border-color: #e4e5e7;
        padding: 0;
    }

        .right-support-sec .panel-default > .panel-heading a {
            width: 100%;
            display: inline-block;
            padding: 10px;
        }

        .right-support-sec .panel-default > .panel-heading a {
            background: #f2f2f2 url(/Frontend/Images/arrow_up.png) no-repeat right 30px center !important;
            padding: 15px 30px;
            font: 700 16px/18px 'Roboto', sans-serif;
            color: #212c34 !important;
            text-transform: capitalize;
            border-bottom: 1px solid #ffffff;
        }

            .right-support-sec .panel-default > .panel-heading a.collapsed {
                background: url(/Frontend/Images/arrow_down.png) no-repeat right 30px center !important;
                color: #333333;
            }

    .right-support-sec .panel {
        margin-bottom: 12px !important;
        border-radius: 0px; /*border:none !important; box-shadow:none !important;*/
    }
    /*.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group { border:none !important;}*/
    .right-support-sec .panel-title {
        background: #f2f2f2 !important;
    }

    .right-support-sec .panel-default > .panel-heading + .panel-collapse > .panel-body {
        background: #f8f8f8 !important;
    }

    .right-support-sec .panel-body {
        padding: 25px 30px;
    }

    .right-support-sec .panel-default {
        border: none !important;
    }

    .right-support-sec .panel-group {
        margin-bottom: 0px !important;
    }


.accro_list_menu {
    width: 100%;
    display: inline-block;
}

    .accro_list_menu li {
        width: 100%;
        display: inline-block;
        color: #464c56;
        text-transform: uppercase;
        font: 700 14px/20px 'Roboto', sans-serif;
        padding-bottom: 22px;
    }

        .accro_list_menu li a {
            color: #464c56 !important;
        }

        .accro_list_menu li:last-child {
            padding-bottom: 0px;
        }


/*--modification--22-8-2018--*/

.service_sub_link li.actv a {
    background: #f99b21;
    color: #fff !important;
}

.service_sub_link li a:hover {
    color: #fff !important;
    background: #f99b21;
}

.service_sub_link li {
    padding: 0px;
}

    .service_sub_link li a {
        padding: 15px 20px;
        display: inline-block;
        width: 100%;
    }

.frm-inr.two input[type="checkbox"] + label {
    background-size: 25px;
}

.frm-inr.two input[type="checkbox"]:checked + label {
    background-size: 25px;
}

.listing_sec .service_con_lt h4 a {
    color: #212c34 !important;
}

    .listing_sec .service_con_lt h4 a:hover {
        color: #ff2f00 !important;
    }

.service_con_lt h3 a {
    color: #212c34 !important;
}

    .service_con_lt h3 a:hover {
        color: #ff2f00 !important;
    }

.list_btn {
    width: 100%;
    text-align: center;
    padding-top: 25px;
}

    .list_btn a {
        width: 140px;
        height: 30px;
        display: inline-block;
        color: #444444;
        background: #fff;
        font: 700 14px/30px 'Roboto', sans-serif;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -o-border-radius: 30px;
    }

        .list_btn a:hover {
            background: #52ae31;
            color: #fff;
        }


.job_details_pnl {
    width: 100%;
}

    .job_details_pnl .service_con_lt {
        background: #fff;
        padding: 30px;
    }

.tranning_text_list li {
    width: 100%;
    display: inline-block;
    color: #595d61;
    font: 400 20px/25px 'Roboto', sans-serif;
    margin-top: 18px;
    padding-left: 23px;
    position: relative;
}

    .tranning_text_list li:before {
        position: absolute;
        top: 11px;
        left: 0;
        content: "";
        width: 4px;
        height: 4px;
        border-radius: 100%;
        background: #595d61;
    }

.service_con_lt h3 {
    color: #3166ae;
    font: 700 36px/40px 'Roboto', sans-serif;
}

.job_details_pnl .refrigeration_lst li {
    font-size: 16px;
}

.job_details_pnl h4 {
    padding-top: 23px;
}

.job_details_pnl .service_con_lt p {
    font-size: 20px;
}

    .job_details_pnl .service_con_lt p strong {
        font-weight: 700;
    }

        .job_details_pnl .service_con_lt p strong a {
            color: #595d61;
        }


.contact_info {
    width: 100%;
    background: rgba(255,255,255,0.90);
    padding: 25px 55px 70px;
}

    .contact_info ul {
        width: 100%;
        display: inline-block;
    }

        .contact_info ul li {
            color: #2f3941;
            font: 400 20px/28px 'Roboto', sans-serif;
            padding-left: 50px;
            margin-top: 33px;
        }

            .contact_info ul li a {
                color: #2f3941;
            }

            .contact_info ul li:first-child {
                background: url(/Frontend/Images/loc2.png) no-repeat left 3px;
            }

            .contact_info ul li:nth-child(2) {
                background: url(/Frontend/Images/call.png) no-repeat left 3px;
            }

            .contact_info ul li:last-child {
                background: url(/Frontend/Images/mail.png) no-repeat left 3px;
            }

.contact_from {
    margin-top: 25px;
}

    .contact_from .register_pnl {
        background: rgba(255, 255, 255, 0.90);
    }

    .contact_from .regiter_frm2 {
        border: 0px;
        text-align: center;
    }

        .contact_from .regiter_frm2 input[type="submit"], .contact_from .regiter_frm2 input[type="button"] {
            float: none;
        }

    .contact_from .regiter_frm label {
        font-size: 20px;
    }


.newsContent h5 a {
    color: #2f3941;
}

.testimonial_boxMain {
    position: relative;
}

    .testimonial_boxMain a.link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
    }

.specializationBoxes .caro_Itm .picBox {
    position: relative;
}

    .specializationBoxes .caro_Itm .picBox a.link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }




.mapSec {
    width: 100%;
    float: left;
}

    .mapSec iframe {
        width: 100%;
        height: 470px;
    }

.aborigonal .bannr_inner {
    background-color: rgba(0,0,0,0.85);
}

.aborigonal .number_box strong {
    color: #FFFA43;
}

.aborigonal h3 {
    color:#000000;
}

.aborigonal .about_Lft h3:before {
    background:#000000;
}

.aborigonal .about_top.bottom .about_Lft {
    background: #2a2c2e;
}

.aborigonal .about_Lft h3:before {
    background:#ff0000;
}

.aborigonal h3:before {
    color:#000000; 
}

.aborigonal .about_Lft ul {
    list-style: disc;
    padding: 0px;
    margin: 0px;
    color: #ffffff;
    font: 300 20px/30px 'Roboto', sans-serif;
    padding-top: 15px;
}

.aborigonal .about_Lft a.join {
    background:#ff0000;
}
.aborigonal .about_Lft a.join:hover {
    background:#ffffff;
    color: #ff0000;
}


    @media only screen and (min-width:768px) and (max-width:9000px) {
        /*menu*/
        .nav_top .dropdown .dropdown-menu {
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            max-height: 0;
            display: block;
            opacity: 0;
            visibility: hidden;
            background: #f1f1f1;
            width: 215px;
        }

        .nav_top .dropdown:hover .dropdown-menu {
            max-height: 300px;
            opacity: 1;
            visibility: visible;
        }
        /*end menu*/

    }

    @media (min-width: 1400px) and (max-width: 2999px) {

        .innere_main_sec .banner_details {
            top: 45% !important;
        }
    }




    @media (min-width: 1200px) and (max-width: 1399px) {

        .container {
            max-width: 1170px;
        }

        .nav_top .navbar-brand {
            width: 260px;
        }

        .menu_sec {
            margin: 35px 0 0 !important;
        }

        .footerTop_list ul li {
            font-size: 40px;
            line-height: 45px;
            padding-right: 44px;
            margin-right: 25px;
        }

        .footerTop_list {
            padding: 15px 0;
        }

        .copyrt_sec {
            padding: 14px 0;
        }

        .ban_select span {
            font-size: 16px;
        }

        .ban_select2 input[type="submit"], .ban_select2 input[type="button"] {
            font-size: 19.35px;
        }

        .bottomBoxcaro h4 {
            text-align: center;
        }

        .bottomBoxcaro ul li {
            font-size: 18px;
        }

        .bottomBoxcaro p {
            font-size: 18px;
        }

        .bottomBoxcaro {
            min-height: 335px;
        }

        .testimonial_sec {
            padding: 100px 0 100px 0;
        }

        .newsContent h5 {
            font-size: 22px;
            line-height: 24px;
        }

        .blueboxSec p {
            font-size: 34px;
            line-height: 44px;
        }

        /*registration*/
        .resgistration_main .mid_content {
            min-height: 1500px;
            padding-bottom: 50px;
        }

        .regiter_Box h2 {
            font-size: 45px;
            line-height: 52px;
        }


        /*about*/
        .about .clientBox p {
            font-size: 40px !important;
            line-height: 50px !important;
        }

        .number_hed h2 {
            font-size: 45px;
            line-height: 50px;
        }

        .number_box strong {
            font-size: 80px;
            line-height: 90px;
        }

        .number_box span {
            font-size: 20px;
            line-height: 25px;
        }

        .about_Lft h3 {
            font-size: 45px;
            line-height: 50px;
        }

        .about_Lft p {
            font-size: 18px;
            line-height: 28px;
        }


        .specializationBoxes .owl-prev {
            left: -25px;
            background-size: 70px !important;
        }

        .specializationBoxes .owl-next {
            right: -25px;
            background-size: 70px !important;
        }

        .innblueBox .caro_nav .left_arw {
            left: -25px;
            background-size: 70px !important;
        }

        .innblueBox .caro_nav .rt_arw {
            right: -25px;
            background-size: 70px !important;
        }


        .about .clientBox {
            padding: 150px 0px !important;
        }

        .number_box {
            width: 245px;
            height: 245px;
        }
    }




    @media (min-width: 992px) and (max-width: 1199px) {

        .container {
            max-width: 960px;
        }

        .nav_top .navbar-brand {
            width: 200px;
        }

        .menu_sec {
            margin: 50px 0 0 !important;
        }

        .banner_box img {
            height: 600px;
        }

        .footerTop_list ul li {
            font-size: 32px;
            line-height: 45px;
            padding-right: 41px;
            margin-right: 22px;
        }

        .footerTop_list {
            padding: 15px 0;
        }

        .footer_menu {
            padding: 20px 0 0;
        }

        .footer_box {
            margin-top: 15px;
        }

        .footer_top {
            padding: 35px 0;
        }

        .copyrt_sec {
            padding: 14px 0;
        }

        .ban_select span {
            font-size: 15px;
            height: 55px;
            line-height: 22px;
            padding: 14px 0 0 15px;
            width: 90px;
        }

        .ban_select2 input[type="submit"], .ban_select2 input[type="button"] {
            font-size: 17.35px;
            height: 56px;
            line-height: 38px;
        }

        .menu_sec li {
            margin: 0 0 0 18px;
            font-size: 15px;
            line-height: 19px;
        }

        .nav_top .dropdown .dropdown-menu li a {
            font-size: 13px;
            line-height: 18px;
            padding: 7px 16px;
        }

        .nav_top .dropdown .dropdown-menu {
            width: 200px;
        }

        .banner_details h1 {
            font-size: 46px;
            line-height: 52px;
        }

        .ban_select {
            padding-left: 0px;
        }

            .ban_select select {
                height: 55px;
                font-size: 14px;
                line-height: 50px;
                padding: 0 8px;
                padding-right: 33px;
            }

        .footerTop_list ul li img {
            margin-top: -16px;
            width: 70px;
        }

        .footerLogo img {
            width: 150px;
        }

        .footer_box h5 {
            font-size: 15px;
        }

        .footer_box ul li {
            font-size: 13px;
            line-height: 18px;
        }

        .social_sec ul {
            padding: 45px 0 0;
        }

            .social_sec ul li a {
                width: 35px;
                height: 35px;
                font-size: 17px;
            }

        .copy_left {
            font-size: 13px;
        }

        .copy_rt {
            font-size: 13px;
        }



        .bottomBoxcaro ul li {
            font-size: 16px;
            line-height: 28px;
        }

        .bottomBoxcaro p {
            font-size: 16px;
            line-height: 28px;
        }

        .bottomBoxcaro {
            min-height: 315px;
            padding: 30px 20px;
        }

        .testimonial_sec {
            padding: 100px 0 100px 0;
        }

        .newsContent h5 {
            font-size: 18px;
            line-height: 22px;
            padding-top: 15px;
        }

        .blueboxSec p {
            font-size: 28px;
            line-height: 40px;
            padding-top: 30px;
        }

        .top_search span.serch_btn {
            font-size: 14px;
        }

        .banner_searchInnr ul li select, .banner_searchInnr ul li input[type="text"] {
            font-size: 17px;
            line-height: 55px;
        }

        .testimonial_boxMain h4 {
            font-size: 24px;
        }

        .bottomBoxcaro h4 {
            font-size: 20px;
            line-height: 24px;
        }

        .headingSpe h3 {
            font-size: 32px;
            line-height: 34px;
        }

        .headingSpe p {
            font-size: 20px;
            line-height: 32px;
        }

        .specializationBoxes .owl-prev {
            left: -25px;
            margin-top: -25px;
            width: 50px;
            height: 50px;
            background-size: 100% !important;
        }

        .specializationBoxes .owl-next {
            right: -25px;
            margin-top: -25px;
            width: 50px;
            height: 50px;
            background-size: 100% !important;
        }

        .specializationBoxes {
            margin: 60px 0px 0px 0px;
        }

        .newsContent em {
            padding-top: 10px;
            font-size: 15px;
            line-height: 22px;
        }

        .newsContent p {
            font-size: 15px;
            line-height: 24px;
        }

        .innblueBox {
            padding: 50px 100px;
        }

            .innblueBox .caro_nav .left_arw {
                left: -70px;
                top: 50%;
                margin-top: -41.5px;
                width: 60px;
            }

                .innblueBox .caro_nav .left_arw img {
                    width: 100%;
                }

            .innblueBox .caro_nav .rt_arw {
                right: -70px;
                top: 50%;
                margin-top: -41.5px;
                width: 60px;
            }

                .innblueBox .caro_nav .rt_arw img {
                    width: 100%;
                }

        .blueboxSec {
            padding: 0px;
        }

        .connectPanel {
            padding: 20px 0px;
        }

        .bottomconnectBox ul li {
            font-size: 22px;
            padding: 0px 20px;
        }


        /*registration*/
        .resgistration_main .mid_content {
            min-height: 1300px;
            padding-bottom: 30px;
        }

        .regiter_Box h2 {
            font-size: 40px;
            line-height: 48px;
        }

        .regiter_frm label {
            margin: 0 0 12px;
            font-size: 18px;
            line-height: 22px;
        }

        .regiter_frm2 span {
            font-size: 18px;
        }

        #autoUpdate .regiter_frm {
            margin: 22px 0;
        }

        .registr_chk input[type="checkbox"] + label {
            font-size: 18px;
            line-height: 22px;
        }

        .bannr_inner {
            height: 180px;
        }

        .innere_main_sec .banner_details {
            top: 45% !important;
        }

        .innere_main_sec .regiter_Box {
            margin-top: 180px;
        }


        /*clients*/
        .clientBox p {
            padding-top: 20px;
            font-size: 18px;
            line-height: 28px;
        }

        .clientBox h4 {
            font-size: 30px !important;
            line-height: 46px !important;
        }


        /*resources*/
        .resourceSec .media .media-body h5 {
            font-size: 22px;
            line-height: 26px;
        }


        /*blog*/
        .blogRt {
            padding-left: 0px;
        }

        .blogRow .top_heading h4 {
            font-size: 28px;
            line-height: 34px;
        }

        .blogRow .top_heading p {
            font-size: 16px;
            line-height: 30px;
        }

        .allpara h3 {
            font-size: 23px;
            line-height: 28px;
        }

        /*privacy*/
        .simplecontainpage h4 {
            font-size: 28px;
            line-height: 34px;
        }

        .simplecontainpage h5 {
            font-size: 20px;
            line-height: 30px;
        }

        .simplecontainpage p, .simplecontainpage ul li {
            font-size: 16px;
            line-height: 30px;
        }


        /*about*/
        .about .clientBox p {
            font-size: 35px !important;
            line-height: 50px !important;
        }

        .number_hed h2 {
            font-size: 40px;
            line-height: 45px;
        }

        .number_box strong {
            font-size: 70px;
            line-height: 77px;
        }

        .number_box span {
            font-size: 18px;
            line-height: 23px;
        }

        .about_Lft h3 {
            font-size: 40px;
            line-height: 45px;
        }

        .about_Lft p {
            font-size: 17px;
            line-height: 26px;
        }

        .about .clientBox {
            padding: 60px;
        }

        .number_box {
            width: 230px;
            height: 230px;
        }

        .about_Lft {
            padding: 30px;
            min-height: 625px;
        }

        .about_img img {
            height: 625px;
        }

        .about_Lft a.join {
            height: 45px;
            line-height: 45px;
            width: 200px;
            font-size: 19px;
        }


        .advance_serch {
            top: 54%;
            padding: 13px;
        }

        .about .clientBox {
            padding: 130px 0px !important;
        }

        .number_box {
            width: 210px;
            height: 210px;
        }

        .about_cont {
            padding: 60px;
        }

        .error_pnel {
            padding: 50px;
        }

        .error_pge .regiter_Box {
            padding: 140px 0;
        }


        .service_con_lt h3 {
            font-size: 32px;
            line-height: 38px;
        }

        .contact_info ul li {
            font-size: 25px;
            line-height: 30px;
        }

        .contact_info {
            padding: 25px 45px 60px;
        }


        .mapSec iframe {
            height: 400px;
        }
    }

    @media only screen and (max-width: 991px) {
        .nav_top .navbar-toggler {
            border-color: #383e40;
            background: none;
        }

        .nav_top .navbar-toggler {
            padding: 10px;
            margin-right: 0;
        }

            .nav_top .navbar-toggler .icon-bar {
                display: block;
                width: 22px;
                height: 2px;
                border-radius: 1px;
                background-color: #fff;
            }

                .nav_top .navbar-toggler .icon-bar + .icon-bar {
                    margin-top: 4px;
                }

        .navbar-toggler .icon-bar {
            display: block;
            width: 22px;
            height: 2px;
            border-radius: 1px;
            background-color: #fff;
        }

        .navbar-toggler {
            margin-right: 15px;
        }

        .navbar-toggler {
            padding: 10px;
        }



        /*blog*/
        .blogRt {
            padding-left: 0px;
        }

        .blogRow .top_heading h4 {
            font-size: 25px;
            line-height: 30px;
        }

        .blogRow .top_heading p {
            font-size: 16px;
            line-height: 30px;
        }

        .innrBan .banner_details {
            top: 50%;
        }

        .allpara h3 {
            font-size: 23px;
            line-height: 28px;
        }

        /*privacy*/
        .simplecontainpage h4 {
            font-size: 28px;
            line-height: 34px;
        }

        .simplecontainpage h5 {
            font-size: 20px;
            line-height: 30px;
        }

        .simplecontainpage p, .simplecontainpage ul li {
            font-size: 16px;
            line-height: 30px;
        }
    }


    @media (min-width: 768px) and (max-width: 991px) {

        .container {
            max-width: 750px;
        }

        .nav_top .navbar-brand {
            width: 160px;
        }

        .menu_sec {
            margin: 39px 0 0 !important;
            display: inline-block;
            width: 100%;
            text-align: right;
        }

        .banner_box img {
            height: 370px;
        }

        .footerTop_list ul li {
            font-size: 22px;
            line-height: 40px;
            padding-right: 40px;
            margin-right: 22px;
        }

        .footerTop_list {
            padding: 15px 0;
        }

        .footer_menu {
            padding: 10px 0 0;
        }

        .footer_box {
            margin-top: 15px;
        }

        .footer_top {
            padding: 20px 0;
        }

        .copyrt_sec {
            padding: 14px 0;
        }

        .ban_select span {
            font-size: 14px;
            height: 50px;
            line-height: 22px;
            padding: 14px 0 0 13px;
            width: 80px;
        }

        .ban_select2 input[type="submit"], .ban_select2 input[type="button"] {
            font-size: 16.35px;
            height: 50px;
            line-height: 38px;
        }

        .menu_sec li {
            margin: 0 0 0 10px;
            font-size: 13px;
            line-height: 18px;
            display: inline-block;
        }

        .nav_top .dropdown .dropdown-menu li a {
            font-size: 12px;
            line-height: 16px;
            padding: 6px 16px;
        }

        .nav_top .dropdown .dropdown-menu {
            width: 160px;
        }

        .banner_details h1 {
            font-size: 35px;
            line-height: 40px;
        }

        .ban_select {
            padding-left: 0px;
            width: 100%;
        }

            .ban_select select {
                height: 50px;
                font-size: 13px;
                line-height: 48px;
                padding: 0 6px;
                padding-right: 33px;
            }

        .footerTop_list ul li img {
            margin-top: -12px;
            width: 52px;
        }

        .footerLogo img {
            width: 125px;
        }

        .footer_box h5 {
            font-size: 14px;
            padding-bottom: 10px;
        }

        .footer_box ul li {
            font-size: 12px;
            line-height: 16px;
        }

        .social_sec ul {
            padding: 30px 0 0;
        }

            .social_sec ul li {
                margin: 0 7px 0 0;
            }

                .social_sec ul li a {
                    width: 30px;
                    height: 30px;
                    font-size: 12px;
                    padding: 7px 0 0;
                }

        .copy_left {
            font-size: 12px;
        }

        .copy_rt {
            font-size: 12px;
        }

        .top_search {
            width: 116px;
        }

            .top_search span.serch_btn {
                height: 30px;
                font-size: 12px;
                line-height: 28px;
            }

        .header_sec {
            padding: 12px 0;
        }

        .banner_details {
            top: 25% !important;
        }

        .ban_select2 {
            width: 100%;
        }

        .copy_rt a img {
            width: 16px;
        }







        .bottomBoxcaro ul li {
            font-size: 13px;
            line-height: 22px;
        }

        .bottomBoxcaro p {
            font-size: 14px;
            line-height: 22px;
        }

        .bottomBoxcaro {
            min-height: 230px;
            padding: 15px 15px;
        }

        .testimonial_sec {
            padding: 70px 0 70px 0;
        }

        .newsContent h5 {
            font-size: 16px;
            line-height: 22px;
            padding-top: 10px;
        }

        .blueboxSec p {
            font-size: 24px;
            line-height: 34px;
            padding-top: 30px;
        }

        .top_search span.serch_btn {
            font-size: 11px;
        }

        .banner_searchInnr ul li select, .banner_searchInnr ul li input[type="text"] {
            font-size: 17px;
            line-height: 50px;
        }

        .testimonial_boxMain h4 {
            font-size: 18px;
            margin-top: 10px;
        }

        .bottomBoxcaro h4 {
            font-size: 16px;
            line-height: 20px;
        }

        .headingSpe h3 {
            font-size: 32px;
            line-height: 34px;
        }

        .headingSpe p {
            font-size: 20px;
            line-height: 32px;
        }

        .specializationBoxes .owl-prev {
            left: -20px;
            margin-top: -25px;
            width: 50px;
            height: 50px;
            background-size: 100% !important;
        }

        .specializationBoxes .owl-next {
            right: -20px;
            margin-top: -25px;
            width: 50px;
            height: 50px;
            background-size: 100% !important;
        }

        .specializationBoxes {
            margin: 60px 0px 0px 0px;
        }

        .newsContent em {
            padding-top: 10px;
            font-size: 14px;
            line-height: 20px;
        }

        .newsContent p {
            font-size: 14px;
            line-height: 22px;
        }

        .innblueBox {
            padding: 50px 100px;
        }

            .innblueBox .caro_nav .left_arw {
                left: -70px;
                top: 50%;
                margin-top: -41.5px;
                width: 60px;
            }

                .innblueBox .caro_nav .left_arw img {
                    width: 100%;
                }

            .innblueBox .caro_nav .rt_arw {
                right: -70px;
                top: 50%;
                margin-top: -41.5px;
                width: 60px;
            }

                .innblueBox .caro_nav .rt_arw img {
                    width: 100%;
                }

        .blueboxSec {
            padding: 0px;
        }

        .connectPanel {
            padding: 20px 0px;
        }

        .bottomconnectBox ul li {
            font-size: 22px;
            padding: 0px 20px;
        }

        .top_search {
            width: auto;
        }

        .sos_sec li a {
            width: 25px;
            height: 25px;
        }

            .sos_sec li a i {
                font-size: 12px;
                margin-top: 5px;
            }

        .bnr_peg {
            bottom: 20%;
        }

            .bnr_peg p {
                font-size: 18px;
                line-height: 28px;
            }

        .testimonial_boxMain {
            padding: 15px;
        }

        .bottomBoxcaro ul {
            padding-left: 15px;
        }

        .specializationBoxes .caro_Itm .picBox h4 {
            font-size: 14px;
            line-height: 20px;
        }

        .specializationSec {
            padding: 45px 0px;
        }

        .newsSecBoxes {
            margin-top: 40px;
        }


        /*registration*/
        .resgistration_main .mid_content {
            min-height: 1300px;
            padding-bottom: 30px;
        }

        .regiter_Box {
            padding: 60px 0;
        }

            .regiter_Box h2 {
                font-size: 35px;
                line-height: 40px;
            }

        .regiter_frm label {
            margin: 0 0 12px;
            font-size: 17px;
            line-height: 20px
        }

        .regiter_frm2 span {
            font-size: 16px;
        }

        .registr_chk input[type="checkbox"] + label {
            font-size: 17px;
        }

        .regiter_frm2 input[type="submit"], .regiter_frm2 input[type="button"] {
            width: 134px;
            font-size: 15.69px;
        }

        #autoUpdate .regiter_frm {
            margin: 18px 0;
        }

        .bannr_inner {
            height: 180px;
        }

        .innere_main_sec .banner_details {
            top: 45% !important;
        }

        .innere_main_sec .regiter_Box {
            margin-top: 180px;
        }

        .innere_main_sec .mid_content {
            padding: 45px 15px;
        }

        .testimonial_boxMain img {
            width: 65px;
        }

        /*clients*/
        .clientBox p {
            padding-top: 20px;
            font-size: 18px !important;
            line-height: 28px !important;
        }

        .clientBox h4 {
            font-size: 30px !important;
            line-height: 46px !important;
        }

        .clientbtn a {
            margin-top: 20px;
        }


        /*resources*/
        .resourceSec .media .media-body h5 {
            font-size: 20px;
            line-height: 24px;
        }

        .resourceSec .media img {
            margin-right: 30px !important;
        }

        .resourceSec .link_hvr {
            padding: 25px 40px;
        }

        /*about*/
        .about .clientBox p {
            font-size: 30px !important;
            line-height: 40px !important;
        }

        .number_hed h2 {
            font-size: 35px;
            line-height: 40px;
        }

        .number_box strong {
            font-size: 45px;
            line-height: 50px;
        }

        .number_box span {
            font-size: 13px;
            line-height: 20px;
        }

        .about_Lft h3 {
            font-size: 35px;
            line-height: 40px;
        }

        .about_Lft p {
            font-size: 15px;
            line-height: 20px;
            padding-top: 10px;
        }

        .about .clientBox {
            padding: 50px;
        }

        .number_box {
            width: 165px;
            height: 165px;
        }

        .about_Lft {
            padding: 30px;
            min-height: 565px;
        }

        .about_img img {
            height: 565px;
        }

        .about_Lft a.join {
            height: 45px;
            line-height: 45px;
            width: 200px;
            font-size: 19px;
        }

        .number_spek {
            padding: 40px 0;
        }


        .advance_serch {
            top: 54%;
            padding: 11px 4px;
        }

            .advance_serch input[type="submit"], .advance_serch input[type="button"] {
                font-size: 12px;
                height: 35px;
                line-height: 33px;
            }

            .advance_serch input[type="text"] {
                height: 35px;
                line-height: 35px;
                padding: 0 13px;
                font-size: 12px;
            }

            .advance_serch select {
                height: 35px;
                line-height: 35px;
                padding: 0 13px;
                font-size: 12px;
            }


        .banner_details {
            top: 20% !important;
        }

        .testimonial_box .caro_nav {
            bottom: 10px;
        }

        .black {
            font-size: 15px;
        }


        .advance_serch {
            top: 54%;
            padding: 13px;
        }

        .about .clientBox {
            padding: 80px 0px !important;
        }

        .number_box {
            width: 150px;
            height: 150px;
        }

        .about_cont {
            padding: 50px;
        }

        .error_pnel {
            padding: 30px;
        }

        .error_pge .regiter_Box {
            padding: 100px 0;
        }

        .src_fill select, .src_fill input[type="email"] {
            font-size: 14px;
        }

        .serach_lft ul li {
            padding: 3px;
            width: 50%;
        }

        .serach_lft {
            padding: 25px 10px;
        }

        .serach_rt {
            padding: 25px 10px;
        }

        .src_fill input[type="email"] {
            text-overflow: ellipsis;
        }

        .service_con_lt h4 {
            font-size: 24px !important;
            line-height: 30px !important;
        }


        .service_con_lt h3 {
            font-size: 27px;
            line-height: 32px;
        }

        .job_details_pnl h4 {
            padding-top: 19px;
        }

        .job_details_pnl .service_con_lt p {
            font-size: 16px !important;
        }

        .details_lst li a {
            padding: 11px 15px;
        }

        .details_lst li {
            font-size: 13px;
        }

        .tranning_text_list li {
            font-size: 16px;
            line-height: 24px;
            margin-top: 15px;
        }

        .contact_info ul li {
            font-size: 21px;
            line-height: 26px;
            margin-top: 25px;
        }

        .contact_info {
            padding: 15px 30px 49px;
        }

            .contact_info ul li:first-child {
                line-height: 35px;
            }

            .contact_info ul li:nth-child(2) {
                line-height: 30px;
            }

        .mapSec iframe {
            height: 300px;
        }
    }



    @media only screen and (max-width: 767px) {


        .nav_top .navbar-brand {
            width: 160px;
        }

        .menu_sec {
            margin: 35px 0 0 !important;
        }

        .banner_box img {
            height: 300px;
        }

        .footerTop_list ul li {
            font-size: 22px;
            line-height: 30px;
            padding: 0 0 24px;
            margin: 0 0 5px;
            width: 100%;
            background-position: center bottom;
            background-size: 14px;
        }

            .footerTop_list ul li:nth-child(4) {
                background-position: center bottom;
                background-size: 14px;
            }

            .footerTop_list ul li:last-child {
                background: none;
                padding: 0px;
                margin: 8px 0 0;
            }

        .footerTop_list {
            padding: 15px 0;
        }

        .footer_menu {
            padding: 10px 0 0;
        }

        .footer_box {
            margin-top: 15px;
        }

        .footer_top {
            padding: 20px 0;
        }

        .copyrt_sec {
            padding: 14px 0;
            text-align: center;
        }

        .ban_select span {
            font-size: 14px;
            height: 50px;
            line-height: 22px;
            padding: 14px 0 0 13px;
            width: 80px;
        }

        .ban_select2 input[type="submit"], .ban_select2 input[type="button"] {
            font-size: 13px;
            height: 45px;
            line-height: 36px;
        }

        .menu_sec li {
            margin: 0 0 0 13px;
            font-size: 13px;
            line-height: 18px;
        }

        .nav_top .dropdown .dropdown-menu li a {
            font-size: 12px;
            line-height: 16px;
            padding: 6px 16px;
        }

        .nav_top .dropdown .dropdown-menu {
            width: 180px;
        }

        .banner_details h1 {
            font-size: 35px;
            line-height: 40px;
        }

        .ban_select {
            padding-left: 0px;
            width: 100%;
            margin: 10px 1% 0;
        }

            .ban_select select {
                height: 50px;
                font-size: 13px;
                line-height: 48px;
                padding: 0 6px;
                padding-right: 33px;
            }

        .footerTop_list ul li img {
            margin-top: 0;
            width: 60px;
        }

        .footerLogo img {
            width: 125px;
        }

        .footer_box h5 {
            font-size: 14px;
            padding-bottom: 10px;
        }

        .footer_box ul li {
            font-size: 12px;
            line-height: 16px;
        }

        .social_sec ul {
            padding: 30px 0 0;
            text-align: center;
        }

            .social_sec ul li {
                margin: 0 0 0 6px;
                float: none;
                display: inline-block;
            }

                .social_sec ul li:first-child {
                    margin-left: 0px;
                }

                .social_sec ul li a {
                    width: 39px;
                    height: 39px;
                    font-size: 18px;
                    padding: 7px 0 0;
                }

        .copy_left {
            font-size: 12px;
            width: 100%;
            text-align: center;
        }

        .copy_rt {
            font-size: 12px;
            margin-top: 10px;
        }

        .top_search {
            width: 116px;
        }

            .top_search span.serch_btn {
                height: 30px;
                font-size: 12px;
                line-height: 28px;
            }

        .header_sec {
            padding: 12px 0;
        }

        .banner_details {
            top: 50% !important;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
        }

        .banner_search {
            display: none;
        }

        .ban_select2 {
            width: 100%;
            margin: 10px 1% 0;
        }

        .copy_rt a img {
            width: 20px;
        }

        .nav_top .navbar-toggler {
            padding: 0;
            margin: 0;
            top: 15px;
            outline: none;
            right: 15px;
        }

            .nav_top .navbar-toggler .icon-bar {
                display: block;
                width: 22px;
                height: 2px;
                border-radius: 1px;
                background-color: #fff;
            }

                .nav_top .navbar-toggler .icon-bar + .icon-bar {
                    margin-top: 4px;
                }

        .navbar-toggler .icon-bar {
            display: block;
            width: 22px;
            height: 2px;
            border-radius: 1px;
            background-color: #fff;
        }

        .navbar-toggler {
            margin-right: 15px;
        }

        .navbar-toggler {
            padding: 10px;
        }

        .open_menu {
            display: block;
        }

        .cross_menu {
            display: none;
        }

        .navbar-toggler.active .open_menu {
            display: none;
        }

        .navbar-toggler.active .cross_menu {
            display: block;
        }

        .menu_sec {
            margin: 0px 0 0 !important;
            padding: 60px 0 0 !important;
        }

            .menu_sec li {
                margin-left: 0;
                border: none;
            }

                .menu_sec li a {
                    padding: 10px 15px;
                    width: 100%;
                    float: left;
                    font-size: 16px;
                    line-height: 24px;
                    color: #494c4f !important;
                }

        .nav_top .dropdown .dropdown-menu li a {
            padding: 12px 16px;
            font-size: 15px;
            line-height: 18px;
            color: #494c4f !important;
        }

        .nav_top .dropdown .dropdown-menu {
            width: 220px;
        }

        .serch_btn strong {
            display: none;
        }

        .top_search span.serch_btn {
            border: none;
            background: none;
            padding: 0;
        }

        .top_search {
            border: none;
            background: none;
            width: auto;
            position: absolute;
            right: 45px;
            top: 15px;
            margin: 0;
        }

        .navbar-toggler {
            margin: 15px 15px 0 0;
            padding: 0px;
            border: none;
            border-radius: 0px;
            position: absolute;
            right: 0;
        }

        .navbar-default .navbar-toggler:hover, .navbar-default .navbar-toggler:focus {
            background: none;
        }

        .nav_top .navbar-collapse {
            position: absolute;
            left: 0;
            top: -15px;
            background: #fff;
            width: 100%;
            padding: 0px;
        }

        .header_sec .container {
            padding: 0px;
        }

        .header_sec .row {
            margin: 0px;
        }

        .header_sec .col-sm-12 {
            padding: 0px;
        }

        .drop-arw {
            background: url(/Frontend/Images/subArw.png) no-repeat center center;
            width: 22px;
            height: 22px;
            position: absolute;
            right: 15px;
            top: 12px;
            cursor: pointer;
        }

        .menu_sec li.dropdown.show .drop-arw {
            background: url(/Frontend/Images/subArw2.png) no-repeat center center;
            width: 22px;
            height: 22px;
            top: 12px;
        }

        .nav_top .dropdown .dropdown-menu {
            width: 100%;
            background: #e7e7e7;
            position: inherit;
            left: inherit;
            top: inherit;
            float: left;
        }

        .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
            background-color: #2e2c2c;
        }

        .navbar-toggler {
            z-index: 99;
        }

        .nav_top .dropdown .dropdown-menu li a {
            border: none !important;
        }

        .open_menu {
            display: block;
        }

        .cross_menu {
            display: none;
        }

        .navbar-toggler.active .open_menu {
            display: none;
        }

        .navbar-toggler.active .cross_menu {
            display: block;
        }

        .advance_serch {
            padding: 14px;
            width: 100%;
            top: 114%;
        }

        .top_search span.serch_btn {
            height: auto;
            line-height: 21px;
        }

        .advance_serch ul li {
            padding: 0 5px;
        }


        .menu_sec li a:hover {
            color: #52ae31 !important;
        }

        .menu_sec li:hover a {
            color: #52ae31 !important;
        }

        .menu_sec li.actv a {
            color: #52ae31 !important;
        }

        .top_search span.serch_btn:hover {
            background: none;
        }

        .advance_serch select {
            padding: 0 12px;
            font-size: 13px;
        }

        .nav_top .navbar-brand {
            width: 160px;
            padding: 0px;
            margin: 0 0 0 15px;
            height: auto;
        }

        .header_sec {
            padding: 8px 0;
            position: relative;
        }

        .copyrt_sec .copy_left b {
            display: none;
        }

        .copyrt_sec .copy_left br {
            display: block;
        }

        .banner_details h1 br {
            display: inline-block;
        }



        .bottomBoxcaro ul li {
            font-size: 14px;
            line-height: 22px;
        }

        .bottomBoxcaro p {
            font-size: 14px;
            line-height: 22px;
        }

        .bottomBoxcaro {
            min-height: 300px;
            padding: 15px 15px;
            display: none;
        }

        .testimonial_sec {
            padding: 40px 0 40px 0;
        }

        .newsContent h5 {
            font-size: 16px;
            line-height: 22px;
            padding-top: 10px;
        }

        .blueboxSec p {
            font-size: 24px;
            line-height: 34px;
            padding-top: 30px;
        }

        .top_search span.serch_btn {
            font-size: 14px;
        }

        .banner_searchInnr ul li select, .banner_searchInnr ul li input[type="text"] {
            font-size: 14px;
            line-height: 45px;
            height: 45px;
        }

        .testimonial_boxMain h4 {
            font-size: 20px;
        }

        .bottomBoxcaro h4 {
            font-size: 16px;
            line-height: 20px;
        }

        .headingSpe h3 {
            font-size: 32px;
            line-height: 34px;
        }

        .headingSpe p {
            font-size: 20px;
            line-height: 32px;
        }

        .specializationBoxes .owl-prev {
            left: -10px;
            margin-top: -20px;
            width: 40px;
            height: 40px;
            background-size: 100% !important;
        }

        .specializationBoxes .owl-next {
            right: -10px;
            margin-top: -20px;
            width: 40px;
            height: 40px;
            background-size: 100% !important;
        }

        .specializationBoxes {
            margin: 60px 0px 0px 0px;
        }

        .newsContent em {
            padding-top: 10px;
            font-size: 14px;
            line-height: 20px;
        }

        .newsContent p {
            font-size: 14px;
            line-height: 22px;
        }

        .innblueBox {
            padding: 50px 100px;
        }

            .innblueBox .caro_nav .left_arw {
                left: -70px;
                top: 50%;
                margin-top: -41.5px;
                width: 60px;
            }

                .innblueBox .caro_nav .left_arw img {
                    width: 100%;
                }

            .innblueBox .caro_nav .rt_arw {
                right: -70px;
                top: 50%;
                margin-top: -41.5px;
                width: 60px;
            }

                .innblueBox .caro_nav .rt_arw img {
                    width: 100%;
                }

        .blueboxSec {
            padding: 0px;
        }

        .connectPanel {
            padding: 20px 0px;
        }

        .bottomconnectBox ul li {
            font-size: 22px;
            padding: 0px 20px;
        }

        .top_search {
            width: auto;
        }

        .sos_sec li a {
            width: 30px;
            height: 30px;
        }

            .sos_sec li a i {
                font-size: 15px;
                margin-top: 5px;
            }

        .bnr_peg {
            display: none;
        }

            .bnr_peg p {
                font-size: 16px;
                line-height: 24px;
            }

        .testimonial_boxMain {
            padding: 15px;
        }

        .bottomBoxcaro ul {
            padding-left: 15px;
        }

        .specializationBoxes .caro_Itm .picBox h4 {
            font-size: 14px;
            line-height: 20px;
        }

        .specializationSec {
            padding: 45px 0px;
        }

        .newsSecBoxes {
            margin-top: 40px;
        }

        .hidden-xs {
            display: none;
        }

        .top_search ul li:last-child {
            display: none;
        }

        /*search*/
        .searchMob {
            width: auto;
            position: absolute;
            right: 55px;
            top: 10px;
            z-index: 99;
            cursor: pointer;
            display: block;
        }

        .searh_bx input[type="text"] {
            width: 25px;
            height: 30px;
            background: url(/Frontend/Images/search_glass.png) no-repeat right center;
            border: none;
            font-size: 0;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            cursor: pointer;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
        }

            .searh_bx input[type="text"]:focus {
                width: 200px;
                font: 400 12px/13px 'Roboto', sans-serif;
                color: #34495e;
                background-color: #fff !important;
                padding: 0 14px;
                cursor: text;
                background-position: 98% center;
                padding-right: 40px;
                background-image: url(/Frontend/Images/search_glass.png);
                border: 1px solid #b5beca;
            }
        /*end search*/

        .nav_top {
            z-index: 999;
        }

        .banner_searchInnr ul li select {
            background-position: right 15px center;
        }

        .black {
            display: none;
        }

        .testimonial_sec .col-md-4 {
            margin-bottom: 15px !important;
            background: none !important;
        }

        .testimonial_box .caro_nav {
            display: none;
        }

        .visible-xs {
            display: block !important;
        }

        .footer_top .footer_box:nth-child(1) {
            width: 100%;
            text-align: center;
            margin: 15px 0px;
        }

        .footer_box {
            width: 50%;
        }

        .copy_rt {
            margin-top: 0px;
            float: none;
            padding-top: 25px;
            display: inline-block;
        }

        .menu_sec li.actv a::before {
            display: none;
        }

        .menu_sec li:hover a::before {
            display: none;
        }

        .copy_rt a {
            float: none;
        }


        /*registration*/
        .resgistration_main .mid_content {
            min-height: inherit;
            padding-bottom: 30px;
        }

        .regiter_Box {
            padding: 50px 0;
        }

            .regiter_Box h2 {
                font-size: 24px;
                line-height: 30px;
            }

        .regiter_frm label {
            margin: 0 0 10px;
            font-size: 17px;
            line-height: 20px;
        }

        .regiter_frm2 span {
            font-size: 14px;
            width: 100%;
            padding: 0;
        }

        .registr_chk input[type="checkbox"] + label {
            font-size: 15px;
        }

        .regiter_frm2 input[type="submit"], .regiter_frm2 input[type="button"] {
            width: 134px;
            font-size: 14px;
            float: left;
            margin: 12px 0 0;
        }

        .regiter_frm2 {
            margin-top: 18px;
            padding: 10px 0 0;
        }

        .regiter_frm input[type="text"], .regiter_frm input[type="tel"], .regiter_frm input[type="email"] {
            height: 45px;
            font-size: 14px;
        }

        .regiter_frm textarea {
            height: 120px;
        }

        .register-select .fstElement {
            padding-top: 6px;
            padding-bottom: 6px;
        }

        .fstMultipleMode .fstQueryInput {
            font-size: 14px !important;
        }

        .regiter_frm {
            margin-top: 15px;
        }

        #autoUpdate .regiter_frm {
            margin: 15px 0;
        }

        .bannr_inner {
            height: 140px;
        }

        .innere_main_sec .banner_details {
            top: 45% !important;
            left: 50%;
            transform: translate(-50%, -50%) !important;
        }

        .innere_main_sec .regiter_Box {
            margin-top: 130px;
        }

        .innere_main_sec .mid_content {
            padding: 50px 25px;
        }


        /*clients*/
        .clientBox p {
            padding-top: 10px;
            font-size: 14px !important;
            line-height: 22px !important;
        }

        .clientBox h4 {
            font-size: 20px !important;
            line-height: 30px !important;
        }

        .clientbtn a {
            margin-top: 10px;
        }


        /*resources*/

        .resourceSec .media .media-body h5 {
            font-size: 16px;
            line-height: 20px;
            padding-top: 5px;
        }

        .resourceSec .media .mr-3 {
            width: 40px;
            margin-top: 5px;
        }


        /*blog*/


        .innrBan .banner_details {
            top: 50% !important;
            left: 0px !important;
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%) !important;
        }

        .innrBan {
            min-height: 232px;
        }


        /*privacy*/
        .simplecontainpage h4 {
            font-size: 25px;
            line-height: 30px;
        }

        .simplecontainpage h5 {
            font-size: 20px;
            line-height: 30px;
        }

        .simplecontainpage p, .simplecontainpage ul li {
            font-size: 16px;
            line-height: 30px;
        }


        /*about*/
        .about .clientBox p {
            font-size: 25px !important;
            line-height: 35px !important;
        }

        .number_hed h2 {
            font-size: 30px;
            line-height: 35px;
        }

        .number_box strong {
            font-size: 35px;
            line-height: 40px;
        }

        .number_box span {
            font-size: 11px;
            line-height: 20px;
        }

        .about_Lft h3 {
            font-size: 30px;
            line-height: 35px;
        }

        .about_Lft p {
            font-size: 15px;
            line-height: 20px;
            padding-top: 10px;
        }

        .about .clientBox {
            padding: 50px;
        }

        .number_box {
            width: 120px;
            height: 120px;
        }

        .about_Lft {
            padding: 30px 15px;
            min-height: auto;
        }

        .about_img img {
            height: 400px;
        }

        .about_Lft a.join {
            height: 45px;
            line-height: 45px;
            width: 200px;
            font-size: 19px;
        }

        .number_spek {
            padding: 40px 0;
        }

        .about_top .col-sm-6 {
            max-width: 100%;
            flex: 0 0 100%;
        }

        .caro_nav {
            display: none;
        }

        .footer_top {
            display: none;
        }

        .resourceSec .media img {
            margin-right: 30px !important;
        }

        .resourceSec .link_hvr {
            padding: 25px;
        }

        .privacy_pnl {
            padding: 15px;
        }


        .about .clientBox {
            padding: 80px 0px !important;
        }

        .number_box {
            width: 120px;
            height: 120px;
        }

        .about_cont {
            padding: 40px;
        }

        .number_count ul li {
            padding: 0 7px;
        }

        .register_pnl {
            padding: 20px;
        }


        .error_pnel {
            padding: 34px;
        }

        .error_pge .regiter_Box {
            padding: 80px 0;
        }

        .src_fill select, .src_fill input[type="email"] {
            font-size: 14px;
        }

        .serach_lft ul li {
            padding: 3px;
            width: 100%;
        }

        .serach_lft {
            padding: 15px;
            height: auto;
        }

        .serach_rt {
            padding: 15px;
            height: auto;
        }

        .src_fill input[type="email"] {
            text-overflow: ellipsis;
        }

        .service_con_lt h4 {
            font-size: 20px !important;
            line-height: 25px !important;
        }

        .job_list_serch .col-sm-8 {
            max-width: 55%;
            flex: 0 0 55%;
        }

        .job_list_serch .col-sm-4 {
            max-width: 45%;
            flex: 0 0 45%;
        }

        .list_lt_row_bg {
            padding: 20px;
        }

        .refrigeration_lst li {
            font-size: 15px;
        }


        .service_con_lt h3 {
            font-size: 27px;
            line-height: 32px;
        }

        .job_details_pnl h4 {
            padding-top: 19px;
        }

        .job_details_pnl .service_con_lt p {
            font-size: 16px !important;
        }

        .details_lst li a {
            padding: 11px 15px;
        }

        .details_lst li {
            font-size: 13px;
        }

        .tranning_text_list li {
            font-size: 16px;
            line-height: 24px;
            margin-top: 15px;
        }

        .job_details_pnl .col-sm-8 {
            max-width: 100%;
            flex: 0 0 100%;
        }

        .job_details_pnl .col-sm-4 {
            max-width: 100%;
            flex: 0 0 100%;
        }

        .job_details_pnl .service_con_rt {
            margin-top: 25px;
        }


        .contact_info ul li {
            font-size: 17px;
            line-height: 26px;
            margin-top: 15px;
            background-size: 18px !important;
            padding-left: 35px;
        }

        .contact_info {
            padding: 10px 25px 35px;
        }

            .contact_info ul li:first-child {
                line-height: 35px;
            }

            .contact_info ul li:nth-child(2) {
                line-height: 30px;
            }

            .contact_info ul li:last-child {
                line-height: 20px;
            }

        .contact_from .regiter_frm label {
            font-size: 17px;
        }

        .testimonial_boxMain a.link {
            display: block;
        }



        .mapSec iframe {
            height: 300px;
        }
    }



    @media only screen and (max-width: 640px) {

        .banner_details h1 {
            font-size: 28px;
            line-height: 36px;
        }

        /*registration*/
        .regiter_Box h2 {
            font-size: 20px;
            line-height: 28px;
        }


        /*blog*/

        .blgrtback li a {
            padding: 0 23px;
        }

        .advance_serch ul li {
            width: 100% !important;
            float: none !important;
            display: inline-block;
            padding: 0px !important;
            margin-top: 10px;
        }

        .advance_serch input[type="submit"], .advance_serch input[type="button"] {
            width: 200px;
            float: none;
        }

        .advance_serch ul li:last-child {
            text-align: center;
        }
    }


    @media only screen and (max-width: 575px) {



        .nav_top .navbar-toggler {
            top: 10px;
        }

        .searchMob {
            top: 5px;
        }

        .bnr_peg {
            display: none;
        }

        .banner_details h1 {
            font-size: 32px;
            line-height: 45px;
        }

        .banner_search {
            display: none;
        }

        .banner_box img {
            height: 266px;
        }

        .banner_details {
            top: 50% !important;
        }

        .testimonial_boxMain h4 {
            font-size: 26px;
            line-height: 28px;
            margin-top: 15px;
        }

        .headingSpe h3 {
            font-size: 30px;
            line-height: 36px;
        }

        .headingSpe p {
            font-size: 18px;
            line-height: 34px;
            padding-top: 20px;
        }

        .specializationBoxes .caro_Itm {
            padding: 0px 100px;
        }

        .specializationBoxes .owl-prev {
            left: 0;
        }

        .specializationBoxes .owl-next {
            right: 0px;
        }

        .specializationBoxes .caro_Itm .picBox {
            min-height: 130px;
        }

        .newsContent h5 {
            font-size: 20px;
            line-height: 30px;
        }

        .newsContent p {
            font-size: 16px;
            line-height: 24px;
        }

        .innblueBox .caro_nav {
            display: none;
        }

        /*registration*/
        #autoUpdate .regiter_frm {
            margin: 15px 0 0;
        }

        .req {
            margin: 15px 0 0 !important;
        }

        .innere_main_sec .mid_content {
            padding: 30px 0px;
        }


        /*about*/
        .about .clientBox p {
            font-size: 20px !important;
            line-height: 30px !important;
        }

        .about .clientBox {
            padding: 20px;
        }

        .number_count ul li {
            padding: 6px;
        }

        .about_img img {
            height: 300px;
        }

        .top_search {
            top: 10px;
        }

        .about_cont {
            padding: 20px;
        }

        .about .clientBox {
            padding: 50px 0px !important;
        }

        .about_Lft a.join {
            height: 40px;
            line-height: 40px;
            width: 170px;
            font-size: 16px;
        }

        .job_list_serch .col-sm-8 {
            max-width: 100%;
            flex: 0 0 100%;
        }

        .job_list_serch .col-sm-4 {
            max-width: 100%;
            flex: 0 0 100%;
        }

        .serach_rt {
            padding: 0 20px 15px;
        }

        .serach_lft {
            padding: 15px 15px 0px;
        }

        .job_details_pnl .service_con_lt {
            padding: 15px;
        }

            .job_details_pnl .service_con_lt h3 {
                font-size: 19px;
                line-height: 27px;
            }

        .job_details_pnl .refrigeration_lst li {
            width: 100%;
            font-size: 14px;
        }

        .job_details_pnl .service_con_lt p {
            font-size: 14px !important;
        }

        .tranning_text_list li {
            font-size: 14px;
            line-height: 22px;
            margin-top: 10px;
        }

        .contact_info {
            padding: 10px 15px 24px;
        }

            .contact_info ul li {
                font-size: 15px;
                line-height: 30px !important;
                margin-top: 10px;
            }

                .contact_info ul li:last-child {
                    line-height: 20px !important;
                }

        .contact_from .regiter_frm label {
            font-size: 15px;
        }


        .mapSec iframe {
            height: 250px;
        }
    }


    @media only screen and (max-width: 480px) {

        .banner_details h1 {
            font-size: 32px;
            line-height: 45px;
        }

        .banner_details {
            top: 50%;
            padding: 0px 15px;
        }

        .specializationSec {
            padding: 35px 0px;
        }

        .specializationBoxes {
            margin: 35px 0px 0px 0px;
        }

            .specializationBoxes .caro_Itm {
                padding: 0px 45px;
            }

        .headingSpe h3 {
            padding: 0px 40px 25px 40px;
        }

        .innblueBox {
            padding: 50px 25px;
        }

        .bottomconnectBox ul li {
            padding: 0px 15px;
        }

        .copy_rt {
            margin-top: 0px;
            width: 100%;
            display: inline-block;
        }

            .copy_rt a {
                float: none;
            }

        .regiter_frm .inputfile-2 + label {
            width: 100%;
        }

        /*resources*/

        .resourceSec .media .media-body h5 {
            font-size: 14px;
            line-height: 17px;
            padding-top: 0px;
        }

        .resourceSec .media .mr-3 {
            width: 30px;
            margin-top: 0px;
        }

        .resourceSec .media img {
            margin-right: 15px !important;
        }

        /*blog*/
        .blogRow .top_heading h4 {
            font-size: 20px;
            line-height: 30px;
        }

        .blogRow .top_heading p strong {
            font-size: 15px;
        }

        .blogRow .top_heading p {
            font-size: 16px;
            line-height: 26px;
        }

        .shairs {
            width: 100%;
        }

        .blgrtback {
            width: 100%;
            margin-top: 20px;
        }

        .simplecontainpage h4 {
            font-size: 21px;
            line-height: 27px;
        }

        .simplecontainpage p, .simplecontainpage ul li {
            font-size: 16px;
            line-height: 25px;
            background-position: left 10px;
        }

        .blogpagCont {
            padding: 40px 0;
        }

        /*about*/
        .about .clientBox p {
            font-size: 18px !important;
            line-height: 25px !important;
        }

        .number_hed h2 {
            font-size: 25px;
            line-height: 30px;
        }

        .about_img img {
            height: 280px;
        }

        .error_pnel {
            padding: 15px;
        }

        .error_pge .regiter_Box {
            padding: 60px 0;
        }
    }
