/* google fonts */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


/* Varialbes */
:root {
	--dark-color: #000000;
	--white-color: #ffffff;
	--color-primary: #013C68;
	--color-secondary: #EA6B26;
	--body-color: #EDF3F7;
	/* --icon-color: #1D47A4; */
	--color-tertiary: #020a18;
	--copy-bg-color: #000e85;
	--product-bg-color: #00345B;
	--grey-bg: #ECF2FB;
	--counter-bg-color: #000A5B;
	--heading-color: #282D92;
	--sub-heading-color: #E81B22;
	--primary-font: "Bebas Neue", sans-serif;
	--secondary-font: "Roboto", sans-serif;

}

body {
	font-family: "Bebas Neue", sans-serif;
	font-family: "Roboto", sans-serif;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	font-optical-sizing: auto;
	background-color: var(--white-color) !important;
}

a {
	color: inherit !important;
	text-decoration: none !important;
	font-family: inherit !important;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 46px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 46px;
}

h5 {
	font-size: 26px;
}

h6 {
	font-size: 16px;
}
.text-color{
	background-color: var(--color-secondary) !important;
}

.sub-heading {
	font-family: var(--primary-font);
	color: var(--color-secondary) !important;
	font-size: 22px;
	line-height: 21px;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	opacity: 1;
}

.sub-heading1 {
	font-family: var(--primary-font);
	color: var(--dark-color) !important;
	font-size: 22px;
	line-height: 21px;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	opacity: 1;
}

.heading-font {
	font-family: var(--secondary-font);
	color: var(--color-primary) !important;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: -1px;
	/* line-height: 1.1; */
}

.secondary-heading {
	font-family: var(--primary-font);
	color: var(--color-primary) !important;
	font-size: 25px;
	font-weight: 500;
}

.light-color-para {
	font-family: var(--primary-font);
	color: var(--color-tertiary) !important;
	font-size: 16px;
}

.regular-text-white {
	font-family: var(--primary-font);
	color: var(--white-color) !important;
	font-size: 16px;
}

.grey-bg {
	background-color: var(--grey-bg);
}

.custom-btn {
	display: inline-block;
	background-color: #f26522;
	/* Custom orange */
	color: var(--white-color) !important;
	font-weight: 700;
	text-transform: uppercase;
	padding: 12px 28px;
	border: none;
	border-radius: 0;
	font-size: 14px;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.custom-btn:hover {
	background-color: #d9531e;
	/* Slightly darker orange on hover */
	color: #fff;
	text-decoration: none;
}

.text-orange {
	color: #f97316;
	/* Tailwind orange or adjust */
}


/* default codes ends here */


/* navbar */

.navbar-section .container {
	max-width: 1400px !important;

}

.bg-light {
	background: var(--white-color);
}

.navbar {
	background-color: var(--white-color) !important;
}

.navbar-brand img {
	height: auto;
	width: 250px;
}

.nav-link {
	font-size: 16px !important;
	font-family: var(--secondary-font);
	font-weight: 600 !important;
	text-decoration: none;
	color: var(--color-primary) !important;
}

.active .nav-link {
	font-weight: 600 !important;
	color: var(--color-secondary) !important;
}

.navbar-scrolled .navbar {
	position: fixed !important;
	top: 0px !important;
	transition: 0.3s !important;
}

.navbar-scrolled {
	padding: 15px 0px !important;
	border-radius: 0 !important;
	background-color: #fff !important;
	/* background-color: transparent !important; */
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	width: 100%;
	transition: all 0.3s ease;
}

.navbar-scrolled .logo-img img {
	height: auto;
	width: 290px !important;
	transition: height 0.3s !important;
}

/* banner */

.banner-section {
	padding-top: 110px;
}

.carousel-caption {
	bottom: 20%;
}

.banner-text {
	padding: 20px 25px !important;
}

.carousel-caption {
	position: absolute !important;
	right: 45% !important;
	bottom: 4.5rem !important;
	left: 10% !important;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	/* text-align: center; */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	background-size: 20px 20px;
	transition: all 0.3s ease;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
	background-color: orange;
}

/* 
.carousel-item img {
	z-index: 3 !important;
	background: #53e0e0;
	background: linear-gradient(90deg, rgba(83, 224, 224, 1) 0%, rgba(255, 255, 255, 1) 100%, rgba(237, 221, 83, 1) 100%);
} */

.carousel-control-next-icon,
.carousel-control-prev-icon {
	display: inline-block;
	width: 10px !important;
	height: 10px !important;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 61% !important;
}

.banner-text h2 {
	font-size: 40px !important;
	font-weight: 700 !important;
}

.banner-text p {
	font-size: 18px !important;
	/* font-weight: 500 !important; */
}


/* feature box 1 */

.feature1-title {
	font-size: 22px;
	font-family: var(--primary-font);
	font-weight: 550;
	letter-spacing: 1.5px;
	text-transform: capitalize;
	text-decoration: none;
	color: var(--dark-color) !important;
}

.feature1-box {
	background-color: #E8EDF1;
}

.feature1-box:hover {
	box-shadow: 0px 7px 1rem rgb(0 0 0 / 25%);
}

.feature1-box .dots {
	display: flex;
	justify-content: center;
	gap: 5px;
	margin-top: 20px;
}

.feature1-box .dots span {
	display: block;
	width: 8px;
	height: 8px;
	background-color: #ced4da;
	border-radius: 50%;
}

.feature1-box:hover .dots span {
	background-color: var(--color-secondary);
}

/* about section */

.about-position-box {
	background-color: var(--color-primary);
}

.abt-img {
	height: auto;
	width: 400px !important;
}

/* gallery section */

.img-hover-zoom {
	overflow: hidden;
}

.img-hover-zoom img {
	transition: transform 0.5s ease;
}

.img-hover-zoom:hover img {
	transform: scale(1.1);
}


.object-fit-cover {
	object-fit: cover;
	height: 100%;
}

.lb-number {
	display: none !important;
}

.lightbox .lb-prev,
.lightbox .lb-next {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
	top: 50%;
	transform: translateY(-50%);
	/* width: 40px; */
	/* height: 40px; */
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	color: white;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	z-index: 1050;
}

.lb-nav .lb-next {
	position: relative !important;
	left: 70px !important;
}

.lb-nav .lb-prev {
	position: relative !important;
	left: -70px !important;
}

.lightbox .lb-loader {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
}


/* overlay text */

.image-overlay-container {
	position: relative;
	overflow: hidden;
}

.overlay-heading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
}

.overlay-heading h3 {
	margin-bottom: 5px;
	font-size: 1.8rem;
	color: #fff;
}

.overlay-heading p {
	font-size: 1rem;
	line-height: 1.4;
	max-width: 80%;
}

.image-overlay-container:hover .overlay-heading {
	opacity: 1;
	visibility: visible;
}

.image-container-with-bottom-overlay {
	position: relative;
	overflow: hidden;
}

.bottom-overlay-heading {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	/* width: 70%; */
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	text-align: center;
	padding: 10px 20px;
	box-sizing: border-box;
	z-index: 2;
	/* border-radius: 5px; */
}

.bottom-overlay-heading h3 {
	margin: 0;
	font-size: 18px;
	color: #fff;
	line-height: 1.2;
}


/* products section */

.card-img-top {
	height: 250px;
	width: 100%;
}

.service-sub-title {
	color: var(--color-primary) !important;
	font-size: 16px;
}

.product-bg .overlay {
	background-color: rgb(0 0 0 / 76%);
	/* Semi-transparent dark overlay */
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	padding: 0 20px;
}

.product-bg li i {
	color: var(--color-secondary);
	font-size: 16px;
	font-weight: bolder !important;
}


/* why-choose section */

.why-choose-section,
.peb-app-section,
.map-section {
	/* padding: 80px 0; */
	background-color: #bbbbbb1a;
}

.service-box {
	transition: all 0.3s ease;
}

.service-box:hover {
	background-color: #fd7e14 !important;
	color: #fff !important;
}

.service-box:hover h6,
.service-box:hover p {
	color: #fff !important;
}

.service-box img {
	transition: all 0.3s ease;
}

.service-box:hover img {
	filter: brightness(0) invert(1);
	/* Makes black icons appear white */
}

.service-box img {
	filter: invert(47%) sepia(74%) saturate(2360%) hue-rotate(348deg) brightness(98%) contrast(94%);
}

.advantage img {
	filter: invert(47%) sepia(74%) saturate(2360%) hue-rotate(348deg) brightness(98%) contrast(94%);
}

.service-position {
	bottom: 25px;
}

/* testimonial */

.testimonial-item {
	background-color: #f7eee7;
	padding: 20px 15px;
	height: 500px !important;
}


.owl-carousel .owl-nav {
	display: none;
	/* position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	pointer-events: none; */
	/* Allows clicking only on buttons */
}

.owl-carousel .owl-nav button {
	display: none;
	/* background: white;
	border: 2px solid #ddd;
	padding: 10px;
	border-radius: 50%;
	font-size: 18px;
	color: #333;
	transition: all 0.3s ease;
	pointer-events: all; */
	/* Re-enable clicking on buttons */
}

.owl-carousel .owl-nav button:hover {
	background-color: orange;
	color: white;
	border-color: orange;
}

.owl-carousel .owl-dots .owl-dot.active span {
	background-color: orange;
}

.quotes img {
	height: auto !important;
	width: 40px !important;
}

.client {
	height: auto !important;
	width: 70px !important;
}

/* product section */

.product-icon {
	background-color: var(--color-primary);
	height: 60px;
	width: 60px;
	right: 20px;
	top: -25px;
}


/* footer */
.footer-list li {
	border-bottom: 1px dashed #818181;
	margin-bottom: 10px;
}


.footer-list i {
	/* border-bottom: 1px dashed var(--grey-bg); */
	/* margin-bottom: 10px; */
	font-size: 14px;
}

.footer-list a:hover {
	color: var(--color-secondary) !important;
}

.contact-box {
	color: var(--color-secondary);
	font-size: 20px;
	/* font-weight: bolder !important; */
}

.bg-black {
	background-color: var(--dark-color);
}

.copy-right-section {
	background-color: var(--dark-color);
}

.contact-info:hover {
	color: var(--color-secondary) !important;
}

/* scroll-up button */

#scrollUpBtn {
	position: fixed;
	bottom: 25px;
	right: 15px;
	height: 35px;
	width: 35px;
	padding: 10px;
	border-radius: 3px;
	border: none;
	z-index: 999;
	background-color: var(--color-secondary);
	display: flex;
	align-items: center;
	justify-self: center;

}

/* scrollup-btn */

#scrollUpBtn i {
	color: var(--white-color);
	display: flex;
	align-items: center;
	justify-self: center;
}

/* scrollup-btn ends here */


/* animation code starts here */

/* Default hidden state */
.animate-on-scroll {
	opacity: 0;
	transition: all 0.5s ease-out;
}

/* When active, show and animate */
.animate-on-scroll.active {
	opacity: 1 !important;
}

/* Slide Right Animation */
.slide-right.active {
	animation: slideRight 0.5s ease-out forwards;
}

@keyframes slideRight {
	from {
		transform: translateX(-100px);
	}

	to {
		transform: translateX(0);
	}
}

/* Slide Left Animation */
.slide-left.active {
	animation: slideLeft 0.5s ease-out forwards;
}

@keyframes slideLeft {
	from {
		transform: translateX(100px);
	}

	to {
		transform: translateX(0);
	}
}

/* Slide up Animation */
.slide-up.active {
	animation: slideup 0.5s ease-out forwards;
}

@keyframes slideup {
	from {
		transform: translateY(100px);
	}

	to {
		transform: translateX(0);
	}
}

/* Slide up Animation */
.slide-down.active {
	animation: slidedown 1s ease-out forwards;
}

@keyframes slidedown {
	from {
		transform: translateY(-100px);
	}

	to {
		transform: translateX(0);
	}
}

/* >>>>>>>>>>>>>>>>>>>> PEB structures page starts here  <<<<<<<<<<<<<<<<<<<<<*/

.peb-banner {
	background-image: url('../img/peb-structures/peb-banner1.webp');
	/* change to your image path */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 50vh;
	/* Adjust the height as needed */
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.overlay h1 {
	padding-top: 130px !important;
}

.peb-banner .overlay {
	background-color: rgba(0, 0, 0, 0.5);
	/* Semi-transparent dark overlay */
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	padding: 0 20px;
}

.cta-section .container {
	background-color: var(--color-primary) !important;
}

.cta-btn a {
	font-size: 16px;
}

.cta-btn {
	padding: 10px 15px !important;
}

.cta-section {
	/* background-image: url(../img/home-img/call-to-action-bg.jpg); */
	/* padding: 30px 10px; */
	/* background-position: center center; */
	/* background-repeat: no-repeat; */
	/* background-size: cover; */
	/* justify-content: center; */
	/* border-radius: 10px; */
	/* position: relative; */
	/* top: 36px; */
}

/* >>>>>>>>>>>>>>>>>>>> PEB structures page ends here  <<<<<<<<<<<<<<<<<<<<<*/


/* >>>>>>>>>>>>>>>>>>>> industry structures page starts here  <<<<<<<<<<<<<<<<<<<<<*/

.industry-banner {
	background-image: url('../img/industry/industry-banner1.webp');
	/* change to your image path */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 50vh;
	/* Adjust the height as needed */
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}


.industry-banner .overlay {
	background-color: rgba(0, 0, 0, 0.5);
	/* Semi-transparent dark overlay */
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	padding: 0 20px;
}

.product-box {
	padding: 40px 20px !important;
}

.app-img img {
	height: auto !important;
	width: 325px !important;
}

/* >>>>>>>>>>>>>>>>>>>> PEB structures page ends here  <<<<<<<<<<<<<<<<<<<<<*/


/* mezzanine flooring page starts here */

.mezzanine-banner {
	background-image: url('../img/mezzanie/mezzanine-banner1.webp');
	/* change to your image path */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 50vh;
	/* Adjust the height as needed */
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mezzanine-banner .overlay {
	background-color: rgba(0, 0, 0, 0.5);
	/* Semi-transparent dark overlay */
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	padding: 0 20px;
}

/* mezzanine flooring page ends here */

/* mezzanine flooring page starts here */

.multi-banner {
	background-image: url('../img/multi-storey/multi-banner1.webp');
	/* change to your image path */
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	height: 50vh;
	/* Adjust the height as needed */
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.multi-banner .overlay {
	background-color: rgba(0, 0, 0, 0.5);
	/* Semi-transparent dark overlay */
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	padding: 0 20px;
}

/* mezzanine flooring page ends here */


/* turnkey projects page starts here */

.turnkey-banner {
	background-image: url('../img/turnkey/turnkey-banner1.webp');
	/* change to your image path */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 50vh;
	/* Adjust the height as needed */
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.turnkey-banner .overlay {
	background-color: rgba(0, 0, 0, 0.5);
	/* Semi-transparent dark overlay */
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	padding: 0 20px;
}

/* mezzanine flooring page ends here */


/* about us page starts here */

.about-us-banner {
	background-image: url('../img/about-us/abt-banner1.webp') !important;
	/* change to your image path */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 50vh;
	/* Adjust the height as needed */
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-us-banner .overlay {
	background-color: rgba(0, 0, 0, 0.5);
	/* Semi-transparent dark overlay */
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	padding: 0 20px;
}

.mission-section {
	background-image: url('../img/about-us/mission-bg.webp') !important;
	/* change to your image path */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 50vh;
	/* Adjust the height as needed */
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;

}

/* about us page ends here */

/* contact us page starts here */

.contact-banner {
	background-image: url('../img/contact-us/contact-us-banner.webp') !important;
	/* change to your image path */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 50vh;
	/* Adjust the height as needed */
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-banner .overlay {
	background-color: rgba(0, 0, 0, 0.5);
	/* Semi-transparent dark overlay */
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	padding: 0 20px;
}

.form-block {
	background-color: #F7EEE7 !important;
}

.form-block input,
textarea {
	border-radius: 0px !important;
}

.contact-info-item i {
	color: var(--color-secondary);
	font-size: 25px;
}

.map-container iframe {
	height: 300px;
}

/* Map Container */
.map-container {
	/* border-radius: 8px; */
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	/* margin-top: 40px; */
	/* Space above map */
}

.map-container iframe {
	width: 100%;
	height: 450px;
	/* Adjust map height as needed */
	border: 0;
}

/* contact us page ends here */

/* floating contact  */

.floating-contact {
	position: fixed !important;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	padding: 3px 0 10px;
	background-color: #fff;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
	z-index: 20;
	animation: floatUpDown 2.5s ease-in-out infinite;
}

@keyframes floatUpDown {

	0%,
	100% {
		transform: translateY(-50%) translateY(0);
	}

	50% {
		transform: translateY(-50%) translateY(-20px);
	}
}

.floating-icons {
	display: block;
	position: relative;
	width: 55px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	text-decoration: none;
}

.floating-icons i {
	font-size: 21px;
	color: var(--color-secondary);
	transition: 0.3s;
}

.floating-icons>span {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 100%;
	top: 0;
	min-width: 170px;
	height: 100%;
	padding: 0 15px;
	background-color: #fff;
	color: #232323;
	font-size: 16px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
	opacity: 0;
	visibility: hidden;
	transform: translateX(-10px);
	transition: all 0.5s ease;
	white-space: nowrap;
}

.floating-icons:hover>span {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.floating-icons>span::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: -15px;
	width: 15px;
	height: 100%;
	background-color: #fff;
}

/* floating contact ends here */

/* responsive code starts here */

@media only screen and (max-width: 768px) {

	.sub-heading {
		font-size: 18px;
		line-height: 15px;
	}

	.heading-font {
		font-size: 20px;
	}

	.carousel-caption {
		bottom: 20%;
	}

	.carousel-caption {
		position: absolute !important;
		right: 25% !important;
		bottom: -10px !important;
		left: 7% !important;
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
		color: #fff;
		/* text-align: center; */
	}

	.banner-text h2 {
		font-size: 17px !important;
	}

	.custom-btn {
		font-weight: 500;
		padding: 8px 14px !important;
	}

	.banner-text {
		padding: 10px !important;
	}

	.banner-text a {
		font-size: 12px !important;
	}

	.carousel-caption.banner-caption {
		position: absolute;
		bottom: 5%;
		left: 5%;
		right: 5%;
		text-align: left;
	}

	.abt-img {
		height: auto;
		width: 285px !important;
	}

	.testimonial-item {
		padding: 15px 40px !important;
		height: 500px !important;
	}

	.bottom-overlay-heading {
		position: absolute;
		bottom: 9px;
		padding: 5px 0px;
	}

	.bottom-overlay-heading h3 {
		font-size: 16px;
		line-height: 1.1;
	}

	.peb-banner,
	.industry-banner,
	.mezzanine-banner,
	.multi-banner,
	.turnkey-banner,
	.about-us-banner,
	.contact-banner {
		height: 36vh;
	}

	.overlay h1 {
		padding-top: 90px !important;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {


	.peb-banner {
		height: 35vh;
	}

	.carousel-caption {
		bottom: 20%;
	}

	.carousel-caption {
		position: absolute !important;
		right: 45% !important;
		bottom: 70px !important;
		left: 10% !important;
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
		color: #fff;
		/* text-align: center; */
	}

	.peb-banner,
	.industry-banner,
	.mezzanine-banner,
	.multi-banner,
	.turnkey-banner,
	.about-us-banner,
	.contact-banner {
		height: 27vh;
	}

	.mission-section {
		height: 17vh;
	}
}