/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Common
# Custom Cursor
# Animations
# Cards
# Topbar
# Navigation
# Home Showcase
# Mobile Nav
# Sidebar
# Search Popup
# Page Header
# Google Map
# Client Carousel
# Forms
# Contact
# Newsletter
# Comments
# Footer
# Main Slider
# Feature
# About
# Skill
# Work Process
# Team Details
# Solution
# Homeowner Choice
# Contact Info
# Why Choose
# Funfact
# Testimonials
# Faq
# Package
# Projects
# Project Details
# Services
# Service Details
# Gallery
# Blog Details
# Shop
# Shop Details
# Cart
# Checkout
# error 404
# Boxed Home
--------------------------------------------------------------*/
:root {
  --tidytouch-font: "Noto Sans Arabic", sans-serif;
  --tidytouch-heading-font: "Figtree", sans-serif;
  --tidytouch-special-font: "Sofadi One", sans-serif;
  --tidytouch-text: #5E5B5B;
  --tidytouch-text-rgb: 94, 91, 91;
  --tidytouch-base: #1947CD;
  --tidytouch-base-rgb: 25, 71, 205;
  --tidytouch-primary: #FFB400;
  --tidytouch-primary-rgb: 255, 180, 0;
  --tidytouch-blue: #007CFB;
  --tidytouch-blue-rgb: 0, 124, 251;
  --tidytouch-gray: #92918F;
  --tidytouch-gray-rgb: 146, 145, 143;
  --tidytouch-gray2: #626262;
  --tidytouch-gray2-rgb: 98, 98, 98;
  --tidytouch-white: #FFFFFF;
  --tidytouch-white-rgb: 255, 255, 255;
  --tidytouch-white2: #F4F4F4;
  --tidytouch-white2-rgb: 244, 244, 244;
  --tidytouch-white3: #F5F2EF;
  --tidytouch-white3-rgb: 245, 242, 239;
  --tidytouch-white4: #F5F1EF;
  --tidytouch-white4-rgb: 245, 241, 239;
  --tidytouch-white5: #F1EEEE;
  --tidytouch-white5-rgb: 241, 238, 238;
  --tidytouch-black: #222222;
  --tidytouch-black-rgb: 34, 34, 34;
  --tidytouch-black2: #15161B;
  --tidytouch-black2-rgb: 21, 22, 27;
  --tidytouch-black3: #333333;
  --tidytouch-black3-rgb: 51, 51, 51;
  --tidytouch-black4: #151316;
  --tidytouch-black4-rgb: 21, 19, 22;
  --tidytouch-black5: #000000;
  --tidytouch-black5-rgb: 0, 0, 0;
  --tidytouch-black6: #050505;
  --tidytouch-black6-rgb: 5, 5, 5;
  --tidytouch-border-color: #DDDDDD;
  --tidytouch-border-color-rgb: 221, 221, 221;
  --section-space: 120px;
}

/*--------------------------------------------------------------
# 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-100 {
  padding-top: 100px;
}

.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-100 {
  padding-bottom: 100px;
}

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

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-family: var(--tidytouch-font, "Noto Sans Arabic", sans-serif);
  color: var(--tidytouch-text, #5E5B5B);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--tidytouch-base, #1947CD);
  transition: all 400ms ease;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
  color: var(--tidytouch-black, #222222);
}
@media (max-width: 575px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

@media (max-width: 575px) {
  p br {
    display: none;
  }
}

.background-base {
  background-color: var(--tidytouch-base, #1947CD);
}

.background-black {
  background-color: var(--tidytouch-black, #222222);
}

.background-black-2 {
  background-color: var(--tidytouch-black2, #15161B);
}

.tidytouch-text {
  color: var(--tidytouch-text, #5E5B5B);
}

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

.section-space {
  padding-top: var(--section-space, 120px);
  padding-bottom: var(--section-space, 120px);
}
@media (max-width: 767px) {
  .section-space {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section-space-top {
  padding-top: var(--section-space, 120px);
}
@media (max-width: 767px) {
  .section-space-top {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-top {
    padding-top: 80px;
  }
}

.section-space-bottom {
  padding-bottom: var(--section-space, 120px);
}
@media (max-width: 767px) {
  .section-space-bottom {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 30px;
}

.gutter-y-10 {
  --bs-gutter-y: 10px;
}

.gutter-y-15 {
  --bs-gutter-y: 15px;
}

.gutter-y-20 {
  --bs-gutter-y: 20px;
}

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

.gutter-y-40 {
  --bs-gutter-y: 40px;
}

.gutter-y-50 {
  --bs-gutter-y: 50px;
}

.gutter-y-60 {
  --bs-gutter-y: 60px;
}

.gutter-y-70 {
  --bs-gutter-y: 70px;
}

.gutter-y-80 {
  --bs-gutter-y: 80px;
}

.logo-retina img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* button */
.tidytouch-btn {
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  overflow: hidden;
  padding: 15.3px 40px 11.1px;
  background-color: var(--tidytouch-base, #1947CD);
  font-family: var(--tidytouch-font, "Noto Sans Arabic", sans-serif);
  font-size: 17px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.625;
  border-radius: 10px;
  transition: 500ms;
}
.tidytouch-btn::before, .tidytouch-btn::after {
  content: "";
  width: 25px;
  height: 500%;
  background-color: var(--tidytouch-primary, #FFB400);
  position: absolute;
  z-index: -1;
  transition: all 500ms ease;
}
.tidytouch-btn::before {
  top: 50%;
  left: -25px;
  transform: translateY(-50%) rotate(42deg);
}
.tidytouch-btn:hover::before {
  width: 51%;
  left: 0px;
  transform: translateY(-50%) rotate(0deg);
}
.tidytouch-btn::after {
  top: 50%;
  right: -25px;
  transform: translateY(-50%) rotate(42deg);
}
.tidytouch-btn:hover::after {
  width: 51%;
  right: 0px;
  transform: translateY(-50%) rotate(0deg);
}
.tidytouch-btn__icon {
  font-size: 14px;
  color: var(--tidytouch-white, #FFFFFF);
  overflow: hidden;
  transition: all 500ms ease;
}
.tidytouch-btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.tidytouch-btn:hover .tidytouch-btn__icon {
  animation: slideRight 400ms;
}
.tidytouch-btn--primary {
  background-color: var(--tidytouch-primary, #FFB400);
}
.tidytouch-btn--primary::before, .tidytouch-btn--primary::after {
  background-color: var(--tidytouch-base, #1947CD);
}
.tidytouch-btn--white {
  color: var(--tidytouch-black, #222222);
  background-color: var(--tidytouch-white, #FFFFFF);
}
.tidytouch-btn--white:hover {
  color: var(--tidytouch-white, #FFFFFF);
}
.tidytouch-btn--white .tidytouch-btn__icon {
  color: var(--tidytouch-black, #222222);
}
.tidytouch-btn--white:hover .tidytouch-btn__icon {
  color: var(--tidytouch-white, #FFFFFF);
}
.tidytouch-btn--white-2 {
  color: var(--tidytouch-black, #222222);
  background-color: var(--tidytouch-white, #FFFFFF);
}
.tidytouch-btn--white-2:hover {
  color: var(--tidytouch-white, #FFFFFF);
}
.tidytouch-btn--white-2::before, .tidytouch-btn--white-2::after {
  background-color: var(--tidytouch-base, #1947CD);
}
.tidytouch-btn--white-2 .tidytouch-btn__icon {
  color: var(--tidytouch-black, #222222);
}
.tidytouch-btn--white-2:hover .tidytouch-btn__icon {
  color: var(--tidytouch-white, #FFFFFF);
}
.tidytouch-btn--black {
  color: var(--tidytouch-white, #FFFFFF);
  background-color: var(--tidytouch-black2, #15161B);
}
.tidytouch-btn--black:hover {
  color: var(--tidytouch-white, #FFFFFF);
}
.tidytouch-btn--black .tidytouch-btn__icon {
  color: var(--tidytouch-white, #FFFFFF);
}
.tidytouch-btn--black:hover .tidytouch-btn__icon {
  color: var(--tidytouch-white, #FFFFFF);
}

.tidytouch-btn-two {
  display: inline-block;
  padding: 10px 30px;
  font-size: 16px;
  color: var(--tidytouch-text, #5E5B5B);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.25;
  border-radius: 10px;
  background-color: var(--tidytouch-white3, #F5F2EF);
  transition: all 500ms ease;
}

.video-btn {
  width: 51px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: transparent;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  border: 3px solid var(--tidytouch-white, #FFFFFF);
  font-size: 22px;
  color: var(--tidytouch-white, #FFFFFF);
  transition: all 500ms ease;
}
.video-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.video-btn:hover {
  background-color: var(--tidytouch-primary, #FFB400);
  border-color: var(--tidytouch-primary, #FFB400);
}
.video-btn > span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border: 1px solid var(--tidytouch-white, #FFFFFF);
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
  -webkit-animation: pulse-animate 4s linear infinite;
  animation: pulse-animate 4s linear infinite;
}
.video-btn:hover > span {
  border-color: var(--tidytouch-primary, #FFB400);
}
.video-btn span:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.video-btn span:nth-child(3) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.video-btn span:nth-child(4) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@-webkit-keyframes pulse-animate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes pulse-animate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
/* section title */
.sec-title {
  margin-bottom: 16px;
}
.sec-title--center {
  margin-bottom: 50px;
  text-align: center;
}
.sec-title--center .sec-title__top {
  justify-content: center;
}
.sec-title__top {
  margin-bottom: 12.86px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 575px) {
  .sec-title__top {
    gap: 15px;
  }
}
.sec-title__shape {
  flex-shrink: 0;
  max-width: 100%;
  height: auto;
}
.sec-title__tagline {
  margin: 0px;
  font-family: var(--tidytouch-special-font, "Sofadi One", sans-serif);
  font-size: 20px;
  color: var(--tidytouch-base, #1947CD);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.15;
}
@media (max-width: 575px) {
  .sec-title__tagline {
    font-size: 18px;
  }
}
.sec-title__title {
  margin: 0px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.285;
}
@media (max-width: 575px) {
  .sec-title__title {
    font-size: 30px;
  }
}
.sec-title__title span {
  display: inline-block;
  position: relative;
  color: var(--tidytouch-primary, #FFB400);
}
.sec-title__title span img {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: -40px;
  right: -10px;
  animation: moveX2 2s linear infinite;
}
@media (max-width: 1199px) {
  .sec-title__title span img {
    display: none;
  }
}

/* ratings */
.tidytouch-ratings {
  display: flex;
  align-items: center;
  gap: 9px;
}
.tidytouch-ratings__icon {
  display: inline-block;
  font-size: 16px;
  color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.tidytouch-ratings__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/* social links */
.social-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.social-links a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--tidytouch-white, #FFFFFF);
  overflow: hidden;
  transition: all 500ms ease;
}
.social-links__icon {
  display: inline-flex;
  font-size: 14px;
  color: var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
.social-links__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.social-links a:hover {
  background-color: var(--tidytouch-primary, #FFB400);
}
.social-links a:hover .social-links__icon {
  color: var(--tidytouch-white, #FFFFFF);
  animation: slideTop 400ms;
}

.social-links-two {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10.99px;
}
.social-links-two a {
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid var(--tidytouch-gray, #92918F);
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
}
.social-links-two__icon {
  display: inline-flex;
  font-size: 15px;
  color: var(--tidytouch-gray, #92918F);
  transition: all 500ms ease;
}
.social-links-two__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.social-links-two a:hover {
  background-color: var(--tidytouch-base, #1947CD);
  border-color: var(--tidytouch-base, #1947CD);
}
.social-links-two a:hover .social-links-two__icon {
  color: var(--tidytouch-white, #FFFFFF);
  animation: slideTop 400ms;
}

/* progress bar */
.progress-box + .progress-box {
  margin-top: 23px;
}
.progress-box__title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: var(--tidytouch-text, #5E5B5B);
  line-height: 1.625;
}
.progress-box__bar {
  position: relative;
  width: 100%;
  height: 14px;
  border: 1px solid var(--tidytouch-base, #1947CD);
  border-radius: 20px;
}
.progress-box__bar__inner {
  position: relative;
  position: absolute;
  height: calc(100% - 4px);
  width: 0%;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  background-color: var(--tidytouch-base, #1947CD);
  border-radius: inherit;
  transition: all 800ms linear;
}
.progress-box__bar__inner::before {
  content: "";
  width: 22px;
  height: 22px;
  background-color: var(--tidytouch-base, #1947CD);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -2px;
  transform: translateY(-50%);
}
.progress-box__bar__inner::after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: var(--tidytouch-white, #FFFFFF);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
}
.progress-box__number {
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0;
  font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
  font-size: 16px;
  color: var(--tidytouch-text, #5E5B5B);
  font-weight: 600;
  line-height: 1.625;
}

.skill-box {
  position: relative;
  padding: 30px 20px 23px;
  text-align: center;
  border-radius: 10px;
  z-index: 1;
  overflow: hidden;
  background-color: var(--tidytouch-white2, #F4F4F4);
}
.skill-box::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  border-radius: inherit;
  background-color: var(--tidytouch-black2, #15161B);
  transition: all 500ms ease;
}
.skill-box:hover::after {
  height: 100%;
  top: 0px;
}
.skill-box__shape {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
}
.skill-box__shape::before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: -50px;
  left: -50px;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: var(--tidytouch-primary, #FFB400) transparent transparent transparent;
  transition: all 500ms ease;
}
.skill-box__shape::after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  right: -50px;
  bottom: -50px;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent var(--tidytouch-primary, #FFB400) transparent;
  transition: all 500ms ease;
}
.skill-box:hover .skill-box__shape::before {
  top: 0px;
  left: 0px;
}
.skill-box:hover .skill-box__shape::after {
  right: 0px;
  bottom: 0px;
}
.skill-box__count {
  width: 82px;
  height: 82px;
  margin: 0px auto 15px;
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  overflow: hidden;
}
.skill-box__count .circle-progress {
  position: absolute;
  top: 0px;
  left: 0px;
  fill: #FFB400;
}
.skill-box__funfact {
  margin: 0px;
  display: inline-flex;
  font-family: var(--tidytouch-special-font, "Sofadi One", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--tidytouch-black5, #000000);
  transition: all 500ms ease;
}
.skill-box__title {
  margin: 0px;
  position: relative;
  z-index: 1;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
  transition: all 500ms ease;
}
.skill-box:hover .skill-box__funfact, .skill-box:hover .skill-box__title {
  color: var(--tidytouch-white, #FFFFFF);
}

/* post pagination */
.post-pagination {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 991px) {
  .post-pagination {
    margin-top: 20px;
  }
}
.post-pagination__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  font-size: 16px;
  color: var(--tidytouch-primary, #FFB400);
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  background-color: var(--tidytouch-white3, #F5F2EF);
  border-radius: 5px;
  overflow: hidden;
  transition: all 400ms ease;
}
@media (max-width: 767px) {
  .post-pagination__btn {
    width: 40px;
    height: 40px;
  }
}
.post-pagination__btn:hover {
  color: var(--tidytouch-white, #FFFFFF);
  background-color: var(--tidytouch-primary, #FFB400);
}
.post-pagination__btn.active {
  color: var(--tidytouch-white, #FFFFFF);
  background-color: var(--tidytouch-primary, #FFB400);
}
.post-pagination__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.post-pagination__icon {
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  color: var(--tidytouch-primary, #FFB400);
  transition: all 400ms ease;
}
@media (max-width: 767px) {
  .post-pagination__icon {
    font-size: 20px;
  }
}
.post-pagination__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/* owl & slick slider buton, dots customize */
.tidytouch-owl__carousel--with-shadow .owl-stage-outer {
  overflow: visible;
}
.tidytouch-owl__carousel--with-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.tidytouch-owl__carousel--with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.tidytouch-owl__carousel--basic-nav.owl-carousel .owl-nav {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.tidytouch-owl__carousel--basic-nav.owl-carousel .owl-nav button {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: var(--tidytouch-black2, #15161B);
  background-color: var(--tidytouch-white2, #F4F4F4);
  border-radius: 50%;
  transition: all 400ms ease;
}
.tidytouch-owl__carousel--basic-nav.owl-carousel .owl-nav button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 575px) {
  .tidytouch-owl__carousel--basic-nav.owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}
.tidytouch-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover {
  color: var(--tidytouch-white, #FFFFFF);
  background-color: var(--tidytouch-base, #1947CD);
}
.tidytouch-owl__carousel--basic-nav.owl-carousel .owl-nav button span {
  border: none;
  outline: none;
  color: inherit;
}
.tidytouch-owl__carousel--basic-nav.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.tidytouch-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot {
  outline: 0;
  position: relative;
  width: 11px;
  height: 11px;
  background-color: transparent;
  border: 2px solid var(--tidytouch-primary, #FFB400);
  transition: all 400ms ease;
}
.tidytouch-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  background-color: var(--tidytouch-base, #1947CD);
  transition: all 400ms ease;
}
.tidytouch-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
  background-color: transparent;
}
.tidytouch-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover, .tidytouch-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active {
  border-color: var(--tidytouch-base, #1947CD);
  background-color: var(--tidytouch-base, #1947CD);
}
.tidytouch-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover::after, .tidytouch-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active::after {
  opacity: 1;
}
.tidytouch-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span, .tidytouch-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span {
  background-color: transparent;
}
.tidytouch-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 60px;
}
.tidytouch-owl__carousel--basic-nav.owl-carousel .owl-dots.disabled,
.tidytouch-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled {
  display: none;
}

.tabs-box .tabs-content .tab:not(.active-tab) {
  display: none;
}

.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(--tidytouch-base, #1947CD);
}

.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(--tidytouch-text, #5E5B5B);
  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: 16px;
  font-weight: 500;
  color: var(--tidytouch-black, #222222);
}
@media (min-width: 481px) {
  .ul-list-one li {
    font-size: 35px;
  }
}
.ul-list-one li::before {
  content: "\e907";
  color: var(--tidytouch-base, #1947CD);
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "azino-icon";
}

.preloader {
  position: fixed;
  background-color: var(--tidytouch-black2, #15161B);
  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%;
}

/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}
.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-right: 8px;
}
.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--tidytouch-base, #1947CD);
  position: relative;
  overflow: hidden;
}
.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tidytouch-black, #222222);
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}

.ui-datepicker .ui-datepicker-header {
  background-image: none;
  background-color: var(--tidytouch-black, #222222);
  color: var(--tidytouch-white, #FFFFFF);
  font-family: var(--tidytouch-font, "Noto Sans Arabic", sans-serif);
}

.ui-datepicker-calendar th span {
  font-family: var(--tidytouch-font, "Noto Sans Arabic", sans-serif);
}
.ui-datepicker-calendar td {
  background-color: var(--tidytouch-white2, #F4F4F4);
  background-image: none;
  font-family: var(--tidytouch-font, "Noto Sans Arabic", sans-serif);
  color: var(--tidytouch-text, #5E5B5B);
}
.ui-datepicker-calendar td a {
  border-color: var(--tidytouch-border-color, #DDDDDD);
  background-color: var(--tidytouch-white2, #F4F4F4);
  background-image: none;
}
.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default {
  border-color: var(--tidytouch-border-color, #DDDDDD);
  background-color: var(--tidytouch-white2, #F4F4F4);
  background-image: none;
  color: var(--tidytouch-text, #5E5B5B);
  padding: 10px 5px;
  text-align: center;
  line-height: 1em;
}
.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-default:hover {
  color: var(--tidytouch-white, #FFFFFF);
  background-color: var(--tidytouch-base, #1947CD);
}
.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  color: var(--tidytouch-white, #FFFFFF);
  background-color: var(--tidytouch-base, #1947CD);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-image: none;
  background-color: var(--tidytouch-white, #FFFFFF);
  color: var(--tidytouch-black, #222222);
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: var(--tidytouch-base, #1947CD);
  color: var(--tidytouch-white, #FFFFFF);
  top: 2px;
}

.ui-datepicker .ui-datepicker-prev:hover {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next:hover {
  right: 2px;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--tidytouch-base, #1947CD);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}
.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--tidytouch-base, #1947CD);
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}
.custom-cursor__hover {
  background-color: var(--tidytouch-base, #1947CD);
  opacity: 0.4;
}
.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@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 banner3Shake {
  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 squareMover {
  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 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 leafMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(-2deg) translateX(5px);
  }
  50% {
    transform: rotate(-4deg) translateX(10px);
  }
}
@keyframes messageMove {
  0%, 100% {
    transform: translateX(0);
  }
  25%, 75% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(10px);
  }
}
@keyframes textRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes shapeRotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes flowerRotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  25%, 75% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(10deg);
  }
}
@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 zumpBottom {
  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 zoomIn {
  0% {
    transform: scale(1.25);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.25);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(0.7);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
  }
}
@keyframes moveX {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes moveX2 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes wobble-horizontal-hover {
  16.65% {
    transform: translateX(5px);
  }
  33.3% {
    transform: translateX(-3px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 50px) rotate3d(0, 1, 0, -190deg);
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 50px) rotate3d(0, 1, 0, -170deg);
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes smartMove {
  0% {
    width: 0;
  }
  15% {
    width: 100%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes smartMove2 {
  0% {
    width: 0;
  }
  15% {
    width: 126px;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 126px;
    opacity: 0;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes smartMove3 {
  0% {
    width: 0;
  }
  15% {
    width: 173px;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 173px;
    opacity: 0;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes rectMove {
  0%, 50%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25%, 75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes moveBackground {
  0% {
    background-position: -1920px 100%;
  }
  100% {
    background-position: 0 100%;
  }
}
@keyframes moveBackgroundY {
  0% {
    background-position: 100% 1920px;
  }
  100% {
    background-position: 100% 0;
  }
}
@keyframes slideTop {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes slideRight {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes slideLeft {
  49% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes animatedCircle {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.video-one {
  position: relative;
  z-index: 1;
  margin-bottom: -281px;
}
.video-one__wrapper {
  position: relative;
  padding: 0px 79px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .video-one__wrapper {
    padding: 0px 50px;
  }
}
@media (max-width: 767px) {
  .video-one__wrapper {
    padding: 0px 30px;
  }
}
@media (max-width: 390px) {
  .video-one__wrapper {
    padding: 0px 25px;
  }
}
.video-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 1199px) {
  .video-one__bg {
    background-position: top left;
  }
}
.video-one__inner {
  position: relative;
  z-index: 2;
}
.video-one__content {
  position: relative;
  padding: 133.5px 0px 134.5px;
}
@media (max-width: 767px) {
  .video-one__content {
    padding: 99px 0px 100px;
  }
}
@media (max-width: 575px) {
  .video-one__content {
    padding: 79px 0px 80px;
  }
}
.video-one .sec-title__tagline {
  color: var(--tidytouch-primary, #FFB400);
}
.video-one .sec-title__title {
  color: var(--tidytouch-white, #FFFFFF);
}
.video-one__text {
  margin-bottom: 30px;
  color: var(--tidytouch-white, #FFFFFF);
}
@media (max-width: 767px) {
  .video-one__text {
    margin-bottom: 40px;
  }
}
.video-one__video {
  position: relative;
  position: absolute;
  top: 72px;
  right: 31px;
}
@media (max-width: 767px) {
  .video-one__video {
    margin-bottom: 45px;
    position: static;
  }
}
.video-one__video::after {
  content: "";
  width: 157px;
  height: 162px;
  position: absolute;
  top: -65px;
  left: calc(50% + 12px);
  transform: translateX(-50%);
  background-color: var(--tidytouch-primary, #FFB400);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 426.000000 486.000000"><g transform="translate(0.000000,486.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M700 4823 c-7 -21 -17 -56 -21 -78 -4 -22 -13 -60 -19 -85 -7 -25 -18 -70 -25 -100 -7 -30 -18 -75 -25 -100 -6 -25 -15 -63 -19 -85 -4 -22 -13 -58 -18 -80 -18 -66 -35 -138 -44 -180 -7 -38 -15 -69 -44 -180 -23 -86 -37 -148 -46 -197 -4 -26 -12 -56 -18 -67 -6 -11 -11 -32 -11 -47 0 -14 -6 -47 -14 -73 -16 -50 -34 -123 -47 -186 -8 -40 -19 -85 -44 -180 -23 -86 -37 -149 -45 -190 -9 -51 -29 -130 -43 -175 -6 -19 -14 -53 -17 -75 -7 -41 -21 -99 -45 -190 -25 -95 -36 -140 -44 -180 -5 -22 -14 -62 -21 -90 -6 -27 -18 -75 -25 -105 -7 -30 -19 -77 -26 -105 -43 -172 -47 -522 -7 -685 6 -25 14 -63 19 -85 13 -67 54 -197 70 -225 5 -8 12 -22 15 -30 5 -14 15 -37 42 -100 6 -14 25 -47 42 -75 16 -27 33 -57 37 -65 3 -8 26 -41 50 -72 24 -31 43 -60 43 -65 0 -5 8 -16 18 -24 9 -9 44 -49 77 -88 65 -78 286 -271 310 -271 4 0 24 -12 44 -27 143 -109 429 -218 659 -252 92 -14 464 -14 534 -1 150 30 206 43 236 56 18 8 39 14 47 14 8 0 31 7 52 16 21 9 52 23 68 29 36 16 180 86 203 100 134 82 242 168 349 276 121 124 144 153 240 298 42 64 133 243 133 263 0 8 5 19 11 25 6 6 14 26 19 44 4 19 13 48 18 64 19 55 56 199 73 280 8 40 19 85 44 180 23 86 37 149 45 190 8 41 22 103 45 190 19 72 36 144 46 190 8 40 19 85 44 180 23 86 37 149 45 190 8 41 22 103 45 190 19 72 36 144 46 190 4 22 13 60 19 85 13 50 34 136 55 220 7 30 19 78 25 105 7 28 16 68 20 90 10 56 29 132 46 185 8 25 14 55 14 68 0 13 5 32 11 43 6 11 14 41 18 67 9 49 23 111 46 197 23 87 37 149 45 190 9 51 29 130 43 175 6 19 14 53 18 75 4 22 13 60 19 85 27 104 40 157 45 193 4 23 11 37 20 37 10 0 15 11 15 35 l0 35 -1773 0 -1773 0 -14 -37z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 426.000000 486.000000"><g transform="translate(0.000000,486.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M700 4823 c-7 -21 -17 -56 -21 -78 -4 -22 -13 -60 -19 -85 -7 -25 -18 -70 -25 -100 -7 -30 -18 -75 -25 -100 -6 -25 -15 -63 -19 -85 -4 -22 -13 -58 -18 -80 -18 -66 -35 -138 -44 -180 -7 -38 -15 -69 -44 -180 -23 -86 -37 -148 -46 -197 -4 -26 -12 -56 -18 -67 -6 -11 -11 -32 -11 -47 0 -14 -6 -47 -14 -73 -16 -50 -34 -123 -47 -186 -8 -40 -19 -85 -44 -180 -23 -86 -37 -149 -45 -190 -9 -51 -29 -130 -43 -175 -6 -19 -14 -53 -17 -75 -7 -41 -21 -99 -45 -190 -25 -95 -36 -140 -44 -180 -5 -22 -14 -62 -21 -90 -6 -27 -18 -75 -25 -105 -7 -30 -19 -77 -26 -105 -43 -172 -47 -522 -7 -685 6 -25 14 -63 19 -85 13 -67 54 -197 70 -225 5 -8 12 -22 15 -30 5 -14 15 -37 42 -100 6 -14 25 -47 42 -75 16 -27 33 -57 37 -65 3 -8 26 -41 50 -72 24 -31 43 -60 43 -65 0 -5 8 -16 18 -24 9 -9 44 -49 77 -88 65 -78 286 -271 310 -271 4 0 24 -12 44 -27 143 -109 429 -218 659 -252 92 -14 464 -14 534 -1 150 30 206 43 236 56 18 8 39 14 47 14 8 0 31 7 52 16 21 9 52 23 68 29 36 16 180 86 203 100 134 82 242 168 349 276 121 124 144 153 240 298 42 64 133 243 133 263 0 8 5 19 11 25 6 6 14 26 19 44 4 19 13 48 18 64 19 55 56 199 73 280 8 40 19 85 44 180 23 86 37 149 45 190 8 41 22 103 45 190 19 72 36 144 46 190 8 40 19 85 44 180 23 86 37 149 45 190 8 41 22 103 45 190 19 72 36 144 46 190 4 22 13 60 19 85 13 50 34 136 55 220 7 30 19 78 25 105 7 28 16 68 20 90 10 56 29 132 46 185 8 25 14 55 14 68 0 13 5 32 11 43 6 11 14 41 18 67 9 49 23 111 46 197 23 87 37 149 45 190 9 51 29 130 43 175 6 19 14 53 18 75 4 22 13 60 19 85 27 104 40 157 45 193 4 23 11 37 20 37 10 0 15 11 15 35 l0 35 -1773 0 -1773 0 -14 -37z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
@media (max-width: 767px) {
  .video-one__video::after {
    display: none;
  }
}
.video-one .video-btn {
  width: 76px;
  height: 76px;
  font-size: 32px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .video-one .video-btn {
    width: 60px;
    height: 60px;
    font-size: 25px;
  }
}
.video-one .video-btn:hover {
  color: var(--tidytouch-primary, #FFB400);
  background-color: var(--tidytouch-white, #FFFFFF);
  border-color: var(--tidytouch-white, #FFFFFF);
}
.video-one .video-btn:hover > span {
  border-color: var(--tidytouch-white, #FFFFFF);
}
.video-one__shape-1 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 47px;
  left: 43%;
  animation: moveX 2s linear infinite;
}
@media (max-width: 767px) {
  .video-one__shape-1 {
    display: none;
  }
}
.video-one__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: calc(50% - 108px);
  bottom: 48px;
  z-index: 1;
  animation: textRotate 3s linear infinite;
}
@media (max-width: 1199px) {
  .video-one__shape-2 {
    left: calc(50% - 80px);
  }
}
@media (max-width: 991px) {
  .video-one__shape-2 {
    left: calc(50% - 0px);
  }
}
@media (max-width: 767px) {
  .video-one__shape-2 {
    left: calc(50% + 60px);
  }
}
@media (max-width: 575px) {
  .video-one__shape-2 {
    display: none;
  }
}
.video-one__shape-3 {
  width: 100%;
  height: 7px;
  position: absolute;
  top: 0px;
  left: 0;
  background-repeat: repeat-x;
  background-color: transparent;
  background-blend-mode: initial;
  background-position: left top;
  animation: moveBackground 60s linear 0s infinite;
}

.team-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.team-card__image {
  position: relative;
  z-index: 1;
  padding-bottom: 106.98px;
  border-radius: 20px;
  transition: all 500ms ease;
}
@media (max-width: 390px) {
  .team-card__image {
    padding-bottom: 104.36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team-card__image {
    padding-bottom: 104.36px;
  }
}
.team-card__image img {
  width: 100% !important;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 20px;
}
.team-card__image__one {
  height: 442px;
  position: relative;
}
.team-card__image__two {
  width: 100%;
  height: 0%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 500ms ease;
}
.team-card__image__icon {
  display: inline-flex;
  position: absolute;
  top: 69px;
  left: 34px;
  font-size: 60px;
  color: RGBA(var(--tidytouch-white-rgb, 255, 255, 255), 0.3);
  transition: all 500ms ease;
  animation: textRotate 2.5s linear infinite;
}
.team-card__image__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.team-card:hover .team-card__image__two {
  height: 100%;
}
.team-card:hover .team-card__image__two .team-card__image__icon {
  top: 139px;
  color: var(--tidytouch-white, #FFFFFF);
}
.team-card__social {
  width: 100%;
  padding: 15.5px;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  transform: translateY(-100%);
  z-index: 3;
  overflow: hidden;
  border-radius: 20px 20px 0px 0px;
  background-color: var(--tidytouch-white2, #F4F4F4);
  transition: all 500ms ease;
}
.team-card__social.active {
  opacity: 1;
  transform: translateX(0%);
}
.team-card__social::before, .team-card__social::after {
  content: "";
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0px;
  background-color: var(--tidytouch-primary, #FFB400);
}
@media (max-width: 390px) {
  .team-card__social::before, .team-card__social::after {
    width: 50px;
  }
}
@media (max-width: 360px) {
  .team-card__social::before, .team-card__social::after {
    width: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team-card__social::before, .team-card__social::after {
    width: 50px;
  }
}
.team-card__social::before {
  left: 0px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.team-card__social::after {
  right: 0px;
  clip-path: polygon(100% 100%, 100% 0, 0 0);
}
.team-card .social-links {
  position: relative;
  z-index: 1;
  justify-content: center;
}
.team-card .social-links a {
  border: 1px solid var(--tidytouch-base, #1947CD);
}
.team-card .social-links a:hover {
  border-color: var(--tidytouch-primary, #FFB400);
}
.team-card__info {
  width: calc(100% - 40px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 25px 26px 22px;
  margin: 0px auto 0px;
  position: relative;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  border-radius: 0px 0px 20px 20px;
  background-color: var(--tidytouch-white2, #F4F4F4);
  z-index: 2;
  transition: all 500ms ease;
}
@media (max-width: 390px) {
  .team-card__info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 375px) {
  .team-card__info {
    width: calc(100% - 30px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team-card__info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.team-card:hover .team-card__info {
  bottom: 20px;
  border-radius: 20px;
}
@media (max-width: 375px) {
  .team-card:hover .team-card__info {
    bottom: 15px;
  }
}
.team-card__name {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.318;
}
@media (max-width: 390px) {
  .team-card__name {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team-card__name {
    font-size: 20px;
  }
}
.team-card__name a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.team-card__name a:hover {
  color: var(--tidytouch-base, #1947CD);
}
.team-card__name a:hover {
  background-size: 100% 1px;
}
.team-card__designation {
  margin: 0px;
  text-transform: capitalize;
}
.team-card__btn {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  padding: 0;
  margin: 0;
  border: none;
  position: relative;
  border-radius: 50%;
  background-color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
@media (max-width: 390px) {
  .team-card__btn {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team-card__btn {
    width: 40px;
    height: 40px;
  }
}
.team-card__btn::before, .team-card__btn::after {
  content: "";
  width: 17px;
  height: 2px;
  background-color: var(--tidytouch-white, #FFFFFF);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 390px) {
  .team-card__btn::before, .team-card__btn::after {
    width: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team-card__btn::before, .team-card__btn::after {
    width: 15px;
  }
}
.team-card__btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.team-card__btn:hover, .team-card__btn.active {
  background-color: var(--tidytouch-base, #1947CD);
}
.team-card__btn.active::after {
  display: none;
}

.team-card-two {
  position: relative;
  width: 270px;
  height: 270px;
  margin: 0px auto;
}
.team-card-two__image {
  width: 270px;
  height: 270px;
  position: relative;
  border-radius: 50%;
}
.team-card-two__image::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 0px;
  background-color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.team-card-two__image img {
  width: 100% !important;
  height: 100%;
  position: relative;
  z-index: 1;
  border-radius: inherit;
}
.team-card-two:hover .team-card-two__image::after {
  top: -11px;
}
.team-card-two__info {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  transform: scale(0.7);
  z-index: 1;
  border-radius: 50%;
  background-color: RGBA(var(--tidytouch-base-rgb, 25, 71, 205), 0.75);
  transition: all 500ms ease;
}
.team-card-two__info__inner {
  text-align: center;
}
.team-card-two:hover .team-card-two__info {
  opacity: 1;
  transform: scale(1);
}
.team-card-two__name {
  margin-bottom: 5px;
  font-size: 22px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.318;
}
.team-card-two__name a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.team-card-two__name a:hover {
  color: var(--tidytouch-primary, #FFB400);
}
.team-card-two__name a:hover {
  background-size: 100% 1px;
}
.team-card-two__designation {
  margin-bottom: 13px;
  color: var(--tidytouch-white, #FFFFFF);
  text-transform: capitalize;
}

.team-card-three {
  position: relative;
  padding: 15px;
  border-radius: 999px 999px 0 0;
  background-color: var(--tidytouch-white, #FFFFFF);
  border: 1px solid var(--tidytouch-border-color, #DDDDDD);
}
.team-card-three__image {
  position: relative;
  overflow: hidden;
  border-radius: 999px 999px 0 0;
  transition: all 500ms ease;
}
.team-card-three__image__inner {
  position: relative;
  border-radius: 999px 999px 0 0;
}
.team-card-three__image__inner::after {
  content: "";
  width: 100%;
  height: calc(100% - 75px);
  position: absolute;
  left: 0px;
  bottom: 0px;
  opacity: 0;
  transform: translateY(50%);
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(25, 71, 205, 0.9) 81.4%);
  transition: all 500ms ease;
}
.team-card-three__image img {
  width: 100% !important;
  display: block;
  border-radius: inherit;
  transition: all 500ms ease;
}
.team-card-three.active .team-card-three__image__inner::after {
  opacity: 1;
  transform: translateY(0%);
}
.team-card-three .social-links {
  width: 100%;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 26px;
  opacity: 0;
  transform: translateX(-50%) translateY(-200%);
  z-index: 1;
  transition: all 500ms ease;
}
.team-card-three__info {
  padding: 25px 23px 7px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  transition: all 500ms ease;
}
@media (max-width: 375px) {
  .team-card-three__info {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-card-three__info {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.team-card-three__name {
  margin-bottom: 6px;
  font-size: 22px;
  color: var(--tidytouch-black, #222222);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.318;
}
@media (max-width: 375px) {
  .team-card-three__name {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-card-three__name {
    font-size: 20px;
  }
}
.team-card-three__name a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.team-card-three__name a:hover {
  color: var(--tidytouch-base, #1947CD);
}
.team-card-three__name a:hover {
  background-size: 100% 1px;
}
.team-card-three__designation {
  margin: 0px;
  text-transform: capitalize;
}
.team-card-three__btn {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  padding: 0;
  margin: 0;
  border: none;
  position: relative;
  border-radius: 50%;
  background-color: var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
.team-card-three__btn::before, .team-card-three__btn::after {
  content: "";
  width: 17px;
  height: 2px;
  background-color: var(--tidytouch-white, #FFFFFF);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.team-card-three__btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.team-card-three__btn:hover, .team-card-three__btn.active {
  background-color: var(--tidytouch-primary, #FFB400);
}
.team-card-three__btn.active::after {
  display: none;
}

.team-card-four__image {
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0px 0px;
}
.team-card-four__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  border-radius: inherit;
  background-color: RGBA(var(--tidytouch-black2-rgb, 21, 22, 27), 0.3);
  transition: all 500ms ease;
}
.team-card-four__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
}
.team-card-four:hover .team-card-four__image::after {
  opacity: 1;
}
.team-card-four .social-links {
  position: absolute;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  transform: translateY(-30%);
  flex-direction: column;
  z-index: 1;
  transition: all 500ms ease;
}
@media (max-width: 430px) {
  .team-card-four .social-links {
    top: 20px;
    bottom: auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .team-card-four .social-links {
    top: 20px;
    bottom: auto;
  }
}
.team-card-four:hover .social-links {
  opacity: 1;
  transform: translateY(0%);
}
.team-card-four__identity {
  width: calc(100% - 65px);
  padding: 18.5px 40px 15.5px 20px;
  position: relative;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: var(--tidytouch-white, #FFFFFF);
  clip-path: polygon(0 0, 82% 0, 100% 100%, 0% 100%);
}
@media (max-width: 767px) {
  .team-card-four__identity {
    clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);
  }
}
@media (max-width: 430px) {
  .team-card-four__identity {
    width: calc(100% - 15px);
    clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team-card-four__identity {
    width: calc(100% - 15px);
    clip-path: polygon(0 0, 83.5% 0, 100% 100%, 0% 100%);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-card-four__identity {
    width: calc(100% - 0px);
    padding-right: 35px;
    clip-path: polygon(0 0, 84% 0, 100% 100%, 0% 100%);
  }
}
.team-card-four__identity::before {
  content: "";
  width: calc(100% - 58px);
  height: calc(100% - 5px);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  background-color: var(--tidytouch-black2, #15161B);
  clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
}
@media (max-width: 767px) {
  .team-card-four__identity::before {
    clip-path: polygon(0 0, 100% 0%, 87% 100%, 0% 100%);
  }
}
@media (max-width: 575px) {
  .team-card-four__identity::before {
    width: calc(100% - 8px);
    clip-path: polygon(0 0, 89% 0, 100% 100%, 0% 100%);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-card-four__identity::before {
    width: calc(100% - 52px);
    clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
  }
}
.team-card-four__identity::after {
  content: "";
  width: 92px;
  height: calc(100% - 8px);
  position: absolute;
  right: 8px;
  bottom: 0px;
  z-index: -1;
  background-color: var(--tidytouch-base, #1947CD);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
@media (max-width: 575px) {
  .team-card-four__identity::after {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-card-four__identity::after {
    width: 79px;
  }
}
.team-card-four__name {
  margin: 0px;
  font-size: 22px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.318;
}
@media (max-width: 375px) {
  .team-card-four__name {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .team-card-four__name {
    font-size: 20px;
  }
}
.team-card-four__name a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.team-card-four__name a:hover {
  color: var(--tidytouch-primary, #FFB400);
}
.team-card-four__name a:hover {
  background-size: 100% 1px;
}
.team-card-four__designation {
  display: inline-block;
  margin: 0px;
  padding: 8px 30px 6px 20px;
  position: relative;
  z-index: 1;
  color: var(--tidytouch-white, #FFFFFF);
  text-transform: capitalize;
  line-height: 1.25;
}
.team-card-four__designation::before {
  content: "";
  width: calc(100% + 21px);
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  background-color: RGBA(var(--tidytouch-primary-rgb, 255, 180, 0), 0.5);
  clip-path: polygon(0 0, 84% 0, 100% 100%, 0 100%);
  transition: all 500ms ease;
}
.team-card-four__designation::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  background-color: var(--tidytouch-primary, #FFB400);
  clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
  transition: all 500ms ease;
}
.team-card-four:hover .team-card-four__designation::before {
  background-color: RGBA(var(--tidytouch-base-rgb, 25, 71, 205), 0.5);
}
.team-card-four:hover .team-card-four__designation::after {
  background-color: var(--tidytouch-base, #1947CD);
}

.team-one,
.team-two,
.team-three,
.team-four,
.team-page {
  background-color: var(--tidytouch-white, #FFFFFF);
}

.team-one {
  position: relative;
  padding-top: 402px;
}
@media (max-width: 767px) {
  .team-one {
    padding-top: 382px;
  }
}
@media (max-width: 575px) {
  .team-one {
    padding-top: 362px;
  }
}
.team-one__bg {
  width: 100%;
  height: calc(100% - 296px);
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.team-one__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--tidytouch-black2-rgb, 21, 22, 27), 0.86);
}
.team-one .container {
  position: relative;
  z-index: 1;
}
.team-one .sec-title__title {
  color: var(--tidytouch-white, #FFFFFF);
}
.team-one__shape-1 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 56px;
  left: 53px;
  animation: moveX2 2s linear infinite;
}
@media (max-width: 1599px) {
  .team-one__shape-1 {
    left: 30px;
  }
}
@media (max-width: 1399px) {
  .team-one__shape-1 {
    display: none;
  }
}
.team-one__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 395px;
  right: 48px;
  animation: moveX 2s linear infinite;
}
@media (max-width: 1599px) {
  .team-one__shape-2 {
    right: 30px;
  }
}
@media (max-width: 1399px) {
  .team-one__shape-2 {
    display: none;
  }
}
.team-one--about {
  padding-top: var(--section-space, 120px);
}
@media (max-width: 767px) {
  .team-one--about {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .team-one--about {
    padding-top: 80px;
  }
}
.team-one--about .team-one__shape-1 {
  display: none;
}
.team-one--about .team-one__shape-2 {
  top: 123px;
}

.team-three {
  position: relative;
  padding-top: 257px;
}
@media (max-width: 767px) {
  .team-three {
    padding-top: 237px;
  }
}
@media (max-width: 575px) {
  .team-three {
    padding-top: 217px;
  }
}
.team-three__bg {
  width: 100%;
  height: calc(100% - 228px);
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.team-three__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--tidytouch-black2-rgb, 21, 22, 27), 0.87);
}
.team-three .container {
  position: relative;
  z-index: 1;
}
.team-three__top {
  margin-bottom: 50px;
}
.team-three .sec-title {
  margin: 0px;
}
.team-three .sec-title__title {
  color: var(--tidytouch-white, #FFFFFF);
}
.team-three__custome-navs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.team-three__custome-navs button {
  outline: none;
  margin: 0;
  padding: 0;
  width: 53px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--tidytouch-base, #1947CD);
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid var(--tidytouch-base, #1947CD);
  transition: all 400ms ease;
}
.team-three__custome-navs button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.team-three__custome-navs button:hover {
  color: var(--tidytouch-white, #FFFFFF);
  background-color: var(--tidytouch-primary, #FFB400);
  border-color: var(--tidytouch-primary, #FFB400);
}
.team-three__custome-navs button span {
  border: none;
  outline: none;
  color: inherit;
}

.blog-card {
  position: relative;
  padding: 10px;
  background-color: var(--tidytouch-white, #FFFFFF);
  transition: all 500ms ease;
}
.blog-card:hover {
  filter: drop-shadow(0px 2px 10.1px rgba(0, 0, 0, 0.18));
}
.blog-card__content {
  position: relative;
  padding: 60px 20px 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card__content {
    padding: 60px 10px 20px;
  }
}
@media (max-width: 360px) {
  .blog-card__content {
    padding: 60px 10px 20px;
  }
}
.blog-card__category {
  position: relative;
  position: absolute;
  top: -10px;
  left: 20px;
  padding: 8.15px 18.5px;
  display: inline-block;
  flex-shrink: 0;
  background-color: var(--tidytouch-primary, #FFB400);
  font-size: 15px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card__category {
    font-size: 13px;
  }
}
@media (max-width: 360px) {
  .blog-card__category {
    font-size: 13px;
  }
}
.blog-card__category::after {
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -30px;
  background-color: var(--tidytouch-base, #1947CD);
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  transition: all 500ms ease;
}
.blog-card:hover .blog-card__category {
  background-color: var(--tidytouch-base, #1947CD);
}
.blog-card:hover .blog-card__category::after {
  background-color: var(--tidytouch-primary, #FFB400);
}
.blog-card__date {
  padding: 0;
  min-width: 55px;
  min-height: 51px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: -10px;
  right: -10px;
  font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
  font-size: 22px;
  text-align: center;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  background-color: var(--tidytouch-white, #FFFFFF);
}
.blog-card__date__day {
  width: 100%;
  display: block;
  padding: 5px 5px;
  background-color: var(--tidytouch-black2, #15161B);
  transition: all 500ms ease;
}
.blog-card__date__month {
  width: 100%;
  display: block;
  padding: 5px;
  font-size: 12px;
  background-color: var(--tidytouch-base, #1947CD);
}
.blog-card:hover .blog-card__date__day {
  background-color: var(--tidytouch-primary, #FFB400);
}
.blog-card__meta {
  margin: 0px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 38px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card__meta {
    gap: 24px;
  }
}
@media (max-width: 360px) {
  .blog-card__meta {
    gap: 24px;
  }
}
.blog-card__meta li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  color: var(--tidytouch-text, #5E5B5B);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card__meta li {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .blog-card__meta li {
    font-size: 15px;
  }
}
.blog-card__meta li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: calc(100% - 8px);
  background-color: var(--tidytouch-border-color, #DDDDDD);
  position: absolute;
  top: 50%;
  right: -19px;
  transform: translateY(-50%);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card__meta li:not(:last-child)::after {
    right: -12px;
  }
}
@media (max-width: 360px) {
  .blog-card__meta li:not(:last-child)::after {
    right: -12px;
  }
}
.blog-card__meta li a {
  color: inherit;
}
.blog-card__meta li a:hover {
  color: var(--tidytouch-base, #1947CD);
}
.blog-card__meta__icon {
  position: relative;
  top: -1px;
  display: inline-flex;
  font-size: 16px;
  color: var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card__meta__icon {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .blog-card__meta__icon {
    font-size: 15px;
  }
}
.blog-card__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-card__title {
  margin: 17px 0px 0px;
  padding-top: 14px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.272;
  border-top: 1px solid var(--tidytouch-border-color, #DDDDDD);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card__title {
    font-size: 20px;
  }
}
@media (max-width: 360px) {
  .blog-card__title {
    font-size: 20px;
  }
}
.blog-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card__title a:hover {
  color: var(--tidytouch-base, #1947CD);
}
.blog-card__title a:hover {
  background-size: 100% 1px;
}
.blog-card__image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.blog-card__image img {
  width: 100%;
  display: block;
  transition: all 500ms ease;
}
.blog-card__image__overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--tidytouch-black2-rgb, 21, 22, 27), 0.7);
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-20%);
  transition: opacity 500ms ease, transform 500ms ease;
}
.blog-card__image__overlay__btn {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  color: var(--tidytouch-primary, #FFB400);
  background-color: var(--tidytouch-white, #FFFFFF);
  transform: rotate(-45deg);
  transition: all 500ms ease;
}
.blog-card__image__overlay__btn:hover {
  color: var(--tidytouch-white, #FFFFFF);
  background-color: var(--tidytouch-primary, #FFB400);
  transform: rotate(0deg);
}
.blog-card:hover .blog-card__image img {
  transform: scale(1.1);
}
.blog-card:hover .blog-card__image__overlay {
  opacity: 1;
  transform: translateY(0);
}

.blog-card-two__image {
  position: relative;
  overflow: hidden;
}
.blog-card-two__image img {
  width: 100%;
  display: block;
  transition: all 500ms ease;
}
.blog-card-two__image__link {
  width: 100%;
  height: 100%;
  background-color: rgba(var(--tidytouch-black2-rgb, 21, 22, 27), 0.7);
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-20%);
  transition: opacity 500ms ease, transform 500ms ease;
}
.blog-card-two__image__link::before, .blog-card-two__image__link::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: var(--tidytouch-white, #FFFFFF);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-card-two__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.blog-card-two:hover .blog-card-two__image img {
  transform: scale(1.1);
}
.blog-card-two:hover .blog-card-two__image__link {
  opacity: 1;
  transform: translateY(0);
}
.blog-card-two__content {
  position: relative;
  z-index: 1;
  padding: 0px 40px 83px;
}
@media (max-width: 767px) {
  .blog-card-two__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 360px) {
  .blog-card-two__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-two__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.blog-card-two__content::after {
  content: "";
  width: 100%;
  height: calc(100% - 74px);
  position: absolute;
  top: 46px;
  left: 0px;
  z-index: -1;
  background-color: var(--tidytouch-white, #FFFFFF);
  filter: drop-shadow(0px 0px 12.1px rgba(0, 0, 0, 0.1));
}
.blog-card-two__meta {
  margin: -46px 0px 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px 0px;
}
@media (max-width: 575px) {
  .blog-card-two__meta {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-two__meta {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .blog-card-two__meta li:first-child {
    order: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-two__meta li:first-child {
    order: 1;
  }
}
@media (max-width: 575px) {
  .blog-card-two__meta li:last-child {
    order: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-two__meta li:last-child {
    order: 0;
  }
}
.blog-card-two__category {
  position: relative;
  z-index: 1;
  padding: 12.5px 20px 11.5px;
  display: inline-block;
  background-color: var(--tidytouch-primary, #FFB400);
  font-size: 16px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 500;
  line-height: 1.375;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.blog-card-two__category::before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  left: 0px;
  bottom: -44px;
  border-style: solid;
  border-width: 0 44px 44px 0;
  border-color: transparent var(--tidytouch-base, #1947CD) transparent transparent;
  transition: all 500ms ease;
}
@media (max-width: 575px) {
  .blog-card-two__category::before {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-two__category::before {
    display: none;
  }
}
.blog-card-two__category::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  border-radius: 0px;
  background-color: var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
.blog-card-two:hover .blog-card-two__category::before {
  border-color: transparent var(--tidytouch-primary, #FFB400) transparent transparent;
}
.blog-card-two:hover .blog-card-two__category::after {
  width: 100%;
  left: 0px;
}
.blog-card-two__date {
  position: relative;
  padding: 13.5px 20px 10.5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: var(--tidytouch-white, #FFFFFF);
  font-size: 16px;
  color: var(--tidytouch-text, #5E5B5B);
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.375;
}
.blog-card-two__date::after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  right: 0px;
  bottom: -44px;
  border-style: solid;
  border-width: 44px 44px 0 0;
  border-color: var(--tidytouch-primary, #FFB400) transparent transparent transparent;
  transition: all 500ms ease;
}
@media (max-width: 575px) {
  .blog-card-two__date::after {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-two__date::after {
    display: none;
  }
}
.blog-card-two__date__icon {
  font-size: 16px;
  color: var(--tidytouch-primary, #FFB400);
}
.blog-card-two__date__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-card-two:hover .blog-card-two__date::after {
  border-color: var(--tidytouch-base, #1947CD) transparent transparent transparent;
}
.blog-card-two__admin {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 390px) {
  .blog-card-two__admin {
    gap: 15px;
  }
}
.blog-card-two__admin__image {
  width: 52px !important;
  height: 52px;
  border-radius: 50%;
}
@media (max-width: 390px) {
  .blog-card-two__admin__image {
    width: 45px !important;
    height: 45px;
  }
}
.blog-card-two__admin__name {
  margin: 0px;
  text-transform: capitalize;
}
@media (max-width: 390px) {
  .blog-card-two__admin__name {
    font-size: 15px;
  }
}
.blog-card-two__admin__name a {
  color: inherit;
}
.blog-card-two__admin__name a:hover {
  color: var(--tidytouch-base, #1947CD);
}
.blog-card-two__title {
  margin: 0px;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  line-height: 1.272;
}
@media (max-width: 390px) {
  .blog-card-two__title {
    font-size: 20px;
  }
}
.blog-card-two__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card-two__title a:hover {
  color: var(--tidytouch-base, #1947CD);
}
.blog-card-two__title a:hover {
  background-size: 100% 1px;
}
.blog-card-two__button {
  width: 100%;
  height: 54px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  overflow: hidden;
}
.blog-card-two__btn {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0px auto;
  border-radius: 50%;
  font-size: 18px;
  color: var(--tidytouch-white, #FFFFFF);
  transform: rotate(-45deg);
  background-color: var(--tidytouch-black2, #15161B);
  transition: all 500ms ease;
}
.blog-card-two__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-card-two:hover .blog-card-two__btn {
  transform: translateY(-56px) rotate(0deg);
}
.blog-card-two .tidytouch-btn {
  flex-shrink: 0;
}
.blog-card-two .tidytouch-btn::before, .blog-card-two .tidytouch-btn::after {
  background-color: var(--tidytouch-base, #1947CD);
}
.blog-card-two:hover .tidytouch-btn {
  transform: translateY(-54px);
}

.blog-card-three__image {
  position: relative;
  z-index: 1;
}
.blog-card-three__image__inner {
  position: relative;
  overflow: hidden;
}
.blog-card-three__image img {
  width: 100%;
  display: block;
  transition: all 500ms ease;
}
.blog-card-three__image__link {
  width: 100%;
  height: 100%;
  background-color: rgba(var(--tidytouch-black2-rgb, 21, 22, 27), 0.6);
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-10%);
  transition: opacity 500ms ease, transform 500ms ease;
}
.blog-card-three__image__link::before, .blog-card-three__image__link::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: var(--tidytouch-white, #FFFFFF);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-card-three__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.blog-card-three:hover .blog-card-three__image img {
  transform: scale(1.1);
}
.blog-card-three:hover .blog-card-three__image__link {
  opacity: 1;
  transform: translateY(0);
}
.blog-card-three__date {
  padding: 0;
  min-width: 55px;
  min-height: 51px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
  font-size: 22px;
  text-align: center;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  background-color: var(--tidytouch-white, #FFFFFF);
}
.blog-card-three__date__day {
  width: 100%;
  display: block;
  padding: 5px 5px;
  background-color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.blog-card-three__date__month {
  width: 100%;
  display: block;
  padding: 5px;
  font-size: 12px;
  background-color: var(--tidytouch-base, #1947CD);
}
.blog-card-three:hover .blog-card-three__date__day {
  background-color: var(--tidytouch-primary, #FFB400);
}
.blog-card-three__content {
  position: relative;
  padding: 24px 30px 0px;
  z-index: 1;
  overflow: hidden;
  background-color: var(--tidytouch-white, #FFFFFF);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-three__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 360px) {
  .blog-card-three__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.blog-card-three__content::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  border-radius: 0px;
  background-color: var(--tidytouch-black2, #15161B);
  transition: all 500ms ease;
}
.blog-card-three:hover .blog-card-three__content::after {
  height: 100%;
  top: 0px;
}
.blog-card-three__inner {
  position: relative;
  z-index: 1;
}
.blog-card-three__meta {
  margin-bottom: 15px;
  padding-bottom: 16px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 38px;
  border-bottom: 1px solid var(--tidytouch-border-color, #DDDDDD);
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-three__meta {
    gap: 24px;
  }
}
@media (max-width: 360px) {
  .blog-card-three__meta {
    gap: 24px;
  }
}
.blog-card-three__meta li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  color: var(--tidytouch-text, #5E5B5B);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-three__meta li {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .blog-card-three__meta li {
    font-size: 15px;
  }
}
.blog-card-three__meta li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: calc(100% - 8px);
  background-color: var(--tidytouch-border-color, #DDDDDD);
  position: absolute;
  top: 50%;
  right: -19px;
  transform: translateY(-50%);
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-three__meta li:not(:last-child)::after {
    right: -12px;
  }
}
@media (max-width: 360px) {
  .blog-card-three__meta li:not(:last-child)::after {
    right: -12px;
  }
}
.blog-card-three__meta li a {
  color: inherit;
}
.blog-card-three__meta li a:hover {
  color: var(--tidytouch-primary, #FFB400);
}
.blog-card-three__meta__icon {
  position: relative;
  top: -1px;
  display: inline-flex;
  font-size: 16px;
  color: var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-three__meta__icon {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .blog-card-three__meta__icon {
    font-size: 15px;
  }
}
.blog-card-three__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-card-three:hover .blog-card-three__meta {
  border-color: RGBA(var(--tidytouch-border-color-rgb, 221, 221, 221), 0.5);
}
.blog-card-three:hover .blog-card-three__meta li {
  color: var(--tidytouch-white, #FFFFFF);
}
.blog-card-three:hover .blog-card-three__meta li::after {
  background-color: RGBA(var(--tidytouch-border-color-rgb, 221, 221, 221), 0.5);
}
.blog-card-three:hover .blog-card-three__meta__icon {
  color: var(--tidytouch-primary, #FFB400);
}
.blog-card-three__title {
  margin-bottom: 28px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.272;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-three__title {
    font-size: 20px;
  }
}
@media (max-width: 360px) {
  .blog-card-three__title {
    font-size: 20px;
  }
}
.blog-card-three__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card-three__title a:hover {
  color: var(--tidytouch-primary, #FFB400);
}
.blog-card-three__title a:hover {
  background-size: 100% 1px;
}
.blog-card-three:hover .blog-card-three__title {
  color: var(--tidytouch-white, #FFFFFF);
}
.blog-card-three__button {
  padding-bottom: 44px;
}
.blog-card-three__shape {
  width: 133px;
  height: 133px;
  border-radius: 50%;
  position: absolute;
  right: -63px;
  bottom: -69px;
  opacity: 0;
  background-color: var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
.blog-card-three:hover .blog-card-three__shape {
  opacity: 1;
}

.blog-card-four {
  overflow: hidden;
  min-height: 433px;
}
.blog-card-four__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transition: all 500ms ease;
}
.blog-card-four__image--2 {
  opacity: 0;
  visibility: hidden;
}
.blog-card-four:hover .blog-card-four__image--1 {
  opacity: 0;
  visibility: hidden;
}
.blog-card-four:hover .blog-card-four__image--2 {
  opacity: 1;
  visibility: visible;
}
.blog-card-four__content {
  display: flex;
  align-items: flex-end;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 30px 10px;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-four__content {
    padding: 30px 20px 0px;
  }
}
@media (max-width: 360px) {
  .blog-card-four__content {
    padding: 30px 20px 0px;
  }
}
.blog-card-four__content::before, .blog-card-four__content::after {
  content: "";
  width: 100%;
  height: calc(100% - 50px);
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
}
.blog-card-four__content::before {
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(25, 71, 205, 0.9) 81.4%);
}
.blog-card-four__content::after {
  opacity: 0;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(255, 180, 0, 0.81) 81.4%);
}
.blog-card-four:hover .blog-card-four__content::before {
  opacity: 0;
}
.blog-card-four:hover .blog-card-four__content::after {
  opacity: 1;
}
.blog-card-four__inner {
  position: relative;
  z-index: 1;
}
.blog-card-four__meta {
  margin-bottom: 15px;
  padding-bottom: 16px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 38px;
  border-bottom: 1px solid var(--tidytouch-border-color, #DDDDDD);
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-four__meta {
    gap: 24px;
  }
}
@media (max-width: 360px) {
  .blog-card-four__meta {
    gap: 24px;
  }
}
.blog-card-four__meta li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  color: var(--tidytouch-white, #FFFFFF);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-four__meta li {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .blog-card-four__meta li {
    font-size: 15px;
  }
}
.blog-card-four__meta li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: calc(100% - 8px);
  background-color: var(--tidytouch-border-color, #DDDDDD);
  position: absolute;
  top: 50%;
  right: -19px;
  transform: translateY(-50%);
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-four__meta li:not(:last-child)::after {
    right: -12px;
  }
}
@media (max-width: 360px) {
  .blog-card-four__meta li:not(:last-child)::after {
    right: -12px;
  }
}
.blog-card-four__meta li a {
  color: inherit;
}
.blog-card-four__meta__icon {
  position: relative;
  top: -1px;
  display: inline-flex;
  font-size: 16px;
  color: var(--tidytouch-white, #FFFFFF);
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-four__meta__icon {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .blog-card-four__meta__icon {
    font-size: 15px;
  }
}
.blog-card-four__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-card-four__title {
  margin-bottom: 18px;
  font-size: 22px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.272;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-four__title {
    font-size: 20px;
  }
}
@media (max-width: 360px) {
  .blog-card-four__title {
    font-size: 20px;
  }
}
.blog-card-four__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card-four__title a:hover {
  background-size: 100% 1px;
}
.blog-card-four:hover .blog-card-four__title {
  color: var(--tidytouch-white, #FFFFFF);
}
.blog-card-four__button {
  padding-bottom: 28px;
}
.blog-card-four__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.25;
  z-index: 1;
  transition: all 500ms ease;
}
.blog-card-four__link__icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transform: rotate(-45deg);
  font-size: 8px;
  color: var(--tidytouch-white, #FFFFFF);
  border-radius: 50%;
  background-color: var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
.blog-card-four__link__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-card-four__link:hover .blog-card-four__link__icon {
  transform: rotate(0deg);
}

.blog-card-five {
  position: relative;
  padding: 10px;
  overflow: hidden;
  z-index: 1;
  background-color: var(--tidytouch-white2, #F4F4F4);
  transition: all 500ms ease;
}
.blog-card-five::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  border-radius: 0px;
  background-color: var(--tidytouch-black2, #15161B);
  transition: all 500ms ease;
}
.blog-card-five:hover::after {
  height: 100%;
  top: 0px;
}
.blog-card-five__image {
  position: relative;
  z-index: 1;
}
.blog-card-five__image__inner {
  position: relative;
  overflow: hidden;
}
.blog-card-five__image img {
  width: 100%;
  display: block;
  transition: all 500ms ease;
}
.blog-card-five__image__link {
  width: 100%;
  height: 100%;
  background-color: rgba(var(--tidytouch-black2-rgb, 21, 22, 27), 0.6);
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-10%);
  transition: opacity 500ms ease, transform 500ms ease;
}
.blog-card-five__image__link::before, .blog-card-five__image__link::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: var(--tidytouch-white, #FFFFFF);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-card-five__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.blog-card-five:hover .blog-card-five__image img {
  transform: scale(1.1);
}
.blog-card-five:hover .blog-card-five__image__link {
  opacity: 1;
  transform: translateY(0);
}
.blog-card-five__category {
  position: relative;
  padding: 8.15px 18.5px;
  display: inline-block;
  flex-shrink: 0;
  background-color: var(--tidytouch-primary, #FFB400);
  font-size: 15px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-five__category {
    font-size: 13px;
  }
}
@media (max-width: 360px) {
  .blog-card-five__category {
    font-size: 13px;
  }
}
.blog-card-five__category::after {
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: -30px;
  background-color: var(--tidytouch-base, #1947CD);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  transition: all 500ms ease;
}
.blog-card-five:hover .blog-card-five__category {
  background-color: var(--tidytouch-base, #1947CD);
}
.blog-card-five:hover .blog-card-five__category::after {
  background-color: var(--tidytouch-primary, #FFB400);
}
.blog-card-five__date {
  padding: 0;
  min-width: 55px;
  min-height: 51px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  right: 0px;
  bottom: 16px;
  font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
  font-size: 22px;
  text-align: center;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  background-color: var(--tidytouch-white, #FFFFFF);
}
.blog-card-five__date__day {
  width: 100%;
  display: block;
  padding: 5px 5px;
  background-color: var(--tidytouch-black2, #15161B);
  transition: all 500ms ease;
}
.blog-card-five__date__month {
  width: 100%;
  display: block;
  padding: 5px;
  font-size: 12px;
  background-color: var(--tidytouch-base, #1947CD);
}
.blog-card-five:hover .blog-card-five__date__day {
  background-color: var(--tidytouch-primary, #FFB400);
}
.blog-card-five__content {
  position: relative;
  padding: 24px 20px 17px;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-five__content {
    padding: 14px 10px 7px;
  }
}
@media (max-width: 360px) {
  .blog-card-five__content {
    padding: 14px 10px 7px;
  }
}
.blog-card-five__title {
  margin-bottom: 18px;
  padding-bottom: 19px;
  position: relative;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.272;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-five__title {
    font-size: 20px;
  }
}
@media (max-width: 360px) {
  .blog-card-five__title {
    font-size: 20px;
  }
}
.blog-card-five__title::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: var(--tidytouch-border-color, #DDDDDD);
  transition: all 500ms ease;
}
.blog-card-five__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card-five__title a:hover {
  color: var(--tidytouch-primary, #FFB400);
}
.blog-card-five__title a:hover {
  background-size: 100% 1px;
}
.blog-card-five:hover .blog-card-five__title {
  color: var(--tidytouch-white, #FFFFFF);
}
.blog-card-five:hover .blog-card-five__title::after {
  background-color: RGBA(var(--tidytouch-border-color-rgb, 221, 221, 221), 0.82);
}
.blog-card-five__meta {
  margin: 0px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 38px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-five__meta {
    gap: 24px;
  }
}
@media (max-width: 360px) {
  .blog-card-five__meta {
    gap: 24px;
  }
}
.blog-card-five__meta li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  color: var(--tidytouch-text, #5E5B5B);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-five__meta li {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .blog-card-five__meta li {
    font-size: 15px;
  }
}
.blog-card-five__meta li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: calc(100% - 8px);
  background-color: var(--tidytouch-border-color, #DDDDDD);
  position: absolute;
  top: 50%;
  right: -19px;
  transform: translateY(-50%);
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-five__meta li:not(:last-child)::after {
    right: -12px;
  }
}
@media (max-width: 360px) {
  .blog-card-five__meta li:not(:last-child)::after {
    right: -12px;
  }
}
.blog-card-five__meta li a {
  color: inherit;
}
.blog-card-five__meta li a:hover {
  color: var(--tidytouch-primary, #FFB400);
}
.blog-card-five__meta__icon {
  position: relative;
  top: -1px;
  display: inline-flex;
  font-size: 16px;
  color: var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-five__meta__icon {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .blog-card-five__meta__icon {
    font-size: 15px;
  }
}
.blog-card-five__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-card-five:hover .blog-card-five__meta li {
  color: var(--tidytouch-white, #FFFFFF);
}
.blog-card-five:hover .blog-card-five__meta li::after {
  background-color: RGBA(var(--tidytouch-border-color-rgb, 221, 221, 221), 0.82);
}
.blog-card-five:hover .blog-card-five__meta__icon {
  color: var(--tidytouch-primary, #FFB400);
}

.blog-card-six__image {
  margin-bottom: 30px;
}
.blog-card-six__image img {
  width: 100%;
  display: block;
}
.blog-card-six__meta {
  margin-bottom: 21px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 20px;
}
.blog-card-six__meta li {
  display: inline-flex;
}
.blog-card-six__category {
  position: relative;
  z-index: 1;
  padding: 8px 30px 7px;
  color: var(--tidytouch-white, #FFFFFF);
  line-height: 1.25;
  border-radius: 100px;
  overflow: hidden;
  background-color: var(--tidytouch-primary, #FFB400);
}
.blog-card-six__category::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  border-radius: inherit;
  background-color: var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
.blog-card-six__category:hover::after {
  width: 100%;
  left: 0px;
}
.blog-card-six__admin {
  display: flex;
  align-items: center;
}
.blog-card-six__admin__text {
  margin: 0;
  position: relative;
  font-size: 16px;
  color: var(--tidytouch-text, #5E5B5B);
  text-transform: capitalize;
}
.blog-card-six__admin__text:not(:last-child)::after {
  content: "/";
  margin-left: 6px;
  margin-right: 6px;
  font-size: 16px;
  color: var(--tidytouch-text, #5E5B5B);
  font-weight: 400;
}
.blog-card-six__admin__text a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card-six__admin__text a:hover {
  color: var(--tidytouch-base, #1947CD);
}
.blog-card-six__admin__text a:hover {
  background-size: 100% 1px;
}
.blog-card-six__comment {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-card-six__comment__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 16px;
  color: var(--tidytouch-text, #5E5B5B);
}
.blog-card-six__comment__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-card-six__comment__text {
  color: var(--tidytouch-text, #5E5B5B);
  text-transform: capitalize;
  transition: all 500ms ease;
}
.blog-card-six__comment__text:hover {
  color: var(--tidytouch-base, #1947CD);
}
.blog-card-six__title {
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
}
.blog-card-six__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card-six__title a:hover {
  color: var(--tidytouch-base, #1947CD);
}
.blog-card-six__title a:hover {
  background-size: 100% 1px;
}
.blog-card-six__text {
  margin-bottom: 28px;
}

.blog-one,
.blog-three {
  background-color: var(--tidytouch-white2, #F4F4F4);
}

.blog-two {
  background-color: var(--tidytouch-white, #FFFFFF);
}

.blog-page {
  background-color: var(--tidytouch-white, #FFFFFF);
}
.blog-page--two .blog-card {
  background-color: var(--tidytouch-white2, #F4F4F4);
}
.blog-page .post-pagination {
  justify-content: center;
}
.blog-page--sidebar .post-pagination {
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .blog-page--sidebar .post-pagination {
    justify-content: center;
  }
}
.blog-page .blog-card-three__content {
  background-color: var(--tidytouch-white2, #F4F4F4);
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar {
  max-width: 1920px;
  margin: 0px auto;
  padding-left: 172px;
  padding-right: 154px;
  background-color: var(--tidytouch-white, #FFFFFF);
}
@media (max-width: 1799px) {
  .topbar {
    padding-left: 130px;
  }
}
@media (max-width: 1399px) {
  .topbar {
    padding-left: 20px;
    padding-right: 120px;
  }
}
@media (max-width: 1199px) {
  .topbar {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .topbar {
    display: none;
  }
}
.topbar__wrapper {
  position: relative;
  padding: 0px 15px;
  background-color: var(--tidytouch-black2, #15161B);
}
.topbar__wrapper::before, .topbar__wrapper::after {
  content: "";
  width: 104px;
  height: 100%;
  position: absolute;
  top: 0px;
}
@media (max-width: 1599px) {
  .topbar__wrapper::before, .topbar__wrapper::after {
    display: none;
  }
}
.topbar__wrapper::before {
  left: -104px;
  background-color: RGBA(var(--tidytouch-base-rgb, 25, 71, 205), 0.3);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
.topbar__wrapper::after {
  left: -52px;
  background-color: var(--tidytouch-base, #1947CD);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.topbar .container {
  position: relative;
  z-index: 1;
}
.topbar__inner {
  position: relative;
  padding: 13px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  z-index: 1;
}
.topbar__text {
  margin: 0px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 400;
}
@media (max-width: 1199px) {
  .topbar__text {
    display: none;
  }
}
.topbar__text span {
  margin-right: 5px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tidytouch-primary, #FFB400);
}
.topbar__text a {
  display: inline-block;
  flex-shrink: 0;
  margin-left: 20px;
  padding: 3.5px 14.5px;
  color: var(--tidytouch-base, #1947CD);
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.25;
  border-radius: 10px;
  background-color: var(--tidytouch-white, #FFFFFF);
  transition: all 500ms ease;
}
.topbar__text a:hover {
  color: var(--tidytouch-white, #FFFFFF);
  background-color: var(--tidytouch-primary, #FFB400);
}
.topbar__info {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 29px;
}
@media (max-width: 1199px) {
  .topbar__info {
    width: 100%;
    justify-content: center;
  }
}
.topbar__info li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--tidytouch-white, #FFFFFF);
  line-height: 1.285;
}
.topbar__info li a {
  color: inherit;
}
.topbar__info li a:hover {
  color: var(--tidytouch-primary, #FFB400);
}
.topbar__info__icon {
  font-size: 15px;
  color: var(--tidytouch-primary, #FFB400);
}
.topbar__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.topbar--two {
  position: relative;
  max-width: 100%;
  padding: 0px;
  background-color: var(--tidytouch-black2, #15161B);
}
.topbar--two::before, .topbar--two::after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  clip-path: polygon(0 0, 78% 0, 100% 100%, 0% 100%);
}
.topbar--two::before {
  width: 240px;
  background-color: var(--tidytouch-white, #FFFFFF);
}
@media (max-width: 1799px) {
  .topbar--two::before {
    width: 200px;
  }
}
@media (max-width: 1599px) {
  .topbar--two::before {
    width: 120px;
  }
}
@media (max-width: 1399px) {
  .topbar--two::before {
    display: none;
  }
}
.topbar--two::after {
  width: 228px;
  background-color: var(--tidytouch-base, #1947CD);
}
@media (max-width: 1799px) {
  .topbar--two::after {
    width: 188px;
  }
}
@media (max-width: 1599px) {
  .topbar--two::after {
    width: 110px;
  }
}
@media (max-width: 1399px) {
  .topbar--two::after {
    display: none;
  }
}
.topbar--two .topbar__inner {
  padding: 0px;
}
@media (max-width: 991px) {
  .topbar--two .topbar__inner {
    padding: 16px 0px;
  }
}
.topbar--two .topbar__info {
  width: auto;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .topbar--two .topbar__info {
    width: 100%;
    justify-content: center;
  }
}
.topbar--two .topbar__social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .topbar--two .topbar__social {
    display: none;
  }
}
.topbar--two .topbar__social a {
  width: 45px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-size: 15px;
  color: var(--tidytouch-white, #FFFFFF);
  border-right: 1px solid RGBA(var(--tidytouch-border-color-rgb, 221, 221, 221), 0.8);
  transition: all 500ms ease;
}
.topbar--two .topbar__social a:first-child {
  border-left: 1px solid RGBA(var(--tidytouch-border-color-rgb, 221, 221, 221), 0.8);
}
.topbar--two .topbar__social a::after {
  content: "";
  width: calc(100% + 2px);
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  opacity: 0;
  z-index: -1;
  transform: translateX(-50%);
  color: var(--tidytouch-white, #FFFFFF);
  background-color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.topbar--two .topbar__social a:hover::after {
  opacity: 1;
}
.topbar--two .topbar__social a svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.topbar-two {
  background-color: var(--tidytouch-white, #FFFFFF);
}
@media (max-width: 767px) {
  .topbar-two {
    display: none;
  }
}
.topbar-two__title-box {
  text-align: center;
}
.topbar-two__title {
  display: inline-block;
  position: relative;
  margin: 0px;
  padding: 13.25px 79px;
  font-family: var(--tidytouch-special-font, "Sofadi One", sans-serif);
  font-size: 20px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.444;
  background-color: var(--tidytouch-primary, #FFB400);
}
.topbar-two__title::before, .topbar-two__title::after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0px;
  left: -46px;
  z-index: 99;
  border-style: solid;
  border-width: 55px 45.5px 0 45.5px;
  border-color: #FFE199 transparent transparent transparent;
}
.topbar-two__title::after {
  left: auto;
  right: -46px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-header {
  position: relative;
  z-index: 999;
  background-color: var(--tidytouch-white, #FFFFFF);
}
.main-header__wrapper {
  margin: 0px auto;
  max-width: 1920px;
  padding-left: 118px;
  padding-right: 15px;
}
@media (max-width: 1799px) {
  .main-header__wrapper {
    padding-left: 70px;
  }
}
@media (max-width: 1399px) {
  .main-header__wrapper {
    padding-left: 20px;
  }
}
@media (max-width: 1199px) {
  .main-header__wrapper {
    padding: 0px;
  }
}
@media (min-width: 1200px) {
  .main-header__container {
    padding: 0px;
    max-width: 100%;
  }
}
.main-header__inner {
  padding-right: 234px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1799px) {
  .main-header__inner {
    padding-right: 160px;
  }
}
@media (max-width: 1399px) {
  .main-header__inner {
    padding-right: 130px;
  }
}
@media (max-width: 1199px) {
  .main-header__inner {
    padding: 20px 0px;
  }
}
@media (max-width: 480px) {
  .main-header__logo {
    margin-right: 15px;
  }
}
.main-header__logo img {
  max-width: 100%;
  height: auto;
}
.main-header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main-header__nav {
  margin-right: 36px;
}
@media (max-width: 1199px) {
  .main-header__nav {
    display: none;
  }
}
.main-header__search, .main-header__cart {
  display: inline-flex;
  position: relative;
  font-size: 26px;
  color: var(--tidytouch-black4, #151316);
  transition: all 500ms ease;
}
.main-header__search svg, .main-header__cart svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 480px) {
  .main-header__search, .main-header__cart {
    font-size: 20px;
  }
}
.main-header__search:hover, .main-header__cart:hover {
  color: var(--tidytouch-base, #1947CD);
}
@media (max-width: 1199px) {
  .main-header__search {
    margin-left: 50px;
  }
}
@media (max-width: 480px) {
  .main-header__search {
    margin-left: 40px;
  }
}
.main-header__search::before {
  content: "";
  display: none;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  background-color: RGBA(var(--tidytouch-black-rgb, 34, 34, 34), 0.3);
}
@media (max-width: 1199px) {
  .main-header__search::before {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .main-header__search::before {
    left: -20px;
  }
}
.main-header__cart {
  position: relative;
  margin-left: 30px;
}
@media (max-width: 575px) {
  .main-header__cart {
    margin-left: 20px;
  }
}
.main-header__cart__badge {
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -9px;
  right: -11px;
  font-size: 11px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 600;
  line-height: 1;
  border-radius: 50%;
  background-color: var(--tidytouch-primary, #FFB400);
}
@media (max-width: 480px) {
  .main-header__cart__badge {
    top: -12px;
    right: -9px;
  }
}
.main-header__btn {
  margin-left: 51px;
}
@media (max-width: 1799px) {
  .main-header__btn {
    margin-left: 40px;
  }
}
@media (max-width: 991px) {
  .main-header__btn {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .main-header__btn {
    display: none;
  }
}
.main-header__btn .tidytouch-btn {
  padding-left: 30.5px;
  padding-right: 30.5px;
}
.main-header__sidebar-btn {
  width: 124px;
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  bottom: 15px;
  background-color: var(--tidytouch-black2, #15161B);
}
@media (max-width: 1399px) {
  .main-header__sidebar-btn {
    width: 90px;
  }
}
@media (max-width: 1199px) {
  .main-header__sidebar-btn {
    display: none;
  }
}
.main-header .sidebar-btn__toggler {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: var(--tidytouch-white, #FFFFFF);
  border-radius: 50%;
  background-color: var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
@media (max-width: 1399px) {
  .main-header .sidebar-btn__toggler {
    width: 55px;
    height: 55px;
    font-size: 25px;
  }
}
.main-header .sidebar-btn__toggler:hover {
  background-color: var(--tidytouch-primary, #FFB400);
}
.main-header .sidebar-btn__toggler svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.main-header--two {
  width: 100%;
  position: absolute;
  top: 47px;
  left: 0px;
  background-color: transparent;
}
@media (max-width: 1199px) {
  .main-header--two {
    top: 30px;
  }
}
@media (min-width: 1200px) {
  .main-header--two .main-header__container {
    max-width: 1561px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.main-header--two .main-header__inner {
  padding: 0px;
}
.main-header--two .mobile-nav__btn:hover span {
  background-color: var(--tidytouch-primary, #FFB400);
}
.main-header--two .main-menu .main-menu__list > li {
  padding-top: 20px;
  padding-bottom: 20px;
}
.main-header--two .main-menu .main-menu__list > li.current > a,
.main-header--two .main-menu .main-menu__list > li:hover > a,
.main-header--two .main-menu .main-menu__list > li.current > a::after,
.main-header--two .main-menu .main-menu__list > li.megamenu:hover > a::after,
.main-header--two .main-menu .main-menu__list > li.dropdown:hover > a::after,
.main-header--two .main-header__search:hover,
.main-header--two .main-header__cart:hover {
  color: var(--tidytouch-primary, #FFB400);
}
.main-header--two .main-menu .main-menu__list li ul li.current > a,
.main-header--two .main-menu .main-menu__list li ul li:hover > a {
  background-color: var(--tidytouch-primary, #FFB400);
}
.main-header--two .main-header__cart__badge {
  background-color: var(--tidytouch-base, #1947CD);
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .main-header--two .main-header__cart__badge {
    top: -12px;
    right: -6px;
  }
}
.main-header--two .main-header__btn {
  display: block;
}
@media (max-width: 991px) {
  .main-header--two .main-header__btn {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .main-header--two .main-header__btn {
    display: none;
  }
}
.main-header--three {
  position: relative;
}
.main-header--three::before, .main-header--three::after {
  content: "";
  width: 511px;
  height: 26px;
  position: absolute;
  bottom: -25.5px;
  background-color: var(--tidytouch-white, #FFFFFF);
}
@media (max-width: 1599px) {
  .main-header--three::before, .main-header--three::after {
    width: 450px;
  }
}
@media (max-width: 1399px) {
  .main-header--three::before, .main-header--three::after {
    width: 400px;
  }
}
@media (max-width: 1199px) {
  .main-header--three::before, .main-header--three::after {
    display: none;
  }
}
.main-header--three::before {
  left: 0px;
  clip-path: polygon(0 0, 100% 0%, 96% 100%, 0% 100%);
}
.main-header--three::after {
  width: 477.5px;
  right: 0px;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 3.5% 100%);
}
@media (max-width: 1799px) {
  .main-header--three::after {
    width: 511px;
  }
}
@media (max-width: 1599px) {
  .main-header--three::after {
    width: 450px;
  }
}
@media (max-width: 1399px) {
  .main-header--three::after {
    width: 400px;
  }
}
@media (min-width: 1200px) {
  .main-header--three .main-header__container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1400px) {
  .main-header--three .main-header__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1600px) {
  .main-header--three .main-header__container {
    padding-left: 62px;
  }
}
@media (min-width: 1800px) {
  .main-header--three .main-header__container {
    padding-left: 164px;
  }
}
.main-header--three .main-header__inner {
  padding: 0px;
}
@media (max-width: 1199px) {
  .main-header--three .main-header__inner {
    padding: 20px 0px;
  }
}
.main-header--three .main-header__nav {
  margin-right: 0px;
  position: relative;
  z-index: 1;
  background-color: var(--tidytouch-base, #1947CD);
}
@media (max-width: 1799px) {
  .main-header--three .main-header__nav {
    background-color: transparent;
  }
}
.main-header--three .main-header__nav::before, .main-header--three .main-header__nav::after {
  content: "";
  width: 140px;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: -1;
  background-color: var(--tidytouch-base, #1947CD);
}
@media (max-width: 1799px) {
  .main-header--three .main-header__nav::before, .main-header--three .main-header__nav::after {
    display: none;
  }
}
.main-header--three .main-header__nav::before {
  left: -139px;
  clip-path: polygon(37% 0, 100% 0%, 100% 100%, 0 100%);
}
.main-header--three .main-header__nav::after {
  width: 120px;
  right: -119px;
  clip-path: polygon(0 0, 63% 0, 100% 100%, 0 100%);
}
.main-header--three .main-menu .main-menu__list > li {
  padding-top: 22px;
  padding-bottom: 22px;
}
@media (min-width: 1800px) {
  .main-header--three .main-menu .main-menu__list > li > a,
  .main-header--three .main-menu .main-menu__list > li.megamenu > a::after,
  .main-header--three .main-menu .main-menu__list > li.dropdown > a::after {
    color: var(--tidytouch-white, #FFFFFF);
  }
}
@media (min-width: 1800px) {
  .main-header--three .main-menu .main-menu__list__square {
    background-color: var(--tidytouch-white, #FFFFFF);
  }
}
@media (min-width: 1800px) {
  .main-header--three .main-menu .main-menu__list > li.current > a,
  .main-header--three .main-menu .main-menu__list > li:hover > a,
  .main-header--three .main-menu .main-menu__list > li.current > a::after,
  .main-header--three .main-menu .main-menu__list > li.megamenu:hover > a::after,
  .main-header--three .main-menu .main-menu__list > li.dropdown:hover > a::after,
  .main-header--three .main-header__search:hover,
  .main-header--three .main-header__cart:hover {
    color: var(--tidytouch-primary, #FFB400);
  }
}
.main-header--three .main-header__cart__badge {
  background-color: var(--tidytouch-base, #1947CD);
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .main-header--three .main-header__cart__badge {
    top: -12px;
    right: -6px;
  }
}
.main-header--three .main-header__btn {
  position: relative;
  z-index: 0;
  display: block;
}
@media (max-width: 991px) {
  .main-header--three .main-header__btn {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .main-header--three .main-header__btn {
    display: none;
  }
}
.main-header--three.sticky-header--one-page::before {
  width: 503px;
}
.main-header--three.sticky-header--one-page::after {
  width: 470.5px;
}
@media (max-width: 1799px) {
  .main-header--three.sticky-header--one-page::after {
    width: 503px;
  }
}
@media (max-width: 1599px) {
  .main-header--three.sticky-header--one-page::after {
    width: 450px;
  }
}
@media (max-width: 1399px) {
  .main-header--three.sticky-header--one-page::after {
    width: 400px;
  }
}
.main-header--three.sticky-header--one-page .main-menu .main-menu__list > .megamenu > ul {
  min-width: 1200px;
  left: -43% !important;
  right: auto !important;
}
@media (max-width: 1599px) {
  .main-header--three.sticky-header--one-page .main-menu .main-menu__list > .megamenu > ul {
    left: -37% !important;
  }
}
@media (max-width: 1399px) {
  .main-header--three.sticky-header--one-page .main-menu .main-menu__list > .megamenu > ul {
    left: -40.5% !important;
  }
}
@media (max-width: 1299px) {
  .main-header--three.sticky-header--one-page .main-menu .main-menu__list > .megamenu > ul {
    left: -61.3% !important;
  }
}
.main-header--four .main-menu .main-menu__list > li > a,
.main-header--four .main-menu .main-menu__list > li.megamenu > a::after,
.main-header--four .main-menu .main-menu__list > li.dropdown > a::after,
.main-header--four .main-header__search,
.main-header--four .main-header__cart {
  color: var(--tidytouch-white, #FFFFFF);
}
.main-header--four .mobile-nav__btn span {
  background-color: var(--tidytouch-white, #FFFFFF);
}
.main-header--four .mobile-nav__btn:hover span {
  background-color: var(--tidytouch-primary, #FFB400);
}
.main-header--four .main-header__search::before {
  background-color: RGBA(var(--tidytouch-white-rgb, 255, 255, 255), 0.5);
}
.main-header--five .main-header__wrapper {
  padding-left: 211px;
  padding-right: 42px;
}
@media (max-width: 1799px) {
  .main-header--five .main-header__wrapper {
    padding-left: 70px;
  }
}
@media (max-width: 1599px) {
  .main-header--five .main-header__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .main-header--five .main-header__wrapper {
    padding: 0px;
  }
}
.main-header--five .main-header__inner {
  padding: 0px;
}
@media (max-width: 1199px) {
  .main-header--five .main-header__inner {
    padding: 20px 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .main-header--five .main-menu .main-menu__list > li + li {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .main-header--five .main-menu .main-menu__list > li + li {
    margin-left: 35px;
  }
}
.main-header--five .main-header__call {
  margin-left: 26px;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 991px) {
  .main-header--five .main-header__call {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .main-header--five .main-header__call {
    display: none;
  }
}
.main-header--five .main-header__call__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  font-size: 25px;
  color: var(--tidytouch-white, #FFFFFF);
  background-color: var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
.main-header--five .main-header__call__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.main-header--five .main-header__call:hover .main-header__call__icon {
  color: var(--tidytouch-white, #FFFFFF);
  background-color: var(--tidytouch-primary, #FFB400);
}
.main-header--five .main-header__call__title {
  margin-bottom: 4px;
  font-size: 22px;
  color: var(--tidytouch-black3, #333333);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.318;
}
@media (max-width: 1599px) {
  .main-header--five .main-header__call__title {
    font-size: 20px;
  }
}
.main-header--five .main-header__call__number {
  margin: 0px;
  font-size: 16px;
  color: var(--tidytouch-black3, #333333);
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.25;
}
.main-header--five .main-header__call__number a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-header--five .main-header__call__number a:hover {
  color: var(--tidytouch-base, #1947CD);
}
.main-header--five .main-header__call__number a:hover {
  background-size: 100% 1px;
}
.main-header--five .main-header__btn-box {
  position: relative;
  margin-left: 88px;
}
@media (max-width: 1799px) {
  .main-header--five .main-header__btn-box {
    margin-left: 40px;
  }
}
@media (max-width: 1599px) {
  .main-header--five .main-header__btn-box {
    margin-left: 30px;
  }
}
@media (max-width: 575px) {
  .main-header--five .main-header__btn-box {
    display: none;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .main-header--five .main-header__btn-box {
    display: none;
  }
}
.main-header--five .main-header__btn-box::after {
  content: "";
  width: 82px;
  height: calc(100% + 36px);
  position: absolute;
  top: 50%;
  right: -42px;
  transform: translateY(-50%);
  background-color: var(--tidytouch-base, #1947CD);
}
@media (max-width: 1599px) {
  .main-header--five .main-header__btn-box::after {
    display: none;
  }
}
.main-header--five .sidebar-btn__toggler {
  position: relative;
  z-index: 1;
  background-color: var(--tidytouch-primary, #FFB400);
}
@media (max-width: 1599px) {
  .main-header--five .sidebar-btn__toggler {
    width: 54px;
    height: 54px;
    font-size: 25px;
  }
}
.main-header--five .sidebar-btn__toggler:hover {
  background-color: var(--tidytouch-black2, #15161B);
}
@media (max-width: 1599px) {
  .main-header--five .sidebar-btn__toggler:hover {
    background-color: var(--tidytouch-base, #1947CD);
  }
}

.sticky-header--cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  background-color: var(--tidytouch-white, #FFFFFF);
  transform: translateY(-100%);
  box-shadow: 0px 3px 18px rgba(var(--tidytouch-black-rgb, 34, 34, 34), 0.07);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
  transition: transform 500ms ease, visibility 500ms ease;
}
.sticky-header--cloned.active {
  transform: translateY(0%);
  visibility: visible;
}
.sticky-header--cloned.main-header--one .main-header__sidebar-btn {
  width: 90px;
  height: 85px;
  top: 50%;
  transform: translateY(-50%);
}
.sticky-header--cloned.main-header--one .sidebar-btn__toggler {
  width: 60px;
  height: 60px;
  font-size: 25px;
  color: var(--tidytouch-white, #FFFFFF);
}
@media (max-width: 1199px) {
  .sticky-header--cloned.main-header--two .main-header__inner {
    padding: 20px 0px;
  }
}
.sticky-header--cloned.main-header--two .main-menu .main-menu__list > li {
  padding-top: 44.5px;
  padding-bottom: 44.5px;
}
.sticky-header--cloned.main-header--three::before, .sticky-header--cloned.main-header--three::after {
  display: none;
}
.sticky-header--cloned.main-header--three .main-menu .main-menu__list > li {
  padding-top: 40px;
  padding-bottom: 40px;
}
.sticky-header--cloned.main-header--four {
  background-color: var(--tidytouch-black, #222222);
}

.mobile-nav__btn {
  width: 26px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
}
@media (min-width: 1200px) {
  .mobile-nav__btn {
    display: none;
  }
}
.mobile-nav__btn span {
  width: 100%;
  height: 2px;
  background-color: var(--tidytouch-black2, #15161B);
  transition: all 500ms ease;
}
.mobile-nav__btn span:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mobile-nav__btn:hover span {
  background-color: var(--tidytouch-base, #1947CD);
}

.main-menu {
  /* after third level no menu */
}
.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}
@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul {
    display: flex;
  }
}
.main-menu .main-menu__list > li {
  position: relative;
  padding-top: 44.5px;
  padding-bottom: 44.5px;
}
.main-menu .main-menu__list > li.dropdown > a {
  position: relative;
}
.main-menu .main-menu__list > li + li {
  margin-left: 45px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 35px;
  }
}
@media (min-width: 1400px) and (max-width: 1799px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 40px;
  }
}
.main-menu .main-menu__list > li > a {
  position: relative;
  font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
  font-size: 16px;
  display: flex;
  align-items: center;
  color: var(--tidytouch-black3, #333333);
  line-height: 1.625;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a {
  color: var(--tidytouch-base, #1947CD);
}
.main-menu .main-menu__list > li.megamenu > a,
.main-menu .main-menu__list > li.dropdown > a {
  padding-right: 13px;
}
.main-menu .main-menu__list > li.megamenu > a::after,
.main-menu .main-menu__list > li.dropdown > a::after {
  content: "\f067";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 700;
  color: var(--tidytouch-black2, #15161B);
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li.current > a::after,
.main-menu .main-menu__list > li.megamenu:hover > a::after,
.main-menu .main-menu__list > li.dropdown:hover > a::after {
  color: var(--tidytouch-base, #1947CD);
}
.main-menu .main-menu__list__square {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -18px;
  width: 4px;
  height: 4px;
  opacity: 0;
  background-color: var(--tidytouch-base, #1947CD);
  transition: all 400ms ease;
}
.main-menu .main-menu__list__square:nth-child(1) {
  left: 0;
}
.main-menu .main-menu__list__square:nth-child(2) {
  left: 9px;
  background-color: var(--tidytouch-primary, #FFB400);
}
.main-menu .main-menu__list__square:nth-child(3) {
  left: 18px;
}
.main-menu .main-menu__list > li.current > a .main-menu__list__square,
.main-menu .main-menu__list > li.megamenu:hover > a .main-menu__list__square,
.main-menu .main-menu__list > li.dropdown:hover > a .main-menu__list__square {
  top: -6px;
  opacity: 1;
}
.main-menu .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 270px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: var(--tidytouch-white, #FFFFFF);
  box-shadow: 0px 10px 60px 0px RGBA(var(--tidytouch-white-rgb, 255, 255, 255), 0.07);
  padding: 15px 20px 11px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.main-menu .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}
.main-menu .main-menu__list > .megamenu {
  position: static;
}
.main-menu .main-menu__list > .megamenu > ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.main-menu .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.main-menu .main-menu__list li ul li > a {
  font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
  font-size: 14px;
  line-height: 26px;
  color: var(--tidytouch-black3, #333333);
  font-weight: 600;
  display: flex;
  text-transform: uppercase;
  padding: 9px 15px 7px;
  transition: 400ms;
  margin-bottom: 4px;
}
.main-menu .main-menu__list li ul li.current > a,
.main-menu .main-menu__list li ul li:hover > a {
  background-color: var(--tidytouch-base, #1947CD);
  color: var(--tidytouch-white, #FFFFFF);
}
.main-menu .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 20px);
}
.main-menu .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.main-menu .main-menu__list li ul li > ul ul {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .main-menu__list li:nth-last-child(1) ul li > ul,
  .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}
/*--------------------------------------------------------------
# Megamenu Popup
--------------------------------------------------------------*/
.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
  z-index: 999999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  padding: 0;
  background-color: var(--tidytouch-white, #FFFFFF);
  display: block !important;
  margin: 0;
}

.main-menu__list > li.megamenu-clickable > ul::-webkit-scrollbar {
  display: none;
}

.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
}

body.megamenu-popup-active {
  overflow: hidden;
}

body.megamenu-popup-active .stricky-header {
  bottom: 0;
}

body.megamenu-popup-active .mobile-nav__content {
  overflow: unset;
}

.mobile-nav__content .demo-one .container {
  padding-left: 15px;
  padding-right: 15px;
}

.megamenu-popup {
  position: relative;
}
.megamenu-popup .megamenu-clickable--close {
  position: absolute;
  top: 18px;
  right: 20px;
  display: block;
  color: var(--tidytouch-black, #222222);
}
@media (min-width: 1300px) {
  .megamenu-popup .megamenu-clickable--close {
    top: 38px;
    right: 40px;
  }
}
.megamenu-popup .megamenu-clickable--close:hover {
  color: var(--tidytouch-base, #1947CD);
}
.megamenu-popup .megamenu-clickable--close span {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  color: currentColor;
  transition: all 500ms ease;
}
.megamenu-popup .megamenu-clickable--close span::before, .megamenu-popup .megamenu-clickable--close span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.megamenu-popup .megamenu-clickable--close span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.demo-one {
  padding-top: 120px;
  padding-bottom: 120px;
}
.demo-one .row {
  --bs-gutter-y: 30px;
}
.demo-one__card {
  background-color: var(--tidytouch-white, #FFFFFF);
  box-shadow: 0px 0px 60px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: 500ms ease;
  transform: translateY(0px);
}
.demo-one__card:hover {
  transform: translateY(-10px);
}
.demo-one__title {
  margin: 0;
  text-transform: capitalize;
  font-size: 16px;
  color: var(--tidytouch-black, #222222);
  font-weight: 700;
}
.demo-one__title:hover {
  color: var(--tidytouch-base, #1947CD);
}
.demo-one__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.demo-one__title a:hover {
  background-size: 100% 1px;
}
.demo-one__image {
  position: relative;
  overflow: hidden;
}
.demo-one__image img {
  max-width: 100%;
  transition: filter 500ms ease;
  filter: blur(0px);
}
.demo-one__card:hover .demo-one__image img {
  filter: blur(2px);
}
.demo-one__btns {
  background-color: rgba(var(--tidytouch-black2-rgb, 21, 22, 27), 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  transform: scale(1, 0);
  transform-origin: bottom center;
  opacity: 0;
  transition: transform 500ms ease, opacity 600ms linear;
}
@media (min-width: 576px) and (max-width: 767px) {
  .demo-one__btns {
    flex-direction: row;
  }
}
.demo-one__card:hover .demo-one__btns {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: top center;
}
.demo-one .tidytouch-btn {
  min-width: 187.27px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 16px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .demo-one .tidytouch-btn {
    min-width: auto;
  }
}
.demo-one__title {
  padding-top: 19.5px;
  padding-bottom: 21.5px;
}

.home-showcase .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 20px;
}
.home-showcase__inner {
  padding: 40px 40px 21px;
  background-color: var(--tidytouch-white, #FFFFFF);
  box-shadow: 0px 10px 60px 0px rgba(var(--tidytouch-black3-rgb, 51, 51, 51), 0.07);
}
.home-showcase .demo-one__card {
  box-shadow: none;
  background-color: var(--tidytouch-white, #FFFFFF);
}
.home-showcase .demo-one__btns {
  flex-direction: column;
}
.home-showcase .tidytouch-btn {
  min-width: 166px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
}
.home-showcase .demo-one__title {
  padding: 0;
  font-weight: 700;
  font-size: 15px;
  margin-top: 15px;
  padding-bottom: 15px;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  flex: 0 0 100%;
}
.mobile-nav__wrapper .home-showcase {
  margin-bottom: -1px;
  margin-top: 0;
  border-bottom: 1px solid RGBA(var(--tidytouch-white-rgb, 255, 255, 255), 0.1);
}
.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: transparent;
  box-shadow: none;
}
.mobile-nav__wrapper .home-showcase__title {
  color: var(--tidytouch-white, #FFFFFF);
}

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

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

.mobile-nav__content {
  width: 300px;
  background-color: var(--tidytouch-black2, #15161B);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding: 60px 15px 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}

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

.mobile-nav__close {
  display: inline-flex;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  color: var(--tidytouch-white, #FFFFFF);
  cursor: pointer;
  transition: all 500ms ease;
}
.mobile-nav__close svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.mobile-nav__close:hover {
  color: var(--tidytouch-base, #1947CD);
}

.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(var(--tidytouch-white-rgb, 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(--tidytouch-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list li > a {
  display: flex;
  justify-content: space-between;
  font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
  line-height: 30px;
  color: var(--tidytouch-white, #FFFFFF);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  height: 46px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list > li > ul > li > a {
  font-size: 14px;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--tidytouch-base, #1947CD);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--tidytouch-base, #1947CD);
  border: none;
  outline: none;
  color: var(--tidytouch-white, #FFFFFF);
  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 svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: var(--tidytouch-white, #FFFFFF);
  color: var(--tidytouch-black, #222222);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.mobile-nav__contact li {
  color: var(--tidytouch-white, #FFFFFF);
  font-size: 16px;
  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(--tidytouch-base, #1947CD);
}
.mobile-nav__contact__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--tidytouch-base, #1947CD);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-right: 10px;
  color: var(--tidytouch-white, #FFFFFF);
}
.mobile-nav__contact__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.mobile-nav__content .social-links a {
  background-color: var(--tidytouch-base, #1947CD);
}
.mobile-nav__content .social-links a:hover {
  background-color: var(--tidytouch-white, #FFFFFF);
}
.mobile-nav__content .social-links__icon {
  color: var(--tidytouch-white, #FFFFFF);
}
.mobile-nav__content .social-links a:hover .social-links__icon {
  color: var(--tidytouch-base, #1947CD);
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar-one {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  -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.7;
  cursor: url(../images/close.png), auto;
}
.sidebar-one__content {
  width: 310px;
  background-color: var(--tidytouch-black2, #15161B);
  z-index: 10;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  padding-top: 70px;
  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;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sidebar-one__content::-webkit-scrollbar {
  display: none;
}
.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: 20px;
  font-size: 22px;
  color: var(--tidytouch-white, #FFFFFF);
  cursor: pointer;
  transition: all 400ms ease;
}
.sidebar-one__close svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar-one__close:hover {
  color: var(--tidytouch-base, #1947CD);
}
.sidebar-one__item:not(:last-child) {
  margin-bottom: 40px;
}
.sidebar-one__title {
  margin-bottom: 25px;
  position: relative;
  font-size: 25px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.4;
  text-transform: capitalize;
}
.sidebar-one__title::before, .sidebar-one__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: var(--tidytouch-base, #1947CD);
  width: 20px;
  height: 2px;
}
.sidebar-one__title::after {
  width: 50px;
  left: 25px;
}
.sidebar-one__about__text {
  margin: 0px;
  color: var(--tidytouch-white2, #F4F4F4);
}
.sidebar-one__info__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-one__info__list li {
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  color: var(--tidytouch-white2, #F4F4F4);
  font-weight: 500;
  line-height: 1.75;
}
.sidebar-one__info__list li + li {
  margin-top: 20px;
}
.sidebar-one__info__list li .sidebar-one__info__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  position: relative;
  font-size: 14px;
  color: var(--tidytouch-white, #FFFFFF);
  margin-right: 12px;
  background-color: var(--tidytouch-base, #1947CD);
  border-radius: 50%;
  overflow: hidden;
}
.sidebar-one__info__list li .sidebar-one__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar-one__info__list li:hover .sidebar-one__info__icon > * {
  animation: slideTop 400ms;
}
.sidebar-one__info__list li address {
  margin: 0;
  color: inherit;
  text-transform: capitalize;
}
.sidebar-one__info__list li a {
  position: relative;
  top: 3px;
  color: inherit;
}
.sidebar-one__info__list li a:hover {
  color: var(--tidytouch-base, #1947CD);
}
.sidebar-one .social-links a {
  background-color: var(--tidytouch-base, #1947CD);
}
.sidebar-one .social-links a:hover {
  background-color: var(--tidytouch-primary, #FFB400);
}
.sidebar-one .social-links__icon {
  color: var(--tidytouch-white, #FFFFFF);
}
.sidebar-one .social-links a:hover .social-links__icon {
  color: var(--tidytouch-white, #FFFFFF);
}
.sidebar-one__newsletter__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-one__newsletter__input {
  outline: 0;
  border: 0;
  padding-left: 20px;
  font-size: 14px;
  color: var(--tidytouch-white2, #F4F4F4);
  width: calc(100% - 50px);
  height: 50px;
  background-color: rgba(var(--tidytouch-white-rgb, 255, 255, 255), 0.09);
  transition: all 400ms ease;
}
.sidebar-one__newsletter__btn {
  outline: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: 18px;
  color: var(--tidytouch-white, #FFFFFF);
  width: 50px;
  height: 50px;
  background-color: var(--tidytouch-base, #1947CD);
  overflow: hidden;
  transition: all 400ms ease;
}
.sidebar-one__newsletter__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar-one__newsletter__btn:hover {
  color: var(--tidytouch-white, #FFFFFF);
  background-color: var(--tidytouch-primary, #FFB400);
}
.sidebar-one__newsletter__btn:hover > * {
  animation: slideTop 400ms;
}

.sidebar__single {
  padding: 34px 32px;
  background-color: var(--tidytouch-white2, #F4F4F4);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar__single {
    padding: 26px 25px;
  }
}
@media (max-width: 375px) {
  .sidebar__single {
    padding: 26px 25px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}
.sidebar__title {
  position: relative;
  margin-bottom: 34px;
  font-size: 22px;
  color: var(--tidytouch-black, #222222);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.363;
}
.sidebar__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 39px;
  height: 3px;
  background-color: var(--tidytouch-primary, #FFB400);
}
.sidebar__search {
  position: relative;
}
.sidebar__search input[type=search],
.sidebar__search input[type=text] {
  padding-left: 20px;
  padding-right: 44px;
  outline: none;
  border: 0;
  width: 100%;
  height: 55px;
  font-size: 16px;
  color: var(--tidytouch-text, #5E5B5B);
  font-weight: 400;
  background-color: var(--tidytouch-white, #FFFFFF);
  transition: all 400ms ease;
}
.sidebar__search input[type=search]:focus,
.sidebar__search input[type=text]:focus {
  color: var(--tidytouch-black, #222222);
}
.sidebar__search button[type=submit] {
  padding: 0;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: var(--tidytouch-primary, #FFB400);
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 15px;
  color: var(--tidytouch-white, #FFFFFF);
  border-radius: 50%;
  transition: all 400ms ease;
}
.sidebar__search button[type=submit] svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar__search button[type=submit]:hover {
  color: var(--tidytouch-white, #FFFFFF);
  background-color: var(--tidytouch-base, #1947CD);
}
.sidebar__categories-wrapper {
  padding-bottom: 34px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar__categories-wrapper {
    padding-bottom: 27px;
  }
}
@media (max-width: 375px) {
  .sidebar__categories-wrapper {
    padding-bottom: 27px;
  }
}
.sidebar__categories {
  margin: 0;
}
.sidebar__categories-title {
  margin-bottom: 28px;
}
.sidebar__categories-title::after {
  width: 67px;
}
.sidebar__categories li:not(:last-child) {
  margin-bottom: 10.5px;
}
.sidebar__categories li a {
  position: relative;
  font-size: 17px;
  color: var(--tidytouch-text, #5E5B5B);
  text-transform: capitalize;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar__categories li a {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .sidebar__categories li a {
    font-size: 16px;
  }
}
.sidebar__categories li a:hover {
  color: var(--tidytouch-primary, #FFB400);
}
.sidebar__categories li a span {
  color: inherit;
}
.sidebar__categories__text {
  display: flex;
  align-items: center;
  gap: 11px;
}
.sidebar__categories__icon {
  display: inline-flex;
  font-size: 16px;
  overflow: hidden;
}
.sidebar__categories__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar__categories a:hover .sidebar__categories__icon > * {
  animation: slideRight 500ms;
}
.sidebar__tags-wrapper {
  padding-bottom: 41px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar__tags-wrapper {
    padding-bottom: 33px;
  }
}
@media (max-width: 375px) {
  .sidebar__tags-wrapper {
    padding-bottom: 33px;
  }
}
.sidebar__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.sidebar__tags .tidytouch-btn-two {
  position: relative;
  z-index: 1;
  padding: 4px 18px;
  text-transform: capitalize;
  border-radius: 0;
  background-color: var(--tidytouch-white, #FFFFFF);
  border: 1px solid var(--tidytouch-border-color, #DDDDDD);
}
.sidebar__tags .tidytouch-btn-two::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  border-radius: 0px;
  background-color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.sidebar__tags .tidytouch-btn-two:hover {
  color: var(--tidytouch-white, #FFFFFF);
  border-color: var(--tidytouch-primary, #FFB400);
}
.sidebar__tags .tidytouch-btn-two:hover::after {
  width: 100%;
  left: 0px;
}
.sidebar__posts-wrapper {
  padding-bottom: 41px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar__posts-wrapper {
    padding-bottom: 29px;
  }
}
@media (max-width: 375px) {
  .sidebar__posts-wrapper {
    padding-bottom: 29px;
  }
}
.sidebar__posts {
  margin: 0;
}
.sidebar__posts-title::after {
  width: 77px;
}
.sidebar__posts__item {
  display: flex;
  gap: 14px;
}
.sidebar__posts__item:not(:last-of-type) {
  margin-bottom: 30px;
}
.sidebar__posts__image {
  width: 94px;
  flex-shrink: 0;
}
.sidebar__posts__image img {
  width: 100%;
  display: block;
}
.sidebar__posts__content {
  margin-top: 7px;
  width: calc(100% - 94px);
}
.sidebar__posts__meta {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  color: var(--tidytouch-text, #5E5B5B);
  font-size: 14px;
  line-height: 1;
}
.sidebar__posts__meta__icon {
  position: relative;
  top: 1px;
  display: inline-flex;
  font-size: 12px;
}
.sidebar__posts__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar__posts__title {
  margin: 0;
  font-size: 17px;
  color: var(--tidytouch-black4, #151316);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.352;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar__posts__title {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .sidebar__posts__title {
    font-size: 15px;
  }
}
.sidebar__posts__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.sidebar__posts__title a:hover {
  color: var(--tidytouch-primary, #FFB400);
}
.sidebar__posts__title a:hover {
  background-size: 100% 1px;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000;
  opacity: 0.8;
  cursor: url(../images/close.png), auto;
}
@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.search-popup__form {
  position: relative;
}
.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: 100%;
  background-color: var(--tidytouch-white, #FFFFFF);
  font-size: 15px;
  color: var(--tidytouch-text, #5E5B5B);
  border: none;
  outline: none;
  height: 66px;
  padding-left: 25px;
  transition: all 500ms ease;
}
.search-popup__form input[type=search]:focus,
.search-popup__form input[type=text]:focus {
  color: var(--tidytouch-black, #222222);
}
.search-popup__form .tidytouch-btn {
  padding: 0;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  font-size: 18px;
  border-radius: 0;
}
.search-popup__form .tidytouch-btn::before {
  left: -35px;
}
.search-popup__form .tidytouch-btn:hover::before {
  left: 0px;
}
.search-popup__form .tidytouch-btn::after {
  right: -35px;
}
.search-popup__form .tidytouch-btn:hover::after {
  right: 0px;
}
.search-popup.active {
  z-index: 9999;
}
.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.8;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}
@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  padding-top: 196px;
  padding-bottom: 200px;
  background-color: var(--tidytouch-black2, #15161B);
}
@media (max-width: 1199px) {
  .page-header {
    padding-bottom: 159px;
  }
}
@media (max-width: 575px) {
  .page-header {
    padding-top: 101px;
    padding-bottom: 102px;
  }
}
.page-header__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-header__bg__shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-header .container {
  position: relative;
  z-index: 2;
}
.page-header__title {
  margin-bottom: 22px;
  font-size: 70px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.4;
}
@media (max-width: 1399px) {
  .page-header__title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .page-header__title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .page-header__title {
    margin-bottom: 15px;
    font-size: 40px;
  }
}
@media (max-width: 430px) {
  .page-header__title {
    font-size: 35px;
  }
}
@media (max-width: 390px) {
  .page-header__title {
    font-size: 30px;
  }
}
.page-header__shape-1, .page-header__shape-2, .page-header__shape-3 {
  max-width: 100%;
  height: auto;
}
@media (max-width: 575px) {
  .page-header__shape-1, .page-header__shape-2, .page-header__shape-3 {
    display: none;
  }
}
.page-header__shape-1 {
  position: absolute;
  top: 119px;
  left: 9.8%;
  animation: zoomOut 2200ms linear infinite;
}
@media (max-width: 1599px) {
  .page-header__shape-1 {
    top: 70px;
    left: 2.8%;
  }
}
@media (max-width: 1399px) {
  .page-header__shape-1 {
    left: 2%;
  }
}
.page-header__shape-2 {
  position: absolute;
  top: 171px;
  left: 12.5%;
  animation: textRotate 3000ms linear infinite;
}
@media (max-width: 1599px) {
  .page-header__shape-2 {
    top: 120px;
    left: 6%;
  }
}
@media (max-width: 1199px) {
  .page-header__shape-2 {
    left: 7%;
  }
}
@media (max-width: 991px) {
  .page-header__shape-2 {
    left: 8%;
  }
}
@media (max-width: 767px) {
  .page-header__shape-2 {
    left: 9.5%;
  }
}
.page-header__shape-3 {
  position: absolute;
  top: 83px;
  left: 13.1%;
  animation: zoomIn 2200ms linear infinite;
}
@media (max-width: 1599px) {
  .page-header__shape-3 {
    top: 30px;
    left: 6.1%;
  }
}
@media (max-width: 1199px) {
  .page-header__shape-3 {
    left: 7%;
  }
}
@media (max-width: 991px) {
  .page-header__shape-3 {
    left: 7.5%;
  }
}
@media (max-width: 767px) {
  .page-header__shape-3 {
    left: 9%;
  }
}
.page-header__shape-4 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  animation: moveX 2s linear infinite;
}
@media (max-width: 575px) {
  .page-header__shape-4 {
    display: none;
  }
}

.tidytouch-breadcrumb {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px 0;
  flex-wrap: wrap;
}
.tidytouch-breadcrumb li {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .tidytouch-breadcrumb li {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .tidytouch-breadcrumb li {
    font-size: 16px;
  }
}
.tidytouch-breadcrumb li:not(:last-child)::after {
  content: "/";
  position: relative;
  top: 0px;
  margin-left: 7px;
  margin-right: 7px;
  font-size: 21px;
}
@media (max-width: 991px) {
  .tidytouch-breadcrumb li:not(:last-child)::after {
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  .tidytouch-breadcrumb li:not(:last-child)::after {
    font-size: 17px;
  }
}
.tidytouch-breadcrumb li span,
.tidytouch-breadcrumb li a {
  display: inline-flex;
}
.tidytouch-breadcrumb li:not(:first-child) span {
  color: var(--tidytouch-primary, #FFB400);
}
.tidytouch-breadcrumb li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.tidytouch-breadcrumb li a:hover {
  background-size: 100% 1px;
}
.tidytouch-breadcrumb li a:hover {
  color: var(--tidytouch-primary, #FFB400);
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  position: relative;
}
.google-map iframe {
  position: relative;
  display: block;
  border: none;
  height: 430px;
  width: 100%;
}
@media (max-width: 430px) {
  .google-map iframe {
    height: 400px;
  }
}
.google-map__contact {
  overflow: hidden;
  background-color: var(--tidytouch-white, #FFFFFF);
  mix-blend-mode: luminosity;
}

.contact-map {
  position: relative;
  background-color: var(--tidytouch-white, #FFFFFF);
}
.contact-map .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/
.client-carousel {
  padding-bottom: 100px;
  background-color: var(--tidytouch-white, #FFFFFF);
  border-bottom: 1px solid var(--tidytouch-border-color, #DDDDDD);
}
@media (max-width: 767px) {
  .client-carousel {
    padding-bottom: 80px;
  }
}
.client-carousel--about {
  border: none;
}
.client-carousel__carousel {
  position: relative;
}
.client-carousel__carousel .owl-stage {
  display: flex;
  align-items: center;
}
.client-carousel__item {
  position: relative;
  padding: 17.5px 34.5px;
  text-align: center;
  border: 1px solid transparent;
  transition: all 500ms ease;
}
.client-carousel__item::before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: -1px;
  left: -1px;
  opacity: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: var(--tidytouch-primary, #FFB400) transparent transparent transparent;
  transition: all 500ms ease;
}
.client-carousel__item::after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  right: -1px;
  bottom: -1px;
  opacity: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent var(--tidytouch-primary, #FFB400) transparent;
  transition: all 500ms ease;
}
.client-carousel__item:hover {
  border-color: var(--tidytouch-base, #1947CD);
}
.client-carousel__item:hover::before, .client-carousel__item:hover::after {
  opacity: 1;
}
.client-carousel__item img {
  max-width: 100%;
  width: auto !important;
}
.client-carousel__image {
  margin: auto;
}
.client-carousel__hover-image {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 300ms ease;
}
.client-carousel__item:hover .client-carousel__hover-image {
  opacity: 1;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.form-one__group {
  margin: 0px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
@media (min-width: 768px) {
  .form-one__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
.form-one__control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.form-one__control--full {
  grid-column-start: 1;
  grid-column-end: -1;
}
.form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
  font-family: var(--tidytouch-font, "Noto Sans Arabic", sans-serif);
}
.form-one .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.form-one .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 50px;
  outline: none !important;
  border: 0;
  border-radius: 0;
  background-color: var(--tidytouch-white3, #F5F2EF) !important;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: var(--tidytouch-font, "Noto Sans Arabic", sans-serif);
  color: var(--tidytouch-text, #5E5B5B) !important;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}
@media (max-width: 430px) {
  .form-one .bootstrap-select > .dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.form-one .bootstrap-select > .dropdown-toggle::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 18px;
  color: var(--tidytouch-text, #5E5B5B);
}
@media (max-width: 430px) {
  .form-one .bootstrap-select > .dropdown-toggle::before {
    right: 20px;
  }
}
.form-one .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid var(--tidytouch-border-color, #DDDDDD);
}
.form-one .bootstrap-select .dropdown-menu {
  border: none;
}
.form-one .bootstrap-select .dropdown-menu > li > a {
  font-family: var(--tidytouch-font, "Noto Sans Arabic", sans-serif);
  font-size: 15px;
  font-weight: 400;
  padding: 10px 30px;
  color: var(--tidytouch-black2, #15161B);
  background-color: var(--tidytouch-white2, #F4F4F4);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 430px) {
  .form-one .bootstrap-select .dropdown-menu > li > a {
    padding: 10px 20px;
  }
}
.form-one .bootstrap-select .dropdown-menu > li:hover > a,
.form-one .bootstrap-select .dropdown-menu > li.selected > a {
  background-color: var(--tidytouch-base, #1947CD);
  color: var(--tidytouch-white, #FFFFFF);
  border-color: var(--tidytouch-base, #1947CD);
}
.form-one .bootstrap-select > .dropdown-toggle {
  display: flex;
  align-items: center;
}
.form-one .bootstrap-select > .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}
.form-one .bootstrap-select > .dropdown-toggle,
.form-one input[type=text],
.form-one input[type=email],
.form-one input[type=password],
.form-one input[type=tel],
.form-one textarea {
  display: block;
  border: none;
  outline: none;
  padding: 0 30px;
  width: 100%;
  height: 50px;
  font-family: var(--tidytouch-font, "Noto Sans Arabic", sans-serif);
  font-size: 16px;
  color: var(--tidytouch-text, #5E5B5B);
  font-weight: 400;
  border-radius: 10px;
  background-color: var(--tidytouch-white3, #F5F2EF);
  transition: all 400ms ease;
}
@media (max-width: 430px) {
  .form-one .bootstrap-select > .dropdown-toggle,
  .form-one input[type=text],
  .form-one input[type=email],
  .form-one input[type=password],
  .form-one input[type=tel],
  .form-one textarea {
    padding: 0px 20px;
  }
}
.form-one .bootstrap-select > .dropdown-toggle:focus,
.form-one input[type=text]:focus,
.form-one input[type=email]:focus,
.form-one input[type=password]:focus,
.form-one input[type=tel]:focus,
.form-one textarea:focus {
  color: var(--tidytouch-black, #222222);
}
.form-one textarea {
  height: 163px;
  padding: 14px 30px 0px;
  border-radius: 10px;
}
@media (max-width: 430px) {
  .form-one textarea {
    padding: 14px 20px 0px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-one {
  position: relative;
  background-color: var(--tidytouch-black2, #15161B);
}
.contact-one__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.contact-one__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--tidytouch-black2-rgb, 21, 22, 27), 0.92);
}
.contact-one .container {
  position: relative;
  z-index: 2;
}
.contact-one .sec-title__title {
  color: var(--tidytouch-white, #FFFFFF);
}
.contact-one__text {
  margin-bottom: 25px;
  position: relative;
  color: var(--tidytouch-white, #FFFFFF);
}
.contact-one__text__shape {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 7px;
  position: relative;
  top: 1px;
  border: 1px solid var(--tidytouch-primary, #FFB400);
}
.contact-one__text__shape::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--tidytouch-base, #1947CD);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-one__text-2 {
  margin-bottom: 30px;
  font-weight: 500;
  color: var(--tidytouch-base, #1947CD);
  text-transform: uppercase;
}
.contact-one__text-2__icon {
  display: inline-flex;
  margin-right: 8px;
  position: relative;
  top: 3px;
  font-size: 20px;
  color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.contact-one__text-2__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.contact-one__call-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1399px) {
  .contact-one__call-box {
    justify-content: flex-start;
  }
}
.contact-one__call {
  position: relative;
  z-index: 1;
  padding-left: 40px;
  display: inline-flex;
  align-items: center;
  gap: 38px;
}
@media (max-width: 767px) {
  .contact-one__call {
    padding-left: 30px;
    gap: 30px;
  }
}
@media (max-width: 412px) {
  .contact-one__call {
    gap: 20px;
  }
}
.contact-one__call::after {
  content: "";
  width: 100%;
  height: calc(100% - 32px);
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  z-index: -1;
  border-radius: 50px;
  background-color: var(--tidytouch-white, #FFFFFF);
}
@media (max-width: 412px) {
  .contact-one__call::after {
    height: calc(100% - 24px);
  }
}
.contact-one__call__number {
  font-size: 30px;
  font-weight: 500;
  color: var(--tidytouch-black, #222222);
  line-height: 1.25;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.contact-one__call__number:hover {
  background-size: 100% 1px;
}
@media (max-width: 767px) {
  .contact-one__call__number {
    font-size: 25px;
  }
}
@media (max-width: 412px) {
  .contact-one__call__number {
    font-size: 20px;
  }
}
@media (max-width: 360px) {
  .contact-one__call__number {
    font-size: 18px;
  }
}
.contact-one__call__number:hover {
  color: var(--tidytouch-base, #1947CD);
}
.contact-one__call__icon-box {
  width: 121px;
  height: 121px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  z-index: 1;
  background-color: var(--tidytouch-white, #FFFFFF);
  filter: drop-shadow(0px 2px 7.2px rgba(0, 0, 0, 0.11));
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .contact-one__call__icon-box {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 412px) {
  .contact-one__call__icon-box {
    width: 80px;
    height: 80px;
  }
}
.contact-one__call__icon-box::after {
  content: "";
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: inherit;
  border: 1px dashed var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.contact-one__call:hover .contact-one__call__icon-box {
  background-color: var(--tidytouch-primary, #FFB400);
}
.contact-one__call:hover .contact-one__call__icon-box::after {
  border-color: var(--tidytouch-white, #FFFFFF);
}
.contact-one__call__icon {
  display: inline-flex;
  font-size: 48px;
  color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.contact-one__call__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 767px) {
  .contact-one__call__icon {
    font-size: 40px;
  }
}
@media (max-width: 412px) {
  .contact-one__call__icon {
    font-size: 28px;
  }
}
.contact-one__call:hover .contact-one__call__icon {
  color: var(--tidytouch-white, #FFFFFF);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.contact-one__shape-1, .contact-one__shape-2 {
  display: inline-flex;
  font-size: 60px;
  animation: textRotate 2s linear infinite;
}
.contact-one__shape-1 svg, .contact-one__shape-2 svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 1399px) {
  .contact-one__shape-1, .contact-one__shape-2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .contact-one__shape-1, .contact-one__shape-2 {
    font-size: 30px;
  }
}
.contact-one__shape-1 {
  position: absolute;
  top: 60px;
  left: 98px;
  color: var(--tidytouch-white, #FFFFFF);
}
@media (max-width: 1599px) {
  .contact-one__shape-1 {
    left: 50px;
  }
}
@media (max-width: 1399px) {
  .contact-one__shape-1 {
    top: 35px;
    left: 50px;
  }
}
@media (max-width: 575px) {
  .contact-one__shape-1 {
    top: 25px;
  }
}
.contact-one__shape-2 {
  position: absolute;
  left: 215px;
  bottom: 48px;
  color: var(--tidytouch-primary, #FFB400);
}
@media (max-width: 1599px) {
  .contact-one__shape-2 {
    left: 70px;
    bottom: 30px;
  }
}
@media (max-width: 1399px) {
  .contact-one__shape-2 {
    left: 150px;
  }
}
@media (max-width: 575px) {
  .contact-one__shape-2 {
    left: 120px;
    bottom: 35px;
  }
}
.contact-one__shape {
  width: 768px;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  right: 0px;
}
@media (max-width: 1599px) {
  .contact-one__shape {
    width: 600px;
  }
}
@media (max-width: 1399px) {
  .contact-one__shape {
    width: 500px;
  }
}
@media (max-width: 1199px) {
  .contact-one__shape {
    width: 450px;
  }
}
@media (max-width: 991px) {
  .contact-one__shape {
    display: none;
  }
}
.contact-one__shape__bg {
  width: calc(100% + 12px);
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0.29;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 45% 50%);
}
.contact-one__shape__inner {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--tidytouch-blue-rgb, 0, 124, 251), 0.63);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 45% 50%);
}
.contact-one__shape__inner::after {
  content: "";
  width: calc(100% - 50px);
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: var(--tidytouch-blue, #007CFB);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 48% 50%);
}

.contact-two {
  position: relative;
  background-color: var(--tidytouch-white, #FFFFFF);
}
.contact-two .container {
  position: relative;
  z-index: 1;
}
.contact-two__inner {
  background-color: var(--tidytouch-white, #FFFFFF);
  filter: drop-shadow(0px 3px 7.6px rgba(0, 0, 0, 0.11));
}
.contact-two__content {
  padding: 40px 30px 40px 80px;
}
@media (max-width: 1199px) {
  .contact-two__content {
    padding-left: 30px;
  }
}
@media (max-width: 390px) {
  .contact-two__content {
    padding: 30px 25px;
  }
}
.contact-two .sec-title {
  margin-bottom: 20px;
}
.contact-two__text {
  padding-right: 76px;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .contact-two__text {
    padding-right: 0px;
  }
}
.contact-two__info {
  display: flex;
  align-items: center;
  gap: 30px 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-two__info {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .contact-two__info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact-two__info__item {
  display: flex;
  align-items: center;
  gap: 37px;
}
@media (max-width: 390px) {
  .contact-two__info__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact-two__info__icon-box {
  width: 62px;
  height: 62px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 10px;
  background-color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.contact-two__info__icon-box::after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 15.5px 0 15.5px 16px;
  border-color: transparent transparent transparent var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
@media (max-width: 390px) {
  .contact-two__info__icon-box::after {
    top: auto;
    left: 50%;
    right: auto;
    bottom: -18px;
    transform: translate(-50%, 0%);
    border-width: 18px 12px 0 12px;
    border-color: var(--tidytouch-base, #1947CD) transparent transparent transparent;
    transition: all 500ms ease;
  }
}
.contact-two__info__item:hover .contact-two__info__icon-box {
  background-color: var(--tidytouch-base, #1947CD);
}
.contact-two__info__item:hover .contact-two__info__icon-box::after {
  border-color: transparent transparent transparent var(--tidytouch-primary, #FFB400);
}
@media (max-width: 390px) {
  .contact-two__info__item:hover .contact-two__info__icon-box::after {
    border-color: var(--tidytouch-primary, #FFB400) transparent transparent transparent;
  }
}
.contact-two__info__icon {
  display: inline-flex;
  font-size: 28px;
  color: var(--tidytouch-white, #FFFFFF);
}
.contact-two__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.contact-two__info__title {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.181;
}
.contact-two__info__link {
  display: flex;
  flex-direction: column;
}
.contact-two__info__text {
  display: inline-block;
  font-size: 14px;
  color: var(--tidytouch-black, #222222);
  line-height: 1.428;
}
.contact-two__info__text:hover {
  color: var(--tidytouch-base, #1947CD);
}
.contact-two__form {
  padding-bottom: 51px;
  padding-right: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .contact-two__form {
    padding-left: 30px;
    padding-bottom: 40px;
  }
}
@media (max-width: 390px) {
  .contact-two__form {
    padding: 0px 25px 30px;
  }
}
.contact-two__form::after {
  content: "";
  width: calc(100% + 30px);
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  border: 1px solid var(--tidytouch-border-color, #DDDDDD);
}
@media (max-width: 991px) {
  .contact-two__form::after {
    width: 100%;
  }
}
.contact-two__form__title-box {
  position: relative;
  padding: 22px 30px 27px;
  margin-bottom: 75px;
  text-align: center;
  z-index: 1;
}
@media (max-width: 991px) {
  .contact-two__form__title-box {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.contact-two__form__title-box::before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  left: 50%;
  bottom: -44px;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 44px 30.5px 0 30.5px;
  border-color: var(--tidytouch-base, #1947CD) transparent transparent transparent;
}
.contact-two__form__title-box::after {
  content: "";
  width: calc(100% + 60px);
  height: 100%;
  position: absolute;
  top: 0px;
  right: -30px;
  z-index: -1;
  background-color: var(--tidytouch-primary, #FFB400);
}
@media (max-width: 390px) {
  .contact-two__form__title-box::after {
    width: calc(100% + 50px);
    right: -25px;
  }
}
.contact-two__form__title {
  margin-bottom: 7px;
  font-size: 30px;
  font-weight: 700;
  color: var(--tidytouch-white, #FFFFFF);
  line-height: 1.35;
}
@media (max-width: 430px) {
  .contact-two__form__title {
    font-size: 28px;
  }
}
.contact-two__form__text {
  margin: 0px;
  color: var(--tidytouch-white, #FFFFFF);
}
.contact-two__form .tidytouch-btn {
  width: 100%;
  justify-content: center;
}
.contact-two .form-one .bootstrap-select > .dropdown-toggle,
.contact-two .form-one input[type=text],
.contact-two .form-one input[type=email],
.contact-two .form-one input[type=password],
.contact-two .form-one input[type=tel],
.contact-two .form-one textarea {
  background-color: transparent;
  border: 1px solid var(--tidytouch-border-color, #DDDDDD);
}
.contact-two .form-one .bootstrap-select > .dropdown-toggle:focus,
.contact-two .form-one input[type=text]:focus,
.contact-two .form-one input[type=email]:focus,
.contact-two .form-one input[type=password]:focus,
.contact-two .form-one input[type=tel]:focus,
.contact-two .form-one textarea:focus {
  border-color: var(--tidytouch-base, #1947CD);
}
.contact-two .form-one .bootstrap-select > .dropdown-toggle {
  background-color: transparent !important;
}
.contact-two .form-one textarea {
  height: 118px;
}
.contact-two--home2 .contact-two__image {
  position: relative;
}
.contact-two--home2 .contact-two__image img {
  max-width: 100%;
  height: auto;
  border-radius: 200px 0px;
}
@media (max-width: 480px) {
  .contact-two--home2 .contact-two__image img {
    border-radius: 100px 0px;
  }
}
.contact-two--home2 .contact-two__call {
  padding-left: 40px;
  display: inline-flex;
  align-items: center;
  gap: 38px;
  position: relative;
  position: absolute;
  top: 105px;
  left: -281px;
  z-index: 1;
  transform: rotate(-39.547deg);
}
@media (max-width: 1599px) {
  .contact-two--home2 .contact-two__call {
    top: 60px;
    left: -140px;
  }
}
@media (max-width: 1399px) {
  .contact-two--home2 .contact-two__call {
    top: auto;
    left: 30px;
    bottom: 60px;
    transform: rotate(0deg);
  }
}
@media (max-width: 1199px) {
  .contact-two--home2 .contact-two__call {
    margin-top: 30px;
    position: relative;
    top: auto;
    left: 0px;
    bottom: 0px;
  }
}
@media (max-width: 767px) {
  .contact-two--home2 .contact-two__call {
    padding-left: 30px;
    gap: 30px;
  }
}
@media (max-width: 412px) {
  .contact-two--home2 .contact-two__call {
    gap: 20px;
  }
}
.contact-two--home2 .contact-two__call::after {
  content: "";
  width: 100%;
  height: calc(100% - 32px);
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  z-index: -1;
  border-radius: 50px;
  background-color: var(--tidytouch-base, #1947CD);
}
@media (max-width: 412px) {
  .contact-two--home2 .contact-two__call::after {
    height: calc(100% - 24px);
  }
}
.contact-two--home2 .contact-two__call__number {
  font-size: 30px;
  font-weight: 500;
  color: var(--tidytouch-white, #FFFFFF);
  line-height: 1.25;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.contact-two--home2 .contact-two__call__number:hover {
  background-size: 100% 1px;
}
@media (max-width: 767px) {
  .contact-two--home2 .contact-two__call__number {
    font-size: 25px;
  }
}
@media (max-width: 412px) {
  .contact-two--home2 .contact-two__call__number {
    font-size: 20px;
  }
}
@media (max-width: 360px) {
  .contact-two--home2 .contact-two__call__number {
    font-size: 18px;
  }
}
.contact-two--home2 .contact-two__call__icon-box {
  width: 121px;
  height: 121px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  z-index: 1;
  background-color: var(--tidytouch-primary, #FFB400);
  filter: drop-shadow(-2px 0px 3.6px rgba(0, 0, 0, 0.18));
}
@media (max-width: 767px) {
  .contact-two--home2 .contact-two__call__icon-box {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 412px) {
  .contact-two--home2 .contact-two__call__icon-box {
    width: 80px;
    height: 80px;
  }
}
.contact-two--home2 .contact-two__call__icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  font-size: 48px;
  color: var(--tidytouch-primary, #FFB400);
  transform: rotate(40deg);
}
.contact-two--home2 .contact-two__call__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 1399px) {
  .contact-two--home2 .contact-two__call__icon {
    transform: rotate(0deg);
  }
}
@media (max-width: 767px) {
  .contact-two--home2 .contact-two__call__icon {
    font-size: 35px;
  }
}
@media (max-width: 412px) {
  .contact-two--home2 .contact-two__call__icon {
    font-size: 25px;
  }
}
.contact-two--home2 .contact-two__call__shape {
  width: 99px;
  height: 99px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .contact-two--home2 .contact-two__call__shape {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 412px) {
  .contact-two--home2 .contact-two__call__shape {
    width: 60px;
    height: 60px;
  }
}
.contact-two--home2 .contact-two__call__shape circle {
  fill: var(--tidytouch-white, #FFFFFF);
  stroke: var(--tidytouch-primary, #FFB400);
  stroke-width: 3;
  stroke-dasharray: 2 2;
}
.contact-two--home2 .contact-two__form {
  padding: 0px 30px 69px;
  border-radius: 10px;
  background-color: var(--tidytouch-white, #FFFFFF);
  filter: drop-shadow(0px 2px 12.3px rgba(0, 0, 0, 0.1));
}
@media (max-width: 991px) {
  .contact-two--home2 .contact-two__form {
    padding-bottom: 30px;
  }
}
@media (max-width: 390px) {
  .contact-two--home2 .contact-two__form {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.contact-two--home2 .contact-two__form::after {
  display: none;
}
.contact-two--home2 .contact-two__form__title-box {
  margin-bottom: 58px;
  padding: 42px 0px 46px;
}
@media (max-width: 430px) {
  .contact-two--home2 .contact-two__form__title-box {
    margin-bottom: 45px;
  }
}
.contact-two--home2 .contact-two__form__title-box::before {
  content: "";
  width: calc(100% + 40px);
  height: 100%;
  border: 0px;
  bottom: -10px;
  border-radius: 10px 10px 0px 0px;
  background-color: var(--tidytouch-white, #FFFFFF);
  clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
}
@media (max-width: 390px) {
  .contact-two--home2 .contact-two__form__title-box::before {
    width: calc(100% + 30px);
  }
}
.contact-two--home2 .contact-two__form__title-box::after {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px 10px 0px 0px;
  clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
}
.contact-two--home2 .contact-two__form__title-box__inner {
  position: relative;
  z-index: 1;
}
.contact-two--home2 .contact-two__form__title-box__inner::after {
  content: "";
  width: calc(100% + 30px);
  height: calc(100% + 71px);
  position: absolute;
  top: -27px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  border-radius: 10px 10px 0px 0px;
  background-color: var(--tidytouch-base, #1947CD);
  clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
}
@media (max-width: 390px) {
  .contact-two--home2 .contact-two__form__title-box__inner::after {
    width: calc(100% + 20px);
    height: calc(100% + 72px);
  }
}
.contact-two--home2 .contact-two__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 61px;
  bottom: 0px;
  animation: moveX 2s linear infinite;
}
@media (max-width: 1599px) {
  .contact-two--home2 .contact-two__shape {
    right: 30px;
  }
}
@media (max-width: 1399px) {
  .contact-two--home2 .contact-two__shape {
    display: none;
  }
}
.contact-two--home4 .contact-two__bg {
  width: 100%;
  height: calc(100% - 347px);
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
}
.contact-two--home4 .contact-two__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--tidytouch-base, #1947CD);
  clip-path: polygon(100% 0, 100% 100%, 50% 65%, 0 100%, 0 0);
}
@media (max-width: 767px) {
  .contact-two--home4 .contact-two__bg::after {
    clip-path: polygon(100% 0, 100% 100%, 50% 90%, 0 100%, 0 0);
  }
}
@media (max-width: 575px) {
  .contact-two--home4 .contact-two__bg::after {
    clip-path: polygon(100% 0, 100% 100%, 50% 95%, 0 100%, 0 0);
  }
}
.contact-two--home4 .contact-two__bg__shape-1, .contact-two--home4 .contact-two__bg__shape-2, .contact-two--home4 .contact-two__bg__shape-3 {
  max-width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
}
.contact-two--home4 .contact-two__bg__shape-1 {
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.contact-two--home4 .contact-two__bg__shape-2 {
  left: 0px;
  bottom: -66px;
}
@media (max-width: 991px) {
  .contact-two--home4 .contact-two__bg__shape-2 {
    left: -70px;
  }
}
@media (max-width: 767px) {
  .contact-two--home4 .contact-two__bg__shape-2 {
    display: none;
  }
}
.contact-two--home4 .contact-two__bg__shape-3 {
  right: 0px;
  bottom: -66px;
}
@media (max-width: 991px) {
  .contact-two--home4 .contact-two__bg__shape-3 {
    right: -70px;
  }
}
@media (max-width: 767px) {
  .contact-two--home4 .contact-two__bg__shape-3 {
    display: none;
  }
}
.contact-two--home4 .container {
  position: relative;
  z-index: 1;
}
.contact-two--home4 .contact-two__video {
  margin-bottom: 50px;
}
.contact-two--home4 .contact-two__video .sec-title {
  margin: 0px;
  text-align: center;
}
.contact-two--home4 .contact-two__video .sec-title__title {
  color: var(--tidytouch-white, #FFFFFF);
}
.contact-two--home4 .video-btn {
  width: 76px;
  height: 76px;
  margin: 0px auto 22px;
  font-size: 32px;
}
.contact-two--home4 .contact-two__inner {
  position: relative;
  z-index: 1;
  filter: none;
  border: 1px solid var(--tidytouch-border-color, #DDDDDD);
}
.contact-two--home4 .contact-two__form::after {
  border: 0;
  border-left: 1px solid var(--tidytouch-border-color, #DDDDDD);
}

/*--------------------------------------------------------------
# Newsletter
--------------------------------------------------------------*/
.newsletter-one {
  padding: 46px 0px;
  position: relative;
  overflow: hidden;
  background-color: var(--tidytouch-base, #1947CD);
}
.newsletter-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.newsletter-one .container {
  position: relative;
  z-index: 1;
}
.newsletter-one .container::before {
  content: "";
  width: 10000px;
  height: 200%;
  position: absolute;
  top: 50%;
  left: -9867px;
  transform: translateY(-50%);
  background-color: var(--tidytouch-primary, #FFB400);
  clip-path: polygon(100% 0%, 99% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
  z-index: -1;
}
@media (max-width: 767px) {
  .newsletter-one .container::before {
    display: none;
  }
}
.newsletter-one__content {
  display: flex;
  align-items: center;
  gap: 29px;
}
@media (max-width: 991px) {
  .newsletter-one__content {
    margin-bottom: 30px;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .newsletter-one__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.newsletter-one__icon {
  width: 118px;
  height: 118px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--tidytouch-white, #FFFFFF);
  font-size: 49px;
  color: var(--tidytouch-base, #1947CD);
}
@media (max-width: 767px) {
  .newsletter-one__icon {
    width: 100px;
    height: 100px;
    font-size: 40px;
  }
}
.newsletter-one__icon::after {
  content: "";
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  border-radius: inherit;
  border: 1px dashed var(--tidytouch-primary, #FFB400);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.newsletter-one__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.newsletter-one__title {
  margin-bottom: 8px;
  font-size: 35px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 575px) {
  .newsletter-one__title {
    font-size: 30px;
  }
}
.newsletter-one__text {
  margin: 0px;
  color: var(--tidytouch-white, #FFFFFF);
}
.newsletter-one__form-box {
  padding-left: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .newsletter-one__form-box {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .newsletter-one__form-box {
    padding-left: 0px;
  }
}
.newsletter-one__form {
  width: 100%;
  position: relative;
}
.newsletter-one__form input[type=email] {
  display: block;
  width: 100%;
  height: 56px;
  border: 0;
  outline: 0;
  padding-left: 40px;
  padding-right: 20px;
  background-color: var(--tidytouch-white, #FFFFFF);
  border-radius: 50px;
  font-size: 16px;
  font-weight: 400;
  color: var(--tidytouch-text, #5E5B5B);
  transition: all 500ms ease;
}
@media (max-width: 1199px) {
  .newsletter-one__form input[type=email] {
    padding-left: 25px;
  }
}
@media (max-width: 575px) {
  .newsletter-one__form input[type=email] {
    padding-right: 25px;
  }
}
.newsletter-one__form input[type=email]:focus {
  color: var(--tidytouch-black, #222222);
}
.newsletter-one__form__btn {
  display: block;
  border: 0;
  outline: 0;
  padding: 13px 37px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 500;
  color: var(--tidytouch-white, #FFFFFF);
  text-transform: uppercase;
  line-height: 1.25;
  border-radius: 50px;
  background-color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
@media (max-width: 575px) {
  .newsletter-one__form__btn {
    margin-top: 20px;
    padding: 18px 37px;
    width: 100%;
    position: static;
    transform: translateY(0%);
  }
}
.newsletter-one__form__btn:hover {
  background-color: var(--tidytouch-base, #1947CD);
}
@media (max-width: 575px) {
  .newsletter-one__form__btn:hover {
    color: var(--tidytouch-black, #222222);
    background-color: var(--tidytouch-white, #FFFFFF);
  }
}
.newsletter-one--home5 {
  overflow: visible;
}
.newsletter-one--home5 .container::before {
  display: none;
}
.newsletter-one--home5 .newsletter-one__image {
  position: relative;
  position: absolute;
  left: 9%;
  bottom: 0px;
  overflow: hidden;
}
@media (max-width: 1799px) {
  .newsletter-one--home5 .newsletter-one__image {
    left: 0%;
  }
}
@media (max-width: 1399px) {
  .newsletter-one--home5 .newsletter-one__image {
    display: none;
  }
}
.newsletter-one--home5 .newsletter-one__image::after {
  content: "";
  width: 276px;
  height: 276px;
  position: absolute;
  left: 50%;
  bottom: -130px;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: var(--tidytouch-primary, #FFB400);
}
@media (max-width: 1799px) {
  .newsletter-one--home5 .newsletter-one__image::after {
    left: 44%;
  }
}
@media (max-width: 1599px) {
  .newsletter-one--home5 .newsletter-one__image::after {
    left: 41%;
  }
}
.newsletter-one--home5 .newsletter-one__image img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: auto;
  animation: moveX2 2s linear infinite;
}
.newsletter-one--home5 .newsletter-one__content {
  padding-left: 148px;
}
@media (max-width: 1399px) {
  .newsletter-one--home5 .newsletter-one__content {
    padding-left: 0px;
  }
}

.newsletter-two {
  position: relative;
  padding-top: 110px;
  overflow: hidden;
  background-color: var(--tidytouch-white, #FFFFFF);
}
@media (max-width: 767px) {
  .newsletter-two {
    padding-top: 90px;
  }
}
@media (max-width: 575px) {
  .newsletter-two {
    padding-top: 70px;
  }
}
.newsletter-two__bg {
  width: 100%;
  max-width: 448px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.13;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.newsletter-two .container {
  position: relative;
  z-index: 1;
}
.newsletter-two__content {
  max-width: 690px;
  margin: 0px auto;
}
.newsletter-two__content__inner {
  text-align: center;
}
.newsletter-two__title {
  margin-bottom: 15px;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .newsletter-two__title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .newsletter-two__title {
    font-size: 30px;
  }
}
.newsletter-two__text {
  margin-bottom: 29px;
}
.newsletter-two__form-box {
  max-width: 500px;
  margin: 0px auto;
}
.newsletter-two__form {
  width: 100%;
  position: relative;
}
.newsletter-two__form input[type=email] {
  display: block;
  width: 100%;
  height: 56px;
  border: 0;
  outline: 0;
  padding-left: 40px;
  padding-right: 20px;
  background-color: var(--tidytouch-white, #FFFFFF);
  border-radius: 50px;
  font-size: 16px;
  font-weight: 400;
  color: var(--tidytouch-text, #5E5B5B);
  border: 1px solid var(--tidytouch-border-color, #DDDDDD);
  transition: all 500ms ease;
}
@media (max-width: 1199px) {
  .newsletter-two__form input[type=email] {
    padding-left: 25px;
  }
}
@media (max-width: 575px) {
  .newsletter-two__form input[type=email] {
    padding-right: 25px;
  }
}
.newsletter-two__form input[type=email]:focus {
  color: var(--tidytouch-black, #222222);
}
.newsletter-two__form__btn {
  display: block;
  border: 0;
  outline: 0;
  padding: 13px 37px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 500;
  color: var(--tidytouch-white, #FFFFFF);
  text-transform: uppercase;
  line-height: 1.25;
  border-radius: 50px;
  background-color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
@media (max-width: 575px) {
  .newsletter-two__form__btn {
    margin-top: 20px;
    padding: 18px 37px;
    width: 100%;
    position: static;
    transform: translateY(0%);
  }
}
.newsletter-two__form__btn:hover {
  background-color: var(--tidytouch-base, #1947CD);
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-one {
  margin-top: 53px;
}
.comments-one__title {
  margin-bottom: 52px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}
.comments-one__list {
  margin: 0;
}
.comments-one__card {
  display: grid;
  grid-template-columns: 150px auto;
  grid-gap: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .comments-one__card {
    grid-template-columns: 140px auto;
  }
}
@media (max-width: 767px) {
  .comments-one__card {
    grid-template-columns: auto;
  }
}
.comments-one__card:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .comments-one__card:not(:last-child) {
    margin-bottom: 50px;
  }
}
.comments-one__image {
  width: 150px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .comments-one__image {
    width: 140px;
  }
}
@media (max-width: 575px) {
  .comments-one__image {
    width: 140px;
  }
}
.comments-one__image img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .comments-one__image img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 575px) {
  .comments-one__image img {
    width: 140px;
    height: 140px;
  }
}
.comments-one__content {
  margin-top: 2px;
}
@media (max-width: 767px) {
  .comments-one__content {
    margin-top: 0px;
  }
}
.comments-one__top {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 30px;
}
@media (max-width: 991px) {
  .comments-one__top {
    margin-bottom: 25px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .comments-one__top {
    gap: 20px;
  }
}
.comments-one__left {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 575px) {
  .comments-one__left {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.comments-one__name {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.318;
}
.comments-one__date {
  margin: 0;
  position: relative;
  color: var(--tidytouch-primary, #FFB400);
}
.comments-one__date::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -4px;
  width: 19px;
  height: 1px;
  margin-right: 9px;
  background-color: var(--tidytouch-primary, #FFB400);
}
@media (max-width: 575px) {
  .comments-one__date::before {
    display: none;
  }
}
.comments-one__bottom {
  margin-top: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px 30px;
}
@media (max-width: 412px) {
  .comments-one__bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.comments-one__reply {
  margin-top: 21px;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
  color: var(--tidytouch-primary, #FFB400);
  line-height: 1.25;
  text-transform: capitalize;
  transition: all 500ms ease;
}
.comments-one__reply:hover {
  color: var(--tidytouch-base, #1947CD);
}
.comments-one__text {
  margin: 0px;
}

.comments-form {
  margin-top: 53px;
}
.comments-form__title {
  margin-bottom: 52px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
  position: relative;
  overflow: hidden;
  counter-reset: blogNumber;
  background-color: var(--tidytouch-black, #222222);
}
.main-footer__top {
  padding-top: 96px;
  padding-bottom: 85px;
}
@media (max-width: 575px) {
  .main-footer__top {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.main-footer__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.05;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.main-footer .container {
  position: relative;
  z-index: 1;
}
.main-footer__bottom__inner {
  padding: 8.5px 20px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: var(--tidytouch-base, #1947CD);
}
@media (max-width: 575px) {
  .main-footer__bottom__inner {
    padding: 20px;
  }
}
.main-footer__bottom__inner::before, .main-footer__bottom__inner::after {
  content: "";
  width: 30px;
  height: 100%;
  background-color: var(--tidytouch-base, #1947CD);
  position: absolute;
  top: 0px;
}
@media (max-width: 575px) {
  .main-footer__bottom__inner::before, .main-footer__bottom__inner::after {
    display: none;
  }
}
.main-footer__bottom__inner::before {
  left: -29px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.main-footer__bottom__inner::after {
  right: -30px;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.main-footer__copyright {
  margin: 0;
  color: var(--tidytouch-white, #FFFFFF);
}
.main-footer--about .main-footer__top {
  padding-top: 60px;
}
.main-footer--home3 .main-footer__shape {
  bottom: 62px;
}
.main-footer__image {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
@media (max-width: 1799px) {
  .main-footer__image {
    display: none;
  }
}
.main-footer__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 100px;
  bottom: 77px;
  animation: moveX2 2s linear infinite;
}
@media (max-width: 1599px) {
  .main-footer__shape {
    right: 40px;
  }
}
@media (max-width: 1399px) {
  .main-footer__shape {
    right: 20px;
  }
}
@media (max-width: 1199px) {
  .main-footer__shape {
    right: 40px;
  }
}
@media (max-width: 767px) {
  .main-footer__shape {
    display: none;
  }
}

.footer-widget--links {
  padding-left: 70px;
  margin-top: 17px;
}
@media (max-width: 1199px) {
  .footer-widget--links {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .footer-widget--links {
    margin-top: 0px;
    padding-left: 0px;
  }
}
.footer-widget--post {
  margin-top: 17px;
}
@media (max-width: 991px) {
  .footer-widget--post {
    margin-top: 0px;
  }
}
.footer-widget--gallery {
  padding-left: 25px;
  margin-top: 17px;
}
@media (max-width: 1199px) {
  .footer-widget--gallery {
    padding-left: 0px;
    margin-top: 0px;
  }
}
.footer-widget__title {
  margin: 0 0 28px;
  font-size: 22px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 800;
  text-transform: capitalize;
  line-height: 1.318;
}
@media (max-width: 767px) {
  .footer-widget__title {
    margin-bottom: 28px;
  }
}
.footer-widget__logo {
  display: inline-flex;
  margin-bottom: 24px;
}
.footer-widget__logo img {
  max-width: 100%;
  height: auto;
}
.footer-widget__text {
  margin: 0px;
  color: var(--tidytouch-white, #FFFFFF);
}
.footer-widget .social-links-two {
  margin-top: 30px;
}
.footer-widget .social-links-two a:hover {
  border-color: var(--tidytouch-primary, #FFB400);
  background-color: var(--tidytouch-primary, #FFB400);
}
.footer-widget__links {
  margin: 0px;
}
.footer-widget__links li + li {
  margin-top: 14px;
}
.footer-widget__links li {
  padding-left: 15px;
  position: relative;
  font-size: 16px;
  color: var(--tidytouch-white, #FFFFFF);
  line-height: 1.625;
}
.footer-widget__links li::after {
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-size: 5px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.footer-widget__links li a {
  color: inherit;
}
.footer-widget__links li a:hover {
  color: var(--tidytouch-primary, #FFB400);
}
.footer-widget__post {
  position: relative;
  margin: 0px;
}
.footer-widget__post li + li {
  margin-top: 23px;
}
.footer-widget__post li {
  display: flex;
  align-items: flex-start;
  gap: 23px;
}
.footer-widget__post__img {
  position: relative;
  width: 85px;
  height: 85px;
  flex-shrink: 0;
  border-radius: 50%;
}
.footer-widget__post__img::after {
  content: "0" counter(blogNumber);
  counter-increment: blogNumber;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  right: -8px;
  background-color: var(--tidytouch-base, #1947CD);
  font-size: 11px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 500;
  line-height: 1;
  transition: all 500ms ease;
}
.footer-widget__post__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
li:hover .footer-widget__post__img::after {
  background-color: var(--tidytouch-primary, #FFB400);
}
.footer-widget__post__content {
  margin-top: 5px;
}
.footer-widget__post__date {
  margin-bottom: 13px;
  display: block;
  font-size: 14px;
  color: var(--tidytouch-white, #FFFFFF);
  line-height: 1.285;
}
.footer-widget__post__title {
  margin: 0px;
  font-size: 17px;
  font-weight: 700;
  color: var(--tidytouch-white, #FFFFFF);
  line-height: 1.294;
}
.footer-widget__post__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer-widget__post__title a:hover {
  background-size: 100% 1px;
}
.footer-widget__post__title a:hover {
  color: var(--tidytouch-primary, #FFB400);
}
.footer-widget__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 14px;
}
.footer-widget__gallery__link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.footer-widget__gallery__link img {
  max-width: 100%;
  border-radius: inherit;
}
@media (max-width: 1199px) {
  .footer-widget__gallery__link img {
    width: 100%;
    display: block;
  }
}
.footer-widget__gallery__overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  font-size: 23px;
  color: var(--tidytouch-white, #FFFFFF);
  border-radius: inherit;
  background-color: rgba(var(--tidytouch-primary-rgb, 255, 180, 0), 0.8);
  transition: all 500ms ease;
}
.footer-widget__gallery__overlay svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.footer-widget__gallery__link:hover .footer-widget__gallery__overlay {
  height: 100%;
  top: 0;
  opacity: 1;
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.main-slider__carousel {
  position: relative;
}
.main-slider__item {
  position: relative;
  padding-top: 183px;
  padding-bottom: 196px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .main-slider__item {
    padding-top: 150px;
    padding-bottom: 220px;
  }
}
@media (max-width: 575px) {
  .main-slider__item {
    padding-top: 130px;
    padding-bottom: 200px;
  }
}
@media (max-width: 375px) {
  .main-slider__item {
    padding-top: 120px;
    padding-bottom: 190px;
  }
}
.main-slider__bg {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  right: 0px;
  overflow: hidden;
}
.main-slider__bg__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transform: scale(1);
  transition: transform 8s ease;
}
@media (max-width: 1399px) {
  .main-slider__bg__inner {
    width: 100%;
  }
}
.main-slider__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.main-slider .container {
  position: relative;
  z-index: 3;
}
.main-slider__top {
  margin-bottom: 20px;
  overflow: hidden;
}
.main-slider__top__inner {
  padding: 11.5px 30px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  opacity: 0;
  transform: translateY(-150%);
  border-radius: 50px;
  background-color: var(--tidytouch-white, #FFFFFF);
}
.main-slider__tagline-shape {
  flex-shrink: 0;
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
}
.main-slider__tagline {
  margin: 0px;
  font-family: var(--tidytouch-special-font, "Sofadi One", sans-serif);
  font-size: 20px;
  color: var(--tidytouch-base, #1947CD);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.15;
}
@media (max-width: 575px) {
  .main-slider__tagline {
    font-size: 18px;
  }
}
.main-slider__title {
  position: relative;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 70px;
  color: var(--tidytouch-white, #FFFFFF);
  line-height: 1.085;
}
@media (max-width: 1199px) {
  .main-slider__title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .main-slider__title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .main-slider__title {
    font-size: 45px;
  }
}
@media (max-width: 430px) {
  .main-slider__title {
    font-size: 40px;
  }
}
.main-slider__title span {
  display: inline-block;
  transform-style: preserve-3d;
  transform-origin: bottom;
  transform: scale(1, 0);
}
.main-slider__title__highlight {
  position: relative;
  display: inline-block;
  color: var(--tidytouch-primary, #FFB400);
}
.main-slider__title img {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: -97px;
  right: -10px;
  opacity: 0;
  animation: moveX2 2s linear infinite;
}
@media (max-width: 1199px) {
  .main-slider__title img {
    top: -100px;
  }
}
@media (max-width: 991px) {
  .main-slider__title img {
    display: none !important;
  }
}
@keyframes splitText {
  0% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
.main-slider__description {
  overflow: hidden;
}
.main-slider__text {
  margin: 0px;
  font-size: 20px;
  color: var(--tidytouch-white, #FFFFFF);
  line-height: 1.5;
  opacity: 0;
  transform: translateY(150%);
}
@media (max-width: 1199px) {
  .main-slider__text {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .main-slider__text {
    font-size: 16px;
  }
}
.main-slider__button {
  position: relative;
  z-index: 1;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  align-items: center;
  gap: 40px 32px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .main-slider__button {
    flex-direction: column;
    align-items: flex-start;
  }
}
.main-slider__button__inner {
  opacity: 0;
  transform: translateY(150%);
}
.main-slider__video {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}
@media (max-width: 575px) {
  .main-slider__video {
    margin-left: 32px;
  }
}
.main-slider__video .video-btn {
  color: var(--tidytouch-base, #1947CD);
  border-color: var(--tidytouch-base, #1947CD);
}
.main-slider__video .video-btn:hover {
  color: var(--tidytouch-white, #FFFFFF);
  border-color: var(--tidytouch-primary, #FFB400);
}
.main-slider__video .video-btn > span {
  border-color: var(--tidytouch-base, #1947CD);
}
.main-slider__video .video-btn:hover > span {
  border-color: var(--tidytouch-primary, #FFB400);
}
.main-slider__video__title {
  margin: 0px;
  font-size: 20px;
  font-weight: 400;
  color: var(--tidytouch-white, #FFFFFF);
  text-transform: uppercase;
  line-height: 1.5;
}
@media (max-width: 575px) {
  .main-slider__video__title {
    font-size: 18px;
  }
}
@media (max-width: 430px) {
  .main-slider__video__title {
    font-size: 16px;
  }
}
.main-slider__shape-icon {
  display: inline-flex;
  font-size: 45px;
  color: #414142;
  position: absolute;
  z-index: 2;
  opacity: 0;
}
.main-slider__shape-icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 1399px) {
  .main-slider__shape-icon {
    display: none;
  }
}
.main-slider__shape-icon--1 {
  top: 83px;
  left: 250px;
  animation: textRotate 2.5s linear infinite;
}
@media (max-width: 1799px) {
  .main-slider__shape-icon--1 {
    left: 150px;
  }
}
@media (max-width: 1599px) {
  .main-slider__shape-icon--1 {
    top: 63px;
    left: 90px;
  }
}
.main-slider__shape-icon--2, .main-slider__shape-icon--3 {
  font-size: 60px;
}
.main-slider__shape-icon--2 {
  top: 119px;
  left: 187px;
  color: var(--tidytouch-primary, #FFB400);
  animation: zoomIn 2s linear infinite;
}
@media (max-width: 1799px) {
  .main-slider__shape-icon--2 {
    left: 90px;
  }
}
@media (max-width: 1599px) {
  .main-slider__shape-icon--2 {
    top: 99px;
    left: 30px;
  }
}
.main-slider__shape-icon--3 {
  top: 171px;
  left: 237px;
  color: var(--tidytouch-base, #1947CD);
  animation: zoomOut 2s linear infinite;
}
@media (max-width: 1799px) {
  .main-slider__shape-icon--3 {
    left: 140px;
  }
}
@media (max-width: 1599px) {
  .main-slider__shape-icon--3 {
    top: 141px;
    left: 80px;
  }
}
.main-slider__shape {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 13px;
  bottom: 67px;
  z-index: 2;
  opacity: 0;
  animation: moveX2 2s linear infinite;
}
@media (max-width: 1799px) {
  .main-slider__shape {
    bottom: 40px;
  }
}
@media (max-width: 991px) {
  .main-slider__shape {
    display: none !important;
  }
}
.main-slider .active .main-slider__bg__inner {
  transform: scale(1.2);
}
.main-slider .active .main-slider__top__inner,
.main-slider .active .main-slider__text,
.main-slider .active .main-slider__button__inner {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1500ms ease, opacity 1500ms ease;
}
.main-slider .active .main-slider__top__inner {
  transition-delay: 200ms;
}
.main-slider .active .main-slider__title span {
  animation: splitText 300ms ease forwards;
}
.main-slider .active .main-slider__title img {
  opacity: 1;
  transition: all 500ms ease 700ms;
}
.main-slider .active .main-slider__text {
  transition-delay: 400ms;
}
.main-slider .active .main-slider__button__inner:nth-child(1) {
  transition-delay: 800ms;
}
.main-slider .active .main-slider__button__inner:nth-child(2) {
  transition-delay: 1000ms;
}
.main-slider .active .main-slider__shape-icon,
.main-slider .active .main-slider__shape {
  opacity: 1;
  transition: all 500ms ease 500ms;
}
.main-slider__thumb {
  width: 85px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  top: 50%;
  left: 62px;
  z-index: 2;
  transform: translateY(-50%);
}
@media (max-width: 1599px) {
  .main-slider__thumb {
    left: 30px;
    width: 60px;
  }
}
@media (max-width: 1399px) {
  .main-slider__thumb {
    width: auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
    top: auto;
    left: 50%;
    bottom: 60px;
    transform: translate(-50%, 0%);
  }
}
.main-slider__thumb__item {
  cursor: pointer;
  position: relative;
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--tidytouch-white, #FFFFFF);
  z-index: 1;
  transition: all 500ms ease;
}
@media (max-width: 1599px) {
  .main-slider__thumb__item {
    width: 60px;
    height: 60px;
  }
}
.main-slider__thumb__item img {
  cursor: pointer;
  width: calc(100% - 6px) !important;
  height: calc(100% - 6px);
  border-radius: inherit;
}
.main-slider__thumb__item__hover {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: inherit;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.7);
  z-index: 1;
  background-color: RGBA(var(--tidytouch-base-rgb, 25, 71, 205), 0.83);
  transition: all 500ms ease;
}
.main-slider__thumb__item__hover::after, .main-slider__thumb__item__hover::before {
  content: "";
  width: 3px;
  height: 19px;
  background-color: var(--tidytouch-primary, #FFB400);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1599px) {
  .main-slider__thumb__item__hover::after, .main-slider__thumb__item__hover::before {
    height: 16px;
  }
}
.main-slider__thumb__item__hover::after {
  width: 19px;
  height: 3px;
}
@media (max-width: 1599px) {
  .main-slider__thumb__item__hover::after {
    width: 16px;
  }
}
.main-slider__thumb__item:hover .main-slider__thumb__item__hover, .main-slider__thumb__item.owl-dot.active .main-slider__thumb__item__hover {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.main-slider-two {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: var(--tidytouch-white5, #F1EEEE);
}
.main-slider-two__carousel {
  position: relative;
  z-index: 2;
}
.main-slider-two__carousel.owl-carousel .owl-nav {
  margin: 0px;
  gap: 18px;
  padding: 26px 35px;
  position: absolute;
  right: 0px;
  bottom: -202px;
  background-color: var(--tidytouch-white, #FFFFFF);
}
@media (max-width: 1199px) {
  .main-slider-two__carousel.owl-carousel .owl-nav {
    right: auto;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .main-slider-two__carousel.owl-carousel .owl-nav {
    padding: 20px 30px;
    gap: 15px;
  }
}
.main-slider-two__carousel.owl-carousel .owl-nav button {
  width: 59px;
  height: 59px;
  color: var(--tidytouch-base, #1947CD);
  background-color: transparent;
  border: 1px solid var(--tidytouch-base, #1947CD);
}
@media (max-width: 767px) {
  .main-slider-two__carousel.owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}
.main-slider-two__carousel.owl-carousel .owl-nav button:hover {
  background-color: var(--tidytouch-primary, #FFB400);
  border-color: var(--tidytouch-primary, #FFB400);
}
.main-slider-two__item {
  position: relative;
  padding-top: 274px;
  padding-bottom: 162px;
  overflow: hidden;
  background-color: var(--tidytouch-white5, #F1EEEE);
}
@media (max-width: 1199px) {
  .main-slider-two__item {
    padding-top: 210px;
    padding-bottom: 230px;
  }
}
@media (max-width: 575px) {
  .main-slider-two__item {
    padding-top: 180px;
  }
}
@media (max-width: 390px) {
  .main-slider-two__item {
    padding-top: 160px;
    padding-bottom: 210px;
  }
}
.main-slider-two .container {
  position: relative;
  z-index: 3;
}
.main-slider-two__top {
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 26px;
  overflow: hidden;
}
.main-slider-two__top__inner {
  overflow: hidden;
}
.main-slider-two__top__title {
  padding: 11.5px 30px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  opacity: 0;
  transform: translateY(-150%);
  border-radius: 50px;
  background-color: var(--tidytouch-white, #FFFFFF);
}
.main-slider-two__top__image {
  display: inline-flex;
  align-items: center;
  opacity: 0;
  transform: translateX(100%);
}
@media (max-width: 767px) {
  .main-slider-two__top__image {
    display: none;
  }
}
.main-slider-two__top__image img {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  clip-path: polygon(37% 0%, 100% 0%, 63% 100%, 0% 100%);
}
.main-slider-two__top__image img:not(:first-child) {
  margin-left: -21px;
}
.main-slider-two__tagline-shape {
  flex-shrink: 0;
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
}
.main-slider-two__tagline {
  margin: 0px;
  font-family: var(--tidytouch-special-font, "Sofadi One", sans-serif);
  font-size: 20px;
  color: var(--tidytouch-base, #1947CD);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.15;
}
@media (max-width: 575px) {
  .main-slider-two__tagline {
    font-size: 18px;
  }
}
.main-slider-two__tagline span {
  color: var(--tidytouch-primary, #FFB400);
}
.main-slider-two__title {
  position: relative;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 70px;
  line-height: 1.085;
}
@media (max-width: 1199px) {
  .main-slider-two__title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .main-slider-two__title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .main-slider-two__title {
    font-size: 45px;
  }
}
@media (max-width: 430px) {
  .main-slider-two__title {
    font-size: 40px;
  }
}
.main-slider-two__title span {
  display: inline-block;
  opacity: 0;
  transform: translate(-150px, 0) scale(0.3);
}
.main-slider-two__title__highlight {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--tidytouch-primary, #FFB400);
}
.main-slider-two__title__highlight::after {
  content: "";
  width: calc(100% - 37px);
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: 3px;
  opacity: 0;
  transform: scaleX(0);
  z-index: -1;
  background-color: var(--tidytouch-base, #1947CD);
}
@keyframes leftRightText {
  40% {
    transform: translate(50px, 0) scale(0.7);
    opacity: 1;
    color: var(--tidytouch-black2, #15161B);
  }
  60% {
    color: var(--tidytouch-base, #1947CD);
  }
  80% {
    transform: translate(0) scale(2);
    opacity: 0;
  }
  100% {
    transform: translate(0) scale(1);
    opacity: 1;
  }
}
.main-slider-two__description {
  overflow: hidden;
}
.main-slider-two__text {
  margin-bottom: 35px;
  font-size: 20px;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(150%);
}
@media (max-width: 1199px) {
  .main-slider-two__text {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .main-slider-two__text {
    font-size: 16px;
  }
}
.main-slider-two__button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .main-slider-two__button {
    flex-direction: column;
    align-items: flex-start;
  }
}
.main-slider-two__button__inner {
  opacity: 0;
  transform: translateY(150%);
}
.main-slider-two__image {
  position: absolute;
  right: 170px;
  right: 9%;
  bottom: -2px;
  z-index: 1;
  z-index: 2;
}
@media (max-width: 1799px) {
  .main-slider-two__image {
    right: 11%;
  }
}
@media (max-width: 1599px) {
  .main-slider-two__image {
    display: none;
  }
}
.main-slider-two__image img {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1799px) {
  .main-slider-two__image img {
    max-width: 540px;
  }
}
.main-slider-two__shape-1 {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  animation: moveX2 2s linear infinite;
}
.main-slider-two__shape-2 {
  width: 0px;
  height: 0px;
  position: relative;
  position: absolute;
  right: 0px;
  bottom: 71px;
  border-style: solid;
  border-width: 0 0 424px 485px;
  border-color: transparent transparent RGBA(var(--tidytouch-base-rgb, 25, 71, 205), 0.3) transparent;
  animation: moveX 2s linear infinite;
}
@media (max-width: 1399px) {
  .main-slider-two__shape-2 {
    right: -100px;
  }
}
@media (max-width: 1199px) {
  .main-slider-two__shape-2 {
    right: -150px;
  }
}
@media (max-width: 991px) {
  .main-slider-two__shape-2 {
    right: -250px;
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .main-slider-two__shape-2 {
    right: -280px;
    bottom: 30px;
  }
}
.main-slider-two__shape-3 {
  width: 0px;
  height: 0px;
  position: relative;
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-style: solid;
  border-width: 0 0 424px 485px;
  border-color: transparent transparent var(--tidytouch-base, #1947CD) transparent;
  animation: moveX 2s linear infinite;
}
@media (max-width: 1399px) {
  .main-slider-two__shape-3 {
    right: -100px;
  }
}
@media (max-width: 1199px) {
  .main-slider-two__shape-3 {
    right: -150px;
  }
}
@media (max-width: 991px) {
  .main-slider-two__shape-3 {
    right: -250px;
  }
}
@media (max-width: 767px) {
  .main-slider-two__shape-3 {
    right: -280px;
  }
}
.main-slider-two__shape-icon-1 {
  display: inline-flex;
  font-size: 65px;
  color: var(--tidytouch-base, #1947CD);
  position: absolute;
  top: 244px;
  right: 7.7%;
  z-index: 1;
  animation: textRotate 2.5s linear infinite;
}
.main-slider-two__shape-icon-1 svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 1199px) {
  .main-slider-two__shape-icon-1 {
    top: 214px;
    right: 5%;
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .main-slider-two__shape-icon-1 {
    top: 194px;
  }
}
@media (max-width: 767px) {
  .main-slider-two__shape-icon-1 {
    display: none;
  }
}
.main-slider-two__shape-icon-2 {
  display: inline-flex;
  font-size: 88px;
  color: var(--tidytouch-primary, #FFB400);
  position: absolute;
  top: 294px;
  right: 11.6%;
  z-index: 1;
  animation: textRotate 2.5s linear infinite;
}
.main-slider-two__shape-icon-2 svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 1199px) {
  .main-slider-two__shape-icon-2 {
    top: 264px;
    right: 9%;
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .main-slider-two__shape-icon-2 {
    top: 244px;
  }
}
@media (max-width: 767px) {
  .main-slider-two__shape-icon-2 {
    display: none;
  }
}
.main-slider-two .active .main-slider-two__top__title,
.main-slider-two .active .main-slider-two__text,
.main-slider-two .active .main-slider-two__button__inner {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1500ms ease, opacity 1500ms ease;
}
.main-slider-two .active .main-slider-two__top__image {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1500ms ease 700ms, opacity 1500ms ease 700ms;
}
.main-slider-two .active .main-slider-two__top__title {
  transition-delay: 200ms;
}
.main-slider-two .active .main-slider-two__title span {
  animation: leftRightText 0.5s forwards;
}
.main-slider-two .active .main-slider-two__title__highlight::after {
  opacity: 1;
  transform: scaleX(1);
  transition: all 700ms ease 1300ms;
}
.main-slider-two .active .main-slider-two__text {
  transition-delay: 400ms;
}
.main-slider-two .active .main-slider-two__button__inner:nth-child(1) {
  transition-delay: 800ms;
}
.main-slider-two .active .main-slider-two__button__inner:nth-child(2) {
  transition-delay: 1000ms;
}

.main-slider-three {
  position: relative;
  background-color: var(--tidytouch-black2, #15161B);
  overflow: hidden;
  z-index: 1;
}
.main-slider-three__carousel.owl-carousel .owl-nav {
  margin: 0px;
  gap: 18px;
  padding: 26px 35px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: var(--tidytouch-white, #FFFFFF);
}
@media (max-width: 767px) {
  .main-slider-three__carousel.owl-carousel .owl-nav {
    padding: 20px 30px;
    gap: 15px;
  }
}
.main-slider-three__carousel.owl-carousel .owl-nav button {
  width: 59px;
  height: 59px;
  color: var(--tidytouch-base, #1947CD);
  background-color: transparent;
  border: 1px solid var(--tidytouch-base, #1947CD);
}
@media (max-width: 767px) {
  .main-slider-three__carousel.owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}
.main-slider-three__carousel.owl-carousel .owl-nav button:hover {
  background-color: var(--tidytouch-primary, #FFB400);
  border-color: var(--tidytouch-primary, #FFB400);
}
.main-slider-three__item {
  position: relative;
  padding-top: 198px;
  padding-bottom: 198px;
  overflow: hidden;
  background-color: var(--tidytouch-black2, #15161B);
}
@media (max-width: 1199px) {
  .main-slider-three__item {
    padding-top: 160px;
  }
}
@media (max-width: 767px) {
  .main-slider-three__item {
    padding-top: 130px;
  }
}
@media (max-width: 375px) {
  .main-slider-three__item {
    padding-top: 120px;
  }
}
.main-slider-three__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transform: scale(1);
  transition: transform 8s ease;
}
.main-slider-three__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--tidytouch-black2-rgb, 21, 22, 27), 0.9);
}
.main-slider-three .container {
  position: relative;
  z-index: 2;
}
.main-slider-three__title {
  margin-bottom: 14px;
  font-size: 70px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.142;
}
@media (max-width: 1399px) {
  .main-slider-three__title {
    font-size: 65px;
  }
}
@media (max-width: 1199px) {
  .main-slider-three__title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .main-slider-three__title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .main-slider-three__title {
    font-size: 45px;
  }
}
@media (max-width: 430px) {
  .main-slider-three__title {
    font-size: 40px;
  }
}
.main-slider-three__title span {
  display: inline-block;
  opacity: 0;
  transform: translateY(-100%);
}
.main-slider-three__title__highlight {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  color: var(--tidytouch-primary, #FFB400);
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .main-slider-three__title__highlight {
    padding-left: 0px;
  }
}
.main-slider-three__title__highlight::before {
  content: "";
  width: 3px;
  height: calc(100% - 26px);
  position: absolute;
  top: 50%;
  left: 0px;
  opacity: 0;
  transform: translateY(-50%);
  border-radius: 10px;
  background-color: var(--tidytouch-base, #1947CD);
}
@media (max-width: 575px) {
  .main-slider-three__title__highlight::before {
    display: none;
  }
}
.main-slider-three__title__highlight::after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: 50%;
  left: 3px;
  opacity: 0;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 8.5px 0 8.5px 15px;
  border-color: transparent transparent transparent var(--tidytouch-base, #1947CD);
}
@media (max-width: 575px) {
  .main-slider-three__title__highlight::after {
    display: none;
  }
}
@keyframes splitText2 {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.main-slider-three__description {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.main-slider-three__text {
  margin-bottom: 35px;
  font-size: 20px;
  color: var(--tidytouch-white, #FFFFFF);
  line-height: 1.5;
  opacity: 0;
  transform: translateY(150%);
}
@media (max-width: 1199px) {
  .main-slider-three__text {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .main-slider-three__text {
    font-size: 16px;
  }
}
.main-slider-three__button {
  overflow: hidden;
}
.main-slider-three__button__inner {
  opacity: 0;
  transform: translateY(150%);
}
.main-slider-three__image {
  width: 56.9%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: var(--tidytouch-white, #FFFFFF);
  clip-path: polygon(27.57% 0%, 42.01% 24.01%, 17.71% 66.47%, 0% 73.34%, 30.55% 100%, 100% 100%, 100% 0%);
}
@media (max-width: 1199px) {
  .main-slider-three__image {
    display: none;
  }
}
.main-slider-three__image__box {
  width: calc(100% - 15px);
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  clip-path: inherit;
}
.main-slider-three__image__inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transition: all 10s ease;
}
.main-slider-three__shape {
  width: 366px;
  height: 366px;
  position: relative;
  position: absolute;
  left: -223px;
  bottom: -80px;
  z-index: 1;
  border-radius: 50%;
  background-color: var(--tidytouch-base, #1947CD);
  animation: moveX2 2s linear infinite;
}
@media (max-width: 1399px) {
  .main-slider-three__shape {
    left: -250px;
    bottom: -150px;
  }
}
@media (max-width: 767px) {
  .main-slider-three__shape {
    display: none;
  }
}
.main-slider-three__shape::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -152px;
  bottom: -171px;
  border-radius: inherit;
  background-color: var(--tidytouch-primary, #FFB400);
}
@media (max-width: 1399px) {
  .main-slider-three__shape::after {
    bottom: -110px;
  }
}
.main-slider-three .active .main-slider-three__bg {
  transform: scale(1.3);
}
.main-slider-three .active .main-slider-three__text,
.main-slider-three .active .main-slider-three__button__inner {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1500ms ease, opacity 1500ms ease;
}
.main-slider-three .active .main-slider-three__title span {
  animation: splitText2 300ms ease forwards;
}
.main-slider-three .active .main-slider-three__title__highlight::before,
.main-slider-three .active .main-slider-three__title__highlight::after {
  opacity: 1;
  transition: all 500ms ease 2000ms;
}
.main-slider-three .active .main-slider-three__text {
  transition-delay: 400ms;
}
.main-slider-three .active .main-slider-three__button__inner {
  transition-delay: 800ms;
}
.main-slider-three .active .main-slider-three__shape {
  transition-delay: 300ms;
}
.main-slider-three .active .main-slider-three__image__inner {
  transform: scale(1.3);
}

.main-slider-four {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: var(--tidytouch-black2, #15161B);
}
.main-slider-four__carousel {
  position: relative;
}
.main-slider-four__carousel.owl-carousel .owl-dots {
  flex-direction: column;
  gap: 15px;
  position: absolute;
  right: 40px;
  bottom: 40px;
  counter-reset: sliderCount;
}
@media (max-width: 767px) {
  .main-slider-four__carousel.owl-carousel .owl-dots {
    right: 30px;
    bottom: 30px;
  }
}
.main-slider-four__carousel.owl-carousel .owl-dots .owl-dot {
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--tidytouch-base, #1947CD);
}
.main-slider-four__carousel.owl-carousel .owl-dots .owl-dot::before {
  content: "0" counter(sliderCount);
  counter-increment: sliderCount;
  font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
  font-size: 12px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}
.main-slider-four__carousel.owl-carousel .owl-dots .owl-dot::after {
  display: none;
}
.main-slider-four__carousel.owl-carousel .owl-dots .owl-dot:hover, .main-slider-four__carousel.owl-carousel .owl-dots .owl-dot.active {
  width: 56px;
  height: 56px;
  background-color: var(--tidytouch-primary, #FFB400);
}
@media (max-width: 767px) {
  .main-slider-four__carousel.owl-carousel .owl-dots .owl-dot:hover, .main-slider-four__carousel.owl-carousel .owl-dots .owl-dot.active {
    width: 50px;
    height: 50px;
  }
}
.main-slider-four__carousel.owl-carousel .owl-dots .owl-dot:hover::before, .main-slider-four__carousel.owl-carousel .owl-dots .owl-dot.active::before {
  font-size: 22px;
}
@media (max-width: 767px) {
  .main-slider-four__carousel.owl-carousel .owl-dots .owl-dot:hover::before, .main-slider-four__carousel.owl-carousel .owl-dots .owl-dot.active::before {
    font-size: 20px;
  }
}
.main-slider-four__item {
  position: relative;
  padding-top: 323px;
  padding-bottom: 229px;
  overflow: hidden;
  background-color: var(--tidytouch-black2, #15161B);
}
@media (max-width: 1399px) {
  .main-slider-four__item {
    padding-top: 280px;
  }
}
@media (max-width: 1199px) {
  .main-slider-four__item {
    padding-top: 220px;
  }
}
@media (max-width: 575px) {
  .main-slider-four__item {
    padding-top: 190px;
  }
}
@media (max-width: 390px) {
  .main-slider-four__item {
    padding-top: 170px;
  }
}
.main-slider-four__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transform: scale(1.3);
  transition: transform 8s ease;
}
.main-slider-four__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--tidytouch-black6-rgb, 5, 5, 5), 0.92);
}
.main-slider-four .container {
  position: relative;
  z-index: 3;
}
.main-slider-four__content {
  padding-left: 24px;
}
@media (max-width: 1399px) {
  .main-slider-four__content {
    padding-left: 0px;
  }
}
.main-slider-four__top {
  margin-bottom: 20px;
  overflow: hidden;
}
.main-slider-four__top__inner {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  opacity: 0;
  transform: translateY(-150%);
  border-radius: 50px;
}
.main-slider-four__tagline-shape {
  flex-shrink: 0;
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
}
.main-slider-four__tagline {
  margin: 0px;
  font-family: var(--tidytouch-special-font, "Sofadi One", sans-serif);
  font-size: 20px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.15;
}
@media (max-width: 575px) {
  .main-slider-four__tagline {
    font-size: 18px;
  }
}
.main-slider-four__tagline span {
  display: inline-block;
  color: var(--tidytouch-primary, #FFB400);
}
.main-slider-four__title {
  margin-bottom: 14px;
  font-size: 70px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.142;
}
@media (max-width: 1399px) {
  .main-slider-four__title {
    font-size: 65px;
  }
}
@media (max-width: 1199px) {
  .main-slider-four__title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .main-slider-four__title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .main-slider-four__title {
    font-size: 45px;
  }
}
@media (max-width: 430px) {
  .main-slider-four__title {
    font-size: 40px;
  }
}
.main-slider-four__title span {
  display: inline-block;
  opacity: 0;
  transform: translate(200px, -100px) scale(2);
}
.main-slider-four__title__highlight {
  position: relative;
  display: inline-block;
  color: var(--tidytouch-base, #1947CD);
  z-index: 1;
}
.main-slider-four__title__highlight::after {
  content: "";
  width: calc(100% + 30px);
  height: calc(100% + 11px);
  background-image: url(../images/shapes/main-slider-title-shape-4-1.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
  z-index: -1;
}
@keyframes textBallDrop {
  60% {
    transform: translate(0, 20px) rotate(-180deg) scale(0.5);
  }
  100% {
    transform: translate(0) rotate(0deg) scale(1);
    opacity: 1;
  }
}
.main-slider-four__description {
  overflow: hidden;
}
.main-slider-four__text {
  margin-bottom: 40px;
  font-size: 20px;
  color: var(--tidytouch-white, #FFFFFF);
  line-height: 1.5;
  opacity: 0;
  transform: translateY(150%);
}
@media (max-width: 1199px) {
  .main-slider-four__text {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .main-slider-four__text {
    font-size: 16px;
  }
}
.main-slider-four__button {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 30px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .main-slider-four__button {
    flex-direction: column;
    align-items: flex-start;
  }
}
.main-slider-four__button__inner {
  opacity: 0;
  transform: translateY(150%);
}
.main-slider-four__call {
  display: flex;
  align-items: center;
  gap: 15px;
}
.main-slider-four__call__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  font-size: 25px;
  color: var(--tidytouch-primary, #FFB400);
  background-color: var(--tidytouch-white, #FFFFFF);
  transition: all 500ms ease;
}
.main-slider-four__call__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.main-slider-four__call:hover .main-slider-four__call__icon {
  color: var(--tidytouch-white, #FFFFFF);
  background-color: var(--tidytouch-base, #1947CD);
}
.main-slider-four__call__title {
  margin-bottom: 4px;
  font-size: 22px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.318;
}
@media (max-width: 1599px) {
  .main-slider-four__call__title {
    font-size: 20px;
  }
}
.main-slider-four__call__number {
  margin: 0px;
  font-size: 16px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.25;
}
.main-slider-four__call__number a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-slider-four__call__number a:hover {
  color: var(--tidytouch-base, #1947CD);
}
.main-slider-four__call__number a:hover {
  background-size: 100% 1px;
}
.main-slider-four__image {
  position: absolute;
  left: 8%;
  bottom: 0px;
  z-index: 2;
}
@media (max-width: 1799px) {
  .main-slider-four__image {
    left: 3%;
  }
}
@media (max-width: 1599px) {
  .main-slider-four__image {
    left: -60px;
  }
}
@media (max-width: 1399px) {
  .main-slider-four__image {
    display: none;
  }
}
.main-slider-four__image img {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
}
.main-slider-four__shape-1 {
  width: 418px;
  height: 529px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  opacity: 0;
  transform: translateY(100%);
  background-color: var(--tidytouch-base, #1947CD);
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
@media (max-width: 1399px) {
  .main-slider-four__shape-1 {
    display: none;
  }
}
.main-slider-four__shape-2 {
  width: 450px;
  height: 529px;
  position: absolute;
  left: 21.2%;
  bottom: 0px;
  z-index: 1;
  opacity: 0;
  transform: translateY(100%);
  background-color: var(--tidytouch-primary, #FFB400);
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
@media (max-width: 1799px) {
  .main-slider-four__shape-2 {
    left: 18%;
  }
}
@media (max-width: 1599px) {
  .main-slider-four__shape-2 {
    left: 13%;
  }
}
@media (max-width: 1399px) {
  .main-slider-four__shape-2 {
    display: none;
  }
}
.main-slider-four__shape-icon-1 {
  display: inline-flex;
  font-size: 65px;
  color: var(--tidytouch-base, #1947CD);
  position: absolute;
  right: 13.1%;
  bottom: 218px;
  z-index: 1;
  opacity: 0;
  animation: textRotate 2.5s linear infinite;
}
.main-slider-four__shape-icon-1 svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 1599px) {
  .main-slider-four__shape-icon-1 {
    right: 9.1%;
  }
}
@media (max-width: 1199px) {
  .main-slider-four__shape-icon-1 {
    display: none;
  }
}
.main-slider-four__shape-icon-2 {
  display: inline-flex;
  font-size: 88px;
  color: var(--tidytouch-primary, #FFB400);
  position: absolute;
  right: 17.1%;
  bottom: 145px;
  z-index: 1;
  opacity: 0;
  animation: textRotate 2.5s linear infinite;
}
.main-slider-four__shape-icon-2 svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 1599px) {
  .main-slider-four__shape-icon-2 {
    right: 14.1%;
  }
}
@media (max-width: 1399px) {
  .main-slider-four__shape-icon-2 {
    font-size: 75px;
  }
}
@media (max-width: 1199px) {
  .main-slider-four__shape-icon-2 {
    display: none;
  }
}
.main-slider-four .active .main-slider-four__bg {
  transform: scale(1);
}
.main-slider-four .active .main-slider-four__top__inner,
.main-slider-four .active .main-slider-four__text,
.main-slider-four .active .main-slider-four__button__inner {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1500ms ease, opacity 1500ms ease;
}
.main-slider-four .active .main-slider-four__top__inner {
  transition-delay: 200ms;
}
.main-slider-four .active .main-slider-four__title span {
  animation: textBallDrop 0.2s forwards;
}
.main-slider-four .active .main-slider-four__title__highlight::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: all 1000ms ease 1600ms;
}
.main-slider-four .active .main-slider-four__text {
  transition-delay: 400ms;
}
.main-slider-four .active .main-slider-four__button__inner:nth-child(1) {
  transition-delay: 800ms;
}
.main-slider-four .active .main-slider-four__button__inner:nth-child(2) {
  transition-delay: 1000ms;
}
.main-slider-four .active .main-slider-four__shape-1,
.main-slider-four .active .main-slider-four__shape-2 {
  opacity: 1;
  transform: translateY(0%);
  transition: all 1500ms ease;
}
.main-slider-four .active .main-slider-four__shape-2 {
  transition-delay: 300ms;
}
.main-slider-four .active .main-slider-four__shape-icon-1,
.main-slider-four .active .main-slider-four__shape-icon-2 {
  opacity: 1;
  transition: all 500ms ease 500ms;
}

.main-slider-five {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.main-slider-five__carousel {
  position: relative;
}
.main-slider-five__carousel.owl-carousel .owl-dots {
  margin: 0px !important;
  position: absolute;
  left: 50%;
  bottom: 70px;
  transform: translateX(-50%);
}
.main-slider-five__item {
  position: relative;
  padding-top: 173px;
  padding-bottom: 215px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .main-slider-five__item {
    padding-top: 150px;
    padding-bottom: 195px;
  }
}
@media (max-width: 575px) {
  .main-slider-five__item {
    padding-top: 130px;
    padding-bottom: 175px;
  }
}
@media (max-width: 375px) {
  .main-slider-five__item {
    padding-top: 120px;
    padding-bottom: 165px;
  }
}
.main-slider-five__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transform: scale(1.3);
  transition: transform 8s ease;
}
.main-slider-five__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--tidytouch-black6-rgb, 5, 5, 5), 0.8);
}
.main-slider-five .container {
  position: relative;
  z-index: 3;
}
.main-slider-five__content {
  text-align: center;
}
.main-slider-five__top {
  margin-bottom: 20px;
  overflow: hidden;
}
.main-slider-five__top__inner {
  padding: 11.5px 30px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  opacity: 0;
  transform: translateY(-150%);
  border-radius: 50px;
  background-color: var(--tidytouch-white, #FFFFFF);
}
.main-slider-five__tagline-shape {
  flex-shrink: 0;
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
}
.main-slider-five__tagline {
  margin: 0px;
  font-family: var(--tidytouch-special-font, "Sofadi One", sans-serif);
  font-size: 20px;
  color: var(--tidytouch-base, #1947CD);
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.15;
}
@media (max-width: 575px) {
  .main-slider-five__tagline {
    font-size: 18px;
  }
}
.main-slider-five__title {
  overflow: hidden;
  position: relative;
  margin-bottom: 14px;
}
.main-slider-five__title__text {
  position: relative;
  display: table;
  margin: 0px auto;
  padding-bottom: 5px;
  font-size: 70px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.142;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .main-slider-five__title__text {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .main-slider-five__title__text {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .main-slider-five__title__text {
    font-size: 45px;
  }
}
@media (max-width: 430px) {
  .main-slider-five__title__text {
    font-size: 40px;
  }
}
.main-slider-five__title__inner {
  position: relative;
  display: block;
  transform: translateY(150%);
}
.main-slider-five__title__main {
  display: block;
}
@keyframes mainFadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.main-slider-five__title__block {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--tidytouch-white, #FFFFFF);
  position: absolute;
  top: 0px;
}
@keyframes titleOverlay {
  0% {
    width: 100%;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
.main-slider-five__title__highlight {
  position: relative;
  z-index: 1;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--tidytouch-primary, #FFB400);
}
.main-slider-five__title__highlight::after {
  content: "";
  width: calc(100% - 37px);
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 5px;
  z-index: -1;
  background-color: var(--tidytouch-primary, #FFB400);
}
.main-slider-five__description {
  overflow: hidden;
}
.main-slider-five__text {
  margin: 0px;
  font-size: 20px;
  color: var(--tidytouch-white, #FFFFFF);
  line-height: 1.5;
  opacity: 0;
  transform: translateY(150%);
}
@media (max-width: 1199px) {
  .main-slider-five__text {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .main-slider-five__text {
    font-size: 16px;
  }
}
.main-slider-five__button {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px 32px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .main-slider-five__button {
    flex-direction: column;
  }
}
.main-slider-five__button__inner {
  opacity: 0;
  transform: translateY(150%);
}
.main-slider-five__video {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}
.main-slider-five__video .video-btn {
  color: var(--tidytouch-primary, #FFB400);
  border-color: var(--tidytouch-primary, #FFB400);
}
.main-slider-five__video .video-btn:hover {
  color: var(--tidytouch-white, #FFFFFF);
  border-color: var(--tidytouch-base, #1947CD);
  background-color: var(--tidytouch-base, #1947CD);
}
.main-slider-five__video .video-btn > span {
  border-color: var(--tidytouch-primary, #FFB400);
}
.main-slider-five__video .video-btn:hover > span {
  border-color: var(--tidytouch-base, #1947CD);
}
.main-slider-five__video__title {
  margin: 0px;
  font-size: 20px;
  font-weight: 400;
  color: var(--tidytouch-white, #FFFFFF);
  text-transform: uppercase;
  line-height: 1.5;
}
@media (max-width: 575px) {
  .main-slider-five__video__title {
    font-size: 18px;
  }
}
@media (max-width: 430px) {
  .main-slider-five__video__title {
    font-size: 16px;
  }
}
.main-slider-five__shape-1 {
  width: 100%;
  height: 13px;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 2;
  background-repeat: repeat-x;
  background-color: transparent;
  background-blend-mode: initial;
  background-position: left top;
  animation: moveBackground 40s linear 0s infinite;
}
.main-slider-five__shape-2 {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  left: -100%;
  bottom: 0px;
  z-index: 1;
  opacity: 0;
  animation: moveX2 2s linear infinite;
}
@media (max-width: 1199px) {
  .main-slider-five__shape-2 {
    display: none !important;
  }
}
.main-slider-five__shape-3 {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  right: -100%;
  bottom: 0px;
  z-index: 1;
  opacity: 0;
  animation: moveX 2s linear infinite;
}
@media (max-width: 1199px) {
  .main-slider-five__shape-3 {
    display: none !important;
  }
}
.main-slider-five .active .main-slider-five__bg {
  transform: scale(1);
}
.main-slider-five .active .main-slider-five__top__inner,
.main-slider-five .active .main-slider-five__text,
.main-slider-five .active .main-slider-five__button__inner {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1500ms ease, opacity 1500ms ease;
}
.main-slider-five .active .main-slider-five__top__inner {
  transition-delay: 200ms;
}
.main-slider-five .active .main-slider-five__title__inner {
  transform: translateY(0);
  transition: transform 1600ms ease;
}
.main-slider-five .active .main-slider-five__title__main {
  animation: mainFadeIn 3.5s forwards;
}
.main-slider-five .active .main-slider-five__title__block {
  animation: titleOverlay 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
}
.main-slider-five .active .main-slider-five__text {
  transition-delay: 400ms;
}
.main-slider-five .active .main-slider-five__button__inner:nth-child(1) {
  transition-delay: 800ms;
}
.main-slider-five .active .main-slider-five__button__inner:nth-child(2) {
  transition-delay: 1000ms;
}
.main-slider-five .active .main-slider-five__shape-2 {
  left: 0px;
  opacity: 1;
  transition: all 1500ms ease;
}
@media (max-width: 1399px) {
  .main-slider-five .active .main-slider-five__shape-2 {
    left: -50px;
  }
}
.main-slider-five .active .main-slider-five__shape-3 {
  right: 0px;
  opacity: 1;
  transition: all 1500ms ease;
}
@media (max-width: 1399px) {
  .main-slider-five .active .main-slider-five__shape-3 {
    right: -50px;
  }
}

/*--------------------------------------------------------------
# Feature
--------------------------------------------------------------*/
.features-one {
  position: relative;
  z-index: 1;
  margin-top: -95px;
}
@media (max-width: 1399px) {
  .features-one {
    margin-top: 0px;
    padding-top: var(--section-space, 120px);
  }
}
@media (max-width: 767px) {
  .features-one {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .features-one {
    padding-top: 80px;
  }
}
.features-one__card {
  position: relative;
  z-index: 1;
  padding: 30px 30px 23px 35px;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--tidytouch-white, #FFFFFF);
  filter: drop-shadow(0px 2px 12.3px rgba(0, 0, 0, 0.1));
}
@media (max-width: 412px) {
  .features-one__card {
    padding: 25px 25px 23px 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .features-one__card {
    padding: 25px 25px 23px 30px;
  }
}
.features-one__card__bg {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  transform: scale(1.5);
  border-radius: 10px;
  background-color: var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
.features-one__card__bg__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.2;
  border-radius: inherit;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.features-one__card:hover .features-one__card__bg {
  opacity: 1;
  transform: scale(1);
}
.features-one__card__content {
  position: relative;
  z-index: 1;
}
.features-one__card__top {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 23px;
}
@media (max-width: 412px) {
  .features-one__card__top {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .features-one__card__top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.features-one__card__icon-box {
  width: 67px;
  height: 67px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  z-index: 1;
  background-color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.features-one__card__icon-box::after {
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: inherit;
  border: 1px dashed var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.features-one__card:hover .features-one__card__icon-box {
  background-color: var(--tidytouch-white, #FFFFFF);
}
.features-one__card:hover .features-one__card__icon-box::after {
  border-color: var(--tidytouch-white, #FFFFFF);
}
.features-one__card__icon {
  display: inline-flex;
  font-size: 38px;
  color: var(--tidytouch-white, #FFFFFF);
  transition: all 500ms ease;
}
.features-one__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.features-one__card:hover .features-one__card__icon {
  color: var(--tidytouch-primary, #FFB400);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.features-one__card__title {
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0px;
  padding: 11px 0px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
}
.features-one__card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.features-one__card__title a:hover {
  background-size: 100% 1px;
}
.features-one__card__title::after {
  content: "";
  width: calc(100% - 35px);
  height: 100%;
  position: absolute;
  top: 0px;
  right: -30px;
  z-index: -1;
  background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #D6D6D6 100%);
  transition: all 500ms ease;
}
@media (max-width: 412px) {
  .features-one__card__title::after {
    right: -25px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .features-one__card__title::after {
    right: -25px;
  }
}
.features-one__card:hover .features-one__card__title::after {
  background: linear-gradient(90deg, rgba(217, 217, 217, 0) 13.49%, #FFB400 100%);
}
.features-one__card__text {
  margin: 0px;
  transition: all 500ms ease;
}
.features-one__card__button {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.features-one__card__link {
  font-size: 16px;
  color: var(--tidytouch-black, #222222);
  text-transform: uppercase;
  line-height: 1.25;
  transition: all 500ms ease;
}
.features-one__card:hover .features-one__card__title, .features-one__card:hover .features-one__card__text, .features-one__card:hover .features-one__card__link {
  color: var(--tidytouch-white, #FFFFFF);
}
.features-one__card__line {
  display: block;
  height: 1px;
  flex-grow: 1;
  margin-left: 12px;
  border: 1px dashed var(--tidytouch-text, #5E5B5B);
  transition: all 500ms ease;
}
.features-one__card:hover .features-one__card__line {
  border-color: var(--tidytouch-white, #FFFFFF);
}
.features-one__card__btn {
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  transform: rotate(-45deg);
  border-radius: 50%;
  font-size: 10px;
  color: var(--tidytouch-white, #FFFFFF);
  background-color: var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
.features-one__card__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.features-one__card__btn:hover {
  transform: rotate(0deg);
}
.features-one__card:hover .features-one__card__btn {
  color: var(--tidytouch-base, #1947CD);
  background-color: var(--tidytouch-white, #FFFFFF);
}

.features-two {
  background-color: var(--tidytouch-white, #FFFFFF);
}
.features-two__card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 200px 200px 0px 0px;
  background-color: var(--tidytouch-white2, #F4F4F4);
}
.features-two__card__bg {
  width: 100%;
  height: 0%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 200px 200px 0px 0px;
  transition: all 500ms ease;
}
.features-two__card__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background-color: RGBA(var(--tidytouch-black2-rgb, 21, 22, 27), 0.87);
}
.features-two__card:hover .features-two__card__bg {
  height: 100%;
}
.features-two__card__content {
  position: relative;
  padding: 50px 20px 29px;
  text-align: center;
  z-index: 1;
}
.features-two__card__icon-box {
  width: 100px;
  height: 100px;
  margin: 0px auto 24px;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}
.features-two__card__icon-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  bottom: -5px;
  z-index: -1;
  border-radius: inherit;
  background-color: var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
.features-two__card:hover .features-two__card__icon-box::after {
  background-color: var(--tidytouch-white, #FFFFFF);
}
.features-two__card__icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 47px;
  color: var(--tidytouch-primary, #FFB400);
  border-radius: inherit;
  background-color: var(--tidytouch-white, #FFFFFF);
  transition: all 500ms ease;
}
.features-two__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.features-two__card:hover .features-two__card__icon {
  color: var(--tidytouch-white, #FFFFFF);
  background-color: var(--tidytouch-base, #1947CD);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.features-two__card__title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
}
.features-two__card__text {
  margin: 0px;
  transition: all 500ms ease;
}
.features-two__card:hover .features-two__card__title, .features-two__card:hover .features-two__card__text {
  color: var(--tidytouch-white, #FFFFFF);
}
.features-two__card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  z-index: 1;
  padding: 9.5px 20px;
  text-align: center;
  font-size: 16px;
  color: var(--tidytouch-white, #FFFFFF);
  text-transform: uppercase;
  overflow: hidden;
  background-color: var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
.features-two__card__btn::before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  border-radius: 0px;
  background-color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.features-two__card__btn:hover::before {
  width: 100%;
  left: 0px;
}
.features-two__card__btn__icon {
  width: 23.22px;
  height: 23.22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: rotate(-45deg);
  font-size: 9px;
  color: var(--tidytouch-white, #FFFFFF);
  background-color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.features-two__card__btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.features-two__card__btn:hover .features-two__card__btn__icon {
  color: var(--tidytouch-white, #FFFFFF);
  background-color: var(--tidytouch-base, #1947CD);
  transform: rotate(0deg);
}
.features-two__info {
  max-width: 805px;
  margin: 50px auto 0px;
  padding: 15px 38px 15px 32px;
  display: flex;
  align-items: center;
  gap: 20px 30px;
  border-radius: 10px;
  border: 1px solid var(--tidytouch-border-color, #DDDDDD);
}
@media (max-width: 767px) {
  .features-two__info {
    padding-left: 25px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .features-two__info {
    padding-left: 30px;
    flex-direction: column;
    text-align: center;
  }
}
.features-two__info__icon {
  width: 74px;
  height: 74px;
  flex-shrink: 0;
}
.features-two__info__text {
  position: relative;
  margin: 0px;
  font-size: 22px;
  font-weight: 500;
  color: var(--tidytouch-black3, #333333);
  line-height: 1.363;
}
@media (max-width: 767px) {
  .features-two__info__text {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .features-two__info__text {
    font-size: 17px;
  }
}
.features-two__info__text::before {
  content: "";
  width: 2px;
  height: calc(100% - 12px);
  position: absolute;
  top: 50%;
  left: -19px;
  transform: translateY(-50%);
  background-color: var(--tidytouch-base, #1947CD);
}
@media (max-width: 575px) {
  .features-two__info__text::before {
    display: none;
  }
}
.features-two__info__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--tidytouch-primary, #FFB400);
  text-transform: uppercase;
}
.features-two__info__link:hover {
  color: var(--tidytouch-base, #1947CD);
}
.features-two__info__link__text {
  text-decoration: underline;
}
.features-two__info__link__icon {
  position: relative;
  top: -1px;
  display: inline-flex;
  font-size: 16px;
  color: inherit;
}
.features-two__info__link__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 767px) {
  .features-two__info__link__icon {
    font-size: 12px;
  }
}

.features-three {
  background-color: var(--tidytouch-white, #FFFFFF);
}
.features-three__card {
  position: relative;
  padding: 20px 16px 30px;
  border-radius: 10px;
  text-align: center;
  background-color: var(--tidytouch-white, #FFFFFF);
  border: 1px solid var(--tidytouch-border-color, #DDDDDD);
  transition: all 500ms ease;
}
.features-three__card:hover {
  border-color: transparent;
  box-shadow: 0px 0px 16.1px 6px rgba(45, 45, 45, 0.19);
}
.features-three__card::before, .features-three__card::after {
  content: "";
  width: 55px;
  height: 49px;
  position: absolute;
  opacity: 0;
  transition: all 500ms ease;
}
.features-three__card::before {
  top: 10px;
  left: 10px;
  border-radius: 10px 0px 0px 0px;
  background-color: var(--tidytouch-primary, #FFB400);
  clip-path: polygon(0 0, 0 100%, 100% 0);
}
.features-three__card::after {
  right: 10px;
  bottom: 10px;
  border-radius: 0px 0px 10px 0px;
  background-color: var(--tidytouch-base, #1947CD);
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
}
.features-three__card:hover::before, .features-three__card:hover::after {
  opacity: 1;
}
.features-three__card__image {
  margin-bottom: 28px;
}
.features-three__card__image img {
  width: 100%;
  display: block;
}
.features-three__card__title {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
}
@media (max-width: 360px) {
  .features-three__card__title {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .features-three__card__title {
    font-size: 20px;
  }
}
.features-three__card__text {
  margin-bottom: 18px;
}
.features-three__card__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: var(--tidytouch-black3, #333333);
  text-transform: uppercase;
  line-height: 1.25;
  z-index: 1;
  transition: all 500ms ease;
}
.features-three__card__btn:hover {
  color: var(--tidytouch-base, #1947CD);
}
.features-three__card__btn__icon {
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transform: rotate(-45deg);
  font-size: 9px;
  color: var(--tidytouch-white, #FFFFFF);
  border-radius: 50%;
  background-color: var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
.features-three__card__btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.features-three__card__btn:hover .features-three__card__btn__icon {
  transform: rotate(0deg);
  background-color: var(--tidytouch-primary, #FFB400);
}

.features-four {
  position: relative;
  margin-bottom: -209px;
  z-index: 2;
}
.features-four__inner {
  position: relative;
  z-index: 1;
  padding-bottom: 62px;
}
.features-four__inner::after {
  content: "";
  width: calc(100% + 112px);
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  border-radius: 0px 0px 50px 50px;
  background-color: var(--tidytouch-white, #FFFFFF);
}
@media (max-width: 575px) {
  .features-four__inner::after {
    border-radius: 0px;
  }
}
.features-four__card {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 43px 50px 50px;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 991px) {
  .features-four__card {
    height: auto;
  }
}
@media (max-width: 767px) {
  .features-four__card {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 575px) {
  .features-four__card {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .features-four__card {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.features-four__card__shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.features-four__card__content {
  position: relative;
  z-index: 1;
}
.features-four__card__title {
  margin: 0px;
  font-size: 22px;
  font-weight: 700;
  color: var(--tidytouch-white, #FFFFFF);
  line-height: 1.454;
}
.features-four__card__title span {
  color: var(--tidytouch-primary, #FFB400);
}
.features-four__card__border {
  position: relative;
  width: 95px;
  height: 4px;
  margin: 25px 0px 33px;
  background-color: var(--tidytouch-primary, #FFB400);
}
.features-four__card__border::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  background-color: var(--tidytouch-white, #FFFFFF);
}
.features-four__card__video {
  margin-bottom: 13px;
}
.features-four__card__video__title {
  margin: 29px 0px 0px;
  font-weight: 400;
  font-size: 20px;
  color: var(--tidytouch-white, #FFFFFF);
  text-transform: uppercase;
  line-height: 1.2;
}
.features-four__card .video-btn {
  color: var(--tidytouch-primary, #FFB400);
  border-color: var(--tidytouch-primary, #FFB400);
}
.features-four__card .video-btn:hover {
  color: var(--tidytouch-white, #FFFFFF);
}
.features-four__card .video-btn > span {
  border-color: var(--tidytouch-primary, #FFB400);
}
.features-four__card--2 {
  padding-top: 50px;
  padding-bottom: 42px;
}
@media (max-width: 991px) {
  .features-four__card--2 {
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-one {
  position: relative;
  background-color: var(--tidytouch-white, #FFFFFF);
}
.about-one .container {
  position: relative;
  z-index: 1;
}
.about-one__image {
  display: table;
  position: relative;
}
.about-one__image__one {
  display: table;
  position: relative;
  z-index: 1;
}
.about-one__image__one img {
  max-width: 100%;
  height: auto;
}
.about-one__image__two {
  display: inline-block;
  padding: 10px 0px 10px 10px;
  position: relative;
  position: absolute;
  right: 0px;
  bottom: -22px;
  background-color: var(--tidytouch-white, #FFFFFF);
  z-index: 2;
}
@media (max-width: 575px) {
  .about-one__image__two {
    display: none;
  }
}
.about-one__image__two img {
  max-width: 100%;
  height: auto;
}
.about-one__image__shape-1 {
  width: 68px;
  height: 207px;
  position: relative;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
}
.about-one__image__shape-1::before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  border-style: solid;
  border-width: 103.5px 68px 103.5px 0;
  border-color: transparent var(--tidytouch-white, #FFFFFF) transparent transparent;
}
.about-one__image__shape-1::after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 82.5px 53px 82.5px 0;
  border-color: transparent var(--tidytouch-primary, #FFB400) transparent transparent;
}
.about-one__image__shape-2 {
  width: 46px;
  height: 70px;
  position: relative;
  position: absolute;
  top: -70px;
  right: 0px;
  z-index: 2;
}
.about-one__image__shape-2::before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  border-style: solid;
  border-width: 0 0 70px 46px;
  border-color: transparent transparent var(--tidytouch-white, #FFFFFF) transparent;
}
.about-one__image__shape-2::after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-style: solid;
  border-width: 0 0 59px 39px;
  border-color: transparent transparent var(--tidytouch-black2, #15161B) transparent;
}
.about-one__image__shape-3 {
  width: 378px;
  height: 327px;
  position: relative;
  position: absolute;
  top: 0px;
  left: -174px;
  transform: rotate(-79.96deg);
  background-color: var(--tidytouch-base, #1947CD);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
@media (max-width: 1599px) {
  .about-one__image__shape-3 {
    left: -140px;
  }
}
@media (max-width: 1199px) {
  .about-one__image__shape-3 {
    display: none;
  }
}
.about-one__image__shape-3::after {
  content: "";
  width: 256px;
  height: 222px;
  position: absolute;
  top: 33px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  background-color: var(--tidytouch-white, #FFFFFF);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.about-one__experience {
  position: relative;
  z-index: 3;
  margin-top: -5px;
  padding: 11px 10px 11px 20px;
  display: inline-flex;
  align-items: center;
  gap: 26px;
  background-color: var(--tidytouch-base, #1947CD);
  border-top: 5px solid var(--tidytouch-white, #FFFFFF);
  border-bottom: 5px solid var(--tidytouch-white, #FFFFFF);
}
.about-one__experience::before {
  content: "";
  width: 53px;
  height: calc(100% + 10px);
  position: absolute;
  top: 50%;
  right: -52.9px;
  transform: translateY(-50%);
  background-color: var(--tidytouch-white, #FFFFFF);
  clip-path: polygon(0 0, 100% 50%, 0 100%, 0% 50%);
}
.about-one__experience::after {
  content: "";
  width: 43px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: -42.9px;
  transform: translateY(-50%);
  background-color: var(--tidytouch-base, #1947CD);
  clip-path: polygon(0 0, 100% 50%, 0 100%, 0% 50%);
}
.about-one__experience__year {
  position: relative;
  margin: 0px;
  font-size: 35px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 375px) {
  .about-one__experience__year {
    font-size: 30px;
  }
}
.about-one__experience__year::after {
  content: "";
  width: 2px;
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translateY(-50%);
  background-color: var(--tidytouch-white, #FFFFFF);
}
.about-one__experience__text {
  margin: 0px;
  font-size: 18px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.444;
}
@media (max-width: 375px) {
  .about-one__experience__text {
    font-size: 14px;
  }
}
.about-one .sec-title {
  margin-bottom: 15px;
}
.about-one__text {
  margin-bottom: 28px;
}
.about-one__main-tab-box {
  position: relative;
  margin-bottom: 26px;
  display: block;
  border: 1px solid var(--tidytouch-border-color, #DDDDDD);
}
.about-one__main-tab-box .tab-buttons {
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 35px 30px;
}
@media (max-width: 767px) {
  .about-one__main-tab-box .tab-buttons {
    padding: 30px 30px 0px;
    gap: 25px 20px;
  }
}
@media (max-width: 430px) {
  .about-one__main-tab-box .tab-buttons {
    padding: 25px 25px 0px;
  }
}
.about-one__main-tab-box .tab-buttons .tab-btn {
  cursor: pointer;
  position: relative;
  z-index: 1;
  padding: 10px 30.2px;
  font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
  font-size: 16px;
  font-weight: 600;
  color: var(--tidytouch-black3, #333333);
  text-transform: uppercase;
  border-radius: 0px 0px 10px 10px;
  background-color: var(--tidytouch-white2, #F4F4F4);
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .about-one__main-tab-box .tab-buttons .tab-btn {
    border-radius: 10px;
  }
}
.about-one__main-tab-box .tab-buttons .tab-btn::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: scaleX(0);
  background-color: var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
@media (max-width: 991px) {
  .about-one__main-tab-box .tab-buttons .tab-btn::before {
    display: none;
  }
}
.about-one__main-tab-box .tab-buttons .tab-btn::after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  left: 50%;
  bottom: -23px;
  opacity: 0;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 23px 23px 0 23px;
  border-color: var(--tidytouch-primary, #FFB400) transparent transparent transparent;
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .about-one__main-tab-box .tab-buttons .tab-btn::after {
    border-width: 12px 12px 0 12px;
    bottom: -12px;
  }
}
.about-one__main-tab-box .tab-buttons .tab-btn:hover, .about-one__main-tab-box .tab-buttons .tab-btn.active-btn {
  color: var(--tidytouch-white, #FFFFFF);
  background-color: var(--tidytouch-black2, #15161B);
}
.about-one__main-tab-box .tab-buttons .tab-btn.active-btn::before {
  transform: scaleX(1);
}
.about-one__main-tab-box .tab-buttons .tab-btn.active-btn::after {
  opacity: 1;
}
.about-one__main-tab-box .tabs-content {
  position: relative;
  display: block;
  padding: 42px 30px 21px;
}
@media (max-width: 430px) {
  .about-one__main-tab-box .tabs-content {
    padding: 35px 25px 16px;
  }
}
.about-one__main-tab-box .tabs-content .row {
  --bs-gutter-y: 7px;
}
.about-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;
}
.about-one__main-tab-box .tabs-content .tab.active-tab {
  display: block;
}
.about-one__list {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.about-one__list__icon {
  font-size: 18px;
  color: var(--tidytouch-black, #222222);
  transition: all 500ms ease;
}
.about-one__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.about-one__list:hover .about-one__list__icon {
  color: var(--tidytouch-primary, #FFB400);
}
.about-one__list__link {
  color: var(--tidytouch-black3, #333333);
  text-transform: uppercase;
  font-weight: 500;
  transition: all 500ms ease;
}
.about-one__list:hover .about-one__list__link {
  color: var(--tidytouch-base, #1947CD);
  text-decoration: underline;
}
.about-one__text-2 {
  position: relative;
  margin-bottom: 21px;
  padding-left: 17px;
  font-weight: 500;
  color: var(--tidytouch-black3, #333333);
  text-transform: uppercase;
}
.about-one__text-2::before {
  content: "";
  width: 3px;
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background-color: var(--tidytouch-base, #1947CD);
}
.about-one__text-3 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 500;
  color: var(--tidytouch-base, #1947CD);
  text-transform: uppercase;
}
.about-one__text-3__icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.about-one__text-3__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.about-one__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 89px;
  bottom: 0px;
  animation: moveX 2s linear infinite;
}
@media (max-width: 1799px) {
  .about-one__shape {
    right: 40px;
  }
}
@media (max-width: 1599px) {
  .about-one__shape {
    display: none;
  }
}

.about-two {
  position: relative;
  overflow: hidden;
  background-color: var(--tidytouch-black2, #15161B);
}
.about-two::after {
  content: "";
  width: calc(100% - 534px);
  height: calc(100% + 4px);
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  background-color: var(--tidytouch-white3, #F5F2EF);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 22% 50%);
}
@media (max-width: 1799px) {
  .about-two::after {
    width: calc(100% - 400px);
  }
}
@media (max-width: 1599px) {
  .about-two::after {
    width: calc(100% - 300px);
  }
}
@media (max-width: 1399px) {
  .about-two::after {
    width: calc(100% - 250px);
  }
}
@media (max-width: 1199px) {
  .about-two::after {
    width: 100%;
    clip-path: none;
  }
}
.about-two__title {
  position: absolute;
  top: 50%;
  left: 60px;
  z-index: 1;
  transform: translateY(-50%);
  writing-mode: sideways-lr;
  margin: 0px;
  -webkit-text-stroke-width: 7px;
  -webkit-text-stroke-color: RGBA(var(--tidytouch-white-rgb, 255, 255, 255), 0.12);
  font-family: var(--tidytouch-font, "Noto Sans Arabic", sans-serif);
  font-size: 200px;
  color: transparent;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  animation: colorChange 1.5s ease infinite;
}
@media (max-width: 1799px) {
  .about-two__title {
    left: 20px;
  }
}
@media (max-width: 1399px) {
  .about-two__title {
    display: none;
  }
}
@keyframes colorChange {
  0% {
    -webkit-text-stroke-color: RGBA(var(--tidytouch-white-rgb, 255, 255, 255), 0.12);
  }
  50% {
    -webkit-text-stroke-color: RGBA(var(--tidytouch-base-rgb, 25, 71, 205), 1);
  }
  100% {
    -webkit-text-stroke-color: RGBA(var(--tidytouch-white-rgb, 255, 255, 255), 0.12);
  }
}
.about-two .container {
  position: relative;
  z-index: 2;
}
.about-two__image {
  display: inline-block;
  position: relative;
}
.about-two__image__one {
  width: 623px;
  height: 623px;
  padding: 16px;
  margin-left: -103px;
  position: relative;
  border-radius: 50%;
  background-color: var(--tidytouch-white, #FFFFFF);
}
@media (max-width: 1399px) {
  .about-two__image__one {
    width: 550px;
    height: 550px;
    margin-left: 0px;
  }
}
@media (max-width: 1199px) {
  .about-two__image__one {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 991px) {
  .about-two__image__one {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 575px) {
  .about-two__image__one {
    width: auto;
    height: auto;
  }
}
.about-two__image__img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
}
.about-two__image__shape-1 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 19px;
  right: 74px;
  z-index: -1;
  animation: zump 2s linear infinite;
}
@media (max-width: 1399px) {
  .about-two__image__shape-1 {
    top: 0px;
  }
}
@media (max-width: 575px) {
  .about-two__image__shape-1 {
    right: 20px;
  }
}
.about-two__image__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 59px;
  bottom: 48px;
  z-index: -1;
  animation: zumpBottom 2s linear infinite;
}
@media (max-width: 1399px) {
  .about-two__image__shape-2 {
    bottom: 0px;
  }
}
@media (max-width: 575px) {
  .about-two__image__shape-2 {
    left: 30px;
  }
}
.about-two__image__two {
  width: 256px;
  height: 256px;
  padding: 12px;
  position: absolute;
  right: -48px;
  bottom: -15px;
  border-radius: 50%;
  z-index: 1;
  background-color: var(--tidytouch-white, #FFFFFF);
}
@media (max-width: 1399px) {
  .about-two__image__two {
    right: -19px;
  }
}
@media (max-width: 1199px) {
  .about-two__image__two {
    width: 200px;
    height: 200px;
    right: -8px;
    bottom: -100px;
  }
}
@media (max-width: 991px) {
  .about-two__image__two {
    right: -40px;
    bottom: -10px;
  }
}
@media (max-width: 767px) {
  .about-two__image__two {
    right: -20px;
  }
}
@media (max-width: 575px) {
  .about-two__image__two {
    right: 0px;
  }
}
@media (max-width: 430px) {
  .about-two__image__two {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 375px) {
  .about-two__image__two {
    width: 120px;
    height: 120px;
  }
}
.about-two__image__two img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
}
.about-two__text {
  margin-bottom: 32px;
}
.about-two__info-box {
  margin-bottom: 37px;
  padding-right: 75px;
}
@media (max-width: 1199px) {
  .about-two__info-box {
    padding-right: 0px;
  }
}
.about-two__info + .about-two__info {
  margin-top: 20px;
}
.about-two__info__top {
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 375px) {
  .about-two__info__top {
    gap: 25px;
  }
}
.about-two__info__icon-box {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.about-two__info:hover .about-two__info__icon-box {
  background-color: var(--tidytouch-base, #1947CD);
}
.about-two__info__icon {
  display: inline-flex;
  font-size: 30px;
  color: var(--tidytouch-white, #FFFFFF);
  transition: all 500ms ease;
}
.about-two__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.about-two__info:hover .about-two__info__icon {
  color: var(--tidytouch-white, #FFFFFF);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.about-two__info__number {
  width: 24px;
  height: 24px;
  position: relative;
  position: absolute;
  top: -2px;
  right: -3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--tidytouch-base, #1947CD);
  border: 2px solid var(--tidytouch-white, #FFFFFF);
  transition: all 500ms ease;
}
.about-two__info__number::after {
  content: "0" counter(infoNumber);
  counter-increment: infoNumber;
  font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
  font-size: 10px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 600;
  line-height: 1;
}
.about-two__info:hover .about-two__info__number {
  background-color: var(--tidytouch-primary, #FFB400);
}
.about-two__info__title {
  margin: 0px;
  padding: 13.5px 0px;
  position: relative;
  z-index: 1;
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
}
.about-two__info__title::after {
  content: "";
  width: calc(100% - 30px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -56px;
  transform: translateY(-50%);
  z-index: -1;
  border-radius: 10px 0px 0px 10px;
  background: linear-gradient(-90deg, rgba(217, 217, 217, 0) 0%, #DDDDDD 99.4%);
}
.about-two__info__text {
  margin: 0px;
}
.about-two__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 0px;
  bottom: 52px;
  animation: moveX2 2s linear infinite;
  z-index: 1;
}
@media (max-width: 1799px) {
  .about-two__shape {
    right: -50px;
  }
}
@media (max-width: 1599px) {
  .about-two__shape {
    display: none;
  }
}

.about-three {
  background-color: var(--tidytouch-white, #FFFFFF);
}
.about-three__image {
  position: relative;
}
.about-three__image__one {
  max-width: 100%;
  height: auto;
  border-radius: 80px 0px 0px 80px;
}
@media (max-width: 1199px) {
  .about-three__image__inner {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 30px;
  }
}
.about-three__image__two, .about-three__image__three {
  width: 178px;
  height: 178px;
  padding: 11px;
  position: relative;
  position: absolute;
  top: 81px;
  left: -89px;
  z-index: 1;
  border-radius: 50%;
  background-color: var(--tidytouch-white, #FFFFFF);
}
@media (max-width: 1399px) {
  .about-three__image__two, .about-three__image__three {
    left: -50px;
  }
}
@media (max-width: 1199px) {
  .about-three__image__two, .about-three__image__three {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    background-color: var(--tidytouch-white2, #F4F4F4);
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .about-three__image__two, .about-three__image__three {
    left: -15px;
  }
}
.about-three__image__two img, .about-three__image__three img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.about-three__image .video-btn {
  position: relative;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.about-three__image__three {
  top: auto;
  bottom: 57px;
}
@media (max-width: 1199px) {
  .about-three__image__three {
    bottom: auto;
  }
}
@media (max-width: 430px) {
  .about-three__image__three {
    display: none;
  }
}
.about-three__image__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: -182px;
  bottom: 192px;
  z-index: 1;
  animation: leafMove 2s linear infinite;
}
@media (max-width: 1399px) {
  .about-three__image__shape {
    left: -140px;
  }
}
@media (max-width: 1199px) {
  .about-three__image__shape {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .about-three__image__shape {
    display: none;
  }
}
.about-three__text {
  margin-bottom: 17px;
}
.about-three__text-2 {
  margin-bottom: 31px;
  color: var(--tidytouch-base, #1947CD);
  font-weight: 500;
}
.about-three__info-box {
  margin-bottom: 28px;
  border: 1px solid var(--tidytouch-border-color, #DDDDDD);
}
.about-three__info {
  position: relative;
  padding: 36px 10px 22px 25px;
}
@media (max-width: 767px) {
  .about-three__info {
    padding-top: 30px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-three__info {
    padding-top: 30px;
    padding-right: 25px;
  }
}
.about-three__info--1::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  background-color: var(--tidytouch-border-color, #DDDDDD);
}
@media (max-width: 767px) {
  .about-three__info--1::after {
    width: 100%;
    height: 1px;
    top: auto;
    left: 50%;
    right: auto;
    bottom: 0px;
    transform: translate(-50%, 0%);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-three__info--1::after {
    width: 100%;
    height: 1px;
    top: auto;
    left: 50%;
    right: auto;
    bottom: 0px;
    transform: translate(-50%, 0%);
  }
}
.about-three__info--2 {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .about-three__info--2 {
    padding-left: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-three__info--2 {
    padding-left: 25px;
  }
}
.about-three__info__icon {
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  display: inline-flex;
  font-size: 58px;
  color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.about-three__info__icon::after {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  right: -8px;
  z-index: -1;
  background-color: RGBA(var(--tidytouch-border-color-rgb, 221, 221, 221), 0.74);
}
.about-three__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.about-three__info:hover .about-three__info__icon {
  color: var(--tidytouch-base, #1947CD);
}
.about-three__info:hover .about-three__info__icon > * {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.about-three__info__title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
}
.about-three__info__text {
  margin: 0px;
}
.about-three__text-3 {
  margin: 0px;
}
.about-three__text-3 span {
  font-weight: 500;
  color: var(--tidytouch-base, #1947CD);
}

.about-four {
  background-color: var(--tidytouch-white2, #F4F4F4);
}
.about-four__text {
  margin-bottom: 29px;
}
.about-four__inner {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 193px 1fr;
  gap: 35px 28px;
}
@media (max-width: 767px) {
  .about-four__inner {
    grid-template-columns: 1fr;
  }
}
.about-four__content__image img {
  max-width: 100%;
  height: auto;
}
.about-four__list {
  margin: 0px;
}
.about-four__list li + li {
  position: relative;
  margin-top: 42px;
}
.about-four__list li + li::before {
  content: "";
  width: calc(100% + 28px);
  height: 1px;
  position: absolute;
  top: -21px;
  left: -28px;
  background-color: var(--tidytouch-border-color, #DDDDDD);
}
@media (max-width: 767px) {
  .about-four__list li + li::before {
    width: 100%;
    left: 0px;
  }
}
.about-four__list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 39px;
  font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
  font-size: 19px;
  color: var(--tidytouch-black, #222222);
  font-weight: 700;
  line-height: 1.666;
}
@media (max-width: 430px) {
  .about-four__list li {
    gap: 30px;
    font-size: 18px;
  }
}
.about-four__list__icon {
  position: relative;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  font-size: 26px;
  color: var(--tidytouch-primary, #FFB400);
  background-color: var(--tidytouch-white, #FFFFFF);
  transition: all 500ms ease;
}
@media (max-width: 430px) {
  .about-four__list__icon {
    width: 50px;
    height: 50px;
  }
}
.about-four__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.about-four__list__icon::after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12.5px 0 12.5px 24px;
  border-color: transparent transparent transparent var(--tidytouch-base, #1947CD);
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  z-index: -1;
  transition: all 500ms ease;
}
@media (max-width: 430px) {
  .about-four__list__icon::after {
    right: -15px;
  }
}
li:hover .about-four__list__icon {
  color: var(--tidytouch-white, #FFFFFF);
  background-color: var(--tidytouch-base, #1947CD);
}
li:hover .about-four__list__icon::after {
  border-color: transparent transparent transparent var(--tidytouch-primary, #FFB400);
}
.about-four__image {
  display: inline-block;
  position: relative;
}
.about-four__image::before, .about-four__image::after {
  content: "";
  width: 31px;
  height: 15px;
  position: absolute;
  right: -31px;
}
@media (max-width: 767px) {
  .about-four__image::before, .about-four__image::after {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .about-four__image::before, .about-four__image::after {
    display: none;
  }
}
.about-four__image::before {
  top: 0px;
  background-color: var(--tidytouch-primary, #FFB400);
}
.about-four__image::after {
  bottom: 0px;
  background-color: var(--tidytouch-base, #1947CD);
}
.about-four__image__inner {
  position: relative;
}
.about-four__image__inner::before, .about-four__image__inner::after {
  content: "";
  width: 15px;
  height: 186px;
  position: absolute;
  right: -46px;
}
@media (max-width: 767px) {
  .about-four__image__inner::before, .about-four__image__inner::after {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .about-four__image__inner::before, .about-four__image__inner::after {
    display: none;
  }
}
.about-four__image__inner::before {
  top: 0px;
  background-color: var(--tidytouch-primary, #FFB400);
}
.about-four__image__inner::after {
  bottom: 0px;
  background-color: var(--tidytouch-base, #1947CD);
}
.about-four__image__inner img {
  max-width: 100%;
  height: auto;
}
.about-four__experience {
  width: 220px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  top: 50%;
  right: -104px;
  z-index: 1;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: var(--tidytouch-base, #1947CD);
  border: 14px solid var(--tidytouch-white, #FFFFFF);
}
@media (max-width: 767px) {
  .about-four__experience {
    right: -20px;
  }
}
@media (max-width: 575px) {
  .about-four__experience {
    margin-top: 30px;
    position: relative;
    top: auto;
    right: auto;
    transform: translateY(0%);
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .about-four__experience {
    right: 30px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .about-four__experience {
    right: -55px;
  }
}
.about-four__experience::after {
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border-radius: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px dashed var(--tidytouch-primary, #FFB400);
}
.about-four__experience__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.about-four__experience__year {
  margin-bottom: 5px;
  font-size: 50px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 700;
  line-height: 1;
}
.about-four__experience__text {
  display: inline-block;
  margin: 0px;
  font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
  font-size: 19px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.21;
}

.about-five {
  position: relative;
  background-color: var(--tidytouch-white, #FFFFFF);
}
.about-five .container {
  position: relative;
  z-index: 1;
}
.about-five__image {
  margin-left: -182px;
  display: flex;
  gap: 26px;
}
@media (max-width: 1599px) {
  .about-five__image {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .about-five__image {
    display: block;
  }
}
.about-five__image__one, .about-five__image__two {
  display: inline-block;
}
.about-five__image__one img, .about-five__image__two img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .about-five__image__two {
    display: none;
  }
}
.about-five__image__shape {
  margin-bottom: 25px;
}
.about-five__experience {
  display: inline-block;
  position: relative;
  margin: 31px 0px 0px 32px;
}
.about-five__experience::after {
  content: "";
  width: calc(100% + 75px);
  height: calc(100% + 10px);
  position: absolute;
  top: 50%;
  left: -32px;
  transform: translateY(-50%);
  background-color: var(--tidytouch-primary, #FFB400);
  clip-path: polygon(100% 0, 88% 50%, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
}
@media (max-width: 390px) {
  .about-five__experience::after {
    width: calc(100% + 64px);
    right: -31.5px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .about-five__experience::after {
    width: calc(100% + 64px);
    right: -31.5px;
  }
}
.about-five__experience__inner {
  position: relative;
  z-index: 1;
  padding: 11px 10px 11px 20px;
  display: inline-flex;
  align-items: center;
  gap: 26px;
  background-color: var(--tidytouch-base, #1947CD);
}
@media (max-width: 390px) {
  .about-five__experience__inner {
    padding-left: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .about-five__experience__inner {
    padding-left: 15px;
  }
}
.about-five__experience__inner::before {
  content: "";
  width: 32px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -31.5px;
  transform: translateY(-50%);
  background-color: var(--tidytouch-base, #1947CD);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.about-five__experience__inner::after {
  content: "";
  width: 43px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: -42.5px;
  transform: translateY(-50%);
  background-color: var(--tidytouch-base, #1947CD);
  clip-path: polygon(0 0, 100% 50%, 0 100%, 0% 50%);
}
@media (max-width: 390px) {
  .about-five__experience__inner::after {
    width: 32px;
    right: -31.5px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .about-five__experience__inner::after {
    width: 32px;
    right: -31.5px;
  }
}
.about-five__experience__year {
  position: relative;
  margin: 0px;
  font-size: 35px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 390px) {
  .about-five__experience__year {
    font-size: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .about-five__experience__year {
    font-size: 30px;
  }
}
.about-five__experience__year::after {
  content: "";
  width: 2px;
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translateY(-50%);
  background-color: var(--tidytouch-white, #FFFFFF);
}
.about-five__experience__text {
  margin: 0px;
  font-size: 18px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.444;
}
@media (max-width: 390px) {
  .about-five__experience__text {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .about-five__experience__text {
    font-size: 14px;
  }
}
.about-five__text {
  margin-bottom: 25px;
}
.about-five__right-img {
  position: absolute;
  right: 0px;
  bottom: 0px;
  opacity: 0.14;
  animation: moveX 2s linear infinite;
}

/*--------------------------------------------------------------
# Skill
--------------------------------------------------------------*/
.skill-one {
  background-color: var(--tidytouch-white, #FFFFFF);
}
.skill-one__text {
  margin-bottom: 27px;
}
.skill-one__skill-wrapper {
  margin-bottom: 28px;
}
.skill-one__list {
  margin-bottom: 40px;
}
.skill-one__list li + li {
  margin-top: 13px;
}
.skill-one__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 500;
  color: var(--tidytouch-base, #1947CD);
  text-transform: uppercase;
}
.skill-one__list__icon {
  display: inline-flex;
  position: relative;
  top: 2px;
  font-size: 20px;
  color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.skill-one__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.skill-one__image {
  position: relative;
  display: inline-block;
}
.skill-one__image__one {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.skill-one__image__one img {
  width: 567px;
  height: 567px;
  border-radius: 50%;
  object-fit: cover;
  max-width: 100%;
  height: auto;
}
.skill-one__image__two {
  width: 227px;
  height: 227px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -46px;
  right: -27px;
  z-index: 2;
  border-radius: 50%;
  background-color: var(--tidytouch-white, #FFFFFF);
}
@media (max-width: 767px) {
  .skill-one__image__two {
    right: -20px;
  }
}
@media (max-width: 575px) {
  .skill-one__image__two {
    display: none;
  }
}
.skill-one__image__two img {
  width: 207px;
  height: 207px;
  border-radius: 50%;
  object-fit: cover;
  max-width: 100%;
  height: auto;
}
.skill-one__image__three {
  width: 198px;
  height: 198px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 24px;
  bottom: -19px;
  z-index: 2;
  border-radius: 50%;
  background-color: var(--tidytouch-white, #FFFFFF);
}
@media (max-width: 575px) {
  .skill-one__image__three {
    display: none;
  }
}
.skill-one__image__three img {
  width: 181px;
  height: 181px;
  border-radius: 50%;
  object-fit: cover;
  max-width: 100%;
  height: auto;
}
.skill-one__image__shape-1, .skill-one__image__shape-2, .skill-one__image__shape-3 {
  max-width: 100%;
  height: auto;
  position: absolute;
}
@media (max-width: 575px) {
  .skill-one__image__shape-1, .skill-one__image__shape-2, .skill-one__image__shape-3 {
    display: none;
  }
}
.skill-one__image__shape-1, .skill-one__image__shape-2 {
  animation: zumpBottom 2s linear infinite;
}
.skill-one__image__shape-1 {
  top: -66px;
  right: 96px;
}
.skill-one__image__shape-2 {
  left: 40px;
  bottom: 51px;
}
.skill-one__image__shape-3 {
  top: 50%;
  right: -64px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .skill-one__image__shape-3 {
    right: -35px;
  }
}

/*--------------------------------------------------------------
# Work Process
--------------------------------------------------------------*/
.work-process {
  counter-reset: workProcessNumber;
  background-color: var(--tidytouch-white, #FFFFFF);
}
.work-process__card {
  position: relative;
}
.work-process__card::after {
  content: "";
  width: 100%;
  height: 7.5px;
  position: absolute;
  left: 0px;
  bottom: 10px;
  background-color: var(--tidytouch-primary, #FFB400);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  transition: all 500ms ease;
}
.work-process__card:hover::after {
  bottom: -7.5px;
}
.work-process__card__content {
  position: relative;
  z-index: 1;
  padding: 10px;
  overflow: hidden;
  background-color: var(--tidytouch-white2, #F4F4F4);
  border-radius: 200px 200px 0px 0px;
}
.work-process__card__content::before {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  border-radius: inherit;
  background-color: var(--tidytouch-black2, #15161B);
  transition: all 500ms ease;
}
.work-process__card:hover .work-process__card__content::before {
  height: 100%;
}
.work-process__card__image {
  position: relative;
  z-index: 2;
  border-radius: 200px 200px 0px 0px;
}
.work-process__card__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
}
.work-process__card__number {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  left: 50%;
  bottom: -10px;
  z-index: 1;
  transform: translateX(-50%);
  border-radius: 10px 10px 0px 0px;
  background-color: var(--tidytouch-white, #FFFFFF);
}
.work-process__card__number::before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  left: -10px;
  bottom: 0px;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent var(--tidytouch-base, #1947CD) transparent transparent;
  transition: all 500ms ease 200ms;
}
.work-process__card__number::after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  right: -10px;
  bottom: 0px;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: var(--tidytouch-base, #1947CD) transparent transparent transparent;
  transition: all 500ms ease 200ms;
}
.work-process__card__number__text {
  margin: 0px;
}
.work-process__card__number__text::after {
  content: "0" counter(workProcessNumber);
  counter-increment: workProcessNumber;
  font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
  font-size: 18px;
  color: var(--tidytouch-black2, #15161B);
  font-weight: 600;
  line-height: 1;
  transition: all 500ms ease 200ms;
}
.work-process__card:hover .work-process__card__number::before {
  border-color: transparent var(--tidytouch-primary, #FFB400) transparent transparent;
}
.work-process__card:hover .work-process__card__number::after {
  border-color: var(--tidytouch-primary, #FFB400) transparent transparent transparent;
}
.work-process__card:hover .work-process__card__number__text::after {
  color: var(--tidytouch-base, #1947CD);
}
.work-process__card__inner {
  padding: 35px 5px 15px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.work-process__card__title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
  transition: all 500ms ease;
}
.work-process__card__text {
  margin: 0px;
  transition: all 500ms ease;
}
.work-process__card:hover .work-process__card__title, .work-process__card:hover .work-process__card__text {
  color: var(--tidytouch-white, #FFFFFF);
}
.work-process__card__shape-1 {
  width: 334px;
  height: 265px;
  position: absolute;
  top: -93px;
  left: -152px;
  z-index: 1;
  background-color: var(--tidytouch-primary, #FFB400);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 238.000000"><g transform="translate(0.000000,238.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M2660 4747 c-2341 -232 -3465 -2392 -2001 -3847 1591 -1581 4745 -972 5284 1020 416 1535 -1311 3022 -3283 2827z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 238.000000"><g transform="translate(0.000000,238.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M2660 4747 c-2341 -232 -3465 -2392 -2001 -3847 1591 -1581 4745 -972 5284 1020 416 1535 -1311 3022 -3283 2827z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
  transition: all 500ms ease;
}
.work-process__card:hover .work-process__card__shape-1 {
  top: -46px;
  left: calc(50% + 6px);
  transform: translateX(-50%);
  background-color: var(--tidytouch-base, #1947CD);
}
.work-process__card__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 9px;
  bottom: 14px;
  opacity: 0;
  transition: all 500ms ease;
}
.work-process__card:hover .work-process__card__shape-2 {
  opacity: 0.14;
}
.work-process__card__shape-3 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: -46px;
  right: -74px;
  animation: moveX2 2s linear infinite;
}
@media (max-width: 1199px) {
  .work-process__card__shape-3 {
    display: none;
  }
}
@media (max-width: 1199px) {
  .work-process__card__shape-3--2 {
    display: none;
  }
}
.work-process__info {
  max-width: 687px;
  position: relative;
  margin: 59px auto 0px;
  padding: 18px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 30px;
  z-index: 1;
  background-color: var(--tidytouch-white2, #F4F4F4);
}
@media (max-width: 767px) {
  .work-process__info {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.work-process__info::after {
  content: "";
  width: calc(100% - 14px);
  height: calc(100% - 10px);
  border: 1px dashed var(--tidytouch-base, #1947CD);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.work-process__info__title {
  position: relative;
  margin: 0px;
  padding-left: 32px;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  color: var(--tidytouch-black5, #000000);
  line-height: 1.388;
}
@media (max-width: 767px) {
  .work-process__info__title {
    padding-left: 0px;
  }
}
.work-process__info__title::before {
  content: "";
  width: 23px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background-color: var(--tidytouch-primary, #FFB400);
}
@media (max-width: 767px) {
  .work-process__info__title::before {
    display: none;
  }
}
.work-process__info__btn {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 9px;
  padding: 5px 16px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 400;
  text-transform: uppercase;
  overflow: hidden;
  background-color: var(--tidytouch-primary, #FFB400);
}
.work-process__info__btn::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  border-radius: inherit;
  background-color: var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
.work-process__info__btn:hover::after {
  width: 100%;
  left: 0px;
}
.work-process__info__btn__icon {
  display: inline-flex;
  font-size: 13px;
  color: var(--tidytouch-white, #FFFFFF);
}
.work-process__info__btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.work-process-two {
  position: relative;
  padding-top: 329px;
  counter-reset: workProcessNumber;
  background-color: var(--tidytouch-black2, #15161B);
}
@media (max-width: 767px) {
  .work-process-two {
    padding-top: 309px;
  }
}
@media (max-width: 575px) {
  .work-process-two {
    padding-top: 289px;
  }
}
.work-process-two__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.work-process-two__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--tidytouch-black2-rgb, 21, 22, 27), 0.93);
}
.work-process-two__shape {
  width: 100%;
  height: 11px;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
  background-repeat: repeat-x;
  background-color: transparent;
  background-blend-mode: initial;
  background-position: left top;
  animation: moveBackground 40s linear 0s infinite;
}
.work-process-two .container {
  position: relative;
  z-index: 2;
}
.work-process-two .sec-title__title {
  color: var(--tidytouch-white, #FFFFFF);
}
.work-process-two__card {
  position: relative;
  z-index: 1;
  padding: 0px 30px;
  text-align: center;
  border-radius: 100px;
}
@media (max-width: 390px) {
  .work-process-two__card {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .work-process-two__card {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.work-process-two__card::before, .work-process-two__card::after {
  content: "";
  width: 100%;
  height: calc(100% - 83px);
  position: absolute;
  left: 0px;
  bottom: 23px;
  border-radius: inherit;
  transition: all 500ms ease;
}
.work-process-two__card::before {
  opacity: 0;
  background-color: var(--tidytouch-black2, #15161B);
}
.work-process-two__card:hover::before {
  opacity: 1;
}
.work-process-two__card::after {
  border: 1px solid RGBA(var(--tidytouch-border-color-rgb, 221, 221, 221), 0.1);
}
.work-process-two__card:hover::after {
  border-style: dashed;
  border-color: var(--tidytouch-base, #1947CD);
}
.work-process-two__card__icon-box {
  width: 126px;
  height: 126px;
  margin: 0px auto 30px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--tidytouch-primary, #FFB400);
  border: 7px solid var(--tidytouch-white, #FFFFFF);
  transition: all 500ms ease;
}
.work-process-two__card:hover .work-process-two__card__icon-box {
  background-color: var(--tidytouch-base, #1947CD);
}
.work-process-two__card__icon {
  display: inline-flex;
  font-size: 62px;
  color: var(--tidytouch-white, #FFFFFF);
  transition: all 500ms ease;
}
.work-process-two__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.work-process-two__card:hover .work-process-two__card__icon {
  color: var(--tidytouch-white, #FFFFFF);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.work-process-two__card__content {
  position: relative;
  z-index: 1;
}
.work-process-two__card__title {
  position: relative;
  margin-bottom: 15px;
  font-size: 22px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.318;
}
@media (max-width: 390px) {
  .work-process-two__card__title {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .work-process-two__card__title {
    font-size: 20px;
  }
}
.work-process-two__card__text {
  margin-bottom: 15px;
  color: var(--tidytouch-white, #FFFFFF);
}
.work-process-two__card__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 36px;
  font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
  font-size: 16px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.25;
}
.work-process-two__card__link:hover {
  color: var(--tidytouch-base, #1947CD);
}
.work-process-two__card__link__icon {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transform: rotate(-45deg);
  font-size: 10px;
  color: var(--tidytouch-white, #FFFFFF);
  border-radius: 50%;
  background-color: var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
.work-process-two__card__link__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.work-process-two__card__link:hover .work-process-two__card__link__icon {
  transform: rotate(0deg);
  background-color: var(--tidytouch-primary, #FFB400);
}
.work-process-two__card__number {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  border-radius: 50%;
  background-color: var(--tidytouch-base, #1947CD);
  border: 3px solid var(--tidytouch-white, #FFFFFF);
  transition: all 500ms ease;
}
.work-process-two__card__number::after {
  content: "0" counter(workProcessNumber);
  counter-increment: workProcessNumber;
  font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
  font-size: 18px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 600;
  line-height: 1;
  transition: all 500ms ease 200ms;
}
.work-process-two__card:hover .work-process-two__card__number {
  background-color: var(--tidytouch-primary, #FFB400);
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
  background-color: var(--tidytouch-white, #FFFFFF);
}
.team-details__image img {
  max-width: 100%;
  height: auto;
}
.team-details__content {
  margin-top: -5px;
}
@media (max-width: 991px) {
  .team-details__content {
    margin-top: 0px;
  }
}
.team-details__info li + li {
  margin-top: 35px;
}
.team-details__info li {
  display: flex;
  align-items: flex-start;
  gap: 15px 35px;
}
@media (max-width: 575px) {
  .team-details__info li {
    flex-direction: column;
  }
}
.team-details__info__title {
  margin: 0px;
  font-size: 22px;
  color: var(--tidytouch-black5, #000000);
  line-height: 1.272;
  font-weight: 700;
  text-transform: capitalize;
}
.team-details__info__content {
  flex-grow: 1;
}
@media (max-width: 575px) {
  .team-details__info__content {
    width: 100%;
    padding-left: 15px;
  }
}
.team-details__info__about {
  margin-bottom: -8px;
}
.team-details__info__name {
  margin-bottom: 8px;
}
.team-details__info__designation {
  margin-bottom: 10px;
  font-weight: 500;
}
.team-details__info__text {
  margin: 0px;
  font-weight: 500;
}
.team-details__info__skill {
  padding-left: 14px;
}
.team-details__info__skill__shape {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
}
.team-details__info__skill__shape::before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: -50px;
  left: -50px;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: var(--tidytouch-primary, #FFB400) transparent transparent transparent;
  transition: all 500ms ease;
}
.team-details__info__skill__shape::after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  right: -50px;
  bottom: -50px;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent var(--tidytouch-primary, #FFB400) transparent;
  transition: all 500ms ease;
}
.team-details__info__skill__box {
  position: relative;
  padding: 30px 20px 23px;
  text-align: center;
  border-radius: 10px;
  z-index: 1;
  overflow: hidden;
  background-color: var(--tidytouch-white2, #F4F4F4);
}
.team-details__info__skill__box::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  border-radius: inherit;
  background-color: var(--tidytouch-black2, #15161B);
  transition: all 500ms ease;
}
.team-details__info__skill__box:hover::after {
  height: 100%;
  top: 0px;
}
.team-details__info__skill__box:hover .team-details__info__skill__shape::before {
  top: 0px;
  left: 0px;
}
.team-details__info__skill__box:hover .team-details__info__skill__shape::after {
  right: 0px;
  bottom: 0px;
}
.team-details__info__skill__title {
  margin: 0px;
  position: relative;
  z-index: 1;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
  transition: all 500ms ease;
}
.team-details__info__funfact {
  margin: 0px;
  display: inline-flex;
  font-family: var(--tidytouch-special-font, "Sofadi One", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--tidytouch-black5, #000000);
  transition: all 500ms ease;
}
.team-details__info__skill__box:hover .team-details__info__funfact, .team-details__info__skill__box:hover .team-details__info__skill__title {
  color: var(--tidytouch-white, #FFFFFF);
}
.team-details__info__count {
  width: 82px;
  height: 82px;
  margin: 0px auto 15px;
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  overflow: hidden;
}
.team-details__info__count .circle-progress {
  position: absolute;
  top: 0px;
  left: 0px;
  fill: #FFB400;
}
.team-details__personal {
  padding-bottom: 112px;
  border-bottom: 1px solid var(--tidytouch-border-color, #DDDDDD);
}
@media (max-width: 767px) {
  .team-details__personal {
    padding-bottom: 92px;
  }
}
@media (max-width: 575px) {
  .team-details__personal {
    padding-bottom: 72px;
  }
}
.team-details__personal__title {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
}
.team-details__personal__text {
  margin: 0px;
}
.team-details__personal__text span {
  color: var(--tidytouch-primary, #FFB400);
  font-weight: 700;
}
.team-details__personal__text + .team-details__personal__text {
  margin-top: 15px;
}

/*--------------------------------------------------------------
# Solution
--------------------------------------------------------------*/
.solution {
  position: relative;
  overflow: hidden;
  background-color: var(--tidytouch-white2, #F4F4F4);
}
.solution .container {
  position: relative;
  z-index: 1;
}
.solution__tab-box {
  position: relative;
  display: block;
}
.solution__tab-box .tab-buttons {
  margin-bottom: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 30px;
}
@media (max-width: 1199px) {
  .solution__tab-box .tab-buttons {
    margin-bottom: 75px;
  }
}
@media (max-width: 991px) {
  .solution__tab-box .tab-buttons {
    gap: 40px 25px;
  }
}
@media (max-width: 767px) {
  .solution__tab-box .tab-buttons {
    margin-bottom: 50px;
    gap: 25px;
  }
}
.solution__tab-box .tab-buttons .tab-btn {
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  padding: 10px 46px 10px 10px;
  font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--tidytouch-black, #222222);
  line-height: 1.318;
  border-radius: 50px;
  background-color: var(--tidytouch-white, #FFFFFF);
  transition: all 500ms ease;
}
@media (max-width: 1199px) {
  .solution__tab-box .tab-buttons .tab-btn {
    padding-right: 35px;
    gap: 25px;
  }
}
@media (max-width: 991px) {
  .solution__tab-box .tab-buttons .tab-btn {
    gap: 20px;
    font-size: 20px;
  }
}
@media (max-width: 430px) {
  .solution__tab-box .tab-buttons .tab-btn {
    font-size: 18px;
  }
}
.solution__tab-box .tab-buttons .tab-btn::after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  left: 50%;
  bottom: -36px;
  opacity: 0;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 36px 30px 0 30px;
  border-color: var(--tidytouch-primary, #FFB400) transparent transparent transparent;
  transition: all 500ms ease;
}
@media (max-width: 1199px) {
  .solution__tab-box .tab-buttons .tab-btn::after {
    border-width: 25px 20px 0 20px;
    bottom: -25px;
  }
}
@media (max-width: 767px) {
  .solution__tab-box .tab-buttons .tab-btn::after {
    display: none;
  }
}
.solution__tab-box .tab-buttons .tab-btn__icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 39px;
  color: var(--tidytouch-white, #FFFFFF);
  border-radius: 50%;
  background-color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
@media (max-width: 1199px) {
  .solution__tab-box .tab-buttons .tab-btn__icon {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .solution__tab-box .tab-buttons .tab-btn__icon {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
}
@media (max-width: 430px) {
  .solution__tab-box .tab-buttons .tab-btn__icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.solution__tab-box .tab-buttons .tab-btn:hover, .solution__tab-box .tab-buttons .tab-btn.active-btn {
  color: var(--tidytouch-white, #FFFFFF);
  background-color: var(--tidytouch-black2, #15161B);
}
.solution__tab-box .tab-buttons .tab-btn:hover .tab-btn__icon, .solution__tab-box .tab-buttons .tab-btn.active-btn .tab-btn__icon {
  background-color: var(--tidytouch-base, #1947CD);
}
.solution__tab-box .tab-buttons .tab-btn.active-btn::after {
  opacity: 1;
}
.solution__tab-box .tabs-content {
  position: relative;
  display: block;
}
.solution__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__tab-box .tabs-content .tab.active-tab {
  display: block;
}
.solution__tab-content {
  padding: 10px;
  overflow: hidden;
  border-radius: 20px;
  background-color: var(--tidytouch-white, #FFFFFF);
}
@media (max-width: 430px) {
  .solution__tab-content {
    padding: 0px;
  }
}
.solution__content {
  position: relative;
  padding: 30px 0px 30px 60px;
}
@media (max-width: 1199px) {
  .solution__content {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .solution__content {
    padding: 20px;
  }
}
.solution__content__inner {
  position: relative;
  z-index: 1;
}
.solution__content__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 61px;
  bottom: -41px;
  animation: moveX 2s linear infinite;
}
@media (max-width: 991px) {
  .solution__content__shape {
    display: none;
  }
}
.solution__title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
}
.solution__text {
  margin-bottom: 24px;
}
.solution__list {
  margin-bottom: 40px;
  padding: 25px 25px 19px 25px;
  border: 1px solid var(--tidytouch-border-color, #DDDDDD);
}
@media (max-width: 430px) {
  .solution__list {
    padding: 20px 20px 14px 20px;
  }
}
.solution__list li + li {
  margin-top: 5px;
}
.solution__list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--tidytouch-text, #5E5B5B);
  text-transform: uppercase;
  font-weight: 500;
  transition: all 500ms ease;
}
@media (max-width: 575px) {
  .solution__list li {
    font-size: 14px;
  }
}
.solution__list li:hover {
  color: var(--tidytouch-base, #1947CD);
}
.solution__list li::before {
  content: "";
  width: 3px;
  height: 27px;
  position: absolute;
  top: -1px;
  left: -26px;
  opacity: 0;
  transform: scaleY(0);
  background-color: var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
.solution__list li:hover::before {
  opacity: 1;
  transform: scaleY(1);
}
.solution__list__icon {
  position: relative;
  top: -1px;
  font-size: 19px;
  color: var(--tidytouch-text, #5E5B5B);
  transition: all 500ms ease;
}
.solution__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 575px) {
  .solution__list__icon {
    font-size: 16px;
  }
}
li:hover .solution__list__icon {
  color: var(--tidytouch-primary, #FFB400);
}
@media (max-width: 991px) {
  .solution__image {
    padding: 20px;
  }
}
.solution__image img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
.solution__shape {
  width: 100%;
  height: 400px;
  position: absolute;
  left: 0;
  bottom: -15px;
  background-repeat: repeat-x;
  background-position: left top;
  animation: moveBackground 30s linear 0s infinite;
}

/*--------------------------------------------------------------
# Homeowner Choice
--------------------------------------------------------------*/
.homeowner-choice {
  background-color: var(--tidytouch-white, #FFFFFF);
}
.homeowner-choice__top {
  margin-bottom: 50px;
}
.homeowner-choice .sec-title {
  margin: 0px;
}
.homeowner-choice__custome-navs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.homeowner-choice__custome-navs button {
  outline: none;
  margin: 0;
  padding: 0;
  width: 53px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--tidytouch-base, #1947CD);
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid var(--tidytouch-base, #1947CD);
  transition: all 400ms ease;
}
.homeowner-choice__custome-navs button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.homeowner-choice__custome-navs button:hover {
  color: var(--tidytouch-white, #FFFFFF);
  background-color: var(--tidytouch-primary, #FFB400);
  border-color: var(--tidytouch-primary, #FFB400);
}
.homeowner-choice__custome-navs button span {
  border: none;
  outline: none;
  color: inherit;
}
.homeowner-choice__card {
  padding: 35px 26px 44px;
  position: relative;
  border-radius: 10px;
  filter: drop-shadow(0px 0px 7.6px rgba(0, 0, 0, 0.07));
}
.homeowner-choice__card::before {
  content: "";
  width: 100%;
  height: calc(100% - 4px);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  border-radius: inherit;
  background-color: var(--tidytouch-white, #FFFFFF);
  transition: all 500ms ease;
}
.homeowner-choice__card:hover::before {
  top: 4px;
}
.homeowner-choice__card::after {
  content: "";
  width: 100%;
  height: calc(100% - 4px);
  position: absolute;
  top: 4px;
  left: 0px;
  border-radius: inherit;
  background-color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.homeowner-choice__card:hover::after {
  top: 0px;
}
.homeowner-choice__card__bg {
  width: 100%;
  height: calc(100% - 4px);
  position: relative;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  opacity: 0;
  transform: scale(0.85);
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transition: all 500ms ease;
}
.homeowner-choice__card__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: inherit;
  background-color: RGBA(var(--tidytouch-black2-rgb, 21, 22, 27), 0.9);
}
.homeowner-choice__card:hover .homeowner-choice__card__bg {
  opacity: 1;
  transform: scale(1);
}
.homeowner-choice__card__inner {
  position: relative;
  z-index: 3;
  text-align: center;
}
.homeowner-choice__card__title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
  transition: all 500ms ease;
}
.homeowner-choice__card__text {
  margin-bottom: 36px;
  transition: all 500ms ease;
}
.homeowner-choice__card:hover .homeowner-choice__card__title, .homeowner-choice__card:hover .homeowner-choice__card__text {
  color: var(--tidytouch-white, #FFFFFF);
}
.homeowner-choice__card__icon {
  position: relative;
  margin-bottom: 30px;
  display: inline-flex;
  font-size: 80px;
  color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.homeowner-choice__card__icon > * {
  position: relative;
  z-index: 1;
}
.homeowner-choice__card__icon::before, .homeowner-choice__card__icon::after {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  background-color: RGBA(var(--tidytouch-border-color-rgb, 221, 221, 221), 0.86);
  transition: all 500ms ease;
}
.homeowner-choice__card__icon::before {
  top: -5px;
  left: -5px;
}
.homeowner-choice__card__icon::after {
  right: -5px;
  bottom: -5px;
}
.homeowner-choice__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.homeowner-choice__card:hover .homeowner-choice__card__icon {
  color: var(--tidytouch-base, #1947CD);
}
.homeowner-choice__card:hover .homeowner-choice__card__icon::before, .homeowner-choice__card:hover .homeowner-choice__card__icon::after {
  background-color: RGBA(var(--tidytouch-border-color-rgb, 221, 221, 221), 0.2);
}
.homeowner-choice__card__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--tidytouch-black3, #333333);
  text-transform: uppercase;
  line-height: 1.25;
  z-index: 1;
  transition: all 500ms ease;
}
.homeowner-choice__card__link__icon {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transform: rotate(-45deg);
  font-size: 10px;
  color: var(--tidytouch-white, #FFFFFF);
  border-radius: 50%;
  background-color: var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
.homeowner-choice__card__link__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.homeowner-choice__card__link:hover .homeowner-choice__card__link__icon {
  transform: rotate(0deg);
}
.homeowner-choice__card:hover .homeowner-choice__card__link {
  color: var(--tidytouch-white, #FFFFFF);
}
.homeowner-choice__card:hover .homeowner-choice__card__link__icon {
  color: var(--tidytouch-white, #FFFFFF);
  background-color: var(--tidytouch-primary, #FFB400);
}

/*--------------------------------------------------------------
# Contact Info
--------------------------------------------------------------*/
.contact-info__inner {
  padding: 43px 59px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 140px;
  background-color: var(--tidytouch-base, #1947CD);
}
@media (max-width: 767px) {
  .contact-info__inner {
    padding: 40px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 390px) {
  .contact-info__inner {
    padding: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-info__inner {
    padding: 30px 25px;
    grid-gap: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-info__inner {
    padding: 40px;
    grid-gap: 70px;
  }
}
.contact-info__item {
  display: flex;
  align-items: center;
  gap: 37px;
}
@media (max-width: 430px) {
  .contact-info__item {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-info__item {
    flex-direction: column;
  }
}
.contact-info__item:not(:last-child)::after {
  content: "";
  width: 2px;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  right: -70px;
  transform: translateY(-50%);
  background-color: var(--tidytouch-white, #FFFFFF);
}
@media (max-width: 767px) {
  .contact-info__item:not(:last-child)::after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-info__item:not(:last-child)::after {
    width: 1px;
    right: -20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-info__item:not(:last-child)::after {
    right: -35px;
  }
}
.contact-info__icon-box {
  width: 62px;
  height: 62px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 10px;
  background-color: var(--tidytouch-white, #FFFFFF);
  transition: all 500ms ease;
}
.contact-info__icon-box::after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 15.5px 0 15.5px 16px;
  border-color: transparent transparent transparent var(--tidytouch-black2, #15161B);
  transition: all 500ms ease;
}
@media (max-width: 430px) {
  .contact-info__icon-box::after {
    top: auto;
    left: 50%;
    right: auto;
    bottom: -18px;
    transform: translate(-50%, 0%);
    border-width: 18px 12px 0 12px;
    border-color: var(--tidytouch-black2, #15161B) transparent transparent transparent;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-info__icon-box::after {
    top: auto;
    left: 50%;
    right: auto;
    bottom: -18px;
    transform: translate(-50%, 0%);
    border-width: 18px 12px 0 12px;
    border-color: var(--tidytouch-black2, #15161B) transparent transparent transparent;
  }
}
.contact-info__item:hover .contact-info__icon-box {
  background-color: var(--tidytouch-primary, #FFB400);
}
.contact-info__item:hover .contact-info__icon-box::after {
  border-color: transparent transparent transparent var(--tidytouch-white, #FFFFFF);
}
@media (max-width: 430px) {
  .contact-info__item:hover .contact-info__icon-box::after {
    border-color: var(--tidytouch-white, #FFFFFF) transparent transparent transparent;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-info__item:hover .contact-info__icon-box::after {
    border-color: var(--tidytouch-white, #FFFFFF) transparent transparent transparent;
  }
}
.contact-info__icon {
  display: inline-flex;
  font-size: 28px;
  color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.contact-info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.contact-info__item:hover .contact-info__icon {
  color: var(--tidytouch-white, #FFFFFF);
}
@media (max-width: 430px) {
  .contact-info__content {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-info__content {
    text-align: center;
  }
}
.contact-info__title {
  margin-bottom: 5px;
  font-size: 22px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.181;
}
@media (max-width: 430px) {
  .contact-info__title {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-info__title {
    margin-bottom: 10px;
  }
}
.contact-info__link {
  display: flex;
  flex-direction: column;
}
.contact-info__text {
  display: inline-block;
  font-size: 14px;
  color: var(--tidytouch-white, #FFFFFF);
  line-height: 1.428;
}
.contact-info__text:hover {
  color: var(--tidytouch-primary, #FFB400);
}

.contact-info-two {
  position: relative;
  padding: 65px 0px;
  overflow: hidden;
}
.contact-info-two__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.contact-info-two__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--tidytouch-black2-rgb, 21, 22, 27), 0.82);
}
.contact-info-two__image {
  width: 443px;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  border-right: 7px solid var(--tidytouch-white, #FFFFFF);
}
@media (max-width: 1799px) {
  .contact-info-two__image {
    display: none;
  }
}
.contact-info-two__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-info-two .container {
  position: relative;
  z-index: 3;
}
.contact-info-two__content {
  display: flex;
  align-items: center;
  gap: 49px;
}
@media (max-width: 1199px) {
  .contact-info-two__content {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .contact-info-two__content {
    flex-direction: column;
    text-align: center;
  }
}
.contact-info-two__icon-box {
  width: 141px;
  height: 141px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--tidytouch-white, #FFFFFF);
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .contact-info-two__icon-box {
    margin: 0px auto;
  }
}
.contact-info-two__icon-box::after {
  content: "";
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: inherit;
  border: 1px dashed var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
.contact-info-two__content:hover .contact-info-two__icon-box {
  background-color: var(--tidytouch-base, #1947CD);
}
.contact-info-two__content:hover .contact-info-two__icon-box::after {
  border-color: var(--tidytouch-white, #FFFFFF);
}
.contact-info-two__icon {
  display: inline-flex;
  font-size: 68px;
  color: var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
.contact-info-two__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.contact-info-two__content:hover .contact-info-two__icon {
  color: var(--tidytouch-white, #FFFFFF);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.contact-info-two__title {
  margin-bottom: 20px;
  font-size: 30px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.333;
}
@media (max-width: 1199px) {
  .contact-info-two__title {
    font-size: 25px;
  }
}
.contact-info-two__list {
  margin: 0px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 0;
}
@media (max-width: 767px) {
  .contact-info-two__list {
    justify-content: center;
  }
}
@media (max-width: 390px) {
  .contact-info-two__list {
    flex-direction: column;
  }
}
.contact-info-two__list li {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.444;
}
.contact-info-two__list li:not(:last-child)::after {
  content: "/";
  position: relative;
  top: 0px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 21px;
}
@media (max-width: 390px) {
  .contact-info-two__list li:not(:last-child)::after {
    display: none;
  }
}
.contact-info-two__list li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.contact-info-two__list li a:hover {
  background-size: 100% 1px;
}
.contact-info-two__list li a:hover {
  color: var(--tidytouch-base, #1947CD);
}
.contact-info-two__button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .contact-info-two__button {
    justify-content: center;
  }
}
.contact-info-two::before {
  content: "";
  width: 167px;
  height: calc(100% - 113px);
  position: absolute;
  top: -1px;
  right: 0px;
  z-index: 2;
  background-color: var(--tidytouch-primary, #FFB400);
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
@media (max-width: 1299px) {
  .contact-info-two::before {
    display: none;
  }
}
.contact-info-two::after {
  content: "";
  width: 167px;
  height: calc(100% - 123px);
  position: absolute;
  right: 0px;
  bottom: -1px;
  z-index: 1;
  background-color: var(--tidytouch-base, #1947CD);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
@media (max-width: 1299px) {
  .contact-info-two::after {
    display: none;
  }
}
.contact-info-two--home5::before {
  width: 330px;
  height: 100%;
  left: 0px;
  right: auto;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}
@media (max-width: 1599px) {
  .contact-info-two--home5::before {
    width: 200px;
  }
}
@media (max-width: 1399px) {
  .contact-info-two--home5::before {
    display: none;
  }
}
.contact-info-two--home5::after {
  width: 137px;
  height: 162px;
  top: 68px;
  left: 7.5%;
  right: auto;
  background-color: var(--tidytouch-primary, #FFB400);
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  transform: rotate(-48deg);
}
@media (max-width: 1599px) {
  .contact-info-two--home5::after {
    left: 6%;
  }
}
@media (max-width: 1399px) {
  .contact-info-two--home5::after {
    display: none;
  }
}
.contact-info-two--home5 .contact-info-two__bg::after {
  background-color: RGBA(var(--tidytouch-base-rgb, 25, 71, 205), 0.9);
}
.contact-info-two--home5 .contact-info-two__image {
  display: none;
}
.contact-info-two--home5 .contact-info-two__content:hover .contact-info-two__icon-box {
  background-color: var(--tidytouch-primary, #FFB400);
}
.contact-info-two--home5 .contact-info-two__list li a:hover {
  color: var(--tidytouch-primary, #FFB400);
}

.contact-info-three {
  position: relative;
  background-color: var(--tidytouch-black2, #15161B);
}
.contact-info-three__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.contact-info-three .container {
  position: relative;
  z-index: 1;
}
.contact-info-three__content {
  text-align: center;
}
.contact-info-three__title {
  margin-bottom: 18px;
  font-size: 50px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .contact-info-three__title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .contact-info-three__title {
    font-size: 30px;
  }
}
.contact-info-three__text {
  margin-bottom: 37px;
  color: var(--tidytouch-white, #FFFFFF);
}
.contact-info-three__button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.contact-info-three__btn {
  background-color: var(--tidytouch-primary, #FFB400);
}
.contact-info-three__btn::before, .contact-info-three__btn::after {
  background-color: var(--tidytouch-black2, #15161B);
}

/*--------------------------------------------------------------
# Why Choose
--------------------------------------------------------------*/
.why-choose {
  background-color: var(--tidytouch-white, #FFFFFF);
}
.why-choose__text {
  margin-bottom: 15px;
}
.why-choose__text-2 {
  margin-bottom: 28px;
  font-weight: 500;
}
.why-choose__text-2 span {
  color: var(--tidytouch-primary, #FFB400);
  font-weight: 600;
  text-transform: uppercase;
}
.why-choose__inner {
  margin-bottom: 40px;
  padding-right: 30px;
  display: grid;
  grid-template-columns: 145px auto;
  grid-gap: 30px;
}
@media (max-width: 767px) {
  .why-choose__inner {
    grid-template-columns: auto;
    padding-right: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .why-choose__inner {
    grid-template-columns: auto;
  }
}
.why-choose__inner__image img {
  max-width: 100%;
  height: auto;
}
.why-choose__item + .why-choose__item {
  position: relative;
  margin-top: 60px;
}
.why-choose__item + .why-choose__item::before {
  content: "";
  width: calc(100% + 30px);
  height: 1px;
  position: absolute;
  top: -30px;
  left: -30px;
  background-color: var(--tidytouch-border-color, #DDDDDD);
}
@media (max-width: 767px) {
  .why-choose__item + .why-choose__item::before {
    width: 100%;
    left: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .why-choose__item + .why-choose__item::before {
    width: 100%;
    left: 0px;
  }
}
.why-choose__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 412px) {
  .why-choose__item {
    flex-direction: column;
  }
}
.why-choose__item__icon-box {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 10px;
  background-color: var(--tidytouch-white2, #F4F4F4);
  transition: all 500ms ease;
}
.why-choose__item:hover .why-choose__item__icon-box {
  background-color: var(--tidytouch-base, #1947CD);
}
.why-choose__item__icon {
  display: inline-flex;
  font-size: 38px;
  color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.why-choose__item__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.why-choose__item:hover .why-choose__item__icon {
  color: var(--tidytouch-white, #FFFFFF);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.why-choose__item__title {
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.444;
}
@media (max-width: 412px) {
  .why-choose__item__title {
    margin-bottom: 10px;
  }
}
.why-choose__item__text {
  margin: 0px;
}
.why-choose__image {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 480px) {
  .why-choose__image {
    gap: 20px;
  }
}
.why-choose__image__one, .why-choose__image__two {
  display: inline-block;
}
.why-choose__image__one img, .why-choose__image__two img {
  max-width: 100%;
  height: auto;
}
.why-choose__image__one {
  position: relative;
}
.why-choose__image__one__shape-1, .why-choose__image__one__shape-2 {
  width: 100%;
  height: 7px;
  position: relative;
  position: absolute;
  left: 0px;
  background-color: var(--tidytouch-base, #1947CD);
}
.why-choose__image__one__shape-1::before, .why-choose__image__one__shape-2::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0px;
  background-color: var(--tidytouch-primary, #FFB400);
}
.why-choose__image__one__shape-1 {
  top: -37px;
}
@media (max-width: 480px) {
  .why-choose__image__one__shape-1 {
    top: -30px;
  }
}
.why-choose__image__one__shape-1::before {
  right: 0px;
}
.why-choose__image__one__shape-2 {
  bottom: -37px;
}
@media (max-width: 480px) {
  .why-choose__image__one__shape-2 {
    bottom: -30px;
  }
}
.why-choose__image__one__shape-2::before {
  left: 0px;
}
.why-choose__image__two {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 411.000000 900.000000"><g transform="translate(0.000000,900.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M605 8990 c7 -11 -35 -30 -67 -30 -34 0 -199 -87 -265 -141 -35 -27 -85 -77 -113 -112 -53 -66 -127 -205 -144 -272 -7 -26 -11 -669 -13 -1897 l-3 -1858 1697 0 c1793 0 1775 0 1900 44 190 68 347 217 441 419 18 37 32 76 32 86 0 31 19 73 30 66 7 -4 10 613 10 1849 l0 1856 -1756 0 c-1170 0 -1753 -3 -1749 -10z"/> <path d="M649 4385 c-3 -2 -29 -8 -59 -13 -57 -10 -134 -37 -185 -65 -16 -9 -39 -20 -50 -26 -72 -35 -221 -189 -265 -276 -12 -22 -25 -47 -29 -55 -15 -25 -38 -92 -50 -143 -8 -34 -11 -568 -11 -1927 l0 -1880 1753 3 c1170 2 1766 6 1793 13 65 17 203 90 271 145 35 27 85 77 113 112 52 65 140 231 140 266 0 31 19 73 30 66 7 -4 10 626 10 1889 l0 1896 -1728 0 c-951 0 -1731 -2 -1733 -5z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 411.000000 900.000000"><g transform="translate(0.000000,900.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M605 8990 c7 -11 -35 -30 -67 -30 -34 0 -199 -87 -265 -141 -35 -27 -85 -77 -113 -112 -53 -66 -127 -205 -144 -272 -7 -26 -11 -669 -13 -1897 l-3 -1858 1697 0 c1793 0 1775 0 1900 44 190 68 347 217 441 419 18 37 32 76 32 86 0 31 19 73 30 66 7 -4 10 613 10 1849 l0 1856 -1756 0 c-1170 0 -1753 -3 -1749 -10z"/> <path d="M649 4385 c-3 -2 -29 -8 -59 -13 -57 -10 -134 -37 -185 -65 -16 -9 -39 -20 -50 -26 -72 -35 -221 -189 -265 -276 -12 -22 -25 -47 -29 -55 -15 -25 -38 -92 -50 -143 -8 -34 -11 -568 -11 -1927 l0 -1880 1753 3 c1170 2 1766 6 1793 13 65 17 203 90 271 145 35 27 85 77 113 112 52 65 140 231 140 266 0 31 19 73 30 66 7 -4 10 626 10 1889 l0 1896 -1728 0 c-951 0 -1731 -2 -1733 -5z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}

.why-choose-two {
  position: relative;
  background-color: var(--tidytouch-white, #FFFFFF);
}
.why-choose-two .container {
  position: relative;
  z-index: 1;
}
.why-choose-two__text {
  margin-bottom: 36px;
}
.why-choose-two__inner {
  margin-bottom: 37px;
}
.why-choose-two__item {
  position: relative;
  z-index: 1;
  padding: 30px 20px 22px;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--tidytouch-white2, #F4F4F4);
}
.why-choose-two__item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  opacity: 0;
  border-radius: inherit;
  transform: translateY(-20%);
  background-color: var(--tidytouch-black2, #15161B);
  transition: all 500ms ease;
}
.why-choose-two__item:hover::after {
  opacity: 1;
  transform: translateY(0%);
}
.why-choose-two__item__icon-box {
  width: 83px;
  height: 83px;
  margin: 0px auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1;
  background-color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.why-choose-two__item:hover .why-choose-two__item__icon-box {
  background-color: var(--tidytouch-base, #1947CD);
}
.why-choose-two__item__icon {
  display: inline-flex;
  font-size: 42px;
  color: var(--tidytouch-white, #FFFFFF);
  transition: all 500ms ease;
}
.why-choose-two__item__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.why-choose-two__item:hover .why-choose-two__item__icon {
  color: var(--tidytouch-white, #FFFFFF);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.why-choose-two__item__title {
  margin: 0px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
  transition: all 500ms ease;
}
.why-choose-two__item:hover .why-choose-two__item__title {
  color: var(--tidytouch-white, #FFFFFF);
}
.why-choose-two__text-2 {
  margin-bottom: 36px;
}
.why-choose-two__image {
  width: 630px;
  height: 648px;
  margin-left: 30px;
  position: relative;
  border-radius: 648px;
}
@media (max-width: 1399px) {
  .why-choose-two__image {
    width: 530px;
    height: 548px;
  }
}
@media (max-width: 1199px) {
  .why-choose-two__image {
    margin-left: 0px;
    width: auto;
    height: auto;
  }
}
.why-choose-two__image::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  top: 0px;
  right: -20px;
  background-color: var(--tidytouch-white, #FFFFFF);
}
@media (max-width: 1199px) {
  .why-choose-two__image::after {
    display: none;
  }
}
.why-choose-two__image img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  border-radius: inherit;
}
@media (max-width: 1199px) {
  .why-choose-two__image img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}
.why-choose-two__shape {
  width: 575px;
  height: 648px;
  position: relative;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  background-color: var(--tidytouch-primary, #FFB400);
}
@media (max-width: 1599px) {
  .why-choose-two__shape {
    right: -220px;
  }
}
@media (max-width: 1399px) {
  .why-choose-two__shape {
    height: 548px;
    right: -230px;
  }
}
@media (max-width: 1199px) {
  .why-choose-two__shape {
    display: none;
  }
}
.why-choose-two__shape::before {
  content: "";
  width: 100%;
  height: calc(100% - 125px);
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 1;
  transform: translateY(-50%);
  background-color: var(--tidytouch-white, #FFFFFF);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.why-choose-two__shape::after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: var(--tidytouch-base, #1947CD);
}

.why-choose-three {
  background-color: var(--tidytouch-white, #FFFFFF);
}
.why-choose-three__card {
  position: relative;
  padding: 30px 30px 26px;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--tidytouch-white, #FFFFFF);
  filter: drop-shadow(0px 0px 16.1px rgba(45, 45, 45, 0.09));
}
@media (max-width: 412px) {
  .why-choose-three__card {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .why-choose-three__card {
    padding-bottom: 30px;
  }
}
.why-choose-three__card::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  border-radius: inherit;
  background-color: var(--tidytouch-black2, #15161B);
  transition: all 500ms ease;
}
.why-choose-three__card:hover::after {
  width: 100%;
  left: 0px;
}
.why-choose-three__card__top {
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 20px 15px;
}
@media (max-width: 412px) {
  .why-choose-three__card__top {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .why-choose-three__card__top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.why-choose-three__card__icon-box {
  width: 60px;
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 10px;
  background-color: var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
.why-choose-three__card:hover .why-choose-three__card__icon-box {
  background-color: var(--tidytouch-primary, #FFB400);
}
.why-choose-three__card__icon {
  display: inline-flex;
  font-size: 38px;
  color: var(--tidytouch-white, #FFFFFF);
  transition: all 500ms ease;
}
.why-choose-three__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.why-choose-three__card:hover .why-choose-three__card__icon {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.why-choose-three__card__title {
  margin: 0px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.444;
  transition: all 500ms ease;
}
.why-choose-three__card__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px 30px;
}
@media (max-width: 412px) {
  .why-choose-three__card__inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .why-choose-three__card__inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.why-choose-three__card__text {
  margin: 0px;
  transition: all 500ms ease;
}
.why-choose-three__card:hover .why-choose-three__card__title, .why-choose-three__card:hover .why-choose-three__card__text {
  color: var(--tidytouch-white, #FFFFFF);
}
.why-choose-three__card__btn {
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transform: rotate(-135deg);
  font-size: 14px;
  color: var(--tidytouch-white, #FFFFFF);
  border-radius: 50%;
  background-color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.why-choose-three__card__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.why-choose-three__card__btn:hover {
  transform: rotate(0deg);
}
.why-choose-three__card:hover .why-choose-three__card__btn {
  background-color: var(--tidytouch-base, #1947CD);
}
.why-choose-three__card__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: -2px;
  right: -2px;
  opacity: 0;
  transform: translateX(101%);
  transition: all 500ms ease;
}
.why-choose-three__card:hover .why-choose-three__card__shape {
  opacity: 1;
  transform: translateX(0%);
}
.why-choose-three__image {
  position: relative;
}
.why-choose-three__image img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.why-choose-three__image__text {
  max-width: 100%;
  width: max-content;
  display: inline-block;
  position: relative;
  margin: 0px;
  padding: 19.5px 17.5px 15.5px;
  font-size: 14px;
  color: var(--tidytouch-black5, #000000);
  font-weight: 700;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  bottom: -39px;
  z-index: 1;
  transform: translateX(-50%);
  background-color: var(--tidytouch-white, #FFFFFF);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .why-choose-three__image__text {
    display: none;
  }
}
.why-choose-three__image__text::before, .why-choose-three__image__text::after {
  content: "";
  width: calc(100% - 129px);
  height: 2px;
  position: absolute;
}
.why-choose-three__image__text::before {
  top: 10px;
  left: 17.5px;
  background-color: var(--tidytouch-base, #1947CD);
}
.why-choose-three__image__text::after {
  right: 17.5px;
  bottom: 10px;
  background-color: var(--tidytouch-primary, #FFB400);
}

/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact {
  position: relative;
  z-index: 1;
  background-color: var(--tidytouch-white, #FFFFFF);
}
.funfact__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--tidytouch-border-color, #DDDDDD);
}
@media (max-width: 991px) {
  .funfact__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .funfact__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.funfact__card:not(:last-child) {
  border-right: 1px solid var(--tidytouch-border-color, #DDDDDD);
}
@media (max-width: 575px) {
  .funfact__card:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid var(--tidytouch-border-color, #DDDDDD);
  }
}
@media (max-width: 991px) {
  .funfact__card:nth-child(1) {
    border-bottom: 1px solid var(--tidytouch-border-color, #DDDDDD);
  }
}
@media (max-width: 991px) {
  .funfact__card:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--tidytouch-border-color, #DDDDDD);
  }
}
.funfact__card {
  position: relative;
  padding: 0px 30px 25px;
  text-align: center;
  background-color: var(--tidytouch-white, #FFFFFF);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .funfact__card {
    padding: 0px 25px 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .funfact__card {
    padding: 0px 25px 20px;
  }
}
@media (max-width: 375px) {
  .funfact__card {
    padding: 0px 25px 20px;
  }
}
.funfact__card::before, .funfact__card::after {
  content: "";
  width: 108px;
  height: 97px;
  position: absolute;
  top: -1px;
  background-color: var(--tidytouch-white2, #F4F4F4);
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .funfact__card::before, .funfact__card::after {
    height: 90px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .funfact__card::before, .funfact__card::after {
    height: 90px;
  }
}
@media (max-width: 375px) {
  .funfact__card::before, .funfact__card::after {
    height: 90px;
  }
}
.funfact__card::before {
  left: -1px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.funfact__card::after {
  right: -1px;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.funfact__card:hover::before, .funfact__card:hover::after {
  background-color: var(--tidytouch-black2, #15161B);
}
.funfact__card__icon-box {
  width: 81px;
  height: 82px;
  position: relative;
  z-index: 1;
  margin: 0px auto 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: var(--tidytouch-primary, #FFB400);
  border-radius: 0px 0px 50px 50px;
  transition: all 500ms ease;
}
.funfact__card:hover .funfact__card__icon-box {
  background-color: var(--tidytouch-base, #1947CD);
}
.funfact__card__icon {
  display: inline-flex;
  font-size: 44px;
  color: var(--tidytouch-white, #FFFFFF);
  transition: all 500ms ease;
}
.funfact__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.funfact__card:hover .funfact__card__icon {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.funfact__card__contnt {
  position: relative;
  z-index: 1;
}
.funfact__card__count {
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}
.funfact__card__text {
  margin: 0px;
}
.funfact--home1, .funfact--about {
  margin-bottom: -95px;
  background-color: transparent;
}
.funfact--home5 {
  background-color: transparent;
}
.funfact--home5 .funfact__grid {
  border: none;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
@media (max-width: 575px) {
  .funfact--home5 .funfact__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.funfact--home5 .funfact__card {
  padding: 0px 30px 22px;
  z-index: 1;
  border: 1px solid var(--tidytouch-border-color, #DDDDDD);
  transition: all 500ms ease;
}
@media (min-width: 576px) and (max-width: 767px) {
  .funfact--home5 .funfact__card {
    padding: 0px 25px 20px;
  }
}
@media (max-width: 375px) {
  .funfact--home5 .funfact__card {
    padding: 0px 25px 20px;
  }
}
.funfact--home5 .funfact__card:hover {
  border-color: transparent;
}
.funfact--home5 .funfact__card::before {
  display: none;
}
.funfact--home5 .funfact__card::after {
  width: 100%;
  height: 0%;
  clip-path: none;
  top: auto;
  bottom: 0px;
  z-index: -1;
}
.funfact--home5 .funfact__card:hover::after {
  height: 100%;
  top: 0px;
}
.funfact--home5 .funfact__card__count {
  margin-bottom: 5px;
}
.funfact--home5 .funfact__card__count, .funfact--home5 .funfact__card__text {
  transition: all 500ms ease;
}
.funfact--home5 .funfact__card:hover .funfact__card__count, .funfact--home5 .funfact__card:hover .funfact__card__text {
  color: var(--tidytouch-white, #FFFFFF);
}
.funfact--two {
  overflow: hidden;
  background-color: var(--tidytouch-black2, #15161B);
}
@media (max-width: 767px) {
  .funfact--two {
    padding-bottom: 67px;
  }
}
@media (max-width: 575px) {
  .funfact--two {
    padding-bottom: 52px;
  }
}
.funfact--two .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .funfact--two .container {
    max-width: 910px;
    margin: 0px;
  }
}
.funfact--two .funfact__grid {
  border: none;
  grid-gap: 15px 0px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .funfact--two .funfact__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.funfact--two .funfact__card {
  padding: 0px 30px 25px;
  border-bottom: 0px;
  background-color: transparent;
}
@media (min-width: 768px) and (max-width: 991px) {
  .funfact--two .funfact__card {
    padding: 0px 25px 20px;
  }
}
@media (max-width: 375px) {
  .funfact--two .funfact__card {
    padding: 0px 25px 20px;
  }
}
.funfact--two .funfact__card:not(:last-child) {
  border-right: 1px solid RGBA(var(--tidytouch-border-color-rgb, 221, 221, 221), 0.3);
}
@media (max-width: 767px) {
  .funfact--two .funfact__card:not(:last-child) {
    border: 0px;
  }
}
.funfact--two .funfact__card::before, .funfact--two .funfact__card::after {
  display: none;
}
.funfact--two .funfact__card__count,
.funfact--two .funfact__card__text {
  color: var(--tidytouch-white, #FFFFFF);
}
@media (min-width: 768px) and (max-width: 991px) {
  .funfact--two .funfact__card__text {
    font-size: 14px;
  }
}
.funfact--two .funfact__shape {
  width: 153px;
  height: calc(100% + 2px);
  position: relative;
  position: absolute;
  top: 50%;
  right: -203px;
  transform: translateY(-50%);
  background-color: var(--tidytouch-white, #FFFFFF);
  clip-path: polygon(63% 0, 100% 0%, 37% 100%, 0% 100%);
}
@media (max-width: 1299px) {
  .funfact--two .funfact__shape {
    display: none;
  }
}
.funfact--two .funfact__shape::before, .funfact--two .funfact__shape::after {
  content: "";
  width: 100%;
  height: 21px;
  position: absolute;
  left: 0px;
}
.funfact--two .funfact__shape::before {
  top: 0px;
  background-color: var(--tidytouch-base, #1947CD);
}
.funfact--two .funfact__shape::after {
  bottom: 0px;
  background-color: var(--tidytouch-primary, #FFB400);
}
.funfact--three .funfact__card {
  padding: 46.5px 30px 46.5px 0px;
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: left;
  transition: all 500ms ease;
}
@media (min-width: 576px) and (max-width: 767px) {
  .funfact--three .funfact__card {
    display: block;
    padding: 0px 25px 20px;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .funfact--three .funfact__card {
    display: block;
    padding: 0px 25px 20px;
    text-align: center;
  }
}
.funfact--three .funfact__card:hover {
  background-color: var(--tidytouch-black2, #15161B);
}
.funfact--three .funfact__card::before,
.funfact--three .funfact__card::after {
  width: 88px;
  height: 88px;
  opacity: 0;
}
@media (max-width: 360px) {
  .funfact--three .funfact__card::before,
  .funfact--three .funfact__card::after {
    width: 75px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .funfact--three .funfact__card::before,
  .funfact--three .funfact__card::after {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .funfact--three .funfact__card::before,
  .funfact--three .funfact__card::after {
    display: none;
  }
}
.funfact--three .funfact__card:hover::before,
.funfact--three .funfact__card:hover::after {
  opacity: 1;
}
.funfact--three .funfact__card::before {
  left: auto;
  right: -1px;
  background-color: var(--tidytouch-base, #1947CD);
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.funfact--three .funfact__card::after {
  top: auto;
  right: -1px;
  bottom: 0px;
  background-color: var(--tidytouch-primary, #FFB400);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.funfact--three .funfact__card__icon-box {
  margin: 0px;
  border-radius: 0px 50px 50px 0px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .funfact--three .funfact__card__icon-box {
    margin: 0px auto 11px;
    border-radius: 0px 0px 50px 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .funfact--three .funfact__card__icon-box {
    margin: 0px auto 11px;
    border-radius: 0px 0px 50px 50px;
  }
}
.funfact--three .funfact__card__count {
  justify-content: flex-start;
  transition: all 500ms ease;
}
@media (min-width: 576px) and (max-width: 767px) {
  .funfact--three .funfact__card__count {
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .funfact--three .funfact__card__count {
    justify-content: center;
  }
}
.funfact--three .funfact__card__text {
  transition: all 500ms ease;
}
.funfact--three .funfact__card:hover .funfact__card__count,
.funfact--three .funfact__card:hover .funfact__card__text {
  color: var(--tidytouch-white, #FFFFFF);
}
.funfact--four {
  margin-bottom: -87px;
  background-color: transparent;
}
.funfact--four .funfact__wrapper {
  position: relative;
}
.funfact--four .funfact__wrapper::after {
  content: "";
  width: calc(100% + 100px);
  height: calc(100% + 100px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50px 50px 0px 0px;
  background-color: var(--tidytouch-base, #1947CD);
}
@media (max-width: 1199px) {
  .funfact--four .funfact__wrapper::after {
    border-radius: 0px;
  }
}
.funfact--four .funfact__grid {
  position: relative;
  z-index: 2;
}
.funfact--four .funfact__card {
  background-color: transparent;
}
.funfact--four .funfact__card:hover {
  background-color: var(--tidytouch-white, #FFFFFF);
}
.funfact--four .funfact__card::before, .funfact--four .funfact__card::after {
  width: 56px;
}
.funfact--four .funfact__card::before {
  background-color: var(--tidytouch-primary, #FFB400);
}
.funfact--four .funfact__card__icon-box {
  background-color: var(--tidytouch-white, #FFFFFF);
}
.funfact--four .funfact__card:hover .funfact__card__icon-box {
  background-color: var(--tidytouch-primary, #FFB400);
}
.funfact--four .funfact__card__icon {
  color: var(--tidytouch-primary, #FFB400);
}
.funfact--four .funfact__card:hover .funfact__card__icon {
  color: var(--tidytouch-white, #FFFFFF);
}
.funfact--four .funfact__card__count,
.funfact--four .funfact__card__text {
  color: var(--tidytouch-white, #FFFFFF);
}
.funfact--four .funfact__card:hover .funfact__card__count {
  color: var(--tidytouch-black2, #15161B);
}
.funfact--four .funfact__card:hover .funfact__card__text {
  color: var(--tidytouch-text, #5E5B5B);
}
.funfact--four .funfact__shape {
  width: calc(100% + 147px);
  height: 202px;
  position: absolute;
  top: -148px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 1199px) {
  .funfact--four .funfact__shape {
    display: none;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonial-card__image {
  width: 100px;
  height: 100px;
  position: relative;
  margin: 0px auto;
  border-radius: 10px 10px 0px 0px;
}
.testimonial-card__image::before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  left: -35px;
  bottom: 0px;
  border-style: solid;
  border-width: 0 0 23px 35px;
  border-color: transparent transparent var(--tidytouch-primary, #FFB400) transparent;
  transition: all 500ms ease;
}
.testimonial-card__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
}
.testimonial-card:hover .testimonial-card__image::before {
  border-color: transparent transparent var(--tidytouch-base, #1947CD) transparent;
}
.testimonial-card__content {
  position: relative;
  padding: 0px 36px 22px;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
  background-color: var(--tidytouch-white2, #F4F4F4);
}
@media (max-width: 412px) {
  .testimonial-card__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-card__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.testimonial-card__content::before {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  border-radius: inherit;
  background-color: var(--tidytouch-black2, #15161B);
  transition: all 500ms ease;
}
.testimonial-card__content::after {
  content: "";
  width: 79px;
  height: 79px;
  position: absolute;
  right: -33px;
  bottom: -25px;
  border-radius: 50%;
  background-color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.testimonial-card:hover .testimonial-card__content::before {
  height: 100%;
  top: 0px;
}
.testimonial-card:hover .testimonial-card__content::after {
  background-color: var(--tidytouch-base, #1947CD);
}
.testimonial-card__inner {
  position: relative;
  text-align: center;
  z-index: 1;
}
.testimonial-card .tidytouch-ratings {
  display: inline-flex;
  margin-bottom: 30px;
  padding: 8px 22px;
  border-radius: 0px 0px 50px 50px;
  background-color: var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
.testimonial-card .tidytouch-ratings__icon {
  color: var(--tidytouch-white, #FFFFFF);
}
.testimonial-card:hover .tidytouch-ratings {
  background-color: var(--tidytouch-primary, #FFB400);
}
.testimonial-card__quote {
  margin-bottom: 22px;
  font-weight: 500;
  transition: all 500ms ease;
}
.testimonial-card__line {
  width: 92px;
  height: 2px;
  margin: 0px auto 24px;
  border-radius: 20px;
  background-color: var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
.testimonial-card:hover .testimonial-card__line {
  background-color: var(--tidytouch-primary, #FFB400);
}
.testimonial-card__name {
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
  transition: all 500ms ease;
}
@media (max-width: 412px) {
  .testimonial-card__name {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-card__name {
    font-size: 20px;
  }
}
.testimonial-card__designation {
  margin: 0px;
  transition: all 500ms ease;
}
.testimonial-card:hover .testimonial-card__quote, .testimonial-card:hover .testimonial-card__name, .testimonial-card:hover .testimonial-card__designation {
  color: var(--tidytouch-white, #FFFFFF);
}
.testimonial-card__icon {
  display: inline-flex;
  font-size: 49px;
  color: RGBA(var(--tidytouch-white-rgb, 255, 255, 255), 0.16);
  position: absolute;
  left: 15px;
  bottom: 15px;
  opacity: 0;
  transition: all 500ms ease;
}
.testimonial-card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 412px) {
  .testimonial-card__icon {
    font-size: 40px;
  }
}
@media (max-width: 375px) {
  .testimonial-card__icon {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-card__icon {
    font-size: 40px;
  }
}
.testimonial-card__icon--2 {
  left: auto;
  bottom: auto;
  top: 15px;
  right: 15px;
}
.testimonial-card:hover .testimonial-card__icon {
  opacity: 1;
}

.testimonial-card-two__content {
  position: relative;
  padding: 26px 40px 22px;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--tidytouch-white2, #F4F4F4);
}
@media (max-width: 575px) {
  .testimonial-card-two__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .testimonial-card-two__content {
    padding-bottom: 30px;
  }
}
@media (max-width: 412px) {
  .testimonial-card-two__content {
    padding: 21px 25px 25px;
  }
}
.testimonial-card-two__inner {
  position: relative;
  z-index: 2;
}
.testimonial-card-two .tidytouch-ratings {
  margin-bottom: 8px;
}
.testimonial-card-two__quote {
  margin-bottom: 11px;
  font-weight: 500;
  transition: all 500ms ease;
}
.testimonial-card-two__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 480px) {
  .testimonial-card-two__info {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.testimonial-card-two__name {
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
  transition: all 500ms ease;
}
.testimonial-card-two__designation {
  margin: 0px;
  transition: all 500ms ease;
}
.testimonial-card-two__quote-icon {
  width: 49px;
  height: 49px;
}
.testimonial-card-two__quote-icon path:nth-child(1) {
  fill: var(--tidytouch-base, #1947CD);
}
.testimonial-card-two__quote-icon path:nth-child(2) {
  fill: var(--tidytouch-primary, #FFB400);
}
.testimonial-card-two:hover .testimonial-card-two__quote-icon {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.testimonial-card-three__image {
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: 40px;
  margin-bottom: -58px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border-radius: 10px 10px 0px 0px;
}
@media (max-width: 480px) {
  .testimonial-card-three__image {
    margin-right: 30px;
  }
}
@media (max-width: 390px) {
  .testimonial-card-three__image {
    margin-left: 25px;
    margin-right: 0px;
  }
}
.testimonial-card-three__image::before, .testimonial-card-three__image::after {
  content: "";
  width: 50%;
  height: 62px;
  background-color: var(--tidytouch-white2, #F4F4F4);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  border-radius: 10px 0px 0px 0px;
  transition: all 500ms ease;
}
.testimonial-card-three__image::after {
  left: auto;
  right: 0px;
  border-radius: 0px 10px 0px 0px;
}
.testimonial-card-three__image img {
  width: 100px !important;
  height: 100px;
  border-radius: inherit;
}
.testimonial-card-three:hover .testimonial-card-three__image::before {
  background-color: var(--tidytouch-primary, #FFB400);
}
.testimonial-card-three:hover .testimonial-card-three__image::after {
  background-color: var(--tidytouch-base, #1947CD);
}
.testimonial-card-three__content {
  position: relative;
  padding: 37px 40px 32px;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--tidytouch-white2, #F4F4F4);
}
@media (max-width: 480px) {
  .testimonial-card-three__content {
    padding: 37px 30px 22px;
  }
}
@media (max-width: 390px) {
  .testimonial-card-three__content {
    padding: 75px 25px 22px;
  }
}
.testimonial-card-three__content::before {
  content: "";
  width: 4px;
  height: 79px;
  position: absolute;
  top: 39px;
  left: 0px;
  opacity: 0;
  transform: translateY(-100%);
  z-index: 1;
  background-color: var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
.testimonial-card-three:hover .testimonial-card-three__content::before {
  opacity: 1;
  transform: translateY(0%);
}
.testimonial-card-three__inner {
  position: relative;
  z-index: 2;
}
.testimonial-card-three .tidytouch-ratings {
  margin-bottom: 15px;
}
.testimonial-card-three__quote {
  margin-bottom: 15px;
  font-weight: 500;
  transition: all 500ms ease;
}
.testimonial-card-three__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 390px) {
  .testimonial-card-three__info {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.testimonial-card-three__name {
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
  transition: all 500ms ease;
}
.testimonial-card-three__designation {
  margin: 0px;
  transition: all 500ms ease;
}
.testimonial-card-three:hover .testimonial-card-three__quote, .testimonial-card-three:hover .testimonial-card-three__name, .testimonial-card-three:hover .testimonial-card-three__designation {
  color: var(--tidytouch-white, #FFFFFF);
}
.testimonial-card-three__quote-icon {
  width: 49px;
  height: 49px;
}
.testimonial-card-three__quote-icon path:nth-child(1) {
  fill: var(--tidytouch-base, #1947CD);
}
.testimonial-card-three__quote-icon path:nth-child(2) {
  fill: var(--tidytouch-primary, #FFB400);
}
.testimonial-card-three:hover .testimonial-card-three__quote-icon {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.testimonial-card-three__bg {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.5);
  border-radius: 20px;
  background-color: var(--tidytouch-black2, #15161B);
  transition: all 500ms ease;
}
.testimonial-card-three__bg__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.testimonial-card-three:hover .testimonial-card-three__bg {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.testimonials-two,
.testimonials-page {
  background-color: var(--tidytouch-white, #FFFFFF);
}

.testimonials-two__inner {
  position: relative;
  padding: 100px 80px;
  border-radius: 10px;
  background-color: var(--tidytouch-white, #FFFFFF);
  filter: drop-shadow(0px 2px 12.3px rgba(0, 0, 0, 0.1));
}
@media (max-width: 1199px) {
  .testimonials-two__inner {
    padding: 80px 50px;
  }
}
@media (max-width: 991px) {
  .testimonials-two__inner {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .testimonials-two__inner {
    padding: 30px;
  }
}
@media (max-width: 412px) {
  .testimonials-two__inner {
    padding: 30px 25px;
  }
}
.testimonials-two .row {
  --bs-gutter-x: 46px;
}
.testimonials-two__col-slide {
  flex: 0 0 auto;
  width: 63%;
}
@media (max-width: 991px) {
  .testimonials-two__col-slide {
    width: 100%;
  }
}
.testimonials-two__col-image {
  flex: 0 0 auto;
  width: 37%;
}
@media (max-width: 991px) {
  .testimonials-two__col-image {
    width: 100%;
  }
}
.testimonials-two__slider {
  position: relative;
  z-index: 1;
}
.testimonials-two .sec-title {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .testimonials-two .sec-title__title span img {
    display: none;
  }
}
.testimonials-two__carousel.owl-carousel .owl-dots {
  margin-top: 42px !important;
  justify-content: flex-start;
}
.testimonials-two__image {
  position: relative;
  z-index: 1;
}
.testimonials-two__image__inner {
  padding: 10px;
  display: inline-block;
  border-radius: 800px;
  background-color: var(--tidytouch-white, #FFFFFF);
}
@media (max-width: 991px) {
  .testimonials-two__image__inner {
    padding: 0px;
  }
}
.testimonials-two__image__inner img {
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}
.testimonials-two__image__shape-1 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: -54px;
  left: -77px;
  animation: textRotate 3s linear infinite;
}
@media (max-width: 1199px) {
  .testimonials-two__image__shape-1 {
    top: -70px;
    left: -50px;
  }
}
@media (max-width: 991px) {
  .testimonials-two__image__shape-1 {
    display: none;
  }
}
.testimonials-two__image__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 4px;
  bottom: -74px;
  animation: textRotate 3s linear infinite;
}
@media (max-width: 1199px) {
  .testimonials-two__image__shape-2 {
    bottom: -85px;
  }
}
@media (max-width: 991px) {
  .testimonials-two__image__shape-2 {
    display: none;
  }
}
.testimonials-two__shape {
  width: 253px;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 0px 20px 20px 0px;
  background-color: var(--tidytouch-black2, #15161B);
}
@media (max-width: 1199px) {
  .testimonials-two__shape {
    width: 188px;
  }
}
@media (max-width: 991px) {
  .testimonials-two__shape {
    display: none;
  }
}
.testimonials-two__shape::before, .testimonials-two__shape::after {
  content: "";
  width: 160px;
  height: 107px;
  position: absolute;
  left: -79px;
}
.testimonials-two__shape::before {
  top: -0.5px;
  background-color: var(--tidytouch-primary, #FFB400);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.testimonials-two__shape::after {
  bottom: -0.5px;
  background-color: var(--tidytouch-base, #1947CD);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.testimonials-three {
  position: relative;
  background-color: var(--tidytouch-white2, #F4F4F4);
}
.testimonials-three__top {
  margin-bottom: 50px;
}
.testimonials-three .sec-title {
  margin: 0px;
}
.testimonials-three__custome-navs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.testimonials-three__custome-navs button {
  outline: none;
  margin: 0;
  padding: 0;
  width: 53px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--tidytouch-base, #1947CD);
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid var(--tidytouch-base, #1947CD);
  transition: all 400ms ease;
}
.testimonials-three__custome-navs button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.testimonials-three__custome-navs button:hover {
  color: var(--tidytouch-white, #FFFFFF);
  background-color: var(--tidytouch-primary, #FFB400);
  border-color: var(--tidytouch-primary, #FFB400);
}
.testimonials-three__custome-navs button span {
  border: none;
  outline: none;
  color: inherit;
}
.testimonials-three .testimonial-card-three__image::before,
.testimonials-three .testimonial-card-three__image::after,
.testimonials-three .testimonial-card-three__content {
  background-color: var(--tidytouch-white, #FFFFFF);
}

.testimonials-four {
  background-color: var(--tidytouch-white, #FFFFFF);
}
.testimonials-four__wrapper {
  position: relative;
  padding: 68.5px 0px;
}
@media (max-width: 767px) {
  .testimonials-four__wrapper {
    padding: 0px;
  }
}
.testimonials-four__slider {
  max-width: 641px;
  position: relative;
  z-index: 2;
  padding: 79px 60px 84px;
  border-radius: 40px;
  background-color: var(--tidytouch-white, #FFFFFF);
  box-shadow: -1px 0px 6.6px 3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .testimonials-four__slider {
    padding: 59px 40px 64px;
  }
}
@media (max-width: 575px) {
  .testimonials-four__slider {
    padding: 39px 30px 44px;
  }
}
.testimonials-four__carousel.owl-carousel .owl-dots {
  margin-top: 37px;
  justify-content: flex-start;
}
.testimonials-four__card .tidytouch-ratings {
  margin-bottom: 8px;
}
.testimonials-four__card .tidytouch-ratings__icon {
  font-size: 21px;
}
.testimonials-four__card__quote {
  margin-bottom: 19px;
  font-family: var(--tidytouch-special-font, "Sofadi One", sans-serif);
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .testimonials-four__card__quote {
    font-size: 20px;
  }
}
.testimonials-four__card__info {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 575px) {
  .testimonials-four__card__info {
    gap: 25px;
  }
}
@media (max-width: 390px) {
  .testimonials-four__card__info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.testimonials-four__card__image {
  width: 102px;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--tidytouch-white, #FFFFFF);
  border: 2px solid var(--tidytouch-primary, #FFB400);
}
@media (max-width: 480px) {
  .testimonials-four__card__image {
    width: 80px;
    height: 80px;
  }
}
.testimonials-four__card__image img {
  width: 86px !important;
  height: 86px;
  border-radius: inherit;
}
@media (max-width: 480px) {
  .testimonials-four__card__image img {
    width: 64px !important;
    height: 64px;
  }
}
.testimonials-four__card__name {
  margin-bottom: 7px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
}
.testimonials-four__card__designation {
  margin: 0px;
  font-weight: 500;
}
.testimonials-four__quote-icon {
  width: 107px;
  height: 107px;
  position: absolute;
  right: 78px;
  bottom: 60px;
}
@media (max-width: 767px) {
  .testimonials-four__quote-icon {
    width: 90px;
    height: 90px;
    right: 40px;
    bottom: 40px;
  }
}
@media (max-width: 575px) {
  .testimonials-four__quote-icon {
    width: 80px;
    height: 80px;
    right: 30px;
    bottom: 30px;
  }
}
@media (max-width: 430px) {
  .testimonials-four__quote-icon {
    width: 60px;
    height: 60px;
  }
}
.testimonials-four__quote-icon path:nth-child(1) {
  fill: var(--tidytouch-base, #1947CD);
}
.testimonials-four__quote-icon path:nth-child(2) {
  fill: var(--tidytouch-primary, #FFB400);
}
.testimonials-four__image {
  width: 100%;
  max-width: 718px;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  right: 0px;
}
@media (max-width: 991px) {
  .testimonials-four__image {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .testimonials-four__image {
    display: none;
  }
}
.testimonials-four__image::before, .testimonials-four__image::after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  left: -69px;
}
.testimonials-four__image::before {
  top: 0px;
  background-color: var(--tidytouch-base, #1947CD);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.testimonials-four__image::after {
  bottom: 0px;
  background-color: var(--tidytouch-primary, #FFB400);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.testimonials-four__image img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
.faq-accordion {
  position: relative;
  z-index: 1;
}
.faq-accordion .accordion + .accordion {
  margin-top: 30px;
}
.faq-accordion .accordion {
  position: relative;
  border-radius: 10px;
  background-color: var(--tidytouch-white, #FFFFFF);
  border: 1px solid var(--tidytouch-border-color, #DDDDDD);
}
.faq-accordion .accordion::before {
  content: "0" counter(faqNumber);
  counter-increment: faqNumber;
  font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
  font-size: 40px;
  color: var(--tidytouch-white, #FFFFFF);
  text-shadow: 1px 1px 0 var(--tidytouch-base, #1947CD), -1px -1px 0 var(--tidytouch-base, #1947CD), 1px -1px 0 var(--tidytouch-base, #1947CD), -1px 1px 0 var(--tidytouch-base, #1947CD), 1px 1px 0 var(--tidytouch-base, #1947CD);
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: 30px;
  bottom: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease 200ms;
}
@media (max-width: 767px) {
  .faq-accordion .accordion::before {
    left: 25px;
    bottom: 24px;
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .faq-accordion .accordion::before {
    display: none;
  }
}
.faq-accordion .accordion-title {
  position: relative;
  padding: 11px 70px;
  cursor: pointer;
  border-radius: 10px;
  transition: all 500ms ease;
}
.faq-accordion .accordion-title::before {
  content: "";
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 10px;
  background-color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.faq-accordion .accordion-title::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: var(--tidytouch-white, #FFFFFF);
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 500ms ease;
}
.faq-accordion .accordion-title__icon-box {
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--tidytouch-base, #1947CD);
  border-radius: 10px;
  z-index: 1;
  transition: all 500ms ease;
}
.faq-accordion .accordion-title__icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--tidytouch-white, #FFFFFF);
  font-size: 10px;
  color: var(--tidytouch-base, #1947CD);
}
.faq-accordion .accordion-title__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.faq-accordion .accordion-title h4 {
  margin: 0px;
  position: relative;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.318;
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .faq-accordion .accordion-title h4 {
    font-size: 18px;
  }
}
.faq-accordion .active.accordion::before {
  opacity: 1;
  visibility: visible;
}
.faq-accordion .active .accordion-title {
  background-color: var(--tidytouch-base, #1947CD);
}
.faq-accordion .active .accordion-title::before {
  background-color: var(--tidytouch-black2, #15161B);
}
.faq-accordion .active .accordion-title::after {
  color: var(--tidytouch-white, #FFFFFF);
  transform: translateY(-50%) rotate(180deg);
}
.faq-accordion .active .accordion-title__icon-box {
  background-color: var(--tidytouch-primary, #FFB400);
}
.faq-accordion .active .accordion-title h4 {
  color: var(--tidytouch-white, #FFFFFF);
}
.faq-accordion .accordion-content .inner {
  padding: 26px 30px 26px 119px;
}
@media (max-width: 767px) {
  .faq-accordion .accordion-content .inner {
    padding: 21px 25px 21px 100px;
  }
}
@media (max-width: 480px) {
  .faq-accordion .accordion-content .inner {
    padding-left: 45px;
  }
}
.faq-accordion .accordion-content p {
  position: relative;
  margin: 0px;
}
.faq-accordion .accordion-content p::after {
  content: "";
  width: 1px;
  height: calc(100% - 11px);
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  background-color: var(--tidytouch-primary, #FFB400);
}

.faq-one,
.faq-page {
  counter-reset: faqNumber;
}

.faq-one {
  position: relative;
  background-color: var(--tidytouch-black2, #15161B);
}
.faq-one__bg {
  width: calc(100% - 655px);
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 1799px) {
  .faq-one__bg {
    width: calc(100% - 500px);
  }
}
@media (max-width: 1599px) {
  .faq-one__bg {
    width: calc(100% - 350px);
  }
}
@media (max-width: 1399px) {
  .faq-one__bg {
    width: calc(100% - 300px);
  }
}
@media (max-width: 1199px) {
  .faq-one__bg {
    width: calc(100% - 0px);
  }
  .faq-one__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: RGBA(var(--tidytouch-black5-rgb, 0, 0, 0), 0.9);
  }
}
.faq-one__bg__inner {
  width: calc(100% - 398px);
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 1799px) {
  .faq-one__bg__inner {
    width: calc(100% - 0px);
  }
}
@media (max-width: 1199px) {
  .faq-one__bg__inner {
    display: none;
  }
}
.faq-one .container {
  position: relative;
  z-index: 1;
}
.faq-one .sec-title__tagline {
  color: var(--tidytouch-primary, #FFB400);
}
.faq-one .sec-title__title {
  color: var(--tidytouch-white, #FFFFFF);
}
.faq-one__text {
  margin-bottom: 40px;
  color: var(--tidytouch-white, #FFFFFF);
}
.faq-one .faq-accordion .accordion {
  background-color: transparent;
  border-color: RGBA(var(--tidytouch-white-rgb, 255, 255, 255), 0.4);
}
.faq-one .faq-accordion .accordion-title h4,
.faq-one .faq-accordion .accordion-content p {
  color: var(--tidytouch-white, #FFFFFF);
}
.faq-one .faq-accordion .active .accordion-title::before {
  background-color: var(--tidytouch-white, #FFFFFF);
}
.faq-one .faq-accordion .active .accordion-title::after {
  color: var(--tidytouch-primary, #FFB400);
}
.faq-one .faq-accordion .accordion::before {
  color: var(--tidytouch-black2, #15161B);
  text-shadow: 1px 1px 0 var(--tidytouch-white, #FFFFFF), -1px -1px 0 var(--tidytouch-white, #FFFFFF), 1px -1px 0 var(--tidytouch-white, #FFFFFF), -1px 1px 0 var(--tidytouch-white, #FFFFFF), 1px 1px 0 var(--tidytouch-white, #FFFFFF);
}
.faq-one__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 33px;
  bottom: 40px;
  animation: moveX2 2s linear infinite;
}
@media (max-width: 1799px) {
  .faq-one__shape {
    display: none;
  }
}
.faq-one__question-box {
  width: 159px;
  height: 159px;
  position: relative;
  position: absolute;
  top: 50px;
  right: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: var(--tidytouch-white, #FFFFFF);
}
@media (max-width: 1199px) {
  .faq-one__question-box {
    width: 140px;
    height: 140px;
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 991px) {
  .faq-one__question-box {
    display: none;
  }
}
.faq-one__question-box::after {
  content: "";
  width: calc(100% - 26px);
  height: calc(100% - 26px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: inherit;
  border: 1px dashed var(--tidytouch-base, #1947CD);
}
.faq-one__question-box__text {
  font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
  font-size: 100px;
  color: var(--tidytouch-primary, #FFB400);
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1199px) {
  .faq-one__question-box__text {
    font-size: 90px;
  }
}

.faq-page {
  background-color: var(--tidytouch-white, #FFFFFF);
}
.faq-page__accordion {
  max-width: 834px;
  margin: 0px auto;
}

/*--------------------------------------------------------------
# Package
--------------------------------------------------------------*/
.package-card {
  position: relative;
  z-index: 1;
  padding: 0px 30px 50px;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--tidytouch-white2, #F4F4F4);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .package-card {
    padding: 0px 20px 30px;
  }
}
@media (max-width: 375px) {
  .package-card {
    padding: 0px 20px 30px;
  }
}
.package-card::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  border-radius: inherit;
  background-color: var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
.package-card:hover::after {
  height: 100%;
  top: 0px;
}
.package-card__icon-box {
  width: 130px;
  height: 110px;
  position: relative;
  margin: 0px auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border-radius: 0px 0px 10px 10px;
  background-color: var(--tidytouch-primary, #FFB400);
}
.package-card__icon-box::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  border-radius: inherit;
  background-color: var(--tidytouch-white, #FFFFFF);
  transition: all 500ms ease;
}
.package-card:hover .package-card__icon-box::after {
  height: 100%;
  top: 0px;
}
.package-card__icon {
  position: relative;
  display: inline-flex;
  font-size: 60px;
  color: var(--tidytouch-white, #FFFFFF);
  z-index: 1;
  transition: all 500ms ease;
}
.package-card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.package-card:hover .package-card__icon {
  color: var(--tidytouch-primary, #FFB400);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.package-card__icon-shape {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
}
.package-card__icon-shape::before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0px;
  left: -34px;
  border-style: solid;
  border-width: 0 34px 36px 0;
  border-color: transparent var(--tidytouch-base, #1947CD) transparent transparent;
  transition: all 500ms ease;
}
.package-card__icon-shape::after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0px;
  right: -34px;
  border-style: solid;
  border-width: 36px 34px 0 0;
  border-color: var(--tidytouch-base, #1947CD) transparent transparent transparent;
  transition: all 500ms ease;
}
.package-card:hover .package-card__icon-shape::before {
  border-color: transparent var(--tidytouch-primary, #FFB400) transparent transparent;
}
.package-card:hover .package-card__icon-shape::after {
  border-color: var(--tidytouch-primary, #FFB400) transparent transparent transparent;
}
.package-card__title {
  margin-bottom: 23px;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.318;
  transition: all 500ms ease;
}
.package-card__price {
  position: relative;
  padding: 15px 0px;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 55px;
  color: var(--tidytouch-white, #FFFFFF);
  text-transform: capitalize;
  line-height: 1;
  z-index: 1;
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .package-card__price {
    font-size: 40px;
  }
}
@media (max-width: 375px) {
  .package-card__price {
    font-size: 40px;
  }
}
.package-card__price::before, .package-card__price::after {
  content: "";
  width: calc(100% + 60px);
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--tidytouch-base, #1947CD);
  z-index: -1;
  transition: all 500ms ease;
}
.package-card__price::after {
  width: 0%;
  background-color: var(--tidytouch-primary, #FFB400);
}
.package-card__price span {
  font-size: 17px;
  line-height: 1.25;
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .package-card__price span {
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  .package-card__price span {
    font-size: 15px;
  }
}
.package-card:hover .package-card__price::after {
  width: calc(100% + 60px);
}
.package-card__list {
  margin-bottom: 23px;
  text-align: center;
}
.package-card__list li + li {
  margin-top: 10px;
}
.package-card__list li {
  text-transform: capitalize;
  font-weight: 500;
  transition: all 500ms ease;
}
.package-card__list__icon {
  margin-right: 5px;
  position: relative;
  top: 1px;
  display: inline-flex;
  font-size: 16px;
  color: var(--tidytouch-text, #5E5B5B);
  transition: all 500ms ease;
}
.package-card__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.package-card:hover .package-card__title, .package-card:hover .package-card__list li, .package-card:hover .package-card__list__icon {
  color: var(--tidytouch-white, #FFFFFF);
}

/*--------------------------------------------------------------
# Projects
--------------------------------------------------------------*/
.project-card {
  position: relative;
  transition: all 500ms ease;
}
.project-card__image {
  height: 100%;
}
.project-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.project-card__content {
  width: 570px;
  height: 473px;
  padding: 30px 30px 30px 30px;
  display: flex;
  align-items: flex-end;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(0.85);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 1199px) {
  .project-card__content {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 1;
    visibility: visible;
    transform: scaleX(1) scaleY(0) translate(0%);
    transform-origin: bottom;
    transform-style: preserve-3d;
    transition: all 500ms ease-in-out;
  }
}
@media (max-width: 480px) {
  .project-card__content {
    padding: 30px 30px 20px 30px;
  }
}
@media (max-width: 412px) {
  .project-card__content {
    padding: 20px 20px 12px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-card__content {
    padding: 20px 20px 12px 20px;
  }
}
@media (min-width: 1400px) and (max-width: 1799px) {
  .project-card__content {
    width: 440px;
    height: 363px;
    padding: 30px 30px 20px 30px;
  }
}
.project-card__content::after {
  content: "";
  width: 100%;
  height: calc(100% - 135px);
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(25, 71, 205, 0.84) 81.4%);
}
@media (max-width: 480px) {
  .project-card__content::after {
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-card__content::after {
    height: 100%;
  }
}
@media (min-width: 1400px) and (max-width: 1799px) {
  .project-card__content::after {
    height: 100%;
  }
}
.project-card__content__box {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.project-card:hover .project-card__content {
  transform: scaleY(1);
}
.project-card__zoom {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  border-radius: 10px;
  background-color: var(--tidytouch-white, #FFFFFF);
}
@media (max-width: 480px) {
  .project-card__zoom {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-card__zoom {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1400px) and (max-width: 1799px) {
  .project-card__zoom {
    width: 40px;
    height: 40px;
  }
}
.project-card__zoom:hover {
  background-color: var(--tidytouch-primary, #FFB400);
}
.project-card__zoom__icon {
  display: inline-flex;
  font-size: 20px;
  color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.project-card__zoom__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 480px) {
  .project-card__zoom__icon {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-card__zoom__icon {
    font-size: 18px;
  }
}
@media (min-width: 1400px) and (max-width: 1799px) {
  .project-card__zoom__icon {
    font-size: 18px;
  }
}
.project-card__zoom:hover .project-card__zoom__icon {
  color: var(--tidytouch-white, #FFFFFF);
}
.project-card__number {
  position: relative;
  margin-bottom: 11px;
  display: flex;
  align-items: center;
  gap: 13px;
}
.project-card__number::before {
  content: "";
  width: 75px;
  height: 2px;
  background-color: var(--tidytouch-primary, #FFB400);
}
.project-card__number::after {
  content: "0" counter(projectNumber);
  counter-increment: projectNumber;
  font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
  font-size: 22px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 390px) {
  .project-card__number::after {
    font-size: 18px;
  }
}
.project-card__title {
  margin-bottom: 11px;
  font-size: 19px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.318;
}
@media (max-width: 390px) {
  .project-card__title {
    margin-bottom: 9px;
    font-size: 18px;
  }
}
.project-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.project-card__title a:hover {
  color: var(--tidytouch-primary, #FFB400);
}
.project-card__title a:hover {
  background-size: 100% 1px;
}
.project-card__text {
  margin: 0px;
  color: var(--tidytouch-white, #FFFFFF);
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-card__text {
    font-size: 15px;
  }
}
@media (max-width: 412px) {
  .project-card__text {
    font-size: 15px;
  }
}
.project-card__btn {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--tidytouch-primary, #FFB400);
}
@media (max-width: 480px) {
  .project-card__btn {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 412px) {
  .project-card__btn {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-card__btn {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 1400px) and (max-width: 1799px) {
  .project-card__btn {
    width: 45px;
    height: 45px;
  }
}
.project-card__btn:hover {
  background-color: var(--tidytouch-white, #FFFFFF);
}
.project-card__btn__icon {
  display: inline-flex;
  font-size: 20px;
  color: var(--tidytouch-white, #FFFFFF);
  transform: rotate(-45deg);
  transition: all 500ms ease;
}
.project-card__btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 480px) {
  .project-card__btn__icon {
    font-size: 16px;
  }
}
@media (max-width: 412px) {
  .project-card__btn__icon {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-card__btn__icon {
    font-size: 16px;
  }
}
@media (min-width: 1400px) and (max-width: 1799px) {
  .project-card__btn__icon {
    font-size: 16px;
  }
}
.project-card__btn:hover .project-card__btn__icon {
  color: var(--tidytouch-base, #1947CD);
  transform: rotate(0deg);
}

.project-card-two {
  position: relative;
  overflow: hidden;
}
.project-card-two__image {
  overflow: hidden;
}
.project-card-two__image img {
  width: 100%;
  display: block;
  transition: all 600ms cubic-bezier(0, 0, 0.44, 1.18);
}
.project-card-two:hover .project-card-two__image img {
  transform: scale(1.05) rotate(2deg);
}
.project-card-two__content {
  width: calc(100% - 40px);
  position: absolute;
  left: 20px;
  bottom: 0px;
  opacity: 0;
  transform: translateX(100px) scale(0.1);
  transition: all 500ms cubic-bezier(0, 0, 0.44, 1.18);
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-card-two__content {
    width: calc(100% - 30px);
    left: 15px;
  }
}
@media (max-width: 412px) {
  .project-card-two__content {
    width: calc(100% - 30px);
    left: 15px;
  }
}
.project-card-two:hover .project-card-two__content {
  opacity: 1;
  transform: translateX(0px) scale(1);
}
.project-card-two__number {
  position: relative;
  margin: 0px 0px 0px 30px;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0px 0px;
  background-color: var(--tidytouch-base, #1947CD);
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-card-two__number {
    width: 45px;
    height: 45px;
    margin: 0px 0px 0px 20px;
  }
}
@media (max-width: 412px) {
  .project-card-two__number {
    width: 45px;
    height: 45px;
    margin: 0px 0px 0px 20px;
  }
}
.project-card-two__number::after {
  content: "0" counter(projectNumber);
  counter-increment: projectNumber;
  font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
  font-size: 22px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-card-two__number::after {
    font-size: 18px;
  }
}
@media (max-width: 412px) {
  .project-card-two__number::after {
    font-size: 18px;
  }
}
.project-card-two__inner {
  padding: 25px 30px 24px;
  background-color: var(--tidytouch-white, #FFFFFF);
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-card-two__inner {
    padding: 15px 20px 14px;
  }
}
@media (max-width: 412px) {
  .project-card-two__inner {
    padding: 15px 20px 14px;
  }
}
.project-card-two__title {
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.318;
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-card-two__title {
    margin-bottom: 6px;
  }
}
@media (max-width: 412px) {
  .project-card-two__title {
    margin-bottom: 6px;
  }
}
.project-card-two__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.project-card-two__title a:hover {
  color: var(--tidytouch-base, #1947CD);
}
.project-card-two__title a:hover {
  background-size: 100% 1px;
}
.project-card-two__text {
  margin: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-card-two__text {
    font-size: 15px;
  }
}
@media (max-width: 412px) {
  .project-card-two__text {
    font-size: 15px;
  }
}
.project-card-two__btn {
  margin-left: auto;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--tidytouch-primary, #FFB400);
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-card-two__btn {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 412px) {
  .project-card-two__btn {
    width: 45px;
    height: 45px;
  }
}
.project-card-two__btn:hover {
  background-color: var(--tidytouch-base, #1947CD);
}
.project-card-two__btn__icon {
  display: inline-flex;
  font-size: 20px;
  color: var(--tidytouch-white, #FFFFFF);
  transform: rotate(-45deg);
  transition: all 500ms ease;
}
.project-card-two__btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-card-two__btn__icon {
    font-size: 16px;
  }
}
@media (max-width: 412px) {
  .project-card-two__btn__icon {
    font-size: 16px;
  }
}
.project-card-two__btn:hover .project-card-two__btn__icon {
  color: var(--tidytouch-white, #FFFFFF);
  transform: rotate(0deg);
}

.project-card-three {
  position: relative;
  overflow: hidden;
}
.project-card-three__image {
  overflow: hidden;
}
.project-card-three__image img {
  width: 100%;
  display: block;
  transition: all 600ms cubic-bezier(0, 0, 0.44, 1.18);
}
.project-card-three:hover .project-card-three__image img {
  transform: scale(1.05) rotate(2deg);
}
.project-card-three__content {
  width: 100%;
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 500ms ease;
}
.project-card-three__content::before {
  content: "";
  width: 100%;
  height: calc(100% + 54px);
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(183deg, rgba(255, 255, 255, 0) 15%, rgba(25, 71, 205, 0.85) 55.02%);
}
.project-card-three:hover .project-card-three__content {
  opacity: 1;
  transform: translateX(0%);
}
.project-card-three__inner {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 30px 50px 30px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .project-card-three__inner {
    padding: 25px 25px 20px;
  }
}
@media (max-width: 480px) {
  .project-card-three__inner {
    padding: 30px 30px 25px;
  }
}
@media (max-width: 412px) {
  .project-card-three__inner {
    padding: 25px 25px 20px;
  }
}
.project-card-three__number {
  width: 59px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 22px;
  border-radius: 20px;
  transform: rotate(19.626deg);
  background-color: var(--tidytouch-primary, #FFB400);
  border: 3px solid var(--tidytouch-white, #FFFFFF);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .project-card-three__number {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 412px) {
  .project-card-three__number {
    width: 50px;
    height: 50px;
  }
}
.project-card-three__number::after {
  content: "0" counter(projectNumber);
  counter-increment: projectNumber;
  font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
  font-size: 22px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 600;
  line-height: 1;
  transform: rotate(-19.626deg);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .project-card-three__number::after {
    font-size: 18px;
  }
}
@media (max-width: 412px) {
  .project-card-three__number::after {
    font-size: 18px;
  }
}
.project-card-three__title {
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 700;
  color: var(--tidytouch-white, #FFFFFF);
  line-height: 1.318;
}
.project-card-three__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.project-card-three__title a:hover {
  color: var(--tidytouch-primary, #FFB400);
}
.project-card-three__title a:hover {
  background-size: 100% 1px;
}
.project-card-three__text {
  margin: 0px;
  color: var(--tidytouch-white, #FFFFFF);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .project-card-three__text {
    font-size: 15px;
  }
}
@media (max-width: 412px) {
  .project-card-three__text {
    font-size: 15px;
  }
}
.project-card-three__btn {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--tidytouch-primary, #FFB400);
  opacity: 0;
  transform: translateX(100%);
  transition: all 500ms ease;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .project-card-three__btn {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 412px) {
  .project-card-three__btn {
    width: 45px;
    height: 45px;
  }
}
.project-card-three__btn:hover {
  background-color: var(--tidytouch-base, #1947CD);
}
.project-card-three__btn__icon {
  display: inline-flex;
  font-size: 20px;
  color: var(--tidytouch-white, #FFFFFF);
  transform: rotate(-45deg);
  transition: all 500ms ease;
}
.project-card-three__btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .project-card-three__btn__icon {
    font-size: 17px;
  }
}
@media (max-width: 412px) {
  .project-card-three__btn__icon {
    font-size: 17px;
  }
}
.project-card-three__btn:hover .project-card-three__btn__icon {
  color: var(--tidytouch-white, #FFFFFF);
  transform: rotate(0deg);
}
.project-card-three:hover .project-card-three__btn {
  opacity: 1;
  transform: translateX(0%);
}

.projects-one {
  position: relative;
  counter-reset: projectNumber;
  background-color: var(--tidytouch-white, #FFFFFF);
}
@media (min-width: 1400px) {
  .projects-one__container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.projects-one .sec-title {
  margin-bottom: 90px;
}
@media (max-width: 1399px) {
  .projects-one .sec-title {
    margin-bottom: 77px;
  }
}
@media (max-width: 1199px) {
  .projects-one .sec-title {
    margin-bottom: 60px;
  }
}
.projects-one__carousel.owl-carousel .owl-dots {
  margin-top: 102px !important;
}
@media (max-width: 1399px) {
  .projects-one__carousel.owl-carousel .owl-dots {
    margin-top: 87px !important;
  }
}
@media (max-width: 1199px) {
  .projects-one__carousel.owl-carousel .owl-dots {
    margin-top: 60px !important;
  }
}
.projects-one__carousel.owl-carousel .center-active {
  position: relative;
  z-index: 1;
}
.projects-one__carousel.owl-carousel .center-active .project-card__content {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
  transition: all 1000ms ease;
}

.projects-two {
  counter-reset: projectNumber;
  background-color: var(--tidytouch-white, #FFFFFF);
}
.projects-two__filter {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .projects-two__filter {
    gap: 15px;
  }
}
.projects-two__filter li {
  position: relative;
  cursor: pointer;
  padding: 12.5px 25px;
  font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: var(--tidytouch-black3, #333333);
  text-transform: capitalize;
  line-height: 1.25;
  overflow: hidden;
  z-index: 1;
  background-color: var(--tidytouch-white2, #F4F4F4);
  transition: all 500ms ease;
}
@media (max-width: 991px) {
  .projects-two__filter li {
    padding: 10px 25px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .projects-two__filter li {
    font-size: 16px;
  }
}
.projects-two__filter li::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  background-color: var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
.projects-two__filter li:hover, .projects-two__filter li.active {
  color: var(--tidytouch-white, #FFFFFF);
}
.projects-two__filter li:hover::after, .projects-two__filter li.active::after {
  width: 100%;
  left: 0px;
}

.projects-three {
  position: relative;
  counter-reset: projectNumber;
  background-color: var(--tidytouch-black2, #15161B);
}
.projects-three::after {
  content: "";
  width: 100%;
  height: calc(100% - 521px);
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: var(--tidytouch-white, #FFFFFF);
}
@media (max-width: 1199px) {
  .projects-three::after {
    height: calc(100% - 600px);
  }
}
@media (max-width: 767px) {
  .projects-three::after {
    height: calc(100% - 700px);
  }
}
.projects-three .container {
  position: relative;
  z-index: 1;
}
.projects-three__top {
  margin-bottom: 50px;
}
.projects-three .sec-title {
  margin: 0px;
}
@media (max-width: 1199px) {
  .projects-three .sec-title {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .projects-three .sec-title__top {
    justify-content: center;
  }
}
.projects-three .sec-title__title {
  color: var(--tidytouch-white, #FFFFFF);
}
.projects-three__filter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .projects-three__filter {
    justify-content: center;
  }
}
.projects-three__filter__list {
  margin: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1199px) {
  .projects-three__filter__list {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .projects-three__filter__list {
    gap: 15px;
  }
}
.projects-three__filter__list li {
  position: relative;
  cursor: pointer;
  padding: 12.5px 24px;
  font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: var(--tidytouch-black3, #333333);
  text-transform: capitalize;
  line-height: 1.25;
  overflow: hidden;
  z-index: 1;
  background-color: var(--tidytouch-white2, #F4F4F4);
  transition: all 500ms ease;
}
@media (max-width: 991px) {
  .projects-three__filter__list li {
    padding: 10px 25px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .projects-three__filter__list li {
    font-size: 16px;
  }
}
.projects-three__filter__list li::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  background-color: var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
.projects-three__filter__list li:hover, .projects-three__filter__list li.active {
  color: var(--tidytouch-white, #FFFFFF);
}
.projects-three__filter__list li:hover::after, .projects-three__filter__list li.active::after {
  width: 100%;
  left: 0px;
}
.projects-three--page {
  background-color: var(--tidytouch-white, #FFFFFF);
}
.projects-three--page::after {
  height: 100%;
}
.projects-three--page .sec-title__title {
  color: var(--tidytouch-black, #222222);
}
.projects-three--page-carousel .sec-title {
  margin-bottom: 50px;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details {
  counter-reset: infoNumber;
  background-color: var(--tidytouch-white, #FFFFFF);
}
.project-details__image {
  margin-bottom: 40px;
  position: relative;
}
.project-details__image img {
  width: 100%;
  display: block;
}
.project-details__list-box {
  max-width: 909px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px 150px;
  margin: -115px auto 0px;
  padding: 49px;
  position: relative;
  z-index: 1;
  background-color: var(--tidytouch-base, #1947CD);
  border: 10px solid var(--tidytouch-white, #FFFFFF);
}
@media (max-width: 991px) {
  .project-details__list-box {
    grid-template-columns: repeat(1, 1fr);
    border: 0px;
    margin: 30px 0px 0px;
  }
}
@media (max-width: 767px) {
  .project-details__list-box {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .project-details__list-box {
    padding: 30px;
  }
}
.project-details__list {
  position: relative;
  margin: 0px;
}
.project-details__list:first-child::after {
  content: "";
  width: 2px;
  height: calc(100% + 25px);
  position: absolute;
  top: 50%;
  right: -75px;
  transform: translateY(-50%);
  background-color: var(--tidytouch-white, #FFFFFF);
}
@media (max-width: 991px) {
  .project-details__list:first-child::after {
    display: none;
  }
}
.project-details__list li + li {
  margin-top: 15px;
}
.project-details__list li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 22px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.318;
}
@media (max-width: 575px) {
  .project-details__list li {
    font-size: 18px;
  }
}
@media (max-width: 412px) {
  .project-details__list li {
    font-size: 16px;
  }
}
.project-details__list__title {
  position: relative;
  top: -1px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 0 0 150px;
}
@media (max-width: 575px) {
  .project-details__list__title {
    flex: 0 0 130px;
    gap: 12px;
  }
}
@media (max-width: 412px) {
  .project-details__list__title {
    flex: 0 0 120px;
  }
}
@media (max-width: 375px) {
  .project-details__list__title {
    flex: 0 0 auto;
  }
}
.project-details__list__icon {
  position: relative;
  top: -2px;
  display: inline-flex;
  font-size: 20px;
  color: var(--tidytouch-white, #FFFFFF);
}
.project-details__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 575px) {
  .project-details__list__icon {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .project-details__list__icon {
    display: none;
  }
}
.project-details__box--1 {
  margin-bottom: 43px;
}
.project-details__box--1 .project-details__text + .project-details__text {
  margin-top: 15px;
}
.project-details__box--2 .project-details__text + .project-details__text {
  margin-top: 15px;
}
.project-details__title {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
}
@media (max-width: 767px) {
  .project-details__title {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .project-details__title {
    font-size: 30px;
  }
}
.project-details__text {
  margin: 0px;
}
.project-details__inner {
  margin-bottom: 45px;
}
.project-details__inner__image {
  padding-left: 70px;
}
@media (max-width: 1199px) {
  .project-details__inner__image {
    padding-left: 0px;
  }
}
.project-details__inner__image img {
  width: 100%;
  display: block;
}
.project-details__info-box__inner {
  margin-bottom: 36px;
}
.project-details__info + .project-details__info {
  margin-top: 16px;
}
.project-details__info__top {
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 375px) {
  .project-details__info__top {
    gap: 25px;
  }
}
.project-details__info__icon-box {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.project-details__info:hover .project-details__info__icon-box {
  background-color: var(--tidytouch-base, #1947CD);
}
.project-details__info__icon {
  display: inline-flex;
  font-size: 30px;
  color: var(--tidytouch-white, #FFFFFF);
  transition: all 500ms ease;
}
.project-details__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.project-details__info:hover .project-details__info__icon {
  color: var(--tidytouch-white, #FFFFFF);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.project-details__info__number {
  width: 24px;
  height: 24px;
  position: relative;
  position: absolute;
  top: -2px;
  right: -3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--tidytouch-base, #1947CD);
  border: 2px solid var(--tidytouch-white, #FFFFFF);
  transition: all 500ms ease;
}
.project-details__info__number::after {
  content: "0" counter(infoNumber);
  counter-increment: infoNumber;
  font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
  font-size: 10px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 600;
  line-height: 1;
}
.project-details__info:hover .project-details__info__number {
  background-color: var(--tidytouch-primary, #FFB400);
}
.project-details__info__title {
  margin: 0px;
  padding: 13.5px 0px;
  position: relative;
  z-index: 1;
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
}
.project-details__info__title::after {
  content: "";
  width: calc(100% - 30px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -56px;
  transform: translateY(-50%);
  z-index: -1;
  border-radius: 10px 0px 0px 10px;
  background: linear-gradient(-90deg, rgba(217, 217, 217, 0) 0%, #DDDDDD 99.4%);
}
.project-details__info__text {
  margin: 0px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-card {
  position: relative;
  padding: 10px;
}
.service-card__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--tidytouch-white, #FFFFFF);
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 50% 92%, 0% 100%);
}
.service-card__bg::before {
  content: "";
  width: calc(100% + 4px);
  height: 30px;
  position: absolute;
  top: -35px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background-color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.service-card__bg::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  border-radius: inherit;
  background-color: var(--tidytouch-black2, #15161B);
  transition: all 500ms ease;
}
.service-card:hover .service-card__bg::before {
  top: -3px;
  opacity: 1;
}
.service-card:hover .service-card__bg::after {
  height: 100%;
  top: 0px;
}
.service-card__image {
  position: relative;
  z-index: 1;
}
.service-card__image img {
  display: block;
  width: 100% !important;
  clip-path: polygon(50% 0%, 100% 0, 100% 79%, 100% 79%, 50% 100%, 0 79%, 0 0);
}
.service-card__icon-box {
  width: 98px;
  height: 98px;
  position: relative;
  position: absolute;
  left: 50%;
  bottom: -43px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1;
  background-color: var(--tidytouch-white, #FFFFFF);
  filter: drop-shadow(0px 2px 7.2px rgba(0, 0, 0, 0.11));
  transition: all 500ms ease;
}
.service-card__icon-box::after {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  border-radius: inherit;
  border: 1px dashed var(--tidytouch-white, #FFFFFF);
  transition: all 500ms ease;
}
.service-card:hover .service-card__icon-box {
  background-color: var(--tidytouch-base, #1947CD);
}
.service-card:hover .service-card__icon-box::after {
  opacity: 1;
}
.service-card__icon {
  display: inline-flex;
  font-size: 46px;
  color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.service-card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-card:hover .service-card__icon {
  color: var(--tidytouch-white, #FFFFFF);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.service-card__content {
  position: relative;
  z-index: 1;
  padding: 68px 20px 10px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-card__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 375px) {
  .service-card__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.service-card__inner {
  position: relative;
  z-index: 1;
}
.service-card__title {
  position: relative;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
}
.service-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-card__title a:hover {
  color: var(--tidytouch-primary, #FFB400);
}
.service-card__title a:hover {
  background-size: 100% 1px;
}
.service-card__text {
  margin-bottom: 22px;
  transition: all 500ms ease;
}
.service-card:hover .service-card__title, .service-card:hover .service-card__text {
  color: var(--tidytouch-white, #FFFFFF);
}
.service-card__btn {
  width: 41px;
  height: 41px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg);
  font-size: 14px;
  color: var(--tidytouch-white, #FFFFFF);
  border-radius: 50%;
  background-color: var(--tidytouch-black, #222222);
  transition: all 500ms ease;
}
.service-card__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-card__btn:hover {
  transform: rotate(0deg);
}
.service-card:hover .service-card__btn {
  background-color: var(--tidytouch-primary, #FFB400);
}
.service-card__icon-1, .service-card__icon-2 {
  display: inline-flex;
  font-size: 30px;
  transition: all 500ms ease;
  animation: textRotate 2.5s linear infinite;
}
.service-card__icon-1 svg, .service-card__icon-2 svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-card__icon-1 {
  position: absolute;
  left: 19px;
  bottom: 34px;
  color: var(--tidytouch-primary, #FFB400);
}
.service-card__icon-2 {
  position: absolute;
  top: 20px;
  right: 25px;
  color: var(--tidytouch-base, #1947CD);
}
.service-card:hover .service-card__icon-1 {
  color: var(--tidytouch-base, #1947CD);
  animation-play-state: paused;
}
.service-card:hover .service-card__icon-2 {
  color: var(--tidytouch-primary, #FFB400);
  animation-play-state: paused;
}

.service-card-two {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 50px 20px 50px 50px;
  border-radius: 20px 20px 100px 20px;
  background-color: var(--tidytouch-white2, #F4F4F4);
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-card-two {
    padding: 50px 20px 40px 30px;
  }
}
@media (max-width: 412px) {
  .service-card-two {
    padding: 50px 20px 40px 30px;
  }
}
.service-card-two::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  border-radius: inherit;
  background-color: var(--tidytouch-black2, #15161B);
  transition: all 500ms ease;
}
.service-card-two:hover::after {
  height: 100%;
  top: 0px;
}
.service-card-two__icon-box {
  width: 98px;
  height: 98px;
  margin-bottom: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--tidytouch-white, #FFFFFF);
  transition: all 500ms ease;
}
.service-card-two__icon-box::after {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: inherit;
  border: 1px dashed var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.service-card-two:hover .service-card-two__icon-box {
  background-color: var(--tidytouch-base, #1947CD);
}
.service-card-two:hover .service-card-two__icon-box::after {
  border-color: var(--tidytouch-white, #FFFFFF);
}
.service-card-two__icon {
  display: inline-flex;
  font-size: 46px;
  color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.service-card-two__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-card-two:hover .service-card-two__icon {
  color: var(--tidytouch-white, #FFFFFF);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.service-card-two__content {
  position: relative;
  z-index: 1;
}
.service-card-two__title {
  position: relative;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
}
.service-card-two__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-card-two__title a:hover {
  background-size: 100% 1px;
}
.service-card-two__text {
  margin-bottom: 20px;
  transition: all 500ms ease;
}
.service-card-two:hover .service-card-two__title, .service-card-two:hover .service-card-two__text {
  color: var(--tidytouch-white, #FFFFFF);
}
.service-card-two__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
  font-size: 16px;
  color: var(--tidytouch-black3, #333333);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.25;
  z-index: 1;
  transition: all 500ms ease;
}
.service-card-two__link:hover {
  color: var(--tidytouch-base, #1947CD);
}
.service-card-two__link__icon {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transform: rotate(-45deg);
  font-size: 10px;
  color: var(--tidytouch-white, #FFFFFF);
  border-radius: 50%;
  background-color: var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
.service-card-two__link__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-card-two__link:hover .service-card-two__link__icon {
  transform: rotate(0deg);
}
.service-card-two:hover .service-card-two__link {
  color: var(--tidytouch-primary, #FFB400);
}
.service-card-two:hover .service-card-two__link__icon {
  background-color: var(--tidytouch-primary, #FFB400);
}
.service-card-two__shape-1 {
  width: 162px;
  height: 76px;
  position: absolute;
  top: -2px;
  right: -2px;
  background-color: var(--tidytouch-white, #FFFFFF);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 162.000000 76.000000"><g transform="translate(0.000000,76.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M31 1485 c-29 -72 -35 -318 -12 -430 132 -633 833 -961 1399 -654 137 74 134 75 150 -23 34 -215 172 -346 390 -372 l96 -11 12 133 c33 348 196 498 690 638 443 124 537 255 457 634 l-23 110 -1573 5 c-1484 5 -1573 3 -1586 -30z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 162.000000 76.000000"><g transform="translate(0.000000,76.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M31 1485 c-29 -72 -35 -318 -12 -430 132 -633 833 -961 1399 -654 137 74 134 75 150 -23 34 -215 172 -346 390 -372 l96 -11 12 133 c33 348 196 498 690 638 443 124 537 255 457 634 l-23 110 -1573 5 c-1484 5 -1573 3 -1586 -30z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
  transition: all 500ms ease;
}
.service-card-two:hover .service-card-two__shape-1 {
  background-color: var(--tidytouch-primary, #FFB400);
}
.service-card-two__shape-2 {
  width: 48px;
  height: 111px;
  position: absolute;
  top: 45px;
  right: 0px;
  background-color: var(--tidytouch-white, #FFFFFF);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48.000000 111.000000"><g transform="translate(0.000000,111.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M750 2187 c-199 -42 -408 -149 -550 -281 -245 -226 -243 -354 8 -742 251 -386 268 -643 60 -915 -83 -109 -86 -94 24 -166 178 -118 344 -103 547 49 l121 91 0 999 c0 938 -2 998 -35 996 -19 -1 -98 -15 -175 -31z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48.000000 111.000000"><g transform="translate(0.000000,111.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M750 2187 c-199 -42 -408 -149 -550 -281 -245 -226 -243 -354 8 -742 251 -386 268 -643 60 -915 -83 -109 -86 -94 24 -166 178 -118 344 -103 547 49 l121 91 0 999 c0 938 -2 998 -35 996 -19 -1 -98 -15 -175 -31z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
  transition: all 500ms ease;
}
.service-card-two:hover .service-card-two__shape-2 {
  background-color: var(--tidytouch-base, #1947CD);
}

.service-card-three {
  background-color: var(--tidytouch-white, #FFFFFF);
  border: 1px solid var(--tidytouch-border-color, #DDDDDD);
}
.service-card-three__image {
  position: relative;
  z-index: 2;
  padding: 10px 10px 0px;
}
.service-card-three__image img {
  width: 100%;
  display: block;
}
.service-card-three__icon-box {
  width: 71px;
  height: 71px;
  position: absolute;
  right: 36px;
  bottom: -35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  z-index: 1;
  background-color: var(--tidytouch-white, #FFFFFF);
  transition: all 500ms ease;
}
.service-card-three__icon {
  width: 61px;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: var(--tidytouch-white, #FFFFFF);
  border-radius: inherit;
  background-color: var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
.service-card-three__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-card-three:hover .service-card-three__icon {
  background-color: var(--tidytouch-primary, #FFB400);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.service-card-three__content {
  position: relative;
  z-index: 1;
  padding: 45px 26px 40px;
}
.service-card-three__content::after {
  content: "";
  width: calc(100% + 2px);
  height: 0%;
  position: absolute;
  left: -1px;
  bottom: 0px;
  z-index: -1;
  background-color: var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
.service-card-three:hover .service-card-three__content::after {
  height: calc(100% + 1px);
  top: 0px;
}
.service-card-three__inner {
  position: relative;
  z-index: 1;
}
.service-card-three__title {
  position: relative;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
}
.service-card-three__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-card-three__title a:hover {
  background-size: 100% 1px;
}
.service-card-three__text {
  margin-bottom: 17px;
  transition: all 500ms ease;
}
.service-card-three:hover .service-card-three__title, .service-card-three:hover .service-card-three__text {
  color: var(--tidytouch-white, #FFFFFF);
}
.service-card-three__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: var(--tidytouch-black3, #333333);
  text-transform: uppercase;
  line-height: 1.25;
  z-index: 1;
  transition: all 500ms ease;
}
.service-card-three__link__icon {
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transform: rotate(-45deg);
  font-size: 9px;
  color: var(--tidytouch-white, #FFFFFF);
  border-radius: 50%;
  background-color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.service-card-three__link__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-card-three__link:hover .service-card-three__link__icon {
  transform: rotate(0deg);
}
.service-card-three:hover .service-card-three__link {
  color: var(--tidytouch-primary, #FFB400);
}
.service-card-three:hover .service-card-three__link__icon {
  color: var(--tidytouch-primary, #FFB400);
  background-color: var(--tidytouch-white, #FFFFFF);
}
.service-card-three__shape-1, .service-card-three__shape-2 {
  fill: var(--tidytouch-white, #FFFFFF);
  stroke: var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
.service-card-three__shape-1 {
  width: 31px;
  height: 38px;
  position: absolute;
  right: 22px;
  bottom: 42px;
  animation: zoomOut 2s linear infinite;
}
.service-card-three__shape-2 {
  width: 17px;
  height: 21px;
  position: absolute;
  right: 45px;
  bottom: 22px;
  animation: zoomIn 2s linear infinite;
}
.service-card-three:hover .service-card-three__shape-1, .service-card-three:hover .service-card-three__shape-2 {
  fill: var(--tidytouch-base, #1947CD);
  stroke: var(--tidytouch-primary, #FFB400);
}

.service-card-four {
  position: relative;
}
.service-card-four__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 500ms ease;
}
.service-card-four__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0px 0px 10px 10px;
  background-color: var(--tidytouch-white2, #F4F4F4);
  clip-path: polygon(50% 100%, 100% 100%, 100% 21%, 100% 17%, 50% 0%, 0 17%, 0 100%);
  transition: all 500ms ease;
}
.service-card-four:hover .service-card-four__bg {
  filter: drop-shadow(0px 0px 16.1px rgba(45, 45, 45, 0.19));
}
.service-card-four:hover .service-card-four__bg::before {
  background-color: var(--tidytouch-white, #FFFFFF);
}
.service-card-four__number {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  top: -19px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
.service-card-four__number::after {
  content: "0" counter(serviceFourNumber);
  counter-increment: serviceFourNumber;
  font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
  font-size: 25px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 600;
  line-height: 1;
  transition: all 500ms ease;
}
.service-card-four:hover .service-card-four__number {
  background-color: var(--tidytouch-primary, #FFB400);
}
.service-card-four__content {
  position: relative;
  z-index: 1;
  padding: 73px 30px 48px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-card-four__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 390px) {
  .service-card-four__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.service-card-four__title {
  position: relative;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
}
.service-card-four__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-card-four__title a:hover {
  color: var(--tidytouch-base, #1947CD);
}
.service-card-four__title a:hover {
  background-size: 100% 1px;
}
.service-card-four__text {
  margin: 0px;
  transition: all 500ms ease;
}
.service-card-four__image {
  position: relative;
  z-index: 1;
  padding: 10px;
}
.service-card-four__image img {
  display: block;
  width: 100% !important;
  border-radius: 10px;
}
.service-card-four__icon-box {
  width: 72px;
  height: 72px;
  position: relative;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1;
  background-color: var(--tidytouch-white, #FFFFFF);
  transition: all 500ms ease;
}
.service-card-four__icon-box::after {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: inherit;
  border: 1px dashed var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.service-card-four:hover .service-card-four__icon-box {
  background-color: var(--tidytouch-base, #1947CD);
}
.service-card-four__icon {
  display: inline-flex;
  font-size: 35px;
  color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.service-card-four__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-card-four:hover .service-card-four__icon {
  color: var(--tidytouch-white, #FFFFFF);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.service-card-five {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 80px 80px 0px 0px;
  background-color: var(--tidytouch-white, #FFFFFF);
}
.service-card-five::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  border-radius: inherit;
  background-color: var(--tidytouch-black2, #15161B);
  transition: all 500ms ease;
}
.service-card-five:hover::after {
  height: 100%;
  top: 0px;
}
.service-card-five__content {
  position: relative;
  z-index: 1;
  padding: 50px 30px 31px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-card-five__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 430px) {
  .service-card-five__content {
    padding-top: 40px;
  }
}
@media (max-width: 390px) {
  .service-card-five__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.service-card-five__icon-box {
  width: 98px;
  height: 98px;
  margin: 0px auto 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1;
  background-color: var(--tidytouch-white, #FFFFFF);
  filter: drop-shadow(0px 0px 12.7px rgba(0, 0, 0, 0.15));
  transition: all 500ms ease;
}
.service-card-five__icon-box::after {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: inherit;
  border: 1px dashed var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.service-card-five:hover .service-card-five__icon-box {
  background-color: var(--tidytouch-base, #1947CD);
}
.service-card-five:hover .service-card-five__icon-box::after {
  border-color: var(--tidytouch-white, #FFFFFF);
}
.service-card-five__icon {
  display: inline-flex;
  font-size: 47px;
  color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.service-card-five__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-card-five:hover .service-card-five__icon {
  color: var(--tidytouch-white, #FFFFFF);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.service-card-five__title {
  position: relative;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
}
.service-card-five__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-card-five__title a:hover {
  color: var(--tidytouch-base, #1947CD);
}
.service-card-five__title a:hover {
  background-size: 100% 1px;
}
.service-card-five__text {
  margin: 0px;
  transition: all 500ms ease;
}
.service-card-five:hover .service-card-five__title, .service-card-five:hover .service-card-five__text {
  color: var(--tidytouch-white, #FFFFFF);
}
.service-card-five__image {
  position: relative;
  z-index: 1;
  transition: all 500ms ease;
}
.service-card-five__image__inner {
  background-color: var(--tidytouch-white, #FFFFFF);
  transition: all 500ms ease;
}
.service-card-five__image img {
  position: relative;
  display: block;
  width: 100% !important;
}
.service-card-five:hover .service-card-five__image {
  padding: 0px 10px 10px;
}
.service-card-five:hover .service-card-five__image__inner {
  padding: 4px;
}

.services-one {
  position: relative;
  padding-top: 215px;
  background-color: var(--tidytouch-white2, #F4F4F4);
}
@media (max-width: 767px) {
  .services-one {
    padding-top: 195px;
  }
}
@media (max-width: 575px) {
  .services-one {
    padding-top: 175px;
  }
}
.services-one--page {
  padding-top: var(--section-space, 120px);
}
@media (max-width: 767px) {
  .services-one--page {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .services-one--page {
    padding-top: 80px;
  }
}
.services-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.services-one .container {
  position: relative;
  z-index: 1;
}
.services-one__carousel.owl-carousel .owl-nav button {
  background-color: var(--tidytouch-white, #FFFFFF);
}

.services-three {
  position: relative;
  background-color: var(--tidytouch-white, #FFFFFF);
}
.services-three__bg {
  width: 100%;
  height: calc(100% - 226px);
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.services-three__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--tidytouch-black2-rgb, 21, 22, 27), 0.85);
}
.services-three__bg__shape {
  width: 100%;
  height: 16px;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 1;
  background-repeat: repeat-x;
  background-color: transparent;
  background-blend-mode: initial;
  background-position: left top;
  animation: moveBackground 40s linear 0s infinite;
}
.services-three .container {
  position: relative;
  z-index: 1;
}
.services-three .sec-title__title {
  color: var(--tidytouch-white, #FFFFFF);
}
.services-three--page .sec-title__title {
  color: var(--tidytouch-black, #222222);
}

.services-four {
  padding-bottom: 248px;
  counter-reset: serviceFourNumber;
  background-color: var(--tidytouch-white, #FFFFFF);
}
@media (max-width: 1199px) {
  .services-four {
    padding-bottom: 170px;
  }
}
@media (max-width: 767px) {
  .services-four {
    padding-bottom: 150px;
  }
}
@media (max-width: 575px) {
  .services-four {
    padding-bottom: 130px;
  }
}
.services-four--page {
  padding-bottom: var(--section-space, 120px);
}
@media (max-width: 767px) {
  .services-four--page {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .services-four--page {
    padding-bottom: 80px;
  }
}
.services-four .sec-title {
  margin-bottom: 68px;
}

.services-five {
  position: relative;
  overflow: hidden;
  background-color: var(--tidytouch-white, #FFFFFF);
}
.services-five::after {
  content: "";
  width: 100%;
  height: calc(100% - 450px);
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--tidytouch-white2, #F4F4F4);
}
.services-five--page::after {
  height: 100%;
}
.services-five--page .services-five__carousel.owl-carousel .owl-nav button {
  background-color: var(--tidytouch-white, #FFFFFF);
}
.services-five--page .services-five__carousel.owl-carousel .owl-nav button:hover {
  background-color: var(--tidytouch-base, #1947CD);
}
.services-five .container {
  position: relative;
  z-index: 2;
}
.services-five__info {
  max-width: 805px;
  margin: 50px auto 0px;
  padding: 15px 38px 15px 32px;
  display: flex;
  align-items: center;
  gap: 20px 30px;
  border-radius: 10px;
  border: 1px solid var(--tidytouch-border-color, #DDDDDD);
}
@media (max-width: 767px) {
  .services-five__info {
    padding-left: 25px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .services-five__info {
    padding-left: 30px;
    flex-direction: column;
    text-align: center;
  }
}
.services-five__info__icon {
  width: 74px;
  height: 74px;
  flex-shrink: 0;
}
.services-five__info__text {
  position: relative;
  margin: 0px;
  font-size: 22px;
  font-weight: 500;
  color: var(--tidytouch-black3, #333333);
  line-height: 1.363;
}
@media (max-width: 767px) {
  .services-five__info__text {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .services-five__info__text {
    font-size: 17px;
  }
}
.services-five__info__text::before {
  content: "";
  width: 2px;
  height: calc(100% - 12px);
  position: absolute;
  top: 50%;
  left: -19px;
  transform: translateY(-50%);
  background-color: var(--tidytouch-base, #1947CD);
}
@media (max-width: 575px) {
  .services-five__info__text::before {
    display: none;
  }
}
.services-five__info__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--tidytouch-primary, #FFB400);
  text-transform: uppercase;
}
.services-five__info__link:hover {
  color: var(--tidytouch-base, #1947CD);
}
.services-five__info__link__text {
  text-decoration: underline;
}
.services-five__info__link__icon {
  position: relative;
  top: -1px;
  display: inline-flex;
  font-size: 16px;
  color: inherit;
}
.services-five__info__link__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 767px) {
  .services-five__info__link__icon {
    font-size: 12px;
  }
}
.services-five__shape-1, .services-five__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  z-index: 1;
}
.services-five__shape-1 {
  left: 0px;
  animation: moveX2 2s linear infinite;
}
@media (max-width: 1599px) {
  .services-five__shape-1 {
    left: -100px;
  }
}
@media (max-width: 1399px) {
  .services-five__shape-1 {
    left: -150px;
  }
}
@media (max-width: 1199px) {
  .services-five__shape-1 {
    display: none;
  }
}
.services-five__shape-2 {
  right: 0px;
  animation: moveX 2s linear infinite;
}
@media (max-width: 1599px) {
  .services-five__shape-2 {
    right: -100px;
  }
}
@media (max-width: 1399px) {
  .services-five__shape-2 {
    right: -150px;
  }
}
@media (max-width: 1199px) {
  .services-five__shape-2 {
    display: none;
  }
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
  background-color: var(--tidytouch-white, #FFFFFF);
}
.service-details__pages {
  padding: 29px 30px 34px;
  background-color: var(--tidytouch-white4, #F5F1EF);
}
@media (max-width: 412px) {
  .service-details__pages {
    padding: 24px 25px 29px;
  }
}
@media (max-width: 390px) {
  .service-details__pages {
    padding: 19px 20px 24px;
  }
}
.service-details__pages__title {
  margin-bottom: 22px;
  font-size: 22px;
  color: var(--tidytouch-black, #222222);
  font-weight: 700;
  line-height: 1.318;
  text-transform: capitalize;
}
.service-details__nav {
  margin: 0px;
}
.service-details__nav li + li {
  margin-top: 20px;
}
.service-details__nav li a {
  position: relative;
  padding: 10.5px 20px;
  display: flex;
  align-items: center;
  gap: 18px;
  background-color: var(--tidytouch-white, #FFFFFF);
  font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
  font-weight: 700;
  font-size: 20px;
  color: var(--tidytouch-black5, #000000);
  text-align: left;
  text-transform: capitalize;
  line-height: 1.4;
  border-radius: 50px;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 412px) {
  .service-details__nav li a {
    padding-left: 15px;
    padding-right: 15px;
    gap: 15px;
  }
}
@media (max-width: 390px) {
  .service-details__nav li a {
    font-size: 17px;
  }
}
.service-details__nav li a:hover {
  color: var(--tidytouch-white, #FFFFFF);
}
.service-details__nav li a::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  border-radius: inherit;
  background-color: var(--tidytouch-black2, #15161B);
  transition: all 500ms ease;
}
.service-details__nav li a:hover::after {
  width: 100%;
  left: 0px;
}
.service-details__nav li .service-details__nav__icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 12px;
  color: var(--tidytouch-white, #FFFFFF);
  background-color: var(--tidytouch-primary, #FFB400);
  border-radius: 50%;
  transition: all 500ms ease;
}
@media (max-width: 390px) {
  .service-details__nav li .service-details__nav__icon {
    width: 28px;
    height: 28px;
    font-size: 10px;
  }
}
.service-details__nav li a:hover .service-details__nav__icon, .service-details__nav li.current a .service-details__nav__icon {
  color: var(--tidytouch-white, #FFFFFF);
  background-color: var(--tidytouch-base, #1947CD);
  transform: rotate(-45deg);
}
.service-details__nav li.current a {
  color: var(--tidytouch-white, #FFFFFF);
}
.service-details__nav li.current a::after {
  width: 100%;
  left: 0px;
}
.service-details__image {
  height: 100%;
}
.service-details__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.service-details__content {
  margin-top: 45px;
}
.service-details__title {
  margin-bottom: 13px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.service-details__box--1 {
  margin-bottom: 43px;
}
.service-details__box--1 .service-details__text + .service-details__text {
  margin-top: 15px;
}
.service-details__box--2 .service-details__text + .service-details__text {
  margin-top: 15px;
}
.service-details__text {
  margin: 0px;
  font-weight: 500;
}
.service-details__inner {
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}
.service-details__inner__image img {
  width: 100%;
  display: block;
}
.service-details__list {
  margin: 0px;
}
.service-details__list li + li {
  margin-top: 42px;
}
@media (max-width: 1199px) {
  .service-details__list li + li {
    margin-top: 30px;
  }
}
.service-details__list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 39px;
  font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
  font-size: 19px;
  color: var(--tidytouch-black, #222222);
  font-weight: 700;
  line-height: 1.666;
}
@media (max-width: 430px) {
  .service-details__list li {
    gap: 30px;
    font-size: 18px;
  }
}
.service-details__list__icon {
  position: relative;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  font-size: 26px;
  color: var(--tidytouch-primary, #FFB400);
  background-color: var(--tidytouch-white4, #F5F1EF);
  transition: all 500ms ease;
}
@media (max-width: 430px) {
  .service-details__list__icon {
    width: 50px;
    height: 50px;
  }
}
.service-details__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-details__list__icon::after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12.5px 0 12.5px 24px;
  border-color: transparent transparent transparent var(--tidytouch-base, #1947CD);
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  z-index: -1;
  transition: all 500ms ease;
}
@media (max-width: 430px) {
  .service-details__list__icon::after {
    right: -15px;
  }
}
li:hover .service-details__list__icon {
  color: var(--tidytouch-white, #FFFFFF);
  background-color: var(--tidytouch-base, #1947CD);
}
li:hover .service-details__list__icon::after {
  border-color: transparent transparent transparent var(--tidytouch-primary, #FFB400);
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery-page {
  background-color: var(--tidytouch-white, #FFFFFF);
}
.gallery-page__filter__list {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
}
.gallery-page__filter__list li {
  padding: 11.3px 30px 9.1px;
  font-size: 15px;
}
.gallery-page__filter__list li.active::before {
  width: 51%;
  left: 0px;
  transform: translateY(-50%) rotate(0deg);
}
.gallery-page__filter__list li.active::after {
  width: 51%;
  right: 0px;
  transform: translateY(-50%) rotate(0deg);
}
.gallery-page__card {
  position: relative;
  overflow: hidden;
}
.gallery-page__card img {
  display: block;
  width: 100%;
}
.gallery-page__card__hover {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
}
.gallery-page__card__hover::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  visibility: hidden;
  right: -100%;
  bottom: -100%;
  background-color: RGBA(var(--tidytouch-black2-rgb, 21, 22, 27), 0.75);
  transition: all 500ms ease;
}
.gallery-page__card__hover .img-popup {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: var(--tidytouch-primary, #FFB400);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  transition: all 500ms ease;
}
.gallery-page__card__hover .img-popup:hover {
  background-color: var(--tidytouch-base, #1947CD);
}
.gallery-page__card:hover .gallery-page__card__hover {
  visibility: visible;
}
.gallery-page__card:hover .gallery-page__card__hover::after {
  right: 0px;
  bottom: 0px;
  visibility: visible;
}
.gallery-page__card:hover .img-popup {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.gallery-page__card__icon {
  position: relative;
  width: 18px;
  height: 18px;
  display: block;
  transition: all 500ms ease;
}
.gallery-page__card__icon::after, .gallery-page__card__icon::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--tidytouch-white, #FFFFFF);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery-page__card__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details-page {
  position: relative;
  z-index: 2;
  background-color: var(--tidytouch-white, #FFFFFF);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-details-page--no-sidebar .blog-details__form .form-one__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
.blog-details__card {
  margin-bottom: 53px;
}
.blog-details__card__image {
  margin-bottom: 40px;
}
.blog-details__card__image img {
  width: 100%;
  display: block;
}
.blog-details__card__meta {
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 30px;
}
.blog-details__card__meta li {
  display: inline-flex;
}
.blog-details__card__category {
  position: relative;
  z-index: 1;
  padding: 8px 30px 7px;
  color: var(--tidytouch-white, #FFFFFF);
  line-height: 1.25;
  border-radius: 100px;
  overflow: hidden;
  background-color: var(--tidytouch-primary, #FFB400);
}
.blog-details__card__category::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  border-radius: inherit;
  background-color: var(--tidytouch-base, #1947CD);
  transition: all 500ms ease;
}
.blog-details__card__category:hover::after {
  width: 100%;
  left: 0px;
}
.blog-details__card__admin {
  display: flex;
  align-items: center;
  gap: 11px;
}
.blog-details__card__admin__image {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid var(--tidytouch-primary, #FFB400);
}
.blog-details__card__admin__name {
  margin: 0;
  font-family: var(--tidytouch-font, "Noto Sans Arabic", sans-serif);
  font-size: 16px;
  color: var(--tidytouch-text, #5E5B5B);
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.25;
}
.blog-details__card__admin__name a {
  color: inherit;
}
.blog-details__card__admin__name a:hover {
  color: var(--tidytouch-primary, #FFB400);
}
.blog-details__card__comment {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-details__card__comment__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 16px;
  color: var(--tidytouch-primary, #FFB400);
}
.blog-details__card__comment__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-details__card__comment__text {
  color: var(--tidytouch-text, #5E5B5B);
  text-transform: capitalize;
  transition: all 500ms ease;
}
.blog-details__card__comment__text:hover {
  color: var(--tidytouch-primary, #FFB400);
}
.blog-details__card__date {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-details__card__date__icon {
  position: relative;
  top: -1px;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 16px;
  color: var(--tidytouch-primary, #FFB400);
}
.blog-details__card__date__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-details__card__date__text {
  margin: 0;
  text-transform: capitalize;
}
.blog-details__card__title {
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
}
.blog-details__card__text {
  margin: 0px;
}
.blog-details__card__text + .blog-details__card__text {
  margin-top: 11px;
}
.blog-details__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 35px 30px;
  padding-top: 28px;
  padding-bottom: 28px;
  border-top: 1px solid var(--tidytouch-border-color, #DDDDDD);
  border-bottom: 1px solid var(--tidytouch-border-color, #DDDDDD);
}
.blog-details__meta__title {
  margin: 0px;
  font-size: 18px;
  line-height: 1.444;
  font-weight: 700;
  color: var(--tidytouch-black3, #333333);
  text-transform: capitalize;
}
.blog-details__tags, .blog-details__categories {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.blog-details__tags__btn, .blog-details__categories__btn {
  position: relative;
  z-index: 1;
  padding: 8px 30px 7px;
  line-height: 1.25;
  font-weight: 400;
  border-radius: 100px;
  overflow: hidden;
}
.blog-details__tags__btn::after, .blog-details__categories__btn::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  border-radius: inherit;
  background-color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.blog-details__tags__btn:hover, .blog-details__categories__btn:hover {
  color: var(--tidytouch-white, #FFFFFF);
}
.blog-details__tags__btn:hover::after, .blog-details__categories__btn:hover::after {
  width: 100%;
  left: 0px;
}
.blog-details__tags__box, .blog-details__categories__box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.blog-details .comments-one__card {
  padding-bottom: 32px;
  grid-template-columns: 89px auto;
  grid-gap: 20px;
  border-bottom: 1px solid var(--tidytouch-border-color, #DDDDDD);
}
@media (max-width: 767px) {
  .blog-details .comments-one__card {
    grid-template-columns: auto;
  }
}
@media (max-width: 412px) {
  .blog-details .comments-one__card {
    padding-bottom: 35px;
  }
}
.blog-details .comments-one__card:not(:last-child) {
  margin-bottom: 40px;
}
.blog-details .comments-one__image {
  width: 89px;
}
.blog-details .comments-one__image img {
  width: 89px;
  height: 89px;
}
.blog-details .comments-one__content {
  margin-top: 0px;
}
.blog-details .comments-one__name {
  margin-bottom: 10px;
}
.blog-details .comments-one__date {
  color: var(--tidytouch-text, #5E5B5B);
}
.blog-details .comments-one__date::before {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-details .form-one__group {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
.product {
  position: relative;
}
.product__sidebar {
  position: relative;
}
.product__sidebar__item + .product__sidebar__item {
  margin-top: 30px;
}
.product__sidebar__item {
  padding: 24px 30px 30px;
  border-radius: 10px;
  background-color: var(--tidytouch-white3, #F5F2EF);
}
.product__sidebar__title {
  margin-bottom: 27px;
  position: relative;
  font-size: 22px;
  font-weight: 600;
  color: var(--tidytouch-black5, #000000);
  line-height: 1.318;
  text-transform: capitalize;
}
.product__search-box {
  padding-top: 30px;
}
.product__search {
  position: relative;
}
.product__search input[type=search],
.product__search input[type=text] {
  padding-left: 20px;
  padding-right: 44px;
  outline: none;
  border: 0;
  width: 100%;
  height: 55px;
  font-size: 16px;
  color: var(--tidytouch-text, #5E5B5B);
  font-weight: 400;
  border-radius: 10px;
  background-color: var(--tidytouch-white, #FFFFFF);
  transition: all 400ms ease;
}
.product__search input[type=search]:focus,
.product__search input[type=text]:focus {
  color: var(--tidytouch-black, #222222);
}
.product__search button[type=submit] {
  padding: 0;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background-color: var(--tidytouch-primary, #FFB400);
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--tidytouch-white, #FFFFFF);
  border-radius: 50%;
  transition: all 400ms ease;
}
.product__search button[type=submit] svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.product__search button[type=submit]:hover {
  color: var(--tidytouch-white, #FFFFFF);
  background-color: var(--tidytouch-base, #1947CD);
}
.product__price-ranger #slider-range {
  position: relative;
  margin: 0px;
  background: var(--tidytouch-primary, #FFB400);
  border: none;
  height: 4px;
  border-radius: 20px;
}
.product__price-ranger #slider-range .ui-slider-range {
  height: 100%;
  background: var(--tidytouch-primary, #FFB400);
}
.product__price-ranger #slider-range .ui-slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--tidytouch-primary, #FFB400);
  border: 0;
  height: 15px;
  width: 15px !important;
  border-radius: 50%;
  margin-left: -3px;
  outline: medium none;
  cursor: pointer;
  z-index: 2;
}
.product__price-ranger .ranger-min-max-block {
  position: relative;
  display: block;
  margin: 24px 0 0 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product__price-ranger .ranger-min-max-block {
    margin-left: -10px;
  }
}
.product__price-ranger .ranger-min-max-block input[type=text] {
  padding: 0;
  position: relative;
  display: inline-block;
  color: var(--tidytouch-black5, #000000);
  font-size: 16px;
  font-weight: 400;
  width: 50px;
  min-width: 50px;
  line-height: 1;
  border: none;
  outline: none;
  text-align: center;
  background-color: transparent;
}
.product__price-ranger .ranger-min-max-block span {
  position: relative;
  display: inline-block;
  color: var(--tidytouch-black5, #000000);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  left: -2px;
}
.product__price-ranger .ranger-min-max-block input[type=submit] {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
  padding: 0 16px;
  height: 34px;
  background-color: var(--tidytouch-white, #FFFFFF);
  float: right;
  text-align: center;
  border: none;
  color: var(--tidytouch-black5, #000000);
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  border-radius: 5px;
  transition: all 500ms ease;
}
.product__price-ranger .ranger-min-max-block input[type=submit]:hover {
  color: var(--tidytouch-white, #FFFFFF);
  background-color: var(--tidytouch-primary, #FFB400);
}
.product__categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product__categories ul li + li {
  margin-top: 20px;
}
.product__categories ul li {
  position: relative;
}
.product__categories ul li a {
  position: relative;
  padding: 13.5px 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 16px;
  line-height: 1.25;
  text-transform: capitalize;
  color: var(--tidytouch-gray2, #626262);
  font-weight: 400;
  border-radius: 50px;
  overflow: hidden;
  background-color: var(--tidytouch-white, #FFFFFF);
  z-index: 1;
  transition: all 500ms ease;
}
.product__categories ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.product__categories ul li a .product__categories__text {
  display: flex;
  align-items: center;
  gap: 9px;
}
.product__categories ul li a .product__categories__icon {
  display: inline-flex;
  font-size: 16px;
  color: var(--tidytouch-text, #5E5B5B);
  transition: all 500ms ease;
}
.product__categories ul li a .product__categories__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.product__categories ul li a:hover {
  color: var(--tidytouch-white, #FFFFFF);
}
.product__categories ul li a:hover::after {
  left: 0;
  width: 100%;
}
.product__categories ul li a:hover .product__categories__icon {
  color: var(--tidytouch-white, #FFFFFF);
}
.product__info-top {
  margin-bottom: 50px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .product__info-top {
    display: block;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .product__showing-text-box {
    text-align: center;
  }
}
.product__showing-text {
  margin: 0;
  font-size: 22px;
  text-transform: capitalize;
  line-height: 1.318;
}
@media (max-width: 767px) {
  .product__showing-text {
    margin-bottom: 25px;
    font-size: 20px;
  }
}
@media (max-width: 430px) {
  .product__showing-text {
    font-size: 18px;
  }
}
.product__showing-sort {
  margin: 0;
}
.product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  font-family: var(--tidytouch-font, "Noto Sans Arabic", sans-serif);
  position: relative;
  display: block;
  width: 100%;
  min-width: 210px !important;
  border-radius: 5px;
  background-color: var(--tidytouch-white3, #F5F2EF);
}
@media (max-width: 767px) {
  .product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    min-width: 141px !important;
  }
}
.product__showing-sort .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.product__showing-sort .bootstrap-select .dropdown-menu {
  border: none;
}
.product__showing-sort .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 50px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: transparent !important;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-right: 45px;
  font-family: var(--tidytouch-font, "Noto Sans Arabic", sans-serif);
  color: var(--tidytouch-text, #5E5B5B) !important;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 50px;
  font-weight: 500;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}
.product__showing-sort .bootstrap-select > .dropdown-toggle > .filter-option {
  text-align: left;
}
@media (max-width: 767px) {
  .product__showing-sort .bootstrap-select > .dropdown-toggle > .filter-option {
    text-align: left;
  }
}
.product__showing-sort .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 17px;
  color: var(--tidytouch-text, #5E5B5B);
}
.product__showing-sort .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid var(--tidytouch-border-color, #DDDDDD);
}
.product__showing-sort .bootstrap-select .dropdown-menu > li > a {
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px 11px;
  font-family: var(--tidytouch-font, "Noto Sans Arabic", sans-serif);
  color: var(--tidytouch-black2, #15161B);
  background-color: var(--tidytouch-white3, #F5F2EF);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product__showing-sort .bootstrap-select .dropdown-menu > li:hover > a,
.product__showing-sort .bootstrap-select .dropdown-menu > li.selected > a {
  background-color: var(--tidytouch-base, #1947CD);
  color: var(--tidytouch-white, #FFFFFF);
  border-color: var(--tidytouch-base, #1947CD);
}
.product__item {
  position: relative;
  background-color: var(--tidytouch-white, #FFFFFF);
  border-radius: 10px;
  border: 1px solid var(--tidytouch-border-color, #DDDDDD);
  transition: all 500ms ease;
}
.product__item:hover {
  border-color: var(--tidytouch-primary, #FFB400);
}
.product__item__image {
  padding: 20px 20px 0;
  position: relative;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}
.product__item__image img {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  border-radius: inherit;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 800ms cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 800ms cubic-bezier(0, 0, 0.44, 1.18);
}
.product__item__btn-group {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}
.product__item__btn-group a + a {
  margin-top: 10px;
}
.product__item__btn-group a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: var(--tidytouch-white2, #F4F4F4);
  color: var(--tidytouch-primary, #FFB400);
  font-size: 14px;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
}
.product__item__btn-group a svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.product__item__btn-group a:hover {
  color: var(--tidytouch-white, #FFFFFF);
  background-color: var(--tidytouch-primary, #FFB400);
}
.product__item__btn-group a:nth-child(1) {
  -webkit-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -moz-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -ms-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -o-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
}
.product__item__btn-group a:nth-child(2) {
  -webkit-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -moz-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -ms-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -o-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
}
.product__item__btn-group a:nth-child(3) {
  -webkit-transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -moz-transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -ms-transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -o-transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
}
.product__item__btn-group a:nth-child(4) {
  -webkit-transition: transform 950ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -moz-transition: transform 950ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -ms-transition: transform 950ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -o-transition: transform 950ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transition: transform 950ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
}
.product__item:hover .product__item__image img {
  transform: scale(1.05);
}
.product__item:hover .product__item__btn-group a {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.product__item__content {
  padding: 30px;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .product__item__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.product__item__title {
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.318;
}
@media (min-width: 576px) and (max-width: 767px) {
  .product__item__title {
    font-size: 20px;
  }
}
@media (max-width: 360px) {
  .product__item__title {
    font-size: 22px;
  }
}
.product__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.product__item__title a:hover {
  color: var(--tidytouch-primary, #FFB400);
}
.product__item__title a:hover {
  background-size: 100% 1px;
}
.product__item__price {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tidytouch-gray2, #626262);
}
.product__item__price span:not(:last-child)::after {
  content: "-";
  margin-left: 5px;
  margin-right: 5px;
  font-size: 18px;
  color: var(--tidytouch-text, #5E5B5B);
}
.product__item .tidytouch-ratings {
  margin-bottom: 24px;
  justify-content: center;
}
.product__item__btn {
  padding: 12px 25px;
  font-size: 14px;
  color: var(--tidytouch-black3, #333333);
  text-transform: uppercase;
  line-height: 1.25;
  border-radius: 10px;
  background-color: var(--tidytouch-white3, #F5F2EF);
}
.product__item__btn:hover {
  color: var(--tidytouch-white, #FFFFFF);
  background-color: var(--tidytouch-base, #1947CD);
}
.product__item__btn::before {
  left: -50px;
}
.product__item__btn:hover::before {
  width: 25px;
  left: -30px;
  transform: translateY(-50%) rotate(42deg);
}
.product__item__btn::after {
  right: -50px;
}
.product__item__btn:hover::after {
  width: 25px;
  right: -30px;
  transform: translateY(-50%) rotate(42deg);
}

.product-page {
  background-color: var(--tidytouch-white, #FFFFFF);
}
.product-page .post-pagination {
  justify-content: center;
}
.product-page--sidebar .post-pagination {
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .product-page--sidebar .post-pagination {
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# Shop Details
--------------------------------------------------------------*/
.product-details {
  position: relative;
}
.product-details__product {
  display: flex;
  align-items: center;
  gap: 30px 22px;
}
@media (max-width: 991px) {
  .product-details__product {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product-details__thumb-box {
  width: 120px;
}
@media (max-width: 991px) {
  .product-details__thumb-box {
    width: 100%;
  }
}
.product-details__thumb {
  --slick-gutter: 13px;
  width: 126px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .product-details__thumb {
    width: 100%;
  }
}
.product-details__thumb .slick-list {
  clip-path: inset(0 calc(var(--slick-gutter) / 2) 0 calc(var(--slick-gutter) / 2));
  margin: 0;
  padding: 0;
}
.product-details__thumb .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .product-details__thumb .slick-slide {
    margin-left: calc(var(--slick-gutter) / 2);
    margin-right: calc(var(--slick-gutter) / 2);
  }
}
@media (min-width: 992px) {
  .product-details__thumb .slick-slide {
    margin-top: calc(var(--slick-gutter) / 2);
    margin-bottom: calc(var(--slick-gutter) / 2);
  }
}
.product-details__thumb__item {
  position: relative;
  cursor: pointer;
  width: 113px;
  height: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  border: 1px solid var(--tidytouch-border-color, #DDDDDD);
  z-index: 2;
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-details__thumb__item {
    width: 114px;
    height: 114px;
  }
}
@media (max-width: 991px) {
  .product-details__thumb__item {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 767px) {
  .product-details__thumb__item {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 575px) {
  .product-details__thumb__item {
    width: 95px;
    height: 95px;
  }
}
@media (max-width: 480px) {
  .product-details__thumb__item {
    width: 83px;
    height: 83px;
  }
}
@media (max-width: 430px) {
  .product-details__thumb__item {
    width: 105px;
    height: 105px;
  }
}
@media (max-width: 390px) {
  .product-details__thumb__item {
    width: 95px;
    height: 95px;
  }
}
@media (max-width: 360px) {
  .product-details__thumb__item {
    width: 83px;
    height: 83px;
  }
}
.product-details__thumb__item img {
  position: relative;
  cursor: pointer;
  max-width: 100%;
  height: auto;
  z-index: 1;
}
.product-details__thumb__hover {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(-70%);
  background-color: RGBA(var(--tidytouch-black5-rgb, 0, 0, 0), 0.6);
  transition: all 500ms ease;
  z-index: 1;
}
.product-details__thumb__hover .img-popup {
  display: inline-block;
  font-size: 27px;
  color: var(--tidytouch-white, #FFFFFF);
}
.product-details__thumb__hover .img-popup:hover {
  color: var(--tidytouch-base, #1947CD);
}
.product-details__thumb__hover .img-popup svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.product-details__thumb .slick-slide.slick-current .product-details__thumb__hover {
  opacity: 1;
  transform: translateY(0%);
}
.product-details__carousel {
  --slick-gutter: 10px;
  flex-grow: 1;
  border: 1px solid var(--tidytouch-border-color, #DDDDDD);
}
@media (max-width: 991px) {
  .product-details__carousel {
    width: 100%;
  }
}
.product-details__carousel .slick-list {
  clip-path: inset(0 calc(var(--slick-gutter) / 2) 0 calc(var(--slick-gutter) / 2));
  margin: 0;
  padding: 0;
}
.product-details__carousel .slick-slide {
  margin-top: calc(var(--slick-gutter) / 2);
  margin-bottom: calc(var(--slick-gutter) / 2);
}
.product-details__image {
  padding: 20px 20px 43px;
}
.product-details__image__title {
  display: inline-block;
  padding: 7px 16px;
  font-size: 16px;
  color: var(--tidytouch-white, #FFFFFF);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.25;
  border-radius: 5px;
  background-color: var(--tidytouch-base, #1947CD);
}
.product-details__image img {
  max-width: 100%;
  height: auto;
}
.product-details__name {
  margin-bottom: 13px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
}
.product-details__product-info {
  max-width: 471px;
  margin-bottom: 15px;
  padding-bottom: 11px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 26px;
  border-bottom: 1px solid var(--tidytouch-border-color, #DDDDDD);
}
.product-details__price {
  margin: 0;
  font-size: 30px;
  color: var(--tidytouch-primary, #FFB400);
  font-weight: 700;
}
.product-details__review {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.product-details__review__text {
  font-size: 16px;
  color: var(--tidytouch-primary, #FFB400);
  font-weight: 500;
  text-transform: capitalize;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.product-details__review__text:hover {
  background-size: 100% 1px;
}
.product-details__review .tidytouch-ratings__icon {
  font-size: 18px;
}
.product-details__excerpt {
  margin-bottom: 19px;
}
.product-details__excerpt__text {
  margin: 0px;
  font-weight: 500;
}
.product-details__color {
  margin-bottom: 25px;
}
.product-details__color__title {
  margin-bottom: 9px;
  font-family: var(--tidytouch-font, "Noto Sans Arabic", sans-serif);
  font-size: 16px;
  color: var(--tidytouch-text, #5E5B5B);
  font-weight: 500;
}
.product-details__color__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.product-details__color__box {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  outline: none;
  border-radius: 2px;
  background-color: var(--bg-color);
  border: 2px solid var(--border-color);
}
.product-details__quantity {
  margin-bottom: 25px;
}
.product-details__quantity .quantity-box {
  border: 1px solid var(--tidytouch-border-color, #DDDDDD);
  width: 191px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-details__quantity .quantity-box__input {
  border: none;
  outline: none;
  background-color: transparent;
  width: 71px;
  height: 100%;
  border-left: 1px solid var(--tidytouch-border-color, #DDDDDD);
  border-right: 1px solid var(--tidytouch-border-color, #DDDDDD);
  font-family: var(--tidytouch-font, "Noto Sans Arabic", sans-serif);
  padding: 0;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  color: var(--tidytouch-text, #5E5B5B);
  line-height: 1;
  background-color: transparent;
  text-align: center;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  transition: all 500ms ease;
}
.product-details__quantity .quantity-box__btn {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  width: 59px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--tidytouch-black, #222222);
  transition: all 500ms ease;
}
.product-details__quantity .quantity-box__btn:hover {
  color: var(--tidytouch-base, #1947CD);
}
.product-details__button {
  margin-bottom: 23px;
}
.product-details__socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.product-details__socials__title {
  margin: 0px;
  font-family: var(--tidytouch-font, "Noto Sans Arabic", sans-serif);
  font-size: 18px;
  color: var(--tidytouch-text, #5E5B5B);
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.25;
}
.product-details .social-links a {
  width: 36px;
  height: 36px;
  border-radius: 0px;
  background-color: var(--tidytouch-border-color, #DDDDDD);
}
.product-details .social-links a:hover {
  background-color: var(--tidytouch-primary, #FFB400);
}
.product-details .social-links__icon {
  font-size: 18px;
  color: var(--tidytouch-black, #222222);
}
.product-details .social-links a:hover .social-links__icon {
  color: var(--tidytouch-white, #FFFFFF);
}
.product-details__description-wrapper {
  margin-top: 42px;
}
.product-details__description {
  position: relative;
  padding: 49px 0px 37px;
  border-top: 1px solid var(--tidytouch-border-color, #DDDDDD);
  border-bottom: 1px solid var(--tidytouch-border-color, #DDDDDD);
}
.product-details__description__title {
  margin-bottom: 17px;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.363;
}
.product-details__description__text {
  margin: 0px;
  font-weight: 500;
}
.product-details__list {
  max-width: 770px;
  margin-top: 11px;
  margin-bottom: 21px;
  --bs-gutter-x: 20px;
  --bs-gutter-y: 12px;
}
.product-details__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
}
.product-details__list__icon {
  position: relative;
  top: 3px;
  width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 8px;
  color: var(--tidytouch-white, #FFFFFF);
  background-color: var(--tidytouch-black, #222222);
  border-radius: 50%;
  transition: all 500ms ease;
}
.product-details__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
li:hover .product-details__list__icon {
  background-color: var(--tidytouch-primary, #FFB400);
}
.product-details .comments-one__name {
  margin: 0;
}
.product-details__form__top {
  margin-bottom: 31px;
}
.product-details__form__title {
  margin-bottom: 20px !important;
}
.product-details__form__ratings {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 33px;
}
@media (max-width: 1599px) {
  .product-details__form__ratings {
    gap: 20px;
  }
}
.product-details__form__ratings__text {
  margin-bottom: 0;
  font-family: var(--tidytouch-font, "Noto Sans Arabic", sans-serif);
  font-size: 16px;
  color: var(--tidytouch-text, #5E5B5B);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.625;
}
.product-details__ratings {
  position: relative;
  top: -1px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
}
.product-details__ratings__icon {
  display: inline-flex;
  font-size: 17px;
  color: var(--tidytouch-primary, #FFB400);
  transition: all 500ms ease;
}
.product-details__ratings__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/
.cart-page {
  position: relative;
  background-color: var(--tidytouch-white, #FFFFFF);
}
.cart-page .table-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cart-page .table-responsive {
    margin-bottom: 30px;
  }
}
.cart-page__table {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 24px;
}
@media (max-width: 1199px) {
  .cart-page__table {
    min-width: 1170px;
  }
}
.cart-page__table thead tr {
  border-bottom: 1px solid var(--tidytouch-border-color, #DDDDDD);
}
.cart-page__table thead tr th {
  padding: 0 30px 20px;
  font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
  font-size: 25px;
  color: var(--tidytouch-black, #222222);
  line-height: 1;
  font-weight: 700;
  text-transform: capitalize;
  border: none;
  background-color: transparent;
  border: 0 !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cart-page__table thead tr th {
    font-size: 20px;
  }
}
.cart-page__table thead tr th:first-child {
  padding-left: 0;
}
.cart-page__table thead tr th:last-child {
  padding-right: 0;
  text-align: right;
}
.cart-page__table tbody tr td {
  font-size: 19px;
  font-weight: 500;
  color: var(--tidytouch-black3, #333333);
  text-transform: capitalize;
  line-height: normal;
  vertical-align: middle;
  border-top: none;
  box-shadow: none;
  background-color: transparent;
  border-top: 0 !important;
  border-right: 1px solid var(--tidytouch-border-color, #DDDDDD);
  border-bottom: 1px solid var(--tidytouch-border-color, #DDDDDD);
  padding: 28.5px 30px;
  letter-spacing: 0;
}
.cart-page__table tbody tr td.cart-page__table__total {
  text-align: center;
}
.cart-page__table tbody tr td .cart-page__table__remove {
  margin-left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tidytouch-black4, #151316);
  font-size: 19px;
  line-height: 1;
}
.cart-page__table tbody tr td .cart-page__table__remove svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.cart-page__table tbody tr td .cart-page__table__remove:hover {
  color: var(--tidytouch-base, #1947CD);
}
.cart-page__table tbody tr td:first-child {
  padding-left: 0px;
}
.cart-page__table tbody tr td:last-child {
  padding-right: 0px;
  border-right: 0px;
}
.cart-page__table__meta {
  display: flex;
  align-items: center;
  gap: 30px;
}
.cart-page__table__meta__img {
  width: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid var(--tidytouch-border-color, #DDDDDD);
}
.cart-page__table__meta__img img {
  max-width: 100%;
  height: auto;
}
.cart-page__table__meta__title {
  margin: 0;
  font-size: 25px;
  color: var(--tidytouch-black3, #333333);
  font-weight: 700;
  line-height: 1.318;
}
@media (max-width: 767px) {
  .cart-page__table__meta__title {
    font-size: 20px;
  }
}
.cart-page__table__meta__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.cart-page__table__meta__title a:hover {
  color: var(--tidytouch-base, #1947CD);
}
.cart-page__table__meta__title a:hover {
  background-size: 100% 1px;
}
.cart-page__table__quantity {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.cart-page__table__quantity__title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.25;
}
.cart-page__table__quantity .quantity-box {
  position: relative;
  width: 172px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid var(--tidytouch-border-color, #DDDDDD);
}
.cart-page__table__quantity .quantity-box__input {
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background-color: transparent;
  width: 50px;
  height: 100%;
  font-family: var(--tidytouch-font, "Noto Sans Arabic", sans-serif);
  padding: 0;
  outline: none;
  font-size: 19px;
  font-weight: 500;
  color: var(--tidytouch-black3, #333333);
  line-height: 1;
  background-color: transparent;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  transition: all 500ms ease;
}
.cart-page__table__quantity .quantity-box__btn {
  border: none;
  outline: none;
  background-color: var(--tidytouch-white3, #F5F2EF);
  padding: 0;
  display: inline-flex;
  font-size: 8px;
  color: var(--tidytouch-black4, #151316);
  transition: all 500ms ease;
}
.cart-page__table__quantity .quantity-box__btn.add {
  padding: 6px 6px 2px;
  position: absolute;
  top: 8px;
  right: 21px;
  z-index: 1;
}
.cart-page__table__quantity .quantity-box__btn.sub {
  padding: 2px 6px 6px;
  position: absolute;
  right: 21px;
  bottom: 8px;
  z-index: 1;
}
.cart-page__table__quantity .quantity-box__btn:hover {
  color: var(--tidytouch-base, #1947CD);
}
.cart-page__bottom {
  margin-top: 8px;
}
.cart-page__coupone__form {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .cart-page__coupone__form {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cart-page__coupone__form {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
}
.cart-page__coupone__form input[type=text] {
  display: block;
  width: 270px;
  height: 54px;
  border: none;
  font-size: 16px;
  color: var(--tidytouch-text, #5E5B5B);
  font-weight: 500;
  background-color: var(--tidytouch-white3, #F5F2EF);
  padding-left: 19px;
  padding-right: 19px;
  outline: none;
  border-radius: 10px;
  transition: all 500ms ease;
}
.cart-page__coupone__form input[type=text]:focus {
  color: var(--tidytouch-black, #222222);
}
@media (max-width: 1199px) {
  .cart-page__coupone__form input[type=text] {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .cart-page__coupone__form input[type=text] {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cart-page__coupone__form input[type=text] {
    width: 100%;
  }
}
.cart-page__cart-checkout__title {
  margin-bottom: 0px;
  display: inline-block;
  font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
  font-weight: 700;
  font-size: 25px;
  color: var(--tidytouch-black3, #333333);
  line-height: 1.318;
  text-transform: capitalize;
}
.cart-page__cart-total {
  max-width: 260px;
  position: relative;
  margin: 0px 0px 30px auto;
}
@media (max-width: 1199px) {
  .cart-page__cart-total {
    margin: 0px 0px 30px;
  }
}
.cart-page__cart-total li + li {
  margin-top: 23px;
}
.cart-page__cart-total li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-size: 16px;
  color: var(--tidytouch-text, #5E5B5B);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.25;
}
.cart-page__button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 54px;
}
@media (max-width: 1199px) {
  .cart-page__button {
    gap: 25px;
    justify-content: flex-start;
  }
}

/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/
.checkout-page {
  position: relative;
  background-color: var(--tidytouch-white, #FFFFFF);
}
.checkout-page__notice {
  margin-bottom: 26px;
}
.checkout-page .notice-box {
  padding: 12.5px 20px;
  margin-bottom: 0px;
  background-color: var(--tidytouch-white3, #F5F2EF);
  font-size: 22px;
  color: var(--tidytouch-black3, #333333);
  font-weight: 500;
  line-height: 1.4;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .checkout-page .notice-box {
    font-size: 16px;
  }
}
.checkout-page .notice-box a {
  color: var(--tidytouch-base, #1947CD);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.checkout-page .notice-box a:hover {
  background-size: 100% 1px;
}
.checkout-page__billing-address {
  position: relative;
}
.checkout-page__title {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.318;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .checkout-page__form .form-one__group {
    grid-template-columns: repeat(1, 1fr);
  }
}
.checkout-page__form .form-one .bootstrap-select > .dropdown-toggle {
  padding-left: 20px;
  padding-right: 20px;
}
.checkout-page__form .form-one .bootstrap-select > .dropdown-toggle,
.checkout-page__form .form-one .bootstrap-select .dropdown-menu > li > a {
  background-color: var(--tidytouch-white3, #F5F2EF) !important;
}
.checkout-page__form .form-one .bootstrap-select .dropdown-menu > li:hover > a,
.checkout-page__form .form-one .bootstrap-select .dropdown-menu > li.selected > a {
  background-color: var(--tidytouch-base, #1947CD) !important;
}
.checkout-page__form .form-one .bootstrap-select > .dropdown-toggle::before {
  right: 20px;
}
.checkout-page__form .form-one input[type=text],
.checkout-page__form .form-one input[type=email],
.checkout-page__form .form-one input[type=password],
.checkout-page__form .form-one input[type=tel],
.checkout-page__form .form-one textarea {
  padding-left: 20px;
  padding-right: 20px;
  background-color: var(--tidytouch-white3, #F5F2EF);
}
.checkout-page__shipping-details {
  margin-top: 15px;
}
@media (max-width: 430px) {
  .checkout-page__shipping-details {
    margin-top: 0px;
  }
}
.checkout-page__shipping-details .checkout-page__title {
  margin-bottom: 19px;
}
.checkout-page__check-box {
  position: relative;
  display: block;
  margin-top: -6px;
}
.checkout-page__check-box input[type=checkbox] {
  display: none;
}
.checkout-page__check-box label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  font-size: 16px;
  color: var(--tidytouch-text, #5E5B5B);
  font-weight: 500;
  line-height: 1.625;
  text-transform: uppercase;
  cursor: pointer;
}
.checkout-page__check-box label span::before {
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  color: var(--tidytouch-primary, #FFB400);
  font-size: 9px;
  font-weight: 900;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.checkout-page__check-box input[type=checkbox] + label span {
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid var(--tidytouch-primary, #FFB400);
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.checkout-page__check-box input[type=checkbox]:checked + label span:before {
  opacity: 1;
}
.checkout-page__your-order {
  position: relative;
  margin: 38px 0 0;
}
@media (max-width: 430px) {
  .checkout-page__your-order {
    margin: 30px 0 0;
  }
}
.checkout-page__your-order .checkout-page__title {
  margin-bottom: 25px;
}
@media (max-width: 430px) {
  .checkout-page__your-order .checkout-page__title {
    margin-bottom: 20px;
  }
}
.checkout-page__order-table {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 0;
}
.checkout-page__order-table thead tr th {
  margin: 0;
  padding: 16px 0;
  font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
  font-size: 16px;
  color: var(--tidytouch-black3, #333333);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.25;
  border: none;
  border-top: 1px solid var(--tidytouch-border-color, #DDDDDD);
  border-bottom: 1px solid var(--tidytouch-border-color, #DDDDDD);
}
.checkout-page__order-table thead tr th:last-child {
  text-align: right;
}
.checkout-page__order-table tbody tr td {
  font-family: var(--tidytouch-heading-font, "Figtree", sans-serif);
  font-size: 16px;
  color: var(--tidytouch-black, #222222);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  padding: 0 0 15px;
  border: none;
}
.checkout-page__order-table tbody tr td:last-child {
  text-align: right;
}
.checkout-page__order-table tbody tr td.pro__price {
  font-family: var(--tidytouch-font, "Noto Sans Arabic", sans-serif);
  font-weight: 500;
  color: var(--tidytouch-text, #5E5B5B);
}
.checkout-page__order-table tbody tr:first-child td {
  padding-top: 16px;
}
.checkout-page__order-table tbody tr:nth-child(3) td {
  padding-bottom: 16px;
}
.checkout-page__order-table tbody tr:last-child td {
  padding-top: 15px;
  border-top: 1px solid var(--tidytouch-border-color, #DDDDDD);
}
.checkout-page__payment {
  padding: 29px 31px;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: var(--tidytouch-white3, #F5F2EF);
}
@media (max-width: 390px) {
  .checkout-page__payment {
    padding: 25px;
  }
}
.checkout-page__payment__item + .checkout-page__payment__item {
  margin-top: 15px;
}
.checkout-page__payment__item {
  position: relative;
}
.checkout-page__payment__title {
  margin-bottom: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: var(--tidytouch-font, "Noto Sans Arabic", sans-serif);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--tidytouch-text, #5E5B5B);
  line-height: 1.625;
}
.checkout-page__payment__title::before {
  content: "";
  width: 21px;
  height: 21px;
  border: 1px solid var(--tidytouch-primary, #FFB400);
  border-radius: 50%;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 9px;
  color: transparent;
  position: relative;
  top: -1px;
  transition: all 500ms ease;
}
.checkout-page__payment .checkout-page__payment__item--active .checkout-page__payment__title {
  text-shadow: 0px 0px 0.25px currentColor;
}
.checkout-page__payment .checkout-page__payment__item--active .checkout-page__payment__title::before {
  content: "\f111";
  color: var(--tidytouch-primary, #FFB400);
}
.checkout-page__payment__content {
  margin-top: 12px;
}
.checkout-page__payment__content p {
  margin: 0;
  font-weight: 500;
  line-height: 1.5;
}

/*--------------------------------------------------------------
# error 404
--------------------------------------------------------------*/
.error-404 {
  background-color: var(--tidytouch-white, #FFFFFF);
}
.error-404__content {
  text-align: center;
}
.error-404__image {
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
  animation: moveX2 2s linear infinite;
}
.error-404__title {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.314;
}
@media (max-width: 575px) {
  .error-404__title {
    font-size: 35px;
  }
}
.error-404__text {
  margin-bottom: 24px;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Boxed Home
--------------------------------------------------------------*/
body.boxed-wrapper {
  position: relative;
}
body.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--tidytouch-white, #FFFFFF);
  box-shadow: 0px 0px 100px 0px rgba(var(--tidytouch-black3-rgb, 51, 51, 51), 0.08);
}
@media (min-width: 1200px) {
  body.boxed-wrapper .main-header__btn {
    display: none;
  }
}
@media (min-width: 1400px) {
  body.boxed-wrapper .topbar {
    padding-left: 130px;
  }
  body.boxed-wrapper .main-header__wrapper {
    padding-left: 70px;
  }
  body.boxed-wrapper .main-header__inner {
    padding-right: 160px;
  }
  body.boxed-wrapper .main-slider__shape-icon--1 {
    top: 63px;
    left: 90px;
  }
  body.boxed-wrapper .main-slider__shape-icon--2 {
    top: 99px;
    left: 30px;
  }
  body.boxed-wrapper .main-slider__shape-icon--3 {
    top: 141px;
    left: 80px;
  }
  body.boxed-wrapper .main-slider__shape {
    bottom: 40px;
  }
  body.boxed-wrapper .main-slider__thumb {
    left: 30px;
    width: 60px;
  }
  body.boxed-wrapper .main-slider__thumb__item {
    width: 60px;
    height: 60px;
  }
  body.boxed-wrapper .main-slider__thumb__item__hover::before {
    height: 16px;
  }
  body.boxed-wrapper .main-slider__thumb__item__hover::after {
    width: 16px;
  }
  body.boxed-wrapper .about-one__shape {
    max-width: 140px;
    right: 30px;
  }
  body.boxed-wrapper .team-one__shape-1 {
    left: 30px;
  }
  body.boxed-wrapper .team-one__shape-2 {
    right: 30px;
  }
  body.boxed-wrapper .contact-one__shape-1 {
    left: 50px;
  }
  body.boxed-wrapper .contact-one__shape-2 {
    left: 70px;
  }
  body.boxed-wrapper .main-footer__shape {
    right: 40px;
  }
}
body.boxed-wrapper .main-footer__image {
  display: none;
}
/*# sourceMappingURL=tidytouch.css.map */
