@charset "UTF-8";
/*-----------------------------------------------------------------------------------
  Template Name: Musk - Creative Agency & Portfolio WordPress Theme
  Author: themewolfs
  Support: themewolfs@gmail.com
  Description: Musk - Creative Agency & Portfolio WordPress Theme.
  Version: 1.0
  Developer Ataul Mostofa (mdmostofasajal@gmail.com)
  
  -----------------------------------------------------------------------------------

  /************ TABLE OF CONTENTS ***************
  
    -----------------
    01. UTILS CSS
    -----------------
    1.1 variables
    1.2 mixin
    1.3 typography
    1.4 common
    1 index
    -----------------
    02. COMPONENTS CSS
    -----------------
    2.1 button
    2.2 preloader
    2.3 menu
    2.4 cursor
    2.5 scroll
    2 index
  
    ---------------------------------
    03. BLOG CSS
    ---------------------------------
    3.1 blog-details
    3.2 sidebar
    3 index

  
    ---------------------------------
    4. PAGES CSS
    ---------------------------------
  
    4.1 hero
    4.2 header
    4.3 footer
    4.4 cta
    4.5 blog
    4.6 brand
    4.7 testimonial
    4.8 about-us
    4.9 portfolio
    4.10 services
    4.11 title-slider
    4.12 experience
    4.13 counter
    4.14 insights
    4.15 working-process
    4.16 client
    4.17 awards
    4.18 featured-product
    4.19 our-services
    4.20 mission-statement
    4.21 text-slider
    4.22 hero-2
    4.23 approach
    4.24 about-video
    4.25 our-team
    4.26 breadcrumb
    4.27 choose-us
    4.28 services-details
    4.29 contact-us
    4.30 error
    4.31 faq
    4.32 pricing
    4.33 client-satisfaction
    4.34 portfolio-details
    4 index
 */

:root {
  --primary: #000000;
  --secondary: #b3ec11;
  --black: #13132E;
  --white: #ffffff;
  --bg: #F7F7F7;
  --bg2: rgb(29,30,32);
  --blue: #3b4eff;
  --green: #85EE00;
  --action: #FFF826;
}

:root {
  --font_dmsans: "DM+Sans", sans-serif;
  --font_brico: "Bricolage Grotesque", sans-serif;
  --font_instrument: "Instrument Sans", sans-serif;
  --font_outfit: "Outfit", sans-serif;
  --font_awesome: "Font Awesome 6 pro";
}

* {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
  background: var(--primary);
  font-family: var(--font_dmsans);
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  line-height: 1.22;
  font-weight: 500;
  color: var(--white);
  font-family: var(--font_brico);
}

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

li {
  list-style: none;
}

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

button {
  background-color: transparent;
  border: 0;
}

p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--white);
}

strong {
  font-weight: 500;
}

video,
iframe,
img {
  margin: 0;
  padding: 0;
}

main {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 1800px) {
  .container {
    max-width: 1800px;
  }
}
@media (min-width: 1850px) {
  .container.large {
    max-width: 1850px;
  }
}
@media (min-width: 1630px) {
  .container.container-1630 {
    max-width: 1630px;
  }
}
@media (min-width: 1890px) {
  .container.container-1890 {
    max-width: 1890px;
  }
}

@media (min-width: 1600px) {
  .container-16 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1630px;
    margin: 0 auto;
  }
}

h1 {
  font-size: 200px;
}

h2 {
  font-size: 140px;
}

h3 {
  font-size: 100px;
}

h4 {
  font-size: 52px;
}

h5 {
  font-size: 42px;
}

h6 {
  font-size: 30px;
}

section {
  margin-bottom: -1px;
}

.gutter-30 {
  --bs-gutter-x: 30px;
}

.gutter-35 {
  --bs-gutter-x: 35px;
}

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

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

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

.bg-white {
  background-color: #e5e0d0;
}

.theme-bg-white {
  background-color: #fff;
}

.bg-white2 {
  background: #ecf8f8 !important;
}

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

.theme-bg-white-gray {
  background: #f3f1ed;
}

.theme-bg-soft-gray {
  background-color: #f1f1f1;
}

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

.cr-z-1 {
  z-index: 1;
}

.font-instrument {
  font-family: var(--font_instrument);
}

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

.parallax img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-2__top {
  gap: 10px;
  display: flex;
  padding-bottom: 35px;
  border-bottom: 1px solid var(--white);
  justify-content: space-between;
}
@media (max-width: 575px) {
  .section-2__top {
    flex-wrap: wrap;
  }
}
.section-2__top h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: var(--white);
}
.section-2__top .left-sub-title {
  position: relative;
  padding-left: 20px;
}
.section-2__top .left-sub-title::before {
  top: 50%;
  left: 0;
  width: 10px;
  content: "";
  height: 10px;
  position: absolute;
  border-radius: 500px;
  background-color: var(--white);
  transform: translate(0px, -50%);
}
.section-2__bottom {
  max-width: 1137px;
  margin-left: auto;
  margin-top: 35px;
}
@media only screen and (max-width: 991px) {
  .section-2__bottom {
    max-width: 100%;
  }
}
.section-2__bottom .title {
  font-weight: 700;
  font-size: 52px;
  line-height: 62px;
  color: var(--white);
  text-indent: 300px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  .section-2__bottom .title {
    font-size: 40px;
    line-height: 50px;
    text-indent: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-2__bottom .title {
    font-size: 30px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .section-2__bottom .title {
    font-size: 20px;
    line-height: 30px;
  }
}
.section-2__bottom-2 {
  max-width: 1137px;
  margin-left: 0;
  margin-top: 35px;
  text-align: center;
}

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

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

.section-space-top-2 {
  padding-top: 72px;
}
@media only screen and (max-width: 1399px) {
  .section-space-top-2 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-space-top-2 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .section-space-top-2 {
    padding-top: 40px;
  }
}

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

.section-space-top-2 {
  padding-bottom: 72px;
}
@media only screen and (max-width: 1399px) {
  .section-space-top-2 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-space-top-2 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .section-space-top-2 {
    padding-bottom: 40px;
  }
}

/*----------------------------------------
   Mfp customize
-----------------------------------------*/
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1280px;
}
@media only screen and (max-width: 1919px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1399px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 820px;
  }
}
@media only screen and (max-width: 991px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 750px;
  }
}

.mfp-close {
  transform: rotate(0deg);
}
.mfp-close:hover {
  color: var(--white);
}
.mfp-close::after {
  position: absolute;
  content: "\f00d";
  height: 100%;
  width: 100%;
  font-family: var(--font_awesome);
  font-size: 31px;
  font-weight: 200;
  right: -20px;
  margin-top: -25px;
}
@media (max-width: 575px), only screen and (max-width: 767px), only screen and (max-width: 991px) {
  .mfp-close::after {
    right: 15px;
    margin-top: -30px;
  }
}

.section-sub__wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.section-sub__wrapper h6 {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  border-radius: 90px;
  background: #FFF826;
  color: var(--primary);
  padding: 5px 25px;
}
.section-sub__wrapper span {
  height: 1px;
  flex: 1;
  background-color: rgba(255, 255, 255, 0.1);
}
.section__wrap {
  gap: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .section__wrap {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.section-title {
  font-style: normal;
  font-weight: 700;
  font-size: 198px;
  line-height: 200px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1399px) {
  .section-title {
    font-size: 170px;
    line-height: 170px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-title {
    font-size: 140px;
    line-height: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title {
    font-size: 120px;
    line-height: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 100px;
    line-height: 110px;
  }
}
@media (max-width: 575px) {
  .section-title {
    font-size: 60px;
    line-height: 75px;
  }
}
.section__content {
  max-width: 417px;
}
.section__content p {
  text-indent: 103px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #aaaaaa;
  margin-bottom: 30px;
}

/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
.fade-in-bottom {
  animation-name: fade-in-bottom;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: both;
}
@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
.fade-in-left {
  animation-name: fade-in-left;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: both;
}
@keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-right
 * ----------------------------------------
 */
.fade-in-right {
  animation-name: fade-in-right;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: both;
}
@keyframes fade-in-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes upDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
    /* উপরে যাবে */
  }
}
.upDown {
  animation: upDown 5s infinite ease-in-out;
}

.bg2 {
  background: var(--bg2) !important;
}

/*----------------------------------------*/
/*  01. Button CSS START
/*----------------------------------------*/
.rr-btn {
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding: 26px 31px;
  background-color: #ff6a3a;
  color: var(--white);
  border-radius: 100px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  display: inline-flex;
  border-color: transparent;
  align-items: center;
  text-transform: capitalize;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1199px) {
  .rr-btn {
    padding: 18px 29px;
  }
}
@media (max-width: 575px) {
  .rr-btn {
    padding: 16px 20px;
    font-size: 14px;
  }
}
.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(--black);
}
.rr-btn:after {
  display: block;
  clear: both;
  content: "";
}
.rr-btn::before {
  background-color: var(--white);
  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 {
  display: flex;
  align-items: center;
  gap: 8px;
}
.rr-btn .btn-wrap .text-one {
  position: relative;
  color: var(--white);
  transition: all 0.5s;
}
.rr-btn .btn-wrap .text-two {
  position: absolute;
  top: 100%;
  color: var(--black);
  transition: all 0.5s;
}
.rr-btn__black {
  background-color: var(--black);
}
.rr-btn__black::before {
  background-color: var(--action);
}
.rr-btn__black:hover .btn-wrap .text-two {
  color: var(--white);
}

.btn-primary {
  z-index: 1;
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  line-height: 28px;
  padding: 14px 30px;
  padding-left: 48px;
  position: relative;
  color: var(--black);
  border-radius: 90px;
  display: inline-block;
  background-color: var(--white);
}
@media only screen and (max-width: 1399px) {
  .btn-primary {
    font-size: 14px;
    padding: 14px 15px;
    padding-left: 22px;
  }
}
.btn-primary::before {
  content: "";
  top: 50%;
  left: 30px;
  width: 8px;
  height: 8px;
  position: absolute;
  transition: all 0.5s;
  border-radius: 500px;
  background-color: var(--black);
  transform: translate(0px, -50%);
}
@media only screen and (max-width: 1399px) {
  .btn-primary::before {
    left: 8px;
  }
}
.btn-primary::after {
  content: "";
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  position: absolute;
  border-radius: 500px;
  transition: all 0.5s;
  background-color: var(--action);
}
.btn-primary:hover::after {
  height: 100%;
}
.btn-primary.btn-black-2 {
  background-color: var(--black);
  color: var(--white);
  padding: 19px 32px;
}
.btn-primary.btn-black-2::before {
  background-color: var(--white);
  left: 18px;
}
.btn-primary.btn-black-2::after {
  background-color: var(--blue);
}
.btn-primary.btn-black-2-two {
  color: var(--black);
  background: #b3ec11;
}
.btn-primary.btn-black-2-two::before {
  background-color: var(--black);
  left: 34px;
}
@media only screen and (max-width: 1199px) {
  .btn-primary.btn-black-2-two::before {
    left: 15px;
  }
}
.btn-primary.btn-black-2-two::after {
  color: #fff;
  background-color: var(--blue);
}
.btn-primary.btn-oreng {
  padding: 14px 30px;
  border-radius: 6px;
  background: #8BEA7C;
  color: #0D0D0D;
}
.btn-primary.btn-oreng::before {
  display: none;
}
.btn-primary.btn-oreng::after {
  border-radius: 6px;
}
.btn-primary.btn-red {
  padding: 16px 33px;
  border-radius: 6px;
  background: #f14f44;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  border-radius: 500px;
  font-family: var(--font_instrument);
}
.btn-primary.btn-red::before {
  display: none;
}
.btn-primary.btn-red::after {
  border-radius: 500px;
  background: #151515;
}

.btn-black {
  gap: 10px;
  z-index: 1;
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  line-height: 28px;
  padding: 19px 29px;
  position: relative;
  color: var(--white);
  border-radius: 90px;
  align-items: center;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  transition: all 0.9s;
  background-color: var(--black);
}
@media (max-width: 575px) {
  .btn-black {
    font-size: 15px;
    line-height: 28px;
    padding: 16px 23px;
  }
}
.btn-black::after {
  content: "";
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  position: absolute;
  border-radius: 500px;
  transition: all 0.5s;
  background-color: var(--blue);
}
.btn-black:hover {
  color: var(--white);
}
.btn-black:hover::after {
  height: 100%;
}
.btn-black.btn-white {
  background-color: var(--white);
  color: var(--black);
}
.btn-black.btn-white::after {
  background-color: var(--action);
}
.btn-black.btn-white-2 {
  background-color: #3b4eff;
  color: var(--white);
  text-transform: capitalize;
}
.btn-black.btn-white-2::after {
  background-color: var(--action);
}
.btn-black.btn-white-2:hover {
  color: var(--black);
}

.rr-btnn {
  position: relative;
  padding: 19px 41px;
  margin-top: 30px;
  text-transform: lowercase;
  margin-bottom: 30px;
}
.rr-btnn::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  left: 25px;
  background: #000000;
  border-radius: 100px;
}
.rr-btnn-2 {
  width: 100%;
}

.btn-re {
  margin-top: 25px;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  padding: 19px 42px;
}

.btn-wrapper {
  gap: 14px;
  position: relative;
  align-items: center;
  display: inline-flex;
}
.btn-wrapper:hover .btn-text {
  padding-right: 50px;
}
.btn-wrapper:hover .btn-circle {
  transform: translateX(-130%);
  background: transparent;
}
.btn-wrapper .btn-text {
  position: relative;
  padding: 21px 31px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 18px;
  font-family: var(--font_dmsans);
  background: #FF481F;
  color: #fff;
  transition: all 0.3s ease;
}
.btn-wrapper .btn-circle {
  transform: translateX(0);
  border: none;
  border-radius: 500px;
  background: #FF481F;
  color: #fff;
  padding: 21px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: transform 0.3s ease, background 0.6s ease;
}
.btn-wrapper .btn-circle i {
  rotate: -50deg;
}

.btn-big {
  gap: 15px;
  width: 250px;
  height: 250px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  flex-direction: column;
  border: 1px solid var(--black);
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
@media (max-width: 575px) {
  .btn-big {
    width: 200px;
    height: 200px;
    font-size: 18px;
  }
}
.btn-big i {
  rotate: -45deg;
  transition: 0.4s ease;
}
.btn-big::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FF481F;
  border-radius: 500px;
  z-index: -1;
  transform: scale(0);
  transform-origin: center;
  transition: transform 0.4s ease;
}
.btn-big:hover {
  border-color: transparent;
}
.btn-big:hover i {
  rotate: -90deg;
}
.btn-big:hover::before {
  transform: scale(1);
}

.curve-btn-group {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.curve-btn-group .left-icon {
  transform: scale3d(0, 0, 1);
  margin-inline-end: -40px;
  opacity: 0;
  background-color: transparent;
  color: var(--primary);
}
.curve-btn-group .right-icon {
  transform: scale3d(1, 1, 1);
  margin-inline-start: 0;
  opacity: 1;
  background-color: transparent;
  color: var(--primary);
}
.curve-btn-group:hover .left-icon {
  transform: scale3d(1, 1, 1);
  margin-inline-end: 0;
  opacity: 1;
  background-color: transparent;
  color: var(--primary);
  border-color: rgba(0, 0, 0, 0.1);
}
.curve-btn-group:hover .right-icon {
  transform: scale3d(0, 0, 1);
  margin-inline-start: -40px;
  opacity: 0;
}
.curve-btn-group:hover .curve-btn-primary {
  background-color: transparent;
  color: var(--primary);
  border-color: rgba(0, 0, 0, 0.1);
}

.curve-btn-circle {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: transparent;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.curve-btn-primary {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  padding: 6px 27px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  border-radius: 90px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  color: var(--primary);
  transition: all 0.3s ease-in-out;
}

.btn-black-4 {
  gap: 10px;
  z-index: 1;
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  line-height: 28px;
  padding: 19px 32px;
  position: relative;
  color: var(--black);
  border-radius: 6px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  transition: all 0.9s;
  background-color: var(--green);
}
@media (max-width: 575px) {
  .btn-black-4 {
    font-size: 15px;
    line-height: 28px;
    padding: 16px 23px;
  }
}
.btn-black-4::after {
  content: "";
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  position: absolute;
  border-radius: 6px;
  transition: all 0.5s;
  background-color: var(--green);
}
.btn-black-4:hover {
  color: var(--white);
}
.btn-black-4:hover::after {
  height: 100%;
}
.btn-black-4.btn-white {
  background-color: var(--white);
  color: var(--black);
}
.btn-black-4.btn-white::after {
  background-color: var(--action);
}
.btn-black-4.btn-white-2 {
  background-color: #3b4eff;
  color: var(--white);
  text-transform: capitalize;
}
.btn-black-4.btn-white-2::after {
  background-color: var(--action);
}
.btn-black-4.btn-white-2:hover {
  color: var(--black);
}
.btn-black-4-5 {
  gap: 10px;
  z-index: 1;
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  line-height: 28px;
  padding: 19px 32px;
  position: relative;
  color: var(--white);
  border-radius: 6px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  transition: all 0.9s;
  border: 1px solid #b3ec11;
  border-radius: 6px;
}

.btn-black__5 {
  gap: 10px;
  z-index: 1;
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  line-height: 28px;
  padding: 18px 28.5px;
  position: relative;
  color: var(--white);
  border-radius: 6px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  transition: all 0.9s;
  border: 1px solid #b3ec11;
  border-radius: 6px;
}
@media (max-width: 575px) {
  .btn-black__5 {
    font-size: 15px;
    line-height: 28px;
    padding: 16px 23px;
  }
}
.btn-black__5::after {
  content: "";
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  position: absolute;
  border-radius: 6px;
  transition: all 0.5s;
  background-color: #85EE00;
}
.btn-black__5:hover {
  color: #000000;
}
.btn-black__5:hover::after {
  height: 100%;
}
.btn-black__5.btn-white {
  background-color: var(--white);
  color: var(--black);
}
.btn-black__5.btn-white::after {
  background-color: var(--action);
}
.btn-black__5.btn-white-2 {
  background-color: #b3ec11;
  color: var(--white);
  text-transform: capitalize;
}
.btn-black__5.btn-white-2::after {
  background-color: var(--action);
}
.btn-black__5.btn-white-2:hover {
  color: var(--black);
}

/* Preloader */
.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  right: 0;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background: var(--black);
  z-index: 99999999999999;
}

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

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

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

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

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

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

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

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

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

.load-text span:nth-child(7) {
  animation-delay: 0.6s;
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*----------------------------------------*/
/* menu css  */
/*----------------------------------------*/
.main-menu.menu-dark > ul > li > a {
  color: var(--secondary);
}
.main-menu.menu-light > ul > li > a {
  color: var(--secondary);
}
.main-menu > ul {
  display: flex;
}
.main-menu > ul > li:hover > a {
  color: var(--secondary);
}
.main-menu > ul > li:hover > ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 0;
}
.main-menu > ul > li:hover > ul.dp-menu li:hover > ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 100%;
}
.main-menu li {
  position: relative;
}
.main-menu li a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: var(--white);
  font-family: var(--font_brico);
  text-transform: capitalize;
}
.main-menu ul.dp-menu {
  background-color: #232529;
  padding: 18px 0px;
  width: 300px;
  position: absolute;
  inset-inline-start: 10px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu ul.dp-menu.col-2 {
  -moz-column-count: 2;
       column-count: 2;
  width: 480px;
}
.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(--secondary);
  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: #999999;
  padding: 10px 0;
  background-color: transparent;
  border-radius: 8px;
  text-transform: capitalize;
}
.main-menu ul.dp-menu li a:hover {
  letter-spacing: 0.5px;
}
.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 {
  top: 50%;
  right: 10px;
  content: "\f107";
  position: absolute;
  transform: translate(0px, -50%);
  font-family: var(--font_awesome);
}

.sidebar-menu li {
  display: block;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1919px) {
  .sidebar-menu li {
    padding-bottom: 10px;
  }
}
.sidebar-menu li a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: var(--white);
  padding: 10px 0;
  text-transform: uppercase;
}
.sidebar-menu li a:hover, .sidebar-menu li a.active {
  color: var(--primary);
}
@media only screen and (max-width: 1399px) {
  .sidebar-menu li a {
    padding: 5px 0;
  }
}

/* mean menu customize */
.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;
}

.offcanvas-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

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

.side-info-close {
  font-size: 18px;
  padding: 0;
  transition: all 0.3s linear;
  background-color: var(--white);
  color: var(--black);
  width: 40px;
  height: 40px;
  border: 1px solid var(--black);
  border-radius: 50%;
  line-height: 38px;
}
.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;
}
.side-info ::-webkit-scrollbar {
  display: none;
}
@media (max-width: 575px) {
  .side-info {
    width: 100%;
    padding: 30px 30px;
  }
}
.side-info.info-open {
  opacity: 1;
  transform: translateX(0);
}

.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 {
  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(--primary);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--primary);
}

/* mean menu customize */
.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: var(--black-2);
  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;
}
@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(--secondary);
}
.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: transparent;
  color: var(--primary);
}
@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 {
  opacity: 1;
}
.mobile-menu.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid var(--border);
}
.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: 0;
  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;
}

/*----------------------------------------*/
/*  10.4 Cursor Styles  */
/*----------------------------------------*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
.cb-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  transition: opacity 0.3s, color 0.4s;
}

.cb-cursor:before {
  content: "";
  position: absolute;
  top: -24px;
  left: -24px;
  width: 48px;
  height: 48px;
  background: transparent;
  border-radius: 500px;
  transform: scale(0);
  transition: opacity 0.1s, transform 0.3s ease-in-out;
}

.cb-cursor-text {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
  letter-spacing: -0.01em;
  font-family: var(--font_bdogrotesk);
  opacity: 0;
  transform: scale(0) rotate(10deg);
  transition: opacity 0.4s, transform 0.3s;
  color: #000;
}

/* Exclusion and Blending Modes */
@supports (mix-blend-mode: exclusion) {
  .cb-cursor.-exclusion,
  .cb-cursor.-opaque {
    mix-blend-mode: exclusion;
  }
  .cb-cursor.-exclusion:before,
  .cb-cursor.-opaque:before {
    background: white;
  }
}
.cb-cursor.-normal,
.cb-cursor.-text {
  mix-blend-mode: normal;
}

.cb-cursor.-normal:before,
.cb-cursor.-text:before {
  background: currentColor;
}

.cb-cursor.-inverse {
  color: white;
}

/* Cursor Visibility and Transformations */
.cb-cursor.-visible:before {
  transform: scale(0.2);
}

.cb-cursor.-visible.-active:before {
  transform: scale(0.23);
  transition-duration: 0.2s;
}

.cb-cursor.-pointer:before {
  transform: scale(0);
}

.cb-cursor.-text .cb-cursor-text {
  opacity: 1;
  transform: scale(1);
}

.cb-cursor.-text.-active:before {
  transform: scale(1.6);
  transition-duration: 0.2s;
}

.cb-cursor.all-element:before {
  transform: scale(1.6);
  opacity: 0.2;
  transition-duration: 0.2s;
}

.cb-cursor.-opaque:before {
  transform: scale(1.32);
}

.cb-cursor.-text:before {
  background: #fff;
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transform: scale(3);
}

.cb-cursor.-opaque.-active:before {
  transform: scale(1.2);
}

.cb-cursor.-lg:before {
  transform: scale(2);
}

.cb-cursor.-hidden:before {
  transform: scale(0);
}

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

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

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

.light .scroll__down p {
  color: var(--black);
}
.light .scroll__down span {
  border-color: var(--white-3);
}
.light .scroll__down span i {
  color: var(--black);
}
.light.go-top-writer {
  color: var(--black);
  background-color: transparent;
  background-image: url(../imgs/writer/go-top-light.webp);
}
.light.progress-wrap {
  margin: 0;
  background-color: transparent;
}
.light.progress-wrap svg path {
  fill: var(--black);
}
.light.progress-wrap::after {
  color: var(--white);
}

.hero__inner {
  padding-top: 196px;
  padding-bottom: 160px;
}
@media only screen and (max-width: 1919px) {
  .hero__inner {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero__inner {
    padding-top: 130px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero__inner {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .hero__inner {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__inner {
    padding-top: 80px;
  }
}
.hero__content {
  position: relative;
}
.hero__content .hero-title {
  font-weight: 800;
  font-size: 200px;
  line-height: 200px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1919px) {
  .hero__content .hero-title {
    font-size: 150px;
    line-height: 170px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero__content .hero-title {
    font-size: 130px;
    line-height: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero__content .hero-title {
    font-size: 120px;
    line-height: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .hero__content .hero-title {
    font-size: 90px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__content .hero-title {
    font-size: 65px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .hero__content .hero-title {
    font-size: 50px;
    line-height: 60px;
  }
}
.hero__content .hero-title .des {
  font-size: 20px;
  font-weight: 500;
  max-width: 433px;
  line-height: 30px;
  font-style: normal;
  text-indent: 162px;
  display: inline-block;
  text-transform: math-auto;
  font-family: var(--font_dmsans);
  transform: translatey(-15%);
  margin-left: 90px;
}
@media only screen and (max-width: 1919px) {
  .hero__content .hero-title .des {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1399px) {
  .hero__content .hero-title .des {
    font-size: 18px;
    max-width: 380px;
    line-height: 26px;
    text-indent: 100px;
    transform: translatey(0%);
  }
}
@media only screen and (max-width: 991px) {
  .hero__content .hero-title .des {
    max-width: 460px;
    text-indent: 80px;
  }
}
@media (max-width: 575px) {
  .hero__content .hero-title .des {
    max-width: 100%;
    text-indent: 0px;
    margin: 20px 0px;
  }
}
.hero__content .hero-title .arrow {
  margin-left: 98px;
}
@media only screen and (max-width: 1919px) {
  .hero__content .hero-title .arrow {
    margin-left: 0;
    max-width: 110px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero__content .hero-title .arrow {
    max-width: 90px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero__content .hero-title .arrow {
    max-width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__content .hero-title .arrow {
    max-width: 50px;
  }
}
@media (max-width: 575px) {
  .hero__content .hero-title .arrow {
    max-width: 40px;
  }
}
@media only screen and (max-width: 1919px) {
  .hero__content .hero-title .circle {
    max-width: 190px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero__content .hero-title .circle {
    max-width: 165px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero__content .hero-title .circle {
    max-width: 122px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__content .hero-title .circle {
    max-width: 80px;
  }
}
.hero__featured {
  right: 0;
  top: 30px;
  padding: 20px;
  max-width: 515px;
  position: absolute;
  border-radius: 10px;
  background: var(--white);
}
@media only screen and (max-width: 1919px) {
  .hero__featured {
    max-width: 430px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero__featured {
    max-width: 370px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero__featured {
    position: inherit;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .hero__featured {
    padding: 10px;
  }
}
.hero__featured__item img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__featured__bottom {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .hero__featured__bottom {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.hero__featured__bottom .title {
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  color: var(--primary);
}
@media only screen and (max-width: 1399px) {
  .hero__featured__bottom .title {
    font-size: 20px;
    line-height: 30px;
  }
}
.hero__featured__arrow {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.hero__featured__prev, .hero__featured__next {
  width: 62px;
  height: 32px;
  background: #e5e0d0;
  display: flex;
  align-items: center;
  border-radius: 80px;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.hero__featured__prev:hover, .hero__featured__next:hover {
  background: var(--action);
}

.hero-video__wrapper {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 575px) {
  .hero-video__wrapper {
    flex-wrap: wrap;
  }
}
.hero-video__wrapper .hero__play {
  width: 285px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .hero-video__wrapper .hero__play {
    width: 100%;
  }
}
.hero-video__wrapper .hero__play .popup-video {
  width: 156px;
  height: 100%;
  display: flex;
  min-width: 156px;
  align-items: center;
  background: #13132E;
  justify-content: center;
}
.hero-video__wrapper .hero__play .popup-video svg path {
  fill: #ffffff;
}
@media (max-width: 575px) {
  .hero-video__wrapper .hero__play .popup-video {
    height: 50px;
    width: 100%;
    min-width: 100%;
  }
}
.hero-video__wrapper .hero__play .popup-video.has--play {
  font-size: 18px;
  font-weight: 700;
  background: var(--white);
}
@media only screen and (max-width: 767px) {
  .hero-video__wrapper .hero__play .popup-video.has--play {
    font-size: 16px;
    width: 100%;
    min-width: 100%;
    justify-content: flex-start;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-video__wrapper .hero__play .popup-video {
    min-width: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-video__wrapper .hero__play .popup-video {
    width: 90px;
    min-width: 90px;
  }
}
.hero-video__wrapper .work {
  width: 100%;
  padding-left: 75px;
  padding-right: 210px;
  padding-top: 47px;
  padding-bottom: 47px;
  background-color: #FFF826;
}
@media only screen and (max-width: 1199px) {
  .hero-video__wrapper .work {
    padding-left: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-video__wrapper .work {
    padding-left: 20px;
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-video__wrapper .work {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.hero-video__wrapper .work a {
  color: var(--primary);
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
.hero-video__wrapper .work a::before {
  left: 0;
  bottom: 0;
  height: 1px;
  content: "";
  width: 100%;
  position: absolute;
  transition: all 0.3s;
  background-color: currentColor;
}
.hero-video__wrapper .work a:hover {
  color: var(--primary);
}
.hero-video__wrapper .work a:hover::before {
  width: 0;
}
.hero-video__wrapper .play {
  width: 100%;
  padding-top: 47px;
  padding-bottom: 47px;
  padding-right: 75px;
  text-align: right;
  background: #F7F7F7;
}
@media only screen and (max-width: 1199px) {
  .hero-video__wrapper .play {
    padding-right: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-video__wrapper .play {
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-video__wrapper .play {
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .hero-video__wrapper .play {
    -moz-text-align-last: left;
         text-align-last: left;
    padding-left: 20px;
  }
}
.hero-video__wrapper .play a {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  color: var(--black);
}
.hero-video__wrapper .play a::before {
  left: 0;
  bottom: 0;
  height: 1px;
  content: "";
  width: 100%;
  position: absolute;
  transition: all 0.3s;
  background-color: currentColor;
}
.hero-video__wrapper .play a:hover {
  color: var(--black);
}
.hero-video__wrapper .play a:hover::before {
  width: 0;
}

/* header area style  */
.header-area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
}
.header-area__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  height: 80px;
}
@media only screen and (max-width: 1199px) {
  .header-area__inner {
    height: 70px;
    gap: 10px;
  }
}
.header-area__inner > *:nth-child(1) {
  margin-inline-end: auto;
}
@media (max-width: 575px) {
  .header-area .header__logo img {
    max-width: 150px;
  }
}
.header-area .header__nav {
  display: flex;
  align-items: center;
  border-radius: 90px;
  padding-right: 30px;
  -webkit-backdrop-filter: blur(17.5px);
          backdrop-filter: blur(17.5px);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0px -8px 10px rgba(0, 0, 0, 0.25), inset 0px 8px 10px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 1199px) {
  .header-area .header__nav {
    background: none;
    border: none;
  }
}
.header-area .main-menu li a {
  font-size: 16px;
  font-weight: 400;
  padding: 15px 28px;
}
.header-area .main-menu li a:hover {
  color: var(--action);
}
.header-area .side-toggle {
  height: 24px;
}
.header-area .side-toggle .bar-icon {
  width: 50px;
  height: 10px;
}
@media (max-width: 575px) {
  .header-area .side-toggle .bar-icon {
    width: 30px;
  }
}
.header-area .side-toggle .bar-icon span {
  height: 2px;
  border-radius: 500px;
  background-color: var(--white);
}

/* header area style 2 */
.header-area-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.header-area-2 .container {
  max-width: 1800px;
}
.header-area-2__inner {
  gap: 30px;
  width: 100%;
  height: 100px;
  margin-top: 30px;
  align-items: center;
  position: relative;
  border-radius: 10px;
  display: inline-flex;
  padding: 0 30px 0 30px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 1px solid #282828;
  justify-content: space-between;
  background: #202022;
  box-shadow: inset -10px 0px 10px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 1199px) {
  .header-area-2__inner {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .header-area-2__inner {
    height: 70px;
  }
}
@media (max-width: 575px) {
  .header-area-2 .header__logo img {
    width: 100px;
  }
}
.header-area-2 .main-menu li a {
  font-weight: 600;
  padding: 15px 28px;
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
  text-transform: uppercase;
  font-family: var(--font_brico);
}
@media only screen and (max-width: 1399px) {
  .header-area-2 .main-menu li a {
    padding: 15px 26px;
    font-size: 14px;
  }
}
.header-area-2 .main-menu li a:hover {
  color: var(--action);
}
.header-area-2 .search-icon {
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .header-area-2 .header__button {
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .header-area-2 .header__button {
    display: none;
  }
}
.header-area-2 .header__navicon {
  margin-left: auto;
}
@media only screen and (max-width: 1199px) {
  .header-area-2 .header__navicon {
    margin-left: inherit;
  }
}
.header-area-2 .header__navicon i {
  font-size: 22px;
  color: var(--white);
}

/* header area style 3  */
.header-area-3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
}
.header-area-3__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  position: relative;
  height: 80px;
}
@media only screen and (max-width: 1199px) {
  .header-area-3__inner {
    height: 70px;
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .header-area-3 .header__logo img {
    max-width: 120px;
  }
}
.header-area-3 .header__nav {
  display: flex;
  align-items: center;
  border-radius: 90px;
  padding-right: 30px;
  -webkit-backdrop-filter: blur(17.5px);
          backdrop-filter: blur(17.5px);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0px -8px 10px rgba(0, 0, 0, 0.25), inset 0px 8px 10px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 1199px) {
  .header-area-3 .header__nav {
    background: none;
    border: none;
    display: none;
  }
}
.header-area-3 .main-menu li a {
  font-size: 16px;
  font-weight: 400;
  padding: 13px 28px;
}
.header-area-3 .main-menu li a:hover {
  color: var(--action);
}
.header-area-3 .side-toggle {
  gap: 10px;
  height: 24px;
  display: flex;
  border-radius: 90px;
  padding: 20px 30px;
  align-items: center;
  -webkit-backdrop-filter: blur(17.5px);
          backdrop-filter: blur(17.5px);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0px -8px 10px rgba(0, 0, 0, 0.25), inset 0px 8px 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 575px) {
  .header-area-3 .side-toggle {
    padding: 16px 20px;
  }
}
.header-area-3 .side-toggle .menu-text {
  color: var(--white);
  display: inline-block;
}
.header-area-3 .side-toggle .bar-icon {
  width: 50px;
  height: 10px;
}
@media (max-width: 575px) {
  .header-area-3 .side-toggle .bar-icon {
    width: 30px;
  }
}
.header-area-3 .side-toggle .bar-icon span {
  height: 2px;
  border-radius: 500px;
  background-color: var(--white);
}

/* header area style 4  */
.header-area-4 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
}
.header-area-4__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  position: relative;
  height: 80px;
}
@media only screen and (max-width: 1199px) {
  .header-area-4__inner {
    height: 70px;
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .header-area-4 .header__logo img {
    max-width: 120px;
  }
}
.header-area-4 .header__nav {
  display: flex;
  align-items: center;
  border-radius: 90px;
  padding-right: 30px;
  -webkit-backdrop-filter: blur(17.5px);
          backdrop-filter: blur(17.5px);
  background: var(--white);
}
@media only screen and (max-width: 1199px) {
  .header-area-4 .header__nav {
    background: none;
    border: none;
  }
}
.header-area-4 .main-menu li a {
  padding: 13px 28px;
  color: var(--primary);
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
.header-area-4 .main-menu li a:hover {
  color: var(--action);
}
.header-area-4 .header-socail {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-area-4 .header-socail ul {
  gap: 10px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1919px) {
  .header-area-4 .header-socail ul {
    display: none;
  }
}
.header-area-4 .header-socail ul li a {
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  color: var(--white);
  border-radius: 90px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 11px 21px;
  transition: all 0.3s;
}
.header-area-4 .header-socail ul li a:hover {
  color: var(--action);
}
.header-area-4 .side-toggle {
  gap: 10px;
  height: 24px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .header-area-4 .side-toggle {
    padding: 16px 20px;
  }
}
.header-area-4 .side-toggle .menu-text {
  color: var(--white);
  display: inline-block;
}
.header-area-4 .side-toggle .bar-icon {
  width: 50px;
  height: 10px;
}
@media (max-width: 575px) {
  .header-area-4 .side-toggle .bar-icon {
    width: 30px;
  }
}
.header-area-4 .side-toggle .bar-icon span {
  height: 2px;
  border-radius: 500px;
  background-color: var(--white);
}

/* header area style 5 */
.header-area-5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.header-area-5.header-area-7 {
  background: var(--white);
}
.header-area-5.header-area-7 .container {
  max-width: 1880px;
}
.header-area-5.header-area-7 .header-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-area-5.header-area-7 .header-area-5__inner {
  margin-top: 0;
  height: 107px;
}
.header-area-5.header-area-7 .header__navicon i {
  font-size: 22px;
  color: var(--primary);
}
.header-area-5 .container {
  max-width: 1800px;
}
.header-area-5__inner {
  gap: 30px;
  width: 100%;
  height: 100px;
  margin-top: 30px;
  align-items: center;
  position: relative;
  display: inline-flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .header-area-5__inner {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .header-area-5__inner {
    height: 70px;
  }
}
.header-area-5 .main-menu > ul > li:hover > a {
  color: #ff8800;
}
.header-area-5 .main-menu ul.dp-menu li:hover > a {
  color: #ff8800;
}
@media (max-width: 575px) {
  .header-area-5 .header__logo img {
    width: 100px;
  }
}
.header-area-5 .main-menu li a {
  font-weight: 600;
  padding: 15px 28px;
  font-size: 16px;
  line-height: 19px;
  color: var(--primary);
  text-transform: uppercase;
  font-family: var(--font_brico);
}
@media only screen and (max-width: 1399px) {
  .header-area-5 .main-menu li a {
    padding: 15px 22px;
  }
}
.header-area-5 .main-menu li a:hover {
  color: #ff8800;
}
.header-area-5 .search-icon {
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .header-area-5 .header__button {
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .header-area-5 .header__button {
    display: none;
  }
}
.header-area-5 .header__navicon {
  margin-left: auto;
}
@media only screen and (max-width: 1199px) {
  .header-area-5 .header__navicon {
    margin-left: inherit;
  }
}
.header-area-5 .header__navicon i {
  font-size: 22px;
  color: var(--white);
}

/* header area style 6  */
.header-area-6 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-area-6__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  position: relative;
  height: 80px;
}
@media only screen and (max-width: 1199px) {
  .header-area-6__inner {
    height: 70px;
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .header-area-6 .header__logo img {
    max-width: 120px;
  }
}
.header-area-6 .header__nav {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .header-area-6 .header__nav {
    background: none;
    border: none;
    display: none;
  }
}
.header-area-6 .main-menu > ul > li a {
  padding: 7px 30px 7px 20px;
  border-radius: 500px;
}
@media only screen and (max-width: 1399px) {
  .header-area-6 .main-menu > ul > li a {
    padding: 7px 24px 7px 15px;
  }
}
.header-area-6 .main-menu > ul > li:hover > a {
  color: #ff8800;
}
.header-area-6 .main-menu ul.dp-menu li:hover > a {
  color: #ff8800;
}
.header-area-6 .side-toggle {
  gap: 10px;
  height: 24px;
  display: flex;
  border-radius: 90px;
  padding: 20px 30px;
  align-items: center;
  -webkit-backdrop-filter: blur(17.5px);
          backdrop-filter: blur(17.5px);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0px -8px 10px rgba(0, 0, 0, 0.25), inset 0px 8px 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 575px) {
  .header-area-6 .side-toggle {
    padding: 16px 20px;
  }
}
.header-area-6 .side-toggle .menu-text {
  color: var(--white);
  display: inline-block;
}
.header-area-6 .side-toggle .bar-icon {
  width: 50px;
  height: 10px;
}
@media (max-width: 575px) {
  .header-area-6 .side-toggle .bar-icon {
    width: 30px;
  }
}
.header-area-6 .side-toggle .bar-icon span {
  height: 2px;
  border-radius: 500px;
  background-color: var(--white);
}

/* header area style 8 */
.header-area-8 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.header-area-8__inner {
  gap: 30px;
  width: 100%;
  height: 100px;
  margin-top: 30px;
  align-items: center;
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  padding: 30px 33px;
  border-radius: 25px;
  background: #fff;
}
@media only screen and (max-width: 1919px) {
  .header-area-8__inner {
    gap: 20px;
  }
}
@media only screen and (max-width: 1399px) {
  .header-area-8__inner {
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area-8__inner {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .header-area-8__inner {
    height: 70px;
  }
}
.header-area-8 .main-menu {
  border-radius: 45px;
  background: #f0f2f4;
  padding: 15px 15px;
}
@media only screen and (max-width: 1399px) {
  .header-area-8 .main-menu {
    padding: 10px 15px;
  }
}
.header-area-8 .main-menu > ul > li a {
  padding: 7px 30px 7px 20px;
  border-radius: 500px;
}
@media only screen and (max-width: 1399px) {
  .header-area-8 .main-menu > ul > li a {
    padding: 7px 18px 7px 15px;
  }
}
.header-area-8 .main-menu > ul > li:hover > a {
  color: var(--white);
  background: #151515;
}
.header-area-8 .main-menu ul.dp-menu li:hover > a {
  color: #ff8800;
}
@media only screen and (max-width: 1399px) {
  .header-area-8 .header__logo img {
    max-width: 150px;
  }
}
@media (max-width: 575px) {
  .header-area-8 .header__logo img {
    width: 100px;
  }
}
.header-area-8 .main-menu li.menu-item-has-children > a:after {
  top: 50%;
  right: 10px;
  content: "\f107";
  position: absolute;
  transform: translate(0px, -50%);
  font-family: var(--font_awesome);
}
@media only screen and (max-width: 1399px) {
  .header-area-8 .main-menu li.menu-item-has-children > a:after {
    right: 0;
  }
}
.header-area-8 .main-menu li a {
  font-weight: 600;
  padding: 15px 28px;
  font-size: 16px;
  line-height: 19px;
  color: var(--primary);
  text-transform: uppercase;
  font-family: var(--font_brico);
}
@media only screen and (max-width: 1399px) {
  .header-area-8 .main-menu li a {
    padding: 15px 16px;
  }
}
.header-area-8 .main-menu li a:hover {
  color: #ff8800;
}
.header-area-8 .search-icon {
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .header-area-8 .header__button {
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .header-area-8 .header__button {
    display: none;
  }
}
.header-area-8 .header__navicon {
  margin-left: auto;
}
@media only screen and (max-width: 1199px) {
  .header-area-8 .header__navicon {
    margin-left: inherit;
  }
}
.header-area-8 .header__navicon i {
  font-size: 22px;
  color: var(--primary);
}

.bar-icon {
  width: 50px;
  height: 10px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  display: flex;
  transition: color 0.2s ease-out;
}
.bar-icon span {
  width: 100%;
  height: 2px;
  background: var(--white);
  display: inline-block;
  transition: color 0.2s ease-out;
}
.bar-icon span:nth-child(2) {
  margin-left: 0px;
}
.bar-icon:hover span {
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.bar-icon:hover span:nth-child(2) {
  margin-left: 0px;
  animation-delay: 0.1s;
}
.bar-icon:hover span:nth-child(3) {
  animation-delay: 0.2s;
}
.bar-icon.is-black span {
  background: var(--white);
}
.bar-icon.is-white span {
  background: var(--white);
}

@keyframes qode-draw {
  0%, 100% {
    clip-path: inset(-2px 0);
  }
  42% {
    clip-path: inset(-2px 0 -2px 100%);
  }
  43% {
    clip-path: inset(-2px 100% -2px 0);
  }
}
/* footer area style  */
.footer-area .footer-top-inner {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-top-inner {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-top-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.footer-area .footer-top-inner .text p {
  max-width: 240px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
}
.footer-area .footer-top-inner .footer-socail ul {
  gap: 38px;
  display: flex;
  align-items: center;
  padding-bottom: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1399px) {
  .footer-area .footer-top-inner .footer-socail ul {
    padding-bottom: 50px;
    gap: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-top-inner .footer-socail ul {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area .footer-top-inner .footer-socail ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .footer-area .footer-top-inner .footer-socail ul {
    gap: 5px 20px;
  }
}
.footer-area .footer-top-inner .footer-socail ul li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--white);
  text-transform: uppercase;
}
.footer-area .footer-top-inner .footer-socail ul li a:hover {
  color: var(--action);
}
.footer-area .footer-top-inner .info-link {
  margin-top: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1399px) {
  .footer-area .footer-top-inner .info-link {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-top-inner .info-link {
    padding-bottom: 30px;
  }
}
.footer-area .footer-top-inner .info-link a {
  font-weight: 500;
  font-size: 90px;
  color: var(--white);
  line-height: 90px;
  font-family: var(--font_brico);
}
@media only screen and (max-width: 1399px) {
  .footer-area .footer-top-inner .info-link a {
    font-size: 80px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-top-inner .info-link a {
    font-size: 70px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-top-inner .info-link a {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .footer-area .footer-top-inner .info-link a {
    font-size: 33px;
    line-height: 33px;
  }
}
.footer-area .footer-top-inner .info-link a:hover {
  color: var(--action);
}
.footer-area .footer-widget-wrapper-box {
  padding-bottom: 90px;
}
@media only screen and (max-width: 991px) {
  .footer-area .footer-widget-wrapper-box {
    padding-bottom: 60px;
  }
}
.footer-area .footer-widget-wrapper {
  display: grid;
  gap: 30px 168px;
  grid-template-columns: 1fr auto auto auto;
  justify-content: space-between;
}
@media only screen and (max-width: 1919px) {
  .footer-area .footer-widget-wrapper {
    gap: 30px 100px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-area .footer-widget-wrapper {
    gap: 30px 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-widget-wrapper {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-widget-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .footer-area .footer-widget-wrapper {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-widget-wrapper > *:nth-child(1) {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-widget-wrapper > *:nth-child(1) {
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .footer-area .footer-widget-wrapper > *:nth-child(1) {
    grid-column: auto;
  }
}
.footer-area .footer-widget-box .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 25px;
  color: var(--white);
  font-family: var(--font_brico);
  margin-bottom: 48px;
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-widget-box .title {
    margin-bottom: 30px;
  }
}
.footer-area .footer-widget-box.let-talk {
  padding: 30px;
  max-width: 540px;
  border-radius: 10px;
  background: var(--white);
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-widget-box.let-talk {
    max-width: 100%;
  }
}
.footer-area .footer-widget-box.let-talk .let-talk-title {
  display: flex;
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  align-items: center;
  margin-bottom: 100px;
  color: var(--primary);
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .footer-area .footer-widget-box.let-talk .let-talk-title {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-widget-box.let-talk .let-talk-title {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .footer-area .footer-widget-box.let-talk .let-talk-title {
    font-size: 35px;
    line-height: 50px;
  }
}
.footer-area .footer-widget-box.let-talk .let-talk-title a {
  width: 70px;
  height: 70px;
  display: flex;
  font-size: 22px;
  align-items: center;
  border-radius: 500px;
  color: var(--primary);
  justify-content: center;
  background-color: var(--action);
}
@media (max-width: 575px) {
  .footer-area .footer-widget-box.let-talk .let-talk-title a {
    width: 50px;
    height: 50px;
  }
}
.footer-area .footer-widget-box.let-talk p {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  color: var(--primary);
  font-family: var(--font_brico);
}
@media (max-width: 575px) {
  .footer-area .footer-widget-box.let-talk p {
    font-size: 25px;
    line-height: 30px;
  }
}
.footer-area .footer-nav-list li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-area .footer-nav-list li a {
  color: #aaaaaa;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.footer-area .footer-nav-list li a:hover {
  color: var(--action);
}
.footer-area .copyright-area-inner {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 37px 0;
}
.footer-area .copyright-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .footer-area .copyright-text {
    flex-wrap: wrap;
  }
}
.footer-area .copyright-text .text {
  font-size: 18px;
  line-height: 28px;
  color: var(--white);
}
.footer-area .copyright-text .text a:hover {
  color: var(--action);
}
.footer-area .copyright-text .back {
  font-size: 18px;
  color: var(--white);
  text-decoration: underline;
  text-transform: uppercase;
}
.footer-area .copyright-text .back:hover {
  color: var(--action);
}
.footer-area .footer-bottom {
  background: var(--action);
  margin-bottom: -60px;
}
@media (max-width: 575px) {
  .footer-area .footer-bottom {
    margin-bottom: -30px;
  }
}
.footer-area .footer-bottom-title {
  white-space: nowrap;
  font-weight: 800;
  font-size: 324px;
  line-height: 350px;
  color: var(--black);
  text-align: center;
  margin-left: -15px;
  letter-spacing: 16px;
}
@media only screen and (max-width: 1919px) {
  .footer-area .footer-bottom-title {
    font-size: 288px;
    line-height: 350px;
    margin-left: -7px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-area .footer-bottom-title {
    font-size: 240px;
    line-height: 279px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-bottom-title {
    font-size: 198px;
    line-height: 253px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area .footer-bottom-title {
    font-size: 154px;
    line-height: 225px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-bottom-title {
    font-size: 115px;
    line-height: 197px;
    margin-left: -2px;
  }
}
@media (max-width: 575px) {
  .footer-area .footer-bottom-title {
    font-size: 60px;
    line-height: 100px;
    margin-left: -2px;
  }
}

/* footer-2 area style  */
.footer-area-2 .footer-bg {
  background-size: cover;
}
.footer-area-2 .footer-top-inner {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 1199px) {
  .footer-area-2 .footer-top-inner {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-2 .footer-top-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.footer-area-2 .footer-top-inner .text p {
  max-width: 240px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
}
.footer-area-2 .footer-top-inner .info-link {
  margin-top: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1399px) {
  .footer-area-2 .footer-top-inner .info-link {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-2 .footer-top-inner .info-link {
    padding-bottom: 30px;
  }
}
.footer-area-2 .footer-top-inner .info-link a {
  font-weight: 500;
  font-size: 90px;
  color: var(--white);
  line-height: 90px;
  font-family: var(--font_brico);
}
@media only screen and (max-width: 1399px) {
  .footer-area-2 .footer-top-inner .info-link a {
    font-size: 80px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-2 .footer-top-inner .info-link a {
    font-size: 70px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-2 .footer-top-inner .info-link a {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .footer-area-2 .footer-top-inner .info-link a {
    font-size: 33px;
    line-height: 33px;
  }
}
.footer-area-2 .footer-top-inner .info-link a:hover {
  color: var(--action);
}
.footer-area-2 .footer-widget-wrapper {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  grid-template-columns: 450px 340px 308px 317px auto;
}
@media only screen and (max-width: 1919px) {
  .footer-area-2 .footer-widget-wrapper {
    grid-template-columns: 380px 240px 220px 220px auto;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-area-2 .footer-widget-wrapper {
    grid-template-columns: 300px 225px 180px 190px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-2 .footer-widget-wrapper {
    grid-template-columns: auto auto auto;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-2 .footer-widget-wrapper {
    grid-template-columns: auto auto;
  }
}
@media (max-width: 575px) {
  .footer-area-2 .footer-widget-wrapper {
    grid-template-columns: auto;
  }
}
.footer-area-2 .footer-widget-wrapper > * {
  padding-top: 78px;
  padding-left: 90px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 1919px) {
  .footer-area-2 .footer-widget-wrapper > * {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-2 .footer-widget-wrapper > * {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-2 .footer-widget-wrapper > * {
    padding-bottom: 50px;
  }
}
.footer-area-2 .footer-widget-wrapper > *:nth-child(1) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 0;
  padding-right: 90px;
}
@media only screen and (max-width: 1919px) {
  .footer-area-2 .footer-widget-wrapper > *:nth-child(1) {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-2 .footer-widget-wrapper > *:nth-child(1) {
    grid-column: span 2;
    padding-right: 30px;
    border-right: none;
  }
}
@media (max-width: 575px) {
  .footer-area-2 .footer-widget-wrapper > *:nth-child(1) {
    grid-column: auto;
    padding-right: 0px;
  }
}
.footer-area-2 .footer-widget-wrapper > *:nth-child(2) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1199px) {
  .footer-area-2 .footer-widget-wrapper > *:nth-child(2) {
    border-right: none;
  }
}
.footer-area-2 .footer-widget-wrapper > *:nth-child(3) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1199px) {
  .footer-area-2 .footer-widget-wrapper > *:nth-child(3) {
    border-right: none;
  }
}
.footer-area-2 .footer-widget-wrapper > *:nth-child(4) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1199px) {
  .footer-area-2 .footer-widget-wrapper > *:nth-child(4) {
    border-right: none;
  }
}
.footer-area-2 .footer-widget-box .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 25px;
  color: var(--white);
  font-family: var(--font_brico);
  margin-bottom: 48px;
}
@media only screen and (max-width: 1199px) {
  .footer-area-2 .footer-widget-box .title {
    margin-bottom: 30px;
  }
}
.footer-area-2 .content .logo {
  display: inline-block;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1199px) {
  .footer-area-2 .content .logo {
    margin-bottom: 30px;
  }
}
.footer-area-2 .content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  max-width: 350px;
  color: #aaaaaa;
}
@media only screen and (max-width: 1199px) {
  .footer-area-2 .content p {
    max-width: 100%;
  }
}
.footer-area-2 .footer-socail li:not(:last-child) {
  margin-bottom: 17px;
}
.footer-area-2 .footer-socail li a {
  color: #aaaaaa;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
}
.footer-area-2 .footer-socail li a:hover {
  color: var(--action);
}
.footer-area-2 .footer-nav-list li:not(:last-child) {
  margin-bottom: 17px;
}
.footer-area-2 .footer-nav-list li a {
  color: #aaaaaa;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.footer-area-2 .footer-nav-list li a:hover {
  color: var(--action);
}
.footer-area-2 .copyright-text {
  padding: 35px 0;
}
.footer-area-2 .copyright-text .text {
  font-size: 18px;
  line-height: 28px;
  color: var(--white);
  text-align: center;
}
.footer-area-2 .copyright-text .text a:hover {
  color: var(--action);
}

.footer-cta {
  padding-top: 120px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 1399px) {
  .footer-cta {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.footer-cta .footer-cta-title {
  font-weight: 700;
  font-size: 140px;
  line-height: 150px;
  text-align: center;
  text-transform: uppercase;
  background: url(../../assets/img/footer/text-shape.png) no-repeat center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: white;
  background-position: 50% 80%;
  letter-spacing: 12px;
}
@media only screen and (max-width: 1919px) {
  .footer-cta .footer-cta-title {
    font-size: 130px;
    line-height: 130px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-cta .footer-cta-title {
    font-size: 110px;
    line-height: 110px;
    letter-spacing: 8px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-cta .footer-cta-title {
    font-size: 90px;
    line-height: 100px;
    letter-spacing: 6px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-cta .footer-cta-title {
    font-size: 68px;
    line-height: 78px;
    letter-spacing: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-cta .footer-cta-title {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0px;
  }
}
@media (max-width: 575px) {
  .footer-cta .footer-cta-title {
    font-size: 30px;
    line-height: 45px;
  }
}

/* footer area style-3  */
.footer-area-3 .triangle {
  top: -700px;
  right: 501px;
  width: 654px;
  height: 654px;
  position: absolute;
  filter: blur(50px);
  background-color: #FF481F;
  transform: rotate(40.81deg);
}
.footer-area-3 .footer-top-inner {
  gap: 20px;
  display: flex;
  padding-top: 90px;
  padding-bottom: 63px;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1199px) {
  .footer-area-3 .footer-top-inner {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-3 .footer-top-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.footer-area-3 .footer-top-inner .text .sub-title {
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
  position: relative;
  margin-left: 80px;
}
.footer-area-3 .footer-top-inner .text .sub-title::before {
  content: "";
  position: absolute;
  left: -80px;
  background: var(--white);
  height: 1px;
  width: 60px;
  top: 50%;
  transform: translate(0%, -50%);
}
.footer-area-3 .footer-top-inner .text .title {
  color: var(--white);
  font-family: var(--font_brico);
  font-size: 200px;
  font-style: normal;
  font-weight: 800;
  line-height: 200px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1399px) {
  .footer-area-3 .footer-top-inner .text .title {
    font-size: 180px;
    line-height: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-3 .footer-top-inner .text .title {
    font-size: 150px;
    line-height: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area-3 .footer-top-inner .text .title {
    font-size: 100px;
    line-height: 120px;
  }
}
@media (max-width: 575px) {
  .footer-area-3 .footer-top-inner .text .title {
    font-size: 70px;
    margin-top: 10px;
    line-height: 50px;
  }
}
.footer-area-3 .footer-top-inner .text .title span {
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
  margin-left: 114px;
  text-transform: lowercase;
}
@media only screen and (max-width: 1919px) {
  .footer-area-3 .footer-top-inner .text .title span {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-area-3 .footer-top-inner .text .title span {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-3 .footer-top-inner .text .title span {
    margin-left: 0px;
  }
}
@media (max-width: 575px) {
  .footer-area-3 .footer-top-inner .text .title span {
    font-size: 30px;
    line-height: 42px;
  }
}
.footer-area-3 .footer-top-inner .footer-socail ul {
  gap: 12px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .footer-area-3 .footer-top-inner .footer-socail ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .footer-area-3 .footer-top-inner .footer-socail ul {
    gap: 5px 20px;
  }
}
.footer-area-3 .footer-top-inner .footer-socail ul li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--white);
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  border-radius: 500px;
  justify-content: center;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-area-3 .footer-top-inner .footer-socail ul li a:hover {
  color: var(--primary);
  background: var(--white);
}
.footer-area-3 .footer-widget-wrapper-box {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .footer-area-3 .footer-widget-wrapper-box {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area-3 .footer-widget-wrapper-box {
    padding-bottom: 60px;
  }
}
.footer-area-3 .footer-widget-wrapper {
  display: grid;
  gap: 30px 195px;
  margin-top: 66px;
  grid-template-columns: 1fr auto auto auto;
  justify-content: space-between;
}
@media only screen and (max-width: 1919px) {
  .footer-area-3 .footer-widget-wrapper {
    gap: 30px 100px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-area-3 .footer-widget-wrapper {
    gap: 30px 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-3 .footer-widget-wrapper {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-3 .footer-widget-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .footer-area-3 .footer-widget-wrapper {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-3 .footer-widget-wrapper > *:nth-child(1) {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-3 .footer-widget-wrapper > *:nth-child(1) {
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .footer-area-3 .footer-widget-wrapper > *:nth-child(1) {
    grid-column: auto;
  }
}
.footer-area-3 .footer-widget-box .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 25px;
  color: var(--white);
  font-family: var(--font_brico);
  margin-bottom: 48px;
}
@media only screen and (max-width: 1199px) {
  .footer-area-3 .footer-widget-box .title {
    margin-bottom: 30px;
  }
}
.footer-area-3 .footer-widget-box.content {
  max-width: 483px;
}
@media only screen and (max-width: 767px) {
  .footer-area-3 .footer-widget-box.content {
    max-width: 100%;
  }
}
.footer-area-3 .footer-widget-box.content p {
  font-size: 20px;
  line-height: 30px;
  color: var(--white);
  margin-bottom: 35px;
}
.footer-area-3 .footer-nav-list li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-area-3 .footer-nav-list li a {
  color: #aaaaaa;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.footer-area-3 .footer-nav-list li a:hover {
  color: var(--action);
}
.footer-area-3 .copyright-area {
  position: relative;
}
.footer-area-3 .copyright-area::before {
  top: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  background: #f4ffd7;
}
.footer-area-3 .copyright-area::after {
  top: 15px;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  background: #FF481F;
}
.footer-area-3 .copyright-area .line-wrp::before {
  top: 30px;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  background: #CF300D;
}
.footer-area-3 .copyright-area-inner {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 37px 0;
  position: relative;
}
.footer-area-3 .copyright-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 35px;
}
@media only screen and (max-width: 991px) {
  .footer-area-3 .copyright-text {
    flex-wrap: wrap;
  }
}
.footer-area-3 .copyright-text .text {
  font-size: 18px;
  line-height: 28px;
  color: var(--white);
}
.footer-area-3 .copyright-text .text a:hover {
  color: var(--action);
}
.footer-area-3 .copyright-text .back {
  font-size: 18px;
  color: var(--white);
  text-decoration: underline;
  text-transform: uppercase;
}
.footer-area-3 .copyright-text .back:hover {
  color: var(--action);
}
.footer-area-3 .copyright-text .privacy-menu {
  display: flex;
  align-items: center;
  gap: 50px;
}
.footer-area-3 .copyright-text .privacy-menu li {
  position: relative;
}
.footer-area-3 .copyright-text .privacy-menu li:not(:last-child)::before {
  content: "//";
  position: absolute;
  right: 0;
  color: var(--white);
  top: 50%;
  transform: translate(30px, -50%);
}
.footer-area-3 .copyright-text .privacy-menu li a {
  font-size: 18px;
  color: var(--white);
  font-weight: 400;
  line-height: 28px;
}

/* footer area style-5  */
.footer-area-5 .footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  opacity: 8%;
}
.footer-area-5 .footer-widget__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  .footer-area-5 .footer-widget__content {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.footer-area-5 .footer-widget__content .text .title {
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  font-family: var(--font_dmsans);
}
@media only screen and (max-width: 767px) {
  .footer-area-5 .footer-widget__content .text .title {
    font-size: 45px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-5 .footer-widget__content .text .title {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .footer-area-5 .footer-widget__content .text .title {
    font-size: 35px;
  }
}
.footer-area-5 .footer-widget__content .socail-media {
  gap: 17px;
  display: flex;
  align-items: center;
}
.footer-area-5 .footer-widget__content .socail-media li a {
  width: 60.828px;
  height: 60.828px;
  display: flex;
  color: var(--primary);
  align-items: center;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  background: var(--white);
  transition: all 0.3s;
}
@media (max-width: 575px) {
  .footer-area-5 .footer-widget__content .socail-media li a {
    width: 45px;
    height: 45px;
  }
}
.footer-area-5 .footer-widget__content .socail-media li a:hover {
  background: #7F5BFF;
  color: var(--white);
}
.footer-area-5 .footer-widget-wrapper .footer-widget__info {
  padding: 60px 0;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .footer-area-5 .footer-widget-wrapper .footer-widget__info {
    flex-wrap: wrap;
  }
}
.footer-area-5 .footer-widget-wrapper .footer-widget__info-item .sub-title {
  color: #999;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
  display: inline-block;
  font-family: var(--font_dmsans);
}
.footer-area-5 .footer-widget-wrapper .footer-widget__info-item .title {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  font-family: var(--font_dmsans);
}
@media only screen and (max-width: 1399px) {
  .footer-area-5 .footer-widget-wrapper .footer-widget__info-item .title {
    font-size: 22px;
    line-height: 32px;
  }
}
.footer-area-5 .footer-widget-wrapper .footer-widget__info-item .title a:hover {
  color: var(--action);
}
.footer-area-5 .footer-widget-title {
  text-align: center;
  font-size: 176px;
  font-weight: 700;
  line-height: 200px;
  margin: 120px 0;
}
@media only screen and (max-width: 1919px) {
  .footer-area-5 .footer-widget-title {
    font-size: 140px;
    line-height: 140px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-area-5 .footer-widget-title {
    font-size: 120px;
    line-height: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-5 .footer-widget-title {
    margin: 80px 0;
    font-size: 80px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area-5 .footer-widget-title {
    margin: 45px 0;
    font-size: 70px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area-5 .footer-widget-title {
    font-size: 55px;
    line-height: 55px;
  }
}
.footer-area-5 .copyright-area .text {
  padding: 30px 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}

/* footer area style-8  */
.footer-area-8__inner {
  background: #101010;
  border-radius: 20px;
  margin: 0 30px;
}
.footer-area-8 .footer-widget-wrapper-box {
  padding-top: 120px;
  padding-bottom: 230px;
}
@media only screen and (max-width: 1199px) {
  .footer-area-8 .footer-widget-wrapper-box {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area-8 .footer-widget-wrapper-box {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.footer-area-8 .footer-widget-wrapper {
  display: grid;
  gap: 30px 137px;
  grid-template-columns: 1fr auto auto auto auto;
  justify-content: space-between;
}
@media only screen and (max-width: 1919px) {
  .footer-area-8 .footer-widget-wrapper {
    gap: 30px 100px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-area-8 .footer-widget-wrapper {
    gap: 30px 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-8 .footer-widget-wrapper {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-8 .footer-widget-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .footer-area-8 .footer-widget-wrapper {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-8 .footer-widget-wrapper > *:nth-child(1) {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-8 .footer-widget-wrapper > *:nth-child(1) {
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .footer-area-8 .footer-widget-wrapper > *:nth-child(1) {
    grid-column: auto;
  }
}
.footer-area-8 .footer-widget-box .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 25px;
  color: var(--white);
  font-family: var(--font_instrument);
  margin-bottom: 48px;
}
@media only screen and (max-width: 1199px) {
  .footer-area-8 .footer-widget-box .title {
    margin-bottom: 30px;
  }
}
.footer-area-8 .footer-widget-box.content {
  max-width: 359px;
}
@media only screen and (max-width: 767px) {
  .footer-area-8 .footer-widget-box.content {
    max-width: 100%;
  }
}
.footer-area-8 .footer-widget-box.content .logo {
  margin-bottom: 45px;
  display: block;
}
.footer-area-8 .footer-widget-box.content p {
  color: #aaa;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-family: var(--font_instrument);
}
.footer-area-8 .footer-nav-list li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-area-8 .footer-nav-list li a {
  color: #aaaaaa;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-family: var(--font_instrument);
}
.footer-area-8 .footer-nav-list li a:hover {
  color: #e3572b;
}
.footer-area-8 .copyright-text {
  margin-top: -87px;
  padding: 30px 0;
  margin-bottom: 30px;
  border-radius: 20px 20px 0px 0px;
  gap: 20px;
  background: #f1f1f1;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .footer-area-8 .copyright-text {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.footer-area-8 .copyright-text::before {
  content: "";
  background: radial-gradient(circle at 0 0, rgba(255, 0, 0, 0) 70%, #f1f1f1 70% 100%);
  position: absolute;
  left: -20px;
  width: 20px;
  height: 20px;
  bottom: 0;
  rotate: 0deg;
}
.footer-area-8 .copyright-text::after {
  content: "";
  background: radial-gradient(circle at 100% 0, rgba(0, 0, 0, 0) 70%, #f1f1f1 70% 100%);
  position: absolute;
  right: -20px;
  width: 20px;
  height: 20px;
  rotate: 0deg;
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  .footer-area-8 .copyright-text {
    flex-wrap: wrap;
  }
}
.footer-area-8 .copyright-text .text {
  color: #151515;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  font-family: var(--font_instrument);
}
.footer-area-8 .copyright-text .text a:hover {
  color: #e3572b;
}

.cta__content {
  max-width: 804px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cta__content .title {
  font-weight: 800;
  font-size: 100px;
  line-height: 100px;
  font-style: normal;
  text-align: center;
  margin-bottom: 35px;
  color: var(--primary);
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .cta__content .title {
    font-size: 80px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .cta__content .title {
    font-size: 61px;
    line-height: 61px;
  }
}
@media only screen and (max-width: 767px) {
  .cta__content .title {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .cta__content .title {
    font-size: 33px;
    line-height: 38px;
  }
}
.cta__content .title span {
  color: var(--blue);
}

/* .blog {
  background: #13132E;
} */
.blog .section__wrapper {
  margin-bottom: 90px;
}
@media only screen and (max-width: 991px) {
  .blog .section__wrapper {
    margin-bottom: 60px;
  }
}
.blog__item {
  padding: 25px;
  margin-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.blog__item:hover .blog-media img {
  transform: scale(1.1);
}
.blog-media {
  overflow: hidden;
}
.blog-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.blog-meta__list {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 25px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.blog-meta__list li {
  font-weight: 500;
  font-size: 16px;
  color: #aaaaaa;
  line-height: 26px;
  text-transform: uppercase;
}
.blog-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  font-style: normal;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1399px) {
  .blog-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .blog-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
.blog-title a:hover {
  color: var(--action);
}
.blog .read-more {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: var(--white);
  align-items: center;
  transition: all 0.3s;
  text-transform: uppercase;
  justify-content: space-between;
}
.blog .read-more span {
  width: 50px;
  height: 50px;
  display: flex;
  font-size: 15px;
  color: var(--black);
  align-items: center;
  transition: all 0.3s;
  background: var(--white);
  justify-content: center;
}
@media (max-width: 575px) {
  .blog .read-more span {
    width: 40px;
    height: 40px;
  }
}
.blog .read-more:hover {
  color: var(--action);
}
.blog .read-more:hover span {
  background: var(--action);
}

.bottom-button {
  gap: 10px;
  margin-top: 60px;
  border-radius: 0px 0 10px 10px;
}
.bottom-button a {
  font-family: "Bricolage Grotesque";
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}
.bottom-button a:hover {
  background: #c4f000;
  color: #161616;
}

.blog-3__top-title {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.blog-3__top-title .titile {
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  font-family: var(--font_dmsans);
}
.blog-3__top-title a {
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  font-family: var(--font_dmsans);
}
.blog-3__top-title a:hover {
  color: var(--action);
}
.blog-3__wrapper {
  gap: 30px;
  margin-top: 60px;
  display: grid;
  grid-template-columns: 661px 1fr 1fr;
}
@media only screen and (max-width: 1919px) {
  .blog-3__wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 1399px) {
  .blog-3__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .blog-3__wrapper {
    grid-template-columns: 1fr;
  }
}
.blog-3__item .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-3__item .content {
  background: #f3f1ed;
  padding: 35px;
  margin-top: 30px;
}
@media only screen and (max-width: 1399px) {
  .blog-3__item .content {
    padding: 35px 20px;
  }
}
.blog-3__item .content .sub-title {
  color: var(--primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 25px;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 575px) {
  .blog-3__item .content .sub-title {
    padding-left: 50px;
    font-size: 15px;
  }
}
.blog-3__item .content .sub-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: var(--black);
  width: 60px;
  height: 1px;
}
@media (max-width: 575px) {
  .blog-3__item .content .sub-title::before {
    width: 30px;
  }
}
.blog-3__item .content .titile {
  font-size: 30px;
  color: var(--black);
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 991px) {
  .blog-3__item .content .titile {
    font-size: 25px;
    line-height: 35px;
  }
}
.blog-3__item .content .titile a {
  transition: all 0.3s;
}
.blog-3__item .content .titile a:hover {
  color: var(--action);
}

.brand-slide .brand-slide__active .swiper-wrapper {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  justify-content: space-between;
  transition-timing-function: linear;
}
.brand-slide .brand-slide__active .swiper-wrapper .swiper-slide {
  width: auto;
}
.brand-slide__item {
  width: 270px;
  height: 270px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  background-color: var(--bg);
}
@media only screen and (max-width: 991px) {
  .brand-slide__item {
    width: 250px;
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-slide__item {
    width: 250px;
    height: 150px;
  }
}
.brand-slide__wrapper .title {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: var(--black);
  margin-bottom: 60px;
}

.brand-slide-2 .brand-slide-2__active-2 .swiper-wrapper {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  justify-content: space-between;
  transition-timing-function: linear;
}
.brand-slide-2 .brand-slide-2__active-2 .swiper-wrapper .swiper-slide {
  width: auto;
}
.brand-slide-2__subtitle {
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: var(--black);
  margin-bottom: 64px;
  font-family: var(--font_dmsans);
}
@media (max-width: 575px) {
  .brand-slide-2__subtitle {
    font-size: 21px;
    margin-bottom: 30px;
  }
}
.brand-slide-2__item {
  width: 330px;
  height: 330px;
  display: flex;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 991px) {
  .brand-slide-2__item {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-slide-2__item {
    width: 250px;
    height: 250px;
  }
}
.brand-slide-2__item-one {
  width: 296px;
  height: 200px;
  border-radius: 6px;
  background: var(--white);
}

.smooth-slide-transtion {
  transition-timing-function: linear;
}

.text-slide-7__area {
  background: #E3572B;
}
.text-slide-7__active-2 {
  border-bottom: 1px solid #202020;
  border-top: 1px solid #202020;
  padding: 45px 0;
}
.text-slide-7__item {
  color: #fff;
  font-family: var(--font_dmsans);
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px;
}
.text-slide-7__area .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
}

.brand-slide-3 .brand-slide-3__active .swiper-wrapper {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  justify-content: space-between;
  transition-timing-function: linear;
}
.brand-slide-3 .brand-slide-3__active .swiper-wrapper .swiper-slide {
  width: auto;
}
.brand-slide-3__item {
  width: 282px;
  height: 215px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #000;
}
@media only screen and (max-width: 991px) {
  .brand-slide-3__item {
    width: 250px;
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-slide-3__item {
    width: 250px;
    height: 150px;
  }
}
.brand-slide-3__wrapper .title {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: var(--black);
  margin-bottom: 60px;
}

.brand-slide-8 .brand-slide-8__active .swiper-wrapper {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  justify-content: space-between;
  transition-timing-function: linear;
}
.brand-slide-8 .brand-slide-8__active .swiper-wrapper .swiper-slide {
  width: auto;
}
.brand-slide-8__item {
  width: 258px;
  height: 258px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  background: var(--white);
}
@media only screen and (max-width: 991px) {
  .brand-slide-8__item {
    width: 250px;
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-slide-8__item {
    width: 250px;
    height: 150px;
  }
}
.brand-slide-8__wrapper .title {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: var(--black);
  margin-bottom: 60px;
}

.testimonial .section__wrapper {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .testimonial .section__wrapper {
    margin-bottom: 60px;
  }
}
.testimonial .section-sub__wrapper span {
  background-color: var(--black);
}
.testimonial .section__wrap {
  display: block;
}
.testimonial .section-title {
  color: var(--black);
}
@media only screen and (max-width: 991px) {
  .testimonial .section-title {
    font-size: 100px;
    line-height: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial .section-title {
    font-size: 75px;
    line-height: 85px;
  }
}
@media (max-width: 575px) {
  .testimonial .section-title {
    font-size: 43px;
    line-height: 50px;
  }
}
.testimonial__inner {
  display: flex;
  align-items: center;
  gap: 30px;
}
.testimonial__wrapper {
  gap: 30px;
  height: 536px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .testimonial__wrapper {
    height: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial__wrapper {
    height: 560px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial__wrapper {
    flex-direction: column;
    height: 100%;
  }
}
.testimonial__item {
  width: 140px;
  height: 100%;
  background: var(--bg);
  transition: width 0.5s;
  border-radius: 10px;
  display: flex;
  padding: 60px;
  overflow: hidden;
  gap: 175px;
}
@media only screen and (max-width: 1919px) {
  .testimonial__item {
    gap: 70px;
    width: 120px;
    padding: 40px;
  }
}
@media only screen and (max-width: 1399px) {
  .testimonial__item {
    gap: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial__item {
    width: 90px;
    padding: 30px 25px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial__item {
    width: 90px;
    padding: 30px 25px;
    gap: 20px;
    flex-direction: column;
  }
}
.testimonial__item.active {
  width: 1090px;
}
.testimonial__item.active .testimonial__content {
  display: block;
}
@media only screen and (max-width: 1919px) {
  .testimonial__item.active {
    width: 700px;
  }
}
@media only screen and (max-width: 1399px) {
  .testimonial__item.active {
    width: 550px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial__item.active {
    width: 450px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial__item.active {
    width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial__item.active {
    width: 100%;
    height: 100%;
  }
}
.testimonial__number span {
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  display: block;
  color: var(--black);
}
.testimonial__content {
  display: none;
}
@media only screen and (max-width: 991px) {
  .testimonial__content img {
    width: 50px;
  }
}
.testimonial__content .des {
  font-weight: 500;
  font-size: 36px;
  line-height: 46px;
  color: var(--black);
  font-family: var(--font_brico);
  margin-top: 45px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1919px) {
  .testimonial__content .des {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 1399px) {
  .testimonial__content .des {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial__content .des {
    font-size: 20px;
    margin-top: 30px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
.testimonial__author {
  display: flex;
  gap: 25px;
}
@media only screen and (max-width: 1199px) {
  .testimonial__author {
    display: block;
  }
}
.testimonial__author .media {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 500px;
}
.testimonial__author .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial__author h6 {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 5px;
  color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .testimonial__author h6 {
    font-size: 30px;
    line-height: 40px;
  }
}
.testimonial__author p {
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
}
.testimonial__arrow {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .testimonial__arrow {
    display: none;
  }
}
.testimonial__prev, .testimonial__next {
  width: 140px;
  height: 253px;
  background: #F7F7F7;
  display: flex;
  align-items: center;
  border-radius: 10px;
  font-size: 29px;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1399px) {
  .testimonial__prev, .testimonial__next {
    width: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial__prev, .testimonial__next {
    height: 235px;
  }
}
.testimonial__prev:hover, .testimonial__next:hover {
  background: var(--action);
  color: var(--black);
}

.about-us__inner {
  display: grid;
  grid-template-columns: 332px 1fr 318px;
}
@media only screen and (max-width: 1919px) {
  .about-us__inner {
    grid-template-columns: 200px 1fr 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-us__inner {
    grid-template-columns: 1fr;
  }
}
.about-us__sub-title span {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  border-radius: 90px;
  background: var(--white);
  color: var(--primary);
  padding: 5px 26px;
  display: inline-block;
}
.about-us__content {
  max-width: 1115px;
}
@media only screen and (max-width: 1199px) {
  .about-us__content {
    margin-top: 30px;
    max-width: 100%;
    order: 2;
  }
}
.about-us__content p {
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  text-indent: 270px;
  color: var(--black);
  margin-bottom: 35px;
  font-family: var(--font_brico);
}
@media only screen and (max-width: 1919px) {
  .about-us__content p {
    font-size: 37px;
    line-height: 50px;
    text-indent: 115px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-us__content p {
    text-indent: 0;
  }
}
@media only screen and (max-width: 991px) {
  .about-us__content p {
    font-size: 30px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .about-us__content p {
    font-size: 22px;
    line-height: 35px;
  }
}
.about-us__date {
  margin-left: auto;
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .about-us__date {
    margin-left: inherit;
    order: 1;
    margin-top: 20px;
  }
}

.about .about-inner {
  padding-top: 260px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .about .about-inner {
    padding-top: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .about .about-inner {
    padding-top: 180px;
  }
}
.about .shape {
  position: absolute;
  right: 132px;
}
@media only screen and (max-width: 991px) {
  .about .shape {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .about .shape {
    display: none;
  }
}
.about-wrapper {
  gap: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
@media (max-width: 575px) {
  .about-wrapper {
    flex-wrap: wrap;
  }
}
.about-wrapper .about-client {
  display: flex;
  align-items: center;
}
.about-wrapper .about-client img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  border-radius: 500px;
  outline: 1px solid #fff;
}
.about-wrapper .about-client img:not(:first-child) {
  margin-left: -27px;
}
.about-wrapper .about-text .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.about-wrapper .about-text p {
  font-size: 20px;
  line-height: 30px;
}
.about .title {
  font-size: 140px;
  line-height: 150px;
  font-weight: 700;
}
@media only screen and (max-width: 1919px) {
  .about .title {
    font-size: 120px;
    line-height: 130px;
  }
}
@media only screen and (max-width: 1399px) {
  .about .title {
    font-size: 95px;
    line-height: 110px;
  }
}
@media only screen and (max-width: 1199px) {
  .about .title {
    font-size: 70px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .about .title {
    font-size: 55px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .about .title {
    font-size: 45px;
    line-height: 44px;
  }
}
@media (max-width: 575px) {
  .about .title {
    font-size: 35px;
    line-height: 44px;
  }
}
.about .about-media {
  position: relative;
  margin-top: 130px;
}
@media only screen and (max-width: 991px) {
  .about .about-media {
    margin-top: 50px;
  }
}
.about .about-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .about-media .about-info {
  padding: 45px;
  background: #b3ec11;
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  top: -278px;
  right: 75px;
  width: 449px;
}
@media only screen and (max-width: 1919px) {
  .about .about-media .about-info {
    right: 50px;
    width: 400px;
  }
}
@media only screen and (max-width: 1199px) {
  .about .about-media .about-info {
    width: 360px;
    padding: 30px;
    top: -220px;
  }
}
@media only screen and (max-width: 991px) {
  .about .about-media .about-info {
    position: inherit;
    right: inherit;
    top: inherit;
    margin-bottom: 30px;
    margin-left: 30px;
  }
}
@media (max-width: 575px) {
  .about .about-media .about-info {
    width: 100%;
    margin-left: 0;
  }
}
.about .about-media .about-info .sub-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 15px;
}
.about .about-media .about-info .about-info-item {
  gap: 25px;
  display: flex;
  align-items: center;
  padding-top: 18px;
}
.about .about-media .about-info .about-info-item:not(:last-child) {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--black);
}
.about .about-media .about-info .about-info-item:first-of-type {
  padding-top: 0;
}
.about .about-media .about-info .about-info-item h4 {
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
  color: var(--black);
  font-family: var(--font_brico);
}
.about .about-media .about-info .about-info-item h4 .odometer.odometer-auto-theme,
.about .about-media .about-info .about-info-item h4 .odometer.odometer-theme-default {
  font-family: var(--font_brico);
  line-height: 1;
}
@media only screen and (max-width: 1919px) {
  .about .about-media .about-info .about-info-item h4 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1399px) {
  .about .about-media .about-info .about-info-item h4 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .about .about-media .about-info .about-info-item h4 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .about .about-media .about-info .about-info-item h4 {
    font-size: 35px;
    line-height: 40px;
  }
}
.about .about-media .about-info .about-info-item p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: var(--black);
  font-family: var(--font_brico);
}
@media (max-width: 575px) {
  .about .about-media .about-info .about-info-item p br {
    display: none;
  }
}

.portfolio {
  background: rgb(15, 15, 35);
}
.portfolio .section__wrapper {
  margin-bottom: 60px;
}
.portfolio .section__bottom {
  gap: 40px;
  display: flex;
  margin-top: 5px;
  align-items: baseline;
}
@media only screen and (max-width: 991px) {
  .portfolio .section__bottom {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
  }
}
.portfolio .section__bottom-title {
  font-style: normal;
  font-weight: 700;
  font-size: 200px;
  line-height: 200px;
  text-transform: uppercase;
  margin-left: auto;
}
@media only screen and (max-width: 1399px) {
  .portfolio .section__bottom-title {
    font-size: 170px;
    line-height: 170px;
  }
}
@media only screen and (max-width: 1199px) {
  .portfolio .section__bottom-title {
    font-size: 140px;
    line-height: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio .section__bottom-title {
    font-size: 120px;
    line-height: 130px;
    margin-left: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio .section__bottom-title {
    font-size: 100px;
    line-height: 110px;
  }
}
@media (max-width: 575px) {
  .portfolio .section__bottom-title {
    font-size: 60px;
    line-height: 75px;
  }
}
.portfolio .section__bottom-sub-title {
  font-size: 90px;
  margin-top: -11px;
  line-height: 90px;
  text-align: right;
  transform: translate(0px, -10px);
}
@media only screen and (max-width: 1199px) {
  .portfolio .section__bottom-sub-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio .section__bottom-sub-title {
    transform: translate(0px, 0px);
  }
}
@media (max-width: 575px) {
  .portfolio .section__bottom-sub-title {
    text-align: left;
    font-size: 40px;
    line-height: 50px;
  }
}
.portfolio-wrapper {
  display: grid;
  gap: 60px 60px;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1199px) {
  .portfolio-wrapper {
    gap: 40px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-wrapper {
    grid-template-columns: 1fr;
  }
}
.portfolio-wrapper > *.span-2 {
  grid-column: span 2;
}
@media only screen and (max-width: 991px) {
  .portfolio-wrapper > *.span-2 {
    grid-column: auto;
  }
}
.portfolio__item .thumb {
  overflow: hidden;
  position: relative;
}
.portfolio__item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.portfolio__item .thumb .tags {
  gap: 10px;
  top: 35px;
  right: 35px;
  padding: 6px 25px;
  position: absolute;
  align-items: center;
  border-radius: 90px;
  display: inline-flex;
  background: var(--white);
}
@media only screen and (max-width: 1199px) {
  .portfolio__item .thumb .tags {
    padding: 6px 20px;
  }
}
@media (max-width: 575px) {
  .portfolio__item .thumb .tags {
    gap: 0px 8px;
    top: inherit;
    right: inherit;
    flex-wrap: wrap;
    margin-top: 20px;
    position: inherit;
  }
}
.portfolio__item .thumb .tags li {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .portfolio__item .thumb .tags li {
    font-size: 16px;
  }
}
.portfolio__item .content {
  gap: 20px;
  display: flex;
  margin-top: 35px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .portfolio__item .content {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .portfolio__item .content {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.portfolio__item .content .title {
  font-size: 42px;
  line-height: 52px;
}
@media only screen and (max-width: 1199px) {
  .portfolio__item .content .title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 575px) {
  .portfolio__item .content .title {
    font-size: 29px;
    line-height: 40px;
  }
}
.portfolio__item .content .date {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  padding: 6px 28px;
  border-radius: 500px;
  white-space: nowrap;
  display: inline-flex;
  background-color: var(--white);
}
@media only screen and (max-width: 1199px) {
  .portfolio__item .content .date {
    padding: 6px 20px;
    font-size: 16px;
  }
}

.services {
  background: #F7F7F7;
}
.services .section__wrapper {
  margin-bottom: 90px;
}
.services .section-sub__wrapper span {
  background-color: var(--black);
}
.services .section__content p {
  color: #444444;
}
.services__item {
  gap: 178px;
  display: flex;
  padding-bottom: 35px;
  padding-top: 35px;
  border-top: 1px solid var(--black);
}
@media only screen and (max-width: 1919px) {
  .services__item {
    gap: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .services__item {
    gap: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .services__item {
    gap: 50px;
    flex-wrap: wrap;
  }
}
.services__item:last-child {
  border-bottom: 1px solid var(--black);
}
.services__item:hover .services__media img {
  height: 370px;
}
@media only screen and (max-width: 767px) {
  .services__item:hover .services__media img {
    height: 100%;
  }
}
.services__item:hover .services__content .des {
  display: block;
}
.services__item:hover .services__list {
  display: flex;
}
.services__content {
  min-width: 707px;
}
@media only screen and (max-width: 1399px) {
  .services__content {
    min-width: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .services__content {
    min-width: 100%;
  }
}
.services__content .title {
  font-size: 88px;
  line-height: 90px;
  color: var(--black);
  margin-bottom: 35px;
}
@media only screen and (max-width: 1399px) {
  .services__content .title {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .services__content .title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .services__content .title {
    font-size: 35px;
    line-height: 40px;
  }
}
.services__content .des {
  color: #444444;
  font-size: 18px;
  line-height: 28px;
  max-width: 519px;
  text-indent: 150px;
  margin-bottom: 35px;
  display: none;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 991px) {
  .services__content .des {
    display: block;
    text-indent: 0;
  }
}
.services__list {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.5s ease;
  display: none;
}
@media only screen and (max-width: 991px) {
  .services__list {
    display: flex;
    flex-wrap: wrap;
    align-items: self-start;
  }
}
.services__list li {
  font-size: 14px;
  font-weight: 700;
  padding: 5px 21px;
  line-height: 26px;
  color: var(--black);
  border-radius: 500px;
  text-transform: uppercase;
  border: 1px solid var(--black);
}
.services__media {
  width: 100%;
  height: 370px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.services__media img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  transition: height 0.5s ease;
}
@media only screen and (max-width: 991px) {
  .services__media img {
    height: 100%;
  }
}

.title-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.title-slider .swiper-wrapper .swiper-slide {
  width: auto;
}
.title-slider__active {
  margin-bottom: 35px;
}
.title-slider__title {
  gap: 35px;
  display: flex;
  font-size: 60px;
  line-height: 60px;
  color: var(--black);
  text-transform: uppercase;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .title-slider__title {
    gap: 20px;
    font-size: 40px;
    line-height: 40px;
  }
}
.title-slider__title img {
  border-radius: 90px;
  max-width: 190px;
}
@media only screen and (max-width: 1199px) {
  .title-slider__title img {
    max-width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .title-slider__title img {
    max-width: 100px;
  }
}

.experience__media {
  position: relative;
  overflow: hidden;
}
.experience__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.experience__card {
  z-index: 1;
  right: 65px;
  bottom: -1px;
  padding: 20px;
  max-width: 645px;
  position: absolute;
  background: #ffffff;
  border-radius: 10px 10px 0px 0px;
}
@media only screen and (max-width: 991px) {
  .experience__card {
    position: inherit;
    right: inherit;
  }
}
.experience__card-wrapper {
  gap: 30px;
  display: flex;
  padding: 35px 35px;
  border-radius: 10px;
  align-items: center;
  background-color: #fff826;
}
@media only screen and (max-width: 767px) {
  .experience__card-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .experience__card-wrapper {
    padding: 20px;
    gap: 10px;
  }
}
.experience__card-wrapper .number {
  color: #13132e;
  font-size: 90px;
  line-height: 90px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .experience__card-wrapper .number {
    font-size: 50px;
    line-height: 50px;
  }
}
.experience__card-wrapper p {
  color: #13132e;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--font_brico);
}
@media only screen and (max-width: 767px) {
  .experience__card-wrapper p {
    font-size: 15px;
    line-height: 20px;
  }
}

.counter__item {
  gap: 10px;
  padding: 40px 45px 45px;
  border-radius: 10px;
  border: 2px solid var(--white);
  background: #F7F7F7;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1399px) {
  .counter__item {
    padding: 40px 35px 45px;
  }
}
@media only screen and (max-width: 1199px) {
  .counter__item {
    padding: 30px 30px 30px;
  }
}
.counter__item h4 {
  font-size: 90px;
  font-weight: 700;
  line-height: 90px;
  color: var(--black);
  margin-bottom: 55px;
  font-family: var(--font_brico);
}
.counter__item h4 .odometer.odometer-auto-theme,
.counter__item h4 .odometer.odometer-theme-default {
  font-family: var(--font_brico);
  line-height: 1;
}
@media only screen and (max-width: 1399px) {
  .counter__item h4 {
    font-size: 70px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .counter__item h4 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .counter__item h4 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
.counter__item p {
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  text-align: right;
  color: var(--rr-text-body);
  font-family: var(--font_brico);
}
@media only screen and (max-width: 1199px) {
  .counter__item p {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .counter__item p {
    text-align: left;
    font-size: 20px;
  }
}

.tw-news-standard-wrapper .tw-news-grid-items {
  margin-bottom: 48px;
}
@media only screen and (max-width: 1199px) {
  .tw-news-standard-wrapper .tw-news-grid-items {
    margin-bottom: 30px;
  }
}
.tw-news-standard-wrapper .tw-news-grid-items .tw-news-image {
  overflow: hidden;
}
.tw-news-standard-wrapper .tw-news-grid-items .tw-news-image img {
  width: 100%;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.tw-news-standard-wrapper .tw-news-grid-items .tw-news-content .tw-date-list {
  display: flex;
  gap: 20px;
  margin-top: 24px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .tw-news-standard-wrapper .tw-news-grid-items .tw-news-content .tw-date-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.tw-news-standard-wrapper .tw-news-grid-items .tw-news-content .tw-date-list li {
  color: var(--white);
}
.tw-news-standard-wrapper .tw-news-grid-items .tw-news-content .tw-date-list li i {
  margin-right: 10px;
}
.tw-news-standard-wrapper .tw-news-grid-items .tw-news-content h3 {
  margin-bottom: 10px;
  font-size: 32px;
}
@media only screen and (max-width: 1399px) {
  .tw-news-standard-wrapper .tw-news-grid-items .tw-news-content h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .tw-news-standard-wrapper .tw-news-grid-items .tw-news-content h3 {
    font-size: 25px;
  }
}
.tw-news-standard-wrapper .tw-news-grid-items .tw-news-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--white);
  transition: all 0.3s ease;
}
.tw-news-standard-wrapper .tw-news-grid-items .tw-news-content h3 a:hover {
  color: var(--action);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--action) 0%, var(--action) 100%);
}
.tw-news-standard-wrapper .tw-news-grid-items .tw-news-content .btn-primary {
  margin-top: 20px;
}
.tw-news-standard-wrapper .tw-news-grid-items:hover .tw-news-image img {
  transform: scale3d(1.1, 1.1, 1);
}

.page-nav-wrap {
  margin-top: 60px;
}
@media only screen and (max-width: 1399px) {
  .page-nav-wrap {
    margin-top: 30px;
  }
}
.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: var(--white);
  border: 1px solid var(--white);
  color: var(--primary);
  border-radius: 100px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
}
.page-nav-wrap ul li .page-numbers.current {
  background: linear-gradient(180deg, #1539ee 0%, #2addc8 100%);
  color: var(--white);
  border-radius: 10px;
}
.page-nav-wrap ul li .page-numbers.style-2 {
  width: 110px;
  height: 48px;
  line-height: 45px;
  text-align: center;
  background-color: transparent;
  color: var(--white);
  border-radius: 100px;
  border: 1px solid var(--white);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
  color: var(--white);
  margin-left: 10px;
  transition: color 0.3s ease-in-out;
}
.page-nav-wrap ul li .page-numbers:hover {
  background: var(--action);
  color: var(--primary);
  border: 1px solid var(--action);
}
.page-nav-wrap ul li .page-numbers:hover i {
  color: var(--primary);
}

.insights .section-title-wrapper {
  margin-bottom: 90px;
}
@media only screen and (max-width: 991px) {
  .insights .section-title-wrapper {
    margin-bottom: 50px;
  }
}
.insights .section-title-wrapper .title {
  font-weight: 700;
  font-size: 200px;
  line-height: 200px;
  color: var(--primary);
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .insights .section-title-wrapper .title {
    font-size: 125px;
    line-height: 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .insights .section-title-wrapper .title {
    font-size: 104px;
    line-height: 104px;
  }
}
@media only screen and (max-width: 991px) {
  .insights .section-title-wrapper .title {
    font-size: 75px;
    line-height: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .insights .section-title-wrapper .title {
    font-size: 55px;
    line-height: 55px;
  }
}
@media (max-width: 575px) {
  .insights .section-title-wrapper .title {
    font-size: 40px;
    line-height: 45px;
  }
}
.insights .section-title-wrapper .title span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--primary);
}
.insights__item {
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid var(--primary);
  gap: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .insights__item {
    gap: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .insights__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.insights__item:first-child {
  border-top: 1px solid var(--primary);
}
.insights__item:hover .insights__media img {
  transform: scale(1.2);
}
.insights__media {
  overflow: hidden;
  border-radius: 10px;
  height: 264px;
  border-radius: 10px;
}
@media only screen and (max-width: 1399px), only screen and (max-width: 1919px) {
  .insights__media {
    min-width: 350px;
  }
}
@media only screen and (max-width: 1199px) {
  .insights__media {
    width: 100%;
  }
}
.insights__media img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  transition: all 0.3s;
}
@media only screen and (max-width: 1199px) {
  .insights__media img {
    width: 100%;
  }
}
.insights__content {
  max-width: 724px;
  margin-right: auto;
}
.insights__content .insight-list {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .insights__content .insight-list {
    margin-bottom: 20px;
  }
}
.insights__content .insight-list li {
  gap: 25px;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  align-items: center;
  color: var(--primary);
}
.insights__content .insight-list li span {
  padding: 2px 23px;
  border-radius: 500px;
  display: inline-block;
  border: 1px solid var(--primary);
}
.insights__content .meta-list {
  gap: 27px;
  display: flex;
  align-items: center;
}
.insights__content .meta-list li {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--primary);
}
.insights__content .title {
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 30px;
}
@media only screen and (max-width: 1399px) {
  .insights__content .title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .insights__content .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .insights__content .title {
    font-size: 25px;
    line-height: 35px;
  }
}
.insights__content .title a:hover {
  color: var(--blue);
}
.insights__btn .btn-primary {
  rotate: -51.5deg;
  white-space: nowrap;
}
@media only screen and (max-width: 1199px) {
  .insights__btn .btn-primary {
    rotate: 0deg;
  }
}

.working-process {
  background: var(--bg2);
}
.working-process__wrapper {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .working-process__wrapper {
    flex-direction: column;
  }
}
.working-process__item {
  max-width: 540px;
  padding: 35px 49px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid var(--white);
  background-color: var(--bg);
  transition: all 0.3s ease;
  position: relative;
}
@media only screen and (max-width: 1399px) {
  .working-process__item {
    padding: 35px 39px;
  }
}
.working-process__item:not(:first-child) {
  margin-left: -130px;
}
@media only screen and (max-width: 991px) {
  .working-process__item:not(:first-child) {
    margin-left: 0;
    margin-top: -100px;
    padding: 35px 30px;
  }
}
.working-process__item:hover {
  background-color: var(--white);
  z-index: 1;
}
.working-process__item span {
  font-size: 18px;
  color: var(--black);
  margin-bottom: 10px;
  display: inline-block;
  line-height: 28px;
}
.working-process__item .title {
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 60px;
}
@media only screen and (max-width: 1399px) {
  .working-process__item .title {
    font-size: 35px;
    line-height: 45px;
    color: var(--black);
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .working-process__item .title {
    font-size: 30px;
    line-height: 35px;
    color: var(--black);
    margin-bottom: 30px;
  }
}
.working-process__item p {
  font-size: 18px;
  color: var(--black);
  line-height: 28px;
}

.client-slider__item {
  background: var(--bg);
  border: 1px solid var(--white);
  padding: 45px;
  border-radius: 10px;
}
@media only screen and (max-width: 1399px) {
  .client-slider__item {
    padding: 45px 30px;
  }
}
@media (max-width: 575px) {
  .client-slider__item {
    padding: 30px 20px;
  }
}
.client-slider__item .icon {
  margin-bottom: 45px;
}
@media (max-width: 575px) {
  .client-slider__item .icon {
    margin-bottom: 30px;
  }
}
.client-slider__item p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: var(--black);
  max-width: 466px;
}
@media (max-width: 575px) {
  .client-slider__item p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    color: var(--black);
    max-width: 466px;
  }
}
.client-slider__item__author {
  gap: 25px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
}
@media (max-width: 575px) {
  .client-slider__item__author {
    margin-top: 30px;
  }
}
.client-slider__item__author .media {
  width: 75px;
  height: 75px;
  border-radius: 4px;
}
.client-slider__item__author .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.client-slider__item__author .text .name {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 5px;
}
.client-slider__item__author .text span {
  font-size: 18px;
  line-height: 28px;
  color: var(--black);
}
.client-slider .client-slider__dot {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  gap: 10px;
}
.client-slider .client-slider__dot .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  padding: 0;
  opacity: 1;
  display: flex;
  overflow: hidden;
  position: relative;
  margin: 0 !important;
  border-radius: 500px;
  background: transparent;
  border: 2px solid var(--black);
}
.client-slider .client-slider__dot .swiper-pagination-bullet:after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  top: calc(50% - 5px);
  background: transparent;
  border-radius: 500px;
  left: calc(50% - 5px);
}
.client-slider .client-slider__dot .swiper-pagination-bullet-active {
  border-color: var(--black);
}
.client-slider .client-slider__dot .swiper-pagination-bullet-active::after {
  background-color: var(--black);
}

.our-expertise-7 {
  background: var(--bg2);
}
.our-expertise-7 .section-title-wrapper {
  margin-bottom: 90px;
}
@media only screen and (max-width: 991px) {
  .our-expertise-7 .section-title-wrapper {
    margin-bottom: 50px;
  }
}
.our-expertise-7 .section-title-wrapper .title {
  font-weight: 700;
  font-size: 200px;
  line-height: 200px;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
}
@media only screen and (max-width: 1399px) {
  .our-expertise-7 .section-title-wrapper .title {
    font-size: 125px;
    line-height: 125px;
  }
}
@media only screen and (max-width: 1199px) {
  .our-expertise-7 .section-title-wrapper .title {
    font-size: 100px;
    line-height: 104px;
  }
}
@media only screen and (max-width: 991px) {
  .our-expertise-7 .section-title-wrapper .title {
    font-size: 75px;
    line-height: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .our-expertise-7 .section-title-wrapper .title {
    font-size: 55px;
    line-height: 55px;
  }
}
@media (max-width: 575px) {
  .our-expertise-7 .section-title-wrapper .title {
    font-size: 40px;
    line-height: 45px;
  }
}
.our-expertise-7 .section-title-wrapper .title span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--white);
}
.our-expertise-7 .our-expertise__top {
  display: grid;
  grid-template-columns: 536px 1fr auto;
  border-bottom: 1px solid #d5d0ce;
  padding-bottom: 35px;
}
@media only screen and (max-width: 1399px) {
  .our-expertise-7 .our-expertise__top {
    grid-template-columns: 430px 1fr auto;
  }
}
@media only screen and (max-width: 991px) {
  .our-expertise-7 .our-expertise__top {
    grid-template-columns: 330px 1fr auto;
  }
}
@media only screen and (max-width: 767px) {
  .our-expertise-7 .our-expertise__top {
    gap: 20px;
    grid-template-columns: auto;
  }
}
.our-expertise-7 .our-expertise__top span {
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
  padding-left: 15px;
  position: relative;
}
.our-expertise-7 .our-expertise__top span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 500px;
  background: var(--white);
  top: 50%;
  left: 0;
  transform: translate(0px, -50%);
}
.our-expertise-7 .our-expertise-item {
  gap: 30px;
  display: grid;
  cursor: pointer;
  padding-top: 35px;
  position: relative;
  padding-bottom: 35px;
  border-bottom: 1px solid #d5d0ce;
  grid-template-columns: 504px 350px 1fr;
}
@media only screen and (max-width: 1399px) {
  .our-expertise-7 .our-expertise-item {
    grid-template-columns: 400px 430px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .our-expertise-7 .our-expertise-item {
    grid-template-columns: 400px 1fr auto;
  }
}
@media only screen and (max-width: 991px) {
  .our-expertise-7 .our-expertise-item {
    grid-template-columns: 300px 1fr auto;
  }
}
@media only screen and (max-width: 767px) {
  .our-expertise-7 .our-expertise-item {
    grid-template-columns: 1fr;
    padding-bottom: 20px;
    gap: 5px;
  }
}
.our-expertise-7 .our-expertise-item:hover span,
.our-expertise-7 .our-expertise-item:hover .title {
  color: #b3ec11;
}
.our-expertise-7 .our-expertise-item span {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  display: inline-block;
  color: var(--white);
  letter-spacing: -0.7px;
  text-transform: uppercase;
  font-family: var(--font_bdogrotesk);
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.our-expertise-7 .our-expertise-item .title {
  z-index: 1;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  position: relative;
  color: var(--white);
  transition: all 0.3s;
}
.our-expertise-7 .our-expertise-item span {
  z-index: 1;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  position: relative;
  color: var(--white);
  margin-left: auto;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .our-expertise-7 .our-expertise-item span {
    margin-left: inherit;
  }
}
.our-expertise-7 .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 99;
  width: 350px;
  height: 370px;
  overflow: hidden;
  pointer-events: none;
  border-radius: 10px;
  will-change: transform;
  transform: translate(0%, 0%) scale(0);
}
.our-expertise-7 .hover-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  pointer-events: none;
}

.featured-product {
  background: #202022;
}
.featured-product__item:not(:last-child) {
  margin-bottom: 30px;
}
.featured-product__item .thumb {
  overflow: hidden;
  position: relative;
}
.featured-product__item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.featured-product__item .thumb .tags {
  gap: 10px;
  top: 35px;
  right: 35px;
  padding: 6px 25px;
  position: absolute;
  align-items: center;
  border-radius: 90px;
  display: inline-flex;
  background: var(--white);
}
@media only screen and (max-width: 1199px) {
  .featured-product__item .thumb .tags {
    padding: 6px 20px;
  }
}
@media (max-width: 575px) {
  .featured-product__item .thumb .tags {
    gap: 0px 8px;
    top: inherit;
    right: inherit;
    flex-wrap: wrap;
    margin-top: 20px;
    position: inherit;
  }
}
.featured-product__item .thumb .tags li {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .featured-product__item .thumb .tags li {
    font-size: 16px;
  }
}
.featured-product__item .title {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  position: absolute;
  left: 45px;
  bottom: 45px;
}
@media only screen and (max-width: 1199px) {
  .featured-product__item .title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 575px) {
  .featured-product__item .title {
    font-size: 24px;
    margin-top: 10px;
    line-height: 30px;
    position: inherit;
    bottom: inherit;
    left: inherit;
  }
}

.our-services .section-2__top {
  gap: 10px;
  display: flex;
  padding-bottom: 35px;
  border-bottom: 1px solid var(--black);
  justify-content: space-between;
}
@media (max-width: 575px) {
  .our-services .section-2__top {
    flex-wrap: wrap;
  }
}
.our-services .section-2__top h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: var(--black);
}
.our-services .section-2__top .left-sub-title {
  position: relative;
  padding-left: 20px;
}
.our-services .section-2__top .left-sub-title::before {
  top: 50%;
  left: 0;
  width: 10px;
  content: "";
  height: 10px;
  position: absolute;
  border-radius: 500px;
  background-color: var(--black);
  transform: translate(0px, -50%);
}
.our-services .section-2__bottom {
  max-width: 1137px;
  margin-left: auto;
  margin-top: 35px;
}
@media only screen and (max-width: 991px) {
  .our-services .section-2__bottom {
    max-width: 100%;
  }
}
.our-services .section-2__bottom .title {
  color: var(--black);
}
.our-services__item {
  display: grid;
  grid-template-columns: 1fr 820px;
  justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid var(--black);
}
.our-services__item:first-child {
  border-top: 1px solid var(--black);
}
@media only screen and (max-width: 1919px) {
  .our-services__item {
    grid-template-columns: 1fr 640px;
  }
}
@media only screen and (max-width: 1399px) {
  .our-services__item {
    grid-template-columns: 1fr 540px;
  }
}
@media only screen and (max-width: 1199px) {
  .our-services__item {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.our-services__item .title-wrapper .title {
  gap: 60px;
  display: flex;
  font-size: 90px;
  color: var(--black);
  line-height: 100px;
  align-items: center;
}
@media only screen and (max-width: 1919px) {
  .our-services__item .title-wrapper .title {
    gap: 40px;
    font-size: 70px;
  }
}
@media only screen and (max-width: 1399px) {
  .our-services__item .title-wrapper .title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .our-services__item .title-wrapper .title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .our-services__item .title-wrapper .title {
    font-size: 28px;
    line-height: 30px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.our-services__item .title-wrapper .title span {
  font-size: 20px;
}
.our-services__item .title-wrapper .title a:hover {
  color: var(--blue);
}
.our-services__item:hover .our-services__media .content {
  transform: translateY(0);
  opacity: 1;
}
.our-services__media {
  height: 295px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .our-services__media {
    height: 360px;
  }
}
.our-services__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.our-services__media .content {
  top: 30px;
  right: 30px;
  left: 30px;
  padding: 40px;
  text-align: center;
  position: absolute;
  border-radius: 10px;
  background: var(--bg);
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s;
}
@media only screen and (max-width: 1919px) {
  .our-services__media .content {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 1399px) {
  .our-services__media .content {
    padding: 30px 20px;
  }
}
@media (max-width: 575px) {
  .our-services__media .content {
    top: 10px;
    right: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
.our-services__media .content p {
  color: #444444;
  max-width: 519px;
  font-size: 18px;
  line-height: 28px;
  margin-left: auto;
  margin-right: auto;
  text-indent: 150px;
}
@media only screen and (max-width: 767px) {
  .our-services__media .content p {
    text-indent: 0px;
  }
}
@media (max-width: 575px) {
  .our-services__media .content p {
    font-size: 15px;
    line-height: 25px;
  }
}
.our-services__media .content ul {
  gap: 15px;
  display: flex;
  margin-top: 35px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .our-services__media .content ul {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1399px) {
  .our-services__media .content ul {
    gap: 10px;
    display: flex;
    margin-top: 30px;
  }
}
.our-services__media .content ul li {
  font-size: 14px;
  font-weight: 700;
  padding: 3px 25px;
  line-height: 26px;
  border-radius: 500px;
  text-transform: uppercase;
  border: 1px solid var(--black);
}
@media only screen and (max-width: 1399px) {
  .our-services__media .content ul li {
    font-size: 12px;
    font-weight: 700;
    padding: 3px 10px;
  }
}

.media-wrapper {
  overflow: hidden;
}
.media-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mission-statement__top {
  margin-bottom: 110px;
}
@media only screen and (max-width: 1399px) {
  .mission-statement__top {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .mission-statement__top {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .mission-statement__top {
    margin-bottom: 60px;
  }
}
.mission-statement__top .sub-title {
  font-size: 60px;
  line-height: 70px;
  color: #b3ec11;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1399px) {
  .mission-statement__top .sub-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .mission-statement__top .sub-title {
    font-size: 40px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .mission-statement__top .sub-title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .mission-statement__top .sub-title {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .mission-statement__top .sub-title svg {
    width: 12px;
  }
}
.mission-statement__item {
  gap: 0px 35px;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mission-statement__item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1199px) {
  .mission-statement__item {
    gap: 0px 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .mission-statement__item {
    padding: 20px 0;
  }
}
.mission-statement__item .title {
  font-size: 90px;
  line-height: 100px;
  font-weight: 600;
}
@media only screen and (max-width: 1919px) {
  .mission-statement__item .title {
    font-size: 65px;
    line-height: 75px;
  }
}
@media only screen and (max-width: 1399px) {
  .mission-statement__item .title {
    font-size: 55px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .mission-statement__item .title {
    font-size: 46px;
    line-height: 65px;
  }
}
@media only screen and (max-width: 991px) {
  .mission-statement__item .title {
    font-size: 40px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .mission-statement__item .title {
    font-size: 32px;
    line-height: 46px;
  }
}
@media (max-width: 575px) {
  .mission-statement__item .title {
    font-size: 28px;
    line-height: 46px;
  }
}
.mission-statement__item .title.has--border {
  gap: 35px;
  display: flex;
  font-weight: 400;
  border: 1px solid #b3ec11;
  border-radius: 90px;
  align-items: center;
  padding: 0px 35px;
}
@media only screen and (max-width: 1399px) {
  .mission-statement__item .title.has--border {
    gap: 20px;
    padding: 0px 20px;
  }
}
@media (max-width: 575px) {
  .mission-statement__item .title.has--border {
    padding: 0px 10px;
  }
}
.mission-statement__item .title.has--border span {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  background: #b3ec11;
  border-radius: 500px;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .mission-statement__item .title.has--border span {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .mission-statement__item .title.has--border span svg {
    width: 12px;
  }
}
.mission-statement__content {
  max-width: 1246px;
  margin-left: auto;
}
.mission-statement__content .description {
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  font-family: var(--font_brico);
  margin-bottom: 120px;
}
@media only screen and (max-width: 1399px) {
  .mission-statement__content .description {
    font-size: 40px;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .mission-statement__content .description {
    font-size: 33px;
    line-height: 45px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .mission-statement__content .description {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .mission-statement__content .description {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .mission-statement__content .description {
    font-size: 18px;
  }
}
.mission-statement__box {
  padding: 48px 60px;
  display: flex;
  align-items: center;
  background: var(--bg);
  border-radius: 10px;
  margin-bottom: 30px;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .mission-statement__box {
    padding: 40px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .mission-statement__box {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .mission-statement__box {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .mission-statement__box {
    padding: 10px 20px 20px;
  }
}
.mission-statement__box::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #3b4eff;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
}
@media (max-width: 575px) {
  .mission-statement__box::before {
    width: 10px;
    height: 10px;
    right: 10px;
    bottom: 10px;
  }
}
.mission-statement__box h2 {
  font-size: 200px;
  line-height: 200px;
  color: var(--black);
  font-weight: 700;
}
@media only screen and (max-width: 1399px) {
  .mission-statement__box h2 {
    font-size: 170px;
    line-height: 180px;
  }
}
@media only screen and (max-width: 1199px) {
  .mission-statement__box h2 {
    font-size: 120px;
    line-height: 130px;
  }
}
@media only screen and (max-width: 991px) {
  .mission-statement__box h2 {
    font-size: 90px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .mission-statement__box h2 {
    font-size: 70px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .mission-statement__box h2 {
    font-size: 60px;
    line-height: 80px;
  }
}
.mission-statement__box h2 .odometer.odometer-auto-theme,
.mission-statement__box h2 .odometer.odometer-theme-default {
  font-family: var(--font_brico);
  line-height: 1;
}
.mission-statement__box p {
  color: var(--black);
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  max-width: 390px;
  text-indent: 105px;
  font-family: var(--font_brico);
}
@media only screen and (max-width: 991px) {
  .mission-statement__box p {
    text-indent: 0px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .mission-statement__box p {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .mission-statement__box p {
    font-size: 18px;
    line-height: 28px;
  }
}
.mission-statement__wrapper {
  gap: 30px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .mission-statement__wrapper {
    flex-wrap: wrap;
  }
}
.mission-statement__wrapper .item-box {
  padding: 54px 60px;
  background: var(--bg);
  border-radius: 10px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .mission-statement__wrapper .item-box {
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .mission-statement__wrapper .item-box {
    padding: 20px 40px 30px;
  }
}
@media (max-width: 575px) {
  .mission-statement__wrapper .item-box {
    padding: 10px 20px 20px;
  }
}
.mission-statement__wrapper .item-box::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: var(--secondary);
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
}
@media (max-width: 575px) {
  .mission-statement__wrapper .item-box::before {
    width: 10px;
    height: 10px;
    right: 10px;
    bottom: 10px;
  }
}
.mission-statement__wrapper .item-box h4 {
  font-size: 100px;
  line-height: 100px;
  color: var(--black);
  font-weight: 700;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1399px) {
  .mission-statement__wrapper .item-box h4 {
    font-size: 90px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1399px) {
  .mission-statement__wrapper .item-box h4 {
    font-size: 70px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .mission-statement__wrapper .item-box h4 {
    font-size: 60px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .mission-statement__wrapper .item-box h4 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .mission-statement__wrapper .item-box h4 {
    font-size: 40px;
    line-height: 60px;
  }
}
.mission-statement__wrapper .item-box h4 .odometer.odometer-auto-theme,
.mission-statement__wrapper .item-box h4 .odometer.odometer-theme-default {
  font-family: var(--font_brico);
  line-height: 1;
}
.mission-statement__wrapper .item-box p {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  color: var(--black);
  text-align: right;
  font-family: var(--font_brico);
}
@media only screen and (max-width: 1199px) {
  .mission-statement__wrapper .item-box p {
    text-align: left;
  }
}
@media only screen and (max-width: 1199px) {
  .mission-statement__wrapper .item-box p {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .mission-statement__wrapper .item-box p {
    font-size: 18px;
    line-height: 25px;
  }
}

.text-slider-2 .text-slider-2__wrapper {
  padding-top: 45px;
  padding-bottom: 45px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.text-slider-2 .text-slider-2__active .swiper-wrapper {
  display: flex;
  -moz-column-gap: 200px;
       column-gap: 200px;
  align-items: center;
  justify-content: space-between;
  transition-timing-function: linear;
}
@media only screen and (max-width: 1399px) {
  .text-slider-2 .text-slider-2__active .swiper-wrapper {
    -moz-column-gap: 150px;
         column-gap: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .text-slider-2 .text-slider-2__active .swiper-wrapper {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .text-slider-2 .text-slider-2__active .swiper-wrapper {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .text-slider-2 .text-slider-2__active .swiper-wrapper {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.text-slider-2 .text-slider-2__active .swiper-wrapper .swiper-slide {
  width: auto;
}
.text-slider-2__item h5 {
  font-size: 30px;
  line-height: 30px;
}

.hero-2 .hero-2-bg {
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-2 .hero-2__inner {
  padding-top: 250px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1399px) {
  .hero-2 .hero-2__inner {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-2 .hero-2__inner {
    padding-top: 150px;
    padding-bottom: 60px;
  }
}
.hero-2__content {
  margin-left: 100px;
}
@media only screen and (max-width: 1919px) {
  .hero-2__content {
    margin-left: 0;
  }
}
.hero-2 .hero-2-title-wrapper {
  margin-bottom: 15px;
  display: flex;
  gap: 145px;
  align-items: center;
}
@media only screen and (max-width: 1399px) {
  .hero-2 .hero-2-title-wrapper {
    gap: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-2 .hero-2-title-wrapper {
    gap: 50px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-2-title-wrapper {
    gap: 20px;
  }
}
.hero-2 .hero-2-title-wrapper .title {
  font-size: 400px;
  font-weight: 700;
  line-height: 300px;
}
@media only screen and (max-width: 1919px) {
  .hero-2 .hero-2-title-wrapper .title {
    font-size: 350px;
    line-height: 280px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-2 .hero-2-title-wrapper .title {
    font-size: 300px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-2 .hero-2-title-wrapper .title {
    font-size: 250px;
    line-height: 260px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-2 .hero-2-title-wrapper .title {
    font-size: 200px;
    line-height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-2 .hero-2-title-wrapper .title {
    font-size: 160px;
    line-height: 160px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-2-title-wrapper .title {
    font-size: 100px;
    line-height: 100px;
  }
}
.hero-2 .hero-2-title-wrapper .video {
  width: 210px;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  background-color: var(--white);
}
@media only screen and (max-width: 1399px) {
  .hero-2 .hero-2-title-wrapper .video {
    width: 170px;
    height: 170px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-2 .hero-2-title-wrapper .video {
    width: 140px;
    height: 140px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-2 .hero-2-title-wrapper .video {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-2-title-wrapper .video {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-2 .hero-2-title-wrapper .video img {
    max-width: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-2 .hero-2-title-wrapper .video img {
    max-width: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-2 .hero-2-title-wrapper .video img {
    max-width: 70px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-2-title-wrapper .video img {
    max-width: 45px;
  }
}
.hero-2 .hero-2-wrapper {
  display: flex;
  gap: 60px;
  align-items: center;
}
@media only screen and (max-width: 1399px) {
  .hero-2 .hero-2-wrapper {
    gap: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-2 .hero-2-wrapper {
    flex-wrap: wrap;
  }
}
.hero-2 .hero-2-wrapper p {
  font-size: 20px;
  line-height: 30px;
  max-width: 356px;
  text-indent: 148px;
}
@media only screen and (max-width: 991px) {
  .hero-2 .hero-2-wrapper p {
    order: 2;
    max-width: 100%;
    text-indent: 0;
  }
}
.hero-2 .hero-2-wrapper .sub-title {
  font-size: 200px;
  line-height: 200px;
  font-weight: 700;
}
@media only screen and (max-width: 1919px) {
  .hero-2 .hero-2-wrapper .sub-title {
    font-size: 150px;
    line-height: 160px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-2 .hero-2-wrapper .sub-title {
    font-size: 120px;
    line-height: 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-2 .hero-2-wrapper .sub-title {
    font-size: 95px;
    line-height: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-2 .hero-2-wrapper .sub-title {
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .hero-2 .hero-2-wrapper .sub-title {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-2-wrapper .sub-title {
    font-size: 45px;
    line-height: 50px;
  }
}

.approach__content-item:not(:last-child) {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .approach__content-item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.approach__content-item .title-wrapper {
  padding-bottom: 35px;
  border-bottom: 1px solid var(--black);
}
.approach__content-item .title-wrapper .title {
  font-size: 20px;
  font-weight: 700;
  padding-left: 20px;
  color: var(--black);
  position: relative;
}
.approach__content-item .title-wrapper .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: var(--black);
  width: 10px;
  height: 10px;
  border-radius: 500px;
  transform: translate(0px, -50%);
}
.approach__content-item .description {
  margin-top: 60px;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  color: var(--black);
  font-family: var(--font_brico);
  max-width: 1246px;
  margin-left: auto;
}
@media only screen and (max-width: 1199px) {
  .approach__content-item .description {
    margin-top: 30px;
    font-size: 30px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .approach__content-item .description {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .approach__content-item .description {
    font-size: 18px;
  }
}
.approach .approach-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .approach .approach-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .approach .approach-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .approach .approach-wrapper {
    grid-template-columns: 1fr;
  }
}
.approach .approach-wrapper .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-video .media {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.about-video .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-video .video {
  width: 210px;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  background-color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1399px) {
  .about-video .video {
    width: 170px;
    height: 170px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-video .video {
    width: 140px;
    height: 140px;
  }
}
@media only screen and (max-width: 991px) {
  .about-video .video {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 575px) {
  .about-video .video {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-video .video img {
    max-width: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-video .video img {
    max-width: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .about-video .video img {
    max-width: 70px;
  }
}
@media (max-width: 575px) {
  .about-video .video img {
    max-width: 45px;
  }
}

.our-team__item {
  margin-bottom: 30px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.our-team__item:hover .content {
  transform: translateY(0%);
}
.our-team__item .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-team__item .content {
  width: 100%;
  height: 100%;
  padding: 45px;
  position: absolute;
  background: #3b4eff;
  transition: all 0.6s;
  transform: translateY(100%);
}
@media only screen and (max-width: 1399px) {
  .our-team__item .content {
    padding: 30px;
  }
}
.our-team__item .content p {
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (max-width: 1399px) {
  .our-team__item .content p br {
    display: none;
  }
}
.our-team__item .content .title {
  margin-top: auto;
  font-size: 52px;
  line-height: 62px;
  font-weight: 700;
  position: absolute;
  left: 45px;
  bottom: 45px;
}
@media only screen and (max-width: 1399px) {
  .our-team__item .content .title {
    left: 30px;
    bottom: 30px;
  }
  .our-team__item .content .title br {
    display: none;
  }
}
@media (max-width: 575px) {
  .our-team__item .content .title {
    font-size: 30px;
    line-height: 30px;
  }
}
.our-team__item .content .socail {
  gap: 15px;
  right: -200px;
  rotate: -90deg;
  bottom: 285px;
  display: flex;
  position: absolute;
}
@media only screen and (max-width: 1919px) {
  .our-team__item .content .socail {
    rotate: 0deg;
    right: inherit;
    top: 125px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1399px) {
  .our-team__item .content .socail {
    top: 100px;
    position: inherit;
  }
}
@media (max-width: 575px) {
  .our-team__item .content .socail {
    top: 80px;
  }
}
.our-team__item .content .socail li a {
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  position: relative;
  color: var(--white);
  padding: 5.5px 10px;
  padding-left: 30px;
  transition: all 0.3s;
  border-radius: 500px;
  text-transform: uppercase;
  border: 1px solid var(--white);
}
.our-team__item .content .socail li a:hover {
  background: var(--white);
  color: var(--black);
}
.our-team__item .content .socail li a:hover::before {
  background-color: var(--black);
}
.our-team__item .content .socail li a::before {
  content: "";
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  position: absolute;
  transition: all 0.3s;
  border-radius: 500px;
  background-color: var(--white);
  transform: translate(15px, -50%);
}

.breadcrumb {
  margin: 0;
  padding: 0;
}
.breadcrumb__content {
  padding-top: 250px;
}
@media only screen and (max-width: 991px) {
  .breadcrumb__content {
    padding-top: 230px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb__content {
    padding-top: 180px;
  }
}
@media (max-width: 575px) {
  .breadcrumb__content {
    padding-top: 160px;
  }
}
.breadcrumb__content .title {
  font-size: 200px;
  font-weight: 700;
  line-height: 200px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .breadcrumb__content .title {
    font-size: 170px;
    line-height: 170px;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb__content .title {
    font-size: 130px;
    line-height: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb__content .title {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 575px) {
  .breadcrumb__content .title {
    font-size: 60px;
    line-height: 60px;
  }
}
.breadcrumb__content p {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  font-family: var(--font_brico);
}
@media only screen and (max-width: 767px) {
  .breadcrumb__content p {
    font-size: 20px;
    line-height: 30px;
  }
}
.breadcrumb__menu {
  gap: 10px 20px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
}
.breadcrumb__menu ul {
  gap: 35px;
  display: flex;
  align-items: center;
}
.breadcrumb__menu ul li {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  position: relative;
  color: var(--white);
}
.breadcrumb__menu ul li:after {
  position: absolute;
  margin-left: 14px;
  content: "\f7a5";
  font-family: var(--font_awesome);
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  rotate: 20deg;
  line-height: 20px;
  transform: translate(0, 34%);
}
.breadcrumb__menu ul li a:hover {
  color: var(--action);
}
.breadcrumb__menu ul li.active {
  color: var(--action);
}
.breadcrumb__menu ul li.active:after {
  display: none;
}
.breadcrumb .scroll-down h6 a {
  gap: 10px;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  align-items: center;
  transition: all 0.3s;
}
.breadcrumb .scroll-down h6 a:hover {
  color: var(--action);
}

.choose-us .title {
  font-size: 140px;
  line-height: 150px;
  text-align: center;
  margin-bottom: 90px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1399px) {
  .choose-us .title {
    font-size: 120px;
    line-height: 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .choose-us .title {
    font-size: 100px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .choose-us .title {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .choose-us .title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .choose-us .title {
    font-size: 35px;
    line-height: 35px;
  }
}
.choose-us__item {
  padding: 60px;
  background: #fffbf5;
  border-radius: 10px;
}
@media only screen and (max-width: 1399px) {
  .choose-us__item {
    padding: 30px;
  }
}
.choose-us__item span {
  font-size: 52px;
  line-height: 62px;
  font-weight: 300;
  color: var(--black);
  font-family: var(--font_brico);
  display: inline-block;
  margin-bottom: 25px;
}
.choose-us__item .sub-title {
  font-size: 52px;
  line-height: 62px;
  color: var(--black);
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1399px) {
  .choose-us__item .sub-title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .choose-us__item .sub-title {
    font-size: 30px;
    line-height: 30px;
  }
}
.choose-us__item .description {
  font-size: 18px;
  line-height: 28px;
  color: var(--black);
}
.choose-us__slider__arrow {
  gap: 30px;
  display: flex;
  margin-top: 60px;
  justify-content: center;
}
.choose-us__slider__arrow-prev, .choose-us__slider__arrow-next {
  width: 60px;
  height: 60px;
  border: 1px solid var(--white);
  border-radius: 500px;
}
.choose-us__slider__arrow-prev:hover, .choose-us__slider__arrow-next:hover {
  border-color: var(--action);
}
.choose-us__slider__arrow-prev:hover svg [stroke=white], .choose-us__slider__arrow-next:hover svg [stroke=white] {
  stroke: var(--action);
}

.branding-identity .branding-identity-inner {
  text-align: center;
  padding-top: 250px;
}
@media only screen and (max-width: 991px) {
  .branding-identity .branding-identity-inner {
    padding-top: 230px;
  }
}
@media only screen and (max-width: 767px) {
  .branding-identity .branding-identity-inner {
    padding-top: 160px;
  }
}
.branding-identity .title {
  font-size: 100px;
  line-height: 110px;
  font-weight: 700;
  margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  .branding-identity .title {
    font-size: 80px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .branding-identity .title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .branding-identity .title {
    font-size: 35px;
    line-height: 35px;
  }
}
.branding-identity__list {
  gap: 10px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.branding-identity__list li {
  border-radius: 500px;
  border: 1px solid var(--white);
  padding: 4px 25px;
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  line-height: 26px;
}
@media only screen and (max-width: 767px) {
  .branding-identity__list li {
    padding: 4px 15px;
  }
}

.services-slider .media {
  position: relative;
}
.services-slider .media img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-slider__arrow {
  gap: 30px;
  display: flex;
  justify-content: space-between;
}
.services-slider__arrow-prev, .services-slider__arrow-next {
  width: 60px;
  height: 60px;
  transition: all 0.3s;
  background: var(--white);
  border-radius: 500px;
}
@media (max-width: 575px) {
  .services-slider__arrow-prev, .services-slider__arrow-next {
    width: 40px;
    height: 40px;
    font-size: 10px;
  }
}
.services-slider__arrow-prev:hover, .services-slider__arrow-next:hover {
  background: var(--action);
}
.services-slider__arrow-next {
  top: 50%;
  z-index: 2;
  right: 35px;
  position: absolute;
  transform: translate(0px, -50%);
}
@media (max-width: 575px) {
  .services-slider__arrow-next {
    right: 10px;
  }
}
.services-slider__arrow-prev {
  top: 50%;
  left: 35px;
  z-index: 2;
  position: absolute;
  transform: translate(0px, -50%);
}
@media (max-width: 575px) {
  .services-slider__arrow-prev {
    left: 10px;
  }
}

.services-details__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  margin-top: 60px;
}
.services-details__content .title {
  font-size: 52px;
  line-height: 62px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .services-details__content .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .services-details__content .title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .services-details__content .title {
    font-size: 25px;
    line-height: 35px;
  }
}
.services-details__content .sub-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .services-details__content .sub-title {
    font-size: 18px;
  }
}
.services-details__content .description {
  color: #aaaaaa;
  font-size: 18px;
  line-height: 28px;
}
.services-details__item:not(:last-child) {
  margin-bottom: 60px;
}
.services-details__item .list {
  margin-top: 35px;
}
.services-details__item .list li {
  list-style: none;
  color: #aaaaaa;
  position: relative;
  font-size: 18px;
  padding-left: 25px;
  line-height: 28px;
}
.services-details__item .list li:not(:last-child) {
  margin-bottom: 25px;
}
.services-details__item .list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 500px;
  background: #aaaaaa;
  transform: translate(0px, -50%);
}
@media (max-width: 575px) {
  .services-details__item .list li::before {
    top: 25%;
  }
}

.video-services .media {
  position: relative;
}
.video-services .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-services .popup-video {
  top: 50%;
  left: 50%;
  display: flex;
  height: 150px;
  width: 150px;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  background: var(--white);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 991px) {
  .video-services .popup-video {
    width: 120px;
    height: 120px;
  }
}

.video__pagination {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  align-items: center;
  justify-content: center;
}
.video__pagination a {
  gap: 5px;
  width: 200px;
  height: 200px;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: var(--white);
  align-items: center;
  border-radius: 500px;
  transition: all 0.3s;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--white);
}
@media only screen and (max-width: 991px) {
  .video__pagination a {
    width: 150px;
    height: 150px;
  }
}
.video__pagination a:hover {
  border-color: transparent;
  background: #b3ec11;
  color: var(--black);
}
.video__pagination a:hover svg [stroke=white] {
  stroke: var(--black);
}

.contact-info-area .section-title-wrapper {
  max-width: 1352px;
  margin: 0 auto;
}
.contact-info-area .section-title-wrapper .title {
  font-weight: 700;
  font-size: 52px;
  line-height: 62px;
  color: var(--white);
  text-indent: 366px;
}
@media only screen and (max-width: 991px) {
  .contact-info-area .section-title-wrapper .title {
    font-size: 40px;
    line-height: 50px;
    text-indent: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-info-area .section-title-wrapper .title {
    font-size: 30px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .contact-info-area .section-title-wrapper .title {
    font-size: 20px;
    line-height: 30px;
  }
}
.contact-info__item {
  display: grid;
  padding: 45px 0;
  grid-template-columns: 646px 1fr auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.contact-info__item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1919px) {
  .contact-info__item {
    grid-template-columns: 446px 1fr auto;
  }
}
@media only screen and (max-width: 1399px) {
  .contact-info__item {
    grid-template-columns: 346px 1fr auto;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-info__item {
    grid-template-columns: 246px 1fr auto;
  }
}
@media only screen and (max-width: 991px) {
  .contact-info__item {
    grid-template-columns: 1fr;
    padding: 30px 0;
  }
}
.contact-info-widget h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  color: var(--white);
}
.contact-info-widget-link h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  color: var(--white);
}
@media (max-width: 575px) {
  .contact-info-widget-link h5 {
    font-size: 20px;
    line-height: 30px;
  }
}
.contact-info-widget-link h5 a {
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .contact-info-widget-link h5 a br {
    display: none;
  }
}
.contact-info-widget-link h5 a:hover {
  color: #b3ec11;
}

.contact-wrapper {
  background: #282828;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #282828;
  box-shadow: inset -10px 0px 10px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.contact-thumb {
  width: 100%;
  height: 100%;
}
.contact-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 10px 10px 0px;
}

.contact-us__area .contact-us__form-wrapper {
  border-radius: 20px;
  padding: 47px 27px 0px 60px;
  width: 100%;
  max-width: 905px;
  margin: 0 auto;
  z-index: 9999;
}
.contact-us__area .contact-us__form-wrapper .title {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 52px;
  line-height: 62px;
  color: var(--white);
}
@media only screen and (max-width: 1399px) {
  .contact-us__area .contact-us__form-wrapper .title {
    font-size: 31px;
    line-height: 55px;
  }
}
@media (max-width: 575px) {
  .contact-us__area .contact-us__form-wrapper {
    padding: 20px;
  }
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__input input {
  position: relative;
  margin-left: 0;
  color: var(--white);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #282828;
  box-shadow: inset -10px 0px 10px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  margin-bottom: 22px;
  padding: 21px 12px 21px 25px;
  border-radius: 10px;
  font-style: normal;
  outline: none;
  width: 100%;
  border: none;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__input input::-moz-placeholder {
  font-family: --font_dmsans;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #aaaaaa;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__input input::placeholder {
  font-family: --font_dmsans;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #aaaaaa;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__textarea {
  position: relative;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea {
  color: white;
  margin-top: 5px;
  height: 190px;
  margin-left: 0;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #282828;
  box-shadow: inset -10px 0px 10px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 21px 12px 21px 25px;
  border-radius: 10px;
  width: 100%;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea::-moz-placeholder {
  opacity: 0.6;
  font-family: --font_dmsans;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #aaaaaa;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea::placeholder {
  opacity: 0.6;
  font-family: --font_dmsans;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #aaaaaa;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea:hover, .contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea:focus {
  outline: none;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .rr-btn {
  max-width: 100%;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .rr-btn-3 {
  margin-top: 20px;
  padding: 17px 22px;
  width: none;
}

.error-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575px) {
  .error-img img {
    font-size: 53px;
    max-width: 100%;
  }
}
.error-content {
  margin-top: 20px;
}
.error-content h2 {
  font-family: var(--font_brico);
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 62px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 7px;
}
.error-content p {
  font-family: var(--font_dmsans);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: var(--white);
}

.text-slider {
  background: #B3DE4F;
  padding: 35px 0;
}
.text-slide {
  position: relative;
  margin-right: 55px;
}
.text-slide h2 {
  position: relative;
  font-family: var(--font_brico);
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 62px;
  color: var(--black);
}
@media only screen and (max-width: 767px) {
  .text-slide h2 {
    font-size: 40px;
  }
}
.text-slide::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: -26px;
  top: 21px;
  background: var(--black);
  border-radius: 100px;
}
.text-slide-2 h2 {
  color: #fff;
}
.text-slide-2::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: -26px;
  top: 21px;
  background: #fff;
  border-radius: 100px;
}

.test-slider {
  background: #3b4eff;
  padding: 35px 0;
}

.slide-transtion {
  transition-timing-function: linear;
}

.tpcauses-text-slider-active .swiper-slide {
  width: auto;
  display: block;
}

.faq-area .section-2__bottom {
  max-width: 1280px;
}
.faq-area .section-2__bottom .title {
  text-indent: 263px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .faq-area .section-2__bottom .title {
    text-indent: 0px;
  }
}

.faq-content {
  max-width: 1280px;
  margin-left: auto;
}
.faq-content .rr-accordion-item {
  border-bottom: 1px solid white;
}
.faq-content .rr-accordion-button {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  width: 100%;
  text-align: left;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  align-items: end;
}
.faq-content .rr-accordion-button .number {
  font-family: var(--font_brico);
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  display: block;
  line-height: 28px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .faq-content .rr-accordion-button .number {
    font-size: 16px;
  }
}
.faq-content .rr-accordion-button .number .title {
  font-family: var(--font_brico);
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
  color: #ffffff;
  cursor: pointer;
  margin-left: 54px;
}
@media only screen and (max-width: 767px) {
  .faq-content .rr-accordion-button .number .title {
    font-size: 22px;
    margin-left: 20px;
  }
}
.faq-content .rr-accordion-button .icon i {
  font-size: 18px;
  transform: rotate(-130deg);
}
.faq-content .rr-accordion-button-2 {
  border-top: 1px solid white;
}
.faq-content .rr-accordion-button.collapsed .icon {
  transform: rotate(70deg);
}
.faq-content .rr-accordion-body {
  margin-left: 95px;
}
@media only screen and (max-width: 767px) {
  .faq-content .rr-accordion-body {
    margin-left: 0;
  }
}
.faq-content .rr-accordion-body .desc {
  font-family: var(--font_dmsans);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #aaaaaa;
  margin-bottom: 30px;
}

.pricing {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
}
.pricing-content {
  background: #090909;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 30px 30px 25px 30px;
  margin: 20px;
}
.pricing-content p {
  margin-top: 22px;
  font-family: var(--font_dmsans);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--white);
}
.pricing-badge {
  background: var(--black);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 90px;
  padding: 7px 29px;
  display: inline-block;
  margin-bottom: 20px;
}
.pricing-badge span {
  font-family: var(--font_dmsans);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: var(--white);
}
.pricing-price {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pricing-price h2 {
  font-family: var(--font_brico);
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 82px;
  color: var(--white);
}
@media (max-width: 575px) {
  .pricing-price h2 {
    font-size: 53px;
  }
}
.pricing-price h2 span {
  font-family: var(--font_brico);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 82px;
  color: var(--white);
}
.pricing-list {
  margin-top: 52px;
  margin-left: 70px;
  margin-bottom: 52px;
}
.pricing-list ul li {
  position: relative;
  margin-bottom: 20px;
  font-family: var(--font_dmsans);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #aaaaaa;
}
.pricing-list ul li::before {
  position: absolute;
  content: "";
  left: -20px;
  top: 8px;
  width: 10px;
  height: 10px;
  background: #aaaaaa;
  border-radius: 100px;
}
.pricing-btn {
  margin: 20px;
}

.client-satisfaction__inner {
  display: grid;
  overflow: hidden;
  border-radius: 10px;
  background: var(--white);
  grid-template-columns: 490px 1fr 490px;
}
@media only screen and (max-width: 1919px) {
  .client-satisfaction__inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .client-satisfaction__inner {
    grid-template-columns: 1fr;
  }
}
.client-satisfaction__inner > *:nth-child(1) {
  background-color: #b3ec11;
}
.client-satisfaction__inner > *:nth-child(1) .content {
  height: 100%;
}
.client-satisfaction__inner > *:nth-child(2) {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1919px) {
  .client-satisfaction__inner > *:nth-child(2) .content {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1919px) {
  .client-satisfaction__inner > *:nth-child(2) .content h4 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1919px) {
  .client-satisfaction__inner > *:nth-child(2) .media {
    min-height: 347px;
  }
}
.client-satisfaction__inner > *:nth-child(3) .content {
  background-color: #3b4eff;
}
.client-satisfaction__inner > *:nth-child(3) .content .sub-title {
  color: var(--white);
}
.client-satisfaction__inner > *:nth-child(3) .content h4 {
  color: var(--white);
}
.client-satisfaction__inner > *:nth-child(3) .content-bottom {
  padding: 45px;
}
@media only screen and (max-width: 1199px) {
  .client-satisfaction__inner > *:nth-child(3) .content-bottom {
    padding: 30px 20px;
  }
}
.client-satisfaction__item .content {
  padding: 45px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1199px) {
  .client-satisfaction__item .content {
    padding: 30px 20px;
  }
}
.client-satisfaction__item .content p {
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  max-width: 377px;
}
.client-satisfaction__item .content .btn-wrap {
  margin-top: auto;
}
@media only screen and (max-width: 1199px) {
  .client-satisfaction__item .content .btn-wrap {
    margin-top: 30px;
  }
}
.client-satisfaction__item .sub-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .client-satisfaction__item .sub-title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
.client-satisfaction__item h4 {
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
  color: var(--black);
  margin-bottom: 55px;
  font-family: var(--font_brico);
}
.client-satisfaction__item h4 .odometer.odometer-auto-theme,
.client-satisfaction__item h4 .odometer.odometer-theme-default {
  font-family: var(--font_brico);
  line-height: 1;
}
@media only screen and (max-width: 1399px) {
  .client-satisfaction__item h4 {
    font-size: 70px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .client-satisfaction__item h4 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .client-satisfaction__item h4 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
.client-satisfaction__item .media {
  margin-top: auto;
}
.client-satisfaction__item .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.portfolio-details .portfolio-details-inner {
  padding-top: 250px;
}
@media only screen and (max-width: 991px) {
  .portfolio-details .portfolio-details-inner {
    padding-top: 230px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-details .portfolio-details-inner {
    padding-top: 180px;
  }
}
@media (max-width: 575px) {
  .portfolio-details .portfolio-details-inner {
    padding-top: 160px;
  }
}
.portfolio-details__content .title {
  font-weight: 700;
  font-size: 100px;
  line-height: 110px;
  color: var(--white);
  margin-bottom: 15px;
  text-align: center;
  margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  .portfolio-details__content .title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .portfolio-details__content .title {
    font-size: 80px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-details__content .title {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 575px) {
  .portfolio-details__content .title {
    font-size: 35px;
    line-height: 45px;
  }
}
.portfolio-details .meta-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.portfolio-details .meta-list li {
  padding: 4px 25px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  color: var(--white);
  text-transform: uppercase;
  border: 1px solid var(--white);
  border-radius: 90px;
}
@media only screen and (max-width: 991px) {
  .portfolio-details .meta-list li {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-details .meta-list li {
    padding: 3px 18px;
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    font-size: 12px;
  }
}
.portfolio-details__info {
  display: flex;
  gap: 10px 55px;
  margin: 0 auto;
  margin-top: 60px;
  max-width: 1320px;
  padding: 35px 50px;
  border-radius: 10px;
  justify-content: center;
  border: 1px solid #282828;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset -10px 0px 10px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 1919px) {
  .portfolio-details__info {
    padding: 35px 35px;
  }
}
@media only screen and (max-width: 1399px) {
  .portfolio-details__info {
    padding: 35px 30px;
    gap: 10px 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .portfolio-details__info {
    padding: 35px 20px;
    gap: 10px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-details__info {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px 15px;
  }
}
.portfolio-details__info-item:not(:last-child) {
  padding-right: 55px;
  border-right: 1px solid #282828;
}
@media only screen and (max-width: 1399px) {
  .portfolio-details__info-item:not(:last-child) {
    padding-right: 29px;
  }
}
@media only screen and (max-width: 1199px) {
  .portfolio-details__info-item:not(:last-child) {
    padding-right: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-details__info-item:not(:last-child) {
    border-right: none;
  }
}
.portfolio-details__info-item span {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #aaaaaa;
  display: block;
  margin-bottom: 10px;
}
.portfolio-details__info-item h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}
.portfolio-details__info-item h6 i {
  margin-left: 10px;
}
.portfolio-details__info-item h6:hover a {
  color: var(--action);
}

.portfolio-details-main .portfolio-details-inner {
  max-width: 1320px;
  margin: 0 auto;
  margin-top: 60px;
}
.portfolio-details-main .title {
  font-weight: 700;
  font-size: 52px;
  line-height: 62px;
  color: var(--white);
  margin-bottom: 35px;
}
@media only screen and (max-width: 1199px) {
  .portfolio-details-main .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-details-main .title {
    font-size: 35px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-details-main .title {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 575px) {
  .portfolio-details-main .title {
    font-size: 20px;
    line-height: 30px;
  }
}
.portfolio-details-main .content .sub-title {
  margin-bottom: 35px;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 575px) {
  .portfolio-details-main .content .sub-title {
    font-size: 18px;
    line-height: 28px;
  }
}
.portfolio-details-main .content .content-list {
  margin-bottom: 25px;
}
.portfolio-details-main .content .content-list li {
  position: relative;
  font-family: var(--font_brico);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: var(--white);
  padding-left: 25px;
}
.portfolio-details-main .content .content-list li:not(:last-child) {
  margin-bottom: 12px;
}
.portfolio-details-main .content .content-list li::before {
  position: absolute;
  content: "";
  left: 0;
  height: 11px;
  width: 11px;
  top: 50%;
  background: #fff;
  transform: translate(0px, -50%);
  border-radius: 100px;
}
.portfolio-details-main .description {
  color: #aaaaaa;
  margin-bottom: 60px;
}
.portfolio-details-main .thumb {
  margin-bottom: 60px;
  overflow: hidden;
}
.portfolio-details-main .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.portfolio-details-main .list {
  margin-top: -25px;
  margin-bottom: 60px;
}
.portfolio-details-main .list li {
  position: relative;
  padding-left: 25px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #aaaaaa;
}
.portfolio-details-main .list li::before {
  position: absolute;
  content: "";
  left: 0;
  height: 11px;
  width: 11px;
  top: 50%;
  background: #aaaaaa;
  transform: translate(0px, -50%);
  border-radius: 100px;
}

.hero-3__bg {
  position: relative;
  background-size: cover;
  z-index: 1;
}
.hero-3__inner {
  padding-top: 180px;
  padding-bottom: 120px;
  display: flex;
  gap: 160px;
}
@media only screen and (max-width: 1919px) {
  .hero-3__inner {
    gap: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-3__inner {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 991px) {
  .hero-3__inner {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
.hero-3__content {
  max-width: 877px;
  margin-left: 90px;
}
@media only screen and (max-width: 1919px) {
  .hero-3__content {
    margin-left: 0;
    max-width: 680px;
  }
}
.hero-3__content .title {
  font-weight: 700;
  font-size: 140px;
  line-height: 160px;
}
@media only screen and (max-width: 1399px) {
  .hero-3__content .title {
    font-size: 100px;
    line-height: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-3__content .title {
    font-size: 80px;
    line-height: 100px;
  }
}
@media (max-width: 575px) {
  .hero-3__content .title {
    font-size: 50px;
    line-height: 60px;
  }
}
.hero-3__content .title .small-img {
  margin-left: 76px;
  display: inline-block;
}
@media only screen and (max-width: 1919px) {
  .hero-3__content .title .small-img {
    margin-left: 30px;
  }
}
@media (max-width: 575px) {
  .hero-3__content .title .small-img {
    margin-left: 0;
  }
}
.hero-3__content .title .small-img img {
  height: 96px;
  width: 294px;
  border-radius: 500px;
}
@media only screen and (max-width: 1199px) {
  .hero-3__content .title .small-img img {
    height: 70px;
    width: 170px;
  }
}
@media (max-width: 575px) {
  .hero-3__content .title .small-img img {
    height: 50px;
    width: 120px;
  }
}
.hero-3__content .title .shape {
  margin-left: 63px;
  margin-right: 73px;
}
@media only screen and (max-width: 1919px) {
  .hero-3__content .title .shape {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 575px) {
  .hero-3__content .title .shape {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-3__content .title .shape img {
    width: 70px;
  }
}
@media (max-width: 575px) {
  .hero-3__content .title .shape img {
    width: 40px;
  }
}
.hero-3__media img {
  animation: rotate3D 30s infinite linear;
}
@media only screen and (max-width: 767px) {
  .hero-3__media img {
    max-width: 350px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .hero-3__media img {
    max-width: 300px;
  }
}

.hero-3-video__wrapper {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 575px) {
  .hero-3-video__wrapper {
    flex-wrap: wrap;
  }
}
.hero-3-video__wrapper .hero-3__play {
  width: 285px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .hero-3-video__wrapper .hero-3__play {
    width: 100%;
  }
}
.hero-3-video__wrapper .hero-3__play .popup-video {
  width: 156px;
  height: 100%;
  display: flex;
  min-width: 156px;
  align-items: center;
  background: var(--white);
  justify-content: center;
}
@media (max-width: 575px) {
  .hero-3-video__wrapper .hero-3__play .popup-video {
    height: 50px;
    width: 100%;
    min-width: 100%;
  }
}
.hero-3-video__wrapper .hero-3__play .popup-video.has--play {
  font-size: 18px;
  font-weight: 700;
  background: #ff481f;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .hero-3-video__wrapper .hero-3__play .popup-video.has--play {
    font-size: 16px;
    width: 100%;
    min-width: 100%;
    justify-content: flex-start;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-3-video__wrapper .hero-3__play .popup-video {
    min-width: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-3-video__wrapper .hero-3__play .popup-video {
    width: 90px;
    min-width: 90px;
  }
}
.hero-3-video__wrapper .work {
  width: 100%;
  padding-left: 75px;
  padding-right: 210px;
  padding-top: 47px;
  padding-bottom: 47px;
  background-color: #1c1d1f;
}
@media only screen and (max-width: 1199px) {
  .hero-3-video__wrapper .work {
    padding-left: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-3-video__wrapper .work {
    padding-left: 20px;
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-3-video__wrapper .work {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.hero-3-video__wrapper .work a {
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
.hero-3-video__wrapper .work a::before {
  left: 0;
  bottom: 0;
  height: 1px;
  content: "";
  width: 100%;
  position: absolute;
  transition: all 0.3s;
  background-color: currentColor;
}
.hero-3-video__wrapper .work a:hover {
  color: var(--white);
}
.hero-3-video__wrapper .work a:hover::before {
  width: 0;
}
.hero-3-video__wrapper .play {
  width: 100%;
  padding-top: 47px;
  padding-bottom: 47px;
  padding-right: 75px;
  text-align: right;
  background: #ff481f;
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .hero-3-video__wrapper .play {
    padding-right: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-3-video__wrapper .play {
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-3-video__wrapper .play {
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .hero-3-video__wrapper .play {
    -moz-text-align-last: left;
         text-align-last: left;
    padding-left: 20px;
  }
}
.hero-3-video__wrapper .play a {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  color: #fff;
}
.hero-3-video__wrapper .play a::before {
  left: 0;
  bottom: 0;
  height: 1px;
  content: "";
  width: 100%;
  position: absolute;
  transition: all 0.3s;
  background-color: currentColor;
}
.hero-3-video__wrapper .play a:hover {
  color: var(--black);
}
.hero-3-video__wrapper .play a:hover::before {
  width: 0;
}

.get-in-touch__bg {
  position: relative;
}
@media (max-width: 575px) {
  .get-in-touch__bg {
    height: 400px;
  }
}
.get-in-touch__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 991px) {
  .get-in-touch__bg img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 400px;
  }
}
@media (max-width: 575px) {
  .get-in-touch__bg img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.get-in-touch__content {
  position: absolute;
  padding-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  bottom: 60px;
  left: 75px;
  right: 75px;
  gap: 20px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .get-in-touch__content {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .get-in-touch__content {
    left: 10px;
    padding-top: 30px;
    right: 10px;
  }
}
.get-in-touch p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 575px) {
  .get-in-touch p {
    font-size: 18px;
  }
}
.about-us-3__inner {
  gap: 140px;
  display: flex;
  margin-left: 154px;
}
@media only screen and (max-width: 1919px) {
  .about-us-3__inner {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1399px) {
  .about-us-3__inner {
    gap: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-us-3__inner {
    gap: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .about-us-3__inner {
    flex-wrap: wrap;
    gap: 0;
  }
}
.about-us-3__number {
  position: relative;
  width: 367px;
}
@media only screen and (max-width: 1919px) {
  .about-us-3__number {
    width: 410px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-us-3__number {
    width: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .about-us-3__number {
    width: 100%;
  }
}
.about-us-3__number .number {
  font-weight: 500;
  font-size: 400px;
  line-height: 300px;
  color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .about-us-3__number .number {
    font-size: 300px;
  }
}
.about-us-3__number > span {
  color: #FFFFFF;
  background: #FF481F;
  text-transform: uppercase;
  border-radius: 90px;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 16px 28px;
  position: absolute;
  top: 110px;
  left: -15px;
  transform: rotate(-27.42deg);
}
@media only screen and (max-width: 1199px) {
  .about-us-3__number > span {
    font-size: 19px;
    line-height: 28px;
  }
}
.about-us-3__number > span .dot {
  width: 10px;
  height: 10px;
  border-radius: 500px;
  background: var(--black);
  display: inline-block;
  margin-right: 5px;
}
.about-us-3__content .titile {
  color: var(--black);
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  max-width: 911px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1399px) {
  .about-us-3__content .titile {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-us-3__content .titile {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-3__content .titile {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .about-us-3__content .titile {
    font-size: 30px;
    line-height: 40px;
  }
}
.about-us-3__content .desc {
  color: var(--black);
  max-width: 977px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .about-us-3__content .desc {
    max-width: 100%;
    font-size: 18px;
  }
}
.about-us-3__client {
  gap: 20px;
  padding: 20px;
  border-radius: 10px;
  display: inline-flex;
  background: #f3f1ed;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .about-us-3__client {
    flex-wrap: wrap;
  }
}
.about-us-3__client .media {
  display: flex;
}
.about-us-3__client .media img {
  outline: 1px solid var(--white);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
}
.about-us-3__client .media img:not(:first-child) {
  margin-left: -34px;
}
.about-us-3__text h6 {
  color: var(--black);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.about-us-3__text p {
  font-size: 20px;
  color: var(--black);
  font-weight: 400;
  line-height: 30px;
}

.client-3__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-company-3__inner {
  overflow: hidden;
  position: relative;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1399px) {
  .about-company-3__inner {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-company-3__inner {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .about-company-3__inner {
    padding-bottom: 60px;
  }
}
.about-company-3__inner .line {
  position: absolute;
  bottom: 0;
}
.about-company-3__top .text {
  display: flex;
  padding-bottom: 20px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.about-company-3__top .text span {
  font-size: 18px;
  color: var(--white);
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}
.about-company-3__top .text a {
  font-size: 18px;
  color: var(--white);
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}
.about-company-3__top .title {
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  max-width: 1357px;
  margin-left: auto;
  margin-top: 60px;
}
@media only screen and (max-width: 1199px) {
  .about-company-3__top .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .about-company-3__top .title {
    font-size: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .about-company-3__top .title {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .about-company-3__top .title {
    font-size: 20px;
    line-height: 33px;
  }
}
.about-company-3__wrapper {
  display: flex;
  gap: 70px;
  margin-top: 120px;
}
@media only screen and (max-width: 1919px) {
  .about-company-3__wrapper {
    gap: 30px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-company-3__wrapper {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-company-3__wrapper {
    margin-top: 80px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 991px) {
  .about-company-3__wrapper {
    margin-top: 60px;
  }
}
.about-company-3 .mt120 {
  margin-top: 120px;
}
@media only screen and (max-width: 1399px) {
  .about-company-3 .mt120 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-company-3 .mt120 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .about-company-3 .mt120 {
    margin-top: 60px;
  }
}
.about-company-3__item {
  padding: 25px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #000;
  width: 390px;
  height: 390px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .about-company-3__item {
    width: 330px;
    height: 350px;
  }
}
@media (max-width: 575px) {
  .about-company-3__item {
    height: 300px;
  }
}
.about-company-3__item .text {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.about-company-3__item .text .number {
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  font-family: var(--font_brico);
}
@media (max-width: 575px) {
  .about-company-3__item .text .number {
    font-size: 20px;
  }
}
.about-company-3__item .text .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--white);
}
@media (max-width: 575px) {
  .about-company-3__item .text .title {
    font-size: 20px;
  }
}
.about-company-3__item h4 {
  margin-top: auto;
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
  color: var(--white);
  margin-bottom: -30px;
}
@media only screen and (max-width: 1399px) {
  .about-company-3__item h4 {
    font-size: 80px;
    line-height: 90px;
    margin-bottom: -24px;
  }
}
@media only screen and (max-width: 991px) {
  .about-company-3__item h4 {
    font-size: 60px;
    line-height: 90px;
    margin-bottom: -24px;
  }
}
@media (max-width: 575px) {
  .about-company-3__item h4 {
    font-size: 40px;
    line-height: 90px;
    margin-bottom: -24px;
  }
}
.about-company-3__item .odometer {
  font-family: var(--font_brico);
}
.about-company-3__item .dot {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 25px;
  bottom: 25px;
  border-radius: 1px;
  background: var(--white);
}

.services-3__inner {
  padding-top: 100px;
}
@media only screen and (max-width: 1199px) {
  .services-3__inner {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .services-3__inner {
    padding-top: 60px;
  }
}
.services-3__inner .section-title-wrapper {
  text-align: center;
}
.services-3__inner .section-title-wrapper .titile {
  font-size: 100px;
  font-weight: 700;
  line-height: 110px;
}
@media only screen and (max-width: 1199px) {
  .services-3__inner .section-title-wrapper .titile {
    font-size: 80px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .services-3__inner .section-title-wrapper .titile {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .services-3__inner .section-title-wrapper .titile {
    font-size: 45px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .services-3__inner .section-title-wrapper .titile {
    font-size: 40px;
    line-height: 50px;
  }
}
.services-3__wrapper {
  display: flex;
  gap: 10px;
  margin-top: 100px;
}
@media only screen and (max-width: 1399px) {
  .services-3__wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1199px) {
  .services-3__wrapper {
    mask-type: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .services-3__wrapper {
    mask-type: 60px;
  }
}
.services-3__item {
  overflow: hidden;
  padding: 30px;
  width: 200px;
  height: 592px;
  padding-right: 93px;
  position: relative;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.5s;
}
@media only screen and (max-width: 1919px) {
  .services-3__item {
    padding: 20px;
    padding-right: 60px;
  }
}
@media (max-width: 575px) {
  .services-3__item {
    padding: 20px;
    padding-right: 20px;
  }
}
.services-3__item.active {
  width: 720px;
}
.services-3__item.active .content {
  opacity: 1;
}
.services-3__item.active .number i {
  rotate: -180deg;
  color: var(--white);
}
.services-3__item.active .number span {
  color: var(--white);
}
.services-3__item:hover {
  width: 720px;
}
.services-3__item:hover .content {
  opacity: 1;
}
.services-3__item .top {
  margin-bottom: 35px;
}
.services-3__item .number {
  gap: 15px;
  display: inline-flex;
  padding-bottom: 12px;
  border-bottom: 1px solid #999999;
}
.services-3__item .number i {
  color: #999999;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  transition: all 0.5s;
}
.services-3__item .number span {
  color: #999999;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  transition: all 0.5s;
}
.services-3__item .content {
  transition: all 0.5s;
  opacity: 0;
}
.services-3__item .content .titile {
  font-size: 52px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 62px;
}
@media only screen and (max-width: 1919px) {
  .services-3__item .content .titile {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .services-3__item .content .titile {
    font-size: 30px;
  }
}
.services-3__item .content .desc {
  max-width: 595px;
  color: #999;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 35px;
}
.services-3__item .content ul {
  margin-bottom: 45px;
  display: flex;
  gap: 15px;
}
@media (max-width: 575px) {
  .services-3__item .content ul {
    display: none;
  }
}
.services-3__item .content ul li {
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  color: var(--white);
  text-transform: uppercase;
  padding: 4px 22px;
  border-radius: 500px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1919px) {
  .services-3__item .content ul li {
    font-size: 12px;
    padding: 4px 9px;
  }
}
.services-3__item .content .media-wrapper {
  display: flex;
  gap: 10px;
}
.services-3__item .content .media-wrapper .thumb {
  border-radius: 6px;
  overflow: hidden;
  max-width: 280px;
}
.services-3__item .content .media-wrapper .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-3__item .dot {
  position: absolute;
  right: 30px;
  bottom: 30px;
  gap: 8px;
  display: flex;
}
@media only screen and (max-width: 1919px) {
  .services-3__item .dot {
    right: 15px;
  }
}
.services-3__item .dot span {
  width: 8px;
  height: 8px;
  display: block;
  background: #999;
  border-radius: 500px;
}
.services-3__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.feature-works-3 .section-title-wrapper {
  margin-bottom: 90px;
}
@media only screen and (max-width: 991px) {
  .feature-works-3 .section-title-wrapper {
    margin-bottom: 50px;
  }
}
.feature-works-3 .section-title-wrapper .title {
  font-weight: 700;
  font-size: 200px;
  line-height: 200px;
  color: var(--primary);
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .feature-works-3 .section-title-wrapper .title {
    font-size: 125px;
    line-height: 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .feature-works-3 .section-title-wrapper .title {
    font-size: 104px;
    line-height: 104px;
  }
}
@media only screen and (max-width: 991px) {
  .feature-works-3 .section-title-wrapper .title {
    font-size: 75px;
    line-height: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-works-3 .section-title-wrapper .title {
    font-size: 55px;
    line-height: 55px;
  }
}
@media (max-width: 575px) {
  .feature-works-3 .section-title-wrapper .title {
    font-size: 40px;
    line-height: 45px;
  }
}
.feature-works-3 .section-title-wrapper .title span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--primary);
}
.feature-works-3__item {
  padding: 20px;
  background: var(--white);
  margin-bottom: 20px;
}
.feature-works-3__item:hover .media img {
  transform: scale(1.1);
}
.feature-works-3__item .media {
  overflow: hidden;
}
.feature-works-3__item .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}
.feature-works-3__item .content {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 10px;
  align-items: center;
  justify-content: space-between;
}
.feature-works-3__item .content .titile {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  color: var(--primary);
}
@media (max-width: 575px) {
  .feature-works-3__item .content .titile {
    font-size: 20px;
    line-height: 30px;
  }
}
.feature-works-3__item .content .titile a:hover {
  color: #b3ec11;
}
.feature-works-3__item .content ul li {
  font-size: 16px;
  font-weight: 700;
  background: #b3ec11;
  padding: 6px 24px;
  line-height: 26px;
  border-radius: 500px;
}
.feature-works-3-btn {
  display: flex;
  margin-top: 60px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .feature-works-3-btn {
    margin-top: 30px;
  }
}

.creative-journey-3__inner {
  overflow: hidden;
  position: relative;
}
.creative-journey-3__inner::before {
  top: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  background: var(--white);
}
.creative-journey-3__inner::after {
  top: 15px;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  background: #FF481F;
}
.creative-journey-3__inner .line-wrp::before {
  top: 30px;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  background: #CF310D;
}
@media only screen and (max-width: 1919px) {
  .creative-journey-3__inner .media img {
    width: 81%;
  }
}
@media only screen and (max-width: 1199px) {
  .creative-journey-3__inner .media img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.creative-journey-3__content {
  left: 75px;
  top: 160px;
  position: absolute;
  z-index: 9;
}
@media only screen and (max-width: 1199px) {
  .creative-journey-3__content {
    top: 100px;
  }
}
@media (max-width: 575px) {
  .creative-journey-3__content {
    left: 15px;
  }
}
.creative-journey-3__content .titile {
  font-size: 100px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 110px;
}
@media only screen and (max-width: 1199px) {
  .creative-journey-3__content .titile {
    font-size: 80px;
  }
  .creative-journey-3__content .titile br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .creative-journey-3__content .titile {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .creative-journey-3__content .titile {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 575px) {
  .creative-journey-3__content .titile {
    font-size: 35px;
    line-height: 45px;
  }
}
.creative-journey-3__content .description {
  max-width: 487px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 35px;
}
.creative-journey-3__wrapper {
  position: absolute;
  top: 160px;
  right: 44px;
}
@media only screen and (max-width: 1919px) {
  .creative-journey-3__wrapper {
    width: 45%;
  }
}
@media only screen and (max-width: 1199px) {
  .creative-journey-3__wrapper {
    position: inherit;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.creative-journey-3__item {
  padding: 35px;
  background: var(--white);
}
.creative-journey-3__item:not(:last-child) {
  margin-bottom: 30px;
}
.creative-journey-3__item .sub-title {
  color: var(--primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 25px;
  position: relative;
  padding-left: 80px;
}
.creative-journey-3__item .sub-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: var(--black);
  width: 60px;
  height: 1px;
}
.creative-journey-3__item .titile {
  font-size: 30px;
  font-weight: 600;
  color: var(--primary);
  line-height: 40px;
  margin-bottom: 25px;
}
.creative-journey-3__item .description {
  color: #444;
  font-size: 16px;
  color: var(--primary);
  font-weight: 400;
  max-width: 647px;
  line-height: 26px;
}

.contact-us-3__form-wrapper {
  background: var(--white);
  min-width: 626px;
  padding: 50px;
  position: absolute;
  top: 120px;
  left: 272px;
  z-index: 99;
}
@media only screen and (max-width: 1919px) {
  .contact-us-3__form-wrapper {
    left: 60px;
  }
}
@media only screen and (max-width: 1399px) {
  .contact-us-3__form-wrapper {
    min-width: 500px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-us-3__form-wrapper {
    position: inherit;
  }
}
@media (max-width: 575px) {
  .contact-us-3__form-wrapper {
    padding: 20px;
    min-width: 100%;
  }
}
.contact-us-3__form-wrapper .titile {
  color: var(--primary);
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .contact-us-3__form-wrapper .titile {
    font-size: 27px;
    line-height: 40px;
  }
}
.contact-us-3__form-wrapper .contact-us-3__form .contact-us-3__input {
  margin-bottom: 25px;
}
.contact-us-3__form-wrapper .contact-us-3__form .contact-us-3__input input {
  position: relative;
  margin-left: 0;
  color: #444444;
  background: #f3f1ed;
  outline: none;
  border-radius: 4px;
  padding: 21px 30px;
  width: 100%;
  border: none;
}
.contact-us-3__form-wrapper .contact-us-3__form .contact-us-3__input input::-moz-placeholder {
  font-family: --font_dmsans;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #444444;
}
.contact-us-3__form-wrapper .contact-us-3__form .contact-us-3__input input::placeholder {
  font-family: --font_dmsans;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #444444;
}
.contact-us-3__form-wrapper .contact-us-3__form .contact-us-3__textarea {
  position: relative;
}
.contact-us-3__form-wrapper .contact-us-3__form .contact-us-3__textarea textarea {
  color: #444444;
  margin-top: 5px;
  height: 190px;
  margin-left: 0;
  background: #f3f1ed;
  outline: none;
  border-radius: 4px;
  padding: 21px 30px;
  width: 100%;
  border: none;
}
.contact-us-3__form-wrapper .contact-us-3__form .contact-us-3__textarea textarea::-moz-placeholder {
  font-family: --font_dmsans;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #444444;
}
.contact-us-3__form-wrapper .contact-us-3__form .contact-us-3__textarea textarea::placeholder {
  font-family: --font_dmsans;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #444444;
}
.contact-us-3__form-wrapper .contact-us-3__form .contact-us-3__textarea textarea:hover, .contact-us-3__form-wrapper .contact-us-3__form .contact-us-3__textarea textarea:focus {
  outline: none;
}
.contact-us-3__form-wrapper .contact-us-3__form .btn-wrapper {
  margin-top: 25px;
}
.contact-us-3__form-wrapper .contact-us-3__form .btn-wrapper .btn-text {
  background: var(--black);
  color: var(--white);
}
@media (max-width: 575px) {
  .contact-us-3__form-wrapper .contact-us-3__form .btn-wrapper .btn-text {
    padding: 17px 20px;
  }
}
.contact-us-3__form-wrapper .contact-us-3__form .btn-wrapper .btn-circle {
  background: var(--black);
  color: var(--white);
}
@media (max-width: 575px) {
  .contact-us-3__form-wrapper .contact-us-3__form .btn-wrapper .btn-circle {
    padding: 18px 18px;
  }
}
.contact-us-3__form-wrapper .contact-us-3__form .btn-wrapper:hover .btn-circle {
  background: transparent;
}

.faq-bg {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1399px) {
  .faq-bg {
    max-width: 580px;
  }
}
@media only screen and (max-width: 1199px) {
  .faq-bg {
    display: none;
  }
}
.faq-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.faq-3-content {
  max-width: 625px;
  margin-left: auto;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1919px) {
  .faq-3-content {
    max-width: 550px;
  }
}
@media only screen and (max-width: 1199px) {
  .faq-3-content {
    max-width: 100%;
  }
}
.faq-3-content .main-title {
  color: var(--black);
  font-size: 140px;
  font-weight: 700;
  line-height: 150px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1399px) {
  .faq-3-content .main-title {
    margin-bottom: 40px;
    font-size: 100px;
    line-height: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .faq-3-content .main-title {
    font-size: 80px;
    line-height: 90px;
  }
}
@media (max-width: 575px) {
  .faq-3-content .main-title {
    font-size: 60px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}
.faq-3-content .rr-accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.faq-3-content .rr-accordion-button {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: var(--primary);
  width: 100%;
  text-align: left;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  font-family: var(--font_brico);
}
@media (max-width: 575px) {
  .faq-3-content .rr-accordion-button {
    font-size: 18px;
  }
}
.faq-3-content .rr-accordion-button .number {
  font-family: var(--font_brico);
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  display: block;
  line-height: 28px;
  color: #b1b1b1;
}
@media only screen and (max-width: 767px) {
  .faq-3-content .rr-accordion-button .number {
    font-size: 16px;
  }
}
.faq-3-content .rr-accordion-button .number .title {
  font-family: var(--font_brico);
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
  color: var(--black);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .faq-3-content .rr-accordion-button .number .title {
    font-size: 22px;
    margin-left: 20px;
  }
}
.faq-3-content .rr-accordion-button .icon i {
  font-size: 18px;
  transform: rotate(-130deg);
}
.faq-3-content .rr-accordion-button.collapsed .icon {
  transform: rotate(70deg);
}
.faq-3-content .rr-accordion-body .desc {
  font-family: var(--font_dmsans);
  color: #444;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
}

.clients-3 .section-heading__title {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .clients-3 .section-heading__title {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .clients-3 .section-heading__title {
    margin-bottom: 60px;
  }
}
.clients-3 .section-heading__title .title {
  color: #fff;
  text-align: center;
  font-size: 100px;
  font-weight: 700;
  line-height: 110px;
  font-family: var(--font_brico);
}
@media only screen and (max-width: 1199px) {
  .clients-3 .section-heading__title .title {
    font-size: 80px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .clients-3 .section-heading__title .title {
    font-size: 65px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .clients-3 .section-heading__title .title {
    font-size: 50px;
    line-height: 60px;
  }
}

.clients-3__inner {
  display: grid;
  gap: 15px;
  grid-template-columns: 210px 436px 1fr 210px;
  overflow: hidden;
}
@media only screen and (max-width: 1919px) {
  .clients-3__inner {
    grid-template-columns: 210px 400px 1fr 150px;
  }
}
@media only screen and (max-width: 1399px) {
  .clients-3__inner {
    grid-template-columns: 160px 320px 1fr 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .clients-3__inner {
    grid-template-columns: 160px 320px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .clients-3__inner {
    grid-template-columns: 160px 1fr;
  }
  .clients-3__inner > :nth-child(3) {
    width: 694px;
  }
}
@media only screen and (max-width: 767px) {
  .clients-3__inner > :nth-child(3) {
    width: 515px;
  }
}
@media (max-width: 575px) {
  .clients-3__inner {
    grid-template-columns: 1fr;
  }
  .clients-3__inner > :nth-child(3) {
    width: 100%;
  }
}
.clients-3__inner .clients-3__media {
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .clients-3__inner .clients-3__media {
    height: 485px;
  }
}
@media only screen and (max-width: 1199px) {
  .clients-3__inner .clients-3__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.clients-3__inner .clients-3__content {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 60px;
}
@media only screen and (max-width: 1919px) {
  .clients-3__inner .clients-3__content {
    padding: 20px;
  }
}
.clients-3__inner .clients-3__content .text .icon {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  .clients-3__inner .clients-3__content .text .icon {
    margin-bottom: 30px;
  }
}
.clients-3__inner .clients-3__content .text p {
  color: var(--white);
  font-family: var(--font_brico);
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  max-width: 694px;
}
@media only screen and (max-width: 1199px) {
  .clients-3__inner .clients-3__content .text p {
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .clients-3__inner .clients-3__content .text p {
    font-size: 18px;
    line-height: 28px;
  }
}
.clients-3__inner .clients-3__content .text .author {
  margin-top: 134px;
}
@media only screen and (max-width: 1919px) {
  .clients-3__inner .clients-3__content .text .author {
    margin-top: 94px;
  }
}
@media only screen and (max-width: 1399px) {
  .clients-3__inner .clients-3__content .text .author {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .clients-3__inner .clients-3__content .text .author {
    margin-top: 30px;
  }
}
.clients-3__inner .clients-3__content .text .author .name {
  color: #999;
  font-family: var(--font_brico);
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .clients-3__inner .clients-3__content .text .author .name {
    margin-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .clients-3__inner .clients-3__content .text .author .name {
    font-size: 30px;
  }
}
.clients-3__inner .clients-3__content .text .author span {
  color: #999;
  font-family: var(--font_dmsans);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 575px) {
  .clients-3__inner .clients-3__content .text .author span {
    font-size: 18px;
  }
}
.clients-3__inner .clients-3__bottom-wrapper {
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .clients-3__inner .clients-3__bottom-wrapper {
    padding: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .clients-3__inner .clients-3__bottom-wrapper {
    display: none;
  }
}
.clients-3__inner .clients-3__slider__arrow {
  gap: 26px;
  display: flex;
  position: relative;
}
.clients-3__inner .wrapper {
  overflow: hidden;
  height: 890px;
  margin-top: -230px;
}
@media only screen and (max-width: 1199px) {
  .clients-3__inner .wrapper {
    height: 675px;
    margin-top: -189px;
  }
}
.clients-3__inner .gallery-thumbs .thumb {
  width: 210px;
  height: 210px;
  cursor: pointer;
}
@media only screen and (max-width: 1399px) {
  .clients-3__inner .gallery-thumbs .thumb {
    width: 160px;
    height: 210px;
  }
}
@media only screen and (max-width: 1199px) {
  .clients-3__inner .gallery-thumbs .thumb {
    width: 160px;
    height: 155px;
  }
}
.clients-3__inner .gallery-thumbs .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes rotate3D {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.section-title-5-wrapper {
  position: relative;
}
.section-title-5-wrapper .sub-title {
  position: relative;
  padding-left: 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
.section-title-5-wrapper .sub-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 500px;
  transform: translate(0, -50%);
  background: var(--primary);
}
.section-title-5-wrapper .sub-title.has--line {
  position: relative;
}
.section-title-5-wrapper .sub-title.has--line::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 360px;
  height: 1px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.1);
}
.section-title-5-wrapper .title {
  font-size: 52px;
  margin-top: 50px;
  line-height: 62px;
  color: var(--primary);
}
@media only screen and (max-width: 1919px) {
  .section-title-5-wrapper .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-title-5-wrapper .title {
    font-size: 40px;
    line-height: 50px;
  }
  .section-title-5-wrapper .title br {
    display: none;
  }
}
@media (max-width: 575px) {
  .section-title-5-wrapper .title {
    font-size: 30px;
    line-height: 40px;
  }
}

.hero-5.background {
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-5__inner {
  padding-top: 260px;
  padding-bottom: 130px;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1399px) {
  .hero-5__inner {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-5__inner {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-5__inner {
    padding-top: 150px;
  }
}
.hero-5__content {
  margin-left: 142px;
}
@media only screen and (max-width: 1919px) {
  .hero-5__content {
    margin-left: 0;
  }
}
.hero-5__content .title {
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #000;
  font-family: var(--font_dmsans);
  font-size: 100px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 110px;
}
@media only screen and (max-width: 1919px) {
  .hero-5__content .title {
    white-space: normal;
    align-items: baseline;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-5__content .title {
    font-size: 90px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-5__content .title {
    font-size: 80px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-5__content .title {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-5__content .title {
    font-size: 50px;
    line-height: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-5__content .title {
    display: block;
    font-size: 45px;
    line-height: 60px;
  }
}
.hero-5__content .title img {
  margin-right: 30px;
}
@media only screen and (max-width: 1399px) {
  .hero-5__content .title img {
    max-width: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-5__content .title img {
    max-width: 55px;
    margin: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-5__content .title img {
    display: none;
  }
}
.hero-5__content .title span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--primary);
}
.hero-5__content-wrapper {
  display: flex;
  gap: 60px;
  margin-top: 45px;
}
@media only screen and (max-width: 991px) {
  .hero-5__content-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.hero-5__content-wrapper .author {
  display: flex;
  min-width: 397px;
  gap: 30px;
}
@media only screen and (max-width: 1919px) {
  .hero-5__content-wrapper .author {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .hero-5__content-wrapper .author {
    flex-direction: column;
  }
}
.hero-5__content-wrapper .author .media ul {
  display: flex;
  align-items: center;
}
.hero-5__content-wrapper .author .media ul li {
  display: flex;
  align-items: center;
  border-radius: 500px;
  width: 80px;
  height: 80px;
  outline: 2px solid #fff;
}
@media only screen and (max-width: 767px) {
  .hero-5__content-wrapper .author .media ul li {
    width: 60px;
    height: 60px;
  }
}
.hero-5__content-wrapper .author .media ul li:not(:first-child) {
  margin-left: -50px;
}
@media only screen and (max-width: 767px) {
  .hero-5__content-wrapper .author .media ul li:not(:first-child) {
    margin-left: -30px;
  }
}
.hero-5__content-wrapper .author .media ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-5__content-wrapper .author p {
  color: var(--primary);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
.hero-5__content-wrapper .shape {
  margin-top: 43px;
}
@media only screen and (max-width: 1919px) {
  .hero-5__content-wrapper .shape {
    display: none;
  }
}
.hero-5__content-wrapper .text {
  max-width: 470px;
}
.hero-5__content-wrapper .text p {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.our-services-5__wrapper {
  display: grid;
  justify-content: space-between;
  gap: 42px 30px;
  grid-template-columns: repeat(2, 510px);
}
@media only screen and (max-width: 1919px) {
  .our-services-5__wrapper {
    grid-template-columns: repeat(2, 410px);
  }
}
@media only screen and (max-width: 1399px) {
  .our-services-5__wrapper {
    grid-template-columns: repeat(2, 350px);
  }
}
@media only screen and (max-width: 1199px) {
  .our-services-5__wrapper {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .our-services-5__wrapper {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 50px;
  }
}
.our-services-5__item {
  border-radius: 25px;
  background: #fff;
  padding: 50px 35px;
  position: relative;
}
@media only screen and (max-width: 1399px) {
  .our-services-5__item {
    padding: 35px 25px;
  }
}
.our-services-5__item::after {
  content: "";
  position: absolute;
  background: #7F5BFF;
  top: 12px;
  width: 100%;
  height: 100%;
  left: 0;
  right: -12px;
  width: calc(100% + 12px);
  z-index: -1;
  border-radius: 25px;
}
.our-services-5__item .title {
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  color: var(--primary);
  margin-bottom: 30px;
}
@media only screen and (max-width: 1399px) {
  .our-services-5__item .title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .our-services-5__item .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.our-services-5__item .title span {
  font-weight: 400;
}
.our-services-5__item .desc {
  color: var(--primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  max-width: 396px;
}
.our-services-5__item .list {
  margin-top: 50px;
  margin-bottom: 50px;
}
.our-services-5__item .list li {
  color: var(--primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  padding-left: 20px;
}
.our-services-5__item .list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: var(--primary);
  width: 8px;
  height: 8px;
  border-radius: 500px;
  transform: translate(0px, -50%);
}
.our-services-5__item .list li:not(:last-child) {
  margin-bottom: 18px;
}

.work-5__wrapper {
  position: relative;
}
.work-5__center {
  display: flex;
  justify-content: center;
  margin-bottom: 130px;
}
@media only screen and (max-width: 1199px) {
  .work-5__center {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .work-5__center {
    margin-bottom: 60px;
  }
}
.work-5__title-wrapper {
  display: flex;
  flex-direction: column;
}
.work-5__title-wrapper .sub-title {
  position: relative;
  padding-left: 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--primary);
}
.work-5__title-wrapper .sub-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 500px;
  transform: translate(0, -50%);
  background: var(--primary);
}
.work-5__title-wrapper .sub-title span {
  position: relative;
  display: inline-block;
  padding-right: 30px;
}
.work-5__title-wrapper .sub-title span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 127px;
  width: 364px;
  height: 1px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .work-5__title-wrapper .sub-title span::after {
    display: none;
  }
}
.work-5__title-wrapper .title {
  color: var(--primary);
  font-size: 390px;
  font-weight: 500;
  line-height: 300px;
}
@media only screen and (max-width: 1399px) {
  .work-5__title-wrapper .title {
    font-size: 350px;
    line-height: 350px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-5__title-wrapper .title {
    font-size: 300px;
    line-height: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .work-5__title-wrapper .title {
    font-size: 250px;
    line-height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .work-5__title-wrapper .title {
    font-size: 200px;
    line-height: 200px;
  }
}
@media (max-width: 575px) {
  .work-5__title-wrapper .title {
    font-size: 120px;
    line-height: 120px;
  }
}
.work-5__item {
  margin-bottom: 30px;
  position: relative;
}
.work-5__item .media {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.work-5__item .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.work-5__item .media .title {
  color: var(--white);
  position: absolute;
  right: 110px;
  bottom: 70px;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}
@media only screen and (max-width: 1399px) {
  .work-5__item .media .title {
    right: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-5__item .media .title {
    left: 70px;
    bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .work-5__item .media .title {
    left: 20px;
    font-size: 40px;
  }
}
.work-5__item .media .title span {
  font-weight: 400;
}
.work-5__item .media .title a:hover {
  color: #ff8800;
}
.work-5__content {
  position: absolute;
  bottom: 70px;
  left: 70px;
  padding: 35px;
  background: var(--white);
  border-radius: 10px;
}
@media only screen and (max-width: 1199px) {
  .work-5__content {
    bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .work-5__content {
    position: inherit;
    left: inherit;
    margin-top: 30px;
    bottom: inherit;
  }
}
.work-5__content .year {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  background: var(--primary);
  border-radius: 500px;
  padding: 1px 17px;
  display: inline-block;
  margin-bottom: 20px;
}
.work-5__content .desc {
  max-width: 364px;
  color: var(--primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}
.work-5__content .list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.work-5__content .list li {
  color: #444;
  border-radius: 2px;
  background: #f1f1f1;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  padding: 1px 17px;
}

.testimonials-5__active {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .testimonials-5__active {
    margin-top: 60px;
  }
}
.testimonials-5__item {
  padding: 45px;
  border-radius: 10px;
  background: var(--white);
}
@media only screen and (max-width: 1399px) {
  .testimonials-5__item {
    padding: 45px 30px;
  }
}
@media (max-width: 575px) {
  .testimonials-5__item {
    padding: 30px 20px;
  }
}
.testimonials-5__item .icon {
  margin-bottom: 45px;
}
@media (max-width: 575px) {
  .testimonials-5__item .icon {
    margin-bottom: 30px;
  }
}
.testimonials-5__item p {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  color: var(--black);
  max-width: 586px;
}
@media only screen and (max-width: 991px) {
  .testimonials-5__item p {
    font-size: 20px;
    line-height: 30px;
  }
}
.testimonials-5__item__author {
  gap: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.testimonials-5__item__author .media {
  width: 80px;
  height: 80px;
  border-radius: 6px;
}
.testimonials-5__item__author .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.testimonials-5__item__author .text .name {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 2px;
}
.testimonials-5__item__author .text span {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #444444;
}
.testimonials-5__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 130px;
}
@media only screen and (max-width: 991px) {
  .testimonials-5__wrapper {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials-5__wrapper {
    margin-bottom: 50px;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .testimonials-5__wrapper {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.testimonials-5__rating ul {
  gap: 2px;
  display: flex;
  align-items: center;
}
.testimonials-5__arrow {
  gap: 15px;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .testimonials-5__arrow {
    position: inherit;
    right: inherit;
    bottom: inherit;
    margin-top: 30px;
  }
}
.testimonials-5__arrow-prev, .testimonials-5__arrow-next {
  width: 66px;
  height: 66px;
  transition: all 0.3s;
  background: var(--white);
  border-radius: 500px;
}
.testimonials-5__arrow-prev:hover, .testimonials-5__arrow-next:hover {
  background: #ff8800;
}

.choose-us-5__wrapper {
  display: grid;
  gap: 0 180px;
  position: relative;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1919px) {
  .choose-us-5__wrapper {
    gap: 0 120px;
  }
}
@media only screen and (max-width: 991px) {
  .choose-us-5__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.choose-us-5__wrapper::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 1px;
}
@media only screen and (max-width: 991px) {
  .choose-us-5__wrapper::before {
    display: none;
  }
}
.choose-us-5__box:nth-child(1) {
  position: relative;
  padding-bottom: 37px;
}
.choose-us-5__box:nth-child(1)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1000%;
  background: rgba(0, 0, 0, 0.2);
  height: 1px;
  width: 2000%;
}
.choose-us-5__box .value__wrapper {
  margin-top: 60px;
}
.choose-us-5__box .value__item {
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.choose-us-5__box .value__item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.choose-us-5__box .value__item .title {
  gap: 60px;
  display: flex;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  align-items: center;
  margin-bottom: 25px;
}
.choose-us-5__box .value__item .des {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.choose-us-5__box-wrapper {
  margin-top: 60px;
}
.choose-us-5__box .section-title-5-wrapper {
  margin-top: 130px;
}
@media only screen and (max-width: 1399px) {
  .choose-us-5__box .section-title-5-wrapper {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .choose-us-5__box .section-title-5-wrapper {
    margin-top: 60px;
  }
}
.choose-us-5__box .media {
  margin-top: 90px;
  overflow: hidden;
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .choose-us-5__box .media {
    padding-bottom: 0;
    margin-top: 60px;
  }
}
.choose-us-5__box .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.choose-us-5__item {
  padding: 30px;
  border-radius: 6px;
  background: var(--white);
}
.choose-us-5__item:not(:last-child) {
  margin-bottom: 20px;
}
.choose-us-5__item img {
  margin-bottom: 30px;
}
.choose-us-5__item .title {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .choose-us-5__item .title {
    font-size: 25px;
    line-height: 30px;
  }
}
.choose-us-5__item .desc {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.tema-5__content {
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 991px) {
  .tema-5__content {
    margin-top: 40px;
    margin-bottom: 100px;
  }
}
.tema-5__content .number {
  font-weight: 500;
  font-size: 400px;
  line-height: 300px;
  color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .tema-5__content .number {
    font-size: 300px;
  }
}
@media (max-width: 575px) {
  .tema-5__content .number {
    font-size: 150px;
    line-height: 150px;
  }
}
.tema-5__content > span {
  color: var(--black);
  background: #b3ec11;
  text-transform: uppercase;
  border-radius: 90px;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 16px 38px;
  position: absolute;
  top: 110px;
  left: 130px;
  transform: rotate(-27.42deg);
  font-family: var(--font_brico);
}
@media only screen and (max-width: 1199px) {
  .tema-5__content > span {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .tema-5__content > span {
    transform: rotate(0);
    left: 0;
    padding: 16px 20px;
    font-size: 15px;
    line-height: 25px;
    top: 150px;
  }
}
.tema-5__content > span .dot {
  width: 10px;
  height: 10px;
  border-radius: 500px;
  background: var(--black);
  display: inline-block;
  margin-right: 5px;
}
.tema-5__media {
  margin-bottom: 30px;
}
.tema-5__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-us-5__top {
  gap: 130px;
  display: grid;
  margin-bottom: 130px;
  grid-template-columns: 532px 1fr;
}
@media only screen and (max-width: 1399px) {
  .about-us-5__top {
    gap: 100px;
    grid-template-columns: 450px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .about-us-5__top {
    gap: 50px;
    grid-template-columns: 350px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .about-us-5__top {
    gap: 30px;
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }
}
.about-us-5__top__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-us-5__top__content .title {
  font-size: 52px;
  line-height: 62px;
  font-weight: 700;
  margin-bottom: 45px;
  color: var(--primary);
  font-family: var(--font_dmsans);
}
@media only screen and (max-width: 1919px) {
  .about-us-5__top__content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-us-5__top__content .title {
    font-size: 40px;
    line-height: 50px;
  }
  .about-us-5__top__content .title br {
    display: none;
  }
}
@media (max-width: 575px) {
  .about-us-5__top__content .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.about-us-5__top__content .text {
  margin-left: 274px;
}
@media only screen and (max-width: 1399px) {
  .about-us-5__top__content .text {
    margin-left: 0;
  }
}
.about-us-5__top__content .text .desc {
  color: var(--black);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 45px;
}
.about-us-5__top__content .text .btn-oreng {
  background: var(--black);
}
.about-us-5__top__content .text .btn-oreng::after {
  background: #ff8800;
}
.about-us-5__bottom {
  gap: 130px;
  display: grid;
  grid-template-columns: 1fr 664px;
}
@media only screen and (max-width: 1399px) {
  .about-us-5__bottom {
    gap: 50px;
    display: grid;
    grid-template-columns: 1fr 450px;
  }
}
@media only screen and (max-width: 991px) {
  .about-us-5__bottom {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}
.about-us-5__bottom__wrapper .wrapper {
  display: grid;
  gap: 130px 30px;
  grid-template-columns: repeat(2, 340px);
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .about-us-5__bottom__wrapper .wrapper {
    gap: 100px 30px;
    grid-template-columns: repeat(2, 280px);
  }
}
@media only screen and (max-width: 991px) {
  .about-us-5__bottom__wrapper .wrapper {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .about-us-5__bottom__wrapper .wrapper {
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-us-5__bottom__item .title {
  color: var(--black);
  font-family: var(--font_dmsans);
  font-size: 90px;
  font-weight: 700;
  line-height: 100px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .about-us-5__bottom__item .title {
    font-size: 60px;
    line-height: 60px;
  }
}
.about-us-5__bottom__item p {
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  padding-bottom: 15px;
  padding-left: 18px;
  position: relative;
  border-bottom: 1px solid var(--black);
}
@media only screen and (max-width: 767px) {
  .about-us-5__bottom__item p {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.about-us-5__bottom__item p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0px, -100%);
  width: 10px;
  height: 10px;
  border-radius: 500px;
  background: var(--black);
}
@media only screen and (max-width: 1399px) {
  .about-us-5__bottom__item p::before {
    top: 8px;
    transform: translate(0px, 0%);
  }
}
.about-us-5__bottom__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-title-8-wrapper .sub-title {
  gap: 10px;
  padding: 3px 43px;
  color: #151515;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  position: relative;
  border-radius: 90px;
  align-items: center;
  display: inline-flex;
  background: var(--white);
  text-transform: uppercase;
  border: 1px solid #d4d4d4;
  font-family: var(--font_instrument);
}
.section-title-8-wrapper .sub-title::before {
  content: "";
  top: 50%;
  left: 25px;
  width: 8px;
  height: 8px;
  position: absolute;
  background: #f14f44;
  border-radius: 500px;
  transform: translate(0, -50%);
}
.section-title-8-wrapper .sub-title::after {
  content: "";
  top: 50%;
  right: 25px;
  width: 8px;
  height: 8px;
  position: absolute;
  background: #f14f44;
  border-radius: 500px;
  transform: translate(0, -50%);
}
.section-title-8-wrapper .title {
  color: #151515;
  font-size: 60px;
  margin-top: 34px;
  font-weight: 700;
  line-height: 70px;
  text-decoration: underline;
  font-family: var(--font_instrument);
}
@media only screen and (max-width: 1919px) {
  .section-title-8-wrapper .title {
    font-size: 58px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-title-8-wrapper .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-title-8-wrapper .title {
    font-size: 40px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title-8-wrapper .title {
    font-size: 38px;
  }
  .section-title-8-wrapper .title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section-title-8-wrapper .title {
    font-size: 35px;
  }
  .section-title-8-wrapper .title br {
    display: none;
  }
}
@media (max-width: 575px) {
  .section-title-8-wrapper .title {
    font-size: 20px;
    line-height: 34px;
  }
}

.hero-8__space {
  padding-top: 166px;
}
@media only screen and (max-width: 767px) {
  .hero-8__space {
    padding-top: 140px;
  }
}

.hero-8__inner {
  position: relative;
  overflow: hidden;
}
.hero-8__inner .hero-8__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.hero-8__inner .hero-8__bg img {
  width: 100%;
  height: 100%;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .hero-8__inner .hero-8__bg img {
    -webkit-mask-image: none;
    mask-image: none;
  }
}
.hero-8__inner .shape {
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 4;
}

.hero-8__content {
  position: relative;
  padding-left: 90px;
  padding-top: 140px;
  padding-bottom: 140px;
  z-index: 9;
}
@media only screen and (max-width: 1919px) {
  .hero-8__content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-8__content {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-8__content {
    padding-left: 20px;
    padding-top: 20px;
  }
}
.hero-8__content .title {
  font-size: 90px;
  font-weight: 700;
  line-height: 100px;
  color: var(--white);
  margin-bottom: 45px;
  max-width: 885px;
  font-family: var(--font_instrument);
}
@media only screen and (max-width: 1199px) {
  .hero-8__content .title {
    font-size: 81px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-8__content .title {
    font-size: 65px;
    line-height: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-8__content .title {
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .hero-8__content .title {
    font-size: 40px;
    line-height: 45px;
  }
}
.hero-8__content .text {
  max-width: 512px;
  margin-left: 316px;
}
@media only screen and (max-width: 1919px) {
  .hero-8__content .text {
    margin-left: 0;
  }
}
.hero-8__content .text .desc {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: var(--white);
  margin-bottom: 45px;
  font-family: var(--font_instrument);
}
@media (max-width: 575px) {
  .hero-8__content .text .desc {
    font-size: 18px;
  }
}
.hero-8__content .text .btn-primary::after {
  background: var(--white);
}
.hero-8__content .text .btn-primary:hover {
  color: #f14f44;
}

.hero-8__wrapper {
  right: 10px;
  gap: 14px;
  bottom: 35px;
  z-index: 9;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: absolute;
}
@media only screen and (max-width: 1919px) {
  .hero-8__wrapper {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-8__wrapper {
    bottom: 0;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero-8__wrapper {
    position: relative;
    left: 0;
    bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.hero-8__wrapper .hero-8__wrapper-review {
  gap: 20px;
  display: flex;
  padding: 20px 30px;
  padding-right: 46px;
  align-items: center;
  border-radius: 10px;
  background: var(--white);
}
@media (max-width: 575px) {
  .hero-8__wrapper .hero-8__wrapper-review {
    gap: 10px;
    display: flex;
    padding: 20px 20px;
    padding-right: 0;
  }
}
.hero-8__wrapper .hero-8__wrapper-review .title {
  color: #151515;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
  font-family: var(--font_instrument);
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .hero-8__wrapper .hero-8__wrapper-review .title {
    font-size: 30px;
  }
}
.hero-8__wrapper .hero-8__wrapper-review p {
  color: #151515;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  font-family: var(--font_instrument);
}
.hero-8__wrapper .hero-8__wrapper-clients {
  display: flex;
  padding: 20px 30px;
  align-items: center;
  border-radius: 10px;
  background: var(--white);
  justify-content: space-between;
}
@media (max-width: 575px) {
  .hero-8__wrapper .hero-8__wrapper-clients {
    gap: 10px;
    display: flex;
    padding: 20px 20px;
  }
}
.hero-8__wrapper .hero-8__wrapper-clients .author {
  display: flex;
}
.hero-8__wrapper .hero-8__wrapper-clients .author li {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: flex;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  outline: 2px solid var(--white);
}
@media (max-width: 575px) {
  .hero-8__wrapper .hero-8__wrapper-clients .author li {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}
.hero-8__wrapper .hero-8__wrapper-clients .author li:not(:first-child) {
  margin-left: -30px;
}
@media (max-width: 575px) {
  .hero-8__wrapper .hero-8__wrapper-clients .author li:not(:first-child) {
    margin-left: -20px;
  }
}
.hero-8__wrapper .hero-8__wrapper-clients .author li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-8__wrapper .hero-8__wrapper-clients a {
  width: 60px;
  height: 60px;
  display: flex;
  rotate: -32deg;
  align-items: center;
  background: #f14f44;
  border-radius: 500px;
  color: var(--white);
  justify-content: center;
}

.project-6__inner {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .project-6__inner {
    height: inherit;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.project-6__content {
  text-align: center;
}
.project-6__content .sub-title {
  color: #000;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
  font-family: var(--font_outfit);
  position: relative;
  display: inline-block;
  padding-left: 22px;
}
.project-6__content .sub-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: var(--black);
  width: 10px;
  transform: translate(0px, -50%);
  height: 10px;
  border-radius: 500px;
}
.project-6__content .title {
  color: #000;
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
  margin-bottom: 45px;
  font-family: var(--font_outfit);
}
@media only screen and (max-width: 1399px) {
  .project-6__content .title {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .project-6__content .title {
    font-size: 40px;
    line-height: 50px;
  }
  .project-6__content .title br {
    display: none;
  }
}
@media (max-width: 575px) {
  .project-6__content .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.project-6__content .project-6-input-group {
  border: 1px solid rgba(26, 25, 25, 0.15);
  max-width: 796px;
  border-radius: 500px;
  padding: 8px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1399px) {
  .project-6__content .project-6-input-group {
    max-width: 500px;
  }
}
.project-6__content .project-6-input-group input {
  border: 1px solid rgba(26, 25, 25, 0.15);
  background: #f1f1f1;
  outline: none;
  width: 100%;
  padding: 20px 30px;
  padding-right: 60px;
  border-radius: 500px;
}
.project-6__content .project-6-input-group input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #444;
  font-family: var(--font_outfit);
}
.project-6__content .project-6-input-group input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #444;
  font-family: var(--font_outfit);
}
.project-6__content .project-6-input-group .icon {
  position: absolute;
  right: 13px;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f80;
  transform: translate(0px, -50%);
}
.project-6__media .thumb {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1399px) {
  .project-6__media .thumb {
    max-width: 200px;
    max-height: 200px;
    display: flex;
  }
  .project-6__media .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 1199px) {
  .project-6__media .thumb {
    display: none;
  }
}

.about-8__wrapper {
  margin-top: 72px;
  display: grid;
  gap: 30px;
  justify-content: space-between;
  grid-template-columns: 449px 540px 371px;
}
@media only screen and (max-width: 1919px) {
  .about-8__wrapper {
    grid-template-columns: 400px 485px 350px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-8__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .about-8__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-8__media {
  display: flex;
}
.about-8__media .thumb {
  border-radius: 600px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .about-8__media .thumb {
    border-radius: 100px;
  }
}
@media (max-width: 575px) {
  .about-8__media .thumb {
    border-radius: 50px;
  }
}
.about-8__media .thumb.bottom-img {
  margin-top: 228px;
}
@media only screen and (max-width: 1399px) {
  .about-8__media .thumb.bottom-img {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-8__media .thumb.bottom-img {
    margin-top: 0px;
  }
}
.about-8__media .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-8__content {
  margin-top: 124px;
}
@media only screen and (max-width: 1199px) {
  .about-8__content {
    margin-top: 0px;
  }
}
.about-8__content .desc {
  color: #151515;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 35px;
  font-family: var(--font_instrument);
}
.about-8__content .rating {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  text-align: center;
  background: #f14f44;
  margin-left: auto;
  margin-top: 125px;
  position: relative;
  z-index: 1;
  background: linear-gradient(to right, #f44336, #e53935);
  box-shadow: -10px 0 0 #3f51b5;
}
@media only screen and (max-width: 1199px) {
  .about-8__content .rating {
    margin-right: auto;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .about-8__content .rating {
    margin-left: inherit;
    margin-top: 30px;
  }
}
.about-8__content .rating .title {
  color: #fff;
  font-family: var(--font_brico);
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}
.about-8__content .rating .title span {
  color: #fff;
  font-family: var(--font_brico);
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.what-offer-8__wrapper {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .what-offer-8__wrapper {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .what-offer-8__wrapper {
    grid-template-columns: 1fr;
  }
}
.what-offer-8__content {
  border-radius: 25px;
  background: #f1f1f1;
  padding: 60px 45px;
}
@media only screen and (max-width: 1399px) {
  .what-offer-8__content {
    padding: 40px 30px;
  }
}
@media (max-width: 575px) {
  .what-offer-8__content {
    padding: 30px 20px;
  }
}
.what-offer-8__content span {
  color: #151515;
  font-size: 20px;
  font-weight: 600;
  display: block;
  line-height: 30px;
  margin-bottom: 45px;
  font-family: var(--font_instrument);
}
@media only screen and (max-width: 1399px) {
  .what-offer-8__content span {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .what-offer-8__content span {
    margin-bottom: 20px;
  }
}
.what-offer-8__content .title {
  color: #151515;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
  margin-bottom: 45px;
  text-decoration-line: underline;
  font-family: var(--font_instrument);
}
@media only screen and (max-width: 991px) {
  .what-offer-8__content .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.what-offer-8__content p {
  color: #151515;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 45px;
  font-family: var(--font_instrument);
}
@media only screen and (max-width: 991px) {
  .what-offer-8__content p {
    margin-bottom: 20px;
  }
}
.what-offer-8__content .list li {
  color: #151515;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  font-family: var(--font_instrument);
  position: relative;
  padding-left: 25px;
}
.what-offer-8__content .list li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #151515;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0px, -50%);
  rotate: 40deg;
}
.what-offer-8__content .list li:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .what-offer-8__content .list li:not(:last-child) {
    margin-bottom: 0px;
  }
}
.what-offer-8__media .thumb {
  position: relative;
}
.what-offer-8__media img {
  width: 100%;
  height: 100%;
}
.what-offer-8__media a {
  width: 72px;
  height: 72px;
  background: #f14f44;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 30px;
  position: absolute;
  right: 25px;
  bottom: 25px;
  rotate: -20deg;
}
@media only screen and (max-width: 1919px) {
  .what-offer-8__media a {
    right: 15px;
    bottom: 15px;
  }
}
@media only screen and (max-width: 1399px) {
  .what-offer-8__media a {
    right: 0px;
    bottom: 0px;
  }
}
@media (max-width: 575px) {
  .what-offer-8__media a {
    width: 60px;
    height: 60px;
  }
}

.work-8__wrapper {
  gap: 120px;
  display: grid;
  border-radius: 25px;
  align-items: center;
  background: var(--white);
  grid-template-columns: 900px 700px;
}
@media only screen and (max-width: 1919px) {
  .work-8__wrapper {
    gap: 100px;
    grid-template-columns: 500px 1fr;
  }
}
@media only screen and (max-width: 1399px) {
  .work-8__wrapper {
    gap: 80px;
    grid-template-columns: 450px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .work-8__wrapper {
    gap: 50px;
    grid-template-columns: 400px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .work-8__wrapper {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
.work-8__media {
  overflow: hidden;
  border-radius: 25px;
  position: relative;
}
.work-8__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
 
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  object-fit: cover;
}
.work-8__btn-wrp {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 351px;
  height: 131px;
  background: var(--white);
  border-radius: 25px 25px 0px 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0px);
}
@media (max-width: 575px) {
  .work-8__btn-wrp {
    width: 260px;
    height: 115px;
  }
}
.work-8__content {
  margin: 20px;
  margin-left: 0;
}
@media only screen and (max-width: 991px) {
  .work-8__content {
    margin-left: 20px;
  }
}
.work-8__content .faq-content {
  max-width: 100%;
  margin-left: auto;
  margin-top: 60px;
}
.work-8__content .faq-content .rr-accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.work-8__content .faq-content .rr-accordion-button {
  font-family: var(--font_instrument);
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  color: #151515;
  width: 100%;
  text-align: left;
  padding-top: 35px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 35px;
  align-items: end;
}
.work-8__content .faq-content .rr-accordion-button .number {
  color: #151515;
  font-family: var(--font_instrument);
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  color: #151515;
}
@media only screen and (max-width: 767px) {
  .work-8__content .faq-content .rr-accordion-button .number {
    font-size: 16px;
  }
}
.work-8__content .faq-content .rr-accordion-button .number .title {
  font-family: var(--font_instrument);
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  color: #151515;
  cursor: pointer;
  margin-left: 54px;
}
@media only screen and (max-width: 767px) {
  .work-8__content .faq-content .rr-accordion-button .number .title {
    font-size: 22px;
    margin-left: 20px;
  }
}
.work-8__content .faq-content .rr-accordion-button-2 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.work-8__content .faq-content .rr-accordion-button[aria-expanded=true] {
  padding-bottom: 15px;
}
.work-8__content .faq-content .rr-accordion-body {
  margin-left: 95px;
}
@media only screen and (max-width: 767px) {
  .work-8__content .faq-content .rr-accordion-body {
    margin-left: 0;
  }
}
.work-8__content .faq-content .rr-accordion-body .desc {
  font-family: var(--font_instrument);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #151515;
  margin-bottom: 35px;
}

.client-slider-8__inner {
  border-radius: 25px;
  overflow: hidden;
  padding-left: 130px;
  padding-right: 130px;
  background: var(--white);
  position: relative;
}
@media only screen and (max-width: 1919px) {
  .client-slider-8__inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 575px) {
  .client-slider-8__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.client-slider-8__active {
  margin-bottom: 120px;
  margin-top: 70px;
}
@media only screen and (max-width: 991px) {
  .client-slider-8__active {
    margin-bottom: 0;
    margin-top: 50px;
  }
}
.client-slider-8__item {
  background: #f1f1f1;
  border: 1px solid var(--white);
  padding: 45px 35px;
  border-radius: 20px;
}
@media (max-width: 575px) {
  .client-slider-8__item {
    padding: 30px 20px;
  }
}
.client-slider-8__item .icon {
  margin-bottom: 45px;
}
@media (max-width: 575px) {
  .client-slider-8__item .icon {
    margin-bottom: 30px;
  }
}
.client-slider-8__item p {
  color: #151515;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  max-width: 434px;
}
@media (max-width: 575px) {
  .client-slider-8__item p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    color: var(--black);
  }
}
.client-slider-8__item__author {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
  align-items: center;
  background: var(--white);
  border-radius: 500px;
  max-width: 243px;
}
@media (max-width: 575px) {
  .client-slider-8__item__author {
    margin-top: 30px;
  }
}
.client-slider-8__item__author .media {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 500px;
}
.client-slider-8__item__author .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 500px;
}
.client-slider-8__item__author .text .name {
  color: #151515;
  font-family: var(--font_instrument);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
}
.client-slider-8-paginatnion {
  background: #f1f1f1;
  border-radius: 500px;
  padding: 7px 25px;
  margin-top: 60px;
  display: inline-flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 50%;
  bottom: 120px;
  z-index: 9;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 991px) {
  .client-slider-8-paginatnion {
    display: none;
  }
}
.client-slider-8 .client-slider-8__dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.client-slider-8 .client-slider-8__dot .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  padding: 0;
  opacity: 1;
  display: flex;
  overflow: hidden;
  position: relative;
  margin: 0 !important;
  border-radius: 500px;
  background: transparent;
  border: 2px solid var(--black);
}
.client-slider-8 .client-slider-8__dot .swiper-pagination-bullet:after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  top: calc(50% - 5px);
  background: transparent;
  border-radius: 500px;
  left: calc(50% - 5px);
}
.client-slider-8 .client-slider-8__dot .swiper-pagination-bullet-active {
  border-color: var(--black);
}
.client-slider-8 .client-slider-8__dot .swiper-pagination-bullet-active::after {
  background-color: var(--black);
}

.latest-work-8__wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin-top: 70px;
}
@media only screen and (max-width: 991px) {
  .latest-work-8__wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.latest-work-8__item {
  width: 240px;
  height: 775px;
  transition: all 0.5s ease;
  overflow: hidden;
  position: relative;
  border-radius: 25px;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .latest-work-8__item {
    width: 100%;
    height: 350px;
  }
}
.latest-work-8__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.latest-work-8__item .content {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, 20px);
  width: calc(100% - 92px);
  background: var(--white);
  padding: 35px;
  border-radius: 25px;
  z-index: 1;
}
@media only screen and (max-width: 1399px) {
  .latest-work-8__item .content {
    width: calc(100% - 50px);
    padding: 35px 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .latest-work-8__item .content {
    bottom: 20px;
  }
}
.latest-work-8__item .content span {
  color: #151515;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: block;
  text-transform: uppercase;
  font-family: var(--font_instrument);
  margin-bottom: 20px;
}
.latest-work-8__item .content .text {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 575px) {
  .latest-work-8__item .content .text {
    flex-wrap: wrap;
  }
}
.latest-work-8__item .content .title {
  color: #151515;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: underline;
  font-family: var(--font_instrument);
}
@media only screen and (max-width: 1199px) {
  .latest-work-8__item .content .title {
    font-size: 22px;
    line-height: 30px;
  }
}
.latest-work-8__item .content a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f14f44;
  border-radius: 500px;
  width: 60px;
  min-width: 60px;
  height: 60px;
  font-size: 24px;
  color: var(--white);
  text-decoration: none;
  rotate: -32deg;
}
.latest-work-8__item.active {
  width: 789px;
  z-index: 2;
}
.latest-work-8__item.active .content {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 991px) {
  .latest-work-8__item.active {
    width: 100%;
  }
}

.choose-us-8 .parallax {
  margin-top: 70px;
  overflow: hidden;
  border-radius: 45px;
}
.choose-us-8 .parallax img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.choose-us-8__wrapper {
  gap: 30px;
  display: grid;
  margin-top: 30px;
  grid-template-columns: 774px 1fr;
}
@media only screen and (max-width: 1919px) {
  .choose-us-8__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .choose-us-8__wrapper {
    grid-template-columns: 1fr;
  }
}
.choose-us-8__content {
  border-radius: 25px;
  padding: 60px 40px;
  background: var(--white);
}
@media only screen and (max-width: 1919px) {
  .choose-us-8__content {
    padding: 40px 40px;
  }
}
@media (max-width: 575px) {
  .choose-us-8__content {
    padding: 30px 20px;
  }
}
.choose-us-8__item {
  gap: 30px;
  display: flex;
  padding-top: 30px;
}
@media only screen and (max-width: 1199px) {
  .choose-us-8__item {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .choose-us-8__item {
    flex-wrap: wrap;
  }
}
.choose-us-8__item:first-child {
  padding-top: 0;
}
.choose-us-8__item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 35px;
}
.choose-us-8__item .circle {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e3572b;
  border-radius: 500px;
}
.choose-us-8__item .circle .icon {
  width: 46px;
  height: 46px;
}
@media only screen and (max-width: 1199px) {
  .choose-us-8__item .circle {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
}
.choose-us-8__item .text .title {
  color: #151515;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 14px;
  font-family: var(--font_instrument);
}
.choose-us-8__item .text .desc {
  color: #151515;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-family: var(--font_brico);
}
.choose-us-8__experience {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  .choose-us-8__experience {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .choose-us-8__experience {
    grid-template-columns: 1fr;
  }
}
.choose-us-8__box {
  padding: 55px;
  border-radius: 25px;
  background: var(--white);
}
@media only screen and (max-width: 1919px) {
  .choose-us-8__box {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .choose-us-8__box {
    padding: 30px 20px;
  }
}
.choose-us-8__box .title {
  color: #151515;
  font-size: 90px;
  font-weight: 700;
  line-height: 100px;
  text-transform: uppercase;
  font-family: var(--font_dmsans);
}
@media only screen and (max-width: 1199px) {
  .choose-us-8__box .title {
    font-size: 80px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .choose-us-8__box .title {
    font-size: 60px;
    line-height: 70px;
  }
}
.choose-us-8__box .sub-title {
  color: #151515;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
  padding-left: 18px;
  display: inline-block;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-family: var(--font_dmsans);
}
.choose-us-8__box .sub-title::before {
  left: 0;
  bottom: 0;
  height: 1px;
  content: "";
  width: 340px;
  position: absolute;
  background: #151515;
}
@media only screen and (max-width: 1919px) {
  .choose-us-8__box .sub-title::before {
    display: none;
  }
}
.choose-us-8__box .sub-title::after {
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  border-radius: 500px;
  background: #151515;
}

.faq-8__wrapper {
  gap: 120px;
  display: grid;
  border-radius: 25px;
  align-items: center;
  background: var(--white);
  grid-template-columns: 774px 836px;
}
@media only screen and (max-width: 1919px) {
  .faq-8__wrapper {
    gap: 100px;
    grid-template-columns: 500px 1fr;
  }
}
@media only screen and (max-width: 1399px) {
  .faq-8__wrapper {
    gap: 80px;
    grid-template-columns: 450px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .faq-8__wrapper {
    gap: 50px;
    grid-template-columns: 400px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .faq-8__wrapper {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
.faq-8__media {
  overflow: hidden;
  border-radius: 25px;
  position: relative;
}
.faq-8__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;

  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  object-fit: cover;
}
.faq-8__btn-wrp {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 351px;
  height: 131px;
  background: var(--white);
  border-radius: 25px 25px 0px 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0px);
}
@media (max-width: 575px) {
  .faq-8__btn-wrp {
    width: 260px;
    height: 115px;
  }
}
.faq-8__content {
  margin: 20px;
  margin-left: 0;
}
@media only screen and (max-width: 991px) {
  .faq-8__content {
    margin-left: 20px;
  }
}
.faq-8__content .faq-content {
  margin-top: 80px;
  max-width: 100%;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .faq-8__content .faq-content {
    margin-top: 50px;
  }
}
.faq-8__content .faq-content .rr-accordion-item {
  border-bottom: none;
  border-radius: 10px;
  background: #f1f1f1;
  padding: 30px;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .faq-8__content .faq-content .rr-accordion-item {
    padding: 20px;
  }
}
.faq-8__content .faq-content .rr-accordion-button {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #151515;
  width: 100%;
  text-align: left;
  padding-top: 0px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0px;
  align-items: center;
  border-top: none;
}
.faq-8__content .faq-content .rr-accordion-button .title {
  color: #151515;
  font-family: var(--font_instrument);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 20px;
  cursor: pointer;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .faq-8__content .faq-content .rr-accordion-button .title {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .faq-8__content .faq-content .rr-accordion-button .title {
    font-size: 18px;
  }
}
.faq-8__content .faq-content .rr-accordion-button .icon {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #151515;
}
.faq-8__content .faq-content .rr-accordion-button .icon i {
  font-size: 15px;
  transform: rotate(0);
}
.faq-8__content .faq-content .rr-accordion-button.collapsed .title {
  margin-bottom: 0;
}
.faq-8__content .faq-content .rr-accordion-button.collapsed .icon {
  transform: rotate(0deg);
}
.faq-8__content .faq-content .rr-accordion-button.collapsed .icon i::before {
  content: "\f068";
}
.faq-8__content .faq-content .rr-accordion-body {
  margin-left: 0;
}
.faq-8__content .faq-content .rr-accordion-body .desc {
  color: #151515;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0px;
  font-family: var(--font_instrument);
}

.team-8 .section-title-8-wrapper .text .number {
  color: #151515;
  font-size: 160px;
  font-weight: 600;
  line-height: 150px;
  text-transform: uppercase;
  font-family: var(--font_instrument);
}
@media only screen and (max-width: 1199px) {
  .team-8 .section-title-8-wrapper .text .number {
    font-size: 120px;
    line-height: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .team-8 .section-title-8-wrapper .text .number {
    font-size: 100px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .team-8 .section-title-8-wrapper .text .number {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .team-8 .section-title-8-wrapper .text .number {
    font-size: 50px;
    line-height: 50px;
  }
}
.team-8 .section-title-8-wrapper .text span {
  color: #151515;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  font-family: var(--font_instrument);
}
.team-8__wrapper {
  margin-top: 70px;
}
.team-8__item {
  margin-bottom: 30px;
}
.team-8__item .media {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.team-8__item .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.team-8__item .media .sub-title {
  color: #fff;
  font-family: var(--font_instrument);
  position: absolute;
  top: 35px;
  left: 35px;
  z-index: 1;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  transition: all 0.3s;
  transform: translate(0, 0%);
  opacity: 1;
}
.team-8__item .media .title {
  color: #fff;
  font-family: var(--font_instrument);
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
  bottom: 35px;
  left: 35px;
  z-index: 1;
  position: absolute;
  transform: translate(0, 0%);
  transition: all 0.3s;
  opacity: 1;
}
.team-8__item .media .socail-media {
  position: absolute;
  top: 50%;
  left: 50%;
  gap: 10px;
  display: flex;
  z-index: 2;
  align-items: center;
  transition: all 0.3s;
  transform: translate(-50%, 100%);
  opacity: 0;
}
.team-8__item .media .socail-media li {
  width: 48.421px;
  height: 48.421px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  border: 1px solid var(--white);
  color: var(--white);
  transition: all 0.3s;
}
.team-8__item .media .socail-media li:hover {
  background: var(--white);
  color: #151515;
}
.team-8__item:hover .media img {
  filter: blur(5px);
}
.team-8__item:hover .socail-media {
  transform: translate(-50%, 0%);
  opacity: 1;
}
.team-8__item:hover .sub-title {
  transform: translate(0, -100%);
  opacity: 0;
}
.team-8__item:hover .title {
  transform: translate(0, 100%);
  opacity: 0;
}

.contact-us-8__box {
  padding: 60px 130px;
  border-radius: 25px;
  background: #fff;
  display: flex;
  gap: 23px;
}
@media only screen and (max-width: 1919px) {
  .contact-us-8__box {
    gap: 20px;
    padding: 50px 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-us-8__box {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us-8__box {
    padding: 30px 20px;
  }
}
.contact-us-8__box .media {
  overflow: hidden;
  max-width: 280px;
  max-height: 280px;
  min-width: 280px;
  border-radius: 10px;
}
@media only screen and (max-width: 1399px) {
  .contact-us-8__box .media {
    max-width: 200px;
    max-height: 200px;
    min-width: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-us-8__box .media {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .contact-us-8__box .media {
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
  }
}
.contact-us-8__box .media.right-thumb {
  margin-top: 277px;
}
@media only screen and (max-width: 1199px) {
  .contact-us-8__box .media.right-thumb {
    margin-top: 40px;
  }
}
.contact-us-8__box .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-us-8__box .content {
  margin-top: 90px;
}
@media only screen and (max-width: 1199px) {
  .contact-us-8__box .content {
    margin-top: 40px;
  }
}
.contact-us-8__box .content .section-title-8-wrapper .title {
  margin-bottom: 45px;
}
@media only screen and (max-width: 1919px) {
  .contact-us-8__box .content .section-title-8-wrapper .title {
    font-size: 54px;
  }
  .contact-us-8__box .content .section-title-8-wrapper .title br {
    display: none;
  }
}
@media only screen and (max-width: 1399px) {
  .contact-us-8__box .content .section-title-8-wrapper .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-us-8__box .content .section-title-8-wrapper .title {
    font-size: 40px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-us-8__box .content .section-title-8-wrapper .title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us-8__box .content .section-title-8-wrapper .title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .contact-us-8__box .content .section-title-8-wrapper .title {
    font-size: 20px;
    line-height: 34px;
  }
}

.blog-8__wrapper {
  margin-top: 70px;
}
@media only screen and (max-width: 991px) {
  .blog-8__wrapper {
    margin-top: 40px;
  }
}
.blog-8__item {
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
}
.blog-8__item .media {
  position: relative;
}
.blog-8__item .media img {
  width: 100%;
  /* -webkit-mask-image: url(../img/blog-8/mask.png);
  mask-image: url(../img/blog-8/mask.png); */
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-8__item .media .meta-date {
  color: #151515;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  border-radius: 500px;
  background: #f1f1f1;
  display: inline-block;
  padding: 3px 20px;
  font-family: var(--font_instrument);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 1919px) {
  .blog-8__item .media .meta-date {
    padding: 3px 16px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1399px) {
  .blog-8__item .media .meta-date {
    padding: 1px 9px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-8__item .media .meta-date {
    position: inherit;
    margin-top: 10px;
  }
}
.blog-8__item .content {
  margin-top: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .blog-8__item .content {
    margin-top: 20px;
  }
}
.blog-8__item .content .title a {
  color: #151515;
  font-size: 26px;
  font-weight: 600;
  display: inline-block;
  line-height: 36px;
  text-decoration: underline;
  font-family: var(--font_instrument);
  margin-bottom: 20px;
}
.blog-8__item .content .title a:hover {
  color: #f14f44;
}
.blog-8__item .content p {
  color: #151515;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 30px;
  font-family: var(--font_outfit);
}
.blog-8__item .content .arrow {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  background: #f14f44;
  color: var(--white);
  transform: rotate(-32.031deg);
  transition: all 0.3;
}
.blog-8__item .content .arrow:hover {
  background: var(--primary);
}

.hero-section-6__wrapper {
  color: var(--white);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  background-color: #0a0a0a;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}
.hero-section-6__title {
  position: relative;
  font-weight: 800;
  font-size: 190px;
  line-height: 1.1;
  color: var(--white);
  font-family: var(--font_outfit);
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px), only screen and (max-width: 991px), only screen and (max-width: 767px), (max-width: 575px) {
  .hero-section-6__title br {
    display: none;
  }
}
@media only screen and (max-width: 1919px) {
  .hero-section-6__title {
    font-size: 140px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-section-6__title {
    font-size: 101px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section-6__title {
    font-size: 84px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section-6__title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .hero-section-6__title {
    font-size: 32px;
  }
}
.hero-section-6__title cite {
  background: linear-gradient(90deg, #B3DE4F 0%, #fff0dc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: 190px;
  font-style: normal;
  text-transform: uppercase;
}
@media only screen and (max-width: 1399px) {
  .hero-section-6__title cite {
    font-size: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section-6__title cite {
    font-size: 84px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section-6__title cite {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .hero-section-6__title cite {
    font-size: 32px;
  }
}
.hero-section-6__badge {
  background: #B3DE4F;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.2;
  border-left: 10px solid #005bff;
  font-family: var(--font_brico);
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
  color: #010101;
}
@media only screen and (max-width: 1399px) {
  .hero-section-6__badge {
    width: 138px;
    height: 138px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-section-6__badge {
    width: 117px;
    height: 117px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section-6__badge {
    width: 100px;
    height: 100px;
    font-size: 16px;
  }
}
.hero-section-6__badge small {
  font-family: var(--font_brico);
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #010101;
}
@media only screen and (max-width: 1399px) {
  .hero-section-6__badge small {
    font-size: 16px;
  }
}
.hero-section-6__badge-holder {
  display: inline-block;
  position: relative;
  top: -85px;
  margin: 0 10px;
}
@media only screen and (max-width: 1399px) {
  .hero-section-6__badge-holder {
    top: -58px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section-6__badge-holder {
    top: -30px;
  }
}
.hero-section-6__meta {
  gap: 25px;
  top: 49%;
  left: 6%;
  bottom: 0;
  display: flex;
  margin-top: 40px;
  position: absolute;
  align-items: center;
}
@media only screen and (max-width: 1399px) {
  .hero-section-6__meta {
    top: 41%;
    left: 7%;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section-6__meta {
    margin-top: 30px;
    position: inherit;
  }
}
@media (max-width: 575px) {
  .hero-section-6__meta {
    margin-left: 15px;
  }
}
.hero-section-6__shape {
  position: absolute;
  top: 69%;
  bottom: 0;
  left: 4%;
}
@media only screen and (max-width: 1399px) {
  .hero-section-6__shape {
    top: 64%;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-section-6__shape {
    display: none;
  }
}
.hero-section-6__clients {
  display: flex;
  align-items: center;
}
.hero-section-6__clients-thumb {
  width: 80px;
  height: 80px;
  border-radius: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: -39px;
}
@media only screen and (max-width: 1199px) {
  .hero-section-6__clients-thumb {
    width: 50px;
    height: 50px;
    margin-left: -20px;
  }
}
@media (max-width: 575px) {
  .hero-section-6__clients-thumb {
    width: 40px;
    height: 40px;
    margin-left: -16px;
  }
}
.hero-section-6__clients-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 500px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #0a0a0a;
}
.hero-section-6__clients-thumb img:first-child {
  margin-left: 0;
}
.hero-section-6__city {
  margin-left: 32%;
}
@media only screen and (max-width: 1919px) {
  .hero-section-6__city {
    margin-left: 41%;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-section-6__city {
    margin-left: 50%;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-section-6__city {
    margin-left: 41%;
    line-height: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section-6__city {
    margin-left: 0;
  }
}
.hero-section-6__review-text {
  font-family: var(--font_dmsans);
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--white);
}
@media (max-width: 575px) {
  .hero-section-6__review-text {
    font-size: 15px;
  }
}

.management-6__wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.management-6__wrap {
  gap: 10px;
  display: flex;
  max-width: 794px;
  margin: 0 0 0 auto;
  align-items: center;
  padding-top: 712px;
  padding-bottom: 60px;
  margin-right: 160px;
}
@media only screen and (max-width: 1919px) {
  .management-6__wrap {
    padding-top: 475px;
  }
}
@media only screen and (max-width: 1399px) {
  .management-6__wrap {
    margin-right: 50px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .management-6__wrap {
    padding-top: 332px;
  }
}
@media only screen and (max-width: 991px) {
  .management-6__wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .management-6__wrap {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .management-6__wrap {
    flex-wrap: wrap;
    padding-top: 60px;
  }
}
.management-6__item {
  width: 100%;
  display: block;
  padding: 20px 20px;
  background: var(--white);
}
@media only screen and (max-width: 767px) {
  .management-6__item {
    padding: 20px 10px;
  }
}
.management-6__number {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--black);
  width: 100%;
  display: block;
  padding-bottom: 14px;
  font-family: var(--font_outfit);
  border-bottom: 1px solid var(--black);
}
.management-6__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--black);
  padding-top: 13px;
  font-family: var(--font_outfit);
}
@media only screen and (max-width: 991px) {
  .management-6__title {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .management-6__title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1399px), only screen and (max-width: 1199px), only screen and (max-width: 991px), only screen and (max-width: 767px), (max-width: 575px) {
  .about-us-6__thumb img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px), (max-width: 575px) {
  .about-us-6__thumb {
    margin-bottom: 30px;
  }
}
.about-us-6__title {
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: var(--black);
  font-family: var(--font_outfit);
}
@media only screen and (max-width: 1399px) {
  .about-us-6__title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-us-6__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .about-us-6__title {
    font-size: 35px;
    line-height: 47px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-6__title {
    font-size: 27px;
    line-height: 38px;
  }
}
@media (max-width: 575px) {
  .about-us-6__title {
    font-size: 21px;
    line-height: 30px;
  }
}
.about-us-6__title cite {
  padding-left: 450px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), (max-width: 575px) {
  .about-us-6__title cite {
    padding-left: 0;
  }
}
.about-us-6__fact {
  margin-right: 5px;
  margin-bottom: 30px;
}
.about-us-6__number {
  font-weight: 500;
  font-size: 400px;
  line-height: 300px;
  color: var(--black);
  font-family: var(--font_brico);
}
@media only screen and (max-width: 1199px) {
  .about-us-6__number {
    font-size: 220px;
    line-height: 139px;
  }
}
@media only screen and (max-width: 991px) {
  .about-us-6__number {
    font-size: 150px;
    line-height: 115px;
  }
}
.about-us-6__content {
  position: relative;
}
@media only screen and (max-width: 1399px) {
  .about-us-6__content {
    text-align: center;
  }
}
.about-us-6__btn {
  position: absolute;
  top: 29%;
  left: 0;
}
@media only screen and (max-width: 1399px) {
  .about-us-6__btn {
    left: 78px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-us-6__btn {
    left: 117px;
    top: 28%;
  }
}
@media only screen and (max-width: 991px) {
  .about-us-6__btn {
    left: 63px;
    top: 18%;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-6__btn {
    left: 0;
    top: 22px;
    position: inherit;
  }
}
.about-us-6__btn .btn-primary {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: var(--black);
  padding: 16px 49px;
  text-transform: uppercase;
  font-family: var(--font_brico);
  transform: rotate(-27.42deg);
}
@media only screen and (max-width: 1399px) {
  .about-us-6__btn .btn-primary {
    font-size: 19px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-us-6__btn .btn-primary {
    font-size: 16px;
    line-height: 16px;
    padding: 16px 26px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-6__btn .btn-primary {
    transform: rotate(0);
  }
}
.about-us-6__author {
  display: flex;
  align-items: center;
  gap: 145px;
  margin-top: 36px;
}
@media only screen and (max-width: 991px) {
  .about-us-6__author {
    gap: 129px;
  }
}
@media (max-width: 575px) {
  .about-us-6__author {
    gap: 93px;
    justify-content: center;
  }
}
.about-us-6__author__thumb {
  width: 80px;
  height: 80px;
  border-radius: 500px;
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .about-us-6__author__thumb {
    width: 50px;
    height: 50px;
  }
}
.about-us-6__author__thumb img {
  width: 100%;
  height: 100%;
  border: 2px solid var(--white);
  border-radius: 100%;
}
@media only screen and (max-width: 1399px) {
  .about-us-6__author__thumb img {
    width: inherit;
  }
}
.about-us-6__author__thumb .two {
  margin-left: -40px;
}
@media only screen and (max-width: 1199px) {
  .about-us-6__author__thumb .two {
    margin-left: -22px;
  }
}
.about-us-6__author__thumb .three {
  margin-left: -40px;
}
@media only screen and (max-width: 1199px) {
  .about-us-6__author__thumb .three {
    margin-left: -22px;
  }
}
.about-us-6__author__thumb .four {
  margin-left: -40px;
}
@media only screen and (max-width: 1199px) {
  .about-us-6__author__thumb .four {
    margin-left: -22px;
  }
}
.about-us-6__desc {
  font-family: var(--font_dmsans);
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--black);
}
@media only screen and (max-width: 991px) {
  .about-us-6__desc br {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .about-us-6__desc {
    font-size: 16px;
    line-height: 26px;
  }
}
.about-us-6__fact-wrapper {
  margin-top: 127px;
}
@media (max-width: 575px) {
  .about-us-6__fact-wrapper {
    margin-top: 60px;
  }
}
.about-us-6__item-box {
  padding: 35px;
  background: #010101;
  margin-bottom: 30px;
}
.about-us-6__item-box h4 {
  font-weight: 700;
  font-size: 120px;
  line-height: 100px;
  padding-top: 6px;
  color: var(--white);
  font-family: var(--font_outfit);
}
@media only screen and (max-width: 767px) {
  .about-us-6__item-box h4 {
    font-size: 90px;
    line-height: 70px;
  }
}
@media (max-width: 575px) {
  .about-us-6__item-box h4 {
    font-size: 80px;
    line-height: 50px;
  }
}
.about-us-6__item-box .desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: var(--white);
  font-family: var(--font_outfit);
}
.about-us-6__item-box .odometer {
  font-weight: 700;
  font-size: 120px;
  line-height: 100px;
  color: var(--white);
  font-family: var(--font_outfit);
}
@media only screen and (max-width: 767px) {
  .about-us-6__item-box .odometer {
    font-size: 90px;
    line-height: 70px;
  }
}
@media (max-width: 575px) {
  .about-us-6__item-box .odometer {
    font-size: 80px;
    line-height: 50px;
  }
}
.about-us-6__item-box-two {
  padding: 35px;
  background: #B3DE4F;
}
.about-us-6__item-box-two h4 {
  font-weight: 700;
  font-size: 120px;
  line-height: 100px;
  padding-top: 6px;
  color: var(--primary);
  font-family: var(--font_outfit);
}
@media only screen and (max-width: 767px) {
  .about-us-6__item-box-two h4 {
    font-size: 90px;
    line-height: 70px;
  }
}
@media (max-width: 575px) {
  .about-us-6__item-box-two h4 {
    font-size: 80px;
    line-height: 50px;
  }
}
.about-us-6__item-box-two .desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: var(--primary);
  font-family: var(--font_outfit);
}
.about-us-6__item-box-two .odometer {
  font-weight: 700;
  font-size: 120px;
  line-height: 100px;
  color: var(--primary);
  font-family: var(--font_outfit);
}
@media only screen and (max-width: 767px) {
  .about-us-6__item-box-two .odometer {
    font-size: 90px;
    line-height: 70px;
  }
}
@media (max-width: 575px) {
  .about-us-6__item-box-two .odometer {
    font-size: 80px;
    line-height: 50px;
  }
}
.about-us-6__item-box-three {
  padding: 35px;
  background: var(--black);
}
.about-us-6__item-box-three h4 {
  font-weight: 700;
  font-size: 120px;
  line-height: 100px;
  padding-top: 6px;
  color: var(--white);
  font-family: var(--font_outfit);
}
@media only screen and (max-width: 767px) {
  .about-us-6__item-box-three h4 {
    font-size: 90px;
    line-height: 70px;
  }
}
@media (max-width: 575px) {
  .about-us-6__item-box-three h4 {
    font-size: 80px;
    line-height: 50px;
  }
}
.about-us-6__item-box-three .desc {
  font-family: var(--font_outfit);
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: var(--white);
}
.about-us-6__item-box-three .odometer {
  font-weight: 700;
  font-size: 120px;
  line-height: 100px;
  color: var(--white);
  font-family: var(--primary);
}
@media only screen and (max-width: 767px) {
  .about-us-6__item-box-three .odometer {
    font-size: 90px;
    line-height: 70px;
  }
}
@media (max-width: 575px) {
  .about-us-6__item-box-three .odometer {
    font-size: 80px;
    line-height: 50px;
  }
}

.service-section-6__section-title {
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 59px;
  line-height: 70px;
  text-align: center;
  color: var(--white);
  font-family: var(--font_outfit);
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), (max-width: 575px) {
  .service-section-6__section-title br {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .service-section-6__section-title {
    font-size: 50px;
    margin-bottom: 48px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .service-section-6__section-title {
    font-size: 40px;
    margin-bottom: 40px;
    line-height: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .service-section-6__section-title {
    font-size: 33px;
    margin-bottom: 40px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .service-section-6__section-title {
    font-size: 25px;
    margin-bottom: 35px;
    line-height: 37px;
  }
}
.service-section-6__item {
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 27px 35px 30px 35px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background: linear-gradient(154.06deg, #0c0c0c 0%, #000000 49.52%, #0c0c0c 100%);
}
@media only screen and (max-width: 1199px) {
  .service-section-6__item {
    padding: 27px 20px 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .service-section-6__item {
    padding: 27px 15px 30px 15px;
  }
}
.service-section-6__number {
  font-family: var(--font_outfit);
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: var(--white);
}
.service-section-6__thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-section-6__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1399px), only screen and (max-width: 1199px), only screen and (max-width: 991px), only screen and (max-width: 767px), (max-width: 575px) {
  .service-section-6__thumb img {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .service-section-6__thumb img {
    margin: 30px 0;
    height: inherit;
  }
}
@media only screen and (max-width: 991px) {
  .service-section-6__thumb {
    height: inherit;
  }
}
.service-section-6__title {
  font-family: var(--font_outfit);
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: var(--white);
  margin: 60px 0px 20px 0px;
}
@media only screen and (max-width: 1399px) {
  .service-section-6__title {
    margin: 40px 0px 20px 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-section-6__title {
    font-size: 22px;
    margin: 22px 0px 10px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .service-section-6__title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .service-section-6__title {
    font-size: 18px;
    margin: 20px 0px 6px 0px;
  }
}
.service-section-6__title a:hover {
  color: #B3DE4F;
}
.service-section-6__desc {
  font-family: var(--font_outfit);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #999999;
}
@media only screen and (max-width: 1199px) {
  .service-section-6__desc {
    font-size: 16px;
  }
}
.service-section-6__icon {
  margin-top: 20px;
}
.service-section-6__icon i {
  color: var(--white);
  transition: all 0.3s;
  transform: rotate(-45deg);
}
.service-section-6__icon i:hover {
  color: #B3DE4F;
  transform: rotate(0deg);
}

.pricing-section-6__wrapper {
  background: #f1f1f1;
  border-radius: 10px;
}
.pricing-section-6__title {
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  text-align: center;
  color: var(--black);
  font-family: var(--font_outfit);
  margin-bottom: 60px;
}
@media only screen and (max-width: 1399px) {
  .pricing-section-6__title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .pricing-section-6__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-section-6__title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .pricing-section-6__title {
    font-size: 26px;
    line-height: 35px;
  }
}
.pricing-section-6__item {
  padding: 60px 60px;
  border-radius: 10px;
  margin: 60px 0 60px 60px;
  background: var(--white);
}
@media only screen and (max-width: 1399px) {
  .pricing-section-6__item {
    padding: 60px 45px;
  }
}
@media only screen and (max-width: 1199px) {
  .pricing-section-6__item {
    padding: 60px 21px;
  }
}
@media only screen and (max-width: 991px) {
  .pricing-section-6__item {
    padding: 40px 21px;
    margin: 60px 0 60px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-section-6__item {
    margin: 60px 15px 0px 15px;
  }
}
.pricing-section-6__item-one {
  margin: 60px 60px 60px 0;
}
@media only screen and (max-width: 991px) {
  .pricing-section-6__item-one {
    margin: 60px 15px 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-section-6__item-one {
    margin: 30px 15px 60px 15px;
  }
}
.pricing-section-6__subtitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: var(--black);
  border-radius: 90px;
  background: #f1f1f1;
  padding: 7.5px 25.5px;
  font-family: var(--font_outfit);
}
@media only screen and (max-width: 991px) {
  .pricing-section-6__subtitle {
    font-size: 16px;
  }
}
.pricing-section-6__price {
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  color: var(--black);
  margin: 30px 0px 8px 0px;
  font-family: var(--font_outfit);
}
@media only screen and (max-width: 1199px) {
  .pricing-section-6__price {
    font-size: 45px;
  }
}
.pricing-section-6__price span {
  font-weight: 400;
  font-size: 18px;
  line-height: 70px;
  color: var(--black);
  font-family: var(--font_outfit);
}
.pricing-section-6__desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--black);
  font-family: var(--font_outfit);
}
@media only screen and (max-width: 1199px) {
  .pricing-section-6__desc {
    font-size: 16px;
  }
}
.pricing-section-6__btn {
  font-size: 24px;
  margin: 57px 0px;
  display: block;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
  color: var(--white);
  padding: 19px 0px;
  background: var(--black);
  border-radius: 90px;
  font-family: var(--font_outfit);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .pricing-section-6__btn {
    padding: 10px 0px;
    margin: 26px 0px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .pricing-section-6__btn {
    line-height: 23px;
    font-size: 18px;
  }
}
.pricing-section-6__btn:hover {
  color: var(--black);
  background: #B3DE4F;
}
.pricing-section-6__list li {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #444444;
  margin-bottom: 21px;
  font-family: var(--font_outfit);
}
.pricing-section-6__list li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .pricing-section-6__list li {
    font-size: 16px;
  }
}
.pricing-section-6__list li i {
  margin-right: 12px;
}

.our-project-6__section__title {
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  text-align: center;
  color: var(--black);
  margin-bottom: 60px;
  font-family: var(--font_outfit);
}
@media only screen and (max-width: 991px) {
  .our-project-6__section__title {
    font-size: 51px;
  }
}
@media only screen and (max-width: 767px) {
  .our-project-6__section__title {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .our-project-6__section__title {
    font-size: 22px;
    line-height: 37px;
  }
}
.our-project-6__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  margin-top: 34px;
  color: var(--black);
  font-family: var(--font_outfit);
}
@media only screen and (max-width: 767px) {
  .our-project-6__title {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .our-project-6__title {
    font-size: 22px;
    line-height: 24px;
  }
}
.our-project-6__title a:hover {
  color: #B3DE4F;
}
.our-project-6__thumb img {
  max-width: 100%;
}
@media only screen and (max-width: 1199px), only screen and (max-width: 991px), only screen and (max-width: 767px), (max-width: 575px) {
  .our-project-6__thumb img {
    width: 100%;
  }
}
.our-project-6__desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--black);
  padding: 10px 0px 27px 0px;
  font-family: var(--font_outfit);
}
@media (max-width: 575px) {
  .our-project-6__desc {
    padding: 8px 0px 15px 0px;
  }
}
.our-project-6__item {
  margin-bottom: 30px;
}
.our-project-6__item:nth-of-type(2) {
  width: 100%;
  margin: 0 auto;
  text-align: end;
}
.our-project-6__item-one {
  margin-left: 60px;
}
@media only screen and (max-width: 1199px) {
  .our-project-6__item-one {
    margin-left: 0;
  }
}
.our-project-6__item-two {
  max-width: 800px;
  margin: 0 auto;
  margin: 160px 0px;
}
@media only screen and (max-width: 1199px) {
  .our-project-6__item-two {
    margin: 70px 0px;
  }
}
@media only screen and (max-width: 767px), (max-width: 575px) {
  .our-project-6__item-two {
    margin: 30px 0;
    margin-top: 0;
  }
}
.our-project-6__wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.our-project-6__wrap span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--black);
  padding: 10px 20px;
  border-radius: 90px;
  border: 1px solid var(--black);
  font-family: var(--font_outfit);
}
@media only screen and (max-width: 1199px) {
  .our-project-6__wrap span {
    padding: 5px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .our-project-6__wrap span {
    padding: 3px 20px;
  }
}

.testimonial-section-6__wrapper {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1399px) {
  .testimonial-section-6__wrapper {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-section-6__wrapper {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .testimonial-section-6__wrapper {
    margin-bottom: 40px;
  }
}
.testimonial-section-6__title {
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: var(--white);
  font-family: var(--font_outfit);
}
@media only screen and (max-width: 1399px), only screen and (max-width: 1199px), only screen and (max-width: 991px), only screen and (max-width: 767px), (max-width: 575px) {
  .testimonial-section-6__title br {
    display: none;
  }
}
@media only screen and (max-width: 1399px) {
  .testimonial-section-6__title {
    font-size: 54px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-section-6__title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .testimonial-section-6__title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-section-6__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .testimonial-section-6__title {
    font-size: 29px;
    line-height: 46px;
  }
}
.testimonial-section-6__item {
  gap: 15px;
  display: flex;
  padding: 25px 0px 22px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.testimonial-section-6__item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.testimonial-section-6__item span {
  width: 32px;
  height: 32px;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  line-height: 29px;
  color: var(--white);
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-family: var(--font_outfit);
}
@media (max-width: 575px) {
  .testimonial-section-6__item {
    flex-wrap: wrap;
  }
}
.testimonial-section-6__subtitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 7px;
  color: var(--white);
  font-family: var(--font_outfit);
}
@media (max-width: 575px) {
  .testimonial-section-6__subtitle {
    font-size: 20px;
  }
}
.testimonial-section-6__desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #999999;
  font-family: var(--font_outfit);
}
.testimonial-section-6__slider-item {
  border-radius: 15px;
  border-radius: 15px;
  padding: 43px 61px 43px 28px;
  background: linear-gradient(154.06deg, #0c0c0c 0%, #000000 49.52%, #0c0c0c 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 1919px), only screen and (max-width: 1399px) {
  .testimonial-section-6__slider-item {
    padding: 43px 15px 43px 15px;
  }
}
.testimonial-section-6__slider-item .desc {
  font-family: var(--font_outfit);
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: var(--white);
}
.testimonial-section-6__slider-star {
  display: flex;
  align-items: center;
  gap: 5px;
}
.testimonial-section-6__slider-star i {
  font-size: 14px;
  color: #B3DE4F;
}
.testimonial-section-6__slider-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: var(--white);
  padding: 100px 0px 103px 0px;
  font-family: var(--font_outfit);
}
@media only screen and (max-width: 1919px) {
  .testimonial-section-6__slider-title {
    padding: 72px 0px 103px 0px;
  }
}
@media only screen and (max-width: 1399px) {
  .testimonial-section-6__slider-title {
    padding: 68px 0px 103px 0px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-section-6__slider-title {
    padding: 68px 0px 78px 0px;
  }
}
@media (max-width: 575px) {
  .testimonial-section-6__slider-title {
    font-size: 30px;
  }
}
.testimonial-section-6__slider-desc {
  font-family: var(--font_outfit);
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: var(--white);
  margin: 130px 44px 44px 0px;
}
@media only screen and (max-width: 1919px) {
  .testimonial-section-6__slider-desc {
    margin: 70px 0px 44px 0px;
  }
}
@media only screen and (max-width: 1399px) {
  .testimonial-section-6__slider-desc {
    font-size: 16px;
    margin: 70px 0px 44px 0px;
  }
}
.testimonial-section-6__slider-name {
  font-family: var(--font_outfit);
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: var(--white);
}
.testimonial-section-6__slider-desg {
  font-family: var(--font_outfit);
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: var(--white);
}
.testimonial-section-6__author {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonial-section-6__author-thumb {
  width: 66px;
  height: 66px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-section-6__author-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.testimonial-section-6__author-name {
  font-family: var(--font_outfit);
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: var(--white);
  margin-bottom: 10px;
}
.testimonial-section-6__author-desg {
  font-family: var(--font_outfit);
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #999999;
}

.why-choose-us-6__wrapper {
  display: flex;
  background: #B3DE4F;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1919px), only screen and (max-width: 1399px) {
  .why-choose-us-6__wrapper {
    align-items: center;
  }
}
@media only screen and (max-width: 991px) {
  .why-choose-us-6__wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1919px) {
  .why-choose-us-6__thumb img {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 1399px) {
  .why-choose-us-6__thumb img {
    width: 100%;
    height: 100%;
  }
}
.why-choose-us-6__skill {
  padding-left: 120px;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-right: 175px;
}
@media only screen and (max-width: 1919px) {
  .why-choose-us-6__skill {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1399px) {
  .why-choose-us-6__skill {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 50px;
    padding-right: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .why-choose-us-6__skill {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .why-choose-us-6__skill {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .why-choose-us-6__skill {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.why-choose-us-6__skill-title {
  font-family: var(--font_outfit);
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: var(--black);
  margin-bottom: 45px;
}
@media only screen and (max-width: 1919px) {
  .why-choose-us-6__skill-title {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1399px) {
  .why-choose-us-6__skill-title {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .why-choose-us-6__skill-title {
    font-size: 32px;
    line-height: 37px;
  }
}
@media (max-width: 575px) {
  .why-choose-us-6__skill-title {
    font-size: 25px;
    line-height: 30px;
  }
}
.why-choose-us-6__desc {
  font-family: var(--font_outfit);
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .why-choose-us-6__desc {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .why-choose-us-6__desc {
    font-size: 16px;
    line-height: 24px;
  }
}
.why-choose-us-6__progress {
  margin-top: 45px;
}
@media only screen and (max-width: 1919px), only screen and (max-width: 1399px) {
  .why-choose-us-6__progress {
    margin-top: 30px;
  }
}
.why-choose-us-6__progress .progress-couter {
  position: relative;
}
.why-choose-us-6__progress .progress {
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
}
.why-choose-us-6__progress .progress-bar {
  background: var(--black);
}
.why-choose-us-6__progress .progress-num {
  right: 0;
  top: 27px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  position: absolute;
  color: var(--black);
  font-family: var(--font_outfit);
}
@media only screen and (max-width: 1919px) {
  .why-choose-us-6__progress .progress-num {
    top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .why-choose-us-6__progress .progress-num {
    top: 14px;
  }
}
.why-choose-us-6__progress__item label {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: var(--black);
  margin: 19px 0px 32px 0px;
  font-family: var(--font_outfit);
}
@media only screen and (max-width: 1919px) {
  .why-choose-us-6__progress__item label {
    margin: 15px 0px 15px 0px;
  }
}
@media only screen and (max-width: 1399px) {
  .why-choose-us-6__progress__item label {
    margin: 19px 0px 20px 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .why-choose-us-6__progress__item label {
    margin: 10px 0px 20px 0px;
  }
}
.why-choose-us-6__btn .btn-primary {
  padding: 19px 41.5px;
}
@media only screen and (max-width: 1919px), only screen and (max-width: 1399px) {
  .why-choose-us-6__btn .btn-primary {
    padding: 13px 41.5px;
  }
}
@media only screen and (max-width: 991px) {
  .why-choose-us-6__btn .btn-primary {
    padding: 10px 41.5px;
  }
}

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

@keyframes skillInLeft {
  0% {
    transform: translateX(0);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.blog-section-6__wrapper {
  position: relative;
  background: #f1f1f1;
  overflow: hidden;
}
.blog-section-6__shape {
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 960px;
  position: absolute;
  background: #B3DE4F;
}
@media only screen and (max-width: 991px) {
  .blog-section-6__shape img {
    width: 100%;
  }
}
@media only screen and (max-width: 1919px) {
  .blog-section-6__shape {
    max-width: 800px;
  }
}
@media only screen and (max-width: 1399px) {
  .blog-section-6__shape {
    max-width: 700px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-section-6__shape {
    max-width: 600px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-section-6__shape {
    max-width: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section-6__shape {
    max-width: 400px;
  }
}
.blog-section-6__wrap {
  position: relative;
}
.blog-section-6__arrow {
  top: 9%;
  right: 0;
  z-index: 2;
  display: flex;
  gap: 15px;
  position: absolute;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .blog-section-6__arrow {
    top: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section-6__arrow {
    top: 5%;
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .blog-section-6__arrow {
    position: inherit;
    margin-bottom: 30px;
  }
}
.blog-section-6__swiper-button-next {
  width: 66px;
  height: 66px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  color: var(--white);
  justify-content: center;
  background: var(--black);
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 1399px) {
  .blog-section-6__swiper-button-next {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-section-6__swiper-button-next {
    width: 45px;
    height: 45px;
  }
}
.blog-section-6__swiper-button-next i {
  font-size: 21px;
}
@media only screen and (max-width: 991px) {
  .blog-section-6__swiper-button-next i {
    font-size: 16px;
  }
}
.blog-section-6__swiper-button-next:hover {
  color: var(--white);
  background: #B3DE4F;
}
@media (max-width: 575px) {
  .blog-section-6__swiper-button-next:hover {
    background: #b3ec11;
  }
}
.blog-section-6__swiper-button-prev {
  width: 66px;
  height: 66px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  color: var(--white);
  justify-content: center;
  background: var(--black);
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 1399px) {
  .blog-section-6__swiper-button-prev {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-section-6__swiper-button-prev {
    width: 45px;
    height: 45px;
  }
}
.blog-section-6__swiper-button-prev i {
  font-size: 21px;
}
@media only screen and (max-width: 991px) {
  .blog-section-6__swiper-button-prev i {
    font-size: 16px;
  }
}
.blog-section-6__swiper-button-prev:hover {
  color: var(--white);
  background: #B3DE4F;
}
@media (max-width: 575px) {
  .blog-section-6__swiper-button-prev:hover {
    background: #b3ec11;
  }
}
.blog-section-6__section-title {
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 60px;
  color: var(--black);
  font-family: var(--font_outfit);
}
@media (max-width: 575px) {
  .blog-section-6__section-title br {
    display: none;
  }
}
@media only screen and (max-width: 1399px) {
  .blog-section-6__section-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-section-6__section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-section-6__section-title {
    font-size: 34px;
    line-height: 43px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section-6__section-title {
    font-size: 27px;
    line-height: 39px;
  }
}
@media (max-width: 575px) {
  .blog-section-6__section-title {
    font-size: 25px;
    line-height: 37px;
  }
}
.blog-section-6__item {
  padding: 35px 35px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #eeeeee;
}
@media only screen and (max-width: 1919px), only screen and (max-width: 1399px) {
  .blog-section-6__item {
    padding: 35px 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-section-6__item {
    padding: 35px 15px;
  }
}
.blog-section-6__meta {
  gap: 42px;
  display: flex;
  margin-left: 42px;
  align-items: center;
}
.blog-section-6__date {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  color: var(--black);
  text-transform: uppercase;
  font-family: var(--font_outfit);
}
@media only screen and (max-width: 1199px) {
  .blog-section-6__date {
    font-size: 15px;
  }
}
.blog-section-6__date::before {
  content: "";
  top: 10px;
  left: -44px;
  width: 30px;
  height: 1px;
  position: absolute;
  background: var(--black);
}
.blog-section-6__author {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  color: var(--black);
  text-transform: uppercase;
  font-family: var(--font_outfit);
}
@media only screen and (max-width: 1199px) {
  .blog-section-6__author {
    font-size: 15px;
  }
}
.blog-section-6__author::before {
  content: "";
  top: 7px;
  left: -11px;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 100%;
  background: var(--black);
}
.blog-section-6__title {
  font-size: 30px;
  margin-top: 29px;
  font-weight: 600;
  line-height: 40px;
  color: var(--black);
  font-family: var(--font_outfit);
}
.blog-section-6__title a {
  transition: all 0.3s ease-in-out;
}
.blog-section-6__title a:hover {
  color: #B3DE4F;
}
@media only screen and (max-width: 1919px) {
  .blog-section-6__title {
    font-size: 28px;
    margin-top: 17px;
  }
}
@media only screen and (max-width: 1399px) {
  .blog-section-6__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-section-6__title {
    font-size: 19px;
    line-height: 27px;
  }
}
.blog-section-6__thumb {
  margin: 38px 0px;
}
@media only screen and (max-width: 1919px) {
  .blog-section-6__thumb {
    margin: 20px 0px;
  }
}
@media only screen and (max-width: 1399px) {
  .blog-section-6__thumb {
    margin: 25px 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-section-6__thumb {
    margin: 20px 0px;
  }
}
.blog-section-6__thumb img {
  border-radius: 10px;
}
@media only screen and (max-width: 1919px), only screen and (max-width: 1399px) {
  .blog-section-6__thumb img {
    width: 100%;
  }
}
.blog-section-6__desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--black);
  font-family: var(--font_outfit);
}
@media only screen and (max-width: 1199px) {
  .blog-section-6__desc {
    font-size: 16px;
  }
}
.blog-section-6__btn {
  margin-top: 30px;
}
.blog-section-6__btn .btn-primary {
  font-weight: 700;
  list-style: none;
  font-size: 14px;
  line-height: 24px;
  padding: 9px 26px;
  text-align: center;
  color: var(--white);
  text-transform: uppercase;
  font-family: var(--font_outfit);
}
.blog-section-6__btn .btn-primary::before {
  display: none;
}

.portfolio-4__section {
  overflow: hidden;
}
.portfolio-4__wrapper {
  display: flex;
  gap: 20px;
  margin-top: 42px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), (max-width: 575px) {
  .portfolio-4__wrapper {
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
.portfolio-4__wrapper-2 {
  margin-top: 74px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), (max-width: 575px) {
  .portfolio-4__wrapper-2 {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), (max-width: 575px) {
  .portfolio-4__wrapper .item-2 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px), (max-width: 575px) {
  .portfolio-4__info {
    text-align: center;
  }
}
.portfolio-4__info .section-title {
  margin: 0px;
  margin-left: 180px;
  font-family: var(--font_dmsans);
  font-weight: 600;
  font-size: 200px;
  line-height: 200px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1919px), only screen and (max-width: 1399px), only screen and (max-width: 1199px), only screen and (max-width: 991px), only screen and (max-width: 767px), (max-width: 575px) {
  .portfolio-4__info .section-title {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 1399px), only screen and (max-width: 1199px) {
  .portfolio-4__info .section-title {
    margin-left: 100px;
    font-size: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .portfolio-4__info .section-title {
    margin-left: 50px;
    font-size: 100px;
    line-height: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-4__info .section-title {
    margin-left: 0px;
    font-size: 100px;
    line-height: 120px;
  }
}
@media only screen and (max-width: 767px), (max-width: 575px) {
  .portfolio-4__info .section-title {
    margin-left: 0px;
    font-size: 80px;
    line-height: 85px;
  }
  .portfolio-4__info .section-title br {
    display: none;
  }
}
@media (max-width: 575px) {
  .portfolio-4__info .section-title {
    margin-left: 0px;
    font-size: 60px;
    line-height: 66px;
  }
  .portfolio-4__info .section-title br {
    display: none;
  }
}
.portfolio-4__info .section-title span {
  display: block;
  padding-left: 573px;
  margin-top: 0px;
  transform: translateY(-30px);
}
@media only screen and (max-width: 1919px), only screen and (max-width: 1399px), only screen and (max-width: 1199px), only screen and (max-width: 991px), only screen and (max-width: 767px), (max-width: 575px) {
  .portfolio-4__info .section-title span {
    padding-left: 500px;
  }
}
@media only screen and (max-width: 1399px), only screen and (max-width: 1199px), only screen and (max-width: 991px), only screen and (max-width: 767px), (max-width: 575px) {
  .portfolio-4__info .section-title span {
    padding-left: 315px;
  }
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), (max-width: 575px) {
  .portfolio-4__info .section-title span {
    padding-left: 250px;
  }
}
@media only screen and (max-width: 767px), (max-width: 575px) {
  .portfolio-4__info .section-title span {
    padding-left: 0px;
    transform: translateY(0px);
    display: inline-block;
  }
}
.portfolio-4__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 40px;
}
.portfolio-4__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: none;
}
.portfolio-4__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.portfolio-4__content .title {
  font-family: var(--font_dmsans);
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
}
@media (max-width: 575px) {
  .portfolio-4__content .title {
    font-size: 23px;
    line-height: 40px;
  }
}
.portfolio-4__content .title a {
  transition: all 0.3s ease-in-out;
}
.portfolio-4__content .title a:hover {
  color: #b3ec11;
}
.portfolio-4__content span {
  font-family: var(--font_dmsans);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
.portfolio-4__wrap {
  margin-top: 74px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), (max-width: 575px) {
  .portfolio-4__wrap {
    margin-top: 0px;
  }
}
.portfolio-4__thumb {
  height: 594px;
}
@media only screen and (max-width: 767px) {
  .portfolio-4__thumb {
    height: 450px;
  }
}
@media (max-width: 575px) {
  .portfolio-4__thumb {
    height: 350px;
  }
}

.recent-works {
  background-color: #000;
  padding: 60px 0;
  text-align: left;
}
.recent-works .heading {
  padding-left: 30px;
}
.recent-works .heading h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.feature-4__area {
  overflow: hidden;
}
.feature-4__wrapper {
  background: var(--white);
  display: flex;
  gap: 100px;
  padding: 125px 0 123px 160px;
  border-radius: 30px 0 0 30px;
  position: relative;
}
@media only screen and (max-width: 1919px) {
  .feature-4__wrapper {
    padding: 125px 0 123px 60px;
    gap: 10px;
  }
}
@media only screen and (max-width: 1399px) {
  .feature-4__wrapper {
    padding: 125px 0 123px 30px;
    gap: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .feature-4__wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .feature-4__wrapper {
    padding: 60px 0 60px 15px;
  }
}
.feature-4__info {
  margin-bottom: 123px;
}
@media only screen and (max-width: 991px) {
  .feature-4__info {
    margin-bottom: 50px;
  }
}
.feature-4__info .title {
  margin-top: 34px;
  font-family: var(--font_dmsans);
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: var(--black);
}
@media only screen and (max-width: 1399px) {
  .feature-4__info .title {
    font-size: 55px;
    line-height: 70px;
  }
  .feature-4__info .title br {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .feature-4__info .title {
    font-size: 49px;
    line-height: 62px;
  }
}
@media (max-width: 575px) {
  .feature-4__info .title {
    font-size: 34px;
    line-height: 45px;
  }
}
.feature-4__info .sub-title {
  font-family: var(--font_dmsans);
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--black);
}
.feature-4__info .sub-title span {
  margin-left: 19px;
  display: inline-block;
}
.feature-4__thumb {
  margin-right: 30px;
  max-width: 910px;
}
@media only screen and (max-width: 1199px) {
  .feature-4__thumb {
    max-width: 100%;
    padding-right: 15px;
    margin-right: 0;
    margin-top: 30px;
    height: 400px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .feature-4__thumb {
    max-width: 100%;
    padding-right: 15px;
    margin-right: 0;
    margin-top: 30px;
    height: 100%;
    width: 100%;
  }
}
.feature-4__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature-4__list {
  position: relative;
  width: 850px;
}
@media only screen and (max-width: 1399px) {
  .feature-4__list {
    width: 100%;
  }
}
.feature-4__list::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 111.8%;
  background: rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1919px) {
  .feature-4__list::before {
    width: 101.5%;
  }
}
.feature-4__list h2 {
  font-family: var(--font_dmsans);
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: var(--black);
  margin-bottom: 23px;
  padding-top: 34px;
}
@media (max-width: 575px) {
  .feature-4__list h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.feature-4__list h2 span {
  margin-right: 55px;
}
@media only screen and (max-width: 767px) {
  .feature-4__list h2 span {
    margin-right: 40px;
  }
}
@media (max-width: 575px) {
  .feature-4__list h2 span {
    margin-right: 15px;
  }
}
.feature-4__list .dec {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--black);
  margin-bottom: 30px;
}
@media only screen and (max-width: 1399px) {
  .feature-4__list .dec {
    font-size: 17px;
  }
  .feature-4__list .dec br {
    display: none;
  }
}
.feature-4__list .border_bottom {
  margin: 0px -12% 0px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.feature-4__shape {
  position: absolute;
  top: -78px;
  right: 0;
}
@media only screen and (max-width: 1199px) {
  .feature-4__shape {
    display: none;
  }
}

.h4-service {
  position: relative;
}
.h4-service__heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 130px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1199px), only screen and (max-width: 991px) {
  .h4-service__heading {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .h4-service__heading {
    margin-bottom: 70px;
  }
}
.h4-service__left .sub-title {
  font-family: var(--font_dmsans);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000000;
}
.h4-service__left .sub-title span {
  margin-left: 23px;
}
@media only screen and (max-width: 1199px) {
  .h4-service__right {
    margin-top: 30px;
  }
}
.h4-service__right .title {
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #000000;
  margin-bottom: 45px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), (max-width: 575px) {
  .h4-service__right .title br {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .h4-service__right .title {
    font-size: 50px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .h4-service__right .title {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .h4-service__right .title {
    font-size: 29px;
    line-height: 37px;
  }
}
.h4-service__wrapper {
  background: #0c0c0c;
  padding: 35px;
  border-radius: 6px;
  position: relative;
}
@media only screen and (max-width: 1399px) {
  .h4-service__wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .h4-service__wrapper {
    margin-bottom: 30px;
    padding: 35px 15px;
  }
}
.h4-service__wrapper .number {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.h4-service__wrapper .number h3 {
  font-family: var(--font_dmsans);
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 52px;
  color: #ffffff;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .h4-service__wrapper .number h3 {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
.h4-service__wrapper .number-2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.h4-service__wrapper .number-2 h3 {
  font-family: var(--font_dmsans);
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 52px;
  color: #000000;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .h4-service__wrapper .number-2 h3 {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
.h4-service__area {
  background: #ffffff;
  position: relative;
}
.h4-service__area .shapes .shape {
  position: absolute;
  top: -77px;
  right: 0;
}
@media only screen and (max-width: 1199px) {
  .h4-service__area .shapes .shape {
    display: none;
  }
}
.h4-service__area .item-2 {
  background: #b3ec11;
}
.h4-service__area .item-3 {
  background: #000000;
}
.h4-service__content {
  margin-top: 56px;
  margin-bottom: 63px;
}
@media (max-width: 575px) {
  .h4-service__content {
    margin-top: 29px;
    margin-bottom: 40px;
  }
}
.h4-service__content .title {
  font-family: var(--font_dmsans);
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: #ffffff;
  margin-bottom: 22px;
}
@media (max-width: 575px) {
  .h4-service__content .title {
    font-size: 27px;
    line-height: 32px;
  }
}
.h4-service__content .dec {
  font-family: var(--font_dmsans);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
}
.h4-service__content-2 .title {
  font-family: var(--font_dmsans);
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: #000000;
  margin-bottom: 22px;
}
@media (max-width: 575px) {
  .h4-service__content-2 .title {
    font-size: 27px;
    line-height: 32px;
  }
}
.h4-service__content-2 .dec {
  font-family: var(--font_dmsans);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}
.h4-service__item ul li {
  display: flex;
  gap: 135px;
  font-family: var(--font_dmsans);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.h4-service__item ul li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 575px) {
  .h4-service__item ul li {
    gap: 75px;
  }
}
.h4-service__item-2 ul li {
  display: flex;
  gap: 135px;
  font-family: var(--font_dmsans);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.h4-service__item-2 ul li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .h4-service__item-2 ul li {
    gap: 75px;
  }
}
.h4-service__shape {
  position: absolute;
  top: 0;
  right: 0;
}

.h4-testimonials__info {
  display: flex;
  gap: 528px;
  margin-bottom: 125px;
}
@media only screen and (max-width: 1919px) {
  .h4-testimonials__info {
    gap: 240px;
  }
}
@media only screen and (max-width: 1399px) {
  .h4-testimonials__info {
    gap: 60px;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .h4-testimonials__info {
    gap: 60px;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .h4-testimonials__info {
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
}
.h4-testimonials__info .sub-title {
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #ffffff;
}
.h4-testimonials__info .sub-title span {
  margin-left: 23px;
}
.h4-testimonials__info .title {
  font-family: var(--font_dmsans);
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .h4-testimonials__info .title {
    font-size: 45px;
    line-height: 61px;
  }
}
@media only screen and (max-width: 1199px) {
  .h4-testimonials__info .title {
    font-size: 26px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .h4-testimonials__info .title br {
    display: none;
  }
}
.h4-testimonials__item {
  background: #ffffff;
  padding: 60px 40px;
  border-radius: 6px;
}
@media only screen and (max-width: 1399px) {
  .h4-testimonials__item {
    padding: 40px 20px;
  }
}
.h4-testimonials__item .dec {
  font-family: var(--font_dmsans);
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  color: #000000;
}
@media only screen and (max-width: 1919px) {
  .h4-testimonials__item .dec {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .h4-testimonials__item .dec {
    font-size: 18px;
    line-height: 22px;
  }
}
.h4-testimonials__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.h4-testimonials__wrap .quote {
  font-size: 50px;
  color: #000000;
}
.h4-testimonials__wrap .rating {
  padding: 9.5px 8.5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 60px;
}
.h4-testimonials__wrap .rating i {
  color: #ff8800;
  margin-left: 2px;
  font-size: 18px;
}
.h4-testimonials__author {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 128px;
}
@media only screen and (max-width: 1199px) {
  .h4-testimonials__author {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .h4-testimonials__author {
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .h4-testimonials__author {
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 20px;
  }
}
.h4-testimonials__author .content span {
  font-family: var(--font_dmsans);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #444444;
}
.h4-testimonials__author .name {
  font-family: var(--font_dmsans);
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 11px;
}
@media only screen and (max-width: 1399px) {
  .h4-testimonials__author .name {
    font-size: 25px;
  }
}
.h4-testimonials__author .name a {
  transition: all 0.3s ease-in-out;
}
.h4-testimonials__author .name a:hover {
  color: #b3ec11;
}
.h4-testimonials__thumb {
  width: 110px;
  height: 110px;
}
.h4-testimonials__thumb img {
  border-radius: 6px;
}

.h4-fact__area {
  padding-top: 533px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 1919px) {
  .h4-fact__area {
    padding-top: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .h4-fact__area {
    padding-top: 350px;
  }
}
@media (max-width: 575px) {
  .h4-fact__area {
    padding-top: 220px;
  }
}
.h4-fact__wrapper {
  display: flex;
  gap: 13px;
}
@media only screen and (max-width: 991px) {
  .h4-fact__wrapper {
    flex-wrap: wrap;
  }
}
.h4-fact__item {
  background: #ffffff;
  padding: 23px 20px 35px 45px;
  border-radius: 6px;
  width: 525px;
}
.h4-fact__item h2 {
  font-family: var(--font_dmsans);
  font-style: normal;
  font-weight: 700;
  font-size: 100px;
  line-height: 100px;
  color: #000000;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1399px) {
  .h4-fact__item h2 {
    font-size: 90px;
  }
}
@media only screen and (max-width: 1199px) {
  .h4-fact__item h2 {
    font-size: 70px;
  }
}
.h4-fact__item .dec {
  font-family: var(--font_dmsans);
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  margin-top: 3px;
}
@media only screen and (max-width: 1399px) {
  .h4-fact__item .dec {
    font-size: 27px;
  }
}
@media only screen and (max-width: 1199px) {
  .h4-fact__item .dec {
    font-size: 23px;
  }
}

.h4-hero__area {
  padding: 210px 0 70px 0;
}
@media only screen and (max-width: 1919px) {
  .h4-hero__area {
    padding-top: 160px;
    padding-bottom: 130px;
  }
}
@media only screen and (max-width: 1399px) {
  .h4-hero__area {
    padding-top: 130px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .h4-hero__area {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .h4-hero__area {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .h4-hero__area {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
.h4-hero__title h2 {
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 90px;
  line-height: 100px;
  color: white;
}
@media only screen and (max-width: 1399px) {
  .h4-hero__title h2 br {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .h4-hero__title h2 {
    font-size: 73px;
    line-height: 84px;
  }
}
@media only screen and (max-width: 991px) {
  .h4-hero__title h2 {
    font-size: 70px;
    line-height: 79px;
  }
}
@media only screen and (max-width: 767px) {
  .h4-hero__title h2 {
    font-size: 50px;
    line-height: 59px;
  }
}
@media only screen and (max-width: 767px) {
  .h4-hero__title h2 {
    font-size: 45px;
    line-height: 48px;
  }
}
.h4-hero__title h2 span {
  color: #85EE00;
}
.h4-hero__scroll {
  position: relative;
  background: #ffffff;
  height: 130px;
  width: 130px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.h4-hero__scroll .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.h4-hero__scroll .icon i {
  font-size: 38px;
  color: #333a4c;
}
.h4-hero__contant {
  margin-top: 130px;
  display: flex;
  justify-content: space-between;
  margin-left: 50px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1399px) {
  .h4-hero__contant {
    margin-left: 0px;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .h4-hero__contant {
    margin-left: 0px;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .h4-hero__contant {
    margin-left: 0px;
    margin-top: 50px;
  }
}
.h4-hero__contant .description {
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
}
@media only screen and (max-width: 1399px) {
  .h4-hero__contant .description {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .h4-hero__contant .description {
    margin-bottom: 30px;
  }
  .h4-hero__contant .description br {
    display: none;
  }
}
.h4-hero__buttons {
  display: flex;
  gap: 22px;
  margin: 0 auto;
  align-items: start;
  margin-top: 395px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1919px) {
  .h4-hero__buttons {
    margin-top: 200px;
  }
}
@media only screen and (max-width: 1399px) {
  .h4-hero__buttons {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .h4-hero__buttons {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .h4-hero__buttons {
    margin-top: 50px;
  }
}

.spin {
  animation-name: spin;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.half-circle-banner {
  width: 80px;
  height: 80px;
  background-color: var(--rr-theme-primary);
  clip-path: ellipse(50% 50% at 50% 100%);
  transform: rotate(270deg);
  margin-left: -39px;
}
.half-circle-banner-wrapper {
  left: 0;
  top: 25px;
}

.clip-sm {
  width: 80px;
  height: 80px;
  background-color: var(--rr-theme-primary);
  clip-path: ellipse(50% 50% at 50% 100%);
  transform: rotate(270deg);
}

.clip-md {
  width: 60px;
  height: 60px;
  background-color: var(--rr-theme-primary);
  clip-path: ellipse(50% 50% at 50% 100%);
  transform: rotate(270deg);
}

.clip-bg {
  width: 40px;
  height: 40px;
  background-color: var(--rr-theme-primary);
  clip-path: ellipse(50% 50% at 50% 100%);
  transform: rotate(270deg);
}

.custom-bg {
  background-color: var(--rr-background-primary);
  border: 1px solid rgba(39, 39, 39, 0.1);
}

.experienced-4__wrapper {
  text-align: center;
}
.experienced-4__content {
  position: relative;
}
.experienced-4__content .sub-title {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: white;
}
.experienced-4__content .sub-title span {
  margin-left: 23px;
}
.experienced-4__content .title {
  font-family: var(--font_dmsans);
  font-style: normal;
  font-weight: 700;
  font-size: 90px;
  line-height: 90px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 45px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1919px) {
  .experienced-4__content .title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1399px) {
  .experienced-4__content .title {
    font-size: 67px;
  }
}
@media only screen and (max-width: 1199px) {
  .experienced-4__content .title {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .experienced-4__content .title {
    font-size: 38px;
    line-height: 47px;
    margin-bottom: 40px;
  }
}
.experienced-4__content .title span {
  display: inline-block;
  margin: 16px 0;
}
@media only screen and (max-width: 1399px) {
  .experienced-4__content .title span {
    margin: 13px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .experienced-4__content .title span {
    margin: 8px 0;
  }
}
@media only screen and (max-width: 991px) {
  .experienced-4__content .title span {
    margin: 0px;
  }
}
.experienced-4__content .title img {
  width: 213px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateY(-13px);
}
@media only screen and (max-width: 1199px) {
  .experienced-4__content .title img {
    height: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .experienced-4__content .title img {
    transform: translateY(0px);
  }
}
.experienced-4__content .btn-black-4 {
  border: 1px solid #3b4eff;
}
.experienced-4__section .scroll-img {
  overflow: hidden;
}
.experienced-4__section .scroll-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.h4-about__section {
  background: #ffffff;
  position: relative;
}
.h4-about__section .shapes .shape-1 {
  position: absolute;
  top: -77px;
  right: 0;
}
@media only screen and (max-width: 1199px) {
  .h4-about__section .shapes .shape-1 {
    display: none;
  }
}
.h4-about__wrapper {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  position: relative;
}
.h4-about__wrapper .about-border {
  height: 100%;
  width: 1px;
  background: #000000;
  position: absolute;
  margin-left: -20px;
}
@media only screen and (max-width: 1199px) {
  .h4-about__wrapper .about-border {
    display: none;
  }
}
.h4-about__heading {
  text-align: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .h4-about__heading {
    margin-bottom: 40px;
  }
}
.h4-about__heading .title {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #000000;
}
@media only screen and (max-width: 1919px) {
  .h4-about__heading .title br {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .h4-about__heading .title {
    font-size: 52px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .h4-about__heading .title {
    font-size: 42px;
    line-height: 55px;
  }
}
@media (max-width: 575px) {
  .h4-about__heading .title {
    font-size: 28px;
    line-height: 40px;
  }
}
.h4-about__heading .title img {
  height: 66px;
  margin-left: 32px;
  margin-right: 32px;
}
@media only screen and (max-width: 767px) {
  .h4-about__heading .title img {
    height: 50px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 575px) {
  .h4-about__heading .title img {
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.h4-about__info {
  padding-top: 70px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .h4-about__info {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}
.h4-about__info .sub-title {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000000;
}
.h4-about__info .sub-title span {
  margin-left: 23px;
}
@media only screen and (max-width: 1399px) {
  .h4-about__info .sub-title span {
    margin-left: 10px;
  }
}
.h4-about__content {
  padding-top: 70px;
  padding-bottom: 75px;
  padding-left: 55px;
}
@media only screen and (max-width: 1199px) {
  .h4-about__content {
    padding-top: 0;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .h4-about__content {
    padding-bottom: 45px;
  }
}
.h4-about__content .dec {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-top: 43px;
}
@media only screen and (max-width: 1919px) {
  .h4-about__content .dec br {
    display: none;
  }
}
.h4-about__thumb {
  position: relative;
}
.h4-about__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.h4-about__thumb .shapes {
  position: absolute;
  background: #ffffff;
  height: 101px;
  width: 270px;
  right: -3px;
  bottom: -3px;
  align-items: center;
  display: flex;
  justify-content: end;
  border-radius: 6px;
}
@media (max-width: 575px) {
  .h4-about__thumb .shapes {
    height: 75px;
    width: 214px;
  }
}
.h4-about__thumb .btn-black-4 {
  transform: translateY(14px);
}
@media (max-width: 575px) {
  .h4-about__thumb .btn-black-4 {
    transform: translateY(5px);
  }
}
.h4-about__wrap {
  margin-left: 38px;
  padding-top: 70px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 1919px) {
  .h4-about__wrap {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .h4-about__wrap {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .h4-about__wrap {
    padding-top: 0;
  }
}
.h4-about__wrap .about-us-3__client {
  margin-top: 10px;
  background: inherit;
  border: none;
  gap: 25px;
}
@media only screen and (max-width: 1399px) {
  .h4-about__wrap .about-us-3__client {
    gap: 10px;
  }
}
.h4-about__wrap .about-us-3__client .media {
  gap: 10px;
}
@media only screen and (max-width: 1399px) {
  .h4-about__wrap .about-us-3__client .media {
    gap: 7px;
  }
}
.h4-about__text h6 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000000;
}
@media only screen and (max-width: 1399px) {
  .h4-about__text h6 {
    font-size: 16px;
  }
}

.footer-area-4 {
  position: relative;
  overflow: hidden;
}
.footer-area-4 .shapes {
  position: absolute;
  top: -77px;
  right: 0;
}
@media only screen and (max-width: 1199px) {
  .footer-area-4 .shapes {
    display: none;
  }
}
.footer-area-4 .footer-widget-wrapper {
  display: grid;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  grid-template-columns: 450px 340px 308px 317px auto;
}
@media only screen and (max-width: 1919px) {
  .footer-area-4 .footer-widget-wrapper {
    grid-template-columns: 380px 240px 220px 220px auto;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-area-4 .footer-widget-wrapper {
    grid-template-columns: 300px 225px 180px 190px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-4 .footer-widget-wrapper {
    grid-template-columns: auto auto auto;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-4 .footer-widget-wrapper {
    grid-template-columns: auto auto;
  }
}
@media (max-width: 575px) {
  .footer-area-4 .footer-widget-wrapper {
    grid-template-columns: auto;
  }
}
.footer-area-4 .footer-widget-wrapper > * {
  padding-top: 78px;
  padding-left: 90px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 1919px) {
  .footer-area-4 .footer-widget-wrapper > * {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-4 .footer-widget-wrapper > * {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-4 .footer-widget-wrapper > * {
    padding-bottom: 50px;
  }
}
.footer-area-4 .footer-widget-wrapper > *:nth-child(1) {
  padding-left: 15px;
  padding-right: 90px;
  position: relative;
}
.footer-area-4 .footer-widget-wrapper > *:nth-child(1)::before {
  position: absolute;
  content: "";
  height: 118%;
  width: 1px;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1199px) {
  .footer-area-4 .footer-widget-wrapper > *:nth-child(1)::before {
    display: none;
  }
}
@media only screen and (max-width: 1919px) {
  .footer-area-4 .footer-widget-wrapper > *:nth-child(1) {
    padding-right: 30px;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-4 .footer-widget-wrapper > *:nth-child(1) {
    grid-column: span 2;
    padding-right: 30px;
    border-right: none;
  }
}
@media (max-width: 575px) {
  .footer-area-4 .footer-widget-wrapper > *:nth-child(1) {
    grid-column: auto;
    padding-right: 0px;
  }
}
.footer-area-4 .footer-widget-wrapper > *:nth-child(2) {
  position: relative;
}
.footer-area-4 .footer-widget-wrapper > *:nth-child(2)::before {
  position: absolute;
  content: "";
  height: 118%;
  width: 1px;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1199px) {
  .footer-area-4 .footer-widget-wrapper > *:nth-child(2)::before {
    display: none;
  }
}
.footer-area-4 .footer-widget-wrapper > *:nth-child(3) {
  position: relative;
}
.footer-area-4 .footer-widget-wrapper > *:nth-child(3)::before {
  position: absolute;
  content: "";
  height: 118%;
  width: 1px;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1199px) {
  .footer-area-4 .footer-widget-wrapper > *:nth-child(3)::before {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-4 .footer-widget-wrapper > *:nth-child(3) {
    border-right: none;
  }
}
.footer-area-4 .footer-widget-wrapper > *:nth-child(4) {
  position: relative;
}
.footer-area-4 .footer-widget-wrapper > *:nth-child(4)::before {
  position: absolute;
  content: "";
  height: 118%;
  width: 1px;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1199px) {
  .footer-area-4 .footer-widget-wrapper > *:nth-child(4)::before {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-4 .footer-widget-wrapper > *:nth-child(4) {
    border-right: none;
  }
}
.footer-area-4 .content p {
  color: #444444;
}
.footer-area-4 .footer-nav-list li:not(:last-child) {
  margin-bottom: 17px;
}
.footer-area-4 .footer-nav-list li a {
  color: #444444;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.footer-area-4 .footer-nav-list li a:hover {
  color: var(--action);
}
.footer-area-4 .footer-socail li:not(:last-child) {
  margin-bottom: 17px;
}
.footer-area-4 .footer-socail li a {
  color: #444444;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
}
.footer-area-4 .footer-socail li a:hover {
  color: var(--action);
}
.footer-area-4 .footer-widget-box .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 25px;
  color: var(--white);
  font-family: var(--font_brico);
  margin-bottom: 48px;
  color: #000000;
}
@media only screen and (max-width: 1199px) {
  .footer-area-4 .footer-widget-box .title {
    margin-bottom: 30px;
  }
}
.footer-area-4 .copyright-text {
  padding: 35px 0;
}
.footer-area-4 .copyright-text .text {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  text-align: center;
}
.footer-area-4 .copyright-text .text a:hover {
  color: var(--action);
}
.footer-area-4 .footer-bottom {
  background: #000000;
  margin-bottom: -60px;
}
@media (max-width: 575px) {
  .footer-area-4 .footer-bottom {
    margin-bottom: -30px;
  }
}
.footer-area-4 .footer-bottom-title {
  white-space: nowrap;
  font-weight: 800;
  font-size: 319px;
  line-height: 1;
  color: var(--white);
  text-align: center;
  margin-left: -15px;
  letter-spacing: 16px;
}
@media only screen and (max-width: 1919px) {
  .footer-area-4 .footer-bottom-title {
    font-size: 288px;
    line-height: 350px;
    margin-left: -7px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-area-4 .footer-bottom-title {
    font-size: 240px;
    line-height: 279px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-4 .footer-bottom-title {
    font-size: 198px;
    line-height: 253px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area-4 .footer-bottom-title {
    font-size: 154px;
    line-height: 225px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-4 .footer-bottom-title {
    font-size: 115px;
    line-height: 197px;
    margin-left: -2px;
  }
}
@media (max-width: 575px) {
  .footer-area-4 .footer-bottom-title {
    font-size: 60px;
    line-height: 100px;
    margin-left: -2px;
  }
}

.hero-7__inner {
  margin-top: 106px;
  padding-top: 155px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1399px) {
  .hero-7__inner {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-7__inner {
    padding-top: 60px;
  }
}
.hero-7__inner::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  left: 96px;
  height: 100%;
  background: rgba(2, 31, 31, 0.85);
}
@media only screen and (max-width: 1199px) {
  .hero-7__inner::before {
    left: 0;
  }
}
.hero-7__inner::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  left: 96px;
  z-index: 1;
  height: 100%;
  background: rgba(13, 13, 13, 0.7215686275);
  mix-blend-mode: color;
}
@media only screen and (max-width: 1199px) {
  .hero-7__inner::after {
    left: 0;
  }
}

.hero-7__bg img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 96px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1199px) {
  .hero-7__bg img {
    left: 0;
  }
}

.hero-7__socail {
  gap: 60px;
  display: flex;
  align-items: center;
  transform: rotate(-90deg);
  transform-origin: left bottom;
  left: 55px;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .hero-7__socail {
    display: none;
  }
}
.hero-7__socail li {
  color: #063232;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  position: relative;
  font-family: var(--font_outfit);
  padding-left: 20px;
}
.hero-7__socail li::before {
  left: 0;
  top: 50%;
  width: 10px;
  content: "";
  height: 10px;
  position: absolute;
  border-radius: 1px;
  background: #063232;
  transform: translate(0px, -50%);
}

.hero-7__content {
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 1919px) {
  .hero-7__content {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-7__content {
    padding-left: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-7__content {
    padding-left: 0px;
  }
}
.hero-7__content .sub-title {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  border-radius: 500px;
  padding: 3px 24px;
  font-family: var(--font_outfit);
  line-height: 28px;
  margin-bottom: 35px;
}
.hero-7__content .title {
  color: var(--white);
  font-size: 72px;
  font-weight: 600;
  line-height: 82px;
  font-family: var(--font_outfit);
}
@media only screen and (max-width: 1199px) {
  .hero-7__content .title {
    font-size: 65px;
    line-height: 75px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-7__content .title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-7__content .title br {
    display: none;
  }
}
@media (max-width: 575px) {
  .hero-7__content .title {
    font-size: 37px;
    line-height: 45px;
  }
}

.hero-7__btn-wrap {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 45px;
}
.hero-7__btn-wrap .btn-black__5 {
  background: var(--white);
  color: var(--primary);
  border: none;
}
.hero-7__btn-wrap .btn-black__5::after {
  background: #8BEA7C;
}
.hero-7__btn-wrap .btn-black__5:hover {
  color: var(--white);
}
.hero-7__btn-wrap .btn-black__5.btn-border {
  background: transparent;
  border: 1px solid var(--white);
  color: #0D0D0D;
}
.hero-7__btn-wrap .btn-black__5.btn-border:hover {
  border-color: transparent;
}

.hero-7__list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 226px;
}
@media only screen and (max-width: 1199px) {
  .hero-7__list {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-7__list {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .hero-7__list {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.hero-7__list li {
  border-radius: 90px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: var(--white);
  font-size: 18px;
  font-family: var(--font_outfit);
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
  position: relative;
  padding: 4px 25px;
  padding-left: 45px;
}
.hero-7__list li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 500px;
  background-color: var(--white);
  top: 50%;
  left: 25px;
  transform: translate(0px, -50%);
  position: absolute;
}

.hero-7__featured {
  right: 35px;
  bottom: 60px;
  padding: 20px;
  border-radius: 10px;
  position: absolute;
  z-index: 2;
  background: var(--white);
}
@media only screen and (max-width: 1919px) {
  .hero-7__featured {
    bottom: 120px;
  }
}
@media (max-width: 575px) {
  .hero-7__featured {
    padding: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-7__featured {
    position: relative;
    z-index: 2;
    bottom: inherit;
    right: inherit;
    display: inline-block;
  }
}
.hero-7__featured .popup-video {
  position: relative;
}
.hero-7__featured .popup-video .icon {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  background: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
}
@media (max-width: 575px) {
  .hero-7__featured .popup-video .icon {
    width: 60px;
    height: 60px;
  }
}
.hero-7__featured .popup-video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-7__featured .title {
  display: flex;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  align-items: center;
  color: var(--black);
  justify-content: space-between;
  font-family: var(--font_outfit);
}
@media (max-width: 575px) {
  .hero-7__featured .title {
    margin-top: 10px;
  }
}

.blog-section-7__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .blog-section-7__wrap {
    margin-bottom: 40px;
  }
}
.blog-section-7__subtitle {
  font-size: 15px;
  font-weight: 500;
  padding-top: 8px;
  line-height: 28px;
  margin-bottom: 25px;
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--font_outfit);
  border-bottom: 1px solid #E3572B;
  text-transform: uppercase;
  color: #8BEA7C;
}
.blog-section-7__title {
  font-family: var(--font_outfit);
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  color: #063232;
}
@media only screen and (max-width: 1199px) {
  .blog-section-7__title {
    font-size: 50px;
    line-height: 51px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section-7__title {
    font-size: 41px;
    line-height: 47px;
  }
}
@media (max-width: 575px) {
  .blog-section-7__title {
    font-size: 29px;
    line-height: 33px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-section-7__title br {
    display: none;
  }
}
.blog-section-7__btn a {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #063232;
  border-bottom: 1px solid #063232;
  padding-bottom: 10px;
}
.blog-section-7__btn a i {
  margin-left: 17px;
  font-size: 20px;
}
.blog-section-7__card {
  background: #ecf8f8;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .blog-section-7__card {
    margin-bottom: 30px;
  }
}
.blog-section-7__content {
  padding: 34px 30px 30px 30px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .blog-section-7__content {
    padding: 34px 10px 30px 15px;
  }
}
.blog-section-7__content::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
  background: #fff;
  border-top-left-radius: 20px;
}
.blog-section-7__content .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #063232;
  margin-bottom: 20px;
  font-family: var(--font_outfit);
}
@media only screen and (max-width: 1199px) {
  .blog-section-7__content .title br {
    display: none;
  }
}
.blog-section-7__content .title a {
  background: linear-gradient(#063232 0%, #063232 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  color: #0e0d0d;
  transition: all 0.3s ease-in-out;
}
.blog-section-7__content .title a:hover {
  color: #063232;
  background-size: 100% 2px;
}
.blog-section-7__content .desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #5a7779;
  margin-bottom: 30px;
  font-family: var(--font_outfit);
}
.blog-section-7__cta {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-bottom: 30px;
}
.blog-section-7__cta h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #063232;
  padding: 2px 27.6px;
  border: 1px solid #063232;
  border-radius: 90px;
  font-family: var(--font_outfit);
}
.blog-section-7__cta span {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #063232;
  font-family: var(--font_outfit);
}
.blog-section-7__date ul {
  display: flex;
  gap: 36px;
}
@media only screen and (max-width: 1199px) {
  .blog-section-7__date ul {
    gap: 20px;
  }
}
.blog-section-7__date ul li {
  font-family: var(--font_outfit);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #063232;
}
.blog-section-7__thumb {
  width: 100%;
  height: 100%;
}
.blog-section-7__thumb img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-section-7__arrow {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: #eaf4f1;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #023b34;
  z-index: 1;
  width: 58px;
  height: 58px;
}
.blog-section-7__arrow i {
  font-size: 26px;
  font-weight: 400;
  transform: rotate(-53deg);
}

.testimonial-section-7 {
  background-color: #063232 !important;
}
.testimonial-section-7__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .testimonial-section-7__wrap {
    margin-bottom: 40px;
  }
}
.testimonial-section-7__subtitle {
  font-size: 15px;
  font-weight: 500;
  padding-top: 8px;
  line-height: 28px;
  margin-bottom: 25px;
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--font_outfit);
  border-bottom: 1px solid #c3e395;
  text-transform: uppercase;
  color: var(--black);
}
.testimonial-section-7__title {
  font-family: var(--font_outfit);
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .testimonial-section-7__title {
    font-size: 50px;
    line-height: 51px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-section-7__title {
    font-size: 41px;
    line-height: 47px;
  }
}
@media (max-width: 575px) {
  .testimonial-section-7__title {
    font-size: 29px;
    line-height: 33px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-section-7__title br {
    display: none;
  }
}
.testimonial-section-7__card {
  background: #C3E395;
  border-radius: 10px;
}
.testimonial-section-7__content {
  padding: 60px;
}
@media only screen and (max-width: 1399px) {
  .testimonial-section-7__content {
    padding: 50px 30px 50px 30px;
  }
}
@media (max-width: 575px) {
  .testimonial-section-7__content {
    padding: 40px 15px 40px 15px;
  }
}
.testimonial-section-7__content .desc {
  font-family: var(--font_outfit);
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #063232;
  margin-top: 35px;
  margin-bottom: 45px;
}
@media (max-width: 575px) {
  .testimonial-section-7__content .desc {
    margin-bottom: 25px;
    margin-top: 25px;
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1919px) {
  .testimonial-section-7__content .desc br {
    display: none;
  }
}
.testimonial-section-7__author .name {
  font-family: var(--font_outfit);
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #063232;
  margin-bottom: 6px;
}
.testimonial-section-7__author span {
  font-family: var(--font_outfit);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #063232;
}
.testimonial-section-7__arrow {
  display: flex;
  gap: 10px;
  align-items: center;
}
.testimonial-section-7__swiper-button-next {
  background: white;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}
.testimonial-section-7__swiper-button-next i {
  font-size: 22px;
}
.testimonial-section-7__swiper-button-next:hover {
  color: var(--white);
  background: #ff8800;
}
.testimonial-section-7__swiper-button-prev {
  background: white;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}
.testimonial-section-7__swiper-button-prev i {
  font-size: 22px;
}
.testimonial-section-7__swiper-button-prev:hover {
  color: var(--white);
  background: #ff8800;
}

.services-section-7__wrapper {
  background: #05341D;
}
.services-section-7__wrapper .section-heading-7__wrapper {
  margin: 0 auto;
  text-align: center;
  max-width: 754px;
}
.services-section-7__wrapper .section-heading-7__subtitle {
  font-size: 15px;
  font-weight: 500;
  color: #c3e395;
  padding-top: 8px;
  line-height: 28px;
  margin-bottom: 25px;
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--font_outfit);
  border-bottom: 1px solid #c3e395;
}
.services-section-7__wrapper .section-heading-7__title {
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
  text-align: center;
  color: var(--white);
  margin-bottom: 47.5px;
  display: inline-block;
  font-family: var(--font_outfit);
}
@media only screen and (max-width: 1919px) {
  .services-section-7__wrapper .section-heading-7__title {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .services-section-7__wrapper .section-heading-7__title {
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
  }
}
.services-section-7__main-wrapper:last-child {
  margin-bottom: 0;
}
.services-section-7__wrap {
  display: flex;
  margin-top: 190px;
  position: relative;
  align-items: center;
  background: #053F22;
  border-top-left-radius: 30px;
  justify-content: space-between;
  border-bottom-left-radius: 30px;
}
@media only screen and (max-width: 1399px) {
  .services-section-7__wrap {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .services-section-7__wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.services-section-7__wrap-one {
  display: flex;
  margin-top: 190px;
  position: relative;
  margin-bottom: 70px;
  align-items: center;
  background: #053F22;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media only screen and (max-width: 1399px) {
  .services-section-7__wrap-one {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .services-section-7__wrap-one {
    flex-direction: column;
    align-items: flex-start;
  }
}
.services-section-7__thumb {
  right: 0;
  bottom: 0;
  position: absolute;
}
@media only screen and (max-width: 1919px) {
  .services-section-7__thumb {
    max-width: 730px;
  }
}
@media only screen and (max-width: 1399px) {
  .services-section-7__thumb {
    max-width: 530px;
  }
}
@media only screen and (max-width: 1199px) {
  .services-section-7__thumb {
    position: inherit;
  }
}
.services-section-7__thumb img {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-section-7__thumb-one {
  left: 0;
  bottom: 0;
  position: absolute;
}
@media only screen and (max-width: 1399px) {
  .services-section-7__thumb-one {
    max-width: 530px;
  }
}
@media only screen and (max-width: 1199px) {
  .services-section-7__thumb-one {
    position: inherit;
  }
}
.services-section-7__thumb-one img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.services-section-7__content {
  padding: 45px 0px 58px 60px;
}
@media (max-width: 575px) {
  .services-section-7__content {
    padding: 20px 0px 20px 20px;
  }
}
.services-section-7__content-one {
  padding: 45px 0px 58px 870px;
}
@media only screen and (max-width: 1399px) {
  .services-section-7__content-one {
    padding: 45px 0px 58px 580px;
  }
}
@media only screen and (max-width: 1199px) {
  .services-section-7__content-one {
    padding: 45px 0px 58px 60px;
  }
}
@media (max-width: 575px) {
  .services-section-7__content-one {
    padding: 20px 0px 20px 20px;
  }
}
.services-section-7__subtext {
  font-size: 15px;
  font-weight: 500;
  padding-top: 8px;
  line-height: 28px;
  color: var(--white);
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--font_outfit);
  border-bottom: 1px solid var(--white);
}
.services-section-7__title {
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  margin: 35px 0px 25px 0px;
  color: var(--white);
  font-family: var(--font_outfit);
}
@media (max-width: 575px) {
  .services-section-7__title {
    font-size: 30px;
  }
}
.services-section-7__desc {
  font-size: 18px;
  font-weight: 400;
  max-width: 467px;
  line-height: 29.7px;
  color: var(--white);
  font-family: var(--font_outfit);
}
.services-section-7__list {
  margin-top: 38px;
}
.services-section-7__list li {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 18px;
  color: var(--white);
  font-family: var(--font_outfit);
}
.services-section-7__list li:last-child {
  margin-bottom: 0;
}
.services-section-7__list li i {
  color: #c3e395;
  margin-right: 13px;
}

.why-choose-us-7__wrapper {
  position: relative;
  background: var(--white);
}
.why-choose-us-7__wrapper::before {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  height: 100%;
  width: 960px;
  display: block;
  position: absolute;
  background: #063232;
}
@media only screen and (max-width: 1919px) {
  .why-choose-us-7__wrapper::before {
    width: 50%;
  }
}
@media only screen and (max-width: 1199px) {
  .why-choose-us-7__wrapper::before {
    display: none;
  }
}
.why-choose-us-7__thumb {
  width: 898px;
  height: 804px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
@media only screen and (max-width: 1919px) {
  .why-choose-us-7__thumb {
    width: 650px;
  }
}
@media only screen and (max-width: 1399px) {
  .why-choose-us-7__thumb {
    width: 560px;
  }
}
@media only screen and (max-width: 1199px) {
  .why-choose-us-7__thumb {
    width: 100%;
    height: 100%;
  }
}
.why-choose-us-7__thumb img {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
.why-choose-us-7__content {
  margin-left: 70px;
}
@media only screen and (max-width: 1919px) {
  .why-choose-us-7__content {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1399px) {
  .why-choose-us-7__content {
    margin-left: -70px;
  }
}
@media only screen and (max-width: 1199px) {
  .why-choose-us-7__content {
    margin-left: 0;
    margin-top: 30px;
  }
}
.why-choose-us-7__subtitle {
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  color: #8BEA7C;
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--font_outfit);
  border-bottom: 1px solid #8BEA7C;
}
.why-choose-us-7__title {
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  color: #063232;
  margin: 27px 0px 32px 0px;
  font-family: var(--font_outfit);
}
@media only screen and (max-width: 767px) {
  .why-choose-us-7__title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .why-choose-us-7__title {
    font-size: 30px;
    line-height: 40px;
  }
}
.why-choose-us-7__desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #5a7779;
  max-width: 559px;
  font-family: var(--font_outfit);
}
.why-choose-us-7__wrap {
  margin-top: 60px;
}
.why-choose-us-7__item {
  gap: 12px;
  display: flex;
  margin-bottom: 31px;
  align-items: center;
}
.why-choose-us-7__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .why-choose-us-7__item {
    gap: 0px;
    align-items: flex-start;
    flex-direction: column;
  }
}
.why-choose-us-7__item span {
  min-width: 80px;
  min-height: 80px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8BEA7C;
}
@media (max-width: 575px) {
  .why-choose-us-7__item span {
    min-width: 50px;
    min-height: 50px;
  }
}
.why-choose-us-7__title-text {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #063232;
  margin-bottom: 14px;
  font-family: var(--font_outfit);
}

.projects-section-7__wrapper {
  background: #ecf8f8;
}
.projects-section-7__wrapper .section-heading__wrap {
  margin: 0 auto;
  max-width: 670px;
  margin-bottom: 73px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .projects-section-7__wrapper .section-heading__wrap {
    margin-bottom: 50px;
  }
}
.projects-section-7__wrapper .section-heading__subtitle {
  font-size: 15px;
  color: #8BEA7C;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--font_outfit);
  border-bottom: 1px solid #8BEA7C;
}
.projects-section-7__wrapper .section-heading__title {
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
  color: #063232;
  font-family: var(--font_outfit);
}
@media only screen and (max-width: 767px) {
  .projects-section-7__wrapper .section-heading__title {
    font-size: 45px;
    line-height: 55px;
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .projects-section-7__wrapper .section-heading__title {
    font-size: 35px;
    line-height: 45px;
  }
}
.projects-section-7__wrap .two {
  background: #05341D;
}
.projects-section-7__wrap .three {
  background: #ffffff;
}
.projects-section-7__wrap:last-child {
  margin-bottom: 0;
}
.projects-section-7__item {
  gap: 70px;
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  background: #6dbd61;
  border-radius: 10px;
}
@media only screen and (max-width: 1199px) {
  .projects-section-7__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .projects-section-7__item {
    padding: 20px;
  }
}
@media only screen and (max-width: 1919px) {
  .projects-section-7__thumb {
    max-width: 700px;
  }
}
@media only screen and (max-width: 1399px) {
  .projects-section-7__thumb {
    max-width: 520px;
  }
}
@media only screen and (max-width: 1199px) {
  .projects-section-7__thumb {
    max-width: 100%;
  }
}
.projects-section-7__thumb img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects-section-7__subtitle {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: var(--white);
  border-radius: 90px;
  padding: 3.5px 19.5px;
  border: 1px solid var(--white);
  font-family: var(--font_outfit);
}
.projects-section-7__subtitle-one {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #063232;
  border-radius: 90px;
  padding: 3.5px 19.5px;
  border: 1px solid #063232;
  font-family: var(--font_outfit);
}
.projects-section-7__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
  color: var(--white);
  margin: 31px 0px 33px 0px;
  font-family: var(--font_outfit);
}
.projects-section-7__title-one {
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
  color: #063232;
  margin: 31px 0px 33px 0px;
  font-family: var(--font_outfit);
}
.projects-section-7__desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--white);
  max-width: 530px;
  font-family: var(--font_outfit);
}
@media (max-width: 575px) {
  .projects-section-7__desc {
    font-size: 16px;
  }
}
.projects-section-7__desc-one {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  max-width: 530px;
  font-family: var(--font_outfit);
  color: #90b4b6;
}
.projects-section-7__desc-two {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  max-width: 530px;
  font-family: var(--font_outfit);
  color: #063232;
}
.projects-section-7__btn {
  display: block;
  margin-top: 140px;
}
@media only screen and (max-width: 1399px) {
  .projects-section-7__btn {
    margin-top: 40px;
  }
}
.projects-section-7__btn a {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--white);
  padding-bottom: 8px;
  display: inline-block;
  border-bottom: 1px solid var(--white);
  font-family: var(--font_outfit);
}
.projects-section-7__btn a svg {
  margin-left: 16.5px;
}
.projects-section-7__btn-one {
  display: block;
  margin-top: 140px;
}
@media only screen and (max-width: 1399px) {
  .projects-section-7__btn-one {
    margin-top: 40px;
  }
}
.projects-section-7__btn-one a {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #063232;
  padding-bottom: 8px;
  display: inline-block;
  border-bottom: 1px solid #063232;
  font-family: var(--font_outfit);
}
.projects-section-7__btn-one a svg {
  fill: #063232 !important;
  margin-left: 16.5px;
}

.counter-section-7__area {
  position: relative;
  padding: 120px 0;
}
@media only screen and (max-width: 991px) {
  .counter-section-7__area {
    padding: 60px 0;
  }
}
.counter-section-7__area .shape1 {
  position: absolute;
  top: 15%;
  left: 0;
}
@media only screen and (max-width: 1399px) {
  .counter-section-7__area .shape1 {
    opacity: 0.1;
  }
}
.counter-section-7__title {
  color: #063232;
  text-align: center;
  font-family: Outfit;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
}
.counter-section-7__thumb {
  padding: 100px 0 120px;
}
@media only screen and (max-width: 1399px) {
  .counter-section-7__thumb {
    padding: 30px 0 60px;
  }
}
.counter-section-7__card {
  padding-left: 35px;
  padding-right: 15px;
  border-left: 1px solid #063232;
}
.counter-section-7__number {
  color: #063232;
  font-family: var(--font_outfit);
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 5px;
  text-align: start;
}
@media only screen and (max-width: 1399px) {
  .counter-section-7__number {
    font-size: 40px;
    line-height: 1;
  }
}
.counter-section-7__title {
  color: #063232;
  font-family: var(--font_outfit);
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 25px;
  text-align: start;
}
@media only screen and (max-width: 1399px) {
  .counter-section-7__title {
    font-size: 40px;
    line-height: 1.3;
    text-align: start;
  }
}
@media only screen and (max-width: 991px) {
  .counter-section-7__title {
    font-size: 25px;
    line-height: 1.3;
    text-align: start;
  }
}
.counter-section-7__subtitle {
  color: #063232;
  font-family: var(--font_outfit);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1399px) {
  .counter-section-7__subtitle {
    font-size: 16px;
    line-height: 1;
  }
}
.counter-section-7__text {
  color: #5a7779;
  font-family: var(--font_outfit);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.video-section-7__area {
  position: relative;
  padding: 345px 0 0;
  overflow: hidden;
}
.video-section-7__area:before {
  position: absolute;
  background: rgba(0, 31, 31, 0.3);
  mix-blend-mode: multiply;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.video-section-7__area .video-counter {
  padding: 35px 39px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.video-section-7__area .video-counter:last-child {
  border-right: 0px;
}
@media only screen and (max-width: 991px) {
  .video-section-7__area .video-counter {
    padding: 25px;
    border-right: 0;
  }
}
.video-section-7__area .video-counter__wrap {
  position: relative;
  z-index: 7;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 10px 10px 0 0;
  background: #8BEA7C;
  margin-top: 345px;
}
@media only screen and (max-width: 991px) {
  .video-section-7__area .video-counter__wrap {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.video-section-7__area .video-counter .counter-number {
  color: var(--black);
  font-family: var(--font_outfit);
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 5px;
}
.video-section-7__area .video-counter .counter-text {
  color: var(--black);
  font-family: var(--font_outfit);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
.video-section-7__video {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  background: var(--white);
  color: var(--black);
  font-family: var(--font_outfit);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  border-radius: 50%;
}

.specialization-section-7__area {
  padding-top: 173px;
}
.specialization-section-7__subtitle {
  font-size: 15px;
  font-weight: 500;
  padding-top: 8px;
  line-height: 28px;
  margin-bottom: 25px;
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--font_outfit);
  border-bottom: 1px solid #8BEA7C;
  text-transform: uppercase;
  color: #8BEA7C;
}
.specialization-section-7__title {
  font-family: var(--font_outfit);
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  color: #063232;
}
@media only screen and (max-width: 1199px) {
  .specialization-section-7__title {
    font-size: 50px;
    line-height: 51px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .specialization-section-7__title {
    font-size: 41px;
    line-height: 47px;
  }
}
@media (max-width: 575px) {
  .specialization-section-7__title {
    font-size: 29px;
    line-height: 33px;
  }
}
@media only screen and (max-width: 991px) {
  .specialization-section-7__title br {
    display: none;
  }
}
.specialization-section-7__card {
  padding: 60px;
  border-radius: 30px;
  background: var(--white);
}
@media only screen and (max-width: 991px) {
  .specialization-section-7__card {
    padding: 30px;
  }
}
.specialization-section-7__desc {
  color: #5a7779;
  font-family: var(--font_outfit);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: 25px;
}
.specialization-section-7__list {
  margin-top: 30px;
}
.specialization-section-7__list li {
  color: #063232;
  font-family: var(--font_outfit);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 15px;
}
.specialization-section-7__button {
  padding: 19px 44px;
  border-radius: 6px;
  background: #E3572B;
  margin-top: 25px;
  color: var(--white);
  font-family: var(--font_outfit);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.faq-section-7__area {
  padding-bottom: 200px;
  background-color: #c3e395;
}
@media only screen and (max-width: 1919px) {
  .faq-section-7__area {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1399px) {
  .faq-section-7__area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .faq-section-7__area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .faq-section-7__area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.faq-section-7__area .section-heading__wrap {
  margin: 0 auto;
  margin-bottom: 73px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .faq-section-7__area .section-heading__wrap {
    margin-bottom: 20px;
  }
}
.faq-section-7__area .section-heading__subtitle {
  font-size: 15px;
  color: #E3572B;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--font_outfit);
  border-bottom: 1px solid #E3572B;
  margin-bottom: 20px;
}
.faq-section-7__area .section-heading__title {
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
  color: #063232;
  font-family: var(--font_outfit);
}
@media only screen and (max-width: 1199px) {
  .faq-section-7__area .section-heading__title {
    font-size: 50px;
    line-height: 51px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-section-7__area .section-heading__title {
    font-size: 41px;
    line-height: 47px;
  }
}
@media (max-width: 575px) {
  .faq-section-7__area .section-heading__title {
    font-size: 29px;
    line-height: 33px;
  }
}

.faq-content-7 .rr-accordion-item {
  border-radius: 10px;
  background: #fff;
  border-bottom: 1px solid white;
  margin-bottom: 10px;
  padding: 0 30px;
}
@media only screen and (max-width: 1199px) {
  .faq-content-7 .rr-accordion-item {
    padding: 0 15px;
  }
}
.faq-content-7 .rr-accordion-item:last-child {
  margin-bottom: 0;
}
.faq-content-7 .rr-accordion-button {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  width: 100%;
  text-align: left;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  align-items: end;
}
.faq-content-7 .rr-accordion-button .title {
  display: flex;
  align-items: center;
  gap: 200px;
  color: #063232;
  font-family: var(--font_outfit);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
@media only screen and (max-width: 1399px) {
  .faq-content-7 .rr-accordion-button .title {
    font-size: 22px;
    gap: 30px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .faq-content-7 .rr-accordion-button .title {
    font-size: 13px;
  }
}
.faq-content-7 .rr-accordion-button .number {
  font-family: var(--font_brico);
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  display: block;
  line-height: 28px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .faq-content-7 .rr-accordion-button .number {
    font-size: 16px;
  }
}
.faq-content-7 .rr-accordion-button .icon i {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transform: rotate(130deg);
  color: #0e0d0d;
  border: 1px solid #0e0d0d;
  border-radius: 50%;
}
.faq-content-7 .rr-accordion-button-2 {
  border-top: 1px solid white;
}
.faq-content-7 .rr-accordion-button.collapsed .icon {
  transform: rotate(50deg);
}
.faq-content-7 .rr-accordion-body {
  margin-left: 235px;
}
@media only screen and (max-width: 767px) {
  .faq-content-7 .rr-accordion-body {
    margin-left: 15px;
  }
}
.faq-content-7 .rr-accordion-body .desc {
  color: #5a7779;
  font-family: var(--font_outfit);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
  max-width: 613px;
}
@media only screen and (max-width: 1399px) {
  .faq-content-7 .rr-accordion-body .desc {
    font-size: 22px;
    gap: 30px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .faq-content-7 .rr-accordion-body .desc {
    font-size: 13px;
  }
}

.footer-section-7__area {
  background-color: #063232;
}
.footer-section-7__area .footer-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: -160px;
}
@media only screen and (max-width: 1399px) {
  .footer-section-7__area .footer-top {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-section-7__area .footer-top {
    margin-right: 0;
  }
}
.footer-section-7__area .footer-top .time {
  color: #fff;
  font-family: var(--font_outfit);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding: 21px 120px;
  background-color: #E3572B;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1399px) {
  .footer-section-7__area .footer-top .time {
    gap: 30px;
    padding: 25px;
  }
}
.footer-section-7__area .footer-top .call-video {
  padding: 21px 120px;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 305px;
}
@media only screen and (max-width: 1399px) {
  .footer-section-7__area .footer-top .call-video {
    gap: 30px;
    padding: 25px;
  }
}
.footer-section-7__area .footer-top .call-video .call {
  color: #063232;
  font-family: var(--font_outfit);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.footer-section-7__area .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  background-color: #063232;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 1140px;
  margin-left: auto;
}
@media only screen and (max-width: 1399px) {
  .footer-section-7__area .footer-bottom {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.footer-section-7__area .footer-bottom__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.footer-section-7__area .footer-bottom__list li {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.footer-section-7__area .footer-main {
  margin-top: 50px;
}
.footer-section-7__area .footer-main .contact-form {
  padding: 45px 35px;
  border-radius: 10px;
  background: #fff;
  max-width: 460px;
  margin-top: -200px;
}
@media only screen and (max-width: 1919px) {
  .footer-section-7__area .footer-main .contact-form {
    margin-top: 0;
  }
}
.footer-section-7__area .footer-main .contact-form__title {
  color: #063232;
  font-family: var(--font_outfit);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
}
.footer-section-7__area .footer-main .contact-form__input {
  width: 100%;
  padding: 15px 0;
  margin-top: 30px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.footer-section-7__area .footer-main .contact-form__input:focus {
  box-shadow: none;
}
.footer-section-7__area .footer-main .contact-form__input::-moz-placeholder {
  color: #063232;
  font-family: var(--font_outfit);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.footer-section-7__area .footer-main .contact-form__input::placeholder {
  color: #063232;
  font-family: var(--font_outfit);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.footer-section-7__area .footer-main .contact-form__textarea {
  width: 100%;
  height: 100px;
  margin-top: 30px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.footer-section-7__area .footer-main .contact-form__btn {
  margin-top: 30px;
  padding: 19px 44px;
  border-radius: 6px;
  background: #E3572B;
  margin-top: 25px;
  color: var(--white);
  font-family: var(--font_outfit);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.footer-section-7__area .footer-main__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 50px 0;
}
@media only screen and (max-width: 1919px) {
  .footer-section-7__area .footer-main__item {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-section-7__area .footer-main__item {
    padding: 20px 0;
  }
}
.footer-section-7__area .footer-main__item .footer-title {
  color: #fff;
  font-family: var(--font_outfit);
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 40px;
}
.footer-section-7__area .footer-main__item .footer-list {
  margin-left: 30px;
}
.footer-section-7__area .footer-main__item .footer-list li {
  color: #90b4b6;
  font-family: var(--font_outfit);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  list-style-type: disc;
  margin-bottom: 10px;
}
.footer-section-7__area .footer-main__item .footer-list li a {
  transition: all 0.3s;
}
.footer-section-7__area .footer-main__item .footer-list li a:hover {
  color: #ff8800;
}
.footer-section-7__area .footer-main__item.subscribe .footer-title {
  text-align: start;
}
.footer-section-7__area .footer-main__item.subscribe .footer-desc {
  color: #90b4b6;
  font-family: var(--font_outfit);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 25px;
}
.footer-section-7__area .footer-main__item.subscribe .subscribe__form {
  position: relative;
  border-radius: 6px;
  background: #fff;
}
.footer-section-7__area .footer-main__item.subscribe .subscribe__form input {
  border-radius: 6px;
  background: #fff;
  padding: 16px 25px;
}
.footer-section-7__area .footer-main__item.subscribe .subscribe__form input::-moz-placeholder {
  color: #999;
  font-family: var(--font_outfit);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.footer-section-7__area .footer-main__item.subscribe .subscribe__form input::placeholder {
  color: #999;
  font-family: var(--font_outfit);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.footer-section-7__area .footer-main__item.subscribe .subscribe__form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
}

.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 100%;
}

/*----------------------------------------*/
/*  5.3 blog-details
/*----------------------------------------*/
.tw-news-standard-wrapper .tw-news-grid-items {
  margin-bottom: 48px;
}
@media only screen and (max-width: 1199px) {
  .tw-news-standard-wrapper .tw-news-grid-items {
    margin-bottom: 30px;
  }
}
.tw-news-standard-wrapper .tw-news-grid-items .tw-news-image {
  overflow: hidden;
}
.tw-news-standard-wrapper .tw-news-grid-items .tw-news-image img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.tw-news-standard-wrapper .tw-news-grid-items .tw-news-content .tw-date-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .tw-news-standard-wrapper .tw-news-grid-items .tw-news-content .tw-date-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.tw-news-standard-wrapper .tw-news-grid-items .tw-news-content .tw-date-list li i {
  margin-right: 10px;
}
.tw-news-standard-wrapper .tw-news-grid-items .tw-news-content h3 {
  margin-bottom: 10px;
  font-size: 32px;
}
@media only screen and (max-width: 1199px) {
  .tw-news-standard-wrapper .tw-news-grid-items .tw-news-content h3 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .tw-news-standard-wrapper .tw-news-grid-items .tw-news-content h3 {
    font-size: 25px;
  }
}
.tw-news-standard-wrapper .tw-news-grid-items .tw-news-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.tw-news-standard-wrapper .tw-news-grid-items .tw-news-content h3 a:hover {
  color: var(--action);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--action) 0%, var(--action) 100%);
}
.tw-news-standard-wrapper .tw-news-grid-items .tw-news-content .tw-theme-btn {
  border: 1px solid var(--action);
  color: var(--black);
  background-color: transparent;
  margin-top: 32px;
  transition: all 0.3s ease;
}
.tw-news-standard-wrapper .tw-news-grid-items .tw-news-content .tw-theme-btn:hover {
  background-color: var(--action);
}
.tw-news-standard-wrapper .tw-news-grid-items .tw-news-content .tw-theme-btn:hover span {
  color: var(--white);
}
.tw-news-standard-wrapper .tw-news-grid-items:hover .tw-news-image img {
  transform: scale3d(1.1, 1.1, 1);
}

.main-sideber .single-sidebar-widget {
  padding: 35px;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #282828;
  box-shadow: inset -10px 0px 10px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 10px;
}
@media only screen and (max-width: 1399px) {
  .main-sideber .single-sidebar-widget {
    padding: 30px 25px;
  }
}
@media (max-width: 575px) {
  .main-sideber .single-sidebar-widget {
    padding: 35px;
  }
}
.main-sideber .single-sidebar-widget .wid-title {
  margin-bottom: 20px;
}
.main-sideber .single-sidebar-widget .wid-title h4 {
  font-size: 25px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 35px;
  color: var(--white);
  font-family: var(--font_brico);
}
.main-sideber .single-sidebar-widget .search-widget form {
  width: 100%;
  position: relative;
}
.main-sideber .single-sidebar-widget .search-widget form input {
  width: 100%;
  height: 100%;
  color: var(--white);
  border: none;
  padding: 17px 25px;
  box-shadow: none;
  border-radius: 10px;
  padding-right: 70px;
  background: var(--black);
}
.main-sideber .single-sidebar-widget .search-widget form input::-moz-placeholder {
  font-family: var(--font_dmsans);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #aaaaaa;
}
.main-sideber .single-sidebar-widget .search-widget form input::placeholder {
  font-family: var(--font_dmsans);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #aaaaaa;
}
.main-sideber .single-sidebar-widget .search-widget form input:hover, .main-sideber .single-sidebar-widget .search-widget form input:focus {
  outline: none;
}
.main-sideber .single-sidebar-widget .search-widget form button {
  right: 0;
  padding: 0;
  width: 60px;
  height: 100%;
  position: absolute;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: var(--black);
  background: var(--action);
  border-radius: 0px 10px 10px 0px;
}
.main-sideber .single-sidebar-widget .search-widget form button:hover {
  background: var(--secondary);
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 400;
  background: var(--black);
  transition: all 0.3s ease;
  border-radius: 0;
  line-height: 1;
  padding: 20px;
  position: relative;
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--action);
  z-index: 0;
  transition: width 0.5s ease;
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li a {
  color: var(--white);
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li span {
  transition: all 0.3s ease;
  color: var(--white);
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li:not(:last-child) {
  margin-bottom: 20px;
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li:hover::before {
  width: 100%;
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li:hover a {
  color: var(--primary);
  position: relative;
  z-index: 999;
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li:hover span {
  color: var(--primary);
  position: relative;
  z-index: 999;
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
  margin-bottom: 20px;
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--font_brico);
  color: var(--white);
}
@media (max-width: 575px) {
  .main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 {
    font-size: 14px;
    line-height: 18px;
  }
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a:hover {
  color: var(--action);
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content ul {
  gap: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li {
  color: var(--white);
}
.main-sideber .single-sidebar-widget .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 7px;
}
.main-sideber .single-sidebar-widget .tagcloud a {
  overflow: hidden;
  padding: 2px 21px;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 26px;
  border-radius: 500px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.main-sideber .single-sidebar-widget .tagcloud a:hover {
  color: var(--black);
  background: var(--action);
}

.tw-news-details-wrapper .tw-details-image img {
  width: 100%;
  height: auto;
  display: block;
}
.tw-news-details-wrapper .tw-news-details-content {
  margin-top: 24px;
}
.tw-news-details-wrapper .tw-news-details-content h3 {
  font-size: 36px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .tw-news-details-wrapper .tw-news-details-content h3 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .tw-news-details-wrapper .tw-news-details-content h3 {
    font-size: 20px;
  }
}
.tw-news-details-wrapper .tw-news-details-content .tw-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.tw-news-details-wrapper .tw-news-details-content .tw-list li {
  font-size: 16px;
  font-weight: 600;
  color: #aaaaaa;
}
.tw-news-details-wrapper .tw-news-details-content .tw-list li:not(:last-child) {
  margin-bottom: 12px;
}
.tw-news-details-wrapper .tw-news-details-content .tw-list li i {
  margin-right: 10px;
  color: var(--action);
}
.tw-news-details-wrapper .tw-news-details-content .tw-sideber {
  padding: 30px 40px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #282828;
  box-shadow: inset -10px 0px 10px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 10px;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media (max-width: 575px) {
  .tw-news-details-wrapper .tw-news-details-content .tw-sideber {
    padding: 30px;
  }
}
.tw-news-details-wrapper .tw-news-details-content .tw-sideber h6 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.tw-news-details-wrapper .tw-news-details-content .tw-sideber .client-info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .tw-news-details-wrapper .tw-news-details-content .tw-sideber .client-info-item {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.tw-news-details-wrapper .tw-news-details-content .tw-sideber .client-info-item .client-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tw-news-details-wrapper .tw-news-details-content .tw-sideber .client-info-item .client-info .image {
  border-radius: 100%;
}
.tw-news-details-wrapper .tw-news-details-content .tw-sideber .client-info-item .client-info h4 {
  font-size: 20px;
}
.tw-news-details-wrapper .tw-news-details-content .tw-sideber .client-info-item .icon {
  font-size: 48px;
  color: var(--white);
}
.tw-news-details-wrapper .tw-news-details-content .text {
  font-size: 24px;
  margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
  .tw-news-details-wrapper .tw-news-details-content .text {
    font-size: 20px;
  }
}
.tw-news-details-wrapper .tw-news-details-content .tw-tag-share-wrap {
  border-bottom: 1px solid var(--primary);
  padding: 30px 0;
}
.tw-news-details-wrapper .tw-news-details-content .tw-tag-share-wrap .tagcloud span {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  margin-right: 8px;
  color: var(--white);
}
.tw-news-details-wrapper .tw-news-details-content .tw-tag-share-wrap .tagcloud a {
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  padding: 3px 20px;
  border-radius: 500px;
  color: var(--black);
  transition: all 0.3s;
  display: inline-flex;
  background-color: var(--white);
}
@media only screen and (max-width: 1199px) {
  .tw-news-details-wrapper .tw-news-details-content .tw-tag-share-wrap .tagcloud a {
    padding: 10px 18px;
  }
}
@media only screen and (max-width: 1199px) {
  .tw-news-details-wrapper .tw-news-details-content .tw-tag-share-wrap .tagcloud a {
    margin-bottom: 15px;
  }
}
.tw-news-details-wrapper .tw-news-details-content .tw-tag-share-wrap .tagcloud a:hover {
  background-color: var(--action);
  color: var(--white);
}
.tw-news-details-wrapper .tw-news-details-content .tw-tag-share-wrap .social-share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.tw-news-details-wrapper .tw-news-details-content .tw-tag-share-wrap .social-share a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  color: var(--black);
  justify-content: center;
  transition: all 0.3s;
  background: var(--white);
  border-radius: 500px;
}
.tw-news-details-wrapper .tw-news-details-content .tw-tag-share-wrap .social-share a:not(:last-child) {
  margin-right: 10px;
}
.tw-news-details-wrapper .tw-news-details-content .tw-tag-share-wrap .social-share a:hover {
  color: var(--white);
  background-color: var(--action);
}
.tw-news-details-wrapper .tw-news-details-content .tw-comments-area {
  margin-top: 40px;
}
.tw-news-details-wrapper .tw-news-details-content .tw-comments-area .tw-blog-single-comment {
  border-bottom: 1.2px solid rgba(191, 191, 191, 0.24);
}
@media (max-width: 575px) {
  .tw-news-details-wrapper .tw-news-details-content .tw-comments-area .tw-blog-single-comment {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.tw-news-details-wrapper .tw-news-details-content .tw-comments-area .tw-blog-single-comment .tw-content .head .con h5 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
}
.tw-news-details-wrapper .tw-news-details-content .tw-comments-area .tw-blog-single-comment .tw-content .head .con h5 a:hover {
  color: var(--action);
}
.tw-news-details-wrapper .tw-news-details-content .tw-comments-area .tw-blog-single-comment .tw-content .head .con span {
  color: #aaaaaa;
}
.tw-news-details-wrapper .tw-news-details-content .tw-comments-area .tw-blog-single-comment .tw-content .reply {
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 5px 18px;
  font-weight: 400;
  color: var(--white);
  transition: all 0.3s ease;
}
.tw-news-details-wrapper .tw-news-details-content .tw-comments-area .tw-blog-single-comment .tw-content .reply:hover {
  background-color: var(--action);
}
.tw-news-details-wrapper .tw-news-details-content .tw-comment-form-wrap {
  padding: 30px;
  background-color: var(--primary);
}
.tw-news-details-wrapper .tw-news-details-content .tw-comment-form-wrap h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.tw-news-details-wrapper .tw-news-details-content .tw-comment-form-wrap p {
  margin-bottom: 20px;
}
.tw-news-details-wrapper .tw-news-details-content .tw-comment-form-wrap .form-clt span {
  color: var(--black);
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}
.tw-news-details-wrapper .tw-news-details-content .tw-comment-form-wrap .form-clt input {
  width: 100%;
  color: var(--white);
  padding: 20px 25px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #282828;
  box-shadow: inset -10px 0px 10px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 10px;
}
.tw-news-details-wrapper .tw-news-details-content .tw-comment-form-wrap .form-clt input::-moz-placeholder {
  color: #aaaaaa;
  font-size: 16px;
  line-height: 20px;
}
.tw-news-details-wrapper .tw-news-details-content .tw-comment-form-wrap .form-clt input::placeholder {
  color: #aaaaaa;
  font-size: 16px;
  line-height: 20px;
}
.tw-news-details-wrapper .tw-news-details-content .tw-comment-form-wrap .form-clt input:hover, .tw-news-details-wrapper .tw-news-details-content .tw-comment-form-wrap .form-clt input:focus {
  outline: none;
}
.tw-news-details-wrapper .tw-news-details-content .tw-comment-form-wrap .form-clt textarea {
  width: 100%;
  padding: 20px 25px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
  border: 1px solid #282828;
  box-shadow: inset -10px 0px 10px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 10px;
  height: 189px;
}
.tw-news-details-wrapper .tw-news-details-content .tw-comment-form-wrap .form-clt textarea::-moz-placeholder {
  color: #aaaaaa;
  font-size: 16px;
  line-height: 20px;
}
.tw-news-details-wrapper .tw-news-details-content .tw-comment-form-wrap .form-clt textarea::placeholder {
  color: #aaaaaa;
  font-size: 16px;
  line-height: 20px;
}
.tw-news-details-wrapper .tw-news-details-content .tw-comment-form-wrap .form-clt textarea:hover, .tw-news-details-wrapper .tw-news-details-content .tw-comment-form-wrap .form-clt textarea:focus {
  outline: none;
}

/*----------------------------------------*/
/*  5.2 sidebar
/*----------------------------------------*/
.blog__right {
  margin-top: 60px;
  margin-left: -80px;
}
@media only screen and (max-width: 1919px) {
  .blog__right {
    margin-left: 0;
  }
}

.sidebar__widget {
  max-width: 413px;
}
@media only screen and (max-width: 1199px) {
  .sidebar__widget {
    max-width: 100%;
  }
}
.sidebar__widget:not(:last-child) {
  margin-bottom: 35px;
}

.sidebar__widget {
  padding: 35px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #282828;
  box-shadow: inset -10px 0px 10px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 10px;
}
@media only screen and (max-width: 1399px) {
  .sidebar__widget {
    padding: 30px 25px;
  }
}
@media (max-width: 575px) {
  .sidebar__widget {
    padding: 35px;
  }
}
.sidebar__widget-title {
  font-size: 25px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 35px;
  color: var(--white);
  font-family: var(--font_brico);
}
.sidebar__widget-search .search__bar {
  position: relative;
  height: 60px;
  overflow: hidden;
}
.sidebar__widget-search .search__bar input {
  width: 100%;
  height: 100%;
  color: var(--white);
  border: none;
  padding: 17px 25px;
  box-shadow: none;
  border-radius: 10px;
  padding-right: 70px;
  background: var(--black);
}
.sidebar__widget-search .search__bar input::-moz-placeholder {
  font-family: var(--font_dmsans);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #aaaaaa;
}
.sidebar__widget-search .search__bar input::placeholder {
  font-family: var(--font_dmsans);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #aaaaaa;
}
.sidebar__widget-search .search__bar input:hover, .sidebar__widget-search .search__bar input:focus {
  outline: none;
}
.sidebar__widget-search .search__bar button {
  right: 0;
  padding: 0;
  width: 60px;
  height: 100%;
  position: absolute;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: var(--black);
  background: var(--action);
  border-radius: 0px 10px 10px 0px;
}
.sidebar__widget-search .search__bar button:hover {
  background: var(--secondary);
}
.sidebar__widget-category a {
  font-size: 18px;
  line-height: 28px;
  color: #aaaaaa;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 10px;
}
.sidebar__widget-category a .title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sidebar__widget-category a:last-child {
  margin-bottom: 0;
}
.sidebar__widget-category a i {
  font-size: 18px;
  line-height: 28px;
  color: #aaaaaa;
}
.sidebar__widget-category a:hover {
  color: var(--action);
}
.sidebar__widget-category a:hover i {
  color: var(--action);
}
.sidebar__widget-post {
  gap: 25px;
  display: flex;
  align-items: center;
}
.sidebar__widget-post:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sidebar__widget-post__thum {
  width: 90px;
  height: 90px;
  overflow: hidden;
  min-width: 90px;
  display: block;
}
.sidebar__widget-post__thum img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar__widget-post__thum img:hover {
  transform: scale(1.1);
}
.sidebar__widget-post__content-meta {
  margin-bottom: 8px;
}
.sidebar__widget-post__content-meta li {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.sidebar__widget-post__content-meta li a {
  font-size: 16px;
  line-height: 22px;
  align-items: center;
  text-transform: uppercase;
  color: var(--white);
}
.sidebar__widget-post__content-meta li i {
  font-size: 14px;
  color: var(--rr-text-body);
}
.sidebar__widget-post__content-meta li a:hover {
  color: var(--action);
}
.sidebar__widget-post__content-meta li a:hover i {
  color: var(--primary);
}
.sidebar__widget-post__content-title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--font_brico);
  color: var(--white);
}
@media (max-width: 575px) {
  .sidebar__widget-post__content-title {
    font-size: 14px;
    line-height: 18px;
  }
}
.sidebar__widget-post__content-title:hover {
  color: var(--action);
}
.sidebar__widget-tags .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 7px;
}
.sidebar__widget-tags .tags a {
  overflow: hidden;
  padding: 2px 21px;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 26px;
  border-radius: 500px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.sidebar__widget-tags .tags a:hover {
  color: var(--black);
  background: var(--action);
}

.blog-5 .blog-5-wrapper {
  margin-top: 35px;
}
.blog-5__item {
  display: flex;
  gap: 35px 20px;
  padding: 35px 0;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--primary);
}
@media only screen and (max-width: 1399px) {
  .blog-5__item {
    flex-wrap: wrap;
  }
}
.blog-5__item:last-child {
  border-bottom: 1px solid var(--primary);
}
.blog-5__item .content .meta-list {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 30px;
}
.blog-5__item .content .meta-list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.blog-5__item .content .meta-list li span {
  border: 1px solid var(--primary);
  display: inline-block;
  border-radius: 500px;
  padding: 2px 23px;
}
.blog-5__item .content .title {
  color: var(--primary);
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}
@media only screen and (max-width: 767px) {
  .blog-5__item .content .title {
    font-size: 30px;
  }
  .blog-5__item .content .title br {
    display: none;
  }
}
.blog-5__item .content .title a:hover {
  color: #ff8800;
}
.blog-5__item .content .meta-date {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}
.blog-5__item .content .meta-date li {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.blog-5__item .text .des {
  color: #444;
  text-indent: 116px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  max-width: 468px;
}
@media only screen and (max-width: 1919px) {
  .blog-5__item .text .des {
    max-width: 350px;
  }
}
@media only screen and (max-width: 1399px) {
  .blog-5__item .text .des {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-5__item .text .des {
    text-indent: 0;
  }
}
.blog-5__item .media {
  overflow: hidden;
  border-radius: 10px;
}
.blog-5__item .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
} 