/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500&display=swap');



: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: 17px;
  --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: #D94645;
  --noile-base-rgb: 217, 70, 69;
  --noile-base2: #BE403F;
  --noile-base2-rgb: 190, 64, 63;
  --noile-base3: #F42549;
  --noile-base3-rgb: 244, 37, 73;
  --noile-primary: #1d1d1d;
  --noile-primary-rgb: 29, 29, 29;
  --noile-secondary: #2f2f2f;
  --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: 12px 20px 10px 24px;
  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: #1b6fb5;
  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: 56px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif !important;
  color: var(--noile-white, #ffffff);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}

.sec-title__top-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.sec-title__top {
  font-family: 'Rubik', sans-serif;
      font-size: 21px;
    font-weight: 600;
    color: #000000;
  text-transform: capitalize;
  line-height: 1.875;
  margin-bottom: 0;
  margin-left: 10px;
}
.sec-title__heading {
  font-size: 38px;
  color: #1d80d1;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.208;
  margin-bottom: 0;
  font-family: 'Oswald', sans-serif !important;

}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-family: 'Rubik', 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;
font-family: 'Rubik', sans-serif;
}

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: 'Rubik', sans-serif;
  font-size: var(--noile-size-md);
  font-weight: 400;
  color: var(--noile-secondary, #A0A1A6);
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Oswald', sans-serif !important;
  color: var(--noile-primary, #1d1d1d);
  font-weight: 600;
}

p {
  font-family: 'Rubik', sans-serif;
  font-size: var(--noile-size-xl);
  font-weight: 400;
  color: var(--noile-secondary, #A0A1A6);
  line-height: 1.875;
  color: #000000;
}

::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: var(--noile-base, #D94645);
}

/* 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: 100%;
  height: 100%;
}

/* social media */
.social-list {
  display: flex;
  align-items: center;
}
.social-list .social-link {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #bdbbbb;
}
.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: 18px;
    color: #393535;
}
.social-list .social-link:hover {
  background-color: var(--noile-base, #D94645);
}
.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: var(--noile-base, #D94645);
  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: var(--noile-base, #D94645);
  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: var(--noile-base, #D94645);
  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;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.case-study__item-img-box {
  position: relative;
  overflow: hidden;
  border: 5px solid #003a6b;
  /* border-radius: 100px 0;  */
}
.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: #0005;
  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: var(--noile-base, #D94645);
  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: #ba2626;
  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: var(--noile-base, #D94645);
  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;
  overflow: hidden;
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}
.blog__card-img {
  width: 100%;
}
.blog__card-category {
  position: absolute;
  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: 15px;
    padding-bottom: 15px;
    background-color: #e8eaed;
}
@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: 133px;
}
.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: #111111;
  border-color: transparent;
}
.header__phone:hover .header__phone-icon span {
  color: var(--noile-white, #ffffff);
}
.header__phone:hover .header__phone-number {
  color: #111111;
}
.header__email {
  display: flex;
  align-items: center;
  margin-left: 90px;
}
.header__email:hover .header__email-icon {
  background-color: #111111;
  border-color: transparent;
}
.header__email:hover .header__email-icon span {
  color: var(--noile-white, #ffffff);
}
.header__email:hover .header__email-address {
  color: #111111;
}
.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: #000000;
}
.header__phone-title, .header__email-title {
  font-size: 17px;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 4px;
  text-transform: uppercase;
  color: #272727;
}
.header__phone-number, .header__email-address {
 
  color: #1b6fb5;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0;
}
.header__right {
  display: flex;
  align-items: center;
}
.header__btn {
  
    background-color: #1b6fb5;
}
.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 {
  border-radius: 65px;
  background-color: #003a6b;
  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: 60px;
}
@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: 35px;
}
.stricky-header .main-menu__list > li + li {
  margin-left: 30px !important;
}
@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: 15px;
  }
}
.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: 18.25px;
    padding-bottom: 18.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: 'Rubik', sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  line-height: 2.222;
  text-transform: uppercase;
  position: relative;
  transition: all 500ms ease;
}
.stricky-header .main-menu__list > li + li {
    margin-left: 22px !important;
}
.stricky-header .main-menu__list > li > a {
    font-size: 12px !important;
    font-weight: 700;
    line-height: 21px;
    color: #000;
}

.stricky-header .main-menu__list li a.current-active{
  color: #003a6b !important;
}
.stricky-header .main-menu__list li a:hover{
  color: #003a6b !important;
}
@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: #9B9999;
  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: #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;
  border-bottom: 1px solid #bdbdbd;
}
.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: #1b6fb5;
  color: #aedaff;
}
.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;
      margin-right: 45px;
}
@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: #f1f3f4;
  width: 100%;
  transform: translateY(-120%);
  transition: transform 500ms ease;
  box-shadow: rgba(0, 0, 0, 0.55) 0px 8px 15px;
}
@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: 40px;
}
.stricky-header-one .main-menu-one__logo img {
  max-width: 100%;
/*  background: #fff;*/
}
@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: 28px;
}
.stricky-header-one .mobile-nav__toggler-bars {
  background-color: #414549;
}
.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: 100%;
  }
}
.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: #fff;
  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: #ffffff;
  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%;
  background-color: var(--noile-base, #D94645);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  color: #fff;
}

.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;
    font-size: 16px;
    text-align: justify;
    color: #fff;
  }
.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 {
  margin-bottom: 0;
      font-size: 16px;
    margin-bottom: 0;
    color: #fff;
}
.sidebar-one__information-text-link {
  color: #fff;
}
.sidebar-one__socila-link.social-link i{
  color: #fff;
}
.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: 80px;
  padding-bottom: 70px;
  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;
  margin: 0;
  /* background-attachment: fixed; */
}
.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: #fff;
  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;
  padding-left: 70px;
}
@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: #1a6fb4;
}
.page-header__shape-one path:nth-child(2) {
  fill: #0b68b4;
}

.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;
  padding-top: 70px;
}
.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: #003a6b;
}
.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-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: -50px;
  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: -47px;
  }
}

.accrodion:nth-child(1) .accrodion-title h4::before {
  content: "\eb02";
  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: "\e999";
  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: 200px;
    padding-bottom: 200px;
  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: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: var(--noile-primary, #1d1d1d);

}
.main-slider__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #0005;
  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: 100% 100%;
  background-position: center;
  width: 60px;
  height: 60px;
  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: 146px;
  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%;
 
}
.main-slider__vartical-line--one {
  width: 492px;
}
.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: 25px;
    color: var(--noile-white, #ffffff);
    line-height: 1.25;
    margin-bottom: 45px;
    font-weight: 600;
}
@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: #83beef47;
  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: #003a6b;
  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: #f1f1f154;
  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;
  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: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}
.main-slider-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-white2-rgb, 246, 246, 246), 0.9);
  background-blend-mode: overlay;
  z-index: 1;
}
.main-slider-three .main-slider__vartical-line {
  border-right-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
}
.main-slider-three .main-slider__vartical-line--one {
  border-left-color: rgba(var(--noile-primary-rgb, 29, 29, 29), 0.1);
}
.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.2);
}
.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: 50px;
  font-size: 55px;
}
@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: var(--noile-base, #D94645);
  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: var(--noile-primary, #1d1d1d);
  fill-opacity: 0.1;
}
.main-slider-three__shape-one path:nth-child(2) {
  fill: var(--noile-primary, #1d1d1d);
  fill-opacity: 0.05;
}
@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: var(--noile-primary, #1d1d1d);
}
@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: #F0F0F0;
}
.main-slider-three__shape-three path:nth-child(2) {
  fill: #F0F0F0;
}
.main-slider-three__shape-three path:nth-child(3) {
  fill: #DFDFDF;
}
@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: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--noile-primary, #1d1d1d);
  position: absolute;
  right: 143px;
  bottom: 120px;
  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 #d94645;
}
.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: 50px 0px;
  background-color: var(--noile-white, #ffffff);
  z-index: 11;
}

.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 22px 39px;
      height: 420px;
    border: 1px solid #cdcdcd;
    transition: all 0.4s ease-in-out;
    background-color: #e8eaed;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    text-align: center;
}
.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: #fff;
  text-transform: capitalize;
  line-height: 1;
  background-color: #1b6fb5;
  border-radius: 50px;
  margin-bottom: 25px;
}

@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;
  border: 1px solid #EEEEEE;
  transition: all 0.4s ease-in-out;
  padding: 10px 0;
}
@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);
    border-radius: 0 100px;
  }
}
@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-bottom: 0;
  font-size: var(--noile-size-4xl);
  line-height: 1.25;
  transition: all 0.3s ease-in-out;
  padding-top: 25px;
}
@media (max-width: 1599px) {
  .service-two__title {
    font-size: 16px;
  }
}
.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: 70px;
  padding-bottom: 70px;
  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: #003a6b;
  border-color: #003a6b;
  border-radius: 0 100px;
}
@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: #154e83;
  }
}
.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 {
  padding-top: 115px;
  background-color: var(--noile-white2, #F6F6F6);
}
@media (max-width: 575px) {
  .service-three-one {
    padding-top: 75px;
  }
}
.service-three-one__inner-container {
  padding-left: 0;
  padding-right: 0;
}
.service-three-one__heading {
  margin-bottom: 22px;
}
.service-three-one__desc {
  margin-bottom: 109px;
}
@media (max-width: 991px) {
  .service-three-one__desc {
    margin-bottom: 21px;
  }
}
@media (max-width: 575px) {
  .service-three-one .service-three__item {
    background-color: var(--noile-white2, #F6F6F6);
  }
  .service-three-one .service-three__item:hover {
    background-color: #154e83;
  }
}
.service-three-one__item-btn-box {
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .service-three-one__item-btn-box {
    display: none;
  }
}
.service-three-one__col-btn {
  display: none;
}
@media (max-width: 991px) {
  .service-three-one__col-btn {
    display: flex;
  }
}

/*-------------------------------------
# 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: 35px;
    padding-bottom: 30px;
  background-color: #003a6b;
  z-index: 11;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.50) 0px 12px 23px;
}
@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);
      font-size: 28px;
    letter-spacing: 1px;
}
.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 #b3cbdf;
  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 {
   padding: 149px 0px 65px;
  background-color: #e8eaed;
}
@media (max-width: 1399px) {
  .about-one {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .about-one {
    padding-top: 226px;
    padding-bottom: 280px;
  }
}
@media (max-width: 575px) {
  .about-one {
    width: 100%;
    height: 100%;
    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: 250px;
  left: 106px;
  background-color: #c7cfd53d;
  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: 300px;
  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-text {
  position: relative;
  padding: 10px;
  width: 128px;
  height: 132px;
  background: linear-gradient(123deg, #003a6b, #1b6fb5);
  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: -180px;
  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: #003a6b;
  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-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;
    text-align: justify;
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    color: #000;
}
.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;
    font-size: 17px;
    font-style: italic;
    letter-spacing: 1px;
    font-weight: 500;
}
.about-one__signature {
  position: relative;
  display: flex;
  align-items: center;
  padding: 14px 18px 14px 21px;
  z-index: 1;
  max-width: 187px;
  border: 1px solid var(--noile-primary, #1d1d1d);
}

.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: 170px;
  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;
}
.about-two__img-one-box {
  position: relative;
  z-index: 11;
}
.about-two__img-one-box-inner {
  max-width: 526px;
  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-one-box-inner {
    max-width: 400px;
  }
}
@media (max-width: 500px) {
  .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: 314px;
  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: var(--noile-base, #D94645);
  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: var(--noile-base, #D94645);
  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;
}
@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: 0;
  bottom: -130px;
  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: -62px;
  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: 86px;
}
@media (max-width: 1399px) {
  .about-two__content {
    padding-left: 60px;
  }
}
@media (max-width: 1199px) {
  .about-two__content {
    padding-left: 25px;
  }
}
@media (max-width: 991px) {
  .about-two__content {
    margin-bottom: 60px;
    padding-left: 0;
  }
}
.about-two__desc {
  margin-top: 22px;
  margin-bottom: 34px;
}
.about-two__bottom-item:not(:last-child) {
  margin-bottom: 35px;
}
.about-two__consulting {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 425px) {
  .about-two__consulting {
    flex-direction: column;
  }
}
.about-two__consulting-img {
  margin-right: 23px;
  margin-top: 4px;
}
@media (max-width: 425px) {
  .about-two__consulting-img {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.about-two__consulting-img--two {
  margin-right: 32px;
}
@media (max-width: 425px) {
  .about-two__consulting-img--two {
    margin-right: 0;
  }
}
.about-two__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;
}
.about-two__consulting-desc {
  margin-bottom: 0;
}
.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: 50px;
  background-image: url(../images/ss-type-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 50px 50px;
  position: relative;
  z-index: 1;
}
.case-study-one::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000;
  opacity: 0.75;
}
@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 {
  background-color: var(--noile-white, #ffffff);
}
@media (max-width: 575px) {
  .case-study-sidebar {
    padding-top: 80px;
  }
}
.case-study-sidebar__right {
  padding-left: 0;
  padding-right: 0;
}

.case-study-sidebar .thmb img{
  width: 100% !important;
  border: 5px solid #000;
}

/*-------------------------------------
# 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: 75px 0px 60px;
  background-color: var(--noile-white, #ffffff);
}
@media (max-width: 1399px) {
  .solution-one {
    padding-top: 70px;
  }
}

.solution-one__heading {
  margin-bottom: 32px;
}
.solution-one__service-desc {
  margin-bottom: 5px;
  text-align: justify;
  font-size: 17px;
  font-family: 'Rubik', sans-serif;
}
.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: 50px;
    height: 52px;
  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;
}
.solution-one__border {
  width: 100%;
  height: 100%;
  border: 1px solid #275e8d;
  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-size: 15px;
  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: uppercase;
  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: #003a6b;
  padding-left: 33px;
  padding-right: 32px;
}

.solution-one__main-tab-box .tab-buttons .tab-btn:nth-child(2) span {
  background-color: #003a6b;
  padding-left: 38px;
  padding-right: 37px;
}

.solution-one__main-tab-box .tab-buttons .tab-btn:nth-child(3) span {
  background-color: #003a6b;
 padding-left:37px;
    padding-right: 40px;
}

.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: 70px;
  padding-bottom: 70px;
  background-color: #e8eaed;
}
@media (max-width: 1399px) {
  .solution-three {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@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: 70px;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
  background-color: var(--noile-primary, #1d1d1d);
  overflow: hidden;
}
@media (max-width: 575px) {
  .team-one {
    padding-top: 70px;
    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;
  text-align: center;
}

@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;
  padding-top: 20px;
}
.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: #003a6b;
}
.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: #003a6b;
}

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

/*-------------------------------------
# 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
-------------------------------------*/
.about-main {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: var(--noile-white, #ffffff);
}
@media (max-width: 1399px) {
  .about-main {
    padding-top: 120px;
  }
}
@media (max-width: 575px) {
  .about-main {
    padding-top: 20px;
    padding-bottom: 80px;
  }
}
.about-main__img-wrap {
  position: relative;
  padding-top: 23px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  z-index: 1;
}
@media (max-width: 575px) {
  .about-main__img-wrap {
    display: block;
    padding-top: 0;
  }
}
.about-main__img-wrap::after {
  content: "";
  width: 432px;
  min-height: 714px;
  position: absolute;
  top: 35px;
  left: 59px;
  transform: rotate(10deg);
  /* background-color: var(--noile-white2, #F6F6F6); */
  z-index: -11;
}
@media (max-width: 575px) {
  .about-main__img-wrap::after {
    display: none;
  }
}
.about-main__img-wrap::before {
  content: "";
  width: 416px;
  height: 410px;
  position: absolute;
  top: 144px;
  left: 107px;
  transform: rotate(-10deg);
  border: 1px solid #003a6b;
  z-index: -1;
}
@media (max-width: 575px) {
  .about-main__img-wrap::before {
    width: calc(100% - 110px);
    height: 100%;
    left: 54px;
  }
}
@media (max-width: 575px) {
  .about-main__img-wrap::before {
    display: none;
  }
}
.about-main__img-wrap-inner-one {
  background-blend-mode: luminosity;
  margin-top: 85px;
}
@media (max-width: 575px) {
  .about-main__img-wrap-inner-one {
    margin-top: 15px;
  }
  .about-main__img-wrap-inner-one img{
    width: 100%;
    height: 100%;
  }
}
.about-main__img-one {
  mix-blend-mode: luminosity;
}
@media (max-width: 575px) {
  .about-main__img-one {
    margin-top: 0;
    max-width: 100%;
    height: auto;
  }
}
.about-main__img-wrap-inner-two {
  background-color: var(--noile-primary, #1d1d1d);
  background-blend-mode: luminosity;
}
.about-main__img-two {
  mix-blend-mode: luminosity;
}
@media (max-width: 575px) {
  .about-main__img-two {
    display: none;
  }
}
.about-main__shape-circle {
  width: 276px;
  height: 276px;
  border-radius: 50%;
  border: 1px dashed #003a6b;
}
@media (max-width: 1399px) {
  .about-main__shape-circle {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 575px) {
  .about-main__shape-circle {
    width: 150px;
    height: 150px;
  }
}
.about-main__shape-circle--one {
  position: absolute;
  top: -49px;
  right: -24px;
  z-index: -1;
  animation: rotate 12s infinite linear;
}
@media (max-width: 1399px) {
  .about-main__shape-circle--one {
    top: -40px;
    right: 30px;
  }
}
@media (max-width: 575px) {
  .about-main__shape-circle--one {
    display: none;
  }
}
.about-main__shape-circle--two {
  position: absolute;
  top: -49px;
  right: -6px;
  z-index: -1;
  animation: rotate 12s infinite linear;
}
@media (max-width: 1399px) {
  .about-main__shape-circle--two {
    top: -40px;
    right: 50px;
  }
}
@media (max-width: 575px) {
  .about-main__shape-circle--two {
    display: none;
  }
}
.about-main__shape-one {
  width: 86px;
  height: 81px;
  fill: #003a6b;
  position: absolute;
  top: 24px;
  left: 0;
  animation: rotate 8s infinite linear;
}
@media (max-width: 575px) {
  .about-main__shape-one {
    display: none;
  }
}
.about-main__shape-two {
  position: absolute;
  bottom: -85px;
  width: 39px;
  height: 40px;
  background-color: #003a6b;
  animation: rotate 8s infinite linear;
}
@media (max-width: 575px) {
  .about-main__shape-two {
    display: none;
  }
}
@media (max-width: 1199px) {
  .about-main__content {
    margin-top: 120px;
  }
}
@media (max-width: 575px) {
  .about-main__content {
    margin-top: 0px;
  }
}
.about-main__heading {
  margin-bottom: 22px;
}
.about-main__desc {
  margin-bottom: 0;
}

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

/*--------------------------------------------------------------
# Brand
--------------------------------------------------------------*/
/*-------------------------------------
# Brand One
-------------------------------------*/
.brand-one {
  padding-bottom: 84px;
}
.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: 68px;
    padding-bottom: 72px;
  background-color: var(--noile-white2, #F6F6F6);
}

.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);
}
.testimonial-one-one .testimonial__item {
  border:   2px solid #7a8289;
}
.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;
  }
}

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

/*-------------------------------------
# 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: #1b70b5;
}
.contact-one__info-item:hover .contact-one__info-icon::after {
  left: 0;
  border-color: #003a6b;
}
.contact-one__info-link:hover {
  color: #1b70b5;
}
.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: 0px;
  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: 92px;
    background-color: #0a3965;
    overflow: hidden;
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
}

.footer-one .container {
  position: relative;
  z-index: 11;
}
.footer-one__row-one {
    padding-bottom: 65px;
}
@media(max-width: 767px){
  .footer-one{
    clip-path: unset;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .footer-one__row-one {
    padding-bottom: 70px;
  }
}
.footer-one__about-text {
    margin-top: 22px;
    margin-bottom: 12px;
    padding-right: 40px;
    color: #fff;
    font-size: 18px;
    text-align: justify;
}
@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: 22px;
    text-transform: uppercase;
  color: var(--noile-white, #ffffff);
  line-height: 1.5;
  margin-bottom: 15px;
}
.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: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  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: 16px;
    color: #4dacfb;
  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: #67b5f7;
}
.footer-one__link:hover::before, .footer-one__info-link:hover::before {
  color: #67b5f7;
}
.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;
  border-top: 1px solid #655f5f;
}
@media (max-width: 575px) {
  .footer-one__copyright {
    text-align: center;
  }
}
.footer-one__copyright-text {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.3px;
}
.footer-one__copyright-text a:hover {
  color: #4693d1;
}
.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: #ffffff;
  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: #4693d1;
  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: 20px;
    color: #101010;
    font-weight: bolder;
}
@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;
  }
}

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

/*--------------------------------------------------------------
# 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;
}
/*# sourceMappingURL=noile.css.map */


/*--------------MY-CSS-------------*/
.main-header{
  background: #e8eaed;
}
.topbar{
  display: none;
}
.header__logo img{
  width: 250px;
}
.main-menu-one .main-menu__list{
  margin-left: 30px;
}
.main-menu__list li a.current-active {
    color: #3399f0 !important;
    text-shadow: 0px 0 0 currentColor !important;
}
.main-menu__list li a:hover{
  color: #aedaff !important;
}

/*-------top-sidebar-----*/
.sidebar-one__logo-box.sidebar-one__item img{
  background: #fff;
}
.mobile-nav__content .logo-box img{
    background: #fff;
}

/*----ind-abt-----*/

.about-one__heading.sec-title__heading{
    color: #06467b;
    font-size: 36px;
    text-transform: uppercase;
}

/*---------ind-pro-------*/
.ind-pro-sec{
  padding: 65px 0px 80px;
}
/*--------ind-manufacturing-process------*/
.ind-manufacturing-sec{
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 75px;
     padding: 60px;
     background-attachment: fixed;
}
.ind-manufacturing-sec .sec-title__heading{
      color: #fff;
}

.blog-one .blog__card p.manufacturing-text{
    background: #003a6b;
    padding: 17px 25px 20px;
    color: #fff;
    height: 225px;
 
}

.blog__card{
      clip-path: polygon(100% 0%, 100% 86%, 81% 100%, 0 100%, 0 26%, 100% 0);
}
/*-----index-our-clients-----*/
.our-clients img{
  margin-bottom: 25px;
    border: 1px solid #000;
    width: 80%;
}

/*------------ind-manufacturing-timeline--------*/
.ind-bottom-sec{
 
  background-size: cover;
  background-attachment: fixed;
  padding: 55px 0px;
}
/*.icon_box_03 span {
    display: block;
    font-size: 60px;
    color: #eef3ff;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    left: -72px;
    right: 0;
    margin: auto;
    top: -17px;
}*/

/*.ind-bottom-sec .manufacturing-polygon img{
  clip-path: polygon(50% 0%, 100% 51%, 51% 100%, 0 53%);
}
*/
.outside {
  position: relative;
      width: 300px;
    height: 300px;
    background: #cdcdcd;
clip-path: polygon(50% 0%, 100% 51%, 51% 100%, 0 53%);
}

.inside {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: white;
clip-path: polygon(50% 0%, 100% 51%, 51% 100%, 0 53%);
  
}


/*------footer------*/
.footer-one__logo-box img{
  background: #fff;
}

.mfooter-social__social.social-list i{
  color: #fff;
}




/*-------my-responsive-css-------*/

@media only screen and (min-width: 320px) and (max-width: 350px){
/*----top-header----*/
.header__right .main-menu-one__social.social-list{
  display: none;
}
.header__logo img{
  width: 100%;
}
.sidebar-btn__toggler{
  margin-right: 10px;
}
.container.main-menu-one.main-menu{
  display: none;
}

/*-------banner------*/
.slide-title__heading {
    font-size: 30px
}

/*------index-abt------*/
.about-one{
  padding: 40px 0px !important;
}
.about-one__heading.sec-title__heading{
  font-size: 29px;
}
.noile-btn{
  font-size: 15px;
}
.about-one__img-two-box-inner img{
      width: 100%;
    height: 100%;

}

/*--------index-products------*/
.case-study-three__sec-title {
    margin-bottom: 30px;
}
.ind-pro-sec {
    padding: 0px 0px 80px;
}

.sec-title__heading {
    font-size: 30px;
}
/*-----index-mid-box-----*/
.sec-title__heading.mid-box-head {
    font-size: 28px;
}
.get-work-one__wrapper {
    padding-top: 58px;
    padding-bottom: 70px;
    padding-left: 12px;
    padding-right: 12px;
}
/*-------ind-manufacturing-process-------*/
.blog-one .blog__card p.manufacturing-text{
  height: auto;
}
.blog-one {
    padding-bottom: 0px;
}
/*------index-why-choose--------*/
.service-one {
    padding-top: 70px;
    padding-bottom: 40px;
}

/*--------index-vis-mis-sec-----------*/
.solution-one {
    padding-top: 12px;
    padding-bottom: 26px;
}

/*---------index-testimonial-------*/
.testimonial-one {
    padding-top: 75px;
    padding-bottom: 44px;
}



/*--------footer------*/
.footer-one{
   padding-top: 50px; 
}
.footer-one__row-one {

    padding-bottom: 20px;
}
.footer-one__row-two{
  padding-top: 22px;
}
}

@media only screen and (min-width: 350px) and (max-width: 575px){
/*----top-header----*/
.header__right .main-menu-one__social.social-list{
  display: none;
}
.header__logo img{
  width: 100%;
}
.sidebar-btn__toggler{
  margin-right: 10px;
}
.container.main-menu-one.main-menu{
  display: none;
}

/*-------banner------*/
.slide-title__heading {
    font-size: 30px
}

/*------index-abt------*/
.about-one{
  padding: 40px 0px 190px 0 !important;
}
.about-one__heading.sec-title__heading{
  font-size: 29px;
}
.noile-btn{
  font-size: 15px;
}
.about-one__img-two-box-inner img{
      width: 100%;
    height: 100%;
}

/*--------index-products------*/
.case-study-three__sec-title {
    margin-bottom: 30px;
}
.ind-pro-sec {
    padding: 0px 0px 80px;
}

.sec-title__heading {
    font-size: 32px;
}
/*-----index-mid-box-----*/
.sec-title__heading.mid-box-head {
    font-size: 28px;
}
.get-work-one__wrapper {
    padding-top: 58px;
    padding-bottom: 70px;
    padding-left: 12px;
    padding-right: 12px;
}
.get-work-one__shape-box img{
  bottom: 0;
}

/*------index-why-choose--------*/
.service-one {
    padding-top: 70px;
    padding-bottom: 40px;
}

/*--------index-vis-mis-sec-----------*/
.solution-one {
    padding-top: 12px;
    padding-bottom: 26px;
}

/*---------index-testimonial-------*/
.testimonial-one {
    padding-top: 75px;
    padding-bottom: 44px;
}


/*--------footer------*/
.footer-one{
   padding-top: 50px; 
}
.footer-one__row-one {

    padding-bottom: 20px;
}
.footer-one__row-two{
  padding-top: 22px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px){
/*----top-header----*/
.header__right .main-menu-one__social.social-list{
  display: none;
}
.header__logo img{
  width: 100%;
}
.sidebar-btn__toggler{
  margin-right: 10px;
}
.container.main-menu-one.main-menu{
  display: none;
}

/*-------banner------*/
.slide-title__heading {
    font-size: 40px
}

/*------index-abt------*/
.about-one{
  padding: 40px 0px !important;
}
.about-one__heading.sec-title__heading{
  font-size: 29px;
}
.noile-btn{
  font-size: 15px;
}
.about-one__img-two-box-inner img{
      width: 100%;
    height: 100%;
}
.about-one__img-one-box::after{
  top: 242px;
}

/*--------index-products------*/
.case-study-three__sec-title {
    margin-bottom: 30px;
}
.ind-pro-sec {
    padding: 180px 0px 80px;
}

.sec-title__heading {
    font-size: 36px;
}
/*-----index-mid-box-----*/
.sec-title__heading.mid-box-head {
    font-size: 28px;
}
.get-work-one__wrapper {
    padding-top: 58px;
    padding-bottom: 70px;
    padding-left: 12px;
    padding-right: 12px;
}
.get-work-one__shape-box img{
  bottom: 0;
}

/*---------ind-manufacturing-process------*/

.blog-one .blog__card p.manufacturing-text{
  font-size: 16px;
  height: auto;
}



/*------index-why-choose--------*/
.service-one {
    padding-top: 70px;
    padding-bottom: 40px;
}
.service-one__item{
  height: 388px;
  padding: 33px 12px 21px;

}
.service-one__category {
    margin-bottom: 28px;
}
/*--------index-vis-mis-sec-----------*/
.solution-one {
    padding-top: 12px;
    padding-bottom: 26px;
}
.solution-one__main-tab-box .tab-buttons .tab-btn span{
  font-size: 14px;
        padding-left: 25px !important;
    padding-right: 26px !important;
}

/*---------index-testimonial-------*/
.testimonial-one {
    padding-top: 75px;
    padding-bottom: 44px;
}


/*--------footer------*/
.footer-one{
   padding-top: 50px; 
}
.footer-one__row-one {

    padding-bottom: 20px;
}
.footer-one__row-two{
  padding-top: 22px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
/*----top-header----*/
.container.main-menu-one.main-menu{
  display: none;
}
/*-------banner------*/
.main-slider__slide {
    padding-top: 167px;
    padding-bottom: 155px;
}
/*---------index-abt----------*/
.about-one__img-one-box::after {
    width: 250px !important;
    top: 196px;
    left: 42px;
}
.about-one__img-one-text {
    height: 73px !important;
}
.about-one__img-two-box {
    min-height: 180px !important;
    top: 91%;
}
.about-one__img-two-box::after{
  background-color: unset;

}
.about-one__img-two-box-inner img{
  width: 100%;
  height: 100%;
}
.about-one__heading.sec-title__heading {
    font-size: 30px;
}
.about-one {
    padding-top: 68px;
    padding-bottom: 0px;
}
.about-one__img-two-box::before {
    width: calc(100% - 10px);
    right: -8px;
    clip-path: polygon(0 0, 82% 0, 100% 100%, 16.5% 100%);
}
/*----vis-mis-sec-------*/
.get-work-one__wrapper {
    padding-top: 59px !important;
  }

/*---------ind-manufacturing-process------*/

.blog-one .blog__card p.manufacturing-text{
      height: 232px;
      font-size: 15px;
}

/*---------why-choose-us-------*/
.service-one__item{
  height: 400px;
}
/*-------ind-vis-mis-sec------*/
.solution-one {
    padding-top: 30px;
}

/*------footer-----*/
.footer-one__about, .footer-one__about p{
  text-align: center!important;

}
 .footer-one__about .mfooter-social__social.social-list{
    display: inline-flex;
 }
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
/*----top-header----*/
.container.main-menu-one.main-menu{
  display: none;
}
/*------ind-abt----*/
.about-one__heading.sec-title__heading{
  font-size: 38px;
}
.about-one {
    padding-bottom: 57px;
}

/*---mid-box---*/

  .get-work-one .sec-title__heading {
    font-size: 28px;
}

/*--------ind-manufacturing-process-------*/
.blog-one .blog__card p.manufacturing-text {
    padding: 17px 20px 20px;
    height: 250px;
    font-size: 15px;
}

/*------why-choose-us----*/
.service-one__item {
    padding: 49px 38px 39px;
    height: 386px;
}
/*------vis-mis-sec----*/
.solution-one{
  padding-top: 0px;
}
.solution-one__main-tab-box .tab-buttons .tab-btn span{
  font-size: 14px;
 padding-left: 15px !important;
    padding-right: 18px !important;
}
.sec-title__heading {
    font-size: 38px;
}

/*--------ind-testimonial-sec-------*/
.testimonial-one {
    padding-top: 20px;
    padding-bottom: 40px;
}
/*---------footer--------*/
.footer-one__logo-box img {
    width: 225px;
}
.footer-one__about-text{
  text-align: left;
}
}


@media only screen and (min-width: 1200px) and (max-width: 1399px){
  
 /* .header__right .main-menu-one__social.social-list{
  display: none !important;
}*/
.header__email{
  margin-left: 17px;
    margin-right: 18px;
  }
  .stricky-header .main-menu__list > li > a {
    font-size: 13px !important;
  }

  /*---------about-us----------*/
  .about-one__heading.sec-title__heading {
    font-size: 40px;
}

/*-------ind-manufacturing-process-----*/
.blog-one .blog__card p.manufacturing-text{
  font-size: 15px;
}

/*--------footer-------*/
.footer-one__logo-box img{
  width: 95%;
}
.footer-one__about-text{
  text-align: left;
}
}

/* prashant kamtekar */

.text-abt{
  font-size: 15px;
  color: #003a6b;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}

.text-abt::before{
  content: '';
  position: absolute;
  border: 1px solid #003a6b;
  width: 100%;
  top: 100%;
}

/* stainless-steel-pipes */
.section-title{
  background-color: #003a6b;
  border-radius: 50px 0 0 50px;
}

.section-title h4{
  color: #fff;
  padding: 15px 0 15px 20px;
  font-size: 22px;
  /* margin-top: 50px; */
  /* position: relative; */
}

.section-title img{
  text-align: center;
  padding-left: 30px;
}

/* .section-title h4::before{
  content: '\***';
  position: absolute;
  background-color: #fff;
  left: 15px;
  border-radius: 50%;
  background-image: url(../images/favicons/favicon-32x32.png);
} */

.service-three .application img:hover{
  filter: brightness(0) invert(1);
}

.service-two__title h3:hover{
  filter: brightness(0)invert(1);
}

/* Feature Box */
.feature-bx1{
	padding: 75px 30px;
    border-radius: 0;
    background: #fff;
    margin-bottom: 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: relative;
    z-index: 1;
    text-align: center;
    box-shadow: 0px 20px 30px 0 rgba(0,0,0,0.1);
}
.feature-bx1.active,
.feature-bx1:hover{
	transform:scale(1.05);
}
.feature-container.feature-bx1 .ttr-tilte{
	margin-bottom:10px;
}
.feature-container.feature-bx1 p{
	font-size:18px;
	margin-bottom: 15px;
}
.feature-bx1 .btn-link{
	text-transform: uppercase;
	font-weight: 500;
	border-bottom: 2px solid;
	color: #0068b2;
}
.feature-bx1 .btn-link:hover{
	text-decoration:none;
}
.feature-bx1 .icon-cell i{
	font-size:80px;
}
.feature-bx1 .bg-img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.feature-bx2 .feature-lg i,
.feature-bx1 .icon-cell{
	line-height: 80px;
}
.feature-bx1:hover,
.feature-bx1.active{
	box-shadow:0 10px 35px -15px #0068b2;
	border-color:#fff;
	background:#0068b2;
}
.feature-bx1.active .icon-cell,
.feature-bx1.active .btn-link,
.feature-bx1.active .ttr-tilte,
.feature-bx1.active p,
.feature-bx1:hover .icon-cell,
.feature-bx1:hover .btn-link,
.feature-bx1:hover .ttr-tilte,
.feature-bx1:hover p{
	color:#fff;
}
.feature-bx1.active .bg-img,
.feature-bx1:hover .bg-img{
	opacity:0.1;
}
/* Feature Box 2 */
.feature-bx2{
	padding:50px 30px 80px 30px;
	border-radius:0;
	background:#020d26;
	margin-bottom:30px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	text-align:center;
	z-index:1;
}
.feature-bx2 .icon-content{
	overflow:unset;
}
.feature-bx2 .ttr-tilte{
	color:#fff;
}
.feature-bx2 .icon-content p{
	margin-bottom: 0;
	font-size: 18px;
	color:#fff;
	font-weight: 300;
	opacity: 0.8;
}
.feature-bx2 .feature-lg i {
    font-size: 80px;
	line-height:80px;
	color:#0068b2;
}
/* Feature Box 3 */
/* .feature-box{
  background-image: url(../images/feature-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 50px;
} */
.feature-bx3{
	padding-top: 20px;
  margin: 0 70px;
	position:relative;
}
.feature-bx3 .feature-box-xl i {
    font-size: 60px;
}
.feature-bx3 .icon-content p{
	font-size: 18px;
	line-height: 28px;
}
.feature-bx3 .icon-content .ttr-tilte {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 0;
  margin-top: 25px;
  color: #0068b2;
}
.feature-bx3 .icon-no{
	width: 40px;
	height: 40px;
	position: absolute;
	font-family: 'Bai Jamjuree', sans-serif;
	background: #0068b2;
	border-radius: 40px;
	color:#fff !important;
	display: block;
	top: 0;
	right: 0;
	z-index: 5;
	line-height: 40px;
	font-weight:600;
}
.feature-bx3 .feature-box-xl{
	line-height: 136px;
	border:3px dashed #e31d23;
  border-radius: 50% 50%;
	width: 140px;
	height: 140px;
	position: relative;
  display: inline-block;
  align-items: center;
}
.feature-bx3.right-img2:after,
.feature-bx3.right-img:after{
	content: "";
    background-image: url(../images/errow.png);
    width: 140px;
    height: 100px;
    position: absolute;
    right: -85px;
    top: 35px;
    opacity: 0.25;
	background-repeat: no-repeat;
background-size: 100%;	
}
.feature-bx3.right-img2:after{
    transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}

.feature-bx3.right-img2:after, .feature-bx3.right-img:after {
  content: "";
  background-image: url(../images/errow.png);
  width: 140px;
  height: 100px;
  position: absolute;
  right: -150px;
  top: 35px;
  opacity: 0.25;
  background-repeat: no-repeat;
  background-size: 100%;
}
.feature-bx3:hover {
  border: 2px solid #0068b2;
  padding-top: 20px;
  border-radius: 50px 50px !important;
}
@media (max-width: 768px){
  .feature-bx3.right-img:after{    
    display: none;
  }
  .feature-bx3.right-img2:after{
    display: none;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px){
  .feature-bx3.right-img:after{    
    display: none;
  }
  .feature-bx3.right-img2:after{
    display: none;
  }
  .feature-bx3:hover{
    padding-top: 0;
    display: none;
  }
  .feature-bx3 .feature-box-xl{
    text-align: center;
    vertical-align: middle;
  }
  .feature-bx3 .feature-box-xl{
    align-items: center;
  }
}
figure {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-fluid-shape {
  max-width: 100%;
  height: auto;
  margin: 500px 1200px 0 800px;
}
/* Home Page Banner Section Style */

.shape img {
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-30px); }
}
.shape_2 img {
  -webkit-animation: movers 1s infinite  alternate;
  animation: movers 1s infinite  alternate;
}
@-webkit-keyframes movers {
  0% { transform: translateX(0); }
  100% { transform: translateX(-30px); }
}

/* .listar-map-button */


.header-design {
  background-color: #a4508b;
  background-image: linear-gradient(326deg, #a4508b 0%, #5f0a87 74%);
  height: 120px;
  text-align: center;
}

.listar-map-button {
  width: 100%;
  position: absolute;
  display: table;
  right: 0;
  top: 0;
  height: 200px;
  line-height: 164px;
  white-space: nowrap;
  font-size: 0;
}

.listar-map-button {
  right: auto;
  /***
    box-shadow: 0 0 65px rgba(0,0,0,.07) inset, 0 0 35px rgba(0,0,0,.05) inset;**/
}

.listar-map-button-text span {
  background-color: #fff;
  color: #252525;
  text-shadow: none;
}

.listar-page-header-content .listar-map-button-text span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  height: 44px;
  line-height: 1.6;
  padding: 10px 25px;
  box-shadow: 0 0 300px rgba(0, 0, 0, 0.65), 0 0 30px rgba(0, 0, 0, 0.06);
  border-radius: 50px;
  background-color: rgba(35, 40, 45, 0.9);
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

header .footer-wave {
  max-width: 102%;
  width: 100%;
  height: 187.8px;
  left: 0;
  z-index: 1;
  bottom: -67px;
  background: url(https://1.bp.blogspot.com/-NYl6L8pz8B4/XoIVXwfhlNI/AAAAAAAAU3k/nxJKiLT706Mb7jUFiM5vdCsOSNnFAh0yQCLcBGAsYHQ/s1600/hero-wave.png)
    repeat-x;
  animation: wave 10s cubic-bezier(0.44, 0.66, 0.67, 0.37) infinite;
}

@keyframes wave {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 1440px;
  }
}

.listar-feature-item-wrapper {
  margin-bottom: 120px;
  padding-left: 27px;
  padding-right: 27px;
}

.listar-feature-item {
  height: calc(100% - 20px);
}

.listar-feature-item.listar-feature-has-link
  ~ .listar-feature-fix-bottom-padding.listar-fix-feature-arrow-button-height {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
}

.listar-feature-item a {
  position: absolute;
  top: -12px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% + 4px);
  border-radius: 1000px;
  z-index: 10;
}

.listar-feature-with-image .listar-feature-item a:before {
  content: "";
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -74px;
  width: 148px;
  height: 148px;
  border-radius: 1000px;
  z-index: 10;
}

.listar-feature-item a:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  z-index: 10;
  animation: ripple 0.7s linear infinite;
  box-shadow: 5px 5px 10px rgba(163, 177, 198, 0.6),
    -5px -5px 10px rgba(255, 255, 255, 0.5);
}


@keyframes ripple {
  0% {
        box-shadow: 0 0 0 0 rgba(163, 177, 198, 0.3), 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.01);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.03), 0 0 0 8em rgba(163, 177, 198, 0.01);
  }
}



.listar-feature-item .listar-feature-item-inner {
  padding: 50px 30px;
  border-radius: 6px;
  z-index: 5;
  position: relative;
  height: 100%;
}

.listar-feature-item .listar-feature-item-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.listar-feature-item .listar-feature-item-inner:before {
  border: 0;
  box-shadow: 120px 0px 150px rgba(80, 80, 80, 0.15),
    10px 0px 10px rgba(80, 80, 80, 0.02);
  border-radius: 1000px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(40%, rgba(255, 255, 255, 0)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=1);
}

.listar-feature-item .listar-feature-item-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.listar-feature-right-border {
  position: absolute;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  top: -12px;
  left: 50%;
  /* overflow: hidden; */
}

.listar-feature-items {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.listar-feature-right-border:before,
.listar-hovering-features
  .listar-feature-item
  a:hover
  ~ .listar-feature-item-inner
  .listar-feature-right-border:before {
  border: 11px solid #2f53bf;
}

.listar-feature-right-border:before,
.listar-hovering-features
  .listar-feature-item
  a:hover
  ~ .listar-feature-item-inner
  .listar-feature-right-border:before,
.listar-hovering-features-grey
  .listar-feature-item
  a:hover
  ~ .listar-feature-item-inner
  .listar-feature-right-border:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 11px solid #258bd5;
  border-radius: 800px;
  left: -50%;
}

.listar-feature-item .listar-feature-block-content-wrapper {
  position: relative;
  display: block;
  text-decoration: none;
  margin: -30px;
  padding: 30px;
  height: calc(100% + 100px);
}

.listar-features-design-2 .listar-feature-item-wrapper {
  margin-bottom: 120px;
  padding-left: 27px;
  padding-right: 27px;
}

.listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
  content: "";
  background-color: #fff;
  z-index: 6;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
}

.listar-feature-icon-wrapper {
  width: 148px;
  height: 148px;
  line-height: 148px;
  border-radius: 500px;
  position: relative;
  background-color: #fff;
  box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.06);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 50%;
  vertical-align: middle;
  margin-left: -74px;
  top: -66px;
  margin-top: -74px;
}

.listar-feature-icon-inner {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 500px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.14);
  background: #fff;
}

.listar-feature-icon-inner div {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: left;
}

.listar-feature-icon-inner img {
  position: relative;
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  height: 55px;
}

.listar-feature-item img,
.listar-feature-item i {
  position: relative;
  display: inline-block;
  border-bottom: 0;
  font-size: 40px;
  top: 0;
  padding: 0;
  color: #258bd5;
}

.listar-feature-with-image .listar-feature-content-wrapper {
  top: 0;
}
.listar-feature-content-wrapper {
  position: relative;
  margin-top: -15.5px;
}

.listar-feature-item .listar-feature-item-title {
  padding-top: 0;
  margin: 0 0 30px;
  text-align: center;
  line-height: 1.5;
}

.listar-feature-item
  .listar-feature-item-title.listar-feature-counter-added
  > span {
  margin-left: 25px;
  border-radius: 0 50px 50px 0;
}

.listar-feature-item .listar-feature-item-title > span {
  box-shadow: 15px 20px 30px rgba(80, 80, 80, 0.12),
    5px 0px 40px rgba(80, 80, 80, 0.1);
  padding: 10px 20px;
  display: inline-block;
  position: relative;
  background-color: #fff;
}

.listar-feature-item .listar-feature-item-title > span span {
  box-shadow: 15px 15px 30px rgba(80, 80, 80, 0.2),
    5px 0px 80px rgba(80, 80, 80, 0.15);
  padding: 10px 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 30px;
  white-space: nowrap;
  position: absolute;
  top: -3px;
  left: -40px;
  border-radius: 50px;
  background-color: #fff;
}

.listar-feature-item .listar-feature-item-title span {
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  text-shadow: none;
  border-radius: 50px;
  color: #252525;
  font-size: 18px;
}

.listar-feature-item-excerpt {
  padding: 0 20px;
}

.listar-feature-item-excerpt {
  color: #252525;
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.pset {
  padding-top: 120px;
}

.listar-map-button-text span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  height: 44px;
  line-height: 1.6;
  padding: 10px 25px;
  box-shadow: 0 0 31px rgba(0, 0, 0, 0.65), 0 0 4px rgba(0, 0, 0, 0.06);
  border-radius: 50px;
  background-color: rgba(35, 40, 45, 0.9);
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.listar-map-button-text span {
  background-color: #fff;
  color: #252525;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.listar-map-button-text span:after {
  border: 12px solid #fff;
}

.listar-map-button-text span:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  width: calc(100% + 28px);
  height: calc(100% + 28px);
  border-radius: 36px;
}

.listar-map-button:hover .listar-map-button-text span {
  padding: 10px 43px 10px 51px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.listar-feature-with-image .listar-feature-item a:before {
  content: "";
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -74px;
  width: 148px;
  height: 148px;
  border-radius: 1000px;
  z-index: 10;
}

.listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  box-shadow: 10px 10px 40px rgba(80, 80, 80, 0.15),
    15px 15px 30px rgba(80, 80, 80, 0.05), 0 0 120px rgba(80, 80, 80, 0.6);
  bottom: -25px;
  background-image: url("https://image.flaticon.com/icons/svg/2316/2316674.svg");
  background-size: 40%;
  color: #555;
  line-height: 52px;
}
/* card section */
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  width: 100%;
  min-height: 440px;
  margin: 50px 0;
  padding-left: 20px;
  text-align: center !important;
}
.cards div {
  border-radius: 5px;
  width: 95%;
  height: auto;
  position: relative;
  box-shadow: 0px 0px 10px 5px hsl(229deg 6% 66% / 20%);
  color: hsl(234, 12%, 34%);
  background-color: #fff;
}

h3 {
  margin: 20px 15px 10px 25px;
  color: hsl(234, 12%, 34%);
}
.cards > div > p {
  font-size: smaller;
  color: hsl(229, 6%, 66%);
  margin-left: 25px;
  margin-right: 25px;
  
} 
.super h3{
  text-align: center;
}
.super {
  border-top: 4px solid hsl(180, 62%, 55%);
  grid-area: 2/1/span 2/1;
}
.team {
  border-top: 4px solid hsl(0, 78%, 62%);
  grid-area: 1/2/span 2/2;
}
.karma {
  border-top: 4px solid hsl(34, 97%, 64%);
  grid-area: 3/2/span 2/2;
}
.calc {
  border-top: 4px solid hsl(212, 86%, 64%);
  grid-area: 2/3/span 2/3;
}
@media (max-width: 575px){
  .cards{
    width: 100% !important;
    height: auto;
    display: block;
  }
  .cards > div > p{
    font-size: 16px;
  }
}
.team-one__item-profession{
  font-family: 'Rubik', sans-serif;
  font-size: var(--noile-size-xl);
  font-weight: 400;
  color: var(--noile-secondary, #A0A1A6);
  line-height: 1.875;
  color: #ffffff;
  padding-top: 20px;
}
.team-one__item-info img{
  border: 1px solid #d94645;
  margin: 0 !important;
}
/* content-section */
.content-section{
  background-color: #0b2653;
  position: relative;
}
.content-section .left-pattern{
  position: absolute;
  background-image: url(../images/corner-pattern-left.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 40%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.1;
}
@media (max-width: 768px){
  .content-section .left-pattern{
    width: 100%;
    height: 100%;
    background-size: 100%;
  }
}
.content-section .section-heading h2{ color: #fff; }
.content-section .section-heading p{ color: #ddd; }

.section-heading h2 {
  font-size: 42px;
  color: #051441;
  line-height: 42px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  text-align: left;
  padding-top: 100px;
  padding-bottom: 30px;
}
.content-thumb img {
  width: 100%;
  margin-left: 50px;
}
@media (max-width: 768px){
  .content-thumb img{
    margin: 0 ;
    padding-top: 30px;
  }
}

/* border-one */
.box{
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; 
  margin-bottom: 70px;
}

@media (max-width: 418px){
  .box{
    height: 721px;
  }
}

@media(min-width:419px) and (max-width: 519px){
  .box{
    height: 585px;
  }
}

@media(min-width:520px) and (max-width: 991px){
  .box{
    height: 465px;
  }
}

@media(min-width:992px) and (max-width: 1199px){
  .box{
    height: 610px;
  }
}

.box::before{
  content: '';
  position: absolute;
  height: 150%;
  width: 150%;
  background-image: conic-gradient(transparent,
  transparent,transparent,#00b7eb);
  animation: animate 5s linear infinite;
}

.box::after{
  content: '';
  position: absolute;
  height: 150%;
  width: 150%;
  background-image: conic-gradient(transparent,
  transparent,transparent,#ff9900);
  animation: animate 5s linear infinite;
  animation-delay: -2.5s;
}

@keyframes animate{
  0%{
      transform: rotate(0deg);
  }

  100%{
      transform: rotate(360deg);
  }
}

.box > span{
  position: absolute;
  inset: 10px;
  border-radius: 10px;
  background: #0c1022;
  z-index: 1;
}

.box h2{
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 1 rem;
  letter-spacing: 2px;
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
.box p{
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 1 rem;
  letter-spacing: 2px;
  padding: 20px 30px;
}

/* chart-section */
.chart-flow{
  border: 2px solid #ccc;
  padding: 20px 20px;
}
.chart-flow img{
  min-height: 200px;
}
/* technical-info */
.unstyledList, .tabBlock-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabBlock {
  margin: 50px 0;
}

.tabBlock-tab {
  background-color: #fff;
  border: 2px solid #d8d8d8;
  color: #b5a8c5;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  float: left;
  padding: 0.625rem 1.25rem;
  position: relative;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  width: 33.3%;
}
@media (max-width: 767px){
  .tabBlock-tab{
    width: 50%;
  }
}
.tabBlock-tab:last-of-type {
  border-right-style: solid;
}
.tabBlock-tab::before, .tabBlock-tab::after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  -webkit-transition: 0.1s ease-in-out;
          transition: 0.1s ease-in-out;
}
.tabBlock-tab::before {
  background-color: #b5a8c5;
  left: -2px;
  right: -2px;
  top: -2px;
}
.tabBlock-tab::after {
  background-color: transparent;
  bottom: -2px;
  left: 0;
  right: 0;
}
@media screen and (min-width: 700px) {
  .tabBlock-tab {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.tabBlock-tab.is-active {
  position: relative;
  color: #975997;
  z-index: 1;
}
.tabBlock-tab.is-active::before {
  background-color: #975997;
}
.tabBlock-tab.is-active::after {
  background-color: #fff;
}

.tabBlock-content {
  background-color: #fff;
  border: 2px solid #d8d8d8;
  padding: 1.25rem;
}

.tabBlock-pane > :last-child {
  margin-bottom: 0;
}
.tabBlock-pane{
  padding-top: 50px;
}

.certification{
  border: 1px solid #ccc;
  margin: 20px 0;
}

.about-tenet{
  background-image: url(../images/about-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 50px 0;
  padding: 50px 0;
}