*{
    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: 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: 25px;
}
.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;
}
@-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: 5px 10px;
    color: #000;
    margin-right: 1em;
    font-weight: normal;
}
.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: #db291d;
    border-bottom: 1px solid #db291d;
}
.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: -20px;
}
.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:88px;
}

.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: #FF0000;
    border: 6px solid #F00;
}
.carousel-indicators li {
    width: 8px;
    height: 8px;
    border: 6px solid #FFF;
}
.carousel-indicators .active {
    width: 8px;
    height: 8px;
    margin: 1px;
}
.carousel-indicators .active {
    background-color: #FF0000;
}
a.bottom-box {
	width:auto;
}
a.bottom-box:hover{
	text-decoration:none;
}



.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;
}
.marg-top-40 {
	margin-top:40px;
}
.banner_area {
    padding: 0;
    background: url('../images/banner1.jpg') no-repeat;
	min-height: 454px !important;
}
.banner_area .content_area{
    padding: 9em 0 12em;
}
.banner_area .content_area .heading{
    font-size: 73px;
    position: relative;
    font-weight: normal;
    line-height: 94px;
    color: #ffffff;
    position: relative;
}
/*.banner_area .content_area .heading:after{
    position: absolute;
    content: '';
    width: 204px;
    height: 12px;
    background: #db291d;
    left: 0;
    bottom: -32px;
}*/
.banner_area .content_area .heading span{
    color: #ffffff;
}
.round-result {
    padding: 20px;
    background-color: #EEE;
    margin: 0 auto !important;
    font-size: 19px !important;
    font-weight: bold;
}
.about_area{
    text-align: left;
}
.about_area img {
    width: 100%;
}
.about_area .heading {
    font-size: 34px;
    position: relative;
    font-weight: 600;
    color: #000000;
    text-align: left;
    line-height: 40px;
}
.about_area .heading span {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}
.about_area  .content{
    font-size: 20px;
    color: #000;
}
.about_area .content p {
    margin-bottom: 20px;
    margin-top: 20px;
    color: #414042;
    font-size: 14px;
}
.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:14px;
	color:#6f6f6f;
}
.about-content1 {
    font-size: 14px;
    color: #6f6f6f;
    background-color: #FFF;
    border: 1px solid #a7a7a7;
    padding: 20px;
    margin-top: 50px;
    box-shadow: 5px 5px #a7a7a7;
	min-height: 340px !important;
}
.about-content1 img{
    position:absolute;
	top: 5px;
}
.about-content1 h2{
    margin-top: 40px;
    color: #000;
}
.response {
    margin-top: 30px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 30px;
}
.business-list {
    float: left;
    width: 50%;
    text-align: left;
    position: relative;
    left: -30px;
}
.business-list ul{
	width:auto;
}
.business-list ul li{
	font-size:16px;
	list-style:none;
}

.business-list ul li{
	font-size:16px;
	list-style:none;
	background:url(../images/bullet2.png) left top no-repeat;
	    padding-left: 20px;
}
.top-button {
	cursor:pointer;
}
.model-box {
    width: auto;
    padding: 30px !important;
}

.thermax {
	background-color:#ececec;
}
.thermax .heading {
	font-size:30px;
	color:#000;
	margin:20px;
}
.thermax .heading span{
	font-size:30px;
	color:#e22319;
}
.thermax-cont p{
	font-size:14px;
	color:black;
}
.gallery {
    background-color: #f47509;
}
.gallery .heading {
	font-size:34px;
	color:#FFF;
	margin:0 0 30px 20px;
	font-weight:bold;
	text-transform:uppercase;
}
.small-img_box {
    width: 480px;
    overflow: hidden;
    position: relative;
    height: 174px;
    margin-bottom: 35px;
    float: left;
	border: 5px solid #FFF;
	border-radius: 5px;
}
.small-img_box2 {
    width: 190px;
    overflow: hidden;
    position: relative;
    height: 174px;
    margin-bottom: 35px;
    float: left;
	margin-left:35px;
	border: 5px solid #FFF;
	border-radius: 5px;
}
.small-img_box3 {
    width: 190px;
    overflow: hidden;
    position: relative;
    height: 174px;
    margin-bottom: 35px;
    float: left;
    margin-right: 15px;
    margin-left: 25px;
	border: 5px solid #FFF;
	border-radius: 5px;
}
.small-img_box4 {
    width: 440px;
    overflow: hidden;
    position: relative;
    height: 174px;
    margin-bottom: 35px;
    float: left;
	border: 5px solid #FFF;
	border-radius: 5px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.testimonial .item {
    float: left;
    width: 100%;
    height: auto;
}
.testimonial img {
    width: auto !important;
    display: block;
    margin: 0 auto;
}
.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;
}
#materialbox-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #292929;
    z-index: 1000;
    will-change: opacity;
}
.verticle-large-img_box {
    height: 174px;
    width: 405px;
    overflow: hidden;
    position: relative;
    float: left;
}
.mrg-left-28 {
	margin-left:28px;
}
.strom {
	width:100%;
	text-align:center;
	margin:0 auto;
}
.strom img{
	text-align:center;
	margin:0 auto;
}

.strom1 {
	width:100%;
	text-align:center;
	margin:0 auto;
	border: 10px solid #EEE;
border-radius: 10px;
}
.strom1 img{
	text-align:center;
	margin:0 auto;
}
.applybtn {
	width:180px;
}
.applybtn a {
    font-size: 18px;
    background-color: #f66f26;
    display: block;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    color: #FFF;
	text-transform:uppercase;
}
.applybtn a:hover {
    background-color: #3a895f;
	text-decoration:none;
}
.gpw {
    padding: 20px 40px;
}
.gpw-left {
}
.gpw-left img {
    border: 5px solid #f47509;
    border-radius: 5px;
}
.operation_heading{
    margin-top: 3em;
}
.operation_heading .heading {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    text-align: left;
	text-transform:none;
}
.operation_heading .heading2 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 30px;
    text-align: left;
}
.operation_heading p{
    font-size:16px;
	color:#000;
	text-align:left;
	margin:20px 0;
}
.operation_heading img{
    width: 100%;
}
.rewards {
    background: url(../images/rewards.jpg) left top no-repeat;
	background-size: auto;
    background-size: cover;
	padding:0 !important;
}
.rewards .heading {
    font-size: 30px;
    color: #e22319;
    margin-bottom: 30px;
}
.rewards img{
	width:auto;
}
.rewards-in {
	width:100%;
}
.rewards-box {
	width:18%;
	float:left;
	border:1px solid #dedede;
	border-radius:5px;
	text-align:center;
	background-color:#FFF;
	margin:0 0 90px 15px;
	min-height:280px;
}
.rewards-box img{
	width:auto;
	margin:30px 0;
}
.rewards-box p{
	font-size:14px;
	color:#444444;
	margin:0 20px;
}
.map {
	width:auto;
}
.map img{
	box-shadow:none;
}
.jobs_area{
	/*background:url(../images/background.jpg) left top no-repeat;*/
	background-size:cover;
}
.jobs_area .heading {
    font-size: 26px;
    color: #000;
    text-align: left;
    position: relative;
    font-weight: 500;
    margin-bottom: 2em;
    text-transform: uppercase;
}
.jobs_area .heading span{
    color: #db291d;
}
.panel-group .panel {
   border: 1px solid #ccc;
}
.panel-default {
    border: none;
}
.panel-body {
    padding: 22px 28px;
    font-size: 16px;
    line-height: 30px;
    background: #ffffff;
}
.panel-group .panel:last-child {
    border-bottom: 1px solid #c3c3c3;
}
.panel-group .panel+.panel {
    margin-top: 20px;
}
.panel-title > a {
    width: 100%;
    display: inline-block;
    padding: 17px 28px;
    background: #e4e4e4;
    color: #000;
    font-size: 20px;
    text-decoration: none;
    position: relative;
}
.panel-title > a::after {
    position: absolute;
    content: "";
    right: 20px;
    width: 16px;
    height: 16px;
    background: none;
    border: 2px solid #c3c3c3;
        border-right-color: rgb(219, 41, 29);
        border-right-style: solid;
        border-right-width: 2px;
        border-bottom-color: rgb(219, 41, 29);
        border-bottom-style: solid;
        border-bottom-width: 2px;
    transform: rotate(45deg);
    border-bottom: 0px;
    border-right: 0px;
	top:25px;
}
.panel-heading {
    padding: 0;
}
.jobs_area p {
    font-size: 15px;
    margin: 10px 0;
    color: #000;
}
.panel-title>a.collapsed{
    background: #ffffff;
    color: #db291d;
}
.panel-title>a.collapsed:after{
    position: absolute;
    content: "";    
    right: 20px;
    width: 16px;
    height: 16px;
    background: none;
    border: 2px solid #c3c3c3;
    transform: rotate(315deg);
    border-top: 0px;
    border-left: 0px;
	top: 20px;
}
.panel-body ul{
    margin-bottom: 0px;
}
section {
    padding: 7em 0 2em;
}
.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 #c3c3c3;
}
.panel-body .applybtn{
    margin-bottom: 20px;
}
.panel-body p {
    line-height: 10px;
}
.jobs_area .title {
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    position: relative;
    margin-bottom: 18px;
    margin-top: 10px;
    background-color: #e21f25;
    display: inline-block;
    padding: 0px 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;
	text-align:center;
}
.btn_area a{
	font-size:20px;
    background: #e21f25;
    border-color: #fff;
    color: #FFF;
    font-weight: 500;
    padding: 10px 20px;
	border-radius:40px;
	text-decoration:none;
	border:2px solid #FFF;
}
.btn_area a:hover{
    background: #FFF;
    border-color: #e21f25;
    color: #e21f25;
	border:2px solid #e21f25;
}
.list-area{

}
.list-area ul{
    padding-left: 18px;
}
.list-area ul li {
    font-size: 16px;
    margin-bottom: 0;
    color: #414042;
    list-style: none;
    background: url(../images/bullet-storm.png) left top no-repeat;
        background-position-y: top;
    padding-left: 20px;
    line-height: 30px;
    background-position-y: 8px;
}

.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 {
    float: left;
    width: 50%;
    padding-left: 2%;
}
.list_area2 ul{
    padding-left: 18px;
}
.list_area2 ul li{
	font-size: 16px;
    margin-bottom: 6px;
    color: #6f6f6f;
	list-style:none;
	background:url(../images/bullet.png) left center no-repeat;
	padding-left: 20px;
}
.btn-primary{
    background-color: #db291d;
    border-color: #db291d;
    font-size: 14px;
    padding: 8px 34px;
    border-radius: 0;
}

.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-family:'Roboto';
    font-size: 32px;
    color: #000000;
    text-align: center;
    position: relative;
    font-weight: 500;
    margin-bottom: 0.4em;
}
.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;
}
.content_area {
    width: 50%;
    text-align: center;
	margin: 0 auto;
	}
.content_area img {
    width: 8%;
    margin-right: 20px;
}
.challange {
	background:url(../images/challange-bg.jpg) center top no-repeat;
	background:cover;
	background-color:#e32026;
	padding: 3em 0 0 0 !important;
}
.challange .heading {
    color: #FFF;
    font-size: 34px;
    margin: 0px 70px;
    font-weight: bold;
}
.testimonial {
	background-color:#b4cfe8;
    padding: 2em !important;
}
.img_block img{
    width: 100%;
}
footer{
    background: #dbdbdb;
    padding: 20px 0;
}
footer p{
    margin-bottom: 0px;
    color: #000;
    font-size: 13px;
    line-height: 1.5;
}
footer p *{
    color: #000;
}
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-color: #f47509;; background-size:cover; background-repeat: no-repeat; padding: 50px 0;}
.life-huntsmen h3{color:#fff; font-weight: 600; font-size:36px; margin-bottom: 50px; text-transform:uppercase;}

.life-huntsmen .owl-theme .owl-nav{position: absolute; margin: 0;top: -65px;    right: 0px;}

.title-heading {
    font-size: 34px;
    color: #000 !important;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    margin-bottom: 50px;
}


.testimonial .owl-theme .owl-nav{position: absolute; margin: 0;top: -85px;    right: 0px;}

.owl-theme .owl-nav [class*='owl-'] {  
	background: #fff;
}
.owl-theme .owl-nav [class*="owl-"] {
    color: #004c91;}
.owl-carousel .owl-stage-outer{    height: auto !important;}
.img-box {
    width: 50px;
    height: 50px;
    float: left;
    background: #4b4644;
    border-radius: 70%;
    margin: 0 12px 0 1px;
}
.testimonial .item {
    float: left;
    width: 100%;
    height: auto;
}





.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) {
    .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 4em;
		background-size:cover;
		height:auto;
		min-height:auto !important;
    }
    .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: 40px;
        line-height: 48px;
    }
.about_area .heading {
    font-size: 22px;
    line-height: 26px;
}
    .about_area .heading span {
        font-size: 15px;
    }
    .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_area2 {
    float: none;
    width: 100%;
}
.response {
    margin-top: 30px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 30px 10px;
}
section {
    padding: 2em 0 2em;
}
    .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;
    }

.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;
}
.rewards-box {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
    min-height: 230px;
}
.content_area {
    width: 100%;
}
.content_area img {
    margin-right: 0px;
}
.challange .heading {
    font-size: 25px;
    margin: 20px 20px;
}
.challange img {
    width: 100%;
}
.verticle-large-img_box, .small-img_box {
    width: 100%;
}
.navbar-inverse .navbar-nav > li:last-child > a {
    margin-left: 0px;
    border-radius: 40px;
    display: inline-block;
}
.section {
    padding: 4em 0 2em;
}
.strom img {
    display: none;
}
.small-img_box2 {
    width: 100%;
    margin-left: 0px;
}
.small-img_box3 {
    width: 100%;
    margin-left: 0px;
}
.small-img_box4 {
    width: 100%;
    margin-left: 0px;
}
.fixed-header {
    line-height: 0;
}
.gpw {
    padding: 20px;
}
}

@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;
}

