/**************************/
@font-face {
  font-family: "font-light";
  src: url("../fonts/noor-light.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "font-regular";
  src: url("../fonts/noor-regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "font-bold";
  src: url("../fonts/noor-bold.ttf");
  font-weight: normal;
  font-style: normal;
}
/*************************/
html, html body {
  font-family: "font-regular", sans-serif;
  transition: 0.3s;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
  background: transparent;
  height: 100%;
  scroll-behavior: smooth;
  text-transform: capitalize;
  font-size: 14px;
  color: #1e1e1e;
}
@media (min-width: 1024px) {
  html, html body {
    scrollbar-gutter: stable;
  }
}
html body {
  overflow-x: hidden;
  position: relative;
  z-index: 1;
  -webkit-print-color-adjust: exact !important;
  print-color-adjust: exact !important;
  padding: 0 !important;
}
html body.modal-open, html body.swal2-shown {
  padding: 0 !important;
}
html body ::-moz-selection {
  background-color: #000;
  color: #fff;
}
html body ::selection {
  background-color: #000;
  color: #fff;
}
html body ul {
  list-style: none;
}
html body a,
html body a:hover,
html body a:visited,
html body a:link {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
html body article,
html body aside,
html body details,
html body figcaption,
html body figure,
html body footer,
html body header,
html body hgroup,
html body menu,
html body nav,
html body section {
  display: block;
}
html body div, html body body div,
html body span,
html body body span,
html body object,
html body body object,
html body iframe,
html body body iframe,
html body h1,
html body body h1,
html body h2,
html body body h2,
html body h3,
html body body h3,
html body h4,
html body body h4,
html body h5,
html body body h5,
html body h6,
html body body h6,
html body p,
html body body p,
html body blockquote,
html body body blockquote,
html body pre,
html body body pre,
html body abbr,
html body body abbr,
html body address,
html body body address,
html body cite,
html body body cite,
html body code,
html body body code,
html body del,
html body body del,
html body dfn,
html body body dfn,
html body em,
html body body em,
html body img,
html body body img,
html body ins,
html body body ins,
html body kbd,
html body body kbd,
html body q,
html body body q,
html body samp,
html body body samp,
html body small,
html body body small,
html body strong,
html body body strong,
html body sub,
html body body sub,
html body sup,
html body body sup,
html body var,
html body body var,
html body b,
html body body b,
html body i,
html body body i,
html body dl,
html body body dl,
html body dt,
html body body dt,
html body dd,
html body body dd,
html body ol,
html body body ol,
html body ul,
html body body ul,
html body li,
html body body li,
html body fieldset,
html body body fieldset,
html body form,
html body body form,
html body label,
html body body label,
html body legend,
html body body legend,
html body table,
html body body table,
html body caption,
html body body caption,
html body tbody,
html body body tbody,
html body tfoot,
html body body tfoot,
html body thead,
html body body thead,
html body tr,
html body body tr,
html body th,
html body body th,
html body td,
html body body td,
html body article,
html body body article,
html body aside,
html body body aside,
html body canvas,
html body body canvas,
html body details,
html body body details,
html body figcaption,
html body body figcaption,
html body figure,
html body body figure,
html body footer,
html body body footer,
html body header,
html body body header,
html body hgroup,
html body body hgroup,
html body menu,
html body body menu,
html body nav,
html body body nav,
html body section,
html body body section,
html body summary,
html body body summary,
html body time,
html body body time,
html body mark,
html body body mark,
html body audio,
html body body audio,
html body video,
html body body video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
  background: transparent;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.3;
}
html body textarea {
  resize: none;
}
html body p {
  line-height: 1.7;
}

.overlay-s {
  position: fixed;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.overlay-s.active {
  opacity: 1;
  visibility: visible;
}

.dropdown > button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  background: transparent;
  border: 0;
}
.dropdown > button img {
  width: 20px;
  height: 20px;
}
.dropdown .dropdown-menu {
  padding: 0 13px;
  border: 0;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  min-width: 220px;
  left: 0;
  right: auto;
}
[dir=ltr] .dropdown .dropdown-menu {
  left: auto;
  right: 0;
}
.dropdown .dropdown-menu li a {
  padding: 15px 0;
  border-bottom: 1px solid #ecf1f4;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px !important;
  transition: 0.3s;
  color: #000;
}
.dropdown .dropdown-menu li a img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}
.dropdown .dropdown-menu li a:hover {
  background: transparent;
  color: #c7a251;
  padding-inline: 5px;
}
.dropdown .dropdown-menu li:last-child a {
  border: 0;
}

.form-control {
  background: #f6f6f6;
  border: 1px solid transparent;
  height: 60px;
  border-radius: 10px;
  padding: 0 20px;
  transition: 0.3s;
  box-shadow: none !important;
  font-size: 16px;
}
.form-control:focus {
  border-color: #c7a251;
}
.form-control::-moz-placeholder {
  color: #676767;
}
.form-control::placeholder {
  color: #676767;
}

.swiper-pagination {
  position: absolute;
  bottom: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  border-radius: 50px;
  background-color: #909090;
  transition: 0.3s;
  margin: 0 !important;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c7a251;
}

.row {
  row-gap: 24px;
}

.btn {
  background: #c7a251;
  border-radius: 10px;
  height: 55px;
  padding: 0 20px;
  color: #fff;
  border: 0;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  min-width: 160px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .btn {
    padding: 0 10px;
    height: 40px;
    font-size: 13px;
  }
}
.btn img {
  filter: brightness(0) invert(1);
  width: 20px;
  height: 20px;
}
.btn:hover {
  background: #333;
  color: #fff;
}

.modal {
  padding: 0 !important;
}
.modal .modal-content {
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
  border: 0;
}
@media (max-width: 768px) {
  .modal .modal-content {
    border-radius: 15px;
  }
}
.modal .modal-content .modal-header {
  margin: 0;
  padding: 50px;
  border: 0;
}
@media (max-width: 768px) {
  .modal .modal-content .modal-header {
    padding: 20px;
  }
}
.modal .modal-content .modal-header h3 {
  font-size: 25px;
  font-family: "font-bold";
}
@media (max-width: 768px) {
  .modal .modal-content .modal-header h3 {
    font-size: 18px;
  }
}
.modal .modal-content .close {
  border: 0;
  padding: 0;
  background-color: #151a21;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal-content .close img {
  filter: invert(1);
  width: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}
.modal .modal-content .modal-body {
  padding: 0;
}
.modal .modal-content .modal-body #map {
  border-radius: 0 0 15px 15px;
}

.iti {
  width: 100%;
}
.iti .form-control {
  padding-inline: 130px 70px !important;
}
[dir=rtl] .iti .iti__flag-container {
  left: 0;
  right: auto;
}
.iti .iti__flag-container .iti__arrow {
  display: none;
}
.iti .iti__flag-container .iti__dropdown-content {
  left: 0;
  right: auto;
}
.iti .iti__flag-container .iti__selected-flag {
  flex-direction: row-reverse;
  gap: 10px;
  align-items: center;
  padding-inline: 20px;
}
.iti .iti__flag-container .iti__selected-dial-code {
  color: #828282;
  margin: 0;
  direction: ltr;
}
.iti .iti__flag-container .iti__search-input {
  border-radius: 7px;
  border: 1px solid #e0e0e2;
  height: 40px;
  text-transform: lowercase;
  margin: 12px;
  width: calc(100% - 24px);
  outline: none;
  box-shadow: none;
  transition: 0.3s;
}
.iti .iti__flag-container .iti__search-input:focus {
  border-color: #c7a251;
}
.iti .iti__flag-container .iti__country .iti__dial-code {
  flex-grow: 1;
  text-align: left;
  direction: ltr;
}

.main-head {
  position: relative;
  z-index: 6;
}
.main-head .top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 20px;
  gap: 20px;
}
@media (max-width: 768px) {
  .main-head .top {
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .main-head .top .logo img {
    width: 100px;
  }
}
.main-head .top .actions {
  display: none;
  align-items: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .main-head .top .actions {
    display: flex;
  }
}
.main-head .top .actions a,
.main-head .top .actions button {
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: #c7a251;
  border: 0;
}
.main-head .top .actions a:hover,
.main-head .top .actions button:hover {
  background-color: #333;
}
.main-head .bottom {
  background-color: #c7a251;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-inline: 20px;
  margin-bottom: -45px;
}
@media (max-width: 768px) {
  .main-head .bottom {
    display: none;
  }
}
.main-head .bottom ul {
  display: flex;
  align-items: center;
  gap: 80px;
  flex-grow: 1;
  justify-content: center;
}
@media (max-width: 1200px) {
  .main-head .bottom ul {
    gap: 30px;
  }
}
.main-head .bottom ul li a {
  color: #fff;
  font-size: 20px;
  position: relative;
  padding-block: 30px;
  display: flex;
}
.main-head .bottom ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 3px;
  background-color: #fff;
  transition: 0.3s;
}
.main-head .bottom ul li a:hover::after {
  width: 100%;
}
.main-head .bottom .lang {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: #8c7139;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
}
.main-head .bottom .lang:hover {
  background-color: #333;
}

.hero-sec .item {
  height: 600px;
  position: relative;
  border-bottom: 10px solid #c7a251;
  background-color: #333;
}
@media (max-width: 768px) {
  .hero-sec .item {
    height: 300px;
  }
}
.hero-sec .item::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3019607843);
}
.hero-sec .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-sec {
  padding-block: 100px 200px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .about-sec {
    padding-block: 50px 20px;
  }
}
.about-sec::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #333 url("../images/about-before.png") no-repeat;
  background-size: cover;
  background-position: center;
  height: 300px;
  z-index: -1;
}
@media (max-width: 768px) {
  .about-sec::after {
    display: none;
  }
}
.about-sec .row {
  align-items: center;
  row-gap: 50px;
}
.about-sec .img {
  position: relative;
  height: 570px;
  z-index: 1;
}
@media (max-width: 625px) {
  .about-sec .img {
    height: 400px;
  }
}
.about-sec .img::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 100%;
  height: 120px;
  background-color: #c7a251;
  z-index: -1;
}
.about-sec .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-sec .info {
  padding-inline-start: 40px;
  padding-block-end: 40px;
}
@media (max-width: 768px) {
  .about-sec .info {
    padding-inline-start: 0;
  }
}
.about-sec .info p {
  font-size: 20px;
  margin-bottom: 120px;
  font-family: "font-bold";
}
@media (max-width: 768px) {
  .about-sec .info p {
    margin-bottom: 50px;
    font-size: 17px;
  }
}
.about-sec .info .signature {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 625px) {
  .about-sec .info .signature {
    gap: 20px;
    flex-direction: column;
  }
}
.about-sec .info .signature .founder-info h4 {
  font-size: 19px;
  font-family: "font-bold";
}
.about-sec .info .signature .founder-info span {
  font-size: 13px;
  font-family: "font-bold";
}
.about-sec .info .signature .sign {
  border: 1px solid #b3b3b3;
}

.services-sec {
  padding-block: 90px 230px;
  background: #333 url("../images/services-bg.png") no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .services-sec {
    padding-block: 50px;
  }
}
.services-sec .g-head h3 {
  color: #fff;
}
.services-sec .row {
  row-gap: 30px;
}
.services-sec .block {
  border-radius: 20px;
  background: #090a0ad6;
  padding: 32px;
  text-align: center;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
}
.services-sec .block::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: 100% 100%, 50% 50%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  background-image: linear-gradient(#c7a251, transparent);
  animation: bgRotate 4s linear infinite;
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .services-sec .block::before {
    opacity: 1;
  }
}
.services-sec .block::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 3px;
  top: 3px;
  width: 0;
  height: calc(100% - 6px);
  background: #333;
  border-radius: 20px;
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .services-sec .block::after {
    opacity: 1;
    width: calc(100% - 6px);
  }
}
.services-sec .block .icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: rgba(255, 238, 221, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.services-sec .block h4 {
  color: #fff;
  font-size: 24px;
  font-family: "font-bold";
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .services-sec .block h4 {
    font-size: 20px;
  }
}
.services-sec .block p {
  color: #828e9d;
  font-size: 17px;
}
.services-sec .block:hover {
  scale: 0.95;
}
.services-sec .block:hover::before {
  opacity: 1;
}
.services-sec .block:hover::after {
  opacity: 1;
  width: calc(100% - 6px);
}
@keyframes bgRotate {
  100% {
    transform: rotate(1turn);
  }
}

.g-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 625px) {
  .g-head {
    flex-direction: column;
  }
}
.g-head h3 {
  font-size: 30px;
  font-family: "font-bold";
}
@media (max-width: 768px) {
  .g-head h3 {
    font-size: 22px;
  }
}
@media (max-width: 625px) {
  .g-head .btn {
    width: 100%;
  }
}

.cooperation-sec {
  padding-block: 0 70px;
  background-color: #f3f2f2;
}
@media (max-width: 768px) {
  .cooperation-sec {
    padding-block: 50px;
  }
}
.cooperation-sec .row {
  row-gap: 30px;
  align-items: center;
}
.cooperation-sec .top {
  background-color: #fff;
  padding: 20px;
  translate: 0 -120px;
}
@media (max-width: 768px) {
  .cooperation-sec .top {
    translate: 0 0;
    margin-bottom: 30px;
    padding: 15px;
  }
}
.cooperation-sec .top .row {
  flex-direction: row-reverse;
}
.cooperation-sec .top .img {
  border-radius: 4px;
  overflow: hidden;
  height: 400px;
}
@media (max-width: 625px) {
  .cooperation-sec .top .img {
    height: 300px;
  }
}
.cooperation-sec .top .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cooperation-sec .top .info {
  padding-inline: 60px;
}
@media (max-width: 768px) {
  .cooperation-sec .top .info {
    padding-inline: 0;
  }
}
.cooperation-sec .top .info h3 {
  font-size: 30px;
  font-family: "font-bold";
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cooperation-sec .top .info h3 {
    font-size: 22px;
  }
}
.cooperation-sec .top .info p {
  font-size: 20px;
  font-family: "font-light";
}
@media (max-width: 768px) {
  .cooperation-sec .top .info p {
    font-size: 16px;
  }
}
.cooperation-sec .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 625px) {
  .cooperation-sec .bottom {
    flex-direction: column;
  }
}
.cooperation-sec .bottom .block {
  width: 200px;
  transition: 0.3s;
  padding: 90px 30px;
  color: #fff;
  cursor: pointer;
  height: 400px;
}
@media (max-width: 768px) {
  .cooperation-sec .bottom .block {
    padding: 40px 20px;
    height: 300px;
  }
}
@media (max-width: 625px) {
  .cooperation-sec .bottom .block {
    padding: 20px;
    width: 100%;
    height: 70px;
  }
}
.cooperation-sec .bottom .block:nth-child(1) {
  background-color: #151a21;
}
.cooperation-sec .bottom .block:nth-child(2) {
  background-color: #c7a251;
}
.cooperation-sec .bottom .block:nth-child(3) {
  background-color: #fff;
  color: #000;
}
.cooperation-sec .bottom .block h3 {
  font-size: 40px;
  font-family: "font-bold";
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .cooperation-sec .bottom .block h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .cooperation-sec .bottom .block h3 {
    font-size: 20px;
  }
}
.cooperation-sec .bottom .block p {
  font-size: 20px;
  opacity: 0;
  transition: 0.3s;
  translate: 0 20px;
}
@media (max-width: 768px) {
  .cooperation-sec .bottom .block p {
    font-size: 14px;
  }
}
.cooperation-sec .bottom .block.active {
  cursor: default;
  width: 100% !important;
}
@media (max-width: 625px) {
  .cooperation-sec .bottom .block.active {
    height: 250px;
  }
}
.cooperation-sec .bottom .block.active p {
  opacity: 1;
  translate: 0 0;
}

.team-sec {
  background-color: #f3f2f2;
}
.team-sec .row {
  row-gap: 30px;
}
.team-sec .team-block:hover {
  translate: 0 0;
}
.team-sec .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  margin-top: 50px;
}

.team-block {
  background-color: #fff;
  padding: 15px;
  border: 3px solid #e7e7e7;
  position: relative;
  transition: 0.3s;
}
.team-block::before, .team-block::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
}
.team-block::before {
  left: 0;
  width: 0;
  height: 3px;
  background: #c7a251;
  transition: width 0.6s 0.63s ease-out;
}
.team-block::after {
  right: 0;
  width: 3px;
  height: 0;
  background: #c7a251;
  transition: height 0.35s 0.28s;
}
.team-block .border::before, .team-block .border::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.team-block .border::before {
  right: 0;
  width: 0;
  height: 3px;
  background: #c7a251;
  transition: width 0.2s 0.09s;
}
.team-block .border::after {
  left: 0;
  width: 3px;
  height: 0;
  background: #c7a251;
  transition: height 0.1s;
}
.team-block .img {
  position: relative;
  padding-top: 117%;
  overflow: hidden;
}
.team-block .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.team-block .img a {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.team-block .img span {
  position: absolute;
  right: 5px;
  bottom: 5px;
  background-color: #c7a251;
  color: #fff;
  font-size: 14px;
  padding: 0 15px;
  height: 45px;
  font-family: "font-bold";
  display: flex;
  align-items: center;
  justify-content: center;
}
[dir=ltr] .team-block .img span {
  right: auto;
  left: 5px;
}
.team-block .info {
  padding-block: 10px;
}
.team-block .info .title {
  color: #000;
  font-family: "font-bold";
  transition: 0.3s;
}
.team-block .info .title:hover {
  color: #c7a251;
}
.team-block .info p {
  padding-block: 12px;
  color: #7c7c7c;
  font-family: "font-light";
}
.team-block .info h4 {
  text-align: left;
}
.team-block .info h4 a {
  color: #000;
  font-family: "font-bold";
  font-size: 12px;
  transition: 0.3s;
}
.team-block .info h4 a:hover {
  color: #c7a251;
}
.team-block:hover {
  box-shadow: 0 0 31px 0 rgba(105, 98, 109, 0.2);
  translate: 0 -10px;
}
.team-block:hover::before {
  width: 100%;
  transition: width 0.1s;
}
.team-block:hover::after {
  height: 100%;
  transition: height 0.2s 0.09s;
}
.team-block:hover .border::before {
  width: 100%;
  transition: width 0.35s 0.28s;
}
.team-block:hover .border::after {
  height: 100%;
  transition: height 0.6s 0.63s ease-out;
}

.newsletter-sec {
  background-color: #f3f2f2;
  position: relative;
  z-index: 1;
}
.newsletter-sec .inner {
  background-color: #c7a251;
  translate: 0 100px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 625px) {
  .newsletter-sec .inner {
    flex-direction: column;
    padding: 30px;
    translate: 0 50px;
  }
  .newsletter-sec .inner > img {
    width: 180px;
  }
}
.newsletter-sec .inner a {
  border: 1px solid #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.3019607843);
  overflow: hidden;
  min-width: 230px;
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}
@media (max-width: 625px) {
  .newsletter-sec .inner a {
    font-size: 14px;
    min-width: 200px;
  }
}
.newsletter-sec .inner a .icon {
  background-color: #000;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsletter-sec .inner a .icon img {
  filter: brightness(0) invert(1);
  -o-object-fit: contain;
  object-fit: contain;
  width: 25px;
}
.newsletter-sec .inner a span {
  flex-grow: 1;
  text-align: center;
}
.newsletter-sec .inner a:hover {
  background-color: #000;
}

.main-footer {
  background-color: #151a21;
}
.main-footer .footer-top {
  padding-block: 150px 70px;
}
@media (max-width: 625px) {
  .main-footer .footer-top {
    padding-block: 100px 20px;
  }
}
.main-footer .footer-top .logo {
  margin-bottom: 20px;
  text-align: center;
}
.main-footer .footer-top .logo img {
  filter: invert(1);
}
.main-footer .footer-top .socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.main-footer .footer-top .socials a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #c7a251;
  border: 2px solid #c7a251;
  transition: 0.3s;
}
.main-footer .footer-top .socials a img {
  transition: 0.3s;
}
.main-footer .footer-top .socials a:hover {
  background-color: transparent;
  border-color: #fff;
}
.main-footer .footer-top .socials a:hover img {
  filter: brightness(0) invert(1);
}
.main-footer .footer-top .links h4 {
  color: #c7a251;
  margin-bottom: 20px;
  font-family: "font-bold";
  font-size: 20px;
}
@media (max-width: 625px) {
  .main-footer .footer-top .links h4 {
    font-size: 16px;
  }
}
.main-footer .footer-top .links ul li {
  margin-bottom: 22px;
  color: #fff;
  font-size: 16px;
}
.main-footer .footer-top .links ul li a {
  color: inherit;
  direction: ltr;
  display: inline-block;
  transition: 0.3s;
}
.main-footer .footer-top .links ul li a:hover {
  color: #c7a251;
}
.main-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-block: 30px;
  text-align: center;
}
.main-footer .footer-bottom p {
  color: #fff;
  font-size: 17px;
}

.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  z-index: 8;
  background-color: #fff;
  height: 100%;
  padding: 30px;
  overflow: hidden;
  overflow-y: auto;
  transition: 0.3s;
  translate: -150% 0;
}
[dir=ltr] .sidebar {
  left: auto;
  right: 0;
  translate: 150% 0;
}
.sidebar .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 50px;
}
.sidebar .top .logo img {
  width: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}
.sidebar .top .close-sidebar {
  padding: 0;
  background: transparent;
  border: 0;
}
.sidebar .top .close-sidebar img {
  width: 25px;
}
.sidebar .bottom ul {
  margin-bottom: 50px;
}
.sidebar .bottom ul li {
  margin-bottom: 20px;
}
.sidebar .bottom ul li a {
  color: #000;
  display: flex;
  font-family: "font-bold";
  transition: 0.3s;
}
.sidebar .bottom ul li a:hover {
  color: #c7a251;
  padding-inline: 10px;
}
.sidebar .bottom .lang {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background-color: #8c7139;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
}
.sidebar .bottom .lang:hover {
  background-color: #333;
}
.sidebar.active {
  translate: 0 0;
}

.overlay-s {
  position: fixed;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.overlay-s.active {
  opacity: 1;
  visibility: visible;
}

.modal-content .team-block {
  padding: 50px;
  background-color: transparent;
}
@media (max-width: 768px) {
  .modal-content .team-block {
    padding: 20px;
  }
}
.modal-content .team-block .img {
  padding-top: 45%;
}
.modal-content .team-block .img span {
  right: 20px;
  bottom: 20px;
}
[dir=ltr] .modal-content .team-block .img span {
  right: auto;
  left: 20px;
}
@media (max-width: 768px) {
  .modal-content .team-block .img span {
    right: 10px;
    bottom: 10px;
    font-size: 12px;
  }
  [dir=ltr] .modal-content .team-block .img span {
    left: 10px;
  }
}
.modal-content .team-block .info {
  padding-block: 30px 0;
}
.modal-content .team-block .info p {
  margin-bottom: 50px;
  font-size: 20px;
  font-family: "font-regular";
}
@media (max-width: 768px) {
  .modal-content .team-block .info p {
    font-size: 16px;
  }
}
.modal-content .team-block .info .btn {
  background-color: #151a21;
  border-radius: 50px;
  height: 45px;
  min-width: 120px;
  font-size: 14px;
}
.modal-content .team-block.advice-block {
  border: 0;
  box-shadow: none !important;
  translate: 0 0 !important;
}
.modal-content .team-block.advice-block .row {
  align-items: flex-end;
  row-gap: 25px;
}
.modal-content .team-block.advice-block::before, .modal-content .team-block.advice-block::after {
  display: none;
}
.modal-content .team-block.advice-block .top .img {
  padding-top: 100%;
}
.modal-content .team-block.advice-block .top .img iframe,
.modal-content .team-block.advice-block .top .img video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.modal-content .team-block.advice-block .top .content {
  padding-inline-start: 20px;
}
@media (max-width: 768px) {
  .modal-content .team-block.advice-block .top .content {
    padding-inline-start: 0;
  }
}
.modal-content .team-block.advice-block .top .content .title {
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
}
.modal-content .team-block.advice-block .top .content .title img {
  width: 120px;
}
.modal-content .team-block.advice-block .top .content .title p {
  border-bottom: 1px solid #868c92;
  padding-bottom: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-block: 10px 30px;
}
.modal-content .team-block.advice-block .top .content .title h1 {
  font-size: 32px;
  font-family: "font-bold";
}
@media (max-width: 768px) {
  .modal-content .team-block.advice-block .top .content .title h1 {
    font-size: 22px;
  }
}
.modal-content .team-block.advice-block .top .content .font-resize h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.modal-content .team-block.advice-block .top .content .font-resize ul {
  display: flex;
  align-items: center;
  background-color: #151a21;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .modal-content .team-block.advice-block .top .content .font-resize ul {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
.modal-content .team-block.advice-block .top .content .font-resize ul li {
  color: #fff;
  padding: 15px 20px;
  font-size: 16px;
  font-family: "font-bold";
  cursor: pointer;
  width: 100%;
  text-align: center;
  transition: 0.3s;
}
.modal-content .team-block.advice-block .top .content .font-resize ul li.active {
  background-color: #c7a251;
}

.advices-sec {
  padding-block: 70px 0;
  background-color: #f3f2f2;
  position: relative;
  z-index: 2;
}
.advices-sec .team-block {
  padding: 15px;
}
.advices-sec .team-block .img {
  padding-top: 90%;
}
.advices-sec .team-block .info {
  padding-block: 15px 0;
}
.advices-sec .team-block .info .title {
  font-size: 20px;
}
.advices-sec .team-block .info .btn {
  color: #fff;
  border-radius: 0;
  height: 40px;
  min-width: 120px;
}

.breadcrumb-sec {
  background: #000 url("../images/breadcrumb-bg.png") no-repeat center center;
  background-size: cover;
  padding-block: 130px 100px;
}
@media (max-width: 768px) {
  .breadcrumb-sec {
    padding-block: 50px;
  }
}
.breadcrumb-sec h3 {
  color: #c7a251;
  font-size: 50px;
  font-family: "font-bold";
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .breadcrumb-sec h3 {
    font-size: 30px;
  }
}
.breadcrumb-sec p {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 768px) {
  .breadcrumb-sec p {
    font-size: 16px;
  }
}

.jobs-sec {
  padding-block: 30px;
  background-color: #f3f2f2;
}
.jobs-sec .job-item {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  transition: 0.3s;
}
.jobs-sec .job-item .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #c7a251;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.jobs-sec .job-item .info {
  position: relative;
  height: 110px;
  overflow: hidden;
  transition: height 0.3s ease-out;
}
.jobs-sec .job-item .info h3 {
  font-size: 25px;
  font-family: "font-bold";
  margin-bottom: 10px;
}
.jobs-sec .job-item .info p {
  font-size: 18px;
  color: #868c92;
  line-height: 1.7;
}
.jobs-sec .job-item .info ul {
  padding-inline-start: 20px;
}
.jobs-sec .job-item .info ul li {
  list-style-type: disc;
  font-size: 18px;
  color: #868c92;
  line-height: 1.7;
  margin-bottom: 10px;
}
.jobs-sec .job-item .info .read-more {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #c7a251;
  font-size: 16px;
  font-family: "font-bold";
  background: #fff;
  padding: 8px 10px;
}
.jobs-sec .job-item .info .job-footer {
  text-align: left;
}
.jobs-sec .job-item .info .job-footer .btn {
  background-color: #151a21;
}
.jobs-sec .job-item .info .job-footer .btn img {
  filter: none;
}
.jobs-sec .job-item:hover {
  box-shadow: 0 0 31px 0 rgba(105, 98, 109, 0.2);
  translate: 0 -10px;
}

.job-form {
  padding: 0 50px 50px;
}
@media (max-width: 768px) {
  .job-form {
    padding: 0 20px 20px;
  }
}
.job-form .row {
  flex-direction: row-reverse;
  row-gap: 30px;
}
.job-form .img {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  padding-top: 100%;
}
.job-form .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.job-form .form-group {
  margin-bottom: 25px;
}
.job-form .form-group .label-head {
  color: #c7a251;
  margin-bottom: 10px;
}
.job-form .form-group > div {
  position: relative;
}
.job-form .form-group > div .input-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  height: 20px;
  border-inline-end: 1px solid #868c92;
  padding-inline-end: 15px;
  z-index: 1;
}
[dir=ltr] .job-form .form-group > div .input-icon {
  right: auto;
  left: 20px;
}
.job-form .form-group > div .form-control {
  padding-inline-start: 70px;
}
.job-form .form-group > div .custom-file-upload {
  background-color: #f6f6f6;
  padding: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.job-form .form-group > div .custom-file-upload .icon {
  width: 100px;
  height: 100px;
  background-color: rgba(199, 162, 81, 0.3019607843);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.job-form .form-group > div .custom-file-upload .icon img {
  width: 30px;
}
.job-form .form-group > div .custom-file-upload input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.job-form .form-group > div textarea {
  resize: none;
  height: 160px;
  padding: 20px !important;
}
.job-form .form-group .btn {
  width: 100%;
  height: 70px;
  font-size: 20px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .job-form .form-group .btn {
    height: 50px;
    font-size: 16px;
  }
}
.job-form .form-group .btn img {
  filter: brightness(0) invert(1);
}
.job-form .form-group:last-child {
  margin-bottom: 0;
}

.consult-sec {
  padding-block: 70px 0;
  background-color: #f3f2f2;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .consult-sec {
    padding-block: 50px 0;
  }
}
.consult-sec .job-form {
  padding: 0;
}
.consult-sec .job-form .img {
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 20px;
}
.consult-sec .job-form .form-info {
  background: #ffffff;
  box-shadow: 10px 14px 14px rgba(168, 168, 168, 0.25);
  border-radius: 20px;
  padding: 50px 25px;
}
@media (max-width: 768px) {
  .consult-sec .job-form .form-info {
    padding: 30px 15px;
  }
}
.consult-sec .job-form .voice-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 10px;
  background-color: #f3f2f2;
  height: 60px;
  padding-inline: 20px;
}
.consult-sec .job-form .voice-wrap h4 {
  font-size: 17px;
}
.consult-sec .job-form .voice-wrap button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #c7a251;
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.consult-sec .job-form .voice-wrap button .stop-record {
  width: 70px;
}
.consult-sec .success-msg {
  border-radius: 20px;
  background-color: #47b86b;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .consult-sec .success-msg {
    flex-direction: column;
    text-align: center;
  }
}
.consult-sec .success-msg .icon img {
  width: 200px;
}
@media (max-width: 768px) {
  .consult-sec .success-msg .icon img {
    width: 100px;
  }
}
.consult-sec .success-msg .info {
  color: #fff;
}
.consult-sec .success-msg .info h4 {
  font-size: 30px;
  font-family: "font-bold";
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .consult-sec .success-msg .info h4 {
    font-size: 20px;
  }
}
.consult-sec .success-msg .info p {
  font-size: 20px;
  color: #fff;
}
@media (max-width: 768px) {
  .consult-sec .success-msg .info p {
    font-size: 16px;
  }
}

.services-list-sec {
  padding-block: 70px 0;
  background-color: #f3f2f2;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .services-list-sec {
    padding-block: 50px 0;
  }
}
.services-list-sec .l-item {
  margin-bottom: 50px;
  background-color: #fff;
  padding: 40px 60px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .services-list-sec .l-item {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.services-list-sec .l-item h4 {
  font-size: 30px;
  font-family: "font-bold";
  margin-bottom: 20px;
  color: #c7a251;
}
@media (max-width: 768px) {
  .services-list-sec .l-item h4 {
    font-size: 22px;
  }
}
.services-list-sec .l-item ul {
  list-style: disc;
  padding-inline-start: 20px;
}
.services-list-sec .l-item ul li {
  margin-bottom: 10px;
  color: #868c92;
  font-size: 17px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .services-list-sec .l-item ul li {
    font-size: 14px;
  }
}
.services-list-sec .l-item:last-child {
  margin-bottom: 0;
}
.services-list-sec .l-item:hover {
  box-shadow: 0 0 31px 0 rgba(105, 98, 109, 0.2);
  scale: 0.96;
}

.contact-sec .row {
  flex-direction: row;
  justify-content: space-between;
}
.contact-sec h4 {
  font-size: 20px;
  font-family: "font-bold";
  margin-bottom: 20px;
}
.contact-sec .map-wrap {
  height: 100%;
}
.contact-sec .map-wrap p {
  margin-bottom: 20px;
}
.contact-sec .map-wrap .map {
  height: calc(100% - 90px);
  background-color: #fff;
  border: 4px solid #ffffff;
  box-shadow: 5px 5px 10px 5px rgba(187, 187, 187, 0.25);
  border-radius: 20px;
  overflow: hidden;
  min-height: 400px;
}
@media (max-width: 768px) {
  .contact-sec .map-wrap .map {
    height: 400px;
  }
}
.contact-sec .map-wrap .map iframe {
  width: 100%;
  height: 100%;
}
.contact-sec .contact-blocks {
  margin-top: 30px;
}
.contact-sec .contact-blocks .block {
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border-radius: 10px;
  transition: 0.3s;
}
.contact-sec .contact-blocks .block .icon img {
  width: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 768px) {
  .contact-sec .contact-blocks .block .icon img {
    width: 40px;
  }
}
.contact-sec .contact-blocks .block .info h4 {
  font-family: "font-regular";
  margin-bottom: 7px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .contact-sec .contact-blocks .block .info h4 {
    font-size: 16px;
  }
}
.contact-sec .contact-blocks .block .info a {
  font-size: 18px;
  color: #000;
  text-transform: none;
  direction: ltr;
  display: inline-block;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .contact-sec .contact-blocks .block .info a {
    font-size: 16px;
  }
}
.contact-sec .contact-blocks .block .info a:hover {
  color: #c7a251;
}
.contact-sec .contact-blocks .block:hover {
  box-shadow: 0 0 31px 0 rgba(105, 98, 109, 0.2);
  scale: 0.96;
}

.modal-backdrop.show {
  opacity: 0.85;
}

.uploaded-files {
  margin-top: 20px;
}
.uploaded-files .file-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.uploaded-files .file-item .file-icon {
  width: 60px;
  height: 60px;
  background-color: #f6f6f6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.uploaded-files .file-item .file-icon img {
  -o-object-fit: contain;
  object-fit: contain;
}
.uploaded-files .file-item .file-name {
  font-size: 16px;
  color: #000;
  font-family: "font-bold";
  flex-grow: 1;
}
.uploaded-files .file-item:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */
