/***
 Template Name: Agon
 Description: Multipurpose Agency HTML template
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
==============================
TABLE CONTENT
 Import Google Fonts
 Include Third Party CSS Library
 GENERAL
 HEADER
 Offcanvas Sidebar
 Search form
 Main header
 Mega menu
 Header layouts
 Page layouts
 Pagination
 Breadcrumb
 CATEGORY PAGES
 SINGLE POST
 Author box
 comment
 Post share social
 WP STYPE
 Custom amine
***/

@import url(https://fonts.bunny.net/css?family=chivo:400,700|noto-sans:400,700|outfit:400,700);
@import url(../css/vendors/normalize.css);
@import url(../css/vendors/bootstrap.min.css);
@font-face {
  font-family: "uicons-regular-rounded";
  src:
    url("../fonts/uicons/uicons-regular-rounded.eot#iefix")
      format("embedded-opentype"),
    url("../fonts/uicons/uicons-regular-rounded.woff2") format("woff2"),
    url("../fonts/uicons/uicons-regular-rounded.woff") format("woff");
}

/* Root setup */
:root {
  --outline: 1px solid #e6a721;
}

/*import vendors*/ /*RESET*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /* font: inherit; */
  vertical-align: baseline;
}
sup,
sub {
  font-size: 0.8em;
}
a:focus-visible,
button:focus-visible {
  outline: var(--outline) !important;
}
.hieu-test {
  display: none;
}

main {
  display: block;
  clear: both;
}

thead {
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}
.list-ul {
  list-style: disc;
}
.list-dotted {
  list-style-type: disc; /* or circle for hollow dots */
  padding-left: 1rem; /* indent */
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

input,
select,
button,
textarea {
  font-family: "Chivo", sans-serif;
  font-size: 14px;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

li.hr span {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  margin: 20px 0;
  display: block;
}
/* line height */
.line-height-160 {
  line-height: 160% !important;
}
/*--- opacity---------------------*/
.op {
  opacity: 0.4;
}
/*--- Common Classes---------------------*/
::-moz-selection {
  background: #fed561; /* #006d77; WebKit/Blink Browsers */
  /* color: #fff; */
}
::selection {
  background: #fed561; /* #006d77 WebKit/Blink Browsers */
  /* color: #fff; */
}

::-moz-selection {
  background: #fff3cd; /* #006d77 Gecko Browsers */
  /* color: #fff; */
}

::-moz-placeholder {
  color: #667085;
  opacity: 1;
}

::placeholder {
  color: #667085;
  opacity: 1;
}

:-ms-input-placeholder,
::-webkit-input-placeholder {
  color: #667085;
  opacity: 1;
}

.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.section {
  float: left;
  width: 100%;
}

.f-right {
  float: right;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.bg-img {
  background-position: center center;
  background-size: cover;
}

.position-relative {
  position: relative;
}

.height-100vh {
  height: 100vh !important;
}
.height-80vh {
  height: 80vh !important;
}
.height-90vh {
  height: 90vh !important;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
  outline: none !important;
  box-shadow: none;
}

.border-radius {
  border-radius: 4px;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-15 {
  border-radius: 15px;
}

.border-radius-20 {
  border-radius: 20px;
}
/* border custom */
.callout-line {
  width: 6px;
  background: #7aa6a6;
  border-radius: 10px;
  flex-shrink: 0;

  /* Makes line full height */
  align-self: stretch;
}

.tag-pill {
  padding: 8px 16px;
  border: 1px solid #e4e7ec;
  border-radius: 32px;
  display: inline-block;
}

.hover-up {
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.hover-up:hover {
  transform: translateY(-3px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

body {
  background: #ffffff;
  background-size: contain;
}

a {
  text-decoration: none;
}

*:hover {
  transition-duration: 0.2s;
}

.img-responsive {
  max-width: 100%;
}

.text-body-lead {
  font-family: "Chivo", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
}

.text-body-excerpt {
  font-family: "Chivo", sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 140% !important; /* 19.6px */
}

.text-body-text {
  font-family: "Chivo", sans-serif;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 28px !important;
}

.text-body-quote {
  font-family: "Chivo", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 160%; /* 23.333px */
}

.text-body-normal {
  font-family: "Chivo", sans-serif;
  font-weight: 400;
  font-size: 20px !important;
  line-height: 28px;
}

.text-body-capitalized {
  font-family: "Chivo", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 2px;
}

.text-body-small {
  font-family: "Chivo", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}

.text-body-tiny {
  font-family: "Chivo", sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
}

.text-body-lead-large {
  font-family: "Chivo", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.text-body-text-md {
  font-family: "Chivo", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

.tablet-display-2 {
  font-family: "Chivo", sans-serif;
  font-weight: bold;
  font-size: 72px;
  line-height: 82px;
  letter-spacing: -0.5%;
}

.text-display-1 {
  font-family: "Chivo", sans-serif;
  font-weight: 900;
  font-size: 96px;
  line-height: 132px;
  letter-spacing: -1%;
}

.text-display-2 {
  font-family: "Chivo", sans-serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 132%; /* 79.2px */
  letter-spacing: -0.5%;
}
.text-display-72 {
  color: #101828;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: Chivo;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%; /* 95.04px */
  text-transform: uppercase;
}
.text-display-3 {
  font-family: "Chivo", sans-serif;
  font-weight: bold;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: 0%;
}

.text-display-4 {
  font-family: "Chivo", sans-serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 66px;
  letter-spacing: 0%;
}
.text-heading-200 {
  color: #101828;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: Chivo;
  font-size: 200px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%; /* 264px */
  text-transform: uppercase;
}
.text-heading-128 {
  color: #006d77;
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: Chivo;
  font-size: 128px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%; /* 168.96px */
}
.text-heading-1 {
  font-family: "Chivo", sans-serif;
  font-weight: bold;
  font-size: 44px;
  line-height: 132%;
  letter-spacing: -1%;
  color: #101828;
}

.text-heading-2 {
  font-family: "Chivo", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 132%; /* 39.6px */
  letter-spacing: 0%;
}

.text-heading-3 {
  font-family: "Chivo", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 132%; /* 31.68px */
  letter-spacing: 0%;
}
.text-heading-3-light {
  font-family: "Chivo", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0%;
}
.text-heading-3-bold {
  color: #000;
  text-align: center;
  font-family: Chivo;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.text-heading-4 {
  font-family: "Chivo", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%; /* 28px */
  letter-spacing: 0%;
}
.text-heading-24 {
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Chivo", sans-serif;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 132%; /* 31.68px */
}
.text-heading-5 {
  font-family: "Chivo", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 132%; /* 23.76px */
  letter-spacing: 0%;
}

.text-heading-6 {
  font-family: "Chivo", sans-serif;
  font-weight: bold;
  font-size: 14px !important;
  line-height: 140%; /* 18.375px */
  letter-spacing: 0%;
}
.text-heading-18 {
  font-family: "Chivo", sans-serif;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 140%;
}
.text-heading-16 {
  font-family: "Chivo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.text-heading-14 {
  font-family: "Chivo", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.text-heading-18-outfit {
  color: #000;
  font-family: Outfit;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
.text-heading-20 {
  color: #000;
  font-family: Chivo;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.text-heading-22 {
  color: #000;
  font-family: Chivo;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.text-heading-32 {
  color: #101828;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: Chivo;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 132%; /* 42.24px */
}
.text-heading-40 {
  color: #000;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: Chivo;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 56px */
}
.text-heading-44 {
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: Chivo;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 66px */
}
.text-heading-66 {
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: Chivo;
  font-size: 66px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%; /* 87.12px */
}
.text-heading-9 {
  font-family: "Outfit", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.text-bold {
  font-family: "Chivo", sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
}

.text-poppins-18 {
  font-family: "Chivo", sans-serif;
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  font-style: normal;
}
.text-poppins-20 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.text-nato {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
}
.text-nato-16 {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
}

.text-outfit {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.text-outfit-14 {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
/* Font Size */

.body-1 {
  font-size: 16px;
  line-height: 140%;
}
.body-2 {
  font-size: 14px;
  line-height: 140%;
}
.body-3 {
  font-size: 12px;
  line-height: 140%;
}
.body-4 {
  font-size: 18px;
  line-height: 140%;
}
.body-5 {
  font-size: 16px;
  line-height: 140%;
}
.cta {
  font-size: 14px;
  line-height: 140%;
}
/* ============= Font Weight ============= */
.f-w-400 {
  font-weight: 400 !important;
}
.f-w-500 {
  font-weight: 500 !important;
}
.f-w-600 {
  font-weight: 600 !important;
}
.f-w-700 {
  font-weight: 700 !important;
}

.color-white {
  color: #ffffff !important;
}
.color-blue {
  color: #015c65;
}

.color-orange-100 {
  color: #faede3;
}

.color-orange-500 {
  color: #ffddd2;
}

.color-orange-900 {
  color: #e29578;
}

.color-green-900 {
  color: #006d77 !important;
}

.color-green-500 {
  color: #83c5be;
}

.color-green-100 {
  color: #afeae4;
}

.color-gray-900 {
  color: #101828 !important;
}

.color-gray-700 {
  color: #344054 !important;
}

.color-gray-1000 {
  color: #1f2938;
}

.color-gray-1250 {
  color: #797979;
}

.color-gray-1100 {
  color: #7e7e7e;
}

.color-gray-1200 {
  color: #9a9a9a;
}

.color-gray-500 {
  color: #667085;
}

.color-gray-50 {
  color: #f9fafb;
}

.color-gray-400 {
  color: #98a2b3 !important;
}

.color-gray-350 {
  color: #d3d3d3 !important;
}

.color-gray-300 {
  color: #d0d5dd !important;
}

.color-gray-600 {
  color: #475467 !important;
}

.color-gray-100 {
  color: #f2f4f7;
}

.color-gray-footer {
  color: #e4e7ec;
}

.color-expertise-hero {
  color: #f2feff !important;
}

.color-solvative-secondary {
  color: #f09e00 !important;
}
.color-solvative {
  color: #ffc400;
}
.color-text-1 {
  color: #1a1a1a;
}
.color-FFDE7B {
  color: #ffde7b;
}
.color-E5E5E5 {
  color: #e5e5e5;
}
.color-606061 {
  color: #606061;
}
.color-E8F5F7CC {
  color: #e8f5f7cc;
}
.bg-light-yellow {
  background-color: #fff7de;
}
.bg-1 {
  background-color: #eae4e9 !important;
}

.bg-2 {
  background-color: #fff3ea !important;
}

.bg-2-opacity-80 {
  background-color: rgba(255, 243, 234, 0.8);
}

.bg-3 {
  background-color: #fde2e4 !important;
}

.bg-4 {
  background-color: #fad2e1 !important;
}

.bg-5 {
  background-color: #dbece5 !important;
}

.bg-6 {
  background-color: #faede3 !important;
}

.bg-6-opacity-30 {
  background-color: rgba(190, 225, 230, 0.3019607843) !important;
}

.bg-7 {
  background-color: #f0efeb !important;
}

.bg-8 {
  background-color: #dfe7fd !important;
}

.bg-9 {
  background-color: #d1ecfd !important;
}

.bg-10 {
  background-color: #ddd3fa !important;
}

.bg-gray-100 {
  background-color: #f2f4f7 !important;
}
.bg-pale-cyan {
  background-color: #e1f0f0 !important;
}
.bg-header {
  background-color: #dfeeef !important;
}
.bg-gray-101 {
  background-color: #e4e7ec !important;
}
.bg-102 {
  background-color: #ffffff !important;
}
.bg-103 {
  background-color: #f9f9f9 !important;
}
.bg-104 {
  background-color: #fffbf0 !important;
}
.bg-105 {
  background-color: #fff !important;
}
.bg-106 {
  background-color: #eee !important;
}
.bg-107 {
  background-color: #fff3cd !important;
}
.bg-108 {
  background-color: #f0f6f7 !important;
}
.bg-109 {
  background: #e1f0f0 !important;
}
.bg-110 {
  background: #bee1e6 !important;
}
.bg-111 {
  background: #015c65;
}
.bg-112 {
  background: #e8f5f7cc;
}
.text-billed {
  font-weight: 400;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}

.solcargtpartnerbg {
  padding: 48px 94px 49px 95px !important;
  border-radius: 16px;
  background: #fff;
}

a {
  /* color: #006d77; */
  color: #f09e00;
}
a:hover {
  /* color: #83c5be; */
  color: #f09e00;
}

.section-box {
  display: inline-block;
  width: 100%;
}

.box-shadow-4 {
  box-shadow: 4px 6px 23px rgba(228, 92, 35, 0.1);
}

.content-detail {
  color: #101828;
}
.content-detail h2 {
  margin: 20px 0px 20px 0px;
}
.content-detail p {
  margin-bottom: 15px;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  color: #101828;
  line-height: 28px;
}
.content-detail ul {
  list-style: disc;
  color: #101828;
  padding-left: 20px;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  line-height: 28px;
}

.border-pills {
  border: 1px solid #d3d3d3;
}

.custom-container {
  gap: 10px;
}

.custom-span {
  margin-right: 10px;
}

.custom-span:last-child {
  margin-right: 0;
}

.border-bottom {
  border-bottom: 1px solid #061224;
  width: 100%;
  margin: 40px 0px;
}
.border-bottom-2 {
  border-bottom: 1px solid #d0d5dd;
}
.img-middle {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}

.box-shadow-2 {
  box-shadow: 0px 45px 80px rgba(0, 0, 0, 0.04);
}

.box-line-throught {
  display: inline-block;
  position: relative;
  padding: 0px 60px;
}
.box-line-throught::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 50px;
  height: 1px;
  background-color: #d0d5dd;
}
.box-line-throught::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 50px;
  height: 1px;
  background-color: #d0d5dd;
}

.img-full {
  width: 100%;
}

.tab-content > .active {
  overflow: hidden;
}

.thw-20 {
  width: 20%;
}

.thw-40 {
  width: 40%;
}
.thw-50 {
  width: 50%;
}
.thw-60 {
  width: 60%;
  height: auto;
}
.thw-70 {
  width: 70%;
}
.thw-80 {
  width: 80%;
}

.br-16 {
  border-radius: 16px;
}
.br-24 {
  border-radius: 24px;
}

.br-5 {
  border-radius: 5px;
}
.br-8 {
  border-radius: 8px;
}

.brt-16 {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.brt-8 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.brl-16 {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

a,
button,
img,
input,
span,
h4 {
  transition: all 0.3s ease 0s;
}

@keyframes slideleft {
  10% {
    opacity: 0;
    transform: scale(0);
    right: 0;
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 0;
    transform: scale(0);
    right: 100%;
  }
}
[data-loader="spinner"] {
  width: 35px;
  height: 35px;
  display: inline-block;
  animation: spinner 1.2s infinite ease-in-out;
  background: url(../imgs/template/favicon.svg);
  box-shadow: 0 0 10px #fff;
}
@keyframes spinner {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(151, 119, 250, 0.8);
  }
  100% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
  }
}
@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
@keyframes jump {
  0% {
    transform: translate3d(0, 20%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.jump {
  transform-origin: 0;
  animation: jump 0.5s linear alternate infinite;
}

/*TYPOGRAPHY*/
body {
  color: #101828;
  font-family: "Chivo", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading,
.display-1,
.display-2,
.heading-lg,
.heading-sm-1 {
  color: #101828;
  font-family: "Chivo", sans-serif;
  font-weight: 700;
  /* line-height: 1.2; */
}

h1 {
  font-size: 32px;
  line-height: 132%;
}

h2 {
  font-size: 28px;
  line-height: 132%;
}

h3 {
  font-size: 24px;
  line-height: 132%;
}

h4 {
  font-size: 20px;
  line-height: 132%;
}

h5 {
  font-size: 18px;
  line-height: 132%;
}

h6 {
  font-size: 16px;
  line-height: 132%;
}

.heading-lg {
  font-size: 52px;
  line-height: 63px;
  font-weight: bold;
}

.heading-md {
  font-size: 20px;
  line-height: 24px;
  color: #101828;
  font-weight: 500;
  font-family: "Noto Sans", sans-serif;
}

.heading-sm {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
}

.text-sm {
  font-size: 12px;
  line-height: 16px;
  font-family: "Chivo", sans-serif;
}

.text-md {
  font-size: 16px;
  line-height: 20px;
  font-family: "Chivo", sans-serif;
}

.small-heading {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
}

.medium-heading {
  font-size: 18px;
  color: #101828;
  line-height: 22px;
  font-weight: 600;
  font-family: "Noto Sans", sans-serif;
}

.display-block {
  display: block;
}

.font-bold {
  font-weight: bold;
}

.font-semibold {
  font-weight: 600;
}

.font-3xs {
  font-size: 10px;
}

.font-xxs {
  font-size: 12px;
}

.font-xs {
  font-size: 13px;
}

.font-sm {
  font-size: 14px;
}

.font-md {
  font-size: 16px;
}

.font-md-2 {
  font-size: 15px;
}

.font-lg {
  font-size: 18px;
}

.font-xl {
  font-size: 20px;
  line-height: 28px !important;
}

.font-2xl {
  font-size: 22px;
}

.font-3xl {
  font-size: 58px;
}

.text-grey-6 {
  color: #101828 !important;
}

.text-muted {
  color: #667085 !important;
}

.btn {
  font-family: "Chivo", sans-serif;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 140%;
  transition: 0.2s;
  letter-spacing: 0.45px;
  border-radius: 50px;
}
.btn.btn-square {
  border-radius: 4px;
  background-color: #101828;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  padding: 18px 20px;
  border: 2px solid transparent;
}
.btn.btn-square:hover {
  background-color: #ffffff;
  color: #101828;
  border-color: #101828;
}

.btn.btn-white {
  background-color: #ffffff;
  font-weight: bold;
}
.btn.btn-blue {
  background-color: #015c65;
  color: #ffffff;
  border-radius: 50px;
  font-size: 18px;
  line-height: 25px;
  font-family: "Chivo", sans-serif;
  font-weight: bold;
}
.btn.btn-blue:hover {
  background-color: #e4e7ec;
  color: #015c65;
}
.btn.btn-bd-green-hover {
  color: #475467;
  border: 2px solid transparent;
}
.btn.btn-bd-green-hover:hover {
  color: #006d77 !important;
  background-color: #ffffff !important;
  border: 2px solid #006d77;
}
.btn.active {
  color: #006d77 !important;
  background-color: #ffffff !important;
  border: 2px solid #006d77;
}
.btn.btn-select {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
}
.btn.btn-black {
  color: #ffffff;
  background-color: #101828;
  border-radius: 50px;
  font-family: "Chivo", sans-serif;
  font-weight: bold;
}
.btn.btn-transprent {
  color: #ffffff;
  /* background-color: #101828; */
  border-radius: 50px;
  font-size: 18px;
  line-height: 25px;
  font-family: "Chivo", sans-serif;
  font-weight: bold;
  border-radius: 4px;
  border: 1px solid var(--White, #fff);
}
.btn.btn-black.icon-arrow-right-white:hover {
  background-color: #f2f4f7;
  background-image: url(../imgs/template/icons/fi-sr-arrow-small-right.svg);
  background-repeat: no-repeat;
  color: #101828;
  /* transform: translateY(-2px); */
  transition: 0.2s;
}
.btn.btn-blue.icon-arrow-right-white:hover {
  background-color: #f2f4f7;
  background-image: url(../imgs/template/icons/arrow-small-right-blue.svg);
  background-repeat: no-repeat;
  color: #015c65;
  /* transform: translateY(-2px); */
  transition: 0.2s;
}
.btn.btn-black:hover {
  background-color: #e4e7ec;
  color: #101828;
}
.btn.btn-md {
  padding: 16px 20px;
}
.btn.shape-square {
  border-radius: 4px;
  /* margin-right: 12px; */
}
.btn.btn-link {
  font-family: "Chivo", sans-serif;
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  color: #101828;
  text-decoration: none;
}
.btn.btn-link:hover {
  color: #667085;
}
.btn.btn-pink {
  background-color: #e29578;
  color: #ffffff;
  border-radius: 4px;
}
.btn.btn-pink:hover {
  background-color: #101828;
}
.btn.btn-link-inter {
  font-family: "Chivo", sans-serif !important;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.btn.btn-square-green {
  background-color: #006d77;
  padding: 1px 22px;
  color: #ffffff;
  border-radius: 8px;
  height: 48px;
  width: 120px;
}
.btn.btn-green-full {
  background-color: #006d77;
  padding: 1px 22px;
  color: #ffffff;
  border-radius: 4px;
  height: 48px;
  width: 100%;
}
.btn.btn-media {
  border-radius: 4px;
  padding: 1px 16px 3px 16px;
  min-height: 36px;
  line-height: 32px;
  border: 1px solid rgba(6, 18, 36, 0.1);
}
.btn.btn-media img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.btn.btn-tag {
  background-color: #e4e7ec;
  color: #101828;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  border-radius: 8px;
  padding: 12px 20px;
}
.btn.btn-tag:hover {
  background-color: #101828;
  color: #ffffff;
}
.btn.btn-border {
  border: 1px solid #d9d9d9;
  font-weight: 700;
}
.btn.btn-border:hover {
  /* border-color: #004b52;
  color: #004b52; */
  background: #f8fafc;
}

.icon-arrow-right {
  background-image: url(../imgs/template/icons/fi-sr-arrow-small-right.svg);
  background-repeat: no-repeat;
  background-position: center right 25px;
  padding-right: 56px;
}

.icon-arrow-right-white {
  background-image: url(../imgs/template/icons/arrow-small-right-w.svg);
  background-repeat: no-repeat;
  background-position: center right 24px;
  padding-right: 48px;
}

.icon-arrow-right-black {
  background-image: url(../imgs/template/icons/arrow-small-right-b.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center right 24px;
  padding-right: 48px;
}

.btn-play-video {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: -34px;
  width: 64px;
  height: 72px;
  z-index: 2;
  transition: background-image 0.3s ease-in-out;
}
/* custom btn classes */
.btn-bg-1 {
  background: var(--Color-Gray-Gray-200, #e4e7ec);
  outline: none;
  border: none;
}
.btn-radious-4 {
  border-radius: 4px;
}
.btn-radious-50 {
  border-radius: 50px;
}
.btn-p-22-28-22-32 {
  padding: 22px 28px 22px 32px;
}
.btn-yellow {
  background: #ffd100;
  border-color: #ffd100;
}
.header-btn {
  padding: 10px 15px !important;
  padding-right: 40px !important;
}
/* custom btn classes end */

/*button switch*/
.switch {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 30px;
  vertical-align: middle;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f2f4f7;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 5px;
  bottom: 5px;
  background-color: #101828;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #ffffff;
}

input:focus + .slider {
  box-shadow: 0 0 1px #101828;
}

input:checked + .slider:before {
  transform: translateX(34px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*End button Switch On Off*/
span.btn {
  cursor: unset;
}

.cb-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  line-height: 21px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.cb-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #ffffff;
  border: 2px solid #101828;
  border-radius: 4px;
}

.cb-container input:checked ~ .checkmark {
  border: 2px solid #101828;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cb-container input:checked ~ .checkmark:after {
  display: block;
}

.cb-container .checkmark:after {
  left: -1px;
  top: -1px;
  width: 21px;
  height: 21px;
}

/*COMPONENTS -> FORM*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

.form-control {
  height: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  line-height: 19px;
  width: 100%;
  color: #98a2b3;
  border-radius: 4px;
  border: 1px solid var(--Stroke, #d9d9d9);
  background: var(--Neutral-Colors-Grey-200, #f2f4f7);
  box-shadow: 0 12px 20px 0 rgba(152, 152, 152, 0.15);
}
.form-control:focus {
  background: #ffffff;
  border-color: #1d2939;
}
.form-control.form-icons {
  padding-left: 42px;
}
.form-control::-moz-placeholder {
  color: #98a2b3;
}
.form-control::placeholder {
  color: #98a2b3;
}

textarea.form-control {
  background: #fff;
  border: 0px;
  min-height: 160px;
  box-shadow: none;
  padding: 30px;
  font-size: 14px;
  line-height: 19px;
  width: 100%;
  border-radius: 4px;
  color: #98a2b3;
}
textarea.form-control:focus {
  background: #ffffff;
  border-color: #f09e00;
}
textarea.form-control.form-icons {
  padding-left: 42px;
}

.form-group {
  margin-bottom: 20px;
}
.form-group input {
  background: #fff;
  border: 0px;
  height: 50px;
  box-shadow: none;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  line-height: 19px;
  width: 100%;
  border-radius: 4px;
}
.form-group input:focus {
  background: #ffffff;
  border-color: #f09e00;
}
.form-group input.form-icons {
  padding-left: 42px;
}

label {
  margin-bottom: 5px;
}

.form-round {
  background: #ffffff;
  max-width: 500px;
  padding: 10px 12px;
  border-radius: 55px;
  margin: 15px auto;
}

.form-inline {
  display: flex;
  align-items: center;
}

.input-round {
  outline: 0;
  border-radius: 55px;
}
.input-round:focus {
  background: #ffffff;
  border-color: #1d2939;
}

.form-square {
  background: #ffffff;
  max-width: 100%;
  padding: 10px 12px;
  border-radius: 15px;
  margin: 15px auto;
  position: relative;
}

.form-comment .input-comment {
  border-radius: 16px;
  border: 2px solid #e4e7ec;
  padding: 20px;
  width: 100%;
  color: #98a2b3;
  font-size: 20px;
  line-height: 28px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  min-height: 150px;
}
.form-comment .box-agree span {
  display: block;
  padding-left: 25px;
}
.form-comment .box-agree input {
  float: left;
  margin: 5px 0px 0px 0px;
}

.swiper-pagination {
  text-align: center;
  width: 100%;
}

.swiper-pagination-bullet {
  margin: 10px;
}

/*Style of the location of the div that wraps the custom pager*/
.swiper-pagination-custom {
  bottom: -5px;
}

.swiper-pagination {
  text-align: center;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 10px;
}

/*Style of the location of the div that wraps the custom pager*/
.swiper-pagination-custom {
  bottom: -5px;
}

/* This line can be removed it was just for display on CodePen: */
.slider-labels {
  margin-top: 10px;
}

/* Functional styling;
* These styles are required for noUiSlider to function.
* You don't need to change these rules to apply your design.
*/
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  transition:
    left 0.3s,
    top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
* Browsers can paint handles in their own layer.
*/
.noUi-base,
.noUi-handle {
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
*/
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #345dbb;
}

/* Styling;
*/
.noUi-background {
  background: #d6d7d9;
}

.noUi-connect {
  background: #345dbb;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

/* Handles and cursors;
*/
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #345dbb;
  border: 8px solid rgba(53, 93, 187, 0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
*/
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #006d77;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

.ui-slider-handle {
  display: none;
}

.ui-widget.ui-widget-content {
  border: 0px solid #ebebeb;
}

.noUi-target {
  border-radius: 12px;
}

.noUi-horizontal {
  height: 6px;
}

.noUi-background {
  background: #e4e7ec;
}

.noUi-origin {
  border-radius: 12px;
}

.noUi-connect {
  background: #006d77;
  transition: background 450ms;
  height: 6px;
  margin-top: 0px;
}

.noUi-horizontal .noUi-handle {
  background-color: #006d77;
  border: 1px solid #006d77;
  box-shadow: 0px 47px 65px rgba(21, 28, 38, 0.1);
  left: -8px;
  top: -8px;
}

.noUi-handle:active {
  border-width: 1px;
  left: -8px;
  top: -8px;
}

.card-grid-1 {
  padding: 53px 48px;
  display: inline-block;
  width: 100%;
  border-radius: 16px;
  margin-bottom: 20px;
  height: 288px;
}
.card-grid-1.bg-business {
  position: relative;
}
.card-grid-1.bg-business::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 90px;
  height: 90px;
  background: url(../imgs/page/homepage1/bg-business.svg) no-repeat;
}
.card-grid-1.bg-local {
  position: relative;
}
.card-grid-1.bg-local::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 90px;
  height: 90px;
  background: url(../imgs/page/homepage1/bg-local.svg) no-repeat;
}
.card-grid-1.bg-social {
  position: relative;
}
.card-grid-1.bg-social::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 90px;
  height: 90px;
  background: url(../imgs/page/homepage1/bg-social.svg) no-repeat;
}

.card-grid-style-2 {
  padding: 53px 48px;
  display: inline-block;
  width: 100%;
  border-radius: 16px;
  position: relative;
  background: #ffffff;
  box-shadow: inset 0px 40px 80px #fcfcfc;
}
.card-grid-style-2 .text-comment {
  height: 84px;
  overflow: hidden;
  width: 100%;
}
.card-grid-style-2.card-square {
  border-radius: 0px;
  padding: 30px;
  box-shadow: 0px 45px 80px rgba(0, 0, 0, 0.04);
}
.card-grid-style-2.card-square .text-comment {
  height: auto;
}
.card-grid-style-2.card-square .img-user-round img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.card-grid-style-3 {
  padding: 40px 40px 10px 40px;
  display: inline-block;
  width: 100%;
  border-radius: 0px;
  position: relative;
  background: #ffffff;
  border: 10px solid #fad2e1;
  margin-bottom: 30px;
}
.card-grid-style-3:hover {
  box-shadow: 0px 45px 80px rgba(0, 0, 0, 0.04);
}
.card-grid-style-3 .grid-3-img img {
  border-radius: 50%;
  width: 55px;
  height: 55px;
}
.card-grid-style-3 .text-desc {
  height: 115px;
  overflow: hidden;
}
.card-grid-style-3.bd-bg-6 {
  border-color: #bee1e6;
}
.card-grid-style-3.bd-bg-10 {
  border-color: #ddd3fa;
}
.card-grid-style-3.bd-bg-9 {
  border-color: #d1ecfd;
}

.card-grid-style-4 {
  margin-bottom: 30px;
}
.card-grid-style-4 a.text-heading-4 {
  display: block;
  padding: 10px 0px 25px 0px;
  color: #101828;
}
.card-grid-style-4 a.text-heading-4:hover {
  color: #f09e00; /* #006d77; */
}
.card-grid-style-4 .grid-4-img {
  position: relative;
  padding-bottom: 15px;
}
.card-grid-style-4 .grid-4-img img {
  transition: 0.2s;
}
/* .card-grid-style-4 .grid-4-img::before {
  content: '';
  position: absolute;
  bottom: 0px;
  right: -20px;
  width: 100%;
  border-radius: 16px;
  background-color: #fffced;
  top: 20px;
  transition-duration: 0.2s;
} */
.card-grid-style-4 .grid-4-img.color-bg-4::before {
  background-color: #fad2e1;
}
.card-grid-style-4 .grid-4-img.color-bg-3::before {
  background-color: #fde2e4;
}
.card-grid-style-4 .grid-4-img.color-bg-2::before {
  background-color: #fff3ea;
}
.card-grid-style-4 .grid-4-img.color-bg-1::before {
  background-color: #eae4e9;
}
.card-grid-style-4 .grid-4-img.color-bg-5::before {
  background-color: #dbece5;
}
.card-grid-style-4 .grid-4-img.color-bg-6::before {
  background-color: #bee1e6;
}
.card-grid-style-4 .grid-4-img.color-bg-7::before {
  background-color: #f0efeb;
}
.card-grid-style-4 .grid-4-img.color-bg-8::before {
  background-color: #dfe7fd;
}
.card-grid-style-4 .grid-4-img.color-bg-9::before {
  background-color: #d1ecfd;
}
.card-grid-style-4 .grid-4-img.color-bg-10::before {
  background-color: #ddd3fa;
}
.card-grid-style-4 .grid-4-img img {
  position: relative;
  z-index: 2;
  border-radius: 16px;
  max-width: 100%;
  width: 100%;
}
.card-grid-style-4:hover .grid-4-img::before {
  right: -10px;
  top: 10px;
  bottom: 10px;
  transition-duration: 0.2s;
}
.card-grid-style-4:hover .grid-4-img img {
  opacity: 0.95;
  transition: 0.2s;
}

.card-grid-style-5 {
  margin-bottom: 50px;
}

.card-grid-style-6 {
  padding: 53px 48px;
  display: inline-block;
  width: 100%;
  border-radius: 16px;
  position: relative;
  background: #fff3ea;
  margin-bottom: 30px;
}
.card-grid-style-6 .text-comment {
  height: 84px;
  overflow: hidden;
  width: 100%;
}
.card-grid-style-6.card-square {
  border-radius: 0px;
  padding: 30px;
  box-shadow: 0px 45px 80px rgba(0, 0, 0, 0.04);
}
.card-grid-style-6.card-square .text-comment {
  height: auto;
}
.card-grid-style-6.card-square .img-user-round img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.block-bill-2 .slider {
  background-color: #101828;
}
.block-bill-2 .slider::before {
  background-color: #f2f4f7;
}
.block-bill-2 .text-billed {
  color: #101828;
}
.block-bill-2 input:checked + .slider {
  background-color: #006d77;
}

.card-list-style-1 {
  padding: 0px 140px 30px 0px;
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e4e7ec;
}
.card-list-style-1 a {
  color: #101828;
}
.card-list-style-1 a:hover {
  color: #006d77;
}
.card-list-style-1 .style-1-img {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 120px;
  padding: 0px 10px 10px 0px;
}
.card-list-style-1 .style-1-img img {
  position: relative;
  z-index: 2;
  border-radius: 8px;
}
.card-list-style-1 .style-1-img::before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: -5px;
  width: calc(100% - 10px);
  border-radius: 8px;
  background-color: #d1ecfd;
  top: 10px;
  z-index: 1;
  transition-duration: 0.2s;
}
.card-list-style-1 .style-1-img.color-bg-4::before {
  background-color: #fad2e1;
}
.card-list-style-1 .style-1-img.color-bg-3::before {
  background-color: #fde2e4;
}
.card-list-style-1 .style-1-img.color-bg-2::before {
  background-color: #fff3ea;
}
.card-list-style-1 .style-1-img.color-bg-1::before {
  background-color: #eae4e9;
}
.card-list-style-1 .style-1-img.color-bg-5::before {
  background-color: #dbece5;
}
.card-list-style-1 .style-1-img.color-bg-6::before {
  background-color: #bee1e6;
}
.card-list-style-1 .style-1-img.color-bg-7::before {
  background-color: #f0efeb;
}
.card-list-style-1 .style-1-img.color-bg-8::before {
  background-color: #dfe7fd;
}
.card-list-style-1 .style-1-img.color-bg-9::before {
  background-color: #d1ecfd;
}
.card-list-style-1 .style-1-img.color-bg-10::before {
  background-color: #ddd3fa;
}
.card-list-style-1:hover .style-1-img::before {
  bottom: 10px;
  right: 0;
  transition-duration: 0.2s;
}
.nav-right {
  float: right;
  margin-top: -10px;
}
.nav-right li {
  float: left;
  padding: 0px 0px 0px 5px;
}
.nav-right li button {
  display: block;
  color: #101828;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 8px;
  background: transparent;
  border: 0px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  transition-duration: 0.2s;
}
.nav-right li button:hover {
  background-color: #fff3ea;
  color: #ffffff;
  transition-duration: 0.2s;
  transform: translateY(-3px);
}
.nav-right li button.active {
  color: #ffffff;
  background-color: #fff3ea;
}
/*page loading*/
.preloader {
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  transition: 0.6s;
  margin: 0 auto;
}
.preloader img {
  max-width: 250px;
}

.rate {
  height: 21px;
  padding: 0 10px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.rate:not(:checked) > input {
  position: absolute;
  visibility: hidden;
}
.rate:not(:checked) > label {
  float: right;
  width: 21px;
  height: 21px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
  margin-right: 3px;
}
.rate:not(:checked) > label:before {
  content: "";
  width: 21px;
  height: 21px;
  display: block;
}
.rate.small {
  transform: scale(0.7);
  -moz-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  padding: 0;
}

.breacrumb-cover {
  background-color: #dbece5;
  padding: 20px 0;
}

.breadcrumbs li {
  color: #101828;
  font-size: 16px;
  display: inline-block;
  padding-left: 13px;
  position: relative;
}
.breadcrumbs li::before {
  content: "/";
  position: absolute;
  top: 1px;
  left: 1px;
  color: #101828;
}
.breadcrumbs li a {
  font-size: 16px;
  color: #101828;
  text-decoration: none;
}
.breadcrumbs li a:hover {
  color: #101828;
}
.breadcrumbs li:last-child::before {
  color: #101828;
}
.breadcrumbs li:first-child::before {
  display: none;
}
.breadcrumbs li:first-child {
  padding-left: 0px;
}

.center-text {
  text-align: center;
}

.text-center .nav {
  justify-content: center;
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.loader {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
  color: #101828;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.loader:before {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: -3.5em;
  animation-delay: -0.32s;
}
.loader:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: 3.5em;
}

.banner-hero {
  padding: 60px 0px 20px 0px;
  position: relative;
}

.banner-hero.bg-service-2 {
  padding-bottom: 60px;
  padding-top: 50px;
  position: relative;
}

.banner-hero.bg-service-2 .banner-imgs {
  position: relative;
  margin-top: 140px;
}
.banner-hero.bg-service-2 .banner-imgs img {
  border-radius: 16px;
  box-shadow: 0px 47px 65px rgba(21, 28, 38, 0.1);
}
.banner-hero.bg-service-2 .banner-imgs .block-1 {
  max-width: 212px;
  position: absolute;
  top: -20px;
  z-index: 2;
  left: -110px;
}
.banner-hero.bg-service-2 .banner-imgs .block-1 img {
  border-radius: 8px;
  box-shadow: 0px 47px 65px rgba(21, 28, 38, 0.1);
}
.banner-hero.bg-service-2 .banner-imgs .block-2 {
  max-width: 310px;
  position: absolute;
  bottom: 110px;
  z-index: 2;
  left: -150px;
}
.banner-hero.bg-service-2 .banner-imgs .block-2 img {
  border-radius: 8px;
  box-shadow: 0px 47px 65px rgba(21, 28, 38, 0.1);
}
.banner-hero.bg-service-2 .banner-imgs .block-3 {
  max-width: 400px;
  position: absolute;
  bottom: 50px;
  z-index: 2;
  right: -160px;
}
.banner-hero.bg-service-2 .banner-imgs .block-3 img {
  border-radius: 8px;
  box-shadow: 0px 47px 65px rgba(21, 28, 38, 0.1);
}
.banner-hero.banner-breadcrums {
  background-color: #fff3ea;
  padding: 48px 0px;
}
.banner-hero.banner-head-image {
  background-size: cover !important;
  background-repeat: top center !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  padding-bottom: 130px;
  padding-top: 130px;
  position: relative;
}
.banner-hero.banner-head-image .container {
  z-index: 2;
  position: relative;
}
.banner-hero.banner-head-image::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 24, 40, 0.5);
  z-index: 1;
}

.banner-hero.banner-homepage6 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.banner-hero.banner-homepage6 .banner-imgs {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 100%;
  bottom: -20px;
}
.banner-hero.banner-homepage6 .banner-imgs .img-banner {
  z-index: 3;
  position: relative;
}
.banner-hero.banner-homepage6 .banner-imgs .block-1 {
  position: absolute;
  top: 290px;
  left: -10px;
  z-index: 12;
}
.banner-hero.banner-homepage6 .banner-imgs .block-2 {
  position: absolute;
  top: 130px;
  right: -105px;
  z-index: 1;
  max-width: 180px;
}
.banner-hero.banner-homepage6 .banner-imgs .block-2 img {
  border-radius: 16px;
  box-shadow: 0px 47px 65px rgba(21, 28, 38, 0.1);
}
.banner-hero.banner-homepage8 .rounded-img {
  border-radius: 157px;
  overflow: hidden;
  width: 190px;
  margin-right: 17px;
  box-shadow: 0px 47px 65px rgba(21, 28, 38, 0.1);
}
.banner-hero.banner-homepage8 .rounded-img img {
  height: 100%;
}

@keyframes hero-thumb-animation {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes hero-thumb-sm-animation {
  0% {
    transform: translateY(-20px) translateX(50px);
  }
  100% {
    transform: translateY(-20px) translateX(0px);
  }
}
@keyframes hero-thumb-sm-2-animation {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
  }
}
.shape-1 {
  animation: hero-thumb-animation 2s linear infinite alternate;
}

.shape-2 {
  animation: hero-thumb-sm-animation 4s linear infinite alternate;
}

.shape-3 {
  animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
}

.header {
  padding: 0px !important;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1001;
}
.header .main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .main-header .header-left {
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 1001;
}
.header .main-header .header-left .header-nav {
  display: inline-block;
  width: 100%;
  text-align: end;
}
.header .main-header .header-right {
  max-width: 225px;
  width: 100%;
}
.header .main-header .header-right .block-signin {
  text-align: right;
}
.header .nav-main-menu {
  width: 100%;
  padding: 0px;
  float: left;
}
.header .main-menu {
  display: inline-flex;
  padding-top: 5px;
}
.header .main-menu li {
  float: left;
  position: relative;
  text-align: left;
  list-style: none;
}
.nav-link-text {
  color: var(--Color-Gray-Gray-900, #101828);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: Chivo;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.header .main-menu li.has-children > a::after {
  content: "\f151";
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1 !important;
  font-size: 14px;
  opacity: 1;
  margin-left: 4px;
}
.header .main-menu li.hr {
  padding: 0px 22px;
}
.header .main-menu li.hr span {
  background-color: #f2f4f7;
  height: 1px;
  width: 100%;
  display: block;
  margin: 5px 0;
}
.header .main-menu li a {
  font-family: "Chivo", sans-serif;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #101828;
  display: block;
  /* padding: 30px 22px 30px 22px; */
  padding-right: 24px;
  padding-top: 22px;
  padding-bottom: 45px;
  text-decoration: none;
  position: relative;
}
/* .header .main-menu li a:hover {
  color: #ffc400;
} */
.dropdown-icon {
  transition: transform 0.3s ease-in-out;
}
.dropdown-icon.rotate-180 {
  transform: rotate(180deg);
}
/* .header .main-menu li a:hover .dropdown-icon {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
} */
.header .main-menu li a:hover i {
  opacity: 1;
  transition: 0.2s;
}
.header .main-menu li a i {
  font-size: 12px;
  margin-right: 8px;
  opacity: 0.38;
  transition: 0.2s;
}
.header .main-menu li ul {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.2s;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 999;
  min-width: 180px;
  border-radius: 4px;
  padding: 8px 0px 8px 0;
  box-shadow: 4px 4px 40px rgba(16, 24, 40, 0.1);
  background-color: #ffffff;
}
.header .main-menu li ul li {
  width: 100%;
}
.header .main-menu li ul li a {
  font-size: 14px;
  color: #101828;
  position: relative;
  padding: 10px 22px 10px 22px;
  transition: 0.2s;
}
.header .main-menu li ul li a:hover {
  padding-left: 25px;
  transition: 0.2s;
}
.header .main-menu li ul li a.closer {
  padding: 8px 22px 8px 22px;
}
.header .main-menu li ul li ul {
  top: 0px;
  left: 100%;
}
.header .main-menu li ul.two-col {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  min-width: 350px;
}
.header .main-menu li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.header .main-menu li:hover > ul li {
  width: 100%;
}
.header .text-link-bd-btom {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #006d77;
  display: inline-block;
  position: relative;
  padding-left: 13px;
}
.header .text-link-bd-btom:hover {
  color: #101828;
}
.header .text-link-bd-btom::before {
  content: "";
  background: #006d77;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  animation: shadow-pulse 1s infinite;
}
.header .block-signin .btn-shadow {
  box-shadow: 0px 47px 65px rgba(21, 28, 38, 0.1);
}
.header.stick {
  padding: 10px 0px;
}
.header.header-2 {
  background-color: #dbece5;
}
/* .sticky-bar {
  background-color: #fff;
} */
.sticky-bar.stick {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  /* border-bottom: 1px solid #f2f4f7; */
}

.sticky-bar {
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
  left: 0;
  transition: all 0.3s ease 0s;
  background: #fff;
}
.sticky-bar.stick.sticky-white-bg {
  background-color: #fff;
}
.sticky-bar.stick.sticky-blue-bg {
  background-color: #3286e0;
}
.sticky-bar.stick .burger-icon {
  top: 42px;
}

.user-account {
  display: flex;
  align-items: center;
}
.user-account img {
  max-width: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
.user-account .user-name {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
}

.perfect-scroll {
  max-height: 100vh;
  /* width: 300px; */
  width: 100%;
  position: relative;
  overflow-y: auto;
  padding: 0px 0px 20px 0px;
}

.body-overlay-1 {
  background: transparent;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 997;
}

.mobile-menu-active {
  overflow: hidden;
}
.mobile-menu-active .body-overlay-1 {
  opacity: 1;
  visibility: visible;
}

.header-top {
  background-color: #101828;
  color: #ffffff;
  padding: 10px 0px;
}
.header-top span {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.header-top a {
  color: #e29578;
}
.header-top .line-right {
  position: relative;
  display: inline-block;
  padding-right: 35px;
}
.header-top .line-right::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 15px;
  width: 1px;
  height: 18px;
  border-right: 1px dashed #e29578;
}
.header-top.header-top-green {
  background-color: #006d77;
}
.header-top.header-top-green a {
  color: #afeae4;
}
.header-top.header-top-green .line-right::before {
  border-right: 1px dashed #afeae4;
}

.header-style-3 {
  background-color: #fff3ea;
}
.header-style-3.sticky-bar.stick {
  background-color: #fff3ea;
}

.header-style-4 {
  background-color: #bee1e6;
}
.header-style-4.sticky-bar.stick {
  background-color: #bee1e6;
}

.mobile-header-wrapper-style {
  position: fixed;
  top: 0;
  /* width: 380px; */
  width: 100%;
  min-height: 100vh;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  z-index: 1000;
}
.mobile-header-wrapper-style.sidebar-visible {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
  overflow-y: auto;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner {
  margin-top: 30px;
  padding: 0px 0px 30px;
  min-height: 95vh;
  overflow-y: hidden;
  overflow-x: hidden;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 34px 30px 30px 30px;
  background-color: #ffffff;
  align-items: center;
  align-self: center;
  border-bottom: thin solid #f2f4f7;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-top
  .mobile-header-logo
  a {
  display: block;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-top
  .mobile-header-logo
  a
  img {
  width: 100px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area {
  padding: 30px 0px 30px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li {
  display: block;
  position: relative;
  padding: 20px 0;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li:last-child {
  border-bottom: none;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li.has-children
  .menu-expand {
  right: 0;
  position: absolute;
  cursor: pointer;
  z-index: 9;
  text-align: center;
  font-size: 12px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 38px;
  top: 5px;
  color: #101828;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li.has-children
  .menu-expand
  i {
  font-size: 18px;
  font-weight: 300;
  opacity: 0.5;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li.has-children.active
  > .menu-expand {
  background: rgba(255, 255, 255, 0.2);
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li.has-children.active
  > .menu-expand
  i::before {
  content: "\f113";
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  a {
  font-size: 16px;
  font-family: "Chivo", sans-serif;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #101828;
  transition-duration: 0.2s;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  a
  i {
  margin-right: 5px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul {
  padding: 10px 0 0 10px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li {
  padding: 10px 0;
  border-bottom: none;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li.has-children
  .menu-expand {
  top: 0px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li:hover
  a {
  padding-left: 13px;
  transition-duration: 0.2s;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li
  a {
  font-size: 14px;
  display: block;
  font-weight: 500;
  color: #101828;
  padding-left: 10px;
  position: relative;
  transition-duration: 0.2s;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li
  ul {
  margin-top: 0;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li.has-children.active {
  padding-bottom: 0;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li.hr {
  padding: 0 0 0 10px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul
  li.hr
  span {
  background-color: #f2f4f7;
  height: 1px;
  width: 100%;
  display: block;
  margin: 5px 0;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li:hover
  > a {
  color: #006d77;
  padding-left: 3px;
  transition-duration: 0.2s;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .categories-dropdown-wrap
  ul
  li
  a {
  padding: 5px 15px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #101828;
  margin: 17px 0 30px 0;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info {
  position: relative;
  margin-bottom: 13px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info:last-child {
  margin-bottom: 0;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  a {
  font-size: 14px;
  display: block;
  font-weight: 500;
  color: #006d77;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  a:hover {
  color: #101828;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  a
  i {
  font-size: 14px;
  color: #101828;
  margin-right: 8px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  .lang-curr-dropdown {
  margin-top: 5px;
  display: none;
  background-color: transparent;
  box-shadow: none;
  padding: 10px 0 0 0;
  width: 100%;
  z-index: 11;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  .lang-curr-dropdown
  ul
  li {
  padding-bottom: 10px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  .lang-curr-dropdown
  ul
  li:last-child {
  padding-bottom: 0px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  .lang-curr-dropdown
  ul
  li
  a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info
  .lang-curr-dropdown
  ul
  li
  a:hover {
  color: #006d77;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-info-wrap
  .single-mobile-header-info:hover
  > a {
  color: #101828;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 10px;
}
.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .site-copyright {
  font-size: 13px;
  color: #101828;
}

.site-copyright {
  position: absolute;
  bottom: 10%;
}

.burger-icon {
  position: absolute;
  width: 24px;
  height: 20px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  top: 42px;
  right: 0px;
  z-index: 1002;
}
.burger-icon > span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
}
.burger-icon > span.burger-icon-top {
  top: 2px;
}
.burger-icon > span.burger-icon-bottom {
  bottom: 2px;
}
.burger-icon > span.burger-icon-mid {
  top: 9px;
}
.burger-icon.burger-close {
  position: fixed;
}
.burger-icon.burger-close > span.burger-icon-top {
  display: none;
  opacity: 0;
}
.burger-icon.burger-close > span.burger-icon-mid {
  top: 8px;
  transform: rotate(45deg);
}
.burger-icon.burger-close > span.burger-icon-bottom {
  bottom: 10px;
  transform: rotate(-45deg);
}

.burger-icon > span::before,
.burger-icon > span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #333;
}

.burger-icon.burger-icon-white > span::before,
.burger-icon.burger-icon-white > span::after {
  background-color: #667085;
}

.mobile-search form {
  background-color: #eae4e9;
  border-radius: 8px;
  height: 44px;
  padding: 0px 15px 0px 44px;
  position: relative;
}
.mobile-search form input {
  border: 0;
  background-color: transparent;
  width: 100%;
  padding: 12px 10px;
}
.mobile-search form i {
  position: absolute;
  left: 18px;
  top: 14px;
  font-size: 18px;
  color: #1d2939;
}

.mobile-social-icon h6 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
}
.mobile-social-icon a {
  text-align: center;
  font-size: 14px;
  margin-right: 5px;
  transition-duration: 0.5s;
  height: 30px;
  width: 30px;
  display: inline-flex;
  background: #efeaff;
  border-radius: 30px;
  line-height: 1;
  align-content: center;
  justify-content: center;
}
.mobile-social-icon a img {
  max-width: 18px;
}
.mobile-social-icon a img:hover {
  opacity: 0.8;
}
.mobile-social-icon a:hover {
  transform: translateY(-2px);
  transition-duration: 0.5s;
  margin-top: -2px;
}
.mobile-social-icon a:last-child {
  margin-right: 0;
}

.mobile-account {
  margin: 20px 0 25px 0;
  padding: 30px 0 20px 0;
  border-top: thin solid #f2f4f7;
  border-bottom: thin solid #f2f4f7;
}
.mobile-account h6 {
  font-weight: 600;
  font-size: 18px;
}
.mobile-account ul li {
  padding: 13px 0;
}
.mobile-account ul li a {
  font-size: 15px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #101828;
  transition-duration: 0.2s;
}
.mobile-account ul li:hover a {
  padding-left: 3px;
  transition-duration: 0.2s;
  color: #006d77;
}

.sidebar-title {
  border-bottom: thin solid #101828;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.search-form form {
  position: relative;
}
.search-form form input {
  border: 1px solid #ececec;
  border-radius: 10px;
  height: 64px;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  width: 100%;
}
.search-form form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border: none;
  font-size: 20px;
  height: 100%;
  padding: 0 24px;
  background-color: transparent;
  color: #242424;
}

.widget-categories {
  background-color: #fff3ea !important;
}
.widget-categories li {
  padding: 8px 0;
}
.widget-categories li + li {
  border-top: 1px solid #101828;
}
.widget-categories li a {
  color: #006d77;
  font-size: 16px;
}
.widget-categories li span.count {
  background-color: #ddd3fa;
  color: #006d77;
  border-radius: 3px;
  display: block;
  padding: 3px 5px;
  min-width: 26px;
  text-align: center;
}
.widget-categories li:hover span.count {
  background-color: #006d77;
  color: #ffffff;
}

.post-list-small-item {
  transition-duration: 0.2s;
}
.post-list-small-item:hover {
  transition-duration: 0.2s;
  transform: translateY(-3px);
}
.post-list-small-item figure img {
  max-width: 85px;
  border-radius: 5px;
}
.post-list-small-item .post-meta {
  font-size: 13px;
}
.post-list-small-item .post-meta img {
  max-width: 30px;
  border-radius: 50%;
  margin-right: 5px;
}
.post-list-small-item h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.post-list-small-item:not(:last-child) {
  margin-bottom: 15px;
}

.footer .width-20 {
  width: 20%;
}
.footer .width-16 {
  width: 16%;
}
.footer .footer-top {
  display: inline-block;
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e4e7ec;
}
.footer .menu-footer {
  display: inline-block;
}
.footer .menu-footer li {
  list-style: none;
  margin-bottom: 8px;
}
.footer .menu-footer li a {
  color: #667085;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
  transition-duration: 0.2s;
}
.footer .menu-footer li a:hover {
  color: #006d77;
  transition-duration: 0.2s;
  padding-left: 3px;
}
.footer .footer-bottom {
  border-top: 1px solid #e4e7ec;
  padding: 30px 0px;
  color: #667085;
  font-size: 14px;
}
.footer .footer-bottom a {
  text-decoration: none;
}
/* FOOTER ADDRESS CSS */
.footer-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 20px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 40px 0;
  color: white;
}

.loc {
  flex: 1 1 auto;
  min-width: 180px;
  max-width: 260px;
  color: #f9fafb;
}

.loc h6 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #f9fafb;
}

.loc p {
  margin: 0;
  line-height: 1.6;
  color: #f9fafb;
}

.loc:hover * {
  color: #f09e00;
}

/* FOOTER ADDRESS CSS END */

/* new wrapper class to handle hover */
.icon-link-wrapper {
  display: inline-block;
  height: 24px;
  width: 24px;
  position: relative;
  margin-right: 18px;
  vertical-align: middle; /* keeps alignment tidy */
}
.icon-link-wrapper:hover .icon-socials {
  transform: translateY(-3px);
  transition-duration: 0.2s;
}
.icon-socials {
  display: inline-block;
  margin-right: 18px;
  height: 24px;
  width: 24px;
  transition-duration: 0.2s;
}
.icon-socials:hover {
  transform: translateY(-3px);
  transition-duration: 0.2s;
}
.icon-socials.icon-facebook {
  background: url(../imgs/template/icons/thread.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
}
.icon-socials.icon-facebook:hover {
  opacity: 0.8;
  transition-duration: 0.2s;
}
.icon-socials.icon-twitter {
  background: url(../imgs/template/icons/twitter.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
}
.icon-socials.icon-twitter:hover {
  opacity: 0.8;
  transition-duration: 0.2s;
}
.icon-socials.icon-instagram {
  background: url(../imgs/template/icons/instagram-1.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
}
.icon-socials.icon-instagram:hover {
  opacity: 0.8;
  transition-duration: 0.2s;
}
.icon-socials.icon-linkedin {
  background: url(../imgs/template/icons/linkedin-1.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
}
.icon-socials.icon-linkedin-black-bg {
  background: url(../imgs/template/icons/linkedin-black-bg.svg) no-repeat 0px
    0px;
  margin-left: 0px !important;
  margin-right: 0px;
}
.icon-socials.icon-linkedin-black-bg:hover {
  background: url(../imgs/template/icons/linkedin-black-bg-hover.svg) no-repeat
    0px 0px;
  transform: translateY(-0px);
}
.icon-socials.icon-linkedin:hover {
  opacity: 0.8;
}
.icon-socials.icon-bluesky {
  background: url(../imgs/template/icons/bluesky.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
}
.icon-socials.icon-bluesky:hover {
  opacity: 0.8;
  transition-duration: 0.2s;
}
.icon-socials.icon-bluesky-black-bg {
  background: url(../imgs/template/icons/icon-bluesky-black-bg.svg) no-repeat
    0px 0px;
  transition-duration: 0.2s;
  margin-left: 0px !important;
  margin-right: 0px;
}
.icon-socials.icon-bluesky-black-bg:hover {
  background: url(../imgs/template/icons/icon-bluesky-black-bg-hover.svg)
    no-repeat 0px 0px;
  transition-duration: 0.2s;
  transform: translateY(-0px);
}
.icon-socials.icon-copy-link {
  background: url(../imgs/template/icons/copy-link.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
  margin-left: 0px !important;
  margin-right: 0px;
}
.icon-socials.icon-copy-link:hover {
  background: url(../imgs/template/icons/link-copied.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
  transform: translateY(-0px);
}

#scrollUp {
  width: 42px;
  height: 42px;
  color: #ffffff;
  right: 30px;
  bottom: 30px;
  border-radius: 30px;
  text-align: center;
  overflow: hidden;
  z-index: 999 !important;
  border: 0;
  background-color: #fff;
  transition-duration: 0.2s;
  background-color: #006d77;
}
#scrollUp i {
  display: block;
  line-height: 46px !important;
  font-size: 20px;
  color: #fff;
}
#scrollUp:hover {
  transform: translateY(-3px);
  transition-duration: 0.2s;
}

/*LAYOUT -> SPACING**/
.section-padding-30 {
  padding: 30px 0;
}

.section-padding-50 {
  padding: 50px 0;
}

.section-padding-60 {
  padding: 60px 0;
}

.section-padding {
  padding: 25px 0;
}

.ptb-0 {
  padding: 0;
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-25 {
  padding: 25px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-35 {
  padding: 35px 0;
}

.ptb-32 {
  padding: 32px 0;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-50 {
  padding: 50px 0;
}
.ptb-56 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-90 {
  padding: 90px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-110 {
  padding: 110px 0;
}

.ptb-120 {
  padding: 120px 0;
}

.ptb-130 {
  padding: 130px 0;
}

.ptb-140 {
  padding: 140px 0;
}

.ptb-150 {
  padding: 150px 0;
}

.ptb-160 {
  padding: 160px 0;
}

.ptb-170 {
  padding: 170px 0;
}

.ptb-177 {
  padding: 177px 0;
}

.ptb-180 {
  padding: 180px 0;
}

.ptb-190 {
  padding: 190px 0;
}

.ptb-200 {
  padding: 200px 0;
}

.ptb-210 {
  padding: 210px 0;
}

.ptb-220 {
  padding: 220px 0;
}
.ptb-250 {
  padding: 250px 0;
}

.ptb-290 {
  padding: 290px 0;
}

.ptb-310 {
  padding: 310px 0;
}

.plr-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.plr-75 {
  padding-left: 75px;
  padding-right: 75px;
}
.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}
.p-lg-40 {
  padding: 40px !important;
}
.px-lg-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.p-45 {
  padding: 45px !important;
}
.p-50 {
  padding: 50px !important;
}
.p-55 {
  padding: 55px !important;
}
.p-65 {
  padding: 65px !important;
}
.p-lg-65 {
  padding: 65px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-8 {
  padding-top: 8px;
}
.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

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

.pt-25 {
  padding-top: 25px !important;
}

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

.pt-35 {
  padding-top: 35px !important;
}

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

.pt-45 {
  padding-top: 45px !important;
}

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

.pt-55 {
  padding-top: 55px !important;
}

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

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

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

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

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

.pt-105 {
  padding-top: 105px !important;
}

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

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

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

.pt-125 {
  padding-top: 125px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-135 {
  padding-top: 135px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-145 {
  padding-top: 145px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-155 {
  padding-top: 155px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pt-165 {
  padding-top: 165px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.pt-175 {
  padding-top: 175px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pt-185 {
  padding-top: 185px !important;
}

.pt-190 {
  padding-top: 190px !important;
}

.pt-195 {
  padding-top: 195px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pt-260 {
  padding-top: 260px !important;
}
.pt-300 {
  padding-top: 300px !important;
}

.p-2-5 {
  padding: 2.5rem !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}
.pb-2-5rem {
  padding-bottom: unset !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

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

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

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

.pb-25 {
  padding-bottom: 25px !important;
}

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

.pb-35 {
  padding-bottom: 35px !important;
}

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

.pb-45 {
  padding-bottom: 45px !important;
}

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

.pb-55 {
  padding-bottom: 55px !important;
}

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

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

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

.pb-85 {
  padding-bottom: 85px !important;
}

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

.pb-95 {
  padding-bottom: 95px !important;
}

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

.pb-105 {
  padding-bottom: 105px !important;
}

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

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

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

.pb-125 {
  padding-bottom: 125px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-135 {
  padding-bottom: 135px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-145 {
  padding-bottom: 145px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-155 {
  padding-bottom: 155px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pb-165 {
  padding-bottom: 165px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pb-175 {
  padding-bottom: 175px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pb-185 {
  padding-bottom: 185px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.pb-195 {
  padding-bottom: 195px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

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

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

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

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

.pl-25 {
  padding-left: 25px !important;
}

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

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-105 {
  padding-left: 105px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pl-115 {
  padding-left: 115px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pl-125 {
  padding-left: 125px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.pl-135 {
  padding-left: 135px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.pl-145 {
  padding-left: 145px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.pl-155 {
  padding-left: 155px !important;
}

.pl-160 {
  padding-left: 160px !important;
}

.pl-165 {
  padding-left: 165px !important;
}

.pl-170 {
  padding-left: 170px !important;
}

.pl-175 {
  padding-left: 175px !important;
}

.pl-180 {
  padding-left: 180px !important;
}

.pl-185 {
  padding-left: 185px !important;
}

.pl-190 {
  padding-left: 190px !important;
}

.pl-195 {
  padding-left: 195px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

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

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

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

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

.pr-25 {
  padding-right: 25px !important;
}

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

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-105 {
  padding-right: 105px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pr-115 {
  padding-right: 115px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pr-125 {
  padding-right: 125px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.pr-135 {
  padding-right: 135px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.pr-145 {
  padding-right: 145px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.pr-155 {
  padding-right: 155px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

.pr-165 {
  padding-right: 165px !important;
}

.pr-170 {
  padding-right: 170px !important;
}

.pr-175 {
  padding-right: 175px !important;
}

.pr-180 {
  padding-right: 180px !important;
}

.pr-185 {
  padding-right: 185px !important;
}

.pr-190 {
  padding-right: 190px !important;
}

.pr-195 {
  padding-right: 195px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

.pxy-8-12 {
  padding: 8px 12px;
}
.pxy-16-24 {
  padding: 16px 24px;
}
.plr-5-percent {
  padding: 0 5%;
}
/* custom padding */
.pl-lg-120 {
  padding-left: 120px !important;
}
.pr-lg-120 {
  padding-right: 120px !important;
}
.ptb-lg-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ptb-lg-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ptb-lg-115-109 {
  padding: 115px 109px;
}
.p-lg-50 {
  padding: 50px !important;
}
.pb-lg-0 {
  padding-bottom: 0px !important;
}
/***************************
  Page section margin
****************************/
.mtb-0 {
  margin: 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-15 {
  margin: 15px 0;
}

.mtb-20 {
  margin: 20px 0;
}

.mtb-30 {
  margin: 30px 0;
}

.mtb-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-88 {
  margin: 88px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-110 {
  margin: 110px 0;
}

.mtb-120 {
  margin: 120px 0;
}

.mtb-130 {
  margin: 130px 0;
}

.mtb-140 {
  margin: 140px 0;
}

.mtb-150 {
  margin: 150px 0;
}

.mtb-290 {
  margin: 290px 0;
}

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

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

.mt-5 {
  margin-top: 5px !important;
}

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

.mt-10 {
  margin-top: 10px !important;
}
.mt-12 {
  margin-top: 12px;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-16 {
  margin-top: 16px;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-24 {
  margin-top: 24px;
}
.mt-25 {
  margin-top: 25px !important;
}

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

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

.mt-35 {
  margin-top: 35px !important;
}

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

.mt-45 {
  margin-top: 45px !important;
}

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

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

.mt-55 {
  margin-top: 55px !important;
}
.mt-56 {
  margin-top: 56px;
}

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

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

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

.mt-88 {
  margin-top: 88px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

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

.mt-105 {
  margin-top: 105px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

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

.mt-125 {
  margin-top: 125px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-135 {
  margin-top: 135px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-145 {
  margin-top: 145px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-155 {
  margin-top: 155px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mt-165 {
  margin-top: 165px !important;
}

.mt-170 {
  margin-top: 170px !important;
}

.mt-175 {
  margin-top: 175px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mt-185 {
  margin-top: 185px !important;
}

.mt-190 {
  margin-top: 190px !important;
}

.mt-195 {
  margin-top: 195px !important;
}

.mt-200 {
  margin-top: 200px !important;
}
/* only for desktop */
.mt-lg-25 {
  margin-top: 25px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

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

.mb-25 {
  margin-bottom: 25px !important;
}

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

.mb-35 {
  margin-bottom: 35px !important;
}
.mb-38 {
  margin-bottom: 38px;
}

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

.mb-45 {
  margin-bottom: 45px !important;
}

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

.mb-55 {
  margin-bottom: 55px !important;
}

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

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

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

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

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

.mb-125 {
  margin-bottom: 125px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-135 {
  margin-bottom: 135px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-145 {
  margin-bottom: 145px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-155 {
  margin-bottom: 155px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.mb-165 {
  margin-bottom: 165px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.mb-175 {
  margin-bottom: 175px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-185 {
  margin-bottom: 185px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.mb-195 {
  margin-bottom: 195px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.mlr-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}
.ml-lg-20 {
  margin-left: 20px !important;
}
.ml-lg-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-105 {
  margin-left: 105px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.ml-115 {
  margin-left: 115px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.ml-125 {
  margin-left: 125px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.ml-135 {
  margin-left: 135px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.ml-145 {
  margin-left: 145px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.ml-155 {
  margin-left: 155px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

.ml-165 {
  margin-left: 165px !important;
}

.ml-170 {
  margin-left: 170px !important;
}

.ml-175 {
  margin-left: 175px !important;
}

.ml-180 {
  margin-left: 180px !important;
}

.ml-185 {
  margin-left: 185px !important;
}

.ml-190 {
  margin-left: 190px !important;
}

.ml-195 {
  margin-left: 195px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mr-155 {
  margin-right: 155px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mr-165 {
  margin-right: 165px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mr-175 {
  margin-right: 175px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mr-185 {
  margin-right: 185px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.mr-195 {
  margin-right: 195px !important;
}

.mr-200 {
  margin-right: 200px !important;
}
.mxy-8-12 {
  margin: 6px 0px;
}

.box-hover-shadow:hover {
  box-shadow: 14px 14px 36px rgba(153, 153, 153, 0.22);
}

.pos-team-btn {
  display: inline-flex;
  align-items: center;
}

.line-bd-green {
  border: 1px dashed #475467;
}
.bdrd-12 {
  border-radius: 12px;
}
.bdrd-16 {
  border-radius: 16px;
}

.bdrd-58 {
  border-radius: 58px;
}

.tag-1 {
  background-color: #fff3ea;
  border-radius: 50px;
  padding: 14px 45px;
  color: #e29578;
  font-size: 18px;
  line-height: 25px;
  font-family: "Chivo", sans-serif;
  display: inline-block;
}

.tag-feature-short {
  padding: 4px 24px !important;
}

.panel-box {
  max-height: 500px;
}
.panel-box img {
  max-height: 500px;
}

.mw-720 {
  max-width: 720px;
  margin: auto;
  display: table !important;
  table-layout: fixed;
}

.banner-home-3 {
  position: relative;
  padding-bottom: 140px !important;
}
.banner-home-3 .banner-hero::before {
  display: none;
}
.banner-home-3 .banner-hero .block-banner {
  padding-right: 80px;
}
.banner-home-3::before {
  content: "";
  height: 351px;
  width: 400px;
  position: absolute;
  bottom: 40px;
  left: 40px;
  background-size: contain;
}
.banner-home-3::after {
  content: "";
  height: 351px;
  width: 400px;
  position: absolute;
  bottom: 40px;
  right: 20px;
  background-size: contain;
}

.list-job-2-col .card-job-description {
  font-size: 14px;
  line-height: 22px;
}

.findjob-homepage-2::before {
  right: 100px !important;
  bottom: -55px !important;
}

.block-job-bg-homepage-2::before {
  right: 0px !important;
}

.none-bg-body {
  background: #ffffff;
}

.bg-green-900 {
  background-color: #006d77;
  color: #ffffff;
}

.list-partners {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.list-partners li {
  display: inline-block;
  width: 18%;
  text-align: center;
  margin-bottom: 30px;
}

.block-we-do-2 {
  padding-left: 80px;
}

.block-img-we-do {
  position: relative;
}
.block-img-we-do .inner-image {
  position: relative;
}
.block-img-we-do .block-chart {
  position: absolute;
  bottom: -100px;
  right: -60px;
  width: 270px;
}
.block-img-we-do .block-chart img {
  box-shadow: 0px 47px 65px rgba(21, 28, 38, 0.1);
  border-radius: 16px;
}

.block-we-do .inner-image {
  position: relative;
}
.block-we-do .inner-image .block-image-bottom {
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 313px;
}
.block-we-do .inner-image .block-image-bottom img {
  box-shadow: 0px 47px 65px rgba(21, 28, 38, 0.1);
  border-radius: 16px;
}

.list-icons .item-icon {
  position: relative;
  padding: 0px 0px 40px 60px;
  margin-bottom: 20px;
}
.list-icons .item-icon.none-bd {
  border-bottom: 0px;
  padding: 0px 0px 20px 80px;
  margin-bottom: 20px;
}
.list-icons .item-icon.none-bd-1 {
  border-bottom: 0px;
  padding: 0px 0px 20px 0px;
  margin-bottom: 20px;
}
.list-icons .item-icon .icon-left {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 64px;
}

.box-square {
  width: 100%;
  height: 60%;
  border-radius: 16px;
  padding: 35px 25px 15px 30px;
}
.box-square .box-image-inner {
  border-radius: 16px;
  padding: 15px 15px;
  margin-top: 30px;
}
.box-square .box-image-inner.bg-color-1 {
  background-color: #ebecf4;
}
.box-square .box-image-inner.bg-color-2 {
  background-color: #cbd1e5;
}

.box-gray-100 {
  background-color: #f0f6f7;
  padding: 50px;
}

.box-img-user {
  position: relative;
  padding: 15px 0px 0px 100px;
  margin-top: 32px;
  min-height: 80px;
}
.box-img-user .img-user {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
}
.box-img-user .img-user img {
  border-radius: 4px;
}

.nav-style-homepage-3 li button.active {
  color: #006d77;
  background: none;
}
.nav-style-homepage-3 li button:hover {
  color: #006d77;
  background: none;
}
.nav-style-homepage-3 > li:last-child button {
  padding-right: 0px;
}

.bg-body-homepage-3::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 901px;
  width: 901px;
  z-index: -1;
}
/* ERROR PAGES */
.robo-img {
  height: auto;
}
/* 500 */
.section-500-error-height {
  height: 100vh;
  max-height: 900px;
}

.something-went-wrong {
  background-image: url("/500/500-robot.png");
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: 600px 510px;
}

/* your inner container */
.something-went-wrong-inner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -77px;
}

.error-image-mobile {
  display: none; /* hidden on desktop */
}

/* Cookie Banner Styling */
#cc-main {
  /** Change Color theme **/
  --cc-primary-color: #101828;
  --cc-secondary-color: #475467;
  --cc-footer-bg: transparent;
  --cc-footer-color: #aaaaaa;
  --cc-toggle-readonly-bg: #ededed;
  --cc-toggle-on-bg: #e1f0f0 !important;
  --cc-toggle-on-knob-bg: #015c65;

  /** Cookie Category Block Theme **/
  --cc-cookie-category-block-bg: #ffffff;
  --cc-cookie-category-block-border: #e1e1e1;
  --cc-cookie-category-block-hover-bg: #ffffff;
  --cc-cookie-category-block-hover-border: #98a2b3;

  /** Change font **/
  --cc-font-family: "Chivo", sans-serif;

  /** Change button primary color to black **/
  --cc-btn-primary-bg: #000000;
  --cc-btn-primary-color: #ffffff;
  --cc-btn-primary-border-color: #000000;
  --cc-btn-primary-hover-bg: #ffffff;
  --cc-btn-primary-hover-color: #101828;
  --cc-btn-primary-hover-border-color: #98a2b3;

  /** Change button secondary color to bordered white **/
  --cc-btn-secondary-bg: #ffffff;
  --cc-btn-secondary-color: #101828;
  --cc-btn-secondary-border-color: #98a2b3;
  --cc-btn-secondary-hover-bg: #ffffff;
  --cc-btn-secondary-hover-border-color: ##98a2b3;

  /** Also make toggles the same color as the button **/
  --cc-toggle-on-bg: var(--cc-btn-primary-bg);

  /** Make the buttons a bit rounder **/
  --cc-btn-border-radius: 3px;
}

#cc-main .cm__btn {
  border: 0.75px solid var(--cc-btn-primary-border-color);
}
#cc-main .cm__btn--secondary {
  border: 0.75px solid var(--cc-btn-secondary-border-color);
}
#cc-main .cm--bar .cm__btn {
  padding: unset !important;
}
/* Solveing Forward */
.SF_custom_cards_div {
  border: 1px solid transparent;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}
.SF_custom_cards_div:hover {
  border-radius: 24px 24px 16px 16px;
  background: #fff;
  box-shadow: 0 8px 28px 0 rgba(0, 8, 9, 0.18);
}
.SF_cards_image_div {
  max-width: 736;
  max-height: 313;
  overflow: hidden;
}
.SF_cards_image_div .SF_cards_image_div_img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  aspect-ratio: 1;
}
.SF_custom_cards_div:nth-child(16n + 1),
.SF_custom_cards_div:nth-child(16n + 10) {
  display: flex;
  flex: 0 0 66.666%;
  max-width: 66.666%;
}
.SF_custom_cards_div:nth-child(16n + 1) img,
.SF_custom_cards_div:nth-child(16n + 10) img {
  aspect-ratio: 2.1/1;
}
.JournalPost {
  position: relative;
}
.JournalPost > div > h4 {
  margin-top: 3rem;
}
.JournalTagsBox span {
  border: 1px solid #e4e7ec;
  border-radius: 32px;
  padding: 8px 16px;
  margin: 0 2em 2em 0;
  display: block;
  float: left;
}
.JournalPost ol {
  list-style: decimal;
  padding-left: 2em;
}

.JournalPost ul {
  list-style: disc;
  padding-left: 2em;
}
.JournalPost li {
  margin-bottom: 1%;
}
/* Zoom Image on Hover */
.SF_custom_cards_div:hover .SF_cards_image_div_img {
  transform: scale(1.08);
}
/* break test to ... after 2nd line */
.truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* Truncate text after 4 lines */
.truncate-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.box-image {
  position: relative;
}
.box-image .btn-play-middle {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  width: 135px;
  height: 135px;
  background-size: 135px;
}

.bg-orange-100 {
  background-color: #faede3;
}

.testimonial-card {
  max-width: 68vw !important;
  margin: 0 auto;
  text-align: center;
  border-radius: 24px;
  margin-top: 40px;
  padding: 120px 100px 80px 100px;
}

.text-gray-28 {
  font-size: 28px;
  line-height: 32px;
  color: #98a2b3;
  font-family: "Chivo", sans-serif;
  font-weight: bold;
}

.list-icon-3 {
  display: table;
  table-layout: fixed;
  max-width: 610px;
  width: 100%;
}

.list-icon-3 li {
  color: #667085;
  padding: 2px 0px 2px 35px;
  margin-bottom: 15px;
  float: left;
  width: 33.33%;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjk5OTkgMEM0LjkzNDYxIDAgMCA0LjkzNDUgMCAxMC45OTk5QzAgMTcuMDY1NCA0LjkzNDYxIDIyIDEwLjk5OTkgMjJDMTcuMDY1MyAyMiAyMS45OTk5IDE3LjA2NTQgMjEuOTk5OSAxMC45OTk5QzIxLjk5OTkgNC45MzQ1IDE3LjA2NTQgMCAxMC45OTk5IDBaTTE3LjMxNjMgOS4xNDE5NkwxMC40MDU2IDE2LjA1MjdDMTAuMTExOCAxNi4zNDY1IDkuNzIxMTUgMTYuNTA4MiA5LjMwNTY0IDE2LjUwODJDOC44OTAxMyAxNi41MDgyIDguNDk5NTIgMTYuMzQ2NSA4LjIwNTY4IDE2LjA1MjdMNC42ODM1OCAxMi41MzA2QzQuMzg5NzQgMTIuMjM2NyA0LjIyNzkgMTEuODQ2MSA0LjIyNzkgMTEuNDMwNkM0LjIyNzkgMTEuMDE1IDQuMzg5NzQgMTAuNjI0NCA0LjY4MzU4IDEwLjMzMDVDNC45NzczMSAxMC4wMzY3IDUuMzY3OTEgOS44NzQ4NSA1Ljc4MzU0IDkuODc0ODVDNi4xOTkwNSA5Ljg3NDg1IDYuNTg5NzcgMTAuMDM2NyA2Ljg4MzUgMTAuMzMwNkw5LjMwNTUyIDEyLjc1MjZMMTUuMTE2MiA2Ljk0MTkzQzE1LjQxIDYuNjQ4MDggMTUuODAwNiA2LjQ4NjM1IDE2LjIxNjEgNi40ODYzNUMxNi42MzE2IDYuNDg2MzUgMTcuMDIyMiA2LjY0ODA4IDE3LjMxNjEgNi45NDE5M0MxNy45MjI4IDcuNTQ4NjcgMTcuOTIyOCA4LjUzNTQ1IDE3LjMxNjMgOS4xNDE5NloiIGZpbGw9IiMwMDZENzciLz4KPC9zdmc+Cg==)
    no-repeat left center;
}

.box-mw-610 {
  max-width: 610px;
}

.form-newsletter-2 {
  box-shadow: 14px 14px 36px rgba(153, 153, 153, 0.22);
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #f2f4f7;
  border-radius: 10px;
  position: relative;
  padding-right: 210px;
}
.form-newsletter-2 .input-newsletter {
  width: 100%;
  border: 0px;
  padding: 15px 16px;
}

.none-bd {
  border: 0px !important;
}

.font-bold {
  font-weight: bold;
}

.text-semibold {
  font-family: "Noto Sans", sans-serif;
  font-size: 10px;
  line-height: 14px;
  color: #98a2b3;
  display: inline-block;
  vertical-align: text-top;
  font-weight: 500;
}

.list-category {
  display: inline-block;
  width: 100%;
  padding: 10px 0px 0px 0px;
  margin: 0px;
}
.list-category li {
  font-family: "Chivo", sans-serif;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e4e7ec;
  padding: 20px 0px;
}
.list-category li:last-child {
  border-bottom: 0px solid #e4e7ec;
}
.list-category li .number {
  height: 43px;
  width: 43px;
  text-align: center;
  line-height: 43px;
  color: #006d77;
  border-radius: 50%;
  border: 1px solid #e4e7ec;
  background-color: #e4e7ec;
  float: right;
  font-size: 19px;
}
.list-category li a {
  font-size: 19px;
  line-height: 30px;
  color: #667085;
  display: inline-block;
  vertical-align: text-top;
}
.list-category li:hover a {
  color: #006d77;
}
.list-category li:hover .number {
  color: #ffffff;
  border: 1px solid #006d77;
  background-color: #006d77;
}

.box-bdr-2 {
  box-shadow: 0px 45px 80px rgba(0, 0, 0, 0.04);
  border: 1px solid #e4e7ec;
  padding: 30px 35px 30px 35px;
  border-radius: 16px;
  background-color: #ffffff;
}

.box-green {
  background: #006d77;
  background-size: contain;
  padding: 70px 64px;
}
.box-green .text-desc-white {
  font-size: 18px;
  line-height: 32px;
  font-family: "Noto Sans", sans-serif;
  color: #ffffff;
}

.box-bg-bottom {
  position: relative;
  padding: 50px 0px 0px 0px;
}
.box-bg-bottom::before {
  content: "";
  top: 0px;
  bottom: 70px;
  left: 0px;
  right: 0px;
  position: absolute;
  background-color: #dfeeef;
  border-radius: 30px;
}
.box-bg-bottom .box-video-homepage6 {
  padding: 0px 0px;
}

.box-slider-3 {
  background-color: #bee1e6;
}

.pdl-md {
  padding-left: 10px;
}

.icon-arrow-right-thin {
  background: url(../imgs/page/homepage6/right-arrow-thin.svg) no-repeat 0px 0px;
  display: inline-block;
  height: 15px;
  width: 30px;
  margin: 20px 0px 0px 0px;
}

.pr-mb-70 {
  padding-right: 70px;
}

.block-img-we-do .block-control {
  position: absolute;
  bottom: -40px;
  right: 10px;
  width: 190px;
}
.block-img-we-do .block-control img {
  box-shadow: 0px 47px 65px rgba(21, 28, 38, 0.1);
  border-radius: 16px;
}
.block-img-we-do .block-card {
  position: absolute;
  top: 40px;
  left: -20px;
  width: 250px;
}
.block-img-we-do .block-card img {
  box-shadow: 0px 47px 65px rgba(21, 28, 38, 0.1);
  border-radius: 16px;
}

.img-small {
  max-width: 80%;
}

.img-bottom {
  display: flex;
  align-items: flex-end;
}
.img-bottom .inner-image {
  display: flex;
  align-items: flex-end;
}

.list-search-popular {
  padding: 0px;
  margin: 25px 0px 0px 0px;
}
.list-search-popular li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
.list-search-popular li a {
  color: #667085;
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
}

.list-icons-round .item-icon {
  position: relative;
  padding: 0px 0px 40px 90px;
  margin-bottom: 40px;
  border-bottom: 2px solid #e4e7ec;
}
.list-icons-round .item-icon.none-bd {
  border-bottom: 0px;
  padding: 0px 0px 20px 90px;
  margin-bottom: 20px;
}
.list-icons-round .item-icon .icon-left {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  box-shadow: 14px 14px 36px rgba(153, 153, 153, 0.22);
  line-height: 64px;
  text-align: center;
}
.list-icons-round .item-icon .icon-left img {
  display: inline-block;
  vertical-align: middle;
}

.bd-bottom {
  border-bottom: 1px solid #d0d5dd;
}

.text-inter-lg {
  font-family: "Chivo", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: D1DAE4;
}

.block-gallery-1 img {
  border-radius: 8px;
}

.block-pl {
  padding-left: 63px;
}

.list-5-col {
  display: flex;
}
.list-5-col li {
  width: 20%;
}

.list-icons .item-icon.none-bd {
  margin-bottom: 40px;
}

.none-pattern::before {
  display: none;
}

.text-bd-round {
  margin: 0px 3x;
  border-radius: 81px;
  color: #98a2b3;
  border: 1px solid #818b98;
  display: inline-block;
  padding: 0px 6px 1px 6px;
  vertical-align: middle;
}
.text-frame {
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 40px;
  border: 1px solid #000;
}

.table-pricing {
  font-size: 16px;
  line-height: 28px;
  color: #101828;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  text-align: center;
}
.table-pricing tr td {
  padding: 14px 18px;
}
.table-pricing tr td:first-child {
  text-align: left;
}

.table-mw-700 {
  min-width: 700px;
}

.form-group {
  position: relative;
}

.link-edit {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.slider-news {
  padding: 0px 90px;
  position: relative;
}

.block-news {
  display: inline-block;
  width: 100%;
  padding: 0px 30px 25px 0px;
  position: relative;
}
.block-news::before {
  content: "";
  z-index: 1;
  border-radius: 16px;
  background-color: #fef9db;
  position: absolute;
  top: 20px;
  right: 0px;
  left: 20px;
  bottom: 0px;
}
.block-news .item-news {
  background: #ffffff;
  display: inline-block;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  line-height: 0px;
  position: relative;
  z-index: 2;
}
.block-news .item-news .img-news {
  overflow: hidden;
}
.block-news .item-news .img-news img {
  height: 100%;
  max-width: 130%;
}
.block-news .right-news {
  padding: 40px 30px 0px 30px;
}
.block-news .text-desc-fix-h {
  max-height: 85px;
  overflow: hidden;
}
.blog-img-user {
  position: relative;
  padding: 7px 0px 0px 70px;
  margin-top: 32px;
  min-height: 60px;
}
.blog-img-user .img-user-round {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 56px;
}
.blog-img-user .img-user-round img {
  border-radius: 50%;
  height: 56px;
  width: 56px;
}
.blog-img-user .text-heading-6 {
  margin-bottom: 3px;
}

.card-list-style-1 .blog-img-user {
  padding: 0px 0px 0px 51px;
  margin-top: 15px;
}
.card-list-style-1 .blog-img-user .img-user-round {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 41px;
}
.card-list-style-1 .blog-img-user .img-user-round img {
  border-radius: 50%;
  height: 41px;
  width: 41px;
}

.text-summary {
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  line-height: 32px;
  color: #667085;
}

.para-text {
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 18px;
  font-family: "Chivo", sans-serif;
  color: #667085;
  line-height: 32px;
  font-weight: 400;
}

.para-ul {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 20px;
  font-size: 18px;
  font-family: "Noto Sans", sans-serif;
  color: #667085;
  line-height: 32px;
  font-weight: 400;
  list-style-type: disc; /* Ensures bullets are enabled */
}

.para-ol {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 20px;
  font-size: 18px;
  font-family: "Noto Sans", sans-serif;
  color: #667085;
  line-height: 32px;
  font-weight: 400;
  list-style-type: decimal; /* Ensures numbers are enabled */
}

.para-li {
  margin-bottom: 10px; /* space between list items */
}

.single-detail p {
  margin-bottom: 15px;
  font-size: 18px;
  font-family: "Noto Sans", sans-serif;
  color: #667085;
  line-height: 32px;
  font-weight: 400;
}
.single-detail img {
  border-radius: 16px;
}
.single-detail h1,
.single-detail h2,
.single-detail h3,
.single-detail h4,
.single-detail h5,
.single-detail h6 {
  margin: 0px 0px 20px 0px;
  font-weight: 700;
  color: #101828;
}
.single-detail h6 {
  font-size: 18px;
}

.social-sticky {
  position: sticky;
  top: 150px;
}

.box-comments {
  display: inline-block;
  width: 100%;
  padding: 60px 0px 0px 0px;
}
.box-comments ul li {
  display: inline-block;
  width: 100%;
}
.box-comments ul li .item-comment {
  display: inline-block;
  width: 100%;
  padding: 0px 0px 0px 250px;
  position: relative;
  margin-bottom: 40px;
}
.box-comments ul li .item-comment .blog-img-user {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-top: 0px;
}
.box-comments ul li ul {
  padding-left: 56px;
}
.box-comments .text-comment {
  border-radius: 0px 16px 16px 16px;
  background-color: #f2f4f7;
  color: #101828;
  padding: 20px;
}

.bdr-10 {
  border-radius: 10px;
}

.box-user {
  text-align: center;
  position: relative;
  margin: 35px 0px 20px 0px;
}
.box-user .img-user {
  display: inline-block;
  width: 55px;
  margin-right: 10px;
  vertical-align: middle;
}
.box-user .img-user img {
  border-radius: 50%;
}

.text-top {
  vertical-align: top;
}
.custom-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.category-grid-3 {
  border: 1px solid #e4e7ec;
  padding: 25px 5px;
  border-radius: 16px;
  margin-bottom: 30px;
  text-align: center;
}
.category-grid-3:hover {
  border-color: #bee1e6;
  box-shadow: 0px 45px 80px rgba(0, 0, 0, 0.04);
}
.category-grid-3 .category-img {
  margin: 0px 0px 15px 0px;
}

.filters-products {
  background-color: #f2f4f7;
  border-radius: 8px;
  padding: 20px;
}

.fitler-info {
  width: 50%;
  text-align: right;
}

.number-info {
  width: 50%;
}

.bdr-18 {
  border-radius: 18px;
}

.dropdown-sort {
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
}
.dropdown-sort .dropdown-toggle {
  padding: 0px;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: #006d77;
}
.dropdown-sort .dropdown-toggle i {
  color: #88929b;
  float: right;
  margin: 0px 7px 0px 0px;
  font-size: 20px;
}
.dropdown-sort .dropdown-toggle::after {
  border: 0px;
}

.dropdown .dropdown-menu.show {
  border: thin solid #ececec;
  box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0;
}
.dropdown .dropdown-menu.show .dropdown-item {
  padding: 10px 20px;
  font-size: 14px;
}
.dropdown .dropdown-menu.show .dropdown-item.active {
  color: #006d77;
  text-decoration: none;
  background-color: #afeae4;
}

.sidebar {
  border: 1px solid #e4e7ec;
  border-radius: 16px;
  padding: 25px;
  margin-bottom: 50px;
}
.sidebar .widget-title {
  border-bottom: 1px solid #e4e7ec;
  padding-bottom: 20px;
}

.list-type {
  padding: 0px;
  margin: 20px 0px 20px 0px;
  list-style: none;
  display: inline-block;
  width: 100%;
}
.list-type li {
  margin: 0px 0px 20px 0px;
}
.list-type li label {
  margin-bottom: 0px;
  width: 100%;
  line-height: 20px;
}
.list-type li label input {
  float: left;
  margin: 8px 10px 0px 0px;
}

.text-heading-7 {
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #101828;
}
.text-heading-8 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  line-height: 26px;
}
.list-products-sidebar {
  list-style: none;
  padding: 15px 0px 0px 0px;
  margin: 0px;
}
.list-products-sidebar li {
  display: inline-block;
  width: 100%;
  padding: 0px;
}

.sidebar-gray {
  background-color: #f2f4f7;
  border: 0px;
}

.btn-green-small {
  padding: 12px 28px;
}
.btn-green-small:hover {
  background-image: none !important;
}
.back-to-homepage-btn-cover {
  position: relative;
}
.back-to-homepage-btn {
  background-color: #ffc400;
  width: 176px;
  height: 49px;
  color: white;
  position: absolute;
  cursor: pointer;
}
.back-to-homepage-btn-2 {
  background-color: #000000;
  width: 176px;
  height: 49px;
  color: #fcfdfe;
  position: absolute;
  top: -5px;
  right: 5px;
  cursor: pointer;
}
.back-to-homepage-btn-2 a {
  color: #fcfdfe;
}

.circle-round {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-color: #006d77;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 7px;
}

.color-danger {
  background-color: #ef476f;
}

.color-success {
  background-color: #06d6a0;
}

.color-primary {
  background-color: #508fda;
}

.color-black {
  background-color: #101828;
}

.color-warning {
  background-color: #ffd166;
}

.d-inline-block {
  display: inline-block;
  vertical-align: middle;
}

.dr-ltr {
  direction: ltr;
}

.dr-rtl {
  direction: rtl;
}

/*Page terms*/
.table-of-content h6 {
  font-weight: 700;
}
.table-of-content ul li {
  padding: 5px 0;
}
.table-of-content ul li a {
  color: #667085;
  transition-duration: 0.2s;
}
.table-of-content ul li a:hover {
  color: #006d77;
  transition-duration: 0.2s;
  padding-left: 5px;
}

.bdr-16 {
  border-radius: 16px;
}

.detail-gallery {
  position: relative;
}

.product-image-slider {
  background-color: #ffffff;
  margin-bottom: 30px;
  border-radius: 15px;
  border: 1px solid #ececec;
  overflow: hidden;
  min-height: 710px;
  line-height: 710px;
  display: flex;
  align-items: center;
}
.product-image-slider .slick-slide img {
  max-width: 99%;
  display: block;
  margin: auto;
}

.box-rate-product {
  text-align: right;
  width: 50%;
}
.box-rate-product .box-rating span {
  display: inline-block;
  margin-right: 5px;
}

.box-category-product {
  width: 50%;
}

.tag-category {
  font-size: 12px;
  line-height: 16px;
  color: #667085;
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
}

.box-price {
  display: inline-block;
  width: 100%;
  margin: 30px 0px 20px 0px;
}
.box-price .price {
  font-size: 35px;
  line-height: 38px;
  font-weight: bold;
  color: #004b52;
  font-family: "Chivo", sans-serif;
  margin-right: 15px;
}
.box-price .price-old {
  color: #667085;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  font-family: "Chivo", sans-serif;
  text-decoration: line-through;
  margin-right: 15px;
}

.text-stock {
  font-size: 16px;
  line-height: 28px;
  color: #667085;
  font-weight: 400;
  font-family: "Noto Sans", sans-serif;
}

.font-bold {
  font-weight: bold !important;
}

.product-description {
  padding: 0px 0px;
  display: table;
  table-layout: fixed;
  margin: auto;
  max-width: 900px;
  width: 100%;
}
.product-description .tab-content ul {
  padding: 0px 0px 0px 20px;
  list-style: disc;
  color: #667085;
  margin: 20px 0px;
}
.product-description .tab-content ul li {
  padding-left: 5px;
}
.product-description .tab-content .contact-infor {
  font-size: 15px;
  color: #253d4e;
  list-style: none;
  padding: 0px;
}

.btn.btn-tab {
  padding: 15px 32px;
  border-color: #e4e7ec;
  color: #667085;
  background-color: #ffffff;
  margin-right: 20px;
  margin-bottom: 15px;
}
.btn.btn-tab:hover {
  color: #004b52 !important;
  background-color: #ffffff;
  border-color: #afeae4;
}

.btn.btn-tab.active {
  color: #004b52 !important;
  background-color: #ffffff;
  border-color: #afeae4;
}

.item-cat {
  display: inline-block;
  margin-right: 20px;
}

.slick-initialized .slick-slide {
  text-align: center;
}

.product-info {
  display: inline-block;
  padding: 0px 0px 0px 20px;
}

.title-question {
  font-size: 18px;
  color: #667085;
  line-height: 28px;
}

.progress span {
  line-height: 16px;
  background: #ffffff;
  padding-right: 10px;
  width: 45px;
}
.progress + .progress {
  margin-top: 1rem;
}

.progress-bar {
  background-color: #006d77;
}

.comments-area h6 {
  font-size: 16px;
  color: #253d4e;
  font-weight: 700;
  line-height: 1.2;
}
.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}
.comments-area .comment-list .single-comment {
  margin: 0 0 15px 0;
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  padding: 20px;
  transition: 0.2s;
}
.comments-area .comment-list .single-comment:not(:last-child) {
  border-bottom: 1px solid #ececec;
}
.comments-area .comment-list .single-comment img {
  min-width: 80px;
  max-width: 80px;
}
.comments-area .comment-list .single-comment .reply {
  opacity: 0;
  transition: 0.2s;
  color: #06d6a0;
}
.comments-area .comment-list .single-comment .reply:hover {
  color: #006d77;
}
.comments-area .comment-list .single-comment:hover .reply {
  opacity: 1;
  transition: 0.2s;
}
.comments-area .thumb {
  margin-right: 20px;
}
.comments-area .thumb img {
  width: 70px;
  border-radius: 50%;
}

.vendor-logo h6 {
  font-size: 16px;
  color: #253d4e;
  font-weight: 700;
  line-height: 1.2;
}

.justify-content-between {
  justify-content: space-between !important;
}

.d-flex {
  display: flex !important;
}

.comments-area .text-muted {
  color: #667085 !important;
}
.comments-area .text-brand {
  color: #006d77 !important;
  line-height: 1.2;
}
.comments-area .font-xs {
  font-size: 13px;
}
.comments-area .font-heading {
  font-weight: bold;
}

.contact-infor li {
  color: #253d4e;
}
.contact-infor li:not(:last-child) {
  margin-bottom: 10px;
}
.contact-infor li img {
  margin-right: 8px;
  max-width: 16px;
}

strong {
  font-weight: bold;
}

.tab-pane .table {
  width: 100%;
  margin-bottom: 1.5rem;
  border-collapse: collapse;
  vertical-align: middle;
  font-size: 16px;
  border-spacing: 0;
}
.tab-pane .table td {
  padding: 10px 20px;
  border: 1px solid #ececec;
  vertical-align: middle;
  color: #667085;
  font-weight: 400;
}
.tab-pane .table th {
  padding: 10px 20px;
  border: 1px solid #ececec;
  vertical-align: middle;
  color: #667085;
  font-weight: 400;
}

.box-countdown {
  display: flex;
  border-bottom: 1px solid #e4e7ec;
  margin-bottom: 45px;
  padding-bottom: 30px;
}

.text-hurry {
  font-size: 18px;
  line-height: 25px;
  color: #004b52;
  font-weight: bold;
  font-family: "Chivo", sans-serif;
}

.process-bar-line {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  background-color: #e4e7ec;
  height: 11px;
  position: relative;
}

.box-processbar {
  width: 35%;
}

.process-bar-inner {
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  background-color: #e4e7ec;
  height: 11px;
  position: relative;
  background-color: #ef476f;
  width: 50%;
  vertical-align: top;
}

input.qty-val {
  border: 0;
  border-radius: 0;
  height: unset;
  padding: 0 !important;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  color: #004b52;
}

.product-extra-link2 .button.button-add-to-cart {
  position: relative;
  padding: 0px 20px;
  border-radius: 5px;
  border: 0;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  font-size: 16px;
  color: #006d77;
  display: inline-block;
  background-color: #afeae4;
  border: 1px solid #afeae4;
}
.product-extra-link2 .button.button-add-to-cart:hover {
  background-color: #ffffff;
  border: 1px solid #afeae4;
}
.product-extra-link2 .button.button-add-to-cart img {
  float: left;
  margin: 17px 10px 0px 0px;
}
.product-extra-link2 a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #afeae4;
  color: #333;
  border-radius: 5px;
  display: inline-block;
  height: 50px;
  line-height: 55px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50px;
  margin: 0 5px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.product-extra-link2 a:hover {
  background-color: #afeae4;
}
.product-extra-link2 a i {
  font-size: 18px;
  opacity: 0.6;
}

.box-count {
  width: 65%;
  display: flex;
}

.deals-countdown {
  display: flex;
  width: 100%;
  position: relative;
  right: -20px;
}
.two-cs-image {
  height: 398px !important;
}
.blog-main-image {
  height: 36px !important;
  width: auto !important;
}

.countdown-amount {
  border: 1px solid #e4e7ec;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
  padding: 20px 10px;
  text-align: center;
  color: #004b52;
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  font-family: "Chivo", sans-serif;
}

.countdown-period {
  display: block;
  text-align: center;
  font-size: 10px;
  line-height: 14px;
  font-weight: 600;
  font-family: "Noto Sans", sans-serif;
  margin-top: 4px;
}

.zoomContainer {
  z-index: 99;
}

.zoomWindow {
  z-index: 99;
}
/* custom width */
.width-56 {
  width: 56%;
}
.width-70 {
  width: 70%;
}

.btn-link:hover {
  color: #f09e00 !important;
}

.form-control:hover {
  transition-duration: 0.2s;
  border: solid #f09e00;
}

.nav-link-text:hover {
  color: #ffc400;
}
/* hover effect */
.hover-effect {
  transition: transform 0.2s;
}
.hover-effect:hover {
  -ms-transform: scale(1.01); /* IE 9 */
  -webkit-transform: scale(1.01); /* Safari 3-8 */
  transform: scale(1.01);
}

.main-img {
  height: auto;
  width: -webkit-fill-available;
  transition: 0.2s ease-in-out;
}
/* custom css */
.custom-card-body-padding {
  padding: 1rem 0rem;
}
.custom-card-body-padding-0 {
  padding: 0rem 0rem;
}
.case-studys {
  color: #000;
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}
.custom-style-off {
  color: var(--Color-Gray-Gray-900, #101828);
  font-feature-settings:
    "liga" off,
    "clig" off;

  /* Heading/Heading 6 */
  font-family: "Chivo", "Noto Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 122.222% */
}

.max-size-45 {
  /* in small screen size is 100% */
  max-width: 45%;
}
.fixed-top-10 {
  position: fixed;
  box-shadow: 3px 18px 30px -5px rgba(112, 112, 112, 0.1);
  border-top: 2px solid #fdc857;
  background: #fff;
  top: 99px;
  right: 0;
  left: 0;
  z-index: 1030 !important;
  max-width: fit-content;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.cs-header-curv {
  border-bottom-right-radius: 8px;
}
/* hamburger menu */
.burger-icon.open .burger-icon-top {
  transform: rotate(45deg) translate(5px, 5px); /* Adjust for minimal shift */
}

.burger-icon.open .burger-icon-mid {
  opacity: 0; /* Hide the middle line */
}

.burger-icon.open .burger-icon-bottom {
  transform: rotate(-45deg) translate(5px, -5px); /* Adjust for minimal shift */
}
.cursor-pointer {
  cursor: pointer;
}
/* color-codes */
.bg-light-yellow-2 {
  background: #fffbef;
}
.bg-light-yellow-3 {
  background: #fffbf3;
}
.bg-frame {
  position: relative;
  z-index: 0; /* Make sure it stacks above the pseudo background */
}
.bg-testimonial {
  background-image: url("../imgs/background/bg-testimonial.png");
}
.bg-commerce {
  background-image: url("../imgs/background/bg_expertise.png");
}
.bg-commerceExpertiseSection {
  background-image: url("../imgs/background/bg_expertise.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg-faq {
  background-image: url("../imgs/background/bg-faq.svg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}

.bg-frame2 {
  position: relative;
  z-index: 0; /* Make sure it stacks above the pseudo background */
}

.bg-frame2::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../imgs/background/frame2.svg");
  opacity: 0.1;
  z-index: -1;
  pointer-events: none;
}
.bg-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../imgs/background/frame.svg");
  opacity: 0.8;
  z-index: -1;
  pointer-events: none;
}

.font-black {
  color: #101828;
}

.toc-sidebar {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.contact-form-wrapper {
  display: flex;
  padding: 48px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid var(--Color-Gray-Gray-100, #f2f4f7);
  background: #fff;

  /* shadow 2 */
  box-shadow: 0px 45px 80px 0px rgba(0, 0, 0, 0.04);
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.border-bottom-gray {
  border-bottom: 1px solid #e4e7ec;
}

.border-bottom-footer {
  border-bottom: 1px solid #afafaf;
}

.border-right-gray {
  border-right: 1px solid #e4e7ec;
}

.border-right-footer {
  border-right: 1px solid #afafaf;
}

.border-right-footer-contact-part {
  border-right: 1px solid #afafaf;
}

.fit-content {
  max-width: fit-content !important;
}

.justify-items-center {
  justify-items: center !important;
}

.justify-items-start {
  justify-items: flex-start !important;
}

.align-content-center {
  align-content: center !important;
}

.maxhfc {
  max-height: fit-content !important;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.header-model-flex {
  display: flex;
}

.model-cross {
  position: absolute;
  right: 4%;
  top: 4%;
}

.self-center {
  justify-self: center !important;
}

.justify-self-center {
  justify-self: center;
}

.main {
  padding-top: 100px;
}

.main.banner-visible {
  padding-top: 156px;
}

.mySwiper {
  padding: 50px 0;
}
.mySwiper .swiper-pagination-bullet-active {
  background: #015c65;
}
.custom-swiper .swiper-slide {
  width: 75%;
  max-width: 850px;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
}

.custom-swiper .swiper-3d,
.custom-swiper .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: none !important;
}

.custom-swiper .card {
  display: flex;
  flex-direction: column;
  background: white;
  /* padding: 25px; */
  border-radius: 16px;
}

.text-truncate-4 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-truncate-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
}

.cursor-unset {
  cursor: unset !important;
}

.swiper-button-next-hp {
  top: 52% !important;
}

.layer1 {
  position: absolute;
  top: 45px;
  width: 18%;
  height: 84%;
  z-index: 100;
  cursor: pointer;
}

.layer2 {
  position: absolute;
  top: 45px;
  width: 18%;
  height: 83%;
  right: 0;
  z-index: 100;
  cursor: pointer;
}

.lh-132 {
  line-height: 132% !important;
}

.lh-140 {
  line-height: 140% !important;
}

.lh-160 {
  line-height: 160% !important;
}

.header-first-part {
  width: 210px;
}

.footer-partner-part {
  display: flex;
}

.company-client-name {
  justify-items: center;
  text-align: center;
}

.swiper-wrapper {
  align-items: center !important;
}
/* ==================== */
/* Custom Gap Section */
/* ==================== */
.custom-gap {
  gap: 17px 8px; /* row-gap column-gap */
}

.vision-title {
  width: 65% !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}
.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.home-search-icon {
  padding-top: 18px !important;
}

.video-hero {
  display: block !important;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 80/33;
}

/*  demo cricel 2 */
.comp {
  /* position: relative; */
  /* border: 1px solid red; */
  background: #e1f0f0;
}
.circle-container-2 {
  position: sticky;
  top: 250px;
  width: 424px;
  height: 424px;
  margin: 0px auto;
  border-radius: 424px;
  /* border: 1px solid #d9d9d9; */
}

.center-text-process {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.circle-step {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: 0 -220px; /* Distance from center */
  text-align: center;
}

.circle-step span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  max-width: 100px;
}
.circle-step span.hidden {
  visibility: hidden; /* keeps layout space */
}

.circle-step.step-1 {
  transform: translate(-50%, -205%);
}
.circle-step.step-1 span {
  transform: rotate(0deg) translate(0%, -245%) rotate(0deg);
  max-width: 160px;
}
.circle-step.step-2 {
  transform: translate(-16%, -479%) rotate(-11deg);
}
.circle-step.step-3 {
  transform: translate(90%, -170%);
}
.circle-step.step-3 span {
  transform: translate(80%, -115%);
}
.circle-step.step-4 {
  transform: translate(419%, -206%) rotate(34deg);
}
.circle-step.step-5 {
  transform: translate(166%, -44%);
}
.circle-step.step-5 span {
  transform: translate(80%, -113%);
}
.circle-step.step-6 {
  transform: translate(605%, 402%) rotate(74deg);
}
.circle-step.step-7 {
  transform: translate(125%, 80%);
}
.circle-step.step-7 span {
  transform: translate(70%, -115%);
}
.circle-step.step-8 {
  transform: translate(515%, 1041%) rotate(113deg);
}
.circle-step.step-9 {
  transform: translate(80%, 186%);
}
.circle-step.step-10 {
  transform: translate(235%, 1427%) rotate(148deg);
}
.circle-step.step-11 {
  transform: translate(-90%, 150%);
}
.circle-step.step-11 span {
  transform: translate(-60%, -50%);
  max-width: 152px;
  /* border: 1px solid red; */
}
.circle-step.step-12 {
  transform: translate(-160%, 1469%) rotate(186deg);
}
.circle-step.step-13 {
  transform: translate(-280%, 105%);
}
.circle-step.step-13 span {
  transform: translate(-100%, -150%);
}
.circle-step.step-14 {
  transform: rotate(-135deg) translate(-123%, -1339%);
}
.circle-step.step-15 {
  transform: translate(-269%, -30%);
}
.circle-step.step-15 span {
  transform: translate(-100%, -150%);
}
.circle-step.step-16 {
  transform: translate(-609%, 508%) rotate(-99deg);
}
.circle-step.step-17 {
  transform: translate(-203%, -150%);
}
.circle-step.step-17 span {
  transform: translate(-80%, -130%);
}
.circle-step.step-18 {
  transform: translate(-432%, -185%) rotate(-55deg);
}

.truncate {
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide overflowing text */
  text-overflow: ellipsis; /* Show ... when text overflows */
}

.pt-88 {
  padding-top: 88px !important;
}

.pb-88 {
  padding-bottom: 88px !important;
}

.mb-88 {
  margin-bottom: 88px !important;
}

.mbn-88 {
  margin-bottom: -88px !important;
}

.expertise-video {
  padding: 215px 180px;
  z-index: 2;
}

.fs-36 {
  color: #fff;
  text-align: center;
  font-family: Chivo;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%; /* 47.52px */
}

.fs-104 {
  font-family: Chivo;
  font-size: 104px;
  font-style: normal;
  text-align: center;
  word-break: unset !important;
  overflow-wrap: unset !important;
}

.b2b-cards-wrapper {
  display: flex;
  gap: 30px;
}

.cards-stack {
  position: relative;
}

.sticky-card {
  position: sticky;
  margin-bottom: 40px;
  padding: 40px 65px;
  border-radius: 24px;
  cursor: pointer;
  box-shadow: 0 0 12px 4px rgba(153, 153, 153, 0.25);
}
.achieve-desc {
  width: 576px;
}

:root {
  --sticky-base-top: 20vh;
}
.vertical-align-middle {
  vertical-align: middle !important;
}
.case-study-card-img {
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
  object-fit: cover;
}
.custom-rounded {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.sticky-top-200 {
  top: 200px !important;
}

.lh-150 {
  line-height: 150% !important;
}

.w-70 {
  width: 70vw;
}

.w-49 {
  width: 49vw;
}

.p-28 {
  padding: 28px;
}

.world-map {
  top: 36% !important;
}

.pin-location {
  position: absolute;
  object-fit: cover;
}

.ourteam-section {
  padding: 80px 0;
  background: #dfeef0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* MAIN WRAPPER */
.team-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 80px;
}

.member-photo {
  border-radius: 14px;
  object-fit: cover;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 15px;
}

/* RIGHT CIRCLES */
.team-circles {
  position: relative;
  /* width: 340px;
  height: 340px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.circle-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.hi-bubble {
  position: absolute;
  top: 0px;
  left: -6%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  font-size: 8px;
  padding: 0px 12px;
  border-radius: 12px;
}

/* .team-circles {
  width: 500px;
  height: 400px;
  position: relative;
  margin: 0 auto;
}

.circle {
  position: absolute;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.circle-image {
  border-radius: 50%;
  transition: all 0.3s ease;
}

.circle.active .circle-image {
  border: 3px solid #ffc400;
  box-shadow: 0 0 20px rgba(255, 196, 0, 0.6);
}

.hi-bubble {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffc400;
  color: #101828;
  font-weight: 600;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 14px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
} */

.team-card-lt {
  width: 260px;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-items: center;
  place-content: center;
  text-align: center;
}

.team-card-lt:hover {
  border-radius: 12px;
  /* border: 1px solid #e4e4e4; */
  background: #fff;
  box-shadow: 12px 12px 30px 0 rgba(153, 153, 153, 0.2);
}

.team-card-lt.active {
  border-radius: 12px;
  border: 1px solid #e4e4e4;
  background: #fff;
  box-shadow: 12px 12px 30px 0 rgba(153, 153, 153, 0.2);
}

.desktop-lt-team {
  display: flex;
  align-items: center;
}

.hi-lt {
  position: absolute;
  top: -17%;
  height: auto;
  width: 50vw;
  left: -39%;
  transform: rotate(-7.983deg);
}

.border-top-footer-partner {
  border-bottom: 1px solid #afafaf;
  border-right: unset !important;
  padding-top: 40px;
  margin-bottom: 40px;
  width: 100%;
}

.healthcare-info-card-wrapper {
  gap: 40px;
  justify-content: space-between;
  text-align: center;
  margin: 0 auto !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pos-logos-main {
  width: 20%;
}
.ratio-9x8 {
  --bs-aspect-ratio: calc(8 / 9 * 100%);
}
.no-scroll {
  overflow: hidden;
}

.header-expertise-fp {
  padding-left: 2rem !important;
}

.header-underline-hover {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.header-text-hover:hover {
  color: #101828 !important;
}

.header-underline-hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: black; /* or a custom color like #ffc400 */
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.header-underline-hover:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-underline-hover:not(:hover)::after {
  transform-origin: right;
  transform: scaleX(0);
}

.header-underline-hover.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.quote-svg {
  position: absolute;
  top: -8%;
}

.contact-form-text:hover,
.footer-last-text:hover {
  color: #f09e00 !important;
}
/* what-we-offer-5 */
.background-video {
  background-image: url("/group/group-bg.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;

  position: relative;
  overflow: hidden;
}
.www-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* makes video fill the area */
  z-index: 0;
}
.background-video .container {
  position: relative;
  z-index: 2;
}
.what-we-offer-4-card {
  border-radius: 16px;
  border: 1px solid #fff;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(13.5px);
}
.mySwiper2 .swiper-button-next,
.swiper-button-prev {
  top: 50%;
}

.responsive-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.responsive-table th,
.responsive-table td {
  border: 2px solid white;
  padding: 12px;
  text-align: left;
  font-size: 0.9rem;
}

.responsive-table th {
  background-color: #e7dcc7;
  border-bottom-color: white !important;
  color: #333;
  text-align: center !important;
}

.bg-table-first {
  background-color: #e7dcc7 !important;
  padding: 40px !important;
  text-align: center !important;
  align-content: center !important;
}

.bg-table-second {
  background-color: #fff2d6 !important;
  padding: 40px !important;
  text-align: center !important;
  align-content: center !important;
}

.responsive-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

html.disable--interactions.show--preferences {
  height: auto !important;
  overflow: hidden !important;
}

/* Base shimmer */
.shimmer {
  position: relative;
  overflow: hidden;
  background-color: #dfe6ea;
}

.shimmer::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.55),
    transparent
  );
  animation: shimmer 1.4s ease-in-out infinite;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

/* Sizes matched to real content */
.shimmer-main-image {
  width: 100%;
  height: 398px; /* EXACT match */
  border-radius: 16px;
}

.shimmer-logo {
  width: 180px;
  height: 36px;
  border-radius: 4px;
}

.shimmer-title-line {
  width: 100%;
  height: 16px;
  border-radius: 4px;
}

.shimmer-title-line.w-90 {
  width: 90%;
}

.shimmer-cta {
  width: 110px;
  height: 20px;
  border-radius: 4px;
}

/* SF_Optional_blog */
/* ============================= */
/* Desktop: Vertical Scroll */
/* ============================= */
.sideStoryScrollWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  max-height: 310px; /* adjust height */
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 8px;
}
/* Hide scrollbar for Chrome, Safari, Edge */
.sideStoryScrollWrapper::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for Firefox */
.sideStoryScrollWrapper {
  scrollbar-width: none;
}
/* Hide scrollbar for IE/Old Edge */
.sideStoryScrollWrapper {
  -ms-overflow-style: none;
}

/* ============================= */
/* Mobile: Horizontal Scroll */
/* ============================= */

/* SFCalloutBox component css */

/* X-Small (xs) */
/* No media query needed for < 576px */
.SF_Optional_Blog_image_wrapper {
  position: relative;
  width: 100px;
  height: 90px;
  overflow: hidden;
  border-radius: 16px;
  flex-shrink: 0;
}
.SFOptionalBlog_img {
  width: 928px !important;
  height: 395px !important;
  border-radius: 16px;
  object-fit: cover;
}
.SFOptionalBlog_small_card_img {
  transition: transform 0.3s ease;
  aspect-ratio: 1;
}
.SFOptionalBlog_Cards:hover .SFOptionalBlog_small_card_img {
  transform: scale(1.05);
}

.sf-search-wrapper {
  position: relative;
}

.sf-search-icon {
  background: none;
  border: none;
  cursor: pointer;
}

.sf-search-box {
  position: absolute;
  right: 0;
  top: -6px;
  z-index: 20;
  width: 600px;
}

.sf-search-dropdown {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 28px 0 rgba(0, 8, 9, 0.18);
}

.sf-search-item {
  display: flex;
  gap: 24px;
  padding: 16px;
  text-decoration: none;
  color: inherit;
  align-items: center;
  border-radius: 16px;
}

.sf-search-item:hover {
  background: #f5f6f8;
}

.sf-search-thumb {
  border-radius: 10px;
  object-fit: cover;
}

.sf-search-input {
  position: relative;
  display: flex;
  align-items: center;
}

.sf-search-input-icon {
  position: absolute;
  left: 10px;
  pointer-events: none;
}

.sf-search-clear {
  position: absolute;
  right: 14px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: black;
}

.sf-search-box input {
  width: 100%;
  padding: 12px 44px; /* space for both icons */
  border-radius: 8px;
  border: 1px solid #015c65;
  font-size: 16px;
  color: #475467;
}

.sf-search-no-results {
  padding: 24px 16px;
}

.partner-sliders .swiper-wrapper {
  transition-timing-function: linear !important;
}

.question-answer {
  display: inline-grid;
  row-gap: 24px;
  column-gap: 24px;
  grid-template-rows:
    fit-content(100%) fit-content(100%) fit-content(100%) fit-content(100%)
    fit-content(100%) minmax(0, 1fr);
  grid-template-columns: repeat(2, fit-content(100%));
}

.question-answer-list {
  padding: 32px;
  justify-content: center;
  align-items: center;
  grid-row: 1 / span 1;
  grid-column: 1 / span 1;
}

.partner-marquees {
  overflow: hidden;
  position: relative;
}

.marquee {
  overflow: hidden;
  width: 100%;
}

.marquee-track {
  display: flex;
  /* gap: 82px; */
  width: max-content;
  animation: marquee 50s linear infinite;
  will-change: transform;
}

.marquee-track.reverse {
  animation-direction: reverse;
}

.marquee-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 82px;
}

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

.btn:focus,
.btn:active,
.btn-check:focus + .btn {
  outline: none;
  box-shadow: none;
}

.integration-problem-card {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  border: 1px solid #e4e7ec;
  background: #fff;
  box-shadow: 0 12px 20px 0 rgba(188, 188, 188, 0.2);
}

.integration-solution-card {
  padding: 40px;
  border-radius: 16px;
  border-radius: 16px;
  border: 1px solid #e4e7ec;
  background: #e1f0f0;
  box-shadow: 0 12px 20px 0 rgba(165, 165, 165, 0.2);
}

.integration-second-svg {
  margin-left: 38%;
}

.integration-third-card-left {
  padding: 48px 32px;
}

.integration-second-svg-small {
  position: absolute;
}

.integration-second-svg-small-mobile {
  position: absolute;
  width: 40px;
  height: auto;
  min-height: 16px;
  margin-left: 84px;
}

/* vertical line */
.integration-second-svg-small-mobile::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #d1d5db;
}

.integration-second-svg-small-mobile .dot-one {
  background: #d1d5db;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  top: -1px;
  left: 7px;
}

.integration-second-svg-small-mobile .dot-two {
  background: #d1d5db;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 12px;
  left: 7px;
}

.integration-solutions {
  padding: 50px 30px 50px;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}

.integration-solution-header-card {
  width: 270px;
}

.integration-solution-header-card:hover {
  background-color: #cee2e3;
  border-radius: 5px;
}

.countdown-divider {
  width: 1px;
  height: 53px;
  border-radius: 48px;
  background: var(--Primary-Green-Green-500, #4c888e);
}

.integration-third-image {
  box-shadow: 0 12px 20px 0 rgba(152, 152, 152, 0.2);
}

.header-banner {
  width: 100%;
  position: fixed;
  min-height: 56px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.banner-text {
  text-decoration: none;
  color: inherit;
  font-weight: 500;
}

.banner-close {
  border: none;
  color: white;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  cursor: pointer;
  position: absolute;
  right: 20px;
}

.banner-flex {
  display: flex;
  align-items: center;
  gap: 8px;
}
.no-hover {
  cursor: default;
}
.no-hover:hover {
  transform: none !important;
  box-shadow: none !important;
}

/* Disable inner hover animations */
.no-hover * {
  transition: none !important;
}
/* Products Page CSS */
.products-page {
  display: flex;
}
.products-page-inner {
  display: flex;
  flex-direction: column-reverse;
  border-radius: 12px;
  border: 1px solid #e4e7ec;
  background: #fff;
  box-shadow: 12px 12px 32px 0 rgba(150, 150, 150, 0.25);
  padding: 24px 16px;
}
.products-page-inner-left-img-responsive {
  width: 100% !important;
  object-fit: contain !important;
  height: auto;
}
.products-page-inner-left,
.products-page-inner-right {
  width: 50%;
}
.products-page-inner-left {
  padding: 40px 16px 16px 16px;
}
.products-page-inner-right {
  padding: 0px;
}
.products-page-inner-right ul {
  padding-left: 15px;
  margin-top: 24px;
  list-style: none;
}
.products-page-inner-right li {
  padding-left: 16px;
  padding-top: 16px;
  list-style: none;
  position: relative;
}
.products-page-inner-right li::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 19px;
  width: 17px;
  height: 17px;
  background: url("../imgs/reuse/tick.svg") no-repeat center;
  background-size: contain;
}
/* ProvenAtScaleSection CSS */

.proven-at-scale-state-card-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.proven-at-scale-stat-card {
  padding: 40px 20px;
  text-align: center;
  position: relative;
}
/* vertical line */
.proven-at-scale-stat-card:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: #c6c6c6;
}
/* Custom Link CSS */
.arrow-icon-right-black-hover-orange {
  background-image: url(../imgs/template/icons/arrow-small-right-b.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center right 16px !important;
  padding-right: 39px !important;
}
.arrow-icon-right-black-hover-orange:hover {
  background-image: url(../imgs/template/icons/arrow-orange.svg) !important;
}

.after-event-section {
  padding: 102px 0;
  position: relative;
  color: #fff;
}

.sf-search-item.active {
  background: #f5f6f8;
  color: rgb(240, 158, 0);
}
/* PartnershipBadge */
.vertical-line {
  width: 1px;
  height: 80px;
  background: #98a2b3;
  margin: 0px 76px;
}
.horizontal-line {
  background: #98a2b3;
  width: 70%;
  height: 1px;
  margin: 16px 0;
}
/* ServiceSection */
.service-section-card {
  display: flex;
  flex-direction: column;
  padding: 40px 24px;
  justify-content: center;
  align-items: start;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--Stroke, #d9d9d9);
  background: #fff;
}
/* ProcessSteps */
.ps-mobile-img {
  display: block;
}
.ps-desktop-img {
  display: none;
}

/* IntegrationsSection */

.wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 500px;
  padding: 2rem;
  overflow: hidden;
  background: transparent;
  display: none;
}

/* Canvas — fixed at 400×440, scales down on mobile */
.canvas {
  position: relative;
  flex-shrink: 0;
}
/* SVG lines sit behind everything */
.svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  z-index: 1;
}

/* Satellite card */
.sat {
  position: absolute;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.09);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  cursor: pointer;
  z-index: 2;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  border: 1.2px solid #d9d9d9;
  border-radius: 12px; /* Figma says 12px */
}
.sat:hover {
  transform: scale(1.06);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}

/* Hub circle */
.hub {
  position: absolute;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

/* Traveling teal dot */
.dot {
  position: absolute;
  width: 25px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #02717c 0%, #07c5d8 100%);
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transform-origin: center center;
}
.svg {
  z-index: 1; /* lines — lowest */
}

.sat {
  z-index: 2; /* satellite cards — above lines */
}

.hub {
  z-index: 3; /* hub — above everything */
}

.dot {
  z-index: 1; /* dot — on top of lines but below nodes */
}
