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

  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=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --primary: #0A0A0A;
  --secondary: #4E4E4E;
  --black: #000000;
  --white: #FFFFFF;
  --action: #DA5033;
}

/* === 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 03) === */
:root {
  --font_inter: "Inter", sans-serif;
  --font_public: "Public Sans", sans-serif;
  --font_code-pro: "Source Code Pro", monospace;
  --font_awesome: "Font Awesome 6 Pro";
}

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

body {
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--secondarys);
  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;
  font-family: var(--font_public);
}

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

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

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 03) === */
@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 {
  width: 100%;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

/* animation css */
/* === Scrollbar scss (index 01) === */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #d6d6d6;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* === positioning scss (index 02) === */
.rr-pos-rel {
  position: relative;
}

.rr-pos-abs {
  position: absolute;
}

.rr-ov-hidden {
  overflow: hidden;
}

/* === Container scss (index 03) === */
.rr-container-1650 {
  max-width: 1650px;
}

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

.rr-container-1920 {
  max-width: 1910px;
}

.rr-container-1320 {
  max-width: 1290px;
}

/* === Background scss (index 04) === */
.rr-bg-primary {
  background-color: var(--primary);
}

/* === Parallax view scss (index 05) === */
.parallax-view {
  overflow: hidden;
}

.go-down {
  width: 28px;
  height: 28px;
  background-color: var(--primary);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 50%;
}
.dark .go-down {
  color: var(--black);
}

/* === Section title scss (index 06) === */
.section-title {
  font-size: 90px;
  /* Specific font family and weight */
}
@media only screen and (max-width: 1919px) {
  .section-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 35px;
  }
}
.section-title.font-bdogrotesk-regular {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.05em;
}
.section-title.font-bdogrotesk-regular-50 {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media (min-width: 1200px) {
  .section-title.font-bdogrotesk-regular-50 {
    font-size: 50px;
  }
}
.section-title.font-astronebula-light {
  font-family: var(--font_astronebula);
  font-weight: 300;
  line-height: 0.83;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1199px) {
  .section-title.font-astronebula-light {
    line-height: 0.93;
  }
}

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

/* === ontainer styling with full HD support  scss (index 08) === */
@media (min-width: 1600px) {
  .container.full-hd {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

/* ===Inverted scss (index 09) === */
.text-invert > div {
  background-image: linear-gradient(to right, var(--primary) 50%, #CDC9C6 51%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

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

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

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

.side-info {
  background: var(--white) none repeat scroll 0 0;
  padding: 40px 45px;
  position: fixed;
  right: 0;
  top: 0;
  width: 500px;
  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: 280px;
    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;
}
.offset-widget-box .title {
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1919px) {
  .offset-widget-box .title {
    margin-bottom: 22px;
  }
}
.offset-widget-box .contact-meta > *:not(:first-child) {
  margin-top: 16px;
}
.offset-widget-box .contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.offset-widget-box .contact-item span {
  color: var(--primary);
  font-weight: 500;
}
.offset-widget-box .contact-item span a:hover {
  color: var(--secondary);
}
.offset-widget-box .contact-item .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  border: 1px solid var(--secondary);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--primary);
}

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

/* === Sticky header scss (index 14) === */
.header-sticky {
  transition: all 0.5s;
}

.transformed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 800;
  transform: translateY(-100%);
}
.transformed .header-area__inner {
  height: 80px;
}

.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 800;
  background-color: #FFFFFF;
  transform: translateY(0%);
}

/* === inverted text scss (index 15) === */
.text-invert > div {
  background-image: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0.4) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

/* === rr--hover-img canvas (Home) === */
.rr--hover-img canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* Light mode background */
.switcher-button {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: background 0.4s ease;
  z-index: 100;
  border: 1px solid var(--border);
  overflow: hidden;
}

.switcher-button.light-mode {
  background: #fff;
}

.switcher-button.dark-mode {
  background: #000;
}

.switcher-button-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.switcher-button-inner i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.switcher-button-inner i.icon-light {
  color: var(--primary);
}
.switcher-button-inner i.icon-dark {
  transform: translate(-50%, 100%);
  opacity: 0;
  color: var(--white);
}

body.dark .switcher-button-inner i.icon-light {
  transform: translate(-50%, 100%);
  opacity: 0;
}
body.dark .switcher-button-inner i.icon-dark {
  transform: translate(-50%, -50%);
  opacity: 1;
}

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

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

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

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

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

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

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

/* === section scss (index 03) === */
header {
  margin-bottom: -1px;
  z-index: 100;
}

section {
  margin-bottom: -1px;
}

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

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

.section-space-bottom {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .section-space-bottom {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section-space-bottom {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px), (max-width: 575px) {
  .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(--action);
  z-index: 99999999999999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-area {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
}
.header-area .header-top-contact {
  display: flex;
  background: #DA5033;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border-bottom: 1px solid #DA5033;
}
@media only screen and (max-width: 991px) {
  .header-area .header-top-contact {
    display: none;
  }
}
.header-area .header-top-contact .contact-item {
  padding: 20px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  padding-right: 30px;
}
.header-area .header-top-contact .contact-item:last-child {
  border: none;
  padding-right: 0;
}
.header-area .header-top-contact .contact-item a {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
}
.header-area .header-top-contact .contact-item a span {
  margin-right: 10px;
}
.header-area .header-top-contact .contact-item a span i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
}
.header-area .header__button {
  display: flex;
  gap: 15px;
}
.header-area__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  height: 105px;
  background: transparent;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .header-area__inner {
    height: 80px;
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .header-area__inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.header-area .sticky,
.header-area .transformed {
  background-color: #FCF7F3;
}
.dark .header-area .header__logo .light-logo {
  display: none;
}
.header-area .header__logo .dark-logo {
  display: none;
}
.dark .header-area .header__logo .dark-logo {
  display: block;
}
.header-area .header__logo img {
  max-width: 120px;
}
.header-area .main-menu li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  color: #0A0A0A;
  padding: 44px 17px;
  font-family: var(--font_public);
  letter-spacing: 0;
}
.header-area .main-menu li a:hover {
  color: var(--action);
}
.header-area .search-icon {
  color: var(--primary);
}
@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 {
  padding: 14.5px 29px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.04em;
  color: #FFFFFF;
  background: #DA5033;
}
.header-area .side-toggle {
  width: 50px;
  height: 50px;
  background: #F5F5F5;
  border-radius: 100px;
}
.header-area .side-toggle i {
  font-size: 22px;
}
.header-area .header__nav {
  background: var(--white);
  position: relative;
  margin-left: 90px;
}
.header-area .header__nav::before {
  width: 100px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  content: "";
  left: -40px;
  border-radius: 0 0 0 20px;
  transform: skew(20deg);
}
.header-area .header__nav::after {
  width: 100px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  content: "";
  right: -40px;
  border-radius: 0 0 20px 0;
  transform: skew(-20deg);
  top: 0;
  z-index: -1;
}
.header-area .main-menu {
  padding-left: 30px;
  padding-right: 30px;
}

.header-area-2 {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
}
.header-area-2 .header-top-contact {
  display: flex;
  background: #FFFFFF;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (max-width: 991px) {
  .header-area-2 .header-top-contact {
    display: none;
  }
}
.header-area-2 .header-top-contact .contact-item {
  padding: 32px 0;
  border-right: 1px solid #E5E5E5;
  padding-right: 30px;
}
.header-area-2 .header-top-contact .contact-item:last-child {
  border: none;
  padding-right: 0;
}
.header-area-2 .header-top-contact .contact-item a {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--secondary);
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
}
.header-area-2 .header-top-contact .contact-item a span {
  margin-right: 10px;
}
.header-area-2 .header-top-contact .contact-item a span i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #DA5033;
}
.header-area-2 .header-top-contact .contact-item a:hover {
  color: #DA5033;
}
.header-area-2 .header__button {
  display: flex;
  gap: 15px;
}
.header-area-2__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  height: 120px;
  background: #FFFFFF;
  padding-left: 80px;
  padding-right: 40px;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .header-area-2__inner {
    height: 100px;
    gap: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .header-area-2__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 575px) {
  .header-area-2__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-area-2 .sticky,
.header-area-2 .transformed {
  background-color: #FCF7F3;
}
.dark .header-area-2 .header__logo .light-logo {
  display: none;
}
.header-area-2 .header__logo .dark-logo {
  display: none;
}
.dark .header-area-2 .header__logo .dark-logo {
  display: block;
}
.header-area-2 .header__logo img {
  max-width: 120px;
}
.header-area-2 .main-menu li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  color: #0A0A0A;
  padding: 53px 17px;
  font-family: var(--font_public);
  letter-spacing: 0;
}
.header-area-2 .main-menu li a:hover {
  color: var(--action);
}
.header-area-2 .search-icon {
  color: var(--primary);
}
@media (max-width: 575px) {
  .header-area-2 .header__meta {
    display: none;
  }
}
@media (max-width: 575px) {
  .header-area-2 .header__button .rr-btn {
    display: none;
  }
}
.header-area-2 .rr-btn {
  padding: 14.5px 29px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.04em;
  color: #FFFFFF;
}
.header-area-2 .side-toggle {
  width: 50px;
  height: 50px;
  background: #F5F5F5;
  border-radius: 100px;
}
.header-area-2 .side-toggle i {
  font-size: 22px;
}
.header-area-2 .main-menu {
  padding-left: 55px;
}

.header-area-3 {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
}
.header-area-3 .header-top-contact {
  display: flex;
  background: #FFFFFF;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (max-width: 991px) {
  .header-area-3 .header-top-contact {
    display: none;
  }
}
.header-area-3 .header-top-contact .contact-item {
  padding: 32px 0;
  border-right: 1px solid #E5E5E5;
  padding-right: 30px;
}
.header-area-3 .header-top-contact .contact-item:last-child {
  border: none;
  padding-right: 0;
}
.header-area-3 .header-top-contact .contact-item a {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--secondary);
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
}
.header-area-3 .header-top-contact .contact-item a span {
  margin-right: 10px;
}
.header-area-3 .header-top-contact .contact-item a span i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #DA5033;
}
.header-area-3 .header-top-contact .contact-item a:hover {
  color: #DA5033;
}
.header-area-3 .header__button {
  display: flex;
  gap: 15px;
}
.header-area-3__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  height: 110px;
  background: #FFFFFF;
  padding-left: 80px;
  padding-right: 40px;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .header-area-3__inner {
    height: 100px;
    gap: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .header-area-3__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 575px) {
  .header-area-3__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-area-3 .sticky,
.header-area-3 .transformed {
  background-color: #FCF7F3;
}
.dark .header-area-3 .header__logo .light-logo {
  display: none;
}
.header-area-3 .header__logo .dark-logo {
  display: none;
}
.dark .header-area-3 .header__logo .dark-logo {
  display: block;
}
.header-area-3 .header__logo img {
  max-width: 120px;
}
.header-area-3 .main-menu li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  color: #0A0A0A;
  padding: 53px 17px;
  font-family: var(--font_public);
  letter-spacing: 0;
}
.header-area-3 .main-menu li a:hover {
  color: var(--action);
}
.header-area-3 .search-icon {
  color: var(--primary);
}
@media (max-width: 575px) {
  .header-area-3 .header__meta {
    display: none;
  }
}
@media (max-width: 575px) {
  .header-area-3 .header__button .rr-btn {
    display: none;
  }
}
.header-area-3 .rr-btn {
  padding: 14.5px 29px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.04em;
  color: #FFFFFF;
}
.header-area-3 .side-toggle {
  width: 50px;
  height: 50px;
  background: #F5F5F5;
  border-radius: 100px;
}
.header-area-3 .side-toggle i {
  font-size: 22px;
}
.header-area-3 .main-menu {
  padding-left: 55px;
}

/* === footer scss (index 01) === */
.footer__wrapper {
  background: #0E1117;
  position: relative;
  padding-top: 110px;
}
@media only screen and (max-width: 991px) {
  .footer__wrapper {
    padding-top: 90px;
  }
}
@media (max-width: 575px) {
  .footer__wrapper {
    padding-top: 70px;
  }
}
.footer__wrapper .shape {
  position: absolute;
  left: 0;
  top: 0;
}
.footer__wrapper .shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer__wrapper::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: linear-gradient(270deg, #151313 53.52%, rgba(21, 19, 19, 0.62) 71.54%);
  height: 100%;
  width: 100%;
  z-index: 1;
}
.footer__logo {
  padding: 34px 0;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  background: var(--primary-1);
}
.footer__top {
  padding-top: 78px;
}
.footer__top-wrap {
  display: grid;
  border-radius: 7px;
  backdrop-filter: blur(30px);
  grid-template-columns: repeat(4, 1fr);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.footer__info-box {
  gap: 20px;
  display: flex;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  align-items: center;
  justify-content: center;
}
.footer__info-box:last-child {
  border: none;
}
.footer__info-box .icon {
  width: 50px;
  height: 50px;
  display: block;
  display: flex;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  background: var(--primary-1);
}
.footer__info-box .icon i {
  color: var(--white);
}
.footer__info-box .content {
  text-align: start;
}
.footer__info-box .content span {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  color: var(--gray);
  margin-bottom: 16px;
  display: block;
  font-family: var(--font_archivo);
}
.footer__info-box .content .number {
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  color: var(--white);
  transition: all 0.3s ease-in-out;
  font-family: var(--font_archivo);
}
.footer__info-box .content .number:hover {
  color: var(--primary-1);
}
.footer__info-box .content .mail {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: var(--white);
  transition: all 0.3s ease-in-out;
  font-family: var(--font_archivo);
}
.footer__info-box .content .mail:hover {
  color: var(--primary-1);
}
.footer__info-box .content .address {
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  color: var(--white);
  transition: all 0.3s ease-in-out;
  font-family: var(--font_archivo);
}
.footer__info-box .content .address:hover {
  color: var(--primary-1);
}
.footer__widgets-wrapper {
  display: grid;
  margin-bottom: 107px;
  grid-template-columns: 1fr 230px 252px 360px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .footer__widgets-wrapper {
    grid-template-columns: 1fr 177px 182px 1fr;
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__widgets-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .footer__widgets-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    margin-bottom: 60px;
  }
}
.footer__widget {
  text-align: start;
}
.footer__widget .logo {
  position: relative;
  padding-bottom: 30px;
  margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
  .footer__widget .logo {
    margin-top: 0;
  }
}
.footer__widget .logo::before {
  content: "";
  left: 0;
  bottom: 0;
  width: 267px;
  height: 2px;
  position: absolute;
  background: linear-gradient(270deg, rgba(218, 80, 51, 0) 0%, #DA5033 42.5%);
}
.footer__widget .title {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #FFFFFF;
  margin-bottom: 31px;
  position: relative;
  padding-bottom: 10px;
  font-family: var(--font_inter);
  letter-spacing: 0;
}
.footer__widget .title::before {
  content: "";
  left: 0;
  bottom: 0;
  width: 77px;
  height: 2px;
  position: absolute;
  background: linear-gradient(270deg, rgba(218, 80, 51, 0) 0%, #DA5033 42.5%);
}
.footer__widget .desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--white);
  font-family: var(--font_inter);
  letter-spacing: 0;
  margin-top: 25px;
}
.footer__widget .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  letter-spacing: 0;
}
@media only screen and (max-width: 1199px) {
  .footer__widget .text br {
    display: none;
  }
}
.footer__widget .footer-links li {
  list-style: none;
  transition: all 0.3s ease-in-out;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.footer__widget .footer-links li:last-child {
  margin-bottom: 0;
}
.footer__widget .footer-links 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;
}
.footer__widget .footer-links li a:hover {
  color: var(--action);
}
.footer__widget .footer-links li a i {
  margin-right: 10px;
  font-weight: 500;
}
.footer__widget .footer-subscribe {
  margin-top: 26px;
  align-items: center;
  border-radius: 5px;
  padding: 17.5px 0;
  justify-content: space-between;
  background: #202020;
  position: relative;
}
.footer__widget .footer-subscribe .input-box {
  gap: 14px;
  display: flex;
  align-items: center;
  margin-left: 25px;
  padding-right: 153px;
}
.footer__widget .footer-subscribe input {
  outline: 0;
  width: 100%;
  border: none;
  color: var(--white);
  background: transparent;
}
.footer__widget .footer-subscribe input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: var(--white);
}
.footer__widget .footer-subscribe .subscribe-btn {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  border-radius: 5px;
  background: var(--action);
  transition: all 0.3s ease-in-out;
  padding: 14.5px 24.5px;
  position: absolute;
  right: 0;
  top: 0;
}
.footer__social {
  gap: 10px;
  display: flex;
  margin-top: 27px;
  align-items: center;
}
.footer__social a {
  width: 45px;
  height: 45px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  background: var(--white);
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.footer__social a i {
  color: var(--primary);
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
.footer__social a:hover {
  background: var(--action);
}
.footer__social a:hover i {
  color: var(--white);
}
.footer__bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  border-top: 1px solid #1F242D;
  padding: 28px 0;
}
.footer__bottom .copyright {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
  font-family: var(--font_inter);
  letter-spacing: 0;
}
.footer__bottom .timer span {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
  font-family: var(--font_inter);
  letter-spacing: 0;
}
.footer__bottom .timer span a {
  margin-right: 0px;
}
.footer__bottom .timer span:first-child {
  margin-right: 20px;
}

/* === pages scss (index 01) === */
.hero__inner {
  padding-top: 255px;
  padding-bottom: 120px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1919px) {
  .hero__inner {
    padding-top: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__inner {
    padding-top: 150px;
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .hero__inner {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
.hero__inner .hero-bg {
  overflow: hidden;
}
.hero__inner .hero-bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero__inner .hero-bg::after {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  mix-blend-mode: multiply;
  background: rgba(0, 24, 28, 0.45);
}
.hero__inner .hero__content {
  z-index: 1;
  position: relative;
}
.hero__inner .hero__content .sub-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.72px;
  padding-bottom: 35px;
  position: relative;
  display: inline-flex;
  margin-bottom: 272px;
  color: var(--white);
  font-family: var(--font_sans);
}
@media only screen and (max-width: 1919px) {
  .hero__inner .hero__content .sub-title {
    margin-bottom: 170px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero__inner .hero__content .sub-title {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .hero__inner .hero__content .sub-title {
    font-size: 20px;
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__inner .hero__content .sub-title {
    margin-bottom: 40px;
    padding-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .hero__inner .hero__content .sub-title {
    flex-wrap: wrap;
  }
}
.hero__inner .hero__content .sub-title:hover::before {
  width: 0;
}
.hero__inner .hero__content .sub-title:hover .icon .first {
  transform: translate(100%, -100%);
}
.hero__inner .hero__content .sub-title:hover .icon .second {
  transform: translate(0%, 0%);
}
.hero__inner .hero__content .sub-title::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  bottom: 0px;
  width: 100%;
  height: 0.5px;
  background-color: rgba(255, 255, 255, 0.26);
  transition: 0.3s;
}
.hero__inner .hero__content .sub-title a {
  gap: 170px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .hero__inner .hero__content .sub-title a {
    gap: 50px;
  }
}
@media (max-width: 575px) {
  .hero__inner .hero__content .sub-title a {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.hero__inner .hero__content .sub-title a:hover {
  color: #C2F380;
}
.hero__inner .hero__content .sub-title .icon {
  display: inline-block;
  line-height: 0;
  position: relative;
  overflow: hidden;
  rotate: -45deg;
}
.hero__inner .hero__content .sub-title .icon i {
  font-size: 35px;
  font-weight: 300;
}
@media (max-width: 575px) {
  .hero__inner .hero__content .sub-title .icon i {
    font-size: 20px;
  }
}
.hero__inner .hero__content .sub-title .icon .first {
  transition: all 0.3s;
  display: inline-block;
}
.hero__inner .hero__content .sub-title .icon .second {
  bottom: 0;
  position: absolute;
  left: 0;
  transition: all 0.3s;
  box-sizing: content-box;
  padding: var(--white-space);
  transform: translate(-100%, 0%);
}
.hero__inner .hero__content .title {
  font-size: 130px;
  font-weight: 400;
  line-height: 115px;
  color: var(--white);
  font-family: var(--font_sans);
}
@media only screen and (max-width: 1199px) {
  .hero__inner .hero__content .title {
    font-size: 120px;
    line-height: 115px;
  }
}
@media only screen and (max-width: 991px) {
  .hero__inner .hero__content .title {
    font-size: 100px;
    line-height: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__inner .hero__content .title {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .hero__inner .hero__content .title {
    font-size: 45px;
    line-height: 50px;
  }
}

.strategy__top {
  border-bottom: 1px solid #E7E7E7;
}
.strategy__top ul {
  gap: 10px;
  display: flex;
  list-style: none;
  margin-top: 30px;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .strategy__top ul {
    flex-wrap: wrap;
  }
}
.strategy__top ul li a {
  gap: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  color: var(--primary);
  display: inline-flex;
  letter-spacing: -0.54px;
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 575px) {
  .strategy__top ul li a {
    padding-bottom: 5px;
  }
}
.strategy__top ul li a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: var(--primary);
  border-radius: 2px;
}

.strategy__inner {
  gap: 30px;
  display: grid;
  grid-template-columns: 570px 448px 1fr;
}
@media only screen and (max-width: 1919px) {
  .strategy__inner {
    grid-template-columns: 450px 450px 1fr;
  }
}
@media only screen and (max-width: 1399px) {
  .strategy__inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .strategy__inner {
    grid-template-columns: 1fr 1fr;
  }
  .strategy__inner > :nth-child(3) {
    grid-column: 1/-1;
  }
}
@media (max-width: 575px) {
  .strategy__inner {
    grid-template-columns: 1fr;
  }
  .strategy__inner > :nth-child(3) {
    grid-column: 1/-1;
  }
}
.strategy__inner .strategy__box {
  border-radius: 5px;
  position: relative;
  height: 100%;
}
.strategy__inner .strategy__box .media {
  overflow: hidden;
  border-radius: 5px;
}
.strategy__inner .strategy__box .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strategy__inner .strategy__box:first-child {
  padding: 40px;
  background: #F2F4F4;
}
@media only screen and (max-width: 1199px) {
  .strategy__inner .strategy__box:first-child {
    padding: 20px;
  }
}
.strategy__inner .strategy__box .wrapper {
  gap: 10px;
  display: flex;
  margin-bottom: 66px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .strategy__inner .strategy__box .wrapper {
    flex-wrap: wrap;
    margin-bottom: 45px;
  }
}
.strategy__inner .strategy__box .wrapper .title {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: var(--primary);
  letter-spacing: -0.72px;
}
.strategy__inner .strategy__box .content .section-title__wrapper {
  margin-left: 60px;
}
@media only screen and (max-width: 1919px) {
  .strategy__inner .strategy__box .content .section-title__wrapper {
    margin-left: 0;
  }
}
.strategy__inner .strategy__box .content .section-title__wrapper .title {
  margin-bottom: 225px;
}
@media only screen and (max-width: 1919px) {
  .strategy__inner .strategy__box .content .section-title__wrapper .title {
    margin-bottom: 145px;
  }
}
@media only screen and (max-width: 1399px) {
  .strategy__inner .strategy__box .content .section-title__wrapper .title {
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 1199px) {
  .strategy__inner .strategy__box .content .section-title__wrapper .title {
    margin-bottom: 30px;
  }
}
.strategy__inner .strategy__box .content .section-title__wrapper .desc {
  margin-bottom: 30px;
}
.strategy__inner .strategy__card .media {
  position: relative;
}
.strategy__inner .strategy__card .media::before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 24, 28, 0.38) 0%, #00181C 90.45%);
}
.strategy__inner .strategy__card .content {
  position: absolute;
  top: 34px;
  left: 40px;
}
@media only screen and (max-width: 1199px) {
  .strategy__inner .strategy__card .content {
    top: 20px;
    left: 20px;
  }
}
.strategy__inner .strategy__card .content .title {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: var(--white);
  letter-spacing: -0.72px;
}
.strategy__inner .strategy__card .content ul {
  list-style: none;
  margin-top: 48px;
  margin-bottom: 115px;
}
@media only screen and (max-width: 1399px) {
  .strategy__inner .strategy__card .content ul {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .strategy__inner .strategy__card .content ul {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .strategy__inner .strategy__card .content ul {
    margin-bottom: 20px;
  }
}
.strategy__inner .strategy__card .content ul li {
  gap: 8px;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: var(--white);
  align-items: center;
  letter-spacing: -0.54px;
}
@media only screen and (max-width: 767px) {
  .strategy__inner .strategy__card .content ul li {
    font-size: 16px;
  }
}
.strategy__inner .strategy__card .content .number {
  font-size: 130px;
  font-weight: 400;
  line-height: 130px;
  color: var(--white);
  display: inline-flex;
  position: relative;
}
@media only screen and (max-width: 1399px) {
  .strategy__inner .strategy__card .content .number {
    font-size: 100px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .strategy__inner .strategy__card .content .number {
    font-size: 80px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .strategy__inner .strategy__card .content .number {
    font-size: 60px;
    line-height: 60px;
  }
}
.strategy__inner .strategy__card .content .number span {
  top: -35px;
  right: -40px;
  font-size: 30px;
  font-weight: 400;
  color: var(--white);
  position: absolute;
  letter-spacing: -0.9px;
}
@media only screen and (max-width: 1199px) {
  .strategy__inner .strategy__card .content .number span {
    top: -20px;
    right: -36px;
  }
}
@media only screen and (max-width: 767px) {
  .strategy__inner .strategy__card .content .number span {
    font-size: 20px;
    top: -13px;
    right: -20px;
  }
}

.section-title__wrapper .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: var(--primary);
  margin-top: 21px;
}
@media only screen and (max-width: 991px) {
  .section-title__wrapper .title {
    font-size: 36px;
    line-height: 40px;
  }
  .section-title__wrapper .title br {
    display: none;
  }
}
@media (max-width: 575px) {
  .section-title__wrapper .title {
    font-size: 32px;
    line-height: 36px;
  }
}
.section-title__sub {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #F4E4E1;
  border-radius: 100px;
  padding: 9px 20px;
  color: var(--action);
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.section-title__sub .sub-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--action);
  font-family: var(---font_inter);
  margin-bottom: 0;
}
.section-title__sub .dot {
  width: 3px;
  height: 3px;
  background: var(--action);
  border-radius: 50%;
}
.section-title__sub .dot.big {
  width: 8px;
  height: 8px;
}

.about-section {
  background: #F5F5F5;
  padding-bottom: 180px;
}
@media only screen and (max-width: 1199px) {
  .about-section {
    padding-bottom: 160px;
  }
}
@media only screen and (max-width: 991px) {
  .about-section {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .about-section {
    padding-bottom: 130px;
  }
}
.about-section__thumb {
  margin-right: 28px;
}
@media only screen and (max-width: 1199px) {
  .about-section__thumb {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-section__thumb {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.about-section__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .about-section__thumb img {
    max-height: 470px;
  }
}
@media (max-width: 575px) {
  .about-section__thumb img {
    max-height: 100%;
  }
}
.about-section__content {
  margin-top: 28px;
}
.about-section__content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: var(--secondary);
  font-family: var(---font_inter);
}
@media only screen and (max-width: 1399px) {
  .about-section__content .decs br {
    display: none;
  }
}
.about-section__box {
  background: #FFFFFF;
  border-radius: 10px;
  margin-top: 35px;
  padding: 27.5px 30px;
  position: relative;
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .about-section__box {
    padding: 27.5px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .about-section__box {
    padding: 27.5px 20px;
  }
}
.about-section__box::before {
  position: absolute;
  content: "";
  background: #E5E5E5;
  opacity: 0.7;
  position: absolute;
  left: 46.5%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 140px;
}
@media only screen and (max-width: 991px) {
  .about-section__box::before {
    left: 50%;
  }
}
@media screen and (min-width: 800px) and (max-width: 992px) {
  .about-section__box::before {
    left: 45.5%;
  }
}
@media only screen and (max-width: 767px) {
  .about-section__box::before {
    left: 50%;
  }
}
@media (max-width: 575px) {
  .about-section__box::before {
    display: none;
  }
}
.about-section__item {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 15px;
  align-items: center;
}
.about-section__item .icon {
  background: #F5F5F5;
  border-radius: 22.5px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-section__item .icon i {
  font-size: 18px;
  color: #DA5033;
}
.about-section__item .content h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  letter-spacing: 0;
}
@media only screen and (max-width: 1399px) {
  .about-section__item .content h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .about-section__item .content h4 {
    font-size: 14px;
    line-height: 21px;
  }
}
.about-section__item-wrap {
  display: grid;
  grid-template-columns: 250px 1fr;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .about-section__item-wrap {
    grid-template-columns: 194px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .about-section__item-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .about-section__item-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.about-section__item-wrap:first-child {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(229, 229, 229, 0.7);
}
@media (max-width: 575px) {
  .about-section__item-wrap:first-child {
    padding-bottom: 0px;
    border-bottom: none;
  }
}
.about-section__item-wrap:last-child {
  padding-top: 20px;
}
.about-section__item-wrap .item-2 {
  padding-left: 38px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .about-section__item-wrap .item-2 {
    padding-left: 18px;
  }
}
@media (max-width: 575px) {
  .about-section__item-wrap .item-2 {
    padding-left: 0;
  }
}
.about-section__item-wrap .item-3 {
  padding-left: 38px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .about-section__item-wrap .item-3 {
    padding-left: 18px;
  }
}
@media (max-width: 575px) {
  .about-section__item-wrap .item-3 {
    padding-left: 0;
  }
}
.about-section__btn .rr-btn-primary {
  padding: 19.5px 49.5px;
}
.about-section__btn .rr-btn-primary .text-one i {
  transform: rotate(-35deg);
  font-size: 15px;
  font-weight: 500;
}
.about-section__btn .rr-btn-primary .text-two i {
  transform: rotate(-35deg);
  font-size: 15px;
  font-weight: 500;
}

.blog-section .section-title__wrapper {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .blog-section .section-title__wrapper {
    margin-bottom: 40px;
  }
}
.blog-section .section-title__wrapper .title {
  font-weight: 700;
  font-size: 44px;
  line-height: 52px;
  color: #0A0A0A;
  font-family: var(--font_public);
}
@media (max-width: 575px) {
  .blog-section .section-title__wrapper .title {
    font-size: 30px;
    line-height: 34px;
  }
}
.blog-section__item {
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  margin-right: 3px;
}
@media only screen and (max-width: 991px) {
  .blog-section__item {
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.blog-section__thumb {
  padding: 10px;
}
@media (max-width: 575px) {
  .blog-section__thumb {
    height: 210px;
  }
}
.blog-section__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog-section__content {
  padding: 28px 0 30px 40px;
}
@media (max-width: 575px) {
  .blog-section__content {
    padding: 28px 0 30px 15px;
  }
}
.blog-section__content .title {
  margin-top: 14px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: var(--primary);
  font-family: var(--font_public);
  letter-spacing: 0;
}
@media only screen and (max-width: 1199px) {
  .blog-section__content .title {
    font-size: 20px;
    line-height: 1.3;
  }
  .blog-section__content .title br {
    display: none;
  }
}
.blog-section__content .title a {
  background: linear-gradient(var(--primary) 0%, var(--primary) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  color: var(--primary);
  transition: all 0.3s ease-in-out;
}
.blog-section__content .title a:hover {
  color: var(--primary);
  background-size: 100% 2px;
}
.blog-section__content .post-meta {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  position: relative;
}
.blog-section__content .post-meta::before {
  position: absolute;
  background-color: #C1C4CB;
  height: 5px;
  width: 5px;
  content: "";
  top: 11px;
  left: 56%;
  border-radius: 50%;
}
.blog-section__content .post-meta .meta {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #DA5033;
  font-family: var(---font_inter);
  background: #F4E4E1;
  border-radius: 100px;
  padding: 5px 15.5px;
}
.blog-section__content .post-meta .date {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: var(--secondary);
  font-family: var(---font_inter);
}
.blog-section__card {
  display: grid;
  grid-template-columns: 165px 1fr;
  gap: 30px;
  padding-top: 30px;
  margin-left: 3px;
}
.blog-section__card:first-child {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 30px;
  padding-top: 0;
}
@media only screen and (max-width: 991px) {
  .blog-section__card {
    margin-left: 0;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .blog-section__card {
    grid-template-columns: 1fr;
  }
}
.blog-section__card .blog-section__content {
  padding: 0;
}
.blog-section__card .blog-section__content .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #0A0A0A;
  font-family: var(---font_inter);
}
@media only screen and (max-width: 1199px) {
  .blog-section__card .blog-section__content .title {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .blog-section__card .thumb {
    height: 210px;
  }
}
.blog-section__card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog-section__card .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4E4E4E;
  letter-spacing: 0;
  margin-top: 13px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .blog-section__card .decs br {
    display: none;
  }
}

.team-section {
  padding-top: 10px;
  background: #1A1311;
  border-radius: 60px;
  margin-top: -60px;
}
@media only screen and (max-width: 767px) {
  .team-section {
    margin-top: -90px;
    background: #F5F5F5;
  }
}
.team-section .brand__wrapper {
  position: relative;
  z-index: 1;
  margin-top: 5px;
}
.team-section .brand__box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 19px;
}
@media only screen and (max-width: 991px) {
  .team-section .brand__box {
    gap: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .team-section .brand__box {
    gap: 8px;
    flex-wrap: wrap;
    background: #F5F5F5;
  }
}
.team-section .brand__item {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 100px;
  width: 227px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
.team-section__wrapper {
  background: #1A1311;
  border-radius: 60px;
  padding-bottom: 180px;
  padding-top: 138px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .team-section__wrapper {
    padding-bottom: 160px;
    padding-top: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .team-section__wrapper {
    padding-bottom: 130px;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .team-section__wrapper {
    padding-bottom: 120px;
    padding-top: 90px;
  }
}
.team-section__wrapper .shape {
  position: absolute;
  top: -96px;
  left: 50%;
  transform: translateX(-50%);
}
.team-section__wrapper .shape img {
  height: 100%;
  object-fit: cover;
  max-width: 1158px;
}
.team-section .section-title__wrapper {
  text-align: center;
}
.team-section .section-title__wrapper .title {
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  color: #FFFFFF;
  font-family: var(--font_public);
}
@media (max-width: 575px) {
  .team-section .section-title__wrapper .title {
    font-size: 32px;
    line-height: 35px;
  }
}
.team-section__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .team-section__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 90px 25px;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .team-section__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 90px 0px;
    margin-top: 40px;
  }
}
.team-section__social {
  position: relative;
  z-index: 1;
}
.team-section__social span {
  width: 60px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  cursor: pointer;
  left: 0;
  bottom: 0px;
  position: absolute;
  z-index: 2;
  background: #DA5033;
  box-shadow: 0px 5px 36px rgba(0, 0, 0, 0.05);
  border-radius: 0px 8px 8px 8px;
}
.team-section__social a {
  z-index: 1;
  left: 15px;
  width: 35px;
  bottom: 0px;
  height: 35px;
  display: flex;
  font-size: 18px;
  position: absolute;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  transition: all 0.3s ease-in-out;
  color: white;
  background: var(--action);
}
.team-section__social a i {
  font-size: 15px;
}
.team-section__social a:hover {
  background-color: #1F2632;
}
.team-section__social_2 a:hover {
  color: red;
  background-color: #1F2632;
}
.team-section__thumb {
  position: relative;
}
.team-section__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.team-section__thumb .icon {
  width: 60px;
  height: 40px;
  background: #DA5033;
  box-shadow: 0px 5px 36px rgba(0, 0, 0, 0.05);
  border-radius: 0px 8px 8px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
.team-section__thumb .icon i {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
}
.team-section__thumb .content {
  background: var(--white);
  padding: 23px 0 28px 0px;
  border-radius: 8px;
  text-align: center;
  display: inline-block;
  width: 247px;
  position: absolute;
  bottom: -60px;
  right: 0;
  z-index: 2;
}
@media only screen and (max-width: 1399px) {
  .team-section__thumb .content {
    width: 234px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-section__thumb .content {
    width: 182px;
  }
}
@media only screen and (max-width: 991px) {
  .team-section__thumb .content {
    width: 315px;
  }
}
@media only screen and (max-width: 767px) {
  .team-section__thumb .content {
    width: 221px;
  }
}
@media (max-width: 575px) {
  .team-section__thumb .content {
    width: 250px;
  }
}
.team-section__thumb .content .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #1F1F1F;
  font-family: var(--font_inter);
  margin-bottom: 2px;
}
.team-section__thumb .content span {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #1F1F1F;
  font-family: var(--font_inter);
}
.team-section__thumb:hover .team-section__social span {
  color: white;
  background-color: #1F2632;
}
.team-section__thumb:hover .team-section__social span i {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
}
.team-section__thumb:hover .team-section__social a:nth-child(2) {
  left: 20px;
  bottom: 41px;
  width: 35px;
  height: 35px;
  transition: all 0.3s ease-in-out;
}
.team-section__thumb:hover .team-section__social a:nth-child(3) {
  left: 20px;
  bottom: 83px;
  transition: all 0.4s ease-in-out;
  width: 35px;
  height: 35px;
}
.team-section__thumb:hover .team-section__social a:nth-child(4) {
  left: 20px;
  bottom: 126px;
  width: 35px;
  height: 35px;
  transition: all 0.5s ease-in-out;
}
.team-section__thumb:hover .team-section__social a:nth-child(5) {
  left: 20px;
  bottom: 168px;
  width: 35px;
  height: 35px;
  transition: all 0.6s ease-in-out;
}

.industries-section .section-title__wrapper {
  text-align: center;
}
.industries-section .section-title__wrapper .title {
  font-weight: 700;
  font-size: 44px;
  line-height: 52px;
  color: var(--primary);
  font-family: var(--font_public);
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .industries-section .section-title__wrapper .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .industries-section .section-title__wrapper .title {
    font-size: 36px;
    line-height: 40px;
  }
}
.industries-section__wrapper {
  display: inline-flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.industries-section__item {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 15px;
  background: #FFFFFF;
  box-shadow: 0px 15px 46px rgba(232, 234, 238, 0.8);
  border-radius: 100px;
  padding: 5px 40px 5px 5px;
  align-items: center;
}
.industries-section__item .icon {
  background: #F5F5F5;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.industries-section__item .content .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #0A0A0A;
  font-family: var(---font_inter);
}

.work-section .section-title__wrapper {
  text-align: center;
}
.work-section .section-title__wrapper .title {
  font-weight: 700;
  font-size: 44px;
  line-height: 52px;
  color: #0A0A0A;
  font-family: var(--font_public);
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .work-section .section-title__wrapper .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .work-section .section-title__wrapper .title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 40px;
  }
}
.work-section__wrapper {
  border: 1px solid #E5E5E5;
  border-radius: 15px;
  display: grid;
  grid-template-columns: 414px 1fr 414px;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .work-section__wrapper {
    grid-template-columns: 320px 1fr 320px;
  }
}
@media only screen and (max-width: 991px) {
  .work-section__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .work-section__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.work-section__item {
  padding: 29px 40px 36px 40px;
}
@media only screen and (max-width: 1199px) {
  .work-section__item {
    padding: 29px 25px 36px 25px;
  }
}
@media only screen and (max-width: 991px) {
  .work-section__item {
    padding: 29px 10px 36px 15px;
  }
}
.work-section__item:first-child {
  border-bottom: 1px solid #E5E5E5;
}
.work-section__item .number span {
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 0.02em;
  color: #F5F5F5;
  font-family: var(---font_inter);
}
.work-section__item .content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #0A0A0A;
  font-family: var(---font_inter);
  letter-spacing: 0;
  margin-top: 19px;
  margin-bottom: 11px;
}
@media only screen and (max-width: 991px) {
  .work-section__item .content .title {
    font-size: 20px;
  }
}
.work-section__item .content .title a {
  background: linear-gradient(var(--primary) 0%, var(--primary) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  color: var(--primary);
  transition: all 0.3s ease-in-out;
}
.work-section__item .content .title a:hover {
  color: var(--primary);
  background-size: 100% 2px;
}
.work-section__item .content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  font-family: var(---font_inter);
  letter-spacing: 0;
}
@media only screen and (max-width: 1199px) {
  .work-section__item .content .decs br {
    display: none;
  }
}
.work-section__btn {
  margin-top: 19px;
}
.work-section__btn a {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: linear-gradient(var(--action) 0%, var(--action) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  color: var(--action);
  transition: all 0.3s ease-in-out;
}
.work-section__btn a:hover {
  color: var(--action);
  background-size: 100% 2px;
}
.work-section__thumb {
  border: 1px solid #E5E5E5;
  border-radius: 50%;
  padding: 16px;
}
.work-section__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work-section__item-box {
  border-right: 1px solid #E5E5E5;
}
@media only screen and (max-width: 767px) {
  .work-section__item-box {
    border: none;
  }
}
.work-section__item-box:last-child {
  border-left: 1px solid #E5E5E5;
  border-right: none;
}
@media only screen and (max-width: 767px) {
  .work-section__item-box:last-child {
    border: none;
  }
}

.price-section {
  padding-bottom: 98px;
}
.price-section__bg {
  position: relative;
}
.price-section__bg::before {
  content: "";
  background: #350F07;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 575px) {
  .price-section__bg::before {
    top: 40%;
  }
}
.price-section__bg::after {
  content: "";
  background: white;
  width: 2224px;
  height: 685px;
  border-radius: 100%;
  position: absolute;
  top: 15px;
  left: -152px;
  right: -152px;
  z-index: -1;
}
.price-section .section-title__wrapper {
  text-align: center;
}
.price-section .section-title__wrapper .title {
  font-weight: 700;
  font-size: 44px;
  line-height: 52px;
  color: var(--primary);
  font-family: var(--font_public);
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .price-section .section-title__wrapper .title {
    font-size: 36px;
    line-height: 40px;
  }
}
.price-section .section-title__wrapper .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--secondary);
  letter-spacing: 0;
}
.price-section__wrapper {
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  margin-top: 65px;
  background: var(--white);
  position: relative;
  z-index: 1;
}
.price-section__inner {
  display: grid;
  grid-template-columns: 311px 389px 286px 1fr;
  padding: 14px 0 14px 0px;
}
@media only screen and (max-width: 1399px) {
  .price-section__inner {
    grid-template-columns: 311px 389px 260px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .price-section__inner {
    grid-template-columns: 250px 1fr 176px 200px;
  }
}
@media only screen and (max-width: 991px) {
  .price-section__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .price-section__inner {
    grid-template-columns: repeat(1, 1fr);
    padding: 15px;
  }
}
.price-section__inner .plan-name {
  margin-left: 40px;
}
@media (max-width: 575px) {
  .price-section__inner .plan-name {
    margin-left: 0;
  }
}
.price-section__inner .plan-name span {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--secondary);
  font-family: var(---font_inter);
}
.price-section__inner .plan-service span {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--secondary);
  font-family: var(---font_inter);
}
.price-section__inner .plan-price span {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--secondary);
  font-family: var(---font_inter);
}
.price-section__item {
  display: grid;
  grid-template-columns: 311px 389px 286px 1fr;
  align-items: center;
  border-top: 1px solid #E5E5E5;
  padding: 32.5px 0;
}
.price-section__item:first-child {
  padding: 24px 0;
}
@media (max-width: 575px) {
  .price-section__item:first-child {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 15px;
  }
}
@media only screen and (max-width: 1399px) {
  .price-section__item {
    grid-template-columns: 311px 389px 260px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .price-section__item {
    grid-template-columns: 250px 1fr 176px 200px;
  }
}
@media only screen and (max-width: 991px) {
  .price-section__item {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .price-section__item {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .price-section__item {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 15px;
  }
}
.price-section__item .plan-title {
  margin-left: 40px;
}
@media only screen and (max-width: 991px) {
  .price-section__item .plan-title {
    margin-left: 20px;
  }
}
@media (max-width: 575px) {
  .price-section__item .plan-title {
    margin-left: 0px;
  }
}
.price-section__item .plan-title .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: #0A0A0A;
  font-family: var(--font_inter);
}
.price-section__item .plan-content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  font-family: var(---font_inter);
  letter-spacing: 0;
}
@media (max-width: 575px) {
  .price-section__item .plan-content .decs br {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .price-section__item .plan-price {
    margin-left: 20px;
  }
}
@media (max-width: 575px) {
  .price-section__item .plan-price {
    margin-left: 0;
  }
}
.price-section__item .plan-price .price {
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: #1F1F1F;
  font-family: var(---font_inter);
}
.price-section__item .plan-btn .rr-btn {
  background: #F5F5F5;
  border-radius: 100px;
  padding: 15px 34.2px;
}
.price-section__item .plan-btn .rr-btn .text-one {
  color: #DA5033;
}

.recent-Work-section {
  background: #350F07;
  position: relative;
  padding-top: 0px;
}
.recent-Work-section .shape-1 {
  position: absolute;
  left: 0;
  bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .recent-Work-section .shape-1 {
    display: none;
  }
}
.recent-Work-section .section-title__wrapper {
  position: relative;
  z-index: 2;
}
.recent-Work-section .section-title__wrapper .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: var(--white);
  font-family: var(--font_public);
}
@media (max-width: 575px) {
  .recent-Work-section .section-title__wrapper .title {
    font-size: 34px;
    line-height: 40px;
  }
}
.recent-Work-section__info {
  display: flex;
  align-items: end;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 60px;
}
.recent-Work-section__inner .recent-Work-active {
  margin-left: -274px;
  margin-right: -274px;
}
@media only screen and (max-width: 1199px) {
  .recent-Work-section__inner .recent-Work-active {
    margin-left: 0;
    margin-right: 0;
  }
}
.recent-Work-section__list ul {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .recent-Work-section__list ul {
    gap: 20px;
  }
}
.recent-Work-section__list ul li {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  font-family: var(---font_inter);
  list-style: none;
  background: linear-gradient(var(--action) 0%, var(--action) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.recent-Work-section__list ul li:hover {
  color: var(--action);
  background-size: 100% 2px;
}
.recent-Work-section__inner {
  margin-top: 60px;
  display: flex;
  gap: 24px;
}
.recent-Work-section__thumb {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .recent-Work-section__thumb {
    max-height: 400px;
  }
}
.recent-Work-section__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .recent-Work-section__thumb img {
    max-height: 400px;
  }
}
.recent-Work-section__thumb .content {
  background: #FFFFFF;
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 20px;
  padding: 22.5px 30px;
  max-width: 558px;
  width: 100%;
}
@media only screen and (max-width: 1919px) {
  .recent-Work-section__thumb .content {
    max-width: inherit;
    width: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .recent-Work-section__thumb .content {
    padding: 15.5px 10px;
  }
}
.recent-Work-section__thumb .content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #0A0A0A;
  margin-bottom: 9px;
}
@media only screen and (max-width: 1199px) {
  .recent-Work-section__thumb .content .title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .recent-Work-section__thumb .content .title {
    font-size: 19px;
    line-height: 22px;
  }
}
.recent-Work-section__thumb .content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #6E777D;
  font-family: var(--font_inter);
}
.recent-Work-section .arrow {
  margin-top: 56px;
  width: 100%;
}
@media (max-width: 575px) {
  .recent-Work-section .arrow {
    margin-top: 35px;
  }
}
.recent-Work-section .arrow .swiper-pagination {
  position: relative;
  text-align: center;
  transition: 1s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recent-Work-section .swiper-pagination {
  position: relative;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  background: #fff;
  width: 125px;
  height: 45px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.recent-Work-section .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.recent-Work-section .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.recent-Work-section .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #e5e5e5;
  opacity: 1;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease;
  margin: 0 8px;
}
.recent-Work-section .swiper-wrapper {
  position: relative;
  height: inherit;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.recent-Work-section .swiper-pagination-bullet-active {
  background: #DA5033;
  margin: 0 8px !important;
}
.recent-Work-section .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  width: 25px;
  height: 25px;
  border: 1px solid #DA5033;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .recent-Work-section__inner {
    margin: 0 15px;
  }
}

.video-section {
  position: relative;
}
.video-section .video-bg {
  position: relative;
  height: 664px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.video-section .video-bg .overlay {
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(man-checking-blueprints-while-building-kitchen-cabinets.jpg);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-section .video-bg .video-play-btn {
  position: relative;
  z-index: 2;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #DA5033;
  font-size: 32px;
  transition: all 0.3s ease;
  /* animated ripple circles */
}
.video-section .video-bg .video-play-btn:hover {
  transform: scale(1.05);
}
.video-section .video-bg .video-play-btn::before, .video-section .video-bg .video-play-btn::after {
  content: "";
  position: absolute;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ripple 2s infinite ease-out;
}
.video-section .video-bg .video-play-btn::before {
  width: 198px;
  height: 198px;
  animation-delay: 1s;
}
.video-section .video-bg .video-play-btn::after {
  width: 314px;
  height: 314px;
  animation-delay: 1.2s;
}
.video-section .video-bg .video-play-btn i {
  font-weight: 900;
  font-size: 24px;
  line-height: 24px;
  color: #DA5033;
}
@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
  }
}

.office-info__wrapper {
  background: #DA5033;
  padding: 30px;
}
.office-info__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .office-info__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .office-info__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.office-info__item {
  background: #FFFFFF;
  display: flex;
  gap: 25px;
  justify-content: center;
  border-radius: 10px;
  padding: 59.5px 0;
}
@media only screen and (max-width: 767px) {
  .office-info__item {
    flex-wrap: wrap;
  }
}
.office-info__item .content span {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #0A0A0A;
  font-family: var(--font_public);
}
.office-info__item .content h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 46px;
  color: #0A0A0A;
  font-family: var(--font_public);
  margin-top: 3px;
}
@media only screen and (max-width: 1399px) {
  .office-info__item .content h3 {
    font-size: 23px;
    line-height: 31px;
  }
}

.team-member {
  background: #F5F5F5;
  margin-top: 0;
  padding-top: 0;
}
.team-member .team-section__wrapper {
  background: #F5F5F5;
  border-radius: 0;
  padding-top: 120px;
}
@media only screen and (max-width: 1199px) {
  .team-member .team-section__wrapper {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .team-member .team-section__wrapper {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px), (max-width: 575px) {
  .team-member .team-section__wrapper {
    padding-top: 60px;
  }
}
.team-member .team-section__inner {
  margin-top: 0;
}
.team-member .team-section__inner:first-child {
  margin-bottom: 86px;
}

.team-page-blog {
  background: #F5F5F5;
}
.team-page-blog .blog-section__item {
  background: var(--white);
}

.team-page {
  position: relative;
}
.team-page::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(16, 16, 16, 0.8);
  backdrop-filter: blur(0.5px);
}
.team-page .about__wrapper {
  padding-top: 120px;
  padding-bottom: 126px;
}
@media only screen and (max-width: 1199px) {
  .team-page .about__wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .team-page .about__wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px), (max-width: 575px) {
  .team-page .about__wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.team-page .about__section-info {
  text-align: center;
  position: relative;
  z-index: 1;
}
.team-page .about__section-info .sub-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #DA5033;
  font-family: var(--font_public);
}
.team-page .about__section-info .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #FFFFFF;
  font-family: var(--font_public);
  margin-top: 18px;
  margin-bottom: 29px;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .team-page .about__section-info .title {
    font-size: 38px;
    line-height: 41px;
  }
  .team-page .about__section-info .title br {
    display: none;
  }
}
@media (max-width: 575px) {
  .team-page .about__section-info .title {
    font-size: 27px;
    line-height: 30px;
  }
}
.team-page .about__section-info .about-us h2 {
  position: absolute;
  top: 19%;
  left: 40%;
  transform: translate(-26%, -60%);
  font-weight: 700;
  font-size: 140px;
  line-height: 164px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  pointer-events: none;
}
@media only screen and (max-width: 1399px) {
  .team-page .about__section-info .about-us h2 {
    font-size: 131px;
    line-height: 164px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-page .about__section-info .about-us h2 {
    font-size: 109px;
    line-height: 106px;
  }
}
@media only screen and (max-width: 991px) {
  .team-page .about__section-info .about-us h2 {
    font-size: 85px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .team-page .about__section-info .about-us h2 {
    font-size: 63px;
    line-height: 78px;
    transform: translate(-42%, -68%);
  }
}
@media (max-width: 575px) {
  .team-page .about__section-info .about-us h2 {
    font-size: 48px;
    line-height: 78px;
    transform: translate(1%, -78%);
    left: 9%;
  }
}
.team-page .about__btn .rr-btn {
  padding: 15px 34.1px;
}
.team-page .about__btn .rr-btn::before {
  background: var(--white);
}
.team-page .about__btn .rr-btn .text-two {
  color: var(--primary);
}

.team-details-page .contact-page__wrapper {
  background: var(--white);
}
.team-details-page .contact-page__wrap {
  background: #F5F5F5;
  border-radius: 15px;
}
.team-details-page .contact-page__select .nice-select .current {
  display: flex;
  align-items: center;
  padding: 20px 20px;
  font-family: var(--font_inter);
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  background: var(--white);
}

.team-details__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
@media only screen and (max-width: 991px) {
  .team-details__thumb img {
    max-height: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .team-details__thumb img {
    max-height: 500px;
  }
}
@media (max-width: 575px) {
  .team-details__thumb img {
    max-height: 100%;
  }
}
.team-details__inner {
  margin-top: 20px;
  margin-left: 15px;
}
@media only screen and (max-width: 1199px) {
  .team-details__inner {
    margin-left: 0;
  }
}
.team-details__content .author {
  margin-bottom: 20px;
}
.team-details__content .author .name {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  margin-bottom: 10px;
}
.team-details__content .author .designation {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #DA5033;
  font-family: var(--font_inter);
}
.team-details__content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #4E4E4E;
  font-family: var(--font_inter);
  margin-bottom: 32px;
}
@media only screen and (max-width: 1199px) {
  .team-details__content .decs br {
    display: none;
  }
}
.team-details__item-box {
  display: grid;
  grid-template-columns: 328px 1fr;
}
@media only screen and (max-width: 1199px) {
  .team-details__item-box {
    grid-template-columns: 293px 1fr;
  }
}
@media (max-width: 575px) {
  .team-details__item-box {
    grid-template-columns: 1fr;
  }
}
.team-details__item {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}
.team-details__item .icon {
  background: #FFFFFF;
  box-shadow: 0px 8px 34px rgba(0, 0, 0, 0.11);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.team-details__item .icon i {
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  color: #DA5033;
}
.team-details__item .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
}
.team-details__item h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  margin-top: 9px;
}
.team-details__btn {
  margin-top: 6px;
}
.team-details__btn .rr-btn {
  padding: 17.5px 42px;
}

.breadcrumb-section {
  padding-top: 195px;
}
@media only screen and (max-width: 991px) {
  .breadcrumb-section {
    padding-top: 100px;
  }
}
.breadcrumb-section-2 {
  padding-top: 205px;
}
@media only screen and (max-width: 991px) {
  .breadcrumb-section-2 {
    padding-top: 100px;
  }
}
.breadcrumb-section__wrapper {
  padding-top: 148px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .breadcrumb-section__wrapper {
    padding-top: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-section__wrapper {
    padding-top: 80px;
  }
}
.breadcrumb-section__wrapper::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(17, 19, 21, 0.66);
  border-radius: 0px;
}
.breadcrumb-section__inner {
  position: relative;
  z-index: 1;
}
.breadcrumb-section__inner .content {
  margin-bottom: 96px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-section__inner .content {
    margin-bottom: 75px;
  }
}
.breadcrumb-section__inner .content .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #FFFFFF;
  font-family: var(--font_public);
}
@media (max-width: 575px) {
  .breadcrumb-section__inner .content .title {
    font-size: 38px;
    line-height: 43px;
  }
}
.breadcrumb-section__box {
  display: inline-flex;
  align-items: center;
  gap: 33px;
  background: #FFFFFF;
  box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
  border-radius: 10px 10px 0px 0px;
  padding: 15.5px 29.9px;
  margin-bottom: -1px;
}
.breadcrumb-section__box span {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.breadcrumb-section__box .page-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #DA5033;
  font-family: var(--font_inter);
  position: relative;
}
.breadcrumb-section__box .page-name::before {
  position: absolute;
  content: "";
  left: -15px;
  top: 8px;
  height: 3px;
  width: 3px;
  background: #DA5033;
  border-radius: 50%;
}

.contact-page__wrapper {
  background: #F5F5F5;
}
.contact-page__info {
  margin-bottom: 78px;
}
@media only screen and (max-width: 767px) {
  .contact-page__info {
    margin-bottom: 40px;
  }
}
.contact-page__wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 435px;
  background: var(--white);
  border-radius: 15px;
}
@media only screen and (max-width: 1199px) {
  .contact-page__wrap {
    grid-template-columns: 1fr 400px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-page__wrap {
    grid-template-columns: 1fr 270px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-page__wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .contact-page__thumb {
    max-height: 450px;
  }
}
@media (max-width: 575px) {
  .contact-page__thumb {
    max-height: 100%;
  }
}
.contact-page__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px 15px 15px 0px;
}
@media only screen and (max-width: 767px) {
  .contact-page__thumb img {
    border-radius: 0px;
  }
}
.contact-page__address {
  gap: 40px;
  display: grid;
  padding-left: 60px;
  border-radius: 10px;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--border);
  grid-template-columns: 369px 388px 305px;
}
@media only screen and (max-width: 1399px) {
  .contact-page__address {
    gap: 25px;
    padding-left: 33px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-page__address {
    gap: 13px;
    padding-left: 17px;
    grid-template-columns: 294px 321px 307px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-page__address {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .contact-page__address {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact-page__address-item {
  gap: 20px;
  display: flex;
  align-items: center;
  padding: 60px 0px;
  border-right: 1px solid var(--border);
}
.contact-page__address-item:first-child {
  padding-left: 0;
}
@media only screen and (max-width: 767px), (max-width: 575px) {
  .contact-page__address-item:first-child {
    padding-top: 20px;
  }
}
.contact-page__address-item:last-child {
  border: none;
}
@media only screen and (max-width: 991px) {
  .contact-page__address-item {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 767px), (max-width: 575px) {
  .contact-page__address-item {
    padding-top: inherit;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .contact-page__address-item {
    display: block;
  }
}
.contact-page__address-icon {
  min-width: 60px;
  height: 60px;
  display: flex;
  object-fit: cover;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  background: var(--light_bg);
}
@media (max-width: 575px) {
  .contact-page__address-icon {
    display: inline-flex;
    margin-bottom: 20px;
  }
}
.contact-page__address-icon i {
  color: var(--primary);
}
.contact-page__address-text-title {
  display: flex;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  align-items: center;
  margin-bottom: 5px;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.contact-page__address-text a {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  align-items: center;
  color: var(--body_text);
  font-family: var(--font_inter);
}
@media (max-width: 575px) {
  .contact-page__address-text a {
    padding-right: 10px;
  }
}
.contact-page__address-text a:hover {
  color: var(--primary);
}
.contact-page__address-text span {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--body_text);
  font-family: var(--font_inter);
}
.contact-page__address-text span cite {
  font-style: normal;
  color: var(--primary);
}
.contact-page__contact-from {
  padding: 70px 80px 64px 80px;
}
@media only screen and (max-width: 1199px) {
  .contact-page__contact-from {
    padding: 70px 35px 64px 35px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-page__contact-from {
    padding: 60px 20px 53px 20px;
  }
}
.contact-page__contact-from form button {
  width: 100%;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  align-items: center;
  text-align: center;
  color: var(--white);
  padding: 20.5px 0px;
  border-radius: 10px;
  justify-content: center;
  font-family: var(--font_inter);
}
.contact-page__contact-from .ajax-response {
  margin-top: 15px;
}
.contact-page__contact-from .ajax-response.error {
  color: var(--primary);
}
.contact-page__contact-from .ajax-response.success {
  color: #198754;
}
.contact-page__title {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  color: #0A0A0A;
  letter-spacing: 0;
}
@media only screen and (max-width: 991px) {
  .contact-page__title {
    font-size: 34px;
    line-height: 38px;
  }
}
.contact-page__desc {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  align-items: center;
  color: var(--body_text);
  font-family: var(--font_inter);
}
.contact-page__form-group {
  gap: 25px;
  display: flex;
  margin-top: 35px;
  align-items: center;
}
@media (max-width: 575px) {
  .contact-page__form-group {
    gap: 0;
    flex-wrap: wrap;
  }
}
.contact-page__input {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}
.contact-page__input input {
  width: 100%;
  border: none;
  height: 60px;
  border-radius: 5px;
  background: var(--white);
  transition: all 0.3s ease-in-out;
  padding: 17.5px 55px 17.5px 25px;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
}
.contact-page__input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.contact-page__input input:hover, .contact-page__input input:focus {
  border-color: #E5E5E5 !important;
  box-shadow: none;
  outline: none;
  background-color: var(--white);
}
.contact-page__icon i {
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: var(--body_text);
}
.contact-page__select {
  position: relative;
  margin-bottom: 20px;
}
.contact-page__select i {
  top: 20px;
  left: 20px;
  display: block;
  position: absolute;
  color: var(--primary);
}
.contact-page__select .nice-select {
  float: inherit;
  height: 55px;
  border: none;
  position: relative;
  background-color: var(--white);
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--light_bg);
  padding: 0;
}
.contact-page__select .nice-select .icon {
  position: absolute;
  top: 0%;
  right: 56px;
  font-size: 20px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.contact-page__select .nice-select .icon i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #DA5033;
}
.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: 20px 20px;
  font-family: var(--font_inter);
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
}
.contact-page__select .nice-select:focus {
  outline: none;
}
.contact-page__select .nice-select .list {
  width: 100%;
}
.contact-page__icon {
  top: 17px;
  right: 24px;
  position: absolute;
}
.contact-page__icon i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #DA5033;
}

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

.service-page__item {
  background: #FFFFFF;
  box-shadow: 0px 4px 58px rgba(10, 10, 11, 0.09);
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .service-page__item {
    margin-bottom: 24px;
  }
}
.service-page .item-2 {
  margin-bottom: 0;
}
.service-page__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.service-page__content {
  padding: 25px 30px 30px 30px;
}
@media only screen and (max-width: 1199px) {
  .service-page__content {
    padding: 25px 14px 30px 20px;
  }
}
.service-page__content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #1D1D1E;
  font-family: var(--font_inter);
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .service-page__content .title {
    font-size: 22px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .service-page__content .title {
    font-size: 20px;
    line-height: 24px;
  }
}
.service-page__content .title a {
  background: linear-gradient(var(--primary) 0%, var(--primary) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  color: var(--primary);
  transition: all 0.3s ease-in-out;
}
.service-page__content .title a:hover {
  color: var(--primary);
  background-size: 100% 2px;
}
.service-page__content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  font-family: var(--font_inter);
  margin-bottom: 21px;
}
@media only screen and (max-width: 1199px) {
  .service-page__content .decs br {
    display: none;
  }
}
.service-page__btn .rr-btn {
  background: transparent;
  border: 1px solid #E6E6EB;
  border-radius: 100px;
}
.service-page__btn .rr-btn .text-one {
  color: #DA5033;
}
.service-page__btn .rr-btn .text-one i {
  font-size: 16px;
  font-weight: 500;
  transform: rotate(-35deg);
}
.service-page__btn .rr-btn .text-two i {
  font-size: 16px;
  font-weight: 500;
  transform: rotate(-35deg);
}

.service-details__area {
  margin-bottom: 50px;
}
.service-details__thumb {
  overflow: hidden;
  border-radius: 15px;
}
.service-details__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.service-details__content .title {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #0A0A0A;
  font-family: var(--font_public);
  margin-top: 32px;
  margin-bottom: 18px;
}
@media (max-width: 575px) {
  .service-details__content .title {
    font-size: 28px;
    line-height: 32px;
  }
}
.service-details__content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--secondary);
  font-family: var(--font_inter);
  margin-bottom: 27px;
}
@media only screen and (max-width: 991px) {
  .service-details__content .decs br {
    display: none;
  }
}
.service-details__item-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 23px;
  margin-top: 34px;
  margin-bottom: 34px;
}
@media only screen and (max-width: 1199px) {
  .service-details__item-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .service-details__item-box {
    grid-template-columns: 1fr;
  }
}
.service-details__item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
  padding-top: 25px;
  padding-bottom: 24px;
  background: #FFFFFF;
  box-shadow: 0px 8px 30px rgba(106, 106, 106, 0.1);
  border-left: 5px solid #DA5033;
}
@media only screen and (max-width: 1199px) {
  .service-details__item {
    grid-template-columns: 65px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .service-details__item {
    grid-template-columns: 58px 1fr;
    gap: 15px;
  }
}
.service-details__item .icon {
  margin-left: 30px;
  margin-top: 8px;
}
@media only screen and (max-width: 1199px) {
  .service-details__item .icon {
    margin-left: 15px;
  }
}
.service-details__item .content .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--primary);
  font-family: var(--font_inter);
  margin-bottom: 9px;
}
@media only screen and (max-width: 767px) {
  .service-details__item .content .title {
    font-size: 17px;
    line-height: 20px;
  }
}
.service-details__item .content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .service-details__item .content .decs br {
    display: none;
  }
}

.hero__wrapper {
  display: block;
  padding-top: 60px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .hero__wrapper {
    padding-top: 0;
  }
}
.hero__wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.hero__item {
  text-align: start;
  padding-top: 247px;
  padding-bottom: 206px;
}
@media only screen and (max-width: 1919px) {
  .hero__item {
    margin-left: 70px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero__item {
    margin-left: 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero__item {
    padding-top: 150px;
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 991px) {
  .hero__item {
    margin-left: 0;
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__item {
    padding-top: 130px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .hero__item {
    padding-top: 110px;
    padding-bottom: 90px;
  }
}
.hero__item .hero__btn {
  display: flex;
  gap: 19px;
  flex-wrap: wrap;
}
.hero__item .hero__btn .left-btn .rr-btn {
  background: var(--white);
  padding: 15px 37.5px;
}
.hero__item .hero__btn .left-btn .rr-btn::before {
  background: var(--action);
}
.hero__item .hero__btn .left-btn .rr-btn .text-one {
  color: #DA5033;
  font-weight: 600;
}
.hero__item .hero__btn .left-btn .rr-btn .text-two {
  font-weight: 600;
}
.hero__item .hero__btn .right-btn .rr-btn {
  background: #DA5033;
  padding: 15px 38px;
}
.hero__item .hero__btn .right-btn .rr-btn::before {
  background: var(--white);
}
.hero__item .hero__btn .right-btn .rr-btn .text-one {
  color: var(--white);
  font-weight: 600;
}
.hero__item .hero__btn .right-btn .rr-btn .text-two {
  color: #DA5033;
  font-weight: 600;
}
.hero__title {
  font-weight: 800;
  font-size: 72px;
  line-height: 82px;
  color: var(--white);
  font-family: var(--font_public);
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .hero__title {
    font-size: 60px;
    line-height: 72px;
  }
  .hero__title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hero__title {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .hero__title {
    font-size: 38px;
    line-height: 44px;
  }
}
.hero__desc {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #FFFFFF;
  margin-bottom: 52px;
}
@media (max-width: 575px) {
  .hero__desc {
    font-size: 23px;
    line-height: 32px;
  }
}
.hero__number-pagination {
  left: 130px;
  top: 53%;
  z-index: 2;
  position: absolute;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1919px) {
  .hero__number-pagination {
    left: 30px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero__number-pagination {
    left: 30px;
    top: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .hero__number-pagination {
    display: none;
  }
}
.hero-slider__swiper-pagination {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.hero-slider__swiper-pagination .swiper-number {
  width: 55px;
  height: 55px;
  display: flex;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  align-items: center;
  color: var(--white);
  margin-bottom: 20px;
  border-radius: 100%;
  justify-content: center;
  border: 2px solid var(--white);
  font-family: var(--font_titilm);
  transition: all 0.3s ease-in-out;
}
.hero-slider__swiper-pagination .swiper-number-active {
  width: 67px;
  height: 67px;
  color: #DA5033;
  background: var(--white);
}
.hero-slider__swiper-pagination .swiper-number:last-child {
  margin-bottom: 0;
}

.testimonial-section {
  background: #F8F8F8;
}
.testimonial-section .section-title__wrapper {
  text-align: center;
}
.testimonial-section .section-title__wrapper .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #0A0A0A;
  font-family: var(--font_public);
}
@media only screen and (max-width: 767px) {
  .testimonial-section .section-title__wrapper .title {
    font-size: 38px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .testimonial-section .section-title__wrapper .title {
    font-size: 32px;
    line-height: 37px;
  }
}
.testimonial-section__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .testimonial-section__wrapper {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-section__wrapper {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
  }
}
.testimonial-section__item {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 39px 40px 33px 40px;
}
@media only screen and (max-width: 1399px) {
  .testimonial-section__item {
    padding: 39px 25px 33px 25px;
  }
}
.testimonial-section__author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 39px;
  gap: 20px;
  flex-wrap: wrap;
}
.testimonial-section__author .testimonial-box {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonial-section__author .testimonial-box .author-info .name {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  margin-bottom: 6px;
}
.testimonial-section__author .testimonial-box .author-info span {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.testimonial-section__author .icon {
  border: 2px solid #DA5033;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-section__author .icon i {
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  color: #DA5033;
}
.testimonial-section__content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  font-family: var(--font_inter);
  margin-top: 35px;
  margin-bottom: 20px;
}
.testimonial-section__content .decs {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1919px) {
  .testimonial-section__content .decs br {
    display: none;
  }
}

.portfolio-section__menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 29px;
  flex-wrap: wrap;
}
.portfolio-section__menu ul li {
  list-style: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #0C0A0A;
  font-family: var(--font_inter);
  background: linear-gradient(var(--action) 0%, var(--action) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.portfolio-section__menu ul li:hover {
  color: var(--action);
  background-size: 100% 2px;
}
.portfolio-section__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 34px;
  margin-top: 35px;
}
@media only screen and (max-width: 991px) {
  .portfolio-section__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .portfolio-section__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.portfolio-section__item {
  margin-bottom: 34px;
}
.portfolio-section__item:last-child {
  margin-bottom: 0;
}
.portfolio-section__thumb {
  position: relative;
  border-radius: 10px;
}
.portfolio-section__thumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(28, 14, 12, 0.54), rgba(28, 14, 12, 0.54)), url(cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink.jpg);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.portfolio-section__thumb .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.portfolio-section__thumb .icon {
  width: 80px;
  height: 80px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.portfolio-section__thumb:hover::before {
  opacity: 1;
  visibility: visible;
}
.portfolio-section__thumb:hover .icon {
  opacity: 1;
  visibility: visible;
}
.portfolio-section .project-filter {
  text-align: center;
  margin-bottom: 30px;
}
.portfolio-section .project-filter ul {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.portfolio-section .project-filter ul li {
  cursor: pointer;
  padding: 8px 20px;
  border-radius: 30px;
  background: #f2f2f2;
  font-weight: 500;
  transition: 0.3s;
}
.portfolio-section .project-filter ul li.active, .portfolio-section .project-filter ul li:hover {
  background: linear-gradient(90deg, #384bff, #a62df4);
  color: #fff;
}
.portfolio-section .filter-items {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.portfolio-section .filter-items .portfolio-section__item {
  width: calc(33.333% - 24px);
}
@media (max-width: 992px) {
  .portfolio-section .filter-items .portfolio-section__item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  .portfolio-section .filter-items .portfolio-section__item {
    width: 100%;
  }
}
.portfolio-section .filter-items .portfolio-section__item img {
  border-radius: 10px;
}
.portfolio-section .swiper-slide img {
  width: 100%;
  border-radius: 10px;
}

/* faq area style  */
.faq-area .section-title-wrapper {
  display: block;
}
.faq-area .section-title-wrapper .title-wrapper {
  margin-bottom: 35px;
}
.faq-area .section-title-wrapper .title-wrapper .section-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: var(--primary);
  font-family: var(--font_public);
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .faq-area .section-title-wrapper .title-wrapper .section-title {
    font-size: 28px;
    line-height: 32px;
  }
}
.faq-area .section-title-wrapper .title-wrapper .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.faq-area .accordion {
  counter-reset: accordion;
}
.dark .faq-area .accordion {
  border-color: #292929;
}
.faq-area .accordion-button {
  padding: 24px 40px 24px 30px;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
}
@media (max-width: 575px) {
  .faq-area .accordion-button {
    padding: 24px 15px 24px 15px;
  }
}
.faq-area .accordion-button::after {
  content: "\f078";
  font-family: var(--font_awesome);
  background-image: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #DA5033;
  transition: all 0.5s;
}
@media (max-width: 575px) {
  .faq-area .accordion-button::after {
    margin-top: -31px;
  }
}
.faq-area .accordion-button:not(.collapsed)::after {
  content: "\f078";
}
.faq-area .accordion-item {
  background-color: transparent;
  border: none;
  background: #F5F5F5;
  border-radius: 5px;
  position: relative;
  transition: all 0.5s;
  margin-bottom: 20px;
}
.faq-area .accordion-item:last-child {
  margin-bottom: 0;
}
.dark .faq-area .accordion-item {
  border-color: #292929;
}
.faq-area .accordion-item .title {
  display: flex;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: var(--primary);
  font-family: var(--font_inter);
}
.faq-area .accordion-item .title span {
  color: var(--action);
}
@media (max-width: 575px) {
  .faq-area .accordion-item .title {
    font-size: 17px;
    line-height: 21px;
  }
}
.faq-area .accordion-body {
  padding: 0px 40px 25px 30px;
  border: none;
}
@media (max-width: 575px) {
  .faq-area .accordion-body {
    padding: 0px 15px 25px 15px;
  }
}
.faq-area .accordion-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  margin-top: -8px;
}
@media only screen and (max-width: 1399px) {
  .faq-area .accordion-body p br {
    display: none;
  }
}

.about-page-faq__wrapper {
  position: relative;
}
.about-page-faq__wrapper .shape {
  position: absolute;
}
.about-page-faq__thumb {
  margin-right: 37px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .about-page-faq__thumb {
    margin-right: 0px;
  }
}
.about-page-faq__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.about-page-faq__inner {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .about-page-faq__inner {
    margin-top: 40px;
  }
}
.about-page-faq__inner .section-title__wrapper .title {
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  color: #0A0A0A;
  font-family: var(--font_public);
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .about-page-faq__inner .section-title__wrapper .title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .about-page-faq__inner .section-title__wrapper .title {
    font-size: 38px;
    line-height: 43px;
  }
}
@media (max-width: 575px) {
  .about-page-faq__inner .section-title__wrapper .title {
    font-size: 30px;
    line-height: 32px;
  }
}
.about-page-faq__inner .accordion {
  counter-reset: accordion;
}
.dark .about-page-faq__inner .accordion {
  border-color: #292929;
}
.about-page-faq__inner .accordion-button {
  padding: 19px 25px 19px 30px;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
}
@media (max-width: 575px) {
  .about-page-faq__inner .accordion-button {
    padding: 24px 15px 24px 15px;
  }
}
.about-page-faq__inner .accordion-button::after {
  content: "\f078";
  font-family: var(--font_awesome);
  background-image: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #DA5033;
  transition: all 0.5s;
}
@media (max-width: 575px) {
  .about-page-faq__inner .accordion-button::after {
    margin-top: -31px;
  }
}
.about-page-faq__inner .accordion-button:not(.collapsed)::after {
  content: "\f078";
}
.about-page-faq__inner .accordion-item {
  background-color: transparent;
  border: none;
  background: #FFFFFF;
  box-shadow: 0px 9px 44px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  position: relative;
  transition: all 0.5s;
  margin-bottom: 20px;
}
.about-page-faq__inner .accordion-item:last-child {
  margin-bottom: 0;
}
.dark .about-page-faq__inner .accordion-item {
  border-color: #292929;
}
.about-page-faq__inner .accordion-item .title {
  display: flex;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: var(--primary);
  font-family: var(--font_inter);
}
.about-page-faq__inner .accordion-item .title span {
  color: var(--action);
}
@media (max-width: 575px) {
  .about-page-faq__inner .accordion-item .title {
    font-size: 17px;
    line-height: 21px;
  }
}
.about-page-faq__inner .accordion-body {
  padding: 0px 25px 25px 30px;
  border: none;
}
@media (max-width: 575px) {
  .about-page-faq__inner .accordion-body {
    padding: 0px 15px 25px 15px;
  }
}
.about-page-faq__inner .accordion-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #74787C;
  margin-top: -8px;
}
@media only screen and (max-width: 1399px) {
  .about-page-faq__inner .accordion-body p br {
    display: none;
  }
}

.price-page-faq {
  padding-top: 115px;
  padding-bottom: 78px;
  background: #F5F5F5;
}
@media only screen and (max-width: 1199px) {
  .price-page-faq {
    padding-top: 100px;
    padding-bottom: 78px;
  }
}
@media only screen and (max-width: 767px) {
  .price-page-faq {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .price-page-faq {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.price-page-faq__inner {
  margin-right: 25px;
}
@media only screen and (max-width: 991px) {
  .price-page-faq__inner {
    margin-right: 0px;
    margin-bottom: 40px;
  }
}
.price-page-faq__inner .section-title__wrapper .title {
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  color: #0A0A0A;
  font-family: var(--font_public);
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .price-page-faq__inner .section-title__wrapper .title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .price-page-faq__inner .section-title__wrapper .title {
    font-size: 38px;
    line-height: 43px;
  }
}
@media (max-width: 575px) {
  .price-page-faq__inner .section-title__wrapper .title {
    font-size: 30px;
    line-height: 32px;
  }
}
.price-page-faq__inner .accordion {
  counter-reset: accordion;
}
.dark .price-page-faq__inner .accordion {
  border-color: #292929;
}
.price-page-faq__inner .accordion-button {
  padding: 19px 25px 19px 30px;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
}
@media (max-width: 575px) {
  .price-page-faq__inner .accordion-button {
    padding: 24px 15px 24px 15px;
  }
}
.price-page-faq__inner .accordion-button::after {
  content: "\f078";
  font-family: var(--font_awesome);
  background-image: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #DA5033;
  transition: all 0.5s;
}
@media (max-width: 575px) {
  .price-page-faq__inner .accordion-button::after {
    margin-top: -31px;
  }
}
.price-page-faq__inner .accordion-button:not(.collapsed)::after {
  content: "\f078";
}
.price-page-faq__inner .accordion-item {
  background-color: transparent;
  border: none;
  background: #FFFFFF;
  box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.02);
  border-radius: 10px;
  position: relative;
  transition: all 0.5s;
  margin-bottom: 20px;
}
.price-page-faq__inner .accordion-item:last-child {
  margin-bottom: 0;
}
.dark .price-page-faq__inner .accordion-item {
  border-color: #292929;
}
.price-page-faq__inner .accordion-item .title {
  display: flex;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: var(--primary);
  font-family: var(--font_inter);
}
.price-page-faq__inner .accordion-item .title span {
  color: var(--action);
}
@media (max-width: 575px) {
  .price-page-faq__inner .accordion-item .title {
    font-size: 17px;
    line-height: 21px;
  }
}
.price-page-faq__inner .accordion-body {
  padding: 0px 25px 25px 30px;
  border: none;
}
@media (max-width: 575px) {
  .price-page-faq__inner .accordion-body {
    padding: 0px 15px 25px 15px;
  }
}
.price-page-faq__inner .accordion-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  margin-top: 0px;
}
@media only screen and (max-width: 1399px) {
  .price-page-faq__inner .accordion-body p br {
    display: none;
  }
}
.price-page-faq__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.price-page-cta__wrapper {
  padding-top: 110px;
  padding-bottom: 119px;
  position: relative;
  background-size: cover;
}
@media only screen and (max-width: 1199px) {
  .price-page-cta__wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .price-page-cta__wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px), (max-width: 575px) {
  .price-page-cta__wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.price-page-cta__wrapper::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(9, 15, 26, 0.7);
}
.price-page-cta__wrapper .section-title__wrapper {
  text-align: center;
  position: relative;
  z-index: 1;
}
.price-page-cta__wrapper .section-title__wrapper .title {
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  color: var(--white);
  font-family: var(--font_public);
}
@media (max-width: 575px) {
  .price-page-cta__wrapper .section-title__wrapper .title {
    font-size: 33px;
    line-height: 38px;
  }
}
.price-page-cta__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 29px;
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .price-page-cta__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .price-page-cta__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.price-page-cta__item {
  background: var(--white);
  border-radius: 15px;
  display: grid;
  grid-template-columns: 97px 1fr;
  padding: 42.5px 50px 42.5px 50px;
}
@media only screen and (max-width: 1399px) {
  .price-page-cta__item {
    grid-template-columns: 85px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .price-page-cta__item {
    padding: 42.5px 15px 42.5px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .price-page-cta__item {
    grid-template-columns: 73px 1fr;
  }
}
@media (max-width: 575px) {
  .price-page-cta__item {
    grid-template-columns: 84px 1fr;
  }
}
.price-page-cta__item .content {
  padding-left: 30px;
  border-left: 1px solid #E5E5E5;
}
@media only screen and (max-width: 1399px) {
  .price-page-cta__item .content {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .price-page-cta__item .content {
    grid-template-columns: 73px 1fr;
  }
}
.price-page-cta__item .content h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.1;
  color: var(--primary);
  font-family: var(--font_inte);
}
.price-page-cta__item .content span {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.1;
  color: var(--primary);
  font-family: var(--font_inte);
}
.price-page-cta__item .content .decs {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: var(--primary);
  font-family: var(--font_inte);
}
@media only screen and (max-width: 767px) {
  .price-page-cta__item .content .decs {
    font-size: 15px;
    line-height: 16px;
  }
}

.pricing-page {
  background: #F5F5F5;
}
.pricing-page__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 31px;
}
@media only screen and (max-width: 991px) {
  .pricing-page__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .pricing-page__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pricing-page__item {
  background: #FFFFFF;
  box-shadow: 0px 11px 44px rgba(12, 21, 38, 0.09);
  border-radius: 15px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .pricing-page__item {
    padding: 20px;
  }
}
.pricing-page__item .ribbon {
  position: absolute;
  top: 20px;
  right: -40px;
  background: #DA5033;
  padding: 6.5px 53px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #FFFFFF;
  transform: rotate(40deg);
  text-transform: uppercase;
}
.pricing-page__content {
  border-bottom: 1px solid #DFE4E7;
}
.pricing-page__content .icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F5F5;
  border-radius: 50%;
  margin-bottom: 21px;
}
.pricing-page__content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #191F29;
  margin-bottom: 9px;
}
.pricing-page__content .decs {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #74787C;
}
.pricing-page__price {
  margin-bottom: 30px;
  margin-top: 17px;
}
.pricing-page__price h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #DA5033;
}
.pricing-page__price h2 span {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #74787C;
}
.pricing-page__list {
  margin-top: 21px;
}
.pricing-page__list ul li {
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  color: #74787C;
  margin-left: 15px;
}
.pricing-page__btn {
  margin-top: 29px;
}
.pricing-page__btn .rr-btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 100%;
  border-radius: 7px;
  padding: 17.5px 0;
  background: var(--action);
}
.pricing-page__btn .rr-btn .text-one {
  gap: 5px;
}
.pricing-page__btn .rr-btn .text-one i {
  font-size: 16px;
  font-weight: 700;
}
.pricing-page__btn .rr-btn .text-two {
  gap: 5px;
}
.pricing-page__btn .rr-btn .text-two i {
  font-size: 16px;
  font-weight: 700;
}
.pricing-page .rr-btn:hover::before, .pricing-page .rr-btn:focus::before {
  height: 100%;
  background: var(--primary);
}

.blog-page__area {
  background: #F5F5F5;
}
.blog-page__area .bottom-button {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 21px;
}
.blog-page__area .bottom-button a {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  background: #FFFFFF;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.blog-page__area .bottom-button a:hover {
  background: var(--action);
  color: var(--white);
}
.blog-page__wrapper {
  gap: 26px;
  display: grid;
  grid-template-columns: 1fr 391px;
}
@media only screen and (max-width: 1199px) {
  .blog-page__wrapper {
    grid-template-columns: 1fr 330px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-page__wrapper {
    grid-template-columns: 1fr;
  }
}
.blog-page__item {
  margin-bottom: 30px;
  background: #FFFFFF;
  border-radius: 10px;
}
.blog-page__thumb {
  border-radius: 15px 15px 0px 0px;
  overflow: hidden;
}
.blog-page__thumb img {
  border-radius: 15px 15px 0px 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.blog-page__meta ul {
  gap: 25px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .blog-page__meta ul {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.blog-page__meta ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  list-style: none;
}
.blog-page__meta ul li i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #DA5033;
  margin-right: 11px;
  text-transform: uppercase;
  font-family: Font Awesome 6 Pro;
}
.blog-page__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  margin: 15.5px 0 13px 0;
  vertical-align: middle;
  color: var(--primary);
  font-family: var(--font_public);
}
.blog-page__title a {
  background: linear-gradient(var(--primary) 0%, var(--primary) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  color: var(--primary);
  transition: all 0.3s ease-in-out;
}
.blog-page__title a:hover {
  color: var(--primary);
  background-size: 100% 2px;
}
@media (max-width: 575px) {
  .blog-page__title {
    font-size: 21px;
    line-height: 28px;
  }
}
.blog-page__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1399px) {
  .blog-page__desc br {
    display: none;
  }
}
.blog-page__box {
  padding: 37px 40px 36px 40px;
}
@media (max-width: 575px) {
  .blog-page__box {
    padding: 37px 20px 36px 20px;
  }
}
.blog-page__content {
  text-align: start;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 25px;
}
.blog-page__btn {
  margin-top: 21px;
}
.blog-page__btn .blog-btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #DA5033;
  transition: all 0.3s ease-in-out;
}
.blog-page__btn .blog-btn:hover {
  color: var(--primary);
}
.blog-page__sidebar__wrapper {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
}
.blog-page__sidebar__inner {
  padding: 35px 40px 40px 40px;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (max-width: 1199px) {
  .blog-page__sidebar__inner {
    padding: 35px 25px 40px 25px;
  }
}
.blog-page__sidebar-form {
  position: relative;
  margin-top: 30px;
}
.blog-page__sidebar-form input {
  outline: 0;
  width: 100%;
  border: none;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  padding: 16.5px 63px 16.5px 25px;
}
.blog-page__sidebar-form input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--secondary-1);
  font-family: var(--font_archivo);
}
.blog-page__sidebar-form button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  justify-content: center;
  background: var(--action);
}
.blog-page__sidebar-form button i {
  font-size: 16px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0px;
  color: var(--white);
  vertical-align: middle;
  font-family: Font Awesome 6 Pro;
}
.blog-page__sidebar__widget {
  padding: 35px 40px 40px 40px;
  text-align: start;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (max-width: 1199px) {
  .blog-page__sidebar__widget {
    padding: 35px 25px 40px 25px;
  }
}
.blog-page__sidebar__widget:nth-of-type(2) {
  padding: 35px 40px 40px 40px;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (max-width: 1199px) {
  .blog-page__sidebar__widget:nth-of-type(2) {
    padding: 35px 25px 40px 25px;
  }
}
.blog-page__sidebar__widget:last-child {
  border-bottom: none;
}
.blog-page__sidebar__title {
  padding-bottom: 17px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #0A0A0A;
  font-family: var(--font_public);
  border-bottom: 1px solid #E5E5E5;
  position: relative;
}
.blog-page__sidebar__title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 60px;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  background: #DA5033;
}
.blog-page__sidebar__categories {
  margin-top: 30px;
}
.blog-page__sidebar__categories li {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  list-style: none;
  line-height: 100%;
  padding: 16px 20px;
  margin-bottom: 10px;
  letter-spacing: 0px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  background: var(--white);
  transition: all 0.3s ease-in-out;
}
.blog-page__sidebar__categories li i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #DA5033;
}
.blog-page__sidebar__categories li:hover {
  color: var(--white);
  background: var(--action);
}
.blog-page__sidebar__categories li:hover a {
  color: var(--white);
}
.blog-page__sidebar__categories li:hover a i {
  color: var(--white);
}
.blog-page__sidebar__categories li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-page__sidebar__categories li a i {
  font-size: 16px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--action);
  transition: all 0.3s ease-in-out;
  font-family: Font Awesome 6 Pro;
}
.blog-page__sidebar__post {
  margin-top: 30px;
}
.blog-page__sidebar__post-item {
  gap: 20px;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
  align-items: center;
  padding-top: 20px;
}
.blog-page__sidebar__post-item:first-child {
  padding-top: 0;
}
.blog-page__sidebar__post-item:last-child {
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 10px;
}
.blog-page__sidebar__post-thumb {
  min-width: 80px;
  min-height: 80px;
  object-fit: cover;
}
.blog-page__sidebar__post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.blog-page__sidebar__post-meta span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.blog-page__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-page__sidebar__post-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #0A0A0A;
  transition: all 0.3s ease-in-out;
  font-family: var(--font_inter);
  margin-top: 9px;
}
.blog-page__sidebar__post-title:hover {
  color: var(--action);
}
.blog-page__sidebar__gallery {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .blog-page__sidebar__gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
.blog-page__sidebar__gallery .gallery__thumb {
  border-radius: 5px;
  overflow: hidden;
}
.blog-page__sidebar__gallery .gallery__thumb a img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.blog-page__sidebar__gallery .gallery__thumb a img:hover {
  transform: scale(1.1);
}
.blog-page__sidebar__popular-tags {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}
.blog-page__sidebar__popular-tags li {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #0A0A0A;
  list-style: none;
  text-align: center;
  padding: 10.5px 14px;
  border-radius: 100px;
  vertical-align: middle;
  background: #F5F5F5;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}
.blog-page__sidebar__popular-tags li:hover {
  color: var(--white);
  background: var(--action);
}
.blog-page__sidebar__popular-tags li:hover a {
  color: var(--white);
}

.blog-details__area {
  background: #F5F5F5;
}
.blog-details__wrapper {
  gap: 24px;
  display: grid;
  grid-template-columns: 1fr 391px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__wrapper {
    grid-template-columns: 1fr 330px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-details__wrapper {
    grid-template-columns: 1fr;
  }
}
.blog-details__wrap {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
}
.blog-details__thumb {
  padding: 10px;
  overflow: hidden;
  border-radius: 10px;
}
.blog-details__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog-details__box {
  padding: 30px 40px 30px 40px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__box {
    padding: 30px 40px 30px 20px;
  }
}
@media (max-width: 575px) {
  .blog-details__box {
    padding: 30px 5px 30px 20px;
  }
}
.blog-details__meta {
  margin-bottom: 18px;
}
.blog-details__meta ul {
  gap: 25px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .blog-details__meta ul {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.blog-details__meta ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  list-style: none;
}
.blog-details__meta ul li i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #DA5033;
  margin-right: 11px;
  text-transform: uppercase;
  font-family: Font Awesome 6 Pro;
}
.blog-details__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #0A0A0A;
  font-family: var(--font_public);
  margin-bottom: 18px;
}
.blog-details__title a {
  background: linear-gradient(var(--primary) 0%, var(--primary) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  color: var(--primary);
  transition: all 0.3s ease-in-out;
}
.blog-details__title a:hover {
  color: var(--primary);
  background-size: 100% 2px;
}
@media (max-width: 575px) {
  .blog-details__title {
    font-size: 23px;
    line-height: 29px;
  }
}
.blog-details__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--secondary);
  font-family: var(--font_inter);
  margin-bottom: 28px;
}
.blog-details__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.blog-details__testiml-box {
  gap: 30px;
  display: flex;
  margin-top: 35px;
  margin-bottom: 40px;
  border-radius: 15px;
  align-items: center;
  background: #F5F5F5;
}
@media (max-width: 575px) {
  .blog-details__testiml-box {
    flex-wrap: wrap;
  }
}
.blog-details__testiml-box .icon {
  padding: 52px 36.3px;
  background: #DA5033;
  border-radius: 10px 0px 0px 10px;
}
.blog-details__testiml-box .icon i {
  font-weight: 900;
  font-size: 60px;
  line-height: 60px;
  color: var(--white);
}
.blog-details__testiml-box .content {
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .blog-details__testiml-box .content {
    padding: 15px;
  }
}
.blog-details__testiml-box .content .decs {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  margin-bottom: 19px;
}
@media (max-width: 575px) {
  .blog-details__testiml-box .content .decs {
    font-size: 16px;
    line-height: 25px;
  }
}
.blog-details__testiml-box .content .name {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #DA5033;
  position: relative;
  padding-left: 40px;
  font-family: var(--font_inter);
}
.blog-details__testiml-box .content .name::before {
  content: "";
  left: 0;
  z-index: 2;
  width: 30px;
  height: 2px;
  bottom: 11px;
  display: block;
  position: absolute;
  background: var(--action);
}
.blog-details__img-box {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 34px;
}
@media (max-width: 575px) {
  .blog-details__img-box {
    flex-wrap: wrap;
  }
}
.blog-details__img-box .thumb {
  overflow: hidden;
  border-radius: 10px;
}
.blog-details__img-box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog-details__description {
  padding: 24px 29px 40px 40px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__description {
    padding: 24px 29px 40px 20px;
  }
}
.blog-details__description .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #0A0A0A;
  font-family: var(--font_public);
  margin-bottom: 16px;
}
.blog-details__description .title a {
  background: linear-gradient(var(--primary) 0%, var(--primary) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  color: var(--primary);
  transition: all 0.3s ease-in-out;
}
.blog-details__description .title a:hover {
  color: var(--primary);
  background-size: 100% 2px;
}
@media (max-width: 575px) {
  .blog-details__description .title {
    font-size: 28px;
    line-height: 31px;
  }
}
.blog-details__category {
  padding: 0px 25px 40px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .blog-details__category {
    padding: 0px 25px 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details__category {
    padding: 0px 25px 40px 20px;
    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: 700;
  font-size: 16px;
  line-height: 19px;
  color: #0A0A0A;
  font-family: var(--font_inter);
}
.blog-details__tag ul {
  margin-left: 15px;
}
@media (max-width: 575px) {
  .blog-details__tag ul {
    margin-left: 0;
  }
}
.blog-details__tag ul li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: var(--primary);
  font-family: var(--font_inter);
  background: #F5F7F8;
  border-radius: 5px;
  padding: 9px 18px;
  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(--action);
  color: var(--white);
}
.blog-details__share {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .blog-details__share {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.blog-details__share .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #0A0A0A;
  font-family: var(--font_inter);
}
.blog-details__share ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 15px;
}
@media (max-width: 575px) {
  .blog-details__share ul {
    margin-left: 0;
  }
}
.blog-details__share ul li {
  list-style: none;
}
.blog-details__share ul li a {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F7F8;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.blog-details__share ul li i {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #0A0A0A;
  transition: all 0.3s ease-in-out;
}
.blog-details__share ul li:hover a {
  background: var(--action);
  color: var(--white);
}
.blog-details__share ul li:hover a i {
  color: var(--white);
}
.blog-details__author-box {
  display: flex;
  gap: 30px;
  padding: 39px 0px 34px 0px;
  border-bottom: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
  margin-left: 40px;
  margin-right: 25px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__author-box {
    margin-left: 20px;
    margin-right: 20px;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .blog-details__author-box {
    flex-wrap: wrap;
  }
}
.blog-details__author-box .author-thumb {
  min-width: 120px;
  min-height: 120px;
  width: 120px;
  height: 120px;
}
.blog-details__author-box .author-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.blog-details__author-box .author-content span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #4E4E4E;
}
.blog-details__author-box .author-content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  margin-top: 8px;
  margin-bottom: 11px;
}
.blog-details__author-box .author-content .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
}
.blog-details__sidebar__wrapper {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
}
.blog-details__sidebar__inner {
  padding: 35px 40px 40px 40px;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (max-width: 1199px) {
  .blog-details__sidebar__inner {
    padding: 35px 25px 40px 25px;
  }
}
.blog-details__sidebar-form {
  position: relative;
  margin-top: 30px;
}
.blog-details__sidebar-form input {
  outline: 0;
  width: 100%;
  border: none;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  padding: 16.5px 63px 16.5px 25px;
}
.blog-details__sidebar-form input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--secondary-1);
  font-family: var(--font_archivo);
}
.blog-details__sidebar-form button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  justify-content: center;
  background: var(--action);
}
.blog-details__sidebar-form button i {
  font-size: 16px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0px;
  color: var(--white);
  vertical-align: middle;
  font-family: Font Awesome 6 Pro;
}
.blog-details__sidebar__widget {
  padding: 35px 40px 40px 40px;
  text-align: start;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (max-width: 1199px) {
  .blog-details__sidebar__widget {
    padding: 35px 25px 40px 25px;
  }
}
.blog-details__sidebar__widget:nth-of-type(2) {
  padding: 35px 40px 40px 40px;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (max-width: 1199px) {
  .blog-details__sidebar__widget:nth-of-type(2) {
    padding: 35px 25px 40px 25px;
  }
}
.blog-details__sidebar__widget:last-child {
  border-bottom: none;
}
.blog-details__sidebar__title {
  padding-bottom: 17px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #0A0A0A;
  font-family: var(--font_public);
  border-bottom: 1px solid #E5E5E5;
  position: relative;
}
.blog-details__sidebar__title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 60px;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  background: #DA5033;
}
.blog-details__sidebar__categories {
  margin-top: 30px;
}
.blog-details__sidebar__categories li {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  list-style: none;
  line-height: 100%;
  padding: 16px 20px;
  margin-bottom: 10px;
  letter-spacing: 0px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  background: var(--white);
  transition: all 0.3s ease-in-out;
}
.blog-details__sidebar__categories li i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #DA5033;
}
.blog-details__sidebar__categories li:hover {
  color: var(--white);
  background: var(--action);
}
.blog-details__sidebar__categories li:hover a {
  color: var(--white);
}
.blog-details__sidebar__categories li:hover a i {
  color: var(--white);
}
.blog-details__sidebar__categories li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-details__sidebar__categories li a i {
  font-size: 16px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--action);
  transition: all 0.3s ease-in-out;
  font-family: Font Awesome 6 Pro;
}
.blog-details__sidebar__post {
  margin-top: 30px;
}
.blog-details__sidebar__post-item {
  gap: 20px;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
  align-items: center;
  padding-top: 20px;
}
.blog-details__sidebar__post-item:first-child {
  padding-top: 0;
}
.blog-details__sidebar__post-item:last-child {
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 10px;
}
.blog-details__sidebar__post-thumb {
  min-width: 80px;
  min-height: 80px;
  object-fit: cover;
}
.blog-details__sidebar__post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.blog-details__sidebar__post-meta span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.blog-details__sidebar__post-meta span i {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  color: #4E4E4E;
  margin-right: 6px;
  font-family: Font Awesome 6 Pro;
}
.blog-details__sidebar__post-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #0A0A0A;
  transition: all 0.3s ease-in-out;
  font-family: var(--font_inter);
  margin-top: 9px;
}
.blog-details__sidebar__post-title:hover {
  color: var(--action);
}
.blog-details__sidebar__gallery {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .blog-details__sidebar__gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
.blog-details__sidebar__gallery .gallery__thumb {
  overflow: hidden;
  border-radius: 5px;
}
.blog-details__sidebar__gallery .gallery__thumb a img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.blog-details__sidebar__gallery .gallery__thumb a img:hover {
  transform: scale(1.1);
}
.blog-details__sidebar__popular-tags {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}
.blog-details__sidebar__popular-tags li {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #0A0A0A;
  list-style: none;
  text-align: center;
  padding: 10.5px 14px;
  border-radius: 100px;
  vertical-align: middle;
  background: #F5F5F5;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}
.blog-details__sidebar__popular-tags li:hover {
  color: var(--white);
  background: var(--action);
}
.blog-details__item .contact__contact-from {
  padding: 0px 25px 35px 40px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__item .contact__contact-from {
    padding: 0px 25px 35px 20px;
  }
}
.blog-details__item .contact__contact-from form button {
  margin-top: 10px;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  align-items: center;
  text-align: center;
  color: var(--white);
  padding: 18px 36px;
  border-radius: 10px;
  justify-content: center;
  font-family: var(--font_inter);
}
.blog-details__item .contact__contact-from .ajax-response {
  margin-top: 15px;
}
.blog-details__item .contact__contact-from .ajax-response.error {
  color: var(--primary);
}
.blog-details__item .contact__contact-from .ajax-response.success {
  color: #198754;
}
.blog-details__item .contact__title {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #0A0A0A;
}
@media only screen and (max-width: 991px) {
  .blog-details__item .contact__title {
    font-size: 34px;
    line-height: 38px;
  }
}
.blog-details__item .contact__form-group {
  gap: 20px;
  display: flex;
  margin-top: 23px;
  align-items: center;
}
@media (max-width: 575px) {
  .blog-details__item .contact__form-group {
    gap: 0;
    flex-wrap: wrap;
  }
}
.blog-details__item .contact__input {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.blog-details__item .contact__input input {
  width: 100%;
  border: none;
  height: 55px;
  border-radius: 5px;
  background: var(--white);
  transition: all 0.3s ease-in-out;
  padding: 17.5px 47px 17.5px 50px;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
}
.blog-details__item .contact__input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.blog-details__item .contact__input input:hover, .blog-details__item .contact__input input:focus {
  border-color: #E5E5E5 !important;
  box-shadow: none;
  outline: none;
  background-color: var(--white);
}
.blog-details__item .contact__icon i {
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: var(--body_text);
}
.blog-details__item .contact__select {
  position: relative;
  margin-bottom: 20px;
}
.blog-details__item .contact__select i {
  top: 20px;
  left: 20px;
  display: block;
  position: absolute;
  color: var(--primary);
}
.blog-details__item .contact__select .nice-select {
  float: inherit;
  height: 55px;
  border: none;
  position: relative;
  background-color: var(--white);
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--light_bg);
  padding: 0;
}
.blog-details__item .contact__select .nice-select .icon {
  position: absolute;
  top: 0%;
  right: 56px;
  font-size: 20px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.blog-details__item .contact__select .nice-select .icon i {
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #4E4E4E;
}
.blog-details__item .contact__select .nice-select.open {
  background-color: var(--white);
  border-color: var(--secondary);
}
.blog-details__item .contact__select .nice-select.open .icon i {
  transform: rotate(180deg);
}
.blog-details__item .contact__select .nice-select::after {
  display: none;
}
.blog-details__item .contact__select .nice-select .current {
  display: flex;
  align-items: center;
  padding: 17px 25px;
  font-family: var(--font_inter);
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
}
.blog-details__item .contact__select .nice-select:focus {
  outline: none;
}
.blog-details__item .contact__select .nice-select .list {
  width: 100%;
}
.blog-details__item .contact__icon {
  top: 17px;
  left: 25px;
  position: absolute;
}
.blog-details__item .contact__icon i {
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #4E4E4E;
}
.blog-details__item .contact__textarea {
  position: relative;
}
.blog-details__item .contact__textarea .icon {
  position: absolute;
  left: 25px;
  top: 20px;
}
.blog-details__item .contact__textarea .icon i {
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #4E4E4E;
}
.blog-details__item .contact__textarea textarea {
  width: 100%;
  border: none;
  border-radius: 5px;
  margin-bottom: 17px;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 20px 24px 78px 55px;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
}
.blog-details__item .contact__textarea textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.blog-details__item .contact__textarea textarea:hover, .blog-details__item .contact__textarea textarea:focus {
  border-color: #E5E5E5 !important;
  box-shadow: none;
  outline: none;
  background-color: var(--white);
}

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