/*
	Theme Name: National Cab - Taxi Company HTML5 Template
	Author: EraThemes
	Author URL: http://themeforest.net/user/erathemes
	Created: 01 Oct 2015
	Updated: 12 Oct 2015 
	Version: 1.0
*/

/*
	[Table of contents]

	## Global
		- Font Settings
		- Padding/Margin

	## Header
		- Top Header
			-- Social
			-- Top Menu
			-- Logo block
		- Navigation Menu
		- Social Icons

	## Footer
		- Copyright Text	
		
	## Responsive
		-- min-width: 992 to max-width: 1200
		-- min-width: 768 to max-width: 991
		-- min-width: 319 to max-width: 767
		-- min-width: 991
*/

/* ## Global */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #000;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	outline: 0 !important;
}

	/* - Font Settings */
	.logo-block a b,
	.ow-navigation .container > a,
	.footer-main .widget-title,
	.widget-about li,
	a.see-more,
	a.purchase,
	.section-header h3,
	.choose-us-content-box h3,
	.booking-details-form .btn,
	.we-do-more h3,
	.we-do-more h2,
	.what-we-do-box span,
	.what-we-do-content > a,
	.what-we-do-content .more-service a,
	.driver-info > h3,
	.we-are-hire span,
	.testimonial .carousel-inner p,
	.testimonial .carousel-inner p span,
	.get-mobile h3,
	.get-mobile h2,
	.statistics-box > span,
	.blog-content .entry-title,
	.book-taxi-form > h3,
	.about > h3,
	.about > h2,
	.service-box > h3,
	.service-box > h2,
	.service-box.book-now a,
	.page-heading > h3,
	.blog-area h3,
	.widget-title h3,
	.online-booking-form .btn,
	.contact-form form .btn,
	.map .content h3,
	.media-heading h3 {
		font-family: 'Cabin', sans-serif;
	}

		.subscribe-box h4,
		.subscribe-box .input-group-btn > .btn,
		.widget-about li:last-child span {
			font-family: 'Montserrat', sans-serif;
		}

.contact-form form input,
.contact-form form textarea {
	font-family: 'Lato', sans-serif;
}

.photos-slider .carousel-caption h2,
a.purchase,
a.see-more,
.section-header h3,
.choose-us-content-box h3,
.choose-us-content-box a,
.booking-details-form .btn,
.we-do-more h3,
.we-do-more h2,
.what-we-do-box span,
.what-we-do-content > a,
.what-we-do-content .more-service a,
.we-are-hire span,
.get-mobile h3,
.get-mobile h2,
.blog-content .entry-title,
.entry-content > a,
.photos-slider2 .slider-content h2,
.photos-slider2-content h3,
.book-taxi-form .btn,
.about > h3,
.about > h2,
.about a,
.more-than-you > h3,
.service-box > h3,
.service-box > h2,
.service-box.content span,
.service-box.content > a,
.service-box.book-now a,
.page-heading > h3,
.blog-area h3,
.widget-title h3,
.recent-post-box h3,
.recent-title a,
.map .content h3 {
	text-transform: uppercase;
}

/* - Padding/Margin */
.no-padding {
	padding: 0;
}

.no-left-padding,
ul {
	padding-left: 0;
}

.no-right-padding {
	padding-right: 0;
}

.no-top-padding {
	padding-top: 0;
}

.no-bottom-padding {
	padding-bottom: 0;
}

.no-margin {
	margin: 0;
}

.no-left-margin {
	margin-left: 0;
}

.no-right-margin {
	margin-right: 0;
}

.no-top-margin {
	padding-top: 0;
}

.no-bottom-margin {
	margin-bottom: 0;
}

/* - Section Header */
.section-header {
	position: relative;
	background: url("images/icon/seprator.png");
	background-repeat: no-repeat;
	background-position: bottom;
	display: inline-block;
	width: 100%;
}

/* - Section Padding */
.section-padding {
	padding-top: 50px;
	padding-bottom: 50px;
}

/* ## Header */
/* - Top Header */
.top-header {
	background-color: #f5f5f5;
	padding-bottom: 14px;
	padding-top: 14px;
}
/* -- Social */
.social li {
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
}

	.social li:first-child {
		margin-left: 0;
	}

	.social li:last-child {
		margin-right: 0;
	}

/* -- Top Menu */
.top-header .top-menu {
	text-align: right;
}

	.top-header .top-menu ul {
		padding-left: 0;
	}

	.top-header .top-menu ul {
		display: inline-block;
		list-style: none;
	}

		.top-header .top-menu ul li {
			float: left;
			padding-left: 22px;
			padding-right: 22px;
			position: relative;
			font-size: 13px;
		}

			.top-header .top-menu ul li a {
				color: #555;
				text-transform: capitalize;
				text-decoration: none;
			}

				.top-header .top-menu ul li a:hover {
					color: #de302f;
				}

			.top-header .top-menu ul li:first-child {
				padding-left: 0;
			}

			.top-header .top-menu ul li:last-child {
				padding-right: 0;
			}

			.top-header .top-menu ul li:before {
				content: "|";
				position: absolute;
				left: -1px;
			}

			.top-header .top-menu ul li:first-child:before {
				content: "";
			}

/* -- Logo block */
.middle-header {
	padding-bottom: 22px;
	padding-top: 2px;
	background-color: #35363a;
}

.logo-block {
	position: relative;
	line-height: 0;
	margin: 0px 0 0 0;
}

	.logo-block a {
		/* padding-left: 102px; */
		display: inline-block;
		text-decoration: none;
	}

		.logo-block a img {
			position: absolute;
			left: 0px;
		}

		.logo-block a b {
			text-transform: uppercase;
			font-size: 24px;
			display: block;
			color: #000;
			margin-top: 3px;
		}

		.logo-block a span {
			font-size: 13px;
			color: #8c8b8b;
			float: left;
			margin-top: -6px;
		}

.navbar-brand.logo-block {
	display: none;
}

.middle-header .col-md-6 {
	text-align: right;
	padding-top: 17px;
	padding-bottom: 0px;
	margin: 0;
	margin-bottom: 0;
	color: white;
}

.location,
.phone {
	position: relative;
	padding-left: 46px;
	display: inline-block;
	text-align: left;
}

.location {
	/* margin-right: 32px; */
}

	.location > img,
	.phone > img {
		position: absolute;
		left: 0;
	}

	.location p {
		font-size: 16px;
	}

		.location p span,
		.phone p span {
			display: block;
		}

.phone {
	margin-left: 32px;
}

	.phone > img {
		top: 7px;
	}

	.phone p {
		font-size: 15px;
		font-weight: 300;
		text-transform: uppercase;
	}

		.phone p span {
			font-size: 20px;
			font-weight: 600;
			color: #ffffff;
		}

/* - Navigation Menu */
/* - Social Icons */

/* ## Footer */
.footer-main {
	background-image: url("images/footer-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 98px;
}

.bottom-footer {
	background-color: #171717;
	padding: 30px 0;
}

	.bottom-footer ul {
		margin-bottom: 0;
		list-style: none;
	}

		.bottom-footer ul li {
			float: left;
			padding: 0 8px;
			position: relative;
		}

			.bottom-footer ul li:before {
				content: "|";
				color: #fff;
				position: absolute;
				left: -4px;
				top: 0;
			}

			.bottom-footer ul li:first-child:before {
				content: "";
			}

			.bottom-footer ul li a {
				color: #fff;
				text-transform: uppercase;
				font-family: 'Oxygen', sans-serif;
				font-size: 12px;
			}

	.bottom-footer p {
		margin-bottom: 0;
		color: #fff;
		text-align: right;
		text-transform: uppercase;
		font-size: 12px;
	}
/* -- Widget */
/* -- Widget Subsribe */
.widget-subscribe .subscribe-box {
	display: inline-block;
	padding: 45px 35px;
	border: 1px solid rgba(209,209,209,0.2);
	color: #eee;
}

.subscribe-box h4 {
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 30px;
	color: #fff;
}

.subscribe-box p {
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 30px;
}

.subscribe-box input {
	border: none;
	text-transform: uppercase;
	padding-top: 12px;
	padding-bottom: 12px;
	height: auto;
}

	.subscribe-box input:focus {
		box-shadow: none;
	}

.subscribe-box input,
.subscribe-box .input-group-btn > .btn {
	border-radius: 0;
	outline: none;
}

.subscribe-box .input-group-btn > .btn {
	text-transform: uppercase;
	background-color: #f7b731;
	border-color: #f7b731;
	padding-top: 11px;
	padding-bottom: 11px;
}

.widget-subscribe ul {
	margin-top: 22px;
	list-style: none;
}

	.widget-subscribe ul li {
		float: left;
		margin: 0 10px;
	}

		.widget-subscribe ul li a {
			width: 32px;
			height: 35px;
			display: inline-block;
			overflow: hidden;
			position: relative;
		}

			.widget-subscribe ul li a img {
				position: absolute;
			}

			.widget-subscribe ul li a:hover img {
				top: -38px;
			}

.footer-main .widget-title {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 0;
	color: #fff;
	margin-bottom: 40px;
	background-image: none;
}

/* -- Widget Links */
.footer-main .widget {
	width: 100%;
	display: inline-block;
	margin-bottom: 75px;
}

.widget-links ul li {
	display: inline-block;
	width: 100%;
	margin-bottom: 38px;
}

	.widget-links ul li:last-child {
		margin-bottom: 0;
	}

	.widget-links ul li a {
		font-size: 13px;
		color: #fff;
		text-decoration: none;
	}

		.widget-links ul li a:before {
			content: "";
			background-image: url("images/icon/ftr-link.png");
			background-repeat: no-repeat;
			width: 7px;
			height: 10px;
			display: inline-block;
			margin-right: 14px;
		}

/* -- Widget About */
.widget-about {
	color: #fff;
	font-size: 14px;
}

	.widget-about p {
		margin-bottom: 40px;
	}

	.widget-about li {
		display: inline-block;
		width: 100%;
		position: relative;
		line-height: 19px;
		padding-left: 55px;
		margin-bottom: 40px;
		font-weight: bold;
	}

		.widget-about li span {
			display: block;
		}

		.widget-about li img {
			position: absolute;
			left: 0;
			top: 0;
		}

		.widget-about li:last-child {
			margin-bottom: 0;
		}

		.widget-about li a {
			color: #fff;
			font-weight: normal;
		}

/* ## Responsive */

/* -- min-width: 992 to max-width: 1200 */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	/* ## Header */
	.location, .phone {
		margin: 0;
	}
}

/* -- min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* ## Header */
	.location, .phone {
		margin: 0;
	}
}

/* -- min-width: 319 to max-width: 767 */
@media only screen and (min-width: 319px) and (max-width: 767px) {
	/* ## Header */
	.top-header .social,
	.top-header .top-menu,
	.logo-block,
	.middle-header .col-md-6 {
		width: 100%;
		text-align: center;
	}

	.top-header .social {
		margin-bottom: 14px;
	}

	.top-header .top-menu {
		padding: 0;
	}

		.top-header .top-menu ul li {
			font-size: 12px;
			padding-left: 10px;
			padding-right: 10px;
		}

	.logo-block {
		margin-bottom: 33px;
	}

		.logo-block a {
			max-width: 220px;
			display: inline-block;
			position: relative;
		}

			.logo-block a img {
				left: 0;
				display: block;
				position: relative;
			}

	.location, .phone {
		margin: 0;
	}

	/* ## Footer */
	.bottom-footer ul,
	.bottom-footer p {
		width: 100%;
		text-align: center;
	}

		.bottom-footer,
		.bottom-footer ul,
		.bottom-footer ul li {
			float: none;
			display: inline-block;
		}

			.bottom-footer ul {
				margin-bottom: 10px;
			}
}

/* -- min-width: 991 */
@media (max-width: 991px) {
}

/* ## min-width: 1200 */
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}











/*===custom css===*/

footer.footer-main p {
	color: white;
}



















/*====booking====*/

/*booking engine start css*/
.main-form {
	padding: 0;
	margin: 0px;
	width: 100%;
	background: #006aff8c;
	border: 2px solid;
	border-radius: 14px;
}

@keyframes yourAnimation1 {
	0% {
		transform: rotate(0) translateX(25%);
		opacity: 0;
	}

	100% {
		transform: rotate(0) translateX(0%);
		opacity: 1;
	}
}

.main-form h1 {
	font-size: 30px;
	color: #000;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
	margin: 0 0 15px 0;
	padding: 6px 0 0px 15px;
	letter-spacing: 0px;
	border-left: 2px solid #ff5a00;
}

	.main-form h1 span {
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 1px;
		color: #ff5a00;
		line-height: 24px;
	}

.main-instant {
	padding: 40px 0px;
	margin: 0px 0px 10px 0px;
	width: 100%;
	background-color: #000000;
	position: relative;
}

	.main-instant h2 {
		font-size: 34px;
		color: #facf00;
		text-transform: uppercase;
		line-height: 1.206;
		text-align: center;
		font-weight: 600;
	}

	.main-instant span {
		font-size: 24px;
		color: #fbca0b;
		text-transform: uppercase;
		text-align: center;
		display: block;
		letter-spacing: 3px;
		line-height: 25px;
	}

.input-text {
	border: none;
	width: 100%;
	color: #a6a6a6;
	font-size: 14px;
	font-weight: 300;
	background-color: transparent;
}

	.input-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		color: #a6a6a6;
	}

	.input-text::-moz-placeholder { /* Firefox 19+ */
		color: #a6a6a6;
	}

	.input-text:-ms-input-placeholder { /* IE 10+ */
		color: #a6a6a6;
	}

	.input-text:-moz-placeholder { /* Firefox 18- */
		color: #a6a6a6;
	}

.input-text-1 {
	border: none;
	width: 48%;
	color: #a6a6a6;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: 300;
	background-color: #fff0;
}

	.input-text-1 option {
		color: #000;
	}

		.input-text-1 option:disabled {
			color: #a6a6a6;
		}

textarea:focus, input:focus {
	outline: none !important;
}

.form-group {
	padding: 7px 0px 4px 5px;
	display: block;
	margin-top: 0px;
	margin-bottom: 15px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	color: #959595;
	border-radius: 5px;
	display: inline-block;
	position: relative;
}

.input-text {
	display: block;
	width: 100%;
	min-height: 34px;
	padding: 18px 20px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
	background: #fff;
	border-radius: 10px;
	font-weight: 600;
	box-shadow: 3px 3px 10px rgba(0,0,0, 0.40);
}

#btnvias {
	position: absolute;
	top: 10%;
	right: 0px;
	background-color: #9f9ea2;
	color: #fff;
	padding: 17.5px 20px;
	border-radius: 0 10px 10px 0px;
}

.main-form a {
	background-color: #35363a;
	color: #fff;
	display: block;
	border: 2px solid #ffffff;
	padding: 12px 26px;
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
	border-radius: 10px;
	box-shadow: 3px 3px 10px rgba(0,0,0, 0.40);
}

	.main-form a:hover {
		background-color: #000000;
		color: white;
	}

.checkbox, .radio {
	position: relative;
	display: block;
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: left;
	text-align: center;
}

	.checkbox label {
		min-height: 20px;
		padding-left: 22px;
		font-size: 13px;
		margin-bottom: 0;
		font-weight: 400;
		cursor: pointer;
		color: #000;
		text-transform: uppercase;
	}

	.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
		position: absolute;
		width: 15px;
		height: 15px;
	}
/*-- banner-info --*/
.banner-info {
	padding: 3% 0;
}

.categories_sub {
	text-align: left;
	margin-top: 80px;
	text-shadow: 2px 2px 3px rgba(0,0,0, 0.20);
}

	.categories_sub h2 {
		letter-spacing: 0px;
		font-size: 68px;
		font-weight: 600;
		color: #fff;
		text-transform: lowercase;
		position: relative;
		text-align: left;
	}

		.categories_sub h2 span {
			font-size: 18px;
			font-weight: 400;
			letter-spacing: 0px;
			color: #fff;
			line-height: 40px;
			display: block;
			text-align: left;
		}

.app-btn {
	width: 100%;
	text-align: center;
}

.app-btnimg {
	display: inline-block;
	text-align: left;
	padding: 15px 20px 0 0;
}

.services {
	padding: 8em 0 8em 0;
}

	.services h4 {
		color: #444;
		font-size: 2em;
		font-weight: 300;
		text-align: center;
		letter-spacing: 1px;
		margin-bottom: .5em;
		text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
	}

	.services h5 {
		color: #7c7c7c;
		text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
		font-size: 1em;
		text-align: center;
		margin-bottom: 3em;
		font-weight: 400;
	}

.service-box {
	margin-bottom: 35px;
}

.service-center {
	text-align: center;
}

.service-icon-left .service-icon {
	float: left;
}

.service-icon-left .service-content {
	padding-left: 45px;
}

.service-icon-left-more .service-icon {
	float: left;
}

.service-icon-left-more .service-content {
	padding-left: 60px;
}

.service-center .service-icon {
	margin-bottom: 14px;
}

.service-center .service-content h4 {
	margin-bottom: 6px;
	font-weight: 400;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #444;
}

.service-center .service-content p {
	color: #7c7c7c;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
	font-size: 1em;
	text-align: center;
	font-weight: 400;
}

.service-center .service-icon i {
	display: inline-block;
}

.service-box h4 {
	margin-bottom: 5px;
	font-weight: 400;
}

.service-box > div:first-child {
	padding: 0;
	color: #131313;
}

.service-boxed {
	margin-top: 30px;
	padding: 0 15px 20px 15px !important;
	border: 1px solid #eee;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

	.service-boxed:hover {
		border-color: #e2e2e2;
		box-shadow: 0 0 6px rgba(0,0,0,.1);
		-o-box-shadow: 0 0 6px rgba(0,0,0,.1);
		-moz-box-shadow: 0 0 6px rgba(0,0,0,.1);
		-webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
	}

	.service-boxed p {
		margin-bottom: 0;
	}
/*End Services*/
/*Our Services*/
.our-services {
	padding: 8em 0 8em 0;
}

	.our-services h2 {
		color: #7c7c7c;
		text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
		font-size: 1em;
		text-align: center;
		margin-bottom: 3em;
		font-weight: 400;
	}

	.our-services h3 {
		color: #2a017b;
		font-size: 2.2em;
		font-weight: 400;
		text-align: center;
		letter-spacing: 1px;
		margin-bottom: .4em;
		text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
	}

	.our-services p {
		color: #7c7c7c;
		text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
		font-size: 1em;
		text-align: center;
		font-weight: 400;
	}

.our-services-bx-spec {
	width: 100%;
	animation: yourAnimation1 3s forwards 0s ease;
	padding: 0;
	background: #f8f8f8;
	text-align: center;
	border-radius: 80px;
	max-height: 100%;
	height: 100%;
}

.our-services-bx-bg {
	border-radius: 80px;
	background: rgba(42, 1, 123, 0.7);
	border: solid 5px #ff5a00;
	background-color: transparent;
	background-image: linear-gradient(transparent, #2a017b);
}

@keyframes yourAnimation3 {
	0% {
		transform: rotate(0) translateY(-50%);
		opacity: 0;
	}

	100% {
		transform: rotate(0) translateY(0%);
		opacity: 1;
	}
}

.our-services-bx-icon {
	width: 100%;
	padding: 20px 0px 0;
	margin-top: 0px;
}

.our-services-bx-spec:hover i {
	color: #ff5a00;
	cursor: pointer;
}

.our-services-bx-icon i {
	color: #fff;
	font-size: 48px;
	background-color: #30303000;
	display: grid;
	place-items: center;
	-webkit-transition: box-shadow .6s ease-out;
	font-style: normal;
}

.our-services-bx-content {
	width: 100%;
	margin: 0px;
	padding: 15px 30px;
}

	.our-services-bx-content h4 {
		margin: 0 0 15px;
		font-weight: 400;
		font-size: 18px;
		color: #fff;
		width: 100%;
	}

.our-services-bx-spec:hover h4 {
	color: #ff5a00;
}

.our-services-bx-content p {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #fff;
}

.our-services-bx-spec:hover {
	cursor: pointer;
	background-color: #000;
}

	.our-services-bx-spec:hover p {
		color: #fff !important;
	}

.our-services-bx-spec.active .our-services-bx-bg {
}

.our-services-bx-bg:hover {
	background: rgba(42, 1, 123, 0.9);
}

.our-services-bx-spec a {
	display: inline-block;
	color: #ff5a00 !important;
	font-size: 14px;
	padding: 0 0 20px 0;
	font-weight: 500;
}

	.our-services-bx-spec a:before {
		content: "\f124";
		margin-right: 10px;
		font-family: Flaticon;
	}

.our-services-bx-spec:hover a {
	color: #ff5a00 !important;
	padding-left: 10px;
}
/*End Our Services*/
/*Our Visions*/
.our-visions-cvr {
	padding: 5em 0;
	background: url(../images/veh-bg.jpg) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	position: relative;
}

.our-visions {
	padding: 5em 0;
	background: rgba(0, 0, 0, 0.03);
}

	.our-visions .heading {
		max-width: 750px;
	}

		.our-visions .heading h2 {
			color: #2a017b;
			font-size: 2.2em;
			font-weight: 400;
			line-height: 42px;
			margin-bottom: 15px;
			text-align: center;
		}

		.our-visions .heading p {
			margin: 0px 0px 35px;
			font-weight: 400;
			color: #000 !important;
			line-height: 26px;
		}

	.our-visions .middle-section p {
		margin: 16px 0 0px;
		font-size: 16px;
		line-height: 24px;
		color: #000;
		opacity: 0.7;
	}

	.our-visions .middle-section h4 {
		font-size: 22px;
		color: #000;
		line-height: 27px;
		font-weight: 600;
		margin-top: 20px;
	}

	.our-visions .middle-section i {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		text-align: center;
		line-height: 60px;
		color: #fff;
		display: inline-block;
		font-size: 24px;
		background-color: #ff5a00;
	}

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

.vehicles {
	padding: 25px 0;
	position: relative;
}

#our-vehicles {
	text-align: center;
	margin: 4em 0 0 0;
}

	#our-vehicles img {
		max-width: 80%;
		margin: 0 auto;
	}
/*End Our Visions*/
.back-to-top {
	display: none;
	position: fixed;
	bottom: 18px;
	right: 15px;
	z-index: 1010;
}

	.back-to-top i {
		display: block;
		width: 36px;
		height: 36px;
		line-height: 36px;
		color: #fff;
		border-radius: 5px;
		text-align: center;
		background-color: #269fe2;
		transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
	}
/*--// banner --*/
.tittle-w3layouts,
.tittle-w3layouts.two {
	color: #fff;
	font-size: 2.7em;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

	.tittle-w3layouts.two {
		color: #333;
	}

.entry-w3pvt-main {
	background-color: #ecf0f1;
}

.entry-w3layouts-info h4 {
	color: #444;
	font-size: 1.8em;
	text-align: left;
	letter-spacing: 1px;
	margin-bottom: .5em;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.content-left-bottom h5 {
	color: #ff5a00;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
	font-size: 1em;
	margin-bottom: 5px;
}

.content-w3pvt-img {
	padding: 0 5em;
}

	.content-w3pvt-img img {
		border-radius: 0 50% 0 50%;
		position: relative;
		z-index: 100;
	}

	.content-w3pvt-img::after {
		width: 338px;
		height: 338px;
		display: inline-block;
		content: "";
		position: absolute;
		top: -30px;
		right: 35px;
		border-radius: 0 50% 0 50%;
		z-index: 99;
		background: rgba(0, 0, 0, 0.05);
	}

.single-service {
	background: #ffff;
	padding: 40px 0px;
	-webkit-box-shadow: 0 8px 26px rgba(67,40,124,0.13);
	border-radius: 15px;
	display: inline-block;
	width: 100%;
	position: relative;
	top: -200px;
	margin-bottom: -120px;
}

.single-ser .ser-top {
	padding: 0 26px;
	text-align: center;
}

	.single-ser .ser-top img {
		margin-bottom: 20px;
		width: 100%;
	}

	.single-ser .ser-top p {
		color: #3B4855;
		font-size: 15px;
	}

	.single-ser .ser-top h4 {
		font-size: 25px;
		color: #001f44;
		font-weight: 600;
		line-height: 1.3;
		margin-bottom: 5px;
	}

.single-ser .ser-mid {
	margin-bottom: 25px;
	padding-bottom: 26px;
	border-bottom: 1px solid #E7E6EB
}

	.single-ser .ser-mid h4 {
		color: #FD8F5F;
		font-size: 32px;
		font-weight: 600
	}

		.single-ser .ser-mid h4 span {
			color: #838a9b;
			font-size: 12px
		}

.single-ser .ser-bottom ul li {
	color: #717081;
	font-weight: 300;
	margin-bottom: 23px;
	font-size: 16px
}

	.single-ser .ser-bottom ul li:last-child {
		margin-bottom: 46px
	}

.single-ser .borders-btn {
	padding: 10px 64px;
	background: none;
	border: 1px solid #1779af;
	display: inline-block;
	color: #1779af;
	border-radius: 30px;
}

.single-ser:hover .borders-btn {
	background: #1779af;
	color: #fff !important
}
/* WHY CHOOSE US */
.whyus {
	display: inline-block;
	width: 100%;
	padding: 80px 0;
	background: #f4f8fb;
}

	.whyus h3 {
		font-size: 42px;
		font-weight: 300;
		text-transform: uppercase;
		margin-bottom: 40px;
		padding: 0px 0 0px 0;
		color: #001f44;
		text-align: center;
	}

.center {
	text-align: center;
}

.iconbox .iconbox-icon {
	min-height: 80px;
	line-height: 80px;
	margin-bottom: 15px;
}

.iconbox .iconbox-content {
	margin-bottom: 15px;
	font-size: 24px
}

	.iconbox .iconbox-content a {
		margin-bottom: 15px;
		color: #001f44;
	}

		.iconbox .iconbox-content a:hover {
			color: #039c19
		}


/*============= contact area ==============*/
.contact_area {
	background: #f8f9fc;
}

.map_area {
	padding: 0px;
	position: relative;
}

	.map_area iframe {
		width: 100%;
		height: 100%;
		border: 0px;
	}

	.map_area .app_contact_info {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		background-color: white;
		-webkit-box-shadow: 0px 40px 50px 0px rgba(0, 11, 40, 0.2);
		box-shadow: 0px 40px 50px 0px rgba(0, 11, 40, 0.2);
		padding: 45px 66px 15px 45px;
	}

		.map_area .app_contact_info .triangle {
			position: absolute;
			width: 15px;
			height: 15px;
			right: 55px;
			background: #fff;
			bottom: -7px;
			-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			transform: rotate(45deg);
		}

.info_item {
	padding-left: 50px;
	position: relative;
	margin-bottom: 35px;
}

	.info_item i {
		position: absolute;
		left: 0;
		font-size: 30px;
		color: #020780;
		top: 0px;
		left: 0;
	}

	.info_item h6 {
		font-weight: 600;
		font-size: 20px;
		line-height: 24px;
	}

	.info_item p {
		font-size: 15px;
		line-height: 28px;
		color: #677294;
		font-family: "Lato", sans-serif;
	}

	.info_item a {
		color: #020780;
	}

		.info_item a:hover {
			color: #001621;
		}

.contact_info {
	max-width: 580px;
	margin-right: auto;
	margin-left: 0px;
	padding: 120px 0px 120px 80px;
}

	.contact_info .contact_form .form-group:last-child {
		margin-bottom: 0px;
	}

/*============= contact area ==============*/
.contact_form .form-group {
	position: relative;
	margin-bottom: 40px;
}

	.contact_form .form-group .form-control {
		background: transparent;
		border: 0px;
		font-size: 15px;
		line-height: 30px;
		font-family: "Lato", sans-serif;
		color: #000000;
		padding: 0px;
		position: relative;
		border-bottom: 2px solid #020780;
		border-radius: 0px;
		-webkit-box-shadow: none;
		box-shadow: none;
		float: none;
	}

		.contact_form .form-group .form-control.placeholder {
			color: #7a8292;
			-webkit-transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
			transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
			-o-transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
			transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
			transition: transform ease 0.7s, opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
		}

		.contact_form .form-group .form-control:-moz-placeholder {
			color: #7a8292;
			-webkit-transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
			transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
			-o-transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
			transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
			transition: transform ease 0.7s, opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
		}

		.contact_form .form-group .form-control::-moz-placeholder {
			color: #7a8292;
			-webkit-transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
			transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
			-o-transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
			transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
			transition: transform ease 0.7s, opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
		}

		.contact_form .form-group .form-control::-webkit-input-placeholder {
			color: #7a8292;
			-webkit-transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
			transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
			-o-transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
			transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
			transition: transform ease 0.7s, opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
		}

		.contact_form .form-group .form-control:focus {
			outline: none;
		}

			.contact_form .form-group .form-control:focus.placeholder {
				-webkit-transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
				transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
				-o-transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
				transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
				transition: transform ease 0.5s, opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
				-webkit-transform: translateY(-10px);
				-ms-transform: translateY(-10px);
				transform: translateY(-10px);
				opacity: 0;
				font-size: 12px;
			}

			.contact_form .form-group .form-control:focus:-moz-placeholder {
				-webkit-transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
				transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
				-o-transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
				transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
				transition: transform ease 0.5s, opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
				transform: translateY(-10px);
				opacity: 0;
				font-size: 12px;
			}

			.contact_form .form-group .form-control:focus::-moz-placeholder {
				-webkit-transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
				transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
				-o-transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
				transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
				transition: transform ease 0.5s, opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
				transform: translateY(-10px);
				opacity: 0;
				font-size: 12px;
			}

			.contact_form .form-group .form-control:focus::-webkit-input-placeholder {
				-webkit-transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
				transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
				-o-transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
				transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
				transition: transform ease 0.5s, opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
				-webkit-transform: translateY(-10px);
				transform: translateY(-10px);
				opacity: 0;
				font-size: 12px;
			}

			.contact_form .form-group .form-control:focus + .border_line {
				width: 100%;
				z-index: 3;
			}

	.contact_form .form-group .border_line {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		background: #001621;
		height: 2px;
		border: 0px;
		margin-bottom: 0px;
		-webkit-transition: width 0.3s linear;
		-o-transition: width 0.3s linear;
		transition: width 0.3s linear;
	}

	.contact_form .form-group textarea {
		height: 120px;
		resize: none;
	}

	.contact_form .form-group .contact_btn {
		padding: 10px 40px;
		margin-top: 10px;
	}

/*=================== contact area css ===================*/
.contact_area_two {
	background: #fde401;
}

.get_info {
	padding-right: 100px;
}

	.get_info h3 {
		font: 700 26px/44px "Barlow Condensed", sans-serif;
		color: #1779af;
		margin-bottom: 15px;
		text-align: left;
	}

		.get_info h3 span {
			font-size: 50px;
			font-weight: 500;
			color: #001621;
			vertical-align: bottom;
			padding-left: 25px;
		}

	.get_info p {
		color: #272727;
		margin-bottom: 15px;
		text-align: left;
	}

	.get_info .info_item p {
		margin-bottom: 0;
	}

		.get_info .info_item p strong {
			font-size: 16px;
			font-weight: 600;
			color: #677294;
		}

	.get_info .social_icon h6 {
		font-size: 20px;
		line-height: 30px;
		font-weight: 600;
	}

	.get_info .social_icon ul li {
		display: inline-block;
		margin-right: 7px;
		padding-top: 8px;
	}

		.get_info .social_icon ul li a {
			font-size: 14px;
			width: 40px;
			height: 40px;
			display: inline-block;
			line-height: 40px;
			color: #081B33;
			border-radius: 50%;
			border: 1px solid #081B33;
			text-align: center;
			-webkit-transition: all 0.2s linear;
			-o-transition: all 0.2s linear;
			transition: all 0.2s linear;
		}

			.get_info .social_icon ul li a:hover {
				background: #001621;
				border-color: #001621;
				color: #fff;
			}

.contact_info_two .contact_form .form-group:last-child {
	margin-bottom: 0;
}

.mapBox {
	height: 700px;
}

.modal.modal-message .modal-dialog {
	margin: 130px auto 0px;
}

	.modal.modal-message .modal-dialog .modal-content {
		text-align: center;
	}

		.modal.modal-message .modal-dialog .modal-content .modal-header {
			border: none;
			display: block;
		}

			.modal.modal-message .modal-dialog .modal-content .modal-header h2 {
				color: #020e27;
				font-family: "Barlow Condensed", sans-serif;
				font-weight: bold;
				font-size: 50px;
				letter-spacing: 2px;
				padding-top: 70px;
			}

			.modal.modal-message .modal-dialog .modal-content .modal-header p {
				font-size: 16px;
				color: #020e27;
				font-family: "Lato", sans-serif;
				letter-spacing: .34px;
				padding-top: 10px;
				padding-bottom: 50px;
			}

.mchimp-errmessage, .mchimp-sucmessage {
	text-align: center;
	font-size: 14px;
	color: #020e27;
	font-family: "Barlow Condensed", sans-serif;
	padding-top: 10px;
}

.gray_mailchimp .mchimp-errmessage, .gray_mailchimp .mchimp-sucmessage {
	text-align: center;
	font-size: 14px;
	color: #020e27 !important;
	font-family: "Lato", sans-serif;
	padding-top: 10px;
}

/*---------------------------------------------------- */


/*============= contact area ==============*/
.section_title {
	margin-bottom: 20px;
}

	.section_title h5 {
		font-size: 18px;
		line-height: 20px;
		color: #272727;
		font-weight: 400;
		letter-spacing: 0px;
		text-transform: uppercase;
	}

	.section_title h2 {
		font-size: 30px;
		line-height: 40px;
		color: #001f44;
		margin-bottom: 0;
		text-align: left;
	}

	.section_title .color_w {
		color: #fff;
	}

.contact_area {
	background: #f8f9fc;
}

.map_area {
	padding: 0px;
	position: relative;
}

	.map_area iframe {
		width: 100%;
		height: 100%;
		border: 0px;
	}

	.map_area .app_contact_info {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		background-color: white;
		-webkit-box-shadow: 0px 40px 50px 0px rgba(0, 11, 40, 0.2);
		box-shadow: 0px 40px 50px 0px rgba(0, 11, 40, 0.2);
		padding: 45px 66px 15px 45px;
	}

		.map_area .app_contact_info .triangle {
			position: absolute;
			width: 15px;
			height: 15px;
			right: 55px;
			background: #fff;
			bottom: -7px;
			-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			transform: rotate(45deg);
		}

.info_item {
	padding-left: 50px;
	position: relative;
	margin-top: 35px;
}

	.info_item i {
		position: absolute;
		left: 0;
		font-size: 30px;
		color: #006aff;
		top: 0px;
		left: 0;
	}

	.info_item h6 {
		font-weight: 600;
		font-size: 20px;
		line-height: 22px;
		color: #001f44;
	}

	.info_item p {
		font-size: 15px;
		line-height: 24px;
		color: #677294;
		font-family: "Lato", sans-serif;
	}

	.info_item a {
		color: #272727;
	}

		.info_item a:hover {
			color: #1779af;
		}

.contact_info {
	max-width: 580px;
	margin-right: auto;
	margin-left: 0px;
	padding: 120px 0px 120px 80px;
}

	.contact_info .contact_form .form-group:last-child {
		margin-bottom: 0px;
	}

/*============= contact area ==============*/
.contact_form .form-group1 {
	position: relative;
	margin-bottom: 20px;
}

	.contact_form .form-group1 .form-control {
		background: transparent;
		border: 0px;
		font-size: 15px;
		line-height: 30px;
		color: #000000;
		padding: 0;
		position: relative;
		border-bottom: 1px solid #dadee0;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		float: none;
		letter-spacing: 0px;
	}

		.contact_form .form-group1 .form-control.placeholder {
			color: #666d7b;
			-webkit-transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
			transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
			-o-transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
			transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
			transition: transform ease 0.7s, opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
		}

		.contact_form .form-group1 .form-control:-moz-placeholder {
			color: #666d7b;
			-webkit-transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
			transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
			-o-transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
			transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
			transition: transform ease 0.7s, opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
		}

		.contact_form .form-group1 .form-control::-moz-placeholder {
			color: #666d7b;
			-webkit-transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
			transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
			-o-transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
			transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
			transition: transform ease 0.7s, opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
		}

		.contact_form .form-group1 .form-control::-webkit-input-placeholder {
			color: #666d7b;
			-webkit-transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
			transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
			-o-transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
			transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
			transition: transform ease 0.7s, opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
		}

		.contact_form .form-group1 .form-control:focus {
			color: #666d7b;
			outline: none;
		}

			.contact_form .form-group1 .form-control:focus.placeholder {
				color: #666d7b;
				-webkit-transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
				transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
				-o-transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
				transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
				transition: transform ease 0.5s, opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
				-webkit-transform: translateY(-10px);
				-ms-transform: translateY(-10px);
				transform: translateY(-10px);
				opacity: 1;
				font-size: 12px;
			}

			.contact_form .form-group1 .form-control:focus:-moz-placeholder {
				-webkit-transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
				transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
				-o-transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
				transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
				transition: transform ease 0.5s, opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
				transform: translateY(-10px);
				opacity: 1;
				font-size: 12px;
			}

			.contact_form .form-group1 .form-control:focus::-moz-placeholder {
				-webkit-transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
				transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
				-o-transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
				transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
				transition: transform ease 0.5s, opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
				transform: translateY(-10px);
				opacity: 1;
				font-size: 12px;
			}

			.contact_form .form-group1 .form-control:focus::-webkit-input-placeholder {
				-webkit-transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
				transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
				-o-transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
				transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
				transition: transform ease 0.5s, opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
				-webkit-transform: translateY(-10px);
				transform: translateY(-10px);
				opacity: 1;
				font-size: 12px;
			}

			.contact_form .form-group1 .form-control:focus + .border_line {
				width: 100%;
				z-index: 3;
			}

	.contact_form .form-group1 .border_line {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		background: #001f44;
		height: 2px;
		border: 0px;
		margin-bottom: 0px;
		-webkit-transition: width 0.3s linear;
		-o-transition: width 0.3s linear;
		transition: width 0.3s linear;
	}

	.contact_form .form-group1 textarea {
		height: 120px;
		resize: none;
	}

	.contact_form .form-group1 .contact_btn {
		padding: 10px 40px;
		margin-top: 10px;
	}

.clsbtnSubmit {
	float: right;
	color: #fff;
	border: none;
	padding: 1em 3em;
	text-decoration: none;
	background: #1779af;
	cursor: pointer;
	border-radius: 4px;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 1em;
	text-transform: uppercase;
}

	.clsbtnSubmit:hover {
		background: #001f44;
	}
/*============= end contact area ==============*/
/*============= account form ==============*/

.form-group2 {
	padding: 7px 0px 4px 5px;
	margin-top: 0px;
	margin-bottom: 15px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	color: #001f44;
	border-radius: 5px;
	position: relative;
}

	.form-group2 label {
		margin-bottom: 5px;
	}

		.form-group2 label span {
			color: #F00;
		}

.input-acc {
	/* display: block; */
	width: 100%;
	min-height: 34px;
	padding: 18px 20px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
	background: #fff;
	border-radius: 10px;
	font-weight: 600;
	box-shadow: 2px 2px 6px rgba(0,0,0, 0.30);
	border: 1px solid #666d7b;
}

.acc-center {
	text-align: left;
}

	.acc-center p {
		color: #001f44;
		font-size: 15px;
		font-weight: 700;
	}

	.acc-center tr {
		float: left;
		margin-top: 10px;
		margin-right: 15px;
	}

		.acc-center tr input[type="radio"], input[type="checkbox"] {
			margin: 4px 10px 0 0;
			margin-top: 1px \9;
			line-height: normal;
		}

	.acc-center .form-check {
		display: inline-block;
		max-width: 100%;
		font-weight: bold;
	}

		.acc-center .form-check label {
			display: inline-block;
			width: 100%;
			font-weight: bold;
			line-height: 1.9em;
			margin-bottom: 10px;
		}

.form-bottom {
	text-align: right;
}

.captcha-cntr {
	display: inline-block;
	float: left;
}

.driver-form {
	margin: 0 0 30px 5px;
}
/*============= end account form ==============*/
@media (max-width: 1024px) {
	.app-btnimg {
		display: inline-block;
		text-align: left;
		padding: 10px 10px 5px 10px;
	}

	.single-service {
		top: -120px;
		margin-bottom: -120px;
	}

	.single-ser .ser-top p {
		color: #3B4855;
		font-size: 14px;
	}

	.single-ser .ser-top h4 {
		font-size: 20px;
		color: #001f44;
		font-weight: 600;
		line-height: 1.3;
		margin-bottom: 5px;
	}
}

@media (max-width: 767px) {
	.single-service {
		top: 0px;
		margin-bottom: -120px;
	}

	.single-ser .ser-top img {
		margin-bottom: 20px;
		width: inherit;
	}

	.about img {
		margin-bottom: 30px;
	}
}

@media (max-width: 567px) {
	.form-group {
		width: 100%;
		margin-bottom: 5px;
	}

	.single-ser .ser-top img {
		margin-bottom: 20px;
		width: 100%;
	}
}

.inner-section {
	padding: 40px 0;
}












select#countries {
	/* background: #fdec33; */
	width: auto !important;
	padding: 10px 18px;
	color: black;
}
