@font-face {
  font-family: "Sukar";
  src: url("../fonts/SukarRegular.eot");
  src: url("../fonts/SukarRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/SukarRegular.woff2") format("woff2"), url("../fonts/SukarRegular.woff") format("woff"), url("../fonts/SukarRegular.ttf") format("truetype"), url("../fonts/SukarRegular.svg#SukarRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sukar";
  src: url("../fonts/Sukar-black.eot");
  src: url("../fonts/Sukar-black.eot?#iefix") format("embedded-opentype"), url("../fonts/Sukar-black.woff2") format("woff2"), url("../fonts/Sukar-black.woff") format("woff"), url("../fonts/Sukar-black.ttf") format("truetype"), url("../fonts/Sukar-black.svg#Sukar-black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sukar";
  src: url("../fonts/Sukar-Bold.eot");
  src: url("../fonts/Sukar-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Sukar-Bold.woff2") format("woff2"), url("../fonts/Sukar-Bold.woff") format("woff"), url("../fonts/Sukar-Bold.ttf") format("truetype"), url("../fonts/Sukar-Bold.svg#Sukar-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* MAIN FONT FAMILY */
/* COLORS VARIABLES */
/* display grid mixin 
 DEFAULT VALUE 265PX DIVIDE WRAPPER TO 3 COLUMS 
 YOU NEED TO PUT VALUE IN MIXIN WITH PX  >>>  EXAMPLE 
@include displayGrid(265px);
*/
/*
---TEXT TRUNCATE
> $lines => the max number of lines to show before ellipses.
> $maxWidth => max width of text element.
*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Sukar";
}

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

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

img {
  max-width: 100%;
}

html {
  font-family: "Sukar";
  scroll-behavior: smooth;
  overflow-x: hidden;
  position: relative;
}

*::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
}

*::-webkit-scrollbar-thumb {
  background-color: #ceaa6c;
  border-radius: 25px;
}

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
          box-shadow: inset 0 0 6px transparent;
  width: 10px;
}

.btn {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input,
select,
textarea {
  font-family: inherit;
  outline: none;
  width: 100%;
  border: 0;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

textarea {
  resize: none;
  height: 150px;
}

input:-internal-autofill-selected {
  background-color: transparent !important;
}

.wpml-ls-statics-footer {
  display: none;
}

.lg-outer {
  direction: ltr;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 10px;
  background-image: url("../images/chevron-down-solid.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  cursor: pointer;
  background-position: left 3% center;
}

[dir=ltr] select {
  background-position: right 3% center;
}

body {
  font-family: "Sukar";
  direction: rtl;
  text-align: start;
  position: relative;
  background-color: #fff;
  overflow-x: hidden;
  font-size: 18px;
  color: #7a7979;
}

[dir=ltr] body {
  direction: ltr;
}

.h1,
h1 {
  font-size: 2.5rem;
}

.h2,
h2 {
  font-size: 2rem;
}

.h3,
h3 {
  font-size: 1.75rem;
}

.h4,
h4 {
  font-size: 1.5rem;
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1rem;
}

.text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-width: 100%;
  text-overflow: ellipsis;
  text-wrap: balance;
}

.image-wrap {
  overflow: hidden;
}
.image-wrap img,
.image-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-wrap.contain img,
.image-wrap.contain video {
  -o-object-fit: contain;
     object-fit: contain;
}

figure.image-wrap {
  margin: 0;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4901960784);
  z-index: 3;
}

.head {
  margin-bottom: 30px;
  color: #000000;
}
.head > .title {
  line-height: 1;
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: capitalize;
}
.head.centered {
  text-align: center;
}
.head.centered .title,
.head.centered .text {
  margin-inline: auto;
}
.head.bg > .title {
  width: 70%;
  padding: 15px;
  color: #fff;
  background-color: #ceaa6c;
}
.head.white {
  color: #fff;
}

.overlay-all {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.6117647059);
}
.overlay-all.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.padding-page {
  padding-block: 120px 50px;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
}
.contact li {
  padding: 10px 0;
}
.contact li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  gap: 10px;
}
.contact li a svg {
  color: #ceaa6c;
  padding: 5px;
  border-radius: 50%;
  font-size: 22px;
}

.location .map {
  height: 400px;
}

section {
  padding: 50px 0;
  overflow: hidden;
}

.statistcs::before, .work-team-page.home > .container > .row::before, .work-team-page.home > .container > .row::after, .services-page.home:before, .mission::before, .breadcrumpp::before, .page-loading .navbar-brand::before, .icon-scroll::before, .accordion-group .accordion::after, .header .header-slider .item::after {
  content: "";
  display: block;
  position: absolute;
}

.upper-bar .wrapper .icons .search-div .input-wrap {
  -webkit-box-shadow: 0 0 6px 0px rgba(120, 120, 120, 0.15);
          box-shadow: 0 0 6px 0px rgba(120, 120, 120, 0.15);
}

.statistcs::before, .statistcs, .services-page.home, .mission, .breadcrumpp {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.text, .content-text {
  color: inherit;
  font-family: "Sukar";
  line-height: 2;
  text-wrap: balance;
}

.border-circle {
  border-radius: 100%;
}

.text-center {
  text-align: center;
}

.element-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}

.row-gap-10 {
  row-gap: 10px;
}

.row-gap-20 {
  row-gap: 20px;
}

.row-gap-30 {
  row-gap: 30px;
}

.row-gap-40 {
  row-gap: 40px;
}

.row-gap-50 {
  row-gap: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-x-auto {
  margin-inline: auto;
}

.p-y-10 {
  padding-block: 10px;
}

.p-y-20 {
  padding-block: 20px;
}

.p-y-30 {
  padding-block: 30px;
}

.p-y-40 {
  padding-block: 40px;
}

.p-y-50 {
  padding-block: 50px;
}

.p-x-5 {
  padding-inline: 5px;
}

.p-x-10 {
  padding-inline: 10px;
}

.p-x-15 {
  padding-inline: 15px;
}

.p-x-20 {
  padding-inline: 20px;
}

.p-x-25 {
  padding-inline: 25px;
}

.p-2 {
  padding: 2px;
}

.p-4 {
  padding: 4px;
}

.p-6 {
  padding: 6px;
}

.p-8 {
  padding: 8px;
}

.p-10 {
  padding: 10px;
}

.p-12 {
  padding: 12px;
}

.p-14 {
  padding: 14px;
}

.p-16 {
  padding: 16px;
}

.p-18 {
  padding: 18px;
}

.p-20 {
  padding: 20px;
}

.above-all {
  overflow: hidden;
  position: relative;
}

.upper-bar {
  padding-block: 8px;
  color: #fff;
  background-color: #ceaa6c;
  position: relative;
  z-index: 5;
}
.upper-bar > .container {
  position: relative;
}
.upper-bar .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000000;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.upper-bar .wrapper > .btn {
  padding: 5px 25px;
}
.upper-bar .wrapper .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.upper-bar .wrapper .icons .search-div {
  line-height: 1;
}
.upper-bar .wrapper .icons .search-div .search-toggler {
  color: #fff;
  font-size: 20px;
  line-height: 1;
}
.upper-bar .wrapper .icons .search-div .input-wrap {
  position: absolute;
  inset-block-start: calc(100% + 10px);
  inset-inline-end: 0;
  background-color: #f5f5f5;
  border: 1px solid #d7d7d7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 270px;
  min-height: 42px;
  border-radius: 6px;
  overflow: hidden;
  z-index: 10;
  padding: 5px 10px;
}
.upper-bar .wrapper .icons .search-div .input-wrap input {
  background-color: transparent;
}
.upper-bar .wrapper .icons .search-div .input-wrap .search-btn {
  color: #7a7979;
}
.upper-bar .wrapper .icons .search-div.show .input-wrap {
  opacity: 1;
  visibility: visible;
}
.upper-bar .wrapper .icons .languages {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 5px;
}
.upper-bar .wrapper .icons .languages img {
  width: 25px;
}

.nav-bar {
  padding-block: 10px;
  background-color: #fff;
  position: relative;
  z-index: 4;
}
.nav-bar .nav-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 12px;
}
.nav-bar .nav-flex .navbar-brand {
  width: 130px;
}
.nav-bar .nav-flex .navbar-links {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.nav-bar .nav-flex .navbar-links > li {
  position: relative;
}
.nav-bar .nav-flex .navbar-links > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.nav-bar .nav-flex .navbar-links > li > a:hover, .nav-bar .nav-flex .navbar-links > li > a.active {
  color: #ceaa6c;
}
.nav-bar .nav-flex .navbar-links > li.current-menu-item > a {
  color: #ceaa6c;
}
.nav-bar .nav-flex .navbar-links > li.menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
}
.nav-bar .nav-flex .navbar-links > li.menu-item-has-children > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  color: #aaaaaa;
}
.nav-bar .nav-flex .navbar-links > li .sub-menu {
  position: absolute;
  inset-block-start: 93px;
  background: #ceaa6c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
  width: 160px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: initial;
}
.nav-bar .nav-flex .navbar-links > li .sub-menu > li {
  padding: 15px 10px;
}
.nav-bar .nav-flex .navbar-links > li .sub-menu > li:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
}
.nav-bar .nav-flex .navbar-links > li .sub-menu > li a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.nav-bar .nav-flex .navbar-links > li .sub-menu > li.menu-item-has-children {
  position: relative;
}
.nav-bar .nav-flex .navbar-links > li .sub-menu > li.menu-item-has-children > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
.nav-bar .nav-flex .navbar-links > li .sub-menu > li.menu-item-has-children > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
  margin: 0 5px;
}
.nav-bar .nav-flex .navbar-links > li .sub-menu > li.menu-item-has-children > .sub-menu {
  position: absolute;
  inset-block-start: 0;
  left: -100px;
  background: #ceaa6c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
  width: 160px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.nav-bar .nav-flex .navbar-links > li .sub-menu > li.menu-item-has-children:hover > .sub-menu {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  inset-block-start: 0px;
  left: -160px;
  opacity: 1;
  visibility: visible;
  z-index: 255;
}
.nav-bar .nav-flex .navbar-links > li:hover > .sub-menu {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  inset-block-start: 87px;
  opacity: 1;
  visibility: visible;
  z-index: 254;
}
.nav-bar .nav-flex .navbar-links li {
  position: relative;
}
.nav-bar .nav-flex .toggle-btn {
  width: 31px;
  height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: unset;
      flex-wrap: unset;
  gap: unset;
}
.nav-bar .nav-flex .toggle-btn .bar {
  background-color: #ceaa6c;
  width: 100%;
  height: 3px;
}
.nav-bar .nav-flex .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  color: #000000;
}
.nav-bar .nav-flex .icons .languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 5px;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
}
.nav-bar .nav-flex .icons .languages img {
  width: 25px;
}
.nav-bar .nav-flex .main-btn {
  margin: 0;
  min-width: 120px;
}

.navbar-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
  position: fixed;
  inset: 0;
  inset-inline-start: -100%;
  opacity: 0;
  visibility: hidden;
  width: 90vw;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 999;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}
.navbar-mobile .nav-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  position: relative;
  z-index: 1;
  padding: 15px;
}
.navbar-mobile .nav-flex .navbar-brand img {
  width: 85px;
}
.navbar-mobile .nav-flex .close-btn {
  font-size: 25px;
}
.navbar-mobile .mobile-links {
  padding: 15px;
  position: relative;
  z-index: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.navbar-mobile .mobile-links li {
  position: relative;
  padding: 10px 0;
}
.navbar-mobile .mobile-links li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  padding: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
  font-weight: bold;
  color: #fff;
  gap: 10px;
}
.navbar-mobile .mobile-links li a.active {
  color: #ceaa6c;
}
.navbar-mobile .mobile-links li.current-menu-item a {
  color: #ceaa6c;
}
.navbar-mobile .mobile-links li.menu-item-has-children {
  position: relative;
}
.navbar-mobile .mobile-links li.menu-item-has-children > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
  inset-inline-end: 10px;
  top: 50%;
  position: absolute;
  -webkit-transform: rotate(0deg) translate(0, -50%);
          transform: rotate(0deg) translate(0, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.navbar-mobile .mobile-links li.menu-item-has-children > a.arrow {
  padding: 10px;
}
.navbar-mobile .mobile-links li.menu-item-has-children > a.arrow::after {
  -webkit-transform: rotate(-90deg) translate(0, -50%);
          transform: rotate(-90deg) translate(0, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.navbar-mobile .mobile-links li .sub-menu {
  background: rgba(33, 36, 61, 0.0784313725);
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 85%;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.navbar-mobile .mobile-links li .sub-menu > li {
  padding: 10px 10px 10px 0;
  position: relative;
}
.navbar-mobile .mobile-links li .sub-menu > li a {
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar-mobile .mobile-links li .sub-menu.show {
  opacity: 1;
  max-height: 1000px;
  visibility: visible;
  padding: 10px 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.navbar-mobile .mobile-links li.clicked > a {
  background-color: #ceaa6c;
  color: #fff !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.navbar-mobile .mobile-links li {
  position: relative;
}
.navbar-mobile.active {
  opacity: 1;
  visibility: visible;
  inset-inline-start: 0;
}

.fixed-nav {
  background-color: #fff;
}
.fixed-nav.fixed {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1882352941);
          box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1882352941);
  margin-bottom: 20px;
}

.header {
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100vh;
  position: relative;
}
.header .header-slider,
.header .header-slider .owl-stage-outer,
.header .header-slider .owl-stage,
.header .header-slider .owl-item,
.header .header-slider .item {
  min-height: inherit;
}
.header .header-slider .item {
  position: relative;
}
.header .header-slider .item .image-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.header .header-slider .item .image-wrap,
.header .header-slider .item .image-wrap img,
.header .header-slider .item .image-wrap video {
  min-height: inherit;
}
.header .header-slider .item .content {
  color: #fff;
  position: relative;
  width: 100%;
  min-height: inherit;
  z-index: 1;
  padding-block: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
.header .header-slider .item .content .text {
  color: #fff;
  -webkit-line-clamp: 3;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}
.header .header-slider .item .content .btn {
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
}
.header .header-slider .item::after {
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.footer-contact {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.footer-contact .map {
  position: absolute;
  inset: 0;
}
.footer-contact .info {
  position: relative;
  padding: 30px 20px;
  color: #fff;
  background-color: #ceaa6c;
}
.footer-contact .info .text {
  -webkit-line-clamp: 4;
}
.footer-contact .methods-list {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
.footer-contact .methods-list > li:not(:last-of-type) {
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}
.footer-contact .methods-list > li > i {
  width: 22px;
  aspect-ratio: 1/1;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.footer-contact .methods-list > li a,
.footer-contact .methods-list > li span {
  line-height: 22px;
}
.footer-contact .methods-list > li .tel {
  display: inline-block;
  direction: ltr;
}

.footer-subscribe {
  color: #fff;
  background-color: #000000;
  padding-block: 25px;
}
.footer-subscribe .form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  background-color: transparent;
  position: relative;
  border: 0;
  width: 100%;
  padding: 0;
}
.footer-subscribe .form-wrapper .row {
  row-gap: 30px;
}
.footer-subscribe .form-wrapper .row .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
}
.footer-subscribe .form-wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  position: relative;
  margin: 0;
}
.footer-subscribe .form-wrapper form .input-wrap {
  overflow: hidden;
  min-height: 45px;
  margin-bottom: 0;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 150px;
}
.footer-subscribe .form-wrapper form .input-wrap input {
  text-align: center;
  border-radius: 10px;
}
.footer-subscribe .form-wrapper form .input-wrap input:not([type=submit]) {
  width: 100%;
  background-color: #f8f9f5;
  border: 0;
}
.footer-subscribe .form-wrapper form .input-wrap .main-btn {
  min-width: 85px;
}

.footer-bg-wrapper .footer {
  padding-block: 50px;
  position: relative;
  z-index: 3;
  background-color: #f5f5f5;
}
.footer-bg-wrapper .footer .row-gap {
  row-gap: 30px;
}
.footer-bg-wrapper .footer .footer-title {
  color: #000000;
  margin-bottom: 15px;
  text-align: center;
}
.footer-bg-wrapper .footer .logo {
  width: 150px;
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
}
.footer-bg-wrapper .footer .about-company {
  -webkit-line-clamp: 5;
}
.footer-bg-wrapper .footer .links {
  text-align: center;
}
.footer-bg-wrapper .footer .links .menu-links {
  font-size: 1.25rem;
}
.footer-bg-wrapper .footer .links .menu-links li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-bg-wrapper .footer .links .menu-links li a:hover {
  color: #ceaa6c;
}
.footer-bg-wrapper .footer .links .menu-links li:not(:last-of-type) {
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
}
.footer-bg-wrapper .copyright {
  padding-block: 15px;
  color: #fff;
  background-color: #ceaa6c;
  position: relative;
  z-index: 3;
}
.footer-bg-wrapper .copyright .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.accordion-group .accordion {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.accordion-group .accordion .acc-head {
  color: #000000;
  padding: 12px 20px;
  cursor: pointer;
  font-weight: 900;
}
.accordion-group .accordion .acc-body {
  max-height: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform-origin: top;
          transform-origin: top;
  overflow-y: auto;
}
.accordion-group .accordion .acc-body .content {
  padding: 12px 20px;
}
.accordion-group .accordion::after {
  position: relative;
  width: 100%;
  height: 10px;
  background-color: #ceaa6c;
  border-radius: 10px;
}
.accordion-group .accordion:not(:last-of-type) {
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}
.accordion-group .accordion.expanded .acc-body {
  max-height: 100vh;
}

.main-btn {
  color: #fff;
  background-color: #ceaa6c;
  border: 1px solid #ceaa6c;
  padding: 10px;
  min-width: 170px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 900;
}
.main-btn:hover {
  color: #ceaa6c;
  background-color: transparent;
}
.main-btn.outlined {
  color: #ceaa6c;
  background-color: transparent;
}
.main-btn.outlined:hover {
  color: #fff;
  background-color: #ceaa6c;
}

.secondary-btn {
  color: #ceaa6c;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 10px;
  min-width: 170px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 6px;
  font-size: 18px;
}
.secondary-btn:hover {
  color: #fff;
  background-color: transparent;
}
.secondary-btn.outlined {
  color: #fff;
  background-color: transparent;
}
.secondary-btn.outlined:hover {
  color: #ceaa6c;
  background-color: #fff;
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.social-links li {
  border-radius: 50%;
}
.social-links li a {
  width: 27px;
  height: 27px;
  padding: 10px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  background-color: #ceaa6c;
  color: #fff;
}

.owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  aspect-ratio: 1/1;
  margin: 0;
  background-color: #f5f5f5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  border-radius: 50%;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #ceaa6c;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 58%;
  inset-inline-end: 0;
  inset-inline-start: 0;
  margin: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  height: 0;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  color: #ceaa6c;
  font-size: 18px;
  margin: 0 5px;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  border: 2px solid #fff;
}
.owl-carousel .owl-nav button.owl-prev svg,
.owl-carousel .owl-nav button.owl-next svg {
  color: #ceaa6c;
  font-size: inherit;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.owl-carousel .owl-nav .owl-prev {
  inset-inline-start: 20px;
  inset-block-end: 20px;
}
.owl-carousel .owl-nav .owl-next {
  inset-inline-start: 40px;
  inset-block-end: 20px;
}

.icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  bottom: 10%;
  -webkit-margin-before: -35px;
          margin-block-start: -35px;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
          box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
  z-index: 5;
}
.icon-scroll, .icon-scroll::before {
  position: absolute;
  left: 50%;
}
.icon-scroll::before {
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}
/* to-top-btn */
.up {
  position: fixed;
  inset-block-end: 20px;
  inset-inline-end: 20px;
  width: 30px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  background-color: #ceaa6c;
  border: 1px solid #fff;
  z-index: 10;
  border-radius: 5px;
  opacity: 0;
  -webkit-transform: translateY(calc(100% + 20px));
          transform: translateY(calc(100% + 20px));
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.up img {
  width: 25px;
}
.up.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.up > i {
  color: #fff;
}

.page-loading {
  position: fixed;
  inset-block-start: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9999999955;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  display: none;
}
.page-loading .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  position: relative;
  width: 300px;
}
.page-loading .navbar-brand::before {
  width: 12px;
  height: 35px;
  background: red;
  right: 0;
  bottom: 0;
  offset-distance: 0%;
  -webkit-animation: move 1s linear forwards;
          animation: move 1s linear forwards;
  offset-path: path("M80.2 1167.16C51.49 1167.16 26.57 1167.16 0 1167.16C0 778.62 0 390.58 0 0.809998C171.95 0.809998 342.81 0.809998 515.69 0.809998C515.69 71.82 515.69 142.27 515.69 214.48C561.17 214.48 604.68 214.48 650.65 214.48C650.65 143.24 650.65 72.1 650.65 0C822.75 0 992.4 0 1163.9 0C1163.9 388.34 1163.9 776.28 1163.9 1165.7C1138.03 1165.7 1113.29 1165.7 1085.9 1165.7C1085.9 804.22 1085.9 443.69 1085.9 81.37C966.63 81.37 849.99 81.37 731.44 81.37C731.44 124.9 731.44 168.61 731.44 215.51C801.72 215.51 872.62 215.51 944.58 215.51C944.58 533.57 944.58 848.45 944.58 1164.9C847.13 1164.9 750.85 1164.9 651.65 1164.9C651.65 982.51 651.65 800.53 651.65 616.57C605.38 616.57 561.98 616.57 516.7 616.57C516.7 799.29 516.7 981.43 516.7 1165.69C417.89 1165.69 320.91 1165.69 222.21 1165.69C222.21 850.6 222.21 534.96 222.21 216.69C292.66 216.69 362.23 216.69 433.26 216.69C433.26 170.45 433.26 126.82 433.26 81.37C316.18 81.37 199.46 81.37 80.21 81.37C80.2 442.02 80.2 803.19 80.2 1167.16ZM869.1 297.52C822.61 297.52 778.89 297.52 733.64 297.52C733.64 563.11 733.64 827.46 733.64 1092.3C779.35 1092.3 823.63 1092.3 869.1 1092.3C869.1 826.87 869.1 563.09 869.1 297.52ZM298.81 296.68C298.81 563.64 298.81 827.93 298.81 1092.19C344.57 1092.19 388.07 1092.19 431.88 1092.19C431.88 826.14 431.88 561.85 431.88 296.68C386.5 296.68 343.62 296.68 298.81 296.68ZM647.27 536.47C647.27 455.42 647.27 376.66 647.27 297.94C603.26 297.94 560.78 297.94 518.99 297.94C518.99 378.69 518.99 457.35 518.99 536.47C562.47 536.47 603.89 536.47 647.27 536.47Z");
}
.page-loading .navbar-brand .text {
  color: #fff;
  font-weight: bold;
  position: relative;
  padding: 10px 5px;
  font-size: 14px;
}
.page-loading .navbar-brand .text img {
  position: absolute;
  bottom: 1px;
  right: 0;
  left: 0;
  width: 100%;
}
.page-loading .navbar-brand svg {
  width: 100%;
  height: 100%;
}
.page-loading .navbar-brand svg path {
  stroke-width: 1px;
  fill: transparent;
  -webkit-animation: fadeLogo 3s cubic-bezier(0, 1.5, 1, 1.5) forwards;
          animation: fadeLogo 3s cubic-bezier(0, 1.5, 1, 1.5) forwards;
  stroke: #fff;
}
.page-loading .navbar-brand svg path:first-child {
  stroke-dasharray: 438;
  stroke-dashoffset: 438;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.page-loading .navbar-brand svg path:nth-child(2) {
  stroke-dasharray: 272;
  stroke-dashoffset: 272;
}
.page-loading .navbar-brand svg path:nth-child(3), .page-loading .navbar-brand svg path:nth-child(5), .page-loading .navbar-brand svg path:nth-child(6), .page-loading .navbar-brand svg path:nth-child(7), .page-loading .navbar-brand svg path:nth-child(15), .page-loading .navbar-brand svg path:nth-child(16), .page-loading .navbar-brand svg path:nth-child(18), .page-loading .navbar-brand svg path:nth-child(20), .page-loading .navbar-brand svg path:nth-child(22), .page-loading .navbar-brand svg path:nth-child(24), .page-loading .navbar-brand svg path:nth-child(25), .page-loading .navbar-brand svg path:nth-child(26), .page-loading .navbar-brand svg path:nth-child(27), .page-loading .navbar-brand svg path:nth-child(28), .page-loading .navbar-brand svg path:nth-child(30), .page-loading .navbar-brand svg path:nth-child(32), .page-loading .navbar-brand svg path:nth-child(33), .page-loading .navbar-brand svg path:nth-child(34), .page-loading .navbar-brand svg path:nth-child(48), .page-loading .navbar-brand svg path:nth-child(49) {
  stroke-dasharray: 30;
  stroke-dashoffset: 30;
}
.page-loading .navbar-brand svg path:nth-child(8) {
  stroke-dasharray: 2062;
  stroke-dashoffset: 2062;
}
.page-loading .navbar-brand svg path:nth-child(9), .page-loading .navbar-brand svg path:nth-child(10) {
  stroke-dasharray: 1032;
  stroke-dashoffset: 1032;
}
.page-loading .navbar-brand svg path:nth-child(11), .page-loading .navbar-brand svg path:nth-child(10) {
  stroke-dasharray: 1861;
  stroke-dashoffset: 1861;
}
.page-loading .navbar-brand svg path:nth-child(12), .page-loading .navbar-brand svg path:nth-child(13) {
  stroke-dasharray: 932;
  stroke-dashoffset: 932;
}
.page-loading .navbar-brand svg path:nth-child(14), .page-loading .navbar-brand svg path:nth-child(15), .page-loading .navbar-brand svg path:nth-child(21), .page-loading .navbar-brand svg path:nth-child(23), .page-loading .navbar-brand svg path:nth-child(39), .page-loading .navbar-brand svg path:nth-child(43), .page-loading .navbar-brand svg path:nth-child(45), .page-loading .navbar-brand svg path:nth-child(47) {
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
}

@-webkit-keyframes fadeLogo {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fadeLogo {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes scaling {
  to {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
}
@keyframes scaling {
  to {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
}
@-webkit-keyframes fillLogo {
  to {
    fill: black;
  }
}
@keyframes fillLogo {
  to {
    fill: black;
  }
}
@-webkit-keyframes fillLogo2 {
  to {
    fill: red;
  }
}
@keyframes fillLogo2 {
  to {
    fill: red;
  }
}
@-webkit-keyframes moveX {
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes moveX {
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes movey {
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes movey {
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.form-wrapper form .input-wrap select,
.form-wrapper form .input-wrap textarea, .form-wrapper form .input-wrap input:not([type=checkbox]), .form-wrapper form .input-wrap input:not([type=submit]) {
  color: #000000;
  background-color: #fff;
  min-height: 50px;
  padding: 10px;
  direction: inherit;
  border-radius: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border: 1px solid #d7d7d7;
  font-size: 16px;
}

.form-wrapper form label {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
.form-wrapper form .input-wrap {
  margin-bottom: 20px;
}
.form-wrapper form .input-wrap::-webkit-datetime-edit {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 0;
}
.form-wrapper form .input-wrap::-webkit-calendar-picker-indicator {
  -webkit-box-flex: 3;
          flex: 3;
}
.form-wrapper form .input-wrap:focus {
  border: 2px solid #ceaa6c;
}
.form-wrapper form input[type=submit].main-btn {
  background-color: #ceaa6c;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ceaa6c;
  margin-bottom: 0;
}
.form-wrapper form input[type=submit].main-btn:hover {
  background-color: #fff;
  color: #ceaa6c;
}
.form-wrapper form .file-wrap {
  position: relative;
  height: 45px;
  margin-bottom: 15px;
}
.form-wrapper form .file-wrap .fake-file {
  background-color: #fff;
  min-height: 45px;
  padding: 10px;
  direction: inherit;
  border-radius: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border: 1px solid #d7d7d7;
  position: absolute;
  inset-block-start: 0;
  z-index: 1;
  width: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: left 1% center;
  background-size: 25px;
  color: #000000;
}
.form-wrapper form .file-wrap .fake-file.hide {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.form-wrapper form .file-wrap input[type=file] {
  opacity: 0;
  position: relative;
  z-index: 2;
}
.form-wrapper form .file-wrap input[type=file]::-webkit-file-upload-button {
  display: none;
}
.form-wrapper form .file-wrap input[type=file].show {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.form-wrapper form span label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 15px;
}
.form-wrapper form span label input[type=radio] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  font-size: 18px;
}
.form-wrapper .wrap-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 20px;
}
.form-wrapper .wrap-flex .input-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.form-wrapper .wrap-flex .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.form-wrapper .wrap-flex .wpcf7-checkbox .wpcf7-list-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
}
.form-wrapper .wrap-flex .wpcf7-checkbox .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
}
.form-wrapper .wrap-flex .wpcf7-checkbox .wpcf7-list-item label input {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  accent-color: #ceaa6c;
}
.form-wrapper br {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

form.submitting .wpcf7-spinner {
  display: block;
}

.subscription-form-1 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.subscription-form-1 p .wpcf7-form-control-wrap {
  width: calc(100% - 50px);
}
.subscription-form-1 p .wpcf7-form-control-wrap input {
  border: 2px solid #ceaa6c;
  border-inline-start-width: 0;
  width: 100%;
  height: 40px;
  background-color: transparent;
  border-radius: 6px 0 0 6px;
  -webkit-box-shadow: 0 0 2px rgba(206, 170, 108, 0.8) inset;
          box-shadow: 0 0 2px rgba(206, 170, 108, 0.8) inset;
  color: #000000;
  padding: 5px 10px;
  font-weight: bold;
}
.subscription-form-1 p [type=submit] {
  background-color: #ceaa6c;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  width: 50px;
  border: 0;
  font-size: 17px;
  cursor: pointer;
  height: 40px;
}

.breadcrumpp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  min-height: 300px;
  position: relative;
  text-align: center;
  color: #fff;
  padding-block: 30px;
}
.breadcrumpp.single-benner {
  aspect-ratio: 1/0.4;
}
.breadcrumpp .content {
  position: relative;
  z-index: 5;
  width: 100%;
}
.breadcrumpp::before {
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.form-modal {
  position: fixed;
  inset-block-start: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 30;
  margin: auto;
}
.form-modal .heaad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  margin-bottom: 30px;
  color: #000000;
  position: relative;
  z-index: 31;
}
.form-modal .heaad .form-close-btn {
  font-size: 20px;
  display: block;
  cursor: pointer;
  color: #ceaa6c;
  background: #ceaa6c;
  padding: 5px;
  border-radius: 50%;
  width: 30px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  color: #fff;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
.form-modal .job-name {
  color: #ceaa6c;
  margin: 0 auto 20px;
  font-size: 18px;
  text-align: center;
}
.form-modal .form-wrapper {
  width: 40%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -170%);
          transform: translate(-50%, -170%);
  background: #fff;
  padding: 20px;
  margin: auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow-y: auto;
  z-index: 30;
}
.form-modal .form-wrapper form .input-job-name {
  display: none;
}
.form-modal .form-wrapper form label {
  font-size: 16px;
}
.form-modal .form-wrapper form .input-wrap {
  margin-bottom: 10px;
}
.form-modal .form-wrapper form .input-wrap input:not([type=submit]) {
  background-color: #fff;
  border-radius: 10px;
  color: #000000;
}
.form-modal .form-wrapper form .input-wrap input.main-btn {
  margin: auto;
  border-radius: 6px;
  min-width: 220px;
}
.form-modal .form-wrapper form .input-wrap select,
.form-modal .form-wrapper form .input-wrap .fake-file {
  background-color: #fff;
  border-radius: 10px;
  color: #000000;
}
.form-modal .form-wrapper form .input-wrap textarea {
  background-color: #fff;
  border-radius: 10px;
  color: #000000;
  height: 250px;
}
.form-modal.active {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.form-modal.active .form-wrapper {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.form-wrapper form .input-wrap input::-webkit-datetime-edit,
.form-wrapper form .input-wrap select::-webkit-datetime-edit,
.form-wrapper form .input-wrap textarea::-webkit-datetime-edit {
  -webkit-box-flex: 2;
          flex: 2;
}

.form-wrapper form .input-wrap input::-webkit-calendar-picker-indicator,
.form-wrapper form .input-wrap select::-webkit-calendar-picker-indicator,
.form-wrapper form .input-wrap textarea::-webkit-calendar-picker-indicator {
  -webkit-box-flex: 2;
          flex: 2;
}

.match-name-field {
  display: none;
}

.story,
.mission,
.vision {
  position: relative;
  text-align: center;
}
.story .text,
.mission .text,
.vision .text {
  -webkit-line-clamp: unset;
}
.story .btn,
.mission .btn,
.vision .btn {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  margin-inline: auto;
}
.story .container,
.mission .container,
.vision .container {
  position: relative;
}

.mission {
  color: #fff;
}
.mission::before {
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.services-page .service-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 15px;
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}
.services-page .service-card .icon {
  width: 50px;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.services-page .service-card .card-content .title {
  color: #000000;
  line-height: 50px;
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-width: 100%;
  text-overflow: ellipsis;
  text-wrap: balance;
}
.services-page .service-card .card-content .link {
  display: block;
  color: #ceaa6c;
  text-decoration: underline;
  font-weight: bold;
  -webkit-margin-before: 25px;
          margin-block-start: 25px;
}
.services-page.home {
  position: relative;
}
.services-page.home:before {
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.services-page.home .service-card {
  color: #fff;
  z-index: 1;
  position: relative;
}
.services-page.home .service-card .icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.services-page.home .service-card .card-content .title {
  color: #fff;
}
.services-page .btn {
  margin-inline: auto;
}

.work-team-page .team-card {
  text-align: center;
  margin-bottom: 24px;
}
.work-team-page .team-card .image {
  aspect-ratio: 16/22;
}
.work-team-page .team-card .card-body {
  -webkit-padding-before: 10px;
          padding-block-start: 10px;
}
.work-team-page .team-card .card-body .title {
  color: #000000;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-width: 100%;
  text-overflow: ellipsis;
  text-wrap: balance;
}
.work-team-page .team-card .card-body .text {
  -webkit-margin-before: 5px;
          margin-block-start: 5px;
}
.work-team-page .team-card .card-body .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}
.work-team-page .team-card .card-body .social a {
  color: #ceaa6c;
  font-size: 20px;
}
.work-team-page.home > .container > .row {
  position: relative;
}
.work-team-page.home > .container > .row::before, .work-team-page.home > .container > .row::after {
  inset-block-start: -20px;
  width: 17%;
  aspect-ratio: 16/26;
  background-color: #ceaa6c;
  z-index: -1;
}
.work-team-page.home > .container > .row::before {
  inset-inline-start: 0;
}
.work-team-page.home > .container > .row::after {
  inset-inline-end: 0;
}
.work-team-page.home > .container > .row .team-container {
  width: 97%;
}
.work-team-page .btn {
  margin-inline: auto;
}

.articles-page .article-card {
  overflow: hidden;
  background-color: #f5f5f5;
  text-align: center;
  border-radius: 5px;
  height: 100%;
}
.articles-page .article-card .image {
  aspect-ratio: 16/12;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.articles-page .article-card .card-body {
  padding: 15px;
}
.articles-page .article-card .card-body .title {
  color: #000000;
}
.articles-page .article-card .card-body .text {
  -webkit-line-clamp: 6;
  -webkit-margin-before: 5px;
          margin-block-start: 5px;
}
.articles-page .article-card .card-body .link {
  display: inline-block;
  color: #ceaa6c;
  text-decoration: underline;
  font-weight: bold;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}
.articles-page .btn {
  margin-inline: auto;
}

.contact-page .methods-list {
  color: #000000;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
.contact-page .methods-list > li:not(:last-of-type) {
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}
.contact-page .methods-list > li > i {
  width: 22px;
  aspect-ratio: 1/1;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.contact-page .methods-list > li a,
.contact-page .methods-list > li span {
  line-height: 22px;
}
.contact-page .services-phones .row {
  row-gap: 30px;
}
.contact-page .services-phones .phone-card {
  text-align: center;
  color: #000000;
}
.contact-page .services-phones .phone-card i {
  color: #ceaa6c;
}
.contact-page .services-phones .phone-card .title {
  font-weight: normal;
  margin-bottom: 5px;
}

.recruiment-page .job-sec > .row {
  row-gap: 30px;
}
.recruiment-page .job-modal .title {
  color: #000000;
}

.single-page {
  text-align: center;
}

.statistcs {
  position: relative;
}
.statistcs::before {
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.statistcs .statistic-card {
  position: relative;
  text-align: center;
  color: #fff;
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}
.statistcs .statistic-card .number {
  color: #ceaa6c;
}
.statistcs .statistic-card .text {
  -webkit-line-clamp: 4;
}

.testimonials .owl-carousel .owl-dots {
  gap: 5px;
}
.testimonials .owl-carousel .owl-dots .owl-dot span {
  width: 25px;
}
.testimonials .testimonial-card {
  text-align: center;
}
.testimonials .testimonial-card .text {
  -webkit-line-clamp: 4;
}

@media screen and (max-width: 1920px) {
  .nav-bar .nav-flex .toggle-btn {
    display: none;
  }
  .navbar-mobile {
    opacity: 0;
    visibility: hidden;
  }
  .navbar-mobile.active {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 991px) {
  .nav-bar .nav-flex {
    gap: 15px;
  }
  .nav-bar .nav-flex .navbar-links {
    display: none;
  }
  .nav-bar .nav-flex .toggle-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar-mobile {
    opacity: 1;
    visibility: visible;
  }
  .navbar-mobile.active {
    opacity: 1;
    visibility: visible;
  }
  .navbar-mobile.active .main-btn {
    position: relative;
    z-index: 2;
    margin: 0;
    min-width: 120px;
  }
  .header {
    text-align: center;
  }
  .header .content .btn {
    margin-inline: auto;
  }
  section {
    padding-block: 25px;
  }
  .form-modal .form-wrapper {
    width: 80%;
  }
  .col--edit {
    margin-bottom: 30px;
  }
  .footer-subscribe .form-wrapper .row .column {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .work-team-page.home > .container > .row::before {
    inset-inline-start: -1%;
  }
  .work-team-page.home > .container > .row::after {
    inset-inline-end: -1%;
  }
  .footer-subscribe .form-wrapper form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-subscribe .form-wrapper form .btn {
    width: 100% !important;
  }
  .footer-contact .map {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    aspect-ratio: 1/0.6;
  }
  .footer-bg-wrapper .footer {
    text-align: center;
  }
  .footer-bg-wrapper .footer .logo {
    margin-inline: auto;
  }
  .footer-bg-wrapper .copyright .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 425px) {
  .upper-bar .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .upper-bar .wrapper .icons {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}/*# sourceMappingURL=style.css.map */