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

  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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Onest:wght@100..900&family=Parkinsans:wght@300..800&display=swap");
:root {
  --primary: #0A0A0A;
  --primary-2: #4AAB3D;
  --secondary: #4E4E4E;
  --white: #FFFFFF;
  --gray: #A2A6A8;
  --bg: #2D4128;
}

/* === 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_parkinsans: "Parkinsans", sans-serif;
  --font_onest: "Onest", sans-serif;
  --font_inter: "Inter", sans-serif;
  --fonts_inter-tight: "Inter Tight", sans-serif;
  --font_awesome: "Font Awesome 6 Pro";
}

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

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
  font-family: var(--font_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: 72px;
}

h2 {
  font-size: 44px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

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

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

.text-black {
  color: var(--primary);
}

.bg-color {
  background-color: var(--bg);
}

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

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

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

.section-space-bottom {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1399px) {
  .section-space-bottom {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .section-space-bottom {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .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-2);
  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(--white);
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 40px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rr-btn {
  z-index: 5;
  font-size: 16px;
  overflow: hidden;
  font-weight: 700;
  line-height: 16px;
  position: relative;
  padding: 11.5px 23px;
  align-items: center;
  display: inline-flex;
  border-radius: 500px;
  letter-spacing: 0px;
  justify-content: center;
  text-transform: capitalize;
  background: var(--primary-2);
  font-family: var(--font_onest);
}
.rr-btn.rr-btn-1 .btn-wrap .text-one {
  color: var(--primary-2);
}
.rr-btn:hover::before, .rr-btn:focus::before {
  height: 100%;
}
.rr-btn:hover .btn-wrap .text-one, .rr-btn:focus .btn-wrap .text-one {
  transform: translateY(-150%);
}
.rr-btn:hover .btn-wrap .text-two, .rr-btn:focus .btn-wrap .text-two {
  top: 50%;
  transform: translateY(-50%);
  color: var(--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;
  color: var(--primary);
}
.rr-btn .btn-wrap .text-one {
  position: relative;
  color: var(--white);
  transition: all 0.5s;
}
.rr-btn .btn-wrap .text-one-6 {
  color: #111111;
}
.rr-btn .btn-wrap .text-two {
  top: 100%;
  position: absolute;
  color: var(--primary);
  transition: all 0.5s;
}

/* === menu scss (index 01) === */
.main-menu > ul {
  display: flex;
}
.main-menu > ul > li:hover > a {
  color: var(--secondary);
}
.main-menu > ul > li:hover > ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 0;
}
.main-menu > ul > li:hover > ul.dp-menu li:hover > ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 100%;
}
.main-menu li {
  position: relative;
  list-style: none;
}
.main-menu li > a {
  display: flex;
  line-height: 1;
  font-size: 18px;
  font-weight: 400;
  align-items: center;
  color: var(--white);
  padding: 11px 19.7px;
  margin: 5px 0 5px 0;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1399px) {
  .main-menu li > a {
    padding: 10px 12.7px;
  }
}
.main-menu li > a:first-child {
  margin-left: 5px;
}
.main-menu li:hover a {
  color: #0B412A;
  border-radius: 100px;
  background: var(--white);
}
.main-menu li:hover a::after {
  transform: rotate(180deg);
}
.main-menu ul.dp-menu {
  background-color: #232529;
  padding: 18px 0px;
  width: 250px;
  position: absolute;
  inset-inline-start: 10px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu ul.dp-menu.column-2 {
  column-count: 2;
  width: 480px;
  column-gap: 0;
}
.main-menu ul.dp-menu ul {
  background: var(--black);
  padding: 18px 0px;
  width: 300px;
  position: absolute;
  inset-inline-start: calc(100% + 10px);
  top: 0;
  opacity: 0;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu ul.dp-menu li {
  position: relative;
  padding: 0 25px;
}
.main-menu ul.dp-menu li:hover > a {
  color: var(--white);
  background-color: transparent;
}
.main-menu ul.dp-menu li:hover > ul {
  opacity: 1;
  transform: none !important;
  pointer-events: all;
}
.main-menu ul.dp-menu li a {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  color: var(--white);
  text-transform: capitalize;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.main-menu ul.dp-menu li a:hover {
  letter-spacing: 0.5px;
  color: var(--primary-2);
}
.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 {
  width: 100%;
}
.offset-button {
  margin-top: 40px;
}
@media (min-width: 576px) {
  .offset-button {
    display: none;
  }
}

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

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

/* === header scss (index 01) === */
.header-area {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.header-area .header__button {
  margin-right: -5px;
}
.header-area .header__button .btn-wrap .text-one i {
  font-size: 16px;
  font-weight: 900;
  line-height: 100%;
  color: var(--white);
  vertical-align: middle;
  transform: rotate(-45deg);
  font-family: var(--font_awesome);
}
.header-area .header__button .btn-wrap .text-two {
  color: var(--white);
}
.header-area .header__button .btn-wrap .text-two i {
  font-size: 16px;
  font-weight: 900;
  line-height: 100%;
  color: var(--white);
  vertical-align: middle;
  transform: rotate(-45deg);
  font-family: var(--font_awesome);
}
.header-area__inner {
  gap: 10px;
  display: flex;
  align-items: center;
  position: relative;
  background: transparent;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .header-area__inner {
    height: 80px;
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .header-area__inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.header-area .sticky,
.header-area .transformed {
  background-color: #FCF7F3;
}
.dark .header-area .header__logo .light-logo {
  display: none;
}
.header-area .header__logo .dark-logo {
  display: none;
}
.dark .header-area .header__logo .dark-logo {
  display: block;
}
.header-area .main-menu li a {
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
}
.header-area .main-menu li a:hover {
  color: #0B412A;
}
.header-area .search-icon {
  color: var(--primary-1);
}
@media (max-width: 575px) {
  .header-area .header__meta {
    display: none;
  }
}
.header-area .header__button ul > li {
  width: 50px;
  height: 50px;
  display: flex;
  list-style: none;
  margin-right: 3px;
  align-items: center;
  border-radius: 100px;
  justify-content: center;
  background: var(--white);
}
.header-area .header__button ul > li:hover {
  color: var(--primary-2);
}
@media (max-width: 575px) {
  .header-area .header__button .rr-btn {
    display: none;
  }
}
.header-area .rr-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  color: var(--white);
  padding: 14.5px 30.2px;
  letter-spacing: -0.04em;
  background: var(--primary-2);
}
.header-area .rr-btn::before {
  background: var(--primary);
}
@media only screen and (max-width: 767px) {
  .header-area .rr-btn {
    padding: 14.5px 18px;
  }
}
.header-area .rr-btn i {
  font-size: 16px;
}
.header-area .side-toggle {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: var(--white);
}
.header-area .side-toggle i {
  font-size: 22px;
}
.header-area .header__nav {
  position: relative;
  background: rgba(255, 255, 255, 0.0588235294);
  backdrop-filter: blur(60px);
  border: 1px solid rgba(255, 255, 255, 0.0392156863);
  margin-left: 145px;
  border-radius: 100px;
}
@media only screen and (max-width: 1919px) {
  .header-area .header__nav {
    margin-left: 90px;
  }
}
@media only screen and (max-width: 1399px) {
  .header-area .header__nav {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .header-area .header__nav {
    margin-left: 0;
  }
}
.header-main {
  z-index: 10;
  padding: 39px 0;
  position: relative;
  background: #2D4128;
}
@media only screen and (max-width: 1199px) {
  .header-main {
    padding: 10px 0;
  }
}
.header__lan {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header__lan {
    display: none;
  }
}
.header__lan .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border-radius: 0;
  border: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  height: auto;
  outline: none;
  padding-left: 0;
  padding-right: 16px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.header__lan .nice-select .current {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: var(--white);
  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(--white);
  vertical-align: middle;
  font-family: var(--font_awesome);
}
.header__lan .nice-select ul li {
  width: inherit;
  height: inherit;
}
.header__lan .nice-select .list {
  left: -23px;
  display: flex;
  padding: 0 10px;
  min-width: 100px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--white);
}
.header__lan .nice-select .option {
  line-height: 1;
  font-size: 14px;
  min-height: auto;
  font-weight: 400;
  padding: 12px 10px;
  color: var(--secondary);
}
.header__lan .nice-select .option:hover {
  color: var(--primary);
}
.header__lan .nice-select .option.selected {
  font-weight: 600;
}
.header__lan .nice-select:after {
  display: none;
}
.header__lan .nice-select.open .icon {
  top: 0;
  transform: rotate(180deg);
}
.header__right {
  gap: 20px;
  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;
  justify-content: center;
  background: var(--white);
}
@media only screen and (max-width: 767px) {
  .header__right ul li button {
    display: none;
  }
}
.header__right ul li button:hover {
  color: var(--primary-2);
}
@media only screen and (max-width: 767px) {
  .header__right .header__button {
    display: none;
  }
}

/* === footer scss (index 01) === */
.footer__wrapper {
  z-index: 1;
  margin-top: -9px;
  overflow: hidden;
  position: relative;
  background: #101D17;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.footer__shape {
  position: absolute;
  bottom: -60%;
  right: -40%;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .footer__shape {
    display: none;
  }
}
.footer__shape-1 {
  left: 0;
  bottom: 0;
  position: absolute;
}
@media only screen and (max-width: 991px) {
  .footer__shape-1 {
    display: none;
  }
}
.footer__shape-2 {
  z-index: 2;
  right: -17.7%;
  bottom: -57.5%;
  position: absolute;
}
@media only screen and (max-width: 1399px) {
  .footer__shape-2 {
    bottom: -66.5%;
    display: none;
  }
}
.footer__top {
  left: 50%;
  right: 50%;
  width: 100vw;
  display: grid;
  margin-left: -50vw;
  justify-items: end;
  position: relative;
  margin-right: -50vw;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  grid-template-columns: 409px 478px 335px;
}
@media only screen and (max-width: 1399px) {
  .footer__top {
    left: inherit;
    right: inherit;
    width: inherit;
    margin-left: inherit;
    margin-right: inherit;
    justify-items: inherit;
    justify-content: inherit;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .footer__top {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .footer__top {
    grid-template-columns: 1fr;
  }
}
.footer__infobox {
  gap: 25px;
  display: flex;
  align-items: center;
  padding: 60px 94px 60px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1019607843);
}
@media only screen and (max-width: 1399px) {
  .footer__infobox {
    padding: 50px 20px 50px 0;
  }
}
@media only screen and (max-width: 991px) {
  .footer__infobox {
    flex-wrap: wrap;
    padding: 40px 20px 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer__infobox {
    flex-wrap: wrap;
    border-right: none;
    padding: 30px 20px 30px 0;
  }
}
@media (max-width: 575px) {
  .footer__infobox {
    display: flex;
    flex-wrap: inherit;
    padding: 30px 20px 0 0;
  }
  .footer__infobox:last-child {
    padding-bottom: 30px;
  }
}
.footer__infobox:nth-child(2) {
  padding-left: 94px;
}
@media only screen and (max-width: 1399px) {
  .footer__infobox:nth-child(2) {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__infobox:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .footer__infobox:nth-child(2) {
    padding-left: 0;
  }
}
.footer__infobox:last-child {
  border-right: none;
  padding-right: 0;
}
@media only screen and (max-width: 1399px) {
  .footer__infobox:last-child {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__infobox:last-child {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__infobox:last-child {
    padding-left: 0;
  }
}
.footer__infobox .icon {
  display: flex;
  min-width: 85px;
  min-height: 85px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.031372549);
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
}
@media only screen and (max-width: 1199px) {
  .footer__infobox .icon {
    min-width: 70px;
    min-height: 70px;
  }
}
.footer__infobox .icon i {
  font-size: 36px;
  font-weight: 300;
  line-height: 100%;
  color: var(--white);
  font-weight: 300;
  font-size: 36px;
  line-height: 100%;
  text-transform: uppercase;
  text-transform: uppercase;
  font-family: var(--font_awesome);
}
@media only screen and (max-width: 1199px) {
  .footer__infobox .icon i {
    font-size: 28px;
  }
}
.footer__infobox .content {
  text-align: start;
}
.footer__infobox .content span {
  display: block;
  font-size: 16px;
  line-height: 100%;
  color: var(--white);
  margin-bottom: 11px;
  text-transform: uppercase;
  font-family: var(--font_onest);
}
.footer__infobox .content .address a {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: var(--gray);
  vertical-align: middle;
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
}
.footer__infobox .content .address a:hover {
  color: var(--primary-2);
}
.footer__infobox .content .Weekdays {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--gray);
  vertical-align: middle;
  font-family: var(--font_inter);
}
.footer__infobox .content .mail a {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: var(--gray);
  vertical-align: middle;
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
}
.footer__infobox .content .mail a:hover {
  color: var(--primary-2);
}
.footer__infobox .content .number a {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: var(--gray);
  vertical-align: middle;
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
}
.footer__infobox .content .number a:hover {
  color: var(--primary-2);
}
.footer__widgets-wrapper {
  z-index: 2;
  gap: 137px;
  display: grid;
  position: relative;
  margin: 77px 0 60px 0;
  grid-template-columns: 286px 127px 111px 287px;
}
@media only screen and (max-width: 1399px) {
  .footer__widgets-wrapper {
    gap: 68px;
    margin: 60px 0 60px 0;
    grid-template-columns: 292px 147px 143px 387px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__widgets-wrapper {
    gap: 34px;
    grid-template-columns: 257px 147px 143px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .footer__widgets-wrapper {
    gap: 56px;
    margin: 60px 0 30px 0;
    grid-template-columns: repeat(2, auto);
  }
}
@media only screen and (max-width: 767px) {
  .footer__widgets-wrapper {
    gap: 0;
    grid-template-columns: repeat(2, 2fr);
  }
}
@media (max-width: 575px) {
  .footer__widgets-wrapper {
    grid-template-columns: 1fr;
  }
}
.footer__widget {
  text-align: start;
}
@media only screen and (max-width: 991px) {
  .footer__widget {
    max-width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__widget {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .footer__widget {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__widget:last-child {
    margin-bottom: 0;
  }
}
.footer__widget .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  color: var(--white);
  margin-bottom: 16px;
  vertical-align: middle;
  font-family: var(--font_onest);
}
@media only screen and (max-width: 1199px) {
  .footer__widget .title {
    font-size: 20px;
  }
}
.footer__widget .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--gray);
  vertical-align: middle;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .footer__widget .desc {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__widget .desc {
    font-size: 15px;
    padding-right: 10px;
  }
}
.footer__widget .footer-links li {
  list-style: none;
  color: var(--gray-2);
  transition: all 0.3s ease-in-out;
}
.footer__widget .footer-links li:hover {
  color: var(--primary);
}
.footer__widget .footer-links li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  color: var(--gray);
  vertical-align: middle;
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
}
.footer__widget .footer-links li a:hover {
  color: var(--white);
}
@media (max-width: 575px) {
  .footer__widget .footer-links li a {
    font-size: 15px;
  }
}
.footer__widget .footer-links li a i {
  margin-right: 10px;
}
.footer__social {
  gap: 10px;
  display: flex;
  margin-top: 28px;
  align-items: center;
}
.footer__social a {
  width: 45px;
  height: 45px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  background: #182821;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.footer__social a i {
  color: var(--white);
}
.footer__social a:hover {
  background: var(--primary-2);
}
.footer__thumb {
  gap: 10px;
  display: grid;
  margin-top: 27px;
  grid-template-columns: repeat(3, 1fr);
}
.footer__thumb img {
  border-radius: 10px;
}
@media only screen and (max-width: 1399px) {
  .footer__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.footer__bottom .copyright {
  font-size: 16px;
  padding: 28px 0;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  color: var(--white);
  background: #1D2F26;
  font-family: var(--font_inter);
}
@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 .subtitle {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
  margin-bottom: 19px;
  letter-spacing: 1.4px;
  color: var(--primary-2);
  text-transform: uppercase;
  font-family: var(--font_onest);
}
@media only screen and (max-width: 1199px) {
  .section-title .subtitle.one {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title .subtitle {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title .subtitle {
    margin-bottom: 13px;
  }
}
.section-title .title {
  font-size: 44px;
  font-weight: 600;
  line-height: 54px;
  margin-bottom: 57px;
  color: var(--primary);
  vertical-align: middle;
  font-family: var(--font_parkinsans);
}
@media only screen and (max-width: 991px) {
  .section-title .title br {
    display: none;
  }
}
@media only screen and (max-width: 1399px) {
  .section-title .title.one br {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .section-title .title {
    font-size: 35px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title .title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 37px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 23px;
    line-height: 33px;
  }
}
.section-title .title.cta-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  text-align: center;
  vertical-align: middle;
  font-family: var(--font_parkinsans);
}
@media only screen and (max-width: 991px) {
  .section-title .title.cta-title {
    font-size: 37px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title .title.cta-title {
    font-size: 30px;
    line-height: 44px;
  }
}
@media (max-width: 575px) {
  .section-title .title.cta-title {
    font-size: 24px;
    line-height: 37px;
  }
}
.section-title .title.mb-22 {
  margin-bottom: 22px;
}
@media only screen and (max-width: 1199px) {
  .section-title .title.mb-22 {
    margin-bottom: 15px;
  }
}
.section-title .title.mb-26 {
  margin-bottom: 26px;
}
.section-title .title.mb-80 {
  display: block;
  margin-bottom: 80px;
}
.section-title .title.mb-115 {
  margin-bottom: 115px;
}
@media only screen and (max-width: 1199px) {
  .section-title .title.mb-115 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title .title.mb-115 {
    margin-bottom: 115px;
  }
}
@media (max-width: 575px) {
  .section-title .title.mb-115 {
    margin-bottom: 40px;
  }
}

.breadcrumb__area {
  padding: 130px 40px 40px 40px;
}
@media only screen and (max-width: 1399px) {
  .breadcrumb__area {
    padding: 130px 15px 40px 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .breadcrumb__area {
    padding: 100px 15px 40px 15px;
  }
}
.breadcrumb__wrapper {
  background-size: cover;
  padding: 159px 0 87px 160px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 0;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 1399px) {
  .breadcrumb__wrapper {
    padding: 159px 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: 58px 20px 58px 20px;
  }
}
.breadcrumb__wrapper::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: block;
  position: absolute;
  background: linear-gradient(270deg, rgba(5, 12, 5, 0) 0%, #041A01 100%);
}
.breadcrumb__content {
  z-index: 2;
  text-align: start;
  position: relative;
}
.breadcrumb__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
  color: var(--white);
  vertical-align: middle;
  font-family: var(--font_parkinsans);
}
@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: 27px;
  }
}
@media (max-width: 575px) {
  .breadcrumb__title {
    font-size: 32px;
    line-height: 10px;
  }
}
.breadcrumb__list {
  margin-top: 22px;
}
.breadcrumb__list li {
  font-size: 16px;
  list-style: none;
  font-weight: 600;
  line-height: 100%;
  padding: 11px 16.3px;
  border-radius: 100px;
  display: inline-flex;
  vertical-align: middle;
  color: var(--primary-2);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  font-family: var(--font_inter);
}
.breadcrumb__list li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  color: var(--white);
  margin-right: 20px;
  position: relative;
  vertical-align: middle;
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
}
.breadcrumb__list li a::after {
  content: "";
  right: -27%;
  bottom: 28%;
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 100%;
  position: absolute;
  background: var(--primary-2);
}
.breadcrumb__list li a:hover {
  color: var(--primary-2);
}

/* === pages scss (index 01) === */
.hero-section__wrap {
  position: relative;
  padding-top: 234px;
  padding-bottom: 236px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 130px 40px 40px 40px;
  border-radius: 20px;
}
@media only screen and (max-width: 1399px) {
  .hero-section__wrap {
    margin: 130px 20px 40px 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-section__wrap {
    padding-top: 200px;
    padding-bottom: 120px;
    margin: 100px 15px 40px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section__wrap {
    padding-top: 60px;
    padding-bottom: 190px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section__wrap {
    padding-top: 50px;
    padding-bottom: 190px;
  }
}
@media (max-width: 575px) {
  .hero-section__wrap {
    padding-bottom: 140px;
  }
}
.hero-section__wrap::before {
  top: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(270deg, rgba(5, 12, 5, 0) 0%, #041A01 100%);
  border-radius: 20px;
}
.hero-section__content {
  z-index: 1;
  max-width: 757px;
  text-align: start;
  position: relative;
}
.hero-section__subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 31px;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_onest);
}
@media only screen and (max-width: 991px) {
  .hero-section__subtitle {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section__subtitle {
    font-size: 14px;
  }
}
.hero-section__title {
  font-size: 72px;
  font-weight: 600;
  line-height: 82px;
  margin-bottom: 43px;
  color: var(--white);
  vertical-align: middle;
  font-family: var(--font_parkinsans);
}
@media only screen and (max-width: 1199px) {
  .hero-section__title {
    font-size: 64px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section__title {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section__title {
    font-size: 35px;
    line-height: 48px;
  }
}
@media (max-width: 575px) {
  .hero-section__title {
    font-size: 27px;
    line-height: 37px;
  }
}
.hero-section__dec {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-top: 36px;
  margin-bottom: 34px;
  color: var(--white);
}
@media only screen and (max-width: 1199px) {
  .hero-section__dec {
    margin: 25px 0;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section__dec {
    margin: 20px 0;
  }
}
.hero-section__btn {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: transparent;
}
@media (max-width: 575px) {
  .hero-section__btn {
    gap: 20px;
  }
}
.hero-section__btn .btn_one .rr-btn {
  font-weight: 600;
  padding: 9px 8px 9px 28px;
  background: transparent;
  border: 1px solid var(--white);
}
.hero-section__btn .btn_one .rr-btn::before {
  display: none;
}
.hero-section__btn .btn_one .btn-wrap .text-one {
  gap: 29.5px;
}
.hero-section__btn .btn_one .btn-wrap .text-one i {
  width: 35px;
  height: 35px;
  display: flex;
  transform: rotate(-45deg);
  align-items: center;
  border-radius: 100px;
  font-weight: 900;
  font-size: 14px;
  line-height: 100%;
  color: var(--primary-2);
  vertical-align: middle;
  background: var(--white);
  justify-content: center;
  font-family: var(--font_awesome);
}
.hero-section__btn .btn_one .btn-wrap .text-two {
  gap: 29.5px;
  color: var(--white);
}
.hero-section__btn .btn_one .btn-wrap .text-two i {
  width: 35px;
  height: 35px;
  display: flex;
  transform: rotate(-45deg);
  align-items: center;
  border-radius: 100px;
  font-weight: 900;
  font-size: 14px;
  line-height: 100%;
  color: var(--primary-2);
  vertical-align: middle;
  background: var(--white);
  justify-content: center;
  font-family: var(--font_awesome);
}
.hero-section__btn .btn_two .rr-btn {
  font-weight: 600;
  padding: 18.5px 28.5px;
  color: var(--primary);
  border: 1px solid var(--white);
  background-color: transparent;
}
.hero-section__btn .btn_two .rr-btn .btn-wrap .text-one {
  color: var(--white);
}
.hero-section__btn .btn_two .rr-btn .btn-wrap .text-two {
  color: var(--primary);
}
.hero-section__button {
  gap: 20px;
  z-index: 999;
  right: 30px;
  top: 48%;
  display: flex;
  position: absolute;
  align-items: center;
  border-radius: 20px;
  padding: 27px 23.73px;
  backdrop-filter: blur(50px);
  background: rgba(255, 255, 255, 0.1);
  transform: rotate(90deg) translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
@media only screen and (max-width: 1199px) {
  .hero-section__button {
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section__button {
    display: none;
  }
}
.hero-section__arrow {
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
  color: var(--primary);
}

.hero-section__active .swiper-pagination {
  position: absolute;
  right: 173px;
  top: 55.1%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: auto;
  left: auto !important;
  bottom: auto !important;
  z-index: 99;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .hero-section__active .swiper-pagination {
    right: 83px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section__active .swiper-pagination {
    right: -44px;
    top: auto;
    transform: inherit;
    display: flex;
    flex-direction: row;
    gap: 15px;
    width: inherit;
    left: 40px !important;
    bottom: 60px !important;
    z-index: 99;
    align-items: center;
  }
}
.hero-section__active .swiper-pagination-bullet {
  width: 70px;
  height: 70px;
  border-radius: 12px;
  overflow: hidden;
  opacity: 1 !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer;
  transition: 0.3s;
  backdrop-filter: blur(10px);
}
.hero-section__active .swiper-pagination-bullet img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-section__active .swiper-pagination-bullet-active {
  border: 3px solid var(--white);
  transform: scale(1.05);
  width: 130px;
  height: 130px;
}
@media only screen and (max-width: 767px) {
  .hero-section__active .swiper-pagination-bullet-active {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 575px) {
  .hero-section__active .swiper-pagination-bullet-active {
    width: 80px;
    height: 80px;
  }
}
.hero-section__active .swiper-pagination-bullet-active::after {
  content: attr(data-number);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3215686275);
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.5294117647);
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: inherit;
}

.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__wrap {
  gap: 150px;
  display: grid;
  align-items: center;
  grid-template-columns: 470px 1fr;
}
@media only screen and (max-width: 1399px) {
  .about__wrap {
    gap: 70px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .about__wrap {
    align-items: start;
  }
}
@media only screen and (max-width: 767px) {
  .about__wrap {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .about__wrap {
    gap: 20px;
  }
}
.about__thumb {
  text-align: start;
  position: relative;
}
@media only screen and (max-width: 1399px) {
  .about__thumb {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .about__thumb {
    text-align: center;
  }
}
.about__thumb img {
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .about__thumb img {
    margin-bottom: 20px;
  }
}
.about__img-1 {
  position: absolute;
  bottom: 165px;
  left: -110px;
  max-width: 217px;
  max-height: 263px;
}
@media (max-width: 575px) {
  .about__img-1 {
    max-width: 100%;
    max-height: 100%;
  }
}
.about__img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid var(--white);
  box-shadow: 0px 8px 34px 0px rgba(0, 0, 0, 0.1215686275);
}
@media only screen and (max-width: 1919px) {
  .about__img-1 {
    left: -60px;
  }
}
@media only screen and (max-width: 1399px) {
  .about__img-1 {
    left: -7px;
    bottom: -40px;
  }
}
@media only screen and (max-width: 991px) {
  .about__img-1 {
    bottom: -150px;
  }
}
@media only screen and (max-width: 767px) {
  .about__img-1 {
    left: 0;
    bottom: -47px;
  }
}
@media (max-width: 575px) {
  .about__img-1 {
    position: inherit;
    bottom: inherit;
  }
}
.about__img-2 {
  top: -60px;
  right: -64.1px;
  position: absolute;
}
@media (max-width: 575px) {
  .about__img-2 img {
    width: 100%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1399px) {
  .about__img-2 {
    right: -38.1px;
  }
}
@media only screen and (max-width: 767px) {
  .about__img-2 {
    right: 0;
  }
}
@media (max-width: 575px) {
  .about__img-2 {
    top: inherit;
    position: inherit;
  }
}
.about__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: var(--primary);
  margin-bottom: 14px;
  vertical-align: middle;
  font-family: var(--font_onest);
}
@media (max-width: 575px) {
  .about__title {
    font-size: 17px;
  }
}
.about__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  vertical-align: middle;
  color: var(--secondary);
  font-family: var(--font_onest);
}
.about__content {
  text-align: start;
  padding-right: 40px;
}
@media only screen and (max-width: 1399px) {
  .about__content {
    padding-right: 0;
  }
}
.about__list {
  margin-top: 30px;
  border-radius: 10px;
  border: 1px solid #E5E5E5;
}
.about__list .item {
  padding: 24px 32px 22px 30px;
  border-bottom: 1px solid #E5E5E5;
}
@media (max-width: 575px) {
  .about__list .item {
    padding: 24px 20px 22px 20px;
  }
}
.about__list .item:last-child {
  border-bottom: none;
}
.about__list .item span {
  font-size: 18px;
  list-style: none;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 6px;
  color: var(--primary);
  vertical-align: middle;
  font-family: var(--font_onest);
}
.about__list .item .desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  vertical-align: middle;
  color: var(--secondary);
  font-family: var(--font_onest);
}

.service-section__wrapper {
  background: #ECECEC;
  border: 1px solid #ECECEC;
}
.service-section__wrapper.bg {
  background: none;
  border: none;
}
.service-section__wrap {
  gap: 20px;
  display: grid;
  margin: 0 38px 0 38px;
  padding-bottom: 41px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1399px) {
  .service-section__wrap {
    margin: 0 15px 0 15px;
  }
}
@media only screen and (max-width: 991px) {
  .service-section__wrap {
    margin: 0 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .service-section__wrap {
    grid-template-columns: 1fr;
  }
}
.service-section__wrap.one {
  gap: 22px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 575px) {
  .service-section__wrap.one {
    grid-template-columns: 1fr;
  }
}
.service-section__wrap.one:last-child {
  padding-bottom: 0;
}
.service-section__item {
  text-align: start;
  position: relative;
  border-radius: 8px;
  background: var(--white);
  padding: 38px 40px 44px 40px;
}
@media only screen and (max-width: 1399px) {
  .service-section__item {
    padding: 38px 20px 44px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .service-section__item {
    padding: 38px 15px 44px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .service-section__item {
    padding: 30px 15px 30px 15px;
  }
}
.service-section__item.bg {
  background: #F5F5F5;
  border: 1px solid #ECECEC;
}
.service-section__icon {
  width: 110px;
  height: 110px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  background: #F6F6F6;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .service-section__icon {
    width: 90px;
    height: 90px;
  }
}
.service-section__icon.one {
  background: var(--white);
}
.service-section__shape {
  top: 41px;
  right: 41px;
  position: absolute;
}
.service-section__number {
  top: 41px;
  right: 41px;
  position: absolute;
}
.service-section__number span {
  font-size: 48px;
  font-weight: 600;
  color: transparent;
  line-height: 100%;
  vertical-align: middle;
  font-family: var(--font_onest);
  -webkit-text-stroke: 1px rgba(10, 10, 10, 0.2);
}
.service-section__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin: 39px 0 16px 0;
  color: var(--primary);
  vertical-align: middle;
  font-family: var(--font_onest);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1399px) {
  .service-section__title {
    font-size: 22px;
    margin: 20px 0 10px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .service-section__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .service-section__title {
    font-size: 18px;
    margin: 20px 0 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .service-section__title {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .service-section__title {
    margin: 20px 0 10px 0;
  }
}
.service-section__title a:hover {
  color: var(--primary-2);
}
.service-section__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  vertical-align: middle;
  color: var(--secondary);
  font-family: var(--font_onest);
}
.service-section__btn {
  margin-top: 13px;
}
.service-section__btn a {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_onest);
  transition: all 0.3s ease-in-out;
  position: relative;
}
.service-section__btn a::before {
  content: "";
  left: 0;
  bottom: -5px;
  width: 101px;
  height: 1px;
  opacity: 0.15;
  display: block;
  position: absolute;
  background: var(--primary-2);
  transition: all 0.3s ease-in-out;
}
.service-section__btn a i {
  transition: all 0.3s ease-in-out;
}
.service-section__btn a:hover i {
  padding-left: 5px;
}
.service-section__btn a:hover::before {
  width: 0;
}

.service-details__wrapper {
  margin-bottom: 130px;
}
@media only screen and (max-width: 1199px) {
  .service-details__wrapper {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .service-details__wrapper {
    margin-bottom: 60px;
  }
}
.service-details__thumb-box {
  gap: 24px;
  display: grid;
  margin-bottom: 30px;
  grid-template-columns: 808px 1fr;
}
@media only screen and (max-width: 1199px) {
  .service-details__thumb-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .service-details__thumb-box {
    grid-template-columns: 1fr;
  }
}
.service-details__thumb-box img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
@media only screen and (max-width: 1199px) {
  .service-details__thumb-box img {
    height: 100%;
  }
}
.service-details__content {
  text-align: start;
}
.service-details__title {
  font-size: 44px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 15px;
  color: var(--primary);
  vertical-align: middle;
  font-family: var(--font_parkinsans);
}
@media only screen and (max-width: 1199px) {
  .service-details__title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .service-details__title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .service-details__title {
    font-size: 27px;
  }
}
@media (max-width: 575px) {
  .service-details__title {
    font-size: 24px;
  }
}
.service-details__wrap {
  gap: 50px;
  display: grid;
  border-radius: 20px;
  align-items: center;
  background: #F5F5F5;
  padding: 20px 80px 20px 20px;
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  grid-template-columns: 480px 1fr;
}
@media only screen and (max-width: 1399px) {
  .service-details__wrap {
    padding: 20px 15px 20px 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-details__wrap {
    gap: 29px;
  }
}
@media only screen and (max-width: 991px) {
  .service-details__wrap {
    align-items: start;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .service-details__wrap {
    align-items: start;
    grid-template-columns: 1fr;
  }
}
.service-details__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: start;
  margin-bottom: 25px;
  vertical-align: middle;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.service-details__item-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 23px;
  margin-top: 34px;
  margin-bottom: 34px;
}
@media only screen and (max-width: 1199px) {
  .service-details__item-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .service-details__item-box {
    grid-template-columns: 1fr;
  }
}
.service-details__item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
  padding-top: 25px;
  padding-bottom: 24px;
  background: #F5F5F5;
  border-left: 5px solid var(--primary-2);
}
@media only screen and (max-width: 1199px) {
  .service-details__item {
    grid-template-columns: 65px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .service-details__item {
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .service-details__item {
    grid-template-columns: 58px 1fr;
    gap: 15px;
  }
}
.service-details__item .icon {
  margin-left: 30px;
  margin-top: 8px;
}
@media only screen and (max-width: 1199px) {
  .service-details__item .icon {
    margin-left: 15px;
  }
}
.service-details__item .content {
  text-align: start;
}
.service-details__item .content .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--primary);
  font-family: var(--font_inter);
  margin-bottom: 9px;
}
@media only screen and (max-width: 767px) {
  .service-details__item .content .title {
    font-size: 17px;
    line-height: 20px;
  }
}
.service-details__item .content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .service-details__item .content .decs br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .service-details__item .content .decs {
    padding-right: 5px;
  }
}
.service-details__sidebar__widget {
  text-align: start;
  border-radius: 10px;
  background: #F5F5F5;
  padding: 38px 40px 40px 40px;
}
.service-details__sidebar__widget.one {
  padding: 36px 25px 40px 40px;
}
@media only screen and (max-width: 991px) {
  .service-details__sidebar__widget {
    padding: 15px;
  }
}
.service-details__sidebar__widget:nth-of-type(2) {
  padding: 40px 25px 40px 40px;
}
@media only screen and (max-width: 991px) {
  .service-details__sidebar__widget:nth-of-type(2) {
    padding: 40px 20px 40px 20px;
  }
}
.service-details__sidebar__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 30px;
  padding-bottom: 20px;
  vertical-align: middle;
  color: var(--primary);
  position: relative;
  font-family: var(--font_inter);
  border-bottom: 2px solid #E5E5E5;
}
.service-details__sidebar__title::before {
  content: "";
  left: 0;
  bottom: -2px;
  width: 51px;
  height: 2px;
  display: block;
  position: absolute;
  background: var(--primary-2);
}
.service-details__sidebar__categories li {
  list-style: none;
  margin-bottom: 15px;
}
.service-details__sidebar__categories li:last-child {
  margin-bottom: 0;
}
.service-details__sidebar__categories li a {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  padding: 17px 25px;
  align-items: center;
  border-radius: 5px;
  vertical-align: middle;
  color: var(--secondary);
  background: var(--white);
  font-family: var(--font_inter);
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.service-details__sidebar__categories li a i {
  font-size: 16px;
  font-weight: 900;
  line-height: 100%;
  vertical-align: middle;
  color: var(--primary-2);
  transition: all 0.3s ease-in-out;
}
.service-details__sidebar__categories li a:hover {
  color: var(--white);
  background: var(--primary-2);
}
.service-details__sidebar__categories li a:hover i {
  color: var(--white);
}

.bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.our-work__item {
  gap: 20px;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 991px) {
  .our-work__item {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .our-work__item {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .our-work__item {
    grid-template-columns: 1fr;
  }
}
.our-work__icon {
  z-index: 2;
  width: 140px;
  height: 140px;
  display: flex;
  position: relative;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background: var(--white);
}
@media only screen and (max-width: 991px) {
  .our-work__icon {
    width: 90px;
    height: 90px;
  }
}
.our-work__icon-box {
  text-align: start;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .our-work__icon-box {
    margin-bottom: 40px;
  }
  .our-work__icon-box:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .our-work__icon-box:nth-child(3) {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .our-work__icon-box:nth-child(3) {
    margin-bottom: 40px;
  }
}
.our-work__icon-box span {
  left: 0;
  top: -20px;
  z-index: 1;
  width: 120px;
  height: 120px;
  position: absolute;
  border-radius: 100%;
  border: 1px solid #4AAB3D;
}
@media only screen and (max-width: 991px) {
  .our-work__icon-box span {
    width: 80px;
    height: 80px;
  }
}
.our-work__title a {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  color: var(--white);
  display: block;
  margin: 56px 0 13px 0;
  vertical-align: middle;
  font-family: var(--font_onest);
  transition: all 0.3s ease-in-out;
}
.our-work__title a:hover {
  color: var(--primary-2);
}
@media only screen and (max-width: 991px) {
  .our-work__title a {
    font-size: 22px;
    margin: 30px 0 13px 0;
  }
}
@media only screen and (max-width: 767px) {
  .our-work__title a {
    margin: 30px 0 10px 0;
  }
}
@media (max-width: 575px) {
  .our-work__title a {
    margin: 30px 0 10px 0;
  }
}
.our-work__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--white);
  vertical-align: middle;
  font-family: var(--font_onest);
}

.feature-section__wrap {
  gap: 50px;
  display: grid;
  border-radius: 20px;
  align-items: center;
  padding: 20px 80px 20px 20px;
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  grid-template-columns: 480px 1fr;
  box-shadow: 0px 18px 44px 0px rgba(17, 33, 13, 0.7098039216);
}
@media only screen and (max-width: 1399px) {
  .feature-section__wrap {
    padding: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .feature-section__wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .feature-section__wrap {
    gap: 30px;
    align-items: start;
  }
}
@media only screen and (max-width: 767px) {
  .feature-section__wrap {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .feature-section__wrap {
    padding: 20px 15px;
  }
}
.feature-section__thumb {
  max-width: 480px;
  max-height: 562px;
}
@media only screen and (max-width: 767px) {
  .feature-section__thumb {
    max-width: 100%;
    max-height: 100%;
  }
}
.feature-section__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.feature-section__content {
  text-align: start;
}
.feature-section__content .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--white);
  vertical-align: middle;
  font-family: var(--font_onest);
}
.feature-section__list {
  gap: 30px;
  display: flex;
  margin: 30px 0 39px 0;
  border-radius: 6px;
  align-items: center;
  background: var(--white);
  padding: 20px 12px 20px 24px;
  border-left: 6px solid var(--primary-2);
}
@media only screen and (max-width: 1199px) {
  .feature-section__list {
    gap: 0px;
    flex-wrap: wrap;
    margin: 18px 0 18px 0;
  }
}
@media only screen and (max-width: 991px) {
  .feature-section__list {
    padding: 20px 12px 20px 16px;
  }
}
@media (max-width: 575px) {
  .feature-section__list {
    margin: 18px 0 30px 0;
  }
}
.feature-section__list-item li {
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: var(--primary);
  vertical-align: middle;
  font-family: var(--font_onest);
}
@media (max-width: 575px) {
  .feature-section__list-item li {
    display: flex;
  }
}
.feature-section__list-item li i {
  font-size: 16px;
  font-weight: 900;
  line-height: 30px;
  margin-right: 10px;
  vertical-align: middle;
  color: var(--primary-2);
}
.feature-section__info-wrap {
  gap: 60px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .feature-section__info-wrap {
    gap: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .feature-section__info-wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .feature-section__info-wrap {
    gap: 20px;
  }
}
.feature-section__info-item {
  gap: 15px;
  display: flex;
  position: relative;
  align-items: center;
}
.feature-section__info-item::before {
  content: "";
  top: 0;
  width: 1px;
  left: -30px;
  height: 55px;
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.1294117647);
}
@media only screen and (max-width: 1399px) {
  .feature-section__info-item::before {
    left: -16px;
  }
}
@media only screen and (max-width: 991px) {
  .feature-section__info-item::before {
    display: none;
  }
}
.feature-section__info-item .icon {
  width: 55px;
  height: 55px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  background: #1B2F16;
  justify-content: center;
}
.feature-section__info-item .icon i {
  font-size: 20px;
  font-weight: 900;
  line-height: 100%;
  color: var(--white);
  vertical-align: middle;
}
.feature-section__info-item .info span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  color: var(--white);
  margin-bottom: 11px;
  vertical-align: middle;
  font-family: var(--font_onest);
}
.feature-section__info-item .info .number {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  color: var(--white);
  vertical-align: middle;
  font-family: var(--font_onest);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .feature-section__info-item .info .number {
    font-size: 18px;
  }
}
.feature-section__info-item .info .number a:hover {
  color: var(--primary-2);
}
.feature-section__btn .rr-btn {
  padding: 19.5px 35.9px;
}

.our-team__wrap {
  position: relative;
}
.our-team__wrap.one {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 991px) {
  .our-team__wrap.one {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .our-team__wrap.one {
    grid-template-columns: 1fr;
  }
}
.our-team__item {
  display: flex;
  padding: 20px 0;
  max-width: 391px;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #FFFFFF 0%, #F2F3F5 100%);
}
@media only screen and (max-width: 1399px) {
  .our-team__item {
    margin-right: 15px;
    margin-bottom: 20px;
  }
  .our-team__item:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .our-team__item {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 991px) {
  .our-team__item:nth-child(2) {
    margin-right: 0;
  }
  .our-team__item:nth-child(4) {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .our-team__item {
    max-width: 100%;
  }
  .our-team__item:first-child {
    margin-right: 0;
  }
  .our-team__item:nth-child(2) {
    margin-right: 0;
  }
  .our-team__item:nth-child(3) {
    margin-right: 0;
  }
  .our-team__item:nth-child(4) {
    margin-right: 0;
  }
  .our-team__item:nth-child(5) {
    margin-right: 0;
  }
}
.our-team__item-box {
  text-align: center;
  padding: 0 0 30px 0;
  border-radius: 15px;
  background: var(--white);
}
.our-team__thumb {
  position: relative;
  max-width: 351px;
  max-height: 279px;
}
.our-team__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.our-team__thumb:hover .our-team__info {
  opacity: 1;
  visibility: visible;
}
.our-team__info {
  left: 50%;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%);
}
.our-team__info li {
  gap: 11px;
  display: flex;
  list-style: none;
  align-items: center;
  margin-bottom: 15px;
  justify-content: center;
  background: var(--white);
  padding: 7px 17px 7px 7px;
  border-radius: 100px;
  min-width: 190px;
}
.our-team__info li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  color: var(--primary);
  vertical-align: middle;
  font-family: var(--font_onest);
  transition: all 0.3s ease-in-out;
}
.our-team__info li a:hover {
  color: var(--primary-2);
}
.our-team__info li i {
  min-width: 32px;
  min-height: 32px;
  display: flex;
  font-size: 14px;
  font-weight: 900;
  line-height: 100%;
  text-align: center;
  color: var(--white);
  border-radius: 100%;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  background: var(--primary-2);
}
.our-team__author {
  text-align: center;
}
.our-team__author .name {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  margin: 26px 0 0 0;
  color: var(--primary);
  vertical-align: middle;
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .our-team__author .name {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .our-team__author .name {
    font-size: 20px;
    line-height: 23px;
  }
}
.our-team__author .name a:hover {
  color: var(--primary-2);
}
.our-team__author .desgn {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  margin-top: 5px;
  text-align: center;
  vertical-align: middle;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.our-team__social {
  gap: 10px;
  display: flex;
  margin-top: 19px;
  align-items: center;
  justify-content: center;
}
.our-team__social li {
  list-style: none;
}
.our-team__social li a {
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  background: #F5F5F5;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.our-team__social li a:hover {
  background: var(--primary-2);
}
.our-team__social li a:hover i {
  color: var(--white);
}
.our-team__social li a i {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  color: var(--primary);
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}
.our-team__arrow {
  top: 56%;
  z-index: 2;
  display: flex;
  left: -120.4px;
  right: -120.4px;
  position: absolute;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1919px) {
  .our-team__arrow {
    left: -78.8px;
    right: -78.8px;
  }
}
@media only screen and (max-width: 1399px) {
  .our-team__arrow {
    gap: 20px;
    margin-top: 40px;
    display: flex;
    position: inherit;
    left: inherit;
    right: inherit;
    align-items: center;
    justify-content: center;
  }
}
.our-team__swiper-button-next {
  width: 65px;
  height: 65px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  color: var(--primary);
  justify-content: center;
  background: var(--white);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .our-team__swiper-button-next {
    width: 50px;
    height: 50px;
  }
}
.our-team__swiper-button-next:hover {
  color: var(--white);
  background: var(--primary-2);
}
.our-team__swiper-button-next:hover i {
  color: var(--white);
}
.our-team__swiper-button-next i {
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  color: var(--primary);
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
  font-family: var(--font_awesome);
}
.our-team__swiper-button-prev {
  width: 65px;
  height: 65px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  color: var(--primary);
  justify-content: center;
  background: var(--white);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .our-team__swiper-button-prev {
    width: 50px;
    height: 50px;
  }
}
.our-team__swiper-button-prev:hover {
  color: var(--white);
  background: var(--primary-2);
}
.our-team__swiper-button-prev:hover i {
  color: var(--white);
}
.our-team__swiper-button-prev i {
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  color: var(--primary);
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
  font-family: var(--font_awesome);
}

.team-details__item {
  gap: 40px;
  display: grid;
  align-items: center;
  grid-template-columns: 494px 1fr;
}
@media only screen and (max-width: 1199px) {
  .team-details__item {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .team-details__item {
    align-items: start;
  }
}
@media only screen and (max-width: 767px) {
  .team-details__item {
    grid-template-columns: 1fr;
  }
}
.team-details__thumb img {
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .team-details__thumb img {
    width: 100%;
  }
}
.team-details__content {
  text-align: start;
}
.team-details__author .desgn {
  font-size: 16px;
  font-weight: 400;
  display: block;
  line-height: 100%;
  margin-bottom: 19px;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_inter);
}
.team-details__author .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  vertical-align: middle;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.team-details__name {
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 12px;
  vertical-align: middle;
  font-family: var(--font_inter);
}
@media (max-width: 575px) {
  .team-details__name {
    font-size: 25px;
  }
}
.team-details__info {
  gap: 69px;
  display: flex;
  margin-top: 30px;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .team-details__info {
    gap: 25px;
    margin-top: 22px;
  }
}
@media (max-width: 575px) {
  .team-details__info {
    flex-wrap: wrap;
  }
}
.team-details__icon-box {
  gap: 20px;
  display: flex;
  margin-bottom: 28px;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .team-details__icon-box {
    gap: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .team-details__icon-box {
    flex-wrap: wrap;
  }
}
.team-details__icon-box:last-child {
  margin-bottom: 0;
}
.team-details__icon-box .icon {
  width: 55px;
  height: 55px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background: var(--white);
  box-shadow: 0px 8px 34px 0px rgba(0, 0, 0, 0.1098039216);
}
.team-details__icon-box .icon i {
  font-size: 16px;
  font-weight: 900;
  line-height: 100%;
  vertical-align: middle;
  color: var(--primary-2);
}
.team-details__icon-box .content span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 8px;
  vertical-align: middle;
  color: var(--secondary);
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .team-details__icon-box .content span {
    font-size: 15px;
  }
}
.team-details__icon-box .content a {
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  color: var(--primary);
  vertical-align: middle;
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .team-details__icon-box .content a {
    font-size: 15px;
  }
}
.team-details__icon-box .content a:hover {
  color: var(--primary-2);
}
.team-details__icon-box .content .years {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: var(--primary);
  vertical-align: middle;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .team-details__icon-box .content .years {
    font-size: 16px;
  }
}
.team-details__btn {
  margin-top: 38px;
}
@media only screen and (max-width: 1199px) {
  .team-details__btn {
    margin-top: 18px;
  }
}
.team-details__btn .rr-btn {
  padding: 19.5px 38.3px;
}
.team-details__btn .rr-btn::before {
  background: var(--primary);
}
.team-details__btn .rr-btn .btn-wrap .text-two {
  color: var(--white);
}

.testimonial__wrapper {
  padding: 120px 40px 170px 40px;
}
@media only screen and (max-width: 1399px) {
  .testimonial__wrapper {
    padding: 120px 20px 170px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial__wrapper {
    padding: 100px 20px 130px 20px;
  }
}
@media (max-width: 575px) {
  .testimonial__wrapper {
    padding: 70px 15px 130px 15px;
  }
}
.testimonial__wrap {
  gap: 24px;
  position: relative;
}
.testimonial__wrap .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16%;
}
@media (max-width: 575px) {
  .testimonial__wrap .swiper-pagination {
    bottom: -10%;
  }
}
.testimonial__wrap .swiper-pagination.one {
  bottom: -10.5%;
}
@media only screen and (max-width: 767px) {
  .testimonial__wrap .swiper-pagination.one {
    bottom: -7.5%;
  }
}
.testimonial__wrap .swiper-pagination-bullet {
  width: 50px;
  height: 4px;
  border-radius: 2px;
  background: #F5F5F5;
  background: #F5F5F5;
  opacity: inherit;
}
.testimonial__wrap .swiper-pagination-bullet-active {
  background: var(--primary-2);
}
.testimonial__item {
  border-radius: 15px;
  background: #F5F5F5;
  border: 1px solid #ECECEC;
  padding: 35px 40px 30px 40px;
}
@media only screen and (max-width: 1919px) {
  .testimonial__item {
    padding: 35px 30px 30px 30px;
  }
}
@media only screen and (max-width: 1399px) {
  .testimonial__item {
    padding: 35px 15px 30px 15px;
  }
}
.testimonial__item .author {
  gap: 25px;
  display: flex;
  padding-left: 30px;
  align-items: center;
  padding-bottom: 29px;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (max-width: 1199px) {
  .testimonial__item .author {
    flex-wrap: wrap;
    padding-left: 0;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial__item .author {
    padding-left: 15px;
  }
}
.testimonial__item .author .thumb {
  max-width: 110px;
  max-height: 110px;
  position: relative;
}
.testimonial__item .author .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial__item .author .thumb .icon {
  top: 28%;
  left: -28%;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  background: var(--primary-2);
  border: 1px solid var(--white);
}
@media only screen and (max-width: 1199px) {
  .testimonial__item .author .thumb .icon {
    right: -28%;
    left: inherit;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial__item .author .thumb .icon {
    right: inherit;
    left: -20%;
  }
}
.testimonial__item .author .thumb .icon i {
  font-size: 22px;
  font-weight: 900;
  line-height: 100%;
  color: var(--white);
  vertical-align: middle;
}
.testimonial__item .author .info {
  text-align: start;
}
@media only screen and (max-width: 1199px) {
  .testimonial__item .author .info {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial__item .author .info {
    margin-top: -10px;
  }
}
.testimonial__item .author .info .star {
  gap: 5px;
  display: flex;
  margin-bottom: 34px;
  align-items: center;
}
@media only screen and (max-width: 1399px) {
  .testimonial__item .author .info .star {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial__item .author .info .star {
    margin-bottom: 10px;
  }
}
.testimonial__item .author .info .star li {
  list-style: none;
}
.testimonial__item .author .info .star li i {
  font-size: 16px;
  font-weight: 900;
  line-height: 100%;
  vertical-align: middle;
  color: var(--primary-2);
}
.testimonial__item .author .info .name {
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  color: var(--primary);
  vertical-align: middle;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1919px) {
  .testimonial__item .author .info .name {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1399px) {
  .testimonial__item .author .info .name {
    font-size: 18px;
  }
}
.testimonial__item .author .info span {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.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: 1919px) {
  .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-size: 16px;
  font-weight: 400;
  line-height: 26px;
  vertical-align: middle;
  font-family: var(--font_onest);
}

.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: var(--white);
  box-shadow: 0px 8px 37px rgba(0, 0, 0, 0.07);
}
.blog-section__thumb {
  position: relative;
}
.blog-section__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.blog-section__tag a {
  top: 0;
  left: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  padding: 11px 15px;
  position: absolute;
  text-align: center;
  letter-spacing: 0px;
  color: var(--white);
  border-radius: 100px;
  vertical-align: middle;
  margin: 20px 0 0 20px;
  text-transform: uppercase;
  background: var(--primary-2);
  font-family: var(--font_onest);
  transition: all 0.3s ease-in-out;
}
.blog-section__tag a:hover {
  color: var(--primary);
  background: var(--white);
}
.blog-section__content {
  text-align: start;
  padding: 29px 29px 23px 29px;
}
@media only screen and (max-width: 991px) {
  .blog-section__content {
    padding: 29px 15px 23px 15px;
  }
}
.blog-section__meta li {
  font-size: 16px;
  list-style: none;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--secondary);
  font-family: var(--font_onest);
}
.blog-section__meta li i {
  margin-right: 10px;
  color: var(--primary-2);
}
.blog-section__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0px;
  margin: 16px 0 8px 0;
  vertical-align: middle;
  font-family: var(--font_onest);
  transition: all 0.3s ease-in-out;
}
@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(--primary);
}
.blog-section__title a:hover {
  color: var(--primary-2);
}
.blog-section__btn .blog-btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0px;
  color: var(--primary-2);
  vertical-align: middle;
  font-family: var(--font_onest);
}
.blog-section__btn .blog-btn:hover i {
  padding-left: 3px;
}
.blog-section__btn .blog-btn i {
  font-size: 16px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-2);
  transition: all 0.5 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_parkinsans);
  transition: all 0.3s ease-in-out;
}
.blog-page__list li:hover {
  cursor: pointer;
  color: var(--white);
  background: var(--primary-2);
}
.blog-page__thumb img {
  width: 100%;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.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);
  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-2);
  text-transform: uppercase;
  font-family: var(--font_awesome);
}
.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_parkinsans);
  transition: all 0.3s ease-in-out;
}
.blog-page__title:hover {
  color: var(--primary-1);
}
@media only screen and (max-width: 1199px) {
  .blog-page__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .blog-page__title {
    font-size: 20px;
  }
}
.blog-page__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--secondary);
  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-form {
  padding: 40px;
  margin-bottom: 30px;
  position: relative;
  border-radius: 15px;
  background: #F5F5F5;
}
@media only screen and (max-width: 991px) {
  .blog-page__sidebar-form {
    padding: 20px 15px;
  }
}
@media (max-width: 575px) {
  .blog-page__sidebar-form {
    margin-top: 30px;
    padding: 15px;
  }
}
.blog-page__sidebar-form input {
  outline: 0;
  width: 100%;
  border: none;
  border-radius: 100px;
  padding: 14.5px 63px 14.5px 25px;
}
.blog-page__sidebar-form input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.blog-page__sidebar-form button {
  position: absolute;
  top: 40px;
  right: 41px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  background: var(--primary-2);
}
@media only screen and (max-width: 991px) {
  .blog-page__sidebar-form button {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 575px) {
  .blog-page__sidebar-form button {
    top: 14px;
    right: 16px;
  }
}
.blog-page__sidebar-form button i {
  font-size: 16px;
  font-weight: 900;
  line-height: 100%;
  color: var(--white);
  vertical-align: middle;
}
.blog-page__sidebar__widget {
  text-align: start;
  margin-bottom: 30px;
  border-radius: 15px;
  background: #F5F5F5;
  padding: 36px 40px 40px 40px;
}
@media only screen and (max-width: 767px) {
  .blog-page__sidebar__widget:last-child {
    margin-bottom: 0;
  }
}
.blog-page__sidebar__widget.one {
  padding: 36px 25px 40px 40px;
}
@media only screen and (max-width: 991px) {
  .blog-page__sidebar__widget.one {
    padding: 36px 15px 40px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-page__sidebar__widget {
    padding: 15px;
  }
}
.blog-page__sidebar__widget:nth-of-type(2) {
  padding: 40px 25px 40px 40px;
}
@media only screen and (max-width: 991px) {
  .blog-page__sidebar__widget:nth-of-type(2) {
    padding: 40px 20px 40px 20px;
  }
}
.blog-page__sidebar__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 26px;
  padding-bottom: 20px;
  vertical-align: middle;
  color: var(--primary);
  position: relative;
  font-family: var(--font_inter);
  border-bottom: 2px solid #E5E5E5;
}
.blog-page__sidebar__title::before {
  content: "";
  left: 0;
  bottom: -2px;
  width: 51px;
  height: 2px;
  display: block;
  position: absolute;
  background: var(--primary-2);
}
.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: 5px;
  vertical-align: middle;
  color: var(--secondary);
  background: var(--white);
  font-family: var(--font_inter);
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .blog-page__sidebar__categories li a {
    padding: 17px 13px;
  }
}
.blog-page__sidebar__categories li a i {
  font-size: 16px;
  font-weight: 900;
  line-height: 100%;
  vertical-align: middle;
  color: var(--primary-2);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .blog-page__sidebar__categories li a i {
    font-size: 14px;
  }
}
.blog-page__sidebar__categories li a:hover {
  background: var(--primary-2);
  color: var(--white);
}
.blog-page__sidebar__categories li a:hover i {
  color: var(--white);
}
.blog-page__sidebar__post-item {
  gap: 15px;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
@media 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: 10px;
}
.blog-page__sidebar__post-meta span {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  vertical-align: middle;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.blog-page__sidebar__post-meta span i {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  margin-right: 5px;
  color: var(--primary);
}
.blog-page__sidebar__post-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--primary);
  vertical-align: middle;
  font-family: var(--font_inter);
}
.blog-page__sidebar__post-title a:hover {
  color: var(--primary-2);
}
.blog-page__sidebar__gallery {
  gap: 13px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}
@media (max-width: 575px) {
  .blog-page__sidebar__gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.blog-page__sidebar__gallery .gallery__thumb a img {
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .blog-page__sidebar__gallery .gallery__thumb a img {
    width: 100%;
  }
}
.blog-page__sidebar__popular-tags {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.blog-page__sidebar__popular-tags li {
  list-style: none;
}
.blog-page__sidebar__popular-tags li a {
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  border-radius: 100px;
  margin-bottom: 10px;
  display: inline-block;
  padding: 10.5px 19.5px;
  vertical-align: middle;
  background: var(--white);
  color: var(--secondary);
  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-2);
}

.blog-details__wrapper {
  gap: 23px;
  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__thumb img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.blog-details__wrap {
  text-align: start;
  background: #F5F5F5;
}
.blog-details__wrap.one {
  padding: 0 41px 40px 40px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__wrap.one {
    padding: 0 15px 40px 15px;
  }
}
.blog-details__wrap .description .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.blog-details__meta {
  gap: 20px;
  display: flex;
  align-items: center;
  margin: 39px 0 18px 0;
}
@media (max-width: 575px) {
  .blog-details__meta {
    flex-wrap: wrap;
  }
}
.blog-details__meta span {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  vertical-align: middle;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.blog-details__meta span i {
  font-size: 16px;
  font-weight: 900;
  line-height: 100%;
  margin-right: 9px;
  color: var(--primary-2);
  vertical-align: middle;
  text-transform: uppercase;
  font-family: var(--font_awesome);
}
.blog-details__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 18px;
  vertical-align: middle;
  color: var(--primary);
  font-family: var(--font_parkinsans);
}
@media only screen and (max-width: 1199px) {
  .blog-details__title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-details__title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .blog-details__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.blog-details__content .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  vertical-align: middle;
  color: var(--secondary);
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .blog-details__content .desc {
    font-size: 15px;
  }
}
.blog-details__content .desc.one {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-details__content .desc.one {
    display: block;
    margin-bottom: 15px;
  }
}
.blog-details__content .text {
  gap: 20px;
  display: flex;
  margin-bottom: 24px;
  align-content: center;
}
@media (max-width: 575px) {
  .blog-details__content .text {
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.blog-details__content .text span {
  min-width: 50px;
  min-height: 50px;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  border-radius: 8px;
  letter-spacing: 0px;
  color: var(--white);
  align-items: center;
  justify-content: center;
  background: var(--primary);
  font-family: var(--font_archivo);
}
.blog-details__logistics-content {
  margin-top: 33px;
}
@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;
  vertical-align: middle;
  color: var(--secondary);
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .blog-details__logistics-content .desc {
    font-size: 15px;
  }
}
.blog-details__testiml-box {
  gap: 30px;
  margin: 29px 0 31px 0;
  border-radius: 15px;
  background: var(--white);
  padding: 50px 50px 40px 50px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__testiml-box {
    padding: 50px 30px 40px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-details__testiml-box {
    padding: 30px 15px 30px 15px;
  }
}
@media (max-width: 575px) {
  .blog-details__testiml-box {
    gap: 20px;
    padding: 20px 15px;
    flex-wrap: wrap;
  }
}
.blog-details__testiml-box .icon {
  width: 55px;
  height: 55px;
  display: flex;
  margin: 0 auto;
  border-radius: 100px;
  color: var(--white);
  align-items: center;
  justify-content: center;
  background: var(--primary-2);
}
@media (max-width: 575px) {
  .blog-details__testiml-box .icon {
    padding: 20px 25.3px;
  }
}
.blog-details__testiml-box .icon i {
  font-weight: 900;
  font-size: 33.94px;
  text-align: center;
  color: var(--white);
  line-height: 33.94px;
  vertical-align: middle;
}
.blog-details__testiml-box .content {
  z-index: 1;
  margin-top: 20px;
  position: relative;
}
.blog-details__testiml-box .content .desc {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  color: var(--primary);
  vertical-align: middle;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .blog-details__testiml-box .content .desc {
    font-size: 16px;
  }
}
.blog-details__testiml-box .content .name {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0px;
  margin-left: 40px;
  vertical-align: middle;
  color: var(--primary-1);
  font-family: var(--font_archivo);
}
.blog-details__testiml-box .content .name::before {
  content: "";
  left: 0;
  z-index: 2;
  width: 30px;
  height: 2px;
  bottom: 11px;
  display: block;
  position: absolute;
  background: var(--primary-1);
}
.blog-details__gallery {
  gap: 15px;
  display: flex;
  margin: 34px 0;
  align-items: center;
  border-radius: 15px;
}
@media (max-width: 575px) {
  .blog-details__gallery {
    flex-wrap: wrap;
  }
}
.blog-details__gallery .thumb img {
  border-radius: 15px;
}
.blog-details__category {
  gap: 30px;
  display: flex;
  align-items: center;
  padding: 50px 0 56px 0;
  justify-content: space-between;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (max-width: 1199px) {
  .blog-details__category {
    flex-wrap: wrap;
    padding: 40px 0 40px 0;
  }
}
.blog-details__tag {
  gap: 10px;
  display: flex;
  align-items: center;
}
.blog-details__tag .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  color: var(--primary);
  vertical-align: middle;
  font-family: var(--font_inter);
}
@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: 10px;
  }
}
.blog-details__tag li a {
  font-size: 14px;
  list-style: none;
  font-weight: 600;
  line-height: 100%;
  padding: 9px 18.2px;
  border-radius: 100px;
  color: var(--primary);
  vertical-align: middle;
  background: var(--white);
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
}
.blog-details__tag li a:hover {
  color: var(--white);
  background: var(--primary-2);
}
.blog-details__share {
  gap: 15px;
  display: flex;
  align-items: center;
}
.blog-details__share .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  color: var(--primary);
  vertical-align: middle;
  font-family: var(--font_inter);
}
.blog-details__share ul {
  gap: 10px;
  display: flex;
  align-items: center;
}
.blog-details__share ul li {
  list-style: none;
}
.blog-details__share ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  color: var(--primary);
  justify-content: center;
  background: var(--white);
  transition: all 0.3s ease-in-out;
}
.blog-details__share ul li a i {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  color: var(--primary);
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}
.blog-details__share ul li a:hover {
  background: var(--primary-2);
}
.blog-details__share ul li a:hover i {
  color: var(--white);
}
.blog-details__page {
  display: flex;
  padding: 29px 0;
  align-items: center;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .blog-details__page {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.blog-details__page-prev {
  gap: 20px;
  display: flex;
  align-items: center;
}
.blog-details__page-prev .image a img {
  border-radius: 10px;
}
.blog-details__page-prev a {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_archivo);
}
.blog-details__page-next {
  gap: 20px;
  display: flex;
  align-items: center;
}
.blog-details__page-next .image a img {
  border-radius: 10px;
}
.blog-details__page-next a {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_archivo);
}
.blog-details__dot {
  gap: 4px;
  display: grid;
  flex-wrap: wrap;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
}
.blog-details__dot span {
  width: 10px;
  height: 10px;
  background: #E5E5E5;
}
.blog-details__author {
  gap: 25px;
  display: flex;
  margin-top: 26px;
  margin-bottom: 52px;
  border-radius: 15px;
  align-items: center;
  background: #F5F5F5;
}
@media only screen and (max-width: 1199px) {
  .blog-details__author {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details__author {
    padding: 15px 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .blog-details__author {
    flex-wrap: wrap;
  }
}
.blog-details__author-thumb {
  min-width: 130px;
  min-height: 130px;
}
.blog-details__author-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.blog-details__author-info .desgn {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 10px;
  vertical-align: middle;
  color: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .blog-details__author-info .desgn {
    margin-bottom: 7px;
  }
}
.blog-details__author-info .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 13px;
  vertical-align: middle;
  color: var(--primary);
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .blog-details__author-info .title {
    font-size: 22px;
    margin-bottom: 8px;
  }
}
.blog-details__author-info .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  vertical-align: middle;
  color: var(--secondary);
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .blog-details__author-info .desc {
    font-size: 15px;
  }
}
.blog-details__comment-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 26px;
  vertical-align: middle;
  color: var(--primary);
  font-family: var(--font_inter);
}
.blog-details__comment-author {
  gap: 25px;
  display: flex;
  align-items: center;
  padding: 23px 0 23px 0px;
  border-bottom: 1px solid #E5E5E5;
}
@media (max-width: 575px) {
  .blog-details__comment-author {
    flex-wrap: wrap;
    padding: 25px 0;
  }
}
.blog-details__comment-author:first-child {
  padding-top: 0;
}
.blog-details__comment-author:nth-child(2) {
  padding-left: 125px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__comment-author:nth-child(2) {
    padding-left: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-details__comment-author:nth-child(2) {
    padding-left: 0;
  }
}
.blog-details__comment-author:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.blog-details__comment-author .author-thumb {
  min-width: 100px;
  min-width: 100px;
}
.blog-details__comment-author .author-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100px;
}
.blog-details__comment-author .author-info-wrap .info {
  display: flex;
  justify-content: space-between;
}
.blog-details__comment-author .author-info-wrap .info .date {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  padding-bottom: 8px;
  display: inline-block;
  vertical-align: middle;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.blog-details__comment-author .author-info-wrap .info .name {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 14px;
  vertical-align: middle;
  color: var(--primary);
  font-family: var(--font_onest);
}
.blog-details__comment-author .author-info-wrap .info .reply a {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_inter);
}
@media (max-width: 575px) {
  .blog-details__comment-author .author-info-wrap .info .reply a {
    font-size: 15px;
  }
}
.blog-details__comment-author .author-info-wrap .info .reply a i {
  margin-left: 6px;
}
.blog-details__comment-author .author-info-wrap .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  vertical-align: middle;
  color: var(--secondary);
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .blog-details__comment-author .author-info-wrap .desc {
    font-size: 15px;
  }
}
.blog-details__comment-form {
  border-radius: 15px;
  background: #F5F5F5;
  padding: 48px 0 0 0;
}
@media only screen and (max-width: 1199px) {
  .blog-details__comment-form {
    padding: 43px 0 0 0;
  }
}
@media (max-width: 575px) {
  .blog-details__comment-form {
    padding: 43px 0 0 0;
  }
}
.blog-details__form-title {
  display: block;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 18px;
  vertical-align: middle;
  color: var(--primary);
  font-family: var(--font_inter);
}
@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);
  font-family: var(--font_inter);
}
.blog-details__form-group {
  margin-top: 26px;
  position: relative;
}
.blog-details__form-group .form-input {
  gap: 17px;
  display: flex;
  position: relative;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .blog-details__form-group .form-input {
    gap: 0;
    flex-wrap: wrap;
  }
}
.blog-details__form-group .form-input input {
  outline: 0;
  width: 100%;
  border: none;
  margin-bottom: 20px;
  border-radius: 100px;
  background: var(--white);
  border: 1px solid #EAEAEA;
  padding: 13.5px 40px 13.5px 25px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.0117647059);
}
.blog-details__form-group .form-input input:focus {
  border-color: var(--primary-2);
}
.blog-details__form-group .form-input input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.blog-details__form-group .form-selector .custom-select {
  width: 100%;
  border: none;
  height: 55px;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 20px;
  letter-spacing: 0px;
  padding-left: 26px;
  border-radius: 100px;
  align-items: center;
  vertical-align: middle;
  background: var(--white);
  border: 1px solid #EAEAEA;
  font-family: var(--font_inter);
  box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.0117647059);
}
.blog-details__form-group .form-selector .custom-select:focus {
  border-color: var(--primary-2);
}
.blog-details__form-group .form-selector .custom-select::after {
  display: none;
}
.blog-details__form-group .form-selector .custom-select .list {
  width: 100%;
}
.blog-details__form-group .form-comment textarea {
  outline: 0;
  width: 100%;
  height: 140px;
  border: none;
  border-radius: 15px;
  background: var(--white);
  padding: 23px 64px 23px 25px;
  border: 1px solid #EAEAEA;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 4px 47px 0px rgba(0, 0, 0, 0.0117647059);
}
.blog-details__form-group .form-comment textarea:focus {
  border-color: var(--primary-2);
}
.blog-details__form-group .form-comment textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.blog-details__btn {
  margin-top: 21.5px;
}
.blog-details__btn.rr-btn {
  padding: 19.5px 37px;
}

.faq__wrapper {
  margin: 40px;
  border-radius: 30px;
  background: #F4F3EF;
}
@media only screen and (max-width: 1399px) {
  .faq__wrapper {
    margin: 40px 15px 0 15px;
  }
}
@media (max-width: 575px) {
  .faq__wrapper {
    margin: 0 15px 0 15px;
  }
}
.faq__wrapper.one {
  background: rgba(255, 255, 255, 0.0196078431);
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  box-shadow: 0px 18px 44px 0px rgba(0, 0, 0, 0.2509803922);
}
.faq__wrap {
  gap: 127px;
  display: grid;
  grid-template-columns: 1fr 494px;
}
@media only screen and (max-width: 1919px) {
  .faq__wrap {
    gap: 90px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 1399px) {
  .faq__wrap {
    gap: 92px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .faq__wrap {
    gap: 60px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .faq__wrap {
    gap: 50px;
  }
}
.faq__content .accordion {
  margin-top: -10px;
}
.faq__content .accordion-item {
  border: none;
  background: none;
  margin-bottom: 10px !important;
}
.faq__content .accordion-button {
  font-size: 18px;
  box-shadow: none;
  font-weight: 600;
  line-height: 18px;
  padding: 22.4px 30px;
  color: var(--primary);
  vertical-align: middle;
  background: transparent;
  font-family: var(--font_onest);
}
.faq__content .accordion-button.collapsed {
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (max-width: 1399px) {
  .faq__content .accordion-button {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .faq__content .accordion-button {
    padding: 20px 0;
    font-size: 16px;
  }
}
.faq__content .accordion-button:last-child {
  border-bottom-left-radius: none;
  border-bottom-right-radius: none;
}
.faq__content .accordion-button.one {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.faq__content .accordion-button.one:not(.collapsed) {
  color: var(--primary);
}
.faq__content .accordion-button:focus {
  box-shadow: none;
}
.faq__content .accordion-button:not(.collapsed) {
  color: none;
  border: none;
  box-shadow: none;
  padding: 27px 30px 12px 31px;
  background-color: var(--white);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (max-width: 575px) {
  .faq__content .accordion-button:not(.collapsed) {
    padding: 26px 10px 12px 10px;
  }
}
.faq__content .accordion-button::after {
  display: none;
}
.faq__content .accordion-body {
  font-size: 16px;
  text-align: start;
  padding: 0px 30px 0px 30px;
  font-weight: 400;
  line-height: 26px;
  vertical-align: middle;
  color: var(--secondary);
  font-family: var(--font_onest);
}
@media (max-width: 575px) {
  .faq__content .accordion-body {
    padding: 0px 10px 0px 10px;
  }
}
.faq__content .accordion-body:not(.collapsed) {
  color: none;
  box-shadow: none;
  padding-bottom: 27px;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.faq__experience {
  gap: 15px;
  left: -12.3%;
  bottom: 20.2%;
  display: flex;
  min-width: 310px;
  padding: 20px 20px;
  position: absolute;
  border-radius: 15px;
  align-items: center;
  background: var(--white);
  box-shadow: 0px 8px 35px 0px rgba(101, 103, 108, 0.1882352941);
}
@media only screen and (max-width: 1919px) {
  .faq__experience {
    left: -8.3%;
  }
}
@media only screen and (max-width: 1199px) {
  .faq__experience {
    bottom: 50.3%;
  }
}
@media only screen and (max-width: 991px) {
  .faq__experience {
    bottom: 14.3%;
    left: 0;
  }
}
@media (max-width: 575px) {
  .faq__experience {
    bottom: 0;
    margin-top: 30px;
    min-width: 100%;
    position: inherit;
    padding: 20px 15px;
  }
}
.faq__experience span {
  display: flex;
  width: 50px;
  height: 50px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 100%;
  align-items: center;
  color: var(--white);
  vertical-align: middle;
  justify-content: center;
  background: var(--primary-2);
  font-family: var(--font_inter);
}
.faq__experience .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--primary);
  vertical-align: middle;
  font-family: var(--font_inter);
}
@media (max-width: 575px) {
  .faq__experience .title {
    font-size: 18px;
  }
}
.faq__item {
  position: relative;
}
@media only screen and (max-width: 1399px) {
  .faq__thumb {
    text-align: start;
  }
}
@media only screen and (max-width: 991px) {
  .faq__thumb {
    text-align: center;
  }
}
.faq__thumb img {
  border-radius: 20px;
}
.faq__img-1 {
  top: 36.1%;
  right: -24%;
  position: absolute;
  max-width: 243px;
  max-height: 268px;
}
@media (max-width: 575px) {
  .faq__img-1 {
    max-width: 100%;
    max-height: 100%;
  }
}
.faq__img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  border: 6px solid var(--white);
  box-shadow: 0px 9px 40px 0px rgba(12, 23, 18, 0.168627451);
}
@media only screen and (max-width: 1919px) {
  .faq__img-1 {
    right: -25px;
  }
}
@media only screen and (max-width: 1399px) {
  .faq__img-1 {
    right: 0;
    top: 15.3%;
  }
}
@media only screen and (max-width: 1199px) {
  .faq__img-1 {
    top: 54.3%;
  }
}
@media only screen and (max-width: 991px) {
  .faq__img-1 {
    top: 28.3%;
  }
}
@media only screen and (max-width: 767px) {
  .faq__img-1 {
    top: 21.3%;
  }
}
@media (max-width: 575px) {
  .faq__img-1 {
    margin-top: 30px;
    position: inherit;
    top: inherit;
    right: inherit;
  }
}
.faq__btn {
  margin-top: 39px;
  text-align: start;
}
@media only screen and (max-width: 767px) {
  .faq__btn {
    margin-top: 20px;
  }
}
.faq__btn.one .rr-btn {
  color: var(--primary);
  background: transparent;
  padding: 19.5px 37.5px;
  border: 1px solid var(--primary-2);
}
.faq__btn.one .rr-btn::before {
  background: var(--primary-2);
}
.faq__btn.one .rr-btn .btn-wrap .text-one {
  color: var(--white);
}
.faq__btn.one .rr-btn .btn-wrap .text-two {
  color: var(--primary);
}
.faq__btn .rr-btn {
  color: var(--primary);
  background: transparent;
  padding: 19.5px 37.5px;
  border: 1px solid var(--primary-2);
}
.faq__btn .rr-btn::before {
  background: var(--primary-2);
}
.faq__btn .rr-btn .btn-wrap .text-one {
  color: var(--primary);
}
.faq__btn .rr-btn .btn-wrap .text-two {
  color: var(--white);
}

.cta-section__wrapper {
  position: relative;
  padding: 118px 0 126px 0;
}
@media only screen and (max-width: 767px) {
  .cta-section__wrapper {
    padding: 100px 0 100px 0;
  }
}
@media (max-width: 575px) {
  .cta-section__wrapper {
    padding: 80px 0 80px 0;
  }
}
.cta-section__wrapper::before {
  content: "";
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: rgba(16, 16, 16, 0.8);
  backdrop-filter: blur(1px);
}
.cta-section__wrapper .section-title {
  position: relative;
  z-index: 2;
}
.cta-section__btn .rr-btn {
  padding: 19.5px 31px;
}

.project-page__wrapper {
  gap: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 575px) {
  .project-page__wrapper {
    grid-template-columns: 1fr;
  }
}
.project-page__item {
  position: relative;
  overflow: hidden;
}
.project-page__item:hover .project-page__content {
  opacity: 1;
  visibility: visible;
  z-index: 9999999999;
  transform: translateY(0);
}
.project-page__item:hover .project-page__thumb::before {
  border-radius: 15px;
  opacity: 1;
  visibility: visible;
}
.project-page__thumb {
  position: relative;
}
.project-page__thumb img {
  border-radius: 15px;
}
.project-page__thumb::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 8888;
  display: block;
  position: absolute;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.project-page__content {
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(100%);
  display: flex;
  text-align: start;
  position: absolute;
  align-items: center;
  padding: 15px 40px;
  margin-bottom: 40px;
  z-index: 9999;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1199px) {
  .project-page__content {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .project-page__content {
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 40px 20px 20px 20px;
  }
}
.project-page__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--white);
  vertical-align: middle;
  font-family: var(--font_onest);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .project-page__title {
    font-size: 19px;
    line-height: 27px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .project-page__title a br {
    display: none;
  }
}
.project-page__title a:hover {
  color: var(--primary-2);
}
.project-page__btn a {
  gap: 5px;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: var(--white);
  align-items: center;
  border-radius: 22px;
  padding: 9.5px 18px;
  letter-spacing: -0.8px;
  justify-content: center;
  background: var(--primary-2);
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
}
.project-page__btn a:hover {
  color: var(--primary);
  background: var(--white);
}
.project-page__btn a i {
  transform: rotate(-45deg);
}

.project-details__thumb {
  max-width: 1223px;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .project-details__thumb {
    margin-bottom: 25px;
  }
}
.project-details__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.project-details__meta {
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: grid;
  position: absolute;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  background: var(--white);
  grid-template-columns: 277px 292px 281px 350px;
}
@media only screen and (max-width: 1199px) {
  .project-details__meta {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .project-details__meta {
    left: 0;
    right: 0;
    bottom: 0;
    position: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .project-details__meta {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .project-details__meta {
    grid-template-columns: 1fr;
  }
}
.project-details__meta .meta-box {
  gap: 20px;
  display: flex;
  align-items: center;
  padding: 29.5px 27px 29.5px 30px;
  border-right: 1px solid #E4E4E8;
}
@media only screen and (max-width: 1199px) {
  .project-details__meta .meta-box {
    gap: 10px;
    flex-wrap: wrap;
    padding: 29.5px 27px 15.5px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .project-details__meta .meta-box {
    padding: 29.5px 8px 15.5px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .project-details__meta .meta-box {
    border-right: none;
    padding: 29.5px 0px 15.5px 0px;
  }
}
.project-details__meta .meta-box:last-child {
  border-right: none;
}
.project-details__meta .meta-box .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  border-radius: 100%;
  background: #F5F5F5;
  justify-content: center;
}
.project-details__meta .meta-box .icon i {
  font-size: 16px;
  font-weight: 900;
  line-height: 100%;
  vertical-align: middle;
  color: var(--primary-2);
}
.project-details__meta .meta-box .content {
  text-align: start;
}
.project-details__meta .meta-box .content .desgn {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  vertical-align: middle;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.project-details__meta .meta-box .content .name {
  font-size: 18px;
  margin-top: 7px;
  font-weight: 700;
  line-height: 18px;
  color: var(--primary);
  vertical-align: middle;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .project-details__meta .meta-box .content .name {
    font-size: 17px;
  }
}
.project-details__meta .meta-box .content .location {
  font-size: 18px;
  margin-top: 7px;
  font-weight: 700;
  line-height: 18px;
  color: var(--primary);
  vertical-align: middle;
  font-family: var(--font_inter);
}
.project-details__meta .meta-box .content .location a:hover {
  color: var(--primary-2);
}
@media only screen and (max-width: 1199px) {
  .project-details__meta .meta-box .content .location {
    font-size: 17px;
  }
}
.project-details__content {
  text-align: start;
}
.project-details__title {
  font-size: 44px;
  font-weight: 600;
  line-height: 54px;
  margin-bottom: 15px;
  display: block;
  color: var(--primary);
  vertical-align: middle;
  font-family: var(--font_parkinsans);
}
@media only screen and (max-width: 991px) {
  .project-details__title {
    font-size: 30px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .project-details__title {
    font-size: 25px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .project-details__title {
    font-size: 20px;
    line-height: 40px;
  }
}
.project-details__subtitle {
  display: block;
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 18px;
  color: var(--primary);
  vertical-align: middle;
  font-family: var(--font_parkinsans);
}
@media only screen and (max-width: 991px) {
  .project-details__subtitle {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .project-details__subtitle {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.project-details__text {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 26px;
  vertical-align: middle;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.project-details__faq {
  display: block;
  margin: 46px 0 60px 0;
}
@media only screen and (max-width: 991px) {
  .project-details__faq {
    margin: 40px 0 40px 0;
  }
}
.project-details__faq.one {
  margin-top: 53px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .project-details__faq.one {
    margin-top: 40px;
  }
}
.project-details__faq .accordion-item {
  margin-bottom: 20px;
  background: #F5F5F5;
  border: none;
  border-radius: 5px;
}
.project-details__faq .accordion-item:last-child {
  margin-bottom: 0;
}
.project-details__faq .accordion-button {
  border-color: none;
  box-shadow: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  color: var(--primary);
  vertical-align: middle;
  background: transparent;
  padding: 25px 37px 25px 30px;
  font-family: var(--font_parkinsans);
}
@media only screen and (max-width: 767px) {
  .project-details__faq .accordion-button {
    font-size: 16px;
    padding: 20px 15px 20px 15px;
  }
}
@media (max-width: 575px) {
  .project-details__faq .accordion-button {
    flex-wrap: wrap;
    padding: 20px 23px 0px 15px;
  }
}
.project-details__faq .accordion-button span {
  margin-right: 10px;
  color: var(--primary-2);
}
@media (max-width: 575px) {
  .project-details__faq .accordion-button span {
    margin-bottom: 10px;
  }
}
.project-details__faq .accordion-button::after {
  content: "\f078";
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  vertical-align: middle;
  background-image: none;
  color: var(--primary-2);
  font-family: var(--font_awesome);
}
@media (max-width: 575px) {
  .project-details__faq .accordion-button::after {
    margin-right: -13px;
    transform: translateY(-37px);
  }
}
.project-details__faq .accordion-button:not(.collapsed) {
  box-shadow: none;
  padding: 27px 40px 13px 30px;
}
@media only screen and (max-width: 767px) {
  .project-details__faq .accordion-button:not(.collapsed) {
    padding: 27px 15px 13px 15px;
  }
}
@media (max-width: 575px) {
  .project-details__faq .accordion-button:not(.collapsed) {
    padding: 27px 15px 0px 15px;
  }
}
.project-details__faq .accordion-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  vertical-align: middle;
  color: var(--secondary);
  padding: 0 48px 23px 30px;
  font-family: var(--font_inter);
}
@media (max-width: 575px) {
  .project-details__faq .accordion-body {
    padding: 0 15px 23px 15px;
  }
}
.project-details__wrap {
  gap: 24px;
  display: flex;
  padding-top: 7px;
  align-items: center;
}
@media (max-width: 575px) {
  .project-details__wrap {
    flex-wrap: wrap;
  }
}

.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;
  border-radius: 15px;
  background: #F5F5F5;
  grid-template-columns: 1fr 435px;
}
@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;
  }
}
@media only screen and (max-width: 767px) {
  .contact-page__thumb {
    max-height: 450px;
  }
}
@media (max-width: 575px) {
  .contact-page__thumb {
    max-height: 100%;
  }
}
.contact-page__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px 15px 15px 0px;
}
@media only screen and (max-width: 767px) {
  .contact-page__thumb img {
    border-radius: 0px;
  }
}
.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__contact-from {
  padding: 70px 80px 64px 80px;
}
@media only screen and (max-width: 1199px) {
  .contact-page__contact-from {
    padding: 70px 35px 64px 35px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-page__contact-from {
    padding: 60px 20px 53px 20px;
  }
}
@media (max-width: 575px) {
  .contact-page__contact-from {
    padding: 60px 15px 53px 15px;
  }
}
.contact-page__contact-from form button {
  width: 100%;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  align-items: center;
  text-align: center;
  color: var(--white);
  padding: 20.5px 0px;
  border-radius: 10px;
  justify-content: center;
  font-family: var(--font_inter);
}
.contact-page__contact-from form button::before {
  color: var(--white);
  background: var(--primary);
}
.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__title {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  color: #0A0A0A;
  letter-spacing: 0;
  margin-bottom: 35px;
}
@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;
  }
}
.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: 25px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .contact-page__form-group {
    gap: 0;
    flex-wrap: wrap;
  }
}
.contact-page__input {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}
.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 25px;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
}
.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: var(--white);
}
.contact-page__icon i {
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: var(--body_text);
}
.contact-page__select {
  position: relative;
  margin-bottom: 25px;
}
.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: var(--white);
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--light_bg);
  padding: 0;
}
.contact-page__select .nice-select .icon {
  position: absolute;
  top: 0%;
  right: 56px;
  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-2);
}
.contact-page__select .nice-select.open {
  background-color: var(--white);
  border-color: var(--secondary);
}
.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 20px;
  font-family: var(--font_inter);
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
}
.contact-page__select .nice-select:focus {
  outline: none;
}
.contact-page__select .nice-select .list {
  width: 100%;
}
.contact-page__icon {
  top: 17px;
  right: 24px;
  position: absolute;
}
.contact-page__icon i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: var(--primary-2);
}

.contact-main__area .contact-page__wrapper {
  background: inherit;
}
.contact-main__area .contact-page__contact-from {
  text-align: start;
  border-radius: 15px;
  background: #F5F5F5;
  padding: 54px 60px 45px 60px;
}
@media only screen and (max-width: 1199px) {
  .contact-main__area .contact-page__contact-from {
    padding: 40px 60px 45px 60px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-main__area .contact-page__contact-from {
    padding: 40px 20px 40px 20px;
  }
}
@media (max-width: 575px) {
  .contact-main__area .contact-page__contact-from {
    padding: 54px 15px 45px 15px;
  }
}
.contact-main__area .contact-page__contact-from form button {
  width: 100%;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  align-items: center;
  text-align: center;
  color: var(--white);
  padding: 18px 0px;
  border-radius: 5px;
  justify-content: center;
  font-family: var(--font_inter);
}
.contact-main__area .contact-page__contact-from form button .text-one {
  gap: 4px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  gap: 5px;
}
.contact-main__area .contact-page__contact-from form button .text-one i {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
}
.contact-main__area .contact-page__contact-from form button .text-two {
  gap: 4px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  gap: 5px;
}
.contact-main__area .contact-page__contact-from form button .text-two i {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
}
.contact-main__area .contact-page__contact-from .ajax-response.error {
  color: var(--primary);
}
.contact-main__area .contact-page__contact-from .ajax-response.success {
  color: #198754;
}
.contact-main__area .contact-page__title {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #0A0A0A;
  margin-bottom: 9px;
}
.contact-main__area .contact-page__decs {
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  align-items: center;
  font-family: var(--font_inter);
}
.contact-main__area .contact-page__form-group {
  gap: 25px;
  display: flex;
  margin-top: 35px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .contact-main__area .contact-page__form-group {
    gap: 0;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .contact-main__area .contact-page__form-group {
    gap: 0;
    flex-wrap: wrap;
  }
}
.contact-main__area .contact-page__input {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.contact-main__area .contact-page__input input {
  width: 100%;
  border: none;
  height: 55px;
  border-radius: 5px;
  background: var(--white);
  transition: all 0.3s ease-in-out;
  padding: 17.5px 47px 17.5px 25px;
  border: 1px solid none;
  border-radius: 10px;
}
.contact-main__area .contact-page__input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.contact-main__area .contact-page__input input:hover, .contact-main__area .contact-page__input input:focus {
  border-color: #E5E5E5 !important;
  box-shadow: none;
  outline: none;
  background-color: var(--white);
}
.contact-main__area .contact-page__icon i {
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: var(--body_text);
}
.contact-main__area .contact-page__select {
  position: relative;
  margin-bottom: 20px;
}
.contact-main__area .contact-page__select i {
  top: 20px;
  left: 20px;
  display: block;
  position: absolute;
  color: var(--primary);
}
.contact-main__area .contact-page__select .nice-select {
  float: inherit;
  height: 55px;
  border: none;
  position: relative;
  background-color: var(--white);
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--light_bg);
  padding: 0;
}
.contact-main__area .contact-page__select .nice-select .icon {
  position: absolute;
  top: 0%;
  right: 56px;
  font-size: 20px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.contact-main__area .contact-page__select .nice-select .icon i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #4E4E4E;
}
.contact-main__area .contact-page__select .nice-select.open {
  background-color: var(--white);
  border-color: var(--secondary);
}
.contact-main__area .contact-page__select .nice-select.open .icon i {
  transform: rotate(180deg);
}
.contact-main__area .contact-page__select .nice-select::after {
  display: none;
}
.contact-main__area .contact-page__select .nice-select .current {
  display: flex;
  align-items: center;
  padding: 20px 20px;
  font-family: var(--font_inter);
  border: 1px solid none;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
}
.contact-main__area .contact-page__select .nice-select:focus {
  outline: none;
}
.contact-main__area .contact-page__select .nice-select .list {
  width: 100%;
}
.contact-main__area .contact-page__icon {
  top: 17px;
  right: 24px;
  position: absolute;
}
.contact-main__area .contact-page__icon i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #4E4E4E;
}
.contact-main__area .contact-page__textarea textarea {
  width: 100%;
  border: none;
  border-radius: 5px;
  margin-bottom: 17px;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 17px 24px 78px 24px;
  border: 1px solid none;
}
.contact-main__area .contact-page__textarea textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.contact-main__area .contact-page__textarea textarea:hover, .contact-main__area .contact-page__textarea textarea:focus {
  border-color: #E5E5E5 !important;
  box-shadow: none;
  outline: none;
  background-color: var(--white);
}
.contact-main__area .contact-page__select .nice-select .current {
  display: flex;
  align-items: center;
  padding: 20px 20px;
  font-family: var(--font_inter);
  border: none;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
}
.contact-main__content {
  margin-bottom: 34px;
}
.contact-main__content .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  margin-bottom: 11px;
}
@media (max-width: 575px) {
  .contact-main__content .title {
    font-size: 28px;
    line-height: 35px;
  }
}
.contact-main__content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1399px) {
  .contact-main__content .decs br {
    display: none;
  }
}
.contact-main__item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #E5E5E5;
  margin-top: 25px;
}
@media (max-width: 575px) {
  .contact-main__item {
    grid-template-columns: 1fr;
  }
}
.contact-main__item .icon {
  background: var(--white);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
}
.contact-main__item .icon i {
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  color: var(--primary-2);
}
.contact-main__item .content .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  margin-bottom: 6px;
}
.contact-main__item .content ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #4E4E4E;
  list-style: none;
}
@media only screen and (max-width: 991px) {
  .contact-main__item .content ul li {
    font-size: 15px;
  }
}
.contact-main__item .content ul li span {
  color: var(--primary-2);
}
@media only screen and (max-width: 991px) {
  .contact-main__item .content ul li a br {
    display: none;
  }
}
.contact-main__item .content ul li a:hover {
  color: var(--primary-2);
}
.contact-main__info {
  padding: 55px 60px 55px 60px;
  background: #F5F5F5;
  border-radius: 10px;
  margin-left: 4px;
  text-align: start;
}
@media only screen and (max-width: 1199px) {
  .contact-main__info {
    padding: 55px 25px 55px 25px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-main__info {
    padding: 55px 25px 55px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-main__info {
    margin-top: 40px;
  }
}
.contact-main__info .item-2 {
  border-bottom: none;
  padding-bottom: 0;
}

.map__section {
  margin-bottom: -5px;
}
.map__section .maps {
  width: 100%;
  height: 600px;
}

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