/* custom website styles */

:root {
	--container-width: 1536px;
	--section-padding: 1rem;
	--padding-sm: calc(var(--section-padding) * 1.5);
	--padding-md: calc(var(--section-padding) * 4);
	--padding-lg: calc(var(--section-padding) * 6);

	--darker-blue: #183c57;
	--dark-blue-opacity: rgba(38, 90, 129, 0.45);
	--dark-blue: #265A81;
	--light-blue: #6CAEDF;
	--yellow: #FEBD2C;
	--burnt-yellow: #956A09;
	--white: #fff;
	--black: #000;
	--red: #E33D3F;
	--green: #AEC856;
	font-size: 16px;
	overflow-x: hidden;
}

.z-0 {
	z-index: 0;
}

.z-1 {
	z-index: 1;
}

.z-2 {
	z-index: 2;
}

.z-3 {
	z-index: 3;
}

.z-4 {
	z-index: 4;
}

li {
	color: var(--dark-blue);
}

.strong-is-uppercase ul strong {
	text-transform: uppercase;
}

#page .strong-yellow strong {
	color: var(--yellow) !important;
}

#page .li-yellow li::marker {
	color: var(--yellow) !important;
}

.strong-headings strong {
	font-size: 22px;
}

.strong-headings h2 {
	margin-bottom: 0;
}

.strong-uppercase strong {
	text-transform: uppercase;
}

.text-light p {
	color: var(--white);
}

.text-light li {
	color: var(--white);
}

#page .text-dark-blue {
	color: var(--dark-blue);
}

#page .text-light-blue {
	color: var(--light-blue);
}

#page .text-yellow {
	color: var(--yellow) !important;
}

.text-light h2>strong {
	color: var(--yellow);
}

#page .text-light .numbered-list .heading,
#page .text-light .numbered-list .counter,
#page .text-light .numbered-list .counter p {
	color: var(--white);
	border-color: var(--white);
}

#page .text-light .numbered-list .heading {
	font-style: italic;
}

#page .bg-yellow {
	background-color: var(--yellow);
}

#page .bg-dark-blue {
	background-color: var(--dark-blue);
}

.bg-light-blue {
	background-color: var(--light-blue);
}

.bg-light-blue-shadow {
	background: linear-gradient(90deg, #6CAEDF 0% 0%, #265A81 150%);
}

.bg-darker-blue {
	background-color: var(--darker-blue);
}

.bg-white-shadow {
	background: linear-gradient(90deg,
			#d9d9d9 0%,
			#ffffff 15%,
			#ffffff 85%,
			#d9d9d9 100%);
}

.bg-green {
	background-color: var(--green);
}

.font-normal {
	font-style: normal;
}

.font-italic {
	font-style: italic;
}

li {
	margin-bottom: 8px;
}

.container {
	max-width: var(--container-width);
}

.no-bottom-padding {
	padding-bottom: 0 !important;
}

body {
	font-family: "Inter", sans-serif;
	/* font-family: Inter; */
	font-weight: 400;
	font-size: 18px;
	overflow-x: hidden;
	width: 100%;
	padding-right: 0 !important;
}

strong {
	font-weight: 900;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin: 0;
	font-weight: 700;
	margin-bottom: 1rem;
}

h1,
.h1 {
	font-size: 46px;
}

h2,
.h2 {
	font-size: 32px;
}

h3,
.h3 {
	font-size: 28px;
}

h4,
.h4 {
	font-size: 22px;
}

h5,
.h5 {
	font-size: 1rem;
}

h6,
.h6 {
	font-size: 0.875rem;
}

p {
	margin: 0;
	color: var(--dark-blue);
	line-height: 26px;
}

.p {
	font-size: 18px;
	font-weight: 400;
	color: var(--dark-blue);
	line-height: 26px;
}

.content-row p:not(:last-child) {
	margin-bottom: 1rem;
}

a {
	margin: 0;
	color: inherit;
	font-weight: 900;
}

.content-section {
	position: relative;
}

.section-bg-image,
.section-bg-color {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
}

.section-bg-image {
	background-size: cover;
	background-position: center;
}

.section-bg-image.right {
	background-position: right;
	max-width: 600px;
	margin-left: 60%;
}

.section-bg-color {
	mix-blend-mode: multiply;
	opacity: 1;
}

div#page-wrapper {
	position: relative;
}


/* div#page-top-wrapper | entire header ------------------------- */
div#page-top-wrapper {
	position: relative;
	z-index: 999;
}

div#header-branding {
	background-color: var(--white);
	top: 0;
	left: 0;
	position: absolute;
	display: flex;
	padding: 1rem;
}

div#header-site-logo {}

div#header-site-logo img {
	width: 250px;
	height: 100px;
	object-fit: contain;
	object-position: center;
}

div#header-showcase-award {}

div#header-showcase-award img {
	width: 100px;
	height: 100px;
	object-fit: contain;
	object-position: center;
}





/* #site-banner | top most notification banner -------------------------*/
div#site-banner {
	background-color: var(--light-blue);
}

div#site-banner .social-icons i {
	color: white;
	font-size: 24px;
}

div#site-banner .social-icons {
	justify-content: end;
	margin: 10px 0;
}

div#site-banner .social-icons a {
	opacity: 0.5;
	transition: all 0.5s ease-out;
}

div#site-banner .social-icons a:hover {
	opacity: 1;
	scale: 1.1;
}

li.social-icon a {
	display: flex;
	align-items: center;
	text-decoration: none;
}

div#site-banner .container-fluid {
	max-width: 1100px;
	margin-right: 50px;
}


/* #global-nav | header custom navigation above the menu nav -----------------*/
div#global-nav {
	background-color: var(--dark-blue);
	padding: 27px 0;
	border-top: 6px solid white;
}

div#global-nav * {
	color: var(--light-blue);
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
}

div#global-nav .phone {
	margin-left: auto;
}

div#global-nav .phone,
div#global-nav .phone * {
	color: var(--yellow);
	font-size: 18px;
}

div#global-nav .phone i {
	margin-right: 6px;
	transition: all 0.5s ease-out;
}

div#global-nav .container-fluid {
	max-width: 950px;
	margin-right: 50px;
}

div#global-nav a {
	transition: all 0.5s ease-out;
}

div#global-nav a:hover {
	color: white;
}

div#global-nav a:hover i {
	color: white;
}


/* #main-nav | #main-menu - primary menu navigation ----------------------- */
nav#main-nav ul#main-menu>.menu-item.nav-item {
	border: 3px solid var(--dark-blue);
	border-top: 0;
	border-radius: 0 0 8px 8px;
	margin: 0 0.5rem;
	width: 148px;
	background-color: var(--white);
	transition: all 0.3s ease-out;
}

nav#main-nav ul#main-menu>.menu-item.nav-item.active {
	background-color: var(--dark-blue);
	color: var(--white);
}

nav#main-nav ul#main-menu>.menu-item.nav-item.active a {
	color: var(--white);
}

ul#main-menu ul.dropdown-menu>li.active {
	text-decoration: underline
}

ul#main-menu ul.dropdown-menu>li.active a {
	font-weight: 600 !important;
}

nav#main-nav ul#main-menu>.menu-item.nav-item a {
	text-align: center;
	color: var(--dark-blue);
	font-weight: 800;
	font-size: 14px;
	line-height: 14px;
}

nav#main-nav ul#main-menu>.menu-item.nav-item:hover {
	background-color: var(--dark-blue);
}

nav#main-nav ul#main-menu>.menu-item.nav-item:hover a {
	color: var(--white);
}


nav#main-nav {
	padding-top: 0;
}

nav#main-nav ul#main-menu>.menu-item.nav-item:first-child {
	margin-left: 0;
}

nav#main-nav ul#main-menu>.menu-item.nav-item:last-child {
	margin-right: 0;
}

nav#main-nav .container-fluid {
	margin-left: auto;
	width: fit-content;
	margin-right: 50px;
}

nav#main-nav ul#main-menu {
	justify-content: start !important;
}

ul#main-menu a {}

ul#main-menu ul.dropdown-menu {
	width: 148px;
	min-width: unset;
	transform: translateX(-3px);
	background-color: rgba(256, 256, 256, 0.9);
	border-radius: 8px;
	padding-top: 8px;
}

ul#main-menu ul.dropdown-menu>li {
	/* width: 148px; */
	/* margin: 16px 5px; */
}

nav#main-nav ul#main-menu ul.dropdown-menu a.dropdown-item {
	padding: 0;
	text-wrap: auto;
	font-weight: 400;
	color: var(--black) !important;
	padding: 8px 5px;
}

nav#main-nav {
	position: relative;
	z-index: 100;
}

nav#main-nav .navbar-toggler {
	/* display none hides in after lg breakpoint */

}

nav#main-nav .offcanvas-backdrop {
	/* toggles .show  */
	display: none;
}

nav#main-nav .offcanvas-header {
	display: none;
}

nav#main-nav .offcanvas-header button.btn-close {
	filter: unset;
}





/* #wrapper-footer-full | footer widget area ---------------------------------- */
div#wrapper-footer-full {
	background-color: var(--yellow);
	color: var(--dark-blue);
	padding-top: 4rem;
	position: relative;
	z-index: 999;
}

body.page-id-156 div#wrapper-footer-full {
	z-index: unset;
}

#text-2 {
	width: 50%;
	padding-right: 2rem;
}

#text-2 .widget-title {
	color: var(--white);
}

#text-3 {
	width: 50%;
	padding-left: 0 2rem;
	position: relative;
}

#text-3 .widget-title {
	margin-top: 44px;
}

#text-3 a {
	color: var(--dark-blue);
}

#text-4 {
	width: 100%;
	color: var(--black);
	font-size: 12px;
	line-height: 12px;
	margin-top: 26px;
}

#text-4 * {
	line-height: 12px;
}

#wrapper-footer-full .widget-title {
	margin-bottom: 1.4rem;
	font-weight: 600;
}

div#gform_fields_1 {
	row-gap: 1.5rem;
}

label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
	font-weight: 700;
	color: var(--dark-blue);
}

div#wrapper-footer-full hr {
	border: 0;
	margin: 0.7rem 0;
}

div#wrapper-footer-full .showcase-award {
	position: absolute;
	max-width: 200px;
	top: 30%;
	right: 0px;
	filter: drop-shadow(3px 6px 8px rgba(0, 0, 0, 0.5));
}

div#wrapper-footer-full .showcase-award img {
	width: auto;
	height: auto;
	object-fit: contain;
	object-position: center;
}



/* #wrapper-footer | footer banner ---------------------------------- */
div#wrapper-footer {
	background-color: var(--dark-blue);
	font-size: 14px;
	border-top: 6px solid var(--white);
	position: relative;
	z-index: 999999;
}

div#wrapper-footer a,
div#wrapper-footer p {
	color: var(--white);
}

.site-info * {
	line-height: 18px;
	font-size: 13px;
}

/* BUTTONS ========================================== */
#page .btn {
	transition: all 0.3s ease-out;
	border: none;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	min-width: 150px;
}

#page .btn.btn-primary {
	background-color: var(--dark-blue);
	color: var(--white);
	border-radius: 30px;
	padding: 0.5rem 1.5rem;
}

#page .btn.btn-primary:hover {
	background-color: var(--white);
	color: var(--dark-blue);
	outline: 2px solid var(--dark-blue);
}

#page .btn.btn-light {
	background-color: var(--yellow);
	color: var(--white);
}

#page .btn.btn-light:hover {
	background-color: var(--white);
	color: var(--yellow);
	outline: 2px solid var(--yellow);
}

#page .btn.btn-light:hover #page .btn.btn-secondary {
	background-color: var(--dark-blue-opacity);
	color: var(--white);
	border-radius: 30px;
	padding: 0.5rem 1.5rem;
}

#page .btn.btn-secondary:hover {
	background-color: var(--white);
	color: var(--dark-blue);
	outline: 2px solid var(--dark-blue);
}

#page a.btn.btn-normal.btn-secondary {
	background-color: var(--dark-blue-opacity);
}

#page .btn.btn-box,
#page .btn.btn-box-light {
	background-color: var(--dark-blue);
	color: var(--white);
	border-radius: 6px;
	padding: 1rem 1rem;
}

#page .btn.btn-box:hover,
#page .btn.btn-box-light:hover {
	background-color: var(--white);
	color: var(--dark-blue) !important;
	outline: 2px solid var(--dark-blue);
}

#page .btn.btn-box-light {
	background-color: var(--light-blue);
}


/* .awards-gallery | shortcode get client settings option ---------------------------------- */
.awards-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 1.3rem;
}

.awards-gallery .award {
	height: 60px;
	width: auto;
	max-width: 110px;
}

.awards-gallery .award img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}


/* #stickyMenu ----------------------------------- */
div#stickyMenu {
	position: fixed;
	top: 225px;
	right: -230px;
	z-index: 99;
	/* bottom: 280px; */
}

div#stickyMenu .sticky-item {
	background-color: var(--yellow);
	border: 3px solid var(--white);
	border-radius: 10px;
	margin-bottom: 6px;
	transition: all 0.5s ease-out;
	/* transform: translateX(0); */
}

div#stickyMenu .sticky-item:hover {
	/* transform: translateX(-150px); */
}

div#stickyMenu a {
	text-decoration: none;
	color: var(--white);
	display: flex;
	justify-content: space-between;
	padding: 8px 100px 8px 10px;
}

div#stickyMenu p {
	color: var(--white);
}

div#stickyMenu i {
	border: 2px solid var(--white);
	border-radius: 50%;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	margin-right: 18px;
}

div#stickyMenu .text {
	text-decoration: none;
	line-height: 16px;
	align-content: center;
	/* max-width: 150px; */
	text-align: right;
	font-weight: 600;
	font-size: 14px;
}


/* page-hero.php gallery swiper ----------------------------*/
#hero-swiper .swiper-slide {
	aspect-ratio: 1920 / 610;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

header#wrapper-navbar {
	position: absolute;
	right: 0;
	height: 0;
}

header#page-header {
	min-height: unset;
}

.grey-banner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: black;
	opacity: 0.6;
	z-index: -1;
}

#hero-swiper a img {
	transition: all 0.3s ease-in-out;
}

#hero-swiper a img:hover {
	transform: scale(1.03);
}


/* .row.colored-cards --------------------------------------- */
.row.colored-cards .card {
	padding: 12px 10px;
	display: flex;
	border-radius: 16px;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	filter: brightness(1);
	height: 100%;
}

.row.colored-cards .card.aspect-ratio {
	aspect-ratio: 5 / 3;
	justify-content: center;
}



.row.colored-cards .card:not(.no-hover):hover {
	box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.8);
	filter: brightness(0.8);
	scale: 1.0;
}

.row.colored-cards .card:not(.no-hover) .content-wrapper {
	scale: 1;
	transition: all 0.4s ease-in-out;
}

.row.colored-cards .card:not(.no-hover):hover .content-wrapper {
	scale: 0.9;
}

.row.colored-cards .card.no-hover {
	pointer-events: none;
}

.row.colored-cards p.card-title {
	color: var(--white);
	text-transform: uppercase;
	text-align: center;
	font-size: 22px;
	font-weight: 800;
	margin: 0;
}

.row.colored-cards .icon-wrapper {
	margin-bottom: 15px;
}

.row.colored-cards .icon-wrapper img {
	width: 60px;
	height: 60px;
	object-fit: contain;
	margin-inline: auto;
	display: block;
}

.row.colored-cards .card-content {
	color: var(--white);
	font-size: 16px;
	line-height: 1.5;
	font-weight: 300;
	text-transform: uppercase;
}

.row.colored-cards .card-content strong {
	font-weight: 800;
}

body.home .row.colored-cards {
	margin-bottom: 3rem;
}

/* .row.two-column --------------------- */
.two-column .col-inner {
	padding: 0 3rem;
}

.content-row+.content-row {
	margin-top: 3rem;
}

/* .row.raw-print ----------------- */
.raw-print {
	border-radius: 30px 30px 0 0;
	background-color: var(--white);
}

.home .raw-print,
.page-id-181 .raw-print {
	padding: 4rem;
}





/* reviews code chunk script */
#page section.revwid-reviews.js-review-container {
	height: 450px !important;
	flex-flow: unset !important;
	flex-wrap: wrap !important;
	overflow-y: scroll !important;
	overflow-x: hidden !important;
}

#page section.revwid-reviews.js-review-container>* {
	padding: 1rem !important;
	order: 1 !important;
}

.revwid-container .revwid-box {
	height: 100% !important;
}

#page .revwid-intro-text.revwid-has-content-styles p {
	color: var(--light-blue) !important;
	font-size: 16px !important;
}




/* special styles for homepage review section single column */
.text-decor-border {
	outline: 2px solid var(--yellow);
	border-radius: 20px;
	margin: 1rem 0;
	padding: 1rem 2rem;
	text-transform: uppercase;
	color: var(--yellow) !important;
	background-color: var(--darker-blue);
}

.adjust-single-col .row.layout_single-column {
	background-color: var(--dark-blue);
	border-radius: 0 0 30px 30px;
	padding: 2rem;
}


/* unique homepage images that are shifted across rows */
.shift-second-content-row {
	padding: 0;
	z-index: 9999;
}

.shift-second-content-row .row.content-row {
	display: flex;
	align-items: end;
}

.shift-second-content-row .row.content-row:first-child {
	transform: translateY(70px);
}

.shift-second-content-row .row.content-row:nth-child(2) img {
	height: 600px;
	object-fit: contain;
	object-position: bottom;
	transform: translateY(-80px);
}

.shift-second-content-row .content-row.row:nth-child(2) {
	transform: translateY(150px);
	margin: 0;
}

.shift-second-content-row .two-column .col-inner {
	padding: 0;
}

.shift-second-content-row h2 {
	text-transform: capitalize;
}




/* brands_we_serve shortcode ------------------------- */
.swiper-slide.brand-logo {
	aspect-ratio: unset;
}

.swiper-slide.brand-logo img {
	object-fit: contain;
	object-position: center;
	margin-inline: auto;
	display: block;
	max-height: 140px;
	max-width: 180px;
}



/* testimonial-swiper testimonial_swiper shortcode ----------*/
#page .testimonial-swiper {
	height: 300px;
	padding-right: 20px;
}

#page .testimonial-slide {
	width: 100%;
}

#page .testimonial-slide .testimonial-content p {
	font-size: 14px;
	line-height: 14px;
}

#page .testimonial-slide .testimonial-meta {
	margin-top: 1.5rem;
}

.testimonial-swiper-header {
	position: relative;
}

.testimonial-swiper-header img.star-image {
	width: 150px;
	height: auto;
	object-fit: contain;
	display: block;
	margin-inline: auto;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.testimonial-swiper-header img.quote-image {
	position: absolute;
	left: 0;
	width: 80px;
	height: auto;
	object-fit: contain;
}

#page .testimonial-swiper .swiper-button-next {
	top: 95%;
	right: 45%;
}

#page .testimonial-swiper .swiper-button-prev {
	top: 95%;
	left: 45%;
}

#page .swiper-button-next::after,
#page .swiper-button-prev::after {
	font-size: 20px;
	color: var(--dark-blue-opacity);
}

#page .testimonial-swiper .swiper-scrollbar {
	width: 10px;
	background-color: unset;
	outline: 1px solid var(--dark-blue-opacity);
	border-radius: 20px;
}

#page .testimonial-swiper .swiper-scrollbar-drag {
	width: 100%;
	background-color: var(--dark-blue-opacity);
}

.page-id-156 div#wrapper-footer-full {
	background: unset;
	padding-top: 1rem;
}

.h3.testimonials-neighbor {
	margin: 10rem 18px 2rem 18px;
}



/* row-image_with_content.php ------------------------ */
figure.white-border,
.white-border {
	border: 8px solid white;
	border-radius: 20px;
}

figure.white-border img {
	border-radius: 12px;
}

figure.rounded-corners,
.rounded-corners {
	border-radius: 20px;
}


/* shortcode get_in_touch */
.get-in-touch {
	border: 10px solid var(--white);
	border-radius: 30px;
	background-color: var(--yellow);
	padding: 0;
	overflow: hidden;
	padding-bottom: 12px;
	max-width: 250px;
}

.get-in-touch .header {
	background-color: var(--dark-blue);
	text-transform: uppercase;
	font-weight: 800;
	font-style: italic;
	padding: 8px 0;
	margin-bottom: 12px;
}

.get-in-touch .header p {
	font-size: 22px;
}

.get-in-touch p {
	color: var(--white);
	margin: 8px !important;
	line-height: 20px;
}

.get-in-touch p.last {
	color: var(--dark-blue);
	padding-top: 8px;
	font-weight: 900;
	font-size: 20px;
}

.get-in-touch-wrapper i {
	position: absolute;
	bottom: -10px;
	right: 30%;
	color: var(--dark-blue);
	font-size: 38px;
	rotate: -35deg;
}

.center-columns .row.content-row>div {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.full-width-col-inner .row.content-row .col-inner {
	/* width: 92%; */
}

.page-id-178 .two-column .col-inner {
	padding: unset;
}



/* row-team_category_cards ------------------------*/
.row.team-category-cards {
	margin-top: 2rem;
}

.row.team-category-cards a {
	text-decoration: none;
	transition: all 0.3s ease;
}

.row.team-category-cards a:hover .team-card-wrapper .image-wrapper img {
	transform: scale(1.05);
}

.team-card-wrapper {
	width: 100%;
	height: 100%;
}

.team-card-wrapper .header {
	background-color: var(--dark-blue);
	padding: 15px 4%;
}

.row.team-category-cards>div:nth-child(1) .header,
.row.team-category-cards>div:nth-child(2) .header {
	background-color: var(--light-blue);
}

.row.team-category-cards>div:nth-child(3) .header,
.row.team-category-cards>div:nth-child(4) .header {
	background-color: var(--yellow);
}

.row.team-category-cards>div:nth-child(5) .header,
.row.team-category-cards>div:nth-child(6) .header {
	background-color: var(--dark-blue);
}

.team-card-wrapper .header p {
	margin: 0;
	color: var(--white);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 24px;
}

.team-card-wrapper .image-wrapper {
	position: relative;
	overflow: hidden;
	aspect-ratio: 840.86/427.00;
}

.team-card-wrapper .image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

/* page-header ----------------------------------- */
.entry-header.content-section {
	padding-top: 15rem;
}

.entry-header.content-section img,
.entry-header.content-section iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: -1;
	top: 0;
	left: 0;
}

.entry-header.content-section h1.entry-title {
	color: var(--yellow);
	text-align: left;
	margin: 2rem 0;
}

.entry-header.content-section .backdrop {
	background: #00203791;
}

.entry-header.content-section .header-image-tint {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--darker-blue);
	z-index: -1;
	mix-blend-mode: hard-light;
	opacity: 0.6;
}

/* team taxonomy ------------------------- */
.team-member-card {
	width: 100%;
	height: 100%;
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
	padding: 10px;
	border-radius: 30px;
	background-color: white;
	max-width: 400px;
	margin-inline: auto;
}

.team-member-card a {
	text-decoration: none;
	transition: all 0.3s ease;
}

.team-member-card a:hover {
	scale: 1.1;
}

.team-member-card .image {
	aspect-ratio: 1 / 1;
	border-radius: 20px 20px 0 0;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
}

.team-member-card .title p {
	text-transform: uppercase;
	color: var(--dark-blue);
	font-weight: 600;
	text-align: center;
	font-size: 20px;
}

.team-member-card .position,
.team-category-row .modal-position {
	font-size: 18px;
	font-style: italic;
	text-transform: capitalize;
	color: var(--dark-blue);
	text-align: center;
	margin-bottom: 10px;
}

.team-member-card .icon-row {
	display: flex;
	justify-content: center;
	gap: 10px;
	color: var(--dark-blue);
	margin-bottom: 10px;
}

.team-member-card i {
	display: flex;
}

body.modal-open {
	padding-right: 0 !important;
}

.team-category-row .modal-header {
	border: none;
}

.team-category-row .modal-title {
	text-transform: uppercase;
	color: var(--dark-blue);
	font-weight: 600;
	text-align: center;
	font-size: 20px;
}

.team-category-row .modal-content {
	padding: 0px 25px 25px 25px;
}

.team-category-row .modal-image img {
	max-height: 400px;
	object-fit: cover;
	border-radius: 20px;
}

/* contact phone and button shortcode */
.row.contact-phone-and-button {
	max-width: 500px;
	margin-inline: auto !important;
}

.row.contact-phone-and-button i {
	color: white;
	background-color: var(--light-blue);
	padding: 13px;
	border-radius: 50% 50%;
	font-size: 28px;
}

.row.contact-phone-and-button a {
	text-decoration: none;
	color: var(--light-blue);
	text-transform: uppercase;
}

.row.contact-phone-and-button .col-auto {
	display: flex;
	align-items: center;
}

#page .row.contact-phone-and-button .btn {
	background-color: var(--light-blue);
	height: 100%;
	display: flex;
	align-items: center;
	border-radius: 10px;
	text-transform: uppercase;
}

.row.contact-phone-and-button p {
	transition: all 0.3s ease;
	font-size: 22px;
}

.row.contact-phone-and-button p:hover {
	color: var(--dark-blue);
	scale: 1.1;
}

.row.contact-phone-and-button>div {
	padding: 0 !important;
}

/* extra image ontop of image_with_content row */
.col-image {
	position: relative;
}

.second-image-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	object-fit: contain;
	transition: all 0.3s ease;
	transform-origin: left center;
}

.second-image-overlay:hover {
	scale: 0.95;
}

.image-caption {
	font-size: 13px;
	text-align: center;
	font-style: italic;
	color: var(--dark-blue);
}

.override-links a {
	text-decoration: none;
	color: var(--light-blue);
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.override-links a:hover {
	color: var(--dark-blue);
}

/* BLOGS INDEX ------------------------- */
.accordion-item.blog-category {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: inset 0px -30px 50px rgba(0, 0, 0, 0.4);

}

.accordion.blog-index .accordion-button {
	color: var(--white);
	font-size: 26px;
	font-weight: 600;
	padding: 24px;
	background: none;
	box-shadow: none;
}

.accordion.blog-index .accordion-button i {
	border: 4px solid;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 31px;
	margin-right: 10px;
}

.accordion.blog-index .accordion-button.collapsed i {
	rotate: 0deg;
	transition: all 0.3s ease;

}

.accordion.blog-index .accordion-button i {
	rotate: 90deg;
	transition: all 0.3s ease;
}

.accordion.blog-index .accordion-button::after {
	display: none;
}

.accordion.blog-index .accordion-body {
	color: var(--white);
	padding-left: 85px;
	padding-right: 4rem;
	padding-top: 0;
}

.accordion.blog-index .style-0 .accordion-button:not(.collapsed),
.accordion.blog-index .style-0 a {
	color: var(--light-blue);
}

.accordion.blog-index .style-0 {
	background: linear-gradient(180deg, #265A81 0%, #001627 100%);
}

.accordion.blog-index .style-1 .accordion-button:not(.collapsed) {
	color: var(--dark-blue);
}

.accordion.blog-index .style-1 a {
	color: var(--light-blue);
}

.accordion.blog-index .style-1 {
	background: var(--Medium-Blue-Gradient, linear-gradient(180deg, #6CAEDF 0%, #075188 100%));
}

.accordion.blog-index .style-2 .accordion-button:not(.collapsed),
.accordion.blog-index .style-2 a {
	color: var(--white);
}

.accordion.blog-index .style-2 {
	background: var(--Gold-Gradient, linear-gradient(180deg, #FEBD2C 0%, #956A09 100%));
}

.accordion.blog-index .accordion-body .date {
	font-size: 20px;
	font-weight: 900;
}

.truncate-me {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	/*edit below!*/
	-webkit-line-clamp: 6;
}

.blog-index-intro .truncate-me {
	-webkit-line-clamp: 4;
}

.accordion.blog-index .accordion-button:not(.collapsed) {
	padding-bottom: 0;
}

.accordion.blog-index .accordion-button {
	transition: padding 0.3s ease;
}

.row.blog-index-intro {
	margin: 1rem 0 4rem 0;
}

.blog-index-intro .left-col {
	border-radius: 20px 0px 0px 20px;
	padding: 4rem;
}

.blog-index-intro .right-col {
	border: 3px solid var(--light-blue);
	border-radius: 20px;
	overflow: hidden;
}

.blog-index-intro i {
	position: absolute;
	right: 2%;
	bottom: -20px;
	background: var(--white);
	border: 3px solid var(--light-blue);
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.5rem;
	color: var(--yellow);
	width: 80px;
	height: 80px;
}

.blog-index-intro .top .title {
	color: var(--dark-blue);
	font-size: 22px;
	font-weight: 900;
}

.blog-index-intro .top .date {
	font-size: 24px;
	font-weight: 900;
}

.blog-index-intro .bottom .title {
	font-weight: 900;
	font-size: 22px;
}

div#categoryAccordion {
	margin-bottom: 6rem;
}

/* BLOG SINGLE --------------------------------*/
.single-blog .sidebar {
	width: 43%;
	height: fit-content;
	border-radius: 20px;
	background-color: var(--dark-blue);
	float: right;
	overflow: hidden;
	margin: 0 0 2rem 2rem;
}

.single-blog .sidebar img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: center;
}

.single-blog .sidebar .heading {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 20px;
}

.single-blog .sidebar .copy {
	padding: 1.5rem;
}

.single-blog .sidebar .copy a {
	text-decoration: none;
	font-weight: 300;
}

.single-blog .sidebar .copy a:hover {
	text-decoration: underline;
}

.single-blog .sidebar .copy span {
	font-weight: bolder;
}

.single-blog .sidebar * {
	color: var(--white);
	font-size: 16px;
}

.single-blog .content img:first-of-type {
	width: 52%;
	margin-bottom: 1rem;
	display: inline;
}

.single-blog h2.date {
	color: var(--light-blue);
	font-weight: 900;
	margin: 0;
	font-size: 40px;
}

.single-blog h2 {
	margin-bottom: 1rem;
	color: var(--dark-blue);
	font-size: 30px;
	margin-top: 1.5rem;
}

.single-blog h3.title {
	color: var(--dark-blue);
	text-transform: uppercase;
}

.single-blog .btn {
	background-color: var(--light-blue);
	color: var(--white);
	font-weight: 900;
	text-transform: uppercase !important;
	padding: 1rem 1.5rem;
	border-radius: 10px;
	width: fit-content;
	margin-left: 10%;
}

.single-blog .btn:hover {
	background-color: var(--dark-blue);
	color: var(--white);
}

.blog-footer p {
	font-style: italic;
	color: var(--light-blue);
	margin-bottom: 1rem;
}

.blog-footer p span {
	font-weight: 900;
	text-transform: uppercase;
}

.blog-footer li {
	text-transform: uppercase;
	color: var(--dark-blue);
	font-weight: 900;
	font-size: 1.5rem;
	margin: 0;
}


/* .row.gallery-selector | swiperjs stylngs ----------------------------*/
.gallery-swiper {
	margin-top: 1rem;
	margin-bottom: 4rem;
}

.gallery-swiper .slide-inner {
	position: relative;
	box-shadow: 0 0 10px 6px lightgrey;
	padding: 14px;
	margin: 1rem;
	border-radius: 30px;
	height: 96%;
	max-height: 800px;
}

.gallery-swiper .swiper-slide img {
	border-radius: 16px;
}

.gallery-swiper .before-after-text p {
	text-transform: uppercase;
	color: var(--light-blue);
	font-size: 20px;
	font-weight: 600;
}

.gallery-swiper .swiper-button-prev,
.gallery-swiper .swiper-button-next {
	bottom: 0;
	top: unset;
	border: 4px solid var(--light-blue);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	opacity: 0.5;
	transition: all 0.3s ease;
}

.gallery-swiper .swiper-button-prev:hover,
.gallery-swiper .swiper-button-next:hover {
	opacity: 1;
}

.gallery-swiper .swiper-button-prev i,
.gallery-swiper .swiper-button-next i {
	font-size: 1.8rem;
	color: var(--light-blue);
}

.gallery-swiper .swiper-button-prev {
	left: unset;
	right: calc(50% + 20px);
}

.gallery-swiper .swiper-button-next {
	right: unset;
	left: calc(50% + 20px);
}

#page .gallery-swiper .swiper-button-next::after,
#page .gallery-swiper .swiper-button-prev::after {
	display: none;
}

.half-width .gallery-swiper .swiper-wrapper {
	margin-bottom: 3rem;
}

.full-width .gallery-swiper .slide-inner {
	display: flex;
}

.full-width .gallery-swiper .slide-inner img {
	width: 50%;
	aspect-ratio: 1 / 1.1;
}

.full-width .gallery-swiper .swiper-slide img:first-child {
	border-radius: 16px 0 0 16px;
}

.full-width .gallery-swiper .swiper-slide img:last-child {
	border-radius: 0 16px 16px 0;
}

/* awards_and_certifications_block shortcode --------------------*/
.awards-and-certifications {
	border: 4px solid var(--dark-blue);
	padding: 0;
}

.awards-and-certifications .header {
	background-color: var(--dark-blue);
	padding: 1rem 0;
	color: var(--light-blue);
}

.awards-and-certifications .header p {
	color: var(--light-blue);
	font-weight: 600;
	font-style: italic;
	font-size: 24px;
}

.awards-and-certifications .showcase-award {
	position: relative;
}

.awards-and-certifications .showcase-award img {
	position: absolute;
	width: 100%;
	max-width: 145px;
	left: 50%;
	top: 50%;
	transform: translate(-37%, -50%);
}

.awards-and-certifications .awards-gallery {
	justify-content: space-around;
	margin-bottom: 2.5rem;
	margin-right: 2rem;
}

.awards-and-certifications .awards-gallery .award {
	height: 60px;
	width: auto;
	max-width: 120px;
}


.remove-margin .content-row+.content-row {
	margin: 0;
	margin-top: 220px;
}

.shift-content-up-over .content-inner>.col-inner {
	/* transform: translateY(-100px); */
}

.shift-content-up-over img {
	max-width: 450px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -125px;
	width: 100%;
}

.lighten-background .section-bg-image {
	opacity: 0.7;
}


.content-row.two-column .special-colors {
	outline: 10px solid white;
	margin-top: 10px;
	margin-bottom: 10px;
}

.content-row.two-column .special-colors .col-inner {
	max-width: 660px;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.content-row.two-column .special-colors:first-of-type .col-inner {
	margin-left: auto;
}

.content-row.two-column .special-colors:last-of-type .col-inner {
	margin-right: auto;
}

.content-row.two-column .special-colors.text-white *:not(.btn) {
	color: var(--white) !important;
}

.content-row.two-column .special-colors.text-dark-blue *:not(.btn) {
	color: var(--dark-blue) !important;
}

.content-row.two-column .special-colors.text-light-blue *:not(.btn) {
	color: var(--light-blue) !important;
}

.special-content-w-image .layout_image-with-content * {
	color: white !important;
}

.special-content-w-image figure {
	bottom: 0;
	max-width: 400px;
	transform: translateY(-60px);
	padding: 0;
	margin-inline: auto;
}

.special-content-w-image .layout_image-with-content {
	margin-top: 0;
	position: relative;
}

.no-outline .content-row.two-column .special-colors {
	outline: none;
}

.special-content-w-image .section-bg-color {
	height: 33%;
	top: auto;
}



/* .row .numbered-list ------------------------------- */
.numbered-list {
	margin-bottom: 1.5rem;
	margin-inline: auto;
}

.numbered-list .counter {
	border: 4px solid var(--dark-blue);
	border-radius: 50%;
	position: relative;
	width: 60px;
	height: 60px;
}

.numbered-list .counter p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2.5rem;
	font-weight: bold;
	color: var(--light-blue);
}

.numbered-list .content {
	margin-top: 1rem;
}

.numbered-list .heading {
	font-size: 1.5rem;
	font-weight: bold;
	color: var(--dark-blue);
	text-transform: uppercase;
	margin-bottom: 0.3rem;
}

.contact-us-form {
	padding: 2rem;
	border-radius: 25px;
}

.contact-us-form .gform_title {
	color: var(--white);
	font-size: 2rem;
}

.shift-left-up .two-column .left .col-inner {
	transform: translateY(-100px);
}

.shift-left-up.special-content .two-column .left .col-inner {
	position: absolute;
	max-width: 400px;
	transform: translate(50px, -150px);
	margin-inline: auto;
}

/* emeregency content block shortcode -----------------------*/
.contact-block {
	border: 10px solid white;
	border-radius: 30px;
	position: absolute;
	right: 0;
	top: -100px;
	max-width: 265px;
	margin-inline: auto;
}

.contact-block.row {
	border: unset;
	border-radius: unset;
	position: relative;
	right: unset;
	top: unset;
	background-color: var(--yellow);
	padding: 0.5rem;
	max-width: 300px;
}

.contact-block .header {
	background-color: var(--dark-blue);
	border-radius: 20px 20px 0px 0px;
	justify-content: space-around;
	padding: 1rem 0;
}

.contact-block.row .header {
	background: unset;
	border-radius: unset;
	padding: 0;
	justify-content: center;
}

.contact-block .header p {
	font-style: italic;
	margin: 0;
	color: var(--light-blue);
	text-align: center;
}

.contact-block.row .header p {
	color: var(--white);
}

.contact-block .header p:first-child {
	font-size: 3rem;
	line-height: 3rem;
	font-weight: 900;
	letter-spacing: 5px;
}

.contact-block .header p:last-child {
	font-size: 12px;
	font-weight: 900;
	line-height: 12px;
}

.contact-block .header i {
	color: var(--light-blue);
	font-size: 4.5rem;
	display: flex;
	align-items: center;
}

.contact-block.row .header i {
	color: var(--white);
	margin-right: 10px;
}

.contact-block .body {
	background-color: var(--yellow);
	color: var(--white);
	text-align: center;
	border-radius: 0 0 20px 20px;
	padding: 1rem;
}

.contact-block.row .body {
	background: unset;
	border-radius: unset;
	padding: 0;
}

.contact-block .body p {
	color: var(--white);
	font-weight: 600;
}

.contact-block a {
	text-decoration: none;
	font-size: 1.5rem;
}

.contact-block.row a {
	font-size: 2rem;
}

.section-bottom-padding-none {
	padding-bottom: 0;
}

.section-top-padding-none {
	padding-top: 0;
}

.image-between-two-sections img {
	position: absolute;
	bottom: 0;
	left: 0;
	object-fit: cover;
	border: 10px solid white;
	border-radius: 30px;
	transform: translateY(34%);
	max-height: 550px;
}

/* Background overlay for two-column sections */
.two-column .background-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

.two-column [class*="col-"] {
	position: relative;
}

.two-column .col-inner {
	position: relative;
	z-index: 2;
}

.two-col-0-padding .two-column .col-inner {
	padding: 0;
}

/* .row.icon-list --------------------- */
.icon-list .icon {
	text-align: right;
	height: 3.5rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 1rem;
}

.icon-list i {
	font-size: 3.5rem;
	color: var(--yellow);
	width: 3rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	opacity: 0.7;
}

.icon-list .content {
	margin-bottom: 1.5rem;
	min-height: 56px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.icon-list p {
	color: var(--light-blue);
	font-weight: 400;
	font-size: 20px;
}

.text-light .icon-list p {
	color: var(--white);
}

.icon-list strong {
	text-transform: uppercase;
	color: var(--dark-blue);
}

.text-light .icon-list strong {
	color: var(--white);
}

.align-center-content .image-right.content-col {
	display: flex;
	align-items: center;
}


/* privacy policy page */
.page-id-3 h2,
.page-id-5748 h2 {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
	font-size: 32px;
	color: var(--dark-blue);
}




/* .row.block-with-border ---------------------------- */
.block-with-border {
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
	border: 4px solid var(--light-blue);
	border-radius: 20px;
	overflow: hidden;
	margin-inline: auto;
}

.block-with-border li {
	color: var(--dark-blue);
	text-decoration: uppercase;
}

.block-with-border a {
	text-decoration: none;
}

.block-with-border .header {
	background-color: var(--dark-blue);
	padding: 2.5rem;
}

.block-with-border .header * {
	color: var(--white);
}

.block-with-border .content {
	position: relative;
	z-index: 1;
}

.block-with-border .content>* {
	margin-inline: auto;
}

.block-with-border .content::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url(/wp-content/uploads/2025/06/abstract-background-full-1422x805-1.jpg) center/cover no-repeat;
	opacity: 0.2;
	z-index: 0;
	pointer-events: none;
}

.block-with-border.has-image .content::before {
	background: unset;
	background-color: var(--white);
	opacity: 1;
}

.block-with-border .content>* {
	position: relative;
	z-index: 1;
}

.block-with-border .copy,
.block-with-border .extra {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.block-with-border .extra p {
	margin-inline: auto;
	display: block;
	width: fit-content;
}

.block-with-border .wrapper {
	position: absolute;
	z-index: 10;
	transform: translateY(35px);
}

.block-with-border .wrapper img {
	background-color: var(--white);
	border-radius: 10px;
	margin-bottom: 2rem;
	padding: 0.8rem;
}

.block-with-border .content .row {
	margin: 0;
}

.block-with-border .content .image-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.block-with-border .content .image-wrapper img {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}

.block-with-border .content>.row>div {
	padding: 2.5rem;
}

/* .row.child-page-buttons ------------------------- */
.child-page-btn {
	border: 2px solid var(--yellow);
	color: var(--yellow);
	border-radius: 10px;
	background-color: var(--white);
	width: 100%;
	height: 100%;
	padding: 0.5rem 1.5rem;
	text-decoration: none;
	align-items: center;
	text-transform: uppercase;
	transition: background-color 0.4s ease-out, color 0.4s ease-out, box-shadow 0.4s ease-out;
	min-height: 110px
}

.child-page-btn i {
	font-size: 4rem;
	margin-right: 2rem;
}

.child-page-btn-content {
	display: flex;
	align-items: center;
	transition: transform 0.4s ease-out;
}

.child-page-btn:hover {
	background-color: var(--burnt-yellow);
	color: var(--yellow);
	box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.8);
}

.child-page-btn:hover .child-page-btn-content {
	transform: scale(0.95);
}

.child-page-image-container {
	position: relative;
	height: 64px;
	width: 64px;
	margin-right: 1.5rem;
}

.child-page-btn img {
	height: 64px;
	width: 64px;
	object-fit: contain;
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

.child-page-btn .child-page-image-hover {
	opacity: 0;
}

.child-page-btn:hover img {
	transform: scale(0.95);
}

.child-page-btn:hover .child-page-image {
	opacity: 0;
}

.child-page-btn:hover .child-page-image-hover {
	opacity: 1;
}

/* .row.dynamic-colored-columns ------------------------- */
.row.dynamic-colored-columns {
	position: relative;
	z-index: 1;
}

.row.dynamic-colored-columns .background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 5;
	opacity: 0.1;
}

.row.dynamic-colored-columns .col-md-6 .content {
	position: relative;
	z-index: 6;
	padding: 5rem 3rem;
	max-width: 600px;
}

.row.dynamic-colored-columns .col-md-12 .content {
	position: relative;
	z-index: 6;
	padding: 3rem;
	max-width: 1000px;
}

/* Full width columns - center alignment */
.row.dynamic-colored-columns .col-md-12 .content {
	margin-inline: auto;
}

/* Half width columns - left align first, right align second */
.row.dynamic-colored-columns .col-md-6.odd .content {
	margin-left: auto;
	margin-right: 0;
}

.row.dynamic-colored-columns .col-md-6.even .content {
	margin-left: 0;
	margin-right: auto;
}

.cascade-color * {
	color: inherit !important;
	margin: 0;
}

.icon-list-body-dark-blue .icon-list p {
	color: var(--dark-blue);
}

/* #global-nav drop down menu addition ------------------ */
#global-nav .dropdown button {
	text-transform: uppercase;
	padding: 0;
	line-height: 27px;
	transform: translateY(-1px);
}

#global-nav .dropdown-menu {}

#global-nav .dropdown-menu {
	opacity: 0;
	transform: translateY(-10px);
	transition: opacity 0.15s linear;
	display: block !important;
	visibility: hidden;
	pointer-events: none;
}

#global-nav .dropdown-menu.show {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
	pointer-events: auto;
}

#global-nav .dropdown-menu a {
	text-align: center;
	text-wrap: auto;
	font-weight: 400;
	color: var(--black) !important;
	padding: 8px 5px;
	font-size: 14px;
	line-height: 14px;
	text-transform: capitalize;
}

#global-nav .col-md-auto.dropdown {
	padding: 0;
	padding-left: 4px;
}

div#concom-sidebar-container {
	display: none;
}


#search-wrapper article {
	margin-bottom: 2rem;
	color: var(--dark-blue);
}

iframe#podium-bubble {
	/* transform: translate(20px, -50px); */
}

.grecaptcha-badge {
	z-index: 9999;
}

#podium-website-widget {
	z-index: 99999;
	position: relative;
}

.testimonial-shoutout {
	text-align: center;
	margin: 10rem 18px 2rem 18px;
}

.comfort-club-logo {
	left: 10%;
	top: -100px;
	position: absolute;
}

.comfort-club-logo.right {
	max-width: 350px;
	top: -220px;
	display: block;
	margin-inline: auto;
}

.block-with-border .content.extra-padding {
	padding: 4rem;
}

.before-after-text {
	transform: translateY(20px);
}

p.caption {
	font-size: 14px;
	font-style: italic;
}

.indent-content .content-row .col-inner>* {
	margin-left: 5%;
}

.indent-content .content-row .col-inner ul {
	margin-left: 8%;
}

.header_color_banner_list {
	margin-bottom: 2rem;
	margin-left: 0 !important;
}

.header_color_banner_list .number {
	width: 50px;
	height: 50px;
	background-color: white;
	border: 4px solid black;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 5;
	scale: 1.2;
	font-size: 25px;
	font-weight: 800;
}

.header_color_banner_list .text {
	display: flex;
	align-items: center;
	border-radius: 10px;
	flex-grow: 1;
	padding-left: 3rem;
	transform: translateX(-25px);
	font-weight: 800;
	font-size: 25px;
}