/*-----------------------------------------------------------------

Template Name: Marketi - Digital Marketing Agency HTML Template
Author:  wprealizer
Author URI: https://themeforest.net/user/wprealizer/portfolio
Developer: WPRealizer Team
Version: 1.0.0
Description: Marketi - Digital Marketing Agency HTML5 Template

-------------------------------------------------------------------
CSS TABLE OF CONTENTS
-------------------------------------------------------------------

01. abstracts
    1.01 --> mixins
    1.02 --> variable

02. base
    2.01 --> typography
    2.02 --> animation
    2.03 --> responsive

03. components
    3.01 --> buttons
    3.02 --> progress

04. layout
    4.01 --> header
    4.02 --> banner
    4.03 --> section
    4.04 --> footer

------------------------------------------------------------------*/
@import "clash-grotesk.css";
@import "SFProDisplay.css";
:root {
  --primary-color: #eaeaea;
  --primary-two: #1e7e83;
  --secondary-color: #020d0a;
  --sub-bg: #124e5205;
  --sub-bg-two: #1b575b03;
  --heading-color: #1c1a1d;
  --paragraph: #020d0ab2;
  --paragraph-light: #ffffffb2;
  --span: #020d0ab2;
  --border: #020d0a33;
  --white: #ffffff;
  --black: #020d0a;
  --black-sub: #020d0a08;
  --border-1px: 1px solid #020d0a33;
  --border-2px: 2px solid #020d0a33;
  --transition: all 0.5s ease-in-out;
  --shadow: 0px 4px 25px 0px #0000000f;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Sarabun', sans-serif !important;
  color: var(--paragraph);
  background-color: var(--white);
  line-height: 32px;
  font-weight: 400;
  overflow-x: hidden;
}

.set-cursor {
  cursor: pointer;
}
.font-normal {
  font-weight: normal;
}
.font-logo {
  color: #efb227;
  font-size: 32px;
  text-decoration: none;
}
.font-logo-black {
  color: #333333;
}
.font-logo-white {
  color: #ffffff;
}
.font-responsive-title {
  font-size: 20px;
} @media (max-width: 520px) {
  .font-responsive-title {
    font-size: 14px;
    text-align: center !important;
  }
}
.font-title-20px {
  font-size: 20px;
} @media (max-width: 520px) {
  .font-title-20px {
    font-size: 20px;
    text-align: center !important;
  }
}
.font-8px {
  font-size: 8px !important;
}
.font-10px {
  font-size: 10px !important;
}
.font-11px {
  font-size: 11px !important;
}
.font-12px {
  font-size: 12px !important;
}
.font-14px {
  font-size: 14px !important;
}
.font-16px {
  font-size: 16px !important;
}
.font-18px {
  font-size: 18px !important;
}
.font-20px {
  font-size: 20px !important;
}
.font-22px {
  font-size: 22px !important;
}
.font-24px {
  font-size: 24px !important;
}
.font-26px {
  font-size: 26px !important;
}
.font-27px {
  font-size: 27px !important;
}
.font-28px {
  font-size: 28px !important;
}
.font-30px {
  font-size: 30px !important;
}
.font-32px {
  font-size: 32px !important;
}
.font-36px {
  font-size: 36px !important;
}
.font-38px {
  font-size: 38px !important;
}
.font-40px {
  font-size: 40px !important;
}
.font-42px {
  font-size: 42px !important;
}
.text-weight600 {
  font-weight: 600;
}
.text-black {
  color: #333333 !important;
}
.text-green {
  color: #03a84e !important;
}
.text-yellow {
  color: #efb227 !important;
}
.text-orange {
  color: #ff4719 !important;
}
.text-red {
  color: #fa0a0a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-blueocean {
  color: #096267 !important;
}
.text-height-18px {
  height: 18px;
  line-height: 18px;
}
.text-height-20px {
  height: 20px;
  line-height: 20px;
}
.text-height-32px {
  line-height: 32px !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.scale-85px {
  width: 85px !important;
}
.scale-180px {
  width: 180px !important;
}
.scale-360px {
  width: 360px !important;
}
.text-mark {
  background-color: #bbbbbb;
  color: #ffffff;
  margin-bottom: 10px;
}
.margin-top-20px {
  margin-top: 20px !important;
}
.margin-bottom-0px {
  margin-bottom: 0px !important;
}
.margin-bottom-15px {
  margin-bottom: 15px !important;
}
.padding-0px {
  padding: 0px !important;
}
.padding-5px {
  padding: 5px;
}
.padding-10px {
  padding: 10px;
}
.padding-15px {
  padding: 15px;
}
.padding-20px {
  padding: 20px;
}
.padding-42px {
  padding: 42px;
}
.padding-42px-lr {
  padding-left: 42px;
  padding-right: 42px;
}
.min-height-230 {
  min-height: 230px;
}
.min-height-295 {
  min-height: 295px;
}
.lock-img {
  pointer-events: none;
}
.journey {
  padding: 15px;
  background-color: #f7f7f7;
  font-size: 14px;
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px #e5e5e5 solid;
  text-align: left;
}
.journey:hover {
  background-color: #e9e9e9;
}

.page-title h2 {
    font-size: 40px !important;
    line-height: 45px;
  }
  @media (max-width: 575px) {
    .page-title h2 {
      font-size: 22px !important;
      line-height: 45px;
    }
  }

  .ref-title h2 {
    font-size: 28px !important;
    line-height: 45px;
  }
  @media (max-width: 575px) {
    .ref-title h2 {
      font-size: 20px !important;
      line-height: 45px;
    }
  }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: var(--heading-color);
  font-weight: 500;
}

h1 {
  font-size: 64px;
  line-height: 80px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 45px;
  }
}

h2 {
  font-size: 60px;
  line-height: 72px;
}
@media (max-width: 575px) {
  h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

h3 {
  font-size: 28px;
  line-height: 40px;
}

h4 {
  font-size: 26px;
  line-height: 36px;
}

h5 {
  font-size: 22px;
  line-height: 32px;
}

h6 {
  font-size: 18px;
  line-height: 28px;
}

p {
  margin: 0;
  padding: 0;
  line-height: 32px;
  font-size: 18px;
}

span {
  display: inline-block;
  color: var(--span);
}

a {
  text-decoration: none;
  display: inline-block;
  color: #333;
  transition: var(--transition);
}

a:hover {
  color: #dddddd;
}

ul {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

li {
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
}

input {
  border: none;
  outline: none;
}

::-moz-placeholder {
  color: var(--span);
}

::placeholder {
  color: var(--span);
}

::-moz-selection {
  color: var(--white);
  background-color: var(--primary-color);
}

::selection {
  color: var(--white);
  background-color: var(--primary-color);
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

@media (max-width: 767px) {
  .pt-70 {
    padding-top: 30px;
  }
  .pb-70 {
    padding-bottom: 30px;
  }
  .mt-70 {
    margin-top: 30px;
  }
  .mb-70 {
    margin-bottom: 30px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pb-80 {
    padding-bottom: 40px;
  }
  .mt-80 {
    margin-top: 40px;
  }
  .mb-80 {
    margin-bottom: 40px;
  }
  .pt-90 {
    padding-top: 40px;
  }
  .pb-90 {
    padding-bottom: 40px;
  }
  .mt-90 {
    margin-top: 40px;
  }
  .mb-90 {
    margin-bottom: 40px;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .mt-120 {
    margin-top: 60px;
  }
  .mb-120 {
    margin-bottom: 60px;
  }
  .pt-140 {
    padding-top: 70px;
  }
  .pb-140 {
    padding-bottom: 70px;
  }
  .mt-140 {
    margin-top: 70px;
  }
  .mb-140 {
    margin-bottom: 70px;
  }
}
.bor {
  border: 1px solid var(--border) !important;
}

.bor-top {
  border-top: 1px solid var(--border);
}

.bor-left {
  border-left: 1px solid var(--border);
}

.bor-bottom {
  border-bottom: 1px solid var(--border);
}

.bor-right {
  border-right: 1px solid var(--border);
}

.border-none {
  border: none !important;
}

.text-justify {
  text-align: justify;
}

.image img {
  width: 100%;
}

.para-color {
  color: var(--paragraph) !important;
}

.para-light-color {
  color: var(--paragraph-light) !important;
}

.primary-color {
  color: var(--primary-color) !important;
}

.primary-two-color {
  color: var(--primary-two) !important;
}

.primary-hover:hover {
  color: var(--primary-color) !important;
}

.secondary-color {
  color: var(--secondary-color) !important;
}

.transition {
  transition: var(--transition);
}

.primary-bg {
  background-color: var(--primary-color) !important;
}

.primary-two-bg {
  background-color: var(--primary-two) !important;
}

.secondary-bg {
  background-color: var(--secondary-color) !important;
}

.footer-bg {
  background-color: #109ea5 !important;
}

.sub-bg {
  background-color: var(--sub-bg);
}

.inner-sub-bg {
  background-color: #fdfdfd !important;
}

.sub-bg-two {
  background-color: var(--sub-bg-two);
}

.sm-font {
  font-size: 14px;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.shadow {
  box-shadow: var(--shadow) !important;
}

.overlay {
  position: relative;
  z-index: 1;
}
.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.custom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.accordion .accordion-item {
  border: var(--border-1px);
  border-radius: 24px;
}
.accordion .accordion-item h2 button {
  font-size: 28px;
  line-height: 35px;
  font-weight: 400;
  box-shadow: none;
  border-radius: 0 !important;
  padding: 20px 30px;
}
@media (max-width: 767px) {
  .accordion .accordion-item h2 button {
    font-size: 20px;
    line-height: 30px;
  }
}
.accordion .accordion-item .accordion-body {
  padding: 20px 30px;
  padding-top: 0;
}
.accordion .accordion-button {
  background-color: transparent;
  color: #efb227 !important;
}
.accordion .accordion-button::after {
  display: none;
}
.accordion .accordion-button::before {
  position: absolute;
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  top: 20px;
  right: 25px;
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 0px;
  color: var(--heading-color);
  text-align: center;
  transition: var(--transition);
}
.accordion .accordion-button.collapsed {
  background-color: #00000005 !important;
  color: #096267 !important;
}
.accordion .accordion-button.collapsed::before {
  content: "+";
  color: rgba(2, 13, 10, 0.4);
}

.swiper__info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 auto;
  width: 480px !important;
}
@media (max-width: 500px) {
  .swiper__info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 auto;
    width: 360px !important;
  }
}

.swiper__info .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #03a84e;
}
@media (max-width: 500px) {
  .swiper__info .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #03a84e;
  }
}

.swiper__info .dot {
  text-align: center;
}
.swiper__info button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  font-size: 26px;
  color: var(--border);
  transition: var(--transition);
}
.swiper__info button:hover {
  color: var(--heading-color);
}
.swiper__info button.active {
  color: var(--heading-color);
}
.swiper__info .swiper-pagination-fraction {
  font-size: 20px;
}
.swiper__info .swiper-pagination-fraction .swiper-pagination-current {
  color: var(--heading-color);
}

.pegi {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.pegi .dot-pegi {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  background-color: rgba(27, 91, 74, 0.1019607843);
  transition: var(--transition);
}
.pegi .dot-pegi:hover {
  background-color: var(--primary-two);
}
.pegi .dot-pegi.active {
  background-color: var(--primary-two);
}
.pegi a {
  font-size: 24px;
  color: rgba(2, 13, 10, 0.2);
}
.pegi a:hover {
  color: var(--heading-color);
}
.pegi a.active {
  color: var(--heading-color);
}

.preloader {
  position: fixed;
  z-index: 1222;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: var(--paragraph-light);
  display: flex;
  justify-content: center;
  align-items: center;
}
.preloader .loading-overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.1098039216);
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.preloader .custom-loader {
  display: inline-block;
  position: relative;
  width: 74px;
  height: 100px;
  align-items: center;
  justify-content: center;
}
.preloader .custom-loader div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--primary-color);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.preloader .custom-loader div:nth-child(1) {
  left: 8px;
  animation: marketi-preloader1 0.6s infinite;
}
.preloader .custom-loader div:nth-child(2) {
  left: 8px;
  animation: marketi-preloader2 0.6s infinite;
}
.preloader .custom-loader div:nth-child(3) {
  left: 32px;
  animation: marketi-preloader2 0.6s infinite;
}
.preloader .custom-loader div:nth-child(4) {
  left: 56px;
  animation: marketi-preloader3 0.6s infinite;
}

@keyframes marketi-preloader1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes marketi-preloader3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes marketi-preloader2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.star i {
  color: #ffc422;
}

@keyframes sway {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}
.sway__animation {
  animation: sway 2s linear infinite alternate;
}

.btn-four {
  padding: 5px 40px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background-color: #e2a412;
  display: inline-block;
  position: relative;
  letter-spacing: 0.5px;
  z-index: 3;
  overflow: hidden;
}

.btn-four::before {
  content: "";
  position: absolute;
  height: 500px;
  width: 550px;
  top: 50%;
  left: 50%;
  background: #f8ca5d;
  border-radius: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: all 0.5s ease-out 0s;
  z-index: -1;
}

.btn-five {
  padding: 5px 20px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background-color: #03a84e;
  display: inline-block;
  position: relative;
  letter-spacing: 0.5px;
  z-index: 3;
  overflow: hidden;
}

.btn-five::before {
  content: "";
  position: absolute;
  height: 500px;
  width: 550px;
  top: 50%;
  left: 50%;
  background: #08b455;
  border-radius: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: all 0.5s ease-out 0s;
  z-index: -1;
}

.btn-one, .btn-three, .btn-two {
  padding: 5px 30px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background-color: #ff4719;
  display: inline-block;
  position: relative;
  letter-spacing: 0.5px;
  z-index: 3;
  overflow: hidden;
}
@media (max-width: 450px) {
  .btn-one, .btn-three, .btn-two, .btn-four, .btn-five {
    padding: 5px 14px;
    font-size: 11px;
  }
}

.btn-one::before, .btn-three::before, .btn-two::before {
  content: "";
  position: absolute;
  height: 500px;
  width: 550px;
  top: 50%;
  left: 50%;
  background: #f56e4d;
  border-radius: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: all 0.5s ease-out 0s;
  z-index: -1;
}
.btn-one:hover, .btn-three:hover, .btn-two:hover, .btn-four:hover, .btn-five:hover {
  color: var(--white);
  background-color: #ffffff;
}

.btn-one:hover::before, .btn-three:hover::before, .btn-two:hover::before, .btn-four:hover::before, .btn-five:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}
.btn-two::before {
  background: #fd6d49;
}
.btn-two:hover {
  color: var(--heading-color);
}
.btn-two.active {
  background-color: #70c925;
}
.btn-two.active::before {
  background-color: #a7a7a7;
}
.btn-three {
  color: var(--white);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3215686275);
}
.btn-three i {
  transform: rotate(-45deg);
  transition: var(--transition);
}
.btn-three::before {
  display: none;
}
.btn-three:hover i {
  transform: rotate(0deg);
}
.btn-menu {
  padding: 10px 22px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  color: var(--heading-color);
  display: inline-block;
  letter-spacing: 0.5px;
  border: 1px solid #68dc80;
}
.btn-backToTop {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  border-radius: 12px;
  background-color: #efb227;
  color: var(--heading-color);
  font-size: 18px;
  box-shadow: var(--shadow);
  position: fixed;
  z-index: 99;
  right: 30px;
  bottom: 30px;
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.btn-backToTop.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.arry-prev, .arry-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  color: var(--primary-color);
  transition: var(--transition);
  border: 1px solid var(--primary-color);
  font-size: 20px;
}
.arry-prev:hover, .arry-next:hover {
  background-color: var(--primary-color);
  color: var(--white);
}
.arry-prev.active, .active.arry-next {
  background-color: var(--primary-color);
  color: var(--white);
}

.explore-btn span, .explore-btn-light span {
  font-weight: 500;
  color: var(--heading-color);
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
}
.explore-btn span:after, .explore-btn-light span:after {
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: -1;
  content: "";
  background-color: rgba(2, 13, 10, 0.5019607843);
  width: 100%;
  height: 1px;
}
.explore-btn i, .explore-btn-light i {
  margin-left: 5px;
  transform: rotate(-45deg);
  transition: var(--transition);
}
.explore-btn:hover i, .explore-btn-light:hover i {
  transform: rotate(0);
}
.explore-btn-light span {
  color: var(--white);
}
.explore-btn-light span::after {
  background-color: rgba(255, 255, 255, 0.5019607843);
}
.explore-btn-light i {
  color: var(--white);
}

.video-btn {
  position: relative;
  text-align: center;
  display: inline-block;
  z-index: 2;
}
.video-btn a {
  position: relative;
  color: var(--primary-color);
  font-size: 28px;
  z-index: 1;
  background-color: var(--white);
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  display: block;
}
.video-btn.video-pulse::after, .video-btn.video-pulse::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--white);
  opacity: 0.7;
  left: 0;
  top: 0;
  border-radius: 50%;
  animation-duration: 2.5s;
  animation-timing-function: linear;
  animation-name: video-animation;
  animation-iteration-count: infinite;
}
.video-btn.video-pulse::before {
  animation-delay: 1s;
}

.progress-area .progress {
  background-color: var(--sub-bg);
  height: 12px;
  border-radius: 0px;
}
.progress-area .progress .progress-bar {
  background-color: var(--primary-color);
}
.progress__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.progress__title span {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
}
.progress__item {
  width: 100%;
  height: 8px;
  background-color: var(--sub-bg);
}
.progress__item .progress__content {
  background-color: var(--primary-color);
  height: 8px;
  position: relative;
}
.progress__item .progress__content span {
  position: absolute;
  top: -6px;
  right: 0;
  display: inline-block;
  padding: 2px 5px;
  background-color: var(--primary-color);
  color: var(--white);
  font-size: 10px;
  line-height: 16px;
}
.progress__goal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.progress__goal h6 {
  font-size: 14px;
}
.progress__goal h6 span {
  font-weight: 500;
  color: var(--primary-color);
}

.swn-logo {
  pointer-events: none;
  width: auto !important;
  height: 110px;
}
.swn-logo2 {
  pointer-events: none;
  width: auto !important;
  height: 160px;
}
.text-padding-10px {
  padding: 10px !important;
}
.scale-padding-5px {
  padding: 5px !important;
}
.logo {
  display: block;
  width: 179px;
}
.logo img {
  width: 100%;
}

.header-top {
  padding: 16px 0;
  overflow: hidden;
  background-color: #109ea5;
}

.header-top a {
  color: #dddddd !important;
  font-weight: 500;
}

.header-top a:hover, .header-top a:active {
  color: #1e7e83 !important;
}

.header-top .header-top-wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-top .header-top-wrp .info {
  color: var(--white);
}
.header-top .header-top-wrp .info span {
  color: var(--white);
}
.header-top .header-top-wrp .info a {
  transition: var(--transition);
  color: var(--white);
  font-size: 15px;
}
.header-top .header-top-wrp .info a:hover {
  color: var(--heading-color);
}
.header-top .header-top-wrp .info i {
  color: #1e7e83 !important;
  padding-right: 5px;
}
.header-top .header-top-wrp .info li {
  float: left;
  line-height: 0;
}
.header-top .header-top-wrp .link-info {
  position: relative;
  z-index: 2;
}
.header-top .header-top-wrp .link-info li {
  float: left;
  line-height: 0;
}
.header-top .header-top-wrp .link-info li a {
  width: 40px;
  color: var(--white);
  text-align: center;
}
.header-top .header-top-wrp .link-info li a:hover {
  color: var(--heading-color);
}

.header-area {
  position: fixed;
  width: 100%;
  top: 45px;
  z-index: 999;
}
.header-area.menu-fixed {
  background-color: #ffffff;
  box-shadow: var(--shadow);
  top: 0;
}
.header-area.menu-fixed a {
  color: #1e7e83 !important;
}
.header-area.menu-fixed a:hover {
  color: #efb227 !important;
}

@media (max-width: 991px) {
  .header-area {
    top: 0;
  }
}
.header__main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.sub-menu-width-150px {
  width: 150px !important;
}
.header__main .main-menu ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header__main .main-menu ul li {
  position: relative;
}
.header__main .main-menu ul li a {
  padding: 30px 0;
}
.header__main .main-menu ul li a i {
  font-size: 12px;
  transition: var(--transition);
}
.header__main .main-menu ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 99;
  flex-direction: column;
  gap: 0;
  width: 280px;
  box-shadow: var(--shadow);
  background-color: var(--white);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  font-size: 14px !important;
  border: 1px #1e7e83 solid;
}
.header__main .main-menu ul li .sub-menu li {
  width: 100%;
}
.header__main .main-menu ul li .sub-menu li:not(:last-child) {
  border-bottom: 0px solid var(--border);
}
.header__main .main-menu ul li .sub-menu li a {
  display: block;
  padding: 3px 15px;
  color: #1e7e83 !important;
}
.header__main .main-menu ul li .sub-menu li a:hover {
  padding-left: 25px;
  color: #ffffff !important;
  background-color: #efb227;
}
.header__main .main-menu ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.header__main .main-menu ul li:hover:hover a {
  color: #efb227;
}
.header__main .main-menu ul li:hover:hover i {
  transform: rotate(-180deg);
  color: #dddddd;
}
.header__main .main-menu-light ul li a {
  color: var(--white);
}
.header__main .main-menu-light ul li:hover a {
  color: var(--white) !important;
}
.header__main .main-menu-light ul li:hover i {
  color: var(--white) !important;
}
@media (max-width: 991px) {
  .header__main {
    padding: 15px 0;
  }
}

.nav_link a {
  color: #dddddd !important;
  font-weight: 500 !important;
}
.nav_link a:hover {
  color: #efb227 !important;
}

.header__main .bars i {
  font-size: 18px;
  cursor: pointer;
  display: inline-block;
  color: var(--paragraph);
  padding: 10px;
  border-radius: 10px;
  border: var(--border-1px);
}

.header-area .logo {
  display: none;
}
.header-area .logo.logo-light {
  display: block;
}
.header-area.menu-fixed .logo.logo-light {
  display: none;
}
.header-area.menu-fixed .logo {
  display: block;
}
.header-area.menu-fixed .main-menu-light ul li a {
  color: var(--heading-color);
}
.header-area.menu-fixed .main-menu-light ul li:hover a {
  color: var(--primary-color) !important;
}
.header-area.menu-fixed .main-menu-light ul li:hover i {
  color: var(--primary-color) !important;
}
.header-area.menu-fixed .btn-two:hover {
  color: var(--white);
}
.header-area.menu-fixed .btn-two::before {
  background-color: var(--heading-color);
}

.sidebar-area {
  position: fixed;
  top: 0;
  right: 0px;
  width: 350px;
  height: 100%;
  background-color: #6bd4d9;
  padding: 30px;
  padding-top: 30px;
  z-index: 9999;
  transition: var(--transition);
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 575px) {
  .sidebar-area {
    width: 350px;
  }
}
.sidebar-area p {
  color: var(--white);
}
.sidebar-area .info {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.sidebar-area .info li {
  font-size: 15px;
}
.sidebar-area .info li i {
  margin-right: 8px;
}
.sidebar-area .info li a {
  color: var(--white);
}
.sidebar-area .sidebar__overlay {
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sidebar-area button {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transition: var(--transition);
}
.sidebar-area button:hover {
  transform: rotate(90deg);
}
.sidebar-area .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--primary-color);
  margin-right: 10px;
}
.sidebar-area .social-icon a:hover {
  background-color: var(--primary-color);
  color: var(--heading-color);
  border: 1px solid var(--primary-color);
}
.sidebar-area.sidebar__hide {
  visibility: hidden;
  opacity: 0;
  right: -30px;
}

.mobile-menu .meanmenu-reveal {
  display: none !important;
}
.mobile-menu.mean-container .mean-nav > ul {
  width: 100%;
  display: block !important;
}
.mobile-menu ul li a i {
  display: none;
}
.banner_bg {
  background-color: #109ea5;
}

.banner-up-down {
  animation: MoveUpDown 2s linear infinite;
  pointer-events: none;
  position: relative;
  left: 0;
  bottom: 0;
}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 10px;
  }
}

.banner-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
  /* padding-top: 210px;
  padding-bottom: 250px; */
  padding-top: 120px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .banner-area {
    padding: 140px 0;
  }
}
.banner__hero {
  position: absolute;
  right: 9%;
  bottom: 0;
  z-index: -1;
}
.banner__hero-info {
  position: absolute;
  right: 0;
  bottom: 10%;
  z-index: -1;
}
@media (max-width: 991px) {
  .banner__hero-info {
    display: none;
  }
}
@media (max-width: 991px) {
  .banner__hero {
    display: none;
  }
}
.banner__content {
  max-width: 520px;
  padding: 20px;
}
.banner__content h1 span {
  position: relative;
  z-index: 1;
  color: var(--heading-color);
}
.banner__content h1 span::after {
  position: absolute;
  background-color: #ffc422;
  content: "";
  width: 100%;
  height: 20%;
  left: 0;
  bottom: 15px;
  z-index: -1;
}
.banner-two-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #109ea5;
}
.banner-two__content {
  max-width: 545px;
  padding-top: 200px;
  padding-bottom: 260px;
}
.banner-two__content h4 {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 2px;
  color: var(--white);
  padding: 5px 15px;
  border-radius: 12px;
  background-color: var(--primary-two);
  display: inline-block;
  text-transform: uppercase;
}
.banner-two__content h1 {
  font-size: 60px;
  line-height: 72px;
  color: var(--white);
  text-transform: capitalize;
}
.banner-two__content p {
  color: var(--paragraph-light);
}
@media (max-width: 767px) {
  .banner-two__content {
    padding: 120px 0;
  }
  .banner-two__content h1 {
    font-size: 50px;
    line-height: 60px;
    color: var(--white);
    text-transform: capitalize;
  }
}
.banner-two__image {
  max-width: 892px;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
@media (max-width: 1600px) {
  .banner-two__image {
    max-width: 700px;
  }
}
@media (max-width: 1399px) {
  .banner-two__image {
    max-width: 500px;
  }
}
@media (max-width: 1199px) {
  .banner-two__image {
    display: none;
  }
}
.banner-inner-area {
  overflow: hidden;
  background-color: #109ea5;
}
.banner-inner__content {
  text-align: center;
  max-width: 490px;
  margin: 0 auto;
}
.banner-inner__content h5 {
  margin-bottom: 10px;
  color: var(--white);
  display: inline-block;
  padding: 5px 16px;
  background-color: var(--primary-two);
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 24px;
}
.banner-inner__content h5 span {
  color: var(--white);
}
.banner-inner__content h5 a {
  color: var(--white);
}

.section-header h5, .section-header-two h5 {
  color: var(--primary-color);
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media (max-width: 575px) {
  .section-header h5, .section-header-two h5 {
    font-size: 16px;
    line-height: 26px;
  }
}
.section-header h2, .section-header-two h2 {
  text-transform: capitalize;
}
.section-header h2 span, .section-header-two h2 span {
  color: var(--heading-color);
  position: relative;
  z-index: 1;
}
.section-header h2 span::after, .section-header-two h2 span::after {
  position: absolute;
  background-color: #ffc422;
  content: "";
  width: 100%;
  height: 20%;
  left: 0;
  bottom: 10px;
  z-index: -1;
}
.section-header h2 span.light-underline, .section-header-two h2 span.light-underline {
  color: var(--white);
}
.section-header h2 span.light-underline::after, .section-header-two h2 span.light-underline::after {
  position: absolute;
  background-color: #ffc422;
  content: "";
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 7px;
  z-index: -1;
}
.section-header p, .section-header-two p {
  margin-top: 15px;
  font-size: 14px;
}
.section-header-two h5 {
  color: var(--primary-two);
  font-size: 20px;
  background-color: rgba(18, 78, 82, 0.0784313725);
  padding: 5px 15px;
  display: inline-block;
  border-radius: 12px;
}
@media (max-width: 575px) {
  .section-header-two h5 {
    font-size: 16px;
    line-height: 26px;
  }
}
.section-header-two h2 {
  font-size: 56px;
  line-height: 72px;
}
@media (max-width: 575px) {
  .section-header-two h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.section-header__wrp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: end;
}

.brand-product-service {
  overflow: hidden;
  text-align: center;
}

.brand-area {
  overflow: hidden;
  text-align: center;
}
.brand__title {
  position: relative;
  text-transform: uppercase;
  text-align: left;
  z-index: 1;
  letter-spacing: 2px;
}
.brand__title::after {
  position: absolute;
  top: 15px;
  right: 0;
  width: 65%;
  height: 1px;
  background-color: var(--border);
  z-index: -1;
  content: "";
}
@media (max-width: 1399px) {
  .brand__title::after {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .brand__title::after {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .brand__title::after {
    display: none;
  }
}

.customer_img {
  width: auto !important;
  height: 80px !important;
  padding: 10px;
  vertical-align: middle !important;
  pointer-events: none;
}

.brands_img {
  width: auto !important;
  height: 60px !important;
  padding: 10px;
  vertical-align: middle !important;
  pointer-events: none;
}

.products_services_img {
  width: auto !important;
  height: 600px !important;
  padding: 5px;
  vertical-align: middle !important;
  pointer-events: none;
  margin-top: 100px;
}
@media (max-width: 1050px) {
  .products_services_img {
    width: 320px !important;
    height: auto !important;
    padding: 5px;
    vertical-align: middle !important;
    pointer-events: none;
    margin-top: 0px;
  }
}

.products_services_img2 {
  width: auto !important;
  height: 500px !important;
  padding: 5px;
  vertical-align: middle !important;
  pointer-events: none;
}
@media (max-width: 1050px) {
  .products_services_img2 {
    width: 320px !important;
    height: auto !important;
    padding: 5px;
    vertical-align: middle !important;
    pointer-events: none;
    margin-top: 0px;
  }
}

.products_services_img3 {
  width: auto !important;
  height: 500px !important;
  padding: 5px;
  vertical-align: middle !important;
  pointer-events: none;
}
@media (max-width: 1050px) {
  .products_services_img3 {
    width: 240px !important;
    height: auto !important;
    padding: 5px;
    vertical-align: middle !important;
    pointer-events: none;
    margin-top: 0px;
  }
}

.products_services_img4 {
  width: 500px !important;
  height: auto !important;
  padding: 5px;
  vertical-align: middle !important;
  pointer-events: none;
}
@media (max-width: 1050px) {
  .products_services_img4 {
    width: 240px !important;
    height: auto !important;
    padding: 5px;
    vertical-align: middle !important;
    pointer-events: none;
    margin-top: 0px;
  }
}

.products_services_img5 {
  width: 500px !important;
  height: auto !important;
  padding: 5px;
  vertical-align: middle !important;
  pointer-events: none;
}
@media (max-width: 1050px) {
  .products_services_img5 {
    width: 250px !important;
    height: auto !important;
    padding: 5px;
    vertical-align: middle !important;
    pointer-events: none;
    margin-top: 0px;
  }
}

.certs_img {
  width: auto !important;
  height: 80px !important;
  padding: 10px;
  vertical-align: middle !important;
  pointer-events: none;
}

.certs_img2 {
  width: auto !important;
  height: 120px !important;
  padding: 10px;
  vertical-align: middle !important;
  pointer-events: none;
}

.brand__slider .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}
@media (max-width: 575px) {
  .brand__slider img {
    width: 150px !important;
  }
}

.about-area {
  overflow: hidden;
}
.about__image {
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .about__image {
    margin: 20px;
  }
}
.about__shape1 {
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: -1;
}
.about__shape2 {
  position: absolute;
  left: -20px;
  bottom: -20px;
  z-index: -1;
}
.about__right-item {
  max-width: 580px;
  float: right;
}
@media (max-width: 1199px) {
  .about__right-item {
    float: left;
    max-width: 100%;
  }
}
.about__counter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.about__counter h3 {
  font-size: 48px;
  line-height: 60px;
}
@media (max-width: 575px) {
  .about__counter h3 {
    font-size: 28px;
    line-height: 28px;
  }
}
.about__counter h3 span {
  color: var(--heading-color);
}
.about-two__text {
  font-size: 32px !important;
  line-height: 46px;
  color: rgba(2, 13, 10, 0.6980392157);
  font-weight: 500;
}
@media (max-width: 575px) {
  .about-two__text {
    font-size: 20px !important;
    line-height: 32px;
    font-weight: 400;
  }
}
.about-two__item h3 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
}
.about-two__item .explore-btn span::after, .about-two__item .explore-btn-light span::after {
  display: none;
}
.about__author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.about__author .line {
  width: 1px;
  background-color: var(--border);
  min-height: 75px;
}
@media (max-width: 575px) {
  .about__author .line {
    display: none;
  }
}

.service-area {
  overflow: hidden;
}
@media (max-width: 991px) {
  .service__wrp {
    flex-wrap: wrap;
  }
}
.service__icon, .process__icon {
  width: 68px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  border: 1px solid var(--border);
  border-radius: 15px;
}
.service__item, .process__item {
  max-width: 340px;
}
@media (max-width: 991px) {
  .service__item, .process__item {
    width: 100%;
  }
}
.service__item h3, .process__item h3 {
  margin-bottom: 10px;
}
.service-two__image {
  padding-right: 33px;
}
.service-two__right-item .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  max-width: 100px;
  width: 100%;
  background-color: #f1f5f5;
}
.service-two__right-item .item {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 40px;
  border-bottom: var(--border-1px);
}
.service-two__right-item .item:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .service-two__right-item .item h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.service-details-area {
  overflow: hidden;
}
.service-details__left-item .item {
  background-color: var(--sub-bg);
  padding: 40px;
  border-radius: 16px;
  border: var(--border-1px);
}
.service-details__left-item .item ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 0;
  border-bottom: var(--border-1px);
}
.service-details__left-item .service-book-now {
  border-radius: 12px;
}
.service-details__left-item .download-brochure {
  padding: 20px 30px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #68dc80;
  background-color: #ecfbf5;
  border-radius: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-details__right-item .list-text li {
  list-style: disc;
  font-size: 18px;
  margin-left: 20px;
}
.service-details__icon .item {
  text-align: center;
}
.service-details__icon .item .icon {
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  margin: 0 auto;
}
.service-details__icon .item .icon.icon-one {
  background-color: #e9f4fd;
}
.service-details__icon .item .icon.icon-two {
  background-color: #eeeefd;
}
.service-details__icon .item .icon.icon-three {
  background-color: #e6faf3;
}
.service-details__testimonial {
  padding: 40px;
  border-radius: 12px;
}
.service-details__testimonial p {
  font-size: 28px;
  font-family: "ClashGrotesk-Medium";
  font-weight: 500;
  color: var(--white);
  line-height: 44px;
}
@media (max-width: 575px) {
  .service-details__testimonial p {
    font-size: 20px;
    line-height: 35px;
  }
}

.started-area {
  overflow: hidden;
}
.started__item {
  border-radius: 24px;
  background-color: var(--primary-two);
  padding: 80px 40px;
}
@media (max-width: 767px) {
  .started__item {
    padding: 30px 20px;
  }
}

.process-area {
  overflow: hidden;
}
.process__wrp {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .process__wrp {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.process__line {
  top: 20px;
  left: 50%;
  position: absolute;
  width: 76%;
  transform: translateX(-50%);
  z-index: -1;
}
.process__line img {
  width: 100%;
}
@media (max-width: 767px) {
  .process__line {
    display: none;
  }
}
.process__icon {
  background-color: var(--white);
  margin: 0 auto;
}
.process__item {
  max-width: 250px;
  text-align: center;
  width: 100%;
}

.offer-area {
  overflow: hidden;
}
.offer__image-wrp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
@media (max-width: 1399px) {
  .offer__image-wrp {
    left: 40%;
  }
}
@media (max-width: 991px) {
  .offer__image-wrp {
    display: none;
  }
}
.offer__image {
  width: 344px;
  position: relative;
}
.offer__image .btn-one, .offer__image .btn-two, .offer__image .btn-three {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  text-align: center;
}
@media (max-width: 1199px) {
  .offer__image {
    width: 250px;
  }
}
.offer__item ul li {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0588235294);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.offer__item ul li .offer-title {
  font-size: 44px;
  line-height: 60px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  font-family: "ClashGrotesk-Medium";
}
@media (max-width: 1399px) {
  .offer__item ul li .offer-title {
    font-size: 30px;
    line-height: 40px;
  }
}
.offer__item ul li .offer-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  border: 2px solid rgba(255, 255, 255, 0.6);
  font-size: 30px;
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  visibility: visible;
  transform: translate(0);
  transition: var(--transition);
}
@media (max-width: 991px) {
  .offer__item ul li .offer-icon {
    display: none;
  }
}
.offer__item ul li p {
  color: var(--paragraph-light);
  max-width: 250px;
  position: absolute;
  right: 20px;
  top: 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: var(--transition);
}
@media (max-width: 991px) {
  .offer__item ul li p {
    display: none;
  }
}
.offer__item ul li:first-child .offer__image-wrp {
  top: 100%;
}
.offer__item ul li:last-child .offer__image-wrp {
  top: 0;
}
.offer__item ul li:hover .offer-title {
  color: var(--white);
}
.offer__item ul li:hover p {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}
.offer__item ul li:hover .offer-icon {
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
}
.offer__item ul li:hover .offer__image-wrp {
  opacity: 1;
  visibility: visible;
}

.choose-area {
  overflow: hidden;
}
.choose__image {
  max-width: 210px;
  width: 100%;
  background-color: var(--white);
  border-radius: 10px;
}
.choose__content p {
  margin-top: 10px;
  margin-bottom: 20px;
}
.choose__content .explore-btn span::after, .choose__content .explore-btn-light span::after {
  display: none;
}
.choose__item {
  display: flex;
  gap: 30px;
  background-color: #f1f5f5;
  padding: 40px;
  padding-bottom: 0;
  border-radius: 28px;
}
@media (max-width: 767px) {
  .choose__item {
    padding: 20px;
    gap: 20px;
  }
}
.choose__item.grid-item {
  flex-direction: column;
  padding: 40px;
  gap: 40px;
}
@media (max-width: 767px) {
  .choose__item.grid-item {
    padding: 20px;
    gap: 20px;
  }
}
.choose__item.list-item {
  padding: 40px;
  gap: 60px;
}
.choose__item.list-item .image {
  max-width: 537px;
  width: 100%;
}
@media (max-width: 991px) {
  .choose__item.list-item {
    padding: 20px;
    gap: 20px;
    flex-direction: column;
  }
}

.blog-area {
  overflow: hidden;
}
.blog-two__item {
  padding: 20px;
  background-color: #fbfbfb;
  border: 1px dashed #d1d1d1;
  border-radius: 10px;
}
.blog-two__item .explore-btn span::after, .blog-two__item .explore-btn-light span::after {
  display: none;
}
.blog-two__item ul li svg {
  margin-top: -5px;
}
.blog-details__item {
  max-width: 1000px;
  padding: 0 15px;
  margin: 0 auto;
}
.blog-details__item .social-icon {
  display: flex;
  align-items: center;
  gap: 15px;
}
.blog-details__item .social-icon a {
  font-size: 24px;
  color: #4e5654;
}
.blog-details__item .social-icon a:hover {
  color: var(--primary-two);
}
.blog-details__item .list-text {
  margin-left: 20px;
}
.blog-details__item .list-text li {
  list-style: disc;
}
.blog-details__right-item .item {
  padding: 40px;
  background-color: #e7e7e7;
  border: 1px solid rgba(2, 13, 10, 0.1019607843);
  border-radius: 16px;
}
.blog-details__right-item .item .title {
  position: relative;
  margin-bottom: 40px;
  font-weight: 500;
}
.blog-details__right-item .item .title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  height: 1px;
  width: 100%;
  background-color: rgba(2, 13, 10, 0.1019607843);
}
.blog-details__right-item .item .serach-bar {
  position: relative;
}
.blog-details__right-item .item .serach-bar input {
  width: 100%;
  border: var(--border-1px);
  padding: 8px 24px;
  border-radius: 8px;
}
.blog-details__right-item .item .serach-bar button {
  position: absolute;
  right: 0px;
  top: 0px;
  color: var(--heading-color);
  background-color: #68dc80;
  padding: 9px 20px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.blog-details__right-item .item .category li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  transition: var(--transition);
}
.blog-details__right-item .item .category li a {
  color: rgba(2, 13, 10, 0.6980392157);
  transition: var(--transition);
}
.blog-details__right-item .item .category li span {
  transition: var(--transition);
  color: rgba(2, 13, 10, 0.6980392157);
}
.blog-details__right-item .item .category li:hover a {
  color: var(--primary-two);
  font-weight: 500;
}
.blog-details__right-item .item .category li:hover span {
  color: var(--primary-two);
  font-weight: 500;
}
.blog-details__right-item .item .single-post li:not(:last-child) {
  margin-bottom: 15px;
}
.blog-details__right-item .item .single-post li span {
  font-size: 14px;
}
.blog-details__right-item .item .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-details__right-item .item .tags a {
  padding: 4px 16px;
  background-color: rgba(27, 87, 91, 0.0509803922);
  color: var(--paragraph);
  border-radius: 12px;
}
.blog-details__comment {
  max-width: 800px;
}
.blog-details__comment.sm-comment {
  max-width: 645px;
  margin-left: 85px;
}
@media (max-width: 767px) {
  .blog-details__comment.sm-comment {
    margin-left: 0px;
  }
}
.blog-details__comment .image {
  min-width: 70px;
}
.blog-details__contact {
  max-width: 800px;
  margin: 0 auto;
  background-color: var(--sub-bg);
  border: var(--border-1px);
  border-radius: 20px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.blog-details__contact .contact__form {
  border-radius: 20px;
}

.blog__item a img {
  filter: grayscale(100%);
  transition: all 0.5s;
}
.blog__item:hover a img {
  filter: grayscale(0);
}

.team-area {
  overflow: hidden;
}
.team__image {
  background-color: #d9d9d9;
  transition: var(--transition);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.team__image img {
  /* transition: var(--transition);
  filter: grayscale(100%); */
  pointer-events: none;
}
.team__image .team-info {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 230px;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  margin-bottom: -20px;
  transition: var(--transition);
}
.team__image .team-info a {
  margin: 0 10px;
  color: var(--primary-color);
}
.team__item.active .team__image {
  background-color: #d9f6df;
}
.team__item.active .team__image img {
  filter: unset;
}
.team__item.active .team-info {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.team__item.active.bg2 .team__image {
  background-color: #f6ead9;
}
.team__item:hover .team__image {
  background-color: #d9f6df;
}
.team__item:hover .team__image img {
  filter: unset;
}
.team__item:hover .team-info {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.team-single__image {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.team-single__image img {
  width: 100%;
}
.team-single__image .team-info {
  position: absolute;
  left: 50%;
  bottom: 30px;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}
.team-single__image .team-info a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  color: var(--white);
  border: 1px solid var(--white);
}
.team-single__image .team-info a:hover {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.team-single__image .team-info a.active {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.team-single__info .skills .experience-title {
  font-weight: 400;
}
.team-single__info .skills .progress {
  height: 8px;
}
.team-single__info .skills .progress .progress-bar {
  background-color: var(--primary-color);
}
.pricing-bg-color {
  background-color: #f3f3f3;
}
.testimonial-bg-color {
  background-color: #f3f3f3;
}
.testimonial-area {
  overflow: hidden;
}
.testimonial__left-item {
  max-width: 570px;
}
.testimonial__right-item {
  padding: 30px;
  border-radius: 24px;
  background-color: var(--black-sub);
}
.testimonial__right-item p {
  line-height: 46px;
  color: var(--heading-color);
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .testimonial__right-item p {
    font-size: 18px;
    line-height: 30px;
  }
}
.testimonial__right-item .testimonial-info {
  padding-top: 28px;
  border-top: 1px solid var(--border);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.testimonial-two__content {
  max-width: 940px;
}
.testimonial-two__content p {
  color: var(--heading-color);
  font-size: 28px;
  line-height: 50px;
}
@media (max-width: 1399px) {
  .testimonial-two__content p {
    font-size: 20px;
    line-height: 40px;
  }
}
.testimonial-two__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.contact-area {
  overflow: hidden;
}
.contact__item {
  height: 100%;
  padding: 30px;
  background-color: var(--sub-bg);
  border: var(--border-1px);
  border-radius: 28px;
}
.contact__item .icon {
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  border-radius: 10px;
  background-color: var(--primary-two);
  margin-bottom: 40px;
}
.contact__item h4 {
  font-size: 24px;
}
.contact__item a {
  margin-top: 10px;
  color: var(--paragraph);
}
.contact__form {
  padding: 40px;
  background-color: var(--white);
  border-radius: 16px;
}
@media (max-width: 575px) {
  .contact__form {
    padding: 20px;
  }
}
.contact__form form input {
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid var(--border);
  width: 100%;
  margin-bottom: 30px;
}
.contact__form form textarea {
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid var(--border);
  width: 100%;
  margin-bottom: 30px;
  height: 130px;
}
.contact__form form button {
  width: 100%;
  text-align: center;
}
.contact__map iframe {
  height: 750px !important;
  width: 100%;
  border-radius: 32px;
}

.faq-area, .faq-two {
  overflow: hidden;
}
.faq__tab {
  background-color: #f7f7f7;
  border-radius: 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
}
.faq__tab li.nav-item a {
  padding: 10px 30px;
  color: var(--heading-color);
  font-weight: 500;
  font-size: 20px;
  border-radius: 60px;
}
@media (max-width: 575px) {
  .faq__tab li.nav-item a {
    font-size: 16px;
    padding: 5px 15px;
  }
}
.faq__tab li.nav-item a:hover {
  background-color: var(--primary-color);
  color: var(--white);
}
.faq__tab li.nav-item a.active {
  background-color: var(--primary-color);
  color: var(--white);
}
.faq-two__wrp {
  max-width: 1070px;
  margin: 0 auto;
}
.faq__slider-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.faq__slider-info .line-text {
  font-size: 20px;
  color: var(--heading-color);
  line-height: 32px;
  min-width: 155px;
}
.faq__slider-info .line {
  width: 100%;
  height: 1px;
  background-color: var(--border);
  margin-bottom: -5px;
}

.pricing-area {
  overflow: hidden;
}
.pricing__tab {
  position: relative;
  max-width: 263px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .pricing__tab {
    margin-bottom: 40px;
  }
}
.pricing__tab .pricing-save {
  position: absolute;
  left: -135px;
  top: -10px;
}
@media (max-width: 575px) {
  .pricing__tab .pricing-save {
    left: -40px;
    top: -40px;
    transform: rotate(40deg);
    width: 100px;
  }
}
.pricing__tab ul.nav.nav-tabs {
  background-color: rgba(18, 78, 82, 0.0588235294);
  padding: 4px;
  border-radius: 16px;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pricing__tab ul.nav.nav-tabs li.nav-item a {
  color: var(--primary-two);
  border-radius: 12px;
  padding: 5px 12px;
}
.pricing__tab ul.nav.nav-tabs li.nav-item a.active {
  color: var(--white);
  background-color: var(--primary-two);
}
.pricing__tab ul.nav.nav-tabs li.nav-item a:hover {
  color: var(--white);
  background-color: var(--primary-two);
}
.pricing__head {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.pricing__head .pricing-name {
  font-size: 20px;
  text-transform: uppercase;
  color: #096267;
}
.pricing__head h2 {
  font-size: 48px;
  line-height: 64px;
  color: #1c1a1d;
}
.pricing__head h2 span {
  font-size: 16px;
  line-height: 30px;
  color: #1c1a1d;
}
.pricing__head p {
  color: #1c1a1d;
}
.pricing__item {
  padding: 35px 30px;
  border-radius: 24px;
  background-color: #ebebeb;
}
.pricing__item:hover {
  background-color: #e0e0e0;
}
.pricing__item h6 {
  margin-bottom: 10px;
  color: #096267;
}
.pricing__item ul li {
  color: #096267;
}
.pricing__item ul li:not(:last-child) {
  margin-bottom: 10px;
}

.book-demo-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.book-demo-area::after {
  position: absolute;
  content: "";
  top: 0;
  right: 8%;
  background-color: #368668;
  width: 800px;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1600px) {
  .book-demo-area::after {
    display: none;
  }
}
.book-demo__left-item {
  max-width: 470px;
}

.error-area {
  overflow: hidden;
}
.error__item .image {
  max-width: 552px;
  margin: 0 auto;
}

.footer__main-wrp {
  position: relative;
}
.footer__wrp, .footer-two__wrp {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__item .newsletter, .footer-two__item .newsletter {
  position: relative;
}
.footer__item .newsletter input, .footer-two__item .newsletter input {
  width: 100%;
  padding: 10px 20px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  color: var(--paragraph-light);
}
.footer__item .newsletter input::-moz-placeholder, .footer-two__item .newsletter input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5019607843);
}
.footer__item .newsletter input::placeholder, .footer-two__item .newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.5019607843);
}
.footer__item .newsletter button, .footer-two__item .newsletter button {
  color: rgba(255, 255, 255, 0.8980392157);
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 12px;
}
.footer__item .social-icon a, .footer-two__item .social-icon a {
  font-size: 24px;
  color: var(--white);
  margin-right: 20px;
}
.footer__item .social-icon a:hover, .footer-two__item .social-icon a:hover {
  color: var(--primary-color);
}
.footer__item p, .footer-two__item p {
  color: var(--paragraph-light);
}
.footer__item .link li:not(:last-child), .footer-two__item .link li:not(:last-child) {
  margin-bottom: 5px;
}
.footer__item .link li a, .footer-two__item .link li a {
  color: var(--paragraph-light);
  /* font-size: 18px; */
}
.footer__item .link li a:hover, .footer-two__item .link li a:hover {
  color: #efb227;
}
.footer__copytext, .footer-two__copytext {
  padding: 5px 0;
  text-align: center;
  background-color: #109ea5;
}
.footer__copytext p, .footer-two__copytext p,
.footer__copytext a,
.footer-two__copytext a {
  /* color: var(--paragraph-light); */
  color: #ffffffb2 !important;
}
.footer-two__wrp {
  border-bottom: 1px solid var(--border);
}
.footer-two__item .social-icon a {
  color: var(--primary-two);
}
.footer-two__item .social-icon a:hover {
  color: var(--primary-two);
}
.footer-two__item p {
  color: var(--paragraph);
}
.footer-two__item .link li a {
  color: var(--paragraph);
}
.footer-two__item .link li a:hover {
  color: var(--primary-two);
}
.footer-two__copytext p,
.footer-two__copytext a {
  color: var(--paragraph);
}
.title_terms {
  color:#109ea5 !important;
  font-weight: bold;
}

.title_terms_content p {
  font-size:  14px !important;
}

.service-area-index {
  text-decoration: none;
}
.title_services {
  color: #efb227 !important;
  font-size:22px;
  font-weight:bold;
}
.title_products {
  color: #096267 !important;
  font-size:16px  !important;
  font-weight:bold;
}
.products_services_area {
  padding: 10px;
  margin-bottom: 15px;
  background-color: #f5f5f5e8;
  border-radius: 10px;
}
.data_scroll {
  overflow-x: auto;
}
.data_content table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 1250px;
  border: 1px solid #109ea5;
  margin-left: auto;
  margin-right: auto;
}
.data_content th, td {
  text-align: left;
  padding: 8px;
}
.data_content tr:nth-child(even){
  background-color: #f2f2f2 
}
.data_content-width-245px {
  width: 245px !important;
}
.data_content_small table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 735px;
  border: 1px solid #109ea5;
  margin-left: auto;
  margin-right: auto;
}
.data_content_small th, td {
  text-align: left;
  padding: 8px;
}
.data_content_small tr:nth-child(even){
  background-color: #f2f2f2 
}
.data_content_small-width-245px {
  width: 245px !important;
}
.table-color {
  background-color: #109ea5;
  color: #ffffff;
}
.table-radius-5px {
  border-radius: 5px;
}

.banner-blog-title-tag {
  margin-bottom: 10px;
  color: #fff !important;
  display: inline-block;
  padding: 5px 16px;
  background-color: var(--primary-two);
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 24px;
}

.img-preview-blog {
  width: 360px !important;
  height: 240px;
  pointer-events: none;
}
@media (max-width: 991px) {
  .img-preview-blog {
  width: 250px !important;
  height: 200px;
  pointer-events: none;
}
}

.img-article-blog {
  width: 360px !important;
  height: 240px;
  pointer-events: none;
}
@media (max-width: 991px) {
  .img-article-blog {
  width: 250px !important;
  height: 200px;
  pointer-events: none;
}
}

.icon-margin-right {
  margin-right: 10px
}

.btn-more {
  margin-top: 10px;
  float: inline-end;
}

.btn-readall {
  background-color: #e7e7e7;
    width: 150px;
    height: 40px;
    border-radius: 10px;
    font-size: 14px;
    padding-top: 4px;
    text-align: center;
    cursor: pointer;
    color: #333 !important;
    font-weight: 600;
}
.btn-readall:hover {
  background-color: #ffc683;
    width: 150px;
    height: 40px;
    border-radius: 10px;
    font-size: 14px;
    padding-top: 4px;
    text-align: center;
    color: #333 !important;
    font-weight: 600;
}

.tab-title-page-blog {
  color: #109EA5;
  font-size: 20px;
  background-color: rgba(18, 78, 82, 0.0784313725);
  padding: 5px 15px;
  display: inline-block;
  border-radius: 12px;
  line-height: 30px !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 575px) {
  .tab-title-page-blog {
      font-size: 14px;
      line-height: 26px !important;
  }
}