
: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: #1774c1;
  --tidytouch-base-rgb: 23, 116, 193;
  --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, #1774c1);
  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, #1774c1);
}

.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, #1774c1);
  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, #1774c1);
}
.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);
}



@-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, #1774c1);
  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, #1774c1);
  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, #1774c1);
  border-color: var(--tidytouch-base, #1774c1);
}
.social-links-two a:hover .social-links-two__icon {
  color: var(--tidytouch-white, #FFFFFF);
  animation: slideTop 400ms;
}



/* 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, #1774c1);
}
.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, #1774c1);
  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, #1774c1);
  background-color: var(--tidytouch-base, #1774c1);
}
.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, #1774c1);
}




.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, #1774c1);
  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;
}


/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--tidytouch-base, #1774c1);
  -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, #1774c1);
  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, #1774c1);
  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
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# 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, 23, 116, 193), 0.3);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
.topbar__wrapper::after {
  left: -52px;
  background-color: var(--tidytouch-base, #1774c1);
  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, #1774c1);
  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, #1774c1);
}
@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__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;
}



.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, #1774c1);
}

.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, #1774c1);
}
.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, #1774c1);
}
.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, #1774c1);
  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, #1774c1);
  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;
}




/*--------------------------------------------------------------
# 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, #1774c1);
}

.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, #1774c1);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--tidytouch-base, #1774c1);
  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, #1774c1);
}
.mobile-nav__contact__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--tidytouch-base, #1774c1);
  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, #1774c1);
}
.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, #1774c1);
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}



/*--------------------------------------------------------------
# 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, #1774c1);
}
.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, #1774c1);
  color: var(--tidytouch-white, #FFFFFF);
  border-color: var(--tidytouch-base, #1774c1);
}
.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, #1774c1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-one__text-2 {
  margin-bottom: 30px;
  font-weight: 500;
  color: var(--tidytouch-base, #1774c1);
  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, #1774c1);
}
.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, #1774c1);
  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, #1774c1) transparent transparent transparent;
    transition: all 500ms ease;
  }
}
.contact-two__info__item:hover .contact-two__info__icon-box {
  background-color: var(--tidytouch-base, #1774c1);
}
.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, #1774c1);
}
.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, #1774c1) 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, #1774c1);
}
.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, #1774c1);
}
@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, #1774c1);
  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, #1774c1);
  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);
}




/*--------------------------------------------------------------
# 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, #1774c1);
}
@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, #1774c1);
  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, #1774c1);
  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, #1774c1);
  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, #1774c1);
  border-color: var(--tidytouch-base, #1774c1);
}
.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, #1774c1);
}
.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, #1774c1);
  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, 23, 116, 193), 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);
}

/*--------------------------------------------------------------
# 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, #1774c1);
  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, #1774c1);
  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, #1774c1);
  background-color: var(--tidytouch-white, #FFFFFF);
}


/*--------------------------------------------------------------
# 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, #1774c1);
  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, #1774c1);
  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, #1774c1);
  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, #1774c1);
  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, #1774c1);
  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, #1774c1);
}
.about-one__text-3 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 500;
  color: var(--tidytouch-base, #1774c1);
  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;
  }
}

/*--------------------------------------------------------------
# Work Process
--------------------------------------------------------------*/

.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, #1774c1);
}
.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, #1774c1);
}
.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, #1774c1);
}
.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, #1774c1);
  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, #1774c1);
  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);
}


/*--------------------------------------------------------------
# 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, #1774c1);
}
@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, #1774c1);
  transition: all 500ms ease;
}
.contact-info-two__content:hover .contact-info-two__icon-box {
  background-color: var(--tidytouch-base, #1774c1);
}
.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, #1774c1);
  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, #1774c1);
}
.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, #1774c1);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
@media (max-width: 1299px) {
  .contact-info-two::after {
    display: none;
  }
}


/*--------------------------------------------------------------
# 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, #1774c1);
}
.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;
}


/*--------------------------------------------------------------
# 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, #1774c1) 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, #1774c1);
}
.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, #1774c1);
  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, #1774c1);
  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;
}



.testimonials-page {
  background-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(23, 116, 193, 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, #1774c1);
  transform: rotate(0deg);
}


.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;
}

/*--------------------------------------------------------------
# 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, #1774c1);
}
.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, #1774c1);
}
.service-card:hover .service-card__icon-1 {
  color: var(--tidytouch-base, #1774c1);
  animation-play-state: paused;
}
.service-card:hover .service-card__icon-2 {
  color: var(--tidytouch-primary, #FFB400);
  animation-play-state: paused;
}





.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);
}


/*--------------------------------------------------------------
# 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;
}

/*# sourceMappingURL=tidytouch.css.map */
