@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");

html.lenis, html.lenis body {
  height: auto;
}
html.lenis body.show-menu {
  height: 100vh;
  overflow: hidden;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}


h1 {
  font-size: 33px;
}
@media (min-width: 992px) {
  h1 {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 45px;
  }
}
@media (min-width: 1600px) {
  h1 {
    font-size: 64px;
  }
}
h2 {
  font-size: 30px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 40px;
  }
}
@media (min-width: 1600px) {
  h2 {
    font-size: 48px;
  }
}
h3 {
  font-size: 28px;
}
@media (min-width: 992px) {
  h3 {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 40px;
  }
}
h4 {
  font-size: 24px;
}
@media (min-width: 992px) {
  h4 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 40px;
  }
}
h5 {
  font-size: 18px;
}
@media (min-width: 768px) {
  h5 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  h5 {
    font-size: 30px;
  }
}
h6 {
  font-size: 16px;
}
@media (min-width: 992px) {
  h6 {
    font-size: 18px;
  }
}


.ttl-75 {
  font-size: 40px;
}
@media (min-width: 992px) {
  .ttl-75 {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  .ttl-75 {
    font-size: 4rem;
  }
}
@media (min-width: 1600px) {
  .ttl-75 {
    font-size: 4.6875rem;
  }
}
.ttl-60 {
  font-size: 30px;
}
@media (min-width: 992px) {
  .ttl-60 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .ttl-60 {
    font-size: 3.75rem;
  }
}
@media (min-width: 1600px) {
  .ttl-60 {
    font-size: 3.75rem;
  }
}
.ttl-48 {
  font-size:24px;
}
@media (min-width: 992px) {
  .ttl-48 {
    font-size:30px;
  }
}
@media (min-width: 1200px) {
  .ttl-48 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1600px) {
  .ttl-48 {
    font-size: 3rem;
  }
}
.ttl-40 {
  font-size: 22px;
}
@media (min-width: 992px) {
  .ttl-40 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .ttl-40 {
    font-size: 1.65rem;
  }
}
@media (min-width: 1600px) {
  .ttl-40 {
    font-size: 2.5rem;
  }
}
.ttl-50 {
  font-size: 24px;
}
@media (min-width: 992px) {
  .ttl-50 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .ttl-50 {
    font-size: 3.125rem;
  }
}
.ttl-33 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .ttl-33 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .ttl-33 {
    font-size: 2.0625rem;
  }
}
.ttl-27 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .ttl-27 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .ttl-27 {
    font-size: 1.4375rem;
  }
}
@media (min-width: 1600px) {
  .ttl-27 {
    font-size: 1.6875rem;
  }
}
.ttl-20 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .ttl-20 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .ttl-20 {
    font-size: 1.105rem;
  }
}
@media (min-width: 1600px) {
  .ttl-20 {
    font-size: 1.25rem;
  }
}
.ttl-18 {
  font-size: 16px;
}
@media (min-width: 992px) {
  .ttl-18 {
    font-size: 18px;
  }
}
.ttl {
  margin: 0;
  font-weight: 600;
}
.ttl h1,
.ttl h2,
.ttl h3,
.ttl h4,
.ttl h5,
.ttl h6,
.ttl p {
  font-size: inherit;
  margin: inherit;
  color: inherit;
  padding: inherit;
}
.ttl h1 span,
.ttl h2 span,
.ttl h3 span,
.ttl h4 span,
.ttl h5 span,
.ttl h6 span,
.ttl p span {
  display: block;
}
.ttl.white {
  color: #fff;
}
.ttl.black {
  color: #000;
}
.ttl.center {
  text-align: center;
}
.ttl .mb-0 {
  margin-bottom: 0;
}
.btn {
  display: inline-block;
  padding: 15px 20px;
  font-size: 14px;
  border-radius: 44px;
  display: flex;
  max-width: max-content;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: none;
  outline: none;

  background-color: transparent;
 
  span{
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 1200px){
  .btn{
    padding: 14px 25px;
  }
}

@media (min-width: 1600px){
  .btn{
    font-size: 14px;
    padding: 16px 30px;
    font-weight: 500;
  }
}

.btn-primary {
  color: white;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  overflow: hidden;
  position: relative;
}
.btn-primary span{
  position: relative;
  z-index: 2;
}
.btn-primary::before{
   position: absolute;
   content: "";
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background: linear-gradient(to right, #022036, #025d78);
   border: 1px solid #025d78;
   z-index: 1;
   transition: all .3s ease-in-out;
}


  .btn-primary:hover {
    
    color: #025d78;
    border: 1px solid #025d78;
  }
  .btn-primary:hover::before{
    opacity: 0;
  }

.btn-primary-outline {
  background-color: #fff;
  color: #025d78;
  border: 1px solid #025d78;
  transition: background 0.3s linear;
  overflow: hidden;
  position: relative;
}
.btn-primary-outline span{
  position: relative;
  z-index: 2;
}
.btn-primary-outline::before{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #022036, #025d78);
  z-index: 1;
  opacity: 0;
  transition: all .3s ease-in-out;
}

  .btn-primary-outline:hover {
    background: linear-gradient(to right, #022036, #025d78);
    color: white;
  }
  .btn-primary-outline:hover::before{
    background: linear-gradient(to right, #022036, #025d78);
    opacity: 1;
  }


.btn-arrow .icon-arrow {
  font-size: 20px;
  margin-left: 12px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.btn-arrow .icon-download{
  font-size: 20px;
  margin-left: 15px;
}
.btn-arrow .icon-arrow:before {
  transition: all 0.3s ease-in-out;
}

  .btn-arrow:hover .icon-arrow {
    color: #fff;
    transform: translateX(10px);
  }

  .btn-arrow:hover .icon-arrow:before {
    color: #fff;
  }

.btn-link {
  background-color: transparent;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .btn-link {
    font-size: 16px;
    font-weight: 400;
  }
}
.btn-link .icon-arrow:before {
  color: #fff;
}
.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 992px) {
  h6 {
    font-size: 18px;
  }
}
.ttl-75 {
  font-size: 40px;
}
@media (min-width: 992px) {
  .ttl-75 {
    font-size: 45px;
  }

}
@media (min-width: 1200px) {
  .ttl-75 {
    font-size: 4rem;
  }
}
@media (min-width: 1600px) {
  .ttl-75 {
    font-size: 4.6875rem;
  }
}
.ttl-60 {
  font-size: 30px;
}
@media (min-width: 992px) {
  .ttl-60 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .ttl-60 {
    font-size: 3.75rem;
  }
}
@media (min-width: 1600px) {
  .ttl-60 {
    font-size: 3.75rem;
  }
}


.ttl-50 {
  font-size: 24px;
}
@media (min-width: 992px) {
  .ttl-50 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .ttl-50 {
    font-size: 3.125rem;
  }
}
.ttl-33 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .ttl-33 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .ttl-33 {
    font-size: 2.0625rem;
  }
}
.ttl-27 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .ttl-27 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .ttl-27 {
    font-size: 1.4375rem;
  }
}
@media (min-width: 1600px) {
  .ttl-27 {
    font-size: 1.6875rem;
  }
}

.ttl-18 {
  font-size: 16px;
}
@media (min-width: 992px) {
  .ttl-18 {
    font-size: 18px;
  }
}
html {
  overflow: auto;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  position: relative;
  margin: 0 auto;
  font-family: "Sora", sans-serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
    /*-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}
body.show-menu {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
img {
  max-width: 100%;
}
.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}
/* .form-control,
button,
input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
} */
.tel {
  cursor: default;
}
.no-pad {
  padding: 0 !important;
}
.default {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
.default li {
  list-style-type: none;
}
.default li:after,
.default li:before {
  display: none;
}
figure {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.container {
  --bs-gutter-x:1.5rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
 
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1350px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1604px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(-.5* var(--bs-gutter-x));
  margin-left: calc(-.5* var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }


}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }


}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }





}

input:-internal-autofill-selected {
  background-color: transparent !important;
}
.header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 3;
}
.header .topnav {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.19);
}
.header .topnav .row{
    padding: 0 15px;
    
}
.wpml-ls-legacy-list-vertical{
  max-width: max-content;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .header .topnav .row{
    justify-content: right;
}
.header .topnav {
  padding: 20px 0;
}
}
.header .topnav p {
  margin: 0;
  margin-right: 20px;
  display: flex;
  align-items: center;
  width: auto;
  padding: 0;
}
.header .topnav a {
  color: #fff;
  text-decoration: none;
  margin-left: 10px;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px){
  .header .topnav a {
    font-size: 14px;
  }
  .header .topnav p{
    margin-right: 25px;
  }
}
.header .topnav a:hover {
  text-decoration: underline;
}
.header .topnav .language-toggle {
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: #fff;
  font-size: 10px;
  padding: 0;
  width: auto;
  font-weight: 300;
  letter-spacing: 1px;
}
@media (min-width: 992px){
  .header .topnav a {
    font-size: 14px;
  }
  .header .topnav .language-toggle{
    font-size: 14px;
    margin-right: 40px;
  }
}
.header .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0;
}
.header .navbar .logo {
  position: relative;
  z-index: 4;
  max-width: 180px;
}
.header .navbar .logo a{
  display: block;
}
@media screen and (min-width: 1200px) {
  .header .navbar .logo {
    
    max-width: 224px;
  }
}
.header .navbar .hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: #e6e6e6;
  border: 1px solid #d5cbd1;
  border-radius: 100%;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  z-index: 4;
  transition: all 0.3s ease-in-out;
  width: 45px;
  height: 45px;
}
.header .navbar .hamburger span {
  width: 20px;
  height: 1px;
  background-color: #025d78;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .header .navbar .hamburger {
    width: 50px;
    height: 50px;
  }
  .header .navbar .hamburger span {
    width: 24px;
  }
}
@media screen and (min-width: 1600px) {
  .header .navbar .hamburger {
    width: 60px;
    height: 60px;
  }
  
}

.header .navbar .menu {
  list-style: none;
  opacity: 0;
  pointer-events: none;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  background: linear-gradient(
    180deg,
    #04acde -52.06%,
    #025d78 54.53%,
    #021227 100%
  );
  width: 100%;
  height: 100vh;
  z-index: 2;
  padding-top: 125px;
  /* transition: all .3s cubic-bezier(.13,.81,.44,1.01); */
  overflow: hidden;
  padding-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .header .navbar .menu {
    padding-top: 170px;
  }
}
.header .navbar .menu:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/menu-shape.webp);
  z-index: 1;
  pointer-events: none;
  background-size: cover;
  background-repeat: no-repeat;
}
.header .navbar .menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-left: 5px;
  width: 100%;
}

.header .navbar .menu ul li {
  width: 100%;
  margin-bottom: 30px;
  line-height: 1.4;
}
.header .navbar .menu ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  line-height: 1.4;
  
}
.header .navbar .menu ul li a span{
  display: block;
  /* transform: translateY(100%); */
  transition: transform 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
}

.header .navbar .menu ul li a span:last-child{
  transform: translateY(100%);
}


@media screen and (min-width: 1200px) {
  .header .navbar .menu ul li a:hover span:first-child{
    transform: translateY(-100%);
  }
  .header .navbar .menu ul li a:hover span:last-child{
    transform: translateY(0);
  }
  .header .navbar .menu ul  {
    max-width: 70%;
    padding-left: 100px;
    columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  }
  .header .navbar .menu ul li a span:first-child{
    opacity: 75%;
  }
  .header .navbar .menu ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .header .navbar .menu ul li a {
    padding: 15px 0;
    font-size: 20px;
    
  }
}
@media screen and (min-width: 1600px) {
  .header .navbar .menu ul li {
    margin-bottom: 40px;
  }
  .header .navbar .menu ul li a {
   
    font-size: 24px;
    
  }
}
.show-menu .navbar .menu {
 opacity: 1;
  pointer-events: all;
}
.show-menu .header .hamburger {
  gap: 0;
}
.show-menu .header .hamburger span:first-child {
  transform: rotate(45deg);
}
.show-menu .header .hamburger span:nth-child(2) {
  transform: rotate(-45deg);
}
.show-menu .header .hamburger span:last-child {
  display: none;
}
.footer {
  padding-top: 50px;
  background-color: #021227;
  position: relative;
}
.footer::before{
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-image: url("../images/footer.png");
  background-repeat: no-repeat;
  width: 100%;
  max-width: 1043px;
  height: 167px;
}
@media screen and (min-width: 768px){
  .footer{
    padding-top: 70px;
  }
}

.footer-links ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  gap: 25px;
}
.footer-links ul li{
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer-links ul li{
    width: 50%;
  }
  .footer-links ul {
    column-gap: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer-links ul {
    gap: 46px;
    justify-content: center;
  }
  .footer-links ul li{
    max-width: max-content;
  }
  .footer {
    padding-top: 75px;
    background-color: #021227;
  }
  .footer-links {
    margin-bottom: 65px;
  }
    
}

.footer-links ul li a {
  color: #e8e2e5;
  text-decoration: none;
  font-size: 15px;
  font-weight: 200;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .footer-links ul li a {
    font-size: 15px;
    font-weight: 200;
  }
}
@media screen and (min-width: 1600px) {
  .footer-links ul li a {
    font-size: 16px;
  }
}
.footer-links ul li a:before {
  position: absolute;
  content: "";
  left: "";
  bottom: -9px;
  width: 0;
  height: 1px;
  background-color: #e8e2e5;
  transition: all 0.3s ease-in-out;
}
.footer-links ul li a:hover:before {
  width: 60%;
}


.footer-logo {
  width: 201px;

  margin-bottom: 40px;
}
.footer-contact {
  color: #ffffff;

}
.footer-contact a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
}
.footer-contact address {
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {

  .footer-details {
    padding: 0 30px;
  }
  .footer-contact a {

    font-size: 14px;
  }
  .footer-contact address {
    font-size: 14px;
   
  }
}
@media screen and (min-width: 1600px){
  .footer-details {
    padding: 0 50px;
  }
}

@media screen and (min-width: 1600px) {
  .footer-contact address {
    font-size: 16px;
  }
}

.footer-contact a:hover{
  text-decoration: underline;
}
@media screen and (min-width: 1600px) {
  .footer-contact a {
    font-size: 16px;
  }
}
.footer-contact span {
  display: inline-block;
  margin: 0 10px;
}
.footer-subscribe {
  width: 100%;
  margin-left: auto;
  margin-top: 22px;
}
.footer-subscribe p {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 16px;
}
@media screen and (min-width: 992px){
  .footer-subscribe {
    max-width: 450px;
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer-subscribe {
    max-width: 340px;
    margin-left: auto;
  }

  .footer-subscribe p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .footer-subscribe {
    max-width: 440px;
  }
  .footer-subscribe p {
    font-size: 16px;
  }
}

.footer-subscribe form {
  display: flex;
  background-color: #fff;
  width: 100%;
  border-radius: 47px;
  overflow: hidden;
  padding-left: 20px;
}

.footer-subscribe .form-control {
  width: 100%;
  height: 50px;
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  font-size: 16px;
  color: #000;
  font-weight: 300;
}
@media screen and (min-width: 1600px) {
  .footer-subscribe .form-control {

    height: 48px;
  }
}
.footer-subscribe .form-control::placeholder{
   font-size: 14px;
   color: #7B7B7B82;
   opacity: 70%;
}
.footer-subscribe button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 8px 20px;
  cursor: pointer;
}
.footer-subscribe button .icon-arrow {
  font-size: 25px;
}
.footer-subscribe button .icon-arrow:before {
  color: #000;
}
.footer-bottom {
  margin-top: 40px;
}
.footer-bottom .terms {
   text-align: center;
  padding: 10px 0;
  margin-top: 55px;
  border-top: 1px solid rgba(255, 255, 255, 0.5019607843);
  padding-top: 20px;
}
@media screen and (min-width: 1200px) {
  .footer-bottom .terms  {
   
    padding: 20px 0;
    padding-left: 30px;
    text-align: left;
  }
  .footer-bottom {
    margin-top: 26px;
  }
}
.footer-bottom .terms p {
  margin: 0;
  color: #e0e0e0;
}
.footer-bottom .terms p a {
  color: #e0e0e0;
  font-weight: 200;
  font-size: 12px;
  text-decoration: none;
}
@media screen and (min-width: 1600px) {
  .footer-bottom .terms p a {
    font-size: 15px;
  }
  .footer-bottom .terms  {
   
    padding: 20px 0;
    padding-left: 50px;
    text-align: left;
  }
}
.footer-bottom .icons-head {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  
  margin-bottom: 30px;
}

.footer-bottom .icons {
  display: flex;
}
@media screen and (min-width: 1200px) {
  .footer-bottom .icons-head {
    max-width: max-content;
    margin: auto;
    margin-bottom: 17px;
  }
  .footer-bottom .icons {
    display: flex;
    justify-content: center;
  }
}
.footer-bottom .icons a {
  text-decoration: none;
  margin-right: 5px;
  width: 39px;
  flex: 0 0 39px;
  height: 39px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(24, 52, 88, 0.56);
  -webkit-backdrop-filter: blur(17.1px);
  backdrop-filter: blur(17.1px);
}
@media screen and (min-width: 1600px) {
  .footer-bottom .icons a {
    width: 49px;
    flex: 0 0 49px;
    height: 49px;
    margin: 0 5px;
  }
}
.footer-bottom .icons a span {
  font-size: 18px;
}
@media screen and (min-width: 1600px) {
  .footer-bottom .icons a span {
    font-size: 22px;
  }
}
.footer-bottom .icons a span:before {
  color: #e0e0e0;
  transition: all 0.3s ease-in-out;
}
.footer-bottom .icons a:hover span:before {
  color: #fff;
}
.footer-bottom .copy-right {
 
  padding: 10px 0;

  text-align: center;
}
@media screen and (min-width: 1200px) {
  .footer-bottom .copy-right  {
    margin-top: 55px;
    border-top: 1px solid rgba(255, 255, 255, 0.5019607843);
    text-align: right;
    padding: 20px 0;
    padding-right: 30px;
  }
}
.footer-bottom .copy-right p {
  color: #e0e0e0;
  font-weight: 200;
  margin: 0;
  font-size: 12px;
}
@media screen and (min-width: 1600px) {
  .footer-bottom .copy-right p {
    font-size: 15px;
  }
  .footer-bottom .copy-right  {
   
    padding-right: 50px;
  }
}
.book-apponment {
  padding: 30px 0;
}
@media screen and (min-width: 1200px) {
  .book-apponment {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1600px) {
  .book-apponment {
    padding: 80px 0;
  }
}
.book-apponment .inner {
  background-color: #fdffff;
  box-shadow: 0px 2px 17.92px 0px rgba(0, 0, 0, 0.0784313725);
  border: 1px solid rgba(2, 93, 120, 0.34);
  border-radius: 12px;
  padding: 70px 100px;
  position: relative;
  overflow: hidden;
  max-width: 80%;
  margin: auto;
}
.book-apponment .inner:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/Vector2.png);
  background-repeat: no-repeat;
  pointer-events: none;
}
.book-apponment .inner:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 40%;
  height: 100%;
  background-image: url(../images/white-building.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.book-apponment .inner .title {
  max-width: 760px;
  color: #025d78;
  margin-bottom: 20px;
}
.book-apponment .inner p {
  width: 100%;
  font-weight: 300;
  line-height: 1.4;
  color: #515151;
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .book-apponment .inner p {
    max-width: 640px;
  }
}
@media screen and (min-width: 1600px) {
  .book-apponment .inner p {
    max-width: 740px;
  }
}


.bread-crumb ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    align-items: center;
}
.bread-crumb ul li{
 font-size: 10px;
 color: #CDCDCD;
 font-weight: 300;
 margin-right: 30px;
}
@media screen and (min-width: 768px) {
  .bread-crumb ul li{
    font-size: 14px;
   
   }
}
@media screen and (min-width: 1200px) {
  .bread-crumb ul li{
    font-size: 15px;
   
   }
}

.bread-crumb ul li a{
    color: #000;
    text-decoration: none;
    position: relative;
    
}

.bread-crumb ul li a::after{
    position: absolute;
    content: "";
    right: -17px;
    top: 4px;
    border: 1.1px solid #000;
    border-left: 0;
    border-top: 0;
    width: 4px;
    height: 4px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .bread-crumb ul li a::after{
    top: 6px;
    width: 6px;
    height: 6px;
   }
}

@media screen and (min-width: 1200px) {
  .bread-crumb ul li{
    margin-right: 50px;
  }
  
  .bread-crumb ul li a::after{
    right: -26px;
  }
}

.order-lg{
   display: none;
}

.order-sm{
  display: block;
}
.footer-links.order-sm{
  margin-top: 50px;
}

@media screen and (min-width: 1200px){
  .order-lg{
    display: block;
 }
 
 .order-sm{
   display: none;
 }
 
}

.footer-bottom{
  display: none;
}
.footer-bottom-sm{
  display: block;
  padding-bottom: 20px;
}
@media screen and (min-width: 1200px){
  .footer-bottom{
    display: block;
  }
  .footer-bottom-sm{
    display: none;
  }
  .header .topnav .wpml-ls{
  
    border: none;
  background-color: transparent;
  cursor: pointer;
  color: #fff;
  font-size: 10px;
  padding: 0;
  width: auto;
  font-weight: 300;
  letter-spacing: 1px;
} 

}

@media screen and (min-width: 768px) {
  .icons-footer{
    text-align: center;
  }
  .footer-bottom .icons{
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .icons-footer{
    text-align: left;
  }
 
}