/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Common
# Cards
# Forms
# Navigation
# Mobile Nav
# Sidebar
# Search Popup
# Page Header
# Page Sidebar
# Google Map
# FAQ Accordion
# Animations
# Main Slider
# Service
# Get Work
# About
# Case Study
# Solution
# Clients
# Team
# FAQ
# Brand
# Video
# Business
# Mini Banner
# Testimonials
# Gallery
# Pricing
# Shop
# Contact 
# Blog
# Footer
# Error
# Boxed
--------------------------------------------------------------*/
:root {
  --noile-size-8xl: 150px;
  --noile-size-7xl: 96px;
  --noile-size-6xl: 48px;
  --noile-size-5xl: 32px;
  --noile-size-4xl: 24px;
  --noile-size-3xl: 20px;
  --noile-size-2xl: 18px;
  --noile-size-xl: 16px;
  --noile-size-lg: 15px;
  --noile-size-md: 14px;
  --noile-size-sm: 13px;
  --noile-body-size: 16px;
  --noile-body-line-height: 1.875;
  --noile-font: "Sora", sans-serif;
  --noile-font2: "Syne", sans-serif;
  --noile-heading-font: "Epilogue", sans-serif;
  --noile-base: #6f6f6f;
  --noile-base-rgb: 111, 111, 111;
  --noile-base2: #4f4f4f;
  --noile-base2-rgb: 79, 79, 79;
  --noile-base3: #9a9a9a;
  --noile-base3-rgb: 154, 154, 154;
  --noile-primary: #1d1d1d;
  --noile-primary-rgb: 29, 29, 29;
  --noile-secondary: #A0A1A6;
  --noile-secondary-rgb: 160, 161, 166;
  --noile-white: #ffffff;
  --noile-white-rgb: 255, 255, 255;
  --noile-white2: #F6F6F6;
  --noile-white2-rgb: 246, 246, 246;
  --noile-white3: #F7F7F7;
  --noile-white3-rgb: 247, 247, 247;
  --noile-white4: #F4E5E5;
  --noile-white4-rgb: 244, 229, 229;
  --noile-black: #222222;
  --noile-black-rgb: 34, 34, 34;
  --noile-black2: #0E1C31;
  --noile-black2-rgb: 14, 28, 49;
  --noile-black3: #282828;
  --noile-black3-rgb: 40, 40, 40;
  --noile-gray: #777777;
  --noile-gray-rgb: 119, 119, 119;
  --noile-gray2: #9AA5B3;
  --noile-gray2-rgb: 154, 165, 179;
}

/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
.mt-20 {
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-142 {
  padding-top: 142px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.noile-btn {
  position: relative;
  padding: 20px 32px 18px 32px;
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: var(--noile-size-md);
  color: var(--noile-white, #ffffff);
  font-weight: 600;
  line-height: 1.571;
  text-transform: capitalize;
  text-align: center;
  background-color: var(--noile-primary, #1d1d1d);
  z-index: 1;
  overflow: hidden;
}
.noile-btn::after {
  content: "";
  width: 20px;
  height: 194px;
  background-color: #2b2b2b;
  position: absolute;
  right: -18px;
  bottom: -85px;
  z-index: -1;
  transform: rotate(45deg);
  transition: all 0.6s ease-out;
}
.noile-btn:hover::after {
  width: 300px;
  transform: rotate(0deg);
}

.slide-title__heading {
  font-size: var(--noile-size-7xl);
  color: var(--noile-white, #ffffff);
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 0;
}

.sec-title__top-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.sec-title__top {
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-xl);
  font-weight: 400;
  color: var(--noile-base, #D94645);
  text-transform: capitalize;
  line-height: 1.875;
  margin-bottom: 0;
  margin-left: 10px;
}
.sec-title__heading {
  font-size: var(--noile-size-6xl);
  color: var(--noile-primary, #1d1d1d);
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.208;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-family: var(--noile-font, "Sora", sans-serif);
  color: var(--noile-primary, #1d1d1d);
  font-size: var(--noile-body-size);
  line-height: var(--noile-body-line-height);
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--noile-base, #D94645);
  display: inline-block;
}

span {
  display: inline-block;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

input,
textarea,
input::placeholder,
textarea::placeholder {
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-md);
  font-weight: 400;
  color: var(--noile-secondary, #A0A1A6);
}

input,
textarea {
  color: var(--noile-primary, #1d1d1d);
}

h1{
  font-size:75px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  color: var(--noile-primary, #1d1d1d);
  font-weight: 600;
}

p {
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: clamp(17px, 1.15vw, 19px);
  font-weight: 400;
  color: var(--noile-secondary, #A0A1A6);
  line-height: 1.9;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

a,
button,
img,
p,
svg,
svg path,
span,
i {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background-color: #2b2b2b;
}

/* owl carousel slider dots customize */
.noile-owl__carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px !important;
}
@media (max-width: 575px) {
  .noile-owl__carousel .owl-dots {
    margin-top: 40px;
  }
}
.noile-owl__carousel .owl-dots .owl-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
  margin: 0 6px;
  border-radius: 2px;
}
.noile-owl__carousel .owl-dots .owl-dot span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.5);
  margin: 0;
}
.noile-owl__carousel .owl-dots .owl-dot.active {
  border-color: var(--noile-base, #D94645);
}
.noile-owl__carousel .owl-dots .owl-dot.active span {
  background: var(--noile-base, #D94645);
}

/* tiny slider button customize */
.tns-outer .tns-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.tns-outer .tns-controls button {
  width: 45px;
  height: 45px;
  border: 2px solid #f4f4f4;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--noile-base, #D94645);
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
}

.ul-list-one {
  margin-bottom: 0;
}
.ul-list-one li {
  position: relative;
  padding-left: 45px;
  font-size: var(--noile-body-size);
  font-weight: 500;
  color: var(--noile-black, #222222);
}
@media (min-width: 481px) {
  .ul-list-one li {
    font-size: var(--noile-size-2xl);
  }
}
.ul-list-one li::before {
  content: "\e907";
  color: var(--noile-secondary, #A0A1A6);
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "azino-icon";
}

/* preloader */
.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}
.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* social media */
.social-list {
  display: flex;
  align-items: center;
}
.social-list .social-link {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-list .social-link:nth-child(odd) {
  background: rgba(var(--noile-white-rgb, 255, 255, 255), 0.05);
}
.social-list .social-link:nth-child(even) {
  background: rgba(var(--noile-white-rgb, 255, 255, 255), 0.1);
}
.social-list .social-link i {
  font-size: var(--noile-size-sm);
  color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.5);
}
.social-list .social-link:hover {
  background-color: #5a5a5a;
}
.social-list .social-link:hover i {
  color: rgba(var(--noile-white-rgb, 255, 255, 255), 1);
}

/* post paginations */
.pagination-box {
  margin-top: 50px;
  padding: 30px 0;
  border-top: 1px solid rgba(var(--noile-primary-rgb), 0.1);
  border-bottom: 1px solid rgba(var(--noile-primary-rgb), 0.1);
}
.pagination-box .row {
  align-items: center;
}
.pagination-box__prev-box {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .pagination-box__prev-box {
    justify-content: center;
    align-items: center;
  }
}
.pagination-box__next-box {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .pagination-box__next-box {
    justify-content: center;
    align-items: center;
  }
}
.pagination-box__prev, .pagination-box__next {
  display: flex;
  align-items: center;
}
.pagination-box__prev:hover p, .pagination-box__next:hover p {
  color: var(--noile-base, #D94645);
}
.pagination-box__prev:hover path, .pagination-box__next:hover path {
  stroke: var(--noile-base, #D94645);
}
.pagination-box__text--prev {
  margin-left: 15px;
}
.pagination-box__text--next {
  margin-right: 15px;
}
.pagination-box__icon {
  font-size: 16px;
  color: var(--noile-primary, #1d1d1d);
}
.pagination-box__text {
  color: var(--noile-primary, #1d1d1d);
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
}
.pagination-box__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-box__item:not(:last-child) {
  margin-right: 10px;
}
.pagination-box__item--active a {
  color: var(--noile-white, #ffffff);
  background-color: var(--noile-primary, #1d1d1d);
}
.pagination-box__link {
  width: 50px;
  height: 50px;
  color: var(--noile-secondary, #A0A1A6);
  background-color: var(--noile-white2, #F6F6F6);
  border-radius: 50%;
  text-align: center;
  line-height: 51.5px;
}
.pagination-box__link:hover {
  color: var(--noile-white, #ffffff);
  background-color: var(--noile-primary, #1d1d1d);
}
@media (max-width: 425px) {
  .pagination-box__link {
    width: 45px;
    height: 45px;
    line-height: 46.5px;
  }
}

/* responsive font-size */
@media (max-width: 1599px) {
  :root {
    --noile-size-8xl: 130px;
    --noile-size-7xl: 90px;
  }
}
@media (max-width: 1399px) {
  :root {
    --noile-size-8xl: 110px;
    --noile-size-7xl: 70px;
    --noile-size-6xl: 45px;
    --noile-size-4xl: 22px;
  }
}
@media (max-width: 1199px) {
  :root {
    --noile-size-8xl: 80px;
    --noile-size-7xl: 60px;
    --noile-size-6xl: 41px;
  }
}
@media (max-width: 991px) {
  :root {
    --noile-size-8xl: 70px;
  }
}
@media (max-width: 767px) {
  :root {
    --noile-size-7xl: 50px;
    --noile-size-5xl: 27px;
    --noile-size-4xl: 21px;
    --noile-size-xl: 15px;
  }
}
@media (max-width: 575px) {
  :root {
    --noile-size-8xl: 50px;
    --noile-size-7xl: 40px;
    --noile-size-6xl: 35px;
    --noile-size-5xl: 25px;
    --noile-size-2xl: 17px;
  }
}
@media (max-width: 425px) {
  :root {
    --noile-size-8xl: 45px;
    --noile-size-7xl: 38px;
    --noile-size-6xl: 33px;
    --noile-size-4xl: 20px;
    --noile-size-2xl: 16px;
    --noile-size-xl: 15px;
  }
}
@media (max-width: 375px) {
  :root {
    --noile-size-7xl: 35px;
  }
}
/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.team__card {
  position: relative;
  padding: 42px 30px 50px 29px;
  border: 1px solid var(--noile-white2, #F6F6F6);
  background-color: var(--noile-white, #ffffff);
  z-index: 1;
}
@media (max-width: 1599px) {
  .team__card {
    padding: 25px 20px 25px 20px;
  }
}
.team__card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  transition: all 0.6s linear;
  z-index: -1;
}
.team__card::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  transition: all 0.6s linear;
  z-index: -1;
}
.team__card:hover::before, .team__card:hover::after {
  border-color: var(--noile-primary, #1d1d1d);
  width: 100%;
  height: 100%;
}
.team__card:hover {
  border-color: transparent;
}
.team__card-info {
  margin-bottom: 42px;
}
@media (max-width: 1399px) {
  .team__card-info {
    margin-bottom: 30px;
  }
}
.team__card-profession {
  margin-bottom: 11px;
}
.team__card-name {
  font-size: var(--noile-size-4xl);
  color: var(--noile-primary, #1d1d1d);
  line-height: 1.25;
  margin-bottom: 0;
}
@media (max-width: 1599px) {
  .team__card-name {
    font-size: 22px;
  }
}
@media (max-width: 1399px) {
  .team__card-name {
    font-size: 20px;
  }
}
.team__card-img-box {
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
  margin-bottom: 30px;
}
.team__card-img {
  width: 100%;
  display: block;
  mix-blend-mode: luminosity;
}
.team__card-social-link:nth-child(odd) {
  background-color: var(--noile-white2, #F6F6F6) !important;
}
.team__card-social-link:nth-child(even) {
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.08) !important;
}
.team__card-social-link i {
  color: var(--noile-secondary, #A0A1A6) !important;
}
.team__card-social-link:hover {
  background-color: var(--noile-base, #D94645) !important;
}
.team__card-social-link:hover i {
  color: var(--noile-white, #ffffff) !important;
}
@media (max-width: 1399px) {
  .team__card-social-link {
    width: 40px !important;
    height: 40px !important;
  }
}

.testimonial__item {
  position: relative;
  padding: 56px 50px 42px 49px;
  background-color: var(--noile-white, #ffffff);
  border: 1px solid var(--noile-white2, #F6F6F6);
}
@media (max-width: 1399px) {
  .testimonial__item {
    padding-left: 29px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .testimonial__item {
    padding: 49px 25px 35px 24px;
  }
}
@media (max-width: 375px) {
  .testimonial__item {
    padding: 40px 15px;
  }
}
.testimonial__info {
  display: flex;
  align-items: center;
}
.testimonial__img-box {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin-right: 14px;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}
@media (max-width: 375px) {
  .testimonial__img-box {
    width: 58px;
    height: 58px;
  }
}
.testimonial__img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  mix-blend-mode: luminosity;
}
@media (max-width: 375px) {
  .testimonial__img {
    width: 58px;
    height: 58px;
  }
}
.testimonial__name {
  font-size: var(--noile-size-4xl);
  line-height: 1.25;
  margin-bottom: 0;
}
.testimonial__review-box {
  display: flex;
  align-items: center;
}
.testimonial__review-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-right: 9px;
}
.testimonial__review-icon {
  font-size: 14px;
  color: var(--noile-base, #D94645);
}
.testimonial__review-text {
  margin-bottom: 0;
}
.testimonial__text-box {
  margin-top: 22px;
  margin-bottom: 40px;
}
@media (max-width: 425px) {
  .testimonial__text-box {
    margin-bottom: 30px;
  }
}
.testimonial__text {
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: var(--noile-size-2xl);
  color: var(--noile-primary, #1d1d1d);
  line-height: 1.666;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
}
.testimonial__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial__quote-box {
  display: flex;
  align-items: center;
}
.testimonial__quote-icon {
  font-size: 40px;
  color: var(--noile-base, #D94645);
}
.testimonial__quote-icon:not(:last-child) {
  margin-right: 6px;
}
.testimonial__shape-one {
  width: 30px;
  height: 30px;
  background-color: var(--noile-primary, #1d1d1d);
  position: absolute;
  top: 0;
  right: 0;
  animation: zump3 3s infinite linear;
}
.testimonial__shape-one--slide {
  right: 30px;
}
@media (max-width: 991px) {
  .testimonial__shape-one {
    right: 0px;
    width: 20px;
    height: 20px;
  }
}
.testimonial__shape-two {
  width: 20px;
  height: 20px;
  background-color: #7a7a7a;
  position: absolute;
  top: 30px;
  right: 30px;
  animation: rectMove 8s linear 0s infinite;
}
.testimonial__shape-two--slide {
  right: 60px;
}
@media (max-width: 991px) {
  .testimonial__shape-two {
    top: 20px;
    right: 20px;
    width: 12px;
    height: 12px;
  }
}
.testimonial__shape-three {
  width: 20px;
  height: 20px;
  background-color: #b3b3b3;
  position: absolute;
  top: 10px;
  right: 50px;
  animation: rectMove 8s linear 2s infinite;
}
.testimonial__shape-three--slide {
  right: 80px;
}
@media (max-width: 991px) {
  .testimonial__shape-three {
    width: 12px;
    height: 12px;
    top: 8px;
    right: 32px;
  }
}
.testimonial__shape-four {
  width: 30px;
  height: 30px;
  background-color: #5a5a5a;
  position: absolute;
  top: 50px;
  right: 0;
  animation: zump 3s infinite linear;
}
@media (max-width: 991px) {
  .testimonial__shape-four {
    display: none;
  }
}

.case-study__item {
  position: relative;
  z-index: 1;
}
.case-study__item-img-box {
  position: relative;
  overflow: hidden;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}
.case-study__item-img-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(50%);
  opacity: 0;
  visibility: hidden;
  background-color: rgba(var(--noile-primary-rgb), 0.5);
  z-index: 1;
  transition: all 0.3s linear;
}
.case-study__item-img {
  width: 100%;
  display: block;
  mix-blend-mode: luminosity;
}
.case-study__item-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  background-color: var(--noile-white, #ffffff);
  border-radius: 50%;
  position: relative;
  position: absolute;
  top: 26%;
  left: 50%;
  transform: translate(-50%, 150px);
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
}
@media (max-width: 1599px) {
  .case-study__item-btn {
    width: 70px;
    height: 70px;
  }
}
.case-study__item-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  border: 1px solid var(--noile-white, #ffffff);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.case-study__item-btn-icon {
  font-size: 18px;
  color: var(--noile-base, #D94645);
}
.case-study__item-btn:hover {
  background-color: var(--noile-primary, #1d1d1d);
}
.case-study__item-btn:hover::after {
  top: 0px;
  left: 0px;
  border-color: var(--noile-primary, #1d1d1d);
}
.case-study__item-btn:hover .case-study__item-btn-icon {
  transform: rotate(41deg);
  color: var(--noile-white, #ffffff);
}
.case-study__item-desc {
  font-size: var(--noile-size-md);
  color: var(--noile-white, #ffffff);
  line-height: 1;
  padding: 11px 7px 10px 20px;
  position: absolute;
  left: 0;
  bottom: 107px;
  background-color: #7a7a7a;
  z-index: 11;
  margin-bottom: 0;
  transform: translateX(-100px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease 350ms, visibility 500ms ease 350ms, transform 500ms ease 350ms;
}
@media (max-width: 1599px) {
  .case-study__item-desc {
    padding-left: 15px;
  }
}
@media (max-width: 1199px) {
  .case-study__item-desc {
    bottom: 76px;
  }
}
@media (max-width: 991px) {
  .case-study__item-desc {
    bottom: 81px;
  }
}
@media (max-width: 767px) {
  .case-study__item-desc {
    bottom: 91px;
  }
}
@media (max-width: 425px) {
  .case-study__item-desc {
    bottom: 81px;
  }
}
.case-study__item-title {
  font-size: var(--noile-size-3xl);
  color: var(--noile-white, #ffffff);
  line-height: 1.4;
  text-transform: capitalize;
  padding: 11.5px 17px 16.5px 20px;
  position: absolute;
  left: 0;
  bottom: 50px;
  background-color: var(--noile-primary, #1d1d1d);
  z-index: 111;
  margin-bottom: 0;
  transform: translateX(200px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease 350ms, visibility 500ms ease 350ms, transform 500ms ease 350ms;
}
@media (max-width: 1799px) {
  .case-study__item-title {
    font-size: 20px;
    bottom: 50px;
  }
}
@media (max-width: 1599px) {
  .case-study__item-title {
    bottom: 54px;
    font-size: 17px;
    padding-left: 15px;
  }
}
@media (max-width: 1199px) {
  .case-study__item-title {
    bottom: 25px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .case-study__item-title {
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .case-study__item-title {
    bottom: 40px;
  }
}
@media (max-width: 425px) {
  .case-study__item-title {
    font-size: 15px;
    bottom: 30px;
  }
}
.case-study__item:hover .case-study__item-btn {
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
}
.case-study__item:hover .case-study__item-img-box::after {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}
.case-study__item:hover .case-study__item-desc {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.case-study__item:hover .case-study__item-title {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.pricing__item {
  position: relative;
  padding: 49px 50px 41px;
  background-color: var(--noile-white, #ffffff);
  border: 1px solid var(--noile-white2, #F6F6F6);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
@media (max-width: 1599px) {
  .pricing__item {
    padding: 49px 40px 30px;
  }
}
@media (max-width: 1399px) {
  .pricing__item {
    padding: 49px 30px 30px;
  }
}
@media (max-width: 435px) {
  .pricing__item {
    padding: 49px 20px 20px;
  }
}
.pricing__item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  transition: all 0.6s linear;
}
.pricing__item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  transition: all 0.6s linear;
}
.pricing__item:hover::before, .pricing__item:hover::after {
  border-color: var(--noile-primary, #1d1d1d);
  width: 100%;
  height: 100%;
}
.pricing__item:hover {
  border-color: transparent;
}
.pricing__category {
  position: absolute;
  top: -10px;
  right: 50px;
  padding: 5px 21.5px;
  color: var(--noile-white, #ffffff);
  background-color: #b3b3b3;
  margin-bottom: 0;
  z-index: 11;
}
.pricing__price-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .pricing__price-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.pricing__title-box {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .pricing__title-box {
    margin-bottom: 15px;
  }
}
.pricing__icon {
  width: 54px;
  height: 50px;
}
.pricing__title-inner {
  margin-left: 19px;
}
.pricing__title {
  font-size: var(--noile-size-4xl);
  text-transform: capitalize;
  margin-bottom: 4px;
}
@media (max-width: 1399px) {
  .pricing__title {
    font-size: 20px;
  }
}
.pricing__valitidy {
  margin-bottom: 0;
}
.pricing__price {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .pricing__price {
    width: 100%;
    text-align: right;
  }
}
.pricing__price-one {
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-md);
  font-weight: 400;
  color: var(--noile-base, #D94645);
  line-height: 1.875;
}
.pricing__price-two {
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-4xl);
  font-weight: 600;
  color: var(--noile-primary, #1d1d1d);
  line-height: 1.25;
}
@media (max-width: 1399px) {
  .pricing__price-two {
    font-size: 20px;
  }
}
.pricing__line-box {
  margin-top: 42px;
  margin-bottom: 41px;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
}
.pricing__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 146px;
  height: 1px;
  background-color: var(--noile-base, #D94645);
}
.pricing__list-box {
  margin-bottom: 42px;
}
.pricing__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.pricing__list-item:not(:last-child) {
  margin-bottom: 13px;
}
.pricing__list-text {
  position: relative;
  margin-bottom: 0;
  padding-left: 19px;
}
.pricing__list-text::before {
  content: "\ea69";
  font-family: IcoFont !important;
  font-size: 16px;
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  position: absolute;
  top: 7px;
  left: -4px;
}
.pricing__btn {
  padding: 15.5px 28px 13.5px 28px;
}

.shop-product__card {
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
}
.shop-product__img-box {
  position: relative;
  overflow: hidden;
}
.shop-product__img-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.7);
  z-index: 1;
  transition: all 0.3s linear;
}
.shop-product__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  background-color: var(--noile-white, #ffffff);
  border-radius: 50%;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 150px);
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
}
@media (max-width: 1599px) {
  .shop-product__btn {
    width: 70px;
    height: 70px;
  }
}
.shop-product__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  border: 1px solid var(--noile-white, #ffffff);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.shop-product__btn-icon {
  font-size: 24px;
  color: var(--noile-base, #D94645);
}
.shop-product__btn:hover {
  background-color: var(--noile-base, #D94645);
}
.shop-product__btn:hover::after {
  top: 0px;
  left: 0px;
  border-color: var(--noile-base, #D94645);
}
.shop-product__btn:hover .shop-product__btn-icon {
  color: var(--noile-white, #ffffff);
}
.shop-product__img {
  width: 100%;
}
.shop-product__category {
  position: absolute;
  left: 30px;
  bottom: 0;
  display: table;
  padding: 10px 21.5px;
  color: var(--noile-white, #ffffff);
  line-height: 1.25;
  background-color: var(--noile-primary, #1d1d1d);
  margin-bottom: 0;
  z-index: 11;
}
.shop-product__card:hover .shop-product__btn {
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}
.shop-product__card:hover .shop-product__img-box::after {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}
.shop-product__card:hover .shop-product__category {
  background-color: var(--noile-base, #D94645);
}
.shop-product__content {
  padding: 22px 29px 30px;
}
@media (max-width: 1399px) {
  .shop-product__content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
  }
}
.shop-product__name {
  display: block;
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: var(--noile-size-3xl);
  color: var(--noile-primary, #1d1d1d);
  line-height: 1.7;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.shop-product__name:hover {
  color: var(--noile-base, #D94645);
}
.shop-product__price-review-box {
  display: flex;
  align-items: flex-end;
  margin-bottom: 21px;
}
@media (max-width: 375px) {
  .shop-product__price-review-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.shop-product__price-inner {
  display: flex;
  align-items: flex-end;
  margin-right: 28px;
}
@media (max-width: 1399px) {
  .shop-product__price-inner {
    margin-right: 20px;
  }
}
@media (max-width: 375px) {
  .shop-product__price-inner {
    margin-right: 0;
    margin-bottom: 6px;
  }
}
.shop-product__price-new {
  font-size: var(--noile-size-4xl);
  line-height: 1.25;
  margin-right: 6px;
  margin-bottom: 0;
}
.shop-product__price-old {
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: var(--noile-size-md);
  font-weight: 400;
  text-decoration: line-through;
  margin-bottom: 0;
}
.shop-product__review-inner {
  display: flex;
  align-items: center;
}
.shop-product__review-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-right: 9px;
}
.shop-product__review-icon {
  font-size: 14px;
  color: var(--noile-base, #D94645);
}
.shop-product__review-text {
  margin-bottom: 0;
}
.shop-product__btn-box {
  display: flex;
  align-items: center;
}
.shop-product__icon {
  font-size: var(--noile-size-md);
  color: var(--noile-secondary, #A0A1A6);
}
.shop-product__btn-wishlist {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30.5px;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-md);
  color: var(--noile-secondary, #A0A1A6);
  line-height: 2.142;
  font-weight: 400;
  background-color: var(--noile-white2, #F6F6F6);
  margin-right: 30px;
}
@media (max-width: 375px) {
  .shop-product__btn-wishlist {
    padding: 10px 20px;
    margin-right: 20px;
  }
}
.shop-product__btn-wishlist .icon-wishlist {
  margin-right: 8px;
  vertical-align: middle;
}
.shop-product__btn-wishlist:hover {
  background-color: var(--noile-primary, #1d1d1d);
  color: var(--noile-white, #ffffff);
}
.shop-product__btn-wishlist:hover .icon-wishlist {
  color: var(--noile-white, #ffffff);
}
.shop-product__btn-circle {
  margin-right: 20px;
}
.shop-product__btn-circle:hover span, .shop-product__btn-bookmark:hover span {
  color: var(--noile-base, #D94645);
}

.blog__card-img-box {
  display: block;
  position: relative;
  margin-bottom: 23px;
  overflow: hidden;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}
.blog__card-img {
  width: 100%;
  mix-blend-mode: luminosity;
}
.blog__card-category {
  position: absolute;
  left: 30px;
  bottom: 0;
  padding: 10px 21px;
  color: var(--noile-white, #ffffff);
  background-color: var(--noile-primary, #1d1d1d);
  line-height: 1.25;
  margin-bottom: 0;
}
.blog__card:hover .blog__card-category {
  background-color: var(--noile-base, #D94645);
}
.blog__card:hover .blog__card-img {
  transform: scale(1.1) rotate(3deg);
}
.blog__card-comment-box {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.blog__card-comment-item-divider {
  margin-left: 15px;
  margin-right: 15px;
}
.blog__card-comment {
  margin-bottom: 0;
}
.blog__card-title {
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-4xl);
  color: var(--noile-primary, #1d1d1d);
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 20px;
}
.blog__card-title:hover {
  color: var(--noile-base, #D94645);
}
.blog__card-author {
  display: flex;
  align-items: center;
}
.blog__card-author-img-box {
  margin-right: 9px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}
.blog__card-author-img {
  margin-right: 9px;
  width: 30px;
  height: 30px;
  mix-blend-mode: luminosity;
  vertical-align: top;
}
.blog__card-author-name {
  margin-bottom: 0;
}
.blog__card-author-name-highlight {
  color: var(--noile-primary, #1d1d1d);
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.contact__form-title {
  font-size: var(--noile-size-5xl);
  color: var(--noile-primary, #1d1d1d);
  line-height: 1.25;
  text-transform: capitalize;
  margin-bottom: 36px;
}
.contact__input-title {
  display: block;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-xl);
  font-weight: 400;
  color: var(--noile-primary, #1d1d1d);
  line-height: 1.875;
  margin-bottom: 0;
}
.contact__form-input {
  border: 0;
  outline: 0;
  width: 100%;
  border-bottom: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
  padding-top: 0;
  padding-bottom: 9px;
  text-transform: capitalize;
}
.contact__form-message {
  height: 105px;
  padding-bottom: 0;
}
.contact__form-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.contact__form-text span {
  color: var(--noile-base, #D94645);
}
.contact__form-btn-box {
  margin-top: 17px;
}
.contact__form-btn {
  border: 0;
  outline: 0;
  padding-left: 39px;
  padding-right: 39px;
  background-color: var(--noile-base, #D94645);
}
.contact__form-btn::after {
  background-color: var(--noile-primary, #1d1d1d);
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/* Main Header */
.main-header .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Main Header Two */
.main-header-two {
  background-color: var(--noile-white, #ffffff);
}
@media (min-width: 1600px) {
  .main-header-two .container {
    max-width: 1744px;
  }
}

/* Topbar */
.topbar {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  background-color: var(--noile-primary, #1d1d1d);
  z-index: 99;
}
@media (max-width: 1199px) {
  .topbar {
    display: none;
  }
}
.topbar__shape-one {
  width: 47.5px;
  height: 100%;
  fill: var(--noile-black, #222222);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1599px) {
  .topbar__shape-one {
    left: -10px;
  }
}
@media (max-width: 1399px) {
  .topbar__shape-one {
    left: -15px;
  }
}
.topbar__shape-two {
  width: 28px;
  height: 25px;
  fill: var(--noile-black, #222222);
  position: absolute;
  left: 20px;
  bottom: 0;
}
@media (max-width: 1599px) {
  .topbar__shape-two {
    left: 10px;
  }
}
@media (max-width: 1399px) {
  .topbar__shape-two {
    left: 2px;
  }
}
.topbar__shape-three {
  width: 47.5px;
  height: 100%;
  fill: var(--noile-base, #D94645);
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1599px) {
  .topbar__shape-three {
    right: -10px;
  }
}
@media (max-width: 1399px) {
  .topbar__shape-three {
    right: -15px;
  }
}
.topbar__shape-four {
  width: 28px;
  height: 25px;
  fill: var(--noile-base, #D94645);
  position: absolute;
  top: 0;
  right: 20px;
}
@media (max-width: 1599px) {
  .topbar__shape-four {
    right: 10px;
  }
}
@media (max-width: 1399px) {
  .topbar__shape-four {
    right: 2px;
  }
}
.topbar__page-list {
  display: flex;
  align-items: center;
}
.topbar__page-link {
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-md);
  color: var(--noile-secondary, #A0A1A6);
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
}
.topbar__page-link:hover {
  color: var(--noile-base, #D94645);
}
.topbar__page-divider {
  font-size: var(--noile-size-md);
  color: var(--noile-secondary, #A0A1A6);
  line-height: 1;
  margin-left: 8px;
  margin-right: 11px;
}
.topbar__right {
  display: flex;
  align-items: center;
}
.topbar__right-item:not(:first-child) {
  margin-left: 25px;
}
.topbar__info {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-right: 25px;
}
.topbar__info-item {
  display: flex;
  align-items: center;
}
.topbar__info-item:not(:last-child) {
  margin-right: 15px;
}
.topbar__info-icon {
  font-size: var(--noile-size-lg);
  color: var(--noile-base, #D94645);
}
.topbar__info-icon.icon-email {
  font-size: 12px;
}
.topbar__info-text {
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-md);
  color: var(--noile-secondary, #A0A1A6);
  font-weight: 400;
  line-height: 1;
  margin-top: -3px;
  margin-bottom: 0;
  margin-left: 8px;
}
.topbar__info-text--email:hover {
  color: var(--noile-base, #D94645);
}
.topbar__language {
  display: flex;
  align-items: center;
}
.topbar__language img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 9px;
}
.topbar__language .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 70px;
}
.topbar__language .bootstrap-select > .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none !important;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-md);
  color: var(--noile-secondary, #A0A1A6);
}
.topbar__language .bootstrap-select > .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border: solid var(--noile-secondary, #A0A1A6);
  border-width: 0 2px 2px 0;
  padding: 3px;
  margin-top: -6px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* Topbar Two */
.topbar-two {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1399px) {
  .topbar-two {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.topbar-two .topbar__right-item:not(:first-child) {
  margin-left: 28px;
}
@media (max-width: 1399px) {
  .topbar-two .topbar__right-item:not(:first-child) {
    margin-left: 25px;
  }
}
@media (max-width: 1399px) {
  .topbar-two .social-list {
    display: none;
  }
}

/* Topbar Three */
.topbar-three {
  background-color: var(--noile-white2, #F6F6F6);
}

/* Header */
.header {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: var(--noile-white, #ffffff);
}
@media (max-width: 1199px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__left {
  display: flex;
  align-items: center;
}
.header__logo {
  margin-right: 97px;
}
.header__logo img {
  max-width: 100%;
}
@media (max-width: 1199px) {
  .header__logo {
    margin-right: 0;
  }
}
@media (max-width: 425px) {
  .header__logo {
    max-width: 190px;
  }
  .header__logo img {
    width: 100%;
  }
}
.header__info {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .header__info {
    display: none;
  }
}
.header__phone {
  display: flex;
  align-items: center;
}
.header__phone:hover .header__phone-icon {
  background-color: var(--noile-base, #D94645);
  border-color: transparent;
}
.header__phone:hover .header__phone-icon span {
  color: var(--noile-white, #ffffff);
}
.header__phone:hover .header__phone-number {
  color: var(--noile-base, #D94645);
}
.header__email {
  display: flex;
  align-items: center;
  margin-left: 84px;
}
.header__email:hover .header__email-icon {
  background-color: var(--noile-base, #D94645);
  border-color: transparent;
}
.header__email:hover .header__email-icon span {
  color: var(--noile-white, #ffffff);
}
.header__email:hover .header__email-address {
  color: var(--noile-base, #D94645);
}
.header__phone-icon, .header__email-icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
  margin-right: 8px;
  transition: all 0.4s ease-in-out;
}
.header__phone-icon span, .header__email-icon span {
  font-size: var(--noile-size-2xl);
  color: var(--noile-base, #D94645);
}
.header__phone-title, .header__email-title {
  font-size: var(--noile-size-md);
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.header__phone-number, .header__email-address {
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  color: var(--noile-primary, #1d1d1d);
  font-weight: 600;
  font-size: var(--noile-size-xl);
  line-height: 1;
  margin-bottom: 0;
}
.header__right {
  display: flex;
  align-items: center;
}
.header__btn {
  background-color: var(--noile-base, #D94645);
}
.header__btn::after {
  background-color: var(--noile-primary, #1d1d1d);
}
@media (max-width: 1199px) {
  .header__btn {
    display: none;
  }
}
.header .sidebar-btn__toggler {
  display: none;
}
.header .sidebar-btn__toggler span:nth-child(1) {
  background-color: var(--noile-primary, #1d1d1d);
}
.header .sidebar-btn__toggler span:nth-child(2) {
  background-color: var(--noile-primary, #1d1d1d);
}
.header .sidebar-btn__toggler span:nth-child(3) {
  background-color: var(--noile-primary, #1d1d1d);
}
.header .sidebar-btn__toggler span:nth-child(7) {
  background-color: var(--noile-primary, #1d1d1d);
}
.header .sidebar-btn__toggler span:nth-child(8) {
  background-color: var(--noile-primary, #1d1d1d);
}
.header .sidebar-btn__toggler span:nth-child(9) {
  background-color: var(--noile-primary, #1d1d1d);
}
.header .sidebar-btn__toggler:hover span {
  background-color: var(--noile-base, #D94645);
}
@media (max-width: 1199px) {
  .header .sidebar-btn__toggler {
    display: grid;
    margin-left: 16px;
  }
}

/* Header Two */
.header-two .header__logo {
  margin-right: 309px;
}
.header-two .header__logo img {
  max-width: 100%;
}
@media (max-width: 1599px) {
  .header-two .header__logo {
    margin-right: 100px;
  }
}
@media (max-width: 1399px) {
  .header-two .header__logo {
    margin-right: 70px;
  }
}
.header-two .sidebar-btn__toggler {
  position: relative;
  display: grid;
}
@media (max-width: 1199px) {
  .header-two .sidebar-btn__toggler {
    margin-left: 16px;
  }
}
.header-two .sidebar-btn__toggler::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 1px solid var(--noile-primary, #1d1d1d);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .header-two .sidebar-btn__toggler::after {
    display: none;
  }
}
.header-two .sidebar-btn__toggler:hover::after {
  border-color: var(--noile-base, #D94645);
}
.header-two__social {
  margin-right: 65px;
}
@media (max-width: 1399px) {
  .header-two__social {
    margin-right: 45px;
  }
}
@media (max-width: 1199px) {
  .header-two__social {
    display: none;
  }
}
.header-two__social-link {
  height: 60px !important;
}
.header-two__social-link:nth-child(odd) {
  background: var(--noile-white2, #F6F6F6) !important;
}
.header-two__social-link:nth-child(even) {
  background: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.08) !important;
}
.header-two__social-link i {
  color: var(--noile-secondary, #A0A1A6) !important;
}
.header-two__social-link:hover {
  background-color: var(--noile-base, #D94645) !important;
}
.header-two__social-link:hover i {
  color: rgba(var(--noile-white-rgb, 255, 255, 255), 1) !important;
}

/* Header Three */
.header-three {
  background-color: var(--noile-white, #ffffff);
}

/* Main menu One */
.main-menu-one {
  background-color: var(--noile-primary, #1d1d1d);
  position: relative;
  z-index: 91;
}
@media (max-width: 1199px) {
  .main-menu-one {
    display: none;
  }
}
.main-menu-one .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-menu-one__left {
  display: flex;
  align-items: center;
}
.main-menu-one__logo {
  display: none;
}
.main-menu-one__social {
  margin-right: 100px;
}
@media (max-width: 1399px) {
  .main-menu-one__social {
    margin-right: 60px;
  }
}
.main-menu-one__right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.main-menu-one .mobile-nav__toggler {
  display: none;
}

/* Main menu Two */
.main-menu-two {
  padding-top: 0;
  padding-bottom: 0;
  background-color: var(--noile-white, #ffffff);
}
@media (max-width: 1199px) {
  .main-menu-two {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.main-menu-two__left {
  display: flex;
  align-items: center;
}
.main-menu-two__logo {
  margin-right: 95px;
}
@media (max-width: 1399px) {
  .main-menu-two__logo {
    margin-right: 40px;
  }
}
.main-menu-two__logo img {
  max-width: 100%;
}
@media (max-width: 1199px) {
  .main-menu-two__logo {
    margin-right: 0;
  }
}
.main-menu-two__right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.main-menu-two .sidebar-btn__toggler {
  display: grid;
}
.main-menu-two .sidebar-btn__toggler span:nth-child(1) {
  background-color: var(--noile-primary, #1d1d1d);
}
.main-menu-two .sidebar-btn__toggler span:nth-child(2) {
  background-color: var(--noile-primary, #1d1d1d);
}
.main-menu-two .sidebar-btn__toggler span:nth-child(3) {
  background-color: var(--noile-primary, #1d1d1d);
}
.main-menu-two .sidebar-btn__toggler span:nth-child(7) {
  background-color: var(--noile-primary, #1d1d1d);
}
.main-menu-two .sidebar-btn__toggler span:nth-child(8) {
  background-color: var(--noile-primary, #1d1d1d);
}
.main-menu-two .sidebar-btn__toggler span:nth-child(9) {
  background-color: var(--noile-primary, #1d1d1d);
}
.main-menu-two .sidebar-btn__toggler:hover span {
  background-color: var(--noile-base, #D94645);
}

/* Main menu Two */
.main-menu-three .container {
  display: block;
  z-index: 111;
}
.main-menu-three__wrapper {
  padding-left: 50px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  background-color: var(--noile-primary, #1d1d1d);
  margin-bottom: -40px;
}
@media (max-width: 1199px) {
  .main-menu-three__wrapper {
    display: none;
  }
}
.main-menu-three__right {
  display: flex;
  align-items: flex-end;
  align-items: center;
}
.main-menu-three__logo {
  display: none;
}
.main-menu-three__agency {
  display: grid;
  grid-template-columns: 36px auto;
  grid-column-gap: 30px;
  align-items: center;
  margin-right: 55px;
}
@media (max-width: 1599px) {
  .main-menu-three__agency {
    display: none;
  }
}
.main-menu-three__agency-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 36px;
  height: 36px;
  margin-right: 28px;
  background-color: var(--noile-white, #ffffff);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.main-menu-three__agency-icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid var(--noile-white, #ffffff);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.main-menu-three__agency-icon i {
  font-size: 14px;
  color: var(--noile-base, #D94645);
}
.main-menu-three__agency-title {
  font-size: var(--noile-size-2xl);
  color: var(--noile-white, #ffffff);
  line-height: 1.666;
  margin-bottom: 0;
}
.main-menu-three__agency:hover .main-menu-three__agency-icon {
  background-color: var(--noile-base, #D94645);
}
.main-menu-three__agency:hover .main-menu-three__agency-icon::after {
  right: 0;
  border-color: var(--noile-base, #D94645);
}
.main-menu-three__agency:hover .main-menu-three__agency-icon i {
  color: var(--noile-white, #ffffff);
}
.main-menu-three__bar {
  display: none;
}
.main-menu-three .sidebar-btn__toggler {
  display: none;
}
.main-menu-three__btn {
  padding: 30px 40px 28px;
  background-color: var(--noile-black3, #282828);
}
@media (max-width: 1199px) {
  .main-menu-three__btn {
    display: none;
  }
}

.main-menu-one,
.main-menu-two,
.main-menu-three,
.stricky-header {
  /* after third level no menu */
}
.main-menu-one .main-menu__list,
.main-menu-one .main-menu__list ul,
.main-menu-two .main-menu__list,
.main-menu-two .main-menu__list ul,
.main-menu-three .main-menu__list,
.main-menu-three .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .main-menu-one .main-menu__list,
  .main-menu-one .main-menu__list ul,
  .main-menu-two .main-menu__list,
  .main-menu-two .main-menu__list ul,
  .main-menu-three .main-menu__list,
  .main-menu-three .main-menu__list ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list ul {
    display: none;
  }
}
.main-menu-one .main-menu__list,
.main-menu-two .main-menu__list,
.main-menu-three .main-menu__list,
.stricky-header .main-menu__list {
  margin-left: auto;
  margin-right: auto;
}
.main-menu-one .main-menu__list > li + li,
.main-menu-two .main-menu__list > li + li,
.main-menu-three .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
  margin-left: 51px;
}
@media (max-width: 1399px) {
  .main-menu-one .main-menu__list > li + li,
  .main-menu-two .main-menu__list > li + li,
  .main-menu-three .main-menu__list > li + li,
  .stricky-header .main-menu__list > li + li {
    margin-left: 35px;
  }
}
.main-menu-one .main-menu__list > li,
.main-menu-two .main-menu__list > li,
.main-menu-three .main-menu__list > li,
.stricky-header .main-menu__list > li {
  padding-top: 22.25px;
  padding-bottom: 22.25px;
  position: relative;
}
.main-menu-one .main-menu-two__left .main-menu__list > li,
.main-menu-two .main-menu-two__left .main-menu__list > li,
.main-menu-three .main-menu-two__left .main-menu__list > li,
.stricky-header .main-menu-two__left .main-menu__list > li {
  padding-top: 42.25px;
  padding-bottom: 42.25px;
}
.main-menu-one .main-menu-three__left .main-menu__list > li,
.main-menu-two .main-menu-three__left .main-menu__list > li,
.main-menu-three .main-menu-three__left .main-menu__list > li,
.stricky-header .main-menu-three__left .main-menu__list > li {
  padding-top: 22px;
  padding-bottom: 22px;
}
.main-menu-one .main-menu__list > li > a,
.main-menu-two .main-menu__list > li > a,
.main-menu-three .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  display: flex;
  align-items: center;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-2xl);
  color: var(--noile-white, #ffffff);
  font-weight: 600;
  line-height: 2.222;
  text-transform: capitalize;
  position: relative;
  transition: all 500ms ease;
}
@media (max-width: 1399px) {
  .main-menu-one .main-menu__list > li > a,
  .main-menu-two .main-menu__list > li > a,
  .main-menu-three .main-menu__list > li > a,
  .stricky-header .main-menu__list > li > a {
    font-size: var(--noile-size-xl);
  }
}
.main-menu-one .main-menu-two__left .main-menu__list > li > a,
.main-menu-two .main-menu-two__left .main-menu__list > li > a,
.main-menu-three .main-menu-two__left .main-menu__list > li > a,
.stricky-header .main-menu-two__left .main-menu__list > li > a {
  color: var(--noile-primary, #1d1d1d);
}
.main-menu-one .main-menu__list > li.dropdown > a > i.fa-angle-down,
.main-menu-two .main-menu__list > li.dropdown > a > i.fa-angle-down,
.main-menu-three .main-menu__list > li.dropdown > a > i.fa-angle-down,
.stricky-header .main-menu__list > li.dropdown > a > i.fa-angle-down {
  font-size: 16px;
  color: var(--noile-secondary, #A0A1A6);
  margin-left: 8px;
}
.main-menu-one .main-menu__list > li.current > a,
.main-menu-one .main-menu__list > li:hover > a,
.main-menu-one .main-menu__list > li.dropdown:hover > a > i.fa-angle-down,
.main-menu-one .main-menu__list > li.current > a > i.fa-angle-down,
.main-menu-two .main-menu__list > li.current > a,
.main-menu-two .main-menu__list > li:hover > a,
.main-menu-two .main-menu__list > li.dropdown:hover > a > i.fa-angle-down,
.main-menu-two .main-menu__list > li.current > a > i.fa-angle-down,
.main-menu-three .main-menu__list > li.current > a,
.main-menu-three .main-menu__list > li:hover > a,
.main-menu-three .main-menu__list > li.dropdown:hover > a > i.fa-angle-down,
.main-menu-three .main-menu__list > li.current > a > i.fa-angle-down,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.dropdown:hover > a > i.fa-angle-down,
.stricky-header .main-menu__list > li.current > a > i.fa-angle-down {
  color: var(--noile-base, #D94645);
  text-shadow: 0px 0 0 currentColor;
}
.main-menu-one .main-menu__list > li.dropdown:hover > a > i.fa-angle-down,
.main-menu-two .main-menu__list > li.dropdown:hover > a > i.fa-angle-down,
.main-menu-three .main-menu__list > li.dropdown:hover > a > i.fa-angle-down,
.stricky-header .main-menu__list > li.dropdown:hover > a > i.fa-angle-down {
  transform: rotate(180deg);
}
.main-menu-one .main-menu__list li ul,
.main-menu-two .main-menu__list li ul,
.main-menu-three .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 230px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transition: 500ms ease;
  z-index: 99;
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}
.main-menu-one .main-menu__list li:hover > ul,
.main-menu-two .main-menu__list li:hover > ul,
.main-menu-three .main-menu__list li:hover > ul,
.stricky-header .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.main-menu-one .main-menu__list li ul li,
.main-menu-two .main-menu__list li ul li,
.main-menu-three .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.main-menu-one .main-menu__list li ul li + li,
.main-menu-two .main-menu__list li ul li + li,
.main-menu-three .main-menu__list li ul li + li,
.stricky-header .main-menu__list li ul li + li {
  border-top: 1px solid RGBA(var(--noile-black, #222222), 0.1);
}
.main-menu-one .main-menu__list li ul li a,
.main-menu-two .main-menu__list li ul li a,
.main-menu-three .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-xl);
  color: var(--noile-white, #ffffff);
  font-weight: 600;
  line-height: 2.222;
  text-transform: capitalize;
  color: var(--noile-black, #222222);
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  transition: 500ms;
}
@media (max-width: 1399px) {
  .main-menu-one .main-menu__list li ul li a,
  .main-menu-two .main-menu__list li ul li a,
  .main-menu-three .main-menu__list li ul li a,
  .stricky-header .main-menu__list li ul li a {
    font-size: var(--noile-size-md);
  }
}
.main-menu-one .main-menu__list li ul li:hover > a,
.main-menu-two .main-menu__list li ul li:hover > a,
.main-menu-three .main-menu__list li ul li:hover > a,
.stricky-header .main-menu__list li ul li:hover > a {
  background-color: var(--noile-base, #D94645);
  color: var(--noile-white, #ffffff);
}
.main-menu-one .main-menu__list li ul li > ul,
.main-menu-two .main-menu__list li ul li > ul,
.main-menu-three .main-menu__list li ul li > ul,
.stricky-header .main-menu__list li ul li > ul {
  top: 0;
  left: 100%;
}
.main-menu-one .main-menu__list li ul li > ul.right-align,
.main-menu-two .main-menu__list li ul li > ul.right-align,
.main-menu-three .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.main-menu-one .main-menu__list li ul li > ul ul,
.main-menu-two .main-menu__list li ul li > ul ul,
.main-menu-three .main-menu__list li ul li > ul ul,
.stricky-header .main-menu__list li ul li > ul ul {
  display: none;
}

.stricky-header-one .mobile-nav__toggler,
.stricky-header-two .mobile-nav__toggler,
.stricky-header-three .mobile-nav__toggler,
.header .mobile-nav__toggler,
.main-menu-two .mobile-nav__toggler {
  width: 30px;
  border: 0;
  outline: 0;
  background-color: transparent;
  padding: 0;
  display: none;
  cursor: pointer;
  transition: 500ms;
}
.stricky-header-one .mobile-nav__toggler-bars,
.stricky-header-two .mobile-nav__toggler-bars,
.stricky-header-three .mobile-nav__toggler-bars,
.header .mobile-nav__toggler-bars,
.main-menu-two .mobile-nav__toggler-bars {
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--noile-primary, #1d1d1d);
  margin: 6px 0;
}
@media (max-width: 1199px) {
  .stricky-header-one .mobile-nav__toggler,
  .stricky-header-two .mobile-nav__toggler,
  .stricky-header-three .mobile-nav__toggler,
  .header .mobile-nav__toggler,
  .main-menu-two .mobile-nav__toggler {
    display: block;
  }
}

.sidebar-btn__toggler {
  width: 32px;
  border: 0;
  outline: 0;
  background-color: transparent;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  padding: 0;
}
@media (max-width: 1199px) {
  .sidebar-btn__toggler {
    width: 30px;
    grid-gap: 6px;
  }
}
.sidebar-btn__toggler span {
  width: 4px;
  height: 4px;
  background-color: rgba(var(--noile-white-rgb), 0.2);
  border-radius: 50%;
}
.sidebar-btn__toggler span:nth-child(4) {
  background-color: var(--noile-base, #D94645);
}
.sidebar-btn__toggler span:nth-child(5) {
  background-color: var(--noile-base, #D94645);
}
.sidebar-btn__toggler span:nth-child(6) {
  background-color: var(--noile-base, #D94645);
}
.sidebar-btn__toggler:hover span {
  background-color: var(--noile-base, #D94645);
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: var(--noile-primary, #1d1d1d);
  width: 100%;
  transform: translateY(-120%);
  transition: transform 500ms ease;
}
@media (max-width: 1199px) {
  .stricky-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.stricky-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.stricky-header-one .main-menu-one__logo {
  display: block;
  margin-right: 75px;
}
.stricky-header-one .main-menu-one__logo img {
  max-width: 100%;
}
@media (max-width: 1399px) {
  .stricky-header-one .main-menu-one__logo {
    margin-right: 30px;
  }
}
.stricky-header-one .main-menu-one__social {
  display: none;
}
.stricky-header-one .main-menu__list > li {
  padding-top: 30px;
  padding-bottom: 30px;
}
.stricky-header-one .mobile-nav__toggler-bars {
  background-color: var(--noile-white, #ffffff);
}
.stricky-header-two {
  background-color: var(--noile-white, #ffffff);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.stricky-header-two .sidebar-btn__toggler span:nth-child(1) {
  background-color: var(--noile-primary, #1d1d1d);
}
.stricky-header-two .sidebar-btn__toggler span:nth-child(2) {
  background-color: var(--noile-primary, #1d1d1d);
}
.stricky-header-two .sidebar-btn__toggler span:nth-child(3) {
  background-color: var(--noile-primary, #1d1d1d);
}
.stricky-header-two .sidebar-btn__toggler span:nth-child(7) {
  background-color: var(--noile-primary, #1d1d1d);
}
.stricky-header-two .sidebar-btn__toggler span:nth-child(8) {
  background-color: var(--noile-primary, #1d1d1d);
}
.stricky-header-two .sidebar-btn__toggler span:nth-child(9) {
  background-color: var(--noile-primary, #1d1d1d);
}
.stricky-header-two .sidebar-btn__toggler:hover span {
  background-color: var(--noile-base, #D94645);
}
@media (min-width: 1600px) {
  .stricky-header-three .container {
    max-width: 1744px;
  }
}
.stricky-header-three .main-menu-three__wrapper {
  margin-bottom: 0;
  padding-left: 0;
}
@media (max-width: 1199px) {
  .stricky-header-three .main-menu-three__wrapper {
    display: flex;
  }
}
@media (max-width: 1199px) {
  .stricky-header-three .main-menu-three__logo {
    display: block;
  }
  .stricky-header-three .main-menu-three__logo img {
    max-width: 50%;
  }
}
.stricky-header-three .mobile-nav__toggler {
  display: none;
}
.stricky-header-three .mobile-nav__toggler-bars {
  background-color: var(--noile-white, #ffffff);
}
@media (max-width: 1199px) {
  .stricky-header-three .mobile-nav__toggler {
    display: block;
  }
}
.stricky-header-three .sidebar-btn__toggler {
  display: none;
}
@media (max-width: 1199px) {
  .stricky-header-three .sidebar-btn__toggler {
    display: grid;
    margin-left: 16px;
  }
}
.stricky-header.stricky-fixed {
  transform: translateY(0);
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: url("../images/close.svg"), auto;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--noile-primary, #1d1d1d);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .noile-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

.mobile-nav__content .logo-box {
  margin-top: 15px;
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--noile-white, #ffffff);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list ul li a {
  padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid rgba(var(--noile-white-rgb), 0.1);
}

.mobile-nav__content .main-menu__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-xl);
  color: var(--noile-secondary, #A0A1A6);
  font-weight: 600;
  text-transform: capitalize;
  line-height: 30px;
  height: 46px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list > li.dropdown > a > i.fa-angle-down {
  display: none;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--noile-white, #ffffff);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--noile-base, #D94645);
  border: none;
  outline: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: var(--noile-white, #ffffff);
  color: var(--noile-primary, #1d1d1d);
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__language {
  display: flex;
  align-items: center;
}
.mobile-nav__language img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
}
.mobile-nav__language .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 70px;
}
.mobile-nav__language .bootstrap-select > .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none !important;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-md);
  color: var(--noile-secondary, #A0A1A6);
}
.mobile-nav__language .bootstrap-select > .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border: solid var(--noile-secondary, #A0A1A6);
  border-width: 0 2px 2px 0;
  padding: 3px;
  margin-top: -8px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 16px;
  color: var(--noile-primary, #1d1d1d);
  transition: 500ms;
}
.mobile-nav__social a + a {
  margin-left: 10px;
}
.mobile-nav__social a:hover {
  color: var(--noile-base, #D94645);
}

.mobile-nav__contact {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li {
  font-family: var(--noile-font, "Sora", sans-serif);
  color: var(--noile-secondary, #A0A1A6);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: var(--noile-white, #ffffff);
}
.mobile-nav__contact li > i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
 
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  color: #fff;
}
.mobile-nav__contact li > i.fa-envelope,
.mobile-nav__contact li > i.fas.fa-envelope {
  font-size: 23px;
}
.mobile-nav__contact li > i.fa-phone {
  font-size: 23px;
}

.mobile-nav__socila {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.mobile-nav__socila-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.05);
}
.mobile-nav__socila-link i {
  font-size: 16px;
  color: var(--noile-secondary, #A0A1A6);
}
.mobile-nav__socila-link:hover {
  background-color: var(--noile-base, #D94645);
}
.mobile-nav__socila-link:hover i {
  color: var(--noile-white, #ffffff);
}

.mobile-nav__container .main-menu-one__left,
.mobile-nav__container .main-menu-two__left,
.mobile-nav__container .main-menu-three__wrapper {
  display: block;
  padding-left: 0;
  margin-bottom: 0;
}
.mobile-nav__container .main-menu-one__social,
.mobile-nav__container .main-menu-one__right,
.mobile-nav__container .main-menu-two__right,
.mobile-nav__container .main-menu-two__logo,
.mobile-nav__container .main-menu-three__right,
.mobile-nav__container .main-menu-three__logo {
  display: none;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
/*-------------------------------------
# Sidebar One
-------------------------------------*/
.sidebar-one {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}
.sidebar-one.active {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}
.sidebar-one__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: url("../images/close.svg"), auto;
}
.sidebar-one__content {
  width: 300px;
  background-color: var(--noile-primary, #1d1d1d);
  z-index: 10;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 24px;
  padding-right: 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  /* hide scrollbar but allow scrolling */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.sidebar-one__content::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
.sidebar-one.active .sidebar-one__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}
.sidebar-one__close {
  position: absolute;
  top: 20px;
  right: 5px;
  font-size: 24px;
  color: var(--noile-white, #ffffff);
  cursor: pointer;
}
.sidebar-one__close:hover {
  color: var(--noile-base, #D94645);
}
.sidebar-one__item:not(:last-child) {
  margin-bottom: 30px;
}
.sidebar-one__title {
  font-size: var(--noile-size-3xl);
  color: var(--noile-white, #ffffff);
  line-height: 1.5;
  margin-bottom: 15px;
}
.sidebar-one__about-desc {
  margin-bottom: 0;
}
.sidebar-one__information-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.sidebar-one__information-item {
  display: flex;
  align-items: flex-start;
}
.sidebar-one__information-item:not(:last-child) {
  margin-bottom: 10px;
}
.sidebar-one__information-icon {
  font-size: var(--noile-size-md);
  color: var(--noile-white, #ffffff);
  margin-top: 7px;
  margin-right: 10px;
  line-height: normal;
}
.sidebar-one__information-icon.icofont-home {
  margin-top: 5px;
  font-size: 16px;
}
.sidebar-one__information-icon.icofont-clock-time {
  margin-top: 5.5px;
  font-size: 15px;
}
.sidebar-one__information-icon.icon-email {
  margin-top: 9px;
  font-size: 12px;
}
.sidebar-one__information-icon.icon-phone {
  margin-top: 7px;
  font-size: 14px;
}
.sidebar-one__information-address {
  margin-bottom: 0;
}
.sidebar-one__information-text {
  font-size: var(--noile-size-md);
  margin-bottom: 0;
}
.sidebar-one__information-text-link {
  color: var(--noile-secondary, #A0A1A6);
}
.sidebar-one__information-text-link:hover {
  color: var(--noile-base, #D94645);
}
.sidebar-one__socila {
  margin-bottom: 10px;
  margin-right: 0;
}
.sidebar-one__newsletter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar-one__newsletter-input {
  border: 0;
  outline: 0;
  color: var(--noile-white, #ffffff) !important;
  width: calc(100% - 50px);
  height: 50px;
  padding-left: 15px;
  padding-right: 10px;
  background-color: rgba(var(--noile-white-rgb), 0.05);
}
.sidebar-one__newsletter-btn {
  border: 0;
  outline: 0;
  background-color: transparent;
  width: 50px;
  height: 50px;
  background-color: var(--noile-base, #D94645);
}
.sidebar-one__newsletter-btn i {
  font-size: var(--noile-size-2xl);
  color: var(--noile-white, #ffffff);
  margin-top: 8px;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 991;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-110%);
  transition: transform 500ms ease, opacity 500ms ease;
}

.search-popup.active {
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--noile-black, #222222);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.search-popup__content form input[type=search],
.search-popup__content form input[type=text] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .noile-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
}
.search-popup__content .noile-btn:hover {
  background-color: var(--noile-black, #222222);
  color: #fff;
}

.search-popup__content .noile-btn i {
  margin: 0;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  padding-top: 148px;
  padding-bottom: 142px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
  overflow: hidden;
}
.page-header::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.8);
  background-blend-mode: overlay;
}
.page-header__vartical-text {
  position: relative;
  position: absolute;
  top: 77px;
  left: 60px;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-lg);
  color: var(--noile-white, #ffffff);
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 1.6px;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  z-index: 11;
  transition: all 2s ease;
}
.page-header__vartical-text::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  left: 11px;
  top: -28px;
  z-index: 111;
}
.page-header__vartical-text::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  right: 11px;
  bottom: -27px;
  z-index: 111;
}
@media (max-width: 1799px) {
  .page-header__vartical-text {
    left: 50px;
  }
}
@media (max-width: 1599px) {
  .page-header__vartical-text {
    display: none;
  }
}
.page-header__vartical-line-wrap {
  display: flex;
  position: absolute;
  top: 0;
  left: 149px;
  width: 100%;
  max-width: 1544px;
  height: 100%;
  z-index: 1;
}
.page-header__vartical-line {
  width: 526px;
  height: 100%;
  border-right: 1px solid rgba(var(--noile-white-rgb, 255, 255, 255), 0.1);
}
.page-header__vartical-line--one {
  width: 492px;
  border-left: 1px solid rgba(var(--noile-white-rgb, 255, 255, 255), 0.1);
}
.page-header__circle-text {
  position: relative;
  position: absolute;
  top: 50%;
  right: 107px;
  transform: translateY(-50%);
  width: 164px;
  height: 162px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 111;
}
@media (max-width: 1899px) {
  .page-header__circle-text {
    right: 180px;
  }
}
@media (max-width: 1799px) {
  .page-header__circle-text {
    right: 230px;
  }
}
@media (max-width: 1699px) {
  .page-header__circle-text {
    right: 275px;
  }
}
@media (max-width: 1599px) {
  .page-header__circle-text {
    right: 280px;
  }
}
@media (max-width: 1499px) {
  .page-header__circle-text {
    right: 320px;
  }
}
@media (max-width: 1399px) {
  .page-header__circle-text {
    right: 190px;
  }
}
@media (max-width: 1199px) {
  .page-header__circle-text {
    right: 200px;
  }
}
@media (max-width: 991px) {
  .page-header__circle-text {
    top: -5%;
    right: 0px;
  }
}
@media (max-width: 767px) {
  .page-header__circle-text {
    display: none;
  }
}
.page-header__circle-text-bg {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 60px;
  height: 60px;
  z-index: 11;
}
.page-header__curved-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 164px;
  height: 162px;
  transform-origin: center center;
  animation: rotate 10s infinite linear;
}
.page-header__curved-circle--item {
  width: 164px;
}
.page-header__curved-circle--item span {
  text-transform: uppercase;
  font-size: var(--noile-size-md);
  color: rgba(var(--noile-white-rgb), 0.4);
  letter-spacing: 0.2em;
}
.page-header__curved-circle--item span:first-child {
  color: rgba(var(--noile-white-rgb), 0.7);
}
.page-header__circle-text:hover .page-header__curved-circle--item span {
  color: var(--noile-white, #ffffff);
}
.page-header .container {
  position: relative;
  z-index: 11;
}
.page-header__circle {
  width: 244px;
  height: 244px;
  border-radius: 50%;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  top: -45px;
  left: -26px;
  animation: zumpBottom 1s infinite alternate;
  z-index: -1;
}
@media (max-width: 1399px) {
  .page-header__circle {
    top: -60px;
    left: -20px;
  }
}
@media (max-width: 1199px) {
  .page-header__circle {
    width: 220px;
    height: 220px;
    left: -7px;
  }
}
@media (max-width: 767px) {
  .page-header__circle {
    width: 200px;
    height: 200px;
    top: -55px;
  }
}
@media (max-width: 575px) {
  .page-header__circle {
    top: -45px;
    left: 12px;
    width: 180px;
    height: 180px;
  }
}
.page-header__inner {
  position: relative;
  z-index: 111;
}
@media (max-width: 575px) {
  .page-header__inner {
    padding-left: 12px;
  }
}
.page-header__heading {
  margin-bottom: 25px;
}
.page-header__breadcrumb-wrap {
  display: flex;
  align-items: flex-start;
  padding-left: 7px;
}
@media (max-width: 575px) {
  .page-header__breadcrumb-wrap {
    padding-left: 0px;
  }
}
.page-header__arrow {
  font-size: 18px;
  color: var(--noile-white, #ffffff);
  margin-top: 5px;
  margin-right: 16px;
  animation: zumpX 1s infinite alternate;
}
@media (max-width: 575px) {
  .page-header__arrow {
    margin-right: 8px;
  }
}
@media (max-width: 425px) {
  .page-header__arrow {
    display: none;
  }
}
.page-header__shape-one {
  position: absolute;
  right: -15px;
  bottom: 0;
  z-index: 11;
  animation: zumpX 1s infinite alternate;
}
@media (max-width: 1599px) {
  .page-header__shape-one {
    width: 350px;
  }
}
@media (max-width: 1399px) {
  .page-header__shape-one {
    width: 220px;
  }
}
@media (max-width: 1199px) {
  .page-header__shape-one {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .page-header__shape-one {
    width: 160px;
    bottom: -75px;
  }
}
@media (max-width: 575px) {
  .page-header__shape-one {
    width: 150px;
    bottom: -110px;
  }
}
.page-header__shape-one path:nth-child(1) {
  fill: var(--noile-base, #D94645);
}
.page-header__shape-one path:nth-child(2) {
  fill: #D33D3C;
}

.noile-breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.noile-breadcrumb__item {
  position: relative;
  font-size: var(--noile-size-4xl);
  font-weight: 400;
  color: rgba(var(--noile-white-rgb), 0.6);
  line-height: 1.25;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .noile-breadcrumb__item {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .noile-breadcrumb__item {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .noile-breadcrumb__item {
    font-size: 16px;
  }
}
.noile-breadcrumb__item-divider, .noile-breadcrumb__link {
  position: relative;
  display: inline-block;
  font-size: var(--noile-size-4xl);
  font-weight: 400;
  color: var(--noile-white, #ffffff);
  line-height: 1.25;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .noile-breadcrumb__item-divider, .noile-breadcrumb__link {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .noile-breadcrumb__item-divider, .noile-breadcrumb__link {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .noile-breadcrumb__item-divider, .noile-breadcrumb__link {
    font-size: 16px;
  }
}
.noile-breadcrumb__link:hover {
  color: rgba(var(--noile-white-rgb), 0.6);
}

/*--------------------------------------------------------------
# Page Sidebar
--------------------------------------------------------------*/
/*-------------------------------------
# Page Sidebar
-------------------------------------*/
.page-sidebar__single {
  padding: 27px 30px 30px;
  background-color: var(--noile-white3, #F7F7F7);
}
@media (max-width: 425px) {
  .page-sidebar__single {
    padding: 17px 20px 20px;
  }
}
.page-sidebar__single:not(:last-child) {
  margin-bottom: 30px;
}
.page-sidebar__title {
  font-size: var(--noile-size-4xl);
  line-height: 1.25;
  margin-bottom: 22px;
  text-transform: capitalize;
}
.page-sidebar__search-form {
  display: flex;
  align-items: center;
}
@media (max-width: 375px) {
  .page-sidebar__search-form {
    flex-direction: column;
  }
}
.page-sidebar__search-input {
  border: 0;
  outline: 0;
  padding: 10px 10px 10px 19px;
  width: calc(100% - 56px);
  height: 50px;
  background-color: var(--noile-white, #ffffff);
}
.page-sidebar__search-input::placeholder {
  color: var(--noile-secondary, #A0A1A6);
}
@media (max-width: 375px) {
  .page-sidebar__search-input {
    width: 100%;
    margin-bottom: 15px;
  }
}
.page-sidebar__search-btn {
  position: relative;
  border: 0;
  outline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 50px;
  background-color: var(--noile-primary, #1d1d1d);
  overflow: hidden;
  z-index: 1;
}
.page-sidebar__search-btn::after {
  content: "";
  width: 20px;
  height: 300px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  right: -18px;
  bottom: -136px;
  z-index: -1;
  transform: rotate(45deg);
  transition: all 0.6s ease-in-out;
}
.page-sidebar__search-btn:hover::after {
  width: 350px;
}
@media (max-width: 375px) {
  .page-sidebar__search-btn {
    width: 100%;
  }
}
.page-sidebar__search-icon {
  font-size: 14px;
  color: var(--noile-white, #ffffff);
}
.page-sidebar__service-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.page-sidebar__service-item:not(:last-child) {
  margin-bottom: 10px;
}
.page-sidebar__service-link {
  padding: 10px 20px;
  display: block;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-xl);
  font-weight: 400;
  color: var(--noile-secondary, #A0A1A6);
  line-height: 1.875;
  background-color: var(--noile-white, #ffffff);
  text-transform: capitalize;
}
.page-sidebar__service-link:hover {
  color: var(--noile-white, #ffffff);
  background-color: var(--noile-primary, #1d1d1d);
}
@media (max-width: 425px) {
  .page-sidebar__service-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-sidebar__social-link:nth-child(odd) {
  background-color: var(--noile-white, #ffffff) !important;
}
.page-sidebar__social-link:nth-child(even) {
  background-color: rgba(var(--noile-primary-rgb), 0.08) !important;
}
.page-sidebar__social-link i {
  color: var(--noile-secondary, #A0A1A6) !important;
}
.page-sidebar__social-link:hover {
  background-color: var(--noile-base, #D94645) !important;
}
.page-sidebar__social-link:hover i {
  color: var(--noile-white, #ffffff) !important;
}
.page-sidebar__contact {
  position: relative;
  padding: 131px 30px 132px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}
.page-sidebar__contact::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(var(--noile-primary-rgb), 0.7);
  background-blend-mode: overlay;
  z-index: 1;
}
@media (max-width: 991px) {
  .page-sidebar__contact {
    padding-top: 100px;
    padding-bottom: 101px;
  }
}
@media (max-width: 425px) {
  .page-sidebar__contact {
    padding-top: 80px;
    padding-bottom: 81px;
  }
}
.page-sidebar__contact-wrap {
  position: relative;
  z-index: 11;
  text-align: center;
}
.page-sidebar__contact-title {
  font-size: var(--noile-size-5xl);
  color: var(--noile-white, #ffffff);
  line-height: 1.312;
  text-transform: capitalize;
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  .page-sidebar__contact-title {
    margin-bottom: 30px;
  }
}
.page-sidebar__contact-btn {
  padding: 17.5px 28px 17.5px;
  background-color: var(--noile-base3, #F42549);
}
.page-sidebar__contact-icon {
  color: var(--noile-white, #ffffff);
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}
.page-sidebar__contact-text {
  font-size: var(--noile-size-xl);
  color: var(--noile-white, #ffffff);
  line-height: 1.375;
  margin-bottom: 0;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.page-sidebar__contact-btn:hover {
  background-color: var(--noile-white, #ffffff);
}
.page-sidebar__contact-btn:hover span,
.page-sidebar__contact-btn:hover .page-sidebar__contact-text {
  color: var(--noile-primary, #1d1d1d);
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}
.google-map__default {
  display: block;
  border: none;
  outline: none;
  width: 100%;
  height: 580px;
  mix-blend-mode: luminosity;
}

/*--------------------------------------------------------------
# FAQ Accordion
--------------------------------------------------------------*/
.accrodion {
  position: relative;
  display: block;
  border-radius: 0;
}

.accrodion:not(:last-child) .accrodion-title {
  border-bottom: 1px solid rgba(var(--noile-primary-rgb), 0.1);
}

.accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 35px 0 35px 63px;
  background-color: var(--noile-white, #ffffff);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
@media (max-width: 575px) {
  .accrodion-title {
    padding: 20px 0 20px 53px;
  }
}

.accrodion-title h4 {
  position: relative;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-4xl);
  font-weight: 400;
  color: var(--noile-primary, #1d1d1d);
  line-height: 1.25;
  margin-bottom: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.accrodion.active .accrodion-title {
  border-color: transparent;
  padding-bottom: 14px;
}

.accrodion .accrodion-title h4::before {
  font-size: 16px;
  color: var(--noile-primary, #1d1d1d);
  position: absolute;
  top: 50%;
  left: -66px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(var(--noile-primary-rgb), 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}
@media (max-width: 575px) {
  .accrodion .accrodion-title h4::before {
    left: -56px;
  }
}

.accrodion:nth-child(1) .accrodion-title h4::before {
  content: "\eb01";
  font-family: Icofont !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}

.accrodion:nth-child(2) .accrodion-title h4::before {
  content: "\eca7";
  font-family: Icofont !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}

.accrodion:nth-child(3) .accrodion-title h4::before {
  content: "\e918";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.accrodion:nth-child(4) .accrodion-title h4::before {
  content: "\e90e";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.accrodion.active .accrodion-title h4::before {
  color: var(--noile-base, #D94645);
}

.accrodion-content {
  position: relative;
  padding-left: 63px;
  padding-bottom: 21px;
  background-color: var(--noile-white, #ffffff);
  border-bottom: 1px solid rgba(var(--noile-primary-rgb), 0.1);
}
@media (max-width: 575px) {
  .accrodion-content {
    padding-left: 50px;
  }
}

.accrodion-content p {
  margin: 0;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes zump {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes zump2 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes zump3 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes zumpSlow {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes zumpTop {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(13px);
  }
}
@keyframes zumpBottom {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-13px);
  }
}
@keyframes zumpShapeTop {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(8px);
  }
}
@keyframes zumpShapeBottom {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-5px);
  }
}
@keyframes zumpX {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-13px);
  }
}
@keyframes zumpX2 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(13px);
  }
}
@keyframes squareMover1 {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, -20px) rotate(72deg);
    transform: translate(141px, -20px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, -60px) rotate(108deg);
    transform: translate(83px, -60px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
}
@keyframes squareMover2 {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%, 80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@keyframes bannerShake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes treeMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes rectMove {
  0%, 50%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25%, 75% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
/*-----------------------------------
# Main Slider
-----------------------------------*/
.main-slider {
  position: relative;
  z-index: 1;
}
.main-slider__slide {
  position: relative;
  padding-top: 244px;
  padding-bottom: 211px;
  z-index: 11;
}
@media (max-width: 991px) {
  .main-slider__slide {
    padding-top: 230px;
    padding-bottom: 180px;
  }
}
@media (max-width: 767px) {
  .main-slider__slide {
    padding-top: 210px;
    padding-bottom: 160px;
  }
}
@media (max-width: 575px) {
  .main-slider__slide {
    padding-top: 170px;
    padding-bottom: 140px;
  }
}
@media (max-width: 425px) {
  .main-slider__slide {
    padding-top: 150px;
    padding-bottom: 130px;
  }
}
@media (max-width: 375px) {
  .main-slider__slide {
    padding-top: 140px;
    padding-bottom: 120px;
  }
}
.main-slider__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}
.main-slider__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.8);
  background-blend-mode: overlay;
  z-index: 1;
}
.main-slider__circle-text {
  position: relative;
  position: absolute;
  top: -154px;
  right: 119px;
  width: 164px;
  height: 162px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 111;
}
@media (max-width: 1899px) {
  .main-slider__circle-text {
    right: 180px;
  }
}
@media (max-width: 1799px) {
  .main-slider__circle-text {
    right: 230px;
  }
}
@media (max-width: 1699px) {
  .main-slider__circle-text {
    right: 275px;
  }
}
@media (max-width: 1599px) {
  .main-slider__circle-text {
    right: 320px;
  }
}
@media (max-width: 1499px) {
  .main-slider__circle-text {
    right: 370px;
  }
}
@media (max-width: 1399px) {
  .main-slider__circle-text {
    right: 180px;
  }
}
@media (max-width: 991px) {
  .main-slider__circle-text {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .main-slider__circle-text {
    display: none;
  }
}
.main-slider__circle-text-bg {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 80px;
  height: 80px;
  z-index: 11;
}
.main-slider__curved-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 164px;
  height: 162px;
  transform-origin: center center;
  animation: rotate 10s infinite linear;
}
.main-slider__curved-circle--item {
  width: 164px;
}
.main-slider__curved-circle--item span {
  text-transform: uppercase;
  font-size: var(--noile-size-md);
  color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.4);
  letter-spacing: 0.2em;
}
.main-slider__curved-circle--item span:first-child {
  color: var(--noile-base, #D94645);
}
.main-slider__circle-text:hover .main-slider__curved-circle--item span {
  color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.7);
}
.main-slider__vartical-text {
  position: relative;
  position: absolute;
  top: 287px;
  left: -88px;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-lg);
  color: var(--noile-white, #ffffff);
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 1.6px;
  writing-mode: vertical-lr;
  transform: rotate(180deg) translateY(-110px);
  z-index: 11;
  transition: all 2s ease;
}
.main-slider__vartical-text::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  left: 11px;
  top: -28px;
  z-index: 111;
}
.main-slider__vartical-text::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  right: 11px;
  bottom: -27px;
  z-index: 111;
}
@media (max-width: 1799px) {
  .main-slider__vartical-text {
    left: -100px;
  }
}
@media (max-width: 1599px) {
  .main-slider__vartical-text {
    display: none;
  }
}
.main-slider__vartical-line-wrap {
  display: flex;
  position: absolute;
  top: 0;
  left: 149px;
  width: 100%;
  max-width: 1544px;
  height: 100%;
  z-index: 11;
}
.main-slider__vartical-line {
  width: 526px;
  height: 100%;
  border-right: 1px solid rgba(var(--noile-white-rgb, 255, 255, 255), 0.1);
}
.main-slider__vartical-line--one {
  width: 492px;
  border-left: 1px solid rgba(var(--noile-white-rgb, 255, 255, 255), 0.1);
}
.main-slider__container {
  position: relative;
  z-index: 111;
}
.main-slider__content {
  position: relative;
  width: 100%;
  max-width: 1031px;
  z-index: 11;
}
@media (max-width: 1799px) {
  .main-slider__content {
    max-width: 970px;
  }
}
@media (max-width: 1599px) {
  .main-slider__content {
    max-width: 900px;
  }
}
@media (max-width: 1399px) {
  .main-slider__content {
    max-width: 830px;
  }
}
@media (max-width: 1199px) {
  .main-slider__content {
    max-width: 650px;
  }
}
.main-slider__desc-wrap {
  display: flex;
  align-items: flex-start;
  padding-left: 15px;
}
.main-slider__title {
  margin-bottom: 22px;
}
@media (max-width: 425px) {
  .main-slider__title {
    line-height: 1.3;
  }
}
.main-slider__arrow {
  font-size: 18px;
  color: var(--noile-white, #ffffff);
  margin-top: 5px;
  margin-right: 15px;
  animation: zumpX 1s infinite alternate;
}
@media (max-width: 575px) {
  .main-slider__arrow {
    margin-right: 8px;
  }
}
.main-slider__desc {
  font-size: var(--noile-size-4xl);
  color: var(--noile-white, #ffffff);
  line-height: 1.25;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .main-slider__desc {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .main-slider__desc {
    font-size: 19px;
  }
}
@media (max-width: 425px) {
  .main-slider__desc {
    font-size: 16px;
  }
}
.main-slider__circle {
  width: 366px;
  height: 366px;
  border-radius: 50%;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  top: -17px;
  left: -85px;
  animation: zumpBottom 1s infinite alternate;
}
@media (max-width: 1799px) {
  .main-slider__circle {
    left: -45px;
  }
}
@media (max-width: 1599px) {
  .main-slider__circle {
    top: -30px;
    left: -20px;
  }
}
@media (max-width: 1399px) {
  .main-slider__circle {
    top: -70px;
  }
}
@media (max-width: 1199px) {
  .main-slider__circle {
    top: -90px;
    left: -2px;
  }
}
@media (max-width: 991px) {
  .main-slider__circle {
    width: 340px;
    height: 340px;
    top: -65px;
    left: -10px;
  }
}
@media (max-width: 767px) {
  .main-slider__circle {
    width: 300px;
    height: 300px;
    top: -68px;
  }
}
@media (max-width: 575px) {
  .main-slider__circle {
    width: 270px;
    height: 270px;
    top: -58px;
    left: 8px;
  }
}
@media (max-width: 425px) {
  .main-slider__circle {
    width: 260px;
    height: 260px;
    top: -30px;
  }
}
.main-slider__shape-one {
  fill: var(--noile-base, #D94645);
  position: absolute;
  right: -10px;
  bottom: 0;
  z-index: 1;
  animation: zumpX 1s infinite alternate;
}
@media (max-width: 1399px) {
  .main-slider__shape-one {
    width: 300px;
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .main-slider__shape-one {
    width: 260px;
    height: 400px;
  }
}
@media (max-width: 991px) {
  .main-slider__shape-one {
    display: none;
  }
}
.main-slider__shape-two {
  fill: var(--noile-base, #D94645);
  position: absolute;
  right: -12px;
  bottom: 0;
  z-index: 1;
  animation: zumpX 1s infinite alternate;
}
@media (max-width: 1399px) {
  .main-slider__shape-two {
    width: 210px;
  }
}
@media (max-width: 991px) {
  .main-slider__shape-two {
    display: none;
  }
}
.main-slider__letter-one {
  position: absolute;
  right: 333px;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1599px) {
  .main-slider__letter-one {
    width: 200px;
  }
}
@media (max-width: 1399px) {
  .main-slider__letter-one {
    width: 180px;
    right: 290px;
  }
}
@media (max-width: 1199px) {
  .main-slider__letter-one {
    right: 240px;
  }
}
@media (max-width: 991px) {
  .main-slider__letter-one {
    right: 100px;
  }
}
@media (max-width: 767px) {
  .main-slider__letter-one {
    display: none;
  }
}

/*-----------------------------------
# Main Slider Two
-----------------------------------*/
.main-slider-two .main-slider__vartical-text {
  top: 290px;
  z-index: 1111;
}
.main-slider-two .main-slider-two__slide {
  position: relative;
  padding-top: 149px;
  padding-bottom: 98px;
  z-index: 11;
}
@media (max-width: 575px) {
  .main-slider-two .main-slider-two__slide {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
@media (max-width: 425px) {
  .main-slider-two .main-slider-two__slide {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}
.main-slider-two .sec-title__top-wrap {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .main-slider-two .sec-title__top-wrap {
    margin-bottom: 10px;
  }
}
.main-slider-two .main-slider-two__title {
  font-size: var(--noile-size-8xl);
  line-height: 1;
  font-weight: 900;
  margin-bottom: 34px;
}
@media (max-width: 425px) {
  .main-slider-two .main-slider-two__title {
    margin-bottom: 25px;
  }
}
.main-slider-two .main-slider__circle-text {
  top: -46px;
  right: 111px;
}
@media (max-width: 1599px) {
  .main-slider-two .main-slider__circle-text {
    right: 160px;
  }
}
@media (max-width: 991px) {
  .main-slider-two .main-slider__circle-text {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .main-slider-two .main-slider__circle-text {
    display: none;
  }
}
.main-slider-two__shape-one {
  position: absolute;
  top: -10px;
  right: -20px;
  z-index: 1;
  animation: zumpX 1s infinite alternate;
}
.main-slider-two__shape-one path:nth-child(1) {
  fill: var(--noile-base, #D94645);
}
.main-slider-two__shape-one path:nth-child(2) {
  fill: var(--noile-white, #ffffff);
  fill-opacity: 0.1;
}
.main-slider-two__shape-one path:nth-child(3) {
  fill: var(--noile-white, #ffffff);
  fill-opacity: 0.05;
}
@media (max-width: 1199px) {
  .main-slider-two__shape-one {
    top: -200px;
    right: -200px;
  }
}
@media (max-width: 991px) {
  .main-slider-two__shape-one {
    display: none;
  }
}
.main-slider-two__shape-two {
  position: absolute;
  right: -5px;
  bottom: -5px;
  z-index: 1;
  animation: zumpTop 1s infinite alternate;
}
@media (max-width: 1399px) {
  .main-slider-two__shape-two {
    bottom: -60px;
  }
}
@media (max-width: 1199px) {
  .main-slider-two__shape-two {
    bottom: -70px;
  }
}
@media (max-width: 991px) {
  .main-slider-two__shape-two {
    bottom: -150px;
  }
}
@media (max-width: 767px) {
  .main-slider-two__shape-two {
    bottom: -200px;
  }
}
@media (max-width: 575px) {
  .main-slider-two__shape-two {
    bottom: -220px;
  }
}
@media (max-width: 520px) {
  .main-slider-two__shape-two {
    bottom: -250px;
  }
}
@media (max-width: 425px) {
  .main-slider-two__shape-two {
    bottom: -270px;
  }
}
.main-slider-two__shape-three {
  position: absolute;
  right: -5px;
  bottom: -5px;
  z-index: 11;
  animation: zumpTop 1s infinite alternate;
}
@media (max-width: 1399px) {
  .main-slider-two__shape-three {
    bottom: -60px;
  }
}
@media (max-width: 1199px) {
  .main-slider-two__shape-three {
    bottom: -70px;
  }
}
@media (max-width: 991px) {
  .main-slider-two__shape-three {
    bottom: -150px;
  }
}
@media (max-width: 767px) {
  .main-slider-two__shape-three {
    bottom: -200px;
  }
}
@media (max-width: 575px) {
  .main-slider-two__shape-three {
    bottom: -220px;
  }
}
@media (max-width: 520px) {
  .main-slider-two__shape-three {
    bottom: -250px;
  }
}
@media (max-width: 425px) {
  .main-slider-two__shape-three {
    bottom: -270px;
  }
}
.main-slider-two__shape-four {
  position: absolute;
  left: 54px;
  bottom: -15px;
  z-index: 1;
  animation: zumpBottom 1s infinite alternate;
}
.main-slider-two__shape-four path:nth-child(1) {
  fill: var(--noile-base2, #BE403F);
}
.main-slider-two__shape-four path:nth-child(2) {
  fill: var(--noile-base, #D94645);
}
.main-slider-two__shape-four path:nth-child(3) {
  fill: var(--noile-base, #D94645);
}
@media (max-width: 1599px) {
  .main-slider-two__shape-four {
    bottom: -55px;
  }
}
@media (max-width: 1399px) {
  .main-slider-two__shape-four {
    bottom: -97px;
    left: -94px;
  }
}
@media (max-width: 991px) {
  .main-slider-two__shape-four {
    bottom: -180px;
  }
}
@media (max-width: 767px) {
  .main-slider-two__shape-four {
    display: none;
  }
}
.main-slider-two__box-one {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--noile-primary, #1d1d1d);
  position: absolute;
  right: 142px;
  bottom: 119px;
  z-index: 1;
}
@media (max-width: 1399px) {
  .main-slider-two__box-one {
    bottom: 59px;
  }
}
@media (max-width: 1199px) {
  .main-slider-two__box-one {
    bottom: 49px;
  }
}
@media (max-width: 991px) {
  .main-slider-two__box-one {
    display: none;
  }
}

/*-----------------------------------
# Main Slider Three
-----------------------------------*/
.main-slider-three .main-slider__vartical-text {
  color: var(--noile-primary, #1d1d1d);
  top: 290px;
  z-index: 1111;
}
.main-slider-three .main-slider-three__slide {
  position: relative;
  padding-top: 156px;
  padding-bottom: 128px;
  overflow: hidden;
  z-index: 11;
}
@media (max-width: 1799px) {
  .main-slider-three .main-slider-three__slide {
    padding-top: 236px;
  }
}
@media (max-width: 1599px) {
  .main-slider-three .main-slider-three__slide {
    padding-bottom: 205px;
  }
}
@media (max-width: 1399px) {
  .main-slider-three .main-slider-three__slide {
    padding-bottom: 285px;
  }
}
@media (max-width: 1199px) {
  .main-slider-three .main-slider-three__slide {
    padding-top: 130px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .main-slider-three .main-slider-three__slide {
    padding-top: 120px;
    padding-bottom: 140px;
  }
}
@media (max-width: 575px) {
  .main-slider-three .main-slider-three__slide {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
@media (max-width: 375px) {
  .main-slider-three .main-slider-three__slide {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
.main-slider-three__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: #ffffff;
  background-blend-mode: normal;
}
.main-slider-three__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 58%, rgba(248, 248, 248, 0.9) 100%);
  background-blend-mode: normal;
  z-index: 1;
}
.main-slider-three .main-slider__vartical-line {
  border-right-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.06);
}
.main-slider-three .main-slider__vartical-line--one {
  border-left-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.06);
}
.main-slider-three .main-slider__circle-text {
  top: 55px;
  left: 52px;
  z-index: 11;
}
@media (max-width: 1199px) {
  .main-slider-three .main-slider__circle-text {
    left: auto;
  }
}
@media (max-width: 1199px) {
  .main-slider-three .main-slider__circle-text {
    top: 70px;
    right: 50px;
    z-index: 111;
  }
}
.main-slider-three .main-slider__curved-circle--item span {
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.28);
}
.main-slider-three .main-slider__circle-text:hover .main-slider__curved-circle--item span {
  color: var(--noile-base, #D94645);
}
.main-slider-three__container {
  position: relative;
  z-index: 11;
}
@media (min-width: 1600px) {
  .main-slider-three__content-col {
    width: 58.33%;
  }
}
.main-slider-three__content {
  max-width: 665px;
  position: relative;
  z-index: 11;
}
.main-slider-three .sec-title__top-wrap {
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .main-slider-three .sec-title__top-wrap {
    margin-bottom: 10px;
  }
}
.main-slider-three .main-slider-three__title {
  color: var(--noile-primary, #1d1d1d);
  margin-bottom: 107px;
}
@media (max-width: 1599px) {
  .main-slider-three .main-slider-three__title {
    margin-bottom: 57px;
  }
}
@media (max-width: 1199px) {
  .main-slider-three .main-slider-three__title {
    margin-bottom: 40px;
  }
}
.main-slider-three .main-slider__arrow {
  color: var(--noile-primary, #1d1d1d);
}
.main-slider-three .main-slider__desc {
  color: var(--noile-primary, #1d1d1d);
  margin-bottom: 0;
}
.main-slider-three__content-shape-one {
  position: absolute;
  top: -50px;
  right: 163px;
  z-index: 1;
  animation: zump 4s infinite linear;
}
@media (max-width: 1599px) {
  .main-slider-three__content-shape-one {
    right: 100px;
  }
}
@media (max-width: 1399px) {
  .main-slider-three__content-shape-one {
    right: 80px;
  }
}
@media (max-width: 1199px) {
  .main-slider-three__content-shape-one {
    visibility: hidden;
    z-index: -1;
  }
}
.main-slider-three__img-col {
  position: relative;
  z-index: 1;
}
@media (min-width: 1600px) {
  .main-slider-three__img-col {
    width: 41.66%;
  }
}
@media (max-width: 1199px) {
  .main-slider-three__img-col {
    display: none;
  }
}
.main-slider-three__img-box {
  position: relative;
  position: absolute;
  top: 0;
  right: -92px;
  z-index: 1;
}
@media (max-width: 1599px) {
  .main-slider-three__img-box {
    right: 5px;
  }
}
.main-slider-three__img-box-one {
  width: 100%;
  max-width: 526px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1399px) {
  .main-slider-three__img-box-one {
    max-width: 470px;
  }
}
.main-slider-three__img-box-one::before {
  content: "";
  width: 440px;
  height: 100%;
  position: absolute;
  top: -20px;
  right: 17px;
  background-color: var(--noile-white4, #F4E5E5);
  z-index: -1;
  transform: skewX(8deg);
  animation: sliderThreeZumpTop 1s infinite alternate;
}
@media (max-width: 1399px) {
  .main-slider-three__img-box-one::before {
    width: 384px;
    transform: skewX(7deg);
  }
}
.main-slider-three__img-box-one::after {
  content: "";
  width: 440px;
  height: 100%;
  position: absolute;
  top: -50px;
  left: -5px;
  border: 1px solid var(--noile-primary, #1d1d1d);
  z-index: 11;
  transform: skewX(8deg);
}
@media (max-width: 1399px) {
  .main-slider-three__img-box-one::after {
    width: 384px;
  }
}
.main-slider-three__img-box-one-inner {
  -webkit-clip-path: polygon(0 0, 84% 0, 100% 100%, 17% 100%);
  clip-path: polygon(0 0, 84% 0, 100% 100%, 17% 100%);
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}
.main-slider-three__img-one {
  mix-blend-mode: luminosity;
}
.main-slider-three__img-box-two {
  max-width: 526px;
  position: absolute;
  top: 130px;
  left: -192px;
  z-index: 11;
}
@media (max-width: 1599px) {
  .main-slider-three__img-box-two {
    left: -125px;
  }
}
@media (max-width: 1399px) {
  .main-slider-three__img-box-two {
    max-width: 470px;
  }
}
.main-slider-three__img-box-two-inner {
  position: relative;
  -webkit-clip-path: polygon(0 0, 84% 0, 100% 100%, 17% 100%);
  clip-path: polygon(0 0, 84% 0, 100% 100%, 17% 100%);
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}
.main-slider-three__img-box-two-inner::after {
  content: "";
  width: calc(100% - 130px);
  height: calc(100% - 62px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skewX(12deg);
  border: 10px solid var(--noile-white, #ffffff);
  z-index: 11;
}
@media (max-width: 1399px) {
  .main-slider-three__img-box-two-inner::after {
    transform: translate(-50%, -50%) skewX(10deg);
  }
}
.main-slider-three__img-two {
  mix-blend-mode: luminosity;
}
.main-slider-three__img-box-shape-one {
  position: absolute;
  top: -35px;
  left: -169px;
  z-index: 11;
  animation: treeMove 6s infinite alternate;
}
.main-slider-three__img-box-shape-two {
  position: absolute;
  left: -160px;
  bottom: -22px;
  z-index: 11;
  animation: zump 3s infinite linear;
}
@media (max-width: 1599px) {
  .main-slider-three__img-box-shape-two {
    left: -120px;
  }
}
@media (max-width: 1399px) {
  .main-slider-three__img-box-shape-two {
    left: -90px;
  }
}
.main-slider-three__img-box-shape-three {
  position: absolute;
  top: 87px;
  left: -87px;
  width: 32.5px;
  height: 21px;
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.34);
  clip-path: polygon(0 0, 89% 0, 100% 100%, 11% 100%);
  z-index: 1;
  animation: zump 3s infinite linear;
}
.main-slider-three__shape-one {
  position: absolute;
  top: -5px;
  right: -10px;
  z-index: 1;
  animation: zumpX 1s infinite alternate;
}
.main-slider-three__shape-one path:nth-child(1) {
  fill: #f3f3f3;
  fill-opacity: 1;
}
.main-slider-three__shape-one path:nth-child(2) {
  fill: #fafafa;
  fill-opacity: 1;
}
@media (max-width: 1199px) {
  .main-slider-three__shape-one {
    top: -250px;
  }
}
@media (max-width: 991px) {
  .main-slider-three__shape-one {
    top: -310px;
    right: -30px;
  }
}
@media (max-width: 767px) {
  .main-slider-three__shape-one {
    top: -340px;
    right: -50px;
  }
}
@media (max-width: 575px) {
  .main-slider-three__shape-one {
    display: none;
  }
}
.main-slider-three__shape-two {
  position: absolute;
  top: 315px;
  right: -5px;
  z-index: 1;
  animation: zump 3s infinite linear;
}
.main-slider-three__shape-two path {
  fill: rgba(34, 34, 34, 0.18);
}
@media (max-width: 1199px) {
  .main-slider-three__shape-two {
    top: 70px;
  }
}
@media (max-width: 991px) {
  .main-slider-three__shape-two {
    display: none;
  }
}
.main-slider-three__shape-three {
  position: absolute;
  left: 54px;
  bottom: 0;
  z-index: 1;
  animation: zumpX 1s infinite alternate;
}
.main-slider-three__shape-three path:nth-child(1) {
  fill: #fafafa;
}
.main-slider-three__shape-three path:nth-child(2) {
  fill: #f7f7f7;
}
.main-slider-three__shape-three path:nth-child(3) {
  fill: #ededed;
}
@media (max-width: 1399px) {
  .main-slider-three__shape-three {
    left: -100px;
  }
}
@media (max-width: 1199px) {
  .main-slider-three__shape-three {
    bottom: -134px;
  }
}
@media (max-width: 767px) {
  .main-slider-three__shape-three {
    bottom: -175px;
  }
}
@media (max-width: 575px) {
  .main-slider-three__shape-three {
    bottom: -226px;
  }
}
.main-slider-three__shape-four {
  position: absolute;
  left: 54px;
  bottom: -15px;
  z-index: 1;
  animation: zumpBottom 1s infinite alternate;
}
.main-slider-three__box-one {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.12);
  position: absolute;
  right: 120px;
  bottom: 136px;
  z-index: 1;
  animation: zump 3s infinite linear;
}
@media (max-width: 1799px) {
  .main-slider-three__box-one {
    right: 30px;
  }
}
@media (max-width: 1199px) {
  .main-slider-three__box-one {
    display: none;
  }
}

.main-slider-three__carousel .owl-dot {
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.3) !important;
}
.main-slider-three__carousel .owl-dot span {
  background: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.5) !important;
}
.main-slider-three__carousel .owl-dot.active {
  border-color: var(--noile-base, #D94645) !important;
}
.main-slider-three__carousel .owl-dot.active span {
  background: var(--noile-base, #D94645) !important;
}

.main-slider__carousel .owl-item img {
  display: inline-block !important;
  width: auto !important;
}
.main-slider__carousel .slide-title .sec-title__top-wrap, .main-slider__carousel .slide-title__heading {
  transform: translateY(-90px);
  transition: all 2s ease;
  opacity: 0;
  visibility: hidden;
}
.main-slider__carousel .slide-title__desc-wrap, .main-slider__carousel .slide-title__btn-box {
  transform: translateY(90px);
  transition: all 2s ease;
  opacity: 0;
  visibility: hidden;
}
.main-slider__carousel .main-slider-three__img-box .main-slider-three__img-box-one,
.main-slider__carousel .main-slider-three__img-box .main-slider-three__img-box-two {
  transform: translateX(150%);
  transition: all 3s ease;
}
.main-slider__carousel .main-slider-three__img-box .main-slider-three__img-box-two {
  transition-delay: 2s;
}

.main-slider__carousel .owl-item.active .sec-title__top-wrap,
.main-slider__carousel .owl-item.active .slide-title__heading,
.main-slider__carousel .owl-item.active .slide-title__desc-wrap,
.main-slider__carousel .owl-item.active .slide-title__btn-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-slider__carousel .owl-item.active .slide-title__vartical-text {
  opacity: 1;
  visibility: visible;
  transform: rotate(180deg) translateY(0px);
}
.main-slider__carousel .owl-item.active .main-slider-three__img-box-one,
.main-slider__carousel .owl-item.active .main-slider-three__img-box-two {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.main-slider__carousel .owl-dots {
  position: absolute;
  left: 95px;
  bottom: 50px;
  z-index: 111;
  justify-content: flex-start;
}
@media (max-width: 425px) {
  .main-slider__carousel .owl-dots {
    left: 20px;
  }
}
.main-slider__carousel .owl-dots .owl-dot {
  border: 1px solid rgba(var(--noile-white-rgb), 0.1);
}
.main-slider__carousel .owl-dots .owl-dot span {
  background-color: rgba(var(--noile-white-rgb), 0.5);
}

@keyframes sliderThreeZumpTop {
  0% {
    transform: translateY(0) skewX(8deg);
  }
  100% {
    transform: translateY(-13px) skewX(8deg);
  }
}
/*--------------------------------------------------------------
# Service
--------------------------------------------------------------*/
/*-------------------------------------
# Service One
-------------------------------------*/
.service-one {
  position: relative;
  padding-top: 120px;
  padding-bottom: 110px;
  background-color: var(--noile-white, #ffffff);
  z-index: 11;
}
@media (max-width: 575px) {
  .service-one {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.service-one .container {
  position: relative;
  z-index: 11;
}
.service-one__shape-one {
  position: absolute;
  top: 48px;
  left: 85px;
  animation: squareMover2 20s linear infinite alternate;
  z-index: -1;
}
@media (max-width: 1799px) {
  .service-one__shape-one {
    left: 70px;
    width: 120px;
  }
}
@media (max-width: 1599px) {
  .service-one__shape-one {
    top: 25px;
    left: 40px;
    width: 90px;
  }
}
.service-one__item {
  position: relative;
  padding: 49px 30px 39px;
  border: 1px solid var(--noile-white2, #F6F6F6);
  transition: all 0.4s ease-in-out;
  background-color: var(--noile-white, #ffffff);
}
.service-one__item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  transition: all 0.6s linear;
}
.service-one__item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  transition: all 0.6s linear;
}
.service-one__item:hover::before, .service-one__item:hover::after {
  border-color: var(--noile-primary, #1d1d1d);
  width: 100%;
  height: 100%;
}
.service-one__item:hover {
  border-color: transparent;
}
.service-one__item:hover .service-one__category {
  background-color: var(--noile-primary, #1d1d1d);
  color: var(--noile-white, #ffffff);
}
.service-one__category {
  display: inline-block;
  padding: 8px 22px;
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: var(--noile-size-md);
  color: var(--noile-primary, #1d1d1d);
  text-transform: capitalize;
  line-height: 1;
  background-color: var(--noile-white2, #F6F6F6);
  border-radius: 50px;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .service-one__category {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .service-one__category {
    margin-bottom: 50px;
  }
}
.service-one__img {
  margin-bottom: 40px;
}
.service-one__text {
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-xl);
  font-weight: 400;
  color: var(--noile-primary, #1d1d1d);
  line-height: 1.875;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.service-one__text span {
  font-weight: 700;
}
.service-one__btn {
  padding: 10.5px 27.5px 8.5px 27.5px;
  color: var(--noile-primary, #1d1d1d);
  font-weight: 400;
  line-height: 1.571;
  background-color: var(--noile-white2, #F6F6F6);
}
.service-one__btn::after {
  background-color: var(--noile-primary, #1d1d1d);
}
.service-one__btn::before {
  content: "";
  width: 20px;
  height: 194px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  right: -18px;
  bottom: -85px;
  z-index: -1;
  transform: rotate(45deg);
  transition: all 0.6s ease-out;
}
.service-one__btn:hover {
  color: var(--noile-white, #ffffff);
}
.service-one__btn:hover::after {
  width: 300px;
}
.service-one__bottom-desc-wrap {
  margin-top: 40px;
  text-align: center;
}
.service-one__bottom-desc {
  margin-bottom: 0;
}
.service-one__bottom-desc span {
  color: var(--noile-primary, #1d1d1d);
  font-weight: 700;
}
.service-one__circle-text {
  position: relative;
  position: absolute;
  right: -88px;
  bottom: 153px;
  width: 164px;
  height: 162px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 1599px) {
  .service-one__circle-text {
    right: -45px;
  }
}
@media (max-width: 1310px) {
  .service-one__circle-text {
    display: none;
  }
}
.service-one__curved-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 164px;
  height: 162px;
  transform-origin: center center;
  animation: rotate 10s infinite linear;
}
.service-one__curved-circle--item {
  width: 164px;
}
.service-one__curved-circle--item span {
  text-transform: uppercase;
  font-size: var(--noile-size-md);
  color: rgba(var(--noile-primary-rgb), 0.4);
  letter-spacing: 0.2em;
}
.service-one__curved-circle--item span:first-child {
  color: var(--noile-base, #D94645);
}

/*-------------------------------------
# Service Two
-------------------------------------*/
.service-two {
  position: relative;
  z-index: 1;
  margin-top: -112px;
  padding-top: 232px;
  padding-bottom: 0;
  background-color: var(--noile-white, #ffffff);
}
.service-two-two {
  background-color: var(--noile-white2, #F6F6F6);
}
@media (max-width: 1399px) {
  .service-two {
    padding-bottom: 120px;
  }
}
@media (max-width: 575px) {
  .service-two {
    padding-top: 192px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1399px) {
  .service-two-one {
    padding-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .service-two .container {
    max-width: 100%;
  }
}
.service-two__col {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 438px;
  border: 1px solid #EEEEEE;
  transition: all 0.4s ease-in-out;
  padding: 40px 30px;
}
@media (max-width: 1199px) {
  .service-two__col {
    display: block;
    padding: 0 12px;
    border: 0;
    min-height: auto;
  }
}
@media (max-width: 1399px) {
  .service-two__col--one, .service-two__col--six {
    display: none;
  }
}
.service-two__item {
  text-align: center;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .service-two__item {
    border: 1px solid #EEEEEE;
    width: 100%;
    padding: 50px 19px;
    min-height: 300px;
  }
  .service-two__item:hover {
    border-color: var(--noile-primary, #1d1d1d);
  }
}
@media (max-width: 575px) {
  .service-two__item {
    min-height: auto;
  }
}
.service-two__letter-s {
  max-width: 100%;
  height: auto;
}
.service-two__icon circle,
.service-two__icon path {
  stroke: var(--noile-primary, #1d1d1d);
}
.service-two__title {
  margin-top: 46px;
  margin-bottom: 0;
  font-size: var(--noile-size-4xl);
  line-height: 1.25;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1599px) {
  .service-two__title {
    font-size: 20px;
  }
}
.service-two__col:hover {
  border-color: var(--noile-primary, #1d1d1d);
}
@media (max-width: 575px) {
  .service-two__col:hover {
    border: 0;
  }
}
.service-two__col:hover .service-two__icon circle,
.service-two__col:hover .service-two__icon path {
  stroke: var(--noile-base, #D94645);
}
.service-two__col:hover .service-two__title {
  color: var(--noile-base, #D94645);
}
.service-two__circle-text {
  right: auto;
  bottom: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.service-two__circle-text:hover .service-one__curved-circle--item span {
  color: var(--noile-base, #D94645);
}
.service-two__shape-one {
  position: absolute;
  right: -10px;
  bottom: 0;
  z-index: -1;
  animation: zumpX 1s infinite alternate;
}
@media (max-width: 1399px) {
  .service-two__shape-one {
    right: -50px;
  }
}
@media (max-width: 1199px) {
  .service-two__shape-one {
    display: none;
  }
}
.service-two__shape-one path {
  fill: var(--noile-primary, #1d1d1d);
  fill-opacity: 0.05;
}

.service-two-one {
  margin-top: 0;
  padding-top: 120px;
}
@media (max-width: 575px) {
  .service-two-one {
    padding-top: 80px;
  }
}

/*-------------------------------------
# Service Three
-------------------------------------*/
.service-three {
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--noile-white, #ffffff);
}
@media (max-width: 575px) {
  .service-three {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .service-three .container {
    max-width: 1320px;
  }
}
@media (max-width: 991px) {
  .service-three__col {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .service-three__col {
    min-height: 300px;
  }
  .service-three__col--four, .service-three__col--six {
    display: none;
  }
}
@media (max-width: 575px) {
  .service-three__col {
    min-height: auto;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.service-three__col:hover {
  background-color: var(--noile-primary, #1d1d1d);
  border-color: var(--noile-primary, #1d1d1d);
}
@media (max-width: 575px) {
  .service-three__col:hover {
    background-color: transparent;
    border: 0;
  }
}
.service-three__col:hover .service-three__icon circle,
.service-three__col:hover .service-three__icon path {
  stroke: var(--noile-white, #ffffff);
}
.service-three__col:hover .service-three__title {
  color: var(--noile-white, #ffffff);
}
@media (max-width: 575px) {
  .service-three__item {
    background-color: var(--noile-white, #ffffff);
  }
  .service-three__item:hover {
    background-color: var(--noile-primary, #1d1d1d);
  }
}
.service-three__circle-text {
  display: block;
  right: auto;
  bottom: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.service-three__circle-text:hover .service-one__curved-circle--item span {
  color: var(--noile-base, #D94645);
}
.service-three__item-btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-three__item-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 186px;
  height: 186px;
  border-radius: 50%;
  border: 1px solid var(--noile-primary, #1d1d1d);
  z-index: 1;
  text-align: left;
}
.service-three__item-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -10px;
  border-radius: 50%;
  border-left: 1px solid var(--noile-primary, #1d1d1d);
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.service-three__item-btn span {
  font-family: var(--noile-font2, "Syne", sans-serif);
  font-size: var(--noile-size-xl);
  color: var(--noile-primary, #1d1d1d);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.562;
}
.service-three__item-btn span .icon-arrow-right-2 {
  vertical-align: bottom;
  font-size: 17px;
  margin-left: 9px;
  color: var(--noile-primary, #1d1d1d);
}
.service-three__item-btn:hover {
  background-color: var(--noile-primary, #1d1d1d);
}
.service-three__item-btn:hover::before {
  left: 0;
}
.service-three__item-btn:hover span,
.service-three__item-btn:hover .icon-arrow-right-2 {
  color: var(--noile-white, #ffffff);
}
.service-three__item-btn:hover .icon-arrow-right-2 {
  transform: rotate(41deg);
}

.service-three-one {
  position: relative;
  padding-top: 118px;
  padding-bottom: 60px;
  background: linear-gradient(180deg, #f4f4f1 0%, #ffffff 100%);
  border-top: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.06);
  overflow: hidden;
}
.service-three-one::before {
  content: "SERVICES";
  position: absolute;
  top: 18px;
  right: -28px;
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: clamp(88px, 15vw, 220px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.22em;
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.03);
  pointer-events: none;
}
.service-three-one .container {
  position: relative;
  max-width: 1450px;
  z-index: 1;
}
.service-three-one__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 40px;
  margin-bottom: 56px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.08);
}
.service-three-one__head-copy {
  width: 100%;
  max-width: 800px;
}
.service-three-one__header .service-three__sec-title {
  max-width: 800px;
}
.service-three-one .sec-title__top-wrap {
  gap: 14px;
  margin-bottom: 18px;
}
.service-three-one .sec-title__top-wrap::before {
  content: "";
  width: 42px;
  height: 1px;
  background-color: var(--noile-primary, #1d1d1d);
}
.service-three-one .sec-title__top-wrap img {
  display: none;
}
.service-three-one .sec-title__top {
  margin-left: 0;
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.76);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.24em;
  line-height: 1;
  text-transform: uppercase;
}
.service-three-one__heading {
  margin-bottom: 20px;
  max-width: 800px;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.05em;
}
.service-three-one__desc {
  max-width: 630px;
  margin-bottom: 0;
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.64);
  font-size: 17px;
  line-height: 1.82;
}
.service-three-one__item-btn-box {
  justify-content: flex-end;
  flex-shrink: 0;
}
.service-three-one .service-three__item-btn {
  width: auto;
  height: auto;
  min-width: 230px;
  padding: 18px 28px;
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.15);
  border-radius: 999px;
  background: rgba(var(--noile-white-rgb, 255, 255, 255), 0.88);
  box-shadow: 0 14px 40px rgba(var(--noile-primary-rgb, 29, 29, 29), 0.04);
  text-align: center;
  backdrop-filter: blur(8px);
}
.service-three-one .service-three__item-btn::before {
  display: none;
}
.service-three-one .service-three__item-btn span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}
.service-three-one .service-three__item-btn span,
.service-three-one .service-three__item-btn span .icon-arrow-right-2 {
  color: var(--noile-primary, #1d1d1d);
}
.service-three-one .service-three__item-btn span .icon-arrow-right-2 {
  margin-left: 0;
  font-size: 15px;
}
.service-three-one .service-three__item-btn:hover {
  background-color: var(--noile-primary, #1d1d1d);
  border-color: var(--noile-primary, #1d1d1d);
  transform: translateY(-2px);
}
.service-three-one .service-three__item-btn:hover span,
.service-three-one .service-three__item-btn:hover .icon-arrow-right-2 {
  color: var(--noile-white, #ffffff);
}
.service-three-one .service-three__item-btn:hover .icon-arrow-right-2 {
  transform: translateX(3px);
}
.service-three-one__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}
.service-three-one__grid-item {
  position: relative;
  min-width: 0;
}
.service-three-one__grid .service-three__item {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(var(--noile-white-rgb, 255, 255, 255), 0.99) 0%, rgba(246, 245, 241, 0.94) 100%);
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.08);
  box-shadow: 0 24px 50px rgba(var(--noile-primary-rgb, 29, 29, 29), 0.04), inset 0 1px 0 rgba(var(--noile-white-rgb, 255, 255, 255), 0.75);
  transition: transform 0.35s ease, background-color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  border-radius: 20px;
}
.service-three-one__grid .service-three__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(var(--noile-primary-rgb, 29, 29, 29), 0.045), transparent 34%),
    linear-gradient(145deg, rgba(var(--noile-white-rgb, 255, 255, 255), 0.94), transparent 58%);
  pointer-events: none;
  transition: opacity 0.35s ease, background 0.35s ease;
}
.service-three-one__grid .service-three__item:hover {
  background: var(--noile-primary, #1d1d1d);
  border-color: var(--noile-primary, #1d1d1d);
  box-shadow: 0 30px 70px rgba(var(--noile-primary-rgb, 29, 29, 29), 0.18);
  transform: translateY(-10px);
}
.service-three-one__grid .service-three__item:hover::before {
  background:
    radial-gradient(circle at top right, rgba(var(--noile-white-rgb, 255, 255, 255), 0.09), transparent 34%),
    linear-gradient(145deg, rgba(var(--noile-white-rgb, 255, 255, 255), 0.05), transparent 58%);
}
.service-three-one__card {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 28px 24px 28px;
  z-index: 1;
}
.service-three-one__card::after {
  content: "";
  position: absolute;
  left: 24px;
  bottom: 24px;
  width: 48px;
  height: 2px;
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.14);
  transition: background-color 0.35s ease, width 0.35s ease;
}
.service-three-one__card-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 72px;
  margin-bottom: 30px;
}
.service-three-one__card-index {
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.34);
  transition: color 0.35s ease;
}
.service-three-one__icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin: 0;
  border-radius: 50%;
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.15);
  background: linear-gradient(180deg, rgba(var(--noile-white-rgb, 255, 255, 255), 0.98) 0%, rgba(247, 247, 247, 0.92) 100%);
  box-shadow: 0 10px 24px rgba(var(--noile-primary-rgb, 29, 29, 29), 0.05), inset 0 0 0 8px rgba(var(--noile-primary-rgb, 29, 29, 29), 0.02);
  color: var(--noile-primary, #1d1d1d);
  font-size: 24px;
  line-height: 1;
  transition: color 0.35s ease, border-color 0.35s ease, background-color 0.35s ease, box-shadow 0.35s ease;
}
.service-three-one__icon-box::after {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.08);
  transition: border-color 0.35s ease;
}
.service-three-one .service-two__title {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.18;
  letter-spacing: -0.02em;
  text-align: left;
  transition: color 0.35s ease;
}
.service-three-one__card-desc {
  margin: 0;
  max-width: none;
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.62);
  font-size: 15px;
  line-height: 1.72;
  text-align: left;
  transition: color 0.35s ease;
}
.service-three-one__grid .service-three__item:hover .service-three__title,
.service-three-one__grid .service-three__item:hover .service-three-one__card-desc {
  color: var(--noile-white, #ffffff);
}
.service-three-one__grid .service-three__item:hover .service-three-one__card-index {
  color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.48);
}
.service-three-one__grid .service-three__item:hover .service-three-one__card-desc {
  color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.72);
}
.service-three-one__grid .service-three__item:hover .service-three-one__icon-box {
  background: var(--noile-white, #ffffff);
  border-color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.86);
  box-shadow: 0 10px 24px rgba(var(--noile-primary-rgb, 29, 29, 29), 0.18), inset 0 0 0 8px rgba(var(--noile-primary-rgb, 29, 29, 29), 0.03);
  color: var(--noile-primary, #1d1d1d);
}
.service-three-one__grid .service-three__item:hover .service-three-one__icon-box::after {
  border-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.08);
}
.service-three-one__grid .service-three__item:hover .service-three-one__card::after {
  width: 78px;
  background-color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.3);
}
@media (min-width: 1200px) {
  .service-three-one__grid-item:nth-child(5n+2) .service-three__item,
  .service-three-one__grid-item:nth-child(5n+4) .service-three__item {
    margin-top: 26px;
  }
  .service-three-one__grid-item:nth-child(5n+3) .service-three__item {
    margin-top: 10px;
  }
}
@media (max-width: 1399px) {
  .service-three-one__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 1199px) {
  .service-three-one {
    padding-top: 98px;
    padding-bottom: 96px;
  }
  .service-three-one__head-copy {
    max-width: 100%;
  }
  .service-three-one__header {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 26px;
  }
  .service-three-one__item-btn-box {
    justify-content: flex-start;
  }
  .service-three-one__grid-item .service-three__item {
    margin-top: 0 !important;
  }
  .service-three-one__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .service-three-one__card {
    min-height: 290px;
  }
}
@media (max-width: 991px) {
  .service-three-one {
    padding-top: 88px;
    padding-bottom: 86px;
  }
  .service-three-one::before {
    font-size: clamp(70px, 17vw, 150px);
    right: -12px;
  }
  .service-three-one__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .service-three-one {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .service-three-one::before {
    display: none;
  }
  .service-three-one__header {
    gap: 22px;
    margin-bottom: 30px;
    padding-bottom: 22px;
  }
  .service-three-one .sec-title__top-wrap {
    margin-bottom: 14px;
  }
  .service-three-one__heading {
    font-size: 38px;
  }
  .service-three-one__desc {
    font-size: 15px;
    line-height: 1.7;
  }
  .service-three-one .service-three__item-btn {
    width: 100%;
    min-width: 0;
    padding: 16px 22px;
  }
  .service-three-one__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .service-three-one__card {
    min-height: auto;
    padding: 22px 18px 24px;
  }
  .service-three-one__card-top {
    margin-bottom: 24px;
  }
  .service-three-one__icon-box {
    width: 60px;
    height: 60px;
    font-size: 22px;
  }
  .service-three-one .service-two__title {
    font-size: 22px;
  }
  .service-three-one__card-desc {
    font-size: 14px;
    line-height: 1.75;
  }
}

/*-------------------------------------
# Service One Carouusel
-------------------------------------*/
.service-one__carousel .owl-item img {
  display: inline-block !important;
  width: auto !important;
}

/*-------------------------------------
# Service Two Carouusel
-------------------------------------*/
.service-two-slider {
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 575px) {
  .service-two-slider {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .service-two__carousel .service-two__col {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .service-two__carousel .service-two__col {
    padding-left: 0;
    padding-right: 0;
  }
}
.service-two__carousel .owl-item img {
  display: inline-block !important;
  width: auto !important;
}

/*-------------------------------------
# Service Three Carouusel
-------------------------------------*/
@media (max-width: 575px) {
  .service-three__carousel .service-three__col {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*-------------------------------------
# Service Details Page
-------------------------------------*/
.service-details-page {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--noile-white, #ffffff);
}
@media (max-width: 575px) {
  .service-details-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.service-details-page__right {
  padding-left: 0;
  padding-right: 0;
}
.service-details-page__top-service-img-box {
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
  margin-bottom: 45px;
}
.service-details-page__top-service-img {
  mix-blend-mode: luminosity;
  width: 100%;
}
.service-details-page__top-service-title {
  font-size: var(--noile-size-5xl);
  text-transform: capitalize;
  line-height: 1.4;
  margin-bottom: 10px;
}
.service-details-page__top-service-desc {
  margin-bottom: 0;
}
.service-details-page__consulting {
  margin-top: 12px;
  margin-bottom: 18px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 425px) {
  .service-details-page__consulting {
    flex-direction: column;
  }
}
.service-details-page__consulting-img {
  margin-right: 23px;
  margin-top: 4px;
}
@media (max-width: 1399px) {
  .service-details-page__consulting-img--two {
    margin-right: 33px;
  }
}
@media (max-width: 425px) {
  .service-details-page__consulting-img {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.service-details-page__consulting-title {
  font-size: var(--noile-size-4xl);
  color: var(--noile-primary, #1d1d1d);
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 9px;
}
.service-details-page__consulting-desc {
  margin-bottom: 0;
}
.service-details-page__inner-row {
  display: grid;
  grid-template-columns: 306px 1fr;
  grid-column-gap: 108px;
  align-items: center;
}
@media (max-width: 1599px) {
  .service-details-page__inner-row {
    grid-column-gap: 70px;
  }
}
@media (max-width: 1399px) {
  .service-details-page__inner-row {
    grid-column-gap: 40px;
  }
}
@media (max-width: 1199px) {
  .service-details-page__inner-row {
    grid-template-columns: 1fr;
    grid-gap: 40px 0;
  }
}
.service-details-page__join-img-box {
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}
.service-details-page__join-img {
  width: 100%;
  mix-blend-mode: luminosity;
}
.service-details-page__join-title {
  font-size: var(--noile-size-5xl);
  line-height: 1.312;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.service-details-page__join-desc {
  margin-bottom: 41px;
}
.service-details-page__service {
  display: grid;
  grid-template-columns: 46px 1fr;
  grid-gap: 30px;
  align-items: center;
  margin-left: 10px;
}
@media (max-width: 425px) {
  .service-details-page__service {
    grid-gap: 15px;
  }
}
.service-details-page__service:not(:last-child) {
  margin-bottom: 30px;
}
.service-details-page__service-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 46px;
  height: 46px;
  background-color: var(--noile-primary, #1d1d1d);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.service-details-page__service-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--noile-primary, #1d1d1d);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -10px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.service-details-page__service-icon i {
  font-size: 16px;
  color: var(--noile-white, #ffffff);
}
.service-details-page__service-title {
  font-size: var(--noile-size-4xl);
  color: var(--noile-primary, #1d1d1d);
  line-height: 1.25;
  margin-bottom: 0;
}
.service-details-page__service:hover .service-details-page__service-icon {
  background-color: var(--noile-base, #D94645);
}
.service-details-page__service:hover .service-details-page__service-icon::after {
  left: 0;
  border-color: var(--noile-base, #D94645);
}
.service-details-page__accrodion-box {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .service-details-page__accrodion-box {
    margin-top: 40px;
  }
}
.service-details-page .accrodion:first-child .accrodion-title {
  border-top: 1px solid rgba(var(--noile-primary-rgb), 0.1);
}
.service-details-page .accrodion-title {
  border-bottom: 1px solid rgba(var(--noile-primary-rgb), 0.1);
}

/*--------------------------------------------------------------
# Get Work
--------------------------------------------------------------*/
/*-------------------------------------
# Get Work One
-------------------------------------*/
.get-work-one__wrapper {
  position: relative;
  padding-top: 57px;
  padding-bottom: 46px;
  background-color: var(--noile-primary, #1d1d1d);
  z-index: 11;
  overflow: hidden;
}
@media (max-width: 991px) {
  .get-work-one__wrapper {
    padding-top: 114px;
    padding-bottom: 120px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.get-work-one .row {
  justify-content: center;
  align-items: center;
}
.get-work-one__heading {
  color: var(--noile-white, #ffffff);
}
.get-work-one__sec-title {
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .get-work-one__sec-title {
    text-align: center;
  }
}
.get-work-one__video {
  position: relative;
  display: flex;
  justify-content: flex-end;
  z-index: 11;
}
@media (max-width: 991px) {
  .get-work-one__video {
    margin-top: 40px;
    justify-content: center;
  }
}
.get-work-one__video-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 94px;
  border: 1px solid rgba(var(--noile-white-rgb), 0.1);
}
.get-work-one__video-btn-icon {
  font-size: var(--noile-size-2xl);
  color: var(--noile-white, #ffffff);
}
.get-work-one__video-btn-border {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border: 1px solid rgba(var(--noile-white-rgb), 0.1);
  z-index: -1;
  -webkit-animation: pulse-animate 4s linear infinite;
  animation: pulse-animate 4s linear infinite;
}
@keyframes pulse-animate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.get-work-one__video-btn-border:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.get-work-one__video-btn-border:nth-child(3) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.get-work-one__video-btn-border:nth-child(4) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.get-work-one__video-btn:hover {
  border-color: var(--noile-base, #D94645);
}
.get-work-one__video-btn:hover .get-work-one__video-btn-icon {
  color: var(--noile-base, #D94645);
}
.get-work-one__video-btn:hover .get-work-one__video-btn-border {
  border-color: var(--noile-base, #D94645);
}
@media (max-width: 1399px) {
  .get-work-one__video-btn {
    width: 70px;
    height: 78px;
  }
}
.get-work-one__border-one {
  position: absolute;
  top: -39px;
  right: 90px;
  z-index: -1;
  animation: zumpTop 1s infinite alternate;
}
.get-work-one__border-two {
  position: absolute;
  left: 70px;
  bottom: -31px;
  z-index: -1;
  animation: treeMove 6s infinite alternate;
}
@media (max-width: 575px) {
  .get-work-one__border-two {
    display: none;
  }
}
.get-work-one__ornament-one {
  position: absolute;
  right: 20px;
  bottom: -46px;
}
@media (max-width: 767px) {
  .get-work-one__ornament-one {
    bottom: -80px;
  }
}
@media (max-width: 425px) {
  .get-work-one__ornament-one {
    bottom: -105px;
  }
}
.get-work-one__ornament-two {
  position: absolute;
  top: -56px;
  left: 134px;
}
@media (max-width: 991px) {
  .get-work-one__ornament-two {
    top: -112px;
  }
}
.get-work-one__shape-one {
  position: absolute;
  top: 0;
  right: -20px;
  z-index: -1;
  animation: zumpX 1s infinite alternate;
}
.get-work-one__shape-one path:nth-child(1) {
  fill: #BE403F;
}
.get-work-one__shape-one path:nth-child(2) {
  fill: #BE403F;
}
.get-work-one__shape-one path:nth-child(3) {
  fill: #D94645;
}
@media (max-width: 1399px) {
  .get-work-one__shape-one {
    right: -75px;
  }
}
@media (max-width: 1199px) {
  .get-work-one__shape-one {
    right: -90px;
  }
}
@media (max-width: 991px) {
  .get-work-one__shape-one {
    top: auto;
    right: -45px;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .get-work-one__shape-one {
    right: -80px;
    bottom: -20px;
  }
}
@media (max-width: 575px) {
  .get-work-one__shape-one {
    right: -90px;
    bottom: -25px;
  }
}
@media (max-width: 425px) {
  .get-work-one__shape-one {
    bottom: -55px;
  }
}
@media (max-width: 375px) {
  .get-work-one__shape-one {
    bottom: -75px;
  }
}
.get-work-one__shape-two {
  position: absolute;
  top: 0;
  right: 67px;
  z-index: -1;
}
.get-work-one__shape-two path {
  fill: rgba(var(--noile-white-rgb), 0.05);
}
@media (max-width: 1399px) {
  .get-work-one__shape-two {
    right: -80px;
  }
}
@media (max-width: 1199px) {
  .get-work-one__shape-two {
    right: -140px;
  }
}
@media (max-width: 991px) {
  .get-work-one__shape-two {
    right: -305px;
    animation: zumpX 1s infinite alternate;
  }
}
@media (max-width: 575px) {
  .get-work-one__shape-two {
    right: -260px;
  }
}
.get-work-one__shape-three {
  position: absolute;
  top: 0;
  left: 155px;
  z-index: -1;
}
.get-work-one__shape-three path {
  fill: rgba(var(--noile-white-rgb), 0.05);
}
@media (max-width: 1199px) {
  .get-work-one__shape-three {
    left: 95px;
  }
}
@media (max-width: 991px) {
  .get-work-one__shape-three {
    left: -100px;
    animation: zumpX 1s infinite alternate;
  }
}
@media (max-width: 575px) {
  .get-work-one__shape-three {
    left: -270px;
  }
}
@media (max-width: 425px) {
  .get-work-one__shape-three {
    left: -315px;
  }
}
@media (max-width: 375px) {
  .get-work-one__shape-three {
    left: -355px;
  }
}
.get-work-one__shape-four {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  animation: zumpX 1s infinite alternate;
}
.get-work-one__shape-four path:nth-child(1) {
  fill: #BE403F;
}
.get-work-one__shape-four path:nth-child(2) {
  fill: #BE403F;
}
.get-work-one__shape-four path:nth-child(3) {
  fill: #D94645;
}
@media (max-width: 1399px) {
  .get-work-one__shape-four {
    left: -25px;
  }
}
@media (max-width: 1199px) {
  .get-work-one__shape-four {
    left: -75px;
  }
}
@media (max-width: 991px) {
  .get-work-one__shape-four {
    top: auto;
    left: -60px;
    bottom: -50px;
  }
}
@media (max-width: 767px) {
  .get-work-one__shape-four {
    left: -80px;
    bottom: -90px;
  }
}
@media (max-width: 575px) {
  .get-work-one__shape-four {
    display: none;
  }
}

/*-------------------------------------
# Get Work Two
-------------------------------------*/
.get-work-two {
  position: relative;
  position: relative;
  padding-top: 49px;
  padding-bottom: 54px;
  background-color: var(--noile-primary, #1d1d1d);
  z-index: 11;
  overflow: hidden;
}
@media (max-width: 991px) {
  .get-work-two {
    padding-top: 114px;
    padding-bottom: 120px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.get-work-two .get-work-one__wrapper {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  z-index: 1;
  overflow: visible;
}
@media (max-width: 991px) {
  .get-work-two .get-work-one__wrapper {
    padding: 0;
  }
}
.get-work-two .container {
  position: relative;
  z-index: 1;
}
.get-work-two .row {
  justify-content: space-between;
  align-items: center;
}
.get-work-two .get-work-one__sec-title {
  padding-right: 45px;
}
@media (max-width: 991px) {
  .get-work-two .get-work-one__sec-title {
    padding-right: 0;
  }
}
.get-work-two .get-work-one__border-one {
  top: -33px;
  right: 23px;
}
.get-work-two .get-work-one__border-two {
  left: 274px;
  bottom: -35px;
}
@media (max-width: 575px) {
  .get-work-two .get-work-one__border-two {
    display: none;
  }
}
.get-work-two .get-work-one__ornament-one {
  right: -88px;
  bottom: -55px;
}
@media (max-width: 991px) {
  .get-work-two .get-work-one__ornament-one {
    display: none;
  }
}
.get-work-two .get-work-one__ornament-two {
  top: -48px;
  left: 330px;
}
@media (max-width: 991px) {
  .get-work-two .get-work-one__ornament-two {
    display: none;
  }
}
.get-work-two .get-work-one__video {
  justify-content: center;
}
@media (max-width: 1599px) {
  .get-work-two .get-work-one__video {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .get-work-two .get-work-one__video {
    margin-top: 60px;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .get-work-two .get-work-one__video {
    margin-top: 40px;
  }
}
.get-work-two .get-work-one__shape-one {
  right: 95px;
}
@media (max-width: 1799px) {
  .get-work-two .get-work-one__shape-one {
    right: 0;
  }
}
@media (max-width: 1599px) {
  .get-work-two .get-work-one__shape-one {
    right: -20px;
  }
}
@media (max-width: 1199px) {
  .get-work-two .get-work-one__shape-one {
    right: -70px;
  }
}
@media (max-width: 991px) {
  .get-work-two .get-work-one__shape-one {
    right: -50px;
    bottom: -5px;
    animation: zumpTop 1s infinite alternate;
  }
}
@media (max-width: 575px) {
  .get-work-two .get-work-one__shape-one {
    right: -90px;
  }
}
.get-work-two .get-work-one__shape-two {
  top: -24px;
  right: 80px;
}
@media (max-width: 1399px) {
  .get-work-two .get-work-one__shape-two {
    right: 150px;
    animation: zumpX 1s infinite alternate;
  }
}
@media (max-width: 1199px) {
  .get-work-two .get-work-one__shape-two {
    right: 100px;
  }
}
@media (max-width: 991px) {
  .get-work-two .get-work-one__shape-two {
    top: -93px;
    right: -150px;
  }
}
@media (max-width: 767px) {
  .get-work-two .get-work-one__shape-two {
    right: -260px;
  }
}
@media (max-width: 575px) {
  .get-work-two .get-work-one__shape-two {
    right: -260px;
  }
}
.get-work-two .get-work-one__shape-three {
  top: -25px;
  left: 139px;
}
@media (max-width: 1399px) {
  .get-work-two .get-work-one__shape-three {
    left: -135px;
    animation: zumpX 1s infinite alternate;
  }
}
@media (max-width: 991px) {
  .get-work-two .get-work-one__shape-three {
    top: -92px;
  }
}
@media (max-width: 575px) {
  .get-work-two .get-work-one__shape-three {
    left: -270px;
  }
}
@media (max-width: 425px) {
  .get-work-two .get-work-one__shape-three {
    left: -315px;
  }
}
@media (max-width: 375px) {
  .get-work-two .get-work-one__shape-three {
    left: -355px;
  }
}
.get-work-two .get-work-one__shape-four {
  left: 74px;
}
@media (max-width: 1799px) {
  .get-work-two .get-work-one__shape-four {
    left: -20px;
  }
}
@media (max-width: 1399px) {
  .get-work-two .get-work-one__shape-four {
    display: none;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
/*-------------------------------------
# About One
-------------------------------------*/
.about-one {
  margin-top: -110px;
  padding-top: 281px;
  padding-bottom: 171px;
  background-color: var(--noile-white2, #F6F6F6);
}
@media (max-width: 1399px) {
  .about-one {
    padding-bottom: 120px;
  }
}
@media (max-width: 991px) {
  .about-one {
    padding-top: 226px;
    padding-bottom: 280px;
  }
}
@media (max-width: 575px) {
  .about-one {
    padding-top: 186px;
    padding-bottom: 220px;
  }
}
@media (max-width: 450px) {
  .about-one {
    padding-bottom: 241px;
  }
}
@media (max-width: 380px) {
  .about-one {
    padding-bottom: 231px;
  }
}
.about-one-one {
  background-color: var(--noile-white, #ffffff);
  padding-bottom: 54px;
}
@media (max-width: 1799px) {
  .about-one-one {
    padding-bottom: 53px;
  }
}
@media (max-width: 1599px) {
  .about-one-one {
    padding-bottom: 52px;
  }
}
@media (max-width: 1399px) {
  .about-one-one {
    padding-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .about-one-one {
    padding-bottom: 159px;
  }
}
@media (max-width: 575px) {
  .about-one-one {
    padding-bottom: 140px;
  }
}
@media (max-width: 450px) {
  .about-one-one {
    padding-bottom: 160px;
  }
}
@media (max-width: 380px) {
  .about-one-one {
    padding-bottom: 150px;
  }
}
.about-one__img-wrap {
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .about-one__img-wrap {
    max-width: 500px;
  }
}
.about-one__img-one-box {
  position: relative;
  z-index: 11;
}
.about-one__img-one-box::before {
  content: "";
  width: 472px;
  height: calc(100% - 152px);
  position: absolute;
  top: -50px;
  left: 106px;
  background-color: rgba(var(--noile-base-rgb, 217, 70, 69), 0.05);
  z-index: 1;
  transform: skewX(20deg);
  animation: imgBoxZump 3s infinite linear;
}
@media (max-width: 1399px) {
  .about-one__img-one-box::before {
    width: 394px;
  }
}
@media (max-width: 1199px) {
  .about-one__img-one-box::before {
    width: 337px;
    left: 85px;
  }
}
@media (max-width: 575px) {
  .about-one__img-one-box::before {
    display: none;
  }
}
.about-one__img-one-box::after {
  content: "";
  width: 425px;
  height: calc(100% - 45px);
  position: absolute;
  top: 20px;
  left: 92px;
  border: 1px solid var(--noile-primary, #1d1d1d);
  z-index: 1;
  transform: skewX(20deg);
}
@media (max-width: 1399px) {
  .about-one__img-one-box::after {
    width: 375px;
  }
}
@media (max-width: 1199px) {
  .about-one__img-one-box::after {
    width: 305px;
  }
}
@media (max-width: 575px) {
  .about-one__img-one-box::after {
    display: none;
  }
}
.about-one__img-one-box-inner {
  position: relative;
  z-index: 1;
  clip-path: polygon(27% 0, 100% 0%, 73% 100%, 0% 100%);
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}
.about-one__img-one {
  mix-blend-mode: luminosity;
}
.about-one__img-one-text {
  position: relative;
  padding: 10px;
  width: 128px;
  height: 132px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  top: -21px;
  right: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: skewX(20deg);
  z-index: 11;
}
@media (max-width: 1399px) {
  .about-one__img-one-text {
    height: 125px;
  }
}
@media (max-width: 1199px) {
  .about-one__img-one-text {
    height: 115px;
  }
}
@media (max-width: 991px) {
  .about-one__img-one-text {
    height: 105px;
  }
}
@media (max-width: 575px) {
  .about-one__img-one-text {
    height: 90px;
  }
}
@media (max-width: 450px) {
  .about-one__img-one-text {
    height: 85px;
  }
}
@media (max-width: 380px) {
  .about-one__img-one-text {
    height: 80px;
  }
}
.about-one__img-one-text::before {
  content: "";
  width: 8px;
  height: 21px;
  position: absolute;
  top: 0;
  left: -4px;
  background-color: var(--noile-base, #D94645);
  transform: skewX(-20deg);
  z-index: -1;
}
.about-one__img-one-title {
  font-size: 16px;
  color: var(--noile-white, #ffffff);
  font-weight: 700;
  margin-bottom: 0;
  transform: skewX(-20deg);
}
@media (max-width: 1399px) {
  .about-one__img-one-title {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .about-one__img-one-title {
    font-size: 13px;
  }
}
.about-one__img-two-box {
  width: calc(100% - 35px);
  min-height: 369px;
  position: relative;
  position: absolute;
  left: 0;
  bottom: -140px;
  z-index: 111;
}
@media (max-width: 1199px) {
  .about-one__img-two-box {
    min-height: 305px;
  }
}
@media (max-width: 575px) {
  .about-one__img-two-box {
    width: calc(100% - 10px);
    min-height: 290px;
  }
}
@media (max-width: 450px) {
  .about-one__img-two-box {
    min-height: 250px;
    bottom: -160px;
  }
}
@media (max-width: 380px) {
  .about-one__img-two-box {
    min-height: 220px;
    bottom: -150px;
  }
}
.about-one__img-two-box::after {
  content: "";
  width: 100%;
  height: calc(100% + 10px);
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: var(--noile-white, #ffffff);
  clip-path: polygon(0 0, 76.5% 0, 100% 100%, 23.5% 100%);
  z-index: 11;
}
.about-one__img-two-box::before {
  content: "";
  width: calc(100% - 42px);
  height: 128px;
  position: absolute;
  right: -36px;
  bottom: -19px;
  background-color: var(--noile-base, #D94645);
  clip-path: polygon(0 0, 91% 0, 100% 100%, 8.5% 100%);
  z-index: 1;
}
@media (max-width: 1399px) {
  .about-one__img-two-box::before {
    width: calc(100% - 25px);
    clip-path: polygon(0 0, 92% 0, 100% 100%, 8.5% 100%);
  }
}
@media (max-width: 1199px) {
  .about-one__img-two-box::before {
    width: calc(100% - 10px);
    right: -30px;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 9.5% 100%);
  }
}
@media (max-width: 575px) {
  .about-one__img-two-box::before {
    display: none;
  }
}
@media (max-width: 450px) {
  .about-one__img-two-box::before {
    clip-path: polygon(0 0, 88% 0, 100% 100%, 12.5% 100%);
    width: calc(100% + 10px);
    right: -27px;
  }
}
.about-one__img-two-box-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 76.5% 0, 100% 100%, 23.5% 100%);
  z-index: 111;
  object-fit: cover;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}
.about-one__img-two {
  mix-blend-mode: luminosity;
}
.about-one__img-inner-box-one {
  display: none;
  width: 604px;
  height: 379px;
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: var(--noile-white, #ffffff);
  clip-path: polygon(0 0, 76.5% 0, 100% 100%, 23.5% 100%);
  z-index: 11;
}
.about-one__img-inner-box-two {
  display: none;
  width: 558px;
  height: 128px;
  position: absolute;
  left: 78px;
  bottom: -18.5px;
  background-color: var(--noile-base, #D94645);
  clip-path: polygon(0 0, 91% 0, 100% 100%, 8% 100%);
  z-index: 1;
}
.about-one__content {
  padding-left: 86px;
}
@media (max-width: 1399px) {
  .about-one__content {
    padding-left: 60px;
  }
}
@media (max-width: 1199px) {
  .about-one__content {
    padding-left: 25px;
  }
}
@media (max-width: 991px) {
  .about-one__content {
    margin-bottom: 90px;
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .about-one__content {
    margin-bottom: 50px;
  }
}
.about-one__desc {
  margin-top: 22px;
  margin-bottom: 34px;
}
.about-one__consulting {
  display: flex;
  align-items: flex-start;
  margin-bottom: 42px;
}
@media (max-width: 425px) {
  .about-one__consulting {
    flex-direction: column;
  }
}
.about-one__consulting-img {
  margin-right: 23px;
  margin-top: 4px;
}
@media (max-width: 425px) {
  .about-one__consulting-img {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.about-one__consulting-title {
  font-size: var(--noile-size-4xl);
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.about-one__consulting-desc {
  margin-bottom: 0;
}
.about-one__signature {
  position: relative;
  display: flex;
  align-items: center;
  padding: 14px 18px 14px 21px;
  z-index: 1;
  max-width: 336px;
  border: 1px solid var(--noile-primary, #1d1d1d);
}
@media (max-width: 425px) {
  .about-one__signature {
    max-width: 262px;
  }
}
.about-one__signature-user-box {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 9px;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}
.about-one__signature-user {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  mix-blend-mode: luminosity;
}
.about-one__signature-img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 425px) {
  .about-one__signature-img {
    max-width: 168px;
  }
}
.about-one__signature-cartoon {
  position: absolute;
  right: -54px;
  bottom: 6px;
  animation: zumpTop 1s infinite alternate;
}
.about-one__signature-border {
  position: absolute;
  width: 7px;
  height: 7px;
  border: 1px solid var(--noile-primary, #1d1d1d);
  background-color: var(--noile-white, #ffffff);
}
.about-one__signature-border--one {
  top: -3px;
  right: -3px;
}
.about-one__signature-border--two {
  right: -3px;
  bottom: -3px;
}
.about-one__signature-border--three {
  left: -3px;
  bottom: -3px;
}
.about-one__signature-border--four {
  top: -3px;
  left: -3px;
}
.about-one__shape-box-one {
  position: absolute;
  top: 147px;
  left: 3px;
  width: 32.5px;
  height: 21px;
  background-color: var(--noile-base, #D94645);
  transform: skewX(15deg);
  z-index: -1;
  animation: boxZump 3s linear infinite;
}
@media (max-width: 1599px) {
  .about-one__shape-box-one {
    top: 80px;
  }
}
@media (max-width: 575px) {
  .about-one__shape-box-one {
    display: none;
  }
}
.about-one__shape-box-two {
  position: absolute;
  right: 21.5px;
  bottom: 123px;
  width: 33.5px;
  height: 23.5px;
  background-color: var(--noile-primary, #1d1d1d);
  transform: skewX(15deg);
  z-index: -1;
  animation: boxZump2 3s linear infinite;
}
@media (max-width: 575px) {
  .about-one__shape-box-two {
    display: none;
  }
}
.about-one__shape-one {
  position: absolute;
  top: -120px;
  left: -153px;
  z-index: -1;
  animation: treeMove 6s infinite alternate;
}
@media (max-width: 1799px) {
  .about-one__shape-one {
    left: -140px;
  }
}
@media (max-width: 1599px) {
  .about-one__shape-one {
    top: -115px;
    left: -40px;
    width: 70px;
  }
}
@media (max-width: 1399px) {
  .about-one__shape-one {
    left: -30px;
    width: 65px;
  }
}
@media (max-width: 1399px) {
  .about-one__shape-one {
    left: -20px;
    width: 60px;
  }
}
@media (max-width: 991px) {
  .about-one__shape-one {
    display: none;
  }
}
.about-one__shape-two {
  position: absolute;
  left: -103px;
  bottom: -113px;
  z-index: -1;
  animation: treeMove 6s infinite alternate;
}
@media (max-width: 1599px) {
  .about-one__shape-two {
    left: -40px;
    bottom: -141px;
  }
}
@media (max-width: 1399px) {
  .about-one__shape-two {
    left: -30px;
  }
}
@media (max-width: 1199px) {
  .about-one__shape-two {
    left: -20px;
  }
}
@media (max-width: 575px) {
  .about-one__shape-two {
    left: -5px;
    bottom: -120px;
    height: 60px;
  }
}

/*-------------------------------------
# About Two
-------------------------------------*/
.about-two {
  padding-top: 30px;
  padding-bottom: 161px;
  background-color: var(--noile-white, #ffffff);
}
@media (max-width: 1399px) {
  .about-two {
    padding-bottom: 143px;
  }
}
@media (max-width: 1199px) {
  .about-two {
    padding-bottom: 116px;
  }
}
@media (max-width: 991px) {
  .about-two {
    padding-top: 117px;
    padding-bottom: 251px;
  }
}
@media (max-width: 575px) {
  .about-two {
    padding-top: 77px;
    padding-bottom: 211px;
  }
}
.about-two__img-wrap {
  position: relative;
  z-index: 11;
  max-width: 700px;
  margin-top: 150px;
}
.about-two__img-one-box {
  position: relative;
  z-index: 11;
}
.about-two__img-one-box-inner {
  max-width: 610px;
  margin-left: auto;
  position: relative;
  z-index: 1;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}
@media (max-width: 767px) {
  .about-two__img-wrap {
    margin-top: 72px;
  }

  .about-two__img-one-box-inner {
    max-width: 400px;
  }
}
@media (max-width: 500px) {
  .about-two__img-wrap {
    margin-top: 42px;
  }

  .about-two__img-one-box-inner {
    max-width: 355px;
  }
}
@media (max-width: 425px) {
  .about-two__img-one-box-inner {
    max-width: 305px;
  }
}
@media (max-width: 375px) {
  .about-two__img-one-box-inner {
    max-width: 250px;
  }
}
.about-two__img-one-box-inner::before {
  content: "";
  width: calc(100% - 45px);
  height: 360px;
  position: absolute;
  top: -50px;
  left: -63px;
  background-color: rgba(var(--noile-base-rgb, 217, 70, 69), 0.05);
  animation: zumpShapeTop 1s infinite alternate;
  z-index: -1;
}
@media (max-width: 1399px) {
  .about-two__img-one-box-inner::before {
    left: -40px;
  }
}
@media (max-width: 1199px) {
  .about-two__img-one-box-inner::before {
    left: -10px;
  }
}
@media (max-width: 991px) {
  .about-two__img-one-box-inner::before {
    width: calc(100% - 0px);
    left: -63px;
  }
}
@media (max-width: 500px) {
  .about-two__img-one-box-inner::before {
    left: -39px;
  }
}
.about-two__img-one-box-inner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -24px;
  left: -24px;
  border: 1px solid var(--noile-primary, #1d1d1d);
  z-index: 1;
}
@media (max-width: 1399px) {
  .about-two__img-one-box-inner::after {
    top: -20px;
    left: -20px;
  }
}
.about-two__img-one {
  max-width: 100%;
  mix-blend-mode: luminosity;
}
.about-two__img-one-text {
  position: relative;
  padding: 10px;
  width: 128px;
  height: 132px;
  background-color: #2b2b2b;
  position: absolute;
  top: -24px;
  right: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: skewX(20deg);
  z-index: 11;
}
@media (max-width: 1399px) {
  .about-two__img-one-text {
    height: 125px;
    top: -20px;
    right: 22px;
  }
}
@media (max-width: 1199px) {
  .about-two__img-one-text {
    height: 110px;
  }
}
@media (max-width: 991px) {
  .about-two__img-one-text {
    height: 105px;
  }
}
@media (max-width: 575px) {
  .about-two__img-one-text {
    height: 90px;
  }
}
@media (max-width: 450px) {
  .about-two__img-one-text {
    height: 85px;
  }
}
@media (max-width: 380px) {
  .about-two__img-one-text {
    height: 80px;
  }
}
.about-two__img-one-text::before {
  content: "";
  width: 9px;
  height: 24px;
  position: absolute;
  top: 0;
  left: -4px;
  background-color: #2b2b2b;
  transform: skewX(-20deg);
  z-index: 1;
}
@media (max-width: 1399px) {
  .about-two__img-one-text::before {
    height: 20px;
  }
}
.about-two__img-one-title {
  font-size: 16px;
  color: var(--noile-white, #ffffff);
  font-weight: 700;
  margin-bottom: 0;
  transform: skewX(-20deg);
}
@media (max-width: 1399px) {
  .about-two__img-one-title {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .about-two__img-one-title {
    font-size: 13px;
  }
}
.about-two__img-two-box {
  position: relative;
  z-index: 11;
  max-width: 410px;
}
@media (max-width: 767px) {
  .about-two__img-two-box {
    max-width: 330px;
  }
}
@media (max-width: 500px) {
  .about-two__img-two-box {
    max-width: 280px;
  }
}
@media (max-width: 425px) {
  .about-two__img-two-box {
    max-width: 250px;
  }
}
@media (max-width: 375px) {
  .about-two__img-two-box {
    max-width: 220px;
  }
}
.about-two__img-two-box-inner {
  position: relative;
  position: absolute;
  left: -18px;
  bottom: -150px;
  z-index: 111;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}
@media (max-width: 1399px) {
  .about-two__img-two-box-inner {
    left: -30px;
  }
}
@media (max-width: 1199px) {
  .about-two__img-two-box-inner {
    left: -10px;
  }
}
@media (max-width: 767px) {
  .about-two__img-two-box-inner {
    left: 0px;
  }
}
.about-two__img-two {
  max-width: 100%;
  mix-blend-mode: luminosity;
}
.about-two__img-three {
  position: absolute;
  right: -78px;
  bottom: 0;
  animation: zumpTop 1s infinite alternate;
  z-index: 1;
}
@media (max-width: 1199px) {
  .about-two__img-three {
    right: -45px;
  }
}
@media (max-width: 991px) {
  .about-two__img-three {
    right: -55px;
    animation: zumpBottom 1s infinite alternate;
  }
}
.about-two__content {
  padding-left: 40px;
  max-width: 620px;
}
.about-two .sec-title__top {
  color: #6f6f6f;
}
@media (max-width: 1399px) {
  .about-two__content {
    padding-left: 40px;
    max-width: 580px;
  }
}
@media (max-width: 1199px) {
  .about-two__content {
    padding-left: 25px;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .about-two__content {
    margin-bottom: 60px;
    padding-left: 0;
  }
}
.about-two__desc {
  margin-top: 22px;
  margin-bottom: 22px;
}
.about-two__desc--compact {
  margin-top: 0;
  margin-bottom: 26px;
}
.about-two__bottom--values {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.about-two__bottom-item:not(:last-child) {
  margin-bottom: 35px;
}
.about-two__bottom--values .about-two__bottom-item:not(:last-child) {
  margin-bottom: 0;
}
.about-two__consulting {
  display: flex;
  align-items: flex-start;
}
.about-two__consulting-card {
  position: relative;
  gap: 18px;
  height: 100%;
  padding: 24px 26px;
  margin-bottom: 0;
  background: linear-gradient(180deg, rgba(var(--noile-white-rgb, 255, 255, 255), 0.98) 0%, rgba(var(--noile-white3-rgb, 247, 247, 247), 0.94) 100%);
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.08);
  border-radius: 24px;
  box-shadow: 0 20px 45px rgba(var(--noile-primary-rgb, 29, 29, 29), 0.08);
}
.about-two__consulting-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(34, 34, 34, 0.045), rgba(255, 255, 255, 0) 48%);
  pointer-events: none;
}
.about-two__consulting-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #2f2f2f 0%, rgba(47, 47, 47, 0.12) 100%);
}
@media (max-width: 425px) {
  .about-two__consulting {
    flex-direction: column;
  }
}
.about-two__consulting-img {
  position: relative;
  z-index: 1;
  flex: 0 0 60px;
  width: 60px;
  margin-right: 16px;
  margin-top: 2px;
}
@media (max-width: 425px) {
  .about-two__consulting-img {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 16px;
  }
}
.about-two__consulting-img--two {
  margin-right: 16px;
}
@media (max-width: 425px) {
  .about-two__consulting-img--two {
    margin-right: 0;
  }
}
.about-two__consulting-text {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  min-width: 0;
}
.about-two__consulting-title {
  font-size: var(--noile-size-4xl);
  color: var(--noile-primary, #1d1d1d);
  font-weight: 700;
  line-height: 1.3;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.about-two__consulting-desc {
  margin-bottom: 0;
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.72);
  line-height: 1.8;
}
.about-two__consulting-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.about-two__consulting-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.72);
  line-height: 1.75;
}
.about-two__consulting-list li:not(:last-child) {
  margin-bottom: 10px;
}
.about-two__consulting-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #3a3a3a;
  box-shadow: 0 0 0 5px rgba(58, 58, 58, 0.12);
}
@media (max-width: 991px) {
  .about-two__bottom--values {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .about-two__bottom--values {
    gap: 16px;
  }
  .about-two__consulting-card {
    padding: 24px 22px;
    gap: 18px;
    border-radius: 20px;
  }
  .about-two__consulting-img {
    flex-basis: 62px;
    width: 62px;
    margin-bottom: 6px;
  }
}
@media (max-width: 425px) {
  .about-two__consulting-card {
    padding: 22px 18px;
  }
  .about-two__consulting-title {
    margin-bottom: 10px;
  }
}
.about-two__shape-box-one {
  position: absolute;
  top: -3px;
  left: 0;
  width: 32.5px;
  height: 21px;
  background-color: var(--noile-primary, #1d1d1d);
  transform: skewX(15deg);
  z-index: -1;
  animation: rotate 7s linear infinite forwards;
}
@media (max-width: 1599px) {
  .about-two__shape-box-one {
    left: -10px;
  }
}
@media (max-width: 1399px) {
  .about-two__shape-box-one {
    display: none;
  }
}
.about-two__shape-box-two {
  position: absolute;
  right: 0;
  bottom: -130px;
  width: 30px;
  height: 30px;
  background-color: var(--noile-base, #D94645);
  z-index: -1;
  animation: zump 3s infinite linear;
}
@media (max-width: 1399px) {
  .about-two__shape-box-two {
    bottom: -100px;
  }
}
@media (max-width: 1199px) {
  .about-two__shape-box-two {
    display: none;
  }
}
@media (max-width: 991px) {
  .about-two__shape-box-two {
    display: block;
  }
}
@media (max-width: 767px) {
  .about-two__shape-box-two {
    display: none;
  }
}
.about-two__shape-box-three {
  position: absolute;
  right: 30px;
  bottom: -80px;
  width: 30px;
  height: 30px;
  background-color: var(--noile-primary, #1d1d1d);
  z-index: -1;
  animation: zump3 3s infinite linear;
}
@media (max-width: 1399px) {
  .about-two__shape-box-three {
    bottom: -50px;
  }
}
@media (max-width: 1199px) {
  .about-two__shape-box-three {
    display: none;
  }
}
@media (max-width: 991px) {
  .about-two__shape-box-three {
    display: block;
  }
}
@media (max-width: 767px) {
  .about-two__shape-box-three {
    display: none;
  }
}
.about-two__shape-box-four {
  position: absolute;
  right: 60px;
  bottom: -100px;
  width: 20px;
  height: 20px;
  background-color: var(--noile-base, #D94645);
  z-index: -1;
  animation: rectMove 8s linear 0s infinite;
}
@media (max-width: 1399px) {
  .about-two__shape-box-four {
    bottom: -70px;
  }
}
@media (max-width: 1199px) {
  .about-two__shape-box-four {
    display: none;
  }
}
@media (max-width: 991px) {
  .about-two__shape-box-four {
    display: block;
  }
}
@media (max-width: 767px) {
  .about-two__shape-box-four {
    display: none;
  }
}
.about-two__shape-box-five {
  position: absolute;
  right: 80px;
  bottom: -80px;
  width: 20px;
  height: 20px;
  background-color: var(--noile-base, #D94645);
  z-index: -1;
  animation: rectMove 8s linear 2s infinite;
}
@media (max-width: 1399px) {
  .about-two__shape-box-five {
    bottom: -50px;
  }
}
@media (max-width: 1199px) {
  .about-two__shape-box-five {
    display: none;
  }
}
@media (max-width: 991px) {
  .about-two__shape-box-five {
    display: block;
  }
}
@media (max-width: 767px) {
  .about-two__shape-box-five {
    display: none;
  }
}
.about-two__shape-one {
  position: absolute;
  top: -120px;
  left: -153px;
  z-index: -1;
  animation: treeMove 6s infinite alternate;
}
@media (max-width: 1799px) {
  .about-two__shape-one {
    left: -130px;
  }
}
@media (max-width: 1599px) {
  .about-two__shape-one {
    top: -115px;
    left: -40px;
    width: 70px;
  }
}
@media (max-width: 1399px) {
  .about-two__shape-one {
    top: -120px;
    left: -30px;
    width: 65px;
  }
}
@media (max-width: 1399px) {
  .about-two__shape-one {
    left: -20px;
    width: 60px;
  }
}
@media (max-width: 991px) {
  .about-two__shape-one {
    display: none;
  }
}
.about-two__shape-two {
  position: absolute;
  left: -103px;
  bottom: -81px;
  z-index: -1;
  animation: treeMove 6s infinite alternate;
}
@media (max-width: 1599px) {
  .about-two__shape-two {
    left: -40px;
    bottom: -115px;
  }
}
@media (max-width: 1399px) {
  .about-two__shape-two {
    left: -30px;
  }
}
@media (max-width: 1199px) {
  .about-two__shape-two {
    display: none;
  }
}
.about-two__shape-three {
  position: absolute;
  top: 70px;
  left: -25px;
  animation: zumpShapeTop 1s infinite alternate;
  z-index: -1;
}
@media (max-width: 1399px) {
  .about-two__shape-three {
    left: -35px;
  }
}
@media (max-width: 1199px) {
  .about-two__shape-three {
    left: -23px;
  }
}
@media (max-width: 991px) {
  .about-two__shape-three {
    left: 35px;
  }
}
@media (max-width: 767px) {
  .about-two__shape-three {
    top: 40px;
    left: 0;
  }
}

/*-------------------------------------
# About Two One
-------------------------------------*/
.about-two-one {
  background-color: var(--noile-primary, #1d1d1d);
}
.about-two-one .about-two__consulting-title {
  color: var(--noile-white, #ffffff);
}
.about-two-one .about-two__heading {
  color: var(--noile-white, #ffffff);
}
.about-two-one .about-two__img-one-box-inner::after {
  border-color: var(--noile-white, #ffffff);
}
.about-two-one .about-two__shape-box-one {
  background-color: var(--noile-base, #D94645);
}
.about-two-one .about-two__shape-box-three {
  background-color: var(--noile-white, #ffffff);
}

/*-------------------------------------
# About Page
-------------------------------------*/
.about-page {
  padding-top: 170px;
  margin-top: 0;
  background-color: var(--noile-white, #ffffff);
}
@media (max-width: 991px) {
  .about-page {
    padding-top: 115px;
  }
}
@media (max-width: 575px) {
  .about-page {
    padding-top: 75px;
  }
}

@keyframes imgBoxZump {
  0% {
    -webkit-transform: translateZ(0) skewX(20deg);
    transform: translateZ(0) skewX(20deg);
  }
  50% {
    -webkit-transform: translate3d(0, 15px, 0) skewX(20deg);
    transform: translate3d(0, 15px, 0) skewX(20deg);
  }
  100% {
    -webkit-transform: translateZ(0) skewX(20deg);
    transform: translateZ(0) skewX(20deg);
  }
}
@keyframes boxZump {
  0% {
    -webkit-transform: translateZ(0) skewX(15deg);
    transform: translateZ(0) skewX(15deg);
  }
  50% {
    -webkit-transform: translate3d(0, -20px, 0) skewX(15deg);
    transform: translate3d(0, -20px, 0) skewX(15deg);
  }
  100% {
    -webkit-transform: translateZ(0) skewX(15deg);
    transform: translateZ(0) skewX(15deg);
  }
}
@keyframes boxZump2 {
  0% {
    -webkit-transform: translateZ(0) skewX(15deg);
    transform: translateZ(0) skewX(15deg);
  }
  50% {
    -webkit-transform: translate3d(0, 20px, 0) skewX(15deg);
    transform: translate3d(0, 20px, 0) skewX(15deg);
  }
  100% {
    -webkit-transform: translateZ(0) skewX(15deg);
    transform: translateZ(0) skewX(15deg);
  }
}
/*--------------------------------------------------------------
# Case Study
--------------------------------------------------------------*/
/*-------------------------------------
# Case Study One
-------------------------------------*/
.case-study-one {
  padding-top: 117px;
  background-color: var(--noile-white, #ffffff);
}
@media (max-width: 575px) {
  .case-study-one {
    padding-top: 77px;
  }
}
@media (min-width: 1600px) {
  .case-study-one .container {
    max-width: 1744px;
  }
}
.case-study-one__sec-title {
  text-align: center;
  margin-bottom: 44px;
}
.case-study-one__top-wrap {
  justify-content: center;
}
.case-study-one .case-study__item-btn {
  top: 31.8%;
}

/*-------------------------------------
# Case Study Two
-------------------------------------*/
.case-study-two {
  padding-top: 120px;
}
.case-study-two__sec-title {
  text-align: center;
  margin-bottom: 44px;
}
.case-study-two__top-wrap {
  justify-content: center;
}
.case-study-two .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.case-study-two__col:nth-child(1) {
  width: 27.4%;
}
@media (max-width: 1199px) {
  .case-study-two__col:nth-child(1) {
    width: 44.7%;
  }
}
@media (max-width: 767px) {
  .case-study-two__col:nth-child(1) {
    width: 100%;
  }
}
.case-study-two__col:nth-child(2) {
  width: 34%;
}
@media (max-width: 1199px) {
  .case-study-two__col:nth-child(2) {
    width: 55.3%;
  }
}
@media (max-width: 767px) {
  .case-study-two__col:nth-child(2) {
    width: 100%;
  }
}
.case-study-two__col:nth-child(3) {
  width: 38.6%;
}
@media (max-width: 1199px) {
  .case-study-two__col:nth-child(3) {
    width: 54%;
  }
}
@media (max-width: 767px) {
  .case-study-two__col:nth-child(3) {
    width: 100%;
  }
}
.case-study-two__col:nth-child(4) {
  width: 33%;
}
@media (max-width: 1199px) {
  .case-study-two__col:nth-child(4) {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .case-study-two__col:nth-child(4) {
    width: 100%;
  }
}
.case-study-two__col:nth-child(5) {
  width: 39.7%;
}
@media (max-width: 1199px) {
  .case-study-two__col:nth-child(5) {
    width: 59%;
  }
}
@media (max-width: 767px) {
  .case-study-two__col:nth-child(5) {
    width: 100%;
  }
}
.case-study-two__col:nth-child(6) {
  width: 27.3%;
}
@media (max-width: 1199px) {
  .case-study-two__col:nth-child(6) {
    width: 41%;
  }
}
@media (max-width: 767px) {
  .case-study-two__col:nth-child(6) {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .case-study-two .case-study__item-img {
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .case-study-two .case-study__item-btn {
    top: 20%;
  }
}
@media (max-width: 767px) {
  .case-study-two .case-study__item-btn {
    top: 26%;
  }
}
@media (max-width: 1399px) {
  .case-study-two .case-study__item-desc {
    bottom: 78px;
  }
}
@media (max-width: 1199px) {
  .case-study-two .case-study__item-desc {
    bottom: 76px;
  }
}
@media (max-width: 500px) {
  .case-study-two .case-study__item-desc {
    bottom: 86px;
  }
}
@media (max-width: 1399px) {
  .case-study-two .case-study__item-title {
    bottom: 25px;
  }
}
@media (max-width: 500px) {
  .case-study-two .case-study__item-title {
    bottom: 35px;
  }
}

/*-------------------------------------
# Case Study Three
-------------------------------------*/
.case-study-three {
  padding-top: 115px;
  padding-bottom: 120px;
  background-color: var(--noile-white, #ffffff);
}
@media (max-width: 575px) {
  .case-study-three {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}
.case-study-three__sec-title {
  text-align: center;
  margin-bottom: 44px;
}
.case-study-three__top-wrap {
  justify-content: center;
}

/*-------------------------------------
# Case Study Page
-------------------------------------*/
.case-study-page {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--noile-white, #ffffff);
}
@media (max-width: 575px) {
  .case-study-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/*-------------------------------------
# Case Study Sidebar Page
-------------------------------------*/
.case-study-sidebar {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--noile-white, #ffffff);
}
@media (max-width: 575px) {
  .case-study-sidebar {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.case-study-sidebar__right {
  padding-left: 0;
  padding-right: 0;
}

/*-------------------------------------
# Case Study Deatils Page
-------------------------------------*/
.case-study-details {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--noile-white, #ffffff);
}
@media (max-width: 575px) {
  .case-study-details {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.case-study-details__md-title {
  font-size: var(--noile-size-5xl);
  line-height: 1.4;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.case-study-details__sm-title {
  font-size: var(--noile-size-4xl);
  line-height: 1.25;
  text-transform: capitalize;
  margin-bottom: 14px;
}
.case-study-details__desc {
  margin-bottom: 0;
}
.case-study-details__item:not(:last-child) {
  margin-bottom: 39px;
}
.case-study-details__img-box {
  position: relative;
  margin-bottom: 18px;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}
.case-study-details__img {
  width: 100%;
  display: block;
  mix-blend-mode: luminosity;
}
.case-study-details__card-category {
  position: absolute;
  left: 30px;
  bottom: 0;
  padding: 10px 21px;
  color: var(--noile-white, #ffffff);
  background-color: var(--noile-base, #D94645);
  line-height: 1.25;
  margin-bottom: 0;
}
.case-study-details__service-box {
  margin-top: 4px;
}
.case-study-details__service {
  display: grid;
  grid-template-columns: 46px 1fr;
  grid-gap: 27px;
  align-items: center;
}
@media (max-width: 425px) {
  .case-study-details__service {
    grid-gap: 15px;
  }
}
.case-study-details__service:not(:last-child) {
  margin-bottom: 30px;
}
.case-study-details__service-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 46px;
  height: 46px;
  background-color: var(--noile-primary, #1d1d1d);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.case-study-details__service-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--noile-primary, #1d1d1d);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -10px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.case-study-details__service-icon i {
  font-size: 16px;
  color: var(--noile-white, #ffffff);
}
.case-study-details__service-title {
  font-size: var(--noile-size-4xl);
  color: var(--noile-primary, #1d1d1d);
  line-height: 1.25;
  margin-bottom: 0;
}
.case-study-details__service:hover .case-study-details__service-icon {
  background-color: var(--noile-base, #D94645);
}
.case-study-details__service:hover .case-study-details__service-icon::after {
  left: 0;
  border-color: var(--noile-base, #D94645);
}
.case-study-details__info-box {
  margin-top: 8px;
}
@media (max-width: 991px) {
  .case-study-details__info-box {
    margin-top: 20px;
  }
}
.case-study-details__info-item:not(:last-child) {
  margin-bottom: 30px;
}
.case-study-details__info {
  padding: 42px 29px 42px;
  position: relative;
  z-index: 1;
  background-color: var(--noile-primary, #1d1d1d);
  overflow: hidden;
}
@media (max-width: 425px) {
  .case-study-details__info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.case-study-details__info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.case-study-details__info-item:not(:last-child) {
  margin-bottom: 24px;
}
.case-study-details__info-top {
  margin-bottom: 18px;
}
.case-study-details__info-title {
  font-size: var(--noile-size-4xl);
  color: var(--noile-white, #ffffff);
  line-height: 1.25;
  margin-bottom: 0;
}
.case-study-details__info--link:hover {
  color: var(--noile-secondary, #A0A1A6);
}
.case-study-details__info-shape {
  position: absolute;
  right: -20px;
  bottom: -12px;
  z-index: -1;
  animation: zumpX 1s infinite alternate;
}
.case-study-details__info-shape path:nth-child(1) {
  fill: var(--noile-base2, #BE403F);
}
.case-study-details__info-shape path:nth-child(2) {
  fill: var(--noile-base2, #BE403F);
}
.case-study-details__info-shape path:nth-child(3) {
  fill: var(--noile-base, #D94645);
}
.case-study-details__social {
  padding: 27px 30px 30px;
  background-color: var(--noile-white2, #F6F6F6);
}
@media (max-width: 425px) {
  .case-study-details__social {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.case-study-details__social-title {
  margin-bottom: 22px;
}
.case-study-details__social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
}
.case-study-details__social-item:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 575px) {
  .case-study-details__social-item:not(:last-child) {
    margin-right: 17px;
  }
}
.case-study-details__social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background-color: var(--noile-white, #ffffff);
  border-radius: 50%;
}
.case-study-details__social-link span {
  font-size: 18px;
  color: var(--noile-secondary, #A0A1A6);
}
.case-study-details__social-link:hover {
  background-color: var(--noile-base, #D94645);
}
.case-study-details__social-link:hover span {
  color: var(--noile-white, #ffffff);
}

/*--------------------------------------------------------------
# Solution
--------------------------------------------------------------*/
/*-------------------------------------
# Solution One
-------------------------------------*/
.solution-one {
  padding-top: 166px;
  padding-bottom: 170px;
  background-color: var(--noile-white, #ffffff);
}
@media (max-width: 1399px) {
  .solution-one {
    padding-top: 116px;
  }
}
@media (max-width: 575px) {
  .solution-one {
    padding-top: 76px;
    padding-bottom: 130px;
  }
}
.solution-one__heading {
  margin-bottom: 32px;
}
.solution-one__service-desc {
  margin-bottom: 40px;
}
.solution-one__service-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-gap: 23px;
}
@media (max-width: 767px) {
  .solution-one__service-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.solution-one__service {
  display: grid;
  grid-template-columns: 66px 1fr;
  align-items: center;
  grid-gap: 34px;
}
@media (max-width: 575px) {
  .solution-one__service {
    grid-template-columns: 55px 1fr;
    grid-gap: 25px;
  }
}
.solution-one__service-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 66px;
  height: 66px;
  background-color: var(--noile-primary, #1d1d1d);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .solution-one__service-icon {
    width: 55px;
    height: 55px;
  }
}
.solution-one__service-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--noile-primary, #1d1d1d);
  border-radius: 50%;
  position: absolute;
  top: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.solution-one__service-icon--one {
  margin-left: 10px;
}
.solution-one__service-icon--one::after {
  left: -10px;
}
.solution-one__service-icon--two {
  margin-right: 31px;
}
@media (max-width: 767px) {
  .solution-one__service-icon--two {
    margin-left: 10px;
    margin-right: 20px;
  }
}
.solution-one__service-icon--two::after {
  right: -10px;
}
@media (max-width: 767px) {
  .solution-one__service-icon--two::after {
    left: -10px;
  }
}
.solution-one__service-icon i {
  font-size: 16px;
  color: var(--noile-white, #ffffff);
}
.solution-one__service-title {
  font-size: var(--noile-size-4xl);
  color: var(--noile-primary, #1d1d1d);
  line-height: 1.25;
  margin-bottom: 0;
}
.solution-one__service:hover .solution-one__service-icon {
  background-color: var(--noile-base, #D94645);
}
.solution-one__service:hover .solution-one__service-icon::after {
  border-color: var(--noile-base, #D94645);
}
.solution-one__service:hover .solution-one__service-icon--one::after {
  left: 0;
}
.solution-one__service:hover .solution-one__service-icon--two::after {
  right: 0;
}
@media (max-width: 767px) {
  .solution-one__service:hover .solution-one__service-icon--two::after {
    left: 0;
  }
}
.solution-one__img-col {
  margin-top: 5px;
}
.solution-one__img-wrap {
  max-width: 450px;
  position: relative;
  margin-left: auto;
  margin-right: 50px;
  z-index: 1;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}
@media (max-width: 1399px) {
  .solution-one__img-wrap {
    max-width: 390px;
  }
}
@media (max-width: 1399px) {
  .solution-one__img-wrap {
    margin-top: 100px;
    margin-left: 45px;
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .solution-one__img-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 515px) {
  .solution-one__img-wrap {
    max-width: 322px;
    margin-left: 30px;
  }
}
@media (max-width: 425px) {
  .solution-one__img-wrap {
    max-width: 280px;
  }
}
@media (max-width: 375px) {
  .solution-one__img-wrap {
    max-width: 226px;
  }
}
.solution-one__img {
  max-width: 100%;
  height: auto;
  mix-blend-mode: luminosity;
}
.solution-one__border {
  width: 100%;
  height: 100%;
  border: 1px solid var(--noile-primary, #1d1d1d);
  position: absolute;
  z-index: -1;
}
.solution-one__border--one {
  top: 10px;
  left: -10px;
}
.solution-one__border--two {
  top: 20px;
  left: -20px;
}
.solution-one__border--three {
  top: 30px;
  left: -30px;
}
.solution-one__border--four {
  top: 40px;
  left: -40px;
}
@media (max-width: 515px) {
  .solution-one__border--four {
    display: none;
  }
}
.solution-one__border--five {
  top: 50px;
  left: -50px;
}
@media (max-width: 515px) {
  .solution-one__border--five {
    display: none;
  }
}
.solution-one__border--six {
  top: -10px;
  right: -10px;
}
.solution-one__border--seven {
  top: -20px;
  right: -20px;
}
.solution-one__border--eight {
  top: -30px;
  right: -30px;
}
.solution-one__border--nine {
  top: -40px;
  right: -40px;
}
@media (max-width: 515px) {
  .solution-one__border--nine {
    display: none;
  }
}
.solution-one__border--ten {
  top: -50px;
  right: -50px;
}
@media (max-width: 515px) {
  .solution-one__border--ten {
    display: none;
  }
}
.solution-one__icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 120px;
  height: 120px;
  background-color: var(--noile-primary, #1d1d1d);
}
@media (max-width: 425px) {
  .solution-one__icon-wrap {
    width: 100px;
    height: 100px;
  }
}
.solution-one__icon {
  animation: zumpShapeBottom 1s infinite alternate;
}
@media (max-width: 425px) {
  .solution-one__icon {
    width: 50px;
  }
}
.solution-one__shape-one {
  width: 30px;
  height: 30px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  right: 0;
  bottom: 0;
}
.solution-one__shape-two {
  width: 20px;
  height: 20px;
  background-color: var(--noile-primary, #1d1d1d);
  position: absolute;
  right: -20px;
  bottom: -20px;
  animation: rotate 8s infinite linear;
}
.solution-one__shape-three {
  width: 20px;
  height: 20px;
  background-color: var(--noile-primary, #1d1d1d);
  position: absolute;
  right: -40px;
  bottom: -40px;
  animation: rotate 8s infinite linear;
}
.solution-one__shape-four {
  width: 10px;
  height: 10px;
  background-color: var(--noile-primary, #1d1d1d);
  position: absolute;
  right: -50px;
  bottom: -50px;
  animation: rotate 8s infinite linear;
}
@media (max-width: 425px) {
  .solution-one__shape-four {
    display: none;
  }
}
.solution-one__shape-five {
  width: 30px;
  height: 30px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  top: 0;
  left: 0;
}
.solution-one__shape-six {
  width: 30px;
  height: 30px;
  background-color: var(--noile-primary, #1d1d1d);
  position: absolute;
  top: -50px;
  left: -30px;
  animation: rectMove 8s linear 0s infinite;
}
.solution-one__shape-seven {
  width: 20px;
  height: 20px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  top: -20px;
  left: -50px;
  animation: rectMove 8s linear 2s infinite;
}
@media (max-width: 515px) {
  .solution-one__shape-seven {
    display: none;
  }
}

.solution-one__main-tab-box {
  position: relative;
  display: block;
}

.solution-one__main-tab-box .tab-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 21px;
  margin-left: 14px;
}
@media (max-width: 767px) {
  .solution-one__main-tab-box .tab-buttons {
    flex-wrap: wrap;
  }
}

.solution-one__main-tab-box .tab-buttons .tab-btn {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: -14px;
  margin-top: -1px;
  flex-wrap: wrap;
}

.solution-one__main-tab-box .tab-buttons .tab-btn span {
  position: relative;
  display: block;
  text-align: center;
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: 16px;
  color: var(--noile-white, #ffffff);
  font-weight: 600;
  line-height: 1.375;
  background-color: var(--noile-primary, #1d1d1d);
  padding-top: 19px;
  padding-bottom: 19px;
  cursor: pointer;
  overflow: hidden;
  text-transform: capitalize;
  border-radius: 0px;
  transition: all 0.5s linear;
  z-index: 1;
  clip-path: polygon(94% 0, 100% 50%, 94% 100%, 0% 100%, 6% 49%, 0% 0%);
}

.solution-one__main-tab-box .tab-buttons .tab-btn:nth-child(1) span {
  background-color: var(--noile-black3, #282828);
  padding-left: 33px;
  padding-right: 32px;
}

.solution-one__main-tab-box .tab-buttons .tab-btn:nth-child(2) span {
  background-color: var(--noile-primary, #1d1d1d);
  padding-left: 38px;
  padding-right: 37px;
}

.solution-one__main-tab-box .tab-buttons .tab-btn:nth-child(3) span {
  background-color: var(--noile-black3, #282828);
  padding-left: 44px;
  padding-right: 43px;
}

.solution-one__main-tab-box .tab-buttons .tab-btn span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: var(--noile-base, #D94645);
  transition: all 0.3s ease;
  z-index: -1;
}

.solution-one__main-tab-box .tab-buttons .tab-btn.active-btn span {
  color: var(--noile-white, #ffffff);
}

.solution-one__main-tab-box .tab-buttons .tab-btn.active-btn span::before {
  width: 100%;
}

.solution-one__main-tab-box .tabs-content {
  position: relative;
  display: block;
}

.solution-one__main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.solution-one__main-tab-box .tabs-content .tab.active-tab {
  display: block;
  /*! margin-top: 0px; */
}

/*-----------------------------------
# Solution Two
-----------------------------------*/
.solution-two {
  padding-top: 0;
  padding-bottom: 0;
}
.solution-two__wrapper {
  padding: 50px 38px 40px;
  position: relative;
  z-index: 11;
}
@media (max-width: 1199px) {
  .solution-two__wrapper {
    padding: 30px 18px 30px;
  }
}
@media (max-width: 991px) {
  .solution-two__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.solution-two__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}
.solution-two__bg div:last-child div {
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}
.solution-two__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.8);
  background-blend-mode: overlay;
  z-index: 1;
}
.solution-two .solution-one__content {
  position: relative;
  width: 100%;
  max-width: 746px;
  padding: 47px 60px 50px 48px;
  background-color: var(--noile-white, #ffffff);
  z-index: 11;
}
@media (max-width: 1199px) {
  .solution-two .solution-one__content {
    padding: 40px 53px 43px 41px;
  }
}
@media (max-width: 991px) {
  .solution-two .solution-one__content {
    padding: 30px 25px;
  }
}
@media (max-width: 425px) {
  .solution-two .solution-one__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 375px) {
  .solution-two .solution-one__service-wrap {
    grid-row-gap: 35px;
  }
}
@media (max-width: 375px) {
  .solution-two .solution-one__service {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.solution-two .solution-one__icon-wrap {
  left: auto;
  bottom: auto;
  top: 50px;
  right: 38px;
  z-index: 1;
  background-color: var(--noile-base, #D94645);
}
@media (max-width: 1199px) {
  .solution-two .solution-one__icon-wrap {
    display: none;
  }
}
.solution-two__shape-one {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50px;
  right: -80px;
  background-color: var(--noile-base, #D94645);
  z-index: 1;
  animation: solutionXRun1 7s linear infinite;
}
@keyframes solutionXRun1 {
  0%, 50%, 100% {
    right: -50px;
  }
  25%, 75% {
    right: -80px;
  }
}
@media (max-width: 991px) {
  .solution-two__shape-one {
    display: none;
  }
}
.solution-two__shape-two {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  right: -50px;
  background-color: var(--noile-primary, #1d1d1d);
  z-index: 1;
  animation: solutionXRun2 7s linear infinite;
}
@keyframes solutionXRun2 {
  0%, 50%, 100% {
    right: -80px;
  }
  25%, 75% {
    right: -50px;
  }
}
@media (max-width: 991px) {
  .solution-two__shape-two {
    display: none;
  }
}
.solution-two__shape-three {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 30px;
  right: -20px;
  background-color: var(--noile-base, #D94645);
  z-index: 1;
  animation: rectMove 7s linear 0s infinite;
}
@media (max-width: 991px) {
  .solution-two__shape-three {
    display: none;
  }
}
.solution-two__shape-four {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 0px;
  background-color: var(--noile-base, #D94645);
  z-index: 1;
  animation: rectMove 7s linear 2s infinite;
}
@media (max-width: 991px) {
  .solution-two__shape-four {
    display: none;
  }
}
.solution-two .solution-one__shape-one {
  right: 50px;
  bottom: 100px;
  z-index: 1;
}
@media (max-width: 991px) {
  .solution-two .solution-one__shape-one {
    display: none;
  }
}
.solution-two .solution-one__shape-two {
  right: 30px;
  bottom: 80px;
  background-color: var(--noile-white, #ffffff);
  z-index: 1;
}
@media (max-width: 991px) {
  .solution-two .solution-one__shape-two {
    display: none;
  }
}
.solution-two .solution-one__shape-three {
  right: 10px;
  bottom: 60px;
  background-color: var(--noile-white, #ffffff);
  z-index: 1;
}
@media (max-width: 991px) {
  .solution-two .solution-one__shape-three {
    display: none;
  }
}
.solution-two .solution-one__shape-four {
  right: 0px;
  bottom: 50px;
  background-color: var(--noile-primary, #1d1d1d);
  z-index: 1;
}
@media (max-width: 991px) {
  .solution-two .solution-one__shape-four {
    display: none;
  }
}

/*-----------------------------------
# Solution Three
-----------------------------------*/
.solution-three {
  padding-top: 145px;
  padding-bottom: 244px;
  background-color: var(--noile-white2, #F6F6F6);
}
@media (max-width: 1399px) {
  .solution-three {
    padding-top: 146px;
    padding-bottom: 243px;
  }
}
@media (max-width: 1199px) {
  .solution-three {
    padding-top: 116px;
    padding-bottom: 244px;
  }
}
@media (max-width: 767px) {
  .solution-three {
    padding-top: 118px;
  }
}
@media (max-width: 575px) {
  .solution-three {
    padding-top: 77px;
    padding-bottom: 204px;
  }
}
.solution-three__img-wrap {
  position: relative;
  max-width: 502px;
  margin-left: auto;
  margin-right: 24px;
  z-index: 11;
}
@media (max-width: 1399px) {
  .solution-three__img-wrap {
    max-width: 400px;
    margin-right: 15px;
  }
}
@media (max-width: 1199px) {
  .solution-three__img-wrap {
    max-width: 420px;
    margin-top: 80px;
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media (max-width: 575px) {
  .solution-three__img-wrap {
    margin-left: 12px;
  }
}
.solution-three__img-wrap-inner {
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
  clip-path: polygon(0 0, 83% 0, 100% 100%, 17% 100%);
}
.solution-three__img {
  mix-blend-mode: luminosity;
}
@media (max-width: 1199px) {
  .solution-three__img {
    max-width: 100%;
  }
}
.solution-three__icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 10px;
  bottom: 14px;
  width: 120px;
  height: 120px;
  background-color: var(--noile-primary, #1d1d1d);
}
@media (max-width: 575px) {
  .solution-three__icon-wrap {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 425px) {
  .solution-three__icon-wrap {
    width: 80px;
    height: 80px;
  }
}
.solution-three__icon {
  animation: zumpShapeBottom 1s infinite alternate;
}
@media (max-width: 575px) {
  .solution-three__icon {
    width: 50px;
  }
}
@media (max-width: 425px) {
  .solution-three__icon {
    width: 40px;
  }
}
.solution-three__shape-one {
  position: absolute;
  top: -24px;
  right: -23px;
  z-index: -1;
  animation: zumpBottom 1s infinite alternate;
}
@media (max-width: 1399px) {
  .solution-three__shape-one {
    top: -67px;
    right: -50px;
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .solution-three__shape-one {
    top: -92px;
    right: -20px;
    max-width: 450px;
  }
}
@media (max-width: 489px) {
  .solution-three__shape-one {
    top: -116px;
    right: -10px;
    max-width: 400px;
  }
}
@media (max-width: 425px) {
  .solution-three__shape-one {
    top: -141px;
    max-width: 350px;
  }
}
@media (max-width: 375px) {
  .solution-three__shape-one {
    top: -165px;
    max-width: 301px;
  }
}
.solution-three__border {
  width: calc(100% - 84px);
  height: 100%;
  position: absolute;
  border: 1px solid var(--noile-primary, #1d1d1d);
  z-index: -11;
  transform: skewX(9deg);
}
@media (max-width: 1399px) {
  .solution-three__border {
    transform: skewX(7deg);
  }
}
@media (max-width: 1199px) {
  .solution-three__border {
    transform: skewX(9deg);
  }
}
.solution-three__border--one {
  left: 19px;
  bottom: -24px;
}
.solution-three__border--one::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0px;
  left: -4px;
  background-color: var(--noile-primary, #1d1d1d);
  z-index: -1;
  transform: skewX(-9deg);
}
.solution-three__border--one::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: -1px;
  right: -4px;
  background-color: var(--noile-base, #D94645);
  z-index: -1;
  transform: skewX(-9deg);
  animation: solutionXRun 25s linear infinite;
}
@keyframes solutionXRun {
  0%, 50%, 100% {
    -webkit-transform: translateX(-371px) skewX(-9deg);
    transform: translateX(-371px) skewX(-9deg);
  }
  25%, 75% {
    -webkit-transform: translateX(0) skewX(-9deg);
    transform: translateX(0) skewX(-9deg);
  }
}
@media (max-width: 1399px) {
  @keyframes solutionXRun {
    0%, 50%, 100% {
      -webkit-transform: translateX(-277px) skewX(-9deg);
      transform: translateX(-277px) skewX(-9deg);
    }
    25%, 75% {
      -webkit-transform: translateX(0) skewX(-9deg);
      transform: translateX(0) skewX(-9deg);
    }
  }
}
@media (max-width: 1199px) {
  @keyframes solutionXRun {
    0%, 50%, 100% {
      -webkit-transform: translateX(-296px) skewX(-9deg);
      transform: translateX(-296px) skewX(-9deg);
    }
    25%, 75% {
      -webkit-transform: translateX(0) skewX(-9deg);
      transform: translateX(0) skewX(-9deg);
    }
  }
}
@media (max-width: 470px) {
  .solution-three__border--one::after {
    animation: solutionXRun 20s linear infinite;
  }
  @keyframes solutionXRun {
    0%, 50%, 100% {
      -webkit-transform: translateX(-160px) skewX(-9deg);
      transform: translateX(-160px) skewX(-9deg);
    }
    25%, 75% {
      -webkit-transform: translateX(0) skewX(-9deg);
      transform: translateX(0) skewX(-9deg);
    }
  }
}
.solution-three__border--two {
  top: -24px;
  right: 19px;
}
.solution-three__border--two::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0px;
  left: -52px;
  background-color: var(--noile-primary, #1d1d1d);
  z-index: -1;
  transform: skewX(-9deg);
  animation: solutionRectMove1 8s linear 0s infinite;
}
@keyframes solutionRectMove1 {
  0%, 50%, 100% {
    -webkit-transform: scale(1) skewX(-9deg);
    transform: scale(1) skewX(-9deg);
  }
  25%, 75% {
    -webkit-transform: scale(0) skewX(-9deg);
    transform: scale(0) skewX(-9deg);
  }
}
.solution-three__border--two::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 3px;
  bottom: -49px;
  background-color: var(--noile-base, #D94645);
  z-index: -1;
  transform: skewX(-9deg);
  animation: solutionRectMove2 8s linear 2s infinite;
}
@keyframes solutionRectMove2 {
  0%, 50%, 100% {
    -webkit-transform: scale(1) skewX(-9deg);
    transform: scale(1) skewX(-9deg);
  }
  25%, 75% {
    -webkit-transform: scale(0) skewX(-9deg);
    transform: scale(0) skewX(-9deg);
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
/*-------------------------------------
# Clients One
-------------------------------------*/
.clients-one__wrapper {
  position: relative;
  z-index: 111;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: var(--noile-white, #ffffff);
  margin-bottom: -80px;
}
.clients-one__row {
  align-items: center;
}
.clients-one__img-group {
  position: relative;
  z-index: 11;
  display: flex;
  align-items: center;
  padding-left: 72px;
}
@media (max-width: 1399px) {
  .clients-one__img-group {
    padding-left: 10px;
  }
}
.clients-one__clients-info {
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}
.clients-one__clients-info--box {
  width: 86px;
  height: 86px;
  border-radius: 50%;
}
@media (max-width: 575px) {
  .clients-one__clients-info--box {
    width: 76px;
    height: 76px;
  }
}
@media (max-width: 375px) {
  .clients-one__clients-info--box {
    width: 70px;
    height: 70px;
  }
}
.clients-one__clients-info--box:not(:first-child) {
  margin-left: -36px;
}
@media (max-width: 575px) {
  .clients-one__clients-info--box:not(:first-child) {
    margin-left: -40px;
  }
}
.clients-one__img {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 2px solid var(--noile-white, #ffffff);
  mix-blend-mode: luminosity;
}
@media (max-width: 575px) {
  .clients-one__img {
    width: 76px;
    height: 76px;
  }
}
@media (max-width: 375px) {
  .clients-one__img {
    width: 70px;
    height: 70px;
  }
}
.clients-one__clients-total {
  position: relative;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: var(--noile-base, #D94645);
}
.clients-one__clients-total-text {
  font-size: var(--noile-size-md);
  color: var(--noile-white, #ffffff);
  line-height: 1.428;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .clients-one__clients-total-text {
    font-size: 12px;
  }
}
.clients-one__clients-shape-img-one {
  position: absolute;
  right: 17px;
  bottom: -31px;
  animation: treeMove 6s infinite alternate;
}
@media (max-width: 1399px) {
  .clients-one__clients-shape-img-one {
    right: 60px;
  }
}
@media (max-width: 991px) {
  .clients-one__clients-shape-img-one {
    display: none;
  }
}
.clients-one__text {
  padding-left: 13px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .clients-one__text {
    padding-left: 10px;
  }
}
.clients-one__info-text {
  font-size: var(--noile-size-2xl);
  color: var(--noile-primary, #1d1d1d);
  line-height: 1.666;
  margin-bottom: 0;
}
.clients-one__info-link {
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-2xl);
  color: var(--noile-base, #D94645);
  font-weight: 700;
  line-height: 1.666;
}
.clients-one__info-link:hover {
  color: var(--noile-primary, #1d1d1d);
}
.clients-one__clients-shape-img-two {
  position: absolute;
  top: -58px;
  left: 276px;
  animation: zump2 3s infinite linear;
}
@media (max-width: 991px) {
  .clients-one__clients-shape-img-two {
    display: none;
  }
}
.clients-one__shape-one {
  position: absolute;
  top: -78px;
  left: -186px;
  z-index: -1;
  animation: zumpX 1s infinite alternate;
}
@media (max-width: 1199px) {
  .clients-one__shape-one {
    left: -350px;
  }
}
@media (max-width: 991px) {
  .clients-one__shape-one {
    left: -190px;
  }
}
@media (max-width: 575px) {
  .clients-one__shape-one {
    display: none;
  }
}
.clients-one__shape-one path {
  fill: var(--noile-primary, #1d1d1d);
  fill-opacity: 0.05;
}
.clients-one__shape-two {
  position: absolute;
  bottom: -63px;
  right: -17px;
  z-index: -1;
  animation: zumpX 1s infinite alternate;
}
@media (max-width: 1399px) {
  .clients-one__shape-two {
    bottom: -48px;
  }
}
@media (max-width: 1199px) {
  .clients-one__shape-two {
    right: -180px;
  }
}
@media (max-width: 991px) {
  .clients-one__shape-two {
    right: -122px;
    bottom: 48px;
  }
}
@media (max-width: 767px) {
  .clients-one__shape-two {
    right: -245px;
  }
}
.clients-one__shape-two path {
  fill: var(--noile-primary, #1d1d1d);
  fill-opacity: 0.05;
}

/*-------------------------------------
# Clients Two
-------------------------------------*/
.clients-two .clients-one__wrapper {
  margin-top: -99px;
  margin-bottom: 0;
}

/*-------------------------------------
# Clients Three
-------------------------------------*/
.clients-three .clients-one__wrapper {
  margin-bottom: -99px;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
/*-------------------------------------
# Team One
-------------------------------------*/
.team-one {
  padding-top: 197px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
  background-color: var(--noile-primary, #1d1d1d);
  overflow: hidden;
}
@media (max-width: 575px) {
  .team-one {
    padding-top: 147px;
    padding-bottom: 80px;
  }
}
.team-one-slider {
  padding-top: 120px;
  background-color: var(--noile-white, #ffffff);
}
@media (max-width: 575px) {
  .team-one-slider {
    padding-top: 80px;
  }
}
.team-one__sec-title {
  text-align: center;
  margin-bottom: 44px;
}
.team-one__top-wrap {
  justify-content: center;
}
.team-one__heading {
  color: var(--noile-white, #ffffff);
}
.team-one__item {
  position: relative;
  padding: 42px 30px 50px 29px;
  border: 1px solid rgba(var(--noile-white-rgb), 0.1);
  min-height: 520px;
  background-color: var(--noile-primary, #1d1d1d);
}
@media (max-width: 1399px) {
  .team-one__item {
    min-height: 500px;
  }
}
@media (max-width: 1199px) {
  .team-one__item {
    min-height: 580px;
  }
}
@media (max-width: 425px) {
  .team-one__item {
    min-height: 560px;
  }
}
.team-one__item-info {
  margin-bottom: 17px;
  padding-right: 60px;
}
@media (max-width: 1399px) {
  .team-one__item-info {
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  .team-one__item-info {
    padding-right: 0;
  }
}
.team-one__item-profession {
  margin-bottom: 11px;
}
.team-one__item-name {
  font-size: var(--noile-size-4xl);
  color: var(--noile-white, #ffffff);
  line-height: 1.25;
  margin-bottom: 0;
}
.team-one__item-img-wrap {
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}
.team-one__item-img {
  max-width: 290px;
  position: absolute;
  left: 0;
  bottom: -50px;
  font-size: 432px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
  mix-blend-mode: luminosity;
}
@media (max-width: 1399px) {
  .team-one__item-img {
    font-size: 400px;
  }
}
@media (max-width: 1199px) {
  .team-one__item-img {
    bottom: 30px;
  }
}
.team-one__item-social {
  flex-direction: column;
  position: absolute;
  top: 50px;
  right: 30px;
  margin-right: 0;
}
@media (max-width: 1199px) {
  .team-one__item-social {
    top: auto;
    right: auto;
    left: 29px;
    bottom: 40px;
    flex-direction: row;
  }
}
@media (max-width: 1399px) {
  .team-one__item-social-link {
    width: 40px !important;
    height: 40px !important;
  }
}
.team-one__shape-one {
  position: absolute;
  left: 1285px;
  bottom: 66px;
  z-index: -1;
  animation: zumpX2 1s infinite alternate;
}
.team-one__shape-one path:nth-child(1) {
  fill: #D94645;
}
.team-one__shape-one path:nth-child(2) {
  fill: #D94645;
}
.team-one__shape-one path:nth-child(3) {
  fill: #282828;
}
.team-one__shape-two {
  position: absolute;
  left: -10px;
  bottom: -120px;
  z-index: -1;
  animation: zumpX 1s infinite alternate;
}
.team-one__shape-two path:nth-child(1) {
  fill: var(--noile-white, #ffffff);
  fill-opacity: 0.03;
}
.team-one__shape-two path:nth-child(2) {
  fill: var(--noile-white, #ffffff);
  fill-opacity: 0.03;
}
.team-one__shape-two path:nth-child(3) {
  fill: #D94645;
}

.team-one__carousel .owl-dot {
  border: 1px solid var(--noile-secondary, #A0A1A6) !important;
}
.team-one__carousel .owl-dot span {
  background: var(--noile-secondary, #A0A1A6) !important;
}
.team-one__carousel .owl-dot.active {
  border-color: var(--noile-base, #D94645) !important;
}
.team-one__carousel .owl-dot.active span {
  background: var(--noile-base, #D94645) !important;
}

/*-------------------------------------
# Team Two
-------------------------------------*/
.team-two {
  padding-top: 115px;
  padding-bottom: 120px;
  background-color: var(--noile-white, #ffffff);
}
@media (max-width: 575px) {
  .team-two {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}
.team-two__top-wrap {
  justify-content: center;
}
.team-two__heading {
  color: var(--noile-primary, #1d1d1d);
}

.team-two-one {
  padding-bottom: 0;
}

/*-------------------------------------
# Founders Faculty
-------------------------------------*/
.faculty-section {
  position: relative;
  padding-top: 118px;
  padding-bottom: 120px;
  background: linear-gradient(180deg, #f4f2ed 0%, #ffffff 100%);
  overflow: hidden;
}
.faculty-section::before {
  content: "FACULTY";
  position: absolute;
  top: 36px;
  right: -18px;
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: clamp(90px, 16vw, 240px);
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: 0.18em;
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.03);
  pointer-events: none;
}
.faculty-section .container {
  position: relative;
  z-index: 1;
}
.faculty-section__header {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.8fr);
  gap: 48px;
  align-items: end;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.08);
}
.faculty-section__top-wrap {
  gap: 14px;
  margin-bottom: 18px;
}
.faculty-section__top-wrap::before {
  content: "";
  width: 44px;
  height: 1px;
  background-color: var(--noile-primary, #1d1d1d);
}
.faculty-section__top-wrap img {
  display: none;
}
.faculty-section .sec-title__top {
  margin-left: 0;
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.72);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
}
.faculty-section__heading {
  font-size: clamp(46px, 6vw, 88px);
  line-height: 0.94;
  letter-spacing: -0.05em;
  margin-bottom: 18px;
}
.faculty-section__subheading {
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: 24px;
  font-weight: 500;
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.84);
  line-height: 1.35;
  margin-bottom: 0;
}
.faculty-section__header-right {
  max-width: 500px;
  justify-self: end;
}
.faculty-section__intro {
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.62);
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 14px;
}
.faculty-section__intro--strong {
  margin-bottom: 0;
  color: var(--noile-primary, #1d1d1d);
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
}
.faculty-section__block {
  margin-top: 44px;
}
.faculty-section__block-head {
  margin-bottom: 20px;
}
.faculty-section__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0;
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: 13px;
  font-weight: 600;
  color: var(--noile-primary, #1d1d1d);
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}
.faculty-section__label::before {
  content: "";
  width: 36px;
  height: 1px;
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.7);
}
.faculty-section__founders {
  border-top: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.08);
}
.faculty-section__feature {
  display: grid;
  grid-template-columns: minmax(260px, 420px) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
  padding: 34px 0;
  border-bottom: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.08);
}
.faculty-section__feature--reverse {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
}
.faculty-section__feature--reverse .faculty-section__feature-media {
  order: 2;
}
.faculty-section__feature--reverse .faculty-section__feature-content {
  order: 1;
}
.faculty-section__feature-media {
  position: relative;
}
.faculty-section__feature-media::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
  z-index: -1;
}
.faculty-section__feature-img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
  filter: grayscale(100%) contrast(106%);
  border-radius:15px
}
.faculty-section__feature-content {
  max-width: 640px;
}
.faculty-section__feature:not(.faculty-section__feature--reverse) .faculty-section__feature-content {
  justify-self: end;
  padding-left: 44px;
}
.faculty-section__feature--reverse .faculty-section__feature-content {
  justify-self: start;
  padding-right: 44px;
}
.faculty-section__role {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.56);
  letter-spacing: 0.22em;
  line-height: 1.2;
  text-transform: uppercase;
}
.faculty-section__name {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 18px;
}
.faculty-section__text {
  max-width: 620px;
  margin-bottom: 0;
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.66);
  line-height: 1.9;
}
.faculty-section__faculty-wrap {
  margin-top: 72px;
}
.faculty-section__faculty-content {
  padding: 0;
}
.faculty-section__block-head--faculty {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.08);
}
.faculty-section__faculty-list {
  counter-reset: faculty-number;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 32px;
}
.faculty-section__faculty-item {
  position: relative;
  overflow: hidden;
  padding: 26px 0 22px;
  border-bottom: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.08);
  counter-increment: faculty-number;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.faculty-section__faculty-item::before {
  content: counter(faculty-number, decimal-leading-zero);
  position: absolute;
  top: 6px;
  right: 4px;
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: clamp(64px, 7vw, 104px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.06em;
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.045);
  pointer-events: none;
  z-index: 0;
  transition: color 0.3s ease, transform 0.3s ease;
}
.faculty-section__faculty-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 28px;
  width: 34px;
  height: 2px;
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
  transition: width 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}
.faculty-section__faculty-item > * {
  position: relative;
  z-index: 1;
}
.faculty-section__faculty-item:hover {
  transform: translateX(6px);
  border-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.18);
}
.faculty-section__faculty-item:hover::before {
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.07);
  transform: translateX(-6px);
}
.faculty-section__faculty-item:hover::after {
  width: 54px;
  opacity: 1;
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.34);
}
.faculty-section__faculty-name {
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
  padding-top: 18px;
}
.faculty-section__faculty-role {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.54);
  letter-spacing: 0.24em;
  line-height: 1.3;
  text-transform: uppercase;
}
.faculty-section__faculty-text {
  margin-bottom: 0;
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.62);
  font-size: 15px;
  line-height: 1.78;
}
.faculty-section + .faq-one {
  padding-top: 106px;
}
@media (max-width: 1399px) {
  .faculty-section__header {
    grid-template-columns: 1fr 0.9fr;
  }
  .faculty-section__feature {
    grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
    gap: 36px;
  }
  .faculty-section__feature--reverse {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 360px);
  }
}
@media (max-width: 1199px) {
  .faculty-section {
    padding-top: 96px;
    padding-bottom: 98px;
  }
  .faculty-section__header {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .faculty-section__header-right {
    max-width: 640px;
    justify-self: start;
  }
  .faculty-section__feature,
  .faculty-section__feature--reverse {
    grid-template-columns: 1fr;
  }
  .faculty-section__feature--reverse .faculty-section__feature-media,
  .faculty-section__feature--reverse .faculty-section__feature-content {
    order: initial;
  }
  .faculty-section__feature-media {
    max-width: 420px;
  }
  .faculty-section__faculty-wrap {
    margin-top: 56px;
  }
}
@media (max-width: 991px) {
  .faculty-section::before {
    font-size: clamp(74px, 18vw, 160px);
    top: 56px;
  }
  .faculty-section__faculty-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .faculty-section {
    padding-top: 74px;
    padding-bottom: 80px;
  }
  .faculty-section::before {
    display: none;
  }
  .faculty-section__heading {
    font-size: 42px;
  }
  .faculty-section__subheading {
    font-size: 21px;
  }
  .faculty-section__intro--strong {
    font-size: 24px;
  }
  .faculty-section__feature {
    gap: 24px;
    padding: 26px 0;
  }
  .faculty-section__feature-media {
    max-width: none;
  }
  .faculty-section__feature-media::after {
    right: -10px;
    bottom: -10px;
  }
  .faculty-section__name {
    font-size: 30px;
  }
  .faculty-section__faculty-wrap {
    margin-top: 42px;
  }
  .faculty-section__faculty-item {
    padding: 22px 0 18px;
  }
  .faculty-section__faculty-item::before {
    top: 10px;
    right: 0;
    font-size: 72px;
  }
  .faculty-section__faculty-name {
    font-size: 22px;
  }
  .faculty-section + .faq-one {
    padding-top: 76px;
  }
}

/*-------------------------------------
# Team Three
-------------------------------------*/
.team-three {
  position: relative;
  padding-top: 197px;
  padding-bottom: 120px;
  background-color: var(--noile-primary, #1d1d1d);
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 575px) {
  .team-three {
    padding-top: 157px;
    padding-bottom: 80px;
  }
}
.team-three__sec-title {
  text-align: center;
  margin-bottom: 44px;
}
.team-three__top-wrap {
  justify-content: center;
}
.team-three__heading {
  color: var(--noile-white, #ffffff);
}
.team-three .team__card {
  background-color: var(--noile-primary, #1d1d1d);
  border-color: var(--noile-black3, #282828);
}
.team-three .team__card::after, .team-three .team__card::before {
  display: none;
}
.team-three .team__card-name {
  color: var(--noile-white, #ffffff);
}
.team-three .team__card-social-link:nth-child(odd) {
  background-color: rgba(var(--noile-white2-rgb, 246, 246, 246), 0.08) !important;
}
.team-three .team__card-social-link:nth-child(even) {
  background-color: var(--noile-black3, #282828) !important;
}
.team-three .team__card-social-link i {
  color: var(--noile-secondary, #A0A1A6) !important;
}
.team-three .team__card-social-link:hover {
  background-color: var(--noile-base, #D94645) !important;
}
.team-three .team__card-social-link:hover i {
  color: var(--noile-white, #ffffff) !important;
}
.team-three__shape-one {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: -1;
  animation: zumpX 1s infinite alternate;
}
@media (max-width: 1599px) {
  .team-three__shape-one {
    top: auto;
    bottom: -10px;
  }
}
.team-three__shape-two {
  position: absolute;
  left: 0;
  bottom: 154px;
  z-index: -1;
  animation: zumpX 1s infinite alternate;
}
@media (max-width: 1599px) {
  .team-three__shape-two {
    bottom: 140px;
  }
}
@media (max-width: 1399px) {
  .team-three__shape-two {
    top: 0;
    bottom: auto;
  }
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
/*-------------------------------------
# FAQ One
-------------------------------------*/
.faq-one {
  padding-top: 169px;
  padding-bottom: 88px;
  background-color: var(--noile-white, #ffffff);
}
@media (max-width: 1399px) {
  .faq-one {
    padding-top: 161px;
  }
}
@media (max-width: 575px) {
  .faq-one {
    padding-top: 77px;
    padding-bottom: 80px;
  }
}
.faq-one__img-wrap {
  position: relative;
  padding-top: 90px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  z-index: 1;
}
@media (max-width: 575px) {
  .faq-one__img-wrap {
    display: block;
    padding-top: 0;
    max-width: 306px;
  }
}
.faq-one__img-wrap::after {
  content: "";
  width: 432px;
  height: 714px;
  position: absolute;
  top: 35px;
  left: 59px;
  transform: rotate(10deg);
  background-color: var(--noile-white2, #F6F6F6);
  z-index: -11;
}
@media (max-width: 575px) {
  .faq-one__img-wrap::after {
    display: none;
  }
}
.faq-one__img-wrap::before {
  content: "";
  width: 362px;
  height: 690px;
  position: absolute;
  top: 44px;
  left: 107px;
  transform: rotate(-10deg);
  border: 1px solid var(--noile-primary, #1d1d1d);
  z-index: -1;
}
@media (max-width: 575px) {
  .faq-one__img-wrap::before {
    width: calc(100% - 110px);
    height: 100%;
    left: 54px;
  }
}
@media (max-width: 575px) {
  .faq-one__img-wrap::before {
    display: none;
  }
}
.faq-one__img-wrap-inner-one {
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
  margin-top: 85px;
}
@media (max-width: 575px) {
  .faq-one__img-wrap-inner-one {
    margin-top: 15px;
  }
}
.faq-one__img-one {
  mix-blend-mode: luminosity;
}
@media (max-width: 575px) {
  .faq-one__img-one {
    margin-top: 0;
    max-width: 100%;
    height: auto;
  }
}
.faq-one__img-wrap-inner-two {
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}
.faq-one__img-two {
  mix-blend-mode: luminosity;
}
@media (max-width: 575px) {
  .faq-one__img-two {
    display: none;
  }
}
.faq-one__shape-circle {
  width: 276px;
  height: 276px;
  border-radius: 50%;
  border: 1px dashed var(--noile-primary, #1d1d1d);
}
@media (max-width: 1399px) {
  .faq-one__shape-circle {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 575px) {
  .faq-one__shape-circle {
    width: 150px;
    height: 150px;
  }
}
.faq-one__shape-circle--one {
  position: absolute;
  top: -49px;
  right: -24px;
  z-index: -1;
  animation: rotate 12s infinite linear;
}
@media (max-width: 1399px) {
  .faq-one__shape-circle--one {
    top: -40px;
    right: 30px;
  }
}
@media (max-width: 575px) {
  .faq-one__shape-circle--one {
    display: none;
  }
}
.faq-one__shape-circle--two {
  position: absolute;
  top: -49px;
  right: -6px;
  z-index: -1;
  animation: rotate 12s infinite linear;
}
@media (max-width: 1399px) {
  .faq-one__shape-circle--two {
    top: -40px;
    right: 50px;
  }
}
@media (max-width: 575px) {
  .faq-one__shape-circle--two {
    display: none;
  }
}
.faq-one__shape-one {
  width: 86px;
  height: 81px;
  fill: var(--noile-base, #D94645);
  position: absolute;
  top: 24px;
  left: 0;
  animation: rotate 8s infinite linear;
}
@media (max-width: 575px) {
  .faq-one__shape-one {
    display: none;
  }
}
.faq-one__shape-two {
  position: absolute;
  left: 157px;
  bottom: -91px;
  width: 39px;
  height: 40px;
  background-color: var(--noile-primary, #1d1d1d);
  animation: rotate 8s infinite linear;
}
@media (max-width: 575px) {
  .faq-one__shape-two {
    display: none;
  }
}
@media (max-width: 1199px) {
  .faq-one__content {
    margin-top: 120px;
  }
}
@media (max-width: 575px) {
  .faq-one__content {
    margin-top: 0px;
  }
}
.faq-one__heading {
  margin-bottom: 22px;
}
.faq-one__desc {
  margin-bottom: 0;
}

/*-------------------------------------
# Home FAQ
-------------------------------------*/
.home-faq {
  position: relative;
  padding-top: 80px;
  padding-bottom: 90px;
  background: linear-gradient(180deg, var(--noile-white2, #F6F6F6) 0%, var(--noile-white, #ffffff) 100%);
  border-top: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.06);
  overflow: hidden;
}
.home-faq::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.06);
  transform: rotate(25deg);
  pointer-events: none;
}
.home-faq .container {
  position: relative;
  max-width: 1450px;
  z-index: 1;
}
.home-faq__contact {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  max-width: 1450px;
  gap: 24px;
  margin: 0 auto 40px;
  padding: 22px;
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.08);
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.84) 0%, transparent 18%),
    radial-gradient(circle at 88% 10%, rgba(var(--noile-primary-rgb, 29, 29, 29), 0.03) 0%, transparent 14%),
    linear-gradient(180deg, #fbfbfa 0%, #f1f1ef 100%);
  box-shadow: 0 24px 60px rgba(var(--noile-primary-rgb, 29, 29, 29), 0.06);
  overflow: hidden;
}
.home-faq__contact::before {
  content: "";
  position: absolute;
  right: -72px;
  top: -82px;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.05);
  border-radius: 32px;
  transform: rotate(26deg);
  pointer-events: none;
}
.home-faq__contact::after {
  content: "";
  position: absolute;
  left: 56%;
  bottom: -140px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.06);
  border-radius: 36px;
  transform: rotate(26deg);
  pointer-events: none;
}
.home-faq__contact-ornament {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.home-faq__contact-ornament--one {
  left: 22px;
  top: 22px;
  width: 31%;
  height: calc(100% - 44px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 20%),
    linear-gradient(180deg, #181818 0%, #232323 100%);
}
.home-faq__contact-ornament--two {
  left: 22px;
  top: 22px;
  width: 31%;
  height: calc(100% - 44px);
  border-radius: 28px;
  background:
    linear-gradient(143deg, transparent 0%, transparent 66%, rgba(255, 255, 255, 0.05) 66%, rgba(255, 255, 255, 0.05) 67%, transparent 67%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
}
.home-faq__contact-intro {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 28px;
  min-height: 100%;
  padding: 22px 24px 24px;
}
.home-faq__contact-intro::before {
  content: "ENQUIRE";
  position: absolute;
  left: 18px;
  top: 8px;
  color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.06);
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: 86px;
  font-weight: 700;
  line-height: 0.85;
  pointer-events: none;
}
.home-faq__contact-intro-top,
.home-faq__contact-intro-body,
.home-faq__contact-intro-bottom {
  position: relative;
  z-index: 1;
}
.home-faq__contact-intro-top {
  display: flex;
  align-items: flex-start;
}
.home-faq__contact-intro-top .sec-title__top-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 18px;
  border: 1px solid rgba(var(--noile-white-rgb, 255, 255, 255), 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(6px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.1);
}
.home-faq__contact-intro-top .sec-title__top-wrap img {
  width: 15px;
  filter: brightness(0) saturate(100%) invert(44%) sepia(36%) saturate(1923%) hue-rotate(328deg) brightness(93%) contrast(87%);
}
.home-faq__contact-intro-body {
  margin-top: 82px;
  max-width: 360px;
}
.home-faq__contact-intro-bottom {
  margin-top: auto;
}
.home-faq__contact-intro .sec-title__top-wrap,
.home-faq__contact-heading,
.home-faq__contact-desc,
.home-faq__contact-tags {
  position: relative;
  z-index: 1;
}
.home-faq__contact-intro .sec-title__top {
  margin-bottom: 0;
  color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.82);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.home-faq__contact-heading {
  margin-bottom: 0;
  color: var(--noile-white, #ffffff);
  max-width: 340px;
  font-size: 54px;
  line-height: 0.92;
  letter-spacing: -0.03em;
}
.home-faq__contact-desc {
  max-width: 300px;
  margin-bottom: 0;
  margin-top: 24px;
  color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.68);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.82;
}
.home-faq__contact-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 18px;
}
.home-faq__contact-point {
  display: grid;
  gap: 3px;
  padding-left: 18px;
  border-left: 1px solid rgba(var(--noile-white-rgb, 255, 255, 255), 0.2);
}
.home-faq__contact-point-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.46);
}
.home-faq__contact-point-value {
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--noile-white, #ffffff);
}
.home-faq__contact-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 320px;
}
.home-faq__contact-tag {
  padding: 8px 14px;
  border: 1px solid rgba(var(--noile-white-rgb, 255, 255, 255), 0.1);
  border-radius: 999px;
  background-color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.05);
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: 12px;
  font-weight: 500;
  color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.78);
  line-height: 1.3;
}
.home-faq__contact-card {
  position: relative;
  z-index: 1;
  padding: 28px;
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.08);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 247, 245, 0.98) 100%);
  box-shadow: 0 14px 38px rgba(var(--noile-primary-rgb, 29, 29, 29), 0.05);
}
.home-faq__contact-card::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(var(--noile-primary-rgb, 29, 29, 29), 0.34) 0%, rgba(var(--noile-primary-rgb, 29, 29, 29), 0.08) 100%);
}
.home-faq__contact-card-badge {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin-bottom: 18px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(var(--noile-base-rgb, 217, 70, 69), 0.08);
  color: var(--noile-base, #D94645);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.home-faq__contact-card-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr);
  gap: 18px 28px;
  align-items: start;
  margin-bottom: 24px;
  padding: 0 0 24px;
  border-bottom: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.09);
}
.home-faq__contact-kicker {
  margin-bottom: 8px;
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: 12px;
  font-weight: 700;
  color: var(--noile-base, #D94645);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1;
}
.home-faq__contact-card-title {
  margin-bottom: 0;
  max-width: 420px;
  font-size: 34px;
  color: var(--noile-primary, #1d1d1d);
  line-height: 1.04;
  letter-spacing: -0.03em;
}
.home-faq__contact-note {
  margin-bottom: 0;
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.58);
  font-size: 16px;
  line-height: 1.65;
  max-width: 260px;
  padding-top: 6px;
}
.home-faq__contact-form {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}
.home-faq__field {
  display: block;
  grid-column: span 3;
  padding: 15px 18px 14px;
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.11);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(250, 250, 249, 1) 0%, rgba(243, 243, 241, 1) 100%);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
}
.home-faq__field:hover,
.home-faq__field:focus-within {
  border-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.22);
  box-shadow: 0 10px 24px rgba(var(--noile-primary-rgb, 29, 29, 29), 0.045);
  transform: translateY(-1px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 244, 1) 100%);
}
.home-faq__field--full,
.home-faq__contact-form .result {
  grid-column: 1 / -1;
}
.home-faq__contact-form .home-faq__field:nth-of-type(5) {
  grid-column: 1 / -1;
}
.home-faq__contact-form .home-faq__field:nth-of-type(6) {
  grid-column: span 3;
}
.home-faq__label {
  display: block;
  margin-bottom: 8px;
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: 11px;
  font-weight: 700;
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.5);
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.home-faq__input,
.home-faq__select,
.home-faq__textarea {
  width: 100%;
  border: 0;
  border-bottom: 0;
  outline: 0;
  padding: 0;
  background-color: transparent;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-xl);
  color: var(--noile-primary, #1d1d1d);
  line-height: 1.6;
}
.home-faq__input::placeholder,
.home-faq__textarea::placeholder {
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.46);
}
.home-faq__select {
  appearance: none;
  border-radius: 0;
  padding-right: 30px;
  background-image: linear-gradient(45deg, transparent 50%, rgba(var(--noile-primary-rgb, 29, 29, 29), 0.7) 50%), linear-gradient(135deg, rgba(var(--noile-primary-rgb, 29, 29, 29), 0.7) 50%, transparent 50%);
  background-position: calc(100% - 16px) 12px, calc(100% - 10px) 12px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}
.home-faq__field .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.home-faq__field .home-faq__select.selectpicker {
  background-image: none;
  padding-right: 0;
}
.home-faq__field .bootstrap-select > .dropdown-toggle {
  min-height: auto;
  padding: 0 30px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-xl);
  font-weight: 400;
  color: var(--noile-primary, #1d1d1d) !important;
  line-height: 1.6;
}
.home-faq__field .bootstrap-select > .dropdown-toggle:focus,
.home-faq__field .bootstrap-select > .dropdown-toggle:hover,
.home-faq__field .bootstrap-select.show > .dropdown-toggle {
  background: transparent !important;
  border: 0;
  box-shadow: none !important;
}
.home-faq__field .bootstrap-select > .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}
.home-faq__field .bootstrap-select > .dropdown-toggle .filter-option-inner-inner {
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.9);
}
.home-faq__field .bootstrap-select > .dropdown-toggle .caret {
  display: none;
}
.home-faq__field .bootstrap-select > .dropdown-toggle.bs-placeholder .filter-option-inner-inner {
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.46);
}
.home-faq__field .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.home-faq__field .bootstrap-select > .dropdown-toggle .bs-caret {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.home-faq__field .bootstrap-select > .dropdown-toggle .bs-caret .caret {
  display: inline-block;
  width: 7px;
  height: 7px;
  border: solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.7);
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.home-faq__field .bootstrap-select .dropdown-menu {
  margin-top: 14px;
  padding: 10px 0;
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.08);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(var(--noile-primary-rgb, 29, 29, 29), 0.12);
}
.home-faq__field .bootstrap-select .dropdown-menu .inner {
  border-radius: 18px;
}
.home-faq__field .bootstrap-select .dropdown-menu li a {
  padding: 10px 18px;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: 15px;
  line-height: 1.45;
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.88);
}
.home-faq__field .bootstrap-select .dropdown-menu li.selected a,
.home-faq__field .bootstrap-select .dropdown-menu li a:hover,
.home-faq__field .bootstrap-select .dropdown-menu li a:focus {
  background: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.06);
  color: var(--noile-primary, #1d1d1d);
}
.home-faq__textarea {
  min-height: 138px;
  resize: vertical;
}
.home-faq__submit-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  grid-column: span 3;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.06);
  background: linear-gradient(160deg, #1f1f1f 0%, #2a2a2a 100%);
  min-height: 100%;
}
.home-faq__submit-note {
  margin-bottom: 0;
  max-width: 220px;
  color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.82);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.65;
}
.home-faq__submit {
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.08);
  outline: 0;
  position: relative;
  min-width: 172px;
  min-height: 56px;
  padding: 14px 28px;
  color: var(--noile-primary, #1d1d1d);
  background: linear-gradient(180deg, #ffffff 0%, #f0f0ee 100%);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.12);
}
.home-faq__submit::after {
  background-color: #1d1d1d;
}
.home-faq__submit::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  background: linear-gradient(135deg, transparent 50%, #4b4b4b 51%);
}
.home-faq__submit:hover {
  color: var(--noile-white, #ffffff);
}
.home-faq__contact-form .result {
  margin-top: 4px;
}
.home-faq__contact-form .result p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.6;
}
.home-faq__contact-form .result .success {
  color: #157347;
}
.home-faq__contact-form .result .error {
  color: #b42318;
}
.home-faq__header {
  position: relative;
  min-height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 54px 44px;
  background-color: var(--noile-primary, #1d1d1d);
  overflow: hidden;
}
.home-faq__header::before {
  content: "FAQ";
  position: absolute;
  left: 32px;
  top: 28px;
  color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.055);
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: 142px;
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: 0;
  pointer-events: none;
}
.home-faq__header::after {
  content: "";
  position: absolute;
  right: -76px;
  bottom: -82px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(var(--noile-white-rgb, 255, 255, 255), 0.12);
  transform: rotate(24deg);
  pointer-events: none;
}
.home-faq__heading {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: var(--noile-white, #ffffff);
  font-size: 78px;
  line-height: 0.95;
  letter-spacing: 0;
}
.home-faq__wrap {
  position: relative;
  display: grid;
  grid-template-columns: minmax(290px, 0.34fr) minmax(0, 1fr);
  max-width: 1450px;
  margin: 0 auto;
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.08);
  border-radius: 8px;
  background-color: var(--noile-white, #ffffff);
  box-shadow: 0 28px 70px rgba(var(--noile-primary-rgb, 29, 29, 29), 0.065);
  overflow: hidden;
}
.home-faq__list {
  counter-reset: home-faq-count;
  display: block;
  background-color: var(--noile-white, #ffffff);
}
.home-faq .accrodion {
  counter-increment: home-faq-count;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  transition: background-color 0.3s ease;
}
.home-faq .accrodion:hover,
.home-faq .accrodion.active {
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.025);
}
.home-faq .accrodion:not(:last-child) {
  border-bottom: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.08);
}
.home-faq .accrodion-title {
  min-height: 106px;
  display: flex;
  align-items: center;
  padding: 30px 88px 30px 44px;
  background-color: transparent;
}
.home-faq .accrodion.active .accrodion-title {
  padding-bottom: 16px;
}
.home-faq .accrodion-title h4 {
  position: relative;
  width: 100%;
  padding-left: 76px;
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: 0;
}
.home-faq .accrodion .accrodion-title h4::before {
  content: counter(home-faq-count, decimal-leading-zero) !important;
  left: 0;
  top: 50%;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.38);
  font-family: var(--noile-heading-font, "Epilogue", sans-serif) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
}
.home-faq .accrodion-title h4::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: -42px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.14);
  border-radius: 50%;
  color: var(--noile-primary, #1d1d1d);
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  transform: translateY(-50%);
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.home-faq .accrodion.active .accrodion-title h4::after {
  content: "-";
  background-color: var(--noile-primary, #1d1d1d);
  color: var(--noile-white, #ffffff);
}
.home-faq .accrodion-content {
  padding: 0 88px 34px 120px;
  border-bottom: 0;
  background-color: transparent;
}
.home-faq .accrodion-content p {
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.66);
  font-size: 15px;
  line-height: 1.78;
}
.home-faq .accrodion-content p + p {
  margin-top: 6px;
}
@media (max-width: 1199px) {
  .home-faq {
    padding-top: 96px;
    padding-bottom: 98px;
  }
  .home-faq__contact {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px;
    background:
      radial-gradient(circle at 20% 12%, rgba(255, 255, 255, 0.08) 0%, transparent 24%),
      linear-gradient(180deg, #181818 0%, #181818 36%, #f2f2f0 36%, #f8f8f6 100%);
  }
  .home-faq__contact-ornament--one,
  .home-faq__contact-ornament--two {
    left: 28px;
    top: 28px;
    width: calc(100% - 56px);
    height: 280px;
  }
  .home-faq__contact-intro {
    padding: 12px 12px 0;
    min-height: 280px;
  }
  .home-faq__contact-intro-body {
    margin-top: 46px;
    max-width: none;
  }
  .home-faq__contact-intro::before {
    font-size: 82px;
  }
  .home-faq__contact-heading {
    max-width: 520px;
    font-size: 48px;
  }
  .home-faq__contact-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-faq__contact-tags {
    max-width: none;
  }
  .home-faq__contact-card-head {
    grid-template-columns: 1fr;
  }
  .home-faq__contact-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-faq__field,
  .home-faq__contact-form .home-faq__field:nth-of-type(6),
  .home-faq__submit-wrap {
    grid-column: auto;
  }
  .home-faq__wrap {
    grid-template-columns: 1fr;
  }
  .home-faq__header {
    min-height: 260px;
  }
  .home-faq__heading {
    font-size: 58px;
  }
  .home-faq__list {
    display: block;
  }
  .home-faq .accrodion-title {
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .home-faq__contact-form {
    grid-template-columns: 1fr;
  }
  .home-faq__contact-card {
    padding: 28px 22px 24px;
  }
  .home-faq__contact-card::before {
    left: 22px;
    right: 22px;
  }
  .home-faq__contact-card-title {
    font-size: 30px;
  }
  .home-faq__contact-note {
    max-width: 320px;
    padding-top: 0;
  }
  .home-faq__contact-points {
    grid-template-columns: 1fr;
  }
  .home-faq__field,
  .home-faq__submit-wrap {
    grid-column: auto;
  }
}
@media (max-width: 575px) {
  .home-faq {
    padding-top: 72px;
    padding-bottom: 76px;
  }
  .home-faq__contact {
    margin-bottom: 24px;
    padding: 22px;
  }
  .home-faq__contact-intro {
    gap: 22px;
  }
  .home-faq__contact-intro::before {
    font-size: 74px;
  }
  .home-faq__contact-heading {
    font-size: 34px;
  }
  .home-faq__contact-desc {
    margin-top: 20px;
    font-size: 15px;
  }
  .home-faq__contact-ornament--one,
  .home-faq__contact-ornament--two {
    left: 22px;
    top: 22px;
    width: calc(100% - 44px);
    height: 250px;
  }
  .home-faq__contact-intro {
    min-height: 250px;
    padding: 12px 6px 0;
  }
  .home-faq__contact-intro::before {
    font-size: 60px;
  }
  .home-faq__contact-intro-body {
    margin-top: 34px;
  }
  .home-faq__contact-points {
    margin-bottom: 14px;
  }
  .home-faq__contact-tags {
    max-width: none;
  }
  .home-faq__contact-tag {
    padding: 9px 13px;
    font-size: 12px;
  }
  .home-faq__contact-form {
    gap: 22px;
  }
  .home-faq__field {
    padding: 14px 16px 13px;
  }
  .home-faq__submit {
    width: 100%;
  }
  .home-faq::before {
    display: none;
  }
  .home-faq__header {
    min-height: 180px;
    padding: 34px 22px;
  }
  .home-faq__header::before {
    left: 18px;
    top: 22px;
    font-size: 98px;
  }
  .home-faq__header::after {
    width: 150px;
    height: 150px;
    right: -58px;
    bottom: -58px;
  }
  .home-faq__heading {
    font-size: 42px;
  }
  .home-faq__list {
    display: block;
  }
  .home-faq .accrodion-title {
    padding: 22px 58px 22px 18px;
  }
  .home-faq .accrodion-title h4 {
    padding-left: 42px;
    font-size: 20px;
  }
  .home-faq .accrodion .accrodion-title h4::before {
    font-size: 11px;
  }
  .home-faq .accrodion-title h4::after {
    right: -38px;
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .home-faq .accrodion-content {
    padding: 0 18px 24px 60px;
  }
  .home-faq .accrodion-content p {
    font-size: 14px;
    line-height: 1.72;
  }
}

/*-------------------------------------
# FAQ Page
-------------------------------------*/
.faq-page {
  padding-bottom: 117px;
}
@media (max-width: 575px) {
  .faq-page {
    padding-bottom: 80px;
  }
}

/*--------------------------------------------------------------
# Brand
--------------------------------------------------------------*/
/*-------------------------------------
# Brand One
-------------------------------------*/
.brand-one {

}
.brand-one__carousel .owl-item img {
  display: inline-block;
  max-width: 100%;
}
.brand-one__carousel .owl-stage {
  display: flex;
  align-items: center;
}
.brand-one__item-img:hover {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
/*-------------------------------------
# Video One
-------------------------------------*/
@media (min-width: 1600px) {
  .video-one .container {
    max-width: 1804px;
  }
}
.video-one__wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 302px 30px;
  border: 1px solid var(--noile-primary, #1d1d1d);
  overflow: hidden;
}
@media (max-width: 1399px) {
  .video-one__wrapper {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 1199px) {
  .video-one__wrapper {
    padding: 120px 20px;
  }
}
@media (max-width: 425px) {
  .video-one__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.video-one__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}
.video-one__bg div:last-child div {
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}
.video-one__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.8);
  background-blend-mode: overlay;
}
.video-one__heading {
  font-size: 400px;
  color: rgba(255, 255, 255, 0.1);
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}
@media (max-width: 1599px) {
  .video-one__heading {
    font-size: 350px;
  }
}
@media (max-width: 1399px) {
  .video-one__heading {
    font-size: 300px;
  }
}
@media (max-width: 1199px) {
  .video-one__heading {
    font-size: 250px;
  }
}
@media (max-width: 991px) {
  .video-one__heading {
    font-size: 200px;
  }
}
@media (max-width: 767px) {
  .video-one__heading {
    font-size: 150px;
  }
}
@media (max-width: 575px) {
  .video-one__heading {
    font-size: 120px;
  }
}
@media (max-width: 450px) {
  .video-one__heading {
    font-size: 100px;
  }
}
@media (max-width: 375px) {
  .video-one__heading {
    font-size: 85px;
  }
}
.video-one__video-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 196px;
  height: 196px;
  background-color: var(--noile-white, #ffffff);
  border-radius: 50%;
  z-index: 11;
}
@media (max-width: 1599px) {
  .video-one__video-btn {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 1399px) {
  .video-one__video-btn {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 1199px) {
  .video-one__video-btn {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 991px) {
  .video-one__video-btn {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 450px) {
  .video-one__video-btn {
    width: 90px;
    height: 90px;
  }
}
.video-one__video-btn::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border: 1px solid var(--noile-white, #ffffff);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.video-one__video-icon {
  font-size: 24px;
  color: var(--noile-base, #D94645);
}
@media (max-width: 991px) {
  .video-one__video-icon {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .video-one__video-icon {
    font-size: 18px;
  }
}
.video-one__video-btn:hover {
  background-color: var(--noile-primary, #1d1d1d);
}
.video-one__video-btn:hover::after {
  top: 0px;
  left: 0px;
  border-color: var(--noile-primary, #1d1d1d);
}
.video-one__video-btn:hover .video-one__video-icon {
  color: var(--noile-white, #ffffff);
}
.video-one__shape-one {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  animation: zumpX2 1s infinite alternate;
}
.video-one__shape-one path:nth-child(1) {
  fill: var(--noile-base, #D94645);
}
.video-one__shape-one path:nth-child(2) {
  fill: var(--noile-base, #D94645);
}
.video-one__shape-one path:nth-child(3) {
  fill: var(--noile-black3, #282828);
}
@media (max-width: 1399px) {
  .video-one__shape-one {
    top: -70px;
    max-width: 350px;
  }
}
@media (max-width: 1199px) {
  .video-one__shape-one {
    top: -110px;
    max-width: 270px;
  }
}
@media (max-width: 991px) {
  .video-one__shape-one {
    top: -155px;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .video-one__shape-one {
    top: -170px;
    max-width: 160px;
  }
}
@media (max-width: 575px) {
  .video-one__shape-one {
    top: -190px;
    max-width: 130px;
  }
}
@media (max-width: 425px) {
  .video-one__shape-one {
    right: -40px;
  }
}
.video-one__shape-two {
  position: absolute;
  left: 30px;
  bottom: 0;
  z-index: 1;
  animation: zumpX 1s infinite alternate;
}
.video-one__shape-two path:nth-child(1) {
  fill: var(--noile-primary, #1d1d1d);
}
.video-one__shape-two path:nth-child(2) {
  fill: var(--noile-primary, #1d1d1d);
}
.video-one__shape-two path:nth-child(3) {
  fill: var(--noile-base, #D94645);
}
@media (max-width: 1399px) {
  .video-one__shape-two {
    max-width: 350px;
    bottom: -70px;
  }
}
@media (max-width: 1199px) {
  .video-one__shape-two {
    max-width: 270px;
    bottom: -100px;
  }
}
@media (max-width: 991px) {
  .video-one__shape-two {
    left: 0;
    max-width: 220px;
    bottom: -125px;
  }
}
@media (max-width: 767px) {
  .video-one__shape-two {
    max-width: 170px;
    bottom: -150px;
  }
}
@media (max-width: 575px) {
  .video-one__shape-two {
    max-width: 130px;
    bottom: -170px;
  }
}

/*--------------------------------------------------------------
# Business
--------------------------------------------------------------*/
/*-------------------------------------
# Business One
-------------------------------------*/
.business-one {
  padding-top: 145px;
  padding-bottom: 141px;
  background-color: var(--noile-white, #ffffff);
}
@media (max-width: 1399px) {
  .business-one {
    padding-bottom: 119px;
  }
}
@media (max-width: 1199px) {
  .business-one {
    padding-top: 117px;
    padding-bottom: 117px;
  }
}
@media (max-width: 991px) {
  .business-one {
    padding-bottom: 141px;
  }
}
@media (max-width: 575px) {
  .business-one {
    padding-top: 77px;
    padding-bottom: 101px;
  }
}
@media (max-width: 1199px) {
  .business-one__row {
    align-items: center;
  }
}
.business-one__desc {
  margin-top: 22px;
  margin-bottom: 41px;
}
@media (max-width: 991px) {
  .business-one__desc {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}
.business-one__inner-content {
  padding-top: 25px;
  border-top: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
  padding-left: 0;
  padding-right: 0;
}
.business-one__inner-content-title {
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-4xl);
  line-height: 1.25;
  color: var(--noile-primary, #1d1d1d);
  font-weight: 600;
  margin-bottom: 15px;
}
.business-one__inner-content-desc {
  text-transform: capitalize;
}
.business-one__inner-content-highlight {
  color: var(--noile-primary, #1d1d1d);
  font-weight: 500;
}
.business-one__img-wrap {
  position: relative;
  max-width: 502px;
  margin-left: auto;
  margin-right: 24px;
  z-index: 11;
}
@media (max-width: 1199px) {
  .business-one__img-wrap {
    max-width: 420px;
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .business-one__img-wrap {
    max-width: 420px;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 12px;
  }
}
@media (max-width: 575px) {
  .business-one__img-wrap {
    margin-left: 12px;
  }
}
.business-one__img-wrap-inner {
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
  clip-path: polygon(0 0, 83% 0, 100% 100%, 17% 100%);
}
.business-one__img {
  mix-blend-mode: luminosity;
}
@media (max-width: 1199px) {
  .business-one__img {
    max-width: 100%;
  }
}
.business-one__shape-one {
  position: absolute;
  top: -24px;
  right: -23px;
  z-index: -1;
  animation: zumpBottom 1s infinite alternate;
}
@media (max-width: 1399px) {
  .business-one__shape-one {
    right: -50px;
    max-width: 550px;
  }
}
@media (max-width: 1199px) {
  .business-one__shape-one {
    right: -20px;
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .business-one__shape-one {
    top: -92px;
  }
}
@media (max-width: 489px) {
  .business-one__shape-one {
    top: -116px;
    right: -10px;
    max-width: 400px;
  }
}
@media (max-width: 425px) {
  .business-one__shape-one {
    top: -141px;
    max-width: 350px;
  }
}
@media (max-width: 375px) {
  .business-one__shape-one {
    top: -165px;
    max-width: 301px;
  }
}
.business-one__border {
  width: calc(100% - 84px);
  height: 100%;
  position: absolute;
  border: 1px solid var(--noile-primary, #1d1d1d);
  z-index: -11;
  transform: skewX(9deg);
}
.business-one__border--one {
  left: 19px;
  bottom: -24px;
}
.business-one__border--one::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0px;
  left: -3px;
  background-color: var(--noile-primary, #1d1d1d);
  z-index: -1;
  transform: skewX(-9deg);
}
.business-one__border--one::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: -1px;
  right: -4px;
  background-color: var(--noile-base, #D94645);
  z-index: -1;
  transform: skewX(-9deg) translateX(-370px);
  animation: businessXRun 25s linear infinite;
}
@keyframes businessXRun {
  0%, 50%, 100% {
    -webkit-transform: translateX(-371px) skewX(-9deg);
    transform: translateX(-371px) skewX(-9deg);
  }
  25%, 75% {
    -webkit-transform: translateX(0) skewX(-9deg);
    transform: translateX(0) skewX(-9deg);
  }
}
@media (max-width: 1199px) {
  @keyframes businessXRun {
    0%, 50%, 100% {
      -webkit-transform: translateX(-270px) skewX(-9deg);
      transform: translateX(-270px) skewX(-9deg);
    }
    25%, 75% {
      -webkit-transform: translateX(0) skewX(-9deg);
      transform: translateX(0) skewX(-9deg);
    }
  }
}
@media (max-width: 991px) {
  @keyframes businessXRun {
    0%, 50%, 100% {
      -webkit-transform: translateX(-296px) skewX(-9deg);
      transform: translateX(-296px) skewX(-9deg);
    }
    25%, 75% {
      -webkit-transform: translateX(0) skewX(-9deg);
      transform: translateX(0) skewX(-9deg);
    }
  }
}
@media (max-width: 470px) {
  .business-one__border--one::after {
    animation: businessXRun 20s linear infinite;
  }
  @keyframes businessXRun {
    0%, 50%, 100% {
      -webkit-transform: translateX(-160px) skewX(-9deg);
      transform: translateX(-160px) skewX(-9deg);
    }
    25%, 75% {
      -webkit-transform: translateX(0) skewX(-9deg);
      transform: translateX(0) skewX(-9deg);
    }
  }
}
.business-one__border--two {
  top: -24px;
  right: 19px;
}
.business-one__border--two::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0px;
  left: -52px;
  background-color: var(--noile-primary, #1d1d1d);
  z-index: -1;
  transform: skewX(-9deg);
  animation: businessRectMove1 8s linear 0s infinite;
}
@keyframes businessRectMove1 {
  0%, 50%, 100% {
    -webkit-transform: scale(1) skewX(-9deg);
    transform: scale(1) skewX(-9deg);
  }
  25%, 75% {
    -webkit-transform: scale(0) skewX(-9deg);
    transform: scale(0) skewX(-9deg);
  }
}
.business-one__border--two::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 3px;
  bottom: -49px;
  background-color: var(--noile-base, #D94645);
  z-index: -1;
  transform: skewX(-9deg);
  animation: businessRectMove2 8s linear 2s infinite;
}
@keyframes businessRectMove2 {
  0%, 50%, 100% {
    -webkit-transform: scale(1) skewX(-9deg);
    transform: scale(1) skewX(-9deg);
  }
  25%, 75% {
    -webkit-transform: scale(0) skewX(-9deg);
    transform: scale(0) skewX(-9deg);
  }
}

/*-------------------------------------
# Business Two
-------------------------------------*/
.business-two {
  position: relative;
  z-index: 1;
}
.business-two__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}
.business-two__bg div:last-child div {
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}
.business-two__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.8);
  background-blend-mode: overlay;
  z-index: 1;
}
.business-two__vartical-line-wrap {
  display: flex;
  position: absolute;
  top: 0;
  left: 149px;
  width: 100%;
  max-width: 1544px;
  height: 100%;
  z-index: 1;
}
.business-two__vartical-line {
  width: 526px;
  height: 100%;
  border-right: 1px solid rgba(var(--noile-white-rgb, 255, 255, 255), 0.1);
}
.business-two__vartical-line--one {
  width: 492px;
  border-left: 1px solid rgba(var(--noile-white-rgb, 255, 255, 255), 0.1);
}
.business-two .container {
  position: relative;
  z-index: 11;
}
.business-two .business-one__heading {
  color: var(--noile-white, #ffffff);
}
.business-two .business-one__inner-content-title {
  color: var(--noile-white, #ffffff);
}
.business-two .business-one__inner-content-highlight {
  color: var(--noile-white, #ffffff);
}
.business-two .business-one__border {
  border-color: rgba(var(--noile-white-rgb), 0.1);
}
.business-two .business-one__border--two::before {
  background-color: var(--noile-base, #D94645);
}

/*-------------------------------------
# Business Three
-------------------------------------*/
.business-three {
  position: relative;
  z-index: 1;
  padding-top: 127px;
  padding-bottom: 151px;
}
@media (max-width: 1399px) {
  .business-three {
    padding-top: 133px;
  }
}
@media (max-width: 1199px) {
  .business-three {
    padding-top: 135px;
  }
}
@media (max-width: 767px) {
  .business-three {
    padding-top: 137px;
  }
}
@media (max-width: 575px) {
  .business-three {
    padding-top: 90px;
    padding-bottom: 101px;
  }
}
@media (max-width: 375px) {
  .business-three {
    padding-top: 92px;
  }
}
.business-three__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}
.business-three__bg div:last-child div {
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}
.business-three__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.8);
  background-blend-mode: overlay;
  z-index: 1;
}
.business-three__vartical-line-wrap {
  display: flex;
  position: absolute;
  top: 0;
  left: 149px;
  width: 100%;
  max-width: 1544px;
  height: 100%;
  z-index: 1;
}
.business-three__vartical-line {
  width: 526px;
  height: 100%;
  border-right: 1px solid rgba(var(--noile-white-rgb, 255, 255, 255), 0.1);
}
.business-three__vartical-line--one {
  width: 492px;
  border-left: 1px solid rgba(var(--noile-white-rgb, 255, 255, 255), 0.1);
}
.business-three .container {
  position: relative;
  z-index: 11;
}
.business-three__content {
  text-align: center;
}
@media (max-width: 1399px) {
  .business-three__content {
    max-width: 855px;
    margin-left: auto;
    margin-right: auto;
  }
}
.business-three__heading {
  color: var(--noile-white, #ffffff);
  line-height: 1.104;
  margin-bottom: 38px;
}
.business-three__btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.business-three__btn {
  padding: 25px 34.5px 24px;
}
@media (max-width: 1399px) {
  .business-three__btn {
    padding: 20px 32px 18px 32px;
  }
}
.business-three__btn-one {
  background-color: var(--noile-base, #D94645);
}
.business-three__btn-one:hover {
  color: var(--noile-base, #D94645);
}
.business-three__btn-one::after {
  background-color: var(--noile-white, #ffffff);
}

/*--------------------------------------------------------------
# Mini Banner
--------------------------------------------------------------*/
/*-------------------------------------
# Mini Banner One
-------------------------------------*/
.mini-banner-one {
  padding-top: 75px;
  padding-bottom: 64px;
  background-color: var(--noile-base, #D94645);
  position: relative;
  z-index: 11;
  overflow: hidden;
}
.mini-banner-one .row {
  align-items: center;
}
@media (max-width: 991px) {
  .mini-banner-one__content {
    text-align: center;
  }
}
.mini-banner-one__heading {
  color: var(--noile-white, #ffffff);
}
.mini-banner-one__btn-wrap {
  text-align: right;
}
@media (max-width: 991px) {
  .mini-banner-one__btn-wrap {
    text-align: center;
  }
}
.mini-banner-one__btn {
  padding: 30px 43.5px 28px;
  font-size: var(--noile-size-xl);
  line-height: 1.375;
}
@media (max-width: 991px) {
  .mini-banner-one__btn {
    padding: 20px 30px;
  }
}
.mini-banner-one__btn::after {
  background-color: var(--noile-white, #ffffff);
}
.mini-banner-one__btn:hover {
  color: var(--noile-primary, #1d1d1d);
}
.mini-banner-one__btn:hover::after {
  width: 300px;
}
.mini-banner-one__shape-one {
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -1;
  animation: zumpX2 1s infinite alternate;
}
@media (max-width: 991px) {
  .mini-banner-one__shape-one {
    top: auto;
    left: -150px;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .mini-banner-one__shape-one {
    left: -250px;
  }
}
@media (max-width: 470px) {
  .mini-banner-one__shape-one {
    left: -270px;
  }
}
@media (max-width: 425px) {
  .mini-banner-one__shape-one {
    left: -315px;
  }
}
@media (max-width: 375px) {
  .mini-banner-one__shape-one {
    left: -330px;
  }
}
.mini-banner-one__shape-two {
  position: absolute;
  top: 0;
  right: -20px;
  z-index: -1;
  animation: zumpX 1s infinite alternate;
}
@media (max-width: 767px) {
  .mini-banner-one__shape-two {
    right: -50px;
  }
}
@media (max-width: 470px) {
  .mini-banner-one__shape-two {
    right: -70px;
  }
}
@media (max-width: 425px) {
  .mini-banner-one__shape-two {
    right: -100px;
  }
}
@media (max-width: 375px) {
  .mini-banner-one__shape-two {
    right: -130px;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
/*-------------------------------------
# Testimonial One
-------------------------------------*/
.testimonial-one {
  padding-top: 115px;
  padding-bottom: 120px;
  background-color: var(--noile-white2, #F6F6F6);
}
@media (max-width: 575px) {
  .testimonial-one {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}
.testimonial-one__sec-title {
  text-align: center;
  margin-bottom: 44px;
}
.testimonial-one__top-wrap {
  justify-content: center;
}
.testimonial-one .testimonial__text {
  font-size: var(--noile-size-4xl);
  line-height: 1.666;
  padding-right: 29px;
}
@media (max-width: 1199px) {
  .testimonial-one .testimonial__text {
    padding-right: 0px;
  }
}
@media (max-width: 575px) {
  .testimonial-one .testimonial__text {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .testimonial-one .testimonial__text {
    font-size: 16px;
  }
}
.testimonial-one .owl-item img {
  display: inline-block !important;
  width: auto !important;
}

.testimonial-one-slider .testimonial-one__shape-one {
  width: 30px;
  height: 30px;
  background-color: var(--noile-primary, #1d1d1d);
  position: absolute;
  top: 0;
  right: 30px !important;
}
@media (max-width: 991px) {
  .testimonial-one-slider .testimonial-one__shape-one {
    width: 20px;
    height: 20px;
  }
}
.testimonial-one-slider .testimonial-one__shape-two {
  width: 20px;
  height: 20px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  top: 30px;
  right: 60px !important;
}
@media (max-width: 991px) {
  .testimonial-one-slider .testimonial-one__shape-two {
    top: 20px;
    right: 20px;
    width: 12px;
    height: 12px;
  }
}
.testimonial-one-slider .testimonial-one__shape-three {
  width: 20px;
  height: 20px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  top: 10px;
  right: 80px !important;
}
@media (max-width: 991px) {
  .testimonial-one-slider .testimonial-one__shape-three {
    width: 12px;
    height: 12px;
    top: 8px;
    right: 32px;
  }
}
.testimonial-one-slider .testimonial-one__shape-four {
  width: 30px;
  height: 30px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  top: 0;
  right: 0;
}

.testimonial-one-one {
  background-color: var(--noile-white, #ffffff);
}
.hof-testimonials {
  position: relative;
  padding-top: 112px;
  padding-bottom: 116px;
  background-color: var(--noile-primary, #1d1d1d);
  overflow: hidden;
}
.hof-testimonials::before {
  content: "VOICES";
  position: absolute;
  top: 36px;
  right: -24px;
  color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.04);
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: clamp(90px, 16vw, 220px);
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: 0.18em;
  pointer-events: none;
}
.hof-testimonials .container {
  position: relative;
  max-width: 1450px;
  z-index: 1;
}
.hof-testimonials .testimonial-one__sec-title {
  max-width: 780px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 52px;
  text-align: left;
}
.hof-testimonials .testimonial-one__top-wrap {
  justify-content: flex-start;
}
.hof-testimonials .sec-title__top {
  color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.7);
}
.hof-testimonials .testimonial-one__heading {
  color: var(--noile-white, #ffffff);
}
.hof-testimonials__marquee {
  position: relative;
  overflow: hidden;
  padding: 4px 0;
}
.hof-testimonials__marquee::before,
.hof-testimonials__marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  z-index: 2;
  pointer-events: none;
}
.hof-testimonials__marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--noile-primary, #1d1d1d), rgba(var(--noile-primary-rgb, 29, 29, 29), 0));
}
.hof-testimonials__marquee::after {
  right: 0;
  background: linear-gradient(270deg, var(--noile-primary, #1d1d1d), rgba(var(--noile-primary-rgb, 29, 29, 29), 0));
}
.hof-testimonials__track {
  display: flex;
  align-items: stretch;
  gap: 26px;
  width: max-content;
  animation: hofTestimonialMarquee 72s linear infinite;
  will-change: transform;
}
.hof-testimonials__track .testimonial-one__carousel-item {
  flex: 0 0 470px;
  display: flex;
  min-width: 0;
}
.hof-testimonials__card {
  position: relative;
  min-height: 300px;
  width: 100%;
  display: grid;
  grid-template-rows: 86px 1fr;
  align-items: start;
  padding: 34px 34px 32px;
  border: 1px solid rgba(var(--noile-white-rgb, 255, 255, 255), 0.14);
  border-radius: 8px;
  background: rgba(var(--noile-white-rgb, 255, 255, 255), 0.96);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}
.hof-testimonials__card::before {
  content: "“";
  position: absolute;
  right: 24px;
  bottom: -38px;
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.06);
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: 190px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}
.hof-testimonials__card::after {
  content: "";
  position: absolute;
  left: 34px;
  top: 32px;
  width: 46px;
  height: 2px;
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.24);
}
.hof-testimonials__name {
  position: relative;
  z-index: 1;
  align-self: end;
  margin: 0;
  padding-top: 30px;
  color: var(--noile-primary, #1d1d1d);
  font-size: 22px;
  line-height: 1.24;
  letter-spacing: 0;
}
.hof-testimonials__text {
  position: relative;
  z-index: 1;
  align-self: start;
  margin-bottom: 0;
  padding-top: 24px;
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.68);
  font-size: 16px;
  line-height: 1.86;
}
.hof-testimonials .owl-dots,
.hof-testimonials .owl-nav {
  display: none !important;
}
@keyframes hofTestimonialMarquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(calc(-50% - 13px), 0, 0);
  }
}
.testimonial-one-one .testimonial__item {
  border: 1px solid var(--noile-white2, #F6F6F6);
}
.testimonial-one-one .testimonial__text {
  font-size: var(--noile-size-2xl);
  padding-right: 12px;
}
@media (max-width: 1399px) {
  .testimonial-one-one .testimonial__text {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .hof-testimonials__track .testimonial-one__carousel-item {
    flex-basis: 410px;
  }
  .hof-testimonials__card {
    min-height: 292px;
  }
}
@media (max-width: 575px) {
  .hof-testimonials {
    padding-top: 76px;
    padding-bottom: 80px;
  }
  .hof-testimonials::before {
    display: none;
  }
  .hof-testimonials .testimonial-one__sec-title {
    margin-bottom: 34px;
  }
  .hof-testimonials__track {
    gap: 18px;
    animation-duration: 62s;
  }
  .hof-testimonials__track .testimonial-one__carousel-item {
    flex-basis: calc(100vw - 44px);
  }
  .hof-testimonials__card {
    min-height: 286px;
    grid-template-rows: 76px 1fr;
    padding: 28px 22px;
  }
  .hof-testimonials__card::after {
    left: 22px;
    top: 28px;
  }
  .hof-testimonials__name {
    padding-top: 28px;
    font-size: 20px;
  }
  .hof-testimonials__text {
    padding-top: 20px;
    font-size: 15px;
    line-height: 1.72;
  }
}

/*-------------------------------------
# Testimonial Page
-------------------------------------*/
.testimonial-page {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--noile-white, #ffffff);
}
@media (max-width: 575px) {
  .testimonial-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.testimonial-page .owl-item img {
  display: inline-block !important;
  width: auto !important;
}

.testimonial-one__carousel .owl-dots {
  position: static;
  justify-content: center;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
/*-------------------------------------
# Gallery One
-------------------------------------*/
.gallery-page {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--noile-white, #ffffff);
}
@media (max-width: 575px) {
  .gallery-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.gallery-page__img-box {
  position: relative;
  overflow: hidden;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}
.gallery-page__img-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.7);
  z-index: 1;
  transition: all 0.3s linear;
}
.gallery-page__img {
  width: 100%;
  display: block;
  mix-blend-mode: luminosity;
}
.gallery-page__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  background-color: var(--noile-white, #ffffff);
  border-radius: 50%;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 150px);
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
}
@media (max-width: 1599px) {
  .gallery-page__btn {
    width: 70px;
    height: 70px;
  }
}
.gallery-page__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  border: 1px solid var(--noile-white, #ffffff);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.gallery-page__btn__icon {
  font-size: 24px;
  color: var(--noile-base, #D94645);
}
.gallery-page__btn:hover {
  background-color: var(--noile-primary, #1d1d1d);
}
.gallery-page__btn:hover::after {
  top: 0px;
  left: 0px;
  border-color: var(--noile-primary, #1d1d1d);
}
.gallery-page__btn:hover .gallery-page__icon {
  transform: rotate(41deg);
  color: var(--noile-white, #ffffff);
}
.gallery-page__item:hover .gallery-page__btn {
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}
.gallery-page__item:hover .gallery-page__img-box::after {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
/*-------------------------------------
# Pricing One
-------------------------------------*/
.pricing-one {
  position: relative;
  z-index: 1;
  padding-top: 117px;
  padding-bottom: 120px;
  background-color: var(--noile-white, #ffffff);
}
@media (max-width: 575px) {
  .pricing-one {
    padding-top: 77px;
    padding-bottom: 80px;
  }
}
.pricing-one__overlay-text {
  text-align: center;
  width: 100%;
  font-size: 25rem;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  color: var(--noile-white2, #F6F6F6);
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 1799px) {
  .pricing-one__overlay-text {
    font-size: 360px;
  }
}
@media (max-width: 1599px) {
  .pricing-one__overlay-text {
    font-size: 315px;
  }
}
@media (max-width: 1399px) {
  .pricing-one__overlay-text {
    font-size: 300px;
  }
}
@media (max-width: 1199px) {
  .pricing-one__overlay-text {
    display: none;
  }
}
.pricing-one__sec-title {
  text-align: center;
  margin-bottom: 44px;
}
.pricing-one__top-wrap {
  justify-content: center;
}

.pricing-one-one .pricing-one__overlay-text {
  display: none;
}

/*-------------------------------------
# Pricing Two
-------------------------------------*/
.pricing-two {
  background-color: var(--noile-white2, #F6F6F6);
}
.pricing-two .pricing__list-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .pricing-two .pricing__list-box {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .pricing-two .pricing__list-box .pricing__list:not(:last-child) {
    margin-bottom: 13px;
  }
}

/*-------------------------------------
# Programs Section
-------------------------------------*/
.programs-section {
  position: relative;
  padding-top: 112px;
  padding-bottom: 116px;
  background: linear-gradient(180deg, var(--noile-white2, #F6F6F6) 0%, var(--noile-white, #ffffff) 100%);
  border-top: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.06);
  overflow: hidden;
}
.programs-section::before {
  content: "COURSES";
  position: absolute;
  top: 32px;
  right: -22px;
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: 170px;
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: 0.18em;
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.035);
  pointer-events: none;
}
.programs-section::after {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -180px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.07);
  transform: rotate(28deg);
  pointer-events: none;
}
.programs-section .container {
  position: relative;
  z-index: 1;
}
.programs-section__header {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 520px);
  gap: 44px;
  align-items: center;
  margin-bottom: 44px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.08);
}
.programs-section__top-wrap {
  gap: 14px;
  margin-bottom: 18px;
}
.programs-section__top-wrap::before {
  content: "";
  width: 44px;
  height: 1px;
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.78);
}
.programs-section .sec-title__top {
  margin-left: 0;
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.72);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
}
.programs-section__heading {
  max-width: 780px;
  margin-bottom: 0;
  color: var(--noile-primary, #1d1d1d);
  font-size: 64px;
  line-height: 1;
  letter-spacing: 0;
}
.programs-section__intro {
  margin-bottom: 0;
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.64);
  font-size: 17px;
  line-height: 1.85;
}
.programs-section__header-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}
.programs-section__btn {
  min-width: 210px;
  justify-content: center;
}
.programs-section__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}
.programs-section__grid > .programs-section__card:nth-child(1) {
  grid-column: span 7;
}
.programs-section__grid > .programs-section__card:nth-child(2) {
  grid-column: span 5;
}
.programs-section__card {
  position: relative;
  min-height: 100%;
  padding: 34px;
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.08);
  border-radius: 8px;
  background: var(--noile-white, #ffffff);
  box-shadow: 0 18px 48px rgba(var(--noile-primary-rgb, 29, 29, 29), 0.045);
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.programs-section__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--noile-primary, #1d1d1d);
  pointer-events: none;
}
.programs-section__card::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 92px;
  height: 92px;
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.06);
  transform: rotate(24deg);
  pointer-events: none;
}
.programs-section__card:hover {
  border-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.16);
  box-shadow: 0 24px 60px rgba(var(--noile-primary-rgb, 29, 29, 29), 0.075);
  transform: translateY(-5px);
}
.programs-section__card--makeup {

}
.programs-section__card-head,
.programs-section__card-body {
  position: relative;
  z-index: 1;
}
.programs-section__card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
.programs-section__number {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.46);
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
}
.programs-section__number::after {
  content: "";
  width: 36px;
  height: 1px;
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.22);
}
.programs-section__icon,
.programs-section__mini-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: var(--noile-primary, #1d1d1d);
  color: var(--noile-white, #ffffff);
  font-size: 20px;
  line-height: 1;
}
.programs-section__duration {
  margin-bottom: 12px;
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.58);
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}
.programs-section__card-title {
  max-width: 560px;
  margin-bottom: 18px;
  color: var(--noile-primary, #1d1d1d);
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: 0;
}
.programs-section__text {
  margin-bottom: 22px;
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.68);
  font-size: 17px;
  line-height: 1.78;
}
.programs-section__list-title {
  margin-bottom: 16px;
  color: var(--noile-primary, #1d1d1d);
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
}
.programs-section__list {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.programs-section__list--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 22px;
}
.programs-section__list li {
  position: relative;
  padding-left: 24px;
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.72);
  font-size: 14px;
  line-height: 1.55;
}
.programs-section__list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.45);
  border-radius: 50%;
  background-color: transparent;
}
.programs-section__special {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(250px, 0.55fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  margin-top: 4px;
  padding: 30px;
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.08);
  border-radius: 8px;
  background: rgba(var(--noile-white-rgb, 255, 255, 255), 0.7);
}
.programs-section__special-copy {
  padding: 4px 0;
}
.programs-section__special-copy .programs-section__duration,
.programs-section__special-copy .programs-section__text {
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.62);
}
.programs-section__special-title {
  margin-bottom: 18px;
  color: var(--noile-primary, #1d1d1d);
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0;
}
.programs-section__mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.programs-section__mini-card {
  position: relative;
  min-height: 210px;
  padding: 26px;
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.08);
  border-radius: 8px;
  background: var(--noile-white, #ffffff);
  box-shadow: 0 20px 45px rgba(var(--noile-primary-rgb, 29, 29, 29), 0.045);
  overflow: hidden;
  transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.programs-section__mini-card::before {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -44px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.06);
  transform: rotate(24deg);
}
.programs-section__mini-card:hover {
  background-color: var(--noile-white2, #F6F6F6);
  border-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.16);
  transform: translateY(-6px);
}
.programs-section__mini-card .programs-section__number {
  position: absolute;
  top: 30px;
  right: 26px;
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.4);
}
.programs-section__mini-card .programs-section__number::after {
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.18);
}
.programs-section__mini-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 28px;
  background-color: var(--noile-primary, #1d1d1d);
  color: var(--noile-white, #ffffff);
  font-size: 21px;
}
.programs-section__mini-title {
  position: relative;
  z-index: 1;
  max-width: 360px;
  margin-bottom: 12px;
  color: var(--noile-primary, #1d1d1d);
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: 0;
}
.programs-section__mini-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.62);
  font-size: 15px;
  line-height: 1.7;
}
.programs-section__note {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 4px;
  color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.72);
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
}
@media (max-width: 1399px) {
  .programs-section__heading {
    font-size: 56px;
  }
  .programs-section__card-title {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .programs-section {
    padding-top: 96px;
    padding-bottom: 98px;
  }
  .programs-section__header,
  .programs-section__special {
    grid-template-columns: 1fr;
  }
  .programs-section__grid > .programs-section__card:nth-child(1),
  .programs-section__grid > .programs-section__card:nth-child(2) {
    grid-column: 1 / -1;
  }
  .programs-section__heading {
    font-size: 50px;
  }
  .programs-section__intro {
    max-width: 680px;
  }
  .programs-section__header-side {
    gap: 18px;
  }
  .programs-section__card--makeup {
    margin-top: 0;
  }
  .programs-section__note {
    grid-column: auto;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .programs-section::before {
    font-size: 112px;
  }
  .programs-section__grid {
    grid-template-columns: 1fr;
  }
  .programs-section__mini-grid {
    grid-template-columns: 1fr;
  }
  .programs-section__grid > .programs-section__card:nth-child(1),
  .programs-section__grid > .programs-section__card:nth-child(2),
  .programs-section__special {
    grid-column: auto;
  }
}
@media (max-width: 575px) {
  .programs-section {
    padding-top: 72px;
    padding-bottom: 76px;
  }
  .programs-section::before,
  .programs-section::after {
    display: none;
  }
  .programs-section__header {
    gap: 24px;
    margin-bottom: 26px;
    padding-bottom: 24px;
  }
  .programs-section__heading {
    font-size: 38px;
  }
  .programs-section__intro,
  .programs-section__text {
    font-size: 14px;
    line-height: 1.75;
  }
  .programs-section__btn {
    width: 100%;
    min-width: 0;
    text-align: center;
  }
  .programs-section__card {
    padding: 24px 18px 26px;
  }
  .programs-section__card::after {
    right: 16px;
    bottom: 16px;
    width: 70px;
    height: 70px;
  }
  .programs-section__card-head {
    margin-bottom: 24px;
  }
  .programs-section__icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .programs-section__card-title {
    font-size: 27px;
  }
  .programs-section__list--two {
    grid-template-columns: 1fr;
  }
  .programs-section__special-title {
    font-size: 31px;
  }
  .programs-section__special-copy {
    padding: 10px 0 0;
  }
  .programs-section__special {
    padding: 22px 18px;
    gap: 18px;
  }
  .programs-section__mini-card {
    min-height: auto;
    padding: 24px 18px;
  }
  .programs-section__mini-card .programs-section__number {
    right: 18px;
  }
  .programs-section__mini-title {
    font-size: 24px;
  }
  .programs-section__note {
    font-size: 18px;
  }
}

/*-------------------------------------
# Courses CTA
-------------------------------------*/
.courses-cta {
  position: relative;
  padding: 92px 0;
  overflow: hidden;
}
.courses-cta::before {
  display: none;
}
.courses-cta::after {
  display: none;
}
.courses-cta .container {
  position: relative;
  max-width: 1450px;
  z-index: 1;
}
.courses-cta__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 56px;
  align-items: center;
  padding: 34px 0;
  background-color: var(--noile-primary, #1d1d1d);
  border-top: 1px solid rgba(var(--noile-white-rgb, 255, 255, 255), 0.08);
  border-bottom: 1px solid rgba(var(--noile-white-rgb, 255, 255, 255), 0.08);
  overflow: hidden;
}
.courses-cta__inner .courses-cta__content,
.courses-cta__inner .courses-cta__action {
  padding-left: 0;
  padding-right: 0;
}
.courses-cta__inner::before {
  content: "";
  position: absolute;
  left: -120px;
  top: -130px;
  width: 360px;
  height: 360px;
  right: auto;
  border: 1px solid rgba(var(--noile-white-rgb, 255, 255, 255), 0.06);
  background-color: transparent;
  transform: rotate(26deg);
  pointer-events: none;
}
.courses-cta__inner::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 310px;
  height: 310px;
  left: auto;
  border: 1px solid rgba(var(--noile-white-rgb, 255, 255, 255), 0.08);
  background-color: transparent;
  transform: rotate(24deg);
  pointer-events: none;
}
.courses-cta__content::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -34px;
  height: 1px;
  background-color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.12);
  pointer-events: none;
}
.courses-cta__content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -34px;
  height: 1px;
  background-color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.12);
  pointer-events: none;
}
.courses-cta__content {
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(320px, 0.72fr);
  gap: 44px;
  align-items: center;
}
.courses-cta__content,
.courses-cta__action {
  position: relative;
  z-index: 1;
}
.courses-cta__title {
  grid-row: 1 / span 2;
  max-width: 720px;
  margin-bottom: 0;
  color: var(--noile-white, #ffffff);
  font-size: 58px;
  line-height: 0.98;
  letter-spacing: 0;
}
.courses-cta__text {
  grid-column: 2;
  max-width: 610px;
  margin-bottom: 10px;
  color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.72);
  font-size: 17px;
  line-height: 1.75;
}
.courses-cta__text--strong {
  margin-bottom: 0;
  color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.9);
}
.courses-cta__action {
  display: flex;
  justify-content: flex-end;
}
.courses-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  background-color: var(--noile-white, #ffffff);
  color: var(--noile-primary, #1d1d1d);
  border: 1px solid rgba(var(--noile-white-rgb, 255, 255, 255), 0.86);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
}
.courses-cta__btn::after {
  background-color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.78);
}
@media (max-width: 1199px) {
  .courses-cta {
    padding: 82px 0;
  }
  .courses-cta__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .courses-cta__content {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .courses-cta__title,
  .courses-cta__text {
    grid-column: auto;
    grid-row: auto;
  }
  .courses-cta__action {
    justify-content: flex-start;
  }
  .courses-cta__title {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .courses-cta {
    padding: 64px 0;
  }
  .courses-cta::before,
  .courses-cta::after {
    display: none;
  }
  .courses-cta__inner {
    gap: 28px;
  }
  .courses-cta__title {
    font-size: 34px;
    line-height: 1.08;
  }
  .courses-cta__text {
    font-size: 15px;
    line-height: 1.7;
  }
  .courses-cta__action,
  .courses-cta__btn {
    width: 100%;
  }
  .courses-cta__btn {
    justify-content: center;
    text-align: center;
  }
}

/*-------------------------------------
# Pricing Page
-------------------------------------*/
.pricing-page {
  background-color: var(--noile-white, #ffffff);
  padding-top: 100px;
  padding-bottom: 120px;
}
@media (max-width: 575px) {
  .pricing-page {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.pricing-page__carousel .owl-stage-outer {
  padding-top: 20px;
}
.pricing-page__carousel .owl-item img {
  display: inline-block !important;
  width: auto !important;
}

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
.showing-product-container {
  padding: 28px 0;
  border-top: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
  border-bottom: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
}
.showing-product__row {
  align-items: center;
}
.showing-product__left {
  display: flex;
  align-items: center;
  gap: 17px;
}
@media (max-width: 991px) {
  .showing-product__left {
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .showing-product__left {
    flex-direction: column;
  }
}
.showing-product__left-btn-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.showing-product__grid {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--noile-primary, #1d1d1d);
}
.showing-product__grid-icon {
  font-size: 15px;
  color: var(--noile-white, #ffffff);
}
.showing-product__grid:hover {
  background-color: var(--noile-base, #D94645);
}
.showing-product__list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--noile-white2, #F6F6F6);
}
.showing-product__list-inner {
  width: 16px;
}
.showing-product__list-line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--noile-gray2, #9AA5B3);
  border-radius: 20px;
  margin: 4px 0;
}
.showing-product__list:hover {
  background-color: var(--noile-base, #D94645);
}
.showing-product__list:hover .showing-product__list-line {
  background-color: var(--noile-white, #ffffff);
}
.showing-product__text {
  margin-bottom: 0;
}
.showing-product__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}
@media (max-width: 991px) {
  .showing-product__right {
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .showing-product__right {
    flex-direction: column;
  }
}
.showing-product__filter {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 25px;
  background-color: var(--noile-primary, #1d1d1d);
}
.showing-product__filter-icon {
  font-size: 14px;
  color: var(--noile-white, #ffffff);
}
.showing-product__filter-text {
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-xl);
  font-weight: 400;
  color: var(--noile-white, #ffffff);
  line-height: 1.875;
  text-transform: capitalize;
  margin-left: 7px;
}
.showing-product__filter:hover {
  background-color: var(--noile-base, #D94645);
}
.showing-product__sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
  min-width: 204px !important;
}
.showing-product__sort .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.showing-product__sort .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 40px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: var(--noile-white2, #F6F6F6) !important;
  margin: 0;
  padding: 0;
  padding-left: 19px;
  padding-right: 63px;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-xl);
  color: var(--noile-gray2, #9AA5B3) !important;
  line-height: 40px;
  font-weight: 400;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}
.showing-product__sort .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 21px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 14px;
  color: var(--noile-gray2, #9AA5B3);
}
.showing-product__sort .bootstrap-select .dropdown-menu {
  border-radius: 0 !important;
}

/*-------------------------------------
# Shope Page
-------------------------------------*/
.shop-page {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--noile-white, #ffffff);
}
@media (max-width: 575px) {
  .shop-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/*-------------------------------------
# Shope Sidebar
-------------------------------------*/
.shop-sidebar {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--noile-white, #ffffff);
}
@media (max-width: 575px) {
  .shop-sidebar {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.shop-sidebar__right {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1399px) {
  .shop-sidebar .showing-product__left {
    justify-content: space-between;
  }
}
@media (max-width: 1399px) {
  .shop-sidebar .showing-product__right {
    justify-content: space-between;
  }
}

/*-------------------------------------
# Shope Details
-------------------------------------*/
.shop-details {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--noile-white, #ffffff);
}
@media (max-width: 575px) {
  .shop-details {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.shop-details__gallery-top {
  position: relative;
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
}
.shop-details__gallery-top-img {
  width: 100%;
}
.shop-details__gallery-top-slide-btn-box {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 11;
}
.shop-details__gallery-top-button {
  border: 0;
  outline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: var(--noile-base, #D94645);
}
.shop-details__gallery-top-button i {
  font-size: 16px;
  color: var(--noile-white, #ffffff);
}
.shop-details__gallery-top-button:hover {
  background-color: var(--noile-primary, #1d1d1d);
}
.shop-details__gallery-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 10px;
}
.shop-details__gallery-thumb-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  background-color: #F8F8F8;
  cursor: pointer;
  border: 1px solid transparent;
}
.shop-details__gallery-thumb-img {
  max-width: 100%;
  height: auto;
}
.shop-details__gallery-thumb .swiper-slide-thumb-active {
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
}
.shop-details__right {
  padding-left: 86px;
}
@media (max-width: 1599px) {
  .shop-details__right {
    padding-left: 60px;
  }
}
@media (max-width: 1399px) {
  .shop-details__right {
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .shop-details__right {
    padding-left: 0;
  }
}
.shop-details__stock {
  display: table;
  font-size: var(--noile-size-md);
  color: var(--noile-white, #ffffff);
  line-height: 1.428;
  padding: 1px 11.5px;
  background-color: var(--noile-base, #D94645);
}
.shop-details__title {
  font-size: var(--noile-size-4xl);
  color: var(--noile-black2, #0E1C31);
  line-height: 1.25;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.shop-details__price-review-box {
  display: flex;
  align-items: flex-end;
  margin-bottom: 16px;
}
@media (max-width: 375px) {
  .shop-details__price-review-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.shop-details__price-inner {
  display: flex;
  align-items: flex-end;
  margin-right: 12px;
}
@media (max-width: 375px) {
  .shop-details__price-inner {
    margin-right: 0;
    margin-bottom: 6px;
  }
}
.shop-details__price-new {
  font-size: var(--noile-size-5xl);
  line-height: 1;
  margin-right: 6px;
  margin-bottom: 0;
}
.shop-details__price-old {
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: var(--noile-size-md);
  font-weight: 400;
  text-decoration: line-through;
  margin-bottom: 0;
}
.shop-details__review-inner {
  display: flex;
  align-items: center;
}
.shop-details__review-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-right: 9px;
}
.shop-details__review-icon {
  font-size: 14px;
  color: var(--noile-base, #D94645);
}
.shop-details__review-text {
  margin-bottom: 0;
}
.shop-details__desc-box {
  margin-bottom: 18px;
}
.shop-details__desc {
  margin-bottom: 0;
}
.shop-details__box-title {
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: var(--noile-size-xl);
  color: var(--noile-primary, #1d1d1d);
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.25;
}
.shop-details__color-duration-box {
  max-width: 416px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .shop-details__color-duration-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.shop-details__color-box, .shop-details__duration-box, .shop-details__quantity-box, .shop-details__tag-box {
  display: flex;
  align-items: center;
  gap: 10px 18px;
}
.shop-details__color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--noile-base, #D94645);
}
.shop-details__duration {
  width: 107px;
  height: 5px;
  background-color: var(--noile-base, #D94645);
}
.shop-details__quantity-box {
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.shop-details__quantity-box-inner {
  display: flex;
  align-items: center;
  max-width: 264px;
  height: 30px;
  border: 1px solid #EEE;
  background-color: var(--noile-white, #ffffff);
}
@media (max-width: 575px) {
  .shop-details__quantity-box-inner {
    max-width: 150px;
  }
}
.shop-details__quantity-btn {
  border: 0;
  outline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 25px;
  background-color: var(--noile-white, #ffffff);
}
.shop-details__quantity-btn i {
  font-size: 10px;
  color: var(--noile-secondary, #A0A1A6);
}
.shop-details__quantity-btn--decrease {
  width: 51px;
}
.shop-details__quantity-btn--decrease i {
  font-size: 14px;
}
.shop-details__quantity-input {
  border: 0;
  outline: 0;
  width: calc(100% - 80px);
  padding: 10px;
  height: 25px;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-xl);
  color: var(--noile-primary, #1d1d1d);
  font-weight: 400;
  appearance: textfield;
  text-align: center;
  background-color: var(--noile-white, #ffffff);
}
.shop-details__tag-box {
  margin-bottom: 21px;
  flex-wrap: wrap;
}
.shop-details__tag-text {
  margin-bottom: 0;
  text-transform: capitalize;
}
.shop-details__btn-box {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 23px;
}
.shop-details__btn-wishlist {
  padding: 10.5px 21.5px;
  font-family: var(--noile-font, "Sora", sans-serif);
  color: var(--noile-white, #ffffff);
  line-height: 2.142;
  font-weight: 400;
  background-color: var(--noile-base, #D94645);
}
.shop-details__btn-wishlist::after {
  background-color: var(--noile-primary, #1d1d1d);
}
.shop-details__btn-wishlist .icofont-ui-love {
  font-size: 16px;
  margin-right: 8px;
  vertical-align: middle;
}
.shop-details__btn-wishlist:hover::after {
  width: 216px;
}
.shop-details__btn-cart {
  position: relative;
  padding: 9.5px 36px;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-md);
  color: var(--noile-gray2, #9AA5B3);
  line-height: 2.142;
  font-weight: 400;
  text-transform: capitalize;
  background-color: var(--noile-white, #ffffff);
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
  z-index: 1;
  overflow: hidden;
}
.shop-details__btn-cart::after {
  content: "";
  width: 20px;
  height: 194px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  right: -18px;
  bottom: -160px;
  z-index: -1;
  transform: rotate(45deg);
  transition: all 0.6s ease-out;
}
.shop-details__btn-cart .icon-cart {
  font-size: 14px;
  color: var(--noile-primary, #1d1d1d);
  margin-right: 5px;
  vertical-align: middle;
}
.shop-details__btn-cart:hover {
  color: var(--noile-white, #ffffff);
}
.shop-details__btn-cart:hover .icon-cart {
  color: var(--noile-white, #ffffff);
}
.shop-details__btn-cart:hover::after {
  bottom: -85px;
  width: 300px;
  transform: rotate(0deg);
}
.shop-details__info-inner {
  width: 100%;
  max-width: 536px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 17px;
  gap: 15px;
}
.shop-details__phone {
  display: flex;
  align-items: center;
  gap: 12px;
}
.shop-details__phone-title {
  font-size: var(--noile-size-md);
  line-height: 1.428;
  margin-bottom: 0;
}
.shop-details__phone-number {
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: var(--noile-size-2xl);
  color: var(--noile-black2, #0E1C31);
  line-height: 1.4;
  font-weight: 600;
}
.shop-details .social-link {
  height: 38px;
}
.shop-details .social-link:nth-child(odd) {
  background-color: var(--noile-white2, #F6F6F6);
}
.shop-details .social-link:nth-child(even) {
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
}
.shop-details .social-link i {
  color: var(--noile-secondary, #A0A1A6);
}
.shop-details .social-link:hover {
  background-color: var(--noile-base, #D94645);
}
.shop-details .social-link:hover i {
  color: var(--noile-white, #ffffff);
}
.shop-details__info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-bottom: 42px;
}
.shop-details__info-item {
  display: grid;
  grid-template-columns: 14px 1fr;
  align-items: start;
  gap: 9px;
}
.shop-details__info-item:not(:last-child) {
  margin-bottom: 4px;
}
.shop-details__info-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  background-color: var(--noile-base, #D94645);
  border-radius: 50%;
  margin-top: 7px;
}
.shop-details__info-icon i {
  font-size: 6px;
  color: var(--noile-white, #ffffff);
}
.shop-details__info-text {
  margin-bottom: 0;
}
.shop-details__payment-box {
  display: flex;
  align-items: center;
  gap: 12px 30px;
  flex-wrap: wrap;
}
.shop-details__payment-card-box {
  display: flex;
  align-items: center;
  gap: 4px;
}
.shop-details__payment-card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 30px;
  background-color: var(--noile-white, #ffffff);
  box-shadow: 0px 1px 2px 0px rgba(1, 15, 28, 0.1);
}
.shop-details__tab-box {
  margin-top: 25px;
}
.shop-details__main-tab-box {
  position: relative;
  display: block;
}
.shop-details__main-tab-box .tab-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .shop-details__main-tab-box .tab-buttons {
    gap: 15px;
  }
}
.shop-details__main-tab-box .tab-buttons .tab-btn {
  position: relative;
}
.shop-details__main-tab-box .tab-buttons .tab-btn span {
  position: relative;
  display: block;
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: var(--noile-size-2xl);
  color: var(--noile-primary, #1d1d1d);
  font-weight: 600;
  line-height: 1.25;
  border: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
  padding: 18px 32.5px;
  cursor: pointer;
  overflow: hidden;
  text-transform: capitalize;
  border-radius: 0px;
  transition: all 0.5s linear;
  z-index: 1;
}
@media (max-width: 767px) {
  .shop-details__main-tab-box .tab-buttons .tab-btn span {
    padding: 15px 25px;
  }
}
.shop-details__main-tab-box .tab-buttons .tab-btn span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: var(--noile-primary, #1d1d1d);
  transition: all 0.3s ease;
  z-index: -1;
}
.shop-details__main-tab-box .tab-buttons .tab-btn.active-btn span {
  border-color: transparent;
  color: var(--noile-white, #ffffff);
}
.shop-details__main-tab-box .tab-buttons .tab-btn.active-btn span::before {
  width: 100%;
}
.shop-details__main-tab-box .tabs-content {
  position: relative;
  display: block;
}
.shop-details__main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}
.shop-details__main-tab-box .tabs-content .tab.active-tab {
  display: block;
  /*! margin-top: 0px; */
}
.shop-details__top-description {
  margin-bottom: 0;
}
.shop-details__top-description--two {
  margin-bottom: 14px;
}
.shop-details__tab-list-item {
  gap: 17px;
}
@media (max-width: 767px) {
  .shop-details__tab-list-item {
    gap: 10px;
  }
}
.shop-details__table-box {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.shop-details__table {
  width: 100%;
  border: 1px solid #EEEEEE;
  border-collapse: collapse;
}
.shop-details__table thead th,
.shop-details__table tbody td {
  padding: 14px 14px 13px 50px;
  border: 1px solid #EEEEEE;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-weight: 400;
}
@media (max-width: 1399px) {
  .shop-details__table thead th,
  .shop-details__table tbody td {
    padding: 12px 12px 11px 30px;
  }
}
@media (max-width: 1199px) {
  .shop-details__table thead th,
  .shop-details__table tbody td {
    padding-left: 20px;
  }
}
.shop-details__table tbody td:nth-child(1) {
  font-size: var(--noile-size-xl);
  color: var(--noile-primary, #1d1d1d);
  line-height: 1.5;
}
.shop-details__table tbody td:nth-child(2) {
  font-size: var(--noile-size-md);
  color: var(--noile-secondary, #A0A1A6);
  line-height: 1.5;
}

/*--------------------------------------------------------------
# Contact 
--------------------------------------------------------------*/
/*-------------------------------------
# Contact One
-------------------------------------*/
.contact-one {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--noile-white, #ffffff);
}
@media (max-width: 575px) {
  .contact-one {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.contact-one__google-map {
  margin-bottom: 50px;
}
.contact-one__info {
  display: grid;
  grid-template-columns: 1fr 110px;
}
@media (max-width: 1199px) {
  .contact-one__info {
    grid-template-columns: 1fr 50px;
  }
}
@media (max-width: 575px) {
  .contact-one__info {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}
.contact-one__info-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  grid-gap: 19px;
  align-items: center;
  border-left: 1px solid var(--noile-white2, #F6F6F6);
  border-top: 1px solid var(--noile-white2, #F6F6F6);
  border-right: 1px solid var(--noile-white2, #F6F6F6);
  padding: 30px 0 30px 60px;
}
@media (max-width: 1199px) {
  .contact-one__info-item {
    padding: 20px 0 20px 30px;
  }
}
@media (max-width: 575px) {
  .contact-one__info-item {
    grid-gap: 10px;
    padding: 20px 0 20px 25px;
  }
}
.contact-one__info-item:last-child {
  border-bottom: 1px solid var(--noile-white2, #F6F6F6);
}
.contact-one__info-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 46px;
  height: 46px;
  background-color: var(--noile-primary, #1d1d1d);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .contact-one__info-icon {
    width: 37px;
    height: 37px;
  }
}
.contact-one__info-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--noile-primary, #1d1d1d);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -10px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.contact-one__info-icon i {
  font-size: 16px;
  color: var(--noile-white, #ffffff);
}
@media (max-width: 575px) {
  .contact-one__info-icon i {
    font-size: 12px;
  }
}
.contact-one__info-title {
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-4xl);
  color: var(--noile-primary, #1d1d1d);
  line-height: 1.25;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .contact-one__info-title {
    font-size: 18px;
  }
}
.contact-one__info-item:hover .contact-one__info-icon {
  background-color: var(--noile-base, #D94645);
}
.contact-one__info-item:hover .contact-one__info-icon::after {
  left: 0;
  border-color: var(--noile-base, #D94645);
}
.contact-one__info-link:hover {
  color: var(--noile-base, #D94645);
}
.contact-one__social {
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .contact-one__social {
    flex-direction: row;
  }
}
.contact-one__social-link:nth-child(odd) {
  background-color: var(--noile-white2, #F6F6F6) !important;
}
.contact-one__social-link:nth-child(even) {
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.08) !important;
}
.contact-one__social-link i {
  color: var(--noile-secondary, #A0A1A6) !important;
}
.contact-one__social-link:hover {
  background-color: var(--noile-base, #D94645) !important;
}
.contact-one__social-link:hover i {
  color: var(--noile-white, #ffffff) !important;
}
.contact-one__contact {
  margin-top: 108px;
}
@media (max-width: 991px) {
  .contact-one__contact {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
/*-------------------------------------
# Blog One
-------------------------------------*/
.blog-one {
  padding-bottom: 120px;
  background-color: var(--noile-white, #ffffff);
}
@media (max-width: 575px) {
  .blog-one {
    padding-bottom: 80px;
  }
}
.blog-one__sec-title {
  text-align: center;
  margin-bottom: 44px;
}
.blog-one__top-wrap {
  justify-content: center;
}

/*-------------------------------------
# Blog Two
-------------------------------------*/
.blog-two {
  padding-top: 115px;
}
@media (max-width: 575px) {
  .blog-two {
    padding-top: 75px;
  }
}

/*-------------------------------------
# Blog Page
-------------------------------------*/
.blog-page {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--noile-white, #ffffff);
}
@media (max-width: 575px) {
  .blog-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.blog-page .blog__card-author-img {
  width: 30px !important;
  height: 30px !important;
}

/*-------------------------------------
# Blog Details
-------------------------------------*/
@media (max-width: 991px) {
  .blog-details__right {
    margin-top: 40px;
  }
}
/*-------------------------------------
# Blog Sidebar
-------------------------------------*/
.blog-sidebar {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 575px) {
  .blog-sidebar {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.blog-sidebar__right {
  padding-left: 0;
  padding-right: 0;
}

/*-------------------------------------
# Blog Deatils
-------------------------------------*/
.blog-details {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--noile-white, #ffffff);
}
@media (max-width: 575px) {
  .blog-details {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.blog-details__md-title {
  font-size: var(--noile-size-5xl);
  color: var(--noile-primary, #1d1d1d);
  line-height: 1.25;
  text-transform: capitalize;
  margin-bottom: 0;
}
.blog-details__sm-title {
  font-size: var(--noile-size-4xl);
  line-height: 1.25;
  text-transform: capitalize;
  margin-bottom: 14px;
}
.blog-details__col {
  margin-left: auto;
  margin-right: auto;
}
.blog-details__blog-card {
  margin-bottom: 32px;
}
.blog-details__card-img-box {
  display: block;
  position: relative;
  margin-bottom: 23px;
  overflow: hidden;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}
.blog-details__card-img {
  width: 100%;
  mix-blend-mode: luminosity;
}
.blog-details__card-category {
  position: absolute;
  left: 30px;
  bottom: 0;
  padding: 10px 21px;
  color: var(--noile-white, #ffffff);
  background-color: var(--noile-base, #D94645);
  line-height: 1.25;
  margin-bottom: 0;
}
.blog-details__card-comment-box {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.blog-details__card-comment-item-divider {
  margin-left: 15px;
  margin-right: 15px;
}
.blog-details__card-comment {
  margin-bottom: 0;
}
.blog-details__card-title {
  margin-bottom: 19px;
}
.blog-details__card-author {
  display: flex;
  align-items: center;
}
.blog-details__card-author-img-box {
  margin-right: 9px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}
.blog-details__card-author-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  mix-blend-mode: luminosity;
  vertical-align: top;
}
.blog-details__card-author-name {
  margin-bottom: 0;
}
.blog-details__card-author-name-highlight {
  color: var(--noile-primary, #1d1d1d);
}
.blog-details__card-desc-one-box {
  margin-top: 22px;
  margin-bottom: 38px;
}
.blog-details__card-desc-one {
  margin-bottom: 0;
}
.blog-details__card-desc-two-box {
  margin-top: 22px;
  margin-bottom: 38px;
}
.blog-details__card-desc-two {
  margin-bottom: 0;
}
.blog-details__card-desc-three-box {
  padding: 18.5px 50px 18.5px;
  display: flex;
  align-items: flex-start;
  border: 1px solid var(--noile-primary, #1d1d1d);
}
@media (max-width: 1199px) {
  .blog-details__card-desc-three-box {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 425px) {
  .blog-details__card-desc-three-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.blog-details__card-desc-three-img {
  margin-top: 5px;
  margin-right: 30px;
}
@media (max-width: 1199px) {
  .blog-details__card-desc-three-img {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.blog-details__card-desc-three {
  font-size: var(--noile-size-2xl);
  color: var(--noile-primary, #1d1d1d);
  font-weight: 300;
  margin-bottom: 0;
  line-height: 2;
}
.blog-details__card-bottom {
  margin-top: 42px;
}
.blog-details__card-desc-four {
  margin-bottom: 20px;
}
.blog-details__card-bottom-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.blog-details__card-bottom-list-item {
  display: flex;
  align-items: flex-start;
}
.blog-details__card-bottom-list-item:not(:last-child) {
  margin-bottom: 18px;
}
.blog-details__card-bottom-list-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 9px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid var(--noile-base, #D94645);
}
.blog-details__card-bottom-list-icon i {
  margin-top: 2px;
  display: inline-block;
  font-size: 14px;
  color: var(--noile-base, #D94645);
}
.blog-details__card-bottom-list-text {
  margin-top: -6px;
  color: var(--noile-primary, #1d1d1d);
  font-weight: 600;
  margin-bottom: 0;
}
.blog-details__tag {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
}
@media (max-width: 1199px) {
  .blog-details__tag {
    flex-direction: column;
    align-items: flex-start;
  }
}
.blog-details__tag-title {
  color: var(--noile-primary, #1d1d1d);
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 29px;
}
@media (max-width: 1199px) {
  .blog-details__tag-title {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.blog-details__tag-btn-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 29px;
}
@media (max-width: 1399px) {
  .blog-details__tag-btn-group {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .blog-details__tag-btn-group {
    gap: 10px;
  }
}
.blog-details__tag-btn {
  padding: 3.5px 10.5px;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-xl);
  font-weight: 400;
  color: var(--noile-secondary, #A0A1A6);
  line-height: 1.875;
  background-color: var(--noile-white, #ffffff);
  border: 1px solid var(--noile-primary, #1d1d1d);
}
.blog-details__tag-btn:hover {
  color: var(--noile-white, #ffffff);
  background-color: var(--noile-base, #D94645);
  border-color: var(--noile-base, #D94645);
}
.blog-details__profile {
  display: flex;
  align-items: flex-start;
  padding: 46px 50px 41px;
  background-color: var(--noile-white2, #F6F6F6);
}
@media (max-width: 1199px) {
  .blog-details__profile {
    padding: 40px;
    flex-direction: column;
  }
}
@media (max-width: 425px) {
  .blog-details__profile {
    padding: 30px;
  }
}
@media (max-width: 375px) {
  .blog-details__profile {
    padding: 20px;
  }
}
.blog-details__profile-img-box {
  width: 100px;
  height: 91px;
  margin-top: 5px;
  margin-right: 19px;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}
@media (max-width: 1199px) {
  .blog-details__profile-img-box {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.blog-details__profile-img {
  width: 100px;
  height: 91px;
  mix-blend-mode: luminosity;
  object-fit: cover;
}
.blog-details__profile-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .blog-details__profile-info {
    justify-content: flex-start;
    flex-direction: column;
  }
}
.blog-details__profile-desc {
  margin-bottom: 0;
}
.blog-details__info-social {
  margin-top: -8px;
  margin-left: 48px;
}
@media (max-width: 1199px) {
  .blog-details__info-social {
    margin-top: 20px;
    margin-left: 0;
  }
}
.blog-details__info-social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 47px;
  background-color: var(--noile-primary, #1d1d1d);
}
.blog-details__info-social-link i {
  font-size: 14px;
  color: var(--noile-white, #ffffff);
}
.blog-details__info-social-link:hover {
  background-color: var(--noile-base, #D94645);
}
.blog-details__left .pagination-box {
  padding: 38px 0;
}
@media (max-width: 767px) {
  .blog-details__left .pagination-box__prev-box {
    justify-content: flex-start;
  }
  .blog-details__left .pagination-box__next-box {
    justify-content: flex-end;
  }
}
.blog-details__left .pagination-box > div > div:nth-child(2) {
  display: none;
}
.blog-details__left .pagination-box > div > * {
  width: 50% !important;
}
.blog-details__comment {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .blog-details__comment {
    margin-top: 80px;
  }
}
@media (max-width: 425px) {
  .blog-details__comment {
    margin-top: 60px;
  }
}
.blog-details__comment-title {
  margin-bottom: 15px;
}
.blog-details__comment-wrap {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .blog-details__comment-wrap {
    flex-direction: column;
  }
}
.blog-details__comment-one {
  padding: 22px 0;
  border-bottom: 1px solid rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
}
.blog-details__comment-two {
  padding: 26px 0 22px 70px;
}
@media (max-width: 1199px) {
  .blog-details__comment-two {
    padding-left: 30px;
  }
}
.blog-details__comment-img-box {
  width: 86px;
  height: 86px;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
  margin-top: 5px;
  margin-right: 23px;
}
@media (max-width: 1199px) {
  .blog-details__comment-img-box {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.blog-details__comment-img {
  width: 86px;
  height: 86px;
  mix-blend-mode: luminosity;
  object-fit: cover;
}
.blog-details__comment-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .blog-details__comment-info {
    flex-direction: column;
    align-items: flex-end;
  }
}
.blog-details__comment-text {
  margin-bottom: 0;
}
.blog-details__comment-reply-box {
  margin-top: 3px;
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .blog-details__comment-reply-box {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .blog-details__comment-reply-box {
    margin-left: 0;
    margin-top: 30px;
  }
}
.blog-details__comment-reply-link {
  padding: 4px 9.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--noile-white3, #F7F7F7);
}
.blog-details__comment-reply-link span {
  font-size: var(--noile-size-md);
  color: var(--noile-gray, #777777);
  line-height: 1.5;
}
.blog-details__comment-reply-link i {
  display: inline-block;
  margin-top: 2px;
  font-size: 12px;
  color: var(--noile-gray, #777777);
}
.blog-details__comment-reply-link:hover {
  background-color: var(--noile-base, #D94645);
}
.blog-details__comment-reply-link:hover span {
  color: var(--noile-white, #ffffff);
}
.blog-details__comment-reply-link:hover i {
  color: var(--noile-white, #ffffff);
}
.blog-details__contact {
  margin-top: 85px;
}
@media (max-width: 767px) {
  .blog-details__contact {
    margin-top: 60px;
  }
}
@media (max-width: 425px) {
  .blog-details__contact {
    margin-top: 50px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*-------------------------------------
# Footer One
-------------------------------------*/
.footer-one {
  padding-top: 117px;
  background-color: var(--noile-primary, #1d1d1d);
  overflow: hidden;
}
@media (max-width: 575px) {
  .footer-one {
    padding-top: 77px;
  }
}
.footer-one .container {
  position: relative;
  z-index: 11;
}
.footer-one__row-one {
  padding-bottom: 108px;
}
@media (max-width: 575px) {
  .footer-one__row-one {
    padding-bottom: 70px;
  }
}
.footer-one__about-text {
  margin-top: 22px;
  margin-bottom: 42px;
  padding-right: 40px;
}
@media (max-width: 1599px) {
  .footer-one__about-text {
    padding-right: 30px;
  }
}
@media (max-width: 1399px) {
  .footer-one__about-text {
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .footer-one__link-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .footer-one__link-wrap {
    padding-left: 0px;
  }
}
.footer-one__title {
  font-size: var(--noile-size-3xl);
  color: var(--noile-white, #ffffff);
  text-transform: capitalize;
  line-height: 1.5;
  margin-bottom: 11px;
}
.footer-one__link-list, .footer-one__info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.footer-one__link-item:not(:last-child), .footer-one__info-item:not(:last-child) {
  margin-bottom: 17px;
}
.footer-one__address {
  padding-right: 8px;
}
@media (max-width: 1599px) {
  .footer-one__address {
    padding-right: 0;
  }
}
.footer-one__link, .footer-one__info, .footer-one__info-link {
  position: relative;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-xl);
  font-weight: 400;
  color: var(--noile-secondary, #A0A1A6);
  line-height: 1.875;
  padding-left: 16px;
  margin-bottom: 0;
}
.footer-one .footer-one__link::before,
.footer-one .footer-one__info::before {
  content: "\ea69";
  font-family: IcoFont !important;
  font-size: 14px;
  color: rgba(160, 161, 166, 0.3);
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  position: absolute;
  top: 9px;
  left: -4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-one__info-link {
  padding-left: 0;
}
.footer-one__link:hover, .footer-one__info-link:hover {
  color: var(--noile-white, #ffffff);
}
.footer-one__link:hover::before, .footer-one__info-link:hover::before {
  color: var(--noile-white, #ffffff);
}
.footer-one__bottom {
  border-top: 1px solid rgb(var(--noile-white-rgb), 0.1);
  padding-left: 0;
  padding-right: 0;
  padding-top: 21px;
  padding-bottom: 20px;
}
.footer-one__row-two {
  align-items: center;
}
@media (max-width: 575px) {
  .footer-one__copyright {
    text-align: center;
  }
}
.footer-one__copyright-text {
  margin-bottom: 0;
}
.footer-one__copyright-text a:hover {
  color: var(--noile-secondary, #A0A1A6);
}
.footer-one .noile-scroll-up-btn {
  margin-left: auto;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: var(--noile-black3, #282828);
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .footer-one .noile-scroll-up-btn {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 575px) {
  .footer-one .noile-scroll-up-btn {
    display: none;
  }
}
.footer-one .noile-scroll-up-btn::after {
  content: "";
  width: 20px;
  height: 300px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  right: -18px;
  bottom: -136px;
  z-index: -1;
  transform: rotate(45deg);
  transition: all 0.6s ease-in-out;
}
.footer-one .noile-scroll-up-btn span {
  font-size: 18px;
  color: var(--noile-white, #ffffff);
}
@media (max-width: 767px) {
  .footer-one .noile-scroll-up-btn span {
    font-size: 14px;
  }
}
.footer-one .noile-scroll-up-btn:hover::after {
  width: 300px;
}
.footer-one .noile-scroll-up-btn:hover span {
  transform: rotate(-50deg);
}
.footer-one__shape-one {
  position: absolute;
  top: -69px;
  right: 170px;
  z-index: -1;
  animation: zumpX2 1s infinite alternate;
}
@media (max-width: 1399px) {
  .footer-one__shape-one {
    top: auto;
    right: 0px;
    bottom: -10px;
  }
}
@media (max-width: 1199px) {
  .footer-one__shape-one {
    right: 0px;
  }
}
@media (max-width: 991px) {
  .footer-one__shape-one {
    right: -120px;
  }
}
@media (max-width: 767px) {
  .footer-one__shape-one {
    right: -170px;
  }
}
@media (max-width: 425px) {
  .footer-one__shape-one {
    right: -270px;
  }
}
@media (max-width: 375px) {
  .footer-one__shape-one {
    right: -300px;
  }
}

/*-------------------------------------
# House Of Fame Footer Refresh
-------------------------------------*/
.footer-one--hof {
  position: relative;
  padding-top: 88px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.06), transparent 30%),
    linear-gradient(180deg, #171717 0%, #1d1d1d 100%);
}
.footer-one--hof::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(132deg, transparent 0 60%, rgba(255, 255, 255, 0.025) 60% 68%, transparent 68% 100%);
  pointer-events: none;
}
.footer-one--hof .container {
  position: relative;
  z-index: 1;
}
.footer-one__hero {
  position: relative;
  margin-bottom: 34px;
  padding: 10px 0 22px;
  overflow: hidden;
}
.footer-one__hero::before {
  content: "";
  position: absolute;
  top: 20px;
  right: -30px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
  pointer-events: none;
}
.footer-one__hero::after {
  content: "";
  position: absolute;
  left: 44%;
  top: 30px;
  bottom: 30px;
  width: 1px;
  background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.12) 18%, rgba(255, 255, 255, 0.03) 82%, transparent 100%);
  pointer-events: none;
}
.footer-one--hof .footer-one__row-one {
  padding-bottom: 0;
}
.footer-one__about--feature {
  position: relative;
  max-width: 440px;
  padding: 20px 20px 20px 0;
}
.footer-one--hof .footer-one__logo {
  max-width: 185px;
}
.footer-one--hof .footer-one__about-text {
  margin-top: 30px;
  margin-bottom: 28px;
  padding-right: 0;
  color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.72);
  font-size: clamp(18px, 1.2vw, 22px);
  line-height: 1.72;
}
.footer-one__contact {
  display: grid;
  gap: 14px;
  margin-bottom: 34px;
}
.footer-one__contact-item {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(var(--noile-white-rgb, 255, 255, 255), 0.08);
}
.footer-one__contact-label {
  font-family: var(--noile-heading-font, "Epilogue", sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.38);
}
.footer-one__contact-value {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.84);
}
.footer-one__contact-value--text {
  margin-bottom: 0;
}
.footer-one__contact-value:hover {
  color: var(--noile-white, #ffffff);
}
.footer-one__social-list {
  gap: 0;
}
.footer-one__social-list .social-link {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(var(--noile-white-rgb, 255, 255, 255), 0.08);
  background: transparent !important;
}
.footer-one__social-list .social-link + .social-link {
  margin-left: 10px;
}
.footer-one__social-list .social-link i {
  color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.82) !important;
}
.footer-one__social-list .social-link:hover {
  transform: translateY(-3px);
  background: rgba(var(--noile-white-rgb, 255, 255, 255), 0.08) !important;
  border-color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.16);
}
.footer-one__visual {
  position: relative;
  min-height: 430px;
  padding: 24px 0 12px 120px;
}
.footer-one__visual-main,
.footer-one__visual-card {
  position: relative;
  overflow: hidden;
  background: #111111;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.28);
}
.footer-one__visual-main {
  width: min(100%, 520px);
  margin-left: auto;
  border-radius: 0 0 88px 0;
}
.footer-one__visual-main::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(var(--noile-white-rgb, 255, 255, 255), 0.1);
  border-radius: inherit;
  z-index: 1;
  pointer-events: none;
}
.footer-one__visual-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.34));
  pointer-events: none;
}
.footer-one__visual-img {
  display: block;
  width: 100%;
  aspect-ratio: 1.02 / 1;
  object-fit: cover;
  filter: grayscale(100%);
}
.footer-one__visual-card {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(58%, 320px);
  border-radius: 0 0 0 62px;
  border: 8px solid #151515;
}
.footer-one__visual-card::before {
  content: "";
  position: absolute;
  inset: -14px auto auto -14px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(var(--noile-white-rgb, 255, 255, 255), 0.12);
  border-radius: 0 0 0 68px;
  pointer-events: none;
}
.footer-one__visual-card-img {
  display: block;
  width: 100%;
  aspect-ratio: 0.82 / 1;
  object-fit: cover;
  filter: grayscale(100%);
}
.footer-one__visual-line {
  position: absolute;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(var(--noile-white-rgb, 255, 255, 255), 0.22), rgba(var(--noile-white-rgb, 255, 255, 255), 0));
  pointer-events: none;
}
.footer-one__visual-line--one {
  top: 20px;
  left: 74px;
  width: 1px;
  height: 220px;
}
.footer-one__visual-line--two {
  right: 26px;
  bottom: 40px;
  width: 170px;
  height: 1px;
  background: linear-gradient(90deg, rgba(var(--noile-white-rgb, 255, 255, 255), 0), rgba(var(--noile-white-rgb, 255, 255, 255), 0.22));
}
.footer-one__visual-dot {
  position: absolute;
  top: 42px;
  right: 110px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--noile-base, #D94645);
  box-shadow: 0 0 0 12px rgba(217, 70, 69, 0.08);
}
.footer-one--hof .footer-one__bottom {
  position: relative;
  border-top-color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.08);
  padding-top: 28px;
  padding-bottom: 28px;
}
.footer-one--hof .footer-one__copyright-text {
  color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.62);
}
.footer-one--hof .footer-one__copyright-text a {
  color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.9);
}
.footer-one--hof .footer-one__shape-one {
  opacity: 0.2;
  right: 90px;
}
@media (max-width: 1399px) {
  .footer-one__hero::after {
    left: 41%;
  }

  .footer-one__visual {
    min-height: 390px;
    padding-left: 92px;
  }
}
@media (max-width: 991px) {
  .footer-one--hof {
    padding-top: 72px;
  }

  .footer-one__hero {
    padding: 10px 0 18px;
  }

  .footer-one__hero::after {
    display: none;
  }

  .footer-one__about--feature {
    max-width: 100%;
    padding-right: 0;
  }

  .footer-one__visual {
    min-height: 380px;
    padding: 18px 0 0 82px;
  }
}
@media (max-width: 767px) {
  .footer-one__hero {
    padding: 8px 0 12px;
  }

  .footer-one--hof .footer-one__about-text {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 24px;
  }

  .footer-one__contact-item {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .footer-one__social-list .social-link {
    width: 48px;
    height: 48px;
  }

  .footer-one__visual {
    min-height: 300px;
    padding-left: 40px;
  }

  .footer-one__visual-main {
    width: min(100%, 440px);
    border-radius: 0 0 56px 0;
  }

  .footer-one__visual-card {
    width: min(60%, 230px);
    border-width: 7px;
    border-radius: 0 0 0 46px;
  }

  .footer-one__visual-dot {
    top: 18px;
    right: 24px;
  }
}
@media (max-width: 575px) {
  .footer-one--hof {
    padding-top: 58px;
  }

  .footer-one__hero {
    margin-bottom: 22px;
    padding: 0 0 8px;
  }

  .footer-one__visual {
    min-height: 250px;
    padding: 12px 0 0 22px;
  }

  .footer-one__visual-main {
    border-radius: 0 0 42px 0;
  }

  .footer-one__visual-card {
    width: min(62%, 180px);
    left: 0;
    bottom: 0;
    border-width: 6px;
    border-radius: 0 0 0 34px;
  }

  .footer-one__visual-line--one,
  .footer-one__visual-line--two {
    display: none;
  }
}

/*-------------------------------------
# Footer Two
-------------------------------------*/
.footer-two {
  padding-top: 218px;
}
@media (max-width: 1399px) {
  .footer-two {
    padding-top: 220px;
  }
}
@media (max-width: 575px) {
  .footer-two {
    padding-top: 180px;
  }
}

/*--------------------------------------------------------------
# Error 
--------------------------------------------------------------*/
/*-------------------------------------
# Error
-------------------------------------*/
.error-page {
  padding-top: 197px;
  padding-bottom: 162px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
  overflow: hidden;
}
@media (max-width: 767px) {
  .error-page {
    padding-bottom: 140px;
  }
}
@media (max-width: 575px) {
  .error-page {
    padding-top: 100px;
    padding-bottom: 110px;
  }
}
.error-page::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.8);
  background-blend-mode: overlay;
}
.error-page__vartical-text {
  position: relative;
  position: absolute;
  top: 72px;
  left: 60px;
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-lg);
  color: var(--noile-white, #ffffff);
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 1.6px;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  z-index: 11;
  transition: all 2s ease;
}
.error-page__vartical-text::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  left: 11px;
  top: -28px;
  z-index: 11;
}
.error-page__vartical-text::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--noile-base, #D94645);
  position: absolute;
  right: 11px;
  bottom: -27px;
  z-index: 11;
}
@media (max-width: 1799px) {
  .error-page__vartical-text {
    left: 50px;
  }
}
@media (max-width: 1599px) {
  .error-page__vartical-text {
    display: none;
  }
}
.error-page__vartical-line-wrap {
  display: flex;
  position: absolute;
  top: 0;
  left: 149px;
  width: 100%;
  max-width: 1544px;
  height: 100%;
  z-index: 11;
}
.error-page__vartical-line {
  width: 526px;
  height: 100%;
  border-right: 1px solid rgba(var(--noile-white-rgb, 255, 255, 255), 0.1);
}
.error-page__vartical-line--one {
  width: 492px;
  border-left: 1px solid rgba(var(--noile-white-rgb, 255, 255, 255), 0.1);
}
.error-page .container {
  position: relative;
  z-index: 111;
}
.error-page__circle-text {
  position: relative;
  position: absolute;
  top: -66px;
  right: 0;
  width: 164px;
  height: 162px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 11;
}
@media (max-width: 991px) {
  .error-page__circle-text {
    right: -15px;
  }
}
@media (max-width: 767px) {
  .error-page__circle-text {
    display: none;
  }
}
.error-page__circle-text-bg {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 60px;
  height: 60px;
  z-index: 11;
}
.error-page__curved-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 164px;
  height: 162px;
  transform-origin: center center;
  animation: rotate 10s infinite linear;
}
.error-page__curved-circle--item {
  width: 164px;
}
.error-page__curved-circle--item span {
  text-transform: uppercase;
  font-size: var(--noile-size-md);
  color: rgba(var(--noile-white-rgb), 0.4);
  letter-spacing: 0.2em;
}
.error-page__curved-circle--item span:first-child {
  color: rgba(var(--noile-white-rgb), 0.7);
}
.error-page__circle-text:hover .error-page__curved-circle--item span {
  color: var(--noile-white, #ffffff);
}
.error-page__content {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.error-page__sec-title {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 142px;
}
@media (max-width: 575px) {
  .error-page__sec-title {
    max-width: 350px;
    margin-bottom: 80px;
  }
}
@media (max-width: 375px) {
  .error-page__sec-title {
    max-width: 296px;
  }
}
.error-page__heading {
  font-size: 200px;
  color: var(--noile-white, #ffffff);
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .error-page__heading {
    font-size: 170px;
  }
}
@media (max-width: 375px) {
  .error-page__heading {
    font-size: 135px;
  }
}
.error-page__heading span {
  position: relative;
  font-weight: 300;
}
.error-page__heading span::after {
  content: "";
  width: 42px;
  height: 89px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--noile-base, #D94645);
}
@media (max-width: 575px) {
  .error-page__heading span::after {
    width: 30px;
    height: 74px;
  }
}
@media (max-width: 375px) {
  .error-page__heading span::after {
    width: 25px;
    height: 60px;
  }
}
.error-page__cartoon {
  position: absolute;
  right: -18px;
  bottom: 31px;
  animation: zump 3s infinite linear;
}
.error-page__shape-img {
  position: absolute;
  top: -49px;
  right: -26px;
  animation: zumpX 1s infinite alternate;
}
@media (max-width: 575px) {
  .error-page__shape-img {
    display: none;
  }
}
.error-page__link-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 14px;
}
.error-page__arrow {
  color: var(--noile-white, #ffffff);
  margin-top: 3px;
  margin-right: 10px;
  animation: zumpX 1s infinite alternate;
}
.error-page__text-link {
  font-family: var(--noile-font, "Sora", sans-serif);
  font-size: var(--noile-size-2xl);
  font-weight: 400;
  color: var(--noile-white, #ffffff);
  line-height: 1.25;
}
.error-page__text-link:hover {
  color: var(--noile-base, #D94645);
}
.error-page__desc {
  color: var(--noile-white, #ffffff);
  margin-bottom: 0;
}
.error-page__form {
  margin-top: 40px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 636px;
  margin-left: auto;
  margin-right: auto;
}
.error-page__search-field {
  border: 0;
  outline: 0;
  padding: 10px 10px 10px 30px;
  width: calc(100% - 70px);
  height: 70px;
  background-color: var(--noile-white, #ffffff);
}
@media (max-width: 375px) {
  .error-page__search-field {
    padding-left: 20px;
  }
}
.error-page__search-btn {
  border: 0;
  outline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-color: var(--noile-base, #D94645);
}
.error-page__search-btn:hover {
  background-color: var(--noile-primary, #1d1d1d);
}
.error-page__search-icon {
  font-size: 24px;
  color: var(--noile-white, #ffffff);
}
.error-page__shape-one {
  position: absolute;
  right: -15px;
  bottom: -30px;
  z-index: 11;
  animation: zump 3s infinite linear;
}
@media (max-width: 1599px) {
  .error-page__shape-one {
    width: 350px;
  }
}
@media (max-width: 1399px) {
  .error-page__shape-one {
    width: 320px;
  }
}
@media (max-width: 1299px) {
  .error-page__shape-one {
    width: 280px;
  }
}
@media (max-width: 1199px) {
  .error-page__shape-one {
    width: 215px;
    right: -50px;
    bottom: -125px;
  }
}
@media (max-width: 999px) {
  .error-page__shape-one {
    display: none;
  }
}
.error-page__shape-one path:nth-child(1) {
  fill: var(--noile-base, #D94645);
}
.error-page__shape-one path:nth-child(2) {
  fill: #D33D3C;
}
.error-page__letter-one {
  position: absolute;
  left: 113px;
  bottom: 38px;
  z-index: 11;
}
@media (max-width: 1599px) {
  .error-page__letter-one {
    width: 200px;
    left: 50px;
  }
}
@media (max-width: 1399px) {
  .error-page__letter-one {
    width: 180px;
  }
}
@media (max-width: 1199px) {
  .error-page__letter-one {
    display: none;
  }
}

/*--------------------------------------------------------------
# Global Container Width
--------------------------------------------------------------*/
.container {
  width: 100%;
  max-width: 1450px;
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .container {
    max-width: 1280px;
  }

  .topbar {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .topbar__page-link,
  .topbar__info-text {
    font-size: 13px;
  }

  .header {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .header-two .header__logo {
    margin-right: 40px;
  }

  .header__phone-number,
  .header__email-address {
    font-size: 15px;
  }

  .header__email {
    margin-left: 32px;
  }

  .main-menu-three__wrapper {
    padding-left: 28px;
  }

  .main-menu-three__btn {
    padding: 24px 28px 22px;
  }

  .main-menu-one .main-menu__list > li + li,
  .main-menu-two .main-menu__list > li + li,
  .main-menu-three .main-menu__list > li + li,
  .stricky-header .main-menu__list > li + li {
    margin-left: 24px;
  }

  .main-menu-one .main-menu__list > li > a,
  .main-menu-two .main-menu__list > li > a,
  .main-menu-three .main-menu__list > li > a,
  .stricky-header .main-menu__list > li > a {
    font-size: 15px;
  }

  .main-slider-three .main-slider-three__slide {
    padding-top: 190px;
    padding-bottom: 220px;
  }

  .main-slider-three__content {
    max-width: 560px;
  }

  .main-slider-three .main-slider-three__title {
    margin-bottom: 36px;
    font-size: 72px;
    line-height: 0.94;
  }

  .main-slider-three__img-box {
    right: 0;
    transform: scale(0.84);
    transform-origin: top right;
  }

  .main-slider-three__box-one {
    display: none;
  }

  .programs-section__header {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
    gap: 30px;
  }

  .programs-section__heading {
    font-size: 50px;
  }

  .programs-section__grid {
    gap: 22px;
  }

  .programs-section__card {
    padding: 28px;
  }

  .programs-section__card-title {
    font-size: 28px;
  }

  .programs-section__special {
    grid-template-columns: minmax(220px, 0.52fr) minmax(0, 1fr);
    gap: 22px;
    padding: 24px;
  }

  .programs-section__special-title {
    font-size: 34px;
  }

  .courses-cta__inner {
    gap: 34px;
  }

  .courses-cta__content {
    grid-template-columns: minmax(300px, 0.8fr) minmax(280px, 0.7fr);
    gap: 30px;
  }

  .courses-cta__title {
    font-size: 46px;
  }

  .faculty-section__feature {
    grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
    gap: 28px;
  }

  .faculty-section__feature--reverse {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  }

  .faculty-section__faculty-list {
    gap: 0 22px;
  }

  .faculty-section__faculty-name {
    font-size: 24px;
  }

  .hof-testimonials__track .testimonial-one__carousel-item {
    flex-basis: 400px;
  }

  .hof-testimonials__card {
    min-height: 280px;
    padding: 28px;
  }

  .home-faq__contact {
    grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
  }

  .home-faq__contact-ornament--one,
  .home-faq__contact-ornament--two {
    width: 29%;
  }

  .home-faq__contact-heading {
    font-size: 46px;
    max-width: 300px;
  }

  .home-faq__contact-card {
    padding: 24px;
  }

  .home-faq__contact-card-head {
    grid-template-columns: minmax(0, 1fr) minmax(200px, 0.7fr);
    gap: 16px 20px;
  }

  .home-faq__contact-card-title {
    font-size: 30px;
  }

  .home-faq__contact-note {
    font-size: 16px;
  }

  .home-faq__field {
    padding: 14px 16px 13px;
  }

  .home-faq__input,
  .home-faq__select,
  .home-faq__textarea {
    font-size: 15px;
  }

  .home-faq__wrap {
    grid-template-columns: minmax(240px, 0.3fr) minmax(0, 1fr);
  }

  .home-faq__header {
    padding: 42px 32px;
  }

  .home-faq__heading {
    font-size: 62px;
  }

  .home-faq .accrodion-title {
    padding: 24px 76px 24px 30px;
  }

  .home-faq .accrodion-title h4 {
    padding-left: 60px;
    font-size: 22px;
  }

  .home-faq .accrodion-content {
    padding: 0 76px 28px 90px;
  }
}

/*--------------------------------------------------------------
# Laptop Responsive
--------------------------------------------------------------*/
html,
body {
  overflow-x: hidden;
}

.page-wrapper,
.main-slider-three,
.about-two,
.programs-section,
.courses-cta,
.faculty-section,
.hof-testimonials,
.home-faq {
  overflow: hidden;
}

@media (max-width: 1439px) {
  .header .container,
  .main-menu .container,
  .topbar .container,
  .brand-one .container,
  .testimonial .container,
  .home-faq .container,
  .programs-section .container,
  .courses-cta .container {
    max-width: 1180px;
  }

  .header__logo img,
  .main-menu-three__logo img {
    max-width: 190px;
    height: auto;
  }

  .header__info {
    gap: 18px;
  }

  .main-menu-three__btn {
    padding: 22px 24px 20px;
  }

  .main-slider-three .main-slider-three__slide {
    padding-top: 170px;
    padding-bottom: 180px;
  }

  .main-slider-three__content {
    max-width: 500px;
  }

  .main-slider-three .main-slider-three__title {
    font-size: 58px;
    line-height: 0.98;
    margin-bottom: 28px;
  }

  .main-slider__desc {
    font-size: 20px;
  }

  .main-slider-three__img-box {
    right: -20px;
    transform: scale(0.72);
    transform-origin: top right;
  }

  .main-slider__vartical-line-wrap,
  .main-slider-three__content-shape-one,
  .main-slider-three__shape-one,
  .main-slider-three__shape-two,
  .main-slider-three__shape-three {
    display: none;
  }

  .about-two {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .about-two__content {
    padding-left: 16px;
    max-width: 100%;
  }

  .about-two__img-wrap {
    transform: scale(1.02);
    transform-origin: center left;
  }

  .programs-section__header,
  .programs-section__special,
  .courses-cta__content,
  .faculty-section__header,
  .home-faq__contact,
  .home-faq__wrap {
    grid-template-columns: 1fr;
  }

  .programs-section__header,
  .faculty-section__header,
  .courses-cta__inner,
  .home-faq__contact,
  .home-faq__wrap {
    gap: 24px;
  }

  .programs-section__heading,
  .courses-cta__title,
  .home-faq__heading {
    font-size: 44px;
    line-height: 1.04;
  }

  .programs-section__intro,
  .courses-cta__text,
  .home-faq__contact-desc {
    max-width: 100%;
  }
  .programs-section__header-side {
    gap: 18px;
  }

  .programs-section__grid,
  .programs-section__mini-grid,
  .faculty-section__faculty-list {
    grid-template-columns: 1fr;
  }

  .programs-section__grid > .programs-section__card:nth-child(1),
  .programs-section__grid > .programs-section__card:nth-child(2),
  .programs-section__special {
    grid-column: auto;
  }

  .courses-cta__action {
    justify-content: flex-start;
  }

  .courses-cta__btn {
    min-width: 220px;
  }

  .faculty-section__header-right {
    max-width: 100%;
    justify-self: start;
  }

  .faculty-section__feature,
  .faculty-section__feature--reverse {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .faculty-section__feature--reverse .faculty-section__feature-media,
  .faculty-section__feature--reverse .faculty-section__feature-content {
    order: initial;
  }

  .faculty-section__feature-media {
    max-width: 380px;
  }

  .hof-testimonials__track .testimonial-one__carousel-item {
    flex-basis: 340px;
  }

  .hof-testimonials__card {
    min-height: auto;
    padding: 24px;
  }

  .home-faq__contact::before,
  .home-faq__contact::after,
  .home-faq__contact-ornament--one,
  .home-faq__contact-ornament--two,
  .home-faq__header::before,
  .home-faq__header::after {
    display: none;
  }

  .home-faq__contact-intro {
    padding: 34px 28px;
    min-height: auto;
  }

  .home-faq__contact-intro::before {
    font-size: 72px;
    top: 14px;
    left: 18px;
  }

  .home-faq__contact-intro-body {
    margin-top: 58px;
    max-width: 100%;
  }

  .home-faq__contact-card {
    padding: 24px;
  }

  .home-faq__contact-card-head {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .home-faq__contact-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-faq__field,
  .home-faq__contact-form .home-faq__field:nth-of-type(6),
  .home-faq__submit-wrap,
  .home-faq__field--full,
  .home-faq__contact-form .result {
    grid-column: auto;
  }

  .home-faq__field--full,
  .home-faq__submit-wrap,
  .home-faq__contact-form .result {
    grid-column: 1 / -1;
  }

  .home-faq .accrodion-title {
    padding: 22px 66px 22px 24px;
  }

  .home-faq .accrodion-title h4 {
    padding-left: 52px;
    font-size: 20px;
  }

  .home-faq .accrodion-content {
    padding: 0 28px 26px 76px;
  }
}

@media (max-width: 575px) {
  .main-slider-three .main-slider-three__slide {
    padding-top: 130px;
    padding-bottom: 100px;
  }

  .main-slider-three .main-slider-three__title {
    font-size: 36px;
    line-height: 1.04;
    margin-bottom: 20px;
  }

  .main-slider-three .main-slider__desc {
    font-size: 16px;
  }
}

@media (max-width: 1279px) {
  .topbar-three {
    display: none;
  }

  .header-two .container {
    gap: 18px;
  }

  .header__info {
    display: none;
  }

  .main-menu-three__wrapper {
    padding-left: 0;
  }

  .main-menu-three__btn {
    display: none;
  }

  .main-slider-three .main-slider-three__slide {
    padding-top: 150px;
    padding-bottom: 120px;
  }

  .main-slider-three .main-slider-three__title {
    font-size: 48px;
  }

  .main-slider-three__content-col {
    width: 100%;
  }

  .main-slider-three__content {
    max-width: 620px;
  }

  .main-slider-three__img-col {
    display: none;
  }

  .main-slider-three__img-box,
  .main-slider-three__img-box-one,
  .main-slider-three__img-box-two,
  .main-slider-three__img-box-shape {
    display: none !important;
  }

  .about-two {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .about-two__img-wrap {
    transform: none;
  }

  .faculty-section__heading,
  .programs-section__heading,
  .courses-cta__title,
  .home-faq__contact-heading,
  .home-faq__heading {
    font-size: 38px;
  }

  .home-faq__contact-form {
    grid-template-columns: 1fr;
  }

  .home-faq__field,
  .home-faq__field--full,
  .home-faq__submit-wrap,
  .home-faq__contact-form .result {
    grid-column: 1 / -1;
  }
}

@media (max-width: 575px) {
  .header {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .header-two .container {
    gap: 12px;
  }

  .header__logo {
    max-width: 150px;
  }

  .main-slider-three .main-slider-three__slide {
    padding-top: 88px;
    padding-bottom: 72px;
  }

  .main-slider-three .main-slider-three__title {
    font-size: 30px;
    line-height: 1.08;
    margin-bottom: 16px;
  }

  .main-slider-three .main-slider__desc {
    font-size: 15px;
    line-height: 1.45;
  }
}

/*--------------------------------------------------------------
# Boxed 
--------------------------------------------------------------*/
body.boxed-wrapper {
  position: relative;
}
body.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--noile-white, #ffffff);
  box-shadow: 0px 0px 100px 0px rgba(var(--noile-black-rgb, 34, 34, 34), 0.08);
}
body.boxed-wrapper .main-slider__vartical-text {
  display: none;
}

/*--------------------------------------------------------------
# House Of Fame Hover Polish
--------------------------------------------------------------*/
.main-menu-one .main-menu__list > li > a,
.main-menu-two .main-menu__list > li > a,
.main-menu-three .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  color: rgba(var(--noile-white-rgb, 255, 255, 255), 0.9);
  text-shadow: none;
}

.main-menu-one .main-menu__list > li > a::after,
.main-menu-two .main-menu__list > li > a::after,
.main-menu-three .main-menu__list > li > a::after,
.stricky-header .main-menu__list > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 0;
  height: 1px;
  background: rgba(var(--noile-white-rgb, 255, 255, 255), 0.55);
  transition: width 0.35s ease, background-color 0.35s ease;
}

.main-menu-one .main-menu__list > li.current > a,
.main-menu-two .main-menu__list > li.current > a,
.main-menu-three .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li.current > a {
  color: var(--noile-white, #ffffff);
}

.main-menu-one .main-menu__list > li:hover > a,
.main-menu-two .main-menu__list > li:hover > a,
.main-menu-three .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li:hover > a {
  color: #d6d6d6;
}

.main-menu-one .main-menu__list > li:hover > a::after,
.main-menu-one .main-menu__list > li.current > a::after,
.main-menu-two .main-menu__list > li:hover > a::after,
.main-menu-two .main-menu__list > li.current > a::after,
.main-menu-three .main-menu__list > li:hover > a::after,
.main-menu-three .main-menu__list > li.current > a::after,
.stricky-header .main-menu__list > li:hover > a::after,
.stricky-header .main-menu__list > li.current > a::after {
  width: 100%;
}

.main-menu-one .main-menu__list > li.current > a::after,
.main-menu-two .main-menu__list > li.current > a::after,
.main-menu-three .main-menu__list > li.current > a::after,
.stricky-header .main-menu__list > li.current > a::after {
  background: rgba(var(--noile-white-rgb, 255, 255, 255), 0.82);
}

.main-menu-one .main-menu__list > li:hover > a,
.main-menu-one .main-menu__list > li.dropdown:hover > a > i.fa-angle-down,
.main-menu-one .main-menu__list > li.current > a > i.fa-angle-down,
.main-menu-two .main-menu__list > li:hover > a,
.main-menu-two .main-menu__list > li.dropdown:hover > a > i.fa-angle-down,
.main-menu-two .main-menu__list > li.current > a > i.fa-angle-down,
.main-menu-three .main-menu__list > li:hover > a,
.main-menu-three .main-menu__list > li.dropdown:hover > a > i.fa-angle-down,
.main-menu-three .main-menu__list > li.current > a > i.fa-angle-down,
.stricky-header .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.dropdown:hover > a > i.fa-angle-down,
.stricky-header .main-menu__list > li.current > a > i.fa-angle-down {
  text-shadow: none;
}

.noile-btn {
  transition: transform 0.35s ease, box-shadow 0.35s ease, color 0.35s ease;
}

.noile-btn::after {
  background: linear-gradient(135deg, #5b5b5b 0%, #9f9f9f 100%);
}

.noile-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.social-list .social-link:hover,
.header-two__social-link:hover,
.mobile-nav__socila-link:hover {
  background-color: #727272 !important;
}

.main-slider__circle-text:hover .main-slider__curved-circle--item span,
.main-slider-three .main-slider__circle-text:hover .main-slider__curved-circle--item span {
  color: #8d8d8d;
}
/*# sourceMappingURL=noile.css.map */
