@charset "UTF-8";
/***************************************************************
classes - bg and colors
****************************************************************/
.bg-primary {
  background-color: #1C4E28 !important;
}

.bg-dark {
  background-color: #232326;
}

/***************************************************************
default and global styling
***************************************************************/
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Bold.woff") format("woff"), url("../fonts/SFProDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Light.woff2") format("woff2"), url("../fonts/SFProDisplay-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Medium.woff2") format("woff2"), url("../fonts/SFProDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Regular.woff2") format("woff2"), url("../fonts/SFProDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Semibold.woff2") format("woff2"), url("../fonts/SFProDisplay-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Ultralight.woff2") format("woff2"), url("../fonts/SFProDisplay-Ultralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
* {
  transition: all 0.5s ease;
}

html,
body {
  overflow-x: hidden;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  scroll-behavior: smooth;
}

body {
  background-color: #F4F4F4;
}

* {
  box-sizing: border-box;
}

a {
  transition: 0.3s all ease-in-out;
}

input:focus {
  outline: none;
}

section {
  padding: 100px 0;
}

.container {
  max-width: 1644px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: block;
  color: #191919;
}

h1,
.h1 {
  font-size: 64px;
  line-height: 1.1;
  font-weight: 200;
}

h2,
.h2 {
  color: #191919;
  font-size: 56px;
  font-weight: 200;
  line-height: 1.1;
}

h3,
.h3 {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 200;
}

h4,
.h4 {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 200;
}

h5,
.h5 {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 200;
}

h6,
.h6 {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 200;
}

p {
  color: #313131;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
}

p,
span {
  font-family: "Manrope", sans-serif;
  font-weight: 300 !important;
}

.swap-btn {
  font-family: "Manrope", sans-serif !important;
}

a {
  text-decoration: none;
}

section {
  position: relative;
}

.text-justify {
  text-align: justify;
}

.font-light {
  font-weight: 100;
}

.fontw-300 {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 900;
}

.text-normal {
  text-transform: inherit !important;
}

/***************************************************************
Buttons - Solid and outline
***************************************************************/
.swap-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  /* Padding-right creates the space for the icon initially */
  padding: 5px 68px 5px 20px;
  background-color: #ffffff;
  border-radius: 15px;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.4s ease;
  border: 1px solid #E6E6E6;
  min-height: 53px;
}
.swap-btn .text {
  color: #060606;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.swap-btn .icon-box {
  position: absolute;
  top: 5px;
  /* Initially positioned at the right end */
  left: calc(100% - 48px);
  width: 41px;
  height: 41px;
  background-color: #37884A;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: left 0.4s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.4s ease;
}
.swap-btn .icon-box svg {
  width: 24px;
  height: 24px;
  stroke: #ffffff;
  stroke-width: 2.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.4s ease;
}
.swap-btn:hover {
  background-color: #37884A;
  border: 1px solid #fff;
}
.swap-btn:hover .text {
  color: #ffffff;
  /* Slides text into the empty space on the right */
  transform: translateX(45px);
}
.swap-btn:hover .icon-box {
  background-color: #ffffff;
  /* Slides icon all the way to the left padding */
  left: 5px !important;
}
.swap-btn:hover .icon-box svg {
  stroke: #37884A;
}

.btn-theme {
  border-radius: 8px;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  transition: all 0.5s ease;
  background: transparent linear-gradient(180deg, #2D8241 0%, #0E2313 87%, #030303 100%) 0% 0% no-repeat padding-box;
  font-size: 23px;
  border: 2px solid transparent;
  color: #fff;
  padding: 15px 24px;
  font-weight: 400;
  background-size: 100%;
  position: relative;
  overflow: hidden;
}
.btn-theme svg {
  margin-left: 5px;
}
.btn-theme.btn-small {
  padding: 12px 38px;
  font-size: 16px;
}
.btn-theme.btn-md {
  padding: 12px 20px;
  font-size: 19px;
}
.btn-theme:hover, .btn-theme:focus {
  background-size: 150% 180%;
  box-shadow: 0px 0px 6px 3px rgba(2, 2, 2, 0.07);
  transform: scale(1.01);
  transition: all 0.5s ease;
}
.btn-theme:hover svg, .btn-theme:focus svg {
  transform: rotate(-45deg);
  transition: all 0.5s ease;
}

/***************************************************************
box sizing auto handling
***************************************************************/
.height-match {
  display: flex;
}
.height-match .sub-child {
  height: var(--match-height, auto);
}

.list-outline li {
  position: relative;
  font-size: 16px;
  color: #303030;
  line-height: 26px;
  list-style: none;
  font-weight: 300;
}
.list-outline li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../../../assets/images/icons/list-checkmark.png);
  background-repeat: no-repeat;
  left: -24px;
  transform: translate(-50%, 40%);
}

.bg-gry {
  background-color: #F5F5F5;
}

/* Pulse animation definition */
@keyframes pulse-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
/* Jab card hover ho to pin par ye class apply hogi */
.pin-pulse {
  animation: pulse-animation 0.8s infinite ease-in-out;
  filter: drop-shadow(0 0 10px rgba(45, 130, 65, 0.7));
  /* Optional: Green glow effect */
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
body.loading {
  overflow: hidden;
}

.website-loader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.website-loader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/***************************************************************
mixin for custom spacing and margins
***************************************************************/
.m-t-6 {
  margin-top: 6px !important;
}

.p-t-6 {
  padding-top: 6px !important;
}

.m-b-6 {
  margin-bottom: 6px !important;
}

.p-b-6 {
  padding-bottom: 6px !important;
}

.m-l-6 {
  margin-left: 6px !important;
}

.p-l-6 {
  padding-left: 6px !important;
}

.m-r-6 {
  margin-right: 6px !important;
}

.p-r-6 {
  padding-right: 6px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-t-23 {
  margin-top: 23px !important;
}

.p-t-23 {
  padding-top: 23px !important;
}

.m-b-23 {
  margin-bottom: 23px !important;
}

.p-b-23 {
  padding-bottom: 23px !important;
}

.m-l-23 {
  margin-left: 23px !important;
}

.p-l-23 {
  padding-left: 23px !important;
}

.m-r-23 {
  margin-right: 23px !important;
}

.p-r-23 {
  padding-right: 23px !important;
}

.m-t-29 {
  margin-top: 29px !important;
}

.p-t-29 {
  padding-top: 29px !important;
}

.m-b-29 {
  margin-bottom: 29px !important;
}

.p-b-29 {
  padding-bottom: 29px !important;
}

.m-l-29 {
  margin-left: 29px !important;
}

.p-l-29 {
  padding-left: 29px !important;
}

.m-r-29 {
  margin-right: 29px !important;
}

.p-r-29 {
  padding-right: 29px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.m-t-36 {
  margin-top: 36px !important;
}

.p-t-36 {
  padding-top: 36px !important;
}

.m-b-36 {
  margin-bottom: 36px !important;
}

.p-b-36 {
  padding-bottom: 36px !important;
}

.m-l-36 {
  margin-left: 36px !important;
}

.p-l-36 {
  padding-left: 36px !important;
}

.m-r-36 {
  margin-right: 36px !important;
}

.p-r-36 {
  padding-right: 36px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-t-48 {
  margin-top: 48px !important;
}

.p-t-48 {
  padding-top: 48px !important;
}

.m-b-48 {
  margin-bottom: 48px !important;
}

.p-b-48 {
  padding-bottom: 48px !important;
}

.m-l-48 {
  margin-left: 48px !important;
}

.p-l-48 {
  padding-left: 48px !important;
}

.m-r-48 {
  margin-right: 48px !important;
}

.p-r-48 {
  padding-right: 48px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.m-t-56 {
  margin-top: 56px !important;
}

.p-t-56 {
  padding-top: 56px !important;
}

.m-b-56 {
  margin-bottom: 56px !important;
}

.p-b-56 {
  padding-bottom: 56px !important;
}

.m-l-56 {
  margin-left: 56px !important;
}

.p-l-56 {
  padding-left: 56px !important;
}

.m-r-56 {
  margin-right: 56px !important;
}

.p-r-56 {
  padding-right: 56px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

.p-t-60 {
  padding-top: 60px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.p-b-60 {
  padding-bottom: 60px !important;
}

.m-l-60 {
  margin-left: 60px !important;
}

.p-l-60 {
  padding-left: 60px !important;
}

.m-r-60 {
  margin-right: 60px !important;
}

.p-r-60 {
  padding-right: 60px !important;
}

.m-t-62 {
  margin-top: 62px !important;
}

.p-t-62 {
  padding-top: 62px !important;
}

.m-b-62 {
  margin-bottom: 62px !important;
}

.p-b-62 {
  padding-bottom: 62px !important;
}

.m-l-62 {
  margin-left: 62px !important;
}

.p-l-62 {
  padding-left: 62px !important;
}

.m-r-62 {
  margin-right: 62px !important;
}

.p-r-62 {
  padding-right: 62px !important;
}

.m-t-63 {
  margin-top: 63px !important;
}

.p-t-63 {
  padding-top: 63px !important;
}

.m-b-63 {
  margin-bottom: 63px !important;
}

.p-b-63 {
  padding-bottom: 63px !important;
}

.m-l-63 {
  margin-left: 63px !important;
}

.p-l-63 {
  padding-left: 63px !important;
}

.m-r-63 {
  margin-right: 63px !important;
}

.p-r-63 {
  padding-right: 63px !important;
}

.m-t-64 {
  margin-top: 64px !important;
}

.p-t-64 {
  padding-top: 64px !important;
}

.m-b-64 {
  margin-bottom: 64px !important;
}

.p-b-64 {
  padding-bottom: 64px !important;
}

.m-l-64 {
  margin-left: 64px !important;
}

.p-l-64 {
  padding-left: 64px !important;
}

.m-r-64 {
  margin-right: 64px !important;
}

.p-r-64 {
  padding-right: 64px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

.p-t-60 {
  padding-top: 60px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.p-b-60 {
  padding-bottom: 60px !important;
}

.m-l-60 {
  margin-left: 60px !important;
}

.p-l-60 {
  padding-left: 60px !important;
}

.m-r-60 {
  margin-right: 60px !important;
}

.p-r-60 {
  padding-right: 60px !important;
}

.m-t-70 {
  margin-top: 70px !important;
}

.p-t-70 {
  padding-top: 70px !important;
}

.m-b-70 {
  margin-bottom: 70px !important;
}

.p-b-70 {
  padding-bottom: 70px !important;
}

.m-l-70 {
  margin-left: 70px !important;
}

.p-l-70 {
  padding-left: 70px !important;
}

.m-r-70 {
  margin-right: 70px !important;
}

.p-r-70 {
  padding-right: 70px !important;
}

.m-t-75 {
  margin-top: 75px !important;
}

.p-t-75 {
  padding-top: 75px !important;
}

.m-b-75 {
  margin-bottom: 75px !important;
}

.p-b-75 {
  padding-bottom: 75px !important;
}

.m-l-75 {
  margin-left: 75px !important;
}

.p-l-75 {
  padding-left: 75px !important;
}

.m-r-75 {
  margin-right: 75px !important;
}

.p-r-75 {
  padding-right: 75px !important;
}

.m-t-80 {
  margin-top: 80px !important;
}

.p-t-80 {
  padding-top: 80px !important;
}

.m-b-80 {
  margin-bottom: 80px !important;
}

.p-b-80 {
  padding-bottom: 80px !important;
}

.m-l-80 {
  margin-left: 80px !important;
}

.p-l-80 {
  padding-left: 80px !important;
}

.m-r-80 {
  margin-right: 80px !important;
}

.p-r-80 {
  padding-right: 80px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

.m-t-115 {
  margin-top: 115px !important;
}

.p-t-115 {
  padding-top: 115px !important;
}

.m-b-115 {
  margin-bottom: 115px !important;
}

.p-b-115 {
  padding-bottom: 115px !important;
}

.m-l-115 {
  margin-left: 115px !important;
}

.p-l-115 {
  padding-left: 115px !important;
}

.m-r-115 {
  margin-right: 115px !important;
}

.p-r-115 {
  padding-right: 115px !important;
}

.m-t-120 {
  margin-top: 120px !important;
}

.p-t-120 {
  padding-top: 120px !important;
}

.m-b-120 {
  margin-bottom: 120px !important;
}

.p-b-120 {
  padding-bottom: 120px !important;
}

.m-l-120 {
  margin-left: 120px !important;
}

.p-l-120 {
  padding-left: 120px !important;
}

.m-r-120 {
  margin-right: 120px !important;
}

.p-r-120 {
  padding-right: 120px !important;
}

.m-t-150 {
  margin-top: 150px !important;
}

.p-t-150 {
  padding-top: 150px !important;
}

.m-b-150 {
  margin-bottom: 150px !important;
}

.p-b-150 {
  padding-bottom: 150px !important;
}

.m-l-150 {
  margin-left: 150px !important;
}

.p-l-150 {
  padding-left: 150px !important;
}

.m-r-150 {
  margin-right: 150px !important;
}

.p-r-150 {
  padding-right: 150px !important;
}

.m-t-200 {
  margin-top: 200px !important;
}

.p-t-200 {
  padding-top: 200px !important;
}

.m-b-200 {
  margin-bottom: 200px !important;
}

.p-b-200 {
  padding-bottom: 200px !important;
}

.m-l-200 {
  margin-left: 200px !important;
}

.p-l-200 {
  padding-left: 200px !important;
}

.m-r-200 {
  margin-right: 200px !important;
}

.p-r-200 {
  padding-right: 200px !important;
}

/*****************************************************************************
expanding bootstraps spacing and margin classes for responsive usage only
*****************************************************************************/
@media (min-width: 576px) {
  .margint-sm-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .margint-md-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 992px) {
  .margint-lg-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .margint-xl-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1400px) {
  .margint-xxl-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 576px) {
  .margint-sm-1 {
    margin-top: 0.25rem !important;
  }
}
@media (min-width: 768px) {
  .margint-md-1 {
    margin-top: 0.25rem !important;
  }
}
@media (min-width: 992px) {
  .margint-lg-1 {
    margin-top: 0.25rem !important;
  }
}
@media (min-width: 1200px) {
  .margint-xl-1 {
    margin-top: 0.25rem !important;
  }
}
@media (min-width: 1400px) {
  .margint-xxl-1 {
    margin-top: 0.25rem !important;
  }
}
@media (min-width: 576px) {
  .margint-sm-2 {
    margin-top: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .margint-md-2 {
    margin-top: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .margint-lg-2 {
    margin-top: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .margint-xl-2 {
    margin-top: 0.5rem !important;
  }
}
@media (min-width: 1400px) {
  .margint-xxl-2 {
    margin-top: 0.5rem !important;
  }
}
@media (min-width: 576px) {
  .margint-sm-3 {
    margin-top: 1rem !important;
  }
}
@media (min-width: 768px) {
  .margint-md-3 {
    margin-top: 1rem !important;
  }
}
@media (min-width: 992px) {
  .margint-lg-3 {
    margin-top: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .margint-xl-3 {
    margin-top: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .margint-xxl-3 {
    margin-top: 1rem !important;
  }
}
@media (min-width: 576px) {
  .margint-sm-4 {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .margint-md-4 {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .margint-lg-4 {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .margint-xl-4 {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 1400px) {
  .margint-xxl-4 {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  .margint-sm-5 {
    margin-top: 3rem !important;
  }
}
@media (min-width: 768px) {
  .margint-md-5 {
    margin-top: 3rem !important;
  }
}
@media (min-width: 992px) {
  .margint-lg-5 {
    margin-top: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .margint-xl-5 {
    margin-top: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .margint-xxl-5 {
    margin-top: 3rem !important;
  }
}
@media (min-width: 576px) {
  .marginb-sm-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .marginb-md-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .marginb-lg-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .marginb-xl-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1400px) {
  .marginb-xxl-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 576px) {
  .marginb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
}
@media (min-width: 768px) {
  .marginb-md-1 {
    margin-bottom: 0.25rem !important;
  }
}
@media (min-width: 992px) {
  .marginb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
}
@media (min-width: 1200px) {
  .marginb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
}
@media (min-width: 1400px) {
  .marginb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
}
@media (min-width: 576px) {
  .marginb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .marginb-md-2 {
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .marginb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .marginb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 1400px) {
  .marginb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 576px) {
  .marginb-sm-3 {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 768px) {
  .marginb-md-3 {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 992px) {
  .marginb-lg-3 {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .marginb-xl-3 {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .marginb-xxl-3 {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 576px) {
  .marginb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .marginb-md-4 {
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .marginb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .marginb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 1400px) {
  .marginb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  .marginb-sm-5 {
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 768px) {
  .marginb-md-5 {
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 992px) {
  .marginb-lg-5 {
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .marginb-xl-5 {
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .marginb-xxl-5 {
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 576px) {
  .margins-sm-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .margins-md-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .margins-lg-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  .margins-xl-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1400px) {
  .margins-xxl-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 576px) {
  .margins-sm-1 {
    margin-left: 0.25rem !important;
  }
}
@media (min-width: 768px) {
  .margins-md-1 {
    margin-left: 0.25rem !important;
  }
}
@media (min-width: 992px) {
  .margins-lg-1 {
    margin-left: 0.25rem !important;
  }
}
@media (min-width: 1200px) {
  .margins-xl-1 {
    margin-left: 0.25rem !important;
  }
}
@media (min-width: 1400px) {
  .margins-xxl-1 {
    margin-left: 0.25rem !important;
  }
}
@media (min-width: 576px) {
  .margins-sm-2 {
    margin-left: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .margins-md-2 {
    margin-left: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .margins-lg-2 {
    margin-left: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .margins-xl-2 {
    margin-left: 0.5rem !important;
  }
}
@media (min-width: 1400px) {
  .margins-xxl-2 {
    margin-left: 0.5rem !important;
  }
}
@media (min-width: 576px) {
  .margins-sm-3 {
    margin-left: 1rem !important;
  }
}
@media (min-width: 768px) {
  .margins-md-3 {
    margin-left: 1rem !important;
  }
}
@media (min-width: 992px) {
  .margins-lg-3 {
    margin-left: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .margins-xl-3 {
    margin-left: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .margins-xxl-3 {
    margin-left: 1rem !important;
  }
}
@media (min-width: 576px) {
  .margins-sm-4 {
    margin-left: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .margins-md-4 {
    margin-left: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .margins-lg-4 {
    margin-left: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .margins-xl-4 {
    margin-left: 1.5rem !important;
  }
}
@media (min-width: 1400px) {
  .margins-xxl-4 {
    margin-left: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  .margins-sm-5 {
    margin-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .margins-md-5 {
    margin-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .margins-lg-5 {
    margin-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .margins-xl-5 {
    margin-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .margins-xxl-5 {
    margin-left: 3rem !important;
  }
}
@media (min-width: 576px) {
  .margine-sm-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .margine-md-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .margine-lg-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .margine-xl-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 1400px) {
  .margine-xxl-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 576px) {
  .margine-sm-1 {
    margin-right: 0.25rem !important;
  }
}
@media (min-width: 768px) {
  .margine-md-1 {
    margin-right: 0.25rem !important;
  }
}
@media (min-width: 992px) {
  .margine-lg-1 {
    margin-right: 0.25rem !important;
  }
}
@media (min-width: 1200px) {
  .margine-xl-1 {
    margin-right: 0.25rem !important;
  }
}
@media (min-width: 1400px) {
  .margine-xxl-1 {
    margin-right: 0.25rem !important;
  }
}
@media (min-width: 576px) {
  .margine-sm-2 {
    margin-right: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .margine-md-2 {
    margin-right: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .margine-lg-2 {
    margin-right: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .margine-xl-2 {
    margin-right: 0.5rem !important;
  }
}
@media (min-width: 1400px) {
  .margine-xxl-2 {
    margin-right: 0.5rem !important;
  }
}
@media (min-width: 576px) {
  .margine-sm-3 {
    margin-right: 1rem !important;
  }
}
@media (min-width: 768px) {
  .margine-md-3 {
    margin-right: 1rem !important;
  }
}
@media (min-width: 992px) {
  .margine-lg-3 {
    margin-right: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .margine-xl-3 {
    margin-right: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .margine-xxl-3 {
    margin-right: 1rem !important;
  }
}
@media (min-width: 576px) {
  .margine-sm-4 {
    margin-right: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .margine-md-4 {
    margin-right: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .margine-lg-4 {
    margin-right: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .margine-xl-4 {
    margin-right: 1.5rem !important;
  }
}
@media (min-width: 1400px) {
  .margine-xxl-4 {
    margin-right: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  .margine-sm-5 {
    margin-right: 3rem !important;
  }
}
@media (min-width: 768px) {
  .margine-md-5 {
    margin-right: 3rem !important;
  }
}
@media (min-width: 992px) {
  .margine-lg-5 {
    margin-right: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .margine-xl-5 {
    margin-right: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .margine-xxl-5 {
    margin-right: 3rem !important;
  }
}
@media (min-width: 576px) {
  .marginx-sm-0 {
    margin-left right: 0 !important;
  }
}
@media (min-width: 768px) {
  .marginx-md-0 {
    margin-left right: 0 !important;
  }
}
@media (min-width: 992px) {
  .marginx-lg-0 {
    margin-left right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .marginx-xl-0 {
    margin-left right: 0 !important;
  }
}
@media (min-width: 1400px) {
  .marginx-xxl-0 {
    margin-left right: 0 !important;
  }
}
@media (min-width: 576px) {
  .marginx-sm-1 {
    margin-left right: 0.25rem !important;
  }
}
@media (min-width: 768px) {
  .marginx-md-1 {
    margin-left right: 0.25rem !important;
  }
}
@media (min-width: 992px) {
  .marginx-lg-1 {
    margin-left right: 0.25rem !important;
  }
}
@media (min-width: 1200px) {
  .marginx-xl-1 {
    margin-left right: 0.25rem !important;
  }
}
@media (min-width: 1400px) {
  .marginx-xxl-1 {
    margin-left right: 0.25rem !important;
  }
}
@media (min-width: 576px) {
  .marginx-sm-2 {
    margin-left right: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .marginx-md-2 {
    margin-left right: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .marginx-lg-2 {
    margin-left right: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .marginx-xl-2 {
    margin-left right: 0.5rem !important;
  }
}
@media (min-width: 1400px) {
  .marginx-xxl-2 {
    margin-left right: 0.5rem !important;
  }
}
@media (min-width: 576px) {
  .marginx-sm-3 {
    margin-left right: 1rem !important;
  }
}
@media (min-width: 768px) {
  .marginx-md-3 {
    margin-left right: 1rem !important;
  }
}
@media (min-width: 992px) {
  .marginx-lg-3 {
    margin-left right: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .marginx-xl-3 {
    margin-left right: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .marginx-xxl-3 {
    margin-left right: 1rem !important;
  }
}
@media (min-width: 576px) {
  .marginx-sm-4 {
    margin-left right: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .marginx-md-4 {
    margin-left right: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .marginx-lg-4 {
    margin-left right: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .marginx-xl-4 {
    margin-left right: 1.5rem !important;
  }
}
@media (min-width: 1400px) {
  .marginx-xxl-4 {
    margin-left right: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  .marginx-sm-5 {
    margin-left right: 3rem !important;
  }
}
@media (min-width: 768px) {
  .marginx-md-5 {
    margin-left right: 3rem !important;
  }
}
@media (min-width: 992px) {
  .marginx-lg-5 {
    margin-left right: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .marginx-xl-5 {
    margin-left right: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .marginx-xxl-5 {
    margin-left right: 3rem !important;
  }
}
@media (min-width: 576px) {
  .marginy-sm-0 {
    margin-top bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .marginy-md-0 {
    margin-top bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .marginy-lg-0 {
    margin-top bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .marginy-xl-0 {
    margin-top bottom: 0 !important;
  }
}
@media (min-width: 1400px) {
  .marginy-xxl-0 {
    margin-top bottom: 0 !important;
  }
}
@media (min-width: 576px) {
  .marginy-sm-1 {
    margin-top bottom: 0.25rem !important;
  }
}
@media (min-width: 768px) {
  .marginy-md-1 {
    margin-top bottom: 0.25rem !important;
  }
}
@media (min-width: 992px) {
  .marginy-lg-1 {
    margin-top bottom: 0.25rem !important;
  }
}
@media (min-width: 1200px) {
  .marginy-xl-1 {
    margin-top bottom: 0.25rem !important;
  }
}
@media (min-width: 1400px) {
  .marginy-xxl-1 {
    margin-top bottom: 0.25rem !important;
  }
}
@media (min-width: 576px) {
  .marginy-sm-2 {
    margin-top bottom: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .marginy-md-2 {
    margin-top bottom: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .marginy-lg-2 {
    margin-top bottom: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .marginy-xl-2 {
    margin-top bottom: 0.5rem !important;
  }
}
@media (min-width: 1400px) {
  .marginy-xxl-2 {
    margin-top bottom: 0.5rem !important;
  }
}
@media (min-width: 576px) {
  .marginy-sm-3 {
    margin-top bottom: 1rem !important;
  }
}
@media (min-width: 768px) {
  .marginy-md-3 {
    margin-top bottom: 1rem !important;
  }
}
@media (min-width: 992px) {
  .marginy-lg-3 {
    margin-top bottom: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .marginy-xl-3 {
    margin-top bottom: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .marginy-xxl-3 {
    margin-top bottom: 1rem !important;
  }
}
@media (min-width: 576px) {
  .marginy-sm-4 {
    margin-top bottom: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .marginy-md-4 {
    margin-top bottom: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .marginy-lg-4 {
    margin-top bottom: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .marginy-xl-4 {
    margin-top bottom: 1.5rem !important;
  }
}
@media (min-width: 1400px) {
  .marginy-xxl-4 {
    margin-top bottom: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  .marginy-sm-5 {
    margin-top bottom: 3rem !important;
  }
}
@media (min-width: 768px) {
  .marginy-md-5 {
    margin-top bottom: 3rem !important;
  }
}
@media (min-width: 992px) {
  .marginy-lg-5 {
    margin-top bottom: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .marginy-xl-5 {
    margin-top bottom: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .marginy-xxl-5 {
    margin-top bottom: 3rem !important;
  }
}
@media (min-width: 576px) {
  .paddingt-sm-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .paddingt-md-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 992px) {
  .paddingt-lg-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .paddingt-xl-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 1400px) {
  .paddingt-xxl-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 576px) {
  .paddingt-sm-1 {
    padding-top: 0.25rem !important;
  }
}
@media (min-width: 768px) {
  .paddingt-md-1 {
    padding-top: 0.25rem !important;
  }
}
@media (min-width: 992px) {
  .paddingt-lg-1 {
    padding-top: 0.25rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingt-xl-1 {
    padding-top: 0.25rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingt-xxl-1 {
    padding-top: 0.25rem !important;
  }
}
@media (min-width: 576px) {
  .paddingt-sm-2 {
    padding-top: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .paddingt-md-2 {
    padding-top: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .paddingt-lg-2 {
    padding-top: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingt-xl-2 {
    padding-top: 0.5rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingt-xxl-2 {
    padding-top: 0.5rem !important;
  }
}
@media (min-width: 576px) {
  .paddingt-sm-3 {
    padding-top: 1rem !important;
  }
}
@media (min-width: 768px) {
  .paddingt-md-3 {
    padding-top: 1rem !important;
  }
}
@media (min-width: 992px) {
  .paddingt-lg-3 {
    padding-top: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingt-xl-3 {
    padding-top: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingt-xxl-3 {
    padding-top: 1rem !important;
  }
}
@media (min-width: 576px) {
  .paddingt-sm-4 {
    padding-top: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .paddingt-md-4 {
    padding-top: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .paddingt-lg-4 {
    padding-top: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingt-xl-4 {
    padding-top: 1.5rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingt-xxl-4 {
    padding-top: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  .paddingt-sm-5 {
    padding-top: 3rem !important;
  }
}
@media (min-width: 768px) {
  .paddingt-md-5 {
    padding-top: 3rem !important;
  }
}
@media (min-width: 992px) {
  .paddingt-lg-5 {
    padding-top: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingt-xl-5 {
    padding-top: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingt-xxl-5 {
    padding-top: 3rem !important;
  }
}
@media (min-width: 576px) {
  .paddingb-sm-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .paddingb-md-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .paddingb-lg-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .paddingb-xl-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1400px) {
  .paddingb-xxl-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 576px) {
  .paddingb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
}
@media (min-width: 768px) {
  .paddingb-md-1 {
    padding-bottom: 0.25rem !important;
  }
}
@media (min-width: 992px) {
  .paddingb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
}
@media (min-width: 576px) {
  .paddingb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .paddingb-md-2 {
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .paddingb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 576px) {
  .paddingb-sm-3 {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 768px) {
  .paddingb-md-3 {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 992px) {
  .paddingb-lg-3 {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingb-xl-3 {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingb-xxl-3 {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 576px) {
  .paddingb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .paddingb-md-4 {
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .paddingb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  .paddingb-sm-5 {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 768px) {
  .paddingb-md-5 {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 992px) {
  .paddingb-lg-5 {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingb-xl-5 {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingb-xxl-5 {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 576px) {
  .paddings-sm-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .paddings-md-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .paddings-lg-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  .paddings-xl-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1400px) {
  .paddings-xxl-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 576px) {
  .paddings-sm-1 {
    padding-left: 0.25rem !important;
  }
}
@media (min-width: 768px) {
  .paddings-md-1 {
    padding-left: 0.25rem !important;
  }
}
@media (min-width: 992px) {
  .paddings-lg-1 {
    padding-left: 0.25rem !important;
  }
}
@media (min-width: 1200px) {
  .paddings-xl-1 {
    padding-left: 0.25rem !important;
  }
}
@media (min-width: 1400px) {
  .paddings-xxl-1 {
    padding-left: 0.25rem !important;
  }
}
@media (min-width: 576px) {
  .paddings-sm-2 {
    padding-left: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .paddings-md-2 {
    padding-left: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .paddings-lg-2 {
    padding-left: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .paddings-xl-2 {
    padding-left: 0.5rem !important;
  }
}
@media (min-width: 1400px) {
  .paddings-xxl-2 {
    padding-left: 0.5rem !important;
  }
}
@media (min-width: 576px) {
  .paddings-sm-3 {
    padding-left: 1rem !important;
  }
}
@media (min-width: 768px) {
  .paddings-md-3 {
    padding-left: 1rem !important;
  }
}
@media (min-width: 992px) {
  .paddings-lg-3 {
    padding-left: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .paddings-xl-3 {
    padding-left: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .paddings-xxl-3 {
    padding-left: 1rem !important;
  }
}
@media (min-width: 576px) {
  .paddings-sm-4 {
    padding-left: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .paddings-md-4 {
    padding-left: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .paddings-lg-4 {
    padding-left: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .paddings-xl-4 {
    padding-left: 1.5rem !important;
  }
}
@media (min-width: 1400px) {
  .paddings-xxl-4 {
    padding-left: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  .paddings-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .paddings-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .paddings-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .paddings-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .paddings-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 576px) {
  .paddinge-sm-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .paddinge-md-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .paddinge-lg-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .paddinge-xl-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 1400px) {
  .paddinge-xxl-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 576px) {
  .paddinge-sm-1 {
    padding-right: 0.25rem !important;
  }
}
@media (min-width: 768px) {
  .paddinge-md-1 {
    padding-right: 0.25rem !important;
  }
}
@media (min-width: 992px) {
  .paddinge-lg-1 {
    padding-right: 0.25rem !important;
  }
}
@media (min-width: 1200px) {
  .paddinge-xl-1 {
    padding-right: 0.25rem !important;
  }
}
@media (min-width: 1400px) {
  .paddinge-xxl-1 {
    padding-right: 0.25rem !important;
  }
}
@media (min-width: 576px) {
  .paddinge-sm-2 {
    padding-right: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .paddinge-md-2 {
    padding-right: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .paddinge-lg-2 {
    padding-right: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .paddinge-xl-2 {
    padding-right: 0.5rem !important;
  }
}
@media (min-width: 1400px) {
  .paddinge-xxl-2 {
    padding-right: 0.5rem !important;
  }
}
@media (min-width: 576px) {
  .paddinge-sm-3 {
    padding-right: 1rem !important;
  }
}
@media (min-width: 768px) {
  .paddinge-md-3 {
    padding-right: 1rem !important;
  }
}
@media (min-width: 992px) {
  .paddinge-lg-3 {
    padding-right: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .paddinge-xl-3 {
    padding-right: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .paddinge-xxl-3 {
    padding-right: 1rem !important;
  }
}
@media (min-width: 576px) {
  .paddinge-sm-4 {
    padding-right: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .paddinge-md-4 {
    padding-right: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .paddinge-lg-4 {
    padding-right: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .paddinge-xl-4 {
    padding-right: 1.5rem !important;
  }
}
@media (min-width: 1400px) {
  .paddinge-xxl-4 {
    padding-right: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  .paddinge-sm-5 {
    padding-right: 3rem !important;
  }
}
@media (min-width: 768px) {
  .paddinge-md-5 {
    padding-right: 3rem !important;
  }
}
@media (min-width: 992px) {
  .paddinge-lg-5 {
    padding-right: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .paddinge-xl-5 {
    padding-right: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .paddinge-xxl-5 {
    padding-right: 3rem !important;
  }
}
@media (min-width: 576px) {
  .paddingx-sm-0 {
    padding-left right: 0 !important;
  }
}
@media (min-width: 768px) {
  .paddingx-md-0 {
    padding-left right: 0 !important;
  }
}
@media (min-width: 992px) {
  .paddingx-lg-0 {
    padding-left right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .paddingx-xl-0 {
    padding-left right: 0 !important;
  }
}
@media (min-width: 1400px) {
  .paddingx-xxl-0 {
    padding-left right: 0 !important;
  }
}
@media (min-width: 576px) {
  .paddingx-sm-1 {
    padding-left right: 0.25rem !important;
  }
}
@media (min-width: 768px) {
  .paddingx-md-1 {
    padding-left right: 0.25rem !important;
  }
}
@media (min-width: 992px) {
  .paddingx-lg-1 {
    padding-left right: 0.25rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingx-xl-1 {
    padding-left right: 0.25rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingx-xxl-1 {
    padding-left right: 0.25rem !important;
  }
}
@media (min-width: 576px) {
  .paddingx-sm-2 {
    padding-left right: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .paddingx-md-2 {
    padding-left right: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .paddingx-lg-2 {
    padding-left right: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingx-xl-2 {
    padding-left right: 0.5rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingx-xxl-2 {
    padding-left right: 0.5rem !important;
  }
}
@media (min-width: 576px) {
  .paddingx-sm-3 {
    padding-left right: 1rem !important;
  }
}
@media (min-width: 768px) {
  .paddingx-md-3 {
    padding-left right: 1rem !important;
  }
}
@media (min-width: 992px) {
  .paddingx-lg-3 {
    padding-left right: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingx-xl-3 {
    padding-left right: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingx-xxl-3 {
    padding-left right: 1rem !important;
  }
}
@media (min-width: 576px) {
  .paddingx-sm-4 {
    padding-left right: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .paddingx-md-4 {
    padding-left right: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .paddingx-lg-4 {
    padding-left right: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingx-xl-4 {
    padding-left right: 1.5rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingx-xxl-4 {
    padding-left right: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  .paddingx-sm-5 {
    padding-left right: 3rem !important;
  }
}
@media (min-width: 768px) {
  .paddingx-md-5 {
    padding-left right: 3rem !important;
  }
}
@media (min-width: 992px) {
  .paddingx-lg-5 {
    padding-left right: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingx-xl-5 {
    padding-left right: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingx-xxl-5 {
    padding-left right: 3rem !important;
  }
}
@media (min-width: 576px) {
  .paddingy-sm-0 {
    padding-top bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .paddingy-md-0 {
    padding-top bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .paddingy-lg-0 {
    padding-top bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .paddingy-xl-0 {
    padding-top bottom: 0 !important;
  }
}
@media (min-width: 1400px) {
  .paddingy-xxl-0 {
    padding-top bottom: 0 !important;
  }
}
@media (min-width: 576px) {
  .paddingy-sm-1 {
    padding-top bottom: 0.25rem !important;
  }
}
@media (min-width: 768px) {
  .paddingy-md-1 {
    padding-top bottom: 0.25rem !important;
  }
}
@media (min-width: 992px) {
  .paddingy-lg-1 {
    padding-top bottom: 0.25rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingy-xl-1 {
    padding-top bottom: 0.25rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingy-xxl-1 {
    padding-top bottom: 0.25rem !important;
  }
}
@media (min-width: 576px) {
  .paddingy-sm-2 {
    padding-top bottom: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .paddingy-md-2 {
    padding-top bottom: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .paddingy-lg-2 {
    padding-top bottom: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingy-xl-2 {
    padding-top bottom: 0.5rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingy-xxl-2 {
    padding-top bottom: 0.5rem !important;
  }
}
@media (min-width: 576px) {
  .paddingy-sm-3 {
    padding-top bottom: 1rem !important;
  }
}
@media (min-width: 768px) {
  .paddingy-md-3 {
    padding-top bottom: 1rem !important;
  }
}
@media (min-width: 992px) {
  .paddingy-lg-3 {
    padding-top bottom: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingy-xl-3 {
    padding-top bottom: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingy-xxl-3 {
    padding-top bottom: 1rem !important;
  }
}
@media (min-width: 576px) {
  .paddingy-sm-4 {
    padding-top bottom: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .paddingy-md-4 {
    padding-top bottom: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .paddingy-lg-4 {
    padding-top bottom: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingy-xl-4 {
    padding-top bottom: 1.5rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingy-xxl-4 {
    padding-top bottom: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  .paddingy-sm-5 {
    padding-top bottom: 3rem !important;
  }
}
@media (min-width: 768px) {
  .paddingy-md-5 {
    padding-top bottom: 3rem !important;
  }
}
@media (min-width: 992px) {
  .paddingy-lg-5 {
    padding-top bottom: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .paddingy-xl-5 {
    padding-top bottom: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .paddingy-xxl-5 {
    padding-top bottom: 3rem !important;
  }
}
#scroll-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, #37884A, #2D8241);
  z-index: 9999;
  transition: width 0.1s linear;
  border-radius: 0 2px 2px 0;
}

header.desktop-header {
  position: fixed;
  top: 20px;
  right: 0;
  left: 0;
  z-index: 9;
  transition: all 0.3s ease;
}
header.desktop-header.bg-header-black .navbar .nav-link {
  color: #fff !important;
}
header.desktop-header.bg-header-black .navbar .nav-link svg path {
  fill: #fff;
}
header.desktop-header .btn-theme {
  overflow: unset;
}
@media (max-width: 991px) {
  header.desktop-header {
    display: none;
  }
}
header.desktop-header .navbar-collapse {
  flex: unset !important;
}
header.desktop-header nav {
  border-radius: 16px;
  border: 1px solid #bdbdbd;
  background: linear-gradient(153deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 13px 31px !important;
  justify-content: space-between !important;
  position: relative;
  backdrop-filter: blur(42px);
  box-shadow: 0px 20px 50px 0px rgba(80, 80, 80, 0.1098039216);
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  gap: 0px;
  transition: all 0.3s ease;
}
header.desktop-header nav .navbar-collapse,
header.desktop-header nav .navbar-nav {
  flex-wrap: nowrap !important;
  white-space: nowrap;
}
header.desktop-header nav.navbar-scrolled {
  padding: 6px 31px !important;
  max-width: 1065px;
  border-radius: 40px;
}
header.desktop-header nav.navbar-scrolled .navbar-nav {
  gap: 20px;
}
header.desktop-header nav.navbar-scrolled .navbar-nav .nav-item .nav-link {
  font-size: 16px;
}
header.desktop-header nav.navbar-scrolled .navbar-collapse {
  margin-right: 20px !important;
  transition: all 0.3s ease;
}
header.desktop-header nav.navbar-scrolled .navbar-brand {
  margin-right: 60px;
}
header.desktop-header nav.navbar-scrolled .navbar-brand .header-logo {
  opacity: 0;
  visibility: hidden;
  width: 0 !important;
}
header.desktop-header nav.navbar-scrolled .navbar-brand .header-logo-icon {
  opacity: 1;
  visibility: visible;
}
header.desktop-header nav.navbar-scrolled .swap-btn {
  min-height: 41px;
}
header.desktop-header nav.navbar-scrolled .swap-btn .icon-box {
  width: 30px;
  height: 30px;
  left: calc(100% - 37px);
}
header.desktop-header nav.navbar-scrolled .swap-btn .icon-box svg {
  width: 18px;
  height: 18px;
}
header.desktop-header nav.navbar-scrolled .mega-menu {
  width: 100%;
  top: 70px !important;
}
header.desktop-header nav.navbar-scrolled .menu-item {
  padding: 12px;
}
header.desktop-header nav.navbar-scrolled .menu-item span {
  font-size: 14px;
}
header.desktop-header nav.navbar-scrolled .menu-item ul li a span {
  font-size: 14px;
}
header.desktop-header nav .navbar-brand {
  margin-right: 0;
  position: relative;
  display: flex;
  align-items: center;
}
header.desktop-header nav .navbar-brand .header-logo {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
header.desktop-header nav .navbar-brand .header-logo-icon {
  position: absolute;
  left: 0;
  width: 37px;
  height: 35px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
header.desktop-header nav .navbar-nav {
  gap: 44px;
}
header.desktop-header nav .navbar-nav .nav-item .nav-link {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  padding: 0;
  line-height: 52px;
  transition: all 0.3s ease;
}
header.desktop-header nav .navbar-nav .nav-item .nav-link:hover {
  color: #37884A !important;
}
header.desktop-header nav .navbar-nav .nav-item .nav-link svg {
  margin-left: 8px;
  transition: transform 0.3s ease;
}
header.desktop-header nav .navbar-nav .nav-item .nav-link.show {
  color: #1C4E28;
}
header.desktop-header nav .navbar-nav .nav-item .nav-link.show svg {
  transform: rotate(180deg);
}

.top-level-menu > li {
  display: inline-block;
  position: unset;
}

.top-level-menu > li:hover .mega-menu {
  display: flex;
}

.mega-menu {
  display: none;
  position: absolute;
  top: 100px !important;
  right: 0;
  left: 0;
  width: 83%;
  margin: 0 auto;
  z-index: 1000;
  border-radius: 18px;
  border: 1px solid #DFECE0;
  background-color: #DFECE0;
}
.mega-menu.megamnusingle {
  width: 22%;
}
.mega-menu.megamnusingle .menu-item {
  min-height: 420px !important;
}
@media (max-width: 1640px) {
  .mega-menu {
    width: 100%;
  }
}
.mega-menu .megamenu-wrp {
  padding: 15px;
  width: 100%;
}
.mega-menu .megamenu-wrp .product-wrp {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
}
.mega-menu .megamenu-wrp .product-wrp .menu-title span {
  border-radius: 8px;
  padding: 5px 18px;
  color: #414141;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 19px;
}
.mega-menu .megamenu-wrp .product-wrp .menu-title span.menu-title-1 {
  background-color: #E3F5E3;
  border: 1px solid #BDE8BB;
}
.mega-menu .megamenu-wrp .menu-item {
  background-color: #fff;
  padding: 20px 25px;
  border-radius: 10px;
  min-height: 517px;
  border: 1px solid #fff;
}
.mega-menu .megamenu-wrp .menu-item .menu-title {
  margin-bottom: 30px;
}
.mega-menu .megamenu-wrp .menu-item .menu-title span {
  padding: 5px 18px;
  color: #414141;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  border-radius: 5px;
}
.mega-menu .megamenu-wrp .menu-item .menu-title span.menu-title-1 {
  border: 1px solid #BDE8BB;
  background: #DFECE0;
}
.mega-menu .megamenu-wrp .menu-item .menu-title span.menu-title-2 {
  border: 1px solid #BDE8BB;
  background: #DFECE0;
}
.mega-menu .megamenu-wrp .menu-item .menu-title span.menu-title-3 {
  border: 1px solid #BDE8BB;
  background: #DFECE0;
}
.mega-menu .megamenu-wrp .menu-item .menu-title span.menu-title-4 {
  border: 1px solid #BDE8BB;
  background: #DFECE0;
}
.mega-menu .megamenu-wrp .menu-item ul {
  padding: 0;
}
.mega-menu .megamenu-wrp .menu-item ul li {
  list-style: none;
  border-radius: 8px;
}
.mega-menu .megamenu-wrp .menu-item ul li:not:last-child {
  margin-bottom: 25px;
}
.mega-menu .megamenu-wrp .menu-item ul li:hover {
  background-color: #e3e3e3;
}
.mega-menu .megamenu-wrp .menu-item ul li a {
  display: flex;
  align-items: center;
  padding: 2px 0;
}
.mega-menu .megamenu-wrp .menu-item ul li a span {
  color: #000000;
}
.mega-menu .megamenu-wrp .menu-card-link {
  display: block;
  background-color: transparent;
  padding: 20px 25px;
  border-radius: 12px;
  border: 1px solid #E5E5E5;
  min-height: 170px;
}
.mega-menu .megamenu-wrp .menu-card-link .menu-card .card-title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.mega-menu .megamenu-wrp .menu-card-link .menu-card .card-title h4 {
  font-size: 20px !important;
  margin-bottom: 0;
}
.mega-menu .megamenu-wrp .menu-card-link .menu-card .card-desc p {
  margin-bottom: 0;
  font-size: 16px;
  color: #7A7A7A;
  line-height: 22px;
  white-space: normal;
}
.mega-menu .megamenu-wrp .menu-card-link:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0705882353);
  transition: 0.5s all ease-in-out;
  border: 1px solid #37884A;
}

.left-panel {
  width: 25%;
  padding: 28px 31px;
  background-color: rgba(248, 248, 248, 0.7215686275);
  border-radius: 0px 0px 0px 12px;
}

.product-list li {
  margin-bottom: 15px;
  list-style: none;
}

.product-list .product-tab span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #707070;
  font-weight: 400;
  margin-top: 2px;
}

.product-list .product-tab .h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}

.right-panel {
  width: 75%;
  padding: 26px 38px;
}
.right-panel.service-content .menu-column ul li {
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 5px;
}
.right-panel.service-content .menu-column ul li a {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}
.right-panel.service-content .menu-column ul li a svg {
  transform: translateY(-2px);
  margin-right: 5px;
  width: 18px;
  height: 18px;
}
.right-panel.service-content .menu-column ul li a span {
  margin-top: 8px;
  font-size: 14px;
  color: #707070;
}

.menu-column {
  flex: 1;
}
.menu-column h6 {
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #EFEFEF;
  padding: 0 11px 26px;
}
.menu-column ul {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
}
.menu-column ul li {
  transition: 0.3s all ease-in-out;
}
.menu-column ul li:hover {
  background-color: #F5F5F5;
}
.menu-column ul li:hover a {
  color: #1C4E28;
}
.menu-column ul li:not(:last-child) {
  margin-bottom: 13px;
}
.menu-column ul li a {
  padding: 9px 11px;
  display: block;
  font-size: 14px;
  color: #707070;
  line-height: 24px;
  width: 100%;
}

.product-content {
  display: none;
}

.product-content.active {
  display: flex;
}

.product-tab {
  cursor: pointer;
  padding: 18px 22px;
  border-radius: 8px;
}

.product-tab.active {
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0705882353);
}

/* Disable hover-open for dropdowns */
.nav-item.dropdown:hover .mega-menu {
  display: none !important;
}

/* Bootstrap default: only show when .show is active */
.nav-item.dropdown .mega-menu.show {
  display: block !important;
  -webkit-animation: fadeIn 0.5s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.5s alternate;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu.mega-menu {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.mobile-menu {
  display: none;
  z-index: 99;
  position: relative;
}
@media (max-width: 991px) {
  .mobile-menu {
    display: block;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.0392156863);
    border-radius: 12px;
    padding: 10px;
    margin: 0;
  }
}
.mobile-menu .navbar img {
  width: 60%;
}
.mobile-menu .offcanvas-wrp .offcanvas-toggle {
  background-color: transparent;
  border: 1px solid #000;
  padding: 2px 5px;
  border-radius: 4px;
}
.mobile-menu .offcanvas-wrp .offcanvas-toggle .toggle-icon {
  width: 20px;
  height: 20px;
  fill: #075E54;
  color: #075E54;
}
.mobile-menu .offcanvas-wrp .inner-canvas-header {
  justify-content: space-between;
  border-bottom: 1px solid #dde0e9;
}
.mobile-menu .offcanvas-wrp .inner-canvas-header .offcanvas-back {
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 16px;
}
.mobile-menu .offcanvas-wrp .inner-canvas-header .offcanvas-back svg {
  transform: translateY(-1px);
}
.mobile-menu .offcanvas-wrp .inner-canvas-header span,
.mobile-menu .offcanvas-wrp .inner-canvas-header .btn-close {
  margin: 0;
}
.mobile-menu .offcanvas-wrp .offcanvas-body .mobile-menu-tabs .nav-tabs {
  justify-content: space-between;
  padding-bottom: 10px;
}
.mobile-menu .offcanvas-wrp .offcanvas-body .mobile-menu-tabs .nav-tabs .nav-item .nav-link {
  font-size: 14px;
  color: #000;
}
.mobile-menu .offcanvas-wrp .offcanvas-body .mobile-menu-tabs .nav-tabs .nav-item .nav-link.active {
  border: none;
  background-color: #075E54;
  color: #fff;
  border-radius: 8px;
}
.mobile-menu .offcanvas-wrp .offcanvas-body .mobile-menu-tabs .nav-tabs .nav-item .nav-link:focus, .mobile-menu .offcanvas-wrp .offcanvas-body .mobile-menu-tabs .nav-tabs .nav-item .nav-link:hover {
  border: none;
  box-shadow: none;
}
.mobile-menu .offcanvas-wrp .offcanvas-body .navbar-top {
  list-style-type: none;
  padding: 16px 0;
  margin: 0;
  display: flex;
  width: 100%;
  gap: 8px;
  overflow-x: scroll;
}
.mobile-menu .offcanvas-wrp .offcanvas-body .navbar-top::-webkit-scrollbar {
  height: 5px;
}
.mobile-menu .offcanvas-wrp .offcanvas-body .navbar-top li {
  list-style: none;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  order: 0;
  min-width: 120px;
}
.mobile-menu .offcanvas-wrp .offcanvas-body .navbar-top li a {
  background-color: #f5f8fa;
  border-radius: 4px;
  color: #738794;
  display: block;
  padding: 10px;
  text-align: center;
}
.mobile-menu .offcanvas-wrp .offcanvas-body .navbar-nav {
  margin-top: 10px;
  padding-bottom: 10px;
}
.mobile-menu .offcanvas-wrp .offcanvas-body .navbar-nav li:not(:last-child) {
  margin-bottom: 10px;
}
.mobile-menu .offcanvas-wrp .offcanvas-body .navbar-nav li .nav-item-btn {
  background-color: transparent;
  padding: 0;
  border: none;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6509803922);
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 22px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.home-banner {
  padding: 0;
}
.home-banner .banner-video video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.home-updated-banner {
  background-color: #f9f9f9;
  padding: 110px 0 0;
  position: unset;
}
.home-updated-banner .video-wrp video {
  -webkit-mask-image: -webkit-radial-gradient(white, black) !important;
  -webkit-backface-visibility: hidden !important;
}
.home-updated-banner .banner-slider {
  position: relative;
  overflow: visible;
}
.home-updated-banner .custom-img-pagination {
  position: absolute;
  bottom: -30px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.home-updated-banner .custom-img-pagination .swiper-pagination-bullet {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: none;
  opacity: 1 !important;
  border: none !important;
  transition: all 0.3s ease;
  margin: 0 !important;
  margin-left: -15px !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
}
.home-updated-banner .custom-img-pagination .swiper-pagination-bullet .progress-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  z-index: 12;
  pointer-events: none;
}
.home-updated-banner .custom-img-pagination .swiper-pagination-bullet .progress-ring__circle {
  transition: stroke-dashoffset 0.1s linear;
}
.home-updated-banner .custom-img-pagination .swiper-pagination-bullet img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.home-updated-banner .custom-img-pagination .swiper-pagination-bullet::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5019607843);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 5;
  transition: background-color 0.3s ease;
}
.home-updated-banner .custom-img-pagination .swiper-pagination-bullet .play-pause-toggle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.home-updated-banner .custom-img-pagination .swiper-pagination-bullet .play-pause-toggle:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.home-updated-banner .custom-img-pagination .swiper-pagination-bullet .play-pause-toggle svg {
  width: 10px;
  height: 10px;
  fill: #ffffff;
}
.home-updated-banner .custom-img-pagination .swiper-pagination-bullet .play-pause-toggle .icon-play {
  display: none;
}
.home-updated-banner .custom-img-pagination .swiper-pagination-bullet .play-pause-toggle .icon-pause {
  display: block;
}
.home-updated-banner .custom-img-pagination .swiper-pagination-bullet.is-paused .play-pause-toggle .icon-play {
  display: block;
  margin-left: 2px;
}
.home-updated-banner .custom-img-pagination .swiper-pagination-bullet.is-paused .play-pause-toggle .icon-pause {
  display: none;
}
.home-updated-banner .custom-img-pagination .swiper-pagination-bullet .thumb-tooltip {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  white-space: nowrap;
  padding: 4px 8px;
  border-radius: 4px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 30;
}
.home-updated-banner .custom-img-pagination .swiper-pagination-bullet .thumb-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.75);
}
.home-updated-banner .custom-img-pagination .swiper-pagination-bullet:hover .thumb-tooltip {
  opacity: 1;
}
.home-updated-banner .custom-img-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0 !important;
}
.home-updated-banner .custom-img-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  z-index: 11;
}
.home-updated-banner .custom-img-pagination .swiper-pagination-bullet-active::before {
  background-color: transparent;
}
.home-updated-banner .custom-img-pagination .swiper-pagination-bullet-active .play-pause-toggle {
  display: flex;
}
.home-updated-banner .banner-content span.tag {
  font-size: 16px;
  color: #fff;
  background: #418E53;
  padding: 5px 20px;
  border-radius: 100px;
  font-weight: 500 !important;
  display: inline-block;
  margin-bottom: 10px;
}
.home-updated-banner .banner-content h1 {
  font-size: 56px;
  line-height: 64px;
  color: rgba(8, 8, 8, 0.8);
  font-weight: 200;
  margin-bottom: 20px;
}
.home-updated-banner .banner-content p {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 25px;
  font-weight: 300 !important;
  max-width: 530px;
}

.home-content h2 {
  max-width: 799px;
  margin: 0 auto;
}
.home-content .btnwrp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 33px;
  margin-top: 35px;
}
.home-content .logo-slider {
  width: 80%;
  max-width: 1000px;
  margin-top: 70px;
  margin-bottom: 50px;
}
.home-content .logo-slider .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.home-content .logo-slider img {
  display: block;
  max-width: 100%;
}

.home-page-body {
  overflow-x: unset;
}

.brand-section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: visible;
  background-color: #fff;
}
@media (max-width: 768px) {
  .brand-section .header-actions {
    justify-content: center !important;
  }
}
.brand-section .imgwrp {
  position: relative;
  top: 0;
  right: -25%;
  z-index: 1;
  transition: transform 0.1s linear;
}
.brand-section .sticky-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  z-index: 1;
  width: 100%;
  height: fit-content;
}
.brand-section .mobile-boxwrp {
  display: none;
}
.brand-section .mobile-boxwrp .header-actions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.brand-section .mobile-boxwrp .slider-arrows {
  display: flex;
  gap: 12px;
}
.brand-section .mobile-boxwrp .slider-arrows .arrow-btn {
  width: 44px;
  height: 44px;
  background-color: #ffffff;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.brand-section .mobile-boxwrp .slider-arrows .arrow-btn svg {
  width: 16px;
  height: 16px;
  fill: #595959;
  transition: fill 0.2s ease;
}
.brand-section .mobile-boxwrp .slider-arrows .arrow-btn:hover {
  background-color: #f2f2f2;
  transform: translateY(-1px);
}
.brand-section .mobile-boxwrp .slider-arrows .arrow-btn:active {
  transform: translateY(1px);
}
@media (max-width: 768px) {
  .brand-section .mobile-boxwrp .header-actions {
    justify-content: center !important;
  }
}
.brand-section .mobile-boxwrp .brand-box {
  pointer-events: auto;
  padding: 60px 44px;
  border-radius: 16px;
  border: 1px solid #fff;
  background-color: rgba(232, 232, 232, 0.5);
  backdrop-filter: blur(21px);
  transition: all 0.1s ease-in-out;
}
.brand-section .mobile-boxwrp .brand-box:hover {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 8px 0px rgba(2, 2, 2, 0.2);
  backdrop-filter: blur(21px);
}
.brand-section .mobile-boxwrp .brand-box:hover .icon-box {
  display: block;
}
.brand-section .mobile-boxwrp .brand-box:hover h2 {
  display: none;
}
.brand-section .mobile-boxwrp .brand-box .icon-box {
  display: none;
  height: 112.5px;
  margin-bottom: 4px;
}
.brand-section .mobile-boxwrp .brand-box h2 {
  font-size: 74px;
  color: #DBDBDB;
  font-weight: 200;
  line-height: 1.25;
  letter-spacing: -4.5px;
  max-width: 83px;
  min-width: 83px;
  margin-bottom: 4px;
}
.brand-section .mobile-boxwrp .brand-box h4 {
  color: #181818;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.brand-section .mobile-boxwrp .brand-box p {
  max-width: 351px;
  line-height: 26px;
}
.brand-section .boxwrp {
  position: relative;
  z-index: 1;
  margin-top: 0;
}
.brand-section .boxwrp .box-list {
  row-gap: 30px;
}
.brand-section .boxwrp .box-list .box-item:nth-child(2), .brand-section .boxwrp .box-list .box-item:nth-child(5), .brand-section .boxwrp .box-list .box-item:nth-child(8), .brand-section .boxwrp .box-list .box-item:nth-child(11) {
  margin-top: -60px;
}
.brand-section .boxwrp .box-list .box-item:nth-child(3), .brand-section .boxwrp .box-list .box-item:nth-child(6), .brand-section .boxwrp .box-list .box-item:nth-child(9), .brand-section .boxwrp .box-list .box-item:nth-child(12) {
  margin-top: -120px;
}
.brand-section .boxwrp .box-list .brand-box {
  pointer-events: auto;
  padding: 25px 45px;
  border-radius: 16px;
  border: 1px solid #fff;
  background-color: rgba(232, 232, 232, 0.5);
  backdrop-filter: blur(21px);
  transition: all 0.1s ease-in-out;
}
.brand-section .boxwrp .box-list .brand-box .brand-box-content {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.brand-section .boxwrp .box-list .brand-box .brand-box-content .number-box {
  height: 83px;
}
.brand-section .boxwrp .box-list .brand-box:hover {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 8px 0px rgba(2, 2, 2, 0.2);
  backdrop-filter: blur(21px);
  transition: all 0.5s ease;
}
.brand-section .boxwrp .box-list .brand-box:hover .icon-box {
  display: block;
}
.brand-section .boxwrp .box-list .brand-box:hover h2 {
  display: none;
}
.brand-section .boxwrp .box-list .brand-box .icon-box {
  display: none;
}
.brand-section .boxwrp .box-list .brand-box h2 {
  font-size: 74px;
  color: #DBDBDB;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -4.5px;
  max-width: 83px;
  min-width: 83px;
}
.brand-section .boxwrp .box-list .brand-box h4 {
  color: #181818;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.brand-section .boxwrp .box-list .brand-box p {
  max-width: 351px;
  color: #303030;
}

.client-slider-section {
  overflow-x: hidden;
  z-index: 1;
  background: linear-gradient(269deg, #246F36 49.17%, #6BD282 113.39%);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  position: relative;
}
.client-slider-section .marquee-track {
  display: flex;
  gap: 50px;
  width: max-content;
  will-change: transform;
  /* No CSS animation – handled by JS */
}
.client-slider-section::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/section-images/home/client-section-bg.png);
  position: absolute;
  top: 0;
  z-index: -11;
}
.client-slider-section .section-heading h2 {
  color: #ffffff;
  line-height: 56px;
  margin-bottom: 0;
}
.client-slider-section .header-actions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 20px;
}
.client-slider-section .slider-arrows {
  display: flex;
  gap: 12px;
}
.client-slider-section .slider-arrows .arrow-btn {
  width: 44px;
  height: 44px;
  background-color: #ffffff;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  /* --- NEW: Play/Pause Toggle States --- */
}
.client-slider-section .slider-arrows .arrow-btn svg {
  width: 16px;
  height: 16px;
  transition: fill 0.2s ease;
}
.client-slider-section .slider-arrows .arrow-btn svg path,
.client-slider-section .slider-arrows .arrow-btn svg rect,
.client-slider-section .slider-arrows .arrow-btn svg polygon {
  fill: #5B9B6A;
}
.client-slider-section .slider-arrows .arrow-btn.is-paused {
  /* Margin nudges play triangle center */
}
.client-slider-section .slider-arrows .arrow-btn.is-paused .icon-pause {
  display: none !important;
}
.client-slider-section .slider-arrows .arrow-btn.is-paused .icon-play {
  display: block !important;
  margin-left: 2px;
}
.client-slider-section .slider-arrows .arrow-btn:not(.is-paused) .icon-pause {
  display: block !important;
}
.client-slider-section .slider-arrows .arrow-btn:not(.is-paused) .icon-play {
  display: none !important;
}
.client-slider-section .slider-arrows .arrow-btn:hover {
  background-color: #f2f2f2;
  transform: translateY(-1px);
}
.client-slider-section .slider-arrows .arrow-btn:active {
  transform: translateY(1px);
}
@media (max-width: 768px) {
  .client-slider-section .header-actions {
    justify-content: center !important;
  }
}
.client-slider-section .client-marquee-swiper {
  margin-top: 80px;
  width: 100%;
  overflow: visible;
}
.client-slider-section .client-marquee-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.client-slider-section .client-marquee-swiper .swiper-slide {
  width: 462px;
  /* Set specific width */
  height: auto;
  flex-shrink: 0;
}
.client-slider-section .client-marquee-swiper .swiper-slide .slide-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}
.client-slider-section .client-marquee-swiper .swiper-slide .card-main {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  /* FORCE HARDWARE ACCELERATION TO FIX THE LINE GLITCH */
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
  /* Masking */
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='463' height='567' viewBox='0 0 463 567' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M431.235 496.025C397.348 497.871 397.342 534.302 397.342 534.302C393.431 567.361 361.711 566.491 361.711 566.491H38.1305C33.1231 566.491 28.1648 565.504 23.5386 563.586C18.9124 561.668 14.709 558.856 11.1682 555.312C7.62746 551.768 4.81877 547.56 2.90253 542.929C0.98628 538.298 -1.71898e-09 533.335 0 528.322L0 38.168C0.000131184 33.1556 0.986509 28.1923 2.90281 23.5614C4.81912 18.9306 7.62782 14.723 11.1686 11.1787C14.7093 7.63451 18.9127 4.82311 23.5389 2.90506C28.165 0.987009 33.1232 -0.00013131 38.1305 1.31012e-08H424.39C429.397 -0.00013131 434.355 0.987009 438.981 2.90506C443.608 4.82311 447.811 7.63451 451.352 11.1787C454.893 14.723 457.701 18.9306 459.618 23.5614C461.534 28.1923 462.52 33.1556 462.52 38.168V464.436C462.52 464.436 463.172 494.285 431.235 496.025Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='463' height='567' viewBox='0 0 463 567' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M431.235 496.025C397.348 497.871 397.342 534.302 397.342 534.302C393.431 567.361 361.711 566.491 361.711 566.491H38.1305C33.1231 566.491 28.1648 565.504 23.5386 563.586C18.9124 561.668 14.709 558.856 11.1682 555.312C7.62746 551.768 4.81877 547.56 2.90253 542.929C0.98628 538.298 -1.71898e-09 533.335 0 528.322L0 38.168C0.000131184 33.1556 0.986509 28.1923 2.90281 23.5614C4.81912 18.9306 7.62782 14.723 11.1686 11.1787C14.7093 7.63451 18.9127 4.82311 23.5389 2.90506C28.165 0.987009 33.1232 -0.00013131 38.1305 1.31012e-08H424.39C429.397 -0.00013131 434.355 0.987009 438.981 2.90506C443.608 4.82311 447.811 7.63451 451.352 11.1787C454.893 14.723 457.701 18.9306 459.618 23.5614C461.534 28.1923 462.52 33.1556 462.52 38.168V464.436C462.52 464.436 463.172 494.285 431.235 496.025Z' fill='black'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-repeat: no-repeat;
}
.client-slider-section .client-marquee-swiper .swiper-slide .card-main .hover-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  pointer-events: none;
  border-radius: 40px;
}
.client-slider-section .client-marquee-swiper .swiper-slide .card-main:hover .box-content h3 {
  position: relative;
  z-index: 1;
}
.client-slider-section .client-marquee-swiper .swiper-slide .card-main:hover .hover-video {
  opacity: 1;
}
.client-slider-section .client-marquee-swiper .swiper-slide .client-box {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.client-slider-section .client-marquee-swiper .swiper-slide .client-box .imgwrp {
  position: absolute;
  bottom: 0;
  background: #DEEBE1;
  border-radius: 40px;
  transition: all 0.5s ease;
}
.client-slider-section .client-marquee-swiper .swiper-slide .client-box .bg-img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(39%) saturate(1328%) hue-rotate(192deg) brightness(119%) contrast(100%);
  width: 100%;
  transition: all 0.3s ease !important;
}
.client-slider-section .client-marquee-swiper .swiper-slide .client-box .box-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.client-slider-section .client-marquee-swiper .swiper-slide .client-box .box-content .txtwrp {
  padding: 30px 27px 0;
}
.client-slider-section .client-marquee-swiper .swiper-slide .client-box .box-content .txtwrp h3 {
  font-size: 34px;
  color: #191919;
  line-height: 100%;
  font-weight: 300;
  margin-bottom: 16px;
}
.client-slider-section .client-marquee-swiper .swiper-slide .client-box .box-content .txtwrp h3 span {
  color: #43CD66;
  font-weight: 800 !important;
}
.client-slider-section .client-marquee-swiper .swiper-slide .client-box .box-content .txtwrp p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  letter-spacing: 0;
}
.client-slider-section .client-marquee-swiper .swiper-slide .arrow-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DEEBE1;
  transition: 0.3s all ease-in-out;
  position: absolute;
  right: 0;
  z-index: 9999999;
  bottom: 5px;
}
.client-slider-section .client-marquee-swiper .swiper-slide .arrow-icon:hover {
  transform: rotate(-30deg);
  background-color: #fff;
}

.trusted-section {
  padding: 0 0 100px;
  overflow: hidden;
  background-color: #fff;
}
.trusted-section .logo-grid-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.trusted-section .logo-grid-wrapper .grid-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 140px;
}
.trusted-section .logo-grid-wrapper .grid-col.trusted-col-1 {
  transform: translateY(-10px);
}
.trusted-section .logo-grid-wrapper .grid-col.trusted-col-2 {
  transform: translateY(-80px);
}
.trusted-section .logo-grid-wrapper .grid-col.trusted-col-3 {
  transform: translateY(0);
}
.trusted-section .logo-grid-wrapper .grid-col.trusted-col-4 {
  transform: translateY(-60px);
}
.trusted-section .logo-grid-wrapper .grid-col.trusted-col-5 {
  transform: translateY(-20px);
}
.trusted-section .logo-grid-wrapper .grid-col.trusted-col-6 {
  transform: translateY(-60px);
}
.trusted-section .logo-grid-wrapper .grid-col.trusted-col-7 {
  transform: translateY(0);
}
.trusted-section .logo-grid-wrapper .grid-col.trusted-col-8 {
  transform: translateY(-80px);
}
.trusted-section .logo-grid-wrapper .grid-col.trusted-col-9 {
  transform: translateY(-10px);
}
.trusted-section .logo-grid-wrapper .grid-col .logo-box {
  width: 120px;
  height: 150px;
  border-radius: 10px;
  background: #E6E6E6;
  backdrop-filter: blur(21px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  opacity: 0;
  transform: translateY(-150px);
}
.trusted-section .logo-grid-wrapper .grid-col .logo-box img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  transition: opacity 0.5s ease-in-out;
}
.trusted-section .logo-grid-wrapper .grid-col .logo-box.placeholder {
  background-color: rgb(247, 247, 247);
  box-shadow: none;
}
.trusted-section .section-heading {
  text-align: center;
}
.trusted-section .section-heading h2 {
  color: #191717;
  font-size: 64px;
  font-style: normal;
  font-weight: 200;
  line-height: 60px;
  max-width: 746px;
  margin: 0 auto 10px;
}
.trusted-section .btnwrp {
  text-align: center;
  margin-top: 45px;
}

.experience-section {
  background-color: #fff;
  padding: 0;
}
.experience-section .section-title {
  margin-bottom: 120px;
}
.experience-section .section-title h6 {
  color: #FFF;
  font-size: 24px;
  font-weight: 200;
  line-height: normal;
  margin-bottom: 15px;
}
.experience-section .section-title h4 {
  color: #FFF;
  font-size: 34px;
  font-weight: 200;
  line-height: 40px;
  max-width: 579px;
  margin: 0 auto;
}
.experience-section .counter-wrp {
  background: radial-gradient(135.43% 410.07% at 131.74% 128.42%, #000000 4.33%, #363636 100%);
  padding: 100px;
  border-radius: 12px;
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}
.experience-section .counter-wrp .row div[class^=col-]:first-child .txtwrp {
  border-left: none;
}
.experience-section .experience-container {
  position: relative;
  padding: 50px 0;
  margin: 0 auto;
  cursor: none;
}
.experience-section .base-layer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.experience-section .main-number {
  color: #FFF;
  font-size: 150px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -7.5px;
}
.experience-section .overlay-layer {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: circle(0% at var(--x, 50%) var(--y, 50%));
  transition: clip-path 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.experience-section .experience-container:hover .overlay-layer {
  clip-path: circle(110px at var(--x, 50%) var(--y, 50%));
}
.experience-section .experience-text {
  color: #181818;
  font-size: 150px;
  font-weight: 400;
  letter-spacing: -7.5px;
  text-transform: lowercase;
}
.experience-section .border-wrp {
  position: relative;
}
.experience-section .border-wrp:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 1px;
  background-color: #fff;
  height: 100%;
}
.experience-section .txtwrp h2,
.experience-section .txtwrp span {
  color: #FFF;
  font-size: 60px;
  font-style: normal;
  font-weight: 200 !important;
  line-height: 68px;
  margin-bottom: 0;
}
.experience-section .txtwrp p {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.partner-section {
  background-color: #fff;
  padding: 100px 0 0;
}
.partner-section .header-actions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  display: none;
  justify-content: center;
}
.partner-section .slider-arrows {
  display: flex;
  gap: 12px;
}
.partner-section .slider-arrows .arrow-btn {
  width: 44px;
  height: 44px;
  background-color: #ffffff;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.partner-section .slider-arrows .arrow-btn svg {
  width: 16px;
  height: 16px;
  fill: #595959;
  transition: fill 0.2s ease;
}
.partner-section .slider-arrows .arrow-btn:hover {
  background-color: #f2f2f2;
  transform: translateY(-1px);
}
.partner-section .slider-arrows .arrow-btn:active {
  transform: translateY(1px);
}
@media (max-width: 768px) {
  .partner-section .header-actions {
    justify-content: center !important;
    display: flex !important;
  }
}
.partner-section .swiper {
  padding-bottom: 100px;
}
.partner-section .partner-boxwrp {
  margin-top: 70px;
}
.partner-section .partner-boxwrp .partner-box {
  border-radius: 16px;
  border: 1px solid #fff;
  background-color: rgba(232, 232, 232, 0.5);
  backdrop-filter: blur(21px);
  padding: 49px 27px 21px;
  transition: 0.3s all ease-in-out;
}
.partner-section .partner-boxwrp .partner-box .list-item ul li svg {
  width: 15px;
  height: 15px;
}
.partner-section .partner-boxwrp .partner-box:hover {
  background-color: #FFF;
  border: 1px solid #E9E6E6;
  box-shadow: 0px 4px 13px 5px rgba(157, 157, 157, 0.0509803922);
}
.partner-section .partner-boxwrp .partner-box:hover .icon-box svg path {
  fill: #37884A;
}
.partner-section .partner-boxwrp .partner-box:hover .list-item ul li svg path {
  fill: #37884A;
}
.partner-section .partner-boxwrp .partner-box .icon-box {
  margin-bottom: 24px;
  width: 70px;
  height: 70px;
}
.partner-section .partner-boxwrp .partner-box .txtwrp {
  margin-bottom: 21px;
}
.partner-section .partner-boxwrp .partner-box .txtwrp h4 {
  color: #181818;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
}
.partner-section .partner-boxwrp .partner-box .list-item {
  margin-bottom: 48px;
}
.partner-section .partner-boxwrp .partner-box .list-item ul {
  margin: 0;
  padding: 0;
}
.partner-section .partner-boxwrp .partner-box .list-item ul li {
  display: flex;
  align-items: center;
  gap: 9px;
  list-style: none;
}
.partner-section .partner-boxwrp .partner-box .list-item ul li:not(:last-child) {
  margin-bottom: 10px;
}
.partner-section .partner-boxwrp .partner-box .list-item ul li p {
  margin-bottom: 0;
}
.partner-section .partner-boxwrp .partner-box .box-footer-txt {
  border-top: 1px solid #D9D9D9;
  padding-top: 16px;
}
.partner-section .partner-boxwrp .partner-box .box-footer-txt p {
  color: #444444;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 0;
}
.partner-section .divider {
  border: 1px solid #D1D1D1;
  margin: 100px 0;
}
.partner-section .logo-sliderwrp {
  position: relative;
  overflow: hidden;
}
.partner-section .logo-sliderwrp::before, .partner-section .logo-sliderwrp::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.partner-section .logo-sliderwrp::before {
  left: 0;
  background: linear-gradient(to right, #F4F4F4, transparent);
}
.partner-section .logo-sliderwrp::after {
  right: 0;
  background: linear-gradient(to left, #F4F4F4, transparent);
}
.partner-section .logo-sliderwrp .logo-slider-1 .swiper-wrapper,
.partner-section .logo-sliderwrp .logo-slider-2 .swiper-wrapper {
  transition-timing-function: linear !important;
}
.partner-section .logo-sliderwrp .logo-slider-1 {
  padding: 10px;
}
.partner-section .logo-sliderwrp .logo-slider-2 {
  padding: 10px;
}
.partner-section .logo-sliderwrp .partner-logo-box {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
  text-align: center;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-section .logo-sliderwrp .partner-logo-box img {
  max-height: 64px;
}

.location-map {
  background-color: #fff;
  padding: 100px 0;
}
.location-map .map-inner .map-loc {
  text-align: center;
  position: relative;
}
.location-map .map-inner .map-loc .pin {
  position: absolute;
}
.location-map .map-inner .map-loc .pin:nth-child(2) {
  top: 45%;
  left: 23%;
}
.location-map .map-inner .map-loc .pin:nth-child(3) {
  top: 40%;
  left: 59%;
}
.location-map .map-inner .map-loc .pin:nth-child(4) {
  top: 35%;
  left: 65%;
}
.location-map .map-inner .location-detail {
  display: flex;
  gap: 70px;
  align-items: center;
}
.location-map .map-inner .location-detail .location-box {
  flex: 1;
  background: #FFFFFF;
  opacity: 0.95;
  box-shadow: 0px 4px 42px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 22px 0;
  position: relative;
  cursor: pointer;
  min-height: 228px;
}
.location-map .map-inner .location-detail .location-box h6 {
  color: #2D8241;
  font-size: 20px;
  font-weight: 200;
  line-height: normal;
  margin-bottom: 20px;
  padding-left: 2rem;
  min-height: 56px;
}
.location-map .map-inner .location-detail .location-box ul {
  list-style: none;
}
.location-map .map-inner .location-detail .location-box ul li {
  margin-bottom: 10px;
}
.location-map .map-inner .location-detail .location-box ul li svg {
  width: 15px;
  height: 15px;
}
.location-map .map-inner .location-detail .location-box ul li a {
  color: #181818;
  font-size: 16px;
}
.location-map .map-inner .location-detail .location-box .flag {
  position: absolute;
  right: -10px;
  top: -10px;
}

.no-banner {
  overflow: hidden;
  background: url("/assets/images/bg-no-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 450px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

.service-banenr {
  max-height: 600px;
  height: 600px;
  background: linear-gradient(-45deg, #82cdff, #95DBB6, #0087DF, #10914c);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  padding: 0;
}
.service-banenr .banner-heading {
  text-align: center;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-banenr .banner-heading h1 {
  color: #FFF;
  font-size: 64px;
  font-weight: 200;
  line-height: normal;
}

.btn-section .txtwrp {
  margin-bottom: 40px;
}
.btn-section .txtwrp h2 {
  margin-bottom: 24px;
}
.btn-section .txtwrp p {
  margin-bottom: 0;
}
.btn-section .imgwrp img {
  border-radius: 8px;
}

.full-expert .full-expert-box {
  padding: 40px 31px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(21px);
}
.full-expert .full-expert-box:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.full-expert .full-expert-box .icon-box {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.full-expert .full-expert-box .icon-box h5 {
  color: #181818;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.full-expert .full-expert-box .txtwrp p {
  margin-bottom: 0;
  color: #303030;
}
.full-expert .btnwrp {
  margin-top: 55px;
}

.sms-content-sec {
  background-color: #fff;
}
.sms-content-sec .txtwrp h2 {
  margin-bottom: 15px;
}
.sms-content-sec .txtwrp p {
  color: #303030;
  font-size: 18px;
  margin-bottom: 14px;
}
.sms-content-sec .txtwrp ul li {
  color: #303030;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}
.sms-content-sec .imgwrp img {
  border-radius: 8px;
}

.cta-sec {
  background: radial-gradient(135.43% 410.07% at 131.74% 128.42%, #000000 14.87%, #363636 100%);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}
.cta-sec .txtwrp {
  text-align: center;
  margin-bottom: 55px;
}
.cta-sec .txtwrp h2 {
  color: #F5F5F5;
  margin-bottom: 10px;
}
.cta-sec .txtwrp p {
  margin-bottom: 0;
  color: #FDFDFD;
}

.cta-sec.home .btnwrp {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.faq-section {
  background-color: #fff;
}
.faq-section .section-heading {
  margin-top: 10px;
}
.faq-section .faq-wrp .accordion {
  background-color: transparent;
}
.faq-section .faq-wrp .accordion .accordion-item {
  background-color: transparent;
  padding: 24px 0;
}
.faq-section .faq-wrp .accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid #D1D1D1;
}
.faq-section .faq-wrp .accordion .accordion-item button {
  background-color: transparent;
  padding: 0;
  border-bottom: none;
  color: #181818;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  gap: 24px;
  box-shadow: none;
}
.faq-section .faq-wrp .accordion .accordion-item button::after {
  display: none;
}
.faq-section .faq-wrp .accordion .accordion-item button:not(.collapsed) .icon-box {
  background-color: #37884A;
}
.faq-section .faq-wrp .accordion .accordion-item button:not(.collapsed) .icon-box svg {
  transform: rotate(45deg);
}
.faq-section .faq-wrp .accordion .accordion-item button .icon-box {
  min-width: 54px;
  height: 54px;
  border-radius: 10px;
  background: #ABADAF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-section .faq-wrp .accordion .accordion-item .accordion-body {
  padding: 10px 0 0 80px;
  color: #303030;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}

.container .omni-channel-mainimg {
  position: relative;
}

.omni-channel-mainimg {
  max-width: 100%;
  height: auto;
}

.container .omni-channel-mainimg .omni-channel-mainimg2 {
  position: absolute;
  bottom: -70px;
  left: 10px;
  width: 30%;
  right: 0;
  margin: 0 auto;
}

section.revolutionize-sec.aos-init.aos-animate {
  background: white;
}

.txtwrp.revolutionize-sec {
  text-align: center;
  padding-bottom: 50px;
}

.case-studies-sec .case-study-tabs.award-boxes img {
  border-radius: 20px;
}
.case-studies-sec .case-study-tabs.award-boxes p {
  font-size: 14px;
  margin-bottom: 0;
}
.case-studies-sec .case-study-tabs ul.case-study-tab-links {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  padding: 0;
  margin: 0;
  margin-bottom: 80px;
}
.case-studies-sec .case-study-tabs ul.case-study-tab-links li {
  list-style: none;
  display: flex;
  align-items: center;
}
.case-studies-sec .case-study-tabs ul.case-study-tab-links li:not(:first-child)::before {
  content: "|";
  color: #CFCFCF;
  font-weight: 300;
  font-size: 18px;
  padding: 0 4px;
}
.case-studies-sec .case-study-tabs ul.case-study-tab-links li button {
  color: #CFCFCF;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.3px;
  text-transform: capitalize;
  background-color: transparent;
  border: none;
  padding: 4px 10px;
  cursor: pointer;
  transition: color 0.2s ease;
}
.case-studies-sec .case-study-tabs ul.case-study-tab-links li button:hover {
  color: #555;
}
.case-studies-sec .case-study-tabs ul.case-study-tab-links li button.active {
  background-color: transparent;
  border: none;
  color: #181818;
  font-weight: 600;
}
.case-studies-sec .case-study-tabs .tab-content {
  margin-top: 80px;
}
.case-studies-sec .case-study-tabs .case-study-tab-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: unset !important;
  height: unset !important;
}
.case-studies-sec .case-study-tabs .case-study-tab-content .case-study-card.cs-hidden,
.case-studies-sec .case-study-tabs .case-study-tab-content .case-study-card.mix-filtered {
  display: none !important;
}
.case-studies-sec .case-study-tabs .case-study-tab-content .case-study-card {
  border-radius: 20px;
  background: #FFF;
  transition: all 0.3s ease;
  position: unset !important;
}
.case-studies-sec .case-study-tabs .case-study-tab-content .case-study-card:hover {
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
}
.case-studies-sec .case-study-tabs .case-study-tab-content .case-study-card:hover .txtwrp span svg {
  transform: rotate(45deg);
}
.case-studies-sec .case-study-tabs .case-study-tab-content .case-study-card .imgwrp {
  position: relative;
}
.case-studies-sec .case-study-tabs .case-study-tab-content .case-study-card .imgwrp img {
  width: 100%;
  border-radius: 20px;
}
.case-studies-sec .case-study-tabs .case-study-tab-content .case-study-card .txtwrp {
  padding: 25px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.case-studies-sec .case-study-tabs .case-study-tab-content .case-study-card .txtwrp h6 {
  color: #181818;
  font-size: 22px;
  font-weight: 200;
  line-height: 24px;
  letter-spacing: -0.72px;
}
.case-studies-sec .case-study-tabs .case-study-tab-content .case-study-card .tags {
  position: absolute;
  bottom: 20px;
  left: 30px;
}
.case-studies-sec .case-study-tabs .case-study-tab-content .case-study-card .tags ul {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.case-studies-sec .case-study-tabs .case-study-tab-content .case-study-card .tags ul li {
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.02);
  backdrop-filter: blur(15px);
  padding: 4px 11px;
  list-style: none;
  line-height: 1.1;
}
.case-studies-sec .case-study-tabs .case-study-tab-content .case-study-card .tags ul li span {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.12px;
}
.case-studies-sec .btnwrp {
  margin-top: 80px;
}

.award-recognition-sec .case-study-tabs.award-boxes img {
  border-radius: 20px;
}
.award-recognition-sec .case-study-tabs.award-boxes p {
  font-size: 14px;
  margin-bottom: 0;
}
.award-recognition-sec .case-study-tabs .case-study-card {
  border-radius: 20px;
  background: #FFF;
  transition: all 0.3s ease;
  position: unset !important;
}
.award-recognition-sec .case-study-tabs .case-study-card:hover {
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
}
.award-recognition-sec .case-study-tabs .case-study-card:hover .txtwrp span svg {
  transform: rotate(45deg);
}
.award-recognition-sec .case-study-tabs .case-study-card .imgwrp {
  position: relative;
}
.award-recognition-sec .case-study-tabs .case-study-card .imgwrp img {
  width: 100%;
}
.award-recognition-sec .case-study-tabs .case-study-card .txtwrp {
  padding: 25px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.award-recognition-sec .case-study-tabs .case-study-card .txtwrp h6 {
  color: #181818;
  font-size: 22px;
  font-weight: 200;
  letter-spacing: -0.72px;
}
.award-recognition-sec .case-study-tabs .case-study-card .tags {
  position: absolute;
  bottom: 20px;
  left: 30px;
}
.award-recognition-sec .case-study-tabs .case-study-card .tags ul {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.award-recognition-sec .case-study-tabs .case-study-card .tags ul li {
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.02);
  backdrop-filter: blur(15px);
  padding: 4px 11px;
  list-style: none;
}
.award-recognition-sec .case-study-tabs .case-study-card .tags ul li span {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.12px;
}
.award-recognition-sec .btnwrp {
  margin-top: 80px;
}

.case-study-banner {
  max-height: 600px;
  height: 600px;
  background: linear-gradient(-45deg, #82cdff, #95DBB6, #0087DF, #10914c);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  padding: 0;
}
.case-study-banner .banner-heading {
  text-align: center;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-study-banner .banner-heading h1 {
  color: #FFF;
  font-size: 64px;
  font-weight: 200;
  line-height: normal;
}

.upload-detail {
  padding: 40px 0;
  border-bottom: 1px solid #D7DBD8;
}
.upload-detail .txtwrp p {
  color: #303030;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.16px;
  margin-bottom: 0;
}
.upload-detail .txtwrp p span {
  color: #889188;
}
.upload-detail .txtwrp p select {
  background-color: transparent;
  border: none;
}
.upload-detail .txtwrp p select:focus {
  outline: none;
}

.case-study-detail .txtwrp.divider {
  padding: 40px 0;
}
.case-study-detail .txtwrp.divider:not(:last-child) {
  border-bottom: 1px solid #D7DBD8;
}
.case-study-detail .txtwrp h3 {
  color: #181818;
  font-size: 42px;
  font-weight: 200;
  line-height: 52px;
  letter-spacing: -1.26px;
  margin-bottom: 16px;
}
.case-study-detail .txtwrp p {
  color: #303030;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: -0.16px;
  margin-bottom: 10px;
}
.case-study-detail .txtwrp span {
  color: #303030;
  display: block;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: -0.16px;
}
.case-study-detail .txtwrp ul {
  margin: 18px 0 0;
}
.case-study-detail .txtwrp ul li {
  color: #303030;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: -0.16px;
}
.case-study-detail .txtwrp ul li:not(:last-child) {
  margin-bottom: 8px;
}
.case-study-detail .txtwrp .imgwrp {
  margin-top: 80px;
}
.case-study-detail .txtwrp .imgwrp img {
  width: 100%;
  border-radius: 20px;
}
.case-study-detail .main-menu-btn {
  text-align: center;
  margin-top: 80px;
}

.ourClinets ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  justify-content: center;
}
.ourClinets ul li {
  width: 269px;
  height: 269px;
  background-color: #fff;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E6E6E6;
  transform-style: preserve-3d;
}
.ourClinets ul li img {
  transform: translateZ(20px);
}
.ourClinets ul li:hover img, .ourClinets ul li:focus img {
  transform: translateZ(20px) scale(1.04);
}

.about .about-banner {
  padding: 100px 0;
}
.about .about-banner .banner-img-text {
  text-align: center;
}
.about .about-banner .banner-img-text h3 {
  margin-top: 16px;
  color: #181818;
  font-size: 22px;
  line-height: 30px;
}
.about .about-banner .banner-img-text strong {
  color: #181818;
}
.about .contact-map {
  padding-bottom: 0;
}
.about .contact-map .section-heading h2 {
  color: #707070;
}
.about .contact-map .section-heading p {
  max-width: 710px;
  margin: 0 auto;
  line-height: 26px;
}
.about .expertis-sec .text-expertise {
  background-color: #707070;
  border-radius: 24px;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.about .expertis-sec .text-expertise h3 {
  font-size: 50px;
  color: #fff;
}
.about .expertis-sec .text-expertise p {
  color: #fff;
  font-size: 18px;
}
.about .story .story-inner h3 {
  color: #707070;
  font-size: 22px;
  margin-bottom: 0;
}
.about .story .story-inner h2 {
  font-size: 42px;
  line-height: 60px;
  color: #2A2A2A;
}
.about .story .story-inner p {
  margin-bottom: 15px;
}
.about .story .story-scroll {
  height: 740px;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.about .story .story-scroll::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}
.about .story .story-scroll .scroll-inner {
  padding: 20px 0 50px 0;
  border-bottom: 1px solid #ccc;
}
.about .story .story-scroll .scroll-inner p {
  padding-right: 123px;
}
.about .story .story-scroll .scroll-inner h3 {
  font-size: 42px;
  line-height: 60px;
  font-weight: 200;
  color: #2D8241;
}
.about .feature-in .feature-inner h5 {
  font-size: 22px;
  color: #707070;
  line-height: 60px;
  position: relative;
}
.about .feature-in .feature-inner h5::before {
  content: "";
  position: absolute;
  background-color: #707070;
  width: 90%;
  height: 1px;
  right: 0;
  top: 30px;
}
.about .feature-in .feature-inner ul {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  align-items: center;
  flex-wrap: wrap;
}
.about .feature-in .feature-inner ul li {
  list-style: none;
}
.about .boost .boost-inner {
  background: transparent linear-gradient(180deg, #F5F5F8 0%, #D3DFF2 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #94B3E6;
  border-radius: 23px;
}
.about .boost .boost-inner h3 {
  color: #2A2A2A;
  font-size: 50px;
  line-height: 60px;
}
.about .boost .boost-inner p {
  margin: 20px 0;
}
.about .boost .boost-inner .btn-theme {
  padding: 9px 35px;
}
.about .boost .boost-inner .btn-theme a {
  font-size: 22px;
  color: #fff;
}

.aboutus-slider-main {
  padding-bottom: 60px;
}
.aboutus-slider-main .swiper-slide {
  width: 226px !important;
}
.aboutus-slider-main .swiper-wrapper {
  align-items: center;
}
.aboutus-slider-main .swiper-slide img {
  width: 160px;
  height: 70px;
  object-fit: contain;
}

.our-mission-section .future {
  padding: 100px 0px 50px 0px;
}

.our-story-section p,
.our-vision-section p,
.our-mission-section p {
  line-height: 30px;
}

.our-story-section img,
.our-vision-section img,
.our-mission-section img,
.empowering-section img {
  border-radius: 20px;
}

.about-us-clients-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.our-clients-about {
  padding-bottom: 50px;
}

.contact-banner {
  padding: 100px 0 100px;
}
.contact-banner.home-contact-banner {
  padding: 100px 0 100px 0;
  background-image: url("../images/section-images/home/bg-footer.png"), url("../images/section-images/home/footer-cta-bg.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center center;
  background-size: contain, cover;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.contact-banner.home-contact-banner .stats-box {
  padding: 20px 20px 20px 40px;
  background: rgba(2, 2, 2, 0.2);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  border: none;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.contact-banner.home-contact-banner .stats-box h2.count,
.contact-banner.home-contact-banner .stats-box span {
  color: #FFF;
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 5px;
}
.contact-banner.home-contact-banner .stats-box p {
  color: #FFF;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact-banner.home-contact-banner .stats-box svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.contact-banner.home-contact-banner .stats-box:hover svg {
  opacity: 1;
}
.contact-banner.home-contact-banner .stats-box .line {
  stroke-dasharray: 260 800;
  stroke-width: 3px;
  fill: transparent;
  stroke-dashoffset: 1060;
}
@keyframes svgAnimation {
  from {
    stroke-dashoffset: 1060;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.contact-banner.home-contact-banner .stats-box:hover .line {
  animation: svgAnimation 8s linear infinite;
}
.contact-banner.home-contact-banner .banner-heading h4,
.contact-banner.home-contact-banner .banner-heading h1 {
  color: rgba(255, 255, 255, 0.8) !important;
}
.contact-banner.home-contact-banner .banner-heading p {
  color: #FDFDFD !important;
}
.contact-banner.home-contact-banner .list-outline li {
  color: #FDFDFD !important;
}
.contact-banner.home-contact-banner .list-outline li:not(:last-child) {
  margin-bottom: 16px;
}
.contact-banner.home-contact-banner .txtwrp p {
  color: #FDFDFD !important;
}
.contact-banner .banner-heading h4 {
  color: #2A2A2A;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 30px;
}
.contact-banner .banner-heading h1 {
  font-size: 45px;
  line-height: 60px;
  margin-bottom: 7px;
  font-style: normal;
  font-weight: 200;
  color: #181818;
}
.contact-banner .banner-heading p {
  max-width: 600px;
}
.contact-banner .list-outline {
  margin: 12px 0 30px;
}
.contact-banner .list-outline li:not(:last-child) {
  margin-bottom: 16px;
}
.contact-banner .txtwrp {
  margin-top: 40px;
  border-top: 1px solid #c7c7c7;
  padding-top: 11px;
}
.contact-banner .banner-form {
  border: 1px solid #DDDDDD;
  background-color: #FAFAFA;
  border-radius: 23px;
  padding: 30px 37px 41px;
}
.contact-banner .banner-form h3 {
  font-weight: 200;
}
.contact-banner .banner-form form {
  margin-top: 16px;
}
.contact-banner .banner-form form .form-group label {
  font-size: 16px;
  color: #707070;
  line-height: 24px;
}
.contact-banner .banner-form form .form-group input,
.contact-banner .banner-form form .form-group select,
.contact-banner .banner-form form .form-group textarea {
  border: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  border-radius: 8px;
}
.contact-banner .banner-form form .form-group textarea {
  min-height: 103px;
  resize: none;
}
.contact-banner .banner-form form .form-btn button {
  min-width: 170px;
}
.contact-banner .banner-form form textarea.select2-search__field {
  min-height: auto;
  border: none;
}
.contact-banner .banner-form form .select2-container {
  width: 100% !important;
}
.contact-banner .banner-form form .select2-container .select2-search--inline .select2-search__field {
  height: 22px;
  margin: 0;
}
.contact-banner .banner-form form .select2-container--default .select2-selection--multiple,
.contact-banner .banner-form form .select2-container--default.select2-container--focus .select2-selection--multiple,
.contact-banner .banner-form form .select2-container--default .select2-selection--single {
  border: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  border-radius: 8px;
  min-height: 38px;
  padding: 6px 8px;
}
.contact-banner .banner-form form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 24px;
  padding-left: 0;
  color: #212529;
}
.contact-banner .banner-form form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  right: 8px;
}
.contact-banner .banner-form form .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #2D8241;
  border: 1px solid #2D8241;
  border-radius: 4px;
  color: #fff;
}
.contact-banner .banner-form form .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: #fff;
  margin-right: 5px;
}
.contact-banner .banner-form form .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
  color: #000;
}
.contact-banner .banner-form form .error-message {
  color: #dc3545;
  font-size: 14px;
  margin-top: 5px;
  display: block;
}
.contact-banner .banner-form form .is-invalid {
  border-color: #dc3545 !important;
}
.contact-banner .banner-form form .select2-selection.is-invalid {
  border-color: #dc3545 !important;
}
.contact-banner .banner-form form .iti {
  width: 100%;
  position: relative;
  height: 38px;
}
.contact-banner .banner-form form .iti .iti__flag-container .iti__selected-flag {
  border-radius: 8px 0 0 8px;
  background-color: #FFFFFF;
  border-right: none;
  padding: 0 12px;
  border: 1px solid #DDDDDD;
}
.contact-banner .banner-form form .iti input[type=text] {
  width: 100%;
  padding-left: 70px;
}
.contact-banner .banner-form form .iti__country-list {
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.contact-opt-sec {
  background-color: #fff;
}
.contact-opt-sec .section-heading {
  margin-bottom: 37px;
}
.contact-opt-sec .section-heading h2 {
  color: #075E54;
  font-size: 50px;
  font-weight: 200;
}
.contact-opt-sec .contact-box {
  border: 1px solid #DDDDDD;
  text-align: center;
  padding: 30px;
  border-radius: 23px;
  transition: 0.3s all ease-in-out;
  min-height: 280px;
}
.contact-opt-sec .contact-box:hover {
  box-shadow: 0px 8px 10px 2px rgba(0, 0, 0, 0.2);
}
.contact-opt-sec .contact-box h3 {
  color: #075E54;
  margin: 6px 0 20px;
}
.contact-opt-sec .contact-box p {
  margin: 0;
  color: #707070;
  line-height: 26px;
}
.contact-opt-sec .contact-box a {
  display: block;
  margin-top: 10px;
  color: #075E54;
  font-size: 18px;
}
.contact-opt-sec .contact-box a svg {
  margin-left: 8px;
}

.PrivacyPolicySec {
  padding-top: 200px;
}
.PrivacyPolicySec a {
  color: #37884A;
}

.clients-slider .swiper-slide {
  width: 420.645px;
}

.clients-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.seo-services-benefits-sec .features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-top: 50px;
}
.seo-services-benefits-sec .feature-box {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #ffffff;
  padding: 10px;
  border-radius: 10px;
}
.seo-services-benefits-sec .icon {
  min-width: 150px;
  height: 150px;
  background: #7bc7a4;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seo-services-benefits-sec .icon img {
  width: 110px;
}
.seo-services-benefits-sec .text h4 {
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 8px;
  line-height: 22px;
  margin-top: 10px;
}
.seo-services-benefits-sec .text p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  padding-right: 50px;
}

section.seo-table-sec {
  padding-bottom: 0px;
}

.seo-table-sec .list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #ddd;
  background: white;
  border-radius: 18px;
  overflow: hidden;
}
.seo-table-sec .list-item {
  padding: 20px 20px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 18px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
}
.seo-table-sec .list-item:nth-child(3n) {
  border-right: none;
}
.seo-table-sec .list-item:nth-last-child(-n+3) {
  border-bottom: none;
}
.seo-table-sec .list-sec {
  padding: 40px 0px;
}

.seo-slider-1 .swiper-wrapper {
  align-items: center;
}
.seo-slider-1 .logo-slider-seo-one {
  width: 100%;
  max-width: 1364px;
}

.seo-slider-2 .logo-slider-seo-two {
  width: 100%;
  max-width: 1364px;
}

.seo-testimonial-sec .swiper-slide {
  width: 100%;
}
.seo-testimonial-sec .seo-testimonial-slider {
  padding: 40px 0;
}
.seo-testimonial-sec .swiper-slide {
  height: auto;
}
.seo-testimonial-sec .testimonial-card {
  padding: 24px;
  border-radius: 16px;
  height: 100%;
  background: linear-gradient(152.97deg, rgba(232, 232, 232, 0.5) 0%, rgba(235, 238, 236, 0.5) 100%);
  backdrop-filter: blur(21px);
  border-radius: 16px;
  padding: 30px 30px 30px 30px;
}
.seo-testimonial-sec h3 {
  font-size: 32px;
  font-weight: 200;
}
.seo-testimonial-sec .role {
  font-size: 20px;
  color: #181818;
  margin-bottom: 10px;
  font-weight: 300;
}
.seo-testimonial-sec .stars {
  color: #ff7a00;
  font-size: 18px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 10px;
}
.seo-testimonial-sec .stars span {
  color: #ccc;
}
.seo-testimonial-sec hr {
  margin: 15px 0;
  border: none;
  border-top: 1px solid #ddd;
}
.seo-testimonial-sec .desc {
  color: #303030;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 200;
  width: 80%;
}
.seo-testimonial-sec .seo-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.3019607843);
  opacity: 1;
}
.seo-testimonial-sec .seo-pagination .swiper-pagination-bullet-active {
  background: #37884A;
}
.seo-testimonial-sec section.list-sec {
  padding: 50px 0px 50px 0px;
}
.seo-testimonial-sec .testimonial-card:hover {
  background: white;
  cursor: pointer;
}

@media screen and (max-width: 1366px) {
  .seo-services-benefits-sec .text h4 {
    font-size: 20px;
  }
  .seo-services-benefits-sec .text p {
    padding-right: 0px;
  }
  .seo-testimonial-sec .desc {
    font-size: 18px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .seo-services-benefits-sec .text h4 {
    font-size: 18px;
  }
  .seo-table-sec .list-item span {
    font-size: 16px;
  }
  .seo-testimonial-sec .role {
    font-size: 18px;
  }
  .seo-testimonial-sec h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1230px) {
  .seo-services-benefits-sec .features {
    grid-template-columns: 1fr;
  }
  .seo-services-benefits-sec .text p {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .seo-table-sec .list-grid {
    grid-template-columns: 1fr !important;
  }
}
@media screen and (max-width: 769px) {
  .our-story-section .imgwrp,
  .our-vision-section .imgwrp,
  .our-mission-section .imgwrp,
  .empowering-section .imgwrp {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .seo-services-benefits-sec .text p {
    width: 100%;
    padding: 0px 30px 0px 30px;
  }
  .seo-services-benefits-sec .feature-box {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
  .seo-services-benefits-sec .feature-box {
    padding: 30px;
  }
  .seo-services-benefits-sec .icon {
    min-width: 100px !important;
    height: 100px !important;
  }
  .seo-services-benefits-sec .icon img {
    width: 100px !important;
  }
  .seo-testimonial-sec .desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 425px) {
  .seo-services-benefits-sec .text p {
    padding: 0px !important;
  }
}
.voice-content .voice-logo-slider {
  width: 80%;
  max-width: 1000px;
  margin-top: 70px;
  margin-bottom: 50px;
}
.voice-content .voice-logo-slider .swiper-slide {
  text-align: center;
}

.page-404 {
  background-color: #fff;
  text-align: center;
  padding: 150px 0;
}
.page-404 h1 {
  font-size: 32px;
  color: #080808;
  font-weight: 500;
  margin: 20px 0;
}

.sitemap-page .sitemap-section .tag {
  padding: 5px 18px;
  color: #414141;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  border-radius: 5px;
  border: 1px solid #BDE8BB;
  background: #DFECE0;
  margin-bottom: 20px;
}
.sitemap-page .sitemap-section ul {
  padding: 0;
}
.sitemap-page .sitemap-section ul li {
  list-style: none;
  border-radius: 8px;
}
.sitemap-page .sitemap-section ul li:not:last-child {
  margin-bottom: 25px;
}
.sitemap-page .sitemap-section ul li:hover {
  background-color: #e3e3e3;
}
.sitemap-page .sitemap-section ul li a {
  display: flex;
  align-items: center;
  padding: 5px 4px;
}
.sitemap-page .sitemap-section ul li a span {
  color: #000000;
}

.overlapping-case-studies {
  background-color: #fff;
  padding: 100px 0;
}
.overlapping-case-studies .case-study-sticky-card {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 0;
  margin-bottom: 40px;
}
.overlapping-case-studies .bg-case-studies-black {
  background: radial-gradient(109.67% 55.53% at 51.76% 58.65%, #4B4B4B 0%, #000 94.83%);
  min-height: 75vh;
  color: #fff;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.overlapping-case-studies .bg-case-studies-black img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: 0;
}
.overlapping-case-studies .bg-case-studies-black .bottom-text {
  position: relative;
  width: 100%;
  text-align: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 94.83%);
  padding: 120px 20px 30px;
  z-index: 1;
}
.overlapping-case-studies .bg-case-studies-black .bottom-text h3 {
  color: #f5f5f5;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
.overlapping-case-studies .bg-case-studies-black .bottom-text p {
  color: #f5f5f5;
  font-size: 16px;
  margin: 0;
}

.ai-video-section {
  background-color: #fff;
  padding: 100px 0;
  overflow: hidden;
}
.ai-video-section .section-title {
  margin-bottom: 60px;
}
.ai-video-section .ai-video-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.ai-video-card {
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
.ai-video-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.ai-video-card .play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.ai-video-card .play-overlay svg {
  width: 60px;
  height: 60px;
  color: #ffffff;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
.ai-video-card:hover .play-overlay {
  opacity: 1;
}
.ai-video-card:hover .play-overlay svg {
  transform: scale(1);
}
.ai-video-card:hover img {
  transform: scale(1.05);
}

.technologies {
  background-color: #fff;
}
.technologies .nav-tabs {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 0;
  justify-content: center;
  justify-content: space-around;
  margin-bottom: 35px;
}
.technologies .nav-tabs .nav-link {
  font-size: 20px;
  border: none;
  padding: 0 0 20px 0;
  color: #707070;
}
.technologies .nav-tabs .nav-link.active {
  color: #075E54;
  border-bottom: 2px solid #075E54;
}
.technologies .technologies-tab-content {
  margin-top: 50px;
}
.technologies .technologies-tab-content .txtwrp h2 {
  margin-bottom: 32px;
}
.technologies .technologies-tab-content .txtwrp ul {
  padding-left: 22px;
  margin-bottom: 0;
}
.technologies .technologies-tab-content .txtwrp ul li {
  list-style: disc;
  color: #464646;
  font-size: 16px;
  line-height: 26px;
}

.accelerate-sec {
  background-color: #fff;
}
.accelerate-sec .section-title {
  max-width: 860px;
  margin: 0 auto;
}
.accelerate-sec .section-title h2 {
  margin-bottom: 20px;
}
.accelerate-sec .boxwrp {
  margin-top: 60px;
}
.accelerate-sec .boxwrp .accelerate-box {
  border-radius: 16px;
  background: #F4F5F4;
  padding: 60px 30px 84px 30px;
  transition: all 0.4s ease-in-out;
  border: 1px solid #E9E6E6;
}
.accelerate-sec .boxwrp .accelerate-box:hover {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-color: #075E54;
}
.accelerate-sec .boxwrp .accelerate-box .imgwrp {
  margin-bottom: 30px;
}
.accelerate-sec .boxwrp .accelerate-box .txtwrp h4 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 18px;
  line-height: 28px;
  font-weight: 400 !important;
}
.accelerate-sec .boxwrp .accelerate-box .txtwrp p {
  margin-bottom: 0;
  color: #464646;
  font-size: 16px;
  line-height: 26px;
}

.blogs-banner {
  padding: 180px 0 0;
}
.blogs-banner .imgwrp img {
  border-radius: 20px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1607843137);
}
.blogs-banner .txtwrp h1 a {
  margin-bottom: 60px;
  font-size: 64px;
  line-height: 84px;
  font-weight: 400;
  color: #2A2A2A;
}
.blogs-banner .txtwrp p a {
  color: #5C5757;
  line-height: 24px;
  margin-bottom: 8px;
}
.blogs-banner .txtwrp span {
  display: block;
  color: #919191;
  font-size: 15px;
}

.blog-list .category-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.blog-list .category-list ul li {
  list-style: none;
}
.blog-list .category-list ul li a {
  font-size: 16px;
  color: #000000;
  display: inline-block;
  border: 1px solid #DDDDDD;
  padding: 9px 16px;
  border-radius: 8px;
  background-color: #FAFAFA;
}
.blog-list .search-bar .form-input {
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid #DDDDDD;
}
.blog-list .search-bar .form-input input {
  border: none;
  padding: 0;
  width: 100%;
}
.blog-list .search-bar .form-input input:focus {
  outline: none;
}
.blog-list .blog-box .imgwrp {
  margin-bottom: 22px;
}
.blog-list .blog-box .txtwrp {
  margin-bottom: 30px;
}
.blog-list .blog-box .txtwrp h4 {
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-list .blog-box .txtwrp p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #5C5757;
}
.blog-list .blog-box .update-time {
  display: flex;
  align-items: center;
  gap: 16px;
}
.blog-list .blog-box .update-time p {
  margin: 0;
  font-size: 14px;
  color: #707070;
  line-height: 24px;
}
.blog-list .blog-box .update-time span {
  font-size: 14px;
  color: #707070;
  line-height: 24px;
}

.latest-blog-sec .blog-wrp .blog {
  display: flex;
  align-items: center;
  gap: 40px;
}
.latest-blog-sec .blog-wrp .blog:not(:last-child) {
  margin-bottom: 28px;
}
.latest-blog-sec .blog-wrp .blog .imgwrp {
  flex-shrink: 0;
}
.latest-blog-sec .blog-wrp .blog .txtwrp h4 {
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.latest-blog-sec .blog-wrp .blog .txtwrp p {
  color: #707070;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.latest-blog-sec .blog-wrp .blog .txtwrp .update-time {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
}
.latest-blog-sec .blog-wrp .blog .txtwrp .update-time p {
  font-size: 14px;
  color: #707070;
  line-height: 24px;
  margin: 0;
}
.latest-blog-sec .blog-wrp .blog .txtwrp .update-time span {
  font-size: 14px;
  color: #707070;
  line-height: 24px;
}
.latest-blog-sec .category-list {
  padding-left: 30px;
}
.latest-blog-sec .category-list h4 {
  color: #000000;
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 24px;
}
.latest-blog-sec .category-list ul {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.latest-blog-sec .category-list ul li {
  list-style: none;
}
.latest-blog-sec .category-list ul li a {
  border: 1px solid #B7B6B6;
  padding: 7px 12px;
  display: inline-block;
  color: #000000;
  font-size: 14px;
  border-radius: 8px;
}

.blog-cta .cta-wrp {
  background: transparent linear-gradient(107deg, #F5F5F8 0%, #D3DFF2 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #94B3E6;
  padding-right: 138px;
  border-radius: 20px;
}
.blog-cta .cta-wrp .txtwrp p {
  font-size: 20px;
  color: #2A2A2A;
  line-height: 28px;
  margin-bottom: 0;
}
.blog-cta .cta-wrp .txtwrp h2 {
  font-size: 46px;
  color: #075E54;
  line-height: 56px;
  margin: 0;
}
.blog-cta .cta-wrp .txtwrp .form-input {
  position: relative;
  margin-top: 27px;
}
.blog-cta .cta-wrp .txtwrp .form-input input {
  width: 100%;
  min-height: 52px;
  padding: 0 20px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
}
.blog-cta .cta-wrp .txtwrp .form-input input:focus {
  outline: none;
}
.blog-cta .cta-wrp .txtwrp .form-input button {
  font-size: 16px;
  padding: 10px 24px;
  position: absolute;
  top: 3px;
  right: 6px;
}

.blogs-tab.enterprise .ad-box .txtwrp {
  background: #94B3E6 0% 0% no-repeat padding-box;
}
.blogs-tab .tabwrp {
  margin-top: 20px;
}
.blogs-tab .tabwrp .nav-tabs {
  border-bottom: none;
  gap: 18px;
}
.blogs-tab .tabwrp .nav-tabs .nav-item .nav-link {
  border: none;
  font-size: 18px;
  color: #707070;
  line-height: 24px;
  background-color: transparent;
  padding: 0;
}
.blogs-tab .tabwrp .nav-tabs .nav-item .nav-link.active {
  color: #075E54;
}
.blogs-tab .tabwrp .tab-content {
  margin-top: 75px;
}
.blogs-tab .tabwrp .tab-content .left .txtwrp {
  margin-top: 26px;
}
.blogs-tab .tabwrp .tab-content .left .txtwrp .blog-tag {
  font-size: 13px;
  color: #001D33;
  line-height: 16px;
  display: inline-block;
  margin-bottom: 13px;
}
.blogs-tab .tabwrp .tab-content .left .txtwrp h4 {
  font-size: 26px;
  color: #000000;
  line-height: 35px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blogs-tab .tabwrp .tab-content .left .txtwrp p {
  color: #5C5757;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blogs-tab .tabwrp .tab-content .left .txtwrp .blog-name {
  font-size: 15px;
  color: #919191;
  line-height: 19px;
}
.blogs-tab .tabwrp .tab-content .right:not(:last-child) {
  margin-bottom: 60px;
}
.blogs-tab .tabwrp .tab-content .right a {
  display: flex;
  align-items: center;
  gap: 16px;
}
.blogs-tab .tabwrp .tab-content .right a h4 {
  font-size: 18px;
  color: #000000;
  line-height: 25px;
  margin-bottom: 4ox;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blogs-tab .tabwrp .tab-content .right a span {
  font-size: 13px;
  line-height: 16px;
}
.blogs-tab .tabwrp .tab-content .right a span.blog-tag {
  color: #001D33;
}
.blogs-tab .tabwrp .tab-content .right a span.blog-name {
  color: #919191;
}
.blogs-tab .tabwrp .tab-content .view-all-btn {
  text-align: right;
  margin-top: 57px;
  position: relative;
}
.blogs-tab .tabwrp .tab-content .view-all-btn::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #DDDDDD;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
.blogs-tab .tabwrp .tab-content .view-all-btn a {
  font-size: 18px;
  color: #707070;
  line-height: 24px;
  background-color: #fff;
  padding-left: 18px;
}
.blogs-tab .tabwrp .tab-content .view-all-btn a svg {
  transform: translateY(-2px);
}
.blogs-tab .ad-box img {
  width: 100%;
}
.blogs-tab .ad-box .txtwrp {
  background: transparent linear-gradient(180deg, #2D8241 0%, #0E2313 87%, #030303 100%) 0% 0% no-repeat padding-box;
  padding: 48px 26px 22px;
}
.blogs-tab .ad-box .txtwrp h4 {
  font-size: 28px;
  color: #fff;
  line-height: 35px;
  margin-bottom: 12px;
}
.blogs-tab .ad-box .txtwrp p {
  color: #fff;
  line-height: 22px;
  margin-bottom: 28px;
}
.blogs-tab .ad-box .txtwrp a {
  background-color: #FFFFFF;
  font-size: 19px;
  color: #000000;
  padding: 9px 13px;
  border-radius: 5px;
}
.blogs-tab .ad-box .txtwrp a svg {
  transform: translateY(-2px);
  margin-left: 8px;
}

.detail-left .detail-left-inner {
  background-color: #FAFAFA;
  border-radius: 12px;
  padding: 44px 25px;
}
.detail-left .detail-left-inner h4 {
  font-size: 24px;
}
.detail-left .detail-left-inner a {
  font-size: 17px;
  display: block;
  line-height: 37px;
  color: #000000;
}
.detail-left .social {
  margin: 30px 0;
}
.detail-left .social h4 {
  font-size: 25px;
  color: #075E54;
  margin-bottom: 20px;
}
.detail-left .social ul {
  list-style: none;
  display: flex;
  padding-left: 0;
  gap: 11px;
}
.detail-center .breadcrumb .breadcrumb-item a {
  color: #000;
  font-size: 17px;
}
.detail-center .breadcrumb .breadcrumb-item:not(:first-child)::before {
  content: "|";
}
.detail-center .imgwrp {
  margin-bottom: 40px;
}
.detail-center .blog-content h4 {
  font-size: 24px;
  margin: 40px 0;
}
.detail-center .blog-content p {
  margin: 30px 0;
}
.detail-center .blog-content h5 {
  margin: 20px 0;
}

.details-right .form-blog {
  background-color: #2A2A2A;
  border-radius: 8px;
  padding: 40px 25px;
}
.details-right .form-blog h3 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 39px;
}
.details-right .form-blog h3 span {
  display: block;
  position: relative;
  z-index: 11;
}
.details-right .form-blog h3 span::before {
  content: "";
  position: absolute;
  background: #075E54;
  width: 239px;
  height: 43px;
  z-index: -1;
  left: -25px;
  top: -3px;
}
.details-right .form-blog p {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  line-height: 30px;
  padding: 0 70px 0 0;
}
.details-right .form-blog form input {
  border-radius: 5px;
  font-size: 18px;
  color: #757575;
  padding: 11px 17px;
}
.details-right .form-blog form button {
  background-color: #2D8241;
  border: 1px solid #A9FF9B;
  padding: 10px 37px;
}

.author {
  background-color: #2D8241;
  display: flex;
  border-radius: 23px;
  gap: 30px;
  align-items: center;
  padding: 57px 90px;
}
.author .author-detail {
  width: 68%;
}
.author .author-detail h3 {
  color: #fff;
}
.author .author-detail p {
  color: #fff;
}

footer {
  padding: 100px 0 30px 0;
  background: #000;
  overflow-x: hidden;
}
footer .footer-container .footer-links {
  padding-left: 100px;
}
footer .footer-container .footer-links h6 {
  color: #F5F5F5;
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 21px;
}
footer .footer-container .footer-links ul {
  margin: 0;
  padding: 0;
}
footer .footer-container .footer-links ul li {
  list-style: none;
}
footer .footer-container .footer-links ul li:not(:last-child) {
  margin-bottom: 4px;
}
footer .footer-container .footer-links ul li a {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  transition: 0.3s all ease-in-out;
}
footer .footer-container .footer-links ul li a:hover {
  color: #37884A;
  transform: translateX(-5px);
}
footer .footer-container .txtwrp {
  margin-bottom: 24px;
}
footer .footer-container .txtwrp h4 {
  font-size: 46px;
  color: #F5F5F5;
  font-weight: 200;
  margin-bottom: 10px;
  line-height: 100%;
  margin-bottom: 44px;
}
footer .footer-container .txtwrp p {
  font-size: 18px;
  color: #FDFDFD;
  margin-bottom: 0;
  line-height: 24px;
}
footer .footer-container .footer-form {
  margin-bottom: 57px;
}
footer .footer-container .footer-form .inputwrp {
  display: flex;
  align-items: center;
  position: relative;
}
footer .footer-container .footer-form .inputwrp input {
  width: 100%;
  font-size: 18px;
  padding: 0 13px;
  height: 64px;
  background-color: #fff;
  border: none !important;
  border-radius: 10px;
}
footer .footer-container .footer-form .inputwrp input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
footer .footer-container .footer-form .inputwrp input:focus {
  outline: none;
}
footer .footer-container .footer-form .inputwrp button {
  position: absolute;
  width: 177px;
  right: 6px;
  background-color: #307640;
}
footer .footer-container .footer-form .inputwrp button .text {
  color: #fff;
}
footer .footer-container .footer-form .inputwrp button .icon-box {
  background-color: #fff;
}
footer .footer-container .footer-form .inputwrp button .icon-box svg {
  stroke: #307640;
}
footer .footer-container .footer-form p {
  margin: 27px 0 0 0;
  color: #FDFDFD;
  font-size: 16px;
  line-height: 20px;
}
footer .footer-container .social {
  display: flex;
  gap: 8px;
}
footer .footer-container .social a {
  cursor: pointer;
}
footer .footer-container .social a:hover {
  transform: translateY(-5px);
}
footer .footer-end {
  margin-top: 20px;
}
footer .footer-end .left p {
  color: #FDFDFD;
  font-size: 14px;
  margin-bottom: 0;
}
footer .footer-end .privacy-links {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}
footer .footer-end .privacy-links li {
  list-style: none;
}
footer .footer-end .privacy-links li a {
  color: #F5F5F5;
  font-size: 14px;
  transition: 0.3s all ease-in-out;
}
footer .footer-end .privacy-links li a:hover {
  color: #075E54;
}

.footer-abs-text {
  border-bottom: 1px solid #363636;
}
.footer-abs-text h2 {
  font-family: "SF Pro Display", "Manrope", sans-serif;
  color: #fff;
  opacity: 1;
  font-size: 166px;
  line-height: 0.8;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 0;
  text-align: center;
  background: -webkit-linear-gradient(#343434, #181818);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-middle {
  margin: 50px 0;
}
.footer-middle .location-detail {
  display: flex;
  gap: 150px;
  align-items: center;
  flex-wrap: wrap;
}
.footer-middle .location-detail .location-box {
  cursor: pointer;
}
.footer-middle .location-detail .location-box ul {
  list-style: none;
  padding-left: 0;
}
.footer-middle .location-detail .location-box ul li {
  margin-bottom: 10px;
}
.footer-middle .location-detail .location-box ul li .name {
  font-size: 16px;
  font-weight: 300 !important;
  color: #5B9B6A;
}
.footer-middle .location-detail .location-box ul li .name svg {
  transform: translate(0, -2px);
  width: 19px;
  height: 19px;
  margin-right: 15px;
}
.footer-middle .location-detail .location-box ul li:not(:first-child) svg {
  width: 17px;
  height: 17px;
  margin-right: 15px;
}
.footer-middle .location-detail .location-box ul li a {
  color: #ABADAF;
  font-size: 16px;
}
.footer-middle .location-detail .location-box ul li a:hover {
  color: #2D8241;
}

.support-wrapper {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
.support-wrapper .chat-icon-container {
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.support-wrapper .chat-icon-container button {
  border: none;
  background-color: transparent;
  padding: 0;
  animation: jiggle 2s ease-in-out infinite;
}
.support-wrapper .chat-icon-container img {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.support-wrapper .chat-icon-container.hide {
  opacity: 0;
  transform: scale(0);
  pointer-events: none;
}
.support-wrapper .support-widget {
  background: linear-gradient(152.97deg, rgba(232, 232, 232, 0.5) 0%, rgba(235, 238, 236, 0.5) 100%);
  border-radius: 16px;
  padding: 20px;
  width: 356px;
  backdrop-filter: blur(42px);
  border: 1px solid #fff;
  border-image-source: radial-gradient(69.43% 69.43% at 50% 50%, #6A6A6A 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(60% 51.57% at 50% 50%, #0938DF 0%, rgba(9, 56, 223, 0) 100%), radial-gradient(54.8% 53% at 50% 50%, #151515 0%, rgba(21, 21, 21, 0) 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
  transform-origin: bottom right;
  animation: scaleUp 0.3s ease forwards;
}
.support-wrapper .support-widget.show {
  display: block;
}
.support-wrapper .support-widget .close-widget {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  color: #666;
  cursor: pointer;
}
.support-wrapper .support-widget .widget-header h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #000000;
}
.support-wrapper .support-widget .support-item {
  display: flex;
  align-items: center;
  background: linear-gradient(30.08deg, rgba(255, 255, 255, 0.29) 4.73%, rgba(255, 255, 255, 0.29) 121.1%);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 14px;
  text-decoration: none;
  width: 100%;
  text-align: left;
  transition: background 0.2s;
}
.support-wrapper .support-widget .support-item:not(:last-child) {
  margin-bottom: 15px;
}
.support-wrapper .support-widget .support-item:hover {
  background: #fafafa;
}
.support-wrapper .support-widget .support-item .icon-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.support-wrapper .support-widget .support-item .agent-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(from 180deg at 50% 50%, #707070 0deg, #E0E0E0 360deg);
  /* Mimicking your image icon */
}
.support-wrapper .support-widget .support-item .support-text p {
  display: block;
  font-size: 16px;
  color: #000000;
  margin-bottom: 0;
  font-weight: 400 !important;
}
.support-wrapper .support-widget .support-item .support-text span {
  font-size: 12px;
  font-weight: 400 !important;
  display: block;
  color: rgba(0, 0, 0, 0.6);
}

.support-wrapper2 .support-widget {
  position: fixed;
  bottom: 30px;
  right: 20px;
  display: block;
  z-index: 9999;
  width: auto;
}
.support-wrapper2 .support-widget .close-widget {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  color: #666;
  cursor: pointer;
}
.support-wrapper2 .support-widget .widget-header h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #000000;
}
.support-wrapper2 .support-widget .support-item {
  display: flex;
  align-items: center;
  background: linear-gradient(30.08deg, rgba(255, 255, 255, 0.29) 4.73%, rgba(255, 255, 255, 0.29) 121.1%);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 14px;
  text-decoration: none;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  width: 73px;
  margin-left: auto;
  transition: width 0.4s ease, background 0.2s;
}
.support-wrapper2 .support-widget .support-item:not(:last-child) {
  margin-bottom: 15px;
}
.support-wrapper2 .support-widget .support-item:hover {
  background: #fafafa;
  width: 275px;
}
.support-wrapper2 .support-widget .support-item .icon-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}
.support-wrapper2 .support-widget .support-item .agent-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(from 180deg at 50% 50%, #707070 0deg, #E0E0E0 360deg);
  /* Mimicking your image icon */
}
.support-wrapper2 .support-widget .support-item .support-text p {
  display: block;
  font-size: 16px;
  color: #000000;
  margin-bottom: 0;
  font-weight: 400 !important;
}
.support-wrapper2 .support-widget .support-item .support-text span {
  font-size: 12px;
  font-weight: 400 !important;
  display: block;
  color: rgba(0, 0, 0, 0.6);
}

@keyframes scaleUp {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes jiggle {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.voice-widget-container {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
  display: flex;
  align-items: flex-end;
}

.call-modal-button {
  transition: all 0.4s ease;
}
.call-modal-button.hide {
  opacity: 0;
  transform: scale(0);
  pointer-events: none;
  width: 0;
  height: 0;
}
.call-modal-button button {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  animation: jiggle 2s ease-in-out infinite;
}
.call-modal-button button img {
  width: 100px;
  height: auto;
}

.voice-widget-card {
  background-color: #1F1F1F;
  width: 360px;
  min-height: 508px;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-origin: bottom left;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  animation: scaleUp 0.3s ease forwards;
}
.voice-widget-card.hide {
  display: none !important;
  opacity: 0;
  transform: scale(0) translateY(40px);
  pointer-events: none;
  visibility: hidden;
}
.voice-widget-card .widget-header {
  padding: 14px 20px;
  background-color: #252525;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #333;
}
.voice-widget-card .widget-header .widget-title {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin: 0;
  font-weight: 300;
}
.voice-widget-card .widget-header .btn-close-custom {
  background: none;
  border: none;
  color: white;
  font-size: 28px;
  cursor: pointer;
  line-height: 0.5;
}
.voice-widget-card .widget-header .btn-close-custom:hover {
  color: #ff4d4d;
}
.voice-widget-card .widget-body {
  position: relative;
  flex-grow: 1;
  /* Default state: idle visible, incall hidden */
  /* Video swap via sibling selector won't reach back up —
     handle via a class on widget-body instead */
}
.voice-widget-card .widget-body video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: opacity 0.5s ease;
}
.voice-widget-card .widget-body .idle-video {
  opacity: 1;
}
.voice-widget-card .widget-body .incall-video {
  opacity: 0;
}
.voice-widget-card .widget-body .modal-content-wrp {
  padding: 20px 0 50px;
  position: relative;
  text-align: center;
  min-height: 438px;
  z-index: 1;
  /* State when call is active */
}
.voice-widget-card .widget-body .modal-content-wrp h3 {
  font-size: 24px;
  color: #FFFFFF;
}
.voice-widget-card .widget-body .modal-content-wrp h3 span {
  font-weight: 600;
}
.voice-widget-card .widget-body .modal-content-wrp .counter {
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 14px;
  margin-top: 6px;
  margin-bottom: 6px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
}
.voice-widget-card .widget-body .modal-content-wrp .voice-btn-wrp {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  height: 36px;
}
.voice-widget-card .widget-body .modal-content-wrp .voice-btn-wrp button {
  position: absolute;
  width: 123px;
  height: 36px;
  border-radius: 50px;
  border: none;
  color: white;
  font-size: 14px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: all 0.4s ease;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2705882353);
}
.voice-widget-card .widget-body .modal-content-wrp .voice-btn-wrp button.call-start-btn {
  background: linear-gradient(28.31deg, rgba(0, 0, 0, 0.29) -12.53%, rgba(0, 0, 0, 0.29) 121.85%);
  z-index: 2;
  opacity: 1;
}
.voice-widget-card .widget-body .modal-content-wrp .voice-btn-wrp button.call-end-btn {
  background: linear-gradient(28.31deg, rgba(0, 0, 0, 0.49) -12.53%, rgba(255, 0, 0, 0.49) 121.85%);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  z-index: 1;
}
.voice-widget-card .widget-body .modal-content-wrp.in-call {
  /* When in-call: swap videos */
}
.voice-widget-card .widget-body .modal-content-wrp.in-call .counter {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.voice-widget-card .widget-body .modal-content-wrp.in-call .call-start-btn {
  opacity: 0 !important;
  transform: translateY(-10px) !important;
  pointer-events: none !important;
  visibility: hidden !important;
}
.voice-widget-card .widget-body .modal-content-wrp.in-call .call-end-btn {
  opacity: 1 !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
  visibility: visible !important;
}
.voice-widget-card .widget-body .modal-content-wrp.in-call ~ video.idle-video, .voice-widget-card .widget-body .modal-content-wrp.in-call ~ .idle-video {
  opacity: 0 !important;
}
.voice-widget-card .widget-body.in-call .idle-video {
  opacity: 0;
}
.voice-widget-card .widget-body.in-call .incall-video {
  opacity: 1;
}

/************************************************
https://www.hobo-web.co.uk/best-screen-size/
*************************************************
Desktop
*************************************************
------------------------------   Banner
1	  2560×1440	    (7.41%)    |     ✓
2	  1920×1080	    (22.62%)   |     ✓
3	  1680×1050	    (4.28%)    |     ✓
4	  1792×1120	    (2.06%)    |     ✓
5 	1600×900      (1.87%)    |     ✓
6	  1536×864	    (8.60%)    |     ✓
7	  1440×900	    (9.55%)    |     ✓
8	  1366×768	    (11.20%)   |     ✓
9	  1280×800	    (2.33%)    |     ✓
10  1280×720	    (3.55%)    |     ✓

*************************************************
Tablets
*************************************************
768×1024 – 48.64%
1280×800 – 7.55%
800×1280 – 7.44%
601×962  – 4.5%
810×1080 – 4.41%
600×1024 – 2.95%

*************************************************
Mobile
*************************************************
414×816 – 14.51%
375×667 – 12.47%
375×812 – 7.21%
360×640 – 5.43%
412×915 – 5.18%
360×780 – 5.04%

***************************************************
sass --watch style.scss:style.css --style compressed
**************************************************/
@media (max-width: 1640px) {
  header .container,
  .experience-section .container,
  footer .container {
    max-width: 1320px;
  }
  h2,
  .h2 {
    font-size: 46px;
  }
  .trusted-section .section-heading h2 {
    font-size: 50px;
  }
  .experience-section .experience-container {
    padding: 80px 0;
  }
  .experience-section .experience-container .main-number {
    font-size: 120px;
  }
  footer .footer-container .txtwrp h4 {
    font-size: 40px;
  }
  footer .footer-abs-text h2 {
    font-size: 130px;
  }
  .partner-section .partner-boxwrp .partner-box .txtwrp h4 {
    font-size: 19px;
    line-height: 32px;
  }
  .desktop-header nav .navbar-brand {
    margin-right: 0;
    width: 155px;
  }
  .desktop-header nav .navbar-brand img {
    width: 100%;
  }
  .desktop-header nav .navbar-nav {
    gap: 10px !important;
  }
  .desktop-header nav .navbar-nav .nav-item .nav-link {
    font-size: 16px !important;
  }
  .mega-menu.megamnusingle {
    width: 29%;
  }
  .footer-middle .location-detail {
    gap: 70px;
  }
}
@media (max-width: 1445px) {
  .mega-menu .megamenu-wrp .menu-item .menu-title span {
    padding: 6px 24px;
    font-size: 14px;
  }
  .mega-menu .megamenu-wrp .menu-item {
    padding: 16px;
  }
  .mega-menu .megamenu-wrp .menu-item ul li a img {
    width: 34px;
  }
  .mega-menu .megamenu-wrp .menu-item ul li a span {
    font-size: 12px;
  }
  header .container,
  .experience-section .container,
  footer .container {
    max-width: 1140px;
  }
  .desktop-header nav .navbar-brand img {
    width: 80%;
  }
  .desktop-header nav .navbar-nav {
    gap: 20px !important;
  }
  footer .footer-abs-text h2 {
    font-size: 110px;
  }
  .footer-middle .location-detail {
    gap: 25px;
  }
}
@media (max-width: 1367px) {
  .swap-btn {
    min-height: 44px;
  }
  .swap-btn .icon-box {
    width: 34px;
    height: 34px;
  }
  .swap-btn .text {
    font-size: 14px;
  }
  .mega-menu .megamenu-wrp .menu-card-link {
    margin-bottom: 10px !important;
  }
  .mega-menu .megamenu-wrp .menu-card-link {
    padding: 16px;
  }
  .mega-menu .megamenu-wrp .menu-card-link .menu-card .card-title h4 {
    font-size: 16px !important;
  }
  .mega-menu .megamenu-wrp .menu-card-link .menu-card .card-desc p {
    font-size: 12px;
  }
  h2,
  .h2 {
    font-size: 40px;
  }
  .client-slider-section .section-heading h2 {
    line-height: 50px;
  }
  .trusted-section .logo-grid-wrapper {
    gap: 10px;
  }
  .location-map .map-inner .location-detail {
    gap: 20px;
  }
  .location-map .map-inner .location-detail .location-box .flag {
    top: -20px;
  }
  .location-map .map-inner .location-detail .location-box ul {
    padding-left: 10px;
  }
  .location-map .map-inner .location-detail .location-box ul li a {
    font-size: 16px;
  }
  footer .footer-container .footer-form .inputwrp input {
    height: 46px;
  }
}
@media (max-width: 1199px) {
  header .container,
  .experience-section .container,
  footer .container {
    max-width: 960px;
  }
  .desktop-header nav .navbar-nav {
    gap: 10px !important;
  }
  .desktop-header nav .navbar-nav .nav-item .nav-link {
    font-size: 13px !important;
  }
  .brand-section .boxwrp .box-list .brand-box h4 {
    font-size: 20px;
  }
  .brand-section .imgwrp {
    width: 90%;
  }
  h2,
  .h2 {
    font-size: 32px;
  }
  .client-slider-section .section-heading h2 {
    line-height: 40px;
  }
  .trusted-section .logo-grid-wrapper .grid-col .logo-box {
    width: 100px;
    height: 130px;
  }
  footer .footer-container .footer-links {
    padding-left: 0;
  }
  footer .footer-container .txtwrp h4 {
    font-size: 30px;
  }
  .experience-section .txtwrp h2 {
    font-size: 60px;
    line-height: 70px;
  }
  .experience-section .txtwrp p {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .home-updated-banner .custom-img-pagination {
    bottom: 0 !important;
  }
  .home-updated-banner .banner-slider {
    overflow: hidden;
    padding-bottom: 80px;
  }
  .home-updated-banner {
    padding-top: 40px;
  }
  .home-updated-banner .banner-content h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .tabwrp .case-study-tab-links.nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    justify-content: unset !important;
  }
  .tabwrp .case-study-tab-links.nav::-webkit-scrollbar {
    display: none;
  }
  .tabwrp .case-study-tab-links.nav li {
    flex: 0 0 auto;
  }
  footer .footer-abs-text h2 {
    font-size: 76px;
  }
}
@media (max-width: 900px) {
  .brand-section .boxwrp .box-list .brand-box {
    padding: 30px 24px;
  }
  .pin img {
    width: 40%;
  }
  .location-map .map-inner .map-loc .pin:nth-child(4) {
    top: 33%;
    left: 64%;
  }
  .location-map .map-inner .map-loc .pin:nth-child(2) {
    top: 35%;
    left: 22%;
  }
  .location-map .map-inner .map-loc .pin:nth-child(3) {
    top: 37%;
    left: 56%;
  }
  .full-expert .full-expert-box .txtwrp h5 {
    font-size: 20px;
  }
  .full-expert .full-expert-box .icon-box img {
    width: 20%;
  }
  .full-expert .full-expert-box {
    padding: 20px 20px;
  }
  .home-banner .banner-video video {
    height: 50vh;
  }
  section {
    padding: 50px 0;
  }
  .case-studies-sec .case-study-tabs .case-study-tab-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 769.98px) {
  .technologies .nav-tabs {
    gap: 16px;
  }
  .technologies .nav-tabs .nav-link {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .technologies .technologies-tab-content .txtwrp {
    margin-bottom: 30px;
  }
  .case-studies-sec .btnwrp {
    margin-top: 30px;
  }
  .experience-section .counter-wrp {
    padding: 60px 20px;
  }
  .location-map .map-inner .location-detail .location-box h6 {
    padding-left: 10px;
  }
  .case-studies-sec .case-study-tabs .case-study-tab-content {
    grid-template-columns: repeat(1, 1fr);
  }
  .case-study-detail .txtwrp .imgwrp {
    margin-top: 30px;
  }
  .upload-detail {
    padding: 15px 0;
  }
  .location-map .map-inner .location-detail {
    flex-direction: column;
  }
  footer .footer-end {
    margin-top: 30px;
  }
  footer .footer-container .footer-links {
    margin-top: 30px;
  }
  footer .footer-container .footer-links {
    padding-left: 0;
  }
  footer .footer-container .footer-form .inputwrp button {
    font-size: 18px;
    height: 40px;
  }
  footer .footer-container .footer-form .inputwrp input {
    height: 46px;
  }
  footer .footer-container .txtwrp h4 {
    font-size: 22px;
    line-height: 30px;
  }
  footer .footer-container .footer-form {
    margin-bottom: 17px;
  }
  footer {
    padding: 30px 0;
  }
  .location-map {
    padding: 30px 0;
  }
  .location-map .map-inner .location-detail .location-box {
    width: 100%;
  }
  .location-map .map-inner .location-detail {
    margin-top: 30px;
    gap: 30px;
  }
  .full-expert .full-expert-box .icon-box {
    margin-bottom: 20px;
  }
  .full-expert .btnwrp {
    margin-top: 20px;
  }
  .faq-section .faq-wrp .icon-box svg {
    width: 15px;
  }
  .brand-section .mobile-boxwrp .brand-box {
    padding: 30px 24px;
  }
  .partner-section .logo-sliderwrp .slider-wrp {
    padding: 0 30px;
  }
  .partner-section .divider {
    margin: 30px 0;
  }
  .partner-section .partner-boxwrp .partner-box .txtwrp h4 {
    font-size: 17px;
  }
  .partner-section .partner-boxwrp .partner-box .list-item ul li p {
    font-size: 14px;
  }
  .experience-section .txtwrp p {
    font-size: 15px;
  }
  .partner-section .partner-boxwrp {
    margin-top: 20px;
  }
  .logo-grid-wrapper {
    height: 290px;
  }
  .trusted-section {
    padding-bottom: 40px;
  }
  .faq-section .faq-wrp .accordion .accordion-item button .icon-box {
    min-width: 34px;
    height: 34px;
  }
  .faq-section .faq-wrp .accordion .accordion-item button {
    gap: 14px;
  }
  .cta-sec.home .btnwrp {
    flex-wrap: wrap;
  }
  .experience-section .txtwrp h2,
  .experience-section .txtwrp span {
    font-size: 48px;
    line-height: 60px;
  }
  .experience-section .experience-text {
    font-size: 70px;
  }
  .experience-section .experience-txt {
    padding: 60px 0;
  }
  .experience-section .section-title h6 {
    font-size: 18px;
    line-height: 26px;
  }
  .experience-section .section-title h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .experience-section .experience-txt h2 {
    font-size: 70px;
  }
  .trusted-section .section-heading h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .client-slider-section .header-actions {
    margin-top: 30px;
  }
  .client-slider-section .tabwrp .nav-tabs {
    justify-content: center;
  }
  .client-slider-section .section-heading h2 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
  .brand-section {
    padding: 80px 0 30px;
  }
  .brand-section .sticky-wrapper {
    position: unset;
  }
  .brand-section .mobile-boxwrp {
    display: block !important;
    margin-top: 30px;
  }
  .brand-section .boxwrp {
    display: none;
  }
  .brand-section .boxwrp {
    margin-top: 30px;
  }
  .brand-section .sticky-wrapper .section-heading h2 {
    text-align: center;
  }
  br {
    display: none;
  }
  .home-content .btnwrp {
    flex-wrap: wrap;
    gap: 20px;
  }
  section {
    padding: 30px 0;
  }
  .brand-section .imgwrp {
    display: none;
  }
  h2,
  .h2 {
    font-size: 22px;
  }
  .home-banner .banner-video video {
    height: 30vh;
  }
  .experience-section {
    overflow: hidden;
  }
  .experience-section .experience-container .main-number {
    font-size: 70px;
  }
  .experience-section .experience-container {
    padding: 50px 0;
  }
  .trusted-section .logo-grid-wrapper .grid-col {
    width: 100px;
  }
  .service-banenr,
  .service-banenr .banner-heading,
  .case-study-banner .banner-heading,
  .case-study-banner {
    height: 170px;
  }
  .service-banenr .banner-heading h1,
  .case-study-banner .banner-heading h1 {
    font-size: 26px;
  }
  .btn-section .txtwrp {
    margin-bottom: 20px;
  }
  .m-t-60 {
    margin-top: 30px !important;
  }
  .sms-content-sec .imgwrp {
    margin-bottom: 30px;
  }
  .faq-section .faq-wrp .accordion .accordion-item button {
    font-size: 18px;
  }
  footer .footer-end .privacy-links {
    justify-content: center;
  }
  footer .footer-end .left p {
    text-align: center;
  }
  .btn-section .btnwrp {
    margin-bottom: 30px;
  }
  .client-slider-section .clients-slider {
    overflow: hidden;
  }
  .container .omni-channel-mainimg .omni-channel-mainimg2 {
    bottom: -30px;
  }
  #myTab {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    justify-content: space-between;
  }
  #myTab .nav-item {
    flex: 0 0 auto;
  }
  #myTab .nav-link {
    white-space: nowrap;
  }
  #myTab::-webkit-scrollbar {
    display: none;
  }
  .case-studies-sec .case-study-tabs .tab-content {
    margin-top: 30px;
  }
  .ourClinets ul li img {
    width: 50%;
  }
  .ourClinets ul li {
    width: 109px;
    height: 130px;
  }
  .experience-section .counter-wrp {
    margin-top: 20px;
  }
  .experience-section .section-title {
    margin-bottom: 40px;
  }
  .home-content .logo-slider {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .client-slider-section .marquee-viewport .slide-item {
    width: 350px;
    height: 480px;
  }
  .client-slider-section .marquee-viewport .slide-item .client-box .bg-img {
    height: 480px;
  }
  .client-slider-section .marquee-viewport .slide-item .arrow-icon {
    width: 45px;
    height: 45px;
    bottom: 25px;
  }
  .footer-middle .location-detail {
    gap: 20px;
  }
  .experience-section .border-wrp:not(:first-child)::before {
    left: -10px;
  }
  .partner-section .swiper {
    padding-bottom: 100px;
  }
  .partner-section .header-actions {
    margin-bottom: 20px;
  }
  .contact-banner .banner-heading h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .contact-banner.home-contact-banner {
    padding: 30px 0;
  }
  .page-404 {
    padding: 30px 0;
  }
  .page-404 h1 {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  footer .footer-abs-text h2 {
    font-size: 34px;
  }
}
@media (max-width: 420px) {
  footer .footer-abs-text h2 {
    font-size: 30px;
  }
}

/*# sourceMappingURL=main.css.map */
