/*
Theme Name: Slerp Wordpress Theme
Text Domain: https://www.slerp.com/
Version: 1.0
Requires at least: 6.1
Tested up to: 6.2
Requires PHP: 5.6
Description: Slerp Wordpress theme.
Author: Ivan Siyanko
Author URI: https://siyanko.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something coolte, have fun, and share what you've learned
with others.

*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Hind:wght@700&display=swap');

:root {
	--color-bubble: #d092dd;
	--color-bubble-dark: #d682e1;
	--color-blue-light: #1e1e28;
	--color-blue: #141319; /* #141323;*/
	--color-blue-dark: #141319; /* #141323;*/
	--color-purple: #787896;
	--color-grey-light: #f3f4f8;
	--color-grey: #e3e4e9;
	--color-grey-dark: #d2d4da;
	--color-white: #f9fafc;
	--color-white-rgb: #ffffff;
	--color-black: #000000;
	--color-green: #77c28c;
	--color-magenta: #a32378;
}

html,
body {
	font-family: 'Poppins', sans-serif;
	font-variant-ligatures: none;
	margin: 0;
	padding: 0;
	font-weight: 300;
	outline: none !important;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	--bs-gutter-x: 2.5rem !important;
}

/*visability*/

.of-x-hidden {
	overflow-x: hidden;
}

/*spacing*/

.mh-table {
	min-height: 100px;
}
.mh-125 {
	min-height: 125px;
}
.mh-175 {
	min-height: 175px;
}
.mh-200 {
	min-height: 200px;
}
.mh-225 {
	min-height: 225px;
}
.mh-250 {
	min-height: 250px;
}

.dynamic-height-2 {min-height: 125px;}
.dynamic-height-3 {min-height: 190px;}
.dynamic-height-4 {min-height: 190px;}
.dynamic-height-5 {min-height: 325px;}

@media (min-width: 576px) {.dynamic-height-2 {min-height: 125px;} .dynamic-height-3 {min-height: 190px;} .dynamic-height-4 {min-height: 190px;} .dynamic-height-5 {min-height: 253px;} }
@media (min-width: 768px) {.dynamic-height-2 {min-height: 125px;} .dynamic-height-3 {min-height: 190px;} .dynamic-height-4 {min-height: 190px;} .dynamic-height-5 {min-height: 229px;} }
@media (min-width: 992px) {.dynamic-height-2 {min-height: 150px;} .dynamic-height-3 {min-height: 175px;} .dynamic-height-4 {min-height: 175px;} .dynamic-height-5 {min-height: 229px;} .dynamic-height-6 {min-height: 313px;} }
@media (min-width: 1200px) {.dynamic-height-2 {min-height: 125px;} .dynamic-height-3 {min-height: 160px;} .dynamic-height-4 {min-height: 170px;} .dynamic-height-5 {min-height: 205px;} .dynamic-height-6 {min-height: 265px;} }
@media (min-width: 1400px) {.dynamic-height-2 {min-height: 125px;} .dynamic-height-3 {min-height: 140px;} .dynamic-height-4 {min-height: 170px;} .dynamic-height-5 {min-height: 181px;} .dynamic-height-6 {min-height: 241px;} }

.mr-15 {
	margin-right: 15px;
}

.ml-15 {
	margin-left: 15px;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-7 {
	margin-bottom: 7px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-75 {
	margin-bottom: 75px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-200 {
	margin-bottom: 200px;
}

.mt-0 {
	margin-top: 0;
}

.mt-10 {
	margin-top: 10px;
}


.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-75 {
	margin-top: 75px;
}

.mt-100 {
	margin-top: 100px;
}


.mb-fluid-75 {
	margin-bottom: 35px;
}
.mb-fluid-100 {
	margin-bottom: 50px;
}

@media (min-width: 768px) { .mb-fluid-75 {margin-bottom: 75px;} }
@media (min-width: 768px) { .mb-fluid-100 {margin-bottom: 100px;} }


.section-hero {
	margin-top: 50px;
	text-align: center;
}
@media (min-width: 576px) { .section-hero {margin-top: 75px;} }
@media (min-width: 768px) { .section-hero {margin-top: 100px;} }
@media (min-width: 992px) { .section-hero {margin-top: 150px;text-align: left;} }
@media (min-width: 1200px) { .section-hero {margin-top: 100px;} }
@media (min-width: 1400px) { .section-hero {margin-top: 200px;} }


.pb-0 {
	padding-bottom: 0;
}

.pb-25 {
	padding-bottom: 25px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-75 {
	padding-bottom: 75px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pt-0 {
	padding-top: 0;
}

.pt-25 {
	padding-top: 25px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-75 {
	padding-top: 75px;
}

.pt-100 {
	padding-top: 100px;
}
.pl-50 {
	padding-left: 50px !important;
}
.pr-50 {
	padding-right: 50px !important;
}
.pl-75 {
	padding-left: 75px !important;
}
.pr-75 {
	padding-right: 75px !important;
}
.pl-100 {
	padding-left: 100px !important;
}
.pr-100 {
	padding-right: 100px !important;
}

.col-image {
	margin-bottom: 25px;
	position: relative;
}
.col-image img {
	transition: opacity 0.5s ease-in-out;
}

@media (min-width: 992px) { 
	#imageToChange {
		height: 550px;
	} 
}
.col-hero {
	text-align: center;
	padding-top: 0;
}
.col-text {
	padding-bottom: 5px;
}

@media (min-width: 576px) { .col-image {margin-bottom: 25px;} }
@media (min-width: 768px) { .col-image {margin-bottom: 25px;} }
@media (min-width: 992px) { .col-image {margin-bottom: 50px;} .col-hero {text-align: left; padding-top: 100px;} }
@media (min-width: 1200px) { .col-text {padding-top: 25px;} }
@media (min-width: 1400px) { .col-text {padding-top: 50px;} }



.col-main-text {
	text-align: center;
	padding-top: 0;
}
.col-main-image {
	padding-top:75px;
}
@media (min-width: 576px) { .col-main-image {} }
@media (min-width: 768px) { .col-main-image {} }
@media (min-width: 992px) { .col-main-image {} .col-main-text {text-align: left; padding-top: 75px;} }
@media (min-width: 1200px) { .col-main-image {} }
@media (min-width: 1400px) { .col-main-image {} }

.image-quote-blue {
	position: absolute;
	content: "";
	padding: 10px;
	border-radius: 15px;
	background-color: var(--color-blue);
	color: var(--color-white);
	line-height: 1.1;
	z-index: 5;
}

.image-quote-bubble {
	position: absolute;
	content: "";
	padding: 10px;
	border-radius: 15px;
	background-color: var(--color-bubble);
	color: var(--color-white);
	line-height: 1.1;
	z-index: 5;
}

.image-quote-sms {
	position: absolute;
	content: "";
	padding: 10px 15px;
	border-radius: 15px;
	background-color: var(--color-blue);
	color: var(--color-white);
	font-size: 1rem;
	line-height: 1.1;
	z-index: 4;
}
.col-sms {
	padding: 6px 20px;    
}
.image-quote-sms-right::after {
	content: "";
	position: absolute;
	bottom: -20px; /* Adjust as needed */
	right: 10%; /* Center the triangle horizontally */
	transform: translateX(-50%);
	border-width: 10px;
	border-style: solid;
	border-color: var(--color-blue) transparent transparent transparent;
}
.image-quote-sms-left::after {
	content: "";
	position: absolute;
	bottom: -20px; /* Adjust as needed */
	left: 10%; /* Center the triangle horizontally */
	transform: translateX(-50%);
	border-width: 10px;
	border-style: solid;
	border-color: var(--color-blue) transparent transparent transparent;
}

.image-quote-white {
	position: absolute;
	content: "";
	padding: 10px;
	border-radius: 15px;
	background-color: var(--color-white);
	color: var(--color-black);
	line-height: 1.1;
	z-index: 3;
}

.image-quote-logo {
	position: absolute;
	content: "";
	padding: 0 10px 0 10px;
	border-radius: 15px;
	background-color: var(--color-blue);
	color: var(--color-white);
	line-height: 1.1;
	z-index: 2;
}

.image-quote-transparent {
	position: absolute;
	content: "";
	padding: 10px;
	background-color: transparent;
	color: var(--color-blue);
	line-height: 1.1;
	z-index: 2;
	width: 100%;
}

.image-quote-route {
	position: absolute;
	content: "";
	color: var(--color-black);
	z-index: 2;
	width: 120px;
	height: 60px;
	background-color: transparent;
	border-bottom-right-radius: 15px;
	border-bottom: 3px dashed var(--color-bubble);
	border-right: 3px dashed var(--color-bubble);
}

.image-quote-route::after {
	position: absolute;
	content: "";
	bottom: -60px;
	left: 0;
	z-index: 2;
	width: 60px;
	height: 60px;
	background-color: transparent;
	border-left: 3px dashed var(--color-bubble);
}


.image-quote-message {
	position: absolute;
	content: "";
	padding: 10px 15px;
	border-radius: 15px;
	background-color: var(--color-grey-light);
	color: var(--color-black);
	line-height: 1.1;
	z-index: 3;
}
.image-quote-message:before {
	content: "";
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: -7px;
	height: 20px;
	width: 20px;
	background: var(--color-grey-light);
	border-bottom-right-radius: 15px;
}
.image-quote-message:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: -10px;
	width: 10px;
	height: 20px;
	background: white;
	border-bottom-right-radius: 10px;
}


/*text options*/

.text {
	font-weight: 300;
}

.text-bold {
	font-weight: 600 !important;
}

.text-price {
	font-size: 2.5rem;
	line-height: 1;
	font-weight: 700;
	position: relative;
}
.text-price .text-before {
	font-size: 0.8rem;
	font-weight: 300;
	position: absolute;
	top: -15px;
	width: 100%;
	text-align: center;
}
.text-price .text-after {
	font-size: 0.8rem;
	font-weight: 300;
	position: absolute;
	bottom: -15px;
	width: 100%;
	text-align: center;
}
.text-circle {
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 20px;
	font-weight: 700;
	line-height: 32px;
	border-radius: 50%;
	background-color: var(--color-blue);
	color: #ffffff; 
	text-align: center;
	margin-right: 10px;
}

.text-huge {
	font-size: 3.5rem;
	font-weight: 700;
}

.text-small {
	font-size: 0.8rem;
}

.text-xsmall {
	font-size: 0.6rem;
}

.text-bigger {
	font-size: 1.2rem;
}

.text-big {
	font-size: 1.4rem;
}

.text-dynamic {
	font-size: 16px;
}

@media (min-width: 576px) { .text-dynamic {font-size: 18px;} }
@media (min-width: 768px) { .text-dynamic {font-size: 16px;} }
@media (min-width: 992px) { .text-dynamic {font-size: 16px;} }
@media (min-width: 1200px) { .text-dynamic {font-size: 20px;} }
@media (min-width: 1400px) { .text-dynamic {font-size: 22px;} }

.text-uppercase {
	text-transform: uppercase !important;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-white {
	color: #ffffff;
}

.text-purple {
	color: var(--color-purple);
}

.text-lightgrey {
	color: var(--color-grey-light);
}

.text-blue {
	color: var(--color-blue);
}

.text-black {
	color: var(--color-black);
}

.text-grey-light {
	color: var(--color-grey-light);
}

.text-grey {
	color: var(--color-grey);
}

.text-grey-dark {
	color: var(--color-grey-dark);
}

.text-bubble {
	color: var(--color-bubble);
}

.dot {
	/*    text-transform: lowercase;*/
}

.dot::after {
	font-weight: bold;
	color: var(--color-bubble);
	;
	content: ".";
}

.dot-green {
	text-transform: lowercase;
}

.dot-green::after {
	font-weight: bold;
	color: var(--color-green);
	;
	content: ".";
}

.dot-magenta {
	text-transform: lowercase;
}

.dot-magenta::after {
	font-weight: bold;
	color: var(--color-magenta);
	;
	content: ".";
}

.box-shadow {
	box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 12px;
}

.hr-black {
	margin: 0;
	color: #000000;
	border: 0;
	border-top: 1px solid #000000;
	opacity: 0.5;
}

/*backgrounds*/

.bg-white {
	background-color: var(--color-white) !important;
}
.bg-white-rgb {
	background-color: var(--color-white-rgb) !important;
}

.bg-grey-light {
	background-color: var(--color-grey-light);
}
.bg-grey {
	background-color: var(--color-grey);
}

.bg-blue {
	background-color: var(--color-blue);
}

.bg-blue-light {
	background-color: var(--color-blue-light);
}

.bg-black {
	background-color: var(--color-black);
}

.bg-bubble {
	background-color: var(--color-bubble);
}

@media (min-width: 992px) {
	.bg-split {
		position: relative;
		background: linear-gradient(to right, #ffffff 0%, transparent 100%);
		background-size: cover;
		background-repeat: no-repeat;
	}
	.bg-split::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		width: 50%;
		height: 100%;
		background: url('https://www.slerp.com/wp-content/themes/slerp-theme/assets/images/page-delivery-bg-1.jpeg') no-repeat center center;
		background-size: cover;
		z-index: 0;
	}
}

.bg-image {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	min-height: 300px;
}
@media (min-width: 768px) {.bg-image {min-height: 500px;}}

.bg-homeimage {

	background-size: cover;
	background-position: center top;
	background-size: 2000px 700px;
}
@media (min-width: 992px) { .bg-homeimage { background-size: 1427px 535px; } }

@media (min-width: 1200px) { .bg-homeimage { background-size: 1714px 643px; } }

@media (min-width: 1400px) { .bg-homeimage { background-size: 2000px 700px; } }


.bg-pattern {
	-webkit-background-size: 500px 500px;
	background-size: 500px 500px;
	background-repeat: repeat;
	background-position: top left;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.25) 100%);
}


.overlay-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.bottom-line {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: black;
  z-index: 9999;
}


/*navbar*/

.navbar {
	--bs-navbar-padding-y: 25px !important;
}

.navbar .nav-link {
	color: var(--color-grey-light) !important;
}

.nav-link:hover {
	color: var(--color-white) !important;
}

.rotate-arrow {
	position: relative;
	margin-right: 20px;
}

.rotate-arrow::after {
	position: absolute;
	top: 12px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 0.6rem;
	content: "\f078"; /* Font Awesome class for the default icon, e.g., fa-chevron-up */
	margin-left: 5px; /* Adjust the spacing between the icon and the text as needed */
	transition: transform 0.1s ease; /* Add a transition for smooth animation */
	border: 0!important;
}

.rotate-arrow[aria-expanded="true"]::after {
	transform: rotate(180deg); /* Apply rotation when the menu is expanded */
}

/*buttons*/

.button {
	padding: 5px 20px;
	border: solid 1px transparent;
	border-radius: 15px;
	text-decoration: none;
	transition: all .25s ease;
	outline:none;
}

.button:hover {
	cursor: pointer;
}

.button-bubble {
	background-color: var(--color-bubble);
	border: solid 1px var(--color-bubble);
	color: var(--color-white);
	text-transform: uppercase;
}

.button-bubble:hover {
	background-color: transparent;
	border: solid 1px var(--color-bubble);
	color: var(--color-bubble);
}

.button-purple {
	background-color: var(--color-purple);
	border: solid 1px var(--color-purple);
	color: var(--color-white);
	text-transform: uppercase;
}

.button-purple:hover {
	background-color: transparent;
	border: solid 1px var(--color-purple);
	color: var(--color-purple);
}

.button-grey {
	background-color: var(--color-grey-light);
	color: var(--color-grey-dark);
	text-transform: uppercase;
}

.button-grey:hover {
	background-color: var(--color-grey);
	color: var(--color-black);
}

.button-outline {
	background-color: transparent;
	border: solid 1px var(--color-bubble);
	color: var(--color-bubble);
	text-transform: uppercase;
}

.button-outline:hover {
	background-color: var(--color-bubble);
	border: solid 1px var(--color-bubble);
	color: var(--color-white);
}

.button-link {
	text-decoration: underline;
	text-decoration-style: dotted;
}

.button-filter {
	background-color: var(--color-white);
	border: solid 1px var(--color-white);
	color: var(--color-black);
	font-weight: 600;
	display: inline-block;
	margin-bottom:15px;
}

.button-filter:hover {
	background-color: #ffffff;
	border: solid 1px #ffffff;
	color: var(--color-black);
}
.button-filter.active {
	background-color: #ffffff;
	border: solid 1px #ffffff;
	color: var(--color-bubble);
}


.button-sublink {
	padding: 4px 16px;
	border: solid 1px transparent;
	border-radius: 15px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 0.9rem;
	background-color: #f6f6f6;
	border: solid 1px var(--color-bubble);
	color: var(--color-black);
	margin-right: 7px;
	margin-bottom: 7px;
}

.button-sublink:hover {
	background-color: var(--color-bubble);
	border: solid 1px var(--color-bubble);
	color: var(--color-white);
}

.button-disabled {
	background-color: var(--color-grey);
	color: var(--color-grey-dark);
}

.button-disabled:hover {
	cursor:default;
}

.hs-form input {
	background-color: #0000ff;
	color: #fff;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.hs-form input {
	background-color: #0000aa;
}

@media (max-width: 992px) {.btn-mobile {width: auto;}}

.search-field {
	padding: 5px 10px;
	background-color: var(--color-white);
	border: 1px solid var(--color-bubble);
	border-radius: 15px;
	text-align:center;
}
.filter-field {
	padding: 4px 10px;
	background-color: transparent;
	border: 1px solid var(--color-grey-light);
	border-radius: 15px;
}


/*icons*/
.icon {
	width: 25px;
	height: 25px;
	margin-bottom: 15px;
}
.icon-white {
	color: var(--color-grey-light);
	transition: all .5s ease;
}

.icon-white:hover {
	color: var(--color-white);
}
.icon-purple {
	color: var(--color-purple);
	transition: all .5s ease;
}

.icon-purple:hover {
	color: var(--color-bubble);
}


/*tables*/

.td-blue {
	background-color: var(--color-blue) !important;
	position: relative;
}

.td-blue::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 20px;
	top: -10px;
	left: 0;
	z-index: 99;
	background-color: var(--color-blue);
	border-radius: 15px;
}

.td-blue::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: -10px;
	left: 0;
	z-index: 99;
	background-color: var(--color-blue);
	border-radius: 15px;
}

.td-border {
	border-bottom: 1px dashed var(--color-grey) !important;
}

/*cards*/

.card {
	--bs-card-border-radius: 15px;
	--bs-card-inner-border-radius: 15px;
	--bs-card-border-width: 0;
}

.card-body, .card-header, .card-footer {
	background-color: transparent;
	border: 0;
}

.card-body {
	padding: 0 25px;
}
.card-header {
	padding: 25px 25px 0 25px;
}
.card-footer {
	padding: 0 25px 25px 25px;
}
.card-step {
	position: absolute;
	bottom:-25px;
	left: 38px;
	height: 25px;
	width:0;
	border:2px dashed var(--color-blue-light);
}

.card-devider {
	height: 1px;
	width:100%;
	background-color:#eee;
	margin: 25px 0;
}

.card .badge {
	font-weight:300;
	--bs-badge-border-radius: 3px;
	margin-right: 5px;
}

.card-feature{
	background-color: var(--color-white);
	height: 100%;
	margin-bottom: 25px;
}

.box-grey-light {
	border: 0;
	background-color: var(--color-grey-light);
	color: var(--color-black);
	border-radius: 15px;
	margin-bottom: 30px;
}
.box-white {
	border: 0;
	background-color: var(--color-white);
	color: var(--color-black);
	border-radius: 15px;
	margin-bottom: 30px;
}
.box-grey {
	border: 0;
	background-color: var(--color-grey);
	color: var(--color-black);
	border-radius: 15px;
	margin-bottom: 30px;
}
.box-grey-dark {
	border: 0;
	background-color: var(--color-grey-dark);
	color: var(--color-black);
	border-radius: 15px;
	margin-bottom: 30px;
}

.box-blue {
	border: 0;
	background-color: var(--color-blue);
	color: var(--color-white);
	border-radius: 15px;
	margin-bottom: 30px;
}


.box-blue-light {
	border: 0;
	background-color: var(--color-blue-light);
	color: var(--color-white);
	border-radius: 15px;
	margin-bottom: 30px;
}

.box-purple {
	border: 0;
	background-color: var(--color-purple);
	color: var(--color-white);
	border-radius: 15px;
	margin-bottom: 30px;
}

.box-blue-dark {
	border: 0;
	background-color: var(--color-blue);
	color: var(--color-white);
	border-radius: 15px;
	margin-bottom: 30px;
}

.box-bubble {
	border: 0;
	background-color: var(--color-bubble);
	color: var(--color-white);
	border-radius: 15px;
	margin-bottom: 30px;
}

.box-img-top {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 100%;
}

.box-img {
	background-position: top center;
	background-repeat: no-repeat;
}
.featured-image {
	position: relative;
	width: 100%;
	padding-bottom: 50%;
	overflow: hidden;
}

.featured-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.embed-container {
	--video--width: 1296;
	--video--height: 540;

	position: relative;
	padding-bottom: calc(var(--video--height) / var(--video--width) * 100%); /* 41.66666667% */
	overflow: hidden;
	max-width: 100%;
	background: black;
	border-radius: 25px; /* Rounding the container's corners */
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 25px; /* Rounding the video itself */
}


.box-body {
	padding: 30px;
	height: 100%;
}
.box-footer {
	padding: 0 30px 30px 30px;
}

.box-double-blue-top {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: var(--color-blue);
	color: var(--color-white);
}
.box-double-blue-middle {
	background-color: var(--color-blue);
	color: var(--color-white);
}


.box-double-blue-dark-top {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: var(--color-blue);
	color: var(--color-white);
}
.box-double-blue-dark-middle {
	background-color: var(--color-blue);
	color: var(--color-white);
}

.box-double-white-middle {
	background-color: var(--color-white);
	color: var(--color-black);
}

.box-double-white-bottom {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: var(--color-white);
	color: var(--color-black);
}

.box-date {
	min-height: 0;
	margin-bottom: 50px;
}

@media (min-width: 576px) { .box-date {} }
@media (min-width: 768px) { .box-date {} }
@media (min-width: 992px) { .box-date {min-height: 5px;} }
@media (min-width: 1200px) { .box-date {min-height: 50px;} }
@media (min-width: 1400px) { .box-date {min-height: 80px;} }


.frame {
	padding: 30px;
	border: solid 1px var(--color-white);
	border-radius: 15px;
}

.panel {
	border: 0;
	background-color: var(--color-blue);
	color: var(--color-white);
	border-radius: 15px;
}

.panel-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
}

.panel-body {
	padding: 15px;
}

.panel-button {
	width: 100%;
	position: relative;
	cursor: pointer;
	padding-right: 25px;
}

.panel-button:not(.collapsed)::after {
	transform: rotate(180deg); /* or any other transform value */
	color: white;
}

.panel-button::after {
	flex-shrink: 0;
	width: 20px; /* or any other width value */
	height: 20px; /* or any other height value */
	content: "\f078"; /* Font Awesome class for the default icon, e.g., fa-chevron-down */
	background-repeat: no-repeat;
	font-family: "Font Awesome 5 Free"; /* Update with the appropriate Font Awesome font family */
	font-weight: 900; /* Update with the appropriate Font Awesome font weight */
	font-size: 20px; /* Update with the appropriate font size */
	color: white;
	transition: all 0.3s ease; /* or any other transition value */
	position: absolute;
	right: 0;
	top: 0;
}

#accordion-white .panel {
	border: 0;
	background-color: var(--color-grey-light);
	color: var(--color-black);
	border-radius: 15px;
}

#accordion-white .panel-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
}

#accordion-white .panel-button:not(.collapsed)::after {
	transform: rotate(180deg); /* or any other transform value */
	color: black;
}

#accordion-white .panel-button::after {
	flex-shrink: 0;
	width: 20px; /* or any other width value */
	height: 20px; /* or any other height value */
	content: "\f078"; /* Font Awesome class for the default icon, e.g., fa-chevron-down */
	background-repeat: no-repeat;
	font-family: "Font Awesome 5 Free"; /* Update with the appropriate Font Awesome font family */
	font-weight: 900; /* Update with the appropriate Font Awesome font weight */
	font-size: 20px; /* Update with the appropriate font size */
	color: black;
	transition: all 0.3s ease; /* or any other transition value */
	position: absolute;
	right: 0;
	top: 0;
}

.section-filter .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 100ms;
}

.section-filter .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 100ms;
}

/*links*/

a {
	text-decoration: none;
	color: var(--color-bubble);
	transition: all 0.5s ease;
	cursor: pointer;
}

a:hover {
	color: var(--color-bubble-dark);
}

a:focus,
a:active,
{
	outline: none !important;
	-webkit-tap-highlight-color: transparent;
}

.footer-link {
	font-size: 0.8rem;
	line-height: 0.8;
	color: var(--color-purple);
	cursor: pointer;
}
.seo-link {
	font-size: 0.6rem;
	margin: 0;
	padding: 0;
	margin-right: 10px;
	color: var(--color-grey);
}

.section-transparent {
	padding-top: 100px;
	padding-bottom: 100px;
}
.section-white {
	background-color: var(--color-white);
	padding-top: 100px;
	padding-bottom: 100px;
}

.section-grey-light {
	background-color: var(--color-grey-light);
	padding-top: 100px;
	padding-bottom: 100px;
}

.section-grey {
	background-color: var(--color-grey);
	padding-top: 100px;
	padding-bottom: 100px;
}

.section-grey-dark {
	background-color: var(--color-grey-dark);
	padding-top: 100px;
	padding-bottom: 100px;
}

.section-bubble {
	background-color: var(--color-bubble);
	padding-top: 100px;
	padding-bottom: 100px;
}

.section-blue {
	background-color: var(--color-blue);
	padding-top: 100px;
	padding-bottom: 100px;
}


.section-blue-light {
	background-color: var(--color-blue-light);
	padding-top: 100px;
	padding-bottom: 100px;
}

.section-blue-dark {
	background-color: var(--color-blue);
	padding-top: 100px;
	padding-bottom: 100px;
}

.section-black {
	background-color: var(--color-black);
	padding-top: 100px;
	padding-bottom: 100px;
}

.section-slim {
	padding-top: 120px;
	padding-bottom: 120px;
	min-height: 200px;
}

.section-scroll {
	padding-top: 150px;
	padding-bottom: 0px;
}

.section-scroll-white {
	background-color: #ffffff;
	position: relative;
}
.section-scroll-grey {
	background-color: #f6f6f6;
	position: relative;
}

.section-scroll-white::after {
	position: absolute;
	content: "";
	bottom: -75px;
	left: 0;
	width: 100%;
	height: 75px;
	background-color: #ffffff;
	z-index: 2;
}
.section-scroll-grey::after {
	position: absolute;
	content: "";
	bottom: -75px;
	left: 0;
	width: 100%;
	height: 75px;
	background-color: #f6f6f6;
	z-index: 2;
}

@media (min-width: 992px) {
	.section-scroll {
		padding-top: 140px;
		min-height: 100vh;
	}
	.section-scroll-grey, .section-scroll-white {
		background-color: transparent;
	}
	.section-scroll-white::after {
		display: none;
	}
	.section-scroll-grey::after {
		display: none;
	}
}


.section-home {
	padding-top: 50px;
	padding-bottom: 0;
	background-color: var(--color-blue);
}

.section-slim-white {
	background-color: var(--color-white);
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: 200px;
}

.section-slim-grey-light {
	background-color: #f9f9f9;
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: 200px;
}

.section-slim-blue {
	background-color: var(--color-blue);
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: 200px;
}


.section-slim-blue-light {
	background-color: var(--color-blue-light);
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: 200px;
}


.section-hero {
	background-color: var(--color-blue-light);
	padding-top: 45px;
	padding-bottom: 15px;
	min-height: 200px;
}


.section-super-slim-blue {
	background-color: var(--color-blue-light);
	padding-top: 45px;
	padding-bottom: 15px;
	min-height: 200px;
}
.section-super-slim-grey {
	background-color: var(--color-grey);
	padding-top: 45px;
	padding-bottom: 15px;
	min-height: 200px;
}
.section-super-slim-grey-light {
	background-color: var(--color-grey-light);
	padding-top: 45px;
	padding-bottom: 15px;
	min-height: 200px;
}
.section-super-slim-white {
	background-color: var(--color-white);
	padding-top: 45px;
	padding-bottom: 15px;
	min-height: 200px;
}

.section-super-slim-gradient {
	background: linear-gradient(var(--color-white), var(--color-grey-light));
	padding-top: 45px;
	padding-bottom: 15px;
	min-height: 200px;
}



.section-logos-white {
	background-color: var(--color-white);
	padding-top: 30px;
	padding-bottom: 30px;
}

.section-logos-blue {
	background-color: var(--color-blue);
	padding-top: 30px;
	padding-bottom: 30px;
}

.section-cta {
	background-color: var(--color-blue-light);
	padding-top: 50px;
	padding-bottom: 50px;
}

.section-heading-blue {
	background-color: var(--color-blue);
	padding-top: 50px;
	padding-bottom: 25px;
}

.section-heading-blue-light {
	background-color: var(--color-blue-light);
	padding-top: 50px;
	padding-bottom: 25px;
}

.section-heading-blue-dark {
	background-color: var(--color-blue);
	padding-top: 50px;
	padding-bottom: 25px;
}

.section-heading-white {
	background-color: var(--color-white);
	padding-top: 50px;
	padding-bottom: 25px;
}

.section-heading-grey-light {
	background-color: var(--color-grey-light);
	padding-top: 50px;
	padding-bottom: 25px;
}

.section-footer {
	background-color: var(--color-blue);
	padding-top: 25px;
	padding-bottom: 100px;
}
@media (min-width: 992px) { .section-footer {padding-top: 50px;} }


.section-blog {
	background-color: var(--color-white);
	padding-top: 25px;
	padding-bottom: 25px;
}
.section-blog img {
	max-width: 100%; 
	height: auto;
	border-radius: 15px;
}
.section-blog b, .section-blog strong {
	font-weight: bold;
}
.section-blog blockquote {
	border: 0;
	background-color: var(--color-grey-light);
	color: var(--color-black);
	border-radius: 15px;
	padding: 30px 30px 20px 30px;
	text-align: center;
	margin-bottom: 50px;
}
.section-blog h1 {font-size: 2rem;}
.section-blog h2 {font-size: 1.75rem;}
.section-blog h3 {font-size: 1.25rem; color: var(--color-bubble);}
.section-blog h4 {font-size: 1.25rem; color: var(--color-bubble);}
.section-blog h5 {font-size: 1.1rem; color: var(--color-bubble);}
.section-blog h6 {font-size: 1rem; color: var(--color-bubble);}

@media (min-width: 768px) { 
	.section-blog h1 {font-size: 2.5rem;}
	.section-blog h2 {font-size: 2.25rem;}
	.section-blog h3 {font-size: 1.75rem;}
	.section-blog h4 {font-size: 1.75rem;}
	.section-blog h5 {font-size: 1.5rem;}
	.section-blog h6 {font-size: 1.25rem;}
}

.table-pages h1,.table-pages h2,.table-pages h3 {font-size: 0.8rem}
.table-pages h1 {font-weight: 700;  color: var(--color-bubble);}
.table-pages h2 {font-weight: 700;  color: var(--color-black);}
.table-pages h3 {font-weight: 300;  color: var(--color-black);}



/*headings*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Hind', sans-serif;
	font-weight: 700;
	line-height: 1;
}

.h1 {font-size: 2.5rem;}
.h2 {font-size: 2.25rem;}
.h3 {font-size: 2rem;}
.h4 {font-size: 1.75rem;}
.h5 {font-size: 1.5rem;}
.h6 {font-size: 1.25rem;}

@media (min-width: 768px) { 
	.h1 {font-size: 3.5rem;}
	.h2 {font-size: 3rem;}
	.h3 {font-size: 2rem;}
	.h4 {font-size: 1.75rem;}
	.h5 {font-size: 1.5rem;}
	.h6 {font-size: 1.25rem;}
}

.heading-5 {
	font-size: 1rem;
	font-weight: 700;
}
.h1-heading {
	font-size: 1rem !important;
	text-transform: uppercase;
}

/*lists*/
.list-check {
	list-style: none;
	padding-inline-start: 0 !important;
}

.list-check li {
	list-style-type: none;
	position: relative;
	margin-left: 25px;
}

.list-check li::before {
	position: absolute;
	top: 0;
	left: -25px;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color:  var(--color-bubble);
}
.list-cross {
	list-style: none;
	padding-inline-start: 0 !important;
}

.list-cross li {
	list-style-type: none;
	position: relative;
	margin-left: 25px;
}

.list-cross li::before {
	position: absolute;
	top: 0;
	left: -25px;
	content: "\f00d"; /* "x" icon from Font Awesome */
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color:  var(--color-grey-dark);
	cursor: pointer; /* Add cursor pointer to indicate clickable */
}

.list-links {
	list-style: none;
	padding-inline-start: 0 !important;
}

.list-links li {
	list-style-type: none;
	position: relative;
	margin-left: 15px;
}
.list-links li.sublink {
	list-style-type: none;
	position: relative;
	margin-left: 30px;
}

.list-links li::before {
	position: absolute;
	top: 0;
	left: -15px;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color:  var(--color-bubble);
}
.list-links li.sublink::before {
	display: none;
}
.list-links li a {
	cursor: pointer;
	color:  var(--color-black);
	/*
	text-decoration: underline;
	text-decoration-color: var(--color-bubble);
	text-decoration-style: dashed;
	*/
}
.whr-items {
	list-style-type: none;
}

/*megamenu*/
.navbar .megamenu {
	background-color: var(--color-blue);
	color: var(--color-white);
	border-radius: 0;
	border: 1px solid var(--color-blue);
	border-left: 1px solid var(--color-white);
}



@media all and (min-width: 992px) {

	.navbar .has-megamenu {
		position: static !important;
	}

	.navbar .megamenu {
		left: 0;
		right: 0;
		width: 100%;
		margin-top: 0;
		padding: 30px;
		border-radius: 0 0 15px 15px;
		border: 1px solid var(--color-blue);
	}

}

@media(max-width: 991px) {

	.navbar.fixed-top .navbar-collapse,
	.navbar.sticky-top .navbar-collapse {
		overflow-y: auto;
		max-height: 90vh;
		margin-top: 10px;
	}
}

.navbar hr {
	margin: 0;
	color: var(--color-blue);
	margin: 10px 0;
	border: 0;
	border-top: 1px solid var(--color-blue);
	width: 50%;
	opacity: 1;
}

.megamenu-heading {
	position: relative;
	margin-left: 25px;
}
.megamenu-heading img {
	position: absolute;
	top: -3px;
	left: -25px;
}
.megamenu-link {
	color: var(--color-white);
}
.megamenu-box {
	padding-bottom:15px;
	min-height:80px;
	position:relative;
}
.megamenu-list {
	margin-left: 25px;
}

@media (min-width: 768px) { 
	.megamenu-list li {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}
}

.swiper-container {
	position: relative;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 40%; 
	transform: scale(60%); 
	width: 20px;
	height: 20px; 
	margin-top: -10px; 
	z-index: 10;
	color: var(--color-bubble);
}

.swiper-pagination {
	bottom: 0 !important;
}

.swiper-pagination-bullet {
	background-color: var(--color-grey);
}

.swiper-pagination-bullet-active {
	background-color: var(--color-bubble);
}














.table-img-1 {
	width: 33.333%
}
.table-img-2, .table-img-3, .table-img-4 {
	width: 22.222%
}

@media (max-width: 575.98px) {
	.table-img-1 {
		width: 60% !important;
	}
	.table-img-3 {
		width: 40% !important;
	}
	.table-img-2, .table-img-4 {
		display: none;
	}
}
@media (max-width: 767.98px) { 
	.table-img-1 {
		width: 42.857%;
	}
	.table-img-3, .table-img-4 {
		width: 28.571%;
	}
	.table-img-2 {
		display: none;
	}
}




.modal-content {
	background-color: transparent !important;
	border: 0 !important;
}
.modal-body {
	background-color: var(--color-blue);
	border-radius: 15px;
	padding: 30px;
}



.blockquote-bubble {
	padding: 15px 25px;
	background-color: var(--color-bubble);
	color: var(--color-white);
	border-radius: 15px;
	font-size: 1.1rem;
}
.blockquote-blue {
	padding: 15px 25px;
	background-color: var(--color-blue);
	color: var(--color-white);
	border-radius: 15px;
	font-size: 1.1rem;
}
.blockquote-grey-light {
	padding: 15px 25px;
	background-color: var(--color-grey-light);
	margin-bottom: 15px;
	border-radius: 15px;
}
.blockquote-left {
	padding: 15px;
	margin-bottom: 15px;
	border-left: 1px solid var(--color-grey-light);
	min-height:160px;
}
.blockqoute-photo {
	width: 60px;
	height: 60px;
	border-radius: 50%; 
}
.blockqoute-image {
	border-radius: 15px; 
}
.blockqoute-icon {
	width: 30px;
	height: 30px;
}
.post-password-form{
	padding-top: 200px;
	padding-bottom: 600px;
	text-align: center;
}

.landing-icon {
	width: 75px;
	height: 75px;
}

.blockqoute-image-2 {
	border-radius: 5px; 
}




.sentence{
	margin: 0 auto;
	text-align: left;

}
.sentence span{
	color: var(--color-bubble);
}
.words{
	display: inline;
	text-indent: 10px;
}
.words span{
	position: absolute;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	font-weight: 700;
}
.rotate span{
	-webkit-animation:  rotateWord 9s linear infinite;
	animation:  rotateWord 9s linear infinite;
}
.words span:nth-child(1) {
}
.words span:nth-child(2) { 
	-webkit-animation-delay: 3s; 
	animation-delay: 3s; 
}
.words span:nth-child(3) { 
	-webkit-animation-delay: 6s; 
	animation-delay: 6s; 
}
@-webkit-keyframes rotateWord {
	0% { opacity: 0; }
	2% { opacity: 0; -webkit-transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px);}
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	27% { opacity: 0; -webkit-transform: translateY(30px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
	0% { opacity: 0; }
	2% { opacity: 0; -ms-transform: translateY(-30px); }
	5% { opacity: 1; -ms-transform: translateY(0px);}
	17% { opacity: 1; -ms-transform: translateY(0px); }
	20% { opacity: 0; -ms-transform: translateY(30px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes rotateWord {
	0% { opacity: 0; }
	2% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
	17% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@media screen and (max-width: 420px) {
	.words{
		display: block;
		text-indent: 0px;
	}
}


.ui-word-replace {
	display: flex;
	flex-wrap: wrap;

}
.ui-word-replace div {
	clip-path: inset(2px 0 0 0);
	height: calc(1lh + 2px);
	overflow: hidden;
}

.ui-word-replace ul {
	display: grid;
}
.ui-word-replace ul  li {
	animation: var(--anim, spin calc(var(--_speed, 2s) * var(--_length, 3))
		calc(var(--_speed, 4s) * var(--_index, 0)) cubic-bezier(0.075, 0.82, 0.165, 1) infinite);
	grid-area: 1 / 1;
	list-style: none;
	overflow: hidden;
}
.ui-word-replace.--spin-down li {
	--_translate: 0 1lh;
	translate: 0 -1lh;
}


@keyframes spin {
	12.5% {
		opacity: 1;
		translate: 0; 
	}
	25% { 
		opacity: 0;
		translate: var(--_translate, 0 0);
	}
	100% { opacity: 0; }
}



.memo-page-wrapper{
	min-height:100%;
	margin-bottom:-50px
}
.memo-page-wrapper:after{
	content:"";
	display:block;
	height:50px
}
.memo-doc-wrapper{
	padding:45px 0;
}
.memo-doc-header{
	margin-bottom:30px
}
.memo-doc-body{
	position:relative
}
.memo-doc-content{
	position:relative;
	z-index:10
}

.memo-doc-nav{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
.memo-doc-menu{
	list-style:none
}
.memo-doc-menu .nav-link{
	margin-bottom:5px;
	display:block;
	padding:5px 0px;
	color: var(--color-blue-light);
}
.memo-doc-menu .nav-link:hover,.memo-doc-menu .nav-link:focus{
	color: var(--color-black) !important;
	text-decoration:none;
	background:none
}
.memo-doc-menu .active .nav-link{
	background:none;
	color: var(--color-bubble);
	font-weight:600
}
.memo-page-wrapper .nav-item.active .nav-link{
	background:none;
	color:var(--color-bubble);
	font-weight:600
}

.memo-doc-sub-menu{
	list-style:none;
	padding-left:0
}
.memo-doc-sub-menu .nav-link{
	margin-bottom:10px;
	display:block;
	color: var(--color-blue-light);
	padding:0;
	padding-left:20px;
	font-size:0.8rem;
	background:none
}

.memo-doc-sub-menu .nav-link:hover{
	color:var(--color-black) !important;
	text-decoration:none;
	background:none
}
.memo-doc-sub-menu .nav-link:focus{
	background:none
}

.memo-page-wrapper .sticky{
	position:-webkit-sticky;
	position:sticky;
	top:0
}
.memo-page-wrapper .sticky:before, .memo-page-wrapper .sticky:after{
	content:'';
	display:table
}

