
header .navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 50px 10px;
	min-width: 100%;
	z-index: 10;
	background: #fff;
	/* box-shadow: 0px 4px 4px 0px #00000040; */
  }
  
  header .navigation .logo{
	margin-left: 20px;
  }
  
  header .navigation .logo img{
	width: 130px;
	position: absolute;
    top: 0;
  }
  
  header .navigation .menu-list {
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 45%;
	margin: auto 20px auto 0;
  }
  
  header .navigation .humbarger {
	margin-right: 20px;
	display: none;
   }
   
  header .navigation .humbarger .bar{
	width: 30px;
	height: 2px;
	margin: 7px;
	background: #b1d4e0;
   }
  
  header .navigation .menu-list li a {
	color: #b1d4e0;
	font-size: 1.25rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	cursor: pointer;
	transition: color 1s ease, border 1s ease;
	text-decoration: none;
  }
  
  .slm-logo{
	width: 192px;
    position: absolute;
    right: 18px;
    top: 0;
  }
  .mobile-logo{
	position: absolute !important;
    right: 0;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  @media only screen and (max-width: 767px) {
  
	header .navigation .menu-list {
	  position: absolute;
	  top: 15vh;
	  min-width: 100%;
	  background: rgba(15, 20, 35, 0.99);
	  left: 0px;
	  display: none;
	}
  
	header .navigation .menu-list li {
	  display: block;
	}
  
	header .navigation .menu-list li a {
	  display: block;
	  padding: 20px;
	  transition: color 1s ease, padding 1s ease, background-color 1s ease;
  
	}
  
	header .navigation .menu-list li a:hover{
	  color: #b1d4e0;
	  padding-left: 30px;
	  background: rgba(177, 212, 224, 0.2);
	}
  
  
	header .navigation .humbarger{
	  display: block;
	}
  
	  
	.slm-logo{
		width: 100px;
		position: unset;
		right: 18px;
		top: 12px;
	  }
  
  }
  












  @import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap");
 :root {
	 --color-white-100: #fff;
	 --color-white-200: #e4e6e7;
	 --color-white-300: #c9cccf;
	 --color-white-400: #a1a6aa;
	 --color-white-500: #798086;
	 --color-black-100: #14191f;
	 --color-black-200: #101419;
	 --color-black-300: #0c0f13;
	 --color-black-400: #0c0f13;
	 --color-black-500: #080a0c;
	 --color-black-600: #060709;
	 --color-black-700: #040506;
	 --color-black-800: #020303;
	 --color-blue-100: #dcebfe;
	 --color-blue-200: #bedbfe;
	 --color-blue-300: #91c3fd;
	 --color-blue-400: #61a6fa;
	 --color-blue-500: #3c83f6;
	 --color-blue-600: #2463eb;
	 --color-blue-700: #1d4fd7;
	 --color-blue-800: #1e3fae;
	 --color-blue-900: #1e3b8a;
	 --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	 --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	 --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

html, body{
	overflow-x: hidden;
}
#sub-category {
	display: none;
}

input, select, optgroup, textarea {
	background: transparent;
	box-shadow: 0px 2px 0px 0px #00000040;
	height: 50px;
	width: 100% !important;
	border-radius: 3px;
	color: #000000 !important;
	padding-left: 20px;
	/* text-transform: uppercase; */
	margin-top: 15px;
}
select{
	padding: 0 30px;
}
*:focus {
	outline: none;
  }
[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	padding: 0;
	height: auto !important;
	box-shadow: none;
	margin-top:0;
	width: auto !important
}
.wpcf7-list-item-label{
	margin-left: 10px;
}
.wpcf7-list-item {
	display: flex;
	align-items: center;
}
select{
	padding:0 10px;
}
textarea {
	min-height: 100px;
	padding-top: 10px;
	width: 100%;
}
.custom-row{
	width: 100%;
}

.form-column label input::placeholder,
.form-column label textarea::placeholder {
	color: #AC8446 !important;
}

input:focus-visible,
textarea:focus-visible {
	outline: none;
}

.container .wpcf7-submit {
	padding: 0.75rem 2rem;
	color: #dc1723;
	background-color: transparent;
	width: fit-content !important;
	box-shadow: var(--shadow-medium);
	border: 2px solid #dc1723 !important;
	transition: 1s;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	user-select: none;
	outline: none;
	border-radius: 0.25rem;
	text-transform: unset;
	transition: all 0.3s ease-in-out;
}
.container .wpcf7-submit:hover {
	color: #fff;
	border: none !important;
	background-color: #dc1723;
}

.form-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.form-column {
	flex: 1;
	margin: 5px;
	max-width: 100%;
}

.form-column label {
	display: block;
	width: 100% !important;
	background: transparent;
	border-radius: 3px;
	color: #AC8446;
	text-transform: uppercase;
}
label{
	width: 100%!important;
}
.form-column label textarea {
	width: 100%;
}
.intl-tel-input{
	margin-top: 10px;
	width: 100%;

}
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=tel], .intl-tel-input.separate-dial-code input[type=text]{
   padding-left:40px !important;

}
@media (max-width: 768px) {
	.form-container {
		padding: 20px;
	}
	
	.form-row {
		flex-direction: column;
	}
	
	.form-column {
		width: 100%;
		margin: 5px 0;
	}
	
	label {
		width: 100% !important;
	}
	
	select[name="city"], input[name="phone"] {
		width: 100% !important;
	}
}
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 {
	border: 0px solid #AC8446 !important !important;
	margin-top: 10px !important;
	color: #000000 !important;
	padding-left: 10px !important;
}
h1{
	font-size:40px;
	color: #dc1723;
	text-align:center;
	text-transform: uppercase;
}
select[name="city"], input[name="phone"] {
	flex: 1;
	margin-top: 10px !important;
	color: #AC8446 !important;
	padding-left: 10px !important;
	background: transparent;
	border: 1px solid #AC8446;
	box-shadow: 0px 4px 4px 0px #00000040;
	height: 50px;
	border-radius: 3px;
	width: 100%;
}
 .section {
	 margin: 0 auto;
	 padding: 3rem 0 1rem;
}

 .centered {
	 text-align: center;
	 vertical-align: middle;
	 margin-bottom: 1rem;
}
 .heading-xl {
	 font-family: inherit;
	 font-size: clamp(2.648rem, 6vw, 4.241rem);
	 font-weight: 700;
	 line-height: 1.15;
	 letter-spacing: -1px;
	 text-align: left;
	 margin-bottom: 0;
	 color: #dc1723;
}
.tagline{
	font-size: 90px !important;
}
.heading-xl .sub-heading{
	font-size: 35px !important;
}
 .heading-lg {
	 font-family: inherit;
	 font-size: clamp(2.179rem, 5vw, 3.176rem);
	 font-weight: 700;
	 line-height: 1.15;
	 text-transform: uppercase;
	 color: #dc1723;
	 letter-spacing: -1px;
}
 .heading-md {
	 font-family: inherit;
	 font-size: clamp(1.794rem, 4vw, 2.379rem);
	 font-weight: 700;
	 line-height: 1.25;
	 letter-spacing: -1px;
}
 .heading-sm {
	 font-family: inherit;
	 font-size: clamp(1.476rem, 3vw, 1.782rem);
	 font-weight: 600;
	 line-height: 1.5;
}
 .heading-xs {
	 font-family: inherit;
	 font-size: clamp(1.215rem, 2vw, 1.335rem);
	 font-weight: 500;
	 line-height: 1.5;
}
 .paragraph {
	 font-family: inherit;
	 font-size: clamp(1rem, 2vw, 1.125rem);
	 text-wrap: balance;
	 color: #000000;
}
 .btn {
	 display: inline-block;
	 font-family: inherit;
	 font-size: 1rem;
	 font-weight: 500;
	 line-height: 1.5;
	 text-align: center;
	 vertical-align: middle;
	 white-space: nowrap;
	 user-select: none;
	 outline: none;
	 border: none;
	 border-radius: 0.25rem;
	 text-transform: unset;
	 transition: all 0.3s ease-in-out;
}
 .btn-inline {
	 display: inline-flex;
	 align-items: center;
	 justify-content: center;
	 column-gap: 0.5rem;
}
 .btn-darken {
	 padding: 0.75rem 2rem;
	 color: #dc1723;
	 /* background-color: var(--color-black-200); */
	 box-shadow: var(--shadow-medium);
	 border: 2px solid #dc1723;
}
.btn-darken:visited{
	color: #dc1723;
}
.btn-darken:hover{
	color: #fff;
	background-color: #dc1723;
}
 .btn-neutral {
	 padding: 0.75rem 2rem;
	 color: #fff;
	 background-color: #dc1723;
	 box-shadow: var(--shadow-medium);
}
 .header {
	 position: fixed;
	 top: 0;
	 left: 0;
	 z-index: 100;
	 width: 100%;
	 height: auto;
	 margin: 0 auto;
	 transition: all 0.35s ease;
}
 .header.on-scroll {
	 background: var(--color-black-300);
	 box-shadow: var(--shadow-medium);
}
 .navbar {
	 display: flex;
	 flex-direction: row;
	 align-items: center;
	 justify-content: flex-start;
	 column-gap: 1.25rem;
	 width: 100%;
	 height: 4.25rem;
	 margin: 0 auto;
}
 .brand {
	 font-family: inherit;
	 font-size: 1.6rem;
	 font-weight: 600;
	 line-height: 1.5;
	 letter-spacing: -1px;
	 color: var(--color-white-100);
	 text-transform: uppercase;
}
 .menu {
	 position: fixed;
	 top: -100%;
	 left: 0;
	 width: 100%;
	 height: auto;
	 padding: 4rem 0 3rem;
	 overflow: hidden;
	 background-color: var(--color-black-300);
	 box-shadow: var(--shadow-medium);
	 transition: all 0.4s ease-in-out;
}
 .menu.is-active {
	 top: 0;
	 width: 100%;
	 height: auto;
}
 .menu-inner {
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 align-items: center;
	 row-gap: 1.25rem;
}
 .menu-link {
	 font-family: inherit;
	 font-size: 1rem;
	 font-weight: 500;
	 line-height: 1.5;
	 color: var(--color-white-100);
	 text-transform: uppercase;
	 transition: all 0.3s ease;
}
 .menu-block {
	 display: inline-block;
	 font-family: inherit;
	 font-size: 0.875rem;
	 font-weight: 500;
	 line-height: 1.25;
	 user-select: none;
	 white-space: nowrap;
	 text-align: center;
	 margin-left: auto;
	 padding: 0.65rem 1.5rem;
	 border-radius: 3rem;
	 text-transform: capitalize;
	 color: var(--color-white);
	 background-color: var(--color-blue-600);
	 box-shadow: var(--shadow-medium);
	 transition: all 0.3s ease-in-out;
}
 @media only screen and (min-width: 48rem) {
	 .menu {
		 position: relative;
		 top: 0;
		 width: auto;
		 height: auto;
		 padding: 0rem;
		 margin-left: auto;
		 background: none;
		 box-shadow: none;
	}
	 .menu-inner {
		 display: flex;
		 flex-direction: row;
		 column-gap: 2rem;
		 margin: 0 auto;
	}
	 .menu-link {
		 text-transform: capitalize;
	}
	 .menu-block {
		 margin-left: 2rem;
	}
}
 .burger {
	 position: relative;
	 display: block;
	 cursor: pointer;
	 user-select: none;
	 order: -1;
	 z-index: 10;
	 width: 1.6rem;
	 height: 1.15rem;
	 border: none;
	 outline: none;
	 background: none;
	 visibility: visible;
	 transform: rotate(0deg);
	 transition: 0.35s ease;
}
 @media only screen and (min-width: 48rem) {
	 .burger {
		 display: none;
		 visibility: hidden;
	}
}
 .burger-line {
	 position: absolute;
	 display: block;
	 left: 0;
	 width: 100%;
	 height: 2px;
	 border: none;
	 outline: none;
	 opacity: 1;
	 border-radius: 1rem;
	 transform: rotate(0deg);
	 background-color: var(--color-white-100);
	 transition: 0.25s ease-in-out;
}
 .burger-line:nth-child(1) {
	 top: 0px;
}
 .burger-line:nth-child(2) {
	 top: 0.5rem;
	 width: 70%;
}
 .burger-line:nth-child(3) {
	 top: 1rem;
}
 .burger.is-active .burger-line:nth-child(1) {
	 top: 0.5rem;
	 transform: rotate(135deg);
}
 .burger.is-active .burger-line:nth-child(2) {
	 opacity: 0;
	 visibility: hidden;
}
 .burger.is-active .burger-line:nth-child(3) {
	 top: 0.5rem;
	 transform: rotate(-135deg);
}
 .banner-column {
	 position: relative;
	 display: grid;
	 align-items: center;
	 row-gap: 3rem;
}
 @media only screen and (min-width: 48rem) {
	 .banner-column {
		 grid-template-columns: repeat(2, minmax(0, 1fr));
		 justify-content: center;
	}
}
 @media only screen and (min-width: 64rem) {
	 .banner-column {
		 grid-template-columns: 1fr max-content;
		 column-gap: 4rem;
		 /* margin-top: 3rem; */
	}
}
 .banner-image {
	 display: block;
	 max-width: 18rem;
	 height: auto;
	 margin-top: 2rem;
	 object-fit: cover;
	 justify-self: center;
}
 @media only screen and (min-width: 48rem) {
	 .banner-image {
		 order: 1;
		 max-width: 20rem;
		 height: auto;
	}
}
 @media only screen and (min-width: 64rem) {
	 .banner-image {
		 max-width: 25rem;
		 height: auto;
		 margin-right: 5rem;
	}
}
 .banner-inner {
	 display: flex;
	 flex-direction: column;
	 align-items: flex-start;
	 row-gap: 1.75rem;
}
 .banner-links {
	 position: absolute;
	 top: 30%;
	 right: 1.5rem;
	 display: grid;
	 justify-items: center;
	 row-gap: 0.5rem;
	 opacity: 0;
	 visibility: hidden;
}
 @media only screen and (min-width: 64rem) {
	 .banner-links {
		 opacity: 1;
		 visibility: visible;
	}
}
 .banner-links > * {
	 font-size: 1.25rem;
	 line-height: 1.25;
	 color: var(--color-white-100);
}
 .banner-links::before {
	 position: absolute;
	 content: "";
	 top: -3rem;
	 width: 4rem;
	 height: 1.5px;
	 transform: rotate(90deg);
	 background: var(--color-white-100);
}
 .banner-links::after {
	 position: absolute;
	 content: "";
	 bottom: -3rem;
	 width: 4rem;
	 height: 2px;
	 transform: rotate(90deg);
	 background: var(--color-white-100);
}
 



.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.lift-category{
	position: absolute;
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    display: block;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

}
.overlay-img{
	background-color: #00000061;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.swiper-slide img{
	height: 360px;
	object-fit: cover;
}
.form-text{
	font-size: 30px;
	color: #000;
}
@media (max-width: 768px) {
	.tagline {
		font-size: 54px !important;
	}
	.heading-xl .sub-heading {
		font-size: 26px !important;
	}
	.heading-xl{
		font-size: 41px;
	}
	.banner-image{
		max-width: 100%;
	}
	
}


footer{
	box-shadow: 0px -3px 4px 0px #00000040;
	margin-top: 70px;

}
footer .logo{
	width: 200px;
}
footer p{
	font-weight: 700;
	font-size: 30px;
	color: #000;
	/* text-transform: capitalize; */
}
.color-red{
	color: #dc1723;
}
footer h5{
	font-size: 25px;
	color: #000;
	margin-bottom: 30px;
}
footer ul li a{
	color: #000;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 15px;
}
footer .copyright{
	font-size: 15px;
	text-align: center;
	color: #000;
	margin-bottom: 0;
	margin-top: 50px;
}
footer .copyright a{
	font-size: 15px;
	text-align: center;
	color: #000;
	margin-bottom: 0;
	margin-top: 50px;
}
footer hr{
	background-color: #dc1723;
	opacity: 1;
}