/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Common
# Custom Cursor
# Animations
# Cards
# Navigation
# Home Showcase
# Mobile Nav
# Forms
# Google Map
# Client Carousel
# Testimonials
# Page Header
# Footer
# Contact
# Hero
# About
# Experience
# Description
# Moments
# Expertise
# Projects
# Services
# Funfact
# Blog Details
# Sidebar
# Slide Text
# Follow
# Instagram
# Boxed Home
--------------------------------------------------------------*/
:root {
  --maru-font: "Lato", sans-serif;
  --maru-font2: "Jost", sans-serif;
  --maru-heading-font: "Gallery Modern";
  --maru-text: #777777;
  --maru-text-rgb: 119, 119, 119;
  --maru-text-gray: #A3A3A3;
  --maru-text-gray-rgb: 163, 163, 163;
  --maru-base: #FFF032;
  --maru-base-rgb: 255, 240, 50;
  --maru-primary: #F14F26;
  --maru-primary-rgb: 241, 79, 38;
  --maru-gray: #FFFDE8;
  --maru-gray-rgb: 255, 253, 232;
  --maru-white: #fff;
  --maru-white-rgb: 255, 255, 255;
  --maru-black: #181823;
  --maru-black-rgb: 24, 24, 35;
  --maru-black2: #000000;
  --maru-black2-rgb: 0, 0, 0;
  --maru-black3: #23232D;
  --maru-black3-rgb: 35, 35, 45;
  --maru-blue: #6652FF;
  --maru-blue-rgb: 102, 82, 255;
  --section-space: 150px;
}

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

.social {
  position: relative;
  border-top: 1px solid var(--maru-black, #181823);
}
.social__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .social__list {
    flex-direction: column;
  }
}
.social__list li {
  position: relative;
}
@media (max-width: 767px) {
  .social__list li {
    width: 100%;
  }
}
.social__list li a {
  font-size: 32px;
  color: var(--maru-black, #181823);
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 50px 0;
}
@media (max-width: 1199px) {
  .social__list li a {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .social__list li a {
    font-size: 24px;
    gap: 10px;
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .social__list li a {
    justify-content: center;
  }
}
.social__list li a i {
  color: var(--maru-text, #777777);
  position: relative;
  top: 4px;
  transition: all 0.3s ease;
}
.social__list li a:hover {
  color: var(--maru-base, #FFF032);
}
.social__list li a:hover i {
  color: var(--maru-base, #FFF032);
  animation: bounceIn 1s linear;
  animation-duration: 1s;
}
.social__list li + li {
  position: relative;
}
.social__list li + li::before {
  position: absolute;
  left: -36%;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: var(--maru-black, #181823);
}
@media (max-width: 1199px) {
  .social__list li + li::before {
    left: -20%;
  }
}
@media (max-width: 991px) {
  .social__list li + li::before {
    left: -15%;
  }
}
@media (max-width: 767px) {
  .social__list li + li::before {
    width: 100%;
    height: 1px;
    left: 0;
  }
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-family: var(--maru-font, "Lato", sans-serif);
  color: var(--maru-text, #777777);
  font-size: 16px;
  line-height: 1.625;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--maru-base, #FFF032);
  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(--maru-heading-font, "Gallery Modern");
  color: var(--maru-black, #181823);
}
@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;
  }
}

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

.background-base {
  background-color: var(--maru-base, #FFF032);
}

.background-gray {
  background-color: var(--maru-gray, #FFFDE8);
}

.background-black {
  background-color: var(--maru-black, #181823);
}

.maru-text {
  color: var(--maru-text, #777777);
}

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

.section-space {
  padding-top: var(--section-space, 150px);
  padding-bottom: var(--section-space, 150px);
}
@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, 150px);
}
@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, 150px);
}
@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: 1326px;
  }
}
.row {
  --bs-gutter-x: 24px;
}

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

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

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

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

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

.maru-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  padding: 13.5px 28.5px 14.5px;
  background-color: var(--maru-base, #FFF032);
  color: var(--maru-black, #181823);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.375;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s ease-in-out;
}
.maru-btn::before, .maru-btn::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  background-color: var(--maru-black, #181823);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  z-index: -1;
}
.maru-btn::before {
  left: 0;
  bottom: 0;
}
.maru-btn::after {
  top: 0;
  right: 0;
}
.maru-btn:hover {
  color: var(--maru-white, #fff);
}
.maru-btn:hover::before, .maru-btn:hover::after {
  width: 50%;
  height: 100%;
}
.maru-btn__icon {
  display: inline-flex;
  font-size: 12px;
}
.maru-btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.maru-btn--normal {
  padding: 19px 25.5px;
}
.maru-btn--border {
  padding-top: 12.5px;
  padding-bottom: 13.5px;
  background-color: transparent;
  border: 1px solid var(--maru-black, #181823);
}

.sec-title--center {
  text-align: center;
}
.sec-title__tagline {
  margin-bottom: 20px;
  padding: 7px 28px;
  display: inline-block;
  font-family: var(--maru-font, "Lato", sans-serif);
  font-size: 16px;
  color: var(--maru-primary, #F14F26);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.375;
  background-color: RGBA(var(--maru-primary-rgb, 241, 79, 38), 0.1);
  border-radius: 100px;
}
@media (max-width: 430px) {
  .sec-title__tagline {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
  }
}
.sec-title__title {
  margin: 0;
  font-size: 72px;
  font-weight: 400;
  line-height: 1.138;
}
@media (max-width: 1199px) {
  .sec-title__title {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  .sec-title__title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .sec-title__title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .sec-title__title {
    font-size: 43px;
  }
}
@media (max-width: 430px) {
  .sec-title__title {
    font-size: 40px;
  }
}

.post-pagination {
  list-style: none;
  padding: 0;
  margin: 69px 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 1399px) {
  .post-pagination {
    margin-top: 30px;
  }
}
.post-pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background-color: transparent;
  font-family: var(--maru-font, "Lato", sans-serif);
  color: var(--maru-black, #181823);
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
  transition: all 400ms ease;
}
.post-pagination a svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 575px) {
  .post-pagination a {
    width: 50px;
    height: 50px;
  }
}
.post-pagination a .post-pagination__icon {
  display: inline-flex;
  font-size: 10px;
  color: var(--maru-black, #181823);
  transition: all 400ms ease;
}
.post-pagination a .post-pagination__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.post-pagination a:hover {
  color: var(--maru-black, #181823);
  background-color: var(--maru-base, #FFF032);
  border-color: var(--maru-base, #FFF032);
}
.post-pagination a:hover .post-pagination__icon {
  color: var(--maru-black, #181823);
  animation: slideLeft 400ms;
}
.post-pagination a:hover .post-pagination__icon--right {
  animation: slideRight 400ms;
}
.post-pagination li.active a {
  color: var(--maru-white, #fff);
  background-color: var(--maru-base, #FFF032);
  border-color: var(--maru-base, #FFF032);
}
.post-pagination li.active a .post-pagination__icon {
  color: var(--maru-black, #181823);
  animation-play-state: paused;
}

.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(--maru-base, #FFF032);
}

.tns-outer .tns-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.tns-outer .tns-controls button {
  width: 45px;
  height: 45px;
  border: 2px solid #f4f4f4;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--maru-text, #777777);
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
}

.ul-list-one {
  margin-bottom: 0;
}
.ul-list-one li {
  position: relative;
  padding-left: 45px;
  font-size: 16px;
  font-weight: 500;
  color: var(--maru-black, #181823);
}
@media (min-width: 481px) {
  .ul-list-one li {
    font-size: 52px;
  }
}
.ul-list-one li::before {
  content: "\e907";
  color: var(--maru-base, #FFF032);
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "azino-icon";
}

.preloader {
  position: fixed;
  background-color: var(--maru-black, #181823);
  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-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  background-color: var(--maru-black, #181823);
  z-index: 99;
  opacity: 0;
  padding: 6px;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.scroll-top--active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-top::after {
  position: absolute;
  content: "\e91a";
  font-family: "icomoon" !important;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: var(--maru-base, #FFF032);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.scroll-top__circle path {
  stroke: var(--maru-base, #FFF032);
  stroke-width: 4;
  fill: none;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.maru-owl__carousel--with-shadow .owl-stage-outer {
  overflow: visible;
}
.maru-owl__carousel--with-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.maru-owl__carousel--with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.maru-owl__carousel--basic-nav.owl-carousel .owl-nav {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.maru-owl__carousel--basic-nav.owl-carousel .owl-nav button {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 9px;
  color: var(--maru-black, #181823);
  background-color: RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
  border-radius: 50%;
  transition: all 400ms ease;
}
.maru-owl__carousel--basic-nav.owl-carousel .owl-nav button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 575px) {
  .maru-owl__carousel--basic-nav.owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    font-size: 8px;
  }
}
.maru-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover {
  color: var(--maru-black, #181823);
  background-color: var(--maru-base, #FFF032);
}
.maru-owl__carousel--basic-nav.owl-carousel .owl-nav button span {
  border: none;
  outline: none;
  color: inherit;
}
.maru-owl__carousel--basic-nav.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.maru-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot {
  outline: 0;
  border: 0;
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
  transition: all 400ms ease;
}
.maru-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
  background-color: transparent;
}
.maru-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover, .maru-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--maru-base, #FFF032);
}
.maru-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span, .maru-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span {
  background-color: transparent;
}
.maru-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 60px;
}
.maru-owl__carousel--basic-nav.owl-carousel .owl-dots.disabled,
.maru-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled {
  display: none;
}

/* custom cursor */
.custom-cursor-two {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: var(--maru-white, #fff);
  opacity: 0;
  transition: all 500ms ease;
  z-index: 11;
  pointer-events: none;
}
.custom-cursor-two__icon {
  font-size: 22px;
  color: var(--maru-black, #181823);
  display: inline-block;
}
.custom-cursor-two__icon--left {
  position: relative;
  top: -3px;
  transform: rotate(-180deg);
}

.custom-cursor-two-hover:hover + .custom-cursor-two {
  opacity: 1;
}

.ui-datepicker .ui-datepicker-header {
  background-image: none;
  background-color: var(--maru-black, #181823);
  color: var(--maru-white, #fff);
  font-family: var(--maru-font, "Lato", sans-serif);
}

.ui-datepicker-calendar th span {
  font-family: var(--maru-font, "Lato", sans-serif);
}
.ui-datepicker-calendar td {
  background-color: var(--maru-gray, #FFFDE8);
  background-image: none;
  font-family: var(--maru-font, "Lato", sans-serif);
  color: var(--maru-text, #777777);
}
.ui-datepicker-calendar td a {
  border-color: var(--maru-black, #181823);
  background-color: var(--maru-gray, #FFFDE8);
  background-image: none;
}
.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default {
  border-color: var(--maru-black, #181823);
  background-color: var(--maru-gray, #FFFDE8);
  background-image: none;
  color: var(--maru-text, #777777);
  padding: 10px 5px;
  text-align: center;
  line-height: 1em;
}
.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-default:hover {
  color: var(--maru-white, #fff);
  background-color: var(--maru-base, #FFF032);
}
.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  color: var(--maru-white, #fff);
  background-color: var(--maru-base, #FFF032);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-image: none;
  background-color: var(--maru-white, #fff);
  color: var(--maru-black, #181823);
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: var(--maru-base, #FFF032);
  color: var(--maru-white, #fff);
  top: 2px;
}

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

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

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: var(--maru-base, #FFF032);
  box-shadow: var(--maru-base, #FFF032) 0 1px 3px 0 inset;
  color: var(--maru-white, #fff);
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: var(--maru-base, #FFF032) !important;
  color: var(--maru-white, #fff) !important;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--maru-base, #FFF032);
  -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(--maru-base, #FFF032);
  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(--maru-base, #FFF032);
  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 rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@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 zumpTop {
  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.15);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@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 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 bounce {
  from, 20%, 53%, to {
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    transform: translate3d(0, -20px, 0) scaleY(1.1);
  }
  70% {
    transform: translate3d(0, -10px, 0) scaleY(1.05);
  }
  80% {
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounceY {
  0% {
    transform: translateY(-205px);
  }
  40% {
    transform: translateY(-100px);
  }
  65% {
    transform: translateY(-52px);
  }
  82% {
    transform: translateY(-25px);
  }
  92% {
    transform: translateY(-12px);
  }
  55%, 75%, 87%, 97%, 100% {
    transform: translateY(0px);
  }
}
@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 slideBottom {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-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 slideRight {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes moveDown {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(20px, 0);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes moveDown2 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@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);
  }
}
@keyframes textScrolling {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0%, 0, 0);
  }
}
@keyframes textScrolling2 {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(0%, 0, 0);
  }
}
/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.video {
  position: relative;
  padding: 325px 0px;
  background-color: var(--maru-black, #181823);
}
@media (max-width: 1399px) {
  .video {
    padding: 250px 0px;
  }
}
@media (max-width: 991px) {
  .video {
    padding: 200px 0px;
  }
}
@media (max-width: 430px) {
  .video {
    padding: 150px 0px;
  }
}
.video__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.video .container {
  position: relative;
  z-index: 1;
}
.video__button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.video__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-shrink: 0;
  width: 150px;
  height: 150px;
  background-color: var(--maru-white, #fff);
  font-size: 37px;
  color: var(--maru-base, #FFF032);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.video__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.video__btn:hover {
  color: var(--maru-white, #fff);
  background-color: var(--maru-base, #FFF032);
}
@media (max-width: 430px) {
  .video__btn {
    width: 120px;
    height: 120px;
    font-size: 30px;
  }
}
.video__btn__ripple::before, .video__btn__ripple::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 RGBA(var(--maru-base-rgb, 255, 240, 50), 1);
  -webkit-animation: producVideo 3s infinite;
  animation: popupVideo 3s infinite;
  border-radius: 50%;
}
.video__btn__ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.video__btn__ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@keyframes popupVideo {
  70% {
    box-shadow: 0 0 0 40px RGBA(var(--maru-base-rgb, 255, 240, 50), 0);
  }
  100% {
    box-shadow: 0 0 0 0 RGBA(var(--maru-base-rgb, 255, 240, 50), 0);
  }
}
.blog-card {
  padding: 20px;
  background-color: var(--maru-white, #fff);
  border-radius: 24px;
  border: 1px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
}
.blog-card__image {
  position: relative;
  margin-bottom: 13px;
  border-radius: 12px;
  overflow: hidden;
}
.blog-card__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
}
.blog-card__image img:nth-child(2) {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.5);
  opacity: 0;
  z-index: 1;
}
.blog-card:hover img:nth-child(2) {
  transform: scale(1);
  opacity: 1;
  transition: all 1000ms ease;
}
.blog-card__content {
  padding: 0px 10px 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card__content {
    padding: 0;
  }
}
@media (max-width: 390px) {
  .blog-card__content {
    padding: 0;
  }
}
.blog-card__meta {
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.blog-card__meta li {
  font-size: 16px;
  color: var(--maru-text, #777777);
  font-weight: 400;
  line-height: 1.625;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card__meta li {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .blog-card__meta li {
    font-size: 14px;
  }
}
.blog-card__meta li a {
  color: inherit;
}
.blog-card__meta li a:hover {
  color: var(--maru-base, #FFF032);
}
.blog-card__title {
  margin-bottom: 13px;
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.416;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card__title {
    font-size: 22px;
  }
}
@media (max-width: 375px) {
  .blog-card__title {
    font-size: 22px;
  }
}
.blog-card__title:hover {
  color: var(--maru-base, #FFF032);
}
.blog-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card__title a:hover {
  background-size: 100% 1px;
}
.blog-card__text {
  margin-bottom: 23px;
}
.blog-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.blog-card__category {
  padding: 5px 18px;
  color: var(--maru-text-gray, #A3A3A3);
  text-transform: capitalize;
  line-height: 1.375;
  border-radius: 100px;
  border: 1px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
  transition: all 500ms ease;
}
.blog-card__category:hover {
  color: var(--maru-black, #181823);
  background-color: var(--maru-base, #FFF032);
  border-color: var(--maru-base, #FFF032);
}
.blog-card__btn {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 11px;
  color: var(--maru-text-rgb, 119, 119, 119);
  background-color: RGBA(var(--maru-black-rgb, 24, 24, 35), 0.05);
  border-radius: 50%;
  transition: all 500ms ease;
}
.blog-card__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-card__btn:hover {
  color: var(--maru-black, #181823);
  background-color: var(--maru-base, #FFF032);
}

.blog-card-two--odd-card {
  margin-top: 93px;
}
@media (max-width: 1199px) {
  .blog-card-two--odd-card {
    margin-top: 70px;
  }
}
@media (max-width: 991px) {
  .blog-card-two--odd-card {
    margin-top: 0px;
  }
}
.blog-card-two__image {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.blog-card-two__image img {
  width: 100%;
  display: block;
  transition: all 500ms ease;
}
.blog-card-two__image__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: RGBA(var(--maru-black-rgb, 24, 24, 35), 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-30%);
  z-index: 1;
  border-radius: inherit;
  transition: opacity 500ms ease, transform 500ms ease;
}
.blog-card-two__image__link::before, .blog-card-two__image__link::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: var(--maru-white, #fff);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
@media (max-width: 1399px) {
  .blog-card-two__image__link::before, .blog-card-two__image__link::after {
    width: 50px;
    height: 4px;
  }
}
@media (max-width: 1199px) {
  .blog-card-two__image__link::before, .blog-card-two__image__link::after {
    width: 45px;
    height: 3px;
  }
}
@media (max-width: 767px) {
  .blog-card-two__image__link::before, .blog-card-two__image__link::after {
    width: 40px;
    height: 3px;
  }
}
.blog-card-two__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.blog-card-two:hover .blog-card-two__image img {
  transform: scale(1.1);
}
.blog-card-two:hover .blog-card-two__image__link {
  opacity: 1;
  transform: translateY(0);
}
.blog-card-two__meta {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.blog-card-two__meta li {
  position: relative;
  font-size: 16px;
  color: var(--maru-text, #777777);
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.625;
}
.blog-card-two__meta li:not(:last-child)::after {
  content: "-";
  margin-left: 5px;
  margin-right: 5px;
  font-size: 18px;
  color: inherit;
}
.blog-card-two__meta li a {
  color: inherit;
}
.blog-card-two__meta li a:hover {
  color: var(--maru-base, #FFF032);
}
.blog-card-two__title {
  margin: 0;
  font-size: 32px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.3125;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card-two__title {
    font-size: 25px;
  }
}
@media (max-width: 412px) {
  .blog-card-two__title {
    font-size: 25px;
  }
}
.blog-card-two__title:hover {
  color: var(--maru-base, #FFF032);
}
.blog-card-two__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card-two__title a:hover {
  background-size: 100% 1px;
}

.blog-one {
  background-color: var(--maru-white, #fff);
}
.blog-one__top {
  margin-bottom: 41px;
}
@media (max-width: 991px) {
  .blog-one__shape-col {
    display: none;
  }
}
.blog-one__shape {
  text-align: center;
}
.blog-one__shape img {
  max-width: 100%;
  height: auto;
  animation: bounce 2500ms linear infinite;
}
.blog-one__text {
  margin: 0;
}
.blog-one--home1 .blog-card__meta li a:hover, .blog-one--home1 .blog-card__title:hover {
  color: var(--maru-primary, #F14F26);
}

.blog-two {
  background-color: var(--maru-white, #fff);
}
.blog-two .sec-title {
  margin-bottom: 37px;
}
.blog-two__carousel .blog-card-two--odd-card {
  margin: 0;
}

.blog-page {
  background-color: var(--maru-white, #fff);
}
.blog-page .blog-card-two--odd-card {
  margin: 0;
}
.blog-page .post-pagination {
  justify-content: center;
}
.blog-page--sidebar .post-pagination {
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .blog-page--sidebar .post-pagination {
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-header {
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.main-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .main-header__inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.main-header__logo img {
  max-width: 100%;
  height: auto;
}
.main-header__right {
  display: flex;
  align-items: center;
}
.main-header__btn {
  padding-left: 36.5px;
  padding-right: 36.5px;
  gap: 8px;
}
@media (max-width: 1199px) {
  .main-header__btn {
    margin-left: 30px;
  }
}
@media (max-width: 575px) {
  .main-header__btn {
    display: none;
  }
}
.main-header--one .main-menu .main-menu__list > li.current > a,
.main-header--one .main-menu .main-menu__list > li:hover > a {
  color: var(--maru-primary, #F14F26);
}
.main-header--one .main-menu .main-menu__list li ul li.current > a,
.main-header--one .main-menu .main-menu__list li ul li:hover > a {
  color: var(--maru-white, #fff);
  background-color: var(--maru-primary, #F14F26);
}
.main-header--one .main-menu .main-menu__list li ul li > a::after {
  color: var(--maru-white, #fff);
}
.main-header--one .mobile-nav__btn:hover span {
  background-color: var(--maru-primary, #F14F26);
}
.main-header--one .main-header__btn {
  padding-top: 12.5px;
  padding-bottom: 13.5px;
  border: 1px solid var(--maru-black, #181823);
}
.main-header--two {
  position: relative;
  background-color: var(--maru-white, #fff);
}

.sticky-header--cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  background-color: var(--maru-white, #fff);
  transform: translateY(-100%);
  box-shadow: 0px 3px 18px rgba(var(--maru-black-rgb, 24, 24, 35), 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__topbar {
  display: none;
}

.mobile-nav__btn {
  width: 24px;
  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(--maru-black, #181823);
  transition: all 500ms ease;
}
.mobile-nav__btn span:nth-child(2) {
  margin-top: 4px;
  margin-bottom: 4px;
}
.mobile-nav__btn:hover span {
  background-color: var(--maru-base, #FFF032);
}

.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 {
  padding-top: 42px;
  padding-bottom: 42px;
  position: relative;
}
.main-menu .main-menu__list > li.dropdown > a {
  position: relative;
}
.main-menu .main-menu__list > li + li {
  margin-left: 60px;
}
@media (max-width: 1599px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 40px;
  }
}
.main-menu .main-menu__list > li > a {
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: var(--maru-black, #181823);
  font-weight: 700;
  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(--maru-base, #FFF032);
}
.main-menu .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 285px;
  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(--maru-white, #fff);
  box-shadow: 0px 10px 60px 0px RGBA(var(--maru-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: 0px !important;
  right: 0px !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-size: 14px;
  line-height: 26px;
  color: var(--maru-black, #181823);
  font-weight: 700;
  display: flex;
  text-transform: uppercase;
  padding: 8px 20px;
  transition: 400ms;
  margin-bottom: 4px;
}
.main-menu .main-menu__list li ul li > a::after {
  position: absolute;
  right: 20px;
  top: 8px;
  border-radius: 0;
  font-size: 7px;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  color: var(--maru-black, #181823);
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  transform: scale(0);
}
.main-menu .main-menu__list li ul li.current > a,
.main-menu .main-menu__list li ul li:hover > a {
  color: var(--maru-black, #181823);
  background-color: var(--maru-base, #FFF032);
}
.main-menu .main-menu__list li ul li.current > a::after,
.main-menu .main-menu__list li ul li:hover > a::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.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(--maru-white, #fff);
  display: block !important;
  margin: 0;
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.demo-one {
  padding-top: 120px;
  padding-bottom: 120px;
}
.demo-one .row {
  --bs-gutter-y: 24px;
}
.demo-one__card {
  background-color: var(--maru-white, #fff);
  box-shadow: 0px 10px 60px 0px rgba(var(--maru-black-rgb, 24, 24, 35), 0.1);
  text-align: center;
  transition: 500ms ease;
  transform: translateY(0px);
}
.demo-one__card:hover {
  transform: translateY(-10px);
}
.demo-one__title {
  margin: 0;
  font-family: var(--maru-font, "Lato", sans-serif);
  text-transform: uppercase;
  font-size: 16px;
  color: var(--maru-black, #181823);
  font-weight: 700;
}
.demo-one__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.demo-one__title a:hover {
  background-size: 100% 1px;
}
.demo-one__title a:hover {
  color: var(--maru-base, #FFF032);
}
.demo-one__image {
  position: relative;
  overflow: hidden;
}
.demo-one__image img {
  max-width: 100%;
  transition: filter 500ms ease;
  filter: blur(0px);
}
.demo-one__card:hover .demo-one__image img {
  filter: blur(2px);
}
.demo-one__btns {
  background-color: rgba(var(--maru-black-rgb, 24, 24, 35), 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  transform: scale(1, 0);
  transition: transform 500ms ease, opacity 600ms linear;
  transform-origin: bottom center;
  opacity: 0;
}
.demo-one__card:hover .demo-one__btns {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: top center;
}
.demo-one__btn {
  min-width: 165px;
  font-size: 15px;
}
.demo-one__title {
  padding-top: 20.5px;
  padding-bottom: 20.5px;
}

.home-showcase .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 20px;
}
.home-showcase__inner {
  padding: 40px 40px 21px;
  background-color: var(--maru-white, #fff);
  box-shadow: 0px 10px 60px 0px rgba(var(--maru-black-rgb, 24, 24, 35), 0.07);
}
.home-showcase .demo-one__card {
  box-shadow: none;
}
.home-showcase .demo-one__btns {
  flex-direction: column;
}
.home-showcase .demo-one__btn {
  min-width: 165px;
  text-align: center;
  justify-content: center;
}
.home-showcase .demo-one__title {
  padding: 0;
  margin-top: 15px;
  padding-bottom: 15px;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  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(--maru-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(--maru-white, #fff);
}

.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: #000;
  opacity: 0.7;
  cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--maru-black, #181823);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 65px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  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;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  line-height: 1;
  color: var(--maru-white, #fff);
  cursor: pointer;
  transition: all 500ms ease;
}
.mobile-nav__close svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.mobile-nav__close:hover {
  color: var(--maru-base, #FFF032);
}

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

.mobile-nav__content .main-menu__list > li.current > a,
.mobile-nav__content .main-menu__list > li:hover > a {
  color: var(--maru-base, #FFF032);
}

.mobile-nav__content .main-menu__list li > a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: var(--maru-white, #fff);
  font-size: 16px;
  font-family: var(--maru-font, "Lato", sans-serif);
  text-transform: uppercase;
  font-weight: 700;
  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(--maru-base, #FFF032);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--maru-base, #FFF032);
  border: none;
  outline: none;
  color: var(--maru-black, #181823);
  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(--maru-white, #fff);
  color: var(--maru-black, #181823);
}

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

.mobile-nav__social {
  display: flex;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 18px;
  color: var(--maru-white, #fff);
  transition: 500ms;
}
.mobile-nav__social a + a {
  margin-left: 20px;
}
.mobile-nav__social a:hover {
  color: var(--maru-base, #FFF032);
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.form-one__group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 23px;
  margin: 0;
}
@media (min-width: 576px) {
  .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 label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: var(--maru-black, #181823);
  text-transform: capitalize;
  line-height: 1.625;
}
.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(--maru-font, "Lato", sans-serif);
}
.form-one .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.form-one .bootstrap-select > .dropdown-toggle {
  position: relative;
  outline: none !important;
  border-radius: 0px;
  border: 0;
  background-color: transparent !important;
  margin: 0;
  padding: 4px 0 12px;
  font-family: var(--maru-font, "Lato", sans-serif);
  color: var(--maru-text, #777777) !important;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
  border-bottom: 1px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
}
.form-one .bootstrap-select > .dropdown-toggle::before {
  position: absolute;
  top: 4px;
  bottom: 0;
  right: 0px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 18px;
  color: var(--maru-text, #777777);
}
@media (max-width: 430px) {
  .form-one .bootstrap-select > .dropdown-toggle::before {
    right: 25px;
  }
}
.form-one .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
}
.form-one .bootstrap-select .dropdown-menu {
  border: none;
}
.form-one .bootstrap-select .dropdown-menu > li > a {
  font-family: var(--maru-font, "Lato", sans-serif);
  font-size: 15px;
  font-weight: 400;
  padding: 10px 22px;
  color: var(--maru-black, #181823);
  background-color: var(--maru-base, #FFF032);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-one .bootstrap-select .dropdown-menu > li:hover > a,
.form-one .bootstrap-select .dropdown-menu > li.selected > a {
  color: var(--maru-white, #fff);
  background-color: var(--maru-black, #181823);
  border-color: var(--maru-base, #FFF032);
}
.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 input[type=text],
.form-one input[type=email],
.form-one input[type=password],
.form-one input[type=tel],
.form-one textarea {
  display: block;
  border: 0;
  outline: 0;
  padding: 3px 0 11px;
  width: 100%;
  font-family: var(--maru-font, "Lato", sans-serif);
  color: var(--maru-text, #777777);
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  border-bottom: 1px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
  transition: all 400ms ease;
}
.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(--maru-black, #181823);
  border-color: var(--maru-base, #FFF032);
}
.form-one textarea {
  height: 83px;
  padding: 3px 0px 0px;
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  position: relative;
}
.google-map iframe {
  position: relative;
  display: block;
  border: none;
  height: 750px;
  width: 100%;
  filter: grayscale(100%) invert(92%) contrast(83%);
}
@media (max-width: 1599px) {
  .google-map iframe {
    height: 650px;
  }
}
@media (max-width: 1399px) {
  .google-map iframe {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .google-map iframe {
    height: 450px;
  }
}

.contact-map {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/
.client-brands {
  padding-bottom: 210px;
  background-color: RGBA(var(--maru-gray-rgb, 255, 253, 232), 0.4);
}
@media (max-width: 1199px) {
  .client-brands {
    padding-bottom: var(--section-space, 150px);
  }
}
@media (max-width: 767px) {
  .client-brands {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .client-brands {
    padding-bottom: 80px;
  }
}
.client-brands .sec-title {
  margin-bottom: 42px;
}
.client-brands__card {
  min-height: 120px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
  transition: all 500ms ease;
}
.client-brands__card:hover {
  border-color: var(--maru-black, #181823);
}
.client-brands__card img {
  max-width: 100%;
  height: auto;
  opacity: 0.5;
  transition: all 500ms ease;
}
.client-brands__card:hover img {
  opacity: 1;
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.client-brands__link-box {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 575px) {
  .client-brands__link-box {
    min-height: auto;
    margin-top: 30px;
  }
}
.client-brands__link {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: var(--maru-black, #181823);
  font-weight: 700;
  line-height: 1.625;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.client-brands__link:hover {
  color: var(--maru-primary, #F14F26);
}
.client-brands__link__icon-box {
  display: inline-block;
  padding-left: 8px;
  overflow: hidden;
}
.client-brands__link__icon {
  display: inline-flex;
  font-size: 13px;
  color: inherit;
}
.client-brands__link__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.client-brands__link:hover .client-brands__link__icon {
  animation: slideRight 500ms;
}
.client-brands--two {
  background-color: var(--maru-white, #fff);
}
.client-brands--two .client-brands__card {
  border-radius: 1000px;
}

.client-carousel {
  padding-top: 22px;
  padding-bottom: 16px;
  background-color: var(--maru-white, #fff);
  border-top: 1px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
  border-bottom: 1px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
}
@media (max-width: 767px) {
  .client-carousel {
    padding-top: 52px;
    padding-bottom: 63px;
  }
}
@media (min-width: 768px) {
  .client-carousel .container {
    max-width: 1783px;
    padding-right: 0;
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  .client-carousel .container {
    margin-left: calc((100% - 1326px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}
.client-carousel__inner {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .client-carousel__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.client-carousel__title-box {
  padding-right: 30px;
  width: 22.883%;
  flex: 0 0 auto;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .client-carousel__title-box {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .client-carousel__title-box {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 40px;
    text-align: center;
  }
}
.client-carousel__title {
  margin: 0;
  font-weight: 400;
  font-size: 52px;
  line-height: 1.153;
}
@media (max-width: 1599px) {
  .client-carousel__title {
    font-size: 45px;
  }
}
@media (max-width: 1399px) {
  .client-carousel__title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .client-carousel__title {
    font-size: 32px;
  }
}
.client-carousel__slider {
  width: 77.117%;
  flex: 0 0 auto;
}
@media (max-width: 1199px) {
  .client-carousel__slider {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .client-carousel__slider {
    width: 100%;
  }
}
.client-carousel__slider__item {
  position: relative;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .client-carousel__slider__item {
    padding: 0;
  }
}
.client-carousel__slider__item::before {
  content: "";
  width: 1px;
  height: calc(100% + 63px);
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0px;
  transform: translateY(-50%);
  background-color: RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
}
@media (max-width: 1599px) {
  .client-carousel__slider__item::before {
    height: calc(100% + 54px);
  }
}
@media (max-width: 1399px) {
  .client-carousel__slider__item::before {
    height: calc(100% + 48px);
  }
}
@media (max-width: 991px) {
  .client-carousel__slider__item::before {
    height: calc(100% + 39.5px);
  }
}
@media (max-width: 767px) {
  .client-carousel__slider__item::before {
    display: none;
  }
}
.client-carousel__slider__item img {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  transition: all 500ms ease;
}
.client-carousel__slider__item:hover img {
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonial-card {
  padding: 40px 50px 47px;
  background-color: var(--maru-white, #fff);
  box-shadow: 0px 15px 40px RGBA(var(--maru-black2-rgb, 0, 0, 0), 0.08);
  border-radius: 10px;
}
@media (max-width: 575px) {
  .testimonial-card {
    padding: 25px 35px 32px;
  }
}
@media (max-width: 430px) {
  .testimonial-card {
    padding: 20px 30px 27px;
  }
}
.testimonial-card__top {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 430px) {
  .testimonial-card__top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.testimonial-card__review {
  display: flex;
  align-items: center;
  flex-grow: 1;
  gap: 27px;
}
.testimonial-card__review__text {
  display: flex;
  margin: 0;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.192;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .testimonial-card__review__text {
    font-size: 45px;
  }
}
.testimonial-card__ratings {
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
}
.testimonial-card__ratings__icon {
  display: inline-flex;
  font-size: 18px;
  color: var(--maru-base, #FFF032);
}
.testimonial-card__ratings__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.testimonial-card__ratings__icon:last-child {
  color: RGBA(var(--maru-text-rgb, 119, 119, 119), 0.3);
}
.testimonial-card__ratings__text {
  margin: 0;
  text-transform: capitalize;
}
.testimonial-card__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 39px;
  color: var(--maru-black, #181823);
  transition: all 500ms ease;
}
.testimonial-card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.testimonial-card:hover .testimonial-card__icon {
  color: var(--maru-base, #FFF032);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.testimonial-card__quote {
  margin-bottom: 27px;
  padding-bottom: 21px;
  font-family: var(--maru-heading-font, "Gallery Modern");
  font-weight: 400;
  font-size: 24px;
  color: var(--maru-black, #181823);
  line-height: 1.416;
  border-bottom: 1px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
  transition: all 500ms ease;
}
@media (max-width: 575px) {
  .testimonial-card__quote {
    font-size: 22px;
  }
}
@media (max-width: 430px) {
  .testimonial-card__quote {
    font-size: 20px;
  }
}
.testimonial-card:hover .testimonial-card__quote {
  border-color: var(--maru-base, #FFF032);
}
.testimonial-card__info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial-card__image {
  flex-shrink: 0;
  display: inline-block !important;
  width: 52px !important;
  height: 52px !important;
  border-radius: 50%;
}
.testimonial-card__name {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.416;
}
@media (max-width: 375px) {
  .testimonial-card__name {
    font-size: 20px;
  }
}
.testimonial-card__designation {
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 375px) {
  .testimonial-card__designation {
    font-size: 14px;
  }
}
.testimonial-card__shape {
  position: absolute;
  right: 113px;
  bottom: 68px;
  display: flex;
  align-items: center;
  gap: 22px;
}
@media (max-width: 1799px) {
  .testimonial-card__shape {
    right: 50px;
  }
}
@media (max-width: 767px) {
  .testimonial-card__shape {
    display: none;
  }
}
.testimonial-card__shape__icon {
  display: inline-flex;
  font-size: 20px;
  color: RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
  transition: all 500ms ease;
  animation: textRotate 2s linear infinite;
}
.testimonial-card__shape__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.testimonial-card:hover .testimonial-card__shape__icon {
  color: var(--maru-base, #FFF032);
}

.testimonial-card-two {
  padding: 50px 50px 52px;
  display: flex;
  align-items: flex-start;
  gap: 35px 48px;
  background-color: RGBA(var(--maru-black-rgb, 24, 24, 35), 0.05);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card-two {
    padding: 40px 40px 42px;
  }
}
@media (max-width: 767px) {
  .testimonial-card-two {
    padding: 40px 40px 42px;
  }
}
@media (max-width: 575px) {
  .testimonial-card-two {
    flex-direction: column;
  }
}
@media (max-width: 430px) {
  .testimonial-card-two {
    padding: 30px 30px 32px;
  }
}
.testimonial-card-two__info {
  display: flex;
  align-items: flex-start;
  gap: 25px 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card-two__info {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .testimonial-card-two__info {
    flex-direction: column;
  }
}
.testimonial-card-two__image {
  flex-shrink: 0;
  width: 100px !important;
  height: 100px;
  border-radius: 50%;
}
.testimonial-card-two__identity {
  margin-top: -2px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card-two__identity {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .testimonial-card-two__identity {
    margin-top: 0;
  }
}
.testimonial-card-two__name {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: capitalize;
}
.testimonial-card-two__quote {
  margin: 0;
}
.testimonial-card-two__social {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  background-color: var(--maru-base, #FFF032);
  z-index: 1;
  transition: all 500ms ease;
}
.testimonial-card-two__social::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--maru-black, #181823);
  border-radius: inherit;
  z-index: -1;
  transition: all 500ms ease;
}
.testimonial-card-two__social:hover::after {
  width: 100%;
  height: 100%;
}
.testimonial-card-two__social__icon {
  display: inline-flex;
  font-size: 16px;
  color: var(--maru-black, #181823);
  transition: all 500ms ease;
}
.testimonial-card-two__social__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.testimonial-card-two__social:hover .testimonial-card-two__social__icon {
  color: var(--maru-white, #fff);
}

.testimonials-one {
  position: relative;
  background-color: var(--maru-white, #fff);
}
.testimonials-one__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.testimonials-one__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--maru-gray-rgb, 255, 253, 232), 0.4);
  z-index: 1;
}
.testimonials-one__bg__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  opacity: 0.1;
}
.testimonials-one .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .testimonials-one__container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.testimonials-one__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}
@media (max-width: 991px) {
  .testimonials-one__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
  }
}
.testimonials-one__carousel.owl-carousel .owl-item:nth-child(even) {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .testimonials-one__carousel.owl-carousel .owl-item:nth-child(even) {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .testimonials-one__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
  }
}
.testimonials-one__carousel.owl-carousel .owl-nav button {
  color: var(--maru-white, #fff);
  background-color: var(--maru-black, #181823);
}
.testimonials-one .sec-title {
  margin-bottom: 42px;
}
.testimonials-one__shape-1, .testimonials-one__shape-2 {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1399px) {
  .testimonials-one__shape-1, .testimonials-one__shape-2 {
    display: none;
  }
}
.testimonials-one__shape-1 {
  position: absolute;
  top: 230px;
  left: 9%;
  animation: moveX 2s linear infinite;
}
.testimonials-one__shape-2 {
  position: absolute;
  top: 230px;
  right: 8.2%;
  animation: leafMove 2s linear infinite;
}
.testimonials-one--home4 {
  background-color: var(--maru-white, #fff);
}
.testimonials-one--home4 .testimonials-one__top {
  position: relative;
  margin-bottom: 214px;
}
.testimonials-one--home4 .testimonials-one__top__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 90px;
  left: 15%;
  animation: zumpBottom 2s linear infinite;
}
@media (max-width: 767px) {
  .testimonials-one--home4 .testimonials-one__top__shape {
    top: 70px;
  }
}
@media (min-width: 1400px) {
  .testimonials-one--home4 .testimonials-one__wrapper {
    padding-right: 66px;
    margin-left: calc((100% - 1296px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}
.testimonials-one--home4 .testimonials-one__carousel.owl-carousel .owl-item {
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.testimonials-one--home4 .testimonials-one__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}
.testimonials-one--home4 .testimonials-one__carousel.owl-carousel .active + .active {
  transform: translateY(-100px);
}
@media (min-width: 992px) {
  .testimonials-one--home4 .testimonials-one__carousel.owl-carousel .owl-nav {
    position: absolute;
    right: 16.5%;
    bottom: -8px;
  }
}
.testimonials-one--home4 .testimonial-card {
  box-shadow: none;
  background-color: RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonials-one--home4 .testimonial-card {
    padding: 20px 30px 27px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonials-one--home4 .testimonial-card__shape {
    right: 30px;
    gap: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonials-one--home4 .testimonial-card__shape__icon {
    font-size: 16px;
  }
}
.testimonials-one--home4 .testimonials-one__shape-1 {
  display: inline-block;
  top: auto;
  left: 91px;
  bottom: -130px;
}
@media (max-width: 991px) {
  .testimonials-one--home4 .testimonials-one__shape-1 {
    left: 70px;
    bottom: -20px;
  }
}
@media (max-width: 767px) {
  .testimonials-one--home4 .testimonials-one__shape-1 {
    left: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonials-one--page .testimonial-card {
    padding: 30px 40px 37px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonials-one--page .testimonial-card__shape {
    display: none;
  }
}
.testimonials-one--carousel .testimonials-one__carousel.owl-carousel .owl-item {
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.testimonials-one--carousel .testimonials-one__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}
.testimonials-one--carousel .testimonials-one__carousel.owl-carousel .active + .active {
  transform: translateY(0px);
}

.testimonials-two__container {
  padding-left: 0;
  padding-right: 0;
}
.testimonials-two__slide {
  margin-bottom: 82px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 70px;
  animation: textScrolling 25s linear infinite;
  animation-direction: reverse;
  will-change: transform;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .testimonials-two__slide {
    animation-duration: 20s;
  }
}
@media (max-width: 991px) {
  .testimonials-two__slide {
    gap: 50px;
    animation-duration: 15s;
  }
}
@media (max-width: 767px) {
  .testimonials-two__slide {
    margin-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .testimonials-two__slide {
    animation-duration: 10s;
  }
}
@media (max-width: 430px) {
  .testimonials-two__slide {
    gap: 40px;
  }
}
@media (max-width: 375px) {
  .testimonials-two__slide {
    animation-duration: 7s;
  }
}
.testimonials-two__slide:hover {
  animation-play-state: paused;
}
.testimonials-two__slide__icon {
  display: inline-flex;
  font-size: 20px;
  color: var(--maru-black, #181823);
  animation: textRotate 3s linear infinite;
}
.testimonials-two__slide__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.testimonials-two__slide:hover .testimonials-two__slide__icon {
  animation-play-state: paused;
}
.testimonials-two__slide__title {
  margin: 0;
  font-size: 52px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.192;
}
@media (max-width: 575px) {
  .testimonials-two__slide__title {
    font-size: 45px;
  }
}
.testimonials-two__carousel.owl-carousel {
  position: relative;
}
.testimonials-two__carousel.owl-carousel .owl-nav {
  margin-top: 53px;
}
@media (min-width: 992px) {
  .testimonials-two__carousel.owl-carousel .owl-nav {
    display: block;
  }
}
.testimonials-two__carousel.owl-carousel .owl-nav button {
  width: 39px;
  height: 39px;
  font-size: 7px;
}
@media (min-width: 992px) {
  .testimonials-two__carousel.owl-carousel .owl-nav button.owl-prev, .testimonials-two__carousel.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: calc(50% - 54px);
    transform: translateY(-50%);
  }
}
.testimonials-two__carousel.owl-carousel .owl-nav button.owl-prev {
  left: 0px;
}
.testimonials-two__carousel.owl-carousel .owl-nav button.owl-next {
  right: 0px;
}
.testimonials-two__item {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .testimonials-two__item {
    max-width: 700px;
  }
}
.testimonials-two__ratings {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.testimonials-two__ratings__icon {
  display: inline-flex;
  font-size: 18px;
  color: var(--maru-base, #FFF032);
}
.testimonials-two__ratings__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.testimonials-two__quote {
  margin-bottom: 35px;
  font-family: var(--maru-heading-font, "Gallery Modern");
  font-size: 24px;
  font-weight: 400;
  color: var(--maru-black, #181823);
  text-align: center;
  line-height: 1.416;
}
@media (max-width: 767px) {
  .testimonials-two__quote {
    font-size: 22px;
  }
}
@media (max-width: 430px) {
  .testimonials-two__quote {
    font-size: 20px;
  }
}
.testimonials-two__quote__icon {
  display: inline-flex;
  color: RGBA(var(--maru-black-rgb, 24, 24, 35), 0.2);
  transition: all 500ms ease;
}
.testimonials-two__quote__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.testimonials-two__item:hover .testimonials-two__quote__icon {
  color: var(--maru-base, #FFF032);
}
.testimonials-two__info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px 38px;
}
@media (max-width: 575px) {
  .testimonials-two__info {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.testimonials-two__info__logo {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
}
.testimonials-two__identity {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonials-two__identity__right {
  position: relative;
}
.testimonials-two__identity__right::after {
  content: "";
  width: 1px;
  height: calc(100% + 6px);
  background-color: RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
  position: absolute;
  top: 50%;
  right: -19px;
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .testimonials-two__identity__right::after {
    display: none;
  }
}
.testimonials-two__image {
  flex-shrink: 0;
  width: 56px !important;
  height: 56px;
  border-radius: 50%;
}
.testimonials-two__name {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: capitalize;
}
.testimonials-two__designation {
  margin: 0;
  text-transform: capitalize;
  line-height: 1.25;
}
.testimonials-two--home3 .testimonials-two__title {
  margin-bottom: -27px;
  font-size: 20vw;
  font-weight: 400;
  color: RGBA(var(--maru-black-rgb, 24, 24, 35), 0.05);
  line-height: 1.03125;
  text-transform: capitalize;
}
@media (max-width: 1799px) {
  .testimonials-two--home3 .testimonials-two__title {
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .testimonials-two--home3 .testimonials-two__title {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .testimonials-two--home3 .testimonials-two__title {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .testimonials-two--home3 .testimonials-two__title {
    margin-bottom: 43px;
  }
}
@media (max-width: 430px) {
  .testimonials-two--home3 .testimonials-two__title {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .testimonials-two--home3 .testimonials-two__carousel.owl-carousel .owl-nav button.owl-prev, .testimonials-two--home3 .testimonials-two__carousel.owl-carousel .owl-nav button.owl-next {
    top: calc(50% + 72px);
  }
}
.testimonials-two--home3 .testimonials-two__info {
  display: block;
  margin-bottom: 27px;
}
.testimonials-two--home3 .testimonials-two__image {
  margin: 0 auto 6px;
  flex-shrink: 0;
  width: 70px !important;
  height: 70px;
  border-radius: 50%;
}
.testimonials-two--home3 .testimonials-two__identity {
  display: block;
  text-align: center;
}
.testimonials-two--home3 .testimonials-two__name {
  margin-bottom: 4px;
}
.testimonials-two--home3 .testimonials-two__designation {
  color: var(--maru-base, #FFF032);
}
.testimonials-two--home3 .testimonials-two__quote {
  margin-bottom: 34px;
}
.testimonials-two--home3 .testimonials-two__ratings {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  padding-top: 37.5px;
  padding-bottom: 32.5px;
  background-color: var(--maru-black, #181823);
}
.page-header__content {
  text-align: center;
}

.maru-breadcrumb {
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 7px 0;
  flex-wrap: wrap;
}
.maru-breadcrumb li {
  display: flex;
  align-items: center;
  font-family: var(--maru-heading-font, "Gallery Modern");
  font-size: 24px;
  color: var(--maru-white, #fff);
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .maru-breadcrumb li {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .maru-breadcrumb li {
    font-size: 20px;
  }
}
.maru-breadcrumb li:not(:last-of-type)::after {
  content: "/";
  margin-left: 8px;
  margin-right: 8px;
  font-size: 24px;
}
.maru-breadcrumb li span,
.maru-breadcrumb li a {
  display: inline-block;
}
.maru-breadcrumb li:not(:first-child) span {
  color: var(--maru-base, #FFF032);
}
.maru-breadcrumb li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.maru-breadcrumb li a:hover {
  background-size: 100% 1px;
}
.maru-breadcrumb li a:hover {
  color: var(--maru-base, #FFF032);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
  background-color: var(--maru-white, #fff);
  border-top: 1px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
}
.main-footer .container {
  position: relative;
  z-index: 1;
}
.main-footer__top {
  position: relative;
  padding-top: 99px;
  padding-bottom: 94px;
}
@media (max-width: 575px) {
  .main-footer__top {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.main-footer__top::after {
  content: "";
  width: 1px;
  height: calc(100% + 0px);
  background-color: RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
  position: absolute;
  top: 0;
  left: calc((100% - 91px) / 2);
}
@media (max-width: 1199px) {
  .main-footer__top::after {
    left: calc((100% - 30px) / 2);
  }
}
@media (max-width: 991px) {
  .main-footer__top::after {
    display: none;
  }
}
.main-footer__bottom {
  padding-top: 42px;
  padding-bottom: 43px;
  border-top: 1px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
}
.main-footer__copyright {
  position: relative;
  margin: 0;
  padding-right: 90px;
  font-size: 16px;
  font-weight: 400;
  color: var(--maru-text, #777777);
}
@media (max-width: 1324px) {
  .main-footer__copyright {
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  .main-footer__copyright {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .main-footer__copyright {
    text-align: center;
  }
}
.main-footer__copyright::after {
  content: "";
  width: 1px;
  height: calc(100% + 85px);
  background-color: RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
}
@media (max-width: 1324px) {
  .main-footer__copyright::after {
    right: 25px;
  }
}
@media (max-width: 1199px) {
  .main-footer__copyright::after {
    display: none;
  }
}
.main-footer__nav {
  margin: 0;
  padding-left: 98px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 48px;
}
@media (max-width: 1199px) {
  .main-footer__nav {
    padding-left: 0;
    gap: 10px 35px;
  }
}
@media (max-width: 991px) {
  .main-footer__nav {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .main-footer__nav {
    gap: 10px 30px;
  }
}
.main-footer__nav a {
  font-size: 16px;
  color: var(--maru-black, #181823);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.625;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-footer__nav a:hover {
  color: var(--maru-base, #FFF032);
}
.main-footer__nav a:hover {
  background-size: 100% 1px;
}
.main-footer__social {
  position: relative;
  padding-left: 33px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 27px;
}
@media (max-width: 1199px) {
  .main-footer__social {
    padding-left: 0;
    justify-content: center;
  }
}
.main-footer__social::before {
  content: "";
  width: 1px;
  height: calc(100% + 95px);
  background-color: RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .main-footer__social::before {
    display: none;
  }
}
.main-footer__social a {
  display: inline-flex;
  font-size: 16px;
  color: var(--maru-black, #181823);
}
.main-footer__social a:hover {
  color: var(--maru-base, #FFF032);
}
.main-footer__social a svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.main-footer--home1 .main-footer__nav a:hover,
.main-footer--home1 .main-footer__social a:hover {
  color: var(--maru-primary, #F14F26);
}

.footer-widget--newsletter {
  position: relative;
  margin-top: -4px;
  padding-right: 54px;
}
@media (max-width: 1199px) {
  .footer-widget--newsletter {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .footer-widget--newsletter {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .footer-widget--newsletter {
    margin-top: 0;
  }
}
.footer-widget--newsletter .footer-widget__title {
  margin-bottom: 18px;
  font-size: 32px;
  line-height: 1.3125;
}
.footer-widget--links {
  margin-top: -4px;
}
@media (max-width: 767px) {
  .footer-widget--links {
    margin-top: 0;
  }
}
.footer-widget__title {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 400;
  color: var(--maru-black, #181823);
  text-transform: capitalize;
  line-height: 1.5;
}
.footer-widget__logo {
  margin-bottom: 50px;
  display: inline-block;
}
.footer-widget__logo img {
  max-width: 100%;
  height: auto;
}
.footer-widget__scroll-up {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
  overflow: hidden;
  transition: all 500ms ease;
}
.footer-widget__scroll-up:hover {
  background-color: var(--maru-base, #FFF032);
  border-color: var(--maru-base, #FFF032);
}
.footer-widget__scroll-up__icon {
  display: inline-flex;
  font-size: 32px;
  color: var(--maru-black, #181823);
  transition: all 500ms ease;
}
.footer-widget__scroll-up__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.footer-widget__scroll-up:hover .footer-widget__scroll-up__icon {
  color: var(--maru-black, #181823);
  animation: slideTop 500ms;
}
.footer-widget__newsletter {
  display: flex;
  align-items: center;
}
.footer-widget__newsletter input[type=email] {
  width: calc(100% - 56px);
  height: 42px;
  padding: 0;
  outline: none;
  padding-left: 19px;
  font-size: 14px;
  color: var(--maru-text, #777777);
  font-weight: 400;
  background-color: transparent;
  border: 1px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
  border-right: 0;
  transition: all 500ms ease;
}
.footer-widget__newsletter input[type=email]:focus {
  color: var(--maru-black, #181823);
  border-color: var(--maru-black, #181823);
}
.footer-widget__newsletter button[type=submit] {
  width: 56px;
  height: 42px;
  padding: 0;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--maru-black, #181823);
  font-size: 18px;
  color: var(--maru-white, #fff);
  transition: all 400ms ease;
}
.footer-widget__newsletter button[type=submit] svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.footer-widget__newsletter button[type=submit]:hover {
  color: var(--maru-black, #181823);
  background-color: var(--maru-base, #FFF032);
}
.footer-widget__links {
  margin: 0;
  padding: 0;
}
.footer-widget__links li + li {
  margin-top: 16px;
}
.footer-widget__links li {
  font-size: 12px;
  color: var(--maru-text, #777777);
  font-weight: 400;
  line-height: 1.333;
}
.footer-widget__links li:hover {
  color: var(--maru-black, #181823);
}
.footer-widget__links li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer-widget__links li a:hover {
  background-size: 100% 1px;
}

.main-footer-two {
  background-color: var(--maru-white, #fff);
}
.main-footer-two__content {
  margin: 0 auto 100px;
  max-width: 1060px;
}
@media (max-width: 575px) {
  .main-footer-two__content {
    margin-bottom: 80px;
  }
}
.main-footer-two__top {
  margin-bottom: 65px;
  text-align: center;
}
.main-footer-two__tagline {
  margin-bottom: 13px;
  font-size: 24px;
  line-height: 1.416;
}
.main-footer-two__title {
  margin: 0;
  font-size: 132px;
  font-weight: 400;
  line-height: 1.075;
}
@media (max-width: 1399px) {
  .main-footer-two__title {
    font-size: 100px;
  }
}
@media (max-width: 1199px) {
  .main-footer-two__title {
    font-size: 90px;
  }
}
@media (max-width: 991px) {
  .main-footer-two__title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .main-footer-two__title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .main-footer-two__title {
    font-size: 55px;
  }
}
@media (max-width: 430px) {
  .main-footer-two__title {
    font-size: 45px;
  }
}
.main-footer-two__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 991px) {
  .main-footer-two__bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.main-footer-two__copyright {
  margin: 0;
}
@media (max-width: 991px) {
  .main-footer-two__copyright {
    text-align: center;
  }
}
.main-footer-two__scroll-top {
  display: flex;
  align-items: center;
  gap: 27px;
}
.main-footer-two__scroll-top__text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.5;
}
.main-footer-two__scroll-top__btn {
  position: relative;
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  font-size: 14px;
  color: var(--maru-white, #fff);
  background-color: var(--maru-black, #181823);
  overflow: hidden;
  transition: all 500ms ease;
}
.main-footer-two__scroll-top__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.main-footer-two__scroll-top__btn:hover {
  color: var(--maru-black, #181823);
  background-color: var(--maru-base, #FFF032);
}
.main-footer-two__scroll-top__btn:hover .main-footer-two__scroll-top__icon {
  animation: slideTop 450ms;
}
.main-footer-two__social {
  padding: 100px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  border-top: 1px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
}
@media (max-width: 575px) {
  .main-footer-two__social {
    padding: 80px 0px;
  }
}
.main-footer-two__social__item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-footer-two__social__title {
  margin: 0;
  padding: 9px 35px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-transform: capitalize;
  border: 1px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
  border-radius: 100px;
  transition: all 500ms ease;
}
.main-footer-two__social__item:hover .main-footer-two__social__title {
  border-color: var(--maru-base, #FFF032);
  background-color: var(--maru-base, #FFF032);
}
.main-footer-two__social__link {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  font-size: 14px;
  color: var(--maru-black, #181823);
  background-color: RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  transition: all 500ms ease;
}
.main-footer-two__social__link svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.main-footer-two__social__link::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--maru-base, #FFF032);
  border-radius: inherit;
  z-index: -1;
  transition: all 500ms ease;
}
.main-footer-two__social__link:hover::after {
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-page {
  padding-top: 100px;
}
@media (max-width: 575px) {
  .contact-page {
    padding-top: 80px;
  }
}
.contact-page__title {
  margin-bottom: 11px;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.192;
}
@media (max-width: 1199px) {
  .contact-page__title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .contact-page__title {
    font-size: 45px;
  }
}
@media (max-width: 430px) {
  .contact-page__title {
    font-size: 40px;
  }
}
.contact-page__text {
  margin-bottom: 42px;
  padding-right: 112px;
}
@media (max-width: 1199px) {
  .contact-page__text {
    padding-right: 0;
  }
}
.contact-page__info {
  padding-right: 110px;
}
@media (max-width: 1199px) {
  .contact-page__info {
    padding-right: 0;
  }
}
.contact-page__info__list {
  margin: 0;
  padding: 22px 49px 29px;
  border-radius: 10px;
  background-color: RGBA(var(--maru-black-rgb, 24, 24, 35), 0.05);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-page__info__list {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 430px) {
  .contact-page__info__list {
    padding-left: 29px;
    padding-right: 29px;
  }
}
.contact-page__info__list li + li {
  margin-top: 12px;
}
.contact-page__info__list li {
  padding-bottom: 11px;
  font-family: var(--maru-heading-font, "Gallery Modern");
  font-weight: 400;
  font-size: 20px;
  color: var(--maru-black, #181823);
  line-height: 1.5;
  border-bottom: 2px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
}
@media (max-width: 375px) {
  .contact-page__info__list li {
    font-size: 18px;
  }
}
.contact-page__info__list li:hover {
  color: var(--maru-base, #FFF032);
}
.contact-page__info__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-page__info__list li a:hover {
  background-size: 100% 1px;
}
.contact-page__form {
  padding: 49px 50px 57px;
  border-radius: 10px;
  background-color: RGBA(var(--maru-black-rgb, 24, 24, 35), 0.05);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-page__form {
    padding: 39px 30px 47px;
  }
}
@media (max-width: 430px) {
  .contact-page__form {
    padding: 22px 30px 30px;
  }
}
.contact-page__form .form-one .form-one__group {
  grid-template-columns: 1fr;
  grid-gap: 30px 24px;
}
@media (min-width: 768px) {
  .contact-page__form .form-one .form-one__group {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 51px 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-page__form .form-one .form-one__group {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px 24px;
  }
}
@media (min-width: 1200px) {
  .contact-page__form .form-one .form-one__group {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 51px 24px;
  }
}
.contact-page__form .form-one label {
  margin-bottom: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.contact-page__form .form-one input[type=text],
.contact-page__form .form-one input[type=email],
.contact-page__form .form-one input[type=password],
.contact-page__form .form-one input[type=tel],
.contact-page__form .form-one textarea {
  height: 66px;
  padding: 0px 20px !important;
  border: 1px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1) !important;
}
.contact-page__form .form-one input[type=text]:focus,
.contact-page__form .form-one input[type=email]:focus,
.contact-page__form .form-one input[type=password]:focus,
.contact-page__form .form-one input[type=tel]:focus,
.contact-page__form .form-one textarea:focus {
  border-color: var(--maru-base, #FFF032) !important;
}
.contact-page__form .form-one #country-phone-code-list {
  width: calc(100% - 94px);
}
@media (max-width: 412px) {
  .contact-page__form .form-one #country-phone-code-list {
    width: 100%;
  }
}
.contact-page__form .form-one textarea {
  height: 163px;
  padding: 18px 20px 0px !important;
}
.contact-page__form .form-one .iti {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 412px) {
  .contact-page__form .form-one .iti {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact-page__form .form-one .iti__flag-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 12px;
  width: 94px;
  height: 66px;
  position: relative !important;
  left: 0 !important;
  border: 1px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1) !important;
  transition: all 500ms ease;
}
@media (max-width: 412px) {
  .contact-page__form .form-one .iti__flag-container {
    width: 100%;
    padding: 20px;
    justify-content: flex-start;
  }
}
.contact-page__form .form-one .iti__selected-flag {
  height: auto;
  padding: 0;
  background-color: transparent;
}
.contact-page__form .form-one .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.contact-page__form .form-one .iti__country-list {
  width: 100%;
  min-width: 260px;
  top: 0px;
  left: 0px;
}
.contact-page__form .form-one .iti__selected-dial-code {
  font-family: var(--maru-font, "Lato", sans-serif);
  color: var(--maru-text, #777777);
  font-size: 16px;
  line-height: 1.625;
  font-weight: 400;
}
.contact-page__form .form-one .iti__arrow {
  position: relative;
  display: inline-block;
  width: 10.9px;
  height: 5.9px;
  border: 0;
}
.contact-page__form .form-one .iti__arrow::before, .contact-page__form .form-one .iti__arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 8px;
  border-radius: 9999px;
  background-color: var(--maru-text, #777777);
  transform-origin: 50% calc(100% - 0.5px);
}
.contact-page__form .form-one .iti__arrow::before {
  transform: rotate(45deg);
}
.contact-page__form .form-one .iti__arrow::after {
  transform: rotate(-45deg);
}
.contact-page__form__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-page__form__bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .contact-page__form__bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.contact-page__form__checked-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .contact-page__form__checked-box {
    display: block;
    margin-bottom: 5px;
  }
}
.contact-page__form__checked-box label {
  margin: 0 !important;
  position: relative;
  display: inline-block;
  padding-left: 35px;
  cursor: pointer;
  color: var(--maru-text, #777777) !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
}
.contact-page__form__checked-box label span::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 6px;
  display: block;
  border-bottom: 2px solid var(--maru-base, #FFF032);
  border-right: 2px solid var(--maru-base, #FFF032);
  width: 7px;
  height: 10px;
  pointer-events: none;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  opacity: 0;
}
.contact-page__form__checked-box input[type=checkbox] {
  display: none;
}
.contact-page__form__checked-box input[type=checkbox] + label span {
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 4px;
  width: 23px;
  height: 23px;
  vertical-align: middle;
  background: transparent;
  cursor: pointer;
  border: 1px solid var(--maru-base, #FFF032);
  transition: all 300ms ease;
}
.contact-page__form__checked-box input[type=checkbox]:checked + label span {
  border-color: var(--maru-base, #FFF032);
}
.contact-page__form__checked-box input[type=checkbox]:checked + label span::before {
  opacity: 1;
}
.contact-page__form__btn {
  padding: 17px 24px;
  flex-shrink: 0;
}

.contact-btn {
  position: relative;
  width: 200px;
  height: 200px;
  padding: 37px 37px 49px 50px;
  flex-shrink: 0;
  text-align: left;
  border-radius: 50%;
  background-color: var(--maru-white, #fff);
  border: 1px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
  transition: all 500ms ease;
}
.contact-btn:hover {
  border-color: var(--maru-base, #FFF032);
  background-color: var(--maru-base, #FFF032);
}
.contact-btn::after {
  content: "";
  width: 1px;
  height: calc(100% - 70px);
  background-color: RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
  position: absolute;
  position: absolute;
  top: 35px;
  left: 100px;
  transform: rotate(-45deg);
  transition: all 500ms ease;
}
.contact-btn:hover::after {
  background-color: var(--maru-black, #181823);
}
.contact-btn__link {
  position: relative;
  margin-left: auto;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
  color: var(--maru-black, #181823);
  background-color: RGBA(var(--maru-black-rgb, 24, 24, 35), 0.04);
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  transition: all 500ms ease;
}
.contact-btn__link svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.contact-btn__link::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--maru-primary, #F14F26);
  border-radius: inherit;
  z-index: -1;
  transition: all 500ms ease;
}
.contact-btn:hover .contact-btn__link {
  color: var(--maru-white, #fff);
}
.contact-btn:hover .contact-btn__link::after {
  width: 100%;
  height: 100%;
}
.contact-btn__text {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 8px;
  color: var(--maru-black, #181823);
  font-weight: 700;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.contact-btn__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 1px;
  left: -148px;
  animation: moveX 2s linear infinite;
}
@media (max-width: 1199px) {
  .contact-btn__shape {
    left: -140px;
  }
}
@media (max-width: 575px) {
  .contact-btn__shape {
    display: none;
  }
}

.contact-one {
  padding-top: 136px;
}
@media (max-width: 767px) {
  .contact-one {
    padding-top: 86px;
  }
}
@media (max-width: 575px) {
  .contact-one {
    padding-top: 66px;
  }
}
.contact-one__wrapper {
  position: relative;
  max-width: 1207px;
  margin: auto 0;
}
.contact-one__content {
  position: relative;
  text-align: center;
  z-index: 2;
}
.contact-one__title {
  width: 100%;
  margin-bottom: 86px;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .contact-one__title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .contact-one__title {
    margin-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .contact-one__title {
    font-size: 40px;
  }
}
@media (max-width: 430px) {
  .contact-one__title {
    font-size: 35px;
  }
}
.contact-one__title__icon {
  position: relative;
  top: 6px;
  display: inline-flex;
  font-size: inherit;
  color: var(--accent-color);
  animation: textRotate 3s linear infinite;
}
.contact-one__title__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.contact-one .contact-btn {
  margin: 0 auto;
}
.contact-one__shape-1, .contact-one__shape-2, .contact-one__shape-3 {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .contact-one__shape-1, .contact-one__shape-2, .contact-one__shape-3 {
    display: none;
  }
}
.contact-one__shape-1 {
  position: absolute;
  left: 0px;
  bottom: 121px;
  z-index: 1;
  animation: zumpBottom 2s linear infinite;
}
@media (max-width: 1199px) {
  .contact-one__shape-1 {
    bottom: 60px;
  }
}
.contact-one__shape-2 {
  position: absolute;
  left: 12px;
  bottom: 63px;
  animation: zumpTop 2s linear infinite;
}
@media (max-width: 1199px) {
  .contact-one__shape-2 {
    bottom: 0px;
  }
}
.contact-one__shape-3 {
  position: absolute;
  right: 0px;
  bottom: 113px;
  animation: leafMove 2s linear infinite;
}
@media (max-width: 1199px) {
  .contact-one__shape-3 {
    bottom: 80px;
  }
}

.contact-two {
  position: relative;
  background-color: var(--maru-white, #fff);
}
.contact-two::after {
  content: "";
  width: 100%;
  height: calc(100% - 301px);
  background-color: RGBA(var(--maru-gray-rgb, 255, 253, 232), 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.contact-two .container {
  position: relative;
  z-index: 1;
}
.contact-two__inner {
  position: relative;
  padding: 50px 85px;
  background-color: var(--maru-black3, #23232D);
  border-radius: 40px;
}
@media (max-width: 1199px) {
  .contact-two__inner {
    padding: 38px 100px 50px;
  }
}
@media (max-width: 991px) {
  .contact-two__inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .contact-two__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 430px) {
  .contact-two__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.contact-two__inner .row {
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .contact-two__content {
    text-align: center;
  }
}
.contact-two .sec-title {
  margin-bottom: 5px;
}
.contact-two .sec-title__title {
  color: var(--maru-white, #fff);
}
.contact-two__text {
  margin: 0;
  color: RGBA(var(--maru-white-rgb, 255, 255, 255), 0.7);
}
.contact-two .contact-btn {
  margin-left: auto;
  background-color: var(--maru-black3, #23232D);
  border-color: RGBA(var(--maru-white-rgb, 255, 255, 255), 0.1);
}
@media (max-width: 1199px) {
  .contact-two .contact-btn {
    margin: 0 auto;
  }
}
.contact-two .contact-btn:hover {
  border-bottom: var(--maru-base, #FFF032);
  background-color: var(--maru-base, #FFF032);
}
.contact-two .contact-btn::after {
  background-color: RGBA(var(--maru-white-rgb, 255, 255, 255), 0.1);
}
.contact-two .contact-btn:hover::after {
  background-color: var(--maru-black, #181823);
}
.contact-two .contact-btn__link {
  background-color: var(--maru-base, #FFF032);
}
.contact-two .contact-btn__text {
  color: var(--maru-white, #fff);
}
.contact-two .contact-btn:hover .contact-btn__text {
  color: var(--maru-black, #181823);
}
.contact-two__shape-1, .contact-two__shape-2, .contact-two__shape-3, .contact-two__shape-4 {
  max-width: 100%;
  height: auto;
}
.contact-two__shape-1 {
  position: absolute;
  top: 34px;
  left: 52px;
  z-index: 1;
  animation: textRotate 3s linear infinite;
}
@media (max-width: 1399px) {
  .contact-two__shape-1 {
    top: 30px;
    left: 30px;
  }
}
@media (max-width: 991px) {
  .contact-two__shape-1 {
    display: none;
  }
}
.contact-two__shape-2 {
  position: absolute;
  top: -61px;
  right: 25.5%;
  z-index: 1;
  animation: moveX 2s linear infinite;
}
@media (max-width: 1399px) {
  .contact-two__shape-2 {
    top: -80px;
  }
}
@media (max-width: 1199px) {
  .contact-two__shape-2 {
    display: none;
  }
}
.contact-two__shape-3 {
  position: absolute;
  right: 31.1%;
  bottom: 43px;
  z-index: 1;
  animation: textRotate 3s linear infinite;
}
@media (max-width: 1399px) {
  .contact-two__shape-3 {
    right: 25%;
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .contact-two__shape-3 {
    right: 10%;
  }
}
.contact-two__shape-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.contact-two__shape-4 {
  position: absolute;
  top: 0px;
  right: 19.1%;
}
@media (max-width: 767px) {
  .contact-two__shape-4 {
    right: 0%;
  }
}
.contact-two--home4 {
  background-color: var(--maru-white, #fff);
}
.contact-two--home4::after {
  display: none;
}
.contact-two--home4 .contact-two__inner {
  background-color: var(--maru-base, #FFF032);
}
.contact-two--home4 .sec-title__title,
.contact-two--home4 .contact-two__text {
  color: var(--maru-black, #181823);
}
.contact-two--home4 .contact-btn {
  background-color: var(--maru-base, #FFF032);
  border-color: RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
}
.contact-two--home4 .contact-btn::after {
  background-color: RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
}
.contact-two--home4 .contact-btn:hover {
  border-color: var(--maru-black, #181823);
  background-color: var(--maru-black, #181823);
}
.contact-two--home4 .contact-btn:hover::after {
  background-color: RGBA(var(--maru-white-rgb, 255, 255, 255), 0.15);
}
.contact-two--home4 .contact-btn__link {
  color: var(--maru-white, #fff);
  background-color: var(--maru-black, #181823);
}
.contact-two--home4 .contact-btn__text {
  color: var(--maru-black, #181823);
}
.contact-two--home4 .contact-btn:hover .contact-btn__text {
  color: var(--maru-white, #fff);
}

.contact-three {
  background-color: var(--maru-white, #fff);
}
.contact-three__image {
  position: relative;
}
.contact-three__image img {
  width: 100%;
  display: block;
}
.contact-three__image__shape {
  display: inline-flex;
  font-size: 82px;
  color: var(--maru-black, #181823);
  position: absolute;
  top: -41px;
  left: 14px;
  animation: textRotate 3s linear infinite;
}
.contact-three__image__shape svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 991px) {
  .contact-three__image__shape {
    top: -35px;
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .contact-three__image__shape {
    top: -25px;
    font-size: 50px;
  }
}
@media (max-width: 430px) {
  .contact-three__image__shape {
    top: -20px;
    font-size: 40px;
  }
}
.contact-three__btn-box {
  margin-top: 71px;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-three__btn-box {
    margin-top: 60px;
  }
}
.contact-three__btn {
  position: relative;
  display: inline-block;
  padding: 19px 57.5px;
  font-size: 20px;
  color: var(--maru-black, #181823);
  text-align: center;
  text-transform: capitalize;
  line-height: 1.5;
  transform: rotate(-17.38deg);
  transition: all 500ms ease;
}
.contact-three__btn svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 500ms ease;
}
.contact-three__btn svg path {
  stroke: var(--maru-black, #181823);
  stroke-opacity: 0.1;
  transition: all 500ms ease;
}
.contact-three__btn:hover {
  transform: rotate(0deg);
}
.contact-three__btn:hover svg path {
  stroke-opacity: 1;
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.hero-one {
  position: relative;
  padding-top: 78px;
  background-color: RGBA(var(--maru-gray-rgb, 255, 253, 232), 0.2);
}
@media (max-width: 1199px) {
  .hero-one {
    padding-top: 230px;
  }
}
@media (max-width: 575px) {
  .hero-one {
    padding-top: 180px;
  }
}
.hero-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  opacity: 0.03;
}
.hero-one__social {
  padding: 14px 12.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
  background-color: var(--maru-primary, #F14F26);
  position: absolute;
  top: 229px;
  left: 0px;
  border-radius: 0px 10px 10px 0px;
  z-index: 3;
}
@media (max-width: 1399px) {
  .hero-one__social {
    top: 160px;
    left: auto;
    right: 0px;
    border-radius: 10px 0px 0px 10px;
  }
}
@media (max-width: 1199px) {
  .hero-one__social {
    top: 200px;
  }
}
@media (max-width: 575px) {
  .hero-one__social {
    display: none;
  }
}
.hero-one__social a {
  display: inline-flex;
  font-size: 11px;
  color: var(--maru-white, #fff);
}
.hero-one__social a svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.hero-one__social a:hover {
  color: var(--maru-base, #FFF032);
}
.hero-one__scroll {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  font-weight: 400;
  color: var(--maru-black, #181823);
  line-height: 1.625;
  letter-spacing: 0.4em;
  position: absolute;
  left: -47px;
  bottom: 134px;
  transform: rotate(90deg);
  z-index: 1;
  transition: all 500ms ease;
}
@media (min-width: 1400px) and (max-width: 1499px) {
  .hero-one__scroll {
    left: -65px;
  }
}
@media (max-width: 1399px) {
  .hero-one__scroll {
    display: none;
  }
}
.hero-one__scroll:hover {
  color: var(--maru-primary, #F14F26);
}
.hero-one__scroll__icon {
  position: relative;
  top: 3px;
  display: inline-flex;
  font-size: 8px;
  color: inherit;
  animation: moveDown 1000ms infinite;
}
.hero-one__scroll__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.hero-one .container {
  position: relative;
  z-index: 2;
}
.hero-one__content {
  position: relative;
  margin-top: 135px;
}
@media (min-width: 1400px) and (max-width: 1499px) {
  .hero-one__content {
    padding-left: 52px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hero-one__content {
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  .hero-one__content {
    margin-top: 0;
  }
}
.hero-one__content__inner {
  position: relative;
  z-index: 1;
}
.hero-one__content__shape-1 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: -59px;
  right: 43px;
  animation: banner3Shake 2s linear infinite;
}
@media (max-width: 767px) {
  .hero-one__content__shape-1 {
    top: -80px;
  }
}
@media (max-width: 575px) {
  .hero-one__content__shape-1 {
    right: 0px;
  }
}
.hero-one__content__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 99px;
  bottom: -51px;
  animation: moveX 2s linear infinite;
}
.hero-one__title {
  margin-bottom: 19px;
  font-size: 100px;
  font-weight: 400;
  line-height: 1.1;
}
@media (max-width: 1599px) {
  .hero-one__title {
    font-size: 90px;
  }
}
@media (max-width: 1399px) {
  .hero-one__title {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .hero-one__title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .hero-one__title {
    font-size: 65px;
  }
}
@media (max-width: 575px) {
  .hero-one__title {
    font-size: 50px;
  }
}
.hero-one__title__text {
  width: 106px;
  height: 106px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -10px;
  border-radius: 50%;
  background-color: var(--maru-base, #FFF032);
  border: 1px solid var(--maru-black, #181823);
  vertical-align: middle;
}
@media (max-width: 1399px) {
  .hero-one__title__text {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 991px) {
  .hero-one__title__text {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .hero-one__title__text {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 575px) {
  .hero-one__title__text {
    width: 60px;
    height: 60px;
  }
}
.hero-one__title__text span {
  font-family: var(--maru-font, "Lato", sans-serif);
  font-size: 50px;
  color: var(--maru-white, #fff);
  font-weight: 800;
  line-height: 1;
  text-shadow: 1px 1px 0 var(--maru-black, #181823), -1px -1px 0 var(--maru-black, #181823), 1px -1px 0 var(--maru-black, #181823), -1px 1px 0 var(--maru-black, #181823), 1px 1px 0 var(--maru-black, #181823);
}
@media (max-width: 1399px) {
  .hero-one__title__text span {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .hero-one__title__text span {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .hero-one__title__text span {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .hero-one__title__text span {
    font-size: 30px;
  }
}
.hero-one__title img {
  position: relative;
  top: -10px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  animation: textRotate 3s linear infinite;
}
@media (max-width: 575px) {
  .hero-one__title img {
    display: none;
  }
}
.hero-one__text {
  margin-bottom: 43px;
  padding-right: 60px;
}
@media (max-width: 1599px) {
  .hero-one__text {
    padding-right: 45px;
  }
}
@media (max-width: 1199px) {
  .hero-one__text {
    padding-right: 0px;
  }
}
.hero-one__button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.hero-one__button .maru-btn {
  padding-top: 12.5px;
  padding-bottom: 13.5px;
}
.hero-one__btn-1 {
  border: 1px solid var(--maru-black, #181823);
}
.hero-one__image {
  position: relative;
}
.hero-one__image__man {
  max-width: 100%;
  height: auto;
}
.hero-one__image__shape-1 {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: -41px;
  bottom: 257px;
  animation: leafMove 2s linear infinite;
}
@media (max-width: 1499px) {
  .hero-one__image__shape-1 {
    left: 0px;
  }
}
@media (max-width: 1399px) {
  .hero-one__image__shape-1 {
    bottom: 230px;
  }
}
@media (max-width: 767px) {
  .hero-one__image__shape-1 {
    display: none;
  }
}
.hero-one__image__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 34px;
  right: 70px;
  animation: zumpTop 2s linear infinite;
}
@media (max-width: 1199px) {
  .hero-one__image__shape-2 {
    display: none;
  }
}
.hero-one__experience {
  display: flex;
  align-items: center;
  gap: 22px;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  position: absolute;
  top: 130px;
  left: 30px;
}
@media (max-width: 767px) {
  .hero-one__experience {
    top: 30px;
    left: 0px;
  }
}
@media (max-width: 575px) {
  .hero-one__experience {
    display: none;
  }
}
.hero-one__experience__count {
  margin: 0;
  display: flex;
  font-family: var(--maru-font, "Lato", sans-serif);
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
}
.hero-one__experience__text {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.416;
  text-transform: capitalize;
}
.hero-one__email {
  position: absolute;
  top: 277px;
  right: 0px;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  color: var(--maru-primary, #F14F26);
}
@media (max-width: 1199px) {
  .hero-one__email {
    top: 0px;
  }
}
@media (max-width: 575px) {
  .hero-one__email {
    display: none;
  }
}
.hero-one__email:hover {
  color: var(--maru-black, #181823);
}
.hero-one__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 54px;
  bottom: 173px;
  z-index: 1;
  animation: zumpBottom 2s linear infinite;
}
@media (max-width: 1499px) {
  .hero-one__shape {
    right: 40px;
    bottom: 30px;
  }
}
@media (max-width: 430px) {
  .hero-one__shape {
    right: 20px;
  }
}

.hero-two {
  position: relative;
  padding-top: 214px;
  padding-bottom: 185px;
  background-color: var(--maru-white, #fff);
}
@media (max-width: 991px) {
  .hero-two {
    padding-bottom: 100px;
  }
}
.hero-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  opacity: 0.5;
}
.hero-two .container {
  position: relative;
  z-index: 1;
}
.hero-two__content {
  position: relative;
  padding-bottom: 58px;
}
@media (max-width: 991px) {
  .hero-two__content {
    padding-bottom: 0;
  }
}
.hero-two__title {
  margin-bottom: 0;
  font-size: 120px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.079;
}
@media (max-width: 1399px) {
  .hero-two__title {
    font-size: 100px;
  }
}
@media (max-width: 1199px) {
  .hero-two__title {
    font-size: 85px;
  }
}
@media (max-width: 991px) {
  .hero-two__title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .hero-two__title {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .hero-two__title {
    font-size: 50px;
  }
}
@media (max-width: 430px) {
  .hero-two__title {
    font-size: 45px;
  }
}
.hero-two__experience {
  position: absolute;
  left: 0px;
  bottom: 215px;
  z-index: 2;
}
@media (max-width: 991px) {
  .hero-two__experience {
    position: static;
    display: table;
    margin: 0px auto 50px;
  }
}
.hero-two__experience__count {
  margin-bottom: 4px;
  display: flex;
  font-family: var(--maru-font, "Lato", sans-serif);
  font-size: 196px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1399px) {
  .hero-two__experience__count {
    font-size: 150px;
  }
}
@media (max-width: 1199px) {
  .hero-two__experience__count {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .hero-two__experience__count {
    font-size: 100px;
  }
}
@media (max-width: 430px) {
  .hero-two__experience__count {
    font-size: 90px;
  }
}
.hero-two__experience__text {
  display: inline-block;
  margin: 0 0 0 62px;
  padding: 1.5px 8.5px;
  font-family: var(--maru-font, "Lato", sans-serif);
  font-size: 16px;
  color: var(--maru-black, #181823);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.625;
  letter-spacing: 0.77em;
  transform: matrix(0.99, -0.11, 0.11, 0.99, 0, 0);
  background-color: var(--maru-base, #FFF032);
}
@media (max-width: 1199px) {
  .hero-two__experience__text {
    margin-left: 0;
    letter-spacing: 0.6em;
  }
}
.hero-two__award {
  display: inline-block;
  margin: 0;
  position: absolute;
  top: 445px;
  right: 0px;
  z-index: 2;
}
@media (max-width: 1199px) {
  .hero-two__award {
    top: 470px;
  }
}
@media (max-width: 991px) {
  .hero-two__award {
    position: static;
    display: table;
    margin: 20px auto 0px;
  }
}
.hero-two__award li + li {
  margin-top: 23px;
}
.hero-two__award li {
  padding-bottom: 9px;
  color: var(--maru-black, #181823);
  border-bottom: 1px solid var(--maru-black, #181823);
}
.hero-two .contact-btn {
  position: absolute;
  right: 23px;
  bottom: 0px;
  background-color: transparent;
  z-index: 2;
}
.hero-two .contact-btn:hover {
  background-color: var(--maru-base, #FFF032);
}
@media (max-width: 1199px) {
  .hero-two .contact-btn {
    right: 0px;
    bottom: -80px;
  }
}
@media (max-width: 991px) {
  .hero-two .contact-btn {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 40px auto 0;
  }
}
.hero-two .contact-btn__shape {
  top: 26px;
  left: -143px;
}
@media (max-width: 1399px) {
  .hero-two .contact-btn__shape {
    left: -120px;
  }
}
.hero-two__image {
  position: relative;
  margin-top: -50px;
  text-align: center;
  z-index: 1;
}
@media (max-width: 1399px) {
  .hero-two__image {
    margin-top: -40px;
  }
}
@media (max-width: 1199px) {
  .hero-two__image {
    margin-top: -30px;
  }
}
@media (max-width: 991px) {
  .hero-two__image {
    margin-top: 60px;
  }
}
.hero-two__image__inner {
  position: relative;
  display: inline-block;
}
.hero-two__image__one {
  position: relative;
  max-width: 100%;
  height: auto;
  z-index: 1;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 1170.000000"><g transform="translate(0.000000,1170.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M5397 11686 c-4 -10 -32 -16 -94 -21 -224 -17 -648 -115 -865 -200 -21 -8 -55 -21 -75 -29 -64 -23 -127 -48 -158 -62 -16 -7 -52 -23 -80 -35 -96 -42 -341 -164 -410 -204 -38 -23 -77 -44 -85 -48 -8 -4 -27 -15 -42 -25 -37 -24 -159 -101 -183 -115 -11 -7 -36 -24 -56 -39 -20 -16 -40 -28 -43 -28 -5 0 -190 -132 -221 -158 -5 -4 -53 -41 -105 -81 -258 -198 -662 -583 -890 -846 -52 -60 -112 -127 -132 -150 -21 -22 -38 -43 -38 -47 0 -5 -8 -16 -17 -26 -31 -31 -135 -163 -213 -269 -165 -223 -227 -314 -357 -519 -40 -63 -205 -338 -230 -384 -166 -301 -316 -608 -418 -855 -20 -49 -43 -105 -51 -122 -39 -92 -49 -116 -89 -223 -8 -22 -22 -57 -30 -77 -19 -50 -61 -172 -86 -253 -12 -36 -27 -81 -34 -100 -7 -19 -21 -62 -30 -95 -10 -33 -24 -78 -30 -100 -23 -75 -41 -140 -91 -330 -13 -52 -31 -129 -59 -255 -9 -41 -23 -101 -31 -132 -8 -32 -14 -69 -14 -83 0 -14 -6 -54 -14 -88 -44 -189 -95 -614 -116 -962 -30 -492 5 -1123 86 -1540 38 -192 69 -338 89 -410 8 -27 21 -79 30 -115 10 -36 23 -81 30 -100 7 -19 29 -84 48 -145 47 -142 60 -179 91 -249 14 -32 26 -62 26 -67 0 -16 163 -355 212 -439 180 -313 340 -529 557 -753 308 -317 610 -522 1040 -706 40 -17 78 -31 83 -31 6 0 24 -6 41 -13 49 -21 205 -66 312 -90 229 -51 384 -67 661 -67 299 0 425 12 709 66 75 15 100 21 235 57 102 28 344 108 420 139 72 29 94 38 170 71 122 53 379 185 515 266 197 116 556 359 595 401 3 3 34 28 70 55 141 106 452 387 620 561 137 142 314 338 392 435 15 19 54 66 86 104 147 177 433 580 558 788 16 27 37 61 46 75 10 15 22 36 28 47 6 11 19 34 30 50 11 17 24 39 30 50 5 11 25 47 44 80 42 73 80 141 118 215 16 30 34 64 40 75 26 47 52 100 138 280 82 173 211 467 230 525 5 14 18 50 30 80 12 30 25 66 30 80 5 14 18 50 30 80 22 58 139 409 164 495 24 79 42 145 61 215 10 36 23 85 30 110 7 25 20 79 29 120 10 41 24 102 31 135 29 124 45 203 60 290 39 220 45 256 59 365 35 266 46 361 51 468 6 119 11 145 26 136 5 -3 9 178 9 434 0 368 -2 441 -14 445 -10 4 -16 35 -20 114 -17 283 -96 757 -171 1023 -7 25 -21 74 -30 110 -19 67 -105 336 -123 380 -5 14 -18 45 -27 70 -10 25 -24 61 -33 80 -8 19 -21 49 -28 65 -86 207 -231 474 -353 650 -30 44 -65 94 -76 112 -105 153 -356 429 -521 572 -96 84 -357 271 -414 297 -8 4 -22 12 -30 19 -36 29 -335 175 -400 196 -14 4 -50 17 -80 29 -30 12 -68 26 -85 30 -16 5 -61 18 -100 29 -148 43 -365 86 -484 96 -82 7 -103 13 -95 26 3 5 -104 9 -254 9 -214 0 -261 -2 -265 -14z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 1170.000000"><g transform="translate(0.000000,1170.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M5397 11686 c-4 -10 -32 -16 -94 -21 -224 -17 -648 -115 -865 -200 -21 -8 -55 -21 -75 -29 -64 -23 -127 -48 -158 -62 -16 -7 -52 -23 -80 -35 -96 -42 -341 -164 -410 -204 -38 -23 -77 -44 -85 -48 -8 -4 -27 -15 -42 -25 -37 -24 -159 -101 -183 -115 -11 -7 -36 -24 -56 -39 -20 -16 -40 -28 -43 -28 -5 0 -190 -132 -221 -158 -5 -4 -53 -41 -105 -81 -258 -198 -662 -583 -890 -846 -52 -60 -112 -127 -132 -150 -21 -22 -38 -43 -38 -47 0 -5 -8 -16 -17 -26 -31 -31 -135 -163 -213 -269 -165 -223 -227 -314 -357 -519 -40 -63 -205 -338 -230 -384 -166 -301 -316 -608 -418 -855 -20 -49 -43 -105 -51 -122 -39 -92 -49 -116 -89 -223 -8 -22 -22 -57 -30 -77 -19 -50 -61 -172 -86 -253 -12 -36 -27 -81 -34 -100 -7 -19 -21 -62 -30 -95 -10 -33 -24 -78 -30 -100 -23 -75 -41 -140 -91 -330 -13 -52 -31 -129 -59 -255 -9 -41 -23 -101 -31 -132 -8 -32 -14 -69 -14 -83 0 -14 -6 -54 -14 -88 -44 -189 -95 -614 -116 -962 -30 -492 5 -1123 86 -1540 38 -192 69 -338 89 -410 8 -27 21 -79 30 -115 10 -36 23 -81 30 -100 7 -19 29 -84 48 -145 47 -142 60 -179 91 -249 14 -32 26 -62 26 -67 0 -16 163 -355 212 -439 180 -313 340 -529 557 -753 308 -317 610 -522 1040 -706 40 -17 78 -31 83 -31 6 0 24 -6 41 -13 49 -21 205 -66 312 -90 229 -51 384 -67 661 -67 299 0 425 12 709 66 75 15 100 21 235 57 102 28 344 108 420 139 72 29 94 38 170 71 122 53 379 185 515 266 197 116 556 359 595 401 3 3 34 28 70 55 141 106 452 387 620 561 137 142 314 338 392 435 15 19 54 66 86 104 147 177 433 580 558 788 16 27 37 61 46 75 10 15 22 36 28 47 6 11 19 34 30 50 11 17 24 39 30 50 5 11 25 47 44 80 42 73 80 141 118 215 16 30 34 64 40 75 26 47 52 100 138 280 82 173 211 467 230 525 5 14 18 50 30 80 12 30 25 66 30 80 5 14 18 50 30 80 22 58 139 409 164 495 24 79 42 145 61 215 10 36 23 85 30 110 7 25 20 79 29 120 10 41 24 102 31 135 29 124 45 203 60 290 39 220 45 256 59 365 35 266 46 361 51 468 6 119 11 145 26 136 5 -3 9 178 9 434 0 368 -2 441 -14 445 -10 4 -16 35 -20 114 -17 283 -96 757 -171 1023 -7 25 -21 74 -30 110 -19 67 -105 336 -123 380 -5 14 -18 45 -27 70 -10 25 -24 61 -33 80 -8 19 -21 49 -28 65 -86 207 -231 474 -353 650 -30 44 -65 94 -76 112 -105 153 -356 429 -521 572 -96 84 -357 271 -414 297 -8 4 -22 12 -30 19 -36 29 -335 175 -400 196 -14 4 -50 17 -80 29 -30 12 -68 26 -85 30 -16 5 -61 18 -100 29 -148 43 -365 86 -484 96 -82 7 -103 13 -95 26 3 5 -104 9 -254 9 -214 0 -261 -2 -265 -14z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
@media (max-width: 1199px) {
  .hero-two__image__one {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .hero-two__image__one {
    max-width: 100%;
  }
}
.hero-two__image__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  left: 35px;
}
@media (max-width: 575px) {
  .hero-two__image__shape {
    left: 10px;
  }
}
.hero-two__image__shape-box {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 194px;
  right: -19px;
  border-radius: 50%;
  background-color: var(--maru-black, #181823);
  border: 1px solid var(--maru-white, #fff);
  z-index: 2;
}
@media (max-width: 575px) {
  .hero-two__image__shape-box {
    right: auto;
    left: -10px;
  }
}
.hero-two__image__shape-box__icon {
  display: inline-flex;
  font-size: 27px;
  color: var(--maru-white, #fff);
  transform: rotate(24.84deg);
  animation: textRotate 4s linear infinite;
}
.hero-two__image__shape-box__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 991px) {
  .hero-two__circle-text {
    text-align: center;
  }
}
.hero-two__circle-text .circle-text {
  width: 128px;
  height: 128px;
  position: relative;
  position: absolute;
  left: 19.5%;
  bottom: -16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 1199px) {
  .hero-two__circle-text .circle-text {
    left: 10%;
  }
}
@media (max-width: 991px) {
  .hero-two__circle-text .circle-text {
    margin-top: 80px;
    position: relative;
    left: auto;
    bottom: auto;
  }
}
.hero-two__circle-text .circle-text__icon-play {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  color: var(--maru-black, #181823);
  z-index: 1;
  transition: all 500ms ease;
}
.hero-two__circle-text .circle-text__icon-play svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.hero-two__circle-text .circle-text__icon-arrow-box {
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  z-index: 1;
}
.hero-two__circle-text .circle-text__icon-arrow {
  display: inline-flex;
  align-items: center;
  font-size: 25px;
  color: var(--maru-black, #181823);
  transition: all 500ms ease;
  animation: moveDown2 1000ms infinite;
}
.hero-two__circle-text .circle-text__icon-arrow svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.hero-two__circle-text .circle-text__curved-circle {
  position: relative;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 128px;
  height: 128px;
  transform-origin: center center;
}
.hero-two__circle-text .circle-text__curved-circle__item {
  width: 128px;
  position: relative;
  top: -7px;
  left: 0px;
}
.hero-two__circle-text .circle-text__curved-circle__item span {
  font-family: var(--maru-font, "Lato", sans-serif);
  font-size: 16px;
  color: RGBA(var(--maru-black-rgb, 24, 24, 35), 0.6);
  font-weight: 700;
  letter-spacing: 1.03em;
  letter-spacing: 0.2em;
  transition: all 500ms ease;
}
.hero-two__circle-text:hover .circle-text__icon-play, .hero-two__circle-text:hover .circle-text__icon-arrow, .hero-two__circle-text:hover .circle-text__curved-circle__item span {
  color: var(--maru-base, #FFF032);
}
.hero-two__shape-1 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 347px;
  left: 71px;
  animation: leafMove 2s linear infinite;
}
@media (max-width: 1199px) {
  .hero-two__shape-1 {
    top: 250px;
    left: 50px;
  }
}
@media (max-width: 991px) {
  .hero-two__shape-1 {
    top: 0px;
    left: 0px;
  }
}
@media (max-width: 767px) {
  .hero-two__shape-1 {
    top: -80px;
  }
}
.hero-two__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 228px;
  right: 16px;
  animation: textRotate 3s linear infinite;
}
@media (max-width: 991px) {
  .hero-two__shape-2 {
    top: 0px;
  }
}
@media (max-width: 575px) {
  .hero-two__shape-2 {
    top: -100px;
  }
}

.hero-three {
  padding: 218px 0px 170px;
}
@media (max-width: 1199px) {
  .hero-three {
    padding-bottom: 133px;
  }
}
@media (max-width: 575px) {
  .hero-three {
    padding-bottom: 100px;
  }
}
.hero-three__column-1 {
  width: 26.384%;
  flex: 0 0 auto;
}
@media (max-width: 1199px) {
  .hero-three__column-1 {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .hero-three__column-1 {
    width: 100%;
    order: 1;
  }
}
.hero-three__column-2 {
  width: 73.616%;
  flex: 0 0 auto;
}
@media (max-width: 1199px) {
  .hero-three__column-2 {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .hero-three__column-2 {
    width: 100%;
    order: 0;
  }
}
.hero-three__image {
  margin-bottom: 116px;
  display: table;
  padding: 14px 13px;
  border-radius: 1000px;
  border: 1px solid var(--maru-black, #181823);
}
@media (max-width: 991px) {
  .hero-three__image {
    margin: 0 auto 60px;
  }
}
.hero-three__image img {
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}
.hero-three__text {
  display: table;
  position: relative;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  line-height: 1.416;
}
@media (max-width: 1199px) {
  .hero-three__text {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .hero-three__text {
    font-size: 18px;
  }
}
.hero-three__text__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: -21px;
  left: 14px;
  animation: zumpTop 2s infinite alternate;
}
@media (max-width: 1399px) {
  .hero-three__text__shape {
    left: 0px;
  }
}
@media (max-width: 1199px) {
  .hero-three__text__shape {
    top: -25px;
    left: 0px;
  }
}
.hero-three__content {
  position: relative;
  padding-left: 28px;
}
@media (max-width: 991px) {
  .hero-three__content {
    padding-left: 0;
  }
}
.hero-three__content__row {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 50px;
}
.hero-three__content__column-1 {
  width: 68.626%;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .hero-three__content__column-1 {
    width: 100%;
  }
}
.hero-three__content__column-2 {
  width: 31.374%;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .hero-three__content__column-2 {
    width: 100%;
  }
}
.hero-three__content__inner {
  position: relative;
  margin-top: 79px;
}
@media (max-width: 767px) {
  .hero-three__content__inner {
    margin-top: 30px;
  }
}
.hero-three__content__image {
  display: table;
  padding: 11px 10px;
  border-radius: 1000px;
  border: 1px solid var(--maru-black, #181823);
}
@media (max-width: 767px) {
  .hero-three__content__image {
    display: none;
  }
}
.hero-three__content__image img {
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}
.hero-three__content__shape-1 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 43px;
  left: 103px;
  animation: textRotate 2.5s linear infinite;
}
@media (max-width: 1399px) {
  .hero-three__content__shape-1 {
    top: 30px;
  }
}
@media (max-width: 1399px) {
  .hero-three__content__shape-1 {
    top: 20px;
    left: 80px;
  }
}
@media (max-width: 767px) {
  .hero-three__content__shape-1 {
    top: 10px;
    left: 0px;
  }
}
@media (max-width: 575px) {
  .hero-three__content__shape-1 {
    top: -70px;
    left: 70px;
  }
}
.hero-three__content__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: -9px;
  right: 18px;
  animation: textRotate 2.5s linear infinite;
}
@media (max-width: 767px) {
  .hero-three__content__shape-2 {
    right: 0px;
  }
}
@media (max-width: 575px) {
  .hero-three__content__shape-2 {
    top: -50px;
  }
}
.hero-three__title {
  position: relative;
  margin-bottom: 1px;
  font-size: 120px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.083;
  z-index: 1;
}
@media (max-width: 1399px) {
  .hero-three__title {
    font-size: 100px;
  }
}
@media (max-width: 1199px) {
  .hero-three__title {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .hero-three__title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .hero-three__title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .hero-three__title {
    font-size: 50px;
  }
}
.hero-three__tagline {
  margin-bottom: 83px;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.192;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .hero-three__tagline {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .hero-three__tagline {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .hero-three__tagline {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .hero-three__tagline {
    font-size: 25px;
  }
}
.hero-three__experience {
  display: inline-block;
  padding: 22px 46px;
  position: relative;
  position: absolute;
  right: -12px;
  bottom: 60px;
  transform: rotate(-90deg);
}
@media (max-width: 1199px) {
  .hero-three__experience {
    right: -75px;
  }
}
@media (max-width: 991px) {
  .hero-three__experience {
    bottom: 70px;
  }
}
@media (max-width: 767px) {
  .hero-three__experience {
    right: -30px;
  }
}
@media (max-width: 430px) {
  .hero-three__experience {
    right: -79px;
  }
}
.hero-three__experience__title {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  line-height: 1.625;
}
.hero-three__experience__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  left: 0px;
}
.hero-three .contact-btn {
  margin-left: 143px;
}
@media (max-width: 1199px) {
  .hero-three .contact-btn {
    margin-left: 80px;
  }
}
@media (max-width: 991px) {
  .hero-three .contact-btn {
    margin-left: 100px;
  }
}
@media (max-width: 575px) {
  .hero-three .contact-btn {
    margin-left: 40px;
  }
}
@media (max-width: 430px) {
  .hero-three .contact-btn {
    margin-left: 0px;
  }
}
.hero-three .contact-btn .contact-btn__shape {
  top: -65px;
  left: -119px;
}

.hero-four {
  padding: 184px 0px 150px;
  background-color: var(--maru-white, #fff);
}
@media (max-width: 767px) {
  .hero-four {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .hero-four {
    padding-top: 150px;
  }
}
.hero-four__content {
  position: relative;
}
.hero-four__content__inner {
  position: relative;
  z-index: 2;
}
.hero-four__content__shape-1 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 112px;
  right: 34px;
  animation: textRotate 3s linear infinite;
}
@media (max-width: 991px) {
  .hero-four__content__shape-1 {
    top: 90px;
    right: 0px;
  }
}
@media (max-width: 767px) {
  .hero-four__content__shape-1 {
    display: none;
  }
}
.hero-four__title {
  margin-bottom: 29px;
  font-size: 120px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.083;
}
@media (max-width: 1399px) {
  .hero-four__title {
    font-size: 100px;
  }
}
@media (max-width: 1199px) {
  .hero-four__title {
    font-size: 85px;
  }
}
@media (max-width: 991px) {
  .hero-four__title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .hero-four__title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .hero-four__title {
    font-size: 50px;
  }
}
@media (max-width: 430px) {
  .hero-four__title {
    font-size: 45px;
  }
}
.hero-four__text {
  max-width: 626px;
  margin-bottom: 58px;
  font-family: var(--maru-heading-font, "Gallery Modern");
  font-size: 24px;
  font-weight: 400;
  color: var(--maru-black, #181823);
  text-transform: capitalize;
  line-height: 1.416;
}
@media (max-width: 991px) {
  .hero-four__text {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .hero-four__text {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .hero-four__text {
    margin-bottom: 40px;
  }
}
.hero-four__button {
  margin-bottom: 171px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 991px) {
  .hero-four__button {
    margin-bottom: 50px;
  }
}
.hero-four__btn-1 {
  padding: 13.5px 33.5px 14.5px;
  font-weight: 400;
  text-transform: capitalize;
}
.hero-four__btn-2 {
  font-weight: 400;
  text-transform: capitalize;
}
.hero-four__client {
  display: table;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
}
.hero-four__client__top {
  margin-bottom: 52px;
  display: flex;
  align-items: center;
  gap: 19px;
}
@media (max-width: 375px) {
  .hero-four__client__top {
    justify-content: center;
  }
}
.hero-four__client__image {
  display: flex;
  align-items: center;
}
.hero-four__client__image img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.hero-four__client__image img:not(:first-child) {
  margin-left: -14px;
}
.hero-four__client__total {
  margin: 0;
  display: flex;
  color: var(--maru-base, #FFF032);
}
.hero-four__client__total__text {
  margin-left: 3px;
}
.hero-four__client__inner {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media (max-width: 375px) {
  .hero-four__client__inner {
    flex-direction: column;
    gap: 32px;
  }
}
.hero-four__client__count {
  margin-bottom: 0;
  display: flex;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 375px) {
  .hero-four__client__count {
    justify-content: center;
    font-size: 40px;
  }
}
.hero-four__client__text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
}
@media (max-width: 375px) {
  .hero-four__client__text {
    text-align: center;
  }
}
.hero-four__image {
  display: table;
  position: relative;
  position: absolute;
  right: 0px;
  bottom: -70px;
}
@media (max-width: 991px) {
  .hero-four__image {
    margin: 60px auto 0px;
    position: relative;
    right: auto;
    bottom: 0;
  }
}
.hero-four__image__man {
  position: relative;
  max-width: 100%;
  height: auto;
  z-index: 3;
}
@media (max-width: 1199px) {
  .hero-four__image__man {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .hero-four__image__man {
    max-width: 400px;
  }
}
@media (max-width: 575px) {
  .hero-four__image__man {
    max-width: 100%;
  }
}
.hero-four__image__shape-1 {
  position: absolute;
  left: 0px;
  bottom: 227px;
}
@media (max-width: 1199px) {
  .hero-four__image__shape-1 {
    bottom: 105px;
  }
}
@media (max-width: 991px) {
  .hero-four__image__shape-1 {
    display: none;
  }
}
.hero-four__image__shape-2 {
  position: absolute;
  left: -120px;
  bottom: 280px;
  z-index: 2;
  animation: leafMove 2s linear infinite;
}
@media (max-width: 767px) {
  .hero-four__image__shape-2 {
    max-width: 140px;
    left: -70px;
    bottom: 260px;
  }
}
@media (max-width: 575px) {
  .hero-four__image__shape-2 {
    display: none;
  }
}
.hero-four__image__shape-3 {
  position: absolute;
  right: 0px;
  bottom: 460px;
  z-index: 2;
  animation: zumpBottom 2s linear infinite;
}
@media (max-width: 1199px) {
  .hero-four__image__shape-3 {
    bottom: 330px;
  }
}
@media (max-width: 767px) {
  .hero-four__image__shape-3 {
    right: -70px;
    bottom: 280px;
  }
}
@media (max-width: 575px) {
  .hero-four__image__shape-3 {
    display: none;
  }
}
.hero-four__image__shape-4 {
  position: absolute;
  right: -29px;
  bottom: -20px;
  transform: rotate(27.18deg);
  z-index: 1;
}
@media (max-width: 1199px) {
  .hero-four__image__shape-4 {
    max-width: 545px;
    right: -24px;
    bottom: -15px;
  }
}
@media (max-width: 767px) {
  .hero-four__image__shape-4 {
    max-width: 441px;
    right: -21px;
    bottom: -10px;
  }
}
@media (max-width: 575px) {
  .hero-four__image__shape-4 {
    display: none;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-one {
  background-color: var(--maru-white, #fff);
}
.about-one__inner {
  position: relative;
  max-width: 1158px;
  margin: 0 auto;
}
.about-one__content {
  position: relative;
  text-align: center;
  z-index: 1;
}
.about-one__title {
  margin-bottom: 15px;
  font-size: 200px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.05;
}
@media (max-width: 1399px) {
  .about-one__title {
    font-size: 140px;
  }
}
@media (max-width: 1199px) {
  .about-one__title {
    font-size: 110px;
  }
}
@media (max-width: 991px) {
  .about-one__title {
    font-size: 85px;
  }
}
@media (max-width: 767px) {
  .about-one__title {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .about-one__title {
    font-size: 65px;
  }
}
@media (max-width: 430px) {
  .about-one__title {
    font-size: 55px;
  }
}
.about-one__text {
  margin: 0;
  font-family: var(--maru-heading-font, "Gallery Modern");
  font-size: 52px;
  color: var(--maru-black, #181823);
  font-weight: 400;
  line-height: 1.153;
}
@media (max-width: 1399px) {
  .about-one__text {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .about-one__text {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .about-one__text {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .about-one__text {
    font-size: 23px;
  }
}
.about-one__shape-1, .about-one__shape-2 {
  max-width: 100%;
  height: auto;
}
@media (max-width: 575px) {
  .about-one__shape-1, .about-one__shape-2 {
    display: none;
  }
}
.about-one__shape-1 {
  position: absolute;
  top: 8px;
  left: -37px;
  animation: textRotate 4s linear infinite;
}
@media (max-width: 1399px) {
  .about-one__shape-1 {
    left: 20px;
  }
}
@media (max-width: 1199px) {
  .about-one__shape-1 {
    max-width: 90px;
    left: 0px;
  }
}
@media (max-width: 991px) {
  .about-one__shape-1 {
    max-width: 70px;
  }
}
@media (max-width: 767px) {
  .about-one__shape-1 {
    max-width: 55px;
  }
}
.about-one__shape-2 {
  position: absolute;
  top: 63px;
  right: -13px;
  animation: leafMove 2s linear infinite;
}
@media (max-width: 1399px) {
  .about-one__shape-2 {
    top: 10px;
    right: 30px;
  }
}
@media (max-width: 1199px) {
  .about-one__shape-2 {
    max-width: 100px;
    right: 30px;
  }
}
@media (max-width: 991px) {
  .about-one__shape-2 {
    max-width: 70px;
  }
}
@media (max-width: 767px) {
  .about-one__shape-2 {
    max-width: 60px;
  }
}

/*--------------------------------------------------------------
# Experience
--------------------------------------------------------------*/
.experience-one {
  position: relative;
  overflow: hidden;
  background-color: var(--maru-white, #fff);
}
.experience-one .container {
  position: relative;
  z-index: 1;
}
.experience-one .sec-title {
  margin-bottom: 34px;
}
.experience-one__item + .experience-one__item {
  margin-top: 42px;
}
@media (max-width: 767px) {
  .experience-one__item + .experience-one__item {
    margin-top: 32px;
  }
}
.experience-one__item {
  padding-bottom: 23px;
  border-bottom: 1px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .experience-one__item {
    padding-bottom: 18px;
  }
}
.experience-one__year {
  margin-bottom: 37px;
  font-family: var(--maru-font, "Lato", sans-serif);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.625;
}
.experience-one__title {
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.416;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .experience-one__title {
    font-size: 22px;
  }
}
@media (max-width: 375px) {
  .experience-one__title {
    font-size: 22px;
  }
}
.experience-one__institute {
  margin: 0;
}
.experience-one__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: -72px;
  right: 0;
  animation: moveX 2s linear infinite;
}
.experience-one--home4 .experience-one__row > *:not(:last-child) .experience-one__content__inner {
  border-right: 1px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
}
@media (max-width: 991px) {
  .experience-one--home4 .experience-one__row > *:not(:last-child) .experience-one__content__inner {
    padding-bottom: 30px;
    border: 0;
    border-bottom: 1px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
  }
}
.experience-one--home4 .experience-one__content {
  position: relative;
  padding-right: 31px;
}
@media (max-width: 1199px) {
  .experience-one--home4 .experience-one__content {
    padding-right: 4px;
  }
}
@media (max-width: 991px) {
  .experience-one--home4 .experience-one__content {
    padding-right: 0;
  }
}
.experience-one--home4 .experience-one__content__inner {
  padding-right: 56px;
}
@media (max-width: 1199px) {
  .experience-one--home4 .experience-one__content__inner {
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .experience-one--home4 .experience-one__content__inner {
    padding-right: 0;
  }
}
.experience-one--home4 .experience-one__item + .experience-one__item {
  margin-top: 36px;
}
@media (max-width: 767px) {
  .experience-one--home4 .experience-one__item + .experience-one__item {
    margin-top: 25px;
  }
}
.experience-one--home4 .experience-one__item {
  padding: 0;
  border: 0;
}
.experience-one--home4 .experience-one__year {
  color: var(--maru-base, #FFF032);
}
.experience-one--home4 .experience-one__slide-text {
  margin: 120px 0px 0px;
}
@media (max-width: 1399px) {
  .experience-one--home4 .experience-one__slide-text {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .experience-one--home4 .experience-one__slide-text {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .experience-one--home4 .experience-one__slide-text {
    margin-top: 60px;
  }
}
.experience-one--home4 .experience-one__slide-text__inner {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 100px;
  animation: textScrolling 25s linear infinite;
  animation-direction: reverse;
  will-change: transform;
  white-space: nowrap;
}
.experience-one--home4 .experience-one__slide-text__inner:hover {
  animation-play-state: paused;
}
@media (max-width: 991px) {
  .experience-one--home4 .experience-one__slide-text__inner {
    gap: 60px;
  }
}
@media (max-width: 430px) {
  .experience-one--home4 .experience-one__slide-text__inner {
    gap: 40px;
  }
}
@media (max-width: 412px) {
  .experience-one--home4 .experience-one__slide-text__inner {
    gap: 20px;
  }
}
.experience-one--home4 .experience-one__slide-title {
  font-size: 11.8vw;
  font-weight: 400;
  color: RGBA(var(--maru-black-rgb, 24, 24, 35), 0.05);
  line-height: 1.03125;
  text-transform: capitalize;
}
.experience-one--home4 .experience-one__shape {
  top: 131px;
  right: 142px;
  animation-name: leafMove;
}
@media (max-width: 1199px) {
  .experience-one--home4 .experience-one__shape {
    top: 70px;
    right: 90px;
  }
}
@media (max-width: 767px) {
  .experience-one--home4 .experience-one__shape {
    top: 50px;
    right: 50px;
  }
}
@media (max-width: 575px) {
  .experience-one--home4 .experience-one__shape {
    top: 30px;
    right: 40px;
  }
}

/*--------------------------------------------------------------
# Description
--------------------------------------------------------------*/
.description-one {
  background-color: var(--maru-white, #fff);
}
.description-one__content {
  max-width: 1083px;
  margin: 0 auto;
  text-align: center;
}
.description-one .sec-title {
  margin-bottom: 19px;
}
.description-one__text {
  margin: 0;
  font-size: 24px;
  line-height: 1.416;
}
@media (max-width: 767px) {
  .description-one__text {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .description-one__text {
    font-size: 18px;
  }
}
.description-one__btn-box {
  margin-top: 105px;
  text-align: center;
}
@media (max-width: 767px) {
  .description-one__btn-box {
    margin-top: 60px;
  }
}
.description-one__btn {
  position: relative;
  display: inline-block;
  padding: 24px 57.5px;
  font-family: var(--maru-heading-font, "Gallery Modern");
  font-size: 32px;
  color: var(--maru-black, #181823);
  text-align: center;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 1.3125;
  transform: rotate(-17.38deg);
  transition: all 500ms ease;
}
.description-one__btn svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 500ms ease;
}
.description-one__btn svg path {
  stroke: var(--maru-black, #181823);
  transition: all 500ms ease;
}
.description-one__btn:hover {
  color: var(--maru-base, #FFF032);
  transform: rotate(0deg);
}
.description-one__btn:hover svg path {
  stroke: var(--maru-base, #FFF032);
}

/*--------------------------------------------------------------
# Moments
--------------------------------------------------------------*/
.moments-one {
  padding-bottom: 208px;
  background-color: var(--maru-white, #fff);
}
@media (max-width: 1199px) {
  .moments-one {
    padding-bottom: 193px;
  }
}
@media (max-width: 991px) {
  .moments-one {
    padding-bottom: 184px;
  }
}
@media (max-width: 767px) {
  .moments-one {
    padding-bottom: 127px;
  }
}
@media (max-width: 575px) {
  .moments-one {
    padding-bottom: 80px;
  }
}
.moments-one .sec-title {
  margin-bottom: 102px;
}
@media (max-width: 1199px) {
  .moments-one .sec-title {
    margin-bottom: 88px;
  }
}
@media (max-width: 991px) {
  .moments-one .sec-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .moments-one .sec-title {
    margin-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .moments-one .sec-title {
    margin-bottom: 51px;
  }
}
.moments-one .sec-title__title {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .moments-one .sec-title__title {
    font-size: 60px;
    line-height: 1.166;
  }
}
.moments-one__carousel.owl-carousel .owl-item {
  transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
}
.moments-one__carousel.owl-carousel .active + .active {
  transform: scale(1.28);
}
@media (max-width: 767px) {
  .moments-one__carousel.owl-carousel .active + .active {
    transform: scale(1);
  }
}
.moments-one__carousel.owl-carousel .active + .active + .active {
  transform: scale(1);
}
.moments-one__image {
  position: relative;
  overflow: hidden;
}
.moments-one__image img {
  width: 100%;
  display: block;
}
.moments-one__image__hover {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.moments-one__image__hover .img-popup {
  position: relative;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: var(--maru-white, #fff);
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  z-index: 2;
  transition: all 500ms ease;
}
.moments-one__image__hover .img-popup:hover {
  background-color: var(--maru-black, #181823);
}
.moments-one__image__hover__box {
  display: block;
  height: 100%;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-color: RGBA(var(--maru-base-rgb, 255, 240, 50), 0.8);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 25%;
  z-index: 1;
}
.moments-one__image__hover__box--1 {
  left: 0;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.moments-one__image__hover__box--2 {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.moments-one__image__hover__box--3 {
  left: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.moments-one__image__hover__box--4 {
  left: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.moments-one__image:hover .moments-one__image__hover .img-popup {
  opacity: 1;
  transform: scale(1);
}
.moments-one__image:hover .moments-one__image__hover__box {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.moments-one__image__icon {
  width: 23px;
  height: 23px;
  display: block;
  position: relative;
}
.moments-one__image__icon::after, .moments-one__image__icon::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--maru-black, #181823);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  transition: all 400ms ease;
}
.moments-one__image__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.img-popup:hover .moments-one__image__icon::before, .img-popup:hover .moments-one__image__icon::after {
  background-color: var(--maru-white, #fff);
}
.moments-one--page {
  padding-bottom: var(--section-space, 150px);
}
@media (max-width: 767px) {
  .moments-one--page {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .moments-one--page {
    padding-bottom: 80px;
  }
}
.moments-one--page .moments-one__carousel.owl-carousel .active + .active {
  transform: scale(1);
}

/*--------------------------------------------------------------
# Expertise
--------------------------------------------------------------*/
.expertise-one {
  background-color: var(--maru-white, #fff);
}
.expertise-one__sec-title {
  margin-bottom: 105px;
  font-size: 200px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.05;
}
@media (max-width: 1399px) {
  .expertise-one__sec-title {
    font-size: 140px;
  }
}
@media (max-width: 1199px) {
  .expertise-one__sec-title {
    margin-bottom: 90px;
    font-size: 110px;
  }
}
@media (max-width: 991px) {
  .expertise-one__sec-title {
    margin-bottom: 60px;
    font-size: 85px;
  }
}
@media (max-width: 767px) {
  .expertise-one__sec-title {
    margin-bottom: 50px;
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .expertise-one__sec-title {
    font-size: 70px;
  }
}
@media (max-width: 430px) {
  .expertise-one__sec-title {
    font-size: 55px;
  }
}
.expertise-one__item + .expertise-one__item {
  margin-top: 177px;
}
@media (max-width: 1199px) {
  .expertise-one__item + .expertise-one__item {
    margin-top: 125px;
  }
}
@media (max-width: 991px) {
  .expertise-one__item + .expertise-one__item {
    margin-top: 100px;
  }
}
@media (max-width: 575px) {
  .expertise-one__item + .expertise-one__item {
    margin-top: 70px;
  }
}
.expertise-one__title {
  margin-bottom: 32px;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.192;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .expertise-one__title {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .expertise-one__title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .expertise-one__title {
    font-size: 35px;
  }
}
@media (max-width: 430px) {
  .expertise-one__title {
    font-size: 30px;
  }
}
.expertise-one__title:hover {
  color: var(--maru-base, #FFF032);
}
.expertise-one__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.expertise-one__title a:hover {
  background-size: 100% 1px;
}
.expertise-one__meta {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.expertise-one__meta li {
  padding: 11px 30px;
  font-size: 16px;
  color: var(--maru-black, #181823);
  line-height: 1.375;
  border: 1px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
  border-radius: 100px;
  transition: all 500ms ease;
}
@media (max-width: 991px) {
  .expertise-one__meta li {
    padding: 8px 30px;
  }
}
.expertise-one__meta li:hover {
  background-color: var(--maru-base, #FFF032);
  border-color: var(--maru-base, #FFF032);
}
.expertise-one__link-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .expertise-one__link-box {
    justify-content: flex-end;
  }
}
@media (max-width: 575px) {
  .expertise-one__link-box {
    justify-content: flex-start;
  }
}
.expertise-one__link {
  display: inline-flex;
  font-size: 34px;
  color: var(--maru-black, #181823);
}
.expertise-one__link svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.expertise-one__link:hover {
  color: var(--maru-base, #FFF032);
}
@media (max-width: 991px) {
  .expertise-one__image {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .expertise-one__image {
    margin-top: 0px;
  }
}
.expertise-one__image__inner {
  position: relative;
  display: inline-block;
  border-radius: 40px;
  transform: rotate(6deg);
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .expertise-one__image__inner {
    transform: rotate(0deg);
  }
}
@media (max-width: 575px) {
  .expertise-one__image__inner {
    transform: rotate(0deg);
  }
}
.expertise-one__image__inner::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: RGBA(var(--maru-base-rgb, 255, 240, 50), 0.7);
  transition: all 500ms ease;
}
.expertise-one__image img {
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}
.expertise-one__image--right {
  text-align: right;
}
@media (max-width: 991px) {
  .expertise-one__image--right {
    text-align: left;
  }
}
.expertise-one__image--right .expertise-one__image__inner {
  transform: rotate(-6deg);
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .expertise-one__image--right .expertise-one__image__inner {
    transform: rotate(0deg);
  }
}
@media (max-width: 575px) {
  .expertise-one__image--right .expertise-one__image__inner {
    transform: rotate(0deg);
  }
}
.expertise-one__item:hover .expertise-one__image__inner::after {
  opacity: 1;
}

/*--------------------------------------------------------------
# Projects
--------------------------------------------------------------*/
.projects-one .sec-title {
  margin-bottom: 31px;
}
.projects-one__filter__list {
  margin-bottom: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.projects-one__filter__list li {
  cursor: pointer;
  font-size: 16px;
  color: var(--maru-text, #777777);
  font-weight: 400;
  line-height: 1.625;
  text-transform: capitalize;
  transition: all 500ms ease;
}
.projects-one__filter__list li:hover, .projects-one__filter__list li.active {
  color: var(--maru-black, #181823);
}
.projects-one__filter__list li:not(:last-of-type)::after {
  content: "/";
  margin-left: 12px;
  margin-right: 12px;
}
.projects-one__card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}
.projects-one__card img {
  width: 100%;
  display: block;
  border-radius: inherit;
}
.projects-one__card__content {
  width: 100%;
  height: 100%;
  padding: 43px 48px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(70%);
  background: linear-gradient(180deg, RGBA(var(--maru-black-rgb, 24, 24, 35), 0.5) -11.23%, var(--maru-black, #181823) 97.14%);
  border-radius: inherit;
  z-index: 1;
  transition: all 500ms ease 500ms;
}
@media (min-width: 768px) and (max-width: 991px) {
  .projects-one__card__content {
    padding: 25px 30px;
  }
}
@media (max-width: 575px) {
  .projects-one__card__content {
    padding: 30px 35px;
  }
}
@media (max-width: 430px) {
  .projects-one__card__content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
@media (max-width: 390px) {
  .projects-one__card__content {
    padding: 25px 30px;
  }
}
.projects-one__card:hover .projects-one__card__content {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}
.projects-one__card__title {
  margin-bottom: 2px;
  font-size: 24px;
  font-weight: 400;
  color: var(--maru-white, #fff);
  line-height: 1.416;
  text-transform: capitalize;
  opacity: 0;
  transform: translateY(-450px);
  transition: all 500ms ease-in-out 0ms;
}
@media (min-width: 768px) and (max-width: 991px) {
  .projects-one__card__title {
    font-size: 22px;
  }
}
@media (max-width: 390px) {
  .projects-one__card__title {
    font-size: 22px;
  }
}
.projects-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;
}
.projects-one__card__title a:hover {
  background-size: 100% 1px;
}
.projects-one__card__title a:hover {
  color: var(--maru-base, #FFF032);
}
.projects-one__card:hover .projects-one__card__title {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 200ms;
}
@media (max-width: 430px) {
  .projects-one__card:hover .projects-one__card__title {
    transition-delay: 300ms;
  }
}
.projects-one__card__text {
  margin: 0;
  color: var(--maru-base, #FFF032);
  font-weight: 300;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(-450px);
  transition: all 500ms ease-in-out 100ms;
}
@media (min-width: 768px) and (max-width: 991px) {
  .projects-one__card__text {
    font-size: 14px;
  }
}
@media (max-width: 390px) {
  .projects-one__card__text {
    font-size: 14px;
  }
}
.projects-one__card:hover .projects-one__card__text {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 100ms;
}
@media (max-width: 430px) {
  .projects-one__card:hover .projects-one__card__text {
    transition-delay: 200ms;
  }
}
.projects-one__card__btn {
  position: relative;
  top: -7px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
  color: var(--maru-black, #181823);
  background-color: var(--maru-base, #FFF032);
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-450px);
  z-index: 1;
  transition: all 500ms ease-in-out 200ms;
}
.projects-one__card__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.projects-one__card__btn::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--maru-white, #fff);
  border-radius: inherit;
  z-index: -1;
  transition: all 500ms ease;
}
.projects-one__card__btn:hover {
  color: var(--maru-black, #181823);
}
.projects-one__card__btn:hover::after {
  width: 100%;
  height: 100%;
}
.projects-one__card:hover .projects-one__card__btn {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 300ms;
}
@media (max-width: 430px) {
  .projects-one__card:hover .projects-one__card__btn {
    transition-delay: 100ms;
  }
}
.projects-one__btn {
  width: 150px;
  height: 150px;
  margin: 100px auto 0;
  padding: 20px;
  border-radius: 50%;
  border: 1px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  color: var(--maru-black, #181823);
  text-align: center;
  line-height: 1.625;
  text-transform: uppercase;
  transition: all 500ms ease;
}
@media (max-width: 1399px) {
  .projects-one__btn {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .projects-one__btn {
    margin-top: 60px;
  }
}
.projects-one__btn:hover {
  color: var(--maru-black, #181823);
  background-color: var(--maru-base, #FFF032);
  border-color: var(--maru-base, #FFF032);
}
.projects-one__btn__icon {
  display: inline-flex;
  font-size: 14px;
  color: inherit;
}
.projects-one__btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.projects-two {
  background-color: var(--maru-white, #fff);
}
.projects-two .sec-title {
  margin-bottom: 27px;
}
.projects-two__inner {
  clip-path: ellipse(81% 47.5% at 50% 50%);
}
@media (max-width: 575px) {
  .projects-two__inner {
    clip-path: ellipse(100% 47.5% at 50% 50%);
  }
}
.projects-two__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.projects-two__image {
  position: relative;
  overflow: hidden;
}
.projects-two__image img {
  width: 100%;
  display: block;
}
.projects-two__image__btn {
  position: relative;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: var(--maru-white, #fff);
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  z-index: 2;
  transition: all 500ms ease;
}
.projects-two__image__btn:hover {
  background-color: var(--maru-black, #181823);
}
.projects-two__image:hover .projects-two__image__btn {
  opacity: 1;
  transform: scale(1);
}
.projects-two__image__icon {
  width: 23px;
  height: 23px;
  display: block;
  position: relative;
}
.projects-two__image__icon::after, .projects-two__image__icon::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--maru-black, #181823);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  transition: all 400ms ease;
}
.projects-two__image__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.projects-two__image__btn:hover .projects-two__image__icon::before, .projects-two__image__btn:hover .projects-two__image__icon::after {
  background-color: var(--maru-white, #fff);
}
.projects-two__image__hover {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.projects-two__image__hover__box {
  width: 25%;
  height: 100%;
  top: 0;
  position: absolute;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background-color: RGBA(var(--maru-base-rgb, 255, 240, 50), 0.8);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.projects-two__image__hover__box--1 {
  left: 0;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.projects-two__image__hover__box--2 {
  left: 25%;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.projects-two__image__hover__box--3 {
  left: 50%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.projects-two__image__hover__box--4 {
  left: 75%;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.projects-two__image:hover .projects-two__image__hover__box {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.projects-two--page .projects-two__carousel.owl-carousel .owl-stage-outer {
  overflow: hidden;
}

.projects-three {
  background-color: var(--maru-white, #fff);
}
@media (max-width: 991px) {
  .projects-three__col-1 {
    order: 1;
  }
}
@media (max-width: 991px) {
  .projects-three__col-2 {
    order: 0;
  }
}
@media (max-width: 991px) {
  .projects-three__col-3 {
    order: 2;
  }
}
.projects-three .sec-title {
  padding: 132px 0px 125px;
}
@media (max-width: 1199px) {
  .projects-three .sec-title {
    padding: 78.5px 0px 70.5px;
  }
}
@media (max-width: 991px) {
  .projects-three .sec-title {
    padding: 0;
    margin-bottom: 50px;
  }
}
.projects-three__inner .projects-three__card + .projects-three__card {
  margin-top: 138px;
}
@media (max-width: 1199px) {
  .projects-three__inner .projects-three__card + .projects-three__card {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .projects-three__inner .projects-three__card + .projects-three__card {
    margin-top: 38px;
  }
}
.projects-three__card__image {
  margin-bottom: 23px;
}
.projects-three__card__image img {
  width: 100%;
  display: block;
}
.projects-three__card__category {
  margin-bottom: 5px;
  text-transform: capitalize;
}
.projects-three__card__title {
  margin: 0;
  font-size: 32px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.3125;
}
.projects-three__card__title:hover {
  color: var(--maru-base, #FFF032);
}
.projects-three__card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.projects-three__card__title a:hover {
  background-size: 100% 1px;
}
.projects-three__btn-box {
  margin-top: 125px;
  text-align: center;
}
@media (max-width: 991px) {
  .projects-three__btn-box {
    margin-top: 50px;
  }
}
.projects-three__btn {
  position: relative;
  display: inline-block;
  padding: 20px 39.5px;
  font-family: var(--maru-heading-font, "Gallery Modern");
  font-size: 20px;
  color: var(--maru-black, #181823);
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  line-height: 1.5;
  transform: rotate(-17.38deg);
  transition: all 500ms ease;
}
@media (max-width: 991px) {
  .projects-three__btn {
    transform: rotate(0deg);
  }
}
.projects-three__btn svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 500ms ease;
}
.projects-three__btn svg path {
  stroke: var(--maru-black, #181823);
  transition: all 500ms ease;
}
.projects-three__btn:hover {
  color: var(--maru-base, #FFF032);
  transform: rotate(0deg);
}
.projects-three__btn:hover svg path {
  stroke: var(--maru-base, #FFF032);
}

.projects-four {
  background-color: var(--maru-white, #fff);
}
.projects-four .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.projects-four__row {
  --bs-gutter-x: 0px;
  --bs-gutter-y: 0px;
}
.projects-four__image {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--maru-base, #FFF032);
}
.projects-four__image img {
  width: 100%;
  display: block;
  transition: all 400ms ease-out;
}
.projects-four__image:hover img {
  transform: translateX(101%);
}
.projects-four__image__overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: var(--maru-base, #FFF032);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-101%);
  z-index: 1;
  border-radius: inherit;
  transition: all 400ms ease-out;
}
.projects-four__image__overlay::before, .projects-four__image__overlay::after {
  content: "";
  width: 75px;
  height: 5px;
  background-color: var(--maru-white, #fff);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
@media (max-width: 1399px) {
  .projects-four__image__overlay::before, .projects-four__image__overlay::after {
    width: 50px;
    height: 4px;
  }
}
@media (max-width: 1199px) {
  .projects-four__image__overlay::before, .projects-four__image__overlay::after {
    width: 45px;
    height: 3px;
  }
}
@media (max-width: 767px) {
  .projects-four__image__overlay::before, .projects-four__image__overlay::after {
    width: 40px;
    height: 3px;
  }
}
.projects-four__image__overlay::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.projects-four__image:hover .projects-four__image__overlay {
  transform: translateX(0);
}
.projects-four--page2 .projects-four__image__overlay::before,
.projects-four--page2 .projects-four__image__overlay::after {
  width: 40px;
  height: 3px;
}
@media (max-width: 375px) {
  .projects-four--page2 .projects-four__image__overlay::before,
  .projects-four--page2 .projects-four__image__overlay::after {
    width: 30px;
    height: 2px;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services-one {
  position: relative;
  background-color: var(--maru-white, #fff);
}
.services-one .container {
  position: relative;
  z-index: 1;
}
.services-one .sec-title {
  margin-bottom: 3px;
}
.services-one__text {
  margin-bottom: 43px;
  padding-right: 66px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .services-one__text {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .services-one__text {
    padding-right: 0;
  }
}
.services-one__image {
  position: relative;
  display: inline-block;
}
.services-one__image__inner {
  padding: 30px;
  background-color: RGBA(var(--maru-black-rgb, 24, 24, 35), 0.05);
  border-radius: 10px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 239.000000"><g transform="translate(0.000000,239.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M43 4734 l-43 -47 0 -1954 0 -1955 49 -49 c47 -47 60 -49 300 -49 338 0 331 7 331 -337 0 -242 3 -258 46 -300 l47 -43 2570 0 2570 0 44 46 43 47 0 1960 c0 2323 46 2047 -341 2047 -347 0 -339 -8 -339 337 0 242 -3 258 -46 300 l-47 43 -2570 0 -2570 0 -44 -46z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 239.000000"><g transform="translate(0.000000,239.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M43 4734 l-43 -47 0 -1954 0 -1955 49 -49 c47 -47 60 -49 300 -49 338 0 331 7 331 -337 0 -242 3 -258 46 -300 l47 -43 2570 0 2570 0 44 46 43 47 0 1960 c0 2323 46 2047 -341 2047 -347 0 -339 -8 -339 337 0 242 -3 258 -46 300 l-47 43 -2570 0 -2570 0 -44 -46z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
.services-one__image__img {
  border-radius: inherit;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 229.000000"><g transform="translate(0.000000,229.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M49 4531 l-49 -49 0 -1862 0 -1862 49 -49 c46 -46 62 -49 271 -49 348 0 360 -12 360 -343 0 -206 3 -222 49 -268 l49 -49 2562 0 2562 0 49 49 49 49 0 1858 c0 2211 39 1964 -312 1964 -357 0 -368 11 -368 343 0 206 -3 222 -49 268 l-49 49 -2562 0 -2562 0 -49 -49z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 229.000000"><g transform="translate(0.000000,229.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M49 4531 l-49 -49 0 -1862 0 -1862 49 -49 c46 -46 62 -49 271 -49 348 0 360 -12 360 -343 0 -206 3 -222 49 -268 l49 -49 2562 0 2562 0 49 49 49 49 0 1858 c0 2211 39 1964 -312 1964 -357 0 -368 11 -368 343 0 206 -3 222 -49 268 l-49 49 -2562 0 -2562 0 -49 -49z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
.services-one__image__img img {
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}
.services-one__image__shape {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: var(--maru-white, #fff);
  position: absolute;
  z-index: 2;
}
.services-one__image__shape--1 {
  left: 46px;
  bottom: 46px;
}
.services-one__image__shape--2 {
  top: 43px;
  right: 44px;
}
.services-one__card + .services-one__card {
  margin-top: 30px;
}
.services-one__card {
  position: relative;
  padding: 23px 30px 23px 25px;
  display: flex;
  align-items: flex-start;
  gap: 25px 23px;
  border-radius: 10px;
  border: 1px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
  overflow: hidden;
  z-index: 1;
  transition: all 500ms ease;
}
@media (max-width: 430px) {
  .services-one__card {
    flex-direction: column;
  }
}
.services-one__card:hover {
  border-color: var(--maru-base, #FFF032);
}
.services-one__card::before {
  content: "";
  width: 0%;
  height: 100%;
  background-color: var(--maru-base, #FFF032);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: inherit;
  transition: all 500ms ease;
}
.services-one__card:hover::before {
  width: 100%;
  left: 0;
}
.services-one__card__icon {
  position: relative;
  top: 4px;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 50px;
  color: var(--maru-black, #181823);
  transition: all 500ms ease;
}
.services-one__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.services-one__card:hover .services-one__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;
}
.services-one__card__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  gap: 30px;
}
@media (max-width: 575px) {
  .services-one__card__content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.services-one__card__title {
  margin-bottom: 2px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.416;
  text-transform: capitalize;
}
@media (max-width: 430px) {
  .services-one__card__title {
    margin-bottom: 10px;
  }
}
@media (max-width: 375px) {
  .services-one__card__title {
    font-size: 22px;
  }
}
.services-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;
}
.services-one__card__title a:hover {
  background-size: 100% 1px;
}
.services-one__card__text {
  margin: 0;
}
.services-one__card__btn {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
  color: var(--maru-black, #181823);
  background-color: RGBA(var(--maru-black-rgb, 24, 24, 35), 0.04);
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  transition: all 500ms ease;
}
.services-one__card__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.services-one__card__btn::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--maru-black, #181823);
  border-radius: inherit;
  z-index: -1;
  transition: all 500ms ease;
}
.services-one__card:hover .services-one__card__btn {
  color: var(--maru-base, #FFF032);
}
.services-one__card:hover .services-one__card__btn::after {
  width: 100%;
  height: 100%;
}
.services-one__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 94px;
  left: 30.8%;
  animation: moveX 2s linear infinite;
}
@media (max-width: 767px) {
  .services-one__shape {
    top: 50px;
  }
}
@media (max-width: 575px) {
  .services-one__shape {
    top: 40px;
  }
}

.services-two {
  background-color: var(--maru-white, #fff);
}
.services-two__inner {
  position: relative;
  padding-top: 190px;
}
.services-two__shape {
  max-width: 100%;
  height: autoa;
  position: absolute;
  top: -37px;
  left: 25%;
  animation: zumpBottom 2s linear infinite;
}
@media (max-width: 1399px) {
  .services-two__shape {
    max-width: 160px;
    top: 10px;
  }
}
.services-two__item + .services-two__item {
  margin-top: 50px;
}
.services-two__item__inner {
  min-height: 150px;
  position: relative;
  background-color: RGBA(var(--maru-black-rgb, 24, 24, 35), 0.05);
  z-index: 1;
  transition: all 500ms ease;
}
.services-two__item__inner::before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--maru-base, #FFF032);
  z-index: -1;
  transition: all 600ms ease;
}
.services-two__item__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  transition: all 600ms ease;
}
@media (max-width: 575px) {
  .services-two__item__content {
    width: 100%;
    padding: 0px 30px;
  }
}
.services-two__item:hover .services-two__item__inner::before {
  width: 100%;
  left: 0;
}
.services-two__item:hover .services-two__item__content {
  left: 85px;
  transform: translate(0%, -50%);
  text-align: left;
}
@media (max-width: 991px) {
  .services-two__item:hover .services-two__item__content {
    left: 60px;
  }
}
@media (max-width: 767px) {
  .services-two__item:hover .services-two__item__content {
    left: 40px;
  }
}
@media (max-width: 575px) {
  .services-two__item:hover .services-two__item__content {
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
.services-two__title {
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.192;
}
@media (max-width: 767px) {
  .services-two__title {
    font-size: 40px;
  }
}
@media (max-width: 430px) {
  .services-two__title {
    font-size: 35px;
  }
}
.services-two__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.services-two__title a:hover {
  background-size: 100% 1px;
}
.services-two__tagline {
  margin: 0;
  transition: all 500ms ease;
}
.services-two__item:hover .services-two__tagline {
  color: RGBA(var(--maru-black-rgb, 24, 24, 35), 0.7);
}
.services-two .hover-item__box {
  position: absolute;
  width: 259px;
  height: 352px;
  top: 50%;
  left: 185px;
  pointer-events: none;
  transform: translate(-100%, -50%);
  overflow: hidden;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.5s ease-out;
  z-index: -1;
}
@media (max-width: 991px) {
  .services-two .hover-item__box {
    width: 200px;
    height: 280px;
  }
}
@media (max-width: 575px) {
  .services-two .hover-item__box {
    width: 180px;
    height: 260px;
  }
}
@media (max-width: 430px) {
  .services-two .hover-item__box {
    width: 160px;
    height: 230px;
  }
}
.services-two .hover-item__box-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease-out;
}
.services-two--page .services-two__inner {
  padding-top: 0;
}

.services-three {
  background-color: var(--maru-white, #fff);
}
.services-three__tab-box {
  position: relative;
  display: block;
  z-index: 1;
}
.services-three__tab-box .tab-buttons {
  margin: -11px 0px 0px;
  padding-left: 105px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1399px) {
  .services-three__tab-box .tab-buttons {
    margin-top: -9px;
    padding-left: 80px;
  }
}
@media (max-width: 1199px) {
  .services-three__tab-box .tab-buttons {
    margin-top: -7px;
  }
}
@media (max-width: 991px) {
  .services-three__tab-box .tab-buttons {
    margin-top: 0;
  }
}
@media (max-width: 390px) {
  .services-three__tab-box .tab-buttons {
    padding-left: 60px;
  }
}
.services-three__tab-box .tab-buttons .tab-btn {
  position: relative;
  cursor: pointer;
  font-family: var(--maru-heading-font, "Gallery Modern");
  font-size: 52px;
  color: var(--maru-black, #181823);
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.192;
  z-index: 1;
  transition: all 500ms ease;
}
@media (max-width: 1399px) {
  .services-three__tab-box .tab-buttons .tab-btn {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .services-three__tab-box .tab-buttons .tab-btn {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .services-three__tab-box .tab-buttons .tab-btn {
    font-size: 30px;
  }
}
@media (max-width: 390px) {
  .services-three__tab-box .tab-buttons .tab-btn {
    font-size: 25px;
  }
}
.services-three__tab-box .tab-buttons .tab-btn::before {
  content: "\e92b";
  position: absolute;
  top: 50%;
  left: -90px;
  opacity: 0;
  transform: translateY(-50%);
  font-family: "icomoon" !important;
  font-size: 8px;
  color: var(--maru-base, #FFF032);
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 500ms ease;
}
@media (max-width: 1399px) {
  .services-three__tab-box .tab-buttons .tab-btn::before {
    font-size: 6px;
    left: -70px;
  }
}
@media (max-width: 390px) {
  .services-three__tab-box .tab-buttons .tab-btn::before {
    font-size: 4px;
    left: -50px;
  }
}
.services-three__tab-box .tab-buttons .tab-btn.active-btn {
  color: var(--maru-base, #FFF032);
}
.services-three__tab-box .tab-buttons .tab-btn.active-btn::before {
  left: -105px;
  opacity: 1;
}
@media (max-width: 1399px) {
  .services-three__tab-box .tab-buttons .tab-btn.active-btn::before {
    left: -80px;
  }
}
@media (max-width: 390px) {
  .services-three__tab-box .tab-buttons .tab-btn.active-btn::before {
    left: -60px;
  }
}
.services-three__tab-box .tab-buttons .tab-btn:not(:first-child) {
  margin-top: 26px;
}
.services-three__tab-box .tabs-content {
  position: relative;
  display: block;
}
.services-three__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;
}
.services-three__tab-box .tabs-content .tab.active-tab {
  display: block;
}
.services-three__image {
  margin-bottom: 44px;
}
@media (max-width: 1199px) {
  .services-three__image {
    margin-bottom: 35px;
  }
}
.services-three__image img {
  width: 100%;
  display: block;
}
.services-three__text {
  font-family: var(--maru-heading-font, "Gallery Modern");
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3125;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .services-three__text {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  .services-three__text {
    font-size: 20px;
  }
}
@media (max-width: 430px) {
  .services-three__text {
    font-size: 19px;
  }
}
.services-three .contact-btn {
  margin: 83px 0px 0px auto;
}
@media (max-width: 991px) {
  .services-three .contact-btn {
    margin: 60px auto 0px;
  }
}

/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact-one {
    padding: 27.5px 0px 28.5px;
    background-color: #fff032;
    border-style: dashed;
    border-color: RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
}
.funfact-one__grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 430px) {
  .funfact-one__grid {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (max-width: 430px) {
  .funfact-one__content {
    text-align: center;
  }
}
.funfact-one__count {
  margin-bottom: 2px;
  display: flex;
  font-size: 92px;
  font-weight: 400;
  line-height: 1.108;
}
@media (max-width: 1199px) {
  .funfact-one__count {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .funfact-one__count {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .funfact-one__count {
    font-size: 60px;
  }
}
@media (max-width: 430px) {
  .funfact-one__count {
    justify-content: center;
  }
}
.funfact-one__text {
  margin: 0;
  text-transform: capitalize;
}
.funfact-one__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 50px;
  color: var(--maru-black, #181823);
  animation: textRotate 3s linear infinite;
}
.funfact-one__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 1199px) {
  .funfact-one__icon {
    display: none;
  }
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details-page {
  background-color: var(--maru-white, #fff);
}
.blog-details-page__row {
  --bs-gutter-x: 24px ;
}

.blog-details__card {
  margin-bottom: 34px;
}
.blog-details__card__image {
  margin-bottom: 46px;
}
.blog-details__card__image img {
  width: 100%;
  display: block;
  border-radius: 20px;
}
.blog-details__card__meta {
  margin-bottom: 23px;
  display: flex;
  align-items: center;
}
.blog-details__card__meta li {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--maru-text, #777777);
  text-transform: capitalize;
  line-height: 1.375;
}
.blog-details__card__meta li:not(:last-of-type)::after {
  content: "/";
  margin-left: 20px;
  margin-right: 20px;
}
.blog-details__card__meta li a {
  display: flex;
  align-items: center;
  color: inherit;
}
.blog-details__card__meta li a:hover {
  color: var(--maru-base, #FFF032);
}
.blog-details__card__meta li a:hover .blog-details__card__meta__icon {
  color: var(--maru-base, #FFF032);
}
.blog-details__card__meta__icon {
  margin-right: 9px;
  position: relative;
  top: 1px;
  display: inline-flex;
  font-size: 14px;
  color: var(--maru-black, #181823);
  transition: all 500ms ease;
}
.blog-details__card__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-details__card__title {
  margin-bottom: 22px;
  padding-bottom: 21px;
  font-size: 32px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.3125;
  border-bottom: 1px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-details__card__title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .blog-details__card__title {
    font-size: 28px;
  }
}
@media (max-width: 430px) {
  .blog-details__card__title {
    font-size: 26px;
  }
}
.blog-details__card__text {
  margin: 0;
}
.blog-details__inner {
  margin-bottom: 54px;
}
.blog-details__inner__title {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.416;
  text-transform: capitalize;
}
.blog-details__inner__description {
  margin-bottom: 34px;
}
.blog-details__inner__text {
  margin: 0;
}
.blog-details__inner__text + .blog-details__inner__text {
  margin-top: 15px;
}
.blog-details__inner__list {
  margin: 0;
}
.blog-details__inner__list li + li {
  margin-top: 12px;
}
.blog-details__inner__list li {
  display: flex;
  gap: 20px;
  font-size: 16px;
  color: var(--maru-text, #777777);
  line-height: 1.625;
}
@media (max-width: 767px) {
  .blog-details__inner__list li {
    gap: 15px;
  }
}
.blog-details__inner__list__icon {
  flex-shrink: 0;
  position: relative;
  top: 2px;
  font-size: 18px;
  color: var(--maru-base, #FFF032);
}
.blog-details__inner__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-details__tags {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  gap: 20px 46px;
}
@media (max-width: 1199px) {
  .blog-details__tags {
    gap: 20px 30px;
  }
}
@media (max-width: 575px) {
  .blog-details__tags {
    flex-direction: column;
    align-items: flex-start;
  }
}
.blog-details__tags__title {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  text-transform: capitalize;
  flex-shrink: 0;
}
.blog-details__tags__box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.blog-details__tags__btn {
  border: 0;
  padding: 7.75px 20px 9.5px;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 5px;
  background-color: RGBA(var(--maru-black-rgb, 24, 24, 35), 0.05);
}
.blog-details__tags__btn:hover {
  color: var(--maru-black, #181823);
}
.blog-details__tags__btn::before, .blog-details__tags__btn::after {
  background-color: var(--maru-base, #FFF032);
}
.blog-details__carousel {
  margin-bottom: 140px;
}
@media (max-width: 1599px) {
  .blog-details__carousel {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .blog-details__carousel {
    margin-bottom: 80px;
  }
}
.blog-details__carousel.owl-carousel .owl-nav button {
  background-color: transparent;
  border: 1px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
}
.blog-details__carousel.owl-carousel .owl-nav button:hover {
  border-color: var(--maru-base, #FFF032);
}
.blog-details__comments {
  margin-bottom: 47px;
}
.blog-details__comments__title {
  margin-bottom: 41px;
  font-size: 32px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.3125;
}
@media (max-width: 575px) {
  .blog-details__comments__title {
    font-size: 30px;
  }
}
.blog-details__comments__card {
  display: grid;
  grid-template-columns: 86px auto;
  grid-gap: 32px;
}
@media (max-width: 767px) {
  .blog-details__comments__card {
    grid-template-columns: auto;
  }
}
.blog-details__comments__card:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
}
.blog-details__comments__card:nth-child(even) {
  padding-left: 70px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-details__comments__card:nth-child(even) {
    padding-left: 50px;
  }
}
@media (max-width: 575px) {
  .blog-details__comments__card:nth-child(even) {
    padding-left: 50px;
  }
}
@media (max-width: 425px) {
  .blog-details__comments__card:nth-child(even) {
    padding-left: 30px;
  }
}
.blog-details__comments__image {
  width: 86px;
  height: 86px;
  background-color: #000000;
}
.blog-details__comments__image img {
  width: 86px;
  height: 86px;
  object-fit: cover;
  mix-blend-mode: luminosity;
}
.blog-details__comments__content {
  margin-top: -4px;
  display: flex;
  align-items: flex-start;
  gap: 35px 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-details__comments__content {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .blog-details__comments__content {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .blog-details__comments__content {
    flex-direction: column;
  }
}
.blog-details__comments__name {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.25;
}
@media (max-width: 575px) {
  .blog-details__comments__name {
    font-size: 22px;
  }
}
.blog-details__comments__text {
  margin: 0;
}
.blog-details__comments__reply {
  padding: 1.5px 21px 2.5px;
  font-weight: 400;
  text-transform: capitalize;
}
.blog-details__comments__reply:hover {
  color: var(--maru-white, #fff);
}
.blog-details__form__title {
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.3125;
}
@media (max-width: 575px) {
  .blog-details__form__title {
    font-size: 30px;
  }
}
.blog-details__form__text {
  margin-bottom: 0;
}
.blog-details__form__btn {
  margin-top: 20px;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  margin-top: -8px;
}
@media (max-width: 991px) {
  .sidebar {
    margin-top: 0;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 41px;
}
.sidebar__title {
  position: relative;
  margin-bottom: 20px;
  padding-left: 45px;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.5;
}
.sidebar__title::before {
  content: "";
  width: 36px;
  height: 3px;
  background-color: var(--maru-base, #FFF032);
  position: absolute;
  top: 13px;
  left: 0px;
}
.sidebar__item {
  padding: 30px 50px;
  background-color: RGBA(var(--maru-black-rgb, 24, 24, 35), 0.05);
  border-radius: 10px;
}
@media (max-width: 575px) {
  .sidebar__item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.sidebar__search {
  position: relative;
  height: 66px;
}
.sidebar__search input[type=search],
.sidebar__search input[type=text] {
  outline: none;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 33px;
  font-size: 16px;
  color: var(--maru-text, #777777);
  font-weight: 400;
  background-color: transparent;
  border: 1px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
  transition: all 400ms ease;
}
.sidebar__search input[type=search]:focus,
.sidebar__search input[type=text]:focus {
  color: var(--maru-black, #181823);
  border-color: var(--maru-base, #FFF032);
}
.sidebar__search button[type=submit] {
  padding: 0;
  border: none;
  outline: none;
  display: inline-flex;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--maru-black, #181823);
  transition: all 400ms ease;
}
.sidebar__search button[type=submit] svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar__search button[type=submit]:hover {
  color: var(--maru-base, #FFF032);
}
.sidebar__categories, .sidebar__service {
  padding-top: 9px;
  padding-bottom: 23px;
}
.sidebar__list {
  margin-bottom: 22px;
}
.sidebar__list li {
  position: relative;
  padding: 12.15px 0 13.15px;
  border-bottom: 2px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
}
.sidebar__list li::after {
  content: "";
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  right: 0;
  background-color: var(--maru-base, #FFF032);
  transition: all 800ms ease;
}
.sidebar__list li:hover::after {
  width: 100%;
  left: 0;
}
.sidebar__list li a {
  position: relative;
  padding: 1px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-family: var(--maru-font, "Lato", sans-serif);
  font-size: 16px;
  color: var(--maru-black, #181823);
  text-transform: capitalize;
  font-weight: 400;
  line-height: 1.625;
  transition: all 500ms ease;
}
.sidebar__list li a:hover {
  color: var(--maru-base, #FFF032);
}
.sidebar__list li a .sidebar__list__icon-box {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
}
.sidebar__list li a .sidebar__list__icon {
  display: inline-flex;
  color: RGBA(var(--maru-black-rgb, 24, 24, 35), 0.2);
  transition: all 500ms ease;
}
.sidebar__list li a .sidebar__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar__list li a .sidebar__list__icon:nth-child(1) {
  font-size: 14px;
}
.sidebar__list li a .sidebar__list__icon:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 6px;
  opacity: 0;
}
.sidebar__list li a:hover .sidebar__list__icon {
  color: var(--maru-base, #FFF032);
  opacity: 1;
}
.sidebar__more-link-box {
  text-align: center;
}
.sidebar__more-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: var(--maru-black, #181823);
  line-height: 1.25;
}
.sidebar__more-link:hover {
  color: var(--maru-base, #FFF032);
}
.sidebar__more-link__icon-box {
  padding: 0 4px;
  overflow: hidden;
}
.sidebar__more-link__icon {
  display: inline-flex;
  font-size: 12px;
  color: var(--maru-black, #181823);
  transition: all 500ms ease;
}
.sidebar__more-link__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar__more-link:hover .sidebar__more-link__icon {
  color: var(--maru-base, #FFF032);
  animation: slideRight 400ms ease;
}
.sidebar__social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 575px) {
  .sidebar__social {
    gap: 15px;
  }
}
.sidebar__social a {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 430px) {
  .sidebar__social a {
    width: 40px;
    height: 40px;
  }
}
.sidebar__social a::before, .sidebar__social a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: inherit;
  z-index: -1;
  transition: all 500ms ease;
}
.sidebar__social a::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  border: 1px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
}
.sidebar__social a:hover::before {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
}
.sidebar__social a::after {
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  background-color: var(--maru-base, #FFF032);
}
.sidebar__social a:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.sidebar__social__icon {
  display: inline-flex;
  font-size: 15px;
  color: var(--maru-black, #181823);
  transition: all 500ms ease;
}
.sidebar__social__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 430px) {
  .sidebar__social__icon {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Slide Text
--------------------------------------------------------------*/
.slide-text {
  padding: 42px 0;
  background-color: var(--maru-base, #FFF032);
}
.slide-text .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.slide-text__content {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 61px;
  animation: textScrolling 25s linear infinite;
  animation-direction: reverse;
  will-change: transform;
  white-space: nowrap;
}
.slide-text__content:hover {
  animation-play-state: paused;
}
@media (max-width: 1199px) {
  .slide-text__content {
    animation-duration: 20s;
  }
}
@media (max-width: 991px) {
  .slide-text__content {
    gap: 50px;
    animation-duration: 15s;
  }
}
@media (max-width: 575px) {
  .slide-text__content {
    animation-duration: 10s;
  }
}
@media (max-width: 430px) {
  .slide-text__content {
    gap: 40px;
  }
}
@media (max-width: 375px) {
  .slide-text__content {
    animation-duration: 7s;
  }
}
.slide-text__title {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 15px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.285;
}
@media (max-width: 767px) {
  .slide-text__title {
    font-size: 25px;
  }
}
.slide-text__title__icon {
  display: inline-flex;
  font-size: 36px;
  color: var(--maru-black, #181823);
}
.slide-text__title__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 767px) {
  .slide-text__title__icon {
    font-size: 34px;
  }
}
.slide-text--two {
  padding: 0;
  background-color: transparent;
}
.slide-text--two .slide-text__title {
  font-family: var(--maru-font, "Lato", sans-serif);
  font-size: 24px;
  line-height: 1.416;
}
.slide-text--two .slide-text__title__icon {
  color: var(--maru-base, #FFF032);
}
.slide-text--two-home3 {
  padding-top: var(--section-space, 150px);
}
@media (max-width: 767px) {
  .slide-text--two-home3 {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .slide-text--two-home3 {
    padding-top: 80px;
  }
}
.slide-text--services {
  padding: 0;
  margin-top: 51px;
  background-color: transparent;
  overflow: hidden;
}
@media (min-width: 992px) {
  .slide-text--services .slide-text__content {
    animation-duration: 10s;
  }
}
@media (min-width: 1200px) {
  .slide-text--services .slide-text__content {
    animation-duration: 15s;
  }
}
.slide-text--services .slide-text__title {
  font-size: 20px;
  gap: 12px;
}
.slide-text--services .slide-text__title__icon {
  font-size: 24px;
}
.slide-text--home4 .slide-text__title {
  font-family: var(--maru-font2, "Jost", sans-serif);
  font-weight: 400;
}
.slide-text--category {
  padding-top: 0;
  padding-bottom: var(--section-space, 150px);
  background-color: transparent;
}
@media (max-width: 767px) {
  .slide-text--category {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .slide-text--category {
    padding-bottom: 80px;
  }
}
@media (max-width: 430px) {
  .slide-text--category .slide-text__content {
    gap: 40px;
  }
}
.slide-text--category .slide-text__content--bottom {
  margin-top: 46px;
  animation-direction: normal;
}
.slide-text--category .slide-text__title {
  gap: 24px;
  font-size: 52px;
  transition: all 500ms ease;
}
@media (max-width: 1199px) {
  .slide-text--category .slide-text__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .slide-text--category .slide-text__title {
    gap: 15px;
    font-size: 30px;
  }
}
.slide-text--category .slide-text__title__icon {
  font-size: 60px;
  color: RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
  transition: all 500ms ease;
}
@media (max-width: 1199px) {
  .slide-text--category .slide-text__title__icon {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .slide-text--category .slide-text__title__icon {
    font-size: 38px;
  }
}
.slide-text--category .slide-text__title:hover {
  color: var(--maru-base, #FFF032);
}
.slide-text--category .slide-text__title:hover .slide-text__title__icon {
  color: var(--maru-base, #FFF032);
}

/*--------------------------------------------------------------
# Follow
--------------------------------------------------------------*/
.follow-one {
  position: relative;
  padding: 45px 0px 47px;
  background-color: var(--maru-base, #FFF032);
}
@media (max-width: 1199px) {
  .follow-one {
    padding-bottom: 54px;
  }
}
.follow-one::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--maru-black, #181823);
  position: absolute;
  top: 0;
  left: calc((100% - 112px) / 2);
}
@media (max-width: 1199px) {
  .follow-one::after {
    display: none;
  }
}
.follow-one .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .follow-one__content {
    text-align: center;
  }
}
.follow-one__title {
  margin-bottom: 18px;
  font-size: 42px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.238;
}
@media (max-width: 575px) {
  .follow-one__title {
    font-size: 40px;
  }
}
@media (max-width: 430px) {
  .follow-one__title {
    font-size: 35px;
  }
}
.follow-one__text {
  margin: 0;
  font-size: 24px;
  color: var(--maru-black, #181823);
  text-transform: capitalize;
  line-height: 1.333;
}
@media (max-width: 1399px) {
  .follow-one__text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .follow-one__image {
    text-align: center;
  }
}
.follow-one__image img {
  max-width: 100%;
  height: auto;
}
.follow-one__social {
  display: flex;
  align-items: center;
  gap: 20px 52px;
}
@media (max-width: 1399px) {
  .follow-one__social {
    gap: 20px 35px;
  }
}
@media (max-width: 767px) {
  .follow-one__social {
    flex-direction: column;
  }
}
.follow-one__social__title {
  margin: 0;
}
@media (max-width: 767px) {
  .follow-one__social__title {
    text-align: center;
  }
}
.follow-one__social__title__icon {
  vertical-align: middle;
  font-size: 9px;
  color: var(--maru-black, #181823);
}
.follow-one__social__title__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.follow-one__social__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 1399px) {
  .follow-one__social__list {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .follow-one__social__list {
    justify-content: center;
  }
}
.follow-one__social__list a {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  z-index: 1;
  font-size: 19px;
  color: var(--maru-black, #181823);
  transition: all 500ms ease;
}
.follow-one__social__list a svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 1399px) {
  .follow-one__social__list a {
    width: 46px;
    height: 46px;
  }
}
.follow-one__social__list a:hover {
  color: var(--maru-white, #fff);
}
.follow-one__social__list a::before, .follow-one__social__list a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: inherit;
  z-index: -1;
  transition: all 500ms ease;
}
.follow-one__social__list a::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  border: 1px solid var(--maru-black, #181823);
}
.follow-one__social__list a:hover::before {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
}
.follow-one__social__list a::after {
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  background-color: var(--maru-black, #181823);
}
.follow-one__social__list a:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.follow-two {
  padding-top: 22px;
  padding-bottom: 16px;
  background-color: var(--maru-white, #fff);
  border-top: 1px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
  border-bottom: 1px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
}
@media (max-width: 991px) {
  .follow-two {
    padding: 0;
    border: 0;
  }
}
@media (min-width: 992px) {
  .follow-two .container {
    max-width: 100%;
    padding-right: 0;
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  .follow-two .container {
    margin-left: calc((100% - 1326px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}
.follow-two__inner {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .follow-two__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.follow-two__title-box {
  padding-right: 30px;
  width: 22.883%;
  flex: 0 0 auto;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .follow-two__title-box {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .follow-two__title-box {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 40px;
    text-align: center;
  }
}
.follow-two__title {
  margin: 0;
  font-weight: 400;
  font-size: 52px;
  line-height: 1.153;
}
@media (max-width: 1399px) {
  .follow-two__title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .follow-two__title {
    font-size: 43px;
  }
}
@media (max-width: 430px) {
  .follow-two__title {
    font-size: 40px;
  }
}
.follow-two__social {
  width: 77.117%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .follow-two__social {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .follow-two__social {
    width: 100%;
    border: 1px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
  }
}
@media (max-width: 575px) {
  .follow-two__social {
    flex-wrap: wrap;
  }
}
.follow-two__social__item {
  width: 25%;
  flex: 0 0 auto;
  position: relative;
  padding: 0px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .follow-two__social__item:nth-child(1), .follow-two__social__item:nth-child(2) {
    border-bottom: 1px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
  }
}
@media (max-width: 991px) {
  .follow-two__social__item {
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .follow-two__social__item {
    padding: 15px 20px;
  }
}
@media (max-width: 575px) {
  .follow-two__social__item {
    width: 50%;
    padding: 20px 25px;
  }
}
.follow-two__social__item::before {
  content: "";
  width: 1px;
  height: calc(100% + 49px);
  position: absolute;
  top: calc(50% - 3.5px);
  left: 0px;
  transform: translateY(-50%);
  background-color: RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
}
@media (max-width: 1399px) {
  .follow-two__social__item::before {
    height: calc(100% + 41px);
  }
}
@media (max-width: 1199px) {
  .follow-two__social__item::before {
    height: calc(100% + 48px);
  }
}
@media (max-width: 991px) {
  .follow-two__social__item::before {
    height: calc(100% + 0px);
    top: 50%;
  }
}
@media (max-width: 991px) {
  .follow-two__social__item:nth-child(1)::before {
    display: none;
  }
}
@media (max-width: 575px) {
  .follow-two__social__item:nth-child(3)::before {
    display: none;
  }
}
.follow-two__social__link {
  display: inline-block;
  opacity: 0.3;
  transition: all 500ms ease;
}
.follow-two__social__link:hover {
  opacity: 1;
}
.follow-two__social__link img {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# Instagram
--------------------------------------------------------------*/
.instagram-one {
  background-color: var(--maru-white, #fff);
}
.instagram-one .sec-title {
  margin-bottom: 37px;
}
.instagram-one__container {
  padding-left: 0;
  padding-right: 0;
}
.instagram-one__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.instagram-one__carousel.owl-carousel .owl-item:nth-child(even) {
  margin-top: 58px;
}
@media (max-width: 991px) {
  .instagram-one__carousel.owl-carousel .owl-item:nth-child(even) {
    margin-top: 50px;
  }
}
.instagram-one__image {
  position: relative;
  -webkit-perspective: 1700px;
  -moz-perspective: 1700px;
  perspective: 1700px;
  -webkit-perspective-origin: 0 50%;
  -moz-perspective-origin: 0 50%;
  perspective-origin: 0 50%;
}
.instagram-one__image img {
  width: 100%;
  display: block;
}
.instagram-one__image__overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: RGBA(var(--maru-black-rgb, 24, 24, 35), 0.7);
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.1s 0.3s;
  transition: transform 0.5s, opacity 0.1s 0.3s;
}
.instagram-one__image:hover .instagram-one__image__overlay {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.1s;
  -moz-transition: -moz-transform 0.5s, opacity 0.1s;
  transition: transform 0.5s, opacity 0.1s;
}
.instagram-one__image__link {
  display: inline-flex;
  font-size: 40px;
  color: var(--maru-base, #FFF032);
  transition: all 500ms ease;
}
.instagram-one__image__link svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.instagram-one__image__link:hover {
  color: var(--maru-white, #fff);
}
.instagram-one__link-box {
  margin-top: 50px;
  text-align: center;
}
.instagram-one__link {
  width: 100px;
  height: 200px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: var(--maru-black, #181823);
  border-radius: 100px;
  overflow: hidden;
  z-index: 1;
}
.instagram-one__link svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.instagram-one__link::before, .instagram-one__link::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: inherit;
  z-index: -1;
  transition: all 500ms ease;
}
.instagram-one__link::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  border: 1px solid RGBA(var(--maru-black-rgb, 24, 24, 35), 0.1);
}
.instagram-one__link:hover::before {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.6);
}
.instagram-one__link::after {
  transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;
  background-color: var(--maru-base, #FFF032);
}
.instagram-one__link:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.instagram-two {
  background-color: var(--maru-white, #fff);
}
.instagram-two__top {
  margin-bottom: 38px;
}
@media (max-width: 991px) {
  .instagram-two .sec-title {
    text-align: center;
  }
}
.instagram-two .sec-title__title {
  text-shadow: -1px 0px 1px currentColor;
}
.instagram-two__icon {
  display: inline-flex;
  font-size: 8px;
  color: var(--maru-black, #181823);
}
.instagram-two__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.instagram-two__inner {
  position: relative;
}
.instagram-two__image {
  position: relative;
  overflow: auto;
}
.instagram-two__image img {
  width: 100%;
  display: block;
}
.instagram-two__image__overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: RGBA(var(--maru-black-rgb, 24, 24, 35), 0.7);
  opacity: 0;
  transform: translateY(-40%);
  transition: all 500ms ease;
}
.instagram-two__image:hover .instagram-two__image__overlay {
  opacity: 1;
  transform: translateY(0%);
}
.instagram-two__image__link {
  display: inline-flex;
  font-size: 40px;
  color: var(--maru-base, #FFF032);
  transition: all 500ms ease;
}
.instagram-two__image__link svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.instagram-two__image__link:hover {
  color: var(--maru-white, #fff);
}
.instagram-two__btn {
  width: 100px;
  height: 100px;
  position: relative;
  position: absolute;
  top: calc(50% + 12px);
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  background-color: var(--maru-base, #FFF032);
  font-size: 32px;
  color: var(--maru-black, #181823);
  transition: all 500ms ease;
}
.instagram-two__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .instagram-two__btn {
    width: 80px;
    height: 80px;
    font-size: 30px;
  }
}
.instagram-two__btn::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--maru-white, #fff);
  border-radius: inherit;
  z-index: -1;
  transition: all 500ms ease;
}
.instagram-two__btn:hover {
  color: var(--maru-base, #FFF032);
}
.instagram-two__btn:hover::after {
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# Boxed Home
--------------------------------------------------------------*/
body.boxed-wrapper {
  position: relative;
}
body.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--maru-white, #fff);
  box-shadow: 0px 0px 100px 0px rgba(var(--maru-black-rgb, 24, 24, 35), 0.08);
}
body.boxed-wrapper .about-one__shape {
  display: none;
}
@media (min-width: 1600px) {
  body.boxed-wrapper .main-slider-one__name {
    font-size: 295px;
    letter-spacing: 30px;
  }
}
/*# sourceMappingURL=maru.css.map */

  


::-webkit-scrollbar-thumb{-webkit-border-radius:21px;background:#fff032;}
}
