/*
Theme Name: Mahal
Author: the Mahal
Author URI: localhost/mahal
Description: This is the custom theme developed for Mahal.
Version: 1.1
Text Domain: Mahal
*/

@font-face {
  font-family: 'TruenoBlk';
  src: url('assets/fonts/TruenoBlk/TruenoBlk.eot?#iefix') format('embedded-opentype'),  
  	   url('assets/fonts/TruenoBlk/TruenoBlk.otf')  format('opentype'),
	   url('assets/fonts/TruenoBlk/TruenoBlk.woff') format('woff'), 
	   url('assets/fonts/TruenoBlk/TruenoBlk.ttf')  format('truetype'), 
	   url('assets/fonts/TruenoBlk/TruenoBlk.svg#TruenoBlk') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**********************fonts-closed**********************/
html,
body{
  width: 100%;
  height: 100%;
}
body{
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: normal;
  color: #000;
  font-weight: normal;
  background-color: #ffffff;
  overflow-x: hidden;
}
p{
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: normal;
  color: #000;
  font-weight: normal;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Serif', serif;
  color: #000;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 0;
}
a{
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
a:hover,
a:focus{
    color: #0061aa;
    text-decoration: none;
}

input[type="text"], 
input[type="submit"], 
input[type="button"], 
input[type="email"], 
input[type="date"], 
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select {
  border: 1px solid #282828;
  box-shadow: none;
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  border-radius: 0px;
  margin: 0;
  width: 100%;
  height: 45px;
  padding: 10px 15px 10px 15px !important;
  background: #fff;
  z-index: 2;
  position: relative;
  font-weight: 400;
  text-transform: capitalize;
}
textarea {
  background-color: #fff !important;
  border: 1px solid #282828 !important;
  overflow: hidden;
  font-size: 13px !important;
  color: #000 !important;
  border-radius: 0px !important;
  height: 150px;
  font-weight: 400;
  text-transform: capitalize;
}
.form-control:focus {
  color: #000;
  background-color: #fff !important;
  border-color: #1a1f25 !important;
  outline: 0;
  box-shadow: none;
  font-weight: 400;
}
textarea.form-control::placeholder, 
input[type="text"]::placeholder, 
input[type="password"]::placeholder, 
input[type="datetime"]::placeholder, 
input[type="datetime-local"]::placeholder, 
input[type="date"]::placeholder, 
input[type="month"]::placeholder, 
input[type="time"]::placeholder, 
input[type="week"]::placeholder, 
input[type="number"]::placeholder, 
input[type="email"]::placeholder, 
input[type="url"]::placeholder, 
input[type="search"]::placeholder, 
input[type="tel"]::placeholder, 
input[type="mail"]::placeholder, 
input[type="color"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #282828;
    opacity: 1;
    text-transform: lowercase;
}
textarea.form-control:-ms-input-placeholder, 
input[type="text"]:-ms-input-placeholder, 
input[type="password"]:-ms-input-placeholder, 
input[type="datetime"]:-ms-input-placeholder, 
input[type="datetime-local"]:-ms-input-placeholder, 
input[type="date"]:-ms-input-placeholder, 
input[type="month"]:-ms-input-placeholder, 
input[type="time"]:-ms-input-placeholder, 
input[type="week"]:-ms-input-placeholder, 
input[type="number"]:-ms-input-placeholder, 
input[type="email"]:-ms-input-placeholder, 
input[type="url"]:-ms-input-placeholder, 
input[type="search"]:-ms-input-placeholder, 
input[type="tel"]:-ms-input-placeholder,
input[type="mail"]:-ms-input-placeholder,  
input[type="color"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #282828;
    opacity: 1;
    text-transform: lowercase;
}
textarea.form-control::-ms-input-placeholder, 
input[type="text"]::-ms-input-placeholder, 
input[type="password"]::-ms-input-placeholder, 
input[type="datetime"]::-ms-input-placeholder, 
input[type="datetime-local"]::-ms-input-placeholder, 
input[type="date"]::-ms-input-placeholder, 
input[type="month"]::-ms-input-placeholder, 
input[type="time"]::-ms-input-placeholder, 
input[type="week"]::-ms-input-placeholder, 
input[type="number"]::-ms-input-placeholder, 
input[type="email"]::-ms-input-placeholder, 
input[type="url"]::-ms-input-placeholder, 
input[type="search"]::-ms-input-placeholder, 
input[type="tel"]::-ms-input-placeholder,
input[type="mail"]::-ms-input-placeholder,  
input[type="color"]::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #282828;
    opacity: 1;
    text-transform: lowercase;
}
input:focus{
  outline: 0;
  box-shadow: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
blockquote, q {
    quotes:none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}
ul,
ol {
  list-style-position: outside;
  margin-bottom: 15px;
  margin-left: 0px;
}
img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
input[type="submit"], input[type="reset"], input[type="button"], .button {
	background-color: #292874 !important;
	color: #fff;
	padding: 12px 30px;
	border: 1px solid #292874;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	display: inline-block;
	width: auto;
	text-align: center;
	cursor: pointer;
	line-height: normal;
	font-size: 15px;
	font-weight: 600;
	border-radius: 0px;
	text-decoration: none !important;
	letter-spacing: 2px;
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="button"]:hover, input[type="button"]:focus, .button:hover, .button:focus {
  background: #292874;
  border: 1px solid #292874;
  color: #fff;
  box-shadow: none;
}
.button.secondary_btn,
.button.secondary_btn:hover,
.button.secondary_btn:focus{
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #000;
}
/*------------main-css----------------*/
.skip-link.screen-reader-text {
	display: none;
}
.wrapper {
	position: relative;
}
.website_header {
    position: absolute;
    top: 0px;
    z-index: 9;
    left: 0px;
    right: 0px;
    background-color: rgba(255, 255, 255, 0.8) !important;
    width: 100%;
}
.home.page-template .website_header {
	background-color: transparent !important;
}
.cstm_container{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.header_navbar {
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo img {
	max-width: 120px;
}
.top_contact_box {
	display: flex;
	/*align-items: center;*/
}
.top_contact_icn {
	width: 65px;
}
.top_contact_cont{
	width: calc(100% - 65px);
}
.top_contact_icn span {
	background-color: #292874;
	display: inline-block;
	padding: 12px;
	width: 50px;
}
.top_contact_cont h4 {
	font-weight: 600;
	color: #292874;
	font-size: 15px;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}
.top_contact_cont p {
	font-size: 13px;
	margin-bottom: 0;
	text-transform: uppercase;
}
/*.menu_wrappr {
	background: #292874;
}*/
.menubar ul {
	display: flex;
	margin-bottom: 0;
}
.menubar ul li {
	margin: 0 0 0 40px;
}
.menubar ul li a {
	/* padding: 16px 40px; */
	display: inline-block;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
	padding: 6px 0;
}
.menubar ul li a:hover, .menubar ul li a:focus, .menubar ul li.current-menu-item a, .page-id-17 .menubar ul li.menu-item-147 a {
	/* background-color: #ffdd00; */
	color: #292874;
	border-bottom: 2px solid;
}
.footer_innr {
	background-color: #ffdd00;
	padding: 50px 0;
}
.copyright_bar {
	background-color: #292874;
	padding: 20px 0;
}
.copyright_bar p {
	color: #fff;
	margin-bottom: 0;
	text-align: center;
	font-size: 16px;
}
.social_list ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.social_list ul li {
	margin-right: 20px;
}
.social_list ul li a {
	background: #3f3e9f;
	color: #fff;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 100%;
	font-size: 17px;
}
.footer_box .logo {
	margin-bottom: 20px;
}
.footer_box .footr_cont {
	margin-bottom: 25px;
}
.footer_list {
	margin-top: 20px;
}
.footr_list2{
	margin-left: 70px;
}
.footer_list h4 {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.footr_cont p {
	font-size: 15px;
}
.footer_list p {
	font-size: 15px;
}
.footer_list ul li a {
	font-size: 15px;
	color: #000;
}
.footer_list ul li {
	margin-bottom: 5px;
	padding-left: 20px;
	position: relative;
}
.footer_list ul li::before {
	position: absolute;
	content: "";
	left: 0;
	top: 8px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	width: 7px;
	height: 7px;
	transform: rotate(45deg);
}
.testimonials_sec {
	background-image: url("assets/images/bg_img1.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.testimonials_sec::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #ffffffde;
}
.partner_slide {
	height: 160px;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.partner_slide img {
	max-width: 200px;
}
.testimonials_sec {
	padding: 80px 0;
}
.testimonial_wrap {
/*	max-width: 750px;
	margin: 0 auto;*/
	position: relative;
}
.title_box {
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.title_box h3 {
	font-size: 44px;
	color: #000;
	text-transform: capitalize;
}
.title_box.white_title h3, .title_box.white_title p {
	color: #fff;
}
.testi_slide {
	padding: 0 15px;
}
.testi_slide_innr {
	display: flex;
	padding: 30px;
	background: #292874;
	height: 250px;
}
.testi_user_img {
	margin-bottom: 0px;
	width: 140px;
}
.testi_user_img img {
	border: 0;
	border-radius: 100%;
	max-width: 100px;
	margin: 0;
}
.testi_des {
	margin-bottom:  0px;
	width: calc(100% - 140px);
	text-align: left;
}
.testi_des p {
	font-size: 13px;
	color: #fff;
	font-weight: 300;
}
.quote_img {
	display: inline-block;
	margin-bottom: 10px;
}
.testi_user_name h5 {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 6px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}
.testi_user_name p {
	font-size: 13px;
}
.testimonial_slider .slick-dots li button::before {
	display: none;
}
.testimonial_slider .slick-dots {
	bottom: -80px;
}
}
.testimonial_slider .slick-dots li {
	width: 12px;
	height: 12px;
}
.testimonial_slider .slick-dots li button {
	width: 12px;
	height: 12px;
	background: #292874;
	border-radius: 100%;
}
.testimonial_slider .slick-dots li.slick-active button{
	background: #ffdd00;
}
.map_sec {
	background-color: #292874;
	padding: 80px 0;
}
.main_slide {
	position: relative;
}
.main_slide_Cont {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: start;
	bottom: 0;
}
.main_cont_wrap {
	max-width: 650px;
	/* background-color: #ffdd00d6; */
	padding: 100px 100px;
}
.main_cont_wrap h4 {
	font-size: 40px;
	color: #000;
	text-transform: uppercase;
}
.main_cont_wrap p {
	margin-bottom: 25px;
	font-size: 16px;
}
.main_Slider.slider {
	margin-bottom: -6px;
}
.main_Slider .slick-arrow {
	position: absolute;
	right: 100px;
	left: auto;
	bottom: 20px;
	top: auto;
	z-index: 2;
	padding: 10px;
	width: 44px;
	height: 44px;
}
.main_Slider .slick-arrow:before {
	display: none;
}
.main_Slider .slick-arrow, 
.main_Slider .slick-arrow:hover, 
.main_Slider .slick-arrow:focus {
	background: #292874 url("assets/images/arrow-btn.png") !important;
	background-position: center !important;
	background-size: 18px 14px !important;
	background-repeat: no-repeat !important;
	right: 100px;
}
.main_Slider .slick-prev, 
.main_Slider .slick-prev:hover, 
.main_Slider .slick-prev:focus {
	background: #292874 url("assets/images/arrow-btn-left.png") !important;
	background-position: center !important;
	background-size: 18px 14px !important;
	background-repeat: no-repeat !important;
	right: 160px;
}
.our_Service_sec {
	padding: 80px 0;
	position: relative;
}
.our_Service_sec::before {
	background-image: url("assets/images/IMG_9900_9.png");
	background-position: center right -70px;
	background-size: 900px;
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	/*opacity: 0.7;*/
}
.service_box {
	/* border: 1px solid #ddd; */
	text-align: center;
	padding: 30px;
	box-shadow: 0px 0px 10px #dfdfdf;
	background-color: #fff !important;
}
.ser_icn {
	/*margin-bottom: 20px;*/
}
.ser_icn img {
	/*max-width: 120px;*/
}
.service_box h5 {
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
.ser_btn_wrap {
	text-align: center;
	margin-top: 70px;
}
/*.about_Sec {
	background-image: url("assets/images/abt_img.jpg");
	background-position: center right;
	background-size: auto;
	background-repeat: no-repeat;
	position: relative;
	height: 100vh;
}*/
.about_box_wrap {
	background: #292874;
	padding: 100px;
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: 100px;
}
.about_box_wrap .title_box.white_title {
	text-align: left;
	margin-bottom: 0;
}
.about_box_wrap .title_box.white_title p {
	margin-bottom: 25px;
}
.our_features_Sec {
	padding: 70px 10px 40px 10px;
	position: relative;
}
.our_features_Sec::before {
	background-image: url("assets/images/bnr012.png");
	background-position: center right -70px;
	background-size: auto;
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
}
.feature_box {
	display: flex;
	margin-bottom: 60px;
}
.feature_icn {
	width: 100px;
}
.feature_icn img {
	max-width: 55px;
}
.feature_cont {
	width: calc(100% - 100px);
}
.feature_cont h4 {
	font-size: 20px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
}
.feature_cont p {
	margin-bottom: 0;
}
.about_box_img {
	text-align: right;
	height: 100%;
}
.about_box_img img{
	height: 100%;
}
.about_box_wrap {
	background: #fd0;
	padding: 100px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: 0;
	/* width: 850px; */
	z-index: 2;
	height: 700px;
}
.about_box_wrap::before {
	background-image: url("assets/images/IMG_9900_2.png");
	background-position: left -118px center;
	background-size: 115%;
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0.38;
	z-index: -1
}
/*.about_Sec {
	margin-bottom: 100px;
}*/
.ab_sec_innr {
	text-align: left;
	margin-bottom: 0;
	/*background: #fd0;*/
	/* padding: 80px; */
	/* position: absolute; */
	/* right: 0; */
	/* max-width: 760px; */
	/* height: 400px; */
	width: 100%;
}
.ab_sec_innr .title_box {
	text-align: left;
	margin-bottom: 20px;
}
.ab_sec_innr .button{
	margin-top: 20px;
}
.apply_now_sec.top_apply {
	padding: 250px 0;
	background: #f2f2f2;
	position: relative;
}
.apply_now_sec {
	padding: 200px 0;
	background: #f2f2f2;
	position: relative;
}
.apply_now_sec .title_box {
	text-align: left;
	margin-bottom: 0;
}
.apply_now_cont {
	display: flex;
	align-items: center;
	height: 100%;
	position: relative;
	z-index: 3;
	background: #f2f2f2d6;
	padding: 34px;
}
.apply_now_cont h3{
	margin-bottom: 20px;
}
.apply_now_cont p {
	margin-bottom: 30px;
}
.apply_truck_img {
	position: absolute;
	right: -100px;
	bottom: -40px;
	z-index: 2;
}
.apply_truck_img img {
	max-width: 1200px;
}
.team_sec {
	padding: 80px 0 40px 0;
	background-color: #f9f9f9;
}
.team_member_img {
	position: relative;
}
.team_member_img::before {
	content: "";
	position: absolute;
	top: 15px;
	left: -15px;
	border-left: 15px solid #fbee95;
	height: 100%;
	width: 100%;
	border-bottom: 15px solid #fbee95;
	bottom: 0;
}
.team_member_box {
	max-width: 300px;
	margin-bottom: 40px;
}
.team_member_des {
	margin-top: 30px;
}
.team_member_des h5 {
	font-size: 20px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 10px;
}
.team_member_des h5::before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 35px;
	height: 3px;
	background: #292874;
	left: 0;
}
.team_member_des p {
	font-size: 15px;
}
.top_banner {
	background-image: url("assets/images/banner11.jpg");
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	position: relative;
	height: 565px;
}
/*.top_banner::before {
	position: absolute;
	content: "";
	background: #ffffff69;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}*/
.top_banner_cont h4 {
	font-size: 40px;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #fff;
}
/*.top_banner_cont h4::before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100px;
	height: 7px;
	background: #292874;
	left: 0;
}*/
.top_banner_cont {
	/* width: 500px; */
	
	position: absolute;
	/* top: 120px; */
	/* left: 0; */
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.top_bnnr_innr{
	background: #292874;
	padding: 15px 30px;
}
.lg_container {
	max-width: 1640px;
	margin: 0 auto;
	padding: 0 20px;
}
/*.abt_company_cont {
	display: flex;
	align-items: center;
	justify-content: start;
	height: 100%;
	padding: 100px;
}*/
.abt_txt_wrap h4 {
	font-size: 44px;
	text-transform: capitalize;
}
.abt_comny_box {
	/* padding: 80px 0; */
	position: relative;
	background: #fff;
	height: 100%;
	padding: 15px;
	border-radius: 6px;
	box-shadow: 0px 0px 10px #e3e3e3;
}
.abt_company_cont {
	padding: 20px 10px 0;
}
.abt_company_cont h4 {
	font-size: 20px;
}
/*.abt_comny_box::before {
	position: absolute;
	left: 0;
	top: 0;
	background: #282828;
	bottom: 0;
	width: 40%;
	height: 100%;
	content: "";
	right: auto;
}
.abt_comny_box.even_abt::before {
	position: absolute;
	left: auto;
	top: 0;
	background: #282828;
	bottom: 0;
	width: 40%;
	height: 100%;
	content: "";
	right: 0;
}*/
.mahal_map_Sec {
	margin-bottom: -6px;
}
.contact_details_wrap {
	background: #292874;
	padding: 80px 0;
}
.contact_box {
	border: 2px dashed #fff;
	padding: 30px;
	display: flex;
}
.contact_icn {
	width: 50px;
}
.contact_txt p, .contact_txt a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 0;
}
.contact_form {
	padding: 80px 0;
	background-image: url("assets/images/dots.jpg");
	background-position: center;
	background-size: 75% auto;
	background-repeat: no-repeat;
}
.form_wrappr .form-group label {
	font-size: 15px;
	font-weight: 500;
}
.form_wrappr .form-group label span{
	color: #f00;
}
.apply_now_sec::before {
	background-image: url("assets/images/bnr012.png");
	background-position: left bottom;
	background-size: 70%;
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
}
.pre_qualified_form .form-group {
	margin-bottom: 25px;
}
.pre_qualified_form .form-group label {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: normal;
	color: #000;
	display: block;
	margin-bottom: 10px;
}
.wpcf7-form-control-wrap {
	position: relative;
}
span.wpcf7-list-item {
	margin: 0 1rem 5px 0;
	display: flex;
	align-items: center;
}
input[type="checkbox"], input[type="radio"] {
	margin-right: 6px;
}
.pre_qualified_wrappr {
	padding: 120px 0 80px 0;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	background: #f00;
	margin: 0;
	padding: 10px;
	color: #fff;
	border: 1px solid #f000;
	text-align: center;
	font-weight: 500;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	margin: 0;
	background: #2da602;
	color: #fff;
	border: 1px solid #2da602;
	text-align: center;
	font-weight: 600;
	padding: 10px;
}
.service_slide {
	padding: 15px;
}
.service_wrppr {
	padding: 80px 0 50px 0;
}
.service_box {
	height: 100%;
}
.service_slide .service_box {
	height: 290px;
}
.service_wrappr {
	margin-bottom: 30px;
}
.VideoSlidrContent h4 {
	font-size: 36px;
	text-transform: uppercase;
}
.VideoSlidrContent p {
	margin-bottom: 20px !important;
	font-size: 16px;
}
.footer_list ul {
	list-style: none;
	padding-left: 0;
}
.contact_boxx {
	background: #292874;
	margin-bottom: 30px;
	padding: 30px;
	display: flex;
}
.contact_cont h4, .contact_cont {
	color: #fff;
}
.contact_icn img {
	filter: grayscale(1) invert(0);
}
.contact_slide {
	padding: 0px 15px;
}
.contact_box_wrappr{
	margin-bottom: 30px;
}
.contact_slide_innr {
	border: 1px dashed #fff;
	padding: 20px;
	height: 180px;
}
.contact_slide_innr p {
	color: #fff;
	margin-bottom: 15px;
	display: flex;
}
.contact_slide_innr p span.icon_box {
	display: inline-block;
	margin-right: 15px;
	width: 30px;
}
.cont_box {
	width: calc(100% - 30px);
}
.contact_slide_innr p span img {
	max-width: 20px;
}
.contact_slide_innr h5 {
	font-size: 15px;
	color: #fff;
	margin-bottom: 20px;
}
.career_pg_innr {
	padding: 80px 0;
}
.join_team_sec h4 {
	font-size: 44px;
	color: #000;
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 30px;
}
.join_team_sec p {
	font-size: 16px;
}
.join_team_sec {
	margin-bottom: 30px;
}
.team_benefit_box {
	background: #f2f2f2;
	padding: 10px 20px;
	margin-bottom: 20px;
	position: relative;
}
.team_benefit_box::before {
	position: absolute;
	content: "";
	background: #fd0;
	left: 0;
	width: 5px;
	height: 100%;
	top: 0;
	bottom: 0;
}
.team_benefit_box h5 {
	font-size: 18px;
}
.team_benefit_box p {
	margin-bottom: 0;
}
.video_content {
/*	background-color: #3f3e9ff0;
	padding: 50px;*/
	margin-top: 100px;
}
.home_bnnr_title h2 {
	font-size: 65px;
	color: #fd0;
	margin-bottom: 20px;
	font-family: 'TruenoBlk';
	font-weight: 900;
	position: relative;
	text-align: left;
	letter-spacing: 3px;
	padding-left: 25px;
	margin-bottom: 0;
	line-height: 70px;
}
.home_bnnr_title h2 span {
	font-size: 84px;
}
.home_bnnr_title h2::before {
	position: absolute;
	content: "";
	width: 7px;
	left: 0;
	top: 15px;
	bottom: 15px;
	background: #fff;
}
.cstm_container2 {
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 20px;
}
.cstm_container3 {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 20px;
}
.mapp_city_list {
	display: inline-block;
	width: 100%;
}
.mapp_city_box {
	width: 25%;
	display: flex;
	align-items: center;
	float: left;
	margin-bottom: 20px;
}
.mapp_city_icon {
	width: 50px;
}
.mapp_city_icon img {
	max-width: 30px;
}
.mapp_city_name {
	width: 100%;
	color: #fff;
	font-size: 16px;
}
.footer_box {
	/*text-align: center;*/
}
.social_list {
	text-align: center;
	margin-top: 20px;
}
.social_list ul li {
	margin: 0 10px;
}
.why_choose_sec {
	padding: 80px 0;
	background: #f5f5f5;
}
.why_choose_box {
	background: #fff;
	padding: 14px;
	border-radius: 6px;
	height: 100%;
}
.why_choose_cont_wrap {
	padding: 20px 10px 10px;
}
.why_choose_cont_wrap h4 {
	font-size: 20px;
}
.why_choose_cont_wrap p {
	margin-bottom: 0;
}
.why_choose_btn {
	margin-top: 80px;
	text-align: center;
}
.mapp_img {
	text-align: center;
}
.about_wrapper {
	padding: 80px 0;
	position: relative;
}
.about_wrapper::before {
	background-image: url("assets/images/bg56.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
}
.about_cont_wrapppr h3 {
	font-size: 40px;
	margin-bottom: 25px;
}
.about_cont_wrapppr {
	text-align: center;
	margin-bottom: 80px;
	position: relative;
}
.mahal_count_sec {
	background: #292874;
	padding: 70px 0;
	position: relative;
}
.mahal_count_sec::before {
	background-image: url("assets/images/bg_img.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
}
.count_box {
	text-align: center;
}
.count_box h4 {
	font-size: 60px;
	font-family: "Roboto", Sans-serif;
	font-weight: 900;
	color: #fff;
}
.count_box p {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
}
.count_box .count {
	margin-right: 5px;
}
.service_title_wrapr.title_box {
	text-align: left;
	max-width: 100%;
}
.service_title_wrapr.title_box {
	text-align: left;
	max-width: 550px;
	margin: 30px 15px 0;
}
.service_Slider .slick-arrow:before {
	display: none;
}
.service_Slider .slick-arrow, 
.service_Slider .slick-arrow:hover, 
.service_Slider .slick-arrow:focus {
	background: #292874 url("assets/images/arrow-btn.png") !important;
	background-position: center !important;
	background-size: 15px 11px !important;
	background-repeat: no-repeat !important;
	right: -50px;
	padding: 20px;
}
.service_Slider .slick-prev, 
.service_Slider .slick-prev:hover, 
.service_Slider .slick-prev:focus {
	background: #292874 url("assets/images/arrow-btn-left.png") !important;
	background-position: center !important;
	background-size: 15px 11px !important;
	background-repeat: no-repeat !important;
	left: -50px;
	padding: 20px;
}
.about_cont_wrapppr p {
	font-size: 18px;
}
.home_bnnr_title {
	padding: 0 10px;
}
.website_header.mobHeader {
	display: none;
}
.about_box_img{
	background-image: url("assets/images/IMG_4554_edit01.jpg") !important;
	background-position: center !important;
	background-size: cover!important;
	background-repeat: no-repeat !important;
}
.textwidget h4 {
	margin-bottom: 10px;
	font-weight: normal;
}
.top_bar_wrappr {
	background: #3f3e9f;
	padding: 4px 0;
}
.top_bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.call_sec {
	margin-bottom: 0;
}
.call_sec li a {
	color: #fff;
}
.call_sec li a i {
	margin-right: 12px;
	font-size: 18px;
}
.right_top.social_top_header .social_list {
	margin-top: 0;
}
.right_top.social_top_header .social_list ul li {
	margin: 0 4px;
}
.copyright_bar a {
	color: #fff;
}
.call_sec {
	display: flex;
}
.call_sec li {
	margin-right: 20px;
}
.footer_list b {
	font-weight: 600;
}
.top_banner.career_bnnr {
	background-position: center right !important;
}
.mob_video{
	display: none;
}
.partner_slide .lazyloading, 
.partner_slide .lazyload{
	opacity: 1;
}
.grecaptcha-badge {
    display: none !important;
}
@media(max-width: 1540px){
	.home_bnnr_title h2 {
		font-size: 62px;
	}
	.home_bnnr_title h2 span {
		font-size: 75px;
	}
}
@media(max-width: 1440px){
	.service_title_wrapr.title_box {
		max-width: 400px;
	}
	.our_Service_sec::before {
		background-size: 740px;
	}
	.about_box_wrap {
		padding: 60px;
	}
	.title_box h3 {
		font-size: 40px;
	}
	.count_box h4 {
		font-size: 45px;
	}
	.count_box p {
		font-size: 18px;
	}
	.about_cont_wrapppr h3 {
		font-size: 34px;
	}
	.about_cont_wrapppr p {
		font-size: 16px;
	}
	.about_cont_wrapppr {
		margin-bottom: 60px;
	}
	.apply_now_sec {
		padding: 90px 0;
	}
	.apply_truck_img {
		bottom: -20px;
	}
	.apply_truck_img img {
		max-width: 970px;
	}
	.join_team_sec h4 {
		font-size: 40px;
	}
	.apply_now_sec.top_apply {
		padding: 180px 0 120px 0;
	}
	.pre_qualified_wrappr {
		padding: 100px 0 80px 0;
	}
	.video_content {
		/*padding: 30px;*/
	}
	.home_bnnr_title .elementor-element.elementor-element-d32a00e {
		width: 43.133% !important;
	}
}
@media(max-width: 1199px){
	.home_bnnr_title h2 {
		font-size: 54px;
	}
	.our_Service_sec::before {
		background-size: 585px;
	}
	.service_box h5 {
		font-size: 16px;
	}
	.title_box h3 {
		font-size: 36px;
	}
	input[type="submit"], input[type="reset"], input[type="button"], .button {
		padding: 10px 26px;
		font-size: 14px;
	}
	.service_slide .service_box {
		height: 280px;
	}
	.about_box_wrap {
		padding: 50px;
	}
	.about_box_wrap {
		height: 630px;
	}
	.feature_box {
		margin-bottom: 40px;
	}
	.feature_icn img {
		max-width: 45px;
	}
	.feature_icn {
		width: 70px;
	}
	.feature_cont {
		width: calc(100% - 70px);
	}
	.title_box {
		margin-bottom: 45px;
	}
	.mahal_count_sec {
		padding: 56px 0;
	}
	.contact_slide_innr h5 {
		font-size: 14px;
		margin-bottom: 18px;
	}
	.contact_slide_innr p {
		font-size: 13px;
	}
	.mapp_city_box {
		margin-bottom: 10px;
	}
	.mapp_city_name {
		font-size: 13px;
	}
	.top_banner.about_bnnr {
		background-position: center left !important;
	}
	.apply_truck_img img {
		max-width: 860px;
	}
	.apply_truck_img {
		bottom: -15px;
	}
	.apply_now_sec {
		padding: 65px 0;
	}
	.service_box {
		padding: 25px;
	}
	.service_box h5 {
		font-size: 14px;
	}
	.join_team_sec h4 {
		font-size: 36px;
	}
	.apply_now_sec.top_apply {
		padding: 150px 0 100px 0;
	}
	.top_banner.service_bnnr {
		background-position: center left -100px !important;
	}
	.top_banner.contact_bnnr {
		background-position: center right -100px !important;
	}
	.home_bnnr_title .elementor-element.elementor-element-d32a00e {
		width: 46.133% !important;
	}
}
@media(max-width: 991px){
	.website_header.webHeader {
		display: none;
	}
	.website_header.mobHeader {
		display: block;
	}
	.header_navbar2 {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 15px 20px;
		background: #fff;
	}
	.logo img {
		max-width: 90px;
	}
	.toggle_Icon img {
		max-width: 24px;
	}
	.mob_menu {
		position: absolute;
		left: 0;
		right: 0;
	}
	.mob_menu {
		display: none;
	}
	.mob_menu ul {
		display: block;
		background: #fff;
		padding: 15px 20px;
		border-top: 1px solid #ddd;
	}
	.mob_menu .menubar ul li {
		display: block;
		margin-bottom: 7px;
		margin-left: 0;
	}
	.menubar ul li a {
		font-size: 12px;
		letter-spacing: 1px;
		display: block;
		border-bottom: 0px !important;
	}
	.menubar ul li a:hover,
	.menubar ul li a:focus {
		border-bottom: 0px !important;
	}
	.home_bnnr_title h2 {
		font-size: 44px;
	}
	.our_Service_sec::before {
		display: none;
	}
	.our_Service_sec {
		padding: 50px 0;
	}
	.count_box h4 {
		font-size: 40px;
	}
	.why_choose_btn {
		margin-top: 55px;
	}
	.footr_list2 {
		margin-left: 0;
	}
	.footer_list ul li a {
		font-size: 13px;
	}
	.footr_txt p {
		font-size: 13px;
		margin-bottom: 0;
	}
	.footer_list p {
		font-size: 13px;
	}
	.footer_list h4 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.copyright_bar p {
		font-size: 14px;
	}
	.contact_details_wrap .container {
		max-width: 100%;
	}
	.contact_details_wrap {
		padding: 65px 0;
	}
	.partner_slide {
		height: 135px;
	}
	.partner_slide img {
		max-width: 145px;
	}
	.mapp_img {
		margin-bottom: 30px;
	}
	.top_banner.about_bnnr {
		background-position: center left -250px !important;
	}
	.abt_cont_box{
		margin-bottom: 30px;
	}
	.apply_now_cont {
		margin: 0 20px;
		padding: 25px;
	}
	.apply_now_sec .title_box {
		margin: 0;
	}
	.apply_truck_img img {
		max-width: 720px;
	}
	.join_team_sec h4 {
		margin-bottom: 20px;
	}
	.join_team_sec p {
		font-size: 15px;
	}
	.pre_qualified_wrappr {
		padding: 60px 0 60px 0;
	}
	.pre_qualified_wrappr .title_box {
		padding: 0 20px;
	}
	.contact_form .container {
		max-width: 100%;
		padding: 0 20px;
	}
	.top_banner.service_bnnr {
		background-position: center left -300px !important;
	}
	.top_banner.career_bnnr {
		background-position: center right -100px !important;
	}
	.top_banner.contact_bnnr {
		background-position: center right -200px !important;
	}
	.home_bnnr_title h2::before {
		top: 14px;
		bottom: 10px;
	}
	.home_bnnr_title h2 {
		font-size: 38px;
		line-height: 50px;
	}
	.home_bnnr_title h2 span {
		font-size: 50px;
	}
}
@media(max-width: 767px){
	.home_bnnr_title h2 {
		font-size: 34px;
	}
	input[type="submit"], input[type="reset"], input[type="button"], .button {
		padding: 10px 22px;
		font-size: 13px;
	}
	.service_title_wrapr.title_box {
		margin: 15px 15px 0;
	}
	.title_box h3 {
		font-size: 30px;
	}
	.about_cont_wrapppr h3 {
		font-size: 30px;
	}
	.about_cont_wrapppr p {
		font-size: 14px;
	}
	.about_cont_wrapppr {
		margin-bottom: 45px;
	}
	.our_Service_sec > .cstm_container2 {
		padding: 0 15px;
	}
	.ab_img_wrap{
		display: none;
	}
	.about_box_wrap {
		height: auto;
		padding: 50px 25px !important;
	}
	.our_features_Sec {
		padding: 50px 10px 20px 10px;
	}
	.feature_box {
		margin-bottom: 30px;
	}
	.feature_icn img {
		max-width: 32px;
	}
	.feature_icn {
		width: 50px;
	}
	.feature_cont {
		width: calc(100% - 50px);
	}
	.feature_cont h4 {
		font-size: 16px;
	}
	.title_box {
		margin-bottom: 30px;
	}
	.mahal_count_sec {
		padding: 44px 0;
	}
	.count_box h4 {
		font-size: 32px;
	}
	.count_box p {
		font-size: 16px;
	}
	.why_choose_sec {
		padding: 50px 0;
	}
	.why_choose_btn {
		margin-top: 15px;
	}
	.why_choose_box {
		height: auto;
		max-width: 500px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.contact_details_wrap .container {
		padding: 0 5px;
	}
	.contact_slide_innr {
		padding: 15px;
	}
	.contact_slide_innr h5 {
		font-size: 14px;
		margin-bottom: 14px;
	}
	.contact_slide_innr p span.icon_box {
		margin-right: 10px;
		width: 20px;
	}
	.cont_box {
		width: calc(100% - 20px);
	}
	.contact_details_wrap {
		padding: 50px 0;
	}
	.map_sec {
		padding: 50px 0;
	}
	.top_banner.about_bnnr {
		background-position: center left -100px !important;
		height: 400px;
	}
	.about_wrapper {
		padding: 50px 0 20px 0;
	}
	.apply_truck_img {
		bottom: 0;
	}
	.apply_truck_img img {
		max-width: 460px;
	}
	.service_wrppr {
		padding: 60px 0 30px 0;
	}
	.career_pg_innr {
		padding: 50px 0;
	}
	.join_team_sec h4 {
		font-size: 30px;
	}
	.join_team_sec p {
		font-size: 14px;
	}
	.pre_qualified_form .form-group {
		margin-bottom: 20px;
	}
	.pre_qualified_form .form-group label {
		font-size: 14px;
	}
	.contact_form {
		padding: 60px 0 30px 0;
	}
	.apply_now_cont {
		background-color: transparent;
	}
	.apply_truck_img img {
		display: none;
	}
	.apply_now_sec::before {
		background-size: 120%;
	}
	.contact_boxx {
		margin-bottom: 20px;
	}
	.videoSlider .elementor-7 .elementor-element.elementor-element-8ebde29 > .elementor-container {
		min-height: 440px;
	}
	.call_sec {
		display: block;
	}
	.call_sec {
		margin-right: 0;
	}
	.call_sec li:first-child {
		margin-bottom: 5px;
	}
	.top_bar_wrappr {
		padding: 8px 0;
	}
	.top_banner.service_bnnr {
		background-position: center left -500px !important;
	}
	.top_banner.career_bnnr {
		background-position: center right -200px !important;
	}
	.top_banner.contact_bnnr {
		background-position: center right -400px !important;
	}
/*	.web_video{
		display: none;
	}
	.mob_video{
		display: block;
	}*/
	.home_bnnr_title .elementor-element.elementor-element-d32a00e {
		width: 350px !important;
	}
	.why_choose_img_wrap img {
	    max-width: 100%;
	    width: 100%;
	}
}
@media(max-width: 575px){
	.home_bnnr_title h2 {
		font-size: 30px;
	}
	.title_box h3 {
		font-size: 25px;
	}
	.mahal_count_sec {
		padding: 35px 0;
	}
	.count_box h4 {
		font-size: 20px;
	}
	.count_box .count {
		margin-right: 2px;
	}
	.count_box p {
		font-size: 13px;
	}
	.contact_slide_innr {
		height: 165px;
	}
	.partner_slide {
		height: 120px;
	}
	.partner_slide img {
		max-width: 125px;
	}
	.mapp_city_box {
		width: 33.333%;
	}
	.top_banner.about_bnnr {
		background-position: center left -200px !important;
	}
	.about_cont_wrapppr h3 {
		font-size: 25px;
	}
	.about_cont_wrapppr p {
		font-size: 13px;
	}
	.join_team_sec h4 {
		font-size: 25px;
	}
	.apply_now_sec::before {
		background-size: 180%;
	}
	.top_bar_wrappr {
		padding: 8px 0;
	}
	.call_sec li a {
		font-size: 12px;
	}
	.call_sec li a i {
		margin-right: 7px;
		font-size: 14px;
	}
	.right_top.social_top_header .social_list ul li {
		margin: 0 0 0 14px;
	}
	.top_banner.career_bnnr {
		background-position: center left -1100px !important;
	}
	.right_top.social_top_header .social_list ul li a {
		width: auto;
		height: auto;
		font-size: 15px;
	}
	.top_banner.service_bnnr {
		background-position: center left -670px !important;
	}
	.top_banner.contact_bnnr {
		background-position: center right -500px !important;
	}
	.home_bnnr_title .elementor-element.elementor-element-d32a00e {
		width: 300px !important;
	}
	.video_content {
		/*padding: 20px;*/
	}
	.home_bnnr_title h2::before {
		width: 5px;
		top: 10px;
		bottom: 8px;
	}
	.home_bnnr_title h2 {
		padding-left: 20px;
		line-height: 40px;
	}
	.home_bnnr_title h2 span {
		font-size: 40px;
	}
}
@media(max-width: 399px){
	.top_banner.service_bnnr {
		background-position: center left -750px !important;
	}
}