/*-----------------------------------------------------------------------------------

  Template Name: Verso - Multipurpose HTML5 Template
  Author: RRDevs
  Support: https://support.rrdevs.net/
  Version: 1.0.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************
/* variable css */
/*Variable CSS
/*Typography CSS
/*About Us


/* === Colors variable scss (index 01) === */
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Exo:ital,wght@0,100..900;1,100..900&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
:root {
  --primary-1: #F25012;
  --primary-2: #0A0A0A;
  --secondary-1: #4E4E4E;
  --secondary-2: #949494;
  --white: #FFFFFF;
  --black: #1A1415;
  --gray: #A3A3A3;
  --gray-2: #A2A6A8;
}

/* === Responsive variable scss (index 02) === */
/* === For Box Layout scss (index 03) === */
/* === Responsive container scss (index 04) === */
/* === heading scss (index 01) === */
/* === dark scss (index 01) === */
/* === bg primary  scss (index 01) === */
/* === Transition multiple scss (index 01) === */
/* === Transform scss (index 01) === */
/* === Flexbox scss (index 01) === */
/* === Font Family scss (index 01) === */
/* === Font Variable scss (index 01) === */
:root {
  --font_titilm: "Titillium Web", sans-serif;
  --font_archivo: "Archivo", sans-serif;
  --font_exo: "Exo", sans-serif;
  --font_awesome: "Font Awesome 6 Pro";
  --fonts_inter-tight: "Inter Tight", sans-serif;
}

/* === Defalut Style scss (index 03) === */
* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
  font-family: var(--font_archivo);
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  color: var(--primary-1);
  line-height: 1.22;
  font-weight: 500;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: inherit;
}
a:hover {
  color: var(--primary);
}

button {
  background-color: transparent;
  border: 0;
}

p {
  padding: 0;
  margin: 0;
}

strong {
  font-weight: 500;
}

video,
iframe,
img {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

/* === Gutter scss (index 01) === */
@media only screen and (max-width: 767px) {
  .g-0 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row.g-0 {
    padding-right: 0;
    padding-left: 0;
  }
  br {
    display: none;
  }
}
main {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

h1 {
  font-size: 120px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

/* animation css */
.text-start {
  text-align: start;
}

.text-white {
  color: var(--white);
}

.bg {
  background: #F3F3F3;
}

/* ===Side info and offcanvas scss (index 10) === */
.offcanvas-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 900;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.offcanvas-overlay-3 {
  background: #F1F1F1;
}

.offcanvas-overlay.overlay-open {
  opacity: 0.5;
  visibility: visible;
}
.offcanvas-overlay.overlay-open-3 {
  opacity: 1;
  visibility: visible;
}

.side-info-close {
  font-size: 20px;
  padding: 0;
  transition: all 0.3s linear;
  background-color: transparent;
  color: var(--black);
  width: 40px;
  height: 40px;
  border: 1px solid var(--black);
  border-radius: 50%;
  line-height: 38px;
}
.dark .side-info-close {
  border-color: var(--white);
  color: var(--white);
}
.side-info-close:hover {
  transform: rotate(90deg);
}

.side-info {
  background: var(--white) none repeat scroll 0 0;
  padding: 40px 30px;
  position: fixed;
  right: 0;
  top: 0;
  width: 430px;
  height: 100%;
  transform: translateX(calc(100% + 80px));
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 9999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.dark .side-info {
  background-color: #1F1F1F;
}
@media only screen and (max-width: 1199px) {
  .side-info {
    width: 460px;
  }
}
@media (max-width: 575px) {
  .side-info {
    width: 320px;
    padding: 30px 20px;
  }
}
.side-info ::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar */
}
.side-info.info-open {
  opacity: 1;
  transform: translateX(0);
  /* Show side info */
}

/* === Offset header scss (index 11) === */
.offset-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.offset-logo {
  width: 95px;
}
@media (max-width: 575px) {
  .offset-logo {
    width: 95px;
  }
}
.offset-logo img {
  width: 100%;
}
.offset-button {
  margin-top: 40px;
}
@media (min-width: 576px) {
  .offset-button {
    display: none;
  }
}

/* === Offset widget box scss (index 12) === */
.offset-widget-box {
  margin-top: 40px;
  text-align: start;
}
.offset-widget-box .title {
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 15px;
  color: var(--primary-2);
}
@media only screen and (max-width: 1599px) {
  .offset-widget-box .title {
    margin-bottom: 22px;
  }
}
.offset-widget-box .contact-meta > *:not(:first-child) {
  margin-top: 16px;
}
.offset-widget-box .contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.offset-widget-box .contact-item span {
  color: var(--primary);
  font-weight: 500;
}
.offset-widget-box .contact-item span a:hover {
  color: var(--secondary);
}
.offset-widget-box .contact-item .icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  align-items: center;
  display: inline-flex;
  color: var(--primary-2);
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--primary-2);
}

/* ===Mobile menu customization scss (index 13) === */
.mobile-menu {
  margin-top: 40px;
}
.mobile-menu.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mobile-menu.mean-container .mean-nav > ul > li:last-child > a {
  border-bottom: 1px solid var(--border);
}
.mobile-menu.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}
.mobile-menu.mean-container .mean-nav .new {
  font-size: 10px;
  font-weight: 600;
  background: #FFA38E;
  color: #999999;
  padding: 3px 7px;
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: 2px;
}
.mobile-menu.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  padding-inline-start: 0px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: var(--primary);
  text-transform: capitalize;
  border-top: 1px solid var(--border);
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-sizing: border-box;
  opacity: 1;
}
.dark .mobile-menu.mean-container .mean-nav ul li a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 767px) {
  .mobile-menu.mean-container .mean-nav ul li a {
    font-size: 20px;
  }
}
.mobile-menu.mean-container .mean-nav ul li a:hover {
  color: var(--primary);
}
.mobile-menu.mean-container .mean-nav ul li a.mean-expand {
  width: 100%;
  height: 48px;
  justify-content: end;
  font-weight: 300;
  border: none !important;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .mobile-menu.mean-container .mean-nav ul li a.mean-expand {
    height: 50px;
  }
}
.mobile-menu.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
.mobile-menu.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid var(--border);
}
.dark .mobile-menu.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu.mean-container .mean-nav ul li li a {
  font-size: 16px;
  text-transform: capitalize;
  border-top: none !important;
  padding: 12px 0;
  padding-inline-start: 15px;
}
.mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
  height: 58px;
}
@media only screen and (max-width: 991px) {
  .mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
    height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
    height: 22px;
  }
}
.mobile-menu.mean-container .mean-nav ul li li li:last-child {
  border-bottom: 1px solid var(--border);
}
.mobile-menu.mean-container .mean-nav ul li li li a {
  padding-left: 40px;
}
.mobile-menu.mean-container .mean-bar {
  padding-bottom: 30px;
  background: none;
  max-height: auto;
  overflow-y: scroll;
}
.mobile-menu.mean-container .mean-bar::-webkit-scrollbar {
  width: 0;
}
.mobile-menu.mean-container a.meanmenu-reveal {
  display: none !important;
}

/* === dedication scss (index 01) === */
.desc-1 {
  color: var(--secondary-1);
}
.desc-2 {
  color: var(--secondary-2);
}

/* === font-family scss (index 03) === */
.font-pro {
  font-family: var(--font_code);
}

/* === color scss (index 03) === */
.primary-1 {
  color: var(--primary-1);
}

.secondary-1 {
  color: var(--secondary-1);
}

/* === font-weight scss (index 01) === */
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}

/* === container scss (index 03) === */
.rr-container-1250 {
  max-width: 1250px;
}
.rr-container-1870 {
  max-width: 1870px;
}
.rr-container-1486 {
  max-width: 1486px;
}

/* === Section spacing  scss (index 07) === */
.section-spacing {
  padding-top: 119px;
  padding-bottom: 119px;
}
@media only screen and (max-width: 1599px) {
  .section-spacing {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-spacing {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .section-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* === preloader scss (index 02) === */
.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--action);
  z-index: 99999999999999;
}

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #000;
}

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 100px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--white);
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 40px;
  }
}

.load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* === scroll scss (index 01) === */
.scroll__down {
  display: flex;
  gap: 20px;
  align-items: center;
}
.scroll__down p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.9;
  text-transform: uppercase;
  color: var(--white);
}
.scroll__down span {
  width: 66px;
  height: 106px;
  border: 1px solid var(--black-6);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 89px;
}
.scroll__down span i {
  color: var(--white);
}
.scroll__down-wrapper {
  height: 425px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1399px) {
  .scroll__down-wrapper {
    height: 380px;
  }
}
@media only screen and (max-width: 1199px) {
  .scroll__down-wrapper {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .scroll__down-wrapper {
    height: auto;
    padding: 40px 0;
  }
}
.scroll-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 0px;
  z-index: 9999;
  background: var(--white);
  border-radius: 100px;
  mix-blend-mode: exclusion;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.scroll-top.showed {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.go-top-writer {
  width: 105px;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
  color: var(--white);
  background-image: url(../imgs/writer/go-top.webp);
  background-position: right center;
  background-repeat: no-repeat;
  right: 16%;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
}
.go-top-writer:hover {
  color: var(--primary);
}
.go-top-writer.showed {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .go-top-writer br {
    display: block;
  }
}

/* === progress-wrap scss (index 01) === */
.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100px);
  transition: all 300ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  mix-blend-mode: exclusion;
  background-color: var(--black);
}

.progress-wrap::after {
  position: absolute;
  content: "\f062";
  font: var(--fa-font-solid);
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: var(--primary);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
  border-radius: 50px;
}
.dark .progress-wrap::after {
  color: var(--black);
}

.progress-wrap svg path {
  fill: var(--black-6);
}

.progress-wrap svg.progress-circle path {
  fill: var(--white);
  stroke: transparent;
  stroke-width: 5;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/* === primary btn scss (index 01) === */
.rr-btn {
  z-index: 5;
  font-size: 16px;
  overflow: hidden;
  font-weight: 700;
  line-height: 16px;
  position: relative;
  padding: 11.5px 23px;
  align-items: center;
  display: inline-flex;
  border-radius: 500px;
  letter-spacing: 0px;
  justify-content: center;
  text-transform: capitalize;
  background: var(--primary-1);
  font-family: var(--font_titilm);
}
.rr-btn-1 {
  background: #F5F5F5;
  border-radius: 100px;
  color: var(--primary-2);
  border: 1px solid #E5E5E5;
}
.rr-btn.rr-btn-1 .btn-wrap .text-one {
  color: var(--primary-2);
}
.rr-btn:hover::before, .rr-btn:focus::before {
  height: 100%;
}
.rr-btn:hover .btn-wrap .text-one, .rr-btn:focus .btn-wrap .text-one {
  transform: translateY(-150%);
}
.rr-btn:hover .btn-wrap .text-two, .rr-btn:focus .btn-wrap .text-two {
  top: 50%;
  transform: translateY(-50%);
  color: var(--white);
}
.rr-btn:after {
  clear: both;
  content: "";
  display: block;
}
.rr-btn::before {
  content: "";
  bottom: 0;
  height: 0;
  width: 100%;
  position: absolute;
  transition: all 0.5s;
  background: var(--primary-2);
}
.rr-btn .btn-wrap {
  z-index: 1;
  float: left;
  border: none;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.rr-btn .btn-wrap .text-one,
.rr-btn .btn-wrap .text-two {
  gap: 10px;
  display: flex;
  margin-right: 1px;
  align-items: center;
}
.rr-btn .btn-wrap .text-one i,
.rr-btn .btn-wrap .text-two i {
  font-size: 12px;
  color: var(--white);
}
.rr-btn .btn-wrap .text-one {
  position: relative;
  color: var(--white);
  transition: all 0.5s;
}
.rr-btn .btn-wrap .text-one-6 {
  color: #111111;
}
.rr-btn .btn-wrap .text-two {
  top: 100%;
  position: absolute;
  color: var(--white);
  transition: all 0.5s;
}

/* === menu scss (index 01) === */
.main-menu > ul {
  display: flex;
}
.main-menu > ul > li:first-child > a {
  padding-left: 0;
}
.main-menu > ul > li:last-child > a {
  padding-right: 0;
}
.main-menu > ul > li:hover > a {
  color: var(--secondary);
}
.main-menu > ul > li:hover > ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 0;
}
.main-menu > ul > li:hover > ul.dp-menu li:hover > ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 100%;
}
.main-menu li {
  position: relative;
  list-style: none;
}
.main-menu li a {
  display: flex;
  line-height: 1;
  font-size: 18px;
  font-weight: 400;
  padding: 47px 15px;
  align-items: center;
  color: var(--primary-2);
  text-transform: capitalize;
}
.main-menu li:hover {
  color: var(--primary-1);
}
.main-menu ul.dp-menu {
  background-color: #232529;
  padding: 18px 0px;
  width: 250px;
  position: absolute;
  inset-inline-start: 10px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu ul.dp-menu.column-2 {
  column-count: 2;
  width: 480px;
  column-gap: 0;
}
.main-menu ul.dp-menu ul {
  background: var(--black);
  padding: 18px 0px;
  width: 300px;
  position: absolute;
  inset-inline-start: calc(100% + 10px);
  top: 0;
  opacity: 0;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu ul.dp-menu li {
  position: relative;
  padding: 0 25px;
}
.main-menu ul.dp-menu li:hover > a {
  color: var(--white);
  background-color: transparent;
}
.main-menu ul.dp-menu li:hover > ul {
  opacity: 1;
  transform: none !important;
  pointer-events: all;
}
.main-menu ul.dp-menu li a {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  color: var(--white);
  text-transform: capitalize;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.main-menu ul.dp-menu li a:hover {
  letter-spacing: 0.5px;
  color: var(--primary-1);
}
.main-menu ul.dp-menu li a:after {
  transform: rotate(-90deg);
  margin-left: auto;
}
.main-menu .has-mega-menu {
  position: static;
}
.main-menu li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: var(--font_awesome);
  margin-inline-start: 5px;
  font-weight: 600;
  font-size: 14px;
}
.main-menu .mega-menu {
  background-color: var(--black);
  padding: 30px 50px;
  width: 100%;
  position: absolute;
  left: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 50px;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}
@media only screen and (max-width: 1399px) {
  .main-menu .mega-menu {
    column-gap: 30px;
  }
}
.main-menu .mega-menu li:has(ul) > a:after {
  content: "";
}
.main-menu .mega-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--black);
  border-radius: 8px;
  overflow: hidden;
}
.main-menu .mega-menu li a:hover {
  color: var(--white);
  background: #2C2C2F;
}
.main-menu .mega-menu .title {
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #333337;
  padding-bottom: 20px;
  margin-bottom: 20px;
  pointer-events: none;
  border-radius: 0;
}
.main-menu .span-first-item ul li:first-child {
  grid-column: 1/-1;
  column-span: all;
}

/* === offcanvas scss (index 02) === */
.offcanvas__menu-wrapper.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.offcanvas__menu-wrapper.mean-container .mean-nav > ul > li:last-child > a {
  border-bottom: 1px solid var(--black-4);
}
.offcanvas__menu-wrapper.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}
.offcanvas__menu-wrapper.mean-container .mean-nav .new {
  font-size: 10px;
  font-weight: 600;
  background: #FFA38E;
  color: var(--black);
  padding: 3px 7px;
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: 2px;
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  padding-inline-start: 15px;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  color: var(--white);
  text-transform: capitalize;
  border-top: 1px solid var(--black-4);
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
    font-size: 20px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
  width: 54px;
  height: 54px;
  justify-content: center;
  font-weight: 300;
  border: none !important;
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    height: 50px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--secondary);
  opacity: 1;
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid var(--black-4);
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
  font-size: 20px;
  text-transform: capitalize;
  border-top: none !important;
  padding: 12px 0;
  padding-inline-start: 30px;
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
    font-size: 18px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
  height: 58px;
}
@media only screen and (max-width: 991px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 22px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li:last-child {
  border-bottom: 1px solid var(--black-4);
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li a {
  padding-left: 40px;
}
.offcanvas__menu-wrapper.mean-container .mean-bar {
  padding: 0;
  background: none;
  max-height: auto;
  overflow-y: scroll;
}
.offcanvas__menu-wrapper.mean-container .mean-bar::-webkit-scrollbar {
  width: 0;
}
.offcanvas__menu-wrapper.mean-container a.meanmenu-reveal {
  display: none !important;
}

/* === header scss (index 01) === */
@media only screen and (max-width: 767px) {
  .header__topbar {
    display: none;
  }
}
.header__topbar-wrap {
  display: flex;
  padding: 17px 30px;
  align-items: center;
  background: var(--white);
  justify-content: space-between;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media only screen and (max-width: 991px) {
  .header__topbar-wrap {
    display: none;
    flex-wrap: wrap;
  }
}
.header__topbar-text {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_archivo);
}
@media only screen and (max-width: 1199px) {
  .header__topbar-text {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .header__topbar-text {
    margin-bottom: 10px;
  }
}
.header__topbar-text span {
  font-weight: 600;
  color: var(--primary-1);
}
.header__topbar-social {
  gap: 20px;
  display: flex;
  align-items: center;
}
.header__topbar-social a {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_archivo);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .header__topbar-social a {
    font-size: 15px;
  }
}
.header__topbar-social a i {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  margin-right: 7px;
  vertical-align: middle;
  color: var(--primary-1);
  transform: translateY(-2px);
}
.header__topbar-social a:hover {
  color: var(--primary-1);
}
.header-area {
  z-index: 50;
  width: 100%;
  position: absolute;
}
.header-area .header-top-contact {
  position: relative;
  display: flex;
  background: #DA5033;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border-bottom: 1px solid #DA5033;
}
@media only screen and (max-width: 991px) {
  .header-area .header-top-contact {
    display: none;
  }
}
.header-area .header-top-contact .contact-item {
  padding: 20px 0;
  border-right: 1px solid #E5E5E5;
  padding-right: 30px;
}
.header-area .header-top-contact .contact-item:last-child {
  border: none;
  padding-right: 0;
}
.header-area .header-top-contact .contact-item a {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
}
.header-area .header-top-contact .contact-item a span {
  margin-right: 10px;
}
.header-area .header-top-contact .contact-item a span i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
}
.header-area .header__button {
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .header-area .header__button .rr-btn {
    display: none;
  }
}
.header-area__inner {
  gap: 10px;
  display: flex;
  align-items: center;
  position: relative;
  background: transparent;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .header-area__inner {
    height: 80px;
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .header-area__inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.header-area .sticky,
.header-area .transformed {
  background-color: #FCF7F3;
}
.dark .header-area .header__logo .light-logo {
  display: none;
}
.header-area .header__logo .dark-logo {
  display: none;
}
.dark .header-area .header__logo .dark-logo {
  display: block;
}
.header-area .header__logo img {
  max-width: 120px;
}
.header-area .main-menu li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_archivo);
}
.header-area .search-icon {
  color: var(--primary-1);
}
@media (max-width: 575px) {
  .header-area .header__meta {
    display: none;
  }
}
@media (max-width: 575px) {
  .header-area .header__button .rr-btn {
    display: none;
  }
}
.header-area .rr-btn {
  color: var(--white);
  padding: 14.5px 29px;
  background: var(--primary-1);
}
@media only screen and (max-width: 767px) {
  .header-area .rr-btn {
    padding: 14.5px 18px;
  }
}
.header-area .side-toggle {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: var(--white);
}
.header-area .side-toggle i {
  font-size: 22px;
}
.header-area .header__nav {
  position: relative;
  margin-left: 171px;
}
@media (max-width: 575px) {
  .header-area .header__nav {
    margin-left: 0;
  }
}
.header-area .main-menu {
  padding-left: 30px;
}
.header-main {
  z-index: 10;
  position: relative;
  background: #F2F2F2;
}
.header__bottom-contact {
  border-top-left-radius: 30px;
  background: var(--primary-1);
  border-top-right-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .header__bottom-contact {
    display: none;
  }
}
.header__bottom-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .header__bottom-info {
    display: none;
  }
}
.header__info-item {
  gap: 10px;
  display: flex;
  text-align: start;
  position: relative;
  align-items: center;
  padding: 11.5px 72px;
  border-right: 1px solid rgba(255, 255, 255, 0.2117647059);
}
@media only screen and (max-width: 1399px) {
  .header__info-item {
    padding: 11.5px 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .header__info-item {
    padding: 11.5px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .header__info-item {
    flex-wrap: wrap;
  }
}
.header__info-item:first-child {
  padding-left: 0;
}
.header__info-item:last-child {
  padding-right: 0;
  border-right: none;
}
.header__info-icon {
  width: 35px;
  height: 35px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  color: var(--primary-2);
  background: var(--white);
}
.header__info-icon i {
  color: var(--primary-1);
}
.header__info-title {
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
  color: var(--white);
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: var(--font_archivo);
}
.header__info-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  color: var(--white);
  vertical-align: middle;
  transform: translateY(-5px);
  font-family: var(--font_archivo);
}

/* === footer scss (index 01) === */
.footer__wrapper {
  z-index: 1;
  margin-top: -8px;
  overflow: hidden;
  position: relative;
  background: #1A1D21;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.footer__shape {
  bottom: -383px;
  right: -815px;
  display: block;
  position: absolute;
}
.footer__logo {
  padding: 34px 0;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  background: var(--primary-1);
}
@media (max-width: 575px) {
  .footer__logo {
    padding: 20px 0;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 0;
  }
}
.footer__top {
  padding-top: 78px;
}
.footer__top-wrap {
  display: grid;
  border-radius: 7px;
  backdrop-filter: blur(30px);
  grid-template-columns: repeat(4, 1fr);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
@media only screen and (max-width: 991px) {
  .footer__top-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .footer__top-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .footer__top-wrap {
    grid-template-columns: 1fr;
  }
}
.footer__info-box {
  gap: 20px;
  display: flex;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1399px) {
  .footer__info-box {
    gap: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__info-box {
    padding: 30px 0;
  }
}
@media (max-width: 575px) {
  .footer__info-box {
    gap: 20px;
    justify-content: start;
    padding: 30px 10px 30px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
}
.footer__info-box:last-child {
  border: none;
}
.footer__info-box .icon {
  width: 50px;
  height: 50px;
  display: block;
  display: flex;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  background: var(--primary-1);
}
.footer__info-box .icon i {
  color: var(--white);
}
.footer__info-box .content {
  text-align: start;
}
.footer__info-box .content span {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  color: var(--gray);
  margin-bottom: 12px;
  display: block;
  font-family: var(--font_archivo);
}
.footer__info-box .content .number {
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  color: var(--white);
  transition: all 0.3s ease-in-out;
  font-family: var(--font_archivo);
}
@media (max-width: 575px) {
  .footer__info-box .content .number {
    font-size: 16px;
  }
}
.footer__info-box .content .number:hover {
  color: var(--primary-1);
}
.footer__info-box .content .mail {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: var(--white);
  transition: all 0.3s ease-in-out;
  font-family: var(--font_archivo);
}
@media only screen and (max-width: 1199px) {
  .footer__info-box .content .mail {
    font-size: 16px;
  }
}
.footer__info-box .content .mail:hover {
  color: var(--primary-1);
}
.footer__info-box .content .address {
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  color: var(--white);
  transition: all 0.3s ease-in-out;
  font-family: var(--font_archivo);
}
@media (max-width: 575px) {
  .footer__info-box .content .address {
    font-size: 16px;
  }
}
.footer__info-box .content .address:hover {
  color: var(--primary-1);
}
.footer__widgets-wrapper {
  gap: 92px;
  z-index: 2;
  display: grid;
  margin: 74px 0 72px 0;
  position: relative;
  grid-template-columns: 299px 143px 130px 387px;
}
@media only screen and (max-width: 1399px) {
  .footer__widgets-wrapper {
    gap: 68px;
    grid-template-columns: 292px 147px 143px 387px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__widgets-wrapper {
    gap: 34px;
    grid-template-columns: 257px 147px 143px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .footer__widgets-wrapper {
    gap: 56px;
    grid-template-columns: repeat(3, auto);
  }
}
@media only screen and (max-width: 767px) {
  .footer__widgets-wrapper {
    gap: 0;
    grid-template-columns: repeat(2, 2fr);
  }
}
@media (max-width: 575px) {
  .footer__widgets-wrapper {
    margin: 74px 0 40px 0;
    grid-template-columns: 1fr;
  }
}
.footer__widget {
  text-align: start;
}
@media only screen and (max-width: 767px) {
  .footer__widget {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__widget:last-child {
    margin-bottom: 0;
  }
}
.footer__widget .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  color: var(--white);
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 16px;
  font-family: var(--font_titilm);
}
@media only screen and (max-width: 1199px) {
  .footer__widget .title {
    font-size: 20px;
  }
}
.footer__widget .title::before {
  content: "";
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  position: absolute;
  background: var(--white);
}
.footer__widget .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--gray-2);
  font-family: var(--font_archivo);
}
@media only screen and (max-width: 1199px) {
  .footer__widget .desc {
    font-size: 15px;
  }
}
.footer__widget .footer-links li {
  list-style: none;
  transition: all 0.3s ease-in-out;
  color: var(--gray-2);
}
.footer__widget .footer-links li:hover {
  color: var(--primary-1);
}
.footer__widget .footer-links li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  font-family: var(--font_archivo);
}
@media (max-width: 575px) {
  .footer__widget .footer-links li a {
    font-size: 15px;
  }
}
.footer__widget .footer-links li a i {
  margin-right: 10px;
}
.footer__widget .footer-subscribe {
  display: flex;
  margin-top: 31px;
  align-items: center;
  border-radius: 10px;
  backdrop-filter: blur(30px);
  padding: 10px 10px 10px 13px;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.08);
}
@media only screen and (max-width: 767px) {
  .footer__widget .footer-subscribe {
    flex-wrap: wrap;
  }
}
.footer__widget .footer-subscribe .input-box {
  gap: 14px;
  display: flex;
  align-items: center;
}
.footer__widget .footer-subscribe i {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  color: var(--primary-1);
  background: var(--white);
}
.footer__widget .footer-subscribe input {
  outline: 0;
  width: 75%;
  border: none;
  color: var(--primary-1);
  background: transparent;
}
.footer__widget .footer-subscribe input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: var(--white);
  font-family: var(--font_archivo);
}
@media only screen and (max-width: 1199px) {
  .footer__widget .footer-subscribe input::placeholder {
    font-size: 15px;
  }
}
.footer__widget .footer-subscribe .subscribe-btn {
  border-radius: 10px;
  text-transform: uppercase;
}
.footer__widget .footer-subscribe .subscribe-btn.rr-btn {
  font-size: 14px;
  padding: 14px 19.8px;
  background: var(--white);
}
.footer__widget .footer-subscribe .subscribe-btn.rr-btn .btn-wrap .text-one {
  color: var(--primary-1);
}
.footer__widget .footer-subscribe .subscribe-btn.rr-btn .btn-wrap .text-two {
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  .footer__widget .footer-subscribe .subscribe-btn {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .footer__widget .footer-subscribe .subscribe-btn {
    width: 100%;
    margin-top: 20px;
  }
}
.footer__widget .footer-subscribe .subscribe-btn:hover {
  background: var(--primary-1);
  color: var(--white);
}
.footer__social {
  gap: 10px;
  display: flex;
  margin-top: 24px;
  align-items: center;
}
.footer__social a {
  width: 45px;
  height: 45px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  background: #2C2728;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.footer__social a i {
  color: var(--white);
}
.footer__social a:hover {
  background: var(--primary-1);
}
.footer__bottom .copyright {
  font-size: 16px;
  padding: 28px 0;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  color: var(--white);
  background: #120C0D;
  font-family: var(--font_archivo);
}
@media (max-width: 575px) {
  .footer__bottom .copyright {
    font-size: 15px;
  }
}

/* === section-title scss (Home 01) === */
.section-title__wrapper {
  position: relative;
}
.section-title__wrapper .section-sub-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: var(--primary-1);
  font-family: var(--font_titilm);
}
.section-title__wrapper .section-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  margin-top: 10px;
  letter-spacing: 0%;
  color: var(--primary-2);
  font-family: var(--font_titilm);
}
@media only screen and (max-width: 1199px) {
  .section-title__wrapper .section-title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title__wrapper .section-title {
    font-size: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title__wrapper .section-title {
    font-size: 33px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .section-title__wrapper .section-title {
    font-size: 25px;
    line-height: 35px;
  }
}
.section-title__wrapper .big-text {
  top: 65%;
  left: 51%;
  display: flex;
  font-weight: 700;
  font-size: 140px;
  line-height: 100%;
  position: absolute;
  letter-spacing: 0%;
  background-clip: text;
  justify-content: center;
  font-family: var(--font_titilm);
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, rgba(242, 80, 18, 0.2) 0%, rgba(242, 80, 18, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1199px) {
  .section-title__wrapper .big-text {
    font-size: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title__wrapper .big-text {
    font-size: 100px;
  }
}
@media (max-width: 575px) {
  .section-title__wrapper .big-text {
    top: 41%;
    font-size: 70px;
  }
}
.section-title__wrapper .big-text.two {
  top: 24%;
  left: 35%;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .section-title__wrapper .big-text.two {
    top: 70%;
    left: 45%;
  }
}
@media only screen and (max-width: 991px) {
  .section-title__wrapper .big-text.two {
    top: 35%;
    left: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .section-title__wrapper .big-text.two {
    top: 32%;
    left: 34%;
  }
}
@media (max-width: 575px) {
  .section-title__wrapper .big-text.two {
    top: 19%;
    left: 44%;
  }
}
.section-title__wrapper .big-text.three {
  top: 32%;
  left: 50%;
}
@media only screen and (max-width: 991px) {
  .section-title__wrapper .big-text.three {
    white-space: nowrap;
  }
}
@media (max-width: 575px) {
  .section-title__wrapper .big-text.three {
    top: 17%;
  }
}
.section-title__wrapper .big-text.four {
  left: 50.7%;
  width: 100%;
}
@media (max-width: 575px) {
  .section-title__wrapper .big-text.four {
    top: 40%;
    left: 49.7%;
    font-size: 50px;
  }
}
.section-title__wrapper .big-text.five {
  top: 24%;
  left: 26%;
  white-space: nowrap;
}
@media only screen and (max-width: 991px) {
  .section-title__wrapper .big-text.five {
    top: 11%;
    left: 47%;
    font-size: 63px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title__wrapper .big-text.five {
    top: 14%;
    left: 32%;
  }
}
@media (max-width: 575px) {
  .section-title__wrapper .big-text.five {
    top: 10%;
    left: 42%;
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title__wrapper .big-text.six {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .section-title__wrapper .big-text.six {
    font-size: 48px;
  }
}
.section-title__wrapper .big-text.seven {
  top: 63%;
  left: 50%;
}
.section-title__wrapper .big-text.eight {
  top: 45%;
  left: 50.5%;
}
@media only screen and (max-width: 767px) {
  .section-title__wrapper .big-text.eight {
    font-size: 75px;
  }
}
@media (max-width: 575px) {
  .section-title__wrapper .big-text.eight {
    font-size: 49px;
  }
}
.section-title__wrapper .big-text.nine {
  top: 20%;
  left: 36%;
  white-space: nowrap;
}

.breadcrumb__wrapper {
  z-index: 10;
  width: 100%;
  height: 100%;
  padding-top: 225px;
}
@media only screen and (max-width: 1399px) {
  .breadcrumb__wrapper {
    padding-top: 225px;
  }
}
@media only screen and (max-width: 1199px) {
  .breadcrumb__wrapper {
    padding-top: 195px;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb__wrapper {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb__wrapper {
    padding-top: 80px;
  }
}
.breadcrumb__wrap {
  text-align: start;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.breadcrumb__wrap::before {
  content: "";
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.66;
  display: block;
  position: absolute;
  background: rgba(17, 19, 21, 0.66);
}
.breadcrumb__inner {
  display: flex;
  padding: 120px 0;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .breadcrumb__inner {
    padding: 84px 0;
  }
}
@media (max-width: 575px) {
  .breadcrumb__inner {
    gap: 30px;
    flex-wrap: wrap;
  }
}
.breadcrumb__inner__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--white);
  position: relative;
  z-index: 3;
  font-family: var(--font_titilm);
}
@media only screen and (max-width: 767px) {
  .breadcrumb__inner__title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .breadcrumb__inner__title {
    font-size: 35px;
  }
}
.breadcrumb__inner__big-text {
  z-index: 1;
  top: 66px;
  left: -60px;
  height: 126px;
  line-height: 1;
  font-weight: 700;
  font-size: 140px;
  position: absolute;
  white-space: nowrap;
  color: var(--white);
  font-family: var(--font_titilm);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1399px) {
  .breadcrumb__inner__big-text {
    left: -4px;
    font-size: 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .breadcrumb__inner__big-text {
    font-size: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb__inner__big-text {
    font-size: 75px;
    top: 89px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb__inner__big-text {
    top: 67px;
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .breadcrumb__inner__big-text {
    top: 60px;
    font-size: 46px;
  }
}
.breadcrumb__inner__page-list li {
  z-index: 3;
  font-size: 16px;
  font-weight: 600;
  list-style: none;
  line-height: 100%;
  text-align: center;
  padding: 17px 23px;
  letter-spacing: 0px;
  position: relative;
  vertical-align: middle;
  background: var(--white);
  color: var(--secondary-1);
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  font-family: var(--font_archivo);
  box-shadow: 0px 9px 18px 0px rgba(24, 16, 16, 0.0509803922);
}
.breadcrumb__inner__page-list li a:hover {
  color: var(--primary-1);
}
.breadcrumb__inner__page-list li span {
  color: var(--primary-1);
}
.breadcrumb__inner__shape {
  top: 0;
  z-index: 2;
  right: -10px;
  display: flex;
  position: absolute;
}
@media only screen and (max-width: 1199px) {
  .breadcrumb__inner__shape {
    right: -184px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb__inner__shape {
    display: none;
  }
}
.breadcrumb__inner__shape .img-1 {
  position: absolute;
  left: -138px;
  z-index: 2;
}

/* === pages scss (index 01) === */
.hero__wrapper {
  z-index: 1;
  display: block;
  padding-top: 200px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .hero__wrapper {
    padding-top: 194px;
  }
}
@media only screen and (max-width: 991px) {
  .hero__wrapper {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero__wrapper {
    padding-top: 0;
  }
}
.hero__item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.hero__item::before {
  content: "";
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: linear-gradient(90deg, rgba(17, 11, 12, 0.5) 0%, rgba(16, 13, 13, 0.77) 66.31%);
}
.hero__info {
  padding: 231px 0;
  text-align: start;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 1199px) {
  .hero__info {
    padding: 80px 0 180px 0;
  }
}
@media only screen and (max-width: 991px) {
  .hero__info {
    padding: 160px 0 90px 0;
  }
}
@media (max-width: 575px) {
  .hero__info {
    padding: 140px 0 60px 0;
  }
}
.hero__subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 5%;
  margin-bottom: 30px;
  padding: 8.5px 27px;
  color: var(--white);
  border-radius: 100px;
  display: inline-block;
  text-transform: uppercase;
  backdrop-filter: blur(40px);
  font-family: var(--font_titilm);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.44);
}
@media (max-width: 575px) {
  .hero__subtitle {
    padding: 4.5px 20px;
  }
}
.hero__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--white);
  margin-bottom: 18px;
  font-family: var(--font_titilm);
}
.hero__title br {
  display: block;
}
@media only screen and (max-width: 767px) {
  .hero__title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .hero__title {
    font-size: 25px;
  }
}
.hero__title span {
  font-size: 120px;
  line-height: 100%;
  letter-spacing: 0%;
  font-family: var(--font_titilm);
}
@media only screen and (max-width: 1199px) {
  .hero__title span {
    font-size: 85px;
  }
}
@media only screen and (max-width: 991px) {
  .hero__title span {
    font-size: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__title span {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .hero__title span {
    font-size: 47px;
  }
}
.hero__desc {
  font-size: 18px;
  font-weight: 400;
  max-width: 770px;
  text-align: start;
  line-height: 30px;
  color: var(--white);
  margin-bottom: 30px;
  font-family: var(--font_archivo);
}
@media only screen and (max-width: 1199px) {
  .hero__desc {
    max-width: 544px;
  }
}
@media only screen and (max-width: 991px) {
  .hero__desc {
    max-width: 387px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__desc {
    font-size: 17px;
    max-width: 100%;
  }
}
.hero__number-pagination {
  left: 11%;
  top: 50%;
  z-index: 2;
  position: absolute;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1800px) {
  .hero__number-pagination {
    left: 4%;
  }
}
@media only screen and (max-width: 1599px) {
  .hero__number-pagination {
    left: 17px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero__number-pagination {
    left: 3%;
    top: 90%;
  }
}
@media only screen and (max-width: 1199px) {
  .hero__number-pagination {
    right: 75%;
    top: inherit;
    left: inherit;
    bottom: 0;
  }
}
.hero-slider__swiper-pagination {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1399px) {
  .hero-slider__swiper-pagination {
    align-items: inherit;
    flex-direction: inherit;
    justify-content: start;
  }
}
.hero-slider__swiper-pagination .swiper-number {
  width: 55px;
  height: 55px;
  display: flex;
  font-size: 22px;
  cursor: pointer;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
  align-items: center;
  color: var(--white);
  margin-bottom: 20px;
  border-radius: 100%;
  justify-content: center;
  border: 2px solid var(--white);
  font-family: var(--font_titilm);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1399px) {
  .hero-slider__swiper-pagination .swiper-number {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-slider__swiper-pagination .swiper-number {
    display: none;
  }
}
.hero-slider__swiper-pagination .swiper-number-active {
  width: 67px;
  height: 67px;
  color: var(--primary-1);
  background: var(--white);
}
@media only screen and (max-width: 1599px) {
  .hero-slider__swiper-pagination .swiper-number-active {
    width: 50px;
    height: 50px;
  }
}
.hero-slider__swiper-pagination .swiper-number:last-child {
  margin-bottom: 0;
}
.hero__btn .rr-btn {
  padding: 19.5px 35px;
}

@media only screen and (max-width: 767px) {
  .our-experience {
    padding: 300px 0 100px 0;
    background: linear-gradient(90deg, rgba(17, 11, 12, 0.5) 0%, rgba(16, 13, 13, 0.77) 66.31%);
  }
}
.our-experience__wrap {
  right: 0px;
  width: 100%;
  bottom: 30px;
  z-index: 99;
  position: absolute;
  transform: translate(36.4%, -63%);
}
@media only screen and (max-width: 1599px) {
  .our-experience__wrap {
    transform: translate(32.4%, -80%);
  }
}
@media only screen and (max-width: 1399px) {
  .our-experience__wrap {
    transform: translate(32.4%, -110%);
  }
}
@media only screen and (max-width: 1199px) {
  .our-experience__wrap {
    transform: translate(28.4%, -110%);
  }
}
@media only screen and (max-width: 991px) {
  .our-experience__wrap {
    transform: translate(27.4%, -172%);
  }
}
@media only screen and (max-width: 767px) {
  .our-experience__wrap {
    position: inherit;
    transform: translate(2.4%, -165%);
  }
}
@media (max-width: 575px) {
  .our-experience__wrap {
    transform: translate(0.4%, -165%);
  }
}
.our-experience__item {
  top: 0;
  left: 50%;
  width: 100%;
  padding: 8px;
  max-width: 364px;
  position: absolute;
  border-radius: 20px;
  background: var(--white);
  transform: translateX(-50%);
  border: 1px solid var(--primary-1);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 991px) {
  .our-experience__item {
    max-width: 320px;
  }
}
@media (max-width: 575px) {
  .our-experience__item {
    max-width: 290px;
  }
}
.our-experience__item.position-1 {
  z-index: 30;
  opacity: 1;
  border-color: transparent;
  transform: translate(-50%, 0) scale(1);
}
.our-experience__item.position-1 .desc {
  opacity: 1;
  padding: 0px 22px;
}
.our-experience__item.position-2 {
  z-index: 20;
  backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.03);
  transform: translate(-50%, -36px) scale(0.9);
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.our-experience__item.position-3 {
  z-index: 10;
  transform: translate(-50%, -70px) scale(0.8);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(40px);
}
.our-experience__item .thumb {
  margin-top: 31px;
  overflow: hidden;
  border-radius: 20px;
}
.our-experience__item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-experience__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  margin-top: 26px;
  margin-bottom: 14px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_titilm);
  transition: color 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.our-experience .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0px;
  vertical-align: middle;
  font-family: var(--font_archivo);
  transition: color 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-us__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 991px) {
  .about-us__wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .about-us__item {
    margin-bottom: 30px;
  }
}
.about-us__thumb {
  text-align: left;
  position: relative;
}
.about-us__thumb .circle-img {
  top: 50%;
  right: 52px;
  max-width: 380px;
  max-height: 380px;
  position: absolute;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1399px) {
  .about-us__thumb .circle-img {
    right: 29px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-us__thumb .circle-img {
    max-width: 250px;
    max-height: 250px;
  }
}
@media only screen and (max-width: 991px) {
  .about-us__thumb .circle-img {
    right: 100px;
    max-width: 340px;
    max-height: 340px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us__thumb .circle-img {
    right: 0px;
    max-width: 270px;
    max-height: 270px;
  }
}
@media (max-width: 575px) {
  .about-us__thumb .circle-img {
    margin: 30px 0;
    max-width: 100%;
    max-height: 100%;
    position: inherit;
    transform: inherit;
  }
}
.about-us__thumb .circle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  border: 6px solid var(--white);
  box-shadow: 0px 11px 32px rgba(39, 9, 12, 0.12);
}
@media (max-width: 575px) {
  .about-us__thumb .circle-img img {
    border-radius: 0;
    box-shadow: none;
    border: none;
  }
}
.about-us__thumb img {
  border-radius: 10px;
}
.about-us__content {
  text-align: start;
  padding-left: 8px;
}
.about-us__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin: 21px 0 27px 0;
  font-family: var(--font_archivo);
}
.about-us__list .item {
  margin-bottom: 18px;
}
@media only screen and (max-width: 991px) {
  .about-us__list .item {
    margin-bottom: 15px;
  }
}
.about-us__list .item:last-child {
  margin-bottom: 0;
}
.about-us__list .item span i {
  color: var(--primary-1);
}
.about-us__list .item li {
  gap: 10px;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_archivo);
}
.about-us__list li {
  list-style: none;
}
.about-us__btn {
  gap: 20px;
  display: flex;
  margin-top: 32px;
  align-items: center;
}
@media (max-width: 575px) {
  .about-us__btn {
    flex-wrap: wrap;
  }
}
.about-us__btn .rr-btn {
  padding: 19.5px 30px;
}
.about-us__btn .rr-btn.rr-btn-1 {
  padding: 18.5px 29px;
}

.our-service__wrapper {
  background: #F3F2F2;
}
.our-service__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_titilm);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .our-service__title {
    font-size: 19px;
  }
}
.our-service__title:hover {
  color: var(--primary-1);
}
.our-service__wrap {
  gap: 25px;
  margin-top: 80px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .our-service__wrap {
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .our-service__wrap {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .our-service__wrap {
    gap: 25px;
    margin-top: 40px;
    grid-template-columns: 1fr;
  }
}
.our-service__wrap.one {
  gap: 25px;
  display: grid;
  margin-top: 0;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 991px) {
  .our-service__wrap.one {
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .our-service__wrap.one {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .our-service__wrap.one {
    gap: 25px;
    grid-template-columns: 1fr;
  }
}
.our-service__item {
  border-radius: 10px;
  background: #FFFFFF;
  backdrop-filter: blur(30px);
}
.our-service__thumb {
  position: relative;
}
.our-service__thumb img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.our-service__icon-box {
  width: 100px;
  height: 100px;
  padding: 15px;
  display: flex;
  align-items: center;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  border: 10px solid white;
  background: var(--primary-1);
  top: 100%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.our-service__content {
  margin-top: 65px;
  margin-bottom: 31px;
}
.our-service__content.one {
  display: inline-block;
}
.our-service__title {
  margin-bottom: 8px;
}
.our-service__btn .rr-btn-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: var(--secondary-1);
  font-family: var(--font_titilm);
}
.our-service__btn .rr-btn-text i {
  transition: all 0.3s ease-in-out;
}
.our-service__btn .rr-btn-text:hover {
  color: var(--primary-1);
}
.our-service__btn .rr-btn-text:hover i {
  margin-left: 5px;
}
.our-service__arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: -151px;
  right: -151px;
  top: 35%;
  transform: translateY(-50%, -50%);
  z-index: 90998;
}
@media only screen and (max-width: 1399px) {
  .our-service__arrow {
    top: inherit;
    bottom: -20px;
    left: 0;
    right: 0;
    gap: 30px;
    position: inherit;
    justify-content: center;
  }
}
.our-service__arrow .service-slider__swiper-button-next i {
  font-size: 40px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-1);
  font-family: Font Awesome 6 Pro;
}
@media only screen and (max-width: 991px) {
  .our-service__arrow .service-slider__swiper-button-next i {
    font-size: 30px;
  }
}
.our-service__arrow .service-slider__swiper-button-prev i {
  font-size: 40px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-1);
  color: var(--primary-1);
  font-family: Font Awesome 6 Pro;
}
@media only screen and (max-width: 991px) {
  .our-service__arrow .service-slider__swiper-button-prev i {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .our-service__arrow .service-slider__swiper-button-prev i {
    font-size: 25px;
  }
}

.service-details__wrapper {
  gap: 24px;
  display: grid;
  grid-template-columns: 1fr 391px;
}
@media only screen and (max-width: 991px) {
  .service-details__wrapper {
    grid-template-columns: 1fr 300px;
  }
}
@media only screen and (max-width: 767px) {
  .service-details__wrapper {
    grid-template-columns: 1fr;
  }
}
.service-details__thumb img {
  border-radius: 12px;
}
.service-details__content {
  text-align: start;
}
.service-details__content .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  margin-bottom: 28px;
  vertical-align: middle;
  font-family: var(--font_archivo);
}
@media only screen and (max-width: 1199px) {
  .service-details__content .desc {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.service-details__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
  margin-top: 34px;
  margin-bottom: 20px;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_titilm);
}
@media only screen and (max-width: 1199px) {
  .service-details__title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .service-details__title {
    font-size: 24px;
  }
}
.service-details__icon-box {
  gap: 28px;
  display: flex;
  border-radius: 12px;
  margin-bottom: 20px;
  background: #F5F5F5;
  padding: 30px 36px 31px 40px;
}
@media (max-width: 575px) {
  .service-details__icon-box {
    flex-wrap: wrap;
    padding: 30px 17px 31px 17px;
  }
}
.service-details__icon-box:last-child {
  margin-bottom: 0;
}
.service-details__icon-box .content .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 10px;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_titilm);
}
@media only screen and (max-width: 991px) {
  .service-details__icon-box .content .title {
    font-size: 17px;
  }
}
.service-details__icon-box .content .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  vertical-align: middle;
  margin-bottom: 0;
  color: var(--secondary-1);
  font-family: var(--font_archivo);
}
@media only screen and (max-width: 1199px) {
  .service-details__icon-box .content .desc {
    font-size: 15px;
  }
}
.service-details__sidebar-item {
  padding: 40px;
  margin-bottom: 30px;
  border-radius: 12px;
  background: #F5F5F5;
}
@media only screen and (max-width: 991px) {
  .service-details__sidebar-item {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .service-details__sidebar-item {
    padding: 20px 15px;
  }
}
.service-details__sidebar-title {
  font-size: 24px;
  font-weight: 700;
  text-align: start;
  line-height: 100%;
  letter-spacing: 0px;
  margin-bottom: 20px;
  color: var(--primary-2);
  vertical-align: middle;
  font-family: var(--font_titilm);
}
.service-details__sidebar-list {
  text-align: start;
}
.service-details__sidebar-list li {
  width: 100%;
  list-style: none;
  margin-bottom: 12px;
  display: inline-block;
}
.service-details__sidebar-list li a {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0px;
  border-radius: 100px;
  display: inline-block;
  vertical-align: middle;
  background: var(--white);
  padding: 17px 30px 17px 25px;
  font-family: var(--font_archivo);
  transition: all 0.3s ease-in-out;
}
.service-details__sidebar-list li a:hover {
  color: var(--white);
  background: var(--primary-1);
}
@media only screen and (max-width: 991px) {
  .service-details__sidebar-list li a {
    padding: 20px 20px 20px 20px;
  }
}
.service-details__download-list .download-item {
  display: flex;
  padding: 19px 0 12px 0;
  border-bottom: 1px solid #E5E5E5;
  justify-content: space-between;
}
.service-details__download-list .download-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.service-details__download-list .download-item .icon-box {
  gap: 7px;
  display: flex;
  text-align: start;
  align-items: center;
}
.service-details__download-list .download-item .icon-box.one {
  gap: 16px;
}
.service-details__download-list .download-item .icon-box .left .name {
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_archivo);
}
.service-details__download-list .download-item .icon-box .left .type {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_archivo);
}
.service-details__download-list .download-item .right .download-btn {
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 5px;
  color: var(--white);
  align-items: center;
  justify-content: center;
  background: var(--primary-1);
}
.service-details__contact-box {
  text-align: start;
  border-radius: 12px;
  padding: 42px 49px 49px 49px;
  background: var(--primary-1);
}
@media only screen and (max-width: 991px) {
  .service-details__contact-box {
    padding: 20px;
  }
}
.service-details__contact-box .contact-box {
  text-align: start;
}
.service-details__contact-box .contact-box__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0px;
  color: var(--white);
  vertical-align: middle;
  font-family: var(--font_titilm);
}
@media only screen and (max-width: 991px) {
  .service-details__contact-box .contact-box__title {
    font-size: 20px;
  }
}
.service-details__contact-box .contact-box__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--white);
  letter-spacing: 0px;
  margin: 17px 0 26px 0;
  vertical-align: middle;
  font-family: var(--font_archivo);
}
@media only screen and (max-width: 991px) {
  .service-details__contact-box .contact-box__desc {
    margin: 13px 0 17px 0;
  }
}
.service-details__contact-box .contact-box__number {
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0px;
  color: var(--white);
  vertical-align: middle;
  font-family: var(--font_titilm);
}
@media only screen and (max-width: 991px) {
  .service-details__contact-box .contact-box__number {
    font-size: 25px;
  }
}
.service-details__contact-box-btn {
  margin-top: 22px;
}
.service-details__contact-box-btn .rr-btn {
  padding: 19.5px 68px;
  background: var(--white);
}
@media only screen and (max-width: 991px) {
  .service-details__contact-box-btn .rr-btn {
    padding: 19.5px 52px;
  }
}
@media (max-width: 575px) {
  .service-details__contact-box-btn .rr-btn {
    padding: 19.5px 49px;
  }
}
.service-details__contact-box-btn .rr-btn .btn-wrap .text-one {
  color: var(--primary-1);
}

.office-info__wrapper {
  gap: 30px;
  display: grid;
  padding: 30px;
  background: var(--primary-1);
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 767px) {
  .office-info__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .office-info__wrapper {
    gap: 20px;
    padding: 15px;
    grid-template-columns: 1fr;
  }
}
.office-info__item {
  border-radius: 10px;
  background: var(--white);
}
.office-info__item .icon-box {
  gap: 20px;
  display: flex;
  padding: 50px 0;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .office-info__item .icon-box {
    flex-wrap: wrap;
  }
}
.office-info__content {
  text-align: start;
}
@media only screen and (max-width: 991px) {
  .office-info__content {
    padding: 0 20px;
  }
}
.office-info__content .office-shedule {
  font-weight: 600;
  font-size: 14px;
  display: block;
  line-height: 100%;
  padding-bottom: 7px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-1);
  font-family: var(--font_titilm);
}
.office-info__title {
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_titilm);
}
@media only screen and (max-width: 1199px) {
  .office-info__title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .office-info__title {
    font-size: 20px;
  }
}

.work-steps__wrapper {
  position: relative;
  z-index: 1;
}
.work-steps__wrapper::before {
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  backdrop-filter: blur(3px);
  background: linear-gradient(180deg, rgba(18, 18, 21, 0.62) 11.62%, #1A1A1D 64.89%);
}
.work-steps__wrapper__title {
  z-index: 444;
  position: relative;
}
.work-steps-slider-active {
  margin-bottom: 34px;
}
.work-steps-slider-active__rtl .swiper-wrapper {
  transition-timing-function: linear;
}
.work-steps-slider-active__rtl .swiper-wrapper .swiper-slide {
  width: auto;
}
.work-steps__wrap {
  gap: 24px;
  display: grid;
  margin-top: 107px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 991px) {
  .work-steps__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .work-steps__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .work-steps__wrap {
    grid-template-columns: 1fr;
  }
}
.work-steps__item {
  overflow: visible;
  border-radius: 10px;
  padding: 40px 44px 31px 44px;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 991px) {
  .work-steps__item {
    margin-bottom: 60px;
  }
  .work-steps__item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .work-steps__item {
    margin-bottom: 80px;
    padding: 40px 25px 40px 25px;
  }
}
@media (max-width: 575px) {
  .work-steps__item {
    margin-bottom: 65px;
    padding: 20px 25px 20px 25px;
  }
}
.work-steps__item:hover .work-steps__number-box .number span {
  background: var(--primary-1);
}
.work-steps__title {
  display: block;
  font-weight: 700;
  font-size: 120px;
  line-height: 100%;
  letter-spacing: -2px;
  white-space: nowrap;
  margin-bottom: 78px;
  color: var(--white);
  vertical-align: middle;
  text-transform: uppercase;
  font-family: var(--font_titilm);
}
@media only screen and (max-width: 1199px) {
  .work-steps__title {
    font-size: 97px;
  }
}
@media only screen and (max-width: 991px) {
  .work-steps__title {
    font-size: 60px;
    letter-spacing: 0;
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .work-steps__title {
    font-size: 45px;
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .work-steps__title {
    font-size: 30px;
    margin-bottom: 28px;
  }
}
.work-steps__number-box {
  position: relative;
  z-index: 2;
}
.work-steps__number-box .number {
  position: absolute;
  top: -72%;
  left: 50%;
  z-index: 3;
  padding: 14px;
  border-radius: 100%;
  display: inline-block;
  backdrop-filter: blur(60px);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  transition: all 0.4s ease-in-out;
  transform: translate(-50%, -50%);
}
@media (max-width: 575px) {
  .work-steps__number-box .number {
    top: -48%;
  }
}
.work-steps__number-box .number span {
  width: 70px;
  height: 70px;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--white);
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: #1F1F23;
  border: 1px solid #2A2A31;
  font-family: var(--font_titilm);
  box-shadow: 0px 10px 35px 0px rgba(17, 17, 20, 0.6980392157);
}
@media (max-width: 575px) {
  .work-steps__number-box .number span {
    width: 50px;
    height: 50px;
  }
}
.work-steps__number-box .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--white);
  margin-top: 45px;
  margin-bottom: 15px;
  font-family: var(--font_titilm);
  transition: all 0.3s ease-in-out;
}
.work-steps__number-box .title:hover {
  color: var(--primary-1);
}
.work-steps__number-box .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  color: var(--secondary-2);
  font-family: var(--font_archivo);
}

.team__wrapper {
  position: relative;
}
.team__wrap {
  position: relative;
  margin-top: 90px;
  overflow-x: clip;
}
.team__wrap .swiper {
  overflow: visible !important;
}
.team__wrap.swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team__wrap .swiper-slide-active {
  margin-bottom: 20px;
}
.team__wrap .swiper-slide-active .team__thumb {
  transform: scale(1.2);
}
@media only screen and (max-width: 1199px) {
  .team__wrap .swiper-slide-active .team__thumb {
    transform: none;
  }
}
.team__wrap .swiper-slide-active .team__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team__wrap .swiper-slide-active .team__thumb::before {
  opacity: 1;
  visibility: visible;
}
.team__wrap .swiper-slide-active .team__social {
  opacity: 1;
  visibility: visible;
}
.team__member-info {
  display: block;
  z-index: 8888;
  margin: 0 auto;
  max-width: 300px;
  border-radius: 15px;
  margin-top: -33px;
  position: relative;
  background: var(--white);
  padding: 24.5px 0 22.5px 0;
  box-shadow: 0px 8px 27px rgba(0, 0, 0, 0.14);
}
.team__member-info .name {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 2px;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_titilm);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .team__member-info .name {
    font-size: 20px;
  }
}
.team__member-info .name:hover {
  color: var(--primary-1);
}
.team__member-info .desgn {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: var(--primary-1);
  font-family: var(--font_archivo);
}
.team__thumb {
  max-width: 329px;
  max-height: 329px;
  margin: 0 auto;
  object-fit: cover;
  position: relative;
}
.team__thumb img {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  position: relative;
  border: 8px solid #F5F5F5;
}
.team__thumb::before {
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 999;
  visibility: hidden;
  position: absolute;
  border-radius: 500px;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.4);
  border: 8px solid var(--primary-1);
}
.team__social {
  top: 50%;
  left: 50%;
  gap: 10px;
  opacity: 0;
  z-index: 999;
  display: flex;
  visibility: hidden;
  position: absolute;
  align-items: center;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%);
}
.team__social li {
  list-style: none;
}
.team__social li a {
  width: 40px;
  height: 40px;
  display: flex;
  list-style: none;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  background: var(--white);
  transition: all 0.3s ease-in-out;
}
.team__social li a:hover {
  color: var(--white);
  background: var(--primary-1);
}
.team__arrow {
  top: 56%;
  left: -141px;
  display: flex;
  right: -141px;
  position: absolute;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-50%, -50%);
}
@media only screen and (max-width: 1399px) {
  .team__arrow {
    gap: 30px;
    right: 0;
    left: 0;
    top: inherit;
    bottom: -15px;
    position: inherit;
    justify-content: center;
  }
}
.team__arrow .team-slider__swiper-button-next i {
  font-size: 40px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-1);
  font-family: Font Awesome 6 Pro;
}
@media only screen and (max-width: 991px) {
  .team__arrow .team-slider__swiper-button-next i {
    font-size: 30px;
  }
}
.team__arrow .team-slider__swiper-button-prev i {
  font-size: 40px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-1);
  color: var(--primary-1);
  font-family: Font Awesome 6 Pro;
}
@media only screen and (max-width: 991px) {
  .team__arrow .team-slider__swiper-button-prev i {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .team__arrow .team-slider__swiper-button-prev i {
    font-size: 25px;
  }
}

.team-page__wrap {
  display: grid;
  margin-top: 57px;
  position: relative;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 767px) {
  .team-page__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .team-page__wrap {
    grid-template-columns: 1fr;
  }
}
.team-page__item {
  height: 420px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .team-page__item {
    height: 330px;
  }
}
@media (max-width: 575px) {
  .team-page__item {
    height: 360px;
  }
}
.team-page__member-info {
  display: block;
  z-index: 8888;
  margin: 0 auto;
  max-width: 300px;
  padding: 22.5px 0;
  border-radius: 15px;
  margin-top: -44px;
  position: relative;
  background: var(--white);
  box-shadow: 0px 8px 27px rgba(0, 0, 0, 0.14);
}
@media only screen and (max-width: 991px) {
  .team-page__member-info {
    max-width: 200px;
    padding: 15px 0;
  }
}
.team-page__member-info .name {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 2px;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_titilm);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .team-page__member-info .name {
    font-size: 18px;
  }
}
.team-page__member-info .name:hover {
  color: var(--primary-1);
}
.team-page__member-info .desgn {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: var(--primary-1);
  font-family: var(--font_archivo);
}
.team-page__thumb {
  margin: 0 auto;
  max-width: 329px;
  max-height: 329px;
  object-fit: cover;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.team-page__thumb:hover {
  max-width: 390px;
  max-height: 390px;
}
.team-page__thumb:hover::before {
  opacity: 1;
  visibility: visible;
}
.team-page__thumb:hover .team-page__social {
  opacity: 1;
  visibility: visible;
}
.team-page__thumb img {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  position: relative;
  border: 8px solid #F5F5F5;
}
.team-page__thumb::before {
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 999;
  visibility: hidden;
  position: absolute;
  border-radius: 500px;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.4);
  border: 8px solid var(--primary-1);
}
.team-page__social {
  top: 50%;
  left: 50%;
  gap: 10px;
  opacity: 0;
  z-index: 999;
  display: flex;
  visibility: hidden;
  position: absolute;
  align-items: center;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%);
}
.team-page__social li {
  list-style: none;
}
.team-page__social li a {
  width: 40px;
  height: 40px;
  display: flex;
  list-style: none;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  background: var(--white);
  transition: all 0.3s ease-in-out;
}
.team-page__social li a:hover {
  color: var(--white);
  background: var(--primary-1);
}

.team-details__wrapper {
  gap: 43px;
  display: grid;
  grid-template-columns: 494px 1fr;
}
@media only screen and (max-width: 1199px) {
  .team-details__wrapper {
    gap: 30px;
    grid-template-columns: 400px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .team-details__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .team-details__wrapper {
    grid-template-columns: 1fr;
  }
}
.team-details__thumb img {
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .team-details__thumb img {
    width: 100%;
  }
}
.team-details__content {
  text-align: start;
}
.team-details__content .dsgntn {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-1);
  text-transform: uppercase;
  font-family: var(--font_titilm);
}
@media (max-width: 575px) {
  .team-details__content .dsgntn {
    font-size: 15px;
  }
}
.team-details__content .desc {
  font-size: 16px;
  font-weight: 400;
  max-width: 629px;
  line-height: 25px;
  letter-spacing: 0px;
  margin: 17px 0 30px 0;
  vertical-align: middle;
  color: var(--secondary-1);
  font-family: var(--font_archivo);
}
@media (max-width: 575px) {
  .team-details__content .desc {
    font-size: 15px;
  }
}
.team-details__name {
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 10px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_titilm);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .team-details__name {
    font-size: 25px;
  }
}
.team-details__name:hover {
  color: var(--primary-1);
}
.team-details__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 10px;
  background: #F6F6F7;
}
@media (max-width: 575px) {
  .team-details__info {
    grid-template-columns: 1fr;
  }
}
.team-details__info-item:nth-child(2) .team-details__info-box {
  border-right: none;
}
.team-details__info-box {
  gap: 20px;
  display: flex;
  padding: 30px;
  align-items: center;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (max-width: 1199px) {
  .team-details__info-box {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: start;
  }
}
@media only screen and (max-width: 991px) {
  .team-details__info-box {
    gap: 18px;
    padding: 16px 14px;
  }
}
.team-details__info-box:last-child {
  border-bottom: none;
}
.team-details__info-box .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  border-radius: 100%;
  background: #F6F6F7;
  justify-content: center;
  border: 1px solid #DCDCE0;
}
.team-details__info-box .icon i {
  color: var(--primary-1);
}
.team-details__info-box .content .label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  margin-bottom: 8px;
  vertical-align: middle;
  color: var(--secondary-1);
  font-family: var(--fonts_inter-tight);
}
.team-details__info-box .content .value {
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-2);
  transition: all 0.3s ease-in-out;
  font-family: var(--fonts_inter-tight);
}
.team-details__info-box .content .value:hover {
  color: var(--primary-1);
}
@media only screen and (max-width: 991px) {
  .team-details__info-box .content .value {
    font-size: 16px;
  }
}

.appointment__wrapper {
  margin: 0 30px;
  border-radius: 20px;
  background: #1F1F1F;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) {
  .appointment__wrapper {
    margin: 0 15px;
  }
}
.appointment__wrap {
  gap: 29px;
  display: grid;
  margin-top: 57px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 991px) {
  .appointment__wrap {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .appointment__wrap {
    display: block;
  }
}
.appointment__form {
  text-align: start;
  border-radius: 10px;
  background: var(--white);
  padding: 45px 48px 49px 49px;
}
@media only screen and (max-width: 1199px) {
  .appointment__form {
    max-height: 625px;
  }
}
@media only screen and (max-width: 991px) {
  .appointment__form {
    padding: 45px 35px 49px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .appointment__form {
    max-height: 100%;
    padding: 45px 25px 49px 25px;
  }
}
@media (max-width: 575px) {
  .appointment__form {
    margin-bottom: 30px;
    padding: 45px 15px 49px 15px;
  }
}
.appointment-form__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 26px;
  color: var(--primary-2);
  font-family: var(--font_titilm);
}
@media (max-width: 575px) {
  .appointment-form__title {
    font-size: 21px;
  }
}
.appointment-form__input .form-group {
  gap: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .appointment-form__input .form-group {
    flex-wrap: wrap;
  }
}
.appointment-form__input .form-group input {
  outline: 0;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  padding: 11px 18px 11px 18px;
}
.appointment-form__input .form-group input::placeholder {
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--secondary-1);
  font-family: var(--font_archivo);
}
.appointment-form__selector {
  gap: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .appointment-form__selector {
    flex-wrap: wrap;
  }
}
.appointment-form__selector .form-selector {
  width: 100%;
}
.appointment-form__selector .form-selector .selector-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 8px;
  color: var(--primary-2);
  font-family: var(--font_archivo);
}
.appointment-form__selector .form-selector .nice-select {
  width: 100%;
  display: flex;
  height: 50px;
  align-items: center;
  margin-bottom: 20px;
  color: var(--secondary-1);
  font-family: var(--font_archivo);
}
.appointment-form__selector .form-selector .nice-select.open .list {
  width: 100%;
}
.appointment-form__checkbox {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .appointment-form__checkbox {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.appointment-form__checkbox label {
  display: flex;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
  margin-right: 28px;
  align-items: center;
  color: var(--primary-2);
  font-family: var(--font_archivo);
}
@media (max-width: 575px) {
  .appointment-form__checkbox label {
    margin-bottom: 20px;
  }
}
.appointment-form__checkbox label .form-check-input {
  width: 18px;
  height: 18px;
  outline: none;
  margin-top: 0;
  box-shadow: none;
  margin-right: 10px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #E5E5E5;
}
.appointment-form__checkbox label .form-check-input:checked {
  background-color: var(--primary-1);
}
.appointment__btn {
  width: 100%;
  padding: 15px 0;
  margin-top: 30px;
  border-radius: 4px;
  text-align: center;
  line-height: 20px;
}
.appointment__thumb {
  text-align: start;
  position: relative;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .appointment__thumb {
    gap: 20px;
    display: flex;
    margin-left: 0;
    max-width: 522px;
  }
}
@media (max-width: 575px) {
  .appointment__thumb {
    flex-wrap: wrap;
    max-width: 100%;
  }
}
.appointment__thumb img {
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .appointment__thumb img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
  }
}
@media (max-width: 575px) {
  .appointment__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.appointment__thumb .img-2 {
  bottom: 0;
  right: 10px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .appointment__thumb .img-2 {
    width: 100%;
    height: 100%;
  }
}
.appointment__thumb .img-2 img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .appointment__thumb .img-2 img {
    max-height: 450px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 1399px) {
  .appointment__thumb .img-2 {
    right: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .appointment__thumb .img-2 {
    margin-top: 30px;
    position: inherit;
  }
}
@media only screen and (max-width: 991px) {
  .appointment__thumb .img-2 {
    bottom: 40px;
    position: absolute;
  }
}
@media only screen and (max-width: 767px) {
  .appointment__thumb .img-2 {
    margin-top: 0;
    bottom: 0;
    position: inherit;
  }
}

.testimonial__wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  background: var(--black);
}
.testimonial__shape .shape-1 {
  left: -161px;
  top: -402px;
  position: absolute;
}
@media only screen and (max-width: 1199px) {
  .testimonial__shape .shape-1 {
    left: -464px;
    bottom: -136px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial__shape .shape-1 {
    display: none;
  }
}
.testimonial__shape .shape-2 {
  left: auto;
  right: -360px;
  bottom: 350px;
  position: absolute;
}
.testimonial__wrap {
  margin-top: 57px;
  padding: 0 120px;
}
@media only screen and (max-width: 1399px) {
  .testimonial__wrap {
    padding: 0 15px;
  }
}
.testimonial__item {
  border-radius: 10px;
  backdrop-filter: blur(45px);
  border: 1px solid rgba(255, 255, 255, 0.22);
}
.testimonial__author {
  display: flex;
  padding: 40px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .testimonial__author {
    padding: 40px 15px;
  }
}
@media (max-width: 575px) {
  .testimonial__author {
    padding: 30px 15px;
  }
}
.testimonial__author .box {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .testimonial__author .box {
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial__author .box {
    flex-wrap: wrap;
  }
}
.testimonial__author-thumb {
  max-width: 70px;
  max-height: 70px;
}
.testimonial__author-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.testimonial__author-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--white);
  vertical-align: middle;
  margin-bottom: 5px;
  font-family: var(--font_titilm);
}
@media only screen and (max-width: 1399px) {
  .testimonial__author-name {
    font-size: 18px;
  }
}
.testimonial__author-desgn {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--primary-1);
  font-family: var(--font_titilm);
}
@media only screen and (max-width: 1399px) {
  .testimonial__author-desgn {
    font-size: 15px;
  }
}
.testimonial__author-info {
  text-align: left;
}
.testimonial__quote-icon {
  font-size: 42px;
}
.testimonial__desc {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 26px;
  letter-spacing: 0px;
  color: var(--white);
  position: relative;
  backdrop-filter: blur(60px);
  padding: 32px 40px 30px 40px;
  font-family: var(--font_archivo);
  border-radius: 0px 0px 10px 10px;
  background: rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}
.testimonial__desc::before {
  content: "";
  right: 0;
  top: -1px;
  height: 1px;
  left: 122px;
  width: 209px;
  margin: 0 auto;
  filter: blur(2px);
  position: absolute;
  background: var(--primary-1);
}
@media only screen and (max-width: 1199px) {
  .testimonial__desc::before {
    width: 100px;
  }
}
@media only screen and (max-width: 1399px) {
  .testimonial__desc {
    padding: 30px 16px;
  }
}

.blog-card__wrap {
  margin-top: 75px;
}
@media (max-width: 575px) {
  .blog-card__wrap {
    margin-top: 30px;
  }
}
.blog-card__wrap .swiper {
  width: 100%;
  height: 100%;
}
.blog-card__wrap .swiper .blog-slider__pagination {
  display: flex;
  margin-top: 41px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .blog-card__wrap .swiper .blog-slider__pagination {
    margin-top: 20px;
  }
}
.blog-card__wrap .swiper .blog-slider__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: inherit;
  margin-right: 8px;
  border-radius: 100%;
  background: #E5E5E5;
  margin: 7px !important;
}
.blog-card__wrap .swiper .blog-slider__pagination .swiper-pagination-bullet-active {
  outline-offset: 6px;
  background: var(--primary-1);
  outline: 1px solid var(--primary-1);
}
.blog-card__thumb img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.blog-card__content {
  max-width: 538px;
  margin: 0 auto;
  text-align: start;
  border-radius: 10px;
  background: var(--white);
  margin-bottom: -60px;
  position: relative;
  padding: 25px 30px 24px 30px;
  box-shadow: 0px 11px 28px 0px rgba(32, 46, 53, 0.1098039216);
}
@media (max-width: 575px) {
  .blog-card__content {
    margin-bottom: 0;
    position: inherit;
    padding: 15px 0 24px 0;
  }
}
.blog-card__content .blog-meta span {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
  margin-right: 27px;
  color: var(--secondary-1);
  font-family: var(--font_archivo);
}
@media only screen and (max-width: 767px) {
  .blog-card__content .blog-meta span {
    font-size: 15px;
  }
}
.blog-card__content .blog-meta span:last-child {
  margin-right: 0;
}
.blog-card__content .blog-meta span i {
  margin-right: 4px;
  color: var(--primary-1);
}
.blog-card__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0%;
  padding: 10px 0 20px 0;
  color: var(--primary-2);
  font-family: var(--font_titilm);
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #EFEFEF;
}
.blog-card__title:hover {
  color: var(--primary-1);
}
@media only screen and (max-width: 991px) {
  .blog-card__title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .blog-card__title {
    font-size: 17px;
  }
}
.blog-card__btn {
  margin-top: 10px;
}
.blog-card__btn a {
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--primary-1);
  font-family: var(--font_titilm);
}
.blog-card__btn a i {
  color: var(--primary-1);
  transition: all 0.3s ease-in-out;
}
.blog-card__btn a:hover i {
  margin-left: 5px;
}

.blog-page__wrapper {
  gap: 24px;
  display: grid;
  grid-template-columns: 1fr 391px;
}
@media only screen and (max-width: 991px) {
  .blog-page__wrapper {
    grid-template-columns: 1fr 354px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page__wrapper {
    grid-template-columns: 1fr;
  }
}
.blog-page__item {
  border-radius: 15px;
  margin-bottom: 30px;
  border: 1px solid #E5E5E5;
}
.blog-page__item:last-child {
  margin-bottom: 0;
}
.blog-page__list {
  gap: 10px;
  display: flex;
  text-align: start;
  align-items: center;
}
.blog-page__list li {
  width: 55px;
  height: 55px;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0px;
  border-radius: 100%;
  align-items: center;
  vertical-align: middle;
  background: #F5F5F5;
  justify-content: center;
  font-family: var(--font_titilm);
  transition: all 0.3s ease-in-out;
}
.blog-page__list li:hover {
  cursor: pointer;
  color: var(--white);
  background: var(--primary-1);
}
.blog-page__thumb img {
  width: 100%;
  border-radius: 15px;
}
.blog-page__meta ul {
  gap: 20px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .blog-page__meta ul {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.blog-page__meta ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  list-style: none;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--secondary-1);
  font-family: var(--font_archivo);
}
@media only screen and (max-width: 767px) {
  .blog-page__meta ul li {
    font-size: 15px;
  }
}
.blog-page__meta ul li i {
  font-size: 16px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0px;
  margin-right: 11px;
  vertical-align: middle;
  color: var(--primary-1);
  text-transform: uppercase;
  font-family: Font Awesome 6 Pro;
}
.blog-page__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0px;
  margin: 17.5px 0 20px 0;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_titilm);
  transition: all 0.3s ease-in-out;
}
.blog-page__title:hover {
  color: var(--primary-1);
}
@media only screen and (max-width: 1199px) {
  .blog-page__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .blog-page__title {
    font-size: 20px;
  }
}
.blog-page__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--secondary-1);
  font-family: var(--font_archivo);
}
@media only screen and (max-width: 1199px) {
  .blog-page__desc {
    font-size: 15px;
  }
}
.blog-page__content {
  text-align: start;
  margin: 39px 38px 38px 38px;
}
@media only screen and (max-width: 991px) {
  .blog-page__content {
    margin: 39px 15px 38px 15px;
  }
}
.blog-page__btn {
  margin-top: 24px;
}
.blog-page__btn .rr-btn {
  margin-top: 0;
  padding: 17px 25px;
}
.blog-page__sidebar-form {
  padding: 40px;
  margin-bottom: 30px;
  position: relative;
  border-radius: 15px;
  background: #F5F5F5;
}
@media only screen and (max-width: 991px) {
  .blog-page__sidebar-form {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .blog-page__sidebar-form {
    padding: 15px;
  }
}
.blog-page__sidebar-form input {
  outline: 0;
  width: 100%;
  border: none;
  border-radius: 100px;
  padding: 14.5px 63px 14.5px 25px;
}
.blog-page__sidebar-form input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--secondary-1);
  font-family: var(--font_archivo);
}
.blog-page__sidebar-form button {
  position: absolute;
  top: 40px;
  right: 41px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  background: var(--primary-1);
}
@media only screen and (max-width: 991px) {
  .blog-page__sidebar-form button {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 575px) {
  .blog-page__sidebar-form button {
    top: 14px;
    right: 16px;
  }
}
.blog-page__sidebar-form button i {
  font-size: 16px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0px;
  color: var(--white);
  vertical-align: middle;
  font-family: Font Awesome 6 Pro;
}
.blog-page__sidebar__widget {
  text-align: start;
  margin-bottom: 30px;
  border-radius: 15px;
  background: #F5F5F5;
  padding: 36px 40px 40px 40px;
}
@media only screen and (max-width: 991px) {
  .blog-page__sidebar__widget {
    padding: 15px;
  }
}
.blog-page__sidebar__widget:nth-of-type(2) {
  padding: 40px 25px 40px 40px;
}
@media only screen and (max-width: 991px) {
  .blog-page__sidebar__widget:nth-of-type(2) {
    padding: 40px 20px 40px 20px;
  }
}
.blog-page__sidebar__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0px;
  margin-bottom: 26px;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_titilm);
}
.blog-page__sidebar__categories li {
  list-style: none;
  margin-bottom: 15px;
}
.blog-page__sidebar__categories li:last-child {
  margin-bottom: 0;
}
.blog-page__sidebar__categories li a {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  padding: 17px 25px;
  align-items: center;
  border-radius: 100px;
  vertical-align: middle;
  color: var(--secondary-1);
  background: var(--white);
  transition: all 0.4s ease-in-out;
  font-family: var(--font_archivo);
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.blog-page__sidebar__categories li a i {
  font-size: 16px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-1);
  transition: all 0.3s ease-in-out;
}
.blog-page__sidebar__categories li a:hover {
  background: var(--primary-1);
  color: var(--white);
}
.blog-page__sidebar__categories li a:hover i {
  color: var(--white);
}
.blog-page__sidebar__post-item {
  gap: 15px;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
@media (max-width: 575px) {
  .blog-page__sidebar__post-item {
    flex-wrap: wrap;
  }
}
.blog-page__sidebar__post-item:last-child {
  margin-bottom: 0;
}
.blog-page__sidebar__post-thumb {
  min-width: 80px;
  min-height: 80px;
  object-fit: cover;
}
.blog-page__sidebar__post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog-page__sidebar__post-meta span {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--secondary-1);
  font-family: var(--font_archivo);
}
.blog-page__sidebar__post-meta span i {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  margin-right: 5px;
  letter-spacing: 0px;
  color: var(--primary-2);
  font-family: Font Awesome 6 Pro;
}
.blog-page__sidebar__post-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-2);
  transition: all 0.3s ease-in-out;
  font-family: var(--font_archivo);
}
@media only screen and (max-width: 991px) {
  .blog-page__sidebar__post-title {
    font-size: 16px;
  }
}
.blog-page__sidebar__post-title:hover {
  color: var(--primary-1);
}
.blog-page__sidebar__gallery {
  gap: 13px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}
@media (max-width: 575px) {
  .blog-page__sidebar__gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.blog-page__sidebar__gallery .gallery__thumb a img {
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .blog-page__sidebar__gallery .gallery__thumb a img {
    width: 100%;
  }
}
.blog-page__sidebar__popular-tags {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.blog-page__sidebar__popular-tags li {
  list-style: none;
}
.blog-page__sidebar__popular-tags li a {
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0px;
  padding: 10.5px 14px;
  border-radius: 100px;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
  background: var(--white);
  color: var(--secondary-1);
  transition: all 0.3s ease-in-out;
  font-family: var(--font_archivo);
}
.blog-page__sidebar__popular-tags li a:last-child {
  margin-bottom: 0;
}
.blog-page__sidebar__popular-tags li a:hover {
  color: var(--white);
  background: var(--primary-1);
}

.blog-details__wrapper {
  gap: 24px;
  display: grid;
  grid-template-columns: 1fr 391px;
}
@media only screen and (max-width: 991px) {
  .blog-details__wrapper {
    grid-template-columns: 1fr 280px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details__wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .blog-details__wrapper {
    display: block;
  }
}
.blog-details__wrap {
  text-align: start;
}
.blog-details__wrap .description .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--secondary-1);
  font-family: var(--font_archivo);
}
.blog-details__thumb img {
  border-radius: 15px;
}
.blog-details__meta {
  gap: 20px;
  display: flex;
  align-items: center;
  margin: 39px 0 18px 0;
}
@media (max-width: 575px) {
  .blog-details__meta {
    flex-wrap: wrap;
  }
}
.blog-details__meta span {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--secondary-1);
}
.blog-details__meta span i {
  font-size: 16px;
  font-weight: 900;
  line-height: 100%;
  margin-right: 9px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-1);
  text-transform: uppercase;
  font-family: Font Awesome 6 Pro;
}
.blog-details__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 37px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_titilm);
}
@media only screen and (max-width: 1199px) {
  .blog-details__title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .blog-details__title {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
.blog-details__title.small {
  margin-bottom: 20px;
}
.blog-details__content .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--secondary-1);
  font-family: var(--font_archivo);
}
@media only screen and (max-width: 1199px) {
  .blog-details__content .desc {
    font-size: 15px;
  }
}
.blog-details__content .desc.one {
  display: block;
  margin-bottom: 27px;
}
@media only screen and (max-width: 767px) {
  .blog-details__content .desc.one {
    display: block;
    margin-bottom: 15px;
  }
}
.blog-details__content .text {
  gap: 20px;
  display: flex;
  margin-bottom: 24px;
  align-content: center;
}
@media (max-width: 575px) {
  .blog-details__content .text {
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.blog-details__content .text span {
  min-width: 50px;
  min-height: 50px;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  border-radius: 8px;
  letter-spacing: 0px;
  color: var(--white);
  align-items: center;
  justify-content: center;
  background: var(--primary-1);
  font-family: var(--font_archivo);
}
.blog-details__logistics-content {
  margin-top: 40px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__logistics-content {
    margin-top: 30px;
  }
}
.blog-details__logistics-content .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--secondary-1);
  font-family: var(--font_archivo);
}
.blog-details__testiml-box {
  gap: 30px;
  display: flex;
  margin: 34px 0;
  border-radius: 15px;
  align-items: center;
  background: #F5F5F5;
}
@media (max-width: 575px) {
  .blog-details__testiml-box {
    gap: 20px;
    padding: 20px;
    flex-wrap: wrap;
  }
}
.blog-details__testiml-box .icon {
  padding: 51px 36.3px;
  border-radius: 15px;
  background: var(--primary-1);
}
@media (max-width: 575px) {
  .blog-details__testiml-box .icon {
    padding: 20px 25.3px;
  }
}
.blog-details__testiml-box .icon i {
  font-size: 60px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0px;
  color: var(--white);
  vertical-align: middle;
  font-family: Font Awesome 6 Pro;
}
.blog-details__testiml-box .content {
  position: relative;
  z-index: 1;
}
.blog-details__testiml-box .content .desc {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0px;
  margin-bottom: 20px;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_archivo);
}
@media only screen and (max-width: 1199px) {
  .blog-details__testiml-box .content .desc {
    font-size: 16px;
  }
}
.blog-details__testiml-box .content .name {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0px;
  margin-left: 40px;
  vertical-align: middle;
  color: var(--primary-1);
  font-family: var(--font_archivo);
}
.blog-details__testiml-box .content .name::before {
  content: "";
  left: 0;
  z-index: 2;
  width: 30px;
  height: 2px;
  bottom: 11px;
  display: block;
  position: absolute;
  background: var(--primary-1);
}
.blog-details__gallery {
  gap: 15px;
  display: flex;
  margin: 34px 0;
  align-items: center;
  border-radius: 15px;
}
@media (max-width: 575px) {
  .blog-details__gallery {
    flex-wrap: wrap;
  }
}
.blog-details__gallery .thumb img {
  border-radius: 15px;
}
.blog-details__category {
  gap: 30px;
  display: flex;
  align-items: center;
  margin: 38px 0 50px 0;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .blog-details__category {
    flex-wrap: wrap;
  }
}
.blog-details__tag {
  gap: 15px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .blog-details__tag {
    flex-wrap: wrap;
  }
}
.blog-details__tag li {
  text-align: start;
  list-style: none;
}
.blog-details__tag li a {
  font-size: 16px;
  font-weight: 600;
  list-style: none;
  line-height: 100%;
  padding: 12px 20px;
  letter-spacing: 0px;
  border-radius: 100px;
  vertical-align: middle;
  background: var(--white);
  color: var(--secondary-1);
  border: 1px solid #ECECEC;
  font-family: var(--font_archivo);
  transition: all 0.3s ease-in-out;
}
.blog-details__tag li a:hover {
  color: var(--white);
  background: var(--primary-1);
}
.blog-details__share {
  gap: 15px;
  display: flex;
  align-items: center;
}
.blog-details__share .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_archivo);
}
.blog-details__share ul {
  gap: 20px;
  display: flex;
  align-items: center;
}
.blog-details__share ul li {
  list-style: none;
}
.blog-details__share ul li a {
  color: var(--primary-2);
  transition: all 0.3s ease-in-out;
}
.blog-details__share ul li a i {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  font-family: Font Awesome 6 Brands;
}
.blog-details__share ul li a:hover {
  color: var(--primary-1);
}
.blog-details__page {
  display: flex;
  padding: 29px 0;
  align-items: center;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .blog-details__page {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.blog-details__page-prev {
  gap: 20px;
  display: flex;
  align-items: center;
}
.blog-details__page-prev .image a img {
  border-radius: 10px;
}
.blog-details__page-prev a {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_archivo);
}
.blog-details__page-next {
  gap: 20px;
  display: flex;
  align-items: center;
}
.blog-details__page-next .image a img {
  border-radius: 10px;
}
.blog-details__page-next a {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_archivo);
}
.blog-details__dot {
  gap: 4px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  align-items: center;
}
.blog-details__dot span {
  width: 10px;
  height: 10px;
  background: #E5E5E5;
}
.blog-details__author {
  gap: 25px;
  display: flex;
  padding: 20px;
  margin-top: 58px;
  margin-bottom: 58px;
  border-radius: 15px;
  align-items: center;
  background: #F5F5F5;
}
@media only screen and (max-width: 767px) {
  .blog-details__author {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .blog-details__author {
    flex-wrap: wrap;
  }
}
.blog-details__author-thumb {
  min-width: 180px;
  min-height: 180px;
}
.blog-details__author-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.blog-details__author-info .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0px;
  margin-bottom: 12px;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_titilm);
}
.blog-details__author-info .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--secondary-1);
  font-family: var(--font_archivo);
}
.blog-details__author-info .social-list {
  gap: 10px;
  display: flex;
  margin-top: 12px;
  align-items: center;
}
.blog-details__author-info .social-list li {
  list-style: none;
}
.blog-details__author-info .social-list li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 100px;
  justify-content: center;
  color: var(--primary-2);
  background: var(--white);
  transition: all 0.3s ease-in-out;
}
.blog-details__author-info .social-list li a i {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  font-family: Font Awesome 6 Brands;
}
.blog-details__author-info .social-list li a:hover {
  color: var(--white);
  background: var(--primary-1);
}
.blog-details__comment-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0px;
  margin-bottom: 30px;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_titilm);
}
.blog-details__comment-author {
  gap: 25px;
  display: flex;
  padding: 30px 0;
  align-items: center;
  border-bottom: 1px solid #E5E5E5;
}
@media (max-width: 575px) {
  .blog-details__comment-author {
    flex-wrap: wrap;
    padding: 25px 0;
  }
}
.blog-details__comment-author:first-child {
  padding-top: 0;
}
.blog-details__comment-author:nth-child(2) {
  padding-left: 125px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__comment-author:nth-child(2) {
    padding-left: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-details__comment-author:nth-child(2) {
    padding-left: 0;
  }
}
.blog-details__comment-author:last-child {
  border-bottom: none;
  padding-bottom: 60px;
}
.blog-details__comment-author .author-thumb {
  min-width: 100px;
  min-width: 100px;
}
.blog-details__comment-author .author-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.blog-details__comment-author .author-info-wrap .info {
  display: flex;
  justify-content: space-between;
}
.blog-details__comment-author .author-info-wrap .info .date {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  padding-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
  color: var(--secondary-1);
  font-family: var(--primary-2);
}
.blog-details__comment-author .author-info-wrap .info .name {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0px;
  margin-bottom: 10px;
  display: block;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_archivo);
}
.blog-details__comment-author .author-info-wrap .info .reply a {
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-1);
}
@media (max-width: 575px) {
  .blog-details__comment-author .author-info-wrap .info .reply a {
    font-size: 15px;
  }
}
.blog-details__comment-author .author-info-wrap .info .reply a i {
  margin-left: 6px;
}
.blog-details__comment-author .author-info-wrap .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--secondary-1);
  font-family: var(--font_archivo);
}
.blog-details__comment-form {
  border-radius: 15px;
  background: #F5F5F5;
  padding: 43px 50px 47px 50px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__comment-form {
    padding: 43px 20px 47px 20px;
  }
}
@media (max-width: 575px) {
  .blog-details__comment-form {
    padding: 43px 15px 47px 15px;
  }
}
.blog-details__form-title {
  display: block;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0px;
  margin-bottom: 18px;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_titilm);
}
.blog-details__form-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--secondary-1);
  font-family: var(--font_archivo);
}
.blog-details__form-group {
  margin-top: 26px;
  position: relative;
}
.blog-details__form-group .form-input {
  gap: 21px;
  display: flex;
  position: relative;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .blog-details__form-group .form-input {
    flex-wrap: wrap;
  }
}
.blog-details__form-group .form-input input {
  outline: 0;
  width: 100%;
  border: none;
  margin-bottom: 20px;
  border-radius: 100px;
  padding: 14.5px 48px 14.5px 25px;
}
.blog-details__form-group .form-input input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--secondary-1);
  font-family: var(--font_archivo);
}
.blog-details__form-group .form-input .icon-1 {
  top: 16px;
  left: 43%;
  position: absolute;
  color: var(--primary-1);
}
@media only screen and (max-width: 991px) {
  .blog-details__form-group .form-input .icon-1 {
    top: 15px;
    left: auto;
    right: 27px;
  }
}
.blog-details__form-group .form-input .icon-2 {
  top: 16px;
  right: 3.4%;
  position: absolute;
  color: var(--primary-1);
}
@media only screen and (max-width: 991px) {
  .blog-details__form-group .form-input .icon-2 {
    right: 6.4%;
    bottom: 34px;
    top: inherit;
  }
}
@media (max-width: 575px) {
  .blog-details__form-group .form-input .icon-2 {
    right: 9.4%;
  }
}
.blog-details__form-group .form-selector .custom-select {
  width: 100%;
  border: none;
  height: 55px;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 20px;
  letter-spacing: 0px;
  padding-left: 26px;
  border-radius: 100px;
  align-items: center;
  vertical-align: middle;
  color: var(--secondary-1);
  font-family: var(--font_archivo);
}
.blog-details__form-group .form-selector .custom-select::after {
  top: 43%;
  width: 11px;
  right: 30px;
  right: 30px;
  height: 11px;
  border-radius: 3px;
  color: var(--primary-1);
  border-color: var(--primary-1);
}
.blog-details__form-group .form-selector .custom-select .list {
  width: 100%;
}
.blog-details__form-group .form-comment textarea {
  outline: 0;
  width: 100%;
  height: 160px;
  border: none;
  border-radius: 15px;
  padding: 23px 64px 23px 25px;
}
.blog-details__form-group .form-comment textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--secondary-1);
  font-family: var(--font_archivo);
}
.blog-details__form-group .form-comment .icon {
  right: 29px;
  bottom: 202px;
  position: absolute;
  color: var(--primary-1);
}
.blog-details__btn {
  margin-top: 21.5px;
}
.blog-details__btn.rr-btn {
  padding: 19.5px 37px;
}

.faq__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 991px) {
  .faq__wrapper {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .faq__wrapper {
    grid-template-columns: 1fr;
  }
}
.faq__content {
  padding-right: 17px;
}
@media only screen and (max-width: 767px) {
  .faq__content {
    padding-right: 0;
  }
}
.faq__content .accordion {
  margin-top: 56px;
}
@media only screen and (max-width: 767px) {
  .faq__content .accordion {
    margin-top: 40px;
  }
}
.faq__content .accordion-button {
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  outline: inherit;
  padding: 17.5px 30px;
  background: #FBFCFF;
  color: var(--primary-2);
  border: 1px solid #E3E7F0;
  border-radius: 10px !important;
  transition: all 0.3s ease-in-out;
  font-family: var(--font_archivo);
}
@media only screen and (max-width: 1199px) {
  .faq__content .accordion-button {
    font-size: 17px;
    padding: 17.5px 15px;
  }
}
@media (max-width: 575px) {
  .faq__content .accordion-button {
    font-size: 16px;
    padding: 17.5px 10px;
  }
}
.faq__content .accordion-button:focus {
  box-shadow: inherit;
}
.faq__content .accordion-button::after {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: var(--white);
  vertical-align: middle;
  background-size: 16px;
}
@media (max-width: 575px) {
  .faq__content .accordion-button::after {
    transform: translateY(-5px);
  }
}
.faq__content .accordion-item {
  margin-bottom: 20px;
  border-radius: 10px;
  background: #FBFCFF;
  border-bottom: none;
}
.faq__content .accordion-button:not(.collapsed) {
  border: none;
  color: var(--white);
  box-shadow: inherit;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: var(--primary-1);
}
.faq__content .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.faq__content .accordion-body {
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  padding: 23.5px 30px;
  color: var(--secondary-1);
  box-shadow: 0px 22px 38px 0px rgba(48, 59, 85, 0.1019607843);
  font-family: var(--font_archivo);
  border: 1px solid #E3E7F0;
  border-top: none;
  border-radius: 10px;
}
@media only screen and (max-width: 1199px) {
  .faq__content .accordion-body {
    padding: 23.5px 20px;
  }
}
@media (max-width: 575px) {
  .faq__content .accordion-body {
    padding: 23.5px 13px;
  }
}
.faq__content .accordion #flush-collapseOne.show ~ .accordion-header .accordion-button {
  background-color: var(--primary-1) !important;
  color: var(--white) !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.faq__thumb {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .faq__thumb {
    gap: 20px;
    display: grid;
    position: inherit;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .faq__thumb {
    display: block;
  }
}
.faq__thumb img {
  border-radius: 20px;
  border: 4px solid var(--white);
  box-shadow: 0px 18px 48px rgba(30, 33, 65, 0.16);
}
@media only screen and (max-width: 767px) {
  .faq__thumb img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
  }
}
@media (max-width: 575px) {
  .faq__thumb img {
    margin-bottom: 10px;
  }
}
.faq__thumb .img-1 {
  left: 119px;
  bottom: -125px;
  position: absolute;
  border-radius: 20px;
  box-shadow: 0px 18px 48px rgba(30, 33, 65, 0.16);
}
@media only screen and (max-width: 991px) {
  .faq__thumb .img-1 {
    left: 0;
    bottom: -290px;
  }
}
@media only screen and (max-width: 767px) {
  .faq__thumb .img-1 {
    position: inherit;
    border-radius: none;
    box-shadow: none;
  }
}
.faq__thumb .img-2 {
  right: -20px;
  bottom: -87px;
  position: absolute;
  border-radius: 20px;
  box-shadow: 0px 18px 48px rgba(30, 33, 65, 0.16);
}
@media only screen and (max-width: 1399px) {
  .faq__thumb .img-2 {
    right: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .faq__thumb .img-2 {
    right: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .faq__thumb .img-2 {
    right: 0;
    bottom: -202px;
  }
}
@media only screen and (max-width: 767px) {
  .faq__thumb .img-2 {
    position: inherit;
    border-radius: none;
    box-shadow: none;
  }
}
.faq__info {
  right: 0;
  top: 68px;
  text-align: start;
  position: absolute;
  border-radius: 20px;
  background: var(--primary-1);
  padding: 34px 28px 36px 30px;
}
@media only screen and (max-width: 1199px) {
  .faq__info {
    right: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .faq__info {
    position: inherit;
    text-align: center;
  }
}
.faq__info .persent {
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 8px;
  color: var(--white);
  font-family: var(--fonts_inter-tight);
}
.faq__info p {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1%;
  color: var(--white);
  font-family: var(--fonts_inter-tight);
}

.brand__wrapper {
  background: #F5F5F5;
  padding: 80px 0 50px 0;
}
@media only screen and (max-width: 1199px) {
  .brand__wrapper {
    padding: 70px 0 70px;
  }
}
@media only screen and (max-width: 991px) {
  .brand__wrapper {
    padding: 60px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .brand__wrapper {
    padding: 50px 0 50px;
  }
}
.brand__wrapper.one {
  padding: 108px 0 108px 0;
}
@media only screen and (max-width: 1199px) {
  .brand__wrapper.one {
    padding: 70px 0 70px;
  }
}
@media only screen and (max-width: 991px) {
  .brand__wrapper.one {
    padding: 60px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .brand__wrapper.one {
    padding: 50px 0 50px;
  }
}
.brand__wrap {
  display: flex;
  align-items: center;
}
.brand__wrap .swiper-wrapper {
  transition-timing-function: linear;
}
.brand__wrap .swiper-wrapper .swiper-slide {
  width: auto;
}
.brand__item {
  display: flex;
  width: 230px;
  height: 81px;
  border-radius: 7px;
  align-items: center;
  justify-content: center;
  background: var(--white);
  margin-bottom: 30px;
  border: 1px solid #EAEDF4;
  box-shadow: 0px 7px 32px rgba(29, 43, 42, 0.1);
}
.brand__item img {
  width: auto;
}
.brand__item.one {
  border: none;
  background: inherit;
  box-shadow: inherit;
}

.why-choose-us__wrapper {
  padding-top: 42px;
  margin-top: 95px;
  padding-bottom: 120px;
  background-size: cover;
  background-position: end;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1199px) {
  .why-choose-us__wrapper {
    background-position: center;
  }
}
@media only screen and (max-width: 767px) {
  .why-choose-us__wrapper {
    margin-top: 40px;
    padding-bottom: 60px;
    background-image: none !important;
  }
}
.why-choose-us__wrap {
  max-width: 558px;
  margin-left: auto;
  text-align: start;
}
@media only screen and (max-width: 1199px) {
  .why-choose-us__wrap {
    max-width: 449px;
  }
}
@media only screen and (max-width: 767px) {
  .why-choose-us__wrap {
    max-width: 100%;
  }
}
.why-choose-us__item {
  margin-top: 36px;
}
.why-choose-us__icon-box {
  gap: 31px;
  display: flex;
  text-align: start;
  padding-bottom: 23px;
  align-items: center;
  border-bottom: 1px solid #E5E5E5;
}
@media (max-width: 575px) {
  .why-choose-us__icon-box {
    flex-wrap: wrap;
  }
}
.why-choose-us__icon-box:nth-child(2) {
  padding-top: 23px;
  padding-bottom: 0;
  border: none;
}
.why-choose-us__icon-box .icon {
  min-width: 80px;
  min-height: 80px;
  display: flex;
  border-radius: 9px;
  align-items: center;
  background: #F6F0F1;
  justify-content: center;
}
.why-choose-us__icon-box .content .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  color: var(--black);
  margin-bottom: 14px;
  font-family: var(--font_exo);
}
.why-choose-us__icon-box .content .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--secondary-1);
  font-family: var(--fonts_inter-tight);
}
@media only screen and (max-width: 1199px) {
  .why-choose-us__icon-box .content .desc br {
    display: none;
  }
}
.why-choose-us__btn {
  margin-top: 39px;
}
.why-choose-us__btn .rr-btn {
  padding: 19.5px 30px;
}

.projects__wrapper {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  .projects__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.projects__thumb {
  position: relative;
  width: 100%;
  height: 100%;
}
.projects__thumb img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.projects__content {
  left: 0;
  right: 0;
  bottom: 0;
  margin: 20px;
  margin-top: 0;
  text-align: start;
  position: absolute;
  border-radius: 15px;
  background: var(--white);
  padding: 27px 39px 22px 29px;
  backdrop-filter: blur(7.5px);
}
@media only screen and (max-width: 1199px) {
  .projects__content {
    padding: 27px 20px 22px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .projects__content {
    margin: 10px;
  }
}
.projects__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 6px;
  color: var(--primary-2);
  font-family: var(--font_archivo);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .projects__title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .projects__title {
    font-size: 18px;
  }
}
.projects__title:hover {
  color: var(--primary-1);
}
.projects__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: #6E777D;
  font-family: var(--font_archivo);
}

.project-details__wrap {
  position: relative;
  border-radius: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.project-details__info {
  left: 0;
  right: 0;
  bottom: 0;
  text-align: start;
  position: absolute;
  border-radius: 10px;
  display: inline-block;
  background: var(--white);
  margin: 10px 8px 10px 9px;
  border: 1px solid #E4E4E8;
}
@media only screen and (max-width: 767px) {
  .project-details__info {
    position: inherit;
    margin: 30px 8px 10px 9px;
  }
}
@media (max-width: 575px) {
  .project-details__info {
    margin: 30px 0 10px 0;
  }
}
.project-details__info .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--secondary-1);
  padding: 0 30px 30px 30px;
  font-family: var(--font_archivo);
}
@media only screen and (max-width: 1199px) {
  .project-details__info .desc {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .project-details__info .desc {
    padding: 0 30px 25px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .project-details__info .desc {
    padding: 0 10px 25px 15px;
  }
}
.project-details__meta {
  display: grid;
  border-top: 1px solid #E4E4E8;
  grid-template-columns: 277px 292px 281px 347px;
}
@media only screen and (max-width: 1399px) {
  .project-details__meta {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .project-details__meta {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .project-details__meta {
    border: none;
    grid-template-columns: 1fr;
  }
}
.project-details__meta .meta-box {
  gap: 20px;
  display: flex;
  align-items: center;
  padding: 30px 0 30px 30px;
  border-right: 1px solid #E4E4E8;
}
@media only screen and (max-width: 1399px) {
  .project-details__meta .meta-box {
    padding: 30px 0 30px 8px;
  }
}
@media only screen and (max-width: 1199px) {
  .project-details__meta .meta-box {
    flex-wrap: wrap;
    padding: 29px 15px 30px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .project-details__meta .meta-box {
    gap: 10px;
    padding: 15px 15px 30px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .project-details__meta .meta-box {
    flex-wrap: nowrap;
    padding: 15px 10px 15px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .project-details__meta .meta-box:nth-child(3) {
    padding-bottom: 0;
  }
}
.project-details__meta .meta-box:last-child {
  border-right: none;
}
.project-details__meta .meta-box .icon {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  align-items: center;
  background: #F2F2F2;
  justify-content: center;
}
.project-details__meta .meta-box .icon i {
  font-size: 16px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-1);
}
.project-details__meta .meta-box .tag span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 10px;
  vertical-align: middle;
  color: var(--secondary-1);
  font-family: var(--font_archivo);
}
.project-details__meta .meta-box .tag .name {
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_archivo);
}
@media only screen and (max-width: 991px) {
  .project-details__meta .meta-box .tag .name {
    font-size: 16px;
  }
}
.project-details__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 17px;
  vertical-align: middle;
  padding: 30px 30px 0 30px;
  color: var(--primary-2);
  font-family: var(--font_titilm);
}
@media only screen and (max-width: 1199px) {
  .project-details__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .project-details__title {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .project-details__title {
    padding: 30px 15px 0 15px;
  }
}
.project-details__title.extra {
  padding: 0;
}
.project-details__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.32px;
  vertical-align: middle;
  padding: 0 30px 30px 30px;
  color: var(--secondary-1);
  font-family: var(--font_archivo);
}
@media only screen and (max-width: 991px) {
  .project-details__desc {
    font-size: 15px;
  }
}
.project-details__desc.decptn {
  padding: 0;
  margin-bottom: 30px;
}
.project-details__description {
  display: block;
  text-align: left;
  margin: 34px 0 42px 0;
}
@media only screen and (max-width: 767px) {
  .project-details__description {
    margin: 15px 0 25px 0;
  }
}
.project-details__description .desc {
  display: block;
  text-align: left;
  margin-bottom: 28px;
}
@media only screen and (max-width: 991px) {
  .project-details__description .desc {
    margin-bottom: 16px;
  }
}
.project-details__description .desc:last-child {
  margin-bottom: 0;
}
.project-details__challenge {
  gap: 20px;
  display: grid;
  text-align: start;
  grid-template-columns: 648px 1fr;
}
@media only screen and (max-width: 991px) {
  .project-details__challenge {
    grid-template-columns: 340px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .project-details__challenge {
    grid-template-columns: 1fr;
  }
}
.project-details__list .icon-box {
  gap: 20px;
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .project-details__list .icon-box {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .project-details__list .icon-box {
    flex-wrap: nowrap;
  }
}
@media (max-width: 575px) {
  .project-details__list .icon-box {
    flex-wrap: wrap;
  }
}
.project-details__list .icon-box:last-child {
  margin-bottom: 0;
}
.project-details__list .icon-box .icon {
  min-width: 90px;
  min-height: 90px;
  align-items: center;
  display: inline-flex;
  border-radius: 500px;
  background: #F5F5F5;
  justify-content: center;
}
@media (max-width: 575px) {
  .project-details__list .icon-box .icon {
    min-width: 70px;
    min-height: 70px;
  }
}
.project-details__list .content .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 1%;
  margin-bottom: 10px;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_archivo);
}
@media only screen and (max-width: 767px) {
  .project-details__list .content .title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.project-details__list .content .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.16px;
  vertical-align: middle;
  font-family: var(--font_archivo);
}
@media only screen and (max-width: 767px) {
  .project-details__list .content .desc {
    font-size: 15px;
  }
}
.project-details__thumb {
  text-align: end;
}
.project-details__thumb img {
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .project-details__thumb img {
    width: 100%;
  }
}

.contact__wrapper {
  background: #F6F6F7;
}
.contact__wrap {
  padding: 92px 100px 99px 100px;
}
@media only screen and (max-width: 991px) {
  .contact__wrap {
    padding: 92px 40px 99px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .contact__wrap {
    padding: 50px 20px 60px 20px;
  }
}
.contact__form {
  margin-top: 58px;
}
.contact__form .form-group__input {
  gap: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .contact__form .form-group__input {
    gap: 0px;
    flex-wrap: wrap;
  }
}
.contact__form .form-group input {
  outline: 0;
  width: 100%;
  border: none;
  display: block;
  margin-bottom: 20px;
  padding: 14.5px 25px;
  border-radius: 100px;
  background: var(--white);
}
.contact__form .form-group input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--secondary-1);
  font-family: var(--font_archivo);
}
.contact__form .form-group textarea {
  outline: 0;
  width: 100%;
  height: 160px;
  border: none;
  border-radius: 20px;
  background: var(--white);
  padding: 20px 25px 25px 25px;
}
.contact__form .form-group .form-selector .custom-select {
  width: 100%;
  border: none;
  height: 55px;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 20px;
  letter-spacing: 0px;
  padding-left: 26px;
  border-radius: 100px;
  align-items: center;
  vertical-align: middle;
  color: var(--secondary-1);
  font-family: var(--font_archivo);
}
.contact__form .form-group .form-selector .custom-select::after {
  top: 43%;
  width: 11px;
  right: 30px;
  height: 11px;
  border-radius: 3px;
  color: var(--secondary-1);
  border-color: var(--secondary-1);
}
.contact__form .form-group .form-selector .custom-select .list {
  width: 100%;
}
.contact__info {
  gap: 20px;
  padding: 0 20px 20px 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 767px) {
  .contact__info br {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .contact__info {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .contact__info {
    padding: 0 15px 20px 15px;
    grid-template-columns: 1fr;
  }
}
.contact__item {
  border-radius: 15px;
  background: var(--white);
  border: 1px solid #F0F0F0;
}
.contact__item:nth-child(3) .contact-box .info::before {
  left: 16%;
}
.contact__item .thumb img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.contact__item .contact-box {
  gap: 40px;
  display: flex;
  text-align: start;
  position: relative;
  align-items: center;
  margin: 30px 40px 35px 40px;
}
@media only screen and (max-width: 1199px) {
  .contact__item .contact-box {
    gap: 18px;
    flex-wrap: wrap;
    margin: 30px 40px 35px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .contact__item .contact-box {
    margin: 30px 20px 35px 20px;
  }
}
.contact__item .contact-box .icon i {
  font-size: 40px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-1);
  font-family: Font Awesome 6 Pro;
}
.contact__item .contact-box .info::before {
  content: "";
  top: 14%;
  left: 20%;
  width: 1px;
  height: 39px;
  display: block;
  position: absolute;
  background: #E5E5E5;
}
@media only screen and (max-width: 1199px) {
  .contact__item .contact-box .info::before {
    display: none;
  }
}
.contact__item .contact-box .info span {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-1);
  text-transform: uppercase;
  font-family: var(--font_archivo);
}
.contact__item .contact-box .info .number {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-2);
  transition: all 0.3s ease-in-out;
  font-family: var(--font_archivo);
}
@media only screen and (max-width: 767px) {
  .contact__item .contact-box .info .number {
    font-size: 17px;
  }
}
.contact__item .contact-box .info .number:hover {
  color: var(--primary-1);
}
.contact__item .contact-box .info .mail {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-2);
  transition: all 0.3s ease-in-out;
  font-family: var(--font_archivo);
}
@media only screen and (max-width: 767px) {
  .contact__item .contact-box .info .mail {
    font-size: 17px;
  }
}
.contact__item .contact-box .info .mail:hover {
  color: var(--primary-1);
}
.contact__item .contact-box .info .location {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-2);
  transition: all 0.3s ease-in-out;
  font-family: var(--font_archivo);
}
@media only screen and (max-width: 767px) {
  .contact__item .contact-box .info .location {
    font-size: 17px;
  }
}
.contact__item .contact-box .info .location:hover {
  color: var(--primary-1);
}
.contact__btn {
  margin-top: 32px;
}
.contact__btn.rr-btn {
  padding: 19.5px 40px;
}

.google-map iframe {
  width: 100%;
  height: 600px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .google-map iframe {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .google-map iframe {
    height: 300px;
  }
}

/*# sourceMappingURL=style.css.map */
