/*
Theme Name: Eastriverdental Child
Template: eastriverdental
Author: Child Theme Configurator
Version: 1.0.1763018161
Updated: 2025-11-13 07:16:01

*/
@media (min-width: 575px) {
  :root {
    --container-width: 540px;
  }
}
@media (min-width: 768px) {
  :root {
    --container-width: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --container-width: 960px;
  }
}
@media (min-width: 1200px) {
  :root {
    --container-width: 1140px;
  }
}
@media (min-width: 1600px) {
  :root {
    --container-width: 1420px;
  }
}
@media (min-width: 1850px) {
  :root {
    --container-width: 1700px;
  }
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--container-gap) * 0.5) !important;
  padding-right: calc(var(--container-gap) * 0.5) !important;
}
@media (min-width: 575px) {
  .container {
    max-width: calc(var(--container-width) + var(--container-gap));
  }
}

/*
Usage:
@include font-clamp((base: 15px, sm: 20px, lg: 25px));
@include font-clamp((xs: 10px, md: 18px, xl: 30px));
@include font-clamp((base: 14px, xs: 12px, sm: 16px, md: 20px, lg: 24px, xl: 28px, xxl: 32px));

Available breakpoint keys: base, xs, sm, md, lg, xl, xxl
- 'base' or 'xs' sets the base font-size (no media query)
- Other keys generate media queries for their respective breakpoints
*/
:root {
  --global--font-primary: "Poppins", sans-serif;
  --global--font-secondary: "Allison", cursive;
  --global--color-primary: #007BFF;
  --global--color-secondary: #09243C;
  --global--color-white: #FFFFFF;
  --global--color-black: #000000;
  --container-gap: 30px;
  --tw-gutter-sm: 15px;
  --height-project-header: 140px;
  /* fallback */
}

body {
  font-family: var(--global--font-primary) !important;
  color: var(--global--color-black) !important;
  font-size: 14px  !important;
}
@media (min-width: 768px) {
  body {
    font-size: 14px  !important;
  }
}
@media (min-width: 1600px) {
  body {
    font-size: 17px  !important;
  }
}
@media (min-width: 1850px) {
  body {
    font-size: 18px  !important;
  }
}
body p,
body li,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: inherit !important;
}

:root {
  --cmn-space: 30px;
  --cmn-space-lg: 25px;
  --cmn-space-md: 20px;
  --cmn-space-sm: 20px;
}
@media (min-width: 768px) {
  :root {
    --cmn-space: 50px;
    --cmn-space-lg: 40px;
    --cmn-space-md: 30px;
  }
}
@media (min-width: 1200px) {
  :root {
    --cmn-space: 80px;
    --cmn-space-lg: 60px;
    --cmn-space-md: 50px;
    --cmn-space-sm: 30px;
  }
}
@media (min-width: 1600px) {
  :root {
    --cmn-space: 100px;
    --cmn-space-lg: 80px;
  }
}
@media (min-width: 1850px) {
  :root {
    --cmn-space: 120px;
    --cmn-space-lg: 100px;
    --cmn-space-md: 70px;
    --cmn-space-sm: 40px;
  }
}

.text-white {
  color: #fff !important;
}
.text-white * {
  color: inherit !important;
}
body .text-white ::-moz-placeholder {
  color: #fff !important;
}
body .text-white ::placeholder {
  color: #fff !important;
}
body .modal-form .text-white ::-moz-placeholder {
  color: inherit !important;
}
body .modal-form .text-white ::placeholder {
  color: inherit !important;
}


.text-black {
  color: #000 !important;
}
.text-black * {
  color: inherit !important;
}
.text-black ::-moz-placeholder {
  color: inherit !important;
}
.text-black ::placeholder {
  color: inherit !important;
}

.cmn-space {
  padding-bottom: var(--cmn-space) !important;
  padding-top: var(--cmn-space) !important;
}

.cmn-space-lg {
  padding-top: var(--cmn-space-lg) !important;
  padding-bottom: var(--cmn-space-lg) !important;
}

.cmn-space-md {
  padding-top: var(--cmn-space-md) !important;
  padding-bottom: var(--cmn-space-md) !important;
}

.cmn-space-sm {
  padding-top: var(--cmn-space-sm) !important;
  padding-bottom: var(--cmn-space-sm) !important;
}

.bottom-space {
  padding-bottom: var(--cmn-space) !important;
}

.bottom-space-lg {
  padding-bottom: var(--cmn-space-lg) !important;
}

.bottom-space-md {
  padding-bottom: var(--cmn-space-md) !important;
}

.bottom-space-sm {
  padding-bottom: var(--cmn-space-sm) !important;
}

.top-space {
  padding-top: var(--cmn-space) !important;
}

.top-space-lg {
  padding-top: var(--cmn-space-lg) !important;
}

.top-space-md {
  padding-top: var(--cmn-space-md) !important;
}

.top-space-sm {
  padding-top: var(--cmn-space-sm) !important;
}

.ff-fraunces {
  font-family: var(--font-eugene) !important;
}
.ff-fraunces p,
.ff-fraunces li,
.ff-fraunces a {
  font-family: inherit !important;
}

.tw-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-0.5 * var(--tw-gutter-sm));
  margin-right: calc(-0.5 * var(--tw-gutter-sm));
}
.tw-row > * {
  flex-shrink: 0;
  margin-bottom: calc(var(--tw-gutter-sm) * 0.5);
  margin-top: calc(var(--tw-gutter-sm) * 0.5);
  max-width: 100%;
  min-height: 1px;
  padding-left: calc(var(--tw-gutter-sm) * 0.5);
  padding-right: calc(var(--tw-gutter-sm) * 0.5);
  position: relative;
  width: 100%;
}
.tw-row .auto-width {
  flex: 0 0 auto;
  width: auto;
}
.tw-row.no-gap {
  margin-left: 0;
  margin-right: 0;
}
.tw-row.no-gap > * {
  padding-left: 0;
  padding-right: 0;
}
.tw-row.no-v-gap > * {
  margin-bottom: 0;
  margin-top: 0;
}
.tw-row.xs_row {
  margin-left: -6px;
  margin-right: -6px;
}
.tw-row.xs_row > * {
  margin-bottom: 6px;
  margin-top: 6px;
  padding-left: 6px;
  padding-right: 6px;
}

.owl-theme .owl-dots,
.container,
.custom_container,
.e-con > .e-con-inner,
.container-fluid {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
}

.owl-theme .owl-dots,
.container,
.custom_container,
.e-con > .e-con-inner {
  padding-right: calc(var(--tw-gutter-sm) * 0.5) !important;
  padding-left: calc(var(--tw-gutter-sm) * 0.5) !important;
}
@media (min-width: 575px) {
  .owl-theme .owl-dots,
  .container,
  .custom_container,
  .e-con > .e-con-inner {
    max-width: var(--container-width) !important;
  }
}

.container-sm {
  padding-right: calc(var(--tw-gutter-sm) * 0.5) !important;
  padding-left: calc(var(--tw-gutter-sm) * 0.5) !important;
}
@media (min-width: 768px) {
  .container-sm {
    max-width: var(--container-width) !important;
  }
}

.container-md {
  padding-right: calc(var(--tw-gutter-sm) * 0.5) !important;
  padding-left: calc(var(--tw-gutter-sm) * 0.5) !important;
}
@media (min-width: 992px) {
  .container-md {
    max-width: var(--container-width) !important;
  }
}

.container-lg {
  padding-right: calc(var(--tw-gutter-sm) * 0.5) !important;
  padding-left: calc(var(--tw-gutter-sm) * 0.5) !important;
}
@media (min-width: 1200px) {
  .container-lg {
    max-width: var(--container-width) !important;
  }
}

.container-fluid {
  padding-left: calc(var(--tw-gutter-sm) * 0.5) !important;
  padding-right: calc(var(--tw-gutter-sm) * 0.5) !important;
}
@media (min-width: 575px) {
  .container-fluid {
    max-width: var(--container-width) !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    max-width: 1950px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media (min-width: 1600px) {
  .container-fluid {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

[class*=custom_container-] {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  padding-right: calc(var(--tw-gutter-sm) * 0.5) !important;
  padding-left: calc(var(--tw-gutter-sm) * 0.5) !important;
  position: relative;
  width: 100% !important;
  margin: auto;
  max-width: 100% !important;
}

@media (min-width: 575px) and (max-width: 767px) {
  .custom_container-left-sm {
    margin-left: calc((100vw - var(--container-width)) / 2) !important;
    margin-right: calc((100vw - var(--container-width)) / 2) !important;
    max-width: var(--container-width) !important;
  }
}
@media (min-width: 768px) {
  .custom_container-left-sm {
    margin-left: calc((100vw - var(--container-width)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
    width: auto !important;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  .custom_container-right-sm {
    margin-left: calc((100vw - var(--container-width)) / 2) !important;
    margin-right: calc((100vw - var(--container-width)) / 2) !important;
    max-width: var(--container-width) !important;
  }
}
@media (min-width: 768px) {
  .custom_container-right-sm {
    margin-right: calc((100vw - var(--container-width)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
    width: auto !important;
  }
}

@media (min-width: 575px) and (max-width: 991px) {
  .custom_container-left-md {
    margin-left: calc((100vw - var(--container-width)) / 2) !important;
    margin-right: calc((100vw - var(--container-width)) / 2) !important;
    max-width: var(--container-width) !important;
  }
}
@media (min-width: 992px) {
  .custom_container-left-md {
    margin-left: calc((100vw - var(--container-width)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
    width: auto !important;
  }
}

@media (min-width: 575px) and (max-width: 991px) {
  .custom_container-right-md {
    margin-left: calc((100vw - var(--container-width)) / 2) !important;
    margin-right: calc((100vw - var(--container-width)) / 2) !important;
    max-width: var(--container-width) !important;
  }
}
@media (min-width: 992px) {
  .custom_container-right-md {
    margin-right: calc((100vw - var(--container-width)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
    width: auto !important;
  }
}

@media (min-width: 575px) and (max-width: 1199px) {
  .custom_container-left-lg {
    margin-left: calc((100vw - var(--container-width)) / 2) !important;
    margin-right: calc((100vw - var(--container-width)) / 2) !important;
    max-width: var(--container-width) !important;
  }
}
@media (min-width: 1200px) {
  .custom_container-left-lg {
    margin-left: calc((100vw - var(--container-width)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
    width: auto !important;
  }
}

@media (min-width: 575px) and (max-width: 1199px) {
  .custom_container-right-lg {
    margin-left: calc((100vw - var(--container-width)) / 2) !important;
    margin-right: calc((100vw - var(--container-width)) / 2) !important;
    max-width: var(--container-width) !important;
  }
}
@media (min-width: 1200px) {
  .custom_container-right-lg {
    margin-right: calc((100vw - var(--container-width)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
    width: auto !important;
  }
}

.fs-16 {
  font-size: 14px  !important;
}
@media (min-width: 768px) {
  .fs-16 {
    font-size: 14px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-16 {
    font-size: 13px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-16 {
    font-size: 15px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-16 {
    font-size: 16px  !important;
  }
}

.fs-17 {
  font-size: 14px  !important;
}
@media (min-width: 768px) {
  .fs-17 {
    font-size: 14px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-17 {
    font-size: 13px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-17 {
    font-size: 16px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-17 {
    font-size: 17px  !important;
  }
}

.fs-18 {
  font-size: 14px  !important;
}
@media (min-width: 768px) {
  .fs-18 {
    font-size: 14px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-18 {
    font-size: 13px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-18 {
    font-size: 17px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-18 {
    font-size: 18px  !important;
  }
}

.fs-20 {
  font-size: 15px  !important;
}
@media (min-width: 768px) {
  .fs-20 {
    font-size: 15px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-20 {
    font-size: 15px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-20 {
    font-size: 18px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-20 {
    font-size: 20px  !important;
  }
}

.fs-21 {
  font-size: 16px  !important;
}
@media (min-width: 768px) {
  .fs-21 {
    font-size: 15px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-21 {
    font-size: 16px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-21 {
    font-size: 20px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-21 {
    font-size: 21px  !important;
  }
}

.fs-22 {
  font-size: 16px  !important;
}
@media (min-width: 768px) {
  .fs-22 {
    font-size: 17px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-22 {
    font-size: 20px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-22 {
    font-size: 20px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-22 {
    font-size: 22px  !important;
  }
}

.fs-23 {
  font-size: 16px  !important;
}
@media (min-width: 768px) {
  .fs-23 {
    font-size: 15px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-23 {
    font-size: 16px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-23 {
    font-size: 22px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-23 {
    font-size: 23px  !important;
  }
}

.fs-24 {
  font-size: 20px  !important;
}
@media (min-width: 768px) {
  .fs-24 {
    font-size: 18px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-24 {
    font-size: 15px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-24 {
    font-size: 20px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-24 {
    font-size: 24px  !important;
  }
}

.fs-25 {
  font-size: 16px  !important;
}
@media (min-width: 768px) {
  .fs-25 {
    font-size: 15px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-25 {
    font-size: 16px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-25 {
    font-size: 24px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-25 {
    font-size: 25px  !important;
  }
}

.fs-26 {
  font-size: 16px  !important;
}
@media (min-width: 768px) {
  .fs-26 {
    font-size: 15px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-26 {
    font-size: 16px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-26 {
    font-size: 24px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-26 {
    font-size: 26px  !important;
  }
}

.fs-27 {
  font-size: 17px  !important;
}
@media (min-width: 768px) {
  .fs-27 {
    font-size: 18px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-27 {
    font-size: 20px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-27 {
    font-size: 26px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-27 {
    font-size: 27px  !important;
  }
}

.fs-29 {
  font-size: 19px  !important;
}
@media (min-width: 768px) {
  .fs-29 {
    font-size: 22px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-29 {
    font-size: 25px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-29 {
    font-size: 27px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-29 {
    font-size: 29px  !important;
  }
}

.fs-30 {
  font-size: 18px  !important;
}
@media (min-width: 768px) {
  .fs-30 {
    font-size: 18px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-30 {
    font-size: 22px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-30 {
    font-size: 27px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-30 {
    font-size: 30px  !important;
  }
}

.fs-31 {
  font-size: 19px  !important;
}
@media (min-width: 768px) {
  .fs-31 {
    font-size: 20px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-31 {
    font-size: 23px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-31 {
    font-size: 30px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-31 {
    font-size: 31px  !important;
  }
}

.fs-32 {
  font-size: 19px  !important;
}
@media (min-width: 768px) {
  .fs-32 {
    font-size: 20px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-32 {
    font-size: 23px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-32 {
    font-size: 31px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-32 {
    font-size: 32px  !important;
  }
}

.fs-34 {
  font-size: 19px  !important;
}
@media (min-width: 768px) {
  .fs-34 {
    font-size: 20px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-34 {
    font-size: 23px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-34 {
    font-size: 32px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-34 {
    font-size: 34px  !important;
  }
}

.fs-35 {
  font-size: 19px  !important;
}
@media (min-width: 768px) {
  .fs-35 {
    font-size: 20px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-35 {
    font-size: 23px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-35 {
    font-size: 32px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-35 {
    font-size: 35px  !important;
  }
}

.fs-42 {
  font-size: 28px  !important;
}
@media (min-width: 768px) {
  .fs-42 {
    font-size: 29px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-42 {
    font-size: 30px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-42 {
    font-size: 40px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-42 {
    font-size: 42px  !important;
  }
}

.fs-50 {
  font-size: 23px  !important;
}
@media (min-width: 768px) {
  .fs-50 {
    font-size: 27px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-50 {
    font-size: 31px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-50 {
    font-size: 48px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-50 {
    font-size: 50px  !important;
  }
}

.fs-54 {
  font-size: 23px  !important;
}
@media (min-width: 768px) {
  .fs-54 {
    font-size: 27px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-54 {
    font-size: 31px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-54 {
    font-size: 49px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-54 {
    font-size: 54px  !important;
  }
}

.fs-57 {
  font-size: 23px  !important;
}
@media (min-width: 768px) {
  .fs-57 {
    font-size: 27px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-57 {
    font-size: 35px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-57 {
    font-size: 48px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-57 {
    font-size: 57px  !important;
  }
}

.fs-60 {
  font-size: 32px  !important;
}
@media (min-width: 768px) {
  .fs-60 {
    font-size: 35px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-60 {
    font-size: 40px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-60 {
    font-size: 50px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-60 {
    font-size: 60px  !important;
  }
}

.fs-64 {
  font-size: 31px  !important;
}
@media (min-width: 768px) {
  .fs-64 {
    font-size: 32px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-64 {
    font-size: 35px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-64 {
    font-size: 60px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-64 {
    font-size: 64px  !important;
  }
}

.fs-71 {
  font-size: 27px  !important;
}
@media (min-width: 768px) {
  .fs-71 {
    font-size: 30px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-71 {
    font-size: 35px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-71 {
    font-size: 66px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-71 {
    font-size: 71px  !important;
  }
}

.fs-73 {
  font-size: 27px  !important;
}
@media (min-width: 768px) {
  .fs-73 {
    font-size: 32px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-73 {
    font-size: 38px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-73 {
    font-size: 68px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-73 {
    font-size: 73px  !important;
  }
}

.fs-76 {
  font-size: 30px  !important;
}
@media (min-width: 768px) {
  .fs-76 {
    font-size: 34px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-76 {
    font-size: 39px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-76 {
    font-size: 69px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-76 {
    font-size: 76px  !important;
  }
}

.fs-122 {
  font-size: 32px  !important;
}
@media (min-width: 768px) {
  .fs-122 {
    font-size: 36px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-122 {
    font-size: 43px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-122 {
    font-size: 97px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-122 {
    font-size: 122px  !important;
  }
}

.tt-up {
  text-transform: uppercase !important;
}
.tt-up > * {
  text-transform: inherit;
}

.tt-cap {
  text-transform: capitalize !important;
}
.tt-cap > * {
  text-transform: inherit;
}

.tt-none {
  text-transform: none !important;
}
.tt-none > * {
  text-transform: inherit;
}

.lh-0 {
  line-height: 0% !important;
}
.lh-0 * {
  line-height: 0% !important;
}

.lh-50 {
  line-height: 50% !important;
}
.lh-50 * {
  line-height: 50% !important;
}

.lh-75 {
  line-height: 75% !important;
}
.lh-75 * {
  line-height: 75% !important;
}

.lh-90 {
  line-height: 90% !important;
}
.lh-90 * {
  line-height: 90% !important;
}

.lh-100 {
  line-height: 100% !important;
}
.lh-100 * {
  line-height: 100% !important;
}

.lh-110 {
  line-height: 110% !important;
}
.lh-110 * {
  line-height: 110% !important;
}

.lh-115 {
  line-height: 115% !important;
}
.lh-115 * {
  line-height: 115% !important;
}

.lh-120 {
  line-height: 120% !important;
}
.lh-120 * {
  line-height: 120% !important;
}

.lh-130 {
  line-height: 130% !important;
}
.lh-130 * {
  line-height: 130% !important;
}

.lh-140 {
  line-height: 140% !important;
}
.lh-140 * {
  line-height: 140% !important;
}

.lh-150 {
  line-height: 150% !important;
}
.lh-150 * {
  line-height: 150% !important;
}

.lh-160 {
  line-height: 160% !important;
}
.lh-160 * {
  line-height: 160% !important;
}

.lh-170 {
  line-height: 170% !important;
}
.lh-170 * {
  line-height: 170% !important;
}

.lh-180 {
  line-height: 180% !important;
}
.lh-180 * {
  line-height: 180% !important;
}

.fw-900 {
  font-weight: bolder;
  font-weight: 900 !important;
}
.fw-900 * {
  font-weight: inherit;
}

.fw-800 {
  font-weight: bolder;
  font-weight: 800 !important;
}
.fw-800 * {
  font-weight: inherit;
}

.fw-700 {
  font-weight: bold;
  font-weight: 700 !important;
}
.fw-700 * {
  font-weight: inherit;
}

.fw-600 {
  font-weight: bold;
  font-weight: 600 !important;
}
.fw-600 * {
  font-weight: inherit;
}

.fw-500 {
  font-weight: normal;
  font-weight: 500 !important;
}
.fw-500 * {
  font-weight: inherit;
}

.fw-400 {
  font-weight: normal;
  font-weight: 400 !important;
}
.fw-400 * {
  font-weight: inherit;
}

.fw-300 {
  font-weight: lighter;
  font-weight: 300 !important;
}
.fw-300 * {
  font-weight: inherit;
}

.fw-200 {
  font-weight: lighter;
  font-weight: 200 !important;
}
.fw-200 * {
  font-weight: inherit;
}

.fw-100 {
  font-weight: lighter;
  font-weight: 100 !important;
}
.fw-100 * {
  font-weight: inherit;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
  animation-duration: 0.5s;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.modal-form {
  visibility: hidden;
  opacity: 0;
  scale: 0;
  transition: 0.3s;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-form .modal-content {
  position: relative;
  background: #fff;
  border-radius: 15px;
  width: 100%;
  margin: auto;
  max-width: 700px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  overflow: auto;
  max-height: 100dvh;
}
.modal-form .close-btn {
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 50px;
  cursor: pointer;
  line-height: 1;
}
.modal-form .title {
  font-size: 50px !important;
  font-size: 3.125rem !important;
  font-size: 30px  !important;
}
@media (min-width: 1200px) {
  .modal-form .title {
    font-size: 40px  !important;
  }
}
@media (min-width: 1850px) {
  .modal-form .title {
    font-size: 50px  !important;
  }
}
.modal-form .form_outer_wrapper {
  padding: 30px 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .modal-form .form_outer_wrapper {
    padding: 40px 20px;
  }
}
.modal-form .form-group {
  padding-bottom: 25px;
}
.modal-form.block {
  visibility: visible;
  opacity: 1;
  scale: 1;
}

#modalReview .review_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#modalReview .review_item .title {
  font-size: 18px  !important;
}
@media (min-width: 768px) {
  #modalReview .review_item .title {
    font-size: 18px  !important;
  }
}
@media (min-width: 1200px) {
  #modalReview .review_item .title {
    font-size: 22px  !important;
  }
}
@media (min-width: 1600px) {
  #modalReview .review_item .title {
    font-size: 27px  !important;
  }
}
@media (min-width: 1850px) {
  #modalReview .review_item .title {
    font-size: 30px  !important;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  width: 20px;
  z-index: 1;
  display: flex;
}
.slick-arrow.slick-disabled {
  opacity: 50%;
  cursor: default;
}
.slick-arrow.slick-disabled:hover:before {
  width: 0px;
  height: 0px;
}

.slick_next {
  right: 10px;
}
@media (max-width: 991px) {
  .slick_next {
    right: -3px;
  }
}
@media (max-width: 574px) {
  .slick_next {
    right: 5px;
  }
}

.slick_prev {
  left: -30px;
}
@media (max-width: 991px) {
  .slick_prev {
    left: -15px;
  }
}
@media (max-width: 574px) {
  .slick_prev {
    left: -5px;
  }
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.slick-slide > div {
  height: 100% !important;
}

.slick_nav:before {
  content: "" !important;
  border: 1px solid var(--global--color-icon);
  border-width: 3px 3px 0px 0px;
  width: 15px;
  height: 15px;
  rotate: 45deg;
  position: absolute;
  left: 15px;
  top: 18px;
  transition: 0.35s ease all;
}
@media (max-width: 991px) {
  .slick_nav:before {
    border-width: 2px 2px 0px 0px;
    width: 10px;
    height: 10px;
    left: 8px;
    top: 11px;
  }
}

.slick_nav:hover:before {
  border-color: var(--global--color-white);
}

.slick_nav:after {
  content: "" !important;
  display: inline-flex;
  min-width: 50px;
  width: 50px;
  height: 50px;
  background-color: var(--global--color-white);
  border-radius: 50%;
  box-shadow: 0px 4px 68px 0px rgba(0, 0, 0, 0.368627451);
  transition: 0.35s ease all;
}
@media (max-width: 991px) {
  .slick_nav:after {
    min-width: 30px;
    width: 30px;
    height: 30px;
  }
}

.slick_nav:hover:after {
  background-color: var(--global--color-primary);
  box-shadow: 0px 4px 68px 0px rgba(0, 0, 0, 0.5215686275);
}

.slick_nav.slick_prev:before {
  rotate: 225deg;
  left: 20px;
  top: 17px;
}
@media (max-width: 991px) {
  .slick_nav.slick_prev:before {
    left: 12px;
    top: 11px;
  }
}

.slick_nav > svg {
  display: none !important;
}

.slick-dots {
  display: flex;
  gap: 5px;
}
.slick-dots button {
  font-size: 0px;
  padding: 0;
  width: 10px;
  height: 10px;
  background-color: var(--global--color-border);
  border-radius: 50%;
}
.slick-dots .slick-active button {
  background-color: var(--global--color-primary);
}

.home h1,
.home h2,
.home h3,
.home h4,
.home h5,
.home h6,
.custom-h-tags h1,
.custom-h-tags h2,
.custom-h-tags h3,
.custom-h-tags h4,
.custom-h-tags h5,
.custom-h-tags h6 {
  color: var(--global--color-secondary) !important;
  font-family: var(--font-family-title);
  display: block;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
.home h1 strong,
.home h2 strong,
.home h3 strong,
.home h4 strong,
.home h5 strong,
.home h6 strong,
.custom-h-tags h1 strong,
.custom-h-tags h2 strong,
.custom-h-tags h3 strong,
.custom-h-tags h4 strong,
.custom-h-tags h5 strong,
.custom-h-tags h6 strong {
  font-weight: inherit !important;
}
.home h1 + p, .home h1 + ul, .home h1 + ol, .home h1 + blockquote,
.home h2 + p,
.home h2 + ul,
.home h2 + ol,
.home h2 + blockquote,
.home h3 + p,
.home h3 + ul,
.home h3 + ol,
.home h3 + blockquote,
.home h4 + p,
.home h4 + ul,
.home h4 + ol,
.home h4 + blockquote,
.home h5 + p,
.home h5 + ul,
.home h5 + ol,
.home h5 + blockquote,
.home h6 + p,
.home h6 + ul,
.home h6 + ol,
.home h6 + blockquote,
.custom-h-tags h1 + p,
.custom-h-tags h1 + ul,
.custom-h-tags h1 + ol,
.custom-h-tags h1 + blockquote,
.custom-h-tags h2 + p,
.custom-h-tags h2 + ul,
.custom-h-tags h2 + ol,
.custom-h-tags h2 + blockquote,
.custom-h-tags h3 + p,
.custom-h-tags h3 + ul,
.custom-h-tags h3 + ol,
.custom-h-tags h3 + blockquote,
.custom-h-tags h4 + p,
.custom-h-tags h4 + ul,
.custom-h-tags h4 + ol,
.custom-h-tags h4 + blockquote,
.custom-h-tags h5 + p,
.custom-h-tags h5 + ul,
.custom-h-tags h5 + ol,
.custom-h-tags h5 + blockquote,
.custom-h-tags h6 + p,
.custom-h-tags h6 + ul,
.custom-h-tags h6 + ol,
.custom-h-tags h6 + blockquote {
  margin-bottom: 0;
  margin-top: 10px;
}
.home h1 + h2, .home h1 + h3, .home h1 + h4, .home h1 + h5, .home h1 + h6,
.home h2 + h2,
.home h2 + h3,
.home h2 + h4,
.home h2 + h5,
.home h2 + h6,
.home h3 + h2,
.home h3 + h3,
.home h3 + h4,
.home h3 + h5,
.home h3 + h6,
.home h4 + h2,
.home h4 + h3,
.home h4 + h4,
.home h4 + h5,
.home h4 + h6,
.home h5 + h2,
.home h5 + h3,
.home h5 + h4,
.home h5 + h5,
.home h5 + h6,
.home h6 + h2,
.home h6 + h3,
.home h6 + h4,
.home h6 + h5,
.home h6 + h6,
.custom-h-tags h1 + h2,
.custom-h-tags h1 + h3,
.custom-h-tags h1 + h4,
.custom-h-tags h1 + h5,
.custom-h-tags h1 + h6,
.custom-h-tags h2 + h2,
.custom-h-tags h2 + h3,
.custom-h-tags h2 + h4,
.custom-h-tags h2 + h5,
.custom-h-tags h2 + h6,
.custom-h-tags h3 + h2,
.custom-h-tags h3 + h3,
.custom-h-tags h3 + h4,
.custom-h-tags h3 + h5,
.custom-h-tags h3 + h6,
.custom-h-tags h4 + h2,
.custom-h-tags h4 + h3,
.custom-h-tags h4 + h4,
.custom-h-tags h4 + h5,
.custom-h-tags h4 + h6,
.custom-h-tags h5 + h2,
.custom-h-tags h5 + h3,
.custom-h-tags h5 + h4,
.custom-h-tags h5 + h5,
.custom-h-tags h5 + h6,
.custom-h-tags h6 + h2,
.custom-h-tags h6 + h3,
.custom-h-tags h6 + h4,
.custom-h-tags h6 + h5,
.custom-h-tags h6 + h6 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media (min-width: 1600px) {
  .home h1 + p, .home h1 + ul, .home h1 + ol, .home h1 + blockquote,
  .home h2 + p,
  .home h2 + ul,
  .home h2 + ol,
  .home h2 + blockquote,
  .home h3 + p,
  .home h3 + ul,
  .home h3 + ol,
  .home h3 + blockquote,
  .home h4 + p,
  .home h4 + ul,
  .home h4 + ol,
  .home h4 + blockquote,
  .home h5 + p,
  .home h5 + ul,
  .home h5 + ol,
  .home h5 + blockquote,
  .home h6 + p,
  .home h6 + ul,
  .home h6 + ol,
  .home h6 + blockquote,
  .custom-h-tags h1 + p,
  .custom-h-tags h1 + ul,
  .custom-h-tags h1 + ol,
  .custom-h-tags h1 + blockquote,
  .custom-h-tags h2 + p,
  .custom-h-tags h2 + ul,
  .custom-h-tags h2 + ol,
  .custom-h-tags h2 + blockquote,
  .custom-h-tags h3 + p,
  .custom-h-tags h3 + ul,
  .custom-h-tags h3 + ol,
  .custom-h-tags h3 + blockquote,
  .custom-h-tags h4 + p,
  .custom-h-tags h4 + ul,
  .custom-h-tags h4 + ol,
  .custom-h-tags h4 + blockquote,
  .custom-h-tags h5 + p,
  .custom-h-tags h5 + ul,
  .custom-h-tags h5 + ol,
  .custom-h-tags h5 + blockquote,
  .custom-h-tags h6 + p,
  .custom-h-tags h6 + ul,
  .custom-h-tags h6 + ol,
  .custom-h-tags h6 + blockquote {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .home h1 + h2, .home h1 + h3, .home h1 + h4, .home h1 + h5, .home h1 + h6,
  .home h2 + h2,
  .home h2 + h3,
  .home h2 + h4,
  .home h2 + h5,
  .home h2 + h6,
  .home h3 + h2,
  .home h3 + h3,
  .home h3 + h4,
  .home h3 + h5,
  .home h3 + h6,
  .home h4 + h2,
  .home h4 + h3,
  .home h4 + h4,
  .home h4 + h5,
  .home h4 + h6,
  .home h5 + h2,
  .home h5 + h3,
  .home h5 + h4,
  .home h5 + h5,
  .home h5 + h6,
  .home h6 + h2,
  .home h6 + h3,
  .home h6 + h4,
  .home h6 + h5,
  .home h6 + h6,
  .custom-h-tags h1 + h2,
  .custom-h-tags h1 + h3,
  .custom-h-tags h1 + h4,
  .custom-h-tags h1 + h5,
  .custom-h-tags h1 + h6,
  .custom-h-tags h2 + h2,
  .custom-h-tags h2 + h3,
  .custom-h-tags h2 + h4,
  .custom-h-tags h2 + h5,
  .custom-h-tags h2 + h6,
  .custom-h-tags h3 + h2,
  .custom-h-tags h3 + h3,
  .custom-h-tags h3 + h4,
  .custom-h-tags h3 + h5,
  .custom-h-tags h3 + h6,
  .custom-h-tags h4 + h2,
  .custom-h-tags h4 + h3,
  .custom-h-tags h4 + h4,
  .custom-h-tags h4 + h5,
  .custom-h-tags h4 + h6,
  .custom-h-tags h5 + h2,
  .custom-h-tags h5 + h3,
  .custom-h-tags h5 + h4,
  .custom-h-tags h5 + h5,
  .custom-h-tags h5 + h6,
  .custom-h-tags h6 + h2,
  .custom-h-tags h6 + h3,
  .custom-h-tags h6 + h4,
  .custom-h-tags h6 + h5,
  .custom-h-tags h6 + h6 {
    margin-bottom: 0;
    margin-top: 15px;
  }
}
.home h1.text-heading,
.home h2.text-heading,
.home h3.text-heading,
.home h4.text-heading,
.home h5.text-heading,
.home h6.text-heading,
.custom-h-tags h1.text-heading,
.custom-h-tags h2.text-heading,
.custom-h-tags h3.text-heading,
.custom-h-tags h4.text-heading,
.custom-h-tags h5.text-heading,
.custom-h-tags h6.text-heading {
  color: var(--global--color-heading) !important;
}
.home h2,
.custom-h-tags h2 {
  font-weight: 400 !important;
}
.home h1,
.home .h1,
.custom-h-tags h1,
.custom-h-tags .h1 {
  font-size: 27px  !important;
}
@media (min-width: 768px) {
  .home h1,
  .home .h1,
  .custom-h-tags h1,
  .custom-h-tags .h1 {
    font-size: 32px  !important;
  }
}
@media (min-width: 1200px) {
  .home h1,
  .home .h1,
  .custom-h-tags h1,
  .custom-h-tags .h1 {
    font-size: 38px  !important;
  }
}
@media (min-width: 1600px) {
  .home h1,
  .home .h1,
  .custom-h-tags h1,
  .custom-h-tags .h1 {
    font-size: 68px  !important;
  }
}
@media (min-width: 1850px) {
  .home h1,
  .home .h1,
  .custom-h-tags h1,
  .custom-h-tags .h1 {
    font-size: 73px  !important;
  }
}
.home h1.page_title,
.home .h1.page_title,
.custom-h-tags h1.page_title,
.custom-h-tags .h1.page_title {
  font-size: 32px  !important;
  line-height: 0.9;
}
@media (min-width: 768px) {
  .home h1.page_title,
  .home .h1.page_title,
  .custom-h-tags h1.page_title,
  .custom-h-tags .h1.page_title {
    font-size: 36px  !important;
  }
}
@media (min-width: 1200px) {
  .home h1.page_title,
  .home .h1.page_title,
  .custom-h-tags h1.page_title,
  .custom-h-tags .h1.page_title {
    font-size: 43px  !important;
  }
}
@media (min-width: 1600px) {
  .home h1.page_title,
  .home .h1.page_title,
  .custom-h-tags h1.page_title,
  .custom-h-tags .h1.page_title {
    font-size: 97px  !important;
  }
}
@media (min-width: 1850px) {
  .home h1.page_title,
  .home .h1.page_title,
  .custom-h-tags h1.page_title,
  .custom-h-tags .h1.page_title {
    font-size: 122px  !important;
  }
}
.home h2,
.home .h2,
.custom-h-tags h2,
.custom-h-tags .h2 {
  font-size: 32px  !important;
}
@media (min-width: 768px) {
  .home h2,
  .home .h2,
  .custom-h-tags h2,
  .custom-h-tags .h2 {
    font-size: 35px  !important;
  }
}
@media (min-width: 1200px) {
  .home h2,
  .home .h2,
  .custom-h-tags h2,
  .custom-h-tags .h2 {
    font-size: 40px  !important;
  }
}
@media (min-width: 1600px) {
  .home h2,
  .home .h2,
  .custom-h-tags h2,
  .custom-h-tags .h2 {
    font-size: 50px  !important;
  }
}
@media (min-width: 1850px) {
  .home h2,
  .home .h2,
  .custom-h-tags h2,
  .custom-h-tags .h2 {
    font-size: 60px  !important;
  }
}
.home h3,
.home .h3,
.custom-h-tags h3,
.custom-h-tags .h3 {
  font-size: 19px  !important;
}
@media (min-width: 768px) {
  .home h3,
  .home .h3,
  .custom-h-tags h3,
  .custom-h-tags .h3 {
    font-size: 20px  !important;
  }
}
@media (min-width: 1200px) {
  .home h3,
  .home .h3,
  .custom-h-tags h3,
  .custom-h-tags .h3 {
    font-size: 23px  !important;
  }
}
@media (min-width: 1600px) {
  .home h3,
  .home .h3,
  .custom-h-tags h3,
  .custom-h-tags .h3 {
    font-size: 31px  !important;
  }
}
@media (min-width: 1850px) {
  .home h3,
  .home .h3,
  .custom-h-tags h3,
  .custom-h-tags .h3 {
    font-size: 32px  !important;
  }
}
.home h4,
.home .h4,
.custom-h-tags h4,
.custom-h-tags .h4 {
  font-size: 16px  !important;
}
@media (min-width: 768px) {
  .home h4,
  .home .h4,
  .custom-h-tags h4,
  .custom-h-tags .h4 {
    font-size: 15px  !important;
  }
}
@media (min-width: 1200px) {
  .home h4,
  .home .h4,
  .custom-h-tags h4,
  .custom-h-tags .h4 {
    font-size: 16px  !important;
  }
}
@media (min-width: 1600px) {
  .home h4,
  .home .h4,
  .custom-h-tags h4,
  .custom-h-tags .h4 {
    font-size: 24px  !important;
  }
}
@media (min-width: 1850px) {
  .home h4,
  .home .h4,
  .custom-h-tags h4,
  .custom-h-tags .h4 {
    font-size: 26px  !important;
  }
}
.home h5,
.home .h5,
.custom-h-tags h5,
.custom-h-tags .h5 {
  font-size: 16px  !important;
}
@media (min-width: 768px) {
  .home h5,
  .home .h5,
  .custom-h-tags h5,
  .custom-h-tags .h5 {
    font-size: 15px  !important;
  }
}
@media (min-width: 1200px) {
  .home h5,
  .home .h5,
  .custom-h-tags h5,
  .custom-h-tags .h5 {
    font-size: 16px  !important;
  }
}
@media (min-width: 1600px) {
  .home h5,
  .home .h5,
  .custom-h-tags h5,
  .custom-h-tags .h5 {
    font-size: 24px  !important;
  }
}
@media (min-width: 1850px) {
  .home h5,
  .home .h5,
  .custom-h-tags h5,
  .custom-h-tags .h5 {
    font-size: 25px  !important;
  }
}
.home h6,
.home .h6,
.custom-h-tags h6,
.custom-h-tags .h6 {
  font-size: 16px  !important;
}
@media (min-width: 768px) {
  .home h6,
  .home .h6,
  .custom-h-tags h6,
  .custom-h-tags .h6 {
    font-size: 17px  !important;
  }
}
@media (min-width: 1200px) {
  .home h6,
  .home .h6,
  .custom-h-tags h6,
  .custom-h-tags .h6 {
    font-size: 20px  !important;
  }
}
@media (min-width: 1600px) {
  .home h6,
  .home .h6,
  .custom-h-tags h6,
  .custom-h-tags .h6 {
    font-size: 20px  !important;
  }
}
@media (min-width: 1850px) {
  .home h6,
  .home .h6,
  .custom-h-tags h6,
  .custom-h-tags .h6 {
    font-size: 22px  !important;
  }
}

.page_title {
  color: var(--global--color-heading) !important;
  font-size: 32px  !important;
}
@media (min-width: 768px) {
  .page_title {
    font-size: 36px  !important;
  }
}
@media (min-width: 1200px) {
  .page_title {
    font-size: 43px  !important;
  }
}
@media (min-width: 1600px) {
  .page_title {
    font-size: 97px  !important;
  }
}
@media (min-width: 1850px) {
  .page_title {
    font-size: 122px  !important;
  }
}
.page_title h1 {
  color: inherit !important;
  font-size: inherit !important;
}

.title {
  font-family: var(--font-family-title) !important;
}
.title * {
  font-family: inherit !important;
}

.cnt {
  font-family: var(--font-family-text) !important;
}
.cnt * {
  font-family: inherit !important;
}

body {
  counter-reset: heading-counter;
}

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

ol li::marker {
  font-weight: var(--font--weight-regular);
}

.titled_ol {
  counter-increment: heading-counter;
}
.titled_ol:before {
  color: var(--global--color-primary);
  content: counter(heading-counter) ". ";
}

[class*=rg_list-] ol {
  padding-left: 18px;
}
[class*=rg_list-] ol ::marker {
  content: counter(list-item) ". ";
}
[class*=rg_list-] li a {
  color: inherit !important;
  display: inline;
  text-decoration: underline !important;
}
[class*=rg_list-] li a:hover {
  color: var(--global--color-primary) !important;
  text-decoration: none !important;
}
[class*=rg_list-] li:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 1600px) {
  [class*=rg_list-] li:not(:last-child) {
    margin-bottom: 10px;
  }
}
[class*=rg_list-] li p:not(:last-child) {
  margin-bottom: 6px !important;
}
@media (min-width: 1600px) {
  [class*=rg_list-] li p:not(:last-child) {
    margin-bottom: 10px !important;
  }
}
[class*=rg_list-] ul {
  display: block;
}
[class*=rg_list-] ul li {
  padding-left: 23px;
  position: relative;
}
[class*=rg_list-] ul li:before {
  background-color: var(--global--color-primary);
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 6px;
}
@media (min-width: 1600px) {
  [class*=rg_list-] ul li {
    padding-left: 30px;
  }
  [class*=rg_list-] ul li:before {
    height: 8px;
    top: 10px;
    width: 8px;
  }
}

@media (min-width: 992px) {
  ul.cntList-2-cols {
    -moz-columns: 2 auto;
         columns: 2 auto;
  }
}

@media (min-width: 992px) {
  ul.cntList-3-cols {
    -moz-columns: 2 auto;
         columns: 2 auto;
  }
}
@media (min-width: 1200px) {
  ul.cntList-3-cols {
    -moz-columns: 3 auto;
         columns: 3 auto;
  }
}

@media (min-width: 992px) {
  ul.cntList-4-cols {
    -moz-columns: 2 auto;
         columns: 2 auto;
  }
}
@media (min-width: 1200px) {
  ul.cntList-4-cols {
    -moz-columns: 3 auto;
         columns: 3 auto;
  }
}

.styled_u_list {
  --st-list-spacing: 12px;
}
@media (min-width: 768px) {
  .styled_u_list {
    --st-list-spacing: 13px;
  }
}
@media (min-width: 1200px) {
  .styled_u_list {
    --st-list-spacing: 14px;
  }
}
@media (min-width: 1600px) {
  .styled_u_list {
    --st-list-spacing: 18px;
  }
}
@media (min-width: 1850px) {
  .styled_u_list {
    --st-list-spacing: 20px;
  }
}
.styled_u_list ul {
  list-style: none;
}
.styled_u_list ul li {
  padding-left: calc(var(--st-list-spacing) * 2);
  padding-bottom: calc(var(--st-list-spacing) * 0.75);
  position: relative;
}
.styled_u_list ul li:before {
  content: "";
  position: absolute;
  top: var(--st-list-spacing);
  left: 0px;
  width: var(--st-list-spacing);
  height: var(--st-list-spacing);
  background-color: transparent;
  border: calc(var(--st-list-spacing) / 4) solid var(--global--color-heading);
  border-radius: 50%;
}

.styled_tick_list li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 0;
  gap: 10px;
  padding-bottom: 4px;
}
.styled_tick_list li svg {
  width: -moz-fit-content;
  width: fit-content;
}

table {
  border-collapse: collapse;
  width: 100%;
}
table tr,
table th,
table td {
  vertical-align: middle;
}
table thead tr th {
  color: inherit;
  font-weight: var(--font--weight-regular);
  text-transform: uppercase;
}
table thead tr th a {
  color: inherit !important;
  text-decoration: underline !important;
}
table thead tr th a:hover {
  text-decoration: none !important;
}
table td,
table th {
  height: auto !important;
  padding: 12px 15px;
}
table td.none,
table th.none {
  height: 10px !important;
  padding: 0 10px;
}
table td a,
table th a {
  color: var(--global--color-primary) !important;
  display: inline;
}
table td a:hover,
table th a:hover {
  color: var(--global--color-secondary) !important;
  text-decoration: underline !important;
}
table th {
  font-weight: var(--font--weight-semi-bold);
}

.table-mat_info table {
  font-size: 16px  !important;
}
@media (min-width: 768px) {
  .table-mat_info table {
    font-size: 17px  !important;
  }
}
@media (min-width: 1200px) {
  .table-mat_info table {
    font-size: 20px  !important;
  }
}
@media (min-width: 1600px) {
  .table-mat_info table {
    font-size: 20px  !important;
  }
}
@media (min-width: 1850px) {
  .table-mat_info table {
    font-size: 22px  !important;
  }
}
.table-mat_info table td,
.table-mat_info table th {
  font-size: inherit !important;
  line-height: 1.2;
  padding: 8px 10px;
}
@media (min-width: 1600px) {
  .table-mat_info table td,
  .table-mat_info table th {
    padding: 12px 15px;
  }
}
.table-mat_info table th {
  padding-left: 0;
  text-align: left;
}
.table-mat_info table td {
  padding-right: 0;
  text-align: right;
}

table:not([class]),
table[class=""] {
  border-collapse: collapse;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
table:not([class]) td,
table[class=""] td {
  min-height: 30px;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 30px;
  padding-top: 30px;
}
.table-responsive table td,
.table-responsive table th {
  border: 1px solid var(--global--color-border);
}
.table-responsive table th {
  padding-left: 15px;
}

.table-responsive > .table-bordered {
  border: 0;
}

.ui-datepicker-calendar td,
.ui-datepicker-calendar th {
  padding: 8px 10px;
}
.ui-datepicker-calendar thead tr {
  background-color: var(--global--color-secondary);
}
.ui-datepicker-calendar thead tr th {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
.ui-datepicker-calendar tbody tr {
  background: var(--global--color-white) !important;
}

.ui-datepicker .ui-datepicker-header {
  background-color: var(--global--color-secondary);
  color: var(--global--color-white);
  height: 42px;
  align-items: center;
  display: flex !important;
  justify-content: center;
}
.ui-datepicker .ui-datepicker-prev {
  order: 1;
  margin-right: auto;
  padding-left: 15px;
}
.ui-datepicker .ui-datepicker-prev:hover {
  opacity: 0.7;
}
.ui-datepicker .ui-datepicker-title {
  order: 2;
}
.ui-datepicker .ui-datepicker-next {
  order: 3;
  margin-left: auto;
  padding-right: 15px;
}
.ui-datepicker .ui-datepicker-next:hover {
  opacity: 0.7;
}

.elementor-button,
.btn,
.home input[type=submit]:not(.adminbar-button), 
.modal-form input[type=submit] {
  font-family: var(--font-family-title);
  text-decoration: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  transition: all 0.3s ease;
  background-color: var(--global--color-primary);
  color: var(--global--color-white) !important;
  border-radius: 100px;
  font-weight: 400;
  text-transform: uppercase;
}
.elementor-button:hover,
.btn:hover,
.home input[type=submit]:not(.adminbar-button):hover, 
.modal-form input[type=submit]:hover {
  background-color: var(--global--color-black);
  color: var(--global--color-white) !important;
}

.elementor-button,
.btn,
.home input[type=submit]:not(.adminbar-button), 
.modal-form input[type=submit] {
  font-size: 14px  !important;
  padding: 10px 20px;
  height: 40px;
}
@media (min-width: 1200px) {
  .elementor-button,
  .btn,
  .home input[type=submit]:not(.adminbar-button), 
  .modal-form input[type=submit] {
    font-size: 16px  !important;
  }
}
@media (min-width: 1600px) {
  .elementor-button,
  .btn,
  .home input[type=submit]:not(.adminbar-button), 
  .modal-form input[type=submit] {
    font-size: 17px  !important;
  }
}
@media (min-width: 1850px) {
  .elementor-button,
  .btn,
  .home input[type=submit]:not(.adminbar-button), 
  .modal-form input[type=submit]  {
    font-size: 18px  !important;
  }
}
@media (min-width: 1200px) {
  .elementor-button,
  .btn,
  .home input[type=submit]:not(.adminbar-button), 
  .modal-form input[type=submit] {
    height: 48px;
    padding: 10px 30px;
  }
}
@media (min-width: 1850px) {
  .elementor-button,
  .btn,
  .home input[type=submit]:not(.adminbar-button), 
  .modal-form input[type=submit] {
    padding: 10px 30px;
    height: 53px;
  }
}
.elementor-button.btn_submit,
.btn.btn_submit,
.home input[type=submit]:not(.adminbar-button).btn_submit, 
.modal-form input[type=submit].btn_submit{
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff !important;
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 15px 40px !important;
  min-height: 60px;
}
@media (max-width: 991px) {
  .elementor-button.btn_submit,
  .btn.btn_submit,
.home input[type=submit]:not(.adminbar-button).btn_submit, 
.modal-form input[type=submit].btn_submit {
    min-height: 50px;
    font-size: 15px !important;
  }
}
.elementor-button.btn_submit:hover,
.btn.btn_submit:hover,
.home input[type=submit]:not(.adminbar-button).btn_submit:hover, 
.modal-form input[type=submit].btn_submit:hover{
  background-color: var(--global--color-black) !important;
  color: var(--global--color-white) !important;
}

.btn.btn-small, .btn.btn-sm {
  border-radius: 54px;
  height: 40px;
  font-size: 14px  !important;
  font-weight: 500;
  padding: 10px 20px;
}
@media (min-width: 1200px) {
  .btn.btn-small, .btn.btn-sm {
    font-size: 13px  !important;
  }
}
@media (min-width: 1600px) {
  .btn.btn-small, .btn.btn-sm {
    font-size: 14px  !important;
  }
}
@media (min-width: 1850px) {
  .btn.btn-small, .btn.btn-sm {
    font-size: 15px  !important;
  }
}
@media (min-width: 1200px) {
  .btn.btn-small, .btn.btn-sm {
    height: 50px;
  }
}
@media (min-width: 1850px) {
  .btn.btn-small, .btn.btn-sm {
    height: 54px;
    padding: 10px 30px;
  }
}
.btn.btn-medium, .btn.btn-md {
  height: 50px;
  font-size: 15px  !important;
  padding: 10px 30px;
}
@media (min-width: 768px) {
  .btn.btn-medium, .btn.btn-md {
    font-size: 17px  !important;
  }
}
@media (min-width: 1200px) {
  .btn.btn-medium, .btn.btn-md {
    font-size: 17px  !important;
  }
}
@media (min-width: 1600px) {
  .btn.btn-medium, .btn.btn-md {
    font-size: 18px  !important;
  }
}
@media (min-width: 1850px) {
  .btn.btn-medium, .btn.btn-md {
    font-size: 18px  !important;
  }
}
@media (min-width: 1200px) {
  .btn.btn-medium, .btn.btn-md {
    height: 60px;
  }
}
@media (min-width: 1850px) {
  .btn.btn-medium, .btn.btn-md {
    height: 68px;
    padding: 10px 60px;
  }
}
.btn.btn-large, .btn.btn-lg {
  height: 50px;
  font-size: 15px  !important;
  padding: 10px 30px;
}
@media (min-width: 768px) {
  .btn.btn-large, .btn.btn-lg {
    font-size: 17px  !important;
  }
}
@media (min-width: 1200px) {
  .btn.btn-large, .btn.btn-lg {
    font-size: 20px  !important;
  }
}
@media (min-width: 1600px) {
  .btn.btn-large, .btn.btn-lg {
    font-size: 22px  !important;
  }
}
@media (min-width: 1850px) {
  .btn.btn-large, .btn.btn-lg {
    font-size: 24px  !important;
  }
}
@media (min-width: 1200px) {
  .btn.btn-large, .btn.btn-lg {
    height: 60px;
  }
}
@media (min-width: 1850px) {
  .btn.btn-large, .btn.btn-lg {
    height: 85px;
    padding: 10px 60px;
  }
}
.btn.btn-white {
  background: var(--global--color-white);
  color: var(--global--color-black) !important;
}
.btn.btn-white:hover {
  background-color: var(--global--color-black);
  color: var(--global--color-white) !important;
}
.btn.btn-secondary {
  background-color: var(--global--color-secondary);
  color: var(--global--color-white) !important;
}
.btn.btn-secondary:hover {
  background-color: transparent;
  border: 2px solid var(--global--color-secondary);
  color: var(--global--color-black) !important;
}
.btn.btn-wired {
  background-color: transparent;
  border: 2px solid var(--global--color-secondary);
  color: var(--global--color-black) !important;
}
.btn.btn-wired:hover {
  background-color: var(--global--color-secondary);
  color: var(--global--color-white) !important;
}
.btn.btn-wired.btn-white {
  background-color: transparent;
  border: 2px solid var(--global--color-white);
  color: var(--global--color-white) !important;
}
.btn.btn-wired.btn-white:hover {
  background-color: var(--global--color-white);
  color: var(--global--color-black) !important;
}

.btn-review.btn,
.btn-review .elementor-button {
  background-color: #4285F4 !important;
  border-radius: 5px !important;
  text-transform: capitalize !important;
  font-weight: 600 !important;
  display: flex;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  align-items: center;
}
.btn-review.btn:hover,
.btn-review .elementor-button:hover {
  background-color: var(--global--color-secondary) !important;
}

/* =====     Forms     ===== */
input {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
input:focus {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: 0;
}

form::after {
  content: "";
  display: table;
  clear: both;
}

.fs-form_elements {
  color: var(--global--color-secondary) !important;
  font-size: 14px  !important;
  font-weight: var(--font--weight-regular) !important;
}
@media (min-width: 768px) {
  .fs-form_elements {
    font-size: 14px  !important;
  }
}
@media (min-width: 1200px) {
  .fs-form_elements {
    font-size: 15px  !important;
  }
}
@media (min-width: 1600px) {
  .fs-form_elements {
    font-size: 18px  !important;
  }
}
@media (min-width: 1850px) {
  .fs-form_elements {
    font-size: 19px  !important;
  }
}

.home ::-webkit-input-placeholder, .modal-form ::-webkit-input-placeholder {
  opacity: 1 !important;
  color: var(--global--color-secondary) !important;
  font-size: 14px  !important;
  font-weight: 300 !important;
}
@media (min-width: 768px) {
  .home ::-webkit-input-placeholder, .modal-form ::-webkit-input-placeholder {
    font-size: 14px  !important;
  }
}
@media (min-width: 1200px) {
  .home ::-webkit-input-placeholder, .modal-form ::-webkit-input-placeholder {
    font-size: 15px  !important;
  }
}
@media (min-width: 1600px) {
  .home ::-webkit-input-placeholder, .modal-form ::-webkit-input-placeholder {
    font-size: 18px  !important;
  }
}
@media (min-width: 1850px) {
  .home ::-webkit-input-placeholder, .modal-form ::-webkit-input-placeholder {
    font-size: 19px  !important;
  }
}

.home :-moz-placeholder, .modal-form :-moz-placeholder {
  opacity: 1 !important;
  color: var(--global--color-secondary) !important;
  font-size: 14px  !important;
  font-weight: 300 !important;
}
@media (min-width: 768px) {
  .home :-moz-placeholder, .modal-form :-moz-placeholder {
    font-size: 14px  !important;
  }
}
@media (min-width: 1200px) {
  .home :-moz-placeholder, .modal-form :-moz-placeholder {
    font-size: 15px  !important;
  }
}
@media (min-width: 1600px) {
  .home :-moz-placeholder, .modal-form :-moz-placeholder {
    font-size: 18px  !important;
  }
}
@media (min-width: 1850px) {
  .home :-moz-placeholder, .modal-form :-moz-placeholder {
    font-size: 19px  !important;
  }
}

.home ::-moz-placeholder, .modal-form ::-moz-placeholder {
  opacity: 1 !important;
  color: var(--global--color-secondary) !important;
  font-size: 14px  !important;
  font-weight: 300 !important;
}
@media (min-width: 768px) {
  .home ::-moz-placeholder, .modal-form ::-moz-placeholder {
    font-size: 14px  !important;
  }
}
@media (min-width: 1200px) {
  .home ::-moz-placeholder, .modal-form ::-moz-placeholder {
    font-size: 15px  !important;
  }
}
@media (min-width: 1600px) {
  .home ::-moz-placeholder, .modal-form ::-moz-placeholder {
    font-size: 18px  !important;
  }
}
@media (min-width: 1850px) {
  .home ::-moz-placeholder, .modal-form ::-moz-placeholder {
    font-size: 19px  !important;
  }
}

.home :-ms-input-placeholder, .modal-form :-ms-input-placeholder {
  opacity: 1 !important;
  color: var(--global--color-secondary) !important;
  font-size: 14px  !important;
  font-weight: 300 !important;
}
@media (min-width: 768px) {
  .home :-ms-input-placeholder, .modal-form :-ms-input-placeholder {
    font-size: 14px  !important;
  }
}
@media (min-width: 1200px) {
  .home :-ms-input-placeholder, .modal-form :-ms-input-placeholder {
    font-size: 15px  !important;
  }
}
@media (min-width: 1600px) {
  .home :-ms-input-placeholder, .modal-form :-ms-input-placeholder {
    font-size: 18px  !important;
  }
}
@media (min-width: 1850px) {
  .home :-ms-input-placeholder, .modal-form :-ms-input-placeholder {
    font-size: 19px  !important;
  }
}

label {
  line-height: 1;
  color: var(--global--color-secondary) !important;
  font-size: 14px  !important;
  font-weight: 300 !important;
}
@media (min-width: 768px) {
  label {
    font-size: 14px  !important;
  }
}
@media (min-width: 1200px) {
  label {
    font-size: 15px  !important;
  }
}
@media (min-width: 1600px) {
  label {
    font-size: 18px  !important;
  }
}
@media (min-width: 1850px) {
  label {
    font-size: 19px  !important;
  }
}

.home .form-elements, .modal-form .form-elements,
.home textarea, .modal-form textarea,
.home select, .modal-form select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #c7c6c4 !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  color: var(--global--color-secondary) !important;
  display: block;
  font-weight: 300 !important;
  font-size: 14px  !important;
  outline: none !important;
  outline-offset: 0;
  padding: 0;
  text-transform: none;
  width: 100%;
}
@media (min-width: 768px) {
.home .form-elements, .modal-form .form-elements,
.home textarea, .modal-form textarea,
.home select, .modal-form select {
    font-size: 14px  !important;
  }
}
@media (min-width: 1200px) {
.home .form-elements, .modal-form .form-elements,
.home textarea, .modal-form textarea,
.home select, .modal-form select {
    font-size: 15px  !important;
  }
}
@media (min-width: 1600px) {
.home .form-elements, .modal-form .form-elements,
.home textarea, .modal-form textarea,
.home select, .modal-form select {
    font-size: 18px  !important;
  }
}
@media (min-width: 1850px) {
.home .form-elements, .modal-form .form-elements,
.home textarea, .modal-form textarea,
.home select, .modal-form select {
    font-size: 19px  !important;
  }
}

.form-elements,
select {
  height: 46px;
}
@media (min-width: 768px) {
  .form-elements,
  select {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .form-elements,
  select {
    height: 38px;
  }
}
@media (min-width: 1600px) {
  .form-elements,
  select {
    height: 54px;
  }
}
@media (min-width: 1850px) {
  .form-elements,
  select {
    height: 58px;
  }
}

textarea {
  height: 100px;
  padding-bottom: 5px !important;
  padding-top: 10px !important;
  resize: none;
}
@media (min-width: 768px) {
  textarea {
    height: 100px;
  }
}
@media (min-width: 1200px) {
  textarea {
    height: 90px;
  }
}
@media (min-width: 1600px) {
  textarea {
    height: 100px;
  }
}
@media (min-width: 1850px) {
  textarea {
    height: 100px;
  }
}

select {
  background-image: url(assets/images/down-white.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 10px 6px;
  outline: none;
  /* &:invalid {
    color: #9d9d9d;
  }
  [disabled] {
    color: #9d9d9d;
  } */
}
select option {
  color: var(--global--color-secondary);
  text-transform: none;
}
select:focus, select:active {
  outline: none;
}
@media (min-width: 1600px) {
  select {
    background-size: 18px 9px;
  }
}

input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background-color: #3a6596;
  display: block;
  color: #fff;
}

.input-holder {
  position: relative;
  width: 100%;
}
.input-holder.error input,
.input-holder.error textarea {
  border-color: var(--global--color-red);
}
.input-holder .error {
  background-color: var(--global--color-red);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: var(--global--color-white);
  display: inline-block;
  font-size: 12px !important;
  font-size: 0.75rem !important;
  left: 0;
  padding: 2px 3px;
  position: absolute;
  top: -20px;
}
@media (min-width: 1600px) {
  .input-holder .error {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.input-holder .error:after {
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--global--color-red);
  bottom: -5px;
  content: "";
  left: 10px;
  position: absolute;
}
.input-holder:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  .input-holder:not(:last-child) {
    margin-bottom: 20px;
  }
}

.modal-dialog {
  max-width: 700px;
}

.modal-body {
  padding: 30px;
}

/* == Radio buttons == */
.custom-radio input[type=radio] {
  display: none;
}
.custom-radio input[type=radio] + label {
  color: var(--global--color-black);
  cursor: pointer;
}
.custom-radio input[type=radio] + label i {
  background-color: var(--global--color-white);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid var(--global--color-secondary);
  display: inline-block;
  height: 16px;
  margin: -5px 7px 0 0;
  position: relative;
  vertical-align: middle;
  width: 16px;
}
.custom-radio input[type=radio] + label i:before {
  background-color: var(--global--color-secondary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  content: "";
  display: block;
  height: 70%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  width: 70%;
}
.custom-radio input[type=radio]:checked + label {
  color: var(--global--color-primary);
}
.custom-radio input[type=radio]:checked + label i {
  border-color: var(--global--color-primary);
}
.custom-radio input[type=radio]:checked + label i:before {
  background-color: var(--global--color-primary);
  height: 62%;
  width: 62%;
}
.custom-radio input[type=radio]:checked + label span {
  color: var(--global--color-primary);
}
.custom-radio input[type=radio]:disabled, .custom-radio input[type=radio]:disabled + label {
  cursor: not-allowed;
  opacity: 0.6;
  text-decoration: line-through;
}
@media (max-width: 1199px) {
  .custom-radio input[type=radio] + label i {
    height: 12px;
    width: 12px;
  }
}

.form_white ::-webkit-input-placeholder {
  color: var(--global--color-white) !important;
}
.form_white :-moz-placeholder {
  color: var(--global--color-white) !important;
}
.form_white ::-moz-placeholder {
  color: var(--global--color-white) !important;
}
.form_white :-ms-input-placeholder {
  color: var(--global--color-white) !important;
}
.form_white .form-elements,
.form_white textarea,
.form_white select {
  border-bottom-color: var(--global--color-white) !important;
  color: var(--global--color-white) !important;
}
.form_white select {
  background-image: url(assets/images/down-white.png);
}

@media (min-width: 1200px) {
  .header.v2.slim .hdrmidright {
    border-bottom: 0px solid rgba(0, 0, 0, 0.1098039216) !important;
    padding: 0px !important;
  }
  .header.v2 .hdrmidright {
    margin: inherit !important;
    width: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  .header.v2 .header-phone {
    display: flex;
    align-items: end;
    gap: 10px;
    background: transparent;
  }
  .header.v2 .cnt-wrapper {
    justify-content: end;
    gap: 20px;
  }
  .header.v2 nav.nav .primary-menu > li > a {
    color: #000000;
  }
  .header-phone-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 600;
    line-height: 100%;
  }
  .header-phone-text span {
    margin: 0 !important;
    text-transform: uppercase;
    font-weight: 400;
  }
  .primary-menu > li.menu-item-has-children {
    position: relative;
    padding-right: 10px;
  }
  .primary-menu > li.menu-item-has-children:after {
    position: absolute;
    content: "";
    display: block;
    top: 20px;
    right: 11px;
    width: 7px;
    height: 7px;
    border: 1px solid var(--global--color-black);
    border-width: 1px 1px 0px 0px;
    rotate: 135deg;
  }
  .primary-menu > li a:hover {
    color: var(--global--color-primary) !important;
  }
  .primary-menu .current-menu-item > a,
  .primary-menu .current_page_item > a,
  .primary-menu .current-menu-ancestor > a,
  .primary-menu .current-menu-parent > a,
  .primary-menu .current_page_parent > a,
  .primary-menu .current_page_ancestor > a {
    color: var(--global--color-primary) !important;
    font-weight: 500 !important;
  }
}
.home .header.v2 {
  background-color: transparent;
}
@media (min-width: 1200px) {
  .home .header.v2 .hdrmidright {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1098039216);
    padding-bottom: 15px;
    padding-top: 15px;
  }
}

.header.v2 {
  background-color: white;
  transition: 0.3s ease all;
}
@media (max-width: 767px) {
  .header.v2 .btn-wrap {
    display: none;
  }
}
.header.v2 .hdoutwrap {
  justify-content: space-between;
}
.header.v2 .cnt-wrapper {
  gap: 15px;
}
.header.v2 .hdrmid {
  height: inherit;
  background: transparent;
}
.header.v2 .header-phone {
  background: transparent;
}
@media (max-width: 1199px) {
  .header.v2 .header-phone {
    padding: 0px;
  }
}
.header.v2 .logo {
  max-width: 150px;
  min-width: 150px;
}
@media (min-width: 768px) {
  .header.v2 .logo {
    max-width: 200px;
  }
}
@media (min-width: 1200px) {
  .header.v2 .logo {
    max-width: 300px;
  }
}
@media (min-width: 1600px) {
  .header.v2 .logo {
    max-width: 350px;
  }
}
@media (min-width: 768px) {
  .header.v2 .logo {
    min-width: 200px;
  }
}
@media (min-width: 1200px) {
  .header.v2 .logo {
    min-width: 300px;
  }
}
@media (min-width: 1600px) {
  .header.v2 .logo {
    min-width: 350px;
  }
}
.header.v2 .logo img {
  width: 100%;
}
.header.v2.slim {
  background-color: white;
}
.header.v2.slim .logo {
  max-width: 120px;
}
@media (min-width: 768px) {
  .header.v2.slim .logo {
    max-width: 150px;
  }
}
@media (min-width: 1200px) {
  .header.v2.slim .logo {
    max-width: 200px;
  }
}
@media (min-width: 1600px) {
  .header.v2.slim .logo {
    max-width: 250px;
  }
}
@media (min-width: 1200px) {
  .header.v2 nav.nav .primary-menu > li > a {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  .header.v2 nav.nav .primary-menu > li > a {
    font-size: 17px;
  }
}
@media (min-width: 1850px) {
  .header.v2 nav.nav .primary-menu > li > a {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .header.v2 .header-phone-text {
    font-size: 25px;
  }
}
@media (min-width: 1600px) {
  .header.v2 .header-phone-text {
    font-size: 27px;
  }
}
@media (min-width: 1850px) {
  .header.v2 .header-phone-text {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .header.v2 .header-phone-text {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header.v2 .header-phone-text span {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  .header.v2 .header-phone-text span {
    font-size: 17px;
  }
}
@media (min-width: 1850px) {
  .header.v2 .header-phone-text span {
    font-size: 18px;
  }
}

@media screen and (max-width: 1199px) {
  .hdrph a span {
    display: none;
  }
  .mnutog {
    display: block;
  }
  .hdrph a span {
    font-size: 14px;
  }
  .logo img {
    width: 130px;
  }
  nav.nav {
    position: fixed;
    right: 100%;
    top: 0;
    height: 100%;
    width: 100%;
    transition: all 0.4s ease-in-out;
    z-index: 99999;
  }
  .mnucls {
    display: block;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.7);
    width: calc(100% - 250px);
    height: 100%;
  }
  nav.nav .menu-primary-container {
    width: 250px;
    height: 100vh;
    overflow: auto;
    background: #f8f8f8;
    padding-top: 90px;
  }
  .header.mnuactive nav.nav {
    right: 0;
    transition: all 0.4s ease-in-out;
  }
  nav.nav .primary-menu {
    display: block;
  }
  nav.nav .primary-menu > li {
    margin: 0;
    border-bottom: 1px solid #f8f8f8;
  }
  nav.nav .primary-menu > li > a {
    color: #222;
    padding: 8px 12px;
  }
  nav.nav .primary-menu > li > ul {
    display: none;
    opacity: 1;
    visibility: visible;
    position: static;
    padding: 0 0 0 10px;
    box-shadow: none;
  }
  nav.nav .primary-menu > li > span {
    color: #000;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 7px;
  }
  nav.nav .primary-menu > li.menu-item-has-children > span:after {
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    font-weight: 900;
  }
  nav.nav .primary-menu > li.menu-item-has-children > span.active:after {
    content: "\f068";
  }
  .moblogo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    padding: 10px;
    text-align: center;
    background: #fff;
  }
}
body.home .header-placeholder {
  display: none;
}

.header-placeholder {
  height: var(--height-project-header);
}

.project_banner {
  position: relative;
}
.project_banner .banner_image {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  margin: 0;
}
@media (max-width: 767px) {
  .project_banner .banner_image {
    position: relative;
    height: 250px;
    margin: 0;
  }
}
.project_banner .main_title {
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  color: #fff;
}
@media (min-width: 768px) {
  .project_banner .main_title {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .project_banner .main_title {
    font-size: 60px;
  }
}
@media (min-width: 1600px) {
  .project_banner .main_title {
    font-size: 75px;
  }
}
@media (min-width: 1850px) {
  .project_banner .main_title {
    font-size: 95px;
  }
}
.project_banner .main_title span {
  display: block;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .project_banner .main_title {
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .project_banner .main_title {
    padding-bottom: 5px;
  }
}
.project_banner .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  color: #fff;
}
@media (min-width: 768px) {
  .project_banner .description {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .project_banner .description {
    font-size: 24px;
  }
}
@media (min-width: 1850px) {
  .project_banner .description {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .project_banner .description {
    max-width: 45%;
    padding-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .project_banner .btn_wrap {
    padding-top: 30px;
  }
}
.project_banner .item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 350px;
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .project_banner .item {
    background-color: #041f38;
    text-align: center;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .project_banner .item {
    min-height: 475px;
  }
}
@media (min-width: 1200px) {
  .project_banner .item {
    min-height: 600px;
  }
}
@media (min-width: 1350px) {
  .project_banner .item {
    min-height: 700px;
  }
}
@media (min-width: 1600px) {
  .project_banner .item {
    min-height: 800px;
  }
}
@media (min-width: 1850px) {
  .project_banner .item {
    min-height: 1000px;
  }
}
.project_banner .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .project_banner .container {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.project_banner .banner_content_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1200px) {
  .project_banner .banner_content_wrap {
    width: 50%;
  }
}
.project_banner .owl-controls {
  margin-top: 0px;
}
.project_banner .owl-pagination {
  display: flex !important;
  gap: 10px;
  position: absolute;
  left: calc((100vw - var(--container-width)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  bottom: 100px;
  flex-direction: row;
}
@media (max-width: 1199px) {
  .project_banner .owl-pagination {
    display: none !important;
  }
}
.project_banner .owl-pagination .owl-page {
  width: 30px;
  height: 4px;
  background-color: var(--global--color-black);
  border-radius: 4px;
  transition: 0.4s ease-out;
}
.project_banner .owl-pagination .owl-page span {
  display: none;
}
.project_banner .owl-pagination .owl-page.active {
  width: 50px;
  background-color: var(--global--color-primary);
}
.project_banner .elementor-button-wrapper {
  margin-top: 10px;
}

.inner_banner .item {
  --banner-padding: 30px;
  min-height: 350px;
}
@media (max-width: 767px) {
  .inner_banner .item .banner_image {
    background-position: center right;
  }
}
@media (max-width: 1199px) {
  .inner_banner .item .banner_image:before {
    opacity: 75%;
  }
}
@media (min-width: 768px) {
  .inner_banner .item {
    min-height: 400px;
  }
}
@media (min-width: 992px) {
  .inner_banner .item {
    min-height: 400px;
    --banner-padding: 50px;
  }
}
@media (min-width: 1200px) {
  .inner_banner .item {
    min-height: 420px;
  }
}
@media (min-width: 1600px) {
  .inner_banner .item {
    min-height: 460px;
  }
}
@media (min-width: 1200px) {
  .inner_banner .banner_content_wrap {
    width: 60%;
  }
}

@keyframes custom-anime-bounce {
  0% {
    top: -40px;
  }
  50% {
    top: -50px;
  }
  100% {
    top: -40px;
  }
}
.homebanner {
  position: relative;
}

.circular_badge_wrap {
  position: absolute;
  z-index: 999;
  right: 20px;
  bottom: 0;
  transform: translateY(50%);
  cursor: pointer;
  max-width: 150px;
}
.circular_badge_wrap img {
  width: 100%;
}
@media (max-width: 1199px) {
  .circular_badge_wrap {
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  .circular_badge_wrap {
    position: fixed;
    bottom: 20px;
    transform: none;
  }
}
.circular_badge_wrap.fixed {
  position: fixed;
  bottom: 20px;
  transform: none;
}

.card-box-section {
  position: relative;
}
.card-box-section .bg-image {
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-box-section .erd-actions {
  display: flex;
  justify-content: space-between;
  padding: 50px 0px;
}
@media (max-width: 991px) {
  .card-box-section .erd-actions {
    padding: 30px 0px;
    gap: 5px;
    align-items: baseline;
  }
}
@media (max-width: 767px) {
  .card-box-section .erd-actions {
    flex-wrap: wrap;
  }
}
.card-box-section .erd-action {
  max-width: none;
  aspect-ratio: unset;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: transparent;
  box-shadow: none;
}
@media (max-width: 767px) {
  .card-box-section .erd-action {
    min-width: 100%;
  }
}
.card-box-section .erd-action__body {
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
  min-width: -moz-max-content;
  min-width: max-content;
  width: auto;
  aspect-ratio: unset;
}
@media (max-width: 991px) {
  .card-box-section .erd-action__body {
    min-width: auto;
  }
}
.card-box-section .erd-action__icon {
  display: block;
  height: auto;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .card-box-section .erd-action__icon {
    padding-top: 20px;
  }
}
.card-box-section .erd-action__name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .card-box-section .erd-action__name {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .card-box-section .erd-action__name {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .card-box-section .erd-action__name {
    font-size: 18px;
  }
}
@media (min-width: 1850px) {
  .card-box-section .erd-action__name {
    font-size: 20px;
  }
}
.card-box-section .icon-bg {
  position: absolute;
  right: calc(50% - 75px);
  top: 0px;
  max-width: 80px;
}
@media (max-width: 991px) {
  .card-box-section .icon-bg {
    right: calc(50% - 55px);
    max-width: 60px;
  }
}
.card-box-section .icon-item {
  max-height: 90px;
  max-width: 90px;
}
@media (max-width: 991px) {
  .card-box-section .icon-item {
    max-height: 60px;
    max-width: 50px;
  }
}
.card-box-section .separetor-line {
  width: 1px;
  min-height: 100%;
  background-color: var(--global--color-white);
  z-index: 1;
  opacity: 20%;
}
@media (max-width: 767px) {
  .card-box-section .separetor-line {
    min-width: 75%;
    height: 1px;
    margin: auto;
  }
}

.about_sec_wrap {
  display: flex;
}
@media (max-width: 1199px) {
  .about_sec_wrap {
    flex-direction: column;
  }
}
.about_sec_wrap .about_cnt {
  width: 68%;
  display: flex;
  padding-left: 50px;
}
@media (max-width: 1199px) {
  .about_sec_wrap .about_cnt {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .about_sec_wrap .about_cnt {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .about_sec_wrap .about_cnt {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.about_sec_wrap .about_image {
  width: 52%;
}
@media (max-width: 991px) {
  .about_sec_wrap .about_image {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
}
.about_sec_wrap .icon-left-image {
  position: absolute;
  left: 0px;
  transform: translateX(-100%);
}
.about_sec_wrap .logo_items_awrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.about_sec_wrap .cnt_wrap {
  width: 48%;
}
@media (max-width: 991px) {
  .about_sec_wrap .cnt_wrap {
    width: 100%;
  }
}
.about_sec_wrap .cnt_wrap h2 span {
  display: block;
}
.about_sec_wrap .ourteam_cnt {
  width: 32%;
}
@media (max-width: 1199px) {
  .about_sec_wrap .ourteam_cnt {
    width: 100%;
    max-width: 600px;
    margin: auto;
  }
}
.about_sec_wrap .ourteam_cnt .title {
  text-align: right;
  padding: 10px 50px;
}
.about_sec_wrap figure img {
  width: 100%;
}
.about_sec_wrap .btn_wrap {
  display: flex;
  gap: 20px;
}
.about_sec_wrap .para-space {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 50px;
}
@media (max-width: 1599px) {
  .about_sec_wrap .para-space {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
  }
}

.service_sec_wrap {
  background-size: cover;
}
.service_sec_wrap .container {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 1199px) {
  .service_sec_wrap .container {
    flex-direction: column;
  }
}
.service_sec_wrap .line-after {
  display: flex;
  position: relative;
  align-items: center;
  gap: 10px;
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .service_sec_wrap .line-after {
    justify-content: center;
    padding-bottom: 20px;
  }
}
.service_sec_wrap .line-after p {
  width: -moz-max-content;
  width: max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 0;
}
.service_sec_wrap .line-after span {
  width: -webkit-fill-available;
  height: 1px;
  background-color: var(--global--color-white);
}
@media (max-width: 1199px) {
  .service_sec_wrap .line-after span {
    display: none;
  }
}
.service_sec_wrap .service_info {
  width: 50%;
  padding-left: 50px;
}
@media (max-width: 1199px) {
  .service_sec_wrap .service_info {
    width: 100%;
    padding-left: 0px;
    max-width: 750px;
    text-align: center;
    margin: auto;
  }
}
.service_sec_wrap .service_listing {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  align-items: stretch;
}
@media (max-width: 1199px) {
  .service_sec_wrap .service_listing {
    width: 100%;
    max-width: 750px;
    padding-top: 50px;
  }
}
.service_sec_wrap .service_item {
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.3s ease all;
}
.service_sec_wrap .service_item:hover {
  scale: 1.05;
}
.service_sec_wrap .service_item:hover .item-icon {
  background-color: var(--global--color-secondary);
}
.service_sec_wrap .service_item:hover .item-text {
  background-color: var(--global--color-white);
  padding-left: 20px;
  color: var(--global--color-black) !important;
}
.service_sec_wrap .service_item:hover:before, .service_sec_wrap .service_item:hover:after {
  content: none;
}
.service_sec_wrap .service_item::before {
  content: "";
  position: absolute;
  left: 5%;
  bottom: 0;
  width: 90%;
  height: 1px;
  background-color: var(--global--color-white);
  opacity: 50%;
}
.service_sec_wrap .service_item:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 15%;
  width: 1px;
  height: 70%;
  background-color: var(--global--color-white);
  opacity: 50%;
}
.service_sec_wrap .service_item:nth-child(even):after {
  content: none;
}
@media (min-width: 768px) {
  .service_sec_wrap .service_item:nth-last-child(-n+2):before {
    content: none;
  }
}
@media (max-width: 767px) {
  .service_sec_wrap .service_item {
    width: 100%;
  }
  .service_sec_wrap .service_item:after {
    content: none;
  }
}
.service_sec_wrap .item-icon {
  padding: 15px 20px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.service_sec_wrap .item-icon img {
  max-width: 45px;
}
@media (max-width: 1599px) {
  .service_sec_wrap .item-icon img {
    max-width: 35px;
  }
}
.service_sec_wrap .item-text {
  width: -webkit-fill-available;
  height: 100%;
  padding: 30px 50px;
  padding-left: 0;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px  !important;
}
@media (min-width: 768px) {
  .service_sec_wrap .item-text {
    font-size: 17px  !important;
  }
}
@media (min-width: 1200px) {
  .service_sec_wrap .item-text {
    font-size: 15px  !important;
  }
}
@media (min-width: 1600px) {
  .service_sec_wrap .item-text {
    font-size: 18px  !important;
  }
}
@media (min-width: 1850px) {
  .service_sec_wrap .item-text {
    font-size: 22px  !important;
  }
}
@media (max-width: 1599px) {
  .service_sec_wrap .item-text {
    padding: 20px 40px;
    padding-left: 0;
  }
}
.service_sec_wrap .btn_wrap {
  display: flex;
  justify-content: end;
  gap: 20px;
}
@media (max-width: 1199px) {
  .service_sec_wrap .btn_wrap {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .service_sec_wrap .btn_wrap {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.service_sec_wrap .img-wrap {
  width: 100%;
}
.service_sec_wrap .img-wrap img {
  width: 100%;
}

.faq_sec_wrap .faq_inner_wrap {
  display: flex;
  padding: 30px 0px;
}
.faq_sec_wrap .faq_inner_wrap .img_wrap {
  width: 50%;
  padding-right: 100px;
}
@media (max-width: 991px) {
  .faq_sec_wrap .faq_inner_wrap .img_wrap {
    display: none;
  }
}
@media (min-width: 1850px) {
  .faq_sec_wrap .faq_inner_wrap .img_wrap {
    width: 45%;
  }
}
.faq_sec_wrap .faq_inner_wrap .img_wrap img {
  width: 100%;
}
.faq_sec_wrap .faq_inner_wrap .faq_wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .faq_sec_wrap .faq_inner_wrap .faq_wrap {
    width: 100%;
  }
}
@media (min-width: 1850px) {
  .faq_sec_wrap .faq_inner_wrap .faq_wrap {
    width: 55%;
  }
}

.title-primary {
  color: var(--global--color-primary) !important;
}

.testimonial_sec_wrap {
  background-size: cover;
  background-position: right;
}
.testimonial_sec_wrap .container {
  display: flex;
}
.testimonial_sec_wrap .img_sec {
  width: 50%;
  padding-right: 50px;
  margin: 0 0 -15px;
}
@media (max-width: 991px) {
  .testimonial_sec_wrap .img_sec {
    display: none;
  }
}
@media (min-width: 1850px) {
  .testimonial_sec_wrap .img_sec {
    width: 55%;
    padding-right: 150px;
    margin: 0 0 -30px;
  }
}
.testimonial_sec_wrap .img_sec img {
  width: 100%;
}
.testimonial_sec_wrap .cnt_wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .testimonial_sec_wrap .cnt_wrap {
    width: 100%;
  }
}
@media (min-width: 1850px) {
  .testimonial_sec_wrap .cnt_wrap {
    width: 45%;
  }
}
.testimonial_sec_wrap .cnt_wrap .title {
  font-weight: 300;
}
.testimonial_sec_wrap .btn-wrap {
  text-align: right;
  padding-bottom: 30px;
}

.testiSlider {
  padding: 30px 0px;
}
.testiSlider .item {
  background-color: var(--global--color-white);
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 1600px) {
  .testiSlider .item .description {
    width: 85%;
  }
}
.testiSlider .author {
  font-size: 16px  !important;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .testiSlider .author {
    font-size: 15px  !important;
  }
}
@media (min-width: 1200px) {
  .testiSlider .author {
    font-size: 16px  !important;
  }
}
@media (min-width: 1600px) {
  .testiSlider .author {
    font-size: 24px  !important;
  }
}
@media (min-width: 1850px) {
  .testiSlider .author {
    font-size: 26px  !important;
  }
}
.testiSlider .author .abbr {
  font-size: 26px !important;
  text-transform: uppercase;
  color: var(--global--color-white);
  background-color: var(--global--color-primary);
  display: flex;
  padding: 10px;
  border-radius: 50%;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.testiSlider .owl-controls .owl-buttons {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.testiSlider .owl-controls .owl-buttons .owl-prev,
.testiSlider .owl-controls .owl-buttons .owl-next {
  position: absolute;
  left: 0;
  background-color: var(--global--color-secondary) !important;
  font-size: 0px;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .testiSlider .owl-controls .owl-buttons .owl-prev,
  .testiSlider .owl-controls .owl-buttons .owl-next {
    transform: translateX(0%) translateY(-50%);
  }
}
.testiSlider .owl-controls .owl-buttons .owl-prev:before,
.testiSlider .owl-controls .owl-buttons .owl-next:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid var(--global--color-white);
  border-width: 1px 1px 0px 0px;
  rotate: 225deg;
}
.testiSlider .owl-controls .owl-buttons .owl-next {
  left: auto;
  right: 0;
  transform: translateX(50%) translateY(-50%);
}
@media (max-width: 767px) {
  .testiSlider .owl-controls .owl-buttons .owl-next {
    transform: translateX(0%) translateY(-50%);
  }
}
.testiSlider .owl-controls .owl-buttons .owl-next:before {
  rotate: 45deg;
}

.achievement_sec_wrap {
  background-color: #EFF4F9;
  padding: 50px 0px;
}
@media (max-width: 1599px) {
  .achievement_sec_wrap {
    padding: 40px 0px;
  }
}
@media (max-width: 1199px) {
  .achievement_sec_wrap {
    padding: 30px 0px;
  }
}
.achievement_sec_wrap .erd-achievements {
  display: flex;
  gap: 0;
  justify-content: center;
}
@media (max-width: 767px) {
  .achievement_sec_wrap .erd-achievements {
    flex-direction: column;
  }
}
.achievement_sec_wrap .erd-achievement {
  position: relative;
  padding: 0px 50px;
  font-size: 16px  !important;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .achievement_sec_wrap .erd-achievement {
    font-size: 15px  !important;
  }
}
@media (min-width: 1200px) {
  .achievement_sec_wrap .erd-achievement {
    font-size: 16px  !important;
  }
}
@media (min-width: 1600px) {
  .achievement_sec_wrap .erd-achievement {
    font-size: 20px  !important;
  }
}
@media (min-width: 1850px) {
  .achievement_sec_wrap .erd-achievement {
    font-size: 26px  !important;
  }
}
@media (max-width: 1599px) {
  .achievement_sec_wrap .erd-achievement {
    padding: 0px 40px;
  }
}
@media (max-width: 1199px) {
  .achievement_sec_wrap .erd-achievement {
    padding: 0px 30px;
  }
}
@media (max-width: 991px) {
  .achievement_sec_wrap .erd-achievement {
    padding: 0px 15px;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .achievement_sec_wrap .erd-achievement {
    padding: 15px;
  }
}
.achievement_sec_wrap .erd-achievement span {
  font-size: 30px  !important;
  font-weight: 600;
  color: #007BFF;
}
@media (min-width: 768px) {
  .achievement_sec_wrap .erd-achievement span {
    font-size: 34px  !important;
  }
}
@media (min-width: 1200px) {
  .achievement_sec_wrap .erd-achievement span {
    font-size: 39px  !important;
  }
}
@media (min-width: 1600px) {
  .achievement_sec_wrap .erd-achievement span {
    font-size: 60px  !important;
  }
}
@media (min-width: 1850px) {
  .achievement_sec_wrap .erd-achievement span {
    font-size: 76px  !important;
  }
}
.achievement_sec_wrap .erd-achievement b {
  display: block;
  font-weight: 600 !important;
}
.achievement_sec_wrap .erd-achievement:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  background-color: #0D093C;
  opacity: 40%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .achievement_sec_wrap .erd-achievement:after {
    width: 10%;
    height: 1px;
    top: 100%;
    right: 50%;
    transform: translateX(50%);
  }
}
.achievement_sec_wrap .erd-achievement:last-child:after {
  content: none;
}

.info_section_wrap {
  padding: 50px 0px;
}
.info_section_wrap .container {
  display: flex;
  gap: 20px;
}
@media (max-width: 1199px) {
  .info_section_wrap .container {
    flex-direction: column;
  }
}
.info_section_wrap .address_wrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .info_section_wrap .address_wrap {
    width: 100%;
  }
}
.info_section_wrap .time_wrap {
  display: flex;
  background-color: #041F38;
  padding: 20px 30px;
  gap: 20px;
  align-items: center;
}
@media (max-width: 1599px) {
  .info_section_wrap .time_wrap {
    padding: 15px 20px;
    gap: 15px;
  }
}
@media (max-width: 1199px) {
  .info_section_wrap .time_wrap {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .info_section_wrap .time_wrap {
    flex-direction: column;
  }
}
.info_section_wrap .time_wrap ul {
  -moz-columns: 2 auto;
       columns: 2 auto;
  -moz-column-gap: 40px;
       column-gap: 40px;
  font-size: 14px  !important;
}
@media (min-width: 768px) {
  .info_section_wrap .time_wrap ul {
    font-size: 15px  !important;
  }
}
@media (min-width: 1200px) {
  .info_section_wrap .time_wrap ul {
    font-size: 13px  !important;
  }
}
@media (min-width: 1600px) {
  .info_section_wrap .time_wrap ul {
    font-size: 16px  !important;
  }
}
@media (min-width: 1850px) {
  .info_section_wrap .time_wrap ul {
    font-size: 19px  !important;
  }
}
@media (max-width: 1849px) {
  .info_section_wrap .time_wrap ul {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.info_section_wrap .time_wrap ul li {
  padding-bottom: 8px;
}
@media (max-width: 1599px) {
  .info_section_wrap .time_wrap ul li {
    padding-bottom: 4px;
  }
}
.info_section_wrap .time_wrap .title {
  min-width: -moz-max-content;
  min-width: max-content;
  gap: 10px;
  display: flex;
  align-items: center;
  font-size: 17px  !important;
}
@media (min-width: 768px) {
  .info_section_wrap .time_wrap .title {
    font-size: 18px  !important;
  }
}
@media (min-width: 1200px) {
  .info_section_wrap .time_wrap .title {
    font-size: 18px  !important;
  }
}
@media (min-width: 1600px) {
  .info_section_wrap .time_wrap .title {
    font-size: 22px  !important;
  }
}
@media (min-width: 1850px) {
  .info_section_wrap .time_wrap .title {
    font-size: 27px  !important;
  }
}
@media (max-width: 1599px) {
  .info_section_wrap .time_wrap .title {
    gap: 5px;
  }
  .info_section_wrap .time_wrap .title svg {
    max-width: 20px;
  }
}
.info_section_wrap .cnt_wrap {
  background-color: #EFF4F9;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1599px) {
  .info_section_wrap .cnt_wrap {
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .info_section_wrap .cnt_wrap {
    justify-content: center;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .info_section_wrap .cnt_wrap {
    flex-direction: column;
    gap: 5px;
  }
}
.info_section_wrap .cnt_wrap .footer-icon-box {
  align-items: center;
}
.info_section_wrap .cnt_wrap .footer-icon-box-text {
  color: inherit !important;
  font-size: 25px  !important;
}
@media (min-width: 768px) {
  .info_section_wrap .cnt_wrap .footer-icon-box-text {
    font-size: 25px  !important;
  }
}
@media (min-width: 1200px) {
  .info_section_wrap .cnt_wrap .footer-icon-box-text {
    font-size: 25px  !important;
  }
}
@media (min-width: 1600px) {
  .info_section_wrap .cnt_wrap .footer-icon-box-text {
    font-size: 28px  !important;
  }
}
@media (min-width: 1850px) {
  .info_section_wrap .cnt_wrap .footer-icon-box-text {
    font-size: 34px  !important;
  }
}
.info_section_wrap .cnt_wrap .footer-icon-box-text span {
  font-size: 15px  !important;
}
@media (min-width: 768px) {
  .info_section_wrap .cnt_wrap .footer-icon-box-text span {
    font-size: 16px  !important;
  }
}
@media (min-width: 1200px) {
  .info_section_wrap .cnt_wrap .footer-icon-box-text span {
    font-size: 14px  !important;
  }
}
@media (min-width: 1600px) {
  .info_section_wrap .cnt_wrap .footer-icon-box-text span {
    font-size: 16px  !important;
  }
}
@media (min-width: 1850px) {
  .info_section_wrap .cnt_wrap .footer-icon-box-text span {
    font-size: 19px  !important;
  }
}
.info_section_wrap .cnt_wrap .loc-wrap {
  align-items: baseline;
}
.info_section_wrap .cnt_wrap .loc-wrap .footer-icon-box-text span {
  font-size: 17px  !important;
}
@media (min-width: 768px) {
  .info_section_wrap .cnt_wrap .loc-wrap .footer-icon-box-text span {
    font-size: 18px  !important;
  }
}
@media (min-width: 1200px) {
  .info_section_wrap .cnt_wrap .loc-wrap .footer-icon-box-text span {
    font-size: 15px  !important;
  }
}
@media (min-width: 1600px) {
  .info_section_wrap .cnt_wrap .loc-wrap .footer-icon-box-text span {
    font-size: 20px  !important;
  }
}
@media (min-width: 1850px) {
  .info_section_wrap .cnt_wrap .loc-wrap .footer-icon-box-text span {
    font-size: 24px  !important;
  }
}
.info_section_wrap .cnt_wrap .icon {
  width: 45px;
  min-width: 45px;
}
@media (max-width: 1599px) {
  .info_section_wrap .cnt_wrap .icon {
    width: 35px;
    min-width: 35px;
  }
}
.info_section_wrap .seperator-line {
  width: 1px;
  height: 100%;
  background-color: var(--global--color-black);
  opacity: 50%;
}
.info_section_wrap .gmap_wrap {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .info_section_wrap .gmap_wrap {
    width: 100%;
  }
}

.footer-cnt-form .hmaprmntsec {
  background: #007BFF;
}
.footer-cnt-form .hmaprmnt-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-cnt-form .col-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .footer-cnt-form .col-wrap {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .footer-cnt-form .col-wrap .left-col {
    width: 50%;
  }
}
.footer-cnt-form .col-wrap .right-col {
  background-size: cover;
}
@media (min-width: 768px) {
  .footer-cnt-form .col-wrap .right-col {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .footer-cnt-form .col-wrap .right-col {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .footer-cnt-form .col-wrap .right-col {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .footer-cnt-form .col-wrap .right-col {
    padding-left: 50px;
  }
}
@media (min-width: 1600px) {
  .footer-cnt-form .col-wrap .right-col {
    padding-left: 80px;
  }
}
.footer-cnt-form .col-wrap .right-col .h2 {
  text-align: left;
  margin: 0;
  line-height: 1;
}
.footer-cnt-form .col-wrap .right-col .subtitle {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .footer-cnt-form .col-wrap .right-col .subtitle {
    padding-bottom: 10px;
  }
}
.footer-cnt-form .form-control {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.modal-form .form-control {
  background-color: #fff !important;
  padding: 10px !important;
  border-radius: 5px !important;
  max-height: 150px;
}

body .text-white textarea{
  color: #fff!important;
}

.footer-cnt-form .form-group {
  margin-bottom: 0rem;
  font-size: 16px !important;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .footer-cnt-form .form-group {
    font-size: 15px !important;
  }
}
.footer-cnt-form .form-group * {
  font-size: inherit !important;
  font-weight: 300;
}
.footer-cnt-form .form-group .wpcf7-not-valid-tip {
  position: absolute !important;
  left: auto !important;
  right: 0;
  top: auto !important;
  bottom: 100% !important;
  background-color: #780000;
  font-size: 13px !important;
  padding: 3px 10px;
  border-radius: 5px;
  outline: none;
  border: none;
  box-shadow: none;
}
.footer-cnt-form .form-group ::-moz-placeholder {
  font-size: inherit !important;
  font-weight: 300;
}
.footer-cnt-form .form-group ::placeholder {
  font-size: inherit !important;
  font-weight: 300;
}
.footer-cnt-form .outer-row {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1199px) {
  .footer-cnt-form .outer-row {
    gap: 20px !important;
  }
}

.wpcf7-response-output {
  background-color: #780000;
  top: 10px;
  position: relative;
}

/* |=>  Version II  <=| */
:root {
  --twgl--faq_ii-title-V_space: 10px;
  --twgl--faq_ii-title-H_space: 15px;
  --twgl--faq_ii-mHeight: 48px;
  --twgl--faq_ii-default-fFamily: var(--twgl--font-primary);
  --twgl--faq_ii-alt-fFamily: var(--twgl--font-secondary);
  --twgl--faq_ii-box-bg: var(--twgl--rgb-white-5, #ffffff);
  --twgl--faq_ii-active-bg: var(--twgl--rgb-secondary, #EFF4F9);
  --twgl--faq_ii-box-border: var(--twgl--color-border, #DBD9D9);
  --twgl--faq_ii-question: var(--twgl--color-base-text, #000000);
  --twgl--faq_ii-answer: var(--twgl--color-base-text, #000000);
}

@media (min-width: 768px) {
  :root {
    --twgl--faq_ii-title-H_space: 20px;
    --twgl--faq_ii-mHeight: 52px;
  }
}
@media (min-width: 1200px) {
  :root {
    --twgl--faq_ii-title-H_space: 15px;
    --twgl--faq_ii-mHeight: 42px;
  }
}
@media (min-width: 1600px) {
  :root {
    --twgl--faq_ii-title-H_space: 24px;
    --twgl--faq_ii-mHeight: 62px;
  }
}
@media (min-width: 1850px) {
  :root {
    --twgl--faq_ii-title-H_space: 30px;
    --twgl--faq_ii-mHeight: 72px;
  }
}
.faq__layout_ii .faq__grid__wrap {
  background-color: var(--twgl--faq_ii-box-bg);
}
.faq__layout_ii .faq__grid__wrap .faq__grid__title {
  align-items: center;
  border: 1px solid var(--twgl--faq_ii-box-border);
  color: var(--twgl--faq_ii-question);
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  font-family: var(--twgl--faq_ii-default-fFamily);
  font-size: 15px;
  font-weight: 300;
  gap: 15px;
  line-height: 1;
  min-height: var(--twgl--faq_ii-mHeight);
  padding: var(--twgl--faq_ii-title-V_space) var(--twgl--faq_ii-title-H_space);
  position: relative;
  text-transform: none;
  border-radius: 5px;
}
@media (min-width: 1200px) {
  .faq__layout_ii .faq__grid__wrap .faq__grid__title {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .faq__layout_ii .faq__grid__wrap .faq__grid__title {
    font-size: 18px;
  }
}
@media (min-width: 1850px) {
  .faq__layout_ii .faq__grid__wrap .faq__grid__title {
    font-size: 20px;
  }
}
.faq__layout_ii .faq__grid__wrap .faq__grid__title h2 {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0 !important;
  padding: 0 !important;
  text-transform: inherit;
}
.faq__layout_ii .faq__grid__wrap .faq__grid__title h3 {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0 !important;
  padding: 0 !important;
  text-transform: inherit;
}
.faq__layout_ii .faq__grid__wrap .faq__grid__title h4 {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0 !important;
  padding: 0 !important;
  text-transform: inherit;
}
.faq__layout_ii .faq__grid__wrap .faq__grid__title .quest {
  flex-grow: 1;
  font-weight: 400;
}
.faq__layout_ii .faq__grid__wrap .faq__grid__title .expand {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  line-height: 1;
  margin: 0 0 0 auto !important;
  padding: 0 !important;
  position: relative;
  transform-origin: center;
}
.faq__layout_ii .faq__grid__wrap .faq__grid__title .expand svg {
  display: block;
  fill: var(--twgl--color-base-text);
  height: 22px !important;
  position: relative;
  width: auto !important;
}
.faq__layout_ii .faq__grid__wrap .faq_content {
  background-color: var(--twgl--faq_ii-answer-bg);
  color: var(--twgl--faq_ii-answer);
  display: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  padding: var(--twgl--faq_ii-title-H_space);
}
@media (min-width: 1200px) {
  .faq__layout_ii .faq__grid__wrap .faq_content {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  .faq__layout_ii .faq__grid__wrap .faq_content {
    font-size: 18px;
  }
}
.faq__layout_ii .faq__grid__wrap.opened .faq__grid__title {
  background-color: var(--twgl--faq_ii-active-bg);
  border-color: transparent !important;
  color: var(--twgl--color-black);
}
.faq__layout_ii .faq__grid__wrap.opened .expand svg {
  fill: var(--twgl--color-black);
}
.faq__layout_ii .faq__grid__wrap.opened .expand svg #vr_x5F_line {
  display: none !important;
}
.faq__layout_ii .faq__grid__wrap:not(:last-child) {
  margin-bottom: 10px;
}

.mar-0 {
  margin: 0 !important;
}

.reviews-section-wrap {
  padding: 30px 0px;
}
.reviews-section-wrap .container {
  display: flex;
}
@media (min-width: 1600px) {
  .reviews-section-wrap .container {
    padding: 60px 0px 30px;
  }
}
@media (max-width: 767px) {
  .reviews-section-wrap .container {
    flex-direction: column;
    gap: 30px;
  }
}
.reviews-section-wrap .reviews-header {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .reviews-section-wrap .reviews-header {
    width: 35%;
  }
}
@media (max-width: 991px) {
  .reviews-section-wrap .reviews-header {
    width: 45%;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .reviews-section-wrap .reviews-header {
    width: 100%;
    padding-right: 0px;
  }
}
.reviews-section-wrap .owl-carousel {
  width: 75%;
}
@media (max-width: 1199px) {
  .reviews-section-wrap .owl-carousel {
    width: 65%;
  }
}
@media (max-width: 991px) {
  .reviews-section-wrap .owl-carousel {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .reviews-section-wrap .owl-carousel {
    width: 100%;
  }
}
.reviews-section-wrap .owl-carousel .owl-wrapper {
  display: flex !important;
}
.reviews-section-wrap .business-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.reviews-section-wrap .business-logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews-section-wrap .business-details {
  font-size: 16px  !important;
  font-weight: 500;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .reviews-section-wrap .business-details {
    font-size: 17px  !important;
  }
}
@media (min-width: 1200px) {
  .reviews-section-wrap .business-details {
    font-size: 18px  !important;
  }
}
@media (min-width: 1600px) {
  .reviews-section-wrap .business-details {
    font-size: 20px  !important;
  }
}
@media (min-width: 1850px) {
  .reviews-section-wrap .business-details {
    font-size: 22px  !important;
  }
}
.reviews-section-wrap .google-logo,
.reviews-section-wrap .review-count {
  margin-bottom: 12px;
}
.reviews-section-wrap .rating-info img {
  max-width: 100%;
}
.reviews-section-wrap .rating-number,
.reviews-section-wrap .google-logo {
  max-width: 200px !important;
}
.reviews-section-wrap .google-icon {
  max-width: 25px !important;
}
.reviews-section-wrap .review-card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 24px;
  margin: 0 15px;
  transition: box-shadow 0.3s;
  height: 100%;
}
.reviews-section-wrap .review-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.reviews-section-wrap .reviewer-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  font-weight: bold;
  flex-shrink: 0;
}
.reviews-section-wrap .review-card .review-header {
  display: flex;
  gap: 15px;
}
.reviews-section-wrap .review-card .review-header .google-icon {
  position: absolute;
  right: 40px;
}
.reviews-section-wrap .reviewer-info .title {
  font-size: 15px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .reviews-section-wrap .reviewer-info .title {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .reviews-section-wrap .reviewer-info .title {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  .reviews-section-wrap .reviewer-info .title {
    font-size: 18px;
  }
}
@media (min-width: 1850px) {
  .reviews-section-wrap .reviewer-info .title {
    font-size: 20px;
  }
}
.reviews-section-wrap .reviewer-info .review-date {
  font-size: 12px;
  font-weight: 400;
  opacity: 60%;
}
@media (min-width: 768px) {
  .reviews-section-wrap .reviewer-info .review-date {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .reviews-section-wrap .reviewer-info .review-date {
    font-size: 14px;
  }
}
.reviews-section-wrap .review-stars {
  margin: 10px 0px;
}
.reviews-section-wrap .read-more {
  background: none;
  border: none;
  color: #999;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  transition: color 0.3s;
}
.reviews-section-wrap .owl-controls .owl-buttons {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.reviews-section-wrap .owl-controls .owl-buttons .owl-prev,
.reviews-section-wrap .owl-controls .owl-buttons .owl-next {
  position: absolute;
  left: 0;
  background-color: var(--global--color-secondary) !important;
  font-size: 0px;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .reviews-section-wrap .owl-controls .owl-buttons .owl-prev,
  .reviews-section-wrap .owl-controls .owl-buttons .owl-next {
    transform: translateX(0%) translateY(-50%);
  }
}
.reviews-section-wrap .owl-controls .owl-buttons .owl-prev:before,
.reviews-section-wrap .owl-controls .owl-buttons .owl-next:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid var(--global--color-white);
  border-width: 1px 1px 0px 0px;
  rotate: 225deg;
}
.reviews-section-wrap .owl-controls .owl-buttons .owl-next {
  left: auto;
  right: 0;
  transform: translateX(50%) translateY(-50%);
}
@media (max-width: 767px) {
  .reviews-section-wrap .owl-controls .owl-buttons .owl-next {
    transform: translateX(0%) translateY(-50%);
  }
}
.reviews-section-wrap .owl-controls .owl-buttons .owl-next:before {
  rotate: 45deg;
}

.offers_sec_wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  flex-wrap: nowrap;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1199px) {
  .offers_sec_wrap {
    flex-direction: column;
    background: none !important;
  }
}
.offers_sec_wrap .offers_sec_left {
  width: 45%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
@media (max-width: 1199px) {
  .offers_sec_wrap .offers_sec_left {
    width: 100%;
    background: url("assets/images/offer_img_1.jpg") no-repeat center/cover !important;
    background-size: cover;
  }
}
.offers_sec_wrap .offers_sec_right {
  width: 55%;
}
@media (max-width: 1199px) {
  .offers_sec_wrap .offers_sec_right {
    width: 100%;
    background: url("assets/images/mb_offer_bg.jpg") no-repeat center/cover !important;
    background-size: cover;
  }
}
.offers_sec_wrap .offers_sec_left_inner {
  padding: 50px 0 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 15% !important;
}
@media (max-width: 1199px) {
  .offers_sec_wrap .offers_sec_left_inner {
    padding-right: 15px !important;
  }
}
.offers_sec_wrap .offers_sec_left_inner .offers_sec_title {
  font-size: 28px  !important;
  font-weight: 500;
  color: var(--global--color-secondary);
  margin-bottom: 20px;
  line-height: 1;
}
@media (min-width: 768px) {
  .offers_sec_wrap .offers_sec_left_inner .offers_sec_title {
    font-size: 29px  !important;
  }
}
@media (min-width: 1200px) {
  .offers_sec_wrap .offers_sec_left_inner .offers_sec_title {
    font-size: 30px  !important;
  }
}
@media (min-width: 1600px) {
  .offers_sec_wrap .offers_sec_left_inner .offers_sec_title {
    font-size: 40px  !important;
  }
}
@media (min-width: 1850px) {
  .offers_sec_wrap .offers_sec_left_inner .offers_sec_title {
    font-size: 43px  !important;
  }
}
.offers_sec_wrap .offers_sec_left_inner .offers_sec_title .offers_text {
  font-family: var(--global--font-secondary);
  font-size: 32px  !important;
  color: var(--global--color-white);
}
@media (min-width: 768px) {
  .offers_sec_wrap .offers_sec_left_inner .offers_sec_title .offers_text {
    font-size: 38px  !important;
  }
}
@media (min-width: 1200px) {
  .offers_sec_wrap .offers_sec_left_inner .offers_sec_title .offers_text {
    font-size: 53px  !important;
  }
}
@media (min-width: 1600px) {
  .offers_sec_wrap .offers_sec_left_inner .offers_sec_title .offers_text {
    font-size: 110px  !important;
  }
}
@media (min-width: 1850px) {
  .offers_sec_wrap .offers_sec_left_inner .offers_sec_title .offers_text {
    font-size: 142px  !important;
  }
}
.offers_sec_wrap .item {
  width: 100%;
}
.offers_sec_wrap .item .offers_sec_box {
  padding: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 15px;
}
.offers_sec_wrap .item .offers_sec_box p {
  font-size: 19px  !important;
  color: var(--global--color-white);
  margin: 0;
  padding-bottom: 8px;
  line-height: 1;
}
@media (min-width: 768px) {
  .offers_sec_wrap .item .offers_sec_box p {
    font-size: 22px  !important;
  }
}
@media (min-width: 1200px) {
  .offers_sec_wrap .item .offers_sec_box p {
    font-size: 25px  !important;
  }
}
@media (min-width: 1600px) {
  .offers_sec_wrap .item .offers_sec_box p {
    font-size: 26px  !important;
  }
}
@media (min-width: 1850px) {
  .offers_sec_wrap .item .offers_sec_box p {
    font-size: 28px  !important;
  }
}
.offers_sec_wrap .item .offers_sec_box p.mn_text {
  font-size: 28px  !important;
}
@media (min-width: 768px) {
  .offers_sec_wrap .item .offers_sec_box p.mn_text {
    font-size: 29px  !important;
  }
}
@media (min-width: 1200px) {
  .offers_sec_wrap .item .offers_sec_box p.mn_text {
    font-size: 30px  !important;
  }
}
@media (min-width: 1600px) {
  .offers_sec_wrap .item .offers_sec_box p.mn_text {
    font-size: 40px  !important;
  }
}
@media (min-width: 1850px) {
  .offers_sec_wrap .item .offers_sec_box p.mn_text {
    font-size: 42px  !important;
  }
}
.offers_sec_wrap .item .offers_sec_box p.mn_text span {
  font-weight: 600;
}
.offers_sec_wrap .offers_sec_right_content {
  padding: 50px 0 60px;
  display: flex;
  flex-direction: column;
  align-items: end;
  height: 100%;
  justify-content: center;
}
@media (max-width: 767px) {
  .offers_sec_wrap .offers_sec_right_content {
    background: rgba(0, 0, 0, 0.3411764706);
  }
}
.offers_sec_wrap .offers_sec_right_content .offers_sec_right_title h2 {
  font-size: 30px  !important;
  color: var(--global--color-white) !important;
  font-weight: 600 !important;
}
@media (min-width: 768px) {
  .offers_sec_wrap .offers_sec_right_content .offers_sec_right_title h2 {
    font-size: 34px  !important;
  }
}
@media (min-width: 1200px) {
  .offers_sec_wrap .offers_sec_right_content .offers_sec_right_title h2 {
    font-size: 39px  !important;
  }
}
@media (min-width: 1600px) {
  .offers_sec_wrap .offers_sec_right_content .offers_sec_right_title h2 {
    font-size: 69px  !important;
  }
}
@media (min-width: 1850px) {
  .offers_sec_wrap .offers_sec_right_content .offers_sec_right_title h2 {
    font-size: 76px  !important;
  }
}
.offers_sec_wrap .offers_sec_right_content .offers_sec_right_title h2 .title_line2 {
  display: block;
  color: var(--global--color-primary) !important;
}
@media (max-width: 1199px) {
  .offers_sec_wrap .offers_sec_right_content .offers_sec_right_title h2 .title_line2 {
    display: inline;
  }
}
.offers_sec_wrap .offers_sec_right_content .offers_sec_right_title h2 .title_line1 {
  position: relative;
}
.offers_sec_wrap .offers_sec_right_content .offers_sec_right_title h2 .title_line1::after {
  display: none;
}
@media (min-width: 1200px) {
  .offers_sec_wrap .offers_sec_right_content .offers_sec_right_title h2 .title_line1::after {
    position: absolute;
    content: "";
    right: -22%;
    width: 20%;
    height: 2px;
    background: var(--global--color-white);
    display: block;
    bottom: 30%;
  }
}
.offers_sec_wrap .offers_sec_right_content .offers_sec_right_subtitle {
  font-size: 16px  !important;
  font-weight: 500;
}
@media (min-width: 768px) {
  .offers_sec_wrap .offers_sec_right_content .offers_sec_right_subtitle {
    font-size: 15px  !important;
  }
}
@media (min-width: 1200px) {
  .offers_sec_wrap .offers_sec_right_content .offers_sec_right_subtitle {
    font-size: 16px  !important;
  }
}
@media (min-width: 1600px) {
  .offers_sec_wrap .offers_sec_right_content .offers_sec_right_subtitle {
    font-size: 24px  !important;
  }
}
@media (min-width: 1850px) {
  .offers_sec_wrap .offers_sec_right_content .offers_sec_right_subtitle {
    font-size: 26px  !important;
  }
}
.offers_sec_wrap .offers_sec_right_content .offers_sec_right_actions {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .offers_sec_wrap .offers_sec_right_content .offers_sec_right_actions {
    align-items: flex-end;
    gap: 15px;
    flex-direction: column-reverse;
  }
}
.offers_sec_wrap .offers_sec_right_content .offers_sec_right_actions .offers_sec_phone a {
  display: flex;
  align-items: end;
  gap: 15px;
  color: var(--global--color-black);
}
.offers_sec_wrap .offers_sec_right_content .offers_sec_right_actions .offers_sec_phone a .header-phone-text {
  font-size: 17px  !important;
  font-weight: 600;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .offers_sec_wrap .offers_sec_right_content .offers_sec_right_actions .offers_sec_phone a .header-phone-text {
    font-size: 18px  !important;
  }
}
@media (min-width: 1200px) {
  .offers_sec_wrap .offers_sec_right_content .offers_sec_right_actions .offers_sec_phone a .header-phone-text {
    font-size: 20px  !important;
  }
}
@media (min-width: 1600px) {
  .offers_sec_wrap .offers_sec_right_content .offers_sec_right_actions .offers_sec_phone a .header-phone-text {
    font-size: 26px  !important;
  }
}
@media (min-width: 1850px) {
  .offers_sec_wrap .offers_sec_right_content .offers_sec_right_actions .offers_sec_phone a .header-phone-text {
    font-size: 27px  !important;
  }
}
.offers_sec_wrap .offers_sec_right_content .offers_sec_right_actions .offers_sec_phone a .header-phone-text span {
  font-weight: 500;
  font-size: 14px  !important;
}
@media (min-width: 768px) {
  .offers_sec_wrap .offers_sec_right_content .offers_sec_right_actions .offers_sec_phone a .header-phone-text span {
    font-size: 14px  !important;
  }
}
@media (min-width: 1200px) {
  .offers_sec_wrap .offers_sec_right_content .offers_sec_right_actions .offers_sec_phone a .header-phone-text span {
    font-size: 13px  !important;
  }
}
@media (min-width: 1600px) {
  .offers_sec_wrap .offers_sec_right_content .offers_sec_right_actions .offers_sec_phone a .header-phone-text span {
    font-size: 15px  !important;
  }
}
@media (min-width: 1850px) {
  .offers_sec_wrap .offers_sec_right_content .offers_sec_right_actions .offers_sec_phone a .header-phone-text span {
    font-size: 16px  !important;
  }
}

.offers_sec_carousel .owl-controls {
  margin-top: 25px;
}
.offers_sec_carousel .owl-controls .owl-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.offers_sec_carousel .owl-controls .owl-page span {
  width: 9px;
  height: 9px;
  background: var(--global--color-white);
  opacity: 1;
  margin: 0;
}
.offers_sec_carousel .owl-controls .owl-page.active span {
  background: var(--global--color-primary);
}

.rd-footer.v2 {
  background-color: #041F38;
  padding: 0;
  color: var(--global--color-white) !important;
}
.rd-footer.v2 .menu {
  display: block !important;
}
.rd-footer.v2 a:not(.btn):not([href^=tel]) {
  color: var(--global--color-white) !important;
}
.rd-footer.v2 a:not(.btn):not([href^=tel]):hover {
  color: var(--global--color-primary) !important;
}
.rd-footer.v2 .rd-footer__copyright {
  background-color: var(--global--color-black);
  text-align: center;
  color: var(--global--color-white);
  font-weight: 300;
  font-size: 16px;
  opacity: 55%;
  padding: 25px;
}
.rd-footer.v2 .rd-footer__copyright span {
  opacity: 55%;
}
.rd-footer.v2 .rd-footer__contacts {
  margin-top: auto;
}
.rd-footer.v2 .footer-inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0px;
  gap: 30px;
}
@media (min-width: 1200px) {
  .rd-footer.v2 .footer-inner-wrapper {
    padding: 75px 0px;
    gap: 0;
  }
}
.rd-footer.v2 .foot-item {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.rd-footer.v2 .foot-item .footer-logo {
  width: 200px;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
}
@media (min-width: 1600px) {
  .rd-footer.v2 .foot-item .footer-logo {
    width: 270px;
    padding: 20px;
  }
}
.rd-footer.v2 .foot-item .footer-logo img {
  width: 100%;
}
@media (min-width: 768px) {
  .rd-footer.v2 .foot-item {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .rd-footer.v2 .foot-item {
    width: 16%;
    padding-left: 30px;
  }
}
@media (min-width: 1600px) {
  .rd-footer.v2 .foot-item {
    padding-left: 50px;
  }
}
.rd-footer.v2 .foot-item.foot-col-1 {
  padding-left: 0px;
}
@media (min-width: 768px) {
  .rd-footer.v2 .foot-item.foot-col-1 {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .rd-footer.v2 .foot-item.foot-col-1 {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .rd-footer.v2 .foot-item.foot-col-3 {
    width: 13%;
  }
}
@media (min-width: 768px) {
  .rd-footer.v2 .foot-item.foot-col-4 {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .rd-footer.v2 .foot-item.foot-col-4 {
    width: 35%;
  }
}
.rd-footer.v2 .foot-item.foot-col-4 .sub-menu {
  -moz-columns: 2 auto;
       columns: 2 auto;
}
.rd-footer.v2 .foot-item ul li a {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 12px;
  display: block;
}
@media (min-width: 1600px) {
  .rd-footer.v2 .foot-item ul li a {
    font-size: 17px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1850px) {
  .rd-footer.v2 .foot-item ul li a {
    font-size: 18px;
  }
}
.rd-footer.v2 .foot-item ul li .sub-menu li a {
  font-size: 13px;
  font-weight: 200;
}
@media (min-width: 1600px) {
  .rd-footer.v2 .foot-item ul li .sub-menu li a {
    font-size: 15px;
  }
}
@media (min-width: 1850px) {
  .rd-footer.v2 .foot-item ul li .sub-menu li a {
    font-size: 16px;
  }
}
.rd-footer.v2 .foot-item ul .current-menu-item > a,
.rd-footer.v2 .foot-item ul .current_page_item > a,
.rd-footer.v2 .foot-item ul .current-menu-ancestor > a,
.rd-footer.v2 .foot-item ul .current-menu-parent > a,
.rd-footer.v2 .foot-item ul .current_page_parent > a,
.rd-footer.v2 .foot-item ul .current_page_ancestor > a {
  color: var(--global--color-primary) !important;
  font-weight: 500 !important;
}

.footer-icon-box {
  display: flex;
  gap: 10px;
  padding-top: 15px;
}
.footer-icon-box .icon {
  width: 30px;
  min-width: 30px;
}
@media (min-width: 1600px) {
  .footer-icon-box .icon {
    width: 37px;
    min-width: 37px;
  }
}
.footer-icon-box .icon svg {
  width: 100%;
  height: auto;
}
.footer-icon-box .footer-icon-box-text {
  display: flex;
  flex-direction: column;
  color: var(--global--color-white) !important;
  font-size: 22px;
  font-weight: 600;
}
.footer-icon-box .footer-icon-box-text span {
  font-size: 13px;
  font-weight: 400;
}
@media (min-width: 1600px) {
  .footer-icon-box .footer-icon-box-text span {
    font-size: 17px;
  }
}
@media (min-width: 1600px) {
  .footer-icon-box .footer-icon-box-text {
    font-size: 28px;
  }
}
.footer-icon-box.loc-wrap .footer-icon-box-text span {
  font-size: 15px;
  font-weight: 400;
}
@media (min-width: 1600px) {
  .footer-icon-box.loc-wrap .footer-icon-box-text span {
    font-size: 20px;
  }
}

.modal-form {
  visibility: hidden;
  opacity: 0;
  scale: 0;
  transition: 0.3s;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-form .modal-content {
  position: relative;
  background: #fff;
  border-radius: 15px;
  width: 100%;
  margin: auto;
  max-width: 700px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  overflow: auto;
  max-height: 100dvh;
}

.modal-form .close-btn {
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 50px;
  cursor: pointer;
  line-height: 1;
}

.modal-form .title {
  font-size: 50px !important;
  font-size: 3.125rem !important;
  font-size: 30px !important;
}

@media (min-width: 1200px) {
  .modal-form .title {
    font-size: 40px !important;
  }
}
@media (min-width: 1850px) {
  .modal-form .title {
    font-size: 50px !important;
  }
}
.modal-form .form_outer_wrapper {
  padding: 30px 50px;
  text-align: center;
}

@media (max-width: 767px) {
  .modal-form .form_outer_wrapper {
    padding: 40px 20px;
  }
}
.modal-form .form-group {
  padding-bottom: 25px;
}

.modal-form.block {
  visibility: visible;
  opacity: 1;
  scale: 1;
}

#modalReview .review_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#modalReview .review_item .title {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}

@media (min-width: 768px) {
  #modalReview .review_item .title {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1200px) {
  #modalReview .review_item .title {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1600px) {
  #modalReview .review_item .title {
    font-size: 29px !important;
    font-size: 1.8125rem !important;
  }
}
@media (min-width: 1850px) {
  #modalReview .review_item .title {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}/*# sourceMappingURL=custom.css.map */
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .offers_sec_wrap .offers_sec_left_inner .offers_sec_title {
    font-size: 20px !important;
  }

  .offers_sec_wrap .item .offers_sec_box {
    padding: 35px;
  }

  .offers_sec_wrap .item .offers_sec_box p {
    font-size: 18px !important;
  }

  .offers_sec_wrap .item .offers_sec_box p.mn_text {
    font-size: 28px !important;
  }

  .offers_sec_wrap .offers_sec_left_inner .offers_sec_title {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1849px) {
  .offers_sec_wrap .offers_sec_left_inner .offers_sec_title {
    font-size: 30px !important;
  }

  .offers_sec_wrap .offers_sec_left_inner .offers_sec_title .offers_text {
    font-size: 80px !important;
  }

  .offers_sec_wrap .item .offers_sec_box {
    padding: 35px;
  }

  .offers_sec_wrap .item .offers_sec_box p {
    font-size: 22px !important;
  }

  .offers_sec_wrap .item .offers_sec_box p.mn_text {
    font-size: 34px !important;
  }

  .offers_sec_wrap .offers_sec_left_inner .offers_sec_title {
    margin-bottom: 5px;
  }

  .offers_sec_wrap .offers_sec_right_content .offers_sec_right_title h2 {
    font-size: 60px !important;
  }

  .offers_sec_wrap .offers_sec_right_content .offers_sec_right_subtitle {
    font-size: 22px !important;
  }
}