/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Common
# Custom Cursor
# Animations
# Topbar
# Navigation
# Home Showcase
# Mobile Nav
# Search Popup
# Sidebar
# Forms
# Comments
# Contact
# Cards
# Blog Details
# Page Header
# Footer
# Google Map
# Hero Slider
# About Us
# Feature
# Client Carousel
# Testimonials
# Package
# Why Choose Us
# Funfact
# FAQ
# Achievements
# Marquee
# Call Area
# Work Area
# Awards
# Analytics
# Work Process
# Gallery
# Team Details
# Service
# Service Details
# Project
# Project Details
# Shop
# Shop Details
# Cart
# Checkout
# Error 404
# Boxed Home
--------------------------------------------------------------*/
:root {
  --amonx-font: "Inter", sans-serif;
  --amonx-heading-font: "Urbanist", sans-serif;
  --amonx-text: #636363;
  --amonx-text-rgb: 99, 99, 99;
  --amonx-base: #f25822;
  --amonx-base-rgb: 0, 196, 39;
  --amonx-primary: #f25822;
  --amonx-primary-rgb: 0, 69, 227;
  --amonx-white: #ffffff;
  --amonx-white-rgb: 255, 255, 255;
  --amonx-white2: #fdf0eb;
  --amonx-white2-rgb: 236, 245, 244;
  --amonx-gray: #BEBEBE;
  --amonx-gray-rgb: 190, 190, 190;
  --amonx-black: #000000;
  --amonx-black-rgb: 0, 0, 0;
  --amonx-black2: #222222;
  --amonx-black2-rgb: 34, 34, 34;
  --amonx-black3: #050519;
  --amonx-black3-rgb: 5, 5, 25;
  --amonx-black4: #333333;
  --amonx-black4-rgb: 51, 51, 51;
  --amonx-black5: #1D3524;
  --amonx-black5-rgb: 29, 53, 36;
  --amonx-black6: #141414;
  --amonx-black6-rgb: 20, 20, 20;
  --amonx-rating-color: #F5B400;
  --amonx-rating-color-rgb: 245, 180, 0;
  --amonx-border-color: #dddddd;
  --amonx-border-color-rgb: 221, 221, 221;
  --amonx-letter-space: 0.1em;
  --amonx-letter-space-xl: 0.2em;
  --section-space: 125px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amonx-text, #636363);
  line-height: 1.625;
  overflow-x: hidden;
}

body.locked {
  overflow: hidden;
}

html::-webkit-scrollbar {
  width: 6px;
}

html::-webkit-scrollbar-track {
  background: #dddddd;
}

html::-webkit-scrollbar-thumb {
  background: var(--amonx-base, #00c427);
}

html::-webkit-scrollbar-thumb:hover {
  background: #050519;
}

a {
  color: var(--amonx-base, #00c427);
  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(--amonx-heading-font, "Urbanist", sans-serif);
  color: var(--amonx-black, #000000);
}
@media (max-width: 767px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

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

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

.background-base {
  background-color: var(--amonx-base, #00c427);
}

.background-primary {
  background-color: var(--amonx-primary, #0045e3);
}

.background-white {
  background-color: var(--amonx-white, #ffffff);
}

.background-white-2 {
  background-color: var(--amonx-white2, #fdf0eb);
}

.background-black {
  background-color: var(--amonx-black, #000000);
}

.background-black-2 {
  background-color: var(--amonx-black2, #222222);
}

.amonx-text {
  color: var(--amonx-text, #636363);
}

.hidden {
  overflow: hidden;
}

.hidden-x {
  overflow-x: hidden;
}

.scale-anim {
  overflow: hidden;
}

.d-inline-block {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

.group-section {
  position: relative;
  background-color: var(--amonx-white2, #fdf0eb);
}
.group-section__bg {
  position: absolute;
  inset: 0px;
  opacity: 0.04;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

/* section title */
.sec-title {
  margin-bottom: 30px;
}
.sec-title__tagline {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  padding: 8px 15px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 1.375;
  color: white;
  /* letter-spacing: 0.16em; */
  text-transform: uppercase;
  border-radius: 100px;
  border: 1px solid var(--amonx-border-color, #dddddd);
  background-color: #f25822;
}
@media (max-width: 767px) {
  .sec-title__tagline {
    letter-spacing: 0.13em;
  }
}
@media (max-width: 575px) {
  .sec-title__tagline {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
.sec-title__tagline__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 20px;
  color: var(--amonx-base, #00c427);
}
@media (max-width: 575px) {
  .sec-title__tagline__icon {
    font-size: 18px;
  }
}
.sec-title__tagline__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sec-title__title {
  margin-bottom: 0px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--amonx-black, #000000);
}
@media (max-width: 575px) {
  .sec-title__title {
    font-size: 35px;
  }
}
.sec-title .title-fade-in .char {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
  -webkit-filter: blur(4px);
  transform: translate(-24px, 0px);
  -webkit-transform: translate(-24px, 0px);
  white-space: pre;
  margin-right: 0;
  transition: transform 0.5s ease, opacity 0.5s ease, filter 0.5s ease;
  transition-delay: var(--transition-delay);
}
.sec-title .title-fade-in.is-visible .char {
  opacity: 1;
  filter: blur(0);
  -webkit-filter: blur(0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.sec-title .title-fade-in .word {
  display: inline-block;
  white-space: nowrap;
}
.sec-title .title-fade-in.is-visible .char {
  opacity: 1;
  filter: blur(0px);
  -webkit-filter: blur(0px);
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
}
.sec-title .title-fade-in.is-visible .char:first-child {
  text-transform: capitalize;
}
.sec-title--white .sec-title__tagline {
  color: var(--amonx-white, #ffffff);
  border-color: RGBA(var(--amonx-border-color-rgb, 221, 221, 221), 0.2);
}
.sec-title--white .sec-title__title {
  color: var(--amonx-white, #ffffff);
}
.sec-title--center {
  margin-bottom: 30px;
  text-align: center;
}

/* Marquee:
Two Lines, 
One Line To Right, 
One Line To Left */
.marquee {
  max-width: 100%;
  overflow: hidden;
}

.marquee--gsap .marquee__bottom,
.marquee--gsap .marquee__top,
.marquee-left--gsap .marquee__toleft,
.marquee-right--gsap .marquee__toright {
  translate: -moz-calc(-100% + 100vw) !important;
  translate: calc(-100% + 100vw) !important;
}

.marquee__top,
.marquee__bottom,
.marquee__toleft,
.marquee__toright {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  gap: 20px;
  align-items: center;
  width: max-content;
  will-change: transform;
}

.marquee__bottom {
  margin-top: 30px;
}

.bw-reveal-text {
  visibility: hidden;
}
.bw-reveal-text .line {
  display: flex;
  overflow: hidden;
  position: relative;
}

.bw-reveal-text-2 {
  visibility: hidden;
}
.bw-reveal-text-2 .letter {
  position: relative;
  display: inline-block;
  will-change: transform;
  transform-style: preserve-3d;
}
.bw-reveal-text-2 .letter div {
  width: 100%;
  backface-visibility: hidden;
  transform: translateZ(4vw);
  transform-style: preserve-3d;
}
.bw-reveal-text-2 .perspective {
  position: relative;
  display: inline-block;
}
.bw-reveal-text-2 .perspective div {
  position: relative;
  display: inline-block;
}
.bw-reveal-text-2 .word {
  display: inline-block;
}

.bw-stroke-text > div {
  display: inline-block;
  color: transparent;
  background-size: 200% 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to left, RGBA(var(--amonx-white-rgb, 255, 255, 255), 0.1) 50%, var(--amonx-base, #00c427) 50%);
}

.large-title {
  display: inline-block;
  margin: 0px;
  font-size: 200px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 2.5%;
  writing-mode: sideways-lr;
  transform: translateY(-50%);
  color: transparent;
  white-space: nowrap;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 25%, #0045e3 40%, #00c427 50%, #0045e3 60%, #ffffff 75%, #ffffff 100%);
  background-size: 100% 300%;
  background-position: 0% 0%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 1px #dddddd;
  animation: verticalGradientWave 4s linear infinite;
}
@media (max-width: 1799px) {
  .large-title {
    left: 1%;
  }
}
@media (max-width: 1599px) {
  .large-title {
    display: none;
  }
}

@keyframes verticalGradientWave {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 0% 100%;
  }
}
/* theme button */
.amonx-btn {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  cursor: pointer;
  transition: 500ms;
  padding: 14px 30px;
  position: relative;
  z-index: 1;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375;
  color: var(--amonx-white, #ffffff);
  text-transform: uppercase;
  border-radius: 100px;
  pointer-events: auto;
  overflow: hidden;
  background-color: var(--amonx-primary, #0045e3);
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.amonx-btn::before, .amonx-btn::after {
  content: "";
  width: 0%;
  height: calc(100% + 10px);
  position: absolute;
  top: -5px;
  z-index: -1;
  transition: 500ms;
  transform: skewX(-25deg);
  background-color: var(--amonx-base, #00c427);
}
.amonx-btn::before {
  left: -8px;
}
.amonx-btn::after {
  right: -8px;
}
.amonx-btn:hover::before, .amonx-btn:hover::after {
  width: calc(50% + 10px);
}
.amonx-btn__text {
  display: flex;
  overflow: hidden;
  letter-spacing: 0.005em;
}
.amonx-btn__text.tab-btn .amonx-btn__text{
display: block;
width:100px;
}
.amonx-btn__text span {
  display: inline-block;
  opacity: 1;
  transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease;
  will-change: transform, opacity;
}
.amonx-btn:hover .amonx-btn__text span {
  opacity: 0;
  transform: translateX(-10px) scale(1.2);
  transition: none;
}
.amonx-btn:hover .amonx-btn__text span.animate {
  opacity: 1;
  transform: translateX(0) scale(1);
  transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease;
}
.amonx-btn__icon {
  width: 22px;
  height: 22px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: inherit;
  overflow: hidden;
  line-height: 1;
  position: relative;
  z-index: 1;
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.amonx-btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.amonx-btn__icon i,
.amonx-btn__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.amonx-btn__icon i:last-child,
.amonx-btn__icon svg:last-child {
  left: -40px;
  visibility: hidden;
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
.amonx-btn:hover .amonx-btn__icon i, .amonx-btn:hover .amonx-btn__icon svg {
  left: 200%;
}
.amonx-btn:hover .amonx-btn__icon i:last-child, .amonx-btn:hover .amonx-btn__icon svg:last-child {
  left: 50%;
  visibility: visible;
  transform: translate(-50%, -50%);
}
.amonx-btn--white {
  color: var(--amonx-black2, #222222);
  background-color: var(--amonx-white, #ffffff);
}
.amonx-btn--white:hover {
  color: var(--amonx-white, #ffffff);
}

.video-btn {
  width: 52px;
  height: 52px;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 18px;
  color: var(--amonx-white, #ffffff);
  border-radius: 50%;
  z-index: 1;
  border: none;
  transition: all 0.5s ease;
  background-color: var(--amonx-base, #00c427);
}
.video-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.video-btn:hover {
  background-color: var(--amonx-primary, #0045e3);
}
.video-btn::after {
  content: "";
  width: calc(100% + 13px);
  height: calc(100% + 13px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: inherit;
  transition: all 0.5s ease;
  border: 3px solid var(--amonx-base, #00c427);
}
.video-btn:hover::after {
  border-color: var(--amonx-primary, #0045e3);
}
.video-btn span {
  display: inline-flex;
}

/* social links */
.social-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.social-links a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
  background-color: var(--amonx-base, #00c427);
}
.social-links a:hover {
  background-color: var(--amonx-primary, #0045e3);
}
.social-links__icon {
  display: inline-flex;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: var(--amonx-white, #ffffff);
  transition: all 500ms ease;
}
.social-links__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.social-links a:hover .social-links__icon {
  animation: slideTop 400ms;
}
.social-links--border a {
  background-color: transparent;
  border: 1px solid RGBA(var(--amonx-white-rgb, 255, 255, 255), 0.25);
}
.social-links--border a:hover {
  border-color: var(--amonx-primary, #0045e3);
  background-color: var(--amonx-primary, #0045e3);
}
.social-links--border .social-links__icon {
  color: RGBA(var(--amonx-white-rgb, 255, 255, 255), 0.25);
}
.social-links--border a:hover .social-links__icon {
  color: var(--amonx-white, #ffffff);
}

/* ratings */
.amonx-ratings {
  display: flex;
  align-items: center;
  gap: 5px;
}
.amonx-ratings__icon {
  display: inline-flex;
  font-size: 14px;
  color: var(--amonx-rating-color, #F5B400);
  transition: all 500ms ease;
}
.amonx-ratings__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

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

/* video section */
.video-wrapper {
  position: relative;
  overflow: hidden;
}

.bg-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
  object-fit: cover;
  pointer-events: none;
}

.video-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: RGBA(var(--amonx-black3-rgb, 5, 5, 25), 0.5);
}

/* grid reveal image animation */
.grid-reveal-anim {
  width: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
  overflow: hidden;
  position: relative;
}
.grid-reveal-anim .grid-reveal-anim-img {
  opacity: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1.2;
  object-fit: cover;
}
.grid-reveal-anim .mask {
  background-size: cover;
  background-position: center;
  transform: scale(1.005);
}
.grid-reveal-anim > * {
  grid-area: 1/1/2/2;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

/* webgl images hover animation */
.bw-hover-img {
  display: block;
  overflow: hidden;
  position: relative;
}
.bw-hover-img canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.hover-item {
  position: relative;
}
.hover-item__box {
  width: 238px;
  height: 337px;
  position: absolute;
  top: 50%;
  z-index: 2;
  opacity: 0;
  overflow: hidden;
  border-radius: 20px;
  pointer-events: none;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}
.hover-item__box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

/* skill box */
.skill-box {
  position: relative;
  text-align: center;
}
.skill-box__count {
  width: 118px;
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto 18px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 50%;
}
.skill-box__count .circle-progress {
  position: absolute;
  top: 0px;
  left: 0px;
}
.skill-box__funfact {
  margin: 0px;
  display: inline-flex;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--amonx-black2, #222222);
  transition: all 500ms ease;
}
.skill-box__title {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--amonx-black2, #222222);
  text-transform: capitalize;
}

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


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

.amonx-owl__carousel--basic-nav.owl-carousel .owl-nav {
  margin-top: 50px;
}
.amonx-owl__carousel--basic-nav.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}
.amonx-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  outline: none;
  position: relative;
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: transparent;
  border: 1px solid var(--amonx-base, #00c427);
}
.amonx-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--amonx-base, #00c427);
  transform: translate(-50%, -50%);
}
.amonx-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
  background-color: transparent;
}
.amonx-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover, .amonx-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active {
  border-color: var(--amonx-base, #00c427);
  background-color: var(--amonx-base, #00c427);
}
.amonx-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span, .amonx-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span {
  background-color: transparent;
}
.amonx-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 50px;
}
.amonx-owl__carousel--basic-nav.owl-carousel .owl-dots.disabled,
.amonx-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled {
  display: none;
}

.amonx-owl__carousel--basic-nav.owl-carousel .owl-nav,
.custom-nav {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.amonx-owl__carousel--basic-nav.owl-carousel .owl-nav button,
.custom-nav button {
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  position: relative;
  z-index: 1;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  color: var(--amonx-black2, #222222);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: transparent;
  border: 1px solid var(--amonx-border-color, #dddddd);
}
@media (max-width: 767px) {
  .amonx-owl__carousel--basic-nav.owl-carousel .owl-nav button,
  .custom-nav button {
    width: 50px;
    height: 50px;
  }
}
.amonx-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover,
.custom-nav button:hover {
  color: var(--amonx-white, #ffffff);
  border-color: var(--amonx-primary, #0045e3);
  background-color: var(--amonx-primary, #0045e3);
}
.amonx-owl__carousel--basic-nav.owl-carousel .owl-nav button svg,
.custom-nav button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.amonx-owl__carousel--basic-nav.owl-carousel .owl-nav button span,
.custom-nav button span {
  border: none;
  outline: none;
  color: inherit;
}

.hammer {
  width: 22px;
  height: 22px;
  fill: var(--amonx-base, #00c427);
}

.hammer path:nth-child(1),
.hammer path:nth-child(2) {
  animation: hammerBounce 3s ease-in-out infinite;
}

.hammer path:nth-child(3),
.hammer path:nth-child(4),
.hammer path:nth-child(5),
.hammer path:nth-child(6) {
  transform-origin: center;
  animation: hammerStrike 3s ease-in-out infinite;
}

.ui-datepicker .ui-datepicker-header {
  background-image: none;
  background-color: var(--amonx-black, #000000);
  color: var(--amonx-white, #ffffff);
  font-family: var(--amonx-font, "Inter", sans-serif);
}

.ui-datepicker-calendar th span {
  font-family: var(--amonx-font, "Inter", sans-serif);
}
.ui-datepicker-calendar td {
  background-color: var(--amonx-text, #636363);
  background-image: none;
  font-family: var(--amonx-font, "Inter", sans-serif);
  color: var(--amonx-text, #636363);
}
.ui-datepicker-calendar td a {
  border-color: var(--amonx-border-color, #dddddd);
  background-color: var(--amonx-text, #636363);
  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(--amonx-border-color, #dddddd);
  background-color: var(--amonx-text, #636363);
  background-image: none;
  color: var(--amonx-text, #636363);
  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(--amonx-white, #ffffff);
  background-color: var(--amonx-base, #00c427);
}
.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(--amonx-white, #ffffff);
  background-color: var(--amonx-base, #00c427);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-image: none;
  background-color: var(--amonx-white, #ffffff);
  color: var(--amonx-black, #000000);
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: var(--amonx-base, #00c427);
  color: var(--amonx-white, #ffffff);
  top: 2px;
}

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

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

/* progress bar */
.progress-box + .progress-box {
  margin-top: 28px;
}

.progress-box__title {
  margin-bottom: 7px;
  font-family: var(--amonx-heading-font, "Urbanist", sans-serif);
  font-weight: 400;
  font-size: 14px;
  color: var(--amonx-primary, #0045e3);
}

.progress-box__bar {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: var(--amonx-text, #636363);
}

.progress-box__bar__inner {
  position: relative;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background-color: var(--amonx-base, #00c427);
  border-radius: inherit;
  transition: all 800ms linear;
}

.progress-box__number {
  position: absolute;
  bottom: calc(100% + 3px);
  right: 0;
  font-family: var(--amonx-heading-font, "Urbanist", sans-serif);
  font-weight: 400;
  font-size: 14px;
  color: var(--amonx-primary, #0045e3);
}

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

.preloader {
  position: fixed;
  background-color: var(--amonx-black, #000000);
  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%;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--amonx-base, #00c427);
  -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(--amonx-base, #00c427);
  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(--amonx-base, #00c427);
  opacity: 0.4;
}
.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.15);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.15);
  }
  70% {
    transform: scale(1);
  }
}
@keyframes emailFloat {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-4px) rotate(-5deg);
  }
  50% {
    transform: translateY(0px) rotate(5deg);
  }
  75% {
    transform: translateY(4px) rotate(-3deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}
@keyframes phoneShake {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-12deg);
  }
  60% {
    transform: rotate(10deg);
  }
  80% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes locationPing {
  0% {
    opacity: 1;
    transform: scale(0.8);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@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 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 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 flowerRotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  25%, 75% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(10deg);
  }
}
@keyframes zump {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes zumpBottom {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1.25);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.25);
  }
}
@keyframes zoomIn2 {
  0% {
    transform: scale(0.5) rotate(0deg);
  }
  100% {
    transform: scale(1.25) rotate(45deg);
  }
}
@keyframes zoomIn3 {
  0% {
    transform: scale(0.7) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(45deg);
  }
}
@keyframes zoomIn4 {
  0% {
    transform: scale(0.5) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(45deg);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(0.7);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
  }
}
@keyframes zoom-out-in {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes moveX {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes moveX2 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes rotateReverse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-359deg);
  }
}
@keyframes shapeRotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes rotateSway {
  0% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes wobble-horizontal-hover {
  16.65% {
    transform: translateX(5px);
  }
  33.3% {
    transform: translateX(-3px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 50px) rotate3d(0, 1, 0, -190deg);
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 50px) rotate3d(0, 1, 0, -170deg);
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes smartMove {
  0% {
    width: 0;
  }
  15% {
    width: 100%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes smartMove2 {
  0% {
    width: 0;
  }
  15% {
    width: 126px;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 126px;
    opacity: 0;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes smartMove3 {
  0% {
    width: 0;
  }
  15% {
    width: 173px;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 173px;
    opacity: 0;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes rectMove {
  0%, 50%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25%, 75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes moveBackground {
  0% {
    background-position: -1920px 100%;
  }
  100% {
    background-position: 0 100%;
  }
}
@keyframes moveBackground2 {
  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 slideRight {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes slideLeft {
  49% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes animatedCircle {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes vibrant {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(-2px, -2px);
  }
  60% {
    transform: translate(2px, 2px);
  }
  80% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes vibrant2 {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(2px, -2px);
  }
  40% {
    transform: translate(-2px, -2px);
  }
  60% {
    transform: translate(2px, 2px);
  }
  80% {
    transform: translate(-2px, 2px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes flyUp {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-40px) translateX(40px) rotate(-5deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
@keyframes scrollRightToLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
}
@keyframes scrollLeftToRight {
  0% {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes shineFullHover {
  100% {
    height: 100%;
    width: 100%;
    opacity: 0;
  }
}
@keyframes shineFullHover {
  100% {
    height: 100%;
    width: 100%;
    opacity: 0;
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes speakerFloat {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-12px) rotate(-4deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}
/* Add transition effect */
.bw-img-anim-left,
.bw-img-anim-right {
  transition: clip-path 0.5s ease-out;
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar-one {
  display: none;
  border-bottom: 1px solid var(--amonx-white, #ffffff);
  padding: 0px;
}
@media (max-width: 1599px) {
  .topbar-one {
    padding: 0 25px;
  }
}
@media (min-width: 768px) {
  .topbar-one {
    display: block;
  }
}
.topbar-one__inner {
  display: flex;
  align-items: center;
  max-width: 1170px;
  margin: 0 auto;
  padding-bottom: 19px;
  padding-top: 16px;
}
.topbar-one__info {
  display: flex;
  align-items: center;
  margin: 0;
}
.topbar-one__info__item {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.topbar-one__info__item a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.topbar-one__info__item a:hover {
  background-size: 100% 1px;
}
.topbar-one__info__item a:hover {
  color: var(--amonx-base, #00c427);
}
.topbar-one__info__item + .topbar-one__info__item {
  margin-left: 40px;
}
.topbar-one__info__icon {
  font-size: 14px;
  position: relative;
  margin-right: 5px;
  color: var(--amonx-base, #00c427);
}
.topbar-one__info__icon.fa-envelope {
  top: 2px;
}
.topbar-one__right {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 991px) {
  .topbar-one__right {
    display: none;
  }
}
.topbar-one__text {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.topbar-one__text__icon {
  font-size: 14px;
  position: relative;
  margin-right: 5px;
  color: var(--amonx-base, #00c427);
  top: 1px;
}
.topbar-one__links {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  margin-left: 30px;
}
@media (max-width: 991px) {
  .topbar-one__links {
    display: none;
  }
}
.topbar-one__links li {
  position: relative;
  font-size: 14px;
}
.topbar-one__links li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.topbar-one__links li a:hover {
  background-size: 100% 1px;
}
.topbar-one__links li a:hover {
  color: var(--amonx-base, #00c427);
}
.topbar-one__links li + li {
  padding-left: 28px;
}
.topbar-one__links li + li::before {
  position: absolute;
  left: 11px;
  content: "/";
  color: currentColor;
  font-size: 12px;
  color: var(--amonx-text, #636363);
  top: 2px;
}
.topbar-one__social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 30px;
  line-height: 1em;
}
.topbar-one__social a {
  width: 35px;
  height: 35px;
  background-color: #f0eade;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  color: var(--amonx-black2, #222222);
  transition: all 500ms ease;
}
.topbar-one__social a i {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.topbar-one__social a:hover {
  background-color: var(--amonx-base, #00c427);
  color: var(--amonx-black2, #222222);
}
.topbar-one__social a:hover i {
  animation: iconTranslateY 0.4s forwards;
}
.topbar-one--two {
  border-bottom: 1px solid #d7d3c0;
}
.topbar-one--two .topbar-one__inner {
  padding: 14px 0px;
  padding-left: 50px;
  padding-right: 72px;
}
@media (max-width: 1431px) {
  .topbar-one--two .topbar-one__inner {
    padding: 20px 0;
  }
}
@media (max-width: 1199px) {
  .topbar-one--two {
    display: none;
  }
}
.topbar-one--four {
  background-color: var(--amonx-primary, #0045e3);
  border: none;
  position: relative;
}
.topbar-one--four .topbar-one__inner {
  padding: 11px 0;
}
.topbar-one--four .topbar-one__info__item,
.topbar-one--four .topbar-one__text {
  color: var(--amonx-text, #636363);
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-header {
  width: 100%;
  position: absolute;
  top: 10px;
  left: 0px;
  z-index: 999;
  /* border-bottom: 1px solid RGBA(var(--amonx-white-rgb, 255, 255, 255), 0.32); */
}
.main-header__container {
  position: relative;
  max-width: 1250px;
}
.main-header__inner {
  display: flex;
  gap: 100px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1799px) {
  .main-header__inner {
    gap: 80px;
  }
}
@media (max-width: 1599px) {
  .main-header__inner {
    gap: 40px;
  }
}
@media (max-width: 1199px) {
  .main-header__inner {
    gap: 100px;
  }
}
@media (max-width: 991px) {
  .main-header__inner {
    gap: 40px;
  }
}
@media (max-width: 575px) {
  .main-header__inner {
    gap: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-header__inner {
    gap: 30px;
  }
}
.main-header__logo a {
  display: inline-block;
}
.main-header__logo img {
  max-width: 100%;
  height: auto;
}
.main-header__right {
  flex: 1;
}
.main-header__top {
  max-width: 1170px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 18px;
}
@media (max-width: 991px) {
  .main-header__top {
    display: none;
  }
}
.main-header__info {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 0px;
}
.main-header__info li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  color: var(--amonx-white, #ffffff);
}
.main-header__info li a {
  color: inherit;
}
.main-header__info li a:hover {
  color: var(--amonx-base, #00c427);
}
.main-header__info li a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-header__info li a:hover {
  background-size: 100% 1px;
}
.main-header__info__icon {
  position: relative;
  top: 1px;
  flex-shrink: 0;
  color: var(--amonx-base, #00c427);
}
.main-header__info__icon--phone {
  animation: phoneShake 1s ease-in-out infinite;
}
.main-header__info__icon--location {
  animation: locationPing 1s ease-out infinite;
}
.main-header__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
li:hover .main-header__info__icon {
  animation: none;
}
.main-header__navigation {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  /* border-left: 1px solid RGBA(var(--amonx-white-rgb, 255, 255, 255), 0.32); */
}
@media (max-width: 1199px) {
  .main-header__navigation {
    padding: 12px 0px 12px 40px;
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .main-header__navigation {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .main-header__navigation {
    padding-left: 20px;
  }
}
@media (max-width: 440px) {
  .main-header__navigation {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.main-header__navigation::after {
  content: "";
  width: calc(100% + 600px);
  height: 1px;
  position: absolute;
  top: 0px;
  left: 0px;
  /* border-top: 1px solid RGBA(var(--amonx-white-rgb, 255, 255, 255), 0.32); */
}
@media (max-width: 991px) {
  .main-header__navigation::after {
    display: none;
  }
}
.main-header__navigation__right {
  display: flex;
  gap: 0px;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .main-header__nav {
    display: none;
  }
}
.main-header__search {
  display: inline-flex;
  position: relative;
  font-size: 23px;
  color: var(--amonx-white, #ffffff);
  transition: all 500ms ease;
}
.main-header__search svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 1199px) {
  .main-header__search {
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .main-header__search {
    margin-left: 40px;
  }
}
.main-header__search:hover {
  color: var(--amonx-base, #00c427);
}
.main-header__search::before {
  content: "";
  display: none;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  background-color: RGBA(var(--amonx-white-rgb, 255, 255, 255), 0.32);
}
@media (max-width: 1199px) {
  .main-header__search::before {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .main-header__search::before {
    left: -20px;
  }
}
.main-header__search svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.main-header__btn {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .main-header__btn {
    display: none;
  }
}
.main-header .sidebar-btn__toggler {
  width: 50px;
  height: 50px;
  display: none;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-left: 50px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 22px;
  color: var(--amonx-white, #ffffff);
  transition: all 500ms ease;
  background-color: var(--amonx-base, #00c427);
}
.main-header .sidebar-btn__toggler svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 1799px) {
  .main-header .sidebar-btn__toggler {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-header .sidebar-btn__toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-header .sidebar-btn__toggler {
    margin-left: 20px;
  }
}
@media (max-width: 440px) {
  .main-header .sidebar-btn__toggler {
    display: none;
  }
}
.main-header .sidebar-btn__toggler:hover {
  background-color: var(--amonx-primary, #0045e3);
}
.main-header--two {
  width: 100%;
  position: absolute;
  top: 30px;
  left: 0px;
  border: none;
}
@media (max-width: 575px) {
  .main-header--two {
    top: 20px;
  }
}
.main-header--two .main-header__container {
  max-width: 1250px;
}
.main-header--two .sidebar-btn__toggler {
  margin-left: 0px;
  position: relative;
}
@media (max-width: 575px) {
  .main-header--two .sidebar-btn__toggler {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-header--two .sidebar-btn__toggler {
    display: none;
  }
}
.main-header--two .sidebar-btn__toggler::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: -25px;
  background-color: var(--amonx-border-color, #dddddd);
}
@media (max-width: 1599px) {
  .main-header--two .sidebar-btn__toggler::after {
    right: -20px;
  }
}
.main-header--two .main-header__inner {
  gap: 30px;
  padding-left: 48px;
  padding-right: 48px;
  position: relative;
  border-radius: 20px;
  background-color: var(--amonx-black5, #1D3524);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 1599px) {
  .main-header--two .main-header__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1399px) {
  .main-header--two .main-header__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  .main-header--two .main-header__inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.main-header--two .main-header__left {
  display: flex;
  gap: 50px;
  align-items: center;
}
@media (max-width: 1599px) {
  .main-header--two .main-header__left {
    gap: 40px;
  }
}
.main-header--two .main-header__right {
  display: flex;
  gap: 0px;
  flex: none;
  align-items: center;
  justify-content: flex-end;
}
.main-header--two .main-menu .main-menu__list > li {
  border: none;
  padding: 46px 0px;
}
.main-header--two .main-menu .main-menu__list > li + li {
  margin-left: 44px;
}
.main-header--two .main-header__search {
  margin-left: 40px;
}
@media (max-width: 1599px) {
  .main-header--two .main-header__search {
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  .main-header--two .main-header__search {
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .main-header--two .main-header__search {
    margin-left: 40px;
  }
}
.main-header--two .main-header__phone {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  margin-left: 40px;
  padding: 8px 26px 8px 8px;
  border-radius: 100px;
  transition: all 500ms ease;
  background-color: var(--amonx-white, #ffffff);
}
@media (max-width: 1599px) {
  .main-header--two .main-header__phone {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .main-header--two .main-header__phone {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .main-header--two .main-header__phone {
    display: none;
  }
}
.main-header--two .main-header__phone:hover {
  background-color: var(--amonx-base, #00c427);
}
.main-header--two .main-header__phone__icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--amonx-white, #ffffff);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--amonx-base, #00c427);
  animation: phoneShake 1s ease-in-out infinite;
}
.main-header--two .main-header__phone__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.main-header--two .main-header__phone:hover .main-header__phone__icon {
  color: var(--amonx-black2, #222222);
  background-color: var(--amonx-white, #ffffff);
}
.main-header--two .main-header__phone__number {
  font-size: 20px;
  color: var(--amonx-black2, #222222);
  line-height: 1.3125;
  transition: all 500ms ease;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-header--two .main-header__phone__number:hover {
  background-size: 100% 1px;
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .main-header--two .main-header__phone__number {
    font-size: 16px;
  }
}
.main-header--two .main-header__phone:hover .main-header__phone__number {
  color: var(--amonx-white, #ffffff);
}
.main-header--three {
  top: 40px;
  border: none;
}
@media (max-width: 1599px) {
  .main-header--three {
    top: 30px;
  }
}
.main-header--three .main-header__container {
  max-width: 1250px;
}
.main-header--three .main-header__inner {
  gap: 30px;
}
.main-header--three .main-header__left {
  display: flex;
  gap: 49px;
  align-items: center;
  overflow: hidden;
  padding: 12px 20px;
  border-radius: 10px;
  border: 1px solid RGBA(var(--amonx-white-rgb, 255, 255, 255), 0.27);
}
@media (max-width: 1199px) {
  .main-header--three .main-header__left {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .main-header--three .main-header__left {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .main-header--three .main-header__left {
    gap: 30px;
  }
}
.main-header--three .main-header__nav-btn {
  flex-shrink: 0;
  padding: 0px 23px;
  position: relative;
}
@media (max-width: 767px) {
  .main-header--three .main-header__nav-btn {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .main-header--three .main-header__nav-btn {
    padding: 0px;
  }
}
.main-header--three .main-header__nav-btn::before, .main-header--three .main-header__nav-btn::after {
  content: "";
  width: 1px;
  height: calc(100% + 46px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: RGBA(var(--amonx-white-rgb, 255, 255, 255), 0.27);
}
@media (max-width: 767px) {
  .main-header--three .main-header__nav-btn::before, .main-header--three .main-header__nav-btn::after {
    height: calc(100% + 47px);
  }
}
@media (max-width: 575px) {
  .main-header--three .main-header__nav-btn::before, .main-header--three .main-header__nav-btn::after {
    display: none;
  }
}
.main-header--three .main-header__nav-btn::before {
  left: 0px;
}
.main-header--three .main-header__nav-btn::after {
  right: 0px;
}
.main-header--three .mobile-nav__btn {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--amonx-base, #00c427);
}
.main-header--three .mobile-nav__btn:hover {
  background-color: var(--amonx-primary, #0045e3);
}
.main-header--three .mobile-nav__btn span {
  width: 15px;
}
.main-header--three .mobile-nav__btn span:nth-child(2) {
  width: 23px;
}
.main-header--three .mobile-nav__btn:hover span {
  width: 23px;
  background-color: var(--amonx-white, #ffffff);
}
.main-header--three .main-header__right {
  flex: none;
}
@media (max-width: 991px) {
  .main-header--three .main-header__right {
    display: none;
  }
}
.main-header--three .main-header__nav {
  display: none;
}
.main-header--three .main-header__contact {
  padding: 29px 47px;
  border-radius: 10px;
  border: 1px solid RGBA(var(--amonx-white-rgb, 255, 255, 255), 0.27);
}
@media (max-width: 1199px) {
  .main-header--three .main-header__contact {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.main-header--three .main-header__contact a {
  font-size: 20px;
  line-height: 1.1;
  color: var(--amonx-white, #ffffff);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-header--three .main-header__contact a:hover {
  background-size: 100% 1px;
}
.main-header--three .main-header__btn {
  display: inline-flex;
  margin-left: 0px;
}
@media (max-width: 575px) {
  .main-header--three .main-header__btn {
    display: none;
  }
}

.sticky-header--cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  visibility: hidden;
  transform: translateY(-100%);
  background-color: var(--amonx-black3, #050519);
  box-shadow: 0px 3px 18px rgba(var(--amonx-black-rgb, 0, 0, 0), 0.07);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: transform 500ms ease, visibility 500ms ease;
  display: none !important;
}
.sticky-header--cloned.active {
  visibility: visible;
  transform: translateY(0%);
}
.sticky-header--cloned.main-header--one .main-header__top {
  display: none;
}
.sticky-header--cloned.main-header--one .main-header__navigation::after {
  display: none;
}
.sticky-header--cloned.main-header--one .main-menu .main-menu__list > li {
  padding-top: 30px;
  padding-bottom: 30px;
}
.sticky-header--cloned.main-header--one .main-menu .main-menu__list li ul,
.sticky-header--cloned.main-header--one .home-showcase__inner {
  background-color: var(--amonx-black3, #050519);
}
.sticky-header--cloned.main-header--one .main-menu .main-menu__list li ul li > a {
  color: var(--amonx-white, #ffffff);
}
.sticky-header--cloned.main-header--one .main-menu .main-menu__list > .megamenu > ul {
  top: 101% !important;
}
.sticky-header--cloned.main-header--one .home-showcase .demo-one__card {
  background-color: var(--amonx-black, #000000);
}
.sticky-header--cloned.main-header--one .home-showcase .demo-one__title {
  color: var(--amonx-white, #ffffff);
}
.sticky-header--cloned.main-header--three .main-header__left,
.sticky-header--cloned.main-header--three .main-header__contact {
  border-radius: 0px;
  border-top: none;
  border-bottom: none;
}

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

.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}
@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul {
    display: flex;
  }
}
.main-menu .main-menu__list > li {
  position: relative;
  padding: 20px 28px;
  /* border-right: 1px solid RGBA(var(--amonx-white-rgb, 255, 255, 255), 0.32); */
}
@media (max-width: 1599px) {
  .main-menu .main-menu__list > li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.main-menu .main-menu__list > li.dropdown > a {
  position: relative;
}
.main-menu .main-menu__list > li > a {
  display: flex;
  gap: 5px;
  align-items: center;
  position: relative;
  font-size: 16px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-weight: 500;
  line-height: 1.25;
  color: var(--amonx-white, #ffffff);
  text-transform: capitalize;
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li > a svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.main-menu .main-menu__list > li:hover > a {
  color: var(--amonx-base, #00c427);
}
.main-menu .main-menu__list > li.megamenu > a::before,
.main-menu .main-menu__list > li.megamenu > a::after,
.main-menu .main-menu__list > li.dropdown > a::before,
.main-menu .main-menu__list > li.dropdown > a::after {
  content: "";
  width: 0px;
  height: 2px;
  position: absolute;
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li.megamenu > a::before,
.main-menu .main-menu__list > li.dropdown > a::before {
  top: -5px;
  left: 0px;
  background-color: var(--amonx-base, #00c427);
}
.main-menu .main-menu__list > li.megamenu > a::after,
.main-menu .main-menu__list > li.dropdown > a::after {
  right: 21px;
  bottom: -5px;
  background-color: var(--amonx-primary, #0045e3);
}
/* .main-menu .main-menu__list > li.current > a::before,
.main-menu .main-menu__list > li.current > a::after,
.main-menu .main-menu__list > li.megamenu:hover > a::before,
.main-menu .main-menu__list > li.megamenu:hover > a::after,
.main-menu .main-menu__list > li.dropdown:hover > a::before,
.main-menu .main-menu__list > li.dropdown:hover > a::after {
  width: 23px;
} */
.main-menu .main-menu__list li ul {
  position: absolute;
  top: 101%;
  left: -25px;
  min-width: 270px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px 20px 11px;
  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(--amonx-white, #ffffff);
  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: -15px !important;
  right: -15px !important;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  transition: all 300ms linear 0ms;
  transform: perspective(500px) rotateX(-20deg);
  transform-origin: 50% 0%;
  pointer-events: none;
}
.main-menu .main-menu__list li.megamenu:hover > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: perspective(500px) rotateX(0);
}
.main-menu .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}
.main-menu .main-menu__list li ul li:last-child {
  margin-bottom: 0px;
}
.main-menu .main-menu__list li.megamenu ul li {
  margin: 0;
}
.main-menu .main-menu__list li ul li > a {
  display: flex;
  padding: 8px 15px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 15px;
  line-height: 26px;
  color: var(--amonx-black3, #050519);
  font-weight: 500;
  transition: 400ms;
  text-transform: capitalize;
}
.main-menu .main-menu__list li ul li.current > a,
.main-menu .main-menu__list li ul li:hover > a {
  color: var(--amonx-white, #ffffff);
  background-color: var(--amonx-base, #00c427);
}
.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 {
  /* after third level no menu */
}
.main-menu .main-menu__list li ul li > ul ul {
  display: none;
}

.main-menu-five .main-menu__list > li.current > a,
.main-menu-five .main-menu__list > li:hover > a {
  color: var(--amonx-base, #00c427) !important;
  text-shadow: 0 0 0.5px currentColor;
}

@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(--amonx-white, #ffffff);
  display: block !important;
  margin: 0;
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.demo-one {
  padding-top: 120px;
  padding-bottom: 120px;
}
.demo-one .row {
  --bs-gutter-y: 30px;
}
.demo-one__card {
  text-align: center;
  transition: 500ms ease;
  transform: translateY(0px);
  background-color: rgba(var(--amonx-white2-rgb, 236, 245, 244), 0.5);
  box-shadow: -10px 0 20px rgba(0, 0, 0, 0.15), 10px 0 20px rgba(0, 0, 0, 0.15);
}
.demo-one__card:hover {
  transform: translateY(-10px);
}
.demo-one__title {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: var(--amonx-black, #000000);
  text-transform: capitalize;
}
.demo-one__title a {
  color: inherit;
}
.demo-one__title a:hover {
  color: var(--amonx-base, #00c427);
}
.demo-one__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.demo-one__title a:hover {
  background-size: 100% 1px;
}
.demo-one__image {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: scale(1, 0);
  background-color: rgba(var(--amonx-black2-rgb, 34, 34, 34), 0.7);
  transition: transform 500ms ease, opacity 600ms linear;
  transform-origin: bottom center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .demo-one__btns {
    flex-direction: column;
  }
}
@media (max-width: 375px) {
  .demo-one__btns {
    flex-direction: column;
  }
}
.demo-one .amonx-btn {
  font-size: 15px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .demo-one .amonx-btn {
    min-width: 184.6px;
  }
}
@media (max-width: 375px) {
  .demo-one .amonx-btn {
    min-width: 184.6px;
  }
}
.demo-one__card:hover .demo-one__btns {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: top center;
}
.demo-one__title {
  padding-top: 28px;
  padding-bottom: 28px;
}

.home-showcase .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 20px;
}
.home-showcase__inner {
  max-height: 90vh;
  overflow-y: scroll;
  padding: 40px 40px 21px;
  background-color: var(--amonx-white, #ffffff);
  box-shadow: 0px 10px 60px 0px rgba(var(--amonx-black3-rgb, 5, 5, 25), 0.07);
}
.home-showcase .demo-one__card {
  box-shadow: none;
  background-color: var(--amonx-white2, #fdf0eb);
  background-color: rgba(var(--amonx-white2-rgb, 236, 245, 244), 0.5);
}
.home-showcase .demo-one__btns {
  flex-direction: column;
}
.home-showcase .amonx-btn {
  min-width: 184.63px;
  font-size: 15px;
}
.home-showcase .demo-one__title {
  padding: 0px;
  margin-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
  color: var(--amonx-black2, #222222);
  text-transform: capitalize;
}

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

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

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

.mobile-nav__content {
  width: 300px;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding: 50px 15px 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  background-color: var(--amonx-black3, #050519);
  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 {
  display: flex;
  margin-bottom: 40px;
}

.mobile-nav__close {
  cursor: pointer;
  display: inline-flex;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  color: var(--amonx-white, #ffffff);
  transition: all 500ms ease;
}
.mobile-nav__close svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.mobile-nav__close:hover {
  color: var(--amonx-base, #00c427);
  transform: rotate(90deg);
}

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

.mobile-nav__content .main-menu__list > li.main-logo {
  display: none;
}

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

.mobile-nav__content .main-menu__list li > a {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--amonx-font, "Inter", sans-serif);
  line-height: 30px;
  font-size: 16px;
  font-weight: 500;
  color: var(--amonx-white, #ffffff);
  text-transform: capitalize;
  transition: 500ms;
}
.mobile-nav__content .main-menu__list li > a > i {
  display: none;
}

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

.mobile-nav__content .main-menu__list.one-page-scroll-menu li > a:hover,
.mobile-nav__content .main-menu__list.one-page-scroll-menu li.current > a,
.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--amonx-base, #00c427);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
  color: var(--amonx-white, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  background: var(--amonx-base, #00c427);
  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 {
  color: var(--amonx-black3, #050519);
  transform: rotate(0deg);
  background: var(--amonx-white, #ffffff);
}

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

.mobile-nav__content .social-links a {
  width: 32px;
  height: 32px;
}
.mobile-nav__content .social-links__icon {
  font-size: 14px;
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}
.mobile-nav__container .home-showcase .demo-one__card,
.mobile-nav__container .home-showcase .demo-one__title {
  background-color: var(--amonx-black, #000000);
}
.mobile-nav__container .home-showcase .demo-one__title {
  color: var(--amonx-white, #ffffff);
  text-transform: capitalize;
}

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

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar__single {
  padding: 34px 32px;
  border-radius: 10px;
  background-color: var(--amonx-white2, #fdf0eb);
}
@media (max-width: 991px) {
  .sidebar__single {
    opacity: 0 !important;
    transform: translate3d(0, 100px, 0) !important;
  }
}
@media (max-width: 991px) {
  .sidebar__single.aos-animate {
    opacity: 1 !important;
    transform: translateZ(0) !important;
  }
}
@media (max-width: 375px), (min-width: 992px) and (max-width: 1199px) {
  .sidebar__single {
    padding: 26px 25px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}
.sidebar__title {
  position: relative;
  margin-bottom: 34px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.363;
  color: var(--amonx-black2, #222222);
  text-transform: capitalize;
}
.sidebar__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 39px;
  height: 3px;
  border-radius: 100px;
  background-color: var(--amonx-primary, #0045e3);
}
.sidebar__search {
  position: relative;
}
.sidebar__search input[type=search],
.sidebar__search input[type=text] {
  padding-left: 20px;
  padding-right: 44px;
  outline: none;
  border: 0;
  width: 100%;
  height: 55px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amonx-text, #636363);
  border-radius: 10px;
  transition: all 400ms ease;
  background-color: var(--amonx-white, #ffffff);
}
.sidebar__search input[type=search]:focus,
.sidebar__search input[type=text]:focus {
  color: var(--amonx-black2, #222222);
}
.sidebar__search button[type=submit] {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--amonx-white, #ffffff);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--amonx-primary, #0045e3);
}
.sidebar__search button[type=submit] svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar__search button[type=submit]:hover {
  background-color: var(--amonx-base, #00c427);
}
.sidebar__categories-wrapper {
  padding-bottom: 34px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar__categories-wrapper {
    padding-bottom: 27px;
  }
}
@media (max-width: 375px) {
  .sidebar__categories-wrapper {
    padding-bottom: 27px;
  }
}
.sidebar__categories {
  margin: 0;
}
.sidebar__categories-title {
  margin-bottom: 28px;
}
.sidebar__categories-title::after {
  width: 67px;
}
.sidebar__categories li:not(:last-child) {
  margin-bottom: 10.5px;
}
.sidebar__categories li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-size: 17px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.5;
  text-transform: capitalize;
  transition: all 500ms ease;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sidebar__categories li a {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .sidebar__categories li a {
    font-size: 16px;
  }
}
.sidebar__categories li a:hover {
  color: var(--amonx-primary, #0045e3);
}
.sidebar__categories li a span {
  color: inherit;
}
.sidebar__categories__text {
  display: flex;
  align-items: center;
  gap: 11px;
}
.sidebar__categories__icon {
  display: inline-flex;
  font-size: 16px;
  overflow: hidden;
}
.sidebar__categories__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar__categories a:hover .sidebar__categories__icon > * {
  animation: slideRight 500ms;
}
.sidebar__tags-wrapper {
  padding-bottom: 41px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar__tags-wrapper {
    padding-bottom: 33px;
  }
}
@media (max-width: 375px) {
  .sidebar__tags-wrapper {
    padding-bottom: 33px;
  }
}
.sidebar__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.sidebar__tags a {
  display: inline-block;
  padding: 7px 20px 6px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.25;
  text-transform: capitalize;
  border-radius: 100px;
  transition: all 500ms ease;
  background-color: var(--amonx-white, #ffffff);
  border: 1px solid var(--amonx-border-color, #dddddd);
}
.sidebar__tags a:hover {
  color: var(--amonx-white, #ffffff);
  border-color: var(--amonx-primary, #0045e3);
  background-color: var(--amonx-primary, #0045e3);
}
.sidebar__posts-wrapper {
  padding-bottom: 41px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar__posts-wrapper {
    padding-bottom: 29px;
  }
}
@media (max-width: 375px) {
  .sidebar__posts-wrapper {
    padding-bottom: 29px;
  }
}
.sidebar__posts {
  margin: 0;
}
.sidebar__posts-title::after {
  width: 77px;
}
.sidebar__posts__item {
  display: flex;
  gap: 14px;
}
.sidebar__posts__item:not(:last-of-type) {
  margin-bottom: 30px;
}
.sidebar__posts__image {
  width: 94px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 10px;
}
.sidebar__posts__image img {
  width: 100%;
  display: block;
}
.sidebar__posts__content {
  margin-top: 5px;
  width: calc(100% - 94px);
}
.sidebar__posts__meta {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: var(--amonx-text, #636363);
}
.sidebar__posts__meta__icon {
  display: inline-flex;
  position: relative;
  top: 1px;
  font-size: 12px;
}
.sidebar__posts__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar__posts__title {
  margin: 0px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.352;
  color: var(--amonx-black2, #222222);
  text-transform: capitalize;
}
@media (max-width: 360px), (min-width: 992px) and (max-width: 1199px) {
  .sidebar__posts__title {
    font-size: 15px;
  }
}
.sidebar__posts__title a {
  color: inherit;
}
.sidebar__posts__title a:hover {
  color: var(--amonx-primary, #0045e3);
}
.sidebar__posts__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.sidebar__posts__title a:hover {
  background-size: 100% 1px;
}

.sidebar-two {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}
.sidebar-two.active {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}
.sidebar-two__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.8;
  cursor: url(../images/close.png), auto;
}
.sidebar-two__content {
  width: 310px;
  z-index: 10;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  padding-top: 70px;
  padding-bottom: 30px;
  padding-left: 24px;
  padding-right: 24px;
  opacity: 0;
  visibility: hidden;
  background-color: var(--amonx-black3, #050519);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sidebar-two__content::-webkit-scrollbar {
  display: none;
}
.sidebar-two.active .sidebar-two__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}
.sidebar-two__close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px;
  color: var(--amonx-white, #ffffff);
  transition: all 400ms ease;
}
.sidebar-two__close svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar-two__close:hover {
  color: var(--amonx-base, #00c427);
  transform: rotate(90deg);
}
.sidebar-two__item:not(:last-child) {
  margin-bottom: 40px;
}
.sidebar-two__title {
  margin-bottom: 25px;
  position: relative;
  font-family: var(--amonx-heading-font, "Urbanist", sans-serif);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--amonx-white, #ffffff);
  text-transform: capitalize;
}
.sidebar-two__title::before, .sidebar-two__title::after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -5px;
  background-color: var(--amonx-primary, #0045e3);
}
.sidebar-two__title::after {
  width: 50px;
  left: 25px;
}
.sidebar-two__about__text {
  margin: 0px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-gray, #BEBEBE);
  font-weight: 400;
  line-height: 1.625;
}
.sidebar-two__info__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-two__info__list li {
  display: flex;
  align-items: flex-start;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-gray, #BEBEBE);
  font-weight: 400;
  line-height: 1.625;
}
.sidebar-two__info__list li + li {
  margin-top: 20px;
}
.sidebar-two__info__list li .sidebar-two__info__icon {
  width: 32px;
  height: 32px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 13px;
  color: var(--amonx-white, #ffffff);
  margin-right: 12px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
  background-color: var(--amonx-primary, #0045e3);
}
.sidebar-two__info__list li .sidebar-two__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar-two__info__list li:hover .sidebar-two__info__icon {
  background-color: var(--amonx-base, #00c427);
}
.sidebar-two__info__list li:hover .sidebar-two__info__icon > * {
  animation: slideBottom 400ms;
}
.sidebar-two__info__list li address {
  margin: 0;
  color: inherit;
  text-transform: capitalize;
}
.sidebar-two__info__list li a {
  position: relative;
  top: 3px;
  color: inherit;
}
.sidebar-two__info__list li a:hover {
  color: var(--amonx-base, #00c427);
}
.sidebar-two .social-links a {
  width: 32px;
  height: 32px;
  background-color: var(--amonx-primary, #0045e3);
}
.sidebar-two .social-links a:hover {
  background-color: var(--amonx-base, #00c427);
}
.sidebar-two .social-links__icon {
  font-size: 14px;
}
.sidebar-two__newsletter__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-two__newsletter__input {
  width: calc(100% - 50px);
  height: 50px;
  outline: 0;
  border: 0;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 400;
  color: var(--amonx-gray, #BEBEBE);
  transition: all 400ms ease;
  background-color: transparent;
  border: 1px solid RGBA(var(--amonx-white-rgb, 255, 255, 255), 0.1);
  border-right: none;
}
.sidebar-two__newsletter__input:focus {
  color: var(--amonx-white, #ffffff);
  border-color: RGBA(var(--amonx-white-rgb, 255, 255, 255), 0.2);
}
.sidebar-two__newsletter__btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: 0;
  font-size: 18px;
  color: var(--amonx-white, #ffffff);
  overflow: hidden;
  transition: all 400ms ease;
  background-color: var(--amonx-primary, #0045e3);
}
.sidebar-two__newsletter__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar-two__newsletter__btn:hover {
  background-color: var(--amonx-base, #00c427);
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.form-one__group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  margin: 0px;
}
@media (min-width: 768px) {
  .form-one__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
.form-one__control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.form-one__control--full {
  grid-column-start: 1;
  grid-column-end: -1;
}



.form-one input[type=text],
.form-one input[type=email],
.form-one input[type=password],
.form-one input[type=search],
.form-one input[type=tel],
.form-one textarea {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  padding: 0px 25px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: var(--amonx-text, #636363);
  border-radius: 5px;
  transition: all 500ms ease;
  background-color: var(--amonx-white2, #fdf0eb);
}
.form-one input[type=text]:focus,
.form-one input[type=email]:focus,
.form-one input[type=password]:focus,
.form-one input[type=search]:focus,
.form-one input[type=tel]:focus,
.form-one textarea:focus {
  color: var(--amonx-black2, #222222);
}
.form-one textarea {
  height: 145px;
  padding-top: 10px;
}

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

.comments-form {
  margin-top: 53px;
}
.comments-form__title {
  margin-bottom: 45px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
  color: var(--amonx-black2, #222222);
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .comments-form__title {
    margin-bottom: 40px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-one {
  overflow: hidden;
  position: relative;
  padding-bottom: 390px;
  background-color: var(--amonx-white2, #fdf0eb);
}
@media (max-width: 1599px) {
  .contact-one {
    padding-bottom: 300px;
  }
}
@media (max-width: 1399px) {
  .contact-one {
    padding-bottom: 250px;
  }
}
@media (max-width: 1199px) {
  .contact-one {
    padding-bottom: 200px;
  }
}
@media (max-width: 991px) {
  .contact-one {
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .contact-one {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .contact-one {
    padding-bottom: 80px;
  }
}
.contact-one__video {
  width: 100%;
  height: calc(100% - 450px);
  position: relative;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.contact-one__video::after {
  content: "";
  position: absolute;
  inset: 0px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(236, 245, 244, 0) 36.44%, rgba(5, 5, 25, 0.3003) 56.6%, rgba(0, 196, 39, 0.2156) 74.47%, rgba(227, 110, 0, 0.762) 100%);
}
.contact-one__video__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
  object-fit: cover;
  pointer-events: none;
}
.contact-one .video-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: RGBA(var(--amonx-black3-rgb, 5, 5, 25), 0.5);
}
.contact-one .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .contact-one__left, .contact-one__form {
    opacity: 0 !important;
    transform: translate3d(0, 100px, 0) !important;
  }
}
@media (max-width: 991px) {
  .contact-one__left.aos-animate, .contact-one__form.aos-animate {
    opacity: 1 !important;
    transform: translateZ(0) !important;
  }
}
.contact-one .sec-title {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .contact-one .sec-title {
    text-align: center;
  }
}
.contact-one__info {
  position: relative;
  padding-right: 40px;
  border-radius: 20px 0px 0px 20px;
  background-color: var(--amonx-white, #ffffff);
}
@media (max-width: 991px) {
  .contact-one__info {
    padding-right: 0px;
    border-radius: 20px;
  }
}
.contact-one__info::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 40px;
  border-right: 1px solid RGBA(var(--amonx-border-color-rgb, 221, 221, 221), 0.9);
}
@media (max-width: 991px) {
  .contact-one__info::before {
    display: none;
  }
}
.contact-one__info::after {
  content: "";
  width: 32px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: -31px;
  background-color: var(--amonx-white, #ffffff);
}
@media (max-width: 991px) {
  .contact-one__info::after {
    display: none;
  }
}
.contact-one__info__item + .contact-one__info__item {
  border-top: 1px solid RGBA(var(--amonx-border-color-rgb, 221, 221, 221), 0.9);
}
.contact-one__info__item {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  padding: 20px 30px;
}
@media (max-width: 480px), (min-width: 992px) and (max-width: 1199px) {
  .contact-one__info__item {
    padding: 35px 40px;
  }
}
@media (max-width: 430px) {
  .contact-one__info__item {
    padding: 25px 30px;
  }
}
.contact-one__info__icon {
  display: inline-flex;
  flex-shrink: 0;
  position: relative;
  top: 8px;
  font-size: 30px;
  color: #f25822;
  border-radius: 50%;
}
@media (max-width: 430px) {
  .contact-one__info__icon {
    font-size: 45px;
  }
}
@media (max-width: 390px) {
  .contact-one__info__icon {
    font-size: 40px;
  }
}
.contact-one__info__icon::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: -15px;
  border-right: 1px solid RGBA(var(--amonx-border-color-rgb, 221, 221, 221), 0.9);
}
.contact-one__info__icon--phone i, .contact-one__info__icon--phone svg {
  animation: phoneShake 1s ease-in-out infinite;
}
.contact-one__info__icon--location i, .contact-one__info__icon--location svg {
animation: phoneShake 1s ease-in-out infinite;
}
.contact-one__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.contact-one__info__item:hover .contact-one__info__icon i, .contact-one__info__item:hover .contact-one__info__icon svg {
  animation: none;
}
.contact-one__info__title {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--amonx-black4, #333333);
  text-transform: capitalize;
}
@media (max-width: 430px) {
  .contact-one__info__title {
    font-size: 22px;
  }
}
@media (max-width: 390px) {
  .contact-one__info__title {
    font-size: 20px;
  }
}
.contact-one__info__link {
  font-size: 16px;
  color: var(--amonx-text, #636363);
  line-height: 1.375;
  transition: all 500ms ease;
}
@media (max-width: 390px) {
  .contact-one__info__link {
    font-size: 16px;
  }
}
.contact-one__info__link:hover {
  color: #f25822 !important;
}
.contact-one__info__link1{
  color:var(--amonx-text, #636363);
  line-height: 1.375;
}
.contact-one__info__link {
  /* background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat; */
  transition: all 500ms ease;
}
.contact-one__info__link:hover {
  /* background-size: 100% 1px; */
}
.contact-one__info__item:hover .contact-one__info__link {
  color: var(--amonx-black4, #333333);
}
.contact-one__form {
  padding: 60px 35px 65px;
  border-radius: 20px;
  background-color: var(--amonx-white, #ffffff);
}
@media (max-width: 767px), (min-width: 992px) and (max-width: 1199px) {
  .contact-one__form {
    padding: 50px 55px 55px;
  }
}
@media (max-width: 575px) {
  .contact-one__form {
    padding: 40px 45px 45px;
  }
}
@media (max-width: 480px) {
  .contact-one__form {
    padding: 35px 40px 40px;
  }
}
@media (max-width: 440px) {
  .contact-one__form {
    padding: 30px 35px 35px;
  }
}
@media (max-width: 375px) {
  .contact-one__form {
    padding: 25px 30px 30px;
  }
}
.contact-one__form__top {
  margin-bottom: 24px;
  text-align: center;
}
.contact-one__form__title {
  margin-bottom: 10px;
  font-size: 33px;
  line-height: 1.2;
  font-weight: 600;
  color: #f25822;
  /* text-transform: uppercase; */
}
.contact-one__form__text {
  margin-bottom: 0px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.625;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-one__form .form-one .form-one__group {
    grid-template-columns: 1fr;
  }
}

.contact-one__form .form-one input[type=text],
.contact-one__form .form-one input[type=email],
.contact-one__form .form-one input[type=password],
.contact-one__form .form-one input[type=tel],
.contact-one__form .form-one textarea {
  background-color: transparent !important;
  border: 1px solid var(--amonx-border-color, #dddddd) !important;
}
.contact-one__form .form-one input[type=text]:focus,
.contact-one__form .form-one input[type=email]:focus,
.contact-one__form .form-one input[type=password]:focus,
.contact-one__form .form-one input[type=tel]:focus,
.contact-one__form .form-one textarea:focus {
  border-color: var(--amonx-primary, #0045e3) !important;
}

element {
}
.contact-one__form .form-one .bootstrap-select > .dropdown-toggle{
  display:none !important;
}
.contact-one__form .form-one .amonx-btn {
  /* width: 100%; */
}
.contact-one--home {
  background-color: var(--amonx-black3, #050519);
}
.contact-one--home .sec-title .sec-title__tagline {
  color: var(--amonx-white, #ffffff);
  border-color: RGBA(var(--amonx-border-color-rgb, 221, 221, 221), 0.2);
}
.contact-one--home .sec-title .sec-title__title {
  color: var(--amonx-white, #ffffff);
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.video-one {
  min-height: 943px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1599px) {
  .video-one {
    min-height: 700px;
  }
}
@media (max-width: 1199px) {
  .video-one {
    min-height: 600px;
  }
}
@media (max-width: 991px) {
  .video-one {
    min-height: auto;
    padding-top: 150px;
  }
}
.video-one .video-overlay {
  background: linear-gradient(180deg, rgba(236, 245, 244, 0) 36.44%, rgba(5, 5, 25, 0.3237) 56.6%, rgba(0, 196, 39, 0.2324) 74.47%, rgba(0, 69, 227, 0.8217) 100%);
}
.video-one .container-fluid {
  max-width: 1600px;
  position: relative;
  z-index: 1;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .video-one .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .video-one .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.video-one__inner {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .video-one__inner {
    gap: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.video-one__title {
  position: relative;
  top: -10px;
  font-size: 161px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .video-one__title {
    top: 0px;
    font-size: 91px;
  }
}
@media (max-width: 991px) {
  .video-one__title {
    font-size: 110px;
  }
}
@media (max-width: 767px) {
  .video-one__title {
    font-size: 91px;
  }
}
@media (max-width: 480px) {
  .video-one__title {
    font-size: 80px;
  }
}
@media (max-width: 390px) {
  .video-one__title {
    font-size: 70px;
  }
}
.video-one__title svg {
  height: 1em;
  width: 100%;
}
.video-one__button {
  width: 181px;
  height: 181px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .video-one__button {
    order: 2;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .video-one__button {
    width: 140px;
    height: 140px;
  }
}
.video-one__button__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0px;
  animation: rotate 10s linear infinite;
}
.video-one .video-btn {
  width: 78px;
  height: 78px;
  font-size: 30px;
}
@media (max-width: 767px) {
  .video-one .video-btn {
    width: 60px;
    height: 60px;
    font-size: 22px;
  }
}
.video-one .video-btn:hover {
  background-color: var(--amonx-primary, #0045e3);
}
.video-one .video-btn::after {
  width: calc(100% + 18px);
  height: calc(100% + 18px);
  border-width: 5px;
}
@media (max-width: 767px) {
  .video-one .video-btn::after {
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    border-width: 4px;
  }
}
.video-one .video-btn:hover::after {
  border-color: var(--amonx-primary, #0045e3);
}

.team-one__wrapper {
  margin-right: -1px;
}
@media (max-width: 1199px) {
  .team-one__wrapper {
    margin-bottom: -1px;
  }
}
@media (max-width: 767px) {
  .team-one__wrapper {
    margin-right: 0px;
  }
}
.team-one .row {
  --bs-gutter-x: 0px;
  --bs-gutter-y: 0px;
}
.team-one .row > * {
  margin-left: -1px;
}
@media (max-width: 1199px) {
  .team-one .row > * {
    margin-top: -1px;
  }
}
@media (max-width: 767px) {
  .team-one .row > * {
    margin-left: 0px;
  }
}
.team-one__card {
  position: relative;
  border: 1px solid var(--amonx-border-color, #dddddd);
}
.team-one__card__content {
  position: relative;
  z-index: 1;
}
.team-one__card__identity {
  padding: 15px;
  text-align: center;
  transition: all 500ms ease;
  border-top: 1px solid var(--amonx-border-color, #dddddd);
}
.team-one__card:hover .team-one__card__identity {
  border-color: transparent;
}
.team-one__card__name {
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--amonx-black2, #222222);
  text-transform: capitalize;
}
.team-one__card__name a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.team-one__card__name a:hover {
  background-size: 100% 1px;
}
.team-one__card__role {
  margin-bottom: 0px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.625;
  transition: all 500ms ease;
}
.team-one__card:hover .team-one__card__name, .team-one__card:hover .team-one__card__role {
  color: var(--amonx-white, #ffffff);
}
.team-one__card__image {
  padding: 10px;
  position: relative;
}
.team-one__card__image__box {
  overflow: hidden;
  border-radius: 10px;
}
.team-one__card__image img {
  width: 100%;
  display: block;
}
.team-one__card .social-links {
  flex-direction: column;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
  opacity: 0;
  transform: scale(1, 0);
  transition: all 500ms ease;
}
.team-one__card .social-links a {
  background-color: var(--amonx-white, #ffffff);
}
.team-one__card .social-links__icon {
  color: var(--amonx-base, #00c427);
}
.team-one__card .social-links a:hover {
  background-color: var(--amonx-primary, #0045e3);
}
.team-one__card .social-links a:hover .social-links__icon {
  color: var(--amonx-white, #ffffff);
}
.team-one__card:hover .social-links {
  opacity: 1;
  transform: scale(1, 1);
}
.team-one__card__shape {
  width: calc(100% + 1px);
  height: calc(100% - 80px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: -1px;
  left: -1px;
  opacity: 0;
  margin: auto;
  overflow: hidden;
  visibility: hidden;
  transition: all 500ms ease;
  border-radius: 10px 10px 0px 0px;
  background: linear-gradient(180deg, #00c427 25%, #0045e3 100%);
}
.team-one__card__shape img {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  opacity: 0.2;
  margin-bottom: -20px;
}
.team-one__card:hover .team-one__card__shape {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .team-one__card--top-img .team-one__card__content {
    display: flex;
    flex-direction: column-reverse;
  }
  .team-one__card--top-img .team-one__card__identity {
    border-top: none;
    border-bottom: 1px solid var(--amonx-border-color, #dddddd);
  }
  .team-one__card--top-img .team-one__card__shape {
    align-items: flex-start;
    top: -1px;
    bottom: auto;
    border-radius: 0px 0px 10px 10px;
    background: linear-gradient(0deg, #00c427 25%, #0045e3 100%);
  }
  .team-one__card--top-img .team-one__card__shape img {
    margin: -20px 0px 0px;
  }
}

.team-two {
  background-color: var(--amonx-white, #ffffff);
}
.team-two__wrapper {
  padding: 50px;
  border-radius: 30px;
  border: 1px solid var(--amonx-border-color, #dddddd);
}
@media (max-width: 991px) {
  .team-two__wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .team-two__wrapper {
    padding: 20px;
  }
}
.team-two__images {
  position: relative;
  width: 100%;
  max-width: 370px;
  min-height: 458px;
}
@media (max-width: 1199px) {
  .team-two__images {
    margin: 0px auto;
    opacity: 0 !important;
    transform: translate3d(0, 100px, 0) !important;
  }
}
@media (max-width: 1199px) {
  .team-two__images.aos-animate {
    opacity: 1 !important;
    transform: translateZ(0) !important;
  }
}
@media (max-width: 440px) {
  .team-two__images {
    min-height: 400px;
  }
}
.team-two__image {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  transform: translateX(-50px);
}
.team-two__image.active {
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
  transition: all 1000ms ease;
}
.team-two__image__box {
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
}
.team-two__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.team-two__social {
  width: 213px;
  height: 213px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  top: -63px;
  left: -82px;
}
@media (max-width: 430px) {
  .team-two__social {
    top: auto;
    left: -82px;
    bottom: -63px;
  }
}
.team-two__social::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  padding: 42px;
  border-radius: inherit;
  background: linear-gradient(180deg, #0045e3 0%, #00c427 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.team-two__social__link {
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--amonx-white, #ffffff);
  font-size: 16px;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  transition: all 500ms ease;
}
.team-two__social__link--one {
  top: 73px;
  right: 5px;
}
@media (max-width: 430px) {
  .team-two__social__link--one {
    top: 1px;
    right: 84px;
  }
}
.team-two__social__link--two {
  top: 120px;
  right: 10px;
}
@media (max-width: 430px) {
  .team-two__social__link--two {
    top: 17px;
    right: 38px;
  }
}
.team-two__social__link--three {
  right: 38px;
  bottom: 16px;
}
@media (max-width: 430px) {
  .team-two__social__link--three {
    top: 55px;
    right: 8px;
    bottom: auto;
  }
}
.team-two__social__link--four {
  right: 84px;
  bottom: 1px;
}
@media (max-width: 430px) {
  .team-two__social__link--four {
    right: 4px;
    bottom: 70px;
  }
}
.team-two__social__link:hover {
  color: var(--amonx-base, #00c427);
  background-color: var(--amonx-white, #ffffff);
}
.team-two__social__link svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.team-two__item + .team-two__item {
  margin-top: 30px;
}
.team-two__item {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px 16px 30px;
  z-index: 1;
  position: relative;
  border-radius: 20px;
  background-color: var(--amonx-white2, #fdf0eb);
}
@media (max-width: 1199px) {
  .team-two__item {
    opacity: 0 !important;
    transform: translate3d(0, 100px, 0) !important;
  }
}
@media (max-width: 1199px) {
  .team-two__item.aos-animate {
    opacity: 1 !important;
    transform: translateZ(0) !important;
  }
}
@media (max-width: 767px) {
  .team-two__item {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .team-two__item {
    padding-bottom: 23px;
    text-align: center;
    flex-direction: column;
  }
}
.team-two__item::before {
  content: "";
  width: 50px;
  height: 41px;
  position: absolute;
  top: 50%;
  left: -49.5px;
  opacity: 0;
  transform: translateY(-50%);
  transition: all 500ms ease;
  background-color: var(--amonx-base, #00c427);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
@media (max-width: 1199px) {
  .team-two__item::before {
    display: none;
  }
}
.team-two__item::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  border-radius: inherit;
  transition: all 500ms ease;
  background-color: var(--amonx-black3, #050519);
}
.team-two__item.active::before, .team-two__item:hover::before {
  opacity: 1;
}
.team-two__item.active::after, .team-two__item:hover::after {
  width: 100%;
  left: 0px;
}
.team-two__item__info {
  display: flex;
  gap: 8px 18px;
  align-items: center;
}
@media (max-width: 575px) {
  .team-two__item__info {
    text-align: center;
    flex-direction: column;
  }
}
.team-two__item__name {
  margin: 0px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  color: transparent;
  text-transform: capitalize;
  -webkit-text-stroke: 1px var(--amonx-text, #636363);
}
@media (max-width: 767px) {
  .team-two__item__name {
    font-size: 32px;
  }
}
@media (max-width: 375px) {
  .team-two__item__name {
    font-size: 28px;
  }
}
.team-two__item__name a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.team-two__item__name a:hover {
  background-size: 100% 1px;
}
.team-two__item.active .team-two__item__name, .team-two__item:hover .team-two__item__name {
  color: var(--amonx-white, #ffffff);
  -webkit-text-stroke: 1px var(--amonx-white, #ffffff);
}
.team-two__item__divider {
  display: inline-block;
  flex-shrink: 0;
  font-size: 50px;
  line-height: 1;
  font-weight: 100;
  color: var(--amonx-border-color, #dddddd);
}
@media (max-width: 767px) {
  .team-two__item__divider {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .team-two__item__divider {
    display: none;
  }
}
.team-two__item.active .team-two__item__divider, .team-two__item:hover .team-two__item__divider {
  color: var(--amonx-white, #ffffff);
}
.team-two__item__role {
  margin-bottom: 0px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.625;
  text-transform: capitalize;
  transition: all 500ms ease;
}
.team-two__item.active .team-two__item__role, .team-two__item:hover .team-two__item__role {
  color: var(--amonx-white, #ffffff);
}
.team-two__item__call {
  width: 50px;
  height: 50px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: var(--amonx-white, #ffffff);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--amonx-primary, #0045e3);
}
.team-two__item.active .team-two__item__call, .team-two__item:hover .team-two__item__call {
  color: var(--amonx-base, #00c427);
  background-color: var(--amonx-white, #ffffff);
}
.team-two__item.active .team-two__item__call > * {
  animation: phoneShake 1s ease-in-out infinite;
}

.blog-card {
  padding: 10px;
  position: relative;
  border-radius: 10px;
  transition: all 500ms ease;
  background-color: var(--amonx-white, #ffffff);
  border: 1px solid var(--amonx-border-color, #dddddd);
}
.blog-card:hover {
  border-color: transparent;
  box-shadow: 0px 4px 23.4px rgba(0, 0, 0, 0.19);
}
.blog-card__image {
  display: block;
  position: relative;
}
.blog-card__image__box {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.blog-card__image__box::after {
  content: "";
  width: 100%;
  height: 169px;
  position: absolute;
  left: 0px;
  top: 0px;
  transform: matrix(1, 0, 0, -1, 0, 0);
  background: linear-gradient(180deg, rgba(236, 245, 244, 0) 36.44%, rgba(5, 5, 25, 0.3003) 56.6%, rgba(0, 196, 39, 0.2156) 74.47%, rgba(0, 69, 227, 0.7623) 100%);
}
.blog-card__image__box img {
  width: 100%;
  display: block;
}
.blog-card__meta {
  display: flex;
  gap: 5px 10px;
  align-items: center;
  justify-content: space-between;
  margin: 0px;
  padding-right: 10px;
  position: relative;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  transition: all 500ms ease;
  border: 1px solid var(--amonx-white, #ffffff);
  background-color: RGBA(var(--amonx-black3-rgb, 5, 5, 25), 0.22);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card__meta {
    padding: 6px 10px;
  }
}
.blog-card__meta::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: -1;
  transition: all 500ms ease;
  background: linear-gradient(270deg, #0045e3 0%, #00c427 75%), #050519;
}
.blog-card__meta li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amonx-white, #ffffff);
}
@media (max-width: 412px) {
  .blog-card__meta li {
    font-size: 14px;
  }
}
@media (max-width: 375px), (min-width: 768px) and (max-width: 1199px) {
  .blog-card__meta li {
    font-size: 13px;
  }
}
.blog-card__meta__author {
  width: 40px !important;
  height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
}
@media (max-width: 412px), (min-width: 768px) and (max-width: 991px) {
  .blog-card__meta__author {
    width: 35px !important;
    height: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card__meta__author {
    display: none !important;
  }
}
.blog-card__meta__icon {
  display: inline-flex;
  flex-shrink: 0;
}
.blog-card__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-card:hover .blog-card__meta::after {
  opacity: 1;
}
.blog-card__date {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  right: 20px;
  bottom: -30px;
  z-index: 1;
}
.blog-card__date__day {
  min-width: 55px;
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  font-family: var(--amonx-heading-font, "Urbanist", sans-serif);
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: var(--amonx-black2, #222222);
  border-radius: 10px;
  transition: all 500ms ease;
  background-color: var(--amonx-white, #ffffff);
}
.blog-card__date__month {
  min-width: 55px;
  padding: 7px 10px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  color: var(--amonx-white, #ffffff);
  text-transform: capitalize;
  border-radius: 100px;
  transition: all 500ms ease;
  background-color: var(--amonx-primary, #0045e3);
}
.blog-card:hover .blog-card__date__day {
  color: var(--amonx-white, #ffffff);
  background-color: var(--amonx-primary, #0045e3);
}
.blog-card:hover .blog-card__date__month {
  background-color: var(--amonx-base, #00c427);
}
.blog-card__content {
  padding: 23px 20px 12px;
}
@media (max-width: 390px), (min-width: 992px) and (max-width: 1199px) {
  .blog-card__content {
    padding: 23px 15px 7px;
  }
}
.blog-card__category {
  display: inline-block;
  position: relative;
  margin-bottom: 16px;
  padding-left: 40px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 500;
  line-height: 1.375;
  text-transform: uppercase;
}
.blog-card__category::before {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
  background-color: var(--amonx-text, #636363);
}
.blog-card__category a {
  color: inherit;
}
.blog-card__category a:hover {
  color: var(--amonx-primary, #0045e3);
}
.blog-card__category a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card__category a:hover {
  background-size: 100% 1px;
}
.blog-card__title {
  margin-bottom: 13px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--amonx-black, #000000);
  text-transform: capitalize;
}
@media (max-width: 390px), (min-width: 768px) and (max-width: 1199px) {
  .blog-card__title {
    font-size: 22px;
  }
}
.blog-card__title a {
  color: inherit;
}
.blog-card__title a:hover {
  color: var(--amonx-primary, #0045e3);
}
.blog-card__title a {
  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__link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  color: var(--amonx-black3, #050519);
  text-transform: uppercase;
  transition: all 500ms ease;
}
.blog-card__link:hover {
  color: var(--amonx-primary, #0045e3);
}
.blog-card__link__icon {
  display: inline-flex;
  flex-shrink: 0;
  position: relative;
  top: 1px;
  font-size: 14px;
  transition: all 500ms ease;
}
.blog-card__link__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-card__link:hover .blog-card__link__icon {
  transform: rotate(45deg);
}

.blog-card-two {
  position: relative;
  z-index: 1;
  transition: all 500ms ease;
}
.blog-card-two::before {
  content: "";
  width: 110px;
  height: calc(100% + 30px);
  position: absolute;
  top: 50%;
  left: -15px;
  opacity: 0;
  transition: all 500ms ease;
  transform: translateY(-50%);
  background-color: var(--amonx-white, #ffffff);
  border-radius: 10px 0px 0px 10px;
}
@media (max-width: 991px) {
  .blog-card-two::before {
    display: none;
  }
}
.blog-card-two:hover::before {
  opacity: 1;
}
.blog-card-two__content {
  display: flex;
  gap: 25px 18px;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 15px 90px 15px 15px;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 767px), (min-width: 992px) and (max-width: 1199px) {
  .blog-card-two__content {
    padding-right: 80px;
  }
}
@media (max-width: 480px) {
  .blog-card-two__content {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.blog-card-two__date {
  width: 95px;
  height: 102px;
  display: flex;
  gap: 5px;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0px 8px 15px;
  border-radius: 10px;
  background-color: var(--amonx-white, #ffffff);
}
.blog-card-two__date__day {
  padding: 5px 12px;
  font-family: var(--amonx-heading-font, "Urbanist", sans-serif);
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
  color: var(--amonx-black2, #222222);
  background-color: var(--amonx-white, #ffffff);
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px -1px 8.9px rgba(0, 0, 0, 0.17);
}
.blog-card-two__date__month {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  color: var(--amonx-black2, #222222);
  text-transform: uppercase;
}
.blog-card-two__date__year {
  padding: 1px 11px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  color: var(--amonx-white, #ffffff);
  border-radius: 100px;
  transition: all 500ms ease;
  background-color: var(--amonx-base, #00c427);
}
.blog-card-two:hover .blog-card-two__date__year {
  background-color: var(--amonx-primary, #0045e3);
}
.blog-card-two__inner {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-left: 60px;
  position: relative;
}
.blog-card-two__category {
  height: 100%;
  height: calc(100% + 32px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 10px;
  position: relative;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 1;
  transform: translateY(-50%);
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-white, #ffffff);
  font-weight: 600;
  line-height: 1.375;
  text-transform: uppercase;
  writing-mode: sideways-lr;
}
@media (max-width: 480px) {
  .blog-card-two__category {
    height: 100%;
  }
}
.blog-card-two__category::after {
  content: "";
  width: 100%;
  height: calc(100% + 32px);
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: -1;
  transform: translateY(-50%);
  transition: all 500ms ease;
  background-color: var(--amonx-black3, #050519);
}
@media (max-width: 480px) {
  .blog-card-two__category::after {
    height: 100%;
  }
}
.blog-card-two:hover .blog-card-two__category::after {
  background-color: var(--amonx-base, #00c427);
}
.blog-card-two__meta {
  display: flex;
  gap: 8px 19px;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 425px), (min-width: 481px) and (max-width: 767px), (min-width: 992px) and (max-width: 1199px) {
  .blog-card-two__meta {
    margin-bottom: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.blog-card-two__meta li {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: var(--amonx-text, #636363);
  transition: all 500ms ease;
}
.blog-card-two__meta__icon {
  display: inline-flex;
  flex-shrink: 0;
  transition: all 500ms ease;
}
.blog-card-two__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-card-two:hover .blog-card-two__meta li {
  color: var(--amonx-white, #ffffff);
}
.blog-card-two__title {
  margin-bottom: 0px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--amonx-black, #000000);
  text-transform: capitalize;
}
@media (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 1199px) {
  .blog-card-two__title {
    font-size: 22px;
  }
}
@media (min-width: 481px) and (max-width: 575px) {
  .blog-card-two__title {
    font-size: 20px;
  }
}
@media (max-width: 390px) {
  .blog-card-two__title {
    font-size: 22px;
  }
}
.blog-card-two__title a {
  color: inherit;
}
.blog-card-two__title a:hover {
  color: var(--amonx-base, #00c427);
}
.blog-card-two__title a {
  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;
}
@media (max-width: 767px), (min-width: 992px) and (max-width: 1199px) {
  .blog-card-two__title br {
    display: none;
  }
}
.blog-card-two:hover .blog-card-two__title {
  color: var(--amonx-white, #ffffff);
}
.blog-card-two__btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  transform: translateY(-50%);
  border-radius: 10px;
  transition: all 500ms ease;
  background-color: var(--amonx-white, #ffffff);
}
@media (max-width: 480px) {
  .blog-card-two__btn {
    margin-top: 10px;
    position: static;
    transform: translateY(0%);
  }
}
.blog-card-two__btn__icon {
  display: inline-flex;
  font-size: 25px;
  color: var(--amonx-primary, #0045e3);
  transition: all 500ms ease;
}
.blog-card-two__btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-card-two__btn:hover .blog-card-two__btn__icon {
  transform: rotate(45deg);
}
.blog-card-two:hover .blog-card-two__btn {
  background-color: var(--amonx-primary, #0045e3);
}
.blog-card-two:hover .blog-card-two__btn__icon {
  color: var(--amonx-white, #ffffff);
}
.blog-card-two__shape {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--amonx-white2, #fdf0eb);
  -webkit-mask: url("../images/shapes/bog-card-2-shape-1.png");
  mask: url("../images/shapes/bog-card-2-shape-1.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media (max-width: 480px) {
  .blog-card-two__shape {
    -webkit-mask: unset;
    mask: unset;
  }
}
.blog-card-two__shape::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
  background-color: var(--amonx-black6, #141414);
}
.blog-card-two:hover .blog-card-two__shape::after {
  width: 100%;
  left: 0px;
}

.blog-card-three {
  padding: 15px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  transition: all 500ms ease;
  background-color: var(--amonx-white2, #fdf0eb);
}
.blog-card-three:hover {
  background-color: var(--amonx-black6, #141414);
}
.blog-card-three::before {
  content: "";
  width: 100%;
  height: calc(100% - 170px);
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: -1;
  transform: translateY(-50%);
  transition: all 500ms ease;
  border-radius: 0px 0px 10px 10px;
  background: linear-gradient(180deg, #00c427 0%, #0045e3 100%), #141414;
}
@media (max-width: 390px), (min-width: 768px) and (max-width: 1199px) {
  .blog-card-three::before {
    height: calc(100% - 140px);
  }
}
.blog-card-three:hover::before {
  opacity: 1;
  transform: translateY(0%);
}
.blog-card-three__top {
  padding: 10px 15px;
}
@media (max-width: 390px), (min-width: 768px) and (max-width: 1199px) {
  .blog-card-three__top {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.blog-card-three__meta {
  display: flex;
  gap: 8px 19px;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 390px), (min-width: 992px) and (max-width: 1199px) {
  .blog-card-three__meta {
    margin-bottom: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.blog-card-three__meta li {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: var(--amonx-text, #636363);
  transition: all 500ms ease;
}
.blog-card-three__meta__icon {
  display: inline-flex;
  flex-shrink: 0;
  transition: all 500ms ease;
}
.blog-card-three__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-card-three:hover .blog-card-three__meta li {
  color: var(--amonx-white, #ffffff);
}
.blog-card-three__title {
  margin-bottom: 13px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--amonx-black, #000000);
  text-transform: capitalize;
}
@media (max-width: 375px), (min-width: 768px) and (max-width: 1199px) {
  .blog-card-three__title {
    font-size: 22px;
  }
}
.blog-card-three__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card-three__title a:hover {
  background-size: 100% 1px;
}
.blog-card-three:hover .blog-card-three__title {
  color: var(--amonx-white, #ffffff);
}
.blog-card-three__image {
  display: block;
  position: relative;
}
.blog-card-three__image__box {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.blog-card-three__image__box img {
  width: 100%;
  display: block;
}
.blog-card-three__date {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  right: 20px;
  bottom: -30px;
  z-index: 1;
}
.blog-card-three__date__day {
  min-width: 55px;
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  font-family: var(--amonx-heading-font, "Urbanist", sans-serif);
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: var(--amonx-white, #ffffff);
  border-radius: 10px;
  transition: all 500ms ease;
  background-color: var(--amonx-primary, #0045e3);
}
.blog-card-three__date__month {
  min-width: 55px;
  padding: 7px 10px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  color: var(--amonx-white, #ffffff);
  text-transform: capitalize;
  border-radius: 100px;
  transition: all 500ms ease;
  background-color: var(--amonx-base, #00c427);
}
.blog-card-three:hover .blog-card-three__date__day {
  color: var(--amonx-black2, #222222);
  background-color: var(--amonx-white, #ffffff);
}
.blog-card-three__bottom {
  padding: 15px 15px 0px;
}
@media (max-width: 390px), (min-width: 768px) and (max-width: 1199px) {
  .blog-card-three__bottom {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.blog-card-three__link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  color: var(--amonx-black3, #050519);
  text-transform: uppercase;
  transition: all 500ms ease;
}
.blog-card-three__link:hover {
  color: var(--amonx-base, #00c427) !important;
}
.blog-card-three__link__icon {
  display: inline-flex;
  flex-shrink: 0;
  position: relative;
  top: 1px;
  font-size: 14px;
  transition: all 500ms ease;
}
.blog-card-three__link__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-card-three__link:hover .blog-card-three__link__icon {
  transform: rotate(45deg);
}
.blog-card-three:hover .blog-card-three__link {
  color: var(--amonx-white, #ffffff);
}

.blog-card-four__image {
  position: relative;
  margin-bottom: 30px;
}
.blog-card-four__image a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.blog-card-four__image img {
  width: 100%;
  display: block;
}
.blog-card-four__meta {
  margin-bottom: 21px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 25px;
}
.blog-card-four__meta__category {
  padding: 9px 29px;
  font-weight: 500;
}
.blog-card-four__meta li {
  display: flex;
  gap: 10px;
  align-items: center;
}
.blog-card-four__meta__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 16px;
  color: var(--amonx-text, #636363);
}
.blog-card-four__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-card-four__meta__text {
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.625;
  text-transform: capitalize;
}
.blog-card-four__meta__text span:not(:last-child) {
  position: relative;
}
.blog-card-four__meta__text span:not(:last-child)::after {
  content: "/";
  margin-left: 6px;
  margin-right: 6px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amonx-text, #636363);
}
.blog-card-four__title {
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--amonx-black, #000000);
}
.blog-card-four__title a {
  color: inherit;
}
.blog-card-four__title a:hover {
  color: var(--amonx-primary, #0045e3);
}
.blog-card-four__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card-four__title a:hover {
  background-size: 100% 1px;
}
.blog-card-four__text {
  margin-bottom: 28px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}

.blog-one {
  background-color: var(--amonx-white, #ffffff);
}

.blog-two {
  background-color: var(--amonx-white, #ffffff);
}
.blog-two__top {
  margin-bottom: 50px;
}
.blog-two .sec-title {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .blog-two .sec-title {
    text-align: center;
  }
}
.blog-two__button {
  text-align: center;
}
@media (max-width: 991px) {
  .blog-two__button {
    opacity: 0 !important;
    transform: translate3d(0, 100px, 0) !important;
  }
}
@media (max-width: 991px) {
  .blog-two__button.aos-animate {
    opacity: 1 !important;
    transform: translateZ(0) !important;
  }
}
@media (min-width: 992px) {
  .blog-two__button {
    text-align: right;
  }
}
.blog-two__card__image {
  position: relative;
}
.blog-two__card__image__box {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.blog-two__card__image__box::after {
  content: "";
  width: 100%;
  height: calc(100% - 50px);
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(236, 245, 244, 0) 36.44%, rgba(5, 5, 25, 0.3705) 56.6%, rgba(0, 196, 39, 0.494) 74.47%, rgba(0, 69, 227, 0.798) 100%);
}
.blog-two__card__image__box img {
  width: 100%;
  display: block;
}
.blog-two__card__author {
  display: flex;
  gap: 13px;
  align-items: center;
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 1;
  padding: 10px 30px 10px 10px;
  border-radius: 100px;
  background-color: var(--amonx-white, #ffffff);
}
.blog-two__card__author__image {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 50%;
}
.blog-two__card__author__title {
  margin-bottom: 5px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.375;
}
.blog-two__card__author__name {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--amonx-black2, #222222);
  text-transform: capitalize;
}
@media (min-width: 992px) {
  .blog-two .blog-card-two:hover {
    transform: translateX(-93px);
  }
}

.blog-three {
  background-color: var(--amonx-white, #ffffff);
}

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

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
  background-color: var(--amonx-white, #ffffff);
}
.blog-details__card {
  margin-bottom: 53px;
}
.blog-details__card__image {
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 10px;
}
.blog-details__card__image img {
  width: 100%;
  display: block;
}
.blog-details__card__meta {
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 30px;
}
.blog-details__card__meta li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-details__card__meta__category {
  padding: 9px 29px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  color: var(--amonx-white, #ffffff);
  text-transform: uppercase;
  border-radius: 100px;
  background-color: var(--amonx-primary, #0045e3);
}
.blog-details__card__meta__image {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid var(--amonx-primary, #0045e3);
}
.blog-details__card__meta__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 16px;
  color: var(--amonx-primary, #0045e3);
}
.blog-details__card__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-details__card__meta__text {
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.625;
  text-transform: capitalize;
}
.blog-details__card__title {
  margin-bottom: 18px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--amonx-black, #000000);
}
.blog-details__card__text {
  margin-bottom: 0px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}
.blog-details__card__text + .blog-details__card__text {
  margin-top: 20px;
}
.blog-details__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  padding-top: 29px;
  padding-bottom: 29px;
  border-top: 1px solid var(--amonx-border-color, #dddddd);
  border-bottom: 1px solid var(--amonx-border-color, #dddddd);
}
.blog-details__meta__title {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625;
  color: var(--amonx-black2, #222222);
  text-transform: capitalize;
}
.blog-details__tags, .blog-details__categories {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.blog-details__tags__box, .blog-details__categories__box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blog-details__tags__box {
  gap: 6px;
}
.blog-details__tags__text {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: var(--amonx-text, #636363);
  line-height: 1.375;
}
.blog-details__tags__text:not(:last-child)::after {
  content: ",";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--amonx-text, #636363);
}
.blog-details__tags__text:hover {
  color: var(--amonx-base, #00c427);
}
.blog-details__categories__box {
  gap: 20px;
}
.blog-details__categories .amonx-btn {
  padding: 9px 29px;
  font-size: 14px;
  font-weight: 500;
  color: var(--amonx-text, #636363);
  background-color: var(--amonx-white2, #fdf0eb);
}
.blog-details__categories .amonx-btn:hover {
  color: var(--amonx-white, #ffffff);
}
.blog-details__categories .amonx-btn::before, .blog-details__categories .amonx-btn::after {
  background-color: var(--amonx-primary, #0045e3);
}
.blog-details .comments-one__card {
  grid-gap: 20px;
  grid-template-columns: 89px auto;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--amonx-border-color, #dddddd);
}
@media (max-width: 767px) {
  .blog-details .comments-one__card {
    grid-template-columns: auto;
  }
}
.blog-details .comments-one__image {
  width: 89px;
}
.blog-details .comments-one__image img {
  width: 89px;
  height: 89px;
}
.blog-details .comments-one__content {
  margin-top: 0px;
}
.blog-details .comments-one__name {
  margin-bottom: 10px;
}
.blog-details .comments-one__date {
  color: var(--amonx-text, #636363);
}
.blog-details .comments-one__date::before {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-details__form .form-one__group {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  padding: 180px 0px 160px;
  overflow: hidden;
  background-color: var(--amonx-black3, #050519);
}
@media (max-width: 1199px) {
  .page-header {
    padding: 289px 0px 160px;
  }
}
@media (max-width: 991px) {
  .page-header {
    padding-top: 238px;
  }
}
@media (max-width: 767px) {
  .page-header {
    padding: 198px 0px 120px;
  }
}
.page-header__bg {
  position: relative;
  position: absolute;
  inset: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.page-header__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--amonx-black3-rgb, 5, 5, 25), 0.89);
}
.page-header .container {
  position: relative;
  z-index: 2;
}
.page-header__title {
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--amonx-white, #ffffff);
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .page-header__title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .page-header__title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .page-header__title {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  .page-header__title {
    font-size: 40px;
  }
}
@media (max-width: 412px) {
  .page-header__title {
    font-size: 35px;
  }
}
.page-header__image {
  position: relative;
  position: absolute;
  right: 0px;
  bottom: -191px;
  z-index: 1;
}
.page-header__image::after {
  content: "";
  width: 656.94px;
  height: 461.83px;
  position: absolute;
  inset: 0px;
  margin: auto;
  filter: blur(50px);
  border-radius: 1000px;
  transform: rotate(149.13deg);
  background: linear-gradient(180deg, #00c427 0%, #0045e3 100%), #d9d9d9;
}
.page-header__image__box {
  position: relative;
  z-index: 1;
  clip-path: polygon(29% 0, 100% 0%, 71% 100%, 0% 100%);
}
.page-header__shape {
  position: absolute;
  left: 53px;
  bottom: 53px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .page-header__shape {
    left: 20px;
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .page-header__shape {
    display: none;
  }
}
.page-header__shape__image {
  max-width: 100%;
  height: auto;
  animation: zoomOut 3s linear infinite;
}

.amonx-breadcrumb {
  display: inline-flex;
  gap: 6px 0px;
  flex-wrap: wrap;
  align-items: center;
  margin: 0px;
}
.amonx-breadcrumb li {
  display: flex;
  align-items: center;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-white, #ffffff);
  font-weight: 400;
  line-height: 1.625;
  text-transform: capitalize;
}
@media (min-width: 992px) {
  .amonx-breadcrumb li {
    font-size: 20px;
  }
}
.amonx-breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 10px;
  margin-right: 10px;
  font-size: 15px;
  position: relative;
  top: 0px;
}
@media (min-width: 992px) {
  .amonx-breadcrumb li:not(:last-child)::after {
    top: -1px;
    font-size: 20px;
  }
}
.amonx-breadcrumb li span,
.amonx-breadcrumb li a {
  display: inline-flex;
}
.amonx-breadcrumb li:not(:first-child) span {
  color: white
}
.amonx-breadcrumb li a {
  color: inherit;
  line-height: 1.2;
}
.amonx-breadcrumb li a:hover {
  color:white
}
.amonx-breadcrumb li a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.amonx-breadcrumb li a:hover {
  background-size: 100% 1px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
  position: relative;
  background-color: var(--amonx-black3, #050519);
}
.main-footer__bg {
  position: relative;
  position: absolute;
  inset: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main-footer__bg::after {
  content: "";
  position: absolute;
  inset: 0px;
  background-color: RGBA(var(--amonx-black3-rgb, 5, 5, 25), 0.93);
}
.main-footer__top {
  padding-top: 55px;
  padding-bottom: 55px;
  border-bottom: 1px solid RGBA(var(--amonx-border-color-rgb, 221, 221, 221), 0.15);
}
.main-footer__top,
.main-footer .container {
  position: relative;
  z-index: 1;
}
.main-footer__marquee .marquee__top,
.main-footer__marquee .marquee__bottom,
.main-footer__marquee .marquee__toleft,
.main-footer__marquee .marquee__toright {
  gap: 40px;
  margin: 0px;
}
@media (max-width: 767px) {
  .main-footer__marquee .marquee__top,
  .main-footer__marquee .marquee__bottom,
  .main-footer__marquee .marquee__toleft,
  .main-footer__marquee .marquee__toright {
    gap: 30px;
  }
}
.main-footer__marquee__title {
  font-family: inherit;
  font-size: 170px;
  font-weight: 700;
  line-height: 1;
  font-style: italic;
  color: var(--amonx-white, #ffffff);
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .main-footer__marquee__title {
    font-size: 150px;
  }
}
@media (max-width: 1199px) {
  .main-footer__marquee__title {
    font-size: 120px;
  }
}
@media (max-width: 991px) {
  .main-footer__marquee__title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .main-footer__marquee__title {
    font-size: 80px;
  }
}
@media (max-width: 480px) {
  .main-footer__marquee__title {
    font-size: 60px;
  }
}
.main-footer__marquee__title mark {
  color: var(--amonx-primary, #0045e3);
  background-color: transparent;
}
.main-footer__marquee__icon {
  display: inline-flex;
  font-size: 120px;
  color: var(--amonx-base, #00c427);
}
@media (max-width: 1399px) {
  .main-footer__marquee__icon {
    font-size: 105px;
  }
}
@media (max-width: 1199px) {
  .main-footer__marquee__icon {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .main-footer__marquee__icon {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .main-footer__marquee__icon {
    font-size: 55px;
  }
}
@media (max-width: 480px) {
  .main-footer__marquee__icon {
    font-size: 40px;
  }
}
.main-footer__marquee__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.main-footer__widget {
  position: relative;
  padding: 70px 0px 53px;
}
.main-footer__widget::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 31.5%;
  border-right: 1px solid RGBA(var(--amonx-border-color-rgb, 221, 221, 221), 0.15);
}
@media (max-width: 1799px) {
  .main-footer__widget::after {
    left: 35%;
  }
}
@media (max-width: 1599px) {
  .main-footer__widget::after {
    left: 37%;
  }
}
@media (max-width: 1399px) {
  .main-footer__widget::after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .main-footer__widget .container {
    max-width: 1629px;
    margin-left: 0px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1600px) {
  .main-footer__widget .container {
    padding-left: 82px;
    padding-right: 82px;
  }
}
.main-footer__bottom {
  padding: 25px 0px;
  position: relative;
  z-index: 1;
  border-top: 1px solid RGBA(var(--amonx-border-color-rgb, 221, 221, 221), 0.15);
}
@media (max-width: 991px) {
  .main-footer__copyright {
    text-align: center;
  }
}
.main-footer__copyright, .main-footer__page li {
  margin-bottom: 0px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-white, #ffffff);
  font-weight: 400;
  line-height: 1.625;
  text-transform: capitalize;
}
.main-footer__page {
  display: flex;
  gap: 13px 25px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin: 0px;
}
@media (max-width: 991px) {
  .main-footer__page {
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .main-footer__page {
    gap: 13px 20px;
  }
}
.main-footer__page li a {
  color: inherit;
}
.main-footer__page li a:hover {
  color: var(--amonx-primary, #0045e3);
}
.main-footer__page li a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-footer__page li a:hover {
  background-size: 100% 1px;
}
.main-footer--two {
  padding-top: 80px;
}
.main-footer--two .main-footer__widget {
  padding: 0px;
}
.main-footer--two .main-footer__widget::after {
  display: none;
}
.main-footer--two .main-footer__widget .container {
  max-width: 1762px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1600px) {
  .main-footer--two .main-footer__widget .row {
    --bs-gutter-x: 180px;
  }
}
.main-footer--two .footer-widget {
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .main-footer--two .footer-widget {
    opacity: 0 !important;
    transform: translate3d(0, 100px, 0) !important;
  }
}
@media (max-width: 991px) {
  .main-footer--two .footer-widget.aos-animate {
    opacity: 1 !important;
    transform: translateZ(0) !important;
  }
}
.main-footer--two .footer-widget__wrap {
  height: 100%;
  position: relative;
  z-index: 1;
}
.main-footer--two .footer-widget--about .footer-widget__wrap {
  max-width: 545px;
  padding: 60px 50px 60px 80px;
}
@media (max-width: 1799px) {
  .main-footer--two .footer-widget--about .footer-widget__wrap {
    padding-left: 50px;
    padding-right: 65px;
  }
}
@media (max-width: 1599px) {
  .main-footer--two .footer-widget--about .footer-widget__wrap {
    max-width: 100%;
    padding: 60px;
  }
}
@media (max-width: 767px), (min-width: 992px) and (max-width: 1299px) {
  .main-footer--two .footer-widget--about .footer-widget__wrap {
    padding: 40px;
  }
}
@media (max-width: 440px) {
  .main-footer--two .footer-widget--about .footer-widget__wrap {
    padding: 30px;
  }
}
@media (max-width: 425px) {
  .main-footer--two .footer-widget--about .footer-widget__wrap {
    padding: 25px;
  }
}
.main-footer--two .footer-widget--info .footer-widget__wrap {
  padding: 60px 75px;
}
@media (max-width: 1799px) {
  .main-footer--two .footer-widget--info .footer-widget__wrap {
    padding-right: 50px;
  }
}
@media (max-width: 1599px) {
  .main-footer--two .footer-widget--info .footer-widget__wrap {
    padding: 60px;
  }
}
@media (max-width: 767px), (min-width: 992px) and (max-width: 1299px) {
  .main-footer--two .footer-widget--info .footer-widget__wrap {
    padding: 40px;
  }
}
@media (max-width: 440px) {
  .main-footer--two .footer-widget--info .footer-widget__wrap {
    padding: 30px;
  }
}
@media (max-width: 425px) {
  .main-footer--two .footer-widget--info .footer-widget__wrap {
    padding: 25px;
  }
}
.main-footer--two .footer-widget__title {
  margin-bottom: 13px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--amonx-white, #ffffff);
  text-transform: capitalize;
}
.main-footer--two .footer-widget__logo {
  position: relative;
  z-index: 1;
  margin: 0px 0px 20px;
}
@media (min-width: 1600px) {
  .main-footer--two .footer-widget__logo {
    display: none;
  }
}
.main-footer--two .footer-widget__logo--large {
  display: inline-block;
  margin: 0px;
  position: absolute;
  top: calc(50% + 24px);
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1599px) {
  .main-footer--two .footer-widget__logo--large {
    display: none;
  }
}
.main-footer--two .footer-widget__about {
  margin-bottom: 35px;
}
.main-footer--two .footer-widget__about__text {
  margin-bottom: 0px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-gray, #BEBEBE);
  font-weight: 400;
  line-height: 1.625;
}
.main-footer--two .footer-widget__newsletter__text {
  margin-bottom: 21px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-gray, #BEBEBE);
  font-weight: 400;
  line-height: 1.625;
}
.main-footer--two .footer-widget__links-box {
  display: flex;
  gap: 20px 25px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 65px;
}
.main-footer--two .footer-widget__links {
  display: flex;
  gap: 5px 16px;
  flex-wrap: wrap;
  align-items: center;
}
.main-footer--two .footer-widget__links li {
  margin: 0px;
  padding-left: 20px;
  position: relative;
  color: var(--amonx-gray, #BEBEBE);
}
.main-footer--two .footer-widget__links li::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 0px;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all 500ms ease;
  border: 1px solid var(--amonx-white, #ffffff);
}
.main-footer--two .footer-widget__links li:hover::before {
  border-color: var(--amonx-base, #00c427);
  background-color: var(--amonx-base, #00c427);
}
.main-footer--two .footer-widget__links li a:hover {
  color: var(--amonx-base, #00c427);
}
.main-footer--two .footer-widget__contact__top {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 40px;
}
@media (max-width: 1799px) {
  .main-footer--two .footer-widget__contact__top {
    gap: 40px;
  }
}
@media (max-width: 1599px) {
  .main-footer--two .footer-widget__contact__top {
    justify-content: flex-start;
  }
}
@media (max-width: 425px) {
  .main-footer--two .footer-widget__contact__top {
    gap: 30px;
  }
}
.main-footer--two .footer-widget__contact__text {
  margin: 0px;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: transparent;
  text-transform: capitalize;
  writing-mode: sideways-lr;
  -webkit-text-stroke: 1px var(--amonx-white, #ffffff);
}
.main-footer--two .footer-widget__contact__image {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  border-radius: 30px;
  background-color: var(--amonx-black, #000000);
  border: 1px solid var(--amonx-white, #ffffff);
}
.main-footer--two .footer-widget__contact__image img {
  max-width: 292px;
  height: auto;
  border-radius: inherit;
}
@media (max-width: 575px), (min-width: 992px) and (max-width: 1299px) {
  .main-footer--two .footer-widget__contact__image img {
    max-width: 100%;
  }
}
.main-footer--two .footer-widget__contact__title {
  margin-bottom: 0px;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  color: var(--amonx-white, #ffffff);
}
@media (max-width: 1799px) {
  .main-footer--two .footer-widget__contact__title {
    font-size: 50px;
  }
}
@media (max-width: 767px), (min-width: 992px) and (max-width: 1299px) {
  .main-footer--two .footer-widget__contact__title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .main-footer--two .footer-widget__contact__title {
    font-size: 30px;
  }
}
@media (max-width: 412px) {
  .main-footer--two .footer-widget__contact__title {
    font-size: 25px;
  }
}
@media (max-width: 360px) {
  .main-footer--two .footer-widget__contact__title {
    font-size: 20px;
  }
}
.main-footer--two .footer-widget__contact__title a {
  color: inherit;
}
.main-footer--two .footer-widget__contact__title a:hover {
  color: var(--amonx-base, #00c427);
}
.main-footer--two .footer-widget__contact__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-footer--two .footer-widget__contact__title a:hover {
  background-size: 100% 1px;
}
.main-footer--two .footer-widget__shape {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 30px;
  background-color: RGBA(var(--amonx-white-rgb, 255, 255, 255), 0.07);
}
.main-footer--two .footer-widget--about .footer-widget__shape {
  -webkit-mask: url("../images/shapes/footer-2-shape-1.png");
  mask: url("../images/shapes/footer-2-shape-1.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media (max-width: 1599px) {
  .main-footer--two .footer-widget--about .footer-widget__shape {
    -webkit-mask: unset;
    mask: unset;
  }
}
.main-footer--two .footer-widget--info .footer-widget__shape {
  -webkit-mask: url("../images/shapes/footer-2-shape-2.png");
  mask: url("../images/shapes/footer-2-shape-2.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media (max-width: 1599px) {
  .main-footer--two .footer-widget--info .footer-widget__shape {
    -webkit-mask: unset;
    mask: unset;
  }
}
.main-footer--two .main-footer__bottom {
  border: none;
}
.main-footer--three .container-fluid {
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .main-footer--three .container-fluid {
    padding: 70px 0px 0px;
  }
}
.main-footer--three .column-1 {
  flex: 0 0 auto;
  width: 26%;
}
@media (max-width: 1199px) {
  .main-footer--three .column-1 {
    width: 100%;
  }
}
.main-footer--three .column-2 {
  flex: 0 0 auto;
  width: 74%;
}
@media (max-width: 1199px) {
  .main-footer--three .column-2 {
    width: 100%;
  }
}
.main-footer--three .main-footer__logo {
  height: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  .main-footer--three .main-footer__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
  }
}
.main-footer--three .main-footer__logo::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  border-right: 1px solid RGBA(var(--amonx-border-color-rgb, 221, 221, 221), 0.15);
}
@media (max-width: 1199px) {
  .main-footer--three .main-footer__logo::after {
    display: none;
  }
}
.main-footer--three .main-footer__logo img {
  max-width: 100%;
  height: auto;
}
.main-footer--three .main-footer__right {
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .main-footer--three .main-footer__right {
    padding-top: 0px;
  }
}
@media (min-width: 1200px) {
  .main-footer--three .main-footer__right .container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 1600px) {
  .main-footer--three .main-footer__right .container {
    max-width: 970px;
  }
}
.main-footer--three .main-footer__widget {
  margin-bottom: 52px;
  padding: 0px 0px 0px 140px;
}
@media (max-width: 1599px) {
  .main-footer--three .main-footer__widget {
    padding-left: 87px;
  }
}
@media (max-width: 1399px) {
  .main-footer--three .main-footer__widget {
    padding-left: 0px;
  }
}
.main-footer--three .main-footer__widget::after {
  display: none;
}
.main-footer--three .main-footer__marquee {
  width: calc(100% + 45px);
  margin-left: -30px;
  padding: 30px 0px;
  position: relative;
}
@media (max-width: 1399px) {
  .main-footer--three .main-footer__marquee {
    width: 100%;
    margin-left: 0px;
  }
}
.main-footer--three .main-footer__marquee::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-top: 1px solid RGBA(var(--amonx-border-color-rgb, 221, 221, 221), 0.15);
}
.main-footer--three .footer-widget--links-one {
  padding-left: 0px;
}

@media (max-width: 1399px) {
  .footer-widget--links-one {
    padding-left: 50px;
  }
}
@media (max-width: 1199px) {
  .footer-widget--links-one {
    padding-left: 0px;
  }
}
.footer-widget__logo {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .footer-widget__logo {
    margin-top: 0px;
  }
}
.footer-widget__logo a {
  display: inline-flex;
}
.footer-widget__logo img {
  max-width: 100%;
  height: auto;
}
.footer-widget__title {
  margin-bottom: 26px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.272;
  color: var(--amonx-white, #ffffff);
  text-transform: capitalize;
}
.footer-widget__links {
  margin: 0px;
}
.footer-widget__links li + li {
  margin-top: 13px;
}
.footer-widget__links li {
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-white, #ffffff);
  font-weight: 400;
  line-height: 1.625;
}
.footer-widget__links li a {
  color: inherit;
}
.footer-widget__links li a:hover {
  color: var(--amonx-primary, #0045e3);
}
.footer-widget__links li a {
  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;
}
.footer-widget__newsletter__text {
  margin-bottom: 21px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-white, #ffffff);
  font-weight: 400;
  line-height: 1.625;
}
.footer-widget__newsletter__form {
  display: flex;
  align-items: center;
  margin-bottom: 38px;
}
.footer-widget__newsletter__input {
  width: 100%;
  height: 49px;
  display: block;
  border: none;
  outline: none;
  padding-left: 21px;
  padding-right: 21px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-white, #ffffff);
  font-weight: 400;
  line-height: 1.625;
  border-radius: 100px;
  background-color: transparent;
  border: 1px solid RGBA(var(--amonx-border-color-rgb, 221, 221, 221), 0.15);
  transition: all 500ms ease;
}
.footer-widget__newsletter__input:focus {
  border-color: var(--amonx-primary, #0045e3);
}
.footer-widget__newsletter__btn {
  width: 49px;
  height: 49px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  font-size: 14px;
  color: var(--amonx-white, #ffffff);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--amonx-primary, #0045e3);
}
.footer-widget__newsletter__btn:hover {
  transform: rotate(45deg);
  background-color: var(--amonx-base, #00c427);
}
.footer-widget__newsletter__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.footer-widget__social {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
}
.footer-widget__social__title {
  margin-bottom: 0px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-white, #ffffff);
  font-weight: 400;
  line-height: 1.625;
  text-transform: capitalize;
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  position: relative;
  z-index: 1;
}
.google-map iframe {
  display: block;
  width: 100%;
  height: 446px;
  border: none;
  position: relative;
  mix-blend-mode: luminosity;
}
.google-map__contact {
  overflow: hidden;
  background-color: var(--amonx-white2, #fdf0eb);
}

/*--------------------------------------------------------------
# Hero Slider
--------------------------------------------------------------*/
.hero-one {
  padding-top: 200px;
  position: relative;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-one::before {
  content: "";
  position: absolute;
  inset: 0;

  background: rgba(0, 0, 0, 0.4);

  z-index: 1;
}
@media (max-width: 991px) {
  .hero-one {
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  .hero-one {
    padding-top: 190px;
  }
}
@media (max-width: 440px) {
  .hero-one {
    padding-top: 170px;
  }
}
.hero-one__bg-wrap {
  width: 100vw;
  height: 100%;
  display: flex;
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
}
.hero-one__bg-wrap::before {
  content: "";
  width: 100%;
  height: 134px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  background: linear-gradient(180deg, rgba(5, 5, 25, 0.76) 0%, rgba(4, 4, 18, 0.540769) 52.91%, rgba(0, 0, 0, 0) 100%);
}
.hero-one__bg-wrap::after {
  content: "";
  width: 100%;
  height: calc(100% - 134px);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 4;
  background: linear-gradient(180deg, rgba(0, 64, 227, 0.2013) 0%, rgba(4, 4, 18, 0.434038) 52.91%, rgba(0, 0, 0, 0) 100%);
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.hero-one__bg {
  position: relative;
  width: 25%;
  height: 100%;
}
.hero-one__bg__inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-size: 0 0;
  background-repeat: no-repeat;
  transition: transform 0.8s ease-in-out;
}
.hero-one__bg__inner::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  opacity: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center center;
  transition: opacity 0.25s;
}
.hero-one__bg:nth-child(1) .hero-one__bg__inner {
  z-index: 3;
  transition-delay: 0.32s;
  transform: translateX(-40.5%);
}
.hero-one__bg:nth-child(1) .hero-one__bg__inner::before {
  left: 0vw;
  transition-delay: 0.365s;
}
.hero-one__bg:nth-child(2) .hero-one__bg__inner {
  z-index: 2;
  transition-delay: 0.16s;
  transform: translateX(-73%);
}
.hero-one__bg:nth-child(2) .hero-one__bg__inner::before {
  left: -25vw;
  transition-delay: 0.285s;
}
.hero-one__bg:nth-child(3) .hero-one__bg__inner {
  z-index: 1;
  transition-delay: 0.08s;
  transform: translateX(-105.5%);
}
.hero-one__bg:nth-child(3) .hero-one__bg__inner::before {
  left: -50vw;
  transition-delay: 0.205s;
}
.hero-one__bg:nth-child(4) .hero-one__bg__inner {
  z-index: 0;
  transition-delay: 0s;
  transform: translateX(-138%);
}
.hero-one__bg:nth-child(4) .hero-one__bg__inner::before {
  left: -75vw;
  transition-delay: 0.125s;
}
.hero-one__bg-wrap.active .hero-one__bg__inner {
  transform: translateX(0);
  transition-timing-function: ease;
}
.hero-one__bg-wrap.active .hero-one__bg__inner::before {
  opacity: 1;
}
.hero-one .container {
  position: relative;
  z-index: 6;
}
.hero-one__content {
  display: none;
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 1399px) {
  .hero-one__content {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-one__content {
    padding-bottom: 150px;
  }
}
.hero-one__content.active {
  display: block;
}
.hero-one__tagline {
  display: inline-flex;
  gap: 10px;
  align-items: flex-start;
  opacity: 0;
  margin-bottom: 210px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375;
  color: var(--amonx-white, #ffffff);
  /* letter-spacing: 0.16em; */
  text-transform: uppercase;
  transform: translateY(-100%);
}
@media (max-width: 1399px) {
  .hero-one__tagline {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .hero-one__tagline {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .hero-one__tagline {
    font-size: 18px;
    letter-spacing: 0.13em;
  }
}
@media (max-width: 575px) {
  .hero-one__tagline {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
.hero-one__tagline__icon {
  flex-shrink: 0;
  top: 5px;
  position: relative;
  font-size: 20px;
  color: var(--amonx-base, #00c427);
}
@media (max-width: 991px) {
  .hero-one__tagline__icon {
    top: 3px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hero-one__tagline__icon {
    top: 1px;
    font-size: 16px;
  }
}
.hero-one__tagline__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.hero-one__content.active .hero-one__tagline {
  animation: aglineAnim 1s forwards;
}
@keyframes aglineAnim {
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.hero-one__title {
  opacity: 0;
  margin-bottom: 0px;
  font-size: 80px;
  line-height: 1;
  font-weight: 700;
  color: var(--amonx-white, #ffffff);
  transform: translateX(200px);
}
@media (max-width: 1199px) {
  .hero-one__title {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .hero-one__title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero-one__title {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .hero-one__title {
    font-size: 45px;
  }
}
@media (max-width: 412px) {
  .hero-one__title {
    font-size: 40px;
  }
}
.hero-one__title span {
  overflow: hidden;
  line-height: 1.18;
  position: relative;
  display: inline-block;
}
.hero-one__title span::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 1;
  background: currentColor;
  transform: translate(-100%, -50%);
}
.hero-one__content.active .hero-one__title {
  animation: titleAnim 1s forwards;
}
@keyframes titleAnim {
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.hero-one__content.active .hero-one__title span::after {
  animation: titleAnimOverlay 1s cubic-bezier(0.858, 0.01, 0.068, 0.99) forwards;
}
@keyframes titleAnimOverlay {
  100% {
    opacity: 1;
    transform: translate(2%, -50%);
  }
}
.hero-one__badge {
  opacity: 0;
  transform: translateX(100px);
}
.hero-one__badge img {
  max-width: 100%;
  height: auto;
  animation: rotate 5s linear infinite;
}
.hero-one__content.active .hero-one__badge {
  animation: badgeAnim 1s forwards;
}
@keyframes badgeAnim {
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.hero-one__info {
  opacity: 0;
  padding: 16px 22px;
  margin-top: 23px;
  border-radius: 10px;
  transform: rotateX(90deg);
  background: rgba(217, 217, 217, 0.16);
  border: 1px solid RGBA(var(--amonx-white-rgb, 255, 255, 255), 0.23);
  width: 31%;;
}
.hero-one__info__column:not(:last-child) {
  position: relative;
}
.hero-one__info__column:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 51px;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  background-color: var(--amonx-white, #ffffff);
}
@media (max-width: 575px) {
  .hero-one__info__column:not(:last-child)::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .hero-one__info__column:not(:last-child):nth-child(2)::after {
    display: none;
  }
}
@media (min-width: 576px) {
  .hero-one__info .col-xl-4 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .hero-one__info .col-xl-4 {
    width: 35%;
  }
}
@media (min-width: 576px) {
  .hero-one__info .col-xl-5 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .hero-one__info .col-xl-5 {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .hero-one__info .col-xl-3 {
    width: 25%;
  }
}
.hero-one__content.active .hero-one__info {
  animation: infoAnim 1s forwards;
}
@keyframes infoAnim {
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
.hero-one__client {
  display: flex;
  gap: 18px;
  align-items: center;
}
@media (max-width: 1199px) {
  /* .hero-one__client {
    text-align: center;
    flex-direction: column;
  } */
}
.hero-one__client__image {
  display: flex;
  gap: 0px;
  flex-shrink: 0;
  align-items: center;
}
@media (max-width: 1199px) {
  .hero-one__client__image {
    justify-content: center;
  }
}
.hero-one__client__image img {
  width: 100px;
  height: 70px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 10px;
}
.hero-one__client__image img:not(:first-child) {
  margin-left: -14px;
  border-left: 3px solid var(--amonx-white, #ffffff);
}
.hero-one__client__title {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 1.25;
  color: var(--amonx-white, #ffffff);
  text-transform: uppercase;
}
.hero-one__client__text {
  margin-bottom: 0px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-white, #ffffff);
  font-weight: 500;
  line-height: 1.375;
  text-transform: uppercase;
}
.hero-one__funfact {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 1199px) {
  .hero-one__funfact {
    text-align: center;
    flex-direction: column;
  }
}
.hero-one__funfact__title {
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 1;
  color: var(--amonx-white, #ffffff);
}
.hero-one__funfact__text {
  margin-bottom: 0px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-white, #ffffff);
  font-weight: 400;
  line-height: 1.625;
}
.hero-one__video {
  display: flex;
  gap: 20px 25px;
  align-items: center;
  margin-left: 5px;
}
@media (max-width: 1199px) {
  .hero-one__video {
    text-align: center;
    flex-direction: column;
  }
}
.hero-one__video__title {
  margin-bottom: 0px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-white, #ffffff);
  font-weight: 500;
  line-height: 1.375;
  text-transform: uppercase;
}
.hero-one__list {
  display: flex;
  grid-gap: 30px;
  align-items: center;
  grid-template-columns: repeat(4, 1fr);
  margin: 0px;
  justify-content: center;
  /* position: absolute;
  width: calc(100% - 30px);
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%); */
}
@media (max-width: 767px) {
  .hero-one__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 412px) {
  .hero-one__list {
    grid-gap: 20px;
  }
}
.hero-one__list__item {
  height: 59px;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-family: var(--amonx-heading-font, "Urbanist", sans-serif);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375;
  color: var(--amonx-white, #ffffff);
  text-transform: uppercase;
  transition: all 500ms ease;
  /* border-top: 1px solid var(--amonx-white, #ffffff); */
}
@media (max-width: 412px) {
  .hero-one__list__item {
    height: auto;
    padding: 10px;
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 375px), (min-width: 768px) and (max-width: 991px) {
  .hero-one__list__item {
    font-size: 14px;
  }
}
.hero-one__list__item__number {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  position: relative;
  z-index: 1;
  transition: all 500ms ease;
}
@media (max-width: 412px) {
  .hero-one__list__item__number {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-one__list__item__number {
    font-size: 14px;
  }
}
.hero-one__list__item__number::before {
  content: "";
  position: absolute;
  inset: 0px;
  z-index: -1;
  opacity: 0;
  transition: 0ms;
  background-color: var(--amonx-white, #ffffff);
}
.hero-one__list__item__number::after {
  counter-increment: heroItemNumber;
  content: counter(heroItemNumber, decimal-leading-zero) ".";
}
.hero-one__list__item.active {
  padding: 0px 10px;
  border-color: var(--amonx-primary, #0045e3);
  background-color: var(--amonx-primary, #0045e3);
}
@media (max-width: 412px) {
  .hero-one__list__item.active {
    padding: 10px;
  }
}
.hero-one__list__item.active .hero-one__list__item__number {
  width: 46px;
  height: 38px;
  color: var(--amonx-base, #00c427);
}
@media (max-width: 1199px) {
  .hero-one__list__item.active .hero-one__list__item__number {
    width: 33px;
    height: 33px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-one__list__item.active .hero-one__list__item__number {
    width: 30px;
    height: 30px;
  }
}
.hero-one__list__item.active .hero-one__list__item__number::before {
  opacity: 1;
  transition: all 500ms ease 100ms;
}

.hero-two {
  position: relative;
  padding: 172px 0px 30px;
  background-color: var(--amonx-white, #ffffff);
}
@media (max-width: 1199px) {
  .hero-two {
    padding-top: 200px;
  }
}
@media (max-width: 575px) {
  .hero-two {
    padding-top: 180px;
  }
}
@media (max-width: 375px) {
  .hero-two {
    padding-top: 160px;
  }
}
.hero-two__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.hero-two .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .hero-two .container {
    max-width: 1890px;
  }
}
.hero-two__row {
  --bs-gutter-x: 70px;
}
.hero-two__row .col-xl-5 {
  width: 42.6%;
}
@media (max-width: 1199px) {
  .hero-two__row .col-xl-5 {
    width: 100%;
  }
}
.hero-two__row .col-xl-7 {
  width: 57.4%;
}
@media (max-width: 1199px) {
  .hero-two__row .col-xl-7 {
    width: 100%;
  }
}
.hero-two__content {
  padding-left: 70px;
}
@media (max-width: 1799px) {
  .hero-two__content {
    padding-left: 30px;
  }
}
@media (max-width: 1299px) {
  .hero-two__content {
    padding-left: 0px;
  }
}
.hero-two__tagline {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 8px 15px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.375;
  color: var(--amonx-primary, #0045e3);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: 100px;
  border: 1px solid var(--amonx-border-color, #dddddd);
}
@media (max-width: 1599px) {
  .hero-two__tagline {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .hero-two__tagline {
    font-size: 18px;
    letter-spacing: 0.13em;
  }
}
@media (max-width: 575px) {
  .hero-two__tagline {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
.hero-two__tagline__icon {
  display: inline-flex;
  flex-shrink: 0;
  position: relative;
  font-size: 26px;
  color: var(--amonx-base, #00c427);
}
@media (max-width: 1599px) {
  .hero-two__tagline__icon {
    top: -1px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hero-two__tagline__icon {
    top: 0px;
    font-size: 16px;
  }
}
.hero-two__tagline__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.hero-two__title {
  margin-bottom: 125px;
  font-size: 65px;
  font-weight: 700;
  line-height: 1.076;
  color: var(--amonx-black2, #222222);
  text-transform: capitalize;
}
@media (max-width: 1599px) {
  .hero-two__title {
    margin-bottom: 80px;
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .hero-two__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hero-two__title {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .hero-two__title {
    font-size: 45px;
  }
}
@media (max-width: 412px) {
  .hero-two__title {
    font-size: 40px;
  }
}
.hero-two__text {
  margin-bottom: 31px;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.578;
  color: var(--amonx-text, #636363);
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .hero-two__text br {
    display: none;
  }
}
.hero-two__image {
  height: 100%;
  position: relative;
}
.hero-two__image__box {
  overflow: hidden;
  border-radius: 30px;
}
.hero-two__image__box--one {
  height: 100%;
}
.hero-two__image__box--two {
  flex: 1;
}
.hero-two__image__box img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.hero-two__wrap {
  height: 100%;
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.hero-two__badge {
  width: 187px;
  height: 187px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  left: -82px;
  bottom: 70px;
  z-index: 1;
  border-radius: 50%;
}
@media (max-width: 1799px) {
  .hero-two__badge {
    left: -60px;
  }
}
@media (max-width: 1199px) {
  .hero-two__badge {
    left: 0px;
    right: 0px;
    bottom: 50px;
    margin: auto;
  }
}
.hero-two__badge__text {
  width: 89px;
  height: 89px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  font-family: var(--amonx-heading-font, "Urbanist", sans-serif);
  font-size: 35px;
  line-height: 1;
  font-weight: 700;
  color: var(--amonx-white, #ffffff);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--amonx-primary, #0045e3);
}
.hero-two__badge__image {
  max-width: 100%;
  height: auto;
  animation: rotate 6s linear infinite;
}
.hero-two__chart {
  background-color: var(--amonx-white, #ffffff);
  border-radius: 30px;
  padding: 30px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1299px) {
  .hero-two__chart {
    padding: 30px 20px 20px;
  }
}
.hero-two__chart__title {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: var(--amonx-black, #000000);
  text-transform: capitalize;
}
.hero-two__chart__title ins {
  text-underline-offset: 3px;
  text-decoration-color: var(--amonx-black, #000000);
}
.hero-two__chart__container {
  position: relative;
  width: 100%;
  height: 380px;
}
@media (max-width: 767px) {
  .hero-two__chart__container {
    height: 300px;
  }
}

.hero-three {
  overflow: hidden;
  position: relative;
  padding: 238px 0px 143px;
}
@media (max-width: 767px) {
  .hero-three {
    padding: 200px 0px 120px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-three {
    padding-top: 300px;
  }
}
.hero-three__bg {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.hero-three__bg::after {
  content: "";
  position: absolute;
  inset: 0px;
  background-color: RGBA(var(--amonx-black3-rgb, 5, 5, 25), 0.88);
}
.hero-three .container {
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .hero-three .container {
    max-width: 1550px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.hero-three__content {
  z-index: 1;
  position: relative;
  padding-left: 0px;
}
.hero-three__title {
  margin-bottom: 28px;
  font-size: 130px;
  font-weight: 700;
  line-height: 1.065;
  color: var(--amonx-white, #ffffff);
  text-transform: uppercase;
}
@media (max-width: 1599px) {
  .hero-three__title {
    font-size: 110px;
  }
}
@media (max-width: 1399px) {
  .hero-three__title {
    font-size: 90px;
  }
}
@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: 55px;
  }
}
@media (max-width: 480px) {
  .hero-three__title {
    font-size: 50px;
  }
}
@media (max-width: 375px) {
  .hero-three__title {
    font-size: 45px;
  }
}
.hero-three__title__highlight {
  color: transparent;
  -webkit-text-stroke: 1px var(--amonx-white, #ffffff);
}
.hero-three__title__highlight mark {
  padding: 0px;
  background: linear-gradient(90deg, #00c427 47.6%, #0045e3 56.73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-three__btn {
  width: 94px;
  height: 94px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  background-color: var(--amonx-primary, #0045e3);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-three__btn {
    width: 65px;
    height: 65px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .hero-three__btn {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1199px) {
  .hero-three__btn {
    margin-top: 30px;
  }
}
.hero-three__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 34px;
  border-radius: inherit;
  background-color: var(--amonx-white, #ffffff);
}
.hero-three__btn__link {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  top: 0px;
  left: 39px;
  z-index: 1;
  font-size: 42px;
  color: var(--amonx-white, #ffffff);
  border-radius: inherit;
  transition: all 500ms ease;
  background-color: var(--amonx-base, #00c427);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-three__btn__link {
    font-size: 32px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .hero-three__btn__link {
    font-size: 40px;
  }
}
.hero-three__btn__link:hover {
  transform: rotate(41deg);
}
.hero-three__btn__link::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--amonx-primary, #0045e3);
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
}
.hero-three__btn__link:hover::after {
  width: 100%;
  height: 100%;
}
.hero-three__btn__link svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.hero-three__border {
  width: 100%;
  max-width: 707px;
  height: 1px;
  position: relative;
  margin-bottom: 50px;
  background-color: RGBA(var(--amonx-white-rgb, 255, 255, 255), 0.6);
}
@media (max-width: 1599px) {
  .hero-three__border {
    max-width: 650px;
  }
}
@media (max-width: 1399px) {
  .hero-three__border {
    max-width: 600px;
  }
}
.hero-three__border::after {
  content: "";
  width: 17px;
  height: 17px;
  position: relative;
  border-radius: 50%;
  position: absolute;
  top: -8.5px;
  left: 0px;
  border: 2px solid var(--amonx-white, #ffffff);
  animation: hero3ShapeMove 10s linear infinite alternate;
  background: linear-gradient(180deg, #00c427 0%, #0045e3 100%), #d9d9d9;
}
@keyframes hero3ShapeMove {
  0% {
    left: 0;
  }
  100% {
    left: calc(100% - 17px);
  }
}
.hero-three__bottom {
  display: flex;
  gap: 57px;
  align-items: center;
}
@media (max-width: 575px) {
  .hero-three__bottom {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.hero-three__bottom__image {
  -webkit-mask: url("../images/shapes/hero-3-shape-3.png");
  mask: url("../images/shapes/hero-3-shape-3.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.hero-three__bottom__image img {
  max-width: 100%;
  height: auto;
}
.hero-three__bottom__text {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 1.5;
  color: var(--amonx-white, #ffffff);
}
@media (max-width: 1399px) {
  .hero-three__bottom__text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hero-three__bottom__text {
    font-size: 16px;
  }
}
.hero-three__bottom__text span + span {
  margin-top: 5px;
}
@media (max-width: 575px) {
  .hero-three__bottom__text span + span {
    margin-top: 8px;
  }
}
.hero-three__bottom__text span {
  display: block;
}
.hero-three__bottom__text span:nth-child(2) {
  margin-left: -40px;
}
@media (max-width: 575px) {
  .hero-three__bottom__text span:nth-child(2) {
    margin-left: 0px;
  }
}
.hero-three__bottom__text span:nth-child(3) {
  margin-left: -80px;
}
@media (max-width: 575px) {
  .hero-three__bottom__text span:nth-child(3) {
    margin-left: 0px;
  }
}
.hero-three__content__shape {
  position: absolute;
  top: -20px;
  left: -200px;
  z-index: -1;
}
@media (max-width: 1799px) {
  .hero-three__content__shape {
    display: none;
  }
}
.hero-three__content__shape img {
  max-width: 100%;
  height: auto;
  animation: moveX 2s linear infinite;
}
.hero-three__image {
  position: relative;
  position: absolute;
  right: 80px;
  bottom: -145px;
}
@media (max-width: 1399px) {
  .hero-three__image {
    right: 50px;
  }
}
@media (max-width: 1299px) {
  .hero-three__image {
    right: 0px;
  }
}
.hero-three__image img {
  max-width: 100%;
  height: auto;
}
.hero-three__image__shape {
  position: absolute;
  left: -160px;
  bottom: 92px;
  z-index: 1;
}
@media (max-width: 1599px) {
  .hero-three__image__shape {
    left: -110px;
  }
}
@media (max-width: 1299px) {
  .hero-three__image__shape {
    left: -50px;
  }
}
.hero-three__image__shape img {
  border-radius: 20px;
  animation: zump 2s linear infinite;
}
.hero-three__shape-box {
  width: 743px;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  right: 10%;
  z-index: 1;
}
@media (max-width: 1799px) {
  .hero-three__shape-box {
    right: 2%;
  }
}
@media (max-width: 1599px) {
  .hero-three__shape-box {
    right: -20px;
  }
}
@media (max-width: 1399px) {
  .hero-three__shape-box {
    right: -35px;
  }
}
@media (max-width: 1299px) {
  .hero-three__shape-box {
    display: none;
  }
}
.hero-three__shape-box::before {
  content: "";
  width: 362px;
  height: 591px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  border-radius: 0px 0px 5000px 0px;
  background: linear-gradient(0deg, #00c427 0%, #0045e3 100%), #d9d9d9;
}
.hero-three__shape-box::after {
  content: "";
  width: 506px;
  height: 661px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-radius: 5000px 0px 0px 0px;
  background: linear-gradient(180deg, #00c427 0%, #0045e3 100%), #d9d9d9;
}
.hero-three__image-left {
  position: absolute;
  left: 5px;
  bottom: 0px;
  z-index: 1;
}
@media (max-width: 1799px) {
  .hero-three__image-left {
    display: none;
  }
}
.hero-three__image-left img {
  max-width: 100%;
  height: auto;
}
.hero-three__badge {
  position: absolute;
  right: 56px;
  bottom: 66px;
  z-index: 3;
}
@media (max-width: 1199px) {
  .hero-three__badge {
    display: none;
  }
}
.hero-three__badge img {
  max-width: 100%;
  height: auto;
  animation: rotate 7s linear infinite;
}
.hero-three__shape {
  position: absolute;
  top: 54px;
  right: 605px;
  z-index: 1;
}
@media (max-width: 1799px) {
  .hero-three__shape {
    top: 30px;
  }
}
@media (max-width: 1599px) {
  .hero-three__shape {
    right: 500px;
  }
}
@media (max-width: 1399px) {
  .hero-three__shape {
    right: 450px;
  }
}
@media (max-width: 1299px) {
  .hero-three__shape {
    display: none;
  }
}
.hero-three__shape img {
  max-width: 100%;
  height: auto;
  animation: zoomOut 3s linear infinite;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about-one {
  position: relative;
  background-color: var(--amonx-white2, #fdf0eb);
}
.about-one--page {
  background-color: var(--amonx-white, #ffffff);
}
.about-one--page .large-title {
  left: auto;
  right: 2.5%;
}
@media (max-width: 1799px) {
  .about-one--page .large-title {
    right: 1%;
  }
}
.about-one--page .about-one__experience {
  background-color: var(--amonx-white2, #fdf0eb);
}
.about-one__title {
  margin: 0px;
  font-size: 200px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50px;
  filter: blur(3.4px);
  writing-mode: sideways-lr;
  transform: translateY(-50%);
  background: linear-gradient(270deg, #fff 22.12%, #fff 38.94%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: colorChange 1.5s ease infinite;
}
@media (max-width: 1799px) {
  .about-one__title {
    left: 30px;
  }
}
@media (max-width: 1599px) {
  .about-one__title {
    display: none;
  }
}
@keyframes colorChange {
  0% {
    background: linear-gradient(270deg, #fff 22.12%, #fff 38.94%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  50% {
    background: linear-gradient(0deg, #0045e3 22.12%, #00c427 38.94%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  100% {
    background: linear-gradient(270deg, #fff 22.12%, #fff 38.94%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}
.about-one .container {
  position: relative;
  z-index: 1;
}
.about-one .sec-title {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .about-one .sec-title {
    text-align: center;
  }
}
.about-one .sec-title__tagline {
  margin-bottom: 0px;
}
.about-one .sec-title__title {
  margin-bottom: 13px;
}
.about-one__text {
  margin-bottom: 0px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}
@media (max-width: 1199px) {
  .about-one__text .line {
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .about-one__image {
    text-align: center;
  }
}
.about-one__image__inner {
  display: inline-block;
  position: relative;
}
.about-one__image__box {
  display: inline-block;
  overflow: hidden;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .about-one__image__box {
    /* -webkit-mask: url("../images/shapes/about-1-shape-1.png");
    mask: url("../images/shapes/about-1-shape-1.png"); */
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}
.about-one__image__box img {
  max-width: 100%;
  height: auto;
}
.about-one__rate {
  width: 243px;
  height: 204px;
  padding: 20px;
  margin: 0px auto 30px;
  text-align: left;
  border-radius: 20px;
  background: linear-gradient(180deg, #00c427 0%, #0045e3 100%);
}
@media (min-width: 768px) {
  .about-one__rate {
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
}
.about-one__rate__badge {
  text-align: right;
}
.about-one__rate__badge img {
  max-width: 100%;
  height: auto;
}
.about-one__rate__count {
  margin-bottom: 5px;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  color: var(--amonx-white, #ffffff);
}
.about-one__rate__text {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.375;
  color: var(--amonx-white, #ffffff);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-one__content {
    display: grid;
    grid-gap: 30px;
    align-items: start;
    grid-template-columns: 1fr 1fr;
  }
}
.about-one__experience {
  padding: 26px 40px 27px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-color: var(--amonx-white, #ffffff);
}
@media (max-width: 430px) {
  .about-one__experience {
    padding: 17px 30px 20px;
  }
}
@media (max-width: 375px) {
  .about-one__experience {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}
.about-one__experience__content {
  position: relative;
  z-index: 1;
}
.about-one__experience__year {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  text-transform: capitalize;
}
@media (max-width: 480px) {
  .about-one__experience__year {
    font-size: 100px;
  }
}
@media (max-width: 375px) {
  .about-one__experience__year {
    font-size: 80px;
  }
}
.about-one__experience__year span {
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.about-one__experience__year mark {
  display: inline-block;
  padding: 0px;
  font-size: 20px;
  line-height: 1.2;
  color: var(--amonx-primary, #0045e3);
  text-transform: uppercase;
  background-color: transparent;
}
@media (max-width: 480px) {
  .about-one__experience__year mark {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .about-one__experience__year mark {
    font-size: 16px;
  }
}
.about-one__experience__year mark br {
  display: inline;
}
.about-one__experience__title {
  margin-bottom: 0px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke: 1px var(--amonx-black2, #222222);
}
@media (max-width: 480px) {
  .about-one__experience__title {
    font-size: 40px;
  }
}
@media (max-width: 375px) {
  .about-one__experience__title {
    font-size: 35px;
  }
}
.about-one__experience__title > div {
  background-image: linear-gradient(to left, RGBA(var(--amonx-white-rgb, 255, 255, 255), 0.1) 50%, var(--amonx-base, #00c427) 50%);
}
.about-one__experience__shape-1, .about-one__experience__shape-2 {
  max-width: 100%;
  height: auto;
}
@media (max-width: 480px) {
  .about-one__experience__shape-1, .about-one__experience__shape-2 {
    display: none;
  }
}
.about-one__experience__shape-1 {
  position: absolute;
  left: -1px;
  bottom: -1px;
}
.about-one__experience__shape-2 {
  position: absolute;
  top: -1px;
  right: -1px;
}
.about-one__info {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .about-one__info {
    flex-direction: column-reverse;
  }
}
.about-one__info__content {
  flex: 1;
}
.about-one__info__title {
  margin-bottom: 16px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-black, #000000);
  font-weight: 600;
  line-height: 1.625;
  text-transform: uppercase;
}
.about-one__info__list {
  margin-bottom: 27px;
}
.about-one__info__list li + li {
  margin-top: 11px;
}
.about-one__info__list li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-black4, #333333);
  font-weight: 400;
  line-height: 1.625;
}
.about-one__info__list svg {
  width: 20px;
  height: 18px;
  flex-shrink: 0;
  position: relative;
  top: 3px;
  transition: all 500ms ease;
}
.about-one__info__list svg path:first-child {
  fill: var(--amonx-primary, #0045e3);
  transition: all 500ms ease;
}
.about-one__info__list svg path:not(:first-child) {
  fill: var(--amonx-base, #00c427);
  transition: all 500ms ease;
}
.about-one__info__list li:hover svg path:first-child {
  fill: var(--amonx-base, #00c427);
}
.about-one__info__list li:hover svg path:not(:first-child) {
  fill: var(--amonx-primary, #0045e3);
}
.about-one__info__image {
  display: inline-block;
  margin-top: 4px;
  overflow: hidden;
  border-radius: 20px;
}
.about-one__info__image img {
  max-width: 100%;
  height: auto;
}

.about-two {
  background-color: var(--amonx-white, #ffffff);
}
.about-two__image {
  display: inline-block;
  margin-left: 0px;
  position: relative;
}
@media (max-width: 1399px) {
  .about-two__image {
    margin-left: 0px;
  }
}
@media (max-width: 1299px) {
  .about-two__image {
    margin-left: 0px;
  }
}
.about-two__image__box {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  /* -webkit-mask: url("../images/shapes/about-2-shape-1.png");
  mask: url("../images/shapes/about-2-shape-1.png"); */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media (max-width: 1299px) {
  .about-two__image__box img {
    max-width: 100%;
    height: auto;
  }
}
.about-two__client {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  background-color: var(--amonx-white, #ffffff);
}
.about-two__client__image {
  display: flex;
  gap: 0px;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid var(--amonx-border-color, #dddddd);
}
.about-two__client__image img {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 10px;
}
.about-two__client__image img:not(:first-child) {
  margin-left: -14px;
  border-left: 3px solid var(--amonx-white, #ffffff);
}
.about-two__client__more {
  width: 48px;
  height: 48px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-left: -14px;
  font-size: 20px;
  color: var(--amonx-white, #ffffff);
  border-radius: 10px;
  background-color: var(--amonx-primary, #0045e3);
  border-left: 3px solid var(--amonx-white, #ffffff);
}
.about-two__client__more svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.about-two__client__content {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 15px;
}
.about-two__client__count {
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  color: var(--amonx-black2, #222222);
}
.about-two__client__text {
  margin-bottom: 0px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.375;
  text-transform: capitalize;
}
.about-two .sec-title {
  margin-bottom: 23px;
}
.about-two__experience {
  display: grid;
  gap: 20px 40px;
  grid-template-columns: auto 1fr;
  align-items: center;
  margin-bottom: 35px;
}
@media (max-width: 480px) {
  .about-two__experience {
    grid-template-columns: 1fr;
  }
}
.about-two__experience__left {
  position: relative;
}
.about-two__experience svg, .about-two__experience__year {
  width: 100px;
  height: 45px;
  margin-bottom: 10px;
}
.about-two__experience__title {
  margin-bottom: 0px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 20px;
  color: var(--amonx-black4, #333333);
  font-weight: 600;
  line-height: 1.375;
  text-transform: capitalize;
}
.about-two__experience__shape {
  width: 1px;
  height: calc(100% - 3px);
  position: relative;
  position: absolute;
  top: calc(50% - 2px);
  right: -20px;
  border-radius: 10px;
  transform: translateY(-50%);
  background: linear-gradient(180deg, #00c427 0%, #0045e3 100%), #dddddd;
}
@media (max-width: 480px) {
  .about-two__experience__shape {
    display: none;
  }
}
.about-two__experience__shape::after {
  content: "";
  width: 11px;
  height: 11px;
  position: relative;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: -5px;
  border: 2px solid var(--amonx-white, #ffffff);
  animation: aboutShapeMove 2s linear infinite alternate;
  background: linear-gradient(180deg, #00c427 0%, #0045e3 100%), #d9d9d9;
}
.about-two__experience__text {
  margin-bottom: 0px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}
.about-two .tab-buttons {
  display: flex;
  gap: 15px;
  /* flex-wrap: wrap; */
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .about-two .tab-buttons {
    justify-content: center;
  }
}
.about-two .tab-buttons .amonx-btn {
  font-family: var(--amonx-heading-font, "Urbanist", sans-serif);
  padding: 14px 27px;
  font-weight: 700;
  overflow: visible;
  background-color: var(--amonx-black3, #050519);
}
@media (max-width: 575px) {
  .about-two .tab-buttons .amonx-btn {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  .about-two .tab-buttons .amonx-btn:nth-child(2) {
    /* top: -15px; */
  }
}
.about-two .tab-buttons .amonx-btn::before {
  display: none;
}
.about-two .tab-buttons .amonx-btn::after {
  width: 31px;
  height: 15px;
  position: absolute;
  top: auto;
  left: 50%;
  right: auto;
  bottom: -15px;
  opacity: 0;
  background-color: var(--amonx-base, #00c427);
  transform: translateX(-50%) skew(0deg);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.about-two .tab-buttons .amonx-btn:hover, .about-two .tab-buttons .amonx-btn.active-btn {
  background-color: var(--amonx-primary, #0045e3);
}
.about-two .tab-buttons .amonx-btn.active-btn::after {
  opacity: 1;
}
.about-two .tabs-content {
  position: relative;
  z-index: 1;
}
.about-two .tabs-content .tab {
  opacity: 0;
  position: relative;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  transition: all 1000ms ease;
}
.about-two .tabs-content .tab.active-tab {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.about-two__tab {
  position: relative;
}
@media (max-width: 575px) {
  .about-two__tab {
    padding-bottom: 20px;
  }
}
.about-two__tab__content {
  display: grid;
  gap: 30px;
  align-items: center;
  grid-template-columns: 1fr auto;
  padding: 30px 10px 0px 30px;
}
@media (max-width: 575px) {
  .about-two__tab__content {
    padding: 20px 20px 0px;
  }
}
@media (max-width: 480px) {
  .about-two__tab__content {
    display: block;
  }
}
.about-two__tab__title {
  display: inline-block;
  position: relative;
  margin-bottom: 14px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-black2, #222222);
  font-weight: 500;
  line-height: 1.375;
  text-transform: uppercase;
}
.about-two__tab__title::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: var(--amonx-black2, #222222);
}
.about-two__tab__text {
  margin-bottom: 0px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}
.about-two__tab__image {
  display: inline-block;
  position: relative;
}
@media (max-width: 480px) {
  .about-two__tab__image {
    margin-top: 30px;
  }
}
.about-two__tab__image__box {
  overflow: hidden;
  border-radius: 20px;
  /* -webkit-mask: url("../images/shapes/about-2-shape-2.png");
  mask: url("../images/shapes/about-2-shape-2.png"); */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.about-two__tab__image__box img {
  max-width: 100%;
  height: 150px;
  width:125px;
  object-fit: cover;
}
.about-two__tab__image__icon {
  display: inline-flex;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 1;
  font-size: 36px;
  color: var(--amonx-base, #00c427);
  transform: translateX(-50%);
  display:none;
}
.about-two__tab__image__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.about-two__tab__shape {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  border-radius: 30px;
  background-color: var(--amonx-white2, #fdf0eb);
  /* -webkit-mask: url("../images/shapes/about-2-shape-3.png");
  mask: url("../images/shapes/about-2-shape-3.png"); */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media (max-width: 575px) {
  .about-two__tab__shape {
    -webkit-mask: unset;
    mask: unset;
  }
}

@keyframes aboutShapeMove {
  0% {
    top: 0;
  }
  100% {
    top: calc(100% - 9px);
  }
}
.about-three {
  background-color: var(--amonx-white, #ffffff);
}
.about-three__text {
  margin-bottom: 26px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.625;
  text-align: justify;
}
.about-three__item {
  position: relative;
  padding-right: 0px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .about-three__item {
    padding-right: 0px;
  }
}
.about-three__item__title {
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  margin: 0px;
  padding: 30px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: var(--amonx-white, #ffffff);
  text-transform: uppercase;
  border-radius: 100px;
  writing-mode: sideways-lr;
  background-color: var(--amonx-black3, #050519);
}
@media (max-width: 480px) {
  .about-three__item__title {
    height: auto;
    position: static;
    margin-bottom: 30px;
    padding: 15px 30px;
    writing-mode: unset;
  }
}
.about-three__item__wrap {
  display: flex;
  gap: 35px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  border-radius: 100px;
  transition: all 500ms ease;
  padding: 15px 20px 15px 79px;
  border: 1px solid var(--amonx-border-color, #dddddd);
  margin-bottom:25px;
}
@media (max-width: 480px) {
  .about-three__item__wrap {
    padding: 30px;
    text-align: center;
    border-radius: 20px;
    flex-direction: column-reverse;
  }
}
.about-three__item__wrap:hover {
  background-color: var(--amonx-primary, #0045e3);
}
.about-three__item__wrap:not(:first-of-type) {
  z-index: 2;
  margin-top: -1px;
}
@media (max-width: 480px) {
  .about-three__item__wrap:not(:first-of-type) {
    margin-top: 30px;
  }
}
.about-three__item__text {
  margin-bottom: 0px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  /* line-height: 1.625; */
  transition: all 500ms ease;
}
.about-three__item__text strong{
  color:#f25822;
  
}
.about-three__item__wrap:hover .about-three__item__text strong{
   color: var(--amonx-white, #ffffff);

}
.about-three__item__wrap:hover .about-three__item__text {
  color: var(--amonx-white, #ffffff);
}
.about-three__item__icon {
  width: 47px;
  height: 47px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  color: var(--amonx-primary, #0045e3);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--amonx-white2, #fdf0eb);
}
.about-three__item__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.about-three__item__wrap:hover .about-three__item__icon {
  color: var(--amonx-base, #00c427);
  background-color: var(--amonx-white, #ffffff);
}
.about-three__button {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  align-items: center;
}
.about-three__video {
  display: flex;
  gap: 20px 25px;
  align-items: center;
  margin-left: 5px;
}
.about-three__video__title {
  margin-bottom: 0px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 500;
  line-height: 1.375;
  text-transform: uppercase;
}
.about-three .video-btn {
  width: 40px;
  height: 40px;
}
.about-three__image {
  position: relative;
  display: inline-block;
}
@media (max-width: 1199px) {
  .about-three__image {
    opacity: 0 !important;
    transform: translate3d(0, 100px, 0) !important;
  }
}
@media (max-width: 1199px) {
  .about-three__image.aos-animate {
    opacity: 1 !important;
    transform: translateZ(0) !important;
  }
}
.about-three__image::after {
  content: "";
  width: 207px;
  height: 189px;
  position: absolute;
  top: 32px;
  left: 50%;
  z-index: 1;
  border-radius: 30px;
  transform: translateX(-50%);
  /* -webkit-mask: url("../images/shapes/about-3-shape-2.png");
  mask: url("../images/shapes/about-3-shape-2.png"); */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background: linear-gradient(180deg, #00c427 0%, #0045e3 25.48%), #d9d9d9;
}
@media (max-width: 991px) {
  .about-three__image::after {
    display: none;
  }
}
.about-three__image__box {
  overflow: hidden;
  border-radius: 30px;
  /* -webkit-mask: url("../images/shapes/about-3-shape-1.png");
  mask: url("../images/shapes/about-3-shape-1.png"); */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media (max-width: 767px) {
  .about-three__image__box {
    -webkit-mask: unset;
    mask: unset;
  }
}
@media (max-width: 991px) {
  .about-three__image__box img {
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 992px) {
  .about-three__image__box img {
    max-width: none !important;
    width: auto !important;
    height: auto !important;
  }
}
.about-three__client {
  position: absolute;
  left: 50%;
  bottom: 17px;
  z-index: 1;
  text-align: center;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .about-three__client {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
    position: static;
    text-align: left;
    border-radius: 20px;
    transform: translate(0%);
  }
}
.about-three__client__image {
  display: flex;
  gap: 0px;
  align-items: center;
  justify-content: center;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .about-three__client__image {
    margin-bottom: 0px;
    justify-content: flex-start;
  }
}
.about-three__client__image img {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 10px;
}
@media (max-width: 390px) {
  .about-three__client__image img {
    width: 40px;
    height: 40px;
    border-radius: 7px;
  }
}
.about-three__client__image img:not(:first-child) {
  margin-left: -14px;
  border-left: 3px solid var(--amonx-white, #ffffff);
}
@media (max-width: 390px) {
  .about-three__client__image img:not(:first-child) {
    border-width: 2px;
    margin-left: -10px;
  }
}
.about-three__client__more {
  width: 48px;
  height: 48px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-left: -14px;
  font-size: 20px;
  color: var(--amonx-white, #ffffff);
  border-radius: 10px;
  background-color: var(--amonx-primary, #0045e3);
  border-left: 3px solid var(--amonx-white, #ffffff);
}
@media (max-width: 390px) {
  .about-three__client__more {
    width: 40px;
    height: 40px;
    font-size: 18px;
    border-radius: 7px;
  }
}
.about-three__client__more svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.about-three__client__count {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  color: var(--amonx-black4, #333333);
  text-transform: uppercase;
}
@media (max-width: 390px) {
  .about-three__client__count {
    font-size: 18px;
  }
}
.about-three__client__text {
  margin-bottom: 0px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-black4, #333333);
  font-weight: 500;
  line-height: 1.375;
  text-transform: uppercase;
}
@media (max-width: 390px) {
  .about-three__client__text {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Feature
--------------------------------------------------------------*/
.features-one {
  background-color: var(--amonx-white, #ffffff);
  counter-reset: featuresItemNumber;
}
.features-one .container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}
.features-one .owl-stage-outer {
  padding: 10px 0px;
  border-bottom: 1px solid var(--amonx-border-color, #dddddd);
}
.features-one .owl-item {
  position: relative;
}
.features-one .owl-item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: calc(100% + 20px);
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  background-color: var(--amonx-border-color, #dddddd);
}
.features-one__card {
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.features-one__card::before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 500ms ease;
  background: linear-gradient(180deg, #0045e3 0%, #00c427 100%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.features-one__card:hover::before {
  width: 100%;
}
.features-one__card__content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
}
.features-one__card__inner {
  padding: 30px 50px 24px 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1799px) {
  .features-one__card__inner {
    padding-right: 30px;
  }
}
@media (max-width: 390px) {
  .features-one__card__inner {
    padding: 25px 25px 20px 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 1400px) and (max-width: 1599px) {
  .features-one__card__inner {
    padding: 20px 20px 15px 20px;
  }
}
.features-one__card__top {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media (max-width: 480px), (min-width: 768px) and (max-width: 991px), (min-width: 1200px) and (max-width: 1399px) {
  .features-one__card__top {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column-reverse;
  }
}
.features-one__card__top__left {
  display: flex;
  gap: 25px;
  align-items: center;
}
@media (max-width: 430px) {
  .features-one__card__top__left {
    flex-direction: column;
    align-items: flex-start;
  }
}
.features-one__card__icon-box {
  width: 90px;
  height: 90px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--amonx-primary, #0045e3);
}
@media (max-width: 575px), (min-width: 768px) and (max-width: 1599px) {
  .features-one__card__icon-box {
    width: 70px;
    height: 70px;
  }
}
.features-one__card__icon-box::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--amonx-white, #ffffff);
  clip-path: circle(0% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.7s;
}
.features-one__card:hover .features-one__card__icon-box::before {
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}
.features-one__card__icon {
  display: inline-flex;
  font-size: 48px;
  color: var(--amonx-white, #ffffff);
  transition: all 500ms ease;
}
@media (max-width: 575px), (min-width: 768px) and (max-width: 1599px) {
  .features-one__card__icon {
    font-size: 35px;
  }
}
.features-one__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.features-one__card:hover .features-one__card__icon {
  color: var(--amonx-base, #00c427);
}
.features-one__card__title {
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--amonx-black2, #222222);
  text-transform: capitalize;
}
@media (max-width: 575px), (min-width: 768px) and (max-width: 1599px) {
  .features-one__card__title {
    font-size: 22px;
  }
}
.features-one__card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.features-one__card__title a:hover {
  background-size: 100% 1px;
}
.features-one__card:hover .features-one__card__title {
  color: var(--amonx-white, #ffffff);
}
.features-one__card__number {
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  color: transparent;
  text-align: right;
  transition: all 500ms ease;
  -webkit-text-stroke: 1px var(--amonx-black2, #222222);
}
@media (max-width: 575px), (min-width: 992px) and (max-width: 1199px), (min-width: 1400px) and (max-width: 1599px) {
  .features-one__card__number {
    font-size: 40px;
  }
}
.features-one__card__number::after {
  counter-increment: featuresItemNumber;
  content: counter(featuresItemNumber, decimal-leading-zero);
}
.features-one__card:hover .features-one__card__number {
  -webkit-text-stroke: 1px var(--amonx-white, #ffffff);
}
.features-one__card__border {
  width: 100%;
  height: 1px;
  position: relative;
  margin-bottom: 20px;
  transition: all 500ms ease;
  background-color: var(--amonx-border-color, #dddddd);
}
.features-one__card__border::after {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: 0px;
  border: 2px solid var(--amonx-white, #ffffff);
  animation: featuresShapeMove 5s linear infinite alternate;
  background: linear-gradient(180deg, #00c427 0%, #0045e3 100%), #d9d9d9;
}
.features-one__card:hover .features-one__card__border {
  background-color: RGBA(var(--amonx-border-color-rgb, 221, 221, 221), 0.25);
}
.features-one__card__text {
  margin-bottom: 18px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.625;
  transition: all 500ms ease;
}
.features-one__card:hover .features-one__card__text {
  color: var(--amonx-white, #ffffff);
}
.features-one__card__link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  color: var(--amonx-primary, #0045e3);
  text-transform: uppercase;
  transition: all 500ms ease;
}
.features-one__card__link__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 12px;
  color: inherit;
}
.features-one__card__link__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.features-one__card:hover .features-one__card__link {
  color: var(--amonx-white, #ffffff);
}
.features-one__card__shape {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: -1;
}
@media (max-width: 1799px) {
  .features-one__card__shape {
    display: none !important;
  }
}
.features-one__card__bg {
  content: "";
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: all 500ms ease;
  background-color: var(--amonx-black3, #050519);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.features-one__card:hover .features-one__card__bg {
  opacity: 0.74;
}

@keyframes featuresShapeMove {
  0% {
    left: 0;
  }
  100% {
    left: calc(100% - 9px);
  }
}
/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/
.client-carousel {
  position: relative;
  background-color: var(--amonx-white, #ffffff);
}
.client-carousel__wrapper {
  padding-bottom: 96px;
}
@media (max-width: 575px) {
  .client-carousel__wrapper {
    padding-bottom: 76px;
  }
}
.client-carousel .container {
  position: relative;
  z-index: 1;
}
.client-carousel__top {
  margin-bottom: 81px;
  position: relative;
}
@media (max-width: 575px) {
  .client-carousel__top {
    margin-bottom: 61px;
  }
}
.client-carousel__top::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  border-top: 1px solid var(--amonx-border-color, #dddddd);
}
.client-carousel__content {
  text-align: center;
}
.client-carousel__title {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 8px 15px;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.375;
  color: var(--amonx-black4, #333333);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: 100px;
  background-color: var(--amonx-white, #ffffff);
  border: 1px solid var(--amonx-border-color, #dddddd);
}
@media (max-width: 767px) {
  .client-carousel__title {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
.client-carousel__title__text {
  position: relative;
  top: 2px;
}
@media (max-width: 767px) {
  .client-carousel__title__text {
    top: 1px;
  }
}
.client-carousel__title__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 20px;
  color: var(--amonx-base, #00c427);
}
@media (max-width: 767px) {
  .client-carousel__title__icon {
    font-size: 16px;
  }
}
.client-carousel__title__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.client-carousel__carousel {
  position: relative;
}
.client-carousel__carousel .owl-stage {
  display: flex;
  align-items: center;
}
.client-carousel__item {
  position: relative;
  padding: 17.5px 30px;
  text-align: center;
}
@media (max-width: 575px) {
  .client-carousel__item {
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
}
.client-carousel__item img {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
}
.client-carousel__image {
  margin: auto;
}
.client-carousel__hover {
  padding: 17.5px 30px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 50px;
  transition: opacity 300ms ease;
  border: 1px solid var(--amonx-base, #00c427);
}
.client-carousel__item:hover .client-carousel__hover {
  opacity: 1;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-one {
  background-color: var(--amonx-white, #ffffff);
}
.testimonials-one__top {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .testimonials-one__top {
    margin-bottom: 40px;
  }
}
.testimonials-one .sec-title {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .testimonials-one .sec-title {
    text-align: center;
  }
}
.testimonials-one__custom-nav {
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .testimonials-one__custom-nav {
    justify-content: center;
    opacity: 0 !important;
    transform: translate3d(0, 100px, 0) !important;
  }
}
@media (max-width: 991px) {
  .testimonials-one__custom-nav.aos-animate {
    opacity: 1 !important;
    transform: translateZ(0) !important;
  }
}
@media (min-width: 992px) {
  .testimonials-one__container {
    max-width: 1890px;
  }
}
@media (min-width: 992px) {
  .testimonials-one__carousel .owl-item:nth-child(odd) {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .testimonials-one--page .owl-item:nth-child(odd) {
    margin-top: 0px;
  }
}
.testimonials-one__card {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.testimonials-one__card__show__content {
  position: relative;
  padding: 10px 10px 0px;
  overflow: hidden;
  border-radius: 10px;
  background-color: var(--amonx-white2, #fdf0eb);
}
.testimonials-one__card__show__content::after {
  content: "";
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: var(--amonx-primary, #0045e3);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.testimonials-one__card__show__top {
  padding: 30px;
  position: relative;
  border-radius: 10px;
  background-color: var(--amonx-white, #ffffff);
}
@media (max-width: 390px) {
  .testimonials-one__card__show__top {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
  }
}
.testimonials-one__card__rating {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
}
.testimonials-one__card__rating__text {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375;
  color: var(--amonx-black, #000000);
  text-transform: capitalize;
}
.testimonials-one__card__border {
  width: calc(100% + 60px);
  height: 1px;
  margin: 25px 0px 28px -30px;
  border-top: 1px solid var(--amonx-border-color, #dddddd);
}
.testimonials-one__card__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 2;
  font-size: 20px;
  color: var(--amonx-base, #00c427);
  border-radius: 50%;
  background-color: var(--amonx-white, #ffffff);
}
.testimonials-one__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.testimonials-one__card__quote {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.625;
  font-style: italic;
}
@media (max-width: 390px) {
  .testimonials-one__card__quote {
    font-size: 18px;
  }
}
.testimonials-one__card__identity {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 22px 14px 12px;
}
.testimonials-one__card__image {
  width: 67px;
  height: 67px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
}
.testimonials-one__card__image::before {
  content: "";
  width: 100%;
  height: calc(100% + 14px);
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--amonx-white, #ffffff);
  border-radius: 100px 100px 0px 0px;
}
.testimonials-one__card__image::after {
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  inset: 0px;
  margin: auto;
  border-radius: 50%;
  border: 1px solid var(--amonx-base, #00c427);
}
.testimonials-one__card__image img {
  width: 53px !important;
  height: 53px !important;
  position: relative;
  z-index: 2;
  border-radius: 50%;
}
.testimonials-one__card__name {
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--amonx-black2, #222222);
  text-transform: capitalize;
}
@media (max-width: 390px), (min-width: 768px) and (max-width: 991px) {
  .testimonials-one__card__name {
    font-size: 22px;
  }
}
.testimonials-one__card__role {
  margin-bottom: 0px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.625;
  text-transform: capitalize;
}
.testimonials-one__card__hover {
  width: 100%;
  height: 0%;
  display: flex;
  align-items: flex-end;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  overflow: hidden;
  border-radius: 10px;
  transition: all 500ms ease;
  transform: translate3d(0px, 100%, 0px);
}
.testimonials-one__card__hover::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(236, 245, 244, 0) 0%, rgba(5, 5, 25, 0.39) 10%, rgba(0, 196, 39, 0.49) 79.19%, rgba(0, 69, 227, 0.89) 100%);
}
.testimonials-one__card__hover__content {
  position: relative;
  z-index: 2;
  padding: 30px;
}
@media (max-width: 390px) {
  .testimonials-one__card__hover__content {
    padding: 25px;
  }
}
.testimonials-one__card__hover .testimonials-one__card__rating {
  margin-bottom: 10px;
}
.testimonials-one__card__hover .testimonials-one__card__identity {
  padding: 0px;
  margin-top: 15px;
  justify-content: space-between;
}
.testimonials-one__card__hover .testimonials-one__card__rating__text,
.testimonials-one__card__hover .testimonials-one__card__quote,
.testimonials-one__card__hover .testimonials-one__card__name,
.testimonials-one__card__hover .testimonials-one__card__role {
  color: var(--amonx-white, #ffffff);
}
.testimonials-one__card__hover .testimonials-one__card__quote-icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 48px;
  color: var(--amonx-white, #ffffff);
}
@media (max-width: 390px) {
  .testimonials-one__card__hover .testimonials-one__card__quote-icon {
    font-size: 40px;
  }
}
.testimonials-one__card__hover .testimonials-one__card__quote-icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.testimonials-one__card__hover__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  object-fit: cover;
  object-position: top;
}
.testimonials-one__card:hover .testimonials-one__card__hover {
  height: 100%;
  transform: translate3d(0px, 0, 0px);
}

.testimonials-two {
  position: relative;
  overflow: hidden;
  background-color: var(--amonx-white2, #fdf0eb);
}
.testimonials-two .container {
  position: relative;
  z-index: 1;
}
.testimonials-two__image {
  height: 100%;
  padding: 35px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .testimonials-two__image {
    opacity: 0 !important;
    transform: translate3d(0, 100px, 0) !important;
  }
}
@media (max-width: 991px) {
  .testimonials-two__image.aos-animate {
    opacity: 1 !important;
    transform: translateZ(0) !important;
  }
}
@media (max-width: 575px) {
  .testimonials-two__image {
    padding: 25px;
  }
}
.testimonials-two__image__inner {
  height: 100%;
  position: relative;
}
.testimonials-two__image__wrap {
  height: 100%;
  display: grid;
  grid-gap: 120px 40px;
  align-content: space-between;
  justify-content: space-between;
  grid-template-columns: repeat(2, auto);
}
@media (max-width: 480px) {
  .testimonials-two__image__wrap {
    grid-row-gap: 210px;
  }
}
.testimonials-two__image__box {
  width: 97px;
  height: 97px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 30px;
  transition: all 500ms ease;
  border: 3px dashed transparent;
}
@media (max-width: 390px) {
  .testimonials-two__image__box {
    width: 90px;
    height: 90px;
  }
}
.testimonials-two__image__box.active {
  transform: scale(1.1);
  border-color: var(--amonx-white, #ffffff);
}
.testimonials-two__image__box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials-two__image__shape {
  position: absolute;
  inset: 0px;
  z-index: -1;
  -webkit-mask: url("../images/shapes/testimonials-1-shape-2.png");
  mask: url("../images/shapes/testimonials-1-shape-2.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background: linear-gradient(180deg, #00c427 0%, #0045e3 100%), #ffffff;
}
@media (max-width: 991px) {
  .testimonials-two__image__shape {
    -webkit-mask: unset;
    mask: unset;
  }
}
.testimonials-two__info {
  width: 100%;
  height: 100%;
  padding: 44px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
@media (max-width: 390px) {
  .testimonials-two__info {
    padding: 30px;
  }
}
.testimonials-two__info__content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 30px;
  border: 2px dashed var(--amonx-white, #ffffff);
}
.testimonials-two__info__title {
  margin-bottom: 10px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-white, #ffffff);
  font-weight: 400;
  line-height: 1.625;
  font-style: italic;
  text-transform: uppercase;
}
.testimonials-two__info__title--rating {
  margin-bottom: 0px;
}
.testimonials-two__info__title br {
  display: inline;
}
.testimonials-two__info__icon {
  display: inline-flex;
  margin-bottom: 10px;
  font-size: 78px;
  color: var(--amonx-rating-color, #F5B400);
}
.testimonials-two__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.testimonials-two__carousel {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 50px;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .testimonials-two__carousel {
    opacity: 0 !important;
    transform: translate3d(0, 100px, 0) !important;
  }
}
@media (max-width: 991px) {
  .testimonials-two__carousel.aos-animate {
    opacity: 1 !important;
    transform: translateZ(0) !important;
  }
}
@media (max-width: 767px) {
  .testimonials-two__carousel {
    padding: 40px;
  }
}
@media (max-width: 480px) {
  .testimonials-two__carousel {
    padding: 30px 30px 66px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonials-two__carousel {
    padding: 30px;
  }
}
.testimonials-two__carousel__shape {
  width: calc(100% + 78px);
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  left: -78px;
  z-index: -1;
  border-radius: 30px;
  background-color: var(--amonx-white, #ffffff);
  -webkit-mask: url("../images/shapes/testimonials-1-shape-3.png");
  mask: url("../images/shapes/testimonials-1-shape-3.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media (max-width: 1199px) {
  .testimonials-two__carousel__shape {
    width: calc(100% + 55px);
    left: -55px;
  }
}
@media (max-width: 991px) {
  .testimonials-two__carousel__shape {
    width: 100%;
    left: 0px;
    -webkit-mask: unset;
    mask: unset;
  }
}
.testimonials-two__carousel__shape__icon {
  display: inline-flex;
  position: absolute;
  top: 50%;
  left: 23px;
  transform: translateY(-50%);
  font-size: 37px;
  color: var(--amonx-base, #00c427);
}
@media (max-width: 991px) {
  .testimonials-two__carousel__shape__icon {
    display: none;
  }
}
.testimonials-two__carousel__shape__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.testimonials-two .amonx-owl__carousel,
.testimonials-two .amonx-owl__carousel .owl-stage-outer,
.testimonials-two .amonx-owl__carousel .owl-stage,
.testimonials-two .amonx-owl__carousel .owl-item {
  height: 100%;
}
.testimonials-two__item {
  height: 100%;
  display: flex;
  align-items: center;
}
.testimonials-two__item__rating {
  display: flex;
  gap: 15px 20px;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 430px) {
  .testimonials-two__item__rating {
    margin-bottom: 25px;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
.testimonials-two__item__rating__text {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.375;
  color: var(--amonx-text, #636363);
  text-transform: uppercase;
}
.testimonials-two__item .amonx-ratings {
  gap: 7px;
}
.testimonials-two__item .amonx-ratings__icon {
  width: 25px;
  height: 25px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--amonx-white2, #fdf0eb);
}
.testimonials-two__item__quote {
  margin-bottom: 24px;
  padding-bottom: 27px;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.434;
  font-style: italic;
  color: var(--amonx-black4, #333333);
  border-bottom: 1px solid var(--amonx-border-color, #dddddd);
}
@media (max-width: 575px) {
  .testimonials-two__item__quote {
    font-size: 20px;
  }
}
.testimonials-two__item__name {
  margin-bottom: 6px;
  font-size: 25px;
  font-weight: 700;
  color: var(--amonx-black2, #222222);
  text-transform: capitalize;
}
.testimonials-two__item__role {
  margin-bottom: 0px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.625;
  text-transform: capitalize;
}
.testimonials-two .amonx-owl__carousel__counter {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: var(--amonx-black, #000000);
  position: relative;
  z-index: 1;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
@media (max-width: 480px) {
  .testimonials-two .amonx-owl__carousel__counter {
    left: 0px;
    right: auto;
    bottom: -38px;
  }
}
.testimonials-two .amonx-owl__carousel__counter__current {
  color: var(--amonx-primary, #0045e3);
}
.testimonials-two .amonx-owl__carousel__counter__total {
  position: relative;
}
.testimonials-two .amonx-owl__carousel__counter__total::before {
  content: "\e924";
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 12px;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  color: var(--amonx-border-color, #dddddd);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px), (min-width: 992px) and (max-width: 1199px) {
  .testimonials-two .amonx-owl__carousel__counter__total::before {
    top: -2px;
    font-size: 9px;
  }
}
.testimonials-two__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

/*--------------------------------------------------------------
# Package
--------------------------------------------------------------*/
.package-card {
  position: relative;
  z-index: 1;
  padding: 10px;
  overflow: hidden;
  border-radius: 20px;
  background-color: #fdf0eb;
}
.package-card::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
  background: linear-gradient(180deg, #f25822 0%, #f25822 100%);
}
.package-card:hover::after {
  height: 100%;
  top: 0px;
}
.package-card__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 5px 20px 30px;
}
@media (max-width: 412px), (min-width: 768px) and (max-width: 991px) {
  .package-card__content {
    padding: 15px 20px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .package-card__content {
    padding: 20px;
  }
}
.package-card__title {
  margin-bottom: 30px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.272;
  color: var(--amonx-black2, #222222);
  text-transform: uppercase;
  transition: all 500ms ease;
}
@media (max-width: 412px), (min-width: 768px) and (max-width: 991px) {
  .package-card__title {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .package-card__title {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.package-card:hover .package-card__title {
  color: var(--amonx-white, #ffffff);
}
.package-card__price {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  color: var(--amonx-black2, #222222);
  text-transform: uppercase;
}
@media (max-width: 412px), (min-width: 768px) and (max-width: 1199px) {
  .package-card__price {
    font-size: 45px;
    align-items: center;
    flex-direction: column;
  }
}
.package-card__price span {
  font-size: 16px;
  font-weight: 600;
}
.package-card__border {
  width: calc(100% + 60px);
  height: 1px;
  position: relative;
  margin: 0px 0px 20px -30px;
  background-color: var(--amonx-border-color, #dddddd);
}
@media (max-width: 412px), (min-width: 768px) and (max-width: 1199px) {
  .package-card__border {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.package-card__border::before {
  content: "";
  width: 11px;
  height: 11px;
  position: relative;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: 0px;
  border: 2px solid var(--amonx-white, #ffffff);
  animation: packageMove 4.5s linear infinite alternate;
  background: linear-gradient(180deg, #00c427 0%, #0045e3 100%), #d9d9d9;
}
.package-card__text {
  margin-bottom: 23px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  color: var(--amonx-text, #636363);
}
.package-card .amonx-btn {
  margin-bottom: 30px;
}
.package-card__list {
  text-align: left;
  margin-bottom: 0px;
}
.package-card__list li + li {
  margin-top: -1px;
}
.package-card__list li {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 7px 17px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  color: var(--amonx-text, #636363);
  text-transform: capitalize;
  border-radius: 100px;
  transition: all 500ms ease;
  border: 1px solid var(--amonx-border-color, #dddddd);
  margin-bottom:20px;
}
.package-card__list li:hover {
  color: var(--amonx-white, #ffffff);
  border-color: var(--amonx-primary, #0045e3);
  background-color: var(--amonx-primary, #0045e3);
}
.package-card__list li:hover .package-card__list__icon {
  color: var(--amonx-white, #ffffff);
}
.package-card__list__icon {
  display: inline-flex;
  font-size: 18px;
  color: var(--amonx-text, #636363);
  transition: all 500ms ease;
}
.package-card__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.package-card__shape {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  transition: all 500ms ease;
  background-color: var(--amonx-white, #ffffff);
  -webkit-mask: url("../images/shapes/package-1-shape-1.png");
  mask: url("../images/shapes/package-1-shape-1.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

@keyframes packageMove {
  0% {
    left: 0;
  }
  100% {
    left: calc(100% - 9px);
  }
}
.package-one {
  background-color: var(--amonx-white, #ffffff);
}
.package-one.no-transition {
  transition: none !important;
}
.package-one__wrapper {
  display: flex;
  gap: 50px;
  flex-direction: column;
}
@media (max-width: 991px) {
  .package-one__wrapper {
    gap: 40px;
    flex-direction: column-reverse;
  }
}
.package-one__bottom {
  display: flex;
  gap: 40px 30px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .package-one__bottom {
    justify-content: center;
    flex-direction: column-reverse;
  }
}
.package-one .pricing-toggle {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.package-one .pricing-toggle__label {
  display: inline-block;
  user-select: none;
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.375;
  color: var(--amonx-black2, #222222);
  text-transform: uppercase;
}
@media (max-width: 375px) {
  .package-one .pricing-toggle__label {
    font-size: 20px;
  }
}
.package-one .pricing-toggle__switch {
  width: 68px;
  height: 30px;
  position: relative;
  cursor: pointer;
  border-radius: 100px;
  transition: all 0.4s ease;
  border: 2px solid var(--amonx-primary, #0045e3);
}
.package-one .pricing-toggle__knob {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  transition: left 0.4s ease;
  background-color: var(--amonx-base, #00c427);
}
.package-one .pricing-toggle.active .pricing-toggle__switch {
  background-color: var(--amonx-primary, #0045e3);
}
.package-one .pricing-toggle.active .pricing-toggle__knob {
  left: calc(100% - 23px);
  background-color: var(--amonx-white, #ffffff);
}
.package-one .pricing-content {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: grid-template-rows 700ms ease, opacity 700ms ease, transform 700ms ease, visibility 0ms linear 700ms;
}
.package-one .pricing-content > .row {
  min-height: 0;
  overflow: hidden;
}
.package-one .pricing-content.active {
  grid-template-rows: 1fr;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: grid-template-rows 700ms ease, opacity 700ms ease, transform 700ms ease, visibility 0ms linear 0ms;
}
.package-one__offer {
  display: inline-block;
  margin-bottom: 0px;
  padding: 7px 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
  color: var(--amonx-white, #ffffff);
  text-transform: uppercase;
  clip-path: polygon(0 0, 100% 0, 90% 50%, 100% 100%, 0 100%, 10% 50%);
  background: linear-gradient(270deg, #0045e3 0%, #00c427 100%), #f3d800;
}

/*--------------------------------------------------------------
# Why Choose Us
--------------------------------------------------------------*/
.why-choose {
  position: relative;
  overflow: hidden;
  background-color: var(--amonx-black3, #050519);
}
@media (max-width: 1199px) {
  .why-choose {
    padding-bottom: 0px;
  }
}
.why-choose__image {
  width: 100%;
  /* position: absolute; */
  left: 0px;
  bottom: -2px;
}
@media (max-width: 1799px) {
  .why-choose__image {
    width: 100%;
  }
}
@media (max-width: 1299px) {
  .why-choose__image {
    width: 33%;
  }
}
@media (max-width: 1199px) {
  .why-choose__image {
    width: 100%;
    position: static;
    text-align: center;
    margin-bottom: -2px;
  }
}
.why-choose__image__inner {
  position: relative;
}
@media (max-width: 1199px) {
  .why-choose__image__inner {
    display: inline-block;
  }
}
.why-choose__image__box {
  display: inline-block;
}
.why-choose__image__box img {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  transform: unset !important;
}
.why-choose__image__shape-1 {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 23px;
  left: 42px;
  animation: zump 2s linear infinite;
}
@media (max-width: 1199px) {
  .why-choose__image__shape-1 {
    top: 0px;
  }
}
@media (max-width: 767px) {
  .why-choose__image__shape-1 {
    left: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1799px) {
  .why-choose__image__shape-1 {
    top: -40px;
    left: 30px;
  }
}
.why-choose__image__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 20px;
  bottom: 100px;
  z-index: 2;
  animation: moveX2 2s linear infinite;
}
@media (max-width: 767px) {
  .why-choose__image__shape-2 {
    max-width: 260px;
    bottom: 40px;
  }
}
@media (max-width: 480px) {
  .why-choose__image__shape-2 {
    max-width: 200px;
    bottom: 30px;
  }
}
@media (max-width: 412px) {
  .why-choose__image__shape-2 {
    max-width: 170px;
  }
}
@media (max-width: 360px) {
  .why-choose__image__shape-2 {
    max-width: 150px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .why-choose__image__shape-2 {
    max-width: 200px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .why-choose__image__shape-2 {
    max-width: 260px;
    bottom: 40px;
  }
}
@media (min-width: 1400px) and (max-width: 1799px) {
  .why-choose__image__shape-2 {
    bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .why-choose .sec-title {
    margin-bottom: 25px;
    text-align: center;
  }
}
.why-choose__text {
  margin-bottom: 39px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-white, #ffffff);
  font-weight: 400;
  line-height: 1.625;
}
@media (max-width: 1199px) {
  .why-choose__text {
    margin-bottom: 55px;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .why-choose__text .line {
    justify-content: center;
  }
}
.why-choose__item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  padding: 13px 20px 10px 0px;
}
@media (max-width: 991px) {
  .why-choose__item {
    padding: 30px 30px 26px;
  }
}
.why-choose__item__content {
  position: relative;
  z-index: 2;
}
.why-choose__item__top {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 11px;
}
@media (max-width: 1199px) {
  .why-choose__item__top {
    gap: 30px 60px;
  }
}
@media (max-width: 991px) {
  .why-choose__item__top {
    gap: 20px 30px;
    align-items: center;
    margin-bottom: 25px;
  }
}
@media (max-width: 360px) {
  .why-choose__item__top {
    margin-bottom: 20px;
    flex-direction: column;
    justify-content: center;
  }
}
.why-choose__item__title {
  margin: 6px 0px 8px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #f25822;
  align-self: center;
}


.why-choose__item:hover .why-choose__item__title{
  color:white;
}
@media (max-width: 991px) {
  .why-choose__item__title {
    margin: 0px;
    align-self: center;
  }
}
@media (max-width: 360px) {
  .why-choose__item__title {
    order: 1;
  }
}
.why-choose__item__icon-box {
  width: 60px;
  height: 60px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--amonx-white, #ffffff);
}
@media (max-width: 360px) {
  .why-choose__item__icon-box {
    order: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .why-choose__item__icon-box {
    margin-right: 17px;
  }
}
.why-choose__item__icon-box::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color:black;
  clip-path: circle(0% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.7s;
}
.why-choose__item:hover .why-choose__item__icon-box::before {
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}
.why-choose__item__icon {
  display: inline-flex;
  font-size: 30px;
  color: var(--amonx-base, #00c427);
  transition: all 500ms ease;
}
.why-choose__item__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.why-choose__item:hover .why-choose__item__icon {
  color: var(--amonx-white, #ffffff);
}
.why-choose__item__text {
  margin-bottom: 0px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-white, #ffffff);
  font-weight: 400;
  line-height: 1.625;
}
.why-choose__item__shape {
  position: relative;
  position: absolute;
  inset: 0px;
  z-index: 1;
  background-color: RGBA(var(--amonx-gray-rgb, 190, 190, 190), 0.1);
  -webkit-mask: url("../images/shapes/why-choose-1-shape-4.png");
  mask: url("../images/shapes/why-choose-1-shape-4.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media (max-width: 991px) {
  .why-choose__item__shape {
    -webkit-mask: unset;
    mask: unset;
  }
}
.why-choose__item__shape::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  transition: all 500ms ease;
  background-color: var(--amonx-primary, #0045e3);
}
.why-choose__item__shape__image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0px;
  opacity: 0;
  object-fit: cover;
  transition: all 500ms ease 0ms;
}
.why-choose__item:hover .why-choose__item__shape::after {
  top: 0px;
  height: 100%;
}
.why-choose__item:hover .why-choose__item__shape__image {
  opacity: 1;
  transition-delay: 300ms;
}
.why-choose__shape {
  width: 127px;
  height: 127px;
  position: relative;
  position: absolute;
  right: 6.4%;
  bottom: 125px;
  border-radius: 50%;
  background-color: var(--amonx-white, #ffffff);
  animation: whyChoosePulse 4s ease-in-out infinite;
}
@media (max-width: 1799px) {
  .why-choose__shape {
    right: 4%;
  }
}
@media (max-width: 1599px) {
  .why-choose__shape {
    display: none;
  }
}
.why-choose__shape::before, .why-choose__shape::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  bottom: 67px;
  border-radius: inherit;
  background-color: var(--amonx-primary, #0045e3);
}
.why-choose__shape::after {
  bottom: 132px;
  background-color: var(--amonx-base, #00c427);
}

@keyframes whyChooseFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-12px) rotate(8deg);
  }
}
@keyframes whyChoosePulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.75;
  }
}
/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact-one {
  position: relative;
  background-color:black;
}
.funfact-one::after {
  content: "";
  width: 100%;
  height: 230px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: var(--amonx-black3, #050519);
}
.funfact-one__wrap {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  /* background-color: var(--amonx-white, #ffffff); */
  border-radius: 0px 0px 30px 30px;
}
.funfact-one .container {
  position: relative;
  z-index: 1;
}
.funfact-one__item + .funfact-one__item {
  margin-top: 18px;
}
.funfact-one__item {
  padding: 21.5px 30px 22.5px;
  position: relative;
  border-radius: 20px;
  background-color: var(--bg-color);
}
.funfact-one__item__count {
  position: relative;
  z-index: 1;
  margin-bottom: 23px;
  font-size: 35px;
  line-height: 1;
  font-weight: 700;
  color: #f25822;
}
@media (max-width: 1199px) {
  .funfact-one__item__count {
    margin-bottom: 81px;
  }
}
.funfact-one__item__text {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  /* line-height: 1.375; */
  color: var(--text-color);
  /* text-transform: capitalize; */
}
.funfact-one__item__shape {
  position: absolute;
  top: 65px;
  left: 65px;
}
.funfact-one__image {
  text-align: center;
}
.funfact-one__image__wrap {
  display: inline-block;
  position: relative;
}
.funfact-one__image__box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.funfact-one__image__box::after {
  content: "";
  position: absolute;
  inset: 0px;
  /* background: linear-gradient(180deg, rgba(236, 245, 244, 0) 36.44%, rgba(5, 5, 25, 0.39) 56.6%, rgba(0, 196, 39, 0.49) 79.19%, rgba(0, 69, 227, 0.89) 100%); */
}
.funfact-one__image__box img {
  max-width: 100%;
  height: auto;
}
.funfact-one__image .amonx-btn {
  width: max-content;
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 1;
  transform: translateX(-50%);
}
.funfact-one__shape {
  width: calc(100% + 90px);
  height: 276px;
  position: absolute;
  left: calc(50% - 14px);
  bottom: 0px;
  transform: translateX(-50%);
  background-color: var(--amonx-white, #ffffff);
  -webkit-mask: url("../images/shapes/funfact-1-shape-1.png");
  mask: url("../images/shapes/funfact-1-shape-1.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media (max-width: 1399px) {
  .funfact-one__shape {
    display: none;
  }
}

.funfact-two {
  position: relative;
  z-index: 1;
  background-color: transparent;
}
.funfact-two .container-fluid {
  max-width: 1439px;
}
.funfact-two__wrapper {
  position: relative;
}
.funfact-two__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -20px;
  border-radius: 0px 0px 30px 30px;
  background-color: var(--amonx-white, #ffffff);
  -webkit-mask: url("../images/shapes/funfact-2-shape-1.png");
  mask: url("../images/shapes/funfact-2-shape-1.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media (max-width: 1399px) {
  .funfact-two__bg {
    width: calc(100% + 80px);
    left: -60px;
  }
}
@media (max-width: 1299px) {
  .funfact-two__bg {
    width: 100%;
    left: 0px;
    -webkit-mask: unset;
    mask: unset;
  }
}
.funfact-two .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .row > *:last-child .funfact-two__item {
    margin-bottom: 15px;
  }
}
.funfact-two__item {
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background-color: var(--amonx-white, #ffffff);
  border: 1px solid var(--amonx-border-color, #dddddd);
}
@media (max-width: 1399px) {
  .funfact-two__item {
    margin-bottom: 30px;
  }
}
@media (max-width: 375px) {
  .funfact-two__item {
    border-radius: 20px;
  }
}
.funfact-two__item__bg {
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transition: all 500ms ease;
  background-color: var(--amonx-black3, #050519);
}
.funfact-two__item:hover .funfact-two__item__bg {
  left: 0px;
  width: 100%;
}
.funfact-two__item__content {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  padding: 30px;
}
@media (max-width: 375px) {
  .funfact-two__item__content {
    padding: 20px;
  }
}
.funfact-two__item__icon {
  width: 54px;
  height: 54px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--amonx-white, #ffffff);
  border-radius: 10px;
  transition: all 500ms ease;
  background-color: var(--amonx-primary, #0045e3);
}
.funfact-two__item__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.funfact-two__item:hover .funfact-two__item__icon {
  background-color: var(--amonx-base, #00c427);
}
.funfact-two__item__count {
  margin-bottom: 10px;
  font-size: 45px;
  line-height: 1;
  font-weight: 700;
  color: var(--amonx-black2, #222222);
  transition: all 500ms ease;
}
@media (max-width: 360px) {
  .funfact-two__item__count {
    font-size: 40px;
  }
}
.funfact-two__item__text {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  color: var(--amonx-black4, #333333);
  text-transform: capitalize;
  transition: all 500ms ease;
}
.funfact-two__item:hover .funfact-two__item__count, .funfact-two__item:hover .funfact-two__item__text {
  color: var(--amonx-white, #ffffff);
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
.faq-accordion {
  position: relative;
  z-index: 1;
  counter-reset: FAQ;
}
.faq-accordion .accordion {
  border-radius: 10px;
  transition: all 500ms ease;
  background-color: var(--amonx-white, #ffffff);
  border: 1px solid var(--amonx-border-color, #dddddd);
}
.faq-accordion .accordion.active {
  border-radius: 10px;
  border-color: transparent;
  background-color: var(--amonx-white2, #fdf0eb);
}
.faq-accordion .accordion + .accordion {
  margin-top: 30px;
}
.faq-accordion .accordion-title {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 10px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 440px) {
  .faq-accordion .accordion-title {
    gap: 15px;
  }
}
.faq-accordion .accordion-title::before {
  content: "";
  width: 46px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--amonx-black3, #050519);
  clip-path: polygon(0 0, 30% 0, 100% 50%, 30% 100%, 0 100%);
}
.faq-accordion .accordion-title h2 {
  display: flex;
  gap: 16px;
  align-items: center;
  position: relative;
  z-index: 1;
  margin: 0px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--amonx-black2, #222222);
  text-transform: capitalize;
  transition: all 500ms ease;
}
@media (max-width: 480px) {
  .faq-accordion .accordion-title h2 {
    font-size: 20px;
  }
}
.faq-accordion .accordion-title__number {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: all 500ms ease;
  background-color: var(--amonx-primary, #0045e3);
}
.faq-accordion .accordion-title__number::after {
  content: "0" counter(FAQ);
  counter-increment: FAQ;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: var(--amonx-white, #ffffff);
  transition: all 500ms ease;
}
.faq-accordion .accordion-title__icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  position: relative;
  border-radius: 10px;
  transition: all 500ms ease;
  background-color: var(--amonx-white2, #fdf0eb);
}
@media (max-width: 575px), (min-width: 992px) and (max-width: 1199px) {
  .faq-accordion .accordion-title__icon {
    width: 40px;
    height: 40px;
  }
}
.faq-accordion .accordion-title__icon::after, .faq-accordion .accordion-title__icon::before {
  content: "";
  width: 2px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
  background-color: var(--amonx-base, #00c427);
}
@media (max-width: 575px), (min-width: 992px) and (max-width: 1199px) {
  .faq-accordion .accordion-title__icon::after, .faq-accordion .accordion-title__icon::before {
    height: 14px;
  }
}
.faq-accordion .accordion-title__icon::after {
  width: 18px;
  height: 2px;
}
@media (max-width: 575px), (min-width: 992px) and (max-width: 1199px) {
  .faq-accordion .accordion-title__icon::after {
    width: 14px;
  }
}
.faq-accordion .active .accordion-title {
  border-radius: 10px 10px 0px 0px;
  background-color: var(--amonx-black3, #050519);
}
.faq-accordion .active .accordion-title::before {
  background-color: var(--amonx-primary, #0045e3);
}
.faq-accordion .active .accordion-title__number {
  background-color: var(--amonx-white, #ffffff);
}
.faq-accordion .active .accordion-title__number::after {
  color: var(--amonx-black, #000000);
}
.faq-accordion .active .accordion-title h2 {
  color: var(--amonx-white, #ffffff);
}
.faq-accordion .active .accordion-title__icon {
  background-color: var(--amonx-base, #00c427);
}
.faq-accordion .active .accordion-title__icon::after, .faq-accordion .active .accordion-title__icon::before {
  opacity: 0;
  background-color: var(--amonx-white, #ffffff);
}
.faq-accordion .active .accordion-title__icon::after {
  opacity: 1;
}
.faq-accordion .accordion-content .inner {
  padding: 17px 25px;
}
.faq-accordion .accordion-content p {
  position: relative;
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}
.faq-accordion .accordion-content .inner__shape {
  width: 1px;
  height: calc(100% - 13px);
  position: relative;
  position: absolute;
  top: 50%;
  left: 0px;
  border-radius: 10px;
  transform: translateY(-50%);
  background-color: var(--amonx-black3, #050519);
  display: none;
}
.faq-accordion .accordion-content .inner__shape::after {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: -5px;
  border: 2px solid var(--amonx-white, #ffffff);
  animation: faqMove 2.5s linear infinite alternate;
  background: linear-gradient(180deg, #00c427 0%, #0045e3 100%), #d9d9d9;
}

@keyframes faqMove {
  0% {
    top: 0;
  }
  100% {
    top: calc(100% - 9px);
  }
}
.faq-one {
  background-color: var(--amonx-white, #ffffff);
}
.faq-one__text {
  margin-bottom: 35px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}
@media (max-width: 1199px) {
  .faq-one__text {
    margin-bottom: 30px;
  }
}
.faq-one__support {
  display: flex;
  gap: 20px 15px;
  align-items: flex-start;
  position: relative;
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .faq-one__support {
    padding-right: 0px;
  }
}
@media (max-width: 430px) {
  .faq-one__support {
    padding-top: 30px;
    flex-direction: column;
  }
}
.faq-one__support::before {
  content: "";
  width: calc(100% - 75px);
  height: 1px;
  position: absolute;
  top: 0px;
  left: 25px;
  background-color: var(--amonx-border-color, #dddddd);
}
@media (max-width: 1199px) {
  .faq-one__support::before {
    width: calc(100% - 25px);
  }
}
@media (max-width: 430px) {
  .faq-one__support::before {
    width: 100%;
    left: 0px;
  }
}
.faq-one__support__image {
  margin-top: -1px;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 430px) {
  .faq-one__support__image {
    margin-top: 0px;
  }
}
.faq-one__support__image img {
  max-width: 100%;
  height: auto;
}
.faq-one__support__name {
  margin-bottom: 5px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--amonx-black, #000000);
  text-transform: capitalize;
}
@media (max-width: 480px) {
  .faq-one__support__name {
    font-size: 20px;
  }
}
.faq-one__support__text {
  margin-bottom: 21px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}
.faq-one__support__content {
  flex: 1;
  padding-top: 15px;
}
@media (max-width: 430px) {
  .faq-one__support__content {
    width: 100%;
    padding-top: 0px;
  }
}
.faq-one__support__contact {
  display: flex;
  gap: 25px 20px;
  align-items: flex-start;
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(180deg, #00c427 0%, #0045e3 100%), #fdf0eb;
}
@media (max-width: 575px), (min-width: 992px) and (max-width: 1199px) {
  .faq-one__support__contact {
    flex-direction: column;
  }
}
@media (max-width: 430px) {
  .faq-one__support__contact {
    flex-direction: row;
  }
}
.faq-one__support__icon-box {
  width: 87px;
  height: 87px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 5px;
  border-radius: 20px;
  background-color: var(--amonx-white, #ffffff);
}
@media (max-width: 375px) {
  .faq-one__support__icon-box {
    width: 65px;
    height: 65px;
  }
}
.faq-one__support__icon {
  display: inline-flex;
  font-size: 40px;
  color: var(--amonx-black3, #050519);
  animation: phoneShake 1s ease-in-out infinite;
}
@media (max-width: 375px) {
  .faq-one__support__icon {
    font-size: 30px;
  }
}
.faq-one__support__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.faq-one__support__contact__title {
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--amonx-white, #ffffff);
  text-transform: capitalize;
}
@media (max-width: 375px) {
  .faq-one__support__contact__title {
    font-size: 23px;
  }
}
.faq-one__support__contact__text + .faq-one__support__contact__text {
  margin-top: 10px;
}
.faq-one__support__contact__text {
  margin-bottom: 0px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  color: var(--amonx-white, #ffffff);
}
@media (max-width: 375px) {
  .faq-one__support__contact__text {
    font-size: 18px;
  }
}
.faq-one__support__contact__text a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.faq-one__support__contact__text a:hover {
  background-size: 100% 1px;
}

/*--------------------------------------------------------------
# Achievements
--------------------------------------------------------------*/
.achievements {
  background-color: var(--amonx-white, #ffffff);
}
.achievements__text {
  margin-bottom: 35px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.625;
  text-align: justify;
}
.achievements__rating {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-color: var(--amonx-black3, #050519);
}
.achievements__rating__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  position: relative;
  z-index: 1;
}
.achievements__rating__title {
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--amonx-white, #ffffff);
}
.achievements__rating__title span {
  display: block;
  margin-top: 5px;
  text-transform: uppercase;
}
.achievements__rating .amonx-ratings {
  margin-bottom: 15px;
}
.achievements__rating .amonx-ratings__icon {
  font-size: 20px;
}
.achievements__rating__bottom {
  margin-top: 127px;
}
.achievements__rating__shape {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -45px;
  left: 0px;
  object-fit: cover;
}
.achievements__image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-color: var(--amonx-white2, #fdf0eb);
}
.achievements__image__box {
  position: relative;
  text-align: center;
}
.achievements__image__box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 149px;
  left: 0px;
  bottom: -50px;
  border-radius: 1000px;
  background: linear-gradient(180deg, #00c427 0%, #0045e3 80.29%), #d9d9d9;
}
.achievements__image__box img {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.achievements__item-wrap {
  padding: 30px;
  overflow: hidden;
  border-radius: 20px;
  background-color: var(--amonx-black3, #050519);
}
@media (max-width: 991px) {
  .achievements__item-wrap {
    opacity: 0 !important;
    transform: translate3d(0, 100px, 0) !important;
  }
}
@media (max-width: 991px) {
  .achievements__item-wrap.aos-animate {
    opacity: 1 !important;
    transform: translateZ(0) !important;
  }
}
@media (max-width: 575px) {
  .achievements__item-wrap {
    padding: 20px;
  }
}
.achievements__item {
  z-index: 1;
  position: relative;
  padding: 30px 30px 25px 30px;
}
.achievements__item:not(:last-child) {
  border-bottom: 1px solid var(--amonx-border-color, #dddddd);
}
.achievements__item:first-child {
  border-radius: 20px 20px 0px 0px;
}
.achievements__item:first-child::before, .achievements__item:first-child::after {
  border-radius: inherit;
}
.achievements__item:last-child {
  border-radius: 0px 0px 20px 20px;
}
.achievements__item:last-child::before, .achievements__item:last-child::after {
  border-radius: inherit;
}
.achievements__item::before {
  content: "";
  width: calc(100% + 40px);
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: -1;
  opacity: 0;
  transition: all 500ms ease;
  transform: translateX(-50%);
  /* background: linear-gradient(180deg, #00c427 0%, #0045e3 100%), #050519; */
}
.achievements__item:hover::before {
  opacity: 1;
}
.achievements__item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  transition: all 500ms ease;
  background-color: var(--amonx-white, #ffffff);
}
.achievements__item__top {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 13px;
}
@media (max-width: 480px), (min-width: 992px) and (max-width: 1199px) {
  .achievements__item__top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.achievements__item__icon {
  width: 70px;
  height: 70px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 37px;
  color: var(--amonx-white, #ffffff);
  border-radius: 10px;
  transition: all 500ms ease;
  background-color: var(--amonx-primary, #0045e3);
}
.achievements__item__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.achievements__item:hover .achievements__item__icon {
  background-color: var(--amonx-base, #00c427);
}
.achievements__item__title {
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--amonx-black2, #222222);
  text-transform: capitalize;
}
@media (max-width: 390px) {
  .achievements__item__title {
    font-size: 22px;
  }
}
.achievements__item__text {
  margin-bottom: 0px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}
.achievements__circle-text {
  width: 230px;
  height: 150px;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}

/*--------------------------------------------------------------
# Marquee
--------------------------------------------------------------*/
.marquee-one {
  position: relative;
}
.marquee-one__bg {
  position: relative;
  position: absolute;
  inset: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.marquee-one__bg::after {
  content: "";
  position: absolute;
  inset: 0px;
  background-color: RGBA(var(--amonx-black3-rgb, 5, 5, 25), 0.69);
}
.marquee-one .marquee__top,
.marquee-one .marquee__bottom,
.marquee-one .marquee__toleft,
.marquee-one .marquee__toright {
  gap: 60px;
  margin: 0px;
}
@media (max-width: 1199px) {
  .marquee-one .marquee__top,
  .marquee-one .marquee__bottom,
  .marquee-one .marquee__toleft,
  .marquee-one .marquee__toright {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .marquee-one .marquee__top,
  .marquee-one .marquee__bottom,
  .marquee-one .marquee__toleft,
  .marquee-one .marquee__toright {
    gap: 30px;
  }
}
@media (max-width: 480px) {
  .marquee-one .marquee__top,
  .marquee-one .marquee__bottom,
  .marquee-one .marquee__toleft,
  .marquee-one .marquee__toright {
    gap: 20px;
  }
}
@media (max-width: 1399px) {
  .marquee-one .marquee-right--gsap {
    margin: 20px 0px;
  }
}
.marquee-one__title {
  display: inline-flex;
  gap: 60px;
  align-items: center;
  font-family: inherit;
  font-size: 200px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--amonx-white, #ffffff);
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .marquee-one__title {
    font-size: 150px;
  }
}
@media (max-width: 1199px) {
  .marquee-one__title {
    gap: 50px;
    font-size: 120px;
  }
}
@media (max-width: 991px) {
  .marquee-one__title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .marquee-one__title {
    gap: 30px;
    font-size: 80px;
  }
}
@media (max-width: 480px) {
  .marquee-one__title {
    gap: 20px;
    font-size: 60px;
  }
}
.marquee-one__title__text {
  display: inline-block;
  transition: all 500ms ease;
  -webkit-text-stroke: 1px transparent;
}
.marquee-one__title:hover .marquee-one__title__text {
  color: transparent;
  -webkit-text-stroke: 1px var(--amonx-white, #ffffff);
}
.marquee-one__icon {
  display: inline-flex;
  font-size: 140px;
  color: var(--amonx-base, #00c427);
  transition: all 500ms ease;
}
@media (max-width: 1399px) {
  .marquee-one__icon {
    font-size: 105px;
  }
}
@media (max-width: 1199px) {
  .marquee-one__icon {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .marquee-one__icon {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .marquee-one__icon {
    font-size: 55px;
  }
}
@media (max-width: 480px) {
  .marquee-one__icon {
    font-size: 40px;
  }
}
.marquee-one__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.marquee-one__title:hover .marquee-one__icon {
  color: var(--amonx-primary, #0045e3);
}

.marquee-two {
  position: relative;
  z-index: 1;
  margin: 168px 0px;
  background-color: var(--amonx-white, #ffffff);
}
@media (max-width: 1599px) {
  .marquee-two {
    margin: 150px 0px;
  }
}
@media (max-width: 1399px) {
  .marquee-two {
    margin: 140px 0px;
  }
}
@media (max-width: 1199px) {
  .marquee-two {
    margin: 105px 0px;
  }
}
@media (max-width: 991px) {
  .marquee-two {
    margin: 80px 0px;
  }
}
@media (max-width: 767px) {
  .marquee-two {
    margin: 60px 0px;
  }
}
@media (max-width: 575px) {
  .marquee-two {
    margin: 50px 0px;
  }
}
.marquee-two__shape {
  width: 319px;
  height: 319px;
  position: relative;
  position: absolute;
  top: -150px;
  right: 22%;
  border-radius: 50%;
  background-color: var(--amonx-white2, #fdf0eb);
}
@media (max-width: 1599px) {
  .marquee-two__shape {
    right: 15%;
  }
}
@media (max-width: 1199px) {
  .marquee-two__shape {
    top: -130px;
    right: 8%;
  }
}
@media (max-width: 991px) {
  .marquee-two__shape {
    display: none;
  }
}
.marquee-two__shape img {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.marquee-two .container-fluid {
  position: relative;
  z-index: 1;
  padding-left: 0px;
  padding-right: 0px;
}
.marquee-two__top {
  padding: 41.5px 0px;
  overflow: hidden;
  transform: skewY(10deg);
  background-color: var(--amonx-base, #00c427);
}
@media (max-width: 1799px) {
  .marquee-two__top {
    transform: skewY(11.7deg);
  }
}
.marquee-two__bottom {
  padding: 41.5px 0px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transform: skewY(-10deg);
  background-color: var(--amonx-primary, #0045e3);
}
@media (max-width: 1799px) {
  .marquee-two__bottom {
    transform: skewY(-11.7deg);
  }
}
.marquee-two__scroll {
  width: -webkit-calc((420px * 16) + (30px * 16));
  width: -moz-calc((420px * 16) + (30px * 16));
  min-width: 100%;
  height: 100%;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 55px;
  margin: 0px;
  -webkit-animation: scrollRightToLeft 20s linear infinite;
  -moz-animation: scrollRightToLeft 20s linear infinite;
  animation: scrollRightToLeft 20s linear infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.marquee-two__scroll:hover {
  animation-play-state: paused;
}
.marquee-two__scroll--right {
  -webkit-animation: scrollLeftToRight 20s linear infinite;
  -moz-animation: scrollLeftToRight 20s linear infinite;
  animation: scrollLeftToRight 20s linear infinite;
}
.marquee-two__title {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 0px;
  font-family: var(--amonx-heading-font, "Urbanist", sans-serif);
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  color: var(--amonx-white, #ffffff);
  text-transform: uppercase;
  transition: all 500ms ease;
  -webkit-text-stroke: 1px var(--amonx-white, #ffffff);
}
.marquee-two__title:hover {
  color: transparent;
  -webkit-text-stroke: 1px var(--amonx-white, #ffffff);
}
.marquee-two__title__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 45px;
}
.marquee-two__title__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.marquee-two__title__text {
  display: inline-block;
  position: relative;
}
.marquee-two__title__text::after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0px;
  bottom: -2px;
  opacity: 0;
  transition: all 500ms ease;
  border: 1px solid var(--amonx-white, #ffffff);
}
.marquee-two__title:hover .marquee-two__title__text::after {
  opacity: 1;
}
.marquee-two--single {
  margin: 0px;
}
.marquee-two--single .marquee-two__bottom {
  transform: skew(0deg);
}

/*--------------------------------------------------------------
# Call Area
--------------------------------------------------------------*/
.call-area .container {
  max-width: 1700px;
}
.call-area__wrapper {
  padding: 88px 0px;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background-color: var(--amonx-black3, #050519);
}
@media (max-width: 575px) {
  .call-area__wrapper {
    padding: 80px 0px;
  }
}
.call-area__wrapper::after {
  content: "";
  position: absolute;
  width: 625px;
  height: 100%;
  top: 0px;
  right: -80px;
  z-index: 1;
  background: linear-gradient(90deg, rgba(236, 245, 244, 0) 36.44%, rgba(5, 5, 25, 0.3705) 56.6%, rgba(0, 196, 39, 0.494) 74.47%, rgba(0, 69, 227, 0.798) 100%);
}
.call-area__bg {
  position: relative;
  position: absolute;
  inset: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.call-area__bg::before {
  content: "";
  width: 65%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(89.98deg, #050519 44.54%, rgba(5, 5, 25, 0.945017) 46.98%, rgba(5, 5, 25, 0) 71.12%);
}
.call-area__bg::after {
  content: "";
  width: 42.5%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background: linear-gradient(89.98deg, #050519 44.54%, rgba(5, 5, 25, 0.79) 46.98%, rgba(5, 5, 25, 0) 62.68%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.call-area__content {
  position: relative;
  z-index: 2;
  padding: 0px 65px 0px 88px;
}
@media (max-width: 1199px) {
  .call-area__content {
    padding-left: 65px;
  }
}
@media (max-width: 991px) {
  .call-area__content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 575px) {
  .call-area__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 480px) {
  .call-area__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 430px) {
  .call-area__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.call-area .sec-title {
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .call-area .sec-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 430px) {
  .call-area .amonx-btn {
    font-size: 14px;
  }
  .call-area .amonx-btn__icon {
    font-size: 10px;
  }
}
.call-area__phone {
  display: flex;
  justify-content: flex-end;
}
.call-area__phone__inner {
  writing-mode: sideways-lr;
}
.call-area__phone__icon {
  display: inline-flex;
  margin-right: 15px;
  font-size: 50px;
  color: var(--amonx-base, #00c427);
  animation: phoneShake 1s ease-in-out infinite;
}
.call-area__phone__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.call-area__phone__title {
  margin: 0px 10px 0px 0px;
  font-size: 22px;
  color: var(--amonx-white, #ffffff);
  line-height: 1.3125;
  text-transform: uppercase;
}
.call-area__phone__number {
  font-size: 30px;
  color: var(--amonx-white, #ffffff);
  line-height: 1.3125;
  transition: all 500ms ease;
}

/*--------------------------------------------------------------
# Work Area
--------------------------------------------------------------*/
.work-area {
  position: relative;
  overflow: hidden;
  background-color: var(--amonx-black3, #050519);
}
@media (max-width: 767px) {
  .work-area {
    padding-bottom: 20px;
  }
}
.work-area__bg {
  position: relative;
  position: absolute;
  inset: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.work-area__bg::after {
  content: "";
  position: absolute;
  inset: 0px;
  background-color: RGBA(var(--amonx-black3-rgb, 5, 5, 25), 0.5);
}
.work-area .container {
  max-width: 1748px;
  position: relative;
  z-index: 1;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .work-area .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .work-area .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.work-area__content {
  width: 100%;
  max-width: 644px;
}
.work-area__text {
  margin-bottom: 35px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-white, #ffffff);
  font-weight: 400;
  line-height: 1.625;
}
.work-area__button {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .work-area__button {
    margin-bottom: 40px;
  }
}
.work-area .video-wrapper {
  width: 100%;
  max-width: 340px;
  height: 208px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0px 20px auto;
  border-radius: 20px;
  border: 5px solid var(--amonx-white, #ffffff);
}
@media (max-width: 767px) {
  .work-area .video-wrapper {
    margin: 0px 0px 80px;
  }
}
.work-area .video-btn {
  color: var(--amonx-base, #00c427);
  background-color: var(--amonx-white, #ffffff);
}
.work-area .video-btn:hover {
  color: var(--amonx-white, #ffffff);
  background-color: var(--amonx-base, #00c427);
}
.work-area .video-btn::after {
  border-color: var(--amonx-white, #ffffff);
}
.work-area .video-btn:hover::after {
  border-color: var(--amonx-base, #00c427);
}
.work-area__title {
  margin-bottom: -40px;
  font-size: 250px;
  line-height: 1;
  font-weight: 700;
  color: transparent;
  text-transform: capitalize;
  -webkit-text-stroke: 2px var(--amonx-white, #ffffff);
}
@media (max-width: 1199px) {
  .work-area__title {
    margin-bottom: -35px;
    font-size: 200px;
  }
}
@media (max-width: 767px) {
  .work-area__title {
    -webkit-text-stroke-width: 1px;
  }
}
@media (max-width: 991px) {
  .work-area__title {
    margin-bottom: -28px;
    font-size: 170px;
  }
}
@media (max-width: 767px) {
  .work-area__title {
    margin-bottom: 0px;
    font-size: 130px;
  }
}
@media (max-width: 575px) {
  .work-area__title {
    font-size: 110px;
  }
}
@media (max-width: 480px) {
  .work-area__title {
    font-size: 100px;
  }
}
@media (max-width: 430px) {
  .work-area__title {
    font-size: 90px;
  }
}
@media (max-width: 375px) {
  .work-area__title {
    font-size: 80px;
  }
}
.work-area__title > div {
  background-image: linear-gradient(to left, RGBA(var(--amonx-white-rgb, 255, 255, 255), 0) 50%, var(--amonx-base, #00c427) 50%);
}

/*--------------------------------------------------------------
# Awards
--------------------------------------------------------------*/
.awards-one {
  background-color: var(--amonx-white, #ffffff);
}
.awards-one .sec-title {
  margin-bottom: 28px;
}
@media (max-width: 1199px) {
  .awards-one .sec-title {
    text-align: center;
  }
}
.awards-one__image {
  max-width: 337px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 47px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .awards-one__image {
    margin-left: auto;
    margin-right: auto;
  }
}
.awards-one__image img {
  max-width: 100%;
  height: auto;
}
.awards-one__image__border {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.awards-one__item {
  padding: 20px 0px;
  position: relative;
  z-index: 1;
  transition: all 500ms ease;
  border-top: 1px solid var(--amonx-border-color, #dddddd);
}
@media (max-width: 767px) {
  .awards-one__item {
    padding-bottom: 26px;
  }
}
.awards-one__item:last-child {
  border-bottom: 1px solid var(--amonx-border-color, #dddddd);
}
.awards-one__item::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  border-radius: 10px;
  transition: all 500ms ease;
  background: linear-gradient(180deg, #00c427 0%, #0045e3 100%), #515151;
}
@media (max-width: 767px) {
  .awards-one__item:hover {
    padding-left: 26px;
    padding-right: 26px;
  }
}
.awards-one__item:hover, .awards-one__item:hover + .awards-one__item {
  border-color: transparent;
}
.awards-one__item:hover::after {
  top: 0px;
  height: 100%;
}
.awards-one__item .column-1 {
  flex: 0 0 auto;
  width: 62.5%;
}
@media (max-width: 767px) {
  .awards-one__item .column-1 {
    width: 100%;
  }
}
.awards-one__item .column-2 {
  flex: 0 0 auto;
  width: 37.5%;
}
@media (max-width: 767px) {
  .awards-one__item .column-2 {
    width: 100%;
  }
}
.awards-one__item__left {
  display: flex;
  gap: 20px 30px;
  align-items: center;
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .awards-one__item__left {
    flex-direction: column;
  }
}
.awards-one__item__year {
  flex: 0 0 auto;
  width: calc(30% - 15px);
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .awards-one__item__year {
    width: 100%;
  }
}
.awards-one__item__year span {
  display: inline-block;
  transition: all 500ms ease;
}
.awards-one__item:hover .awards-one__item__year span {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .awards-one__item:hover .awards-one__item__year span {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .awards-one__item:hover .awards-one__item__year span {
    margin-left: 0px;
  }
}
.awards-one__item__title {
  flex: 0 0 auto;
  width: calc(70% - 15px);
}
@media (max-width: 767px) {
  .awards-one__item__title {
    width: 100%;
  }
}
.awards-one__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.awards-one__item__title a:hover {
  background-size: 100% 1px;
}
.awards-one__item__year, .awards-one__item__title {
  margin-bottom: 0px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--amonx-black4, #333333);
  text-transform: capitalize;
}
@media (max-width: 375px) {
  .awards-one__item__year, .awards-one__item__title {
    font-size: 22px;
  }
}
.awards-one__item__right {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  transition: all 500ms ease;
}
.awards-one__item__category {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--amonx-black4, #333333);
  text-transform: capitalize;
  transition: all 500ms ease;
}
.awards-one__item:hover .awards-one__item__year, .awards-one__item:hover .awards-one__item__title, .awards-one__item:hover .awards-one__item__category {
  color: var(--amonx-white, #ffffff);
}
.awards-one__item__btn {
  width: 45px;
  height: 45px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--amonx-black4, #333333);
  border-radius: 50%;
  transition: all 500ms ease;
  border: 1px solid var(--amonx-black4, #333333);
}
.awards-one__item__btn:hover {
  transform: rotate(42deg);
}
.awards-one__item__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.awards-one__item:hover .awards-one__item__btn {
  margin-right: 30px;
  color: var(--amonx-primary, #0045e3);
  border-color: var(--amonx-white, #ffffff);
  background-color: var(--amonx-white, #ffffff);
}
@media (max-width: 991px) {
  .awards-one__item:hover .awards-one__item__btn {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .awards-one__item:hover .awards-one__item__btn {
    margin-right: 0px;
  }
}

/*--------------------------------------------------------------
# Analytics
--------------------------------------------------------------*/
.analytics-one {
  position: relative;
  background-color: var(--amonx-black3, #050519);
}
.analytics-one .container {
  position: relative;
  z-index: 1;
}
.analytics-one .sec-title {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .analytics-one .sec-title {
    text-align: center;
  }
}
.analytics-one .sec-title__tagline {
  margin-bottom: 0px;
}
.analytics-one .sec-title__title {
  margin-bottom: 13px;
}
@media (max-width: 991px) {
  .analytics-one__col {
    opacity: 0 !important;
    transform: translate3d(0, 100px, 0) !important;
  }
}
@media (max-width: 991px) {
  .analytics-one__col.aos-animate {
    opacity: 1 !important;
    transform: translateZ(0) !important;
  }
}
@media (max-width: 991px) {
  .analytics-one__image {
    text-align: center;
  }
}
.analytics-one__image__box {
  display: inline-block;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.analytics-one__image__box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(180deg, rgba(236, 245, 244, 0) 36.44%, rgba(5, 5, 25, 0.39) 56.6%, rgba(0, 196, 39, 0.48) 79.19%, rgba(0, 69, 227, 0.78) 100%);
}
.analytics-one__image img {
  max-width: 100%;
  height: auto;
}
.analytics-one__funfact {
  width: 100%;
  display: grid;
  gap: 30px;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  padding: 30px;
  position: relative;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}
@media (max-width: 480px) {
  .analytics-one__funfact {
    padding: 20px;
  }
}
.analytics-one__funfact::after {
  content: "";
  width: 1px;
  height: calc(100% - 70px);
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--amonx-white, #ffffff);
  transform: translate(-50%, -50%);
}
.analytics-one__funfact__item {
  text-align: center;
}
.analytics-one__funfact__count {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  color: var(--amonx-white, #ffffff);
  text-transform: capitalize;
}
@media (max-width: 480px) {
  .analytics-one__funfact__count {
    font-size: 30px;
  }
}
@media (max-width: 430px) {
  .analytics-one__funfact__count {
    font-size: 25px;
  }
}
.analytics-one__funfact__text {
  margin-bottom: 0px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-white, #ffffff);
  font-weight: 500;
  line-height: 1.625;
  text-transform: capitalize;
}
@media (max-width: 430px) {
  .analytics-one__funfact__text {
    font-size: 14px;
  }
}
.analytics-one .amonx-custom-chart {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-sizing: border-box;
}
.analytics-one .chart-row {
  width: 100%;
  height: 88px;
}
@media (max-width: 767px) {
  .analytics-one .chart-row {
    height: 60px;
  }
}
@media (max-width: 480px) {
  .analytics-one .chart-row {
    height: 55px;
  }
}
.analytics-one .chart-bar-container {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  height: 100%;
  background: transparent;
}
.analytics-one .chart-bar {
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: flex-end;
  border-radius: 20px;
  height: 100%;
  color: var(--amonx-white, #ffffff);
  box-sizing: border-box;
  padding-left: 20px;
  width: 0%;
  position: relative;
  transition: width 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 767px) {
  .analytics-one .chart-bar {
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .analytics-one .chart-bar {
    padding-left: 15px;
  }
}
.analytics-one .chart-value {
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  font-weight: 500;
  color: var(--amonx-white, #ffffff);
  writing-mode: sideways-lr;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .analytics-one .chart-value {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .analytics-one .chart-value {
    font-size: 12px;
  }
}
.analytics-one .bar-label {
  font-family: var(--amonx-heading-font, "Urbanist", sans-serif);
  font-size: 20px;
  font-weight: 600;
  color: var(--amonx-white, #ffffff);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .analytics-one .bar-label {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .analytics-one .bar-label {
    font-size: 14px;
  }
}
.analytics-one .year-box {
  border-left: 1px solid var(--amonx-white, #ffffff);
  padding: 0 9px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .analytics-one .year-box {
    padding: 0px 5px;
  }
}
.analytics-one .year-text {
  transform: rotate(-90deg);
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  font-weight: 500;
  color: var(--amonx-white, #ffffff);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .analytics-one .year-text {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .analytics-one .year-text {
    font-size: 12px;
  }
}
.analytics-one__shape {
  position: absolute;
}
@media (max-width: 1399px) {
  .analytics-one__shape {
    display: none;
  }
}
.analytics-one__shape--one {
  left: 4.6%;
  bottom: 88px;
}
@media (max-width: 1799px) {
  .analytics-one__shape--one {
    left: 2%;
    bottom: 50px;
  }
}
.analytics-one__shape--two {
  top: 81px;
  right: 4.2%;
}
@media (max-width: 1799px) {
  .analytics-one__shape--two {
    top: 50px;
    right: 2%;
  }
}
.analytics-one__shape img {
  max-width: 100%;
  height: auto;
  animation: zoomOut 3s linear infinite;
}
.analytics-one__shape-circle {
  width: 156px;
  height: 156px;
  position: relative;
  position: absolute;
  right: 4.7%;
  bottom: 90px;
}
@media (max-width: 1799px) {
  .analytics-one__shape-circle {
    right: 3.5%;
    bottom: 60px;
  }
}
@media (max-width: 767px) {
  .analytics-one__shape-circle {
    display: none;
  }
}
.analytics-one__shape-circle::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 50%;
  filter: blur(26.6px);
  transform: rotate(-45deg);
  animation: zoomIn 3s linear infinite;
  background: linear-gradient(180deg, #00c427 0%, #0045e3 100%);
}

/*--------------------------------------------------------------
# Work Process
--------------------------------------------------------------*/
.work-process {
  position: relative;
  overflow: hidden;
  background-color: var(--amonx-white2, #fdf0eb);
  counter-reset: servicesItemNumber;
}
@media (min-width: 1200px) {
  .work-process {
    width: 100%;
    height: calc(100vh + 500px);
  }
}
@media (min-width: 1400px) {
  .work-process {
    height: calc(100vh + 200px);
  }
}
@media (min-width: 1400px) {
  .work-process {
    width: 100%;
    height: calc(100vh + 200px);
  }
}
.work-process .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .work-process .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .work-process__wrapper {
    width: 570px;
    height: 570px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
  }
}
.work-process__content {
  z-index: 2;
  position: relative;
  text-align: center;
}
@media (max-width: 1199px) {
  .work-process__content {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .work-process__content {
    width: 100%;
    max-width: 475px;
  }
}
.work-process .sec-title {
  margin-bottom: 13px;
}
.work-process__text {
  margin-bottom: 30px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}
.work-process__text .line {
  justify-content: center;
}
@media (max-width: 1199px) {
  .work-process__grid {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .work-process__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.work-process__card {
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .work-process__card {
    position: absolute;
  }
}
.work-process__card__inner {
  position: relative;
}
@media (max-width: 1199px) {
  .work-process__card__inner {
    border-radius: 20px;
    padding: 15px !important;
    background-color: var(--amonx-white, #ffffff);
    opacity: 0 !important;
    transform: translate3d(0, 100px, 0) !important;
  }
}
@media (max-width: 1199px) {
  .work-process__card__inner.aos-animate {
    opacity: 1 !important;
    transform: translateZ(0) !important;
  }
}
.work-process__card__content {
  z-index: 1;
  position: relative;
}
.work-process__card__title {
  margin: 0px 0px 10px 20px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--amonx-black2, #222222);
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .work-process__card__title {
    margin-bottom: 15px;
  }
}
@media (max-width: 390px), (min-width: 768px) and (max-width: 991px) {
  .work-process__card__title {
    font-size: 22px;
  }
}
.work-process__card__step {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  position: relative;
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: 1;
  padding: 12px 9.5px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: var(--amonx-black4, #333333);
  text-transform: uppercase;
  border-radius: 100px;
  overflow: hidden;
  background: var(--amonx-white, #ffffff);
  writing-mode: sideways-lr;
  transition: all 500ms ease;
  border: 1px solid var(--amonx-border-color, #dddddd);
}
@media (max-width: 991px) {
  .work-process__card__step {
    top: auto;
    right: -1px;
    bottom: -1px;
  }
}
.work-process__card__step::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 2px;
  left: 0px;
  z-index: -1;
  opacity: 0;
  transition: all 500ms ease;
  background: linear-gradient(180deg, #00c427 0%, #0045e3 100%), #ffffff;
}
.work-process__card__step::after {
  counter-increment: servicesItemNumber;
  content: counter(servicesItemNumber, decimal-leading-zero);
}
.work-process__card__step__circle {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--amonx-primary, #0045e3);
}
.work-process__card__image {
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .work-process__card__image {
    height: 189px;
  }
}
.work-process__card__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1199px) {
  .work-process__card__image img {
    height: 100%;
    object-fit: cover;
  }
}
.work-process__card__bg {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 20px;
  background-color: var(--amonx-white, #ffffff);
}
@media (max-width: 1199px) {
  .work-process__card__bg {
    display: none;
  }
}
.work-process__card__bg::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  border: 5px solid var(--amonx-base, #00c427);
}
@media (min-width: 1200px) {
  .work-process__card--1 {
    width: 100%;
    max-width: 327px;
    top: -212px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.work-process__card--1 .work-process__card__inner {
  padding: 15px 10px 44px;
}
.work-process__card--1 .work-process__card__bg {
  -webkit-mask: url("../images/shapes/work-process-card-bg-1.png");
  mask: url("../images/shapes/work-process-card-bg-1.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.work-process__card--1 .work-process__card__bg::after {
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .work-process__card--2 {
    width: 100%;
    max-width: 322px;
    top: 50%;
    right: -300px;
    transform: translateY(-50%);
  }
}
.work-process__card--2 .work-process__card__inner {
  padding: 15px 10px 10px 53px;
}
.work-process__card--2 .work-process__card__bg {
  -webkit-mask: url("../images/shapes/work-process-card-bg-2.png");
  mask: url("../images/shapes/work-process-card-bg-2.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.work-process__card--2 .work-process__card__bg::after {
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
@media (min-width: 1200px) {
  .work-process__card--3 {
    width: 100%;
    max-width: 327px;
    left: 50%;
    bottom: -212px;
    transform: translateX(-50%);
  }
}
.work-process__card--3 .work-process__card__inner {
  padding: 50px 10px 10px;
}
.work-process__card--3 .work-process__card__bg {
  -webkit-mask: url("../images/shapes/work-process-card-bg-3.png");
  mask: url("../images/shapes/work-process-card-bg-3.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.work-process__card--3 .work-process__card__bg::after {
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .work-process__card--4 {
    width: 100%;
    max-width: 325px;
    top: 50%;
    left: -302px;
    transform: translateY(-50%);
  }
}
.work-process__card--4 .work-process__card__inner {
  padding: 15px 55px 10px 10px;
}
@media (min-width: 1200px) {
  .work-process__card--4 .work-process__card__title {
    margin-left: 54px;
  }
}
@media (min-width: 1200px) {
  .work-process__card--4 .work-process__card__step {
    right: auto;
    left: 0px;
  }
}
.work-process__card--4 .work-process__card__bg {
  -webkit-mask: url("../images/shapes/work-process-card-bg-4.png");
  mask: url("../images/shapes/work-process-card-bg-4.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.work-process__card--4 .work-process__card__bg::after {
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.work-process__circle-svg {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
  transform: rotate(-90deg);
}
@media (max-width: 1199px) {
  .work-process__circle-svg {
    display: none;
  }
}
.work-process__base-circle, .work-process__progress-circle {
  vector-effect: non-scaling-stroke;
}
.work-process__base-circle {
  stroke: none;
  fill: var(--amonx-white, #ffffff);
  stroke-width: 2px;
}
.work-process__progress-circle {
  fill: none;
  stroke: var(--amonx-primary, #0045e3);
  stroke-width: 1px;
  stroke-linecap: round;
}
.work-process__check-mark {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 3;
  position: absolute;
  font-size: 15px;
  color: var(--amonx-white, #ffffff);
  border-radius: 50%;
  transform: scale(0);
  background: linear-gradient(180deg, #00c427 25%, #0045e3 100%), #d9d9d9;
}
@media (max-width: 1199px) {
  .work-process__check-mark {
    display: none;
  }
}
.work-process__check-mark--1 {
  top: 12%;
  right: 12%;
}
.work-process__check-mark--2 {
  bottom: 12%;
  right: 12%;
}
.work-process__check-mark--3 {
  bottom: 12%;
  left: 12%;
}
.work-process__check-mark--4 {
  top: 12%;
  left: 12%;
}
.work-process__check-mark svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.work-process .large-title {
  top: 100px;
  transform: translateY(0%);
}
.work-process .large-title--right {
  top: auto;
  left: auto;
  right: 50px;
  bottom: 100px;
}
@media (max-width: 1799px) {
  .work-process .large-title--right {
    right: 1%;
  }
}

.work-process-two {
  position: relative;
  overflow: hidden;
  background-color: var(--amonx-white2, #fdf0eb);
  counter-reset: servicesItemNumber2;
}
.work-process-two__wrapper {
  position: relative;
  will-change: transform, opacity;
}
.work-process-two .row {
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .work-process-two .row {
    --bs-gutter-y: 30px;
  }
}
@media (min-width: 1200px) {
  .work-process-two .row > *:first-child,
  .work-process-two .row > *:last-child {
    margin-top: 70px;
  }
}
.work-process-two .row > * {
  opacity: 1 !important;
  transform: translateZ(0) !important;
}
@media (max-width: 1199px) {
  .work-process-two .row > * {
    opacity: 0 !important;
    transform: translate3d(0, 100px, 0) !important;
  }
}
@media (max-width: 1199px) {
  .work-process-two .row > *.aos-animate {
    opacity: 1 !important;
    transform: translateZ(0) !important;
  }
}
.work-process-two__item {
  text-align: center;
  position: relative;
}
.work-process-two__item__image {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 10px;
}
.work-process-two__item__image img {
  width: 100%;
  display: block;
}
.work-process-two__item__content {
  position: relative;
  z-index: 1;
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .work-process-two__item__content {
    padding-top: 40px;
  }
}
.work-process-two__item__step {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 9.5px 22px;
  margin-bottom: 74px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: var(--amonx-black4, #333333);
  text-transform: uppercase;
  border-radius: 100px;
  overflow: hidden;
  background: var(--amonx-white, #ffffff);
  transition: all 500ms ease;
}
@media (max-width: 1199px) {
  .work-process-two__item__step {
    margin-bottom: 50px;
  }
}
.work-process-two__item__step::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  opacity: 0;
  transition: all 500ms ease;
  background: linear-gradient(180deg, #f25822 0%, #f25822 100%), #ffffff;
}
.work-process-two__item__step::after {
  counter-increment: servicesItemNumber2;
  content: counter(servicesItemNumber2, decimal-leading-zero);
}
.team-one__card:hover{
  background-color: #f25822;;
}
.work-process-two__item__step__circle {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--amonx-base, #00c427);
}
.work-process-two__item:hover .work-process-two__item__step {
  color: var(--amonx-white, #ffffff);
}
.work-process-two__item:hover .work-process-two__item__step::before {
  opacity: 1;
}
.work-process-two__item:hover .work-process-two__item__step__circle {
  background-color: var(--amonx-white, #ffffff);
}
.work-process-two__item__title {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--amonx-black2, #222222);
  text-transform: capitalize;
}
.work-process-two__item__text {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}
.work-process-two__item__shape {
  width: 13px;
  height: 150px;
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .work-process-two__item__shape {
    top: -40px;
  }
}
.work-process-two__item__shape rect {
  width: 1px;
  height: 100%;
}
.work-process-two__shape {
  width: 100%;
  height: 71px;
  position: absolute;
  top: 231px;
  left: 0px;
  opacity: 1;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .work-process-two__shape {
    display: none;
  }
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery-page {
  background-color: var(--amonx-white, #ffffff);
}
.gallery-page__filter__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
.gallery-page__filter__list li {
  padding: 8px 30px;
  font-weight: 500;
  justify-content: center;
}
.gallery-page__filter__list li.active {
  color: var(--amonx-white, #ffffff);
}
.gallery-page__filter__list li.active::before, .gallery-page__filter__list li.active::after {
  width: calc(50% + 10px);
}
.gallery-page__card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.gallery-page__card img {
  width: 100%;
  display: block;
}
.gallery-page__card__hover {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: all 500ms ease;
}
.gallery-page__card__hover::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  visibility: hidden;
  right: -100%;
  bottom: -100%;
  transition: all 500ms ease;
  background-color: RGBA(var(--amonx-black2-rgb, 34, 34, 34), 0.6);
}
.gallery-page__card__hover .img-popup {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  border-radius: 10px;
  transition: all 500ms ease 0ms;
  background-color: var(--amonx-base, #00c427);
}
.gallery-page__card__hover .img-popup:hover {
  background-color: var(--amonx-primary, #0045e3);
}
.gallery-page__card:hover .gallery-page__card__hover {
  visibility: visible;
}
.gallery-page__card:hover .gallery-page__card__hover::after {
  right: 0px;
  bottom: 0px;
  visibility: visible;
}
.gallery-page__card:hover .img-popup {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition-delay: 300ms;
}
.gallery-page__card__icon {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
}
.gallery-page__card__icon::after, .gallery-page__card__icon::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--amonx-white, #ffffff);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery-page__card__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
  background-color: var(--amonx-white, #ffffff);
}
.team-details__wrapper {
  padding: 20px;
  margin-bottom: 35px;
  border-radius: 20px;
  border: 1px solid var(--amonx-border-color, #dddddd);
}
.team-details__image {
  display: inline-block;
}
.team-details__image__box {
  overflow: hidden;
  border-radius: 20px;
}
.team-details__image img {
  max-width: 100%;
  height: auto;
}
.team-details__info li + li {
  margin-top: 35px;
}
.team-details__info li {
  display: flex;
  gap: 15px 35px;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .team-details__info li {
    flex-direction: column;
  }
}
.team-details__info__content {
  flex: 1;
}
@media (max-width: 575px) {
  .team-details__info__content {
    width: 100%;
    padding-left: 15px;
  }
}
.team-details__info__title {
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--amonx-black2, #222222);
  text-transform: capitalize;
}
.team-details__info__title--name {
  margin-bottom: 10px;
}
.team-details__info__text {
  margin-bottom: 0px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}
.team-details__info__text--role {
  margin-bottom: 10px;
}
.team-details__info__skill {
  display: flex;
  gap: 30px 50px;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-left: 17px;
}
@media (max-width: 575px) {
  .team-details__info__skill {
    padding-left: 15px;
  }
}
.team-details__info .social-links a {
  background-color: transparent;
  border: 1px solid RGBA(var(--amonx-text-rgb, 99, 99, 99), 0.8);
}
.team-details__info .social-links a:hover {
  border-color: var(--amonx-primary, #0045e3);
  background-color: var(--amonx-primary, #0045e3);
}
.team-details__info .social-links .social-links__icon {
  color: RGBA(var(--amonx-text-rgb, 99, 99, 99), 0.8);
}
.team-details__info .social-links a:hover .social-links__icon {
  color: var(--amonx-white, #ffffff);
}
.team-details__personal {
  padding-bottom: 112px;
  border-bottom: 1px solid var(--amonx-border-color, #dddddd);
}
@media (max-width: 767px) {
  .team-details__personal {
    padding-bottom: 92px;
  }
}
@media (max-width: 575px) {
  .team-details__personal {
    padding-bottom: 72px;
  }
}
.team-details__personal__description {
  margin-bottom: 30px;
}
.team-details__personal__text {
  margin: 0px;
  position: relative;
}
.team-details__personal__text--border::before {
  content: "";
  width: 3px;
  height: calc(100% - 13px);
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  background-color: var(--amonx-primary, #0045e3);
}
@media (max-width: 991px) {
  .team-details__personal__text--border::before {
    display: none;
  }
}
.team-details__personal__text + .team-details__personal__text {
  margin-top: 15px;
}
.team-details__personal__list {
  max-width: 800px;
  margin-bottom: 0px;
  --bs-gutter-x: 20px;
  --bs-gutter-y: 12px;
}
.team-details__personal__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  color: var(--amonx-black4, #333333);
}
.team-details__personal__list__icon {
  position: relative;
  top: 2px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 10px;
  color: var(--amonx-white, #ffffff);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--amonx-primary, #0045e3);
}
.team-details__personal__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/*--------------------------------------------------------------
# Service
--------------------------------------------------------------*/
.services-one {
  position: relative;
  background-color: var(--amonx-white, #ffffff);
  counter-reset: servicesItemNumber;
}
.services-one .container {
  position: relative;
  z-index: 1;
}
.services-one .column-1 {
  flex: 0 0 auto;
  width: 61%;
}
@media (max-width: 1199px) {
  .services-one .column-1 {
    width: 100%;
  }
}
.services-one .column-2 {
  flex: 0 0 auto;
  width: 39%;
}
@media (max-width: 1199px) {
  .services-one .column-2 {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .services-one .column-1,
  .services-one .column-2 {
    opacity: 0 !important;
    transform: translate3d(0, 100px, 0) !important;
  }
}
@media (max-width: 1199px) {
  .services-one .column-1.aos-animate,
  .services-one .column-2.aos-animate {
    opacity: 1 !important;
    transform: translateZ(0) !important;
  }
}
.services-one__content {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  border: 1px solid var(--amonx-border-color, #dddddd);
}
.services-one__item {
  overflow: hidden;
  position: relative;
  transition: all 500ms ease;
  padding: 20.5px 30px;
}
.services-one__item:not(:first-child) {
  border-top: 1px solid var(--amonx-border-color, #dddddd);
}
.services-one__item.active {
  border-top: transparent;
}
.services-one__item.active + .services-one__item {
  border-top: transparent;
}
.services-one__item__top {
  display: flex;
  gap: 30px;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .services-one__item__top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.services-one__item__serial {
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
  align-items: center;
  width: calc(24.5% - 15px);
}
@media (max-width: 767px) {
  .services-one__item__serial {
    width: 100%;
  }
}
.services-one__item__serial__icon {
  display: inline-flex;
  font-size: 19px;
  color: var(--amonx-base, #00c427);
  transition: all 500ms ease;
}
.services-one__item__serial__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.services-one__item__serial__number {
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.625;
  transition: all 500ms ease;
}
.services-one__item__serial__number span {
  transition: all 500ms ease;
}
.services-one__item__serial__number span > span::after {
  margin-bottom: 6px;
  transition: all 500ms ease;
  counter-increment: servicesItemNumber;
  content: counter(servicesItemNumber, decimal-leading-zero);
}
.services-one__item.active .services-one__item__serial__icon {
  color: var(--amonx-primary, #0045e3);
}
.services-one__item.active .services-one__item__serial__number {
  color: var(--amonx-white, #ffffff);
}
.services-one__item.active .services-one__item__serial__number span, .active .services-one__item__serial__number span span::after {
  color: var(--amonx-base, #00c427);
}
.services-one__item__top__right {
  display: flex;
  gap: 30px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  width: calc(75.5% - 15px);
}
@media (max-width: 767px) {
  .services-one__item__top__right {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.services-one__item__title {
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 40px;
  font-weight: 700;
  color: var(--amonx-black2, #222222);
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .services-one__item__title {
    line-height: 1.2;
  }
}
.services-one__item__title a {
  color: inherit;
}
.services-one__item__title a:hover {
  color: var(--amonx-base, #00c427);
}
.services-one__item__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.services-one__item__title a:hover {
  background-size: 100% 1px;
}
.services-one__item.active .services-one__item__title {
  color: var(--amonx-white, #ffffff);
}
.services-one__item__btn {
  width: 40px;
  height: 40px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  font-size: 18px;
  color: var(--amonx-primary, #0045e3);
  transition: all 500ms ease;
  background-color: var(--amonx-white2, #fdf0eb);
}
.services-one__item__btn--hover {
  color: var(--amonx-white, #ffffff);
  background-color: var(--amonx-primary, #0045e3);
}
.services-one__item__btn:hover {
  transform: rotate(41deg);
}
.services-one__item__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.services-one__item__bottom {
  display: grid;
  grid-template-rows: 0fr;
  margin-top: 0;
  opacity: 0;
  position: relative;
  z-index: 1;
  border-top: 1px solid transparent;
  transition: grid-template-rows 500ms ease, margin-top 400ms ease, opacity 400ms ease 100ms, border-color 400ms ease;
}
.services-one__item__bottom__inner {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  min-height: 0;
  overflow: hidden;
}
.services-one__item.active .services-one__item__bottom {
  opacity: 1;
  margin-top: 18px;
  padding-top: 15px;
  grid-template-rows: 1fr;
  border-top-color: RGBA(var(--amonx-border-color-rgb, 221, 221, 221), 0.31);
}
.services-one__item__text {
  padding-left: 18px;
  position: relative;
  margin-bottom: 0px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.625;
  transition: all 500ms ease;
}
.services-one__item__text::before {
  content: "";
  width: 2px;
  height: calc(100% - 11px);
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 1;
  border-radius: 10px;
  transform: translateY(-50%);
  background-color: var(--amonx-base, #00c427);
}
.services-one__item__text::after {
  content: "";
  width: 8px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background-color: var(--amonx-primary, #0045e3);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.services-one__item.active .services-one__item__text {
  color: var(--amonx-white, #ffffff);
}
.services-one__item__bg {
  width: 100%;
  height: 0%;
  position: relative;
  position: absolute;
  left: 0px;
  bottom: 0px;
  overflow: hidden;
  background-color: var(--amonx-black2, #222222);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transition: all 600ms ease;
}
.services-one__item__bg::after {
  content: "";
  position: absolute;
  inset: 0px;
  background-color: RGBA(var(--amonx-black3-rgb, 5, 5, 25), 0.42);
}
.services-one__item.active .services-one__item__bg {
  top: 0px;
  height: 100%;
}
.services-one__images {
  position: relative;
  width: calc(100% + 112px);
  min-height: 500px;
  margin-left: 0;
}
@media (max-width: 1350px) {
  .services-one__images {
    width: 100%;
  }
}
.services-one__image {
  width: 100%;
  /* height: 100%; */
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
  transform: translateX(50px);
  /* -webkit-mask: url("../images/shapes/services-1-shape-3.png");
  mask: url("../images/shapes/services-1-shape-3.png"); */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media (max-width: 767px) {
  .services-one__image {
    -webkit-mask: none;
    mask: none;
  }
}
.services-one__image.active {
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
  transition: all 1000ms ease;
}
.services-one__image__box {
  width: 100%;
  /* height: 100%; */
  overflow: hidden;
  border-radius: 20px;
}
.services-one__image img {
  width: 100%;
  height: 100% !important;
  display: block;
  object-fit: cover;
  aspect-ratio: 1/1.28;
  transform: none !important;
}
.services-one__image__icon {
  width: 104px;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  font-size: 62px;
  color: var(--amonx-base, #00c427);
  border-radius: 20px;
  transform: translateY(-50%);
  background-color: var(--amonx-white, #ffffff);
}
.services-one__image__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 767px) {
  .services-one__image__icon {
    right: 0;
    left: 0;
    margin: auto;
  }
}
.services-one__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 50px;
  bottom: 50px;
}
@media (max-width: 1799px) {
  .services-one__shape {
    right: 30px;
    bottom: 30px;
  }
}
@media (max-width: 1599px) {
  .services-one__shape {
    display: none;
  }
}

.services-two {
  position: relative;
  background-color: var(--amonx-black3, #050519);
  counter-reset: servicesItemNumber2;
}
.services-two__bg {
  position: relative;
  position: absolute;
  inset: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.services-two__bg::after {
  content: "";
  position: absolute;
  inset: 0px;
  background-color: RGBA(var(--amonx-black3-rgb, 5, 5, 25), 0.79);
}
.services-two .container {
  position: relative;
  z-index: 1;
}
.services-two__title {
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: center;
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .services-two__title {
    flex-direction: column;
  }
}
.services-two__title__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 140px;
  color: var(--amonx-base, #00c427);
}
@media (max-width: 1199px) {
  .services-two__title__icon {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  .services-two__title__icon {
    font-size: 70px;
  }
}
@media (max-width: 480px) {
  .services-two__title__icon {
    font-size: 60px;
  }
}
@media (max-width: 430px) {
  .services-two__title__icon {
    font-size: 50px;
  }
}
@media (max-width: 375px) {
  .services-two__title__icon {
    font-size: 40px;
  }
}
.services-two__title__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.services-two__title__title {
  margin-bottom: 0px;
  font-size: 200px;
  line-height: 1;
  font-weight: 700;
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke: 1px var(--amonx-white, #ffffff);
}
@media (max-width: 1199px) {
  .services-two__title__title {
    font-size: 140px;
  }
}
@media (max-width: 991px) {
  .services-two__title__title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .services-two__title__title {
    font-size: 90px;
  }
}
@media (max-width: 480px) {
  .services-two__title__title {
    font-size: 75px;
  }
}
@media (max-width: 430px) {
  .services-two__title__title {
    font-size: 60px;
  }
}
@media (max-width: 375px) {
  .services-two__title__title {
    font-size: 50px;
  }
}
.services-two__title__title > div {
  background-image: linear-gradient(to left, RGBA(var(--amonx-white-rgb, 255, 255, 255), 0) 50%, var(--amonx-base, #00c427) 50%);
}
@media (min-width: 768px) and (max-width: 991px) {
  .services-two__wrapper {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.services-two .column-1 {
  flex: 0 0 auto;
  width: 32.7%;
}
@media (max-width: 1199px) {
  .services-two .column-1 {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .services-two .column-1 {
    width: 100%;
  }
}
.services-two .column-2 {
  flex: 0 0 auto;
  width: 30%;
  position: relative;
}
@media (max-width: 1199px) {
  .services-two .column-2 {
    width: 32.7%;
  }
}
@media (max-width: 991px) {
  .services-two .column-2 {
    width: 100%;
  }
}
.services-two .column-3 {
  flex: 0 0 auto;
  width: 37.3%;
}
@media (max-width: 991px) {
  .services-two .column-3 {
    width: 100%;
  }
}
.services-two__item {
  position: relative;
  z-index: 1;
  border-radius: 100px;
  padding: 30px 30px 30px 45px;
  border: 1px solid RGBA(var(--amonx-border-color-rgb, 221, 221, 221), 0.2);
}
@media (max-width: 1199px) {
  .services-two__item {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .services-two__item {
    padding: 30px;
    border-radius: 20px;
  }
}
@media (max-width: 375px) {
  .services-two__item {
    padding: 25px;
  }
}
.services-two__item:not(:first-child) {
  margin-top: -1px;
}
@media (max-width: 991px) {
  .services-two__item:not(:first-child) {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .services-two__item:not(:first-child) {
    margin-top: 30px;
  }
}
.services-two__item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  border-radius: inherit;
  transform: translate(-50%, -50%);
  clip-path: circle(0% at 50% 50%);
  background-color: var(--amonx-primary, #0045e3);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.7s;
}
.services-two__item:hover::after {
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}
.services-two__item .row {
  --bs-gutter-x: 46px;
  position: relative;
  z-index: 3;
}
.services-two__item__left, .services-two__item__center, .services-two__item__right {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}
.services-two__item__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 50px;
  color: var(--amonx-white, #ffffff);
}
.services-two__item__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.services-two__item__number {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: var(--amonx-white, #ffffff);
  text-transform: uppercase;
  writing-mode: sideways-lr;
}
.services-two__item__number::after {
  margin-bottom: 6px;
  counter-increment: servicesItemNumber2;
  content: counter(servicesItemNumber2, decimal-leading-zero);
}
.services-two__item__title {
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--amonx-white, #ffffff);
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .services-two__item__title {
    font-size: 22px;
  }
}
.services-two__item__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__item__title a:hover {
  background-size: 100% 1px;
}
.services-two__item__divider {
  display: inline-block;
  flex-shrink: 0;
  font-size: 65px;
  line-height: 1;
  font-weight: 100;
  color: var(--amonx-white, #ffffff);
}
@media (max-width: 991px) {
  .services-two__item__divider {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .services-two__item__divider {
    font-size: 60px;
  }
}
@media (max-width: 390px), (min-width: 768px) and (max-width: 991px) {
  .services-two__item__right {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.services-two__item__text {
  margin-bottom: 0px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-white, #ffffff);
  font-weight: 400;
  line-height: 1.625;
}
.services-two__item__btn {
  width: 50px;
  height: 50px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--amonx-primary, #0045e3);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--amonx-white, #ffffff);
}
.services-two__item__btn:hover {
  transform: rotate(41deg);
}
.services-two__item__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.services-three {
  z-index: 1;
  position: relative;
  counter-reset: servicesThreeNumber;
  background-color: #fffaf7;
}
.services-three__carousel {
  counter-reset: servicesThreeNumber2;
}
.services-three__card {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  filter: drop-shadow(0px 2px 37.9px rgba(0, 0, 0, 0.12));
}
.services-three__card__content {
  z-index: 1;
  position: relative;
  padding: 20px 20px 10px;
  transition: all 500ms ease;
}
.services-three__card  {
  background-color: black;
}
.services-three__card__inner {
  padding-left: 0px;
  padding-right: 0px;
}
.services-three__card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: absolute; */
  top: 0px;
  left: 50%;
  z-index: 2;
  font-size: 58px;
  color: var(--amonx-base, #00c427);
  /* transform: translateX(-50%); */
  transition: all 500ms ease;
  margin-bottom:20px;
}
.services-three__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.services-three__card .services-three__card__icon {
  color: var(--amonx-primary, #0045e3);
}
.services-three__card__title {
  margin-bottom: 15px;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--amonx-black2, #222222);
  text-transform: capitalize;
}
.services-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;
}
.services-three__card__title a {
  background-size: 100% 1px;
}
.services-three__card .services-three__card__title {
  color: #f25822;;
}
.services-three__card__text {
  padding-bottom: 13px;
  margin-bottom: 16px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.625;
  transition: all 500ms ease;
  border-bottom: 1px solid var(--amonx-border-color, #dddddd);
}
.services-three__card .services-three__card__text {
  color: var(--amonx-white, #ffffff);
  padding-bottom: 0px;
  border-color: transparent;
}
.services-three__card__image {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.services-three__card__image--hover {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  position: relative;
  transition: opacity 0.4s ease, max-height 0.4s ease;
}
.services-three__card__image--hover::after {
  content: "";
  position: absolute;
  inset: 0px;
  background-color: RGBA(var(--amonx-black3-rgb, 5, 5, 25), 0.4);
}
.services-three__card__image__box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-three__card__image--show {
  opacity: 1;
  overflow: hidden;
  max-height: 77px;
  transition: opacity 0.4s ease, max-height 0.4s ease;
}
.services-three__card__image--show .services-three__card__image__box {
  height: 77px;
  -webkit-mask: url("../images/shapes/services-3-shape-2.png");
  mask: url("../images/shapes/services-3-shape-2.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.services-three__card .services-three__card__image--hover {
  opacity: 1;
  overflow: hidden;
  max-height: 113px;
  margin-bottom: 20px;
}
.services-three__card .services-three__card__image--show {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
.services-three__card__list {
  margin-bottom: 20px;
}
.services-three__card__list li + li {
  margin-top: 8px;
}
.services-three__card__list li {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.625;
  transition: all 500ms ease;
}
.services-three__card__list__icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: inline-flex;
  top: 4px;
  position: relative;
  border-radius: 50%;
  /* background-color: var(--amonx-white2, #fdf0eb); */
}
.services-three__card__list__icon span {
  display: inline-flex;
  position: absolute;
  top: 0px;
  left: 3px;
  font-size: 15px;
  color: var(--amonx-primary, #0045e3);
}
.services-three__card .services-three__card__list li {
  color: var(--amonx-white, #ffffff);
}
.services-three__card:hover .services-three__card__list__icon {
  /* background-color: var(--amonx-white, #ffffff); */
}
.services-three__card__number {
  display: block;
}
.services-three__card__image--hover .services-three__card__number {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  color: transparent;
  writing-mode: sideways-lr;
  -webkit-text-stroke: 1px var(--amonx-white, #ffffff);
}
.services-three__card__image--hover .services-three__card__number::after {
  counter-increment: servicesThreeNumber;
  content: counter(servicesThreeNumber, decimal-leading-zero);
}
.services-three__card__inner .services-three__card__number {
  opacity: 1;
  max-height: 72px;
  overflow: hidden;
  margin-bottom: -30px;
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
  color: transparent;
  text-align: center;
  -webkit-text-stroke: 1px var(--amonx-border-color, #dddddd);
  transition: opacity 0.4s ease, max-height 0.4s ease;
}
.services-three__card__inner .services-three__card__number::after {
  counter-increment: servicesThreeNumber2;
  content: counter(servicesThreeNumber2, decimal-leading-zero);
}
.services-three__card:hover .services-three__card__inner .services-three__card__number {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  margin-bottom: 0px;
}
.services-three__card .services-three__card__inner--btn {
  opacity: 0;
  max-height: 0px;
  overflow: hidden;
  transition: opacity 0.4s ease, max-height 0.4s ease;
}
.services-three__card:hover .services-three__card__inner--btn {
  opacity: 1;
  max-height: 44px;
  overflow: hidden;
}
.services-three__card .amonx-btn {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  color: var(--amonx-white, #ffffff);
  background-color: transparent;
  border: 1px solid var(--amonx-white, #ffffff);
}
.services-three__card .amonx-btn:hover {
  color: var(--amonx-black3, #050519);
  background-color: var(--amonx-white, #ffffff);
}
.services-three__card .amonx-btn::before, .services-three__card .amonx-btn::after {
  background-color: transparent;
}
.services-three__card__bg {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  border-radius: 20px;
  background-color: var(--amonx-white, #ffffff);
  -webkit-mask: url("../images/shapes/services-3-shape-1.png");
  mask: url("../images/shapes/services-3-shape-1.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.services-three__card__bg::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
  background: linear-gradient(180deg, #050519 0%, #00c427 56.67%, #0045e3 100%);
}
.services-three__card:hover .services-three__card__bg::after {
  top: 0px;
  height: 100%;
}
@media (min-width: 1400px) {
  .services-three--page .container {
    max-width: 1500px;
  }
}
.services-three--page .services-three__grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1399px) {
  .services-three--page .services-three__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1199px) {
  .services-three--page .services-three__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .services-three--page .services-three__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .services-three--page .services-three__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
  background-color: var(--amonx-white, #ffffff);
}
.service-details__image {
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.service-details__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.service-details__pages {
  border-radius: 10px;
  padding: 24px 30px 30px;
  background-color: var(--amonx-white2, #fdf0eb);
}
@media (max-width: 412px) {
  .service-details__pages {
    padding: 19px 25px 25px;
  }
}
.service-details__pages__title {
  margin-bottom: 20.02px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--amonx-black2, #222222);
  text-transform: capitalize;
}
.service-details__nav {
  margin: 0px;
}
.service-details__nav li + li {
  margin-top: 20px;
}
.service-details__nav li a {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  z-index: 1;
  padding: 10.5px 15px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  color: var(--amonx-black2, #222222);
  text-transform: capitalize;
  line-height: 1.375;
  overflow: hidden;
  border-radius: 100px;
  background-color: var(--amonx-white, #ffffff);
}
@media (max-width: 412px) {
  .service-details__nav li a {
    font-size: 16px;
  }
}
.service-details__nav li a::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
  background-color: var(--amonx-primary, #0045e3);
}
.service-details__nav li .service-details__nav__icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
  color: var(--amonx-white, #ffffff);
  border-radius: 50%;
  background-color: var(--amonx-primary, #0045e3);
  transition: all 500ms ease;
}
@media (max-width: 412px) {
  .service-details__nav li .service-details__nav__icon {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
}
.service-details__nav li .service-details__nav__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-details__nav li a:hover .service-details__nav__icon, .service-details__nav li.current a .service-details__nav__icon {
  color: var(--amonx-white, #ffffff);
  background-color: var(--amonx-base, #00c427);
}
.service-details__nav li a:hover, .service-details__nav li.current a {
  color: var(--amonx-white, #ffffff);
}
.service-details__nav li a:hover::after, .service-details__nav li.current a::after {
  width: 100%;
  left: 0px;
}
.service-details__content {
  margin-top: 44px;
}
.service-details__title {
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--amonx-black2, #222222);
}
.service-details__box--1 {
  margin-bottom: 43px;
}
.service-details__box--2 .service-details__text + .service-details__text {
  margin-top: 19px;
}
.service-details__text {
  margin-bottom: 0px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}
.service-details__inner {
  margin-bottom: 43px;
}
.service-details__inner__title {
  margin-bottom: 21px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-black, #000000);
  font-weight: 600;
  line-height: 1.375;
  text-transform: uppercase;
}
.service-details__inner__list {
  margin-bottom: 25px;
}
.service-details__inner__list li + li {
  margin-top: 11px;
}
.service-details__inner__list li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: var(--amonx-black4, #333333);
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}
.service-details__inner__list svg {
  width: 20px;
  height: 18px;
  flex-shrink: 0;
  position: relative;
  top: 2px;
  transition: all 500ms ease;
}
.service-details__inner__list svg path:first-child {
  fill: var(--amonx-primary, #0045e3);
  transition: all 500ms ease;
}
.service-details__inner__list svg path:not(:first-child) {
  fill: var(--amonx-base, #00c427);
  transition: all 500ms ease;
}
.service-details__inner__list li:hover svg path:first-child {
  fill: var(--amonx-base, #00c427);
}
.service-details__inner__text {
  margin-bottom: 0px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}
.service-details__inner__image {
  overflow: hidden;
  border-radius: 10px;
}
.service-details__inner__image img {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# Project
--------------------------------------------------------------*/
.project-one {
  background-color: var(--amonx-white, #ffffff);
}
.project-one__top {
  margin-bottom: 30px;
}
.project-one__top__right {
  text-align: center;
}
@media (max-width: 991px) {
  .project-one__top__right {
    opacity: 0 !important;
    transform: translate3d(0, 100px, 0) !important;
  }
}
@media (max-width: 991px) {
  .project-one__top__right.aos-animate {
    opacity: 1 !important;
    transform: translateZ(0) !important;
  }
}
@media (min-width: 992px) {
  .project-one__top__right {
    text-align: right;
  }
}
.project-one .sec-title {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .project-one .sec-title {
    text-align: center;
  }
}
.project-one .amonx-btn {
  margin-bottom: 20px;
}
.project-one__year {
  margin-bottom: 0px;
  font-size: 100px;
  line-height: 1;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px var(--amonx-base, #00c427);
}
@media (max-width: 767px), (min-width: 992px) and (max-width: 1199px) {
  .project-one__year {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .project-one__year {
    font-size: 70px;
  }
}
@media (max-width: 430px) {
  .project-one__year {
    font-size: 60px;
  }
}
@media (max-width: 375px) {
  .project-one__year {
    font-size: 50px;
  }
}
.project-one__item {
  position: relative;
}
.project-one__item__image {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 20px;
}
.project-one__item__image img {
  width: 100%;
  display: block;
  aspect-ratio: 1/0.7;
  object-fit: cover;
}
.project-one__item__content {
  display: flex;
  gap: 10px;
  align-items: stretch;
  justify-content: space-between;
}
.project-one__item__left {
  display: flex;
  flex: 1;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  position: relative;
  border-radius: 20px;
  padding: 10px 0px 0px 0px;
}
@media (max-width: 767px), (min-width: 992px) and (max-width: 1199px) {
  .project-one__item__left {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 480px) {
  .project-one__item__left {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.project-one__item__list {
  display: inline-flex;
  gap: 6px 0px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.project-one__item__list li {
  display: flex;
  align-items: center;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-primary, #0045e3);
  font-weight: 400;
  line-height: 1.25;
  text-transform: capitalize;
}
.project-one__item__list li:not(:last-child)::after {
  content: "/";
  margin-left: 10px;
  margin-right: 10px;
  font-size: 15px;
  position: relative;
  top: 1px;
}
.project-one__item__list li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.project-one__item__list li a:hover {
  background-size: 100% 1px;
}
.project-one__item:hover .project-one__item__list li {
  color: var(--amonx-white, #ffffff);
}
.project-one__item__title {
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--amonx-black2, #222222);
  text-transform: capitalize;
}
@media (max-width: 575px), (min-width: 992px) and (max-width: 1199px) {
  .project-one__item__title {
    font-size: 22px;
  }
}
.project-one__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.project-one__item__title a:hover {
  background-size: 100% 1px;
}
.project-one__item .project-one__item__title {
  color: #f25822;
  margin-bottom:10px;
}
.project-one__item__btn {
  width: 40px;
  height: 40px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--amonx-white, #ffffff);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--amonx-base, #00c427);
}
.project-one__item__btn:hover {
  transform: rotate(42deg);
}
.project-one__item__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.project-one__item:hover .project-one__item__btn {
  background-color: var(--amonx-primary, #0045e3);
}
.project-one__item__year {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 25px 8px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-black, #000000);
  font-weight: 500;
  line-height: 1.625;
  border-radius: 100px;
  writing-mode: sideways-lr;
  transition: all 500ms ease;
  background-color: var(--amonx-white2, #fdf0eb);
}
@media (max-width: 430px) {
  .project-one__item__year {
    padding: 22px 6px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
  }
}
.project-one__item__year__circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: all 500ms ease;
  border: 2px solid var(--amonx-primary, #0045e3);
}
.project-one__item:hover .project-one__item__year {
  color: var(--amonx-white, #ffffff);
  background-color: var(--amonx-base, #00c427);
}
.project-one__item:hover .project-one__item__year__circle {
  border-color: var(--amonx-white, #ffffff);
}
.project-one__item__shape {
  position: relative;
  position: absolute;
  inset: 0px;
  z-index: -1;
  overflow: hidden;
  border-radius: 20px;
  background-color: var(--amonx-white2, #fdf0eb);
  -webkit-mask: url("../images/shapes/project-1-shape-1.png");
  mask: url("../images/shapes/project-1-shape-1.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media (max-width: 767px), (min-width: 992px) and (max-width: 1199px) {
  .project-one__item__shape {
    -webkit-mask: unset;
    mask: unset;
  }
}
.project-one__item__shape::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: all 500ms ease;
  background-color: var(--amonx-primary, #0045e3);
}
.project-one__item:hover .project-one__item__shape::after {
  width: 100%;
  left: 0px;
}

.project-two {
  counter-reset: projectItemNumber;
  background-color: var(--amonx-white, #ffffff);
}
.project-two__title {
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .project-two__title {
    flex-direction: column;
  }
}
.project-two__title__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 140px;
  color: var(--amonx-base, #00c427);
}
@media (max-width: 1199px) {
  .project-two__title__icon {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  .project-two__title__icon {
    font-size: 70px;
  }
}
@media (max-width: 480px) {
  .project-two__title__icon {
    font-size: 60px;
  }
}
@media (max-width: 430px) {
  .project-two__title__icon {
    font-size: 50px;
  }
}
@media (max-width: 375px) {
  .project-two__title__icon {
    font-size: 40px;
  }
}
.project-two__title__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.project-two__title__title {
  margin-bottom: 0px;
  font-size: 200px;
  line-height: 1;
  font-weight: 700;
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke: 1px var(--amonx-border-color, #dddddd);
}
@media (max-width: 1199px) {
  .project-two__title__title {
    font-size: 140px;
  }
}
@media (max-width: 991px) {
  .project-two__title__title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .project-two__title__title {
    font-size: 90px;
  }
}
@media (max-width: 480px) {
  .project-two__title__title {
    font-size: 75px;
  }
}
@media (max-width: 430px) {
  .project-two__title__title {
    font-size: 60px;
  }
}
@media (max-width: 375px) {
  .project-two__title__title {
    font-size: 50px;
  }
}
.project-two .bw-project-panel + .bw-project-panel {
  margin-top: 30px;
}
.project-two__item {
  padding: 20px;
  overflow: hidden;
  border-radius: 20px;
  background-color: var(--amonx-white2, #fdf0eb);
}
@media (max-width: 480px) {
  .project-two__item {
    padding: 10px;
  }
}
@media (min-width: 992px) {
  .project-two__item--reverse-row .row {
    flex-direction: row-reverse;
  }
}
.project-two__item .col-xl-5 {
  width: 44.4%;
}
@media (max-width: 1199px) {
  .project-two__item .col-xl-5 {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .project-two__item .col-xl-5 {
    width: 100%;
  }
}
.project-two__item .col-xl-7 {
  width: 55.6%;
}
@media (max-width: 1199px) {
  .project-two__item .col-xl-7 {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .project-two__item .col-xl-7 {
    width: 100%;
  }
}
.project-two__item__image {
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}
.project-two__item__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.project-two__item__content {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.project-two__item__content__box {
  position: relative;
  z-index: 1;
  padding: 50px 66px 50px 50px;
}
@media (max-width: 1199px) {
  .project-two__item__content__box {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .project-two__item__content__box {
    padding: 30px;
  }
}
@media (max-width: 412px) {
  .project-two__item__content__box {
    padding: 25px;
  }
}
.project-two__item__icon {
  display: inline-flex;
  font-size: 66px;
  color: var(--amonx-base, #00c427);
  position: absolute;
  top: calc(50% - 21px);
  left: 18px;
  z-index: 1;
  transform: translateY(-50%);
  transition: all 500ms ease;
}
@media (max-width: 1199px) {
  .project-two__item__icon {
    left: 10px;
  }
}
@media (max-width: 991px) {
  .project-two__item__icon {
    position: static;
    margin-bottom: 30px;
    transform: translateY(0px);
  }
}
.project-two__item:hover .project-two__item__icon {
  color: var(--amonx-primary, #0045e3);
}
@media (max-width: 991px) {
  .project-two__item:hover .project-two__item__icon {
    color: var(--amonx-white, #ffffff);
  }
}
.project-two__item__title {
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--amonx-black2, #222222);
  text-transform: capitalize;
}
@media (max-width: 412px) {
  .project-two__item__title {
    font-size: 22px;
  }
}
.project-two__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.project-two__item__title a:hover {
  background-size: 100% 1px;
}
.project-two__item:hover .project-two__item__title {
  color: var(--amonx-white, #ffffff);
}
.project-two__item__number {
  margin-bottom: 15px;
  font-size: 150px;
  line-height: 1;
  font-weight: 700;
  color: transparent;
  text-align: right;
  transition: all 500ms ease;
  -webkit-text-stroke: 1px var(--amonx-border-color, #dddddd);
}
@media (max-width: 480px) {
  .project-two__item__number {
    font-size: 100px;
  }
}
.project-two__item__number::after {
  counter-increment: projectItemNumber;
  content: counter(projectItemNumber, decimal-leading-zero);
}
.project-two__item:hover .project-two__item__number {
  -webkit-text-stroke: 1px var(--amonx-white, #ffffff);
}
.project-two__item__text {
  margin-bottom: 23px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.625;
  transition: all 500ms ease;
}
.project-two__item:hover .project-two__item__text {
  color: var(--amonx-white, #ffffff);
}
.project-two__item__meta {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 0px;
}
.project-two__item__meta li {
  padding: 5px 20px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.625;
  text-transform: capitalize;
  border-radius: 100px;
  transition: all 500ms ease;
  border: 1px solid var(--amonx-border-color, #dddddd);
}
.project-two__item:hover .project-two__item__meta li {
  color: var(--amonx-black3, #050519);
  border-color: var(--amonx-white, #ffffff);
  background-color: var(--amonx-white, #ffffff);
}
.project-two__item__shape {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  border-radius: 20px;
  background-color: var(--amonx-white, #ffffff);
  -webkit-mask: url("../images/shapes/project-2-shape-1.png");
  mask: url("../images/shapes/project-2-shape-1.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media (max-width: 991px) {
  .project-two__item__shape {
    -webkit-mask: unset;
    mask: unset;
  }
}
.project-two__item__shape::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: all 500ms ease;
  background: linear-gradient(180deg, #00c427 0%, #0045e3 100%), #ffffff;
}
.project-two__item:hover .project-two__item__shape::after {
  opacity: 1;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details {
  background-color: var(--amonx-white, #ffffff);
}
@media (max-width: 767px) {
  .project-details__content .container-fluid {
    padding: 0px;
  }
}
.project-details__image {
  margin-bottom: 43px;
  position: relative;
}
.project-details__image__box {
  border-radius: 10px;
}
.project-details__image img {
  width: 100%;
  display: block;
}
.project-details__info-box {
  max-width: 909px;
  display: grid;
  grid-gap: 15px 150px;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  z-index: 1;
  padding: 50px;
  margin: -100px auto 0px;
  border-radius: 10px;
  border: 10px solid var(--amonx-white, #ffffff);
  background-color: var(--amonx-primary, #0045e3);
}
@media (max-width: 1199px) {
  .project-details__info-box {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .project-details__info-box {
    margin-top: -80px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .project-details__info-box {
    margin-top: 20px;
    padding: 30px;
    border: none;
  }
}
@media (max-width: 480px) {
  .project-details__info-box {
    padding: 25px;
  }
}
.project-details__info {
  margin: 0px;
}
.project-details__info:first-child {
  position: relative;
}
.project-details__info:first-child::after {
  content: "";
  width: 2px;
  height: calc(100% + 28px);
  position: absolute;
  top: 50%;
  right: -75px;
  transform: translateY(-50%);
  background-color: var(--amonx-white, #ffffff);
}
@media (max-width: 991px) {
  .project-details__info:first-child::after {
    display: none;
  }
}
.project-details__info li + li {
  margin-top: 15px;
}
.project-details__info li {
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.318;
  color: var(--amonx-white, #ffffff);
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .project-details__info li {
    font-size: 18px;
  }
}
.project-details__info__title {
  position: relative;
  top: -1px;
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 0 0 145px;
}
@media (max-width: 991px) {
  .project-details__info__title {
    flex: 0 0 160px;
  }
}
@media (max-width: 575px) {
  .project-details__info__title {
    flex: 0 0 125px;
    gap: 12px;
  }
}
@media (max-width: 412px) {
  .project-details__info__title {
    flex: 0 0 90px;
  }
}
@media (max-width: 375px) {
  .project-details__info__title {
    flex: 0 0 auto;
    gap: 10px;
  }
}
.project-details__info__icon {
  display: inline-flex;
  flex-shrink: 0;
  position: relative;
  top: -1px;
  font-size: 20px;
  color: var(--amonx-white, #ffffff);
}
.project-details__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 575px) {
  .project-details__info__icon {
    font-size: 18px;
  }
}
.project-details__title {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--amonx-black2, #222222);
}
.project-details__text {
  margin: 0px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}
.project-details__text + .project-details__text {
  margin-top: 21px;
}
.project-details__inner {
  margin: 38px 0px 43px;
}
.project-details__list__text {
  margin-bottom: 30px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}
.project-details__list__box {
  margin-bottom: 37px;
}
.project-details__list__box li + li {
  margin-top: 11px;
}
.project-details__list__box li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}
.project-details__list__box svg {
  width: 20px;
  height: 18px;
  flex-shrink: 0;
  position: relative;
  top: 3px;
  transition: all 500ms ease;
}
.project-details__list__box svg path:first-child {
  fill: var(--amonx-primary, #0045e3);
  transition: all 500ms ease;
}
.project-details__list__box svg path:not(:first-child) {
  fill: var(--amonx-base, #00c427);
  transition: all 500ms ease;
}
.project-details__list__box li:hover svg path:first-child {
  fill: var(--amonx-base, #00c427);
}
.project-details__list__box li:hover svg path:not(:first-child) {
  fill: var(--amonx-primary, #0045e3);
}
.project-details__inner__image {
  overflow: hidden;
  border-radius: 10px;
}
.project-details__inner__image img {
  width: 100%;
  display: block;
}

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

.product-page {
  background-color: var(--amonx-white, #ffffff);
}
.product-page .post-pagination {
  justify-content: center;
}
.product-page .product__item__image img {
  width: auto !important;
  display: inline-block !important;
}
.product-page--sidebar .post-pagination {
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .product-page--sidebar .post-pagination {
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# Shop Details
--------------------------------------------------------------*/
.product-details {
  position: relative;
  background-color: var(--amonx-white, #ffffff);
}
.product-details__product {
  display: flex;
  align-items: center;
  gap: 30px 22px;
}
@media (max-width: 991px) {
  .product-details__product {
    flex-direction: column;
    align-items: flex-start;
    opacity: 0 !important;
    transform: translate3d(0, 100px, 0) !important;
  }
}
@media (max-width: 991px) {
  .product-details__product.aos-animate {
    opacity: 1 !important;
    transform: translateZ(0) !important;
  }
}
.product-details__thumb-box {
  width: 120px;
}
@media (max-width: 991px) {
  .product-details__thumb-box {
    width: 100%;
  }
}
.product-details__thumb {
  --slick-gutter: 13px;
  width: 126px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .product-details__thumb {
    width: 100%;
  }
}
.product-details__thumb .slick-list {
  clip-path: inset(0 calc(var(--slick-gutter) / 2) 0 calc(var(--slick-gutter) / 2));
  margin: 0;
  padding: 0;
}
.product-details__thumb .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .product-details__thumb .slick-slide {
    margin-left: calc(var(--slick-gutter) / 2);
    margin-right: calc(var(--slick-gutter) / 2);
  }
}
@media (min-width: 992px) {
  .product-details__thumb .slick-slide {
    margin-top: calc(var(--slick-gutter) / 2);
    margin-bottom: calc(var(--slick-gutter) / 2);
  }
}
.product-details__thumb__item {
  position: relative;
  cursor: pointer;
  z-index: 2;
  width: 113px;
  height: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 10px;
  transition: all 500ms ease;
  border: 1px solid var(--amonx-border-color, #dddddd);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-details__thumb__item {
    width: 114px;
    height: 114px;
  }
}
@media (max-width: 991px) {
  .product-details__thumb__item {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 767px) {
  .product-details__thumb__item {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 575px) {
  .product-details__thumb__item {
    width: 95px;
    height: 95px;
  }
}
@media (max-width: 480px) {
  .product-details__thumb__item {
    width: 83px;
    height: 83px;
  }
}
@media (max-width: 430px) {
  .product-details__thumb__item {
    width: 105px;
    height: 105px;
  }
}
@media (max-width: 390px) {
  .product-details__thumb__item {
    width: 95px;
    height: 95px;
  }
}
@media (max-width: 360px) {
  .product-details__thumb__item {
    width: 83px;
    height: 83px;
  }
}
.product-details__thumb__item img {
  position: relative;
  cursor: pointer;
  max-width: 100%;
  height: auto;
  z-index: 1;
}
.product-details__thumb__hover {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  border-radius: inherit;
  transform: translateY(-70%);
  transition: all 500ms ease;
  background-color: RGBA(var(--amonx-black3-rgb, 5, 5, 25), 0.5);
}
.product-details__thumb__hover .img-popup {
  display: inline-block;
  font-size: 27px;
  color: var(--amonx-white, #ffffff);
}
.product-details__thumb__hover .img-popup svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.product-details__thumb .slick-slide.slick-current .product-details__thumb__hover {
  opacity: 1;
  transform: translateY(0%);
}
.product-details__carousel {
  --slick-gutter: 10px;
  flex-grow: 1;
  border-radius: 10px;
  border: 1px solid var(--amonx-border-color, #dddddd);
}
@media (max-width: 991px) {
  .product-details__carousel {
    width: 100%;
  }
}
.product-details__carousel .slick-list {
  clip-path: inset(0 calc(var(--slick-gutter) / 2) 0 calc(var(--slick-gutter) / 2));
  margin: 0;
  padding: 0;
}
.product-details__carousel .slick-slide {
  margin-top: calc(var(--slick-gutter) / 2);
  margin-bottom: calc(var(--slick-gutter) / 2);
}
.product-details__image {
  padding: 20px 20px 47.5px;
}
.product-details__image__title {
  display: inline-block;
  padding: 7px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--amonx-white, #ffffff);
  text-transform: uppercase;
  border-radius: 5px;
  background-color: var(--amonx-base, #00c427);
}
.product-details__image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.product-details__content {
  margin-top: 2px;
}
@media (max-width: 991px) {
  .product-details__content {
    opacity: 0 !important;
    transform: translate3d(0, 100px, 0) !important;
  }
}
@media (max-width: 991px) {
  .product-details__content.aos-animate {
    opacity: 1 !important;
    transform: translateZ(0) !important;
  }
}
@media (max-width: 991px) {
  .product-details__content {
    margin-top: 0px;
  }
}
.product-details__name {
  margin-bottom: 13px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.272;
  color: var(--amonx-black2, #222222);
}
.product-details__product-info {
  margin-bottom: 20px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 40px;
  border-bottom: 1px solid var(--amonx-border-color, #dddddd);
}
@media (max-width: 767px) {
  .product-details__product-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-details__product-info {
    gap: 30px;
  }
}
.product-details__price {
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.04;
  color: var(--amonx-primary, #0045e3);
}
.product-details__review {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.product-details__review__text {
  font-size: 16px;
  font-weight: 500;
  color: var(--amonx-primary, #0045e3);
  text-transform: capitalize;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.product-details__review__text:hover {
  background-size: 100% 1px;
}
.product-details .amonx-ratings {
  position: relative;
  top: -1px;
}
.product-details .amonx-ratings__icon {
  font-size: 18px;
}
.product-details__excerpt {
  margin-bottom: 25px;
}
.product-details__excerpt__text {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amonx-text, #636363);
  line-height: 1.625;
}
.product-details__color {
  margin-bottom: 34px;
}
.product-details__color__title {
  margin-bottom: 9px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 500;
}
.product-details__color__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.product-details__color__box {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  border-radius: 3px;
  background-color: var(--bg-color);
  border: 2px solid rgba(var(--border-color-rgb), 0.72);
}
.product-details__quantity {
  margin-bottom: 31px;
}
.product-details__quantity .quantity-box {
  border: 1px solid var(--amonx-border-color, #dddddd);
  width: 191px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.product-details__quantity .quantity-box__input {
  width: 71px;
  height: 100%;
  border: none;
  outline: none;
  font-family: var(--amonx-font, "Inter", sans-serif);
  padding: 0;
  outline: none;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: var(--amonx-black4, #333333);
  text-align: center;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  transition: all 500ms ease;
  background-color: transparent;
  border-left: 1px solid var(--amonx-border-color, #dddddd);
  border-right: 1px solid var(--amonx-border-color, #dddddd);
}
.product-details__quantity .quantity-box__btn {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  width: 59px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--amonx-black4, #333333);
  transition: all 500ms ease;
}
.product-details__quantity .quantity-box__btn:hover {
  color: var(--amonx-primary, #0045e3);
}
.product-details__button {
  margin-bottom: 34px;
}
.product-details__socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.product-details__socials__title {
  margin: 0px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 18px;
  color: var(--amonx-text, #636363);
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.25;
}
.product-details .social-links a {
  border-radius: 5px;
  background-color: var(--amonx-white2, #fdf0eb);
}
.product-details .social-links a:hover {
  background-color: var(--amonx-base, #00c427);
}
.product-details .social-links__icon {
  color: var(--amonx-black3, #050519);
}
.product-details .social-links a:hover .social-links__icon {
  color: var(--amonx-white, #ffffff);
}
.product-details__description-wrapper {
  margin-top: 42px;
}
.product-details__description {
  position: relative;
  padding: 46px 0px 37px;
  border-top: 1px solid var(--amonx-border-color, #dddddd);
  border-bottom: 1px solid var(--amonx-border-color, #dddddd);
}
.product-details__description__title {
  margin-bottom: 17px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.272;
  color: var(--amonx-black2, #222222);
  text-transform: capitalize;
}
.product-details__description__text {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  color: var(--amonx-text, #636363);
  line-height: 1.625;
}
.product-details__list {
  max-width: 800px;
  margin-top: 11px;
  margin-bottom: 21px;
  --bs-gutter-x: 20px;
  --bs-gutter-y: 12px;
}
.product-details__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  line-height: 1.625;
}
.product-details__list__icon {
  position: relative;
  top: 2px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 10px;
  color: var(--amonx-white, #ffffff);
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--amonx-primary, #0045e3);
}
.product-details__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
li:hover .product-details__list__icon {
  background-color: var(--amonx-base, #00c427);
}
.product-details .comments-one__name {
  margin: 0px;
}
.product-details__form__top {
  margin-bottom: 31px;
}
.product-details__form__title {
  margin-bottom: 20px !important;
}
.product-details__form__ratings {
  display: flex;
  gap: 20px 25px;
  flex-wrap: wrap;
  align-items: center;
}
.product-details__form__ratings__text {
  margin-bottom: 0;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 500;
  line-height: 1.625;
  text-transform: capitalize;
}
.product-details__ratings {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  top: -1px;
}
.product-details__ratings__icon {
  display: inline-flex;
  font-size: 17px;
  color: var(--amonx-rating-color, #F5B400);
  transition: all 500ms ease;
}
.product-details__ratings__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

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

/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/
.checkout-page {
  position: relative;
  background-color: var(--amonx-white, #ffffff);
}
.checkout-page__notice {
  margin-bottom: 26px;
}
.checkout-page .notice-box {
  padding: 12.5px 20px;
  margin-bottom: 0px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.444;
  color: var(--amonx-black4, #333333);
  border-radius: 10px;
  background-color: var(--amonx-white2, #fdf0eb);
}
@media (max-width: 767px) {
  .checkout-page .notice-box {
    font-size: 16px;
  }
}
.checkout-page .notice-box a {
  color: var(--amonx-base, #00c427);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.checkout-page .notice-box a:hover {
  background-size: 100% 1px;
}
.checkout-page__billing-address {
  position: relative;
}
.checkout-page__title {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.318;
  color: var(--amonx-black2, #222222);
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .checkout-page__form .form-one__group {
    grid-template-columns: repeat(1, 1fr);
  }
}
.checkout-page__shipping-details {
  margin-top: 15px;
}
@media (max-width: 430px) {
  .checkout-page__shipping-details {
    margin-top: 0px;
  }
}
.checkout-page__shipping-details .checkout-page__title {
  margin-bottom: 25px;
}
.checkout-page__check-box {
  position: relative;
  display: block;
  margin-top: -6px;
}
.checkout-page__check-box input[type=checkbox] {
  display: none;
}
.checkout-page__check-box label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 28px;
  font-size: 16px;
  font-weight: 500;
  color: var(--amonx-text, #636363);
  line-height: 1.625;
  text-transform: uppercase;
}
.checkout-page__check-box label span::before {
  content: "\f00c";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  font-size: 9px;
  font-weight: 900;
  color: var(--amonx-base, #00c427);
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.checkout-page__check-box input[type=checkbox] + label span {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 4px;
  left: 0;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid var(--amonx-base, #00c427);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.checkout-page__check-box input[type=checkbox]:checked + label span:before {
  opacity: 1;
}
.checkout-page__your-order {
  position: relative;
  margin: 41px 0 0;
}
@media (max-width: 430px) {
  .checkout-page__your-order {
    margin: 30px 0 0;
  }
}
.checkout-page__your-order .checkout-page__title {
  margin-bottom: 33px;
}
@media (max-width: 430px) {
  .checkout-page__your-order .checkout-page__title {
    margin-bottom: 20px;
  }
}
.checkout-page__order-table {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 0;
}
.checkout-page__order-table thead tr th {
  margin: 0px;
  border: none;
  padding: 16px 0px;
  font-family: var(--amonx-heading-font, "Urbanist", sans-serif);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--amonx-black2, #222222);
  text-transform: uppercase;
  border-top: 1px solid var(--amonx-border-color, #dddddd);
  border-bottom: 1px solid var(--amonx-border-color, #dddddd);
}
.checkout-page__order-table thead tr th:last-child {
  text-align: right;
}
.checkout-page__order-table tbody tr td {
  font-family: var(--amonx-heading-font, "Urbanist", sans-serif);
  font-size: 16px;
  color: var(--amonx-black3, #050519);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  padding: 0 0 15px;
  border: none;
}
.checkout-page__order-table tbody tr td:last-child {
  text-align: right;
}
.checkout-page__order-table tbody tr td.pro__price {
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-weight: 500;
  color: var(--amonx-text, #636363);
}
.checkout-page__order-table tbody tr td.pro__price--total {
  font-weight: 700;
  color: var(--amonx-black2, #222222);
}
.checkout-page__order-table tbody tr:first-child td {
  padding-top: 16px;
}
.checkout-page__order-table tbody tr:nth-child(3) td {
  padding-bottom: 16px;
}
.checkout-page__order-table tbody tr:last-child td {
  padding-top: 15px;
  border-top: 1px solid var(--amonx-border-color, #dddddd);
}
.checkout-page__payment {
  padding: 29px 31px;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: var(--amonx-white2, #fdf0eb);
}
@media (max-width: 390px) {
  .checkout-page__payment {
    padding: 25px;
  }
}
.checkout-page__payment__item + .checkout-page__payment__item {
  margin-top: 20px;
}
.checkout-page__payment__item {
  position: relative;
}
.checkout-page__payment__title {
  margin-bottom: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--amonx-text, #636363);
  line-height: 1.625;
}
.checkout-page__payment__title::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 9px;
  color: var(--amonx-white, #ffffff);
  position: relative;
  top: -1px;
  transition: all 500ms ease;
  border: 1px solid var(--amonx-primary, #0045e3);
}
.checkout-page__payment .checkout-page__payment__item--active .checkout-page__payment__title::before {
  content: "\f111";
  color: var(--amonx-primary, #0045e3);
}
.checkout-page__payment__content {
  margin-top: 12px;
}
.checkout-page__payment__content p {
  margin-bottom: 0px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  background-color: var(--amonx-white, #ffffff);
}
.error-404__content {
  text-align: center;
}
.error-404__image {
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
  animation: moveX 2s linear infinite;
}
.error-404__title {
  margin-bottom: 15px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.314;
  color: var(--amonx-black2, #222222);
}
@media (max-width: 440px) {
  .error-404__title {
    font-size: 30px;
  }
}
.error-404__text {
  margin-bottom: 26px;
  font-family: var(--amonx-font, "Inter", sans-serif);
  font-size: 16px;
  color: var(--amonx-text, #636363);
  font-weight: 400;
  line-height: 1.625;
}

/*--------------------------------------------------------------
# Boxed Home
--------------------------------------------------------------*/
body.boxed-wrapper {
  position: relative;
}
body.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background-color: var(--amonx-white, #ffffff);
  box-shadow: 0px 0px 100px 0px rgba(var(--amonx-black-rgb, 0, 0, 0), 0.08);
}
body.boxed-wrapper .sticky-header--cloned .main-header__logo__light {
  display: inline-block;
}
body.boxed-wrapper .sticky-header--cloned .main-header__logo__dark {
  display: none;
}
body.boxed-wrapper .main-header__logo__dark {
  display: none;
}
body.boxed-wrapper .why-choose__image {
  width: 36%;
}
body.boxed-wrapper .why-choose__shape {
  display: none;
}
@media (min-width: 1600px) {
  body.boxed-wrapper .main-header__logo__light {
    display: none;
  }
  body.boxed-wrapper .main-header__logo__dark {
    display: inline-block;
  }
  body.boxed-wrapper .large-title {
    font-size: 125px;
  }
  body.boxed-wrapper .about-one .large-title,
  body.boxed-wrapper .work-process .large-title--left {
    left: 1%;
  }
  body.boxed-wrapper .work-process .large-title--right {
    right: 1%;
  }
  body.boxed-wrapper .services-one__shape {
    right: 30px;
    bottom: 30px;
  }
}
@media (min-width: 1200px) {
  body.boxed-wrapper .why-choose__image__shape-1 {
    top: -40px;
    left: 30px;
  }
}
@media (min-width: 1400px) {
  body.boxed-wrapper .why-choose__image__shape-2 {
    bottom: 60px;
  }
}
/*# sourceMappingURL=amonx.css.map */
.hero-one__list {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0;
}

.hero-one__list__item {
    margin: 0;
    padding: 0;
}

.hero-one__slider-btn {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    font-size: 16px;
}

.hero-one__slider-btn:hover {
    background: #fff;
    color: #222;
    border-color: #fff;
    transform: translateY(-2px);
}

.hero-one__slider-btn i {
    line-height: 1;
}

.hero-one__slider-btn--prev {
    margin-right: 2px;
}

.hero-one__slider-btn--next {
    margin-left: 2px;
}

@media (max-width: 767px) {
    .hero-one__list {
        gap: 8px;
    }

    .hero-one__slider-btn {
        width: 44px;
        height: 44px;
        font-size: 14px;
    }
}
.container{
  max-width:1250px !important;
}
 
  /* Base Container Styles */
  .cards-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding: 0px 20px 40px;;
    max-width: 1250px;
    margin: 0 auto;
  }

.card {
  /* Auto width and height setup */
  width: 100%;
  height: auto;
  min-height: 380px; /* Ensures enough vertical space for the inner content */
  
  padding: 40px 25px 30px 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  
  /* SVG Mask with corrected viewBox matching the path bounds (270x415) */
  /* -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 270 415"><path fill="%23000" d="M266.635 105.431C274.311 176.95 266.908 248.735 263.609 320.284C259.954 420.782 249.844 414.018 168.521 415C144.157 414.919 119.893 411.303 95.5383 411.314C65.7162 410.995 22.2524 417.891 7.99049 379.399C1.20104 356.882 4.79076 332.188 3.23826 308.761C2.3856 284.736 2.39289 260.691 3.18731 236.663C4.35965 195.011 4.29918 153.364 1.35373 111.812C-4.38196 54.2207 6.90291 24.3347 58.5684 11.3871C72.3773 8.40348 86.4768 7.84665 100.497 7.66471C114.475 4.89105 128.485 2.20982 142.614 0.72643C157.825 -0.796209 173.111 0.421422 188.327 1.23868C210.539 2.2322 236.367 6.46137 248.737 30.5761C262.577 52.1915 264.75 79.483 266.635 105.431Z" /></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 270 415"><path fill="%23000" d="M266.635 105.431C274.311 176.95 266.908 248.735 263.609 320.284C259.954 420.782 249.844 414.018 168.521 415C144.157 414.919 119.893 411.303 95.5383 411.314C65.7162 410.995 22.2524 417.891 7.99049 379.399C1.20104 356.882 4.79076 332.188 3.23826 308.761C2.3856 284.736 2.39289 260.691 3.18731 236.663C4.35965 195.011 4.29918 153.364 1.35373 111.812C-4.38196 54.2207 6.90291 24.3347 58.5684 11.3871C72.3773 8.40348 86.4768 7.84665 100.497 7.66471C114.475 4.89105 128.485 2.20982 142.614 0.72643C157.825 -0.796209 173.111 0.421422 188.327 1.23868C210.539 2.2322 236.367 6.46137 248.737 30.5761C262.577 52.1915 264.75 79.483 266.635 105.431Z" /></svg>'); */
  
  /* Scales the SVG shape seamlessly to fit whatever auto height/width the card takes */
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
  /* Card Color Variants */
  .card-toddler {
    background-color: #f1f8e9;
  }

  .card-preschool {
    background-color: #ffebee;
  }

  .card-kindergarten {
    background-color: #e8eaf6;
  }

  .card-prek {
    background-color: #e0f7fa;
  }

  /* Typography & Elements Inside Cards */
  .card-icon {
    width: 65px;
    height: 65px;
    margin-bottom: 15px;
    object-fit: contain;
  }

  .card-title {
    font-size: 20px;
    font-weight: 700;
    color: #111111;
    margin: 0 0 5px 0;
  }

  .card-age {
    font-size: 14px;
    color: #666666;
    margin: 0 0 15px 0;
  }

  .card-description {
    font-size: 16px;
    color: #555555;
    margin: 0 0 auto 0;
  }

  .card-link {
    font-size: 14px;
    font-weight: 700;
    color: #ff5722;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 15px;
  }



  /* Section Layout using CSS Grid */
  .why-choose-us-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 20px;
    padding: 60px 0px;
    width: 100%;
    max-width:1250px;
    box-sizing: border-box;
    margin:0 auto;
  }

  /* Left Side: Grid item for Image Collage */
  .image-collage-container {
    position: relative;
    min-height: 500px;
    width: 100%;
  }

 
 .collage-image-box img{
  aspect-ratio: 1/1.1;
  object-fit: cover;
  width:100%;
 }

  /* Decorative Vector Elements */
  .crown-sticker {
    position: absolute;
    top: 25px;
    left: 250px;
    width: 45px;
    height: 45px;
    z-index: 3;
  }

  .dots-bg {
    position: absolute;
    top: 0;
    left: 30px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fca5a5;
    opacity: 0.6;
  }

  /* Right Side: Grid item for Content */
  .content-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
    width: 100%;
  }
.feature-card{
  margin:20px 0px;
}
  /* Badge */
  .badge-purple {
    background-color: #f25822;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    justify-self: start;
  }

  /* Heading */
  .section-title {
    font-size: 38px;
    font-weight: 800;
    color: #111111;
    margin: 0;
  }

  .underline-orange {
    text-decoration: underline;
    text-decoration-color: #f25822;
    text-decoration-thickness: 3px;
  }

  /* Body Text */
  .section-description {
    font-size: 16px;
    color: #555555;
    margin: 0;
    text-align: justify;
  }

  /* Feature Box */
  .feature-card {
    background-color: #fdf0eb;
    border-radius: 12px;
    padding: 16px 20px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 16px;
  }

  .feature-icon-container {
    background-color: #ffffff;
    border-radius: 10px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .feature-text h4 {
    margin: 0 0 4px 0;
    font-size: 18px;
    font-weight: 700;
    color: #111111;
  }

  .feature-text p {
    margin: 0;
    font-size: 16px;
    color: #666666;
  }

  /* Progress Bars */
  .progress-group {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .progress-header {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
  }

  .progress-track {
    width: 100%;
    height: 12px;
    border-radius: 20px;
    border: 1px dashed #cccccc;
    padding: 2px;
    box-sizing: border-box;
    background-color: #ffffff;
  }

  .progress-fill-orange {
    height: 100%;
    width: 100%;
    background-color: #f25822;
    border-radius: 20px;
  }

  .progress-fill-purple {
    height: 100%;
    width: 99%;
    background-color: #f25822;
    border-radius: 20px;
  }

  /* CTA Button */
  .cta-button {
    background-color: #f25822;
    color: #ffffff;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    justify-self: start;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 6px 18px rgba(242, 88, 34, 0.25);
  }

  /* Responsive Grid Adjustments */
  @media (max-width: 900px) {
    .why-choose-us-section {
      grid-template-columns: 1fr;
      gap: 30px;
    }

    .image-collage-container {
      min-height: 440px;
    }
  }

  
  /* Base Container Grid */
  .blog-section {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
    padding: 40px 20px;
    margin:0 auto;
    max-width:1250px;
  }

  /* Header Section */
  .blog-header-left {
    grid-column: span 12;
  }

  .blog-header-right {
    grid-column: span 6;
    display: flex;
    align-items: center;
  }

  .badge {
    background-color: #f25822;
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 15px;
  }

  .section-title {
    font-size: 36px;
    font-weight: 800;
    color: #111111;
    margin: 0;
  }

  .highlight-underline {
    position: relative;
    display: inline-block;
    text-decoration: underline;
    text-decoration-color: #f25822;
    text-decoration-thickness: 3px;
  }

  .header-desc {
    font-size: 16px;
    color: #555555;
    margin: 0;
  }

  /* Top 3 Small Cards Grid */
  .small-cards-row {
    grid-column: span 12;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
  }

  .small-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border-radius: 12px;
  }

  .bg-green { background-color: #e2f1d8; }
  .bg-yellow { background-color: #fef0cd; }
  .bg-blue { background-color: #dbeeff; }

  .small-card img {
    width: 200px;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
  }

  .small-card-meta {
    font-size: 12px;
    color: #666666;
    margin-bottom: 5px;
  }

  .small-card-meta span {
    color: #f25822;
    font-weight: bold;
  }

  .small-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #111111;
    margin: 0;
    margin-bottom:10px;
  }
.small-card-text{
  margin-bottom:0px;
}
  /* Bottom 2 Large Cards Grid */
  .large-cards-row {
    grid-column: span 12;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 20px;
  }

  .large-card-img-wrapper {
    position: relative;
    width: 100%;
    height: 300px;
    
    /* Organic wavy mask using embedded SVG */
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 300"><path d="M0,20 C150,-10 350,30 500,10 L500,280 C350,310 150,270 0,290 Z"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 300"><path d="M0,20 C150,-10 350,30 500,10 L500,280 C350,310 150,270 0,290 Z"/></svg>');
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
  }

  .large-card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .badge-category {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #f25822;
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    z-index: 2;
  }

  /* Starburst Date Badge */
  .date-badge {
    position: absolute;
    bottom: 10px;
    right: 30px;
    width: 70px;
    height: 70px;
    background-color: #ffd600;
    color: #111111;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
    text-align: center;
    z-index: 2;
    clip-path: polygon(
      50% 0%, 63% 12%, 81% 6%, 85% 24%, 100% 35%, 93% 52%,
      100% 70%, 85% 78%, 79% 96%, 61% 91%, 50% 100%, 37% 91%,
      21% 95%, 15% 77%, 0% 68%, 8% 50%, 0% 33%, 15% 24%, 18% 5%, 36% 12%
    );
  }

  .date-badge span {
    font-size: 12px;
    text-transform: uppercase;
  }

  .author-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666666;
    margin: 15px 0 10px 0;
    display: none;
  }

  .large-card-title {
    font-size: 27px;
    font-weight: 700;
    color: #111111;
    margin: 15px 0 10px 0;
  }

  .large-card-desc {
    font-size: 16px;
    color: #555555;
    margin: 0;
  }
 
  .about-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 60px 0px 30px;
    /* max-width: 1250px; */
    margin: 0 auto;
    background-color: #fff9ef;
  }

.team-one{
background-color: #fff9ef;
}

  .main-image-border {
    position: relative;
    /* border-radius: 50% 50% 40% 60% / 60% 40% 60% 40%; */
    overflow: hidden;
    /* border: 8px solid #f25822; */
    outline: 8px solid #ffffff;
    box-shadow: 0 0 0 16px #f25822;
    margin-right:30px;
  }

  .main-image-border img {
    width: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 1/0.99;
  }

  .small-image-circle {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 6px solid #ffffff;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  }

  .small-image-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .balloon-sticker {
    position: absolute;
    top: -10px;
    right: 80px;
    width: 60px;
  }

  .balloon-sticker img {
    width: 100%;
  }

  /* Right Side - Content */

  .about-badge {
    background-color: #f25822;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
  }

  .about-title {
    font-size: 36px;
    font-weight: 800;
    color: #111111;
    margin: 0 0 20px 0;
  }

  .highlight-underline {
    position: relative;
    display: inline-block;
    text-decoration: underline;
    text-decoration-color: #f25822;
    text-decoration-thickness: 3px;
  }

  .about-description {
    font-size: 16px;
    color: #555555;
    margin: 0 0 30px 0;
    text-align: justify;
  }

  /* Feature Items */
  .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
  }

  .feature-icon-box {
    border-radius: 10px;
    padding: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .icon-box-orange {
    background-color: #fdf0eb;
  }

  .icon-box-purple {
    background-color: #f3e8ff;
  }

  .feature-info h4 {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 700;
    color: #f25822;
  }

  .feature-info p {
    margin: 0;
    font-size: 16px;
    color: #777777;
  }

  /* Action Buttons */
  .action-container {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
  }

  .btn-primary {
    background-color: #f25822;
    color: #ffffff;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .btn-video {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #111111;
    font-size: 16px;
    font-weight: bold;
  }

  .play-outer-circle {
    width: 48px;
    height: 48px;
    background-color: #f3e8ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .play-inner-circle {
    width: 32px;
    height: 32px;
    background-color: #f25822;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 12px;
    padding-left: 2px;
  }
.space-y {
  padding-top: 30px !important;
  padding-bottom:30px !important;
}
.about-two__image__box img{
  aspect-ratio: 1/1;
  object-fit: cover;
}



.lcp-pricing-area {
    padding: 80px 0;
    background: #fffaf7;
}

.lcp-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 45px;
}

.lcp-pricing-card {
    position: relative;
    height: 100%;
    background: #ffffff;
    border: 1px solid #f1dfd7;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.35s ease;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.05);
}

.lcp-pricing-card:hover {
    transform: translateY(-8px);
    border-color: #f25822;
    box-shadow: 0 18px 45px rgba(242, 88, 34, 0.13);
}

.lcp-card-content {
    height: 100%;
    padding: 34px 28px 30px;
    display: flex;
    flex-direction: column;
}

.lcp-card-name {
    margin: 0 0 12px;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 700;
    color: #f25822;
}

.lcp-card-price {
    margin: 0 0 20px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: #222222;
}

.lcp-card-price small {
    font-size: 16px;
    font-weight: 500;
    color: #777777;
}

.lcp-price-line {
    width: 55px;
    height: 3px;
    margin-bottom: 20px;
    background: #f25822;
    border-radius: 20px;
}

.lcp-card-description {
    min-height: 112px;
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 1.7;
    color: #555555;
}

/* Common Information */
.lcp-common-info {
    margin: 0 0 22px;
    padding: 17px;
    list-style: none;
    background: #fff5f0;
    border: 1px solid #f5ddd2;
    border-radius: 13px;
}

.lcp-common-info li {
    display: flex;
    align-items: center;
    gap: 0px;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #f3ded5;
    font-size: 16px;
    line-height: 1.45;
    color: #333333;
}

.lcp-common-info li:first-child {
    padding-top: 0;
}

.lcp-common-info li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

/* Course Features */
.lcp-course-features {
    margin: 0 0 27px;
    padding: 0;
    list-style: none;
}

.lcp-course-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    padding: 9px 0;
    border-bottom: 1px dashed #ead8d0;
    font-size: 16px;
    line-height: 1.5;
    color: #444444;
}

.lcp-course-features li:last-child {
    border-bottom: none;
}

.lcp-check {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    border-radius: 50%;
    background: #f25822;
    color: #ffffff;
    font-size: 11px;
    margin-right:10px;
}

.lcp-enquire-btn {
    display: flex;
    align-items: center;
    justify-content: center;
   width: 160px;
  margin: auto;
    padding: 14px 22px;
    border: 1px solid #f25822;
    border-radius: 8px;
    background: #f25822;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.lcp-enquire-btn:hover {
    background: #222222;
    border-color: #222222;
    color: #ffffff;
}


/* ================================
   Mobile
   ================================ */

@media (max-width: 991px) {
    .lcp-pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .lcp-pricing-area {
        padding: 60px 0;
    }

    .lcp-pricing-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-top: 35px;
    }

    .lcp-card-content {
        padding: 30px 22px;
    }

    .lcp-card-name {
        font-size: 23px;
    }

    .lcp-card-price {
        font-size: 29px;
    }

    .lcp-card-description {
        min-height: auto;
    }
}
.services-three__card .services-three__card__icon img{
  width:70px;
  filter:brightness(1) invert(1);
}
.achievements__item__icon img{
  width:40px;
  filter:brightness(1) invert(1);
}
.page-header {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 380px;
    display: flex;
    align-items: center;
}

.page-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.page-header .container {
    position: relative;
    z-index: 2;
}

.page-header__shape {
    position: relative;
    z-index: 2;
}
.bootstrap-select{
  display:none !important;
}
select,select.selectpicker{
  display: block !important;
}
.request-success-popup {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(61, 37, 30, 0.78);
    backdrop-filter: blur(7px);
}

.request-success-popup.active {
    display: flex;
}

.request-success-box {
    width: 100%;
    max-width: 450px;
    position: relative;
    overflow: hidden;
    padding: 0 35px 35px;
    background: #ffffff;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
    animation: successPopupIn 0.45s ease forwards;
    border:2px solid #f25822;
}

.request-success-box span{
  text-align: left;
}

.request-success-icon {
    width: 92px;
    height: 92px;
    margin: 28px auto 18px;
    padding: 7px;
    border-radius: 50%;
    background: #fff2ed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.success-check {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #f25822;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    box-shadow: 0 10px 25px rgba(242, 88, 34, 0.3);
}

.request-success-content {
    width: 100%;
}

.request-success-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
    padding: 7px 14px;
    border-radius: 30px;
    background: #fff2ed;
    color: #f25822;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.request-success-tag i {
    font-size: 12px;
}

.request-success-box h3 {
    margin: 0 0 13px;
    color: #3d251e;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 800;
}

.request-success-box p {
    max-width: 390px;
    margin: 0 auto 20px;
    color: #666666;
    font-size: 15px;
    line-height: 1.75;
    font-weight: 500;
}

.request-success-note {
    max-width: 400px;
    margin: 0 auto 25px;
    padding: 13px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 10px;
    background: #faf6f4;
    border: 1px solid #eee1dc;
    color: #3d251e;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 600;
}

.request-success-note i {
    color: #f25822;
    font-size: 16px;
    flex-shrink: 0;
}

.request-success-box button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 155px;
    border: 0;
    padding: 13px 25px;
    border-radius: 10px;
    background: #f25822;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s ease;
}

.request-success-box button:hover {
    background: #3d251e;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(61, 37, 30, 0.2);
}

.request-success-box button i {
    font-size: 15px;
}

@keyframes successPopupIn {
    from {
        opacity: 0;
        transform: translateY(25px) scale(0.94);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
.why-choose__item__icon .card-icon{
  width:40px;
  margin-bottom:0px;
}
.sec-title__tagline__icon{
  display: none;
}
.space-top{
padding-top:40px !important;
}
.space-bottom{
 padding-bottom:40px !important; 
}
.feature-icon-box img{
width:40px;
}
.new-img{
  width:200px;
}
.terms-content p{
  text-align: justify;
}
.terms-content  h3{
  font-size: 24px;
  font-weight: 700;
}
.terms-content{
  padding:40px 0px 10px;
}
@media (max-width: 575px) {
.terms-content br{
  display: block !important;
}
    .request-success-popup {
        padding: 15px;
    }

    .request-success-box {
        padding: 0 22px 27px;
        border-radius: 20px;
    }

    .request-success-icon {
        width: 78px;
        height: 78px;
        margin-top: 24px;
    }

    .success-check {
        width: 64px;
        height: 64px;
        font-size: 28px;
    }

    .request-success-box h3 {
        font-size: 24px;
    }

    .request-success-box p {
        font-size: 14px;
    }

    .request-success-note {
        font-size: 12px;
        padding: 11px 12px;
    }

    .request-success-box button {
        width: 100%;
    }
   
  .page-header {
    padding: 80px 0px 80px;
    margin-top:60px;
    min-height: unset;
  }
  .main-header{
    background-color: black;
  }
.large-cards-row,.small-cards-row{
  grid-template-columns: repeat(1, 1fr);
}
.about-two__tab__image__box img{
  width:100%;
  height:100%;
}
.about-two .tab-buttons{
  margin:30px 12px 0px;
}
  .sec-title__title {
    font-size: 25px;
  }
  .hero-one__info{
    width:100%;
  }
  .hero-one__client__text{
    font-size: 14px;
  }
   .hero-one {
    padding-top: 50px;
    margin-top:60px;
    background-position: -104px;
  }
  .main-header{
    top:0px;
  }
  .small-image-circle{
    position: unset;
    width:100%;
    height:100%;
    border-radius: 0px;
    margin-top:30px;
    margin-bottom: 30px;;
  }
  .main-image-border{
    outline: 8px solid #ffffff;
  box-shadow: 0 0 0 16px #f25822;
  margin-right: 30px;
  margin-left: 30px;
  }
   .sec-title__tagline {
    font-size: 12px;
    letter-spacing: 0em;
  }
  .services-one__item__top__right{
    flex-direction: row;
  }
.services-one__image__box{
  margin-top:30px;
}
 .funfact-one__item__count {
    margin-bottom: 20px;
  }
  .funfact-one__item__count{
    font-size: 30px;
  }
  .funfact-one__item + .funfact-one__item{
    margin-top:25px;
  }
  .team-one__card{
    margin-bottom:30px;
  }
.why-choose-us-section{
  padding:60px 20px;
}
  .image-collage-container {
    min-height: unset;
  }
  .feature-card{
    display:unset;
  }
  .feature-text h4{
    margin: 10px 0 10px 0;
  }
  .cards-section{
    flex-direction: column;
  }
  .new-img{
    width:100%;
  }
   .about-two .tab-buttons .amonx-btn {
    font-size: 11px;
    text-transform: none;
  }
  .small-cards-row, .large-cards-row{
  margin-top: 0px;
  }
  .work-process-two__item__shape{
    display: none;
  }
  .work-process-two__item__step {
    margin-bottom: 20px;
  }
  .blog-section{
    padding: 30px 20px;
  }
  .small-card{
  flex-direction: column;
  }
  .small-card img {
  width: 100%;
  height: 100%;
  }
  .large-card-title {
  font-size: 22px;
  }
   .small-cards-row, .about-three__image__box{
    margin-top: -20px;
   }
    .why-choose-us-section {
    padding: 30px 20px;
  }
  .about-three__item__title{
    display: none;
  }
  .about-three__item__wrap {
    padding: 30px 20px;
}
 .about-three__image__box{
    margin-top: -40px;
   }
   .about-three__image__box img {
  aspect-ratio: 1/1 !important;
   }
   .achievements__item{
    padding: 30px 20px 25px 20px;
   }
   .achievements__item__title{
    font-size: 20px;
   }
   .faq-accordion .accordion-title h2 {
    font-size: 18px;
  }
  .about-three__item__wrap{
    gap:20px;
  }
   .lcp-card-content {
    padding: 30px 20px;
  }
  .sec-title{
    margin-bottom: 30px;
  }
  .contact-one__video{
    background-color: black !important;
  }
  }

@media(min-width:1349.98px){
    .services-one__images{
  width:100%;
  }
   .hero-one__tagline {
    margin-bottom: 20px;
  }
  .services-three--page .services-three__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}