*{
    font-family: 'Montserrat', 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: 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: 0;
}
.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: #FFF !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: 15px;
  color: #000;
  line-height: 20px;
  font-weight: 300;
  padding: 30px 0 0 0;
  margin-right: 40px;
}
.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: none !important;
    color: #223f82;
    border-bottom: 2px solid #223f82;
}
.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: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFF;
    z-index: 16 !important;
    padding: 0px 0px;
    border-bottom: 0px solid #db291d;
	line-height:77px;
}

.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;
}
.video-box {
	width:100%;
	height:300px;
}
.banner_area {
  padding: 0;
  background: url('../images/banner1.jpg') center top no-repeat;
  min-height: 390px !important;
  background-size: cover;
}
.banner_area img{
padding: 50px 0 0 0;
}
.banner_area .content_area{
    padding: 1em;
}
.banner_area .content_area .heading {
font-size: 36px;
margin-top: 10px;
color: #000;
font-weight: 300;
}
/*.banner_area .content_area .heading:after{
    position: absolute;
    content: '';
    width: 204px;
    height: 12px;
    background: #db291d;
    left: 0;
    bottom: -32px;
}*/
.banner_area .content_area p {
    font-size: 15px;
    text-transform: none;
    line-height: 21px;
}
.banner_area .content_area .heading span {
color: #fff;
text-transform: none;
font-size: 50px;
font-weight: 900;
}
.service {
  font-size: 22px;
  font-weight: 600;
  padding-left: 20px;
}
.service::after {
position: absolute;
content: '';
width: 20px;
height: 20px;
background: #ffc446;
bottom: 35px;
left: 0;
border-radius: 20px;
}
.service2 {
  font-size: 22px;
  font-weight: 600;
  padding-left: 20px;
}
.service2::after {
position: absolute;
content: '';
width: 20px;
height: 20px;
background: #f5774e;
bottom: 5px;
left: 0;
border-radius: 20px;
}

.about_area{
    text-align: left;
}
.about_area p{
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}
.about_area img {
    width: auto;
    margin: 0 auto;
    display: flex;
justify-content: center;
border: 1px solid #ccc;
margin-bottom: 30px;
}
.about_area .heading {
    position: relative;
    font-weight: 700;
    color: #1e1666;
    text-align: center;
    line-height: 40px;
    margin-bottom: 0.4em;
    font-size: 34px;
background: -webkit-linear-gradient(45deg, #f15a28, #ff9e9e 100%);
  background-clip: border-box;
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.about_area .heading span{
    font-size: 40px;
    color: #db291d;
    font-weight: 600;
    display: block;
}
.about_area  .content{
    font-size: 20px;
    color: #000;
}
.about_area  .content p{
    line-height: 28px;
    margin-bottom: 28px;
    margin-top: 22px;
}
.about_area  .content p:last-child{
    margin-bottom: 0px;
}
.about_area .img_area{
    position: relative;
    height: 191px;
    width: 100%;
    margin-top: 30px;
}
.about_area .img_area img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.about_area .content h3{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
}
.about_area .content h3 ~ p{
    text-align: left;
    font-size: 16px;
}
.about-heading {
    font-size: 18px;
    color: black;
    font-weight: bold;
    line-height: 30px;
    margin: 65px 0 10px;
}
.about-content {
    font-size: 18px;
    color: #000;
    text-align: center;
}
.width-45 {
	width:45%
}
.width-55 {
	width:55%
}
.operation_heading{
    margin-top: 3em;
}
.operation_heading .heading {
    font-size: 26px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 30px;
    text-align: left;
	text-transform:uppercase;
	left: 20px;
}
.operation_heading .heading2 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 30px;
    text-align: left;
	text-transform:uppercase;
}
.operation_heading .heading::after {
    position: absolute;
    content: '';
    width: 70px;
    height: 2px;
    background: #38b34a;
    float: left !important;
    bottom: -10px;
    left: 0;
}
.operation_heading p{
    font-size:14px;
	color:#6f6f6f;
	text-align:left;
}

.operation_heading img{
    width: 100%;
}
.map {
	width:auto;
}
.map img{
	box-shadow:none;
}
.jobs_area{
	background-size:cover;
	background-color:#f6f6f6;
}
.jobs_area .heading {
    font-weight: 600;
    color: #000000;
    text-align: center;
    line-height: 40px;
    margin-bottom: 1.4em;
    font-size: 34px;
}
.jobs_area .heading span{
    color: #db291d;
}
.accordation_wrapper {
    border: 1px solid #d3d3d3 !important;
    border-radius: 5px;
}
.panel-group .panel {
    border-radius: 10px !important;
}
.panel-default {
    border: none;
}
.panel-body {
    padding: 22px 28px;
    font-size: 16px;
    line-height: 30px;
    background: #ffffff;
}
.panel-group .panel:last-child {
    border-bottom: 0px solid #333333;
}
.panel-group .panel+.panel {
    margin-top: 20px;
	padding-bottom:5px;
}
.panel-title > a {
    width: 100%;
    display: inline-block;
    padding: 17px 28px;
    color: #000;
    font-size: 24px;
    text-decoration: none;
    position: relative;
}
.panel-title > a::after {
    position: absolute;
    content: "-";
    right: 0px;
    width: 35px;
    height: 55px;
    top: 5px;
    font-size: 40px;
	color:#3d75a8;
}
.panel-heading {
    padding: 0;
}
.panel-title > a.collapsed {
    background: #FFF;
    color: #000;
}
.panel-title>a.collapsed:after{
    position: absolute;
    content: "+";
    right: 0px;
    width: 35px;
    height: 55px;
    top: 5px;
    font-size: 40px;
}
.panel-body ul{
    margin-bottom: 0px;
}
section{ 
    padding: 6em 0;
}
.why-cont {
    box-shadow: 0px 3px 10px rgba(0,0,0,0.3);
    width: 45%;
    margin: 30px 50px 0 0;
    min-height: 380px;
}
.why-cont h2 {
    font-size:20px;
	font-weight:bold;
	color:#db291d;
}
.why-cont p {
    font-size:14px;
	color:#6f6f6f;
	margin: 10px 0 !important;
	line-height: 25px !important;
}
.why-cont a {
    font-size:14px;
	color:#db291d;
	line-height: 40px;
	text-decoration:underline;
	font-weight:bold;
}
.why-cont a:hover {
	color:#000;
}

.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;
}
.panel-body {
    border-bottom: 0px solid #db291d;
    margin: 10px;
}
.panel-body .applybtn{
    margin-bottom: 20px;
}
.panel-body p{
    line-height: 22px;
}
.jobs_area .title{
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    position: relative;
    margin-bottom: 18px;
    margin-top: 10px;
}
.jobs_area .title span{
    font-size: 16px;
    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;
}

.list_area{}
.list_area ul{
    padding-left: 18px;
}
.list_area ul li{
    margin-bottom: 8px;
    position: relative;
}

.bottom_arrow_btn {
    position: fixed;
    width: 40px;
    height: 40px;
    font-size: 28px;
    background: #fff;
    border: 1px solid #db291d;
    color: #db291d;
    line-height: 34px;
    right: 20px;
    bottom: 20px;
    text-align: center;
    opacity: 0;
}

.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: 14px;
    margin-bottom: 6px;
    color: #000000;
	list-style:none;
	background:url(../images/bullet.png) left center no-repeat;
	padding-left: 20px;
}
.list_area2{

}
.list_area2 ul{
    padding-left: 18px;
}
.list_area2 ul li{
    font-size: 13px;
    margin-bottom: 6px;
    color: #6f6f6f;
	list-style:none;
	background:url(../images/bullet.png) left center no-repeat;
	padding-left: 20px;
}
.btn-primary {
    background-color: #223f82;
    border-color: #223f82;
    font-size: 18px;
    padding: 8px 34px;
    border-radius: 25px;
    font-weight: 600;
    margin-left: 20px;
}
.divider_space{
    padding: 14px;
}
.list_area ul li a{
    color: #f16136;
    text-decoration: none;
}
.contact{
    background: url('../images/bg.jpg') no-repeat top center;
    background-size: cover;
}
.contact .heading {
    font-size: 26px;
    color: #000000;
    text-align: center;
    position: relative;
    font-weight: 500;
    margin-bottom: 2em;
	text-transform:uppercase;
}
.contact .heading::after {
    position: absolute;
    content: '';
    width: 80px;
    height: 2px;
    background: #db291d;
    bottom: -20px;
    text-align: center !important;
    right: 47%;
}
.contact  iframe{
    border: 7px solid #db291d ;
}
.contact .content_area .title{
    font-size: 24px;
}
.contact .content_area p{
    font-size: 20px;
    line-height: 28px;
	text-align:center;
}
.contact .content_area .contact_details{
    margin-top: 20px;
}
.contact .content_area a{
    color: #db291d;
}
.img_block img{
    width: 100%;
}
footer{
    background: #222c40;
    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;
}
.life-huntsmen{background: #FFF; background-size:cover; background-repeat: no-repeat; padding: 50px 0;}
.life-huntsmen h3{color:#fff; font-weight: 300; font-size:36px; margin-bottom: 50px;}

.life-huntsmen .owl-theme .owl-nav{position: absolute; margin: 0;top: -65px;    right: 0px;}

.title-heading {
    font-size: 26px;
    color: #000 !important;
    text-transform: capitalize;
    font-weight: bold;
    position: relative;
    margin-bottom: 50px;
}
.title-heading::after {
    content: '';
    width: 115px;
    height: 2px;
    background: #db291d;
    position: absolute;
    left: 0px;
    bottom: -20px;
}
.title-heading.text-light{ color: #ffffff;}

.red-cont {
	color:#db291d;
	padding:20px;
}


@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: #d92519;
        background: #ffffff !important;
        margin-top: 20px;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #d92519;
    }
    .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%;
        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) {
	.navbar-inverse .navbar-nav > li > a {
    line-height: 20px;
}
.jobs_area .heading {
    margin-bottom: 3em;
}
    .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;
    }
    section {
  padding: 3em 0;
}
.panel-title > a {
  font-size: 17px;
}
.about_area img {
  width: 100%;
  }
  .service::after, .service2::after {
  margin-left: 10px;
}
    .banner_area {
        padding: 0;
		background-size:cover;
		height:auto;
		min-height:auto !important;
    }
    .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: 30px;
        line-height: 48px;
    }
    .banner_area img {
  display: none;
}
.about_area .heading {
    font-size: 28px;
    line-height: 36px;
}
    .about_area .heading span {
        font-size: 30px;
    }
    .about_area .content {
        font-size: 16px;
    }
    .jobs_area .heading {
        font-size: 22px;
    }
    .jobs_area .title {
        font-size: 20px;
        line-height: 22px;
    }
    .contact .heading {
        font-size: 32px;
    }
    .contact .heading:after {
        width: 120px;
        bottom: -24px;
    }

    .list_wrapper {
        width: 100%;
        margin-top: 2em;
    }

    .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;
    }

.width-45 {
    width: 100%;
}
.width-55 {
    width: 100%;
}
.col-xs-7 {
    width: 100%;
}
.panel-body {
    padding: 22px 10px;
}
.why-cont {
    width: 100%;
}
.contact .heading::after {
    right: 33%;
}
.life-huntsmen .owl-theme .owl-nav {
    top: -25px;
}
}

@media (min-width: 1200px){
    .container {
        width: 1230px;
    }
}
@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;
}

