body {
	color: #e03f44;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	margin:0;
	padding:0;
	font-family: 'Cantarell', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Cantarell', sans-serif;
	margin: 0;
	padding: 0;
}
ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	font-family: 'Cantarell', sans-serif;
}
.top_space{
	height:120px;	
}
.top_bar{
	background:#;	
}
.hadder_main {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
	background-color: transparent;
	font-family: 'Cantarell', sans-serif;
}
.hadder_main .top-left {
	float:left;
	width:50%;
}
.hadder_main .top-right {
	float:right;
	width:50%;
}
.top-left ul {
	list-style:none;	
	margin:0px;
}
.top-left li {
	display: inline-block;
	padding: 10px 10px;
	margin:0px;
}
.top-left .fa{
	color: #333;
	font-size:12px;
}
.top-left a{
	color: #333;
	transition: 0.3s color ease-in;
	font-size:12px;
	font-family: 'Cantarell', sans-serif;
}
.top-left a:hover, .top-left a:focus{
	transition: 0.3s color ease-out;
	outline:none;
	text-decoration:none;
	color:#da251c;
}
.top-right li{
    display: inline-block;
    text-align: center;
}
.top-right ul{
	list-style:none;
	margin:0px !important;
	float:right;	
}
.top-right i{
    width: 35px;
    height: 35px;
    color: #333;
    font-size: 16px;
    display: block;
    line-height: 35px;
	margin-top:3px;
}
.top-right i:hover{
	background:#da251c;
	color:#fff;
}
.top-right a{
   color: #333;
   font-family: 'Cantarell', sans-serif;
}
.top-right a:hover, .top-right a:focus{
	transition: 0.3s color ease-out;
	outline:none;
	text-decoration:none;
	 color: rgba(255, 255, 255, 0.5);
}

.hadder_main .top-bar{
	border-bottom: 1px solid #333;
	float: left;
	width: 100%;
	display:none;
}
.navigation_main .navbar-default{
	background:rgba(255, 255, 255, 0.8);
	border:none;
	padding: 0px 0px;
}
.navigation_main .navbar-default .navbar-right{
	margin-right: -46px;
	margin-top:20px;	
}
.navigation_main .logo{
	width:93px;
	padding:10px 0px;
}	
.navigation_main .logo img{
	width:85%;
}
.navigation_main .navbar-nav > li {
    padding: 0px 12px;
}
.navigation_main .navbar-default .navbar-nav > li > a {
	color:#333;
	font-weight: bold;
	text-transform: uppercase;
	transition: 0.3s color ease-in;
	font-family: 'Cantarell', sans-serif;
	padding: 10px 24px;
	margin-right:5px;
}
.navigation_main .navbar-default .navbar-nav > li > a:hover, .navigation_main .navbar-default .navbar-nav > li > a:focus{
	transition: 0.3s color ease-out;
	outline:none;
	text-decoration:none;
	color: #fff;
	background: #da251c;
}
.active{
	color: #fff !important;
	background: #da251c;	
}
.navigation_main .navbar-default .navbar-nav > li:hover > ul {
	display:block;
}

.navigation_main ul ul {
    font-size: 14px;
    display: none;
    position: absolute;
    z-index: 100;
	list-style: none;
	width: 220px;
    background: rgba(255, 255, 255, 0.95);
    box-sizing: border-box;
}
.navigation_main ul ul > li {
    border-bottom: 1px solid #333;
    padding: 12px 0px 12px 8px;
    margin: 0px;
}
.navigation_main ul ul > li > a {
    font-family: 'Cantarell', sans-serif;
    color: #333;
    font-size: 14px;
    letter-spacing: 0px;
}
.navigation_main ul ul > li > a:hover,.navigation_main ul ul > li > a:focus{
	text-decoration:none;
	color:#da251c;
	outline:none;	
}
.navigation_main .nav > li span{
	display:none;	
}
.navigation_main.fixed{
	position:fixed;
	z-index: 999999;
	width: 100%;
	top:0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	background:#fff;
	opacity:1;
}
.navigation_main.fixed .logo img {
    width: 44%;
}
.navigation_main.fixed .navbar-default .navbar-nav > li > a{
	padding: 10px 24px;	
}
.navigation_main.fixed .navbar-default .navbar-right{
	margin-top:7px;	
}
.navigation_main.fixed .logo{
	width:130px;	
}

.main-about{
	font-family: 'Cantarell', sans-serif;
	padding:25px 0px;
}
.heading-main{
	text-align:center;	
}
.heading-main h1{
	font-weight:700;
	text-transform:uppercase;
	font-size:38px;
}
.underline{
	height:3px;
	width:7%;
	background:#da251c;
	margin:0px auto;
	margin-bottom:3px;	
}
.underline-1{
	height:3px;
	width:5%;
	background:#da251c;
	margin:0px auto;	
}
.about-left{
	width:100%;
	margin-top:50px;	
}
.about-left img{
	width:100%;	
}
.about-right {
	margin-top:50px;	
}
.about-right p{
	text-align:justify;	
}
.main-services{
	padding:38px 0px;	
	font-family: 'Cantarell', sans-serif;
	background:#f2f5f5;
}
.box{
    text-align: center;
    overflow: hidden;
    position: relative;
	margin-bottom:30px;
}
.box img{
    width: 100%;
    height: auto;
    transform: scale3d(1, 1, 1);
    transition: all 0.3s ease 0s;
}
.box:hover img{ transform: scale3d(1.15, 1.15, 1); }
.box .box-content{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    padding-top: 30%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.box:hover .box-content{ opacity: 1;}
.box .box-content:before,
.box .box-content:after{
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    opacity: 0;
    z-index: 0;
    transform: scale(1.5);
    transition: all 0.6s ease 0.2s;
}
.box .box-content:before{
    border-top: none;
    border-bottom: none;
    left: 30px;
    right: 30px;
}
.box .box-content:after{
    border-left: none;
    border-right: none;
    top: 30px;
    bottom: 30px;
}
.box:hover .box-content:before,
.box:hover .box-content:after{
    opacity: 1;
    transform: scale(1);
}
.box .content-inner{
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}
.box:hover .content-inner{
    opacity: 1;
    transform: scale(1);
}
.box .title{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px;
	padding:0px 25px;
}
.service-top{
	margin-top:40px;	
}
@media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
}

.button{
  box-shadow: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.read-more{
    color: #fff;
    background: #da251c;
    border: 0px;
    width: 175px;
    height: 40px;
	border:1px solid #da251c;
	margin:0px auto auto auto;
	display:block;
}
.read-more:hover,.read-more:focus{
	text-decoration:none;
	outline:none;
}
/* Header Area CSS */

.hero-slides {
  position: relative;
  font-family: 'Cantarell', sans-serif;
  z-index: 1; }
  .hero-slides .single-hero-slide {
    width: 100%;
    height: 650px;
    position: relative;
    z-index: 1; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .hero-slides .single-hero-slide {
        height: 650px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-slides .single-hero-slide {
        height: 550px; } }
    @media only screen and (max-width: 767px) {
      .hero-slides .single-hero-slide {
        background-position: top left; }
		
		
		
		 }
    .hero-slides .single-hero-slide h4 {
    background: #fff;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 45px;
    color: #da251c;
    opacity: 0.64 !important;
    width: 55%;
    padding: 9px 0px;
	text-align:center;
}
      @media only screen and (max-width: 767px) {
        .hero-slides .single-hero-slide h4 {
          font-size: 18px;
		  font-weight:bold; } }
    .hero-slides .single-hero-slide h2 {
      font-size: 60px;
      color: #ffffff;
      margin-bottom: 30px; 
	  font-weight:bold;
	  }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .hero-slides .single-hero-slide h2 {
          font-size: 48px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .hero-slides .single-hero-slide h2 {
          font-size: 36px; } }
      @media only screen and (max-width: 767px) {
        .hero-slides .single-hero-slide h2 {
          font-size: 30px; } }
  .hero-slides .owl-prev,
  .hero-slides .owl-next {
    background: #da251c;
    width: 56px;
    height: 56px;
    line-height: 56px;
    color: #ffffff;
    top: 65%;
    margin-top: -28px;
    left: 5%;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (max-width: 767px) {
      .hero-slides .owl-prev,
      .hero-slides .owl-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: -20px; } }
    .hero-slides .owl-prev:hover, .hero-slides .owl-prev:focus,
    .hero-slides .owl-next:hover,
    .hero-slides .owl-next:focus {
      background: #141414;
      color: #ffffff; }
  .hero-slides .owl-next {
    left: auto;
    right: 5%; }
  .hero-slides:hover .owl-prev, .hero-slides:hover .owl-next {
    opacity: 1;
    visibility: visible; }
.owl-prev .fa{
	line-height:56px;	
}
.owl-next .fa{
	line-height:56px;	
}
.hero-slides-content{
	margin:395px 0px 0px 70px;	
}
.about-us-main{
    position: relative;
    padding: 120px 0px 100px;
    overflow: hidden;
	font-family: 'Cantarell', sans-serif;
}
.title-style-one.left-aligned {
    margin-left: 170px;
}
.title-style-one.left-aligned .count {
    left: 0px;
    position: absolute;
    top: 0px;
    width: 130px;
    height: 130px;
    background: #09a223;
    padding: 20px 0px;
    border-radius: 50%;
}
.title-style-one .count .count-txt {
    position: relative;
    font-size: 90px;
    color: #ffffff;
    font-weight: 700;
    line-height: 100px;
    text-shadow: 0px 0px 15px rgba(0,0,0,0.20);
	left: -30px;
}
.title-style-one .title {
    position: relative;
    margin-bottom: 7px;
}
.title-style-one .title h2 {
    position: relative;
    display: inline-block;
    color: #4c4848;
    font-size: 36px;
    font-weight: 700;
    line-height: 1em;
    padding: 10px 0px;
    border-bottom: 2px solid #bbbbbb;
    border-top: 2px solid #bbbbbb;
}
.footer-main{
	width:100%;
	background:#000;
	padding:70px 0px 25px 0px;
	font-family: 'Cantarell', sans-serif;
}
.footer-bottom{
	background:#282828;	
}

.company-logo{
	text-align:center;	
	margin-top: 70px;
}
.company-logo img{
	margin-bottom:10px;	
}
.company-logo p{
	font-family: 'Cantarell', sans-serif;
	color: #000;
	font-size: 18px;
}
.company-logo a:focus{
	outline:none;	
}
.content {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 2;
	margin-top:85px;
}
.content .form-control {
	height: 40px;
	border-color: #ffffff;
	border-radius:0;
	border:1px solid #333;
}
.content.form-control:focus {
	box-shadow: none;
	border: 2px solid #243c4f;
}
.content .btn {
	min-height: 40px; 
	border-radius:0;
	background: #243c4f;
	color: #fff;
	font-weight:600;
	border:1px solid #333;
}
.content .btn:hover{
	color:#fff;
}	
.footer_right p {
    color: #fff;
    padding-top: 24px;
	text-align:center;
}
.footer_right a {
    color: #fff;
    text-decoration: none;
    outline: none;
}
.footer_right a:hover,.footer_right a:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}
.main-about-banner{
	width:100%;	
}
.main-about-banner img{
	width:100%;	
	margin-top:85px;
}
.about-page{
	padding:40px 0px;	
	font-family: 'Cantarell', sans-serif;
}
.about-txt{
	padding-top:40px;	
}
.about-txt ul{
	list-style:none;	
}
.about-txt .fa{
	padding-right:6px;	
}
.about-txt p{
    text-align: justify;
    font-size: 15px;
}
.facility-page{
	margin-left:17px;	
}

.contact-info{
}
.contact-info h3{
	font-family: 'Cantarell', sans-serif;
	margin:0px;
	padding:0px 0px 15px 0px;
	color:#fff;	
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.contact-info p{
	font-family: 'Cantarell', sans-serif;
	margin:0px;
	padding:0px 0px 10px 0px;
	color:#fff;
}
.contact-info ul{
	list-style:none;
	margin:0px;
	padding:0px;	
}
.contact-info li{
	font-family: 'Cantarell', sans-serif;
	margin:0px;
	padding:0px 0px 2px 0px;
	color:#fff;
	text-transform:uppercase;
}
.contact-info a{
	color:#fff;
	text-decoration:none;
	outline:none;	
}
.contact-info a:hover{
	color:#fff;
	text-decoration:none;
	outline:none;	
}
.contact-info a:focus{
	color:#fff;
	text-decoration:none;
	outline:none;	
}


.social_icons{
	padding: 22px 0px 0px 0px;
	text-align: left;
}
.social_icons ul{
	list-style:none;
	margin:0px;
	padding:0px;	
}
.social_icons li{
	display:inline-block;
	padding:0px 5px;	
}
.social_icons a:focus{
	outline:none;	
}
.social_icons img{
	margin:0px;	
}

.career-form{
	width:400px;
	margin:0px auto;	
}
.form-career-column .form-control{
	width: 100%;
	border-radius: 0px;
	border: 1px solid #ccc;
	box-shadow: none;
	margin-bottom: 10px;
	font-family: 'Open Sans',sans-serif;	
}
.form-career-column textarea.form-control{
	height:132px;	
}
.form-career-column .gold_btn{
	color: #fff;
	background: #2e3192;
	padding: 8px 28px;
	border-radius: 50px;
	font-size: 15px;
	font-family: 'Open Sans',sans-serif;
	border:none;
	margin-top: 12px;	
}
.form-career-column .gold_btn:hover{
	background:#ed1c24;
	color: #fff;
}
.form-career-column .gold_btn:focus{
	background:#ed1c24;
	color: #fff;
	outline:none;
}






.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 44px;
    right: 20px;
    display: none;
    background-color: rgba(0, 23, 71, 0.85);
    padding: 10px 10px 10px 10px;
    color: #fff;
	font-size:16px;
	text-decoration:none;
}
.back-to-top:hover{
	color:#fff;	
	text-decoration:none;
}
.back-to-top:focus{
	outline:none;
	color:#fff;	
	text-decoration:none;
	outline:none;
}
.contact_for .capbox {
	background-color: #92D433;
	border: #B3E272 0px solid;
	border-width: 0px 12px 0px 0px;
	display:inline-block;
	*display: inline; zoom: 1; /* FOR IE7-8 */
	padding: 8px 40px 8px 8px;
	margin-bottom: 22px;
	}
.contact_for .capbox-inner {
	font: bold 11px arial, sans-serif;
	color: #000000;
	background-color: #DBF3BA;
	margin: 5px 0px 0px 0px;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

.contact_for #CaptchaDiv {
	font: bold 17px verdana, arial, sans-serif;
	font-style: italic;
	color: #000000;
	background-color: #FFFFFF;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 50%;
	}
.contact_for #CaptchaDivb {
	font: bold 17px verdana, arial, sans-serif;
	font-style: italic;
	color: #000000;
	background-color: #FFFFFF;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}
.contact_for #CaptchaDivc {
	font: bold 17px verdana, arial, sans-serif;
	font-style: italic;
	color: #000000;
	background-color: #FFFFFF;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}
.contact_for #CaptchaInput { margin: 1px 0px 1px 0px; width: 135px; }
.video{
	padding-top:30px;	
}
/*///////////////////////////////////////////////////////
					Responsive Phone
//////////////////////////////////////////////////////*/

@media only screen and (min-width:290px) and (max-width:766px){
.owl-next .fa{
	line-height:40px;	
}
.owl-prev .fa{
	line-height:40px;	
}	
.social_icons{
	text-align:center;
	padding:34px 0px 9px 0px;	
}
.about-txt{
	padding: 40px 15px 0px 15px;	
}
.about-txt ol{
	padding:0px 20px;
}
.map {
	padding:0px 15px;	
}	
.navigation_main .logo{
	margin-left:15px;	
}
.navbar-toggle{
	margin-top:26px;	
}
.slider-height{
	height:100px;	
}
.footer-main{
	padding: 38px 0px 0px 0px;	
}
.contact-info {
    padding-bottom: 36px;
}
	
}