@import url(fonts.css);

body{
	font-family: 'Lato-Regular';
}
.nav-link.menu-btn {
	background: #F49420;
	padding: 10px;
	color: #fff!important;
	border-radius: 5px;
	font-size: 21px;
	transition: .2s;
}
.nav-link.menu-btn:hover {
	box-shadow: 2px 2px 9px #b0adad;
	-webkit-box-shadow: 2px 2px 9px #b0adad;
	transition: .2s;
}
.nav-link.menu-btn svg {
	width: 20px;
	height: 20px;
	margin-right: 7px;
}
.navbar-brand img {
	max-width: 228px;
}
header .navbar-nav {
	justify-content: flex-end;
	width: 100%;
	align-items: center;
}
.our-services-wrap:hover {
	box-shadow: 2px 2px 9px #b0adad;
	-webkit-box-shadow: 2px 2px 9px #b0adad;
	transition: .2s;
	cursor: pointer;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
	color: #F49420;
	transition: .2s;
}
.nav-link {
	color: #000000;
	font-size: 16px;
	font-family: 'Lato-Bold';
	transition: .2s;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 23px;
	padding-left: 23px;
}
.banner {
	padding-top: 142px;
	position: relative;
	z-index: 11;
}
.banner::after {
	background-image: url("../../storage/app_img/banner.jpeg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	z-index: -1;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 78%;
}
.banner-text h1 span {
	font-size: 34px;
	width: 100%;
	display: block;
}
.banner-form-wrap p {
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.banner-text h1 {
	font-size: 57px;
	color: #fff;
	font-family: 'Lato-Black';
	line-height: 58px;
	text-transform: uppercase;
	word-break: break-all;
}
.banner label {
	font-size: 16px;
	color: #fff;
	text-align: left;
	display: block;
}
.banner-text p {
	font-size: 18px;
	color: #fff;
	line-height: 31px;
}

.banner input {
	height: 36px;
	width: 100%;
	border: navajowhite;
	border-radius: 6px;
}
.banner-form-wrap  textarea.form-control {
	height: 122px;
	resize: none;
}
.banner-form-wrap {
	background-color: #f49420;
	padding: 25px;
	border-radius: 10px;
	width: 65%;
	margin: 0 auto;
}
.banner-text {
	padding-bottom: 196px;
}
.banner {
	margin-bottom: 89px;
}
.submit-button {
	background: #B76604;
	border: 0;
	padding: 10px;
	width: 55%;
	color: #fff;
	margin: 0px auto;
	display: block;
	margin-top: 26px;
	border-radius: 5px;
}
.main-heading {
	color: #4A4745;
	font-size: 45px;
	text-transform: uppercase;
	font-family: 'Lato-Bold';
}
.cta {
	background-image: url("../../storage/app_img/taxi-bg.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-top: 93px;
}
.about-us p {
		margin-top: 0;
		margin-bottom: 1rem;
		font-size: 20px;
		color: #5E5E5E;
}
.cta-wrap {
	padding: 115px 00px;
	width: 60%;
	margin: 0 0 0 auto;
}
.cta-wrap h2 {
	color: #fff;
	font-size: 65px;
	font-family: 'Lato-Bold';
}
.cta-wrap h3 {
	color: #fff;
	font-size: 50px;
	font-family: 'Lato-Bold';
}

.cta-wrap p {
	color: #fff;
	margin-bottom: 32px;
}
.cta-btn {
	color: #fff!important;
	font-size: 35px;
	font-family: 'Lato-Bold';
	display: flex;
	align-items: center;
	text-decoration: none;
}
.cta-btn svg{
	margin-right: 10px;
}
.sec-padd{
	padding: 100px 00px;
}
.flex-list {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}
.flex-list li{
	width: 32%;
	margin-bottom: 20px;
}
.our-services-wrap {
	border: 2px solid #CBCBCB;
	background: #CBCBCB4A;
	border-radius: 12px;
}
.our-services-content-wrap {
	padding: 28px 20px;
}
.our-services-content-wrap h5 {
	color: #4A4745;
	font-family: 'Lato-Bold';
	font-size: 23px;
	text-transform: capitalize;
}
.our-services-content-wrap p {
	color: #414141;
	font-size: 14px;
	margin: 0;
	line-height: 24px;
}
.our-services-wrap .img-fluid {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: 211px;
	width: 100%;
	object-fit: cover;
	object-position: top;
}
footer {
	background: #F49420;
	padding-top: 30px;
	padding-bottom: 50px;
}
footer ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}
footer ul li{
	width: 24%;
}
.u-gallery-wrap img {
	height: 400px;
	object-fit: cover;
	object-position: top;
	border: 2px solid #fff;
	border-radius: 10px;
}
.copywrite img {
	max-width: 220px;
}
.copywrite .row {
	align-items: center;
}
.copywrite {
	padding: 40px 00px;
}
.copywrite p{
	margin: 0;
}
footer h2 {
	font-size: 44px;
	margin-top: 50px;
	color: #fff;
	font-family: 'Lato-Bold';
}
footer h6 {
	font-size: 28px;
	color: #fff;
}
footer p {
	font-size: 22px;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 76px;
}
.sticky-menu {
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
}
label.error{
    color: red !important;
}
