@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
body{ padding:0; margin:0; font-family: 'Roboto', sans-serif;font-size:13px; color:#333; line-height:22px;}

h1{ font-size:30px; color:#141414; font-weight:500; text-align:left; margin-bottom:0px;}
h1 strong{ color:#09397f;  font-weight:600;}
h1 span{ display:block;background:url(../images/heading-line.html) center no-repeat; width:300px; height:41px; text-align:center; margin:auto; margin-top:10px;}
h2{color:#0a3d49; font-size:20px; margin-top:0;}

h3{color: #000!important; font-size:20px;}
h3 span{color: #09397f;}
h4{ margin-bottom:5px;color: #006323; font-weight:500; font-size:16px;}

h5{text-align:center; margin:20px;}
h5 span{    background: #000416;
    color: #fff;
    padding: 10px 25px;
	font-size:18px;
	border-left:#F15E2E 4px solid;
	border-right:#F15E2E 4px solid;}


header .top-header {
	background: #cf3706;
	color: #fff;
	line-height: 34px;
	font-size: 14px;
}
header .top-header ul{padding:0; margin:0; list-style:none;}
header .top-header li {float:left; margin-right:15px;}
header .top-header li a{color:#fff; text-decoration:none; line-height:25px;}
header .top-header li a:hover{color:#fff;}

header .logo{padding:15px 0;}
header .calls{margin-left:15px; margin-top:35px; color:#000; float:left;border: #ccc 1px solid; padding:5px 15px;}
.right{ float:right; margin-top:12px;}
nav ul {color:#fff;list-style:none;margin:0px; padding:0;}
nav ul li {float:left; text-align:left;background:url(../images/menu-line.html) top right no-repeat;}
nav ul li:first-child {padding-left:0;}
nav ul li:last-child {padding-right:0;background-image:none;}
nav ul li a {
	display: block;
	/* height: 55px; */
	line-height: 83px;
	color: #333;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	padding: 0px 17px;
}
nav ul li a:hover{color:#09397f; }
nav li ul{
	position: absolute;
	width:150px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: none;
	z-index: 99999;
  	background:#09397f; 
	border-bottom:#fff 0px solid;
}
nav li ul li{ float:none; text-align:left; background-image:none;}
nav li ul li a{
  display: block;
  font-size: 14px;
  text-transform: none;
  text-decoration:none;
  height: 30px;
  line-height: 30px;
  color: #fff;
  padding: 0px 10px;
  border-radius:0px;
  border-bottom:#3dd2d1 1px solid;
  
  }
nav li ul li a:hover{color:#fff;line-height:30px; height: 30px; border-radius:0px;}
nav li:hover ul{display: block;}
				
.slicknav_menu{ display:none;}	

#banner{ width:100%; overflow:hidden; height:250px; margin-bottom:25px;}
#banner h2{position:absolute; left:0; right:0; color:#fff;text-align: center;font-weight: 500;top:27%;font-size: 45px;text-shadow: #000 0px 5px 5px;}
#banner h2 strong{color:#09397f;  font-weight:600;}
.banner{margin-bottom:30px;border-bottom: #0a3d49 5px solid;}


.inner-intro {height: 175px;display: block;position: relative;overflow: hidden;}
.inner-intro h2 {
    font-size: 60px;
	color:#fff;
    margin-top:40px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    position: relative;
}


.sec-title{
	position:relative;
	margin-bottom:15px;
	text-align:center;	
}

..sec-title h3{
	position:relative;
	text-transform:uppercase;
	font-size:15px;
	font-weight:800;
	color:#646d72;
	margin-bottom:0px;	
}

.sec-title h2{
	position:relative;
	text-transform:uppercase;
	font-size:24px;
	font-weight:800;
	color:#3a4145;
}
.sec-title .line{
	position:relative;
	width:40px;
	height:6px;
	background:#cccccc;
	margin:10px auto 0px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;	
}

.sec-title.style-two .line{
	background:#ffffff;	
}

.overlay-before:before {
	content: '';
	width: 517px;
	height: 215%;
	position: absolute;
	top: 0;
	left: 0;
	background:#006323;
	transform: rotate(23deg);
	-webkit-transform: rotate(23deg);
	transform-origin: 100% 0;
	-webkit-transform-origin: 100% 0;
}

.btn-info{    background: #fff;
    border: 0;
    padding: 10px 20px;
    color: #0a3d49;
    font-weight: 600;
    font-size: 16px;
}
.btn-info:hover{ background:#222;}
.btn-danger{
    border: 0;
    background: #16934b;
    border-radius:30px;
    padding: 6px 20px;
}
.btn-danger:hover{ background:#045426;}
.our-Schemes:hover{
	 transform:translate(10%, -0%);
}
.our-Schemes{ text-align:center; color:#333; margin:25px 0; background:#053c6d;position: relative; margin-top: -75px;z-index: 9999; }
.our-Schemes p{text-align:center; padding:0 15px; color:#ccc; font-size:13px; line-height:24px;}
.our-Schemes .img{ margin:auto; border-radius:2; margin-bottom:25px;}
.our-Schemes h2{ text-align:center; color:#fff; text-transform: capitalize; font-size:25px; font-weight:500; margin-bottom:25px;}
.our-Schemes .link {
    position: relative;
    bottom: -18px;
}

.our-Schemes .normal-btn{
	position:relative;
	padding:9px 25px;
	line-height:24px;
	text-transform:uppercase;
	background:#09397f; 
	color:#ffffff !important;
	font-size:14px;
	border:2px solid #ffffff !important;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	border-radius:20px;
	-webkit-border-radius:20px;
	-ms-border-radius:20px;
	-o-border-radius:20px;
	-moz-border-radius:20px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.our-Schemes .normal-btn .fa{
	padding-right:5px;	
}

.our-Schemes .normal-btn:hover{
	background:#09397f; 
	color:#ffffff !important;
	border-color:#053c6d !important;	
}

.indicators-line > .carousel-indicators{display:none;}

.welcome-area {background: url(../images/about-bg.jpg) fixed; background-size: cover;width: 100%;overflow: hidden; margin-top:40px; text-align:left; padding:40px 0; text-align:center; color:#fff;}
.welcome-area h3 {
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 800;
    color: #fff!important;
    margin-bottom: 0px;
}
.welcome-area h2 {
    position: relative;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
	margin-top:15px;
    color: #fff;
}

.welcome-area .line {
    position: relative;
    width: 40px;
    height: 6px;
    background: #fff;
    margin: 10px auto 0px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	margin-bottom:25px;
}
.more-btn{
	position:relative;
	padding:10px 25px;
	line-height:24px;
	text-transform:uppercase;
	background:none;
	color:#fff;
	font-size:14px;
	border:2px solid #fff;
	font-weight:700;
	border-radius:20px;
	-webkit-border-radius:20px;
	-ms-border-radius:20px;
	-o-border-radius:20px;
	-moz-border-radius:20px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.more-btn:hover{background:#09397f; color:#ffffff;border-color:#09397f; }

.more-btn2{
	position:relative;
	margin:10px;
	padding:10px 25px;
	line-height:24px;
	text-transform:uppercase;
	background:none;
	color:#09397f; 
	font-size:14px;
	border:2px solid #09397f; 
	font-weight:700;
	border-radius:20px;
	-webkit-border-radius:20px;
	-ms-border-radius:20px;
	-o-border-radius:20px;
	-moz-border-radius:20px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.more-btn2:hover{background:#09397f; color:#ffffff;border-color:#09397f; }



.bg-danger{background:#0a3d49!important;}
.table{text-align:center;}
.table th{text-align:center; color:#fff;}

.element {
  /*margin: 0 auto;
  background-color: red;*/
  margin-top:28px;
  animation-name: stretch;
  animation-duration: 2.5s; 
  animation-timing-function: ease-out; 
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}

/*** 

====================================================================
	Fleet Gallery style
====================================================================

***/

.gallery-section{
	position:relative;
	padding:80px 0px;
	background-size:cover;
	background-position:center bottom;
	background-repeat:no-repeat;
	color:#ffffff;
	text-align:center;	
}

.gallery-section .column{
	position:relative;
	padding:0px;	
}

.gallery-section .column .image{
	position:relative;
	overflow:hidden;	
}

.gallery-section .column .image img{
	position:relative;
	display:block;
	width:100%;
	height:auto;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.gallery-section .column:hover .image img{
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);	
}

.gallery-section .column .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;	
}

.gallery-section .column .image .overlay-box .link{
	position:absolute;
	left:-100%;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	color:#ffffff;
	background:rgba(205,95,73,0.80);
	opacity:0;	
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.gallery-section .column .image .overlay-box .txt{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	color:#ffffff;
	text-transform:capitalize;
	font-weight:800;
	font-size:14px;
}

.gallery-section .column:hover .image .overlay-box .link{
	left:0px;
	opacity:1;	
}



.table th{background:#F15E2E!important; color:#fff;}
.parallax-section {
    left: 0px;
    top: 0px;
    width: 100%;
	color:#fff;
    height: 100%;
    background: #09397f; 
    z-index: 0;
}

.parallax-section{padding:30px 0;}
.parallax-section h2{
	position:relative;
	font-size:32px;
	font-weight:300;
	margin-bottom:30px;
	color:#fff;
	text-align:center;
}

.parallax-section .line {
    position: relative;
    width: 100px;
    height: 6px;
    background: #fff;
    margin:auto;
	margin-bottom:20px;
	margin-top:-10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

.parallax-section strong{
	font-weight:700;	
}

#career{ text-align:left;}
#career h2{ background:#394673; color:#fff; padding:8px 10px; font-size:16px;}
#career .career{ border:#ccc 1px solid;border-bottom: #ccc 4px solid;padding:10px; padding-bottom:0; margin-bottom:25px;}
#career .career h3{ color:#F00; margin-top:0; border-bottom:#ccc 0px solid; padding-bottom:0px;}

.career-form{ background: #f9f9f9;border: #16934b 2px solid;margin:10px 0; padding:0 15px;}
.career-form h3{color:#000; text-align:center; margin-bottom:20px;}

#footer {
	background: #000416;
	border-top: #bc2c00 3px solid;
	padding-top: 20px;
	text-align: left;
	color: #a2a6c1;
	line-height: 25px;
	font-size: 13px;
}
#footer h2{ font-size:20px; color:#fff; margin-top:20px; text-transform:uppercase;padding: 0px 0px 30px 0px;display: inline-block; position:relative;}
#footer h2:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom:7px;
    width: 40px;
    height: 6px;
    background: #393939;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
}
.contact-info{
	position:relative;
	margin-bottom:30px;	
}

.contact-info h3{
	position:relative;
	font-size:16px;
	font-weight:800;
	color:#1c1c1c;
	margin-bottom:15px;	
}

.contact-info ul{padding:0; margin:0; list-style:none;}
.contact-info li{
	position:relative;
	padding-left:30px;	
}

.contact-info li .icon{
	position:absolute;
	left:0px;
	top:4px;
	font-size:16px;	
}

.contact-info li .fa-map-marker{ font-size:18px;}

.well-lg {
	text-align:center;
    padding: 24px;
    border-radius: 6px;
    background: #f9f9f9;
    border: #ccc 2px solid;
}

.well-lg h3{font-size:20px; font-weight:600; text-align:center; margin-bottom:25px;}
.well-lg .fa-user { background:#f5821f; color:#fff; font-size:35px; border-radius:50%; width:80px; height:80px; line-height:80px;}

.terms-conditions ol{ margin:0; padding:0!important; list-style: none!important;}
.terms-conditions li{list-style: none;font-size:16px; margin-top:20px;line-height:27px; padding:0 10px; color:#09397f;margin-bottom: 1px; text-align:left; font-weight:500;border: #ccc 1px solid;border-radius: 3px;}
.terms-conditions ol p{ text-align:justify; padding:10px; padding-bottom:0px; line-height:20px;}
.terms-conditions li:before {margin-right: 10px;background:#c6324a;border-radius: 100%;color: white;width: 1.2em;text-align: center;display: inline-block; line-height:18px; font-size:14px;}

#footer ul{margin:0; padding:0; list-style:none;}
#footer li a{ display:block; color:#dddddd; text-decoration:none; line-height:25px;-webkit-transition: padding 0.5s ease 0s;}
#footer li a:hover{color:#fff;padding-left: 10px;}
#footer .copy-right{ background:#bc2c00; font-size:12px; padding:15px 0; margin-top:20px;color:#ddd;border-top: 1px solid #3a3a3a; text-align:center;}
#footer .copy-right a{color:#c3c8cc;}
#footer .copy-right .powerby{float:right;}

@media (min-width:200px) and (max-width:768px) 
{
	header .logo{width:70%;}
	header .social ul li a{display:none;}
	.element{margin:0;}
	.slicknav_menu {display: block;}
	nav{ display:none;}
	.right{float:none; margin:auto;}
	h1{font-size:25px;}
	h1 span{ width:200px;}
	#banner{height:200px;}
	#banner h2{ font-size:35px; top:28%;}
	.our-Schemes{margin:35px 0;}
	.mailbox{margin-bottom:60px;}
	#footer .copy{ text-align:center;}
	#footer .copy .powerby{float:none;}
	.box-left {width:100%;}
	.box-right {width:100%;}
	#left-box{display:none;}
	.inner-intro{height: 87px;}
	.inner-intro h2{margin:auto; text-align:center;}
	.inner-intro h2 span{ font-size:25px!important; margin-top:12px;}
	.more-btn2{display:inline-block;}
	.career-img{display:none;
}	


 .social {
  	color: #fff;  
 }
 .center-block i{

 	padding: 10px 10px;
 }

