@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
:root {
  --fs-12: 12px;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-22: 22px;
  --fs-24: 24px;
  --fs-28: 28px;
  --fs-30: 30px;
  --fs-32: 32px;
  --fs-40: 40px;
  --fs-44: 44px;
  --fs-54: 54px;
}
@media (max-width: 1300px) {
  :root {
    --fs-12: 12px;
  }
}
@media (max-width: 1300px) {
  :root {
    --fs-14: 14px;
  }
}
@media (max-width: 1300px) {
  :root {
    --fs-16: 16px;
  }
}
@media (max-width: 1300px) {
  :root {
    --fs-18: 18px;
  }
}
@media (max-width: 1300px) {
  :root {
    --fs-20: 20px;
  }
}
@media (max-width: 1300px) {
  :root {
    --fs-22: 22px;
  }
}
@media (max-width: 1300px) {
  :root {
    --fs-24: 24px;
  }
}
@media (max-width: 1300px) {
  :root {
    --fs-28: 28px;
  }
}
@media (max-width: 1300px) {
  :root {
    --fs-30: 30px;
  }
}
@media (max-width: 1300px) {
  :root {
    --fs-32: 32px;
  }
}
@media (max-width: 1300px) {
  :root {
    --fs-40: 40px;
  }
}
@media (max-width: 1300px) {
  :root {
    --fs-44: 44px;
  }
}
@media (max-width: 1300px) {
  :root {
    --fs-54: 54px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-12: 12px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-14: 14px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-16: 16px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-18: 18px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-20: 20px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-22: 22px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-24: 24px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-28: 28px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-30: 30px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-32: 30px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-40: 40px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-44: 44px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --fs-54: 54px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --fs-12: 12px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --fs-14: 14px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --fs-16: 16px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --fs-18: 18px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --fs-20: 20px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --fs-22: 21px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --fs-24: 22px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --fs-28: 24px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --fs-30: 26px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --fs-32: 26px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --fs-40: 32px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --fs-44: 36px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --fs-54: 40px;
  }
}

:root {
  --container: 100%;
}
@media (min-width: 576px) {
  :root {
    --container: 540px;
  }
}
@media (min-width: 768px) {
  :root {
    --container: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --container: 960px;
  }
}
@media (min-width: 1200px) {
  :root {
    --container: 1140px;
  }
}
@media (min-width: 1400px) {
  :root {
    --container: 1470px;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  outline: none;
}

html {
  box-sizing: border-box;
  font-size: var(--fs-16);
}

body {
  box-sizing: border-box;
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  color: #000000;
  background-color: #ffffff;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: 400;
  color: #000000;
}

p {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  font-size: inherit;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: inherit;
}

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

figure {
  margin: 0;
}
figure img {
  max-width: 100%;
  width: 100%;
}

.text-block .text-block-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .text-block .text-block-wrapper {
    margin-bottom: 20px;
  }
}
.text-block .text-block-wrapper h1,
.text-block .text-block-wrapper h2,
.text-block .text-block-wrapper h3,
.text-block .text-block-wrapper h4,
.text-block .text-block-wrapper h5 {
  margin-bottom: 0.25em;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
}

.form-check-input:focus,
input:focus,
textarea:focus {
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0) !important;
}

h1 {
  font-size: var(--fs-54);
  margin-bottom: 25px;
}

h2 {
  font-size: var(--fs-44);
  margin-bottom: 40px;
}

h3 {
  font-size: var(--fs-40);
  margin-bottom: 15px;
}

h4 {
  font-size: var(--fs-32);
  margin-bottom: 15px;
}

h5 {
  font-size: var(--fs-28);
  line-height: 1;
}

h6 {
  font-size: var(--fs-22);
  margin-bottom: 10px;
}

p {
  font-size: var(--fs-16);
  font-weight: 300;
  line-height: 1.7em;
  margin-bottom: 15px;
}
p a:hover {
  color: #EEE8DD;
}

/*****************************
	  Standart Text Css Start
  *****************************/
.standard_text ul {
  padding-left: 20px;
  padding-top: 12px;
}
.standard_text ul li {
  line-height: 1.3;
  margin: 0 0 28px;
  list-style: outside;
  position: relative;
  padding-left: 7px;
}
.standard_text ul li a {
  line-height: 1.3;
  text-decoration: underline;
}
.standard_text ul li:last-child {
  margin-bottom: 0;
}
.standard_text ol {
  padding-left: 20px;
  margin-bottom: 1.5rem;
  list-style-type: decimal;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  margin: 0 0 5px;
}
.standard_text ol li {
  line-height: 1.3;
  margin: 0 0 15px;
  position: relative;
  padding-left: 7px;
}
.standard_text ol li a {
  line-height: 1.3;
  text-decoration: underline;
  color: inherit;
}
.standard_text ol li:last-child {
  margin-bottom: 0;
}
.standard_text ol:last-child {
  margin-bottom: 0;
}
.standard_text p {
  margin-bottom: 15px;
  line-height: 24px;
}
.standard_text p:last-child {
  margin-bottom: 0;
}
.standard_text p a:hover {
  color: #000000;
}
.standard_text:last-child {
  margin-bottom: 0;
}
.standard_text *:last-child {
  margin-bottom: 0;
}
.standard_text a:hover {
  color: #000000;
}

.btn-wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  row-gap: 10px;
  column-gap: 10px;
  margin-top: 35px;
}

.btn {
  border: 0;
  height: auto;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin: 0 0;
  color: #000000;
  width: max-content;
  position: relative;
  line-height: 1.1;
  font-size: var(--fs-16);
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  text-align: center;
  border-radius: 50px;
  border: none;
  padding: 15px 16px;
}
@media (max-width: 475.98px) {
  .btn {
    font-size: var(--fs-14);
    padding: 15px 15px;
  }
}
.btn:focus {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.btn i {
  margin-left: 15px;
  color: #000000;
}
.btn:hover i {
  color: #ffffff;
}

.btn-black {
  background: #000000;
  color: #ffffff;
}
.btn-black:hover {
  background: #EEE8DD;
  color: #000000;
}

.btn-white {
  background: #ffffff;
  color: #000000;
}
.btn-white:hover {
  background: #000000;
  color: #ffffff;
}

.btn-neutral-bage {
  background: #EEE8DD;
  color: #000000;
}
.btn-neutral-bage:hover {
  background: #000000;
  color: #ffffff;
}

.btn-neutral-bage2 {
  background: #EEE8DD;
  color: #000000;
}
.btn-neutral-bage2:hover {
  background: #ffffff;
  color: #000000;
}

.bg-black .btn-white {
  background: #ffffff;
  color: #000000;
}
.bg-black .btn-white:hover {
  background: #EEE8DD;
  color: #000000;
}

.btn-black-2 {
  background: #000000;
  color: #ffffff;
}
.btn-black-2:hover {
  background: #3D3D3D;
  color: #ffffff;
}

.bg-neutral-beige .btn-black {
  background: #000000;
  color: #ffffff;
}
.bg-neutral-beige .btn-black:hover {
  background: #3D3D3D;
  color: #EEE8DD;
}

.hover-bg-white:hover {
  background: #ffffff;
  color: #000000;
}

/*****************************
		Padding
  *****************************/
.pv-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pv-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

@media (min-width: 992px) {
  .pl-lg-30 {
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .pr-lg-30 {
    padding-right: 30px;
  }
}

.pv-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pv-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pv-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pv-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pv-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 991.98px) {
  .pv-75 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

.pt-75 {
  padding-top: 75px;
}
@media (max-width: 991.98px) {
  .pt-75 {
    padding-top: 55px;
  }
}

.pb-75 {
  padding-bottom: 75px;
}
@media (max-width: 991.98px) {
  .pb-75 {
    padding-bottom: 55px;
  }
}

.pv-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991.98px) {
  .pv-80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media (max-width: 991.98px) {
  .pt-80 {
    padding-top: 60px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 991.98px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

.pv-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991.98px) {
  .pv-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 991.98px) {
  .pt-100 {
    padding-top: 70px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 991.98px) {
  .pb-100 {
    padding-bottom: 70px;
  }
}

.pv-125 {
  padding-top: 125px;
  padding-bottom: 125px;
}
@media (max-width: 991.98px) {
  .pv-125 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.pt-125 {
  padding-top: 125px;
}
@media (max-width: 991.98px) {
  .pt-125 {
    padding-top: 100px;
  }
}

.pb-125 {
  padding-bottom: 125px;
}
@media (max-width: 991.98px) {
  .pb-125 {
    padding-bottom: 100px;
  }
}

.pv-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 767.98px) {
  .pv-150 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media (max-width: 575.98px) {
  .pv-150 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.pt-150 {
  padding-top: 150px;
}
@media (max-width: 991.98px) {
  .pt-150 {
    padding-top: 130px;
  }
}
@media (max-width: 575.98px) {
  .pt-150 {
    padding-top: 100px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}
@media (max-width: 991.98px) {
  .pb-150 {
    padding-bottom: 130px;
  }
}
@media (max-width: 575.98px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}

.pv-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media (max-width: 767.98px) {
  .pv-200 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (max-width: 575.98px) {
  .pv-200 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.pt-200 {
  padding-top: 200px;
}
@media (max-width: 991.98px) {
  .pt-200 {
    padding-top: 150px;
  }
}
@media (max-width: 575.98px) {
  .pt-200 {
    padding-top: 120px;
  }
}

.pb-200 {
  padding-bottom: 200px;
}
@media (max-width: 991.98px) {
  .pb-200 {
    padding-bottom: 150px;
  }
}
@media (max-width: 575.98px) {
  .pb-200 {
    padding-bottom: 120px;
  }
}

.pv-220 {
  padding-top: 220px;
  padding-bottom: 220px;
}
@media (max-width: 767.98px) {
  .pv-220 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (max-width: 575.98px) {
  .pv-220 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.pt-220 {
  padding-top: 220px;
}
@media (max-width: 991.98px) {
  .pt-220 {
    padding-top: 150px;
  }
}
@media (max-width: 575.98px) {
  .pt-220 {
    padding-top: 120px;
  }
}

.pb-220 {
  padding-bottom: 220px;
}
@media (max-width: 991.98px) {
  .pb-220 {
    padding-bottom: 150px;
  }
}
@media (max-width: 575.98px) {
  .pb-220 {
    padding-bottom: 120px;
  }
}

.pv-250 {
  padding-top: 250px;
  padding-bottom: 250px;
}
@media (max-width: 767.98px) {
  .pv-250 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 575.98px) {
  .pv-250 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.pt-250 {
  padding-top: 250px;
}
@media (max-width: 767.98px) {
  .pt-250 {
    padding-top: 200px;
  }
}
@media (max-width: 575.98px) {
  .pt-250 {
    padding-top: 150px;
  }
}

.pb-250 {
  padding-bottom: 250px;
}
@media (max-width: 767.98px) {
  .pb-250 {
    padding-bottom: 200px;
  }
}
@media (max-width: 575.98px) {
  .pb-250 {
    padding-bottom: 150px;
  }
}

@media (max-width: 1199.98px) {
  .pb-less-tab {
    padding-bottom: 100px;
  }
}
@media (max-width: 991.98px) {
  .pb-less-tab {
    padding-bottom: 70px;
  }
}

/*****************************
		Margin
  *****************************/
.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}
@media (max-width: 991.98px) {
  .mt-60 {
    margin-top: 40px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

.mt-75 {
  margin-top: 75px;
}
@media (max-width: 991.98px) {
  .mt-75 {
    margin-top: 55px;
  }
}

.mb-75 {
  margin-bottom: 75px;
}
@media (max-width: 991.98px) {
  .mb-75 {
    margin-bottom: 55px;
  }
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 991.98px) {
  .mt-100 {
    margin-top: 80px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 991.98px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}

.mt-125 {
  margin-top: 125px;
}
@media (max-width: 991.98px) {
  .mt-125 {
    margin-top: 100px;
  }
}

.mb-125 {
  margin-bottom: 125px;
}
@media (max-width: 991.98px) {
  .mb-125 {
    margin-bottom: 100px;
  }
}

.mt-150 {
  margin-top: 150px;
}
@media (max-width: 991.98px) {
  .mt-150 {
    margin-top: 130px;
  }
}
@media (max-width: 575.98px) {
  .mt-150 {
    margin-top: 100px;
  }
}

.mb-150 {
  margin-bottom: 150px;
}
@media (max-width: 991.98px) {
  .mb-150 {
    margin-bottom: 130px;
  }
}
@media (max-width: 575.98px) {
  .mb-150 {
    margin-bottom: 100px;
  }
}

.mt-200 {
  margin-top: 200px;
}
@media (max-width: 991.98px) {
  .mt-200 {
    margin-top: 170px;
  }
}
@media (max-width: 575.98px) {
  .mt-200 {
    margin-top: 140px;
  }
}

.mb-200 {
  margin-bottom: 200px;
}
@media (max-width: 991.98px) {
  .mb-200 {
    margin-bottom: 170px;
  }
}
@media (max-width: 575.98px) {
  .mb-200 {
    margin-bottom: 140px;
  }
}

/*****************************
		background Colors
  *****************************/
.bg-white {
  background-color: #ffffff;
}

.bg-black {
  background-color: #000000;
}

.bg-off-white {
  background-color: #FFFAF1;
}

.bg-neutral-beige {
  background-color: #EEE8DD;
}

.bg-beige {
  background-color: #FFFAF1;
}

.bg-dark-gray {
  background-color: #3D3D3D;
}

.r-gap30 {
  row-gap: 30px;
}
@media (max-width: 767.98px) {
  .r-gap30 {
    row-gap: 20px;
  }
}

.r-gap40 {
  row-gap: 40px;
}
@media (max-width: 767.98px) {
  .r-gap40 {
    row-gap: 25px;
  }
}

.r-gap50 {
  row-gap: 50px;
}
@media (max-width: 767.98px) {
  .r-gap50 {
    row-gap: 30px;
  }
}

@media (max-width: 991.98px) {
  .mob-order-2 {
    order: 2;
  }
}

.bg--img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: var(--text-bg-desktop-img);
}
.heading_black h2 {
  color: #000000;
}
.heading_black h3 {
  color: #000000;
}
.heading_black h4 {
  color: #000000;
}
.heading_black h5 {
  color: #000000;
}
.heading_black h6 {
  color: #000000;
}

.heading_white h1 {
  color: #ffffff;
}
.heading_white h2 {
  color: #ffffff;
}
.heading_white h3 {
  color: #ffffff;
}
.heading_white h4 {
  color: #ffffff;
}
.heading_white h5 {
  color: #ffffff;
}
.heading_white h6 {
  color: #ffffff;
}
.heading_white p {
  color: #ffffff;
}
.heading_white ul li {
  color: #ffffff;
}

.text_white p {
  color: #ffffff;
}
.text_white ul li {
  color: #ffffff;
}

body._js-overflow-hidden {
  overflow: hidden;
}

hr {
  background: #ffffff;
  opacity: 1;
  margin: 20px 0 35px;
}

.image-cover {
  position: relative;
}
.image-cover img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

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

b,
strong {
  font-weight: 700;
}

.font-regular p {
  font-weight: 400;
}

.border-radius-24 {
  border-radius: 24px;
}

.min-height-none {
  min-height: auto !important;
}

.img-square-wrapper {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 24px;
}
.img-square-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.header {
  width: 100%;
  z-index: 999;
  top: 0;
  padding: 40px 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
  .header {
    padding: 20px 0;
  }
}
.header.sticky {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #000000;
  padding: 20px 0;
}
.header .header_logo {
  position: relative;
  z-index: 99;
}
.header .header_logo img {
  max-width: 260px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .header .header_logo img {
    max-width: 230px;
  }
}
@media (max-width: 475.98px) {
  .header .header_logo img {
    max-width: 200px;
  }
}
.header .header_menu_block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .header_menu_block .menu-trigger {
  display: none;
  position: relative;
  width: 27px;
  min-width: 27px;
  height: 18px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
  z-index: 40;
  margin-left: 10px;
}
.header .header_menu_block .menu-trigger span {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}
.header .header_menu_block .menu-trigger span:nth-of-type(1) {
  top: 0;
}
.header .header_menu_block .menu-trigger span:nth-of-type(2) {
  top: 8px;
}
.header .header_menu_block .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.header .header_menu_block .header_menu {
  width: 100%;
  padding-right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
}
.header .header_menu_block .header_menu .navbar {
  margin: 0;
  padding: 0;
}
.header .header_menu_block .header_menu .navbar ul {
  width: 100%;
  display: flex;
  column-gap: 32px;
  justify-content: flex-start;
}
@media (max-width: 1199.98px) {
  .header .header_menu_block .header_menu .navbar ul {
    column-gap: 20px;
  }
}
.header .header_menu_block .header_menu .navbar ul li {
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 0px;
  padding-top: 0px;
}
.header .header_menu_block .header_menu .navbar ul li.mobile-menu-call {
  display: none;
}
.header .header_menu_block .header_menu .navbar ul li.has-dropdown > a {
  padding-right: 20px;
  position: relative;
}
.header .header_menu_block .header_menu .navbar ul li.has-dropdown > a i {
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 5px;
  color: #EEE8DD;
  transition: transform 0.3s ease;
}
.header .header_menu_block .header_menu .navbar ul li.has-dropdown:hover i {
  transform: rotate(180deg);
}
.header .header_menu_block .header_menu .navbar ul li:hover .dropdown-menu {
  display: block;
}
.header .header_menu_block .header_menu .navbar ul li .dropdown-menu {
  border-radius: 0;
  top: 27px;
  border: none;
  min-width: 190px;
  left: 0;
  padding: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.header .header_menu_block .header_menu .navbar ul li .dropdown-menu ul {
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
  gap: 0;
}
.header .header_menu_block .header_menu .navbar ul li .dropdown-menu ul li {
  padding: 0 !important;
  text-align: left !important;
  justify-content: flex-start !important;
  border: none !important;
}
.header .header_menu_block .header_menu .navbar ul li .dropdown-menu ul li:last-child {
  border: none;
}
.header .header_menu_block .header_menu .navbar ul li .dropdown-menu ul li a {
  padding: 10px 15px;
  width: 100%;
  text-align: left;
  justify-content: flex-start;
  border-bottom: 1px solid #FFFAF1;
  font-size: var(--fs-14);
  font-weight: 600;
  text-transform: capitalize;
}
.header .header_menu_block .header_menu .navbar ul li .dropdown-menu ul li a:after {
  display: none;
}
.header .header_menu_block .header_menu .navbar ul li .dropdown-menu ul li a:hover {
  background-color: #000000;
  color: #FFFAF1;
  border-bottom: 1px solid #FFFAF1;
}
.header .header_menu_block .header_menu .navbar ul li a {
  font-size: var(--fs-16);
  font-weight: 400;
  color: #ffffff;
  padding-bottom: 0px;
  padding-top: 0px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199.98px) {
  .header .header_menu_block .header_menu .navbar ul li a {
    font-size: var(--fs-14);
  }
}
@media (max-width: 991.98px) {
  .header .header_menu_block .header_menu .navbar ul li a {
    transition: none;
  }
}
.header .header_menu_block .header_menu .navbar ul li a:hover {
  color: #AAA395;
}
.header .header_menu_block .header_menu .navbar ul li a.active {
  color: #AAA395;
}
.header .header_menu_block .header_menu .navbar ul li > a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header_menu_block .header_menu .navbar ul li > a:after {
  content: "";
  width: 50%;
  height: 2px;
  background-color: #AAA395;
  position: absolute;
  top: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 12;
  transition: all 0.3s ease-in-out;
}
.header .header_menu_block .header_menu .navbar ul li:hover a:after {
  top: 30px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991.98px) {
  .header .header_menu_block .header_menu .navbar ul li:hover a:after {
    display: none;
  }
}
.header .header_menu_block .header_menu .navbar ul li a.active:after {
  top: 30px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991.98px) {
  .header .header_menu_block .header_menu .navbar ul li a.active:after {
    display: none;
  }
}
.header .header-btns {
  margin-left: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
}
@media (max-width: 1199.98px) {
  .header .header-btns {
    gap: 20px;
    margin-left: 20px;
  }
}
@media (max-width: 991.98px) {
  .header .header-btns {
    margin-left: 0;
    margin-right: 10px;
    flex-direction: row-reverse;
    position: relative;
    z-index: 99;
  }
}
@media (max-width: 475.98px) {
  .header .header-btns {
    margin-right: 0px;
  }
}
.header .header-btns .btn-transparent {
  color: #ffffff;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991.98px) {
  .header .header-btns .btn-transparent {
    display: none;
  }
}
.header .header-btns .btn-transparent:hover {
  color: #EEE8DD;
}
.header .header-btns .btn-transparent:hover i {
  color: #25D366;
}
.header .header-btns .btn-transparent i {
  color: #ffffff;
  font-size: 30px;
}
.header .header-btns .btn-white:hover {
  background-color: #EEE8DD;
  color: #000000;
}
@media (max-width: 1199.98px) {
  .header .header-btns .btn {
    font-size: var(--fs-14);
  }
}
@media (max-width: 475.98px) {
  .header .header-btns .btn {
    padding: 12px 10px;
  }
}
@media (max-width: 991.98px) {
  .header .menu-top-left {
    order: 2;
  }
}

.menu-trigger._js-active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
.menu-trigger._js-active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger._js-active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

@media (max-width: 991.98px) {
  .header .header_menu_block {
    justify-content: flex-end;
  }
  .header .header_menu_block .menu-trigger {
    display: block;
    order: 2;
    z-index: 999;
  }
  .header .header_menu_block .header_menu {
    position: fixed;
    display: flex;
    flex-direction: column;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    justify-content: flex-start;
    right: 0;
    width: 100%;
    max-width: 300px;
    height: 100%;
    transform: translateX(100%);
    row-gap: 40px;
    background: #000000;
    padding: 110px 0 20px 0;
    z-index: 12;
    top: 0;
    transition: all 0.3s ease-in-out;
  }
  .header .header_menu_block .header_menu._js-open {
    transform: translateX(0);
  }
  .header .header_menu_block .header_menu .navbar {
    overflow-y: auto;
    height: 100%;
    align-items: flex-start;
    width: 100%;
  }
  .header .header_menu_block .header_menu .navbar ul {
    column-gap: 0;
    flex-wrap: wrap;
  }
  .header .header_menu_block .header_menu .navbar ul li {
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid #323232;
    padding: 0;
    flex-wrap: wrap;
    cursor: pointer;
  }
  .header .header_menu_block .header_menu .navbar ul li.mobile-menu-call {
    display: block;
  }
  .header .header_menu_block .header_menu .navbar ul li.mobile-menu-call a {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .header .header_menu_block .header_menu .navbar ul li.mobile-menu-call a img {
    max-width: 24px;
  }
  .header .header_menu_block .header_menu .navbar ul li.mobile-menu-call a i {
    font-size: 22px;
    color: #ffffff;
  }
  .header .header_menu_block .header_menu .navbar ul li.mobile-menu-call a:hover i {
    color: #25D366;
  }
  .header .header_menu_block .header_menu .navbar ul li a {
    padding: 10px 40px 10px 30px !important;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    color: #ffffff;
  }
  .header .header_menu_block .header_menu .navbar ul li.has-dropdown > a i {
    right: 20px;
    top: 15px;
  }
  .header .header_menu_block .header_menu .navbar ul li .dropdown-menu {
    border-radius: 0;
    top: 0;
    border: none;
    min-width: 100%;
    left: 0;
    padding: 0 0 8px;
    box-shadow: none;
    position: unset;
    width: 100%;
    background: transparent;
  }
  .header .header_menu_block .header_menu .navbar ul li .dropdown-menu ul li:last-child a {
    border-bottom: none;
  }
  .header .header_menu_block .header_menu .navbar ul li .dropdown-menu ul li a {
    padding: 10px 20px 10px 50px !important;
  }
  .header .header_menu_block .header_menu .navbar ul li.active:after {
    top: 21px;
    left: 15px;
  }
  .header .header_menu_block .header_menu .navbar ul li:hover:after {
    top: 21px;
    left: 15px;
  }
  .header .header_menu_block .header_menu .navbar ul li:after {
    top: 22px;
    left: 15px;
    width: 7px;
  }
}
.hero {
  min-height: 85vh;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 65px;
  padding-top: 70px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .hero {
    min-height: 700px;
  }
}
@media (max-width: 767.98px) {
  .hero {
    min-height: 460px;
    padding-bottom: 60px;
    padding-top: 250px;
  }
}
@media (max-width: 575.98px) {
  .hero {
    padding-top: 200px;
  }
}
.hero.hero-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.hero .container {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.hero .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .hero .hero_text {
    text-align: center !important;
  }
}
.hero .hero_text h6 {
  color: #EEE8DD;
  font-size: var(--fs-16);
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 10px;
  line-height: 1.5;
}
@media (max-width: 575.98px) {
  .hero .hero_text h6 {
    text-align: center;
  }
}
.hero .hero_text h1 {
  margin-bottom: 20px;
  color: #EEE8DD;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .hero .hero_text h1 {
    text-align: center;
  }
}
.hero .hero_text p {
  font-size: var(--fs-16);
  font-weight: 300;
  color: #EEE8DD;
  line-height: 1.7em;
  margin: 0px;
  max-width: 730px;
}
@media (max-width: 575.98px) {
  .hero .hero_text p {
    text-align: center;
  }
}
.hero .hero_text .btn {
  margin-top: 25px;
}

.hero-text h2 {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .hero-text h2 {
    margin-bottom: 20px;
    text-align: center;
  }
}
.hero-text p {
  font-size: var(--fs-16);
}
@media (max-width: 767.98px) {
  .hero-text p {
    text-align: center;
  }
}

.inner-hero-img img {
  width: 100%;
}

.inner-hero {
  min-height: 830px;
  padding-bottom: 100px;
}
@media (max-width: 1199.98px) {
  .inner-hero {
    padding-top: 200px;
  }
}
@media (max-width: 767.98px) {
  .inner-hero {
    min-height: 650px;
    padding-bottom: 70px;
  }
}
@media (max-width: 575.98px) {
  .inner-hero {
    min-height: 450px;
  }
}
.inner-hero.inner-hero-pt {
  padding-top: 220px;
}
@media (max-width: 991.98px) {
  .inner-hero.inner-hero-pt {
    padding-top: 200px;
  }
}
.inner-hero .hero-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bottom-minus:after {
  width: 100%;
  height: 200px;
  background-color: #ffffff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 575.98px) {
  .bottom-minus:after {
    height: 100px;
  }
}

.hero.min-height600 {
  min-height: 600px;
}
@media (max-width: 767.98px) {
  .hero.min-height600 {
    min-height: 450px;
  }
}

.contact-hero-overlay {
  min-height: 680px;
  padding-bottom: 100px;
  padding-top: 200px;
  overflow: visible;
}
@media (max-width: 991.98px) {
  .contact-hero-overlay {
    min-height: 500px;
    padding-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .contact-hero-overlay .hero_text {
    text-align: center !important;
  }
}
.contact-hero-overlay .hero-overlay-img {
  max-width: 900px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 150px;
  display: flex;
  align-items: flex-end;
  padding: 0;
}
@media (max-width: 1399.98px) {
  .contact-hero-overlay .hero-overlay-img {
    max-width: 760px;
  }
}
@media (max-width: 1199.98px) {
  .contact-hero-overlay .hero-overlay-img {
    max-width: 660px;
    top: 100px;
  }
}
@media (max-width: 991.98px) {
  .contact-hero-overlay .hero-overlay-img {
    top: auto;
    position: inherit;
    width: 100%;
    margin: 0 auto;
  }
}

.intro-shape {
  left: 0;
  top: 0;
  height: 100%;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .intro-shape {
    max-width: 100%;
    opacity: 0.5;
  }
}
.intro-shape img {
  height: 100%;
  width: auto;
  object-fit: cover;
}

.intro-text {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .intro-text {
    margin-bottom: 20px;
  }
}
.intro-text p {
  font-weight: 300;
  font-size: var(--fs-20);
}
@media (max-width: 991.98px) {
  .intro-text p {
    font-size: var(--fs-18);
  }
}
@media (max-width: 767.98px) {
  .intro-text p {
    font-size: var(--fs-16);
  }
}
@media (max-width: 575.98px) {
  .intro-text p {
    text-align: center;
  }
}

.intro-box .intro-inner {
  border-left: 1px solid #D7D1C4;
  padding: 0 45px;
}
@media (max-width: 767.98px) {
  .intro-box .intro-inner {
    padding: 0 15px;
  }
}
@media (max-width: 575.98px) {
  .intro-box .intro-inner {
    padding: 20px 0px;
    border-left: none;
    text-align: center;
    border-top: 1px solid #D7D1C4;
  }
}
.intro-box .intro-inner:last-child {
  padding-right: 0;
}
@media (max-width: 575.98px) {
  .intro-box .intro-inner:last-child {
    padding-bottom: 0px;
  }
}
.intro-box .intro-inner h4 {
  font-weight: 400;
  margin: 0 0 5px;
}
.intro-box .intro-inner p {
  font-weight: 300;
}
.intro-box .intro-inner p:last-child {
  margin: 0;
}

.icon-text {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
@media (max-width: 475.98px) {
  .icon-text {
    width: 100%;
  }
}
.icon-text i.fas {
  font-size: 20px;
  position: relative;
  top: 6px;
}
.icon-text p {
  margin: 0;
  font-size: var(--fs-20);
  font-weight: 300;
  line-height: 1.5em;
  max-width: 300px;
}
@media (max-width: 991.98px) {
  .icon-text p {
    font-size: var(--fs-18);
  }
}
@media (max-width: 767.98px) {
  .icon-text p {
    font-size: var(--fs-16);
  }
}

@media (max-width: 767.98px) {
  .icon-text-btn {
    justify-content: center;
  }
}

.text-boxes-btn.text-white .icon-text i.fas {
  color: #EEE8DD;
}
.text-boxes-btn.text-white .icon-text p {
  color: #ffffff;
}
.text-boxes-btn.text-white .icon-text h1, .text-boxes-btn.text-white .icon-text h2, .text-boxes-btn.text-white .icon-text h3, .text-boxes-btn.text-white .icon-text h4, .text-boxes-btn.text-white .icon-text h5, .text-boxes-btn.text-white .icon-text h6 {
  color: #ffffff;
}

.text-white p {
  color: #ffffff;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 {
  color: #ffffff;
}
.text-white ul li {
  color: #ffffff;
}

.icon-color-light .icon-text i {
  color: #AAA395;
}

.title-text-text h2 {
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .img-img {
    text-align: center !important;
  }
}

.icon-listing li {
  font-weight: 300;
  margin-bottom: 25px;
  position: relative;
  padding-left: 40px;
}
.icon-listing li:last-child {
  margin-bottom: 0;
}
.icon-listing li::before {
  content: "\f0a9";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  color: #3D3D3D;
  font-size: 20px;
  line-height: 20px;
}

.icons-white li::before {
  color: #ffffff;
  font-size: 23px;
  top: 3px;
}

.section-title h2 {
  margin-bottom: 25px;
}
.section-title p {
  max-width: 690px;
  margin: 0 auto;
}
.section-title.p-margin-0 p {
  margin: 0;
}
@media (max-width: 991.98px) {
  .section-title.p-margin-0 p {
    max-width: 540px;
  }
}

.title-text .section-title h2 {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .title-text .section-title h2 {
    margin-bottom: 35px;
  }
}
.title-text .section-title p {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .title-text .section-title p {
    margin-bottom: 35px;
  }
}

.text-full-width p {
  max-width: 860px;
}

.number-lisiting li {
  border-bottom: 1px solid #3D3D3D;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.number-lisiting li:first-child {
  padding-top: 0;
}
.number-lisiting li:last-child {
  padding-bottom: 0;
  border: none;
}
.number-lisiting li h4 {
  margin: -20px 0 0;
  background: #000000;
}

@media (max-width: 767.98px) {
  .mobile-enter {
    text-align: center !important;
  }
}

@media (max-width: 991.98px) {
  .box-bg-img-text .title-text-text {
    text-align: center;
    padding: 0 50px 20px;
  }
}
@media (max-width: 767.98px) {
  .box-bg-img-text .title-text-text {
    padding: 0 35px 20px;
  }
}
.box-bg-img-text .title-text-text h2 {
  margin-bottom: 25px;
}
.box-bg-img-text .img-img img {
  margin-left: -135px;
  width: 125%;
  max-width: 125%;
}
@media (max-width: 1559.98px) {
  .box-bg-img-text .img-img img {
    margin-left: -65px;
    width: 110%;
    max-width: 110%;
  }
}
@media (max-width: 1199.98px) {
  .box-bg-img-text .img-img img {
    margin-left: -40px;
    width: 120%;
    max-width: 120%;
  }
}
@media (max-width: 991.98px) {
  .box-bg-img-text .img-img img {
    margin-left: 0px;
    width: 100%;
    max-width: 100%;
  }
}

.text-btns {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 25px;
}
@media (max-width: 991.98px) {
  .text-btns {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .text-btns {
    gap: 20px;
  }
}
.text-btns .btn-transparent {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.text-btns .btn-transparent i {
  font-size: 30px;
}
.text-btns .btn-transparent:hover i {
  color: #25D366;
}

.right-mac-img {
  right: 0;
  bottom: 0;
  height: 100%;
  max-width: 800px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .right-mac-img {
    max-width: 500px;
  }
}
@media (max-width: 991.98px) {
  .right-mac-img {
    display: none;
  }
}
.right-mac-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: right bottom;
}
@media (max-width: 1199.98px) {
  .right-mac-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    max-width: max-content;
  }
}

@media (max-width: 575.98px) {
  .text-mob-center {
    text-align: center;
  }
}

.left-bg-img {
  left: 0;
  bottom: 0;
  height: 100%;
  max-width: 350px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .left-bg-img {
    max-width: 300px;
  }
}
@media (max-width: 991.98px) {
  .left-bg-img {
    max-width: 100%;
  }
}
.left-bg-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left center;
}
@media (max-width: 1199.98px) {
  .left-bg-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    max-width: max-content;
  }
}

.bg-logo-img {
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
}
@media (max-width: 991.98px) {
  .bg-logo-img {
    display: none;
  }
}
.bg-logo-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-width: 490px;
  opacity: 0.7;
}

.content-image-overlap {
  right: 0;
  top: -140px;
  z-index: 1;
  max-width: 800px;
}
@media (max-width: 1199.98px) {
  .content-image-overlap {
    max-width: 690px;
    top: -100px;
  }
}
@media (max-width: 991.98px) {
  .content-image-overlap {
    display: none;
  }
}

.right-img-center {
  max-width: 670px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .right-img-center {
    max-width: 550px;
  }
}
@media (max-width: 991.98px) {
  .right-img-center {
    display: none;
  }
}
.right-img-center img {
  height: auto;
}

.post-slider-slides .slick-slide {
  margin-right: 60px;
}
@media (max-width: 767.98px) {
  .post-slider-slides .slick-slide {
    margin-right: 0px;
  }
}
.post-slider-slides .post-slider-slides {
  margin-right: -60px;
}
@media (max-width: 767.98px) {
  .post-slider-slides .post-slider-slides {
    margin-right: 0px;
  }
}
.post-slider-slides .slider-img {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 25px;
}
.post-slider-slides .slider-img img {
  width: 100%;
}

.slick-slider {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .slick-slider {
    padding: 0 40px;
    margin-bottom: 20px;
  }
}
.slick-slider .slider-arrow {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 19px;
  position: absolute;
  right: 0;
  top: -110px;
}
@media (max-width: 767.98px) {
  .slick-slider .slider-arrow {
    top: 40%;
    z-index: 1;
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}
.slick-slider .slider-arrow.arrow-prev {
  right: 50px;
}
@media (max-width: 767.98px) {
  .slick-slider .slider-arrow.arrow-prev {
    left: 0;
    right: auto;
  }
}
.slick-slider .slider-arrow:hover {
  background: #525252;
}

.logo-slides {
  padding: 0;
  margin-bottom: 0px;
}
.logo-slides .slick-slide {
  margin-right: 0px;
}
.logo-slides .post-slider-slides {
  margin-right: -30px;
}

@media (max-width: 991.98px) {
  .review-slider-inner {
    min-height: 380px;
  }
}
@media (max-width: 767.98px) {
  .review-slider-inner {
    min-height: auto;
  }
}
.review-slider-inner .review-text-box {
  background: #3D3D3D;
  color: #ffffff;
  border-radius: 24px;
  padding: 30px 30px;
  max-width: 470px;
}
@media (max-width: 991.98px) {
  .review-slider-inner .review-text-box {
    margin: 0px auto;
  }
}
.review-slider-inner .review-text-box p {
  margin: 0 0 8px;
}
.review-slider-inner .review-text-box h6 {
  color: #8F8F8F;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}
.review-slider-inner .review-slides {
  padding: 45px 45px;
}
@media (max-width: 991.98px) {
  .review-slider-inner .review-slides {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .review-slider-inner .review-slides {
    padding: 0px 45px;
  }
}
.review-slider-inner .review-slides .slick-slide:nth-child(2n) .item {
  display: inline-flex !important;
  justify-content: flex-end;
  margin-top: 300px;
}
@media (max-width: 991.98px) {
  .review-slider-inner .review-slides .slick-slide:nth-child(2n) .item {
    margin-top: 0px;
  }
}
.review-slider-inner .review-slides .slider-arrow {
  top: 50%;
}
.review-slider-inner .review-slides .slider-arrow.arrow-prev {
  right: auto;
  left: 0;
}
.review-slider-inner .review-bg {
  text-align: center;
}
@media (max-width: 767.98px) {
  .review-slider-inner .review-bg {
    display: none;
  }
}
.review-slider-inner .review-bg img {
  max-width: 530px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .review-slider-inner .review-bg img {
    max-width: 310px;
  }
}

.site-footer .footer-logo {
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .site-footer .footer-widgets {
    width: 50%;
  }
}
@media (max-width: 475.98px) {
  .site-footer .footer-widgets {
    width: 100%;
    text-align: center;
  }
}
.site-footer .footer-widgets p {
  color: #FFFAF1;
  font-weight: 400;
}
.site-footer .footer-widgets ul li {
  margin-bottom: 16px;
}
@media (max-width: 475.98px) {
  .site-footer .footer-widgets ul li:last-child {
    margin-bottom: 0px;
  }
}
.site-footer .footer-widgets ul li a {
  color: #ffffff;
}
.site-footer .footer-widgets ul li a:hover {
  color: #AAA395;
}
.site-footer .footer-widgets .btn-neutral-bage:hover {
  background: #3D3D3D;
}
.site-footer .footer-address p {
  color: #ffffff;
  margin: 0 0 8px;
}
.site-footer .social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 475.98px) {
  .site-footer .social-icons {
    justify-content: center;
  }
}
.site-footer .social-icons a {
  color: #7A7A7A;
  font-size: var(--fs-22);
}
.site-footer .social-icons a:hover {
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .footer-btn {
    text-align: left !important;
  }
}
@media (max-width: 475.98px) {
  .footer-btn {
    text-align: center !important;
  }
}

.footer-absolute {
  color: white;
}
.footer-absolute .company {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .footer-absolute .company {
    margin-bottom: 1rem;
  }
}
.footer-absolute ul {
  gap: 1rem;
}
.footer-absolute ul .nav-link {
  text-decoration: none;
  color: white;
  padding: 0;
}

.title-list-box {
  padding: 65px;
}
@media (max-width: 767.98px) {
  .title-list-box {
    padding: 30px;
  }
}
.title-list-box h4 {
  margin-bottom: 30px;
}
.title-list-box .icon-listing li {
  margin-bottom: 16px;
}
.title-list-box .icon-listing li:last-child {
  margin-bottom: 0;
}
.title-list-box .icon-listing li::before {
  top: 1px;
}

.logo-img-center {
  left: -40px;
  max-width: 250px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767.98px) {
  .logo-img-center {
    opacity: 0.3;
  }
}
.logo-img-center img {
  height: auto;
}

.title-text h2 {
  margin-bottom: 25px;
}
.title-text .img-wrapper-item {
  aspect-ratio: 6/5;
  border-radius: 25px;
  overflow: hidden;
}
.title-text .img-wrapper-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pricing-box {
  border-radius: 24px;
  box-shadow: 0 0 24px 8px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}
.pricing-box.pricing-border {
  border: 6px solid #EEE8DD;
  background: #EEE8DD;
}
.pricing-box.pricing-border .pricing-inner {
  border-radius: 24px;
  background: #ffffff;
}
.pricing-box .pricing-inner {
  padding: 40px 40px 50px;
  min-height: 540px;
}
@media (max-width: 1199.98px) {
  .pricing-box .pricing-inner {
    padding: 30px 25px 50px;
  }
}
.pricing-box .pricing-head {
  border-bottom: 1px solid #E0E0E0;
  padding: 0 0 15px;
}
.pricing-box .pricing-head h4 {
  margin: 0 0 8px;
}
.pricing-box .pricing-head p {
  font-size: 20px;
}
.pricing-box .pricing-head .btn {
  margin: 10px 0 10px;
}
.pricing-box .pricing-detail {
  padding-top: 32px;
}
.pricing-box .pricing-detail ul li {
  color: #525252;
  font-weight: 300;
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
}
.pricing-box .pricing-detail ul li:last-child {
  margin-bottom: 0;
}
.pricing-box .pricing-detail ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  color: #AAA395;
  font-size: 20px;
  line-height: 20px;
}
.pricing-box .pricing-top-head {
  padding: 15px 15px;
  border-radius: 0;
}
.pricing-box .pricing-top-head p {
  text-align: center;
  margin: 0;
  font-weight: 400;
}
.pricing-box .price-btn {
  text-align: center;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #E0E0E0;
}

.pricing-margin-top {
  margin-top: 90px;
}
@media (max-width: 991.98px) {
  .pricing-margin-top {
    margin-top: 0px;
  }
}

.top-minus:before {
  width: 100%;
  height: 150px;
  background-color: #000000;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.ctc-form h3 {
  margin-bottom: 30px;
}

.ctc-form-inner .form-group {
  margin-bottom: 30px;
  position: relative;
}
.ctc-form-inner .form-group .input-field-inner {
  position: relative;
}
.ctc-form-inner .form-group label {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  transition: 0.2s ease all;
  pointer-events: none;
  background: transparent;
}
.ctc-form-inner .form-group.textarea-label label {
  top: 10%;
  transform: translateY(-10%);
}
.ctc-form-inner .form-group input.form-control {
  border: 1px solid #b8b8b8;
  border-radius: 16px;
  height: 50px;
  font-weight: 400;
  padding: 6px 20px;
  width: 100%;
}
.ctc-form-inner .form-group textarea.form-control {
  border: 1px solid #b8b8b8;
  border-radius: 12px;
  height: 140px;
  font-weight: 400;
  resize: none;
  padding: 10px 20px;
  width: 100%;
}

.ctc-listing {
  border-radius: 16px;
  padding: 50px 30px;
}
@media (max-width: 767.98px) {
  .ctc-listing {
    padding: 40px 25px;
  }
}
.ctc-listing h6 {
  font-weight: 400;
  margin-bottom: 25px;
}
.ctc-listing ul li {
  font-weight: 300;
  margin-bottom: 16px;
  position: relative;
  padding-left: 30px;
}
.ctc-listing ul li:last-child {
  margin-bottom: 0;
}
.ctc-listing ul li::before {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  color: #000000;
  font-size: 20px;
  line-height: 20px;
}

/* Floating label fix */
.form-group .input-field-inner input:focus + label,
.form-group .input-field-inner input:not(:placeholder-shown) + label {
  top: -1px;
  left: 16px;
  background: #ffffff;
  padding: 0 5px;
  font-size: var(--fs-12);
}
.form-group .input-field-inner textarea:focus + label,
.form-group .input-field-inner textarea:not(:placeholder-shown) + label {
  top: -12px;
  left: 16px;
  background: #ffffff;
  padding: 0 5px;
  font-size: var(--fs-12);
}

.error-message {
  font-size: 12px;
  color: #ff0000;
  position: absolute;
  left: 33px;
  bottom: -23px;
  display: none;
}

.form-group.error .error-message {
  display: block;
}

.success-message i.fas {
  background: #000000;
  border-radius: 50%;
  color: #EEE8DD;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}
.success-message h4 {
  text-align: center;
  font-size: var(--fs-18);
  font-weight: 400;
  margin: 0;
}

.success-message {
  padding: 15px 20px;
  background: #EEE8DD;
  border-radius: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}/*# sourceMappingURL=style.css.map */