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

  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=Space+Grotesk:wght@300..700&display=swap");
:root {
  --primary: #A51C30;
  --secondary: #0A0A0A;
  --white: #FFFFFF;
  --gray: #4E4E4E;
}

/* === 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_space-grotesk: "Space Grotesk", sans-serif;
  --font_inter: "Inter", 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;
  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: 60px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 22px;
}

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);
}

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

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

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

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

/* === container scss (index 03) === */
.rr-container-1404 {
  max-width: 1404px;
}
.rr-container-1704 {
  max-width: 1704px;
}
.rr-container-1644 {
  max-width: 1644px;
}

.rr-container-1644 {
  max-width: 1644px;
}

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

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

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

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

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

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 100px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--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;
  overflow: hidden;
  position: relative;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  padding: 17px 25.6px;
  line-height: 16px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  font-family: var(--font_inter);
  background: var(--primary);
}
.rr-btn:hover::before, .rr-btn:focus::before {
  height: 100%;
}
.rr-btn:hover .btn-wrap .text-one, .rr-btn:focus .btn-wrap .text-one {
  transform: translateY(-150%);
}
.rr-btn:hover .btn-wrap .text-two, .rr-btn:focus .btn-wrap .text-two {
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary);
}
.rr-btn:hover .btn-wrap .text-two i, .rr-btn:focus .btn-wrap .text-two i {
  transform: rotate(-45deg);
  color: var(--primary);
}
.rr-btn:after {
  clear: both;
  content: "";
  display: block;
}
.rr-btn::before {
  content: "";
  bottom: 0;
  height: 0;
  width: 100%;
  position: absolute;
  transition: all 0.5s;
  background: var(--white);
}
.rr-btn .btn-wrap {
  z-index: 1;
  float: left;
  border: none;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.rr-btn .btn-wrap .text-one,
.rr-btn .btn-wrap .text-two {
  gap: 10px;
  display: flex;
  margin-right: 1px;
  align-items: center;
}
.rr-btn .btn-wrap .text-one i,
.rr-btn .btn-wrap .text-two i {
  font-size: 12px;
  transform: rotate(-45deg);
  color: var(--white);
}
.rr-btn .btn-wrap .text-one {
  position: relative;
  color: var(--white);
  transition: all 0.5s;
}
.rr-btn .btn-wrap .text-two {
  top: 100%;
  position: absolute;
  color: var(--primary);
  transition: all 0.5s;
}
.rr-btn .btn-wrap .text-two i {
  color: var(--primary);
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}

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

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

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

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

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

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

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

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

/* === header scss (index 01) === */
@media only screen and (max-width: 1199px) {
  .header__topbar {
    display: none;
  }
}
.header__topbar-wrap {
  display: flex;
  padding: 8px 30px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (max-width: 1399px) {
  .header__topbar-wrap {
    padding: 8px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .header__topbar-wrap {
    display: none;
    flex-wrap: wrap;
  }
}
.header__topbar-right {
  gap: 41px;
  display: flex;
  align-items: center;
}
.header__topbar-text {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_archivo);
}
@media only screen and (max-width: 1199px) {
  .header__topbar-text {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .header__topbar-text {
    margin-bottom: 10px;
  }
}
.header__topbar-text span {
  font-weight: 600;
  color: var(--primary-1);
}
.header__topbar-social {
  gap: 25px;
  display: flex;
  margin-top: 3px;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1399px) {
  .header__topbar-social {
    gap: 15px;
  }
}
.header__topbar-social::before {
  content: "";
  top: 5px;
  width: 1px;
  right: -12%;
  height: 17px;
  display: block;
  position: absolute;
  background: #E5E5E5;
}
.header__topbar-social li {
  list-style: none;
}
.header__topbar-social li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_archivo);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .header__topbar-social li a {
    font-size: 15px;
  }
}
.header__topbar-social li a i {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  vertical-align: middle;
  color: var(--secondary);
  transform: translateY(-2px);
}
.header__topbar-social li a:hover {
  color: var(--primary);
}
.header__topbar-social li a:hover i {
  color: var(--primary);
}
.header__topbar-contact {
  gap: 34px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1399px) {
  .header__topbar-contact {
    gap: 24px;
  }
}
.header__topbar-contact li {
  display: flex;
  list-style: none;
  align-items: center;
  position: relative;
}
.header__topbar-contact li::before {
  content: "";
  top: 0;
  right: -7%;
  width: 1px;
  height: 17px;
  display: block;
  position: absolute;
  background: #E5E5E5;
}
.header__topbar-contact li i {
  margin-right: 10px;
  color: var(--primary);
}
.header__topbar-contact li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  vertical-align: middle;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.header__topbar-contact li a:hover {
  color: var(--primary);
}
.header__topbar-contact li:nth-child(2)::before {
  right: -10%;
}
.header__topbar-contact li:last-child {
  padding-left: 10px;
}
.header__topbar-contact li:last-child::before {
  display: none;
}
.header-area {
  z-index: 50;
  width: 100%;
  padding-top: 20px;
  position: absolute;
}
.header-area .header-top-contact {
  display: flex;
  position: relative;
  align-items: center;
  background: #DA5033;
  justify-content: center;
  gap: 30px;
  border-bottom: 1px solid #DA5033;
}
@media only screen and (max-width: 991px) {
  .header-area .header-top-contact {
    display: none;
  }
}
.header-area .header-top-contact .contact-item {
  padding: 20px 0;
  border-right: 1px solid #E5E5E5;
  padding-right: 30px;
}
.header-area .header-top-contact .contact-item:last-child {
  border: none;
  padding-right: 0;
}
.header-area .header-top-contact .contact-item a {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
}
.header-area .header-top-contact .contact-item a span {
  margin-right: 10px;
}
.header-area .header-top-contact .contact-item a span i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
}
.header-area .header__button {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .header-area .header__button .rr-btn {
    display: none;
  }
}
.header-area__inner {
  gap: 10px;
  display: flex;
  padding: 0 30px;
  position: relative;
  align-items: center;
  background: transparent;
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .header-area__inner {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area__inner {
    height: 80px;
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-area .sticky,
.header-area .transformed {
  background-color: #FCF7F3;
}
.dark .header-area .header__logo .light-logo {
  display: none;
}
.header-area .header__logo .dark-logo {
  display: none;
}
.dark .header-area .header__logo .dark-logo {
  display: block;
}
.header-area .main-menu li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--secondary);
  font-family: var(--font_archivo);
}
.header-area .search-icon {
  color: var(--primary-1);
}
@media (max-width: 575px) {
  .header-area .header__meta {
    display: none;
  }
}
@media (max-width: 575px) {
  .header-area .header__button .rr-btn {
    display: none;
  }
}
.header-area .rr-btn {
  font-weight: 700;
  color: var(--white);
  padding: 14.5px 31.5px;
  background: var(--primary);
}
.header-area .rr-btn::before {
  background: var(--secondary);
}
.header-area .rr-btn .btn-wrap .text-two {
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  .header-area .rr-btn {
    padding: 14.5px 18px;
  }
}
.header-area .side-toggle {
  gap: 3px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: rgba(165, 28, 48, 0.1);
}
.header-area .side-toggle span {
  width: 15px;
  height: 2px;
  display: block;
  background: var(--primary);
}
.header-area .header__nav {
  position: relative;
}
@media (max-width: 575px) {
  .header-area .header__nav {
    margin-left: 0;
  }
}
.header-area .main-menu {
  padding-left: 30px;
}
@media only screen and (max-width: 1399px) {
  .header-area .main-menu {
    padding-left: 0;
  }
}
.header-main {
  z-index: 10;
  margin: 0 auto;
  max-width: 1620px;
  position: relative;
  border-radius: 12px;
  background: var(--white);
}
@media (max-width: 1600px) {
  .header-main {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 1599px) {
  .header-main {
    margin: 0 15px;
  }
}
@media (max-width: 575px) {
  .header-main {
    margin: 0 10px;
  }
}
.header__info-item {
  gap: 10px;
  display: flex;
  text-align: start;
  position: relative;
  align-items: center;
  padding: 11.5px 72px;
  border-right: 1px solid rgba(255, 255, 255, 0.2117647059);
}
@media only screen and (max-width: 1399px) {
  .header__info-item {
    padding: 11.5px 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .header__info-item {
    padding: 11.5px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .header__info-item {
    flex-wrap: wrap;
  }
}
.header__info-item:first-child {
  padding-left: 0;
}
.header__info-item:last-child {
  padding-right: 0;
  border-right: none;
}
.header__info-icon {
  width: 35px;
  height: 35px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  color: var(--primary-2);
  background: var(--white);
}
.header__info-icon i {
  color: var(--primary-1);
}
.header__info-title {
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
  color: var(--white);
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: var(--font_archivo);
}
.header__info-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  color: var(--white);
  vertical-align: middle;
  transform: translateY(-5px);
  font-family: var(--font_archivo);
}
.header__lan {
  gap: 9px;
  display: flex;
  align-items: center;
  position: relative;
}
.header__lan .icon i {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: var(--primary);
  vertical-align: middle;
  font-family: var(--font_awesome);
}
@media only screen and (max-width: 767px) {
  .header__lan {
    display: none;
  }
}
.header__lan .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border-radius: 0;
  border: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  height: auto;
  outline: none;
  padding-left: 0;
  padding-right: 16px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.header__lan .nice-select .current {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: var(--secondary);
  vertical-align: middle;
  font-family: var(--font_inter);
}
.header__lan .nice-select .icon {
  top: 0;
  right: -2px;
  position: absolute;
  transition: all 0.3s;
}
.header__lan .nice-select .icon i {
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
  color: var(--secondary);
  vertical-align: middle;
  font-family: var(--font_awesome);
}
.header__lan .nice-select ul li {
  width: inherit;
  height: inherit;
}
.header__lan .nice-select .list {
  left: -23px;
  display: flex;
  padding: 0 10px;
  min-width: 100px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--white);
}
.header__lan .nice-select .option {
  line-height: 1;
  font-size: 14px;
  min-height: auto;
  font-weight: 400;
  padding: 12px 10px;
  color: var(--secondary);
}
.header__lan .nice-select .option:hover {
  color: var(--primary);
}
.header__lan .nice-select .option.selected {
  font-weight: 600;
}
.header__lan .nice-select:after {
  display: none;
}
.header__lan .nice-select.open .icon {
  top: 0;
  transform: rotate(180deg);
}

.header-2__topbar {
  background: #A51C30;
}
@media only screen and (max-width: 1199px) {
  .header-2__topbar {
    display: none;
  }
}
.header-2__topbar-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8.5px 0;
}
@media only screen and (max-width: 991px) {
  .header-2__topbar-wrap {
    display: none;
    flex-wrap: wrap;
  }
}
.header-2__topbar-right {
  gap: 41px;
  display: flex;
  align-items: center;
}
.header-2__topbar-text {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_archivo);
}
@media only screen and (max-width: 1199px) {
  .header-2__topbar-text {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .header-2__topbar-text {
    margin-bottom: 10px;
  }
}
.header-2__topbar-text span {
  font-weight: 600;
  color: var(--primary-1);
}
.header-2__topbar-social {
  gap: 25px;
  display: flex;
  margin-top: 3px;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1399px) {
  .header-2__topbar-social {
    gap: 15px;
  }
}
.header-2__topbar-social::before {
  content: "";
  top: 5px;
  width: 1px;
  right: -12%;
  height: 17px;
  display: block;
  position: absolute;
  background: #E5E5E5;
}
.header-2__topbar-social li {
  list-style: none;
}
.header-2__topbar-social li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_archivo);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .header-2__topbar-social li a {
    font-size: 15px;
  }
}
.header-2__topbar-social li a i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  transform: translateY(-2px);
  transition: all 0.3s ease-in-out;
}
.header-2__topbar-social li a:hover {
  color: var(--secondary);
}
.header-2__topbar-social li a:hover i {
  color: var(--secondary);
}
.header-2__topbar-contact {
  gap: 34px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1399px) {
  .header-2__topbar-contact {
    gap: 24px;
  }
}
.header-2__topbar-contact li {
  display: flex;
  list-style: none;
  align-items: center;
  position: relative;
}
.header-2__topbar-contact li::before {
  content: "";
  top: 0;
  right: -7%;
  width: 1px;
  height: 17px;
  display: block;
  position: absolute;
  background: #E5E5E5;
}
.header-2__topbar-contact li i {
  margin-right: 10px;
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
}
.header-2__topbar-contact li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
}
.header-2__topbar-contact li a:hover {
  color: var(--secondary);
}
.header-2__topbar-contact li:nth-child(2)::before {
  right: -10%;
}
.header-2__topbar-contact li:last-child {
  padding-left: 10px;
}
.header-2__topbar-contact li:last-child::before {
  display: none;
}
.header-2-area {
  z-index: 50;
  width: 100%;
  position: absolute;
}
.header-2-area .header-top-contact {
  display: flex;
  position: relative;
  align-items: center;
  background: #DA5033;
  justify-content: center;
  gap: 30px;
  border-bottom: 1px solid #DA5033;
}
@media only screen and (max-width: 991px) {
  .header-2-area .header-top-contact {
    display: none;
  }
}
.header-2-area .header-top-contact .contact-item {
  padding: 20px 0;
  border-right: 1px solid #E5E5E5;
  padding-right: 30px;
}
.header-2-area .header-top-contact .contact-item:last-child {
  border: none;
  padding-right: 0;
}
.header-2-area .header-top-contact .contact-item a {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
}
.header-2-area .header-top-contact .contact-item a span {
  margin-right: 10px;
}
.header-2-area .header-top-contact .contact-item a span i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
}
.header-2-area .header__button {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .header-2-area .header__button .rr-btn {
    display: none;
  }
}
.header-2-area__inner {
  gap: 10px;
  display: flex;
  position: relative;
  align-items: center;
  background: transparent;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .header-2-area__inner {
    height: 80px;
    gap: 10px;
  }
}
.header-2-area .sticky,
.header-2-area .transformed {
  background-color: #FCF7F3;
}
.dark .header-2-area .header__logo .light-logo {
  display: none;
}
.header-2-area .header__logo .dark-logo {
  display: none;
}
.dark .header-2-area .header__logo .dark-logo {
  display: block;
}
.header-2-area .main-menu li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--secondary);
  font-family: var(--font_archivo);
}
.header-2-area .search-icon {
  color: var(--primary-1);
}
@media (max-width: 575px) {
  .header-2-area .header__meta {
    display: none;
  }
}
@media (max-width: 575px) {
  .header-2-area .header__button .rr-btn {
    display: none;
  }
}
.header-2-area .rr-btn {
  font-weight: 700;
  color: var(--white);
  padding: 14.5px 31.5px;
  background: var(--primary);
}
.header-2-area .rr-btn::before {
  background: var(--secondary);
}
.header-2-area .rr-btn .btn-wrap .text-two {
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  .header-2-area .rr-btn {
    padding: 14.5px 18px;
  }
}
.header-2-area .side-toggle {
  gap: 3px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: rgba(165, 28, 48, 0.1);
}
.header-2-area .side-toggle span {
  width: 15px;
  height: 2px;
  display: block;
  background: var(--primary);
}
.header-2-area .header__nav {
  position: relative;
}
@media (max-width: 575px) {
  .header-2-area .header__nav {
    margin-left: 0;
  }
}
.header-2-area .main-menu {
  padding-left: 30px;
}
@media only screen and (max-width: 1399px) {
  .header-2-area .main-menu {
    padding-left: 0;
  }
}
.header-2-main {
  z-index: 10;
  position: relative;
  background: var(--white);
}
.header-2__info-item {
  gap: 10px;
  display: flex;
  text-align: start;
  position: relative;
  align-items: center;
  padding: 11.5px 72px;
  border-right: 1px solid rgba(255, 255, 255, 0.2117647059);
}
@media only screen and (max-width: 1399px) {
  .header-2__info-item {
    padding: 11.5px 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-2__info-item {
    padding: 11.5px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .header-2__info-item {
    flex-wrap: wrap;
  }
}
.header-2__info-item:first-child {
  padding-left: 0;
}
.header-2__info-item:last-child {
  padding-right: 0;
  border-right: none;
}
.header-2__info-icon {
  width: 35px;
  height: 35px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  color: var(--primary-2);
  background: var(--white);
}
.header-2__info-icon i {
  color: var(--primary-1);
}
.header-2__info-title {
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
  color: var(--white);
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: var(--font_archivo);
}
.header-2__info-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  color: var(--white);
  vertical-align: middle;
  transform: translateY(-5px);
  font-family: var(--font_archivo);
}
.header-2__lan {
  gap: 9px;
  display: flex;
  align-items: center;
  position: relative;
}
.header-2__lan .icon i {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: var(--white);
  vertical-align: middle;
  font-family: var(--font_awesome);
}
@media only screen and (max-width: 767px) {
  .header-2__lan {
    display: none;
  }
}
.header-2__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-2__lan .nice-select .current {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  font-family: var(--font_inter);
}
.header-2__lan .nice-select .icon {
  top: 0;
  right: -2px;
  position: absolute;
  transition: all 0.3s;
}
.header-2__lan .nice-select .icon i {
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
  color: #FFFFFF;
  vertical-align: middle;
  font-family: var(--font_awesome);
}
.header-2__lan .nice-select ul li {
  width: inherit;
  height: inherit;
}
.header-2__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-2__lan .nice-select .option {
  line-height: 1;
  font-size: 14px;
  min-height: auto;
  font-weight: 400;
  padding: 12px 10px;
  color: var(--secondary);
}
.header-2__lan .nice-select .option:hover {
  color: var(--primary);
}
.header-2__lan .nice-select .option.selected {
  font-weight: 600;
}
.header-2__lan .nice-select:after {
  display: none;
}
.header-2__lan .nice-select.open .icon {
  top: 0;
  transform: rotate(180deg);
}

/* === 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__wrapper::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: linear-gradient(90deg, #152B33 66.77%, rgba(21, 43, 51, 0.84) 100%);
}
.footer__shape {
  position: absolute;
  z-index: -1;
  right: -256px;
  bottom: -203px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .footer__shape {
    display: none;
  }
}
.footer__top {
  gap: 105px;
  display: grid;
  align-items: center;
  padding: 113px 0 98px 0;
  grid-template-columns: 1fr 560px;
}
@media only screen and (max-width: 1399px) {
  .footer__top {
    gap: 38px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__top {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .footer__top {
    gap: 20px;
    padding: 40px 0 0px 0;
    grid-template-columns: 1fr 400px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__top {
    grid-template-columns: 1fr;
  }
}
.footer__top-content {
  text-align: start;
  position: relative;
}
.footer__top-content .title {
  font-size: 44px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 13px;
  color: var(--white);
  vertical-align: middle;
  font-family: var(--font_space-grotesk);
}
@media only screen and (max-width: 1399px) {
  .footer__top-content .title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__top-content .title {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__top-content .title {
    font-size: 26px;
    line-height: 38px;
  }
}
.footer__top-content .desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: var(--white);
  letter-spacing: 0.16px;
  vertical-align: middle;
  font-family: var(--font_inter);
}
@media (max-width: 575px) {
  .footer__top-content .desc {
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .footer__top-from {
    margin-top: 10px;
  }
}
.footer__top-from form {
  display: flex;
  position: relative;
  align-items: center;
  border-radius: 100px;
  background: var(--white);
  justify-content: space-between;
}
@media (max-width: 575px) {
  .footer__top-from form {
    flex-wrap: wrap;
    background: none;
  }
}
.footer__top-from form .icon {
  top: 14px;
  left: 30px;
  position: absolute;
}
@media only screen and (max-width: 1399px) {
  .footer__top-from form .icon {
    top: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__top-from form .icon {
    top: 14px;
    left: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__top-from form .icon {
    left: 17px;
    top: 13px;
  }
}
@media (max-width: 575px) {
  .footer__top-from form .icon {
    left: 17px;
    top: 8px;
  }
}
.footer__top-from form .icon i {
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: var(--primary);
  vertical-align: middle;
  font-family: var(--font_awesome);
}
.footer__top-from form input {
  border: none;
  width: 56%;
  margin-left: 55px;
  background: transparent;
}
@media only screen and (max-width: 991px) {
  .footer__top-from form input {
    margin-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__top-from form input {
    margin-left: 40px;
  }
}
@media (max-width: 575px) {
  .footer__top-from form input {
    width: 100%;
    margin-left: 0;
    padding-right: 10px;
    border-radius: 100px;
    background: var(--white);
    padding: 10px 20px 10px 40px;
  }
}
.footer__top-from form input:focus {
  outline: none;
}
.footer__top-from form input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  vertical-align: middle;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.footer__top-from form .rr-btn {
  margin: 4px;
  padding: 16px 38.4px;
}
@media only screen and (max-width: 991px) {
  .footer__top-from form .rr-btn {
    padding: 16px 18.4px;
  }
}
@media (max-width: 575px) {
  .footer__top-from form .rr-btn {
    margin-top: 15px;
  }
}
.footer__top-from form .rr-btn .btn-wrap .text-two {
  color: var(--white);
}
.footer__top-from form .rr-btn .btn-wrap .text-two i {
  color: var(--white);
}
.footer__top-from form .rr-btn::before {
  background: var(--secondary);
}
.footer__widgets-wrapper {
  z-index: 2;
  display: grid;
  position: relative;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  grid-template-columns: 466px 243px 283px 385px;
}
@media only screen and (max-width: 1399px) {
  .footer__widgets-wrapper {
    gap: 0;
    margin: 0;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1199px) {
  .footer__widgets-wrapper {
    gap: 0;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .footer__widgets-wrapper {
    gap: 0;
    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 {
    margin: 40px 0 0 0;
    grid-template-columns: 1fr;
  }
}
.footer__widget {
  text-align: start;
  padding: 80px 55px 80px 55px;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
@media only screen and (max-width: 1399px) {
  .footer__widget {
    padding: 80px 30px 70px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__widget {
    padding: 30px 30px 30px 30px;
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer__widget {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .footer__widget {
    margin-bottom: 10px;
    padding: 20px 15px 30px 15px;
  }
}
.footer__widget:first-child {
  padding: 80px 55px 70px 75px;
}
@media only screen and (max-width: 1399px) {
  .footer__widget:first-child {
    padding: 80px 15px 70px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__widget:first-child {
    padding: 30px 30px 30px 30px;
  }
}
@media (max-width: 575px) {
  .footer__widget:first-child {
    padding: 35px 15px 15px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__widget:nth-child(3) {
    padding-top: 0;
  }
}
.footer__widget:last-child {
  border-right: none;
}
@media only screen and (max-width: 767px) {
  .footer__widget:last-child {
    margin-bottom: 0;
    padding-top: 0;
  }
}
.footer__widget .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 46px;
  color: var(--white);
  vertical-align: middle;
  position: relative;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .footer__widget .title {
    font-size: 20px;
  }
}
.footer__widget .title::before {
  content: "";
  left: 0;
  bottom: -61%;
  width: 123px;
  height: 2px;
  display: block;
  position: absolute;
  background: linear-gradient(270deg, rgba(165, 28, 48, 0) 0%, #A51C30 82.11%);
}
.footer__widget .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 21px;
  letter-spacing: 0.16px;
  vertical-align: middle;
  color: var(--white);
  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 {
  gap: 10px;
  display: flex;
  list-style: none;
  margin-bottom: 18px;
  align-items: center;
  color: var(--white);
  transition: all 0.3s ease-in-out;
}
.footer__widget .footer-links li:last-child {
  margin-bottom: 0;
}
.footer__widget .footer-links li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: var(--white);
  vertical-align: middle;
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
}
.footer__widget .footer-links li a:hover {
  color: var(--primary);
}
@media only screen and (max-width: 991px) {
  .footer__widget .footer-links li a {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .footer__widget .footer-links li a {
    font-size: 15px;
  }
}
.footer__widget .footer-links li a i {
  margin-right: 10px;
}
.footer__widget .footer-links li i {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  color: var(--white);
  vertical-align: middle;
  font-family: var(--font_awesome);
}
.footer__social {
  gap: 10px;
  display: flex;
  margin-top: 21px;
  align-items: center;
}
.footer__social a {
  width: 45px;
  height: 45px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  color: var(--secondary);
  background: var(--white);
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .footer__social a {
    width: 35px;
    height: 35px;
  }
}
.footer__social a i {
  color: var(--primary);
  transition: all 0.3s ease-in-out;
}
.footer__social a:hover {
  background: var(--primary);
}
.footer__social a:hover i {
  color: var(--white);
}
.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 {
  z-index: 2;
  background: #0D141B;
  position: relative;
}
.footer__bottom-wrap {
  display: flex;
  align-items: center;
  position: relative;
  padding: 23.5px 0;
  z-index: 2;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .footer__bottom-wrap {
    flex-wrap: wrap;
    gap: 19px;
    justify-content: center;
  }
}
.footer__bottom .copyright {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  color: var(--white);
  font-family: var(--font_inter);
}
@media (max-width: 575px) {
  .footer__bottom .copyright {
    font-size: 15px;
    line-height: 10px;
  }
}
.footer__bottom-menu {
  gap: 23px;
  display: flex;
  align-items: center;
}
.footer__bottom-menu li {
  list-style: none;
}
.footer__bottom-menu li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: var(--white);
  vertical-align: middle;
  font-family: var(--font_inter);
}
.footer__bottom-menu li a:hover {
  color: var(--primary);
}

.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 {
  text-align: center;
}
.section-title .subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  padding: 9px 20.5px;
  border-radius: 100px;
  display: inline-block;
  color: var(--primary);
  vertical-align: middle;
  text-transform: capitalize;
  border: 2px solid #A51C30;
  font-family: var(--font_inter);
}
.section-title .subtitle.text-white {
  color: white;
  border: 2px solid var(--white);
}
.section-title .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  margin-top: 23px;
  text-align: center;
  margin-bottom: 60px;
  vertical-align: middle;
  color: var(--secondary);
  font-family: var(--font_space-grotesk);
}
@media (max-width: 575px) {
  .section-title .title {
    line-height: 36px;
  }
}
.section-title .title.mb-23 {
  margin-bottom: 23px;
}
@media only screen and (max-width: 767px) {
  .section-title .title.mb-23 {
    margin-bottom: 10px;
  }
}
.section-title .title.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .section-title .title.mb-60 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .section-title .title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}

.breadcrumb__area {
  padding-top: 167px;
}
@media only screen and (max-width: 1399px) {
  .breadcrumb__area {
    padding-top: 143px;
  }
}
@media only screen and (max-width: 1199px) {
  .breadcrumb__area {
    padding-top: 80px;
  }
}
.breadcrumb__wrapper {
  background-size: cover;
  padding: 118px 0 119px 0;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .breadcrumb__wrapper {
    padding: 90px 0 90px 0;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb__wrapper {
    padding: 70px 0 70px 0;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb__wrapper {
    padding: 60px 0 60px 0;
  }
}
.breadcrumb__wrapper::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: linear-gradient(90deg, #240E11 9.82%, rgba(36, 14, 17, 0) 49.11%);
}
.breadcrumb__content {
  z-index: 2;
  text-align: start;
  position: relative;
}
.breadcrumb__title {
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: var(--white);
  font-family: var(--font_space-grotesk);
}
@media only screen and (max-width: 991px) {
  .breadcrumb__title {
    font-size: 40px;
    line-height: 45px;
  }
}
@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: 15px;
}
.breadcrumb__list span {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
}
.breadcrumb__list .home-icon {
  margin: 0 6px;
}

/* === pages scss (index 01) === */
.hero-section {
  position: relative;
}
.hero-section.swiper {
  position: relative;
}
.hero-section__wrap {
  text-align: start;
  padding-top: 374px;
  position: relative;
  padding-bottom: 191px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1599px) {
  .hero-section__wrap {
    padding-top: 320px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-section__wrap {
    padding-top: 240px;
    padding-bottom: 160px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-section__wrap {
    padding-top: 200px;
    padding-bottom: 170px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section__wrap {
    padding-top: 150px;
    padding-bottom: 120px;
  }
}
.hero-section__wrap::before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(90deg, #240E11 9.82%, rgba(36, 14, 17, 0) 49.11%);
}
.hero-section__content {
  z-index: 1;
  max-width: 770px;
  position: relative;
}
.hero-section__title {
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  color: var(--white);
  margin-bottom: 18px;
  vertical-align: middle;
  font-family: var(--font_space-grotesk);
}
@media only screen and (max-width: 1199px) {
  .hero-section__title {
    font-size: 64px;
    line-height: 74px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section__title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section__title {
    font-size: 35px;
    line-height: 47px;
  }
}
.hero-section__dec {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--white);
  padding-right: 40px;
  vertical-align: middle;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .hero-section__dec {
    margin: 25px 0;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section__dec {
    margin: 10px 0;
  }
}
@media (max-width: 575px) {
  .hero-section__dec {
    padding-right: 0;
  }
}
.hero-section__btn {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 41px;
  align-items: center;
}
@media only screen and (max-width: 1399px) {
  .hero-section__btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section__btn {
    margin-bottom: 20px;
  }
}
.hero-section__btn .rr-btn {
  font-weight: 700;
}
.hero-section__btn .btn_one .rr-btn {
  font-weight: 700;
  padding: 19.5px 35.2px;
}
.hero-section__btn .btn_two .rr-btn {
  padding: 19.5px 33px;
  backdrop-filter: blur(50px);
  transition: all 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.hero-section__btn .btn_two .rr-btn .btn-wrap .text-one {
  color: var(--white);
}
.hero-section__btn .btn_two .rr-btn .btn-wrap .text-one i {
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
  color: var(--white);
  vertical-align: middle;
  font-family: var(--font_awesome);
}
.hero-section__btn .btn_two .rr-btn .btn-wrap .text-two {
  color: var(--primary);
}
.hero-section__btn .btn_two .rr-btn .btn-wrap .text-two i {
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
  color: var(--primary);
  vertical-align: middle;
  font-family: var(--font_awesome);
}
.hero-section__btn .btn_two .rr-btn:hover {
  border-color: var(--white);
}
.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__active .swiper-slide-active .hero-section__subtitle {
  opacity: 0;
  animation: anim-left 0.6s forwards ease 0.4s;
}
.hero-section__active .swiper-slide-active .hero-section__title {
  opacity: 0;
  animation: anim-left 0.6s forwards ease 0.4s;
}
.hero-section__active .swiper-slide-active .hero-section__dec {
  opacity: 0;
  animation: anim-left 0.6s forwards ease 0.4s;
}
.hero-section__active .swiper-slide-active .hero-section__btn {
  opacity: 0;
  animation: anim-left 0.6s forwards ease 0.4s;
}
.hero-section__arrow {
  left: 6.1%;
  right: 6.1%;
  bottom: 35%;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: space-between;
  z-index: 9999999999999;
}
@media only screen and (max-width: 1800px) {
  .hero-section__arrow {
    left: 1.1%;
  }
}
@media only screen and (max-width: 1599px) {
  .hero-section__arrow {
    gap: 20px;
    left: 50%;
    bottom: 25px;
    justify-content: center;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 991px) {
  .hero-section__arrow {
    gap: 15px;
    bottom: 20px;
  }
}
.hero-section__swiper-button-next {
  width: 67px;
  height: 67px;
  display: flex;
  color: var(--white);
  align-items: center;
  border-radius: 100px;
  justify-content: center;
  border: 2px solid var(--white);
  transition: all 0.3s ease-in-out;
}
.hero-section__swiper-button-next:hover {
  color: var(--primary);
  background: var(--white);
}
@media only screen and (max-width: 1399px) {
  .hero-section__swiper-button-next {
    width: 50px;
    height: 50px;
  }
}
.hero-section__swiper-button-prev {
  width: 67px;
  height: 67px;
  display: flex;
  color: var(--white);
  align-items: center;
  border-radius: 100px;
  justify-content: center;
  border: 2px solid var(--white);
  transition: all 0.3s ease-in-out;
}
.hero-section__swiper-button-prev:hover {
  color: var(--primary);
  background: var(--white);
}
@media only screen and (max-width: 1399px) {
  .hero-section__swiper-button-prev {
    width: 50px;
    height: 50px;
  }
}

.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-section__wrapper {
  background: #F0F0E8;
}
.about-section__thumb {
  z-index: 2;
  position: relative;
  border-radius: 20px;
}
.about-section__thumb::before {
  content: "";
  z-index: -1;
  right: -7px;
  width: 535px;
  bottom: -20px;
  height: 559px;
  display: block;
  position: absolute;
  border-radius: 20px;
  border: 2px solid var(--primary);
}
@media only screen and (max-width: 1399px) {
  .about-section__thumb::before {
    right: -7px;
    width: 465px;
    bottom: -10px;
    height: 494px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-section__thumb::before {
    display: none;
  }
}
.about-section__thumb img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media only screen and (max-width: 991px) {
  .about-section__thumb img {
    margin-top: 0;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .about-section__thumb img {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .about-section__thumb {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-section__thumb {
    margin-bottom: 50px;
  }
}
.about-section__feature-card {
  left: -17%;
  bottom: 19%;
  display: flex;
  position: absolute;
  align-items: center;
  border-radius: 40px;
  flex-direction: column;
  background: var(--white);
  justify-content: center;
  padding: 36px 37px 36px 37px;
  border: 4px solid rgba(165, 28, 48, 0.0901960784);
}
@media only screen and (max-width: 1599px) {
  .about-section__feature-card {
    left: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 1399px) {
  .about-section__feature-card {
    left: 0;
    bottom: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-section__feature-card {
    left: -1%;
  }
}
@media only screen and (max-width: 991px) {
  .about-section__feature-card {
    position: inherit;
    margin-top: 20px;
    bottom: inherit;
  }
}
@media (max-width: 575px) {
  .about-section__feature-card {
    bottom: 0;
    position: inherit;
  }
}
.about-section__feature-card .icon {
  width: 90px;
  height: 90px;
  display: flex;
  border-radius: 60px;
  align-items: center;
  justify-content: center;
  background: var(--primary);
}
.about-section__feature-card .icon img {
  margin: 0;
}
.about-section__feature-card .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  margin-top: 20px;
  vertical-align: middle;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.about-section__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--gray);
  vertical-align: middle;
  font-family: var(--font_inter);
}
.about-section__list {
  margin: 28.3px 0 37px 0;
}
@media only screen and (max-width: 1399px) {
  .about-section__list {
    margin: 28.3px 0 25px 0;
  }
}
.about-section__list li {
  gap: 13px;
  display: flex;
  font-size: 16px;
  list-style: none;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 22px;
  align-items: center;
  color: var(--secondary);
  vertical-align: middle;
  font-family: var(--font_inter);
}
.about-section__list li i {
  color: var(--primary);
}
.about-section__small-box {
  gap: 20px;
  display: flex;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid #E5E5E5;
}
.about-section__small-box img {
  border-radius: 10px;
}
@media (max-width: 575px) {
  .about-section__small-box img {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .about-section__small-box {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .about-section__small-box {
    flex-wrap: inherit;
  }
}
@media (max-width: 575px) {
  .about-section__small-box {
    flex-wrap: wrap;
  }
}
.about-section__small-box .text .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 9px;
  vertical-align: middle;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.about-section__small-box .text .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--gray);
  vertical-align: middle;
  font-family: var(--font_inter);
}
.about-section__content {
  padding-left: 42px;
}
@media only screen and (max-width: 1199px) {
  .about-section__content {
    padding-left: 0;
  }
}
.about-section__content .section-title {
  text-align: start;
}
.about-section__btn {
  gap: 30px;
  display: flex;
  margin-top: 27px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .about-section__btn {
    flex-wrap: wrap;
  }
}
.about-section__btn .rr-btn {
  font-weight: 700;
  padding: 19.5px 30.7px;
}
.about-section__btn .rr-btn::before {
  background: var(--secondary);
}
.about-section__btn .rr-btn .btn-wrap .text-two {
  color: var(--white);
}
.about-section__btn .contact-box {
  gap: 15px;
  display: flex;
  align-items: center;
}
.about-section__btn .contact-box .icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  border-radius: 100px;
  justify-content: center;
  background: var(--primary);
}
.about-section__btn .contact-box .icon i {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: var(--white);
  vertical-align: middle;
  font-family: var(--font_awesome);
}
.about-section__btn .contact-box .info span {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: var(--gray);
  vertical-align: middle;
  font-family: var(--font_inter);
}
.about-section__btn .contact-box .info .number {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 8px;
  vertical-align: middle;
  color: var(--secondary);
  font-family: var(--font_inter);
}
@media (max-width: 575px) {
  .about-section__btn .contact-box .info .number {
    font-size: 18px;
  }
}

.skill-section {
  background: #F0F5F7;
  border-radius: 4px 0px 0px 4px;
  padding-left: 15px;
}
@media only screen and (max-width: 991px) {
  .skill-section {
    padding: 0 15px;
  }
}
.skill-section__wrapper {
  max-width: 1650px;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 991px) {
  .skill-section__wrapper {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .skill-section__wrapper {
    padding-bottom: 60px;
  }
}
.skill-section__inner {
  display: grid;
  grid-template-columns: 760px 1fr;
  gap: 70px;
}
@media only screen and (max-width: 1399px) {
  .skill-section__inner {
    grid-template-columns: 660px 1fr;
    gap: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .skill-section__inner {
    grid-template-columns: 520px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .skill-section__inner {
    grid-template-columns: 1fr;
  }
}
.skill-section__wrap {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .skill-section__wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .skill-section__wrap {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .skill-section__wrap {
    padding-top: 60px;
    padding-bottom: 0px;
  }
}
.skill-section__wrap .section-title {
  text-align: start;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .skill-section__wrap .section-title .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .skill-section__wrap .section-title .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 41px;
  }
}
.skill-section__wrap .section-title .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #888888;
  font-family: var(--font_inter);
  max-width: 760px;
  margin-top: 24px;
}
@media only screen and (max-width: 991px) {
  .skill-section__thumb {
    max-height: 400px;
  }
}
.skill-section__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.skill-section__progress {
  margin-top: 34px;
}
.skill-section__progress__wrap {
  width: 100%;
}
.skill-section__progress__wrap label {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #033A5B;
  font-family: var(--font_space-grotesk);
}
.skill-section__progress__wrap .progress-outer {
  position: relative;
}
.skill-section__progress__wrap .progress-outer .progress-num {
  top: -41px;
  display: flex;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #033A5B;
  position: absolute;
  align-items: center;
  justify-content: end;
  font-family: var(--font_inter);
  position: absolute;
  transform: translateX(-50%);
}
.skill-section__progress__wrap .progress-outer .progress {
  background: rgba(165, 28, 48, 0.1);
  border-radius: 35px;
  height: 10px;
}
.skill-section__progress__wrap .progress-outer .progress .progress-bar {
  color: var(--white);
  border-radius: 10px;
  background: var(--primary);
}
.skill-section__progress .progress {
  width: 100%;
  height: 10px;
  background: red;
  border-radius: 50px;
  overflow: hidden;
}
.skill-section__progress .progress .progress-bar {
  height: 100%;
  width: 0%;
  background: var(red);
  border-radius: 50px;
  transition: width 1.3s ease;
}
.skill-section__progress__item {
  gap: 30px;
  padding: 8px 0;
  border-radius: 5px;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .skill-section__progress__item {
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
}
.skill-section__progress__item:last-child {
  margin-bottom: 0;
}
.skill-section__progress__item .icon {
  display: flex;
  padding: 18px 18px;
  border-radius: 5px;
  align-items: center;
  background: var(--white);
  justify-content: center;
}
@media (max-width: 575px) {
  .skill-section__progress__item .icon {
    padding: 12px 12px;
  }
}

.brand-section__inner .brand__slider .swiper-wrapper {
  display: flex;
  column-gap: 10px;
  align-items: center;
  justify-content: space-between;
  transition-timing-function: linear;
}
.brand-section__inner .brand__slider .swiper-wrapper .swiper-slide {
  width: auto;
}

.service-section__item {
  border-radius: 15px;
  border: 1px solid #E5E5E5;
  margin-bottom: 24px;
}
.service-section__thumb {
  max-width: 327px;
  max-height: 370px;
  margin-left: -1px;
  margin-right: -1px;
}
@media only screen and (max-width: 1399px) {
  .service-section__thumb {
    max-width: 100%;
    max-height: 100%;
  }
}
.service-section__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.service-section__content {
  z-index: 2;
  margin-top: -59px;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 30px;
  background: var(--white);
  padding: 25.5px 40px 23px 40px;
}
@media only screen and (max-width: 1399px) {
  .service-section__content {
    padding: 25.5px 20px 23px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .service-section__content {
    margin-left: 10px;
    margin-right: 10px;
    padding: 25.5px 15px 23px 15px;
  }
}
.service-section__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  margin-top: 5px;
  display: block;
  margin-bottom: 10px;
  vertical-align: middle;
  color: var(--secondary);
  font-family: var(--font_inter);
}
@media only screen and (max-width: 991px) {
  .service-section__title {
    font-size: 20px;
  }
}
.service-section__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: var(--gray);
  vertical-align: middle;
  font-family: var(--font_inter);
}

.practice-details__wrapper {
  display: grid;
  grid-template-columns: 1fr 388px;
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .practice-details__wrapper {
    grid-template-columns: 1fr 370px;
    gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .practice-details__wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.practice-details__wrap {
  background: #F0F5F7;
  border-radius: 15px;
  padding: 40px;
}
@media only screen and (max-width: 1399px) {
  .practice-details__wrap {
    padding: 40px 20px;
  }
}
@media (max-width: 575px) {
  .practice-details__wrap {
    padding: 30px 15px;
  }
}
.practice-details__wrap .contact-page__wrapper {
  background: inherit;
}
.practice-details__wrap .contact-page__contact-from {
  padding: 0;
  margin-top: 50px;
}
.practice-details__wrap .contact-page__contact-from form .rr-btn::before {
  background: #0A0A0A;
}
.practice-details__wrap .contact-page__contact-from form .rr-btn .text-two {
  gap: 4px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  gap: 5px;
}
.practice-details__wrap .contact-page__contact-from form .rr-btn .text-two i {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}
.practice-details__wrap .contact-page__contact-from form button {
  display: flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  align-items: center;
  text-align: center;
  color: var(--white);
  padding: 14.5px 38.5px;
  border-radius: 100px;
  justify-content: center;
  font-family: var(--font_inter);
  margin-top: 24px;
}
.practice-details__wrap .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;
}
.practice-details__wrap .contact-page__contact-from form button .text-one i {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.practice-details__wrap .contact-page__contact-from .ajax-response {
  margin-top: 15px;
}
.practice-details__wrap .contact-page__contact-from .ajax-response.error {
  color: var(--primary);
}
.practice-details__wrap .contact-page__contact-from .ajax-response.success {
  color: #198754;
}
.practice-details__wrap .contact-page__title {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #0A0A0A;
  margin-bottom: 22px;
  font-family: var(--font_space-grotesk);
}
.practice-details__wrap .contact-page__decs {
  display: flex;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  align-items: center;
  font-family: var(--font_inter);
}
.practice-details__wrap .contact-page__form-group {
  gap: 20px;
  display: flex;
  margin-top: 29px;
  align-items: center;
}
@media (max-width: 575px) {
  .practice-details__wrap .contact-page__form-group {
    gap: 0;
    flex-wrap: wrap;
  }
}
.practice-details__wrap .contact-page__input {
  width: 100%;
  position: relative;
  margin-bottom: 24px;
}
.practice-details__wrap .contact-page__input input {
  width: 100%;
  border: none;
  height: 52px;
  background: rgba(34, 33, 39, 0.05);
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  padding: 17.5px 20px 17.5px 20px;
  border: 1px solid none;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
}
.practice-details__wrap .contact-page__input input::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  font-family: var(--font_inter);
}
.practice-details__wrap .contact-page__input input:hover, .practice-details__wrap .contact-page__input input:focus {
  border-color: #E5E5E5 !important;
  box-shadow: none;
  outline: none;
  background: rgba(34, 33, 39, 0.05);
  border-radius: 100px;
}
.practice-details__wrap .contact-page__icon i {
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: var(--body_text);
}
.practice-details__wrap .contact-page__select {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
.practice-details__wrap .contact-page__select i {
  top: 20px;
  left: 20px;
  display: block;
  position: absolute;
  color: var(--primary);
}
.practice-details__wrap .contact-page__select .nice-select {
  float: inherit;
  height: 52px;
  border: none;
  position: relative;
  background-color: var(--white);
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--light_bg);
  padding: 0;
  background: rgba(34, 33, 39, 0.05);
  width: 100%;
  border-radius: 100px;
}
.practice-details__wrap .contact-page__select .nice-select .icon {
  position: absolute;
  top: 0%;
  right: 56px;
  font-size: 20px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.practice-details__wrap .contact-page__select .nice-select .icon i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #4E4E4E;
}
.practice-details__wrap .contact-page__select .nice-select.open {
  background: rgba(34, 33, 39, 0.05);
  border-color: var(--secondary);
}
.practice-details__wrap .contact-page__select .nice-select.open .icon i {
  transform: rotate(180deg);
}
.practice-details__wrap .contact-page__select .nice-select::after {
  display: none;
}
.practice-details__wrap .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;
}
.practice-details__wrap .contact-page__select .nice-select:focus {
  outline: none;
}
.practice-details__wrap .contact-page__select .nice-select .list {
  width: 100%;
}
.practice-details__wrap .contact-page__icon {
  top: 17px;
  right: 24px;
  position: absolute;
}
.practice-details__wrap .contact-page__icon i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #4E4E4E;
}
.practice-details__wrap .contact-page__textarea textarea {
  width: 100%;
  border: none;
  margin-bottom: 17px;
  padding: 17px 24px 127px 24px;
  border: 1px solid none;
  background: rgba(34, 33, 39, 0.05);
  border-radius: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
}
.practice-details__wrap .contact-page__textarea textarea::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  font-family: var(--font_inter);
}
.practice-details__wrap .contact-page__textarea textarea:hover, .practice-details__wrap .contact-page__textarea textarea:focus {
  border-color: #E5E5E5 !important;
  box-shadow: none;
  outline: none;
  background: rgba(34, 33, 39, 0.05);
  border-radius: 20px;
}
.practice-details__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.practice-details__content .title {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
  color: #0A0A0A;
  font-family: var(--font_space-grotesk);
  margin-bottom: 25px;
  margin-top: 32px;
}
@media (max-width: 575px) {
  .practice-details__content .title {
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
.practice-details__content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #666666;
  font-family: var(--font_inter);
  margin-bottom: 18px;
  max-width: 868px;
}
.practice-details__item-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 35px;
}
@media only screen and (max-width: 1199px) {
  .practice-details__item-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.practice-details__item .content .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #0A0A0A;
  font-family: var(--font_space-grotesk);
  margin-bottom: 18px;
}
@media (max-width: 575px) {
  .practice-details__item .content .title {
    font-size: 28px;
    line-height: 32px;
  }
}
.practice-details__item .content .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #666666;
  font-family: var(--font_inter);
  max-width: 424px;
  margin-bottom: 17px;
}
.practice-details__list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #666666;
  font-family: var(--font_inter);
  list-style: none;
  max-width: 340px;
  margin-bottom: 11px;
  display: flex;
}
.practice-details__list li:last-child {
  margin-bottom: 0;
}
.practice-details__list li strong {
  margin-right: 10px;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #666666;
  font-family: var(--font_inter);
  list-style: none;
}
.practice-details__image {
  margin-top: 55px;
  margin-right: 4px;
}
@media only screen and (max-width: 1199px) {
  .practice-details__image {
    margin-top: 0;
    max-height: 350px;
  }
}
.practice-details__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.practice-details__info {
  margin-top: 34px;
  border-bottom: 1px solid rgba(182, 157, 116, 0.2);
  padding-bottom: 58px;
}
@media only screen and (max-width: 991px) {
  .practice-details__info {
    padding-bottom: 30px;
    margin-top: 20px;
  }
}
.practice-details__info .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #0A0A0A;
  font-family: var(--font_space-grotesk);
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .practice-details__info .title {
    font-size: 25px;
    line-height: 29px;
  }
}
.practice-details__info .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #666666;
  font-family: var(--font_inter);
}

.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__wrapper {
  position: relative;
  background: #152B33;
}
.our-team__shape {
  z-index: 8;
  bottom: -17%;
  right: -13.5%;
  position: absolute;
}
@media only screen and (max-width: 1800px) {
  .our-team__shape {
    display: none;
  }
}
.our-team__thumb {
  position: relative;
  overflow: hidden;
}
.our-team__thumb img {
  border-radius: 15px;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 575px) {
  .our-team__thumb img {
    width: 100%;
  }
}
.our-team__thumb::before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  position: absolute;
  border-radius: 15px;
  visibility: visible;
  background: rgba(36, 6, 10, 0.5019607843);
  transition: all 0.3s ease-in-out;
}
.our-team__thumb:hover::before {
  opacity: 1;
  visibility: visible;
}
.our-team__thumb:hover .our-team__author {
  transform: translateY(0);
}
.our-team__thumb:hover .our-team__social {
  opacity: 1;
  visibility: visible;
}
.our-team__author {
  left: 9%;
  bottom: 8%;
  text-align: start;
  position: absolute;
  transform: translateY(60px);
  transition: all 0.3s ease-in-out;
}
.our-team__author .desgn {
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: var(--white);
  letter-spacing: 0.36px;
  vertical-align: middle;
  display: inline-block;
  padding: 6px 6px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(50px);
}
.our-team__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 11px;
  vertical-align: middle;
  color: var(--white);
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .our-team__name {
    font-size: 22px;
  }
}
.our-team__social {
  gap: 8px;
  display: flex;
  margin-top: 20px;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.our-team__social a {
  width: 34px;
  height: 34px;
  display: flex;
  border-radius: 17px;
  align-items: center;
  color: var(--primary);
  justify-content: center;
  background: var(--white);
  transition: all 0.3s ease-in-out;
}
.our-team__social a:hover {
  color: var(--white);
  background: var(--primary);
}
.our-team__social a i {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
}

.work-steps__wrapper {
  position: relative;
  z-index: 1;
}
.work-steps__wrapper__title {
  z-index: 444;
  position: relative;
}
.work-steps-slider-active {
  margin-bottom: 34px;
}
.work-steps-slider-active__rtl .swiper-wrapper {
  transition-timing-function: linear;
}
.work-steps-slider-active__rtl .swiper-wrapper .swiper-slide {
  width: auto;
}
.work-steps__title {
  display: block;
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
  white-space: nowrap;
  vertical-align: middle;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.05);
  font-family: var(--font_space-grotesk);
}
@media only screen and (max-width: 1199px) {
  .work-steps__title {
    font-size: 97px;
  }
}
@media only screen and (max-width: 991px) {
  .work-steps__title {
    font-size: 60px;
    letter-spacing: 0;
    line-height: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .work-steps__title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .work-steps__title {
    font-size: 30px;
  }
}

.team-page .our-team__thumb {
  margin-bottom: 24px;
}

.video-section__wrapper {
  padding: 0 50px;
}
@media only screen and (max-width: 1399px) {
  .video-section__wrapper {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 991px) {
  .video-section__wrapper {
    padding: 0 15px;
  }
}
.video-section__thumb {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .video-section__thumb {
    height: 350px;
  }
}
.video-section__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.video-section__thumb .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  color: var(--primary);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 20px solid rgba(255, 255, 255, 0.6);
}
.video-section__thumb .play-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}
.video-section__thumb .play-btn i {
  font-size: 27px;
  line-height: 20px;
}

.team-details__wrapper {
  display: grid;
  grid-template-columns: 1fr 388px;
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .team-details__wrapper {
    grid-template-columns: 1fr 370px;
    gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .team-details__wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.team-details__wrap {
  background: #F0F5F7;
  border-radius: 15px;
  padding: 40px;
}
@media only screen and (max-width: 991px) {
  .team-details__wrap {
    padding: 40px 20px;
  }
}
.team-details__inner {
  display: grid;
  grid-template-columns: 414px 1fr;
  gap: 36px;
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
  padding-bottom: 50px;
}
@media only screen and (max-width: 1399px) {
  .team-details__inner {
    grid-template-columns: 340px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .team-details__inner {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .team-details__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .team-details__inner {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .team-details__thumb {
    max-height: 400px;
  }
}
.team-details__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.team-details__info .title {
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  text-transform: capitalize;
  color: #0A0A0A;
  font-family: var(--font_space-grotesk);
  margin-bottom: 30px;
}
.team-details__list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #666666;
  font-family: var(--font_inter);
  margin-bottom: 13px;
  list-style: none;
}
@media only screen and (max-width: 1399px) {
  .team-details__list li br {
    display: none;
  }
}
.team-details__list li:last-child {
  margin-bottom: 0;
}
.team-details__list li strong {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  margin-right: 6px;
}
.team-details__socail {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 16px;
}
.team-details__socail li {
  list-style: none;
  color: #B3B3B3;
}
.team-details__content .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-transform: capitalize;
  color: #0A0A0A;
  font-family: var(--font_space-grotesk);
  margin-top: 40px;
  margin-bottom: 16px;
}
.team-details__content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #666666;
  font-family: var(--font_inter);
  margin-bottom: 20px;
  max-width: 862px;
}
.team-details__item-box {
  display: grid;
  grid-template-columns: 521px 1fr;
  gap: 22px;
}
@media only screen and (max-width: 1399px) {
  .team-details__item-box {
    grid-template-columns: 400px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .team-details__item-box {
    grid-template-columns: 1fr;
  }
}
.team-details__memberships .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-transform: capitalize;
  color: #0A0A0A;
  font-family: var(--font_space-grotesk);
  margin-bottom: 15px;
}
@media only screen and (max-width: 1399px) {
  .team-details__memberships .title {
    font-size: 26px;
    line-height: 33px;
  }
}
.team-details__memberships .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #666666;
  font-family: var(--font_inter);
  max-width: 515px;
  margin-bottom: 15px;
}
.team-details__memberships .memberships-list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #666666;
  font-family: var(--font_inter);
  list-style: none;
  margin-bottom: 7px;
}
.team-details__memberships .memberships-list li:last-child {
  margin-bottom: 0;
}
.team-details__memberships .memberships-list li strong {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #0A0A0A;
  font-family: var(--font_inter);
}
.team-details__brand .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-transform: capitalize;
  color: #0A0A0A;
  font-family: var(--font_space-grotesk);
  margin-bottom: 30px;
}
.team-details__brand .brand-image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 39px;
}
.team-details .contact-page__wrapper {
  background: inherit;
}
.team-details .contact-page__contact-from {
  padding: 0;
  margin-top: 50px;
}
.team-details .contact-page__contact-from form .rr-btn::before {
  background: #0A0A0A;
}
.team-details .contact-page__contact-from form .rr-btn .text-two {
  gap: 4px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  gap: 5px;
}
.team-details .contact-page__contact-from form .rr-btn .text-two i {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}
.team-details .contact-page__contact-from form button {
  display: flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  align-items: center;
  text-align: center;
  color: var(--white);
  padding: 14.5px 38.5px;
  border-radius: 100px;
  justify-content: center;
  font-family: var(--font_inter);
  margin-top: 24px;
}
.team-details .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;
}
.team-details .contact-page__contact-from form button .text-one i {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.team-details .contact-page__contact-from .ajax-response {
  margin-top: 15px;
}
.team-details .contact-page__contact-from .ajax-response.error {
  color: var(--primary);
}
.team-details .contact-page__contact-from .ajax-response.success {
  color: #198754;
}
.team-details .contact-page__title {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #0A0A0A;
  margin-bottom: 22px;
  font-family: var(--font_space-grotesk);
}
.team-details .contact-page__decs {
  display: flex;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  align-items: center;
  font-family: var(--font_inter);
}
.team-details .contact-page__form-group {
  gap: 20px;
  display: flex;
  margin-top: 29px;
  align-items: center;
}
@media (max-width: 575px) {
  .team-details .contact-page__form-group {
    gap: 0;
    flex-wrap: wrap;
  }
}
.team-details .contact-page__input {
  width: 100%;
  position: relative;
  margin-bottom: 24px;
}
.team-details .contact-page__input input {
  width: 100%;
  border: none;
  height: 52px;
  background: rgba(34, 33, 39, 0.05);
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  padding: 17.5px 20px 17.5px 20px;
  border: 1px solid none;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
}
.team-details .contact-page__input input::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  font-family: var(--font_inter);
}
.team-details .contact-page__input input:hover, .team-details .contact-page__input input:focus {
  border-color: #E5E5E5 !important;
  box-shadow: none;
  outline: none;
  background: rgba(34, 33, 39, 0.05);
  border-radius: 100px;
}
.team-details .contact-page__icon i {
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: var(--body_text);
}
.team-details .contact-page__select {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
.team-details .contact-page__select i {
  top: 20px;
  left: 20px;
  display: block;
  position: absolute;
  color: var(--primary);
}
.team-details .contact-page__select .nice-select {
  float: inherit;
  height: 52px;
  border: none;
  position: relative;
  background-color: var(--white);
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--light_bg);
  padding: 0;
  background: rgba(34, 33, 39, 0.05);
  width: 100%;
  border-radius: 100px;
}
.team-details .contact-page__select .nice-select .icon {
  position: absolute;
  top: 0%;
  right: 56px;
  font-size: 20px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.team-details .contact-page__select .nice-select .icon i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #4E4E4E;
}
.team-details .contact-page__select .nice-select.open {
  background: rgba(34, 33, 39, 0.05);
  border-color: var(--secondary);
}
.team-details .contact-page__select .nice-select.open .icon i {
  transform: rotate(180deg);
}
.team-details .contact-page__select .nice-select::after {
  display: none;
}
.team-details .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;
}
.team-details .contact-page__select .nice-select:focus {
  outline: none;
}
.team-details .contact-page__select .nice-select .list {
  width: 100%;
}
.team-details .contact-page__icon {
  top: 17px;
  right: 24px;
  position: absolute;
}
.team-details .contact-page__icon i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #4E4E4E;
}
.team-details .contact-page__textarea textarea {
  width: 100%;
  border: none;
  margin-bottom: 17px;
  padding: 17px 24px 127px 24px;
  border: 1px solid none;
  background: rgba(34, 33, 39, 0.05);
  border-radius: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
}
.team-details .contact-page__textarea textarea::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  font-family: var(--font_inter);
}
.team-details .contact-page__textarea textarea:hover, .team-details .contact-page__textarea textarea:focus {
  border-color: #E5E5E5 !important;
  box-shadow: none;
  outline: none;
  background: rgba(34, 33, 39, 0.05);
  border-radius: 20px;
}
.team-details__progress .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-transform: capitalize;
  color: #0A0A0A;
  font-family: var(--font_space-grotesk);
  margin-top: 14px;
  margin-bottom: 15px;
}
.team-details__progress .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #666666;
  font-family: var(--font_inter);
  max-width: 870px;
}
.team-details__progress .skill-section__progress__wrap label {
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
  text-transform: capitalize;
  color: #0A0A0A;
  font-family: var(--font_space-grotesk);
}

.counter__wrapper {
  background: #E4F2F6;
}
.counter__count {
  text-align: start;
  border-radius: 15px;
  background: var(--white);
  padding: 24px 38px 33px 38px;
}
@media only screen and (max-width: 991px) {
  .counter__count {
    padding: 10px 15px 25px 15px;
  }
}
.counter__count h4 {
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
  padding-bottom: 20px;
  vertical-align: middle;
  border-bottom: 1px solid #E5E5E5;
  font-family: var(--font_space-grotesk);
}
.counter__count h4 span {
  font-family: var(--font_space-grotesk);
}
@media only screen and (max-width: 1199px) {
  .counter__count h4 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .counter__count h4 {
    font-size: 45px;
    padding-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .counter__count h4 {
    font-size: 35px;
    line-height: 57px;
    padding-bottom: 0px;
  }
}
.counter__count .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  display: block;
  margin: 26px 0 10px 0;
  vertical-align: middle;
  color: var(--secondary);
  font-family: var(--font_inter);
}
@media only screen and (max-width: 991px) {
  .counter__count .title {
    font-size: 20px;
    margin: 20px 0 10px 0;
  }
}
@media (max-width: 575px) {
  .counter__count .title {
    margin: 15px 0 10px 0;
  }
}
.counter__count .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--gray);
  vertical-align: middle;
  font-family: var(--font_inter);
}

.about-page-counter .counter__wrapper {
  background: var(--white);
}
.about-page-counter .counter__count {
  border: 1px solid rgba(10, 10, 10, 0.1);
  border-radius: 15px;
}

.testimonials-section {
  position: relative;
}
.testimonials-section .section-title {
  position: relative;
  z-index: 1;
}
.testimonials-section .section-title .title {
  margin-bottom: 0;
}
.testimonials-section .shape {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.testimonials-section__item {
  background: #FFFFFF;
  box-shadow: 0px 8px 56px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 30px 30px 61px 30px;
  position: relative;
}
@media only screen and (max-width: 1399px) {
  .testimonials-section__item {
    padding: 30px 30px 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonials-section__item {
    padding: 30px 30px 30px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonials-section__item {
    padding: 30px 30px 30px 20px;
  }
}
.testimonials-section__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
@media only screen and (max-width: 991px) {
  .testimonials-section__wrap {
    flex-wrap: wrap;
  }
}
.testimonials-section__author-box {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.testimonials-section__author-box .author-img {
  width: 80px;
  height: 80px;
}
.testimonials-section__author-box .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials-section__author-box .author-details .name {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #000000;
  font-family: var(--font_inter);
}
@media (max-width: 575px) {
  .testimonials-section__author-box .author-details .name {
    font-size: 15px;
    line-height: 28px;
  }
}
.testimonials-section__author-box .author-details .decs {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: var(--primary);
  font-family: var(--font_inter);
}
.testimonials-section__rating ul {
  display: flex;
  align-items: center;
  gap: 1px;
}
.testimonials-section__rating ul li {
  list-style: none;
}
.testimonials-section__rating ul li i {
  color: #F0DC00;
  font-size: 19px;
  line-height: 19px;
}
.testimonials-section__content {
  padding-left: 100px;
  margin-top: 8px;
}
@media only screen and (max-width: 991px) {
  .testimonials-section__content {
    padding-left: 0px;
  }
}
.testimonials-section__content .decs {
  font-family: var(--font_inter);
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #000000;
  max-width: 450px;
}
@media only screen and (max-width: 767px) {
  .testimonials-section__content .decs {
    max-width: 100%;
  }
}
.testimonials-section__content .testimonials-quote {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media only screen and (max-width: 1399px) {
  .testimonials-section__content .testimonials-quote {
    text-align: right;
    position: inherit;
    margin-top: 5px;
  }
}
.testimonials-section__content .testimonials-quote i {
  font-size: 50px;
  color: #0F5963;
}
.testimonials-section__inner .testimonials-section-active {
  padding-bottom: 50px;
  padding-top: 65px;
}
.testimonials-section .arrow {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .testimonials-section .arrow {
    margin-top: 0;
  }
}
.testimonials-section .arrow .testimonial-counter {
  font-family: var(--font_inter);
  font-weight: 600;
}
.testimonials-section .arrow .testimonial-counter .current {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #A51C30;
  font-family: var(--font_space-grotesk);
}
.testimonials-section .arrow .testimonial-counter .slash,
.testimonials-section .arrow .testimonial-counter .total {
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
  color: #888888;
  font-family: var(--font_space-grotesk);
}
.testimonials-section .arrow .rr-button span {
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  text-transform: uppercase;
  color: #000000;
  font-family: var(--font_inter);
}
.testimonials-section .arrow .rr-button-next img {
  margin-right: 6px;
}
.testimonials-section .arrow .rr-button-prev img {
  margin-left: 6px;
}

.testimonials-page .section-title {
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .testimonials-page .section-title {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials-page .section-title {
    margin-bottom: 40px;
  }
}
.testimonials-page .testimonials-section__item {
  margin-bottom: 24px;
}
.testimonials-page .bottom-button {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 50px;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .testimonials-page .bottom-button {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials-page .bottom-button {
    margin-top: 25px;
  }
}
.testimonials-page .bottom-button a {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #0A0A0A;
  font-family: var(--font_space-grotesk);
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  background: #F0F5F7;
  border-radius: 10px;
}
.testimonials-page .bottom-button a i {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #0A0A0A;
  transition: all 0.3s ease-in-out;
}
.testimonials-page .bottom-button a:hover {
  background: var(--primary);
  color: var(--white);
}
.testimonials-page .bottom-button a:hover i {
  color: var(--white);
}

.blog-section__wrap {
  gap: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 991px) {
  .blog-section__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .blog-section__wrap {
    grid-template-columns: 1fr;
  }
}
.blog-section__item {
  border-radius: 15px;
  background: #F5F5F5;
  margin-bottom: 24px;
}
.blog-section__thumb {
  position: relative;
  padding: 10px;
}
.blog-section__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog-section__content {
  text-align: start;
  padding: 18px 29px 23px 29px;
}
@media only screen and (max-width: 1199px) {
  .blog-section__content {
    padding: 29px 15px 23px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-section__content {
    padding: 29px 15px 23px 15px;
  }
}
.blog-section__meta {
  gap: 20px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .blog-section__meta {
    gap: 7px;
    flex-wrap: wrap;
  }
}
.blog-section__meta li {
  gap: 8px;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: var(--gray);
  align-items: center;
  vertical-align: middle;
  font-family: var(--font_inter);
}
.blog-section__meta li i {
  font-size: 14px;
  font-weight: 900;
  line-height: 14px;
  color: var(--primary);
  vertical-align: middle;
  font-family: var(--font_awesome);
}
.blog-section__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  vertical-align: middle;
  padding: 10px 0 21px 0;
  border-bottom: 1px solid #E4E4E4;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1399px) {
  .blog-section__title {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-section__title {
    font-size: 16px;
    line-height: 25px;
  }
}
.blog-section__title a {
  color: var(--secondary);
}
.blog-section__title a:hover {
  color: var(--primary-2);
}
.blog-section__btn {
  margin-top: 21px;
}
@media only screen and (max-width: 991px) {
  .blog-section__btn {
    margin-top: 10px;
  }
}
.blog-section__btn .blog-btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: var(--primary);
  vertical-align: middle;
  font-family: var(--font_inter);
}
.blog-section__btn .blog-btn:hover i {
  padding-left: 3px;
}
.blog-section__btn .blog-btn i {
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
  color: var(--primary);
  vertical-align: middle;
  transition: all 0.5 ease-in-out;
}

.blog-details__inner {
  display: grid;
  grid-template-columns: 1fr 388px;
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__inner {
    grid-template-columns: 1fr 370px;
    gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-details__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.blog-details__wrapper {
  background: #F0F5F7;
  border-radius: 15px;
  padding: 40px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__wrapper {
    padding: 40px 20px;
  }
}
.blog-details__thumb {
  margin-bottom: 30px;
}
.blog-details__thumb .parallax-view img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.blog-details__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #0A0A0A;
  text-transform: capitalize;
  font-family: var(--font_space-grotesk);
  margin-top: 21px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .blog-details__title {
    font-size: 28px;
    line-height: 33px;
  }
}
.blog-details__dec {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #666666;
  font-family: var(--font_inter);
  max-width: 825px;
  margin-bottom: 18px;
}
.blog-details__video {
  position: relative;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .blog-details__video {
    height: 350px;
  }
}
.blog-details__video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.blog-details__video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 20px solid rgba(255, 255, 255, 0.6);
}
.blog-details__video .play-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}
.blog-details__video .play-btn i {
  font-size: 27px;
  line-height: 20px;
}
.blog-details__info .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-transform: capitalize;
  color: #0A0A0A;
  font-family: var(--font_space-grotesk);
  margin-top: 30px;
  margin-bottom: 18px;
}
.blog-details__info .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #666666;
  font-family: var(--font_inter);
}
.blog-details__box {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .blog-details__box {
    padding: 20px 10px;
  }
}
.blog-details__box .icon {
  margin-bottom: 12px;
}
.blog-details__box .icon i {
  font-size: 46px;
  line-height: 30px;
  color: var(--primary);
}
.blog-details__box .content .decs {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  max-width: 812px;
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  .blog-details__box .content .decs {
    font-size: 17px;
    line-height: 27px;
  }
}
.blog-details__box .content .name {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  font-family: var(--font_inter);
}
.blog-details__box .content .name strong {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #0A0A0A;
  font-family: var(--font_inter);
}
.blog-details__meta {
  display: flex;
  align-items: center;
  gap: 23px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__meta {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.blog-details__meta span {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  color: #666666;
  font-family: var(--font_inter);
}
.blog-details__meta span i {
  color: var(--primary);
  font-size: 16px;
  margin-right: 10px;
}
.blog-details__meta span img {
  margin-right: 10px;
}
.blog-details__item-box {
  display: grid;
  grid-template-columns: 357px 1fr;
  gap: 20px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__item-box {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.blog-details__item-box .content .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-transform: capitalize;
  color: #0A0A0A;
  font-family: var(--font_space-grotesk);
  margin-bottom: 15px;
}
.blog-details__item-box .content .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #666666;
  font-family: var(--font_inter);
  max-width: 424px;
  margin-bottom: 20px;
}
.blog-details__list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #666666;
  font-family: var(--font_inter);
  list-style: none;
  max-width: 323px;
  display: flex;
  margin-bottom: 10px;
}
.blog-details__list li strong {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  margin-right: 10px;
  display: block;
}
@media only screen and (max-width: 1199px) {
  .blog-details__img {
    max-height: 350px;
  }
}
.blog-details__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.blog-details__category {
  padding: 0px 0px 40px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__category {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.blog-details__tag {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .blog-details__tag {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.blog-details__tag .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #0A0A0A;
  font-family: var(--font_inter);
}
.blog-details__tag ul {
  margin-left: 20px;
  display: flex;
  gap: 14px;
  align-items: center;
}
@media (max-width: 575px) {
  .blog-details__tag ul {
    margin-left: 0;
    flex-wrap: wrap;
  }
}
.blog-details__tag ul li {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #A51C30;
  font-family: var(--font_inter);
  background: rgba(10, 10, 10, 0.05);
  border-radius: 4px;
  padding: 8px 20.4px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .blog-details__tag ul li {
    margin-bottom: 10px;
  }
}
.blog-details__tag ul li:hover {
  background: var(--primary);
  color: var(--white);
}
.blog-details__share {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .blog-details__share {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.blog-details__share .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #0A0A0A;
  font-family: var(--font_inter);
}
.blog-details__share ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 20px;
}
@media (max-width: 575px) {
  .blog-details__share ul {
    margin-left: 0;
  }
}
.blog-details__share ul li {
  list-style: none;
}
.blog-details__share ul li a {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(10, 10, 10, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.blog-details__share ul li i {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #A51C30;
  transition: all 0.3s ease-in-out;
}
.blog-details__share ul li:hover a {
  background: var(--primary);
  color: var(--white);
}
.blog-details__share ul li:hover a i {
  color: var(--white);
}
.blog-details__comment {
  border-top: 1px solid rgba(34, 33, 39, 0.1);
  border-bottom: 1px solid rgba(34, 33, 39, 0.1);
}
.blog-details__comment-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #033A5B;
  margin-bottom: 35px;
  font-family: var(--font_space-grotesk);
}
.blog-details__comment__author {
  gap: 25px;
  display: flex;
  padding: 40px 0 35px 0;
  border-bottom: 1px solid rgba(34, 33, 39, 0.1);
}
@media only screen and (max-width: 767px), (max-width: 575px) {
  .blog-details__comment__author {
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .blog-details__comment__author {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.blog-details__comment__author-2 {
  margin-left: 95px;
  border-bottom: none;
}
@media only screen and (max-width: 1199px) {
  .blog-details__comment__author-2 {
    margin-left: 40px;
  }
}
@media (max-width: 575px) {
  .blog-details__comment__author-2 {
    margin-left: 0px;
  }
}
.blog-details__comment__author-2 .comment {
  max-width: 600px;
}
.blog-details__comment__author .author_thumb {
  min-width: 80px;
  height: 80px;
}
.blog-details__comment__author .author_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog-details__comment__author .author_info {
  display: flex;
  margin-bottom: 17px;
  align-items: center;
  justify-content: space-between;
}
.blog-details__comment__author .author_info .name {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #222127;
  font-family: var(--font_inter);
  margin-bottom: 2px;
}
.blog-details__comment__author .author_info .date {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  font-family: var(--font_inter);
}
.blog-details__comment__author .comment {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #666666;
  font-family: var(--font_inter);
  max-width: 730px;
  margin-bottom: 13px;
}
@media only screen and (max-width: 1399px) {
  .blog-details__comment__author .comment br {
    display: none;
  }
}
.blog-details__comment .author_info_wrap .reply a {
  gap: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #B69D74;
  font-family: var(--font_inter);
}
.blog-details__comment .author_info_wrap .reply a:hover {
  color: var(--primary);
}
.blog-details__inner .contact-page__wrapper {
  background: inherit;
}
.blog-details__inner .contact-page__contact-from {
  padding: 0;
  margin-top: 50px;
}
.blog-details__inner .contact-page__contact-from form .rr-btn::before {
  background: #0A0A0A;
}
.blog-details__inner .contact-page__contact-from form .rr-btn .text-two {
  gap: 4px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  gap: 5px;
}
.blog-details__inner .contact-page__contact-from form .rr-btn .text-two i {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}
.blog-details__inner .contact-page__contact-from form button {
  display: flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  align-items: center;
  text-align: center;
  color: var(--white);
  padding: 14.5px 38.5px;
  border-radius: 100px;
  justify-content: center;
  font-family: var(--font_inter);
  margin-top: 24px;
}
.blog-details__inner .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;
}
.blog-details__inner .contact-page__contact-from form button .text-one i {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.blog-details__inner .contact-page__contact-from .ajax-response {
  margin-top: 15px;
}
.blog-details__inner .contact-page__contact-from .ajax-response.error {
  color: var(--primary);
}
.blog-details__inner .contact-page__contact-from .ajax-response.success {
  color: #198754;
}
.blog-details__inner .contact-page__title {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #0A0A0A;
  margin-bottom: 22px;
  font-family: var(--font_space-grotesk);
}
.blog-details__inner .contact-page__decs {
  display: flex;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  align-items: center;
  font-family: var(--font_inter);
}
.blog-details__inner .contact-page__form-group {
  gap: 20px;
  display: flex;
  margin-top: 29px;
  align-items: center;
}
@media (max-width: 575px) {
  .blog-details__inner .contact-page__form-group {
    gap: 0;
    flex-wrap: wrap;
  }
}
.blog-details__inner .contact-page__input {
  width: 100%;
  position: relative;
  margin-bottom: 24px;
}
.blog-details__inner .contact-page__input input {
  width: 100%;
  border: none;
  height: 52px;
  background: rgba(34, 33, 39, 0.05);
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  padding: 17.5px 20px 17.5px 20px;
  border: 1px solid none;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
}
.blog-details__inner .contact-page__input input::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  font-family: var(--font_inter);
}
.blog-details__inner .contact-page__input input:hover, .blog-details__inner .contact-page__input input:focus {
  border-color: #E5E5E5 !important;
  box-shadow: none;
  outline: none;
  background: rgba(34, 33, 39, 0.05);
  border-radius: 100px;
}
.blog-details__inner .contact-page__icon i {
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: var(--body_text);
}
.blog-details__inner .contact-page__select {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
.blog-details__inner .contact-page__select i {
  top: 20px;
  left: 20px;
  display: block;
  position: absolute;
  color: var(--primary);
}
.blog-details__inner .contact-page__select .nice-select {
  float: inherit;
  height: 52px;
  border: none;
  position: relative;
  background-color: var(--white);
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--light_bg);
  padding: 0;
  background: rgba(34, 33, 39, 0.05);
  width: 100%;
  border-radius: 100px;
}
.blog-details__inner .contact-page__select .nice-select .icon {
  position: absolute;
  top: 0%;
  right: 56px;
  font-size: 20px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.blog-details__inner .contact-page__select .nice-select .icon i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #4E4E4E;
}
.blog-details__inner .contact-page__select .nice-select.open {
  background: rgba(34, 33, 39, 0.05);
  border-color: var(--secondary);
}
.blog-details__inner .contact-page__select .nice-select.open .icon i {
  transform: rotate(180deg);
}
.blog-details__inner .contact-page__select .nice-select::after {
  display: none;
}
.blog-details__inner .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;
}
.blog-details__inner .contact-page__select .nice-select:focus {
  outline: none;
}
.blog-details__inner .contact-page__select .nice-select .list {
  width: 100%;
}
.blog-details__inner .contact-page__icon {
  top: 17px;
  right: 24px;
  position: absolute;
}
.blog-details__inner .contact-page__icon i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #4E4E4E;
}
.blog-details__inner .contact-page__textarea textarea {
  width: 100%;
  border: none;
  margin-bottom: 17px;
  padding: 17px 24px 127px 24px;
  border: 1px solid none;
  background: rgba(34, 33, 39, 0.05);
  border-radius: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
}
.blog-details__inner .contact-page__textarea textarea::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  font-family: var(--font_inter);
}
.blog-details__inner .contact-page__textarea textarea:hover, .blog-details__inner .contact-page__textarea textarea:focus {
  border-color: #E5E5E5 !important;
  box-shadow: none;
  outline: none;
  background: rgba(34, 33, 39, 0.05);
  border-radius: 20px;
}
.blog-details__sidebar__popular-tags {
  gap: 11px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 24px;
}
.blog-details__sidebar__popular-tags li {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  list-style: none;
}
.blog-details__sidebar__popular-tags li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  padding: 8px 19px;
  display: block;
  background: rgba(165, 28, 48, 0.05);
  border-radius: 4px;
}
.blog-details__sidebar__popular-tags li:hover a {
  color: var(--white);
  background: var(--primary);
}
.blog-details__sidebar__post {
  margin-top: 24px;
}
.blog-details__sidebar__post-item {
  gap: 20px;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
  align-items: center;
  padding-top: 20px;
}
.blog-details__sidebar__post-item:first-child {
  padding-top: 0;
}
.blog-details__sidebar__post-item:last-child {
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 0px;
}
.blog-details__sidebar__post-thumb {
  min-width: 85px;
  min-height: 85px;
  object-fit: cover;
}
.blog-details__sidebar__post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.blog-details__sidebar__post-meta span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.blog-details__sidebar__post-meta span i {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  color: #4E4E4E;
  margin-right: 6px;
  font-family: Font Awesome 6 Pro;
}
.blog-details__sidebar__post-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #0A0A0A;
  transition: all 0.3s ease-in-out;
  font-family: var(--font_inter);
  margin-top: 9px;
  max-width: 206px;
}
@media only screen and (max-width: 991px) {
  .blog-details__sidebar__post-title {
    max-width: 100%;
  }
}
.blog-details__sidebar__post-title:hover {
  color: var(--action);
}
.blog-details__sidebar__widget {
  padding: 30px 30px 27px 30px;
  text-align: start;
  background: #F0F5F7;
  border-radius: 15px;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .blog-details__sidebar__widget {
    padding: 30px 20px 27px 20px;
  }
}
.blog-details__sidebar__download-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
  background: #0F5963;
  border-radius: 4px;
  padding: 15.5px 20px;
  margin-bottom: 20px;
}
.blog-details__sidebar__download-btn:last-child {
  margin-bottom: 0;
}
.blog-details__sidebar__download-btn-2 {
  background: var(--primary);
}
.blog-details__sidebar__download-btn .blog-details-left .icon {
  margin-right: 15px;
}
.blog-details__sidebar__download-btn .blog-details-left .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  font-family: var(--font_inter);
  padding-left: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.faq__wrapper {
  background: #F0F5F7;
}
.faq .accordion-item {
  border: none;
  margin-bottom: 20px;
  border-radius: 10px;
  background: var(--white);
}
.faq .accordion-item:last-child {
  margin-bottom: 0;
}
.faq .accordion-button {
  font-size: 24px;
  box-shadow: none;
  font-weight: 600;
  line-height: 24px;
  border-color: none;
  vertical-align: middle;
  background: transparent;
  color: var(--secondary);
  padding: 27.5px 42px 27.5px 39px;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 991px) {
  .faq .accordion-button {
    padding: 25px 20px 25px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .faq .accordion-button {
    font-size: 18px;
    padding: 20px 15px 20px 15px;
  }
}
@media (max-width: 575px) {
  .faq .accordion-button {
    font-size: 16px;
    align-items: inherit;
    padding: 20px 23px 20px 15px;
  }
}
.faq .accordion-button span {
  margin-right: 10px;
  color: var(--primary-2);
}
@media (max-width: 575px) {
  .faq .accordion-button span {
    margin-bottom: 10px;
  }
}
.faq .accordion-button::after {
  width: 45px;
  height: 45px;
  display: flex;
  content: "+";
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  border-radius: 23px;
  align-items: center;
  background-image: none;
  vertical-align: middle;
  justify-content: center;
  color: var(--primary-2);
  border: 1px solid #0A0A0A;
  font-family: var(--font_awesome);
}
@media (max-width: 575px) {
  .faq .accordion-button::after {
    width: 25px;
    height: 25px;
    font-size: 16px;
    margin-right: -13px;
  }
}
.faq .accordion-button:not(.collapsed) {
  box-shadow: none;
  padding: 29px 40px 12px 40px;
}
@media only screen and (max-width: 991px) {
  .faq .accordion-button:not(.collapsed) {
    padding: 26px 20px 9px 20px;
  }
}
@media (max-width: 575px) {
  .faq .accordion-button:not(.collapsed) {
    padding: 15px 22px 0px 15px;
  }
}
.faq .accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-family: var(--font_awesome);
}
.faq .accordion-body {
  font-size: 16px;
  font-weight: 400;
  text-align: start;
  line-height: 26px;
  color: var(--gray);
  vertical-align: middle;
  padding: 0 57px 32px 38px;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1800px) {
  .faq .accordion-body {
    margin-right: 37px;
  }
}
@media only screen and (max-width: 991px) {
  .faq .accordion-body {
    padding: 0 20px 32px 20px;
  }
}
@media (max-width: 575px) {
  .faq .accordion-body {
    padding: 10px 15px 23px 15px;
  }
}

.faq-page .faq__wrapper {
  background: inherit;
}
.faq-page .accordion-item {
  background: #F0F5F7;
}

.cta-section__wrapper {
  padding: 80.5px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .cta-section__wrapper {
    padding: 43.5px 0;
  }
}
.cta-section__wrapper::before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: rgba(16, 17, 60, 0.5411764706);
}
.cta-section__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cta-section__content {
  gap: 40px;
  display: flex;
  z-index: 2;
  text-align: start;
  position: relative;
  align-items: center;
}
.cta-section__content .icon {
  min-width: 42px;
  min-height: 42px;
}
@media only screen and (max-width: 1199px) {
  .cta-section__content {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .cta-section__content {
    flex-wrap: wrap;
  }
}
.cta-section__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  color: var(--white);
  vertical-align: middle;
  font-family: var(--font_space-grotesk);
}
@media only screen and (max-width: 1399px) {
  .cta-section__title {
    font-size: 33px;
  }
}
@media only screen and (max-width: 1199px) {
  .cta-section__title {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .cta-section__title {
    font-size: 19px;
    line-height: 26px;
  }
}
.cta-section__btn {
  gap: 11px;
  display: flex;
  margin-top: 6px;
  align-items: start;
  justify-content: end;
}
@media only screen and (max-width: 991px) {
  .cta-section__btn {
    margin-top: 30px;
    justify-content: start;
  }
}
@media (max-width: 575px) {
  .cta-section__btn {
    flex-wrap: wrap;
  }
}
.cta-section__btn .rr-btn {
  padding: 17px 33px;
}
.cta-section__btn .rr-btn.one {
  padding: 17px 31.9px;
  background: var(--white);
}
.cta-section__btn .rr-btn.one::before {
  background: var(--primary);
}
.cta-section__btn .rr-btn.one .btn-wrap .text-one {
  color: var(--primary);
}
.cta-section__btn .rr-btn.one .btn-wrap .text-two {
  color: var(--white);
}

.contact-page__wrapper {
  background: #F0F5F7;
}
.contact-page__info {
  margin-bottom: 78px;
}
@media only screen and (max-width: 767px) {
  .contact-page__info {
    margin-bottom: 40px;
  }
}
.contact-page__wrap {
  position: relative;
  border-radius: 20px;
  background: #0F5963;
}
.contact-page__thumb {
  padding: 10px;
  padding-left: 0;
  margin-left: -12px;
  padding-bottom: 0;
}
.contact-page__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .contact-page__thumb img {
    border-radius: 0px;
  }
}
@media only screen and (max-width: 1399px) {
  .contact-page__thumb {
    width: 100%;
    height: 100%;
    margin-left: 0;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-page__thumb {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-page__thumb {
    padding-left: 10px;
  }
}
@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__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 {
  text-align: start;
  padding: 77px 57px 80px 80px;
}
@media only screen and (max-width: 1399px) {
  .contact-page__contact-from {
    padding: 70px 15px 64px 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-page__contact-from {
    padding: 70px 15px 64px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-page__contact-from {
    padding: 60px 20px 53px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-page__contact-from {
    padding: 60px 20px 40px 20px;
  }
}
@media (max-width: 575px) {
  .contact-page__contact-from {
    padding: 50px 15px 30px 15px;
  }
}
.contact-page__contact-from form button.rr-btn {
  margin-top: 30px;
}
.contact-page__contact-from .ajax-response.error {
  color: var(--primary);
}
.contact-page__contact-from .ajax-response.success {
  color: #198754;
}
.contact-page__subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 13px;
  color: var(--white);
  vertical-align: middle;
  font-family: var(--font_inter);
}
@media (max-width: 575px) {
  .contact-page__subtitle {
    font-size: 16px;
  }
}
.contact-page__title {
  display: flex;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 34px;
  color: var(--white);
  vertical-align: middle;
  font-family: var(--font_space-grotesk);
}
@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;
  }
}
@media (max-width: 575px) {
  .contact-page__title {
    font-size: 22px;
    line-height: 17px;
  }
}
.contact-page__desc {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  align-items: center;
  color: var(--body_text);
  font-family: var(--font_inter);
}
.contact-page__form-group {
  gap: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .contact-page__form-group {
    gap: 0;
    flex-wrap: wrap;
  }
}
.contact-page__input {
  width: 50%;
  text-align: start;
  position: relative;
  margin-bottom: 27px;
}
@media (max-width: 575px) {
  .contact-page__input {
    width: 100%;
    margin-bottom: 20px;
  }
}
.contact-page__input label {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: var(--white);
  margin-bottom: 15px;
  vertical-align: middle;
  font-family: var(--font_inter);
}
.contact-page__input input {
  width: 100%;
  border: none;
  height: 50px;
  border-radius: 100px;
  background: var(--white);
  transition: all 0.3s ease-in-out;
  padding: 17.5px 55px 17.5px 17px;
  border: 1px solid #E5E5E5;
}
@media (max-width: 575px) {
  .contact-page__input input {
    height: 50px;
  }
}
.contact-page__input input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: var(--gray);
  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__textarea {
  display: block;
  text-align: start;
}
.contact-page__textarea label {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: var(--white);
  margin-bottom: 17px;
  vertical-align: middle;
  font-family: var(--font_inter);
}
.contact-page__textarea textarea {
  width: 100%;
  border: none;
  display: block;
  border-radius: 15px;
  padding: 13px 20px 35px 20px;
}
.contact-page__textarea textarea:focus {
  outline: none;
}
.contact-page__select {
  width: 50%;
  text-align: start;
  position: relative;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .contact-page__select {
    width: 100%;
  }
}
.contact-page__select label {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 15px;
  color: var(--white);
  vertical-align: middle;
  font-family: var(--font_inter);
}
.contact-page__select i {
  top: 20px;
  left: 20px;
  display: block;
  position: absolute;
  color: var(--primary);
}
.contact-page__select .nice-select {
  float: inherit;
  height: 50px;
  border: none;
  position: relative;
  background-color: var(--white);
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--light_bg);
  padding: 0;
  border-radius: 100px;
}
.contact-page__select .nice-select .icon {
  display: none;
}
.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: 14.5px 20px;
  font-family: var(--font_inter);
  border-radius: 100px;
  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-main__inner {
  display: grid;
  grid-template-columns: 1fr 450px;
  gap: 24px;
  background: #F0F5F7;
  padding: 60px;
}
@media only screen and (max-width: 1399px) {
  .contact-main__inner {
    padding: 60px 55px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-main__inner {
    padding: 60px 30px;
    grid-template-columns: 1fr 380px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-main__inner {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
@media (max-width: 575px) {
  .contact-main__inner {
    grid-template-columns: 1fr;
    padding: 50px 15px;
  }
}
.contact-main__area .contact-page__wrapper {
  background: inherit;
}
.contact-main__area .contact-page__contact-from {
  padding: 0;
}
.contact-main__area .contact-page__contact-from form .rr-btn::before {
  background: #0A0A0A;
}
.contact-main__area .contact-page__contact-from form .rr-btn .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 .rr-btn .text-two i {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}
.contact-main__area .contact-page__contact-from form button {
  display: flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  align-items: center;
  text-align: center;
  color: var(--white);
  padding: 14.5px 38.5px;
  border-radius: 100px;
  justify-content: center;
  font-family: var(--font_inter);
  margin-top: 24px;
}
.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;
}
.contact-main__area .contact-page__contact-from .ajax-response {
  margin-top: 15px;
}
.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: 700;
  font-size: 30px;
  line-height: 1;
  color: #0A0A0A;
  margin-bottom: 22px;
  font-family: var(--font_space-grotesk);
}
.contact-main__area .contact-page__decs {
  display: flex;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  align-items: center;
  font-family: var(--font_inter);
}
.contact-main__area .contact-page__form-group {
  gap: 20px;
  display: flex;
  margin-top: 29px;
  align-items: center;
}
@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: 24px;
}
.contact-main__area .contact-page__input input {
  width: 100%;
  border: none;
  height: 52px;
  background: rgba(34, 33, 39, 0.05);
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  padding: 17.5px 20px 17.5px 20px;
  border: 1px solid none;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
}
.contact-main__area .contact-page__input input::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  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: rgba(34, 33, 39, 0.05);
  border-radius: 100px;
}
.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;
  width: 100%;
}
.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: 52px;
  border: none;
  position: relative;
  background-color: var(--white);
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--light_bg);
  padding: 0;
  background: rgba(34, 33, 39, 0.05);
  width: 100%;
  border-radius: 100px;
}
.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: rgba(34, 33, 39, 0.05);
  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;
  margin-bottom: 17px;
  padding: 17px 24px 127px 24px;
  border: 1px solid none;
  background: rgba(34, 33, 39, 0.05);
  border-radius: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
}
.contact-main__area .contact-page__textarea textarea::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  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: rgba(34, 33, 39, 0.05);
  border-radius: 20px;
}
.contact-main__area .contact-page__select .nice-select .current {
  display: flex;
  align-items: center;
  padding: 18px 20px;
  font-family: var(--font_inter);
  border: none;
  border-radius: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 19px;
  color: #666666;
}
.contact-main__content {
  margin-bottom: 34px;
}
.contact-main__content .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #0A0A0A;
  font-family: var(--font_space-grotesk);
  margin-bottom: 11px;
}
@media (max-width: 575px) {
  .contact-main__content .title {
    font-size: 24px;
    line-height: 26px;
  }
}
.contact-main__content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  font-family: var(--font_inter);
  max-width: 370px;
}
.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: #F0F5F7;
  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);
}
.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;
}
.contact-main__item .content ul li span {
  color: #DA5033;
}
.contact-main__info {
  padding: 35px 40px 38px 40px;
  background: #FFFFFF;
  border-radius: 15px;
  margin-left: 4px;
}
@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;
    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;
}

.case-page__item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin-bottom: 24px;
}
.case-page__item:hover .case-page__meta {
  opacity: 1;
  visibility: visible;
  top: 24px;
}
.case-page__item:hover .case-page__card {
  opacity: 1;
  visibility: visible;
  bottom: -1px;
}
.case-page__thumb {
  position: relative;
}
.case-page__thumb .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.case-page__meta {
  position: absolute;
  left: 24px;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.case-page__meta span {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--primary);
  font-family: var(--font_inter);
  background: #FFFFFF;
  border-radius: 30px;
  padding: 8px 20.4px;
}
.case-page__card {
  height: 100px;
  width: 70px;
  background: var(--white);
  border-radius: 35px 35px 0px 0px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%);
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.case-page__card .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
}
.case-page__card .icon i {
  color: var(--white);
}
.case-page__content {
  text-align: center;
  padding: 25px 15px 34px 15px;
}
@media only screen and (max-width: 1199px) {
  .case-page__content {
    padding: 25px 10px 34px 10px;
  }
}
.case-page__content .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-transform: capitalize;
  color: #0A0A0A;
  font-family: var(--font_space-grotesk);
  max-width: 316px;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .case-page__content .title {
    font-size: 26px;
    line-height: 31px;
  }
}
@media only screen and (max-width: 767px) {
  .case-page__content .title {
    font-size: 22px;
    line-height: 29px;
  }
}
.case-page .bottom-button {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 50px;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .case-page .bottom-button {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .case-page .bottom-button {
    margin-top: 25px;
  }
}
.case-page .bottom-button a {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #0A0A0A;
  font-family: var(--font_space-grotesk);
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  background: #F0F5F7;
  border-radius: 10px;
}
.case-page .bottom-button a i {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #0A0A0A;
  transition: all 0.3s ease-in-out;
}
.case-page .bottom-button a:hover {
  background: var(--primary);
  color: var(--white);
}
.case-page .bottom-button a:hover i {
  color: var(--white);
}

.case-details__wrapper {
  display: grid;
  grid-template-columns: 1fr 388px;
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .case-details__wrapper {
    grid-template-columns: 1fr 370px;
    gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .case-details__wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.case-details__wrap {
  background: #F0F5F7;
  border-radius: 15px;
  padding: 40px;
}
@media only screen and (max-width: 1199px) {
  .case-details__wrap {
    padding: 40px 20px;
  }
}
.case-details__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.case-details__content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-transform: capitalize;
  color: #0A0A0A;
  font-family: var(--font_space-grotesk);
  margin-top: 40px;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .case-details__content .title {
    font-size: 19px;
    line-height: 30px;
    margin-top: 15px;
  }
}
.case-details__content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #666666;
  font-family: var(--font_inter);
  margin-bottom: 16px;
}
.case-details__feddback {
  border-left: 6px solid #A51C30;
  margin-top: 40px;
}
.case-details__feddback .text {
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #666666;
  font-family: var(--font_inter);
  padding-left: 20px;
  max-width: 794px;
}
@media only screen and (max-width: 1199px) {
  .case-details__feddback .text {
    font-size: 20px;
    line-height: 30px;
  }
}
.case-details__challenge {
  margin-top: 35px;
}
.case-details__challenge .content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #033A5B;
  font-family: var(--font_space-grotesk);
}
.case-details__challenge .content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #666666;
  font-family: var(--font_inter);
  margin-top: 13px;
}
.case-details__list {
  margin-left: 15px;
  margin-top: 20px;
}
.case-details__list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #666666;
  font-family: var(--font_inter);
  margin-bottom: 8px;
}
.case-details__list li:last-child {
  margin-bottom: 0;
}
.case-details__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .case-details__item {
    grid-template-columns: repeat(1, 1fr);
  }
}
.case-details__solution .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #0A0A0A;
  font-family: var(--font_space-grotesk);
  margin-bottom: 15px;
}
.case-details__solution .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #666666;
  font-family: var(--font_inter);
  max-width: 424px;
  margin-bottom: 20px;
}
.case-details__results .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #0A0A0A;
  font-family: var(--font_space-grotesk);
  margin-bottom: 10px;
}
.case-details__sidebar__inner {
  padding: 29px 30px 40px 30px;
  background: #F0F5F7;
  border-radius: 15px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .case-details__sidebar__inner {
    padding: 35px 25px 40px 25px;
  }
}
.case-details__sidebar-form {
  position: relative;
  margin-top: 24px;
}
.case-details__sidebar-form input {
  outline: 0;
  width: 100%;
  border: none;
  background: inherit;
  padding: 10.5px 63px 10.5px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #B3B3B3;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.case-details__sidebar-form input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #B3B3B3;
  font-family: var(--font_Kanit);
}
.case-details__sidebar-form button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #A51C30;
  border-radius: 4px;
}
.case-details__sidebar-form button i {
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  color: var(--white);
  vertical-align: middle;
  font-family: Font Awesome 6 Pro;
}
.case-details__sidebar__widget {
  padding: 30px 30px 27px 30px;
  text-align: start;
  background: #F0F5F7;
  border-radius: 15px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .case-details__sidebar__widget {
    padding: 35px 25px 40px 25px;
  }
}
.case-details__sidebar__title {
  padding-bottom: 15px;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-transform: capitalize;
  color: #0A0A0A;
  font-family: var(--font_space-grotesk);
  position: relative;
}
.case-details__sidebar__title::before {
  content: "";
  left: 0;
  bottom: 0;
  width: 159px;
  height: 3px;
  position: absolute;
  background: linear-gradient(90deg, #A51C30 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 10px 0px 0px 10px;
}
.case-details__sidebar__categories {
  margin-top: 25px;
}
.case-details__sidebar__categories li {
  list-style: none;
  margin-bottom: 16px;
}
.case-details__sidebar__categories li:last-child {
  margin-bottom: 0;
}
.case-details__sidebar__categories li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #666666;
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
}
.case-details__sidebar__categories li a i {
  color: #666666;
  font-size: 14px;
  line-height: 14px;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.case-details__sidebar__categories li a:hover {
  color: var(--primary);
}
.case-details__sidebar__categories li a:hover i {
  color: var(--primary);
}
.case-details__sidebar__card {
  background: rgba(165, 28, 48, 0.1);
  border-radius: 4px;
  position: relative;
  text-align: center;
}
.case-details__sidebar__card svg {
  max-width: 388px;
  max-height: 164px;
}
.case-details__sidebar__card .thumb {
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translate(-50%);
}
@media (max-width: 575px) {
  .case-details__sidebar__card .thumb {
    top: 20px;
  }
}
.case-details__sidebar__box {
  padding: 0px 29px 30px 29px;
}
.case-details__sidebar__box .thumb {
  text-align: center;
}
.case-details__sidebar__box .content {
  text-align: center;
  margin-top: 34px;
}
.case-details__sidebar__box .content .title {
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  color: #0A0A0A;
  font-family: var(--font_space-grotesk);
  max-width: 325px;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .case-details__sidebar__box .content .title {
    font-size: 33px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .case-details__sidebar__box .content .title {
    font-size: 26px;
    line-height: 34px;
  }
}
.case-details__sidebar__box .item-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .case-details__sidebar__box .item-box {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .case-details__sidebar__box .item-box {
    flex-wrap: wrap;
  }
}
.case-details__sidebar__box .item-box .icon {
  border: 1px solid rgba(165, 28, 48, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
}
.case-details__sidebar__box .item-box .item-details .decs {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #666666;
  font-family: var(--font_inter);
  text-align: start;
}
.case-details__sidebar__box .item-box .item-details h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: #0A0A0A;
  font-family: var(--font_space-grotesk);
  margin-top: 2px;
}
@media only screen and (max-width: 1199px) {
  .case-details__sidebar__box .item-box .item-details h4 {
    font-size: 27px;
    line-height: 34px;
  }
}
.case-details__sidebar__info {
  text-align: center;
  background: #F0F5F7;
  border-radius: 15px;
  padding: 39px 40px 40px 40px;
  margin-bottom: 40px;
}
.case-details__sidebar__info .sidebar-content .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-transform: capitalize;
  color: #0A0A0A;
  font-family: var(--font_space-grotesk);
  margin-bottom: 19px;
  margin-top: 19px;
}
.case-details__sidebar__info .sidebar-content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #666666;
  font-family: var(--font_inter);
  margin-bottom: 15px;
}
.case-details__sidebar__info .sidebar-socail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.case-details__sidebar__info .sidebar-socail li {
  list-style: none;
}
.case-details__sidebar__info .sidebar-socail li a {
  color: #B3B3B3;
}
.case-details__sidebar__info .sidebar-socail li a:hover {
  color: var(--primary);
}

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