@font-face {
  font-family: 'SomarSansSemiBold';
  src: url('SomarSans-SemiBold.woff2') format('woff2'), url('SomarSans-SemiBold.woff') format('woff'); 
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ShubbakSemiBold';
  src: url('Shubbak-SemiBold.woff2') format('woff2'), url('Shubbak-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ShubbakRegular';
  src: url('Shubbak-Regular.woff2') format('woff2'), url('Shubbak-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ShubbakMedium';
  src: url('Shubbak-Medium.woff2') format('woff2'), url('Shubbak-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
a img {
  border: 0px;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
}
select::-ms-expand {
  display: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
input[type=number] {
  -moz-appearance: textfield;
}
::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.hiddenHeader {
  display: none;
}
ul {
  list-style: none;
}
* {
  padding: 0px;
  margin: 0px;
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  height: 100%;
  min-height: 100%;
  position: relative;
  width: 100%;
}
body {
  width: 100%;
  -webkit-text-size-adjust: none;
  font-family: 'ShubbakRegular';
}
.notransition {
  transition: none !important;
}
#wrapper {
  height: auto;
  min-height: 100%;
  position: relative;
  width: 100%;
  background: #F7F7F7;
}
.container {
  position: relative;
  margin: auto;
  padding: 0px 130px;
}
@media (max-width: 1310px) {
  .container {
    padding: 0px 30px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0px 20px;
  }
}
.noBottAppearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.absoluteDivCreate {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}
.centerBgImg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.centeredObjFit {
  object-fit: cover;
  object-position: center center;
}
.centerflex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.onlydevices {
  display: none;
}
@media (max-device-width: 1024px) and (min-device-width: 320px) {
  .onlydevices {
    display: block;
  }
}
.iti {
  display: block;
  height: 100%;
}
.iti .custinput {
  padding-right: 96px!important;
}
.iti--allow-dropdown .iti__flag-container .iti__selected-flag {
  background: none!important;
}
.iti__country-list {
  white-space: unset;
  width: calc(100vw - 63px);
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: 12px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 65px;
}
.iti__selected-dial-code {
  font-size: 11px;
  font-weight: normal;
  color: black;
}
.swiper-pagination {
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  bottom: 22px;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1!important;
  transition: all 0.35s;
  margin: 0px 5px 5px!important;
  background: #7f797d;
}
.swiper-pagination-bullet-active {
  background: #fff;
  cursor: default!important;
}
.custbtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0px;
  background: none;
  height: calc(64px);
  text-transform: uppercase;
  transition: all 0.35s;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  text-align: center;
  padding: 0px 32px 0px;
  border-radius: 16px;
  overflow: hidden;
  background: #e4b767;
  font-size: calc(24px);
  font-weight: 400;
  color: #fff;
  font-family: 'ShubbakRegular';
}
.custbtn:after {
  display: block;
  content: '\f101  ';
  font-family: fontawesome;
  font-size: 26px;
  margin-left: 11px;
  position: relative;
}
.custbtn.loading {
  pointer-events: none;
}
.custbtn.loading:after {
  margin: auto;
  bottom: 5px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  left: 0px;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  font-size: 4px;
  pointer-events: none;
  display: block;
  content: '';
  top: 3px;
  color: #fff;
}
.custbtn.loading:before {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: #e4b767;
  position: absolute!important;
  content: '' !important;
}
@media (max-width: 1024px) {
  .custbtn {
    height: calc(0.9 * 64px);
    font-size: calc(0.9 * 24px);
    padding: 0px 27px 0px;
  }
}
@media (max-width: 767px) {
  .custbtn {
    height: calc(0.8 * 64px);
    font-size: calc(0.9 * 24px);
    padding: 0px 22px 0px;
  }
}
.inputField {
  position: relative;
}
.inputField .field {
  position: relative;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #EBEBEB;
}
.inputField .field.missing {
  border-color: red!important;
}
.inputField .field.textfield {
  height: 186px;
}
.inputField .field.arrow:after {
  display: flex;
  content: "\f107";
  font-family: FontAwesome;
  font-size: calc(var(--ratio) * 26px);
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: 30px;
  align-items: center;
  pointer-events: none;
  left: 12px;
  color: #000000;
}
.inputField .field.calendar:after {
  display: flex;
  content: "\f272  ";
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  top: 3px;
  height: 100%;
  align-items: center;
  pointer-events: none;
  left: 0px;
  color: #000;
}
.inputField .field.hasicon {
  display: flex;
  align-items: center;
}
.inputField .field.hasicon .picicon {
  width: 19px;
  margin-left: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inputField .field.hasicon .picicon img {
  width: 100%;
  display: block;
  height: auto;
}
.inputField .field.hasicon .custinput {
  width: calc(100% - 30px);
}
.inputField .custinput {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  color: rgba(0, 0, 0, 0.6);
  font-family: 'ShubbakRegular';
  font-size: 14px;
  font-weight: normal;
  padding-right: 12px;
  padding-left: 12px;
}
.inputField .custtextarea {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  resize: none;
  overflow: auto;
  display: block;
  width: 100%;
  height: 100%;
  color: rgba(0, 0, 0, 0.6);
  font-family: 'ShubbakRegular';
  font-size: 14px;
  font-weight: normal;
  padding: 12px;
}
.inputField .custselect {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  color: rgba(0, 0, 0, 0.6);
  font-family: 'ShubbakRegular';
  font-size: 14px;
  font-weight: normal;
  padding-right: 12px ;
  cursor: pointer;
  padding-left: 44px;
}
.inputField .custselect option {
  color: var(--black);
}
.inputField .dateinput,
.inputField .timeinput {
  display: flex!important;
  align-items: center!important;
  text-align: right!important;
  justify-content: flex-start !important;
}
.inputField input::-webkit-date-and-time-value {
  text-align: right!important;
}
.inputField .date_input {
  opacity: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  display: block;
  cursor: pointer;
}
@media (max-device-width: 1124px) {
  .inputField .date_input {
    width: calc(100vw - 89px);
  }
}
.inputField input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  right: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
}
.inputField input[type="time"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  right: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
}
@media (max-width: 767px) {
  .inputField .field.textfield {
    height: 120px;
  }
  .inputField .field {
    height: 42px;
    border-radius: 4px;
  }
  .inputField .field.hasicon .picicon {
    width: 16px;
  }
}
.modal {
  padding: 23px 0px!important;
  background: rgba(0, 0, 0, 0.6);
}
.modal .cloze {
  width: 40px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  height: 40px;
  transition: all 0.35s;
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px;
  font-size: 28px;
  color: #000;
}
.modal .side {
  background: #fff;
  direction: ltr;
  padding-right: calc(var(--ratio) * 42px);
  padding-left: calc(var(--ratio) * 42px);
  padding-top: calc(var(--ratio) * 49px);
  padding-bottom: calc(var(--ratio) * 45px);
}
@media (max-width: 767px) {
  .modal .cloze {
    position: fixed;
    font-size: 25px;
  }
}
.modal-dialog {
  z-index: 1;
  margin: 0px auto !important;
}
.modal-backdrop {
  opacity: 0!important;
}
.modal-content {
  background: none;
  border: 0px;
  border-radius: 0px;
}
.modal-dialog-centered {
  min-height: 100%!important;
}
.modal-dialog-centered::before {
  display: none;
}
.contactPop .modal-dialog {
  max-width: 819px;
  width: calc(100% - 40px);
}
.contactPop .side {
  min-height: 200px;
  border-radius: 16px;
  padding: 64px 24px 24px;
}
.contactPop .map_presence {
  height: 195px;
  border-radius: 8px;
}
.contactPop .grp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contactPop .grp > li {
  width: calc(50% - 12px);
}
.contactPop .title {
  color: rgba(0, 0, 0, 0.8);
  font-size: calc(1 * 24px);
  line-height: 120%;
  font-family: 'ShubbakSemiBold';
  margin-bottom: 17px;
}
@media (max-width: 1024px) {
  .contactPop .title {
    font-size: calc(0.9 * 24px);
  }
}
@media (max-width: 767px) {
  .contactPop .title {
    font-size: calc(0.8 * 24px);
  }
}
.contactPop .caption {
  color: rgba(0, 0, 0, 0.6);
  font-size: calc(1 * 14px);
  line-height: 120%;
  font-family: 'ShubbakRegular';
  margin-bottom: 27px;
}
@media (max-width: 1024px) {
  .contactPop .caption {
    font-size: calc(1 * 14px);
  }
}
@media (max-width: 767px) {
  .contactPop .caption {
    font-size: calc(0.9 * 14px);
  }
}
.contactPop .data {
  color: rgba(0, 0, 0, 0.6);
  font-size: calc(1 * 14px);
  line-height: 120%;
  font-family: 'ShubbakMedium';
  margin-bottom: 33px;
}
@media (max-width: 1024px) {
  .contactPop .data {
    font-size: calc(1 * 14px);
  }
}
@media (max-width: 767px) {
  .contactPop .data {
    font-size: calc(0.9 * 14px);
  }
}
.contactPop .data > li + li {
  margin-top: 19px;
}
.contactPop .data > li {
  position: relative;
  padding-left: 35px;
}
.contactPop .icon {
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -3px;
  left: 0px;
}
.contactPop .icon img,
.contactPop .icon svg {
  height: 100%;
  max-width: 28px;
  object-fit: contain;
  display: block;
}
.contactPop .custbtn {
  height: 47px;
  font-size: 20px;
}
.contactPop .custbtn:after {
  display: none;
}
.contactPop .list > li + li {
  margin-top: 16px;
}
.contactPop .more {
  margin-top: 16px;
  display: flex;
}
@media (max-width: 767px) {
  .contactPop {
    padding: 0px!important;
  }
  .contactPop .modal-dialog {
    max-width: 100%;
    min-height: 100%;
    margin: 0px!important;
    background: #fff;
    pointer-events: visible;
    width: 100%;
    align-items: flex-start;
  }
  .contactPop .modal-content {
    min-height: 0px;
  }
  .contactPop .side {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    padding: 44px 20px 30px;
    margin: auto;
  }
  .contactPop .grp > li {
    width: 100%;
  }
  .contactPop .grp > li + li {
    margin-top: 33px;
  }
  .contactPop .custbtn {
    padding-bottom: 2px;
    font-size: 18px;
  }
  .contactPop .map_presence {
    height: clamp(11.875rem, 5.969rem + 29.53vw, 20.125rem);
  }
  .contactPop .icon {
    height: 18px;
  }
  .contactPop .icon img,
  .contactPop .icon svg {
    max-width: 21px;
  }
}
.searchTab ::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  opacity: 1 !important;
  font-family: 'Roboto', sans-serif !important;
  color: #B2BCC5!important;
  font-weight: 400!important;
}
.searchTab :-moz-placeholder {
  /* Firefox 18- */
  opacity: 1 !important;
  font-family: 'Roboto', sans-serif !important;
  color: #B2BCC5!important;
  font-weight: 400!important;
}
.searchTab ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1 !important;
  font-family: 'Roboto', sans-serif !important;
  color: #B2BCC5!important;
  font-weight: 400!important;
}
.searchTab :-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1 !important;
  font-family: 'Roboto', sans-serif !important;
  color: #B2BCC5!important;
  font-weight: 400!important;
}
.searchTab ::-ms-input-placeholder {
  /* Edge */
  opacity: 1 !important;
  font-family: 'Roboto', sans-serif !important;
  color: #B2BCC5!important;
  font-weight: 400!important;
}
.Slider {
  overflow: hidden;
  direction: ltr;
}
.Slider .item {
  display: block;
  cursor: pointer;
  position: relative;
}
.Slider .data {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px;
}
.Slider .pic {
  overflow: hidden;
  position: relative;
}
.Slider .pic:after {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.Slider .pic img {
  height: 100vh;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  display: block;
  min-height: 444px;
  filter: blur(7px);
}
.Slider .info {
  text-align: center;
  position: relative;
  margin: auto;
  max-width: 1000px;
  opacity: 0;
  transition: 0.33s;
  transition-delay: 0.8s;
}
.Slider .title {
  color: rgba(255, 255, 255, 0.87);
  font-size: calc(1 * 40px);
  line-height: 120%;
  font-family: 'ShubbakSemiBold';
  line-height: 193%;
}
@media (max-width: 1024px) {
  .Slider .title {
    font-size: calc(0.9 * 40px);
  }
}
@media (max-width: 767px) {
  .Slider .title {
    font-size: calc(0.8 * 40px);
  }
}
.Slider .title span {
  font-size: calc(1 * 64px);
  line-height: 120%;
  color: #e4b767;
  font-family: 'SomarSansSemiBold';
  display: block;
}
@media (max-width: 1024px) {
  .Slider .title span {
    font-size: calc(0.9 * 64px);
  }
}
@media (max-width: 767px) {
  .Slider .title span {
    font-size: calc(0.8 * 64px);
  }
}
.Slider .caption {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 20px;
  font-size: calc(1 * 20px);
  line-height: 120%;
  font-family: 'ShubbakRegular';
}
@media (max-width: 1024px) {
  .Slider .caption {
    font-size: calc(0.9 * 20px);
  }
}
@media (max-width: 767px) {
  .Slider .caption {
    font-size: calc(0.8 * 20px);
  }
}
.Slider .swiper-slide-active .info {
  opacity: 1;
}
.Slider .more {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .Slider .pic img {
    height: 77vh;
  }
}
.anchor {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -100px;
  right: 0px;
}
@media (max-width: 990px) {
  .anchor {
    top: -63px;
  }
}
.aboutUs {
  direction: ltr;
  z-index: 1;
  position: relative;
}
.aboutUs .wrap {
  margin-top: -88px;
  border: 1px solid #F6F6F7;
  background: linear-gradient(-180deg, #c4c6c7 77px, #ffffff 39%);
  border-radius: 12px;
  padding: 32px 32px 32px;
}
.aboutUs .grp {
  display: flex;
  flex-wrap: wrap;
}
.aboutUs .grp > li:nth-child(1) {
  width: 45%;
  margin-right: 2%;
}
.aboutUs .grp > li:nth-child(2) {
  width: 53%;
}
.aboutUs .pic {
  border-radius: 32px;
  overflow: hidden;
}
.aboutUs .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}
.aboutUs .title {
  color: rgba(0, 0, 0, 0.8);
  font-size: calc(1 * 24px);
  line-height: 120%;
  font-family: 'ShubbakSemiBold';
}
@media (max-width: 1024px) {
  .aboutUs .title {
    font-size: calc(0.9 * 24px);
  }
}
@media (max-width: 767px) {
  .aboutUs .title {
    font-size: calc(0.8 * 24px);
  }
}
.aboutUs .text p{
  margin-top: 12px;
  color: rgba(0, 0, 0, 0.6);
  font-size: calc(1 * 20px);
  line-height: 120%;
  font-family: 'ShubbakRegular';
}
@media (max-width: 1024px) {
  .aboutUs .text p{
    font-size: calc(0.9 * 20px);
  }
}
@media (max-width: 767px) {
  .aboutUs .text p{
    font-size: calc(0.8 * 20px);
  }
}
@media (max-width: 767px) {
  .aboutUs .grp > li:nth-child(1) {
    width: 100%;
    margin-right: 0%;
    order: 2;
  }
  .aboutUs .grp > li:nth-child(2) {
    width: 100%;
    margin-bottom: 22px;
    order: 1;
  }
  .aboutUs .wrap {
    padding: 22px;
  }
  .aboutUs .pic {
    border-radius: 22px;
  }
}
.ourservices {
  padding: 77px 0px 0px;
  direction: ltr;
  overflow: hidden;
  position: relative;
}
.ourservices .title {
  color: rgba(0, 0, 0, 0.8);
  font-size: calc(1 * 24px);
  line-height: 120%;
  font-family: 'ShubbakSemiBold';
}
@media (max-width: 1024px) {
  .ourservices .title {
    font-size: calc(0.9 * 24px);
  }
}
@media (max-width: 767px) {
  .ourservices .title {
    font-size: calc(0.8 * 24px);
  }
}
.ourservices .caption {
  margin-top: 12px;
  color: rgba(0, 0, 0, 0.6);
  font-size: calc(1 * 20px);
  line-height: 120%;
  font-family: 'ShubbakRegular';
}
@media (max-width: 1024px) {
  .ourservices .caption {
    font-size: calc(0.9 * 20px);
  }
}
@media (max-width: 767px) {
  .ourservices .caption {
    font-size: calc(0.8 * 20px);
  }
}
.ourservices .top {
  text-align: center;
  position: relative;
  margin: 0px auto 52px;
  max-width: 937px;
}
.ourservices .list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 24px);
}
.ourservices .list > li {
  width: calc(33.33% - 24px);
  margin-right: 24px;
  margin-bottom: 24px;
}
.ourservices .item {
  border-radius: 32px;
  display: block;
  background: #fff;
  height: 100%;
  padding: 33px 22px 13px;
}
.ourservices .info {
  text-align: center;
  margin-bottom: 20px;
}
.ourservices .pic {
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ourservices .pic img {
  object-fit: contain;
  display: block;
  max-height: 100%;
}
.ourservices .titre {
  color: rgba(0, 0, 0, 0.8);
  font-size: calc(1 * 24px);
  line-height: 120%;
  font-family: 'ShubbakSemiBold';
}
@media (max-width: 1024px) {
  .ourservices .titre {
    font-size: calc(0.9 * 24px);
  }
}
@media (max-width: 767px) {
  .ourservices .titre {
    font-size: calc(0.8 * 24px);
  }
}
.ourservices .subtitre {
  margin-top: 12px;
  color: rgba(0, 0, 0, 0.6);
  font-size: calc(1 * 16px);
  line-height: 120%;
  font-family: 'ShubbakRegular';
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
}
@media (max-width: 1024px) {
  .ourservices .subtitre {
    font-size: calc(0.9 * 16px);
  }
}
@media (max-width: 767px) {
  .ourservices .subtitre {
    font-size: calc(0.95 * 16px);
  }
}
@media (max-width: 990px) {
  .ourservices .list > li {
    width: 100%;
    margin-right: 0px;
  }
  .ourservices .list {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ourservices {
    padding: 44px 0px 0px;
  }
  .ourservices .pic {
    height: 190px;
  }
  .ourservices .item {
    border-radius: 22px;
  }
  .ourservices .top {
    margin-bottom: 33px;
  }
}
.ourwork {
  direction: ltr;
  overflow: hidden;
  padding: 44px 0px 55px;
  position: relative;
}
.ourwork .title {
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  font-size: calc(1 * 24px);
  line-height: 120%;
  font-family: 'ShubbakSemiBold';
  margin-bottom: 33px;
}
@media (max-width: 1024px) {
  .ourwork .title {
    font-size: calc(0.9 * 24px);
  }
}
@media (max-width: 767px) {
  .ourwork .title {
    font-size: calc(0.8 * 24px);
  }
}
.ourwork .pic {
  border-radius: 32px;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.ourwork .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  transition: 0.38s ease-in-out;
}
.ourwork .pic:after {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.ourwork .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  height: clamp(38.438rem, 21.77rem + 26.043vw, 57.938rem);
}
.ourwork .grid > li {
  width: calc(50% -  12px);
  position: absolute;
  height: calc(50% -  12px);
}
.ourwork .grid > li:nth-child(1) {
  left: 0px;
  top: 0px;
  height: 100%;
}
.ourwork .grid > li:nth-child(2) {
  right: 0px;
  top: 0px;
}
.ourwork .grid > li:nth-child(3) {
  right: 0px;
  bottom: 0px;
}
.ourwork .item {
  position: relative;
  display: block;
  height: 100%;
}
.ourwork .data {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  z-index: 1;
  padding: 22px;
  width: 100%;
}
.ourwork .titre1 {
  color: #F7F7F7;
  font-size: calc(1 * 16px);
  line-height: 120%;
  direction: ltr;
  font-family: 'ShubbakRegular';
}
@media (max-width: 1024px) {
  .ourwork .titre1 {
    font-size: calc(0.9 * 16px);
  }
}
@media (max-width: 767px) {
  .ourwork .titre1 {
    font-size: calc(0.95 * 16px);
  }
}
.ourwork .titre2 {
  color: #F7F7F7;
  font-size: calc(1 * 32px);
  line-height: 120%;
  font-family: 'ShubbakSemiBold';
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .ourwork .titre2 {
    font-size: calc(0.9 * 32px);
  }
}
@media (max-width: 767px) {
  .ourwork .titre2 {
    font-size: calc(0.8 * 32px);
  }
}
.ourwork .titre3 {
  color: #F7F7F7;
  opacity: 0.60;
  font-size: calc(1 * 24px);
  line-height: 120%;
  margin-top: 4px;
  font-family: 'ShubbakRegular';
}
@media (max-width: 1024px) {
  .ourwork .titre3 {
    font-size: calc(0.9 * 24px);
  }
}
@media (max-width: 767px) {
  .ourwork .titre3 {
    font-size: calc(0.8 * 24px);
  }
}
@media (max-width: 1024px) {
  .ourwork .grid > li {
    width: 100%!important;
    height: auto!important;
    right: unset!important;
    position: relative!important;
    top: unset!important;
    bottom: unset!important;
    left: unset!important;
  }
  .ourwork .grid {
    height: auto;
  }
  .ourwork .grid > li + li {
    margin-top: 24px;
  }
  .ourwork .pic img {
    max-height: 87vh;
  }
}
@media (max-width: 767px) {
  .ourwork {
    padding: 34px 0px 35px;
  }
  .ourwork .pic {
    border-radius: 22px;
  }
}
.section1 {
  background: url(../images/shape.png) no-repeat center 0px;
}
footer {
  direction: ltr;
  background: #fff;
  position: relative;
  padding-top: 44px;
}
footer .logo {
  width: 95px;
  position: relative;
  margin: 0px auto  22px;
  display: block;
}
footer .text p {
  max-width: 960px;
  font-size: calc(1 * 20px);
  line-height: 120%;
  font-family: 'ShubbakMedium';
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  margin: 0px auto  22px;
  text-align: center;
}
@media (max-width: 1024px) {
  footer .text p {
    font-size: calc(0.9 * 20px);
  }
}
@media (max-width: 767px) {
  footer .text p {
    font-size: calc(0.8 * 20px);
  }
}
footer .urls {
  margin-top: 67px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .urls > li {
  margin: 0px 10px 0px;
  display: flex;
}
footer .link {
  font-size: calc(1 * 16px);
  line-height: 120%;
  font-family: 'ShubbakRegular';
  color: rgba(0, 0, 0, 0.6);
  display: block;
  cursor: pointer;
  transition: all 0.35s;
}
@media (max-width: 1024px) {
  footer .link {
    font-size: calc(0.9 * 16px);
  }
}
@media (max-width: 767px) {
  footer .link {
    font-size: calc(0.95 * 16px);
  }
}
footer .media {
  margin-top: 16px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .media > li {
  margin: 0px 10px 0px;
  display: flex;
}
footer .item {
  display: block;
  transition: all 0.35s;
}
footer .top {
  padding-bottom: 55px;
}
footer .end {
  border-top: 1px solid #ddd;
  padding: 12px 0px 12px;
}
footer .more {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .more > li {
  max-width: 47%;
}
footer .caption {
  font-size: calc(1 * 20px);
  line-height: 120%;
  font-family: 'ShubbakMedium';
  color: #12101C5E;
  opacity: 0.77;
}
@media (max-width: 1024px) {
  footer .caption {
    font-size: calc(0.9 * 20px);
  }
}
@media (max-width: 767px) {
  footer .caption {
    font-size: calc(0.8 * 20px);
  }
}
footer .info {
  font-size: calc(1 * 20px);
  line-height: 120%;
  font-family: 'ShubbakMedium';
  color: #12101C5E;
  opacity: 0.77;
}
@media (max-width: 1024px) {
  footer .info {
    font-size: calc(0.9 * 20px);
  }
}
@media (max-width: 767px) {
  footer .info {
    font-size: calc(0.8 * 20px);
  }
}
@media (max-width: 767px) {
  footer .top {
    padding-bottom: 33px;
  }
  footer .urls {
    margin-top: 40px;
  }
  footer .logo {
    width: 77px;
  }
  footer .more {
    justify-content: center;
    text-align: center;
  }
  footer .more > li {
    max-width: none;
    width: 100%;
  }
  footer .more > li:nth-child(1) {
    order: 2;
  }
  footer .more > li:nth-child(2) {
    order: 1;
  }
  footer .more > li + li {
    margin-bottom: 7px;
  }
}
header {
  z-index: 3;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  direction: ltr;
  transition: all 0.35s;
}
header .wrap {
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
header .logo {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  height: 57px;
  margin: auto;
}
header .logo img {
  height: 100%;
  object-fit: contain;
  display: block;
}
header .logo img:nth-child(2) {
  display: none;
}
header .list {
  padding-left: 87px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
header .list > li {
  display: flex;
  margin: 0px 18px;
}
header .item {
  display: block;
  cursor: pointer;
  transition: all 0.35s;
  font-size: calc(1 * 20px);
  line-height: 120%;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'ShubbakRegular';
}
@media (max-width: 1024px) {
  header .item {
    font-size: calc(0.9 * 20px);
  }
}
@media (max-width: 767px) {
  header .item {
    font-size: calc(0.8 * 20px);
  }
}
header .item.selected {
  color: #e4b767;
}
header .more {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  height: 100%;
}
header .btn {
  height: 43px;
  background: transparent;
  border: 1px solid #e4b767;
  border-radius: 16px;
  padding: 0px 32px 0px;
  font-size: calc(1 * 20px);
  line-height: 120%;
  color: #e4b767;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.35s;
  font-family: 'ShubbakRegular';
}
@media (max-width: 1024px) {
  header .btn {
    font-size: calc(0.9 * 20px);
  }
}
@media (max-width: 767px) {
  header .btn {
    font-size: calc(0.8 * 20px);
  }
}
header .openmenu {
  display: none;
}
header .exit {
  display: none;
}
@media (max-width: 1255px) {
  header .logo {
    height: 48px;
  }
  header .list > li {
    margin: 0px 14px;
  }
  header .item {
    font-size: 16px;
  }
  header .btn {
    padding-right: 20px;
    padding-left: 20px;
    height: 40px;
    font-size: 15px;
  }
}
@media (max-width: 990px) {
  header .menu {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 4;
    opacity: 0;
    pointer-events: none;
    transition: all 0.35s;
  }
  header .openmenu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    right: 0px;
    height: 47px;
    font-size: 28px;
    cursor: pointer;
    transition: all 0.35s;
    color: #fff;
  }
  header .exit {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 12px;
    right: 17px;
    height: 47px;
    font-size: 28px;
    cursor: pointer;
    transition: all 0.35s;
    color: #fff;
  }
  header .list > li {
    width: 100%;
    margin: 0px;
    justify-content: center;
  }
  header .list > li + li {
    margin-top: 22px;
  }
  header .list {
    padding: 0px;
  }
  header .item {
    font-size: 21px;
    color: rgba(255, 255, 255, 0.6) !important;
  }
  header .item.selected {
    color: #e4b767 !important;
  }
  header .in {
    padding: 30px;
    width: 100%;
  }
  header .more {
    width: 100%;
    justify-content: center;
    position: relative;
    top: auto;
    right: auto;
    height: auto;
    margin-top: 60px;
  }
  header .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
  }
  header .btn {
    padding-right: 26px;
    padding-left: 26px;
    height: 47px;
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  header .wrap {
    height: 63px;
  }
  header .logo {
    height: 37px;
  }
  header .openmenu {
    font-size: 23px;
  }
}
@media (max-width: 990px) {
  .open_menu {
    overflow: hidden;
  }
  .open_menu header .menu {
    opacity: 1;
    pointer-events: visible;
  }
}
body:not(.homePage) header .logo img:nth-child(1) {
  display: none;
}
body:not(.homePage) header .logo img:nth-child(2) {
  display: block;
}
body:not(.homePage) header .openmenu {
  color: #000000;
}
body:not(.homePage):not(.scrollheader) header .item:not(.selected) {
  color: rgba(0, 0, 0, 0.6);
}
.scrollheader header {
  background: #000;
}
.scrollheader header .logo img {
  filter: brightness(0) invert(1);
}
.scrollheader header .item:not(.selected) {
  color: #fff;
}
.scrollheader header .openmenu {
  color: #fff!important;
}
#content {
  min-height: 50vh;
}
.top_section {
  direction: ltr;
  padding: 130px 0px 32px;
}
.top_section .sitemap {
  display: flex;
  flex-wrap: wrap;
}
.top_section .sitemap > li {
  display: flex;
  font-size: calc(1 * 16px);
  line-height: 120%;
  font-family: 'ShubbakMedium';
}
@media (max-width: 1024px) {
  .top_section .sitemap > li {
    font-size: calc(0.9 * 16px);
  }
}
@media (max-width: 767px) {
  .top_section .sitemap > li {
    font-size: calc(0.95 * 16px);
  }
}
.top_section .sitemap > li:after {
  display: block;
  content: '/';
  padding: 0px 8px 0px;
}
.top_section .sitemap > li:last-child:after {
  display: none;
}
.top_section .sublink {
  color: rgba(0, 0, 0, 0.6);
}
.top_section .sublink.selected {
  color: #e4b767;
}
@media (max-width: 767px) {
  .top_section {
    padding: 78px 0px 22px;
  }
  .top_section .sitemap > li:after {
    padding: 0px 4px 0px;
  }
}
.Article {
  direction: ltr;
  padding-bottom: 33px;
}
.Article .wrap {
  margin-top: 32px;
  background: #fff;
  border-radius: 16px;
  padding: 32px 24px 38px;
}
.Article .title {
  font-size: calc(1 * 32px);
  line-height: 120%;
  font-family: 'ShubbakSemiBold';
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 1024px) {
  .Article .title {
    font-size: calc(0.9 * 32px);
  }
}
@media (max-width: 767px) {
  .Article .title {
    font-size: calc(0.8 * 32px);
  }
}
.Article .caption {
  margin-top: 12px;
  font-size: calc(1 * 24px);
  line-height: 120%;
  font-family: 'ShubbakRegular';
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 1024px) {
  .Article .caption {
    font-size: calc(0.9 * 24px);
  }
}
@media (max-width: 767px) {
  .Article .caption {
    font-size: calc(0.8 * 24px);
  }
}
.Article .text p{
  font-size: calc(1 * 20px);
  line-height: 120%;
  color: rgba(0, 0, 0, 0.6);
  font-family: 'ShubbakRegular';
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .Article .text p{
    font-size: calc(0.9 * 20px);
  }
}
@media (max-width: 767px) {
  .Article .text p{
    font-size: calc(0.8 * 20px);
  }
}
.Article .text b, .Article .text strong {
  font-family: 'ShubbakSemiBold';
  color: rgba(0, 0, 0, 0.8);
}
.Article .text ul {
  margin-top: 21px;
}
.Article .text ul > li + li {
  margin-top: 21px;
}
@media (max-width: 767px) {
  .Article .wrap {
    margin-top: 22px;
    padding: 22px 18px 28px;
  }
  .Article .text ul {
    margin-top: 16px;
  }
  .Article .text ul > li + li {
    margin-top: 16px;
  }
}
.Gallery {
  padding-bottom: 97px;
}
.Gallery .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Gallery .grid > li {
  width: calc(50% - 12px);
  margin-bottom: 24px;
}
.Gallery .item {
  display: block;
  height: 100%;
}
.Gallery .pic {
  overflow: hidden;
  border-radius: 24px;
}
.Gallery .pic img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: 0.37s ease-in-out;
}
@media (max-width: 767px) {
  .Gallery {
    padding-bottom: 44px;
  }
  .Gallery .grid > li {
    width: 100%;
  }
  .Gallery .pic {
    border-radius: 16px;
  }
}
.desktop .custbtn:hover {
  background: #000;
}
.desktop footer .link:hover {
  opacity: 0.7;
}
.desktop footer .item:hover,
.desktop footer .info a:hover {
  opacity: 0.7;
}
.desktop header .item:hover {
  opacity: 0.7;
}
.desktop header .btn:hover {
  background: #e4b767;
  color: #fff;
}
.desktop header .openmenu:hover,
.desktop header .exit:hover {
  opacity: 0.7;
}
.desktop .ourwork .item:hover .pic img {
  transform: scale(1.02);
}
.desktop .top_section .sublink[href]:hover {
  opacity: 0.7;
}


.inputField .field {
  border-color: #efefef;
  transition: 0.3s;
}
.desktop .inputField .field:hover {
  border-color: #4a4a4a;
}
.inputField label {
  position: absolute;
  top: 12px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  font-family: "ShubbakRegular";
}
.inputField .field.hasicon label {
  left: 40px;
}
.inputField .field label {
  left: 15px;
  transition: 0.2s;
}
.inputField.focused .field {
  border-color: #e4b767 !important;
}
.inputField.focused .field.hasicon label {
  left: 8px;
}
.inputField.focused label {
  font-size: 12px;
  background: #fff;
  padding: 0px 5px 0px;
  top: -12px;
  left: 8px;
}
.inputField.missing .field {
  border-color: #d92932 !important;
}
.inputField.missing label {
  color: #d92932;
}
.inputField.missing .picicon svg path {
  fill: #d92932;
  fill-opacity: 1;
}
@media (max-width: 767px) {
  .inputField.focused label {
    font-size: 11px;
  }
}
