*{
    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;
	margin-top: 80px;
}
.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;
}
.navbar-header {
  padding-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-color: #FFF;
}
.navbar-inverse .navbar-nav > li > a {
  color: #000;
  font-size: 16px;
}
@-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;
  margin: 30px 20px;
  padding: 0 !important;
  font-weight: 500;
}
.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: transparent !important;
  color: #000 !important;
  border-bottom: 1px solid #000;
}
.navbar-inverse .navbar-nav>li>a.active,
.navbar-inverse .navbar-nav>li>a.active>i.fa{
  background: transparent;
  color: #000 !important;
  border-bottom: 1px solid #000;
}
.navbarbg {
    border-bottom: none!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-color: #FFF;
    z-index: 16!important;
    padding:  0px;
  border-bottom: 2px solid #ececec;
}


.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;
}
.owl-theme .owl-nav.disabled+.owl-dots{ margin: 0 !important;}
button.owl-next {
    right: -8%;
    position: absolute;
}
button.owl-prev {
    left: -8%;
    position: absolute;
}
.banner_area {
    padding: 0;
    background: url('../images/banner2.jpg') no-repeat;
background-size: cover;
max-height: 367px;
}
.banner_area .content_area {
  padding: 2em 0 7em 0;
}
.banner_area .content_area .heading{
    font-size: 40px;
    position: relative;
    font-weight: normal;
    line-height: 60px;
    color: #ee3625;
    position: relative;
}
.banner_area .content_area .heading h2 {
  font-size: 46px;
  font-weight: 400;
  line-height: 60px;
  color: #FFF;
  text-align: left;
  margin-top: 50px;
}
.banner_area .content_area .heading h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  color: #FFF;
  text-transform: uppercase;
}
.banner_area .content_area .heading h4 {
  font-size: 26px;
  font-weight: 900;
  color: #FFF;
}
.banner_area .content_area .heading p {
  font-size: 18px;
  font-weight: 400;
  color: #FFF;
  line-height:30px;
  margin-top: 20px;
}
.banner_area .content_area .heading img {
  margin-right:10px;
}
/*.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: #fff;
  font-size: 86px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: left;
	position: relative;
}
.banner_area .content_area .heading span:before{ 
		content: "";
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    /*border-right: 25px solid transparent;*/
    border-top: 63px solid #e33044;
    right: -24px;
    bottom: 0;
    position: absolute;
	}
.about-bg {
	background:url(../images/about-bg.jpg) left top no-repeat;
}
.about_area{
}
.about-box {
  background-color: #fff;
  padding: 3em;
  margin: 4em 0;
}
.about-box h2 {
	font-size:34px;
	color:#00d8bc;
	font-weight:900;
	margin: 0;
	margin-bottom:20px;
}
.about-box p {
  font-size: 16px;
  color: #53565a;
  line-height: 28px;
}
.title2 {
  color: white !important;
  font-size: 20px;
  margin-bottom: 20px;
}

.early-box {
  background-color: #fff;
}
.early-box h2 {
	font-size:34px;
	color:#00d8bc;
	font-weight:900;
	margin: 0;
	margin-bottom:20px;
}
.early-box p {
  font-size: 18px;
  color: #53565a;
  line-height: 28px;
}

.colt {
	font-size:18px;
	color:#00d8bc;
	font-weight:600;
}
.about_area .heading{
    font-size: 48px;
    position: relative;
    font-weight: 600;
    color: #ee3524;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 0.2em;
}

.about_area .img_box img{
    width: 100%;
}
.about_area  .content{
    font-size: 16px;
    color: #000;
}
.about_area  .content p{
    line-height: 29px;
    margin-bottom: 28px;
    margin-top: 22px;
}
.about_area  .content p:last-child{
    margin-bottom: 0px;
}
.about_area .title{
    font-size: 38px;
    color: #ee3524;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 1em;
}
.who-csg{padding: 0 0 3em 0;}
.video{
    background: url('../images/video_bg.jpg') no-repeat;
    background-size: cover;
}
.video .heading{
    color: #ffffff;
    text-align: center;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 1em;
}
.video iframe{
    background: #fff;
    padding: 5px;
}
.customers{}
.customers .heading{
    font-size: 42px;
    font-weight: 500;
    color: #d72b1b;
    text-align: center;
    line-height: 50px;
    margin-bottom: 1em;
    text-transform: uppercase;
}
.item .img_block {
    width: 178px;
    height: 140px;
    box-shadow: 0px 8px 10px rgba(0,0,0,0.1);
    position: relative;
    padding: 10px;
    margin-bottom: 3em;
}
.item .img_block img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    padding: 25px;
}
.operation_heading{
    margin-top: 3em;
}
.operation_heading .title{
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 30px;
    text-align: left;
}
.operation_heading img{
    width: 100%;
}
.jobs_area{
    background-color: #FFF;
	padding: 7em 0;
	position: relative;
}
.jobs_area::after{
	content:'';
	position: absolute;
	right: 0;
	bottom:0;
	z-index:1;
	width: 100px;
	height: 120px;
	float: left;
}

.testimonials {
	background:url(../images/testimonial-bg.jpg) left top no-repeat;
	overflow:hidden;
	padding: 5em 0;
	background-size: cover;
}
.testimonials img {
	text-align:center;
	width:auto;
}
.testimonials1 {
	background:none !important;
	background-color:#f5f5f5;
	overflow:hidden;
	padding: 5em 0;
	background-size: cover;
}

/*.testimonials::after {
  background: url(../images/test-bg-right.jpg) right top no-repeat;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 445px;
  height: 230px;
  float: left;
}*/
.testimonials .title {
  color: #00d8bc;
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 30px;
  line-height: 80px;
}
.social {
	background:url(../images/social-bg.png) center top no-repeat;
  min-height: 119px;
  padding: 20px 0;
	background-size: cover;
}
.social h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  float: left;
  text-transform: uppercase;
}
.social ul {
  float: right;
}
.social li {
  list-style: none;
  display: inline;
  padding: 0 10px;
  padding-top:30px;
  float: left;
}
.name {
  color: black;
  font-family: 'poppins';
}
.content_box {
  text-align: left;
}
.content_box img{
  width:auto !important;
  margin-bottom: 30px;
  border-radius: 100px;
  border: 2px solid #ccc;
}

.cont {
  color: white;
  font-size: 20px;
}
.jobs_area .heading {
  font-size: 38px;
  color: #000;
  text-align: center;
  position: absolute;
  font-weight: 500;
  margin-bottom: 1em;
  line-height: 50px;
  left: 0;
  right: 0;
  top: -25px;
  background-color: #FFF;
width: 70%;
margin: 0 auto;
}
.heading2 {
  color: #e10115;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  line-height: 32px;
  margin-bottom:30px;
}
.box-1 {
  background-color: #fff;
  font-family: 'Open Sans' !important;
  color: #000;
  padding: 30px;
  font-size: 16px;
  width: 100%;
  min-height: 380px;
  text-align: center;
  box-shadow: 0px 0px 10px #ccc;
  border-radius: 20px;
}
.jobs_area .heading span{
    color: #db291d;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
    border-bottom: 0px;
}
.panel-default {
    border: none;
}
.panel-title {
  background-color: #151515;
}
.panel-body {
    padding: 0;
    font-size: 16px;
    line-height: 30px;
}
.panel-body *{
    color: #000;
}
.panel-body * h2{
    font-size:25px;
	font-weight: normal;
}
.panel-body * h3 {
  font-size: 27px;
  font-weight: normal;
  font-family: 'poppins';
}
.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: 17px 28px;
    background: #f7f7f7;
    color: #50009b;
    font-size: 28px;
    text-decoration: none;
    position: relative;
}
.panel-title>a:after{
  position: absolute;
  content: "-";
  right: 20px;
  width: 25px;
  height: 5px;
  background: none;
  border-bottom: 0px;
  border-right: 0px;
  font-size: 50px;
  top: 5px;
}
.single_panel{
    font-size: 28px !important;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
}
.single_panel:after{
    display: none;
}
.panel-heading {
    padding: 0;
}
.panel-title>a.collapsed{
    background: #f7f7f7;
    color: #50009b;
}
.panel-title>a.collapsed:after{
  position: absolute;
  content: "+";
  right: 20px;
  width: 25px;
  height: 5px;
  background: none;
  border-bottom: 0px;
  border-right: 0px;
  font-size: 30px;
  top: 15px;
}
.panel-body ul{
    margin-bottom: 0px;
}
section{ 
    padding: 7em 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;
}
.panel-body {
}
.panel-body .applybtn{
    margin-bottom: 20px;
}
.panel-body p{
    line-height: 22px;
}
.jobs_area .title{
    font-size: 28px;
    font-weight: 500;
    position: relative;
    margin-bottom: 18px;
    margin-top: 10px;
}
.jobs_area .subtitle {
    font-size: 18px;
    border-bottom: 1px solid #db291d;
    display: inline-block;
    margin-bottom: 15px;
}
.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: 16px;
  margin-bottom: 6px;
  background: url(../images/arrow2.png) left top no-repeat;
    background-position-y: top;
  list-style: none;
  padding-left: 30px;
  margin-left: -10px;
  background-position-y: 9px;
}
.btn-primary{
    background-color: #e33044;
    border-color: #e33044;
    font-size: 18px;
    padding: 8px 34px;
	font-weight:600;
    border-radius: 0;
}
.btn-primary2 {
  background-color: #00d8bc;
  border-color: #00d8bc;
  font-size: 17px;
  padding: 8px 34px;
  font-weight: 400;
  border-radius: 0px;
  color: white;
  text-transform:uppercase;
}
.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: 52px;
    color: #000000;
    text-align: left;
    position: relative;
    font-weight: 500;
    margin-bottom: 2em;
}
.contact .heading:after{
    position: absolute;
    content: '';
    width: 150px;
    height: 10px;
    background: #db291d;
    left: 0;
    bottom: -48px;
}
.contact  iframe{
    border: 7px solid #db291d ;
}
.contact .content_area .title{
    font-size: 24px;
}
.contact .content_area p{
    font-size: 20px;
    line-height: 28px;
}
.contact .content_area .contact_details{
    margin-top: 20px;
}
.contact .content_area a{
    color: #db291d;
}
.img_block img{
    width: 100%;
}
.hiring_process {
    background: #f9f9f9;
}
.hiring_process .title {
  text-align: left;
  color: #464646;
  border-left: 6px solid #e33044;
  padding-left: 10px;
}
.process {
  background: url(../images/about-1.jpg) left top no-repeat;
  overflow:hidden;
    background-color: rgba(0, 0, 0, 0);
  background-color: #4f0091;
  position: relative;
  z-index:1;
}
/*.process::after {
  background: url(../images/bg-right.png) right bottom no-repeat;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 800px;
  height: 600px;
  float: left;
}*/
.process .title {
  text-align: left;
  color: #FFF;
}

footer{
    background: #f2f2f2;
    padding: 20px 0;
}
footer p{
    margin-bottom: 0px;
    color: #000;
    font-size: 13px;
    line-height: 1.5;
	text-align:left;
}
footer p *{
    color: #4e4e4e;
}
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;
}
#collapse1 #collapse2 {
    background: #f7f7f7;
}
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #996cc3;
  width: 95%;
  margin: 0 auto;
}
@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: #00d8bc;
        background: #ffffff !important;
        margin-top: 3px;
        margin-bottom: 24px;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #00d8bc;
    }
    .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:#00d8bc;
        margin-bottom: 20px;
        padding: 0;
    }
    #myNavbar .nav.navbar-nav li a {

    }
    #myNavbar .nav.navbar-nav li a:hover {
        color: #000 !important;
    }
    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        color: #000 !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) {
.banner_area {
  background-size: cover;
  max-height: 489px;
}
.banner_area .content_area .heading span {
  font-size: 68px;
}
.banner_area .content_area .heading h3 {
  font-size: 20px;
  line-height: 0px;
}
.about-box {
  padding: 1em;
  margin: 3em 0;
}
.process {
  width: 90%;
  padding: 3em 5%;
  margin: 0 auto;
}
.panel-body * {
  color: #000;
  font-size: 18px;
}
.jobs_area {
  padding: 3em 0;
}
.testimonials img {
  width: 100%;
}
.panel-title > a {
  font-size: 16px;
}
.panel-title > a {
  padding-right: 30px;
}
.early-box img{
	width:100%;
}
.social {
  background-image:none;
  min-height: 119px;
  padding: 20px 0;
  background-color: #00b8c4;
}
.social ul {
  float: left !important;
  padding-left: 0 !important;
}
.social h3 {
  color: #fff;
  font-size: 30px;
 }
.about_area .title {
  font-size: 28px;
}
.box-1 {
  margin-bottom: 30px;
}
    .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: 0;
    }
	.banner_area .content_area .heading h2 {
  margin-top: 0px;
}
    .banner_area .content_area {
        margin: 0em 0;
        border-left: 0px solid #ef4815;
        padding-left: 0;
        padding: 3em 0;
    }
    .banner_area .content_area .title {
        font-size: 52px;
        line-height: 55px;
    }
    .banner_area .content_area .heading {
        font-size: 40px;
        line-height: 62px;
    }
	
	
    .about_area .heading {
        font-size: 38px;
        line-height: 36px;
        margin-top: 25px;
    }
    .about_area .heading span {
        font-size: 30px;
    }
    .about_area .content {
        font-size: 16px;
    }
    .about_area img{
        width: 100%;
    }
    .item .img_block {
        width: 100%;
        height: 175px;
        margin-bottom: 3em;
    }
    .item .img_block img {
        padding: 3em;
    }
.jobs_area .heading {
  font-size: 21px;
  line-height: 30px;
}
    .jobs_area .title {
        font-size: 20px;
        line-height: 22px;
    }
    .contact .heading {
        font-size: 42px;
    }
    .contact .heading:after {
        width: 120px;
        bottom: -34px;
    }

    .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;
    }


}

@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;
}

