@charset "UTF-8";
:root {
  --font-outfit: "Playfair Display", serif;
  --font-heading: "Outfit", sans-serif;
  /* Font Family */
  --global--font-primary: var(--font-outfit,
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      Oxygen-Sans,
      Ubuntu,
      Cantarell,
      "Helvetica Neue",
      sans-serif);
  --global--font-secondary: var(--font-heading,
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      Oxygen-Sans,
      Ubuntu,
      Cantarell,
      "Helvetica Neue",
      sans-serif);
  --global--color-primary: #546552;
  --global--color-secondary: #546552;
  --global--color-black: #000;
  --global--color-white: #fff;
  --global--color-red: #ff0100;
  --global--color-grey: #a8a8a8;
  --global--color-border: #bfbfbf;
  --global--border-form: #b2b2b2;
  --global--color-base-text: #404040;
  --global--color-text-alt: var(--global--color-secondary);
  --global--color-fade-text: #797979;
  --global--color-fade-white: #efefef;
  --global--color-icon: #696969;
  --global--color-heading:#000;
  --tw-wrap-sm: 520px;
  --tw-wrap-md: 715px;
  --tw-wrap-lg: 940px;
  --tw-wrap-xl: 1140px;
  --tw-wrap-xxl: 1280px;
  --tw-wrap-xxxl: 1660px;
  --tw-gutter-x: 30px;
  --tw-gutter-sm: 20px;
}

.btnsNew, .elementor-widget-button .elementor-button-wrapper .elementor-button,
.elementor-widget-button .elementor-button-wrapper a,
.btn {
  background: #000;
  color: #fff !important;
  border-radius: 40px;
  text-transform: capitalize;
  font-weight: 400;
  font-family: "Outfit", sans-serif !important;
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  text-transform: uppercase;
}
@media (min-width: 320px) {
  .btnsNew, .elementor-widget-button .elementor-button-wrapper .elementor-button,
  .elementor-widget-button .elementor-button-wrapper a,
  .btn {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
    height: 40px;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media (min-width: 1200px) {
  .btnsNew, .elementor-widget-button .elementor-button-wrapper .elementor-button,
  .elementor-widget-button .elementor-button-wrapper a,
  .btn {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    height: 45px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 1600px) {
  .btnsNew, .elementor-widget-button .elementor-button-wrapper .elementor-button,
  .elementor-widget-button .elementor-button-wrapper a,
  .btn {
    font-size: 16px !important;
    font-size: 1rem !important;
    height: 55px;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (min-width: 1850px) {
  .btnsNew, .elementor-widget-button .elementor-button-wrapper .elementor-button,
  .elementor-widget-button .elementor-button-wrapper a,
  .btn {
    font-size: 20px !important;
    font-size: 1.25rem !important;
    height: 60px;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
.btnsNew:active, .elementor-widget-button .elementor-button-wrapper .elementor-button:active,
.elementor-widget-button .elementor-button-wrapper a:active, .btnsNew:focus, .elementor-widget-button .elementor-button-wrapper .elementor-button:focus,
.elementor-widget-button .elementor-button-wrapper a:focus, .btnsNew:hover, .elementor-widget-button .elementor-button-wrapper .elementor-button:hover,
.elementor-widget-button .elementor-button-wrapper a:hover, .btnsNew:visited, .elementor-widget-button .elementor-button-wrapper .elementor-button:visited,
.elementor-widget-button .elementor-button-wrapper a:visited,
.btn:active,
.btn:focus,
.btn:hover,
.btn:visited {
  box-shadow: none;
  outline: none;
}
.btnsNew i, .elementor-widget-button .elementor-button-wrapper .elementor-button i,
.elementor-widget-button .elementor-button-wrapper a i,
.btn i {
  display: none !important;
}
.btnsNew .ico, .elementor-widget-button .elementor-button-wrapper .elementor-button .ico,
.elementor-widget-button .elementor-button-wrapper a .ico,
.btnsNew .elementor-button-icon,
.elementor-widget-button .elementor-button-wrapper .elementor-button .elementor-button-icon,
.elementor-widget-button .elementor-button-wrapper a .elementor-button-icon,
.btn .ico,
.btn .elementor-button-icon {
  transition: all ease 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}
.btnsNew .ico svg, .elementor-widget-button .elementor-button-wrapper .elementor-button .ico svg,
.elementor-widget-button .elementor-button-wrapper a .ico svg,
.btnsNew .elementor-button-icon svg,
.elementor-widget-button .elementor-button-wrapper .elementor-button .elementor-button-icon svg,
.elementor-widget-button .elementor-button-wrapper a .elementor-button-icon svg,
.btn .ico svg,
.btn .elementor-button-icon svg {
  transition: all ease 0.3s;
  width: 25px;
  height: 25px;
}
@media (max-width: 1680px) {
  .btnsNew .ico svg, .elementor-widget-button .elementor-button-wrapper .elementor-button .ico svg,
  .elementor-widget-button .elementor-button-wrapper a .ico svg,
  .btnsNew .elementor-button-icon svg,
  .elementor-widget-button .elementor-button-wrapper .elementor-button .elementor-button-icon svg,
  .elementor-widget-button .elementor-button-wrapper a .elementor-button-icon svg,
  .btn .ico svg,
  .btn .elementor-button-icon svg {
    width: 20px;
    height: 20px;
  }
}
.btnsNew .ico.sm svg, .elementor-widget-button .elementor-button-wrapper .elementor-button .ico.sm svg,
.elementor-widget-button .elementor-button-wrapper a .ico.sm svg,
.btnsNew .elementor-button-icon.sm svg,
.elementor-widget-button .elementor-button-wrapper .elementor-button .elementor-button-icon.sm svg,
.elementor-widget-button .elementor-button-wrapper a .elementor-button-icon.sm svg,
.btn .ico.sm svg,
.btn .elementor-button-icon.sm svg {
  width: 30px;
  height: 30px;
}
@media (max-width: 1680px) {
  .btnsNew .ico.sm svg, .elementor-widget-button .elementor-button-wrapper .elementor-button .ico.sm svg,
  .elementor-widget-button .elementor-button-wrapper a .ico.sm svg,
  .btnsNew .elementor-button-icon.sm svg,
  .elementor-widget-button .elementor-button-wrapper .elementor-button .elementor-button-icon.sm svg,
  .elementor-widget-button .elementor-button-wrapper a .elementor-button-icon.sm svg,
  .btn .ico.sm svg,
  .btn .elementor-button-icon.sm svg {
    width: 20px;
    height: 20px;
  }
}
.btnsNew:hover, .elementor-widget-button .elementor-button-wrapper .elementor-button:hover,
.elementor-widget-button .elementor-button-wrapper a:hover,
.btn:hover {
  background-color: #546552;
  color: #fff;
}
.btnsNew.white, .elementor-widget-button .elementor-button-wrapper .white.elementor-button,
.elementor-widget-button .elementor-button-wrapper a.white,
.btn.white {
  background: #fff;
  color: #000 !important;
}
.btnsNew.white:hover, .elementor-widget-button .elementor-button-wrapper .white.elementor-button:hover,
.elementor-widget-button .elementor-button-wrapper a.white:hover,
.btn.white:hover {
  background: #546552 !important;
  color: #fff !important;
}

.elementor-widget-button .elementor-button-wrapper .elementor-button,
.elementor-widget-button .elementor-button-wrapper a {
  display: inline-flex !important;
  justify-content: center;
  align-items: center !important;
  background-color: var(--global--color-black);
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  height: 36px;
  padding: 0 10px !important;
  position: relative;
  font-family: "Playfair Display", serif;
  border: none !important;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button .elementor-button-content-wrapper,
.elementor-widget-button .elementor-button-wrapper a .elementor-button-content-wrapper {
  align-items: center !important;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button svg,
.elementor-widget-button .elementor-button-wrapper a svg {
  fill: var(--global--color-primary);
  height: 18px;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button i,
.elementor-widget-button .elementor-button-wrapper a i {
  display: none;
  line-height: 0;
  margin-left: -28px;
  margin-top: 5px;
  opacity: 0;
  padding-left: 10px;
  transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button > *,
.elementor-widget-button .elementor-button-wrapper a > * {
  position: relative;
  z-index: 3;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button:hover i,
.elementor-widget-button .elementor-button-wrapper a:hover i {
  opacity: 1;
  margin-left: 0;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button:focus, .elementor-widget-button .elementor-button-wrapper .elementor-button:visited,
.elementor-widget-button .elementor-button-wrapper a:focus,
.elementor-widget-button .elementor-button-wrapper a:visited {
  color: var(--global--color-white);
}
.elementor-widget-button .elementor-button-wrapper .elementor-button:hover,
.elementor-widget-button .elementor-button-wrapper a:hover {
  background-color: #546552 !important;
  color: #fff !important;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button:not(:last-child),
.elementor-widget-button .elementor-button-wrapper a:not(:last-child) {
  margin-right: 15px;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button i,
.elementor-widget-button .elementor-button-wrapper a i {
  display: none !important;
}
@media (min-width: 320px) {
  .elementor-widget-button .elementor-button-wrapper .elementor-button,
  .elementor-widget-button .elementor-button-wrapper a {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
    height: 40px;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media (min-width: 1200px) {
  .elementor-widget-button .elementor-button-wrapper .elementor-button,
  .elementor-widget-button .elementor-button-wrapper a {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    height: 45px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 1600px) {
  .elementor-widget-button .elementor-button-wrapper .elementor-button,
  .elementor-widget-button .elementor-button-wrapper a {
    font-size: 16px !important;
    font-size: 1rem !important;
    height: 55px;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (min-width: 1850px) {
  .elementor-widget-button .elementor-button-wrapper .elementor-button,
  .elementor-widget-button .elementor-button-wrapper a {
    font-size: 20px !important;
    font-size: 1.25rem !important;
    height: 60px;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 767px) {
  .elementor-widget-button .elementor-button-wrapper .elementor-button,
  .elementor-widget-button .elementor-button-wrapper a {
    margin-top: 5px;
  }
  .elementor-widget-button .elementor-button-wrapper .elementor-button:not(:last-child),
  .elementor-widget-button .elementor-button-wrapper a:not(:last-child) {
    margin-right: 7px;
  }
}
.elementor-widget-button.no-after .elementor-button,
.elementor-widget-button.no-after a {
  color: var(--global--color-primary) !important;
}
.elementor-widget-button.no-after .elementor-button svg,
.elementor-widget-button.no-after a svg {
  fill: var(--global--color-primary);
}
.elementor-widget-button.no-after .elementor-button:hover,
.elementor-widget-button.no-after a:hover {
  color: var(--global--color-secondary) !important;
}
.elementor-widget-button.no-after .elementor-button:hover svg,
.elementor-widget-button.no-after a:hover svg {
  fill: var(--global--color-secondary);
}
.elementor-widget-button.no-after .elementor-button:after,
.elementor-widget-button.no-after a:after {
  display: none !important;
}

@media (min-width: 320px) {
  .icon-show.elementor-widget-button .elementor-button-wrapper .elementor-button,
  .icon-show.elementor-widget-button .elementor-button-wrapper a {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 1200px) {
  .icon-show.elementor-widget-button .elementor-button-wrapper .elementor-button,
  .icon-show.elementor-widget-button .elementor-button-wrapper a {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 1600px) {
  .icon-show.elementor-widget-button .elementor-button-wrapper .elementor-button,
  .icon-show.elementor-widget-button .elementor-button-wrapper a {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 1850px) {
  .icon-show.elementor-widget-button .elementor-button-wrapper .elementor-button,
  .icon-show.elementor-widget-button .elementor-button-wrapper a {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.icon-show.elementor-widget-button .elementor-button-wrapper .elementor-button .elementor-button-icon,
.icon-show.elementor-widget-button .elementor-button-wrapper a .elementor-button-icon {
  margin-left: 20px !important;
}
.icon-show.elementor-widget-button .elementor-button-wrapper .elementor-button .elementor-button-icon i,
.icon-show.elementor-widget-button .elementor-button-wrapper a .elementor-button-icon i {
  display: block !important;
  opacity: 1;
  width: 20px;
  height: 20px;
  position: relative;
}
@media (max-width: 1199px) {
  .icon-show.elementor-widget-button .elementor-button-wrapper .elementor-button .elementor-button-icon i,
  .icon-show.elementor-widget-button .elementor-button-wrapper a .elementor-button-icon i {
    width: 13px;
    height: 15px;
  }
}
.icon-show.elementor-widget-button .elementor-button-wrapper .elementor-button .elementor-button-icon i:before,
.icon-show.elementor-widget-button .elementor-button-wrapper a .elementor-button-icon i:before {
  position: absolute;
  left: 0;
  top: 7px;
}
.icon-show.elementor-widget-button .elementor-button-wrapper .elementor-button:hover .elementor-button-icon,
.icon-show.elementor-widget-button .elementor-button-wrapper a:hover .elementor-button-icon {
  margin-left: 0px !important;
}

.icon-btn .elementor-button-wrapper .elementor-button,
.icon-btn .elementor-button-wrapper a {
  padding-left: 20px !important;
  padding-right: 10px !important;
}
@media (min-width: 1200px) {
  .icon-btn .elementor-button-wrapper .elementor-button,
  .icon-btn .elementor-button-wrapper a {
    padding-left: 25px !important;
    padding-right: 7px !important;
  }
}
@media (min-width: 1600px) {
  .icon-btn .elementor-button-wrapper .elementor-button,
  .icon-btn .elementor-button-wrapper a {
    padding-left: 30px !important;
    padding-right: 7px !important;
  }
}
@media (min-width: 1850px) {
  .icon-btn .elementor-button-wrapper .elementor-button,
  .icon-btn .elementor-button-wrapper a {
    padding-right: 7px !important;
  }
}
.icon-btn .elementor-button-wrapper .elementor-button .elementor-button-content-wrapper,
.icon-btn .elementor-button-wrapper a .elementor-button-content-wrapper {
  align-items: center;
}
.icon-btn .elementor-button-wrapper .elementor-button .elementor-button-icon,
.icon-btn .elementor-button-wrapper a .elementor-button-icon {
  background: #fcd373;
  border-radius: 5px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
}
@media (max-width: 1680px) {
  .icon-btn .elementor-button-wrapper .elementor-button .elementor-button-icon,
  .icon-btn .elementor-button-wrapper a .elementor-button-icon {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1599px) {
  .icon-btn .elementor-button-wrapper .elementor-button .elementor-button-icon,
  .icon-btn .elementor-button-wrapper a .elementor-button-icon {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 1199px) {
  .icon-btn .elementor-button-wrapper .elementor-button .elementor-button-icon,
  .icon-btn .elementor-button-wrapper a .elementor-button-icon {
    width: 25px;
    height: 25px;
  }
}
.icon-btn .elementor-button-wrapper .elementor-button .elementor-button-icon svg,
.icon-btn .elementor-button-wrapper a .elementor-button-icon svg {
  height: 20px;
  width: 20px;
}
@media (max-width: 1599px) {
  .icon-btn .elementor-button-wrapper .elementor-button .elementor-button-icon svg,
  .icon-btn .elementor-button-wrapper a .elementor-button-icon svg {
    width: 15px;
    height: 15px;
  }
}

.btn-sm .elementor-button-wrapper .elementor-button,
.btn-sm .elementor-button-wrapper a {
  font-size: 14px !important;
  font-size: 0.875rem !important;
  height: 36px;
}
@media (min-width: 768px) {
  .btn-sm .elementor-button-wrapper .elementor-button,
  .btn-sm .elementor-button-wrapper a {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
    height: 36px;
  }
}
@media (min-width: 1200px) {
  .btn-sm .elementor-button-wrapper .elementor-button,
  .btn-sm .elementor-button-wrapper a {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    height: 34px;
  }
}
@media (min-width: 1600px) {
  .btn-sm .elementor-button-wrapper .elementor-button,
  .btn-sm .elementor-button-wrapper a {
    font-size: 16px !important;
    font-size: 1rem !important;
    height: 45px;
  }
}
@media (min-width: 1850px) {
  .btn-sm .elementor-button-wrapper .elementor-button,
  .btn-sm .elementor-button-wrapper a {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .btn-sm .elementor-button-wrapper .elementor-button i,
  .btn-sm .elementor-button-wrapper a i {
    margin-top: 1px !important;
  }
}

.btn-md .elementor-button-wrapper .elementor-button,
.btn-md .elementor-button-wrapper a {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media (min-width: 1200px) {
  .btn-md .elementor-button-wrapper .elementor-button,
  .btn-md .elementor-button-wrapper a {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1600px) {
  .btn-md .elementor-button-wrapper .elementor-button,
  .btn-md .elementor-button-wrapper a {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
}
@media (min-width: 1850px) {
  .btn-md .elementor-button-wrapper .elementor-button,
  .btn-md .elementor-button-wrapper a {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}

.btn-lg .elementor-button-wrapper .elementor-button,
.btn-lg .elementor-button-wrapper a {
  font-size: 16px !important;
  font-size: 1rem !important;
  height: 38px;
}
@media (min-width: 768px) {
  .btn-lg .elementor-button-wrapper .elementor-button,
  .btn-lg .elementor-button-wrapper a {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .btn-lg .elementor-button-wrapper .elementor-button,
  .btn-lg .elementor-button-wrapper a {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    height: 42px;
  }
}
@media (min-width: 1600px) {
  .btn-lg .elementor-button-wrapper .elementor-button,
  .btn-lg .elementor-button-wrapper a {
    font-size: 22px !important;
    font-size: 1.375rem !important;
    height: 52px;
  }
}
@media (min-width: 1850px) {
  .btn-lg .elementor-button-wrapper .elementor-button,
  .btn-lg .elementor-button-wrapper a {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    height: 58px;
  }
}

.btn-xl .elementor-button-wrapper .elementor-button,
.btn-xl .elementor-button-wrapper a {
  font-size: 20px !important;
  font-size: 1.25rem !important;
  height: 42px;
}
@media (min-width: 768px) {
  .btn-xl .elementor-button-wrapper .elementor-button,
  .btn-xl .elementor-button-wrapper a {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    height: 54px;
  }
}
@media (min-width: 1200px) {
  .btn-xl .elementor-button-wrapper .elementor-button,
  .btn-xl .elementor-button-wrapper a {
    font-size: 22px !important;
    font-size: 1.375rem !important;
    height: 50px;
  }
}
@media (min-width: 1600px) {
  .btn-xl .elementor-button-wrapper .elementor-button,
  .btn-xl .elementor-button-wrapper a {
    font-size: 30px !important;
    font-size: 1.875rem !important;
    height: 70px;
  }
}
@media (min-width: 1850px) {
  .btn-xl .elementor-button-wrapper .elementor-button,
  .btn-xl .elementor-button-wrapper a {
    font-size: 32px !important;
    font-size: 2rem !important;
    height: 80px;
  }
}

.btn-primary .elementor-button-wrapper .elementor-button,
.btn-primary .elementor-button-wrapper a {
  color: var(--global--color-white) !important;
}
.btn-primary .elementor-button-wrapper .elementor-button:hover,
.btn-primary .elementor-button-wrapper a:hover {
  background-color: var(--global--color-secondary) !important;
}

.btn-secondary .elementor-button-wrapper .elementor-button,
.btn-secondary .elementor-button-wrapper a {
  color: var(--global--color-white) !important;
}
.btn-secondary .elementor-button-wrapper .elementor-button:hover,
.btn-secondary .elementor-button-wrapper a:hover {
  background-color: var(--global--color-black) !important;
  color: var(--global--color-primary) !important;
}

.btn-white .elementor-button-wrapper .elementor-button,
.btn-white .elementor-button-wrapper .btn,
.btn-white .elementor-button-wrapper .btnsNew,
.btn-white .elementor-widget-button .elementor-button-wrapper a,
.elementor-widget-button .btn-white .elementor-button-wrapper a,
.btn-white .elementor-button-wrapper a {
  color: var(--global--color-black) !important;
  background-color: var(--global--color-white) !important;
  border: none !important;
}
.btn-white .elementor-button-wrapper .elementor-button:hover,
.btn-white .elementor-button-wrapper .btn:hover,
.btn-white .elementor-button-wrapper .btnsNew:hover,
.btn-white .elementor-button-wrapper a:hover {
  color: var(--global--color-white) !important;
}

.btn-text-white .elementor-button-wrapper .elementor-button,
.btn-text-white .elementor-button-wrapper a {
  color: var(--global--color-white) !important;
}
.btn-text-white .elementor-button-wrapper .elementor-button:hover,
.btn-text-white .elementor-button-wrapper a:hover {
  color: var(--global--color-primary) !important;
}

.no-style .elementor-button-wrapper .elementor-button,
.no-style .elementor-button-wrapper a {
  background-color: transparent !important;
  border: 0 !important;
  color: var(--global--color-secondary) !important;
  font-weight: 500 !important;
  height: auto !important;
  padding: 0 !important;
}
.no-style .elementor-button-wrapper .elementor-button svg,
.no-style .elementor-button-wrapper a svg {
  fill: var(--global--color-primary);
  height: 16px;
}
.no-style .elementor-button-wrapper .elementor-button i,
.no-style .elementor-button-wrapper a i {
  margin-left: 0;
  margin-top: 3px;
  opacity: 1;
  padding-left: 10px;
}
.no-style .elementor-button-wrapper .elementor-button:hover,
.no-style .elementor-button-wrapper a:hover {
  background-color: transparent !important;
  color: var(--global--color-primary) !important;
}
.no-style .elementor-button-wrapper .elementor-button:hover i,
.no-style .elementor-button-wrapper a:hover i {
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .no-style .elementor-button-wrapper .elementor-button svg,
  .no-style .elementor-button-wrapper a svg {
    height: 18px;
  }
}
@media (min-width: 1600px) {
  .no-style .elementor-button-wrapper .elementor-button svg,
  .no-style .elementor-button-wrapper a svg {
    height: 22px;
  }
}
.no-style.btn-text-primary .elementor-button-wrapper .elementor-button,
.no-style.btn-text-primary .elementor-button-wrapper a {
  color: var(--global--color-primary) !important;
}
.no-style.btn-text-primary .elementor-button-wrapper .elementor-button svg,
.no-style.btn-text-primary .elementor-button-wrapper a svg {
  fill: var(--global--color-primary);
}
.no-style.btn-text-primary .elementor-button-wrapper .elementor-button:hover,
.no-style.btn-text-primary .elementor-button-wrapper a:hover {
  color: var(--global--color-secondary) !important;
}
.no-style.btn-text-primary .elementor-button-wrapper .elementor-button:hover svg,
.no-style.btn-text-primary .elementor-button-wrapper a:hover svg {
  fill: var(--global--color-secondary);
}
.no-style.btn-text-white .elementor-button-wrapper .elementor-button,
.no-style.btn-text-white .elementor-button-wrapper a {
  color: var(--global--color-white) !important;
}
.no-style.btn-text-white .elementor-button-wrapper .elementor-button svg,
.no-style.btn-text-white .elementor-button-wrapper a svg {
  fill: var(--global--color-white);
}
.no-style.btn-text-white .elementor-button-wrapper .elementor-button:hover,
.no-style.btn-text-white .elementor-button-wrapper a:hover {
  color: var(--global--color-secondary) !important;
}
.no-style.btn-text-white .elementor-button-wrapper .elementor-button:hover svg,
.no-style.btn-text-white .elementor-button-wrapper a:hover svg {
  fill: var(--global--color-secondary);
}
.no-style.btn-hover-white .elementor-button-wrapper .elementor-button:hover,
.no-style.btn-hover-white .elementor-button-wrapper a:hover {
  color: var(--global--color-white) !important;
}
.no-style.btn-hover-white .elementor-button-wrapper .elementor-button:hover svg,
.no-style.btn-hover-white .elementor-button-wrapper a:hover svg {
  fill: var(--global--color-white);
}
.no-style.text-xs .elementor-button-wrapper .elementor-button,
.no-style.text-xs .elementor-button-wrapper a {
  font-size: 14px !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
}
.no-style.text-xs .elementor-button-wrapper .elementor-button svg,
.no-style.text-xs .elementor-button-wrapper a svg {
  height: 15px;
}
@media (min-width: 1200px) {
  .no-style.text-xs .elementor-button-wrapper .elementor-button,
  .no-style.text-xs .elementor-button-wrapper a {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
  .no-style.text-xs .elementor-button-wrapper .elementor-button svg,
  .no-style.text-xs .elementor-button-wrapper a svg {
    height: 17px;
  }
}
@media (min-width: 1600px) {
  .no-style.text-xs .elementor-button-wrapper .elementor-button,
  .no-style.text-xs .elementor-button-wrapper a {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
  .no-style.text-xs .elementor-button-wrapper .elementor-button svg,
  .no-style.text-xs .elementor-button-wrapper a svg {
    height: 19px;
  }
}

/* Progress bar */
.progress-bar-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 9999;
}

.progress-bar {
  height: 100%;
  background-color: #546552;
  transition: all 0.3s ease;
}

/* progress circle */
.progress-circle-container {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .progress-circle-container {
    display: none !important;
  }
}

.progress-circle {
  width: 55px;
  height: 55x;
  border-radius: 50%;
  background-color: #546552;
}
@media (max-width: 1366px) {
  .progress-circle {
    width: 50px;
    height: 50px;
  }
}

.progress-circle-bar {
  fill: none;
  stroke: black;
  stroke-width: 5;
  stroke-dasharray: 283;
  stroke-dashoffset: 0;
  transform-origin: center;
  transition: stroke-dashoffset 0.3s ease;
}

.progress-background {
  fill: transparent;
  stroke: #ededed;
  stroke-width: 5;
  stroke-dasharray: none;
}

.scroll-to-top {
  position: absolute;
  height: 85%;
  width: 85%;
  background-color: #546552;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s ease;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
}

.scroll-to-top svg {
  display: block;
  width: 20px;
  height: 20px;
  stroke: white;
  transition: all 0.1s ease;
}

#back-to-top {
  cursor: pointer;
  align-items: center;
  background-color: var(--global--color-primary);
  border: 1px solid var(--global--color-white);
  border-radius: 0;
  -webkit-border-radius: 0;
  bottom: 20px;
  display: inline-flex;
  font-size: 0;
  flex-direction: column;
  justify-content: center;
  height: 35px;
  width: 35px;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 0;
  text-align: center;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  font-weight: 200 !important;
  z-index: 99;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  display: none !important;
}
@media (max-width: 1600px) {
  #back-to-top {
    width: 30px;
    height: 30px;
  }
}
#back-to-top svg {
  fill: var(--global--color-white);
  height: 12px;
}
#back-to-top:focus {
  outline: none !important;
}
#back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  display: block !important;
}
@media (max-width: 1199px) {
  #back-to-top.visible {
    display: none !important;
  }
}
#back-to-top:hover {
  background-color: var(--global--color-secondary);
  text-decoration: none;
}
@media (max-width: 1199px) {
  #back-to-top {
    display: none;
  }
}

.back-btn {
  align-items: center;
  background-color: var(--global--color-primary);
  border: 1px solid var(--global--color-white);
  border-radius: 0;
  -webkit-border-radius: 0;
  bottom: 20%;
  color: var(--global--color-white) !important;
  display: inline-flex;
  font-size: 12px !important;
  font-size: 0.75rem !important;
  font-weight: 300;
  height: 30px;
  margin: -42px 0 0;
  opacity: 0;
  padding: 0 10px;
  position: fixed;
  right: 0px;
  text-transform: uppercase;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  width: auto;
  z-index: 99;
}
.back-btn:hover {
  background-color: var(--global--color-secondary);
}
.back-btn.back-open {
  opacity: 1;
  right: 0;
}
.back-btn:focus {
  outline: none !important;
}
@media (max-width: 1199px) {
  .back-btn {
    display: none !important;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--global--color-heading) !important;
  display: block;
  font-weight: 500 !important;
  line-height: 1.2;
  margin: 0 0 10px !important;
  padding: 0;
  text-transform: capitalize;
  font-family: "Playfair Display", serif !important;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: inherit !important;
  text-transform: capitalize;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  background-color: transparent;
  color: var(--global--color-primary);
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none !important;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--global--color-secondary);
}
h1 + p, h1 + ul, h1 + ol, h1 + blockquote,
h2 + p,
h2 + ul,
h2 + ol,
h2 + blockquote,
h3 + p,
h3 + ul,
h3 + ol,
h3 + blockquote,
h4 + p,
h4 + ul,
h4 + ol,
h4 + blockquote,
h5 + p,
h5 + ul,
h5 + ol,
h5 + blockquote,
h6 + p,
h6 + ul,
h6 + ol,
h6 + blockquote {
  margin-bottom: 0;
  margin-top: 5px;
}
@media (min-width: 1600px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 15px;
  }
  h1 + p, h1 + ul, h1 + ol, h1 + blockquote,
  h2 + p,
  h2 + ul,
  h2 + ol,
  h2 + blockquote,
  h3 + p,
  h3 + ul,
  h3 + ol,
  h3 + blockquote,
  h4 + p,
  h4 + ul,
  h4 + ol,
  h4 + blockquote,
  h5 + p,
  h5 + ul,
  h5 + ol,
  h5 + blockquote,
  h6 + p,
  h6 + ul,
  h6 + ol,
  h6 + blockquote {
    margin-bottom: 0;
    margin-top: 10px;
  }
}

.titleSize-70, .elementor-widget-heading.titleSize-70 {
  font-size: 27px !important;
  font-size: 1.6875rem !important;
}
@media (min-width: 768px) {
  .titleSize-70, .elementor-widget-heading.titleSize-70 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-70, .elementor-widget-heading.titleSize-70 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-70, .elementor-widget-heading.titleSize-70 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-70, .elementor-widget-heading.titleSize-70 {
    font-size: 70px !important;
    font-size: 4.375rem !important;
  }
}

.titleSize-65, .elementor-widget-heading.titleSize-65 {
  font-size: 27px !important;
  font-size: 1.6875rem !important;
}
@media (min-width: 768px) {
  .titleSize-65, .elementor-widget-heading.titleSize-65 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-65, .elementor-widget-heading.titleSize-65 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-65, .elementor-widget-heading.titleSize-65 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-65, .elementor-widget-heading.titleSize-65 {
    font-size: 65px !important;
    font-size: 4.0625rem !important;
  }
}

.titleSize-60, .elementor-widget-heading.titleSize-60 {
  font-size: 27px !important;
  font-size: 1.6875rem !important;
}
@media (min-width: 768px) {
  .titleSize-60, .elementor-widget-heading.titleSize-60 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1300px) {
  .titleSize-60, .elementor-widget-heading.titleSize-60 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-60, .elementor-widget-heading.titleSize-60 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-60, .elementor-widget-heading.titleSize-60 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-60, .elementor-widget-heading.titleSize-60 {
    font-size: 60px !important;
    font-size: 3.75rem !important;
  }
}

.titleSize-55 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
@media (min-width: 768px) {
  .titleSize-55 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-55 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-55 {
    font-size: 48px !important;
    font-size: 3rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-55 {
    font-size: 55px !important;
    font-size: 3.4375rem !important;
  }
}

.titleSize-40, .elementor-widget-heading.titleSize-40 {
  font-weight: 500 !important;
  text-transform: uppercase !important;
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
@media (min-width: 320px) {
  .titleSize-40, .elementor-widget-heading.titleSize-40 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 768px) {
  .titleSize-40, .elementor-widget-heading.titleSize-40 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-40, .elementor-widget-heading.titleSize-40 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-40, .elementor-widget-heading.titleSize-40 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-40, .elementor-widget-heading.titleSize-40 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}

.titleSize-32, .elementor-widget-heading.titleSize-32 {
  font-weight: 500 !important;
  text-transform: uppercase !important;
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
@media (min-width: 320px) {
  .titleSize-32, .elementor-widget-heading.titleSize-32 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 768px) {
  .titleSize-32, .elementor-widget-heading.titleSize-32 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-32, .elementor-widget-heading.titleSize-32 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-32, .elementor-widget-heading.titleSize-32 {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-32, .elementor-widget-heading.titleSize-32 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}

.titleSize-27, .elementor-widget-heading.titleSize-27 {
  font-weight: 500 !important;
  text-transform: uppercase !important;
}
@media (min-width: 320px) {
  .titleSize-27, .elementor-widget-heading.titleSize-27 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-27, .elementor-widget-heading.titleSize-27 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-27, .elementor-widget-heading.titleSize-27 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-27, .elementor-widget-heading.titleSize-27 {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}

.titleSize-25, .elementor-widget-heading.titleSize-25 {
  font-weight: 500 !important;
  text-transform: uppercase !important;
}
@media (min-width: 320px) {
  .titleSize-25, .elementor-widget-heading.titleSize-25 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-25, .elementor-widget-heading.titleSize-25 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-25, .elementor-widget-heading.titleSize-25 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-25, .elementor-widget-heading.titleSize-25 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}

h1,
.h1,
.elementor-widget-heading {
  text-transform: capitalize !important;
  font-size: 26px !important;
  font-size: 1.625rem !important;
}
@media (min-width: 768px) {
  h1,
  .h1,
  .elementor-widget-heading {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}
@media (min-width: 1200px) {
  h1,
  .h1,
  .elementor-widget-heading {
    font-size: 38px !important;
    font-size: 2.375rem !important;
  }
}
@media (min-width: 1600px) {
  h1,
  .h1,
  .elementor-widget-heading {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media (min-width: 1850px) {
  h1,
  .h1,
  .elementor-widget-heading {
    font-size: 55px !important;
    font-size: 3.4375rem !important;
  }
}

h2,
.h2 {
  font-weight: 500 !important;
  color: #0B0F23 !important;
  text-transform: c !important;
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media (min-width: 1600px) {
  h2,
  .h2 {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}
@media (min-width: 1850px) {
  h2,
  .h2 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}

h3,
.h3 {
  font-size: 23px !important;
  font-size: 1.4375rem !important;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1600px) {
  h3,
  .h3 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media (min-width: 1850px) {
  h3,
  .h3 {
    font-size: 38px !important;
    font-size: 2.375rem !important;
  }
}

h4,
.h4 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1600px) {
  h4,
  .h4 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media (min-width: 1850px) {
  h4,
  .h4 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }
}

h5,
.h5 {
  font-size: 21px !important;
  font-size: 1.3125rem !important;
}
@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1200px) {
  h5,
  .h5 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1600px) {
  h5,
  .h5 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1850px) {
  h5,
  .h5 {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}

h6,
.h6 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
@media (min-width: 768px) {
  h6,
  .h6 {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
}
@media (min-width: 1200px) {
  h6,
  .h6 {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
}
@media (min-width: 1600px) {
  h6,
  .h6 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1850px) {
  h6,
  .h6 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}

.elementor-widget-heading {
  background-color: transparent;
  color: var(--global--color-heading);
  display: block;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px !important;
  position: relative;
  text-align: left;
  text-transform: none;
}
.elementor-widget-heading .elementor-heading-title {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: 1;
  position: relative;
}
.elementor-widget-heading .elementor-heading-title a {
  background-color: transparent;
  color: inherit;
  position: relative;
  text-decoration: none !important;
}
.elementor-widget-heading .elementor-heading-title a:hover {
  color: var(--global--color-primary) !important;
}
.elementor-widget-heading.styled_title i {
  display: flex;
  flex-wrap: wrap;
  font-style: normal;
  justify-content: flex-end;
  height: 6px;
  margin-right: 7px;
  transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  width: 30px;
}
.elementor-widget-heading.styled_title i:before, .elementor-widget-heading.styled_title i:after {
  content: "";
  display: inline-block;
  position: relative;
  transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
}
.elementor-widget-heading.styled_title i:before {
  background-color: var(--global--color-primary);
  height: 1px;
  transform-origin: right;
  width: 100%;
}
.elementor-widget-heading.styled_title i:after {
  background-color: var(--global--color-secondary);
  height: 1px;
  margin-top: auto;
  transform-origin: right;
  width: 55%;
}
.elementor-widget-heading.styled_title .elementor-heading-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.elementor-widget-heading.styled_title.brdr-white i:after {
  background-color: var(--global--color-white);
}
.elementor-widget-heading.styled_title.vertical .elementor-heading-title {
  flex-flow: column wrap;
  display: flex;
  flex-wrap: wrap;
}
.elementor-widget-heading.styled_title.vertical i {
  align-items: flex-end;
  height: 30px;
  margin: 0 auto 7px;
  width: 6px;
}
.elementor-widget-heading.styled_title.vertical i:before {
  background-color: var(--global--color-secondary);
  height: 55%;
  margin-right: auto;
  margin-top: auto;
  transform-origin: bottom;
  width: 1px;
}
.elementor-widget-heading.styled_title.vertical i:after {
  background-color: var(--global--color-primary);
  height: 100%;
  transform-origin: bottom;
  width: 1px;
}
.elementor-widget-heading.styled_title.vertical.brdr-white i:before {
  background-color: var(--global--color-white);
}
.elementor-widget-heading.center {
  text-align: center;
}
.elementor-widget-heading.no-transform {
  text-transform: none;
}
.elementor-widget-heading.m-b-0 .elementor-heading-title {
  margin-bottom: 0 !important;
}
@media (min-width: 1600px) {
  .elementor-widget-heading.styled_title i {
    height: 8px;
    margin-right: 10px;
    width: 38px;
  }
  .elementor-widget-heading.styled_title.vertical i {
    height: 40px;
    margin-bottom: 10px;
    width: 8px;
  }
}
.elementor-widget-heading.primary-color {
  color: var(--global--color-primary) !important;
}
.elementor-widget-heading.text-white {
  color: var(--global--color-white) !important;
}
.elementor-widget-heading.text-black {
  color: var(--global--color-black) !important;
}

.center {
  text-align: center !important;
}
.center h1,
.center h2,
.center h3,
.center h4,
.center h5,
.center h6,
.center p {
  text-align: center !important;
}

.text-pink {
  color: #d7a3a1 !important;
}
.text-pink h1,
.text-pink h2,
.text-pink h3,
.text-pink h4,
.text-pink h5,
.text-pink h6,
.text-pink p {
  color: #d7a3a1 !important;
}

body {
  counter-reset: heading-counter;
}

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

ol li::marker {
  font-weight: 400;
}

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

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

@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;
  }
}

.azA_list_styles-ticked li {
  padding-left: 35px;
}
.azA_list_styles-ticked li i {
  flex: 0 0 35px;
  width: 35px;
}
.azA_list_styles-ticked li i svg {
  fill: var(--global--color-primary);
  height: 13.5px !important;
  width: 17.5px !important;
}

.text-black ul li i svg {
  fill: var(--global--color-black);
}

.text-white ul li i svg {
  fill: var(--global--color-white);
}

.cmn-ul ul {
  margin: 0;
  padding: 0;
}
.cmn-ul ul li {
  padding: 7px 0 7px 20px;
  position: relative;
  font-weight: 400 !important;
  color: #000;
}
@media (min-width: 1850px) {
  .cmn-ul ul li {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
.cmn-ul ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
}
@media (max-width: 1680px) {
  .cmn-ul ul li:after {
    top: 17px;
  }
}
@media (max-width: 1600px) {
  .cmn-ul ul li:after {
    top: 16px;
  }
}
@media (max-width: 1470px) {
  .cmn-ul ul li:after {
    width: 7px;
    height: 7px;
    top: 16px;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
}
table tr,
table th,
table td {
  vertical-align: middle;
}
table thead {
  border: 1px solid #141414;
}
table thead tr {
  background-color: var(--global--color-black);
  color: var(--global--color-white);
}
table thead tr th {
  color: inherit;
  font-weight: 600;
  height: 46px;
  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 tbody {
  border: 1px solid #141414;
}
table tbody tr {
  background-color: #0d0d0d;
}
table tbody tr:nth-child(odd) {
  background-color: #141414;
}
table td,
table th {
  font-size: 13px !important;
  font-size: 0.8125rem !important;
  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;
}
@media (min-width: 768px) {
  table td,
  table th {
    font-size: 11px !important;
    font-size: 0.6875rem !important;
  }
}
@media (min-width: 992px) {
  table td,
  table th {
    font-size: 11px !important;
    font-size: 0.6875rem !important;
  }
}
@media (min-width: 1200px) {
  table td,
  table th {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
}
@media (min-width: 1600px) {
  table td,
  table th {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1850px) {
  table td,
  table th {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
table th {
  color: var(--global--color-primary);
  font-weight: 600;
  height: 34px;
}

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: #445142;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.ui-datepicker-calendar thead tr th {
  font-size: 14px !important;
  font-size: 0.875rem !important;
}
@media (max-width: 1600px) {
  .ui-datepicker-calendar thead tr th {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
}
.ui-datepicker-calendar tbody tr {
  background: var(--global--color-white) !important;
}

.ui-datepicker {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.ui-datepicker .ui-datepicker-header {
  background-color: #485747;
  color: var(--global--color-white);
  height: 37px;
  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-title {
  order: 2;
}
.ui-datepicker .ui-datepicker-next {
  order: 3;
  margin-left: auto;
  padding-right: 15px;
}
/* =====     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 {
  *zoom: 1;
}
form:after, form:before {
  content: "";
  display: block;
}
form:after {
  clear: both;
}

.fs-form_elements {
  color: var(--global--color-secondary) !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  font-weight: 400 !important;
}
@media (min-width: 1200px) {
  .fs-form_elements {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-form_elements {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-form_elements {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

::-webkit-input-placeholder {
  opacity: 1 !important;
  color: var(--global--color-secondary) !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  font-weight: 400 !important;
}
@media (min-width: 1200px) {
  ::-webkit-input-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  ::-webkit-input-placeholder {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  ::-webkit-input-placeholder {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

:-moz-placeholder {
  opacity: 1 !important;
  color: var(--global--color-secondary) !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  font-weight: 400 !important;
}
@media (min-width: 1200px) {
  :-moz-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  :-moz-placeholder {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  :-moz-placeholder {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

::-moz-placeholder {
  opacity: 1 !important;
  color: var(--global--color-secondary) !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  font-weight: 400 !important;
}
@media (min-width: 1200px) {
  ::-moz-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  ::-moz-placeholder {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  ::-moz-placeholder {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

:-ms-input-placeholder {
  opacity: 1 !important;
  color: var(--global--color-secondary) !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  font-weight: 400 !important;
}
@media (min-width: 1200px) {
  :-ms-input-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  :-ms-input-placeholder {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  :-ms-input-placeholder {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

label {
  line-height: 1;
  color: var(--global--color-secondary) !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  font-weight: 400 !important;
}
@media (min-width: 1200px) {
  label {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  label {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  label {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

.form-elements,
textarea,
select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: var(--global--color-box-bg);
  border: 1px solid var(--global--color-border) !important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  display: block;
  outline: none !important;
  outline-offset: 0;
  padding: 0 15px !important;
  text-transform: none;
  width: 100%;
  color: var(--global--color-secondary) !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  font-weight: 400 !important;
}
@media (min-width: 1200px) {
  .form-elements,
  textarea,
  select {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  .form-elements,
  textarea,
  select {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  .form-elements,
  textarea,
  select {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

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: 115px;
  }
}
@media (min-width: 1850px) {
  textarea {
    height: 130px;
  }
}

.sele {
  background-image: url(assets/images/dropdown-arrow.png) !important;
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 10px 6px;
  outline: none;
  /* &:invalid {
    color: #9d9d9d;
  }
  [disabled] {
    color: #9d9d9d;
  } */
}
.sele option {
  color: var(--global--color-secondary);
  text-transform: none;
}
.sele:focus, .sele:active {
  outline: none;
}
@media (min-width: 1600px) {
  .sele {
    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%;
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .input-holder {
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .input-holder {
    margin-bottom: 10px;
  }
}
.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;
}

.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);
}
.form_white :-moz-placeholder {
  color: var(--global--color-white);
}
.form_white ::-moz-placeholder {
  color: var(--global--color-white);
}
.form_white :-ms-input-placeholder {
  color: var(--global--color-white);
}
.form_white .form-elements,
.form_white textarea,
.form_white select {
  border-bottom-color: var(--global--color-white);
  color: var(--global--color-white);
}

.popUp_form .form-elements,
.popUp_form textarea {
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.tw-modal-wrapper {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 15px;
  top: 0;
  transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  width: 100vw;
  z-index: 9999;
}
.tw-modal-wrapper .modal-close-wrapper {
  background-color: transparent;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.tw-modal-wrapper .tw-modal-container {
  background-color: var(--global--color-white);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  padding: 25px;
  position: relative;
  z-index: 3;
}
.tw-modal-wrapper .tw-modal-close-button {
  background-color: #000;
  border: 0 !important;
  border-top-right-radius: 6px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  font-weight: 300;
  height: 30px;
  padding: 0 !important;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 30px;
}
.tw-modal-wrapper .tw-modal-close-button:hover {
  color: #fff;
  opacity: 0.8;
}
.tw-modal-wrapper .tw-modal-header {
  color: #000;
  font-size: 20px !important;
  font-size: 1.25rem !important;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}
.tw-modal-wrapper .tw-modal-body {
  margin-top: 15px;
  padding-top: 10px;
}
.tw-modal-wrapper.fullwidthPopup {
  padding: 0;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-container {
  background-color: transparent;
  box-shadow: none;
}
.tw-modal-wrapper.fullwidthPopup .image_col {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.tw-modal-wrapper.fullwidthPopup .form_col {
  background-color: var(--global--color-primary);
  padding: 20px;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-close-button {
  background-color: var(--global--color-secondary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-close-button:hover {
  background-color: var(--global--color-black);
}
@media (min-width: 1200px) {
  .tw-modal-wrapper.fullwidthPopup .image_col,
  .tw-modal-wrapper.fullwidthPopup .form_col {
    flex: 0 0 50%;
    height: 100%;
    width: 50%;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper {
    background-color: var(--global--color-secondary);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 60px;
    left: auto;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 60px;
    display: none !important;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper:before {
    color: var(--global--color-white);
    content: "Close";
    font-size: 12px !important;
    font-size: 0.75rem !important;
    font-weight: 400;
    transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    text-transform: uppercase;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper:hover:before {
    color: var(--global--color-primary);
  }
  .tw-modal-wrapper.fullwidthPopup .form_col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-left: 100px;
  }
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-container {
  width: 800px !important;
}
@media (max-width: 1023px) {
  .tw-modal-wrapper.fullwidthPopup .tw-modal-container {
    width: 100% !important;
  }
}
.tw-modal-wrapper.modal-lg .tw-modal-container {
  max-width: 900px;
}
.tw-modal-wrapper.modal-md .tw-modal-container {
  max-width: 800px;
}
.tw-modal-wrapper.showed {
  opacity: 1;
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
@media (min-width: 320px) {
  .tw-modal-wrapper .tw-modal-container {
    padding: 20px;
  }
  .tw-modal-wrapper .tw-modal-close-button {
    height: 36px;
    width: 36px;
  }
  .tw-modal-wrapper .tw-modal-close-button:hover {
    background-color: #000 !important;
  }
  .tw-modal-wrapper .tw-modal-header {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
  .tw-modal-wrapper .tw-modal-body {
    margin-top: 12px;
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .tw-modal-wrapper .tw-modal-header {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1600px) {
  .tw-modal-wrapper .tw-modal-header {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}

.tw-modal-wrapper {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999;
}
.tw-modal-wrapper .heading_wrapper {
  flex-flow: column wrap;
}
.tw-modal-wrapper.showed {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tw-modal-wrapper .input-holder input {
  border-bottom: solid 2px #e57d25;
  padding: 15px 0 15px 0;
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-bottom: 0px !important;
}
@media (max-width: 1440px) {
  .tw-modal-wrapper .input-holder input {
    padding: 15px 0 12px;
  }
}
.tw-modal-wrapper .input-holder textarea {
  border-bottom: solid 2px #e57d25 !important;
  padding: 45px 0 15px 0 !important;
  width: 100%;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  height: 90px;
}
.tw-modal-wrapper .input-holder .sel {
  position: relative;
}
.tw-modal-wrapper .input-holder .sel select {
  width: 100%;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: solid 2px #e57d25 !important;
  border-radius: 0 !important;
  padding: 13px 0 !important;
  color: #687b81 !important;
  height: auto !important;
}
@media (max-width: 1199px) {
  .tw-modal-wrapper .input-holder .sel select {
    padding: 11px 0 !important;
  }
}
.tw-modal-wrapper .input-holder .sel select option {
  color: #546552 !important;
  opacity: 1 !important;
}
.tw-modal-wrapper .input-holder .sel:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 20px;
  width: 10px;
  height: 10px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(135deg);
}

.modal-dialog {
  background-color: #fff;
}
@media (max-width: 767px) {
  .modal-dialog {
    width: 100% !important;
  }
}

.tw-modal-container {
  width: 700px !important;
}
@media (max-width: 767px) {
  .tw-modal-container {
    width: 100% !important;
  }
}
.tw-modal-container form {
  margin: 40px 0 20px;
}
.tw-modal-container form .input-holder {
  margin-bottom: 10px;
}
.tw-modal-container .submit-wrap {
  text-align: right;
  width: 100%;
}
.tw-modal-container .submit-wrap .btn {
  margin-top: 15px !important;
}
@media (min-width: 320px) {
  .tw-modal-container .submit-wrap .btn {
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .tw-modal-container .submit-wrap .btn {
    height: 50px !important;
  }
}
.tw-modal-container .submit-wrap button[type=submit] {
  height: 50px !important;
  padding: 0 25px;
}
@media (max-width: 1199px) {
  .tw-modal-container .submit-wrap button[type=submit] {
    height: 45px;
  }
}
.tw-modal-container .submit-wrap button[type=submit]:hover {
  background: #000;
}
.tw-modal-container .half-width {
  width: 48%;
}
@media (max-width: 767px) {
  .tw-modal-container .half-width {
    width: 100%;
  }
}
.tw-modal-container .full-width {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .tw-modal-container .full-width {
    flex-wrap: wrap;
  }
}
.tw-modal-container .full-width:after, .tw-modal-container .full-width:before {
  display: none;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.clinic .slick-dots {
  bottom: 40px;
}

.slick-dots {
  position: absolute;
  bottom: 5%;
  width: 100%;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  z-index: 9;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 13px;
  width: 13px;
  margin: 0 15px 0 0;
  padding: 0px;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
}
@media (max-width: 1599px) {
  .slick-dots li {
    width: 10px;
    height: 10px;
  }
}
.slick-dots li button {
  display: none !important;
  background: transparent;
  border-radius: 50%;
  display: inline-block;
  height: 3px;
  width: 45px;
  padding: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  border: solid 1px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  background: #546552;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  display: none !important;
}
.slick-dots li:before {
  display: none !important;
}
.slick-dots li.slick-active {
  background: #413e41;
}
.slick-dots li.slick-active:after {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: 22px;
  height: 22px;
  background: transparent;
  border: solid 1px #fff;
  border-radius: 50%;
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 60px !important;
  width: 60px !important;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  top: 45%;
  background: #fff !important;
  border-radius: 50% !important;
  padding: 0;
  z-index: 9;
  outline: none;
  font-size: 0 !important;
  border: none !important;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
@media (max-width: 1600px) {
  .slick-prev,
  .slick-next {
    width: 40px !important;
    height: 40px !important;
  }
}
.slick-prev:hover,
.slick-next:hover {
  background: #546552 !important;
}
@media (max-width: 1366px) {
  .slick-prev,
  .slick-next {
    top: 42%;
  }
}
@media (max-width: 768px) {
  .slick-prev,
  .slick-next {
    top: 20%;
  }
}
@media (max-width: 767px) {
  .slick-prev,
  .slick-next {
    top: 16%;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev:hover,
.slick-next:hover {
  color: #546552;
}

.slick-prev {
  left: -20px;
  z-index: 9;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0px;
}
.slick-prev:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  border-right: solid 2px #000 !important;
  border-top: solid 2px #000 !important;
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  left: 41%;
  top: 34%;
}
[dir=rtl] .slick-prev:before {
  content: "→";
}
@media (max-width: 1600px) {
  .slick-prev:before {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 1470px) {
  .slick-prev:before {
    width: 12px;
    height: 12px;
  }
}
.slick-prev:hover:before {
  border-right: solid 2px #fff !important;
  border-top: solid 2px #fff !important;
}

.slick-next {
  right: -20px;
  z-index: 9;
}
[dir=rtl] .slick-next {
  left: 0px;
  right: auto;
}
.slick-next:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  border-right: solid 2px #000 !important;
  border-top: solid 2px #000 !important;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  left: 30%;
  top: 34%;
}
[dir=rtl] .slick-next:before {
  content: "←";
}
@media (max-width: 1600px) {
  .slick-next:before {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 1470px) {
  .slick-next:before {
    width: 12px;
    height: 12px;
  }
}
.slick-next:hover:before {
  border-right: solid 2px #fff !important;
  border-top: solid 2px #fff !important;
}

#horizontalTab {
  position: relative;
  z-index: 2;
}

.resp-tabs-list {
  margin: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.resp-tabs-list li {
  display: inline-block;
  margin: 0 0 15px !important;
  padding: 0;
  font-size: 22px !important;
  font-size: 1.375rem !important;
  list-style: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-family: "Playfair Display", serif !important;
  position: relative;
}
.resp-tabs-list li figure {
  width: 60%;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
}
@media (max-width: 1470px) {
  .resp-tabs-list li figure {
    padding: 5px;
    min-height: 90px;
  }
}
@media (max-width: 1199px) {
  .resp-tabs-list li figure {
    width: 100%;
    margin: 0 auto !important;
    padding: 5px;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .resp-tabs-list li figure {
    display: none !important;
  }
}

.resp-tabs-container {
  padding: 0px;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  display: none;
}

.resp-tab-content {
  display: none;
}

.resp-tab-active {
  position: relative;
}
.resp-tab-active:after {
  content: "";
  position: absolute;
  width: 52px;
  height: 100%;
  right: -40px;
  top: 0px;
  background: url(assets/images/ar.png) no-repeat #fff;
  background-size: contain;
  background-position: center center;
}
@media (max-width: 1680px) {
  .resp-tab-active:after {
    right: -40px;
  }
}
@media (max-width: 1199px) {
  .resp-tab-active:after {
    display: none;
  }
}

.resp-content-active,
.resp-accordion-active {
  display: block;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: calc(40% - 50px);
  display: flex;
  flex-direction: column;
  background: #546552;
  margin: 0 50px 0 0 !important;
  padding: 0 !important;
}
@media (max-width: 1199px) {
  .resp-vtabs ul.resp-tabs-list {
    padding: 20px !important;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 !important;
  }
}
@media (max-width: 1023px) {
  .resp-vtabs ul.resp-tabs-list {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .resp-vtabs ul.resp-tabs-list {
    margin-bottom: 15px !important;
  }
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  margin: 0;
  cursor: pointer;
  float: none;
  width: 100%;
}
@media (max-width: 1199px) {
  .resp-vtabs .resp-tabs-list li {
    width: 19%;
    margin: 3px !important;
    background-color: #fff;
    border-radius: 0 !important;
    min-height: 90px;
    display: flex;
  }
}
@media (max-width: 1023px) {
  .resp-vtabs .resp-tabs-list li {
    min-height: 80px;
  }
}
@media (max-width: 767px) {
  .resp-vtabs .resp-tabs-list li {
    display: none;
  }
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  float: left;
  width: 60%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}
@media (max-width: 1199px) {
  .resp-vtabs .resp-tabs-container {
    width: 100%;
    margin-bottom: 30px;
  }
}

.resp-vtabs .resp-tab-content {
  border: solid 1px #dbdbdb;
  border-radius: 0 15px 15px 0;
}
@media (max-width: 1199px) {
  .resp-vtabs .resp-tab-content {
    border-radius: 0 !important;
    padding: 15px;
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .resp-vtabs .resp-tab-content {
    margin: 20px 0;
  }
}
@media (min-width: 1850px) and (max-width: 1920px) {
  .resp-vtabs .resp-tab-content figure {
    overflow: hidden;
  }
  .resp-vtabs .resp-tab-content figure img {
    max-width: none !important;
  }
}

.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 1199px) {
  .resp-vtabs li.resp-tab-active {
    border-radius: 0 !important;
    border: solid 2px #000;
  }
}

.resp-arrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 30px;
  line-height: 1;
  position: absolute;
  right: 10px;
  transform-origin: center center;
  transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  top: 30%;
  width: 30px;
}
.resp-arrow:before {
  border-right: 1px solid var(--global--color-black);
  border-top: 1px solid var(--global--color-black);
  content: "";
  height: 10px;
  width: 10px;
}

h2.resp-tab-active span.resp-arrow {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 40%;
}

/*-----------Accordion styles-----------*/
.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-tab-content-active {
  display: block;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media (max-width: 767px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
    margin-top: 10px;
    position: relative;
    font-size: 18px !important;
    font-size: 1.125rem !important;
    padding: 15px;
    border: solid 3px #546552;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  h2.resp-accordion figure {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  h2.resp-tab-active {
    background-color: #fff;
    border: solid 3px #000;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: both;
    margin: 50px 0 0;
  }
  .resp-accordion-closed {
    display: none !important;
  }
}
/*! jQuery UI - v1.14.1 - 2024-10-30
* https://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit https://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright OpenJS Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 125+ */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 16em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 5px;
  width: 25px;
  height: 25px;
  background: #DAD4D4 !important;
}

.ui-datepicker .ui-datepicker-prev {
  left: 4px;
}

.ui-datepicker .ui-datepicker-next {
  right: 4px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-prev span::after,
.ui-datepicker .ui-datepicker-next span::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-left: solid 1px #000;
  border-top: solid 1px #000;
  transform: rotate(315deg);
}

.ui-datepicker .ui-datepicker-next span::after {
  transform: rotate(135deg);
  left: 3px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 15px;
}
@media (max-width: 1600px) {
  .ui-datepicker .ui-datepicker-title {
    font-size: 13px;
  }
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  border: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
}
@media (max-width: 1600px) {
  .ui-datepicker td span,
  .ui-datepicker td a {
    font-size: 12px;
  }
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  padding: 0;
}

.ui-widget-content {
  border: none;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background: #fff;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #DAD4D4;
  font-weight: normal;
  color: #000 !important;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #000;
  background: #546552;
  font-weight: normal;
  color: #fff !important;
  transition: all ease 0.3s;
  text-decoration: none !important;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none !important;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #000;
  background: #546552;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: 1px solid #000;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #000;
  background: #546552;
  color: #fff !important;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  background-image: none;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
}

.ui-widget-shadow {
  box-shadow: 0px 0px 5px #666666;
}

.ui-datepicker-calendar {
  border: none !important;
}
.ui-datepicker-calendar thead {
  border: none !important;
}
.ui-datepicker-calendar tbody {
  border: none !important;
}

.tw-modal-wrapper {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 15px;
  top: 0;
  transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  width: 100vw;
  z-index: 9999;
}
.tw-modal-wrapper .modal-close-wrapper {
  background-color: transparent;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.tw-modal-wrapper .tw-modal-container {
  background-color: var(--global--color-white);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  padding: 25px;
  position: relative;
  z-index: 3;
}
.tw-modal-wrapper .tw-modal-close-button {
  background-color: var(--global--color-primary);
  border: 0 !important;
  border-top-right-radius: 6px;
  color: var(--global--color-white);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  font-weight: 300;
  height: 30px;
  padding: 0 !important;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 30px;
}
.tw-modal-wrapper .tw-modal-close-button:hover {
  background-color: var(--global--color-secondary);
}
.tw-modal-wrapper .tw-modal-header {
  color: var(--global--color-secondary);
  font-size: 20px !important;
  font-size: 1.25rem !important;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.tw-modal-wrapper .tw-modal-body {
  margin-top: 15px;
  padding-top: 10px;
}
.tw-modal-wrapper.fullwidthPopup {
  padding: 0;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-container {
  background-color: transparent;
  box-shadow: none;
}
.tw-modal-wrapper.fullwidthPopup .image_col {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.tw-modal-wrapper.fullwidthPopup .form_col {
  background-color: var(--global--color-primary);
  padding: 20px;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-close-button {
  background-color: var(--global--color-secondary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-close-button:hover {
  background-color: var(--global--color-black);
}
@media (min-width: 1200px) {
  .tw-modal-wrapper.fullwidthPopup .image_col,
  .tw-modal-wrapper.fullwidthPopup .form_col {
    flex: 0 0 50%;
    height: 100%;
    width: 50%;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper {
    background-color: var(--global--color-secondary);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 60px;
    left: auto;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 60px;
    display: none !important;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper:before {
    color: var(--global--color-white);
    content: "Close";
    font-size: 12px !important;
    font-size: 0.75rem !important;
    font-weight: 400;
    transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    text-transform: uppercase;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper:hover:before {
    color: var(--global--color-primary);
  }
  .tw-modal-wrapper.fullwidthPopup .form_col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-left: 100px;
  }
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-container {
  max-width: 600px;
}
.tw-modal-wrapper.modal-lg .tw-modal-container {
  max-width: 900px;
}
.tw-modal-wrapper.modal-md .tw-modal-container {
  max-width: 600px;
}
.tw-modal-wrapper.showed {
  opacity: 1;
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
@media (min-width: 768px) {
  .tw-modal-wrapper .tw-modal-container {
    padding: 40px;
  }
  .tw-modal-wrapper .tw-modal-close-button {
    height: 36px;
    width: 36px;
  }
  .tw-modal-wrapper .tw-modal-header {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
  .tw-modal-wrapper .tw-modal-body {
    margin-top: 12px;
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .tw-modal-wrapper .tw-modal-header {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1600px) {
  .tw-modal-wrapper .tw-modal-header {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}

.tw-modal-wrapper {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999;
}
.tw-modal-wrapper .heading_wrapper {
  flex-flow: column wrap;
}
.tw-modal-wrapper.showed {
  display: flex;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  max-width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel.off {
  display: block;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("assets/scss/components/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  font-size: 14px;
  margin: 6px;
  padding: 4px 7px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  cursor: pointer;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots > * {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid transparent;
  display: block;
  height: 16px;
  margin: 0;
  position: relative;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  width: 16px;
}
.owl-theme .owl-dots .owl-dot span:before {
  background-color: var(--global--color-primary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  content: "";
  height: 60%;
  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.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  width: 60%;
}
.owl-theme .owl-dots .owl-dot.active, .owl-theme .owl-dots .owl-dot:hover {
  border-color: var(--global--color-primary);
}
.owl-theme .owl-dots .owl-dot.active span:before, .owl-theme .owl-dots .owl-dot:hover span:before {
  height: calc(100% - 4px);
  width: calc(100% - 4px);
}
@media (min-width: 768px) {
  .owl-theme .owl-dots .owl-dot span {
    height: 18px;
    width: 18px;
  }
  .owl-theme .owl-dots .owl-dot.active span:before, .owl-theme .owl-dots .owl-dot:hover span:before {
    height: calc(100% - 6px);
    width: calc(100% - 6px);
  }
}
@media (min-width: 1600px) {
  .owl-theme .owl-dots .owl-dot span {
    height: 22px;
    width: 22px;
  }
  .owl-theme .owl-dots .owl-dot span:before {
    height: 50%;
    width: 50%;
  }
  .owl-theme .owl-dots .owl-dot.active span:before, .owl-theme .owl-dots .owl-dot:hover span:before {
    height: calc(100% - 6px);
    width: calc(100% - 6px);
  }
}
@media (min-width: 1850px) {
  .owl-theme .owl-dots .owl-dot span {
    height: 26px;
    width: 26px;
  }
}
.owl-theme.theme-white .owl-nav [class*=owl-] {
  background: #fff;
  color: rgba(0, 0, 0, 0.5);
}
.owl-theme.theme-white .owl-nav [class*=owl-]:hover {
  background: rgba(255, 255, 255, 0.5);
  color: rgba(0, 0, 0, 0.5);
}
.owl-theme.theme-white .owl-dots .owl-dot span:before {
  background-color: var(--global--color-white);
}
.owl-theme.theme-white .owl-dots .owl-dot.active span, .owl-theme.theme-white .owl-dots .owl-dot:hover span {
  border-color: var(--global--color-white);
}

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
  overflow-y: auto !important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
  padding: 0 !important;
}

/*  ===============
  1. Reset
===============  */
*,
*::before,
*::after {
  box-sizing: border-box;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

input,
button,
textarea,
select {
  font-family: inherit;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

::-ms-expand {
  display: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
html {
  font-family: "Outfit", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
  font-optical-sizing: auto;
  overflow: auto !important;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

.elementor-widget-text-editor p {
  color: #121212;
}

body {
  background-color: var(--global--color-white) !important;
  color: var(--global--color-black);
  font-family: "Outfit", sans-serif !important;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0 !important;
  padding-right: 0 !important;
  scroll-behavior: smooth;
  text-align: left;
  text-rendering: optimizeSpeed;
}
@media (min-width: 1200px) {
  body {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  body {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1850px) {
  body {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
body p,
body li {
  color: inherit;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  text-align: inherit;
  font-weight: 300 !important;
  font-family: "Outfit", sans-serif;
}
body p a,
body li a {
  color: var(--global--color-primary);
  display: inline;
}
body p a:hover,
body li a:hover {
  color: var(--global--color-secondary);
  text-decoration: none !important;
}
body p,
body li,
body .form-elements,
body select,
body textarea,
body label {
  font-optical-sizing: auto;
  font-size: inherit;
  font-weight: inherit;
}
body ::-webkit-input-placeholder {
  font-size: inherit;
}
body :-moz-placeholder {
  font-size: inherit;
}
body ::-moz-placeholder {
  font-size: inherit;
}
body :-ms-input-placeholder {
  font-size: inherit;
}

p:not(:last-child),
blockquote:not(:last-child),
ul:not(:last-child),
ol:not(:last-child) {
  margin-bottom: 15px;
}
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6,
blockquote + h1,
blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + h5,
blockquote + h6,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6 {
  margin: 0;
  margin-top: 20px;
}
@media (min-width: 1600px) {
  p:not(:last-child),
  blockquote:not(:last-child),
  ul:not(:last-child),
  ol:not(:last-child) {
    margin-bottom: 15px;
  }
  p + h1, p + h2, p + h3, p + h4, p + h5, p + h6,
  blockquote + h1,
  blockquote + h2,
  blockquote + h3,
  blockquote + h4,
  blockquote + h5,
  blockquote + h6,
  ul + h1,
  ul + h2,
  ul + h3,
  ul + h4,
  ul + h5,
  ul + h6,
  ol + h1,
  ol + h2,
  ol + h3,
  ol + h4,
  ol + h5,
  ol + h6 {
    margin-top: 30px;
  }
}

address {
  font-style: normal;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after, .clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  clear: both;
}

svg {
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
}
svg :focus {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  outline: none;
}

a,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
}
a:focus, a:hover,
button:focus,
button:hover,
input[type=submit]:focus,
input[type=submit]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=button]:focus,
input[type=button]:hover {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  text-decoration: none;
}

button {
  border: 0;
}

a {
  border: none;
  color: inherit;
  display: inline-block;
}

a[href^=tel] {
  color: inherit;
  cursor: default;
  text-decoration: none !important;
}
a[href^=tel]:hover, a[href^=tel]:active, a[href^=tel]:focus {
  border: 0;
  box-shadow: none;
  outline: none;
  text-decoration: none !important;
  color: inherit !important;
}

b,
strong {
  font-weight: 700;
}

img {
  height: auto !important;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  width: auto !important;
  z-index: 2;
}
img.alignright {
  display: inline;
  float: right;
  margin: 12px 0 12px 20px;
}
img.alignleft {
  display: inline;
  float: left;
  margin: 12px 20px 12px 0;
}
img.aligncenter {
  clear: both;
  display: block;
  margin: 10px auto;
}
img.alignnone {
  display: inline;
  margin: 10px;
}
@media (max-width: 1199px) {
  img.alignleft, img.alignright, img.aligncenter, img.alignnone {
    clear: both;
    display: block !important;
    float: none !important;
    margin: 10px auto !important;
    padding: 10px;
  }
}

article,
aside,
div,
main,
nav,
section,
figure,
summary,
picture {
  *zoom: 1;
}
article:after, article:before,
aside:after,
aside:before,
div:after,
div:before,
main:after,
main:before,
nav:after,
nav:before,
section:after,
section:before,
figure:after,
figure:before,
summary:after,
summary:before,
picture:after,
picture:before {
  content: "";
  display: block;
}
article:after,
aside:after,
div:after,
main:after,
nav:after,
section:after,
figure:after,
summary:after,
picture:after {
  clear: both;
}

.tw-logo {
  display: inline-block;
  margin-top: 10px;
}
.tw-logo svg {
  fill: #c3c9cf;
  height: 34px;
  width: 34px;
}
.tw-logo:hover svg {
  fill: var(--global--color-primary);
}

.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;
}
@media (min-width: 1200px) {
  .tw-row.xl_row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .tw-row.xl_row > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1600px) {
  .tw-row.xl_row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .tw-row.xl_row > * {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.owl-theme .owl-dots,
.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%;
}

body .elementor-section.elementor-section-boxed > .elementor-container {
  padding-right: calc(var(--tw-gutter-sm) * 0.5) !important;
  padding-left: calc(var(--tw-gutter-sm) * 0.5) !important;
}
@media (min-width: 576px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-sm) !important;
  }
}
@media (min-width: 768px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-md) !important;
  }
}
@media (min-width: 992px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-lg) !important;
  }
}
@media (min-width: 1200px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-xl) !important;
  }
}
@media (min-width: 1600px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-xxl) !important;
  }
}
@media (min-width: 1850px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-xxxl) !important;
  }
}

.owl-theme .owl-dots,
.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: 576px) {
  .owl-theme .owl-dots,
  .container,
  .e-con > .e-con-inner {
    max-width: var(--tw-wrap-sm) !important;
  }
}
@media (min-width: 768px) {
  .owl-theme .owl-dots,
  .container,
  .e-con > .e-con-inner {
    max-width: var(--tw-wrap-md) !important;
  }
}
@media (min-width: 992px) {
  .owl-theme .owl-dots,
  .container,
  .e-con > .e-con-inner {
    max-width: var(--tw-wrap-lg) !important;
  }
}
@media (min-width: 1200px) {
  .owl-theme .owl-dots,
  .container,
  .e-con > .e-con-inner {
    max-width: var(--tw-wrap-xl) !important;
  }
}
@media (min-width: 1600px) {
  .owl-theme .owl-dots,
  .container,
  .e-con > .e-con-inner {
    max-width: var(--tw-wrap-xxl) !important;
  }
}
@media (min-width: 1850px) {
  .owl-theme .owl-dots,
  .container,
  .e-con > .e-con-inner {
    max-width: var(--tw-wrap-xxxl) !important;
    width: var(--tw-wrap-xxxl) !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: 576px) {
  .container-fluid {
    max-width: var(--tw-wrap-sm) !important;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    max-width: var(--tw-wrap-md) !important;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    max-width: var(--tw-wrap-lg) !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    max-width: 1780px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    width: 96%;
  }
}
@media (min-width: 1600px) {
  .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !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: auto !important;
}
@media (min-width: 575px) and (max-width: 767px) {
  [class*=custom_container-] {
    margin-left: calc((100vw - var(--tw-wrap-sm)) / 2) !important;
    margin-right: calc((100vw - var(--tw-wrap-sm)) / 2) !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  [class*=custom_container-] {
    margin-left: calc((100vw - var(--tw-wrap-md)) / 2) !important;
    margin-right: calc((100vw - var(--tw-wrap-md)) / 2) !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  [class*=custom_container-] {
    margin-left: calc((100vw - var(--tw-wrap-lg)) / 2) !important;
    margin-right: calc((100vw - var(--tw-wrap-lg)) / 2) !important;
  }
}

@media (min-width: 1200px) {
  .custom_container-left {
    margin-left: calc((100vw - var(--tw-wrap-xl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1300px) {
  .custom_container-left {
    margin-left: calc((100vw - 1250px) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1600px) {
  .custom_container-left {
    margin-left: calc((100vw - 1450px) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1850px) {
  .custom_container-left {
    margin-left: calc((100vw - var(--tw-wrap-xxl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}

@media (min-width: 1200px) {
  .custom_container-left-padding {
    padding-left: calc((100vw - var(--tw-wrap-xl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1300px) {
  .custom_container-left-padding {
    padding-left: calc((100vw - 1250px) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1600px) {
  .custom_container-left-padding {
    padding-left: calc((100vw - 1450px) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1850px) {
  .custom_container-left-padding {
    padding-left: calc((100vw - var(--tw-wrap-xxl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}

@media (min-width: 1200px) {
  .custom_container-right {
    margin-right: calc((100vw - var(--tw-wrap-xl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1300px) {
  .custom_container-right {
    margin-right: calc((100vw - 1250px) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1600px) {
  .custom_container-right {
    margin-right: calc((100vw - 1450px) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1850px) {
  .custom_container-right {
    margin-right: calc((100vw - var(--tw-wrap-xxl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}

@media (min-width: 1200px) {
  .custom_container-right-padding {
    padding-right: calc((100vw - var(--tw-wrap-xl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1300px) {
  .custom_container-right-padding {
    padding-right: calc((100vw - 1250px) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1600px) {
  .custom_container-right-padding {
    padding-right: calc((100vw - 1450px) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1850px) {
  .custom_container-right-padding {
    padding-right: calc((100vw - var(--tw-wrap-xxl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}

[class*=cust_col-] {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  position: relative;
  width: 100%;
}

@media (min-width: 1200px) {
  .cust_col-38 {
    width: 38%;
  }
}

@media (min-width: 1200px) {
  .cust_col-62 {
    width: 62%;
  }
}

@media (min-width: 1200px) {
  .xl_pad {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 1600px) {
  .xl_pad {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.e-parent.spacing-911 .e-child {
  padding-left: initial !important;
  padding-right: initial !important;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .e-con-inner .half-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .custom_container-left-lg {
    margin-left: calc((100vw - var(--tw-wrap-lg)) / 2) !important;
    width: auto !important;
  }
}
@media (min-width: 1200px) {
  .custom_container-left-lg {
    margin-left: calc((100vw - var(--tw-wrap-xl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1600px) {
  .custom_container-left-lg {
    margin-left: calc((100vw - var(--tw-wrap-xxl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}

@media (min-width: 992px) {
  .custom_container-right-lg {
    padding-right: calc((100vw - var(--tw-wrap-lg)) / 2) !important;
    width: auto !important;
  }
}
@media (min-width: 1200px) {
  .custom_container-right-lg {
    padding-right: calc((100vw - var(--tw-wrap-xl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1600px) {
  .custom_container-right-lg {
    padding-right: calc((100vw - var(--tw-wrap-xxl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}

.ff-P h1, .ff-P h2, .ff-P h3, .ff-P h4, .ff-P h5, .ff-P h6, .ff-P p, .ff-P .elementor-widget-heading .elementor-heading-title {
  font-family: "Playfair Display", serif;
}

.fs-16 {
  font-size: 13px !important;
  font-size: 0.8125rem !important;
}
.fs-16 p,
.fs-16 li {
  font-size: inherit !important;
}
@media (min-width: 1200px) {
  .fs-16 {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-16 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}

.fs-21 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
.fs-21 p,
.fs-21 li {
  font-size: inherit !important;
}
@media (min-width: 1200px) {
  .fs-21 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-21 {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-21 {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
}

.fs-22 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
.fs-22 p,
.fs-22 li {
  font-size: inherit !important;
}
@media (min-width: 1200px) {
  .fs-22 {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-22 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-22 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}

.fs-24 {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}
.fs-24 p,
.fs-24 li {
  font-size: inherit !important;
}
@media (min-width: 1200px) {
  .fs-24 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-24 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-24 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}

.fs-25 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
  line-height: 1.3 !important;
}
.fs-25 p,
.fs-25 li {
  font-size: inherit !important;
}
@media (min-width: 1200px) {
  .fs-25 {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-25 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-25 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}

.fs-27 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
  line-height: 1.3 !important;
}
.fs-27 p, .fs-27 .elementor-widget-heading .elementor-heading-title,
.fs-27 li {
  font-size: inherit !important;
}
@media (min-width: 1200px) {
  .fs-27 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-27 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-27 {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}

.fs-30 {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}
.fs-30 p,
.fs-30 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-30 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-30 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-30 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-30 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}

.fs-32 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
.fs-32 p, .fs-32 h1, .fs-32 h2, .fs-32 h3,
.fs-32 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-32 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-32 {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-32 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-32 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}

.fs-35 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
.fs-35 h1, .fs-35 h2, .fs-35 h3,
.fs-35 p,
.fs-35 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-35 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-35 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-35 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-35 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}

.fs-36 {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
.fs-36 p,
.fs-36 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-36 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-36 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-36 {
    font-size: 33px !important;
    font-size: 2.0625rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-36 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }
}

.fs-40 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
.fs-40 h1, .fs-40 h2, .fs-40 h3, .fs-40 .elementor-widget-heading .elementor-heading-title,
.fs-40 p,
.fs-40 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-40 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-40 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-40 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-40 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}

.fs-45 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
.fs-45 h1, .fs-45 h2, .fs-45 h3,
.fs-45 p,
.fs-45 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-45 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-45 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-45 {
    font-size: 37px !important;
    font-size: 2.3125rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-45 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}

.fs-50 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
.fs-50 h1, .fs-50 h2, .fs-50 h3,
.fs-50 p,
.fs-50 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-50 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-50 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-50 {
    font-size: 44px !important;
    font-size: 2.75rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-50 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}

.fs-55 {
  font-size: 26px !important;
  font-size: 1.625rem !important;
}
.fs-55 p,
.fs-55 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-55 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-55 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-55 {
    font-size: 48px !important;
    font-size: 3rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-55 {
    font-size: 55px !important;
    font-size: 3.4375rem !important;
  }
}

.fs-57 {
  font-size: 23px !important;
  font-size: 1.4375rem !important;
}
.fs-57 p,
.fs-57 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-57 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-57 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-57 {
    font-size: 48px !important;
    font-size: 3rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-57 {
    font-size: 57px !important;
    font-size: 3.5625rem !important;
  }
}

.fs-59 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
.fs-59 p,
.fs-59 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-59 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-59 {
    font-size: 37px !important;
    font-size: 2.3125rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-59 {
    font-size: 55px !important;
    font-size: 3.4375rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-59 {
    font-size: 59px !important;
    font-size: 3.6875rem !important;
  }
}

.fs-60 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
.fs-60 p,
.fs-60 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-60 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-60 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-60 {
    font-size: 55px !important;
    font-size: 3.4375rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-60 {
    font-size: 60px !important;
    font-size: 3.75rem !important;
  }
}

.fs-64 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
.fs-64 p,
.fs-64 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-64 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-64 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-64 {
    font-size: 60px !important;
    font-size: 3.75rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-64 {
    font-size: 64px !important;
    font-size: 4rem !important;
  }
}

.fs-67 {
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
.fs-67 p,
.fs-67 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-67 {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-67 {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-67 {
    font-size: 62px !important;
    font-size: 3.875rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-67 {
    font-size: 67px !important;
    font-size: 4.1875rem !important;
  }
}

.fs-140 {
  font-size: 40px !important;
  font-size: 2.5rem !important;
  line-height: 60px;
}
.fs-140 p,
.fs-140 li {
  font-size: inherit !important;
}
@media (min-width: 767px) {
  .fs-140 {
    line-height: 70px;
  }
}
@media (min-width: 1200px) {
  .fs-140 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
    line-height: 1;
  }
}
@media (min-width: 1366px) {
  .fs-140 {
    font-size: 70px !important;
    font-size: 4.375rem !important;
    line-height: 1;
  }
}
@media (min-width: 1600px) {
  .fs-140 {
    font-size: 100px !important;
    font-size: 6.25rem !important;
  }
}
@media (min-width: 1680px) {
  .fs-140 {
    font-size: 140px !important;
    font-size: 8.75rem !important;
  }
}

.li-3 {
  line-height: 1.3 !important;
}
.li-3 h1, .li-3 h2, .li-3 h3, .li-3 h4,
.li-3 p,
.li-3 li {
  line-height: 1.3 !important;
}

.li-4 {
  line-height: 1.4 !important;
}
.li-4 h1, .li-4 h2, .li-4 h3, .li-4 h4,
.li-4 p,
.li-4 li {
  line-height: 1.4 !important;
}

.fw-100 {
  font-weight: 100 !important;
}
.fw-100 h1, .fw-100 h2, .fw-100 h3, .fw-100 h4,
.fw-100 p,
.fw-100 li {
  font-weight: inherit !important;
}

.fw-200 {
  font-weight: 200 !important;
}
.fw-200 h1, .fw-200 h2, .fw-200 h3, .fw-200 h4,
.fw-200 p,
.fw-200 li {
  font-weight: inherit !important;
}

.fw-300 {
  font-weight: 300 !important;
}
.fw-300 h1, .fw-300 h2, .fw-300 h3, .fw-300 h4,
.fw-300 p,
.fw-300 li {
  font-weight: inherit !important;
}

.fw-400 {
  font-weight: 400 !important;
}
.fw-400 h1, .fw-400 h2, .fw-400 h3, .fw-400 h4,
.fw-400 p,
.fw-400 li {
  font-weight: inherit !important;
}

.fw-500 {
  font-weight: 500 !important;
}
.fw-500 h1, .fw-500 h2, .fw-500 h3, .fw-500 h4,
.fw-500 p,
.fw-500 li {
  font-weight: inherit !important;
}

.fw-600 {
  font-weight: 600 !important;
}
.fw-600 h1, .fw-600 h2, .fw-600 h3, .fw-600 h4,
.fw-600 p,
.fw-600 li {
  font-weight: inherit !important;
}

.fw-700 {
  font-weight: 700 !important;
}
.fw-700 h1, .fw-700 h2, .fw-700 h3, .fw-700 h4,
.fw-700 p,
.fw-700 li {
  font-weight: inherit !important;
}

.fw-800 {
  font-weight: 800 !important;
}
.fw-800 h1, .fw-800 h2, .fw-800 h3, .fw-800 h4,
.fw-800 p,
.fw-800 li {
  font-weight: inherit !important;
}

.fw-900 {
  font-weight: 900 !important;
}
.fw-900 h1, .fw-900 h2, .fw-900 h3, .fw-900 h4,
.fw-900 p,
.fw-900 li {
  font-weight: inherit !important;
}

.lh-1_1 {
  line-height: 1.1 !important;
}
.lh-1_1 p,
.lh-1_1 li {
  line-height: inherit;
}

.tt-up {
  text-transform: uppercase;
}

.tt-cap {
  text-transform: capitalize;
}

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

.text-white {
  color: var(--global--color-white) !important;
}
.text-white p,
.text-white li,
.text-white a,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white blockquote {
  color: inherit !important;
}
.text-white a {
  color: inherit !important;
  text-decoration: underline !important;
}
.text-white a:hover {
  color: var(--global--color-secondary) !important;
  text-decoration: none !important;
}
.text-white a[href^=tel]:hover {
  color: var(--global--color-white) !important;
}
.text-white .elementor-button-wrapper .elementor-button:hover,
.text-white .elementor-button-wrapper a:hover {
  color: var(--global--color-white) !important;
}
.text-white.primary-hover a:hover {
  color: var(--global--color-primary) !important;
}
.text-white.postTitle a {
  text-decoration: none !important;
}

.text-black {
  color: var(--global--color-black) !important;
}
.text-black p,
.text-black li,
.text-black a,
.text-black h1,
.text-black h2,
.text-black h3,
.text-black h4,
.text-black h5,
.text-black h6,
.text-black blockquote {
  color: inherit !important;
}
.text-black a {
  color: inherit !important;
}
.text-black a:hover {
  color: var(--global--color-secondary) !important;
  text-decoration: none !important;
}
.text-black a[href^=tel]:hover {
  color: var(--global--color-white) !important;
}

.text-primary {
  color: var(--global--color-primary) !important;
}
.text-primary p,
.text-primary li,
.text-primary a,
.text-primary h1,
.text-primary h2,
.text-primary h3,
.text-primary h4,
.text-primary h5,
.text-primary h6,
.text-primary blockquote {
  color: inherit !important;
}
.text-primary a {
  color: inherit !important;
}
.text-primary a:hover {
  color: var(--global--color-secondary) !important;
  text-decoration: none !important;
}
.text-primary a[href^=tel]:hover {
  color: var(--global--color-primary) !important;
}

.text-secondary {
  color: var(--global--color-secondary) !important;
}
.text-secondary p,
.text-secondary li,
.text-secondary a,
.text-secondary h1,
.text-secondary h2,
.text-secondary h3,
.text-secondary h4,
.text-secondary h5,
.text-secondary h6,
.text-secondary blockquote {
  color: inherit !important;
}
.text-secondary a {
  color: inherit !important;
}
.text-secondary a:hover {
  color: var(--global--color-primary) !important;
  text-decoration: none !important;
}
.text-secondary a[href^=tel]:hover {
  color: var(--global--color-secondary) !important;
}

.bg-primary {
  background-color: var(--global--color-primary);
}

.bg-secondary {
  background-color: var(--global--color-secondary);
}

.project_header {
  padding: 20px 0;
  width: 100%;
  position: fixed;
  z-index: 9999;
  transition: all ease 0.3s;
  top: 0;
  left: 0;
}
@media (max-width: 1680px) {
  .project_header {
    padding: 7px 0;
  }
}
@media (max-width: 767px) {
  .project_header {
    padding: 10px 0 5px;
  }
}
.project_header .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.project_header .logo {
  margin-right: auto;
  width: 225px !important;
  margin-top: 10px;
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 1599px) {
  .project_header .logo {
    width: 180px !important;
  }
}
@media (max-width: 1199px) {
  .project_header .logo {
    width: 160px !important;
  }
}
.project_header .logo figure {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .project_header .logo figure {
    text-align: center;
  }
}
.project_header .logo figure img {
  transition: all ease 0.3s;
}
@media (max-width: 1680px) {
  .project_header .logo figure img {
    width: 80% !important;
  }
}
@media (max-width: 1366px) {
  .project_header .logo figure img {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .project_header .logo figure img {
    width: 90% !important;
  }
}
.project_header .hd-right {
  margin-left: auto;
  display: flex;
  justify-content: start;
  align-items: flex-end;
  flex-direction: row;
}
@media (max-width: 1199px) {
  .project_header .hd-right {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .project_header .hd-right {
    margin: 0 auto;
  }
}
.project_header .hd-right .top-right {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}
@media (max-width: 1680px) {
  .project_header .hd-right .top-right {
    padding-bottom: 5px;
  }
}
@media (max-width: 1199px) {
  .project_header .hd-right .top-right {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .project_header .hd-right .top-right {
    width: 100%;
  }
}
.project_header .hd-right .call_bx {
  transition: all ease 0.3s;
  padding: 10px 0 0 100px;
  border-radius: 10px;
  margin: 0 0 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: end;
  font-family: "Outfit", sans-serif;
}
@media (max-width: 1599px) {
  .project_header .hd-right .call_bx {
    padding: 5px;
  }
}
@media (max-width: 1023px) {
  .project_header .hd-right .call_bx {
    background: transparent;
  }
}
@media (max-width: 767px) {
  .project_header .hd-right .call_bx {
    margin: 0px;
  }
}
.project_header .hd-right .call_bx .ico {
  width: 35px;
  height: 35px;
  transition: all ease 0.3s;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
@media (max-width: 1680px) {
  .project_header .hd-right .call_bx .ico {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1599px) {
  .project_header .hd-right .call_bx .ico {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }
}
@media (max-width: 1023px) {
  .project_header .hd-right .call_bx .ico {
    width: 35px;
    height: 35px;
    margin-right: 0px;
  }
}
.project_header .hd-right .call_bx .ico svg {
  transition: all ease 0.3s;
  width: 17px;
  height: 17px;
  fill: #000;
}
@media (max-width: 1680px) {
  .project_header .hd-right .call_bx .ico svg {
    width: 20px;
    height: 20px;
  }
}
.project_header .hd-right .call_bx span {
  display: block;
  color: #fff;
  line-height: 1.8;
  font-weight: 200;
  font-size: 20px;
  text-transform: capitalize;
  font-family: "Outfit", sans-serif;
}
@media (max-width: 1600px) {
  .project_header .hd-right .call_bx span {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .project_header .hd-right .call_bx span {
    font-size: 14px;
  }
}
.project_header .hd-right .call_bx .txt {
  color: #fff;
}
@media (max-width: 1023px) {
  .project_header .hd-right .call_bx .txt {
    display: none;
  }
}
.project_header .hd-right .call_bx .num {
  color: #fff;
  transition: all ease 0.3s;
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
}
@media (max-width: 1680px) {
  .project_header .hd-right .call_bx .num {
    font-size: 26px;
  }
}
@media (max-width: 1599px) {
  .project_header .hd-right .call_bx .num {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .project_header .hd-right .call_bx .num {
    font-size: 23px;
  }
}
.project_header .hd-right .btn {
  font-size: 18px !important;
  height: 57px;
  border: solid 1px #000 !important;
}
@media (max-width: 1680px) {
  .project_header .hd-right .btn {
    height: 45px;
    font-size: 13px !important;
  }
}
@media (max-width: 1599px) {
  .project_header .hd-right .btn {
    font-size: 11px !important;
    height: 35px;
  }
}
@media (max-width: 1199px) {
  .project_header .hd-right .btn {
    font-size: 14px !important;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .project_header .hd-right .btn {
    font-size: 10px !important;
    padding: 5px 10px !important;
    height: 30px;
  }
}
@media (max-width: 1023px) {
  .project_header .hd-right .btn .ico {
    display: none;
  }
}
.project_header.slim {
  background: #000;
  transition: all ease 0.3s;
}
@media (max-width: 1850px) {
  .project_header.slim {
    padding: 5px 0;
  }
}
.project_header.slim .logo {
  transition: all ease 0.3s;
  width: 160px !important;
  height: 55px !important;
}
.project_header.slim .logo img {
  transition: all ease 0.3s;
}
.project_header.slim .hd-right .btn {
  font-size: 13px !important;
  height: 45px;
}
@media (max-width: 1599px) {
  .project_header.slim .hd-right .btn {
    font-size: 12px !important;
    height: 40px;
  }
}
@media (max-width: 1599px) {
  .project_header.slim .hd-right .btn {
    font-size: 11px !important;
    height: 35px;
  }
}
@media (max-width: 1199px) {
  .project_header.slim .hd-right .btn {
    font-size: 14px !important;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .project_header.slim .hd-right .btn {
    font-size: 10px !important;
    padding: 5px 10px !important;
    height: 30px;
  }
}
.project_header.slim .hd-right .call_bx {
  transition: all ease 0.3s;
  padding: 5px;
}
.project_header.slim .hd-right .call_bx .ico {
  width: 35px;
  height: 35px;
  transition: all ease 0.3s;
}
@media (max-width: 1599px) {
  .project_header.slim .hd-right .call_bx .ico {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .project_header.slim .hd-right .call_bx .ico {
    margin-right: 0px;
  }
}
.project_header.slim .hd-right .call_bx .ico svg {
  width: 20px;
  height: 20px;
  transition: all ease 0.3s;
}
@media (max-width: 1599px) {
  .project_header.slim .hd-right .call_bx .ico svg {
    width: 15px;
    height: 15px;
  }
}
.project_header.slim .hd-right .call_bx .num {
  font-size: 24px;
}
@media (max-width: 1599px) {
  .project_header.slim .hd-right .call_bx .num {
    font-size: 22px;
  }
}
.project_header.slim .hd-right .call_bx span {
  font-size: 15px;
}
@media (min-width: 1850px) {
  .project_header.slim .main-menu ul li a {
    font-size: 17px !important;
  }
}

.project_banner .banner-sld {
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 320px) {
  .project_banner .banner-sld {
    height: 600px;
    background-position: 60% !important;
  }
}
@media (min-width: 1200px) {
  .project_banner .banner-sld {
    height: 95vh;
    background-position: top center !important;
  }
}
@media (min-width: 1680px) {
  .project_banner .banner-sld {
    height: 97vh;
  }
}
.project_banner .container {
  height: 100%;
}
.project_banner .wrap {
  padding-top: 15%;
}
.project_banner .banner-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .project_banner .banner-wrap {
    justify-content: center;
  }
}
.project_banner .banner-wrap .btn {
  height: 70px;
  padding-left: 60px !important;
  padding-right: 60px !important;
  font-weight: 500 !important;
}
@media (max-width: 1600px) {
  .project_banner .banner-wrap .btn {
    height: 60px;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1470px) {
  .project_banner .banner-wrap .btn {
    height: 55px;
  }
}
@media (max-width: 1199px) {
  .project_banner .banner-wrap .btn {
    height: 50px;
  }
}
.project_banner .banner-wrap .maintxt {
  color: #fff;
  font-size: 80px !important;
  font-size: 5rem !important;
  text-transform: none;
  font-weight: 600;
  line-height: 1.1;
  font-family: "Playfair Display", serif;
  margin-bottom: 10px;
}
@media (max-width: 1680px) {
  .project_banner .banner-wrap .maintxt {
    font-size: 65px !important;
    font-size: 4.0625rem !important;
  }
}
@media (max-width: 1600px) {
  .project_banner .banner-wrap .maintxt {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media (max-width: 1470px) {
  .project_banner .banner-wrap .maintxt {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media (max-width: 1366px) {
  .project_banner .banner-wrap .maintxt {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (max-width: 1199px) {
  .project_banner .banner-wrap .maintxt {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
    color: #fff;
    text-shadow: none;
  }
}
@media (max-width: 767px) {
  .project_banner .banner-wrap .maintxt {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
    margin-bottom: 7px;
    line-height: 1.2;
  }
}
.project_banner .banner-wrap .maintxt span.block {
  display: block;
  color: #fff;
}
@media (max-width: 1199px) {
  .project_banner .banner-wrap .maintxt span.block {
    display: inline-block;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .project_banner .banner-wrap .maintxt span.block {
    display: inline;
  }
}
.project_banner .banner-wrap .subtxt {
  color: #fff;
  font-size: 31px !important;
  font-size: 1.9375rem !important;
  font-weight: 200;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (max-width: 1680px) {
  .project_banner .banner-wrap .subtxt {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (max-width: 1600px) {
  .project_banner .banner-wrap .subtxt {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (max-width: 1199px) {
  .project_banner .banner-wrap .subtxt {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    text-shadow: none;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .project_banner .banner-wrap .subtxt {
    font-size: 16px !important;
    font-size: 1rem !important;
    font-weight: 400;
  }
}
.inner-banner {
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
}
.inner-banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}
@media (min-width: 320px) {
  .inner-banner {
    height: 350px;
    background-position: 60% !important;
  }
}
@media (min-width: 1200px) {
  .inner-banner {
    height: 370px;
    background-position: top center !important;
  }
}
@media (min-width: 1600px) {
  .inner-banner {
    height: 450px;
    background-position: top center !important;
  }
}
@media (min-width: 1680px) {
  .inner-banner {
    height: 530px;
  }
}
.inner-banner .wrap {
  padding-top: 14%;
}
@media (max-width: 1199px) {
  .inner-banner .wrap {
    padding-top: 18%;
  }
}
@media (max-width: 1023px) {
  .inner-banner .wrap {
    padding-top: 25%;
  }
}
@media (max-width: 767px) {
  .inner-banner .wrap {
    padding-top: 50%;
  }
}
.inner-banner .banner-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .inner-banner .banner-wrap {
    justify-content: center;
  }
}
.inner-banner .banner-wrap .btn {
  height: 70px;
  padding-left: 60px !important;
  padding-right: 60px !important;
  font-weight: 500 !important;
}
@media (max-width: 1600px) {
  .inner-banner .banner-wrap .btn {
    height: 60px;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1470px) {
  .inner-banner .banner-wrap .btn {
    height: 55px;
  }
}
@media (max-width: 1199px) {
  .inner-banner .banner-wrap .btn {
    height: 45px;
  }
}
@media (max-width: 767px) {
  .inner-banner .banner-wrap .btn {
    height: 40px;
  }
}
.inner-banner .banner-wrap .maintxt {
  color: #fff;
  font-size: 55px !important;
  font-size: 3.4375rem !important;
  text-transform: none;
  font-weight: 600;
  line-height: 1.1;
  font-family: "Playfair Display", serif;
  margin-bottom: 25px;
}
@media (max-width: 1680px) {
  .inner-banner .banner-wrap .maintxt {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media (max-width: 1600px) {
  .inner-banner .banner-wrap .maintxt {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (max-width: 1470px) {
  .inner-banner .banner-wrap .maintxt {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (max-width: 1199px) {
  .inner-banner .banner-wrap .maintxt {
    font-size: 28px !important;
    font-size: 1.75rem !important;
    color: #fff;
    text-shadow: none;
  }
}
@media (max-width: 767px) {
  .inner-banner .banner-wrap .maintxt {
    font-size: 22px !important;
    font-size: 1.375rem !important;
    margin-bottom: 7px;
    line-height: 1.2;
  }
}
.inner-banner .banner-wrap .maintxt span.block {
  display: block;
  color: #fff;
}
@media (max-width: 1199px) {
  .inner-banner .banner-wrap .maintxt span.block {
    display: inline-block;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .inner-banner .banner-wrap .maintxt span.block {
    display: inline;
  }
}
.inner-banner .banner-wrap .maintxt h1 {
  color: #fff !important;
  font-size: 50px !important;
  font-size: 3.125rem !important;
  text-transform: none;
  font-weight: 600;
  line-height: 1.1;
  font-family: "Playfair Display", serif;
  margin-bottom: 10px;
}
@media (max-width: 1680px) {
  .inner-banner .banner-wrap .maintxt h1 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media (max-width: 1600px) {
  .inner-banner .banner-wrap .maintxt h1 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (max-width: 1366px) {
  .inner-banner .banner-wrap .maintxt h1 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (max-width: 1199px) {
  .inner-banner .banner-wrap .maintxt h1 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
    color: #fff;
    text-shadow: none;
  }
}
@media (max-width: 767px) {
  .inner-banner .banner-wrap .maintxt h1 {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
    margin-bottom: 7px;
    line-height: 1.2;
  }
}
.inner-banner.about-banner {
  background-position: left !important;
}
.inner-banner.left-banner {
  background-position: left !important;
}
.inner-banner.left-banner-mob-15 {
  background-position: left !important;
}
@media (max-width: 991px) {
  .inner-banner.left-banner-mob-15 {
    background-position: 15% !important;
  }
}
.inner-banner.conatct-banner {
  background-position: right top !important;
}
.inner-banner.blog-banner .wrap {
  padding-top: 30px;
}

@media (min-width: 320px) {
  body.no-banner .inner-banner {
    height: 150px;
  }
}
@media (min-width: 1200px) {
  body.no-banner .inner-banner {
    height: 200px;
  }
}
@media (min-width: 320px) {
  body.no-banner .inner-banner.blog-banner {
    height: 250px;
  }
}
@media (min-width: 1200px) {
  body.no-banner .inner-banner.blog-banner {
    height: 300px;
  }
}
body.no-banner .inner-banner.blog-banner .container {
  height: 100%;
}
body.no-banner .inner-banner.blog-banner .container .banner-wrap {
  justify-content: flex-end;
}
body.no-banner .inner-banner.blog-banner .container .wrap {
  padding: 0 0 35px;
}

.project_footer {
  padding: 50px 0 30px;
  background-position: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-color: #ffffff;
  position: relative;
  width: 100%;
  clear: both;
}
@media (max-width: 1600px) {
  .project_footer {
    padding: 40px 0 20px;
  }
}
@media (max-width: 1199px) {
  .project_footer {
    flex-flow: wrap !important;
    height: auto;
  }
}
@media (max-width: 767px) {
  .project_footer {
    padding: 20px 0 20px;
  }
}
.project_footer .container {
  display: flex;
  justify-content: space-between;
}
.project_footer .container:after, .project_footer .container:before {
  display: none !important;
}
@media (max-width: 1023px) {
  .project_footer .container {
    flex-wrap: wrap;
  }
}
.project_footer .ftr-clm1 {
  flex: 0 0 22%;
  max-width: 22%;
}
@media (max-width: 1023px) {
  .project_footer .ftr-clm1 {
    flex: 0 0 38%;
    max-width: 38%;
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .project_footer .ftr-clm1 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: start;
    align-items: start;
    margin-bottom: 0;
    flex-flow: wrap;
    flex-direction: row;
  }
}
.project_footer .ftr-clm2 {
  flex: 0 0 10%;
  max-width: 10%;
}
@media (max-width: 1023px) {
  .project_footer .ftr-clm2 {
    flex: 0 0 17%;
    max-width: 17%;
  }
}
@media (max-width: 767px) {
  .project_footer .ftr-clm2 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.project_footer .ftr-clm3 {
  flex: 0 0 37%;
  max-width: 37%;
}
@media (max-width: 1199px) {
  .project_footer .ftr-clm3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 1023px) {
  .project_footer .ftr-clm3 {
    flex: 0 0 100%;
    max-width: 100%;
    order: 4;
  }
}
@media (max-width: 767px) {
  .project_footer .ftr-clm3 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    order: 3;
  }
}
.project_footer .ftr-clm4 {
  flex: 0 0 22%;
  max-width: 22%;
}
@media (max-width: 1199px) {
  .project_footer .ftr-clm4 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (max-width: 1023px) {
  .project_footer .ftr-clm4 {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (max-width: 767px) {
  .project_footer .ftr-clm4 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    flex-direction: column;
    order: 4;
  }
}
.project_footer .ft-leaf {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 301px;
  height: 199px;
  -o-object-fit: cover;
     object-fit: cover;
  animation: move-the-circle 4s infinite;
  transform-origin: center center;
}
@media (max-width: 1470px) {
  .project_footer .ft-leaf {
    width: 200px;
    height: 170px;
  }
}
.project_footer .footer_logo {
  margin: 0 0 20px;
}
@media (max-width: 1199px) {
  .project_footer .footer_logo {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 0 0 10px;
  }
}
@media (max-width: 767px) {
  .project_footer .footer_logo {
    flex-flow: wrap;
    width: 180px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1680px) {
  .project_footer .footer_logo img {
    max-width: 55% !important;
  }
}
@media (max-width: 767px) {
  .project_footer .footer_logo img {
    max-width: 70% !important;
  }
}
.project_footer .ftr-menu {
  margin: 0;
}
@media (max-width: 767px) {
  .project_footer .ftr-menu {
    margin: 10px 0;
    width: 100%;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
  }
}
.project_footer .ftr-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .project_footer .ftr-menu ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.project_footer .ftr-menu ul#menu-footer-2 li a {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}
.project_footer .ftr-menu ul#menu-footer-2 li ul li a {
  color: #000;
  border-bottom: none;
  font-weight: 400;
}
.project_footer .ftr-menu ul li {
  padding: 7px 0;
}
.project_footer .ftr-menu ul li.no-link a {
  cursor: default;
}
.project_footer .ftr-menu ul li a {
  font-family: "Outfit", sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 400;
}
@media (max-width: 1680px) {
  .project_footer .ftr-menu ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1599px) {
  .project_footer .ftr-menu ul li a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .project_footer .ftr-menu ul li a {
    font-size: 14px;
  }
}
.project_footer .ftr-menu ul li a:hover {
  color: #546552 !important;
}
.project_footer .ftr-menu ul li a ul li a {
  color: #000;
}
.project_footer .ftr-menu ul li.current-menu-ancestor, .project_footer .ftr-menu ul li.current-page-ancestor, .project_footer .ftr-menu ul li.current-product-ancestor {
  font-weight: 600;
}
.project_footer .ftr-menu ul li.current-menu-item a {
  color: #000;
  font-weight: 600 !important;
  border-bottom: solid 1px #b6b6b6 !important;
}
.project_footer .ftr-menu ul li.current-menu-item ul li a {
  color: #000;
  border-bottom: none !important;
  font-weight: 400 !important;
}
.project_footer .ftr-menu ul li.current-menu-item ul li.current-menu-item a {
  border-bottom: solid 1px #b6b6b6 !important;
  font-weight: 600 !important;
}
@media (max-width: 767px) {
  .project_footer .ftr-clm3 .ftr-menu ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.project_footer .ftr-clm3 .ftr-menu ul li:first-child a {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}
.project_footer .ftr-clm3 .ftr-menu ul li:first-child ul {
  -moz-column-count: 2;
       column-count: 2;
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .project_footer .ftr-clm3 .ftr-menu ul li:first-child ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media (max-width: 1023px) {
  .project_footer .ftr-clm3 .ftr-menu ul li:first-child ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.project_footer .ftr-clm3 .ftr-menu ul li:first-child ul li a {
  font-weight: 300;
}

.copy {
  background: #dddddd;
  margin: 30px 0 0;
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copy:after, .copy:before {
  display: none;
}
@media (max-width: 1199px) {
  .copy {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .copy {
    margin: 10px 0 0;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 15px;
  }
}
.copy p {
  color: #313131;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
}
@media (max-width: 1599px) {
  .copy p {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .copy p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .copy p {
    text-align: center;
  }
}
.copy p a {
  color: #7a7a7a;
}
.copy p a:hover {
  color: #000;
}

.social-wp {
  margin: 20px 0;
}
@media (max-width: 1199px) {
  .social-wp {
    margin: 15px 20px 0 0;
  }
}
@media (max-width: 767px) {
  .social-wp {
    margin: 15px 0 0;
  }
}
.social-wp .tle {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 1680px) {
  .social-wp .tle {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .social-wp .tle {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .social-wp .tle {
    margin-bottom: 5px;
  }
}
.social-wp .tle:after {
  content: "";
  position: absolute;
  right: 135px;
  width: 70px;
  height: 1px;
  background: #80aa92;
  top: 17px;
}
@media (max-width: 1680px) {
  .social-wp .tle:after {
    right: 105px;
    width: 60px;
  }
}
@media (max-width: 1599px) {
  .social-wp .tle:after {
    right: 75px;
    width: 60px;
  }
}
@media (max-width: 1199px) {
  .social-wp .tle:after {
    display: none;
  }
}
.social-wp ul {
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 5px 0 !important;
  padding: 0;
}
.social-wp ul li {
  display: inline-block;
}
.social-wp ul li a {
  margin: 0 20px 0 0;
}
.social-wp ul li a svg {
  height: 25px;
  width: 25px;
  fill: #999999;
}
@media (max-width: 1680px) {
  .social-wp ul li a svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1199px) {
  .social-wp ul li a svg {
    width: 15px;
    height: 15px;
  }
}
.social-wp ul li a svg:hover {
  opacity: 1;
}
@media (max-width: 1199px) {
  .social-wp ul li:nth-child(2) svg {
    width: 18px;
    height: 17px;
  }
}
.social-wp ul li:last-child svg, .social-wp ul li:nth-child(3) svg, .social-wp ul li:nth-child(2) svg {
  margin-bottom: -5px;
}
@media (max-width: 1680px) {
  .social-wp ul li:last-child svg, .social-wp ul li:nth-child(3) svg, .social-wp ul li:nth-child(2) svg {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .project_footer .copy-menu.ftr-menu ul {
    -moz-columns: 1;
         columns: 1;
    text-align: center;
  }
}
.project_footer .copy-menu.ftr-menu ul li {
  display: inline;
}
.project_footer .copy-menu.ftr-menu ul li a {
  font-family: "Playfair Display", serif;
  color: #80aa92;
  font-size: 16px;
  font-family: "Playfair Display", serif;
  padding: 0 5px 0 0 !important;
  margin: 0 !important;
  position: relative;
}
@media (max-width: 1599px) {
  .project_footer .copy-menu.ftr-menu ul li a {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .project_footer .copy-menu.ftr-menu ul li a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .project_footer .copy-menu.ftr-menu ul li a {
    text-align: center;
  }
}
.project_footer .copy-menu.ftr-menu ul li a:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 6px;
  width: 1.5px;
  height: 15px;
  background: #80aa92;
}
@media (max-width: 1199px) {
  .project_footer .copy-menu.ftr-menu ul li a:after {
    top: 2px;
    width: 1px;
  }
}
.project_footer .copy-menu.ftr-menu ul li:last-child a::after {
  display: none;
}
.project_footer .copy-menu.ftr-menu ul li:first-child a {
  font-size: 16px;
  text-transform: capitalize !important;
  font-weight: 400;
}
@media (max-width: 1599px) {
  .project_footer .copy-menu.ftr-menu ul li:first-child a {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .project_footer .copy-menu.ftr-menu ul li:first-child a {
    font-size: 12px;
  }
}
.project_footer .copy-menu.ftr-menu ul li.current-menu-item a {
  color: #000 !important;
}

.ft_icon_bx {
  display: flex;
  flex-direction: column;
}
.ft_icon_bx .icon_bx {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .ft_icon_bx .icon_bx {
    margin-right: 50px;
    align-items: start;
  }
}
@media (max-width: 767px) {
  .ft_icon_bx .icon_bx {
    margin-right: 0px;
  }
}
.ft_icon_bx .icon_bx .ic {
  margin-top: 4px;
  margin-right: 10px;
}
.ft_icon_bx .icon_bx .ic svg {
  height: 18px;
  width: 18px;
  fill: #000;
}
.ft_icon_bx .icon_bx .ic svg:hover {
  opacity: 1;
}
.ft_icon_bx .icon_bx .txt {
  font-size: 16px;
  color: #fff;
}
.ft_icon_bx .icon_bx .txt p,
.ft_icon_bx .icon_bx .txt span {
  color: #000;
  font-weight: 300 !important;
  font-size: 17px;
}
@media (max-width: 1599px) {
  .ft_icon_bx .icon_bx .txt p,
  .ft_icon_bx .icon_bx .txt span {
    font-size: 14px;
  }
}
.ft_icon_bx .icon_bx.tel a {
  color: #000 !important;
  font-weight: 600;
  font-size: 20px;
  cursor: default;
}
@media (max-width: 1680px) {
  .ft_icon_bx .icon_bx.tel a {
    font-size: 18px;
  }
}
@media (max-width: 1600px) {
  .ft_icon_bx .icon_bx.tel a {
    font-size: 14px;
  }
}
@media (max-width: 1366px) {
  .ft_icon_bx .icon_bx.tel a {
    font-size: 14px;
  }
}
.ft_icon_bx .icon_bx.tel a:hover {
  color: #000;
}
.ft_icon_bx .icon_bx.tel .ic {
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .ft_icon_bx .icon_bx.tel .ic {
    margin-top: 2px;
  }
}
.ft_icon_bx .icon_bx.tel .ic svg {
  height: 18px;
  width: 18px;
}
@media (max-width: 1199px) {
  .ft_icon_bx .icon_bx.tel .ic svg {
    height: 14px;
    width: 14px;
  }
}
.ft_icon_bx .icon_bx.mail a {
  color: #000;
  font-weight: 300 !important;
  font-size: 17px;
}
@media (max-width: 1599px) {
  .ft_icon_bx .icon_bx.mail a {
    font-size: 14px;
  }
}
.ft_icon_bx .icon_bx.mail a:hover {
  color: #546552;
}
.ft_icon_bx .icon_bx.mail .ic {
  margin-top: 0px;
  margin-right: 15px;
}
@media (max-width: 1199px) {
  .ft_icon_bx .icon_bx.mail .ic {
    margin-top: 4px;
    margin-right: 10px;
  }
}
.ft_icon_bx .icon_bx.mail .ic svg {
  height: 22px;
  width: 22px;
}
@media (max-width: 1199px) {
  .ft_icon_bx .icon_bx.mail .ic svg {
    width: 15px;
    height: 15px;
  }
}
.ft_icon_bx .icon_bx.time {
  flex-direction: column;
  width: 100%;
}
.ft_icon_bx .icon_bx.time .tle {
  display: flex;
  border-bottom: solid 1px #ddd;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
@media (max-width: 1199px) {
  .ft_icon_bx .icon_bx.time .tle .ic {
    margin-top: 0;
  }
}
.ft_icon_bx .icon_bx.time .tle span {
  font-weight: 600 !important;
  font-size: 20px;
}
@media (max-width: 1470px) {
  .ft_icon_bx .icon_bx.time .tle span {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .ft_icon_bx .icon_bx.time .tle span {
    font-size: 15px;
  }
}
.ft_icon_bx .icon_bx.time p {
  font-size: 17px;
}
@media (max-width: 1680px) {
  .ft_icon_bx .icon_bx.time p {
    font-size: 13px;
  }
}
@media (max-width: 1470px) {
  .ft_icon_bx .icon_bx.time p {
    font-size: 12px;
  }
}
.ft_icon_bx .icon_bx.time p span {
  font-weight: 500 !important;
  font-size: 17px !important;
}
@media (max-width: 1680px) {
  .ft_icon_bx .icon_bx.time p span {
    font-size: 15px !important;
  }
}
@media (max-width: 1470px) {
  .ft_icon_bx .icon_bx.time p span {
    font-size: 14px !important;
  }
}
.ft_icon_bx.contact {
  margin-bottom: 0;
}
.ft_icon_bx.contact .icon_bx {
  padding-bottom: 7px;
  margin-bottom: 0;
}
.ft_icon_bx.contact .icon_bx .ic svg {
  width: 25px;
  height: 25px;
}
@media (max-width: 1680px) {
  .ft_icon_bx.contact .icon_bx .ic svg {
    width: 20px;
    height: 20px;
  }
}
.ft_icon_bx.contact .icon_bx .txt {
  font-size: 22px !important;
  font-size: 1.375rem !important;
  padding-left: 10px;
}
@media (max-width: 1680px) {
  .ft_icon_bx.contact .icon_bx .txt {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (max-width: 1680px) {
  .ft_icon_bx.contact .icon_bx .txt {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (max-width: 1199px) {
  .ft_icon_bx.contact .icon_bx .txt {
    padding-left: 0;
  }
}
.ft_icon_bx.contact .icon_bx .txt span {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
@media (max-width: 1680px) {
  .ft_icon_bx.contact .icon_bx .txt span {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (max-width: 1680px) {
  .ft_icon_bx.contact .icon_bx .txt span {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
.ft_icon_bx.contact .icon_bx .txt p {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
@media (max-width: 1680px) {
  .ft_icon_bx.contact .icon_bx .txt p {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (max-width: 1680px) {
  .ft_icon_bx.contact .icon_bx .txt p {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
.ft_icon_bx.contact .icon_bx .txt .tl {
  color: #000;
  font-size: 26px !important;
  font-size: 1.625rem !important;
  font-weight: 600;
}
@media (max-width: 1680px) {
  .ft_icon_bx.contact .icon_bx .txt .tl {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (max-width: 1680px) {
  .ft_icon_bx.contact .icon_bx .txt .tl {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
.ft_icon_bx.contact .icon_bx.tel a {
  font-size: 26px !important;
  font-size: 1.625rem !important;
}
@media (max-width: 1680px) {
  .ft_icon_bx.contact .icon_bx.tel a {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (max-width: 1680px) {
  .ft_icon_bx.contact .icon_bx.tel a {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
.ft_icon_bx.contact .icon_bx.tel .ic {
  margin-right: 38px;
}
@media (max-width: 1680px) {
  .ft_icon_bx.contact .icon_bx.tel .ic {
    margin-right: 30px;
  }
}
@media (max-width: 1600px) {
  .ft_icon_bx.contact .icon_bx.tel .ic {
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .ft_icon_bx.contact .icon_bx.tel .ic {
    margin-right: 30px;
  }
}
.ft_icon_bx.contact .icon_bx.tel .ic svg {
  display: none;
}
.ft_icon_bx.contact .icon_bx.mail a {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
@media (max-width: 1680px) {
  .ft_icon_bx.contact .icon_bx.mail a {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (max-width: 1680px) {
  .ft_icon_bx.contact .icon_bx.mail a {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
.ft_icon_bx.contact .icon_bx.mail .ic {
  margin-right: 38px;
}
@media (max-width: 1680px) {
  .ft_icon_bx.contact .icon_bx.mail .ic {
    margin-right: 30px;
  }
}
@media (max-width: 1600px) {
  .ft_icon_bx.contact .icon_bx.mail .ic {
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .ft_icon_bx.contact .icon_bx.mail .ic {
    margin-right: 30px;
  }
}
.ft_icon_bx.contact .icon_bx.mail .ic svg {
  display: none;
}
.ft_icon_bx.contact .icon_bx.time .tle {
  border-bottom: none;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .ft_icon_bx.contact .icon_bx.time .tle .ic {
    margin-top: 0;
  }
}
.ft_icon_bx.contact .icon_bx.time .tle span {
  font-weight: 600 !important;
  font-size: 25px;
}
@media (max-width: 1680px) {
  .ft_icon_bx.contact .icon_bx.time .tle span {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .ft_icon_bx.contact .icon_bx.time .tle span {
    font-size: 15px;
  }
}
.ft_icon_bx.contact .icon_bx.time .txt {
  padding-left: 40px;
  margin-right: 0;
}
@media (max-width: 1680px) {
  .ft_icon_bx.contact .icon_bx.time .txt {
    padding-left: 35px;
  }
}
.ft_icon_bx.contact .icon_bx.time p {
  font-size: 17px !important;
}
@media (max-width: 1680px) {
  .ft_icon_bx.contact .icon_bx.time p {
    font-size: 13px !important;
  }
}
@media (max-width: 1470px) {
  .ft_icon_bx.contact .icon_bx.time p {
    font-size: 12px !important;
  }
}
.ft_icon_bx.contact .icon_bx.time p span {
  font-weight: 500 !important;
  font-size: 19px !important;
}
@media (max-width: 1680px) {
  .ft_icon_bx.contact .icon_bx.time p span {
    font-size: 15px !important;
  }
}
@media (max-width: 1470px) {
  .ft_icon_bx.contact .icon_bx.time p span {
    font-size: 14px !important;
  }
}

.sc-wrap {
  display: flex;
  margin: 15px 0;
}
@media (max-width: 1470px) {
  .sc-wrap {
    margin: 10px 0 10px;
  }
}
.sc-wrap a {
  line-height: 1;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background: #000;
  margin: 0 15px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 1470px) {
  .sc-wrap a {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 1366px) {
  .sc-wrap a {
    width: 30px;
    height: 30px;
  }
}
.sc-wrap a svg {
  height: 25px;
  width: 25px;
  fill: #fff;
  opacity: 1;
}
@media (max-width: 1680px) {
  .sc-wrap a svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1199px) {
  .sc-wrap a svg {
    width: 15px;
    height: 15px;
  }
}
.sc-wrap a svg:hover {
  opacity: 0.5;
}
.sc-wrap a.fb svg {
  height: 35px;
  margin-bottom: -15px;
}
@media (max-width: 1470px) {
  .sc-wrap a.fb svg {
    height: 25px;
    margin-bottom: -10px;
  }
}
@media (max-width: 1366px) {
  .sc-wrap a.fb svg {
    height: 20px;
    margin-bottom: -10px;
  }
}

.cnt_bx .sc-wrap {
  padding-left: 40px;
  margin: 7px 0;
}
@media (max-width: 1680px) {
  .cnt_bx .sc-wrap {
    padding-left: 35px;
  }
}
@media (max-width: 1199px) {
  .cnt_bx .sc-wrap {
    margin-right: 32px;
  }
}

body.page-id-15 .project_footer,
body.blog .project_footer,
body.single-post .project_footer,
body.archive .project_footer,
body.category .project_footer,
body.error404 .project_footer,
body.page-id-1283 .project_footer {
  border-top: solid 1px #dddddd;
}

.curP {
  cursor: pointer;
}

.dFlex {
  display: flex;
  flex-wrap: wrap;
}

.dFlex-column {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
}

.d-ff-column {
  flex-flow: column;
}

.m-l-auto {
  margin-left: auto;
}

.m-t-auto {
  margin-top: auto;
}

.vhCenter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.vCenter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.vCenter.time {
  align-items: flex-start !important;
}

.hCenter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.vBottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.hRight {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.vCenHRight {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.vhEnd {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
}

.vBtmHcntr {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.jc-center {
  justify-content: center;
}

.no-wrap {
  flex-wrap: nowrap;
}

.align-center {
  justify-content: center;
}

.grecaptcha-badge {
  display: none !important;
}

@media (max-width: 1199px) {
  .center-ipad h1,
  .center-ipad h2,
  .center-ipad h3,
  .center-ipad h4,
  .center-ipad h5,
  .center-ipad h6,
  .center-ipad p,
  .center-ipad .elementor-widget-heading .elementor-heading-title {
    text-align: center !important;
  }
}

.center {
  justify-content: center;
  text-align: center;
}
.center .btn {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.cmn-space-100 {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
@media (min-width: 768px) {
  .cmn-space-100 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
}
@media (min-width: 1200px) {
  .cmn-space-100 {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
}
@media (min-width: 1600px) {
  .cmn-space-100 {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
  }
}
@media (min-width: 1680px) {
  .cmn-space-100 {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
  }
}

.cmn-space {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
@media (min-width: 768px) {
  .cmn-space {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
}
@media (min-width: 1200px) {
  .cmn-space {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
}
@media (min-width: 1600px) {
  .cmn-space {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
  }
}
@media (min-width: 1680px) {
  .cmn-space {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
  }
}

.bottom-space {
  padding-bottom: 20px !important;
}
@media (min-width: 768px) {
  .bottom-space {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 1200px) {
  .bottom-space {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 1600px) {
  .bottom-space {
    padding-bottom: 70px !important;
  }
}
@media (min-width: 1680px) {
  .bottom-space {
    padding-bottom: 100px !important;
  }
}

.top-space {
  padding-top: 30px !important;
}
@media (min-width: 768px) {
  .top-space {
    padding-top: 40px !important;
  }
}
@media (min-width: 1200px) {
  .top-space {
    padding-top: 50px !important;
  }
}
@media (min-width: 1600px) {
  .top-space {
    padding-top: 70px !important;
  }
}
@media (min-width: 1680px) {
  .top-space {
    padding-top: 100px !important;
  }
}

.cmn-space_sm {
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}
@media (min-width: 768px) {
  .cmn-space_sm {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
}
@media (min-width: 1600px) {
  .cmn-space_sm {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
}

.cmn-space_smTop {
  padding-top: 15px !important;
}
@media (min-width: 768px) {
  .cmn-space_smTop {
    padding-top: 20px !important;
  }
}
@media (min-width: 1600px) {
  .cmn-space_smTop {
    padding-top: 30px !important;
  }
}

.clear {
  clear: both;
  display: block;
}

.inline-block {
  display: inline-block !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}
.m-b-0 h1,
.m-b-0 h2,
.m-b-0 h3,
.m-b-0 h4,
.m-b-0 h5,
.m-b-0 h6,
.m-b-0 p {
  margin-bottom: 0 !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-20 {
  margin-bottom: 10px !important;
}
@media (min-width: 768px) {
  .m-b-20 {
    margin-bottom: 15px !important;
  }
}
@media (min-width: 1600px) {
  .m-b-20 {
    margin-bottom: 20px !important;
  }
}

.m-b-30 {
  margin-bottom: 10px !important;
}
@media (min-width: 768px) {
  .m-b-30 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1600px) {
  .m-b-30 {
    margin-bottom: 30px !important;
  }
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-t-20 {
  margin-top: 10px !important;
}
@media (min-width: 768px) {
  .m-t-20 {
    margin-top: 15px !important;
  }
}
@media (min-width: 1200px) {
  .m-t-20 {
    margin-top: 20px !important;
  }
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-b-20 {
  padding-bottom: 10px !important;
}
@media (min-width: 768px) {
  .p-b-20 {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 1600px) {
  .p-b-20 {
    padding-bottom: 20px !important;
  }
}

.p-b-30 {
  padding-bottom: 10px !important;
}
@media (min-width: 768px) {
  .p-b-30 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1600px) {
  .p-b-30 {
    padding-bottom: 30px !important;
  }
}

.p-b-70 {
  padding-bottom: 25px !important;
}
@media (min-width: 768px) {
  .p-b-70 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 1200px) {
  .p-b-70 {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 1680px) {
  .p-b-70 {
    padding-bottom: 70px !important;
  }
}

.p-b-60 {
  padding-bottom: 25px !important;
}
@media (min-width: 768px) {
  .p-b-60 {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 1200px) {
  .p-b-60 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1680px) {
  .p-b-60 {
    padding-bottom: 60px !important;
  }
}

.p-t-60 {
  padding-top: 25px !important;
}
@media (min-width: 768px) {
  .p-t-60 {
    padding-top: 25px !important;
  }
}
@media (min-width: 1200px) {
  .p-t-60 {
    padding-top: 40px !important;
  }
}
@media (min-width: 1680px) {
  .p-t-60 {
    padding-top: 60px !important;
  }
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

@media (min-width: 1200px) {
  .p-l-50 {
    padding-left: 30px !important;
  }
  .p-r-50 {
    padding-right: 30px !important;
  }
}
@media (min-width: 1600px) {
  .p-l-50 {
    padding-left: 50px !important;
  }
  .p-r-50 {
    padding-right: 50px !important;
  }
}
.p-r-0 {
  padding-right: 0 !important;
}

.no-border {
  border: 0 !important;
}

@media (min-width: 1200px) {
  .e-child.xl-pl-50 {
    padding-left: 35px !important;
  }
  .e-child.xl-pr-50 {
    padding-right: 35px !important;
  }
  .e-child.xl-pl-80 {
    padding-left: 45px !important;
  }
  .e-child.xl-pr-80 {
    padding-right: 45px !important;
  }
}
@media (min-width: 1600px) {
  .e-child.xl-pl-50 {
    padding-left: 50px !important;
  }
  .e-child.xl-pr-50 {
    padding-right: 50px !important;
  }
  .e-child.xl-pl-80 {
    padding-left: 80px !important;
  }
  .e-child.xl-pr-80 {
    padding-right: 80px !important;
  }
}

#content_wrapper {
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.fit-height {
  height: 100% !important;
}

.elementor-widget-image img {
  max-width: 100% !important;
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-padding > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.block {
  display: block;
}
@media (max-width: 1199px) {
  .block {
    display: inline;
  }
}

.common-ul ul {
  margin: 0;
  padding: 0;
}
.common-ul ul li {
  padding: 5px 0 5px 35px;
  position: relative;
  display: block;
  color: #0B0F23 !important;
}
.common-ul ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 19px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='19' viewBox='0 0 23 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_60)'%3E%3Cpath d='M23 1.73334C23 2.14616 22.8526 2.52949 22.5577 2.82436L8.99359 18.1577C8.40385 18.7474 7.43077 18.7474 6.84103 18.1577L0.442308 11.759C-0.147436 11.1692 -0.147436 10.1962 0.442308 9.60641C1.03205 9.01667 2.00513 9.01667 2.59487 9.60641L7.51923 14.5308C7.72564 14.7372 8.07949 14.7372 8.2859 14.5308L20.3756 0.6718C20.9654 0.0820563 21.9385 0.0820563 22.5282 0.6718C22.8231 0.937184 23 1.32052 23 1.73334Z' fill='%230B0F23' fill-opacity='0.95'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_60'%3E%3Crect width='23' height='18.4' fill='white' transform='translate(0 0.199951)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1600px) {
  .common-ul ul li:before {
    width: 15px;
    height: 13px;
  }
}
.common-ul ul li a {
  color: #0B0F23 !important;
}
.common-ul ul li a:hover {
  color: #546552 !important;
}

@media (max-width: 1199px) {
  .elementor-container {
    flex-flow: wrap !important;
  }
}
@media (max-width: 1199px) {
  .elementor-container .left {
    width: 100% !important;
  }
}
@media (max-width: 1199px) {
  .elementor-container .right {
    width: 100% !important;
  }
}

@media (max-width: 1199px) {
  .e-con-inner .left {
    width: 100% !important;
  }
}
@media (max-width: 1199px) {
  .e-con-inner .right {
    width: 100% !important;
  }
}

.tt h1,
.tt .h1,
.tt .elementor-widget-heading,
.tt h2,
.tt .h2,
.tt h3,
.tt .h3,
.tt h4,
.tt .h4,
.tt .h5,
.tt h5,
.tt .h6,
.tt h6,
.tt p {
  text-transform: uppercase !important;
}

.left .elementor-widget-image {
  text-align: left;
}
@media (max-width: 1199px) {
  .left .elementor-widget-image {
    text-align: left;
  }
}
@media (max-width: 1600px) {
  .left .elementor-widget-image .elementor-widget-container {
    width: 90% !important;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  .left .elementor-widget-image .elementor-widget-container {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .left .elementor-widget-image .elementor-widget-container {
    width: 100% !important;
  }
}

.right .elementor-widget-image {
  text-align: right;
}
@media (max-width: 1199px) {
  .right .elementor-widget-image {
    text-align: center;
  }
}
@media (max-width: 1600px) {
  .right .elementor-widget-image .elementor-widget-container {
    width: 90% !important;
    margin-left: auto;
  }
}
@media (max-width: 1199px) {
  .right .elementor-widget-image .elementor-widget-container {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .right .elementor-widget-image .elementor-widget-container {
    width: 100% !important;
  }
}

.moretext {
  display: none;
}

.moreless-button {
  color: #000;
  font-family: "Outfit", sans-serif !important;
}

@media (max-width: 1199px) {
  .m-b-o-ipad {
    margin: 0px !important;
  }
}

.wd-60 {
  width: 60% !important;
}
@media (max-width: 1199px) {
  .wd-60 {
    width: 100% !important;
  }
}

.wd-40 {
  width: 40% !important;
}
@media (max-width: 1199px) {
  .wd-40 {
    width: 100% !important;
  }
}

.wd-55 {
  width: 55% !important;
}
@media (max-width: 1199px) {
  .wd-55 {
    width: 100% !important;
  }
}

.wd-45 {
  width: 45% !important;
}
@media (max-width: 1199px) {
  .wd-45 {
    width: 100% !important;
  }
}

.wd-55 {
  width: 55% !important;
}
@media (max-width: 1199px) {
  .wd-55 {
    width: 100% !important;
  }
}

.wd-57 {
  width: 57% !important;
}
@media (max-width: 1199px) {
  .wd-57 {
    width: 100% !important;
  }
}

.wd-43 {
  width: 43% !important;
}
@media (max-width: 1199px) {
  .wd-43 {
    width: 50% !important;
    width: 100% !important;
  }
}

@media (max-width: 1199px) {
  .half-container-wrap {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 320px) {
  .half-container-wrap .img_bx {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .half-container-wrap .img_bx {
    width: 50% !important;
  }
}
.half-container-wrap .img_bx .elementor-widget-image {
  width: 100% !important;
}
@media (min-width: 320px) {
  .half-container-wrap .half-right-blk {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .half-container-wrap .half-right-blk {
    width: 50% !important;
    padding-right: 8% !important;
  }
}
@media (min-width: 2000px) and (max-width: 2800px) {
  .half-container-wrap .half-right-blk {
    padding-right: 15% !important;
  }
}
@media (min-width: 320px) {
  .half-container-wrap .half-left-blk {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .half-container-wrap .half-left-blk {
    padding-left: 8% !important;
    width: 50% !important;
  }
}
@media (min-width: 2000px) and (max-width: 2800px) {
  .half-container-wrap .half-left-blk {
    padding-left: 15% !important;
  }
}

@media (max-width: 1199px) {
  .right_img {
    margin-bottom: 20px !important;
    order: 1;
  }
}
.right_img .elementor-widget-image {
  width: 100% !important;
  text-align: right !important;
}
@media (max-width: 1680px) {
  .right_img .elementor-widget-image {
    width: 90% !important;
  }
}
@media (max-width: 1199px) {
  .right_img .elementor-widget-image {
    text-align: center !important;
    margin: 0 auto;
  }
}

@media (max-width: 1199px) {
  .ipad-wd-100 .elementor-container,
  .ipad-wd-100 .e-con-inner {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 1199px) {
  .ipad-wd-100 .elementor-container .elementor-column,
  .ipad-wd-100 .e-con-inner .elementor-column {
    width: 100% !important;
  }
}
@media (max-width: 1199px) {
  .ipad-wd-100 .img_bx {
    order: 1;
    margin-bottom: 20px;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  .ipad-wd-100 .txt_blk {
    order: 2;
  }
}

@keyframes move-the-circle {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 50px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes grow-and-shrink {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-5px);
  }
}
@keyframes vibrate {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-1deg);
  }
  20% {
    transform: rotate(1deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(1deg);
  }
  50% {
    transform: rotate(-1deg);
  }
  60% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(-1deg);
  }
  80% {
    transform: rotate(1deg);
  }
  90% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}
.sub-menu-toggle {
  display: none !important;
}

@keyframes slide-up {
  0% {
    margin-bottom: -5px;
  }
  100% {
    margin-bottom: 0;
  }
}
@keyframes slide_Top {
  0% {
    margin-top: -10px;
    transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    opacity: 0;
  }
  100% {
    margin-top: 0;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes slide_Left {
  0% {
    margin-left: -10px;
    opacity: 0;
  }
  100% {
    margin-left: 0;
    opacity: 1;
  }
}
@keyframes zoom_left {
  0% {
    margin-left: -10px;
    transform: scale(0.2, 0.2);
    -ms-transform: scale(0.2, 0.2);
    -o-transform: scale(0.2, 0.2);
    -webkit-transform: scale(0.2, 0.2);
    opacity: 0;
  }
  100% {
    margin-left: 0;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}
.mob_trigger {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: var(--global--color-primary) !important;
  cursor: pointer;
  flex-flow: column;
  flex: 0 0 50px;
  height: 40px;
  margin-left: 10px;
  padding: 0 !important;
  width: 50px !important;
  border-radius: 3px !important;
  display: flex !important;
  border: none !important;
}
@media (max-width: 767px) {
  .mob_trigger {
    height: 35px;
    flex: 0 0 45px;
    width: 35px !important;
  }
}
.mob_trigger span {
  background-color: var(--global--color-white);
  height: 3px !important;
  width: 24px !important;
}
.mob_trigger span:not(:last-child) {
  margin-bottom: 3px;
}
@media (min-width: 1200px) {
  .mob_trigger {
    display: none !important;
  }
}

.main-menu {
  color: var(--global--color-white);
}
.main-menu .hidden-subchilds ul,
.main-menu .hidden-subchilds i {
  display: none !important;
}
.main-menu ul li a {
  color: var(--global--color-black);
  font-weight: 300;
  line-height: 1;
}
.main-menu ul li.current-menu-item a, .main-menu ul li.current-menu-ancestor a, .main-menu ul li.current-page-ancestor a, .main-menu ul li.current-product-ancestor a {
  font-weight: 500;
}
.main-menu ul li.current-menu-item li a, .main-menu ul li.current-menu-ancestor li a, .main-menu ul li.current-page-ancestor li a, .main-menu ul li.current-product-ancestor li a {
  font-weight: 400;
}
@media (min-width: 1200px) {
  .main-menu .remove-hover a::before, .main-menu .remove-hover a::after {
    content: none !important;
  }
  .main-menu ul {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .main-menu ul li {
    position: relative;
    padding-top: 7px;
  }
  .main-menu ul li a {
    align-items: center;
    color: var(--global--color-white);
    font-size: 12px;
    display: inline-flex;
    height: 26px;
    padding: 0 0 8px;
    position: relative;
    text-transform: capitalize;
    font-family: "Outfit", sans-serif;
  }
  .main-menu ul li a:hover {
    color: var(--global--color-white);
  }
  .main-menu ul li a:before, .main-menu ul li a:after {
    bottom: 0;
    content: "";
    opacity: 0;
    position: absolute;
    transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    display: none;
  }
  .main-menu ul li a:before {
    background-color: var(--global--color-primary);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 3px;
    left: 0;
    transform-origin: left;
    transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    width: 70%;
  }
  .main-menu ul li a:after {
    background-color: var(--global--color-black);
    height: 3px;
    right: 100%;
    width: 15%;
  }
  .main-menu ul li ul li a:before, .main-menu ul li ul li a:after {
    display: none !important;
  }
  .main-menu ul li:hover a {
    color: #e7d3ba;
  }
  .main-menu ul li:hover a:before {
    opacity: 1;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  .main-menu ul li:hover a:after {
    opacity: 1;
    right: 0;
  }
  .main-menu ul li:hover li a {
    color: var(--global--color-secondary);
  }
  .main-menu ul li:hover li a:before {
    opacity: 0;
    transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
  }
  .main-menu ul li:hover li a:after {
    background-color: var(--global--color-secondary);
    opacity: 0;
    right: 100%;
  }
  .main-menu ul li:hover li a:hover {
    color: #e7d3ba;
  }
  .main-menu ul li:hover li:hover a {
    color: #546552;
  }
  .main-menu ul li:hover li:hover ul li a {
    color: var(--global--color-secondary);
  }
  .main-menu ul li:hover li:hover ul li:hover a {
    color: var(--global--color-primary);
  }
  .main-menu ul li ul {
    background-color: var(--global--color-white);
    display: none;
    left: -50px;
    position: absolute;
    top: 30px;
    width: 230px;
    z-index: 9;
    *zoom: 1;
  }
  .main-menu ul li ul:after, .main-menu ul li ul:before {
    content: "";
    display: block;
  }
  .main-menu ul li ul:after {
    clear: both;
  }
  .main-menu ul li ul a {
    color: var(--global--color-secondary);
    font-size: 14px !important;
    font-size: 0.875rem !important;
    font-weight: 400;
    height: auto !important;
    line-height: 1.5;
    overflow: hidden;
    padding: 7px 15px;
    position: relative;
    width: 100%;
  }
  .main-menu ul li ul li {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    border-bottom: solid 1px #ffeddd;
  }
  .main-menu ul li ul li ul {
    top: 0 !important;
  }
  .main-menu ul li:hover ul {
    animation: slide_Top 0.2s ease-in-out forwards;
    transform-origin: top center;
    display: flex;
    flex-direction: column;
  }
  .main-menu ul li:hover li ul {
    display: none;
    left: 100%;
    top: 0;
  }
  .main-menu ul li:hover li:hover ul {
    animation: zoom_left 0.2s ease-in-out forwards;
    display: block;
    transform-origin: top left;
  }
  .main-menu ul li:hover li:hover ul li ul {
    display: none;
  }
  .main-menu ul li:hover li:hover ul li:hover ul {
    display: block;
  }
  .main-menu ul li.submenu {
    padding-right: 16px;
  }
  .main-menu ul li.submenu i {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 26px;
    padding-left: 2px;
    position: absolute;
    right: 0;
    top: 3px;
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
  }
  .main-menu ul li.submenu i:before {
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    content: "";
    display: inline-block;
    height: 6px;
    position: relative;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: -2px;
    width: 6px;
  }
  .main-menu ul li.submenu li {
    padding-right: 0;
  }
  .main-menu ul li.submenu li a {
    padding-right: 20px;
    color: #000;
  }
  .main-menu ul li.submenu li.submenu i {
    background-color: transparent !important;
    height: 31px;
    padding-right: 15px;
    top: 0 !important;
  }
  .main-menu ul li.submenu li.submenu i:before {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .main-menu ul li:first-child {
    padding-left: 0;
  }
  .main-menu ul li:last-child ul, .main-menu ul li:nth-last-child(2) ul {
    left: auto;
    right: 0;
    transform: none !important;
  }
  .main-menu ul li:last-child ul ul, .main-menu ul li:nth-last-child(2) ul ul {
    border-left-width: 3px;
    border-right-width: 1px;
    right: -360px;
    width: 360px;
    top: -1px;
  }
  .main-menu ul li.current-menu-item a, .main-menu ul li.current-menu-ancestor a, .main-menu ul li.current-page-ancestor a, .main-menu ul li.current-product-ancestor a {
    font-weight: 600;
  }
  .main-menu ul li.current-menu-item a:before, .main-menu ul li.current-menu-ancestor a:before, .main-menu ul li.current-page-ancestor a:before, .main-menu ul li.current-product-ancestor a:before {
    opacity: 1;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  .main-menu ul li.current-menu-item a:after, .main-menu ul li.current-menu-ancestor a:after, .main-menu ul li.current-page-ancestor a:after, .main-menu ul li.current-product-ancestor a:after {
    opacity: 1;
    right: 0;
  }
  .main-menu ul li.current_page_parent li.current_page_item a, .main-menu ul li.current_page_parent li.current_page_parent a, .main-menu ul li.current_page_ancestor li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_parent a {
    font-weight: 600;
  }
  .main-menu ul li.current_page_parent li.current_page_item a:before, .main-menu ul li.current_page_parent li.current_page_parent a:before, .main-menu ul li.current_page_ancestor li.current_page_item a:before, .main-menu ul li.current_page_ancestor li.current_page_parent a:before {
    opacity: 0;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  .main-menu ul li.current_page_parent li.current_page_item a:after, .main-menu ul li.current_page_parent li.current_page_parent a:after, .main-menu ul li.current_page_ancestor li.current_page_item a:after, .main-menu ul li.current_page_ancestor li.current_page_parent a:after {
    opacity: 0;
    right: 0;
  }
  .main-menu ul li.current_page_parent li.current_page_item li a, .main-menu ul li.current_page_parent li.current_page_parent li a, .main-menu ul li.current_page_ancestor li.current_page_item li a, .main-menu ul li.current_page_ancestor li.current_page_parent li a {
    font-weight: 400;
    color: #000;
  }
  .main-menu ul li.current_page_parent li.current_page_item li a:before, .main-menu ul li.current_page_parent li.current_page_parent li a:before, .main-menu ul li.current_page_ancestor li.current_page_item li a:before, .main-menu ul li.current_page_ancestor li.current_page_parent li a:before {
    opacity: 0;
    transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
  }
  .main-menu ul li.current_page_parent li.current_page_item li a:after, .main-menu ul li.current_page_parent li.current_page_parent li a:after, .main-menu ul li.current_page_ancestor li.current_page_item li a:after, .main-menu ul li.current_page_ancestor li.current_page_parent li a:after {
    opacity: 0;
    right: 100%;
  }
  .main-menu ul li.current_page_parent li.current_page_item li.current_page_item a:before, .main-menu ul li.current_page_parent li.current_page_parent li.current_page_item a:before, .main-menu ul li.current_page_ancestor li.current_page_item li.current_page_item a:before, .main-menu ul li.current_page_ancestor li.current_page_parent li.current_page_item a:before {
    opacity: 1;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  .main-menu ul li.current_page_parent li.current_page_item li.current_page_item a:after, .main-menu ul li.current_page_parent li.current_page_parent li.current_page_item a:after, .main-menu ul li.current_page_ancestor li.current_page_item li.current_page_item a:after, .main-menu ul li.current_page_ancestor li.current_page_parent li.current_page_item a:after {
    opacity: 1;
    right: 0;
  }
  .main-menu > ul {
    align-items: center;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
  .main-menu > ul > * {
    align-items: center;
    display: inline-flex;
    height: 28px;
    margin-left: 18px;
    margin-right: 18px;
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
  }
  .main-menu .slice_child > ul {
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.1882352941);
    background-color: var(--global--color-white);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    left: -50%;
    transform: translateX(-50%) !important;
    overflow: hidden;
    padding: 20px 30px 30px;
    width: auto;
  }
  .main-menu .slice_child > ul .strip_menu_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    bottom: 0;
    height: 84px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .main-menu .slice_child > ul .strip_menu_item:before {
    background-color: #2863b5;
    background-image: var(--menuBg);
    background-repeat: no-repeat;
    background-position: bottom right;
    content: "";
    display: block !important;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .main-menu .slice_child > ul .strip_menu_item .btn_menu-sm {
    background-color: transparent !important;
    border: 1px solid var(--global--color-white);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: var(--global--color-white);
    font-size: 12px !important;
    font-size: 0.75rem !important;
    font-weight: 300;
    height: 34px;
    min-width: 114px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-menu .slice_child > ul .strip_menu_item .btn_menu-sm:hover {
    background-color: var(--global--color-secondary) !important;
  }
  .main-menu .slice_child > ul .strip_menu_item .menu_wraps {
    justify-content: space-between;
    line-height: 1;
  }
  .main-menu .slice_child > ul .strip_menu_item .menu_wraps > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-menu .slice_child > ul .strip_menu_item strong {
    clear: both;
    display: block;
    font-weight: 600;
  }
  .main-menu .slice_child > ul .strip_menu_item small {
    font-size: 12px !important;
    font-size: 0.75rem !important;
    font-weight: 300;
  }
  .main-menu .slice_child li {
    white-space: nowrap !important;
  }
  .main-menu .slice_child li a {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto !important;
  }
  .main-menu .slice_child .wrap_li:not(:last-child) {
    margin-right: 30px;
    padding-right: 30px;
    position: relative;
  }
  .main-menu .slice_child .wrap_li:not(:last-child):before {
    background: rgb(209, 234, 246);
    background: linear-gradient(0deg, rgba(209, 234, 246, 0) 0%, rgb(209, 234, 246) 20%, rgb(209, 234, 246) 80%, rgba(209, 234, 246, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d1eaf6", endColorstr="#d1eaf6", GradientType=1);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
  }
  .main-menu .slice_child.styled_menu-item > ul {
    padding-bottom: 100px;
  }
  .main-menu .slice_child.columns_three > ul {
    left: -250%;
  }
  .main-menu .slice_child.columns_two .wrap_li:nth-last-child(2) {
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
  .main-menu .slice_child.columns_two .wrap_li:nth-last-child(2):before {
    display: none;
  }
  .main-menu .slice_child.columns_three .wrap_li:nth-last-child(1), .main-menu .slice_child.columns_four .wrap_li:nth-last-child(1) {
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
  .main-menu .slice_child.columns_three .wrap_li:nth-last-child(1):before, .main-menu .slice_child.columns_four .wrap_li:nth-last-child(1):before {
    display: none;
  }
}
@media (min-width: 1300px) {
  .main-menu ul li a {
    font-size: 14px;
  }
  .main-menu ul li ul {
    left: 0;
  }
  .main-menu ul li ul a {
    font-size: 13px !important;
  }
}
@media (min-width: 1600px) {
  .main-menu ul li.submenu i {
    height: 32px;
    top: 0px;
  }
  .main-menu ul li.submenu i:before {
    height: 8px;
    width: 8px;
  }
  .main-menu ul li.submenu li.submenu i {
    height: 40px;
  }
  .main-menu ul li a {
    font-size: 15px;
    height: 32px;
  }
  .main-menu ul li ul {
    top: 32px;
    width: 260px;
  }
  .main-menu ul li ul a {
    font-size: 15px !important;
    padding: 10px 15px;
  }
  .main-menu > ul {
    margin-left: -25px;
    margin-right: -25px;
  }
  .main-menu > ul > * {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (min-width: 1850px) {
  .main-menu ul li.submenu i {
    top: 0px;
  }
  .main-menu ul li a {
    font-size: 20px;
  }
  .main-menu ul li ul {
    top: 32px;
    width: 320px;
  }
  .main-menu ul li ul a {
    font-size: 16px !important;
  }
  .main-menu > ul {
    margin-left: -30px;
    margin-right: -30px;
  }
  .main-menu > ul > * {
    margin-left: 30px;
    margin-right: 30px;
  }
  .main-menu .slice_child > ul {
    left: -150%;
    padding: 20px 30px 30px;
  }
  .main-menu .slice_child > ul .strip_menu_item {
    height: 84px;
  }
  .main-menu .slice_child > ul .strip_menu_item .btn_menu-sm {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    height: 34px;
    min-width: 173px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-menu .slice_child > ul .strip_menu_item .menu_wraps > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-menu .slice_child > ul .strip_menu_item small {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
  .main-menu .slice_child .wrap_li:not(:last-child) {
    margin-right: 30px;
    padding-right: 30px;
  }
  .main-menu .slice_child.styled_menu-item > ul {
    padding-bottom: 100px;
  }
}

@media (max-width: 1199px) {
  .project_header .top_menu {
    display: none !important;
  }
  .main-menu {
    background-color: var(--global--color-white);
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    height: 100%;
    position: fixed;
    left: -280px;
    text-align: left;
    top: 0;
    overflow-y: auto;
    transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    width: 280px;
    z-index: 1005;
  }
  .main-menu .sm_logo {
    background-color: var(--global--color-secondary);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 150px;
    line-height: 1;
    padding: 20px 10px;
    position: relative;
  }
  .main-menu .sm_logo .project_logo svg {
    height: 80px;
    width: auto;
  }
  .main-menu .sm_logo .close_menu {
    background-color: var(--global--color-primary);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 32px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    width: 32px;
    z-index: 3;
  }
  .main-menu .sm_logo .close_menu svg {
    fill: var(--global--color-white);
    height: 12px;
  }
  .main-menu #menu-primary-menu {
    height: calc(100% - 122px);
    overflow-y: auto;
    position: relative;
  }
  .main-menu ul + ul {
    padding-top: 0;
  }
  .main-menu ul {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding-left: 0 !important;
  }
  .main-menu ul li {
    border-bottom: 1px solid rgba(84, 101, 82, 0.2);
    line-height: 0;
    position: relative;
    text-align: left;
  }
  .main-menu ul li a {
    color: var(--global--color-secondary);
    display: inline-block;
    font-size: 18px !important;
    font-size: 1.125rem !important;
    font-weight: 400;
    padding: 15px 50px 15px 15px;
    width: 100%;
  }
  .main-menu ul li i {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 24px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 11px;
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    width: 24px;
  }
  .main-menu ul li i:before, .main-menu ul li i:after {
    background-color: var(--global--color-secondary);
    content: "";
    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%);
  }
  .main-menu ul li i:before {
    height: 10px;
    width: 1px;
  }
  .main-menu ul li i:after {
    height: 1px;
    width: 10px;
  }
  .main-menu ul li li a {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
    opacity: 0.8;
  }
  .main-menu ul li.opened i:before {
    display: none;
  }
  .main-menu ul li ul {
    display: none;
  }
  .main-menu ul li.current-menu-item a, .main-menu ul li.current_page_ancestor a, .main-menu ul li.current-menu-ancestor a {
    font-weight: 400;
    opacity: 1;
  }
  .main-menu ul li.current-menu-item li a, .main-menu ul li.current_page_ancestor li a, .main-menu ul li.current-menu-ancestor li a {
    color: var(--global--color-secondary);
    font-weight: 400;
    opacity: 0.8;
  }
  .main-menu ul li.current-menu-item li.current_page_item a, .main-menu ul li.current-menu-item li.current_page_ancestor a, .main-menu ul li.current_page_ancestor li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_ancestor a, .main-menu ul li.current-menu-ancestor li.current_page_item a, .main-menu ul li.current-menu-ancestor li.current_page_ancestor a {
    font-weight: 400;
    opacity: 1;
  }
  .main-menu ul li.current-menu-item li.current_page_item li a, .main-menu ul li.current-menu-item li.current_page_ancestor li a, .main-menu ul li.current_page_ancestor li.current_page_item li a, .main-menu ul li.current_page_ancestor li.current_page_ancestor li a, .main-menu ul li.current-menu-ancestor li.current_page_item li a, .main-menu ul li.current-menu-ancestor li.current_page_ancestor li a {
    color: var(--global--color-secondary);
    font-weight: 400;
    opacity: 0.8;
  }
  .main-menu ul li.current-menu-item li.current_page_item li.current_page_item a, .main-menu ul li.current-menu-item li.current_page_ancestor li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_item li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_ancestor li.current_page_item a, .main-menu ul li.current-menu-ancestor li.current_page_item li.current_page_item a, .main-menu ul li.current-menu-ancestor li.current_page_ancestor li.current_page_item a {
    color: var(--global--color-primary);
    font-weight: 400;
    opacity: 1;
  }
  .main-menu ul .strip_menu_item {
    background-color: var(--global--color-primary);
  }
  .main-menu ul .strip_menu_item .menu_wraps {
    justify-content: flex-start;
    width: 100%;
  }
  .main-menu ul .strip_menu_item .btn-wrap {
    width: 100%;
  }
  .main-menu ul .strip_menu_item .text-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
  }
  .main-menu ul .strip_menu_item .btn_menu-sm {
    background-color: transparent !important;
    border: 1px solid var(--global--color-white);
    color: var(--global--color-white);
    font-size: 16px !important;
    font-size: 1rem !important;
    height: 36px;
    margin-top: 10px;
    width: 100%;
  }
  .open .main-menu {
    left: 0px;
  }
  .open .main-menu .sm_logo .close_menu {
    opacity: 1;
    right: -16px;
  }
  .open .mob_trigger:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .open .mob_trigger:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .open .mob_trigger .bar {
    opacity: 0;
    transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
  }
  .open .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
  }
}
[class*=footer_menu-] li {
  padding-bottom: 6px;
  padding-top: 6px;
}
[class*=footer_menu-] a {
  color: var(--global--color-white);
  font-size: 16px !important;
  font-size: 1rem !important;
  font-weight: 200;
  padding-bottom: 7px;
  position: relative;
}
[class*=footer_menu-] a:before, [class*=footer_menu-] a:after {
  bottom: 0;
  content: "";
  opacity: 0;
  position: absolute;
  transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
[class*=footer_menu-] a:before {
  background-color: var(--global--color-primary);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 3px;
  left: 0;
  transform-origin: left;
  transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  width: calc(100% - 8px);
}
[class*=footer_menu-] a:after {
  background-color: var(--global--color-white);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 3px;
  right: 100%;
  width: 3px;
}
[class*=footer_menu-] a:hover {
  color: var(--global--color-primary);
}
[class*=footer_menu-] a:hover:before {
  opacity: 1;
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
[class*=footer_menu-] a:hover:after {
  opacity: 1;
  right: 0;
}
[class*=footer_menu-] li.current_page_item a {
  color: var(--global--color-primary);
}
[class*=footer_menu-] li.current_page_item a:before {
  opacity: 1;
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
[class*=footer_menu-] li.current_page_item a:after {
  opacity: 1;
  right: 0;
}
[class*=footer_menu-] li.current_page_item li a {
  color: var(--global--color-white);
}
[class*=footer_menu-] li.current_page_item li a:before {
  opacity: 0;
  transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
[class*=footer_menu-] li.current_page_item li a:after {
  opacity: 0;
  right: 100%;
}
[class*=footer_menu-] li.current_page_item li a:hover {
  color: var(--global--color-primary);
}
[class*=footer_menu-] li.current_page_item li a:hover:before {
  opacity: 1;
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
[class*=footer_menu-] li.current_page_item li a:hover:after {
  opacity: 1;
  right: 0;
}

@media (max-width: 1199px) {
  .main-menu ul li.opened ul.sub-menu li.submenu i:before {
    display: block;
  }
  .main-menu ul li.opened ul.sub-menu li.submenu.opened i:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer_menu-secondary > ul {
    display: flex;
  }
  .footer_menu-secondary > ul > li > a {
    font-weight: 500;
  }
  .footer_menu-secondary > ul > li:first-child {
    flex: 0 0 34%;
    width: 34%;
  }
  .footer_menu-secondary > ul > li:nth-child(2) {
    flex: 0 0 66%;
    width: 66%;
  }
  .footer_menu-secondary > ul > li:nth-child(2) ul {
    -moz-columns: 2 auto;
         columns: 2 auto;
  }
}
@media (min-width: 768px) {
  [class*=footer_menu-] a {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1200px) {
  [class*=footer_menu-] a {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  [class*=footer_menu-] a {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media (max-width: 767px) {
  .footer_menu-main ul {
    -moz-columns: 3 auto;
         columns: 3 auto;
  }
  .footer_menu-secondary li ul {
    display: none;
  }
  .footer_menu-secondary li.submenu {
    position: relative;
  }
  .footer_menu-secondary li.submenu i {
    background-color: var(--global--color-primary);
    height: 20px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 20px;
  }
  .footer_menu-secondary li.submenu i:before, .footer_menu-secondary li.submenu i:after {
    background-color: var(--global--color-white);
    content: "";
    display: block;
    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%);
  }
  .footer_menu-secondary li.submenu i:before {
    height: 1px;
    width: 10px;
  }
  .footer_menu-secondary li.submenu i:after {
    height: 10px;
    width: 1px;
  }
  .footer_menu-secondary li.submenu.opened i:after {
    display: none;
  }
}
.breadcrumb-container {
  padding-bottom: 15px;
  padding-top: 15px;
}

.breadcrumb_wrap {
  margin: 0 10px;
  z-index: 2;
}
@media (max-width: 1600px) {
  .breadcrumb_wrap {
    margin: 0 5px;
  }
}
@media (max-width: 1199px) {
  .breadcrumb_wrap {
    margin: 0;
  }
}
.breadcrumb_wrap ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -3px;
  margin-right: -3px;
}
.breadcrumb_wrap ul li {
  align-items: center;
  display: inline-flex;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  margin: 3px;
  color: var(--global--color-black);
  font-family: "Outfit", sans-serif;
  position: relative;
  padding: 0 20px 0 0;
  line-height: 1;
  font-weight: 400;
}
.breadcrumb_wrap ul li a {
  align-items: center;
  color: var(--global--color-black);
  display: inline-flex;
  flex-wrap: nowrap;
  font-weight: 200;
}
.breadcrumb_wrap ul li a:hover {
  color: var(--global--color-primary);
}
.breadcrumb_wrap ul li:after {
  content: "";
  height: 12px;
  width: 1px;
  background: #ddd;
  position: absolute;
  right: 7px;
  top: 3px;
}
.breadcrumb_wrap ul li:last-child:after {
  display: none;
}

.site_pagination, .project_pagination,
.navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
  width: 100%;
}
.site_pagination ol,
.site_pagination .wp-paginate, .project_pagination ol,
.project_pagination .wp-paginate,
.navigation ol,
.navigation .wp-paginate {
  align-items: center;
  display: inline-flex;
  padding-left: 0 !important;
  display: flex;
  justify-content: flex-end;
}
.site_pagination ol li,
.site_pagination .wp-paginate li, .project_pagination ol li,
.project_pagination .wp-paginate li,
.navigation ol li,
.navigation .wp-paginate li {
  line-height: 1;
  margin: 0;
  padding: 0;
}
.site_pagination ol li .page,
.site_pagination ol li .next,
.site_pagination ol li .prev,
.site_pagination .wp-paginate li .page,
.site_pagination .wp-paginate li .next,
.site_pagination .wp-paginate li .prev, .project_pagination ol li .page,
.project_pagination ol li .next,
.project_pagination ol li .prev,
.project_pagination .wp-paginate li .page,
.project_pagination .wp-paginate li .next,
.project_pagination .wp-paginate li .prev,
.navigation ol li .page,
.navigation ol li .next,
.navigation ol li .prev,
.navigation .wp-paginate li .page,
.navigation .wp-paginate li .next,
.navigation .wp-paginate li .prev {
  align-items: center;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  display: inline-flex;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  font-weight: 300;
  height: 36px;
  justify-content: center;
  line-height: 1;
  padding: 0 8px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: auto;
  transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
.site_pagination ol li .page,
.site_pagination .wp-paginate li .page, .project_pagination ol li .page,
.project_pagination .wp-paginate li .page,
.navigation ol li .page,
.navigation .wp-paginate li .page {
  color: var(--global--color-black);
}
.site_pagination ol li .page:hover,
.site_pagination .wp-paginate li .page:hover, .project_pagination ol li .page:hover,
.project_pagination .wp-paginate li .page:hover,
.navigation ol li .page:hover,
.navigation .wp-paginate li .page:hover {
  color: var(--global--color-primary);
}
.site_pagination ol li .next,
.site_pagination ol li .prev,
.site_pagination .wp-paginate li .next,
.site_pagination .wp-paginate li .prev, .project_pagination ol li .next,
.project_pagination ol li .prev,
.project_pagination .wp-paginate li .next,
.project_pagination .wp-paginate li .prev,
.navigation ol li .next,
.navigation ol li .prev,
.navigation .wp-paginate li .next,
.navigation .wp-paginate li .prev {
  border: 1px solid var(--global--color-primary);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: var(--global--color-secondary);
  font-size: 13px !important;
  font-size: 0.8125rem !important;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
}
.site_pagination ol li .next:hover,
.site_pagination ol li .prev:hover,
.site_pagination .wp-paginate li .next:hover,
.site_pagination .wp-paginate li .prev:hover, .project_pagination ol li .next:hover,
.project_pagination ol li .prev:hover,
.project_pagination .wp-paginate li .next:hover,
.project_pagination .wp-paginate li .prev:hover,
.navigation ol li .next:hover,
.navigation ol li .prev:hover,
.navigation .wp-paginate li .next:hover,
.navigation .wp-paginate li .prev:hover {
  border-color: var(--global--color-secondary);
  color: var(--global--color-secondary);
}
.site_pagination ol li .current,
.site_pagination .wp-paginate li .current, .project_pagination ol li .current,
.project_pagination .wp-paginate li .current,
.navigation ol li .current,
.navigation .wp-paginate li .current {
  position: relative;
  background-color: #546552 !important;
  padding: 5px 15px !important;
  color: #fff !important;
}
.site_pagination ol li .current:before,
.site_pagination .wp-paginate li .current:before, .project_pagination ol li .current:before,
.project_pagination .wp-paginate li .current:before,
.navigation ol li .current:before,
.navigation .wp-paginate li .current:before {
  background-color: var(--global--color-primary);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.site_pagination ol li .current:hover,
.site_pagination .wp-paginate li .current:hover, .project_pagination ol li .current:hover,
.project_pagination .wp-paginate li .current:hover,
.navigation ol li .current:hover,
.navigation .wp-paginate li .current:hover {
  color: var(--global--color-black);
}
@media (min-width: 1600px) {
  .site_pagination, .project_pagination,
  .navigation {
    margin-bottom: 30px;
    margin-top: 40px;
  }
  .site_pagination ol li .page,
  .site_pagination .wp-paginate li .page, .project_pagination ol li .page,
  .project_pagination .wp-paginate li .page,
  .navigation ol li .page,
  .navigation .wp-paginate li .page {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
  .site_pagination ol li .next,
  .site_pagination ol li .prev,
  .site_pagination .wp-paginate li .next,
  .site_pagination .wp-paginate li .prev, .project_pagination ol li .next,
  .project_pagination ol li .prev,
  .project_pagination .wp-paginate li .next,
  .project_pagination .wp-paginate li .prev,
  .navigation ol li .next,
  .navigation ol li .prev,
  .navigation .wp-paginate li .next,
  .navigation .wp-paginate li .prev {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}

@media (max-width: 1199px) {
  .main-menu li.current-menu-item a {
    color: #000 !important;
  }
  .main-menu li.current-menu-ancestor a, .main-menu li.current-page-ancestor a, .main-menu li.current-product-ancestor a {
    color: #000 !important;
  }
  .main-menu li.current-menu-ancestor .sub-menu li.current-menu-item a, .main-menu li.current-page-ancestor .sub-menu li.current-menu-item a, .main-menu li.current-product-ancestor .sub-menu li.current-menu-item a {
    color: #000 !important;
  }
  .main-menu li.current-menu-ancestor .sub-menu li a, .main-menu li.current-page-ancestor .sub-menu li a, .main-menu li.current-product-ancestor .sub-menu li a {
    color: #546552;
  }
}
.site-map-wrap .sub-arrow {
  display: none !important;
}
.site-map-wrap ul {
  display: flex !important;
  flex-direction: column;
  width: auto !important;
  margin: 25px 0 100px 20px !important;
}
.site-map-wrap ul li {
  display: inline-block !important;
  position: relative;
  transition: all ease 0.5s;
}
.site-map-wrap ul li:before {
  content: "";
  position: absolute;
  transition: all ease 0.5s;
  left: -10px;
  top: 13px;
  background: transparent;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 78.7 82.8' style='enable-background:new 0 0 78.7 82.8;' xml:space='preserve'%3E%3Cpath d='M43.2,43.6c1.5-1.1,2.5-2.9,2.5-5c0-3.4-2.8-6.2-6.2-6.2s-6.2,2.8-6.2,6.2c0,2,1,3.8,2.5,4.9C15.7,45.4,0,62.2,0,82.8h78.7 C78.7,62.3,63.1,45.5,43.2,43.6z M39.4,78.9H4.1c1.9-17.7,17-31.6,35.3-31.6C39.4,47.3,39.4,78.9,39.4,78.9z'/%3E%3Cpath d='M47.8,30.5c0.9-2.4,2.7-3.7,3.9-5.3c1.3-1.5,2.5-3.1,2.8-5c0.4-1.8-0.3-3.8-1.4-5.6l0.2-0.2c1.5,1.4,2.7,3.5,2.7,5.9 c-0.1,2.4-1.2,4.5-2.4,6.3c-1.2,1.8-2.2,3.6-3.1,5.1c-0.4,0.7-0.7,1.4-0.7,2.2s0.2,1.7,0.7,2.8l-0.2,0.2c-1-0.4-2-1.2-2.6-2.5 C47.2,33.1,47.4,31.6,47.8,30.5z'/%3E%3Cpath d='M36.2,10.3c0.9-1.5,2.2-2.2,2.9-3.1c0.7-0.8,0.7-2.1,0.3-3.4s-1-2.5-1.6-3.7L38,0c0.9,1.1,1.7,2.2,2.3,3.5 c0.3,0.7,0.5,1.4,0.6,2.2s-0.1,1.7-0.5,2.4c-0.9,1.4-2,2.2-2.4,3.2s-0.4,2.2,0,3.1s1.3,1.8,2.3,2.7c1,0.9,2.3,2.1,2.7,4.1 c0.2,1,0,2-0.3,2.8s-0.8,1.5-1.3,2c-1,1.1-2.2,2-3.5,2.7l-0.2-0.2c0.7-1.3,1.4-2.5,1.9-3.6c0.5-1.2,0.7-2.3,0.4-2.9 c-0.2-0.7-1-1.6-1.9-2.6c-0.9-1.1-2-2.3-2.5-4C35.1,13.5,35.3,11.8,36.2,10.3z'/%3E%3Cpath d='M24.9,14.5l0.2,0.2c-1.1,1.8-1.8,3.8-1.4,5.6c0.3,1.8,1.5,3.4,2.8,5s3.1,2.9,3.9,5.3c0.4,1.2,0.6,2.7,0,3.9 c-0.4,1.2-1.4,2-2.4,2.4l-0.2-0.2c0.4-1,0.7-2,0.7-2.8s-0.3-1.4-0.7-2.2c-0.9-1.4-2-3.2-3.1-5.1c-1.1-1.8-2.3-3.9-2.4-6.3 C22.1,18,23.4,15.9,24.9,14.5z'/%3E%3Cpath style='fill:%23D8A77A;' d='M39.4,47.3v31.6l35.9,0.7C75.3,79.6,71.9,49.3,39.4,47.3z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
.site-map-wrap ul li a {
  display: inline-block !important;
  color: #000 !important;
}
.site-map-wrap ul li a:after {
  display: none;
}
.site-map-wrap ul li a:hover {
  color: #546552 !important;
}
.site-map-wrap ul li a:hover:after {
  display: none;
}
.site-map-wrap ul li:hover {
  transition: all ease 0.5s;
}
.site-map-wrap ul li:hover::before {
  left: 0px;
  transition: all ease 0.5s;
}
.site-map-wrap ul li ul.sub-menu {
  display: flex;
  position: static !important;
  width: auto !important;
  margin: 0 0 0 15px !important;
}
.site-map-wrap ul li ul.sub-menu li a {
  font-size: 16px !important;
}
.site-map-wrap ul li ul.sub-menu li a:hover {
  background: transparent !important;
}
.site-map-wrap ul li ul.sub-menu li::before {
  left: 0px;
  transition: all ease 0.5s;
}
.site-map-wrap ul li ul.sub-menu li:hover {
  transition: all ease 0.5s;
}
.site-map-wrap ul li ul.sub-menu li:hover::before {
  left: 5px;
  transition: all ease 0.5s;
}

.sorry {
  margin: 200px 0;
}
.sorry h1,
.sorry h2 {
  font-family: "Playfair Display", serif !important;
  color: #546552 !important;
}
@media (min-width: 320px) {
  .sorry h1,
  .sorry h2 {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .sorry h1,
  .sorry h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .sorry h1,
  .sorry h2 {
    font-size: 50px;
  }
}
.sorry p a {
  color: #546552 !important;
  text-decoration: underline !important;
}
.sorry p a:hover {
  color: black;
}
@media (min-width: 1200px) {
  .sorry p span {
    display: block;
  }
}
@media (max-width: 767px) {
  .sorry p br {
    display: none;
  }
}

.three-servicebox .box-col-wrap.threewrap {
  margin: 15px 0 !important;
}
.three-servicebox .box-col-wrap.threewrap .bx {
  position: relative;
  padding: 50px 20px;
  box-shadow: rgba(100, 100, 111, 0.13) 0px 7px 29px 0px;
}
.three-servicebox .box-col-wrap.threewrap .bx::after {
  height: 5px;
  width: 45%;
  border-radius: 15px !important;
  bottom: -3px !important;
  position: absolute;
  content: "";
  background-color: #546552;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 1599px) {
  .three-servicebox .box-col-wrap.threewrap .bx {
    padding: 40px 15px;
  }
}
@media (max-width: 1366px) {
  .three-servicebox .box-col-wrap.threewrap .bx {
    padding: 30px 15px;
  }
}
@media (max-width: 1024px) {
  .three-servicebox .box-col-wrap.threewrap .bx {
    padding: 25px 10px;
  }
}

.inner-content-areas h3 {
  font-size: 30px !important;
  font-size: 1.875rem !important;
}
@media (max-width: 1599px) {
  .inner-content-areas h3 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media (max-width: 1366px) {
  .inner-content-areas h3 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (max-width: 1199px) {
  .inner-content-areas h3 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}

.three-servicebox.full-bg::after {
  height: 100%;
}

.top-section .top-banner .txt_btn {
  border-left: none !important;
}

.menu-items-v1 {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
  --menu-item-count: 4;
}
.menu-items-v1.item-two {
  --menu-item-count: 2;
}
.menu-items-v1.item-three {
  --menu-item-count: 3;
}
@media (max-width: 1199px) {
  .menu-items-v1 {
    --menu-item-count: 2!important;
  }
}
@media (max-width: 767px) {
  .menu-items-v1 {
    --menu-item-count: 1 !important;
  }
}
.menu-items-v1.item-one {
  --menu-item-count: 1 !important;
}
.menu-items-v1 .menu-item {
  width: calc(100% / var(--menu-item-count) - 20px);
  box-shadow: 0px 0px 10px -3px #c3c0bc;
  border-radius: 10px;
  padding: 30px 20px;
  background-color: #fff;
}
.menu-items-v1 .menu-item .title {
  font-size: 25px !important;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .menu-items-v1 .menu-item .title {
    font-size: 18px;
  }
}
.menu-items-v1.item-center .title {
  text-align: center;
}
.menu-items-v1.item-center .elementor-icon-list-item {
  justify-content: center;
}
.menu-items-v1.item-left .title {
  text-align: left;
}
.menu-items-v1.item-left .elementor-icon-list-item {
  justify-content: flex-start;
}
.menu-items-v1 svg path {
  fill: #e79b3d !important;
}
.menu-items-v1.has-color .menu-item {
  background-color: #F8F5EF;
  box-shadow: 0px 0px 10px -3px #948e86;
}

.menu-items-v2 {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
  --menu-item-count: 3;
  --menu-item-gap: 20px;
}
@media (max-width: 1199px) {
  .menu-items-v2 {
    --menu-item-count: 2;
  }
}
@media (max-width: 767px) {
  .menu-items-v2 {
    --menu-item-count: 1;
    --menu-item-gap: 0px;
  }
}
.menu-items-v2.item-two {
  --menu-item-count: 2!important;
}
@media (max-width: 992px) {
  .menu-items-v2.item-two {
    --menu-item-count: 1 !important;
    --menu-item-gap: 0px!important;
  }
}
.menu-items-v2.item-one {
  --menu-item-count: 1 !important;
  --menu-item-gap: 0px!important;
}
.menu-items-v2 .menu-item {
  width: calc(100% / var(--menu-item-count) - var(--menu-item-gap));
  box-shadow: 0px 0px 10px -3px #c3c0bc;
  border-radius: 10px;
  padding: 30px 20px;
  background-color: #fff;
}
.menu-items-v2 .menu-item .title {
  font-size: 25px !important;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .menu-items-v2 .menu-item .title {
    font-size: 18px;
  }
}
.menu-items-v2.item-center .menu-item {
  text-align: center;
}
.menu-items-v2.item-center .title {
  text-align: center;
}
.menu-items-v2.item-center .elementor-icon-list-item {
  justify-content: center;
}
.menu-items-v2.item-left .menu-item {
  text-align: left;
}
.menu-items-v2.item-left .title {
  text-align: left;
}
.menu-items-v2.item-left .elementor-icon-list-item {
  justify-content: flex-start;
}
.menu-items-v2.has-color .menu-item {
  background-color: #F8F5EF;
  box-shadow: 0px 0px 10px -3px #948e86;
}

.list-items-black svg path {
  fill: #000 !important;
}

.box-sub-title {
  display: block;
  font-size: 20px !important;
  font-weight: 600;
  padding-top: 10px;
}
@media (max-width: 1199px) {
  .box-sub-title {
    font-size: 18px !important;
  }
}

.fp-50 {
  font-size: 50% !important;
}
@media (max-width: 1199px) {
  .fp-50 {
    font-size: 80% !important;
  }
}

.fp-60 {
  font-size: 60% !important;
}
@media (max-width: 1199px) {
  .fp-60 {
    font-size: 90% !important;
  }
}

.fp-70 {
  font-size: 70% !important;
}
@media (max-width: 1199px) {
  .fp-70 {
    font-size: 90% !important;
  }
}

.fp-80 {
  font-size: 80% !important;
}

.fp-90 {
  font-size: 90% !important;
}

.fp-110 {
  font-size: 110% !important;
}

.fp-120 {
  font-size: 120% !important;
}
@media (max-width: 1199px) {
  .fp-120 {
    font-size: 110% !important;
  }
}

.entry-content {
  margin: 0 !important;
}

.top-section {
  position: relative;
  overflow: hidden !important;
}
.top-section .e-con-inner {
  padding-top: 120px !important;
  padding-bottom: 150px !important;
}
@media (max-width: 1600px) {
  .top-section .e-con-inner {
    padding-top: 120px !important;
    padding-bottom: 80px !important;
  }
}
@media (max-width: 1199px) {
  .top-section .e-con-inner {
    padding-top: 80px !important;
    padding-bottom: 20px !important;
  }
}
.top-section .ff-P .elementor-heading-title {
  font-family: "Playfair Display", serif !important;
}
@media (max-width: 1199px) {
  .top-section p br {
    display: none;
  }
}
.top-section p.fs-27 {
  line-height: 1.3 !important;
}
.top-section h1 {
  margin-bottom: 0 !important;
}
.top-section .top-leaf {
  position: absolute;
  left: -50px;
  top: -70px;
  width: 371px;
  height: 383px;
  animation: move-the-circle 4s infinite;
  transform-origin: center center;
}
@media (max-width: 1680px) {
  .top-section .top-leaf {
    width: 310px;
    height: 330px;
  }
}
@media (max-width: 1199px) {
  .top-section .top-leaf {
    width: 260px;
    height: 250px;
  }
}
@media (max-width: 767px) {
  .top-section .top-leaf {
    width: 200px;
    height: 200px;
  }
}
.top-section .bradshow {
  position: absolute;
  right: -50px;
  top: 80px;
  width: 311px;
  height: 344px;
  animation: vibrate 0.5s;
  animation-iteration-count: infinite;
}
@media (max-width: 1680px) {
  .top-section .bradshow {
    width: 250px;
    height: 200px;
  }
}
@media (max-width: 1199px) {
  .top-section .bradshow {
    width: 230px;
    height: 100px;
    top: 20px;
  }
}
@media (max-width: 1023px) {
  .top-section .bradshow {
    width: 200px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  .top-section .bradshow {
    display: none;
  }
}
.top-section .top-bot {
  position: absolute;
  right: -130px;
  bottom: 0px;
  width: 269px;
  height: 192px;
}
@media (min-width: 2000px) and (max-width: 2560px) {
  .top-section .top-bot {
    right: -250px;
  }
}
@media (max-width: 1680px) {
  .top-section .top-bot {
    right: -200px;
    width: 210px;
    height: 140px;
  }
}
@media (max-width: 1600px) {
  .top-section .top-bot {
    right: -145px;
  }
}
@media (max-width: 1280px) {
  .top-section .top-bot {
    right: -80px;
  }
}
@media (max-width: 1199px) {
  .top-section .top-bot {
    display: none;
  }
}
.top-section .top-banner {
  min-height: 518px;
  padding: 100px 80px;
  border-radius: 7px;
}
@media (max-width: 1199px) {
  .top-section .top-banner {
    background-position: 70% !important;
    flex-wrap: wrap;
    padding: 50px;
    min-height: 300px;
    justify-content: center !important;
    align-items: center !important;
    align-content: center !important;
  }
}
@media (max-width: 767px) {
  .top-section .top-banner {
    padding: 10px;
  }
}
.top-section .top-banner .txt_bx {
  width: 60% !important;
  padding-right: 100px;
}
@media (max-width: 1199px) {
  .top-section .top-banner .txt_bx {
    width: 100% !important;
    padding-right: 0;
    text-align: center;
  }
}
.top-section .top-banner .txt_bx h2 {
  margin-bottom: 0 !important;
}
@media (max-width: 1199px) {
  .top-section .top-banner .txt_bx h2 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .top-section .top-banner .txt_bx .fs-27 p {
    line-height: 1.2 !important;
  }
}
.top-section .top-banner .txt_btn {
  width: 40% !important;
  border-left: solid 1px #7c7e7f;
  height: 180px;
}
@media (max-width: 1199px) {
  .top-section .top-banner .txt_btn {
    width: 100% !important;
    height: auto;
    border-left: 0;
    margin-top: 15px;
  }
}

.service-wrap {
  display: flex;
  flex-wrap: wrap;
}
.service-wrap .serv_bx {
  position: relative;
  overflow: hidden !important;
  line-height: 1;
}
.service-wrap .serv_bx figure {
  width: 100%;
  height: 100%;
}
.service-wrap .serv_bx figure img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-wrap .serv_bx .text-blk {
  color: #fff;
  position: absolute;
  z-index: 2;
  height: 100%;
  bottom: -80%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
  transition: all ease 0.5s;
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .service-wrap .serv_bx .text-blk {
    bottom: 0;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
  }
}
.service-wrap .serv_bx .text-blk .tle {
  font-size: 40px !important;
  font-size: 2.5rem !important;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  line-height: 1;
  min-height: 90px;
}
@media (max-width: 1199px) {
  .service-wrap .serv_bx .text-blk .tle {
    min-height: 0;
  }
}
.service-wrap .serv_bx .text-blk .tle span {
  display: block;
}
@media (max-width: 1199px) {
  .service-wrap .serv_bx .text-blk .tle span {
    display: inline;
  }
}
@media (max-width: 1680px) {
  .service-wrap .serv_bx .text-blk .tle {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (max-width: 1600px) {
  .service-wrap .serv_bx .text-blk .tle {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (max-width: 1470px) {
  .service-wrap .serv_bx .text-blk .tle {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (max-width: 1199px) {
  .service-wrap .serv_bx .text-blk .tle {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (max-width: 767px) {
  .service-wrap .serv_bx .text-blk .tle {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.service-wrap .serv_bx .text-blk p {
  display: none;
  transition: all ease 0.5s;
  margin: 15px 0;
  font-size: 20px;
}
@media (max-width: 1680px) {
  .service-wrap .serv_bx .text-blk p {
    font-size: 18px;
  }
}
@media (max-width: 1600px) {
  .service-wrap .serv_bx .text-blk p {
    font-size: 16px;
  }
}
@media (max-width: 1470px) {
  .service-wrap .serv_bx .text-blk p {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .service-wrap .serv_bx .text-blk p {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .service-wrap .serv_bx .text-blk p {
    display: block;
  }
}
.service-wrap .serv_bx .text-blk p span {
  display: block;
}
@media (max-width: 1199px) {
  .service-wrap .serv_bx .text-blk p span {
    display: inline;
  }
}
.service-wrap .serv_bx .text-blk .rd {
  width: 60px;
  display: none;
  height: 60px;
  border-radius: 50%;
  transition: all ease 0.5s;
  background: #fff;
  position: relative;
}
@media (max-width: 1680px) {
  .service-wrap .serv_bx .text-blk .rd {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1470px) {
  .service-wrap .serv_bx .text-blk .rd {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1199px) {
  .service-wrap .serv_bx .text-blk .rd {
    display: block;
  }
}
.service-wrap .serv_bx .text-blk .rd:after {
  content: "";
  position: absolute;
  right: 24px;
  top: 20px;
  width: 18px;
  height: 18px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(45deg);
}
@media (max-width: 1680px) {
  .service-wrap .serv_bx .text-blk .rd:after {
    width: 14px;
    height: 14px;
    top: 19px;
    right: 22px;
  }
}
@media (max-width: 1470px) {
  .service-wrap .serv_bx .text-blk .rd:after {
    width: 10px;
    height: 10px;
    top: 16px;
    right: 18px;
  }
}
.service-wrap .serv_bx .text-blk .rd:hover {
  background: #546552;
}
.service-wrap .serv_bx .text-blk .rd:hover:after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.service-wrap .serv_bx:hover .text-blk {
  bottom: 0;
  transition: all ease 0.5s;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}
.service-wrap .serv_bx:hover .text-blk .tle {
  min-height: auto;
}
.service-wrap .serv_bx:hover .text-blk p {
  display: block;
  transition: all ease 0.5s;
}
.service-wrap .serv_bx:hover .text-blk .rd {
  display: block;
  transition: all ease 0.5s;
}
.service-wrap .ser1,
.service-wrap .ser2 {
  width: 28%;
}
@media (max-width: 767px) {
  .service-wrap .ser1,
  .service-wrap .ser2 {
    width: 100%;
  }
}
.service-wrap .ser3,
.service-wrap .ser5 {
  width: 44%;
}
@media (max-width: 767px) {
  .service-wrap .ser3,
  .service-wrap .ser5 {
    width: 100%;
  }
}
.service-wrap .ser4 {
  width: 56%;
}
@media (max-width: 767px) {
  .service-wrap .ser4 {
    width: 100%;
  }
}

.cul-ser {
  overflow: hidden !important;
  position: relative;
}
.cul-ser:before {
  opacity: 1 !important;
}
@media (max-width: 1023px) {
  .cul-ser .e-con-inner {
    flex-wrap: wrap !important;
  }
}
.cul-ser .img_bx {
  width: 40% !important;
}
@media (max-width: 1023px) {
  .cul-ser .img_bx {
    width: 100% !important;
    margin-bottom: 20px !important;
    border-bottom: solid 1px #f8eede;
  }
}
.cul-ser .img_bx img {
  margin-bottom: -20px !important;
}
@media (max-width: 1023px) {
  .cul-ser .img_bx img {
    margin-bottom: 0 !important;
    width: 50% !important;
  }
}
.cul-ser .text_blk {
  width: 60% !important;
}
@media (max-width: 1023px) {
  .cul-ser .text_blk {
    width: 100% !important;
  }
}
.cul-ser .text_blk .fs-27 {
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .cul-ser .text_blk h2 {
    margin-bottom: 0 !important;
  }
}

.cta-wrap {
  padding: 120px 0 !important;
  position: relative;
  position: relative;
}
@media (max-width: 1600px) {
  .cta-wrap {
    padding: 70px 0 !important;
  }
}
@media (max-width: 1470px) {
  .cta-wrap {
    padding: 40px 0 !important;
  }
}
.cta-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 36, 40, 0.8);
}
.cta-wrap .e-con-inner {
  position: relative;
  z-index: 2;
}
.cta-wrap h2 {
  margin-bottom: 0 !important;
}
@media (max-width: 1199px) {
  .cta-wrap .fs-25 {
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  .cta-wrap .fs-25 p {
    line-height: 1.2 !important;
  }
}
.cta-wrap .plate {
  position: absolute;
  right: -120px;
  top: -270px;
  width: 467px;
  height: 258px;
  z-index: 1;
}
@media (max-width: 1680px) {
  .cta-wrap .plate {
    top: -245px;
    width: 325px;
    height: 300px;
  }
}
@media (max-width: 1600px) {
  .cta-wrap .plate {
    top: -180px;
    width: 325px;
    height: 180px;
  }
}
@media (max-width: 1470px) {
  .cta-wrap .plate {
    width: 280px;
    height: 155px;
    top: -140px;
    right: -95px;
  }
}
@media (max-width: 1280px) {
  .cta-wrap .plate {
    right: -60px;
  }
}
@media (max-width: 1199px) {
  .cta-wrap .plate {
    display: none;
  }
}
.cta-wrap .veg {
  position: absolute;
  right: 72px;
  top: -355px;
  width: 234px;
  height: 289px;
  animation: vibrate 0.5s;
  animation-iteration-count: infinite;
  z-index: 2;
}
@media (max-width: 1680px) {
  .cta-wrap .veg {
    top: -322px;
    width: 270px;
    height: 220px;
    right: -35px;
  }
}
@media (max-width: 1600px) {
  .cta-wrap .veg {
    top: -252px;
    width: 270px;
    height: 220px;
    right: -25px;
  }
}
@media (max-width: 1470px) {
  .cta-wrap .veg {
    right: 15px;
    top: -205px;
    width: 170px;
    height: 190px;
  }
}
@media (max-width: 1280px) {
  .cta-wrap .veg {
    right: 70px;
    top: -156px;
    width: 125px;
    height: 140px;
  }
}
@media (max-width: 1199px) {
  .cta-wrap .veg {
    display: none;
  }
}

.review-wrap {
  padding: 120px 0 0 !important;
}
@media (max-width: 1199px) {
  .review-wrap {
    padding: 70px 0 0 !important;
  }
}
@media (max-width: 767px) {
  .review-wrap {
    padding: 30px 0 0 !important;
  }
}
@media (max-width: 1199px) {
  .review-wrap .e-con-inner {
    flex-wrap: wrap !important;
  }
}
.review-wrap .top-sp {
  padding-top: 100px;
}
@media (max-width: 1680px) {
  .review-wrap .top-sp {
    padding-top: 50px;
  }
}
@media (max-width: 1199px) {
  .review-wrap .top-sp {
    padding-top: 0;
  }
}
.review-wrap .fs-27 p {
  line-height: 1.2;
  font-weight: 400 !important;
}
.review-wrap .tex_blk {
  width: 35% !important;
  position: relative;
}
@media (max-width: 1199px) {
  .review-wrap .tex_blk {
    width: 100% !important;
    text-align: center;
    margin-bottom: 20px;
  }
}
.review-wrap .tex_blk h2 {
  margin-bottom: 0 !important;
}
@media (max-width: 1199px) {
  .review-wrap .tex_blk h2 {
    text-align: center;
  }
}
.review-wrap .tex_blk .index {
  position: relative;
  z-index: 3;
}
.review-wrap .tex_blk .quotes {
  position: absolute;
  right: 0;
  top: -40px;
  animation: bounce 300ms alternate infinite cubic-bezier(0.2, 0.65, 0.6, 1);
}
@media (max-width: 1199px) {
  .review-wrap .tex_blk .quotes {
    left: 0;
    right: auto;
  }
}
@media (max-width: 767px) {
  .review-wrap .tex_blk .quotes {
    display: none;
  }
}
@media (max-width: 1600px) {
  .review-wrap .tex_blk .quotes img {
    width: 75% !important;
  }
}
@media (max-width: 1199px) {
  .review-wrap .tex_blk .quotes img {
    width: 50% !important;
  }
}
.review-wrap .tex_blk .glass {
  position: absolute;
  right: -115px;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1199px) {
  .review-wrap .tex_blk .glass {
    right: 0;
  }
}
@media (max-width: 767px) {
  .review-wrap .tex_blk .glass {
    display: none;
  }
}
@media (max-width: 1600px) {
  .review-wrap .tex_blk .glass img {
    width: 75% !important;
  }
}
@media (max-width: 1199px) {
  .review-wrap .tex_blk .glass img {
    width: 50% !important;
  }
}
@media (max-width: 1023px) {
  .review-wrap .tex_blk .glass img {
    width: 40% !important;
  }
}
.review-wrap .sld-wrap {
  width: 65% !important;
  padding-left: 50px;
  padding-bottom: 140px;
  z-index: 2;
}
@media (max-width: 1199px) {
  .review-wrap .sld-wrap {
    width: 100% !important;
    padding-bottom: 50px;
  }
}
@media (max-width: 1023px) {
  .review-wrap .sld-wrap {
    padding-left: 0;
  }
}
.review-wrap .review {
  padding: 60px;
  border-radius: 10px;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 0 10px;
  min-height: 440px;
}
@media (max-width: 1680px) {
  .review-wrap .review {
    padding: 45px;
    min-height: 420px;
  }
}
@media (max-width: 1600px) {
  .review-wrap .review {
    padding: 40px;
    margin: 0 7px;
    min-height: 340px;
  }
}
@media (max-width: 1199px) {
  .review-wrap .review {
    min-height: 280px;
  }
}
@media (max-width: 767px) {
  .review-wrap .review {
    min-height: auto;
  }
}
.review-wrap .review p {
  font-weight: 300 !important;
  font-size: 18px;
  margin-top: 20px;
  color: #000;
  line-height: 1.5;
}
@media (max-width: 1680px) {
  .review-wrap .review p {
    font-size: 16px;
  }
}
@media (max-width: 1600px) {
  .review-wrap .review p {
    font-size: 14px;
  }
}
.review-wrap .review p a {
  color: #000;
}
.review-wrap .review p a:hover {
  color: #546552;
}
.review-wrap .review .tle {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.review-wrap .review .tle:after, .review-wrap .review .tle:before {
  display: none;
}
.review-wrap .review .tle .letter {
  text-transform: uppercase;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 28px;
  margin: 0 15px 0 0;
  overflow: hidden;
}
@media (max-width: 1470px) {
  .review-wrap .review .tle .letter {
    width: 50px;
    height: 50px;
  }
}
.review-wrap .review .tle .hd {
  display: flex;
  flex-direction: column;
}
.review-wrap .review .tle .hd p {
  font-size: 23px;
  margin: 0;
  font-weight: 500 !important;
}
@media (max-width: 1680px) {
  .review-wrap .review .tle .hd p {
    font-size: 17px;
  }
}
@media (max-width: 1470px) {
  .review-wrap .review .tle .hd p {
    font-size: 14px;
  }
}

.instagarm-wrap {
  padding: 100px 0 200px !important;
}
@media (max-width: 1680px) {
  .instagarm-wrap {
    padding: 80px 0 150px !important;
  }
}
@media (max-width: 1470px) {
  .instagarm-wrap {
    padding: 40px 0 !important;
  }
}
.instagarm-wrap .e-con-inner {
  align-items: center !important;
}
@media (max-width: 1199px) {
  .instagarm-wrap .e-con-inner {
    flex-wrap: wrap !important;
  }
}
.instagarm-wrap .txt_blk {
  width: 20% !important;
  padding-bottom: 40px;
}
@media (max-width: 1199px) {
  .instagarm-wrap .txt_blk {
    width: 100% !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.instagarm-wrap .txt_blk .fs-30 .elementor-heading-title {
  text-transform: none;
}
@media (max-width: 1199px) {
  .instagarm-wrap .txt_blk .elementor-widget-image {
    margin: 0 auto;
  }
}
@media (max-width: 1600px) {
  .instagarm-wrap .txt_blk .elementor-widget-image img {
    width: 80% !important;
  }
}
@media (max-width: 1199px) {
  .instagarm-wrap .txt_blk h2 {
    margin-bottom: 0 !important;
  }
}
.instagarm-wrap .plg {
  width: 80% !important;
}
@media (max-width: 1199px) {
  .instagarm-wrap .plg {
    width: 100% !important;
  }
}
.instagarm-wrap #sbi_images:before {
  display: none !important;
}
.instagarm-wrap #sbi_images #sb_instagram .sbi_photo,
.instagarm-wrap #sbi_images .sbi_photo_wrap {
  border-radius: 5px !important;
  overflow: hidden !important;
}

@media (max-width: 1199px) {
  .footer-form-wp {
    flex-wrap: wrap;
  }
}
.footer-form-wp .img_bx {
  width: 35% !important;
}
@media (max-width: 1199px) {
  .footer-form-wp .img_bx {
    display: none !important;
    width: 100% !important;
  }
}
.footer-form-wp .img_bx .elementor-widget-image {
  margin-top: -90px;
}
@media (max-width: 1600px) {
  .footer-form-wp .img_bx .elementor-widget-image {
    margin-top: -70px;
  }
}
.footer-form-wp .img_bx .elementor-widget-image img {
  border-radius: 0 5px 5px 0;
}
.footer-form-wp .form-box {
  width: 65% !important;
  padding: 100px 100px 50px 100px;
  padding-right: 8%;
}
@media (max-width: 1680px) {
  .footer-form-wp .form-box {
    padding-right: 13%;
  }
}
@media (max-width: 1600px) {
  .footer-form-wp .form-box {
    padding: 60px 100px 30px 70px;
    padding-right: 13%;
  }
}
@media (max-width: 1366px) {
  .footer-form-wp .form-box {
    padding-right: 12%;
  }
}
@media (max-width: 1199px) {
  .footer-form-wp .form-box {
    width: 100% !important;
    padding: 40px !important;
  }
}
@media (max-width: 767px) {
  .footer-form-wp .form-box {
    padding: 20px !important;
  }
}
@media (max-width: 1199px) {
  .footer-form-wp .form-box h2 {
    margin-bottom: 0 !important;
  }
}
.footer-form-wp .form-box .fs-25 {
  line-height: 1.2 !important;
}

.cnt-form {
  margin: 50px 0;
}
@media (max-width: 1600px) {
  .cnt-form {
    margin: 30px 0;
  }
}
@media (max-width: 1470px) {
  .cnt-form {
    margin: 20px 0;
  }
}
.cnt-form p {
  color: #fff;
  text-align: right;
  font-weight: 200 !important;
}
.cnt-form .wd-50 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.cnt-form .wd-50:after, .cnt-form .wd-50::before {
  display: none;
}
@media (max-width: 767px) {
  .cnt-form .wd-50 {
    flex-wrap: wrap;
  }
}
.cnt-form .wd-50 .input-holder {
  width: 48%;
}
@media (max-width: 767px) {
  .cnt-form .wd-50 .input-holder {
    width: 100%;
  }
}
.cnt-form .wd-30 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.cnt-form .wd-30:after, .cnt-form .wd-30::before {
  display: none;
}
@media (max-width: 1023px) {
  .cnt-form .wd-30 {
    flex-wrap: wrap;
  }
}
.cnt-form .wd-30 .input-holder {
  width: 32%;
}
@media (max-width: 1023px) {
  .cnt-form .wd-30 .input-holder {
    width: 100%;
  }
}
.cnt-form ::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1 !important;
  font-weight: 200 !important;
  font-size: 16px !important;
}
@media (max-width: 1470px) {
  .cnt-form ::-webkit-input-placeholder {
    font-size: 13px !important;
  }
}
.cnt-form :-moz-placeholder {
  color: #fff !important;
  opacity: 1 !important;
  font-weight: 200 !important;
  font-size: 16px !important;
}
@media (max-width: 1470px) {
  .cnt-form :-moz-placeholder {
    font-size: 13px !important;
  }
}
.cnt-form ::-moz-placeholder {
  color: #fff !important;
  opacity: 1 !important;
  font-weight: 200 !important;
  font-size: 16px !important;
}
@media (max-width: 1470px) {
  .cnt-form ::-moz-placeholder {
    font-size: 13px !important;
  }
}
.cnt-form :-ms-input-placeholder {
  color: #fff !important;
  opacity: 1 !important;
  font-weight: 200 !important;
  font-size: 16px !important;
}
@media (max-width: 1470px) {
  .cnt-form :-ms-input-placeholder {
    font-size: 13px !important;
  }
}
.cnt-form input,
.cnt-form textarea,
.cnt-form select {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  border-bottom: solid 1px #fff !important;
  color: #fff !important;
  width: 100%;
  background: transparent !important;
  padding: 15px 0 !important;
  font-weight: 200 !important;
  font-size: 16px !important;
  border-radius: 0 !important;
}
@media (max-width: 1470px) {
  .cnt-form input,
  .cnt-form textarea,
  .cnt-form select {
    font-size: 13px !important;
  }
}
.cnt-form textarea {
  height: 80px;
  padding-top: 40px !important;
  border-radius: 0 !important;
}
.cnt-form select {
  padding: 15px 25px 15px 0 !important;
}
.cnt-form select option {
  color: #fff !important;
  font-size: 16px !important;
  background: #000 !important;
  border: none !important;
  outline: none !important;
}
@media (max-width: 1470px) {
  .cnt-form select option {
    font-size: 13px !important;
  }
}
.cnt-form select.sel {
  background-image: url(assets/images/dropdown-arrow.png) !important;
  background-position: right 5px center !important;
  background-repeat: no-repeat !important;
  background-size: 9px 6px;
  outline: none;
  border-radius: 0 !important;
}
.cnt-form .sub-wp {
  text-align: right;
}
.cnt-form input[type=submit],
.cnt-form button[type=submit] {
  background: #fff !important;
  border-radius: 30px !important;
  color: #000 !important;
  width: 150px;
  height: 60px;
  margin-left: auto;
  border: none !important;
  text-transform: uppercase;
  font-size: 20px !important;
  font-size: 1.25rem !important;
  font-weight: 500 !important;
}
@media (max-width: 1470px) {
  .cnt-form input[type=submit],
  .cnt-form button[type=submit] {
    width: 150px;
    height: 50px;
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.cnt-form input[type=submit]:hover,
.cnt-form button[type=submit]:hover {
  background: #546552 !important;
  color: #fff !important;
}

@media (max-width: 1199px) {
  .top-contact-wrap .e-con-inner {
    flex-wrap: wrap !important;
  }
}

.cnt_bx {
  padding: 60px !important;
  border-radius: 10px !important;
  margin: 10px !important;
}
@media (max-width: 1680px) {
  .cnt_bx {
    padding: 40px !important;
  }
}
@media (max-width: 1680px) {
  .cnt_bx {
    padding: 30px !important;
  }
}
@media (max-width: 1600px) {
  .cnt_bx {
    padding: 25px !important;
  }
}
.cnt_bx:first-child {
  justify-content: center !important;
}

.contact-form-wrap .e-con-inner {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.contact-form-wrap .outer-wrap {
  position: relative;
  padding: 150px 70px 100px !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}
@media (max-width: 1600px) {
  .contact-form-wrap .outer-wrap {
    padding: 80px 30px 60px !important;
  }
}
@media (max-width: 1199px) {
  .contact-form-wrap .outer-wrap {
    flex-wrap: wrap !important;
    padding: 20px !important;
  }
}
@media (max-width: 1199px) {
  .contact-form-wrap .outer-wrap h2 {
    margin-bottom: 0 !important;
  }
}
.contact-form-wrap .outer-wrap:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.contact-form-wrap .outer-wrap .txt_blk {
  position: relative;
  z-index: 2;
  width: 25% !important;
}
@media (max-width: 1199px) {
  .contact-form-wrap .outer-wrap .txt_blk {
    width: 100% !important;
  }
}
.contact-form-wrap .outer-wrap .txt_blk p {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
@media (max-width: 1680px) {
  .contact-form-wrap .outer-wrap .txt_blk p {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (max-width: 1680px) {
  .contact-form-wrap .outer-wrap .txt_blk p {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
.contact-form-wrap .outer-wrap .fomr_wp {
  position: relative;
  z-index: 2;
  width: 75% !important;
  padding-left: 40px !important;
}
@media (max-width: 1680px) {
  .contact-form-wrap .outer-wrap .fomr_wp {
    padding-left: 20px !important;
  }
}
@media (max-width: 1199px) {
  .contact-form-wrap .outer-wrap .fomr_wp {
    padding-left: 0 !important;
    width: 100% !important;
  }
}

.cnt-form.cnt-page {
  margin: 0;
}

#error-page p {
  margin: 0 !important;
}

.page-id-13 .instagarm-wrap {
  background: #eeeeee !important;
  padding: 100px 0 100px !important;
}
@media (max-width: 1680px) {
  .page-id-13 .instagarm-wrap {
    padding: 80px 0 80px !important;
  }
}
@media (max-width: 1470px) {
  .page-id-13 .instagarm-wrap {
    padding: 40px 0 !important;
  }
}

.service-wrap.service-page {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 10px;
}
.service-wrap.service-page:after, .service-wrap.service-page:before {
  display: none;
}
.service-wrap.service-page .serv_bx {
  position: relative;
  overflow: hidden !important;
  line-height: 1;
  width: 48%;
  line-height: 1;
  margin: 0 10px 40px;
  border-radius: 7px !important;
}
@media (max-width: 1680px) {
  .service-wrap.service-page .serv_bx {
    margin: 0 10px 30px;
  }
}
@media (max-width: 1199px) {
  .service-wrap.service-page .serv_bx {
    width: 47%;
  }
}
@media (max-width: 1023px) {
  .service-wrap.service-page .serv_bx {
    width: 100%;
    margin: 10px 0;
  }
}
.service-wrap.service-page .serv_bx:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 75%;
  left: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6923144258) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
@media (max-width: 1680px) {
  .service-wrap.service-page .serv_bx:after {
    height: 70%;
  }
}
@media (max-width: 1470px) {
  .service-wrap.service-page .serv_bx:after {
    height: 80%;
  }
}
.service-wrap.service-page .serv_bx figure {
  width: 100%;
  height: 100%;
}
.service-wrap.service-page .serv_bx figure img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-wrap.service-page .serv_bx .text-blk {
  color: #fff;
  line-height: 1;
  position: absolute;
  z-index: 3;
  height: 99.5%;
  top: 0;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  text-align: center;
  transition: all ease 0.5s;
  padding: 50px;
  background: rgba(0, 0, 0, 0);
}
.service-wrap.service-page .serv_bx .text-blk:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  left: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6923144258) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
@media (max-width: 1199px) {
  .service-wrap.service-page .serv_bx .text-blk {
    padding: 15px;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 767px) {
  .service-wrap.service-page .serv_bx .text-blk {
    position: relative;
    background: rgba(0, 0, 0, 0.9);
    padding: 15px;
  }
}
.service-wrap.service-page .serv_bx .text-blk .tle {
  font-size: 45px !important;
  font-size: 2.8125rem !important;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  line-height: 1;
  text-align: center;
  z-index: 3;
  min-height: 0;
}
@media (max-width: 1680px) {
  .service-wrap.service-page .serv_bx .text-blk .tle {
    font-size: 37px !important;
    font-size: 2.3125rem !important;
  }
}
@media (max-width: 1600px) {
  .service-wrap.service-page .serv_bx .text-blk .tle {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media (max-width: 1470px) {
  .service-wrap.service-page .serv_bx .text-blk .tle {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}
@media (max-width: 1199px) {
  .service-wrap.service-page .serv_bx .text-blk .tle {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (max-width: 767px) {
  .service-wrap.service-page .serv_bx .text-blk .tle {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.service-wrap.service-page .serv_bx .text-blk p {
  display: block;
  transition: all ease 0.5s;
  margin: 15px 0;
  font-size: 20px;
  text-align: center;
  z-index: 3;
}
@media (max-width: 1680px) {
  .service-wrap.service-page .serv_bx .text-blk p {
    font-size: 18px;
  }
}
@media (max-width: 1600px) {
  .service-wrap.service-page .serv_bx .text-blk p {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .service-wrap.service-page .serv_bx .text-blk p {
    font-size: 15px;
    display: block;
  }
}
.service-wrap.service-page .serv_bx .text-blk p span {
  display: none;
  transition: all ease 0.5s;
}
.service-wrap.service-page .serv_bx .text-blk p.sh {
  display: block;
  transition: all ease 0.5s;
}
@media (max-width: 1199px) {
  .service-wrap.service-page .serv_bx .text-blk p.sh {
    display: none;
  }
}
.service-wrap.service-page .serv_bx .text-blk p.hid {
  display: none;
  transition: all ease 0.5s;
}
@media (max-width: 1199px) {
  .service-wrap.service-page .serv_bx .text-blk p.hid {
    display: block;
  }
}
.service-wrap.service-page .serv_bx .text-blk .rd {
  width: 60px;
  display: none;
  height: 60px;
  border-radius: 50%;
  transition: all ease 0.5s;
  background: #fff;
  position: relative;
  z-index: 3;
}
@media (max-width: 1680px) {
  .service-wrap.service-page .serv_bx .text-blk .rd {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1470px) {
  .service-wrap.service-page .serv_bx .text-blk .rd {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1199px) {
  .service-wrap.service-page .serv_bx .text-blk .rd {
    display: block;
  }
}
.service-wrap.service-page .serv_bx .text-blk .rd:after {
  content: "";
  position: absolute;
  right: 24px;
  top: 22px;
  width: 18px;
  height: 18px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(45deg);
}
@media (max-width: 1680px) {
  .service-wrap.service-page .serv_bx .text-blk .rd:after {
    width: 14px;
    height: 14px;
    top: 19px;
    right: 22px;
  }
}
@media (max-width: 1470px) {
  .service-wrap.service-page .serv_bx .text-blk .rd:after {
    width: 10px;
    height: 10px;
    top: 16px;
    right: 18px;
  }
}
.service-wrap.service-page .serv_bx .text-blk .rd:hover {
  background: #546552;
}
.service-wrap.service-page .serv_bx .text-blk .rd:hover:after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.service-wrap.service-page .serv_bx:hover .text-blk {
  top: 0;
  justify-content: center;
  transition: all ease 0.5s;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .service-wrap.service-page .serv_bx:hover .text-blk {
    background: rgba(0, 0, 0, 0.9);
  }
}
.service-wrap.service-page .serv_bx:hover .text-blk p.sh {
  display: none;
  transition: all ease 0.5s;
}
.service-wrap.service-page .serv_bx:hover .text-blk p.hid {
  display: block;
  transition: all ease 0.5s;
}
.service-wrap.service-page .serv_bx:hover .rd {
  display: block;
}
.service-wrap.service-page .serv_bx.last-child {
  width: 100%;
  margin: 0 10px 15px;
  max-height: 550px;
}
@media (max-width: 1024px) {
  .service-wrap.service-page .serv_bx.last-child {
    max-height: 300px;
  }
}
@media (max-width: 1023px) {
  .service-wrap.service-page .serv_bx.last-child {
    margin: 10px 0 15px;
    max-height: unset;
  }
}
.service-wrap.service-page .serv_bx.last-child .outer {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  line-height: 1;
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .service-wrap.service-page .serv_bx.last-child .outer {
    position: relative;
    background: rgba(0, 0, 0, 0.9);
  }
}
.service-wrap.service-page .serv_bx.last-child .outer:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6923144258) 0%, rgba(0, 0, 0, 0) 100%);
}
.service-wrap.service-page .serv_bx.last-child .outer:hover {
  background: rgba(0, 0, 0, 0.6);
  transition: all ease 0.3s;
}
.service-wrap.service-page .serv_bx.last-child .outer .text-blk {
  width: 40%;
  transform: translateX(-50%);
  left: 50%;
  z-index: 3;
  background: transparent !important;
}
@media (max-width: 1199px) {
  .service-wrap.service-page .serv_bx.last-child .outer .text-blk {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .service-wrap.service-page .serv_bx.last-child .outer .text-blk {
    position: relative;
  }
}
.service-wrap.service-page .serv_bx.last-child .outer .text-blk:after {
  display: none;
}
.service-wrap.service-page.service-v2 {
  margin: 0px;
  gap: 20px;
  justify-content: center;
}
.service-wrap.service-page.service-v2 .serv_bx {
  margin: 0px;
}
@media (min-width: 768px) {
  .service-wrap.service-page.service-v2 .serv_bx {
    width: calc(50% - 20px);
    height: 400px;
  }
}
@media (min-width: 1600px) {
  .service-wrap.service-page.service-v2 .serv_bx {
    height: 550px;
  }
}

.common-top-wrap {
  position: relative;
}
.common-top-wrap .inner-top-leaft {
  position: absolute;
  left: -150px;
  top: -155px;
  width: 371px;
  height: 383px;
  width: auto !important;
  text-align: left !important;
  animation: move-the-circle 4s infinite;
  transform-origin: center center;
}
@media (max-width: 1680px) {
  .common-top-wrap .inner-top-leaft {
    height: 180px;
    top: -200px;
  }
}
@media (max-width: 1600px) {
  .common-top-wrap .inner-top-leaft {
    top: -170px;
  }
}
@media (max-width: 1470px) {
  .common-top-wrap .inner-top-leaft {
    top: -145px;
    left: -90px;
    height: 150px;
  }
}
@media (max-width: 1199px) {
  .common-top-wrap .inner-top-leaft {
    display: none;
  }
}

.three-servicebox {
  position: relative;
}
.three-servicebox:after {
  position: absolute;
  width: 100%;
  height: 430px;
  background: #f8f5ef;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 1600px) {
  .three-servicebox:after {
    height: 380px;
  }
}
@media (max-width: 1470px) {
  .three-servicebox:after {
    height: 300px;
  }
}
@media (max-width: 1199px) {
  .three-servicebox:after {
    height: 280px;
  }
}
@media (max-width: 1023px) {
  .three-servicebox:after {
    height: 240px;
  }
}
@media (max-width: 768px) {
  .three-servicebox:after {
    height: 280px;
    background: #F8F5EF;
    background: linear-gradient(180deg, rgb(248, 245, 239) 0%, rgb(255, 255, 255) 100%);
  }
}
.three-servicebox .elementor-element {
  position: relative;
  z-index: 2;
}
.three-servicebox .threewrap {
  margin: 50px 0 !important;
}
.three-servicebox .threewrap .bx {
  margin: 0 12px !important;
}
@media (max-width: 767px) {
  .three-servicebox .threewrap .bx {
    margin-bottom: 15px !important;
  }
}
.three-servicebox .threewrap .bx .elementor-image-box-wrapper .elementor-image-box-img {
  border-radius: 7px;
  overflow: hidden;
  height: 330px;
  line-height: 1;
  width: 100% !important;
}
@media (max-width: 1680px) {
  .three-servicebox .threewrap .bx .elementor-image-box-wrapper .elementor-image-box-img {
    height: 250px;
  }
}
@media (max-width: 1470px) {
  .three-servicebox .threewrap .bx .elementor-image-box-wrapper .elementor-image-box-img {
    height: 220px;
  }
}
@media (max-width: 1199px) {
  .three-servicebox .threewrap .bx .elementor-image-box-wrapper .elementor-image-box-img {
    height: 175px;
  }
}
@media (max-width: 1023px) {
  .three-servicebox .threewrap .bx .elementor-image-box-wrapper .elementor-image-box-img {
    height: 130px;
  }
}
@media (max-width: 767px) {
  .three-servicebox .threewrap .bx .elementor-image-box-wrapper .elementor-image-box-img {
    height: auto;
  }
}
.three-servicebox .threewrap .bx .elementor-image-box-wrapper .elementor-image-box-img img {
  max-width: 100% !important;
}
.three-servicebox .threewrap .bx .elementor-image-box-wrapper .elementor-image-box-content {
  padding: 0 15px;
}
.three-servicebox .threewrap .bx .elementor-image-box-wrapper .elementor-image-box-title {
  font-size: 32px !important;
}
@media (max-width: 1680px) {
  .three-servicebox .threewrap .bx .elementor-image-box-wrapper .elementor-image-box-title {
    font-size: 28px !important;
  }
}
@media (max-width: 1600px) {
  .three-servicebox .threewrap .bx .elementor-image-box-wrapper .elementor-image-box-title {
    font-size: 25px !important;
  }
}
@media (max-width: 1199px) {
  .three-servicebox .threewrap .bx .elementor-image-box-wrapper .elementor-image-box-title {
    font-size: 20px !important;
  }
}
.three-servicebox .threewrap .bx .elementor-image-box-wrapper .elementor-image-box-description {
  margin-bottom: 20px;
  min-height: 85px;
}
@media (max-width: 1680px) {
  .three-servicebox .threewrap .bx .elementor-image-box-wrapper .elementor-image-box-description {
    min-height: 105px;
  }
}
@media (max-width: 1199px) {
  .three-servicebox .threewrap .bx .elementor-image-box-wrapper .elementor-image-box-description {
    min-height: 125px;
  }
}
@media (max-width: 1023px) {
  .three-servicebox .threewrap .bx .elementor-image-box-wrapper .elementor-image-box-description {
    min-height: 200px;
  }
}
@media (max-width: 767px) {
  .three-servicebox .threewrap .bx .elementor-image-box-wrapper .elementor-image-box-description {
    min-height: 0px;
  }
}

.home .service-wrap .serv_bx figure {
  position: relative;
}
.home .service-wrap .serv_bx figure::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 75%;
  left: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6923144258) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}

.box-col-wrap .bx {
  justify-content: space-between;
}

.psudeo-none::after {
  content: none !important;
}
.psudeo-none::before {
  content: none !important;
}

.two-flex-col {
  display: flex !important;
  gap: 21px !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
}
.two-flex-col .bx {
  flex-grow: 1 !important;
  margin: 0 !important;
  width: auto;
}
@media (min-width: 992px) {
  .two-flex-col .bx {
    max-width: calc(50% - 20px);
  }
}

.four-flex-col {
  display: flex !important;
  gap: 21px !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
}
.four-flex-col .bx {
  flex-grow: 1 !important;
  margin: 0 !important;
  width: auto;
}
@media (min-width: 768px) {
  .four-flex-col .bx {
    max-width: calc(50% - 20px);
  }
}
@media (min-width: 1200px) {
  .four-flex-col .bx {
    max-width: calc(25% - 20px);
  }
}

.three-servicebox .threewrap.two-flex-col .bx,
.three-servicebox .threewrap.four-flex-col .bx {
  margin: 0 !important;
}

.three-servicebox .threewrap.two-flex-col .bx .elementor-image-box-wrapper .elementor-image-box-description,
.three-servicebox .threewrap.four-flex-col .bx .elementor-image-box-wrapper .elementor-image-box-description {
  min-height: inherit !important;
}

.abt-topsection {
  position: relative;
}
@media (max-width: 1199px) {
  .abt-topsection .e-con-inner {
    flex-wrap: wrap !important;
  }
}
.abt-topsection .e-con-inner .wd-45 {
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .abt-topsection .e-con-inner .wd-45 {
    order: 2 !important;
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .abt-topsection .e-con-inner .wd-55 {
    order: 1 !important;
    margin-bottom: 30px;
  }
}
.abt-topsection .ff-P .elementor-heading-title {
  font-family: "Playfair Display", serif !important;
}
.abt-topsection .fs-25 {
  line-height: 1.3 !important;
}
@media (max-width: 1199px) {
  .abt-topsection p br {
    display: none;
  }
}
.abt-topsection p.fs-27 {
  line-height: 1.3 !important;
}
.abt-topsection h1 {
  margin-bottom: 0 !important;
}

@media (max-width: 1199px) {
  .mid_bx-wrap .img_bx .elementor-widget-image {
    margin: 0 auto;
  }
}
.mid_bx-wrap .img_bx .elementor-widget-image img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.mid_bx-wrap .text_blk {
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 70px;
}
@media (max-width: 1600px) {
  .mid_bx-wrap .text_blk {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .mid_bx-wrap .text_blk {
    padding: 25px;
  }
}
.mid_bx-wrap .text_blk h2 {
  margin-bottom: 0 !important;
}

@media (max-width: 1199px) {
  .bot_bx-wrap .img_bx {
    order: 1;
  }
}
@media (max-width: 1199px) {
  .bot_bx-wrap .img_bx .elementor-widget-image {
    margin: 0 auto;
  }
}
.bot_bx-wrap .img_bx .elementor-widget-image img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.bot_bx-wrap .text_blk {
  padding-top: 70px;
  padding-bottom: 70px;
  padding-right: 70px;
}
@media (max-width: 1600px) {
  .bot_bx-wrap .text_blk {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .bot_bx-wrap .text_blk {
    padding: 25px;
    order: 2;
  }
}
.bot_bx-wrap .text_blk h2 {
  margin-bottom: 0 !important;
}

.about-cta {
  position: relative;
}
.about-cta .e-con-inner {
  z-index: 2;
}
@media (max-width: 1199px) {
  .about-cta .e-con-inner {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 1199px) {
  .about-cta .img_bx {
    padding: 30px 15px 0;
  }
}
.about-cta .img_bx .elementor-widget-image {
  margin-top: -100px;
}
@media (max-width: 1680px) {
  .about-cta .img_bx .elementor-widget-image {
    margin-top: -65px;
  }
}
@media (max-width: 1470px) {
  .about-cta .img_bx .elementor-widget-image {
    margin-top: -40px;
  }
}
@media (max-width: 1199px) {
  .about-cta .img_bx .elementor-widget-image {
    margin: 0 auto !important;
    text-align: center;
  }
}
.about-cta .img_bx .elementor-widget-image img {
  border-radius: 7px !important;
}
.about-cta .text_blk {
  padding: 100px 50px 100px 70px;
}
@media (max-width: 1600px) {
  .about-cta .text_blk {
    padding: 100px 30px 100px 50px;
  }
}
@media (max-width: 1470px) {
  .about-cta .text_blk {
    padding: 80px 30px 80px 50px;
  }
}
@media (max-width: 1199px) {
  .about-cta .text_blk {
    padding: 30px 15px;
    text-align: center;
  }
}
.about-cta .text_blk .fs-45 h2 {
  font-size: inherit !important;
}
@media (max-width: 1199px) {
  .about-cta .text_blk .fs-45 h2 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .about-cta .text_blk .fs-45 h2 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 320px) {
  .about-cta .text_blk .fs-45 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 768px) {
  .about-cta .text_blk .fs-45 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1200px) {
  .about-cta .text_blk .fs-45 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media (min-width: 1600px) {
  .about-cta .text_blk .fs-45 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1850px) {
  .about-cta .text_blk .fs-45 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}

body.single-post .project_banner.inner .container {
  height: 150px !important;
  min-height: 150px !important;
}

.blog-wraper {
  margin: 50px 0;
}
.blog-wraper .page-header {
  margin: 20px 0 50px;
}
@media (max-width: 1599px) {
  .blog-wraper .page-header {
    margin: 20px 0 30px;
  }
}
@media (max-width: 1199px) {
  .blog-wraper .page-header {
    margin: 20px 0;
  }
}
.blog-wraper .container.vCenter {
  align-items: start;
}

.blog-left {
  width: 66%;
  margin-right: 50px;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.blog-left:after, .blog-left:before {
  display: none;
}
@media (max-width: 1199px) {
  .blog-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.blog-left .blg-wrapper {
  width: 47% !important;
  display: flex;
  flex-flow: column;
  justify-content: start;
}
@media (max-width: 1023px) {
  .blog-left .blg-wrapper {
    width: 100% !important;
  }
}
.blog-left .blg-wrapper .link_bx {
  background: #c8b9b2;
  width: 70px;
  height: 70px;
  margin-top: -60px;
  z-index: 3;
  position: relative;
  margin-left: auto;
  margin-right: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1600px) {
  .blog-left .blg-wrapper .link_bx {
    width: 50px;
    height: 50px;
    margin-top: -45px;
  }
}
@media (max-width: 767px) {
  .blog-left .blg-wrapper .link_bx {
    margin-right: 0;
    margin-top: -60px;
    margin-bottom: 20px;
  }
}
.blog-left .blg-wrapper .link_bx:hover {
  background: #000;
}
.blog-left .blg-wrapper .link_bx:after {
  content: "";
  width: 15px;
  height: 15px;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  transform: rotate(45deg);
}
@media (max-width: 1600px) {
  .blog-left .blg-wrapper .link_bx:after {
    left: 40%;
    top: 52%;
    width: 10px;
    height: 10px;
  }
}
.blog-left .blg-wrapper:not(:first-child) {
  margin: 20px 0 0;
  border-top: solid 1px #e9e9e9;
  padding-top: 20px;
}
.blog-left .blg-wrapper:not(:first-child) .post-content {
  display: flex;
  flex-direction: column;
}
.blog-left .blg-wrapper:not(:first-child) .post-content .post-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.blog-left .blg-wrapper .featured_img {
  background: #f8f4f1;
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-left .blg-wrapper .post-content {
  margin: 5px 0;
}
.blog-left .blg-wrapper .post-content ol {
  margin-left: 20px;
}
.blog-left .blg-wrapper .post-content ol li {
  padding: 7px 0 7px 20px;
  position: relative;
  font-weight: 400 !important;
  color: #000;
}
@media (min-width: 1200px) {
  .blog-left .blg-wrapper .post-content ol li {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  .blog-left .blg-wrapper .post-content ol li {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1850px) {
  .blog-left .blg-wrapper .post-content ol li {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
.blog-left .blg-wrapper .post-content ol li a:hover {
  color: #000;
}
.blog-left .blg-wrapper .post-content ul {
  padding-top: 10px;
  display: block;
}
.blog-left .blg-wrapper .post-content ul li {
  padding: 7px 0 7px 20px;
  position: relative;
  font-weight: 400 !important;
  color: #000;
}
@media (min-width: 1200px) {
  .blog-left .blg-wrapper .post-content ul li {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  .blog-left .blg-wrapper .post-content ul li {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1850px) {
  .blog-left .blg-wrapper .post-content ul li {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
.blog-left .blg-wrapper .post-content ul li a:hover {
  color: #000;
}
.blog-left .blg-wrapper .post-content ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
}
@media (max-width: 1680px) {
  .blog-left .blg-wrapper .post-content ul li:after {
    top: 17px;
  }
}
@media (max-width: 1600px) {
  .blog-left .blg-wrapper .post-content ul li:after {
    top: 16px;
  }
}
@media (max-width: 1470px) {
  .blog-left .blg-wrapper .post-content ul li:after {
    width: 7px;
    height: 7px;
    top: 16px;
  }
}
.blog-left .blg-wrapper .post-content h2 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
@media (min-width: 768px) {
  .blog-left .blg-wrapper .post-content h2 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1200px) {
  .blog-left .blg-wrapper .post-content h2 {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}
@media (min-width: 1600px) {
  .blog-left .blg-wrapper .post-content h2 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1850px) {
  .blog-left .blg-wrapper .post-content h2 {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}
.blog-left .blg-wrapper .post-content h3 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
  margin-top: 10px !important;
}
@media (min-width: 768px) {
  .blog-left .blg-wrapper .post-content h3 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1200px) {
  .blog-left .blg-wrapper .post-content h3 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (min-width: 1600px) {
  .blog-left .blg-wrapper .post-content h3 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1850px) {
  .blog-left .blg-wrapper .post-content h3 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
.blog-left .blg-wrapper .post-content h4 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media (min-width: 768px) {
  .blog-left .blg-wrapper .post-content h4 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1200px) {
  .blog-left .blg-wrapper .post-content h4 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  .blog-left .blg-wrapper .post-content h4 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1850px) {
  .blog-left .blg-wrapper .post-content h4 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
.blog-left .blg-wrapper .post-content p a {
  text-decoration: underline !important;
}
.blog-left .blg-wrapper .post-content p a:hover {
  text-decoration: none !important;
}
.blog-left .blg-wrapper .blog-rd {
  margin-top: auto;
}
.blog-left .blg-wrapper .blog-rd:hover {
  color: #546552 !important;
}
.blog-left .blg-wrapper .bottom-wrap {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
@media (max-width: 1023px) {
  .blog-left .blg-wrapper .bottom-wrap {
    width: 100%;
  }
}
.blog-left .blg-wrapper .bottom-wrap .wp {
  display: flex;
  margin-right: 20px;
  line-height: 1;
  align-items: center;
}
.blog-left .blg-wrapper .bottom-wrap .wp p {
  line-height: 1;
}
.blog-left .blg-wrapper .bottom-wrap .wp p a:hover {
  color: #000 !important;
}
.blog-left .blg-wrapper .bottom-wrap .wp .icon {
  width: 20px;
  height: 20px;
  margin: 0 15px 0 0;
}
@media (max-width: 1199px) {
  .blog-left .blg-wrapper .bottom-wrap .wp .icon {
    width: 15px;
    height: 15px;
  }
}
.blog-left .blg-wrapper .bottom-wrap .wp .icon svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 1199px) {
  .blog-left .blg-wrapper .bottom-wrap .wp .icon svg {
    width: 15px;
    height: 15px;
  }
}
.blog-left .blg-wrapper .post-tile {
  color: var(--global--color-heading) !important;
  line-height: 1.2 !important;
  min-height: 70px;
  font-size: 27px !important;
  font-size: 1.6875rem !important;
}
@media (max-width: 1600px) {
  .blog-left .blg-wrapper .post-tile {
    font-size: 20px !important;
    font-size: 1.25rem !important;
    min-height: 60px;
  }
}
@media (max-width: 1366px) {
  .blog-left .blg-wrapper .post-tile {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    min-height: 50px;
  }
}
@media (max-width: 1023px) {
  .blog-left .blg-wrapper .post-tile {
    min-height: 0;
  }
}
.blog-left .blg-wrapper .post-tile h1 a, .blog-left .blg-wrapper .post-tile h2 a {
  color: #546552;
}
.blog-left .blg-wrapper .post-tile h1 a:hover, .blog-left .blg-wrapper .post-tile h2 a:hover {
  color: #000;
}
.blog-left .blg-wrapper .post-tile a {
  color: #546552;
}
.blog-left .blg-wrapper .post-tile a:hover {
  color: #000;
}
.blog-left .blg-wrapper figure {
  margin: 0 0 20px !important;
  background: #f1f1f1;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .blog-left .blg-wrapper figure {
    width: 100%;
    margin: 10px auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .blog-left .blg-wrapper figure {
    height: auto;
  }
}
.blog-left .blg-wrapper:first-child {
  width: 100% !important;
}
.blog-left .blg-wrapper:first-child .featured_img {
  background: #f8f4f1;
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .blog-left .blg-wrapper:first-child .featured_img {
    height: auto;
  }
}
.blog-left .blg-wrapper:first-child .post-tile {
  color: var(--global--color-heading) !important;
  line-height: 1.2 !important;
  min-height: 0px;
  font-size: 35px !important;
  font-size: 2.1875rem !important;
  font-weight: 400;
}
@media (max-width: 1600px) {
  .blog-left .blg-wrapper:first-child .post-tile {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (max-width: 1366px) {
  .blog-left .blg-wrapper:first-child .post-tile {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}
@media (max-width: 1023px) {
  .blog-left .blg-wrapper:first-child .post-tile {
    min-height: 0;
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
.blog-left .blg-form {
  width: 100%;
}
.blog-left .blg-form ::-webkit-input-placeholder {
  font-size: 16px !important;
  font-size: 1rem !important;
  color: #000 !important;
  opacity: 1;
  font-weight: 300 !important;
}
@media (max-width: 1600px) {
  .blog-left .blg-form ::-webkit-input-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.blog-left .blg-form :-moz-placeholder {
  font-size: 16px !important;
  font-size: 1rem !important;
  color: #000 !important;
  opacity: 1;
  font-weight: 300 !important;
}
@media (max-width: 1600px) {
  .blog-left .blg-form :-moz-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.blog-left .blg-form ::-moz-placeholder {
  font-size: 16px !important;
  font-size: 1rem !important;
  color: #000 !important;
  opacity: 1;
  font-weight: 300 !important;
}
@media (max-width: 1600px) {
  .blog-left .blg-form ::-moz-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.blog-left .blg-form :-ms-input-placeholder {
  font-size: 16px !important;
  font-size: 1rem !important;
  color: #000 !important;
  opacity: 1;
  font-weight: 300 !important;
}
@media (max-width: 1600px) {
  .blog-left .blg-form :-ms-input-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.blog-left .blg-form form {
  margin: 25px 0;
}
.blog-left .blg-form form .cmnt-sub {
  width: 100%;
  text-align: right;
}
.blog-left .blg-form form ::-webkit-input-placeholder {
  color: #666666;
}
.blog-left .blg-form form :-moz-placeholder {
  color: #666666;
}
.blog-left .blg-form form ::-moz-placeholder {
  color: #666666;
}
.blog-left .blg-form form :-ms-input-placeholder {
  color: #666666;
}
.blog-left .blg-form form .w-50 {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .blog-left .blg-form form .w-50 {
    flex-flow: wrap;
  }
}
.blog-left .blg-form form .w-50:after, .blog-left .blg-form form .w-50:before {
  display: none;
}
.blog-left .blg-form form .w-50 .input-holder {
  width: 49%;
}
@media (max-width: 767px) {
  .blog-left .blg-form form .w-50 .input-holder {
    width: 100%;
  }
}
.blog-left .blg-form form .w-50 .input-holder:last-child {
  margin-bottom: 15px !important;
}
.blog-left .blg-form form input,
.blog-left .blg-form form textarea {
  border-top: none;
  border: solid 1px #c7c2bf;
  padding: 15px 20px !important;
  background: #fff;
  width: 100%;
  font-weight: 300 !important;
}
@media (max-width: 1600px) {
  .blog-left .blg-form form input,
  .blog-left .blg-form form textarea {
    padding: 10px !important;
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.blog-left .blg-form form textarea {
  height: 100px;
  border: solid 1px #c7c2bf !important;
  padding: 15px 0;
  overflow: auto;
  border-radius: 0 !important;
}
.blog-left .blg-form form input[type=submit] {
  background: #546552;
  border: none;
  height: 70px;
  width: 150px;
  color: #fff;
  border-radius: 5px;
  padding: 0 !important;
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
@media (max-width: 1600px) {
  .blog-left .blg-form form input[type=submit] {
    height: 50px;
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (max-width: 1366px) {
  .blog-left .blg-form form input[type=submit] {
    height: 40px;
    width: 120px;
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.blog-left .blg-form form input[type=submit]:hover {
  background: #000;
}
.blog-left .cmnts-wrap .avatar-post-wrp li {
  border-bottom: solid 1px #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.blog-left .cmnts-wrap .avatar-post-wrp li .avtr-wrp {
  margin-bottom: 10px;
}
.blog-left .blog-pagination {
  width: 100%;
}
.blog-left .share {
  display: flex;
  width: 100%;
  color: #939393;
  margin: 25px 0;
  align-items: center;
}
.blog-left .share .tle {
  color: #939393;
  font-size: 20px !important;
  font-size: 1.25rem !important;
  font-weight: 500;
}
.blog-left .share a {
  margin: 0 0 0 20px;
}
.blog-left .share a svg {
  width: 30px;
  height: 30px;
}
.blog-left .share a:hover svg {
  opacity: 0.7;
}
.blog-left .recent-post-blogs {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog-left .recent-post-blogs:after, .blog-left .recent-post-blogs:before {
  display: none !important;
}
.blog-left .recent-post-blogs .blg-wrapper:not(:first-child) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 1023px) {
  .blog-left .recent-post-blogs .blg-wrapper:not(:first-child) {
    width: 100% !important;
  }
}
.blog-left .recent-post-blogs .blg-wrapper:first-child {
  width: 47% !important;
  display: flex;
  flex-flow: column;
  justify-content: start;
  position: relative;
}
@media (max-width: 1023px) {
  .blog-left .recent-post-blogs .blg-wrapper:first-child {
    width: 100% !important;
  }
}
.blog-left .recent-post-blogs .blg-wrapper:first-child:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: -30px;
  top: 0;
  background: #c2becb;
}
@media (max-width: 1023px) {
  .blog-left .recent-post-blogs .blg-wrapper:first-child {
    width: 100% !important;
  }
}
.blog-left .recent-post-blogs .blg-wrapper:first-child .link_bx {
  background: #c8b9b2;
  width: 45px;
  height: 45px;
  margin-top: -45px;
  z-index: 3;
  position: relative;
  margin-left: auto;
  margin-right: 50px;
  display: block;
}
@media (max-width: 1600px) {
  .blog-left .recent-post-blogs .blg-wrapper:first-child .link_bx {
    width: 30px;
    height: 30px;
    margin-top: -35px;
  }
}
@media (max-width: 767px) {
  .blog-left .recent-post-blogs .blg-wrapper:first-child .link_bx {
    margin-right: 0;
  }
}
.blog-left .recent-post-blogs .blg-wrapper:first-child .link_bx:hover {
  background: #000;
}
.blog-left .recent-post-blogs .blg-wrapper:first-child .link_bx:after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  position: absolute;
  transform: rotate(40deg) translate(-50%, -50%);
  left: 40%;
  top: 52%;
}
@media (max-width: 1600px) {
  .blog-left .recent-post-blogs .blg-wrapper:first-child .link_bx:after {
    left: 40%;
    top: 50%;
    width: 6px;
    height: 6px;
  }
}
.blog-left .recent-post-blogs .blg-wrapper:first-child .featured_img {
  background: #f8f4f1;
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-left .recent-post-blogs .blg-wrapper:first-child .bottom-wrap {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
@media (max-width: 1023px) {
  .blog-left .recent-post-blogs .blg-wrapper:first-child .bottom-wrap {
    width: 100%;
  }
}
.blog-left .recent-post-blogs .blg-wrapper:first-child .bottom-wrap .wp {
  display: flex;
  margin-right: 20px;
  line-height: 1;
  align-items: center;
}
.blog-left .recent-post-blogs .blg-wrapper:first-child .bottom-wrap .wp p {
  line-height: 1;
}
.blog-left .recent-post-blogs .blg-wrapper:first-child .bottom-wrap .wp p a:hover {
  color: #000 !important;
}
.blog-left .recent-post-blogs .blg-wrapper:first-child .bottom-wrap .wp .icon {
  width: 20px;
  height: 20px;
  margin: 0 15px 0 0;
}
@media (max-width: 1199px) {
  .blog-left .recent-post-blogs .blg-wrapper:first-child .bottom-wrap .wp .icon {
    width: 15px;
    height: 15px;
  }
}
.blog-left .recent-post-blogs .blg-wrapper:first-child .bottom-wrap .wp .icon svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 1199px) {
  .blog-left .recent-post-blogs .blg-wrapper:first-child .bottom-wrap .wp .icon svg {
    width: 15px;
    height: 15px;
  }
}
.blog-left .recent-post-blogs .blg-wrapper:first-child .post-tile {
  color: var(--global--color-heading) !important;
  line-height: 1.2 !important;
  min-height: 70px;
  font-size: 27px !important;
  font-size: 1.6875rem !important;
}
@media (max-width: 1600px) {
  .blog-left .recent-post-blogs .blg-wrapper:first-child .post-tile {
    font-size: 20px !important;
    font-size: 1.25rem !important;
    min-height: 60px;
  }
}
@media (max-width: 1366px) {
  .blog-left .recent-post-blogs .blg-wrapper:first-child .post-tile {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    min-height: 50px;
  }
}
@media (max-width: 1023px) {
  .blog-left .recent-post-blogs .blg-wrapper:first-child .post-tile {
    min-height: 0;
  }
}
.blog-left .recent-post-blogs .blg-wrapper:first-child .post-tile a:hover {
  color: #000;
}

.blog-right {
  width: 28%;
  height: 100%;
}
@media (max-width: 1199px) {
  .blog-right {
    width: 100%;
  }
}
.blog-right .blog-sdbar {
  width: 100%;
}
.blog-right .blog-sdbar .blg-box {
  margin: 0 0 20px;
  padding: 35px;
  background: #546552;
  position: relative;
}
.blog-right .blog-sdbar .blg-box .h3 {
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  font-size: 25px !important;
  font-size: 1.5625rem !important;
  font-weight: 600 !important;
  color: #fff !important;
}
@media (max-width: 1680px) {
  .blog-right .blog-sdbar .blg-box .h3 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.blog-right .blog-sdbar .blg-box .h3.subc {
  background: #c8b9b2;
  color: #fff !important;
  text-transform: capitalize !important;
  border-radius: 7px;
  padding: 20px;
  font-weight: 400 !important;
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
.blog-right .blog-sdbar .blg-box .h3.subc a:hover {
  color: #000 !important;
}
.blog-right .blog-sdbar .blg-box .h3.search {
  font-size: 18px !important;
  font-size: 1.125rem !important;
  text-transform: capitalize !important;
  color: #939393 !important;
  font-weight: 300 !important;
  border: solid 1px #d4d4d4;
}
.blog-right .blog-sdbar .blg-box .h3.search .sh {
  color: #939393 !important;
  width: 100%;
  padding: 10px 0 0 20px;
}
.blog-right .blog-sdbar .blg-box .h3.search button {
  background-color: #546552;
  width: 50px;
  height: 50px;
}
.blog-right .blog-sdbar .blg-box .h3.search button svg {
  height: 25px;
  fill: #fff;
}
.blog-right .blog-sdbar .blg-box .h3.search .search_wrap {
  width: 100%;
}
.blog-right .blog-sdbar .blg-box .h3.search .search_wrap .input-holder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0 !important;
}
.blog-right .blog-sdbar .blg-box .h3.search .search_wrap .input-holder:after, .blog-right .blog-sdbar .blg-box .h3.search .search_wrap .input-holder:before {
  display: none !important;
}
.blog-right .blog-sdbar .blg-box .h3.search .search_wrap .input-holder input[type=search] {
  width: 80% !important;
  border: none !important;
  padding-left: 20px !important;
  height: auto !important;
}
.blog-right .blog-sdbar .blg-box ul li {
  padding: 10px 0 15px;
  border-bottom: solid 1px #d4d4d4;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
}
.blog-right .blog-sdbar .blg-box ul li span {
  display: block;
  color: #fff;
  margin: 15px 0 0;
  font-weight: 400;
}
.blog-right .blog-sdbar .blg-box ul li:last-child {
  border-bottom: 0;
}
.blog-right .blog-sdbar .blg-box ul li a {
  color: #fff;
  text-decoration: none !important;
}
.blog-right .blog-sdbar .blg-box ul li a:hover {
  color: #000;
}
.blog-right .blog-sdbar .blg-box .ic {
  margin: 0 10px 0 0;
}
.blog-right .blog-sdbar .blg-box .ic svg {
  width: 25px;
  height: 25px;
  fill: #fff;
}
.blog-right .blog-sdbar .blg-box.rss {
  padding: 15px 30px !important;
  width: 100%;
}
.blog-right .blog-sdbar .blg-box.rss:hover {
  background: #000;
}/*# sourceMappingURL=main.css.map */


.new-contact .elementor-widget-shortcode{
    z-index: 99;
}
.new-contact .elementor-shortcode{
    width: 100%;
}
.new-contact form{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
	    flex-direction: column;
}
.new-contact .wd-50{
    width: 100%;
    display: flex;
}
.new-contact .input-holder{
        position: relative;
        width: 100%;
        padding: 0 15px 15px;
        margin: 0;
        float: none;
}
.new-contact input,.new-contact select{
    width: 100%;
    background: #ffffff;
    border: 1px solid #d2d7db;
    border-radius: 2px;
    height: 36px;
 
    padding: 8px 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #292e35;
}
.new-contact textarea{
    width: 100%;
    background: #ffffff;
    border: 1px solid #d2d7db;
    border-radius: 2px;
    padding: 8px 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #292e35;
}
.new-contact .event-book-flds .input-holder{
    position: relative;
}
.new-contact .event-book-flds .input-holder:after{
     content: "";
    position: absolute;
    right: 19px;
    top: 25px;
    width: 24px;
    height: 24px;
    pointer-events: none;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%233a3a3a' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
}

.new-contact button.sub-wp{
    text-transform: capitalize;
    float: right;
    width: auto;
    background: rgb(85, 211, 201);
    border: none;
    border-radius: 6px;
    padding: 10px 24px 12px;
    margin-left: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 24px;
    text-align: center;
    color: #fff;
    cursor: pointer;
	  height: inherit;
}

.new-contact .elementor-widget-shortcode .elementor-widget-container{
    display: flex;
    flex-wrap: wrap;
}
.new-contact .input-holder label{
    color: rgb(213, 215, 215) !important;
    font-size: 18px !important;
}


.new-contact .outer-wrap{
    display: flex;
    flex-direction: row;
}
.new-contact .required-field-indicator{
    font-family: proxima-nova;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #c83720;
}
.new-contact input::placeholder, 
.new-contact select,
.new-contact textarea::placeholder{
    color: rgb(147 157 173) !important;
    font-size: 18px;
}
.new-contact .outer-wrap .fomr_wp{
    padding: 60px 0px 0px;
}
@media (max-width: 427px){
    .new-contact form{
            flex-direction: column;
    }
    .new-contact .wd-50{
      flex-direction: column;
    }
    .new-contact .input-holder label, .new-contact input::placeholder, .new-contact select::placeholder,  .new-contact select {
        font-size: 16px !important;
    }
     .new-contact button.sub-wp{
        font-size: 16px !important;
            width: 30% !important;
    }

}

 .new-contact input#cdate{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgba(41,46,53,1)' d='M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm320-196c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM192 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM64 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2 16-16 16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5 48-48 48z'/%3E%3C/svg%3E");    content: '';
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right 10px center;
    position: relative;
  
  }
  @media (max-width: 768px){
    .new-contact button.sub-wp{
        width: 20%;
    }
  }





.neww-faq details{
	margin-bottom: 10px !important;
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    background-color: #000;
    color: white !important;
}

.neww-faq .e-n-accordion-item-title-text, .neww-faq .e-n-accordion-item-title-icon span>svg, .neww-faq p{
	color: white;
	fill: white !important;
}
.neww-faq .elementor-widget-n-accordion .e-n-accordion-item-title{
	padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.neww-faq h3.e-n-accordion-item-title-text{
	color: white !important;
    font-size: 25px !important;
    text-transform: math-auto;
    margin-bottom: 0 !important;
}
.neww-faq .faq-para-txt{
	padding: 15px;
}
 
 @media (max-width: 1199px){
 	.neww-faq h3.e-n-accordion-item-title-text{
 		    font-size: 22px !important;
 	}
 	 .neww-faq ul li:after{
 	 	   top: 15px;
		    width: 7px;
		    height: 7px;
 	 }
 }
 @media (max-width: 767px){
 	    .neww-faq h3.e-n-accordion-item-title-text{
 	    	 		    font-size: 19px !important;
 	    }
 	.neww-faq ul li:after{
 	 	   top: 14px;
 	 }
 }

  .neww-faq  ul li{
  	padding: 7px 0 7px 20px;
    position: relative;
  }
   .neww-faq ul li:after{
   	 content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
   }
   
   @media (max-width:767px){
       .new-contact .wd-50 {
    flex-direction: column !important;
}
   }