* {
    font-family: 'Roboto', sans-serif;
    transition: all ease-in-out 0.2s;
}
a{
    color: #1831d8;
    text-decoration: none;
}
a:active,a:focus{
    outline: 0;
    color: #091b95;
}
body{
    background: #fff;
    color: #000;
    padding-top: 0px;
}
p {
    font-size: 18px;
    line-height: 32px;
}
.right-pannel{
    background:#5E162A url(../images/pannel-bg.jpg) no-repeat left;
    padding: 50px;
    width: 420px;
}
.right-banner img{
    width:100%;
}
.nav{
    
}
.f-nav {
    position: fixed !important;
    animation:slide-down 0.7s;
    transition: all ease-in-out 0.3s;
    background: #fff!important;
    box-shadow: 0 0 2px 1px rgba(0,0,0,0.1);
}
}
@-webkit-keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}
@-moz-keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}
@-ms-keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}
@-o-keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}
@keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}
.navbar-inverse .navbar-nav>li>a {
    font-size: 15px;
    padding: 5px 18px;
    color: #fff;
    border-radius: 15px;
    font-weight: bold;
    border-bottom: 0px solid #1e91c3;
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav>li:last-child>a{
    margin-right: 0px;
    border-right: 0px solid #ccc;
}
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:active,
.navbar-inverse .navbar-nav>li>a:hover {
    background: #063752 !important;
    color: #fff;
}
.navbar-inverse .navbar-nav>li>a.active,
.navbar-inverse .navbar-nav>li>a.active>i.fa{
    color: #ff8401 !important;
}
.navbarbg {
    border-bottom: none!important;
    background: #2aabe1 url(../images/logo-bg.jpg) no-repeat -25% 0% !important;
    padding:15px 0;
}
.dropdown-menu {
    min-width: 177px;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
    background: none;
}
.dropdown-menu>li>a {
    padding: 8px 20px;
}
.main-se {
    overflow:hidden;
    width:100%;
    //margin-top: 80px;
}
.top-box {
    background:#ebebeb;
    color:#000;
    padding:8px 0;
}
.top-box a {
    color:#db4e02;
}
.logo-bg {
    background:#fff;
    padding:25px 0;
}
.fixed-header {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    background: #fff;
    z-index:16!important;
    padding: 15px 0px;
}
.box_wrapper{
    background: #f3f6f5;
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 4em 0;
}
.box_wrapper .inner_box{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 214px;
    transform: translate(-50%,-50%);
}
.box_wrapper .inner_box .img_area{
    float: left;
    width: 76px;
}
.box_wrapper .inner_box .content_area{
    float: left;
    width: 136px;
    line-height: 24px;
    padding-top: 2px;
    color: #828282;
    font-size: 16px;
}
.box_wrapper .inner_box .content_area span{
    font-size: 27px;
    color: #ff661a;
    display: block;
    margin-bottom: 4px;
}

.carousel-indicators .active {
    background-color: #0d6db9;
}
.carousel-indicators li {
    width: 8px;
    height: 8px;
    border: none;
}
.carousel-indicators .active {
    width: 8px;
    height: 8px;
    margin: 1px;
}
.carousel-indicators .active {
    background-color: #ff8400;
}
.carousel-inner .item .content{
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    z-index: 5;
}
.carousel-inner .item .content h1{
    font-size: 46px;
    font-weight: normal;
}
.carousel-inner .item .content p{
    font-size: 18px;
    font-weight: bold;
    color: #b9b9b9;
}
.owl-dots {
    display: none;
}
.owl-nav {
    position: absolute;
    top: 30%;
    left: 0px;
    transform: translate(0%,-50%);
    width: 100%;
}
.owl-nav span {
    font-size: 34px;
    width: 35px;
    height: 35px;
    background: #fff;
    line-height: 28px;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.owl-nav span:hover {
    color: rgba(255, 255, 255, 1);
    background: #063752;
    box-shadow: none;
}
.owl-nav button{
    outline: none;
}
button.owl-next {
    right: -1.5%;
    position: absolute;
}
button.owl-prev {
    left: -1.5%;
    position: absolute;
}
.banner_area {
    padding: 0;
    background: url('../images/banner.jpg') no-repeat;
    background-size: cover;
}
.banner_area .content_area{
    margin:0 auto;
    padding: 195px 0 120px 0;
    background:rgba(0,0,0,0.5);
}
.banner_area .content_area .heading {
    font-size: 25px;
    position: relative;
    font-weight: 400;
    line-height: 50px;
    color: #ffffff;
    margin-bottom: 35px;
    font-weight: bold;
}
.drive-date {
    font-size: 25px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 16px;
    text-align: center;
}
.banner_area .content_area .location{
    margin-top: 0;
}
.banner_area .content_area .location p{
    margin-bottom: 0;
    font-size: 34px;
    font-weight: 400;
    color: #fff;
    line-height: 54px;
}
.banner_area .content_area .apply_msg{
    font-size: 26px;
    color: #ffffff;
    font-weight: 500;
    line-height: 32px;
    width:80%;
}
.banner_area .content_area .scroll-down {
    margin-top:110px;
}
.banner_area .content_area .scroll-down .btn-primary {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    padding: 10px;
}
.banner_area .content_area .scroll-down .btn-primary:hover {
    background:#063752;
}
.banner_area .content_area .scroll-down .btn-primary .arrow {
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}
.banner_area .content_area .scroll-down .btn-primary:hover .arrow {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.banner_area .btn-primary {
    background-color: #ffffff;
    border-color: #ffffff;
    padding: 9px 28px;
    border-radius: 0;
    color: #169ace;
    font-weight: 500;
    font-size: 17px;
    margin-top: 20px;
}
.banner_area .btn-primary:hover {
    background: none;
    border-color: #ffffff;
    color: #ffffff;
}
.banner_area .content_area .apply_msg span{
    color: #ffffff;
    font-weight: 500;
}
.banner_area .content_area .msg{
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    margin-top: 18px;
    display: inline-block;
}
.banner_area .content_area .msg .btn-warning{
    background: #fff;
    color: #1e91c3;
    padding: 10px 28px;
    border-radius: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    border-color: #fff;
}
.banner_area .content_area .msg .btn-warning:hover{
    background: none;
    color: #fff;
}
.banner_area .content_area .msg span{
    font-weight: 500;
}
.skills .item .wrapper {
    background: #fff;
    border:2px solid #e5e5e5;
    min-height: 378px;
}
.skills .item .wrapper .img_area {
    width:100%;
}
.skills .item .wrapper .skill_name {
    padding:25px 15px 15px 15px;
    font-size: 18px;
    font-weight:600;
}
.skills .item .wrapper .content_box{
    font-size:14px;
    color:#585858;
    padding:0 15px 15px 15px;
    line-height: 18px;
}
.testimonial .item .wrapper {
    background: #fff;
    padding: 30px;
    border-radius: 0px;
    min-height:380px;
    border-bottom: 2px solid #c3c3c3;
}
.testimonial .item .wrapper .name_area {
    display: inline-flex;
    justify-content: left;
    align-items: center;
}
.testimonial .item .wrapper .name_area .img {
    width: 79px;
    height: 79px;
    overflow: hidden;
}
.testimonial .item .wrapper .name_area .cont {
    padding-left: 20px;
}
.testimonial .item .wrapper .name_area .cont .name {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    display: block;
}
.testimonial .item .wrapper .name_area .cont .post {
    font-size: 16px;
    padding-top: 10px;
    color: #717171;
}
.testimonial .item .wrapper .content_box {
    margin-top: 14px;
    color: #393939;
}
.walkin_area{
    padding: 3em;
}
.walkin_area .head_area{    
    text-align: center;
}
.walkin_area .head_area p{
    font-size: 22px;
    color: #000;
    margin-bottom: 20px;
}
.walkin_area .head_area p span.heading{
    background: #1e91c3;
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 20px;
}
.walkin_area .head_area p span{
    display: inline-block;
    color: #1e91c3;
}
.walkin_box{
    text-align: center;
    position: relative;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    border-bottom: 5px solid #1e91c3;
    margin-top: 5em;
    padding: 0 40px;
    min-height: 181px;
}
.walkin_box .icon_area{
    display: inline-block;
    position: relative;
    background: #fff;
    top: -39px;
    text-align: center;
    width: 115px;
    border-radius: 35px 35px 0 0;
    padding-top: 20px;
    box-shadow: 0px -15px 30px -15px rgba(0,0,0,0.1);
}
.walkin_box h4{
    margin-top: -25px;
    color: #636363;    
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
}
.walkin_box p{
    color: #767676;
    font-size: 18px;
}
.small_heading{
    margin-top: 3em;
}
.small_heading .logos{
    margin-top: 2em;
}
.small_heading .logos ul{
    display: flex;
    padding-left: 18px;
}
.small_heading .logos ul li{
    display: inline-grid;
    width: 217px;
    height: 67px;
    place-content: center;
    background: #f8f8f8;
    margin-right: 22px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    align-items: center;
}
.small_heading .logos ul li:last-child{
    margin-right: 0;
}
.small_heading p{
    color: #3b3b3b;
    font-size: 16px;
    margin-top: 2em;
} 
.small_heading p a{
    color: #168cbf;
    text-decoration: none;
}
.about_wrapper {
    background: #efefef;
    padding: 0px;
}
.about_wrapper .title {
    font-size: 26px !important;
    font-weight: 600 !important;
    margin-top: 0 !important;
    line-height: 34px;
    border-left:2px solid #0095da;
    padding-left: 13px;
}
.about_wrapper .title span{
    font-weight: 500;
    color: #169ace;
}
.mission_wrapper .bg_area{
    background: #f35888;
}
.vision_wrapper .bg_area{
    background: #ffbb80;
}
.value_wrapper .bg_area{
    background: #fb7d73;
}
.contest_details {
    background:#fff;
    border:1px solid #dde5f0;
}
.contest_details .heading {
    font-size:21px;
    color:#fff;
    text-transform: uppercase;
    font-weight: bold;
    background: #0095da;
    padding: 26px 28px;
    }
    .contest_details .whitebox {
       padding: 26px 22px;
       min-height: 485px;
    }
    .contest_details .whitebox p {
       font-size:15px;
    }
    .contest_details .whitebox ul {
       margin:0;
       padding:0 0 0 26px;
       list-style-type: none;
    }
    .contest_details .whitebox .list_area {
        min-height:;
    }
    .contest_details .whitebox ul li {
       margin:20px 0 0 0;
       padding:0;
       font-size: 15px;
    }
    .whitebox li:before{
    position: absolute;
    content: '';
    left: -25px;
    top: 6px;
    width: 13px;
    height: 17px;
    background: url('../images/o_bullets_b.png') no-repeat;
}
.timeline {
    background: url('../images/timeline-bg.jpg') no-repeat center top;
    background-size: cover;
}
.timeline .main_title {
    color:#fff!important;
}
.accordation_wrapper{
    margin-top: 4em;
}


.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
    border-bottom: 0px;
}
.panel-default {
    border: none;
}
.panel-body {
    padding: 22px 28px;
    font-size: 16px;
    line-height: 30px;
    background: #f7f7f7;
}
.panel-group .panel:last-child {
    border-bottom: 0px solid #333333;
}
.panel-group .panel+.panel {
    margin-top: 20px;
}
.panel-title>a{
    width: 100%;
    display: inline-block;
    padding: 15px 28px;
    background: #1e91c3;
    color: #ffffff;
    font-size: 19px;
    text-decoration: none;
    position: relative;
}
.panel-title>a:after{
    position: absolute;
    content: "";    
    right: 20px;
    width: 16px;
    height: 16px;
    background: none;
    border: 2px solid #fff;
    transform: rotate(45deg);
    border-bottom: 0px;
    border-right: 0px;
}
.panel-heading {
    padding: 0;
}
.panel-title>a.collapsed{
    background: #e8e7e7;
    color: #333333;
}
.panel-title>a.collapsed:after{
    position: absolute;
    content: "";    
    right: 20px;
    width: 16px;
    height: 16px;
    background: none;
    border: 2px solid #333;
    transform: rotate(45deg);
    border-top: 0px;
    border-left: 0px;
}
.panel-body ul{
    margin-bottom: 0px;
}
section{ 
    padding: 75px 0;
}
.mt42 {
    margin-top:-42px;
}
.about_wrap{
    background: #fff;
}
.about_wrap .beforetitle {
    font-size:20px;
    font-weight: 500;
}
.about_wrap .main_title {
    font-size:36px;
    font-weight:400;
    color:#1963af;
     
    margin:18px 0 30px 0;
}
.beforetitle {
    font-size:20px;
    font-weight: 400;
}
.beforetitle span {
    font-size: 30px;
    font-weight: 600;
    color: #f68b22;
}
.main_title {
    font-size:36px;
    font-weight:400;
    color:#fff;
     
    margin:18px 0 30px 0;
}
.test_area {
    padding:48px 0 0 0;
}
.video_area {
    padding:0 0 48px 0;
}
.about_wrap .content{
    font-size: 18px;
    line-height: 32px;
}
.subtitle {
    font-size: 24px;
    font-weight: 700;
    margin:60px 0;
}
.readmore{
    margin-top: 20px;
}
.readmore a{
    color: #004dff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.about_wrap .img-box,
.about_wrap .img-box img{
    width: 100%;
}
.jd {
    background:url(../images/jobs.jpg) no-repeat center top;
    background-size: cover;
}
.jobs_area .job_content .content_heading{
    font-size: 21px;
    background: #ef4815;
    color: #ffffff;
    font-weight: 500;
    padding: 0.5em 0.7em;
    display: inline-block;
    margin-bottom: 20px;
}

.jobs_area .title{
    font-size: 28px;
    font-weight: 500;
    color: #000000;
    position: relative;
    margin-bottom: 18px;
    margin-top: 10px;
}

.jobs_area .table_area{
    margin-top: 3em;
}
.jobs_area .table_area tr {
    border: 1px solid #dddddd;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.jobs_area .table_area tr td{
    font-size: 14px;
    color: #3e3737;
    font-family: 'Poppins', sans-serif;
    background: #f9f9f9;
}
.jobs_area .table_area tr td span{
    display: block;
    font-size: 20px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 8px;
}
.jobs_area .table_area .btn-warning{
    font-size: 16px;
    background: none;
    border-color: #000000;
    padding: 8px 19px;
    text-transform: uppercase;
    border-radius: 0;
    color: #000000;
}
.jobs_area .table_area .btn-warning:hover{
    background: #f16136;
    border-color: #f16136;
    color: #fff;
}
.jobs_area .table_area tr td img{

}
.table{
    margin-bottom: 0;
}
.table tr th,
.table tr td{
    border: none !important;
    padding: 17px 15px !important;
}
.small-img_box {
    width: 190px;
    overflow: hidden;
    position: relative;
    height: 174px;
    margin-bottom: 35px;
    float: left;
}
.large-verticle-img_box{
    height: 363px;
    overflow: hidden;
    position: relative;
}
.large-verticle-img_box img{

}
.horizontal-small-img_box{
    width:48%;
    float: left;
    height: 174px;
    overflow: hidden;
    margin-right: 4%;
    margin-bottom: 35px;
    position: relative;
}
.horizontal-small-img_box img{
}
.mrg-left-28 {
    margin-left: 28px;
}
.verticle-large-img_box {
    height: 174px;
    width: 405px;
    overflow: hidden;
    position: relative;
    float: left;
}
.gallery img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid #fff;
}

.materialboxed {
    display: block;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    position: relative;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    -webkit-backface-visibility: hidden;
}
.materialboxed:hover:not(.active) {
    opacity: .8;
}
#materialbox-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #292929;
    z-index: 1000;
    will-change: opacity;
}
.awards{
    background-image: linear-gradient(to right, #069ce6, #014e92);
    background-size: cover;
    padding: 100px 0;
}
.awards .title{
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    margin-bottom: 30px;
}
.awards .list_area li{
    color: #fff;
}
.awards .list_area ul li:before {
    background: url(../images/o_bullets_w.png) no-repeat;
}
.award_wrapper{
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 6px;
}
.award_wrapper .icon_area{
    margin-bottom: 20px;
}
.award_wrapper p{
    font-size: 17px;
    color: #000;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.awards .content p {
    color:#fff;
}
.awards .content p b {
    color:#fff;
    font-size:22px;
    margin-bottom:30px;
    display: block;
}
.list_area{
    margin-bottom: 3em;
}
.list_area ul{
    padding-left: 6px;
}
.list_area ul li{
    list-style-type: none;
    margin-bottom: 8px;
    position: relative;
}
.list_area ul li{
    color:#fff;
}
.list_area ul li:before{
    position: absolute;
    content: '';
    left: -20px;
    top: 6px;
    width: 13px;
    height: 17px;
    background: url('../images/o_bullets_w.png') no-repeat;
}




.list_area2{
    margin-bottom: 3em;
}
.list_area2 ul{
    padding-left: 6px;
    margin-top: 20px;
}
.list_area2 ul{
    list-style-type: none;
    margin-bottom: 8px;
    position: relative;
}
.list_area2 ul li{
    color:#fff !important;
}
.list_area2 ul li:before{
    position: absolute;
    content: '';
    left: -20px;
    top: 6px;
    width: 13px;
    height: 17px;
    background: url('../images/o_bullets_w.png') no-repeat;
}
.jd-head {
    color: #FFF;
    font-size: 16px !important;
    line-height: 30px !important;
    margin-bottom: 30px;
}









.jd_area {
    /*margin-top: 3em;*/
}
.jd_area p{
    font-size: 16px;
}
.jd_area .main_title {
    font-size: 34px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin-top: 0 !important;
    line-height: 29px;
    margin-bottom: 30px;
}
.jd_area .main_title span{
    font-weight: 500;
    color: #169ace;
}
.video{
    background: url(../images/video_bg.jpg) no-repeat;
    background-size: cover;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: -4em;
}
.video .main_title{
    color: #ffffff;
    border-left: 3px solid #ffffff;
    margin-bottom: 2em;
}
.video .main_title span{
    color: #ffffff;
}
.video iframe {
    margin-bottom: -4em;
}
section.fun.jd_area {
    margin-top: 7em;
}
.fun .box_wrapper{
    padding: 0;
    background: #f7f7f7;
    border: 1px solid #d9dde1;
    height: 355px;
    margin-top: 30px;
}
.fun .box_wrapper .img_area{
    position: relative;
    width: 100%;
    height: 213px;
}
.fun .box_wrapper .img_area img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fun .box_wrapper .img_area .img_title{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 30px;
    text-align: center;
    line-height: 38px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    padding: 0 50px;
}

.fun .box_wrapper .content_area{
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    padding: 20px;
}

.screenshot{
    margin-top: 3em;
}
.screenshot .gallery{
    width: 100%;
    height: 100%;
    position: relative;
}
.screenshot .gallery .hover_icon{
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
}
.screenshot .gallery .hover_icon img{
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.screenshot .gallery:hover .hover_icon{
    opacity: 1;
}
.screenshot img{
    width: 100%;
}
.video_box{
    margin-top: 3em;
}
.contact_box{
    margin-top: 0em;
}
.contact_box .box_wrapper{
    margin-top: 3em;
    background: #fff;
    padding: 32px 22px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    border-bottom: 2px solid #f16136;
}
.contact_box .box_wrapper .heading{
    font-size: 22px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.why_join .box_wrapper .heading{
    text-transform: inherit;
    font-size: 20px;
    margin-bottom: 20px;
}
.why_join .list_area ul li {
    color: #000000;
}
.why_join{
    padding-bottom: 0;
}
.why_join .box_wrapper{
    min-height: 236px;
}

.contact_box .box_wrapper .address{
    font-size: 16px;
    margin-top: 2em;
    color: #000;
}
.contact_box .box_wrapper .address span{
    font-weight: 500;
    display: block;
    margin-bottom: 16px;
}
.contact_box .divide_box{
    width: 27%;
    float: left;
    margin-right: 6.3%;
}
.recognize_area{
    background: #e0e0e0;
    margin-top: 3em;    
    padding: 3em 0;
}
.recognize_area .content_box{
    display: flex;
    place-content: center;
}
.recognize_area .content_box .heading{
    display: inline-flex;
    padding-top: 18px;
    margin-right: 2em;
    font-size: 28px;
    font-weight: 500;
    color: #26283f;
}
.recognize_area .content_box .brand_img{
    display: inline-flex;
    margin-top: 0;
    place-content: center;
}
.bottom_arrow_btn {
    position: fixed;
    width: 40px;
    height: 40px;
    font-size: 28px;
    background: #fff;
    border: 1px solid #1e91c3;
    color: #1e91c3;
    line-height: 34px;
    right: 20px;
    bottom: 20px;
    text-align: center;
    opacity: 0;
}
.jd-page{

}
.ba-jd{
    background: url('../images/jd.jpg') no-repeat;
    padding: 4em 0;
}
.ba-jd .content_area{
    background: rgba(3, 49, 65, 0.8);
}
.ba-jd .content_area .heading,
.ba-jd .content_area .location p{
    color: #fff;
}
.ba-jd .content_area .heading {
    margin-bottom: 14px;
    font-weight: 300;
}
.btn_area{
    margin-top: 20px;
}
.btn_area .btn-default{
    background: #fff;
    border-color: #fff;
    color: #f16136;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 500;
    line-height: 13px;
    padding: 10px 20px;
}
.btn_area .btn-default:hover{
    background: #f16136;
    border-color: #f16136;
    color: #fff;
}
.list_area{

}
.list_area ul{
    padding-left: 16px;
}
.list_area ul li{
    font-size: 16px;
    margin: 15px 0;    color: #fff;
    margin-left: 10px;
}
.process {
    background: url('../images/process-bg.jpg') no-repeat center top;
    background-size: cover;
    padding:70px 0;
}
.btn-primary{
    background-color: #1e91c3;
    border-color: #1e91c3;
    padding: 6px 28px;
    border-radius: 0;
}
.two_list ul{
    float: left;
    margin-right: 5%;
    width: 45%;

}
.divider_space{
    padding: 20px;
}
.list_area ul li a{
    color: #f16136;
    text-decoration: none;
}
.jd_page_area .title{
    margin-bottom: 1.3em;
}
.jd_page_area p{
    font-size: 16px;
}
.jd_page_area .heading{
    font-size: 20px;
    margin-top: 1.4em;
    margin-bottom: 1em;
}
.jd_page_area .apply_btn{
    margin-top: 2em;
}
.jd_page_area .btn-warning{
    background: #f16136;
    border-color: #f16136;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0px;
}
.applybtn-top {
    width: 200px;
    margin: 0 auto;
    margin-top: 40px;
}
.applybtn-top a {
    font-size: 15px;
    background: #f68b22;
    text-align: center;
    border: 0;
    text-decoration: none;
    display: block;
    padding: 10px;
    border-radius: 30px !important;
    color: #FFF;
}

.applybtn-top a:hover {
    background: #2f72b6;
}
.jd .applybtn .btn-primary {
    font-size:13px;
    background: #f68b22;
    border:0;
    border-radius: 30px;
    padding:15px 45px;
    text-decoration: none;
}
.jd .applybtn .btn-primary:hover {
    font-size:13px;
    background: #df8125;
    border:0;
    border-radius: 30px;
    padding:15px 45px;
    text-decoration: none;
}
.social{}
.social .heading{
    color: #ef4815;
    font-size: 45px;
    font-weight: 600;
    font-family: 'Poppins',sans-serif;
    margin-bottom: 1em;
}
.paddrightzero {padding-right:0px;}
.paddleftzero {padding-left:0px;}
.social .icon_area{}
.social .icon_area img {
    border: 1px solid #676767;
    border-radius: 50%;
}
.social .icon_area a{
    margin-right: 4px;
}
.social .icon_area a:last-child{
    margin-right: 0;
}
footer{
    background: #f2f2f2;
    padding: 20px 0;
}
footer p{
    margin-bottom: 0px;
    color: #393838;
    font-size: 14px;
    line-height: 1.5;
}
footer p *{
    color: #393838;
}
footer p.poweredby{
    text-align: right;
    padding-top: 5px;
    font-weight: 400;
}
footer .poweredby .first{
    color: #6a38a0;
    font-size: 16px;
    font-weight: bold;
}
footer .poweredby .naukri{
    color: #d3710c;
    font-size: 16px;
    font-weight: bold;
}

.desktop-nav {
    display: block;
}
.mobile-nav {
    display: none;
}
#menuToggle
{
  display: block;
  position: absolute;
  top: -5px;
  right: 0px;
  padding: 10px;
border-radius: 50px;
height: 50px;
  z-index: 1;
  background:#1963af;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
color: #fff;
transition: color 0.3s ease;
text-transform: uppercase;
font-size: 16px;
background: transparent;
padding: 10px;
width: 16%;
display: block;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: #fff;
  background:#144f8c;
}


#menuToggle input
{
  display: block;
  width: 63px;
  height: 56px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  margin-top: 5px;
  background: #fff;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #fff;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 100vw;
  margin: -100px 0 0 -178px;
  padding: 50px;
  padding-top: 125px;
  height: 160vh;
  
  background: #1963af;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 2px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

.copyright {
    background: #dbdbdb;
    padding: 22px 0px;
}
.copyright p {
    margin-bottom: 5px;
    font-size:13px;
    line-height: 20px;
}
.social {
    text-align: right;
}
.social ul {
    margin: 0;
    padding: 0;
}
.social ul li {
    display: inline-block;
    list-style: none;
    margin-left: 10px;
}
.social ul li img {
    width:30px;
    height:30px;
}
.iconbox {
    padding:80px 0;
}
.iconbox p {
    margin:30px 0 0 0;
    color:#fff;
}
.bgbox1 {
    background:url(../images/allince-and-partner-about.png) no-repeat center top;
    background-size: cover;
}
.bgbox2 {
    background:url(../images/Corporate-Social-Responsibility-about.png) no-repeat center top;
    background-size: cover;
}
@media (min-width: 1200px){
    .container {
        width: 1200px;
    }
}
@media (max-width:1024px){
    .navbarbg {
        background-image: url(../images/logo-bg.jpg) no-repeat -50% 0% !important;
    }
}
@media (max-width:450px){
    .verticle-large-img_box, .small-img_box {
    width: 100%;
}
section {
    padding:20px 0;
}
.paddrightzero {padding-right:15px;}
.paddleftzero {padding-left:15px;}
.banner_area .content_area {
    width:100%;
}
.mrg-left-28 {
    margin-left: 0px;
}
    .navbarbg {
        background-image:none!important;
    }
    .navbar-toggle {
        margin-top: 12px;
        margin-right: 0px;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #026496;
        background: #ffffff !important;
        margin-top: 4px;
    }
    .navbar-header {
        padding-top: 17px;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #026496;
    }
    .fixed-header {
        padding: 0;
        height: auto;
    }

    section .wrapper {
        padding: 0;
    }
    .wrapper .content {
        text-align: justify;
    }
    nav .collapse.in ul.nav {
        margin: 0;
    }
    nav .collapse.in {

    }
    .job_detail_area {
        padding-bottom: 3em;
    }
    .navbar-inverse .navbar-nav>li>a {
        padding: 12px 17px;
        margin-right: 0;
        border: none;
    }
    .table{
        border: none;
        width: 100%;
    }
    footer {
        text-align: center;
    }
    footer p.poweredby {
        text-align: center !important;
    }
    .bottom_section .title {
        font-size: 28px;
        margin-bottom: 0.5em;
    }
    .bottom_section {
        padding: 3em 0;
    }
    .right_img img {
        width: 100%;
    }
    .two_list ul {
        float: left;
        margin-right: 0%;
        width: 100%;
    }
    .award_wrapper{
        margin-bottom: 20px;
    }
    .small_heading .logos ul {
        display: inline-block;
        padding-left: 0;
        width: 100%;
    }
    .small_heading .logos ul li {
        display: inline-block;
        width: 100%;
        margin-right: 0;
        text-align: center;
        padding-top: 10px;
        margin-bottom: 20px;
    }
    .walkin_area {
        padding: 4em 0;
    }
}
@media screen and (max-width:850px) {
    #myNavbar{
        float:left!important;
        width:100%;
        background:#1963af;
        margin-bottom: 20px;
        padding: 0;
    }
    #myNavbar .nav.navbar-nav li a {

    }
    #myNavbar .nav.navbar-nav li a:hover {
        color: #ff8400 !important;
    }
    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        color: #ff8400 !important;
        background-color: #080808;
    }	
    .navbar-inverse .navbar-collapse{border:none;}
    .full img{
        width: 100%;
    }

}


@media screen and (max-width: 992px) {
    .social {text-align: left;}
    .social ul li {
        margin-left:0;
    }
    .top-social-padd {
        display: none;
    }	 
    .right-sec{width:100%;}
    .right-sec1{width:100%;}
    .full img{
        width: 100%;
    }

}
@media screen and (max-width: 767px) {
    .desktop-nav {
    display: none;
}
.mobile-nav {
    display: block;
}
    .carousel-inner .item .content h1 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .carousel-inner .item .content p {
        font-size: 12px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #ffffff;
    }
    .job_detail_area .text_area {
        padding-left: 1em;
    }
    .box_wrapper {
        padding: 2em 0;
    }
    .about_area .right_img img {
        left: 0;
    }
    .about_area .job_detail_area {
        padding-left: 0;
    }
    .banner_area {
        padding: 0em 0;
        background-size: cover;
        background-position-x: 0px;
    }
    .banner_area .content_area {
        margin: 0em 0;
        border-left: 0px solid #ef4815;
        padding-left: 0;
        padding: 3em 0;
    }
    .banner_area .content_area .title {
        font-size: 52px;
        line-height: 55px;
    }
    .banner_area .content_area .heading {
        font-size: 25px;
line-height: 28px;
margin-top: 60px;
    }
    .subtitle {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0;
}
.applybtn {
    margin-bottom: 20px;
}
.process {
    padding: 20px 0;
}
.test_area {
    padding: 8px 0 0 0;
}
.main_title {
    font-size: 24px;
}
.video_area {
    padding: 0 0 20px 0;
}
    .about_wrap .main_title {
    font-size: 24px;
    line-height: 26px;
}
    .banner_area .content_area .scroll-down {
    margin-top: 0px;
}
    .banner_area .content_area .apply_msg {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    line-height: 25px;
    width: 100%;
}
    .banner_area .content_area .location p {
        margin-bottom: 8px;
        font-size: 20px;
    }
    .jobs_area .table_area tr td {
        display: block;
        width: 100%;
        padding: 10px !important;
    }
    .jd_page_area .title {
        line-height: 34px;
    }
    .who_we_are .brand_img img {
        margin-bottom: 6px;
    }
    .contact_box .divide_box {
        width: 100%;
    }
    .list_wrapper {
        width: 100%;
        margin-top: 2em;
    }
    .personal_info .job_detail_area {
        left: 0;
    }
    .personal_info .listing {
        padding-left: 0;
    }
    .listing ul li:before {
        top: 3px;
    }
    .job_detail_area .btn_area {
        text-align: center;
    }
    .btn_area .btn-warning{
        padding: 8px 22px;
    }
    .nav {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .recognize_area .content_box {
        display: block;
        width: 100%;
    }
    .recognize_area .content_box .heading {
        display: block;
        padding-top: 0px;
        margin-right: 0;
    }
    .recognize_area .content_box .brand_img {
        display: inline-block;
        margin-top: 27px;
        width: 100%;
    }
    .who_we_are .about_content_wrapper {
        margin-top: 0.5em;
    }

    .social .heading {
        font-size: 25px;
    }
    .social .icon_area a {
        margin-right: 14px;
    }
    .social .icon_area img {
        margin-top: 9px;
    }
    .about_wrapper {
        padding: 18px;
    }
    .about_wrap .content {
        font-size: 14px;
        line-height: 23px;
    }
    .who_we_are {
        padding: 2em 0;
    }
    .video iframe {
        margin-bottom: 1em;
    }
    .video {
        padding-bottom: 7em;
        margin-bottom: 0em;
    }
    .horizontal-small-img_box {
        margin-top: 15px;
    }
    .small-img_box {
        margin-top: 15px;
    }
    .about_wrap {
        padding: 1em;
    }
    .drive-date {
        font-size: 16px;
    }
    .beforetitle span {
        font-size: 25px;
    }
    .list_area ul {
        padding-left: 10px;
    }
}

@media (min-width: 1200px){

}
@media screen and (min-width: 768px){
    .carousel-indicators {
        bottom: 15px;
    }
}
.smooth-scroll{
    transition: all ease-in-out 0.3s;
}
.smooth-scroll:scroll{
    transition: all ease-in-out 0.3s;
}

