@import url(../css-2.css);


.menu #new_job_link.active {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
    background: #1c2754;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: 0.3s;
    width: 150px;
    text-align: center;
    margin-right: 20px;
}

    .menu #new_job_link.active a {
        color: #fff;
    }

.menu #new_job_link {
    transition: all 0.4s ease 0s;
    width: 145px;
}

.menu .navbar-default .navbar-nav .navbar-btn {
    margin: 13px 0 11px;
}

.menu #new_job_link {
    margin-left: -154px;
    margin-right: 0;
    opacity: 0;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    width: 145px;
}

.menu .navbar-default .navbar-nav .navbar-btn {
    margin: 13px 0 11px;
}


.main-container1 {
    max-width: 2000px;
    margin: 0 auto;
    right: 0;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
    z-index: 9;
}

    .main-container1.active {
        right: 266px;
    }

/* Header */
.main-header1, .main-header2 {
    position: absolute;
    left: 0px;
    right: 0;
    top: 0px;
    z-index: 99999;
    font-size: 20px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

    .main-header1 a, .main-header2 a {
        color: #fff;
    }

    .main-header1 .phnno, .main-header2 .phnno {
        float: right;
        width: 180px;
        text-align: right;
    }

        .main-header1 .phnno a, .main-header2 .phnno a {
            font-size: 20px;
            font-weight: 700;
        }

        .main-header1 .phnno img, .main-header2 .phnno img {
            float: left;
        }

.logo-n-menu1 {
    padding: 13px 0px 4px;
    width: 100%;
    left: 0px;
    z-index: 99999;
    min-height: 65px;
}

    .logo-n-menu1.f-nav {
        position: fixed;
        top: 0px;
        background: #1376b6;
    }

    .logo-n-menu1 img {
        display: block;
    }

.main-menu1 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    float: right;
    font-size: 15.92px;
    color: #1d2755;
    padding: 10px 0px 0px 0px;
}

.logon {
    float: left;
    margin-top: 3px;
    transition: 0.3s;
}

.phone1 {
    display: block;
}

.phone2 {
    display: none !important;
}

.inner-title-sec, .inner-pg-title-sec {
    margin-top: 80px;
}

.logon {
    display: block;
}

.logo2 {
    display: none !important;
}

.linkToContact {
    cursor: pointer;
}

.main-menu1 ul > li:last-child {
    margin: 0;
}

.main-header1.sticky, .main-header2.sticky {
    position:;
    color: #000;
}

.main-header1:before, .main-header2:before {
    background: #fff;
    position: absolute;
    content: '';
    transition: 0.4s;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
}

.main-header1.sticky:before, .main-header2.sticky:before {
    opacity: 1;
}

.sticky .phnno a {
    color: #000;
}

.sticky .main-menu1 {
    padding: 0;
}

    .sticky .main-menu1 ul li a {
        color: #000;
        line-height: 41px;
    }

.main-menu1 ul li a:hover {
    color: #009ddc;
}

.main-menu1 ul li.m2 {
    margin: 0px;
    margin-left: -150px;
}

    .main-menu1 ul li.m2.block {
        display: block;
        background: #1c2754;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        transition: 0.3s;
        width: 150px;
        text-align: center;
        margin-right: 20px;
    }

        .main-menu1 ul li.m2.block a {
            color: #fff;
        }

.sticky .phone1 {
    display: none;
}

.sticky .phone2 {
    display: block !important;
}

.sticky .logo1 {
    display: none;
}

.sticky .logo2 {
    display: block !important;
}


.tglmenu1 {
    display: none;
}

.main-menu1 ul {
}

    .main-menu1 ul li {
        float: left;
        margin: 0px 20px 0px 0px;
    }

        .main-menu1 ul li a {
            color: #fff;
            display: block;
            padding: 0px 0px 1px;
            font-family: 'Lato', sans-serif;
            font-weight: 700;
        }

        .main-menu1 ul li.m2 {
            overflow: hidden;
            white-space: nowrap;
            width: 0;
        }

        .main-menu1 ul li:last-child a {
            margin: 0px;
        }

.mobile-menu {
    width: 266px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background: #373f48;
    z-index: 9;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.mobile-menu-active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu ul li {
    display: block;
    border-bottom: 1px solid #545e6b;
}

    .mobile-menu ul li a {
        display: block;
        color: #d8dfe6;
        padding: 12px 18px 12px 12px;
        font-family: 'Lato', sans-serif;
    }

    .mobile-menu ul li:hover a {
        background-color: #1c2754;
    }

.shadow {
    box-shadow: inset 12px 4px 39px -22px #000000;
    -webkit-box-shadow: inset 12px 4px 39px -22px #000000;
    -moz-box-shadow: inset 12px 4px 39px -22px #000000;
    -o-box-shadow: inset 12px 4px 39px -22px #000000;
}

.rgt_top {
    float: right;
    padding-right: 103px;
}

/*.slider-banner1{ background-image: url("https://rcdn.upcounsel.com/assets/static_pages/home/hero-BG-d93a78ea9a4715e57286d8be3ffe4bdbf07525f71bf727905fc9b0e4aa546856.jpg");
    background-position: 80% center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;}*/

.slider-banner1 {
    background: url(../images/home/home-background.jpg) no-repeat center bottom;
    width: 100%;
    position: relative;
    height: 100vh;
    background-size: cover;
}

.arrow-slide-btm {
    position: absolute;
    width: 100%;
    left: 0px;
    text-align: center;
    bottom: 22.5%;
    cursor: pointer;
    height: 60px;
    background: url(../images/home/slide-btm2.png) no-repeat top center;
}

    .arrow-slide-btm img {
        display: inline-block;
        transition: all 0.2s linear 0s;
        position: relative;
        top: 0px;
    }

        .arrow-slide-btm img:hover {
            position: relative;
            top: 5px;
        }

.slider-banner1 .slides-title {
    position: absolute;
    top: 19%;
    left: 0px;
    width: 100%;
    font-family: 'ubuntubold';
    text-align: center;
    color: #fff;
    font-size: 106px;
    background: url(../images/home/slider-titler-bg.png);
    padding: 72px 0px;
}

.slider-banner1 .slick-slide {
    position: relative;
}

.slider-banner1 .slick-prev {
    top: 32%;
    width: 45px;
    height: 45px;
    left: 73px;
    position: absolute;
    background: url(../images/home/slider-left-arrow.png) no-repeat top left;
}

    .slider-banner1 .slick-prev:hover {
        background: url(../images/home/slider-left-arrow.png) no-repeat top right;
    }

.slider-banner1 .slick-next {
    top: 32%;
    width: 45px;
    height: 45px;
    right: 73px;
    position: absolute;
    background: url(../images/home/slider-right-arrow.png) no-repeat top right;
}

    .slider-banner1 .slick-next:hover {
        background: url(../images/home/slider-right-arrow.png) no-repeat top left;
    }

.slider-banner1 .slick-slider {
    margin: 0px;
}

.head_botm_logo {
    width: 100%;
    position: absolute;
    z-index: 999;
    bottom: 0px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    background: rgba(0,0,0, 0.35);
    padding: 20px 0;
    /*height: 32px;*/
}

.top_logo {
    width: 100%;
    display: table;
}

    .top_logo li {
        display: table-cell;
        position: relative;
        vertical-align: middle;
        text-align: center;
        height: 32px;
        padding-left: 10px;
        padding-right: 10px;
    }

        .top_logo li img {
            display: inline;
            opacity: 0.8;
            transition: 0.3s;
        }

            .top_logo li img:hover {
                opacity: 1;
            }

.hed_conttxt {
    width: 80%;
    position: absolute;
    z-index: 999;
    top: 33%;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    text-align: center;
}

    .hed_conttxt h1 {
        font-size: 56px;
        color: #fff;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        padding-bottom: 28px;
        letter-spacing: 1px;
    }

    .hed_conttxt h3 {
        font-size: 25px;
        color: #fff;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        padding-bottom: 110px;
        letter-spacing: 1px;
    }

        .hed_conttxt h3 span.circle {
            width: 10px;
            height: 10px;
            background: #fff;
            margin: 0 5px;
            display: inline-block;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            margin-bottom: 3px !important;
            margin-right: 10px;
        }

.post_probtn {
    margin: 0 auto;
    width: 434px;
}

    .post_probtn a {
        background: #20305e;
        padding: 16px 15px;
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 0.5px;
        text-align: center;
        line-height: 20px;
        display: block;
        border: #fff 2px solid;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        transition: 0.3s;
    }

        .post_probtn a:hover {
            background: #1c2754;
        }

    .post_probtn button {
        background: #20305e;
        padding: 16px 15px;
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 0.5px;
        text-align: center;
        line-height: 20px;
        display: block;
        border: #fff 2px solid !important;
        -webkit-border-radius: 8px !important;
        -moz-border-radius: 8px !important;
        border-radius: 8px !important;
        transition: 0.3s !important;
    }

        .post_probtn button:hover {
            background: #1c2754;
        }
/* Header */

.industry {
    width: 1354px;
    margin: 0 auto;
    padding: 110px 0 140px;
}

    .industry h3 {
        font-size: 24px;
        color: #1d2755;
        text-align: center;
        letter-spacing: 0.5px;
        padding-bottom: 33px;
    }

.industry-img {
    min-height: 225px;
    padding-top: 18px;
}

    .industry-img img {
        margin: 0 auto;
    }

.industry ul {
}

    .industry ul li {
        float: left;
        width: 23.2%;
        box-sizing: border-box;
        margin: 0 0.9% 21px;
        background: #f7f9fb;
        border: #d8e1eb 2px solid;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        position: relative;
        overflow: hidden;
    }

        .industry ul li:hover .industry-hover {
            opacity: 1;
            top: 0;
            bottom: 0;
        }

            .industry ul li:hover .industry-hover h3 {
                transform: translateY(0%);
            }

.industry-hover {
    opacity: 0;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/home/hover-bg.png) repeat;
    box-sizing: border-box;
    padding: 60px 15px 0;
    transition: all 0.2s ease-in-out 0s;
}

    .industry-hover h3 {
        color: #fff;
        transform: translateY(80%);
        transition: all 0.4s ease-in-out 0s;
    }

.praposal-btn {
    margin: 0 auto 15px;
    width: 216px;
}

    .praposal-btn a {
        display: block;
        background: #20305e;
        border: #fff 1px solid;
        padding: 10px 0;
        font-size: 19px;
        color: #fff !important;
        font-weight: 700;
        text-align: center;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        transition: 0.3s;
    }

        .praposal-btn a:hover {
            background: #1c2754;
        }

.learn-btn {
    margin: 0 auto 76px;
    width: 216px;
}

    .learn-btn a {
        display: block;
        background: none;
        border: #fff 1px solid;
        padding: 10px 0;
        font-size: 19px;
        color: #fff;
        font-weight: 700;
        text-align: center;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        transition: 0.3s;
    }

        .learn-btn a:hover {
            background: #fff;
            color: #1d2755;
        }


@media only screen and (max-width:1710px) {
    .wrap1705 {
        width: 1500px;
    }
}

@media only screen and (max-width:1510px) {
    .wrap1705 {
        width: 1300px;
    }

    .rgt_top {
        padding-right: 0;
    }

    .hed_conttxt {
        width: 90%;
    }

    .industry {
        width: 100%;
    }
}

@media only screen and (max-width:1310px) {
    .wrap1705 {
        width: 1100px;
    }

    .hed_conttxt h1 {
        font-size: 47px;
    }

    .hed_conttxt h3 {
        font-size: 21px;
        padding-bottom: 85px;
    }
}

@media only screen and (max-width:1110px) {
    .wrap1705 {
        width: 900px;
    }

    .hed_conttxt {
        top: 30%;
    }

        .hed_conttxt h1 {
            font-size: 36px;
        }

        .hed_conttxt h3 {
            font-size: 18px;
            padding-bottom: 45px;
        }

    .post_probtn {
        width: 360px;
    }

        .post_probtn a {
            font-size: 19px;
            padding: 10px 15px;
        }

    .industry ul li {
        width: 31.5%;
    }

    .main-menu1 ul li a {
        font-size: 13px;
    }
}

@media only screen and (max-width:910px) {
    .wrap1705 {
        width: 800px;
    }

    .sticky .main-menu1 {
        padding: 10px 0 0;
    }

    .tglmenu1 {
        display: block;
        background: url(../images/home/menuicon.png) no-repeat right center;
        height: 24px;
        width: 30px;
        cursor: pointer;
    }

    .main-menu1 {
        width: 30px;
        position: relative;
    }

        .main-menu1 ul {
            display: none;
            text-align: right;
            padding: 20px 15px;
            top: 40px;
            right: 0;
            position: absolute;
            z-index: 999;
            width: 200px;
            background: #fff;
        }

            .main-menu1 ul li {
                display: block;
                margin-bottom: 10px;
                float: none;
            }

                .main-menu1 ul li a {
                    color: #1d2755;
                    margin: 0;
                }

    .hed_conttxt h1 {
        font-size: 30px;
    }

    .hed_conttxt h3 {
        font-size: 18px;
        padding-bottom: 45px;
    }
}

@media only screen and (max-width:810px) {
    .wrap1705 {
        width: 700px;
    }

    .logo1 {
        width: 210px;
        padding: 10px 0px 0px 0px;
    }

    .hed_conttxt {
        top: 30%;
    }

        .hed_conttxt h1 {
            font-size: 27px;
            padding-bottom: 15px;
        }

        .hed_conttxt h3 {
            font-size: 15px;
            padding-bottom: 30px;
        }

    .industry ul li {
        width: 48.2%;
    }
}

@media only screen and (max-width:710px) {
    .wrap1705 {
        width: 600px;
    }

    .head_botm_logo {
        display: none;
    }

    .industry {
        padding: 70px 0 90px;
    }

    .slider-banner1 {
        background: url(../images/home/home-background.jpg) no-repeat 34% bottom;
    }
}

@media only screen and (max-width:610px) {
    .wrap1705 {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (max-width:550px) {
    .industry ul li {
        width: 100%;
        margin: 0 0 21px;
    }
}

@media only screen and (max-width:480px) {
    /*.hed_conttxt{ display:none;}*/

    .logo1 {
        float: none;
        margin: 0 auto;
        padding: 0 0 20px;
    }

    .rgt_top {
        width: 100%;
    }

    .main-header1 .phnno, .main-header2 .phnno {
        float: left;
    }

    .main-menu1 {
        top: -32px;
    }

    .post_probtn {
        width: auto;
    }

        .post_probtn a {
            font-size: 15px;
        }
}

@media only screen and (max-width:1136px) {
    .sticky .logo2 {
        position: relative;
        top: 10px;
        width: 200px;
    }
}

@media only screen and (max-width:710px) {
    .rgt_top {
        width: 100%;
    }

    .main-header1 .phnno, .main-header2 .phnno {
        float: left;
    }

    .main-menu1 {
        top: -32px;
    }

    .sticky .logo2 {
        top: 0px;
    }

    .rgt_top {
        width: 100%;
        position: relative;
        top: 17px;
    }

    .main-header1.sticky, .main-header2.sticky {
        position: fixed;
        top: 0px !important;
    }

    .main-container1.active .main-header1.sticky {
        transform: translateX(-266px);
    }
}

.more-product a {
    margin: 0 auto 40px;
    width: 195px;
    background: #20305e;
    padding: 16px 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 20px;
    display: block;
    border: #fff 2px solid;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    transition: 0.3s;
}

.btn-success {
    color: #fff;
    background-color: #1c2754 !important;
    border-color: #1c2754 !important;
}

    .btn-success:hover {
        color: #fff;
        background-color: #1c2754 !important;
        border-color: #1c2754 !important;
    }

    .btn-success.focus, .btn-success:focus {
        box-shadow: 0 0 0 0.2rem rgba(28, 39, 84, 0.5) !important;
    }

    .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(28, 39, 84, 0.5) !important;
    }

    .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1c2754 !important;
        border-color: #1c2754 !important;
    }
