@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background: #fefbf7;
}
@font-face {
	font-family: kalinga;
	src: url(fonts/kalinga.ttf);
}
.header {
	display: block;
	background: #fff;
	height: 100px;
	-webkit-box-shadow: 0px -1px 16px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px -1px 16px 2px rgba(0,0,0,0.1);
	box-shadow: 0px -1px 16px 2px rgba(0,0,0,0.1);
	z-index: 9999;
}
a {
	outline: none;
	border: none;
	text-decoration: none;
}
a:hover {
	outline: none;
	text-decoration: none;
}
.logo {
	margin: 10px 0px;
	display: block;
}
.contact {
	position: fixed;
	top: 200px;
	right: 0;
	z-index: 9999;
}
.fab {
	display: block;
	background: #041e42 url(images/faci-bg.jpg) repeat;
	min-height: 200px;
}
#facilities {
	display: block;
	background: #041e42 url(images/faci-bg.jpg) repeat;
}
.fac-box {
	display: block;
	padding: 15px 0px 10px 0px;
}
.fac-box:hover {
	background: #cca147;
}
.headtop {
	display: block;
	background: #f4f4f4;
}
#facilities h2 {
	font-size: 16px;
	color: #fff;
	padding: 5px 0px;
	margin: 0px;
}
.headtop p {
	font-size: 12px;
	color: #0a4771;
	padding: 5px 0px;
	margin: 0px;
}
.headtop ul {
	list-style: none;
	margin: 3px 0px;
}
.headtop ul li {
	display: inline;
	padding: 5px 0px 0px 2px;
}
.menutop {
	text-align: center;
	text-transform: uppercase;
	border-top: solid 1px #d8dedf;
	width: 100%;
	font-weight: 500;
	font-family: Raleway;
}
.smenu {
	padding-top: 35px;
}
.menutop li a:hover {
	color: #000;
}
#banner {
}
.inbox {
	position: absolute;
	bottom: -50px;
	right: 20px;
	background-color: rgba(3, 137, 212, 9);
	width: 50%;
	padding: 25px;
	color: #fff;
	-webkit-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.44);
	-moz-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.44);
	box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.44);
	z-index: 99;
}
.inbox h2 {
	font-family: Raleway;
	color: #fff;
	margin: 0px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 22px;
}
.inbox p {
	font-family: Raleway;
	font-size: 17px;
	text-align: justify;
	padding-top: 10px;
}
.inpage h1 {
	font-weight: 400;
	font-size: 26px;
	padding: 20px 0px 10px 0px;
	font-family: Raleway;
	color: #054c8f;
	margin: 0px;
	background: url(images/heading-bg.png) left bottom no-repeat;
}
.inpage h2 {
	font-weight: 500;
	font-size: 20px;
	padding: 20px 0px 0px 0px;
	font-family: Raleway;
	color: #009fde;
	margin: 0px;
}
.inpage h3 {
	font-weight: 500;
	font-size: 18px;
	padding: 20px 0px 0px 0px;
	font-family: Raleway;
	color: #17bdff;
	margin: 0px;
}
.inpage p {
	font-weight: 400;
	font-size: 16px;
	padding: 5px 0px 0px 0px;
	font-family: Raleway;
	color: #333;
	margin: 0px;
	text-align: justify;
}
.inpage ul {
	list-style: none;
	padding-top: 10px;
}
.inpage ul li {
	background: url(images/arrow.png) left top no-repeat;
	line-height: 27px;
	padding: 0px 0px 0px 20px;
	font-size: 16px;
	color: #333;
	margin: 0px;
	font-weight: 400;
	text-align: left;
	font-family: Raleway;
}
.in_gray {
	display: block;
	padding: 10px 15px 15px 15px;
	background: #f7f7f7;
	border-bottom: 4px solid #eaeaea;
	color: #383939;
	margin-top: 10px;
	min-height: 165px;
}
.in_gray h2 {
	font-weight: 500;
	font-size: 20px;
	padding: 0px 0px 0px 0px;
	font-family: Raleway;
	color: #009fde;
	margin: 0px;
}
#inaward ul {
	list-style: none;
}
#inaward ul li {
	font-weight: 400;
	font-size: 16px;
	padding: 5px 0px 0px 0px;
	font-family: Raleway;
	color: #333;
}
#inaward h2 {
	font-weight: 500;
	font-size: 20px;
	padding: 10px 0px 0px 0px;
	font-family: Raleway;
	margin: 0px;
}
#emp {
	background: #000 url(images/emp-bg.jpg) left top no-repeat;
	margin-top: 10px;
}
.em {
	background: rgba(14, 14, 14, 0.8);
	border: solid 2px #353b40;
	padding: 20px 25px 30px;
	margin: 0 auto 25px;
	margin-top: 50px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	min-height: 288px;
}
#emp h2 {
	font-weight: 500;
	font-size: 20px;
	padding: 10px 0px 0px 0px;
	font-family: Raleway;
	color: #009fde;
	margin: 0px;
}
#emp p {
	font-weight: 400;
	font-size: 16px;
	padding: 5px 0px 0px 0px;
	font-family: Raleway;
	color: #fff;
	margin: 0px;
	text-align: justify;
}
.cer {
	background: #27c2ff;
	border: solid 2px #74d8ff;
	padding: 20px 18px 7px;
	margin: 0;
	margin-top: 50px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.cer ul {
	list-style: none;
}
.cer ul li {
	font-weight: 400;
	font-size: 16px;
	padding: 5px 0px 0px 0px;
	font-family: Raleway;
	color: #fff;
	background: none;
}
.login {
	margin: 33px 0px 0px 0px;
}
.btn-warning {
	color: #fff;
	background-color: #cca147 !important;
	border-color: #b68d38 !important;
	border-radius: 30px!important;
}
.btn-warning:hover {
	color: #fff;
	background-color: #1a3455 !important;
	border-color: #29466e !important;
	border-radius: 30px!important;
}
.list-quotes {
	cursor: pointer;
	height: auto;
	margin-bottom: 0px;
	overflow: hidden;
	position: relative;
	display: block;
}
.list-quotes img, .list-quotes h1 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
.list-quotes img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.list-quotes:hover img {
	-webkit-transform: translate3d(0, -80px, 0);
	transform: scale(1.2);
	transition: all 250ms ease;
}
.list-quotes:hover {
}
.quotes span {
	color: #222;
	font-weight: bold;
	text-transform: capitalize;
	color: #fff;
}
.list-quotes h5 {
	position: absolute;
	bottom: 127px;
	left: 0;
	right: 0;
	margin: 0;
	padding: 10px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	font-size: 15px;
	font-weight: normal;
	background: rgba(204, 161, 71, 0.9);
	width: 100%;
	color: #fff;
}
.list-quotes:hover img {
	-webkit-transform: translate3d(0, -80px, 0);
	transform: scale(1.1);
	transition: all 250ms ease;
}
.list-quotes:hover h5 {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.scr ul {

	padding:5px 0px 0px 0px;
}
.scr li {
	display: inline !important;
	padding: 7px 0px;
	color: #fff;
	font-size: 17px;
}
.scr li a {
	color: #fff;
}
.scr ul li a:hover {
	color: #cca147 !important;
	text-decoration: none;
}
#top {
	margin: 40px 0px 0px 0px;
}
#top ul li {
	display: inline;
	padding: 0px 10px 0px 10px;
}
#top ul li a {
	color: #041e42;
}
#top ul li a:hover {
	color: #cca147;
	text-decoration: none;
}
#top p {
	color: #075c80;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
}
.service_boxo {
	border: 1px solid #e4e4e4;
	color: #01172c;
	padding: 10px 0px 0px 0px;
	background: #f3f3f3;
	padding: 20px;
	min-height: 247px;
}
.service_boxb {
	color: #01172c;
	border: 1px solid #e4e4e4;
	padding: 20px;
	padding: 10px 0px 0px 0px;
	background: #f3f3f3;
	min-height: 247px;
}
/*#services .col-md-3 {
	padding-left: 7px !important;
	padding-right: 7px !important;
}*/
.ser h1 {
	font-weight: 400;
	font-size: 22px;
	padding: 10px 0px 0px 0px;
	font-family: Raleway;
	color: #054c8f;
	margin: 0px;
}
#services h4 {
	font-weight: 400;
	font-size: 16px;
	padding-top: 12px;
	font-family: Raleway;
}
#services p {
	font-weight: 400;
	font-size: 14px;
	padding-top: 12px;
	font-family: Raleway;
}
#services a:hover {
	text-decoration: none;
}
.service_boxo:hover {
	background: #08bfeb;
	color: #fff !important;
	text-decoration: none;
}
.service_boxb:hover {
	background: #08bfeb;
	color: #fff !important;
	text-decoration: none;
}
.service_boxo a:hover {
	text-decoration: none;
}
.service_boxb a:hover {
	text-decoration: none;
}
.service_boxo {
	border: 1px solid #e4e4e4;
	color: #01172c;
	padding: 10px 0px 0px 0px;
	background: #f3f3f3;
	padding: 20px;
	min-height: 247px;
}
#industries {
	/*background: #faf6f0 url(images/industries-bg.png) center center no-repeat;*/
	background: #faf6f0;
	padding: 20px 0px;
}
.ind_boxo {
	border-top: 0px solid orange;
	background: #fff;
	padding: 20px;
	color: #000;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px -1px 16px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px -1px 16px 2px rgba(0,0,0,0.1);
	box-shadow: 0px -1px 16px 2px rgba(0,0,0,0.1);
}
.ind_boxo:hover {
	background: #cca147;
}
/*.ind_boxo:hover {
	border-top: 5px solid #cca147;
	text-decoration: none;
	
	border-top: 5px solid orange;
	background: #fff;
	padding: 20px;
	
	margin-bottom: 10px;
	-webkit-box-shadow: 0px -1px 16px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px -1px 16px 2px rgba(0,0,0,0.1);
	box-shadow: 0px -1px 16px 2px rgba(0,0,0,0.1);
}*/

#about {
	color: #01172c;
	padding: 30px 0px;
}
.bord {
	border-right: solid 2px #041e42;
}
.bord1 {
	border-right: solid 2px #cca147;
}
#about h2 {
	font-size: 27px;
	padding: 10px 0px 10px 0px;
	color: #041e42;
	margin: 0px;
	font-weight: 600;
	text-transform: uppercase;
}
#about p {
	font-size: 14px;
	padding: 0px 0px 0px 0px;
	color: #000;
	margin: 0px;
	font-weight: 400;
	font-family: Raleway;
	text-align: justify;
}
#aboutus {
	color: #01172c;
	padding: 30px 0px;
}
#aboutus h2 {
	font-size: 27px;
	padding: 10px 0px 10px 0px;
	color: #041e42;
	margin: 0px;
	font-weight: 600;
	text-transform: uppercase;
}
#cars p {
	font-size: 16px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	margin: 0px;
	font-weight: 400;
	font-family: Raleway;
	text-align: justify;
}
#industries h1 {
	font-weight: 400;
	font-size: 32px;
	padding: 10px 0px 20px 0px;
	font-family: Raleway;
	color: #041e42;
	margin: 0px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}
.search-query {
	padding-left: 15px;
}
#industries h1::before {
	background: url(images/before-line.png) left center no-repeat !important;
	height: 2px!important;
	display: inline-block !important;
	width: 200px;
	content: "";
	padding-top: 20px;
}
#industries h1::after {
	background: url(images/after-line.png) left center no-repeat !important;
	height: 2px!important;
	display: inline-block !important;
	width: 200px;
	content: "";
	padding-bottom: 20px;
	margin-left: 3px;
}

#cls {
    /* background: #faf6f0 url(images/industries-bg.png) center center no-repeat; */
    background: #faf6f0;
    padding: 20px 0px;
}
#cls h1 {
	font-weight: 400;
	font-size: 32px;
	padding: 10px 0px 20px 0px;
	font-family: Raleway;
	color: #041e42;
	margin: 0px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}
#cls h1::before {
	background: url(images/before-line.png) left center no-repeat !important;
	height: 2px!important;
	display: inline-block !important;
	width: 200px;
	content: "";
	padding-top: 20px;
}
#cls h1::after {
	background: url(images/after-line.png) left center no-repeat !important;
	height: 2px!important;
	display: inline-block !important;
	width: 200px;
	content: "";
	padding-bottom: 20px;
	    margin-left: -10px;
}

#cls p {
    font-weight: 500;
    font-size: 16px;
    padding-top: 12px;
    font-family: Raleway;
}
#cls p a {
	color: #000;
}
#cls a:hover {
	text-decoration: none;
}


#industries h4 {
	font-weight: 600;
	font-size: 22px;
	padding-top: 10px;
	font-family: Raleway;
	color: #0d2f66;
	text-transform: uppercase;
	margin: 0px;
}
#industries p {
	font-weight: 500;
	font-size: 16px;
	padding-top: 12px;
	font-family: Raleway;
}
#industries p a {
	color: #000;
}
#industries a:hover {
	text-decoration: none;
}
.blog h2 {
	font-weight: 600;
	font-size: 18px;
	padding: 15px 0px 5px 0px;
	font-family: Raleway;
	color: #333;
	margin: 0px;
}
.blog {
	padding: 10px 0px 20px 0px;
}
.blog span {
	color: #cca147;
	font-weight: 600;
}
.blog p {
	font-weight: 400;
	font-size: 14px;
	padding-top: 7px !important;
	font-family: Raleway;
}
.blog p a {
	color: #000 !important;
}
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
.col-md-5ths img {
	-webkit-box-shadow: 0px -1px 16px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px -1px 16px 2px rgba(0,0,0,0.1);
	box-shadow: 0px -1px 16px 2px rgba(0,0,0,0.1);
}
#inaward img {
	-webkit-box-shadow: 0px -1px 16px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px -1px 16px 2px rgba(0,0,0,0.1);
	box-shadow: 0px -1px 16px 2px rgba(0,0,0,0.1);
	margin-top: 20px;
}
@media screen and (min-device-width: 250px) and (max-device-width: 450px) {
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	width: 100%!important;
	float: left;
}
}
@media (min-width: 768px) {
.col-sm-5ths {
	width: 100% !important;
	float: left;
}
}
@media (min-width: 992px) {
.col-md-5ths {
	width: 20% !important;
	float: left;
}
}
@media (min-width: 1200px) {
.col-lg-5ths {
	width: 20%;
	float: left;
}
}
.more a {
	color: #054c8f;
	font-weight: 400;
}
.more a:hover {
	color: #000;
	text-decoration: none;
}
.carbg {
	background: #056d90;
	/*background:#056d90 url(images/videobg.jpg) no-repeat;*/
	display: block;
	padding: 30px;
	min-height: 400px;
}
#careers {
	background: #056d90;
}
#careers .col-md-6 {
	position: relative;
	min-height: 1px;
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.carbg h1 {
	color: #fff;
	font-size: 22px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #fff;
}
.carbg p {
	color: #fff;
	font-size: 17px;
	line-height: 28px;
	padding: 20px 0px 20px 0px;
}
#award h3 {
	font-weight: 400;
	font-size: 22px;
	padding: 20px 0px 20px 0px;
	font-family: Raleway;
	color: #054c8f;
	margin: 0px;
	text-align: center;
}
.carbtn {
	background: transparent;
	border: solid 1px #fff;
	text-align: center;
}
#news {
	background: #fafafa;
	margin-top: 20px;
	padding: 15px 0px;
}
#news h3 {
	margin: 0px;
	color: #434a54;
	padding: 15px 0px 0px 0px;
	text-transform: uppercase;
}
#news h4 {
	margin: 0px;
	color: #375887;
	padding: 5px 0px 0px 0px;
	font-weight: lighter;
}
#news p {
	margin: 0px;
	color: #222324;
	padding: 5px 0px 0px 0px;
	font-weight: lighter;
	font-size: 15px;
}
#news span {
	margin: 0px;
	color: #2169cf;
	padding: 5px 0px 0px 0px;
	font-weight: lighter;
}
#news hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	border-top: 1px solid #eee;
}
#news h5 {
	margin: 0px;
	color: #535353;
	padding: 5px 0px 0px 0px;
	font-weight: 600;
	color: 17px;
}
#news h6 {
	margin: 0px;
	color: #2169cf;
	padding: 5px 0px 0px 0px;
	font-weight: 600;
	color: 17px;
}
#cars {
	background: #041e42 url(images/careers-bg.png) left top no-repeat;
	display: block;
	padding: 20px 0px;
}
#cars h2 {
	font-weight: 400;
	font-size: 30px;
	padding: 10px 0px 10px 0px;
	font-family: Raleway;
	color: #fff;
	margin: 0px;
	text-align: right;
}
#whitepapers {
	background: #f2f2f2 url(images/whitepaers-bg.jpg) center top no-repeat;
	display: block;
	padding: 20px 0px;
}
#whitepapers h2 {
	font-weight: 400;
	font-size: 22px;
	padding: 20px 0px 10px 0px;
	font-family: Raleway;
	color: #054c8f;
	margin: 0px;
}
.whitebtn {
	margin-top: 50px;
	background: #4dadc4;
	width: 200px;
	color: #fff;
	text-align: center;
	padding: 10px 0px;
	text-transform: uppercase;
	font-family: Raleway;
	font-size: 17px;
	text-decoration: none;
}
.whitebtn:hover {
	background: #50c7ff;
	text-decoration: none;
}
#whitepapers a:hover {
	text-decoration: none;
}
.whitebtn a:hover {
	background: #50c7ff;
	text-decoration: none;
}
#whitepapers p {
	font-weight: 400;
	font-size: 17px;
	padding: 0px 0px 10px 0px;
	font-family: Raleway;
	color: #474747;
	margin: 0px;
}
.foottop {
	background: #031a3b url(images/foot-bg.png) left top no-repeat;
	display: block;
	padding: 15px 0px 15px 0px;
}
.foottop h2 {
	margin: 0px;
	color: #cbd6e0;
	padding: 15px 0px 10px 0px;
	font-size: 17px;
	/*background: url(images/heading-bg.png) left bottom no-repeat;*/
	text-transform: uppercase;
	font-family: Raleway;
	font-weight: 500;
}
.foottop h3{padding: 15px 0px 10px 0px;}
.foottop ul {
	list-style: none;
	margin:5px 0px 5px 0px;
}
.foottop ul li {
	color: #a9acac;
	line-height: 25px;/*background: url(images/arrow.png) left top no-repeat;
	padding-left:20px;*/
}
.foottop ul li a {
	color: #6f89b9;
}
.foottop ul li a:hover {
	color: #cca147;
	text-decoration: none;
}
.social {
	margin: 26px 0px 0px 0px;
}
.social li {
	display: inline;
	padding: 0px 0px !important;
}
.social li span {
	font-size: 13px;
	font-weight: 600;
	padding: 10px 0px 0px 0px;
}
.bo {
	color: #6f89b9;
	padding-top: 10px;
}
.bo a {
	color: #6f89b9;
}
#footbtm {
	background: #02132a;
	display: block;
	min-height: 40px;
}
.footbtm {
	border-top: solid 0px #635539;
	display: block;
}
.footbtm p {
	color: #7e8998;
	font-size: 13px;
	padding: 10px 0px 0px 0px
}
.footbtm ul {
	list-style: none;
	padding: 10px 0px 0px 0px;
}
.footbtm ul li {
	display: inline;
	color: #fff;
	font-size: 15px;
}
.footbtm ul li a {
	color: #fff;
}
.footbtm ul li a:hover {
	color: #000;
	text-decoration: none;
}
.soc {
	position: relative;
}
.soc ul {
	/* position:absolute;*/
	margin-top: 10px;
	padding: 0;
	/* top:70%;
    left:50%;
    transform:translate(-50%,-50%);*/
	display: flex;
}
.soc ul li {
	list-style: none;
}
.soc ul li a {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	color: #cca147;
	overflow: hidden;
	margin: 8px;
	transform: rotate(45deg);
	transition: .2s;
	border: 1px solid #cca147;
}
.soc ul li a .fa {
	transform: rotate(-45deg);
	font-size: 1.5rem;
}
.soc ul li a:before {
	content: '';
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 40px;
	height: 40px;
	background: #cca147;
	transition: .2s;
}
.soc ul li a:hover:before {
	bottom: 0;
}
.soc ul li a:hover {
	color: #fff;
}
.soc ul li:nth-child(1) a:before {
	background: #3b5998;
}
.soc ul li:nth-child(2) a:before {
	background: #00aced;
}
.soc ul li:nth-child(3) a:before {
	background: #dd4b39;
}
.soc ul li:nth-child(4) a:before {
	background: #007bb6;
}
.soc ul li:nth-child(5) a:before {
	background: #bc2a8d;
}
#services .col-sm-4, .col-xs-6 {
	position: relative;
	min-height: 1px;
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.search {
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 1;
}
.search i {
	color: #dbb075;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 2px;
}
.field-toggle {
	position: relative;
	top: 30px;
	right: 15px;
	display: none;
	height: 50px;
}
.search-form {
	padding-left: 10px;
	height: 40px;
	font-size: 18px;
	color: #818285;
	font-weight: 300;
	outline: none;
	border: 1px solid #dbb075;
	margin-top: 20px;
	border-radius: 4px;
}
/*---------------------------------------------------------sidebar menu*/

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(250,250,250,.8);
	z-index: 1;
}
.snip1217 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.snip1217 a {
	padding: 0 0;
	color: #0d68a2;
	position: relative;
	text-decoration: none;
	display: inline-block;
}
.snip1217 a:before {
	height: 5px;
	position: absolute;
	content: '';
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	background-color: #cca147;
	width: 0;
}
.snip1217 a:before {
	top: 0;
	left: 0;
}
.snip1217 a:after {
	bottom: 0;
	right: 0;
}
.snip1217 a:hover, .snip1217 .current a {
	color: #0d68a2;
}
.snip1217 a:hover:before, .snip1217 .current a:before, .snip1217 a:hover:after, .snip1217 .current a:after {
	width: 100%;
}
 @media screen and (min-device-width: 1500px) and (max-device-width:1920px) {
.carbg {
	background: #056d90;
	display: block;
	padding: 30px;
	min-height: 427px!important;
}
}
@media only screen and (max-width: 800px) and (orientation : portrait) {
figure.effect-layla h2 {
	padding-top: 4%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	font-size: 13px;
	font-weight: 700;
}
}
.text {
	position: relative;
	top: 0;
	max-width: 367px;
	float: right;
	margin: -27% 19px 0 0;
	padding: 10px 19px;
	/*	background-color: #4dadc4 !important;*/
	z-index: 10;
	color: #fff;
	min-height: 191px;
	-webkit-box-shadow: 0px -1px 16px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px -1px 16px 2px rgba(0,0,0,0.1);
	box-shadow: 0px -1px 16px 2px rgba(0,0,0,0.1);
	background: #009ab1;
	background: linear-gradient(135deg, #009ab1 0%, #005f9b 100%);
}
.text h4 {
	font-family: Raleway;
	font-size: 16px;
}
.text p a {
	color: #fff;
}
.text p a:hover {
	color: yellow;
	text-decoration: none;
}
/*   Mega Menu css Start here*/
.clearfix:after, .clearfix:before {
	content: '';
	display: table
}
.clearfix:after {
	clear: both;
	display: block
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/*a, a:hover, a.active, a:active, a:visited, a:focus {
	color: #fefefe;
	text-decoration: none;
}*/

.vg {
	background: #00629e;
}
.gv td {
	background: #f0f0f0;
	color: #045181;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 15px 4px 15px;
	border: solid 1px #2786c1;
}
.space {
	height: 10px;
	display: block;
}
.custom-search-input {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	display: block;
}
.custom-search-input .search-query {
	padding-right: 3px;
	padding-right: 4px \9;
	padding-left: 13px;
	padding-left: 4px \9;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */
 
	margin-bottom: 0;
	-webkit-border-radius: 30px!important;
	-moz-border-radius: 30px !important;
	border-radius: 30px !important;
	width: 250px;
}
.custom-search-input button {
	border: 0 !important;
	background: none !important;
	/** belows styles are working good */
	padding: 2px 5px !important;
	margin-top: 2px !important;
	position: relative !important;
	left: -28px !important;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */
	margin-bottom: 0 !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	color: #D9230F!important;
}
.search-query:focus + button {
	z-index: 999999;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	margin-left: -1px;
	z-index: 9999 !important;
}
.input-group-btn .fa {
	color: #cca147;
}
.button {
	font-size: 14px;
	text-align: center;
	border: 0px solid transparent;
	background: #cca147;
	color: #ffffff;
	display: inline-block;
	text-transform: capitalize;
	vertical-align: middle;
	padding: 8px 20px;
	-ms-transform: perspective(1px) translateZ(0);
	-o-transform: perspective(1px) translateZ(0);
	-moz-transform: perspective(1px) translateZ(0);
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	-ms-transition-property: color;
	-moz-transition-property: color;
	-o-transition-property: color;
	-webkit-transition-property: color;
	transition-property: color;
	-ms-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	border-bottom: solid 2px #123053;
}
.button:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #193355;
	-ms-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-ms-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-ms-transition-property: transform;
	-moz-transition-property: transform;
	-o-transition-property: transform;
	-webkit-transition-property: transform;
	transition-property: transform;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-ms-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.button:hover, .button:focus, .button:active {
	color: #ffffff;
}
.button:hover:before, .button:focus:before, .button:active:before {
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50);
	-ms-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50);
	-o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50);
}
.btnn {
	display: inline-block;
	padding: 6px 10px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
}

 @media screen and (max-width: 768px) {
#cars h2 {
	text-align: center;
}
.bord1 {
	border: none;
}
#industries h1 {
	font-size: 18px;
	padding: 10px 0px 10px 0px;
}
#industries h1::before {
	width: 0px;
	padding-top: 15px;
	display: none;
}
#industries h1::after {
	width: 0px;
	padding-bottom: 15px;
	display: none;
}
#cls h1 {
	font-size: 24px;
	padding: 10px 0px 10px 0px;
}
#cls h1::before {
	width: 0px;
	padding-top: 15px;
	display: none;
	background:none;
}
#cls h1::after {
	width: 0px;
	padding-bottom: 15px;
	display: none;
	background:none;
}



.list-quotes h5 {
	position: absolute;
	bottom: 200px!important;
}
}
 @media only screen and (max-width: 1024px) and (min-width: 768px) {
.social li span {
	font-size: 13px;
	font-weight: 600;
	padding: 10px 10px 0px 0px !important;
	display: none;
}
.fade-carousel {
	position: static;
	height: 100% !important;
}
}
#inbanner {
	/*position: relative;*/
	background: #f7e7d7;
}
#inbanner img {
	text-align: center;
	margin: 0px auto;
}
.btn-breadcrumb .btn:not(:last-child):after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 10px solid white;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: 100%;
	z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 10px solid rgb(173, 173, 173);
	position: absolute;
	top: 50%;
	margin-top: -17px;
	margin-left: 1px;
	left: 100%;
	z-index: 3;
}
/** The Spacing **/
.btn-breadcrumb .btn {
	padding: 6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
	padding: 6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
	padding: 6px 18px 6px 24px;
}
/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
	border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
	border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
	border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
	border-left: 10px solid #adadad;
}
.cu_boxo {
	border-top: 0px solid orange;
	background: #fffcf6;
	padding: 20px;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px -1px 16px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px -1px 16px 2px rgba(0,0,0,0.1);
	box-shadow: 0px -1px 16px 2px rgba(0,0,0,0.1);
}
.cu_boxo h2 {
	color: #cca147;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
}
/*.cu_boxo:hover { background: #cca147; }*/

.btn-know {
	padding: 6px 10px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #cca147;
	border: none;
}
.btn-know:hover {
	background: #041c40;
	border: none;
	color: #fff;
}
#customer h1 {
	color: #041e42;
	font-size: 22px;
	font-weight: 600;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
#customer h1:after {
	content: '-';
	font-size: 2px;
	background: rgb(204, 161, 71, 0.5);
	margin-top: 7px;
	height: 2px;
	display: block;
}
#customer h2 {
	color: #cca147;
	font-size: 16px;
	font-weight: 500;
	margin: 0px;
	padding: 10px 0px 5px 0px;
}
#customer ul li {
	line-height: 25px;
	background: url(images/tick.png) left top no-repeat;
	padding-left: 20px;
}
.free-box {
	border: 1px solid #f5e4c2;
	background: #fff;
	padding: 20px 10px 10px 10px;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px -1px 16px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px -1px 16px 2px rgba(0,0,0,0.1);
	box-shadow: 0px -1px 16px 2px rgba(0,0,0,0.1);
	text-align: center;
}
.free-box p {
	color: #041e42;
	font-size: 15px;
	font-weight: 500;
	padding: 0px;
	margin: 0px;
}
.breadcrumb>.active {
	color: #b98f35 !important;
	font-weight: 500;
}
#customer .col-md-2 {
	padding-right: 3px !important;
	padding-left: 3px !important;
}
.atm-box {
	margin-bottom: 10px;
	padding: 10px;
	border: 10px double rgb(255, 255, 255, 0.5);
	background: #041e42 url(images/ATM-machine.png) bottom right no-repeat;
	min-height: 300px;
}
.atm-box h2 {
	font-size: 20px !important;
	font-weight: 600 !important;
	margin: 0px;
	padding: 0px !important;
}
.atm-box p {
	font-size: 14px !important;
	font-weight: 500 !important;
	margin: 0px;
	color: #fff;
	width: 40%;
	padding-top: 10px;
}
.mobile-box {
	margin-bottom: 10px;
	padding: 10px;
	border: 10px double rgb(255, 255, 255, 0.5);
	background: #cca147 url(images/mobile_banking.png) bottom left no-repeat;
	min-height: 279px;
}
.mobile-box h2 {
	font-size: 20px !important;
	font-weight: 600 !important;
	margin: 0px;
	color: #041e42 !important;
	padding: 0px !important;
}
.mobile-box h3 {
	font-size: 17px !important;
	font-weight: 600 !important;
	margin: 0px;
	color: #fff !important;
}
.mobile-box p {
	font-size: 14px !important;
	font-weight: 500 !important;
	margin: 0px;
	color: #fff;
	width: 40%;
	float: right;
	padding-top: 10px;
}
 @media only screen and (max-width: 767px) and (min-width: 250px) {
#top ul li {
	display: inline;
	padding: 0px 1px 0px 1px;
	font-size: 9px;
	font-weight: 500;
}
.carousel-indicators {
	display: none;
}
.btnn {
	padding: 6px 9px;
	font-size: 12px;
	font-weight: 600
}
.login {
	margin: 0px 10px 0px 0px;
}
#top {
	margin: 3px 0px 0px 0px;
}
.list-quotes h5 {
	bottom: 145px;
}
}
.card-header {
 padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0,0,0,.03);
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.bg-primary {
	background-color: #041e42!important;
}
.text-white {
	color: #fff!important;
	font-weight: 700;
	text-transform: uppercase;
}
.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
 border-radius: .25rem;
}
.form-group {
	margin-bottom: 1rem;
}
.card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 10px 10px 5px 10px;
}
.bg-success {
	background-color: #cca147!important;
}
.mb-3 {
	margin-bottom: 10px;
	min-height: 224px;
}
.con .col-md-3 {
	padding-right: 15px !important;
	padding-left: 0px !important;
}
.mb-3 p {
	color: #545454;
	line-height: 20px;
	margin: 0px;
}
.mb-3 p a {
	color: #545454;
}
.mb-3 p a:hover {
	color: #a77d25;
	text-decoration: none;
}
.mb-4 p {
	color: #545454;
	line-height: 25px;
	margin: 0px;
}
.mb-4 {
	margin-bottom: 10px;
	min-height: 114px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	color: #fff;
	background-color:#428bca !important;
}
.margintop20 {
	margin-top: 20px;
}
.nav-pills>li>a {
	border-radius: 0px !important;
}

a:hover {
	color: #000;
	text-decoration: none;
}
.nav-stacked>li+li {
	margin-top: 0px;
	margin-left: 0;
	border-bottom: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
}
.active2 {
    border-right: 4px solid #051e42;
}
.right-menu ul li {
    line-height: 25px;
    background:none!important;
     padding-left: 0px !important;
}
.right-menu{ margin-bottom:10px;}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #cca147 !important;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	right: 0px!important;
	z-index: 999999 !important;
	display: none;
	float: left;
	min-width:180px !important;
	padding: 10px 15px !important;
	margin: 0px 0 0 !important;
	font-size: 15px !important;
	text-align: left;
	list-style: none;
	background-color: #cca147 !important;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/* border: 1px solid #ccc; */
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 0px!important;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	color: #fff;
}
.dropdown-menu>li>a {
	display: block;
	padding: 3px 15px !important;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #fff !important;
	white-space: nowrap;
}
.dropdown-menu>li>a:hover {
	padding: 3px 20px;
	background: #041e42 !important;
	color: #fff !important;
}
#customer h5 {
    color: #041e42;
    font-size: 22px;
    font-weight: 600;
    margin: 0px;
    padding: 0px 0px 10px 0px;
}
.loc .col-sm-4{
    padding-right: 5px !important;
    padding-left: 5px !important;
}
.contact-form{ background:#efefef; padding:10px; display:block; min-height:300px; border:solid 1px #ccc; margin-bottom:10px;}
.contact-form h2 {
    font-size: 18px !important;
    font-weight: 500 !important;
    margin: 0px;
    color: #041e42 !important;
    padding: 0px 0px 10px 0px !important;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500 !important;
}
.tbox{}
.form-control {
    border: 1px solid #ccc;
    border-radius: 0px!important;
 
}


.form-select {
    display: block;
    width: 106px!important;
    height: 34px !important;
  
    font-size: 14px!important;
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 0px !important;

}
.contact-form li { background:none !important; padding:0px !important; }

.header .col-md-5{padding-right: 5px !important;
    padding-left: 5px !important;}
	
	.bord{ border:solid 0px #ccc;}
	.td1bg{}
	
   .bord th {
    background: #cca147;
  
    font-size: 20px;
    line-height: 20px;
	color:#fff;
	font-weight:500;
	text-align:center;
	padding:30px;
	vertical-align:middle !important;
}
.bord td{ border:solid 1px #ccc; text-align:center; font-size:16px; vertical-align:middle; height:50px; padding:15px 0px; vertical-align:middle !important;}
	
	