/*
Theme Name: Mohtshamdotcom
Text Domain: mohtshamdotcom
Version: 1.0
Description: This theme is developed by Mohtsham Ahmad
Author URI: https://mohtsham.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
*/

/* ****************** Header CSS ******************** */
body {
	padding: 0;
	margin: 0;
	scroll-behavior: smooth;
	overflow-x: hidden;
}
.pt-70{
	padding-top: 70px;
} 
.pb-70{
	padding-bottom: 70px;
}
html {
	overflow-x: hidden;
}

.container {
	scroll-behavior: smooth;
}

h1 {
	font-family: "AzoSans-Bold";
	font-size: 40px;
}

h2 {
	font-family: "AzoSans-Light";
	font-size: 35px;
}

h3 {
	font-family: "AzoSans-Bold";
	font-size: 20px;
}

h4 {
	font-family: "AzoSans-Bold";
	font-size: 15px;
}

h5,
h6 {
	font-family: "AzoSans-Light";
}

p {
	font-family: "AzoSans-Light";
	font-size: 17px;
}

a {
	font-family: "AzoSans-Regular";
	text-decoration: none;
}

span {
	color: #d33e43;
}

strong {
	color: #d33e43;
}

header {
	transition: 0.5s;
	position: fixed;
	background: transparent;
	width: 100%;
	top: 0;
	z-index: 9;
}

.logo_img {
	transition: 0.4s;
	width: 100%;
	max-width: 174px;
}

.fixed .logo_img {
	max-width: 100px;
	transition: 0.3s;
}

.fixed {
	z-index: 99;
	transition: 0.5s;
	background: #000;
}

.nav-col {
	display: flex;
	justify-content: end;
	align-items: center;
}

#nav-menu-container ul {
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 0;
	margin-bottom: 0;
}

#nav-menu-container li {
	list-style: none;
	position: relative;
	margin-right: 25px;
}

.nav-list li::after {
	content: "";
	position: absolute;
	width: 0%;
	height: 2px;
	background-color: #2D7CC5;
	left: 0;
	right: 0;
	transition: 0.4s;
	display: block;
	margin: auto;
}

.nav-list li:hover::after {
	width: 100%;
	transition: 0.4s;
}

.nav-list .current-menu-item::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #2D7CC5;
	left: 0;
	right: 0;
	transition: 0.4s;
	display: block;
	margin: auto;
}


#nav-menu-container a {
	color: #fff;
	text-decoration: none;
	transition: 0.4s;
	font-family: "AzoSans-Regular";
	font-size: 17px;
}

.wpcf7 form.invalid .wpcf7-response-output {
	border-color: #f00 !important;
}

#nav-menu-container a:hover {
	color: #2D7CC5;
	transition: 0.4s;
}

.nav-logo {
	display: none;
}

.current-menu-item a {
	color: #2D7CC5 !important;
}

.current-menu-ancestor a,
.sub-menu:visited {
	color: #2D7CC5 !important;
}

/* .sub-menu a:visited {
color: unset !important;
} */
.sub-menu li a {
	color: #fff !important;
	border-bottom: unset;
	font-size: 15px !important;
}

.secure_btn {
	color: #fff;
	text-decoration: none;
	padding: 15px 56px 15px 25px;
	transition: 0.3s;
	position: relative;
	border: 1px solid #fff;
	background: url(../mohtshamdotcom/images/btn-arrow.svg);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-repeat: no-repeat;
	background-position: bottom 14px right 13%;
	font-size: 16px;
	display: inline-block;
	z-index: 1;
}

.secure_btn::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #fcb401;
	background-image: url(../mohtshamdotcom/images/btn-arrow.svg);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-repeat: no-repeat;
	background-position: bottom 14px right 13%;
	transition: all 0.3s;
	z-index: -1;
}

#notfound {
	margin: 50px 0;
}

.secure_btn::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.secure_btn:hover::before {
	width: 100%;
	transition: 0.3s;
}

.secure_btn:hover {
	color: #fff;
	text-decoration: none;
}

/* ****************** footer CSS ******************** */
.customer_support {
	background-color: #d33e43;
	padding: 70px 0;
}

.support_content {
	color: #fff;
	padding: 80px 0;
}

.support_content h3 {
	font-size: 55px;
}

.support_content_btn {
	margin-top: 30px;
}

.footer-logo {
	display: flex !important;
	justify-content : center ;
	width: 100%;
}

.copyright {
	border-top: 1px solid #fff;
	margin-top: 30px;
	color: #fff;
}

.kiwi {
	display: flex;
	justify-content: end;
}

.customer_support .header_btn:hover {
	border: 1px solid #000;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
	background: #2D7CC5  !important;
	color: #fff;
	text-decoration: none;
}
.read_abt_img img{
	width : 100% ;
}
.rm_btn_white{
	color : #fff ;
	border : 1px solid #fff;
	padding : 20px ;
	transition : 0.3s ;
}
.rm_btn_white:hover{
	background-color : #2D7CC5 !important;
	border : 1px solid #fff;
	transition : 0.3s ;
	color : #fff ;
}
.rm_btn{
	color : #000 ;
	border : 1px solid black;
	padding : 20px ;
	transition : 0.3s ;
}
.rm_btn:hover{
	background-color : #2D7CC5 !important;
	border : 1px solid #fff;
	transition : 0.3s ;
	color : #fff ;
}
.read_abt_text h3{
	font-size : 35px ;
}
.work_togather{
	padding: 90px 0;
}
.work_togather_content h6{
	font-size: 49px;
	color: #fff;
	margin-bottom: 15px;
}
.read_abt_text p{
	font-size : 18px ;
	margin-bottom :25px ;
}
.footer_social {
	display: flex;
	align-items: start;
	justify-content: start;
}

.footer_social a {
	text-decoration: none;
}

.not_btn span {
	color: #fff;
}

.footer_social a:hover {
	text-decoration: none;
}

.footer_social .fa {
	font-size: 25px;
	border: 1px solid #fff;
	display: grid;
	place-content: center;
	width: 45px;
	height: 45px;
	margin-right: 12px;
	color: #fff;
	transition: 0.4s;
}

.footer_social .fa:hover {
	background-color: #a5cc59;
	transition: 0.4s;
}

/* ****************** Toggle Button CSS ******************** */
#mobile-nav-toggle {
	display: inline;
}

#mobile-nav-toggle {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	margin: 20px 20px 0 0;
	border: 0;
	background: none;
	font-size: 24px;
	display: none;
	transition: all 0.4s;
	outline: none;
	cursor: pointer;
}

#mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background: #25485891;
	display: none;
}

.mobile-nav-active #mobile-nav {
	left: 0;
	text-align: left;
}

#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 998;
	background: #1A1A1A;
	left: -260px;
	width: 260px;
	overflow-y: auto;
	transition: 0.4s;
}

#mobile-nav ul {
	padding: 0;
	margin: 12px 0 0 12px;
	list-style: none;
}

#mobile-nav ul li {
	position: relative;
}

#mobile-nav ul li a {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	overflow: hidden;
	padding: 22px 22px 16px 15px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: none;
	font-family: "AzoSans-Bold";
	border-bottom: 1px solid #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
	color: #18d26e;
}

#mobile-nav ul .menu-has-children i {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 15px;
	cursor: pointer;
	color: #fff;
}

#mobile-nav ul .menu-item-active {
	color: white;
}

#mobile-nav ul li li {
	padding-left: 30px;
}

.menu-item-has-children {
	position: relative;
}

#nav-menu-container .sub-menu {
	display: none !important;
	top: 30px;
	position: absolute;
	left: -15px;
	transition: 0.3s ease-in;
	z-index: 999;
	background-color: #D33E43;
	padding: 15px 0px 25px 33px;
	width: 221px;
	color: #fff;
	border-bottom: 3px solid #fcb401;
}

.sub-menu li:hover a {
	color: #fcb401 !important;
}

#nav-menu-container .menu-item-has-children:hover .sub-menu {
	display: block !important;
	box-shadow: rgb(2 2 2 / 15%) 0px 5px 15px;
}

footer {
	padding: 50px 0;
}

.sub-menu li::after {
	right: unset;
}

.sub-menu .menu-item {
	padding-top: 10px;
}

.owl-dots {
	right: 0;
	left: 0;
	bottom: -9%;

	margin: auto;
}

.page_banner_content h1 {
	font-size: 40px;
	color: #fff;
	padding-bottom: 15px;
}

/* ****************** Home Page ******************** */
.banner_home {
	height: 100vh;
	width: 100%;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	padding-top: 35vh;
}

.home_ban {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-evenly;
}

.contact_btn {
	text-decoration: none;
	color: #201E5F;
	font-size: 24px;
	font-family: "AzoSans-Bold" !important;
}

.contact_btn:hover {
	text-decoration: none;
	color: #fcb401;
}
.pt_content h5{
	color : #2D7CC5;
	font-weight : bold ;
	font-size: 25px;
}
.contact_btn img {
	padding-right: 10px;
	padding-left: 10px;
	transition: 0.5s;
}

.service_content h3 {
	padding-bottom: 30px;
}

.service_content a {
	margin-top: 30px;
}

.c-btn {
	border-left: 2px #fff solid;
	display: flex;
	justify-content: end;
	margin-left: 15px;
}

.c-btn a img {
	transition: 0.5s;
}

.chose {
	padding: 70px 0;
	background-color: #f8f8f8;

}

input::placeholder,
textarea::placeholder {
	color: #000 !important;
	font-size: 14px;
}

input:-moz-placeholder {
	color: #000 !important;
	font-size: 14px;
}

input::-moz-placeholder {
	color: #000 !important;
	font-size: 14px;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
	border: 2px solid #BFBFBF
}

.contact_btn:hover img {
	transform: translateX(-5px);
	transition: 0.5s;
	fill: #a5cc59;
}

.banner_content h1 {
	font-size: 67px;
	color: #fff;
	padding-bottom: 15px;
}

.welcome_col_left span {
	font-family: 'AzoSans-Bold';
}

.welcome_column_left span {
	font-family: 'AzoSans-Bold';
}

.bann_services {
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	transition: 0.5s;
	font-family: "AzoSans-Regular";
	transition: all 0.3s;
}

.copyright_content p {
	font-size: 13px;
}

.bluesection_btn .contact_btn img {
	padding-left: 0px !important;
}

.bluesection_btn a {
	color: #fff;
}

.banner_services {
	height: 30px;
}

.bann_services {
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	transition: 0.5s;
	font-family: "AzoSans-Regular";
	transition: all 0.3s;
	width: 100%;
	display: block;
	border-bottom: 2px solid #fff;
	padding-bottom: 10px;
	text-decoration: none;

}

.bann_services:hover {
	color: #fff;
	border-bottom: 2px solid #fcb401;
	text-decoration: none;
	font-family: "AzoSans-Bold";
	transition: all 0.5s;
}
.banner_services{
	margin-bottom :15px;
}
.welcome {
	padding: 80px 0 !important;
}

.read_more_btn {
	background-color: #d33e43;
}

#read_more_btn {
	background-color: #d33e43;
}

.chooseus_btn_col {
	display: flex;
	justify-content: center;
}

.welcome_col_left h2 {
	font-size: 20px;
	margin-top: 20px;
}

.welcome_column_left h2 {
	font-size: 65px;
	margin-top: 20px;
}

.partners .col-md-9 {
	padding: 0 !important;
}

.welcome_col_left span {
	padding-bottom: 20px;
}

.welcome_column_left span {
	padding-bottom: 20px;
}

.wpcf7-form-control.wpcf7-select {
	height: 61px;
	width: 100%;
	font-family: 'AzoSans-Light';
}

.wpcf7-form-control.wpcf7-select .option {
	font-family: 'AzoSans-Light';

}

input[type="select"] {
	font-size: 17px;
}

.chosse_us_form {
	background-color: #201E60;
	padding: 30px;
}

label {
	color: #fff;
}

.why_choose_content h5 {
	font-size: 30px;
	font-family: "AzoSans-Bold";
	color: #201E60;
}

.welcome_col_right p {
	font-size: 17px;
	padding-bottom: 25px;
}

.welcome_column_right p {
	font-size: 17px;
	padding-bottom: 25px;
}

.service_content {
	padding-left: 30px;
}

.home_testimonials {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	object-fit: cover;
	height: 650px;
}

.testimonials_column {
	margin: 100px;
}

.testimonials hr {
	width: 20%;
	height: 3px;
	background-color: #fcb401;
	margin-top: 35px;
}

.quote_field {
	margin-top: 25px;
}

.quote_field p {
	color: #fff !important;
	font-size: 17px !important;
}

.quote_field h5 {
	color: #fcb401 !important;
	font-size: 20px;
	font-family: "AzoSans-Bold";
}

.card-img-top {
	width: 100%;
	max-height: 240px;
	border-radius: 20px;
}

.card-body {
	min-height: 360px
}

.card-body h6 {
	font-size: 20px;
	font-family: "AzoSans-Bold";

}

.card {
	border-radius: 50px 50px 0 0 !important;
	margin-bottom: 25px;
}

#testimonial_carousel .owl-carousel .owl-nav.disabled {
	display: block !important;
}

#testimonial_carousel .owl-nav {
	text-align: left;
}

.home_testimonials .owl-theme .owl-nav {
	text-align: left;
	padding-top: 25px;
	padding-bottom: 25px;
}

.owl-nav button {
	width: 50px;
	height: 50px;
	border: 1px solid #fff !important;
	border-radius: unset !important;
}

button.owl-prev {
	position: relative;
	transition: all 0.5s;
}

button.owl-prev::before {
	content: "";
	position: absolute;
	background-image: url(../mohtshamdotcom/images/Left-Arrow-Black.svg);
	background-repeat: no-repeat;
	width: 20px;
	height: 15px;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover button.owl-prev::before{
	background-image: url(../mohtshamdotcom/images/Left-arrow.svg);

}
button.owl-next {
	position: relative;
	transition: all 0.5s;
}

button.owl-next::before {
	content: "";
	position: absolute;
	background-image: url(../mohtshamdotcom/images/right-arrow-Black.svg);
	background-repeat: no-repeat;
	width: 20px;
	height: 15px;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

button.owl-next span {
	display: none;
}

button.owl-prev span {
	display: none;
}

.owl-theme .owl-nav [class*="owl-"] {
	margin: 0px;
	margin-right: 10px !important;
}

.clients h6 {
	font-size: 35px;
	font-weight: 300 !important;
}

.clients_logo {
	border: 1px solid #dfdfdf;
	width: 100%;
	height: 160px;
	transition: 0.5s;
}

.post-carousel-home {
	padding-right: 0;
	padding-left: 33px;
}

.clients_logo a:hover .clients_logo a img {
	transform: scale(1.1);
	transition: 0.5s;
}

.clients_logo img {
	padding: 55px 35px;
	object-fit: contain;
	transition: 0.5s;
}

.clients_logo img:hover {
	transition: 0.5s;
	transform: scale(1.1);
}

/* .clients_col {
padding: 0px 10px !important;
} */

.partners {
	padding: 75px 0px;
}

.client {
	padding-left: 0px;
	padding-right: 30px;
}

.professional_transport h6 {
	color: #fff;
	font-size: 26px;
	text-align: right;
	padding-left: 70px;
}

.footer_contactus h6 {
	color: #fff;
	font-family: "AzoSans-Bold";
	font-size: 15px;
	padding-bottom: 15px;
}

.footer_contactus a {
	color: #fff;
	font-family: "AzoSans-lIGHT";
	font-size: 15px;
	text-decoration: none;
	display: block;
	padding-bottom: 5px;
	transition: 0.3s;
}

.footer_contactus a:hover {
	text-decoration: none;
	color: #a5cc59;
	transition: 0.3s;
}

.footer_visitus {
	padding-right: 54px;
}





.service_page {
	background: #dfdfdf;
	padding: 80px 0;
}

#client_carousel .owl-carousel .owl-nav.disabled {
	display: none;
}

.service_heading h3 {
	text-align: center;
	font-size: 35px;
	font-family: "AzoSans-Light";
	padding-bottom: 45px;
}

.home_service_slider {
	border: unset;
	color: black;
}

.home_service_slider {
	color: white;
	background: url(../mohtshamdotcom/images/btn-arrow.svg);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	text-align: end;
	padding-right: 29px;
}

.service_carousel {
	padding: 40px;
	position: absolute;
	top: 45%;
	z-index: -1;
	opacity: 0;
	transition: all 0.3s;
}

.service_carousel p {
	margin-top: 25px;
	color: #Fff;
	font-size: 17px;
}

.service_carousel span {
	font-family: 'AzoSans-Regular';
	font-size: 16px;
}

.service_post_img:hover .service_carousel {
	z-index: 9 !important;
	opacity: 1 !important;
	transition: all 0.3s;
}

#post-slider .owl-nav.disabled {
	display: block !important;
}

#post-slider .owl-nav {
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;;
}

#post-slider .owl-nav button {
	width: 50px;
	height: 50px;
	border: 1px solid #000 !important;
	border-radius: 50% !important;
}

#post-slider button.owl-prev {
	background-image: url(../mohtshamdotcom/images/Left-Arrow-Black.svg) !important;
	background-repeat: no-repeat;
	background-position: center, center;
}

#post-slider button.owl-next {
	background-image: url(../mohtshamdotcom/images/right-arrow-Black.svg) !important;
	background-repeat: no-repeat;
	background-position: center, center;
}

#post-slider button.owl-prev:hover {
	background-repeat: no-repeat !important;
	background-position: center, center !important;
}

#post-slider button.owl-next:hover {
	background-repeat: no-repeat !important;
	background-position: center, center !important;
}

#post-slider button.owl-prev::before {
	background-image: unset;
}

#post-slider button.owl-next::before {
	background-image: unset;
}

.home_service_posts {
	background: #EFEFEF;
	padding-top: 70px;
	padding-bottom: 90px;
}

.home_testimonials_slider {
	padding: 25px 0;
	position: relative;
}

.home_testimonials_slider::before {
	position: absolute;
	content: "";
	background-color: #dfdfdf;
	width: 100%;
	height: 50%;
	z-index: -1;
	top: 0;
}

.features {
	padding: 80px 0;
}

.sub-menu .current-menu-item a {
	color: #fcb401 !important;
}

.lorry_img img {
	width: 100%;
	transition: 0.3s;
}

.lorry_img img:hover {
	transform: scale(1.1);
	transition: 0.3s;
}

.f_data:nth-child(even) {
	display: flex;
	flex-direction: row-reverse;
}

.feature_heading h3 {
	text-align: center;
	font-size: 35px;
	font-family: "AzoSans-Light";
}

.lorry_detail h4 {
	font-size: 18px;
}

.lorry_detail p {
	font-size: 16px;
}

/* ****************** Service Page CSS ******************** */
.banner_page {
	height: 50vh;
	width: 100%;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	padding-top: 23vh;
	background-position: center center !important;
}

.page_banner_content {
	text-align: center;
}

.service_post {
	padding-bottom: 60px;
	text-decoration: none;
	color: black;
	position: relative;
}

.service_post:hover {
	text-decoration: none;
	color: black;
}

.service_post img {
	width: 100%;
	min-height: 400px;
	object-fit: cover;
	height: 100%;
	transition: 0.5s;
}

.service_post_img {
	overflow: hidden;
	position: relative;
	width: 100%;
	min-height: 550px;
	height: 550px;
	object-fit: cover;
}

.service_posts_img {
	overflow: hidden;
	position: relative;
	width: 100%;
	object-fit: cover;
	min-height: 550px;
	height: 550px;
	transition: 0.5s;
	border-bottom: 3px solid #A5CC59;

}

.service_posts_img:hover img {
	transform: scale(1.1);
	transition: 0.5s;
}

.service_post_img:hover img {
	transform: scale(1.1);
	transition: 0.5s;
}

.form_btn_row input {
	display: flex;
	justify-content: center;
}

.wpcf7-spinner {
	top: 12px;
}

.service_post h3 {
	font-size: 20px;
	margin-bottom: 0px;
	padding-top: 20px;
	text-align : center ;
}

.service_detail {
	padding: 75px 0;
}

.service_detail:nth-child(2) {
	display: flex;
	flex-direction: row-reverse;
	padding: 0;
	padding-bottom: 75px;
}

.service_img img {
	width: 100%;
	height: 100%;
	max-height: 539px;
}

/* ****************** About Us Page CSS ******************** */
.about_us_img{
	position : relative ;
}
.about_img {
	width: 100%;
	border-radius: 10px;
}
.brand_img {
	position: absolute;
	left: -90px;
	border-radius: 13px;
	bottom: 20px;
}
.about_us_content {
	padding-right: 152px;
}
.quality {
	color: #fff;
	text-align: center;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.quality_feature {
	display: grid;
	place-items: center;
	padding: 0 60px;
}
.quality span {
	color: #fff;
	font-size: 25px;
	padding-top: 18px;
	padding-bottom: 8px;
}
.partners  h4{
	text-align : center ;
	font-size : 35px ;
}
.owl-carousel .owl-nav .owl-prev {
	border-radius: 100% !important;
	border: 1px solid #000 !important;
}
.owl-carousel .owl-nav .owl-next {
	border-radius: 100% !important;
	border: 1px solid #000 !important;
}

/* ****************** Contact Us CSS ******************** */

.contact_us_form {
	padding: 90px 0;
	background-color: #dfdfdf;
	padding-bottom: 120px;
}

.c_form h4 {
	text-align: center;
	font-size: 35px;
	font-family: "AzoSans-Light";
	padding-bottom: 40px;
}

.wpcf7-form-control-wrap input {
	height: 61px;
	padding: 24px 20px;
	width: 100%;
}

.wpcf7-form-control-wrap textarea {
	height: 155px;
	width: 100%;
	padding: 24px 20px;
}

.form_btn_row {
	text-align: center;
	justify-content: center;
	padding-top: 20px;
	display : grid;
}

.form_btn_row #read_more_btn {
	background-color: #2D7CC5;
}

.phone {
	background-color: #254b93;
	height: 145px;
	text-align: center;
}

.email {
	background-color: #a5cc59;
	height: 145px;
	text-align: center;
}

.location {
	background-color: #1a1a1a;
	height: 145px;
	text-align: center;
}

.contact_information {
	margin-top: -75px;
	padding-bottom: 100px;
}

.contact {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0px 50px;
}

.contact h4 {
	font-size: 15px;
	color: #fff;
	font-family: "AzoSans-Bold";
}

.contact a {
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	font-family: "AzoSans-Bold";
}

.nav_btn {
	display: none;
}

.banner_content {
	text-align: center;
}

.team_members img {
	width: 100%;
	height: 506px;
	object-fit: contain;
}

.contact a {
	transition: 0.5s !important;
}

.phone a:hover {
	color: #a5cc59;
	transition: 0.5s;
}

.email a:hover {
	color: #254b93;
	transition: 0.5s;
}

.location a:hover {
	color: #a5cc59;
	transition: 0.5s;
}

/* ****************** Single Location CSS ******************** */
.posts_bottom_banner h3 {
	color: #fff;
	font-size : 45px ;
}
.posts_bottom_banner {
	color: white;
}
.c_detailz a{
	color : #000 ;
	transition : 0.3s;
}
.c_detailz a:hover{
	color : #2D7CC5 ;
	transition : 0.3s;

}
.c_detailz img{
	margin-right : 10px !important
}
.sps_socials a {
  padding-left: 15px;
  display: flex;
  justify-content: end;
}
.sps_socials .fa {
  text-decoration: none;
  font-size: 45px;
  color: #000;
  transition: 0.3s;
}
.sps_socials .fa:hover{
	color: #2D7CC5;
}
.single_post_img_thumb img{
	width : 100%
}
/* ****************** Media CSS ******************** */
@media (min-width: 1440px) {
	#team_carousel button.owl-prev {
		left: -75px;
	}

	#team_carousel button.owl-next {
		right: -75px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1240px;
	}

}

@media (max-width: 1199px) {
	#nav-menu-container li {
		margin-left: 6px;
	}
}

@media (max-width: 991px) {
	#mobile-nav .menu-item-has-children .sub-menu li a {
		color: #fff !important;
		font-size: 13px;
		border-bottom: solid 1px #646464;
	}

	.nav-list .current-menu-item::after {
		background-color: unset !important;
	}

	.welcome_column_left h2 {
		font-size: 45px;
	}
	.contact_info{
		justify-content : center !important;
	}
	.brand_img{
		position : unset ;
		text-align : center ;
	}
	.sps_socials{
		margin-top : 15px;
	}
	.lorry_detail p {
		font-size: 14px;
	}

	.sub-menu li a {
		font-size: 13px !important;
	}

	.sub-menu .current-menu-item a {
		color: #fcb401 !important;
		font-size: 15px !important;
	}

	.nav_btn {
		display: block !important;
		border: unset;
		margin-top: 20px;
		margin-left: 0px !important;
		text-align: center;
	}

	#mobile-nav-toggle {
		position: fixed;
	}

	#mobile-nav .nav-list li::after {
		left: 0;
		right: unset;
	}

	#nav-menu-container {
		display: none;
	}

	.c-btn {
		display: none;
	}

	#mobile-nav-toggle {
		display: inline;
		right: 60px;
		margin-top: 5px;
	}

	#mobile-nav-toggle i {
		color: #2D7CC5 ;
		margin-top: 45px;
	}

	.enquire-ca {
		margin-right: 10%;
	}

	#mobile-nav ul li li {
		padding-left: 0px;
	}

	.icon {
		display: none;
	}

	#mobile-nav ul li ul {
		display: none;
	}

	.menu-item-has-children i {
		color: #fcb401;
		display: inline;
		position: absolute;
		right: 0px;
		font-size: 18px;
		top: 0px;
		z-index: 1;
		padding: 19px;
	}

	.toggle_social {
		display: flex;
		float: left;
	}

	.top_list {
		display: none;
	}

	.topheader {
		display: none;
	}

	#mobile-nav-toggle {
		position: fixed;
	}

	#nav-menu-container {
		display: none;
	}

	.owl-dots {
		right: 0;
		bottom: 6%;
		left: 0;
	}

	.header_btn {
		display: none;
	}

	.nav_header_btn {
		display: unset;
		margin: 11px;
	}

	.nav_header_btn::before {
		background-color: #1d3c4b;
	}

	#mobile-nav .nav-logo {
		text-align: center;
		display: block;
		width: 60%;
		margin: auto;
	}

	.header_set #mobile-nav-toggle {
		margin-top: -5px;
	}

	.logo_img {
		max-width: 250px;
		max-width: 225px;
		width: unset;
	}

	.banner_home {
		padding-top: 20vh;
	}

	.banner_content h1 {
		font-size: 45px !important;
	}

	.secure_btn {
		font-size: 14px;
	}

	.bann_services {
		font-size: 12px;
	}

	.banner_content {
		width: 100%;
		text-align: center;
	}

	.welcome_col_left span {
		font-size: 15px;
	}

	.welcome_col_left h2 {
		font-size: 20px;
	}

	.welcome_col_right p {
		font-size: 15px;
		padding-bottom: 10px
	}

	.welcome {
		padding: 40px 0;
	}

	p {
		margin-bottom: 0;
	}

	.home_service_posts {
		padding-top: 35px;
	}

	.service_heading h3 {
		padding-bottom: 15px;
		font-size: 25px;
	}

	.service_carousel {
		padding: 25px;
		top: 25px;
	}

	.service_carousel p {
		margin-top: 10px;
		font-size: 12px
	}

	.service_carousel span {
		font-size: 14px
	}

	.service_post h3 {
		font-size: 16px;
		text-align: center;
	}

	.service_post_img {
		height: unset;
		min-height: unset;
	}

	.service_post img {
		height: unset;
		min-height: unset;
	}

	.clients_logo {
		height: unset;
	}

	.clients h6 {
		font-size: 25px;
	}

	.partners {
		padding: 40px 0;
	}

	.professional_transport h6 {
		font-size: 18px;
		text-align: center;
		padding-left: 0px;
	}

	.footer_social .fa {
		font-size: 15px;
		width: 30px;
		height: 30px;
		margin-right: 3px;
	}

	.footer_contactus h6 {
		padding-bottom: 0px;
	}

	.footer_contactus a {
		font-size: 12px;
	}

	.footer_visitus {
		padding-right: 0px !important;
	}

	.logo_img {
		width: 140px !important;
	}

	.copyright_content p {
		font-size: 12px;
	}

	.copyright_row {
		padding: 20px 0px !important;
	}

	.customer_support .secure_btn {
		padding: 15px 55px 15px 10px !important;
	}

	.contact_btn {
		font-size: 18px;
	}

	.contact_btn img {
		padding-right: 10px;
		padding-left: 0px;
	}

	.banner_page {
		height: 380px;
		padding-top: 50px;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	.page_banner_content h1 {
		text-align: center;
		font-size: 35px;
	}

	.experiences_col {
		padding-left: 15px;
		height: 210px;
		padding-bottom: 25px;
	}

	.experience_row {
		top: -95px;
	}

	.experiences_col h4 {
		font-size: 65px;
	}

	.experiences_col h5 {
		font-size: 15px;
	}

	.experience {
		height: 40vh;
	}

	#team_carousel .owl-nav.disabled {
		display: block;
	}

	#team_carousel .owl-nav {
		top: 35%;
	}

	.team_members img {
		width: 100%;
		height: 250px
	}

	.clients_logo img {
		padding: 35px 35px;
	}

	.service_posts_img {
		min-height: unset;
		height: unset;
	}

	.service_content h3 {
		font-size: 18px;
	}

	.service_content p {
		font-size: 14px
	}

	.service_content a {
		margin-top: 10px;
	}

	.service_detail {
		padding: 50px 0;
	}

	.service_detail:nth-child(2) {
		padding-bottom: 28px;
	}

	.service_page {
		padding: 30px 0;
	}

	.wpcf7-form .col-md-6,
	.col-md-12 {
		margin-bottom: 10px;
	}
	.card-body{
		text-align: center;
	}
	.contact {
		padding: 0;
		text-align: center;
	}

	.contact h4 {
		font-size: 12px;
	}

	.contact a {
		font-size: 12px;
	}
	.footer_menu ul{
		column-count : 1 !important ;
	}

}
}

@media (min-width: 992px) {
	.nav_header_btn {
		display: none;
	}

}

@media (max-width: 767px) {
	#mobile-nav-toggle {
		right: 15px;
		top: -5px;
	}
	.three_points{
		text-align : center ;
	}
	.brand_img{
		display : none ;
	}
	.pt_content{
		margin-bottom: 30px ;
	}
	.quality_feature{
		padding : 60px ;
	}
	.single_post_img_thumb img {
		margin : 30px 0 ;
	}
	.pt_content p{
		font-size : 14px ;
	}
	.read_abt_text{
		text-align : center;
		margin-top : 20px
	}
	.about_img{
		margin : 30px 0 ;
	}
	.work_togather_content{
		text-align : center ;
	}
	.about_us_content{
		padding : unset ;
		text-align : center ;
	}
	.work_togather_content h6{
		margin-bottom : 40px ;
		font-size : 30px;
	}
	.logo_img {
		width: 50%;
	}
	.pricing_cards {
		margin : 20px 0 ;
	}
	.pricingz h2{
		text-align : center ;
	}
	.mian-foooter .row{
		text-align : center ;
	}
	.footer-logo{
		width : unset;
	}
	.contact_info{
		justify-content : center !important;
	}
	.momi{
		text-align : center !important;
	}
	.lorry_detail {
		text-align: center;
	}

	.why_choose_content {
		text-align: center;
	}
	.loc_heading , .sin_loc_txt{
		text-align: center;
	}
	.loc_heading h2{
		font-size: 35px;
	}
	#mobile-nav .nav-logo {
		text-align: center;
		margin: auto;
		justify-content: center;
		display: flex;
	}

	.banner_content h1 {
		font-size: 35px !important;
	}

	.secure_btn {
		padding: 10px 45px 10px 20px;
		background-position: bottom 9px right 13%;
	}

	.secure_btn::before {
		background-position: bottom 9px right 13%;
	}

	.banner_services {
		text-align: center;
	}

	.welcome {
		text-align: center;
	}

	.service_carousel {
		top: 325px;
	}

	.testimonials_column {
		margin: 100px 10px;
	}

	.clients {
		text-align: center
	}

	.clients h6 {
		padding-bottom: 10px;
	}

	.customer_support {
		text-align: center;
	}

	.customer_support .secure_btn {
		margin: 10px 0;
	}

	.main_footer {
		text-align: center;
	}

	.footer_social {
		align-items: center;
		justify-content: center;
	}

	.footer_logo {
		padding-bottom: 30px;
	}

	.footer_social .fa {
		font-size: 20px !important;
		width: 35px !important;
		height: 35px !important;
	}

	.kiwi {
		justify-content: center !important;
		margin-top: 10px;
	}

	.team_mem h6 {
		padding-bottom: 10px;
		font-size: 25px;
	}

	.contact {
		margin-bottom: 10px !important;
		max-width: unset;
	}

	.service_content {
		padding-left: 0px !important;
		text-align: center;
		padding-top: 35px;
	}

	.service_page {
		text-align: center;
	}

	.banner_service .col-md-3 {
		padding-top: 20px;
	}
}

@media (max-width: 575px) {
	.banner_content h1 {
		font-size: 25px !important;
	}
	.card-body{
		min-height: 203px;
	}
	.bann_services {
		padding-top: 15px;
	}

	.bluesection_btn {
		padding-top: 10px;
	}

	.service_carousel {
		top: 136px;
	}

	.testimonials img {
		width: 100px;
	}

	.footer_contactus {
		padding-bottom: 15px;
	}

	.footer_social .fa {
		margin-right: 10px;
	}

	.experiences_col {
		margin-bottom: 15px;
		height: 150px;
	}

	.customer_support {
		padding: 35px 0;
	}

	.map iframe {
		height: 350px;
	}

	.form_btn_row #read_more_btn {
		width: 100%;
	}

	.contact_us_form {
		padding: 35px 0;
		padding-bottom: 75px;
	}

	#team_carousel button.owl-next {
		right: 0;
	}

	#team_carousel button.owl-prev {
		left: 0;
	}

	.service_content {
		padding-top: 20px;
		text-align: center;
	}

}

.main_foooter {
	padding-top: 50px !important;
	background-color: #fff;
}
.contact_info{
	text-align : center ;
}
.footer_menu ul {
	text-align : center ;
	padding-left : 0px ;
}
.footer_menu h5{
	text-align : center ;
	font-weight : bold ;
}
.footer_menu ul li {
	list-style: none;
}

.footer_menu li a {
	text-decoration: none;
	color: #000;
	font-size: 15px;
	line-height: 2.5;
}

.footer_menu .nav-list li::after {
	display: none;
}

.footer-logo {
	display: unset;
}

.contact_info {
	display: grid;
	justify-content: end;
}

.contact_info a {
	display: block;
	color: #000;
	font-size: 15px;
	text-decoration: none;
	line-height: 2.5;
}

.contact_info a img {
	margin-right: 15px !important;
}

.copyright_content p {
	color: #000;
	font-size: 12px;
}

.sps_socials {
	display: flex;
	justify-content: center;
}

.sps_socials a {
	color: #2D7CC5 ;
	font-size: 12px;
	margin: 0 10px;
}

.kiwi {
	display: flex;
	justify-content: end;
}

.customer_support .header_btn:hover {
	border: 1px solid #000;
}

.footer_social {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer_social .fa {
	padding-left: 30px;
	font-size: 25px;
}
.service_img{
	transition : 0.3s;
	overflow : hidden;
}
.service_img img{
	transition : 0.3s;
}
.service_img img:hover{
	transform :scale(1.1);
	transition : 0.3s;
}
.location_image img{
	width: 100%;
	height: 450px;
}
.location_detail h3{
	font-size: 30px;
}
.loc_page_row{
	padding: 25px 0;
}
.loc_page_row:nth-child(even){
	flex-direction: row-reverse;
}
.gallery img {
	width: 100%;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
	background-color : #F2441C ;
	border : 1px solid #F2441C;
}
.nav-pills .nav-link{
	border-radius: unset !important;
	border: 1px solid #000 ;
	margin-right : 15px ;
	font-size: 14px;
	font-family: "Lato-Bold";
	color: #000;
}
.card{
	border : unset ;
}
.card-data h6{
	margin-top: 15px;
	text-align: center;
	font-size: 20px;
}
.card-data p{
	font-size: 15px;
	padding: 0 12px;
	text-align : center ;
}
.p-70{
	padding: 70px 0;
}
.video_embed {
	width: 100%;
	min-height: 530px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	position: relative;
	display: flex;
}
.video_embed a img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: pointer;
}

.copyright_content a , .momi a{
	color : #2D7CC5  ;
}
.momi{
	font-size : 12px ;
	color : #000 ;
	text-align : end ;
}
#mobile-nav .current-menu-item a ,#mobile-nav .contact_btn {
	color : #2D7CC5  !important ;
}
.single_page_pricings .pricingz h2 {
	text-align : center ;
}