@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alan+Sans:wght@300..900&display=swap');

:root {
	--primary-font: "Poppins", sans-serif;
	--alt-font: "Alan Sans", sans-serif;
	--fw-logo: 600;
	--fw-heading: 500;
	--fw-dog-name: 300;
	--bg-lite: #fce5d8;
	--bg-main: #5D36A5;
	--bg-main-gradient: linear-gradient(135deg,#5D36A5 40%, #8059C8 100%);
	--bg-footer-gradient: linear-gradient(135deg,#4E2E8A 40%, #8059C8 100%);
	--bg-footer: #1b1720;
	--bg-mobile: #4E2E8A;
	--btn-main: #9972FF;
	--btn-dark:  #7956BB;
	--btn-hover: #B092FF;
	--btn-red: #e8d5eb;
	--btn-red-hover: #9d4ca9;
	--color-1: #9972FF;
	--color-2: #EE82EE;
    --color-grey: #19063D;
    --color-lite-grey: #E6E6ED;
    --color-med-grey: #757086;
}

/*html {scrollbar-gutter: stable;}*/

body {overflow-x: hidden;}

/*===========================*/

::selection {color: #fff; background:#b59bff; -webkit-text-fill-color: #fff;}
::-moz-selection {color:#fff; background:#b59bff; -webkit-text-fill-color: #fff;}

/*===========================*/

.container, .container-fluid {
  position: relative;
  padding: 0 30px;
}

.position-middle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
}

.position-top, .position-bottom {
  position: absolute;
  left: 0;
  width: 100%;
}

.position-top {
  top: 30px;
}

.position-bottom {
  bottom: 30px;
}

.container .position-top, .container .position-bottom, .container-fluid .position-top, .container-fluid .position-bottom {
  padding: 0 30px;
}

mark {background: #E6E6ED; color: #19063D; padding: 2px 4px;}

iframe {width: 100%; border: 0;}

/*===========================*/

.quote {
  position: relative;
  padding-left: 3rem;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.4;
  text-shadow: 1px 1px 2px black;
}

.quote::before {
  content: "\275D";
  position: absolute;
  top: -0.1em;
  left: 0;
  font-size: 3.5rem;
  line-height: 1;
}

.quote-author {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 1.5rem;
  font-size: 0.9rem;
}

.quote-author::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  opacity: 0.8;
}

@media (max-width: 767.98px) {
  .quote {
    font-size: 1rem;
  }

  .quote-author {
    font-size: 0.8rem;
  }
}

.memorial-block {
  background: rgba(255,255,255,0.3);
  backdrop-filter: blur(2px);
  padding: 1rem;
  border-radius: 16px;
  color: #000;
}

.memorial-title {
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: -1px;
}

.memorial-text {
  font-size: 1.25rem;
  margin: 1rem 0;
  line-height: 1.4;
}

.memorial-date {
    font-size: 1.25rem;
	opacity: 0.8;	
}

@media (max-width: 575.98px) {
  .memorial-block {
	  background: rgba(255,255,255,0.2);
	  padding: 0.5rem;
	}
	.memorial-title {
		font-size: 1.25rem;
		font-weight: 500;
	}
	.memorial-text {
		font-size: 1rem;
		line-height: 1.4;
	}
	.memorial-date {
	  font-size: 1rem;
	}
}

/*===========================*/

.bg-image {
  position: relative;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #544C5A;
}

.bg-image.top {
  background-position: top center;
}

.bg-image.bg-fixed {
  background-attachment: fixed;
}

.bg-image .d-flex {
  flex-wrap: nowrap;
}

.bg-image .icon-circle {
  display: inline-block;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: white;
  background: #B792FC;
  text-align: center;
  margin-right: 10px;
}

@media (max-width: 991.98px) { }

@media (max-width: 767.98px) {
  .bg-image.bg-fixed {
    background-attachment: scroll;
  }
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bg-pattern-1 {
  background-image: url("../images/bg-pattern.png");
  background-repeat: repeat;
  background-size: 150px;  /* or 100px 100px */
}
.bg-pattern-2 {
  background-image: url("../images/bg-pattern-2.jpg");
  background-repeat: repeat;
}

/*===========================*/

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/*===========================*/

.contact-form {
	max-width: 100%;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* Input & textarea styling */
input.form-control,
textarea.form-control {
  background: transparent;
  width: 100%;
  border: 1px solid #DAD4EC;
  border-radius: 12px;
  padding: 15px 20px;
  font: 400 16px "Poppins", sans-serif;
  line-height: 1.4;
  color: #3F3B3B;
  transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out;
}

/* Focus state (violet glow) */
input.form-control:focus,
textarea.form-control:focus {
  border-color: #CBC4E0;
  box-shadow: 2px 2px 12px rgba(176,146,255,0.40);
  outline: none;
}

input.form-control:-webkit-autofill,
textarea.form-control:-webkit-autofill {
  -webkit-text-fill-color: #3F3B3B !important;
  -webkit-box-shadow: 0 0 0px 1000px rgba(233,225,255,0.20) inset !important;
  box-shadow: 0 0 0px 1000px rgba(233,225,255,0.20) inset !important;
  transition: background-color 9999s ease-in-out 0s;
}

/* Textarea specific */
textarea.form-control {
  height: 140px;
  resize: vertical;
}

/* Placeholder */
input.form-control::placeholder,
textarea.form-control::placeholder {
  color: #C8C4CF;
  opacity: 1;
}

.submit-result {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.submit-result span {
  display: none;
}

.submit-result .show-result {
  display: block;
}

.submit-result span#success {
  color: #237096;
  font-weight: 500;
  font-size: 1.125rem;
}

.submit-result span#error {
  color: #C62E75;
  font-weight: 500;
  font-size: 1.125rem;
}

.button.button-dark {
  align-self: flex-start;
}

button.loading {
  opacity: 0.7;
  cursor: wait;
  pointer-events: none;
}

/*-- sidebar --*/
.contact-card {
  padding: 1.5rem;
	padding-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 28px;
  background: #F3F4F6;
  border-radius: 20px;
  border: 1px solid #E6E8EC;
  box-shadow: 3px 6px 18px rgba(83,68,120,0.12);
  transition: transform 0.32s ease, box-shadow 0.32s ease;
  text-align: center;
}

@media (min-width: 768px) {
  .pt-md-card {
    padding-top: 2.5rem;
  }
}

.contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 26px rgba(83,68,120,0.24);
  border-color: #CED2DA;
}

.contact-name {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #222;
}

.contact-address div:not(.contact-name) {
  font-size: 1.125rem;
  color: #464646;
  line-height: 1.5;
}

.contact-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

.c-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 1.125rem;
  text-decoration: none;
  color: #222;
  transition: all 0.2s ease;
}

.c-social i {
  font-size: 1.125rem;
  width: 18px;
  text-align: center;
  transition: transform 0.2s ease;
}

.c-social:hover {
  transform: translateY(-2px);
  color: #B092FF;
}

.c-social:hover i {
  transform: scale(1.4);
}

.contact-photo {
  margin-top: auto;
}

.contact-photo img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

/*===========================*/

.img-link-box {
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.img-link-box a {
  display: block;
}

.img-link-box img {
  -webkit-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.img-link-box:hover img, .img-link-box:focus img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

/*===========================*/

.avatar-group {
  display: block;
  padding: 0;
}

.avatar-group li {
  list-style-type: none;
  display: inline-block;
  margin-left: -12px;
  padding: 0;
}

.avatar-group li:first-child {
  margin-left: 0;
}

.avatar-group li img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.13);
  border: 3px solid white;
}

.aspect-ratio-2x1 {
  width: 100%;
  aspect-ratio: 1/0.5;
  object-fit: cover;
}

/*===========================*/

ul {
  margin: 0 0 -7px;
}

ul li {
  margin: 0 0 7px;
}

ul li ul, ul li ol {
  margin-top: 7px;
}

ul[class*='list-'] {
  padding: 0;
}

ul.list-unstyled li, ul.list-dash li {
  list-style-type: none;
}

ul.animate-links li a:hover {
  padding-left: 2px;
}

ul.list-dash li:before {
  content: '-';
  padding-right: 7px;
}

ul.list-dash li ul, ul.list-dash li ol {
  padding-left: 40px;
}

ul[class*='list-inline'] li {
  display: inline-block;
}

ul.list-inline {
  margin-right: -7px;
  margin-left: -7px;
}

ul.list-inline li {
  padding: 0 7px;
}

ul.list-inline-sm {
  margin-right: -3px;
  margin-left: -3px;
}

ul.list-inline-sm li {
  padding: 0 3px;
}

ul.list-inline-lg {
  margin-right: -14px;
  margin-left: -14px;
}

ul.list-inline-lg li {
  padding: 0 14px;
}

ul.list-inline-dash li:after {
  content: '-';
}

ul.list-inline-slash li:after {
  content: '/';
}

ul.list-inline-dash li:after, ul.list-inline-slash li:after {
  padding: 0 3px 0 6px;
}

ul.list-inline-dash li:last-child:after, ul.list-inline-slash li:last-child:after {
  content: '';
  padding: 0;
}

ol {
  margin: 0 0 -7px;
}

ol li {
  margin: 0 0 7px;
}

ol li ul, ol li ol {
  margin-top: 7px;
}

ol.list-ordered {
  list-style: none;
  counter-reset: custom-counter;
  padding-left: 0;
}

ol.list-ordered li {
  position: relative;
  padding-left: 34px;
  counter-increment: custom-counter;
}

ol.list-ordered li::before {
  content: counter(custom-counter);
}

ol.list-ordered li ol {
  list-style: none;
  padding-left: 0;
}

ol.list-ordered.style-2 li::before, ol.list-ordered.style-3 li::before, ol.list-ordered.style-4 li::before, ol.list-ordered.style-5 li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
}

ol.list-ordered.style-2 li::before {
  background: rgba(18, 21, 24, 0.1);
  color: black;
}

ol.list-ordered.style-3 li::before {
  background: rgba(18, 21, 24, 0.9);
  color: white;
}

ol.list-ordered.style-4 li::before {
  border: 1px solid rgba(18, 21, 24, 0.2);
  color: rgba(18, 21, 24, 0.5);
}

ol.list-ordered.style-5 li::before {
  border: 1px solid rgba(18, 21, 24, 0.9);
  color: black;
}

.bg-black ol.list-ordered.style-2 li::before,
[class*='bg-dark'] ol.list-ordered.style-2 li::before,
[class*='bg-gradient-'] ol.list-ordered.style-2 li::before,
[class*='bg-color-'] ol.list-ordered.style-2 li::before {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}

.bg-black ol.list-ordered.style-3 li::before,
[class*='bg-dark'] ol.list-ordered.style-3 li::before,
[class*='bg-gradient-'] ol.list-ordered.style-3 li::before,
[class*='bg-color-'] ol.list-ordered.style-3 li::before {
  background: white;
  color: black;
}

.bg-black ol.list-ordered.style-4 li::before,
[class*='bg-dark'] ol.list-ordered.style-4 li::before,
[class*='bg-gradient-'] ol.list-ordered.style-4 li::before,
[class*='bg-color-'] ol.list-ordered.style-4 li::before {
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}

.bg-black ol.list-ordered.style-5 li::before,
[class*='bg-dark'] ol.list-ordered.style-5 li::before,
[class*='bg-gradient-'] ol.list-ordered.style-5 li::before,
[class*='bg-color-'] ol.list-ordered.style-5 li::before {
  border-color: white;
  color: white;
}

@media (max-width: 991.98px) {
  ol {
    margin: 0 0 -5px;
  }
  ol li {
    margin: 0 0 5px;
  }
  ul {
    margin: 0 0 -5px;
  }
  ul li {
    margin: 0 0 5px;
  }
  ul li ul, ul li ol {
    margin-top: 5px;
  }
  ul.list-dash li:before {
    content: '-';
    padding-right: 6px;
  }
  ul.list-dash li a:hover {
    padding-left: 2px;
  }
  ul.list-dash li ul, ul.list-dash li ol {
    padding-left: 30px;
  }
  ul.list-inline-lg {
    margin-right: -12px;
    margin-left: -12px;
  }
  ul.list-inline-lg li {
    padding: 0 12px;
  }
  ul.list-inline {
    margin-right: -6px;
    margin-left: -6px;
  }
  ul.list-inline li {
    padding: 0 6px;
  }
  ul.list-inline-sm {
    margin-right: -2px;
    margin-left: -2px;
  }
  ul.list-inline-sm li {
    padding: 0 2px;
  }
}

/*===========================*/

.section-logo {
	padding: 100px 0 20px 0;
	position: relative;
	overflow: hidden;
}

.section-logo::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 100%;
	background-image: url("../images/bg-summer.jpg");
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 1000px auto;
	opacity: 0.3;
	pointer-events: none;
	z-index: 0;
}

@media (max-width: 991.98px) {
	.section-logo::before { background-size: 900px auto; }
}

@media (max-width: 767.98px) {
	.section-logo {padding: 60px 0;}
	.section-logo::before { background-size: 700px auto; }
}

@media (max-width: 575.98px) {
	.section-logo {padding: 50px 0 15px;}
	.section-logo::before { background-size: 540px auto; }
}

.section-logo .container {
  position: relative;
  z-index: 1;
}

.logo-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  text-align: center;
}

.logo-content p {
  max-width: 75ch;
  margin: 0;
  line-height: 1.6;
}

.logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
}

.logo img {
  max-width: 600px;
  width: 100%;
  height: auto;
}

.logo-title {
  font-family: var(--alt-font);
  font-weight: var(--fw-logo);
  font-size: 3rem;
  letter-spacing: -2px;
  color: #2b2140;
  line-height: 1;
}

.logo-sub {
  display: inline-block;
  font-weight: 300;
  font-size: 1.125rem;
  letter-spacing: 2px;
  color: #6D657C;
  line-height: 1;
}

.page-title {
  font-family: var(--alt-font);
  font-weight: 800;
  font-size: 6rem;
  letter-spacing: -2px;
  line-height: 1;
  color: #B092FF;
  margin: 0;
  text-shadow:
	  -2px -2px 0 #ffffff,
	  2px -2px 0 #ffffff,
	  -2px  2px 0 #ffffff,
	  2px  2px 0 #ffffff,
	  3px  3px 4px rgba(0,0,0,0.4);
}

.page-title.bg {
  display: inline-block;
  border-radius: 12px;
  padding: 0.125em 0.21em;
  color: white;
  background-color: #B092FF;
  text-shadow: none;
}

@media (max-width: 575.98px) {
	.logo-title {
		font-size: 2.125rem;
	}
	.logo-sub {
	  font-size: 1rem;
	  letter-spacing: 1px;
    }
	.page-title {
		font-size: 3rem;
		letter-spacing: -1px;
	}
}

/*===========================*/

body {
  font-family: var(--primary-font);
  font-weight: var(--fw-body);
  letter-spacing: 0;
  line-height: 1.6;
  font-size: 1.125rem;
  color: #363C42;
}

@media (max-width: 768px) {
  body {
    font-size: 1rem;
  }
}

p {
  margin: 0;
  text-wrap: pretty;
}

.bold-text {
	font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--alt-font);
  font-weight: 500;
  line-height: 1.4;
  color: inherit;
}

.heading {
  font-family: var(--alt-font);
  font-weight: var(--fw-heading);
  font-size: 2.5rem;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 2rem;
}

@media (max-width: 575.98px) {
	.heading {
		font-size: 2rem;
		letter-spacing: -1.5px;
		margin-bottom: 1.5rem;
	}
}

.highlight {
	font-weight: 600;
	background-color: #FFFF00;
	padding: 0.1em 0.2em;
	border-radius: 5px;
}

[class*="bg-color-"] .highlight {
	background-color: rgba(255,255,255,0.2);
}

/*===========================*/

.paw-icon,
.dog-icon,
.comment-icon,
.bone-icon,
.food-icon,
.gift-icon,
.donate-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}

.paw-icon::before,
.dog-icon::before,
.comment-icon::before,
.bone-icon::before,
.food-icon::before,
.gift-icon::before,
.donate-icon::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  width: 42px;
  height: 42px;
  font-size: 21px;
  border-radius: 50%;
  color: white;
  background-color: #B092FF;
  flex: 0 0 42px;
}

.violet-1::before {background-color: #EE82EE;}
.violet-2::before {background-color: #5D36A5;}

.paw-icon::before { content: "\f1b0"; transform: rotate(30deg); }
.dog-icon::before { content: "\f6d3"; }
.comment-icon::before { content: "\f4ad"; }
.donate-icon::before { content: "\f4c0"; }
.bone-icon::before { content: "\f5d7"; transform: rotate(-30deg); }
.food-icon::before { content: "\e2eb"; }
.gift-icon::before { content: "\f06b"; }

/*===========================*/

a {
  color: rgba(18, 21, 24, 0.9);
  text-decoration: none;
  transition: color .3s ease;
}

a:hover {
  color: #121518;
}

a:focus, a:active {
  box-shadow: none;
  outline: 0;
}

a.link-bg,
a.link-2-bg {
  display: inline-block;
  background-color: #B092FF;
  border-radius: 4px;
  color: white;
  text-decoration: none;
  line-height: 1;
  padding: 0.2rem 0.2rem 0.3rem;
  transform: rotate(0deg) scale(1);
  transform-origin: center;	
  transition: transform 0.3s ease;
}

a.link-bg:hover,
a.link-2-bg:hover {
  color: white;
  transform: rotate(-4deg) scale(1.2);
}

a.link-2-bg {
    background-color: #A37FE5;
	transform: rotate(0) scale(1);
}

/*===========================*/

button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

button:focus,
button:active {
  outline: 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  font-family: var(--primary-font);
  font-size: 1rem;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 50px;
	min-width: 180px;
  background-color: var(--btn-main);
  color: white;
  letter-spacing: -0.1px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.button:hover {
  color: white;
  background-color: var(--btn-hover);
  transform: translateY(-4px);
}

[class*='bg-color-'] .button:hover {
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.3);
}

.button-blue {
  background-color: #499CD6;
}

.button-blue:hover {
  background-color: #50AEF0;
}

.button-dark {
  background-color: var(--btn-dark);
}

.button-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--btn-dark);
  color: white;
  font-size: 24px;
  transition: transform 0.3s ease, background-color 0.3s ease;
  position: relative;
}

.button-circle:hover,
.button-circle:focus {
  transform: translateY(-4px);
  background-color: var(--btn-hover);
  color: white;
}

.button-circle i {
  display: inline-block;
  color: inherit;
  transition: transform 0.4s ease;
}

.button-circle-tooltip {
  position: relative;
}

.button-circle-tooltip .tooltip {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  background-color: #B092FF;
  opacity: 0;
  visibility: hidden;
  font-size: 16px;
  white-space: nowrap;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 10;
}

.button-circle-tooltip:hover .tooltip {
  opacity: 1;
  visibility: visible;
  top: -50px;
}

.scrolltotop .button-circle {
  background-color: #1E1C22;
	color: white;
  width: 40px;
  height: 40px;
  font-size: 1rem;
}

.scrolltotop .button-circle:hover {
  background-color: #38373B;
}

/*===========================*/

.scrolltotop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 992;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: ease-out 0.2s;
}

.scrolltotop.scrolltotop-show {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

/*===========================*/

.accordion {
  list-style-type: none;
  padding: 0;
}

.accordion li {
  border: 0;
  margin-bottom: 8px;
  padding: 0;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.accordion li:last-child {
  margin-bottom: 0;
}

.accordion li .accordion-title {
  position: relative;
  border: 1px solid rgba(18, 21, 24, 0.1);
  padding: 14px 24px;
  cursor: pointer;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.accordion li .accordion-title:before, .accordion li .accordion-title:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: black;
}

.accordion li .accordion-title:before {
  right: 24px;
  width: 11px;
  height: 1px;
}

.accordion li .accordion-title:after {
  right: 29px;
  width: 1px;
  height: 11px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.accordion li .accordion-title h1, .accordion li .accordion-title h2, .accordion li .accordion-title h3, .accordion li .accordion-title h4, .accordion li .accordion-title h5, .accordion li .accordion-title h6 {
  margin: 0;
}

.accordion li .accordion-title * {
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.accordion li .accordion-content {
  overflow: hidden;
  max-height: 0;
  padding: 0 25px;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

.accordion li .accordion-content:before {
  content: '';
  display: block;
  width: 100%;
  height: 20px;
}

.accordion li .accordion-content:after {
  content: '';
  display: block;
  width: 100%;
  height: 12px;
}

.accordion li .accordion-content ul li, .accordion li .accordion-content ol li {
  border: 0;
  padding: 0;
}

.accordion li .accordion-content ul li:last-child, .accordion li .accordion-content ol li:last-child {
  border: 0;
}

.accordion li .accordion-content ul {
  list-style-type: disc;
}

.accordion li .accordion-content ul ul {
  list-style-type: circle;
}

.accordion li .accordion-content ol.list-ordered li {
  margin-bottom: 8px;
  padding-left: 34px;
}

.accordion li .accordion-content ol.list-ordered li:last-child {
  margin: 0;
}

.accordion li .accordion-content .nav {
  list-style-type: none;
}

.accordion li.active .accordion-title {
  border-color: rgba(18, 21, 24, 0.9);
}

.accordion li.active .accordion-title:after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.accordion.style-2 li {
  margin-bottom: 14px;
  padding: 0;
}

.accordion.style-2 li:last-child {
  margin-bottom: 0;
}

.accordion.style-2 li .accordion-title {
  border: 0;
  border-bottom: 1px solid rgba(18, 21, 24, 0.2);
  padding: 0 0 10px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.accordion.style-2 li .accordion-title:before, .accordion.style-2 li .accordion-title:after {
  margin-top: -6px;
}

.accordion.style-2 li .accordion-title:before {
  right: 0;
}

.accordion.style-2 li .accordion-title:after {
  right: 5px;
}

.accordion.style-2 li .accordion-content {
  padding: 0 20px;
}

.accordion.style-2 li.active .accordion-title {
  border-bottom-color: rgba(18, 21, 24, 0.9);
}

.accordion.style-3 li .accordion-title {
  background: #f1f5f9;
  border: 0;
}

.accordion.style-3 li .accordion-content {
  padding: 0 24px;
}

.accordion.style-3 li.active .accordion-title {
  background: #181c20;
  color: rgba(255, 255, 255, 0.8);
}

.accordion.style-3 li.active .accordion-title:before, .accordion.style-3 li.active .accordion-title:after {
  background: white;
}

.accordion.style-3 li.active .accordion-title h1, .accordion.style-3 li.active .accordion-title h2, .accordion.style-3 li.active .accordion-title h3, .accordion.style-3 li.active .accordion-title h4, .accordion.style-3 li.active .accordion-title h5, .accordion.style-3 li.active .accordion-title h6 {
  color: white;
}

.accordion.border-radius:not(.style-2) li .accordion-title {
  border-radius: 0.375em;
}

.accordion.rounded:not(.style-2) li .accordion-title {
  border-radius: 50px;
}

/*===========================*/

[class^="hoverbox"] {
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: inline-block;
}

[class^="hoverbox"] img {
  -webkit-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hoverbox-1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  background: rgba(18, 21, 24, 0.5);
  width: 100%;
  height: 100%;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

.hoverbox-1:hover:before, .hoverbox-1:focus:before {
  visibility: visible;
  opacity: 1;
}

.hoverbox-1:hover img, .hoverbox-1:focus img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.hoverbox-1:hover .hover-content, .hoverbox-1:focus .hover-content {
  visibility: visible;
  opacity: 1;
}

.hoverbox-1 .hover-content {
  position: absolute;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

.hoverbox-1 .hover-content h1, .hoverbox-1 .hover-content h2, .hoverbox-1 .hover-content h3, .hoverbox-1 .hover-content h4, .hoverbox-1 .hover-content h5, .hoverbox-1 .hover-content h6 {
  color: white;
}

.hoverbox-1 .hover-content.center {
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  margin-top: 5px;
  padding: 0 30px;
}

.hoverbox-1 .hover-content.center:hover, .hoverbox-1 .hover-content.center:focus {
  margin-top: 0;
}

.hoverbox-1 .hover-content.bottom {
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  width: 100%;
  padding: 30px;
}

.hoverbox-1 .hover-content.bottom:hover, .hoverbox-1 .hover-content.bottom:focus {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.hoverbox-2:before {
  content: '';
  position: absolute;
  top: 16px;
  right: 16px;
  bottom: 16px;
  left: 16px;
  -webkit-transform: scale(0.99);
  transform: scale(0.99);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

.hoverbox-2 .hover-content {
  position: absolute;
  top: 50%;
  right: 16px;
  left: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  margin-top: 4px;
  padding: 0 30px;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

@media (max-width: 991.98px) {
  .hoverbox-2 .hover-content {
    padding: 0 20px;
  }
}

.hoverbox-2:hover:before, .hoverbox-2:focus:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}

.hoverbox-2:hover img, .hoverbox-2:focus img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.hoverbox-2:hover .hover-content, .hoverbox-2:focus .hover-content {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}

.hoverbox-2 .hover-content,
.hoverbox-3 .hover-content {
  color: #7C7C7C;
}

.hoverbox-2 .hover-content h1, .hoverbox-2 .hover-content h2, .hoverbox-2 .hover-content h3, .hoverbox-2 .hover-content h4, .hoverbox-2 .hover-content h5, .hoverbox-2 .hover-content h6,
.hoverbox-3 .hover-content h1,
.hoverbox-3 .hover-content h2,
.hoverbox-3 .hover-content h3,
.hoverbox-3 .hover-content h4,
.hoverbox-3 .hover-content h5,
.hoverbox-3 .hover-content h6 {
  color: #121518;
}

.hoverbox-2 .hover-content a:not([class^='button']),
.hoverbox-3 .hover-content a:not([class^='button']) {
  color: rgba(18, 21, 24, 0.9);
}

.hoverbox-2 .hover-content a:not([class^='button']):hover, .hoverbox-2 .hover-content a:not([class^='button']):focus,
.hoverbox-3 .hover-content a:not([class^='button']):hover,
.hoverbox-3 .hover-content a:not([class^='button']):focus {
  color: #121518;
}

.hoverbox-3 .hover-content {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  padding: 30px;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

@media (max-width: 991.98px) {
  .hoverbox-3 .hover-content {
    padding: 20px;
  }
}

.hoverbox-3:hover img, .hoverbox-3:focus img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.hoverbox-3:hover .hover-content, .hoverbox-3:focus .hover-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.hoverbox-4:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(18, 21, 24, 0.4);
  width: 100%;
  height: 100%;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

.hoverbox-4 .content,
.hoverbox-4 .hover-content {
  position: absolute;
  z-index: 1;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

.hoverbox-4 .content h1, .hoverbox-4 .content h2, .hoverbox-4 .content h3, .hoverbox-4 .content h4, .hoverbox-4 .content h5, .hoverbox-4 .content h6,
.hoverbox-4 .hover-content h1,
.hoverbox-4 .hover-content h2,
.hoverbox-4 .hover-content h3,
.hoverbox-4 .hover-content h4,
.hoverbox-4 .hover-content h5,
.hoverbox-4 .hover-content h6 {
  color: white;
}

.hoverbox-4 .hover-content {
  visibility: hidden;
  opacity: 0;
}

.hoverbox-4:hover:after, .hoverbox-4:focus:after {
  background: rgba(18, 21, 24, 0.5);
}

.hoverbox-4:hover img, .hoverbox-4:focus img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.hoverbox-4:hover .content, .hoverbox-4:focus .content {
  visibility: hidden;
  opacity: 0;
}

.hoverbox-4:hover .hover-content, .hoverbox-4:focus .hover-content {
  visibility: visible;
  opacity: 1;
}

.hoverbox-4.center .content,
.hoverbox-4.center .hover-content {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: 0 30px;
}

.hoverbox-4.center .hover-content {
  margin-top: 5px;
}

.hoverbox-4.center:hover .content, .hoverbox-4.center:focus .content {
  margin-top: -5px;
}

.hoverbox-4.center:hover .hover-content, .hoverbox-4.center:focus .hover-content {
  margin-top: 0;
}

.hoverbox-4.bottom .content,
.hoverbox-4.bottom .hover-content {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
}

.hoverbox-4.bottom .hover-content {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.hoverbox-4.bottom:hover .content, .hoverbox-4.bottom:focus .content {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.hoverbox-4.bottom:hover .hover-content, .hoverbox-4.bottom:focus .hover-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.hoverbox-5:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(18, 21, 24, 0.4);
  width: 100%;
  height: 100%;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

.hoverbox-5 .content,
.hoverbox-5 .hover-content {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  padding: 30px;
  color: rgba(255, 255, 255, 0.7);
}

.hoverbox-5 .content h1, .hoverbox-5 .content h2, .hoverbox-5 .content h3, .hoverbox-5 .content h4, .hoverbox-5 .content h5, .hoverbox-5 .content h6,
.hoverbox-5 .hover-content h1,
.hoverbox-5 .hover-content h2,
.hoverbox-5 .hover-content h3,
.hoverbox-5 .hover-content h4,
.hoverbox-5 .hover-content h5,
.hoverbox-5 .hover-content h6 {
  color: white;
}

.hoverbox-5 .content {
  top: 0;
}

.hoverbox-5 .hover-content {
  bottom: 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

.hoverbox-5:hover:after, .hoverbox-5:focus:after {
  background: rgba(18, 21, 24, 0.5);
}

.hoverbox-5:hover img, .hoverbox-5:focus img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.hoverbox-5:hover .hover-content, .hoverbox-5:focus .hover-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.hoverbox-6 a {
  display: block;
}

.hoverbox-6 a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

.hoverbox-6 .content {
  position: absolute;
  z-index: 2;
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  padding: 10px 16px;
  color: rgba(18, 21, 24, 0.9);
}

.hoverbox-6 .content h1, .hoverbox-6 .content h2, .hoverbox-6 .content h3, .hoverbox-6 .content h4, .hoverbox-6 .content h5, .hoverbox-6 .content h6 {
  margin: 0;
  color: rgba(18, 21, 24, 0.9);
}

.hoverbox-6 .content.top {
  top: 16px;
  left: 16px;
}

.hoverbox-6 .content.center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hoverbox-6 .content.bottom {
  bottom: 16px;
  left: 16px;
}

.hoverbox-6:hover a:before, .hoverbox-6:focus a:before {
  opacity: 1;
}

.hoverbox-6:hover img, .hoverbox-6:focus img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.hoverbox-7:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  background-image: linear-gradient(0deg, rgba(18, 21, 24, 0.5) 0%, rgba(18, 21, 24, 0.1) 100%);
  width: 100%;
  height: 100%;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

.hoverbox-7 .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.7);
}

.hoverbox-7 .hover-content h1, .hoverbox-7 .hover-content h2, .hoverbox-7 .hover-content h3, .hoverbox-7 .hover-content h4, .hoverbox-7 .hover-content h5, .hoverbox-7 .hover-content h6 {
  color: white;
}

.hoverbox-7 .hover-content .top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  opacity: 0;
  padding: 30px;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

.hoverbox-7 .hover-content .bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  opacity: 0;
  padding: 30px;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

.hoverbox-7:hover:before, .hoverbox-7:focus:before {
  visibility: visible;
  opacity: 1;
}

.hoverbox-7:hover img, .hoverbox-7:focus img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.hoverbox-7:hover .hover-content, .hoverbox-7:focus .hover-content {
  visibility: visible;
  opacity: 1;
}

.hoverbox-7:hover .hover-content .top, .hoverbox-7:hover .hover-content .bottom, .hoverbox-7:focus .hover-content .top, .hoverbox-7:focus .hover-content .bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.hoverbox-7:hover .hover-content .top, .hoverbox-7:focus .hover-content .top {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.hoverbox-7:hover .hover-content .bottom, .hoverbox-7:focus .hover-content .bottom {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.hoverbox-1 a:not([class^='button']),
.hoverbox-2 a:not([class^='button']),
.hoverbox-4 a:not([class^='button']),
.hoverbox-5 a:not([class^='button']),
.hoverbox-7 a:not([class^='button']) {
  color: rgba(255, 255, 255, 0.7);
}

.hoverbox-1 a:not([class^='button']):hover, .hoverbox-1 a:not([class^='button']):focus,
.hoverbox-2 a:not([class^='button']):hover,
.hoverbox-2 a:not([class^='button']):focus,
.hoverbox-4 a:not([class^='button']):hover,
.hoverbox-4 a:not([class^='button']):focus,
.hoverbox-5 a:not([class^='button']):hover,
.hoverbox-5 a:not([class^='button']):focus,
.hoverbox-7 a:not([class^='button']):hover,
.hoverbox-7 a:not([class^='button']):focus {
  color: white;
}

/*===========================*/

.lightbox-image-box,
.lightbox-media-box {
  position: relative;
  overflow: hidden;
  display: block;
}

.lightbox-image-box[class*='border-radius'],
.lightbox-media-box[class*='border-radius'] {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lightbox-image-box:after,
.lightbox-media-box:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: rgba(18, 21, 24, 0.1);
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

.lightbox-image-box img,
.lightbox-media-box img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.lightbox-image-box i,
.lightbox-media-box i {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(18, 21, 24, 0.6);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  color: rgba(255, 255, 255, 0.9);
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.lightbox-image-box.icon-xl i, .lightbox-image-box.icon-2xl i,
.lightbox-media-box.icon-xl i,
.lightbox-media-box.icon-2xl i {
  width: 70px;
  height: 70px;
  line-height: 70px;
}

.lightbox-image-box.icon-3xl i, .lightbox-image-box.icon-4xl i, .lightbox-image-box.icon-5xl i,
.lightbox-media-box.icon-3xl i,
.lightbox-media-box.icon-4xl i,
.lightbox-media-box.icon-5xl i {
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.lightbox-image-box:hover:after,
.lightbox-media-box:hover:after {
  opacity: 1;
}

.lightbox-image-box:hover img,
.lightbox-media-box:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.lightbox-image-box:hover i,
.lightbox-media-box:hover i {
  -webkit-transform: translate(-50%, -50%) scale(0.94);
  transform: translate(-50%, -50%) scale(0.94);
}

/*===========================*/

.splide__slide .help-bg {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.splide__slide .help-bg img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.splide__slide .help-bg:hover img {
  transform: scale(1.05);
}

.splide__slide .help-bg .help-caption {
  position: absolute;
  bottom: 15px;
  left: 12px;
  right: 12px;
  background: rgba(255,255,255,0.84);
  color: #fff;
  padding: 12px 8px;
  border-radius: 50px;
  text-align: center;
}

.splide__slide .help-bg .help-caption p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #1E1D25;
}

.splide__arrow {
  background-color: white;
	opacity: 1;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  transition: background-color 0.3s ease;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 1;
  background-color: #E1DAE7;
}

.splide__arrows {
  position: absolute;
  top: 50%;
  left: -25px;
  right: -25px;
  width: calc(100% + 50px);
  pointer-events: none;
}

.splide__arrow--prev {left: 0;}
.splide__arrow--next {right: 0;}

/*===========================*/

.mfp-bg {
  background: black;
}

.mfp-container,
.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.mfp-container {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
  padding: 0 20px;
}

.mfp-ready .mfp-container {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.mfp-ready.mfp-bg {
  opacity: 0.88;
}

.mfp-removing .mfp-container, .mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-removing .mfp-container {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}

button.mfp-close {
  display: block;
  top: -5px;
  opacity: 1;
  width: auto;
  height: auto;
  line-height: auto;
  font-size: 24px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

button.mfp-close:hover {
  top: -5px;
  opacity: 1;
  color: #fff;
}

.mfp-iframe-holder .mfp-close {
  top: -45px;
}

.mfp-iframe-holder .mfp-close:hover {
  top: -45px;
}

.mfp-close-btn-in .mfp-close {
  color: rgba(255, 255, 255, 0.7);
}

.mfp-arrow {
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.mfp-arrow-left:before {
  border-right: 0;
}

.mfp-arrow-right:before {
  border-left: 0;
}

@media (max-width: 575.98px) {
  button.mfp-arrow {
    background: rgba(18, 21, 24, 0.5);
    width: 70px;
    height: 70px;
    margin-top: -35px;
  }
  button.mfp-arrow:active {
    margin-top: -35px;
  }
  button.mfp-arrow-left {
    margin-left: 20px;
  }
  button.mfp-arrow-left:before, button.mfp-arrow-left:after {
    margin-top: 15px;
    margin-left: 20px;
  }
  button.mfp-arrow-right {
    margin-right: 20px;
  }
  button.mfp-arrow-right:before, button.mfp-arrow-right:after {
    margin-top: 15px;
    margin-left: 30px;
  }
}

.mfp-bottom-bar {
  margin-top: -30px;
}

.mfp-bottom-bar .mfp-title {
  color: rgba(255, 255, 255, 0.7);
}

.mfp-bottom-bar .mfp-counter {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.mfp-iframe-scaler iframe, .mfp-figure::after {
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3);
}

/*===========================*/

[class*='divider-'] {
  position: relative;
  overflow: hidden;
}

[class*='divider-']:before {
  content: '';
  position: absolute;
}

.divider-waves-top:before {
  top: -1px;
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(svg/waves.svg);
  background-size: 100% 100%;
  width: 100%;
  height: 70px;
}

.divider-waves-bottom:before {
  bottom: -1px;
  left: 0;
  background-image: url(svg/waves.svg);
  background-size: 100% 100%;
  width: 100%;
  height: 70px;
}

.divider-wavesO-top:before {
  top: -1px;
  left: -5%;
  background-image: url(svg/wavesO.svg);
  background-size: 100% 100%;
  width: 110%;
  height: 70px;
}

.divider-wavesO-bottom:before {
  bottom: -1px;
  left: -5%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(svg/wavesO.svg);
  background-size: 100% 100%;
  width: 110%;
  height: 70px;
}

.divider-curve-top:before {
  top: 0;
  left: -5%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(svg/curve.svg);
  background-size: 100% 100%;
  width: 110%;
  height: 60px;
}

.divider-curve-bottom:before {
  bottom: 0;
  left: -5%;
  background-image: url(svg/curve.svg);
  background-size: 100% 100%;
  width: 110%;
  height: 60px;
}

@media (max-width: 991.98px) {
  .divider-waves-top:before,
  .divider-waves-bottom:before {
    left: -20%;
    width: 140%;
    height: 50px;
  }
  .divider-wavesO-top:before,
  .divider-wavesO-bottom:before {
    left: -25%;
    width: 150%;
    height: 50px;
  }
  .divider-curve-top:before,
  .divider-curve-bottom:before {
    height: 50px;
  }
}

/*===========================*/

.owl-carousel[data-owl-nav="true"]:not([class*='owl-nav-']) {
  padding: 0 56px;
}

@media (max-width: 991.98px) {
  .owl-carousel[data-owl-nav="true"]:not([class*='owl-nav-']) {
    padding: 0 48px;
  }
}

.owl-carousel .owl-item img {
  width: auto;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  height: 36px;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}

.owl-carousel .owl-nav button.owl-next {
  right: 0;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: rgba(18, 21, 24, 0.6);
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.owl-carousel .owl-nav button.owl-next i, .owl-carousel .owl-nav button.owl-prev i {
  font-size: 1.3em;
  line-height: 36px;
}

.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-prev:focus {
  background: #eef2f6;
  color: black;
}

@media (max-width: 991.98px) {
  .owl-carousel .owl-nav {
    height: 32px;
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 32px;
    height: 32px;
  }
  .owl-carousel .owl-nav button.owl-next i, .owl-carousel .owl-nav button.owl-prev i {
    font-size: 1em;
    line-height: 32px;
  }
}

.owl-carousel.owl-nav-left .owl-nav, .owl-carousel.owl-nav-right .owl-nav {
  padding-bottom: 0;
}

.owl-carousel .owl-dots {
  margin-top: 20px;
  margin-right: -2px;
  margin-left: -2px;
  text-align: center;
  line-height: 0;
}

@media (max-width: 991.98px) {
  .owl-carousel .owl-dots {
    margin-top: 16px;
  }
}

.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  vertical-align: middle;
}

.owl-carousel .owl-dots .owl-dot:before, .owl-carousel .owl-dots .owl-dot:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.owl-carousel .owl-dots .owl-dot:before {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  opacity: 0;
  background: transparent;
  border: 1px solid black;
}

.owl-carousel .owl-dots .owl-dot:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.3;
  background: black;
  width: 6px;
  height: 6px;
}

.owl-carousel .owl-dots .owl-dot:hover:after, .owl-carousel .owl-dots .owl-dot:focus:after, .owl-carousel .owl-dots .owl-dot.active:after {
  opacity: 1;
}

.owl-carousel .owl-dots .owl-dot.active:before, .owl-carousel .owl-dots .owl-dot.active:after {
  opacity: 1;
}

.owl-carousel .owl-dots .owl-dot.active:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.owl-carousel:not([data-owl-dots="false"]):not([class*='owl-dots-over']) .owl-nav {
  margin-top: -20px;
}

@media (max-width: 991.98px) {
  .owl-carousel:not([data-owl-dots="false"]):not([class*='owl-dots-over']) .owl-nav {
    margin-top: -18px;
  }
}

.bg-black .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-next, .bg-black .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-prev,
[class*='bg-dark'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-next,
[class*='bg-dark'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-prev,
[class*='bg-gradient-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-next,
[class*='bg-gradient-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-prev,
[class*='bg-color-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-next,
[class*='bg-color-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-prev {
  color: rgba(255, 255, 255, 0.7);
}

.bg-black .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-next:hover, .bg-black .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-next:focus, .bg-black .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-prev:hover, .bg-black .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-prev:focus,
[class*='bg-dark'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-next:hover,
[class*='bg-dark'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-next:focus,
[class*='bg-dark'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-prev:hover,
[class*='bg-dark'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-prev:focus,
[class*='bg-gradient-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-next:hover,
[class*='bg-gradient-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-next:focus,
[class*='bg-gradient-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-prev:hover,
[class*='bg-gradient-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-prev:focus,
[class*='bg-color-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-next:hover,
[class*='bg-color-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-next:focus,
[class*='bg-color-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-prev:hover,
[class*='bg-color-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-nav button.owl-prev:focus {
  background: rgba(255, 255, 255, 0.15);
  color: white;
}

.bg-black .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot:before,
[class*='bg-dark'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot:before,
[class*='bg-gradient-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot:before,
[class*='bg-color-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot:before {
  border-color: white;
}

.bg-black .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot:after,
[class*='bg-dark'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot:after,
[class*='bg-gradient-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot:after,
[class*='bg-color-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot:after {
  background: white;
  opacity: 0.5;
}

.bg-black .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot:hover:after, .bg-black .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot:focus:after, .bg-black .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot.active:after,
[class*='bg-dark'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot:hover:after,
[class*='bg-dark'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot:focus:after,
[class*='bg-dark'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot.active:after,
[class*='bg-gradient-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot:hover:after,
[class*='bg-gradient-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot:focus:after,
[class*='bg-gradient-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot.active:after,
[class*='bg-color-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot:hover:after,
[class*='bg-color-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot:focus:after,
[class*='bg-color-'] .owl-carousel:not([class*='owl-dots-over']):not([class*='owl-nav-over']) .owl-dots .owl-dot.active:after {
  opacity: 1;
}

[class*='bg-gray'] .owl-carousel .owl-nav button.owl-next:hover, [class*='bg-gray'] .owl-carousel .owl-nav button.owl-next:focus, [class*='bg-gray'] .owl-carousel .owl-nav button.owl-prev:hover, [class*='bg-gray'] .owl-carousel .owl-nav button.owl-prev:focus,
[class*='bg-light'] .owl-carousel .owl-nav button.owl-next:hover,
[class*='bg-light'] .owl-carousel .owl-nav button.owl-next:focus,
[class*='bg-light'] .owl-carousel .owl-nav button.owl-prev:hover,
[class*='bg-light'] .owl-carousel .owl-nav button.owl-prev:focus {
  background: rgba(18, 21, 24, 0.05);
}

.owl-carousel.owl-nav-left .owl-nav, .owl-carousel.owl-nav-right .owl-nav {
  height: auto;
}

.owl-carousel.owl-nav-left .owl-nav button, .owl-carousel.owl-nav-right .owl-nav button {
  position: static;
  display: block;
  margin: 8px 0;
}

.owl-carousel.owl-nav-left .owl-nav button.owl-prev, .owl-carousel.owl-nav-left .owl-nav button.owl-next, .owl-carousel.owl-nav-right .owl-nav button.owl-prev, .owl-carousel.owl-nav-right .owl-nav button.owl-next {
  right: auto;
  left: auto;
}

.owl-carousel.owl-nav-left {
  padding: 0 0 0 56px;
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-nav-left {
    padding: 0 0 0 48px;
  }
}

.owl-carousel.owl-nav-left .owl-nav {
  right: auto;
}

.owl-carousel.owl-nav-right {
  padding: 0 56px 0 0;
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-nav-right {
    padding: 0 48px 0 0;
  }
}

.owl-carousel.owl-nav-right .owl-nav {
  left: auto;
}

.owl-carousel.owl-nav-overlay .owl-nav {
  z-index: 1;
  padding-bottom: 0;
}

.owl-carousel.owl-nav-overlay .owl-nav button.owl-next, .owl-carousel.owl-nav-overlay .owl-nav button.owl-prev {
  opacity: 1;
  background: rgba(18, 21, 24, 0.3);
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.owl-carousel.owl-nav-overlay .owl-nav button.owl-next i, .owl-carousel.owl-nav-overlay .owl-nav button.owl-prev i {
  line-height: 50px;
}

.owl-carousel.owl-nav-overlay .owl-nav button.owl-next:hover, .owl-carousel.owl-nav-overlay .owl-nav button.owl-next:focus, .owl-carousel.owl-nav-overlay .owl-nav button.owl-prev:hover, .owl-carousel.owl-nav-overlay .owl-nav button.owl-prev:focus {
  opacity: 1;
  background: rgba(18, 21, 24, 0.4);
  color: white;
}

@media (min-width: 992px) {
  .owl-carousel.owl-nav-overlay .owl-nav {
    opacity: 0;
    -webkit-transition: ease-out 0.16s;
    transition: ease-out 0.16s;
  }
  .owl-carousel.owl-nav-overlay:hover .owl-nav {
    opacity: 1;
  }
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-nav-overlay .owl-nav {
    display: none;
  }
}

.owl-carousel.owl-nav-overlay .owl-nav {
  height: 50px;
}

.owl-carousel.owl-nav-overlay .owl-nav button.owl-prev {
  left: 20px;
}

.owl-carousel.owl-nav-overlay .owl-nav button.owl-next {
  right: 20px;
}

.owl-carousel.owl-nav-overlay:not([data-owl-dots="false"]):not([class*='owl-dots-over']) .owl-nav {
  margin-top: -20px;
}

.owl-carousel.owl-dots-left .owl-dots {
  text-align: left;
}

.owl-carousel.owl-dots-right .owl-dots {
  text-align: right;
}

.owl-carousel.owl-dots-overlay .owl-dots {
  position: absolute;
  bottom: 20px;
  background: rgba(18, 21, 24, 0.3);
  border-radius: 20px;
  margin: 0;
  padding: 5px;
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-dots-overlay .owl-dots {
    bottom: 16px;
  }
}

.owl-carousel.owl-dots-overlay .owl-dots .owl-dot:before {
  border-color: white;
}

.owl-carousel.owl-dots-overlay .owl-dots .owl-dot:after {
  background: white;
  opacity: 0.5;
}

.owl-carousel.owl-dots-overlay .owl-dots .owl-dot:hover:after, .owl-carousel.owl-dots-overlay .owl-dots .owl-dot:focus:after, .owl-carousel.owl-dots-overlay .owl-dots .owl-dot.active:after {
  opacity: 1;
}

.owl-carousel.owl-dots-overlay .owl-dots {
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.owl-carousel.owl-dots-overlay.owl-nav-overlap-right .owl-dots {
  margin-left: -12.5px;
}

.owl-carousel.owl-dots-overlay.owl-nav-left .owl-dots {
  margin-left: 28px;
}

.owl-carousel.owl-dots-overlay.owl-nav-right .owl-dots {
  margin-left: -28px;
}

@media (min-width: 992px) {
  .owl-carousel.owl-dots-overlay.owl-nav-overlap-left .owl-dots {
    margin-left: 12.5px;
  }
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-dots-overlay.owl-nav-overlap-left .owl-dots, .owl-carousel.owl-dots-overlay.owl-nav-overlap-right .owl-dots {
    margin-left: -10px;
  }
}

.owl-carousel.owl-dots-overlap .owl-dots, .owl-carousel.owl-dots-overlap-left .owl-dots, .owl-carousel.owl-dots-overlap-right .owl-dots {
  position: absolute;
  bottom: 0;
  background: white;
  border-radius: 20px;
  -webkit-box-shadow: 0 6px 30px 0 rgba(22, 24, 26, 0.13);
  box-shadow: 0 6px 30px 0 rgba(22, 24, 26, 0.13);
  margin: 0;
  padding: 5px;
}

.owl-carousel.owl-dots-overlap .owl-dots:hover, .owl-carousel.owl-dots-overlap .owl-dots:focus, .owl-carousel.owl-dots-overlap-left .owl-dots:hover, .owl-carousel.owl-dots-overlap-left .owl-dots:focus, .owl-carousel.owl-dots-overlap-right .owl-dots:hover, .owl-carousel.owl-dots-overlap-right .owl-dots:focus {
  -webkit-box-shadow: 0 6px 36px 0 rgba(22, 24, 26, 0.19);
  box-shadow: 0 6px 36px 0 rgba(22, 24, 26, 0.19);
}

.owl-carousel.owl-dots-overlap .owl-dots .owl-dot:before, .owl-carousel.owl-dots-overlap-left .owl-dots .owl-dot:before, .owl-carousel.owl-dots-overlap-right .owl-dots .owl-dot:before {
  border-color: #121518;
}

.owl-carousel.owl-dots-overlap .owl-dots .owl-dot:after, .owl-carousel.owl-dots-overlap-left .owl-dots .owl-dot:after, .owl-carousel.owl-dots-overlap-right .owl-dots .owl-dot:after {
  background: #121518;
  opacity: 0.3;
}

.owl-carousel.owl-dots-overlap .owl-dots .owl-dot:hover:after, .owl-carousel.owl-dots-overlap .owl-dots .owl-dot:focus:after, .owl-carousel.owl-dots-overlap .owl-dots .owl-dot.active:after, .owl-carousel.owl-dots-overlap-left .owl-dots .owl-dot:hover:after, .owl-carousel.owl-dots-overlap-left .owl-dots .owl-dot:focus:after, .owl-carousel.owl-dots-overlap-left .owl-dots .owl-dot.active:after, .owl-carousel.owl-dots-overlap-right .owl-dots .owl-dot:hover:after, .owl-carousel.owl-dots-overlap-right .owl-dots .owl-dot:focus:after, .owl-carousel.owl-dots-overlap-right .owl-dots .owl-dot.active:after {
  opacity: 1;
}

.owl-carousel.owl-dots-overlap .owl-dots {
  right: auto;
  left: 50%;
  -webkit-transform: translateY(50%) translateX(-50%);
  transform: translateY(50%) translateX(-50%);
}

.owl-carousel.owl-dots-overlap.owl-nav-left .owl-dots {
  margin-left: 28px;
}

.owl-carousel.owl-dots-overlap.owl-nav-right .owl-dots {
  margin-left: -28px;
}

.owl-carousel.owl-dots-overlap.owl-nav-overlap-right .owl-dots {
  margin-left: -12.5px;
}

@media (min-width: 992px) {
  .owl-carousel.owl-dots-overlap.owl-nav-overlap-left .owl-dots {
    margin-left: 12.5px;
  }
}

.owl-carousel.owl-dots-overlap-left .owl-dots, .owl-carousel.owl-dots-overlap-right .owl-dots {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.owl-carousel.owl-dots-overlap-left .owl-dots {
  right: auto;
  left: 20px;
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-dots-overlap-left .owl-dots {
    left: 16px;
  }
}

.owl-carousel.owl-dots-overlap-left[data-owl-nav="true"]:not(.owl-nav-right):not([class*='owl-nav-over']) .owl-dots, .owl-carousel.owl-dots-overlap-left.owl-nav-left:not(.owl-nav-right):not([class*='owl-nav-over']) .owl-dots {
  left: 76px;
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-dots-overlap-left[data-owl-nav="true"]:not(.owl-nav-right):not([class*='owl-nav-over']) .owl-dots, .owl-carousel.owl-dots-overlap-left.owl-nav-left:not(.owl-nav-right):not([class*='owl-nav-over']) .owl-dots {
    left: 64px;
  }
}

.owl-carousel.owl-dots-overlap-left.owl-nav-overlap .owl-dots {
  left: 45px;
}

@media (min-width: 992px) {
  .owl-carousel.owl-dots-overlap-left.owl-nav-overlap-left .owl-dots {
    left: 45px;
  }
}

.owl-carousel.owl-dots-overlap-right .owl-dots {
  right: 20px;
  left: auto;
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-dots-overlap-right .owl-dots {
    right: 16px;
  }
}

.owl-carousel.owl-dots-overlap-right[data-owl-nav="true"]:not(.owl-nav-left):not([class*='owl-nav-over']) .owl-dots, .owl-carousel.owl-dots-overlap-right.owl-nav-right:not(.owl-nav-left):not([class*='owl-nav-over']) .owl-dots {
  right: 76px;
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-dots-overlap-right[data-owl-nav="true"]:not(.owl-nav-left):not([class*='owl-nav-over']) .owl-dots, .owl-carousel.owl-dots-overlap-right.owl-nav-right:not(.owl-nav-left):not([class*='owl-nav-over']) .owl-dots {
    right: 64px;
  }
}

.owl-carousel.owl-dots-overlap-right.owl-nav-overlap .owl-dots, .owl-carousel.owl-dots-overlap-right.owl-nav-overlap-right .owl-dots {
  right: 45px;
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-dots-overlap-right.owl-nav-overlap .owl-dots, .owl-carousel.owl-dots-overlap-right.owl-nav-overlap-right .owl-dots {
    right: 36px;
  }
}

.owl-carousel.owl-nav-overlap {
  padding: 0 25px;
}

.owl-carousel.owl-nav-overlap .owl-nav {
  right: 25px;
  left: 25px;
  z-index: 1;
  height: 50px;
}

.owl-carousel.owl-nav-overlap .owl-nav button {
  opacity: 1;
  background: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 36px 0 rgba(22, 24, 26, 0.13);
  box-shadow: 0 10px 36px 0 rgba(22, 24, 26, 0.13);
  color: #121518;
}

.owl-carousel.owl-nav-overlap .owl-nav button.owl-prev {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.owl-carousel.owl-nav-overlap .owl-nav button.owl-next {
  right: 0;
  left: auto;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.owl-carousel.owl-nav-overlap .owl-nav button:hover, .owl-carousel.owl-nav-overlap .owl-nav button:focus {
  opacity: 1;
  background: white;
  color: #121518;
  -webkit-box-shadow: 0 10px 40px 0 rgba(22, 24, 26, 0.19);
  box-shadow: 0 10px 40px 0 rgba(22, 24, 26, 0.19);
}

.owl-carousel.owl-nav-overlap:not([data-owl-dots="false"]):not([class*='owl-dots-over']) .owl-nav {
  margin-top: -20px;
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-nav-overlap:not([data-owl-dots="false"]):not([class*='owl-dots-over']) .owl-nav {
    margin-top: -18px;
  }
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-nav-overlap {
    padding: 0 20px;
  }
  .owl-carousel.owl-nav-overlap .owl-nav {
    right: 20px;
    left: 20px;
    height: 40px;
  }
  .owl-carousel.owl-nav-overlap .owl-nav button.owl-prev,
  .owl-carousel.owl-nav-overlap .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 992px) {
  .owl-carousel.owl-nav-overlap-left {
    padding: 0 0 0 25px;
  }
  .owl-carousel.owl-nav-overlap-left .owl-nav {
    left: 25px;
    right: auto;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
}

.owl-carousel.owl-nav-overlap-right {
  padding: 0 25px 0 0;
}

.owl-carousel.owl-nav-overlap-right .owl-nav {
  left: auto;
  right: 25px;
  -webkit-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
}

.owl-carousel.owl-nav-overlap-left .owl-nav, .owl-carousel.owl-nav-overlap-right .owl-nav {
  z-index: 1;
  width: 50px;
  height: auto;
  padding-bottom: 0;
}

.owl-carousel.owl-nav-overlap-left .owl-nav button.owl-prev,
.owl-carousel.owl-nav-overlap-left .owl-nav button.owl-next, .owl-carousel.owl-nav-overlap-right .owl-nav button.owl-prev,
.owl-carousel.owl-nav-overlap-right .owl-nav button.owl-next {
  position: static;
  right: 0;
  left: 0;
  opacity: 1;
  background: white;
  width: 50px;
  height: 50px;
  margin: 4px 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 36px 0 rgba(22, 24, 26, 0.13);
  box-shadow: 0 10px 36px 0 rgba(22, 24, 26, 0.13);
  color: #121518;
}

.owl-carousel.owl-nav-overlap-left .owl-nav button.owl-prev:hover, .owl-carousel.owl-nav-overlap-left .owl-nav button.owl-prev:focus,
.owl-carousel.owl-nav-overlap-left .owl-nav button.owl-next:hover,
.owl-carousel.owl-nav-overlap-left .owl-nav button.owl-next:focus, .owl-carousel.owl-nav-overlap-right .owl-nav button.owl-prev:hover, .owl-carousel.owl-nav-overlap-right .owl-nav button.owl-prev:focus,
.owl-carousel.owl-nav-overlap-right .owl-nav button.owl-next:hover,
.owl-carousel.owl-nav-overlap-right .owl-nav button.owl-next:focus {
  opacity: 1;
  background: white;
  -webkit-box-shadow: 0 10px 40px 0 rgba(22, 24, 26, 0.19);
  box-shadow: 0 10px 40px 0 rgba(22, 24, 26, 0.19);
  color: #121518;
}

.owl-carousel.owl-nav-overlap-left:not([data-owl-dots="false"]):not([class*='owl-dots-over']) .owl-nav, .owl-carousel.owl-nav-overlap-right:not([data-owl-dots="false"]):not([class*='owl-dots-over']) .owl-nav {
  margin-top: -20px;
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-nav-overlap-left:not([data-owl-dots="false"]):not([class*='owl-dots-over']) .owl-nav, .owl-carousel.owl-nav-overlap-right:not([data-owl-dots="false"]):not([class*='owl-dots-over']) .owl-nav {
    margin-top: -18px;
  }
}

@media (max-width: 991.98px) {
  .owl-carousel.owl-nav-overlap-left, .owl-carousel.owl-nav-overlap-right {
    padding: 0 20px 0 0;
  }
  .owl-carousel.owl-nav-overlap-left .owl-nav, .owl-carousel.owl-nav-overlap-right .owl-nav {
    left: auto;
    right: 20px;
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    width: 40px;
  }
  .owl-carousel.owl-nav-overlap-left .owl-nav button.owl-prev,
  .owl-carousel.owl-nav-overlap-left .owl-nav button.owl-next, .owl-carousel.owl-nav-overlap-right .owl-nav button.owl-prev,
  .owl-carousel.owl-nav-overlap-right .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
  }
}

/*===========================*/

.testimonial-box {
  max-width: 730px;
  margin: 0 auto;
  text-align: center;
}

.testimonial-box img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
}

.testimonial-grid {
  overflow: hidden;
}

@media (min-width: 992px) {
  .testimonial-grid.column-2 .testimonial-grid-box {
    width: 50%;
  }
}

.testimonial-grid.column-1 .testimonial-grid-box {
  width: 100%;
  padding: 30px 0;
}

.testimonial-grid .testimonial-grid-box {
  position: relative;
  float: left;
  width: 33.3%;
  padding: 30px;
}

.testimonial-grid .testimonial-grid-box:before, .testimonial-grid .testimonial-grid-box:after {
  content: '';
  position: absolute;
}

.testimonial-grid .testimonial-grid-box:before {
  top: 0;
  left: -1px;
  height: 100%;
  border-left: 1px dashed rgba(18, 21, 24, 0.1);
}

.testimonial-grid .testimonial-grid-box:after {
  left: 0;
  bottom: -1px;
  width: 100%;
  border-bottom: 1px dashed rgba(18, 21, 24, 0.1);
}

.testimonial-grid .testimonial-grid-box .testimonial-img {
  float: left;
  margin-right: 20px;
}

.testimonial-grid .testimonial-grid-box .testimonial-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.testimonial-grid .testimonial-grid-box .testimonial-content {
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .testimonial-grid .testimonial-grid-box {
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  .testimonial-grid .testimonial-grid-box {
    width: 100%;
    padding: 30px 0;
  }
}

.testimonial-grid.border-style-solid {
  border: 0;
}

.testimonial-grid.border-style-solid .testimonial-grid-box:before {
  border-left-style: solid;
}

.testimonial-grid.border-style-solid .testimonial-grid-box:after {
  border-bottom-style: solid;
}

.testimonial-grid.border-style-dotted {
  border: 0;
}

.testimonial-grid.border-style-dotted .testimonial-grid-box:before {
  border-left-style: dotted;
}

.testimonial-grid.border-style-dotted .testimonial-grid-box:after {
  border-bottom-style: dotted;
}

.testimonial-grid.border-0 {
  margin: -15px;
}

.testimonial-grid.border-0 .testimonial-grid-box {
  padding: 15px;
}

.testimonial-grid.border-0 .testimonial-grid-box:before, .testimonial-grid.border-0 .testimonial-grid-box:after {
  border: 0;
}

@media (max-width: 767.98px) {
  .testimonial-grid.border-0 {
    margin: -15px 0;
  }
  .testimonial-grid.border-0 .testimonial-grid-box {
    padding: 15px 0;
  }
}

/*===========================*/

.text-link {
  color: rgba(18, 21, 24, 0.9);
  position: relative;
}

.text-link:hover, .text-link:focus {
  color: #121518;
}

.text-link:before, .text-link:after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: linear 0.2s;
}

.text-link:before {
  background: rgba(18, 21, 24, 0.2);
}

.text-link:after {
  opacity: 0;
  transform: translateY(3px);
  background: rgba(251,51,243,0.90);
}

.text-link:hover:before {
  opacity: 0;
}

.text-link:hover:after {
  transform: translateY(0);
  opacity: 1;
}

[class*='bg-color-'] .text-link {
  color: rgba(255, 255, 255, 0.8);
}

[class*='bg-color-'] .text-link:hover, [class*='bg-color-'] .text-link:focus {
  color: white;
}

[class*='bg-color-'] .text-link:before {
  background: rgba(255, 255, 255, 0.3);
}

[class*='bg-color-'] .text-link:after {
  background: white;
}

/*===========================*/


.timeline-wrapper {
  position: relative;
}

.timeline-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  background: #e2e6ea;
  width: 1px;
  height: 100%;
}

.timeline-wrapper .timeline .timeline-date {
  position: relative;
}

.timeline-wrapper .timeline .timeline-date:before {
  content: '';
  position: absolute;
  top: 31px;
  background: #e2e6ea;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.timeline-wrapper .timeline .timeline-date:after {
  content: '';
  position: absolute;
  top: 37px;
  background: #121518;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .timeline-wrapper {
    position: relative;
  }
  .timeline-wrapper:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .timeline-wrapper .timeline {
    position: relative;
  }
  .timeline-wrapper .timeline .timeline-date, .timeline-wrapper .timeline .timeline-content {
    width: 50%;
    padding: 30px;
  }
  .timeline-wrapper .timeline .timeline-date {
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
  }
  .timeline-wrapper .timeline .timeline-date:before {
    right: -10px;
  }
  .timeline-wrapper .timeline .timeline-date:after {
    right: -4px;
  }
  .timeline-wrapper .timeline .timeline-date h1, .timeline-wrapper .timeline .timeline-date h2, .timeline-wrapper .timeline .timeline-date h3, .timeline-wrapper .timeline .timeline-date h4, .timeline-wrapper .timeline .timeline-date h5, .timeline-wrapper .timeline .timeline-date h6 {
    position: relative;
    text-align: right;
  }
  .timeline-wrapper .timeline .timeline-content {
    margin-left: 50%;
  }
  .timeline-wrapper .timeline:nth-child(even) .timeline-date {
    left: 50%;
    text-align: left;
  }
  .timeline-wrapper .timeline:nth-child(even) .timeline-date:before {
    right: auto;
    left: -10px;
  }
  .timeline-wrapper .timeline:nth-child(even) .timeline-date:after {
    right: auto;
    left: -4px;
  }
  .timeline-wrapper .timeline:nth-child(even) .timeline-date h1, .timeline-wrapper .timeline:nth-child(even) .timeline-date h2, .timeline-wrapper .timeline:nth-child(even) .timeline-date h3, .timeline-wrapper .timeline:nth-child(even) .timeline-date h4, .timeline-wrapper .timeline:nth-child(even) .timeline-date h5, .timeline-wrapper .timeline:nth-child(even) .timeline-date h6 {
    text-align: left;
  }
  .timeline-wrapper .timeline:nth-child(even) .timeline-content {
    margin-left: 0;
    text-align: right;
  }
  .timeline-wrapper.timeline-left:before {
    left: 200px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .timeline-wrapper.timeline-left .timeline .timeline-date {
    width: 200px;
    padding: 30px 30px 0 0;
  }
  .timeline-wrapper.timeline-left .timeline .timeline-content {
    width: auto;
    margin: 0 0 0 200px;
    padding: 30px 0 0 30px;
    text-align: left;
  }
  .timeline-wrapper.timeline-left .timeline:nth-child(even) .timeline-date {
    left: auto;
    text-align: right;
  }
  .timeline-wrapper.timeline-left .timeline:nth-child(even) .timeline-date:before {
    right: -10px;
    left: auto;
  }
  .timeline-wrapper.timeline-left .timeline:nth-child(even) .timeline-date:after {
    right: -4px;
    left: auto;
  }
  .timeline-wrapper.timeline-left .timeline:nth-child(even) .timeline-date h1, .timeline-wrapper.timeline-left .timeline:nth-child(even) .timeline-date h2, .timeline-wrapper.timeline-left .timeline:nth-child(even) .timeline-date h3, .timeline-wrapper.timeline-left .timeline:nth-child(even) .timeline-date h4, .timeline-wrapper.timeline-left .timeline:nth-child(even) .timeline-date h5, .timeline-wrapper.timeline-left .timeline:nth-child(even) .timeline-date h6 {
    text-align: right;
  }
  .timeline-wrapper.timeline-left .timeline:last-child .timeline-date, .timeline-wrapper.timeline-left .timeline:last-child .timeline-content {
    padding-bottom: 30px;
  }
  .timeline-wrapper.timeline-right:before {
    right: 200px;
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .timeline-wrapper.timeline-right .timeline .timeline-date {
    right: 0;
    left: auto;
    width: 200px;
    padding: 30px 0 0 30px;
    text-align: left;
  }
  .timeline-wrapper.timeline-right .timeline .timeline-date:before {
    right: auto;
    left: -10px;
  }
  .timeline-wrapper.timeline-right .timeline .timeline-date:after {
    right: auto;
    left: -4px;
  }
  .timeline-wrapper.timeline-right .timeline .timeline-date h1, .timeline-wrapper.timeline-right .timeline .timeline-date h2, .timeline-wrapper.timeline-right .timeline .timeline-date h3, .timeline-wrapper.timeline-right .timeline .timeline-date h4, .timeline-wrapper.timeline-right .timeline .timeline-date h5, .timeline-wrapper.timeline-right .timeline .timeline-date h6 {
    text-align: left;
  }
  .timeline-wrapper.timeline-right .timeline .timeline-content {
    width: auto;
    margin: 0 200px 0 0;
    padding: 30px 30px 0 0;
    text-align: right;
  }
  .timeline-wrapper.timeline-right .timeline:nth-child(even) .timeline-date {
    left: auto;
    text-align: left;
  }
  .timeline-wrapper.timeline-right .timeline:nth-child(even) .timeline-date:before {
    left: -10px;
  }
  .timeline-wrapper.timeline-right .timeline:nth-child(even) .timeline-date:after {
    left: -4px;
  }
  .timeline-wrapper.timeline-right .timeline:nth-child(even) .timeline-date h1, .timeline-wrapper.timeline-right .timeline:nth-child(even) .timeline-date h2, .timeline-wrapper.timeline-right .timeline:nth-child(even) .timeline-date h3, .timeline-wrapper.timeline-right .timeline:nth-child(even) .timeline-date h4, .timeline-wrapper.timeline-right .timeline:nth-child(even) .timeline-date h5, .timeline-wrapper.timeline-right .timeline:nth-child(even) .timeline-date h6 {
    text-align: left;
  }
  .timeline-wrapper.timeline-right .timeline:last-child .timeline-date, .timeline-wrapper.timeline-right .timeline:last-child .timeline-content {
    padding-bottom: 30px;
  }
}

@media (max-width: 991.98px) {
  .timeline-wrapper {
    padding-left: 30px;
  }
  .timeline-wrapper:before {
    left: 0;
  }
  .timeline-wrapper .timeline {
    margin-bottom: 30px;
  }
  .timeline-wrapper .timeline:first-child {
    padding-top: 30px;
  }
  .timeline-wrapper .timeline:last-child {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  .timeline-wrapper .timeline .timeline-date:before {
    top: 1px;
    left: -40px;
  }
  .timeline-wrapper .timeline .timeline-date:after {
    top: 7px;
    left: -34px;
  }
}

@media (max-width: 575.98px) {
  .timeline-wrapper {
    padding-left: 20px;
  }
  .timeline-wrapper .timeline .timeline-date:before {
    left: -30px;
  }
  .timeline-wrapper .timeline .timeline-date:after {
    left: -24px;
  }
}

/*===========================*/

.gallery-wrapper .gallery-box .gallery-img {
  position: relative;
  overflow: hidden;
}

.gallery-wrapper .gallery-box .gallery-img a {
  display: block;
}

.gallery-wrapper .gallery-box .gallery-img a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

.gallery-wrapper .gallery-box .gallery-img a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
  -webkit-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gallery-wrapper .gallery-box .gallery-img a:hover:before {
  opacity: 1;
}

.gallery-wrapper .gallery-box .gallery-img a:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.gallery-wrapper .gallery-box .gallery-img a .gallery-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  background: white;
  padding: 10px 20px;
}

.gallery-wrapper .gallery-box .gallery-img a .gallery-title h1, .gallery-wrapper .gallery-box .gallery-img a .gallery-title h2, .gallery-wrapper .gallery-box .gallery-img a .gallery-title h3, .gallery-wrapper .gallery-box .gallery-img a .gallery-title h4, .gallery-wrapper .gallery-box .gallery-img a .gallery-title h5, .gallery-wrapper .gallery-box .gallery-img a .gallery-title h6 {
  display: inline-block;
  margin: 0;
}

.gallery-wrapper.hover-style-2 .gallery-box .gallery-img a:before {
  background: rgba(18, 21, 24, 0.1);
}

.gallery-wrapper[class*='border-radius'] .gallery-box .gallery-img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}

.gallery-wrapper.border-radius .gallery-box .gallery-img {
  border-radius: 0.4em;
}

.gallery-wrapper.border-radius-1 .gallery-box .gallery-img {
  border-radius: 1.0em;
}

























/*===========================*/

.header {
  top: 0;
  z-index: 993;
  overflow: visible;
  background: white;
  width: 100%;
  height: 80px;
  transition: ease-in-out 0.2s;
}

.header.hide {
  transform: translateY(-100%);
}

.header .container, .header .container-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
}

.header .header-logo {
  display: inline-block;
}

.header .header-logo img {
  width: auto;
  height: 54px;
  max-height: 54px;
}

.header .header-toggle {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: auto;
  cursor: pointer;
}

.header .header-toggle span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #121518;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  transition: linear 0.2s;
}

.header .header-toggle span:before,
.header .header-toggle span:after {
  content: '';
  position: absolute;
  left: 0;
  background: #121518;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  transition: linear 0.2s;
}

.header .header-toggle span:before {
  top: -8px;
}

.header .header-toggle span:after {
  bottom: -8px;
}

.header .header-toggle.toggle-close span {
  background: transparent;
}

.header .header-toggle.toggle-close span:before {
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
}

.header .header-toggle.toggle-close span:after {
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
}

.header .header-menu {
  display: inline-block;
  font-size: 1rem;
  z-index: 995;
}

.header .header-menu .nav {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header .header-menu .nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header .header-menu .nav .nav-item {
  text-align: left;
}

.header .header-menu .nav .nav-item .nav-link {
  padding: 0;
  font-family: var(--primary-font);
  letter-spacing: -0.2px;
  color: #121518;
}

.header .header-menu .nav .nav-item .nav-link:hover,
.header .header-menu .nav .nav-item .nav-link.active {
  color: #b792fc;
}

.header .header-menu .nav .nav-item .nav-dropdown-toggle {
  position: relative;
  display: inline-block;
}

.header .header-menu .nav .nav-item .nav-dropdown-toggle:after {
  content: '\f107';
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 0.8rem;
}

.header .header-menu .nav .nav-item .nav-dropdown {
  background: white;
}

.header .header-menu .nav .nav-item .nav-dropdown a {
  color: #121518;
}

.header .header-menu .nav .nav-item .nav-dropdown a:hover,
.header .header-menu .nav .nav-item .nav-dropdown a:focus {
  color: #A680ED;
  color: #121518;
}

.header .header-social a {
  color: #121518;
  font-size: 1.5rem;
}

.header .header-social a:hover,
.header .header-social a:focus {
  color: #b792fc;
}

.header.reverse-scroll {
  top: 0;
  left: 0;
  position: fixed;
  box-shadow: 0 0 36px 0 rgba(22, 25, 28, 0.17);
}

.header .header-logo .logo-dark {
  opacity: 0;
  transition: opacity 0.2s linear;
}

.header:not(.trans-dark) .header-logo .logo-dark {
  opacity: 1;
}

.header.trans-dark {
  box-shadow: none;
}

/* ==== Desktop Menu ==== */

@media (min-width: 992px) {
  .header .header-logo,
  .header .header-social {
    z-index: 996;
  }
  .header .header-menu {
    height: 80px;
  }
  .header.center .header-logo {
    margin-right: auto;
  }
  .header.center .header-menu .nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    text-align: center;
  }
  .header .header-menu .nav .nav-item {
    position: relative;
    display: inline-block;
    height: 100%;
    margin: 0 0 0 20px;
  }
  .header .header-menu .nav .nav-item:first-child {
    margin-left: 0;
  }
  .header .header-menu .nav .nav-item .nav-link {
    position: relative;
    display: inline-block;
    line-height: 80px;
  }
  .header .header-menu .nav .nav-item .nav-link.d-toggle {
    padding-right: 16px;
  }
  .header .header-menu .nav .nav-item .nav-dropdown-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -2px;
    color: #121518;
  }
  .header .header-menu .nav .nav-item .nav-dropdown-toggle:hover {
    color: #121518;
  }
  .header .header-menu .nav .nav-item .nav-dropdown {
    position: absolute;
    top: 84px;
    left: 0;
    transform: translateY(20px);
    z-index: 995;
    visibility: hidden;
    opacity: 0;
    background: white;
    width: 240px;
    box-shadow: 0 10px 40px -4px rgba(22, 25, 28, 0.24);
    border-radius: 12px;
    padding: 15px 0;
    transition: ease-out 0.24s;
  }
  .header .header-menu .nav .nav-item .nav-dropdown:before {
    content: '';
    position: absolute;
    top: -4px;
    width: 100%;
    height: 4px;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 15px;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-dropdown-link {
	display: block;
	border-radius: 20px;
	padding: 7px 15px;
	transition: padding 0.24s linear, background 0.24s linear, color 0.24s linear;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-dropdown-link:hover {
	background: #F5F2FB;
	padding-left: 20px;
  }
  .header .header-menu .nav .nav-item:hover .nav-dropdown {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
  .header .header-social {
    display: inline-block;
    margin-left: 30px;
  }
  .header .header-toggle {
    display: none;
  }
}

/*==== Mobile Menu ====*/

@media (max-width: 991.98px) {
  .header {
    height: 70px;
  }
  .header .header-menu {
    position: fixed;
    top: 0;
    left: -100%;
    overflow-y: auto;
	padding: 40px 30px;
    background: var(--bg-mobile);
    width: 300px;
    height: 100%;
    box-shadow: 0 0 36px 0 rgba(22, 25, 28, 0.17);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .header .header-menu.show {
    left: 0;
  }
  .header .header-menu .nav {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .header .header-menu .nav .nav-item {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 12px 0;
  }
  .header .header-menu .nav .nav-item:last-child {
    border: 0;
  }
  .header .header-menu .nav .nav-item .nav-link {
    display: inline-block;
    width: auto;
    height: auto;
    color: rgba(255,255,255,0.80);
  }
  .header .header-menu .nav .nav-item .nav-link:hover,
  .header .header-menu .nav .nav-item .nav-link:focus,
  .header .header-menu .nav .nav-item .nav-link.active {
    color: #FFFFFF;
  }
  .header .header-menu .nav .nav-item .nav-dropdown-toggle {
    position: absolute;
    top: 13px;
    right: 0;
    width: 21px;
    height: 21px;
    text-align: right;
	font-size: 1.5rem;
  }
  .header .header-menu .nav .nav-item .nav-dropdown-toggle.active {
    color: #FFFFFF;
  }
  .header .header-menu .nav .nav-item .nav-dropdown {
    display: none;
    background: transparent;
    padding: 14px 0 0 20px;
  }
  .header .header-menu .nav .nav-item .nav-dropdown.show {
    display: block;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item {
    position: relative;
    margin: 0 0 14px;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item:last-child {
    margin: 0;
  }
  .header .header-menu .nav .nav-item .nav-link,
  .header .header-menu .nav .nav-item .nav-dropdown-toggle,
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-dropdown-link {
    font-size: 1.25rem;
	color: rgba(255,255,255,0.84);
  }
  .header .header-menu .nav .nav-item .nav-link:hover,
  .header .header-menu .nav .nav-item .nav-link:focus,
  .header .header-menu .nav .nav-item .nav-link.active,
  .header .header-menu .nav .nav-item .nav-dropdown-toggle.active,
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-dropdown-link:hover {
	color: white;
  }

  .header .header-social {
    position: absolute;
    top: 50%;
    right: 80px;
    left: auto;
    transform: translateY(-50%);
  }
}

.header-placeholder {
  height: 80px;
}

@media (max-width: 991.98px) {
  .header-placeholder {
    height: 70px;
  }
}

/*===========================*/


















.masonry {
  margin: 0 -1em -2em;
}

.masonry .masonry-item {
  margin-bottom: 2em;
  padding: 0 1em;
}

.masonry.column-1 .masonry-item {
  width: 100%;
}

@media (min-width: 768px) {
  .masonry.column-2 .masonry-item {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .masonry.column-3 .masonry-item {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .masonry.column-3 .masonry-item {
    width: 33.33%;
  }
}

@media (min-width: 576px) {
  .masonry.column-4 .masonry-item, .masonry.column-5 .masonry-item, .masonry.column-6 .masonry-item {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .masonry.column-4 .masonry-item, .masonry.column-5 .masonry-item, .masonry.column-6 .masonry-item {
    width: 33.33%;
  }
}

@media (min-width: 992px) {
  .masonry.column-4 .masonry-item, .masonry.column-5 .masonry-item, .masonry.column-6 .masonry-item {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .masonry.column-5 .masonry-item {
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .masonry.column-6 .masonry-item {
    width: 16.66%;
  }
}

.masonry.spacing-0 {
  margin: 0;
}

.masonry.spacing-0 .masonry-item {
  margin: 0;
  padding: 0;
}

.masonry.spacing-1 {
  margin: 0 -0.5em -1em;
}

.masonry.spacing-1 .masonry-item {
  margin-bottom: 1em;
  padding: 0 0.5em;
}

.masonry.spacing-2 {
  margin: 0 -1em -2em;
}

.masonry.spacing-2 .masonry-item {
  margin-bottom: 2em;
  padding: 0 1em;
}

.masonry.spacing-3 {
  margin: 0 -1.5em -3em;
}

.masonry.spacing-3 .masonry-item {
  margin-bottom: 3em;
  padding: 0 1.5em;
}

.masonry.spacing-4 {
  margin: 0 -2em -4em;
}

.masonry.spacing-4 .masonry-item {
  margin-bottom: 4em;
  padding: 0 2em;
}

.masonry.spacing-5 {
  margin: 0 -2.5em -5em;
}

.masonry.spacing-5 .masonry-item {
  margin-bottom: 5em;
  padding: 0 2.5em;
}

.portfolio-masonry .portfolio-item {
  width: 100%;
}

.portfolio-masonry .portfolio-item {
  text-align: left;
}

.portfolio-masonry.column-1 .portfolio-item {
  width: 100%;
}

@media (min-width: 768px) {
  .portfolio-masonry.column-2 .portfolio-item {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .portfolio-masonry.column-3 .portfolio-item {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .portfolio-masonry.column-3 .portfolio-item {
    width: 33.33%;
  }
}

@media (min-width: 576px) {
  .portfolio-masonry.column-4 .portfolio-item, .portfolio-masonry.column-5 .portfolio-item, .portfolio-masonry.column-6 .portfolio-item {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .portfolio-masonry.column-4 .portfolio-item, .portfolio-masonry.column-5 .portfolio-item, .portfolio-masonry.column-6 .portfolio-item {
    width: 33.33%;
  }
}

@media (min-width: 992px) {
  .portfolio-masonry.column-4 .portfolio-item, .portfolio-masonry.column-5 .portfolio-item, .portfolio-masonry.column-6 .portfolio-item {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .portfolio-masonry.column-5 .portfolio-item {
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .portfolio-masonry.column-6 .portfolio-item {
    width: 16.66%;
  }
}

.portfolio-masonry.spacing-0 .portfolio-item {
  padding: 0;
}

.portfolio-masonry.spacing-1 .portfolio-item {
  padding: 0.5em;
}

.portfolio-masonry.spacing-2 .portfolio-item {
  padding: 1em;
}

.portfolio-masonry.spacing-3 .portfolio-item {
  padding: 1.5em;
}

.portfolio-masonry.spacing-4 .portfolio-item {
  padding: 2em;
}

.portfolio-masonry.spacing-5 .portfolio-item {
  padding: 2.5em;
}

.portfolio-masonry[class*='border-radius'] .portfolio-item .portfolio-box,
.portfolio-grid[class*='border-radius'] .portfolio-item .portfolio-box {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}

.portfolio-masonry.border-radius .portfolio-item .portfolio-box,
.portfolio-grid.border-radius .portfolio-item .portfolio-box {
  border-radius: 0.4em;
}

.portfolio-masonry.border-radius-1 .portfolio-item .portfolio-box,
.portfolio-grid.border-radius-1 .portfolio-item .portfolio-box {
  border-radius: 1.0em;
}

.text-center .portfolio-item {
  text-align: center;
}

.text-end .portfolio-item {
  text-align: right;
}

.container .portfolio-masonry.spacing-0 {
  margin: 0;
}

.container .portfolio-masonry.spacing-1 {
  margin: -0.5em;
}

.container .portfolio-masonry.spacing-2 {
  margin: -1em;
}

.container .portfolio-masonry.spacing-3 {
  margin: -1.5em;
}

.container .portfolio-masonry.spacing-4 {
  margin: -2em;
}

.container .portfolio-masonry.spacing-5 {
  margin: -2.5em;
}

/*===========================*/

.filter ul {
  margin: 0 -5px;
  padding: 0;
}

.filter ul li {
  display: inline-block;
  background: #eef2f6;
  border-radius: 30px;
  margin: 0 5px;
  padding: 7px 15px;
  font: 500 0.9em "Poppins", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.filter ul li:hover {
  background: #e4e8ec;
}

.filter ul li.active,
.filter ul li.mixitup-control-active {
  background: #181c20;
  color: white;
}

.filter.filter-font-2 ul li {
  font-size: 15px;
  letter-spacing: -0.2px;
  text-transform: none;
}

.filter.filter-style-2 ul {
  margin: 0 -2px;
}

.filter.filter-style-2 ul li {
  background: transparent;
  margin: 0 2px;
  color: #7C7C7C;
}

.filter.filter-style-2 ul li:hover,
.filter.filter-style-2 ul li.active,
.filter.filter-style-2 ul li.mixitup-control-active {
  color: #121518;
}

.filter.filter-style-2 ul li.active,
.filter.filter-style-2 ul li.mixitup-control-active {
  background: #eef2f6;
}

.filter.filter-style-3 ul {
  margin: 0 -14px -8px;
}

.filter.filter-style-3 ul li {
  position: relative;
  background: transparent;
  margin: 0 14px 8px;
  padding: 0;
  color: #7C7C7C;
}

.filter.filter-style-3 ul li:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  background: #121518;
  height: 1px;
  animation: button-line-out 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.filter.filter-style-3 ul li:hover,
.filter.filter-style-3 ul li.active,
.filter.filter-style-3 ul li.mixitup-control-active {
  color: #121518;
}

.filter.filter-style-3 ul li.active:after,
.filter.filter-style-3 ul li.mixitup-control-active:after {
  width: 100%;
  animation: button-line-in 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.filter.filter-style-4 ul {
  margin: 0 -14px -7px;
}

.filter.filter-style-4 ul li {
  background: transparent;
  margin: 0 14px 7px;
  padding: 0;
  color: #AAAAAA;
}

.filter.filter-style-4 ul li:hover,
.filter.filter-style-4 ul li.active,
.filter.filter-style-4 ul li.mixitup-control-active {
  background: transparent;
  color: #121518;
}

[class*='bg-color-'] .filter ul li {
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
}

[class*='bg-color-'] .filter ul li:hover {
  background: transparent;
  color: white;
}

[class*='bg-color-'] .filter ul li.active,
[class*='bg-color-'] .filter ul li.mixitup-control-active {
  background: white;
  color: #121518;
}

[class*='bg-color-'] .filter.filter-style-2 ul li {
  color: rgba(255, 255, 255, 0.7);
}

[class*='bg-color-'] .filter.filter-style-2 ul li:hover,
[class*='bg-color-'] .filter.filter-style-2 ul li.active,
[class*='bg-color-'] .filter.filter-style-2 ul li.mixitup-control-active {
  color: white;
}

[class*='bg-color-'] .filter.filter-style-2 ul li.active,
[class*='bg-color-'] .filter.filter-style-2 ul li.mixitup-control-active {
  background: white;
  color: #121518;
}

[class*='bg-color-'] .filter.filter-style-3 ul li {
  color: rgba(255, 255, 255, 0.7);
}

[class*='bg-color-'] .filter.filter-style-3 ul li:after {
  background: white;
}

[class*='bg-color-'] .filter.filter-style-3 ul li:hover,
[class*='bg-color-'] .filter.filter-style-3 ul li.active,
[class*='bg-color-'] .filter.filter-style-3 ul li.mixitup-control-active {
  color: white;
}

[class*='bg-color-'] .filter.filter-style-3 ul li.active,
[class*='bg-color-'] .filter.filter-style-3 ul li.mixitup-control-active {
  background: transparent;
}

[class*='bg-color-'] .filter.filter-style-4 ul li {
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
}

[class*='bg-color-'] .filter.filter-style-4 ul li:hover,
[class*='bg-color-'] .filter.filter-style-4 ul li.active,
[class*='bg-color-'] .filter.filter-style-4 ul li.mixitup-control-active {
  background: transparent;
  color: white;
}

/*===========================*/

.section-xs {padding: 50px 0;}

.section-xs.bg-image .container,
.section-xs.bg-image .container-fluid {padding: 50px 30px;}

.section-sm {padding: 70px 0;}

.section-sm.bg-image .container,
.section-sm.bg-image .container-fluid {padding: 70px 30px;}

.section {padding: 120px 0;}

.section.bg-image .container,
.section.bg-image .container-fluid {padding: 120px 30px;}

.section-lg {padding: 140px 0;}

.section-lg.bg-image .container,
.section-lg.bg-image .container-fluid {padding: 140px 30px;}

.section-xl {padding: 180px 0;}

.section-xl.bg-image .container,
.section-xl.bg-image .container-fluid {padding: 180px 30px;}

.section-2xl {padding: 220px 0;}

.section-2xl.bg-image .container,
.section-2xl.bg-image .container-fluid {padding: 220px 30px;}

@media (max-width: 767.98px) {
  .section-xs {padding: 30px 0;}

  .section-xs.bg-image .container,
  .section-xs.bg-image .container-fluid {padding: 30px 30px;}
	
  .section-sm {padding: 50px 0;}
  .section-sm.bg-image .container,
  .section-sm.bg-image .container-fluid {padding: 50px 30px;}
	
  .section {padding: 100px 0;}
	
  .section.bg-image .container,
  .section.bg-image .container-fluid {padding: 100px 30px;}
	
  .section-lg {padding: 110px 0;}
  
  .section-lg.bg-image .container,
  .section-lg.bg-image .container-fluid {padding: 110px 30px;}
	
  .section-xl {padding: 140px 0;}
  
  .section-xl.bg-image .container,
  .section-xl.bg-image .container-fluid {padding: 140px 30px;}
	
  .section-2xl {padding: 170px 0;}
  
  .section-2xl.bg-image .container,
  .section-2xl.bg-image .container-fluid {padding: 170px 30px;}
}

@media (max-width: 575.98px) {
  .section {padding: 80px 0;}
	
  .section.bg-image .container,
  .section.bg-image .container-fluid {padding: 80px 30px;}
	
  .section-lg {padding: 90px 0;}
  .section-lg.bg-image .container,
  .section-lg.bg-image .container-fluid {padding: 90px 30px;}
	
  .section-xl {padding: 120px 0;}
  .section-xl.bg-image .container,
  .section-xl.bg-image .container-fluid {padding: 120px 30px;}
	
  .section-2xl {padding: 150px 0;}
  .section-2xl.bg-image .container,
  .section-2xl.bg-image .container-fluid {padding: 150px 30px;}
}

.section-xs.bg-image,
.section-sm.bg-image,
.section.bg-image,
.section-lg.bg-image,
.section-xl.bg-image,
.section-2xl.bg-image {padding: 0;}

.section-fullscreen {width: 100%; height: 100vh;}

.section-fullscreen,
.section-fullscreen [class*='bg-color'],
.section-fullscreen .container,
.section-fullscreen .container-fluid {height: 100%;}

/*===========================*/

.hover-dogs {
  position: relative;
  overflow: visible; /* keep this so badges still hang out */
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 12px rgba(44,36,50,0.6);
}

.hover-dogs .hover-wrap {
  overflow: hidden;
  border-radius: inherit;
  width: 100%;
  height: 100%;
}

.hover-dogs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease, filter 0.4s ease;
}

/*
.hover-dogs:hover img {
  transform: scale(1.1) ;
  filter: blur(2px);
}
*/
.hover-dogs:hover .hover-wrap img {
  transform: scale(1.1);
  filter: blur(2px);
}

.hover-dogs::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  border-radius: inherit;
}

.hover-dogs:hover::after {
  opacity: 1;
}

/*-- for text badge */
/*
.hover-dogs .dog-badge {
  position: absolute;
  background: #EE82EE;
  background: #F4F31C;
  color: #181A1D;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 999px;
  z-index: 3;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  transform-origin: center;
}
*/

/*-- for image badge --*/
.hover-dogs .dog-badge {
  position: absolute;
  z-index: 3;
  transform-origin: center;
}
.dog-badge img {
  display: block;
  width: 68px; /* adjust to your design */
  height: auto;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.25));
  transition: transform 0.2s ease;
}

.dog-badge.top {
  top: 0;
  left: 0;
  transform: translate(-20%, -30%);
}

.dog-badge.bottom {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  white-space: nowrap;
}

.hover-dogs .hover-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 90%;
  text-align: center;
  padding: 0;
  background: none;
  border-radius: 0;
  opacity: 0;
  transform: translate(-50%, -30%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.hover-dogs:hover .hover-content {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.hover-dogs .hover-info {
  font-size: 1.75rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.6;
  letter-spacing: -1px;
}

.hover-dogs .hover-info span {
  display: block;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* mobile (no hover) 
@media (hover: none) {
  .hover-dogs::after {
    opacity: 1;
  }

  .hover-dogs .hover-content {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 767px) {
  .hover-dogs::after {
    opacity: 1;
  }

  .hover-dogs .hover-content {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
*/
.dog-info {
  text-align: center;
  padding-top: 20px;
}

.dog-info .heading {
  font-size: 2.5rem;
  font-weight: var(--fw-dog-name);
  margin-bottom: 1rem;
  text-align: center;
  line-height: 1;
  text-shadow: 2px 2px 8px rgba(38,26,46,0.4);
}

.dog-info p {
  font-size: 1rem;
  margin-bottom: 0;
}

.dog-info .button {
  margin-top: 1rem;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

/*===========================*/
/*===========================*/

.img-overlap {
  position: relative;
}

.img-overlap .img {
  width: 55%;
  border-radius: 20px;
  border: 8px solid #fff;
  box-shadow: 0 8px 34px rgba(22, 24, 26, 0.1);
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

[class*="bg-color"] .img-overlap .img {
	border: 8px solid #9972FF;
}

.img-overlap .img-front {
  position: relative;
  z-index: 2;
  transform: rotate(-4deg);
  top: 40px;
}

.img-overlap .img-back {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: rotate(3deg);
}

.img-overlap .img-front:hover {
  transform: rotate(-4deg) scale(1.02);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.img-overlap .img-back:hover {
  transform: rotate(3deg) scale(1.02);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
  .img-overlap {
    margin-bottom: 30px;
  }

  .img-overlap .img-front {
    top: 20px;
  }
}

/*===========================*/

.faq-accordion .accordion-item {
    position: relative;
    border: 1px solid #DFD8E7;
    border-radius: 12px;
    margin-bottom: 14px;
    background: #F9F6FC;
    overflow: hidden;
}

.faq-accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion-header .accordion-button {
	font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    background: transparent;
    color: #484553;
    padding: 20px 70px 20px 30px;
    transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-item .accordion-button.collapsed {
    background-color: #F9F6FC;
}

.faq-accordion .accordion-button::after {
    content: '\2b'; /* plus sign */
    font-family: 'Font Awesome 7 Free';
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: white; /* closed color */
    background: #6e41b1;
    border-radius: 50%;
    transition: transform 0.4s ease, content 0.4s ease, color 0.4s ease, background 0.4s ease;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    content: '\2212'; /* minus sign */
    transform: translateY(-50%) rotate(180deg);
    color: white;
    background: #6e41b1;
}

.faq-accordion .accordion-item .accordion-body {
    padding: 20px 30px 30px;
    background-color: #F9F6FC;
}

.faq-accordion .accordion-item .accordion-body p {
    margin: 0;
}

@media only screen and (max-width: 1024px) {
    .faq-accordion .accordion-item {
        margin-bottom: 20px;
    }
    .faq-accordion .accordion-header .accordion-button {
        padding: 18px 55px 18px 20px;
    }
    .faq-accordion .accordion-button::after {
        right: 20px;
    }
    .faq-accordion .accordion-item .accordion-body {
        padding: 18px 20px;
    }
}

@media only screen and (max-width: 991px) {
    .faq-accordion .accordion-header .accordion-button {
        font-size: 15px;
        padding: 15px 45px 15px 15px;
    }
    .faq-accordion .accordion-button::after {
        right: 15px;
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
    .faq-accordion .accordion-item .accordion-body {
        padding: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .faq-accordion .accordion-header .accordion-button {
        padding: 12px 45px 12px 15px;
    }
    .faq-accordion .accordion-item .accordion-body {
        padding: 12px 15px;
    }
}

/*===========================*/

.section.footer-deco {
    margin: 0;
    padding: 0;
    height: 250px;
	background: 
        url("../images/bg-grass.png") left bottom repeat-x,
        url("../images/bg-group.png") right 35% bottom no-repeat,
        url("../images/bg-tree.png") right 10% bottom no-repeat;
    background-size: auto, auto, auto;
    background-repeat: repeat-x, no-repeat, no-repeat;
}

@media (max-width: 960px) {
  .section.footer-deco {
    background:
        url("../images/bg-grass.png") left bottom repeat-x,
        url("../images/bg-group.png") center bottom no-repeat,
		url("../images/bg-tree.png") right -140px bottom no-repeat;
  }
}

footer .section {
	padding: 100px 0 60px;
    background: #0A0A0B;
    color: #E6DDEF;
}

@media (max-width: 575.98px) {
  footer .section {padding: 80px 0 40px;}
}

footer .footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  text-align: center;
}

footer .footer-content p {
  max-width: 65ch;
  margin: 0;
  line-height: 1.6;
}

footer .footer-social,
footer .footer-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

footer .footer-badges a {
  display: inline-block;
  transition: transform 0.24s ease-out;
}

footer .footer-badges a:hover {
  transform: translateY(-6px) scale(1.03);
}

footer .copy {
  font-size: 1rem;
  color: #6B6078;
}

footer .copy a {
  color: inherit;
}

footer .copy a:hover {
  color: #9B95A2;
}

/*===========================*/

.bg-lite {
	background: var(--bg-lite);
}

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

/*
.bg-color-main  {
	background: var(--bg-main);
}
*/

[class*='bg-color-'] {
  color: #fff;
}

[class*='bg-color-'] a.link-bg-2 {
  background: rgba(255, 255, 255, 0);
  color: #fff;
}

[class*='bg-color-'] a.link-bg-2::before {
  background: rgba(255, 255, 255, 0.25);
}

[class*='bg-color-'] a.link-bg-2:hover {}


.bg-gradient-1 {
  background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
}

.bg-grey {background: #f9f6fc;}
.bg-grey-darker {background: #eaecf4;}
.bg-grey-lighter {background: #f4f8fc;}

.bg-dark {background-color: #121518;}
.bg-dark-01 {background-color: rgba(0, 0, 0, 0.1);}
.bg-dark-02 {background-color: rgba(0, 0, 0, 0.2);}
.bg-dark-03 {background-color: rgba(0, 0, 0, 0.3);}
.bg-dark-04 {background-color: rgba(0, 0, 0, 0.4);}
.bg-dark-05 {background-color: rgba(0, 0, 0, 0.5);}
.bg-dark-06 {background-color: rgba(0, 0, 0, 0.6);}
.bg-dark-07 {background-color: rgba(0, 0, 0, 0.7);}
.bg-dark-08 {background-color: rgba(0, 0, 0, 0.8);}
.bg-dark-09 {background-color: rgba(0, 0, 0, 0.9);}

/*===========================*/

i {display: inline-block;}
.icon-5xl i {font-size: 2.8em;}
.icon-4xl i {font-size: 2.4em;}
.icon-3xl i {font-size: 2.13em;}
.icon-2xl i {font-size: 1.86em;}
.icon-xl i {font-size: 1.6em;}
.icon-lg i {font-size: 1.33em; vertical-align: middle;}
.icon-sm i {font-size: 0.9em;}

.icon-flip {
    -webkit-transform: scale(-1);
    transform: scale(-1);
}
	
.icon-flipY {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.icon-flipX {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.hover-float {transition: ease-out 0.24s;}
.hover-float:hover {transform: translateY(-4px);}

.border {border: 1px solid rgba(201,204,209,1.00) !important;}
.border-radius img {border-radius: 20px;}
.border-radius {border-radius: 24px; overflow: hidden;}
.border-radius-2 {border-radius: 2em; overflow: hidden;}

.border-top,
.border-right,
.border-bottom, 
.border-left {
  border-width: 0;
  border-style: solid;
  border-color: rgba(18,21,24,0.20) !important;
}

.border-top {border-top-width: 1px;}
.border-right {border-right-width: 1px;}
.border-bottom {border-bottom-width: 1px;}
.border-left {border-left-width: 1px;}

.border-style-dotted {border-style: dotted;}
.border-style-dashed {border-style: dashed;}

/*===========================*/

.n-margin-1 {margin-top: -1rem;}
.n-margin-2 {margin-top: -2rem;}
.n-margin-3 {margin-top: -3rem;}
.n-margin-4 {margin-top: -4rem;}
.n-margin-5 {margin-top: -5rem;}
.n-margin-6 {margin-top: -6rem;}

.opacity-10 {opacity: 0.1;}
.opacity-15 {opacity: 0.15;}
.opacity-20 {opacity: 0.2;}

/*==========================
	BS custom Padding/Margins
===========================*/

.m-6 {margin: 3.5rem !important;}
.m-7 {margin: 4rem !important;}
.m-8 {margin: 4.5rem !important;}
.m-9 {margin: 5rem !important;}
.m-10 {margin: 6rem !important;}
.m-11 {margin: 7rem !important;}
.m-12 {margin: 8rem !important;}
.m-13 {margin: 9rem !important;}
.m-14 {margin: 10rem !important;}
.m-auto {margin: auto !important;}

.mt-6 {margin-top: 3.5rem !important;}
.mt-7 {margin-top: 4rem !important;}
.mt-8 {margin-top: 4.5rem !important;}
.mt-9 {margin-top: 5rem !important;}
.mt-10 {margin-top: 6rem !important;}
.mt-11 {margin-top: 7rem !important;}
.mt-12 {margin-top: 8rem !important;}
.mt-13 {margin-top: 9rem !important;}
.mt-14 {margin-top: 10rem !important;}
.mt-auto {margin-top: auto !important;}

.mb-6 {margin-bottom: 3.5rem !important;}
.mb-7 {margin-bottom: 4rem !important;}
.mb-8 {margin-bottom: 4.5rem !important;}
.mb-9 {margin-bottom: 5rem !important;}
.mb-10 {margin-bottom: 6rem !important;}
.mb-11 {margin-bottom: 7rem !important;}
.mb-12 {margin-bottom: 8rem !important;}
.mb-13 {margin-bottom: 9rem !important;}
.mb-14 {margin-bottom: 10rem !important;}
.mb-auto {margin-bottom: auto !important;}

.ms-6 {margin-left: 3.5rem !important;}
.ms-7 {margin-left: 4rem !important;}
.ms-8 {margin-left: 4.5rem !important;}
.ms-9 {margin-left: 5rem !important;}
.ms-10 {margin-left: 6rem !important;}
.ms-11 {margin-left: 7rem !important;}
.ms-12 {margin-left: 8rem !important;}
.ms-13 {margin-left: 9rem !important;}
.ms-14 {margin-left: 10rem !important;}
.ms-auto {margin-left: auto !important;}

.me-6 {margin-right: 3.5rem !important;}
.me-7 {margin-right: 4rem !important;}
.me-8 {margin-right: 4.5rem !important;}
.me-9 {margin-right: 5rem !important;}
.me-10 {margin-right: 6rem !important;}
.me-11 {margin-right: 7rem !important;}
.me-12 {margin-right: 8rem !important;}
.me-13 {margin-right: 9rem !important;}
.me-14 {margin-right: 10rem !important;}
.me-auto {margin-right: auto !important;}

.mx-6 {margin-right: 3.5rem !important; margin-left: 3.5rem !important;}
.mx-7 {margin-right: 4rem !important; margin-left: 4rem !important;}
.mx-8 {margin-right: 4.5rem !important; margin-left: 4.5rem !important;}
.mx-9 {margin-right: 5rem !important; margin-left: 5rem !important;}
.mx-10 {margin-right: 6rem !important; margin-left: 6rem !important;}
.mx-11 {margin-right: 7rem !important; margin-left: 7rem !important;}
.mx-12 {margin-right: 8rem !important; margin-left: 8rem !important;}
.mx-13 {margin-right: 9rem !important; margin-left: 9rem !important;}
.mx-14 {margin-right: 10rem !important; margin-left: 10rem !important;}
.mx-auto {margin-right: auto !important; margin-left: auto !important;}

.my-6 {margin-top: 3.5rem !important; margin-bottom: 3.5rem !important;}
.my-7 {margin-top: 4rem !important; margin-bottom: 4rem !important;}
.my-8 {margin-top: 4.5rem !important; margin-bottom: 4.5rem !important;}
.my-9 {margin-top: 5rem !important; margin-bottom: 5rem !important;}
.my-10 {margin-top: 6rem !important; margin-bottom: 6rem !important;}
.my-11 {margin-top: 7rem !important; margin-bottom: 7rem !important;}
.my-12 {margin-top: 8rem !important; margin-bottom: 8rem !important;}
.my-13 {margin-top: 9rem !important; margin-bottom: 9rem !important;}
.my-14 {margin-top: 10rem !important; margin-bottom: 10rem !important;}
.my-auto {margin-top: auto !important; margin-bottom: auto !important;}

/*====================*/

.p-4 {padding: 2rem !important;}
.p-5 {padding: 2.5rem !important;}
.p-6 {padding: 3.5rem !important;}
.p-7 {padding: 4rem !important;}
.p-8 {padding: 4.5rem !important;}
.p-9 {padding: 5rem !important;}
.p-10 {padding: 6rem !important;}
.p-11 {padding: 7rem !important;}
.p-12 {padding: 8rem !important;}
.p-13 {padding: 9rem !important;}
.p-14 {padding: 10rem !important;}

.pt-6 {padding-top: 3.5rem !important;}
.pt-7 {padding-top: 4rem !important;}
.pt-8 {padding-top: 4.5rem !important;}
.pt-9 {padding-top: 5rem !important;}
.pt-10 {padding-top: 6rem !important;}
.pt-11 {padding-top: 7rem !important;}
.pt-12 {padding-top: 8rem !important;}
.pt-13 {padding-top: 9rem !important;}
.pt-14 {padding-top: 10rem !important;}

.pb-6 {padding-bottom: 3.5rem !important;}
.pb-7 {padding-bottom: 4rem !important;}
.pb-8 {padding-bottom: 4.5rem !important;}
.pb-9 {padding-bottom: 5rem !important;}
.pb-10 {padding-bottom: 6rem !important;}
.pb-11 {padding-bottom: 7rem !important;}
.pb-12 {padding-bottom: 8rem !important;}
.pb-13 {padding-bottom: 9rem !important;}
.pb-14 {padding-bottom: 10rem !important;}

.ps-6 {padding-left: 3.5rem !important;}
.ps-7 {padding-left: 4rem !important;}
.ps-8 {padding-left: 4.5rem !important;}
.ps-9 {padding-left: 5rem !important;}
.ps-10 {padding-left: 6rem !important;}
.ps-11 {padding-left: 7rem !important;}
.ps-12 {padding-left: 8rem !important;}
.ps-13 {padding-left: 9rem !important;}
.ps-14 {padding-left: 10rem !important;}

.pe-6 {padding-right: 3.5rem !important;}
.pe-7 {padding-right: 4rem !important;}
.pe-8 {padding-right: 4.5rem !important;}
.pe-9 {padding-right: 5rem !important;}
.pe-10 {padding-right: 6rem !important;}
.pe-11 {padding-right: 7rem !important;}
.pe-12 {padding-right: 8rem !important;}
.pe-13 {padding-right: 9rem !important;}
.pe-14 {padding-right: 10rem !important;}

.px-14 {padding-right: 10rem !important; padding-left: 10rem !important;}

.py-14 {padding-top: 10rem !important; padding-bottom: 10rem !important;}

@media (min-width: 768px) {
  .py-6  { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; }
  .py-8  { padding-top: 4.5rem !important; padding-bottom: 4.5rem !important; }
  .py-10 { padding-top: 6rem !important; padding-bottom: 6rem !important; }
  .py-12 { padding-top: 8rem !important; padding-bottom: 8rem !important; }

  .px-6  { padding-left: 3.5rem !important; padding-right: 3.5rem !important; }
  .px-8  { padding-left: 4.5rem !important; padding-right: 4.5rem !important; }
  .px-10 { padding-left: 6rem !important; padding-right: 6rem !important; }
  .px-12 { padding-left: 8rem !important; padding-right: 8rem !important; }
}

.g-6, .gy-6 { --bs-gutter-y: 3.5rem; }
.g-8, .gy-8 {--bs-gutter-y: 4rem;}

/*===========================*/
