body {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font: normal 14px/18px 'Lato', sans-serif;
    color: #000;
    background: #fff;
}

p {
    padding: 0px;
    margin: 0px;
}

a {
    padding: 0px;
    margin: 0px;
    outline: none !important;
    text-decoration: none !important;
}

ul {
    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 {
    outline: none !important;
}

textarea {
    outline: none !important;
}

@font-face {
    font-family: 'Museo300';
    src: url('/Frontend/Fonts/Museo300.eot');
    src: url('/Frontend/Fonts/Museo300.eot') format('embedded-opentype'), url('/Frontend/Fonts/Museo300.woff2') format('woff2'), url('/Frontend/Fonts/Museo300.woff') format('woff'), url('/Frontend/Fonts/Museo300.ttf') format('truetype'), url('/Frontend/Fonts/Museo300.svg#Museo300') format('svg');
}

@font-face {
    font-family: 'museo700regular';
    src: url('/Frontend/Fonts/museo700regular.eot');
    src: local('museo700regular'), url('/Frontend/Fonts/museo700regular.woff') format('woff'), url('/Frontend/Fonts/museo700regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Museo700';
    src: url('/Frontend/Fonts/Museo700.eot');
    src: url('/Frontend/Fonts/Museo700.eot') format('embedded-opentype'), url('/Frontend/Fonts/Museo700.woff2') format('woff2'), url('/Frontend/Fonts/Museo700.woff') format('woff'), url('/Frontend/Fonts/Museo700.ttf') format('truetype'), url('/Frontend/Fonts/Museo700.svg#Museo700') format('svg');
}

@font-face {
    font-family: 'museosans700webfont';
    src: url('/Frontend/Fonts/museosans700webfont.eot');
    src: url('/Frontend/Fonts/museosans700webfont.eot') format('embedded-opentype'), url('/Frontend/Fonts/museosans700webfont.woff2') format('woff2'), url('/Frontend/Fonts/museosans700webfont.woff') format('woff'), url('/Frontend/Fonts/museosans700webfont.ttf') format('truetype'), url('/Frontend/Fonts/museosans700webfont.svg#museosans700webfont') format('svg');
}

@font-face {
    font-family: 'MuseoSans300';
    src: url('/Frontend/Fonts/MuseoSans300.eot');
    src: url('/Frontend/Fonts/MuseoSans300.eot') format('embedded-opentype'), url('/Frontend/Fonts/MuseoSans300.woff2') format('woff2'), url('/Frontend/Fonts/MuseoSans300.woff') format('woff'), url('/Frontend/Fonts/MuseoSans300.ttf') format('truetype'), url('/Frontend/Fonts/MuseoSans300.svg#MuseoSans300') format('svg');
}
/*font-family: 'Open Sans', sans-serif;*/



.wrapper {
    width: 100%;
}

.container {
    width: 1247px;
}

.both_padding {
    padding: 0 120px;
    width: 100%;
}


.header_sec {
    width: 100%;
    position: relative;
    z-index: 999;
}

.header_top {
    width: 100%;
    padding: 30px 0 37px;
}

.head_top_inn {
    width: 100%;
    display: inline-block;
}

.logo {
    width: 200px;
    float: left;
}

.head_top_rt {
    width: auto;
    float: right;
    padding: 20px 0 0 0;
}

    .head_top_rt ul li {
        display: inline-block;
        padding-left: 13px;
        color: #313944;
        font: 400 15px/20px 'Open Sans', sans-serif;
    }

        .head_top_rt ul li a {
            color: #313944;
        }

            .head_top_rt ul li a strong {
                font-weight: 700;
            }

        .head_top_rt ul li i {
            margin-right: 3px;
        }

        .head_top_rt ul li a:hover {
            color: #49c9fd;
        }


.header_inn {
    width: 100%;
    background: #000000;
    position: relative;
}

.top_nav {
    margin: 0px;
    padding: 0px;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    height: auto;
    min-height: auto;
}

.navbar-brand {
    margin: 0px;
    padding: 0px;
    height: auto;
    min-height: auto;
}

    .navbar-brand img {
        max-width: 100%;
    }

.header_main {
    width: 100%;
    position: absolute;
    bottom: -26px;
    left: 0;
}

.top_nav ul li a {
    color: #fff !important;
    font: 700 16px/20px 'Open Sans', sans-serif;
    border-bottom: 6px solid transparent;
    padding: 15px 0px 10px;
}

    .top_nav ul li a:hover {
        border-color: #08a37d;
    }

.top_nav ul li.actv a {
    border-color: #08a37d;
}

.top_nav ul li {
    padding: 0 15px;
}

.top_nav .dropdown-menu {
    background: #000000;
    border: none;
    border-radius: 0px;
}

.drop-arw {
    position: absolute;
    top: 0px;
    right: 0px;
}

.header_main .dropdown-menu li {
    padding: 0px;
}

.header_main ul li:first-child {
    padding-left: 0px;
}

.top_nav .dropdown-menu li a {
    padding: 8px 32px;
    background: url(/Frontend/Images/ar.png) no-repeat;
    background-position: 15px 13px !important;
}

.top_nav .dropdown-menu li a {
    color: #fff;
    font-weight: 600;
    border: none !important;
}

    .top_nav .dropdown-menu li a:hover {
        border: none !important;
        background: url(/Frontend/Images/ar1.png) no-repeat #00b193;
    }

.job_srch {
    width: 178px;
    position: absolute;
    top: 0px;
    right: 120px;
    color: #fff !important;
    font: 700 18px/51px 'Open Sans', sans-serif;
    text-transform: uppercase;
    background: #32b0e4;
    text-align: center;
    display: inline-block;
}

.job_srch_dropopn {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0px;
    padding: 0 120px;
}

.job_srch_drop {
    background: #fff;
    padding: 19px;
    width: 100%;
    -webkit-box-shadow: 2px 9px 5px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 9px 5px -8px rgba(0,0,0,0.75);
    box-shadow: 2px 9px 5px -8px rgba(0,0,0,0.75);
}

.job_input {
    width: 100%;
}

.job_fld {
    width: 100%;
    background: #f5f5f5;
    padding: 0 15px;
    color: #6c6d72;
    font: 700 13px/20px 'Open Sans', sans-serif;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    height: 40px;
}

    .job_fld::placeholder {
        text-transform: uppercase;
        color: #6c6d72;
        opacity: 1;
    }

.job_srch_drop .row {
    margin: 0 -4px;
}

.job_srch_drop .colm {
    padding: 0 4px;
}

.job_input .caret {
    background: url(/Frontend/Images/drop-arw.png) no-repeat 98%;
    border: none;
    padding: 10px;
    height: 40px;
    top: 0px !important;
    margin: 0px !important;
}

.job_input .btn-default {
    width: 100%;
    background: #f5f5f5;
    padding: 0 15px;
    color: #6c6d72;
    font: 700 13px/20px 'Open Sans', sans-serif;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    height: 40px;
    text-transform: uppercase;
}

.header_main .navbar-collapse {
    padding-left: 0px;
}

.job_input .dropdown-menu {
    margin: 0px;
    border-radius: 0px;
}

.job_input input[type="submit"], .job_input input[type="button"] {
    width: 100%;
    border: none;
    height: 36px;
    background: url(/Frontend/Images/srch.png) no-repeat 41px center #00b193;
    color: #fff;
    font: 700 14px/20px 'Open Sans', sans-serif;
    text-transform: uppercase;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

#hide {
    display: none;
}



.banner_sec {
    width: 100%;
}

.ban_Itm {
    width: 100%;
    position: relative;
}

    .ban_Itm .pic {
        width: 100%;
        background-size: cover !important;
        min-height: 623px;
    }

    .ban_Itm img {
        width: 100%;
    }

.ban_Itm_inn {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ban_Itm_txt {
    width: 100%;
}

.ban_Itm h1 {
    color: #fff;
    font: normal 52px/60px 'Museo300';
}

.ban_Itm_btn {
    width: 100%;
    margin-top: 50px;
    display: inline-block;
}

    .ban_Itm_btn ul li {
        display: inline-block;
        margin-right: 10px;
    }

        .ban_Itm_btn ul li a {
            color: #fff;
            font: 700 16px/48px 'Open Sans', sans-serif;
            display: inline-block;
            width: 238px;
            height: 48px;
            text-align: center;
            background: #32b0e4;
            border-radius: 30px;
            -moz-border-radius: 30px;
            -webkit-border-radius: 30px;
        }

        .ban_Itm_btn ul li.grn a {
            background: #00b193;
        }

            .ban_Itm_btn ul li.grn a:hover {
                background: #00c8a6;
            }

        .ban_Itm_btn ul li a:hover {
            background: #49c9fd;
        }



.idx_sec1 {
    width: 100%;
    background-size: 100% !important;
    margin-top: -2px;
    position: relative;
}

.idx_sec_top {
    width: 100%;
    margin-top: -40px;
    position: relative;
}

.help_box {
    width: 100%;
    background: #fff;
    padding: 30px 0 60px;
    -webkit-box-shadow: 2px 9px 15px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 9px 15px -3px rgba(0,0,0,0.75);
    box-shadow: 2px 9px 15px -3px rgba(0,0,0,0.75);
    position: relative;
    z-index: 1;
}

    .help_box .hel_lft {
        width: 100%;
        padding: 65px 0;
    }

        .help_box .hel_lft span {
            color: #313944;
            font: 300 40px/45px 'Open Sans', sans-serif;
        }

            .help_box .hel_lft span strong {
                font-weight: 700;
            }

    .help_box .hel_rt {
        width: 100%;
    }

        .help_box .hel_rt .row {
            margin: 0 -10px;
        }

        .help_box .hel_rt .colm {
            padding: 0 10px;
        }

        .help_box .hel_rt .box {
            width: 100%;
            border: 3px solid #e0e4ea;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            min-height: 157px;
            padding: 25px;
            text-align: center;
            -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;
        }

            .help_box .hel_rt .box:hover {
                border-color: #49c9fd;
            }

                .help_box .hel_rt .box:hover .text {
                    color: #49c9fd;
                }



            .help_box .hel_rt .box .icon {
                width: 100%;
                display: inline-block;
            }

            .help_box .hel_rt .box .text {
                width: 100%;
                color: #313944;
                font: 800 20px/25px 'Open Sans', sans-serif;
                display: inline-block;
                width: 100%;
                margin-top: 10px;
            }

            .help_box .hel_rt .box a {
                width: 100%;
                display: inline-block;
            }

            .help_box .hel_rt .box img {
                max-width: 100%;
            }


.idx_sec_botm {
    width: 100%;
    padding: 45px 0;
    text-align: center;
}

    .idx_sec_botm p {
        color: #fff;
        font: normal 30px/38px 'Museo300';
    }

    .idx_sec_botm strong {
        display: block;
        color: #fff;
        font: 700 16px/20px 'Open Sans', sans-serif;
        margin-top: 15px;
    }

    .idx_sec_botm .arw {
        display: block;
        margin-top: 20px;
    }

        .idx_sec_botm .arw img {
            max-width: 100%;
        }


.why_choos_sec {
    width: 100%;
    padding: 60px 0;
}

    .why_choos_sec .row {
        margin: 0 -12px;
    }

    .why_choos_sec .col-sm-6 {
        padding: 0 12px;
    }

    .why_choos_sec .box {
        width: 100%;
        padding: 20px;
        min-height: 414px; /*padding-top: 40px;*/
    }

        .why_choos_sec .box h4 {
            color: #00b193;
            font: 700 18px/24px 'Open Sans', sans-serif;
        }

        .why_choos_sec .box p {
            color: #464a52;
            font: 400 16px/24px 'Open Sans', sans-serif;
            margin-top: 14px;
        }

            .why_choos_sec .box p strong {
                font-weight: 700;
            }

.map_rt {
    width: 100%;
}

    .map_rt iframe {
        width: 100%;
        border: none;
        height: 414px;
    }




.footer_sec {
    width: 100%;
    background: #122438;
    margin-top: 0px !important;
}

.footer_top {
    width: 100%;
}

.foot_box {
    width: 100%;
    padding: 40px 0;
}

    .foot_box h4 {
        font: 800 20px/26px 'Open Sans', sans-serif;
        padding-bottom: 10px;
        color: #fff;
    }

    .foot_box ul li {
        width: 100%;
        display: inline-block;
        color: #77898d;
        font: 600 14px/20px 'Open Sans', sans-serif;
        margin-top: 6px;
    }

        .foot_box ul li a {
            color: #77898d !important;
            padding-left: 12px;
            background: url(/Frontend/Images/li.png) no-repeat left 7px;
            display: inline-block;
        }

            .foot_box ul li a:hover {
                color: #49c9fd !important;
            }

.footer_bottm {
    width: 100%;
    border-top: 1px solid #1e3b5a;
    padding: 14px 0;
}

.f-menu {
    width: 100%;
    padding: 8px 0;
}

    .f-menu ul li {
        color: #77898d;
        text-transform: uppercase;
        background: url(/Frontend/Images/li1.png) no-repeat right;
        font: 400 12px/20px 'Open Sans', sans-serif;
        display: inline-block;
        padding: 0 14px 0 12px;
    }

        .f-menu ul li a {
            color: #77898d;
        }

        .f-menu ul li:first-child {
            padding-left: 0px;
        }

        .f-menu ul li:last-child {
            background: none;
        }

.foot_sos {
    width: 100%;
    text-align: right;
}

    .foot_sos ul li {
        display: inline-block;
        margin-left: 5px;
    }

        .foot_sos ul li img {
            max-width: 100%;
        }




.head_top_mob {
    width: 100%;
    background: #000;
}

    .head_top_mob .job_srch {
        position: inherit;
        top: inherit;
        left: inherit;
        width: 80%;
        line-height: 65px;
    }

    .head_top_mob .tgl {
        background: #000;
        width: 20%;
        float: right;
        text-align: center;
        line-height: 60px;
    }

        .head_top_mob .tgl img {
            width: 35px;
        }

.head_top_moblogo {
    width: 100%;
    text-align: center;
    padding: 15px 0;
}

    .head_top_moblogo .navbar-brand {
        width: 160px;
        float: none;
    }

        .head_top_moblogo .navbar-brand img {
            display: inline-block;
        }

.mob_open_menu {
    width: 100%;
    background: #000;
    position: absolute;
    top: 0px;
    left: 0px;
}

    .mob_open_menu ul > li {
        width: 100%;
        float: left;
        border-top: 1px solid #242424 !important;
    }

    .mob_open_menu ul li a {
        width: 100%;
        float: left;
        font: 700 16px/20px 'Open Sans', sans-serif;
        padding: 16px 15px !important;
        color: #fff !important;
    }

    .mob_open_menu ul li > a:hover {
        background: #00b193;
    }

.mob_crs {
    width: 100%;
    position: relative;
    padding: 12px 15px;
    display: inline-block;
}

    .mob_crs a {
        float: right;
    }

        .mob_crs a img {
            max-width: 100%;
        }


/*.mob_open_menu ul li .opar{ position: absolute !important; width: 14px !important; display: inline-block !important; height: 14px !important; right: 0px; 
background: url(/Frontend/Images/arw11.png) no-repeat !important;
padding: 15px; top: 16px !important; z-index: 1;}
.mob_open_menu ul li:hover .opar{ background: url(/Frontend/Images/arw13.png) no-repeat !important;}
.mob_open_menu ul li.has-sub.open .opar{ background: url(/Frontend/Images/arw12.png) no-repeat !important;}*/

.mob_open_menu ul li .opar {
    position: absolute !important;
    display: inline-block !important;
    height: 14px !important;
    right: 0px;
    padding: 15px;
    top: 16px !important;
    z-index: 1;
    width: 100% !important;
    background-color: red;
}

.mob_open_menu ul li:hover .opar {
}

.mob_open_menu ul li.has-sub.open .opar {
}


.mob_open_menu ul li .opar-static {
    position: absolute !important;
    width: 14px !important;
    display: inline-block !important;
    height: 14px !important;
    right: 0px;
    background: url(/Frontend/Images/arw11.png) no-repeat !important;
    padding: 15px;
    top: 16px !important;
    z-index: 1;
}

.mob_open_menu ul li:hover .opar-static {
    background: url(/Frontend/Images/arw13.png) no-repeat !important;
}

.mob_open_menu ul li.has-sub.open .opar-static {
    background: url(/Frontend/Images/arw12.png) no-repeat !important;
}

.opar-static {
    z-index: 4;
}

.mob_open_menu ul li.has-sub.open {
    background: #00c1a6 !important;
}

.mob_open_menu ul li.has-sub li a:hover {
    background: #00c1a6 !important;
}

.mob_open_menu ul li.has-sub a {
    padding-left: 30px;
    padding-right: 30px;
}

.mob_open_menu ul li .sub-menu li {
    border-top: 1px solid #00c1a6 !important;
}

.mob_open_menu ul li .sub-menu li {
    background: #00b193 !important;
}

.hide-menu {
    display: none;
}



/*job-seeker-advice*/

.innerpg_ban .pic {
    min-height: 412px !important;
}

.inpagwgbox {
    width: 100%;
    text-align: center;
}

.top_head {
    width: 100%;
    padding-bottom: 30px;
}

.heading-tittle {
    color: #000000;
    font: normal 40px/46px 'Museo300';
}

.paragrp {
    width: 100%;
    text-align: left;
}

    .paragrp p {
        color: #464a52;
        font: 400 20px/26px 'Open Sans', sans-serif;
        margin-top: 10px;
    }

.resm-box-colm {
    width: 100%;
    padding: 25px 0 25px 0;
}

.jobseekerpg {
    padding-bottom: 0px !important;
}

    .jobseekerpg .idx_sec_top {
        margin-top: -100px;
    }

.epic {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100px;
    background: url(/Frontend/Images/e.png) no-repeat center center;
    background-size: 295px;
    padding: 167px;
}

    .epic img {
        max-width: 100%;
    }


/*testimonials*/
.testimonials {
}

    .testimonials .testimonial-item {
        background-color: #F2F2F2;
        margin-bottom: 10px;
        margin-top: 10px;
        padding: 20px;
    }

p span.testimonial-title span {
    color: #00b193 !important;
    font-weight: 700 !important;
}

.testimony_cont {
    width: 100%;
    padding: 0 70px;
}

    .testimony_cont .row {
        margin: 0 -10px;
    }

    .testimony_cont .col-sm-6 {
        padding: 0 10px;
    }

    .testimony_cont .boxs {
        width: 100%;
    }

        .testimony_cont .boxs p {
            color: #464a52;
            font: 400 16px/20px 'Open Sans', sans-serif;
            padding-bottom: 15px;
        }

            .testimony_cont .boxs p span {
                color: #00b193;
                font-weight: 700;
            }

.lodmorbtn {
    font: 700 14px/36px 'Open Sans', sans-serif;
    text-transform: uppercase;
    width: 136px;
    height: 36px;
    display: inline-block;
    background: #32b0e4;
    color: #fff !important;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
}

.lodamor {
    width: 100%;
    padding: 20px 0;
}

.lodmorbtn:hover {
    background: #49c9fd;
}



/*pricacy policy*/

.privc-polc-cont {
    width: 100%;
}

.privc-row {
    width: 100%;
    margin-top: 5px;
    text-align: left;
}

.head-tittlH3 {
    color: #010101;
    font: 600 20px/25px 'Open Sans', sans-serif;
    margin-top: 19px;
}

.paras {
    width: 100%;
}
/*.paras p{ font: 400 16px/25px 'Open Sans', sans-serif; color: #464c56; margin-top: 15px;}*/
.privc-row h4 {
    font: 700 16px/25px 'Open Sans', sans-serif;
    color: #464c56;
    margin-top: 15px;
    padding-bottom: 10px;
}

.privc-row p {
    font: 400 16px/25px 'Open Sans', sans-serif;
    color: #464c56;
    margin-top: 15px;
}

.privc-row ul li {
    width: 100%;
    font: 400 16px 'Open Sans', sans-serif;
    color: #464c56;
    background: url(/Frontend/Images/li2.png) no-repeat left 10px;
    display: inline-block;
    padding-left: 18px;
    margin-top: 2px;
}

.privc-row ul {
    margin-top: 0px;
}

.privc-row p strong {
    font-weight: 700;
}

.privc-row p b {
    font-weight: normal;
    font-style: italic;
}

#hide1 {
    display: none;
}

/*about-us*/

.about_cont {
    width: 100%;
}

.about_contRow {
    width: 100%;
    margin-top: 10px;
    text-align: left;
}

    .about_contRow p {
        color: #464a52;
        font: 400 20px/28px 'Open Sans', sans-serif;
        margin-top: 10px;
    }

        .about_contRow p strong {
            font-weight: 700;
        }

.about-end-srv {
    width: 100%;
    padding: 50px 0;
}

.head-tittlH240 {
    color: #fff;
    font: normal 40px/46px 'Museo300';
}

.about-end-Row {
    width: 100%;
    margin-top: 14px;
}
    /*.about-end-Row h3, .contact-form-bottm h3{ color: #fff; background: url(/Frontend/Images/li3.png) no-repeat left 4px; padding-left: 30px;}*/
    .about-end-Row p, contact-form-bottm p {
        color: #fff;
        font: 400 16px/25px 'Open Sans', sans-serif;
        padding-left: 30px;
        margin-top: 8px;
    }


/*contact-us*/
.contct-us-cont {
    width: 100%;
}

.contct-InfoBox {
    width: 100%;
    background: #f0f0f0;
    padding: 35px;
    min-height: 416px;
    text-align: left;
}

.contct-us-cont .row {
    margin: 0 -10px;
}

.contct-us-cont .col-sm-6 {
    padding: 0 10px;
}

.contct-InfoBox ul li .fa {
    color: #00b193;
    float: left;
    width: 41px;
    margin-top: 6px;
}

    .contct-InfoBox ul li .fa.fa-map-marker {
        font-size: 30px;
    }

    .contct-InfoBox ul li .fa.fa-train {
        font-size: 22px;
    }

    .contct-InfoBox ul li .fa.fa-envelope {
        font-size: 20px;
    }

    .contct-InfoBox ul li .fa.fa-phone {
        font-size: 24px;
    }

.contct-InfoBox ul li {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}

    .contct-InfoBox ul li span {
        color: #464a52;
        font: 700 16px/33px 'Open Sans', sans-serif;
        width: 260px;
        float: left;
    }

    .contct-InfoBox ul li:first-child {
        margin-top: 0px;
    }

.contct-map {
    width: 100%;
}

    .contct-map iframe {
        width: 100%;
        height: 416px;
    }

.contact-form-bottm {
    width: 100%;
    padding: 50px 0;
}

.cont-Fld-Box {
    width: 100%;
    margin-top: 10px;
}

    .cont-Fld-Box label {
        color: #fff;
        font: 600 18px/33px 'Open Sans', sans-serif;
    }

    .cont-Fld-Box input[type="text"], .cont-Fld-Box input[type="email"], .cont-Fld-Box input[type="tel"], .cont-Fld-Box input[type="password"],
    .cont-Fld-Box textarea {
        width: 100%;
        border: none;
        background: #5eb4ca;
        padding: 0 10px;
        height: 43px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        color: #fff;
        font: 400 15px/20px 'Open Sans', sans-serif;
    }

    .cont-Fld-Box textarea {
        height: 130px;
        resize: none;
        padding: 10px;
    }

    .cont-Fld-Box input[type="submit"], .cont-Fld-Box input[type="button"] {
        width: auto;
        padding: 0 23px;
        height: 36px;
        background: #fff;
        color: #00b193;
        font: 700 14px/20px 'Open Sans', sans-serif;
        text-transform: uppercase;
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border: none;
        margin-top: 20px;
    }

.zidx {
    position: relative;
    z-index: 1;
}

.cont-Fld-Box input[type="submit"]:hover, .cont-Fld-Box input[type="button"]:hover {
    background: #00b193;
    color: #fff;
}


/*--resume-advice--*/
.paras-format {
    width: 100%;
}

    .paras-format p {
        font: 700 16px/25px 'Open Sans', sans-serif;
        color: #464c56;
        margin-top: 15px;
        padding-bottom: 10px;
    }

.paras-format-list {
    width: 100%;
}

    .paras-format-list ul {
        width: 100%;
    }

        .paras-format-list ul li {
            width: 100%;
            display: inline-block;
            font: 400 16px/25px 'Open Sans', sans-serif;
            color: #464c56;
            background: url(/Frontend/Images/li2.png) no-repeat left 9px;
            padding-left: 20px;
        }

            .paras-format-list ul li ul {
                padding-left: 10px;
            }

                .paras-format-list ul li ul li {
                    background: url(/Frontend/Images/format-li1.png) no-repeat left 14px;
                    padding-left: 10px;
                }

.btn-lt {
    width: 100%;
    padding-bottom: 30px;
}

    .btn-lt.no-padding {
        padding-bottom: 0px;
    }

    .btn-lt ul {
        width: 100%;
        display: inline-block;
        margin: 0px;
    }

        .btn-lt ul li {
            width: auto;
            display: inline-block;
            background: #32b0e4;
            margin-right: 5px;
            -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
            border-radius: 20px;
            padding: 0px;
        }

            .btn-lt ul li a {
                width: 100%;
                color: #fff;
                font: 700 14px/20px 'Open Sans', sans-serif;
                text-transform: uppercase;
                padding: 8px 27px;
                display: inline-block;
            }

.back-btn {
    background: #08a37d !important;
}

.btn-lt ul li:hover {
    background: #49c9fd;
}

.back-btn:hover {
    background: #00c8ac !important;
}


/*--careers--*/

.bnr-small-textH3 {
    color: #464a52;
    font: 400 20px/25px 'Open Sans', sans-serif;
    text-align: left;
    padding: 50px 0px 20px;
}

.title-bg {
    width: 100%;
    padding: 20px 23px;
    background: #f8f8f8;
    margin-bottom: 22px;
}

.title-bg-text {
    width: 100%;
    padding-bottom: 20px;
}

    .title-bg-text h2 {
        color: #000000;
        font: 600 22px/25px 'Open Sans', sans-serif;
    }

.title-bg-time {
    width: 100%;
}

    .title-bg-time ul {
        width: 100%;
    }

        .title-bg-time ul li {
            width: auto;
            font: 700 14px/30px 'Open Sans', sans-serif;
            display: inline-block;
            margin-right: 10px;
            color: #464c56;
        }

            .title-bg-time ul li a {
                color: #464c56;
            }

            .title-bg-time ul li:nth-child(1) {
                background: url(/Frontend/Images/title-bg-time-pic1.png)no-repeat left 8px;
                padding-left: 20px;
            }

            .title-bg-time ul li:nth-child(2) {
                background: url(/Frontend/Images/title-bg-time-pic2.png)no-repeat left 8px;
                padding-left: 20px;
            }

            .title-bg-time ul li:nth-child(3) {
                background: url(/Frontend/Images/title-bg-time-pic3.png)no-repeat left 8px;
                padding-left: 20px;
            }

            .title-bg-time ul li:nth-child(4) {
                background: url(/Frontend/Images/title-bg-time-pic4.png)no-repeat left 8px;
                padding-left: 20px;
            }


/*--job-detaial--*/
.job-detaial-sec {
    width: 100%;
}

.paras p strong {
    font-weight: 700;
}

.paras p b {
    font-weight: normal;
    font-style: italic;
}

.job-detaial-main .btn-lt {
    padding-top: 15px;
}

.job-detaial-main .title-bg {
    padding: 32px 23px;
}

.job-detaial-main .title-bg-time ul li {
    font: 700 14px/30px 'Open Sans', sans-serif;
}

.job-details-rt {
    width: 100%;
    margin-top: 5px;
}

    .job-details-rt ul {
        width: 100%;
        background: #f2f2f2;
        display: inline-block;
    }

        .job-details-rt ul li {
            width: 100%;
            display: inline-block;
            font: 700 14px/25px 'Open Sans', sans-serif;
            border-bottom: 1px solid #ffffff;
        }

            .job-details-rt ul li a {
                width: 100%;
                padding: 13px 13px 13px 25px;
                color: #464c56;
                display: inline-block;
            }

                .job-details-rt ul li a:hover {
                    background: #32b0e4;
                    color: #fff;
                }

.details-rt-pic {
    width: auto;
    float: right;
}

    .details-rt-pic i {
        color: #32b0e4;
        font-size: 20px;
    }

.job-details-rt ul li a:hover i {
    color: #fff !important;
}


/*job-vacancies*/
.job-vacancies.job-detaial-main .title-bg {
    padding: 25px 23px 0px;
}

.job-vacancies .btn-lt {
    padding-bottom: 20px;
}

.job-vacancies .title-bg {
    margin-bottom: 13px;
}

.vacancies-pegination {
    width: 100%;
    text-align: center;
    padding: 10px 0px;
}

    .vacancies-pegination ul {
        width: auto;
        display: inline-block;
        text-align: center;
    }

        .vacancies-pegination ul li {
            width: auto;
            float: left;
            font: 700 14px/33px 'Open Sans', sans-serif;
        }

            .vacancies-pegination ul li a {
                width: 37px;
                height: 37px;
                color: #343f46 !important;
                border: 1px solid #dedede;
                display: inline-block;
                border-right: 0px;
                line-height: 36px;
            }

            .vacancies-pegination ul li:last-child a {
                border-right: 1px solid #dedede;
            }

            .vacancies-pegination ul li.actv a {
                color: #00b193 !important;
                border-bottom: 1px solid #00b193;
            }

.vacancies-rt {
    width: 100%;
    padding-top: 5px;
}

.vacancies-rt-list {
    width: 100%;
}

    .vacancies-rt-list li {
        width: 100%;
        display: inline-block;
    }

        .vacancies-rt-list li a {
            width: auto;
            color: #464c56;
            font: 700 14px/25px 'Open Sans', sans-serif;
            padding: 9px 30px;
            width: 100%;
            display: block;
        }

        .vacancies-rt-list li.actv a {
            background: #32b0e4;
            color: #fff;
        }

        .vacancies-rt-list li a:hover {
            background: #32b0e4;
            color: #fff;
        }

.vacancies-rt .panel-title {
    font: 700 16px/25px 'Open Sans', sans-serif;
}

.vacancies-rt .panel-default > .panel-heading {
    color: #010101;
    background: #f2f2f2;
    border: none;
}

.vacancies-rt .panel-heading {
    padding: 20px 30px;
    border-radius: 0px;
}

.vacancies-rt .panel-group .panel {
    border-radius: 0px !important;
}

.vacancies-rt .panel-default {
    border: none !important;
}

.vacancies-rt .panel-group .panel + .panel {
    margin-top: 10px;
}

.vacancies-rt .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #fff !important;
    background: #f2f2f2;
}

.vacancies-rt .panel-body {
    padding: 10px 0;
}

.vacancies-rt .panel-title > a {
    width: 100%;
    display: inline-block;
    background: url(/Frontend/Images/vacancies-bt-arrow.png)no-repeat 98% center;
}

    .vacancies-rt .panel-title > a.collapsed {
        background: url(/Frontend/Images/vacancies-rt-arrow.png)no-repeat 98% center;
    }



/*refer*/
.border-line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ffffff;
    margin: 44px 0px 10px;
}

.refer-con {
    width: 100%;
}

.refer-con-text {
    width: 100%;
    padding-top: 30px;
}

    .refer-con-text h3 {
        font: 600 20px/25px 'Open Sans', sans-serif;
        color: #fff;
    }

.refer-small-text {
    width: 100%;
    margin: 15px 0px 5px;
    display: inline-block;
}

    .refer-small-text p {
        width: 90%;
        float: left;
        font: 400 16px/25px 'Open Sans', sans-serif;
        color: #fff;
    }

.small-text-lt {
    width: auto;
    float: left;
    font: 400 16px/25px 'Open Sans', sans-serif;
    color: #fff;
    padding-right: 30px;
}

.refer-sec .contact-form-bottm {
    padding: 72px 0 0;
}


/*register*/

.register .bnr-small-textH3 strong {
    font-weight: 700;
}

.register-file {
    width: 100%;
    display: inline-block;
}

    .register-file .inputfile-4 + label {
        border: none;
        background: none;
        outline: none !important;
        padding: 0px;
    }

        .register-file .inputfile-4 + label span {
            color: #fff;
            background: none !important;
            outline: none !important;
            display: inline-block;
            padding: 0 15px 0 23px;
            background: url(/Frontend/Images/file-gb.png) no-repeat left center !important;
            margin-left: 15px;
        }

    .register-file .inputfile-4 + label {
        color: #00b193;
    }

        .register-file .inputfile-4 + label strong {
            background: #ffffff;
            width: 90px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            text-align: center;
            height: 33px;
            font: 700 14px/33px 'Open Sans', sans-serif;
            margin-top: 7px;
            display: inline-block;
            padding: 0px;
        }


.check-alerts {
    width: 100%;
    margin: 30px 0px 5px;
}

    .check-alerts input[type="checkbox"] {
        display: none;
    }

        .check-alerts input[type="checkbox"] + label {
            color: #333333;
            cursor: pointer;
            display: inline-block;
            text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
            vertical-align: middle;
            background: url(/Frontend/Images/check1.png) no-repeat left center;
            padding: 5px 0px 5px 40px;
            color: #fff;
            font: 600 18px/22px 'Open Sans', sans-serif;
            text-align: left;
        }

        .check-alerts input[type="checkbox"]:checked + label {
            background: url(/Frontend/Images/check2.png) no-repeat left center;
            outline: none;
        }

.register-select {
    width: 100%;
}

    .register-select .styled-select select {
        background: transparent;
        width: 108%;
        padding: 5px;
        border: 0;
        border-radius: 0;
        height: 43px;
        -webkit-appearance: none;
        font: 700 18px/22px 'Open Sans', sans-serif;
        text-transform: capitalize;
        color: #fff;
    }


    .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 'Open Sans', 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 'Open Sans', sans-serif;
    color: #464c56;
    padding-bottom: 15px;
}


.register-select input::placeholder {
    opacity: 1;
    color: #fff;
}

.register-select .fstElement {
    width: 100%;
    border: none !important;
    background: url(/Frontend/Images/arw12.png) no-repeat 98% #5eb4ca;
    padding: 7px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}

.register-select .fstChoiceItem {
    font-size: 12px;
    margin: 4px 2px !important;
    border: 1px solid #fff;
    cursor: auto;
    color: #5eb4ca;
    background-color: #fff;
}

.register-select .fstChoiceRemove {
    color: #5eb4ca !important;
}




.register-select .fstResultItem {
    color: #5eb4ca;
    font-size: 13px !important;
}

.register-select .fstResults {
    height: 160px;
    overflow: auto;
}

.register-select .fstControls {
    width: 100%;
}

.fstMultipleMode .fstQueryInputExpanded {
    width: 100%;
    height: 29px;
    font: 700 18px/22px 'Open Sans', 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;
}


/*.why-choose-us h4{text-align:center;}*/
.link-hover:hover {
    opacity: 0.8;
}

ul.job-list-ul {
    margin-bottom: 10px;
}

ul.job-list-ul-bottom {
    margin-bottom: 20px;
}

.pager-container {
    width: 100%;
    text-align: right;
}

.pager-section {
    float: none;
}

a[href^="http://maps.google.com/maps"],
a[href^="https://maps.google.com/maps"],
a[href^="https://www.google.com/maps"] {
    display: none !important;
}

.gm-bundled-control .gmnoprint {
    display: block;
}

.gmnoprint:not(.gm-bundled-control) {
    display: none;
}

.map_rt {
    position: relative;
}

    .map_rt a.map-link {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

/*.register-select .fstElement{ width: 100%;

background: url(/Frontend/Images/arw12.png) no-repeat 98% #5eb4ca;

cursor: pointer;
display: inline-block;}*/








/*.testimony_cont .row{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;

}

.testimony_cont .col-sm-6{
	-ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; float: none; width: auto;
}*/
.testimony_cont .rows {
    margin: 25px 0 0 0;
}

.testimony_cont .rows {
    line-height: 0;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-count: 2;
    -moz-column-gap: 0px;
    column-count: 2;
    column-gap: 20px;
    width: auto;
    float: none;
}

#photos1 {
    display: none;
}

.testimony_cont .col-sm-6s {
    background: #f2f2f2;
    padding: 20px;
    text-align: left;
    margin-bottom: 25px;
}

.testimony_cont .item {
    background: #f2f2f2;
    padding: 20px;
    text-align: left;
    margin-bottom: 25px;
}


.container_inn {
    width: 100%;
    position: relative;
    padding-bottom: 100px;
}

.about-end-Row ul li {
    width: 100%;
    display: inline-block;
    margin-top: 14px;
}

    .about-end-Row ul li strong {
        font: 600 20px/25px 'Open Sans', sans-serif;
        color: #fff;
        background: url(/Frontend/Images/li3.png) no-repeat left 4px;
        padding-left: 30px;
        display: block;
    }

    .about-end-Row ul li span {
        color: #fff;
        font: 400 16px/25px 'Open Sans', sans-serif;
        padding-left: 30px;
        margin-top: 8px;
        display: block;
    }

.projectListButton {
    display: none;
}




/*content containers*/

.white_container {
    width: 100%;
    color: #464c56;
    font: 400 17px/22px 'Open Sans', sans-serif;
}

    .white_container h1 {
        font: normal 40px/46px 'Museo300';
        color: #000000;
        margin-bottom: 15px;
    }

    .white_container h2 {
        font-family: 'Open Sans', Arial, sans-serif;
        font-weight: 600;
        font-size: 22px;
        color: #000000;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .white_container h3 {
        font-family: 'Open Sans', Arial, sans-serif;
        font-weight: 600;
        font-size: 20px;
        color: #000000;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .white_container h4 {
        font-family: 'Open Sans', Arial, sans-serif;
        font-weight: bold;
        font-size: 16px;
        color: #000000;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .white_container h5 {
        font-family: 'Open Sans', Arial, sans-serif;
        font-weight: bold;
        font-size: 14px;
        color: #464c56;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .white_container p {
        color: #464c56;
        font: 400 17px/22px 'Open Sans', sans-serif;
        padding-bottom: 10px;
        margin-top: 0px;
    }

    .white_container span {
        color: #464c56;
        font: 400 17px/22px 'Open Sans', sans-serif;
    }

    .white_container a {
        color: #32b0e4;
        font: 400 17px/22px 'Open Sans', sans-serif;
    }

        .white_container a:hover {
            color: #49c9fd;
            font: 400 17px/22px 'Open Sans', sans-serif;
        }

    .white_container ul {
        font: 400 17px/22px 'Open Sans', sans-serif;
        color: #464c56;
        list-style-type: disc;
        margin: 15px;
        padding: 0px;
        margin-left: 17px;
    }

    .white_container ol {
        font: 400 17px/22px 'Open Sans', sans-serif;
        color: #464c56;
        margin: 15px;
        padding: 0px;
        margin-left: 17px;
    }

    .white_container ul li {
        padding-bottom: 15px;
        padding-left: 20px;
    }

    .white_container ol li {
        padding-bottom: 15px;
        padding-left: 10px;
    }


.blue_container {
    width: 100%;
    color: #ffffff;
    font: 400 17px/22px 'Open Sans', sans-serif;
}

    .blue_container h1 {
        font: normal 40px/46px 'Museo300';
        color: #ffffff;
        margin-bottom: 15px;
    }

    .blue_container h2 {
        font-family: 'Open Sans', Arial, sans-serif;
        font-weight: 600;
        font-size: 22px;
        color: #ffffff;
        margin-bottom: 10px;
    }

    .blue_container h3 {
        font-family: 'Open Sans', Arial, sans-serif;
        font-weight: 600;
        font-size: 20px;
        color: #ffffff;
        margin-bottom: 10px;
    }

    .blue_container h4 {
        font-family: 'Open Sans', Arial, sans-serif;
        font-weight: bold;
        font-size: 16px;
        color: #ffffff;
        margin-bottom: 10px;
    }

    .blue_container h5 {
        font-family: 'Open Sans', Arial, sans-serif;
        font-weight: bold;
        font-size: 14px;
        color: #ffffff;
        margin-bottom: 10px;
    }

    .blue_container p {
        color: #ffffff;
        font: 400 17px/22px 'Open Sans', sans-serif;
        padding-bottom: 10px;
        margin-top: 0px;
    }

    .blue_container span {
        color: #ffffff;
        font: 400 17px/22px 'Open Sans', sans-serif;
        ;
    }

    .blue_container a {
        color: #32b0e4;
        font: 400 17px/22px 'Open Sans', sans-serif;
    }

        .blue_container a:hover {
            color: #49c9fd;
            font: 400 17px/22px 'Open Sans', sans-serif;
        }

    .blue_container ul {
        font: 400 17px/22px 'Open Sans', sans-serif;
        color: #ffffff;
        list-style-type: disc;
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 0px;
        list-style-type: none;
    }

    .blue_container ol {
        font: 400 17px/22px 'Open Sans', sans-serif;
        color: #ffffff;
        margin: 15px;
        padding: 0px;
    }

    .blue_container ul li {
        padding-bottom: 15px;
        padding-left: 35px;
        background: url(/Frontend/Images/li3.png) no-repeat 0px 4px transparent;
    }

    .blue_container ol li {
        padding-bottom: 15px;
        padding-left: 10px;
    }

    .job-search-inner
    {
        margin-top:5px;
        margin-bottom:15px;
        border-style:solid;
        border-width:1px;
        border-color:#e2e2e2;
        padding:32px;
    }

    .job-search-inner .job_input
    {
        padding-bottom:15px;
    }

    .job-search-inner .job_input.search-button
    {
        padding-top:10px;
    }

/*about-us*/

/*.about_cont{ width: 100%;}
.about_contRow{ width: 100%; margin-top: 10px; text-align: left;} 
.about_contRow p{ color: #464a52; font: 400 20px/28px 'Open Sans', sans-serif; margin-top: 10px;}
.about_contRow p strong{ font-weight: 700;}
.about-end-srv{ width: 100%; padding: 50px 0;}
.head-tittlH240{ color: #fff; font:normal 40px/46px 'Museo300'; }
.about-end-Row{ width: 100%; margin-top: 14px;}
.about-end-Row h3, .contact-form-bottm h3{ color: #fff; background: url(/Frontend/Images/li3.png) no-repeat left 4px; padding-left: 30px;}
.about-end-Row p, contact-form-bottm p{ color: #fff; font: 400 16px/25px 'Open Sans', sans-serif; padding-left: 30px; margin-top: 8px;}*/














@media (min-width: 1400px) and (max-width: 5000px) {

    .epic {
        right: -140px;
    }
}

@media (min-width: 1300px) and (max-width: 1399px) {

    .epic {
        right: -70px;
    }
}


@media (min-width: 768px) and (max-width: 5000px) {
    .top_nav .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;
    }

    .top_nav .dropdown:hover .dropdown-menu {
        max-height: 300px;
        opacity: 1;
        visibility: visible;
    }

    .top_nav .dropdown-menu {
        margin-top: 14px !important;
    }


    .header_main ul li .dropdown-menu:after {
        content: '';
        position: absolute;
        top: -16px;
        left: 13px;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-bottom: 8px solid #000000;
        z-index: 9999;
    }

    .header_main ul li .dropdown-menu:before {
        content: '';
        position: absolute;
        top: -16px;
        left: 13px;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-bottom: 8px solid #000000;
        z-index: 9999;
    }
}


@media (min-width: 1200px) and (max-width: 1399px) {

    .footer_sec {
        height: auto;
    }

    .container {
        width: 1170px;
    }

    .ban_Itm h1 {
        font-size: 40px;
        line-height: 50px;
    }
}





@media (min-width: 992px) and (max-width: 1199px) {

    .footer_sec {
        height: auto;
    }

    .container {
        width: 970px;
    }

    .ban_Itm h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .both_padding {
        padding: 0px 15px;
    }

    .help_box .hel_rt .box .text {
        font-size: 16px;
        line-height: 26px;
    }

    .help_box .hel_lft span {
        font-size: 34px;
    }

    .top_nav ul li {
        padding: 0 10px;
    }

        .top_nav ul li a {
            font-size: 14px;
        }

    .job_srch {
        font-size: 15px;
    }

    .help_box {
        padding: 30px;
    }

    .job_srch_dropopn {
        padding: 0px;
    }

    .heading-tittle {
        font-size: 30px;
    }

    .testimony_cont {
        padding: 0px;
    }

    .head-tittlH3 {
        font-size: 18px;
        line-height: 24px;
    }

    .paras p {
        font-size: 15px;
        line-height: 24px;
    }

    .paras ul li {
        font-size: 15px;
        line-height: 24px;
    }

    .head-tittlH240 {
        font-size: 30px;
    }

    .about-end-Row p {
        font-size: 15px;
        line-height: 24px;
    }

    .about_contRow p {
        font-size: 16px;
        line-height: 24px;
    }


    /*--resume-advice--*/

    .paras-format-list ul li {
        font-size: 15px;
        line-height: 24px;
    }

    .btn-lt ul li a {
        font-size: 13px;
        line-height: 20px;
        padding: 6px 20px;
    }

    /*--careers--*/
    .bnr-small-textH3 {
        font-size: 18px;
        line-height: 24px;
        padding: 30px 0px 10px;
    }

    .title-bg-text h2 {
        font-size: 20px;
        line-height: 24px;
    }

    /*refer*/
    .refer-sec .contact-form-bottm {
        padding: 60px 0 0;
    }

    .refer-con-text {
        padding-top: 20px;
    }

    .refer-small-text p {
        font-size: 15px;
        line-height: 24px;
    }

    .small-text-lt {
        font-size: 15px;
        line-height: 24px;
    }

    .refer-con-text h3 {
        font-size: 18px;
        line-height: 24px;
    }


    /*register*/
    .register-bt-text {
        margin: 20px 0px;
    }

    .privc-row p {
        font-size: 15px;
        line-height: 24px;
    }

    .privc-row ul li {
        font-size: 15px;
        
    }
}




@media (min-width: 768px) and (max-width: 991px) {

    .footer_sec {
        height: auto;
    }

    .container {
        width: 750px;
    }

    .ban_Itm h1 {
        font-size: 33px;
        line-height: 39px;
    }

    .both_padding {
        padding: 0px 15px;
    }

    .help_box .hel_rt .box .text {
        font-size: 16px;
        line-height: 26px;
    }

    .help_box .hel_lft span {
        font-size: 24px;
    }

    .top_nav ul li {
        padding: 0 10px;
    }

        .top_nav ul li a {
            font-size: 14px;
        }

    .job_srch {
        font-size: 15px;
        width: 143px;
        right: 10px;
        line-height: 51px;
    }

    .help_box {
        padding: 30px;
    }

    .logo {
        width: 140px;
    }

    .header_top {
        padding: 20px 0 37px;
    }

    .head_top_rt {
        padding: 13px 0 0 0;
    }

    .help_box .hel_rt .box {
        padding: 25px 8px;
    }

    .idx_sec_botm p {
        font-size: 25px;
    }

    .why_choos_sec .box p {
        font-size: 14px;
        line-height: 20px;
    }

    .f-menu ul li {
        padding: 0 8px 0 5px;
    }

    .job_srch_dropopn {
        padding: 0px;
    }

    .job_srch_drop .colm {
        width: 50% !important;
        padding: 5px;
    }

    .heading-tittle {
        font-size: 25px;
    }


    .testimony_cont {
        padding: 0px;
    }

    .head-tittlH3 {
        font-size: 18px;
        line-height: 24px;
    }

    .paras p {
        font-size: 15px;
        line-height: 24px;
    }

    .paras ul li {
        font-size: 15px;
        line-height: 24px;
    }


    .head-tittlH240 {
        font-size: 25px;
    }

    .about-end-Row p {
        font-size: 15px;
        line-height: 24px;
    }

    .about_contRow p {
        font-size: 16px;
        line-height: 24px;
    }

    .contct-InfoBox {
        padding: 20px;
    }

        .contct-InfoBox ul li .fa {
            width: 25px;
        }

        .contct-InfoBox ul li span {
            width: 220px;
        }

        .contct-InfoBox ul li span {
            font-size: 14px;
            line-height: 29px;
        }

    .cont-Fld-Box label {
        font-size: 16px;
    }

    /*--resume-advice--*/

    .paras-format-list ul li {
        font-size: 15px;
        line-height: 24px;
    }

    .btn-lt ul li a {
        font-size: 13px;
        line-height: 20px;
        padding: 6px 20px;
    }

    /*--careers--*/
    .bnr-small-textH3 {
        font-size: 18px;
        line-height: 24px;
        padding: 30px 0px 10px;
    }

    .title-bg-text h2 {
        font-size: 20px;
        line-height: 24px;
    }



    /*--job-detaial--*/
    .job-details-rt ul li a {
        padding: 10px;
    }

    .job-details-rt ul li {
        font-size: 12px;
        line-height: 20px;
    }

    .details-rt-pic i {
        font-size: 16px;
    }


    /*job-vacancies*/

    .vacancies-rt .panel-title {
        font-size: 14px;
        line-height: 24px;
    }

    .vacancies-rt-list li a {
        font-size: 13px;
        line-height: 18px;
        padding: 5px 10px;
    }


    /*refer*/
    .refer-sec .contact-form-bottm {
        padding: 60px 0 0;
    }

    .refer-con-text {
        padding-top: 20px;
    }

    .refer-small-text p {
        font-size: 15px;
        line-height: 24px;
    }

    .small-text-lt {
        font-size: 15px;
        line-height: 24px;
    }

    .border-line {
        margin: 32px 0px 10px;
    }

    .refer-con-text h3 {
        font-size: 18px;
        line-height: 24px;
    }


    /*register*/
    .register-bt-text {
        margin: 20px 0px;
    }

    .bnr-small-textH3 br {
        display: none;
    }

    /*register*/
    .register-bt-text {
        margin: 15px 0px;
    }

    .check-alerts input[type="checkbox"] + label {
        font-size: 16px;
        line-height: 22px;
    }

    .register-select .styled-select select {
        width: 110%;
    }

    .register .cont-Fld-Box input[type="text"] {
        font-size: 16px;
        line-height: 22px;
    }

    .register-select .styled-select select {
        font-size: 16px;
        line-height: 22px;
    }


    .about-end-Row ul li strong {
        font-size: 16px;
        line-height: 25px;
    }

    .about-end-Row ul li span {
        font-size: 14px;
        line-height: 20px;
    }

    .testimony_cont .rows {
        line-height: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 20px;
        -moz-column-count: 1;
        -moz-column-gap: 0px;
        column-count: 1;
        column-gap: 20px;
        width: auto;
        float: none;
    }



    .privc-row p {
        font-size: 15px;
        line-height: 24px;
    }

    .privc-row ul li {
        font-size: 15px;
        
    }
}



@media only screen and (max-width: 767px) {


    .footer_sec {
        height: auto;
    }

    .container {
        width: 100%;
    }

    .ban_Itm h1 {
        font-size: 33px;
        line-height: 39px;
    }

    .both_padding {
        padding: 0px 15px;
    }

    .help_box .hel_rt .box .text {
        font-size: 20px;
        line-height: 26px;
    }

    .help_box .hel_lft span {
        font-size: 30px;
    }

    .top_nav ul li {
        padding: 0 10px;
    }

        .top_nav ul li a {
            font-size: 14px;
        }

    .job_srch {
        font-size: 18px;
    }

    .help_box {
        padding: 30px;
    }

    .logo {
        width: 140px;
    }

    .header_top {
        padding: 20px 0 37px;
    }

    .head_top_rt {
        padding: 13px 0 0 0;
    }

    .help_box .hel_rt .box {
        padding: 25px 8px;
    }

    .idx_sec_botm p {
        font-size: 25px;
    }

    .why_choos_sec .box p {
        font-size: 14px;
        line-height: 26px;
    }

    .f-menu ul li {
        padding: 0 8px 0 5px;
    }

    .why_choos_sec .box {
        min-height: auto;
    }

    .job_srch_dropopn {
        padding: 0px;
    }

    .job_srch_drop .colm {
        width: 50% !important;
        padding: 5px;
        float: left;
    }

    .ban_Itm .pic {
        background-position: right center !important;
        min-height: 420px;
    }

    .help_box .hel_lft {
        padding: 0px 0 20px 0;
        text-align: center;
    }

    .help_box .hel_rt .box {
        margin-top: 7px;
        width: 220px;
        display: inline-block;
    }

    .help_box .hel_rt {
        text-align: center;
    }

    .idx_sec_botm p br {
        display: none;
    }

    .why_choos_sec {
        padding: 30px 0;
    }

    .map_rt {
        margin-top: 15px;
    }

    .foot_box {
        padding: 0 20px;
        margin-top: 20px;
    }

    .footer_top {
        padding-bottom: 19px;
    }

    .foot_sos {
        text-align: left;
    }

        .foot_sos ul li {
            margin: 0 5px 0 0;
        }

    .f-menu {
        margin-top: 20px;
    }




    .heading-tittle {
        font-size: 30px;
    }

    .paragrp p {
        font-size: 16px;
    }

    .testimony_cont {
        padding: 0px;
    }

    .help_box {
        padding: 20px;
    }

    .heading-tittle {
        font-size: 25px;
        line-height: 30px;
    }

    .testimony_cont .boxs p {
        font-size: 15px;
        line-height: 20px;
    }


    .head-tittlH3 {
        font-size: 16px;
        line-height: 25px;
    }

    .paras p {
        font-size: 14px;
        line-height: 20px;
    }

    .paras ul li {
        font-size: 14px;
        line-height: 20px;
        background-position: left 7px;
    }

    .innerpg_ban .pic {
        min-height: 282px !important;
    }

    .head_top_moblogo {
        padding-bottom: 10px;
    }

    .header_main {
        bottom: inherit;
        left: inherit;
        top: 65px;
    }

        .header_main .container {
            padding: 0px;
        }

    .job_srch_dropopn {
        position: inherit;
        top: inherit;
        left: inherit;
    }

    .header_main .both_padding {
        padding: 0px;
    }

    .head-tittlH240 {
        font-size: 25px;
        line-height: 30px;
    }

    .about-end-Row p {
        font-size: 14px;
        line-height: 20px;
    }

    .about_contRow p {
        font-size: 15px;
        line-height: 24px;
    }



    .contct-InfoBox {
        padding: 20px;
        min-height: auto;
    }

    .contct-map {
        margin-top: 20px;
    }

    .contct-InfoBox ul li .fa {
        width: 25px;
    }

    .contct-InfoBox ul li span {
        width: 220px;
    }

    .contct-InfoBox ul li span {
        font-size: 14px;
        line-height: 29px;
    }

    .cont-Fld-Box label {
        font-size: 16px;
    }

    .contct-InfoBox ul li {
        margin-top: 10px;
    }

    /*--resume-advice--*/

    .paras-format-list ul li {
        font-size: 14px;
        line-height: 20px;
    }

    .btn-lt ul li a {
        font-size: 13px;
        line-height: 20px;
        padding: 6px 20px;
    }

    .paras-format-list ul li ul {
        padding-left: 5px;
    }

    /*--careers--*/

    .title-bg-text h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .bnr-small-textH3 {
        font-size: 16px;
        line-height: 24px;
        padding: 12px 0px 0;
    }

    .title-bg {
        width: 100%;
        padding: 15px 15px;
        background: #f8f8f8;
        margin-bottom: 15px;
    }

    .title-bg-time ul li {
        font-size: 11px;
    }



    /*--job-detaial--*/
    .job-details-rt ul li a {
        padding: 10px;
    }

    .job-details-rt ul li {
        font-size: 12px;
        line-height: 20px;
    }

    .details-rt-pic i {
        font-size: 16px;
    }


    /*job-vacancies*/

    .vacancies-rt .panel-title {
        font-size: 14px;
        line-height: 24px;
    }

    .vacancies-rt-list li a {
        font-size: 13px;
        line-height: 22px;
        padding: 5px 12px;
    }


    /*refer*/
    .refer-sec .contact-form-bottm {
        padding: 60px 0 0;
    }

    .refer-con-text {
        padding-top: 10px;
    }

    .refer-small-text p {
        font-size: 14px;
        line-height: 24px;
    }

    .small-text-lt {
        font-size: 15px;
        line-height: 24px;
    }

    .border-line {
        margin: 23px 0px 10px;
    }

    .refer-con-text h3 {
        font-size: 16px;
        line-height: 25px;
    }

    .refer-small-text {
        margin: 10px 0px 0;
    }

    /*register*/
    .register-bt-text {
        margin: 15px 0px;
    }

    .check-alerts input[type="checkbox"] + label {
        font-size: 16px;
        line-height: 22px;
    }

    .register-select .styled-select select {
        width: 110%;
    }

    .register .cont-Fld-Box input[type="text"] {
        font-size: 16px;
        line-height: 22px;
    }

    .register-select .styled-select select {
        font-size: 16px;
        line-height: 22px;
    }

    .inputfile + label {
        max-width: 100% !important;
    }


    .about-end-Row ul li strong {
        font-size: 16px;
        line-height: 25px;
    }

    .about-end-Row ul li span {
        font-size: 14px;
        line-height: 20px;
    }

    .top_head {
        padding-bottom: 3px;
    }

    .testimony_cont .rows {
        line-height: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 20px;
        -moz-column-count: 1;
        -moz-column-gap: 0px;
        column-count: 1;
        column-gap: 20px;
        width: auto;
        float: none;
    }


    .privc-row p {
        font-size: 14px;
        line-height: 20px;
    }

    .privc-row ul li {
        font-size: 14px;
        background-position: left 7px;
    }
}

@media only screen and (max-width: 480px) {

    .ban_Itm h1 br {
        display: none;
    }

    .testimony_cont .boxs p {
        font-size: 13px;
        line-height: 20px;
    }

    .job_srch_drop .colm {
        width: 100% !important;
        padding: 5px;
        float: left;
    }

    /*--resume-advice--*/
    .btn-lt ul li a {
        font-size: 12px;
        line-height: 20px;
        padding: 6px 12px;
    }

    .btn-lt {
        padding-bottom: 10px;
    }


    /*--job-detaial--*/

    /*job-vacancies*/

    .vacancies-pegination ul li a {
        width: 24px;
        height: 24px;
    }

    .vacancies-pegination ul li {
        font-size: 12px;
        line-height: 25px;
    }

    .panel-heading {
        padding: 6px 12px;
    }

    .vacancies-rt .panel-group .panel + .panel {
        margin-top: 6px;
    }

    /*refer*/

    .small-text-lt {
        width: 10%;
        padding-right: 0px;
    }



    /*register*/
    .check-alerts input[type="checkbox"] + label {
        font-size: 13px;
        line-height: 22px;
    }

    .register-select .styled-select select {
        width: 114%;
    }

    .register-select .styled-select {
        background-position: 96% center;
    }
}

@media only screen and (max-width: 400px) {

    .register-file .inputfile-4 + label span {
        display: block;
        margin: 10px 0 0 0;
    }
}
