/*-----------------------------------------------------------------

Template Name: Agenshark - Startup Agency HTML Template
Author:  Gramentheme
Author URI: https://themeforest.net/user/gramentheme/portfolio
Developer: Kawser Ahmed Roni
Version: 1.0.0
Description: Gratech - IT Service 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#215846
    4.04 --> footer

------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Space+Grotesk:wght@300..700&display=swap");
:root {
  --space-grotesk: "Space Grotesk", sans-serif;
  --inter: "Inter", sans-serif;
  --primary-color: #215846;
  --secondary-color: #101b17;
  --tertiary-color: #235947;
  --yellow-color: #ecb13e;
  --blue-color: #4635ff;
  --main-bg: #ffffff;
  --sub-bg: #f1f7f4;
  --sub-bg-three: #fafafb;
  --heading-color: #151314;
  --paragraph: #151314b2;
  --paragraph-light: #ffffffb2;
  --span: #151314b2;
  --border: #15131433;
  --border-light: #06120e1a;
  --white: #ffffff;
  --black: #000000;
  --transition: all 0.4s ease-in-out;
  --shadow: 0px 4px 25px 0px #0000000f;
}
@keyframes mover{
  0% {
    transform: translateY(0);
}
100% {
    transform: translateY(-20px);
}  
}
:root[data-theme=SetupTwo] {
  --primary-color: #124333;
  --sub-bg: #f7f7f980;
  --heading-color: #06120e;
  --paragraph: #06120eb2;
  --span: #06120eb2;
  --border: #06120e26;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--inter);
  color: var(--paragraph);
  background-color: var(--main-bg);
  line-height: 28px;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: var(--heading-color);
  font-family: var(--space-grotesk);
}

h1 {
  font-size: 90px;
  font-weight: 700;
  line-height: 100px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

h2 {
  font-size: 56px;
  font-weight: 500;
  line-height: 72px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

h3 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px;
    line-height: 32px;
  }
}

h4 {
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

h6 {
  font-size: 16px;
  font-weight: 500;
}

p {
  margin: 0;
  padding: 0;
  line-height: 32px;
  font-size: 16px;
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}
p.fs-16 {
  font-size: 16px;
  line-height: 26px;
}

span {
  display: inline-block;
  color: var(--span);
}

.splt-txt span {
  color: unset;
}

a {
  text-decoration: none;
  display: inline-block;
  color: var(--heading-color);
  transition: var(--transition);
}

a:hover {
  color: var(--heading-color);
}

ul {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

li {
  list-style: none;
}

button {
  border: none;
  box-shadow: none;
  background-color: transparent;
}

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

::placeholder {
  color: var(--span);
  font-size: 18px;
}

.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-120 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .mt-120 {
    margin-top: 60px;
  }
  .mb-120 {
    margin-bottom: 60px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .mt-100 {
    margin-top: 50px;
  }
  .mb-100 {
    margin-bottom: 50px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pb-80 {
    padding-bottom: 40px;
  }
  .mt-80 {
    margin-top: 40px;
  }
  .mb-80 {
    margin-bottom: 40px;
  }
  .pt-60 {
    padding-top: 30px;
  }
  .pb-60 {
    padding-bottom: 30px;
  }
  .mt-60 {
    margin-top: 30px;
  }
  .mb-60 {
    margin-bottom: 30px;
  }
}
.bor {
  border: 1px solid var(--border);
}

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

.primary-color {
  color: var(--primary-color) !important;
}

.primary-hover:hover {
  color: var(--primary-color) !important;
}

.primary-bg {
  background-color: var(--primary-color) !important;
}

.secondary-color {
  color: var(--secondary-color);
}

.secondary-bg {
  background-color: var(--secondary-color);
}

.sub-bg {
  background-color: var(--sub-bg);
}

.paragraph-light {
  color: var(--paragraph-light) !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.title-font {
  font-family: var(--space-grotesk) !important;
}

.text-font {
  font-family: var(--inter) !important;
}

.shadow {
  box-shadow: var(--shadow) !important;
}

.gray__bg {
  background-color: rgba(247, 247, 249, 0.5019607843) !important;
}

.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.transition {
  transition: var(--transition);
}

.overlay, .banner-area {
  position: relative;
  z-index: 1;
}
.overlay::before, .banner-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.nice-select {
  width: 100%;
  border-radius: 10px;
  height: 50px;
  line-height: 50px;
}
.nice-select:focus {
  border: 1px solid var(--primary-color);
}
.nice-select .list {
  width: 100%;
}

.star i {
  color: #ffc532;
}
.star i.disable {
  color: var(--span);
  opacity: 40%;
}

.pegi {
  display: flex;
  align-items: center;
  gap: 35px;
}
.pegi .next,
.pegi .prev {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  background-color: var(--yellow-color);
  color: var(--heading-color);
  font-size: 20px;
}
.pegi-dots {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pegi-dots a {
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  background-color: #e9f1ee;
  position: relative;
}
.pegi-dots a.active::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  border: 3px solid #256e56;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
}

.swiper__info, .swiper-two__info, .swiper-four__info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  max-width: 200px;
  margin: 0 auto;
}
.swiper__info .swiper-pagination-bullet, .swiper-two__info .swiper-pagination-bullet, .swiper-four__info .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #e9f1ee;
  opacity: 1;
}
.swiper__info .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-two__info .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-four__info .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0096a3;
}
.swiper__info .dot, .swiper-two__info .dot, .swiper-four__info .dot {
  text-align: center;
}
.swiper__info button, .swiper-two__info button, .swiper-four__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, .swiper-two__info button:hover, .swiper-four__info button:hover {
  color: var(--heading-color);
}
.swiper__info button.active, .swiper-two__info button.active, .swiper-four__info button.active {
  color: var(--heading-color);
}
.swiper__info .swiper-pagination-fraction, .swiper-two__info .swiper-pagination-fraction, .swiper-four__info .swiper-pagination-fraction {
  font-size: 20px;
}
.swiper__info .swiper-pagination-fraction .swiper-pagination-current, .swiper-two__info .swiper-pagination-fraction .swiper-pagination-current, .swiper-four__info .swiper-pagination-fraction .swiper-pagination-current {
  color: var(--heading-color);
}
.swiper-two__info, .swiper-four__info {
  max-width: 260px;
}
.swiper-two__info .swiper-pagination-bullet, .swiper-four__info .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #e9f1ee;
  opacity: 1;
  margin: 0 6px !important;
}
.swiper-two__info .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-four__info .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  background-color: #e9f1ee;
}
.swiper-two__info .swiper-pagination-bullet.swiper-pagination-bullet-active::after, .swiper-four__info .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 3px solid #256e56;
  content: "";
  top: -3px;
  left: -3px;
  border-radius: 50%;
}
.swiper-two__info button, .swiper-four__info button {
  background-color: var(--yellow-color);
  width: 100%;
  max-width: 48px;
  font-size: 20px;
  line-height: 48px;
  height: 48px;
}
.swiper-four__info {
  gap: 20px;
}
.swiper-four__info button {
  background-color: var(--white);
  border: 2px solid var(--heading-color);
  line-height: 46px;
}
.swiper-four__info button.disable {
  color: rgba(21, 19, 20, 0.2509803922);
  border: 2px solid rgba(21, 19, 20, 0.2509803922);
}
.swiper-four__info button:hover {
  border: 2px solid var(--heading-color);
  color: var(--heading-color);
}

.accordion .accordion-item {
  border-radius: 16px;
  background-color: var(--sub-bg-three);
}
.accordion .accordion-item h2 button {
  font-size: 20px;
  line-height: 40px;
  font-family: var(--space-grotesk);
  font-weight: 500;
  box-shadow: none;
  border-radius: 16px !important;
  padding: 20px 30px;
  background-color: var(--sub-bg-three);
  color: var(--heading-color);
}
.accordion .accordion-item .accordion-body {
  padding: 20px 30px;
  padding-top: 0;
}
.accordion .accordion-item .accordion-body p {
  color: var(--paragraph);
  font-size: 16px;
  line-height: 28px;
}
.accordion-two .accordion .accordion-item, .accordion-four .accordion .accordion-item {
  border: none;
  border-bottom: 1px solid var(--border);
  border-radius: 0px;
  margin-bottom: 10px;
  background-color: var(--white);
}
.accordion-two .accordion .accordion-item h2 button, .accordion-four .accordion .accordion-item h2 button {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  box-shadow: none;
  border-radius: 0 !important;
  padding: 20px 0px;
}
.accordion-two .accordion .accordion-item .accordion-body, .accordion-four .accordion .accordion-item .accordion-body {
  padding: 20px 0px;
  padding-top: 0;
}
.accordion-two .accordion .accordion-item .accordion-body p, .accordion-four .accordion .accordion-item .accordion-body p {
  color: var(--paragraph);
  font-size: 18px;
  line-height: 32px;
  width: 95%;
}
@media (max-width: 575px) {
  .accordion-two .accordion .accordion-item .accordion-body p, .accordion-four .accordion .accordion-item .accordion-body p {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
  }
}
.accordion-two .accordion .accordion-button, .accordion-four .accordion .accordion-button {
  background-color: transparent;
  color: var(--heading-color);
}
.accordion-two .accordion .accordion-button::after, .accordion-four .accordion .accordion-button::after {
  display: none;
}
.accordion-two .accordion .accordion-button::before, .accordion-four .accordion .accordion-button::before {
  position: absolute;
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  top: 20px;
  right: 0px;
  font-size: 16px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  color: rgba(21, 19, 20, 0.4);
  background-color: var(--white);
  text-align: center;
  transition: var(--transition);
  border: 1px solid rgba(21, 19, 20, 0.4);
}
.accordion-two .accordion .accordion-button.collapsed, .accordion-four .accordion .accordion-button.collapsed {
  background-color: transparent;
  color: var(--heading-color);
}
.accordion-two .accordion .accordion-button.collapsed::before, .accordion-four .accordion .accordion-button.collapsed::before {
  content: "+";
  background-color: var(--white);
  color: var(--heading-color);
  border: 1px solid var(--heading-color);
}
.accordion-four .accordion-item {
  border: none !important;
}
.accordion-four .accordion-item .accordion-body {
  padding: 0px 0 !important;
  padding-top: 0 !important;
}
.accordion-four .accordion-button {
  background-color: transparent;
  color: var(--heading-color);
  border-bottom: 1px solid transparent;
}
.accordion-four .accordion-button::before {
  content: "\f061" !important;
  transform: rotate(90deg);
  top: 50px !important;
}
.accordion-four .accordion-button.collapsed {
  border-bottom: 1px solid var(--border);
}
.accordion-four .accordion-button.collapsed::before {
  content: "\f061" !important;
  transform: rotate(0deg);
}

#loading {
  background-color: var(--white);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999999;
  margin-top: 0px;
  top: 0px;
}
#loading #loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25%;
  transform: translate(-50%, -50%);
}
#loading .loading-icon .loading-logo {
  width: 150px;
  height: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  #loading #loading-center-absolute {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #loading #loading-center-absolute {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #loading #loading-center-absolute {
    width: 45%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #loading #loading-center-absolute {
    width: 50%;
  }
}
@media (max-width: 575px) {
  #loading #loading-center-absolute {
    width: 60%;
  }
}

.btn-one, .btn-four, .btn-two {
  display: inline-block;
  font-weight: 400;
  padding: 10px 24px;
  border: 1px solid var(--primary-color);
  border-radius: 12px;
  font-family: var(--inter);
  font-size: 18px;
}
.icon img {
    width: 62px;
}
@media (max-width: 575px) {
  .btn-one, .btn-four, .btn-two {
    font-size: 14px;
    padding: 6px 16px;
  }
}
.btn-one span, .btn-four span, .btn-two span {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 16px;
  height: 14px;
  line-height: 16px;
  margin-left: 8px;
  color: var(--heading-color);
}
.btn-one span .arry1, .btn-four span .arry1, .btn-two span .arry1 {
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.3s cubic-bezier(0.37, 0.08, 0.02, 0.93);
  font-size: 16px;
  color: var(--primary-color);
}
.btn-one span .arry2, .btn-four span .arry2, .btn-two span .arry2 {
  position: absolute;
  bottom: -15px;
  left: -10px;
  transition: 0.3s cubic-bezier(0.37, 0.08, 0.02, 0.93);
  font-size: 16px;
  color: var(--primary-color);
}
.btn-one.active, .active.btn-four, .active.btn-two {
  background-color: var(--primary-color);
  color: var(--white);
}
.btn-one.active.yellow-btn, .active.yellow-btn.btn-four, .active.yellow-btn.btn-two {
  background-color: var(--yellow-color);
  border: none;
  color: var(--heading-color);
}
.btn-one.active span .arry1, .active.btn-four span .arry1, .active.btn-two span .arry1 {
  color: var(--white);
}
.btn-one.active span .arry2, .active.btn-four span .arry2, .active.btn-two span .arry2 {
  color: var(--white);
}
.btn-one:hover, .btn-four:hover, .btn-two:hover {
  background-color: var(--primary-color);
  color: var(--white);
}
.btn-one:hover span .arry1, .btn-four:hover span .arry1, .btn-two:hover span .arry1 {
  top: -15px;
  left: 15px;
  color: var(--white);
}
.btn-one:hover span .arry2, .btn-four:hover span .arry2, .btn-two:hover span .arry2 {
  bottom: -3px;
  left: 0;
  color: var(--white);
}
.btn-two {
  border: 1px solid var(--heading-color);
}
.btn-two:hover {
  background-color: transparent;
  color: var(--heading-color);
}
.btn-two:hover span .arry1 {
  color: var(--heading-color);
}
.btn-two:hover span .arry2 {
  color: var(--heading-color);
}
.btn-three {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  background-color: var(--yellow-color);
  color: #09241b;
  text-transform: uppercase;
  border-radius: 100px;
  font-family: var(--inter);
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 575px) {
  .btn-three {
    padding: 8px 12px;
    font-size: 15px;
  }
}
.btn-three i {
  position: absolute;
  transition: var(--transition);
  top: 0;
  right: -50px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  color: #09241b;
  background-color: var(--yellow-color);
}
@media (max-width: 575px) {
  .btn-three i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    right: -30px;
  }
}
.btn-three:hover i {
  right: -65px;
}
@media (max-width: 575px) {
  .btn-three:hover i {
    right: -42px;
  }
}
.btn-four {
  border: 1px solid var(--blue-color);
  border-radius: 100px;
  font-weight: 500;
  color: var(--blue-color);
  padding: 8px 18px;
}
.btn-four span {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin-left: 5px;
  color: var(--blue-color);
}
.btn-four span .arry1 {
  position: absolute;
  top: 3px;
  left: 0px;
  transition: 0.3s cubic-bezier(0.37, 0.08, 0.02, 0.93);
  font-size: 22px;
  color: var(--blue-color);
}
.btn-four span .arry2 {
  position: absolute;
  bottom: -3px;
  left: -20px;
  transition: 0.3s cubic-bezier(0.37, 0.08, 0.02, 0.93);
  font-size: 22px;
  color: var(--blue-color);
}
.btn-four:hover {
  background-color: var(--white);
  color: var(--blue-color);
}
.btn-four:hover span .arry1 {
  top: 0px;
  left: 25px;
  color: var(--blue-color);
}
.btn-four:hover span .arry2 {
  bottom: -3px;
  left: 0;
  color: var(--blue-color);
}
.btn-backToTop {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  border-radius: 12px;
  background-color: #025f67;
  color: #fff;
  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);
}

.video-btn {
  position: relative;
  text-align: center;
  display: inline-block;
  z-index: 2;
}
.video-btn a {
  position: relative;
  color: #22d16a;
  font-size: 24px;
  z-index: 1;
  background-color: var(--white);
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  display: block;
}
@media (max-width: 767px) {
  .video-btn a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}
.video-btn.video-pulse::after, .video-btn.video-pulse::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 20px solid var(--white);
  opacity: 0.7;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: video-animation;
  animation-name: video-animation;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
@keyframes video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
.video-btn.video-pulse::before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.progress-area .progress {
  background-color: var(--border);
  height: 12px;
  border-radius: 0px;
}
.progress-area .progress.dark-mode {
  background-color: var(--secondary-color);
}
.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;
}

.logo {
  display: block;
  width: 218px;
}
.logo img {
  width: 100%;
}

.header-top {
  padding: 8px 0;
  overflow: hidden;
  background-color: #0096a3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header-top-area {
  background-color: #1c2c26;
  position: fixed;
}
.header-top .header-top-wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  line-height: 32px;
}
.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: var(--white);
  padding-right: 5px;
}
.header-top .header-top-wrp .info li {
  float: left;
  line-height: 0;
}
.header-top .header-top-wrp .link-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-top .header-top-wrp .right-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
.header-top .header-top-wrp .right-info .site-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
.header-top .header-top-wrp .right-info .site-link li {
  position: relative;
}
.header-top .header-top-wrp .right-info .site-link li::after {
  position: absolute;
  top: 5px;
  right: -22px;
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.2509803922);
  content: "";
}
.header-top .header-top-wrp .right-info .site-link li a {
  color: var(--white);
}
.header-top-four {
  background-color: #222222;
}

.header-area {
  border-bottom: 1px solid rgba(6, 18, 14, 0.1019607843);
  position: fixed;
  width: 100%;
  top: 48px;
  z-index: 9;
}
.header-area.menu-fixed {
  top: 0;
  background: linear-gradient(180deg, rgba(255, 254, 239, 0.95) 0%, rgba(255, 255, 255, 0.95) 103.91%);
  box-shadow: var(--shadow);
}
@media (max-width: 991px) {
  .header-area {
    top: 0;
  }
}
.header__main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header__main-one {
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.75) 261.29%);
  padding: 8px;
  border-radius: 16px;
}
@media (max-width: 991px) {
  .header__main-one {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.header__main-one .main-menu ul li a {
  padding: 0 !important;
}
.header__main-one .main-menu ul .sub-menu {
  top: 40px !important;
}
.header__main-one .main-menu ul .sub-menu li a {
  padding: 12px 20px !important;
}
.header__main-four {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
}
.header__main .main-menu ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1199px) {
  .header__main .main-menu ul {
    gap: 20px;
  }
}
.header__main .main-menu ul li {
  position: relative;
}
.header__main .main-menu ul li a {
  font-weight: 400;
  padding: 30px 0;
  font-size: 18px;
  line-height: 30px;
}

header.header-area.border-none.inner a:hover {
    color: #0096a3!important;
}
header.header-area.border-none.inner {
    background: #fff;
    min-height: 60px;
}
header.header-area.border-none.inner a{
    color: #000!important;
}
header.header-area.border-none.inner #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link
{
    background: rgba(34, 34, 34, 0);
    color: #0096a3!important;
    font-weight: bold;
    text-decoration: none;
    border-color: #fff;
}
@media (max-width: 1199px) {
  .header__main .main-menu ul li a {
    font-size: 16px;
  }
}
.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: 80px;
  z-index: 99;
  flex-direction: column;
  gap: 0;
  width: 250px;
  border: var(--border-1px);
  box-shadow: var(--shadow);
  background-color: var(--white);
  border-radius: 10px;
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}
.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: 1px solid var(--border);
}
.header__main .main-menu ul li .sub-menu li a {
  display: block;
  padding: 12px 20px;
  color: var(--heading-color) !important;
}
.header__main .main-menu ul li .sub-menu li a:hover {
  padding-left: 25px;
  color: var(--primary-color) !important;
}
.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: var(--primary-color);
}
.header__main .main-menu ul li:hover:hover i {
  transform: rotate(-180deg);
  color: var(--primary-color);
}
.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;
}
.header__main .main-menu-two {
  position: relative;
  z-index: 1;
}
.header__main .main-menu-two::after {
  position: absolute;
  top: 18px;
  left: -24px;
  width: 110%;
  height: 55px;
  border-radius: 100px;
  background-color: #174d3b;
  content: "";
  z-index: -1;
}
header.header-area.border-none.animated, .header-area a {
    color: #fff;
}
@media (max-width: 991px) {
  .header__main {
    padding: 15px 0;
  }
}
.header__main .menu-btns {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header__main .menu-btns a {
  font-size: 18px;
  line-height: 30px;
}
.header__main .menu-btns .sign-in {
  padding: 8px 24px;
  background: linear-gradient(238.89deg, #3c866d 19.48%, #256e56 68.82%);
  color: var(--white);
  border-radius: 12px;
}
.header__main .menu-btns .menu-contact-btn {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 30px;
  padding: 8px 16px;
  border: 1px solid var(--yellow-color);
  border-radius: 100px;
  color: var(--white);
}
.header__main .menu-btns .menu-book-call-btn {
  font-size: 18px;
  text-transform: capitalize;
  line-height: 30px;
  padding: 8px 16px;
  border-radius: 100px;
  color: var(--white);
  position: relative;
  z-index: 1;
}
.header__main .menu-btns .menu-book-call-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../../../assets/images/shape/btn.png);
  background-position: center;
  background-size: cover;
}
.header__main .menu-btns .menu-arry-btn {
  width: 48px;
  height: 40px;
  line-height: 35px;
  border-radius: 40px;
  text-align: center;
  background-color: var(--white);
  overflow: hidden;
  position: relative;
}
.header__main .menu-btns .menu-arry-btn svg {
  transition: 0.2s cubic-bezier(0.37, 0.08, 0.02, 0.93);
}
.header__main .menu-btns .menu-arry-btn .top-arry {
  position: absolute;
  top: 12px;
  right: 15px;
}
.header__main .menu-btns .menu-arry-btn .bottom-arry {
  position: absolute;
  bottom: -12px;
  right: 40px;
}
.header__main .menu-btns .menu-arry-btn:hover .top-arry {
  position: absolute;
  top: -12px;
  right: -5px;
}
.header__main .menu-btns .menu-arry-btn:hover .bottom-arry {
  position: absolute;
  bottom: 14px;
  right: 15px;
}
.header__main .menu-btns .menu-btn-one {
  font-size: 18px;
  line-height: 30px;
  padding: 8px 20px;
  background-color: #256f56;
  color: var(--white);
  text-transform: capitalize;
  border-radius: 12px;
}
.header__main .menubars {
  width: 30px;
  line-height: 10px;
  text-align: right;
}
.header__main .menubars span {
  width: 100%;
  height: 2px;
  background-color: var(--heading-color);
  transition: var(--transition);
}
.header__main .menubars span:nth-child(2) {
  width: 70%;
  text-align: right;
}
.header__main .menubars:hover span:nth-child(2) {
  width: 100%;
}
.header__main .menubars-light span {
  background-color: var(--white);
}
.header-one-area {
  top: 60px;
}

@media (max-width: 991px) {
  .header-one-area {
    top: 20px;
  }
}
.header-one-area.menu-fixed {
  top: 48px;
  box-shadow: var(--shadow);
}
.header-one-area.menu-fixed .header__main-one {
  background: transparent;
}
@media (max-width: 991px) {
  .header-one-area.menu-fixed {
    top: 0px;
  }
}
.header-two-area.menu-fixed {
  background: var(--primary-color) !important;
}
.header-four-area.menu-fixed {
  background: var(--heading-color) !important;
}

.offcanvas {
  width: 375px !important;
  border-left: 3px solid #37d284 !important;
}
@media screen and (max-width: 375px) {
  .offcanvas {
    width: 320px !important;
  }
}
.offcanvas-backdrop {
  background-color: rgba(0, 0, 0, 0.8);
  cursor: crosshair;
}
.offcanvas-backdrop.show {
  opacity: 1;
}
.offcanvas .btn-close {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  font-size: 22px;
  color: var(--white);
  background-color: var(--yellow-color);
  opacity: 1;
  background-image: none;
  transition: var(--transition);
}
.offcanvas .btn-close:hover {
  transform: rotate(90deg);
}

.sidebar-area {
  z-index: 99999;
  background-color: var(--heading-color);
}
.sidebar__socials ul {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sidebar__socials ul li {
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  background-color: #37d284;
}
.sidebar__btns {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sidebar__btns a {
  padding: 6px 16px;
  border-radius: 8px;
  color: var(--white);
  background-color: var(--primary-color);
}
.sidebar__contact-info ul li:not(:last-child) {
  margin-bottom: 10px;
}
.sidebar__contact-info ul li i {
  color: var(--yellow-color);
  margin-right: 8px;
}
.sidebar__contact-info ul li a {
  color: var(--paragraph-light);
}
.sidebar__body {
  margin-top: 30px;
}
.sidebar__body .mean-container .mean-nav {
  background-color: var(--heading-color);
}
.sidebar__body .mean-container .mean-nav ul li a.mean-expand {
  background-color: #37d284;
}

.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-area {
  overflow: hidden;
  padding-top: 250px;
}
@media (max-width: 767px) {
  .banner-area {
    padding-top: 150px;
  }
}
.banner-area::before {
  background: linear-gradient(256.86deg, rgba(0, 0, 0, 0) 4.01%, #1b2c25 70.24%);
}
.banner__content {
  max-width: 560px;
}
.banner__content h5 {
  color: var(--white);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--inter);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .banner__content h5 {
    font-size: 16px;
  }
}
.banner__content h1 {
  color: var(--white);
  font-size: 90px;
  line-height: 95px;
  font-weight: 600;
}
.banner__content h1 br {
  display: block !important;
}
.banner__content h1 span {
  color: #ffc632;
}
@media (max-width: 767px) {
  .banner__content h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
.banner__content p {
  color: rgba(255, 255, 255, 0.6980392157);
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .banner__content p {
    font-size: 16px;
    line-height: 28px;
  }
}
.banner__content .btn-one, .banner__content .btn-two, .banner__content .btn-four {
  background-color: var(--primary-color);
  color: var(--white);
}
.banner__content .btn-one i, .banner__content .btn-two i, .banner__content .btn-four i {
  color: var(--white);
}
.banner__content .btn-two {
  background-color: transparent;
  border: 1px solid rgba(255, 197, 50, 0.5019607843);
}
.banner__content .btn-two:hover i {
  color: var(--white);
}
.banner__info {
  width: 190px;
  background-color: #eef9f3;
  border-radius: 12px;
  position: absolute;
  top: 225px;
  right: 29%;
}
@media (max-width: 1600px) {
  .banner__info {
    right: 25%;
  }
}
@media (max-width: 1399px) {
  .banner__info {
    right: 24%;
  }
}
@media (max-width: 1199px) {
  .banner__info {
    right: 20%;
  }
}
@media (max-width: 991px) {
  .banner__info {
    right: 2%;
  }
}
@media (max-width: 767px) {
  .banner__info {
    display: none;
  }
}
.banner__info h3 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  color: var(--primary-color);
}
.banner__info h3 span {
  color: var(--primary-color);
}
.banner__info h6 {
  color: var(--primary-color);
  font-weight: 600;
}
.banner__info .content {
  padding: 18px;
}
.banner__info .image {
  padding-bottom: 16px;
}
.banner__info .line {
  position: absolute;
  bottom: -90px;
  right: 45px;
  z-index: -1;
}
.banner-two-area {
  overflow: hidden;
  padding-top: 220px;
  padding-bottom: 360px;
}
@media (max-width: 991px) {
  .banner-two-area {
    padding-top: 120px;
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .banner-two-area {
    padding-top: 100px;
    padding-bottom: 110px;
  }
}
.banner-two__content h1 {
  font-size: 64px;
  line-height: 80px;
  font-weight: 600;
  color: var(--white);
}
@media (max-width: 991px) {
  .banner-two__content h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .banner-two__content h1 img {
    max-width: 150px;
  }
}
@media (max-width: 575px) {
  .banner-two__content h1 {
    font-size: 32px;
    line-height: 45px;
  }
  .banner-two__content h1 img {
    max-width: 100px;
  }
}
.banner-two__content p {
  font-size: 20px;
  line-height: 32px;
  color: var(--paragraph-light);
}
@media (max-width: 767px) {
  .banner-two__content p {
    font-size: 16px;
    line-height: 28px;
  }
}
.banner-two__user span {
  font-size: 20px;
  line-height: 32px;
  color: var(--white);
}
@media (max-width: 767px) {
  .banner-two__user span {
    font-size: 16px;
    line-height: 28px;
  }
}
.banner-three-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
  /*background: linear-gradient(180deg, rgba(255, 254, 239, 0.9) 0%, rgba(255, 255, 255, 0.9) 103.91%);*/
  padding-top: 250px;
  padding-bottom: 100px;
}
section.about_banner-inner-area {
    padding-top: 120px;
    background: linear-gradient(180deg, rgba(255, 254, 239, 0.9) 0%, rgba(255, 255, 255, 0.9) 103.91%);
}
@media (max-width: 991px) {
  .banner-three-area {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
.banner-three__content {
  max-width: 650px;
}
.banner-three__content span {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}
.banner-three-area h1{
    color: #fff;
}
.banner-three-area p{
    color: #ffffffcf;
}
header.header-area.border-none.animated, .header-area a {
    color: #fff;
}
header.header-area.border-none.animated.menu-fixed.fadeInDown a {
    color: #000!important;
}
header.header-area.border-none.animated.menu-fixed.fadeInDown a:hover {
    color: #0096a3!important;
}
@media (max-width: 767px) {
  .banner-three__content span {
    font-size: 16px;
    line-height: 28px;
  }
}
.banner-three__content h1 {
  font-size: 60px;
  line-height: 76px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .banner-three__content h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.banner-three__content p {
  font-size: 20px;
  line-height: 32px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .banner-three__content p {
    font-size: 16px;
    line-height: 28px;
  }
}
.banner-three__content .input-feild {
  margin-top: 40px;
  max-width: 575px;
  position: relative;
  box-shadow: 0px 2px 60px 0px rgba(6, 18, 14, 0.0588235294);
}
.banner-three__content .input-feild input {
  width: 100%;
  padding: 16px 20px;
  padding-left: 50px;
  border-radius: 18px;
  border: 1px solid var(--border-light);
}
.banner-three__content .input-feild input::placeholder {
  color: var(--paragraph);
  font-size: 18px;
  line-height: 30px;
}
.banner-three__content .input-feild button {
  padding: 8px 20px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  background-color: #0096a3;
  border-radius: 12px;
  position: absolute;
  top: 8px;
  right: 8px;
}
@media (max-width: 767px) {
  .banner-three__content .input-feild button {
    font-size: 16px;
    padding: 8px;
  }
}
.banner-three__content .input-feild svg {
  position: absolute;
  top: 23px;
  left: 23px;
}
.banner-three__image {
  max-width: 574px;
  position: absolute;
  bottom: 110px;
  right: 15%;
}
@media (max-width: 1399px) {
  .banner-three__image {
    right: 5%;
  }
}
@media (max-width: 1199px) {
  .banner-three__image {
    display: none;
  }
}
.banner-three__image .here-bg {
  position: absolute;
  right: -10px;
  bottom: 0;
  z-index: -1;
}
.banner-three__image .kit1 {
  position: absolute;
  top: 120px;
  left: 60px;
}
.banner-three__image .kit2 {
  position: absolute;
  top: 18px;
  right: -86px;
}
.banner-three__image .kit3 {
  position: absolute;
  bottom: 70px;
  right: -200px;
}
.banner-four-area {
  overflow: hidden;
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .banner-four-area {
    padding-top: 130px;
  }
}
.banner-four__line {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.banner-four__content h4 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 5px;
}
.banner-four__content h4 .title-dot {
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  background-color: #de9fff;
  display: inline-block;
  margin-right: 6px;
  border-radius: 3px;
}
.banner-four__content h1 {
  font-size: 100px;
  line-height: 110px;
  font-weight: 700;
  color: var(--white);
}
@media (max-width: 991px) {
  .banner-four__content h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .banner-four__content h1 {
    font-size: 42px;
    line-height: 56px;
  }
}
.banner-four__content p {
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6980392157);
  max-width: 375px;
}
@media (max-width: 991px) {
  .banner-four__content p {
    font-size: 16px;
    line-height: 28px;
  }
}
.banner-four__image {
  position: relative;
}
.banner-four__image .text-btn {
  position: absolute;
  top: -9%;
  right: 24%;
}
@media (max-width: 575px) {
  .banner-four__image .text-btn {
    top: -30%;
  }
}
@media (max-width: 1199px) {
  .banner-four__image .btn-circle {
    max-width: 140px;
  }
}
@media (max-width: 991px) {
  .banner-four__image .btn-circle {
    max-width: 100px;
  }
}
.banner-four__image .btn-arry {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .banner-four__image .btn-arry {
    max-width: 30px;
  }
}
.banner-video {
  margin-top: -380px;
}
@media (max-width: 991px) {
  .banner-video {
    margin-top: -200px;
  }
}
@media (max-width: 767px) {
  .banner-video {
    margin-top: -100px;
  }
}
.banner-video__image {
  position: relative;
}
.banner-video__btn {
  position: absolute;
  top: 60px;
  right: 60px;
}
@media (max-width: 767px) {
  .banner-video__btn {
    top: 30px;
    right: 30px;
  }
}
.banner-video__btn.inner-page {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: unset;
}
.banner-video__btn.inner-page .video-popup {
  background-color: var(--yellow-color);
  color: var(--white);
  font-size: 28px;
}
/*.banner-inner-area {*/
/*  overflow: hidden;*/
/*  padding-top: 210px;*/
/*  padding-bottom: 120px;*/
/*  background: linear-gradient(180deg, rgba(255, 254, 239, 0.9) 0%, rgba(255, 255, 255, 0.9) 103.91%);*/
/*}*/
.banner-inner-area {
    overflow: hidden;
    padding-top: 210px;
    padding-bottom: 120px;
    background-repeat: no-repeat;
    background-size: cover;
     /*background: linear-gradient(180deg, rgba(255, 254, 239, 0.9) 0%, rgba(255, 255, 255, 0.9) 103.91%);*/
    color: #fff;
}

.banner-inner-area {
    position: relative;
    width: 100%;
}








@media (max-width: 991px) {
  .banner-inner-area {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
.banner-inner__content {
  text-align: center;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}
.banner-inner__content a,
.banner-inner__content span {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1.2px;
  font-weight: 600;
  color: #235947;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .banner-inner__content a,
  .banner-inner__content span {
    font-size: 16px;
    line-height: 28px;
  }
}
.banner-inner__content h2 {
  font-size: 60px;
  line-height: 76px;
  font-weight: 300;
  margin-top: 5px;
  color: #fff;
}
.banner-inner__content h1 {
    font-size: 38px;
    color: #fff;
}
.about_banner-inner__content {
  text-align: center;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}
.about_banner-inner__content h1 {
    font-size: 38px;
    color: #0096a3;
}
@media (max-width: 575px) {
  .banner-inner__content h2 {
    font-size: 40px;
    line-height: 56px;
  }
}
.banner-inner__content p {
  margin-top: 15px;
}

.section-header h5, .section-header-four h5, .section-header-inner h5 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #0096a3;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--inter);
  letter-spacing: 1.2px;
}
@media (max-width: 575px) {
  .section-header h5, .section-header-four h5, .section-header-inner h5 {
    font-size: 16px;
  }
}
.section-header h2, .section-header-four h2, .section-header-inner h2 {
  font-size: 28px;
}
.section-header h3 {
  font-size: 25px;
}
.section-header ul {
    margin-top: 18px;
    margin-bottom: 18px;
    padding-left: 18px;
}
.section-header ul li {
    line-height: 32px;
}
.section-header ul li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    padding-right: 6px;
}
.section-header p, .section-header-four p, .section-header-inner p {
  margin-top: 10px;
  margin-bottom: 20px;
}
.section-header-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-header-flex p {
  max-width: 560px;
}
.section-header-flex.line-title h2 span {
  color: var(--heading-color);
  position: relative;
  z-index: 1;
}
.section-header-flex.line-title h2 span img {
  position: absolute;
  bottom: 10px;
  left: 0px;
  z-index: -1;
}
@media (max-width: 767px) {
  .section-header-flex.line-title h2 span img {
    display: none;
  }
}
.section-header.line-title h2 span, .line-title.section-header-four h2 span, .line-title.section-header-inner h2 span {
  color: var(--heading-color);
  position: relative;
  z-index: 1;
}
.section-header.line-title h2 span img, .line-title.section-header-four h2 span img, .line-title.section-header-inner h2 span img {
  position: absolute;
  bottom: 10px;
  left: 0px;
  z-index: -1;
}
@media (max-width: 767px) {
  .section-header.line-title h2 span img, .line-title.section-header-four h2 span img, .line-title.section-header-inner h2 span img {
    display: none;
  }
}
.section-header-four h5, .section-header-inner h5 {
  font-family: var(--inter);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  color: var(--heading-color);
}
.section-header-four h5 .title-dot, .section-header-inner h5 .title-dot {
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  background-color: #de9fff;
  display: inline-block;
  margin-right: 6px;
  border-radius: 3px;
}
.section-header-four h2 .unread, .section-header-inner h2 .unread {
  color: rgba(21, 19, 20, 0.4);
}
.section-header-inner h5 {
  color: #235947;
  font-weight: 600;
  text-transform: uppercase;
}
.section-header-inner h5 .title-dot {
  background-color: var(--yellow-color);
}
.section-header-inner h2 {
  font-weight: 300;
}

.about-area {
  overflow: hidden;
}
.about__image {
  position: relative;
  max-width: 603px;
}
.about__image .about-line {
  position: absolute;
  top: 30px;
  left: -200px;
}
.about__image .about-kit {
  position: absolute;
  left: -225px;
  bottom: -115px;
}
@media (max-width: 1600px) {
  .about__image .about-kit {
    left: -150px;
    bottom: -80px;
  }
}
@media (max-width: 991px) {
  .about__image .about-kit {
    left: -70px;
    bottom: -70px;
    max-width: 300px;
  }
}
@media (max-width: 575px) {
  .about__image .about-kit {
    left: -30px;
    bottom: -60px;
    max-width: 200px;
  }
}
.about__item-right ul {
  max-width: 570px;
}
.about__item-right ul li:not(:last-child) {
  margin-bottom: 30px;
}
.about__item-right ul li .icon {
  width: 84px;
  height: 84px;
  line-height: 84px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  width: 100%;
  max-width: 84px;
}
.about__item-right ul li .icon.bg1 {
  background-color: #ffefcf;
}
.about__item-right ul li .icon.bg2 {
  background-color: #e9e2ff;
}
.about__item-right ul li .icon.bg3 {
  background-color: rgba(224, 246, 226, 0.8);
}
.about__item-right ul li h3 {
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .about__item-right ul li h3 {
    font-size: 20px;
  }
}
.about__item-right ul li p {
  font-size: 16px;
  line-height: 28px;
}
.about-four-area {
  overflow: hidden;
}
.about-four__wrp {
  border-top: 1px solid rgba(21, 19, 20, 0.1215686275);
  border-bottom: 1px solid rgba(21, 19, 20, 0.1215686275);
}
.about-four__item h5 {
  font-size: 20px;
  font-weight: 500;
}
.about-four__item h2 {
  font-size: 48px;
  line-height: 64px;
}
.about-four__item h2 span {
  color: var(--heading-color);
}

.marquee-area, .marquee-two-area, .marquee-light-area {
  overflow: hidden;
}
.marquee__wrp {
  position: relative;
}
.marquee__slide {
  display: flex;
  position: relative;
}
.marquee__slide.marquee-revers .marquee__item-wrp, .marquee__slide.marquee-revers .marquee-two__item-wrp {
  position: relative;
  -webkit-animation: slide-har-revers 20s linear infinite;
  animation: slide-har-revers 20s linear infinite;
}
.marquee__slide.brand__slider img {
    width: 140px;
}
.our-clutch-reviews {
    text-align: center;
    font-size: 18px;
    font-weight: 800;
}
@-webkit-keyframes slide-har-revers {
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slide-har-revers {
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.marquee__item, .marquee-two__item, .marquee-light__item {
  padding: 0 50px;
}
.marquee__item h4, .marquee-two__item h4, .marquee-light__item h4 {
  white-space: nowrap;
  font-size: 40px;
  line-height: 50px;
}
.marquee__item-wrp, .marquee-two__item-wrp {
  display: flex;
  position: relative;
  -webkit-animation: slide-har 20s linear infinite;
  animation: slide-har 20s linear infinite;
}
@-webkit-keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.marquee-two-area, .marquee-light-area {
  padding: 15px 0;
  background-color: var(--primary-color);
}
.marquee-two-area.page-contact, .page-contact.marquee-light-area {
  background-color: #144c3a;
}
.marquee-two__item, .marquee-light__item {
  padding: 0 25px;
}
.marquee-light-area {
  background-color: var(--white);
  transform: rotate(-2.12deg);
  margin-top: -80px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .marquee-light-area {
    margin-top: 0;
    transform: rotate(0deg);
  }
}
.marquee-light-area.marquee-revers-area {
  background-color: #de9fff;
  transform: rotate(2.12deg);
  overflow: hidden;
}
@media (max-width: 767px) {
  .marquee-light-area.marquee-revers-area {
    transform: rotate(0deg);
  }
}
.marquee-light__item {
  padding: 0 18px;
}
.marquee-light__item h4 {
  text-transform: uppercase;
  font-size: 44px;
  line-height: 56px;
}
@media (max-width: 767px) {
  .marquee-light__item h4 {
    font-size: 30px;
    line-height: 40px;
  }
}
.marquee-light__item h4 a {
  color: var(--heading-color) !important;
  font-family: var(--space-grotesk);
}
.marquee-four-area {
  overflow: hidden;
  margin-top: -50px;
  position: relative;
  z-index: 1;
}

.brand-area p {
  color: rgba(255, 255, 255, 0.6980392157);
  font-size: 16px;
}
.brand__slider .marquee__item, .brand__slider .marquee-two__item, .brand__slider .marquee-light__item {
  padding: 0px 40px;
}
@media (max-width: 767px) {
  .brand__slider .marquee__item, .brand__slider .marquee-two__item, .brand__slider .marquee-light__item {
    padding: 0px 15px;
  }
}

.fanfact-area {
  overflow: hidden;
}
.fanfact-area.fanfact-radius {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  margin-top: -40px;
  background-color: var(--white);
  position: relative;
  z-index: 2;
}
.fanfact__item .count {
  color: var(--heading-color);
}
.fanfact__item strong {
  font-size: 20px;
  font-weight: 400;
  color: var(--heading-color);
}
@media (max-width: 575px) {
  .fanfact__item strong {
    font-size: 16px;
  }
}
.fanfact__item-left h2 {
  font-size: 32px;
  line-height: 48px;
  font-family: var(--inter);
  margin-bottom: 10px;
}
.fanfact__item-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  z-index: 1;
}
.fanfact__item-right::before {
  position: absolute;
  content: "";
  top: 0;
  left: 40%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: linear-gradient(240deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 50.12%, rgba(0, 0, 0, 0.35) 100%);
}
@media (max-width: 1199px) {
  .fanfact__item-right::before {
    display: none;
  }
}
.fanfact__item-right::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  max-width: 550px;
  height: 1px;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 50.12%, rgba(0, 0, 0, 0.35) 100%);
}
@media (max-width: 1199px) {
  .fanfact__item-right::after {
    display: none;
  }
}

.service-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.service__shape1 {
  position: absolute;
  top: 40%;
  left: 0;
  z-index: -1;
}
.service__shape2 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.service__item {
  padding: 35px;
  border-radius: 24px;
  background-color: var(--white);
  transition: var(--transition);
}
.service__item h4,
.service__item p {
  transition: var(--transition);
}
.service__item a {
  font-size: 18px;
}
.service__item .icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  background-color: #f1f7f4;
  border-radius: 9px;
  transition: var(--transition);
}
.service__item.active {
  background-color: var(--primary-color);
  transform: rotate(-2deg);
}
.service__item.active .icon {
  background-color: rgba(255, 255, 255, 0.6);
}
.service__item.active h4 {
  color: var(--white);
}
.service__item.active p {
  color: rgba(255, 255, 255, 0.6980392157);
}
.service__item.active a {
  color: var(--white);
}
.service__item:hover {
  background-color: var(--primary-color);
  transform: rotate(-2deg);
}
.service__item:hover .icon {
  background-color: rgba(255, 255, 255, 0.6);
}
.service__item:hover h4 {
  color: var(--white);
}
.service__item:hover p {
  color: rgba(255, 255, 255, 0.6980392157);
}
.service__item:hover a {
  color: var(--white);
}
.service-two-area {
  overflow: hidden;
}
@media (max-width: 575px) {
  .service-two__content h3 {
    font-size: 20px;
  }
}
.service-two__content p {
  font-size: 16px;
}
.service-two__content .explore-btn {
  font-weight: 500;
  text-transform: uppercase;
}
.service-two__content .explore-btn i {
  color: var(--yellow-color);
  transition: var(--transition);
}
.service-two__item {
  padding: 30px 24px;
  border-radius: 16px;
  display: flex;
  gap: 24px;
}
@media (max-width: 575px) {
  .service-two__item {
    gap: 10px;
  }
}
.service-two__item.bg1 {
  background-color: #f2fcf5;
}
.service-two__item.bg2 {
  background-color: #ecfcff;
}
.service-two__item.bg3 {
  background-color: #fdf5f8;
}
.service-two__item.bg4 {
  background-color: #f6f3ff;
}
.service-two__item.bg5 {
  background-color: #fef5ed;
}
.service-two__item.bg6 {
  background-color: #f9f9f6;
}
.service-two__item:hover .explore-btn i {
  margin-left: 10px !important;
}
.service-three-area {
  overflow: hidden;
}
.service-three__icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  background: radial-gradient(71.5% 71.5% at 50% 50%, rgba(251, 251, 252, 0) 0%, #0096a3 100%);
}
@media (max-width: 575px) {
  .service-three__image img {
    width: 100%;
  }
}
.service-three__item {
  background-color: var(--sub-bg-three);
  border-radius: 20px;
  padding: 40px;
      min-height: 400px;
}
.service-three__item p {
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .service-three__item {
    flex-wrap: wrap;
  }
}
.service-four-area {
  overflow: hidden;
  background-color: rgba(222, 159, 255, 0.0784313725);
}
.service-four__accordion .accordion-item {
  background-color: transparent !important;
}
.service-four__accordion .accordion-item .accordion-header button {
  padding: 40px 0 !important;
}
.service-four__accordion .accordion-item .accordion-header button .main-wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 92%;
  gap: 20px;
  flex-wrap: wrap;
}
.service-four__accordion .accordion-item .accordion-header button .sub-wrp {
  display: flex;
  align-items: center;
  gap: 90px;
  width: 500px;
}
@media (max-width: 767px) {
  .service-four__accordion .accordion-item .accordion-header button .sub-wrp {
    gap: 20px;
    width: 430px;
  }
}
.service-four__accordion .accordion-item .accordion-header .acc-number {
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  color: rgba(21, 19, 20, 0.3019607843);
  font-family: var(--space-grotesk);
}
.service-four__accordion .accordion-item .accordion-header .acc-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 52px;
  color: var(--heading-color);
  font-family: var(--space-grotesk);
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .service-four__accordion .accordion-item .accordion-header .acc-title {
    font-size: 28px;
    line-height: 40px;
  }
}
.service-four__accordion .accordion-item .accordion-header .acc-text {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: var(--paragraph);
  max-width: 502px;
}
.service-four__slider, .service-four__slider-item5, .service-four__slider-item4, .service-four__slider-item3, .service-four__slider-item2 {
  width: 1800px;
}
@media (max-width: 991px) {
  .service-four__slider, .service-four__slider-item5, .service-four__slider-item4, .service-four__slider-item3, .service-four__slider-item2 {
    width: 100%;
  }
}
.service-four__scrollbar, .service-four__scrollbar-item5, .service-four__scrollbar-item4, .service-four__scrollbar-item3, .service-four__scrollbar-item2 {
  width: 100%;
  background-color: rgba(21, 19, 20, 0.1215686275);
  height: 1px;
}
.service-four__image {
  position: relative;
}
.service-four__image img {
  border-radius: 20px;
}
.service-four__image .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: 24px;
  right: 15px;
  gap: 15px;
}
.service-four__image .tags a {
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 10px;
  background: linear-gradient(154.65deg, #ffffff 18.87%, rgba(255, 255, 255, 0.51) 98.9%, rgba(255, 255, 255, 0.6) 98.9%);
}
.service-four__image .tags a:hover {
  color: var(--white);
  background: var(--blue-color);
}
@media (max-width: 575px) {
  .service-four__image .tags {
    gap: 5px;
    top: 15px;
    right: 10px;
  }
  .service-four__image .tags a {
    font-size: 12px;
    padding: 3px 6px;
  }
}
.service-four__item .content {
  max-width: 520px;
}
.service-four__item h3 {
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .service-four__item h3 {
    font-size: 24px;
  }
}
.service-four__item h3 sup {
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  font-family: var(--inter);
  font-weight: 500;
}
.service-four__item p {
  color: rgba(21, 19, 20, 0.6980392157);
  margin-top: 5px;
}
.service-details-area, .case-details-area {
  overflow: hidden;
}
.service-details__image img, .case-details__image img {
  border-radius: 32px;
}
.service-details__wrp, .case-details__wrp {
  max-width: 1170px;
  margin: 0 auto;
}
.service-details__wrp h3, .case-details__wrp h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
  margin-bottom: 20px;
}
.service-details__wrp ul, .case-details__wrp ul {
  padding-left: 20px;
}
.service-details__wrp ul li, .case-details__wrp ul li {
  font-size: 18px;
  line-height: 32px;
}
.service-details__wrp ul li:not(:last-child), .case-details__wrp ul li:not(:last-child) {
  margin-bottom: 15px;
}
.service-details__wrp ul li strong, .case-details__wrp ul li strong {
  color: var(--heading-color);
  position: relative;
}
.service-details__wrp ul li strong::after, .case-details__wrp ul li strong::after {
  content: "";
  position: absolute;
  top: 8px;
  left: -13px;
  width: 6px;
  height: 6px;
  line-height: 6px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  background-color: var(--heading-color);
}
.service-details__wrp ol, .case-details__wrp ol {
  margin: 0;
  padding: 0;
}
.service-details__wrp ol li, .case-details__wrp ol li {
  font-size: 18px;
  line-height: 32px;
}
.service-details__wrp ol li:not(:last-child), .case-details__wrp ol li:not(:last-child) {
  margin-bottom: 15px;
}
.service-details__wrp ol li strong, .case-details__wrp ol li strong {
  color: var(--heading-color);
}

.story-area {
  overflow: hidden;
}
.story__info ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.story__info ul li {
  font-size: 18px;
}
@media (max-width: 575px) {
  .story__info ul li {
    font-size: 14px;
  }
}
.story__info ul li.li-dot {
  width: 6px;
  height: 6px;
  line-height: 6px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  background-color: #ffc532;
}
.story__item.mt-minus {
  margin-top: -100px;
}
@media (max-width: 991px) {
  .story__item.mt-minus {
    margin-top: 0;
  }
}
.story__item.inner-page .btn-one, .story__item.inner-page .btn-two, .story__item.inner-page .btn-four {
  border-radius: 100px;
  border: 1px solid var(--yellow-color);
  text-transform: uppercase;
  background-color: transparent;
}
.story__item.inner-page .btn-one span i, .story__item.inner-page .btn-two span i, .story__item.inner-page .btn-four span i {
  color: var(--heading-color);
}
.story__item.inner-page .btn-one:hover, .story__item.inner-page .btn-two:hover, .story__item.inner-page .btn-four:hover {
  color: var(--heading-color);
}
.story__item.inner-page .btn-one:hover span i, .story__item.inner-page .btn-two:hover span i, .story__item.inner-page .btn-four:hover span i {
  color: var(--heading-color);
}
.story__btn {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 991px) {
  .story__btn {
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .story__btn {
    gap: 10px;
  }
}
.story__scrollbar {
  width: 80%;
}
@media (max-width: 1399px) {
  .story__scrollbar {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .story__scrollbar {
    width: 50%;
  }
}
.story__scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
  background-color: rgba(37, 110, 86, 0.2509803922);
  height: 1px;
}
.story__scrollbar .swiper-scrollbar-drag {
  background-color: var(--primary-color);
}

.testimonial-area {
  overflow: hidden;
}
.testimonial__item-left .award-title {
  font-size: 18px;
  line-height: 30px;
  color: var(--heading-color);
  margin-bottom: 10px;
}
.testimonial__item-right {
  position: relative;
  z-index: 1;
}
.testimonial__item-right .coma {
  position: absolute;
  top: 0;
  left: -130px;
  z-index: -1;
}
.testimonial-two-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.testimonial-two__line {
  position: absolute;
  top: 45px;
  right: 0;
  z-index: -1;
}
.testimonial-two__item {
  padding: 40px;
  padding-top: 100px;
  background-color: #e9f0ee;
  border: 1px solid rgba(37, 110, 86, 0.1019607843);
  border-radius: 24px;
  position: relative;
}
@media (max-width: 767px) {
  .testimonial-two__item {
    margin: 0 12px;
  }
}
.testimonial-two__item .coma {
  position: absolute;
  top: 28px;
  right: 28px;
}
.testimonial-two__item h5 {
  font-family: var(--inter);
  font-weight: 400;
}
.testimonial-two__item p {
  font-size: 16px;
  line-height: 28px;
}
.testimonial-three-area {
  overflow: hidden;
}
.testimonial-three__item {
  border: 1px solid rgba(6, 18, 14, 0.2509803922);
  background-color: var(--white);
  border-radius: 16px;
  padding: 40px;
  position: relative;
  transform: rotate(4deg);
  z-index: 1;
}
.testimonial-three__item-wrp {
  border-radius: 16px;
  background-color: #0096a3;
  transform: rotate(-4deg);
  margin: 20px 0;
}
@media (max-width: 575px) {
  .testimonial-three__item {
    padding: 30px 20px;
  }
}
.testimonial-three__item p {
  font-size: 16px;
  line-height: 38px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .testimonial-three__item p {
    font-size: 20px;
    line-height: 32px;
  }
}
.testimonial-three__item .coma-top {
  position: absolute;
  left: 15px;
  top: 10px;
  z-index: -1;
}
.testimonial-three__item .coma-bottom {
  position: absolute;
  right: 40px;
  bottom: 15px;
  z-index: -1;
}
@media (max-width: 575px) {
  .testimonial-three__item .coma-bottom {
    right: 20px;
  }
}
.testimonial-three__item .star i {
  font-size: 22px;
  line-height: 32px;
}
.testimonial-four-area {
  overflow: hidden;
}
.testimonial-four__info {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(21, 19, 20, 0.1215686275);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 575px) {
  .testimonial-four__info .testi-brand {
    gap: 10px !important;
  }
  .testimonial-four__info .testi-brand img {
    width: 60px;
    height: 70px;
  }
}
.testimonial-four__info .testi-conter-wrp {
  max-width: 560px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.testimonial-four__info .testi-conter-wrp .line {
  width: 1px;
  height: 85px;
  background-color: rgba(21, 19, 20, 0.1215686275);
}
.testimonial-four__info .testi-conter h3 {
  font-size: 48px;
  line-height: 64px;
  font-weight: 500;
}
.testimonial-four__info .testi-conter h3 span {
  color: var(--heading-color);
}
.testimonial-four__card {
  padding: 36px;
  padding-top: 16px;
  gap: 50px;
  background: linear-gradient(68.41deg, #1e3b4c -20.34%, #2a4d69 85.8%);
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 32px;
  position: relative;
  z-index: 1;
  justify-content: space-between;
  overflow: hidden;
}
.testimonial-four__card .btn-four {
  background-color: var(--white);
  border: 1px solid var(--white);
  color: var(--heading-color);
}
.testimonial-four__card .btn-four .arry1 {
  color: var(--heading-color);
}
.testimonial-four__card .btn-four .arry2 {
  color: var(--heading-color);
}
.testimonial-four__card .btn-four:hover .arry1 {
  color: var(--heading-color);
}
.testimonial-four__card .btn-four:hover .arry2 {
  color: var(--heading-color);
}
.testimonial-four__card .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.testimonial-four__card .star i {
  color: #e54e3d;
}
.testimonial-four__item {
  padding: 36px 28px;
  background-color: #fafafa;
  border: 1px solid #e5e6ed;
  border-radius: 32px;
}
.testimonial-four__item .star i {
  color: #e54e3d;
}
.testimonial-four__item p {
  font-size: 18px;
  font-family: var(--space-grotesk);
  line-height: 30px;
  font-weight: 500;
  color: #151314;
}
.testimonial-four__scrollbar {
  width: 100%;
  height: 2px;
  background-color: rgba(21, 19, 20, 0.1215686275);
}
.testimonial-four__scrollbar .swiper-scrollbar-drag {
  background-color: var(--heading-color);
}

.blog-area {
  overflow: hidden;
}
.blog__image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.blog__image img {
  transition: var(--transition);
}
.blog__image .tag {
  top: 12px;
  right: 12px;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog__image .tag a {
  padding: 4px 12px;
  background-color: var(--white);
  border-radius: 10px;
  color: var(--heading-color);
}
.blog__item:hover img {
  transform: scale(1.06);
}
.blog__item:hover .blog-btn {
  color: var(--primary-color);
}
.blog-details-area {
  position: relative;
}
.blog-details__testimonial {
  position: relative;
}
.blog-details__testimonial .coma {
  position: absolute;
  top: 30px;
  right: 30px;
}
.blog-details__testimonial p {
  font-style: normal !important;
}
.blog-details__item {
  padding: 40px;
  border-radius: 24px;
  background-color: #fafafa;
}
@media (max-width: 575px) {
  .blog-details__item {
    padding: 20px;
  }
}
.blog-details__item .image img {
  border-radius: 16px;
}
.blog-details__item .info {
  margin: 20px 0;
}
.blog-details__item .info ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}
@media (max-width: 767px) {
  .blog-details__item .info ul {
    gap: 10px;
  }
}
.blog-details__item .info ul li a {
  color: var(--paragraph);
}
.blog-details__item .info ul li a:hover {
  color: var(--primary-color);
}
@media (max-width: 767px) {
  .blog-details__item .info ul li a {
    font-size: 14px;
  }
}
.blog-details__item-right {
  position: sticky;
  top: 40px;
}
.blog-details__item-right .item {
  background-color: #fafafa;
  border-radius: 24px;
  padding: 40px;
}
@media (max-width: 575px) {
  .blog-details__item-right .item {
    padding: 20px;
  }
}
.blog-details__item-right .item h4 {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(6, 18, 14, 0.1019607843);
  margin-bottom: 25px;
}
.blog-details__item-right .item .search {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.blog-details__item-right .item .search input {
  padding: 12px 24px;
  border: 1px solid rgba(33, 88, 70, 0.1019607843);
  border-radius: 8px;
  width: 100%;
}
.blog-details__item-right .item .search button {
  width: 60px;
  text-align: center;
  background-color: var(--yellow-color);
  padding: 13px;
  position: absolute;
  top: 0;
  right: 0;
}
.blog-details__item-right .item.category ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.blog-details__item-right .item.category ul li a span {
  transition: var(--transition);
}
.blog-details__item-right .item.category ul li a span:hover {
  color: var(--primary-color);
  font-weight: 500;
}
.blog-details__item-right .item .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.blog-details__item-right .item .tags a {
  background-color: rgba(22, 82, 62, 0.0509803922);
  padding: 4px 12px;
  border-radius: 8px;
  color: rgba(6, 18, 14, 0.6980392157);
}
.blog-details__item-right .item .tags a:hover {
  color: var(--primary-color);
}
.blog-details__item-right .item.newsletter input {
  padding: 12px 24px;
  border: 1px solid rgba(33, 88, 70, 0.1019607843);
  border-radius: 8px;
  width: 100%;
}
.blog-details__item-right .item.newsletter button {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: var(--heading-color);
  padding: 12px;
  width: 100%;
  border-radius: 100px;
  background-color: var(--yellow-color);
  margin-top: 20px;
  text-align: center;
}
.blog-details__item-right .item.newsletter button i {
  color: var(--heading-color);
  margin-left: 10px;
}

.book-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
}
.book-area::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: var(--secondary-color);
}
.book__wrp {
  background-color: #067f81;
  border-radius: 40px;
  padding: 60px 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .book__wrp {
    padding: 30px 15px;
  }
}
.book__shape1 {
  position: absolute;
  bottom: 30%;
  left: 110px;
  z-index: -1;
}
.book__shape2 {
  position: absolute;
  bottom: 40%;
  right: 120px;
  z-index: -1;
}
.book__left-arry {
  position: absolute;
  bottom: 68px;
  left: 28%;
  z-index: -1;
}
.book__right-arry {
  position: absolute;
  bottom: 68px;
  right: 28%;
  z-index: -1;
}
.book__item {
  text-align: center;
}
.book__item h2 {
  font-size: 48px;
  font-weight: 600;
  color: var(--white);
}
.book__item h2 span {
  color: var(--white);
  position: relative;
  z-index: 1;
}
.book__item h2 span img {
  position: absolute;
  bottom: 8px;
  left: 0px;
  z-index: -1;
}
@media (max-width: 767px) {
  .book__item h2 span img {
    display: none;
  }
}
@media (max-width: 767px) {
  .book__item h2 {
    font-size: 30px;
  }
}
.book__item p {
  color: var(--paragraph-light);
}
@media (max-width: 767px) {
  .book__item p {
    font-size: 15px;
    line-height: 28px;
    margin: 10px 0;
  }
}
.book__item ul li {
  font-size: 18px;
  color: var(--paragraph-light);
}
.book__item ul li span {
  color: --;
}
.book__item .btn-two {
  background-color: var(--white);
}

.pricing-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.pricing-area::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 54%;
  background-color: var(--sub-bg);
  content: "";
  z-index: -2;
}
.pricing__shape1 {
  position: absolute;
  top: 370px;
  left: -20px;
  z-index: -1;
}
.pricing__shape2 {
  position: absolute;
  top: 210px;
  left: 190px;
  z-index: -1;
}
.pricing__shape3 {
  position: absolute;
  top: 220px;
  right: 210px;
  z-index: -1;
}
.pricing__shape4 {
  position: absolute;
  top: 340px;
  right: -68px;
  z-index: -1;
}
.pricing__tab .nav-tabs, .pricing-two__tab .nav-tabs {
  border-bottom: 0;
  display: flex;
  justify-content: center;
}
.pricing__tab .nav-tabs .nav-link, .pricing-two__tab .nav-tabs .nav-link {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  border: 0;
  border-radius: 0;
  padding: 7px 56px;
  position: relative;
  background: transparent;
  z-index: 2;
  color: var(--secondary-color);
  letter-spacing: 0.2px;
  margin-bottom: 0;
}
.pricing__tab .nav-tabs .nav-link::before, .pricing-two__tab .nav-tabs .nav-link::before {
  position: absolute;
  content: "";
  right: 0px;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  background: var(--primary-color);
  width: 75px;
  height: 32px;
  border-radius: 20px;
  border: 1px solid var(--primary-color);
}
.pricing__tab .nav-tabs .nav-link::after, .pricing-two__tab .nav-tabs .nav-link::after {
  position: absolute;
  content: "";
  right: -33px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--white);
  z-index: 1;
}
.pricing__tab .nav-tabs .nav-link:first-child, .pricing-two__tab .nav-tabs .nav-link:first-child {
  padding-left: 0;
}
.pricing__tab .nav-tabs .nav-link:last-child, .pricing-two__tab .nav-tabs .nav-link:last-child {
  padding-right: 0;
}
.pricing__tab .nav-tabs .nav-link:last-child::after, .pricing-two__tab .nav-tabs .nav-link:last-child::after {
  display: none;
}
.pricing__tab .nav-tabs .nav-link:last-child::before, .pricing-two__tab .nav-tabs .nav-link:last-child::before {
  display: none;
}
.pricing__tab .nav-tabs .nav-link.active, .pricing-two__tab .nav-tabs .nav-link.active {
  color: var(--primary-color);
}
.pricing__tab .nav-tabs .nav-link.active::after, .pricing-two__tab .nav-tabs .nav-link.active::after {
  right: 8px;
}
.pricing__item, .pricing-two__item {
  background-color: var(--white);
  border-radius: 16px;
  border: 1px solid var(--border);
  position: relative;
}
.pricing__item .popular-badge, .pricing-two__item .popular-badge {
  position: absolute;
  top: 0;
  right: 0;
}
.pricing__item .pricing-head, .pricing-two__item .pricing-head {
  text-align: center;
}
.pricing__item .pricing-head h2 .dollar-icon, .pricing-two__item .pricing-head h2 .dollar-icon {
  font-size: 36px;
  font-weight: 500;
  color: var(--heading-color);
}
.pricing__item .pricing-head h2 .month, .pricing-two__item .pricing-head h2 .month {
  font-size: 18px;
  font-weight: 500;
  color: var(--heading-color);
}
.pricing__item ul li i, .pricing-two__item ul li i {
  color: var(--primary-color);
  margin-right: 15px;
}
.pricing__item ul li i.disable, .pricing-two__item ul li i.disable {
  color: rgba(37, 110, 86, 0.4);
}
.pricing__item ul li:not(:last-child), .pricing-two__item ul li:not(:last-child) {
  margin-bottom: 15px;
}
.pricing__item.active, .active.pricing-two__item {
  background-color: var(--primary-color);
  border: none;
}
.pricing__item.active .pricing-head, .active.pricing-two__item .pricing-head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1490196078);
}
.pricing__item.active .pricing-head h4, .active.pricing-two__item .pricing-head h4 {
  color: var(--white);
}
.pricing__item.active .pricing-head h2, .active.pricing-two__item .pricing-head h2 {
  color: var(--white);
}
.pricing__item.active .pricing-head h2 span, .active.pricing-two__item .pricing-head h2 span {
  color: var(--white);
}
.pricing__item.active ul li, .active.pricing-two__item ul li {
  color: var(--paragraph-light);
}
.pricing__item.active ul li i, .active.pricing-two__item ul li i {
  color: var(--white);
}
.pricing__item.active ul li i.disable, .active.pricing-two__item ul li i.disable {
  color: rgba(255, 255, 255, 0.4);
}
.pricing-two-area {
  overflow: hidden;
}
.pricing-two__tab {
  position: relative;
}
.pricing-two__tab .price-save {
  position: absolute;
  top: -50px;
  right: -67px;
}
.pricing-two__tab .nav-tabs .nav-link::before {
  background: #22d16a;
  border: 1px solid #22d16a;
}
.pricing-two__tab .nav-tabs .nav-link.active {
  color: var(--heading-color);
}
.pricing-two__item {
  padding: 40px;
  border: none;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  .pricing-two__item {
    padding: 30px 20px;
  }
}
.pricing-two__item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, rgba(37, 110, 86, 0) 0%, rgba(37, 110, 86, 0.5) 50.36%, rgba(37, 110, 86, 0) 100%);
}
.pricing-two__item .pricing-head h4 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
}
.pricing-two__item .pricing-head h2 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing-two__item .pricing-head h2 span {
  font-size: 16px !important;
  line-height: 28px;
  color: var(--paragraph) !important;
  margin-left: 10px;
}
.pricing-two__item .pricing-head p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 10px;
}
.pricing-two__item ul li {
  font-size: 18px;
}
@media (max-width: 575px) {
  .pricing-two__item ul li {
    font-size: 16px;
  }
}
.pricing-two__item ul li i {
  color: #37d284;
  margin-right: 8px;
}
.pricing-two__item .btn-one, .pricing-two__item .btn-two, .pricing-two__item .btn-four {
  border: 1px solid var(--yellow-color);
  font-size: 18px;
  font-family: var(--inter);
  text-transform: uppercase;
  border-radius: 100px;
}
.pricing-two__item .btn-one.active, .pricing-two__item .active.btn-two, .pricing-two__item .active.btn-four {
  background-color: var(--yellow-color);
  color: var(--heading-color);
}
.pricing-two__item .btn-one:hover, .pricing-two__item .btn-two:hover, .pricing-two__item .btn-four:hover {
  background-color: var(--yellow-color);
  color: var(--heading-color);
}
.pricing-table-area {
  overflow: hidden;
}
.pricing-table__wrp {
  background-color: #fafafa;
  border-radius: 32px;
  padding: 60px;
}
@media (max-width: 767px) {
  .pricing-table__wrp {
    padding: 30px;
  }
}
.pricing-table__wrp .table {
  background-color: transparent;
}
.pricing-table__wrp .table thead tr th:not(:first-child) {
  text-align: center;
  min-width: 200px;
}
@media (max-width: 1199px) {
  .pricing-table__wrp .table thead tr th {
    min-width: 250px;
  }
}
.pricing-table__wrp .table th,
.pricing-table__wrp .table td {
  background-color: #fafafa;
}
.pricing-table__wrp .table th i,
.pricing-table__wrp .table td i {
  color: #22d16a;
  font-size: 18px;
  display: block;
  text-align: center;
}
.pricing-table__wrp .table th {
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  font-family: var(--space-grotesk);
  padding: 0;
  padding-bottom: 30px;
}
.pricing-table__wrp .table td {
  font-size: 18px;
  line-height: 30px;
  color: var(--paragraph);
  padding: 20px 0;
}

.feature-area {
  overflow: hidden;
}
.feature__icon {
  width: 84px;
  height: 84px;
  line-height: 84px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  border-radius: 16px;
}
.feature__icon img {
  transition: var(--transition);
}
.feature__icon.bg1 {
  background-color: #edf7ff;
}
.feature__icon.bg2 {
  background-color: #f2fcf5;
}
.feature__icon.bg3 {
  background-color: #fff3eb;
}
.feature__item:hover .feature__icon img {
  transform: rotateY(180deg);
}
.feature-three-area {
  overflow: hidden;
  padding: 0 12px;
}
.feature-three__container {
  background-color: #e2e2e2;
  padding: 120px 150px;
  max-width: 1620px;
  border-radius: 36px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .feature-three__container {
    padding: 60px;
  }
}
@media (max-width: 575px) {
  .feature-three__container {
    padding: 60px 30px;
  }
}
.feature-three__item p {
  font-size: 16px;
  line-height: 26px;
}
.feature-three__item img {
    width: 60px;
}
.choose-area {
  overflow: hidden;
}
.choose__image, .grow__image {
  background-color: rgba(5, 139, 95, 0.0784313725);
  border-radius: 32px;
  padding: 36px;
  max-width: 600px;
  float: right;
}
.choose__image img, .grow__image img {
  border-radius: 10px;
}
.choose__item-left ul li, .grow__item-left ul li {
  font-size: 18px;
  line-height: 30px;
}
.choose__item-left ul li span, .grow__item-left ul li span {
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  border: 2.5px solid var(--primary-color);
  margin-right: 8px;
}

.case-details__image-sm {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .case-details__image-sm {
    gap: 10px;
  }
}
.case-details__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.case-details__info h5 {
  font-size: 24px;
  font-family: var(--inter);
  line-height: 30px;
  font-weight: 400;
}
.case-details__info span {
  font-size: 18px;
}
.case-details__testimonial, .blog-details__testimonial {
  padding: 30px;
  border-radius: 16px;
}
.case-details__testimonial p, .blog-details__testimonial p {
  color: var(--paragraph-light);
  margin-bottom: 20px;
  font-style: italic;
}
.grow-area {
  overflow: hidden;
}
.grow__image {
  float: left;
}
.grow__item-left ul li i {
  color: #37d284;
  display: inline-block;
  margin-right: 8px;
}

.contact-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.contact__shape1 {
  position: absolute;
  top: 150px;
  left: -90px;
  z-index: -1;
}
.contact__shape2 {
  position: absolute;
  bottom: 45px;
  right: 30px;
  z-index: -1;
}
.contact__content h5 {
  font-size: 20px;
  font-weight: 500;
  color: var(--paragraph);
  margin-bottom: 8px;
}
.contact__content p {
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
  color: var(--heading-color);
}
@media (max-width: 767px) {
  .contact__content p {
    font-size: 22px;
    line-height: 32px;
  }
}
.contact__item, .signup__item, .signin__item, .reset-password__item {
  padding: 50px;
  border-radius: 32px;
  background-color: #f1efe9;
}
@media (max-width: 575px) {
  .contact__item, .signup__item, .signin__item, .reset-password__item {
    padding: 30px 20px;
  }
}
.contact__item h3, .signup__item h3, .signin__item h3, .reset-password__item h3 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
  font-family: var(--inter);
  margin-bottom: 30px;
}
.contact__item label, .signup__item label, .signin__item label, .reset-password__item label {
  font-size: 20px;
  font-family: var(--space-grotesk);
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--heading-color);
}
.contact__item input, .signup__item input, .signin__item input, .reset-password__item input {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: none;
  margin-bottom: 24px;
}
.contact__item textarea, .signup__item textarea, .signin__item textarea, .reset-password__item textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: none;
  height: 145px;
  resize: none;
}
.contact__item-left .section-header, .contact__item-left .section-header-four, .contact__item-left .section-header-inner {
  max-width: 430px;
}
.contact__map {
  overflow: hidden;
}
.contact__map iframe {
  width: 100%;
  height: 570px;
  margin-bottom: -10px;
}

.team-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.team__shape1 {
  position: absolute;
  top: 115px;
  left: 150px;
  z-index: -1;
}
.team__shape2 {
  position: absolute;
  top: 118px;
  right: 127px;
  z-index: -1;
}
.team__social {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  top: 12px;
  right: 24px;
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  transform: translate(20px);
}
.team__image {
  position: relative;
}
.team__item:hover .team__social {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}
.team-four-area {
  overflow: hidden;
}
.team-four__social {
  width: 44px;
  background-color: var(--blue-color);
  border-top-left-radius: 20px;
  text-align: center;
  padding: 15px 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(200px);
  transition: var(--transition);
}
.team-four__social a {
  font-size: 20px;
  color: var(--white);
}
.team-four__social a:not(:last-child) {
  margin-bottom: 10px;
}
.team-four__item:hover .team-four__social {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.team-four__item h5 a:hover {
  color: var(--blue-color);
}
.team-four__item .image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.team-four__swiper-scrollbar {
  width: 115px;
  margin: 0 auto;
}
.team-four__swiper-scrollbar .swiper-scrollbar {
  height: 2px;
}
.team-four__swiper-scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: var(--heading-color);
}
.team-details-area {
  overflow: hidden;
}
.team-details__item h3, .blog-details__list h3 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 300;
  margin-bottom: 40px;
}
.team-details__item .experience-progress .experience-title-wrapper, .blog-details__list .experience-progress .experience-title-wrapper {
  padding-bottom: 10px;
}
.team-details__item .experience-progress .experience-title, .blog-details__list .experience-progress .experience-title,
.team-details__item .experience-progress .exp,
.blog-details__list .experience-progress .exp {
  font-size: 20px;
  color: #16523e;
  font-weight: 500;
  line-height: 32px;
}
.team-details__item .experience-progress .progress, .blog-details__list .experience-progress .progress {
  height: 24px;
  border-radius: 12px;
  background-color: rgba(22, 82, 62, 0.0509803922);
}
.team-details__item .experience-progress .progress .progress-bar, .blog-details__list .experience-progress .progress .progress-bar {
  border-radius: 12px;
  background-color: var(--yellow-color);
}
.team-details__item ul, .blog-details__list ul {
  padding-left: 20px;
}
.team-details__item ul li, .blog-details__list ul li {
  position: relative;
  line-height: 30px;
  color: var(--paragraph);
  font-size: 18px;
}
.team-details__item ul li::after, .blog-details__list ul li::after {
  width: 6px;
  height: 6px;
  line-height: 6px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  background-color: var(--primary-color);
  position: absolute;
  content: "";
  top: 10px;
  left: -14px;
}
.team-details__item ul li:not(:last-child), .blog-details__list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.team-details__item-right .social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.team-details__item-right .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  line-height: 37px;
  background-color: var(--primary-color);
}

.process-area {
  overflow: hidden;
}
.process__wrp {
  position: relative;
  z-index: 1;
}
.process__line {
  position: absolute;
  /*top: 85px;*/
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1399px) {
  .process__line img {
    max-width: 800px;
  }
}
@media (max-width: 1199px) {
  .process__line img {
    max-width: 700px;
  }
}
@media (max-width: 991px) {
  .process__line {
    display: none;
  }
}
.process__number {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.process__number img {
  position: absolute;
  /*top: 0;*/
  /*left: 0;*/
   top: 20px;
  left: 20px;
  width: 60px;
  z-index: -1;
  animation: rotate 20s linear infinite;
}
.base_sec a:hover {
    border: 1px solid #fff;
    background: #025f67;
    color: #fff;
}
.process__number h4 {
  font-size: 40px;
  line-height: 100px;
}
.process__number.bg1 {
  background-color: #ffefcf;
}
.process__number.bg3 {
  background-color: #e6f8e8;
}
.process__item {
  text-align: center;
}
.process-four-area {
  overflow: hidden;
}
.process-four__header h3 {
  font-size: 32px;
  line-height: 48px;
  max-width: 1040px;
}
.process-four__header h3 span {
  color: rgba(21, 19, 20, 0.4);
}
@media (max-width: 575px) {
  .process-four__header h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
.process-four__image {
  max-width: 449px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.process-four__image .process-point {
  position: absolute;
  top: 78px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 991px) {
  .process-four__image .process-point {
    display: none;
  }
}
.process-four__item h3 {
  font-size: 31px;
  line-height: 48px;
  margin-bottom: 10px;
}
.process-four__item h3 span {
  color: rgba(21, 19, 20, 0.3019607843);
}
@media (max-width: 575px) {
  .process-four__item h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
.process-four__item p {
  font-size: 16px;
  line-height: 26px;
}

.start-now-area {
  position: relative;
  z-index: 1;
  background-color: #025f67;
  margin-top: 80px;
}
.start-now__hero {
  position: absolute;
  bottom: 0;
  right: 8%;
}
@media (max-width: 1399px) {
  .start-now__hero {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .start-now__hero {
    display: none;
  }
}
.start-now__item {
  max-width: 610px;
}
.start-now__item h5 {
  color: var(--yellow-color);
}
.start-now__item p {
  color: rgba(255, 255, 255, 0.6980392157);
}
.start-now-four-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.start-now-four__image {
  max-width: 497px;
  float: right;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.start-now-four__image .shape1 {
  position: absolute;
  top: -40px;
  right: -40px;
  z-index: -1;
}
.start-now-four__image .shape2 {
  position: absolute;
  bottom: -16px;
  left: -16px;
  z-index: -1;
}
.start-now-four__item-left .section-header-four .btn-four, .start-now-four__item-left .section-header-inner .btn-four {
  background-color: var(--blue-color);
  color: var(--white);
}
.start-now-four__item-left .section-header-four .btn-four span, .start-now-four__item-left .section-header-inner .btn-four span {
  color: var(--white);
}
.start-now-four__item-left .section-header-four .btn-four span .arry1, .start-now-four__item-left .section-header-inner .btn-four span .arry1 {
  color: var(--white);
}
.start-now-four__item-left .section-header-four .btn-four span .arry2, .start-now-four__item-left .section-header-inner .btn-four span .arry2 {
  color: var(--white);
}
.start-now-four__item-left .section-header-four.line-title h2 span img, .start-now-four__item-left .line-title.section-header-inner h2 span img {
  bottom: -15px;
}

.faq-area {
  overflow: hidden;
}
.faq__item-left {
  max-width: 552px;
  position: sticky;
  top: 0px;
}
.faq-four__accordion .accordion-button {
  font-size: 32px !important;
  line-height: 48px !important;
  font-weight: 500 !important;
  font-family: var(--space-grotesk);
}
@media (max-width: 991px) {
  .faq-four__accordion .accordion-button {
    font-size: 22px !important;
    line-height: 36px !important;
  }
}

.term-condition-area, .privacy-policy-area {
  position: relative;
  z-index: 1;
}
.term-condition__item-right {
  position: sticky;
  top: 120px;
}
.term-condition__item-right ul li a {
  font-size: 20px;
  line-height: 32px;
}
.term-condition__item-right ul li:not(:last-child) {
  margin-bottom: 10px;
}

.signup-area, .signin-area, .reset-password-area {
  overflow: hidden;
  padding-top: 220px;
  padding-bottom: 120px;
  background: linear-gradient(180deg, rgba(255, 254, 239, 0.9) 0%, rgba(255, 255, 255, 0.9) 103.91%);
}
@media (max-width: 991px) {
  .signup-area, .signin-area, .reset-password-area {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}
.signup__item, .signin__item, .reset-password__item {
  padding: 60px;
}
.signup__item h3, .signin__item h3, .reset-password__item h3 {
  font-size: 52px;
  line-height: 64px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(6, 18, 14, 0.1215686275);
}
@media (max-width: 767px) {
  .signup__item h3, .signin__item h3, .reset-password__item h3 {
    font-size: 28px;
    line-height: 40px;
  }
}
.signup__item .form-check .form-check-input:checked, .signin__item .form-check .form-check-input:checked, .reset-password__item .form-check .form-check-input:checked {
  background-color: var(--yellow-color);
}
.signup__item .form-check input, .signin__item .form-check input, .reset-password__item .form-check input {
  width: unset;
  padding: 10px;
  border: 1px solid #06120e;
  cursor: pointer;
  box-shadow: none;
}
.signup__item .form-check label, .signin__item .form-check label, .reset-password__item .form-check label {
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: var(--paragraph);
  cursor: pointer;
}
.signup__item .form-check label a, .signin__item .form-check label a, .reset-password__item .form-check label a {
  text-decoration: underline;
  color: var(--heading-color);
  font-weight: 500;
}
@media (max-width: 575px) {
  .signup__item, .signin__item, .reset-password__item {
    padding: 30px 20px;
  }
}
.signup__item .google-btn, .signin__item .google-btn, .reset-password__item .google-btn {
  background-color: transparent;
  border: 1px solid var(--yellow-color);
}

.signin__item .info, .reset-password__item .info {
  text-align: center;
}
.signin__item .info .line1, .reset-password__item .info .line1 {
  margin: 20px 0;
}
.signin__item .info .line1 a, .reset-password__item .info .line1 a {
  font-weight: 500;
  color: #06120e;
}
.signin__item .info .line2 a, .reset-password__item .info .line2 a {
  font-weight: 500;
  color: #256e56;
}

.coming-soon-area {
  overflow: hidden;
  padding-top: 260px;
  padding-bottom: 120px;
  background: linear-gradient(180deg, rgba(255, 254, 239, 0.9) 0%, rgba(255, 255, 255, 0.9) 103.91%);
}
@media (max-width: 991px) {
  .coming-soon-area {
    padding-top: 150px;
    padding-bottom: 60px;
  }
}
.coming-soon__timer {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 575px) {
  .coming-soon__timer {
    gap: 25px;
  }
}
.coming-soon__timer .timer__content h3 {
  font-size: 52px;
  line-height: 68px;
  font-weight: 500;
}
.coming-soon__timer .timer__content p {
  text-align: center;
}
.coming-soon__content .input-feild {
  max-width: 515px;
}

.error-area {
  overflow: hidden;
  padding-top: 260px;
  padding-bottom: 120px;
  background: linear-gradient(180deg, rgba(255, 254, 239, 0.9) 0%, rgba(255, 255, 255, 0.9) 103.91%);
}
@media (max-width: 991px) {
  .error-area {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
.error__content h1 {
  font-size: 160px;
  line-height: 200px;
  font-weight: 300;
}
.error__content h2 {
  font-weight: 300;
  margin: 20px 0;
}
.error__image {
  text-align: center;
  max-width: 674px;
  float: right;
}
.error__image h3 {
  font-size: 40px;
  font-weight: 300;
  line-height: 52px;
}

.footer-area, .footer-three-area {
  overflow: hidden;
}
.footer__wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.footer__item h3 {
  margin-bottom: 24px;
  color: var(--white);
}
.footer__item p {
  color: rgba(255, 255, 255, 0.6980392157);
}
.footer__item label {
  color: rgba(255, 255, 255, 0.6980392157);
}
.footer__item ul li:not(:last-child) {
  margin-bottom: 12px;
}
.footer__item ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6980392157);
}
.footer__item .social-icons {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer__item.footer-about {
  max-width: 300px;
}
.footer__item.footer-subscribe {
  max-width: 405px;
}
.footer__item.footer-subscribe .form-check-input:focus {
  box-shadow: none;
}
.footer__item.footer-subscribe .form-check-input:checked {
  background-color: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
}
.footer__item.footer-subscribe .form-check-input:checked.light {
  background-color: rgba(6, 18, 14, 0.4);
  border-color: rgba(6, 18, 14, 0.4);
}
.footer__item.footer-subscribe .subscribe-feild {
  position: relative;
}
.footer__item.footer-subscribe .subscribe-feild input {
  padding: 15px 25px;
  border-radius: 16px;
  width: 100%;
  border: none;
  font-size: 18px;
}
.footer__item.footer-subscribe .subscribe-feild button {
  padding: 15px 28px;
  color: var(--white);
  background-color: #0096a3;
  position: absolute;
  top: 0;
  right: -3px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.footer__item.footer-subscribe .subscribe-feild button i {
  transition: var(--transition);
}
.footer__item.footer-subscribe .subscribe-feild button:hover i {
  transform: rotate(45deg);
}
.footer__item.light h3 {
  color: var(--heading-color);
}
.footer__item.light ul li a {
  font-size: 18px;
  color: var(--paragraph);
}
.footer__item.light label {
  color: var(--paragraph);
}
.footer__item.light input {
  background-color: rgba(6, 18, 14, 0.0392156863);
}
.footer__item.light p {
  color: var(--paragraph);
}
.footer__copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 991px) {
  .footer__copyright {
    justify-content: center;
  }
}
.footer__copyright p {
  color: rgba(255, 255, 255, 0.6980392157);
}
@media (max-width: 575px) {
  .footer__copyright p {
    font-size: 14px;
  }
}
.footer__copyright a {
  color: rgba(255, 255, 255, 0.6980392157);
  font-size: 18px;
}
@media (max-width: 575px) {
  .footer__copyright a {
    font-size: 14px;
  }
}
.footer__copyright.light {
  border-top: 1px solid var(--border);
}
.footer__copyright.light a,
.footer__copyright.light p {
  color: var(--paragraph);
}
.footer__copyright.copy-right-four {
  border-top: 1px solid rgba(255, 255, 255, 0.1215686275);
}
.footer-two-area {
  overflow: hidden;
  background-color: #13322e;
  position: relative;
  z-index: 1;
}
.footer-two__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.footer-two__wrp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.footer-two__item .footer-menu {
  padding: 10px 24px;
  border: 1px solid #174d3b;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 575px) {
  .footer-two__item .footer-menu {
    gap: 15px;
    padding: 8px 15px;
  }
}
.footer-two__item .footer-menu li a {
  font-size: 18px;
  line-height: 30px;
  color: var(--white);
}
@media (max-width: 575px) {
  .footer-two__item .footer-menu li a {
    font-size: 14px;
  }
}
.footer-two__item .footer-link {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer-two__item .footer-link li a {
  color: var(--paragraph-light);
  font-size: 18px;
}
.footer-two__item .goTop {
  color: var(--paragraph-light);
  font-size: 18px;
  float: right;
}
@media (max-width: 991px) {
  .footer-two__item .goTop {
    float: left;
  }
}
.footer-two__item .social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 991px) {
  .footer-two__item .social-icons {
    justify-content: left;
  }
}
.footer-three-area {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 78.16%, rgba(255, 254, 239, 0.9) 103.91%);
}
.footer-four-area {
  position: relative;
  z-index: 0;
}
@media (max-width: 1199px) {
  .footer-four-area {
    background-color: #151314;
  }
}
.footer-four__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.footer-four__bg-color {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
@media (max-width: 1199px) {
  .footer-four__bg-color {
    display: none;
  }
}
.footer-four__bg-color img {
  width: 100%;
}

.splt-txt .whitespace {
  width: 8px;
}
.splt-txt.animated .char {
  -webkit-animation: fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

@keyframes sway {
  0% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}
.sway__animation {
  animation: sway 3s linear infinite alternate;
}

@keyframes swayX {
  0% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
.sway__animationX {
  animation: swayX 3s linear infinite alternate;
}

@keyframes footer__shadow {
  0% {
    margin-left: -200px;
  }
  100% {
    margin-right: -200px;
  }
}
@keyframes sway_Y {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(20px);
  }
}
.sway_Y__animation {
  animation: sway_Y 3s linear infinite alternate;
}

@keyframes sway_YY {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-20px);
  }
}
.sway_Y__animationY {
  animation: sway_YY 3s linear infinite alternate;
}

@-webkit-keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  75% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  75% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.animation__sunMove {
  -webkit-animation: sunMove 10s linear infinite;
  animation: sunMove 10s linear infinite;
}

@-webkit-keyframes floatBob {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes floatBob {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
.animation__floatBob {
  -webkit-animation-name: floatBob;
  animation-name: floatBob;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes arryUpDown {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
.animation__arryUpDown {
  animation: arryUpDown 2s ease infinite alternate;
}

@keyframes arryLeftRight {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(10px);
  }
}
.animation__arryLeftRight {
  animation: arryLeftRight 2s ease infinite alternate;
}

@keyframes pxl_zoom_reverse {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.pxl-image-zoom {
  animation: pxl_zoom_reverse 5s linear infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.6, 0.6);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.6, 0.6);
  }
}
.pxl-image-zoom2 {
  animation: zoom-in-zoom-out 20s linear infinite;
}

@keyframes pxl_zigzag {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
.pxl__zigzag {
  animation: pxl_zigzag 1s ease-out infinite;
  -webkit-animation: pxl_zigzag 1s ease-out infinite;
}

@keyframes pxl_right_left {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(40px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(-40px);
  }
  100% {
    transform: translateX(0);
  }
}
.slide-right-to-left {
  animation: pxl_right_left 12s ease-out infinite;
  -webkit-animation: pxl_right_left 12s ease-out infinite;
}

@keyframes pxl_left_right {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-40px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0);
  }
}
.slide-left-to-right {
  animation: pxl_left_right 12s ease-out infinite;
  -webkit-animation: pxl_left_right 12s ease-out infinite;
}

@keyframes pxl_float_two {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
.slide-up-down {
  animation: pxl_float_two 2s ease infinite alternate;
}

@keyframes pxl_bottom_top {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateY(40px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
.slide-bottom-to-top {
  animation: pxl_bottom_top 12s ease-out infinite;
  -webkit-animation: pxl_bottom_top 12s ease-out infinite;
}

@keyframes pxl_effect1 {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(40px, -5px);
  }
  40% {
    transform: translate(60px, 40px);
  }
  60% {
    transform: translate(40px, 60px);
  }
  80% {
    transform: translate(-40px, 60px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.slide-effect1 {
  animation: pxl_effect1 12s ease-out infinite;
  -webkit-animation: pxl_effect1 12s ease-out infinite;
}

@keyframes pxl_effect2 {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-30px, 40px);
  }
  40% {
    transform: translate(60px, 60px);
  }
  60% {
    transform: translate(70px, 40px);
  }
  80% {
    transform: translate(40px, -70px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.slide-effect2 {
  animation: pxl_effect2 12s ease-out infinite;
  -webkit-animation: pxl_effect2 12s ease-out infinite;
}

@keyframes pxl_effect3 {
  0% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(40px, 60px);
  }
  45% {
    transform: translate(80px, 90px);
  }
  65% {
    transform: translate(40px, 110px);
  }
  75% {
    transform: translate(20px, 800px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.slide-effect3 {
  animation: pxl_effect3 12s ease-out infinite;
  -webkit-animation: pxl_effect3 12s ease-out infinite;
}

@keyframes pxl_top_bottom {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateY(-40px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}
.slide-top-to-bottom {
  animation: pxl_top_bottom 12s ease-out infinite;
  -webkit-animation: pxl_top_bottom 12s ease-out infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.animation__rotate {
  animation: rotate 40s linear infinite;
}

@keyframes rotateY {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.animation__rotateY {
  animation: rotateY 40s linear infinite;
}

@keyframes rotateAndScale {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(0.5);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
.animation__rotateAndScale {
  animation: rotateAndScale 10s linear infinite;
}

@keyframes rotateAndScaleY {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(-180deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg) scale(1);
  }
}
.animation__rotateAndScaleY {
  animation: rotateAndScaleY 10s linear infinite;
}

@keyframes bobble {
  0% {
    transform: translateY(0) scale(0.9);
  }
  100% {
    transform: translateY(-20px) scale(1);
  }
}
.bobble__animation {
  animation: bobble 3s ease-in-out infinite alternate;
}

@-webkit-keyframes video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes goAll {
  0% {
    transform: translate(400px, 200px);
    opacity: 30%;
  }
  17% {
    transform: translate(600px, 400px);
    opacity: 40%;
  }
  33% {
    transform: translate(600px, 600px);
    opacity: 70%;
  }
  50% {
    transform: translate(400px, 800px);
    opacity: 20%;
  }
  66% {
    transform: translate(200px, 600px);
    opacity: 60%;
  }
  83% {
    transform: translate(200px, 400px);
    opacity: 30%;
  }
  100% {
    transform: translate(400px, 200px);
    opacity: 30%;
  }
}
@keyframes goAll2 {
  0% {
    top: 800px;
    left: 845px;
    opacity: 30%;
  }
  25% {
    top: 400px;
    left: 845px;
    opacity: 40%;
  }
  50% {
    top: 800px;
    left: 845px;
    opacity: 100%;
  }
  75% {
    top: 1200px;
    left: 845px;
    opacity: 20%;
  }
  100% {
    top: 800px;
    left: 845px;
    opacity: 30%;
  }
}
@keyframes left {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0px);
  }
}
.animation__goLeft {
  animation: left infinite 6s;
}

@keyframes top-bottom {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  60% {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
.animation__topBottom {
  animation: top-bottom 2s infinite;
}

@keyframes goAll3 {
  0% {
    transform: translate(0px, 0px);
    opacity: 100%;
  }
  33% {
    transform: translate(100px, 100px);
    opacity: 30%;
  }
  66% {
    transform: translate(0px, 200px);
    opacity: 70%;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 100%;
  }
}
.animation__goAll {
  animation: goAll 30s infinite linear;
}

.animation__goAll2 {
  animation: goAll2 50s infinite linear;
}

.animation__goAll3 {
  animation: goAll3 30s infinite linear;
}

/*# sourceMappingURL=style.css.map */

.pricing-table__wrp .table td:first-child {
    text-align: left;
}
.pricing-table__wrp .table td {
    text-align: center;
}
.header__main img {
    height: auto;
    width: 50%;
}
.footer__item.light.footer-about img {
    height: auto;
    width: 80%;
}


/*==========================================================================================================================================================================================*/


/*04-04-2025 start*/

.contact__item {
    margin-bottom: 10px;
}

.book__form {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 30px 25px;
    /* Light gray background for a clean look 
    background: #f8f9fa;
    border-radius: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Soft shadow */
}




/*04-04-2025 end*/

/*12-04-2025 start*/


.about_des img{
    position: relative!important;
}
 .contact-sec {
                    background: #dddddd;
                    margin: 60px 80px;
                    padding: 20px 56px;
                    border-radius: 24px;
                    position: relative;
                    z-index: 1;
                }

                .base_sec {
                    padding: 33px;
                    background: #025f67;
                    text-align: center;
                    border-radius: 100px 10px;
                    transition: all 0.3s ease;
                }

                .base_sec a {
                    background: #fff;
                    padding: 5px 12px;
                    font-size: 19px;
                    border-radius: 10px;
                    color: #025f67;
                    text-decoration: none;
                    display: inline-block;
                    transition: all 0.3s ease;
                    margin-left: 10px;
                }

                .base_sec a:hover {
                    background: #025f67;
                    color: #fff;
                    box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
                    transform: translateY(-2px);
                }

                .base_sec h3 {
                    color: white !important;
                    font-size: 24px;
                    margin: 0;
                    display: inline-flex;
                    align-items: center;
                    flex-wrap: wrap;
                    justify-content: center;
                    gap: 10px;
                }

                /* Large Screens (1200px and above) */
                @media (min-width: 1200px) {
                    .contact-sec {
                        margin: 60px 120px;
                    }
                }

                /* Desktop and Tablet Landscape (992px to 1199px) */
                @media (max-width: 1199px) {
                    .contact-sec {
                        margin: 50px 60px;
                        padding: 15px 40px;
                    }

                    .base_sec {
                        padding: 28px;
                    }

                    .base_sec h3 {
                        font-size: 22px;
                    }
                }

                /* Tablet Portrait (768px to 991px) */
                @media (max-width: 991px) {
                    .contact-sec {
                        margin: 40px 40px;
                        padding: 15px 30px;
                    }

                    .base_sec {
                        padding: 25px;
                        border-radius: 60px 10px;
                    }

                    .base_sec h3 {
                        font-size: 20px;
                    }

                    .base_sec a {
                        font-size: 17px;
                        padding: 5px 10px;
                    }
                }

                /* Large Mobile (576px to 767px) */
                @media (max-width: 767px) {
                    .contact-sec {
                        margin: 30px 20px;
                        padding: 12px 20px;
                        border-radius: 20px;
                    }

                    .base_sec {
                        padding: 20px;
                        border-radius: 40px 10px;
                    }

                    .base_sec h3 {
                        font-size: 18px;
                        flex-direction: column;
                        gap: 15px;
                    }

                    .base_sec a {
                        font-size: 16px;
                        margin-left: 0;
                        padding: 8px 15px;
                    }
                }

                /* Small Mobile (575px and below) */
                @media (max-width: 575px) {
                    .contact-sec {
                        margin: 20px 15px;
                        padding: 10px 15px;
                    }

                    .base_sec {
                        padding: 18px;
                        border-radius: 30px 10px;
                    }

                    .base_sec h3 {
                        font-size: 16px;
                    }

                    .base_sec a {
                        font-size: 15px;
                        padding: 6px 12px;
                        width: 100%;
                        max-width: 200px;
                        margin-top: 10px;
                    }
                }

                /* Extra Small Mobile (375px and below) */
                @media (max-width: 375px) {
                    .contact-sec {
                        margin: 15px 10px;
                        padding: 8px 12px;
                    }

                    .base_sec {
                        padding: 15px;
                    }

                    .base_sec h3 {
                        font-size: 15px;
                    }
                }

/* Animation keyframes */
@keyframes scrollText {
    /*0% {*/
    /*    transform: translateX(100%);*/
    /*}*/
    /*100% {*/
    /*    transform: translateX(-100%);*/
    /*}*/
}
/*.scroll-wrapper {*/
/*    overflow: hidden;*/
    /*width: 100%; */
    /* or fixed width like 300px */
/*}*/

.about_grid h4, .about_grid p{
    padding: 7px;
}

/*12-04-2025 end*/
.banner-three-area {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}
.banner-video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.banner-three__content {
    position: relative;
    z-index: 2;
    flex: 1;
    padding-right: 50px;
}
 .banner-flex-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
/* Add a subtle overlay to improve text readability */
.banner-three-area::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 37%);
    z-index: 1;
}


 /* Banner Contact Form Styles */
.banner-contact-form {
    flex: 0 0 400px;
    position: relative;
    z-index: 2;
}
.form-container {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.form-container h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
    text-align: center;
}
.form-group {
    margin-bottom: 15px;
}
.form-group input {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e1e1e1;
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: white;
}
.form-group input:focus {
    border-color: #4A90E2;
    outline: none;
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
}
.submit-btn {
    width: 100%;
    padding: 15px;
    background: linear-gradient(45deg, #179790 0%, #3fb5b9 100%);;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}
.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(74, 144, 226, 0.3);
}
 /* Responsive Design */
                    @media (max-width: 991px) {
                        .banner-flex-container {
                            flex-direction: column;
                        }
                        .banner-three__content {
                            padding-right: 0;
                            text-align: center;
                        }
                        .banner-contact-form {
                            width: 100%;
                            max-width: 500px;
                            margin: 0 auto;
                        }
                    }
                    @media (max-width: 576px) {
                        .form-container {
                            padding: 20px;
                        }
                    }
                    
                    
                    /* Modal Styles */
                .contact-modal {
                    display: none;
                    position: fixed;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    z-index: 1000;
                }

                .modal-overlay {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    background: rgba(0, 0, 0, 0.5);
                    backdrop-filter: blur(5px);
                }

                .modal-container {
                    position: relative;
                    max-width: 800px;
                    width: 90%;
                    margin: 40px auto;
                    background: white;
                    padding: 40px;
                    border-radius: 20px;
                    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
                    transform: translateY(-20px);
                    opacity: 0;
                    transition: all 0.3s ease;
                }

                .contact-modal.active {
                    display: block;
                }

                .contact-modal.active .modal-container {
                    transform: translateY(0);
                    opacity: 1;
                }

                .modal-close {
                    position: absolute;
                    top: 20px;
                    right: 20px;
                    background: none;
                    border: none;
                    font-size: 28px;
                    color: #666;
                    cursor: pointer;
                    padding: 5px 10px;
                    border-radius: 50%;
                    transition: all 0.3s ease;
                }

                .modal-close:hover {
                    background: #f0f0f0;
                    color: #333;
                }

                /* Responsive Styles */
                @media (max-width: 768px) {
                    .modal-container {
                        width: 95%;
                        padding: 20px;
                        margin: 20px auto;
                    }
                }
                
                 .results-slider-section {
                        padding: 100px 0 120px;
                        background: #f8f9fa;
                        position: relative;
                    }

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

                    .results-flex {
                        display: flex;
                        gap: 40px;
                        align-items: center;
                    }
.results-flex {
    display: block;  /* Default for mobile, tablet, and iPad */
}

@media (min-width: 1200px) {
    .results-flex {
        display: flex;
        gap: 40px;
        align-items: center;
    }
}
// ... existing code ...


                    .results-table {
                        flex: 1;
                        background: white;
                        border-radius: 20px;
                        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
                        overflow: hidden;
                    }

                    .results-image {
                        flex: 1;
                    }

                    .results-image img {
                        width: 100%;
                        height: auto;
                        border-radius: 20px;
                        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
                    }

                    .ranking-table {
                        width: 100%;
                        border-collapse: collapse;
                        font-size: 16px;
                    }

                    .ranking-table tr {
                        border-bottom: 1px solid #eee;
                    }

                    .ranking-table td {
                        padding: 15px 20px;
                        color: #333;
                    }

                    .table-header td {
                        background: #4A90E2;
                        color: white;
                        font-weight: 600;
                        font-size: 18px;
                    }

                    .sub-header {
                        background: #f8f9fa;
                        font-weight: 600;
                    }

                    .improvement {
                        color: #2ecc71;
                        font-weight: 600;
                    }

                    /* Updated Navigation Styles */
                    .slider-bottom-nav {
                        position: absolute;
                        bottom: -60px;
                        left: 50%;
                        transform: translateX(-50%);
                        width: 100%;
                        text-align: center;
                    }

                    .results-slider__nav {
                        display: inline-flex;
                        align-items: center;
                        justify-content: center;
                        gap: 30px;
                        background: white;
                        padding: 15px 30px;
                        border-radius: 50px;
                        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
                    }

                    .results-slider__arry-prev,
                    .results-slider__arry-next {
                        width: 40px;
                        height: 40px;
                        background: #f8f9fa;
                        border-radius: 50%;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        cursor: pointer;
                        transition: all 0.3s ease;
                        color: #333;
                    }

                   

                    .results-slider__dot {
                        display: flex !important;
                        align-items: center;
                        gap: 8px;
                        padding: 0 20px;
                    }

                    .results-slider__dot .swiper-pagination-bullet {
                        width: 8px;
                        height: 8px;
                        background: #ddd;
                        opacity: 1;
                        margin: 0;
                        transition: all 0.3s ease;
                        border-radius: 50%;
                    }

                    .results-slider__dot .swiper-pagination-bullet-active {
                        background: #4A90E2;
                        transform: scale(1.2);
                    }

                    /* Responsive Design */
                    @media (max-width: 991px) {
                        .slider-bottom-nav {
                            bottom: -50px;
                        }

                        .results-slider__nav {
                            padding: 12px 25px;
                            gap: 20px;
                        }

                        .results-slider__arry-prev,
                        .results-slider__arry-next {
                            width: 35px;
                            height: 35px;
                        }
                    }

                    @media (max-width: 576px) {
                        .slider-bottom-nav {
                            bottom: -45px;
                        }

                        .results-slider__nav {
                            padding: 10px 20px;
                            gap: 15px;
                        }

                        .results-slider__arry-prev,
                        .results-slider__arry-next {
                            width: 32px;
                            height: 32px;
                        }

                        .results-slider__dot {
                            padding: 0 15px;
                            gap: 6px;
                        }

                        .results-slider__dot .swiper-pagination-bullet {
                            width: 6px;
                            height: 6px;
                        }
                    }
                    /* Target the 3rd column (After) but only after the sub-header row */
.ranking-table .sub-header ~ tr td:nth-child(4) {
  color: #0fb30f; /* Optional for readability */
}

 .banner-video {
                    position: relative;
                    overflow: hidden;
                    padding: 60px 0;
                }

                .banner-video__wrapper {
                    position: relative;
                    width: 100%;
                    height: 600px;
                    border-radius: 20px;
                    overflow: hidden;
                    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
                }

                .video-background {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                }

                .about-video {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

                /* Responsive Design */
                @media (max-width: 1199px) {
                    .banner-video__wrapper {
                        height: 500px;
                    }
                }

                @media (max-width: 991px) {
                    .banner-video__wrapper {
                        height: 400px;
                    }
                }

                @media (max-width: 767px) {
                    .banner-video {
                        padding: 40px 0;
                    }
                    .banner-video__wrapper {
                        height: 300px;
                    }
                }

                @media (max-width: 575px) {
                    .banner-video {
                        padding: 30px 0;
                    }
                    .banner-video__wrapper {
                        height: 250px;
                        border-radius: 15px;
                    }
                }
                
                
                 .mission-vision-section {
                        background: #f8f9fa;
                        position: relative;
                        overflow: hidden;
                    }

                    .mission-box, .vision-box {
                        background: white;
                        padding: 40px;
                        border-radius: 20px;
                        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
                        height: 100%;
                        transition: transform 0.3s ease;
                        position: relative;
                        z-index: 1;
                    }

                    .mission-box:hover, .vision-box:hover {
                        transform: translateY(-5px);
                    }

                    .icon-wrapper {
                        width: 80px;
                        height: 80px;
                        background: linear-gradient(135deg, #4A90E2 0%, #357ABD 100%);
                        border-radius: 20px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        margin-bottom: 25px;
                    }

                    .icon-wrapper i {
                        font-size: 32px;
                        color: white;
                    }

                    .mission-box h3, .vision-box h3 {
                        font-size: 28px;
                        margin-bottom: 20px;
                        color: #333;
                    }

                    .content {
                        color: #666;
                        line-height: 1.7;
                        margin-bottom: 25px;
                    }

                    .mission-points, .vision-points {
                        list-style: none;
                        padding: 0;
                        margin: 0;
                    }

                    .mission-points li, .vision-points li {
                        display: flex;
                        align-items: center;
                        margin-bottom: 15px;
                        color: #333;
                    }

                    .mission-points li i, .vision-points li i {
                        margin-right: 12px;
                        color: #4A90E2;
                        font-size: 18px;
                    }

                    .mission-box::before, .vision-box::before {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        border-radius: 20px;
                        background: linear-gradient(135deg, rgba(74, 144, 226, 0.1) 0%, rgba(53, 122, 189, 0.1) 100%);
                        z-index: -1;
                        opacity: 0;
                        transition: opacity 0.3s ease;
                    }

                    .mission-box:hover::before, .vision-box:hover::before {
                        opacity: 1;
                    }

                    /* Responsive Design */
                    @media (max-width: 1199px) {
                        .mission-box, .vision-box {
                            padding: 30px;
                        }

                        .icon-wrapper {
                            width: 70px;
                            height: 70px;
                        }

                        .icon-wrapper i {
                            font-size: 28px;
                        }

                        .mission-box h3, .vision-box h3 {
                            font-size: 24px;
                        }
                    }

                    @media (max-width: 991px) {
                        .mission-box, .vision-box {
                            margin-bottom: 30px;
                        }
                    }

                    @media (max-width: 767px) {
                        .mission-box, .vision-box {
                            padding: 25px;
                        }

                        .icon-wrapper {
                            width: 60px;
                            height: 60px;
                        }

                        .icon-wrapper i {
                            font-size: 24px;
                        }

                        .mission-box h3, .vision-box h3 {
                            font-size: 22px;
                        }
                    }

                    @media (max-width: 575px) {
                        .mission-box, .vision-box {
                            padding: 20px;
                        }

                        .mission-points li, .vision-points li {
                            font-size: 14px;
                        }

                        .mission-points li i, .vision-points li i {
                            font-size: 16px;
                        }
                    }
                    
                    section.service-two-area h1 {
    font-size: 36px;
}

.banner-inner-area:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 37%);
    z-index: 1;
}


.banner-contact-form {
    position: relative;
}

.form-container.sticky {
    position: fixed;
    top: 20px;
    width: 100%;
    max-width: 545px; /* Adjust based on your design */
    z-index: 99;
}

.form-container.absolute-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media (max-width: 991px) {
    .form-container.sticky {
        position: relative;
        top: 0;
        max-width: 100%;
    }
}
.contact__item span {
    display: block;
}




.whatsapp-float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.bottom-footer {
    background: #025f67;
    height: 52px;
    padding: 8px 0;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.bottom-footer .bottom-footer-wrp {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    line-height: 32px;
}

.bottom-footer.bottom-footer-wrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    line-height: 32px;
}
.bottom-footer .bottom-footer-wrp .right-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}
.bottom-footer .bottom-footer-wrp .right-info .site-link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}
.bottom-footer .bottom-footer-wrp .link-info {
    display: flex;
    align-items: center;
    gap: 15px;
}
.bottom-footer .bottom-footer-wrp .right-info .site-link li::after {
    position: absolute;
    top: 5px;
    right: -22px;
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.2509803922);
    content: "";
}
.bottom-footer .bottom-footer-wrp .right-info .site-link li a {
    color: var(--white);
}
.bottom-footer .bottom-footer-wrp .info i {
    color: var(--white);
    padding-right: 5px;
}
.bottom-footer .bottom-footer-wrp .right-info .site-link li {
    position: relative;
}
.bottom-footer .bottom-footer-wrp .info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}
.bottom-footer .bottom-footer-wrp .info  li {
    position: relative;
}
.bottom-footer .bottom-footer-wrp .info li::after {
    position: absolute;
    top: 5px;
    right: -22px;
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.2509803922);
    content: "";
}
.bottom-footer .bottom-footer-wrp .info li a {
    color: var(--white);
}
#mywhtsbutton {
    position: fixed;
    bottom: 20px;
    left: 35px;
    z-index: 9999999;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
div#mywhtsbutton img {
    width: 60px;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.9));
}

/*------------------------------------------------------------------
[Master Stylesheet]

Project:  Artelligence
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header
3. Banner Section
4. About Us Section
5. Services Section
6. Choose us Section
7. Case study Section
8. Testimonials Section
9. Partner Section
10. FAQ's Section
11. Footer Section
*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&family=Ubuntu:wght@300;400;500;700&display=swap');

:root {
    --e-global-color-primary: #262626;
    --e-global-color-secondary: #2be0f7;
    --e-global-color-text: #787878;
    --e-global-color-accent: #2293aa;
    --e-global-color-white: #ffffff;
    --e-global-color-very-dark-grayish-blue:#3e454a;
    --e-global-color-very-dark-blue:#042237;
    --e-global-color-dark-blue:#052b45;
    --e-global-color-very-blue:#03263e;
    --e-global-color-very-dark-mostly-black-blue:#02162d;
    --e-global-color-dark-cyan:#2397ae;
    --e-global-color-light-black:#2e2e2e;
    --e-gradient-1:#02162d;
    --e-gradient-2:#36e0f7;
}

body{
    font-family: 'Ubuntu', sans-serif;
}

.h1, h1 {
    font-size: 66px;
    line-height: 72px;
    font-weight: 700;
}
.h2, h2 {
    font-size: 46px;
    line-height: 52px;
    font-weight: 700;
    color: var(--e-global-color-primary);
}
.h3, h3{
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: var(--e-global-color-primary);
}
.h4, h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: var(--e-global-color-primary);
}
.h5, h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
}
.h6, h6 {
    font-size: 22px;
    line-height: 55px;
    font-weight: 400;
    color: var(--e-global-color-primary);
}
p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    color: var(--e-global-color-text);
}
.text-size-18 {
    font-size: 18px;
    line-height: 30px;
}
.text-size-16 {
    font-size: 16px;
    line-height: 22px;
}

/* Home Page Style */

.banner_outer{
    background: url("../images/banner-background.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.banner_outer .header{
    padding: 0 280px 0 265px;
}
.banner_outer .banner-sideshape{
    position: absolute;
    left: -38px;
    top: -14px;
}

.navbar-collapse ul{
    align-items: center; 
    display: inherit; 
}
.navbar-nav .nav-item a{
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    color: var(--e-global-color-white) !important;
    margin-top: -6px;
}
.navbar-nav .nav-item a:hover{
    color: var(--e-global-color-secondary) !important;
    background-color: transparent;
}
.navbar-nav .active > a{
    color: var(--e-global-color-secondary) !important;
}
.navbar-nav .nav-item .lets_talk{
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    padding: 4px 2px 4px 42px; 
    text-align: center;
    display: inline-block;
    border-radius: 30px 30px 30px 0;
    color: var(--e-global-color-white) !important;
    background-image: linear-gradient(to right, var(--e-gradient-1) 0%, var(--e-gradient-2) 100%);
}
.navbar-nav .nav-item .lets_talk:hover{
    color: var(--e-global-color-white) !important;
    background-image: linear-gradient(to right,  var(--e-gradient-1) 0%, var(--e-gradient-2) 100%);
}
.navbar-nav .nav-item .lets_talk:hover .circle{
    background-color: var(--e-global-color-very-dark-blue);
}
.navbar-nav .nav-item .lets_talk:hover .circle:before {
    color: var(--e-global-color-white);
}
.navbar-nav .nav-item .circle {
    background: var(--e-global-color-white);
    border-radius: 100px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 3px 0 12px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-item .circle:before {
    font-size: 18px;
    padding-top: 2px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-dark-blue);
}
.navbar-brand{
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar{
    position: relative;
    padding: 42px 0;
    z-index: 1;
}
.navbar-nav li{
    margin: 0 12px;
}
.navbar-nav li:first-child{
    margin-left: 0;
}
.navbar-nav li:last-child{
    margin-right: 0px;
    padding-right: 0;
    margin-left: 31px;
}
.navbar-nav .dropdown{
    margin: 0 15px 0 20px;
}
.navbar-nav .nav-item .dropdown-item{
    color: var(--e-global-color-black) !important;
    transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-item .dropdown-item:hover{
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
    transition: all 0.3s ease-in-out;
    border-radius: 3px 3px 0 0;
}
.navbar-nav .drop-down-pages .active > a{
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
}
.navbar-collapse .drop-down-pages {
    text-align: left;
    margin-left: 0;
}
.navbar-nav .dropdown-menu {
    background-color: var(--e-global-color-white);
    position: absolute;
    left: -20px;
    top: 38px;
    padding: 0;
    border: none;
    box-shadow: 1px 1px 30px rgb(0 0 0 / 20%);
}
.navbar-nav .drop-down-pages li{
    margin: 0;
}
.navbar-nav .drop-down-pages .nav-item a {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    padding: 12px 20px;
    margin-top: 0;
}
.navbar-expand-lg .drop-down-pages .nav-link {
    padding-left: 0;
}
.navbar-nav .drop-down-pages li:last-child{
    margin-left: 0;
}
.banner-section{
    position: relative;
    padding: 152px 266px 290px;
    overflow: hidden;
}
.banner-section .banner_content h1{
    margin-bottom: 13px;
    padding-right: 32px;
}
.banner-section .banner_content p{
    padding-right: 160px;
    margin-bottom: 27px;
}
.banner-section .banner_content .lets_talk{
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    padding: 4px 2px 4px 42px; 
    text-align: center;
    display: inline-block;
    border-radius: 30px 30px 30px 0;
    color: var(--e-global-color-white) !important;
    transition: all 0.3s ease-in-out;
    background-image: linear-gradient(to right,  var(--e-gradient-1) 0%, var(--e-gradient-2) 100%);
}
.banner-section .banner_content .lets_talk:hover{
    color: var(--e-global-color-white);
    background-image: linear-gradient(to right, #052b45 0%, #052b45 51%, #052b45 100%);
}
.banner-section .banner_content .circle {
    background: var(--e-global-color-white);
    border-radius: 100px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 3px 0 12px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.banner-section .banner_content .lets_talk:hover .circle{
    background-color: var(--e-global-color-very-dark-blue);
}
.banner-section .banner_content .lets_talk:hover .circle:before{
    color: var(--e-global-color-white);
}
.banner-section .banner_content .circle:before {
    font-size: 18px;
    padding-top: 2px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-dark-blue);
}
.banner-section .banner_content .button1{
    margin-right: 10px;
}
.banner-section .banner_content .banner-button{
    position: relative;
    z-index: 1;
}
.banner-section .banner-sideshape2{
    position: absolute;
    left: -2px;
    bottom: -20px;
    z-index: 0;
}
.banner-section .banner_wrapper{
    position: relative;
}
.banner-section .banner_wrapper .banner-image{
    position: absolute;
    top: -116px;
    left: -210px;
}

/* About us */

.about-section{
    padding: 160px 0 172px;
}
.about-section .about_wrapper{
    position: relative;
}
.about-section .about_wrapper .about-image1{
    position: absolute;
    left: -30px;
    top: -30px;
}
.about-section .about_wrapper .about-image2{
    position: absolute;
    right: -22px;
    top: 322px;
}
.about-section .about_content{
    padding-left: 55px;
}
.about-section .about_content h2{
    margin: 0 -10px 18px 0;
}
.about-section .about_content p{
    margin: 0 -10px 16px 0;
}
.about-section .about_content .about-lowercontent .image{
    float: left;
    padding-top: 8px;
}
.about-section .about_content .about-lowercontent .content {
    padding-left: 83px;
}
.about-section .about_content .about-lowercontent h4{
    margin-bottom: 3px;
}
.about-section .about_content .about-lowercontent p{
    margin-bottom: 14px;
}
.about-section .about_content .about-lowercontent .text{
    margin-bottom: 35px;
}
.about-section .about_content .read_more{
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    padding: 4px 2px 4px 42px; 
    text-align: center;
    display: inline-block;
    border-radius: 30px 30px 30px 0;
    color: var(--e-global-color-white) !important;
    transition: all 0.3s ease-in-out;
    background-image: linear-gradient(to right,  var(--e-gradient-1) 0%, var(--e-gradient-2) 100%);
}
.about-section .about_content .read_more:hover{
    color: var(--e-global-color-white);
    background-image: linear-gradient(to right, #052b45 0%, #052b45 51%, #052b45 100%);
}
.about-section .about_content .circle {
    background: var(--e-global-color-white);
    border-radius: 100px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 3px 0 12px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.about-section .about_content .circle:before {
    font-size: 18px;
    padding-top: 2px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-dark-blue);
}

/* Services */

.service-section{
    background-color: #eafcfe;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
}
.service-section .service-image{
    position: absolute;
    left: -106px;
    top: 26px;
}
.service-section .service_content{
    padding-top: 120px;
}
.service-section .service_content h2{
    padding-right: 86px;
    margin-bottom: 15px;
}
.service-section .service_content p{
    padding-right: 30px;
    margin-bottom: 35px;
}
.service-section .service_content .read_more{
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    padding: 4px 2px 4px 42px; 
    text-align: center;
    display: inline-block;
    border-radius: 30px 30px 30px 0;
    color: var(--e-global-color-white) !important;
    transition: all 0.3s ease-in-out;
    background-image: linear-gradient(to right,  var(--e-gradient-1) 0%, var(--e-gradient-2) 100%);
}
.service-section .service_content .read_more:hover{
    color: var(--e-global-color-white);
    background-image: linear-gradient(to right, #052b45 0%, #052b45 51%, #052b45 100%);
}
.service-section .service_content .circle {
    background: var(--e-global-color-white);
    border-radius: 100px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 3px 0 12px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.service-section .service_content .circle:before {
    font-size: 18px;
    padding-top: 2px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-dark-blue);
}
.service-section .service_contentbox .service-box{
    background: var(--e-global-color-white);
    border-radius: 30px;
    padding: 35px 15px;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    border-bottom: 2px solid #249cb3;
}
.service-section .service_contentbox .service-box:hover{
    background-image: linear-gradient(to right, #082e45 0%, #17677e 51%, #249cb3 100%);
    border-bottom: 2px solid #249cb3;
    transform: translateY(-5px);
}
.service-section .service_contentbox .service-box:hover h4{
    color: var(--e-global-color-white);
}
.service-section .service_contentbox .service-box:hover p{
    color: var(--e-global-color-white);
}
.service-section .service_contentbox .service-box figure{
    background: #eafcfe;
    border-radius: 100px;
    height: 120px;
    width: 120px;
    line-height: 120px;
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.service-section .service_contentbox .service-box figure:hover{
    transform: translateY(-5px);
}
.service-section .service_contentbox .service-box .read_more{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
    color: var(--e-global-color-secondary);
    text-transform: uppercase;
}
.service-section .service_contentbox .box-top{
    padding-top: 30px;
}

/* Why choose us */

.choose-section{
    background: url("../images/choose-background.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 147px 0 160px
}
.choose-section .choose-sideshape{
    position: absolute;
    right: 0;
    top: 0;
}
.choose-section .choose_wrapper{
    position: relative;
}
.choose-section .choose_wrapper .choose-image{
    position: absolute;
    top: -222px;
    left: -230px;
}
.choose-section .choose_content{
    padding-left: 70px;
}
.choose-section .choose_content h5{
    margin-bottom: 6px;
}
.choose-section .choose_content h2{
    margin-bottom: 16px;
}
.choose-section .choose_content p{
    margin-bottom: 15px;
}
.choose-section .choose_content .text{
    font-weight: 500;
    margin-bottom: 13px;
}
.choose-section .choose_content .text1{
    margin-bottom: 33px;
}
.choose-section .choose_content ul li .circle {
    background-image: linear-gradient(to right, #082e45 0%, #17677e 51%, #249cb3 100%);
    border-radius: 100px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    margin-right: 12px;
    margin-left: 0;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.choose-section .choose_content ul li .circle:before {
    font-size: 14px;
    padding-top: 2px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-white);
}
.choose-section .choose_content .read_more{
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    padding: 4px 2px 4px 42px; 
    text-align: center;
    display: inline-block;
    border-radius: 30px 30px 30px 0;
    color: var(--e-global-color-white) !important;
    transition: all 0.3s ease-in-out;
    background-image: linear-gradient(to right,  var(--e-gradient-1) 0%, var(--e-gradient-2) 100%);
    position: relative;
    z-index: 1;
}
.choose-section .choose_content .read_more:hover{
    color: var(--e-global-color-white);
    background-image: linear-gradient(to right, #052b45 0%, #052b45 51%, #052b45 100%);
}
.choose-section .choose_content .circle {
    background: var(--e-global-color-white);
    border-radius: 100px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 3px 0 12px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.choose-section .choose_content .read_more:hover .circle{
    background-color: var(--e-global-color-very-dark-blue);
}
.choose-section .choose_content .read_more:hover .circle:before{
    color: var(--e-global-color-white);
}
.choose-section .choose_content .circle:before {
    font-size: 18px;
    padding-top: 2px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-dark-blue);
}
.choose-section .choose-sideshape2{
    position: absolute;
    right: 0;
    bottom: 0;
}

/* Case Study */

.study-section {
    padding: 130px 0 140px;
}
.study-section .study_content{
    text-align: center;
}
.study-section .study_content h5{
    margin-bottom: 10px;
}
.study-section .study_content h2{
    margin-bottom: 34px;
}
.study-section .case-box {
    margin-bottom: 30px;
}
.study-section .overlay:hover figure {
    border-radius: 30px;
    opacity: 1;
    background-image: linear-gradient(to right, #06243b 0%, #36e0f7 100%);
}
.study-section .overlay:hover img{
    opacity: 0.4;
}
.study-section .case-box .image{
    position: relative;
}
.study-section .case-box .content{
    position: absolute;
    padding: 0 50px 0 30px;
    margin-top: -196px;
}
.study-section .case-box .content h4{
    margin-bottom: 18px;
}
.study-section .case-box .content span{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    border-radius: 20px;
    background-color: #3a4853;
    padding: 5px 18px;
    text-align: center;
    display: inline-block;
    margin-bottom: 14px;
}
.study-section .case-box .circle {
    background-image: linear-gradient(to right, #0f4a61 0%, #1d7d94 51%, #28a8bf 100%);
    border-radius: 100px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    margin-left: -2px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.study-section .case-box:hover .circle{
    background-image:  linear-gradient(to right, #ffffff 0%, #ffffff 51%, #ffffff 100%);
}
.study-section .case-box:hover .circle:before{
    color: var(--e-global-color-secondary);
}
.study-section .case-box .circle:before{
    font-size: 18px;
    padding-top: 2px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-white);
}
.study-section .lower-images{
    margin-bottom: 28px;
}
.study-section .button{
    text-align: center;
}
.study-section .view_all{
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    padding: 6px 2px 6px 52px;
    text-align: center;
    display: inline-block;
    border-radius: 30px 30px 30px 0;
    color: var(--e-global-color-white) !important;
    transition: all 0.3s ease-in-out;
    background-image: linear-gradient(to right,  var(--e-gradient-1) 0%, var(--e-gradient-2) 100%);
}
.study-section .view_all:hover{
    color: var(--e-global-color-white);
    background-image: linear-gradient(to right, #052b45 0%, #052b45 51%, #052b45 100%);
}
.study-section .circle {
    background: var(--e-global-color-white);
    border-radius: 100px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 3px 0 20px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.study-section .circle:before {
    font-size: 18px;
    padding-top: 2px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-dark-blue);
}

/* Testimonial */

.testimonial-section{
    background-color: #eafcfe;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 109px 0 112px;
    position: relative;
    overflow: hidden;
}
.testimonial-section .testimonial-sideimage {
    position: absolute;
    right: -106px;
    top: -32px;
}
.testimonial-section .heading{
    text-align: center;
}
.testimonial-section h2 {
    margin-bottom: 38px;
}
.testimonial-section p{
    font-size: 22px;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 14px;
    color: var(--e-global-color-light-black);
}
.testimonial-section .testimonial_content h5{
    margin-bottom: 4px;
}
.testimonial-section .testimonial_content .text-size-18{
    font-weight: 700;
    margin-bottom: 4px;
    color: var(--e-global-color-secondary);
}
.testimonial-section .testimonial_content span{
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    color: var(--e-global-color-text);
    display: block;
}
.testimonial-section .testimonial_content .content-box .testimonial-image{
    position: absolute;
    top: 50px;
    left: -150px;
}
.testimonial-section .testimonial_content .content-box .box {
    background-image: linear-gradient(to right, #082e45 0%, #17677e 51%, #249cb3 100%);
    border-radius: 100px;
    height: 64px;
    width: 64px;
    padding-top: 17px;
    text-align: center;
    display: inline-block;
    border: 1px solid transparent;
    position: relative;
    top: -136px;
    left: -330px;
}
.testimonial-section .testimonial_content .content-box{
    border: 1px solid var(--e-global-color-white);
    border-bottom: 2px solid #249cb3;
    background: var(--e-global-color-white);
    border-radius: 35px;
    padding: 62px 68px 5px 143px;
    width: 74%;
    position: relative;
    margin-left: 218px;
    text-align: left;
    margin-bottom: 68px;
}
.testimonial-section .testimonial_content .content-box .circle {
    border-radius: 100px;
    height: 97px;
    width: 97px;
    line-height: 97px;
    text-align: center;
    display: inline-block;
    background: var(--e-global-color-secondary);
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#carouselExampleControls{
    text-align: center;
    display: inline-block;
    border-radius: 100px; 
    color: var(--e-global-color-white) !important;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}
#carouselExampleControls .carousel-control-prev{
    position: relative;
    left: -33px;
    top: 184px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: var(--e-global-color-white);
    opacity: 1;
    border: 1px solid #404e60;
    background: var(--e-global-color-very-dark-mostly-black-blue);
    padding: 0 10px;
    font-weight: bold;
    border-radius: 100px;
    display: inline-block;
}
#carouselExampleControls .carousel-control-next{
    position: relative;
    right: -28px;
    top: 110px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: var(--e-global-color-white);
    opacity: 1;
    border: 1px solid #404e60;
    background: var(--e-global-color-very-dark-mostly-black-blue);
    padding: 0 10px;
    font-weight: bold;
    border-radius: 100px;
    display: inline-block;
}
#carouselExampleControls .carousel-control-prev:hover,
#carouselExampleControls .carousel-control-next:hover {
    background-image: linear-gradient(to right,  #082e45 0%, #17677e 51%, #249cb3 100%);
    color: var(--e-global-color-white);
}
.testimonial-section .pagination-outer{
    position: absolute;
    right: 0;
    top: 0;
}
.testimonial-section .partner-section{
    text-align: center;
    position: relative;
}
.testimonial-section .partner-section .partner img{
    transition: all 0.3s ease-in-out;
}
.testimonial-section .partner-section .partner img:hover{
    filter: brightness(0.2);
    transform: translateY(-5px);
}
.testimonial-section .partner-section .partner li{
    display: inline-block;
    margin: 0 40px;
}
.testimonial-section .partner-section .partner li:first-child{
    margin-left: -4px;
}
.testimonial-section .partner-section .partner li:last-child{
    margin-right: 0;
}

/* FAQ / Need*/

.faq-section{
    padding: 182px 0 142px;
    position: relative;
}
.faq-section .accordion-card{
    box-shadow: 1px 1px 70px rgba(95 208 243 / 21%);
    background: var(--e-global-color-white);
    width: 100%;
    border-radius: 25px;
    margin-bottom: 16px;
    padding: 0 20px;
    margin-left: 10px;
}
.faq-section .accordian-inner p{
    font-weight: 400;
    border-left: 3px solid var(--e-global-color-secondary);
    padding-left: 12px;
}
.faq-section .accordian-inner .card-header {
    padding: 0;
    margin-bottom: 0;
    background: none;
    border: none;
}
.faq-section .accordian-inner .card-body {
    padding: 0px 18px 38px;
    margin: 0 -18px;
    border-bottom: 2px solid #249cb3;
    border-radius: 15px;
}
.faq-section .accordion-card a.btn.btn-link:focus {
    outline: none;
    box-shadow: none;
}
.faq-section .accordian-inner .accordion-card i{
    position: absolute;
    right: 20px;
    margin: -6px 0;
}
.faq-section .accordian-inner .accordion-card .btn {
    padding: 18px 0px 14px;
    text-decoration: none;
    text-align: left;
    display: block;
}
.faq-section .faq_content h5{
    margin-bottom: 10px;
}
.faq-section .faq_content h2{
    margin-bottom: 37px;
}
.faq-section .faq_content p{
    margin-bottom: 33px;
}
.faq-section .faq_content h4{
    font-weight: 500;
    /* margin-bottom: 16px; */
    display: inline-block;
}
.faq-section .faq_content .text-size-16{
    margin-bottom: 22px;
}
.faq-section .accordion-card a.btn.btn-link {
    position: relative;
}
.faq-section .accordion-card .btn-link:before {
    content: "\f068";
    position: absolute;
    text-align: center;
    right: 0px;
    top: 16%;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: middle;
    background-image: linear-gradient(to right,  var(--e-gradient-1) 0%, var(--e-gradient-2) 100%);
    color: var(--e-global-color-white);
    font-size: 18px;
    border-radius: 100px;
}
.faq-section .accordion-card .collapsed:before {
    content: "\2b";
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-image: linear-gradient(to right,  var(--e-gradient-1) 0%, var(--e-gradient-2) 100%);
    color: var(--e-global-color-white);
    border-radius: 100px;
    text-align: center;
}
.faq-section .faq_content a{
    font-size: 18px;
    line-height: 18px;
    color: var(--e-global-color-white);
}

.faq-section .need-section{
    padding-left: 45px;
    margin-top: -20px;
}
.faq-section .need_content .faq-image{
    position: absolute;
    right: -20px;
    top: -24px;
    z-index: -1;
}
.faq-section .need_content h2{
    text-align: center;
    margin-bottom: 26px;
}
.faq-section .need_content p{
    padding: 0 20px;
    margin-bottom: 30px;
}
.faq-section .need_content {
    box-shadow: 1px 1px 57px rgb(95 208 243 / 15%);
    border-radius: 25px 25px 35px 35px;
    width: 100%;
    padding: 53px 30px 60px;
    background-color: var(--e-global-color-white);
    border: 1px solid white;
    border-bottom: 2px solid #249cb3;
    transition: all 0.3s ease-in-out;
    text-align: center;
    position: relative;
}
.form_style::placeholder{
    color: var(--e-global-color-text);
}
.faq-section .need_content input {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    box-shadow: 1px 1px 57px rgba(95 208 243 / 7%);
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-text);
    border: 1px solid #dae7fb;
    border-radius: 10px;
    padding: 14px 22px;
    margin-bottom: 17px;
    width: 100%;
    overflow: visible;
    outline: none;
}
.faq-section .need_content textarea {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    box-shadow: 1px 1px 57px rgba(95 208 243 / 7%);
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-text);
    border: 1px solid #dae7fb;
    border-radius: 10px;
    padding: 14px 22px;
    width: 100%;
    height: 130px;
    margin-bottom: 34px;
    resize: none;
    outline: none;
    overflow: auto;
}
.faq-section .need_content .submit_now{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    font-family: 'Manrope', sans-serif;
    padding: 4px 4px 4px 36px;
    text-align: center;
    display: inline-block;
    border-radius: 30px 30px 30px 0;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
    border: 0px solid #082e45;
    background-image: linear-gradient(to right,  var(--e-gradient-1) 0%, var(--e-gradient-2) 100%);
}
.faq-section .need_content .submit_now:hover{
    color: var(--e-global-color-white);
    background-image: linear-gradient(to right, #052b45 0%, #052b45 51%, #052b45 100%);
}
.faq-section .need_content .circle {
    background: var(--e-global-color-white);
    border-radius: 100px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 3px 0 12px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.faq-section .need_content .circle:before {
    font-size: 18px;
    padding-top: 2px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-dark-blue);
}

/* Footer */

.footer-section{
    background: url(../images/footer-background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    position: relative;
    /* overflow: hidden; */
}
.footer-section .footer-logo{
    margin-bottom: 8px;
    position: relative;
    top: -14px;
}
.footer-section .footer-sideshape{
    position: absolute;
    left: -16px;
    top: -14px;
}
.footer-section .middle-portion{
    padding-bottom: 80px;
}
.footer-section .middle-portion .footer-text{
    margin-bottom: 16px;
    line-height: 30px;
}
.footer-section .middle-portion .heading{
   margin-bottom: 18px;
}
.footer-section .middle-portion .social-icons .circle{
    display: inline-block;
}
.footer-section .middle-portion .social-icons i{
    background: #02122a;
    border-radius: 100px;
    border: 1px solid #404e60;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    margin: 0 2px;
    transition: all 0.3s ease-in-out;
}
.footer-section .middle-portion .social-icons li:first-child{
    margin-left: 0;
}
.footer-section .middle-portion .social-icons li:last-child{
    margin-right: 0;
}
.footer-section .middle-portion .social-icons i:hover{
    background-image: linear-gradient(to right,  var(--e-gradient-1) 0%, var(--e-gradient-2) 100%);
    border: 1px solid #17677e;
    transform: translateY(-5px);
    color: var(--e-global-color-white);
}
.footer-section .middle-portion .social-icons a{
    color: var(--e-global-color-white);
}
.footer-section .middle-portion .list-pd{
    padding-left: 14px;
}
.footer-section .middle-portion .links .text-size-16 {
    position: relative;
    margin-left: 15px;
    font-weight: 400;
    top: 2px;
    font-family: 'Manrope', sans-serif;
    color: var(--e-global-color-white);
}
.footer-section .middle-portion .links li{
    margin-bottom: 8px;
}
.footer-section .middle-portion .icon .text-size-16 {
    color: var(--e-global-color-white);
}
.footer-section .middle-portion .icon {
    padding-right: 20px;
    margin-left: -30px;
}
.footer-section .middle-portion .icon li{
    margin-bottom: 10px;
}
.footer-section .middle-portion .links li i {
    font-size: 12px;
    transition: all 0.3s ease;
    color: var(--e-global-color-white);
}
.footer-section .middle-portion ul li:hover i, .footer-section .middle-portion ul li:hover  {
    color: var(--e-global-color-secondary);
}
.footer-section .middle-portion ul li:hover .text, .footer-section .middle-portion ul li:hover  {
    color: var(--e-global-color-secondary);
}
.footer-section .middle-portion .icon .footer-location{
    color: var(--e-global-color-secondary);
    position: absolute;
    line-height: 16px;
    font-size: 16px;
    left: -12px;
    margin-top: 3px;
    transition: all 0.3s ease-in-out;
}
.footer-section .middle-portion .icon .footer-location:hover{
    transform: translateY(-5px);
}
.footer-section .middle-portion .icon li {
    padding-left: 34px;
    margin-bottom: 14px;
}
.footer-section .copyright {
    text-align: center;
    padding: 20px 0px;
    color: var(--e-global-color-white);
    border-top: 1px solid #2b465e;
}
.footer-section .copyright p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
}
.footer-section .footer-image{
    position: absolute;
    right: 90px;
    bottom: 64px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.footer-section .footer-image:hover{
    transform: translateY(-5px);
}
#fixed-form-container{
    position: fixed;
    bottom: 6px;
    right: 0;
    width: 25%;
    text-align: center;
    margin: 0;
    z-index: 1;
}
#fixed-form-container .body{
    border: 1px solid var(--e-global-color-secondary);
    box-shadow: 1px 1px 57px rgb(95 208 243 / 30%);
    border-radius: 30px;
    width: 60%;
    padding: 20px 20px 30px;
    background-color: var(--e-global-color-white);
    text-align: center;
    position: relative;
    left: 110px;
    top: -215px;
    display: none;
}
#fixed-form-container .body input {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    box-shadow: 1px 1px 57px rgb(95 208 243 / 7%);
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-text);
    border: 1px solid #dae7fb;
    border-radius: 10px;
    padding: 4px 14px;
    margin-bottom: 17px;
    width: 100%;
    overflow: visible;
    outline: none;
}
#fixed-form-container .body textarea {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    box-shadow: 1px 1px 57px rgb(95 208 243 / 7%);
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-text);
    border: 1px solid #dae7fb;
    border-radius: 10px;
    padding: 4px 14px;
    width: 100%;
    height: 118px;
    margin-bottom: 8px;
    resize: none;
    outline: none;
    overflow: auto;
}
#fixed-form-container .body .submit_now {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    font-family: 'Manrope', sans-serif;
    padding: 12px 25px;
    text-align: center;
    display: inline-block;
    border-radius: 30px 30px 30px 0;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
    border: 0px solid #082e45;
    background-image: linear-gradient(to right, var(--e-gradient-1) 0%, var(--e-gradient-2) 100%);
}
#fixed-form-container .body .submit_now:hover {
    color: var(--e-global-color-white);
    background-image: linear-gradient(to right, #052b45 0%, #052b45 51%, #052b45 100%);
}

/* Projects Page */

.sub-banner {
    background: url("../images/sub-bannerbackgroung.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.sub-banner .header{
    padding: 0 280px 0 265px;
}
.sub-banner .banner-section{
    padding: 95px 0 172px;
    overflow: hidden;
}
.sub-banner .sub-bannersideshape{
    position: absolute;
    left: -38px;
    top: -14px;
}
.sub-banner .banner-section .banner_content p {
    padding-right: 60px;
    margin-bottom: 27px;
}
.sub-banner .banner-section .banner_content .box{
    background-color: var(--e-global-color-very-blue);
    color: var(--e-global-color-white);
    padding: 12px 35px; 
    text-align: center;
    display: inline-block;
    border-radius: 30px 30px 30px 0;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    position: relative;
}
.sub-banner .banner-section .banner_content .box i:before {
    font-size: 14px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-white);
}
.sub-banner .banner-section .banner_content .box .first{
    margin-left: 16px;
}
.sub-banner .banner-section .banner_content .box .second{
    margin-right: 10px;
}
.sub-banner .banner-section .banner_content .box span{
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    font-family: 'Manrope', sans-serif;
    display: inline-block;
}
.sub-banner .banner-section .banner_content .box .box_span{
    color: var(--e-global-color-secondary);
}
.sub-banner .banner-section .banner_content h1{
    padding-right: 0;
}
.sub-banner .banner-section .sub-bannersideshape2{
    position: absolute;
    left: -32px;
    bottom: -20px;
    z-index: 0;
}
.sub-banner .banner-section .banner_wrapper{
    position: relative;
}
.sub-banner .banner-section .banner_wrapper .sub-bannerimage{
    position: absolute;
    bottom: -360px;
    right: -396px;
}

/* About Page */

.aboutpage-section{
    padding: 162px 0 146px;
}
.aboutpage-section .aboutpage_wrapper{
    position: relative;
}
.aboutpage-section .aboutpage_wrapper .aboutpage-image{
    position: absolute;
    top: -30px;
    left: 14px;
}
.aboutpage-section .aboutpage_wrapper .aboutpage-image2{
    position: absolute;
    left: -14px;
    top: 424px;
    z-index: -1;
}
.aboutpage-section .aboutpage_content{
    padding-left: 70px;
}
.aboutpage-section .aboutpage_content h5{
    margin-bottom: 6px;
}
.aboutpage-section .aboutpage_content h2{
    margin: 0 -20px 16px 0;
}
.aboutpage-section .aboutpage_content p{
    margin: 0 -20px 15px 0
}
.aboutpage-section .aboutpage_content .text{
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--e-global-color-primary);
}
.aboutpage-section .aboutpage_content .text1{
    margin-bottom: 33px;
}
.aboutpage-section .aboutpage_content ul li .circle {
    background-image: linear-gradient(to right,  var(--e-gradient-1) 0%, var(--e-gradient-2) 100%);
    border-radius: 100px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    margin: 0 12px 0 0;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.aboutpage-section .aboutpage_content ul li .circle:before {
    font-size: 14px;
    padding-top: 2px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-white);
}
.aboutpage-section .aboutpage_content .read_more{
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    padding: 4px 2px 4px 42px; 
    text-align: center;
    display: inline-block;
    border-radius: 30px 30px 30px 0;
    color: var(--e-global-color-white) !important;
    transition: all 0.3s ease-in-out;
    background-image: linear-gradient(to right,  var(--e-gradient-1) 0%, var(--e-gradient-2) 100%);
}
.aboutpage-section .aboutpage_content .read_more:hover{
    color: var(--e-global-color-white);
    background-image: linear-gradient(to right, #052b45 0%, #052b45 51%, #052b45 100%);
}
.aboutpage-section .aboutpage_content .circle {
    background: var(--e-global-color-white);
    border-radius: 100px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 3px 0 12px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.aboutpage-section .aboutpage_content .circle:before {
    font-size: 18px;
    padding-top: 2px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-dark-blue);
}

/* Counter */

.counter-section{
    background-color: #eafcfe;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0 427px;
}
.counter-section .counter-sideimage{
    position: absolute;
    left: -108px;
    top: -34px;
}
.counter-section .counter-box{
    background: var(--e-global-color-white);
    border-radius: 30px;
    padding: 35px 40px;
    text-align: center;
    margin-bottom: 24px;
    transition: all 0.3s ease-in-out;
    border-bottom: 2px solid #249cb3;
}
.counter-section .counter-box:hover{
    transform: translateY(-5px);
}
.counter-section .counter-box figure{
    background: #eafcfe;
    border-radius: 100px;
    height: 120px;
    width: 120px;
    line-height: 120px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    margin: 0 auto 15px;
}
.counter-section .counter-box figure:hover{
    transform: translateY(-5px);
}
.counter-section .counter-box h3{
    display: inline-block;
}
.counter-section .counter-box .plus{
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: var(--e-global-color-primary);
}
.counter-section .counter-box .text-size-16{
    display: block;
}
.videosection{
    text-align: center;
    margin-top: -358px;
}
.faqneed-section {
    padding: 162px 0 142px;
    position: relative;
}

/* FAQ Page */

.accordian-section{
    padding: 133px 0;
    position: relative;
}
.accordian-section .accordian_content{
    text-align: center;
}
.accordian-section .accordion-card{
    box-shadow: 1px 1px 70px rgba(95 208 243 / 21%);
    background: var(--e-global-color-white);
    width: 100%;
    border-radius: 15px;
    margin-bottom: 16px;
    padding: 0 20px;
}
.accordian-section .accordian-inner .card-header {
    padding: 0;
    margin-bottom: 0;
    background: none;
    border: none;
}
.accordian-section .accordian-inner .card-body {
    padding: 0px 25px 38px;
    margin: 0 -22px;
    border-bottom: 2px solid #249cb3;
    border-radius: 15px;
}
.accordian-section .accordion-card a.btn.btn-link:focus {
    outline: none;
    box-shadow: none;
}
.accordian-section .accordian-inner .accordion-card i{
    position: absolute;
    right: 20px;
    margin: -6px 0;
}
.accordian-section .accordion-card a.btn.btn-link {
    position: relative;
}
.accordian-section .accordian-inner .accordion-card .btn {
    padding: 18px 0px 16px;
    text-decoration: none;
    text-align: left;
    display: block;
}
.accordian-section .accordian_content h5{
    margin-bottom: 10px;
}
.accordian-section .accordian_content h2{
    margin-bottom: 40px;
}
.accordian-section .accordian-inner p{
    font-weight: 400;
    border-left: 3px solid var(--e-global-color-secondary);
    padding-left: 16px;
}
.accordian-section .accordian-inner h4{
    font-weight: 500;
    display: inline-block;
    margin-bottom: 0;
}
.accordian-section .accordian-inner a{
    font-size: 18px;
    line-height: 18px;
    color: var(--e-global-color-white);
}
.accordian-section .accordion-card .btn-link:before {
    content: "\f068";
    position: absolute;
    text-align: center;
    right: -2px;
    top: 16%;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: middle;
    background-image: linear-gradient(to right,  var(--e-gradient-1) 0%, var(--e-gradient-2) 100%);
    color: #ffffff;
    font-size: 18px;
    border-radius: 100px;
}
.accordian-section .accordion-card .collapsed:before {
    content: "\2b";
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-image: linear-gradient(to right,  var(--e-gradient-1) 0%, var(--e-gradient-2) 100%);
    color: #ffffff;
    border-radius: 100px;
    text-align: center;
}

/* Team Page */

.team-section{
    background-color: #eafcfe;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 134px 0 108px;
}
.team-section .team-sideimage {
    position: absolute;
    left: -108px;
    top: 264px;
}
.team-section .team_content{
    text-align: center;
}
.team-section .team_content h2{
    margin-bottom: 38px;
}
.team-section .team-box{
    position: relative;
    text-align: center;
    margin-bottom: 33px;
    padding-bottom: 35px;
    background-color: var(--e-global-color-white);
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
    border-bottom: 2px solid #249cb3;
}
.team-section .team-box figure{
    margin-bottom: 25px;
}
.team-section .team-box h4{
    margin-bottom: 2px;
}
.team-section .team-box span{
    display: block;
    margin-bottom: 16px;
}
.team-section .team-box li{
    display: inline-block;
}
.team-section .team-box i{
    background-image: linear-gradient(to right,  var(--e-gradient-1) 0%, var(--e-gradient-2) 100%);
    border-radius: 100px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 0 3px;
    border: 1px solid var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}
.team-section .team-box li:hover{
    transform: translateY(-5px);
}
.team-section .team-box li:first-child{
    margin-left: 0;
}
.team-section .team-box li:last-child{
    margin-right: 0;
}
.team-section .team-box li a{
    color: var(--e-global-color-white);
}
.team-section .team-box:hover i{
    background-image: linear-gradient(to right, #042237 0%, #042237 51%, #042237 100%);
    border: 1px solid #17677e;
}

/* Service Page */

.provide-section{
    background-color: #eafcfe;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 134px 0 124px;
}
.provide-section .team-sideimage {
    position: absolute;
    left: -110px;
    top: 148px;
}
.provide-section .provide_content{
    text-align: center;
}
.provide-section .provide_content h2{
    margin-bottom: 35px;
    padding: 0 90px;
}
.provide-section .service_contentbox .service-box{
    background: var(--e-global-color-white);
    border-radius: 30px;
    padding: 40px 35px;
    margin-bottom: 27px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    border-bottom: 2px solid #249cb3;
}
.provide-section .service_contentbox .service-box h4{
    display: inline-block;
    margin-bottom: 6px;
}
.provide-section .service_contentbox .service-box p{
    margin-bottom: 22px;
}
.provide-section .service_contentbox .service-box .box-content {
    position: relative;
    padding-left: 16px;
    display: inline-block;
    width: 74%;
}
.provide-section .service_contentbox .service-box figure{
    background: #eafcfe;
    border-radius: 100px;
    height: 120px;
    width: 120px;
    line-height: 120px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.provide-section .service_contentbox .service-box:hover{
    background-image: linear-gradient(to right, #082e45 0%, #17677e 51%, #249cb3 100%);
    border-bottom: 2px solid #249cb3;
    transform: translateY(-5px);
}
.provide-section .service_contentbox .service-box:hover h4{
    color: var(--e-global-color-white);
}
.provide-section .service_contentbox .service-box:hover p{
    color: var(--e-global-color-white);
}
.provide-section .service_contentbox .service-box .box-image {
    float: left;
    width: 26%;
}
.provide-section .service_contentbox .service-box figure:hover{
    transform: translateY(-5px);
}
.provide-section .service_contentbox .service-box .read_more{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
    color: var(--e-global-color-secondary);
    text-transform: uppercase;
}

/* Contact Page Style */

.contact-section{
    padding: 146px 0 112px;
    position: relative;
}
.contact-section .contact_content h2 {
    margin-bottom: 30px;
}
.contact-section .contact_content h5{
    margin-bottom: 10px;
}
.contact-section .contact-box{
    box-shadow: 1px 1px 57px rgb(95 208 243 / 15%);
    background: var(--e-global-color-white);
    border-radius: 20px;
    padding: 31px 35px 31px 33px;
    margin-bottom: 28px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    border-right: 2px solid #249cb3;
    width: 83%;
}
.contact-section .contact-box .box-image{
    float: left;
    width: 26%;
}
.contact-section .contact-box figure{
    background-image: linear-gradient(to right, #0b3950 0%, #197188 51%, #26a2b9 100%);
    border-radius: 100px;
    height: 110px;
    width: 110px;
    line-height: 110px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0;
}
.contact-section .contact-box figure:hover{
    transform: translateY(-5px);
}
.contact-section .contact-box .box-content{
    position: relative;
    padding-left: 32px;
    margin-top: 14px;
    display: inline-block;
    width: 74%;
}
.contact-section .contact-box h4{
    font-weight: 700;
    margin-bottom: 14px;
}
.contact-section .contact-box .heading{
    margin-bottom: 11px;
}
.contact-section .contact-box p{
    margin-top: -10px;
    margin-bottom: 4px;
}
.contact-section .contact-box .box-content a {
    color: var(--e-global-color-text);
    transition: all 0.3s ease-in-out;
}
.contact-section .contact-box .box-content a:hover {
    color: var(--e-global-color-secondary);
}
.contact-section .need-section {
    margin-top: -32px;
    margin-left: -38px;
}
.contact-section .need_content .faq-image{
    position: absolute;
    right: -20px;
    top: -24px;
    z-index: -1;
}
.contact-section .need_content h2{
    text-align: center;
    margin-bottom: 26px;
}
.contact-section .need_content p{
    padding: 0 20px;
    margin-bottom: 30px;
}
.contact-section .need_content {
    box-shadow: 1px 1px 57px rgb(95 208 243 / 15%);
    border-radius: 25px 25px 35px 35px;
    width: 85%;
    margin-top: 50px;
    padding: 50px 30px 60px;
    background-color: var(--e-global-color-white);
    border: 1px solid white;
    border-bottom: 2px solid #249cb3;
    transition: all 0.3s ease-in-out;
    text-align: center;
    position: relative;
}
.form_style::placeholder{
    color: var(--e-global-color-text);
}
.contact-section .need_content input {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    box-shadow: 1px 1px 57px rgba(95 208 243 / 7%);
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-text);
    border: 1px solid #dae7fb;
    border-radius: 10px;
    padding: 14px 18px;
    margin-bottom: 17px;
    width: 100%;
    overflow: visible;
    outline: none;
}
.contact-section .need_content textarea {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    box-shadow: 1px 1px 57px rgba(95 208 243 / 7%);
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-text);
    border: 1px solid #dae7fb;
    border-radius: 10px;
    padding: 14px 18px;
    width: 100%;
    height: 130px;
    margin-bottom: 34px;
    resize: none;
    outline: none;
    overflow: auto;
}
.contact-section .need_content .submit_now{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    font-family: 'Manrope', sans-serif;
    padding: 4px 4px 4px 36px;
    text-align: center;
    display: inline-block;
    border-radius: 30px 30px 30px 0;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
    border: 0px solid #082e45;
    background-image: linear-gradient(to right,  var(--e-gradient-1) 0%, var(--e-gradient-2) 100%);
}
.contact-section .need_content .submit_now:hover{
    color: var(--e-global-color-white);
    background-image: linear-gradient(to right, #052b45 0%, #052b45 51%, #052b45 100%);
}
.contact-section .need_content .circle {
    background: var(--e-global-color-white);
    border-radius: 100px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 3px 0 12px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.contact-section .need_content .circle:before {
    font-size: 18px;
    padding-top: 2px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-dark-blue);
}
.contact_map_section {
    overflow: hidden;
    margin-bottom: -5px;
}
.contact_map_section iframe:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.ai-agent-popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.7);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
.ai-agent-popup {
  background: #fff;
  border-radius: 28px;
  max-width: 600px;
  width: 95vw;
  padding: 40px 32px 32px 32px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  position: relative;
}
.ai-agent-popup-close {
  position: absolute;
  top: 18px;
  right: 18px;
  background: none;
  border: none;
  font-size: 32px;
  line-height: 1;
  color: #333;
  cursor: pointer;
  z-index: 2;
}
.ai-agent-popup-title {
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 8px;
  color: #222;
}
.ai-agent-popup-desc {
  text-align: center;
  margin-bottom: 28px;
  font-size: 1.08rem;
  color: #444;
}
.ai-agent-popup .form_style {
  width: 100%;
  padding: 14px 18px;
  border-radius: 12px;
  border: 1.5px solid #e6f0fa;
  background: #fafdff;
  font-size: 1.08rem;
  margin-bottom: 0;
  outline: none;
  transition: border 0.2s;
  resize: none;
}
.ai-agent-popup .form-group.mb-2 {
  margin-bottom: 18px;
}
.ai-agent-popup textarea.form_style {
  margin-bottom: 0;
  min-height: 90px;
}
.ai-agent-popup .manage-button {
  margin-top: 10px;
}
.ai-agent-popup-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(90deg,#0f2027 0,#2c5364 80%,#19e3ff 100%);
  color: #fff;
  padding: 14px 38px 14px 32px;
  border-radius: 32px;
  border: none;
  font-weight: 700;
  font-size: 1.18rem;
  box-shadow: 0 2px 8px rgba(25,227,255,0.08);
  transition: background 0.2s;
}
.ai-agent-popup-arrow {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ai-agent-popup-arrow i {
  color: #19e3ff;
  font-size: 1.2rem;
}

.ai-agent-error { color: red; font-size: 12px; margin-top: 5px; }
.ai-agent-success { color: green; font-size: 14px; margin-top: 10px; }
.ai-agent-errors ul { list-style: disc; margin-left: 20px; }