﻿:root {
	--font-family: "Work Sans", sans-serif;
	--font-family-alt: "Sofia Sans Extra Condensed", sans-serif;
	--body-font-colour: #001932;
	--primary-colour: #020F26;
	--primary-colour-light: #18263E;
	--secondary-colour: #D33333;
	--secondary-colour-dark: #481010;
	--tertiary-colour: #322A9B;
	--accent-colour: #38B05A;
	--light-grey: #F3F2FF;
	--header-height: 0;
	--bs-breadcrumb-divider: ">";
}

html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	width: 100%;
}

body {
	font-family: var(--font-family);
	color: var(--body-font-colour);
	line-height: 150%;
	padding-top: var(--header-height);
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-family-alt);
	font-weight: 800;
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

a {
	color: var(--secondary-colour);
	text-decoration: none;
}

.gx-25 {
	--bs-gutter-x: 25px;
}

.gy-25 {
	--bs-gutter-y: 25px;
}

.gy-30 {
	--bs-gutter-y: 30px;
}

.g-50 {
	--bs-gutter-y: 50px;
	--bs-gutter-x: 50px;
}

.g-40 {
	--bs-gutter-y: 40px;
	--bs-gutter-x: 40px;
}

.gx-45 {
	--bs-gutter-x: 45px;
}

.gx-50 {
	--bs-gutter-x: 50px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-25 {
	padding-top: 25px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 20px;
}

.mt-50 {
	margin-top: 25px;
}

.mb-50 {
	margin-bottom: 25px;
}

.pt-50 {
	padding-top: 25px;
}

.mb-100 {
	margin-bottom: 50px;
}

.container-cap {
	max-width: 1036px !important;
}

.container-cap-sm {
	max-width: 890px !important;
}

.section {
	padding-top: 50px;
	padding-bottom: 50px;
}

.section-sm {
	padding-top: 50px;
	padding-bottom: 50px;
}

.section:not(.wb) + .section:not(.wb) {
	padding-top: 0;
}

.section-sm + .section-sm {
	padding-top: 0;
}

.section-sm + .section {
	padding-top: 0;
}

.section.ignore + .section.ignore {
	padding-top: 0;
}

.section-title {
	font-size: 32px;
	font-weight: 800;
	line-height: 100%;
	text-transform: uppercase;
}

.section-title-u {
	font-size: 30px;
	line-height: 120%;
	font-weight: 500;
	border-bottom: 1px solid var(--tertiary-colour);
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.section-description {
	line-height: 150%;
	letter-spacing: -0.16px;
}

	.section-description p:not(:last-child) {
		margin-bottom: 30px;
	}

	.section-description *:last-child {
		margin-bottom: 0;
	}

.btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.btn {
	font-size: 18px;
	line-height: 120%;
	font-weight: 600;
	border-radius: 10px;
	padding: 10px;
	border: 2px solid transparent;
}

.btn-lrg {
	padding: 15px;
	font-weight: 600;
}

.btn-long {
	min-width: 200px;
}

.btn-bg-primary {
	background-color: var(--primary-colour);
	color: white;
}

.btn-bg-primary-light {
	background-color: var(--primary-colour-light);
	color: white;
}

.btn-bg-secondary {
	background-color: var(--secondary-colour);
	color: white;
}

.btn-bg-tertiary {
	background-color: var(--tertiary-colour);
	color: white;
}

.btn-bg-accent {
	background-color: var(--accent-colour);
	color: white;
}

.btn-bg-white {
	background-color: white;
	color: var(--primary-colour);
}

.btn i {
	margin-left: 10px;
}

.bg-colour-primary {
	background-color: var(--primary-colour);
	color: white;
}

.bg-colour-secondary-dark {
	background-color: var(--secondary-colour-dark);
	color: white;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1040;
	background-color: white;
	-webkit-transition: padding .3s,background-color .3s,top .3s,-webkit-box-shadow .3s;
	transition: padding .3s,background-color .3s,top .3s,-webkit-box-shadow .3s;
	-o-transition: padding .3s,background-color .3s,box-shadow .3s,top .3s;
	transition: padding .3s,background-color .3s,box-shadow .3s,top .3s;
	transition: padding .3s,background-color .3s,box-shadow .3s,top .3s,-webkit-box-shadow .3s;
}

	#header.fixed-header {
		-webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
		box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
		-webkit-transition: padding .3s,background-color .3s,top .3s,-webkit-box-shadow .3s;
		transition: padding .3s,background-color .3s,top .3s,-webkit-box-shadow .3s;
		-o-transition: padding .3s,background-color .3s,box-shadow .3s,top .3s;
		transition: padding .3s,background-color .3s,box-shadow .3s,top .3s;
		transition: padding .3s,background-color .3s,box-shadow .3s,top .3s,-webkit-box-shadow .3s;
	}

	#header .header-top {
		padding: 28px 0 15px 0;
		-webkit-transition: .3s padding;
		-o-transition: .3s padding;
		transition: .3s padding;
	}

	#header.fixed-header .header-top {
		padding: 10px 0;
	}

	#header .header-top svg {
		max-width: 100%;
	}

	#header .header-top .header-top-right .header-top-right-group {
		margin: -20px;
	}

		#header .header-top .header-top-right .header-top-right-group .column {
			padding: 20px;
		}

		#header .header-top .header-top-right .header-top-right-group .header-phone {
			color: var(--accent-colour);
			font-size: 18px;
		}

			#header .header-top .header-top-right .header-top-right-group .header-phone i {
				font-size: 25px;
				padding-right: 9px;
			}

			#header .header-top .header-top-right .header-top-right-group .header-phone span {
				font-weight: 500;
				padding-right: 5px;
			}

			#header .header-top .header-top-right .header-top-right-group .header-phone a {
				color: var(--accent-colour);
			}

	#header .header-bottom {
		padding: 15px 0;
		-webkit-transition: .3s padding;
		-o-transition: .3s padding;
		transition: .3s padding;
		border-top: 1px solid #D4D4D4;
	}

	#header.fixed-header .header-bottom {
		padding: 10px 0;
	}

	#header .header-bottom .nav {
		margin-left: -15px;
		margin-right: -15px;
	}

		#header .header-bottom .nav .nav-item {
			padding-left: 15px;
			padding-right: 15px;
			position: relative;
		}

			#header .header-bottom .nav .nav-item .nav-link {
				color: var(--primary-colour);
				padding: 0;
			}

				#header .header-bottom .nav .nav-item .nav-link.active {
					border-bottom: 1px solid var(--secondary-colour);
				}

			#header .header-bottom .nav .nav-item .sub-menu .nav-item {
				position: relative
			}

			#header .header-bottom .nav .nav-item > .sub-menu {
				position: absolute;
				top: 100%;
				left: 0;
				right: 0;
				background-color: white;
				min-width: 200px;
				display: none;
				z-index: 1040;
				background-color: white;
				border-radius: 0 0 15px 15px;
				-webkit-box-shadow: 0 4px 9.7px 0 rgba(34,57,89,.2);
				box-shadow: 0 4px 9.7px 0 rgba(34,57,89,.2);
				overflow: hidden;
				border-top: 2px solid var(--primary-colour)
			}

				#header .header-bottom .nav .nav-item > .sub-menu > .nav-item .sub-menu {
					position: absolute;
					top: 0;
					left: 100%;
					background-color: white;
					min-width: 130px;
					z-index: 1
				}

			#header .header-bottom .nav .nav-item > .sub-menu {
				list-style: none;
				padding: 0;
				margin: 0
			}

			#header .header-bottom .nav .nav-item .sub-menu .nav-item {
				padding: 0
			}

				#header .header-bottom .nav .nav-item .sub-menu .nav-item .nav-link {
					padding: 7px 15px
				}

			#header .header-bottom .nav .nav-item.has-children > .nav-wrap {
				position: relative;
				padding-right: 30px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center
			}

			#header .header-bottom .nav .nav-item.has-children .nav-wrap .button {
				position: absolute;
				right: 0
			}

				#header .header-bottom .nav .nav-item.has-children .nav-wrap .button svg {
					width: 24px;
					height: 24px
				}

	#header .header-top .navbar-toggler {
		font-size: 32px
	}

.offcanvas#mobileMenu {
	background: white;
	color: var(--primary-colour);
	min-width: 260px;
	max-width: 320px;
	border-left: 0;
	-webkit-box-shadow: -2px 0 16px rgba(0,0,0,.12);
	box-shadow: -2px 0 16px rgba(0,0,0,.12)
}

	.offcanvas#mobileMenu .offcanvas-header {
		background: var(--light-grey);
		border-bottom: 1px solid var(--secondary-colour);
		color: white;
		text-transform: uppercase;
		letter-spacing: 15px;
	}

	.offcanvas#mobileMenu .offcanvas-title {
		font-size: 1.3rem;
		font-weight: 700;
		letter-spacing: .02em;
		font-weight: 400
	}

	.offcanvas#mobileMenu .mobileMenuLogo {
		max-width: 50px
	}

	.offcanvas#mobileMenu .nav.flex-column {
		margin-top: 1.5rem;
		margin-bottom: .5rem
	}

	.offcanvas#mobileMenu .nav-item {
		margin-bottom: .5rem
	}

	.offcanvas#mobileMenu .nav-link {
		color: var(--primary-colour);
		font-size: 1.1rem;
		font-weight: 500;
		padding: .75rem 0;
		border-radius: 4px;
		-webkit-transition: background .2s,color .2s;
		-o-transition: background .2s,color .2s;
		transition: background .2s,color .2s
	}

		.offcanvas#mobileMenu .nav-link.active,
		.offcanvas#mobileMenu .nav-link:hover,
		.offcanvas#mobileMenu .nav-link:focus {
			color: var(--primary-colour)
		}

	.offcanvas#mobileMenu .sub-menu {
		margin-left: 1rem;
		margin-top: .25rem;
		padding-left: .5rem;
		border-left: 2px solid var(--secondary-colour)
	}

		.offcanvas#mobileMenu .sub-menu .nav-link {
			font-size: 1rem;
			font-weight: 400;
			color: var(--primary-colour);
			background: none
		}

	.offcanvas#mobileMenu .social-links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 1rem;
		margin-top: 2rem;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.offcanvas#mobileMenu .nav-item.has-children {
		position: relative
	}

		.offcanvas#mobileMenu .nav-item.has-children .nav-wrap {
			cursor: pointer;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between
		}

			.offcanvas#mobileMenu .nav-item.has-children .nav-wrap .button {
				vertical-align: bottom;
				cursor: pointer
			}

				.offcanvas#mobileMenu .nav-item.has-children .nav-wrap .button svg {
					width: 24px;
					height: 24px
				}

		.offcanvas#mobileMenu .nav-item.has-children .nav-link {
			cursor: pointer;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between
		}

		.offcanvas#mobileMenu .nav-item.has-children .nav-wrap .button.open {
			-webkit-transform: rotate(180deg);
			-ms-transform: rotate(180deg);
			transform: rotate(180deg)
		}

		.offcanvas#mobileMenu .nav-item.has-children > .sub-menu {
			display: none;
			margin-top: .25rem;
			margin-left: 0;
			list-style: none
		}

		.offcanvas#mobileMenu .nav-item.has-children.open > .sub-menu {
			display: block;
			-webkit-animation: dropdownFadeIn .2s;
			animation: dropdownFadeIn .2s
		}

	.offcanvas#mobileMenu .social-links a {
		font-size: 1.5rem;
	}

@-webkit-keyframes dropdownFadeIn {
	from {
		opacity: 0;
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes dropdownFadeIn {
	from {
		opacity: 0;
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

#hero-slider {
	overflow: hidden;
	height: var(--hero-height);
	min-height: 700px;
}

	#hero-slider .swiper-slide {
		background-color: var(--primary-colour);
		color: white;
		padding: var(--padding-50) 0;
		height: auto;
	}

		#hero-slider .swiper-slide .slide-background {
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			z-index: 0;
		}

			#hero-slider .swiper-slide .slide-background:after {
				content: "";
				position: absolute;
				top: 0;
				left: 0;
				height: 100%;
				width: 100%;
				background: -webkit-gradient(linear, right top, left top, color-stop(30.07%, rgba(0, 25, 50, 0.00)), to(rgba(0, 25, 50, 0.40)));
				background: -o-linear-gradient(right, rgba(0, 25, 50, 0.00) 30.07%, rgba(0, 25, 50, 0.40) 100%);
				background: linear-gradient(270deg, rgba(0, 25, 50, 0.00) 30.07%, rgba(0, 25, 50, 0.40) 100%);
				z-index: 1;
			}

			#hero-slider .swiper-slide .slide-background img {
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				object-fit: cover;
				-o-object-position: center bottom;
				object-position: center bottom;
			}

		#hero-slider .swiper-slide .slide-content {
			position: relative;
			z-index: 2;
		}

			#hero-slider .swiper-slide .slide-content .slide-title {
				font-family: var(--font-family-alt);
				font-size: 50px;
				line-height: 80%;
				font-weight: 700;
				text-transform: uppercase;
				margin-bottom: 0;
				text-shadow: 0 0 5px #000;
			}

			#hero-slider .swiper-slide .slide-content .slide-description {
				border-radius: 20px;
				border: 1px solid #4E658D;
				background: rgba(2, 15, 38, 0.80);
				-webkit-backdrop-filter: blur(2.5px);
				backdrop-filter: blur(2.5px);
				padding: 15px 35px;
				max-width: 572px;
			}

				#hero-slider .swiper-slide .slide-content .slide-description *:last-child {
					margin-bottom: 0;
				}

	#hero-slider .hero-swiper-pagination {
		margin: 0 auto;
		z-index: 9;
		left: auto;
		right: auto;
		bottom: 40px;
		border-radius: 50px;
		border: 1px solid rgba(255, 255, 255, 0.20);
		background: rgba(255, 255, 255, 0.15);
		-webkit-backdrop-filter: blur(2.5px);
		backdrop-filter: blur(2.5px);
		padding: 15px;
		width: auto;
		display: inline-block;
	}

	#hero-slider .swiper-pagination-bullet {
		background: transparent;
		opacity: 1;
		width: 10px;
		height: 10px;
		opacity: 1;
		border: 1px solid white;
	}

		#hero-slider .swiper-pagination-bullet:not(:last-child) {
			margin-right: 10px;
		}

	#hero-slider .swiper-pagination-bullet-active {
		background: white
	}

#theme {
	background-color: var(--light-grey);
	background-image: url('/images/theme-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 0;
}

	#theme .breadcrumb {
		margin-bottom: 15px;
	}

		#theme .breadcrumb .breadcrumb-item {
			font-family: var(--font-family-alt);
			color: white;
			text-transform: uppercase;
		}

			#theme .breadcrumb .breadcrumb-item:before {
				color: var(--secondary-colour);
			}

			#theme .breadcrumb .breadcrumb-item a {
				color: white;
			}

	#theme .theme-title {
		color: white;
		text-transform: uppercase;
		font-weight: 700;
		margin-bottom: 0;
	}

.banner {
	background-color: var(--light-grey);
	padding: 25px 0;
	text-align: center;
}

	.banner .banner-box {
		margin: -15px -40px;
	}

		.banner .banner-box .banner-box-column {
			padding: 15px 40px;
		}

		.banner .banner-box .banner-text {
			font-size: 20px;
			font-weight: 500;
			line-height: 120%;
			margin: 0;
			position: relative;
		}

			.banner .banner-box .banner-text:after {
				content: "";
				height: 27px;
				width: 1px;
				background-color: #C3C3C3;
				position: absolute;
				top: 50%;
				right: 0;
				-webkit-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				transform: translateY(-50%);
			}

.manual-list-item {
	background-image: url('/images/bg-grey-x.png');
	background-repeat: no-repeat;
	background-position: left;
	background-size: 50% auto;
}

	.manual-list-item.bg-colour-primary {
		background-image: url('/images/bg-blue-x.png');
	}

	.manual-list-item.bg-colour-secondary-dark {
		background-image: url('/images/bg-red-x.png');
	}

	.manual-list-item.alt {
		background-position: right;
	}

	.manual-list-item.bg-colour-secondary-dark .manual-list-description a {
		color: white;
	}

	.manual-list-item .manual-list-description :is(h1, h2, h3, h4, h5, h6) {
		font-family: var(--font-family);
		font-weight: normal;
		margin-bottom: 12px;
		border-bottom: 1px solid var(--secondary-colour);
		display: inline-block;
		padding-bottom: 5px;
	}

	.manual-list-item .manual-list-columns .manual-list-column .column-title {
		font-family: var(--font-family);
		font-weight: normal;
		border-bottom: 1px solid var(--tertiary-colour);
		padding-bottom: 3px;
		display: inline-block;
	}

	.manual-list-item.bg-colour-secondary-dark .manual-list-columns .manual-list-column .column-title {
		border-bottom: 1px solid var(--secondary-colour);
	}

	.manual-list-item .manual-list-columns .manual-list-column ul {
		list-style: none;
		padding-left: 0;
	}

		.manual-list-item .manual-list-columns .manual-list-column ul li {
			position: relative;
			padding-left: 35px;
			margin-bottom: 20px;
			line-height: 120%;
			letter-spacing: -0.16px;
		}

			.manual-list-item .manual-list-columns .manual-list-column ul li:before {
				content: "";
				position: absolute;
				left: 0;
				top: 50%;
				width: 20px;
				height: 20px;
				background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M2.75 8.75L6.25 12.25L13.25 4.75" stroke="%23D33333" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
				background-size: contain;
				background-repeat: no-repeat;
				background-position: center;
				-webkit-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				transform: translateY(-50%);
			}

			.manual-list-item .manual-list-columns .manual-list-column ul li *:last-child {
				margin-bottom: 0;
			}

.divider {
	position: relative;
	padding: 35px 0;
}

	.divider:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		height: 100%;
		width: 100%;
		background: rgba(211, 51, 51, .9);
	}

	.divider .divider-content {
		position: relative;
		z-index: 2;
		text-align: center;
		color: white;
	}

		.divider .divider-content .divider-title {
			font-size: 32px;
			font-weight: 800;
			line-height: 100%;
			text-transform: uppercase;
			margin-bottom: 0;
		}

		.divider .divider-content .divider-description {
			z-index: 1;
			position: relative;
		}

.content-list .content-item .content-item-box {
	border-radius: 18px;
	-webkit-box-shadow: 0 20px 25.6px 0 rgba(0, 78, 149, 0.08);
	box-shadow: 0 20px 25.6px 0 rgba(0, 78, 149, 0.08);
	overflow: hidden;
}

	.content-list .content-item .content-item-box .content-item-box-inner {
		background-color: white;
		padding: 20px;
	}

		.content-list .content-item .content-item-box .content-item-box-inner .content-item-title {
			font-size: 30px;
			font-weight: 500;
			line-height: 120%;
			color: var(--body-font-colour);
		}

			.content-list .content-item .content-item-box .content-item-box-inner .content-item-title a {
				color: var(--body-font-colour);
			}

		.content-list .content-item .content-item-box .content-item-box-inner .content-item-description {
			line-height: 150%;
			letter-spacing: -0.16px;
			color: var(--body-font-colour);
		}

			.content-list .content-item .content-item-box .content-item-box-inner .content-item-description *:last-child {
				margin-bottom: 0;
			}

.testimonial-list .testimonial-item .testimonial-item-box {
	border-radius: 25px;
	border: 1px solid #E1E1E1;
	background: #FFF;
	padding: 30px;
}

.testimonial-detail .testimonial-thumb {
	border: 1px solid var(--light-grey);
	border-radius: 10px;
}

	.testimonial-detail .testimonial-thumb img {
		height: auto;
		width: auto;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

.client-logos {
	border-radius: 20px;
	background-color: white;
	padding: 30px;
	border: 1px solid #E1E1E1;
}

	.client-logos .client-logo {
		text-align: center;
		height: auto !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-right: 30px;
	}

		.client-logos .client-logo:not(:last-child):after {
			content: "";
			height: 27px;
			width: 1px;
			background-color: #C3C3C3;
			position: absolute;
			top: 50%;
			right: 0;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
		}

		.client-logos .client-logo img {
			max-height: 100px;
			margin: auto;
		}

.truck-logos {
	border-radius: 20px;
	border: 1px solid #ECECEC;
	background: #FFF;
	-webkit-box-shadow: 0 12px 17.5px 0 rgba(0, 0, 0, 0.04);
	box-shadow: 0 12px 17.5px 0 rgba(0, 0, 0, 0.04);
	max-width: 964px;
	padding: 20px 50px;
}

	.truck-logos .swiper-wrapper {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.truck-logos .truck-logo {
		height: auto;
		text-align: center;
	}

		.truck-logos .truck-logo img {
			max-height: 62px;
		}

.filter-categories {
	margin: -10px -25px;
}

	.filter-categories .nav-item {
		padding: 10px 25px;
	}

		.filter-categories .nav-item .nav-link {
			border-radius: 10px;
			border: 1px solid #ECECEC;
			background: #FFF;
			-webkit-box-shadow: 0 12px 17.5px 0 rgba(0, 0, 0, 0.04);
			box-shadow: 0 12px 17.5px 0 rgba(0, 0, 0, 0.04);
			color: var(--body-font-colour);
			padding: 15px 25px;
		}

			.filter-categories .nav-item .nav-link.active {
				background-color: var(--secondary-colour);
				color: white;
			}

/*.truck-items .truck-item {
	height:100%;
}*/

.truck-items .truck-item .truck-item-box {
	border-radius: 18px;
	-webkit-box-shadow: 0 20px 25.6px 0 rgba(0, 78, 149, 0.08);
	box-shadow: 0 20px 25.6px 0 rgba(0, 78, 149, 0.08);
	overflow: hidden;
}

	.truck-items .truck-item .truck-item-box .truck-item-box-inner {
		background-color: var(--primary-colour);
		padding: 20px;
	}

		.truck-items .truck-item .truck-item-box .truck-item-box-inner .truck-item-title,
		.truck-items .truck-item .truck-item-box .truck-item-box-inner .truck-item-price {
			font-family: var(--font-family);
			font-size: 22px;
			font-weight: 500;
			line-height: 120%;
			text-transform: uppercase;
			margin-bottom: 12px;
			color: white;
		}

			.truck-items .truck-item .truck-item-box .truck-item-box-inner .truck-item-title a {
				color: white;
			}

		.truck-items .truck-item .truck-item-box .truck-item-box-inner .truck-item-specs {
			color: white;
			margin: -6px -12px;
		}

			.truck-items .truck-item .truck-item-box .truck-item-box-inner .truck-item-specs .truck-item-spec {
				padding: 6px 12px;
				line-height: 120%;
			}

				.truck-items .truck-item .truck-item-box .truck-item-box-inner .truck-item-specs .truck-item-spec span {
					vertical-align: middle;
					display: inline-block;
				}

				.truck-items .truck-item .truck-item-box .truck-item-box-inner .truck-item-specs .truck-item-spec svg {
					margin-right: 2px;
					vertical-align: middle;
					display: inline-block;
				}

#truck-filters .form-select {
	height: 71px;
	border-radius: 10px;
	border: 1px solid #ECECEC;
	-webkit-box-shadow: 0 12px 17.5px 0 rgba(0, 0, 0, 0.04);
	box-shadow: 0 12px 17.5px 0 rgba(0, 0, 0, 0.04);
}

	#truck-filters .form-select:has(option:checked[value=""]) {
		font-weight: 500;
	}

#truck-filters .btn {
	height: 71px;
	border-radius: 10px;
}

.truck-detail-image {
	overflow: hidden;
}

.truck-detail-specs .truck-spec {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

	.truck-detail-specs .truck-spec li {
		position: relative;
		padding-left: 32px;
		margin-bottom: 14px;
		line-height: 120%;
		letter-spacing: -0.16px;
	}

		.truck-detail-specs .truck-spec li:before {
			content: "";
			position: absolute;
			left: 0;
			top: 50%;
			width: 18px;
			height: 18px;
			background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M2.75 8.75L6.25 12.25L13.25 4.75" stroke="%23D33333" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
		}

.truck-image-swiper-button-next,
.truck-image-swiper-button-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	background: var(--light-grey);
	color: var(--body-font-colour);
	border: none;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: background 0.2s, color 0.2s;
	-o-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.12);
	box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

	.truck-image-swiper-button-next svg,
	.truck-image-swiper-button-prev svg {
		width: 20px;
		height: 20px;
	}

.truck-image-swiper-button-next {
	right: 16px;
}

.truck-image-swiper-button-prev {
	left: 16px;
}

.truck-detail-box {
	padding: 25px;
	background-color: var(--light-grey);
}

	.truck-detail-box .truck-price {
		font-size: 32px;
		font-weight: 800;
		line-height: 100%;
		text-transform: uppercase;
		margin-bottom: 0;
		color: var(--secondary-colour);
	}

#enquireNowModal .modal-dialog .modal-content {
	border-radius: 25px;
	-webkit-box-shadow: 0 8px 32px rgba(2, 15, 38, 0.18);
	box-shadow: 0 8px 32px rgba(2, 15, 38, 0.18);
}

#enquireNowModal .modal-header {
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 18px;
}

#enquireNowModal .modal-title {
	font-family: var(--font-family-alt);
	font-size: 28px;
	font-weight: 800;
	color: var(--primary-colour);
	text-transform: uppercase;
	margin: 0;
}

#enquireNowModal .modal-body {
	padding: 15px;
}

#enquireNowModal .form-group {
	margin-bottom: 18px;
}

#enquireNowModal .form-label {
	color: #6F798A;
	font-weight: 500;
	margin-bottom: 6px;
	display: block;
}

#enquireNowModal .form-control {
	width: 100%;
	border-radius: 10px;
	border: 1px solid #E1E1E1;
	background: #FFF;
	color: #001932;
	height: 48px;
	padding: 0 18px;
	font-size: 16px;
}

#enquireNowModal textarea.form-control {
	height: 120px;
	padding-top: 12px;
	resize: vertical;
}

#enquireNowModal .btn {
	width: 100%;
	padding: 14px 0;
}

@media (max-width: 600px) {
	#enquireNowModal .modal-title {
		font-size: 22px;
	}
}

.form-box {
	border-radius: 25px;
	border: 1px solid #E1E1E1;
	background: #F8F8F8;
	padding: 25px;
}

	.form-box .form-box .form-label {
		color: #6F798A;
	}

	.form-box .form-group .form-control {
		color: #6F798A;
		border-radius: 10px;
		border: 1px solid #E1E1E1;
		background: #FFF;
		height: 54px;
		padding-left: 25px;
	}

	.form-box .form-group textarea.form-control {
		height: 150px;
		padding-top: 15px;
	}

	.form-box .form-check-boxes {
		border-radius: 10px;
		border: 1px solid #E1E1E1;
		background: #FFF;
		padding: 15px;
	}

.contact-right .header {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 10px;
}

	.contact-right .header i {
		color: var(--secondary-colour);
		margin-right: 10px;
	}

.contact-right p a {
	color: #6F798A;
}

.contact-right .details .detail:not(:last-child) {
	margin-bottom: 50px;
}

.contact-right .details .detail p {
	color: #6F798A;
	line-height: 150%;
}

.contact-right .details .detail ul {
	list-style: none;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 0;
	margin: -10px;
}

	.contact-right .details .detail ul li {
		padding: 10px;
	}

		.contact-right .details .detail ul li a {
			font-size: 26px;
		}

#cta {
	background: white;
	background: -webkit-gradient(linear,left top, left bottom,from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(0, 25, 50, 1)), to(rgba(0, 25, 50, 1)));
	background: -o-linear-gradient(top,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(0, 25, 50, 1) 50%, rgba(0, 25, 50, 1) 100%);
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(0, 25, 50, 1) 50%, rgba(0, 25, 50, 1) 100%);
}

	#cta .cta-box {
		border-radius: 50px;
		padding: 40px;
		overflow: hidden;
		position: relative;
		background-color: var(--secondary-colour);
		color: white;
	}

		#cta .cta-box .cta-content {
			position: relative;
			z-index: 1;
		}

		#cta .cta-box .cta-title {
			font-size: 32px;
			line-height: 100%;
			letter-spacing: 0.64px;
			text-transform: uppercase;
			margin-bottom: 0;
		}

		#cta .cta-box .cta-image {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			z-index: 0;
		}

			#cta .cta-box .cta-image img {
				-o-object-fit: cover;
				object-fit: cover;
				-o-object-position: right;
				object-position: right;
				height: 100%;
				width: 100%;
			}

#footer .footer-top svg {
	max-width: 100%;
}

#footer .footer-top .details .detail:not(:last-child) {
	border-bottom: 1px solid var(--tertiary-colour);
	padding-bottom: 12px;
	margin-bottom: 12px;
}

#footer .footer-top .details .detail .icon {
	padding-right: 12px;
	font-size: 24px;
}

#footer .footer-top .details .detail a {
	color: var(--body-font-colour);
}

#footer .footer-top .header {
	font-size: 22px;
	font-family: var(--font-family-alt);
	text-transform: uppercase;
	font-weight: 800;
	border-bottom: 1px solid var(--tertiary-colour);
	padding-bottom: 12px;
	margin-bottom: 12px;
}

#footer .footer-top .nav .nav-item:not(:last-child) {
	margin-bottom: 21px;
}

#footer .footer-top .nav .nav-item .nav-link {
	padding: 0;
	color: var(--primary-colour);
}

#footer .footer-bottom {
	background-color: var(--primary-colour);
	border-top: 5px solid var(--secondary-colour);
	color: white;
	text-transform: uppercase;
	padding: 20px 0;
	text-align: center;
}

@media (max-width: 767px) {
	.manual-list-item .left {
		--bs-gutter-x: 1.5rem;
	}
}

@media (max-width: 991px) {
	.manual-list-item .container-fluid {
		padding: 0;
	}

	.manual-list-item .left {
		--bs-gutter-x: 5rem;
		padding-right: calc(var(--bs-gutter-x)*.5);
		padding-left: calc(var(--bs-gutter-x)*.5);
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.manual-list-item .right .image {
		padding-top: var(--bs-aspect-ratio);
		--bs-aspect-ratio: calc(9/16*100%);
		background-position: center center;
		background-size: cover;
	}
}

@media(min-width: 768px) {
	.mt-40 {
		margin-top: 40px;
	}

	.mt-50 {
		margin-top: 50px;
	}

	.mb-50 {
		margin-bottom: 50px;
	}

	.pt-50 {
		padding-top: 50px;
	}

	.mb-100 {
		margin-bottom: 100px;
	}

	.g-md-40 {
		--bs-gutter-x: 40px;
		--bs-gutter-y: 40px;
	}

	#hero-slider .swiper-slide .slide-content .slide-title {
		font-size: 60px;
	}

	#theme .theme-title {
		font-size: 48px;
	}

	.client-logo-slider .swiper-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: calc(-1*40px);
		margin-right: calc(-.5*40px);
		margin-left: calc(-.5*40px);
		width: auto;
	}

	.client-logo-slider .swiper-slide {
		width: auto !important;
		padding-right: calc(40px*.5);
		padding-left: calc(40px*.5);
		margin-top: 40px;
	}

	.divider .divider-content .divider-title {
		font-size: 40px;
	}

	#cta .cta-box .cta-title {
		font-size: 48px;
	}
}

@media(min-width: 992px) {
	.section-title {
		font-size: 38px;
	}

	#hero-slider .swiper-slide .slide-content .slide-title {
		font-size: 80px;
	}

	.manual-list-item {
		position: relative;
	}

		.manual-list-item .right .image {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center;
			z-index: 3;
		}

		.manual-list-item .left {
			padding-right: 3rem;
			padding-top: 50px;
			padding-bottom: 50px;
		}

		.manual-list-item.alt .right .image {
			left: 0;
			right: auto;
			z-index: 3;
		}

		.manual-list-item.alt .left {
			padding-right: 0;
			padding-left: 2.5rem;
		}

		.manual-list-item .right-50 .image {
			width: 50%;
		}

		.manual-list-item .right-40 .image {
			width: 40%;
		}

	#cta .cta-box {
		background-color: white;
		color: var(--body-font-colour);
	}
}

@media(min-width: 1200px) {
	.section {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.section-title {
		font-size: 44px;
	}

	.gx-xl-70 {
		--bs-gutter-x: 70px;
	}

	.gx-xl-100 {
		--bs-gutter-x: 100px;
	}

	#hero-slider .swiper-slide .slide-content .slide-title {
		font-size: 100px;
	}

	.manual-list-item.alt .left {
		padding-left: 3.5rem;
	}

	.divider .divider-content .divider-title {
		font-size: 40px;
	}

	#cta .cta-box .cta-title {
		font-size: 64px;
	}
}

@media(min-width: 1400px) {
	.section-title {
		font-size: 48px;
	}

	#hero-slider .swiper-slide .slide-content .slide-title {
		font-size: 120px;
	}

	.manual-list-item .left {
		padding-right: 5rem;
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.manual-list-item.alt .left {
		padding-left: 5rem;
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.form-box {
		padding: 50px;
	}
}

@media(min-width: 1800px) {
	.container, .manual-list-item .container-lg {
		max-width: 1600px;
	}

	.col-xxxxl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
}

/*Recaptcha Validation*/
.grecaptcha-badge {
	visibility: hidden !important
}

.validation-summary-errors {
	background-color: #f8d7da;
	border-color: #f5c6cb;
	border: 1px solid transparent;
	border-radius: 4px;
	padding: 10px;
	color: #721c24;
	margin-bottom: 10px;
}

	.validation-summary-errors ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}