/**---------------------------------*/
/**     TABLE OF BOTTOM CONTENTS:   */
/**---------------------------------*/
/*01 - SWIPER CUSTOM*/
/*02 - FORM ELEMENTS*/
/*03 - PAGINATION*/
/*04 - ACCORDION*/
/*05 - ANIMATIONS*/
/*06-07 - BLOCK ELEMENTS*/
/*08-19 - OTHER SECTIONS*/
/*20 - LIGHTBOX CUSTOM*/
/*21 - DECOR*/
/*22-23 - CONTACTS*/
/*24 - THANK YOU PAGE*/
/*25 - FOOTER*/
/*26 - POPUPS*/
/**--------------------------*/
/**   01  SWIPER CUSTOM      */
/**--------------------------*/
.swiper-entry,
.swiper-control-wrapper {
   position: relative;
}

.swiper-container {
   margin: 0 auto;
   position: relative;
   overflow: hidden;
   list-style: none;
   padding: 0;
   z-index: 1;
}

.swiper-container.swiper-container-visible {
   overflow: visible;
}

.swiper-container:not(.swiper-no-swiping) .swiper-wrapper {
   cursor: url(../img/drag.png) 16 9, ew-resize;
}

.swiper-container-vertical:not(.swiper-no-swiping) .swiper-wrapper {
   cursor: url(../img/drag-vertical.png) 8 16, ns-resize;
}

.swiper-controls-hide .swiper-button-next,
.swiper-controls-hide .swiper-button-prev {
   display: none;
}

.swiper-controls-hide .swiper-pagination {
   display: none;
}

.swiper-controls-hide .swiper-wrapper {
   cursor: default;
}

.swiper-controls-hide .swiper-controls-wrapper {
   display: none;
}

.swiper-controls-hide .swiper-buttons-wrapper {
   display: none !important;
}

.swiper-controls-hide .swiper-container:not(.swiper-no-swiping) .swiper-wrapper {
   cursor: default;
}

.swiper-controls-hide .custom-fraction-wrap {
   display: none;
}

.swiper-slide {
   position: relative;
   background-size: cover;
   background-position: center center;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
}

/*swiper arrow*/
.swiper-button-prev,
.swiper-button-next {
   position: absolute;
   cursor: pointer;
   top: 0;
   left: 0;
   margin-top: 0;
   width: 24px;
   height: 24px;
   background: transparent;
   z-index: 10;
   outline: none;
   border: 1px solid transparent;
   border-radius: unset;
   -webkit-transition: var(--transition);
   -o-transition: var(--transition);
   transition: var(--transition);
}

.swiper-button-prev i,
.swiper-button-next i {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   width: 24px;
   height: 24px;
}

.swiper-button-prev i::before,
.swiper-button-next i::before {
   content: "";
   position: absolute;
   top: 50%;
   left: calc(50% - 2px);
   -webkit-transform: translateY(-50%) rotate(-45deg);
   -ms-transform: translateY(-50%) rotate(-45deg);
   transform: translateY(-50%) rotate(-45deg);
   -webkit-transition: var(--transition);
   -o-transition: var(--transition);
   transition: var(--transition);
   width: 10px;
   height: 10px;
   border-right: 2px solid var(--clr-primary);
   border-bottom: 2px solid var(--clr-primary);
}

.swiper-button-prev i::after,
.swiper-button-next i::after {
   content: "";
   position: absolute;
   top: 50%;
   left: 2px;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   -webkit-transition: var(--transition);
   -o-transition: var(--transition);
   transition: var(--transition);
   width: 18px;
   height: 2px;
   background-color: var(--clr-primary);
}

.swiper-button-prev::after,
.swiper-button-next::after {
   display: none;
}

.swiper-button-next {
   left: auto;
   right: 0;
}

.swiper-button-prev {
   -webkit-transform: scaleX(-1);
   -ms-transform: scaleX(-1);
   transform: scaleX(-1);
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
   opacity: 0.5;
   pointer-events: none;
}

/*swiper pagination*/
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
   left: 50%;
   bottom: 0;
   -webkit-transform: translate(-50%, 0);
   -ms-transform: translate(-50%, 0);
   transform: translate(-50%, 0);
   width: auto;
}

.swiper-pagination {
   line-height: 0;
   z-index: 2;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}

.swiper-pagination.swiper-pagination-relative {
   position: relative;
   margin-top: 50px;
   bottom: 0 !important;
   top: 0 !important;
}

.swiper-pagination-bullet {
   position: relative;
   cursor: pointer;
   width: 12px;
   height: 12px;
   border-radius: 100%;
   opacity: 1;
   -webkit-transition: var(--transition);
   -o-transition: var(--transition);
   transition: var(--transition);
   outline: none;
   background-color: transparent;
   border: 1px solid var(--clr-primary);
}

.swiper-pagination-bullet-active {
   background-color: var(--clr-primary);
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-clickable .swiper-pagination-bullet {
   margin: 0 3px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
   bottom: 35px;
   left: -20px;
}

/*custom-fraction pagination*/
.custom-fraction-wrap {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   width: 48px;
}

.custom-fraction-wrap>* {
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   font-size: 16px;
   line-height: 1.39em;
   font-weight: 400;
   color: var(--clr-primary);
}

.custom-fraction-total::before {
   content: "/";
   font-size: inherit;
   color: inherit;
}

/*swiper scrollbar*/
.swiper-horizontal>.swiper-scrollbar {
   position: relative;
   z-index: 50;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 6px;
   margin-top: 35px;
}

.swiper-horizontal>.swiper-scrollbar.size-2 {
   width: calc(100% + 24px);
}

.swiper-scrollbar {
   border-radius: 0;
   background: transparent;
}

.swiper-scrollbar::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: var(--clr-grey);
   border-radius: 3px;
}

.swiper-scrollbar.color-2::before,
.swiper-scrollbar.color-3::before {
   background-color: var(--clr-grey-1);
}

.swiper-scrollbar.color-3 .swiper-scrollbar-drag {
   background-color: var(--clr-white);
}

.swiper-scrollbar-drag {
   height: 6px;
   border-radius: 100px;
   background: var(--clr-primary);
}

/*swiper controls*/
.swiper-controls-wrapper {
   line-height: 0;
   text-align: right;
   margin-top: 25px;
}

.swiper-controls-wrapper .swiper-button-prev,
.swiper-controls-wrapper .swiper-button-next {
   position: relative;
}

.swiper-controls-inner {
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.swiper-controls-inner>*:not(:last-child) {
   margin-right: 15px;
}

.swiper-controls-wrapper.color-white .swiper-button-prev i::before,
.swiper-controls-wrapper.color-white .swiper-button-next i::before {
   border-color: var(--clr-white);
}

.swiper-controls-wrapper.color-white .swiper-button-prev i::after,
.swiper-controls-wrapper.color-white .swiper-button-next i::after {
   background-color: var(--clr-white);
}

.swiper-controls-wrapper.color-white .custom-fraction-wrap>* {
   color: var(--clr-white);
}

/*swiper thumbs*/
.swiper-thumbs {
   position: relative;
}

@media (min-width: 1200px) {

   .swiper-button-prev:hover i::before,
   .swiper-button-next:hover i::before {
      border-color: var(--clr-secondary);
   }

   .swiper-button-prev:hover i::after,
   .swiper-button-next:hover i::after {
      background-color: var(--clr-secondary);
   }

   .swiper-pagination-bullet:hover {
      background-color: var(--clr-primary);
   }
}

@media (max-width: 991px) {
   .swiper-pagination.swiper-pagination-relative {
      margin-top: 30px;
   }
}

@media (max-width: 767px) {
   .swiper-entry .swiper-container {
      overflow: visible;
   }
}

/**--------------------------*/
/**   02  FORM ELEMENTS      */
/**--------------------------*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
   color: var(--clr-primary);
   opacity: 0.5;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
   color: var(--clr-primary);
   opacity: 0.5;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
   color: var(--clr-primary);
   opacity: 0.5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
   color: var(--clr-primary);
   opacity: 0.5;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
   -webkit-appearance: none;
   margin: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
   -webkit-appearance: none;
   margin: 0;
}

input[type="number"] {
   -moz-appearance: textfield;
}

input[type="file"] {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   opacity: 0;
   border: none;
   cursor: pointer;
   z-index: 0;
   font-size: 0;
}

input,
textarea,
select {
   border-radius: 0;
   background: none;
   border: none;
   margin: 0;
   width: 100%;
   padding: 0;
}

textarea {
   display: block;
   resize: none;
   overflow: auto;
}

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

.input {
   position: relative;
   z-index: 1;
   height: 48px;
   font-size: 16px;
   line-height: 48px;
   font-weight: 400;
   color: var(--clr-primary);
   padding: 13px 16px;
   -webkit-transition: var(--transition);
   -o-transition: var(--transition);
   transition: var(--transition);
   -o-text-overflow: ellipsis;
   text-overflow: ellipsis;
   border: 2px solid transparent;
   border-radius: 4px;
   /* background-color: var(--clr-light); */
}

.input:focus {
   border-color: var(--clr-primary);
}

textarea.input {
   height: 145px;
   line-height: 1.39em;
}

.invalid,
.wpcf7-not-valid {
   border-color: var(--clr-error);
}

.invalid:focus {
   border-color: var(--clr-error);
}

.invalid::-webkit-input-placeholder,
.invalid::-webkit-input-placeholder,
.wpcf7-not-valid::-webkit-input-placeholder {
   color: var(--clr-error);
}

.invalid:-moz-placeholder,
.invalid:-moz-placeholder {
   color: var(--clr-error);
}

.invalid::-moz-placeholder,
.invalid::-moz-placeholder {
   color: var(--clr-error);
}

.invalid:-ms-input-placeholder,
.invalid:-ms-input-placeholder {
   color: var(--clr-error);
}

/*styles for checkbox*/
.checkbox-entry {
   display: inline-block;
   cursor: pointer;
   margin: 0;
   padding: 0;
   min-width: 30px;
   min-height: 20px;
   line-height: initial;
}

.checkbox-entry a {
   color: var(--clr-primary);
}

.checkbox-entry span {
   position: relative;
   font-size: 16px;
   line-height: 1.3125em;
   font-weight: 500;
   padding-left: 30px;
   display: inline-block;
   color: var(--clr-title);
   -webkit-transition: var(--transition);
   -o-transition: var(--transition);
   transition: var(--transition);
}

.checkbox-entry span.active {
   color: var(--clr-primary);
}

.checkbox-entry span::before {
   content: "";
   position: absolute;
   left: 0;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   width: 14px;
   height: 14px;
   border-radius: 2px;
   border: 1px solid #e2e2e2;
   -webkit-transition: var(--transition);
   -o-transition: var(--transition);
   transition: var(--transition);
}

.checkbox-entry span::after {
   content: "";
   position: absolute;
   left: 3px;
   top: 50%;
   width: 8px;
   height: 8px;
   border-radius: 2px;
   background-color: var(--clr-primary);
   z-index: 1;
   -webkit-transform: scale(0) translateY(-50%);
   -ms-transform: scale(0) translateY(-50%);
   transform: scale(0) translateY(-50%);
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   -webkit-transition: var(--transition);
   -o-transition: var(--transition);
   transition: var(--transition);
}

.checkbox-entry input {
   display: none;
}

.checkbox-entry input:checked+span::before {
   border-color: var(--clr-primary);
}

.checkbox-entry input:checked+span::after {
   -webkit-transform: scale(1) translateY(-50%);
   -ms-transform: scale(1) translateY(-50%);
   transform: scale(1) translateY(-50%);
}

/*upload file*/
.upload-wrapper {
   position: relative;
   margin-bottom: 15px;
}

.upload-wrapper>div {
   position: relative;
}

.upload-wrapper .upload-info {
   width: 100%;
   font-size: 13px;
   font-weight: 400;
   line-height: 1.38em;
   color: var(--clr-grey-1);
   margin-top: 5px;
   margin-left: 15px;
}

.btn-upload {
   position: relative;
   z-index: 1;
   cursor: pointer;
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   width: 100%;
   background: var(--clr-grey);
   border-radius: 4px;
   border: 2px dashed var(--clr-primary);
   -webkit-transition: var(--transition);
   -o-transition: var(--transition);
   transition: var(--transition);
   font-size: 16px;
   line-height: 1em;
   font-weight: 400;
   text-align: center;
   text-decoration: none;
   color: var(--clr-primary);
   padding: 21px;
}

.btn-upload svg {
   max-width: 24px;
   max-height: 24px;
   margin-left: 8px;
}

.btn-upload svg path {
   -webkit-transition: var(--transition);
   -o-transition: var(--transition);
   transition: var(--transition);
}

#file-list-x {
   position: relative;
   width: 100%;
}

#file-list-x>* {
   position: relative;
   width: 100%;
   background-color: var(--clr-white);
   border: 1px solid var(--clr-grey);
   border-radius: 4px;
   padding: 16px 15px;
   margin-top: 30px;
}

#file-list-x span {
   display: block;
   font-size: 13px;
   font-weight: 400;
   line-height: 1.39em;
   padding-right: 30px;
}

#file-list-x span.file-name {
   color: var(--clr-primary);
}

#file-list-x span.file-size {
   color: var(--clr-grey-1);
}

#file-list-x>*:not(:first-child) {
   margin-top: 15px;
}

.remove-file {
   position: absolute;
   z-index: 10;
   cursor: pointer;
   top: 50%;
   right: 12px;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   width: 100%;
   height: 100%;
   max-width: 24px;
   max-height: 24px;
   -webkit-transition: var(--transition);
   -o-transition: var(--transition);
   transition: var(--transition);
}

.remove-file path {
   -webkit-transition: var(--transition);
   -o-transition: var(--transition);
   transition: var(--transition);
}

@media (hover: hover) and (min-width: 1200px),
(-ms-high-contrast: none) {
   .btn-upload:hover {
      color: var(--clr-secondary);
   }

   .btn-upload:hover svg path {
      fill: var(--clr-secondary);
   }

   .remove-file:hover path {
      fill: var(--clr-secondary);
   }
}

@media (max-width: 1199px) {
   textarea.input {
      height: 120px;
   }
}

@media (max-width: 991px) {
   .btn-upload {
      padding: 16px;
   }

   #file-list-x>* {
      padding: 11px 15px;
      margin-top: 20px;
   }
}

@media (max-width: 767px) {
   textarea.input {
      height: 100px;
   }
}

/**--------------------------*/
/**   03  PAGINATION         */
/**--------------------------*/
.pagination {
   text-align: center;
}

.pagination ul {
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   vertical-align: middle;
   height: 46px;
}

.pagination ul>*:not(:last-child) {
   margin-right: 10px;
}

.pagination li {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   text-align: center;
   width: 46px;
   height: 46px;
   line-height: 46px;
   -webkit-transition: var(--transition);
   -o-transition: var(--transition);
   transition: var(--transition);
   background-color: var(--clr-light);
}

.pagination li a {
   position: absolute;
   left: 0;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   width: 100%;
   height: 100%;
   font-size: 16px;
   line-height: inherit;
   font-weight: 400;
   color: var(--clr-primary);
}

.pagination li a b {
   font-weight: inherit;
}

.pagination li.active {
   background-color: var(--clr-primary);
}

.pagination li.active a {
   color: var(--clr-white);
}

.pagination li.arrow {
   position: relative;
   width: 122px;
   background-color: transparent;
}

.pagination li.arrow i {
   position: absolute;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   display: inline-block;
   vertical-align: middle;
   -webkit-transition: var(--transition);
   -o-transition: var(--transition);
   transition: var(--transition);
   width: 24px;
   height: 24px;
}

.pagination li.arrow i::before {
   content: "";
   position: absolute;
   top: 50%;
   left: calc(50% - 2px);
   -webkit-transform: translateY(-50%) rotate(-45deg);
   -ms-transform: translateY(-50%) rotate(-45deg);
   transform: translateY(-50%) rotate(-45deg);
   -webkit-transition: var(--transition);
   -o-transition: var(--transition);
   transition: var(--transition);
   width: 10px;
   height: 10px;
   border-right: 2px solid var(--clr-primary);
   border-bottom: 2px solid var(--clr-primary);
}

.pagination li.arrow i::after {
   content: "";
   position: absolute;
   top: 50%;
   left: 2px;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   -webkit-transition: var(--transition);
   -o-transition: var(--transition);
   transition: var(--transition);
   width: 18px;
   height: 2px;
   background-color: var(--clr-primary);
}

.pagination li.arrow.left {
   margin-right: 50px;
}

.pagination li.arrow.left i {
   left: 12px;
   -webkit-transform: translateY(-50%) scale(-1);
   -ms-transform: translateY(-50%) scale(-1);
   transform: translateY(-50%) scale(-1);
}

.pagination li.arrow.left a {
   padding-left: 46px;
   padding-right: 12px;
}

.pagination li.arrow.right {
   margin-left: 50px;
}

.pagination li.arrow.right i {
   right: 12px;
}

.pagination li.arrow.right a {
   padding-left: 12px;
   padding-right: 46px;
}

.pagination li.disabled {
   pointer-events: none;
   opacity: .5;
}

@media (hover: hover) and (min-width: 1200px),
(-ms-high-contrast: none) {
   .pagination li:not(.arrow):hover {
      background-color: var(--clr-primary);
   }

   .pagination li:not(.arrow):hover a {
      color: var(--clr-white);
   }

   .pagination li.arrow:hover a {
      color: var(--clr-secondary);
   }

   .pagination li.arrow:hover i::before {
      border-right: 2px solid var(--clr-secondary);
      border-bottom: 2px solid var(--clr-secondary);
   }

   .pagination li.arrow:hover i::after {
      background-color: var(--clr-secondary);
   }
}

@media (max-width: 991px) {
   .pagination ul {
      height: 40px;
   }

   .pagination ul>*:not(:last-child) {
      margin-right: 5px;
   }

   .pagination li {
      width: 40px;
      height: 40px;
      line-height: 40px;
   }

   .pagination li.arrow.left {
      margin-right: 20px;
   }

   .pagination li.arrow.right {
      margin-left: 20px;
   }
}

@media (max-width: 767px) {
   .pagination li a b {
      display: none;
   }

   .pagination li.arrow {
      width: 40px;
   }

   .pagination li.arrow.left {
      margin-right: 15px;
   }

   .pagination li.arrow.left i {
      left: 50%;
      -webkit-transform: translate(-50%, -50%) scale(-1);
      -ms-transform: translate(-50%, -50%) scale(-1);
      transform: translate(-50%, -50%) scale(-1);
   }

   .pagination li.arrow.left a {
      padding-left: 0;
      padding-right: 0;
   }

   .pagination li.arrow.right {
      margin-left: 15px;
   }

   .pagination li.arrow.right i {
      right: 50%;
      -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%);
   }

   .pagination li.arrow.right a {
      padding-left: 0;
      padding-right: 0;
   }
}

/**--------------------------*/
/**   04  ACCORDION          */
/**--------------------------*/
.accordion-wrapper {
   position: relative;
}

.accordion-wrapper>*:not(:last-child) {
   margin-bottom: 35px;
}

.accordion {
   position: relative;
   z-index: 1;
   border-radius: 4px;
   background-color: var(--clr-light);
   padding: 45px 25px 40px 30px;
}

.accordion-info {
   margin-bottom: 30px;
}

.accordion-info>*:not(:last-child) {
   margin-bottom: 10px;
}

.accordion-info .title {
   font-family: var(--ff-2);
   font-size: clamp(16px, 2vw, 18px);
   line-height: 1.39em;
   color: var(--clr-primary);
}

.accordion-info .text {
   color: rgba(22, 54, 87, 0.7);
}

.accordion-item {
   position: relative;
   margin-bottom: 40px;
}

.accordion-item:last-of-type {
   margin-bottom: 0;
}

.accordion-title {
   position: relative;
   cursor: pointer;
   font-family: var(--ff-2);
   font-size: 14px;
   line-height: 24px;
   font-weight: 700;
   color: var(--clr-primary);
   text-transform: uppercase;
   -webkit-transition: var(--transition);
   -o-transition: var(--transition);
   transition: var(--transition);
   padding-left: 30px;
}

.accordion-title i {
   display: inline-block;
   position: absolute;
   top: 0;
   left: 0;
   width: 24px;
   height: 24px;
   border: none;
   -webkit-transition: var(--transition);
   -o-transition: var(--transition);
   transition: var(--transition);
}

.accordion-title i::before,
.accordion-title i::after {
   content: "";
   position: absolute;
   top: 50%;
   left: 50%;
   right: 0;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   width: 14px;
   height: 2px;
   background-color: var(--clr-primary);
   -webkit-transition: 0.25s ease-in;
   -o-transition: 0.25s ease-in;
   transition: 0.25s ease-in;
}

.accordion-title i::after {
   width: 2px;
   height: 14px;
}

.accordion-title.active {
   color: var(--clr-primary);
}

.accordion-title.active i::before,
.accordion-title.active i::after {
   background-color: var(--clr-primary);
}

.accordion-title.active i::after {
   -webkit-transform: translate(-50%, -50%) rotate(-90deg);
   -ms-transform: translate(-50%, -50%) rotate(-90deg);
   transform: translate(-50%, -50%) rotate(-90deg);
}

.accordion-inner {
   display: none;
   padding: 15px 0 0 10px;
}

.accordion-inner .text {
   color: rgba(22, 54, 87, 0.7);
}

.accordion-inner .text ul li::before {
   background-color: rgba(22, 54, 87, 0.7);
}

@media (hover: hover) and (min-width: 1200px),
(-ms-high-contrast: none) {
   .accordion-item:hover .accordion-title {
      opacity: 0.7;
   }
}

@media (max-width: 1199px) {
   .accordion-wrapper>*:not(:last-child) {
      margin-bottom: 25px;
   }

   .accordion {
      padding: 30px;
   }

   .accordion-info {
      margin-bottom: 20px;
   }

   .accordion-item {
      margin-bottom: 20px;
   }
}

@media (max-width: 767px) {
   .accordion-wrapper>*:not(:last-child) {
      margin-bottom: 20px;
   }

   .accordion {
      padding: 20px;
   }

   .accordion-info {
      margin-bottom: 20px;
   }

   .accordion-item {
      margin-bottom: 20px;
   }
}

/**--------------------------*/
/**   05  ANIMATIONS         */
/**--------------------------*/
.item-animation .animate-item.to-up {
   opacity: 0;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   will-change: transform;
   -webkit-transform: translateY(50px);
   -ms-transform: translateY(50px);
   transform: translateY(50px);
   -webkit-transition: opacity .7s, -webkit-transform .9s linear;
   transition: opacity .7s, -webkit-transform .9s linear;
   -o-transition: opacity .7s, transform .9s linear;
   transition: opacity .7s, transform .9s linear;
   transition: opacity .7s, transform .9s linear, -webkit-transform .9s linear;
}

.loaded .item-animation .animate-item.to-up.animated {
   opacity: 1;
   visibility: visible;
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0);
}

.loaded .item-animation .animate-item.anime-1 {
   -webkit-transition-delay: .2s;
   -o-transition-delay: .2s;
   transition-delay: .2s;
}

.loaded .item-animation .animate-item.anime-2 {
   -webkit-transition-delay: .4s;
   -o-transition-delay: .4s;
   transition-delay: .4s;
}

@media (max-width: 991px) {
   .item-animation .animate-item.to-up {
      -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
      transform: translateY(30px);
   }
}

/**--------------------------*/
/**   06  INFO SECTION       */
/**--------------------------*/
/* .simple-content-sec.mt--180 {
  margin-top: -180px;
} */

.simple-content-sec.type-2 {
   -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%, 0 80%);
   clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%, 0 80%);
}

.simple-content-sec.type-3 {
   -webkit-clip-path: polygon(0 0, 100% 0, 100% 62%, 87% 100%, 0 100%);
   clip-path: polygon(0 0, 100% 0, 100% 62%, 87% 100%, 0 100%);
}

.simple-content-sec.type-5::before {
   content: '';
   display: block;
   position: absolute;
   right: 0;
   bottom: 0;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 0 0 195px 195px;
   border-color: transparent transparent #fff transparent;
}

.simple-info {
   position: relative;
   padding-top: 50px;
}

.simple-info .subtitle {
   max-width: 96%;
}

.simple-content-inner {
   position: relative;
   overflow: hidden;
   z-index: 10;
   display: table-cell;
   vertical-align: bottom;
   width: 10000px;
   padding: 30px 0 100px 0;
}

.simple-content-inner.type-2 {
   vertical-align: top;
   height: 430px;
   padding: 50px 0 100px 0;
}

.simple-content-inner.type-3 {
   vertical-align: top;
   height: auto;
   padding: 110px 0 140px 0;
}

.simple-content-inner.type-4 {
   vertical-align: middle;
   height: auto;
   padding: 95px 0 90px 0;
}

.simple-content-inner.type-5 {
   vertical-align: middle;
   height: auto;
   padding: 50px 0 60px 0;
}

.simple-content-inner.type-6 {
   vertical-align: middle;
   height: auto;
   padding: 110px 0 220px 0;
}

.simple-content-inner.type-7 {
   overflow: visible;
   vertical-align: middle;
   padding: 50px 0 40px 0;
}

.simple-content-inner.type-8 {
   z-index: 1;
   vertical-align: middle;
   height: 300px;
   padding: 30px 0;
}

.simple-content-inner.type-9 {
   vertical-align: middle;
   height: auto;
   padding: 45px 0;
}

.simple-content-inner.type-10 {
   vertical-align: middle;
   height: auto;
   padding: 20px 0 58px;
}

.simple-content-inner .social-list-wrapper {
   margin-top: 50px;
}

.simple-content-inner .social-list-wrapper .title {
   font-family: var(--ff-1);
   font-size: 16px;
   color: var(--clr-white);
   margin-bottom: 15px;
}

.simple-content-inner .social-list a {
   width: 22px;
   height: 22px;
}

.simple-content-inner .social-list a svg {
   max-width: 22px;
   max-height: 22px;
}

.simple-content {
   position: relative;
}

.simple-content .btn-wrapper>*:not(:last-child) {
   margin-right: 40px;
}

.simple-content .btn-wrapper.type-3>*:not(:last-child) {
   margin-right: 0;
   margin-bottom: 30px;
}

@media (min-width: 576px) {
   .simple-content-inner {
      height: clamp(420px, 54vw, 495px);
   }
}

@media (max-width: 1400px) {
   .simple-info .subtitle {
      max-width: 100%;
   }
}

@media (max-width: 1199px) {
   .simple-info {
      padding-top: 45px;
   }

   .simple-content-inner.type-3 {
      padding: 100px 0;
   }

   .simple-content-inner.type-4 {
      padding: 70px 0;
   }

   .simple-content-inner.type-5 {
      padding: 50px 0;
   }

   .simple-content-inner.type-6 {
      padding: 100px 0 200px 0;
   }

   .simple-content-inner.type-7 {
      height: auto;
   }

   .simple-content-inner .social-list-wrapper {
      margin-top: 30px;
   }

   .simple-content-inner .social-list a {
      width: 20px;
      height: 20px;
   }

   .simple-content-inner .social-list a svg {
      max-width: 20px;
      max-height: 20px;
   }

   .simple-content .btn-wrapper>*:not(:last-child) {
      margin-right: 30px;
   }
}

@media (max-width: 991px) {
   .simple-content-sec.type-2 {
      -webkit-clip-path: none;
      clip-path: none;
   }

   .simple-content-sec.type-3 {
      -webkit-clip-path: none;
      clip-path: none;
   }

   .simple-content-sec.type-4 {
      -webkit-clip-path: none;
      clip-path: none;
   }

   .simple-info {
      padding-top: 40px;
   }

   .simple-content-inner.type-2 {
      height: auto;
      padding: 50px 0;
   }

   .simple-content-inner.type-3 {
      padding: 50px 0;
   }

   .simple-content-inner.type-4 {
      padding: 50px 0;
   }

   .simple-content-inner.type-6 {
      padding: 50px 0 150px 0;
   }

   .simple-content-inner.type-9 {
      padding-bottom: 75px;
      padding-top: 67px;
   }

   .simple-content-inner.type-9 .row {
      --bs-gutter-y: 20px;
   }

   .simple-content-inner .social-list-wrapper {
      margin-top: 20px;
   }

   .contactPage .social-list-wrapper {
      margin-bottom: 48px;
   }

   .contactPage .simple-content-inner {
      padding: 30px 0 68px !important;
   }

   .simple-content .row {
      --bs-gutter-y: 20px;
   }

   .simple-content .btn-wrapper>*:not(:last-child) {
      margin-right: 20px;
   }

   .simple-content .btn-wrapper.type-3>*:not(:last-child) {
      margin-bottom: 20px;
   }
}

@media (max-width: 767px) {
   .simple-content-sec.mt--180 {
      margin-top: 30px;
   }

   .simple-content-sec.type-5::before {
      border-width: 0 0 76px 76px;
   }

   .simple-content-inner {
      padding: 30px 0;
   }

   .simple-content-inner.type-3 {
      padding: 30px 0;
   }

   .simple-content-inner.type-4 {
      padding: 30px 0;
   }

   .simple-content-inner.type-5 {
      padding: 30px 0;
   }

   .simple-content-inner.type-6 {
      padding: 30px 0 211px;
   }

   .simple-content-inner.type-7 {
      padding: 54px 0;
   }

   .simple-content-inner.type-8 {
      height: 150px;
      padding: 30px 0;
   }

   .simple-content .btn-wrapper>*:not(:last-child) {
      margin-right: 0;
      margin-bottom: 40px;
   }
}

@media (max-width: 575px) {
   .simple-info {
      padding-top: 37px;
      padding-left: 10px;
   }
}

@media (max-width: 375px) {
   .simple-info {
      padding-left: 0;
   }
}

/**--------------------------*/
/**   07  BLOCK ELEMENTS     */
/**--------------------------*/
.block-lr.pt-70 {
   padding-top: 70px;
}

.block-lr.pb-90 {
   padding-bottom: 90px;
}

.block-lr.pt-145 {
   padding-top: 145px;
}

.block-lr.pb-200 {
   padding-bottom: 200px;
}

.block-lr.pb-110 {
   padding-bottom: 110px;
}

.block-lr.pt-105 {
   padding-top: 105px;
}

.block-lr.pb-100 {
   padding-bottom: 100px;
}

.block-lr.pt-85 {
   padding-top: 85px;
}

.block-lr.pb-70 {
   padding-bottom: 70px;
}

.block-lr.mt--110 {
   margin-top: -110px;
}

.block-lr.mt--180 {
   margin-top: -180px;
}

.block-lr.pt-75 {
   padding-top: 75px;
}

.block-lr.pb-85 {
   padding-bottom: 85px;
}

.block-lr.pb-95 {
   padding-bottom: 95px;
}

.block-lr.pt-90 {
   padding-top: 90px;
}

.block-lr.pb-150 {
   padding-bottom: 150px;
}

.block-lr.pb-125 {
   padding-bottom: 125px;
}

.block-text-wrapper>*:not(:last-child) {
   margin-bottom: 15px;
}

.block-text>*:not(:last-child) {
   margin-bottom: 25px;
}

.block-text.type-2 {
   position: relative;
   z-index: 3;
   max-width: 85%;
   margin-left: auto;
}

.block-text.type-4 {
   max-width: 92%;
}

.block-text.type-4>*:not(:last-child) {
   margin-bottom: 10px;
}

.block-text.type-5 {
   text-align: center;
   max-width: 88%;
   margin: 0 auto;
}

.block-text.type-7>*:not(:last-child) {
   margin-bottom: 10px;
}

.block-text.pt-65 {
   padding-top: 65px;
}

.block-img-wrapper {
   position: relative;
   overflow: hidden;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.block-img-wrapper.type-2 {
   margin-top: 0;
}

.block-img {
   position: relative;
   overflow: hidden;
   z-index: 1;
   display: block;
   width: 100%;
   height: 100%;
   max-width: 97%;
   margin: 0 auto;
   padding-bottom: 90%;
}

.block-img img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
}

.block-img.size-2 {
   max-width: 96.5%;
   padding-bottom: 106.6%;
}

.block-img.size-3 {
   max-width: 100%;
   padding-bottom: 129%;
}

.block-img.size-4 {
   max-width: 100%;
   padding-bottom: 155%;
}

.block-img.size-5 {
   max-width: 81%;
   margin: 0 auto 0 0;
   padding-bottom: 90%;
}

.block-img.size-6 {
   max-width: 81%;
   margin: 0 auto 0 0;
   padding-bottom: 99.8%;
}

.block-img.size-7 {
   max-width: 100%;
   padding-bottom: 64.5%;
}

.block-img.type-2 {
   -webkit-clip-path: polygon(100% 0, 100% 70%, 73% 100%, 0 100%, 0 0);
   clip-path: polygon(100% 0, 100% 70%, 73% 100%, 0 100%, 0 0);
}

.block-img.type-3 {
   -webkit-clip-path: polygon(100% 0, 100% 73%, 76% 100%, 0 100%, 0 0);
   clip-path: polygon(100% 0, 100% 73%, 76% 100%, 0 100%, 0 0);
}

.block-img.type-4 {
   -webkit-clip-path: polygon(70% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
   clip-path: polygon(70% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
}

.block-img.type-5.left {
   -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 21% 100%, 0 67%);
   clip-path: polygon(0 0, 100% 0, 100% 100%, 21% 100%, 0 67%);
}

.block-img.type-5.right {
   -webkit-clip-path: polygon(0 0, 100% 0, 100% 67%, 79% 100%, 0 100%);
   clip-path: polygon(0 0, 100% 0, 100% 67%, 79% 100%, 0 100%);
}

.block-lr-wrap {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
}

.block-lr-content {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 100%;
   flex: 0 0 100%;
}

.block-lr-content .container {
   position: relative;
   height: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.block-lr-content .container .row {
   width: 100%;
}

.block-lr-img {
   position: relative;
   overflow: hidden;
   width: 100%;
   height: 100%;
   padding-bottom: 40%;
   -webkit-box-flex: 0;
   -ms-flex: 0 0 51%;
   flex: 0 0 51%;
   -webkit-transform: translateX(-100%);
   -ms-transform: translateX(-100%);
   transform: translateX(-100%);
   -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%, 0 80%);
   clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%, 0 80%);
}

.block-lr-img .bg.rellax {
   height: 103%;
   top: -2%;
}

.block-lr-img.size-2 {
   padding-bottom: 30.4%;
   -webkit-box-flex: 0;
   -ms-flex: 0 0 46.4%;
   flex: 0 0 46.4%;
   -webkit-clip-path: none;
   clip-path: none;
}

@media (max-width: 1400px) {
   .block-lr.mt--180 {
      margin-top: -120px;
   }
}

@media (max-width: 1199px) {
   .block-lr.mt--180 {
      margin-top: -150px;
   }

   .block-lr.pt-90 {
      padding-top: 70px;
   }

   .block-lr.pb-150 {
      padding-bottom: 70px;
   }

   .block-text>*:not(:last-child) {
      margin-bottom: 20px;
   }

   .block-text.type-2 {
      max-width: 100%;
      margin-left: auto;
   }

   .block-text.type-6 {
      margin-bottom: 20px;
   }

   .block-text.pt-65 {
      padding-top: 30px;
   }

   .block-img {
      max-width: 100%;
   }

   .block-img.size-2 {
      max-width: 100%;
   }

   .block-lr-img {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
   }

   .block-lr-img .bg.rellax {
      height: 100%;
      top: 0;
   }

   .block-lr-img.size-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
   }
}

@media (max-width: 991px) {
   .block-lr.pb-90 {
      padding-bottom: 80px;
   }

   .block-lr.pt-145 {
      padding-top: 55px;
   }

   .block-lr.pb-200 {
      padding-bottom: 55px;
   }

   .block-lr.pb-125 {
      padding-bottom: 55px;
   }

   .block-lr.pb-110 {
      padding-bottom: 50px;
   }

   .block-lr.pt-105 {
      padding-top: 50px;
   }

   .block-lr.pb-100 {
      padding-bottom: 50px;
   }

   .block-lr.pt-85 {
      padding-top: 50px;
   }

   .block-lr.pb-70 {
      padding-bottom: 50px;
   }

   .block-lr.mt--110 {
      margin-top: 0;
   }

   .block-lr.mt--180 {
      margin-top: 0;
   }

   .block-lr.pt-75 {
      padding-top: 50px;
   }

   .block-lr.pb-85 {
      padding-bottom: 50px;
   }

   .block-lr.pb-95 {
      padding-bottom: 50px;
   }

   .block-lr.pt-90 {
      padding-top: 50px;
   }

   .block-lr.pb-150 {
      padding-bottom: 50px;
   }

   .block-text.mt-md-20 {
      margin-top: 20px;
   }

   .block-text.type-4 {
      max-width: 100%;
   }

   .block-text.type-4>*:not(:last-child) {
      margin-bottom: 15px;
   }

   .block-text.type-5 {
      max-width: 100%;
   }

   .block-text.pt-65 {
      padding-top: 0;
   }

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

   .block-img-wrapper {
      margin-bottom: 20px;
   }

   .block-img.type-5.left {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 67%, 79% 100%, 0 100%);
      clip-path: polygon(0 0, 100% 0, 100% 67%, 79% 100%, 0 100%);
   }

   .block-lr-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
   }

   .block-lr-wrap .container .row {
      width: auto;
   }

   .block-lr-content {
      margin: 30px 0;
   }

   .block-lr-content.type2 {
      margin: 52px 0 120px;
   }

   .block-lr-content.type2 .text {
      margin-bottom: 30px;
   }

   .block-lr-content.type-2 {
      margin-bottom: 115px;
      margin-top: 52px;
   }

   .block-lr-content.type-2 .title+.text {
      margin-bottom: 38px;
   }

   .block-lr-img {
      padding-bottom: 40%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      -webkit-clip-path: none;
      clip-path: none;
   }

   .block-lr-img.size-2 {
      padding-bottom: 40%;
   }

   .block-lr-img.type3 {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%, 0 80%);
      clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%, 0 80%);
      padding-bottom: 77.7%;
   }
}

@media (max-width: 767px) {
   .block-lr-img.type-2 {
      padding-bottom: 77.778%;
   }

   .block-lr-img.type-2::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 10;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 68px 0 0 68px;
      border-color: transparent transparent transparent var(--clr-primary);
   }

   .block-lr.pt-145 {
      padding-top: 30px;
   }

   .block-lr.pb-200 {
      padding-bottom: 80px;
   }

   .block-lr.pb-125 {
      padding-bottom: 80px;
   }

   .block-lr.pt-75 {
      padding-top: 30px;
   }

   .block-lr.pb-85 {
      padding-bottom: 30px;
   }

   .block-lr.pb-95 {
      padding-bottom: 30px;
   }

   .block-lr.pt-90 {
      padding-top: 30px;
   }

   .block-lr.pb-150 {
      padding-bottom: 30px;
   }
}

@media (max-width: 575px) {
   .block-text .title {
      position: absolute;
      z-index: 1;
      top: 0;
      max-width: 100%;
   }

   .block-text.type-2 .title {
      position: relative;
   }

   .block-text.type-3 .title {
      position: relative;
      max-width: 100%;
   }

   .block-text.type-4 .title {
      position: relative;
   }

   .block-text.type-5 {
      text-align: left;
   }

   .block-text.type-5 .title {
      position: relative;
   }

   .block-text.type-6 .title {
      position: relative;
   }

   .block-text.type-7 .title {
      position: relative;
   }

   .block-img-wrapper {
      margin-top: calc(var(--height-title) + 20px);
   }

   .block-img.type-2 {
      -webkit-clip-path: none;
      clip-path: none;
   }

   .block-lr-content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
   }

   .block-lr-content .container {
      display: block;
   }
}

/**--------------------------*/
/**   08 TESTIOMONIALS       */
/**--------------------------*/
.tms-sec {
   padding-top: 115px;
}

.tms-wrapper {
   position: relative;
}

.tms-wrapper .swiper-controls-wrapper {
   position: absolute;
   z-index: 1;
   top: 0;
   right: 0;
   width: auto;
   height: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   text-align: center;
   margin-top: 0;
   background-color: var(--clr-white);
}

.tms-wrapper .swiper-controls-wrapper .custom-fraction-wrap {
   width: 36px;
}

.tms-wrapper .swiper-controls-inner {
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   padding: 0 5px;
}

.tms-wrapper .swiper-controls-inner>*:not(:last-child) {
   margin-right: 0;
   margin-bottom: 15px;
}

.tms-slider .pagination-row>div[class^="col"] {
   position: relative;
}

.tms-slider .swiper-pagination {
   left: 0;
   bottom: 50px;
   -webkit-box-pack: start;
   -ms-flex-pack: start;
   justify-content: flex-start;
}

.tms-item {
   position: relative;
   /* display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center; */
   display: block;
   width: 100%;
   height: 100%;
}

.tms-img {
   position: relative;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   width: 100%;
   height: 100%;
   max-width: 88%;
   padding-bottom: 120%;
}

.tms-img img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
}

.tms-info {
   position: relative;
   max-width: 85%;
   padding-top: 95px;
   padding-bottom: 60px;
}

.tms-info::before {
   content: "";
   position: absolute;
   top: 0;
   left: -15px;
   width: 96px;
   height: 96px;
   background-image: url(../img/icons/quotes.svg);
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
}

.tms-info>*:not(:last-child) {
   margin-bottom: 20px;
}

.tms-info .author {
   opacity: 0.7;
}

@media (max-width: 1400px) {
   .tms-slider .swiper-pagination {
      bottom: 30px;
   }
}

@media (max-width: 991px) {
   .tms-sec {
      padding-top: 55px;
   }

   .tms-wrapper .swiper-controls-wrapper {
      position: relative;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 30px;
      background-color: transparent;
   }

   .tms-wrapper .swiper-controls-wrapper .custom-fraction-wrap {
      width: auto;
   }

   .tms-wrapper .swiper-controls-inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      padding: 0;
   }

   .tms-wrapper .swiper-controls-inner>*:not(:last-child) {
      margin-right: 15px;
      margin-bottom: 0;
   }

   .tms-slider .swiper-pagination {
      position: relative;
      bottom: 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
   }

   .tms-img {
      max-width: 69%;
      padding-bottom: 69%;
   }

   .tms-info {
      max-width: 100%;
      padding-top: 30px;
      padding-bottom: 30px;
   }

   .tms-info::before {
      content: none;
   }

   .tms-info>*:not(:last-child) {
      margin-bottom: 15px;
   }
}

@media (max-width: 575px) {
   .tms-info .title {
      max-width: 80%;
   }
}

/**--------------------------*/
/**   09  FEATURED PROJECTS  */
/**--------------------------*/
.f-projects-sec {
   padding-top: 90px;
   padding-bottom: 185px;
}

.f-projects-wrapper {
   position: relative;
}

.f-projects-wrapper .title {
   margin-bottom: 20px;
}

.f-projects-slider .swiper-container {
   overflow: visible;
}

.f-projects-slider.type-2::before {
   content: "";
   position: absolute;
   z-index: 2;
   top: -1px;
   left: 0;
   -webkit-transform: translateX(-100%);
   -ms-transform: translateX(-100%);
   transform: translateX(-100%);
   width: 300%;
   height: 100%;
   background: var(--clr-light);
}

.f-projects-slider.type-2 .swiper-horizontal>.swiper-scrollbar {
   margin-top: 25px;
}

.f-projects-slider.type-2 .swiper-scrollbar::before {
   background-color: var(--clr-grey-1);
}

.f-projects-slider.type-2 .swiper-controls-wrapper {
   position: absolute;
   top: -44px;
   right: 0;
   margin-top: 0;
}

.f-projects-slider.type-3::before {
   content: "";
   position: absolute;
   z-index: 2;
   top: -1px;
   left: auto;
   right: 0;
   -webkit-transform: translateX(100%);
   -ms-transform: translateX(100%);
   transform: translateX(100%);
   width: 300%;
   height: 100%;
   background: var(--clr-white);
}

/* .f-projects-slider.type-3 .swiper-controls-inner {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: reverse;
   -ms-flex-direction: row-reverse;
   flex-direction: row-reverse;
} */

.f-projects-slider.type-3 .custom-fraction-wrap {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: reverse;
   -ms-flex-direction: row-reverse;
   flex-direction: row-reverse;
}

.f-projects-slider.type-3 .custom-fraction-wrap>* {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: reverse;
   -ms-flex-direction: row-reverse;
   flex-direction: row-reverse;
}

.f-projects-slider.type-3 .swiper-horizontal>.swiper-scrollbar {
   margin-top: 25px;
}

.f-projects-slider.type-3 .swiper-scrollbar::before {
   background-color: var(--clr-grey-1);
}

.f-projects-slider.type-3 .swiper-controls-wrapper {
   position: absolute;
   top: -44px;
   right: 0;
   margin-top: 0;
}

.f-projects-slider.type-3 .f-project-info {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: reverse;
   -ms-flex-direction: row-reverse;
   flex-direction: row-reverse;
}

.f-projects-slider.type-3 .f-project-info .title,
.f-projects-slider.type-3 .f-project-info .text {
   text-align: left;
}

.f-projects-slider .swiper-slide:last-of-type {
   height: auto;
}

.f-project {
   position: relative;
   z-index: 2;
   overflow: hidden;
   cursor: pointer;
   display: block;
   height: 100%;
}

.f-project-all {
   cursor: default;
   background-color: var(--clr-primary);
   padding-bottom: 89%;
}

.f-project-all-info {
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   width: 100%;
   max-width: 68%;
   margin: 0 auto;
   text-align: center;
}

.f-project-all-info .title {
   margin-bottom: 30px;
}

.f-project-img {
   position: relative;
   overflow: hidden;
   display: block;
   min-height: 300px;
   padding-bottom: 92%;
}

.f-project-img img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
}

.f-project-img.size-2 {
   padding-bottom: 89%;
}

.f-project-img.size-3 {
   min-height: auto;
   padding-bottom: 82.2%;
}

.f-project-img.size-4 {
   min-height: auto;
   padding-bottom: 104%;
}

.f-project-img.size-5 {
   min-height: auto;
   padding-bottom: 84%;
}

.f-project-info {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 1;
   width: 100%;
   height: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -ms-flex-line-pack: end;
   align-content: flex-end;
   background: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 54, 87, 0.65)), to(rgba(22, 54, 87, 0.65)));
   background: -o-linear-gradient(bottom, rgba(22, 54, 87, 0.65), rgba(22, 54, 87, 0.65));
   background: linear-gradient(0deg, rgba(22, 54, 87, 0.65), rgba(22, 54, 87, 0.65));
   -webkit-transform: scaleY(0);
   -ms-transform: scaleY(0);
   transform: scaleY(0);
   -webkit-transform-origin: 50% 100%;
   -ms-transform-origin: 50% 100%;
   transform-origin: 50% 100%;
   -webkit-transition-property: -webkit-transform;
   transition-property: -webkit-transform;
   -o-transition-property: transform;
   transition-property: transform;
   transition-property: transform, -webkit-transform;
   -webkit-transition-duration: 0.3s;
   -o-transition-duration: 0.3s;
   transition-duration: 0.3s;
   -webkit-transition-timing-function: ease-out;
   -o-transition-timing-function: ease-out;
   transition-timing-function: ease-out;
   padding: 20px 24px;
}

.f-project-info.color-white,
.f-project-info.color-white>* {
   color: var(--clr-white);
}

.f-project-info.color-white .title i::before,
.f-project-info.color-white .title i::after {
   border-color: var(--clr-white);
}

.f-project-info.color-white .title i::after {
   background-color: var(--clr-white);
}

.f-project-info .title {
   position: relative;
   width: 100%;
   margin-bottom: 10px;
   padding-right: 34px;
}

.f-project-info .title i {
   position: absolute;
   top: -4px;
   right: 0;
   display: inline-block;
   vertical-align: middle;
   width: 34px;
   height: 34px;
}

.f-project-info .title i::before {
   content: "";
   position: absolute;
   top: 50%;
   left: calc(50% - 4px);
   -webkit-transform: translateY(-50%) rotate(-45deg);
   -ms-transform: translateY(-50%) rotate(-45deg);
   transform: translateY(-50%) rotate(-45deg);
   -webkit-transition: var(--transition);
   -o-transition: var(--transition);
   transition: var(--transition);
   width: 14px;
   height: 14px;
   border-right: 2px solid var(--clr-white);
   border-bottom: 2px solid var(--clr-white);
}

.f-project-info .title i::after {
   content: "";
   position: absolute;
   top: 50%;
   left: 4px;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   -webkit-transition: var(--transition);
   -o-transition: var(--transition);
   transition: var(--transition);
   width: 24px;
   height: 2px;
   background-color: var(--clr-white);
}

.f-projects-inner {
   display: -ms-grid;
   display: grid;
   -ms-grid-columns: (1fr)[3];
   grid-template-columns: repeat(3, 1fr);
   -ms-grid-rows: (1fr)[1];
   grid-template-rows: repeat(1, 1fr);
   gap: 20px;
}

.f-projects-inner .f-project-info .title {
   font-family: var(--ff-2);
   font-size: 18px;
   line-height: 1.39em;
}

.f-projects-inner .f-project-info .title b {
   display: block;
   max-width: 80%;
   font-weight: inherit;
}

.f-projects-inner.type-2 .f-project-info .title {
   color: var(--clr-white);
}

.f-projects-inner.type-2 .f-project-info .title i::before {
   border-right: 2px solid var(--clr-white);
   border-bottom: 2px solid var(--clr-white);
}

.f-projects-inner.type-2 .f-project-info .title i::after {
   background-color: var(--clr-white);
}

.f-projects-inner.type-2 .f-project-info .text {
   color: var(--clr-white);
}

.f-projects-total {
   font-size: 13px;
   font-weight: 400;
   line-height: 1.39em;
   color: var(--clr-primary);
}

.f-projects-total b {
   font-weight: inherit;
}

.r-projects-inner {
   display: -ms-grid;
   display: grid;
   -ms-grid-columns: (1fr)[3];
   grid-template-columns: repeat(3, 1fr);
   -ms-grid-rows: (1fr)[1];
   grid-template-rows: repeat(1, 1fr);
   gap: 20px;
}

.r-projects-inner .f-project-info .title {
   font-family: var(--ff-2);
   font-size: 18px;
   line-height: 1.39em;
}

.r-projects-inner .f-project-info .title b {
   display: block;
   max-width: 80%;
   font-weight: inherit;
}

@media (hover: hover) and (min-width: 1200px),
(-ms-high-contrast: none) {
   .f-project:hover .f-project-info {
      -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
      transform: scaleY(1);
   }

   .f-project-info .title {
      color: var(--clr-white);
   }

   .f-project-info .text {
      color: var(--clr-white);
   }
}

@media (max-width: 1199px) {
   .f-project-all-info {
      max-width: 70%;
   }

   .f-project-all-info .title {
      margin-bottom: 20px;
   }

   .f-project-info {
      position: relative;
      height: auto;
      background: transparent;
      -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
      transform: scaleY(1);
      padding: 20px 0 0 0;
   }

   .f-project-info .title i::before {
      border-right: 2px solid var(--clr-primary);
      border-bottom: 2px solid var(--clr-primary);
   }

   .f-project-info .title i::after {
      background-color: var(--clr-primary);
   }
}

@media (max-width: 991px) {
   .f-projects-sec {
      padding-bottom: 100px;
   }

   .f-projects-wrapper {
      margin-bottom: 46px;
   }

   .f-projects-slider.type-2::before {
      content: none;
   }

   .f-projects-slider.type-2 .swiper-horizontal>.swiper-scrollbar {
      margin-top: 20px;
   }

   .f-projects-slider.type-3::before {
      content: none;
   }

   .f-projects-slider.type-3 .swiper-horizontal>.swiper-scrollbar {
      margin-top: 20px;
   }

   .f-project-info {
      padding: 15px 0 0 0;
   }

   .f-projects-inner {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
   }

   .r-projects-inner {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
   }

   .swiper-controls-wrapper.type2 {
      top: auto !important;
      bottom: -46px;
      right: auto !important;
      left: 50%;
      transform: translateX(-50%);
   }

   .f-projects-wrapper .title {
      margin-bottom: 10px;
   }
}

@media (max-width: 575px) {
   .f-projects-slider .swiper-container {
      overflow: visible;
   }

   .f-projects-slider .swiper-slide {
      width: 85%;
   }

   .f-projects-slider .swiper-controls-wrapper {
      text-align: center;
      margin-top: 40px;
   }

   .f-project-all-info {
      max-width: 85%;
   }

   .f-projects-inner {
      -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
      gap: 15px;
   }

   .r-projects-inner {
      -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
      gap: 15px;
   }

   .f-project-info .title {
      font-family: var(--ff-2);
      font-size: 20px;
      font-weight: 900;
      text-transform: uppercase;
   }

   .f-project-info .title b {
      font-weight: inherit;
   }

   .f-project-info .title i {
      top: -6px;
   }
}

@media (max-width: 375px) {
   .f-project-info .title i {
      display: none;
   }
}

/**--------------------------*/
/**   10  BRANDS SLIDER      */
/**--------------------------*/
.brands-slider {
   margin: 120px 0 140px 0;
}

.brands-slider .swiper-button-prev,
.brands-slider .swiper-button-next {
   top: 50%;
   left: -140px;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   width: 50px;
   height: 50px;
}

.brands-slider .swiper-button-prev i,
.brands-slider .swiper-button-next i {
   width: 50px;
   height: 50px;
}

.brands-slider .swiper-button-prev i::before,
.brands-slider .swiper-button-next i::before {
   width: 21px;
   height: 21px;
   border-right: 3px solid var(--clr-primary);
   border-bottom: 3px solid var(--clr-primary);
}

.brands-slider .swiper-button-prev i::after,
.brands-slider .swiper-button-next i::after {
   width: 42px;
   height: 3px;
   background-color: var(--clr-primary);
}

.brands-slider .swiper-button-prev {
   -webkit-transform: translateY(-50%) scaleX(-1);
   -ms-transform: translateY(-50%) scaleX(-1);
   transform: translateY(-50%) scaleX(-1);
}

.brands-slider .swiper-button-next {
   left: auto;
   right: -140px;
}

.brands-slider .swiper-pagination-bullet {
   -webkit-filter: grayscale(100%);
   filter: grayscale(100%);
}

.brand-item {
   position: relative;
   width: 100%;
   height: 120px;
}

.brand-item img {
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   max-width: 180px;
   max-height: 120px;
   -webkit-filter: grayscale(100%);
   filter: grayscale(100%);
   -o-object-fit: contain;
   object-fit: contain;
   -webkit-transition: var(--transition);
   -o-transition: var(--transition);
   transition: var(--transition);
}

@media (hover: hover) and (min-width: 1200px),
(-ms-high-contrast: none) {
   .brand-item:hover img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
   }

   .brands-slider .swiper-button-prev:hover i::before,
   .brands-slider .swiper-button-next:hover i::before {
      border-color: var(--clr-secondary);
   }

   .brands-slider .swiper-button-prev:hover i::after,
   .brands-slider .swiper-button-next:hover i::after {
      background-color: var(--clr-secondary);
   }
}

@media (max-width: 1400px) {
   .brands-slider {
      margin: 100px 0;
   }

   .brands-slider .swiper-button-prev,
   .brands-slider .swiper-button-next {
      left: -80px;
   }

   .brands-slider .swiper-button-next {
      left: auto;
      right: -80px;
   }
}

@media (max-width: 991px) {

   .brands-slider .swiper-button-prev,
   .brands-slider .swiper-button-next {
      position: relative;
      top: auto;
      left: 0;
      bottom: 0;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
   }

   .brands-slider .swiper-button-next {
      left: auto;
      right: 0;
   }

   .brands-slider .swiper-button-prev {
      -webkit-transform: translateY(0) scaleX(-1);
      -ms-transform: translateY(0) scaleX(-1);
      transform: translateY(0) scaleX(-1);
   }

   .brands-slider .swiper-pagination.swiper-pagination-relative {
      margin-top: 0;
      left: 0;
   }

   .brands-slider .swiper-pagination-bullet {
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
   }

   .brands-slider .swiper-buttons-wrapper {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      height: auto;
      margin-top: 30px;
   }

   .brand-item {
      height: 100px;
   }

   .brand-item img {
      max-width: 90%;
      max-height: 100px;
   }
}

/**--------------------------*/
/**   11  ABOUT US           */
/**--------------------------*/
.img-full {
   position: relative;
   overflow: hidden;
}

.img-bg {
   background-position: 50% 50%;
   background-repeat: no-repeat;
   background-attachment: scroll;
   background-size: cover;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   -webkit-clip-path: polygon(100% 0, 100% 77%, 88% 100%, 0 100%, 0 0);
   clip-path: polygon(100% 0, 100% 77%, 88% 100%, 0 100%, 0 0);
}

.img-wrap.type-2 {
   position: relative;
   overflow: hidden;
   height: 100%;
   padding-bottom: 35%;
}

.img-wrap.type-2 .img-bg {
   -webkit-clip-path: polygon(88% 0, 100% 36%, 100% 100%, 0 100%, 0 0);
   clip-path: polygon(88% 0, 100% 36%, 100% 100%, 0 100%, 0 0);
}

.img-wrap.type-3 .img-bg {
   left: 100px;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   width: 48.5%;
   height: 52.5%;
   -webkit-clip-path: none;
   clip-path: none;
}

.img-wrap.type-4 {
   position: relative;
   overflow: hidden;
   height: 100%;
   max-width: 84%;
   margin-left: auto;
   padding-bottom: 38.5%;
}

.img-wrap.type-4 .img-bg {
   -webkit-clip-path: polygon(100% 0, 100% 66%, 85% 100%, 0 100%, 0 0);
   clip-path: polygon(100% 0, 100% 66%, 85% 100%, 0 100%, 0 0);
}

.img-wrap.type-5 .img-bg {
   left: -55px;
   top: 550px;
   -webkit-transform: unset;
   -ms-transform: unset;
   transform: unset;
   width: 692px;
   height: 260px;
   -webkit-clip-path: none;
   clip-path: none;
}

.img-wrap.type-6 {
   position: relative;
   overflow: hidden;
   height: 100%;
   padding-bottom: 45.5%;
}

.img-wrap.type-6 .img-bg {
   -webkit-clip-path: polygon(0 0, 90% 0, 100% 22%, 100% 100%, 0 100%);
   clip-path: polygon(0 0, 90% 0, 100% 22%, 100% 100%, 0 100%);
}

.img-wrap.type-7 .img-bg {
   left: auto;
   right: 20px;
   top: 45px;
   width: 615px;
   height: 230px;
   -webkit-clip-path: none;
   clip-path: none;
}

.about-block {
   position: relative;
   overflow: hidden;
   z-index: 10;
   display: table-cell;
   vertical-align: middle;
   width: 10000px;
   padding: 30px 0;
}

.about-content {
   position: relative;
   text-align: center;
   background-color: var(--clr-primary);
   padding: 75px 90px 90px 90px;
}

.about-content .title {
   margin-bottom: 10px;
}

.about-content .text {
   margin-bottom: 40px;
}

.about-content .btn-wrapper>*:not(:last-child) {
   margin-right: 35px;
}

@media (min-width: 576px) {
   .about-block {
      height: clamp(420px, 54vw, 760px);
   }
}

@media (max-width: 1400px) {
   .about-content {
      padding: 75px;
   }

   .about-content .text {
      margin-bottom: 30px;
   }

   .about-content .btn-wrapper>*:not(:last-child) {
      margin-right: 30px;
   }
}

@media (max-width: 1199px) {
   .about-content {
      padding: 60px;
   }

   .about-content .text {
      margin-bottom: 20px;
   }

   .about-content .btn-wrapper>*:not(:last-child) {
      margin-right: 20px;
   }

   .img-wrap.type-3 .img-bg {
      left: 20px;
   }

   .img-wrap.type-5 .img-bg {
      top: 500px;
      width: 512px;
      height: 165px;
   }

   .img-wrap.type-7 .img-bg {
      right: 0;
      top: 20px;
      width: 475px;
      height: 178px;
   }
}

@media (max-width: 991px) {
   .img-wrap.type-4 {
      max-width: 100%;
      margin-left: 0;
   }

   .img-wrap.type-5 .img-bg {
      display: none;
   }

   .img-wrap.type-6 .img-bg {
      -webkit-clip-path: none;
      clip-path: none;
   }

   .img-wrap.type-7 .img-bg {
      display: none;
   }
}

@media (max-width: 767px) {
   .about-content {
      padding: 50px;
   }

   .about-content .text {
      margin-bottom: 35px;
   }

   .about-content .btn-wrapper>*:not(:last-child) {
      margin-right: 0;
      margin-bottom: 35px;
   }

   .img-wrap.type-5 {
      padding-bottom: unset;
   }
}

@media (max-width: 575px) {
   .img-wrap {
      position: relative;
      overflow: hidden;
      padding-bottom: 200%;
   }

   .img-wrap.type-2 .img-bg {
      background-position: 50% 50%;
   }

   .img-wrap.type-3 {
      padding-bottom: unset;
   }

   .img-wrap.type-7 {
      padding-bottom: unset;
   }

   .img-bg {
      background-position: 60%;
      -webkit-clip-path: polygon(100% 0, 100% 85%, 70% 100%, 0 100%, 0 0);
      clip-path: polygon(100% 0, 100% 85%, 70% 100%, 0 100%, 0 0);
   }

   .about-block {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: auto;
      padding: 0;
   }

   .about-content {
      padding: 40px 40px 50px 40px;
   }
}

/**--------------------------*/
/**   12  FORM SECTION       */
/**--------------------------*/
.form-sec {
   padding: 120px 0 70px 0;
}

.form-content {
   max-width: 87%;
}

.form-content>*:not(:last-child) {
   margin-bottom: 45px;
}

.form .input {
   margin-bottom: 15px;
}

.form .input+.btn {
   margin-top: 30px;
}

.form textarea.input {
   margin-bottom: 0;
}

.row-input {
   --bs-gutter-x: 20px;
}

@media (max-width: 1199px) {
   .form-sec {
      padding: 70px 0;
   }

   .form-content {
      max-width: 100%;
   }

   .form-content>*:not(:last-child) {
      margin-bottom: 30px;
   }

   .form .input+.btn {
      margin-top: 20px;
   }
}

@media (max-width: 991px) {
   .form-sec {
      padding: 50px 0;
   }

   .form-content>*:not(:last-child) {
      margin-bottom: 30px;
   }

   .row-contact-banner {
      --bs-gutter-y: 20px;
   }
}

/**--------------------------*/
/**   13  BENEFITS SECTION   */
/**--------------------------*/
.benefits-slider .swiper-pagination.swiper-pagination-relative {
   margin-top: 0;
   left: 0;
}

.benefits-slider .swiper-buttons-wrapper {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   width: 100%;
   height: auto;
   margin-top: 30px;
}

.benefit-item {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
   height: 100%;
   min-height: 360px;
   background-color: var(--clr-light);
   padding: 15px;
}

.benefit-img {
   position: relative;
   width: 100%;
   height: 100%;
   max-width: 60px;
   max-height: 60px;
   /* margin-top: auto; */
   margin-bottom: 5px;
}

.benefit-info .title {
   margin-bottom: 5px;
}

.benefit-info .text {
   color: rgba(22, 54, 87, 0.5);
}

@media (max-width: 991px) {
   .benefit-item {
      min-height: auto;
      padding: 12px;
   }
}

/**--------------------------*/
/**   14 SERVICES LIST       */
/**--------------------------*/
.services-list-wrapper {
   margin-top: 40px;
}

.services-list-wrapper .title {
   color: var(--clr-secondary);
}

.services-list {
   margin-top: 5px;
}

.services-list li {
   font-size: 16px;
   line-height: 1.39em;
   font-weight: 400;
   color: var(--clr-primary);
   margin-left: 25px;
}

.services-list li+li {
   margin-top: 20px;
}

.services-list li a {
   position: relative;
}

.services-list li a::before {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 0;
   height: 1px;
   background-color: var(--clr-primary);
   -webkit-transition: var(--transition);
   -o-transition: var(--transition);
   transition: var(--transition);
}

@media (hover: hover) and (min-width: 1200px),
(-ms-high-contrast: none) {
   .services-list li:hover a::before {
      width: 100%;
   }
}

@media (max-width: 1199px) {
   .services-list-wrapper {
      margin-top: 20px;
   }

   .services-list li+li {
      margin-top: 15px;
   }
}

@media (max-width: 767px) {
   .services-list {
      margin-top: 10px;
   }
}

/**--------------------------*/
/**   15 POLICY SECTION      */
/**--------------------------*/
.policy-sec {
   padding: 65px 0 195px 0;
}

@media (max-width: 1199px) {
   .policy-sec {
      padding: 50px 0 150px 0;
   }
}

@media (max-width: 767px) {
   .policy-sec {
      padding: 30px 0 50px 0;
   }
}

/**--------------------------*/
/**   16 TEAM SECTION        */
/**--------------------------*/
.team-sec {
   margin-top: -100px;
   margin-bottom: 70px;
}

.team-slider {
   display: none;
}

.team-slider .swiper-pagination.swiper-pagination-relative {
   margin-top: 0;
   left: 0;
}

.team-slider .swiper-buttons-wrapper {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   width: 100%;
   height: auto;
   margin-top: 30px;
}

.team-wrapper {
   display: -ms-grid;
   display: grid;
   -ms-grid-columns: (1fr)[4];
   grid-template-columns: repeat(4, 1fr);
   -ms-grid-rows: (1fr)[1];
   grid-template-rows: repeat(1, 1fr);
   grid-row-gap: 70px;
   grid-column-gap: 24px;
}

.team-item {
   display: block;
   height: 100%;
}

/* .team-item.active .team-img img {
   -webkit-filter: grayscale(0);
   filter: grayscale(0);
} */

.team-img {
   position: relative;
   padding-bottom: 133%;
}

.team-img img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
   -webkit-transition: var(--transition);
   -o-transition: var(--transition);
   transition: var(--transition);
   /* -webkit-filter: grayscale(100%);
   filter: grayscale(100%); */
}

.team-info {
   padding: 13px 15px 0 15px;
}

.team-info .title {
   font-family: var(--ff-2);
   font-size: 18px;
   line-height: 1.39em;
   font-weight: 700;
   color: var(--clr-primary);
}

.more-text .text {
   display: none;
   margin: 15px 0 10px 0;
   color: rgba(22, 54, 87, 0.7);
}

.more-text .read-more {
   position: relative;
   display: inline-block;
   cursor: pointer;
   font-size: 16px;
   line-height: 1.39em;
   font-weight: 400;
   text-decoration: underline;
   color: var(--clr-primary);
   -webkit-transition: var(--transition);
   -o-transition: var(--transition);
   transition: var(--transition);
   margin-top: 6px;
}

.more-text .read-more b {
   font-weight: 400;
}

@media (hover: hover) and (min-width: 1200px),
(-ms-high-contrast: none) {
   .more-text .read-more:hover {
      color: var(--clr-secondary);
   }
}

@media (max-width: 1199px) {
   .team-wrapper {
      grid-row-gap: 50px;
   }
}

@media (max-width: 991px) {
   .team-sec {
      margin-bottom: 50px;
   }

   .team-wrapper {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      grid-row-gap: 30px;
   }

   .more-text .text {
      margin: 10px 0 10px 0;
   }
}

@media (max-width: 767px) {
   .team-sec {
      margin-top: -132px;
      margin-bottom: 30px;
   }

   .team-wrapper {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      grid-row-gap: 24px;
   }

   .more-text .text {
      margin: 5px 0;
   }

}

@media (max-width: 767px) {
   .team-wrapper {
      display: block;
   }

   .team-item:not(:last-child) {
      margin-bottom: 42px;
   }

   /* .team-wrapper {
    display: none;
  }

  .team-slider {
    display: block;
  } */
}

/**--------------------------*/
/**   17  HISTORY SECTION    */
/**--------------------------*/
.history-swiper {
   position: relative;
   z-index: 2;
   max-width: 80%;
}

.history-swiper .swiper-controls-wrapper {
   position: absolute;
   bottom: 0;
   margin-top: 0;
}

.history-swiper .swiper-controls-wrapper .swiper-button-prev,
.history-swiper .swiper-controls-wrapper .swiper-button-next {
   position: relative;
   width: 67px;
   height: 51px;
   border: 2px solid var(--clr-primary);
   background-color: var(--clr-primary);
}

.history-swiper .swiper-controls-wrapper .swiper-button-prev i::before,
.history-swiper .swiper-controls-wrapper .swiper-button-next i::before {
   border-right: 2px solid var(--clr-white);
   border-bottom: 2px solid var(--clr-white);
}

.history-swiper .swiper-controls-wrapper .swiper-button-prev i::after,
.history-swiper .swiper-controls-wrapper .swiper-button-next i::after {
   background-color: var(--clr-white);
}

.history-swiper .swiper-controls-wrapper .swiper-button-prev i {
   -webkit-transform: rotate(-90deg);
   -ms-transform: rotate(-90deg);
   transform: rotate(-90deg);
}

.history-swiper .swiper-controls-wrapper .swiper-button-next i {
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
}

.history-swiper .swiper-controls-wrapper .swiper-button-prev.swiper-button-disabled,
.history-swiper .swiper-controls-wrapper .swiper-button-next.swiper-button-disabled {
   opacity: 1;
   background-color: var(--clr-grey);
}

.history-swiper .swiper-controls-wrapper .swiper-button-prev.swiper-button-disabled i::before,
.history-swiper .swiper-controls-wrapper .swiper-button-next.swiper-button-disabled i::before {
   border-right: 2px solid var(--clr-primary);
   border-bottom: 2px solid var(--clr-primary);
}

.history-swiper .swiper-controls-wrapper .swiper-button-prev.swiper-button-disabled i::after,
.history-swiper .swiper-controls-wrapper .swiper-button-next.swiper-button-disabled i::after {
   background-color: var(--clr-primary);
}

.history-swiper .swiper-controls-inner {
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
}

.history-swiper .swiper-controls-inner>*:not(:last-child) {
   margin-right: 0;
}

.history-item {
   position: relative;
   line-height: 0;
}

.history-img {
   position: relative;
   width: 100%;
   height: 100%;
   padding-bottom: 59.4%;
}

.history-img img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
}

.history-info {
   max-width: 83%;
   margin-top: 20px;
   margin-left: auto;
}

.history-info .title {
   margin-bottom: 5px;
}

.history-time {
   position: absolute;
   z-index: 1;
   top: 0;
   /* right: 35px; */
   right: 0px;
   height: 100%;
}

.history-time .swiper-container {
   overflow: visible;
}

.history-time .swiper-wrapper {
   -webkit-transform: unset !important;
   -ms-transform: unset !important;
   transform: unset !important;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   cursor: default !important;
}

.history-time .swiper-slide {
   width: 75px !important;
   height: 35px !important;
}

.time-item {
   position: relative;
   cursor: pointer;
   font-size: 16px;
   line-height: 1.39em;
   font-weight: 400;
   color: var(--clr-primary);
   -webkit-transition: var(--transition);
   -o-transition: var(--transition);
   transition: var(--transition);
   min-width: 75px;
}

.time-item::before {
   content: "";
   position: absolute;
   z-index: 0;
   top: 50%;
   left: -101%;
   width: 45px;
   height: 2px;
   background-color: var(--clr-primary);
   opacity: 0;
   visibility: hidden;
   -webkit-transition: var(--transition);
   -o-transition: var(--transition);
   transition: var(--transition);
}

.swiper-slide-thumb-active .time-item {
   font-family: var(--ff-2);
   font-size: 24px;
   font-weight: 500;
}

.swiper-slide-thumb-active .time-item::before {
   opacity: 1;
   visibility: visible;
}

@media (hover: hover) and (min-width: 1200px),
(-ms-high-contrast: none) {

   .history-swiper .swiper-controls-wrapper .swiper-button-prev:hover,
   .history-swiper .swiper-controls-wrapper .swiper-button-next:hover {
      background-color: var(--clr-white);
   }

   .history-swiper .swiper-controls-wrapper .swiper-button-prev:hover i::before,
   .history-swiper .swiper-controls-wrapper .swiper-button-next:hover i::before {
      border-right: 2px solid var(--clr-primary);
      border-bottom: 2px solid var(--clr-primary);
   }

   .history-swiper .swiper-controls-wrapper .swiper-button-prev:hover i::after,
   .history-swiper .swiper-controls-wrapper .swiper-button-next:hover i::after {
      background-color: var(--clr-primary);
   }

   .time-item:hover {
      -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
      transform: scale(0.95);
   }

   .swiper-slide-thumb-active .time-item {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
   }
}

@media (max-width: 1400px) {
   .history-time {
      right: 20px;
   }
}

@media (max-width: 1199px) {
   .history-swiper {
      max-width: 100%;
   }

   .history-info {
      margin-top: 30px;
   }

   .history-time {
      opacity: 0;
      visibility: hidden;
      z-index: -1;
   }
}

@media (max-width: 991px) {
   .history-swiper {
      margin-top: 20px;
   }

   .history-swiper .swiper-controls-wrapper {
      position: relative;
      margin-top: 10px;
   }

   .swiper-controls-wrapper.type3 {
      text-align: center;
   }

   .history-swiper .swiper-controls-wrapper .swiper-button-prev,
   .history-swiper .swiper-controls-wrapper .swiper-button-next {
      position: relative;
      width: 60px;
      height: 60px;
   }

   .history-swiper .swiper-controls-wrapper .swiper-button-prev i {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
   }

   .history-swiper .swiper-controls-wrapper .swiper-button-next i {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
   }

   .history-swiper .swiper-controls-inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
   }

   .history-info {
      max-width: 100%;
      margin-top: 20px;
   }
}

/**--------------------------*/
/**   18  PROJECT SECTION    */
/**--------------------------*/
.project-sec {
   margin-top: -290px;
}

.project-sec .container {
   position: relative;
}

.project-sec .container .btn-link {
   position: absolute;
   top: 0;
   left: 17px;
}

.project-sec .container .btn-link i {
   width: 34px;
   height: 34px;
   margin-left: 0;
   -webkit-transform: scale(-1);
   -ms-transform: scale(-1);
   transform: scale(-1);
}

.project-sec .container .btn-link i::before {
   width: 13px;
   height: 13px;
   border-right: 2px solid var(--clr-white);
   border-bottom: 2px solid var(--clr-white);
}

.project-sec .container .btn-link i::after {
   left: 4px;
   width: 26px;
   height: 2px;
   background-color: var(--clr-white);
}

.projects-slider .swiper-container {
   overflow: visible;
}

.projects-slider .swiper-controls-wrapper {
   position: absolute;
   z-index: 2;
   bottom: 0;
   right: 0;
   margin-top: 0;
   background-color: var(--clr-white);
}

.projects-slider .swiper-slide-active .project-item .text {
   opacity: 1;
   visibility: visible;
}

.project-item {
   position: relative;
   line-height: 0;
}

.project-item .text {
   position: absolute;
   bottom: 0;
   margin-top: 10px;
   font-size: 13px;
   opacity: 0;
   visibility: hidden;
   -webkit-transition: var(--transition);
   -o-transition: var(--transition);
   transition: var(--transition);
}

.project-img {
   position: relative;
   width: 100%;
   height: 100%;
   line-height: 0;
   padding-bottom: 46%;
   margin-bottom: 25px;
}

.project-img img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
}

@media (max-width: 1199px) {
   .project-sec .container .btn-link {
      position: relative;
      left: -7px;
   }
}

@media (max-width: 767px) {
   .projects-slider {
      max-width: calc(100% - 24px);
      margin-bottom: 75px;
   }

   .projects-slider.type-2 {
      margin-bottom: 95px;
   }

   .projects-slider .swiper-controls-wrapper {
      background-color: transparent;
      bottom: -65px;
      right: -24px;
      left: 0;
      text-align: center;
   }

   .project-sec {
      margin-top: -150px;
   }

   .project-item .text {
      position: relative;
      bottom: initial;
   }

   .project-img {
      padding-bottom: 89.46%;
      margin-bottom: 0;
   }
}

/**--------------------------*/
/**   19  SERVICE SECTION    */
/**--------------------------*/
.service-sec {
   position: relative;
}

.service-sec .container {
   position: relative;
}

.service-sec .container .btn-link {
   position: absolute;
   top: 0;
   left: 17px;
}

.service-sec .container .btn-link i {
   width: 34px;
   height: 34px;
   margin-left: 0;
   -webkit-transform: scale(-1);
   -ms-transform: scale(-1);
   transform: scale(-1);
}

.service-sec .container .btn-link i::before {
   width: 13px;
   height: 13px;
   border-right: 2px solid var(--clr-primary);
   border-bottom: 2px solid var(--clr-primary);
}

.service-sec .container .btn-link i::after {
   left: 4px;
   width: 26px;
   height: 2px;
   background-color: var(--clr-primary);
}

.service-sec::before {
   content: '';
   position: absolute;
   top: auto;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 50%;
   background-color: var(--clr-primary);
}

.service-item {
   position: relative;
   line-height: 0;
   margin-top: 70px;
}

.service-item .text {
   margin-top: 10px;
   font-size: 13px;
}

.service-img {
   position: relative;
   width: 100%;
   height: 100%;
   line-height: 0;
   padding-bottom: 45.4%;
   -webkit-clip-path: polygon(90% 0, 100% 22%, 100% 100%, 0 100%, 0 0);
   clip-path: polygon(90% 0, 100% 22%, 100% 100%, 0 100%, 0 0);
}

.service-img img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
}

@media (max-width: 1199px) {
   .service-sec .container .btn-link {
      position: relative;
      left: -7px;
   }

   .service-item {
      margin-top: 50px;
   }
}

@media (max-width: 767px) {
   .service-sec::before {
      height: 35%;
   }

   .service-item {
      margin-top: 20px;
   }
}

@media (max-width: 575px) {
   .service-img.type-2 {
      padding-bottom: 97%;
      margin-left: -1.5rem;
      margin-right: -1.5rem;
      width: auto;
      -webkit-clip-path: none;
      clip-path: none;
   }

   .service-img.type-2::before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 10;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 77px 77px;
      border-color: transparent transparent var(--clr-primary) transparent;
   }
}

/**--------------------------*/
/**   20  LIGHTBOX CUSTOM    */
/**--------------------------*/
.sl-wrapper button.sl-close .btn-close {
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}

.sl-wrapper button.sl-close .btn-close::before,
.sl-wrapper button.sl-close .btn-close::after {
   background: var(--clr-primary);
}

.sl-wrapper .sl-navigation button.sl-next .swiper-button-next {
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}

@media (min-width: 1200px) {

   .sl-wrapper button.sl-close:hover .btn-close::before,
   .sl-wrapper button.sl-close:hover .btn-close::after {
      background: var(--clr-secondary);
   }
}

/**--------------------------*/
/**   21  DECOR              */
/**--------------------------*/
.triangle {
   content: '';
   position: absolute;
   z-index: -1;
   top: 0;
   left: -70px;
   width: 104px;
   height: 104px;
   -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
   clip-path: polygon(100% 0, 0% 100%, 100% 100%);
   background-color: var(--clr-white);
}

.triangle.size-2 {
   z-index: 0;
   left: 0;
   width: 365px;
   height: 365px;
   -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
   clip-path: polygon(0 0, 0 100%, 100% 0);
   background-color: var(--clr-grey);
}

.triangle.size-3 {
   z-index: 0;
   left: auto;
   right: 0;
   top: auto;
   bottom: 80px;
   width: 697px;
   height: 697px;
   -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
   clip-path: polygon(100% 0, 0% 100%, 100% 100%);
   background-color: var(--clr-light);
}

.triangle.size-4 {
   z-index: 3;
   left: 0;
   top: auto;
   bottom: -1px;
   width: 163px;
   height: 163px;
   -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
   clip-path: polygon(0 0, 0% 100%, 100% 100%);
   background-color: var(--clr-white);
}

.triangle.size-5 {
   z-index: 1;
   left: 0;
   top: auto;
   bottom: -1px;
   width: 236px;
   height: 236px;
   -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
   clip-path: polygon(0 0, 0% 100%, 100% 100%);
   background-color: var(--clr-white);
}

.triangle.size-6 {
   z-index: 1;
   left: 0;
   top: auto;
   bottom: -1px;
   width: 120px;
   height: 120px;
   -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
   clip-path: polygon(0 0, 0% 100%, 100% 100%);
   background-color: var(--clr-grey);
}

.triangle.size-7 {
   z-index: 1;
   left: auto;
   right: 0;
   top: auto;
   bottom: -2px;
   width: 120px;
   height: 120px;
   -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
   clip-path: polygon(100% 0, 0% 100%, 100% 100%);
   background-color: var(--clr-white);
}

.triangle.size-8 {
   z-index: 1;
   left: 0;
   top: auto;
   bottom: -2px;
   width: 120px;
   height: 120px;
   -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
   clip-path: polygon(0 0, 0 100%, 100% 100%);
   background-color: var(--clr-white);
}

@media (max-width: 1199px) {
   .triangle {
      left: -60px;
      width: 90px;
      height: 90px;
   }

   .triangle.size-5 {
      width: 156px;
      height: 156px;
   }

   .triangle.size-6 {
      width: 100px;
      height: 100px;
   }

   .triangle.size-7 {
      width: 100px;
      height: 100px;
   }

   .triangle.size-8 {
      width: 50px;
      height: 50px;
   }
}

@media (max-width: 991px) {
   .triangle {
      left: -35px;
      width: 80px;
      height: 80px;
   }

   .triangle.size-2 {
      display: none;
   }

   .triangle.size-4 {
      display: none;
   }

   .triangle2 {
      display: block !important;
      width: 72px !important;
      height: 72px !important;
   }

   .triangle.size-5 {
      display: none;
   }

   .triangle.size-6 {
      width: 74px;
      height: 74px;
      left: auto;
      right: 0;
      transform: scaleX(-1);
   }

   .triangle.size-7 {
      display: none;
   }

   .triangle.size-8 {
      display: none;
   }
}

@media (max-width: 575px) {
   .triangle {
      left: -30px;
      width: 73px;
      height: 73px;
   }

   .triangle.size-3 {
      bottom: 0;
      width: 671px;
      height: 671px;
   }
}

.trapezoid {
   position: absolute;
   z-index: -1;
   top: 0;
   right: 0;
   width: 30%;
   height: 100%;
   -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 30%);
   clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 30%);
   background-color: var(--clr-primary);
}

.trapezoid.type-2 {
   z-index: 0;
   top: auto;
   bottom: 0;
   width: 33%;
   height: 165%;
   -webkit-clip-path: polygon(100% 0, 100% 38%, 100% 100%, 0 100%, 0 48%);
   clip-path: polygon(100% 0, 100% 38%, 100% 100%, 0 100%, 0 48%);
}

@media (max-width: 1600px) {
   .trapezoid {
      width: 15.6%;
   }
}

@media (max-width: 991px) {
   .trapezoid {
      display: none;
   }
}

.pentagon {
   content: '';
   position: absolute;
   z-index: 0;
   top: 1px;
   right: 0;
   width: 72%;
   height: 100%;
   -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 30%);
   clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 30%);
   background-color: var(--clr-white);
}

@media (max-width: 1600px) {
   .pentagon {
      width: 80%;
   }
}

@media (max-width: 991px) {
   .pentagon {
      width: 100%;
      -webkit-clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%, 0 25%);
      clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%, 0 25%);
   }
}

/**--------------------------*/
/**   22  CONTACTS           */
/**--------------------------*/
.contact-wrapper {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-pack: distribute;
   justify-content: space-around;
}

.contact-item:not(:last-child) {
   margin-right: 10px;
}

.contact-item .title {
   margin-bottom: 10px;
}

.contact-list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}

.contact-list li {
   line-height: 1em;
}

.contact-list li+li {
   margin-top: 20px;
}

.contact-list li a,
.contact-list li p {
   position: relative;
   font-size: 16px;
   line-height: 1.39em;
   font-weight: 400;
   color: var(--clr-primary);
   -webkit-transition: var(--transition);
   -o-transition: var(--transition);
   transition: var(--transition);
}

.contact-wrapper.type-2 {
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
}

.contact-wrapper.type-2>* {
   width: calc(100% / 3);
}

.contact-wrapper.type-2>*:not(:last-child) {
   margin-right: 25px;
}

.contact-wrapper.type-2 .contact-item {
   background-color: var(--clr-light);
   border-radius: 4px;
   padding: 40px 10px;
   text-align: center;
}

.contact-wrapper.type-2 .contact-item .title {
   margin-bottom: 15px;
}

.contact-detail-wrapper {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin-bottom: -60px;
}

.contact-detail {
   width: calc(50% - 10px);
   margin-right: 10px;
   margin-bottom: 60px;
}

.contact-detail:nth-child(2n) {
   margin-right: 0;
}

.contact-detail .title {
   font-family: var(--ff-1);
   font-size: clamp(20px, 2vw, 20px);
   line-height: 1.39em;
   margin-bottom: 5px;
}

.contact-detail-list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}

.contact-detail-list li {
   position: relative;
   font-size: 16px;
   font-weight: 400;
   color: var(--clr-primary);
   -webkit-transition: var(--transition);
   -o-transition: var(--transition);
   transition: var(--transition);
   line-height: 1.39em;
}

.contact-detail-list li a {
   color: inherit;
}

.row-contact .contact-inner {
   padding-top: 75px;
   padding-bottom: 60px;
   border-bottom: 1px solid var(--clr-primary);
}

.row-contact:last-of-type .contact-inner {
   padding-bottom: 0;
   border-bottom: none;
}

.contact-inner {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
}

.contact-inner>.title {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 25%;
   flex: 0 0 25%;
}

.contact-inner .contact-wrapper.type-2,
.contact-inner .contact-detail-wrapper {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 75%;
   flex: 0 0 75%;
}

@media (hover: hover) and (min-width: 1200px),
(-ms-high-contrast: none) {
   .contact-list a:hover {
      color: var(--clr-secondary);
   }

   .contact-detail-list a:hover {
      color: var(--clr-secondary);
   }
}

@media (max-width: 1199px) {
   .contact-wrapper {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: -20px;
   }

   .contact-item {
      width: 50%;
      margin-bottom: 20px;
   }

   .contact-item:not(:last-child) {
      margin-right: 0;
   }

   .contact-wrapper.type-2 {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      margin-bottom: 0;
   }

   .contact-wrapper.type-2>*:not(:last-child) {
      margin-right: 20px;
   }

   .contact-wrapper.type-2 .contact-item {
      padding: 30px 10px;
      margin-bottom: 0;
   }

   .contact-detail-wrapper {
      margin-bottom: -50px;
   }

   .contact-detail {
      margin-bottom: 50px;
   }

   .row-contact .contact-inner {
      padding-top: 50px;
      padding-bottom: 50px;
   }
}

@media (max-width: 991px) {
   .contact-detail-wrapper {
      margin-bottom: -30px;
   }

   .contact-detail {
      margin-bottom: 30px;
   }

   .row-contact .contact-inner {
      padding-top: 30px;
      padding-bottom: 30px;
   }

   .contact-inner {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   }

   .contact-inner>.title {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      margin-bottom: 20px;
   }

   .contact-inner .contact-wrapper.type-2,
   .contact-inner .contact-detail-wrapper {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
   }
}

@media (max-width: 767px) {
   .contact-wrapper {
      margin-bottom: -45px;
   }

   .contact-item {
      width: 100%;
      margin-bottom: 45px;
   }

   .contact-wrapper.type-2 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   }

   .contact-wrapper.type-2>* {
      width: 100%;
   }

   .contact-wrapper.type-2>*:not(:last-child) {
      margin-right: 0;
      margin-bottom: 15px;
   }

   .contact-wrapper.type-2 .contact-item .title {
      margin-bottom: 10px;
   }

   .contact-detail-wrapper {
      margin-bottom: 0;
   }

   .contact-detail {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px;
   }

   .contact-detail:last-of-type {
      margin-bottom: 0;
   }

   .row-contact .contact-inner {
      padding-top: 20px;
      padding-bottom: 20px;
   }
}

/**--------------------------*/
/**   23  SOCIAL             */
/**--------------------------*/
.social-list-wrapper .title {
   font-family: var(--ff-2);
   font-size: 14px;
   line-height: 1.39em;
   color: var(--clr-primary);
   margin-bottom: 20px;
}

.social-list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.social-list>*:not(:last-child) {
   margin-right: 20px;
}

.social-list li {
   line-height: 0;
}

.social-list a {
   position: relative;
   width: 20px;
   height: 20px;
   -webkit-transition: var(--transition);
   -o-transition: var(--transition);
   transition: var(--transition);
}

.social-list a svg {
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   max-width: 20px;
   max-height: 20px;
}

.social-list a svg path {
   -webkit-transition: var(--transition);
   -o-transition: var(--transition);
   transition: var(--transition);
}

@media (min-width: 992px) {
   .social-list a:hover svg path {
      fill: var(--clr-secondary);
   }
}

@media (max-width: 767px) {
   .social-list>*:not(:last-child) {
      margin-right: 35px;
   }

   .social-list a {
      width: 36px;
      height: 36px;
   }

   .social-list a svg {
      max-width: 36px;
      max-height: 36px;
   }
}

@media (max-width: 375px) {
   .social-list>*:not(:last-child) {
      margin-right: 25px;
   }

   .social-list a {
      width: 30px;
      height: 30px;
   }

   .social-list a svg {
      max-width: 30px;
      max-height: 30px;
   }
}

/**--------------------------*/
/**   24  THANK YOU PAGE     */
/**--------------------------*/
.thank-you-page {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   width: 100%;
   min-height: calc(100vh - var(--header-h));
}

.thank-you-page-inner {
   max-width: 45%;
   width: 100%;
   text-align: center;
}

.thank-you-page-inner.type2 .h2 {
   max-width: 682px;
   margin: 0 auto;
}

.thank-you-page-inner .text {
   margin-top: 20px;
}

.thank-you-page-inner .btn {
   margin-top: 30px;
}

@media (max-width: 991px) {
   .thank-you-page-inner .btn {
      margin-top: 20px;
   }
}

@media (max-width: 991px) {
   .thank-you-page {
      min-height: auto;
      padding: 50px 0;
   }

   .thank-you-page-inner {
      max-width: 75%;
   }
}

@media (max-width: 575px) {
   .thank-you-page-inner {
      max-width: 100%;
      padding: 0 24px;
      text-align: left;
   }
}

/**--------------------------*/
/**   25  FOOTER             */
/**--------------------------*/
.footer-inner {
   position: relative;
   z-index: 1;
   background-color: var(--clr-light);
}

.footer-top {
   padding: 50px 0 20px 0;
}

.footer-top .social-list-wrapper {
   margin-top: 50px;
}

.footer-logo {
   display: inline-block;
   vertical-align: middle;
   max-width: 195px;
   width: 100%;
   margin-bottom: 30px;
}

.footer-logo img {
   display: block;
   width: 100%;
   max-width: 100%;
}

.footer-links-wrapper {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}

.footer-links-wrapper>*:not(:last-child) {
   margin-right: 125px;
}

.footer-links {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}

.footer-links li {
   line-height: 1em;
}

.footer-links li+li {
   margin-top: 10px;
}

.footer-links li a {
   position: relative;
   font-size: 13px;
   line-height: 1.39em;
   font-weight: 400;
   color: var(--clr-primary);
   -webkit-transition: var(--transition);
   -o-transition: var(--transition);
   transition: var(--transition);
}

.footer-links.type-2 {
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   margin-left: 25px;
}

.footer-links.type-2 li+li {
   margin-top: 0;
   margin-left: 25px;
}

.footer-bottom {
   background-color: var(--clr-white);
   padding: 10px 0;
}

.copyright {
   display: inline-block;
   font-size: 13px;
   line-height: 1.39em;
   font-weight: 400;
   color: var(--clr-primary);
   opacity: 0.7;
}

.developer {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: end;
   -ms-flex-pack: end;
   justify-content: flex-end;
}

.developer a {
   font-size: 13px;
   line-height: 1.39em;
   color: var(--clr-primary);
}

.developer a span,
.developer a img {
   display: inline-block;
   vertical-align: middle;
}

.developer a img {
   width: 30px;
   margin-left: 10px;
}

@media (min-width: 1200px) {

   .footer-links li a:hover,
   .copyright a:hover,
   .developer a:hover {
      color: var(--clr-secondary);
   }
}

@media (max-width: 1199px) {
   .footer-top {
      padding: 30px 0 20px 0;
   }

   .footer-top .social-list-wrapper {
      margin-top: 30px;
   }

   .footer-logo {
      max-width: 180px;
      margin-bottom: 20px;
   }

   .footer-links-wrapper>*:not(:last-child) {
      margin-right: 130px;
   }

   .footer-links.type-2 {
      margin-left: 20px;
   }

   .footer-links.type-2 li+li {
      margin-left: 20px;
   }
}

@media (max-width: 991px) {
   .footer-top .social-list-wrapper {
      margin-top: 20px;
   }

   .footer-links-wrapper {
      margin-bottom: 20px;
   }

   .copyright {
      margin-bottom: 20px;
   }

   .developer {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
   }
}

@media (max-width: 767px) {
   .footer-top {
      padding: 55px 0 50px 0;
   }

   .footer-top .social-list-wrapper {
      margin-top: 85px;
   }

   .footer-logo {
      max-width: 245px;
      margin-bottom: 35px;
   }

   .footer-links-wrapper {
      margin-bottom: 45px;
   }

   .footer-links-wrapper>*:not(:last-child) {
      margin-right: 0;
   }

   .footer-links {
      width: 50%;
   }

   .footer-links li+li {
      margin-top: 20px;
   }

   .footer-links li a {
      font-size: 16px;
   }

   .footer-links.type-2 {
      width: 100%;
      margin-left: 0;
      margin-bottom: 25px;
   }

   .footer-links.type-2 li {
      width: 50%;
   }

   .footer-links.type-2 li+li {
      margin-left: 0;
   }

   .col-copyright {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
   }

   .copyright {
      margin-bottom: 25px;
   }

   .footer-bottom {
      padding: 35px 0 25px 0;
   }
}

/**--------------------------*/
/**   26  POPUPS             */
/**--------------------------*/
/*Custom styles for popups*/
.popup-wrapper {
   position: fixed;
   z-index: 110;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   left: -100%;
   -webkit-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   transition-delay: 0.3s;
}

.popup-wrapper .bg-layer {
   position: absolute;
   left: 0;
   top: 0;
   right: 0;
   bottom: 0;
   background: rgba(27, 27, 31, 0.4);
   -webkit-transition: all 0.3s ease-out;
   -o-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
   opacity: 0;
}

.popup-wrapper.active {
   left: 0;
   -webkit-transition-delay: 0s;
   -o-transition-delay: 0s;
   transition-delay: 0s;
}

.popup-wrapper.active .bg-layer {
   opacity: 1;
}

.popup-content {
   position: absolute;
   top: 0;
   width: 100%;
   height: 100%;
   overflow: auto;
   -webkit-overflow-scrolling: touch;
   font-size: 0;
   text-align: center;
   -webkit-transition: opacity 0.3s ease-out, left 0s 0.3s, -webkit-transform 0.3s ease-out;
   transition: opacity 0.3s ease-out, left 0s 0.3s, -webkit-transform 0.3s ease-out;
   -o-transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0.3s;
   transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0.3s;
   transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0.3s, -webkit-transform 0.3s ease-out;
   -webkit-transform: scale(1.2);
   -ms-transform: scale(1.2);
   transform: scale(1.2);
   opacity: 0;
   left: -10000px;
   padding: 15px;
}

.popup-content::after {
   display: inline-block;
   vertical-align: middle;
   height: 100%;
   content: "";
}

.popup-content.active {
   position: relative;
   left: 0;
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   opacity: 1;
   -webkit-transition: opacity 0.3s ease-out, left 0s 0s, -webkit-transform 0.3s ease-out;
   transition: opacity 0.3s ease-out, left 0s 0s, -webkit-transform 0.3s ease-out;
   -o-transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0s;
   transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0s;
   transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0s, -webkit-transform 0.3s ease-out;
}

.popup-content .layer-close {
   position: absolute;
   left: 0;
   bottom: 0;
   right: 0;
   height: 10000px;
}

/*Content styles for popups*/
.popup-container {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   width: 100%;
   margin: 0 auto;
   text-align: center;
   background: var(--clr-white);
   -webkit-box-shadow: 0px 0px 8px rgba(159, 159, 159, 0.15);
   box-shadow: 0px 0px 8px rgba(159, 159, 159, 0.15);
}

.popup-align {
   overflow: hidden;
}

#video-popup {
   padding: 0;
   height: 100vh;
   overflow: hidden;
}

#video-popup .popup-container {
   background: var(--clr-primary);
   height: 100vh;
}

#video-popup .popup-align {
   padding: 0;
   height: 100vh;
}

#video-popup iframe {
   width: 100vw;
   height: 100vh;
}

#video-popup .btn-close {
   position: absolute;
   top: 0;
   right: 0;
   width: 80px;
   height: 80px;
   background: rgba(22, 54, 87, 0.7);
}

@media (max-width: 767px) {
   .popup-content .btn-close {
      top: 15px;
      right: 15px;
      width: 20px;
      height: 20px;
   }
}

/*Cookies informer*/
.cookies-informer {
   position: fixed;
   overflow: hidden;
   left: 50%;
   bottom: 0;
   z-index: 500;
   -webkit-transform: translate(-50%, 100%);
   -ms-transform: translate(-50%, 100%);
   transform: translate(-50%, 100%);
   width: 100%;
   max-width: 1240px;
   background: var(--clr-primary);
   visibility: hidden;
   opacity: 0;
   padding: 35px 45px;
   -webkit-transition: var(--transition);
   -o-transition: var(--transition);
   transition: var(--transition);
}

#cookie-law-info-bar {
   overflow: hidden !important;
   left: 50% !important;
   bottom: 0 !important;
   z-index: 500 !important;
   -webkit-transform: translate(-50%, 0) !important;
   -ms-transform: translate(-50%, 0) !important;
   transform: translate(-50%, 0) !important;
   width: 100% !important;
   max-width: 1240px !important;
   background: var(--clr-primary) !important;
   padding: 35px 45px !important;
   -webkit-transition: var(--transition) !important;
   -o-transition: var(--transition) !important;
   transition: var(--transition) !important;
   box-shadow: none !important;
}

.cli-bar-message {
   color: var(--clr-white) !important;
   font-size: 16px !important;
   line-height: 1.4em !important;
   font-weight: 400 !important;
}

.cli-bar-message a {
   text-decoration: underline;
}

#cookie_action_close_header_reject {
   background: transparent !important;
   color: var(--clr-white) !important;
   margin: 0px;
   margin-right: 25px !important;
   position: relative !important;
   z-index: 1 !important;
   cursor: pointer !important;
   display: inline-block !important;
   vertical-align: bottom !important;
   background: none !important;
   border-radius: unset !important;
   border: 2px solid var(--clr-white) !important;
   -webkit-transition: var(--transition) !important;
   -o-transition: var(--transition) !important;
   transition: var(--transition) !important;
   font-size: 16px !important;
   line-height: 1em !important;
   font-weight: 400 !important;
   text-align: center !important;
   text-decoration: none !important;
   padding: 13px 35px !important;
   min-width: 158px;
}

#wt-cli-accept-all-btn:hover {
   background: transparent !important;
   color: var(--clr-white) !important;
   margin: 0px;
   position: relative !important;
   z-index: 1 !important;
   cursor: pointer !important;
   display: inline-block !important;
   vertical-align: bottom !important;
   background: none !important;
   border-radius: unset !important;
   border: 2px solid var(--clr-white) !important;
   -webkit-transition: var(--transition) !important;
   -o-transition: var(--transition) !important;
   transition: var(--transition) !important;
   font-size: 16px !important;
   line-height: 1em !important;
   font-weight: 400 !important;
   text-align: center !important;
   text-decoration: none !important;
   padding: 13px 35px !important;
   min-width: 158px;
}

#cookie_action_close_header_reject:hover {
   background: var(--clr-white) !important;
   color: var(--clr-primary) !important;
}

#wt-cli-accept-all-btn {
   background-color: var(--clr-white) !important;
   color: var(--clr-primary) !important;
   position: relative !important;
   z-index: 1 !important;
   cursor: pointer !important;
   display: inline-block !important;
   vertical-align: bottom !important;
   border-radius: unset !important;
   border: 2px solid var(--clr-white) !important;
   -webkit-transition: var(--transition) !important;
   -o-transition: var(--transition) !important;
   transition: var(--transition) !important;
   font-size: 16px !important;
   line-height: 1em !important;
   font-weight: 400 !important;
   text-align: center !important;
   text-decoration: none !important;
   padding: 13px 35px !important;
   margin: 0px !important;
   min-width: 158px;
}

.cli-bar-btn_container {
   display: flex !important;
   -webkit-box-align: center !important;
   -ms-flex-align: center !important;
   align-items: center !important;
   -webkit-box-pack: center !important;
   -ms-flex-pack: center !important;
   justify-content: center !important;
}

@media (max-width: 767px) {
   .cli-bar-btn_container {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
   }

   .cli-bar-btn_container #cookie_action_close_header_reject {
      margin-right: 0 !important;
      margin-bottom: 15px !important;
   }
}

@media (max-width: 991px) {

   .cli-bar-btn_container #cookie_action_close_header_reject,
   .cli-bar-btn_container #wt-cli-accept-all-btn,
   .cli-bar-btn_container {
      width: 100%;
   }
}


.cookies-informer.active {
   visibility: visible;
   opacity: 1;
   -webkit-transform: translate(-50%, 0);
   -ms-transform: translate(-50%, 0);
   transform: translate(-50%, 0);
}

.cookies-informer-inner {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
}

.cookies-informer-inner .text {
   margin-right: 50px;
}

.cookies-informer-inner .text a {
   text-decoration: underline;
}

.cookies-informer-inner .text a::before {
   content: none;
}

@media (hover: hover) and (min-width: 1200px),
(-ms-high-contrast: none) {
   .cookies-informer-inner .text a:hover {
      color: var(--clr-secondary);
   }
}

@media (max-width: 1600px) {
   .cookies-informer {
      padding: 30px 40px;
   }

   .cookies-informer-inner .text {
      margin-right: 40px;
   }
}

@media (max-width: 1199px) {
   .cookies-informer {
      max-width: 100%;
      padding: 30px;
   }

   .cookies-informer-inner .text {
      margin-right: 25px;
   }
}

@media (max-width: 991px) {
   .cookies-informer {
      padding: 20px 24px;
   }

   .cookies-informer-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }

   .cookies-informer-inner .text {
      margin-right: 0;
      margin-bottom: 20px;
   }
}

@media (max-width: 767px) {
   .cookies-informer-inner .text {
      margin-bottom: 15px;
   }
}

/*change 22.04*/
.row.row-20 {
   --bs-gutter-x: 20px;
}

.brands-slider .swiper-button-prev,
.brands-slider .swiper-button-next {
   margin-top: -30px;
}

.sectionDecor .trapezoid {
   z-index: 0;
}

.benefit-row {
   margin-bottom: -20px;
}

.benefit-row div[class^="col"] {
   margin-bottom: 20px;
}

.benefit-item {
   height: 100%;
}

.videoSize .img-wrap {
   min-height: 400px;
}

.mobileCol {
   display: none;
}

/*media*/
@media (max-width: 991px) {

   .brands-slider .swiper-button-prev,
   .brands-slider .swiper-button-next {
      margin-top: 0;
   }

   .formImg .block-img,
   .customImg {
      padding-bottom: 100% !important;
   }

   .offsetBlock {
      margin-bottom: 40px;
   }

   .dirLtr .swiper-container {
      direction: ltr;
   }

   .dirLtr .f-project-info {
      direction: rtl;
   }

   .desctopCol {
      display: none;
   }

   .mobileCol {
      display: block;
   }

   .imgCenter .block-img {
      margin: 0 auto;
   }

   .pathBg {
      -webkit-clip-path: polygon(0 0, 84% 0, 100% 18%, 100% 100%, 0 100%);
      clip-path: polygon(0 0, 84% 0, 100% 18%, 100% 100%, 0 100%);
   }

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

@media (max-width: 575px) {
   .img100 {
      padding-bottom: 100% !important;
   }

   .imgEw {
      height: 136px;
      width: calc(100% - 48px);
      max-width: 366px;
      position: absolute;
      top: 92px;
      left: 0;
   }

   .imgEw .img-bg {
      width: 100% !important;
      height: 100% !important;
      left: 24px !important;
      background-size: contain !important;
   }

   .pt108 {
      padding-top: 108px;
   }
}

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

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

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

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

/*change 23.05*/
@media (max-width: 575px) {
   .services-banner .block-img-wrapper.type-2 {
      left: -24px;
      width: calc(100% + 48px);
   }

   .img-wrap.type-2 .img-bg {
      -webkit-clip-path: polygon(66% 0, 100% 36%, 100% 100%, 0 100%, 0 0);
      clip-path: polygon(66% 0, 100% 36%, 100% 100%, 0 100%, 0 0);
   }

   .services-list-wrapper {
      margin-top: 35px;
      margin-bottom: 50px;
   }

   .offsetBlock.block-text.type-2 .title {
      word-break: break-word;
      max-width: 80%;
   }

   .block-lr-wrap .title {
      word-break: break-word;
   }
}

@media (max-width: 375px) {
   .block-lr-wrap .title {
      font-size: 24px;
   }

   .offsetBlock.block-text.type-2 .title {
      font-size: 24px;
   }
}

.input-field-wrapp input::-webkit-input-placeholder,
.input-field-wrapp textarea::-webkit-input-placeholder {
   opacity: 0;
   display: none;
   top: 5px;
}

.input-field-wrapp input:-moz-placeholder,
.input-field-wrapp textarea:-moz-placeholder {
   opacity: 0;
   display: none;
   top: 5px;
}

.input-field-wrapp input::-moz-placeholder,
.input-field-wrapp textarea::-moz-placeholder {
   opacity: 0;
   display: none;
   top: 5px;
}

.input-field-wrapp input:-ms-input-placeholder,
.input-field-wrapp textarea:-ms-input-placeholder {
   opacity: 0;
   display: none;
   top: 5px;
}

.input-field-wrapp {
   position: relative;
}

.input-field-wrapp::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 48px;
   background-color: var(--clr-light);
   border-radius: 4px;
}

.input-field-wrapp.textarea-wrapp::before {
   height: 145px;
}

.input-placeholder {
   display: inline-block;
   position: relative;
   z-index: 0;
   top: 0;
   left: 0;
   font-size: 16px;
   line-height: 22px;
   font-weight: 400;
   white-space: nowrap;
   overflow: hidden;
   -o-text-overflow: ellipsis;
   text-overflow: ellipsis;
   color: rgba(22, 54, 87, 0.5);
   background-color: transparent;
   -webkit-transition: var(--transition);
   -o-transition: var(--transition);
   transition: var(--transition);
   padding: 0 15px;
}

.input-field-wrapp.textarea-wrapp .input-placeholder {
   line-height: 1.2em;
}

.input-field-wrapp .input-placeholder {
   position: absolute;
   -webkit-transform: translateY(13px);
   -ms-transform: translateY(13px);
   transform: translateY(13px);
}

.input-field-wrapp.focus .input-placeholder,
.input-field-wrapp.value .input-placeholder {
   z-index: 5;
   font-size: 13px;
   -webkit-transform: translateY(0%);
   -ms-transform: translateY(0%);
   transform: translateY(0%);
   padding: 0 6px;
}

.input-field-wrapp.invalid:not(.value) .input {
   color: var(--clr-error);
   border-color: var(--clr-error);
}

.input-field-wrapp.invalid:not(.value) .input-error {
   height: 100%;
   padding-top: 5px !important;
   opacity: 1;
   visibility: visible;
}

.form.invalid .input-field-wrapp .input-placeholder {
   color: var(--clr-error);
}

.form.invalid .input-field-wrapp.textarea-wrapp .input-placeholder {
   color: currentColor;
}

.form.invalid .input-field-wrapp.value .input-placeholder {
   color: currentColor;
}


.form.invalid .input-field-wrapp input::-webkit-input-placeholder,
.form.invalid .input-field-wrapp textarea::-webkit-input-placeholder {
   color: var(--clr-error);
}

.form.invalid .input-field-wrapp input:-moz-placeholder,
.form.invalid .input-field-wrapp textarea:-moz-placeholder {
   color: var(--clr-error);
}

.form.invalid .input-field-wrapp input::-moz-placeholder,
.form.invalid .input-field-wrapp textarea::-moz-placeholder {
   color: var(--clr-error);
}

.form.invalid .input-field-wrapp input:-ms-input-placeholder,
.form.invalid .input-field-wrapp textarea:-ms-input-placeholder {
   color: var(--clr-error);
}

.form-wrapper .btn {
   margin-top: 30px;
}

@media (max-width: 1199px) {
   .input-field-wrapp.textarea-wrapp:before {
      height: 120px;
   }
}

@media (max-width: 767px) {
   .input-field-wrapp.textarea-wrapp:before {
      height: 100px;
   }
}

/*history block*/
.history-wrapper {
   position: relative;
   max-width: 93%;
}

.history-swiper {
   max-width: 86%;
}

.history-info .text {
   min-height: 45px;
}

@media (max-width: 1199px) {
   .history-wrapper {
      max-width: 100%;
   }

   .history-swiper {
      max-width: 100%;
   }

   .history-info .text {
      min-height: auto;
   }
}

/*tabs*/
.tab-nav {
   position: absolute;
   top: 0;
   right: 0;
   width: 60px;
}

.tab-nav i {
   display: none;
   position: absolute;
   top: 50%;
   right: 16px;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   width: 10px;
   height: 10px;
   margin-left: 7px;
   -webkit-transition: var(--transition);
   -o-transition: var(--transition);
   transition: var(--transition)
}

.tab-nav i:before {
   content: "";
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   width: 10px;
   height: 10px;
   margin-top: 2px;
   border-left: 5px solid transparent;
   border-bottom: 5px solid transparent;
   border-right: 5px solid transparent;
   border-top: 5px solid var(--clr-primary);
   -webkit-transition: var(--transition);
   -o-transition: var(--transition);
   transition: var(--transition)
}

.tab-nav.active i {
   -webkit-transform: translateY(-50%) rotate(180deg);
   -ms-transform: translateY(-50%) rotate(180deg);
   transform: translateY(-50%) rotate(180deg)
}

.tab-title {
   display: none;
   cursor: pointer;
   background-color: #FAFAFA;
   border-radius: 4px;
   padding: 13px 16px;
}

.tab-toggle div {
   position: relative;
   cursor: pointer;
   display: block;
   font-family: var(--ff-1);
   font-size: 16px;
   line-height: 1.38em;
   font-weight: 400;
   color: var(--clr-primary);
}

.tab-toggle div+div {
   margin-top: 15px;
}

.tab-toggle div::before {
   content: "";
   position: absolute;
   z-index: 0;
   top: 50%;
   left: -101%;
   width: 45px;
   height: 2px;
   background-color: var(--clr-primary);
   opacity: 0;
   visibility: hidden;
   -webkit-transition: ease-in-out .3s;
   -o-transition: ease-in-out .3s;
   transition: ease-in-out .3s;
}

.tab-toggle div.active {
   font-family: var(--ff-2);
   font-size: 24px;
   font-weight: 500;
}

.tab-toggle div.active::before {
   opacity: 1;
   visibility: visible;
}

.tab {
   display: none;
}

.tab:nth-child(2) {
   display: block;
}

@media (max-width: 1400px) {
   .tab-nav {
      width: 55px;
   }

   .tab-toggle div {
      font-size: 14px;
   }

   .tab-toggle div+div {
      margin-top: 10px;
   }

   .tab-toggle div.active {
      font-size: 20px;
   }
}

@media (max-width: 1199px) {
   .tab-nav {
      position: relative;
      width: 100%;
      margin-bottom: 20px;
   }

   .tab-nav i {
      display: inline-block;
   }

   .tab-toggle div {
      font-size: 16px;
      padding: 5px 16px;
   }

   .tab-toggle div+div {
      margin-top: 0;
   }

   .tab-toggle div::before {
      content: none;
   }

   .tab-toggle div.active {
      font-size: 18px;
      font-weight: 500;
   }

   .tab-title {
      display: block;
   }

   /* .tab-toggle {
      display: none;
      position: absolute;
      z-index: 5;
      left: 0;
      top: 100%;
      width: 100%;
      background-color: #FAFAFA;
   } */

   .tab-nav.active .tab-toggle {
      display: block;
   }

   .tab-toggle div {
      display: block;
   }
}

@media (max-width: 991px) {
   .tab-nav {
      margin-top: 20px;
   }
}

.tab-toggle {
   display: none;
   position: absolute;
   z-index: 5;
   left: 0;
   top: 100%;
   width: 100%;
   background-color: #FAFAFA;
}

/*change 26.05*/
.triangle.size-3.b0 {
   bottom: 0;
}

.f-projects-slider.type-3 .swiper-controls-inner>*:not(:last-child) {
   margin-left: 15px;
   margin-right: 0;
}

.f-projects-slider.type-3 .swiper-button-prev {
   -webkit-transform: scaleX(1);transform: scaleX(1);
}

.f-projects-slider.type-3 .swiper-button-next {
   -webkit-transform: scaleX(-1);transform: scaleX(-1);
}
.block-lr .triangle.size-2.stretch {
   top: -1px;
}
.tms-sec {
   z-index: 2;
}
/*
@media (min-width: 1601px) {
   .triangle.size-2.stretch {
      width: 630px;
   }

   .pentagon.stretch {
      width: 70%;
      -webkit-clip-path: polygon(10% 0,100% 0,100% 100%,0 100%,0 30%);
      clip-path: polygon(10% 0,100% 0,100% 100%,0 100%,0 30%);
   }
} */

/*fixing lang*/
html[lang="es"] .banner-content .title b {
   width: 100vw;
}

html[lang="es"] .swiper-slide-thumb-active .time-item {
   font-size: 18px;
}

html[lang="es"] .tab-title,
html[lang="es"] .f-projects-inner .f-project-info .title{
   text-transform: capitalize;
}

html[lang="es"] .footer-links li a,
html[lang="es"] .f-projects-wrapper .title,
html[lang="es"] .block-text.type-7 .title{
   text-transform: capitalize;
}

html[lang="es"] .contact-list li a,
html[lang="es"] .contact-list li p {
   text-transform: capitalize;
}

html[lang="es"] .SumoSelect > .CaptionCont > span,
html[lang="es"] .SumoSelect > .optWrapper > .options li label{
   text-transform: capitalize;
}

html[lang="es"] .simple-content .btn-wrapper.type-3 a {
   min-width: 300px;
}

.contact-inner>.title {
   margin-right: 24px;
}

.h2.mobile {
   display: none;
}

/*media*/
@media (max-width: 1199px) {
   .f-projects-slider .swiper-container {
      overflow: hidden;
   }
}

@media (max-width: 991px) {
   .f-projects-slider.type-2 .swiper-horizontal>.swiper-scrollbar {
      width: 100vw;
      margin-right: calc(50% - 50vw);
   }

   .contact-inner>.title {
      margin-right: 0;
   }
   .margin-40 {
      margin-bottom: 40px;
   }
}

@media (max-width: 575px) {
   .f-projects-slider .swiper-container {
      overflow: visible;
   }

   html[lang="es"] .benefit-info .title {
      font-size: 18px;
   }

   .h2.mobile {
      display: block;
      margin-bottom: 20px;
   }

   .h2.desctop {
      display: none;
   }
}

@media (max-width: 349px) {
   .header-inner .logo {
      max-width: 142px;
   }
}
/*end fixing laang*/