@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JetBrainsMono";
  src: url("../fonts/JetBrainsMono-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.bg-cover-center {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.flex-1 {
  flex: 1;
}

.transition {
  transition: 0.3s;
}

.text-mini, header#site-header .header-inner .header-menu > ul > li > a, .form-error {
  font-size: 14px;
}

.text-large {
  font-size: 18px;
}

.text-x-large, .xel-accordion button.accordion-button {
  font-size: 20px;
}

.w-fit-content {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.decoration-underline {
  text-decoration: underline;
}

.overflow-hidden {
  overflow: hidden;
}

.table-layout-fixed {
  table-layout: fixed;
}

.container-x-large {
  max-width: 1199px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}

.container-large {
  max-width: 991px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  max-width: 767px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  max-width: 576px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1399.5px) {
  .container-row > .kt-row-column-wrap {
    max-width: 1140px !important;
  }
}
@media only screen and (max-width: 1199.5px) {
  .container-row > .kt-row-column-wrap {
    max-width: 960px !important;
  }
}
@media only screen and (max-width: 991.5px) {
  .container-row > .kt-row-column-wrap {
    max-width: 720px !important;
  }
}

.cursor-pointer {
  cursor: pointer;
}

.line-clamp1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.no-decoration {
  text-decoration: none;
}

.no-bullets {
  list-style-type: none;
}

.bulleted-list li {
  position: relative;
  padding-left: 24px;
  list-style-type: none;
  margin-bottom: 16px;
}
.bulleted-list li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #4A5568;
  position: absolute;
  top: 10px;
  left: 0;
}
.bulleted-list.text-x-large > li:before, .xel-accordion button.bulleted-list.accordion-button > li:before {
  top: 13px;
}

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

.auto-image-size {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
}

.hidden-item {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.slick-slider.stylish-dots .slick-dots li {
  width: unset !important;
  height: unset !important;
}
.slick-slider.stylish-dots .slick-dots li button {
  padding: 0;
  width: 8px !important;
  height: 8px !important;
  background-color: #cacaca;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.slick-slider.stylish-dots .slick-dots li button:before {
  display: none;
}
.slick-slider.stylish-dots .slick-dots li.slick-active button {
  width: 50px !important;
  background-color: #0D1117;
}
@media only screen and (max-width: 1699px) {
  .slick-slider.stylish-dots .slick-dots li.slick-active button {
    width: 35px !important;
  }
}

.field-with-icon {
  position: relative;
  padding-left: 50px;
  background-color: #fff;
}
.field-with-icon .icon {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.mini-headline {
  position: relative;
  padding-left: 32px;
}
.mini-headline:before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #3DB83C;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0;
}
.mini-headline:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #3DB83C;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 8px;
}

.equal-height-slick-slides .slick-track {
  display: flex !important;
}
.equal-height-slick-slides .slick-slide {
  height: inherit !important;
}
.equal-height-slick-slides .slick-slide > div {
  height: 100%;
}

.slick-list-overflow-visible .slick-list {
  overflow: visible !important;
}

.-mx-2 {
  margin-left: -8px !important;
  margin-right: -8px !important;
}

/***************************************
    FONTS
***************************************/
.font-inter-regular {
  font-family: "Inter" !important;
  font-weight: 400 !important;
}

.font-inter-medium, header#site-header .header-inner .header-menu > ul > li > a, .xel-accordion button.accordion-button {
  font-family: "Inter" !important;
  font-weight: 500 !important;
}

.font-inter-semibold {
  font-family: "Inter" !important;
  font-weight: 600 !important;
}

.font-inter-bold {
  font-family: "Inter" !important;
  font-weight: 700 !important;
}

.font-sora-semibold {
  font-family: "Sora" !important;
  font-weight: 600 !important;
}

.font-sora-bold {
  font-family: "Sora" !important;
  font-weight: 700 !important;
}

.font-jetbrainsmono-medium {
  font-family: "JetBrainsMono" !important;
  font-weight: 500 !important;
}

/***************************************
    TEXT COLORS
***************************************/
.text-primary {
  color: #3DB83C !important;
}

.text-secondary {
  color: #0D1117 !important;
}

.text-bodyText {
  color: #4A5568 !important;
}

.text-dark-green {
  color: #133113 !important;
}

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

.text-lightgrey {
  color: rgba(244, 244, 244, 0.8) !important;
}

.text-success {
  color: #3DB83C !important;
}

.text-danger {
  color: #D2401E !important;
}

.text-black {
  color: #000 !important;
}

/***************************************
    TEXT COLORS ON HOVER
***************************************/
.hover-text-primary:hover {
  color: #3DB83C !important;
}

.hover-text-secondary:hover {
  color: #0D1117 !important;
}

.hover-text-bodyText:hover {
  color: #4A5568 !important;
}

.hover-text-dark-green:hover {
  color: #133113 !important;
}

.hover-text-grey:hover {
  color: #cacaca !important;
}

.hover-text-lightgrey:hover {
  color: rgba(244, 244, 244, 0.8) !important;
}

.hover-text-success:hover {
  color: #3DB83C !important;
}

.hover-text-danger:hover {
  color: #D2401E !important;
}

.hover-text-black:hover {
  color: #000 !important;
}

/***************************************
    BACKGROUND COLORS
***************************************/
.bg-primary {
  background-color: #3DB83C !important;
}

.bg-secondary {
  background-color: #0D1117 !important;
}

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

.bg-dark-green {
  background-color: #133113 !important;
}

.bg-grey {
  background-color: #cacaca !important;
}

.bg-lightgrey {
  background-color: rgba(244, 244, 244, 0.8) !important;
}

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

.bg-danger {
  background-color: #D2401E !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-white {
  background-color: #fff !important;
}

/***************************************
    BACKGROUND COLORS ON HOVER
***************************************/
.hover-bg-primary:hover {
  background-color: #3DB83C !important;
}

.hover-bg-secondary:hover {
  background-color: #0D1117 !important;
}

.hover-bg-bodyText:hover {
  background-color: #4A5568 !important;
}

.hover-bg-dark-green:hover {
  background-color: #133113 !important;
}

.hover-bg-grey:hover {
  background-color: #cacaca !important;
}

.hover-bg-lightgrey:hover {
  background-color: rgba(244, 244, 244, 0.8) !important;
}

.hover-bg-success:hover {
  background-color: #3DB83C !important;
}

.hover-bg-danger:hover {
  background-color: #D2401E !important;
}

.hover-bg-black:hover {
  background-color: #000 !important;
}

.hover-bg-white:hover {
  background-color: #fff !important;
}

/***************************************
    BORDERS
***************************************/
/******************************************
    GLOBAL CSS
******************************************/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #4A5568;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 400 !important;
  min-height: 100vh;
}
body.menu-drawer-open {
  overflow: hidden;
}

h1,
.h1 {
  font-size: 76px;
}
@media only screen and (max-width: 1699px) {
  h1,
  .h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1399.5px) {
  h1,
  .h1 {
    font-size: 42px;
  }
}

h2,
.h2 {
  font-size: 48px;
}
@media only screen and (max-width: 1699px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1399.5px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}

h3,
.h3 {
  font-size: 32px;
}

h4,
.h4 {
  font-size: 26px;
}

h5,
.h5 {
  font-size: 22px;
}

h6,
.h6 {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sora";
  font-weight: 700;
  color: #0D1117;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 400;
}

a {
  display: inline-block;
}

a:focus {
  outline: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

section {
  scroll-margin-top: 81px;
}
@media only screen and (max-width: 991.5px) {
  section {
    scroll-margin-top: 62px;
  }
}

/*************************************
    FORM CONTROL FIELD
*************************************/
@media only screen and (max-width: 767.5px) {
  .container {
    max-width: 720px !important;
    width: 100% !important;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    min-width: 1340px !important;
  }
}

.form-error {
  color: #D2401E;
  margin-top: 4px;
}

.form-label {
  font-size: 14px;
  color: #4A5568;
  font-weight: 500;
}

.form-control {
  padding: 0.5rem 0.75rem !important;
  transition: 0.3s;
  /* Chrome, Safari, Edge, Opera */
}
.form-control::-webkit-outer-spin-button, .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.form-control {
  /* Firefox */
}
.form-control[type=number] {
  -moz-appearance: textfield;
}

.form-select {
  cursor: pointer;
}

.form-control,
.form-select {
  background-color: #fff;
  height: 46px !important;
  font-size: 16px;
  color: #4A5568;
  border-radius: 4px !important;
  border: 1px solid #dee2e6 !important;
  transition: 0.3s;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border: 1px solid #3DB83C !important;
}
.form-control::plcaeholder,
.form-select::plcaeholder {
  color: #9AA5B4;
}

textarea.form-control {
  height: 130px !important;
}

.field-with-icon {
  position: relative;
}
.field-with-icon input {
  padding-right: 40px;
}
.field-with-icon .field-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
}

.form-check {
  text-align: left;
}
.form-check label {
  font-size: 14px;
}
@media only screen and (max-width: 1699px) {
  .form-check label {
    font-size: 12px;
  }
}
.form-check .form-check-input {
  width: 20px !important;
  height: 20px !important;
  border-radius: 0;
}
@media only screen and (max-width: 1699px) {
  .form-check .form-check-input {
    width: 16px !important;
    height: 16px !important;
  }
}
.form-check .form-check-input:checked {
  background-color: #3DB83C;
  border-color: #3DB83C;
  border: 1px solid #fff;
}

.rounded-1 {
  border-radius: 4px !important;
}

.rounded-2 {
  border-radius: 8px !important;
}

.rounded-3 {
  border-radius: 16px !important;
}

.rounded-4 {
  border-radius: 24px !important;
}

/**************************************
    BUTTONS
**************************************/
.xel-btn {
  padding: 9.5px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-weight: 500;
  text-align: center;
  min-width: 140px;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.3s;
}
@media only screen and (max-width: 1699px) {
  .xel-btn {
    padding: 8px 16px;
  }
}
.xel-btn .btn-icon {
  transition: 0.3s;
  display: inline-flex;
}
.xel-btn .btn-icon svg {
  width: 12px;
  height: 12px;
}
.xel-btn .btn-icon svg path {
  fill: #3DB83C;
}
.xel-btn:hover, .xel-btn:focus {
  text-decoration: none;
}
.xel-btn:hover .btn-icon.arrow-icon, .xel-btn:focus .btn-icon.arrow-icon {
  transform: rotate(45deg);
}
.xel-btn.xel-btn-large {
  font-size: 20px;
  padding: 10px 20px;
}
@media only screen and (max-width: 1699px) {
  .xel-btn.xel-btn-large {
    font-size: 18px;
    padding: 9px 16px;
  }
}

.xel-btn-square {
  width: 50px;
  height: 50px;
  min-width: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.xel-btn-primary {
  background-color: #3DB83C;
  color: #fff;
  border: 1px solid #3DB83C;
}
.xel-btn-primary .btn-icon svg path {
  fill: #fff;
}
.xel-btn-primary:hover {
  background-color: #133113;
  border-color: #133113;
  color: #fff;
}

.xel-btn-secondary {
  background-color: #0D1117;
  color: #4A5568;
  border: 1px solid #0D1117;
}
.xel-btn-secondary .btn-icon svg path {
  fill: #4A5568;
}
.xel-btn-secondary:hover {
  background-color: #0D1117;
  border-color: #0D1117;
  color: #4A5568;
}
.xel-btn-secondary:hover .btn-icon svg path {
  fill: #4A5568;
}

.xel-btn-white {
  background-color: #fff;
  color: #4A5568;
  border: 1px solid #cacaca;
}
.xel-btn-white:hover {
  color: #3DB83C;
}

.xel-btn-danger {
  background-color: #D2401E;
  color: #fff;
  border: 1px solid #D2401E;
}
.xel-btn-danger:hover {
  color: #fff;
}

.xel-btn-outline-primary {
  border: 1px solid #3DB83C;
  background-color: #fff;
  color: #3DB83C;
}
.xel-btn-outline-primary .btn-icon svg path {
  fill: #3DB83C;
}
.xel-btn-outline-primary:hover {
  background-color: #3DB83C;
  color: #fff;
}
.xel-btn-outline-primary:hover .btn-icon svg path {
  fill: #fff;
}

.xel-btn-outline-white {
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.xel-btn-outline-white:hover {
  background-color: #fff;
  color: #0D1117;
}

.xel-btn-secondary-hover-primary {
  background-color: #0D1117;
  color: #fff;
  transition: 0.3s;
}
.xel-btn-secondary-hover-primary:hover {
  background-color: #3DB83C;
  color: #fff;
}

/**********************************************
    INLINE MENU
**********************************************/
.inline-menu:has(.list-icon) {
  display: flex;
}
@media only screen and (max-width: 767.5px) {
  .inline-menu:has(.list-icon) {
    flex-wrap: wrap;
  }
}
.inline-menu:has(.list-icon) ul {
  width: calc(100% - 20px);
  padding-left: 12px;
}
@media only screen and (max-width: 767.5px) {
  .inline-menu:has(.list-icon) ul {
    width: 100%;
    padding-left: 0;
  }
}
.inline-menu:has(.list-icon) .list-icon {
  transform: translateY(6px);
}
@media only screen and (max-width: 767.5px) {
  .inline-menu:has(.list-icon) .list-icon {
    margin: 0 auto 16px;
    transform: translateY(0);
  }
}
.inline-menu .list-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inline-menu ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
}
.inline-menu ul li {
  position: relative;
}
.inline-menu ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #4A5568;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translate(50%, -50%);
  border: 1px solid #4A5568;
}
.inline-menu ul li a {
  text-decoration: none;
  color: #3DB83C;
  transition: 0.3s;
}
.inline-menu ul li a:hover, .inline-menu ul li a.active {
  color: #0D1117;
}
.inline-menu ul li:last-child:before {
  display: none;
}

/**********************************************
    TABS
**********************************************/
.xel-tabs ul {
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 0;
}
.xel-tabs ul li a,
.xel-tabs ul li button {
  border-radius: 0 !important;
  min-width: 250px;
  padding: 10px 16px 11.4px;
  background-color: rgba(244, 244, 244, 0.8) !important;
  color: #cacaca;
}
.xel-tabs ul li a:hover,
.xel-tabs ul li button:hover {
  border: 1px solid rgba(244, 244, 244, 0.8) !important;
  color: inherit;
}
.xel-tabs ul li a.active,
.xel-tabs ul li button.active {
  background-color: #0D1117 !important;
  color: #fff !important;
}

/**********************************************
    HAMBURGER
**********************************************/
.hamburger {
  width: 40px;
  position: relative;
  height: 21px;
  cursor: pointer;
}
.hamburger .line {
  position: absolute;
  right: 0;
  height: 2px;
  background-color: #3DB83C;
  transition: 0.3s;
}
.hamburger .line1 {
  width: 100%;
  top: 0;
}
.hamburger .line2 {
  width: 50%;
  top: 9px;
  opacity: 1;
  visibility: visible;
}
.hamburger .line3 {
  width: 75%;
  top: 18px;
}

header#site-header.menu-btn-clicked .hamburger .line1 {
  top: 9px;
  transform: rotate(-45deg);
}
header#site-header.menu-btn-clicked .hamburger .line2 {
  opacity: 0;
  visibility: hidden;
  top: 9px;
}
header#site-header.menu-btn-clicked .hamburger .line3 {
  top: 9px;
  transform: rotate(45deg);
  width: 100%;
}

/**************************************
    CARDS
**************************************/
.testimonial-card {
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  max-width: 820px;
  border: 1px solid #dee2e6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial-card .testimonial-text {
  margin: 0;
  color: #5B6476;
  font-style: italic;
  font-weight: 400;
}
.testimonial-card .testimonial-footer {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.testimonial-card .testimonial-footer .testimonial-author {
  display: flex;
  align-items: center;
  gap: 18px;
}
.testimonial-card .testimonial-footer .testimonial-author .author-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #EAF9EC;
  color: #33B44A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}
.testimonial-card .testimonial-footer .testimonial-author .author-info h6 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #1B1F28;
}
.testimonial-card .testimonial-footer .testimonial-author .author-info span {
  display: block;
  color: #9AA3B2;
  font-size: 12px;
}
.testimonial-card .testimonial-footer .company-logo img {
  max-width: 90px;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767.5px) {
  .testimonial-card {
    padding: 32px 24px;
  }
  .testimonial-card .testimonial-footer .author-info h4 {
    font-size: 24px;
  }
  .testimonial-card .testimonial-footer .author-info span {
    font-size: 18px;
  }
  .testimonial-card .testimonial-footer .company-logo img {
    width: 140px;
  }
}

/**************************************
    YOUTUBE VIDEO BOX
**************************************/
.youtube-video-box {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio (9 / 16 = 0.5625) */
  height: 0;
  overflow: hidden;
}
.youtube-video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/**************************************
    TABLES
**************************************/
.xel-table tr th,
.xel-table tr td {
  padding: 24px;
  border-color: #dee2e6;
  vertical-align: middle;
}
.xel-table tr th {
  color: #0D1117;
  border-bottom-width: 1px;
}
.xel-table tr:last-child td {
  border-bottom: 0;
}

/**************************************
    TABLE SCROLLER
**************************************/
.table-box {
  overflow-y: auto;
}

@media only screen and (max-width: 1699px) {
  .scroll-from-large-laptop table {
    width: 1440px;
  }
}

@media only screen and (max-width: 1399.5px) {
  .scroll-from-laptop table {
    width: 1366px;
  }
}

@media only screen and (max-width: 1199.5px) {
  .scroll-from-small-laptop table {
    width: 1199px;
  }
}

@media only screen and (max-width: 991.5px) {
  .scroll-from-ipad table {
    width: 991px;
  }
}

@media only screen and (max-width: 767.5px) {
  .scroll-from-tab table {
    width: 767px;
  }
}

@media only screen and (max-width: 575.5px) {
  .scroll-from-small-tab table {
    width: 575px;
  }
}

@media only screen and (max-width: 480.5px) {
  .scroll-from-mobile table {
    width: 480px;
  }
}

@media only screen and (max-width: 360.5px) {
  .scroll-from-small-mobile table {
    width: 365px;
  }
}

/**************************************
    SOCIAL ICONS
**************************************/
.social-icons-list .footer-social-icon {
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  margin-right: 8px;
  margin-bottom: 8px;
  text-decoration: none;
}
.social-icons-list .footer-social-icon:hover {
  color: #0D1117;
}

/**************************************
    ACCORDION
**************************************/
.xel-accordion .accordion-item {
  border: 1px solid rgba(244, 244, 244, 0.8);
  margin-bottom: 16px;
  border-radius: 0;
  background-color: #fff;
}
.xel-accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.xel-accordion button.accordion-button {
  padding: 24px;
  min-height: 80px;
  border-bottom: 0;
  border-radius: 0;
}
.xel-accordion button.accordion-button:focus {
  box-shadow: unset;
}
.xel-accordion button.accordion-button:not(.collapsed) {
  color: #3DB83C !important;
  background-color: #fff;
}
.xel-accordion button.accordion-button::after {
  width: 30px;
  height: 30px;
  background-color: #3DB83C;
  background-image: url("./assets/images/svg-icons/arrow-right-white-for-btn.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition-property: height, visibility;
    transition-duration: 0.35s;
  }
}
/**************************************
    MARQUEE SLIDER
**************************************/
.marquee-slider {
  position: relative;
  overflow: hidden;
}
.marquee-slider::before, .marquee-slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
  pointer-events: none;
}
.marquee-slider::before {
  left: 0;
}
.marquee-slider::after {
  right: 0;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.marquee-slider .slick-slide {
  padding: 0 8px;
}
.marquee-slider .marquee-item {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 14px;
  color: #1B1F28;
  border: 1px solid #dee2e6;
  padding: 8px 20px 8px 32px;
  background-color: white;
  position: relative;
  transition: 0.3s;
}
.marquee-slider .marquee-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #3DB83C;
  border-radius: 50%;
}
.marquee-slider .marquee-item span {
  display: inline-block;
}

.marquee-slider.clients-slider .marquee-item {
  border: 0;
  color: #9AA5B4;
  padding: 8px 14px;
}
.marquee-slider.clients-slider .marquee-item:before {
  display: none;
}

/****************************************
    HEADER
****************************************/
header#site-header {
  position: fixed;
  border-bottom: 1px solid rgba(222, 226, 230, 0.1411764706);
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(233, 234, 235, 0.031372549);
  z-index: 9;
  backdrop-filter: blur(20px);
}
header#site-header.header-light {
  background-color: rgba(255, 255, 255, 0.8705882353);
}
header#site-header .header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}
@media only screen and (max-width: 991.5px) {
  header#site-header .header-inner {
    padding: 16px 0;
  }
}
header#site-header .header-inner ul li {
  list-style-type: none;
}
header#site-header .header-inner ul li a {
  text-decoration: none;
  transition: 0.3s;
}
header#site-header .header-inner .header-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header#site-header .header-inner .header-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
header#site-header .header-inner .header-right .dropdown-toggle:focus {
  box-shadow: unset;
}
header#site-header .header-inner .header-right .dropdown-toggle:after {
  margin-left: 8px;
}
header#site-header .header-inner .header-right .dropdown-menu {
  top: 21px !important;
  border-radius: 0;
}
header#site-header .header-inner .xel-btn {
  padding: 7px 16px 6.4px;
}
header#site-header .header-inner .logo-box .logo img {
  max-width: 155px;
  width: 100% !important;
  height: auto !important;
  position: static !important;
}
header#site-header .header-inner .header-menu {
  transition: 0.3s;
}
@media only screen and (max-width: 991.5px) {
  header#site-header .header-inner .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    background-color: rgba(255, 255, 255, 0.768627451);
    border-right: 1px solid #dee2e6;
    padding: 16px;
    backdrop-filter: blur(20px);
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
@media only screen and (max-width: 480.5px) {
  header#site-header .header-inner .header-menu {
    width: 100%;
  }
}
header#site-header .header-inner .header-menu .logo-box img {
  width: 100px !important;
}
header#site-header .header-inner .header-menu > ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 40px;
}
@media only screen and (max-width: 1199.5px) {
  header#site-header .header-inner .header-menu > ul {
    gap: 0 24px;
  }
}
@media only screen and (max-width: 991.5px) {
  header#site-header .header-inner .header-menu > ul {
    height: calc(100vh - 176px);
    overflow-y: auto;
    display: block;
  }
}
header#site-header .header-inner .header-menu > ul > li {
  padding: 28px 0;
}
@media only screen and (max-width: 991.5px) {
  header#site-header .header-inner .header-menu > ul > li {
    width: 100%;
    margin-bottom: 16px;
  }
}
header#site-header .header-inner .header-menu > ul > li > a {
  text-decoration: none;
  position: relative;
  color: #4A5568;
  transition: 0.3s;
}
header#site-header .header-inner .header-menu > ul > li > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #3DB83C;
  transition: 0.3s;
}
header#site-header .header-inner .header-menu > ul > li > a:hover:before, header#site-header .header-inner .header-menu > ul > li > a.active:before {
  width: 100%;
}
@media only screen and (max-width: 991.5px) {
  header#site-header .header-inner .header-menu > ul > li > a {
    font-size: 20px;
  }
}
header#site-header .header-inner .header-menu > ul > li:hover:hover > .header-mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header#site-header .header-inner .search-form input {
  height: 40px !important;
  padding: 4px 16px !important;
  border-radius: 25px;
  width: 200px;
}

header#site-header.menu-btn-clicked .header-inner .header-menu {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.header-mega-menu {
  position: fixed;
  left: 0;
  width: 100%;
  top: 84px;
  background-color: white;
  background-size: 70% auto;
  background-repeat: repeat-y;
  background-position: right center;
  border-bottom: 1px solid #DCE6FA;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: 0.3s;
}
@media only screen and (max-width: 1699px) {
  .header-mega-menu {
    top: 81px;
  }
}
.header-mega-menu ul li a {
  color: #4A5568;
  transition: 0.3s;
}
.header-mega-menu ul li a:hover {
  color: #3DB83C;
}
.header-mega-menu .content-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.header-mega-menu .content-wrapper .left-col {
  width: 300px;
  padding-right: 48px;
  border-right: 1px solid #DCE6FA;
}
@media only screen and (max-width: 1399.5px) {
  .header-mega-menu .content-wrapper .left-col {
    padding-right: 24px;
  }
}
.header-mega-menu .content-wrapper .right-col {
  width: calc(100% - 300px);
  padding-left: 48px;
  max-height: calc(100vh - 154px);
  overflow-y: auto;
}
@media only screen and (max-width: 1399.5px) {
  .header-mega-menu .content-wrapper .right-col {
    padding-left: 24px;
  }
}
.header-mega-menu .content-wrapper .nav-pills .nav-item {
  margin-bottom: 8px;
}
.header-mega-menu .content-wrapper .nav-pills .nav-item:last-child {
  margin-bottom: 0;
}
.header-mega-menu .content-wrapper .nav-pills .nav-item .nav-link {
  border-radius: 0;
  color: #4A5568;
  width: 100%;
  transition: 0.3s;
}
.header-mega-menu .content-wrapper .nav-pills .nav-item .nav-link:hover {
  color: #0D1117;
}
.header-mega-menu .content-wrapper .nav-pills .nav-item .nav-link.active, .header-mega-menu .content-wrapper .nav-pills .nav-item .nav-link:hover, .header-mega-menu .content-wrapper .nav-pills .nav-item .nav-link:focus {
  background-color: rgba(244, 244, 244, 0.8);
}
.header-mega-menu .content-wrapper .nav-pills .nav-item .nav-link.active .title, .header-mega-menu .content-wrapper .nav-pills .nav-item .nav-link:hover .title, .header-mega-menu .content-wrapper .nav-pills .nav-item .nav-link:focus .title {
  color: #3DB83C;
}
.header-mega-menu .content-wrapper .nav-pills .nav-item .nav-link.active .sub-title, .header-mega-menu .content-wrapper .nav-pills .nav-item .nav-link:hover .sub-title, .header-mega-menu .content-wrapper .nav-pills .nav-item .nav-link:focus .sub-title {
  color: #4A5568;
}
.header-mega-menu .content-wrapper .widget-title {
  position: relative;
}
.header-mega-menu .content-wrapper .widget-title:after {
  content: "";
  position: absolute;
  top: 9px;
  left: -14px;
  width: 6px;
  height: 6px;
  background-color: #3DB83C;
}
.header-mega-menu .content-wrapper ul.widget-list > li {
  margin-bottom: 4px;
}

/* Mobile menu */
body.menu-drawer-open {
  overflow: hidden;
}

.mobile-header-menu-box {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 440px;
  width: 100%;
  background-color: white;
  height: 100vh;
  border-right: 1px solid #dee2e6;
  display: none;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: translateX(-100%);
}
@media only screen and (max-width: 991.5px) {
  .mobile-header-menu-box {
    display: flex;
  }
}

.menu-btn-clicked .mobile-header-menu-box {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.mobile-header-menu-box .logo-box {
  padding: 16px;
}

.mobile-header-menu-box .logo-box > a {
  max-width: 176px;
  width: 100%;
  display: block;
}

.mobile-header-menu-box .mobile-header-menu-body {
  height: calc(100% - 66px - 72px);
  padding: 16px 0;
  background-image: url("./assets/images/bg-shape1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}

.mobile-header-menu-box .mobile-header-menu-body > nav {
  max-height: 100%;
  overflow: auto;
}

.mobile-header-menu-box .mobile-header-menu-body > nav ul li a {
  display: block;
  color: #4A5568;
}
.mobile-header-menu-box .mobile-header-menu-body > nav ul li a:hover {
  color: #fbaa03;
}
.mobile-header-menu-box .mobile-header-menu-body > nav ul li a:active, .mobile-header-menu-box .mobile-header-menu-body > nav ul li a:focus {
  color: #fbaa03;
}

.mobile-header-menu-box .mobile-header-menu-body > nav > ul > li > a {
  padding: 12px 16px;
  font-size: 18px;
  border-bottom: 1px solid #dee2e6;
  position: relative;
  background-color: rgba(255, 255, 255, 0.75);
}

.mobile-header-menu-box .mobile-header-menu-body > nav > ul > li:first-child > a {
  border-top: 1px solid #dee2e6;
}

.mobile-header-menu-box .mobile-header-menu-body > nav > ul > li.has-mobile-dropdown-menu > a:before {
  content: "";
  width: 46px;
  height: 100%;
  background-image: url("./assets/images/svg-icons/arrow-down-grey.svg");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #dee2e6;
}

.has-mobile-dropdown-menu > .dropdown-box {
  padding: 12px 16px;
  border-bottom: 1px solid #dee2e6;
  background-color: rgba(0, 0, 0, 0.031372549);
  display: none;
}

.has-mobile-dropdown-menu > .dropdown-box > h5 {
  margin-bottom: 12px;
}

.has-mobile-dropdown-menu > .dropdown-box > ul:not(:last-child) {
  margin-bottom: 24px;
}

.has-mobile-dropdown-menu > .dropdown-box ul li:not(:last-child) {
  margin-bottom: 12px;
}

/****************************************
  MAIN STYLES
****************************************/
.banner-section {
  position: relative;
}
.banner-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-section > .container {
  min-height: 100vh;
  padding-top: 180px;
  padding-bottom: 120px;
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1699px) {
  .banner-section > .container {
    padding-top: 140px;
    padding-bottom: 80px;
  }
}
.banner-section .banner-content {
  max-width: 685px;
  width: 100%;
}

.wpcf7-form-control.axl-btn {
  padding: 7px 16px;
}

/****************************************
  FOOTER
****************************************/
footer#site-footer {
  font-size: 16px;
}
@media only screen and (max-width: 1699px) {
  footer#site-footer .footer-middle .logo-box img {
    max-width: 130px;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */