*{
    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: #ffffff;
    color: #282828;
    padding-top: 66px;
}
.right-pannel{
    background:#5E162A url(../images/pannel-bg.jpg) no-repeat left;
    padding: 50px;
    width: 420px;
}
.right-banner img{
    width:100%;
}
.nav{
    margin-top: 15px;
}
.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: 14px;
    padding: 0;
    color: #000000;
    margin-right: 0.8em;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin: 10px 10px !important;
}
.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: #FFF !important;
    color: #777777;
    border-bottom: 2px solid #de0504;
}
.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: #ffffff;
    z-index:16!important;
    padding: 10px 0px;
    /*border-top: 3px solid #1d91c2;*/
}


.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: 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: #f0612f;
    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: #0f4d8f;
    box-shadow: none;
}
.owl-nav button{
    outline: none;
}
button.owl-next {
    right: -8%;
    position: absolute;
}
button.owl-prev {
    left: -8%;
    position: absolute;
}
.banner_area {
    padding: 20px 0;
    background: url('../images/banner1.jpg') no-repeat;
        background-size: auto;
    background-size: cover;
    max-height: 404px !important;
}
.banner_area .content_area{
    padding: 7em 0;
	text-align:center;
}
.banner_area .content_area .heading {
    font-size: 46px;
    position: relative;
    font-weight: 600;
    line-height: 50px;
    color: #FFF;
    margin-bottom: 20px;
}
.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: 0;
}
.banner_area .content_area .location p {
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    line-height: 54px;
}
.banner_area .content_area .apply_msg{
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
}
.banner_area .btn-primary {
    background-color: #ffffff;
    border-color: #ffffff;
    padding: 9px 28px;
    border-radius: 0;
    color: #000;
    font-weight: 500;
    font-size: 17px;
    margin-top: 20px;
	border: 1px solid #FFF !important;
}
.banner_area .btn-primary:hover {
    background: none;
    border: 1px solid #fff !important;
    color: #ed1d24;
}
.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;
}
.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;
    font-family: 'Poppins', sans-serif;
} 
.small_heading p a{
    color: #168cbf;
    text-decoration: none;
}
.about_wrapper .heading {
    font-size: 24px;
    margin: 0 0 20px 0;
    font-weight: 600;
}
.about_wrapper {
}
.about_wrapper .title {
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-top: 20px !important;
    line-height: 34px;
}
.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;
}

.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: 1em 0;
}
.about_wrap{
    padding: 2em;
}
.about_wrap .content{
    font-size: 16px;
    line-height: 29px;
}
.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%;
}
.jobs_area {
	background:url(../images/job-bg.jpg) center top no-repeat;
}
.process_area {
	  background-image: linear-gradient(to right, #11216a , #a72026);
}
.tgif_area {
	  background-color: #e6e6e6;
}
.test_area {
	  background:url(../images/test-bg.png) center top no-repeat;
	  padding: 6em 0;
}
.gallery_area {
	  padding: 6em 0 0 0;
}

.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: 34px;
    font-weight: 300;
    color: #000000;
    position: relative;
    margin-bottom: 30px;
    margin-top: 10px;
    line-height: 30px;
}
.title1 {
    font-size: 34px;
    font-weight: 300;
    color: #000000;
    position: relative;
    margin-bottom: 30px;
    margin-top: 10px;
    line-height: 30px;
}
.title2 {
    font-size: 35px;
    font-weight: 500;
    color: #FFF;
    position: relative;
    margin-bottom: 30px;
    margin-top: 10px;
    line-height: 50px;
}
.title3 {
    font-size: 35px;
    font-weight: 500;
    color: #FFF;
    position: relative;
    margin-bottom: 30px;
    margin-top: 10px;
    line-height: 50px;
	text-align:center;
}
.title4 {
    font-size: 35px;
    font-weight: 500;
    color: #000;
    position: relative;
    margin-bottom: 30px;
    margin-top: 10px;
    line-height: 50px;
	text-align:center;
}
.title4 img{
	text-align:center;
	margin:0 auto;
}

.nei {
	width:auto;
}
.nei h2 {
    text-align: left;
    font-size: 35px;
    font-weight: 300;
    border-bottom: 1px solid #000;
    display: inline;
    padding-bottom: 10px;
	line-height:80px;
}
.nei p{
	text-align:left;
	font-size:17px;
	line-height:30px;
	margin-top: 30px;
}
.tgif p{
	text-align:left;
	font-size:17px;
	line-height:30px;
	margin-top: 90px;
}
.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{

}
.heading {
	font-size: 16px;
	font-weight: 500;
    margin-bottom: 20px;
}
.trainee {
    float: left;
    margin-left: -15px !important;
}
.table{
    margin-bottom: 0;
}
.table tr th,
.table tr td{
    border: none !important;
    padding: 17px 15px !important;
}
.small-img_box{
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 174px;
    margin-bottom: 15px;
}
.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: 15px;
    position: relative;
}
.horizontal-small-img_box img{
}
.verticle-large-img_box{    
    height: 174px;
    clear: both;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.gallery img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.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;
}
.list_area2{
    margin-bottom: 3em;
}
.list_area ul2{
    padding-left: 6px;
}
.list_area2 ul li {
    list-style-type: none;
    margin-bottom: 8px;
    position: relative;
    font-size: 16px;
}
.list_area2 ul li:before{
    position: absolute;
    content: '';
    left: -25px;
    top: 4px;
    width: 13px;
    height: 17px;
    background: url('../images/o_bullets_b.png') no-repeat;
}
.item {
    border: 1px solid #d1d1d1;
    padding: 20px;
    min-height: 390px !important;
    background: url(../images/quote-bottom.png) bottom right no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    background-position-x: 860px;
    background-position-y: 220px;
    background-color: rgba(255, 255, 255, 0.8);
    width: 80%;
    margin: 0 auto;
	border:2px solid #000;
}
.item2 {
    min-height: 390px !important;
    border: 0 !important;
}
.gallery2 {
	width:auto;
}
.gallery2 img {
	float:left;
	border:3px solid #b0292d;
}
.head-cont3 {
    text-align: left;
    font-size: 35px;
    font-weight: normal;
    padding: 0 20px;
    margin-left: 0px;
}
.heading3 {
    color: #000;
    font-weight: normal !important;
    margin-bottom: 6px;
    font-size: 20px;
    text-align: center;
}
.heading3 img{
   text-align:center;
}
.heading4 {
    color: #333;
    font-weight: normal !important;
    margin-bottom: 6px;
    font-size: 18px;
    text-align: left;
    line-height: 30px;
    padding-left: 20px;
    float: left;

}
.red-cont2 {
    color: #FFF;
    font-weight: normal !important;
    margin-bottom: 6px;
    font-size: 14px;
    text-align: center;
	background:url(../images/quote-top.png) top left no-repeat;
	padding: 0 110px;
	background-position-x: 70px;
}
.testi {
	margin:0 auto;
	text-align:center;
}

.testi h2{
	font-size:18px;
	font-weight:600;
	text-align:center;
}

.testi img{
	margin:0 auto;
	text-align:center;
	border-radius: 100px;
}

.awards {
    padding: 3em 0;
}
.awards .title {
    font-size: 28px;
    font-weight: 500;
    color: #2b2f80;
    position: relative;
    margin: 1em 0 1em 0.5em;
}
.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;
}
.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{
}
.list_area ul li:before{
    position: absolute;
    content: '';
    left: -25px;
    top: 4px;
    width: 13px;
    height: 17px;
    background: url('../images/o_bullets_b.png') no-repeat;
}
.jd_area {
    margin-top: 3em;
}
.jd_area p {
    font-size: 14px;
    color: white;
    line-height: 22px;
    margin-bottom: 20px;
}
.jd_area .main_title {
    font-size: 34px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin-top: 0 !important;
    line-height: 29px;
    margin-bottom: 30px;
    color: #FFF;
}
.jd_area .main_title::after {
    content: '';
    width: 80px;
    height: 2px;
    background: #FFF;
    position: absolute;
    left: 20px;
    top: 40px !important;
}

.jd_area .main_title span{
    font-weight: 500;
    color: #000;
}
.box-left {
    border-left: 5px solid #de0504;
    background-color: #fff;
    padding-bottom: 30px;
    width: 46% !important;
    margin-right: 2%;
    min-height: 260px;
    border-top: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
}
.box-right {
    border-left: 5px solid #de0504;
    background-color: #fff;
    padding-bottom: 30px;
    width: 46% !important;
    margin-left: 2%;
    min-height: 260px;
    border-top: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
}
.box-right p{
    margin-left: 15px;
}
.gallery-box {
	width: 20% !important;
}
.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: 26px;
}
.list_area ul li{
    font-size: 16px;
    margin-bottom: 12px;
    color: #FFF;
}
.btn-primary {
    background-color: #de0504;
    padding: 10px 30px;
    border-radius: 0;
    border: none !important;
    margin: 10px;
}
.btn-primary:hover {
    color: #FFF;
    background-color: #333;
}
.btn-primary2 {
    background-color: #de0504;
    padding: 10px 30px;
    border-radius: 0;
    border: none !important;
    margin: 10px;
    color: white !important;
}
.btn-primary2:hover {
    color: #FFF;
    background-color: #333;
}
.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;
}
.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 img {
    border: 1px solid #676767;
    border-radius: 50%;
}
.social .icon_area a{
    margin-right: 4px;
}
.social .icon_area a:last-child{
    margin-right: 0;
}
.copyright2 {
	text-align:right;
}
footer{
    background: #292e31;
    padding: 20px 0;
}
footer p{
    margin-bottom: 0px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.5;
}
footer p *{
    color: #FFF;
}
footer p.poweredby{
    text-align: left;
    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 (min-width: 1200px){
    .container {
        width: 1230px;
    }
}
@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: #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: 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;
    }
    .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:#fff;
        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) {
    .top-social-padd {
        display: none;
    }	 
    .right-sec{width:100%;}
    .right-sec1{width:100%;}
    .full img{
        width: 100%;
    }

}
@media screen and (max-width: 767px) {
.red-cont2 {
    padding: 0;
    background-position-x: 0px;
    padding-top: 40px !important;
}
.about_wrapper img {
    width: 100%;
}
.title4 img {
    width: auto;
}
.test_area {
    padding: 4em 0;
    background-size: cover !important;
}
.tgif p {
    margin-top: 0px;
}
    .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: -280px;
    }
    .banner_area .content_area {
        margin: 0em 0;
        border-left: 0px solid #ef4815;
        padding-left: 0;
        padding: 1em 0;
    }
    .banner_area .content_area .title {
        font-size: 52px;
        line-height: 55px;
    }
    .banner_area .content_area .heading {
        font-size: 34px;
        line-height: 32px;
    }
    .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_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;
    }
	.jd_area .main_title {
    margin-left: 10px;
}
	.jd_area img {
    width: auto;
}
.box-left, .box-right {
    width: 100% !important;
    margin: 20px 0 auto;
    min-height: auto !important;
}
.gallery-box {
    width: 100% !important;
    margin-bottom: 60px;
}
section {
    padding: 1em 0;
}
.about_wrapper .title {
    font-size: 26px !important;
}
.title1 {
    font-size: 24px;
}
.title1::after {
    top: 130px;
}
.title2 {
    font-size: 24px;
}
.title2::after {
    top: 40px;
}
.item {
    min-height: 420px !important;
	background-position-x: 95%;
background-position-y: 95%;
}
}

@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;
}

