@charset "UTF-8";
/*-----------------------------------------------------------------------------------

  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=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --primary: #16987E;
  --secondary: #0A0A0A;
  --white: #FFFFFF;
  --gray: #4E4E4E;
  --border: #E4E4E4;
}

/* === 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_inter: "Inter", sans-serif;
  --font_fraunces: "Fraunces", serif;
  --font_awesome: "Font Awesome 6 Pro";
}

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

body {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font_inter);
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  color: var(--primary);
  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: 80px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 18px;
}

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

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

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

.bg {
  background-color: #F5F5F5;
}

.inner-space {
  margin-bottom: 71px;
}
@media only screen and (max-width: 767px) {
  .inner-space {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .inner-space {
    margin-bottom: 50px;
  }
}

.bg-sdw {
  background: var(--white);
  box-shadow: 0px 0px 48px 0px rgba(87, 105, 138, 0.1294117647);
}

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

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

.mb-minus-24 {
  margin-bottom: -24px;
}

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

.p-relative {
  position: relative;
}

.mb-91 {
  display: block;
  margin-bottom: 91px;
}
@media only screen and (max-width: 767px) {
  .mb-91 {
    margin-bottom: 0;
  }
}

#smooth-content {
  padding-top: 170px;
}
@media only screen and (max-width: 1199px) {
  #smooth-content {
    padding-top: 0;
  }
}

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

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

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

/* === 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-1344 {
  max-width: 1344px;
}
.rr-container-1705 {
  max-width: 1705px;
}
.rr-container-1244 {
  max-width: 1244px;
}

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

.section-space-top {
  padding-top: 120px;
}
@media only screen and (max-width: 1599px) {
  .section-space-top {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-space-top {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .section-space-top {
    padding-top: 60px;
  }
}

.section-space-bottom {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1599px) {
  .section-space-bottom {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .section-space-bottom {
    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(--primary);
  z-index: 1000000000000000000000;
}

.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(--primary);
  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: 10000000000000000;
  color: var(--primary);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100px);
  transition: all 300ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  background-color: var(--primary);
}

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

.progress-wrap svg path {
  fill: #fff;
}

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

.rr-btn {
  z-index: 5;
  overflow: hidden;
  position: relative;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  padding: 17px 25.6px;
  line-height: 16px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  font-family: var(--font_inter);
  background: var(--primary);
}
.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(--primary);
}
.rr-btn:hover .btn-wrap .text-two i, .rr-btn:focus .btn-wrap .text-two i {
  transform: rotate(-45deg);
  color: var(--primary);
}
.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(--white);
}
.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;
  transform: rotate(-45deg);
  color: var(--white);
}
.rr-btn .btn-wrap .text-one {
  position: relative;
  color: var(--white);
  transition: all 0.5s;
}
.rr-btn .btn-wrap .text-two {
  top: 100%;
  position: absolute;
  color: var(--primary);
  transition: all 0.5s;
}
.rr-btn .btn-wrap .text-two i {
  color: var(--primary);
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}

/* === menu scss (index 01) === */
.main-menu > ul {
  gap: 40px;
  display: flex;
}
@media only screen and (max-width: 1399px) {
  .main-menu > ul {
    gap: 25px;
  }
}
.main-menu > ul > li:hover > a {
  color: var(--primary);
}
.main-menu > ul > li:hover > a::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.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;
  align-items: center;
  color: var(--white);
  padding: 48px 0;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.main-menu li:hover a {
  color: var(--primary);
}
.main-menu ul.dp-menu {
  background-color: var(--white);
  padding: 0px 0 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;
  margin: 5px 0 5px 0;
  color: var(--secondary);
  text-transform: capitalize;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.main-menu ul.dp-menu li a:last-child {
  padding-bottom: 0;
}
.main-menu ul.dp-menu li a:hover {
  color: var(--primary);
}
.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;
  transition: all 0.3s ease-in-out;
}
.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;
}

/* ===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(--secondary);
  width: 40px;
  height: 40px;
  border: 1px solid var(--secondary);
  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 {
  max-width: inherit;
}
.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(--secondary);
  font-weight: 500;
}
.offset-widget-box .contact-item span a:hover {
  color: var(--primary);
}
.offset-widget-box .contact-item .icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  align-items: center;
  display: inline-flex;
  color: var(--secondary);
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--secondary);
}

/* ===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(--secondary);
  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-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;
}

/* === header scss (index 01) === */
.header__topbar {
  background: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .header__topbar {
    display: none;
  }
}
.header__topbar-wrap {
  display: flex;
  padding: 11.5px 0;
  align-items: center;
  max-width: 1344px;
  margin: 0 auto;
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .header__topbar-wrap {
    padding: 8px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .header__topbar-wrap {
    display: none;
    flex-wrap: wrap;
  }
}
.header__topbar-right {
  gap: 14px;
  display: flex;
  align-items: center;
}
.header__topbar-right .text {
  color: var(--white);
}
.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;
  margin-top: 3px;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1399px) {
  .header__topbar-social {
    gap: 15px;
  }
}
.header__topbar-social li {
  list-style: none;
}
.header__topbar-social li 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 li a {
    font-size: 15px;
  }
}
.header__topbar-social li a i {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: var(--white);
  transition: all 0.3s ease-in-out;
  transform: translateY(-2px);
}
.header__topbar-social li a:hover {
  color: var(--white);
}
.header__topbar-social li a:hover i {
  color: var(--secondary);
}
.header__topbar-contact {
  gap: 42px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1399px) {
  .header__topbar-contact {
    gap: 24px;
  }
}
.header__topbar-contact li {
  display: flex;
  list-style: none;
  align-items: center;
  position: relative;
  color: var(--white);
}
.header__topbar-contact li::before {
  content: "";
  top: -14px;
  right: -13%;
  width: 1px;
  height: 50px;
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.14);
}
@media only screen and (max-width: 1399px) {
  .header__topbar-contact li::before {
    right: -9%;
  }
}
.header__topbar-contact li i {
  margin-right: 10px;
  color: var(--white);
}
.header__topbar-contact li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: var(--white);
  font-family: var(--font_inter);
}
.header__topbar-contact li a:hover {
  color: rgba(255, 255, 255, 0.75);
}
.header__topbar-contact li:nth-child(2)::before {
  right: -10%;
}
.header__topbar-contact li:last-child {
  padding-left: 10px;
}
.header__topbar-contact li:last-child::before {
  display: none;
}
.header-area {
  z-index: 50;
  width: 100%;
}
.header-area .header-top-contact {
  display: flex;
  position: relative;
  align-items: center;
  background: #DA5033;
  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: 10px;
}
@media only screen and (max-width: 767px) {
  .header-area .header__button .rr-btn {
    display: none;
  }
}
.header-area__inner {
  gap: 10px;
  display: flex;
  position: relative;
  align-items: center;
  background: transparent;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .header-area__inner {
    height: 80px;
    gap: 10px;
  }
}
.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 .main-menu li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0px;
  padding: 49.5px 0;
  color: var(--secondary);
  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 {
  font-weight: 700;
  color: var(--white);
  border-radius: 5px;
  padding: 14.5px 31.5px;
  background: var(--primary);
}
.header-area .rr-btn::before {
  background: var(--secondary);
}
.header-area .rr-btn .btn-wrap .text-two {
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  .header-area .rr-btn {
    padding: 14.5px 18px;
  }
}
.header-area .side-toggle {
  gap: 3px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 55px;
  height: 55px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.header-area .side-toggle span {
  width: 15px;
  height: 2px;
  display: block;
  background: var(--primary);
}
.header-area .header__nav {
  position: relative;
}
@media (max-width: 575px) {
  .header-area .header__nav {
    margin-left: 0;
  }
}
.header-area .main-menu {
  padding-left: 30px;
}
@media only screen and (max-width: 1399px) {
  .header-area .main-menu {
    padding-left: 0;
  }
}
.header-main {
  z-index: 10;
  position: relative;
  border-radius: 0;
  background: var(--white);
}
.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);
}
.header__lan {
  gap: 9px;
  display: flex;
  align-items: center;
  position: relative;
}
.header__lan .icon i {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: var(--primary);
  vertical-align: middle;
  font-family: var(--font_awesome);
}
@media only screen and (max-width: 767px) {
  .header__lan {
    display: none;
  }
}
.header__lan .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border-radius: 0;
  border: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  height: auto;
  outline: none;
  padding-left: 0;
  padding-right: 16px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.header__lan .nice-select .current {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: var(--secondary);
  vertical-align: middle;
  font-family: var(--font_inter);
}
.header__lan .nice-select .icon {
  top: 0;
  right: -2px;
  position: absolute;
  transition: all 0.3s;
}
.header__lan .nice-select .icon i {
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
  color: var(--secondary);
  vertical-align: middle;
  font-family: var(--font_awesome);
}
.header__lan .nice-select ul li {
  width: inherit;
  height: inherit;
}
.header__lan .nice-select .list {
  left: -23px;
  display: flex;
  padding: 0 10px;
  min-width: 100px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--white);
}
.header__lan .nice-select .option {
  line-height: 1;
  font-size: 14px;
  min-height: auto;
  font-weight: 400;
  padding: 12px 10px;
  color: var(--secondary);
}
.header__lan .nice-select .option:hover {
  color: var(--primary);
}
.header__lan .nice-select .option.selected {
  font-weight: 600;
}
.header__lan .nice-select:after {
  display: none;
}
.header__lan .nice-select.open .icon {
  top: 0;
  transform: rotate(180deg);
}

/* === footer scss (index 01) === */
.footer-2 {
  overflow: hidden;
  background: #131620;
}
.footer-2 .footer-text {
  margin-bottom: 42px;
}
.footer-2 .footer-text .text-heading {
  font-weight: 700;
  font-size: 220px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.05);
  font-family: var(--font_inter);
  margin-top: -25px;
  letter-spacing: 6px;
}
@media only screen and (max-width: 1599px) {
  .footer-2 .footer-text .text-heading {
    font-size: 156px;
    margin-top: -17px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-2 .footer-text .text-heading {
    font-size: 141px;
    margin-top: -17px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-2 .footer-text .text-heading {
    font-size: 120px;
    margin-top: -15px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-2 .footer-text .text-heading {
    font-size: 92px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-2 .footer-text .text-heading {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .footer-2 .footer-text .text-heading {
    font-size: 38px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-2 .footer-widget {
    margin-bottom: 20px;
  }
}
.footer-2 .footer-widget .widget-header .widget-title {
  font-size: 24px;
}
.footer-2 .footer-widget .widget-header .widget-title:after {
  left: 0;
}
.footer-2 .footer-widget .widget-header .widget-title:before {
  left: 45px;
  width: 15px;
}
.footer-2 .footer-widget .widget-header .widget-title .right-shape {
  background-color: var(--theme);
  width: 5px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 65px;
}
.footer-2 .footer-widget .footer-social li:not(:last-of-type) {
  margin-right: 5px;
}
.footer-2 .footer-widget .footer-social li a {
  background-color: #242833;
  color: var(--white);
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.footer-2 .footer-widget .footer-social li a:hover {
  background-color: var(--primary);
}
.footer-2 .footer-widget .footer-social li a:hover i {
  color: var(--white);
}

.footer-widget .widget-header {
  margin-bottom: 28px;
}
.footer-widget .widget-header .widget-title {
  color: var(--white);
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  font-family: var(--font_inter);
  position: relative;
  padding-bottom: 15px;
}
.footer-widget .widget-header .line-wrap {
  gap: 3px;
  display: flex;
  align-items: center;
  transform: translateY(-2px);
}
.footer-widget .widget-header .line-wrap .line-main {
  width: 40px;
  height: 2px;
  background: var(--primary);
}
.footer-widget .widget-header .line-wrap .line-span {
  width: 10px;
  height: 2px;
  background: var(--primary);
}
.footer-widget .widget-header .line-wrap .line-dot {
  width: 6px;
  height: 2px;
  background: var(--primary);
}
.footer-widget .widget-header .line-wrap.one .line-dot {
  width: 6px;
  height: 2px;
  background: var(--primary);
}
.footer-widget p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #838791;
  max-width: 312px;
}
@media (max-width: 575px) {
  .footer-widget p {
    max-width: 100%;
  }
}
.footer-widget p span {
  color: var(--theme);
}
.footer-widget .title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 30px;
  text-transform: uppercase;
}
.footer-widget .title span {
  color: var(--tb-color-text-body);
  display: block;
  margin-top: 10px;
  text-transform: inherit;
  font-weight: 400;
}
.footer-widget .footer-list {
  list-style: none;
  transform: translateY(-7px);
}
.footer-widget .footer-list li {
  color: #838790;
}
.footer-widget .footer-list li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  color: #838790;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .footer-widget .footer-list li a {
    font-size: 14px;
    line-height: 29px;
  }
}
.footer-widget .footer-list li a i {
  color: #838790;
  margin-right: 15px;
  font-weight: 900;
  font-size: 16px;
  line-height: 40px;
  transition: all 0.3s ease-in-out;
}
.footer-widget .footer-list li a:hover {
  color: var(--primary);
}
.footer-widget .footer-list li a:hover i {
  color: var(--primary);
}
.footer-widget .footer-social {
  margin-top: 36px;
}
.footer-widget .footer-social li {
  display: inline-flex;
}
.footer-widget .footer-social li:not(:last-of-type) {
  margin-right: 20px;
}
.footer-widget .footer-social li a {
  font-size: 20px;
}
.footer-widget .footer-social li a:hover {
  color: var(--theme);
}
.footer-widget.footer-col-2 {
  padding-left: 10px;
}
@media only screen and (max-width: 1199px) {
  .footer-widget.footer-col-2 {
    padding-left: 0;
  }
}
.footer-widget.footer-col-2 .footer-list li a {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .footer-widget.footer-col-2 .footer-list li a {
    font-size: 15px;
  }
}
.footer-widget.footer-col-2 .footer-list li a:before {
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: 700;
  content: "\f061";
  color: var(--theme);
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.footer-widget.footer-col-2 .footer-list li a:hover:before {
  color: var(--theme);
  left: 5px;
}
.footer-widget.footer-col-3 {
  padding-left: 40px;
}
@media only screen and (max-width: 1199px) {
  .footer-widget.footer-col-3 {
    padding-left: 0;
  }
}

.copyright-content {
  border-top: 1px solid #242836;
  padding: 24px 0;
  display: flex;
  align-items: center;
  column-gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
  margin-top: 67px;
}
@media only screen and (max-width: 991px) {
  .copyright-content {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .copyright-content {
    margin-top: 50px;
  }
}
.copyright-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin: 0;
}
.copyright-content p span {
  color: var(--theme);
}
.copyright-content .copy-list {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 10px;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .copyright-content .copy-list {
    justify-content: space-between;
  }
}
.copyright-content .copy-list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #6F7279;
}

.footer-gallery-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: 100%;
}
.footer-gallery-wrap .gallary-img {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}
.footer-gallery-wrap .gallary-img:hover:before {
  visibility: visible;
  opacity: 1;
}
.footer-gallery-wrap .gallary-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.footer-widget.widget-2 {
  padding-left: 55px;
}
@media only screen and (max-width: 1199px) {
  .footer-widget.widget-2 {
    padding-left: 0;
  }
}

.footer__wrap {
  gap: 18px;
  display: grid;
  padding: 20px;
  background: var(--white);
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 991px) {
  .footer__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .footer__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .footer__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
.footer__thumb {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.footer__thumb img {
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}
.footer__thumb::before {
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  visibility: hidden;
  border-radius: 15px;
  position: absolute;
  background: rgba(9, 9, 10, 0.56);
}
.footer__thumb .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%);
}
.footer__thumb .icon i {
  color: var(--white);
  font-size: 24px;
}
.footer__thumb:hover::before {
  opacity: 1;
  visibility: visible;
  border-radius: 15px;
}
.footer__thumb:hover img {
  transform: scale(1.1);
}
.footer__thumb:hover .icon {
  opacity: 1;
  visibility: visible;
}

/* === section-title scss (Home 01) === */
.section-title {
  display: block;
  margin: 0 auto;
  max-width: 647px;
  margin-bottom: 63px;
}
@media only screen and (max-width: 991px) {
  .section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .section-title {
    max-width: 100%;
  }
}
.section-title .subtitle {
  display: block;
  margin-bottom: 20px;
  color: var(--primary);
  font-family: var(--font_inter);
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 1399px) {
  .section-title .subtitle {
    margin-bottom: 15px;
  }
}
.section-title .title {
  font-weight: 400;
  font-size: 48px;
  line-height: 50px;
  text-align: center;
  color: var(--secondary);
  letter-spacing: -0.48px;
  text-transform: capitalize;
  font-family: var(--font_fraunces);
}
@media only screen and (max-width: 1199px) {
  .section-title .title {
    font-size: 38px;
    line-height: 30px;
    letter-spacing: 0;
  }
}
@media (max-width: 575px) {
  .section-title .title {
    font-size: 30px;
  }
}

.breadcrumb__wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1399px) {
  .breadcrumb__wrapper {
    padding: 159px 30px 87px 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .breadcrumb__wrapper {
    padding: 100px 30px 87px 60px;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb__wrapper {
    padding: 80px 30px 80px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb__wrapper {
    padding: 90px 0 58px 0;
  }
}
@media (max-width: 575px) {
  .breadcrumb__wrapper {
    padding: 40px 0 40px 0;
  }
}
.breadcrumb__wrapper::before {
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #1A3841;
  opacity: 0.54;
}
.breadcrumb__content {
  z-index: 2;
  text-align: center;
  position: relative;
  padding: 190px 0 196px 0;
}
@media only screen and (max-width: 1399px) {
  .breadcrumb__content {
    padding: 100px 0 60px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .breadcrumb__content {
    padding: 100px 0 60px 0;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb__content {
    padding: 100px 0 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb__content {
    padding: 0 0 30px 0;
  }
}
.breadcrumb__title {
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
  text-align: center;
  color: var(--white);
  font-family: var(--font_fraunces);
}
@media only screen and (max-width: 991px) {
  .breadcrumb__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb__title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .breadcrumb__title {
    font-size: 27px;
    line-height: 37px;
  }
}
.breadcrumb__list {
  margin-top: 8px;
}
.breadcrumb__list li {
  font-size: 18px;
  list-style: none;
  font-weight: 600;
  line-height: 26px;
  border-radius: 100px;
  display: inline-flex;
  color: var(--primary);
  text-transform: capitalize;
  font-family: var(--font_inter);
}
@media (max-width: 575px) {
  .breadcrumb__list li {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.breadcrumb__list li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--white);
  margin-right: 24px;
  position: relative;
  text-transform: capitalize;
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .breadcrumb__list li a {
    margin-right: 30px;
  }
}
.breadcrumb__list li a.one::after {
  content: "";
  right: -12%;
  bottom: 40%;
  width: 6px;
  height: 2px;
  display: block;
  border-radius: 100%;
  position: absolute;
  background: var(--white);
}
.breadcrumb__list li a.after-inner::after {
  content: "";
  right: -10%;
  bottom: 40%;
  width: 6px;
  height: 2px;
  display: block;
  border-radius: 100%;
  position: absolute;
  background: var(--white);
}
.breadcrumb__list li a::after {
  content: "";
  right: -31%;
  bottom: 40%;
  width: 6px;
  height: 2px;
  display: block;
  border-radius: 100%;
  position: absolute;
  background: var(--white);
}
.breadcrumb__list li a:hover {
  color: var(--primary);
}

/*----------------------------------------*/
/* 2.5 Custom Animation
/*----------------------------------------*/
.rsFadeInUp {
  opacity: 0; /* Start invisible */
  animation: rsFadeInUp 2s ease-out forwards; /* 2 seconds duration, ease-out effect */
}

@keyframes rsFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px); /* Start slightly below */
  }
  100% {
    opacity: 1;
    transform: translateY(0); /* End at original position */
  }
}
@keyframes rsslideInUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.rsfadeInLeft {
  opacity: 0; /* Start invisible */
  animation: rsfadeInLeft 2s ease-out forwards; /* 2 seconds duration, ease-out effect */
}

@keyframes rsfadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); /* Start slightly to the left */
  }
  100% {
    opacity: 1;
    transform: translateX(0); /* End at original position */
  }
}
.rsSkillInLeft {
  opacity: 0; /* Start invisible */
  animation: rsSkillInLeft 2s ease-out forwards; /* 2 seconds duration, ease-out effect */
}

@keyframes rsSkillInLeft {
  0% {
    opacity: 0;
    transform: translateX(-300px); /* Start slightly to the left */
  }
  100% {
    opacity: 1;
    transform: translateX(0); /* End at original position */
  }
}
.slideinup {
  -webkit-animation-name: slideinup;
  animation-name: slideinup;
}

@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideinleft {
  -webkit-animation-name: slideinleft;
  animation-name: slideinleft;
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    transform: translateX(100px) translateY(100px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes slidetopleft {
  0% {
    opacity: 0;
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
  0% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
  75% {
    border-top-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    border-bottom-color: transparent;
  }
  100% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
}
/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-bottom {
  animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-bottom {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
/* === pages scss (index 01) === */
.hero__wrapper {
  min-height: 850px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1599px) {
  .hero__wrapper {
    background-position: initial;
  }
}
@media only screen and (max-width: 1399px) {
  .hero__wrapper {
    min-height: 500px;
    background-position: initial;
  }
}
@media only screen and (max-width: 1199px) {
  .hero__wrapper {
    min-height: 500px;
    background-position: initial;
  }
}
@media only screen and (max-width: 991px) {
  .hero__wrapper {
    min-height: 460px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .hero__wrapper {
    min-height: 420px;
  }
}
.hero__wrapper::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: linear-gradient(270deg, rgba(26, 56, 65, 0.76) 0%, rgba(26, 56, 65, 0) 74.76%);
  opacity: 0.54;
}
.hero__wrap {
  display: grid;
  min-height: 850px;
  grid-template-columns: 940px 1fr;
}
@media only screen and (max-width: 1399px) {
  .hero__wrap {
    min-height: 500px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero__wrap {
    min-height: 680px;
    grid-template-columns: 650px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .hero__wrap {
    min-height: 460px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .hero__wrap {
    min-height: 420px;
  }
}
@media (max-width: 575px) {
  .hero__wrap {
    min-height: 490px;
  }
}
.hero__item {
  background: linear-gradient(270deg, #02191E 0%, rgba(0, 0, 0, 0) 101.9%);
  mix-blend-mode: normal;
  opacity: 0.93;
  backdrop-filter: blur(50px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__content {
  margin: 0 auto;
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (max-width: 991px) {
  .hero__content {
    padding: 160px 0 70px 0;
  }
}
@media (max-width: 575px) {
  .hero__content {
    padding: 140px 0 50px 0;
  }
}
.hero__content .section-title {
  text-align: start;
  max-width: 680px;
  margin-bottom: 0;
}
.hero__content .section-title .subtitle {
  text-align: start;
  color: var(--white);
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .hero__content .section-title .subtitle {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__content .section-title .subtitle {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .hero__content .section-title .subtitle {
    line-height: 27px;
    margin-bottom: 10px;
  }
}
.hero__content .section-title .title {
  text-align: start;
  font-weight: 400;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 35px;
  color: var(--white);
  font-family: var(--font_fraunces);
}
@media only screen and (max-width: 1399px) {
  .hero__content .section-title .title {
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero__content .section-title .title {
    margin-bottom: 20px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 991px) {
  .hero__content .section-title .title {
    font-size: 70px;
    line-height: 69px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__content .section-title .title {
    font-size: 61px;
    line-height: 63px;
  }
}
@media (max-width: 575px) {
  .hero__content .section-title .title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 10px;
  }
}
.hero__content .section-title .title span {
  font-style: Italic;
}
.hero__content .section-title .desc {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 63px;
  display: block;
  line-height: 25px;
  color: var(--white);
}
@media only screen and (max-width: 1399px) {
  .hero__content .section-title .desc {
    margin-bottom: 37px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero__content .section-title .desc {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__content .section-title .desc {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.hero__btn {
  gap: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .hero__btn {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.hero__btn .rr-btn {
  font-weight: 700;
  padding: 18px 33px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hero__btn .rr-btn::before {
  background: var(--secondary);
}
.hero__btn .rr-btn .btn-wrap .text-one {
  gap: 11.9px;
}
.hero__btn .rr-btn .btn-wrap .text-one i {
  font-size: 16px;
  font-weight: 700;
  transform: rotate(0deg);
}
.hero__btn .rr-btn .btn-wrap .text-two {
  gap: 11.9px;
  color: var(--white);
}
.hero__btn .rr-btn .btn-wrap .text-two i {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
}
.hero__contact-btn {
  gap: 12px;
  display: flex;
  align-items: center;
}
.hero__contact-btn .icon {
  width: 52px;
  height: 53px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background: var(--white);
}
.hero__contact-btn .icon i {
  color: var(--primary);
}
.hero__contact-btn .number {
  font-family: var(--font_inter);
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: var(--white);
  letter-spacing: -0.4px;
}

.work-steps__wrapper {
  position: relative;
  z-index: 1;
  margin-left: auto;
  padding: 6px 0;
  background: var(--primary);
}
.work-steps__wrapper__title {
  z-index: 444;
  position: relative;
}
.work-steps-slider__active .swiper-wrapper {
  transition-timing-function: linear !important;
  -webkit-animation-timing-function: linear;
}
.work-steps-slider__active .swiper-slide {
  width: auto;
  display: inline-block;
}
.work-steps-slider__wrap {
  border: 1px dashed var(--white);
}
.work-steps__title {
  display: block;
  margin-right: 70px;
  text-transform: uppercase;
  font-family: var(--font_inter);
  font-weight: 600;
  font-size: 24px;
  line-height: 25px;
  color: var(--white);
  padding: 22px 0 20px 0;
}
@media only screen and (max-width: 1199px) {
  .work-steps__title {
    font-size: 16px;
    letter-spacing: 0.36px;
  }
}
@media only screen and (max-width: 991px) {
  .work-steps__title {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 60px;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .work-steps__title {
    font-size: 16px;
    line-height: 45px;
  }
}

.about-us__wrap {
  gap: 29px;
  display: grid;
  grid-template-columns: 581px 707px;
}
@media only screen and (max-width: 1399px) {
  .about-us__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .about-us__wrap {
    grid-template-columns: 1fr;
  }
}
.about-us__list {
  gap: 34px;
  display: flex;
  margin-bottom: 33px;
  margin-left: 8px;
}
@media only screen and (max-width: 1199px) {
  .about-us__list {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us__list {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .about-us__list {
    margin-left: 0;
  }
}
.about-us__list .icon {
  min-width: 45px;
  height: 45px;
  display: flex;
  border-radius: 7px;
  align-items: center;
  transform: translateY(8px);
  justify-content: center;
  background: var(--primary);
}
.about-us__list .icon i {
  font-size: 24px;
  color: var(--white);
}
@media only screen and (max-width: 991px) {
  .about-us__list .icon {
    min-width: 45px;
  }
}
.about-us__list .text .title {
  font-family: var(--font_inter);
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 8px;
  color: var(--secondary);
}
.about-us__list .text .desc {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  max-width: 482px;
  color: var(--gray);
}
.about-us__thumb {
  position: relative;
}
@media (max-width: 575px) {
  .about-us__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.about-us__thumb .img-1 {
  border-radius: 20px;
  box-shadow: 0px 18px 48px 0px rgba(30, 33, 65, 0.1607843137);
  border: 4px solid var(--white);
}
.about-us__thumb .img-2 {
  right: 48px;
  bottom: -150px;
  position: absolute;
  border-radius: 20px;
  box-shadow: 0px 18px 48px 0px rgba(30, 33, 65, 0.1607843137);
  border: 4px solid var(--white);
}
@media only screen and (max-width: 1599px) {
  .about-us__thumb .img-2 {
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .about-us__thumb .img-2 {
    right: 0;
    bottom: -200px;
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us__thumb .img-2 {
    bottom: 0;
    left: 41%;
    height: 300px;
  }
}
@media (max-width: 575px) {
  .about-us__thumb .img-2 {
    position: inherit;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 20px;
  }
}
.about-us__experience {
  max-width: 203px;
  border-radius: 20px;
  background: var(--primary);
  padding: 27px 28px 35px 30px;
  position: absolute;
  bottom: -60px;
  left: -57px;
}
@media only screen and (max-width: 1599px) {
  .about-us__experience {
    left: -29px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-us__experience {
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .about-us__experience {
    bottom: -170px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us__experience {
    bottom: 0;
  }
}
@media (max-width: 575px) {
  .about-us__experience {
    top: 20px;
    bottom: 0;
    max-width: 100%;
    position: inherit;
    margin-bottom: 30px;
    padding: 20px 15px 20px 15px;
  }
}
.about-us__experience h2 {
  font-family: var(--font_dm-sans);
  font-weight: 600;
  font-size: 40px;
  line-height: 49px;
  color: var(--white);
}
@media (max-width: 575px) {
  .about-us__experience h2 {
    font-size: 30px;
    line-height: 27px;
  }
}
.about-us__experience h2 span {
  font-family: var(--font_dm-sans);
}
.about-us__experience .desc {
  font-family: var(--font_inter);
  font-weight: 600;
  margin-top: 6px;
  font-size: 16px;
  line-height: 20px;
  color: var(--white);
  letter-spacing: 0.16px;
}
.about-us__content .section-title {
  max-width: 707px;
  margin-bottom: 46px;
}
@media only screen and (max-width: 767px) {
  .about-us__content .section-title {
    margin-bottom: 35px;
  }
}
.about-us__content .section-title .subtitle {
  text-align: start;
}
.about-us__content .section-title .title {
  text-align: start;
  line-height: 56px;
}
@media only screen and (max-width: 1399px) {
  .about-us__content .section-title .title {
    font-size: 41px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-us__content .section-title .title {
    font-size: 33px;
    line-height: 43px;
    letter-spacing: 0;
  }
}
@media (max-width: 575px) {
  .about-us__content .section-title .title {
    font-size: 27px;
    line-height: 37px;
  }
}
.about-us__btn {
  display: inline-block;
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .about-us__btn {
    margin-top: 30px;
  }
}
.about-us__btn .rr-btn {
  border-radius: 5px;
  padding: 17px 30.8px;
}
.about-us__btn .rr-btn::before {
  background: var(--secondary);
}
.about-us__btn .rr-btn .btn-wrap .text-two {
  color: var(--white);
}

.counter-section__title-wrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media only screen and (max-width: 991px) {
  .counter-section__title-wrap {
    flex-direction: column-reverse;
    gap: 35px;
  }
}
.counter-section__title-wrap .author {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.counter-section__title-wrap .author img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width: 575px) {
  .counter-section__title-wrap .author img {
    width: 70px;
    height: 70px;
  }
}
.counter-section__title-wrap .author .details .title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #0A0A0A;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .counter-section__title-wrap .author .details .title {
    font-size: 20px;
    line-height: 24px;
  }
}
.counter-section__title-wrap .author .details .dec {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
}
.counter-section__title-wrap .title-wrapper .title {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 58px;
  color: #0A0A0A;
  max-width: 795px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1199px) {
  .counter-section__title-wrap .title-wrapper .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .counter-section__title-wrap .title-wrapper .title {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 25px;
    max-width: 100%;
    /* ট্যাবলেটে যেন ফুল উইডথ পায় */
  }
}
@media only screen and (max-width: 767px) {
  .counter-section__title-wrap .title-wrapper .title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  .counter-section__title-wrap .title-wrapper .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}
.counter-section__title-wrap .title-wrapper .counter-social {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.counter-section__title-wrap .title-wrapper .counter-social li {
  list-style: none;
}
.counter-section__title-wrap .title-wrapper .counter-social li a {
  width: 40px;
  height: 40px;
  background: #F5F5F5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4E4E4E;
  transition: all 0.3s ease-in-out;
}
.counter-section__title-wrap .title-wrapper .counter-social li a:hover {
  background: #16987E;
  color: var(--white);
}
.counter-section__count-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding-top: 100px;
}
@media only screen and (max-width: 1399px) {
  .counter-section__count-wrap {
    grid-template-columns: repeat(4, 1fr);
    padding-top: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .counter-section__count-wrap {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .counter-section__count-wrap {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 70px;
    gap: 20px;
    /* মিডিয়াম স্ক্রিনে একটু কম স্পেস দেওয়া হলো যেন ভেঙে না যায় */
  }
}
@media (max-width: 575px) {
  .counter-section__count-wrap {
    grid-template-columns: 1fr;
    padding-top: 40px;
  }
}
.counter-section__count-item {
  position: relative;
}
@media (max-width: 575px) {
  .counter-section__count-item {
    text-align: center;
    padding-left: 0 !important;
    /* মোবাইলে সেন্ট্রাল অ্যালাইনমেন্টের জন্য প্যাডিং রিমুভ */
  }
}
.counter-section__count-item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 93px;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(24, 16, 16, 0.15);
}
@media only screen and (max-width: 1599px) {
  .counter-section__count-item::before {
    right: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .counter-section__count-item::before {
    display: none;
  }
}
.counter-section__count-item-2 {
  padding-left: 60px;
}
@media only screen and (max-width: 1199px) {
  .counter-section__count-item-2 {
    padding-left: 0;
  }
}
.counter-section__count-item-2::before {
  right: -19px;
}
@media only screen and (max-width: 1199px) {
  .counter-section__count-item-2::before {
    display: none;
  }
}
.counter-section__count-item-3 {
  padding-left: 92px;
}
@media only screen and (max-width: 1199px) {
  .counter-section__count-item-3 {
    padding-left: 0;
  }
}
.counter-section__count-item-3::before {
  right: -70px;
}
@media only screen and (max-width: 1199px) {
  .counter-section__count-item-3::before {
    display: none;
  }
}
.counter-section__count-item-4 {
  padding-left: 140px;
}
@media only screen and (max-width: 1399px) {
  .counter-section__count-item-4 {
    padding-left: 90px;
  }
}
@media only screen and (max-width: 1199px) {
  .counter-section__count-item-4 {
    padding-left: 0;
  }
}
.counter-section__count-item:last-child::before {
  display: none;
}
.counter-section__count-item .count {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  line-height: 80px;
  color: #0A0A0A;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .counter-section__count-item .count {
    font-size: 70px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .counter-section__count-item .count {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .counter-section__count-item .count {
    justify-content: center;
    font-size: 50px;
    line-height: 50px;
  }
}
.counter-section__count-item .count span {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  line-height: 80px;
  color: #0A0A0A;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1199px) {
  .counter-section__count-item .count span {
    font-size: 70px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .counter-section__count-item .count span {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .counter-section__count-item .count span {
    font-size: 50px;
    line-height: 50px;
  }
}
.counter-section__count-item .desc {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #4E4E4E;
}
@media only screen and (max-width: 991px) {
  .counter-section__count-item .desc {
    font-size: 16px;
  }
}

.our-team__wrapper {
  margin: 0 auto;
  max-width: 1800px;
  border-radius: 15px;
  background: #EEEEEE;
}
.our-team__wrapper .section-title {
  max-width: 900px;
}
@media only screen and (max-width: 1199px) {
  .our-team__wrapper .section-title .subtitle {
    font-size: 16px;
    margin-bottom: 13px;
  }
}
@media (max-width: 575px) {
  .our-team__wrapper .section-title .subtitle {
    line-height: 23px;
  }
}
.our-team__wrapper .section-title .title {
  color: var(--secondary);
  line-height: 58px;
  text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
  .our-team__wrapper .section-title .title {
    font-size: 40px;
    line-height: 47px;
    letter-spacing: 0;
  }
}
@media (max-width: 575px) {
  .our-team__wrapper .section-title .title {
    font-size: 25px;
    line-height: 37px;
  }
}
.our-team__item {
  position: relative;
  transition: all 0.3s ease-in-out;
  background: #F5F5F5;
  box-shadow: 0px 12px 52px rgba(27, 23, 23, 0.03);
  border-radius: 8px;
}
.our-team__thumb {
  position: relative;
}
.our-team__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.our-team__thumb .icon a {
  bottom: 0;
  left: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  position: absolute;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background: var(--white);
}
@media only screen and (max-width: 991px) {
  .our-team__thumb .icon a {
    bottom: 10px;
    width: 40px;
    height: 40px;
  }
}
.our-team__thumb .icon i {
  font-size: 24px;
  color: var(--deep-red);
}
.our-team__thumb:hover .our-team__social span {
  color: var(--white);
  background-color: var(--primary);
}
.our-team__thumb:hover .our-team__social span i {
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}
.our-team__thumb:hover .our-team__social a {
  left: 45%;
  bottom: 0;
}
.our-team__thumb:hover .our-team__social a:nth-child(2) {
  right: 25px;
  width: 35px;
  height: 35px;
  bottom: 160px;
  transition: all 0.3s ease-in-out;
}
.our-team__thumb:hover .our-team__social a:nth-child(3) {
  right: 25px;
  bottom: 207px;
  transition: all 0.4s ease-in-out;
  width: 35px;
  height: 35px;
}
.our-team__thumb:hover .our-team__social a:nth-child(4) {
  right: 25px;
  bottom: 250px;
  width: 35px;
  height: 35px;
  transition: all 0.5s ease-in-out;
}
.our-team__thumb:hover .our-team__social a:nth-child(5) {
  right: 25px;
  bottom: 292px;
  width: 35px;
  height: 35px;
  transition: all 0.6s ease-in-out;
}
.our-team__social {
  position: relative;
  z-index: 1;
}
.our-team__social span {
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: var(--primary);
  cursor: pointer;
  position: absolute;
  top: -148px;
  left: 44%;
  z-index: 2;
  background: var(--white);
  border-radius: 100%;
}
.our-team__social span i {
  font-size: 20px;
  font-weight: 600;
  line-height: 19px;
  color: var(--primary);
}
.our-team__social a {
  z-index: 1;
  left: 45%;
  bottom: 107px;
  width: 35px;
  height: 35px;
  display: flex;
  font-size: 18px;
  position: absolute;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  transition: all 0.3s ease-in-out;
  color: var(--primary);
  background: var(--white);
}
.our-team__social a i {
  color: var(--theme);
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
}
.our-team__social a:hover {
  background-color: var(--primary);
  color: var(--white);
}
.our-team__social a:hover i {
  color: var(--white);
}
.our-team__social_2 a:hover {
  color: red;
  background-color: #1F2632;
}
.our-team__content {
  text-align: center;
  padding: 15px 0 27px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #1F1F25 0%, rgba(0, 0, 0, 0) 100%);
  backdrop-filter: blur(15px);
  border-radius: 0px 0px 15px 15px;
}
.our-team__content .name {
  margin-bottom: 5px;
  margin-top: 28px;
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  color: var(--white);
  text-align: center;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .our-team__content .name {
    font-size: 21px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .our-team__content .name {
    font-size: 19px;
  }
}
.our-team__content .desgn {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: var(--white);
  text-align: center;
  font-family: var(--font_dm-sans);
}

.our-team-page__wrapper {
  max-width: 100%;
  background-color: var(--white);
}

.team-details__sidebar {
  background: #F5F5F5;
  border-radius: 20px;
  padding: 20px 20px 0 20px;
}
@media only screen and (max-width: 1199px), only screen and (max-width: 991px), only screen and (max-width: 767px), (max-width: 575px) {
  .team-details__sidebar {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .team-details__sidebar {
    padding: 10px;
  }
}
.team-details__sidebar .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media only screen and (max-width: 991px) {
  .team-details__sidebar .thumb img {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .team-details__sidebar .thumb img {
    height: 100%;
  }
}
.team-details__sidebar .content-details {
  padding: 27px 10px 30px 10px;
}
.team-details__sidebar .content-details .author {
  margin-bottom: 22px;
}
.team-details__sidebar .content-details .author .title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -0.03em;
  color: #111111;
  margin-bottom: 2px;
}
.team-details__sidebar .content-details .author .title i {
  padding-left: 12px;
  color: #16987E;
  font-size: 16px;
}
.team-details__sidebar .content-details .author .dec {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: rgba(17, 17, 17, 0.7);
}
@media only screen and (max-width: 991px) {
  .team-details__sidebar .content-details .contact-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .team-details__sidebar .content-details .contact-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.team-details__sidebar .content-details .contact-wrap .contact-details {
  display: flex;
  align-items: center;
  gap: 15px;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  padding: 20px 0;
}
.team-details__sidebar .content-details .contact-wrap .contact-details .icon {
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.team-details__sidebar .content-details .contact-wrap .contact-details .author {
  margin-bottom: 0;
}
.team-details__sidebar .content-details .contact-wrap .contact-details .author .dese {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: rgba(17, 17, 17, 0.7);
  margin-bottom: 3px;
}
.team-details__sidebar .content-details .contact-wrap .contact-details .author .title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #111111;
}
.team-details__sidebar .content-details .contact-wrap .contact-details .author .title a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #111111;
}
.team-details__sidebar .content-details .contact-wrap .contact-details-2 {
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}
.team-details__sidebar .content-details .date-content {
  margin-top: 35px;
}
.team-details__sidebar .content-details .date-content .title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -0.03em;
  color: #111111;
  margin-bottom: 20px;
}
.team-details__sidebar .content-details .date-content .date li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: rgba(17, 17, 17, 0.7);
  list-style: none;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.team-details__sidebar .content-details .date-content .date li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.team-details__sidebar .content-details .date-content .date li span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #111111;
}
.team-details__sidebar .content-details .date-content .social {
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  margin-top: 28px;
}
.team-details__sidebar .content-details .date-content .social li {
  list-style: none;
}
.team-details__sidebar .content-details .date-content .social li a {
  width: 44px;
  height: 44px;
  background: #F5F5F5;
  border: 1px solid rgba(17, 17, 17, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  color: #111111;
}
.team-details__sidebar .content-details .date-content .social li a:hover {
  background-color: #16987E;
  color: var(--white);
}
.team-details__content {
  padding-left: 22px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), (max-width: 575px) {
  .team-details__content {
    padding-left: 0;
  }
}
.team-details__content .title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -0.03em;
  color: #111111;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .team-details__content .title {
    font-size: 28px;
    line-height: 36px;
  }
}
.team-details__content .dec {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #555555;
  margin-bottom: 20px;
  max-width: 793px;
}
@media only screen and (max-width: 1199px) {
  .team-details__content .dec {
    max-width: 100%;
  }
}
.team-details__content .growth-items {
  margin-top: 40px;
}
.team-details__content .growth-items .growth-item {
  /* প্রোগ্রেস বার এরিয়া */
}
.team-details__content .growth-items .growth-item:not(:last-of-type) {
  margin-bottom: 25px;
}
.team-details__content .growth-items .growth-item .growth-item-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.team-details__content .growth-items .growth-item .growth-item-info .title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #111111;
  margin: 0;
}
.team-details__content .growth-items .growth-item .growth-item-info .percentage {
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: rgba(17, 17, 17, 0.7);
}
.team-details__content .growth-items .growth-item .progress {
  height: 7px;
  background: rgba(75, 177, 250, 0.15);
  border-radius: 30px;
  overflow: hidden;
}
.team-details__content .growth-items .growth-item .progress .progress-bar {
  height: 100%;
  background-color: #16987E;
  border-radius: 30px;
  transition: width 1s ease-in-out;
}
.team-details__contact-from {
  z-index: 3;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .team-details__contact-from {
    padding: 32px 25px 40px 25px;
  }
}
@media only screen and (max-width: 991px) {
  .team-details__contact-from {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .team-details__contact-from {
    padding: 32px 0 0 0;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .team-details__contact-from {
    padding: 32px 0 0 0;
  }
}
.team-details__contact-from form button {
  display: flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  align-items: center;
  text-align: center;
  color: var(--white);
  padding: 16px 35px;
  border-radius: 12px;
  justify-content: center;
  font-family: var(--font_inter);
  width: max-content;
}
.team-details__contact-from form button.rr-btn::before {
  background: var(--secondary);
}
.team-details__contact-from form button.rr-btn .btn-wrap .text-two {
  color: var(--white);
}
.team-details__contact-from .ajax-response.error {
  color: var(--primary);
}
.team-details__contact-from .ajax-response.success {
  color: #198754;
}
.team-details__subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #16987E;
  font-family: var(--font_inter);
  margin-bottom: 12px;
  display: block;
}
@media only screen and (max-width: 1199px) {
  .team-details__subtitle {
    margin-bottom: 10px;
  }
}
.team-details__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #111111;
  font-family: var(--font_Display);
  margin-top: 52px;
  margin-bottom: 30px;
}
.team-details__title span {
  color: var(--theme);
}
@media only screen and (max-width: 1399px) {
  .team-details__title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-details__title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .team-details__title {
    font-size: 27px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .team-details__title {
    font-size: 24px;
    line-height: 15px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .team-details__title {
    font-size: 25px;
    line-height: 35px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.team-details__desc {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  align-items: center;
  color: var(--body_text);
  font-family: var(--font_inter);
}
.team-details__form-group {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 991px) {
  .team-details__form-group {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
@media only screen and (max-width: 767px) {
  .team-details__form-group {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .team-details__form-group {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.team-details__input {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.team-details__input input {
  width: 100%;
  border: none;
  height: 54px;
  border-radius: 5px;
  background: var(--white);
  transition: all 0.3s ease-in-out;
  padding: 17.5px 55px 17.5px 24px;
  border: 1px solid rgba(10, 10, 10, 0.1);
  background-color: transparent;
}
.team-details__input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.team-details__input input:hover, .team-details__input input:focus {
  border-color: #E5E5E5 !important;
  box-shadow: none;
  outline: none;
  background-color: transparent;
}
.team-details__textarea {
  margin-bottom: 40px;
  position: relative;
}
.team-details__textarea textarea {
  width: 100%;
  border: none;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  border-radius: 5px;
  color: #4E4E4E;
  padding: 20px 20px 90px 24px;
  font-family: var(--font_inter);
  background-color: transparent;
  border: 1px solid rgba(10, 10, 10, 0.1);
}
.team-details__textarea textarea:focus {
  outline: 0;
}
.team-details__icon i {
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: var(--gray);
}
.team-details__select {
  position: relative;
  margin-bottom: 20px;
}
.team-details__select i {
  top: 20px;
  left: 20px;
  display: block;
  position: absolute;
  color: var(--primary);
}
.team-details__select .nice-select {
  float: inherit;
  height: 54px;
  border: none;
  position: relative;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(10, 10, 10, 0.1);
  border-radius: 5px;
  padding: 0;
}
.team-details__select .nice-select .icon {
  position: absolute;
  top: 0;
  right: 50px;
  font-size: 20px;
  transition: transform 0.3s ease;
}
.team-details__select .nice-select .icon i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #111111;
}
.team-details__select .nice-select.open {
  background-color: transparent;
  border: 1px solid rgba(10, 10, 10, 0.1);
  border-radius: 5px;
}
.team-details__select .nice-select.open .icon i {
  transform: rotate(180deg);
}
.team-details__select .nice-select::after {
  display: none;
}
.team-details__select .nice-select .current {
  display: flex;
  align-items: center;
  padding: 16.5px 120px 16.5px 24px;
  font-family: var(--font_inter);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
}
.team-details__select .nice-select:focus {
  outline: none;
}
.team-details__select .nice-select .list {
  width: 100%;
}
.team-details__icon {
  top: 17px;
  right: 17px;
  position: absolute;
}
.team-details__icon i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #111111;
}
.team-details__info-wrap {
  padding-bottom: 112px;
}
@media only screen and (max-width: 1199px) {
  .team-details__info-wrap {
    padding-bottom: 60px;
  }
}
.team-details__info-wrap .section-title__wrapper .title span {
  font-weight: 700;
}
.team-details__info-box {
  border: 1px solid rgba(10, 10, 10, 0.1);
  background: var(--white);
  border-radius: 10px;
  text-align: center;
  min-width: 424px;
  margin-bottom: 24px;
  padding: 58px 57px 49px 57px;
}
@media only screen and (max-width: 767px) {
  .team-details__info-box-wrap {
    display: flex;
    gap: 24px;
  }
}
@media only screen and (max-width: 1399px) {
  .team-details__info-box {
    min-width: 100%;
  }
}
.team-details__info-box:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .team-details__info-box:last-child {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .team-details__info-box {
    padding: 60px 33px 52px 33px;
  }
}
@media only screen and (max-width: 991px) {
  .team-details__info-box {
    padding: 40px 15px 42px 15px;
  }
}
.team-details__info-box .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-top: 36px;
  margin-bottom: 12px;
  text-transform: capitalize;
  font-family: var(--font_inter);
  color: var(--secondary);
}
@media only screen and (max-width: 991px) {
  .team-details__info-box .title {
    font-size: 21px;
    margin-top: 25px;
  }
}
.team-details__info-box a {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #767676;
  display: block;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .team-details__info-box a {
    font-size: 15px;
  }
}
.team-details__info-box a:hover {
  color: var(--primary);
}

.project__wrapper .section-title {
  margin: 0;
  text-align: start;
  justify-content: start;
}
.project__wrapper .section-title__wrapper {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  margin-bottom: 63px;
  align-items: end;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .project__wrapper .section-title__wrapper {
    flex-wrap: wrap;
  }
}
.project__wrapper .section-title .subtitle {
  text-align: start;
}
@media (max-width: 575px) {
  .project__wrapper .section-title .subtitle {
    text-align: center;
  }
}
.project__wrapper .section-title .title {
  color: var(--secondary);
}
.project__wrap {
  gap: 60px;
  display: grid;
  grid-template-columns: 520px 520px 520px;
}
@media only screen and (max-width: 1599px) {
  .project__wrap {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1399px) {
  .project__wrap {
    gap: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .project__wrap {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .project__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .project__wrap {
    grid-template-columns: 1fr;
  }
}
.project__thumb {
  position: relative;
  overflow: hidden;
}
.project__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.project__thumb::before {
  content: "";
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  visibility: hidden;
  position: absolute;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  background: rgba(11, 20, 42, 0.58);
}
.project__thumb:hover::before {
  opacity: 1;
  visibility: visible;
}
.project__thumb:hover .project__content .icon {
  opacity: 1;
  visibility: visible;
}
.project__thumb:hover .project__content .icon a {
  transform: translate(-50%, -50%);
}
.project__thumb:hover .project__content .text {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.project__content .icon {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.project__content .icon a {
  top: 50%;
  left: 50%;
  width: 111px;
  height: 111px;
  display: flex;
  overflow: hidden;
  position: absolute;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background: var(--white);
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, -80%);
}
@media only screen and (max-width: 1199px) {
  .project__content .icon a {
    width: 70px;
    height: 70px;
  }
}
.project__content .icon a i {
  font-size: 27px;
  transform: scale(1);
  display: inline-block;
  color: var(--primary);
  transition: transform 0.4s ease;
}
@media only screen and (max-width: 1199px) {
  .project__content .icon a i {
    font-size: 20px;
  }
}
.project__content .icon a:hover i {
  transform: scale(1.3);
}
.project__content .text {
  opacity: 0;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 25px;
  visibility: hidden;
  position: absolute;
  border-radius: 10px;
  border-radius: 10px;
  backdrop-filter: blur(2.5px);
  transform: translateY(117px);
  transition: all 0.3s ease-in-out;
  background: linear-gradient(90deg, #FFFFFF 0.2%, #FFFFFF 43.4%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (max-width: 1199px) {
  .project__content .text {
    padding: 15px;
  }
}
.project__title {
  font-family: var(--font_inter);
  font-weight: 700;
  font-size: 24px;
  display: block;
  line-height: 100%;
  letter-spacing: 0px;
  margin-bottom: 6px;
  color: var(--secondary);
}
@media only screen and (max-width: 1399px) {
  .project__title {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1199px) {
  .project__title {
    font-size: 18px;
  }
}
.project__desc {
  font-size: 16px;
  font-weight: 400;
  color: #6E777D;
  line-height: 100%;
  letter-spacing: 0px;
  font-family: var(--font_inter);
}
.project__btn {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .project__btn {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .project__btn {
    margin: 0 auto;
    margin-top: 20px;
  }
}
.project__btn .rr-btn {
  padding: 19.5px 31px;
  text-transform: uppercase;
}
.project__btn .rr-btn::before {
  background: var(--secondary);
}
.project__btn .rr-btn .btn-wrap .text-two {
  color: var(--white);
}

.project-page__item {
  transition: all 0.3s ease-in-out;
}
.project-page__item:hover .thumb::before {
  visibility: visible;
  opacity: 1;
}
.project-page__item .thumb {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.project-page__item .thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(36, 40, 51, 0) 0%, #242833 100%);
  border-radius: 15px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.project-page__item .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}
.project-page__item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
}
@media only screen and (max-width: 991px) {
  .project-page__item-content {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .project-page__item-content {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
}
.project-page__item-content .title {
  font-family: var(--font_fraunces);
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  color: var(--white);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .project-page__item-content .title {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .project-page__item-content .title {
    font-size: 20px;
    line-height: 30px;
  }
}
.project-page__item-content .title a {
  font-family: var(--font_fraunces);
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  color: var(--white);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .project-page__item-content .title a {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .project-page__item-content .title a {
    font-size: 20px;
    line-height: 30px;
  }
}
.project-page__item-content .icon {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: all 0.3s ease-in-out;
}
.project-page__item-content .icon:hover {
  background: #16987E;
  border: 1px solid #16987E;
}

.project-details__content-wrap {
  display: flex;
  flex-direction: column;
  gap: 27px;
  margin-right: 50px;
}
@media only screen and (max-width: 991px) {
  .project-details__content-wrap {
    gap: 30px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .project-details__content-wrap {
    gap: 20px;
    margin-right: 0;
  }
}
.project-details__content-wrap .accordion {
  counter-reset: accordion;
}
.dark .project-details__content-wrap .accordion {
  border-color: #292929;
}
.project-details__content-wrap .accordion-item {
  background-color: #FFFFFF;
  border: 1px solid rgba(10, 10, 10, 0.08);
  border-radius: 6px !important;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
  box-shadow: none !important;
}
.project-details__content-wrap .accordion-item:last-child {
  margin-bottom: 0;
}
.dark .project-details__content-wrap .accordion-item {
  border-color: #292929;
}
.project-details__content-wrap .accordion-item:has(.accordion-button:not(.collapsed)) {
  background-color: #16987E;
  border: 1px solid #F5F5F5 !important;
  box-shadow: none !important;
  outline: 0 !important;
}
.project-details__content-wrap .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-button {
  background-color: #16987E;
  color: #FFFFFF;
  box-shadow: none !important;
  outline: 0 !important;
  border: none !important;
}
.project-details__content-wrap .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-button:hover, .project-details__content-wrap .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-button:focus, .project-details__content-wrap .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-button:active {
  background-color: #16987E !important;
  color: #FFFFFF !important;
  box-shadow: none !important;
  outline: 0 !important;
}
.project-details__content-wrap .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-button .title {
  color: #FFFFFF;
}
.project-details__content-wrap .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-button .title span {
  color: #FFFFFF;
}
.project-details__content-wrap .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-button::after {
  content: "\f061";
  color: #FFFFFF;
  transform: rotate(0deg);
}
.project-details__content-wrap .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-collapse {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.project-details__content-wrap .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-body {
  background-color: #F5F5F5;
  border: none !important;
  outline: 0 !important;
}
.project-details__content-wrap .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-body p {
  color: #4E4E4E;
}
.project-details__content-wrap .accordion-button {
  padding: 16px 30px;
  background-color: #FFFFFF;
  color: #0A0A0A;
  font-family: var(--font_inter);
  outline: 0 !important;
  box-shadow: none !important;
  border: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.project-details__content-wrap .accordion-button:hover, .project-details__content-wrap .accordion-button:focus, .project-details__content-wrap .accordion-button:active {
  box-shadow: none !important;
  outline: 0 !important;
  border-color: transparent !important;
  background-color: #FFFFFF;
  color: #0A0A0A;
}
@media only screen and (max-width: 767px) {
  .project-details__content-wrap .accordion-button {
    padding: 16px 20px;
  }
}
@media (max-width: 575px) {
  .project-details__content-wrap .accordion-button {
    padding: 20px 10px;
  }
}
.project-details__content-wrap .accordion-button::after {
  content: "\f061";
  font-family: var(--font_awesome);
  background-image: none;
  font-weight: 900;
  font-size: 14px;
  color: #16987E;
  transition: all 0.3s ease-in-out;
}
.project-details__content-wrap .accordion-button:not(.collapsed)::after {
  transform: none;
}
.project-details__content-wrap .accordion-button .title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  text-align: left;
}
.project-details__content-wrap .accordion-button .title span {
  color: #16987E;
}
@media (max-width: 575px) {
  .project-details__content-wrap .accordion-button .title {
    font-size: 16px;
    line-height: 22px;
  }
}
.project-details__content-wrap .accordion-body {
  padding: 25px 30px 30px 30px;
  border: none;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .project-details__content-wrap .accordion-body {
    padding: 20px 15px 20px 15px;
  }
}
.project-details__content-wrap .accordion-body p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #767676;
  margin: 0;
}
@media only screen and (max-width: 1399px) {
  .project-details__content-wrap .accordion-body p br {
    display: none;
  }
}
.project-details__thumb {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.project-details__thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.project-details__text-box .project-details__title {
  font-family: var(--font_fraunces);
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  color: #0A0A0A;
  margin-bottom: 9px;
}
@media only screen and (max-width: 991px) {
  .project-details__text-box .project-details__title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 9px;
  }
}
@media (max-width: 575px) {
  .project-details__text-box .project-details__title {
    font-size: 26px;
    line-height: 34px;
  }
}
.project-details__text-box .project-details__desc {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #767676;
  margin-bottom: 32px;
}
.project-details__text-box .project-details__desc:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .project-details__text-box .project-details__desc {
    font-size: 15px;
    line-height: 24px;
  }
}
.project-details__sidebar {
  height: 100%;
}

.client-details-card {
  background: #F5F5F5;
  border-radius: 10px;
  padding: 32px 35px;
  margin-left: -24px;
}
@media only screen and (max-width: 1399px) {
  .client-details-card {
    padding: 35px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .client-details-card {
    padding: 30px 30px;
  }
}
.client-details-card__title {
  font-family: var(--font_fraunces);
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #0A0A0A;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
  padding-bottom: 15px;
}
.client-details-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.client-details-card__list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid rgba(10, 10, 10, 0.05);
  padding-bottom: 15px;
}
.client-details-card__list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.client-details-card__list li .label {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #0A0A0A;
  flex-shrink: 0;
  width: 100px;
}
.client-details-card__list li .value {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #767676;
  text-align: right;
}
.client-details-card__list li .value a {
  color: #666666;
  text-decoration: none;
  transition: color 0.3s ease;
}
.client-details-card__list li .value a:hover {
  color: var(--primary, #16987E);
}
.client-details-card__list li .value.social-links {
  display: flex;
  align-items: center;
  gap: 20px;
}
.client-details-card__list li .value.social-links a {
  font-size: 14px;
  color: #666666;
  transition: color 0.3s ease;
}
.client-details-card__list li .value.social-links a:hover {
  color: var(--primary, #16987E);
}

.testimonial__wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  background: var(--black);
}
.testimonial__wrapper .section-title {
  max-width: 895px;
}
@media only screen and (max-width: 767px) {
  .testimonial__wrapper .section-title .title {
    font-size: 35px;
    line-height: 38px;
  }
}
@media (max-width: 575px) {
  .testimonial__wrapper .section-title .title {
    font-size: 28px;
    line-height: 32px;
  }
}
.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;
  margin-left: -372px;
  margin-right: -372px;
}
@media only screen and (max-width: 1399px) {
  .testimonial__wrap {
    padding: 0 15px;
    margin-left: 0;
    margin-right: 0;
  }
}
.testimonial__item {
  border-radius: 10px;
  padding: 38px 39px 30px 39px;
  border-radius: 10px;
  background: var(--white);
  border: 1px solid #E5E5E5;
}
@media only screen and (max-width: 1599px) {
  .testimonial__item {
    padding: 38px 30px 30px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial__item {
    padding: 38px 20px 30px 20px;
  }
}
.testimonial__item-2 {
  background: #F5F5F5;
}
.testimonial__author {
  display: flex;
  max-width: 518px;
  align-items: start;
  justify-content: space-between;
}
.testimonial__author .box {
  gap: 20px;
}
@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 {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-bottom: 12px;
}
.testimonial__author-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.testimonial__author-name {
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: var(--secondary);
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1399px) {
  .testimonial__author-name {
    font-size: 18px;
  }
}
.testimonial__author-desgn {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--gray);
}
@media only screen and (max-width: 1399px) {
  .testimonial__author-desgn {
    font-size: 15px;
  }
}
.testimonial__author-info {
  text-align: left;
  padding-bottom: 23px;
}
.testimonial__quote-icon {
  font-size: 42px;
  transform: translateY(12px);
}
.testimonial__desc {
  max-width: 512px;
  line-height: 26px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding-top: 24px;
  line-height: 28px;
  color: var(--secondary);
  font-family: var(--font_inter);
  border-top: 1px solid #E5E5E5;
}
.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: 991px) {
  .testimonial__desc {
    font-size: 16px;
  }
}

.testimonial-page__item:hover {
  background: #F5F5F5;
}

.blog__item {
  border-radius: 15px;
  background: #F5F5F5;
  overflow: hidden;
}
.blog__thumb {
  position: relative;
  padding: 23px 20px 20px 20px;
  overflow: hidden;
}
.blog__thumb a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.blog__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.blog__thumb:hover img {
  transform: scale(1.08);
}
.blog__content {
  text-align: start;
  padding: 29px 29px 0 29px;
}
@media only screen and (max-width: 1199px) {
  .blog__content {
    padding: 29px 15px 0 15px;
  }
}
@media only screen and (max-width: 991px) {
  .blog__content {
    padding: 29px 15px 0 15px;
  }
}
.blog__meta {
  gap: 20px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .blog__meta {
    gap: 7px;
    flex-wrap: wrap;
  }
}
.blog__meta li {
  gap: 8px;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: var(--gray);
  align-items: center;
  vertical-align: middle;
  font-family: var(--font_inter);
}
.blog__meta li i {
  font-size: 14px;
  font-weight: 900;
  line-height: 14px;
  color: var(--primary);
  vertical-align: middle;
  font-family: var(--font_awesome);
}
.blog__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  padding: 15px 0 0 0;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1399px) {
  .blog__title {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog__title {
    font-size: 17px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .blog__title {
    font-size: 18px;
    line-height: 25px;
  }
}
.blog__title a {
  color: var(--secondary);
}
.blog__title a:hover {
  color: var(--primary-2);
}
.blog__btn {
  margin-top: 21px;
}
@media only screen and (max-width: 991px) {
  .blog__btn {
    margin-top: 10px;
  }
}
.blog__btn .blog-btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: var(--primary);
  vertical-align: middle;
  font-family: var(--font_inter);
}
.blog__btn .blog-btn:hover i {
  padding-left: 3px;
}
.blog__btn .blog-btn i {
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
  color: var(--primary);
  vertical-align: middle;
  transition: all 0.5 ease-in-out;
}

.blog-details__wrapper {
  gap: 105px;
  display: grid;
  grid-template-columns: 1fr 391px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__wrapper {
    grid-template-columns: 1fr 330px;
    gap: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-details__wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.blog-details__thumb {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 40px;
}
.blog-details__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog-details__meta {
  margin-bottom: 25px;
}
.blog-details__meta ul {
  gap: 25px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .blog-details__meta ul {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.blog-details__meta ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  list-style: none;
}
.blog-details__meta ul li i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #16987E;
  margin-right: 11px;
  text-transform: uppercase;
  font-family: Font Awesome 6 Pro;
}
.blog-details__title {
  font-family: var(--font_fraunces);
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 45px;
  color: #0A0A0A;
  margin-bottom: 11px;
}
@media (max-width: 575px) {
  .blog-details__title {
    font-size: 30px;
    line-height: 40px;
  }
}
.blog-details__title a {
  font-family: var(--font_fraunces);
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 45px;
  color: #0A0A0A;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .blog-details__title a {
    font-size: 30px;
    line-height: 40px;
  }
}
.blog-details__title a:hover {
  color: var(--primary);
  background-size: 100% 2px;
}
@media (max-width: 575px) {
  .blog-details__title {
    font-size: 23px;
    line-height: 29px;
  }
}
.blog-details__title-2 {
  font-family: var(--font_fraunces);
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  color: #0A0A0A;
  margin-bottom: 11px;
}
@media (max-width: 575px) {
  .blog-details__title-2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.blog-details__title-2 a {
  font-family: var(--font_fraunces);
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  color: #0A0A0A;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .blog-details__title-2 a {
    font-size: 25px;
    line-height: 35px;
  }
}
.blog-details__title-2 a:hover {
  color: var(--primary);
  background-size: 100% 2px;
}
@media (max-width: 575px) {
  .blog-details__title-2 {
    font-size: 23px;
    line-height: 29px;
  }
}
.blog-details__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #767676;
  font-family: var(--font_inter);
  margin-bottom: 28px;
}
.blog-details__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #767676;
  font-family: var(--font_inter);
}
.blog-details__testiml-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  gap: 40px;
  display: flex;
  margin-top: 35px;
  margin-bottom: 30px;
  align-items: center;
  padding: 31px 63px 31px 40px;
}
@media (max-width: 575px) {
  .blog-details__testiml-box {
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
  }
}
.blog-details__testiml-box .icon {
  background: var(--white);
  border-radius: 10px 0px 0px 10px;
  min-width: 60px;
}
@media (max-width: 575px) {
  .blog-details__testiml-box .icon {
    padding: 20px 31.3px;
    border-radius: 10px;
    margin-top: 10px;
  }
}
.blog-details__testiml-box .icon img {
  width: auto;
}
.blog-details__testiml-box .content {
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .blog-details__testiml-box .content {
    padding: 15px;
  }
}
.blog-details__testiml-box .content .decs {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  margin-bottom: 19px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__testiml-box .content .decs {
    font-size: 15px;
    line-height: 25px;
  }
}
@media (max-width: 575px) {
  .blog-details__testiml-box .content .decs {
    font-size: 16px;
    line-height: 25px;
  }
}
.blog-details__testiml-box .content .name {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #16987E;
  position: relative;
  padding-left: 40px;
  font-family: var(--font_inter);
}
.blog-details__testiml-box .content .name::before {
  content: "";
  left: 0;
  z-index: 2;
  width: 30px;
  height: 2px;
  bottom: 11px;
  display: block;
  position: absolute;
  background: #16987E;
}
.blog-details__img-box {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 34px;
}
@media (max-width: 575px) {
  .blog-details__img-box {
    flex-wrap: wrap;
  }
}
.blog-details__img-box .thumb {
  overflow: hidden;
  border-radius: 10px;
}
.blog-details__img-box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog-details__description .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #0A0A0A;
  font-family: var(--font_fraunces);
  margin-bottom: 16px;
}
.blog-details__description .title a {
  background: linear-gradient(var(--primary) 0%, var(--primary) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  color: var(--primary);
  transition: all 0.3s ease-in-out;
}
.blog-details__description .title a:hover {
  color: var(--primary);
  background-size: 100% 2px;
}
@media (max-width: 575px) {
  .blog-details__description .title {
    font-size: 28px;
    line-height: 31px;
  }
}
.blog-details__category {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .blog-details__category {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.blog-details__tag {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .blog-details__tag {
    align-items: start;
    gap: 15px;
  }
}
.blog-details__tag .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #0A0A0A;
  font-family: var(--font_inter);
}
.blog-details__tag ul {
  margin-left: 15px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  row-gap: 0;
}
@media (max-width: 575px) {
  .blog-details__tag ul {
    margin-left: 0;
  }
}
.blog-details__tag ul li {
  list-style: none;
}
.blog-details__tag ul li a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  background: #F5F5F5;
  border-radius: 100px;
  padding: 9px 18px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .blog-details__tag ul li a {
    margin-bottom: 10px;
  }
}
.blog-details__tag ul li a:hover {
  background: #16987E;
  color: var(--white);
}
.blog-details__share {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .blog-details__share {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.blog-details__share .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #0A0A0A;
  font-family: var(--font_inter);
}
.blog-details__share ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 15px;
}
@media (max-width: 575px) {
  .blog-details__share ul {
    margin-left: 0;
  }
}
.blog-details__share ul li {
  list-style: none;
}
.blog-details__share ul li a {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F7F8;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.blog-details__share ul li i {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #0A0A0A;
  transition: all 0.3s ease-in-out;
}
.blog-details__share ul li:hover a {
  background: #16987E;
  color: var(--white);
}
.blog-details__share ul li:hover a i {
  color: var(--white);
}
.blog-details__author-box {
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
}
@media only screen and (max-width: 1199px) {
  .blog-details__author-box {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .blog-details__author-box {
    flex-wrap: wrap;
  }
}
.blog-details__author-box .author-thumb {
  min-width: 120px;
  min-height: 120px;
  width: 120px;
  height: 120px;
}
.blog-details__author-box .author-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.blog-details__author-box .author-content span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #4E4E4E;
}
.blog-details__author-box .author-content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  margin-top: 8px;
  margin-bottom: 11px;
}
.blog-details__author-box .author-content .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
}
.blog-details__sidebar__wrapper {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
}
.blog-details__sidebar__inner {
  padding: 35px 40px 40px 40px;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (max-width: 1199px) {
  .blog-details__sidebar__inner {
    padding: 35px 25px 40px 25px;
  }
}
.blog-details__sidebar-form {
  position: relative;
  margin-top: 30px;
}
.blog-details__sidebar-form input {
  outline: 0;
  width: 100%;
  border: none;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  padding: 16.5px 63px 16.5px 25px;
}
.blog-details__sidebar-form input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--body_text-1);
}
.blog-details__sidebar-form button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  justify-content: center;
  background: #16987E;
}
.blog-details__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-details__sidebar__widget {
  padding: 35px 40px 40px 40px;
  text-align: start;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (max-width: 1199px) {
  .blog-details__sidebar__widget {
    padding: 35px 25px 40px 25px;
  }
}
@media (max-width: 575px) {
  .blog-details__sidebar__widget {
    padding: 35px 15px 40px 15px;
  }
}
.blog-details__sidebar__widget:nth-of-type(2) {
  padding: 35px 40px 40px 40px;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (max-width: 1199px) {
  .blog-details__sidebar__widget:nth-of-type(2) {
    padding: 35px 25px 40px 25px;
  }
}
.blog-details__sidebar__widget:last-child {
  border-bottom: none;
}
.blog-details__sidebar__title {
  padding-bottom: 17px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #0A0A0A;
  font-family: var(--font_fraunces);
  border-bottom: 1px solid #E5E5E5;
  position: relative;
}
.blog-details__sidebar__title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 60px;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  background: #16987E;
}
.blog-details__sidebar__categories {
  margin-top: 30px;
}
.blog-details__sidebar__categories li {
  list-style: none;
}
.blog-details__sidebar__categories li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  line-height: 100%;
  padding: 16px 20px;
  margin-bottom: 10px;
  letter-spacing: 0px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  background: var(--white);
  transition: all 0.3s ease-in-out;
}
.blog-details__sidebar__categories li a i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #16987E;
}
.blog-details__sidebar__categories li a:hover {
  color: var(--white);
  background: #16987E;
  color: var(--white);
}
.blog-details__sidebar__categories li a:hover i {
  color: var(--white);
}
.blog-details__sidebar__categories li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-details__sidebar__categories li a i {
  font-size: 16px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #16987E;
  transition: all 0.3s ease-in-out;
  font-family: Font Awesome 6 Pro;
}
.blog-details__sidebar__post {
  margin-top: 30px;
}
.blog-details__sidebar__post-item {
  gap: 20px;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
  align-items: center;
  padding-top: 20px;
}
.blog-details__sidebar__post-item:first-child {
  padding-top: 0;
}
.blog-details__sidebar__post-item:last-child {
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 10px;
}
.blog-details__sidebar__post-thumb {
  min-width: 80px;
  min-height: 80px;
  object-fit: cover;
}
.blog-details__sidebar__post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.blog-details__sidebar__post-meta span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.blog-details__sidebar__post-meta span i {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  color: #4E4E4E;
  margin-right: 6px;
  font-family: Font Awesome 6 Pro;
}
.blog-details__sidebar__post-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #0A0A0A;
  transition: all 0.3s ease-in-out;
  font-family: var(--font_inter);
  margin-top: 9px;
}
.blog-details__sidebar__post-title:hover {
  color: #16987E;
}
.blog-details__sidebar__popular-tags {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}
.blog-details__sidebar__popular-tags li {
  list-style: none;
  vertical-align: middle;
  margin-bottom: 10px;
}
.blog-details__sidebar__popular-tags li:last-child {
  margin-bottom: 0;
}
.blog-details__sidebar__popular-tags li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #0A0A0A;
  text-align: center;
  padding: 10.5px 14px;
  border-radius: 100px;
  vertical-align: middle;
  background: #F5F5F5;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}
.blog-details__sidebar__popular-tags li a:hover {
  color: var(--white);
  background: #16987E;
}
.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-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #191A1F;
  transition: all 0.3s ease-in-out;
}
.blog-details__page-prev a:hover {
  color: #16987E;
}
.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-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #191A1F;
}
.blog-details__dot {
  gap: 4px;
  display: grid;
  flex-wrap: wrap;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
}
.blog-details__dot span {
  width: 10px;
  height: 10px;
  background: #E5E5E5;
}
.blog-details__author {
  gap: 25px;
  display: flex;
  margin-top: 26px;
  margin-bottom: 52px;
  border-radius: 15px;
  align-items: center;
  background: #F5F5F5;
}
@media only screen and (max-width: 1199px) {
  .blog-details__author {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details__author {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details__author {
    padding: 15px 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .blog-details__author {
    flex-wrap: wrap;
  }
}
.blog-details__page {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 30px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EBEBEB;
  margin-top: 50px;
}
@media (max-width: 575px) {
  .blog-details__page {
    gap: 15px;
    justify-content: center;
  }
}
.blog-details__page-dot {
  width: 38px;
  height: 38px;
  gap: 4px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 575px) {
  .blog-details__page-dot {
    display: none;
  }
}
.blog-details__page-dot span {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #16987E;
}
.blog-details__author {
  gap: 30px;
  display: flex;
  margin-top: 60px;
  margin-bottom: 50px;
  padding: 30px 30px;
  align-items: center;
  background: #F5F5F5;
  border: 1px solid #EAE3F5;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .blog-details__author {
    gap: 19px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 20px 20px;
  }
}
@media (max-width: 575px) {
  .blog-details__author {
    flex-wrap: wrap;
  }
}
.blog-details__author-thumb {
  min-width: 189px;
  height: 189px;
}
.blog-details__author-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog-details__author-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #191A1F;
  font-family: var(--font_inter);
}
.blog-details__author-position {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #16987E;
  font-family: var(--font_inter);
  margin-bottom: 15px;
  display: block;
  margin-top: 5px;
}
.blog-details__author-dec {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #636166;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .blog-details__author-dec br {
    display: none;
  }
}
.blog-details__form-title {
  display: block;
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #0A0A0A;
}
.blog-details__form-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.blog-details__form-group {
  margin-top: 26px;
  position: relative;
}
.blog-details__form-group .form-input {
  gap: 17px;
  display: flex;
  position: relative;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .blog-details__form-group .form-input {
    gap: 0;
    flex-wrap: wrap;
  }
}
.blog-details__form-group .form-input input {
  outline: 0;
  width: 100%;
  border: none;
  margin-bottom: 20px;
  border-radius: 100px;
  background: var(--white);
  border: 1px solid #EAEAEA;
  box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.01);
  border-radius: 7px;
  padding: 16.5px 40px 16.5px 25px;
  transition: all 0.3s ease-in-out;
}
.blog-details__form-group .form-input input:focus {
  border-color: #16987E;
}
.blog-details__form-group .form-input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.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;
  background: var(--white);
  font-family: var(--font_inter);
  border: 1px solid #EAEAEA;
  box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.01);
  border-radius: 7px;
  color: var(--body_text);
}
.blog-details__form-group .form-selector .custom-select:focus {
  border-color: #16987E;
}
.blog-details__form-group .form-selector .custom-select::after {
  display: none;
}
.blog-details__form-group .form-selector .custom-select .list {
  width: 100%;
}
.blog-details__form-group .form-comment textarea {
  outline: 0;
  width: 100%;
  height: 140px;
  border: none;
  border-radius: 15px;
  background: var(--white);
  padding: 23px 64px 23px 25px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #EAEAEA;
  box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.01);
  border-radius: 10px;
}
.blog-details__form-group .form-comment textarea:focus {
  border-color: #16987E;
}
.blog-details__form-group .form-comment textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.blog-details__btn {
  margin-top: 21.5px;
}
.blog-details__btn.rr-btn {
  padding: 18px 31px;
  border-radius: 7px;
  text-transform: capitalize;
}
.blog-details__btn.rr-btn::before {
  background: #16987E;
}
.blog-details__btn.rr-btn .btn-wrap .text-two {
  color: var(--white);
}
.blog-details__comment-wrapper {
  margin-bottom: 55px;
}
.blog-details__comment-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #191717;
}
.blog-details__postbox__comments ul li {
  list-style: none;
}
.blog-details__postbox__comments ul .child {
  padding-left: 135px;
  list-style: none;
}
@media only screen and (max-width: 991px) {
  .blog-details__postbox__comments ul .child {
    padding-left: 0;
  }
}
.blog-details__comment-item {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 30px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 575px) {
  .blog-details__comment-item {
    flex-wrap: wrap;
  }
}
.blog-details__comment-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.blog-details__comment-item .thumb {
  min-width: 110px;
}
.blog-details__comment-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog-details__comment-item .content {
  width: 100%;
}
.blog-details__comment-item .content .author_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-bottom: 14px;
}
.blog-details__comment-item .content .author_info .details span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #74787C;
}
.blog-details__comment-item .content .author_info .details .name {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #191717;
  font-family: var(--font_Titillium);
  margin-bottom: 0;
  margin-top: 8px;
}
.blog-details__comment-item .content .author_info button {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #16987E;
  font-family: var(--font_inter);
}
.blog-details__comment-item .content .author_info button i {
  color: #16987E;
  padding-left: 5px;
}
.blog-details__comment-item .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  font-family: var(--font_inter);
  margin-bottom: 0;
}
@media only screen and (max-width: 1399px) {
  .blog-details__comment-item .content p br {
    display: none;
  }
}
.blog-details__life-list {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .blog-details__life-list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.blog-details__life-list-thumb {
  flex: 0 0 auto;
  max-width: 40%;
}
@media (max-width: 768px) {
  .blog-details__life-list-thumb {
    max-width: 100%;
  }
}
.blog-details__life-list-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
.blog-details__life-list-content {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.blog-details__life-list-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  align-items: center;
}
.blog-details__life-list-icon {
  color: #16987E;
  font-size: 16px;
  display: inline-flex;
  margin-top: 2px;
}
.blog-details__life-list-text {
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  margin: 0;
}

.cta__wrapper {
  position: relative;
  padding: 107px 0 108px 0;
}
@media only screen and (max-width: 1199px) {
  .cta__wrapper {
    padding: 100px 0 100px;
  }
}
@media only screen and (max-width: 991px) {
  .cta__wrapper {
    padding: 70px 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .cta__wrapper {
    padding: 60px 0 60px;
  }
}
.cta__wrapper::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: rgba(22, 25, 33, 0.75);
}
.cta__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .cta__item {
    flex-wrap: wrap;
  }
}
.cta__title {
  z-index: 2;
  position: relative;
  font-family: var(--font_inter);
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0px;
  max-width: 726px;
  color: var(--white);
}
@media only screen and (max-width: 1199px) {
  .cta__title {
    font-size: 42px;
    line-height: 54px;
    max-width: 629px;
  }
}
@media only screen and (max-width: 991px) {
  .cta__title {
    font-size: 32px;
    line-height: 43px;
    max-width: 418px;
  }
}
@media only screen and (max-width: 767px) {
  .cta__title {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .cta__title {
    font-size: 27px;
    line-height: 38px;
  }
}
.cta__btn {
  gap: 20px;
  display: flex;
  align-items: center;
  transform: translateY(2px);
}
@media (max-width: 575px) {
  .cta__btn {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.cta__btn .rr-btn {
  font-weight: 700;
  padding: 22px 40.4px;
  text-transform: uppercase;
}
.cta__play a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid var(--white);
}
.cta__play a i {
  color: var(--white);
}

.our-service__wrapper {
  background: linear-gradient(180deg, rgba(7, 91, 74, 0) 34.81%, #0C3F34 100%), #182724;
  padding-top: 30px;
}
.our-service__wrapper .section-title .subtitle {
  color: var(--white);
}
.our-service__wrapper .section-title .title {
  color: var(--white);
}
.our-service__wrap {
  gap: 30px;
  display: grid;
  margin: 0 auto;
  max-width: 1860px;
  margin-bottom: 121px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1599px) {
  .our-service__wrap {
    margin: 0 15px 100px 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .our-service__wrap {
    gap: 15px;
    margin: 0 15px 80px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .our-service__wrap {
    margin: 0 15px 60px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .our-service__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .our-service__wrap {
    grid-template-columns: 1fr;
  }
}
.our-service__info {
  gap: 20px;
  display: flex;
  padding: 55px 10px;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(30px);
}
@media only screen and (max-width: 1199px) {
  .our-service__info {
    flex-direction: column;
    padding: 30px 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .our-service__info .content {
    text-align: center;
  }
}
.our-service__info .content .subtitle {
  display: block;
  font-family: var(--font_inter);
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 13px;
  color: var(--white);
}
@media only screen and (max-width: 991px) {
  .our-service__info .content .subtitle {
    margin-bottom: 10px;
  }
}
.our-service__info .content .title {
  font-family: var(--font_inter);
  font-weight: 600;
  font-size: 24px;
  line-height: 25px;
  color: var(--white);
}
@media only screen and (max-width: 1399px) {
  .our-service__info .content .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .our-service__info .content .title {
    font-size: 16px;
  }
}
.our-service__item {
  overflow: hidden;
  border-radius: 15px;
  background: var(--white);
}
.our-service__thumb {
  position: relative;
}
.our-service__thumb > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-service__content {
  margin: 0 auto;
  max-width: 348px;
  padding: 72px 0px 41px;
}
@media only screen and (max-width: 1199px) {
  .our-service__content {
    padding: 72px 15px 41px 15px;
  }
}
@media (max-width: 575px) {
  .our-service__content {
    max-width: 100%;
  }
}
.our-service__icon {
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  bottom: -45px;
  left: 40px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background: #16987E;
}
@media only screen and (max-width: 1199px) {
  .our-service__icon {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 575px) {
  .our-service__icon {
    left: 16px;
  }
}
.our-service__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 15px;
  color: var(--secondary);
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .our-service__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .our-service__title {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.our-service__desc {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--gray);
  margin-bottom: 18px;
}
.our-service__btn .service-btn {
  font-family: var(--font_inter);
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: var(--primary);
  transition: all 0.3s ease-in-out;
}
.our-service__btn .service-btn i {
  transition: all 0.3s ease-in-out;
}
.our-service__btn .service-btn:hover {
  color: var(--secondary);
}
.our-service__btn .service-btn:hover i {
  margin-left: 5px;
}

.our-service-page__wrapper {
  background: var(--white);
  padding-top: 0;
}
.our-service-page__wrapper .section-title .subtitle {
  color: var(--primary);
}
.our-service-page__wrapper .section-title .title {
  color: #0A0A0A;
}
.our-service-page__item {
  background-color: #F5F5F5;
}

.cta-section__wrapperr {
  position: relative;
  border-radius: 30px;
  max-width: 1800px;
  margin: 0 auto;
  z-index: 1;
  padding: 140px 0 150px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .cta-section__wrapperr {
    padding: 100px 0 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .cta-section__wrapperr {
    padding: 70px 0 70px 0;
  }
}
.cta-section__wrapperr::before {
  position: absolute;
  content: "";
  background: rgba(10, 10, 10, 0.3);
  mix-blend-mode: multiply;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 30px;
  z-index: -1;
}
.cta-section .section-title {
  text-align: center;
  margin-bottom: 30px;
}
.cta-section .section-title .title {
  color: var(--white);
  max-width: 432px;
  margin: 0 auto 22px auto;
  line-height: 58px;
}
@media only screen and (max-width: 1199px) {
  .cta-section .section-title .title {
    line-height: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .cta-section .section-title .title {
    max-width: 100%;
    margin: 0 auto 0 auto;
  }
}
@media (max-width: 575px) {
  .cta-section .section-title .title {
    line-height: 40px;
  }
}
.cta-section .section-title .dec {
  font-family: var(--font_inter);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--white);
  max-width: 495px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .cta-section .section-title .dec {
    max-width: 100%;
  }
}
.cta-section__btn .rr-btn {
  margin: 0 auto;
  width: fit-content;
  border-radius: 5px;
  padding: 17px 30.6px;
}

.service-details__item .accordion {
  counter-reset: accordion;
}
.dark .service-details__item .accordion {
  border-color: #292929;
}
.service-details__item .accordion-item {
  background-color: #FFFFFF;
  border: 1px solid rgba(10, 10, 10, 0.08);
  border-radius: 6px !important;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
  box-shadow: none !important;
}
.service-details__item .accordion-item:last-child {
  margin-bottom: 0;
}
.dark .service-details__item .accordion-item {
  border-color: #292929;
}
.service-details__item .accordion-item:has(.accordion-button:not(.collapsed)) {
  background-color: #16987E;
  border: 1px solid #F5F5F5 !important;
  box-shadow: none !important;
  outline: 0 !important;
}
.service-details__item .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-button {
  background-color: #16987E;
  color: #FFFFFF;
  box-shadow: none !important;
  outline: 0 !important;
  border: none !important;
}
.service-details__item .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-button:hover, .service-details__item .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-button:focus, .service-details__item .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-button:active {
  background-color: #16987E !important;
  color: #FFFFFF !important;
  box-shadow: none !important;
  outline: 0 !important;
}
.service-details__item .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-button .title {
  color: #FFFFFF;
}
.service-details__item .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-button .title span {
  color: #FFFFFF;
}
.service-details__item .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-button::after {
  content: "\f061";
  color: #FFFFFF;
  transform: rotate(0deg);
}
.service-details__item .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-collapse {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.service-details__item .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-body {
  background-color: #F5F5F5;
  border: none !important;
  outline: 0 !important;
}
.service-details__item .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-body p {
  color: #4E4E4E;
}
.service-details__item .accordion-button {
  padding: 16px 30px;
  background-color: #FFFFFF;
  color: #0A0A0A;
  font-family: var(--font_inter);
  outline: 0 !important;
  box-shadow: none !important;
  border: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.service-details__item .accordion-button:hover, .service-details__item .accordion-button:focus, .service-details__item .accordion-button:active {
  box-shadow: none !important;
  outline: 0 !important;
  border-color: transparent !important;
  background-color: #FFFFFF;
  color: #0A0A0A;
}
@media (max-width: 575px) {
  .service-details__item .accordion-button {
    padding: 20px 15px;
  }
}
.service-details__item .accordion-button::after {
  content: "\f061";
  font-family: var(--font_awesome);
  background-image: none;
  font-weight: 900;
  font-size: 14px;
  color: #16987E;
  transition: all 0.3s ease-in-out;
}
.service-details__item .accordion-button:not(.collapsed)::after {
  transform: none;
}
.service-details__item .accordion-button .title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  text-align: left;
}
.service-details__item .accordion-button .title span {
  color: #16987E;
}
@media (max-width: 575px) {
  .service-details__item .accordion-button .title {
    font-size: 16px;
    line-height: 22px;
  }
}
.service-details__item .accordion-body {
  padding: 25px 30px 30px 30px;
  border: none;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .service-details__item .accordion-body {
    padding: 20px 15px 20px 15px;
  }
}
.service-details__item .accordion-body p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #767676;
  margin: 0;
}
@media only screen and (max-width: 1399px) {
  .service-details__item .accordion-body p br {
    display: none;
  }
}
.service-details__wrapper {
  gap: 100px;
  display: grid;
  grid-template-columns: 1fr 391px;
}
@media only screen and (max-width: 1199px) {
  .service-details__wrapper {
    grid-template-columns: 1fr 330px;
    gap: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .service-details__wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.service-details__sidebar__wrapper {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
}
.service-details__sidebar__inner {
  padding: 35px 40px 40px 40px;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (max-width: 1199px) {
  .service-details__sidebar__inner {
    padding: 35px 25px 40px 25px;
  }
}
.service-details__sidebar-form {
  position: relative;
  margin-top: 30px;
}
.service-details__sidebar-form input {
  outline: 0;
  width: 100%;
  border: none;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  padding: 16.5px 63px 16.5px 25px;
}
.service-details__sidebar-form input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #4E4E4E;
}
.service-details__sidebar-form button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  justify-content: center;
  background: #16987E;
}
.service-details__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;
}
.service-details__sidebar__widget {
  padding: 35px 40px 40px 40px;
  text-align: start;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (max-width: 1199px) {
  .service-details__sidebar__widget {
    padding: 35px 25px 40px 25px;
  }
}
@media (max-width: 575px) {
  .service-details__sidebar__widget {
    padding: 35px 15px 40px 15px;
  }
}
.service-details__sidebar__widget:nth-of-type(2) {
  padding: 35px 40px 40px 40px;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (max-width: 1199px) {
  .service-details__sidebar__widget:nth-of-type(2) {
    padding: 35px 25px 40px 25px;
  }
}
.service-details__sidebar__widget:last-child {
  border-bottom: none;
}
.service-details__sidebar__title {
  padding-bottom: 17px;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #0A0A0A;
  font-family: var(--font_fraunces);
  border-bottom: 1px solid #E5E5E5;
  position: relative;
}
.service-details__sidebar__title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 60px;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  background: #16987E;
}
.service-details__sidebar__categories {
  margin-top: 30px;
}
.service-details__sidebar__categories li {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  list-style: none;
  line-height: 100%;
  padding: 16px 20px;
  margin-bottom: 10px;
  letter-spacing: 0px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  background: var(--white);
  transition: all 0.3s ease-in-out;
}
.service-details__sidebar__categories li i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #16987E;
}
.service-details__sidebar__categories li:hover {
  color: var(--white);
  background: #16987E;
}
.service-details__sidebar__categories li:hover a {
  color: var(--white);
}
.service-details__sidebar__categories li:hover a i {
  color: var(--white);
}
.service-details__sidebar__categories li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-details__sidebar__categories li a i {
  font-size: 16px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #16987E;
  transition: all 0.3s ease-in-out;
  font-family: Font Awesome 6 Pro;
}

.service-details__download-list .download-item {
  display: flex;
  padding: 28px 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: #16987E;
}
.service-details__contact-box {
  text-align: start;
  border-radius: 12px;
  padding: 42px 49px 49px 49px;
  background: #16987E;
  margin-top: 40px;
}
@media only screen and (max-width: 1199px) {
  .service-details__contact-box {
    padding: 30px;
  }
}
@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 .contact-box__number a {
  transition: all 0.3s ease-in-out;
}
.service-details__contact-box .contact-box__number a:hover {
  color: #0A0A0A;
}
.service-details__contact-box-btn {
  margin-top: 22px;
}
.service-details__contact-box-btn .rr-btn {
  padding: 19.5px 30px;
  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: #16987E;
}
.service-details__sidebar-item {
  padding: 40px;
}
@media (max-width: 575px) {
  .service-details__sidebar-item {
    padding: 25px;
  }
}

.service-details__thumb {
  margin-bottom: 35px;
}
.service-details__thumb img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.service-details__title-main {
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  color: #0A0A0A;
  margin-bottom: 10px;
  font-family: var(--font_fraunces);
}
@media (max-width: 575px) {
  .service-details__title-main {
    font-size: 25px;
    line-height: 35px;
  }
}
.service-details__desc {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  margin-bottom: 20px;
}

.service-features__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px 132px;
  margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
  .service-features__grid {
    gap: 35px 40px;
  }
}
@media (max-width: 575px) {
  .service-features__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.service-features__item {
  border-left: 5px solid #16987E;
  padding-left: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.service-features__title {
  font-size: 16px;
  font-weight: 500;
  color: #0A0A0A;
  margin-bottom: 8px;
}
.service-features__text {
  font-size: 15px;
  line-height: 22px;
  color: #666666;
  margin-bottom: 0;
  max-width: 336px;
}

.service-checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 30px;
  margin-top: 25px;
  margin-bottom: 63px;
}
@media (max-width: 575px) {
  .service-checklist {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.service-checklist__item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #4E4E4E;
}
.service-checklist__item i {
  color: #16987E;
  font-size: 18px;
}

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

.work-process__wrapper .section-title {
  max-width: 677px;
}
.work-process__wrap {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 338px 338px 338px 338px;
}
@media only screen and (max-width: 1399px) {
  .work-process__wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .work-process__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .work-process__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .work-process__wrap {
    grid-template-columns: 1fr;
  }
}
.work-process__icon {
  z-index: 2;
  width: 130px;
  height: 130px;
  display: flex;
  margin: 0 auto;
  position: relative;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background: var(--white);
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.1);
}
.work-process__icon:hover {
  background: var(--primary);
}
.work-process__icon:hover .number {
  border: 5px solid var(--white);
}
.work-process__icon:hover img {
  filter: brightness(0) invert(1);
}
@media only screen and (max-width: 1199px) {
  .work-process__icon {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .work-process__icon {
    width: 90px;
    height: 90px;
  }
}
.work-process__icon-box {
  position: relative;
  border-right: 1px solid #E5E5E5;
}
@media only screen and (max-width: 991px) {
  .work-process__icon-box:nth-of-type(2) {
    border-right: none;
  }
}
.work-process__icon-box:last-child {
  border: none;
}
@media only screen and (max-width: 991px) {
  .work-process__icon-box {
    margin-bottom: 40px;
  }
  .work-process__icon-box:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .work-process__icon-box:nth-child(3) {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .work-process__icon-box {
    border-right: none;
  }
  .work-process__icon-box:nth-child(3) {
    margin-bottom: 40px;
  }
}
.work-process__icon .number {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: flex;
  font-size: 16px;
  font-weight: 300;
  border-radius: 100%;
  line-height: 26px;
  align-items: center;
  text-align: center;
  color: var(--white);
  justify-content: center;
  background: var(--primary);
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .work-process__icon .number {
    right: -21px;
  }
}
.work-process__content {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.work-process__title {
  display: block;
  margin: 33px 0 12px 0;
  transition: all 0.3s ease-in-out;
  font-family: var(--font_inter);
  font-weight: 600;
  font-size: 24px;
  line-height: 25px;
  text-align: center;
  color: var(--secondary);
}
@media only screen and (max-width: 1199px) {
  .work-process__title {
    font-size: 20px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 991px) {
  .work-process__title {
    font-size: 22px;
    margin: 30px 0 13px 0;
  }
}
@media only screen and (max-width: 767px) {
  .work-process__title {
    margin: 30px 0 10px 0;
  }
}
@media (max-width: 575px) {
  .work-process__title {
    margin: 30px 0 10px 0;
  }
}
.work-process__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(78, 78, 78, 0.75);
  font-family: var(--font_inter);
}

.contact-us__wrapper {
  padding-top: 0;
}
.contact-us__wrap {
  gap: 20px;
  display: grid;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #E5E5E5;
  grid-template-columns: 580px 680px;
}
@media only screen and (max-width: 1399px) {
  .contact-us__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .contact-us__wrap {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .contact-us__wrap {
    padding: 10px;
  }
}
.contact-us__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .contact-us__thumb {
    height: 660px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us__thumb {
    height: 100%;
  }
}
.contact-us__contact-from {
  text-align: start;
  border-radius: 15px;
  background: #EEEEEE;
  padding: 35px 40px 40px;
}
@media only screen and (max-width: 1199px) {
  .contact-us__contact-from {
    padding: 35px 30px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-us__contact-from {
    padding: 35px 20px 20px;
  }
}
.contact-us__contact-from form button {
  width: 100%;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  align-items: center;
  text-align: center;
  color: var(--white);
  padding: 15.5px 0px;
  border-radius: 5px;
  justify-content: center;
  font-family: var(--font_inter);
}
.contact-us__contact-from form button .text-one {
  gap: 4px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  gap: 5px;
}
.contact-us__contact-from form button .text-one i {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
}
.contact-us__contact-from form button .text-two {
  gap: 4px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  gap: 5px;
}
.contact-us__contact-from form button .text-two i {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
}
.contact-us__contact-from .ajax-response.error {
  color: var(--primary);
}
.contact-us__contact-from .ajax-response.success {
  color: #198754;
}
.contact-us__title {
  display: flex;
  margin-bottom: 17px;
  font-family: var(--font_fraunces);
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  color: var(--secondary);
}
.contact-us__decs {
  display: flex;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #4E4E4E;
  align-items: center;
  font-family: var(--font_inter);
  max-width: 442px;
}
.contact-us__form-group {
  gap: 20px;
  display: flex;
  margin-top: 30px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .contact-us__form-group {
    gap: 0;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .contact-us__form-group {
    gap: 0;
    flex-wrap: wrap;
  }
}
.contact-us__input {
  width: 100%;
  position: relative;
  margin-bottom: 18px;
}
.contact-us__input .name {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 13px;
  color: var(--secondary);
}
.contact-us__input input {
  width: 100%;
  border: none;
  height: 48px;
  background: var(--white);
  transition: all 0.3s ease-in-out;
  padding: 12px 20px 14px 20px;
  border: 1px solid none;
  border-radius: 10px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
}
.contact-us__input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.contact-us__input input:hover, .contact-us__input input:focus {
  border-color: #E5E5E5 !important;
  box-shadow: none;
  outline: none;
  background-color: var(--white);
}
.contact-us__select {
  position: relative;
  margin-bottom: 20px;
}
.contact-us__select i {
  top: 20px;
  left: 20px;
  display: block;
  position: absolute;
  color: var(--primary);
}
.contact-us__select .nice-select {
  float: inherit;
  height: 55px;
  border: none;
  position: relative;
  background-color: var(--white);
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--light_bg);
  padding: 0;
}
.contact-us__select .nice-select .icon {
  position: absolute;
  top: 0%;
  right: 56px;
  font-size: 20px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.contact-us__select .nice-select .icon i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #4E4E4E;
}
.contact-us__select .nice-select.open {
  background-color: var(--white);
  border-color: var(--secondary);
}
.contact-us__select .nice-select.open .icon i {
  transform: rotate(180deg);
}
.contact-us__select .nice-select::after {
  display: none;
}
.contact-us__select .nice-select .current {
  display: flex;
  align-items: center;
  padding: 20px 20px;
  font-family: var(--font_inter);
  border: 1px solid none;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
}
.contact-us__select .nice-select:focus {
  outline: none;
}
.contact-us__select .nice-select .list {
  width: 100%;
}
.contact-us__icon {
  top: 17px;
  right: 24px;
  position: absolute;
}
.contact-us__icon i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #4E4E4E;
}
.contact-us__textarea label {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  color: var(--secondary);
}
.contact-us__textarea textarea {
  width: 100%;
  border: none;
  border-radius: 5px;
  margin-bottom: 20px;
  border-radius: 5px;
  background: var(--white);
  padding: 17px 24px 45px;
  border: 1px solid none;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
}
.contact-us__textarea textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.contact-us__textarea textarea:hover, .contact-us__textarea textarea:focus {
  border-color: #E5E5E5 !important;
  box-shadow: none;
  outline: none;
  background-color: var(--white);
}
.contact-us .contact-page__select .nice-select .current {
  display: flex;
  align-items: center;
  padding: 20px 20px;
  font-family: var(--font_inter);
  border: none;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
}
.contact-us__content {
  margin-bottom: 34px;
}
.contact-us__content .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  margin-bottom: 11px;
}
@media (max-width: 575px) {
  .contact-us__content .title {
    font-size: 28px;
    line-height: 35px;
  }
}
.contact-us__content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1399px) {
  .contact-us__content .decs br {
    display: none;
  }
}
.contact-us__item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #E5E5E5;
  margin-top: 25px;
}
@media (max-width: 575px) {
  .contact-us__item {
    grid-template-columns: 1fr;
  }
}
.contact-us__item .icon {
  background: var(--white);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
}
.contact-us__item .icon i {
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  color: var(--primary-2);
}
.contact-us__item .content .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  margin-bottom: 6px;
}
.contact-us__item .content ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #4E4E4E;
  list-style: none;
}
@media only screen and (max-width: 991px) {
  .contact-us__item .content ul li {
    font-size: 15px;
  }
}
.contact-us__item .content ul li span {
  color: var(--primary-2);
}
@media only screen and (max-width: 991px) {
  .contact-us__item .content ul li a br {
    display: none;
  }
}
.contact-us__item .content ul li a:hover {
  color: var(--primary-2);
}
.contact-us__info {
  padding: 55px 60px 55px 60px;
  background: #F5F5F5;
  border-radius: 10px;
  margin-left: 4px;
  text-align: start;
}
@media only screen and (max-width: 1199px) {
  .contact-us__info {
    padding: 55px 25px 55px 25px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-us__info {
    padding: 55px 25px 55px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us__info {
    margin-top: 40px;
  }
}
.contact-us__info .item-2 {
  border-bottom: none;
  padding-bottom: 0;
}

.contact-page__wrapper {
  position: relative;
  z-index: 2;
}
.contact-page__info-wrapper .contact-page__subtitle {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #16987E;
}
.contact-page__info-wrapper .contact-page__title {
  font-family: var(--font_fraunces);
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 59px;
  color: #0A0A0A;
}
@media only screen and (max-width: 1199px) {
  .contact-page__info-wrapper .contact-page__title {
    font-size: 33px;
    line-height: 43px;
  }
}
.contact-page__info-wrapper .contact-page__desc {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #636e72;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 395px;
}
.contact-page__info-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact-page__info-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact-page__info-item .icon {
  width: 100px;
  height: 100px;
  background-color: #16987E;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1199px) {
  .contact-page__info-item .icon {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-page__info-item .icon {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 575px) {
  .contact-page__info-item .icon {
    width: 70px;
    height: 70px;
  }
}
.contact-page__info-item .content h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #0A0A0A;
  margin-bottom: 7px;
}
.contact-page__info-item .content a,
.contact-page__info-item .content p {
  display: block;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  max-width: 300px;
}
@media (max-width: 575px) {
  .contact-page__info-item .content a,
  .contact-page__info-item .content p {
    font-size: 14px;
  }
}
.contact-page__info-item .content a:hover {
  color: #16987E;
}
.contact-page__contact-from {
  z-index: 3;
  position: relative;
  background: #EEEEEE;
  border-radius: 10px;
  padding: 32px 40px 40px 40px;
  max-width: 580px;
  margin: 0 -17px 0 auto;
}
@media only screen and (max-width: 1199px) {
  .contact-page__contact-from {
    padding: 32px 25px 40px 25px;
    margin: 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .contact-page__contact-from {
    padding: 32px 25px 40px 25px;
    margin: 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .contact-page__contact-from {
    padding: 32px 25px 40px 25px;
    margin: 0;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .contact-page__contact-from {
    padding: 32px 25px 40px 25px;
    margin: 0;
    max-width: 100%;
  }
}
.contact-page__contact-from form button {
  display: flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  align-items: center;
  text-align: center;
  color: var(--white);
  padding: 16px 35px;
  border-radius: 8px;
  justify-content: center;
  font-family: var(--font_inter);
  width: 100%;
}
.contact-page__contact-from form button.rr-btn::before {
  background: var(--secondary);
}
.contact-page__contact-from form button.rr-btn .btn-wrap .text-two {
  color: var(--white);
}
.contact-page__contact-from .ajax-response.error {
  color: var(--primary);
}
.contact-page__contact-from .ajax-response.success {
  color: #198754;
}
.contact-page__subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #16987E;
  font-family: var(--font_inter);
  margin-bottom: 12px;
  display: block;
}
@media only screen and (max-width: 1199px) {
  .contact-page__subtitle {
    margin-bottom: 10px;
  }
}
.contact-page__title {
  font-family: var(--font_fraunces);
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  color: #0A0A0A;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1399px) {
  .contact-page__title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-page__title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-page__title {
    font-size: 27px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-page__title {
    font-size: 24px;
    line-height: 15px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .contact-page__title {
    font-size: 25px;
    line-height: 35px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.contact-page__dec {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #4E4E4E;
  max-width: 480px;
  margin-bottom: 30px;
}
.contact-page__form-group {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 991px) {
  .contact-page__form-group {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-page__form-group {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .contact-page__form-group {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.contact-page__input {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.contact-page__input .name {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #0A0A0A;
}
.contact-page__input input {
  width: 100%;
  border: none;
  height: 48px;
  border-radius: 8px;
  background: var(--white);
  transition: all 0.3s ease-in-out;
  padding: 17.5px 55px 17.5px 20px;
  border: 1px solid rgba(10, 10, 10, 0.1);
  margin-top: 7px;
}
.contact-page__input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.contact-page__input input:hover, .contact-page__input input:focus {
  border-color: #E5E5E5 !important;
  box-shadow: none;
  outline: none;
}
.contact-page__textarea {
  margin-bottom: 30px;
  position: relative;
}
.contact-page__textarea textarea {
  width: 100%;
  border: none;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  border-radius: 8px;
  color: #4E4E4E;
  padding: 14px 20px 52px 20px;
  font-family: var(--font_inter);
  border: 1px solid rgba(10, 10, 10, 0.1);
  margin-top: 7px;
}
.contact-page__textarea textarea:focus {
  outline: 0;
}
.contact-page__icon i {
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: var(--gray);
}
.contact-page__select {
  position: relative;
  margin-bottom: 20px;
}
.contact-page__select i {
  top: 20px;
  left: 20px;
  display: block;
  position: absolute;
  color: var(--primary);
}
.contact-page__select .nice-select {
  float: inherit;
  height: 48px;
  border: none;
  position: relative;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(10, 10, 10, 0.1);
  border-radius: 8px;
  padding: 0;
  margin-top: 7px;
}
.contact-page__select .nice-select .icon {
  position: absolute;
  top: -5px;
  right: 50px;
  font-size: 20px;
  transition: transform 0.3s ease;
}
.contact-page__select .nice-select .icon i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #4E4E4E;
}
.contact-page__select .nice-select.open {
  background-color: transparent;
  border: 1px solid rgba(10, 10, 10, 0.1);
  border-radius: 5px;
}
.contact-page__select .nice-select.open .icon i {
  transform: rotate(180deg);
}
.contact-page__select .nice-select::after {
  display: none;
}
.contact-page__select .nice-select .current {
  display: flex;
  align-items: center;
  padding: 14.5px 111px 12.5px 20px;
  font-family: var(--font_inter);
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
}
.contact-page__select .nice-select:focus {
  outline: none;
}
.contact-page__select .nice-select .list {
  width: 100%;
}
.contact-page__icon {
  top: 17px;
  right: 17px;
  position: absolute;
}
.contact-page__icon i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #111111;
}
.contact-page__info-wrap {
  padding-bottom: 112px;
}
@media only screen and (max-width: 1199px) {
  .contact-page__info-wrap {
    padding-bottom: 60px;
  }
}
.contact-page__info-wrap .section-title__wrapper .title span {
  font-weight: 700;
}
.contact-page__info-box {
  border: 1px solid rgba(10, 10, 10, 0.1);
  background: var(--white);
  border-radius: 10px;
  text-align: center;
  min-width: 424px;
  margin-bottom: 24px;
  padding: 58px 57px 49px 57px;
}
@media only screen and (max-width: 767px) {
  .contact-page__info-box-wrap {
    display: flex;
    gap: 24px;
  }
}
@media only screen and (max-width: 1399px) {
  .contact-page__info-box {
    min-width: 100%;
  }
}
.contact-page__info-box:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .contact-page__info-box:last-child {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-page__info-box {
    padding: 60px 33px 52px 33px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-page__info-box {
    padding: 40px 15px 42px 15px;
  }
}
.contact-page__info-box .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-top: 36px;
  margin-bottom: 12px;
  text-transform: capitalize;
  font-family: var(--font_inter);
  color: var(--secondary);
}
@media only screen and (max-width: 991px) {
  .contact-page__info-box .title {
    font-size: 21px;
    margin-top: 25px;
  }
}
.contact-page__info-box a {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #767676;
  display: block;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .contact-page__info-box a {
    font-size: 15px;
  }
}
.contact-page__info-box a:hover {
  color: var(--primary);
}

.faq__wrapper {
  background: #F0F0F0;
}
.faq__wrap {
  gap: 62px;
  display: grid;
  grid-template-columns: 648px 1fr;
}
@media only screen and (max-width: 1399px) {
  .faq__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .faq__wrap {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .faq__wrap {
    grid-template-columns: 1fr;
  }
}
.faq__content .section-title {
  margin-bottom: 37px;
}
.faq__content .section-title .subtitle {
  text-align: start;
  margin-bottom: 10px;
  color: #0C6460;
}
.faq__content .section-title .title {
  text-transform: inherit;
  text-align: start;
  line-height: 60px;
}
@media only screen and (max-width: 1399px) {
  .faq__content .section-title .title {
    font-size: 40px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 1199px) {
  .faq__content .section-title .title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .faq__content .section-title .title {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 575px) {
  .faq__content .section-title .title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .faq__content {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .faq__content .accordion {
    margin-top: 40px;
  }
}
.faq__content .accordion-button {
  outline: inherit;
  background: var(--white);
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: var(--secondary);
  border-radius: 10px !important;
  padding: 25px 28px 25px 28px;
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.05);
}
.faq__content .accordion-button .number {
  color: #0C6460;
  margin-right: 4px;
}
@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 {
  content: "\f078";
  background-image: none;
  font-family: var(--font_awesome);
  color: #0C6460;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .faq__content .accordion-button::after {
    margin-top: -10px;
  }
}
@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-item:last-child {
  margin-bottom: 0;
}
.faq__content .accordion-button:not(.collapsed) {
  border: none;
  color: var(--secondary);
  box-shadow: inherit;
  padding: 26px 28px 15px 28px;
  background-color: var(--white);
}
.faq__content .accordion-button:not(.collapsed)::after {
  content: "\f078";
  color: #0C6460;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  align-items: center;
  background-image: inherit;
  font-family: var(--font_awesome);
}
@media only screen and (max-width: 991px) {
  .faq__content .accordion-button:not(.collapsed)::after {
    margin-top: -10px;
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  .faq__content .accordion-button:not(.collapsed) {
    padding: 26px 20px 15px 20px;
  }
}
.faq__content .accordion-body {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--gray);
  padding: 0px 30px 24px;
  letter-spacing: 0.1px;
}
.faq__thumb {
  position: relative;
}
.faq__thumb img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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);
}

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