/*
 Theme Name:   dmnfleetservices Child
 Theme URI:    https://example.com/dmnfleetservices-child
 Description:  dmnfleetservices Child Theme
 Author:       Your Name
 Author URI:   https://example.com
 Template:     dmnfleetservices
 Version:      1.0.0
*/

/* Add your custom styles below this line */






body{
	background: #fff !important;
}


div#navbarSupportedContent {
    justify-content: end;
}

.menu-header-menu-container ul#menu-header-menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: end;
    width: 100%;
}
.menu-header-menu-container ul#menu-header-menu > li {
    margin-left: 35px;
    position: relative;
}
.menu-header-menu-container ul#menu-header-menu > li > a {
    padding-right: 18px;
	transition: all 0.3s ease-in-out;
}

.menu-header-menu-container ul#menu-header-menu li .sub-menu li a {
	transition: all 0.3s ease-in-out;
}

.menu-header-menu-container ul#menu-header-menu > li:not(:last-child) > a:hover,
.menu-header-menu-container ul#menu-header-menu li .sub-menu li a:hover {
	color:var(--primary-color);
}



.menu-header-menu-top-container ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: end;
    flex-wrap: wrap;
}

.menu-header-menu-container .main_btn a {
    color: #fff;
}
.menu-header-menu-container .main_btn a:hover {
    color: var(--text-black);
}

.menu-header-menu-top-container ul li {
    line-height: 22px;
}


ul#menu-header-menu ul.sub-menu {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 15px 15px;
    border: 1px solid #dddddd54;
    background: #fff;
    border-radius: 3px;
    transform: translateY(-15px);
    box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 18%);
    transition: all 0.5s ease;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
	width: 195px;
}
ul#menu-header-menu ul.sub-menu.active {
    opacity: 1;
    transform: translateY(15px);
    visibility: visible;
    pointer-events: initial;
}
ul#menu-header-menu > li button.sub-menu-toggle span {
    display: none;
}
ul#menu-header-menu ul.sub-menu li {
    font-size: 15px;
    padding: 3px 0;
}

ul#menu-header-menu > li button.sub-menu-toggle {
    position: relative;
    background: none !important;
    width: auto;
    padding: 0;
    box-shadow: none;
    border: none;
    max-width: initial;
}

ul#menu-header-menu > li button.sub-menu-toggle::before {
    position: absolute;
    content: '';
    top: -12px;
    left: 8px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
}

.banner-img h1.main_title {
	/*line-height: 1;*/
    margin-bottom: 25px;
    max-width: 800px;
}

.banner-img h1.main_title.mainTitleWide {
	max-width: 100%;
}


.owl-stage-outer .owl-stage {
    align-items: center;
    display: flex;
}
.owl-stage-outer .owl-item img {
    width: 100%;
    max-width: 215px;
    margin: auto;
    object-fit: contain;
    height: 75px;
}
.case-studies-bg-img .case-study-thumbnail  img,
.latest-news-bg-img .case-study-thumbnail  img
{
    width: 100%;
    height: 220px;
    object-fit: cover;
}


.copyright_links .widget.widget_block {
    display: flex;
}
.page-id-374 section.contact-form svg {
    filter: invert(1);
}


section.contact-form h2.gform_title {
    color: #fff;
    margin: 24px 0px 25px;
    font-family: var(--secondary-font);
    font-weight: 500;
}

div#block-14>h2{
	font-family: var(--secondary-font);
    font-weight: 500;
} 

section.contact-form fieldset {
    padding: 0 0;
}

section.contact-form .ginput_container  input {
    width: 100%;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 15px;
}
section.contact-form .ginput_container input:focus {
    outline: none;
}
section.contact-form input.gform_button {
    background-color: transparent;
    color: var(--text-white);
    font-weight: 400;
    text-transform: capitalize;
    padding: 5px 20px;
    transition: all 0.3s ease;
    border: 1px solid var(--white-bg);
    font-size: 18px;
    display: flex;
    align-content: center;
    letter-spacing: 0.5px;
    margin-top: 25px;
}
section.contact-form input.gform_button:hover {
    background: #fff;
    color: #d3082a;
}
section.contact-form div#input_1_9 .gchoice.gchoice_1_9_1 {
    display: flex;
    align-items: start;
}
section.contact-form div#input_1_9 input {
    width: fit-content;
    padding: 7px 7px;
    margin: 7px 10px 0px 0px;
}
section.contact-form div#input_1_9 label {
    color: #fff;
    font-size: 20px;
}

a.gform_validation_error_link,
h2.gform_submission_error{
    color: #fff;
}
h2.gform_submission_error {
    font-size: 22px;
}
.post-para p {
    font-size: 16px;
}

.thumbnail-image-full img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

section.filter_cards_section .card .case-study-thumbnail a img {
    width: 100%;
    height: 195px;
    object-fit: cover;
}

.filter_cards h5.cat_title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

section.filter_cards_section .pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    margin-top: 2rem;
	 margin-bottom: 4rem;
}
section.filter_cards_section .pagination ul.page-numbers {
    display: flex;
    list-style: none;
    margin: 0;
    align-items: center;
}

section.filter_cards_section .pagination ul.page-numbers a, section.filter_cards_section .pagination ul.page-numbers span {
    padding: 5px 12px;
    border: 1px solid #ddd;
    margin: 0 2px;
    color: #000;
}

section.filter_cards_section .pagination ul.page-numbers span.page-numbers.current {
    background: #d3082a;
    color: #fff;
    border-color: #d3082a;
}
section.filter_cards_section .row .col {
    margin-top: 0;
}

.single .filter_cards .card-body {
    border: none;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.cv-image-width-text {
    background: #000 !important;
}

.category_filters_area {
    display: flex;
    padding: 0 35px !important;
	align-items: center;
}
.category_filters_area select {
    border: 1px solid #ddd;
    border-right: 0;
    border-left: 0;
    padding: 1rem 15px;
    margin-right: 45px;
}
.category_filters_area select:focus {
    outline: none;
    box-shadow: none;
}
.category_filters_area button.main_btn:hover {
    color: #d3082a;
}

.category_filters_area .category_filters_select {
    display: flex;
	align-items: center;
}
.category_filters_area button.main_btn {
    padding-top: 8.7px;
    padding-bottom: 8.7px;
}



#error-page {
    margin-top: 0;
}

.tag_archive_ct h1.page-title {
    font-size: 20px;
    margin-bottom: 15px;
}
.tag_archive_ct h2.entry-title a {
    color: #000 !important;
}


/* .current-menu-item > a {
    color: #d3082a !important;
    font-weight: 600 !important;
} */

section.fleet_ser_wrapper h3.font-size-custom p {
    font-size: 35px;
    font-family: var(--secondary-font);
    font-weight: 700;
}

/* ****************************** */



.hisSwiper {
/*     width: 100%;
    max-width: 80%; */
    /* height: 300px; */
/*     background-color: red; */
}


.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
    display: none;
}


.swiper-slide{
    /* background-color: #f9f9f9; */
    color: #242424;
    display: flex;
    justify-content: center;
    align-items: center;
}


.his_cards {
    width: 100%;
    /* background-color: red; */
    min-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 117px;
}

.his_cards .his_cards_content {
    /* margin-top: 50px; */
    text-align: center;
}


.his_cards .his_cards_content h3 {
    color: #f9f9f9;
    font-size: 30px;
    margin: 10px 0;
	font-weight: 700;
}

.his_cards_content p{
    color: #f0f0f0;
    text-align: center;
    line-height: 1.5;
	font-family: var(--primary-font);
	font-weight: 300;
}

.his_cards_content p:last-child{
    margin-top: 20px;
	font-family: var(--secondary-font);
	font-weight: 800;
}


.his_cards .top_img img {
    width: 100%;
    max-width: 200px;
}


.swiper-button-next, .swiper-button-prev{
    color: #f0f0f0!important;
}


.swiper-button-next::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    width: 100%;
    height: 10px;
    transform: translate(25px,17px);
}


.swiper-button-prev::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000!important;
    width: 100%;
    height: 10px;
    transform: translate(-25px,17px);
    /* opacity: 1!important; */
}

.hisSwiper .swiper-button-next.swiper-button-disabled,
.hisSwiper .swiper-button-prev.swiper-button-disabled{
    opacity: 1!important;
    color: #818181!important;
}




/* .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    background-color: red;
    opacity: 1;
} */


.dots{
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
    position: absolute;
    top: 50%;
    left: 0;
}

/* 
.dot-1{
    width: 20px;
    height: 20px;
    border-radius: 54px;
    background-color: #f9f9f9;
    position: absolute;
    top: 0;
    left: 15%;
    transform: translateY(-10px);
}


.dot-2{
    width: 20px;
    height: 20px;
    border-radius: 54px;
    background-color: #f9f9f9;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-10px);
}

.dot-3{
    width: 20px;
    height: 20px;
    border-radius: 54px;
    background-color: #f9f9f9;
    position: absolute;
    top: 0;
    left: 83%;
    transform: translateY(-10px);
}
 */

.swiper.hisSwiper {
    margin-block: 3rem!important;
}

section.filter_cards_section .btn-group button {
    width: 100%;
	font-size: 18px;
}


/* ****************************** */
/* Additional CSS */




/* Additional CSS */

/* .current-menu-ancestor > a {
    color: var(--primary-color) !important;
} */

.banner-img{
	clip-path:polygon(0% 0%, 100% 0%, 100% 90%, 54% 90%, 50% 97%, 46% 90%, 0 90%) !important;
}


/* .counter-bg-img {
    height: 700px !important;
    background-size: cover;
	align-items:center;
} */

.counter-bg-img {
    height: 460px !important;
    background-size: cover !important;
    align-items: center;
	padding-bottom: 80px;
}

.case-studies-bg-img{
	clip-path:polygon(0% 0%, 100% 0%, 100% 90%, 54% 90%, 50% 100%, 46% 90%, 0 90%) !important;
}


.careers-banner-img{
	clip-path:polygon(0% 0%, 100% 0%, 100% 90%, 54% 90%, 50% 100%, 46% 90%, 0 90%) !important;
}


.careers-banner-img {
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 54% 90%, 50% 100%, 46% 90%, 0 90%) !important;
    height: 700px!important;
}


.contact-form svg {
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%) scaleX(1.12);
	height:76px;
}


button.hide_btn.dropdown-toggle.hide_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


button.hide_btn.dropdown-toggle.hide_btn > img {
    display: inline-block;
    margin-left: auto;
}
section.filter_cards_section .btn-group button {
    width: 100%;
    display: flex !important;
    align-items: center;
}


.filter_menu{
	width:100%!important;
}


section.filter_cards_section .btn-group button span.bedge {
    margin-left: 25px !important;
}




button.hide_btn.dropdown-toggle.hide_btn .bedge {
    margin: 0!important;
    margin-left: auto!important;
    display: block;
}

/* 
.filter_cards{
	margin:0 20px;
} */

form#filterForm input.main_btn:hover {
    color: var(--primary-color);
}
section.filter_cards_section .card .case-study-thumbnail a img{
	height:250px;
}


/* End Aditional CSS */



/* Additional CSS */

/* ****************************** */


.pagination.test {
    position: relative;
    margin: auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}
.pagination.test a.next.page-numbers, .pagination.test a.prev.page-numbers {
    display: block !important;
    text-decoration: underline;
}
.pagination.test .next.page-numbers {
    position: absolute;
    right: 22px;
}
.pagination.test .page-numbers {
    display: none !important;
}
		
		.pagination.test .prev.page-numbers {
    position: absolute;
    left: 0;
}
.pagination.test a, .pagination.test span {
    color: #6a7a81;
    font-weight: 500;
    font-size: 20px;
}
.pagination.test {
    color: #6a7a81;
    font-weight: 600;
    font-size: 20px;
}		
.pagination.test > span {
    border: 1px solid #ddd;
    padding: 0 10px;
    margin: 0 8px;
}	

.page-id-763 section#get-in-touch svg {
    /* filter: invert(1); */
}

.case-studies-bg-img .card-body .card-text {
    font-size: 18px;
}




/* pagination-new-work-css */
.pagination-info {
	position: relative;
	max-width: 500px;
	margin: auto;
	text-align: center;
	margin-bottom: 7rem;
	margin-top: 3rem;
	color: #6a7b87;
	font-size: 20px;
	font-weight: 600;
}

.pagination-info ul.page-numbers {
	list-style: none;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	max-width: 100%;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.pagination-info ul.page-numbers li .page-numbers {
	display: none;
}

.pagination-info ul.page-numbers li .page-numbers.next, .pagination-info ul.page-numbers li .page-numbers.prev {
	display: block;
	color: #6a7b87;
	font-size: 20px;
	text-decoration: underline;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.pagination-info ul.page-numbers {
	list-style: none;
}
.pagination-info span.number_hilight {
	border: 2px solid #ddd;
	padding: 3px 10px;
	margin: 0 2px;
}

section#our-history .container {
    /*max-width: 100% !important;*/
}
/* pagination-new-work-css */


.location-line-bg .row:nth-child(1) .content-left,
.location-line-bg .row:nth-child(3) .content-left,
.location-line-bg .row:nth-child(5) .content-left,
.location-line-bg .row:nth-child(7) .content-left,
.location-line-bg .row:nth-child(9) .content-left,
.location-line-bg .row:nth-child(11) .content-left,
.location-line-bg .row:nth-child(13) .content-left{
    text-align: left;
}
li.list-group-item a {
    color: #000;
}


/* chatbot design start */


/* chatboat design end  */
.his_cards_content p:nth-child(2) {
    height: auto;
}

.hisSwiper .swiper-slide::before {
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    right: 0;
    left: 0;
    content: '';
    top: 50%;
    margin: auto;
    border-radius: 30px;
    transform: translateY(-50%);
}

.gap-ct {
    gap: 40px;
}

.hisSwiper .swiper-slide:nth-child(3)::before {
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    right: 0;
    left: 0;
    content: '';
    top: 50%;
    margin: auto;
    border-radius: 30px;
    transform: translateY(-50%);
}

.swiper.hisSwiper .swiper-wrapper {
    align-items: center;
}

.cv-image-width-text-both :is(h1, h2, h3, h4, h5, h6) {
	font-weight: 700;
	margin-bottom: 16px;
}

.cv-image-width-text-both .small_title_primary {
	margin-bottom: 32px;
}

.cv-image-width-text-both ul li {
	font-size: 20px;
	margin-bottom: 16px;
}

/* lates_05_09_2024 */


@media (min-width: 1440px and max-width: 2000px){
	.his_cards_content p:nth-child(2) {
		height: 85px;
	}
}

@media (max-width: 1200px){
	nav.navbar a.custom-logo-link img {
    max-width: 125px;
    object-fit: contain;
}	
}

@media (max-width: 1024px){
	.careers-banner-img {
		height: auto !important;
		padding: 35px 0px;
	}
.cv-image-width-text {
    background-image: initial !important;
	padding-top: 30px !important;
/*     padding-bottom: 25px !important; */
}	
	
	.menu-header-menu-top-container ul li {
		line-height: 1.2;
	}

.banner-img h1.main_title {
    margin-bottom: 5px;
}	
.owl-stage-outer .owl-item img {
    height: 55px;
}	
.category_filters_area {
    margin-bottom: 25px;
}	
section.fleet_ser_wrapper h3.font-size-custom p {
    font-size: 35px;
}
	
	.navbar-collapse{
	transition:all 0.3s ease!important;
}
}

@media(max-width: 768px){
	.thumbnail-image-full img {
		height: 250px;
	}
.ppost-details h4.small_title_primary {
    font-size: 18px;
}	
header.entry-header h1 {
    font-size: 18px !important;
}
.footer_icon {
    font-size: 28px !important;
}	
.counter-bg-img {
    height: 100% !important;
	clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 56% 90%, 50% 100%, 42% 90%, 0 90%) !important;
/* 	clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 54% 85%, 50% 100%, 46% 85%, 0 84%) !important; */
}
	
.pagination.test .prev.page-numbers {
    position: absolute;
    left: 15px;
}
.pagination.test a, .pagination.test span {
    font-size: 14px;
}	
.pagination.test {
    font-size: 15px;
}	
h3.font-size-custom > p {
    font-size: 24px !important;
}	
.gap-ct {
    gap: 10px;
}		
}



@media (max-width: 767px){

	.his_cards_content p:last-child{
		margin-top: 10px;
	}

	.category_filters_area {
		display: block;
		margin-bottom: 25px;
	}
	.category_filters_area form:last-child {
		margin-top: 15px;
		display: flex;
		justify-content: center;
	}

	.category_filters_area .category_filters_select {
		display: block;
	}
	.category_filters_area select {
		margin-right: 0;
		width: 100%;
		border-top: 0;
	}
	
	
	
	 .dot-1{
        /* background-color: red;
        transform: translateY(-50%); */
        display: none!important;
    }
	.dot-2 {
		left: 0;
		transform: translateY(-10px);
		right: 0;
		margin: auto;
	}

    .dot-3{
        display: none!important;
    }
	
	.history_section{
		background:red!important;
		clip-path:polygon(0% 0%, 100% 0%, 100% 90%, 62% 90%, 50% 100%, 38% 90%, 0 90%)!important;
	}
	
	.cv-image-width-text {
		padding: 3rem 0 4rem 0!important;
		clip-path: polygon(0% 0%, 97% 0%, 100% 96%, 59% 96%, 52% 98%, 46% 96%, 0 96%) !important;
	}
	
	.hisSwiper{
		max-width:100%!important;
	}

	section.filter_cards_section .btn-group button {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	
.pagination-info ul.page-numbers li .page-numbers.next, .pagination-info ul.page-numbers li .page-numbers.prev,
.pagination-info{
    font-size: 16px;
}	
.pagination-info ul.page-numbers {
    margin-left: -10px;
}	
.his_cards_content p:nth-child(2) {
    height: 45px;
}
.gap-ct {
    gap: 0px;
}	
}
