:root {
  --ld-color-main: #C49A6C;
  --ld-color-main-shade: #0078B7;
  --ld-color-secondary: #F1E9DC;
  --ld-color-secondary-shade: #91E0EF;
  --ld-color-shade: #F5F6C7;
  --ld-color-font: #2D221B;
  --ld-color-illustration-shadow: #0C6391;
  --ld-color-illustration-main-shade: #0AA0EF;
  --ld-color-illustration-decive-dark-grey: #A0B2D5;

  --ld-tansition: 200ms;
  --ld-tansition--long: 500ms;
}

@font-face {
  font-family: a google;
  src: url(../fonts/AGOOGLE.woff);
}

* {
  font-family: "Montserrat";
}

.color-main {
  color: var(--ld-color-main);
}

html {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

html,
html a,
body {
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 1rem;
  font-family: "Montserrat";
  color: #222324;
  line-height: 1.55;
  background-color: #fff;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ivypresto-display", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: #242424;
  margin-top: 0;
  margin-bottom: .5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
  margin-bottom: 0.75rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--ld-color-font);
  transition-duration: var(--ld-tansition);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

h1 a:focus,
h1 a:hover,
h2 a:focus,
h2 a:hover,
h3 a:focus,
h3 a:hover,
h4 a:focus,
h4 a:hover,
h5 a:focus,
h5 a:hover,
h6 a:focus,
h6 a:hover {
  color: var(--ld-color-main);
  transition-duration: var(--ld-tansition);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

em,
li {
  font-size: 0.88rem;
  font-weight: 300;
  color: #242424;
}

em>a,
li>a {
  color: #242424;
}

em>a:hover,
li>a:hover {
  color: var(--ld-color-main);
}

small {
  color: #656565;
}

label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #242424;
  margin-bottom: .25rem;
}

i {
  line-height: 1;
}

/* Paragraph */
p {
  font-size: 1rem;
  font-weight: 300;
  color: var(--ld-color-font);
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Links */
a {
  color: #252525;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
  color: var(--ld-color-main);
  outline: none;
  text-decoration: none;
}

/* Scroll bar */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--ld-color-main);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

/* article*/
article {
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  border-radius: 0 0 15px 15px;
}

article:hover {
  -webkit-box-shadow: 4px 4px 10px #e6e6e6;
  box-shadow: 5px 5px 10px #e6e6e6;
}

.article-t::before {
  content: '';
  position: absolute;
  background: linear-gradient(-90deg, transparent, #e2eff5 60%);
  width: 100vw;
  height: 100%;
}

/* end article */

/* topbar */
.hover-topline::before {
  content: "";
  width: 100%;
  height: 0px;
  border-radius: 5px;
  position: absolute;
  top: 5px;
  left: 0;
  background: var(--ld-color-main);
  transition: all var(--ld-tansition);
}

.hover-topline:hover::before {
  height: 2px;
}

.header-lang {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

/* end topbar */

/* LIDANIO */
.nav {
  display: flex;
  align-items: center;
}

.nav a:hover {
  cursor: pointer;
}

.scroll-to-vision {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-vision {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.section-vision-qoute {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  width: fit-content;
}

.quoteStartContainer {
  display: flex;
  justify-content: flex-start;
}

.quoteEndContainer {
  display: flex;
  justify-content: flex-end;
}

.our-vision-img-wrapper {
  border-radius: 20px 20px 0 0;
  background: url("../img/home/OurVision.webp") 50% 50%;
  background-size: cover;
}

.our-vision-with-bg {
  background: var(--ld-color-secondary);
  border-radius: 0 0 20px 20px;
}

.what-we-offer-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.what-we-offer-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.whatwedo-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.invite-only-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 70px;
  background: url("../img/home/bg.webp") 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.invite-only-wrapper img {
  max-width: 844px;
}

.invite-only-content {
  display: flex;
  justify-content: space-between;
}

.invite-only-content div {
  flex-grow: 1;
}

.become-a-member-wrapper::before {
  content: url("../img/home/becomeAMemberTopDecoration.svg");
  position: absolute;
  top: -100px;
}

.become-a-member-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  border-radius: 50px 50px 0 0;
  background: linear-gradient(0deg, #fff, var(--ld-color-secondary));
}

.become-a-member-container {
  display: flex;
  flex-direction: column;
}

.membership-list {
  display: flex;
  justify-content: space-between;
  gap: 120px;
}

@media (min-width: 700px) and (max-width: 1100px) {
  .membership-list {
    gap: 15px;
  }
}

.membership-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.membership-collector,
.membership-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding-top: 280px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 1;
}

.font-ivypresto {
  font-family: "ivypresto-display", serif;
  font-weight: 400;
  font-style: normal;
}

.footer-data-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-data {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 100px;
}

.story-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.story-container {
  position: relative;
  width: 90vw;
  max-width: 500px;
  height: 72vh;
  /* overflow: hidden; */
  border-radius: 20px;
  background: #111;
  cursor: pointer;
  z-index: 3;
}

.story-container::before {
  content: "";
  background: var(--ld-color-secondary);
  position: absolute;
  top: -20px;
  left: 0px;
  width: calc(100% + 20px);
  height: calc(100% + 40px);
  border-radius: 15px;
  z-index: 0;
}

.progress-bar-container {
  position: absolute;
  top: 10px;
  left: 20px;
  right: 10px;
  display: flex;
  gap: 5px;
  z-index: 10;
}

.progress-bar {
  flex: 1;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  border-radius: 2px;
}

.progress-bar>div {
  height: 100%;
  background: white;
  width: 0%;
  transition: width 0.2s linear;
}

.slides {
  height: 100%;
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
}

.slide {
  min-width: calc(100% - 20px);
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  opacity: 0.4;
  transition: opacity 0.3s;
  z-index: -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 40px 20px;
}

.slide.slide-text-center {
  justify-content: center;
}

.slide.slide-text-white h3,
.slide.slide-text-white h5 {
  color: #fff;
  text-shadow: 2px 0px 10px #000;
}

.slide h3,
.slide h5 {
  z-index: 2;
}

.slide-main-highlight::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, var(--ld-color-secondary) 5%, transparent 40%);
  z-index: 1;
}

.slide-dark-highlight::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #454545 5%, transparent 40%);
  z-index: 1;
}

.slide-light-highlight::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #fff 5%, transparent 40%);
  z-index: 1;
}

.slide-light-highlight-full::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff1a;
  z-index: 1;
}

.slide.active {
  opacity: 1;
  z-index: 4;
}

.scroll-to-vision img {
  cursor: pointer;
}

.faq-tabs {
  display: flex;
  align-items: center;
  gap: 10px;
}

.faq-tabs span {
  font-family: "ivypresto-display", serif;
  font-style: normal;
  cursor: pointer;
  color: grey;
}

.faq-item {
  display: none;
}

.faq-item.activetab {
  display: block;
}

.faq-tab-active {
  color: var(--ld-color-font);
  cursor: unset !important;
  font-weight: 900;
}


@media(min-width:500px) and (max-width: 590px) {

  .membership-collector,
  .membership-brand {
    padding-top: 62% !important;
    gap: 12px !important;
    margin-bottom: 140px !important;
  }
}

@media(max-width: 399px) {

  .membership-collector,
  .membership-brand {
    padding-top: 220px !important;
    gap: 12px !important;
    margin-bottom: 90px !important;
  }
}

@media(max-width: 360px) {

  .membership-collector h5,
  .membership-brand h5 {
    font-size: 1.5rem !important;
  }

  .membership-collector h6,
  .membership-brand h6 {
    font-size: 1rem !important;
  }

  .membership-collector,
  .membership-brand {
    padding-top: 200px !important;
    gap: 4px !important;
  }
}

@media(min-width:591px) and (max-width: 999px) {
  .membership-list {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media(max-width: 999px) {
  .nav {
    flex-direction: column;
    gap: 30px;
  }

  .story-container {
    overflow: hidden;
  }

  .story-container::before {
    content: none;
  }

  .progress-bar-container {
    left: 10px;
  }

  .slide {
    min-width: 100%;
  }

  .section-vision-qoute h2 {
    text-align: justify;
  }

  .our-vision-with-bg p {
    text-align: justify;
  }

  #whatWeOfferSection {
    padding-left: 20px;
    padding-right: 20px;
  }

  .what-we-offer-wrapper {
    flex-direction: column;
  }

  .invite-only-content {
    flex-direction: column;
  }

  .membership-list {
    flex-direction: column;
    gap: 20px;
  }

  .membership-collector,
  .membership-brand {
    padding-top: 62%;
    gap: 12px;
    margin-bottom: 90px;
  }

  .footer-data-wrapper {
    flex-direction: column;
    gap: 60px;
  }

  .footer-brand p {
    text-align: justify;
  }

  .become-a-member-wrapper::before {
    top: -70px;
    transform: scale(0.35);
  }

  .home-contact.contact-fixed {
    z-index: 5557 !important;
  }
}

/* END LIDANIO */

/* Home - top */
.navbar-static-top {
  z-index: 5557;
}

.home-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-top .home-top-logo {
  position: absolute;
  left: 0;
  z-index: 1;
}

.home-top h1 {
  font-size: 60px;
  text-align: center;
  z-index: 2;
  color: var(--ld-color-main);
}

.home-top em {
  font-size: 30px;
  color: var(--ld-color-font);
}

.home-top-decoration {
  position: absolute;
  top: -250px;
  left: 0;
  z-index: -1;
  width: 100%;
}

.link-button {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--ld-color-main);
  font-weight: 600;
  width: fit-content;
  padding-bottom: 5px;
  position: relative;
}

.link-button img {
  width: auto !important;
}

.link-button::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--ld-color-main);
  border-radius: 5px;
  transition: all var(--ld-tansition);
}

.link-button:hover::before {
  width: 15px;
}

.link-button:hover img {
  transform: rotate(-30deg);
}

.home-services {
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-radius: 15px;
  background: linear-gradient(#D8F9FF, transparent);
}

.home-services::before {
  content: none;
}

.home-services-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-services-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.home-service-item {
  background: var(--ld-color-secondary);
  display: flex;
  align-items: center;
  gap: 30px;
  border-radius: 200px;
}

.home-service-item.alt {
  background: linear-gradient(90deg, transparent, var(--ld-color-secondary));
  justify-content: space-between;
}

.home-service-item .service-img {
  border-radius: 200px;
  border: 9px solid var(--ld-color-secondary);
  max-height: 300px;
}

.home-service-item .service-img-xs {
  border-radius: 20px;
  border: 6px solid var(--ld-color-secondary);
  max-height: 200px;
}

.home-service-item-data {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.home-service-item h2 {
  font-weight: 600;
}

.home-service-item li {
  margin-bottom: 10px;
}

.home-contact {
  display: flex;
  align-items: center;
}

.why-us-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.home-contact .contact-illustration {
  margin-left: 40px;
  min-width: 35%;
}

.home-contact .contact-illustration img {
  width: 100%;
}

.home-contact.contact-fixed {
  display: none;
  position: fixed;
  justify-content: flex-end;
  top: 0;
  right: 0;
  z-index: 5556;
  background: #00000080;
  width: 100%;
  height: 100%;
}

.contact-close {
  display: flex;
  justify-content: flex-end;
}

.contact-close i {
  cursor: pointer;
  transition: all var(--ld-tansition);
}

.contact-close i:hover {
  transform: rotate(90deg);
}

#contact_form_fixed.active {
  display: flex;
  animation: fadeIn 0.5s;
}

.home-contact.contact-fixed .contact-form-wrapper {
  flex-grow: initial;
}

.contact-form-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 20px;
  background: var(--ld-color-secondary);
  border-radius: 15px 0 0 15px;
}

.section-title .decorated {
  color: var(--ld-color-main);
  position: relative;
  font-weight: 600;
}

.section-title .decorated::before {
  content: "";
  background-image: url(../img/Home/title-decoration.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 52px;
  height: 30px;
  position: absolute;
  top: -30px;
  left: calc(50% - 26px);
}

.section-title .decorated::after {
  content: "";
  border-bottom: 2px solid var(--ld-color-main);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 30px;
  position: absolute;
  top: -32px;
  left: 0;
}

.decorated-turkey {
  position: relative;
  width: fit-content;
}

.decorated-turkey strong {
  color: var(--ld-color-main);
  font-weight: 600;
}

.decorated-turkey::before {
  content: "";
  background-image: url(../img/Home/turkey-flag.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -66px;
  left: calc(50% - 33px);
}

.decorated-turkey::after {
  content: "";
  border-bottom: 2px solid var(--ld-color-main);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 60px;
  position: absolute;
  top: -66px;
  left: 0;
}

.slogan-highlight {
  color: var(--ld-color-illustration-main-shade);
  font-style: italic;
  font-weight: 800;
}

.slogan-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.why-us-illustration {
  max-width: 500px;
  width: 100%;
}

.price-check-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.price-check-wrapper::before {
  content: "";
  width: 100%;
  height: 60%;
  background: var(--ld-color-secondary);
  border-radius: 15px;
  position: absolute;
  top: 20%;
  left: 0;
}

.blog-filters-wrapper {
  background: var(--ld-color-secondary);
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.price-check-input {
  flex-grow: 1;
  width: 100%;
}

.price-check-results {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  background-color: var(--ld-color-shade);
  border-radius: 15px;
  padding: 20px;
  width: 100%;
  max-width: 350px;
  min-width: 220px;
}

.price-check-input label {
  position: relative;
}

.price-check-results img {
  max-width: 100%;
}

.portfolio-wrapper {
  background-color: var(--ld-color-secondary);
  border-radius: 15px;
}

.s-slider-item img {
  border-radius: 15px;
}

.home-faq-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.faq-wrapper-item {
  min-width: 50%;
}

.faq-item {
  border-bottom: 1px solid #CFCFCF;
}

.faq-item p {
  margin: 0;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.faq-answer {
  overflow: hidden;
  min-height: 0;
  max-height: 0;
  transition: all var(--ld-tansition--long) ease-in-out;
}

.faq-item .faq-question i {
  transition: all var(--ld-tansition--long) ease-in-out;
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

.faq-item.active .faq-answer {
  height: fit-content;
  max-height: 200px;
  padding-top: 20px;
}

.footer-top img {
  max-width: 200px;
}

.footer-top-contact {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-services {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-bottom {
  background: #F7F8FA;
  display: flex;
  flex-direction: column;
}

.footer-credits-wrapper,
.footer-rights-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-credits-wrapper {
  border-bottom: 1px solid #D2D2D2;
}

.footer-credits img {
  width: 20px;
}

.footer-rights-links {
  display: flex;
  gap: 10px;
}

.footer-to-top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-main {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #D2D2D2;
}

.contact-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.contact-item-start {
  align-items: flex-start;
}

.contact-item h5,
.contact-item p {
  margin: 0;
}

.contact-item img {
  width: 60px !important;
  height: 60px;
}

.link-box-wrapper {
  display: flex;
}

.link-box-main {
  background: var(--ld-color-secondary);
  transition: all var(--ld-tansition);
}

.link-box-main:hover {
  background: var(--ld-color-secondary-shade);
}

.link-box-secondary {
  background: var(--ld-color-shade);
  transition: all var(--ld-tansition);
}

.link-box-secondary:hover {
  background: var(--ld-color-secondary-shade);
}

.s-about-link {
  flex-grow: 1;
}

.service-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.service-top-img {
  border-radius: 200px;
  border: 6px solid var(--ld-color-secondary);
}

.service-top-data {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.service-top-data h2 {
  font-size: 60px;
}

.service-top-data .service-top-link {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.service-top-link a {
  font-size: 1.3rem;
}

.service-scroll-icon {
  width: 26px;
}

.scroll-to-learn {
  text-align: center;
}

.scroll-to-learn a {
  display: flex;
  gap: 10px;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}

.service-steps {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.service-steps div {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
}

.service-steps img {
  margin-right: -1px;
}

.service-steps div:nth-child(1) {
  border-radius: 15px 0 0 0px;
  background: var(--ld-color-secondary);
}

.service-steps div:nth-child(2) {
  background: var(--ld-color-secondary-shade);
}

.service-steps div:nth-child(3) {
  background: var(--ld-color-illustration-decive-dark-grey);
}

.service-steps div:nth-child(4) {
  background: var(--ld-color-main-shade);
  color: white;
}

.service-steps div:nth-child(5) {
  border-radius: 0px 15px 0 0px;
  background: var(--ld-color-main);
  color: white;
}

.service-step-wrapper {
  position: relative;
  min-height: 100vh;
}

.service-step-img-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-step-img-container img {
  height: 100%;
}

.service-step-img-container--relative {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-step-img-container--relative img {
  width: 100%;
}

.service-listview-content {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.service-step-01 {
  background: linear-gradient(0deg, var(--ld-color-secondary), #CAF1F880);
  z-index: 5;
}

.service-step-02 {
  background: var(--ld-color-secondary-shade);
  z-index: 4;
}

.service-step-03 {
  background: var(--ld-color-illustration-shadow);
  z-index: 3;
}

.service-step-04 {
  background: var(--ld-color-main-shade);
  z-index: 2;
}

.service-step-05::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
  background: var(--ld-color-main);
}

.service-step-01 h3,
.service-step-01 h5,
.service-step-02 h3,
.service-step-02 h5 {
  color: var(--ld-color-main);
}

.service-step-03 h3,
.service-step-03 h5,
.service-step-04 h3,
.service-step-04 h5,
.service-step-05 h3,
.service-step-05 h5 {
  color: white;
}

.service-q-series {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service-q,
.service-q-active {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  cursor: pointer;
}

.service-q-active {
  cursor: auto;
}

.service-q span {
  transition: all var(--ld-tansition);
}

.service-q:hover span {
  color: var(--ld-color-main);
}

.service-step-top-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-step-top-decoration-fixed {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}

.g-position--relative .service-step-top-decoration-fixed {
  bottom: 0;
  top: -25px;
}

@media (max-width: 1200px) {
  .g-position--relative .service-step-top-decoration-fixed {
    top: -150px;
  }
}

.service-q::before {
  content: "";
  background: url('../img/services/service-step-question-top.svg') 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  width: 80%;
  height: 25px;
}

.service-q::after {
  content: "";
  background: url('../img/services/service-step-question-bottom.svg') 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  width: 80%;
  height: 25px;
}

.service-q-data {
  background: white;
  border-radius: 20px;
  padding: 10px;
  font-size: 0.8rem;
  display: flex;
  flex-direction: column;
  transition: all var(--ld-tansition--long) ease-in-out;
  gap: 0;
}

.service-q-data p {
  font-size: 0.85rem;
}

.service-q-data li {
  font-size: 0.8rem;
}

.service-q-answer {
  overflow: hidden;
  min-height: 0;
  max-height: 0;
  transition: all var(--ld-tansition--long) ease-in-out;
  height: fit-content;
}

.service-q-answer ul {
  margin: 0;
  padding-left: 20px;
}

.service-q.active .service-q-data {
  gap: 10px;
}

.service-q.active .service-q-answer {
  height: fit-content;
  max-height: 600px;
}

.blog-list-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.blog-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.pagination-btn {
  padding: 6px 12px;
  border: 1px solid var(--ld-color-main);
  background-color: white;
  color: #333;
  border-radius: 15px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease;
}

.pagination-btn:hover {
  background-color: #f0f0f0;
}

.pagination-btn.active {
  background-color: var(--ld-color-main);
  color: white;
  border-color: var(--ld-color-main, var(--ld-color-main));
}

.blog-carousel .owl-stage-outer {
  margin-bottom: 40px;
  /* height: fit-content !important; */
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--ld-color-secondary);
  color: #fff;
  padding: 15px 20px;
  text-align: center;
  z-index: 9999;
  display: none;
}

.cookie-banner p {
  display: inline;
  margin: 0;
  font-size: 14px;
}

.cookie-banner a {
  color: var(--ld-color-main);
  margin-left: 8px;
  text-decoration: underline;
}

.cookie-banner button {
  margin-left: 20px;
}

.service-price-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: start;
  gap: 30px;
}

.service-price-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 2px solid var(--ld-color-secondary);
  background: white;
  border-radius: 15px;
  transition: all var(--ld-tansition);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.091);
  flex-grow: 1;
}

.service-price-item:hover {
  border: 2px solid var(--ld-color-main);
}

.service-price-item .title {
  background: var(--ld-color-illustration-main-shade);
  border-radius: 14px 14px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.service-price-item .title.title-gold {
  background: var(--ld-color-shade);
}

.service-price-item .title h5 {
  color: white;
  margin: 0;
}

.service-price-item .title.title-gold h5 {
  color: var(--ld-color-main);
}


.service-price-item .price-data {
  padding: 0px 20px;
}

.price-data-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.service-price-item .price-data i {
  color: var(--ld-color-main);
}

.package-form {
  border-radius: 15px;
  background-color: var(--ld-color-secondary);
}

.package-accomodation-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.banner-item {
  position: relative;
  width: 100%;
  background: var(--ld-color-main);
  z-index: 5557;
  padding: 10px;
}

.banner-item p {
  color: white;
  text-align: center;
  margin-bottom: 0;
}

.s-form-v6__input {
  color: var(--ld-color-font) !important;
}

/* For service questions listview */
.service-q-wrapper-listview {
  background: white;
  border-radius: 15px;
}

.service-q-wrapper-listview .service-q-series {
  gap: 0;
  float: none;
  width: 100%;
}

.service-q-wrapper-listview .service-q-series .service-q {
  border-bottom: 1px solid #CFCFCF;
  padding: 8px 0;
}

.service-q-wrapper-listview .service-q-series .service-q::before,
.service-q-wrapper-listview .service-q-series .service-q::after {
  content: none;
}

/* End of styles */

@media (min-width: 1300px) {
  .container {
    width: 1280px !important;
  }
}

@media(max-width: 1199px) {

  .service-q::before,
  .service-q::after {
    height: 21px;
  }
}

@media(max-width: 999px) {
  .home-top h1 {
    font-size: 36px;
  }

  .home-top em {
    font-size: 24px;
  }

  .home-top .home-top-logo {
    width: 100%;
  }

  .home-services-container {
    gap: 20px;
  }

  .home-service-item {
    border-radius: 15px;
    gap: 20px;
    padding: 12px 5px;
  }

  .home-service-item.alt {
    justify-content: flex-start;
  }

  .home-service-item-data {
    gap: 0px;
  }

  .home-service-item-data h2 {
    font-size: 20px;
  }

  .home-services-title {
    flex-direction: column;
  }

  .home-contact {
    flex-direction: column;
  }

  .home-contact .contact-illustration {
    margin-left: 0px;
  }

  .price-check-wrapper {
    flex-direction: column;
  }

  .price-check-wrapper::before {
    top: 0;
  }

  .home-top-decoration {
    top: 0px;
  }

  .why-us-wrapper,
  .footer-top-contact,
  .link-box-wrapper,
  .service-top,
  .blog-filters-wrapper,
  .service-price-wrapper,
  .package-accomodation-section,
  .service-listview-content {
    flex-direction: column;
  }

  .service-price-wrapper {
    align-items: center;
  }

  .package-accomodation-section {
    gap: 0;
  }

  .service-q {
    align-items: flex-start;
  }

  .scroll-to-learn a {
    flex-direction: column;
  }

  .footer-top img {
    width: 150px;
  }

  .footer-top-contact {
    gap: 10px;
  }

  .home-faq-wrapper {
    flex-direction: column-reverse;
  }

  .footer-rights-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-rights-links {
    flex-wrap: wrap;
    gap: 10px 40px;
    padding: 20px 0;
  }

  .service-top-wrapper {
    display: block;
    z-index: 5555;
    position: relative;
    background: white;
  }

  .service-top-data {
    align-items: center;
  }

  .service-top-data h1 {
    font-size: 42px;
  }

  .service-top-data h2 {
    font-size: 24px;
  }

  .service-top-data .service-top-link {
    justify-content: center;
  }

  .service-top-img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }

  .service-step-img-container {
    position: relative;
  }

  .service-step-wrapper {
    min-height: fit-content;
  }

  .service-step-img-container img {
    width: 85%;
  }

  .service-q-wrapper {
    background: white;
    border-radius: 15px;
  }

  .service-q-series {
    gap: 0;
  }

  .service-q {
    border-bottom: 1px solid #CFCFCF;
    padding: 8px 0;
  }

  .service-q::before,
  .service-q::after {
    content: none;
  }

  .service-step-05::before {
    height: 100%;
  }
}

/* Home - top */

/* booking btn styles */
.s-booking-btn {
  position: fixed;
  width: 100%;
  background: linear-gradient(0deg, white, white, #ffffff00);
  bottom: 0px;
  padding: 24px 20px;
  z-index: 5554;
  text-align: left !important;
  overflow: hidden;
}

@media(min-width: 999px) {
  .s-booking-btn {
    position: fixed;
    width: auto;
    background: transparent;
    left: 30px;
    padding: 30px 0px;
  }

  .s-booking-btn a span {
    /* opacity: 0; */
    -webkit-transition: 650ms;
    -moz-transition: 650ms;
    transition: 650ms;
  }

  .s-booking-btn a {
    /* width: 60px; */
    padding: 16px;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
  }

  .s-booking-btn a:hover {
    /* width: 250px; */
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
  }

  .s-booking-btn a:hover span {
    /* opacity: 1; */
  }
}

/* end booking btn styles */

/*---------------------------------------
      MENU              
  -----------------------------------------*/
.topbar-decoration {
  position: absolute;
  top: 8px;
  left: calc(50% - 62px);
  z-index: 5556;
}

.navbar-default {
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .075);
  border: none;
  margin-bottom: 0;
  padding: 10px;
  border-bottom: 1px solid var(--ld-color-main);
}

.navbar-default .navbar-brand {
  color: #393939;
  font-weight: 500;
}

.navbar-default .navbar-brand .fa {
  color: var(--ld-color-main);
}

.navbar-default .navbar-nav li.appointment-btn {
  margin: 3px 0 0 20px;
}

.navbar-default .navbar-nav li.appointment-btn a {
  background: var(--ld-color-main);
  border-radius: 3px;
  color: #ffffff;
  font-weight: 600;
  padding-top: 12px;
  padding-bottom: 12px;
  cursor: pointer;
}

.navbar-default .navbar-nav li.appointment-btn a:hover {
  background: #007ffe;
  color: #ffffff !important;
}

.navbar-default .navbar-nav li a {
  color: #555555;
  font-size: 13px;
  font-weight: 500;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.navbar-default .navbar-nav>li a:hover {
  color: var(--ld-color-main) !important;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #555555;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #393939;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
  background: #393939;
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.s-tr--500 {
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}

/*---------------------------------------
     FOOTER              
  -----------------------------------------*/

footer {
  padding-top: 80px;
  z-index: 5555;
  position: relative;
  background: white;
}

footer h4 {
  padding-bottom: 5px;
}

footer a {
  color: var(--ld-color-main);
}

footer a:hover {
  color: var(--ld-color-illustration-main-shade);
}

.contact-info {
  padding-top: 10px;
}

.contact-info .fa {
  background: #e6b44e;
  border-radius: 100%;
  color: #ffffff;
  font-size: 15px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 2px;
}

.latest-stories {
  margin-bottom: 20px;
}

.stories-image,
.stories-info {
  display: inline-block;
  vertical-align: top;
}

.stories-image img {
  border-radius: 100%;
  width: 65px;
  height: 65px;
}

.stories-info {
  margin-left: 15px;
}

.stories-info h5 {
  margin-bottom: 2px;
}

.stories-info span {
  color: #858585;
  font-size: 12px;
}

.opening-hours span {
  font-weight: 500;
  display: inline-block;
  padding-left: 10px;
}

.copyright-text p,
.footer-link a {
  color: #858585;
  font-size: 12px;
  font-weight: 500;
}

.footer-link a {
  font-size: 12px;
  display: inline-block;
  padding: 0 10px;
  margin-top: 4px;
}

.angle-up-btn {
  position: relative;
  bottom: 4em;
  display: block;
}

.angle-up-btn a {
  background: #ffffff;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  font-size: 20px;
  color: #393939;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  transition: transform 0.1s ease-in;
  transform: translateX(0);
}

.angle-up-btn a:hover {
  background: #4267b2;
  color: #ffffff;
  transform: translateY(-5px);
}

.border-top {
  border-top: 1px solid #f2f2f2;
  margin-top: 4em;
  padding-top: 2.5em;
}

/*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
}

.social-icon li {
  display: inline-block;
  list-style: none;
}

.social-icon li a {
  border-radius: 100px;
  color: #464646;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.social-icon li a:hover {
  background: #4267b2;
  color: #ffffff;
}

/*----------------------------------
  Selection
------------------------------------*/
::selection {
  color: #fff;
  background: #13b1cd;
  text-shadow: none;
}

::-webkit-selection {
  color: #fff;
  background: #13b1cd;
  text-shadow: none;
}

:active,
:focus {
  outline: none;
}

/* ----------- Home styles ------------ */
.s-service-category img,
.s-service-category h2 {
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.s-service-category:hover img {
  opacity: 0.7;
}

.s-service-category:hover h2 {
  color: var(--ld-color-main);
}

.s-headline-border {
  width: 76px;
  margin-top: 10px;
  margin-left: 0px;
  border-top: 3px solid var(--ld-color-main);
}

.s-promo-border {
  width: 150px;
  margin-top: 10px;
  margin-left: 0px;
  border-top: 3px solid var(--ld-color-main);
}

.s-hover-shadow {
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  transition: 250ms;
  box-shadow: 1px 1px 100px #fff;
  border-radius: 10px;
}

.s-hover-shadow:hover {
  box-shadow: 1px 1px 10px #d6d6d6;
}

header span {
  font-weight: 500;
  display: inline-block;
  padding: 11px 15px;
  font-size: 12px;
  line-height: 24px;
}

@media only screen and (max-width: 767px) {
  header span {
    padding-top: 0;
  }
}

@media only screen and (max-width: 992px) {
  header span {
    padding-right: 0;
    padding-bottom: 0;
  }
}

@media(min-width: 900px) {
  .navbar-brand {
    float: right !important;
  }

  .s-top-header-text {
    font-weight: 500;
    padding: 11px 15px;
    font-size: 12px;
    line-height: 24px;
    color: #747474;
  }

  .date-icon {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    padding-right: 19px;
    padding-left: 19px;
  }
}

/* Owl Carousel */
.owl-prev {
  background: url('https://res.cloudinary.com/milairagny/image/upload/v1487938188/left-arrow_rlxamy.png') left center no-repeat;
  height: 54px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 1000;
  left: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}

.owl-next {
  background: url('https://res.cloudinary.com/milairagny/image/upload/v1487938220/right-arrow_zwe9sf.png') right center no-repeat;
  height: 54px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 1000;
  right: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}

.owl-prev:hover,
.owl-next:hover {
  opacity: 0.5;
}

.owl-dots {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 4px;
  background: #ccc;
  display: block;
  border-radius: 10px;
  transition: background 0.3s;
}

.owl-dot.active span {
  width: 20px;
  background: var(--ld-color-main);
}

@media(min-width: 768px) {
  .s-slider-item img {
    -webkit-transition: var(--ld-tansition);
    -moz-transition: var(--ld-tansition);
    transition: var(--ld-tansition);
  }

  .s-slider-item h2 {
    -webkit-transition: var(--ld-tansition);
    -moz-transition: var(--ld-tansition);
    transition: var(--ld-tansition);
  }
}

@media(min-width: 600px) {
  .owl-carousel.owl-drag .owl-item {
    /* margin-right: 0px !important; */
    /* width: 33.7vw !important; */
  }
}

@media(min-width: 900px) {
  .owl-carousel.owl-drag .owl-item {
    /* margin-right: 0px !important; */
    /* width: 20.1vw !important; */
  }
}

.service-name {
  position: absolute;
  bottom: 13px;
  right: 17px;
}

/* Owl Carousel */

.s-text-gradient {
  background: linear-gradient(to right, #fcc964 0%, #d8a53f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s-service-section-bg {
  width: 458px;
  height: 458px;
}

.s-service-section-bg-diet {
  background: url(../img/Home/our-ac-1.jpg) no-repeat;
  background-size: cover;
}

.s-service-section-bg-exercise {
  background: url(../img/Home/our-ac-2.jpg) no-repeat;
  background-size: cover;
}

.s-service-section-bg-beauty {
  background: url(../img/Home/our-ac-3.jpg) no-repeat;
  background-size: cover;
}

.s-service-section-bg-experience {
  background: url(../img/Home/our-ac-5.jpg) no-repeat;
  background-size: cover;
}

.s-service-section-bg-skill {
  background: url(../img/Home/our-ac-3.jpg) no-repeat;
  background-size: cover;
}

.s-service-section-bg-answer {
  background: url(../img/Home/our-ac-4.jpg) no-repeat;
  background-size: cover;
}

.s-ad-section,
.s-ad-link {
  -webkit-transition: 1000ms;
  -moz-transition: 1000ms;
  transition: 1000ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.s-ad-section {
  background: var(--ld-color-main)75;
  margin-top: -74px;
  padding: 14px 0px;
  width: 80%;
  float: right;
  text-align: left;
  border-radius: 30px 0px 0px 0px;
}

.s-ad-link {
  opacity: 0;
}

.s-ad-section:hover {
  width: 100%;
  padding: 14px 20vw;
  border-radius: 0;
}

.s-ad-section:hover .s-ad-link {
  opacity: 1;
}

/* promo title */
.link {
  outline: none;
  text-decoration: none;
  position: relative;
  color: #9e9ba4;
  display: inline-block;
}

.link--title {
  text-transform: uppercase;
  overflow: hidden;
  background: linear-gradient(to right, var(--ld-color-main) 0%, var(--ld-color-illustration-main-shade) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.link--title:hover {
  color: #b2b0a9;
}

.link--title::after {
  content: '';
  position: absolute;
  height: 10px;
  width: 100%;
  top: 60%;
  margin-top: -8px;
  right: 0;
  background: #f9f9f9;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.link--title:hover::after {
  transform: translate3d(100%, 0, 0);
}

.link--title::before {
  content: attr(data-letters);
  position: absolute;
  z-index: 2;
  overflow: hidden;
  background: linear-gradient(to right, #007ffe 0%, #0955a0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  width: 0%;
  transition: width 0.4s 0.3s;
}

.link--title:hover::before {
  width: 100%;
}

/* end promo title */
/* -------------- End Home Styles ------------------ */

/* -------------- About Us Styles ------------------ */
.s-about-doctor {
  position: absolute;
  top: -1px;
  right: 0px;
  width: 100%;
  height: 101%;
}

#text {
  opacity: 0;
}

#path,
#text,
.s-about-link {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

#doctor:hover #text,
#clinicImage:hover #text {
  opacity: 1;
}

#doctor:hover #path {
  d: path("M2387 2464l-1137 -250 -1137 -300 0 -753 0 -1173 1137 0 1137 0 0 1173 0 1173zm113 -2463l-2500 0 0 2579 2500 0 0 -2579z");
}

#clinicImage:hover #path {
  d: path("M2387 1979l-2274 484 0 -2346 2274 0 0 1862zm113 -1979l-2500 0 0 2579 2500 0 0 -2579z");
}

/* -------------- End About Us Styles ------------------ */

/* -------------- Services Styles ------------------ */
.s-service img,
.s-service h2 {
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  transition: 350ms;
}

@media(min-width: 768px) {
  .s-service-brd-l {
    border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #e7b44e, rgba(0, 0, 0, 0)) 1 100%;
    border-left-width: 2px;
    border-left-style: solid;
  }

  .s-service-brd-r {
    border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #e7b44e, rgba(0, 0, 0, 0)) 1 100%;
    border-right-width: 2px;
    border-right-style: solid;
  }

  .s-service-brd-b {
    padding: 0px 25px;
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #e7b44e, rgba(255, 255, 255, 0));
  }

  .s-service img {
    opacity: 0.5;
  }

  .s-service:hover img {
    opacity: 1;
  }

  .s-service:hover h2 {
    color: #007ffe;
  }
}

/* -------------- End Services Styles ------------------ */

/* Login Styles */
/* sign in */
.login-wrap {
  width: 100%;
  margin: auto;
  max-width: 525px;
  min-height: 535px;
  position: relative;
  background: #fff2e9c7;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .11), 0 17px 50px 0 rgba(0, 0, 0, .1);
  background-size: cover;
  border-radius: 10px;
}

@media(max-height: 998px) {
  .login-wrap {
    background: #fff2e9eb;
  }
}

.login-html {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 90px 20px 50px 20px;
  border-radius: 10px;
}

@media(min-width: 767px) {
  .login-html {
    padding: 30px 70px 50px 70px !important;
  }
}

@media(min-width: 1400px) {
  .login-html {
    padding: 30px 40px 50px 40px !important;
  }

  .login-wrap {
    min-height: 625px !important;
  }
}

.login-html .sign-in-htm,
.login-html .sign-up-htm {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  transition: all .4s linear;
}

.login-html .sign-in,
.login-html .sign-up,
.login-form .group .check {
  display: none;
}

.login-html .tab,
.login-form .group .label,
.login-form .group .button {
  text-transform: uppercase;
}

.login-html .tab {
  padding-bottom: 5px;
  margin: 0 10px 25px 10px;
  display: inline-block;
  border-bottom: 2px solid transparent;
}

.login-html .sign-in:checked+.tab,
.login-html .sign-up:checked+.tab {
  color: #c9a24c;
  border-color: #c9a24c;
}

.login-form {
  min-height: 345px;
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
}

.login-form .group {
  margin-bottom: 15px;
}

.login-form .group .label,
.login-form .group .input,
.login-form .group .button {
  width: 100%;
  color: #424242;
  display: block;
}

.login-form .group .input,
.login-form .group .button {
  border: none;
  font-size: 16px;
  box-shadow: 1px 2px 9px 2px #dadada9e;
  padding: 6px 20px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.5);
}

.login-form .group input[data-type="password"] {
  text-security: circle;
  -webkit-text-security: circle;
}

.login-form .group .label {
  color: #aaa;
  font-size: 12px;
}

.login-form .group .button {
  background: #1161ee;
}

.login-form .group label .icon {
  width: 15px;
  height: 15px;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  background: rgba(82, 82, 82, 0.1);
}

.login-form .group label .icon:before,
.login-form .group label .icon:after {
  content: '';
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  transition: all .2s ease-in-out 0s;
}

.login-form .group label .icon:before {
  left: 3px;
  width: 5px;
  bottom: 6px;
  transform: scale(0) rotate(0);
}

.login-form .group label .icon:after {
  top: 6px;
  right: 0;
  transform: scale(0) rotate(0);
}

.login-form .group .check:checked+label {
  color: #242424;
}

.login-form .group .check:checked+label .icon {
  background: #c9a24c;
}

.login-form .group .check:checked+label .icon:before {
  transform: scale(1) rotate(45deg);
}

.login-form .group .check:checked+label .icon:after {
  transform: scale(1) rotate(-45deg);
}

.login-html .sign-in:checked+.tab+.sign-up+.tab+.login-form .sign-in-htm {
  transform: rotate(0);
}

.login-html .sign-up:checked+.tab+.login-form .sign-up-htm {
  transform: rotate(0);
}

.login-hr {
  height: 2px;
  margin: 20px 0 20px 0;
  background: rgba(72, 72, 72, .2);
}

.foot-lnk {
  font-size: 13px;
  text-align: center;
}

.group input::placeholder {
  color: #c2c2c2 !important;
}

/* End Login Styles */


/*----------------------------------
  Animation
------------------------------------*/
@keyframes transitionSlide {
  0% {
    width: 100%
  }

  100% {
    width: 0%
  }
}

.page-tr-slide {
  position: fixed;
  width: 0%;
  z-index: 5555;
  margin-top: -118px;
  height: 100%;
  background-color: white;
  animation: transitionSlide 1s ease-in-out 1;
}

@keyframes transitionSlideUp {
  0% {
    height: 100%
  }

  100% {
    height: 0%
  }
}

.page-tr-top {
  position: fixed;
  z-index: 5556;
  background: white;
  margin-top: -118px;
  width: 100%;
  height: 0%;
  animation: transitionSlideUp 1s ease-in-out 1;
}

.page-exit-down {
  animation: fadeOut 0.25s ease-in-out 1;
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 40%, 0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0, 40%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 40%, 0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 40%, 0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0, 40%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 40%, 0) rotateZ(-360deg);
  }
}

.Image-Rotation {
  position: absolute;
  -webkit-animation: spin 35s linear infinite;
  -moz-animation: spin 35s linear infinite;
  animation: spin 35s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*----------------------------------
  Button
------------------------------------*/
.s-btn {
  font-family: "ivypresto-display", serif;
  font-weight: 700;
  font-style: normal;
  color: var(--ld-color-font);
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border: none;
  white-space: nowrap;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  letter-spacing: 1px;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-btn:focus,
.s-btn:hover {
  color: var(--ld-color-font) !important;
  text-decoration: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-btn.focus {
  text-decoration: none;
}

.s-btn:active,
.s-btn.active {
  background-image: none;
  outline: 0;
}

.s-btn.disabled,
.s-btn:disabled,
fieldset[disabled] .s-btn {
  cursor: not-allowed;
  opacity: .65;
}

.s-btn__element--left,
.s-btn__element--right {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.input-focus:focus::placeholder {
  -webkit-transition: text-indent 1.5s ease;
  transition: text-indent 1.5s ease;
  text-indent: -100%;
}

/* Sizes
------------------------------ */
.s-btn--xs {
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.5rem 1.25rem;
}

.s-btn--sm {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.75rem 1.25rem;
}

.s-btn--md {
  font-size: 0.9rem;
  font-weight: 400;
  padding: 1rem 15px;
}

.s-btn-icon--md {
  font-size: 1rem;
  padding: 0.9375rem 1.5625rem 0.75rem;
}

/* Styles
------------------------------ */
.Direction-rtl {
  direction: rtl;
}

.s-btn--main-bg {
  direction: ltr;
  background: transparent;
  border: 2px solid var(--ld-color-main);
  position: relative;
  z-index: 1;
}

.s-btn--main-bg::before {
  z-index: -1;
  content: "";
  background: var(--ld-color-main);
  height: 100%;
  width: 40%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3.125rem;
  transition: all var(--ld-tansition--long);
}

.s-btn--main-bg:focus::before,
.s-btn--main-bg:hover::before {
  right: 0;
  left: 35%;
  width: 65%;
}

.s-btn--alt-bg {
  direction: ltr;
  background: transparent;
  border: 2px solid var(--ld-color-secondary);
  position: relative;
}

.s-btn--alt-bg::before {
  z-index: -1;
  content: "";
  background: var(--ld-color-secondary);
  height: 100%;
  width: 40%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3.125rem;
  transition: all var(--ld-tansition--long);
}

.s-btn--alt-bg:focus::before,
.s-btn--alt-bg:hover::before {
  right: 0;
  left: 35%;
  width: 65%;
}

.s-btn--white-brd {
  color: #fff;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #fff;
}

.s-btn--white-brd:focus,
.s-btn--white-brd:hover {
  color: #222324;
  background: #fff;
  border-color: #fff;
}

.s-btn--white-bg {
  color: #222324;
  background: #fff;
}

.s-btn--white-bg:focus,
.s-btn--white-bg:hover {
  color: #13b1cd;
  background: #fff;
}

.s-btn--dark-bg {
  color: #fff;
  background: #222324;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #222324;
}

.s-btn--dark-bg:focus,
.s-btn--dark-bg:hover {
  color: black;
  background: white;
  border-color: black;
}

.s-btn--dark-brd {
  color: #222324;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #222324;
}

.s-btn--dark-brd:focus,
.s-btn--dark-brd:hover {
  color: #fff;
  background: #222324;
  border-color: #222324;
}

.s-btn--primary-bg {
  color: #3f3f3f;
  background: #f9f9f9;
  border-width: 0.1rem;
  border-style: solid;
  border-color: #dedede;
}

.s-btn--primary-bg:focus,
.s-btn--primary-bg:hover {
  color: #fff;
  background: #0b0e30;
  border-color: #ffffff;
}

.s-btn--primary-brd {
  color: #13b1cd;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #13b1cd;
}

.s-btn--primary-brd:focus,
.s-btn--primary-brd:hover {
  color: #fff;
  background: #13b1cd;
  border-color: #13b1cd;
}

.s-btn-icon--white-brd {
  border-left: none;
}

.s-btn-icon--dark-brd {
  border-left: none;
}

/*----------------------------------
  Clients v1
------------------------------------*/
.s-clients-v1 {
  display: block;
  width: 9rem;
  height: auto;
  margin: 0 auto;
  opacity: 1;
  cursor: pointer;
  transition-duration: var(--ld-tansition);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-clients-v1:hover {
  transition-duration: var(--ld-tansition);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*----------------------------------
  FAQ
------------------------------------*/
.s-faq__pseudo {
  position: relative;
}

.s-faq__pseudo:before {
  position: absolute;
  left: 12.5rem;
  bottom: -1rem;
  z-index: -1;
  font-size: 9.375rem;
  font-family: Playfair Display, serif;
  color: rgba(245, 248, 249, 0.8);
  content: "\0026";
}

.s-faq-grid__divider {
  display: inline-block;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
  margin: .3125rem 0;
}

.s-faq-grid__title {
  font-size: 1rem;
  color: #fff;
  margin: 0.2rem 3rem 0px 0rem;
}

.s-faq-img {
  position: absolute;
  top: 7px;
  right: 0;
  width: 38px !important;
}

.s-faq .cbp-caption {
  border-bottom: none;
}

/*----------------------------------
  Form Input
------------------------------------*/
/* Form Input v1 */
.s-form-v1__input {
  height: 3.375rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 300;
  background: transparent;
  border-color: #fff;
  /*border-right: none;*/
  box-shadow: none;
  padding: .625rem 2.5rem;
}

.s-form-v1__input::-webkit-input-placeholder {
  color: #fff;
}

.s-form-v1__input::-moz-placeholder {
  color: #fff;
}

.s-form-v1__input:-ms-input-placeholder {
  color: #fff;
}

.s-form-v1__input::placeholder {
  color: #fff;
}

.s-form-v1__input:focus {
  box-shadow: none;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

/* Form Input v2 */
.s-form-v2__input {
  background: #f9f9f9;
  height: 3.5rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: #656565;
  border: none;
  box-shadow: 1px 1px 7px #bbbbbb padding .625rem 1.25rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-form-v2__input::-webkit-input-placeholder {
  color: #656565;
}

.s-form-v2__input::-moz-placeholder {
  color: #656565;
}

.s-form-v2__input:-ms-input-placeholder {
  color: #656565;
}

.s-form-v2__input::placeholder {
  color: #656565;
}

.s-form-v2__input:focus {
  font-weight: 400;
  color: #656565;
  box-shadow: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-form-v2__input:focus::-webkit-input-placeholder {
  color: #656565;
}

.s-form-v2__input:focus::-moz-placeholder {
  color: #656565;
}

.s-form-v2__input:focus:-ms-input-placeholder {
  color: #656565;
}

.s-form-v2__input:focus::placeholder {
  color: #656565;
}

/* Form Input v3 */
.s-form-v3__input {
  position: relative;
  height: 3.125rem;
  font-size: 0.8125rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  border: none;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.5);
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0 1.25rem 0 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-form-v3__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.s-form-v3__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.s-form-v3__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.s-form-v3__input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.s-form-v3__input:focus {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.99);
  box-shadow: none;
}

.s-form-v3__input:focus::-webkit-input-placeholder {
  color: #fff;
}

.s-form-v3__input:focus::-moz-placeholder {
  color: #fff;
}

.s-form-v3__input:focus:-ms-input-placeholder {
  color: #fff;
}

.s-form-v3__input:focus::placeholder {
  color: #fff;
}

/* Form Input v4 */
.s-form-v4__input {
  position: relative;
  height: 3.125rem;
  font-size: 0.8125rem;
  font-weight: 400;
  color: rgba(34, 35, 36, 0.5);
  border: none;
  border-bottom: .0625rem solid;
  background: rgba(34, 35, 36, 0.3);
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: 0 1.25rem .3125rem 1rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-form-v4__input::-webkit-input-placeholder {
  color: rgba(34, 35, 36, 0.5);
}

.s-form-v4__input::-moz-placeholder {
  color: rgba(34, 35, 36, 0.5);
}

.s-form-v4__input:-ms-input-placeholder {
  color: rgba(34, 35, 36, 0.5);
}

.s-form-v4__input::placeholder {
  color: rgba(34, 35, 36, 0.5);
}

.s-form-v4__input:focus {
  color: #222324;
  border-color: #222324;
  box-shadow: none;
}

.s-form-v4__input:focus::-webkit-input-placeholder {
  color: #222324;
}

.s-form-v4__input:focus::-moz-placeholder {
  color: #222324;
}

.s-form-v4__input:focus:-ms-input-placeholder {
  color: #222324;
}

.s-form-v4__input:focus::placeholder {
  color: #222324;
}

.s-form-v4__icon {
  font-size: 1.125rem;
  color: rgba(34, 35, 36, 0.7);
  border-bottom: 0.0625rem solid #222324;
  padding: 0 .75rem .95rem;
}

/* Form Input v5 */
.s-form-v5__input {
  height: 3.375rem;
  color: #656565;
  font-size: 0.875rem;
  font-weight: 300;
  background: transparent;
  border-color: #222324;
  border-right: none;
  box-shadow: none;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: .625rem 2.5rem;
}

.s-form-v5__input::-webkit-input-placeholder {
  color: #656565;
}

.s-form-v5__input::-moz-placeholder {
  color: #656565;
}

.s-form-v5__input:-ms-input-placeholder {
  color: #656565;
}

.s-form-v5__input::placeholder {
  color: #656565;
}

.s-form-v5__input:focus {
  color: #222324;
  box-shadow: none;
  border-color: #222324;
}

.s-form-v5__input:focus::-webkit-input-placeholder {
  color: #222324;
}

.s-form-v5__input:focus::-moz-placeholder {
  color: #222324;
}

.s-form-v5__input:focus:-ms-input-placeholder {
  color: #222324;
}

.s-form-v5__input:focus::placeholder {
  color: #222324;
}


/* Form Input v6 */
.s-form-v6__input {
  position: relative;
  height: 3.125rem;
  font-size: 0.8125rem;
  font-weight: 400;
  color: gray;
  border: none;
  border-bottom: 0.0625rem solid gray;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0 1.25rem 0 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-form-v6__input::-webkit-input-placeholder {
  color: gray;
}

.s-form-v6__input::-moz-placeholder {
  color: gray;
}

.s-form-v6__input:-ms-input-placeholder {
  color: gray;
}

.s-form-v6__input::placeholder {
  color: gray;
}

.s-form-v6__input:focus {
  color: black;
  border-color: lightgray;
  box-shadow: none;
}

.s-form-v6__input:focus::-webkit-input-placeholder {
  color: lightgray;
}

.s-form-v6__input:focus::-moz-placeholder {
  color: lightgray;
}

.s-form-v6__input:focus:-ms-input-placeholder {
  color: lightgray;
}

.s-form-v6__input:focus::placeholder {
  color: lightgray;
}


/*----------------------------------
  Icons
------------------------------------*/
.s-icon {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-icon:focus,
.s-icon:hover {
  text-decoration: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Sizes
------------------------------ */
.s-icon--sm {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.8125rem;
  padding: 0.6875rem;
}

.s-icon--md {
  width: 3.125rem;
  height: 3.125rem;
  font-size: 1.125rem;
  padding: 0.75rem;
}

.s-icon--lg {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.625rem;
  padding: 0.5625rem 1rem;
}

/* Styles
------------------------------ */
.s-icon--white-brd {
  color: #fff;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #fff;
  line-height: 1.4;
}

.s-icon--white-brd:focus,
.s-icon--white-brd:hover {
  color: #fff;
  background: #13b1cd;
  border-color: #13b1cd;
}

.s-icon--white-bg {
  color: #222324;
  background: #fff;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #fff;
  line-height: 1.4;
}

.s-icon--white-bg:focus,
.s-icon--white-bg:hover {
  color: #13b1cd;
  background: #fff;
  border-color: #fff;
}

.s-icon--primary-brd {
  color: #13b1cd;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #13b1cd;
  line-height: 1.4;
}

.s-icon--primary-brd:focus,
.s-icon--primary-brd:hover {
  color: #fff;
  background: #13b1cd;
  border-color: #13b1cd;
}

.s-icon--primary-bg {
  color: #fff;
  background: #13b1cd;
  line-height: 1.6;
}

/*----------------------------------
  Promo Block
------------------------------------*/
/* Promo Block v1 */
.s-promo-block-v1__square-effect {
  position: relative;
}

.s-promo-block-v1__square-effect:before {
  position: absolute;
  top: -5rem;
  left: -1.875rem;
  width: 18.75rem;
  height: 10.9375rem;
  border: .625rem solid;
  border-color: rgba(255, 255, 255, 0.2);
  content: " ";
}

.s-promo-block-v1__square-effect:after {
  position: absolute;
  right: 0;
  bottom: -2rem;
  width: 9.375rem;
  height: 9.375rem;
  border: .625rem solid;
  z-index: -1;
  border-color: rgba(108, 184, 237, 0.9);
  content: " ";
}

/* Promo Block v2 */
.s-promo-block-v2 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v2:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(145deg, rgba(152, 119, 234, 0.7) -25%, #1388cd 100%);
  background-repeat: repeat-x;
  content: " ";
}

.s-promo-block-v2__form {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

@media (max-width: 61.9em) {
  .s-promo-block-v2__form {
    position: static;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* Promo Block v3 */
.s-promo-block-v3__divider {
  position: relative;
  padding-bottom: 1.875rem;
}

.s-promo-block-v3__divider:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0.1875rem;
  background-image: linear-gradient(145deg, rgba(152, 119, 234, 0.9) -25%, #13b1cd 100%);
  background-repeat: repeat-x;
  content: " ";
}

.s-promo-block-v3__date {
  line-height: .8;
  margin-right: 1rem;
}

.s-promo-block-v3__month,
.s-promo-block-v3__year {
  display: block;
  line-height: 1.3;
}

.s-promo-block-v3__month {
  vertical-align: top;
}

/* Promo Block v4 */
.s-promo-block-v4 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v4:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(34, 35, 36, 0.3) 0%, rgba(19, 177, 205, 0.6) 100%);
  background-repeat: repeat-x;
  content: " ";
}

/* Promo Block v5 */
.s-promo-block-v5 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v5:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(28, 123, 172, 0.93) 0%, rgba(19, 177, 205, 0.93) 100%);
  background-repeat: repeat-x;
  content: " ";
}

/* Promo Block v6 */
.s-promo-block-v6 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v6:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-180deg, rgba(28, 123, 172, 0.1) 0%, #13b1cd 80%);
  background-repeat: repeat-x;
  content: " ";
  border-radius: 10px;
}

/* Promo Block v7 */
.s-promo-block-v7 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v7:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.97) 0%, rgba(152, 119, 234, 0.97) 100%);
  background-repeat: repeat-x;
  content: " ";
}

/*----------------------------------
  Mockup
------------------------------------*/
/* Mockup v1 */
.s-mockup-v1 {
  position: relative;
  width: 55rem;
  height: auto;
  z-index: 1;
}

@media (max-width: 61.9em) {
  .s-mockup-v1 {
    width: 100%;
    height: auto;
  }
}

/* Mockup v2 */
.s-mockup-v2 {
  position: absolute;
  left: 6.25rem;
  bottom: 6.25rem;
  width: 25rem;
  height: auto;
}

@media (max-width: 33.9em) {
  .s-mockup-v2 {
    display: none;
  }
}

@media (min-width: 34em) {
  .s-mockup-v2 {
    position: absolute;
    left: 0.625rem;
    bottom: 0.625rem;
    width: 18.75rem;
    height: auto;
  }
}

@media (min-width: 48em) {
  .s-mockup-v2 {
    position: absolute;
    left: 5rem;
    bottom: 5rem;
    width: 18.75rem;
    height: auto;
  }
}

/*----------------------------------
  Plan
------------------------------------*/
/* Plan v1 */
.s-plan-v1 {
  box-shadow: 0.625rem 0.625rem 0.9375rem 0 rgba(31, 31, 31, 0.075);
}

.s-plan-v1__price-mark,
.s-plan-v1__price-tag {
  color: #13b1cd;
}

.s-plan-v1__price-mark {
  font-size: 1.375rem;
  vertical-align: top;
}

.s-plan-v1__price-tag {
  font-size: 1.875rem;
  line-height: 1.1;
}

/* Plan v2 */
@media (min-width: 62em) {
  .s-plan-v2__main {
    position: relative;
    z-index: 1;
    box-shadow: 0 -1.25rem 3.125rem 0 rgba(34, 35, 36, 0.05);
    margin-top: -.4375rem;
  }
}

/*----------------------------------
  Process v1
------------------------------------*/
.s-process-v1 {
  position: relative;
}

.s-process-v1:before {
  position: absolute;
  top: 3.125rem;
  left: 60%;
  width: 80%;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0.2);
  content: " ";
  margin-top: -.03125rem;
}

@media (max-width: 47.9em) {
  .s-process-v1:before {
    display: none;
  }
}

.s-process-v1:last-child:before {
  display: none;
}

/*----------------------------------
  Scroll To Section
------------------------------------*/
/* Scroll To Section v1 */
.s-scroll-to-section-v1--bc {
  position: absolute;
  left: 50%;
  bottom: 0.625rem;
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  text-align: center;
}

/*----------------------------------
  Team v1
------------------------------------*/
.s-team-v1 {
  position: relative;
  cursor: pointer;
}

.s-team-v1:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: " ";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-team-v1:hover:before {
  box-shadow: 0 0 1.25rem 0.3125rem rgba(34, 35, 36, 0.07);
}

/*----------------------------------
  Video
------------------------------------*/
.s-video__bg {
  position: relative;
}

.s-video__bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(103, 181, 241, 0.8) 0, rgba(152, 119, 234, 0.8) 100%);
  background-repeat: repeat-x;
  content: " ";
}

/* Video v2 */
.s-video-v2__bg {
  position: relative;
}

.s-video-v2__bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(34, 35, 36, 0.85);
  content: " ";
}

/*----------------------------------
  Header
------------------------------------*/
.s-header__navbar {
  background: transparent;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Container
------------------------------ */
.s-header__container {
  width: 100%;
  height: auto;
  display: table;
  padding: 0rem 1.875rem;
}

.s-header__container:before,
.s-header__container:after {
  content: " ";
  display: table;
}

.s-header__container:after {
  clear: both;
}

.container-fluid {
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}

/* Navbar Row
------------------------------ */
.s-header__navbar-row {
  position: relative;
  display: table-row;
  clear: both;
}

.s-header__navbar-row-col {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}

/* Logo
------------------------------ */
.s-header__logo {
  position: relative;
  z-index: 9999;
  width: 100%;
  height: auto;
  float: left;
}

.s-header__logo-link {
  display: inline-block;
  padding: 0.45rem 0;
}

.s-header__logo-link:focus,
.s-header__logo-link:hover {
  text-decoration: none;
}

.s-header__logo-img-default,
.s-header__logo-img-shrink {
  display: block;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__logo-img-default {
  opacity: 1;
}

.s-header__logo-img-shrink {
  position: absolute;
  top: 0.45rem;
  left: 0;
  opacity: 0;
}

@media (max-width: 61.9em) {
  .s-header__logo {
    width: auto;
    height: auto;
    float: left;
  }
}

/* Trigger
------------------------------ */
.s-header__trigger {
  position: relative;
  z-index: 9999;
  width: 3.125rem;
  height: 3.125rem;
  float: right;
  overflow: hidden;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Trigger Icon */
.s-header__trigger-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: 1.375rem;
  height: 0.0625rem;
  background: #fff;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__trigger-icon:before,
.s-header__trigger-icon:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  content: " ";
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s;
}

.s-header__trigger-icon:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, 0.4375rem, 0);
  transform: translate3d(0, 0.4375rem, 0);
}

.s-header__trigger-icon:after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, -0.4375rem, 0);
  transform: translate3d(0, -0.4375rem, 0);
}

.s-header__trigger--dark .s-header__trigger-icon {
  background: #222324;
}

.s-header__trigger svg {
  position: absolute;
  top: 0;
  left: 0;
}

.s-header__trigger circle {
  -webkit-transition: stroke-dashoffset 0.4s 0s;
  transition: stroke-dashoffset 0.4s 0s;
}

/* Trigger Is Active Style */
.-is-active.s-header__trigger {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.-is-active .s-header__trigger-icon {
  background: #fff;
}

.-is-active .s-header__trigger-icon:before,
.-is-active .s-header__trigger-icon:after {
  width: 50%;
  -webkit-transition: transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s;
}

.-is-active .s-header__trigger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.-is-active .s-header__trigger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.-is-active.s-header__trigger circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s 0.3s;
  transition: stroke-dashoffset 0.4s 0.3s;
}

/* Overlay
------------------------------ */
.s-header-bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(34, 35, 36, 0);
  visibility: hidden;
  -webkit-transition: all 1s ease-in 0.4s;
  transition: all 1s ease-in 0.4s;
}

.s-header-bg-overlay.-is-open {
  background: linear-gradient(90deg, rgba(60, 64, 101, 0), rgb(8, 11, 45));
  visibility: visible;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* Nav
------------------------------ */
.s-header__nav {
  height: 100%;
  padding: 7.5rem 0;
}

/* Menu List */
.s-header__nav-menu {
  width: 18.75rem;
  float: right;
  text-align: right;
}

@media (max-width: 47.9em) {
  .s-header__nav-menu {
    width: 50%;
  }
}

@media (max-width: 33.9em) {
  .s-header__nav-menu {
    width: 100%;
    float: none;
  }
}

.s-header__nav-menu-item {
  padding: 0 0 0 5.625rem;
  margin-bottom: .3125rem;
}

@media (max-width: 47.9em) {
  .s-header__nav-menu-item {
    padding-left: 0;
  }
}

.s-header__nav-menu-link {
  display: inline-block;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  opacity: .85;
  padding: .3125rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__nav-menu-link-divider {
  position: relative;
}

.s-header__nav-menu-link-divider:before {
  position: absolute;
  top: 50%;
  right: -2.5rem;
  width: 2.1875rem;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0);
  content: " ";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__nav-menu-link-divider[href]:focus,
.s-header__nav-menu-link-divider[href]:hover {
  color: #fff;
}

.s-header__nav-menu-link-divider[href]:hover:before {
  right: 0;
  background: white;
}

.s-header__nav-menu-link-divider:focus,
.s-header__nav-menu-link-divider:hover {
  color: #fff;
}

.s-header__nav-menu-link-divider:hover {
  opacity: 1;
  padding-right: 2.5rem;
}

.s-header__nav-menu-link-divider.-is-active {
  padding-right: 2.5rem;
}

.s-header__nav-menu-link-divider.-is-active:before {
  right: 0;
  background: white;
}

/* Action
------------------------------ */
.s-header__action {
  margin-bottom: 0;
}

.s-header__action--lb {
  position: absolute;
  left: 1.875rem;
  bottom: 1.875rem;
}

.s-header__action--rb {
  position: absolute;
  right: 1.875rem;
  bottom: 1.875rem;
}

.s-header__action-item {
  padding: 0;
  margin-left: .1875rem;
  margin-right: .3125rem;
}

.s-header__action-link {
  position: relative;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  padding: .3125rem;
}

.s-header__action-link:first-child {
  padding-left: 0;
}

.s-header__action-link:last-child {
  padding-right: 0;
}

.s-header__action-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

.s-header__action-link.-is-active {
  color: white;
}

/* Menu Open/Close
------------------------------ */
.s-header-bg-overlay .s-header__nav-menu-item {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-transform: translate3d(0, 1.25rem, 0);
  transform: translate3d(0, 1.25rem, 0);
}

.s-header-bg-overlay .s-header__action-item {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (max-width: 47.9em) {

  .s-header-bg-overlay.-is-open .s-header__nav-menu-item,
  .s-header-bg-overlay.-is-open .s-header__action-item {
    opacity: 1;
  }
}

@media (min-width: 34em) {
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item {
    opacity: 1;
  }

  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(1) {
    -webkit-transition: all 0.4s 0.2s ease-out;
    transition: all 0.4s 0.2s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(2) {
    -webkit-transition: all 0.4s 0.4s ease-out;
    transition: all 0.4s 0.4s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(3) {
    -webkit-transition: all 0.4s 0.6s ease-out;
    transition: all 0.4s 0.6s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(4) {
    -webkit-transition: all 0.4s 0.8s ease-out;
    transition: all 0.4s 0.8s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(5) {
    -webkit-transition: all 0.4s 1s ease-out;
    transition: all 0.4s 1s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(6) {
    -webkit-transition: all 0.4s 1.2s ease-out;
    transition: all 0.4s 1.2s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(7) {
    -webkit-transition: all 0.4s 1.4s ease-out;
    transition: all 0.4s 1.4s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(8) {
    -webkit-transition: all 0.4s 1.6s ease-out;
    transition: all 0.4s 1.6s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(9) {
    -webkit-transition: all 0.4s 1.8s ease-out;
    transition: all 0.4s 1.8s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(10) {
    -webkit-transition: all 0.4s 2s ease-out;
    transition: all 0.4s 2s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .s-header-bg-overlay.-is-open .s-header__action-item {
    opacity: 1;
  }

  .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(1) {
    -webkit-transition: all 0.4s 0.4s ease-out;
    transition: all 0.4s 0.4s ease-out;
  }

  .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(2) {
    -webkit-transition: all 0.4s 0.8s ease-out;
    transition: all 0.4s 0.8s ease-out;
  }

  .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(3) {
    -webkit-transition: all 0.4s 1.2s ease-out;
    transition: all 0.4s 1.2s ease-out;
  }
}

/* Shrink
------------------------------ */
/* Navbar */
.s-header__shrink .s-header__navbar {
  box-shadow: 0 0 0.9375rem 0 rgba(34, 35, 36, 0.05);
}

.s-header__shrink.-is-open .s-header__navbar {
  background: transparent;
}

/* Logo */
.s-header__shrink.-is-open .s-header__logo-img-default {
  opacity: 1;
}

.s-header__shrink.-is-open .s-header__logo-img-shrink {
  opacity: 0;
}

.s-header__shrink .s-header__navbar {
  background: #fff;
}

.s-header__shrink .s-header__logo-img-default {
  opacity: 0;
}

.s-header__shrink .s-header__logo-img-shrink {
  opacity: 1;
}

/* Trigger Icon */
.s-header__shrink.-is-open .s-header__trigger-icon {
  background: #fff;
}

.s-header__shrink .s-header__trigger-icon {
  background: #222324;
}

/*----------------------------------
  Header v2
------------------------------------*/
/* Navbar
------------------------------ */
.s-header-v2__navbar {
  position: relative;
  z-index: 1000;
  min-height: 3.125rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__navbar:before,
.s-header-v2__navbar:after {
  content: " ";
  display: table;
}

.s-header-v2__navbar:after {
  clear: both;
}

@media (max-width: 61.9em) {
  .s-header-v2__navbar {
    background: #fff;
    box-shadow: 0 0 0.9375rem 0.25rem rgba(34, 35, 36, 0.05);
  }
}

/* Navbar Row
------------------------------ */
.s-header-v2__navbar-row {
  display: table-row;
  clear: both;
}

@media (max-width: 61.9em) {
  .s-header-v2__navbar-row {
    display: inherit;
  }
}

/* Columns */
.s-header-v2__navbar-col {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 61.9em) {
  .s-header-v2__navbar-col {
    display: block;
  }
}

/* Space */
.s-header-v2__navbar-col-width--180 {
  width: 11.250rem;
}

@media (max-width: 61.9em) {
  .s-header-v2__navbar-col-width--180 {
    width: auto;
  }
}

/* Variations */
@media (min-width: 62em) {
  .s-header-v2__navbar-col--left {
    float: left;
  }

  .s-header-v2__navbar-col--left .dropdown__mega-menu {
    right: auto;
    left: 10rem;
  }
}

@media (min-width: 62em) {
  .s-header-v2__navbar-col--right {
    float: right;
  }
}

/* Navbar Toggle
------------------------------ */
.s-header-v2__toggle {
  position: relative;
  display: none;
  float: right;
  background: transparent;
  border: none;
  outline: none;
  line-height: 4.3rem;
  padding: .5625rem .3125rem .5625rem .625rem;
  margin: 0;
}

.s-header-v2__toggle-icon-bar {
  position: relative;
  width: 1.315rem;
  height: 0.0625rem;
  display: inline-block;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__toggle-icon-bar,
.s-header-v2__toggle-icon-bar:before,
.s-header-v2__toggle-icon-bar:after {
  background: #222324;
}

.s-header-v2__toggle-icon-bar:before,
.s-header-v2__toggle-icon-bar:after {
  position: absolute;
  left: 0;
  content: " ";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__toggle-icon-bar:before {
  width: 0.625rem;
  height: 0.0625rem;
  bottom: .625rem;
}

.s-header-v2__toggle-icon-bar:after {
  width: 1rem;
  height: 0.0625rem;
  top: -.3125rem;
}

.s-header-v2__toggle:hover .s-header-v2__toggle-icon-bar:before,
.s-header-v2__toggle:hover .s-header-v2__toggle-icon-bar:after {
  width: 1.315rem;
  height: 0.0625rem;
}

@media (max-width: 61.9em) {
  .s-header-v2__toggle {
    display: block;
  }
}

/* Logo
------------------------------ */
.s-header-v2__logo {
  width: 100%;
  height: auto;
  float: left;
}

.s-header-v2__logo-link {
  display: inline-block;
  padding: 1rem 1.25rem 1rem 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__logo-link:focus,
.s-header-v2__logo-link:hover {
  text-decoration: none;
}

.s-header-v2__logo-img {
  display: inline-block;
}

.s-header-v2__logo-img--default {
  display: block;
}

@media (max-width: 61.9em) {
  .s-header-v2__logo-img--default {
    display: none;
  }
}

.s-header-v2__logo-img--shrink {
  display: none;
}

@media (max-width: 61.9em) {
  .s-header-v2__logo-img--shrink {
    display: block;
  }
}

@media (max-width: 61.9em) {
  .s-header-v2__logo {
    width: auto;
    height: auto;
    float: left;
  }

  .s-header-v2__logo-link {
    padding-left: .875rem;
    padding-right: .625rem;
  }
}

/* Collapse
------------------------------ */
@media (max-width: 61.9em) {
  .s-header-v2__navbar-collapse {
    width: 100%;
    padding: 0 .9375rem !important;
  }
}

@media (max-width: 61.9em) {
  .s-header-v2__navbar-collapse.collapse {
    display: none !important;
  }

  .s-header-v2__navbar-collapse.collapse.in {
    display: block !important;
    max-height: 35rem;
    overflow-y: auto !important;
  }
}

/* Nav Menu
------------------------------ */
.s-header-v2__nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.s-header-v2__nav:before,
.s-header-v2__nav:after {
  content: " ";
  display: table;
}

.s-header-v2__nav:after {
  clear: both;
}

@media (max-width: 61.9em) {
  .s-header-v2__nav {
    background: #fff;
    padding: 1.25rem 0;
  }
}

.s-header-v2__nav-item {
  position: relative;
  display: block;
  float: left;
}

.s-header-v2__nav-item:last-child .s-header-v2__nav-link {
  margin-right: 0;
}

@media (max-width: 61.9em) {
  .s-header-v2__nav-item {
    float: none;
  }
}

.s-header-v2__nav-item .dropdown-backdrop {
  position: relative;
}

.s-header-v2__nav-link {
  position: relative;
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.75);
  line-height: 5.5rem;
  text-transform: uppercase;
  margin: 0 .9rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__nav-link:hover {
  color: #fff;
}

.s-header-v2__nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.s-header-v2__nav-link.-is-active {
  color: #fff;
}

@media (max-width: 61.9em) {
  .s-header-v2__nav-link {
    color: rgba(34, 35, 36, 0.7);
    line-height: 1.6;
    margin: 1.5rem 0;
  }

  .s-header-v2__nav-link:focus,
  .s-header-v2__nav-link:hover {
    color: rgba(34, 35, 36, 0.7);
  }

  .s-header-v2__nav-link.-is-active {
    color: #13b1cd;
  }
}

/* Dropdown
------------------------------ */
#toggleFace a,
#toggleBody a,
#toggleLanguage a {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

#toggleFace:hover ul,
#toggleBody:hover ul,
#toggleLanguage:hover ul {
  display: flex;
}

.languageList--xs {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
  display: flex;
  gap: 2px;
  padding-top: 10px;
  border-top: 1px solid #dfdfdf;
}

#toggleLanguage img,
.languageList--xs img {
  border: 1px solid grey;

}

.navbar-dropdown {
  display: none;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  position: absolute;
  width: max-content;
  padding: 15px;
  margin: 0;
  top: 41px;
  z-index: 1;
  left: 1px;
  border-radius: 0 10px 10px 0px;
  background-color: white;
  box-shadow: 0px 0px 8px #00000038;
}

.navbar-dropdown.active {
  display: flex;
}

.navbar-dropdown::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--ld-color-main);
}

.link-arrow {
  width: 12px;
  height: 12px;
  transition: all var(--ld-tansition);
}

.navbar-dropdown a:hover .link-arrow {
  transform: rotate(-30deg);
}

.s-header-v2__dropdown-menu {
  display: none;
  font-size: 0.8125rem;
  min-width: 13.750rem;
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 0 0.3125rem 0.75rem rgba(34, 35, 36, 0.05);
  padding: .9375rem 0;
  margin-top: 0;
}

@media (max-width: 61.9em) {
  .s-header-v2__dropdown-menu {
    position: static;
    float: none;
    box-shadow: none;
  }
}

.s-header-v2__dropdown-menu:focus .s-header-v2__dropdown-menu-link,
.s-header-v2__dropdown-menu:hover .s-header-v2__dropdown-menu-link {
  background: transparent;
}

.s-header-v2__dropdown-menu-link {
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(34, 35, 36, 0.7) !important;
  padding: .4375rem 2rem .4375rem 1.375rem !important;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__dropdown-menu-link:hover {
  color: #13b1cd !important;
}

.s-header-v2__dropdown-menu-link.-is-active {
  color: #13b1cd !important;
}

/* Dropdown Menu Open On Hover
------------------------------ */
@media (min-width: 62em) {
  .s-header-v2__dropdown-on-hover:hover>.s-header-v2__dropdown-menu {
    display: block;
  }
}

/* Shrink
------------------------------ */
@media (min-width: 62em) {
  .s-header__shrink .s-header-v2__navbar {
    background: #fff;
    box-shadow: 0 0 0.9375rem 0.25rem rgba(34, 35, 36, 0.05);
  }

  /* Toggle */
  .s-header__shrink .s-header-v2__toggle-icon-bar--white,
  .s-header__shrink .s-header-v2__toggle-icon-bar--white:before,
  .s-header__shrink .s-header-v2__toggle-icon-bar--white:after {
    background: #222324;
  }

  /* Logo */
  .s-header__shrink .s-header-v2__logo-img--default {
    display: none;
  }

  .s-header__shrink .s-header-v2__logo-img--shrink {
    display: block;
  }

  /* Nav Link */
  .s-header__shrink .s-header-v2__nav-link {
    color: rgba(34, 35, 36, 0.7);
  }

  .s-header__shrink .s-header-v2__nav-link:hover {
    color: #13b1cd;
  }

  .s-header__shrink .s-header-v2__nav-link:focus {
    color: rgba(34, 35, 36, 0.7);
  }

  .s-header__shrink .s-header-v2__nav-link.-is-active {
    color: #13b1cd;
  }
}

/*----------------------------------
  Footer
------------------------------------*/
.s-footer__logo {
  position: relative;
  z-index: 1;
}

.s-footer__logo:before {
  position: absolute;
  top: 0;
  left: 0.9375rem;
  bottom: 0;
  width: 70%;
  height: auto;
  z-index: -1;
  background: url("../img/widgets/worldmap.png") no-repeat center center;
  background-size: cover;
  content: " ";
}

/*----------------------------------
  Back To Top
------------------------------------*/
.s-back-to-top {
  position: fixed;
  right: 3.125rem;
  bottom: -3.125rem;
  display: block;
  width: 2.7rem;
  height: 2.7rem;
  z-index: 9;
  border-radius: 2.125rem;
  text-align: center;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-back-to-top:before {
  display: block;
  font-size: 1.75rem;
  font-style: normal;
  font-family: themify;
  color: #1e2140;
  line-height: 3rem;
  content: "\e648";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  font-weight: 900;
}

.s-back-to-top:hover {
  background: #fff;
}

.s-back-to-top:hover:before {
  color: #1e2140;
  content: "\e660";
}

.s-back-to-top:focus,
.s-back-to-top:hover {
  text-decoration: none;
}

/* The button becomes visible */
.s-back-to-top.-is-visible {
  bottom: 3.125rem;
  opacity: .8;
}

.s-back-to-top.-is-visible:hover {
  opacity: 1;
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.s-back-to-top.-zoom-out {
  opacity: .6;
}

/*----------------------------------
  Cubeportfolio
------------------------------------*/
.s-portfolio__filter-v1-item {
  font-size: 0.8125rem;
  color: #656565 !important;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}

.s-portfolio__filter-v1-item:hover {
  color: #242424 !important;
}

.s-portfolio__filter-v1-item.cbp-filter-item-active {
  color: var(--ld-color-main) !important;
  border-bottom: 2px solid var(--ld-color-main);
}

.s-portfolio__filter-v1.cbp-l-filters-text {
  margin-bottom: 0;
}

/* Image Effect
------------------------------ */
.s-portfolio__img-effect {
  position: relative;
  display: block;
}

.s-portfolio__img-effect:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-180deg, rgba(28, 123, 172, 0.1) 0%, #13b1cd 95%);
  content: " ";
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-portfolio__item:hover .s-portfolio__img-effect:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Position
------------------------------ */
.s-portfolio__caption-hover--cc {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  padding: 1.875rem;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-portfolio__item:hover .s-portfolio__caption-hover--cc {
  opacity: 1;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* Paginations v1
------------------------------ */
.s-portfolio__paginations-v1 .cbp-nav-controls {
  display: none;
}

.s-portfolio__paginations-v1 .cbp-nav-pagination {
  padding-left: .625rem;
}

.s-portfolio__paginations-v1 .cbp-nav-pagination-item {
  margin: 0 .9375rem;
}

.s-portfolio__paginations-v1 .cbp-nav-pagination-active {
  background: #13b1cd;
}

/* Tab v1
------------------------------ */
.s-tab__filter-v1 {
  display: block;
  font-size: 1.75rem;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  letter-spacing: .0625rem;
  line-height: 2rem;
  padding: 0 0 2rem;
  margin: 0 0 2rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-tab__filter-v1:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 5rem;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0.3);
  content: " ";
  margin-left: -2.5rem;
}

.s-tab__filter-v1:last-child {
  padding: 0;
  margin: 0;
}

.s-tab__filter-v1:last-child:before {
  display: none;
}

.s-tab__filter-v1.cbp-filter-item-active {
  color: #13b1cd;
}

.s-tab__grid-v1-item {
  font-size: 0.9375rem;
  font-weight: 300;
  color: #656565;
}

/*----------------------------------
  Google Map
------------------------------------*/
/* Custom Style */
.s-google-map,
.s-google-map .s-google-container {
  position: relative;
}

/* Info Window: White background and box outline */
.gm-style>div:first-child>div+div>div:last-child>div>div:first-child>div {
  background-color: #fff !important;
  box-shadow: none !important;
}

/* Info Window: Arrow colour */
.gm-style>div:first-child>div+div>div:last-child>div>div:first-child>div>div>div {
  background-color: #fff !important;
  box-shadow: none !important;
}

.gm-style>div:first-child>div+div>div:last-child>div>div:first-child>div:first-child {
  display: none;
}

/* Info Window: Let's remove image icon inside close button */
.gm-style>div:first-child>div+div>div:last-child>div>div:last-child>img {
  display: none;
}

/* Info Window: New arrow style */
.gm-style>div:first-child>div+div>div:last-child>div>div:last-child {
  overflow: inherit !important;
}

.gm-style>div:first-child>div+div>div:last-child>div>div:last-child:after {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75rem;
  font-family: themify;
  color: #656565;
  content: "\e646";
}

/* Info Window: Positioning of infowindow */
.gm-style-iw {
  top: 1.375rem !important;
  left: 1.375rem !important;
}

/*----------------------------------
  Swiper
------------------------------------*/
.s-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Arrows v1
------------------------------ */
.s-swiper__arrow-v1--left,
.s-swiper__arrow-v1--right {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

@media (max-width: 47.9em) {

  .s-swiper__arrow-v1--left,
  .s-swiper__arrow-v1--right {
    opacity: 0;
  }
}

.s-swiper__arrow-v1--left {
  left: 2rem;
}

.s-swiper__arrow-v1--right {
  right: 2rem;
}

@media (max-width: 47.9em) {

  .s-swiper:hover .s-swiper__arrow-v1--left,
  .s-swiper:hover .s-swiper__arrow-v1--right {
    opacity: 1;
  }
}

/* Pagination v1
------------------------------ */
.s-swiper__pagination-v1--bc {
  position: absolute;
  bottom: 1.875rem !important;
  text-align: center;
  z-index: 1;
}

.s-swiper__pagination-v1 .swiper-pagination-bullet {
  width: 1rem;
  height: 0.5625rem;
  border-radius: 0.9375rem;
  opacity: .7;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-swiper__pagination-v1 .swiper-pagination-bullet-active {
  width: 1.875rem;
  background: #13b1cd;
  opacity: 1;
}

.s-swiper__pagination-v1--white .swiper-pagination-bullet {
  background: #fff;
}

.s-swiper__pagination-v1--white .swiper-pagination-bullet-active {
  background: #13b1cd;
}

.s-swiper__pagination-v1--dark .swiper-pagination-bullet {
  background: #b2b2b2;
}

.s-swiper__pagination-v1--dark .swiper-pagination-bullet-active {
  background: #13b1cd;
}