@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@100..900&family=Roboto:wght@100;300;400;500;700;900&display=swap');

:root {
    --primary-color: #D3082A;
    --white-bg: #FFFFFF;
    --black-bg: #000000;
    --grey-bg: #5E5E5E;
    --primary-font: "Roboto", sans-serif;
    --secondary-font: "Archivo", sans-serif;
    --text-white: #ffffff;
    --text-black: #000000;

}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: var(--secondary-font);
}

a {
    text-decoration: none;
}

h1,
h3,
h2,
h4,
h5,
h6{
	font-family: var(--secondary-font);
	line-height: 1.1;
}

/* h2,
h4,
h5,
h6{
 font-family: var(--primary-font);	
} */

button {
    border: none;
}


strong {
    font-weight: 800;
}

ul {
    padding-left: 1rem;
}

p {
    font-size: 20px;
}

input {
    border-radius: 0 !important;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
    border: 0;
}

input[type="text"].form-control {
    border: 0;
}



/*  Custom Styling Start */

.main_title {
    color: var(--text-white);
    font-size: 5vw;
    font-weight: 700;
	line-height: 1;
}


.main_btn {
    background-color: var(--primary-color);
    color: var(--text-white);
    font-weight: 400;
    text-transform: capitalize;
    padding: 5px 20px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.main_btn:hover {
    background-color: transparent !important;
    border-color: var(--primary-color);
}

.banner-img .banner-btns {
    margin-top: 35px;
	gap: 15px;
}

.main_btn_trans {
    background-color: transparent;
    color: var(--text-white);
    font-weight: 400;
    text-transform: capitalize;
    padding: 5px 18px;
    transition: all 0.3s ease;
    border: 1px solid var(--white-bg);
    font-size: 18px;
    display: flex;
    align-content: center;
    letter-spacing: 0.5px;
}

.main_btn_trans:hover {
    background-color: var(--white-bg);
    color: var(--primary-color);
}

.triangle_bg {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 55% 90%, 50% 100%, 45% 90%, 0 90%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 55% 90%, 50% 100%, 45% 90%, 0 90%);
}


.small_title_primary {
    color: var(--primary-color);
    /*font-variant: small-caps;*/
    font-family: var(--secondary-font);
    font-weight: 900;
    font-size: 25px;
	text-transform: uppercase;
}


.services_sub_title {
    color: var(--text-white);
    font-family: var(--secondary-font);
    font-weight: 700;
}

.ppost-details h4.small_title_primary {
    text-transform: uppercase;
}


.title_para {
    /* text-align: center; */
    font-size: 24px;
    font-weight: 400;
    font-family: var(--primary-font);
}
section.cv-image-width-text p.title_para {
    text-align: left;
}
.sub_title_para {
    font-size: 20px;
    font-weight: 300;
}

.sub_title_para_light {
    color: var(--text-white);
    font-size: 20px;
    font-weight: 300;
    font-family: var(--primary-font);
    line-height: 30px;
}

.card-title {
    margin: 0;
}


.services_sub_title_dark {
    color: var(--text-black);
    font-family: var(--secondary-font);
    font-weight: 700;
}

.eff_btn {
    transition: all 0.3s ease;
    font-weight: 400 !important;
}

.eff_btn:hover {
    background: var(--primary-color)!important;
    color: #ffff!important;
}

.history_content p{
margin: 0!important;
font-size: 16px!important;
}

.history_content small{
    margin-top: 10px!important;
    display: inline-block;
}

/* Custom Styling End */



/* _____________________________________________________ */

/* Landing Page */

/* _____________________________________________________ */

/* Header Styling Start */

header {
    font-family: var(--secondary-font);
}

header .custom-logo {
	height: auto;
	width: 196px;
}

.top-head {
    background-color: var(--grey-bg);
}

.top-links {
    margin-left: 20px;
    /* text-align: end; */
}


.social-top strong {
    color: var(--text-white);
}

.social-top span,
.social-top strong {
    font-size: 14px;
    margin: 0 8px;
}

.social-top span {
    color: #aca5a5;
	 margin: 0 5px;
}
ul#menu-header-menu li.main_btn > a {
    padding-right: 0;
}

.top-links a {
    font-size: 12px;
    color: var(--text-white);
    margin: 0 8px;
    font-weight: 500;
}


.middle-head {
    background-color: var(--white-bg);
}

.menu-header-menu-container > ul {
    align-items: center;
    margin: 0;
}
.menu-header-menu-container ul#menu-header-menu > li.menu-item-has-children::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    right: 3px;
    top: 6px;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
	pointer-events: none;
}
.navbar .navbar-nav .nav-link:not(.main_btn),
.menu-header-menu-container ul li a{
    color: var(--text-black);
    font-weight: 300;
    text-transform: capitalize;
}



.navbar .navbar-nav .nav-item {
    margin: 0 10px;
}


.dropdown-toggle::after {
    border: none;
}

.nav-link svg {
    width: 20px;
    height: 20px;
}


/* Header Styling End */



/* banner CSS start */

.banner-img {
    background-image: url(../images/banner_test.png);
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.35);
    background-blend-mode: overlay;
    font-family: "Archivo", sans-serif;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 55% 90%, 50% 100%, 45% 90%, 0 90%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 55% 90%, 50% 100%, 45% 90%, 0 90%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 140px 0 150px;
    background-position: center;
}

.dropdown-toggle::after {
    border: none;
}

/* banner CSS End */



/* Work section CSS Start */

.work .carousel-control-next,
.work .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: #ffff;
    border: 0;
}

/* Work section CSS End */



/* Counter Banner CSS Start */

.counter-bg-img {
    /* background-image: url(../images/image290.jpg); */
    background-size: 100% 100%;
    background-position: center center;
    height: 450px;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.35);
    background-blend-mode: overlay;
    font-family: "Archivo", sans-serif;
    /* -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 55% 80%, 50% 100%, 45% 80%, 0 80%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 55% 80%, 50% 100%, 45% 80%, 0 80%); */
    display: flex;
    justify-content: center;
/* 	clip-path:polygon(0% 0%, 100% 0%, 100% 90%, 54% 90%, 50% 100%, 46% 90%, 0 90%); */
	clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 54% 85%, 50% 100%, 46% 85%, 0 85%) !important;
    /* align-items: center; */
}

/* Counter Banner CSS End */



.textWithBackgroundImage {

    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.35);
    background-blend-mode: overlay;
    font-family: "Archivo", sans-serif;
    display: flex;
    justify-content: center;
	clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 54% 85%, 50% 100%, 46% 85%, 0 85%) !important;
    background-size: cover ;
    align-items: center;
    padding-bottom: 80px;
}

.textWithBackgroundImage h3, .textWithBackgroundImage p {
	color: #ffffff;
}


/* Fleet Services CSS Start */

.fleet_ser_wrapper{
    font-family: var(--secondary-font);
}


.font-size-custom{
    font-size: 35px;
}


.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent!important;
    font-size: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0;
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

/* Fleet Services CSS End */



/* Case Studies CSS Start */
.case-studies-bg-img {
/*     background-image: url(../images/case_test.png); */
    background-size: cover;
	clip-path:polygon(0% 0%, 100% 0%, 100% 90%, 54% 90%, 50% 100%, 46% 90%, 0 90%);
    height: 100%;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.75);
    background-blend-mode: overlay;
    font-family: "Archivo", sans-serif;
    padding-bottom: 120px !important;
}

.case-studies-bg-img .card {
    border: none;
    border-radius: 0;
	height: 100%;
    padding-bottom: 30px;
}

.case-studies-bg-img .card .card-img-top {
    border-radius: 0;
}

.studies-card-row .col {
    width: 30%;
}

/* Case Studies CSS End */


/* Map Section CSS Start */
.location-col2 {
    padding: 130px 0 0 0;
}

/* Map Section CSS End */


/* history CSS Start */

/* .history_section {
    background-color: var(--black-bg);
    font-family: var(--secondary-font);
    padding: 5rem 0;
    height: 100%;
    position: relative;
} */


.history_section {
/*     background-image: url(../images/history_testing.png); */
	background:#000!important;
    background-position: center center;
    background-size: 100% 100%;
    font-family: var(--secondary-font);
    padding: 5rem 0 8rem 0;
    height: 100%;
    position: relative;
	clip-path:polygon(0% 0%, 100% 0%, 100% 90%, 54% 90%, 50% 100%, 46% 90%, 0 90%);
}

.carousel-mobile{
    display: none;
}

.carousel-mobile .history_slider_content h3 {
    color: var(--text-white);
    font-weight: 600;
}

.carousel-mobile .history_slider_content p{
    color: var(--text-white);
    font-size: 16px;
    font-weight: lighter;
}

.carousel-mobile .history_slider_content span{
    color: var(--text-white);
    font-size: 18px;
}

.history_section .carousel-control-next, .history_section .carousel-control-prev{
    top: 10%!important;
}

.ruller-mobile {
    position: absolute;
    left: 7%;
    top: 55%;
    width: 100%;
    max-width: 86%;
    height: 1px;
    background-color: #f0f0f0;
}


.ruller-mobile .dots {
    position: absolute;
    top: -9px;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 54px;
    background-color: #f0f0f0;
    transform: translateX(-50%);
}

/*
.history_slider_content {
    height: 200px;
    padding-block: 20px;
}
*/

/* .history_section img {
    width: 100%;
} */



.slider_btns {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ruller {
    width: 100%;
    max-width: 86%;
    height: 1px;
    background-color: var(--white-bg);
    position: absolute;
    top: 55%;
}

.ruller .dot {
    width: 20px;
    height: 20px;
    background-color: var(--white-bg);
    position: absolute;
    top: -10px;
    border-radius: 100%;
    left: 20%;
}


.ruller .dot:nth-child(2) {
    left: 50%;
    transform: translateX(-50%);
}


.ruller .dot:last-child {
    left: 79%;
}

.history_section .carousel-control-next,
.history_section .carousel-control-prev {
    position: absolute;
    top: 10%;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

/* .advance{
    position: relative;
}

.advance > svg{
    position: absolute;
    left: 50%;
} */


/* history CSS end */


/* Latest News CSS Start */
.latest-news-bg-img {
    background-image: url(../images/image92.jpg);
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.75);
    background-blend-mode: overlay;
    font-family: "Archivo", sans-serif;

}

.latest-news-bg-img .card {
    border: none;
    border-radius: 0;
    padding-bottom: 0;
}

.latest-news-bg-img .card .card-img-top {
    border-radius: 0;
}

.latest-card-row .col {
    width: 30%;
}

/* Latest News CSS End */

/* Services Banner Styling Start */
.services_banner {
    height: 100vh;
    background-image: url(../images/services-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.55);
    background-blend-mode: overlay;
    font-family: var(--secondary-font);
    position: relative;
}

/* Services Banner Styling End */


/* Services About Section Styling Start */

.services_sub_banner {
       padding-bottom: 3rem;
/*     padding-top: 6rem; */
    background-color: var(--white-bg);
    position: relative;
}


/* Services About Section Styling End */


/* Services Section Start */
.sub_services {
    background-color: var(--black-bg);
}

.sub_services {
    padding: 8rem 0;
}

.secure_fleet_service,
.repair_services,
.end_services,
.repair_services {
    background-color: var(--white-bg) !important;
    position: relative;
}

.secure_fleet_service svg,
.vehical_movement svg,
.repair_services svg,
.fleet_exchange_services svg,
.end_services svg,
.services_sub_banner svg {
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.vehical_movement,
.fleet_exchange_services,
.end_services {
    position: relative;
}

.vehical_movement,
.ev_services {
    background-color: var(--black-bg);
}

/* Services Section End */


/* _____________________________________________________ */

/* Case Studies Page */

/* _____________________________________________________ */

/* banner section start */

.case_banner_section {
    background-image: url(../images/case_banner.jpg);
    padding: 7rem 0;
    background-repeat: no-repeat;
    background-position: 0% 27%;
    background-size: 100% 100%;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: overlay;
}

/* banner section end */


/* filter card section start */


.filter_btn {
    padding: 1rem 2rem;
    background: transparent;
    color: var(--text-black);
    font-weight: 300;
    border-block: 1px solid var(--grey-bg);
}

.hide_btn {
    padding: 1rem 2rem;
    background: transparent;
    color: var(--text-black);
    font-weight: 300;
}

.bedge {
    background-color: var(--primary-color);
    color: var(--text-white);
    padding: 0.3rem 0.6rem;
    border-radius: 100%;
    /* clip-path: circle(); */
/*     margin: 0 3rem 0 1rem; */
}

.filter_btn img {
    transition: all 0.3s ease;
}

.rotate {
    transform: rotate(-180deg);
}

ul.dropdown-menu.filter_menu {
    transform: translateY(0px) !important;
    border-radius: 0;
    inset: unset !important;
}

.filter_menu {
    transform: translate3d(0px, 60px, 0px);
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
}



.filter_menu::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: var(--primary-color);
}


.filter_menu .filter_btn {
    border: 0;
}

.filter_menu .form-check {
    padding-left: 2.3em;
}

.filter_menu label {
    font-size: 18px;
    color: var(--text-black);
    font-weight: 300;
    font-family: var(--secondary-font);
}

.filter_menu {
    --bs-dropdown-link-active-bg: transparent;
}


.clear_filter {
    padding: 1rem 2.3rem;
    text-transform: capitalize;
    font-weight: 600;
    color: #6A7A80;
    text-decoration: 1px solid underline;
}

.clear_filter:hover {
    background-color: unset;
    color: var(--primary-color);
}

.clear_filter_btn .main_btn {
    margin: 0;
}

.clear_filter_btn .main_btn:hover {
    color: var(--primary-color);
}

.filter_cards {
    border: 0;
    /* border: 2px solid rgba(0, 0, 0, 0.2); */
    border-radius: 0;
    font-family: var(--secondary-font);
}


.filter_cards .card-body {
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-top: transparent;
}


.filter_cards .card-footer {
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-top: 0;
}

.filter_cards.card-img,
.card-img-top {
    border-radius: 0;
}


.filter_cards .card-mini-title {
    color: var(--primary-color);
    /*font-variant: small-caps;*/
	font-size: 16px;
    font-weight: 600;
	text-transform: uppercase;
}

.filter_cards .card-mini-title-grey {
    color: lightgrey;
    font-variant: small-caps;
    font-weight: 600;
}


.filter_cards .card-main-title {
    color: var(--text-black);
    font-weight: 600;
    font-size: 24px;
}

.filter_cards .card-text {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.3;
}

.footer_icon {
    font-size: 40px;
    color: var(--primary-color);
}

.footer_icon:hover {
    color: var(--primary-color);
}

.footer_logo .img-fluid  {
	max-width: 196px;	
}

.jump_page {
    font-family: var(--secondary-font);
}

.page_jump input {
    width: 30px;
    text-align: center;
    border: 3px solid lightgrey;
    font-weight: 600;
}

.page_jump p {
    margin: 0;
    color: grey;
    font-weight: 600;
}


.page_jump span {
    color: grey;
    font-weight: 600;
}

.jump_page a {
    color: grey;
    font-weight: 600;
    margin: 0 30px;
    text-decoration: 1px solid underline;
}


/* filter card section end */


/* careers banner CSS start */

.careers-banner-img {
    background-image: url(../images/image68.jpg);
    background-size: 100% 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.35);
    background-blend-mode: overlay;
    font-family: "Archivo", sans-serif;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 55% 90%, 50% 100%, 45% 90%, 0 90%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 55% 90%, 50% 100%, 45% 90%, 0 90%);
    display: flex;
    justify-content: center;
    align-items: center;
}




.careers-text p {
    /* width: 100%; */
    /* margin: auto; */
    /* max-width: 550px; */
}
.page-id-398 .careers-text p {
    /* width: 100%; */
    /* margin: auto; */
    /* max-width: 850px; */
}

/*.page-id-763 section.cv-image-width-text {
    background: #ffff !important;
}*/
/* careers banner CSS End */

.paragrapghBlock ul, .paragrapghBlock ol {
	font-size: 20px;
}

.latest-vacancies-bg-img {
    background-color: black;
}

.latest-vacancies-bg-img .card {
    border-radius: 0;
	width: 100%;
}


/* overview banner CSS start */

.overview-banner-img {
    background-image: url(../images/image72.jpg);
    background-size: 100% 100%;
    height: 600px;
    background-repeat: no-repeat;
    font-family: "Archivo", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overview-text p {
    width: 55%;
}

section.map-section {
    font-family: var(--secondary-font);
}

/* .list-group-flush>.list-group-item {
    border-width: 0 0 2px;
    border-color: #000;
} */


.list-group-flush>.list-group-item {
    border-width: 0 0 2px;
    border-bottom: 1px solid #000;
    font-weight: 300!important;
    align-items: center !important;
    font-family: var(--secondary-font);
}

/* overview banner CSS End */


/* overview location line Start */
.location-line-bg {
    background-image: url(../images/location-line-img.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    max-width: 1060px;
    margin: auto;
    background-position: top;
}

.content-left {
    text-align: right;
}

.content-location p {
    font-size: 20px;
    line-height: 36px;
}

.location-line-bg .pt-5:nth-child(1) {
    padding-top: 135px !important;
}

.location-line-bg .pt-5:nth-child(2) {
    padding-top: 230px !important;
}

.location-line-bg .pt-5:nth-child(3) {
    padding-top: 225px !important;
}

.location-line-bg .pt-5:nth-child(4) {
    padding-top: 275px !important;
}

.location-line-bg .pt-5:nth-child(5) {
    padding-top: 250px !important;
}

.location-line-bg .pt-5:nth-child(6) {
    padding-top: 250px !important;
    padding-bottom: 340px;
}

.dmg-col {
    padding-right: 85px;
}

.fleet-support-row {
    max-width: 1024px;
}

.fleet-support-row .col1 {
    margin-left: -150px;
}

.fleet-support-row .col2 {
    padding-right: 10px;
}

.driven-vehicle-row {
    margin-right: -270px;
}

.driven-vehicle-row .col1 {
    padding-right: 80px;
}

.driven-vehicle-row .col1 p {
    padding-left: 140px;
}

.vehicle-transport-row {
    max-width: 1024px;
}

.vehicle-transport-row .col1 {
    margin-left: -150px;
}

/* .vehicle-transport-row .col2 {
    padding-right: 150px;
} */

.technology-row {
    margin-left: -125px;
}

.technology-row .col1 {
    padding-right: 132px;
}

.technology-row .col2 {
    margin-left: -60px;
}

/* overview location line End */


/* team members start */

.teamMember {
	margin-bottom: 120px;
}

.teamMember .teamImage {
	border-radius: 50%;
	height: 200px;
	object-fit: cover;
	width: 200px;
}


.teamMember .teamName {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0;
}


.teamMember .jobTitle {
	color: var(--primary-color);
	font-size: 25px;
	line-height: 1.2;
    position: relative;
	margin-bottom: 0;
}

.teamMember .teamSocial a {
	background-color: var(--primary-color);
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	margin-right: 10px;
	height: 25px;
	padding-top: 2px;
    padding-left: 6px;
	width: 25px;
}

/* team members end */



/* vehicle types start */

.vehicleTypes {
	background-color: #000000;
	color: #ffffff;
	padding: 100px 0;
}


.vehicleTypes #owl-vehicles {
	font-weight: 300;
	overflow: hidden;
	padding-top: 40px;
	position: relative;
}

.vehicleTypes #owl-vehicles .owl-nav {
	padding-right: calc(var(--bs-gutter-x)* 1);
	position: absolute;
	text-align: inital;
    top: 40%;
	width: 100%;
}

.vehicleTypes #owl-vehicles .owl-nav .owl-prev, .vehicleTypes #owl-vehicles .owl-nav .owl-next {
	width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
}


.vehicleTypes #owl-vehicles .owl-nav .owl-prev {
	background-image: url(../images/left_icon.png);
	float: left;
}

.vehicleTypes #owl-vehicles .owl-nav .owl-next {
	background-image: url(../images/right_icon.png);
	float: right;
}

.vehicleTypes #owl-vehicles strong {
	font-weight: 700;
}

.vehicleTypes .addTrailerImage {
	padding: 0 40px;
}

.vehicleTypes .addTrailerImage img {
	float: right;
}

.vehicleTypes .vehicleImage {
	margin-bottom: 70px;
	padding: 0 80px;
}

.vehicleTypes .vehicleImage img {
	height: auto!important;
	max-width: 100%!important;
	width: 100%!important;
}

.vehicleTypes .vehicleTitle {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px
}

.vehicleTypes .vehicleSpec {
	margin-bottom: 30px;
}

.vehicleTypes .vehicleSpec .col div {
	border-top: 3px solid var(--primary-color);
	padding-top: 10px;
}

.vehicleTypes .vehicleSpec p {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 0;
}




/* vehicle types end */




/* post-1 CSS Start */

.section-post {
    background: linear-gradient(180deg, rgba(230, 230, 230, 1) 5%, rgba(255, 255, 255, 1) 20%);
}

.post-area {
    width: 100%;
    max-width: 670px;
    margin: auto;
}

/* post-1 CSS End */

/* Contact form Section Start */
.contact-form {
    padding: 10rem 0;
    background-color: var(--primary-color);
    position: relative;
    /* overflow-y: hidden; */
}

.contact-form svg {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
}


.contact-form .small_title_primary {
    color: var(--text-white);
}

/* Contact form Section End */

/* footer section start */
footer {
    background-color: var(--black-bg);
    font-family: var(--secondary-font);
    padding: 5rem 0 0 0;
}

address {
    margin: 30px 0;
    font-size: 22px;
    color: var(--text-white);
	font-weight: 300;
}

.contact_details p {
    margin: 0;
    font-size: 20px;
    color: var(--text-white);
    font-weight: 200;
}

.contact_details p span {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 300;
    margin-right: 20px;
}

.contact_details p a {
    color: var(--text-white);
    font-size: 20px;
    font-weight: 300;
}


.policy h4,
.policy h3{
    color: var(--text-white);
    font-size: 22px;
    border-bottom: 2px solid var(--text-white);
    margin-bottom: 20px;
}

.policy ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.policy li {
    font-size: 20px;
}

.policy li a {
    color: var(--text-white);
    font-weight: 300;
}
.iso_imgs .widget figure {
    margin: 0;
}

.copyright_links {
    padding: 5rem 0;
}


.copyright_links p {
    margin: 0;
    color: var(--text-white);
    font-size: 18px;
    font-weight: 200;
}

.copyright_links a {
    color: var(--text-white);
    font-size: 18px;
    font-weight: 200;
    position: relative;
}

.copyright_links a::before {
    content: '|';
    margin: 0 20px;
}


.counter-bg-img p {
    font-size: 24px;
    /*width: 100% !important;*/
    font-weight: 300;
    max-width: 70%;
    margin: 0;
    line-height: 1.2;
    font-family: var(--primary-font);
}

.counter-bg-img p strong {
	font-weight: 600;
}

.counter-bg-img .counterImg {
	margin-bottom: 25px;
	max-width: 140px;
}

span.counter1 {
    font-weight: 800;
    font-family: var(--secondary-font);
}
div#carouselExampleControls .col-md-3 img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}
section.map-section h3 {
    font-size: 55px;
}
/* footer section end */


.btn-group .bedge_content {
    padding-left: 25px;
}

.menu-header-menu-container ul#menu-header-menu li:nth-child(1) ul.sub-menu.active 
 li.current-menu-item a,
.menu-header-menu-container ul#menu-header-menu li:nth-child(2) ul.sub-menu.active 
 li.current-menu-item a{
    color: var(--texdt-black) !important;
}

/* @media (max-width: 1024px) {
    .location-line-bg .pt-5:nth-child(1) {
        padding-top: 120px !important;
    }

    .dmg-col {
        padding-right: 40px;
    }

    .location-line-bg .pt-5:nth-child(2) {
        padding-top: 160px !important;
    }

    .fleet-support-row .col1 {
        margin-left: -30px;
    }

    .fleet-support-row .col2 {
        padding-right: 40px;
    }

    .location-line-bg .pt-5:nth-child(3) {
        padding-top: 155px !important;
    }

    .driven-vehicle-row {
        margin-right: -160px;
    }

    .driven-vehicle-row .col1 {
        padding-right: 40px;
    }

    .driven-vehicle-row .col1 p {
        padding-left: 40px;
    }

    .location-line-bg .pt-5:nth-child(4) {
        padding-top: 190px !important;
    }

    .vehicle-transport-row .col1 {
        margin-left: -20px;
    }

    .vehicle-transport-row .col2 {
        padding-right: 0px;
    }

    .location-line-bg .pt-5:nth-child(5) {
        padding-top: 180px !important;
        padding-bottom: 324px;
    }

    .technology-row {
        margin-left: 0;
    }

    .technology-row .col2 {
        margin-left: 40px;
    }

    .technology-row .col1 {
        padding-right: 0px;
    }

} */



/* ______________________________________ */
/* Media Query Start */
/* ______________________________________ */



.banner-img p.w-lg-50 {
    max-width: 50%;
    font-size: 24px;
}

.clear_filter_btn  a.main_btn {
    width: fit-content;
}

@media (min-width: 1200px) and (max-width: 1460px) {
  
    .fleet-support-row,
    .vehicle-transport-row {
        margin: auto;
    }

    .location-line-bg .pt-5:nth-child(2) {
        padding-top: 190px !important;
    }

    .location-line-bg .pt-5:nth-child(4) {
        padding-top: 255px !important;
    }

    .vehicle-transport-row .col2 {
        padding-right: 0;
    }

    .location-line-bg .pt-5:nth-child(5) {
        padding-top: 250px !important;
        padding-bottom: 390px;
    }
    
    
}

@media (max-width: 1360px) {
    .map-section ul.list-group li img {
        margin-right: 5px !important;
    }
    section.map-section h3 {
        font-size: 55px;
    }
    .counter-bg-img p {
        /*font-size: 26px;*/
    }
    .iso_imgs img {
        max-width: 90px;
        width: 100%;
    }
    .policy li {
        font-size: 14px;
        padding: 5px 0;
    }
}


@media (max-width: 1200px) {
    .location-line-bg {
        background-image: initial !important;
    }
}

@media (max-width: 1024px) {
	.post-links a.text-secondary.ms-2:nth-child(2) {
    margin-left: 0px !important;
}
    
    .iso_imgs img {
        max-width: 75px;
        width: 100%;
    }

    .policy li,
    .contact_details p a,
    .contact_details p,
    .contact_details p span,
    address {
        font-size: 16px;
    }
    .copyright_links a::before {
        margin: 0 12px;
    }
    .copyright_links a {
        font-size: 14px;
    }
    .copyright_links p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .banner-img {
        position: relative;
        background-size: cover;
        height: 100%;
/*         -webkit-clip-path: initial; 
        clip-path: initial;  */
        align-items: center;
        padding: 45px 0 62px;
        background-position: center;
        background-color: initial;
        z-index: 0;
    }

    .banner-img::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, #000000c7, transparent);
        z-index: -1;
        top: 0;
        right: 0px;
        left: 0px;
    }

    header .main_btn {
        display: inline-block;
        padding: 5px 10px;
    }

    .clear_filter_btn {
        text-align: center;
    }

    .bedge {
        margin: 0.5rem;
    }

    .filter_btn {
        padding: 1rem;
    }

    ul.dropdown-menu.filter_menu {
        width: 400px !important;
    }

    .driven-vehicle-row {
        margin-right: 0;
    }

    .driven-vehicle-row .col1 {
        padding-right: 0;
    }

    .fleet-support-row .col1 {
        margin-left: 0;
    }

    .vehicle-transport-row .col1 {
        margin-left: 0;
    }

    .vehicle-transport-row .col2 {
        padding-right: 0;
    }

    .technology-row .col2 {
        margin-left: 0;
    }

    .technology-row {
        margin-left: 0;
    }

    .technology-row .col1 {
        padding-right: 0;
    }

    .location-line-bg .pt-5:nth-child(2) {
        padding-top: 75px !important;
    }

    .location-line-bg .pt-5:nth-child(4) {
        padding-top: 75px !important;
    }

    .location-line-bg {
        background-image: initial;
    }

    .dmg-col {
        padding-right: 0;
    }

    .location-line-bg .pt-5:nth-child(3) {
        padding-top: 75px !important;
    }

    .location-line-bg .pt-5:nth-child(5) {
        padding-top: 75px !important;
        padding-bottom: 75px;
    }

    .overview-banner-img {
        height: 100%;
        padding: 60px 0 0;
    }

	.banner-img .w-lg-50 {
        max-width: 50%;
    }

    .banner-img .main_title {
        font-size: 6vw;
    }

    .main_btn,
    .main_btn_trans {
        font-size: 16px;
    }

    .counter-bg-img .w-50 {
        width: 100% !important;
        max-width: 100%;

    }

    .counter-bg-img p {
        /*font-size: 26px;*/
    }

    .map-section h3.display-1 {
        font-size: 52px;
    }

    p {
        font-size: 16px;
    }

    .navbar-toggler {
        border: 0;
    }

    button.navbar-toggler:hover,
    button.navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }
	section.work button.owl-prev, section.work button.owl-next {
		line-height: 0 !important;
		padding: 0 0 !important;
	}
	
	section.work button.owl-prev span, section.work button.owl-next span{
		font-size: 30px !important;
		margin: 0 30px !important;
	}
	.owl-theme .owl-nav [class*=owl-]:hover {
		/*background: none !important;*/
		color: initial !important;
		text-decoration: none !important;
	}

}



@media screen and (max-width:991px) {
	
.navbar-collapse .menu-header-menu-container {
    position: absolute;
    z-index: 1;
    top: auto;
    background: #fff;
    left: 0;
    right: 0;
    padding: 25px 15px;
    transition: all 0.5s ease;
    transform: translateX(-100vh);
    opacity: 0;
    pointer-events: none;
	max-width: 325px;
	height: 200em;
    z-index: 1111;
}
nav.navbar button.navbar-toggler {
    padding-right: 0;
}	
.navbar-collapse.show .menu-header-menu-container {
    opacity: 1 !important;
	transition: all 0.5s ease !important;
    transform: translateX(0px) !important;
    pointer-events: auto !important;
}	
.menu-header-menu-container ul#menu-header-menu {
    margin: 0;
    padding: 0;
}
.menu-header-menu-container ul#menu-header-menu > li {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 8px;
}
.menu-header-menu-container ul#menu-header-menu > li > a {
    display: block;
    width: 100%;
}	

.vehicleTypes #owl-vehicles .owl-nav  {
	top: 25%;
}

}


@media screen and (min-width:991px) {
	.teamMember:nth-child(odd) {
	  padding-right: 60px;
	}

	.teamMember:nth-child(even) {
	  padding-left: 60px;
	}	
}


@media screen and (max-width:767px) {
    .policy li {
        padding: 2px 0;
    }

    .carousel-desktop{
        display: none;
    }

    .carousel-mobile{
        display: block;
    }

    .overview-banner-img {
        background-image: url(../images/image72.jpg);
        background-position: center center;
        background-size: cover;
        height: 60vh!important;
        background-repeat: no-repeat;
    }


    .counter-bg-img p {
        font-size: 14px !important;
        line-height: 22px !important;
    }
    .counter-bg-img h1 {
        font-size: 22px;
        margin-bottom: 0px;
        margin-top: 12px;
    }
    .counter-bg-img {
    background-size: cover;
    background-position: center center;
    height: 100%;
    background-repeat: no-repeat;
    padding: 12px 0px 50px 0px !important; 
	clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 56% 90%, 50% 100%, 43% 90%, 0 90%) !important;
}
    
div#carouselLogos .col-6 img {
    margin: auto;
    width: 100%;
    display: block;
    max-width: 95px !important;
    padding: 10px 15px !important;
}
    .case-studies-bg-img {
        background: #242424;
        padding-bottom: 75px !important;
		clip-path: polygon(0% 0%, 100% 0%, 100% 96%, 59% 96%, 52% 98%, 46% 96%, 0 96%) !important;
    }
	.swiper.hisSwiper {
		margin-block: 1rem!important;
	}

    .history_section {
        background: #010101;
        padding: 35px 0;
		clip-path: polygon(0% 0%, 100% 0%, 100% 96%, 59% 96%, 52% 100%, 46% 96%, 0 96%) !important;
    }

    .mask-size img{
        width: 75px;
    }


    .sub_services {
        padding: 3rem 0;
    }


    .secure_fleet_service svg,
    .vehical_movement svg,
    .repair_services svg,
    .fleet_exchange_services svg,
    .end_services svg,
    .contact-form svg,
    .services_sub_banner svg {
        position: absolute;
        top: -40px;
        width: 100px;
        height: 80px;
    }

    /* Bootstrap custom */
    .navbar-toggler:focus {
        box-shadow: unset;
    }

    .navbar-toggler {
        border: 0;
    }

    .nav-link {
        padding: 0;
        margin: 10px 0;
    }

    /* header section */

    .top-links {
        display: none;
    }

    .social-top {
        text-align: center;
    }

    .social-top span,
    .social-top strong {
        font-size: 14px;
        margin: 0 5px;
    }

    /* Banner Section  */

    .banner-img {
        background-size: cover;
        height: 100%;
        background-position: center center;
        padding-top: 25px;
        padding-bottom: 60px;
    }


    .main_title {
        font-size: 8vw;
    }

    .main_btn {
        font-size: 14px !important;
    }

    .title_para {
        width: 100% !important;
        font-size: 18px;
    }


    /* Our History Carousel */

    .carousel-desktop {
        display: none;
    }


    .services_sub_banner .service_main_card img {
        width: 5rem;
    }

    section.sub_services.fleet_exchange_services {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .sub_title_para_light,
    .sub_title_para {
        font-size: 16px;
    }

    section.sub_services.end_services {
        padding-bottom: 3rem;
        padding-top: 6rem;
    }

    .copyright_links a,
    .copyright_links p {
        font-size: 14px;
    }

    .copyright_links a::before {
        margin: 0 8px;
    }

    .copyright_links a:nth-child(2)::before {
        display: none;
    }

    address,
    .contact_details p span,
    .contact_details p,
    .contact_details p a {
        font-size: 14px;
    }

    .policy li a {
        font-size: 14px;
    }

    .policy h4 {
        font-size: 16px;
    }

    .iso_imgs img {
        max-width: 75px !important;
        margin-top: 1rem;
        width: 100%;
    }


    footer {
        padding: 3rem 0 0 0;
    }

    .contact-form {
        padding: 4rem 0 0;
    }

    .services_sub_title_dark,
    .services_sub_title {
        font-size: 16px;
        line-height: 24px;
    }

    section.sub_services.ev_services,
    section.sub_services {
        padding-top: 3rem;
    }

    section.sub_services.repair_services,
    section.sub_services.secure_fleet_service {
        padding-bottom: 3rem;
        padding-top: 6rem;
    }

    .text-light {
        font-size: 16px;
    }

    .main_btn_trans {
        padding: 5px 18px;
        font-size: 16px;
    }

    .form-check .text-light {
        margin: 0;
    }


    /* Case_Studies Page */
    .case_banner_section {
        padding: 3rem 0;
    }

    .filter_btn {
        font-size: 14px;
        width: 20rem;
    }

    .bedge {
        padding: 0.1rem 0.37rem;
        font-size: 14px;
        border-radius: 100%;
/*         margin: 0 1rem 0 2rem; */
    }

    .clear_filter_btn .main_btn {
        padding: 5px 10px;
    }

    .jump_page a {
        margin: 0 10px;
        font-size: 14px;
    }

    .jump_page .nextBtn,
    .page_jump p {
        font-size: 14px;
    }

    .filter_cards .card-text {
        font-size: 16px;
    }

    .filter_cards .card-main-title {
        font-size: 20px;
    }

    ul.dropdown-menu.filter_menu {
        width: 300px !important;
    }

    .hide_btn {
        font-size: 14px;
        padding: 0.5rem 1.5rem;
    }

    .filter_menu .form-check {
        padding-left: 2rem;
    }

    .filter_menu label {
        font-size: 14px;
    }


    .clear_filter {
        padding: 1rem 1.5rem;
    }


    /* ak-css-start */

    p {
        font-size: 16px !important;
        line-height: 28px !important;
    }

    .location-line-bg .pt-5:nth-child(1) {
        padding-top: 25px !important;
    }

    .dmg-col {
        padding-right: 15px;
    }

    .location-line-bg .pt-5:nth-child(2) {
        padding-top: 75px !important;
    }

    .fleet-support-row .col1 {
        margin-left: 0;
    }

    .fleet-support-row .col2 {
        padding-right: 15px;
    }

    .content-location-image img {
        width: 100%;
    }

    .location-line-bg .pt-5:nth-child(3) {
        padding-top: 55px !important;
    }

    .driven-vehicle-row .col1 {
        padding-right: 0;
    }

    .driven-vehicle-row .col1 p {
        padding-left: 0;
    }

    .driven-vehicle-row {
        margin-right: 0;
    }

    .location-line-bg .pt-5:nth-child(4) {
        padding-top: 65px !important;
    }

    .vehicle-transport-row .col2 {
        padding-right: 0;
    }

    .vehicle-transport-row .col1,
    .technology-row .col2 {
        margin-left: 0;
    }

    .technology-row .col1 {
        padding-right: 15px;
    }

    .location-line-bg .pt-5:nth-child(5) {
        padding-top: 65px !important;
        padding-bottom: 65px;
    }

    .technology-row {
        margin-left: 0;
    }

    /* ak-css-start */
    .map-section h3.display-1 {
        font-size: 36px;
    }

    .banner-img p.w-lg-50 {
        max-width: 100%;
    }

    div#carouselExampleIndicators .carousel-item.text-center img {
        width: 100%;
        height: 130px;
        object-fit: cover;
    }

    .font-size-custom {
        font-size: 24px;
    } 

    section.history_section h4.small_title_primary {
        font-size: 35px !important;
        margin-bottom: 20px;
    }
    .banner-img .banner-btns {
        margin-top: 0;
    }

    .ruller-mobile {
        top: 50%;
        transform: translateY(-50%);
    }
    .history_section .carousel-control-next, .history_section .carousel-control-prev {
        top: 50% !important;
        transform: translateY(-50%);
    }
	
.copyright_links .widget.widget_block {
    display: block;
}
	.banner-img {
/*     -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 55% 90%, 50% 100%, 45% 90%, 0 90%) !important; */
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 56% 90%, 50% 100%, 43% 90%, 0 90%) !important;
}


.vehicleTypes .addTrailerImage, .vehicleTypes .vehicleImage {
	padding: 0;
}

.vehicleTypes #owl-vehicles .owl-nav {
	position: static;
}


}


@media screen and (max-width:576px) {

    .services_sub_banner {
        padding: 2rem 0;
    }

    .service_main_card {
        margin: 10px 0;
    }

    .filter_btn {
        /* background: red; */
        /* margin: 0 -13px; */
    }

    /* ak-css-start */

    /* ak-css-start */



    .history_section .history_content {
        margin: 20px 0 15px;
    }

    .work .img-fluid {
        max-width: 60px;
        height: auto;
    }

    .location-col2 {
        padding-top: 30px;
    }

    .copyright_links {
        padding: 5rem 0;
        justify-content: center;
    }

	
	
	.careers-banner-img {
    height: 300px!important;
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 56% 90%, 50% 100%, 43% 90%, 0 90%) !important;
}
	

}


@media screen and (max-width:480px) {
    .ruller-mobile{
        top: 47%;
    }

    .carousel-mobile .history_slider_content p.w-50{
        width: 75%!important;
    }

    .history_section .carousel-control-next, .history_section .carousel-control-prev {
        top: 47.2% !important;
        transform: translateY(-50%);
    }
}