*{
    font-family: 'Poppins', sans-serif;
    transition: all ease-in-out 0.2s;
}
a{
    color: #1831d8;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
a:active,a:focus{
    outline: 0;
    color: #091b95;
}
body{
    background: #ffffff;
    color: #282828;
    padding-top: 78px;
}
.right-pannel{
    background:#5E162A url(../images/pannel-bg.jpg) no-repeat left;
    padding: 50px;
    width: 420px;
}
.right-banner img{
    width:100%;
}
.nav{
    margin-top: 22px;
}
.f-nav {
    position: fixed !important;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.3);
    animation:slide-down 0.7s;
    transition: all ease-in-out 0.3s;
    background: #ffffff !important;
}
@-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: 16px;
    padding: 9px 20px;
    color: #000000;
    margin-right: 2.4em;
    font-family: 'Poppins', sans-serif;
    border-bottom: 0px solid #f16136;
    border-radius: 30px;
}
.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: #1e6dbb !important;
    color: #fff;
}
.navbar-inverse .navbar-nav>li>a.active{
    background: #1e6dbb !important;
    color: #fff;
}
.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;
}
.testimonials{
    background: #1e6dbb;
}

.testimonials .item {
    padding-bottom: 10px;
}
.test-box {
    padding: 50px;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
}
#testimonials .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    width:14px; height: 14px; background:rgba(0,0,0,0.7)!important; border-radius: 10px; margin-left:5px;
}
#testimonials .owl-carousel button.owl-dot active {
    background:#fff!important;
}
.test-box .t-img {
    width: 125px;
    height: 125px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.testimonials .owl-nav {
    display: none;
}
#testimonials .owl-theme .owl-nav [class*="owl-"] {
    color: #FFF;
    font-size: 32px;
    margin: 2px;
    padding: 1px 10px;
    background: #000000;
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    width: 48px;
    height: 48px;
}
.test-box .t-text {
    padding-left: 155px;
}
.testimonials .title{
    color: #fff;
    font-size: 28px;
    margin-bottom: 30px;
}
.owl-carousel.owl-theme {
    margin-top: 3em;
}
.owl-dots {
    margin-top: 2em; text-align: center;
}
.owl-theme .owl-dots .owl-dot span {
    width: 14px !important;
    height: 14px !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #000000 !important;
}
.item .wrapper{
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}
.item .wrapper .name_area{
    display: inline-flex;
    justify-content: left;
    align-items: center;
}
.item .wrapper .name_area .img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}
.item .wrapper .name_area .img img{}
.item .wrapper .name_area .cont{
    padding-left: 20px;
}
.item .wrapper .name_area .cont span{
    display: block;
}
.item .wrapper .name_area .cont .name{
    font-size: 28px;
    color: #000;
    font-weight: 500;
}
.item .wrapper .name_area .cont .post{
    font-size: 17px;
    padding-top: 10px;
    color: #717171;
}
.item .wrapper .content_box{    margin-top: 14px;}
.fixed-header {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    background: #ffffff;
    z-index:16!important;
    padding: 0px 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-nav {
    position: absolute;
    top: 37%;
    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: rgba(0, 0, 0, 0.5);
    display: inline-block;
    text-decoration: none;
}
.owl-nav span:hover {
    color: rgba(255, 255, 255, 1);
    background: #1e6dbb;
}
.owl-nav button{
    outline: none;
}
button.owl-next {
    right: -16px;
    position: absolute;
}
button.owl-prev {
    left: -16px;
    position: absolute;
}
.gallery a {
    width: 100%;
    height: 244px;
    display: inline-block;
    padding: 5px;
    background: #fff;
}
.banner_area {
    padding: 6em 0;
    background: #222c50;
    position: relative;
}
.banner_area:after{
    position: absolute;
    content: '';
    width: 499px;
    height: 100%;
    background: url(../images/banner-circle.png) no-repeat left center;
    right: -10%;
    top: 0;
}
.banner_area .content_area{

}
.banner_area .content_area .heading{
    font-size: 48px;
    position: relative;
    line-height: 36px;
    color: #ffffff;
}
.banner_area .content_area .heading span{
    display: block;
    font-size: 60px;
    font-weight: 600;
    line-height: 76px;
    text-transform: uppercase;
    margin-top: 12px;
}
.banner_area .content_area .title{
    font-size: 62px;
    font-weight: bold;
    color: #ef4815;
    line-height: 46px;
    margin-bottom: 16px;
    line-height: 65px;
}
.banner_area .content_area .location{
    margin-top: 18px;
}
.banner_area .content_area .location p{
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    color: #fff;
}
.banner_area .content_area .location p span{
    font-weight: 500;
}
.apply_msg{
    font-size: 18px;
    color: #ffffff;
    margin-top: 2em;
    font-weight: 300;
}
.apply_msg .btn-default{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background: #1e6dbb;
    border-color: #1e6dbb;
    padding: 6px 20px;
    border-radius: 30px;
}
.apply_msg .btn-default:hover{
    background: none;
    border-color: #ffffff;
}
.jobs_area .apply_msg .btn-default:hover{
    background: none;
    border-color: #1e6dbb;
    color: #1e6dbb;
}
.banner_area .content_area .msg{
    background: #ef4815;
    color: #fff;
    font-weight: 300;
    padding: 0.4em 1em;
    font-size: 18px;
    margin-top: 18px;
    display: inline-block;
}
.banner_area .content_area .msg span{
    font-weight: 500;
}
section{
    padding: 7em 0;
}
.jobs_area{
    background: #f1f2f6;
}
.jobs_area .job_content{
    margin-top: 3em;
}
.jobs_area .job_content .content_heading{
    font-size: 22px;
    color: #000000;
    font-weight: 600;
    padding: 0;
    display: inline-block;
    margin-bottom: 34px;
}
.jobs_area .title{
    font-size: 34px;
    font-weight: 600;
    color: #1e6dbb;
    position: relative;
}
.jobs_area .table_area{
    margin-top: 3em;
}
.chip {
    padding: 20px 25px;
    font-size: 18px;
    text-align: center;
    color: #3e3e3e;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.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;
}
.who_we_are{
}
.video_area{
    background: #f1f2f6;
}

.who_we_are .title{
    font-size: 34px;
    font-weight: 600;
    color: #1e6dbb;
    position: relative;
    margin-bottom: 1em;
}
.who_we_are p{
    color: #3e3e3e;
    font-size: 18px;
    line-height: 26px
}


.readmore{
    color: #1e6dbb;
    font-weight: 600;
    font-size: 18px;
}
.who_we_are .about_content_wrapper{
    margin-top: 6em;
}
.about_content_wrapper .heading_about{
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 30px;
}
.who_we_are .img_area img{
    width: 100%;
}

.who_we_are .subheading{
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    margin-top: 26px;
}
.who_we_are .brand_img{
    margin-top: 20px;
}
.who_we_are .brand_img img{
    margin-right: 6px;
}
.who_we_are .tag_line{
    color: #d73100;
    background: #ffffff;
    padding: 5px 10px;
    display: inline-block;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}
.who_we_are .heading{
    color: #ffffff;
    font-size: 16px;
}
.list_area{}
.list_area ul{
    padding-left: 18px;
}
.list_area ul li{
    list-style-type: none;
    margin-bottom: 8px;
    position: relative;
}
.who_we_are .list_area ul li{
    color: #ffffff;
}
.list_area ul li:before{
    position: absolute;
    content: '';
    left: -17px;
    top: 3px;
    width: 13px;
    height: 17px;
    background: url('../images/o_bullets.png') no-repeat;
}
.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 #f16136;
    color: #f16136;
    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: 18px;
}
.list_area ul li{
    font-size: 16px;
    margin-bottom: 10px;
    color: #3e3e3e;
    padding-left: 10px;
}
.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;
}
.social{}
.social .heading{
    color: #ef4815;
    font-size: 45px;
    font-weight: 600;
    font-family: 'Poppins',sans-serif;
    margin-bottom: 1em;
}
.social .icon_area{}
.social .icon_area a{
    margin-right: 20px;
}
.social .icon_area a:last-child{
    margin-right: 0;
}
.jobs_area .job_content p{
    color: #3e3e3e;
    font-size: 16px;
}
footer{
    background: #222c50;
    padding: 20px 0;
}
footer p{
    margin-bottom: 0px;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.5;
}
footer p *{
    color: #ffffff;
}
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;
}
@media (max-width:1024px){
    .navbarbg {
        background-image: url(../images/logo-bg.jpg) no-repeat -50% 0% !important;
    }
}
@media (max-width:450px){
    .navbarbg {
        background-image:none!important;
    }
    .navbar-toggle {
        margin-top: 12px;
        margin-right: 0px;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #222c50;
        background: #ffffff !important;
        margin-top: 20px;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #222c50;
    }
    .fixed-header {
        padding: 0;
        height: auto;
    }

    section .wrapper {
        padding: 2em 0.5em;
    }
    .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;
        text-align: center;
    }
    .table{
        border: none;
        width: 100%;
    }
    .item .wrapper .name_area .img {width:115px;}
    .item .wrapper .name_area .cont .name {font-size:16px;}
    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%;
    }
    .navbar-inverse .navbar-nav>li:last-child>a {
        padding-right: 17px;
    }
    .jobs_area .title {
        font-size: 28px;
        line-height: 34px;
    }

}
@media screen and (max-width:850px) {
    #myNavbar{
        float:left!important;
        width:100%;
        background:#fff;
        margin-bottom: 0px;
        padding: 20px 0 10px;
    }
    #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) {
    .top-social-padd {
        display: none;
    }	 
    .right-sec{width:100%;}
    .right-sec1{width:100%;}
    .full img{
        width: 100%;
    }

}
@media screen and (max-width: 767px) {
    .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: 3em 0;
    }
    .banner_area:after{
        display: none;
    }
    .banner_area .content_area .heading span {
        font-size: 42px;
        line-height: 50px;
    }
    .banner_area .content_area {
        margin: 0em 0;
        border-left: 0px solid #ef4815;
        padding-left: 0;
    }
    .banner_area .content_area .title {
        font-size: 52px;
        line-height: 55px;
    }
    .banner_area .content_area .heading {
        font-size: 28px;
        line-height: 26px
    }
    .banner_area .content_area .location p {
        margin-bottom: 10px;
        font-size: 17px;
        line-height: 24px;
    }
    .apply_msg .btn-default {
        font-size: 16px;
    }
    .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: 3em;
    }

    .social .heading {
        font-size: 25px;
    }
    .social .icon_area a {
        margin-right: 14px;
    }
    .social .icon_area img {
        width: 50px;
    }
}

@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;
}

