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

  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=Archivo:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --primary: #0A0A0A;
  --primary-2: #F5F5F5;
  --secondary: #4E4E4E;
  --black: #000000;
  --white: #FFFFFF;
  --action: #F47629;
}

/* === 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_Archivo: "Archivo", 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(--secondary);
  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_Archivo);
}

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

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

.mb-0 {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

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

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

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

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

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

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

section {
  margin-bottom: -1px;
}

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

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

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

.gx-4 {
  --bs-gutter-x: 24px;
}

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

/* === 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;
  overflow: hidden;
  font-weight: 700;
  font-size: 16px;
  line-height: 17px;
  text-transform: uppercase;
  color: var(--white);
  position: relative;
  padding: 11.5px 23px;
  align-items: center;
  display: inline-flex;
  border-radius: 500px;
  justify-content: center;
  font-family: var(--font_Archivo);
  background-color: transparent;
  background: var(--action);
}
.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: 5px;
  display: flex;
  align-items: center;
  margin-right: 1px;
}
.rr-btn .btn-wrap .text-one i,
.rr-btn .btn-wrap .text-two i {
  font-size: 14px;
}
.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(--action);
}
.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: var(--white);
  padding: 18px 0px;
  width: 250px;
  position: absolute;
  inset-inline-start: 10px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu ul.dp-menu.column-2 {
  column-count: 2;
  width: 480px;
  column-gap: 0;
}
.main-menu ul.dp-menu ul {
  background: var(--black);
  padding: 18px 0px;
  width: 300px;
  position: absolute;
  inset-inline-start: calc(100% + 10px);
  top: 0;
  opacity: 0;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu ul.dp-menu li {
  position: relative;
  padding: 0 25px;
}
.main-menu ul.dp-menu li:hover > a {
  color: var(--white);
  background-color: transparent;
}
.main-menu ul.dp-menu li:hover > ul {
  opacity: 1;
  transform: none !important;
  pointer-events: all;
}
.main-menu ul.dp-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary);
  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: var(--action);
}
.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-main {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
}
.header-area .top-bar {
  position: relative;
  z-index: 999999999999;
  padding: 9px 0;
  background: var(--white);
}
@media only screen and (max-width: 991px) {
  .header-area .top-bar {
    display: none;
  }
}
.header-area .top-bar .top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
  flex-wrap: wrap;
  row-gap: 15px;
}
.header-area .top-bar .top-bar-inner .top-bar-left .top-bar-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-area .top-bar .top-bar-inner .top-bar-left .top-bar-list li {
  display: inline-flex;
  align-items: center;
}
.header-area .top-bar .top-bar-inner .top-bar-left .top-bar-list li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #0A0A0A;
  font-family: var(--font_inter);
}
.header-area .top-bar .top-bar-inner .top-bar-left .top-bar-list li a:hover {
  color: var(--action);
}
.header-area .top-bar .top-bar-inner .top-bar-left .top-bar-list li i {
  margin-right: 10px;
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  color: var(--action);
}
.header-area .top-bar .top-bar-inner .top-bar-left .top-bar-list li strong {
  color: var(--action);
}
.header-area .top-bar .top-bar-inner .top-bar-right {
  display: flex;
  align-items: center;
  position: relative;
}
.header-area .top-bar .top-bar-inner .top-bar-right .register-box {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 12px 0;
  margin-right: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1199px) {
  .header-area .top-bar .top-bar-inner .top-bar-right .register-box {
    padding-right: 0;
    margin-right: 0;
  }
}
.header-area .top-bar .top-bar-inner .top-bar-right .top-social-wrap {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .header-area .top-bar .top-bar-inner .top-bar-right .top-social-wrap {
    display: none;
  }
}
.header-area .top-bar .top-bar-inner .top-bar-right .top-social-wrap span {
  color: var(--ed-color-common-white);
}
.header-area .top-bar .top-bar-inner .top-bar-right .top-social-wrap .social-list {
  gap: 30px;
  align-items: center;
  display: flex;
}
.header-area .top-bar .top-bar-inner .top-bar-right .top-social-wrap .social-list li {
  display: flex;
  align-items: center;
}
.header-area .top-bar .top-bar-inner .top-bar-right .top-social-wrap .social-list li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-area .top-bar .top-bar-inner .top-bar-right .top-social-wrap .social-list li a i {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #0A0A0A;
  background: #F5F5F5;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.header-area .top-bar .top-bar-inner .top-bar-right .top-social-wrap .social-list li a:hover {
  color: var(--action);
}
.header-area .top-bar .top-bar-inner .top-bar-right .top-social-wrap .social-list li a:hover i {
  background: #F47629;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  color: var(--white);
}
.header-area .top-bar .nice-select:after {
  border: none;
}
.header-area .top-bar .nice-select .list {
  background: #1F1F1F;
  margin-top: 11px;
  position: absolute;
  z-index: 999;
}
.header-area .header__button {
  display: flex;
}
@media only screen and (max-width: 1399px) {
  .header-area .header__button {
    gap: 15px;
  }
}
.header-area .header-call-box {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 17.5px 32px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .header-area .header-call-box {
    display: none;
  }
}
.header-area .header-call-box .icon i {
  color: var(--action);
  font-size: 18px;
  line-height: 18px;
}
.header-area .header-call-box .text {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #0A0A0A;
  font-family: var(--font_inter);
}
.header-area__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  height: 115px;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .header-area__inner {
    height: 100px;
    gap: 10px;
  }
}
.header-area__inner .header__box {
  display: inline-flex;
  gap: 40px;
  align-items: center;
}
.header-area .header__nav {
  padding-left: 82px;
}
.header-area .sticky,
.header-area .transformed {
  background-color: #FCF7F3;
}
.dark .header-area .header__logo .light-logo {
  display: none;
}
.header-area .header__logo .dark-logo {
  display: none;
}
.dark .header-area .header__logo .dark-logo {
  display: block;
}
.header-area .main-menu li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  padding: 48px 21px;
  font-family: var(--font_inter);
  letter-spacing: 0;
}
@media only screen and (max-width: 1399px) {
  .header-area .main-menu li a {
    padding: 45px 12px;
  }
}
.header-area .main-menu li a:hover {
  color: var(--action);
}
.header-area .main-menu .border-underline {
  color: var(--action);
  position: relative;
}
.header-area .main-menu .border-underline::before {
  background-color: var(--action);
  position: absolute;
  bottom: 37px;
  left: 19px;
  width: 0%;
  height: 2px;
  content: "";
  transition: all 0.3s ease-in-out;
}
.header-area .main-menu .border-underline:hover::before {
  width: 70%;
}
.header-area .main-menu .active a {
  color: var(--action);
  position: relative;
}
.header-area .main-menu .active a::before {
  background-color: var(--action);
  position: absolute;
  bottom: 37px;
  left: 0;
  width: 68%;
  height: 2px;
  content: "";
  transition: all 0.3s ease-in-out;
}
.header-area .main-menu .active ul li a {
  color: red;
}
.header-area .main-menu .active ul li a:hover {
  color: red;
}
.header-area .main-menu .active.menu-item-has-children:after {
  color: red;
}
.header-area .search-icon {
  color: var(--primary);
}
@media (max-width: 575px) {
  .header-area .header__meta {
    display: none;
  }
}
.header-area .side-toggle {
  width: 50px;
  height: 50px;
  background: var(--white);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
@media only screen and (max-width: 1199px) {
  .header-area .side-toggle {
    display: inherit;
  }
}
.header-area .side-toggle i {
  font-size: 22px;
}

/* === footer scss (index 01) === */
.footer {
  background: #EDEDED;
}
.footer-2 {
  background: inherit;
}
.footer__inner {
  background: #1A2027;
  border-radius: 20px;
  margin: 0px 20px 20px 20px;
  padding-top: 261px;
}
@media only screen and (max-width: 1399px) {
  .footer__inner {
    margin: 0px 15px 15px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__inner {
    padding-top: 60px;
  }
}
.footer__widgets {
  margin-right: 16px;
}
@media only screen and (max-width: 1399px) {
  .footer__widgets {
    margin-right: 0;
  }
}
.footer__widgets-box {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 30px;
  flex-wrap: wrap;
}
.footer__social {
  gap: 10px;
  display: flex;
  align-items: center;
}
.footer__social a {
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  background: #282C33;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.footer__social a i {
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: var(--white);
}
.footer__social a:hover {
  background: var(--action);
}
@media only screen and (max-width: 1199px) {
  .footer__widgets-map {
    margin-bottom: 40px;
  }
}
.footer__widgets-map .maps {
  width: 100%;
  border-radius: 15px;
  height: 301px;
}
.footer__widgets__inner {
  display: grid;
  grid-template-columns: 1fr 215px 267px;
  gap: 50px;
  margin-top: 31px;
  margin-bottom: 69px;
}
@media only screen and (max-width: 1399px) {
  .footer__widgets__inner {
    grid-template-columns: 1fr 215px 266px;
    gap: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__widgets__inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__widgets__inner {
    grid-template-columns: 1fr 215px 267px;
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__widgets__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .footer__widgets__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.footer__widget .title {
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  color: var(--white);
  font-family: var(--font_inter);
  margin-bottom: 15px;
}
.footer__widget .footer-links li {
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  color: var(--white);
  font-family: var(--font_inter);
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .footer__widget .footer-links li {
    font-size: 14px;
    line-height: 37px;
  }
}
.footer__widget .footer-links li:last-child {
  margin-bottom: 0;
}
.footer__widget .footer-links li i {
  font-weight: 900;
  font-size: 16px;
  line-height: 40px;
  color: #808695;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.footer__widget .footer-links li:hover i {
  color: var(--action);
}
.footer__bottom {
  border-top: 1px solid #282E36;
  padding: 26px 0;
}
.footer__bottom-item {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer__bottom-item {
    flex-wrap: wrap;
  }
}
.footer__bottom-item .content .copyright {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
  font-family: var(--font_inter);
}
.footer__bottom-item .timer {
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer__bottom-item .timer span {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
  font-family: var(--font_inter);
}

.section-title__wrapper {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .section-title__wrapper {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title__wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .section-title__wrapper {
    margin-bottom: 30px;
  }
}
.section-title__wrapper .text {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: -59px;
  font-weight: 700;
  font-size: 120px;
  line-height: 131px;
  background: linear-gradient(180deg, rgba(244, 118, 41, 0.2) 0%, rgba(244, 118, 41, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: var(--font_Archivo);
}
@media only screen and (max-width: 1199px) {
  .section-title__wrapper .text {
    font-size: 100px;
    line-height: 128px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title__wrapper .text {
    left: 44%;
    transform: translate(-30%);
  }
}
@media only screen and (max-width: 767px) {
  .section-title__wrapper .text {
    top: -50px;
    font-size: 70px;
    line-height: 126px;
  }
}
@media (max-width: 575px) {
  .section-title__wrapper .text {
    left: 29%;
    transform: translate(-19%);
    font-size: 49px;
    line-height: 89px;
  }
}
.section-title__wrapper .sub-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  text-transform: uppercase;
  color: var(--action);
  font-family: var(--font_Archivo);
  margin-bottom: 19px;
  position: relative;
  z-index: 1;
}
.section-title__wrapper .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
  color: var(--primary);
  font-family: var(--font_Archivo);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .section-title__wrapper .title {
    font-size: 45px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title__wrapper .title {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (max-width: 575px) {
  .section-title__wrapper .title {
    font-size: 34px;
    line-height: 38px;
  }
}

/* === pages scss (index 01) === */
.about-section__thumb {
  margin-right: 36px;
}
@media only screen and (max-width: 1199px) {
  .about-section__thumb {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-section__thumb {
    max-height: 400px;
    height: 100%;
  }
}
.about-section__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px 130px;
}
@media only screen and (max-width: 767px) {
  .about-section__thumb img {
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-section__wrap {
    margin-top: 30px;
  }
}
.about-section__wrap .about-title__wrapper {
  position: relative;
  margin-bottom: 33px;
}
.about-section__wrap .about-title__wrapper .text {
  position: absolute;
  left: -157px;
  transform: translate(0%);
  right: -170px;
  top: -8px;
  font-weight: 700;
  font-size: 120px;
  line-height: 131px;
  background: linear-gradient(180deg, rgba(244, 118, 41, 0.2) 0%, rgba(244, 118, 41, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: var(--font_Archivo);
}
@media only screen and (max-width: 1399px) {
  .about-section__wrap .about-title__wrapper .text {
    font-size: 90px;
    line-height: 102px;
  }
}
@media only screen and (max-width: 991px) {
  .about-section__wrap .about-title__wrapper .text {
    font-size: 65px;
    line-height: 82px;
  }
}
@media (max-width: 575px) {
  .about-section__wrap .about-title__wrapper .text {
    font-size: 35px;
    line-height: 62px;
    left: 0;
    right: 0;
  }
}
.about-section__wrap .about-title__wrapper .sub-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  text-transform: uppercase;
  color: var(--action);
  font-family: var(--font_Archivo);
  margin-bottom: 19px;
  position: relative;
  z-index: 1;
}
.about-section__wrap .about-title__wrapper .title {
  font-weight: 600;
  font-size: 44px;
  line-height: 54px;
  color: var(--primary);
  font-family: var(--font_Archivo);
  position: relative;
  z-index: 1;
  margin-bottom: 21px;
}
@media only screen and (max-width: 1199px) {
  .about-section__wrap .about-title__wrapper .title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .about-section__wrap .about-title__wrapper .title {
    font-size: 35px;
    line-height: 39px;
  }
}
@media only screen and (max-width: 767px) {
  .about-section__wrap .about-title__wrapper .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 575px) {
  .about-section__wrap .about-title__wrapper .title {
    font-size: 30px;
    line-height: 39px;
  }
}
.about-section__wrap .about-title__wrapper .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.about-section__box {
  background: #F5F5F5;
  border-radius: 10px;
  padding: 30px 40px 30px 45px;
  margin-left: 15px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .about-section__box {
    padding: 30px 20px 28px 20px;
  }
}
.about-section__box::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 56px;
  width: 1px;
  height: 246px;
  background: var(--action);
}
@media only screen and (max-width: 991px) {
  .about-section__box::before {
    top: 100px;
    width: 1px;
    height: 408px;
  }
}
@media only screen and (max-width: 767px) {
  .about-section__box::before {
    top: 78px;
    width: 1px;
    height: 226px;
  }
}
@media (max-width: 575px) {
  .about-section__box::before {
    top: 117px;
    width: 1px;
    height: 436px;
  }
}
.about-section__item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  position: relative;
}
.about-section__item:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
  .about-section__item {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .about-section__item {
    flex-wrap: nowrap;
  }
}
@media (max-width: 575px) {
  .about-section__item {
    flex-wrap: wrap;
  }
}
.about-section__item .icon {
  background: var(--white);
  height: 80px;
  width: 80px;
  min-height: 80px;
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.about-section__item .content .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: var(--primary);
  font-family: var(--font_Archivo);
  margin-bottom: 9px;
}
.about-section__item .content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.about-section__item .line-dot {
  position: absolute;
  left: -45px;
}
@media only screen and (max-width: 991px) {
  .about-section__item .line-dot {
    left: -20px;
  }
}
.about-section__item .line-dot::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.about-section__item .line-dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  background: var(--action);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.certificates-section__wrapper {
  display: grid;
  grid-template-columns: 1fr 745px;
  max-width: 1620px;
}
@media only screen and (max-width: 1199px) {
  .certificates-section__wrapper {
    grid-template-columns: 1fr 600px;
  }
}
@media only screen and (max-width: 991px) {
  .certificates-section__wrapper {
    grid-template-columns: 1fr 500px;
  }
}
@media only screen and (max-width: 767px) {
  .certificates-section__wrapper {
    grid-template-columns: 1fr;
  }
}
.certificates-section__wrap {
  background: #FFFFFF;
  box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  position: relative;
  z-index: 1;
  margin-top: 80px;
  padding: 37px 40px 40px 40px;
  margin-bottom: 79px;
}
@media only screen and (max-width: 1199px) {
  .certificates-section__wrap {
    padding: 37px 20px 40px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .certificates-section__wrap {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.certificates-section__wrap .certificates-title__wrapper {
  margin-bottom: 31px;
  position: relative;
  z-index: 1;
}
.certificates-section__wrap .certificates-title__wrapper .title {
  font-weight: 600;
  font-size: 44px;
  line-height: 54px;
  color: #0A0A0A;
  font-family: var(--font_Archivo);
  margin-bottom: 21px;
}
@media only screen and (max-width: 1199px) {
  .certificates-section__wrap .certificates-title__wrapper .title {
    font-size: 41px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .certificates-section__wrap .certificates-title__wrapper .title {
    font-size: 35px;
    line-height: 42px;
  }
}
@media (max-width: 575px) {
  .certificates-section__wrap .certificates-title__wrapper .title {
    font-size: 31px;
    line-height: 37px;
  }
}
.certificates-section__wrap .certificates-title__wrapper .sub-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  text-transform: uppercase;
  color: var(--action);
  font-family: var(--font_Archivo);
  margin-bottom: 19px;
  position: relative;
  z-index: 1;
}
.certificates-section__wrap .certificates-title__wrapper .text {
  position: absolute;
  left: 0;
  transform: translate(0%);
  top: -9px;
  font-weight: 700;
  font-size: 120px;
  line-height: 131px;
  font-family: var(--font_Archivo);
  background: linear-gradient(180deg, rgba(244, 118, 41, 0.2) 0%, rgba(244, 118, 41, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media only screen and (max-width: 1199px) {
  .certificates-section__wrap .certificates-title__wrapper .text {
    font-size: 100px;
    line-height: 128px;
  }
}
@media only screen and (max-width: 991px) {
  .certificates-section__wrap .certificates-title__wrapper .text {
    font-size: 80px;
    line-height: 128px;
  }
}
@media only screen and (max-width: 767px) {
  .certificates-section__wrap .certificates-title__wrapper .text {
    font-size: 70px;
    line-height: 126px;
  }
}
@media (max-width: 575px) {
  .certificates-section__wrap .certificates-title__wrapper .text {
    font-size: 49px;
    line-height: 89px;
  }
}
.certificates-section__wrap .certificates-title__wrapper .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.certificates-section__thumb {
  margin-right: -97px;
}
@media only screen and (max-width: 767px) {
  .certificates-section__thumb {
    margin-right: 0;
    max-height: 450px;
    height: 100%;
  }
}
.certificates-section__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.certificates-section__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(10, 10, 10, 0.1);
  border-radius: 10px;
}
@media (max-width: 575px) {
  .certificates-section__box {
    grid-template-columns: repeat(1, 1fr);
    border: none;
  }
}
.certificates-section__image {
  padding: 7px 9px;
  border-right: 1px solid rgba(10, 10, 10, 0.1);
}
.certificates-section__image:last-child {
  border-right: none;
}
@media (max-width: 575px) {
  .certificates-section__image {
    border: none;
  }
}
.certificates-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.team-section__thumb {
  position: relative;
  text-align: center;
}
.team-section__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.team-section__thumb:hover .team-section__social {
  opacity: 1;
  visibility: visible;
  margin-bottom: 0;
}
.team-section__info {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(22.5px);
  border-radius: 10px;
  padding: 26px 10px;
  text-align: center;
}
.team-section__info .name {
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  color: var(--white);
  font-family: var(--font_Archivo);
  margin-bottom: 4px;
}
.team-section__info .decs {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ECF3F9;
  font-family: var(--font_inter);
}
.team-section__social {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 15px 15px 0px 0px;
  padding: 7.5px 20px;
  margin-bottom: -30px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.team-section__social li {
  list-style: none;
  position: relative;
}
.team-section__social li::before {
  position: absolute;
  content: "";
  right: -13px;
  top: 3px;
  bottom: 0;
  height: 15px;
  width: 1px;
  background: #E5E5E5;
}
.team-section__social li:last-child::before {
  display: none;
}
.team-section__social li i {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #F47629;
  transition: all 0.3s ease-in-out;
}
.team-section__social li a:hover i {
  color: var(--primary);
}
.team-section__box {
  position: absolute;
  left: 10px;
  bottom: 10px;
  right: 10px;
}

.about-page {
  background: #EDEDED;
}

.team-details__thumb {
  margin-right: 33px;
}
@media only screen and (max-width: 1199px) {
  .team-details__thumb {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .team-details__thumb {
    max-height: 400px;
    height: 100%;
  }
}
.team-details__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.team-details__wrap {
  margin-left: -7px;
}
@media only screen and (max-width: 1199px) {
  .team-details__wrap {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .team-details__wrap {
    margin-top: 30px;
  }
}
.team-details__content {
  margin-bottom: 33px;
}
.team-details__content .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  margin-bottom: 10px;
}
.team-details__content .sub-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--action);
  font-family: var(--font_inter);
  margin-bottom: 19px;
}
.team-details__content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.team-details__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  align-items: center;
}
@media (max-width: 575px) {
  .team-details__box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.team-details__item {
  background: #F5F5F5;
  border-radius: 8px;
  padding: 29px 40px;
}
@media only screen and (max-width: 1199px) {
  .team-details__item {
    padding: 29px 15px;
  }
}
.team-details__item .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 991px) {
  .team-details__item .title {
    font-size: 16px;
    line-height: 22px;
    flex-wrap: wrap;
  }
}
.team-details__item span {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  font-family: var(--font_inter);
  display: block;
}
.team-details__share {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .team-details__share {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .team-details__share {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.team-details__share .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #0A0A0A;
  font-family: var(--font_inter);
}
.team-details__share ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 19px;
}
@media (max-width: 575px) {
  .team-details__share ul {
    margin-left: 0;
  }
}
.team-details__share ul li {
  list-style: none;
}
.team-details__share ul li a {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(10, 10, 10, 0.2);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.team-details__share ul li i {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #0A0A0A;
  transition: all 0.3s ease-in-out;
}
.team-details__share ul li:hover a {
  background: var(--action);
  color: var(--white);
  border: none;
}
.team-details__share ul li:hover a i {
  color: var(--white);
}

.breadcrumb-section__wrapper {
  padding-top: 265px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 115px;
}
@media only screen and (max-width: 1199px) {
  .breadcrumb-section__wrapper {
    padding-top: 200px;
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb-section__wrapper {
    padding-top: 180px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-section__wrapper {
    padding-top: 150px;
    padding-bottom: 68px;
  }
}
.breadcrumb-section__wrapper::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(26, 23, 23, 0.688) 0%, rgba(26, 23, 23, 0.7912) 100%);
  border-radius: 0px;
}
.breadcrumb-section__inner {
  position: relative;
  z-index: 1;
}
.breadcrumb-section__inner .content .title {
  font-weight: 700;
  font-size: 44px;
  line-height: 64px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  font-family: var(--font_Archivo);
  margin-bottom: 7px;
}
@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: 13px;
  margin-bottom: -1px;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 10px;
  padding: 4.5px 20px;
}
.breadcrumb-section__box span {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
  font-family: var(--font_inter);
}
.breadcrumb-section__box .page-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--action);
  font-family: var(--font_inter);
  position: relative;
}
.breadcrumb-section__box .page-name::before {
  position: absolute;
  content: "";
  left: -8px;
  top: 9px;
  background: var(--action);
  height: 3px;
  width: 3px;
  border-radius: 50%;
}

.contact-section {
  margin-bottom: -161px;
}
@media only screen and (max-width: 991px) {
  .contact-section {
    margin-bottom: 50px;
  }
}
.contact-section__item {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 15px;
  text-align: center;
  padding: 60px 40px 50px 40px;
}
@media only screen and (max-width: 991px) {
  .contact-section__item {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-section__item {
    padding: 40px 20px 35px 20px;
  }
}
.contact-section__item .contact-details span {
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  text-transform: capitalize;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.contact-section__item .contact-details .number {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  text-transform: capitalize;
  color: #0A0A0A;
  font-family: var(--font_inter);
  margin-top: 1px;
}
.contact-section__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  background: #F5F5F5;
  margin: 0 auto;
}
.contact-section__content {
  margin-top: 32px;
  margin-bottom: 21px;
}
.contact-section__content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  text-transform: capitalize;
  color: #0A0A0A;
  font-family: var(--font_inter);
  margin-bottom: 8px;
}
.contact-section__content .location {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  color: #4E4E4E;
  max-width: 318px;
  margin: 0 auto;
}

.contact-main__area .contact-page__wrapper {
  background: inherit;
}
.contact-main__area .contact-page__contact-from {
  padding: 136px 100px 99px 100px;
  background: #F5F5F5;
  border-radius: 10px;
}
@media only screen and (max-width: 1199px) {
  .contact-main__area .contact-page__contact-from {
    padding: 80px 50px 50px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-main__area .contact-page__contact-from {
    padding: 60px 15px 50px 15px;
  }
}
.contact-main__area .contact-page__contact-from .section-title__wrapper {
  margin-bottom: 33px;
}
.contact-main__area .contact-page__contact-from form {
  text-align: center;
}
.contact-main__area .contact-page__contact-from form button {
  display: flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  align-items: center;
  text-align: center;
  color: var(--white);
  padding: 18px 35px;
  border-radius: 10px;
  justify-content: center;
  font-family: var(--font_inter);
  text-transform: capitalize;
  margin: 0 auto;
}
.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__form-group {
  gap: 24px;
  display: flex;
  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;
  background: var(--white);
  transition: all 0.3s ease-in-out;
  padding: 17.5px 25px 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__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__textarea textarea {
  width: 100%;
  border: none;
  margin-bottom: 34px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 17px 25px 103px 25px;
  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;
}

.step-section__item {
  background: #FFFFFF;
  box-shadow: 0px 19px 48px rgba(48, 65, 64, 0.09);
  border-radius: 10px;
  padding: 26px 30px 22px 30px;
  display: flex;
  gap: 25px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .step-section__item {
    padding: 26px 20px 22px 20px;
    gap: 15px;
  }
}
.step-section__item:hover {
  background: #F47629;
  box-shadow: 0px 19px 48px rgba(48, 65, 64, 0.09);
  border-radius: 10px;
}
.step-section__item:hover .step-number h5 {
  color: var(--white);
}
.step-section__item:hover .step-content .title {
  color: var(--white);
}
.step-section__item:hover .step-content .title a {
  color: var(--white);
}
.step-section__item:hover .step-content .text {
  color: var(--white);
}
.step-section__item .step-number h5 {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  color: #E5E5E5;
  font-family: var(--font_Archivo);
  transition: all 0.3s ease-in-out;
}
.step-section__item .step-content .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: var(--primary);
  font-family: var(--font_Archivo);
  margin-bottom: 9px;
  transition: all 0.3s ease-in-out;
}
.step-section__item .step-content .title a {
  background: linear-gradient(var(--white) 0%, var(--white) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.3s ease-in-out;
  color: var(--primary);
}
.step-section__item .step-content .title a:hover {
  color: var(--white);
  background-size: 100% 2px;
}
.step-section__item .step-content .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--secondary);
  font-family: var(--font_Archivo);
  transition: all 0.3s ease-in-out;
}
.step-section__inner {
  background: #FFFFFF;
  box-shadow: 0px 19px 48px rgba(48, 65, 64, 0.09);
  border-radius: 10px;
  padding: 40px 36px 41px 38px;
  display: grid;
  grid-template-columns: 238px 1fr;
  gap: 40px;
}
@media only screen and (max-width: 1199px) {
  .step-section__inner {
    padding: 40px 25px 41px 25px;
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .step-section__inner {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .step-section__inner {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .step-section__thumb {
    max-height: 300px;
  }
}
.step-section__thumb img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .step-section__thumb img {
    height: 100%;
  }
}
.step-section__content {
  margin-top: 20px;
}
.step-section__content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: var(--primary);
  font-family: var(--font_Archivo);
  margin-bottom: 14px;
}
.step-section__content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--secondary);
  font-family: var(--font_inter);
  margin-bottom: 16px;
}
.step-section__list {
  margin-left: 23px;
}
.step-section__list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--secondary);
  font-family: var(--font_inter);
  margin-bottom: 15px;
  list-style: none;
  position: relative;
}
.step-section__list li::before {
  position: absolute;
  left: -14px;
  top: 11px;
  background: var(--primary);
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
}
.step-section__list li:last-child {
  margin-bottom: 0;
}
.step-section__list li strong {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: var(--primary);
  font-family: var(--font_Archivo);
}

.service-section__wrapper {
  background: #0F1D24;
}
@media only screen and (max-width: 1199px) {
  .service-section__wrapper .section-title__wrapper {
    padding: 0 10px;
  }
}
.service-section__wrapper .section-title__wrapper .text {
  font-weight: 700;
  font-size: 120px;
  line-height: 131px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.4;
}
@media only screen and (max-width: 1199px) {
  .service-section__wrapper .section-title__wrapper .text {
    font-size: 100px;
    line-height: 128px;
  }
}
@media only screen and (max-width: 991px) {
  .service-section__wrapper .section-title__wrapper .text {
    left: 44%;
    transform: translate(-30%);
  }
}
@media only screen and (max-width: 767px) {
  .service-section__wrapper .section-title__wrapper .text {
    top: -50px;
    font-size: 70px;
    line-height: 126px;
  }
}
@media (max-width: 575px) {
  .service-section__wrapper .section-title__wrapper .text {
    left: 29%;
    transform: translate(-19%);
    font-size: 49px;
    line-height: 89px;
  }
}
.service-section__wrapper .section-title__wrapper .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
  color: var(--white);
  font-family: var(--font_Archivo);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .service-section__wrapper .section-title__wrapper .title {
    font-size: 45px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .service-section__wrapper .section-title__wrapper .title {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (max-width: 575px) {
  .service-section__wrapper .section-title__wrapper .title {
    font-size: 34px;
    line-height: 38px;
  }
}
.service-section__inner {
  margin-right: -251px;
  margin-left: -285px;
}
@media only screen and (max-width: 1199px) {
  .service-section__inner {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0 10px;
  }
}
.service-section__item {
  background: #28343A;
  border: 5px solid rgba(255, 255, 255, 0.04);
  border-radius: 100px;
}
.service-section__thumb {
  margin: -5px -5px 0 -5px;
  max-height: 220px;
  height: 100%;
  position: relative;
}
.service-section__thumb img {
  border: 4px solid #FFFFFF;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100px;
}
.service-section__thumb .date {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: var(--primary);
  font-family: var(--font_inter);
  display: inline-block;
  background: #FFFFFF;
  border-radius: 100px;
  padding: 10.5px 21.5px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -15px;
}
@media only screen and (max-width: 1399px) {
  .service-section__thumb .date {
    left: 40%;
    transform: translate(-24%);
  }
}
@media only screen and (max-width: 1199px) {
  .service-section__thumb .date {
    left: 37%;
    transform: translate(-24%);
  }
}
@media only screen and (max-width: 767px) {
  .service-section__thumb .date {
    left: 28%;
    transform: translate(-13%);
    font-size: 15px;
    line-height: 18px;
  }
}
.service-section__content {
  padding: 49px 20px 45px 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .service-section__content {
    padding: 40px 10px 38px 10px;
  }
}
.service-section__content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: #FFFFFF;
  font-family: var(--font_Archivo);
  margin-bottom: 13px;
}
@media only screen and (max-width: 767px) {
  .service-section__content .title {
    font-size: 20px;
    line-height: 25px;
  }
}
.service-section__content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  font-family: var(--font_inter);
  max-width: 356px;
  margin: 0 auto;
}
.service-section__btn {
  margin-top: 22px;
}
.service-section__btn .rr-btn {
  text-transform: capitalize;
  padding: 14px 30px;
}
.service-section__btn .rr-btn::before {
  background: var(--white);
}
.service-section__btn .rr-btn .text-two {
  color: var(--action) !important;
}

.service-page .service-section__item {
  margin-bottom: 24px;
}

.service-details__wrapper {
  display: grid;
  grid-template-columns: 391px 1fr;
  gap: 50px;
}
@media only screen and (max-width: 1399px) {
  .service-details__wrapper {
    grid-template-columns: 370px 1fr;
    gap: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .service-details__wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.service-details__thumb {
  margin-bottom: 25px;
}
.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: 39px;
  color: var(--primary);
  font-family: var(--font_Archivo);
  margin-bottom: 18px;
}
@media (max-width: 575px) {
  .service-details__content .title {
    font-size: 30px;
    line-height: 34px;
  }
}
.service-details__content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  font-family: var(--font_inter);
  margin-bottom: 26px;
}
.service-details__inner {
  display: grid;
  grid-template-columns: 1fr 372px;
  gap: 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .service-details__inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .service-details__inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .service-details__image {
    max-height: 350px;
    height: 100%;
  }
}
.service-details__image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .service-details__image img {
    max-height: 350px;
    height: 100%;
  }
}
.service-details__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  font-family: var(--font_inter);
  margin-bottom: 14px;
}
.service-details__list li:last-child {
  margin-bottom: 0;
}
.service-details__list li i {
  font-size: 38px;
  color: var(--action);
}
.service-details__item-box {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-bottom: 35px;
}
@media (max-width: 575px) {
  .service-details__item-box {
    flex-wrap: wrap;
  }
}
.service-details__item {
  display: flex;
  gap: 20px;
  background: #F5F5F5;
  border-radius: 12px;
  padding: 25px 30px 24px 30px;
}
@media only screen and (max-width: 1399px) {
  .service-details__item {
    padding: 25px 20px 24px 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-details__item {
    flex-wrap: wrap;
  }
}
.service-details__item .icon {
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  margin-top: 3px;
}
.service-details__item .content .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #0A0A0A;
  font-family: var(--font_Archivo);
  margin-bottom: 10px;
}
.service-details__item .content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.service-details__sidebar-box {
  background: #F5F5F5;
  border-radius: 10px 10px 55px 55px;
  margin-bottom: 40px;
}
.service-details__sidebar-thumb {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .service-details__sidebar-thumb {
    max-height: 450px;
    height: 100%;
  }
}
.service-details__sidebar-thumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  border-radius: 10px;
}
.service-details__sidebar-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .service-details__sidebar-thumb img {
    max-height: 450px;
    height: 100%;
  }
}
.service-details__sidebar-contact {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 40px;
}
@media (max-width: 575px) {
  .service-details__sidebar-contact {
    left: 16px;
    right: 15px;
    bottom: 20px;
  }
}
.service-details__sidebar-contact .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  font-family: var(--font_Archivo);
  margin-bottom: 8px;
}
.service-details__sidebar-contact .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  font-family: var(--font_inter);
  margin-bottom: 20px;
}
.service-details__sidebar-contact .number {
  font-weight: 700;
  font-size: 30px;
  line-height: 33px;
  color: #FFFFFF;
  font-family: var(--font_Archivo);
  margin-bottom: 18px;
}
.service-details__sidebar-contact .contact-btn .rr-btn {
  background: #FFFFFF;
  border-radius: 10px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 17px;
  text-transform: uppercase;
  color: var(--action);
  padding: 19px 23px;
}
.service-details__sidebar-contact .contact-btn .rr-btn::before {
  background: var(--action);
}
.service-details__sidebar-contact .contact-btn .rr-btn .text-one {
  color: var(--action);
}
.service-details__sidebar__widget {
  background: #F5F5F5;
  border-radius: 12px;
  padding: 35px 40px 40px 40px;
  margin-top: 40px;
}
@media (max-width: 575px) {
  .service-details__sidebar__widget {
    padding: 35px 20px 40px 20px;
  }
}
.service-details__sidebar-download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-bottom: 18px;
  border-bottom: 1px solid #E5E5E5;
  padding-top: 18px;
  flex-wrap: wrap;
}
.service-details__sidebar-download:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.service-details__sidebar-content {
  display: flex;
  align-items: center;
  gap: 8px;
}
.service-details__sidebar-arrow a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background: #F47629;
  border-radius: 5px;
}
.service-details__sidebar-arrow a i {
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
}
.service-details__sidebar__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: #0A0A0A;
  font-family: var(--font_Archivo);
  margin-bottom: 13px;
}

.hero-section__wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .hero-section__wrapper {
    height: 100%;
  }
}
.hero-section__wrapper::before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(90deg, rgba(26, 23, 23, 0.768) 0%, rgba(26, 23, 23, 0.8832) 100%);
  width: 100%;
  height: 100%;
}
.hero-section__inner {
  padding-top: 285px;
  padding-bottom: 120px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1199px) {
  .hero-section__inner {
    padding-top: 240px;
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section__inner {
    padding-top: 190px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section__inner {
    padding-top: 160px;
    padding-bottom: 70px;
  }
}
.hero-section__wrap {
  max-width: 556px;
  margin-top: 63px;
}
@media only screen and (max-width: 1199px) {
  .hero-section__wrap {
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section__wrap {
    margin-bottom: 40px;
    max-width: 100%;
  }
}
.hero-section__info {
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
  padding-bottom: 27px;
}
.hero-section__info .sub-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: var(--white);
  font-family: var(--font_Archivo);
}
.hero-section__info .title {
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #FFFFFF;
  font-family: var(--font_Archivo);
  margin-top: 17px;
}
@media only screen and (max-width: 1199px) {
  .hero-section__info .title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section__info .title {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .hero-section__info .title {
    font-size: 30px;
    line-height: 38px;
  }
}
.hero-section__item-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 575px) {
  .hero-section__item-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.hero-section__item {
  display: flex;
  align-items: center;
  gap: 13px;
}
.hero-section__item:nth-child(2) {
  margin-left: -10px;
}
@media (max-width: 575px) {
  .hero-section__item:nth-child(2) {
    margin-left: 0;
  }
}
.hero-section__item .icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 36px;
}
.hero-section__item .icon i {
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  color: #F47629;
}
.hero-section__item .content .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  font-family: var(--font_inter);
}
.hero-section__btn {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media (max-width: 575px) {
  .hero-section__btn {
    margin-top: 35px;
  }
}
.hero-section__left .rr-btn {
  padding: 19px 35px;
}
.hero-section__right .rr-btn {
  background: #FFFFFF;
  border-radius: 100px;
  padding: 19px 35px;
}
.hero-section__right .rr-btn::before {
  background: var(--action);
}
.hero-section__right .rr-btn .text-one {
  color: var(--action);
}
.hero-section .contact__wrapper {
  background: inherit;
}
.hero-section .contact__contact-from {
  padding: 32px 40px 40px 40px;
  background: #FFFFFF;
  border-radius: 10px;
}
@media only screen and (max-width: 1199px) {
  .hero-section .contact__contact-from {
    padding: 32px 30px 40px 30px;
  }
}
@media (max-width: 575px) {
  .hero-section .contact__contact-from {
    padding: 54px 20px 45px 20px;
  }
}
.hero-section .contact__contact-from form button {
  width: 100%;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  text-transform: capitalize;
  align-items: center;
  text-align: center;
  color: var(--white);
  padding: 15.5px 0px;
  border-radius: 5px;
  justify-content: center;
  font-family: var(--font_inter);
}
.hero-section .contact__title {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #0A0A0A;
  font-family: var(--font_Archivo);
  padding-bottom: 16px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E5E5E5;
}
.hero-section .contact__decs {
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  align-items: center;
  font-family: var(--font_inter);
}
.hero-section .contact__form-group {
  gap: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .hero-section .contact__form-group {
    gap: 0;
    flex-wrap: wrap;
  }
}
.hero-section .contact__input {
  width: 100%;
  position: relative;
  margin-bottom: 19px;
}
.hero-section .contact__input .input-name {
  margin-bottom: 11px;
}
.hero-section .contact__input .input-name span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #0A0A0A;
  font-family: var(--font_inter);
}
.hero-section .contact__input input {
  width: 100%;
  border: none;
  height: 50px;
  background: #F5F5F5;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  padding: 17.5px 47px 17.5px 25px;
  border: 1px solid none;
  border-radius: 10px;
}
.hero-section .contact__input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.hero-section .contact__input input:hover, .hero-section .contact__input input:focus {
  border-color: #E5E5E5 !important;
  box-shadow: none;
  outline: none;
  background: #F5F5F5;
}
.hero-section .contact__icon i {
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: var(--body_text);
}
.hero-section .contact__select {
  position: relative;
}
.hero-section .contact__select-2 .nice-select.country {
  position: relative;
}
.hero-section .contact__select-2 .nice-select.country::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 81px;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #CFCFCF;
}
.hero-section .contact__select i {
  top: 20px;
  left: 20px;
  display: block;
  position: absolute;
  color: var(--primary);
}
.hero-section .contact__select .nice-select {
  float: inherit;
  height: 50px;
  border: none;
  position: relative;
  background: #F5F5F5;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--light_bg);
  padding: 0;
}
.hero-section .contact__select .nice-select .icon {
  position: absolute;
  top: 0%;
  right: 56px;
  font-size: 20px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.hero-section .contact__select .nice-select .icon-2 {
  left: 42px;
  right: 0;
  top: -4%;
  transform: translateY(-50%);
}
.hero-section .contact__select .nice-select .icon i {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #4E4E4E;
}
.hero-section .contact__select .nice-select.open {
  background: #F5F5F5;
  border-radius: 5px;
}
.hero-section .contact__select .nice-select.open .icon i {
  transform: rotate(180deg);
}
.hero-section .contact__select .nice-select::after {
  display: none;
}
.hero-section .contact__select .nice-select .current {
  display: flex;
  align-items: center;
  padding: 15.5px 20px;
  font-family: var(--font_inter);
  border: 1px solid none;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #4E4E4E;
}
.hero-section .contact__select .nice-select:focus {
  outline: none;
}
.hero-section .contact__select .nice-select .list {
  width: 100%;
  background: #F5F5F5;
}
.hero-section .contact__icon {
  top: 17px;
  right: 24px;
  position: absolute;
}
.hero-section .contact__icon i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #4E4E4E;
}
.hero-section .contact__textarea .input-name {
  margin-bottom: 12px;
}
.hero-section .contact__textarea .input-name span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #0A0A0A;
  font-family: var(--font_inter);
}
.hero-section .contact__textarea textarea {
  width: 100%;
  border: none;
  border-radius: 5px;
  margin-bottom: 15px;
  background: #F5F5F5;
  padding: 17px 20px 43px 20px;
  border: 1px solid none;
}
.hero-section .contact__textarea textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.hero-section .contact__textarea textarea:hover, .hero-section .contact__textarea textarea:focus {
  border-color: #E5E5E5 !important;
  box-shadow: none;
  outline: none;
  background: #F5F5F5;
  border-radius: 5px;
}

.testimonial-section {
  background: #EFF0FA;
  border: 1px solid #DFE1F3;
  position: relative;
  overflow: hidden;
}
.testimonial-section .bg-shape {
  position: absolute;
  width: 1202px;
  height: 327px;
  left: -125px;
  top: -238px;
  background: #F47629;
  opacity: 0.15;
  filter: blur(50px);
}
.testimonial-section .bg-shape-2 {
  position: absolute;
  width: 1202px;
  height: 327px;
  right: -72px;
  bottom: -164px;
  background: #F47629;
  opacity: 0.15;
  filter: blur(50px);
}
.testimonial-section .section-title__info .title span {
  font-weight: 400;
}
.testimonial-section__item {
  background: var(--white);
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  padding: 39px 40px 33px 40px;
}
@media only screen and (max-width: 991px) {
  .testimonial-section__item {
    padding: 39px 30px 33px 30px;
  }
}
.testimonial-section__user-info {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 27px;
}
@media (max-width: 575px) {
  .testimonial-section__user-info {
    flex-wrap: wrap;
    gap: 0;
  }
}
.testimonial-section__user-info .icon {
  margin-top: 30px;
}
.testimonial-section__author-box .author-thumb img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial-section__author-box .author-details .name {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: var(--primary);
  font-family: var(--font_inter);
  margin-top: 12px;
  margin-bottom: 6px;
}
.testimonial-section__author-box .author-details .decs {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.testimonial-section__content {
  margin-top: 23px;
}
.testimonial-section__content .decs {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  max-width: 568px;
}

.project-page__item {
  margin-bottom: 24px;
  overflow: hidden;
}
.project-page__item:hover .project-page__box {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
.project-page__thumb {
  position: relative;
}
.project-page__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.project-page__box {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .project-page__box {
    padding: 25px 15px;
  }
}
.project-page__content .sub-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--action);
  font-family: var(--font_inter);
}
.project-page__content .name {
  margin-top: 4px;
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  color: var(--primary);
  font-family: var(--font_Archivo);
}
@media only screen and (max-width: 767px) {
  .project-page__content .name {
    font-size: 19px;
    line-height: 23px;
  }
}
.project-page__icon i {
  color: var(--action);
  font-size: 30px;
  line-height: 23px;
  transition: all 0.3s ease-in-out;
}
.project-page__icon:hover i {
  color: var(--primary);
}

.project-details__wrapper {
  display: grid;
  grid-template-columns: 391px 1fr;
  gap: 50px;
}
@media only screen and (max-width: 1399px) {
  .project-details__wrapper {
    grid-template-columns: 370px 1fr;
    gap: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .project-details__wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.project-details__thumb {
  margin-bottom: 25px;
}
.project-details__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.project-details__content .title {
  font-weight: 700;
  font-size: 36px;
  line-height: 39px;
  color: var(--primary);
  font-family: var(--font_Archivo);
  margin-bottom: 18px;
}
@media (max-width: 575px) {
  .project-details__content .title {
    font-size: 30px;
    line-height: 34px;
  }
}
.project-details__content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  font-family: var(--font_inter);
  margin-bottom: 26px;
}
.project-details__inner {
  display: grid;
  grid-template-columns: 427px 1fr;
  gap: 24px;
}
@media only screen and (max-width: 1199px) {
  .project-details__inner {
    grid-template-columns: 240px 1fr;
  }
}
@media (max-width: 575px) {
  .project-details__inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .project-details__image {
    max-height: 350px;
    height: 100%;
  }
}
.project-details__image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .project-details__image img {
    max-height: 350px;
    height: 100%;
  }
}
.project-details__list {
  background: #F5F5F5;
  border-radius: 12px;
  padding: 25px 20px 25px 35px;
  margin-bottom: 30px;
}
.project-details__list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  font-family: var(--font_inter);
  margin-bottom: 14px;
}
.project-details__list li:last-child {
  margin-bottom: 0;
}
.project-details__list li i {
  font-size: 19px;
  color: var(--action);
}
.project-details__item {
  display: flex;
  gap: 20px;
  background: #F5F5F5;
  border-radius: 12px;
  padding: 25px 30px 24px 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1399px) {
  .project-details__item {
    padding: 25px 20px 24px 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .project-details__item {
    flex-wrap: wrap;
  }
}
.project-details__item:last-child {
  margin-bottom: 0;
}
.project-details__item .icon {
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  margin-top: 3px;
}
.project-details__item .content .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #0A0A0A;
  font-family: var(--font_Archivo);
  margin-bottom: 10px;
}
.project-details__item .content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.project-details__sidebar-box {
  background: #F5F5F5;
  border-radius: 10px 10px 55px 55px;
  margin-bottom: 40px;
}
.project-details__sidebar-info {
  padding: 30px;
}
.project-details__sidebar-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
.project-details__sidebar-item:last-child {
  margin-bottom: 0;
}
.project-details__sidebar-item .icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
}
.project-details__sidebar-item .icon i {
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  color: var(--action);
}
.project-details__sidebar-item .content .label {
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  color: #4E4E4E;
  font-family: var(--font_Archivo);
  margin-bottom: 10px;
}
.project-details__sidebar-item .content .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: var(--primary);
  font-family: var(--font_Archivo);
}
.project-details__sidebar__share {
  display: flex;
  align-items: center;
  background: #F47629;
  border-radius: 54px;
  justify-content: center;
  padding: 34px 20px;
}
@media only screen and (max-width: 767px) {
  .project-details__sidebar__share {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .project-details__sidebar__share {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.project-details__sidebar__share .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  font-family: var(--font_inter);
}
.project-details__sidebar__share ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 19px;
}
@media (max-width: 575px) {
  .project-details__sidebar__share ul {
    margin-left: 0;
  }
}
.project-details__sidebar__share ul li {
  list-style: none;
}
.project-details__sidebar__share ul li a {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.project-details__sidebar__share ul li i {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: var(--white);
  transition: all 0.3s ease-in-out;
}
.project-details__sidebar__share ul li:hover a {
  background: var(--white);
  border: none;
}
.project-details__sidebar__share ul li:hover a i {
  color: var(--primary);
}
.project-details__sidebar-thumb {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .project-details__sidebar-thumb {
    max-height: 450px;
    height: 100%;
  }
}
.project-details__sidebar-thumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  border-radius: 10px;
}
.project-details__sidebar-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .project-details__sidebar-thumb img {
    max-height: 450px;
    height: 100%;
  }
}
.project-details__sidebar-contact {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 40px;
}
@media (max-width: 575px) {
  .project-details__sidebar-contact {
    left: 16px;
    right: 15px;
    bottom: 20px;
  }
}
.project-details__sidebar-contact .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  font-family: var(--font_Archivo);
  margin-bottom: 8px;
}
.project-details__sidebar-contact .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  font-family: var(--font_inter);
  margin-bottom: 20px;
}
.project-details__sidebar-contact .number {
  font-weight: 700;
  font-size: 30px;
  line-height: 33px;
  color: #FFFFFF;
  font-family: var(--font_Archivo);
  margin-bottom: 18px;
}
.project-details__sidebar-contact .contact-btn .rr-btn {
  background: #FFFFFF;
  border-radius: 10px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 17px;
  text-transform: uppercase;
  color: var(--action);
  padding: 19px 23px;
}
.project-details__sidebar-contact .contact-btn .rr-btn::before {
  background: var(--action);
}
.project-details__sidebar-contact .contact-btn .rr-btn .text-one {
  color: var(--action);
}

.faq-section {
  background: #EDEDED;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .faq-section {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.faq-section__wrapper {
  max-width: 1620px;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 991px) {
  .faq-section__thumb {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-section__thumb {
    max-height: 350px;
  }
}
.faq-section__thumb img {
  border-radius: 0px 0px 0px 200px;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .faq-section__thumb img {
    border-radius: 0;
  }
}
.faq-section__inner {
  display: grid;
  grid-template-columns: 610px 1fr;
  gap: 62px;
}
@media only screen and (max-width: 1199px) {
  .faq-section__inner {
    grid-template-columns: 502px 1fr;
    gap: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .faq-section__inner {
    grid-template-columns: 440px 1fr;
    gap: 20px;
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-section__inner {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 80px;
  }
}
.faq-section__wrap {
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  .faq-section__wrap {
    padding-top: 0;
  }
}
.faq-section__wrap .section-title__wrapper {
  text-align: start;
  margin-bottom: 40px;
}
.faq-section__wrap .section-title__wrapper .text {
  left: -74px;
  transform: translate(0%);
}
@media only screen and (max-width: 1399px) {
  .faq-section__wrap .section-title__wrapper .text {
    left: 0;
  }
}
.faq-section__wrap .accordion-wrapper {
  max-width: 605px;
}
.faq-section__wrap .accordion {
  counter-reset: accordion;
}
.dark .faq-section__wrap .accordion {
  border-color: #292929;
}
.faq-section__wrap .accordion-button {
  padding: 19px 25px 19px 30px;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  gap: 10px;
}
@media (max-width: 575px) {
  .faq-section__wrap .accordion-button {
    padding: 24px 15px 24px 15px;
  }
}
.faq-section__wrap .accordion-button::after {
  content: "\f078";
  font-family: var(--font_awesome);
  background-image: none;
  font-weight: 400;
  font-size: 17px;
  line-height: 18px;
  color: var(--action);
  transition: all 0.5s;
}
@media (max-width: 575px) {
  .faq-section__wrap .accordion-button::after {
    margin-top: -31px;
  }
}
.faq-section__wrap .accordion-button:not(.collapsed)::after {
  content: "\f078";
}
.faq-section__wrap .accordion-button:not(.collapsed) {
  padding: 25px 25px 8px 30px;
}
@media (max-width: 575px) {
  .faq-section__wrap .accordion-button:not(.collapsed) {
    padding: 25px 15px 8px 15px;
  }
}
.faq-section__wrap .accordion-item {
  background-color: transparent;
  border: none;
  background: #FFFFFF;
  box-shadow: 0px 7px 11px rgba(24, 16, 16, 0.03);
  border-radius: 10px;
  position: relative;
  transition: all 0.5s;
  margin-bottom: 10px;
}
.faq-section__wrap .accordion-item:last-child {
  margin-bottom: 0;
}
.dark .faq-section__wrap .accordion-item {
  border-color: #292929;
}
.faq-section__wrap .accordion-item .title {
  display: flex;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: var(--primary);
  font-family: var(--font_inter);
}
.faq-section__wrap .accordion-item .title span {
  color: var(--action);
  margin-right: 5px;
}
@media (max-width: 575px) {
  .faq-section__wrap .accordion-item .title {
    font-size: 15px;
    line-height: 21px;
  }
}
.faq-section__wrap .accordion-body {
  padding: 0px 25px 24px 30px;
  border: none;
}
@media (max-width: 575px) {
  .faq-section__wrap .accordion-body {
    padding: 0px 15px 24px 15px;
  }
}
.faq-section__wrap .accordion-body p {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1399px) {
  .faq-section__wrap .accordion-body p br {
    display: none;
  }
}

.blog-section__item {
  border: 1px solid #E5E5E5;
  border-radius: 20px;
  margin-bottom: 24px;
}
.blog-section__thumb {
  padding: 10px;
}
.blog-section__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.blog-section__inner {
  padding: 20px 30px 23px 30px;
}
@media only screen and (max-width: 1199px) {
  .blog-section__inner {
    padding: 20px 15px 23px 15px;
  }
}
.blog-section__meta {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 1199px) {
  .blog-section__meta {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.blog-section__meta li {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--secondary);
  font-family: var(--font_inter);
  list-style: none;
}
.blog-section__meta li i {
  color: var(--action);
  font-weight: 400;
  margin-right: 10px;
}
.blog-section__content .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: var(--primary);
  font-family: var(--font_Archivo);
  margin-top: 15px;
  margin-bottom: 13px;
}
@media only screen and (max-width: 1399px) {
  .blog-section__content .title {
    font-size: 23px;
    line-height: 29px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-section__content .title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section__content .title {
    font-size: 17px;
    line-height: 24px;
  }
}
.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 .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  color: var(--secondary);
  font-family: var(--font_inter);
  max-width: 358px;
}

.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: var(--primary-2);
  border-radius: 10px;
}
.blog-details__thumb {
  padding: 40px 40px 10px 40px;
  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: 33px;
  color: #0A0A0A;
  font-family: var(--font_Archivo);
  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;
  max-width: 719px;
}
.blog-details__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--secondary);
  font-family: var(--font_inter);
  max-width: 719px;
}
.blog-details__testiml-box {
  margin-top: 35px;
  margin-bottom: 40px;
  border-radius: 15px;
  align-items: center;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 36px 0 27px 0;
}
.blog-details__testiml-box .icon {
  margin-bottom: 10px;
  text-align: center;
}
.blog-details__testiml-box .content {
  position: relative;
  z-index: 1;
  text-align: center;
  display: block;
}
@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;
  text-transform: uppercase;
  color: #0A0A0A;
  font-family: var(--font_inter);
  margin-bottom: 19px;
  max-width: 610px;
  margin: 0 auto;
}
@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: var(--action);
  font-family: var(--font_inter);
  text-align: center;
  margin-top: 8px;
}
.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_Work);
  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 only screen and (max-width: 1199px) {
  .blog-details__tag {
    margin-bottom: 10px;
  }
}
@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;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
@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: #FFFFFF;
  border-radius: 5px;
  padding: 9px 18px;
  transition: all 0.3s ease-in-out;
}
.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: var(--white);
  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__inner {
  padding: 35px 40px 40px 40px;
  background: #F5F5F5;
  border-radius: 10px;
  margin-bottom: 40px;
}
@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-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;
  margin-bottom: 40px;
  background: #F5F5F5;
  border-radius: 10px;
}
@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;
}
@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 {
  margin-bottom: 0;
}
.blog-details__sidebar__title {
  padding-bottom: 17px;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: #0A0A0A;
  font-family: var(--font_Archivo);
  border-bottom: 1px solid #E5E5E5;
  position: relative;
}
.blog-details__sidebar__title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 60px;
  background: #F47629;
}
.blog-details__sidebar__categories {
  margin-top: 30px;
}
.blog-details__sidebar__categories li {
  list-style: none;
  margin-bottom: 10px;
}
.blog-details__sidebar__categories li:last-child {
  margin-bottom: 0;
}
.blog-details__sidebar__categories li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  font-family: var(--font_inter);
  padding: 15.5px 20px;
  border-radius: 5px;
  background: var(--white);
  transition: all 0.3s ease-in-out;
}
.blog-details__sidebar__categories li a i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: var(--action);
}
.blog-details__sidebar__categories li a:hover {
  color: var(--white);
  background: var(--action);
}
.blog-details__sidebar__categories li a:hover i {
  color: var(--white);
}
.blog-details__sidebar__categories li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-details__sidebar__categories li a i {
  font-size: 16px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: 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 only screen and (max-width: 991px) {
  .blog-details__sidebar__gallery {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .blog-details__sidebar__gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
@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 {
  list-style: none;
}
.blog-details__sidebar__popular-tags li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #0A0A0A;
  text-align: center;
  padding: 9px 14px;
  transition: all 0.3s ease-in-out;
  background: #FFFFFF;
  border-radius: 4px;
  display: block;
  font-family: var(--font_inter);
}
.blog-details__sidebar__popular-tags li a: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);
  text-transform: capitalize;
}
.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: inherit;
  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: inherit;
}
.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: inherit;
  transition: all 0.3s ease-in-out;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  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: inherit;
  border: 1px solid #E5E5E5;
}
.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: inherit;
  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: inherit;
}

.cta-section__wrapper {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cta-section__box {
  max-width: 721px;
  background: var(--white);
  border-radius: 15px;
  margin: 0 0 0 auto;
  padding: 96px 80px 81px 80px;
}
@media only screen and (max-width: 767px) {
  .cta-section__box {
    padding: 70px 50px 50px 68px;
  }
}
@media (max-width: 575px) {
  .cta-section__box {
    padding: 55px 20px 40px 20px;
  }
}
.cta-section__item {
  max-width: 533px;
}
.cta-section__content .section-title__wrapper {
  text-align: start;
  margin-bottom: 0;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 31px;
}
@media (max-width: 575px) {
  .cta-section__content .section-title__wrapper {
    padding-bottom: 20px;
  }
}
.cta-section__content .section-title__wrapper .text {
  left: -63px;
  transform: translate(0%);
  top: -35px;
  font-weight: 700;
  font-size: 120px;
  line-height: 131px;
  background: linear-gradient(180deg, rgba(244, 118, 41, 0.2) 0%, rgba(244, 118, 41, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: var(--font_Archivo);
}
@media only screen and (max-width: 767px) {
  .cta-section__content .section-title__wrapper .text {
    font-size: 100px;
    line-height: 120px;
  }
}
@media (max-width: 575px) {
  .cta-section__content .section-title__wrapper .text {
    font-size: 53px;
    line-height: 70px;
    left: -10px;
    top: -30px;
  }
}
.cta-section__content .section-title__wrapper .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
  color: var(--primary);
  font-family: var(--font_Archivo);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .cta-section__content .section-title__wrapper .title {
    font-size: 45px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-section__content .section-title__wrapper .title {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (max-width: 575px) {
  .cta-section__content .section-title__wrapper .title {
    font-size: 31px;
    line-height: 36px;
  }
}
.cta-section__btn {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 41px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .cta-section__btn {
    margin-top: 30px;
  }
}
.cta-section__left .rr-btn {
  padding: 20.5px 35px;
}
.cta-section__right .rr-btn {
  padding: 19px 35px;
  background: #F5F5F5;
}
.cta-section__right .rr-btn::before {
  background: var(--action);
}
.cta-section__right .rr-btn .text-one {
  color: var(--action);
}

.portfolio-section__menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  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(10, 10, 10, 0.54), rgba(10, 10, 10, 0.54));
  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: 44px;
}
.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;
}

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