/*!
Theme Name: jia
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jia
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

jia is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans&display=swap');

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'DM Sans';
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-top: 0;
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Widgets
--------------------------------------------- */
body.no-bg-header.ehf-header #masthead {
	position: absolute;
	width: 100%;
}

body.ehf-header #masthead > div[data-elementor-type="wp-post"] > section,
body.ehf-header #masthead > div[data-elementor-type="wp-post"] > section.elementor-sticky--effects {
	background: #09043B !important;
	animation: header-slide-down 0.8s;
}

body.no-bg-header.ehf-header #masthead > div[data-elementor-type="wp-post"] > section:not(.elementor-sticky--effects) {
	background: transparent !important;
}
 
.hfe-nav-menu a.hfe-menu-item {
    border-radius: 40px;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu {
    padding: 20px 7px;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
}

.hero-slider .swiper-container .elementor-swiper-button-prev:before,
.hero-slider .swiper-container .elementor-swiper-button-next:before {
	content: '';
	background-color: rgba(255,255,255,0.2);
	background-image: url('images/left-arrow.svg');
	background-position: center;
	background-size: 15px;
	background-repeat: no-repeat;
	padding: 20px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: block;
	transition: .3s;
}

.hero-slider .swiper-container .elementor-swiper-button-prev:hover:before,
.hero-slider .swiper-container .elementor-swiper-button-next:hover:before {
	background-color: #645983;
}

.hero-slider .count-slides {
    position: absolute;
    top: 31.5%;
    left: 23.5%;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    z-index: 1;
}

.ourfleet-items {
	margin-left: auto;
	max-width: 1550px;
}

.ourfleet-items .item {
	width: 400px;
	background-color: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    margin-left: 20px;
    padding: 25px;
	transition: .3s;
	cursor: pointer;
}

.ourfleet-items .item:hover {
	border: 1px solid #181A1F;
}

.ourfleet-items .item .title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 15px;
	text-transform: none!important;
}

.ourfleet-items .item .thumb img {
	width: 100%;
    height: 148px;
    object-fit: contain;
}

.ourfleet-items .item .features {
	display: flex;
    gap: 30px;
    padding: 30px 0 0;
}

.ourfleet-items .item .features .passengers,
.ourfleet-items .item .features .fuels {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.3px;
}

.ourfleet-items .item .features .passengers:before,
.ourfleet-items .item .features .fuels:before {
	content: '';
    background-color: #F6F6F6;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}

.ourfleet-items .item .features .passengers:before {
	background-image: url('images/passengers.svg');
	background-repeat: no-repeat;
    background-position: center;
}

.ourfleet-items .item .features .fuels:before {
	background-image: url('images/fuels.svg');
	background-repeat: no-repeat;
    background-position: center;
}

.ourservices-items.grid {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}

.ourservices-items {
	margin-left: auto;
	max-width: 1550px;
}

.ourservices-items .item {
	position: relative;
	margin-bottom: 20px;
	width: 400px;
}

.ourservices-items .item {
    margin-left: 20px;
}

.ourservices-items.grid .item {
	display: none;
}

.ourservices-items.grid .item.show {
	display: block;
}

.ourservices-items.grid .item {
    margin-left: 0;
    width: 32%;
}

.ourservices-items .item a {
    color: #fff;
}

.ourservices-items .item > a > .thumb:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
	border-radius: 6px;
}

.ourservices-items .item a .thumb {
	height: 100%;
}

.ourservices-items .item a img {
	width: 100%;
	height: 100%;
	border-radius: 6px;
}

.ourservices-items .item .info {
	padding: 0 30px;
}

.ourservices-items .item .info .title {
	font-family: inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    position: absolute;
    bottom: 35px;
    transition: .3s;
}

.ourservices-items .item:hover .info .title {
    bottom: 150px;
}

.ourservices-items .item .info .desc {
	font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 0 20px;
    letter-spacing: 0.3px;
    position: absolute;
    bottom: -70px;
    z-index: -1;
    transition: .3s;
}

.ourservices-items .item:hover .info .desc {
    bottom: 75px;
    z-index: 0;
}

.ourservices-items .item .info .more {
    position: absolute;
    bottom: -70px;
    z-index: -1;
    transition: .3s;
}

.ourservices-items .item:hover .info .more {
    bottom: 30px;
    z-index: 0;
}

.ourservices-items .item .info .more:before {
    content: '';
	background-image: url('images/arrow-button.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	display: block;
}

.ourpoints-items {
	font-family: Inter;
}

.ourpoints-items.grid {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}

.ourpoints-items .item {
	position: relative;
    margin: 0 10px;
	width: 400px;
}

.ourpoints-items.grid .item {
	display: none;
}

.ourpoints-items.grid .item.show {
	display: block;
}

.ourpoints-items.grid .item {
    margin-right: 0;
	margin-left: 0;
	margin-bottom: 3%;
    width: 23.4444%;
}

.ourpoints-items .item a {
    color: #fff;
}

.ourpoints-items .item a img {
	width: 100%;
    border-radius: 6px;
}

.ourpoints-items .item .info {
    padding: 15px 0 0;
}

.ourpoints-items .item .info .title {
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
	color: #181A1F;
}

.ourpoints-items .item .info .subtitle {
    font-size: 15px;
    font-weight: 400;
    color: #181A1F;
}

.ournews-items {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}

.ournews-items .item {
	position: relative;
    margin-right: 0;
    width: 32%;
}

.ournews-items .item a {
    color: #fff;
}

.ournews-items .item a img {
	width: 100%;
	border-radius: 6px;
}

.ournews-items .item a .date {
    position: absolute;
    top: 30px;
    left: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.3px;
}

.ournews-items .item a .date > span {
    font-size: 52px;
    font-weight: bold;
    display: block;
    line-height: 50px;
    text-align: center;
}

.ournews-items .item .info {
	color: #000;
	padding: 20px 0 0;
}

.ournews-items .item .info .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin: 20px 0;
}

.ournews-items .item .info .category {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.3px;
    font-weight: 400;
}

.ournews-items .item .info .more:before {
    content: '';
	background-color: #09043B;
	-webkit-mask-image: url('images/arrow-button.svg');
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	width: 50px;
	height: 50px;
	display: block;
}

.archive .ournews-items,
.one-column .ournews-items {
    display: block;
}

.archive .ournews-items .item,
.one-column .ournews-items .item {
    width: 100%;
    margin-bottom: 40px;
}

.archive .ournews-items .item .info .title,
.one-column .ournews-items .item .info .title {
    font-size: 36px;
    line-height: normal;
}

#page {
    position: relative;
    overflow: hidden;
}

.archive #page:before,
.page-id-2844 #page:before {
    content: '';
    position: absolute;
    top: 2%;
    left: 0;
    background: url('/wp-content/uploads/2023/08/Ellipse-5.svg');
    background-size: contain;
    background-position: left;
    width: 30%;
    height: 78%;
    background-repeat: no-repeat;
    z-index: -1;
}

.archive #page:after,
.page-id-2844 #page:after {
    content: '';
    position: absolute;
    bottom: 18%;
    right: 0;
    background: url('/wp-content/uploads/2023/08/Ellipse-6.svg');
    background-size: contain;
    background-position: right;
    width: 30%;
    height: 30%;
    background-repeat: no-repeat;
    z-index: -1;
    transform: rotate(45deg);
}

.load-more-services,
.load-more-points {
    background: #09043B;
    color: #fff;
    padding: 20px 0;
    border-radius: 6px;
    max-width: 770px;
    height: 68px;
    line-height: 28px;
    font-size: 16px;
    font-weight: 500;
    margin: 50px auto 0;
    display: block;
    text-align: center;
	cursor: pointer;
	transition: .3s;
}

.load-more-services:after,
.load-more-points:after {
	content: '';
	background-color: #fff;
	-webkit-mask-image: url('images/arrow-top.svg');
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
	transition: .3s;
}

.load-more-services:hover:after,
.load-more-points:hover:after {
	background-color: #181A1F;
}

.load-more-services:hover,
.load-more-points:hover {
	background: #CCECE1;
	color: #181A1F;
}

#reviews-customers .elementor-main-swiper {
    overflow: hidden;
}

#reviews-customers .swiper-pagination-progressbar {
    top: auto;
	left: 15px;
    bottom: -40px;
    max-width: 200px;
    height: 2px;
	margin: 0 30px;
}

#reviews-customers .swiper-pagination-progressbar {
    display: flex;
    justify-content: space-between;
}

#reviews-customers .swiper-pagination-progressbar > span:first-child,
#reviews-customers .swiper-pagination-progressbar > span:last-child {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    position: relative;
    margin-top: -13px;
}

#reviews-customers .swiper-pagination-progressbar > span:first-child {
    margin-left: -30px;
}

#reviews-customers .swiper-pagination-progressbar > span:last-child {
    margin-right: -35px;
}

.elementor-widget-theme-post-content .elementor-widget-container h2 {
    font-size: 44px;
    line-height: 58px;
    font-weight: 500;
    margin-bottom: 20px;
}

.elementor-widget-theme-post-content .elementor-widget-container p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
}

.elementor-widget-theme-post-content .elementor-widget-container > p > img {
    margin-top: 20px;
}

.elementor-widget-theme-post-content .elementor-widget-container ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
}

.elementor-widget-theme-post-content .elementor-widget-container ul li:before {
    content: '';
    background-image: url(images/check.svg);
    background-color: #F0FBF7;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 11px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 15px;
}

.questions .elementor-accordion .elementor-accordion-item {
    border-bottom: 1px solid #E5E5E5 !important;
}

.questions .elementor-accordion .elementor-active .elementor-accordion-title {
	outline: none;
}

.questions .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    margin-top: -8px;
}

.questions .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
    width: 30px !important;
    height: 30px !important;
    margin-left: auto !important;
}

.icon-bg-yellow .elementor-image-box-img:before {
    content: '';
    background: #CCECE1;
    width: 60px;
    height: 60px;
    position: absolute;
    border-radius: 50%;
    left: -17px;
    top: -20px;
}

.icon-bg-yellow .elementor-image-box-img > img {
    position: relative;
}

.marginHorz {
	margin-left: 30px;
	margin-right: 30px;
	border-radius: 6px;
}

.jia-slick-prev,
.jia-slick-next {
	padding: 0;
	border: none;
	background: transparent;
	bottom: -80px;
	position: absolute;
	cursor: pointer;
}

.jia-slick-next {
    left: 55px;
}

.ourservices-items .jia-slick-prev,
.ourfleet-items .jia-slick-prev {
    left: 20px;
}

.ourservices-items .jia-slick-next,
.ourfleet-items .jia-slick-next {
    left: 75px;
}

.ourfleet-listing-items .item {
	font-family: Inter;
	background-color: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    padding: 30px;
    margin-bottom: 30px;
    display: none;
    flex-wrap: wrap;
	gap: 6%;
	align-items: center;
}

.ourfleet-listing-items .item.show {
    display: flex;
}

.ourfleet-listing-items .item .left {
    width: 55%;
    border-right: 1px solid #E5E5E5;
}

.ourfleet-listing-items .item .thumb-mob {
	display: none;
}

.ourfleet-listing-items .item .left .thumb {
    max-width: 269px;
    width: 100%;
    margin: 0 auto 30px;
}

.ourfleet-listing-items .item .left .thumb img {
    width: 100%;
    height: 180px;
    object-fit: contain;
}

.ourfleet-listing-items .item .left .options {
    display: flex;
    flex-wrap: wrap;
}

.ourfleet-listing-items .item .left .options > div {
    width: 50%;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 400;
}

.ourfleet-listing-items .item .left .options > div:before {
	content: '';
	width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.ourfleet-listing-items .item .car-details .options .doors:before,
.ourfleet-listing-items .item .left .options .doors:before {
	background-image: url('images/door.svg');
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.ourfleet-listing-items .item .car-details .options .transmission:before,
.ourfleet-listing-items .item .left .options .transmission:before {
	background-image: url('images/transmission.svg');
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.ourfleet-listing-items .item .car-details .options .luggages:before,
.ourfleet-listing-items .item .left .options .luggages:before {
	background-image: url('images/luggages.svg');
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.ourfleet-listing-items .item .car-details .options .drive:before,
.ourfleet-listing-items .item .left .options .drive:before {
	background-image: url('images/drive.svg');
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.ourfleet-listing-items .item .car-details .options .fuel:before {
	background-image: url('images/fuel.svg');
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.ourfleet-listing-items .item .car-details .options .passengers:before {
	background-image: url('images/passengers.svg');
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.ourfleet-listing-items .item .left .more-details {
    font-weight: 600;
    text-decoration: underline;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
}

.ourfleet-listing-items .item .right {
    width: 37%;
}

.ourfleet-listing-items .item .right .logo-brand img {
    width: 70px;
    height: 49px;
    object-fit: contain;
}

.ourfleet-listing-items .item .right .title {
    font-size: 19px;
    line-height: 32px;
    font-weight: 500;
    text-transform: uppercase;
	margin-bottom: 10px;
}

.ourfleet-listing-items .item .right .group {
    background: #F6F6F6;
    display: inline-block;
    border-radius: 6px;
    padding: 2px 10px;
    font-size: 11px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 500;
	margin-bottom: 20px;
}

.ourfleet-listing-items .item .right .features {
    display: flex;
	gap: 30px;
	margin-bottom: 40px;
}

.ourfleet-listing-items .item .right .features > div {
    font-size: 14px;
	font-weight: 500;
	line-height: 24px;
}

.ourfleet-listing-items .item .right .features > div:before {
	content: '';
	width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.ourfleet-listing-items .item .right .features .passengers:before {
	background-image: url('images/passengers.svg');
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.ourfleet-listing-items .item .right .features .fuels:before {
	background-image: url('images/fuel.svg');
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.ourfleet-listing-items .item .right .rates .from {
    font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
}

.ourfleet-listing-items .item .right .rates .price {
    font-size: 30px;
	font-weight: 500;
	line-height: 45px;
}

.ourfleet-listing-items .item .right .rates .price small {
    font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.5px;
}

.ourfleet-listing-items .item .details {
    opacity: 0;
    height: 0;
    visibility: hidden;
	transition: .3s;
}

.ourfleet-listing-items .item .details.active {
    opacity: 1;
    height: auto;
    visibility: visible;
}

.ourfleet-listing-items .item .details .car-details {
    background: #F6F6F6;
    padding: 30px;
    border-radius: 6px;
    margin: 50px 0 30px;
}

.ourfleet-listing-items .item .details .car-details .title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 28px;
	margin-left: -10px;
}

.ourfleet-listing-items .item .details .car-details .options {
    display: flex;
	gap: 15px;
}

.ourfleet-listing-items .item .details .car-details .options > div {
    font-size: 15px;
}

.ourfleet-listing-items .item .details .car-details .options > div:before {
	content: '';
	display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.ourfleet-listing-items .item .details .car-details .desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin: 30px 0 20px;
}

.ourfleet-listing-items .item .details .car-details .years {
    font-size: 15px;
    font-weight: 700;
    line-height: 35px;
	letter-spacing: 0.3px;
}

.ourfleet-listing-items .item .details .car-details .years:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
    background-image: url('images/card.svg');
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	margin-right: 10px;
}

.ourfleet-listing-items .item .details .car-extras {
    background: #F6F6F6;
    padding: 30px;
    border-radius: 6px;
}

.ourfleet-listing-items .item .details .car-extras .title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 28px;
	margin-left: -10px;
}

.ourfleet-listing-items .item .details .car-extras .included {
    color: #22C58B;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

.ourfleet-listing-items .item .details .car-extras .list > div {
	position: relative;
}

.ourfleet-listing-items .item .details .car-extras .list > div:after {
	background:#22C58B;
}

.ourfleet-listing-items .item .details .car-extras .list > div > span {
    font-size: 15px;
    font-weight: 400;
	letter-spacing: 0.3px;
	margin-bottom: 5px;
}

.ourfleet-listing-items .item .details .car-extras .list > div > .price {
    font-weight: 700;
}

.ourfleet-listing-items .item .details .car-extras .list > div:before {
    content: '';
    background-color: #181A1F;
    -webkit-mask-image: url(images/check.svg);
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    width: 16px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 30px;
    position: relative;
    z-index: 1;
}

.ourfleet-listing-items .item .details .car-extras .list > div:after {
    content: '';
    background: #ffd755;
    position: absolute;
    left: -3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 3px;
}

.fleet-filters {
	background-color: #fff;
    border: 1px solid #E5E5E5;
    padding: 30px;
	border-radius: 6px;
}

.fleet-filters .checkboxes-field {
    margin-bottom: 30px;
}

.fleet-filters .checkboxes-field:last-child {
    margin-bottom: 0px;
}

.fleet-filters .checkboxes-field .item {
	display: block;
	margin-bottom: 8px;
}
  
.fleet-filters .checkboxes-field > label {
    margin-bottom: 15px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.fleet-filters .checkboxes-field > label:before {
    content: '';
	width: 21px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.fleet-filters .checkboxes-field.tax-brand > label:before {	
	background-image: url('images/car.svg');
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.fleet-filters .checkboxes-field.tax-transmission > label:before {	
	background-image: url('images/transmission.svg');
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.fleet-filters .checkboxes-field.tax-fuels > label:before {	
	background-image: url('images/fuel.svg');
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.fleet-filters .checkboxes-field.tax-passengers > label:before {	
	background-image: url('images/passengers.svg');
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.fleet-filters .checkboxes-field.tax-rooftop > label:before {	
	background-image: url('images/rooftop.svg');
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.fleet-filters .checkboxes-field .item input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.fleet-filters .checkboxes-field .item label {
	position: relative;
	cursor: pointer;
	font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 24px;
	display: flex;
}
  
.fleet-filters .checkboxes-field .item label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #E5E5E5;
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 4px;
	height: 20px;
    margin-top: 3px;
}

.fleet-filters .checkboxes-field .item input:checked + label:before {
	border-color: #181A1F;
}
  
.fleet-filters .checkboxes-field .item input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 8px;
    width: 5px;
    height: 11px;
    border: solid #181A1F;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.fleet-filters-toggle {
	display: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    padding: 7px;
    margin-bottom: 20px;
}

.fleet-filters-toggle:before {
	content: '';
	background-image: url('images/filter.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.fleet-filters-close {
    position: absolute;
    right: 32px;
    top: 18px;
    width: 20px;
    height: 20px;
    display: none;
}

.fleet-filters-close:before, 
.fleet-filters-close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 25px;
	width: 2px;
	background-color: #333;
}

.fleet-filters-close:before {
	transform: rotate(45deg);
}

.fleet-filters-close:after {
	transform: rotate(-45deg);
}

.fleet-filters-wrap .reset-btn {
	position: relative;
    display: block;
    width: 100%;
    background-color: #F6F6F6;
    padding: 14px;
    border: none;
    margin-top: 30px;
	margin-bottom: 30px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
}

.fleet-filters-wrap .reset-btn:after {
    content: '';
	background-color: #000;
	-webkit-mask-image: url('images/arrow-top.svg');
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	width: 13px;
	height: 13px;
	display: inline-block;
    vertical-align: middle;
	margin-left: 10px;
}

#our-fleet-results .load-more {
    background: #09043B;
    color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 80px;
    margin-top: 80px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
	cursor: pointer;
}

#our-fleet-results .load-more:after {
    content: '';
	background-color: #fff;
	-webkit-mask-image: url('images/arrow-top.svg');
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	width: 13px;
	height: 13px;
	display: inline-block;
    vertical-align: middle;
	margin-left: 10px;
}

.jia-slick-prev:before,
.jia-slick-next:before {
	content: '';
	background-color: rgba(255,255,255,0.2);
	background-image: url('images/slick-arrow.svg');
	background-position: center;
	background-size: 15px;
	background-repeat: no-repeat;
	padding: 20px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #E5E5E5;
	display: block;
	transition: .3s;
}


.jia-slick-next:before {
	transform: rotate(180deg);
}

.jia-slick-prev:hover:before,
.jia-slick-next:hover:before {
	background-color: #F6F6F6;
	border: 1px solid #181A1F;
}

.ellipse-five:before {
    content: '';
    position: absolute;
    top: -170px;
    left: -30px;
    background: url('/wp-content/uploads/2023/08/Ellipse-5.svg');
    background-size: contain;
    background-position: left;
    width: 100%;
    height: 150%;
    background-repeat: no-repeat;
    z-index: -1;
}

.elementor-widget-sidebar section {
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    padding: 20px;
    margin: 20px 0;
}

.elementor-widget-sidebar section .widget-title {
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 20px;
}

.elementor-widget-sidebar section ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.elementor-widget-sidebar section ul li a {
    color: #181A1F;
    font-size: 16px;
}

.elementor-widget-sidebar section ul li {
    padding-bottom: 10px;
}

.elementor-widget-sidebar section ul li a:hover {
    text-decoration: underline;
}

.elementor-widget-sidebar section .tagcloud .tag-cloud-link {
    background: #22C58B;
    color: #181A1F;
    padding: 7px 20px;
    border-radius: 32px;
    margin-bottom: 7px;
    display: inline-block;
    font-size: 14px !important;
	font-weight: 500;
	outline: none;
	transition: .3s;
}

.elementor-widget-sidebar section .tagcloud .tag-cloud-link:hover {
	background: #181A1F;
    color: #fff;
}

.recent-posts-widget-with-thumbnails li {
	position: relative;
}

.recent-posts-widget-with-thumbnails li a:hover {
    text-decoration: none !important;
}

.recent-posts-widget-with-thumbnails img {
    border-radius: 6px;
}

.recent-posts-widget-with-thumbnails .rpwwt-post-title {
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    margin-top: 40px;
    display: block;
}

.recent-posts-widget-with-thumbnails .rpwwt-post-date {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
    position: absolute;
    top: 17px;
    left: 103px;
}

.elementor-widget-sidebar section.widget_search {
    padding: 0;
    border: none;
	margin-top: 0;
}

.elementor-widget-sidebar section.widget_search .search-form {
    position: relative;
}

.elementor-widget-sidebar section.widget_search .search-form .search-field {
    padding: 12px 18px;
    font-size: 14px;
    line-height: 24px;
    border-radius: 6px;
    border: 1px solid #E5E5E5;
    width: 100%;
	outline: none;
}

.elementor-widget-sidebar section.widget_search .search-form input.search-submit {
    background: url('/wp-content/uploads/2023/10/search.svg');
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -99999px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
	cursor: pointer;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.elementor-icon-list-items .elementor-post-info__terms-list {
    font-size: 0;
}

.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text.elementor-post-info__item--type-terms a {
    background: #22C58B;
    color: #181A1F;
    padding: 7px 20px;
    border-radius: 32px;
    margin-bottom: 7px;
    display: inline-block;
    font-size: 14px !important;
	font-weight: 500;
	margin-left: 10px;
	outline: none;
	transition: .3s;
}

.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text.elementor-post-info__item--type-terms a:hover {
	background: #181A1F;
    color: #fff;
}

.elementor-post-navigation:before {
	content: '';
	background-image: url('/wp-content/uploads/2023/10/icons.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 20px;
	height: 20px;
}

.elementor-post-navigation .post-navigation__arrow-wrapper i:before {
    content: '';
    background-color: #000;
    -webkit-mask-image: url('/wp-content/uploads/2023/10/Vector.svg');
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    width: 20px;
    height: 16px;
    display: inline-block;
}

.elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-next i:before {
    transform: rotate(180deg);
}

.elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-prev,
.elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-next {
    font-size: 0;
    margin-top: -25px;
}

.elementor-post-navigation .elementor-post-navigation__link a:hover .post-navigation__arrow-wrapper.post-navigation__arrow-prev i:before,
.elementor-post-navigation .elementor-post-navigation__link a:hover .post-navigation__arrow-wrapper.post-navigation__arrow-next i:before {
	background-color: #E95440;
}

.elementor-post-navigation a:hover .elementor-post-navigation__link__prev > span.post-navigation__prev--label,
.elementor-post-navigation a:hover .elementor-post-navigation__link__next > span.post-navigation__next--label {
	color: #E95440;
}

.elementor-post-info__item--type-date {
    text-align: center;
}

.elementor-post-info__item--type-date > div {
    font-size: 52px;
    font-weight: 500;
    padding-bottom: 8px;
}

.thumb-overlay:before {
    content: '';
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.3;
}

.single-post .elementor-widget-theme-post-content .elementor-widget-container h1,
.single-post .elementor-widget-theme-post-content .elementor-widget-container h2,
.single-post .elementor-widget-theme-post-content .elementor-widget-container h3,
.single-post .elementor-widget-theme-post-content .elementor-widget-container h4,
.single-post .elementor-widget-theme-post-content .elementor-widget-container h5,
.single-post .elementor-widget-theme-post-content .elementor-widget-container h6 {
    margin: 0 0 20px;
	font-size: 44px;
	line-height: 58px;
	font-weight: 500;
}

.elementor-widget-form .elementor-field-group > label {
    position: absolute;
    left: 18px;
    top: 6px;
    padding: 0 5px;
    transition: .3s;
}

.elementor-widget-form .elementor-field-group .elementor-field {
    padding: 0 14px;
}

.elementor-widget-form .elementor-field-group.focus label {
    top: -12px;
    background: #fff;
	border-radius: 15px;
}

.elementor-widget-form .elementor-field-group.focus .elementor-field {
    border: 2px solid #000 !important;
    background-color: #fff !important;
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
    background: #F0FBF7;
    border-radius: 50%;
    text-align: center;
    width: 25px;
    height: 25px;
	margin-right: 10px;
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
    left: 6px;
    position: relative;
    top: 6px;
}

blockquote {
	position: relative;
	font-size:0;
	padding: 15px 65px 5px;
	font-weight: 500;
	border-left: 5px solid #22C58B;
	color: #333;
	margin: 0 0 20px;
	max-width: 780px;
}

blockquote > p {
    font-weight: 500 !important;
    font-style: italic;
}

blockquote::before {
  	content: '';
  	background-image: url('/wp-content/uploads/2023/10/quote.svg');
	position: absolute;
	left: 15px;
	content: open-quote;
	top: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 36px;
	height: 45px;
}

.gallery-columns-2,
.gallery-columns-3,
.gallery-columns-4 {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.gallery .gallery-item img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
	object-fit: cover;
}

.gallery-columns-2 .gallery-item {
    width: 49%;
}

.gallery-columns-3 .gallery-item {
    width: 32%;
}

.gallery-columns-4 .gallery-item {
    width: 23%;
}

.gallery-columns-2 .gallery-item img {
	max-height: 600px;
}

.gallery-columns-3 .gallery-item img {
	min-height: 400px;
	max-height: 400px;
}

.gallery-columns-4 .gallery-item img {
	min-height: 300px;
	max-height: 300px;
}

.mc4wp-form-fields label input {
    background: transparent;
    border: 2px solid #fff;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    outline: none;
	color: #FFF !important;
}

.mc4wp-form-fields button[type="submit"] {
    background: #22C58B;
    width: 100%;
    height: 50px;
    color: #000;
    border: none;
    margin: 10px 0 0;
	font-size: 16px;
	font-weight: 600;
}

.mc4wp-form-fields button[type="submit"]:after {
	content: '';
	background-color: #000;
	-webkit-mask-image: url('images/arrow-top.svg');
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
	transition: .3s;
}

.mc4wp-response .mc4wp-error {
    background: #ff8181;
    padding: 12px;
    font-size: 14px;
    color: #fff;
    margin: 10px 0 0;
}

.mc4wp-response .mc4wp-success {
    background: #00b45f;
    padding: 12px;
    font-size: 14px;
    color: #fff;
    margin: 10px 0 0;
}

.cpel-switcher__list .cpel-switcher__lang a {
    border-radius: 50px;
	outline: none;
}

.cpel-switcher__list .cpel-switcher__lang a:before {
    content: '';
	background-color: #fff;
	-webkit-mask-image: url('/wp-content/uploads/2023/10/globe.svg');
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
}

.no-results {
    border: 1px solid #E5E5E5;
    padding: 15px;
    border-radius: 6px;
    color: #000;
	font-size: 15px;
}

.acf-map-box-items {
	font-family: inter;
}

.acf-map-box-items > .title {
    font-size: 44px;
    line-height: 58px;
    font-weight: 500;
    color: #181A1F;
    margin-bottom: 50px;
}

.acf-map-box-items .item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.acf-map-box-items .item:last-child {
	margin-bottom: 0;
}

.acf-map-box-items .item .icon {
    width: 85px;
	position: relative;
}

.acf-map-box-items .item .icon:before {
    content: '';
    background: #CCECE1;
    width: 60px;
    height: 60px;
    position: absolute;
    border-radius: 50%;
    left: -17px;
    top: -20px;
}

.acf-map-box-items .item .icon img {
	position: relative;
}

.acf-map-box-items .item .info {
    width: 83%;
}

.acf-map-box-items .item .info .title {
    font-size: 20px;
    font-weight: 600;
    color: #181A1F;
    line-height: 32px;
}

.acf-map-box-items .item .info .desc {
    font-size: 16px;
    font-weight: 400;
    color: #181A1F;
    line-height: 24px;
}

#loader {
	display: none;
}

#loader.active {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    left: 0;
    z-index: 9999;
}

#loader #data-loader {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    width: 90px;
    height: 90px;
    margin: 0 auto;
}

#loader #data-loader:before, 
#loader #data-loader:after {
	content: "";
	border: 4px solid #fff;
	border-radius: 50%;
	width: inherit;
	height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: loading 1s linear infinite;
	animation: loading 1s linear infinite;
	opacity: 0;
}

#loader #data-loader:before {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
  
#loader #data-loader:after {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
  
.search-abso {
    position: relative;
    top: 140px;
}

.elementor-button-icon svg {
    width: inherit;
}

.mc4wp-form-fields button[type="submit"]:hover {
	background: #fff;
	transition-duration: .3s;
}

/****** spiros ******/

/* services */
	
@media only screen and (max-width: 1024px) {
	.slick-list.draggable {
		margin: 20px!important;
	}
}

.elementor-popup-modal .dialog-widget-content {
    width: 100%;
}

.elementor-accordion .elementor-tab-title {
	line-height: 1.8!important;
}

a.bg-\[\#09043B\]:hover{
    background: #21C58B;
}

button.bg-\[\#09043B\]:hover{
    background: #21C58B;
}

/****** end spiros ******/

@-webkit-keyframes loading {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes loading {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}

@media only screen and (max-width: 1310px) {
	.marginHorz {
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media only screen and (max-width: 1024px) {
	.ourpoints-items.grid .item {
		width: 32%;
	}

	.ourservices-items .item .info .desc {
		display: none;
	}
	
	.ourservices-items .item .info .more {
		display: none;
	}

	.load-more-services {
		margin-top: 0;
	}

	.elementor-widget-theme-post-content .elementor-widget-container h2,
	.single-post .elementor-widget-theme-post-content .elementor-widget-container h1, .single-post .elementor-widget-theme-post-content .elementor-widget-container h2, .single-post .elementor-widget-theme-post-content .elementor-widget-container h3, .single-post .elementor-widget-theme-post-content .elementor-widget-container h4, .single-post .elementor-widget-theme-post-content .elementor-widget-container h5, .single-post .elementor-widget-theme-post-content .elementor-widget-container h6 {
		font-size: 36px;
		line-height: 45px;
	}

	.search-abso {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		margin: 0 auto;
	}

	.hero-slider .elementor-slide-description {
		max-width: 100%;
	}

	.elementor--v-position-middle .swiper-slide-inner {
		align-items: end !important;
	}

	#global-search {
		position: relative;
		top: 0 !important;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	
	#global-search > div {
		width: 100%;
		margin: 0 auto;
	}

	.ourfleet-listing-items .item .thumb-mob {
		display: block;
		margin: 0 auto 30px;
	}

	.ourfleet-listing-items .item .left .thumb {
		display: none;
	}

	.ourfleet-listing-items .item .left {
		width: 100%;
		border: none;
		order: 2;
	}
	
	.ourfleet-listing-items .item .right {
		width: 100%;
		order: 1;
	}
	
	.ourfleet-listing-items .item .details {
		order: 3;
	}

	.fleet-filters-toggle,
	.fleet-filters-close {
		display: block;
	}

	.fleet-filters-wrap {
		position: fixed;
		top: 0;
		right: -100%;
		z-index: 999999;
		background: #fff;
		max-width: 100%;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		transition: .3s;
	}

	.fleet-filters {
		border: none;
	}

	.open-filters {
		overflow: hidden;
	}

	.open-filters:before {
		content: '';
		background-color: #000;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		opacity: 0.5;
		z-index: 999;
	}

	.open-filters .fleet-filters-wrap {
		right: 0;
	}

	.ourservices-items.grid .item {
		width: 100%;
    	margin-top: 10px;
    	margin-bottom: 10px;
	}
	
	.ourfleet-listing-items .item .details .car-details .options {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}

}

@media only screen and (max-width: 767px) {
	.cpel-switcher--layout-dropdown.cpel-switcher--align-right .elementor-widget-container {
		text-align: center;
	}

	.icon-bg-yellow .elementor-image-box-img:before {
		left: -20px;
		right: 0;
		margin: 0 auto;
	}

	.ourpoints-items.grid .item {
		width: 49%;
	}

	.elementor-widget-theme-post-content .elementor-widget-container h2,
	.single-post .elementor-widget-theme-post-content .elementor-widget-container h1, .single-post .elementor-widget-theme-post-content .elementor-widget-container h2, .single-post .elementor-widget-theme-post-content .elementor-widget-container h3, .single-post .elementor-widget-theme-post-content .elementor-widget-container h4, .single-post .elementor-widget-theme-post-content .elementor-widget-container h5, .single-post .elementor-widget-theme-post-content .elementor-widget-container h6 {
		font-size: 25px;
		line-height: 33px;
	}

	.archive .ournews-items .item .info .title,
	.one-column .ournews-items .item .info .title {
		font-size: 25px;
		line-height: 33px;
	}

	.elementor-post-navigation {
		display: block !important;
	}
	
	.elementor-post-navigation .elementor-post-navigation__link {
		width: 100% !important;
		margin-bottom: 25px !important;
	}

	.ournews-items .item {
		width: 100%;
		margin-bottom: 30px;
	}

	.questions .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
		margin: 10px;
	}

	.ourfleet-items {
		margin-top: -25px;
	}

	.ourfleet-items .item,
	.ourservices-items .item,
	.ourpoints-items .item {
		margin: 0 auto;
	}

	.swiper-pagination.swiper-pagination-progressbar {
		bottom: 5px !important;
	}

	.acf-map-box-items > .title {
		font-size: 32px;
		line-height: normal;
	}
	
	.acf-map-box-items .item {
		justify-content: center;
		margin-bottom: 40px;
		text-align: center;
	}
	
	.acf-map-box-items .item .icon {
		width: 54px;
		display: block;
	}
	
}

@media only screen and (max-width: 480px) {
	.ourpoints-items.grid .item {
		width: 100%;
	}

	.ourpoints-items .item .info {
		padding: 15px 0 35px 0;
	}

	.ourservices-items.grid .item {
		width: 100%;
	}
	
}