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

  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=Amatic+SC:wght@400;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Quicksand:wght@300..700&display=swap");
:root {
  --primary: #F65024;
  --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;
  --quicksand: "Quicksand", sans-serif;
  --Amatica: "Amatic SC", sans-serif;
  --font_awesome: "Font Awesome 6 Pro";
}

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

body {
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
  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;
  }
}

/* === 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-1250 {
  max-width: 1250px;
  --bs-gutter-x: 30px;
}

/* === 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: 5px 0;
  margin: 11px 0 11px 0;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1399px) {
  .main-menu li > a {
    padding: 10px 0;
    margin: 30px 0 30px 0;
  }
}
.main-menu li:hover a {
  color: var(--primary);
}
.main-menu ul.dp-menu {
  background-color: var(--white);
  padding: 18px 0px;
  width: 250px;
  position: absolute;
  inset-inline-start: 10px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu ul.dp-menu.column-2 {
  column-count: 2;
  width: 480px;
  column-gap: 0;
}
.main-menu ul.dp-menu ul {
  background: var(--black);
  padding: 18px 0px;
  width: 300px;
  position: absolute;
  inset-inline-start: calc(100% + 10px);
  top: 0;
  opacity: 0;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu ul.dp-menu li {
  position: relative;
  padding: 0 25px;
}
.main-menu ul.dp-menu li:hover > a {
  color: var(--white);
  background-color: transparent;
}
.main-menu ul.dp-menu li:hover > ul {
  opacity: 1;
  transform: none !important;
  pointer-events: all;
}
.main-menu ul.dp-menu li a {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  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(--black);
  width: 40px;
  height: 40px;
  border: 1px solid var(--black);
  border-radius: 50%;
  line-height: 38px;
}
.dark .side-info-close {
  border-color: var(--white);
  color: var(--white);
}
.side-info-close:hover {
  transform: rotate(90deg);
}

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

/* === Offset header scss (index 11) === */
.offset-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.offset-logo {
  width: 95px;
}
@media (max-width: 575px) {
  .offset-logo {
    width: 95px;
  }
}
.offset-logo img {
  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(--primary-2);
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--primary-2);
}

/* ===Mobile menu customization scss (index 13) === */
.mobile-menu {
  margin-top: 40px;
}
.mobile-menu.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mobile-menu.mean-container .mean-nav > ul > li:last-child > a {
  border-bottom: 1px solid var(--border);
}
.mobile-menu.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}
.mobile-menu.mean-container .mean-nav .new {
  font-size: 10px;
  font-weight: 600;
  background: #FFA38E;
  color: #999999;
  padding: 3px 7px;
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: 2px;
}
.mobile-menu.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  padding-inline-start: 0px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: var(--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;
}

.mfp-close {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  color: #fff;
  font-size: 30px;
  top: -40px;
  right: 0;
}

/* === header scss (index 01) === */
.header-wrapper {
  position: relative;
  gap: 80px;
  display: grid;
  padding: 0 0 0 181px;
  align-items: center;
  grid-template-columns: 171px 1fr;
}
@media only screen and (max-width: 1599px) {
  .header-wrapper {
    padding: 0 0 0 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-wrapper {
    display: block;
  }
}
.header-wrapper .logo {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .header-wrapper .logo {
    display: none;
  }
}
.header__shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 1599px) {
  .header__shape {
    display: none;
  }
}
.header__topbar {
  position: relative;
  z-index: 11;
}
@media only screen and (max-width: 1199px) {
  .header__topbar {
    display: none;
  }
}
.header__topbar-wrap {
  display: flex;
  align-items: center;
  background: #F5F5F5;
  padding: 2.5px 180px 2.5px 0;
  justify-content: space-between;
}
@media only screen and (max-width: 1599px) {
  .header__topbar-wrap {
    padding: 2.5px 15px 2.5px 15px;
  }
}
@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: 41px;
  display: flex;
  align-items: center;
}
.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-contact {
  gap: 26px;
  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;
  font-family: var(--font_inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
}
.header__topbar-contact li::before {
  content: "";
  top: 2px;
  right: -8%;
  width: 1px;
  height: 15px;
  display: block;
  position: absolute;
  background: #D2D2D2;
}
.header__topbar-contact li i {
  margin-right: 10px;
  color: var(--secondary);
}
.header__topbar-contact li a {
  font-family: var(--font_inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--secondary);
}
.header__topbar-contact li a:hover {
  color: var(--primary);
}
.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-right-inner {
  margin-left: 54px;
}
@media only screen and (max-width: 1599px) {
  .header-right-inner {
    margin-left: 0;
  }
}
.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;
  margin-right: 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;
  padding: 24.5px 180px 24.5px 0;
  justify-content: space-between;
}
@media only screen and (max-width: 1599px) {
  .header-area__inner {
    padding: 24.5px 15px 24.5px 15px;
  }
}
@media only screen and (max-width: 1399px) {
  .header-area__inner {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area__inner {
    height: 80px;
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-area .sticky,
.header-area .transformed {
  background-color: #FCF7F3;
}
.header-area .header__logo {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .header-area .header__logo {
    display: block;
  }
}
.header-area .main-menu li a {
  text-align: center;
  font-family: var(--font_inter);
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--secondary);
  text-transform: capitalize;
}
.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);
  padding: 17px 26px;
  background: var(--primary);
}
.header-area .rr-btn::before {
  background: var(--secondary);
}
.header-area .rr-btn .btn-wrap .text-one {
  color: var(--white);
}
.header-area .rr-btn .btn-wrap .text-one i {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
}
.header-area .rr-btn .btn-wrap .text-two {
  color: var(--white);
}
.header-area .rr-btn .btn-wrap .text-two i {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  .header-area .rr-btn {
    padding: 14.5px 18px;
  }
}
.header-area .side-toggle {
  gap: 5px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  border-radius: 100px;
  flex-direction: column;
  background: #F5F5F5;
  justify-content: center;
}
.header-area .side-toggle .one {
  width: 16px;
  height: 2px;
  display: block;
  margin-right: -5px;
  background: var(--secondary);
}
.header-area .side-toggle span {
  width: 21px;
  height: 2px;
  display: block;
  background: var(--secondary);
}
.header-area .header__nav {
  position: relative;
}
@media (max-width: 575px) {
  .header-area .header__nav {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1399px) {
  .header-area .main-menu {
    padding-left: 0;
  }
}
.header-main {
  z-index: 10;
  margin: 0 auto;
  max-width: 1840px;
  position: relative;
  border-radius: 100px;
  background: var(--white);
}
@media (max-width: 575px) {
  .header-main {
    margin: 0 10px;
  }
}
.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(--secondary);
  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;
  z-index: 11;
}
.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);
  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;
  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);
}
.header__right {
  gap: 10px;
  display: flex;
  align-items: center;
}
.header__right ul li {
  list-style: none;
}
.header__right ul li button {
  width: 50px;
  height: 50px;
  display: flex;
  list-style: none;
  align-items: center;
  border-radius: 100px;
  background: #F5F5F5;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .header__right ul li button {
    display: none;
  }
}
.header__right ul li button svg {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: var(--secondary);
  font-family: var(--font_awesome);
  transition: all 0.3s ease-in-out;
}
.header__right ul li button:hover {
  color: var(--primary);
}
.header__right ul li button:hover svg path {
  fill: #F65024;
}
@media only screen and (max-width: 1199px) {
  .header__right .header__button {
    display: none;
  }
}

/* === footer scss (index 01) === */
.footer__wrapper {
  z-index: 1;
  margin-top: -8px;
  overflow: hidden;
  position: relative;
  background: #1A1415;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.footer__shape {
  top: -450px;
  right: -286px;
  width: 788px;
  height: 788px;
  display: block;
  position: absolute;
  border-radius: 100%;
  filter: blur(250px);
  background: rgba(242, 80, 18, 0.14);
}
@media only screen and (max-width: 991px) {
  .footer__shape {
    display: none;
  }
}
.footer__logo {
  padding: 34px 0;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  background: var(--primary);
  text-align: center;
}
@media (max-width: 575px) {
  .footer__logo {
    padding: 20px 0;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 0;
  }
}
.footer__top {
  padding-top: 78px;
}
.footer__top-wrap {
  display: grid;
  border-radius: 7px;
  backdrop-filter: blur(30px);
  grid-template-columns: 250px 1fr 1fr 1fr;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
@media only screen and (max-width: 1199px) {
  .footer__top-wrap {
    grid-template-columns: 200px 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .footer__top-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .footer__top-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .footer__top-wrap {
    grid-template-columns: 1fr;
  }
}
.footer__info-box {
  gap: 20px;
  display: flex;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1399px) {
  .footer__info-box {
    gap: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__info-box {
    padding: 30px 0;
  }
}
@media (max-width: 575px) {
  .footer__info-box {
    gap: 20px;
    justify-content: start;
    padding: 30px 10px 30px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
}
.footer__info-box:last-child {
  border: none;
}
.footer__info-box .icon {
  width: 50px;
  height: 50px;
  display: block;
  display: flex;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  background: var(--primary);
}
.footer__info-box .icon i {
  color: var(--white);
}
.footer__info-box .content {
  text-align: start;
}
.footer__info-box .content span {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  color: #A3A3A3;
  margin-bottom: 12px;
  display: block;
  font-family: var(--font_archivo);
}
.footer__info-box .content .number {
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  color: var(--white);
  transition: all 0.3s ease-in-out;
  font-family: var(--font_archivo);
}
@media (max-width: 575px) {
  .footer__info-box .content .number {
    font-size: 16px;
  }
}
.footer__info-box .content .number:hover {
  color: var(--primary);
}
.footer__info-box .content .mail {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: var(--white);
  transition: all 0.3s ease-in-out;
  font-family: var(--font_archivo);
}
@media only screen and (max-width: 1199px) {
  .footer__info-box .content .mail {
    font-size: 16px;
  }
}
.footer__info-box .content .mail:hover {
  color: var(--primary);
}
.footer__info-box .content .address {
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  color: var(--white);
  transition: all 0.3s ease-in-out;
  font-family: var(--font_archivo);
}
@media (max-width: 575px) {
  .footer__info-box .content .address {
    font-size: 16px;
  }
}
.footer__info-box .content .address:hover {
  color: var(--primary);
}
.footer__widgets-wrapper {
  gap: 77px;
  z-index: 2;
  display: grid;
  position: relative;
  margin: 75px 0 80px 0;
  grid-template-columns: 310px 151px 135px 387px;
}
@media only screen and (max-width: 1399px) {
  .footer__widgets-wrapper {
    gap: 66px;
    grid-template-columns: 291px 151px 143px 387px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__widgets-wrapper {
    gap: 35px;
    grid-template-columns: 257px 163px 143px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .footer__widgets-wrapper {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .footer__widgets-wrapper {
    gap: 30px;
    margin: 60px 0 60px 0;
    grid-template-columns: repeat(2, 2fr);
  }
}
@media (max-width: 575px) {
  .footer__widgets-wrapper {
    margin: 74px 0 40px 0;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.footer__widget {
  text-align: start;
}
@media only screen and (max-width: 767px) {
  .footer__widget {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .footer__widget {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__widget:last-child {
    margin-bottom: 0;
  }
}
.footer__widget .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  position: relative;
  margin-bottom: 15px;
  color: var(--white);
  padding-bottom: 16px;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .footer__widget .title {
    font-size: 20px;
  }
}
.footer__widget .title::before {
  content: "";
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  position: absolute;
  background: var(--white);
}
.footer__widget .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #A2A6A8;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .footer__widget .desc {
    font-size: 15px;
  }
}
.footer__widget .footer-links li {
  list-style: none;
  transition: all 0.3s ease-in-out;
  color: #A2A6A8;
}
.footer__widget .footer-links li:hover {
  color: var(--primary);
}
.footer__widget .footer-links li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  font-family: var(--font_archivo);
}
@media (max-width: 575px) {
  .footer__widget .footer-links li a {
    font-size: 15px;
  }
}
.footer__widget .footer-links li a i {
  margin-right: 10px;
}
.footer__widget .footer-subscribe {
  margin-top: 31px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .footer__widget .footer-subscribe {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .footer__widget .footer-subscribe {
    flex-wrap: wrap;
  }
}
.footer__widget .footer-subscribe .input-box {
  gap: 14px;
  display: flex;
  border-radius: 10px;
  align-items: center;
  width: 100%;
  backdrop-filter: blur(30px);
  padding: 15px 10px 15px 13px;
  background: rgba(255, 255, 255, 0.08);
}
@media only screen and (max-width: 1199px) {
  .footer__widget .footer-subscribe .input-box {
    margin-bottom: 10px;
  }
}
.footer__widget .footer-subscribe i {
  min-width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  color: var(--primary);
  background: var(--white);
}
.footer__widget .footer-subscribe input {
  outline: 0;
  width: 50%;
  border: none;
  color: var(--white);
  background: transparent;
}
@media only screen and (max-width: 1199px) {
  .footer__widget .footer-subscribe input {
    width: 100%;
  }
}
.footer__widget .footer-subscribe input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: var(--white);
  font-family: var(--font_archivo);
}
@media only screen and (max-width: 1199px) {
  .footer__widget .footer-subscribe input::placeholder {
    font-size: 15px;
  }
}
.footer__widget .footer-subscribe .subscribe-btn {
  border-radius: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .footer__widget .footer-subscribe .subscribe-btn {
    position: inherit;
    right: 0;
  }
}
.footer__widget .footer-subscribe .subscribe-btn.rr-btn {
  font-size: 14px;
  overflow: inherit;
  border-radius: 10px;
  padding: 14.5px 20.5px;
  background: var(--white);
}
.footer__widget .footer-subscribe .subscribe-btn.rr-btn::before {
  background: var(--secondary);
  border-radius: 10px;
}
.footer__widget .footer-subscribe .subscribe-btn.rr-btn .btn-wrap .text-one {
  color: var(--primary);
}
.footer__widget .footer-subscribe .subscribe-btn.rr-btn .btn-wrap .text-two {
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  .footer__widget .footer-subscribe .subscribe-btn {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .footer__widget .footer-subscribe .subscribe-btn {
    width: 100%;
    margin-top: 20px;
  }
}
.footer__widget .footer-subscribe .subscribe-btn:hover {
  background: var(--primary);
  color: var(--white);
}
.footer__social {
  gap: 10px;
  display: flex;
  margin-top: 24px;
  align-items: center;
}
.footer__social a {
  width: 45px;
  height: 45px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  background: #2C2728;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.footer__social a i {
  color: var(--white);
}
.footer__social a:hover {
  background: var(--primary);
}
.footer__bottom .copyright {
  font-size: 16px;
  padding: 28px 0;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  color: var(--white);
  background: #120C0D;
  font-family: var(--font_archivo);
}
@media (max-width: 575px) {
  .footer__bottom .copyright {
    font-size: 15px;
  }
}

.search__popup {
  padding: 70px;
  padding-top: 70px;
  padding-bottom: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 55%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  -webkit-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  -webkit-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.search__popup.search-opened {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.search-open-btn svg path {
  transition: 0.3s ease;
}

.search-open-btn:hover svg path {
  fill: var(--primary-2);
}

.search__popup.search-opened .search__input {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.search__popup.search-opened .search__input::after {
  width: 100%;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.search__top {
  margin-bottom: 80px;
}

.search__input {
  position: relative;
  height: 80px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 0;
}

.search__input::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.search__input input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  font-size: 24px;
  padding-right: 30px;
  color: var(--white);
  border-bottom: 1px solid transparent;
}
.search__input input::placeholder {
  color: var(--white);
}

.search__input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input input::-ms-input-placeholder {
  /* MODERN BROWSER */
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input input::placeholder {
  /* MODERN BROWSER */
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--rr-common-white);
}

.search__close-btn {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.3);
}

.search__close-btn:hover {
  color: var(--white);
}

/* === section-title scss (Home 01) === */
.section-title.start {
  text-align: start;
}
.section-title .subtitle {
  font-family: var(--Amatica);
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  margin-bottom: 12px;
  letter-spacing: 1.3px;
  color: var(--primary);
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .section-title .subtitle {
    font-size: 28px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title .subtitle {
    font-size: 25px;
    line-height: 19px;
  }
}
@media (max-width: 575px) {
  .section-title .subtitle {
    font-size: 23px;
    line-height: 16px;
  }
}
.section-title .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  color: var(--secondary);
  text-transform: capitalize;
  font-family: var(--quicksand);
  margin-bottom: 59px;
}
@media only screen and (max-width: 1199px) {
  .section-title .title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title .title {
    font-size: 30px;
    line-height: 33px;
  }
}
@media (max-width: 575px) {
  .section-title .title {
    font-size: 25px;
  }
}

.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%;
  display: block;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), linear-gradient(90deg, #000000 0%, rgba(26, 26, 34, 0) 100%);
}
.breadcrumb__shape {
  position: absolute;
  left: auto;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.breadcrumb__content {
  z-index: 2;
  text-align: center;
  position: relative;
  padding: 225px 0 235px 0;
}
@media only screen and (max-width: 1399px) {
  .breadcrumb__content {
    padding: 40px 0 100px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .breadcrumb__content {
    padding: 40px 0 100px 0;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb__content {
    padding: 20px 0 30px 0;
  }
}
.breadcrumb__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  text-align: center;
  color: var(--white);
  letter-spacing: 2.4px;
  display: inline-block;
  font-family: var(--quicksand);
}
@media only screen and (max-width: 991px) {
  .breadcrumb__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb__title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .breadcrumb__title {
    font-size: 27px;
    line-height: 39px;
  }
}
.breadcrumb__list {
  margin-top: 8px;
}
.breadcrumb__list li {
  font-size: 16px;
  list-style: none;
  font-weight: 600;
  line-height: 17px;
  border-radius: 100px;
  display: inline-flex;
  color: var(--primary);
  text-transform: capitalize;
  font-family: var(--font_inter);
}
@media (max-width: 575px) {
  .breadcrumb__list li {
    padding: 6px 0;
    flex-wrap: wrap;
    align-items: center;
    line-height: 35px;
    justify-content: center;
  }
}
.breadcrumb__list li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  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);
}

/* === pages scss (index 01) === */
.hero-section-3__area {
  position: relative;
}
.hero-section-3__wrap {
  position: relative;
  padding-top: 128px;
  padding-bottom: 241px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-section-3__wrap::before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1199px) {
  .hero-section-3__wrap {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section-3__wrap {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section-3__wrap {
    padding-top: 20px;
    padding-bottom: 95px;
  }
}
.hero-section-3__shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.hero-section-3__content {
  z-index: 1;
  margin-left: auto;
  padding-left: 180px;
  position: relative;
}
@media only screen and (max-width: 1399px) {
  .hero-section-3__content {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section-3__content {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section-3__content {
    margin-top: 74px;
  }
}
@media (max-width: 575px) {
  .hero-section-3__content {
    padding-left: 15px;
    margin-top: 0;
    padding-top: 30px;
  }
}
.hero-section-3__content .subtitle {
  font-family: var(--font_dm-sans);
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 16px;
  display: block;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--white);
}
.hero-section-3__content .subtitle span {
  color: var(--primary);
}
.hero-section-3__title {
  font-size: 96px;
  font-weight: 700;
  line-height: 106px;
  color: var(--white);
  font-family: var(--quicksand);
}
@media only screen and (max-width: 991px) {
  .hero-section-3__title br {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-section-3__title {
    font-size: 80px;
    line-height: 81px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section-3__title {
    font-size: 57px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section-3__title {
    font-size: 47px;
    line-height: 64px;
  }
}
@media (max-width: 575px) {
  .hero-section-3__title {
    font-size: 37px;
    line-height: 48px;
  }
}
.hero-section-3__dec {
  margin-top: 28px;
  margin-bottom: 30px;
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: var(--white);
}
@media only screen and (max-width: 1199px) {
  .hero-section-3__dec {
    margin: 25px 0;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section-3__dec {
    margin: 20px 0;
  }
}
@media (max-width: 575px) {
  .hero-section-3__dec {
    font-size: 16px;
    line-height: 27px;
  }
}
.hero-section-3__btn {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 44px;
}
@media only screen and (max-width: 991px) {
  .hero-section-3__btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section-3__btn {
    margin-top: 20px;
  }
}
.hero-section-3__btn .rr-btn {
  font-weight: 700;
  color: var(--secondary);
  padding: 22px 40.3px 22px 39px;
}
@media (max-width: 575px) {
  .hero-section-3__btn .rr-btn {
    padding: 15px 40.3px 15px 39px;
  }
}
.hero-section-3__btn .rr-btn::before {
  right: 0;
  background: var(--white);
}
.hero-section-3__btn .rr-btn .btn-wrap .text-one {
  color: var(--white);
}
.hero-section-3__btn .rr-btn .btn-wrap .text-two {
  color: var(--secondary);
}
.hero-section-3__active {
  position: relative;
}
.hero-section-3__active .swiper-slide-active .hero-section-3__wrap {
  transform: scale(1);
}
.hero-section-3__active .swiper-slide-active .hero-section-3__subtitle {
  opacity: 0;
  animation: anim-left 0.6s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}
.hero-section-3__active .swiper-slide-active .hero-section-3__title {
  opacity: 0;
  animation: anim-left 0.6s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}
.hero-section-3__active .swiper-slide-active .hero-section-3__dec {
  opacity: 0;
  animation: anim-left 0.6s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}
.hero-section-3__active .swiper-slide-active .hero-section-3__btn {
  opacity: 0;
  animation: anim-left 0.6s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}
.hero-section-3__arrow {
  top: 45%;
  gap: 15px;
  z-index: 4;
  right: 187px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1800px) {
  .hero-section-3__arrow {
    right: 77px;
    top: 55%;
  }
}
@media only screen and (max-width: 1599px) {
  .hero-section-3__arrow {
    top: inherit;
    bottom: 0;
    right: 0;
    flex-direction: row;
    transform: translateY(-100px);
    left: 50%;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-section-3__arrow {
    gap: 20px;
    display: flex;
    top: inherit;
    flex-direction: row;
    bottom: 0;
    right: 35%;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-section-3__arrow {
    bottom: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section-3__arrow {
    bottom: -70px;
    display: none;
  }
}
.hero-section-3__next {
  width: 70px;
  height: 70px;
  display: flex;
  border-radius: 35px;
  margin-bottom: 15px;
  align-items: center;
  justify-content: center;
  background: var(--white);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1599px) {
  .hero-section-3__next {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-section-3__next {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-section-3__next {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section-3__next {
    min-width: 60px;
    height: 60px;
  }
}
.hero-section-3__next:hover {
  background: var(--primary);
}
.hero-section-3__next:hover i {
  color: var(--white);
}
.hero-section-3__next i {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: var(--secondary);
  font-family: var(--font_awesome);
  transition: all 0.3s ease-in-out;
}
.hero-section-3__prev {
  width: 70px;
  height: 70px;
  display: flex;
  border-radius: 35px;
  align-items: center;
  justify-content: center;
  background: var(--white);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .hero-section-3__prev {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section-3__prev {
    min-width: 60px;
    height: 60px;
  }
}
.hero-section-3__prev:hover {
  background: var(--primary);
}
.hero-section-3__prev:hover i {
  color: var(--white);
}
.hero-section-3__prev i {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: var(--secondary);
  font-family: var(--font_awesome);
  transition: all 0.3s ease-in-out;
}

.custom-anim-left {
  animation: anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes anim-left {
  0% {
    transform: translateX(10%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.about__wrapper {
  background: #F5F5F5;
}
.about__wrapper.one {
  background: var(--white);
}
@media only screen and (max-width: 991px) {
  .about__thumb {
    height: 450px;
  }
}
.about__thumb img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__content {
  margin-top: -5px;
}
@media only screen and (max-width: 991px) {
  .about__content {
    margin-top: 24px;
  }
}
.about__desc {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: var(--gray);
  max-width: 593px;
  letter-spacing: -0.54px;
}
@media only screen and (max-width: 991px) {
  .about__desc {
    max-width: 100%;
  }
}
.about__counter {
  gap: 24px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .about__counter {
    gap: 0;
    flex-wrap: wrap;
  }
}
.about__counter-box {
  width: 100%;
  margin-top: 31px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: var(--white);
  padding: 38px 10px 39px 10px;
}
@media only screen and (max-width: 1399px) {
  .about__counter-box {
    padding: 38px 10px 39px 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .about__counter-box {
    padding: 25px 10px 30px 10px;
  }
}
@media only screen and (max-width: 991px) {
  .about__counter-box {
    width: 100%;
    text-align: center;
    max-width: inherit;
  }
}
.about__counter-box.one {
  background: var(--white);
  border-radius: 5px;
  border: 1px solid rgba(10, 10, 10, 0.1);
}
.about__counter-box .icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #F0ECEC;
}
@media only screen and (max-width: 991px) {
  .about__counter-box .icon {
    margin: 0 auto;
  }
}
.about__counter-box h2 {
  font-family: var(--quicksand);
  font-weight: 700;
  font-size: 48px;
  line-height: 26px;
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--primary);
}
@media (max-width: 575px) {
  .about__counter-box h2 {
    font-size: 35px;
    line-height: 26px;
  }
}
.about__counter-box h2 span {
  font-family: var(--quicksand);
}
.about__counter-box .title {
  font-family: var(--quicksand);
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  color: var(--secondary);
}
.about__list {
  margin-top: 20px;
}
.about__list li {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: var(--gray);
  list-style: none;
  display: flex;
  align-items: center;
  gap: 19px;
}
@media (max-width: 575px) {
  .about__list li {
    font-size: 16px;
    align-items: start;
  }
}
.about__list li i {
  font-size: 18px;
  color: var(--gray);
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  font-family: var(--font_awesome);
}

.our-service__item {
  border-radius: 20px;
  border-radius: 20px;
  min-width: 390px;
  border: 1px solid #E5E5E5;
}
@media only screen and (max-width: 1399px) {
  .our-service__item {
    min-width: 100%;
  }
}
.our-service__content {
  padding: 36px 20px 32px 20px;
}
@media only screen and (max-width: 991px) {
  .our-service__content {
    padding: 24px 15px 27px 15px;
  }
}
.our-service__icon-wrap {
  width: 390px;
  height: 260px;
  display: flex;
  align-items: end;
  background: #0B4E3D;
  justify-content: center;
  border-radius: 50px 50px 1000px 1000px;
}
@media only screen and (max-width: 1399px) {
  .our-service__icon-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .our-service__icon-wrap {
    height: 190px;
  }
}
.our-service__icon-wrap.one {
  background: #F6B324;
}
.our-service__icon-wrap.two {
  background: var(--primary);
}
.our-service__icon {
  width: 190px;
  height: 190px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  margin-bottom: 19px;
  justify-content: center;
  background: var(--white);
}
@media only screen and (max-width: 991px) {
  .our-service__icon {
    width: 117px;
    height: 117px;
  }
}
.our-service__title {
  font-family: var(--quicksand);
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  text-align: center;
  margin-bottom: 11px;
  color: var(--secondary);
}
.our-service__desc {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: var(--gray);
}

.volunteer-details__wrap {
  border-radius: 20px;
  background: #F5F5F5;
}
@media only screen and (max-width: 1199px) {
  .volunteer-details__wrap {
    padding: 30px 0;
  }
}
.volunteer-details__thumb {
  margin-right: 14px;
}
@media only screen and (max-width: 767px) {
  .volunteer-details__thumb {
    margin-right: 0;
  }
}
.volunteer-details__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.volunteer-details__content {
  padding-right: 39px;
}
@media only screen and (max-width: 767px) {
  .volunteer-details__content {
    padding: 20px 15px;
  }
}
.volunteer-details__inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .volunteer-details__inner {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.volunteer-details__author .name {
  font-weight: 700;
  font-size: 30px;
  line-height: 31px;
  margin-bottom: 9px;
  color: var(--secondary);
  font-family: var(--font_inter);
}
@media only screen and (max-width: 767px) {
  .volunteer-details__author .name {
    font-size: 26px;
    margin-bottom: 5px;
  }
}
.volunteer-details__author .desgn {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: var(--primary);
}
.volunteer-details__social {
  gap: 10px;
  display: flex;
}
.volunteer-details__social li {
  list-style: none;
}
.volunteer-details__social li a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  border-radius: 100px;
  justify-content: center;
  background: var(--secondary);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .volunteer-details__social li a {
    width: 35px;
    height: 35px;
  }
}
.volunteer-details__social li a:hover {
  background: var(--primary);
}
.volunteer-details__social li a:hover i {
  color: var(--white);
}
.volunteer-details__social li a i {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--white);
}
.volunteer-details__content .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--gray);
  margin: 32px 0 46px 0;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .volunteer-details__content .desc {
    margin: 17px 0 25px 0;
  }
}
.volunteer-details__item {
  gap: 84px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .volunteer-details__item {
    gap: 23px;
  }
}
@media only screen and (max-width: 991px) {
  .volunteer-details__item {
    gap: 25px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .volunteer-details__item {
    gap: 36px;
  }
}
.volunteer-details__item:last-child {
  margin-bottom: 0;
}
.volunteer-details__item .box {
  gap: 20px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .volunteer-details__item .box {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .volunteer-details__item .box {
    gap: 15px;
  }
}
.volunteer-details__item .box.one {
  margin-left: -16px;
}
@media only screen and (max-width: 991px) {
  .volunteer-details__item .box.one {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .volunteer-details__item .box.one {
    margin-left: -16px;
  }
}
@media (max-width: 575px) {
  .volunteer-details__item .box.one {
    margin-left: 0;
  }
}
.volunteer-details__item .box .icon {
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  background: var(--white);
  box-shadow: 0px 8px 34px rgba(0, 0, 0, 0.11);
}
.volunteer-details__item .box .icon i {
  color: var(--primary);
  font-family: var(--font_awesome);
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
}
.volunteer-details__item .box .content span {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--gray);
  margin-bottom: 10px;
  display: block;
}
.volunteer-details__item .box .content .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  color: var(--secondary);
  font-family: var(--font_inter);
}
@media only screen and (max-width: 767px) {
  .volunteer-details__item .box .content .title {
    font-size: 16px;
  }
}
.volunteer-details__btn {
  margin-top: 35px;
  display: inline-block;
}
.volunteer-details__btn .rr-btn {
  font-weight: 700;
  padding: 19.5px 38.5px;
}
.volunteer-details__btn .rr-btn::before {
  background: var(--secondary);
}
.volunteer-details__btn .rr-btn .btn-wrap .text-two {
  color: var(--white);
}
.volunteer-details__skill {
  display: grid;
  margin-top: 120px;
  border-radius: 20px;
  grid-template-columns: 567px 1fr;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1199px) {
  .volunteer-details__skill {
    margin-top: 80px;
    grid-template-columns: 510px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .volunteer-details__skill {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .volunteer-details__skill {
    margin-top: 60px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .volunteer-details__skill {
    margin-top: 30px;
    grid-template-columns: 1fr;
  }
}
.volunteer-details__skill-item {
  padding: 33px 26px 40px 38px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 991px) {
  .volunteer-details__skill-item {
    padding: 33px 26px 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .volunteer-details__skill-item {
    padding: 33px 26px 15px 20px;
  }
}
.volunteer-details__skill-item .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 18px;
  color: var(--secondary);
  font-family: var(--quicksand);
}
@media only screen and (max-width: 991px) {
  .volunteer-details__skill-item .title {
    font-size: 34px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .volunteer-details__skill-item .title {
    font-size: 30px;
    margin-bottom: 8px;
  }
}
.volunteer-details__skill-item .desc {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--gray);
}
.volunteer-details__about {
  padding: 33px 21px 40px 30px;
}
@media only screen and (max-width: 1199px) {
  .volunteer-details__about {
    padding: 20px 21px 30px 20px;
  }
}
.volunteer-details__about .title {
  font-family: var(--quicksand);
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 18px;
  color: var(--secondary);
}
@media only screen and (max-width: 991px) {
  .volunteer-details__about .title {
    font-size: 34px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .volunteer-details__about .title {
    font-size: 30px;
    margin-bottom: 8px;
  }
}
.volunteer-details__about .desc {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--gray);
}
.volunteer-details__progress {
  margin-top: 32px;
}
@media only screen and (max-width: 991px) {
  .volunteer-details__progress {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .volunteer-details__progress {
    margin-top: 20px;
  }
}
.volunteer-details__progress__wrap {
  width: 100%;
}
.volunteer-details__progress__wrap label {
  margin-bottom: 13px;
  font-family: var(--font_inter);
  color: var(--secondary);
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.volunteer-details__progress__wrap .progress-outer {
  position: relative;
}
.volunteer-details__progress__wrap .progress-outer .progress-num {
  position: absolute;
  top: -30px;
  right: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: var(--secondary);
  vertical-align: middle;
  text-transform: uppercase;
  font-family: var(--font_inter);
}
@media (max-width: 575px) {
  .volunteer-details__progress__wrap .progress-outer .progress-num {
    left: inherit;
  }
}
.volunteer-details__progress__wrap .progress-outer .progress-num.one {
  transform: translate(95px);
}
@media only screen and (max-width: 991px) {
  .volunteer-details__progress__wrap .progress-outer .progress-num.one {
    transform: translate(56px);
  }
}
@media (max-width: 575px) {
  .volunteer-details__progress__wrap .progress-outer .progress-num.one {
    transform: translate(33px);
  }
}
.volunteer-details__progress__wrap .progress-outer .progress {
  height: 3px;
  border-radius: 100px;
}
.volunteer-details__progress__wrap .progress-outer .progress .progress-bar {
  color: var(--white);
  border-radius: 10px;
  margin: 0;
  background: var(--primary);
}
.volunteer-details__progress .progress {
  width: 100%;
  height: 3px;
  background: #E3E3E3;
  border-radius: 50px;
  overflow: hidden;
}
.volunteer-details__progress .progress .progress-bar {
  height: 100%;
  width: 0%;
  background: var(red);
  border-radius: 50px;
  transition: width 1.3s ease;
}
.volunteer-details__progress__item {
  gap: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .volunteer-details__progress__item {
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 991px) {
  .volunteer-details__progress__item {
    margin-bottom: 13px;
  }
}
@media (max-width: 575px) {
  .volunteer-details__progress__item {
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
}
.volunteer-details__progress__item:last-child {
  margin-bottom: 0;
}
.volunteer-details__progress__item .icon {
  display: flex;
  padding: 18px 18px;
  border-radius: 5px;
  align-items: center;
  background: var(--white);
  justify-content: center;
}
@media (max-width: 575px) {
  .volunteer-details__progress__item .icon {
    padding: 12px 12px;
  }
}

.our-volenteear__item {
  text-align: center;
}
.our-volenteear__content {
  border-radius: 107px;
  padding: 64px 23px 27px 23px;
  border: 1px solid rgba(10, 10, 10, 0.1);
}
@media only screen and (max-width: 991px) {
  .our-volenteear__content {
    border-radius: 70px;
    padding: 64px 10px 27px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .our-volenteear__content {
    border-radius: 70px;
  }
}
.our-volenteear .icon {
  width: 100px;
  height: 100px;
  display: flex;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  align-items: center;
  margin-bottom: -52px;
  border-radius: 100px;
  background: #0B4E3D;
  justify-content: center;
}
.our-volenteear__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  margin-bottom: 11px;
  color: var(--secondary);
  font-family: var(--quicksand);
}
@media only screen and (max-width: 1199px) {
  .our-volenteear__title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .our-volenteear__title {
    font-size: 16px;
  }
}
.our-volenteear__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: var(--gray);
  font-family: var(--font_inter);
}

.donation-details__thumb img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.donation-details__title {
  font-family: var(--quicksand);
  font-weight: 700;
  font-size: 40px;
  line-height: 58px;
  margin-top: 14px;
  margin-bottom: 10px;
  color: var(--secondary);
}
@media (max-width: 575px) {
  .donation-details__title {
    font-size: 25px;
    line-height: 40px;
  }
}
.donation-details__amount .raised {
  font-family: var(--quicksand);
  font-weight: 500;
  font-size: 40px;
  line-height: 58px;
  margin-bottom: 13px;
  color: var(--primary);
}
.donation-details__amount .raised span {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--gray);
}
.donation-details__amount .donation-range {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 100px;
  border: none;
  outline: none;
  background: #e0e0e0;
}
.donation-details__amount .donation-range {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 100px;
  outline: none;
  border: none;
  background: #e0e0e0;
  /* default gray */
}
.donation-details__amount .donation-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 5px;
  height: 5px;
  background: var(--white);
  border-radius: 100%;
  cursor: pointer;
  margin-top: -1px;
  margin-left: -10px;
}
.donation-details__amount .donation-range::-moz-range-thumb {
  width: 5px;
  height: 5px;
  background: var(--white);
  border-radius: 100%;
  cursor: pointer;
}
.donation-details__notice {
  gap: 20px;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-radius: 100px;
  margin-top: 43px;
  background: rgba(246, 179, 36, 0.1);
}
@media (max-width: 575px) {
  .donation-details__notice {
    padding: 15px 20px;
    border-radius: 20px;
  }
}
.donation-details__notice .icon {
  min-width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  background: #F6B324;
  border-radius: 100px;
  justify-content: center;
}
.donation-details__notice .icon i {
  font-size: 14px;
  color: var(--white);
}
.donation-details__notice .desc {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--gray);
}
.donation-details__selected {
  gap: 10px;
  display: inline-flex;
  align-items: center;
  border-radius: 100px;
  background: var(--white);
  margin-bottom: 30px;
  padding: 5px 90px 5px 5px;
  margin-top: 38px;
  box-shadow: 0px 6px 40px rgba(0, 0, 0, 0.12);
}
.donation-details__selected .currency-icon {
  width: 50px;
  height: 50px;
  font-size: 16px;
  color: var(--white);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
}
.donation-details__selected .amount-value {
  font-family: var(--font_inter);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
}
.donation-details__options {
  gap: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .donation-details__options {
    flex-wrap: wrap;
  }
}
.donation-details__options .amount-btn {
  font-family: var(--font_inter);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  padding: 9.5px 24.5px;
  border-radius: 100px;
  color: var(--secondary);
  background: var(--white);
  border: 1px solid rgba(10, 10, 10, 0.1);
}
@media only screen and (max-width: 991px) {
  .donation-details__options .amount-btn {
    padding: 9.5px 21.5px;
  }
}
.donation-details__payment-method {
  margin: 40px 0;
}
.donation-details__payment-method .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 25px;
  padding-bottom: 14px;
  color: var(--secondary);
  font-family: var(--font_inter);
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
}
.donation-details__payment-method label {
  gap: 10px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--gray);
  margin-right: 26px;
  font-family: var(--font_inter);
}
.donation-details__payment-method label input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--primary);
  background: transparent;
  position: relative;
  cursor: pointer;
}
.donation-details__payment-method label input[type=radio]:checked {
  background: var(--primary);
  border-color: var(--primary);
}
.donation-details__payment-method label input[type=radio]:checked::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.donation-details__form .title {
  font-family: var(--font_inter);
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 28px;
  padding-bottom: 14px;
  color: var(--secondary);
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
}
.donation-details__form .form-row {
  gap: 23px;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
@media (max-width: 575px) {
  .donation-details__form .form-row {
    flex-wrap: wrap;
  }
}
.donation-details__form .form-row.one {
  margin-bottom: 25px;
}
.donation-details__form .form-row .input {
  width: 100%;
  position: relative;
}
.donation-details__form .form-row .input .icon {
  top: 17px;
  right: 22px;
  position: absolute;
}
.donation-details__form .form-row .input .icon i {
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  color: #F55A18;
  font-family: var(--font_awesome);
}
.donation-details__form .form-row .input input {
  width: 100%;
  padding: 17px 25px;
  border-radius: 30px;
  background: var(--white);
  border: 1px solid #E5E5E5;
}
.donation-details__form .form-row .input input:focus {
  outline: none;
  color: var(--secondary);
  border: 1px solid #F55A18;
}
.donation-details__form .form-row .input input::placeholder {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--gray);
}
.donation-details__form .form-row input {
  width: 100%;
}
.donation-details__total .desc {
  gap: 10px;
  display: flex;
  align-items: center;
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--secondary);
}
.donation-details__total span {
  font-family: var(--font_inter);
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: var(--primary);
}
.donation-details__btn {
  width: 100%;
  margin-top: 32px;
}
.donation-details__btn.rr-btn {
  font-weight: 700;
}
.donation-details__btn.rr-btn::before {
  background: var(--secondary);
}
.donation-details__btn.rr-btn .btn-wrap .text-two {
  color: var(--white);
}

.our-team__wrapper {
  background: #F5F5F5;
}
.our-team__item {
  border-radius: 8px;
  border-radius: 8px;
  background: #F5F5F5;
  box-shadow: 0px 12px 52px rgba(27, 23, 23, 0.09);
}
.our-team__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.our-team__author {
  padding: 27px 0 23px 0;
  text-align: center;
}
.our-team__name {
  font-family: var(--font_inter);
  font-weight: 600;
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 5px;
  text-align: center;
  color: var(--secondary);
}
.our-team__desgn {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: var(--primary);
}

.team-details__thumb {
  margin-right: -19px;
  width: 536px;
  height: 699px;
}
@media only screen and (max-width: 1599px) {
  .team-details__thumb {
    width: 100%;
  }
}
@media only screen and (max-width: 1399px) {
  .team-details__thumb {
    width: 100%;
    height: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .team-details__thumb {
    width: 100%;
    height: inherit;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .team-details__thumb {
    margin-right: 0px;
  }
}
.team-details__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .team-details__inner {
    margin-top: 30px;
  }
}
.team-details__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 33px;
}
@media only screen and (max-width: 991px) {
  .team-details__box {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .team-details__box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .team-details__box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.team-details__item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.team-details__item:nth-child(3) {
  grid-column: span 2;
}
@media only screen and (max-width: 991px) {
  .team-details__item:nth-child(3) {
    grid-column: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .team-details__item:nth-child(3) {
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .team-details__item:nth-child(3) {
    grid-column: inherit;
  }
}
.team-details__item .icon {
  height: 60px;
  width: 60px;
  min-width: 60px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #F5F5F5;
}
.team-details__item .icon i {
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: var(--primary);
}
.team-details__item .content .name {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #4E4E4E;
  font-family: var(--font_inter);
  display: block;
  margin-bottom: 10px;
}
.team-details__item .content h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #0A0A0A;
  font-family: var(--font_inter);
}
.team-details__info .sub-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: block;
  margin-bottom: 15px;
  color: var(--primary);
  font-family: var(--font_inter);
}
.team-details__info .title {
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: var(--secondary);
  font-family: var(--font_Display);
  margin-top: -10px;
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  .team-details__info .title {
    font-size: 29px;
    line-height: 36px;
  }
}
.team-details__info .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4E4E4E;
  font-family: var(--font_inter);
  max-width: 734px;
}
.team-details__progress {
  margin-top: 35px;
}
.team-details__progress .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #0A0A0A;
  margin-bottom: 10px;
  font-family: var(--font_inter);
}
.team-details__progress .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  font-family: var(--font_inter);
  max-width: 734px;
  margin-bottom: 10px;
}
.team-details__progress .why-choose-us__progress {
  margin-top: 15px;
}
.team-details__progress .why-choose-us__progress .progress {
  background: #E3E3E3;
}
.team-details__progress__wrap {
  width: 100%;
}
.team-details__progress__wrap label {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #0A0A0A;
  font-family: var(--font_inter);
}
@media (max-width: 575px) {
  .team-details__progress__wrap label {
    font-size: 14px;
    line-height: 26px;
  }
}
.team-details__progress__wrap .progress-outer {
  position: relative;
}
.team-details__progress__wrap .progress-outer .progress-num {
  top: -35px;
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #0A0A0A;
  position: absolute;
  align-items: center;
  justify-content: end;
  font-family: var(--font_inter);
  position: absolute;
  transform: translateX(-50%);
}
.team-details__progress__wrap .progress-outer .progress {
  background: #FFFFFF;
  border-radius: 3px;
  height: 6px;
}
.team-details__progress__wrap .progress-outer .progress .progress-bar {
  color: var(--white);
  border-radius: 3px;
  background: var(--theme);
}
.team-details__progress .progress {
  width: 100%;
  height: 10px;
  background: red;
  border-radius: 50px;
  overflow: hidden;
}
.team-details__progress .progress .progress-bar {
  height: 100%;
  width: 0%;
  background: var(red);
  border-radius: 50px;
  transition: width 1.3s ease;
}
.team-details__progress__item {
  padding: 5px 0;
  border-radius: 5px;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .team-details__progress__item {
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
}
.team-details__progress__item:last-child {
  margin-bottom: 0;
}
.team-details__progress__item .icon {
  display: flex;
  padding: 18px 18px;
  border-radius: 5px;
  align-items: center;
  background: var(--white);
  justify-content: center;
}
@media (max-width: 575px) {
  .team-details__progress__item .icon {
    padding: 12px 12px;
  }
}

.our-work__wrapper {
  background: #0B4E3D;
  position: relative;
  padding-bottom: 96px;
}
@media only screen and (max-width: 1199px) {
  .our-work__wrapper {
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .our-work__wrapper {
    padding-top: 30px;
  }
}
.our-work__wrapper .section-title .title {
  margin-bottom: 29px;
}
.our-work__shape .shape-1 {
  position: absolute;
  top: -46px;
  left: 0;
  display: block;
}
.our-work__shape .shape-2 {
  left: 0;
  bottom: -132px;
  display: block;
  position: absolute;
}
@media (max-width: 575px) {
  .our-work__shape .shape-2 {
    bottom: -70px;
  }
}
.our-work__thumb {
  position: relative;
  margin-right: 56px;
}
@media only screen and (max-width: 1399px) {
  .our-work__thumb {
    margin-right: 0;
  }
}
.our-work__thumb img {
  border-radius: 15px;
}
@media (max-width: 575px) {
  .our-work__thumb img {
    width: 100%;
    height: 100%;
    margin-top: 20px;
  }
}
.our-work__thumb .img-1 {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .our-work__thumb .img-1 {
    text-align: start;
  }
}
.our-work__thumb .img-1 img {
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .our-work__thumb .img-1 img {
    width: 100%;
  }
}
.our-work__thumb .img-2 {
  position: absolute;
  top: 139px;
  left: -128px;
  text-align: start;
}
@media only screen and (max-width: 1599px) {
  .our-work__thumb .img-2 {
    left: -70px;
  }
}
@media only screen and (max-width: 1399px) {
  .our-work__thumb .img-2 {
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .our-work__thumb .img-2 {
    top: 103px;
    width: 200px;
    display: none;
  }
}
@media (max-width: 575px) {
  .our-work__thumb .img-2 {
    top: 0;
    width: 100%;
    display: block;
    position: inherit;
  }
}
.our-work__thumb .img-3 {
  text-align: start;
  width: 237px;
  height: 237px;
  margin-top: 20px;
  margin-left: 71px;
}
@media only screen and (max-width: 1199px) {
  .our-work__thumb .img-3 {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .our-work__thumb .img-3 {
    width: 100%;
    margin-top: 0;
    height: 100%;
  }
}
.our-work__thumb .img-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-work__thumb .img-4 {
  text-align: right;
  width: 179px;
  height: 179px;
  position: absolute;
  bottom: 56px;
  right: 33px;
}
.our-work__thumb .img-4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1199px) {
  .our-work__thumb .img-4 {
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .our-work__thumb .img-4 {
    bottom: 30px;
  }
}
@media (max-width: 575px) {
  .our-work__thumb .img-4 {
    width: 100%;
    position: inherit;
    bottom: 0;
    right: 0;
    margin-bottom: 30px;
  }
}
.our-work__content {
  position: relative;
  z-index: 2;
  min-width: 648px;
}
@media only screen and (max-width: 1399px) {
  .our-work__content {
    min-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .our-work__content {
    margin-top: 30px;
  }
}
.our-work__content .section-title .title {
  text-transform: inherit;
}
.our-work__box {
  background: #F5F5F5;
  border-radius: 10px;
  padding: 30px 40px 30px 45px;
  margin-left: 15px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .our-work__box {
    padding: 30px 20px 28px 20px;
  }
}
.our-work__box::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 56px;
  width: 1px;
  height: 246px;
  background: var(--primary);
}
@media only screen and (max-width: 991px) {
  .our-work__box::before {
    top: 119px;
    width: 1px;
    height: 408px;
  }
}
@media only screen and (max-width: 767px) {
  .our-work__box::before {
    top: 78px;
    width: 1px;
    height: 226px;
  }
}
@media (max-width: 575px) {
  .our-work__box::before {
    top: 117px;
    width: 1px;
    height: 436px;
  }
}
.our-work__item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  position: relative;
}
.our-work__item:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
  .our-work__item {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .our-work__item {
    flex-wrap: nowrap;
  }
}
@media (max-width: 575px) {
  .our-work__item {
    flex-wrap: wrap;
  }
}
.our-work__item .icon {
  background: var(--white);
  height: 80px;
  width: 80px;
  min-height: 80px;
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.our-work__item .content .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: var(--secondary);
  margin-bottom: 9px;
  font-family: var(--font_inter);
}
.our-work__item .content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--gray);
  font-family: var(--font_inter);
}
.our-work__item .line-dot {
  position: absolute;
  left: -45px;
}
@media only screen and (max-width: 991px) {
  .our-work__item .line-dot {
    left: -20px;
  }
}
.our-work__item .line-dot::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.our-work__item .line-dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  background: var(--primary);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.our-work__user-details {
  gap: 30px;
  display: flex;
  margin-top: 50px;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1399px) {
  .our-work__user-details {
    gap: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .our-work__user-details {
    margin-top: 30px;
    justify-content: start;
    flex-wrap: wrap;
  }
}
.our-work__info {
  gap: 15px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .our-work__info {
    flex-shrink: inherit;
  }
}
@media (max-width: 575px) {
  .our-work__info {
    flex-wrap: wrap;
  }
}
.our-work__info .thumb {
  display: flex;
  align-items: center;
}
.our-work__info .thumb .img-1 {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .our-work__info .thumb .img-1 {
    width: 50px;
    height: 50px;
  }
}
.our-work__info .thumb .img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-work__info .thumb .img-2 {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .our-work__info .thumb .img-2 {
    width: 50px;
    height: 50px;
  }
}
.our-work__info .thumb .img-2 img {
  width: 100%;
  height: 100%;
  margin-left: -20px;
  object-fit: cover;
}
.our-work__info .thumb .img-3 {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .our-work__info .thumb .img-3 {
    width: 50px;
    height: 50px;
  }
}
.our-work__info .thumb .img-3 img {
  width: 100%;
  height: 100%;
  margin-left: -40px;
  object-fit: cover;
}
.our-work__info .thumb img {
  border-radius: 100px;
  border: 2px solid var(--white);
}
.our-work__info .content {
  margin-left: -44px;
}
@media (max-width: 575px) {
  .our-work__info .content {
    margin-left: 0;
  }
}
.our-work__info .content .title {
  font-family: var(--font_inter);
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: var(--white);
}
.our-work__info .content .desc {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: var(--white);
}
.our-work__btn {
  min-width: 185px;
}
@media only screen and (max-width: 1399px) {
  .our-work__btn {
    min-width: inherit;
  }
}
.our-work__btn .rr-btn {
  font-weight: 700;
  padding: 22px 25.6px;
  text-transform: uppercase;
}

.our-programs__wrapper {
  position: relative;
  padding-bottom: 157px;
}
@media only screen and (max-width: 767px) {
  .our-programs__wrapper {
    padding-bottom: 110px;
  }
}
.our-programs__wrapper.one {
  padding-bottom: 147px;
}
.our-programs__wrap {
  margin-left: 120px;
  margin-right: 120px;
}
@media only screen and (max-width: 1599px) {
  .our-programs__wrap {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1399px) {
  .our-programs__wrap {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.our-programs__wrap.one {
  gap: 24px;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1199px) {
  .our-programs__wrap.one {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .our-programs__wrap.one {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .our-programs__wrap.one {
    grid-template-columns: 1fr;
  }
}
.our-programs__wrap.one .our-programs__item {
  margin-bottom: 0;
}
.our-programs__item {
  background: #F5F5F5;
  border-radius: 15px;
}
.our-programs__thumb {
  position: relative;
}
.our-programs__thumb img {
  border-radius: 15px 15px 0 0;
}
.our-programs__thumb::before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.our-programs__thumb .day {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  gap: 6px;
  position: absolute;
  top: 19px;
  left: 19px;
  border-radius: 100px;
  padding: 10.5px 15.5px;
  background: var(--white);
  display: flex;
  align-items: center;
  color: var(--secondary);
}
.our-programs__thumb .day i {
  font-size: 12px;
  color: var(--primary);
}
.our-programs__title {
  font-family: var(--quicksand);
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: var(--white);
  position: absolute;
  bottom: 24px;
  left: 29px;
}
@media only screen and (max-width: 1399px) {
  .our-programs__title {
    font-size: 18px;
    line-height: 30px;
    left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .our-programs__title {
    left: 15px;
    right: 15px;
  }
}
.our-programs__desc {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: CAP_HEIGHT;
  line-height: 26px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.our-programs__content {
  padding: 26px 30px 29px 30px;
}
@media only screen and (max-width: 1399px) {
  .our-programs__content {
    padding: 26px 15px 29px 15px;
  }
}
.our-programs__content .progress-bar {
  margin-top: 34px;
  width: 100%;
  height: 15px;
  position: relative;
  border-radius: 100px;
  background: var(--white);
}
@media only screen and (max-width: 767px) {
  .our-programs__content .progress-bar {
    margin-top: 20px;
  }
}
.our-programs__content .progress-bar::before {
  content: "";
  left: 0;
  top: 0;
  width: 178px;
  height: 15px;
  border-radius: 100px;
  display: block;
  position: absolute;
  background: var(--primary);
}
.our-programs__content .progress-bar::after {
  content: "";
  left: 164px;
  top: 5px;
  width: 5px;
  height: 5px;
  display: flex;
  align-items: center;
  border-radius: 100px;
  position: absolute;
  background: var(--white);
}
.our-programs__content .fund-info {
  display: flex;
  align-items: center;
  margin-top: 21px;
  margin-bottom: 26px;
  margin-top: 21px;
  margin-bottom: 24px;
  justify-content: space-between;
}
.our-programs__content .fund-info .amount {
  font-family: var(--font_inter);
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: var(--primary);
}
.our-programs__content .fund-info .amount span {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--secondary);
}
.our-programs__btn .rr-btn {
  font-weight: 700;
  border-radius: 100px;
  padding: 16px 25.6px;
  background: var(--white);
  text-transform: uppercase;
  border: 1px solid #E4E4E4;
}
.our-programs__btn .rr-btn::before {
  background: var(--primary);
}
.our-programs__btn .rr-btn .btn-wrap .text-one {
  color: var(--secondary);
}
.our-programs__btn .rr-btn .btn-wrap .text-two {
  color: var(--white);
}
.our-programs__arrow {
  top: 18%;
  right: 18%;
  gap: 10px;
  display: flex;
  position: absolute;
}
@media only screen and (max-width: 1399px) {
  .our-programs__arrow {
    right: 2%;
  }
}
@media only screen and (max-width: 1199px) {
  .our-programs__arrow {
    top: 12%;
  }
}
@media only screen and (max-width: 991px) {
  .our-programs__arrow {
    top: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .our-programs__arrow {
    position: inherit;
    justify-content: center;
    margin-top: 50px;
  }
}
.our-programs__next {
  width: 70px;
  height: 70px;
  display: flex;
  border-radius: 35px;
  align-items: center;
  justify-content: center;
  background: #F5F5F5;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .our-programs__next {
    width: 60px;
    height: 60px;
  }
}
.our-programs__next:hover {
  background: var(--primary);
  color: var(--white);
}
.our-programs__prev {
  width: 70px;
  height: 70px;
  display: flex;
  border-radius: 35px;
  align-items: center;
  justify-content: center;
  background: #F5F5F5;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .our-programs__prev {
    width: 60px;
    height: 60px;
  }
}
.our-programs__prev:hover {
  background: var(--primary);
  color: var(--white);
}

.our-project__wrapper {
  margin-left: -250px;
  margin-right: -250px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .our-project__wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
.our-project__active .swiper-slide {
  width: 350px;
  transition: width 0.4s ease;
}
.our-project__active .swiper-slide-active {
  width: 774px;
}
@media only screen and (max-width: 1399px) {
  .our-project__active .swiper-slide-active {
    width: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .our-project__active .swiper-slide-active {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .our-project__active .swiper-slide-active {
    width: 400px;
  }
}
.our-project__active .swiper-slide-active .our-project__thumb::before {
  opacity: 1;
  visibility: visible;
}
.our-project__active .swiper-slide-active .our-project__icon {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}
.our-project__item {
  position: relative;
}
.our-project__thumb {
  width: 100%;
  height: 600px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.our-project__thumb::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  visibility: hidden;
  position: absolute;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(0, 39, 30, 0) 0%, #F65024 100%), rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 1199px) {
  .our-project__thumb {
    height: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .our-project__thumb {
    height: 350px;
  }
}
.our-project__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.our-project__icon {
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 80px;
  height: 80px;
  display: flex;
  opacity: 0;
  align-items: center;
  visibility: hidden;
  position: absolute;
  border-radius: 50px;
  justify-content: center;
  background: var(--white);
  transform: translate(-50%, -200%);
  transition: all 0.3s ease-in-out;
}
.our-project__icon i {
  font-weight: 400;
  font-size: 18px;
  line-height: 19px;
  text-align: center;
  color: var(--secondary);
  font-family: var(--font_awesome);
}
.our-project__meta {
  gap: 16px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1399px) {
  .our-project__meta {
    flex-wrap: wrap;
  }
}
.our-project__meta li {
  font-family: var(--font_chakra);
  font-weight: 600;
  font-size: 14px;
  list-style: none;
  line-height: 20px;
  color: var(--primary);
  text-transform: uppercase;
  padding: 6px 16.5px;
  border-radius: 100px;
  backdrop-filter: blur(56px);
  background: rgba(255, 255, 255, 0.08);
}
.our-project__title {
  font-family: var(--font_day);
  font-weight: 400;
  font-size: 24px;
  color: var(--white);
  line-height: 32px;
  margin-top: 10px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 1399px) {
  .our-project__title {
    font-size: 18px;
  }
}

.skill-section__wrapper {
  background: #0B4E3D;
}
.skill-section__inner {
  max-width: 224px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .skill-section__inner {
    max-width: inherit;
  }
}
.skill-section__inner.one {
  max-width: 203px;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .skill-section__inner.one {
    max-width: inherit;
    margin-left: inherit;
  }
}
@media (max-width: 575px) {
  .skill-section__inner.one {
    max-width: inherit;
  }
}
.skill-section__info {
  text-align: center;
}
.skill-section__info .sub-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: var(--white);
  font-family: var(--font_inter);
  margin-bottom: 13px;
  display: block;
}
.skill-section__info .title {
  font-weight: 600;
  font-size: 48px;
  line-height: 67px;
  color: var(--white);
  font-family: var(--font_Parkinsans);
}
@media only screen and (max-width: 767px) {
  .skill-section__info .title {
    font-size: 42px;
    line-height: 65px;
  }
}
@media (max-width: 575px) {
  .skill-section__info .title {
    font-size: 39px;
    line-height: 47px;
  }
}
.skill-section__wrap {
  display: grid;
  margin-top: 55px;
  justify-content: space-between;
  grid-template-columns: 282px 337px 338px 262px;
}
@media only screen and (max-width: 1399px) {
  .skill-section__wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .skill-section__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .skill-section__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .skill-section__wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-top: 40px;
  }
}
.skill-section__item {
  text-align: center;
  margin-bottom: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.skill-section__item:first-child {
  justify-content: start;
  text-align: start;
}
@media only screen and (max-width: 991px) {
  .skill-section__item:nth-child(2) {
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .skill-section__item:nth-child(2) {
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .skill-section__item:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 575px) {
  .skill-section__item:nth-child(3) {
    border: none;
  }
}
.skill-section__item:last-child {
  border-right: none;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .skill-section__item {
    border: none;
  }
}
.skill-section__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
.skill-section__content .decs {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: var(--white);
  font-family: var(--font_inter);
  margin-top: 26px;
  margin-bottom: 5px;
}
.skill-section__content h2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  gap: 13px;
  color: var(--primary);
  font-family: var(--quicksand);
}
.skill-section__content h2 span {
  font-family: var(--quicksand);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  align-items: center;
  text-align: center;
  color: var(--primary);
}
@media (max-width: 575px) {
  .skill-section__content h2 span {
    font-size: 40px;
    line-height: 48px;
  }
}

.counter {
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%);
}
@media (max-width: 575px) {
  .counter {
    top: 0;
    left: 0;
    bottom: inherit;
    position: inherit;
    transform: translate(0);
  }
}
.counter__wrapper {
  padding: 30px 0;
  border-radius: 30px;
  background: var(--primary);
}
@media (max-width: 575px) {
  .counter__wrapper {
    margin-top: 60px;
  }
}
.counter__wrap {
  display: grid;
  text-align: center;
  padding: 0 95px;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  grid-template-columns: 284px 294px 276px 276px;
}
@media only screen and (max-width: 991px) {
  .counter__wrap {
    padding: 0 15px;
    grid-template-columns: 180px 180px 180px 180px;
  }
}
@media only screen and (max-width: 767px) {
  .counter__wrap {
    padding: 0 15px;
    grid-template-columns: 130px 130px 130px 130px;
  }
}
@media (max-width: 575px) {
  .counter__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.counter__item {
  padding: 59px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 767px) {
  .counter__item {
    padding: 40px 0;
  }
}
.counter__item:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.counter__item h2 {
  font-family: var(--font_dm-sans);
  font-weight: 700;
  font-size: 48px;
  line-height: 49px;
  text-align: center;
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  .counter__item h2 {
    font-size: 40px;
    line-height: 35px;
  }
}
.counter__item h2 span {
  line-height: 49px;
  letter-spacing: 3.3px;
  font-family: var(--font_dm-sans);
}
.counter__item .desc {
  font-family: var(--font_inter);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: var(--white);
}

.testimonial__wrapper {
  max-width: 1840px;
  margin: 0 auto;
  background: #1F1F1F;
  border-radius: 20px;
  padding-left: 120px;
  padding-right: 120px;
}
@media only screen and (max-width: 1199px) {
  .testimonial__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.testimonial__wrap {
  gap: 24px;
  position: relative;
}
.testimonial__item {
  padding: 39px 40px 30px 40px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
}
@media only screen and (max-width: 1599px) {
  .testimonial__item {
    padding: 35px 30px 30px 30px;
  }
}
@media only screen and (max-width: 1399px) {
  .testimonial__item {
    padding: 35px 15px 30px 15px;
  }
}
.testimonial__item .author-box {
  display: flex;
  padding-bottom: 35px;
  justify-content: space-between;
}
.testimonial__item .author-box .author {
  gap: 20px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .testimonial__item .author-box .author {
    flex-wrap: wrap;
    padding-left: 0;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial__item .author-box .author {
    padding-left: 15px;
  }
}
.testimonial__item .author-box .author .thumb {
  max-width: 110px;
  max-height: 110px;
  position: relative;
}
.testimonial__item .author-box .author .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial__item .author-box .author .info {
  text-align: start;
}
@media only screen and (max-width: 1199px) {
  .testimonial__item .author-box .author .info {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial__item .author-box .author .info {
    margin-top: -10px;
  }
}
.testimonial__item .author-box .author .info .name {
  font-family: var(--font_Titillium);
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  margin-bottom: 3px;
  line-height: 26px;
  color: var(--white);
}
@media only screen and (max-width: 1599px) {
  .testimonial__item .author-box .author .info .name {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1399px) {
  .testimonial__item .author-box .author .info .name {
    font-size: 18px;
  }
}
.testimonial__item .author-box .author .info .desgn {
  font-family: var(--font_Archivo);
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--primary);
}
.testimonial__item .author-box .icon {
  margin-top: 10px;
}
.testimonial__item .bdr {
  width: 100%;
  height: 16px;
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 991px) {
  .testimonial__item .bdr {
    overflow: hidden;
  }
}
.testimonial__item .bdr::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.testimonial__item .bdr::after {
  content: "";
  position: absolute;
  right: 57px;
  bottom: 0;
  width: 209px;
  height: 1px;
  background: linear-gradient(90deg, rgba(74, 171, 61, 0) 0%, rgb(74, 171, 61) 50%, rgba(74, 171, 61, 0) 100%);
  box-shadow: 0 0 12px rgba(74, 171, 61, 0.6);
}
.testimonial__content {
  text-align: start;
}
.testimonial__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin: 36px 0 15px 0;
  vertical-align: middle;
  font-family: var(--font_onest);
}
@media only screen and (max-width: 1599px) {
  .testimonial__title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1399px) {
  .testimonial__title {
    font-size: 20px;
    line-height: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial__title {
    font-size: 18px;
    line-height: 24px;
    margin: 15px 0 10px 0;
  }
}
.testimonial__desc {
  font-family: var(--font_Archivo);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding-top: 32px;
  color: var(--white);
}

/* testimonial-3 area style  */
.testimonial-3-header {
  display: grid;
  gap: 25px 60px;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
}
@media only screen and (max-width: 991px) {
  .testimonial-3-header {
    grid-template-columns: 1fr;
  }
}
.testimonial-3-header .title-wrapper {
  margin-top: 19px;
}
.testimonial-3-header .btn-wrapper {
  margin-bottom: 11px;
}
@media only screen and (max-width: 991px) {
  .testimonial-3-header .btn-wrapper {
    margin-bottom: 0;
  }
}

.testimonial-3-inner {
  padding-top: 198px;
  padding-bottom: 118px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-3-inner {
    padding-top: 180px;
  }
}
@media (max-width: 575px) {
  .testimonial-3-inner {
    padding-bottom: 60px;
    padding-top: 120px;
  }
}

.testimonial-4-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media only screen and (max-width: 767px) {
  .testimonial-4-header {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-4-header .testimonial-3-btn {
    margin-top: 20px;
  }
}
.testimonial-4-header .testimonial-3-btn .rr-btn {
  font-weight: 700;
  padding: 19.5px 35px;
}
.testimonial-4-header .testimonial-3-btn .rr-btn::before {
  background: var(--secondary);
}
.testimonial-4-header .testimonial-3-btn .rr-btn .btn-wrap .text-one {
  gap: 5px;
}
.testimonial-4-header .testimonial-3-btn .rr-btn .btn-wrap .text-one i {
  font-size: 16px;
  font-weight: 700;
  transform: rotate(0deg);
}
.testimonial-4-header .testimonial-3-btn .rr-btn .btn-wrap .text-two {
  gap: 5px;
  color: var(--white);
}
.testimonial-4-header .testimonial-3-btn .rr-btn .btn-wrap .text-two i {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
}
.testimonial-4-header .section-title .title {
  margin-bottom: 0;
}

.testimonial-3-wrapper-box {
  margin-top: 59px;
}

.testimonial-3-wrapper {
  position: relative;
  z-index: 1;
}
.testimonial-3-wrapper:before {
  position: absolute;
  content: "";
  width: 741px;
  height: 180px;
  right: 106px;
  top: 109px;
  background: #F65024;
  filter: blur(90px);
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .testimonial-3-wrapper:before {
    width: 671px;
  }
}
@media (max-width: 575px) {
  .testimonial-3-wrapper:before {
    width: 100%;
    height: 320px;
    top: auto;
    bottom: 150px;
  }
}

.testimonial-3-box {
  gap: 22px;
  display: grid;
  align-items: flex-start;
  grid-template-columns: 287px 909px;
}
@media (max-width: 1300px) {
  .testimonial-3-box {
    gap: 20px 20px;
    grid-template-columns: 1fr 700px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-3-box {
    gap: 20px 40px;
    grid-template-columns: 1fr 700px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-3-box {
    grid-template-columns: 1fr 485px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-3-box {
    grid-template-columns: 1fr 310px;
    gap: 20px 20px;
  }
}
@media (max-width: 575px) {
  .testimonial-3-box {
    grid-template-columns: 1fr;
  }
}
.testimonial-3-box .thumb-wrapper {
  background-color: #F5F5F5;
  border-radius: 20px;
  padding: 30px 30px 34px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0px 4px 12px rgba(40, 15, 66, 0.1);
}
@media only screen and (max-width: 1199px) {
  .testimonial-3-box .thumb-wrapper {
    padding: 20px 20px 16px;
  }
}
.testimonial-3-box .thumb-wrapper:before {
  position: absolute;
  content: "";
  width: 582px;
  height: 204px;
  left: 50%;
  top: -55px;
  background: #F65024;
  filter: blur(90px);
  z-index: -1;
  transform: translateX(-50%);
}
.testimonial-3-box .thumb-wrapper .thumb {
  border: 5px solid var(--white);
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 100/112;
}
@media only screen and (max-width: 1399px) {
  .testimonial-3-box .thumb-wrapper .thumb {
    aspect-ratio: 100/90;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-3-box .thumb-wrapper .thumb {
    border-width: 2px;
  }
}
.testimonial-3-box .thumb-wrapper .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}
.testimonial-3-box .thumb-wrapper .meta {
  margin-top: 23px;
}
.testimonial-3-box .thumb-wrapper .name {
  font-family: var(--quicksand);
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  text-align: center;
  color: var(--secodary);
}
@media only screen and (max-width: 1199px) {
  .testimonial-3-box .thumb-wrapper .name {
    font-size: 20px;
  }
}
.testimonial-3-box .thumb-wrapper .post {
  display: inline-block;
  margin-top: 6px;
  font-family: var(--font_inter);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: var(--primary);
}
.testimonial-3-box .content {
  background-color: var(--white);
  position: relative;
  border-radius: 20px;
  padding: 30px 40px 30px;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .testimonial-3-box .content {
    padding: 20px 20px 20px;
  }
}
.testimonial-3-box .content .text {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.63;
  color: var(--black);
  font-family: var(--quicksand);
}
@media only screen and (max-width: 1199px) {
  .testimonial-3-box .content .text {
    font-size: 18px;
  }
}

.testimonial-3-thumb {
  width: 909px;
  height: 180px;
  position: absolute;
  bottom: 7px;
  left: 25.4%;
}
@media only screen and (max-width: 1399px) {
  .testimonial-3-thumb {
    height: 140px;
    bottom: inherit;
    top: 50%;
    left: 39.4%;
  }
}
@media (max-width: 1300px) {
  .testimonial-3-thumb {
    width: 700px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-3-thumb {
    width: 700px;
    height: 110px;
    top: 61%;
    left: 27.4%;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-3-thumb {
    position: static;
    width: 100%;
    margin-top: 30px;
  }
}

.swiper-slide-thumb-active .testimonial-3-nav-thumb {
  border-color: var(--theme);
}

.testimonial-3-nav-thumb {
  background-color: var(--white);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--primary);
  padding: 10px;
  height: 100%;
  transition: all 0.9s;
}
@media only screen and (max-width: 1199px) {
  .testimonial-3-nav-thumb {
    border-radius: 10px;
    padding: 5px;
  }
}
.testimonial-3-nav-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  object-position: top left;
}

.blog-section__wrap {
  gap: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 991px) {
  .blog-section__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .blog-section__wrap {
    grid-template-columns: 1fr;
  }
}
.blog-section__item {
  border-radius: 15px;
  background: #F5F5F5;
  padding: 30px 30px 25px 30px;
}
@media only screen and (max-width: 991px) {
  .blog-section__item {
    padding: 30px 15px 25px 15px;
  }
}
.blog-section__thumb {
  position: relative;
}
.blog-section__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog-section__content {
  text-align: start;
  padding-top: 28px;
}
.blog-section__heading-wrap {
  display: grid;
  align-items: start;
  justify-content: space-between;
  grid-template-columns: 470px 591px;
}
@media only screen and (max-width: 991px) {
  .blog-section__heading-wrap {
    margin-bottom: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .blog-section__heading-wrap {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section__heading-wrap .section-title .title {
    margin-bottom: 10px;
  }
}
.blog-section__desc {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--gray);
  padding-bottom: 23px;
  border-bottom: 1px solid var(--border);
}
.blog-section__desc.one {
  border: none;
  padding-bottom: 0;
}
.blog-section__meta {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .blog-section__meta {
    gap: 7px;
    flex-wrap: wrap;
  }
}
.blog-section__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-section__meta li i {
  font-size: 14px;
  font-weight: 900;
  line-height: 14px;
  color: var(--primary);
  vertical-align: middle;
  font-family: var(--font_awesome);
}
.blog-section__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30.2px;
  vertical-align: middle;
  padding: 13px 0 17px 0;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1399px) {
  .blog-section__title {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-section__title {
    font-size: 16px;
    line-height: 25px;
  }
}
.blog-section__title a {
  color: var(--secondary);
}
.blog-section__title a:hover {
  color: var(--primary-2);
}
.blog-section__btn {
  margin-top: 11px;
}
@media only screen and (max-width: 991px) {
  .blog-section__btn {
    margin-top: 10px;
  }
}
.blog-section__btn .blog-btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  color: var(--primary);
  font-family: var(--font_inter);
}
.blog-section__btn .blog-btn:hover i {
  padding-left: 3px;
}
.blog-section__btn .blog-btn i {
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
  color: var(--primary);
  transition: all 0.3s ease-in-out;
}

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

.blog-details__wrapper {
  gap: 24px;
  display: grid;
  grid-template-columns: 1fr 391px;
}
@media only screen and (max-width: 991px) {
  .blog-details__wrapper {
    grid-template-columns: 1fr 280px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details__wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .blog-details__wrapper {
    display: block;
  }
}
.blog-details__wrap {
  text-align: start;
}
.blog-details__wrap .description .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--gray);
  font-family: var(--font_inter);
}
.blog-details__inner {
  background: #F5F5F5;
  border-radius: 20px;
  padding: 38px 38px 38px 38px;
}
@media only screen and (max-width: 991px) {
  .blog-details__inner {
    padding: 25px 20px 25px 20px;
  }
}
.blog-details__thumb img {
  border-radius: 15px;
}
.blog-details__meta {
  gap: 20px;
  display: flex;
  align-items: center;
  margin: 39px 0 18px 0;
}
@media (max-width: 575px) {
  .blog-details__meta {
    flex-wrap: wrap;
  }
}
.blog-details__meta span {
  font-family: var(--font_inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--gray);
}
.blog-details__meta span i {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  margin-right: 9px;
  color: var(--primary);
  text-transform: uppercase;
  font-family: Font Awesome 6 Pro;
}
.blog-details__content .desc {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--gray);
}
@media only screen and (max-width: 1199px) {
  .blog-details__content .desc {
    font-size: 15px;
  }
}
.blog-details__content .desc.one {
  display: block;
  margin-bottom: 27px;
}
@media only screen and (max-width: 767px) {
  .blog-details__content .desc.one {
    display: block;
    margin-bottom: 15px;
  }
}
.blog-details__logistics-content {
  margin-top: 40px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__logistics-content {
    margin-top: 30px;
  }
}
.blog-details__logistics-content .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--gray);
  font-family: var(--font_inter);
}
.blog-details__testiml-box {
  gap: 30px;
  display: flex;
  margin: 34px 0;
  padding: 34px 49px 34px 38px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1199px) {
  .blog-details__testiml-box {
    padding: 25px 15px 25px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-details__testiml-box {
    gap: 5px;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .blog-details__testiml-box {
    gap: 5px;
    flex-wrap: wrap;
    padding: 0 0 20px 0;
  }
}
.blog-details__testiml-box .icon i {
  font-size: 60px;
  font-weight: 900;
  line-height: 65px;
  color: var(--secondary);
  font-family: var(--font_awesome);
}
.blog-details__testiml-box .content {
  position: relative;
  z-index: 1;
}
.blog-details__testiml-box .content .desc {
  font-family: var(--font_inter);
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: var(--secondary);
  margin-bottom: 13px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__testiml-box .content .desc {
    font-size: 16px;
  }
}
.blog-details__testiml-box .content .name {
  margin-left: 40px;
  font-family: var(--font_inter);
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: var(--primary);
}
.blog-details__testiml-box .content .name::before {
  content: "";
  left: 0;
  z-index: 2;
  width: 30px;
  height: 2px;
  bottom: 11px;
  display: block;
  position: absolute;
  background: var(--primary);
}
.blog-details__gallery {
  gap: 25px;
  display: flex;
  margin: 34px 0;
  align-items: center;
  border-radius: 15px;
}
@media (max-width: 575px) {
  .blog-details__gallery {
    flex-wrap: wrap;
  }
}
.blog-details__gallery .thumb img {
  border-radius: 15px;
}
.blog-details__category {
  gap: 30px;
  display: flex;
  align-items: center;
  margin: 38px 0 0 0;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .blog-details__category {
    flex-wrap: wrap;
  }
}
.blog-details__tag {
  gap: 15px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .blog-details__tag {
    flex-wrap: wrap;
  }
}
.blog-details__tag li {
  text-align: start;
  list-style: none;
}
@media (max-width: 575px) {
  .blog-details__tag li {
    margin-bottom: 15px;
  }
}
.blog-details__tag li span {
  font-family: var(--font_inter);
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: var(--secondary);
}
.blog-details__tag li a {
  padding: 8px 17px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  border-radius: 100px;
  background: #F5F7F8;
  color: var(--secondary);
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(10, 10, 10, 0.1);
}
.blog-details__tag li a:hover {
  color: var(--white);
  background: var(--primary);
}
.blog-details__share {
  gap: 15px;
  display: flex;
  align-items: center;
}
.blog-details__share ul {
  gap: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .blog-details__share ul {
    flex-wrap: wrap;
  }
}
.blog-details__share ul li {
  list-style: none;
}
.blog-details__share ul li span {
  font-family: var(--font_inter);
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: var(--secondary);
}
.blog-details__share ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 100px;
  justify-content: center;
  background: var(--white);
  color: var(--secondary);
  transition: all 0.3s ease-in-out;
}
.blog-details__share ul li a i {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: var(--secondary);
  transition: all 0.3s ease-in-out;
}
.blog-details__share ul li a:hover {
  background: var(--primary);
}
.blog-details__share ul li a:hover i {
  color: var(--white);
}
.blog-details__page {
  display: flex;
  padding: 29px 0;
  margin-top: 48px;
  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: 100px;
}
.blog-details__page-prev a {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_inter);
}
.blog-details__page-next {
  gap: 20px;
  display: flex;
  align-items: center;
}
.blog-details__page-next .image a img {
  border-radius: 100px;
}
.blog-details__page-next a {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_inter);
}
.blog-details__dot {
  gap: 4px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  align-items: center;
}
.blog-details__dot span {
  width: 10px;
  height: 10px;
  background: #E5E5E5;
}
.blog-details__author {
  gap: 25px;
  display: flex;
  padding: 20px;
  margin-top: 58px;
  margin-bottom: 58px;
  border-radius: 15px;
  align-items: center;
  background: #F5F5F5;
}
@media only screen and (max-width: 767px) {
  .blog-details__author {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .blog-details__author {
    flex-wrap: wrap;
  }
}
.blog-details__author-thumb {
  min-width: 180px;
  min-height: 180px;
}
.blog-details__author-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.blog-details__author-info .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0px;
  margin-bottom: 12px;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_titilm);
}
.blog-details__author-info .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--secondary-1);
  font-family: var(--font_inter);
}
.blog-details__author-info .social-list {
  gap: 10px;
  display: flex;
  margin-top: 12px;
  align-items: center;
}
.blog-details__author-info .social-list li {
  list-style: none;
}
.blog-details__author-info .social-list li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 100px;
  justify-content: center;
  color: var(--primary-2);
  background: var(--white);
  transition: all 0.3s ease-in-out;
}
.blog-details__author-info .social-list li a i {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  font-family: Font Awesome 6 Brands;
}
.blog-details__author-info .social-list li a:hover {
  color: var(--white);
  background: var(--primary);
}
.blog-details__comment-form {
  border-radius: 15px;
  background: #F5F5F5;
  padding: 34px 38px 39px 38px;
  margin-top: 49px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__comment-form {
    padding: 43px 20px 47px 20px;
  }
}
@media (max-width: 575px) {
  .blog-details__comment-form {
    padding: 43px 15px 47px 15px;
    margin-bottom: 30px;
  }
}
.blog-details__form-title {
  display: block;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 18px;
  color: var(--primary-2);
  font-family: var(--font_titilm);
}
@media (max-width: 575px) {
  .blog-details__form-title {
    font-size: 30px;
  }
}
.blog-details__form-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--secondary-1);
  font-family: var(--font_inter);
}
.blog-details__form-group {
  margin-top: 26px;
  position: relative;
}
.blog-details__form-group .form-input {
  gap: 20px;
  display: flex;
  position: relative;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .blog-details__form-group .form-input {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .blog-details__form-group .form-input {
    gap: 0;
  }
}
.blog-details__form-group .form-input input {
  outline: 0;
  width: 100%;
  border: none;
  margin-bottom: 20px;
  border-radius: 100px;
  padding: 14.5px 48px 14.5px 47px;
  border: 1px solid #E5E5E5;
  border-radius: 100px;
  background: transparent;
}
@media only screen and (max-width: 991px) {
  .blog-details__form-group .form-input input {
    padding: 14.5px 48px 14.5px 23px;
  }
}
.blog-details__form-group .form-input input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: var(--gray);
  font-family: var(--font_inter);
}
.blog-details__form-group .form-input .icon-1 {
  top: 16px;
  left: 25px;
  position: absolute;
  color: var(--primary);
}
@media only screen and (max-width: 991px) {
  .blog-details__form-group .form-input .icon-1 {
    top: 15px;
    left: auto;
    right: 27px;
  }
}
.blog-details__form-group .form-input .icon-1 i {
  font-family: var(--font_awesome);
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  color: var(--gray);
}
.blog-details__form-group .form-input .icon-2 {
  top: 15px;
  right: 43%;
  position: absolute;
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .blog-details__form-group .form-input .icon-2 {
    right: 40%;
  }
}
.blog-details__form-group .form-input .icon-2 i {
  font-family: var(--font_awesome);
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  color: var(--gray);
}
@media only screen and (max-width: 991px) {
  .blog-details__form-group .form-input .icon-2 {
    right: 6.4%;
    bottom: 34px;
    top: inherit;
  }
}
@media (max-width: 575px) {
  .blog-details__form-group .form-input .icon-2 {
    right: 9.4%;
  }
}
.blog-details__form-group .form-selector .custom-select {
  width: 100%;
  border: none;
  height: 55px;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 20px;
  padding-left: 26px;
  border-radius: 100px;
  align-items: center;
  color: var(--gray);
  font-family: var(--font_inter);
  border: 1px solid #E5E5E5;
  border-radius: 100px;
  background: transparent;
}
.blog-details__form-group .form-selector .custom-select::after {
  top: 43%;
  width: 11px;
  right: 30px;
  right: 30px;
  height: 11px;
  border-radius: 3px;
  color: var(--gray);
  border-color: var(--gray);
}
.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: 20px;
  padding: 23px 64px 23px 54px;
  border: 1px solid #E5E5E5;
  background: transparent;
}
@media (max-width: 575px) {
  .blog-details__form-group .form-comment textarea {
    padding: 23px 10px 23px 54px;
  }
}
.blog-details__form-group .form-comment textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: var(--gray);
  font-family: var(--font_inter);
}
.blog-details__form-group .form-comment .icon {
  left: 29px;
  bottom: 179px;
  position: absolute;
  color: var(--gray);
}
@media only screen and (max-width: 1199px) {
  .blog-details__form-group .form-comment .icon {
    left: 25px;
    bottom: 174px;
  }
}
.blog-details__btn {
  margin-top: 21.5px;
}
.blog-details__btn.rr-btn {
  padding: 19.5px 37px;
}
.blog-details__btn.rr-btn::before {
  background: var(--secondary);
}
.blog-details__btn.rr-btn .btn-wrap .text-two {
  color: var(--white);
}

.contact-page__wrapper {
  background: #221F1E;
  padding: 147px 0 88px 0;
}
@media only screen and (max-width: 767px) {
  .contact-page__wrapper {
    padding: 80px 0 70px 0;
  }
}
.contact-page__wrapper.one {
  background: var(--white);
  padding: 0;
}
.contact-page__top {
  position: relative;
}
.contact-page__top .line-1 {
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  height: 4px;
  display: block;
  background: var(--white);
}
.contact-page__shape {
  position: relative;
}
.contact-page__shape .shape-1 {
  position: absolute;
  top: 72px;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 1399px) {
  .contact-page__shape .shape-1 {
    display: none;
  }
}
.contact-page__shape .shape-2 {
  position: absolute;
  top: -120px;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .contact-page__shape .shape-2 {
    display: none;
  }
}
.contact-page__info {
  margin-bottom: 78px;
}
@media only screen and (max-width: 767px) {
  .contact-page__info {
    margin-bottom: 40px;
  }
}
.contact-page__wrap {
  display: grid;
  position: relative;
  grid-template-columns: 435px 1fr;
}
@media only screen and (max-width: 1199px) {
  .contact-page__wrap {
    grid-template-columns: 1fr 400px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-page__wrap {
    grid-template-columns: 1fr 270px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-page__wrap {
    grid-template-columns: 1fr;
  }
}
.contact-page__thumb {
  width: 648px;
  height: 582px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1399px) {
  .contact-page__thumb {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-page__thumb {
    width: 100%;
    height: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .contact-page__thumb {
    max-height: 450px;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .contact-page__thumb {
    max-height: 100%;
  }
}
.contact-page__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-page__address {
  gap: 40px;
  display: grid;
  padding-left: 60px;
  border-radius: 10px;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--border);
  grid-template-columns: 369px 388px 305px;
}
@media only screen and (max-width: 1399px) {
  .contact-page__address {
    gap: 25px;
    padding-left: 33px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-page__address {
    gap: 13px;
    padding-left: 17px;
    grid-template-columns: 294px 321px 307px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-page__address {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .contact-page__address {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact-page__address-item {
  gap: 20px;
  display: flex;
  align-items: center;
  padding: 60px 0px;
  border-right: 1px solid var(--border);
}
.contact-page__address-item:first-child {
  padding-left: 0;
}
@media only screen and (max-width: 767px), (max-width: 575px) {
  .contact-page__address-item:first-child {
    padding-top: 20px;
  }
}
.contact-page__address-item:last-child {
  border: none;
}
@media only screen and (max-width: 991px) {
  .contact-page__address-item {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 767px), (max-width: 575px) {
  .contact-page__address-item {
    padding-top: inherit;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .contact-page__address-item {
    display: block;
  }
}
.contact-page__address-icon {
  min-width: 60px;
  height: 60px;
  display: flex;
  object-fit: cover;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  background: var(--light_bg);
}
@media (max-width: 575px) {
  .contact-page__address-icon {
    display: inline-flex;
    margin-bottom: 20px;
  }
}
.contact-page__address-icon i {
  color: var(--primary);
}
.contact-page__address-text-title {
  display: flex;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  align-items: center;
  margin-bottom: 5px;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.contact-page__address-text a {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  align-items: center;
  color: var(--body_text);
  font-family: var(--font_inter);
}
@media (max-width: 575px) {
  .contact-page__address-text a {
    padding-right: 10px;
  }
}
.contact-page__address-text a:hover {
  color: var(--primary);
}
.contact-page__address-text span {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--body_text);
  font-family: var(--font_inter);
}
.contact-page__address-text span cite {
  font-style: normal;
  color: var(--primary);
}
.contact-page__map {
  margin-left: 16px;
}
@media only screen and (max-width: 991px) {
  .contact-page__map {
    margin-left: 0;
  }
}
.contact-page__map .maps {
  width: 100%;
  height: 602px;
  border-radius: 15px;
}
@media only screen and (max-width: 991px) {
  .contact-page__map .maps {
    height: 525px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-page__map .maps {
    height: 400px;
  }
}
.contact-page__contact-from {
  z-index: 3;
  position: relative;
  border-radius: 15px;
  margin-top: -5px;
  padding: 0 0 0 50px;
}
@media only screen and (max-width: 1199px) {
  .contact-page__contact-from {
    padding: 32px 25px 40px 25px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-page__contact-from {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-page__contact-from {
    padding: 32px 0 0 0;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .contact-page__contact-from {
    padding: 32px 0 0 0;
  }
}
.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: 20.5px 30px;
  border-radius: 30px;
  justify-content: center;
  font-family: var(--font_inter);
}
.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;
  }
}
@media (max-width: 575px) {
  .contact-page__subtitle {
    font-size: 15px;
    line-height: 10px;
  }
}
.contact-page__title {
  margin-bottom: 42px;
  font-weight: 600;
  font-size: 48px;
  line-height: 48px;
  color: #0A0A0A;
  font-family: var(--font_Display);
}
.contact-page__title span {
  color: var(--theme);
}
@media only screen and (max-width: 1399px) {
  .contact-page__title {
    font-size: 45px;
    line-height: 57px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-page__title {
    margin-bottom: 20px;
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-page__title {
    font-size: 34px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-page__title {
    font-size: 24px;
    line-height: 15px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .contact-page__title {
    font-size: 25px;
    line-height: 33px;
  }
}
.contact-page__desc {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  align-items: center;
  color: var(--body_text);
  font-family: var(--font_inter);
}
.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 input {
  width: 100%;
  border: none;
  height: 60px;
  border-radius: 5px;
  background: var(--white);
  transition: all 0.3s ease-in-out;
  padding: 17.5px 55px 17.5px 58px;
  border: 1px solid rgba(10, 10, 10, 0.1);
  border-radius: 5px;
  background-color: transparent;
}
.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;
  background-color: transparent;
}
.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: 5px;
  color: #4E4E4E;
  padding: 21px 20px 59px 61px;
  font-family: var(--font_inter);
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid rgba(10, 10, 10, 0.1);
}
.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;
}
@media only screen and (max-width: 991px) {
  .contact-page__select {
    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: 60px;
  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;
}
.contact-page__select .nice-select .icon {
  position: absolute;
  top: 3%;
  left: 5px;
  font-size: 20px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.contact-page__select .nice-select .icon i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: var(--primary);
}
.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: 19.5px 10px 19.5px 55px;
  font-family: var(--font_inter);
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  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: 19px;
  left: 30px;
  position: absolute;
}
.contact-page__icon i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: var(--primary);
}
.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);
}

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