*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,select{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;color:unset}html{scroll-behavior:smooth}a{text-decoration:none;cursor:pointer}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}button{cursor:pointer;border:none;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}img{max-width:100%;}
/*=== END RESET ===*/

/*=== CLEARFIX ===*/
.clear{clear:both}.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}.cf{zoom:1}

/*=== GLOBAL ===*/
.flex-container{display:flex}.flex-vertical{flex-direction:column}.flex-horizontal{flex-direction:row}.flex-width{flex-grow:1;flex-shrink:1;flex-basis:100%}.flex-height{height:100%}.flex-wrap{flex-wrap:wrap}.set-width{flex-grow:0;flex-shrink:0;flex-basis:auto}.justify-center{justify-content:center}.justify-right{justify-content:flex-end}.justify-left{justify-content:flex-start}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.align-center{align-items:center}.align-top{align-items:flex-start}.align-bottom{align-items:flex-end}.align-stretch{align-items:stretch}.align-all-center{align-items:center;justify-content:center}.align-self-center{align-self:center}.align-self-right{align-self:flex-end}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.mobile-only{display: none}.max-width{margin:0 var(--sm-padding)}.map{line-height:0;min-height:350px;overflow:hidden;border-radius:15px;overflow:hidden;margin-top:25px}

/*=== SELECT STYLES ===*/
::selection, ::-moz-selection {
	background: var(--dark-red);
	color: var(--white);
	text-shadow: none;
}

/*=== FONTS AND HEADERS ===*/
body {
	font-family: var(--roboto-condensed);
	font-optical-sizing: auto!important;
	font-weight: 400!important;
	font-style: normal!important;
	max-width: 1600px!important;
    width: 100%!important;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 20px 0px!important;
    background-color: rgb(255, 255, 255)!important;
    margin: 0 auto!important;
	height: auto !important;
}
strong, b {
	font-weight: 900;
}
:root {
	/*=== Fonts ===*/
	--almarai: "Almarai", sans-serif;
	--roboto-condensed: "Roboto Condensed", sans-serif;

	/*=== Colors ===*/
	--white: #ffffff;
	--black: #000000;
	--light-grey: #f3f3f3;
	--dark-blue: #05354f;
	--dark-red: #a0031a;

	/*=== Spacing ===*/
	--lg-padding: clamp(50px, 5vw, 75px);
	--sm-padding: clamp(25px, 2.5%, 2.5%);
}
.xl-heading, .lg-heading, .md-heading, .sm-heading, .xs-heading {
	font-family: var(--almarai);
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
}
.xl-heading {font-size: clamp(40px, 5vw, 48px);line-height: clamp(42px, 5vw, 50px);}
.lg-heading {font-size: clamp(34px, 5vw, 42px);line-height: clamp(36px, 5vw, 44px);}
.md-heading {font-size: clamp(27px, 5vw, 35px);line-height: clamp(29px, 5vw, 37px);}
.sm-heading {font-size: clamp(18px, 5vw, 26px);line-height: clamp(20px, 5vw, 28px);}
.xs-heading {font-size: clamp(16px, 5vw, 22px);line-height: clamp(18px, 5vw, 24px);}

/*=== BUTTONS ===*/
.button-group {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
button.primary-button {
	font-family: var(--roboto-condensed);
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	line-height: 18px;
    padding: 15px 20px;
    background-color: var(--dark-red);
    color: var(--white);
	opacity: 1;
	transition: all ease 0.3s;
}
button.primary-button:hover {
	opacity: 0.6;
}
button.secondary-button {
	font-family: var(--roboto-condensed);
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	line-height: 18px;
    padding: 15px 20px;
    background-color: var(--dark-blue);
    color: var(--white);
	opacity: 1;
	transition: all ease 0.3s;
}
button.secondary-button:hover {
	opacity: 0.6;
}
button.white-button {
	font-family: var(--roboto-condensed);
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	line-height: 18px;
    padding: 15px 20px;
    background-color: var(--white);
    color: var(--black);
	opacity: 1;
	transition: all ease 0.3s;
}
button.white-button:hover {
	opacity: 0.6;
}

/*=== LOGO ===*/
.logo-container .logo {
	display: flex;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
	width: 100%;
	max-width: 150px;
	height: 100%;
    object-fit: contain;
    object-position: center;
}
a.logo-container {
	line-height: 0;
}

/*=== CUSTOM STYLES ===*/
p.paragraph {
	padding-top: 10px;
	line-height: 28px;
}
ul.list {
	list-style-type: disc;
	list-style-position: inside;
	padding-top: 10px;
}
.youtube-video {
	line-height: 0
}

/*=== Service Banner Section ===*/
.service-banner-section {
	padding: var(--lg-padding) 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.25)), url("/siteart/noblelift.webp") no-repeat center;
	background-size: cover;
	background-color: var(--black);
	color: var(--white);
}

/*=== Featured Section ===*/
.featured-section {
	padding: var(--lg-padding) 0;
}
.featured-section .featured-img {
	background-position: center;
	background-size: cover;
	min-height: 350px;
}
.featured-section .text-group {
	padding: var(--sm-padding);
}

/*=== Logo Background ===*/
.logo-bg-section {
	background: url("/siteart/logo-bg.svg") no-repeat center left;
	background-size: contain;
	padding: var(--lg-padding);
}

/*=== HEADER ===*/
header.site-header {
	border-bottom: 1px solid var(--light-grey);
}
header.site-header i {
	line-height: 18px;
}
header.site-header .twenty-four-seven-service-icon {
	display: none;
}
header.site-header .twenty-four-seven-service-text {
	display: block;
}

/*=== FOOTER ===*/
footer.site-footer {
	font-size: 16px;
	line-height: 18px;
	padding: 0;
}
footer.site-footer .hours-section {
	padding: var(--lg-padding) 0;
	background-color: var(--dark-blue);
	color: var(--white);
}
footer.site-footer .top-footer-container {
	gap: var(--sm-padding);
}
footer.site-footer .middle-footer {
	padding: var(--lg-padding) 0;
	gap: var(--sm-padding);
}
footer.site-footer .footer-links {
	font-weight: 700;
	gap: 10px 20px;
	text-transform: capitalize;
	font-size: 20px;
	line-height: 22px;
}
footer.site-footer .address-footer {
	text-transform: capitalize;
	text-align: center;
}
footer.site-footer .bottom-footer p {
	background-color: var(--light-grey);
	padding: 25px;
	font-size: 16px;
}

/*=== PAGE STYLES ===*/
/*=== SUB PAGE ===*/
#sub-page:not(.inventory-page), .default-page{
	font-family: var(--roboto-condensed);
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 32px;
}
/*=== Default Page ===*/
.default-page .hero-section {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.25)), url("/siteart/noblelift-forklift.webp");
	background-size: cover;
	background-position: center;
	padding: 200px 0;
	color: var(--white);
}
.default-page .brand-section {
	box-shadow: var(--black) 0px 0px 30px -10px;
	transform: translate(0, -75px);
	background-color: var(--white);
	padding: 50px;
	position: relative;
	gap: var(--sm-padding);
}
.default-page .brand-section .brand-logo {
	max-width: 250px;
    width: 100%;
	margin: auto;
}
.default-page .brand-section .brand-logo img {
	aspect-ratio: 3 / 1;
    object-fit: contain;
    object-position: center;
    max-height: 75px;
    height: 100%;
}
.default-page .featured-section {
	padding: 0 0 var(--lg-padding);
}
.default-page .logo-bg-section {
	position: relative;
	padding: var(--lg-padding) 0 calc(var(--lg-padding) + 50px);
}
.default-page .logo-bg-section .button-group {
	position: absolute;
	right: calc(var(--sm-padding) + 10px);
}
.default-page .industries-served-slider {
	display: block!important;
	overflow: hidden;
}
.draggable > div {
	display: flex;
	align-items: stretch;
}
.slick-list> div {
	margin-left:0!important;
}
.default-page .industries-served-slider .slide-card {
	background-color: #ffffff;
	box-shadow: var(--black) 0px 0px 20px -15px;
	margin: 10px;
	height: calc(100% - 20px);
}
.default-page .industries-served-slider .slide-card img {
	object-fit: cover;
	object-position: center;
	overflow: hidden;
	height: 100%;
	max-height: 375px;
	width: 100%;
}
.default-page .industries-served-slider .slide-card .card-text {
	padding: 25px;
	display: none;
	align-content: center;
}
.default-page .industries-served-slider .slick-slide:not(.slick-current){
	opacity: .25;
	transition: .75s all ease;
}
.default-page .industries-served-slider .slick-slide.slick-current{
	opacity: 1;
	transition: .75s all ease;
}
.default-page .industries-served-slider .slick-current .slide-card .card-text {
	display: block;
}
.slick-track {
    display: flex !important;
}
.slick-slide {
    height: inherit !important;
}

/*=== Inventory Page ===*/
.inventory-page .finance-banner {
	margin-top: var(--lg-padding);
}

/*=== Contact Page ===*/
.contact-page .featured-section {
	padding: 0;
}
.contact-page .featured-section .text-group {
	padding: var(--lg-padding) var(--sm-padding);
}
.contact-page .logo-bg-section {
	padding: 0;
}
.contact-page .contact-form {
	padding: var(--lg-padding) 0;
}

/*=== Service and Rentals ===*/
.flex {display: flex;}
.btn-top {margin-top: 30px;}

.img-left .img-height {height: 490px;}
.img-right .img-height {height:520px;}
.img-left .img-height img, .img-right .img-height img {width: 100%; height: 100%; object-fit: cover;}
.img-left .content-right, .img-right .content-left {max-width: 800px; padding: var(--lg-padding) var(--sm-padding);}

.service-rentals-page .text-btn:hover {color: var(--dark-red);}
.service-rentals-page .p-top {margin-top: 20px;}
.img-right .button-container {display: flex;gap: 10px;flex-wrap: wrap;}

.box-grid {padding: var(--lg-padding) var(--sm-padding);}
.box-grid .md-heading {text-align: center; margin-bottom: 50px;}
.box-grid .flex {justify-content: center; gap: 20px;}
.box-grid .first-row {margin-bottom: 20px;}
.box-grid .flex .grey-box {max-width: 500px; width: 100%; background: var(--light-grey); padding: 50px; display: flex; align-items: center; justify-content: center;}
.box-grid .flex .grey-box .xs-heading {text-transform: none!important; text-align: center; line-height: 30px;}

/*=== Brands ===*/

.brands-page .img-left .img-height {height: 450px;}

.brand-specifics {padding: var(--lg-padding) var(--sm-padding);}
.brand-specifics .about-brand {justify-content: space-between; gap: 20px; margin-bottom: 50px;}
.brand-specifics img {max-width: 300px; width: 100%;}
.brand-specifics p {max-width: 800px;}

.equipment-links .flex {justify-content: center; gap: 20px; margin-bottom: 20px;}
.equipment-links .flex-smaller, .equipment-links .flex-three {display: flex; justify-content: center; gap: 20px;}
.equipment-links .equipment-box {
	padding: 20px 35px; 
	max-width: 500px; 
	width: 100%; 
	display: flex; 
	justify-content: center;
	transition: .4s ease-out;
}
.equipment-links .equipment-box:hover {box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.25);}
.equipment-links .equipment-box .xs-heading {text-align: center; margin-top: 20px; text-transform: none!important;}
.equipment-links .equipment-box img {max-width: 300px!important; width: 100%; display: flex; margin: 0 auto;}

/*=== Thank You Page ===*/
.thank-you-page .logo-bg-section {
	padding: var(--lg-padding) 0;
}

@media screen and (max-width: 1270px) {
	.box-grid .flex .grey-box {padding: 30px 20px;}
	.equipment-links .equipment-box {padding: 15px;}
}

@media screen and (max-width: 1080px) {
	.img-right, .img-left{flex-direction:column}
	.service-rentals-page .flex-width, .brands-page .flex-width {flex-basis: 0;}
	.img-left .img-height, .img-right .img-height {height: 250px;}
}

@media screen and (max-width: 1015px) {
	.box-grid .flex {flex-direction: column;}
	.box-grid .flex .grey-box {max-width: 100%;}
	.equipment-links .flex {flex-wrap: wrap;}
}

@media screen and (max-width: 875px) {
	.flex-horizontal{flex-direction:column}.desktop-only{display:none}.mobile-only{display:flex}
	.equipment-links .flex-three {flex-wrap: wrap;}
}

@media screen and (max-width: 700px) {
	.brand-specifics .about-brand {flex-wrap: wrap;}
}

@media screen and (max-width: 550px) {
	/*=== HEADER ===*/
	header.site-header .twenty-four-seven-service-icon {
		display: block;
	}
	header.site-header .twenty-four-seven-service-text {
		display: none;
	}

	/*=== Default Page ===*/
	.default-page .industries-served-slider .slide-card {
		flex-direction: column;
	}
}

@media screen and (max-width: 450px) {
	.equipment-links .flex-smaller {flex-wrap: wrap;}
}
