:root {
  --bg-color: #d9f2f4;
  --blue: #00adbb;
  --light-blue: #71b8be;
  --dark-green: #004f55;
  --white: #fff;
  --black: #000;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Onest", sans-serif;
  background-color: var(--bg-color);
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

dl,
ol,
ul {
  padding-left: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

ul li {
  list-style: none;
}

ul li:last-child {
  margin-bottom: 0;
}

/* p{
  color: #004f55;
} */

.pad-bottom-100 {
  padding-bottom: 100px;
}

.pad-top-100 {
  padding-top: 100px;
}

.btn-style {
  background-color: var(--blue);
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.5s;
  font-size: 15px;
}

.btn-style:hover {
  background-color: #ef4b5c;
  transition: all 0.5s;
  color: #fff;
}

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

.text-white {
  color: var(--white);
}

.custom-container {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.hide {
  display: none;
}

.main-head h1 {
  text-align: left;
  margin-bottom: 40px;
  color: var(--white);
  font-size: 30px;
  font-weight: bold;
  width: 80%;
}

.main-head-2 h1 {
  text-align: center;
  color: var(--dark-green);
  font-size: 30px;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
}

.main-head-3 h1 {
  text-align: left;
  color: var(--dark-green);
  font-size: 30px;
  font-weight: bold;
  width: 100%;
}

.main-head-4 h1 {
  text-align: left;
  color: var(--dark-green);
  font-size: 50px;
  font-weight: bold;
  width: 80%;
  line-height: 45px;
}

main {
  /* background-image: url(../images/blur-bg.jpg); */
  background-position: top;
  background-repeat: no-repeat;
  background-position-y: -4%;
  overflow-x: hidden;
}

/*********************************** 
         owl-carousel
  ***********************************/

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 10px;
  background: #d6d6d6;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--black);
}

/********************************** 
            BACK TO TOP
**********************************/

.back-to-top {
  --size: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 10;
  border-radius: 50%;
  background-color: hsl(184.49deg 100% 36.67%);
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

.back-to-top:hover {
  background-color: hsl(353.78deg 83.67% 61.57%);
  transition: 0.5s;
}

.back-to-top .cd-icon {
  --size: 20px;
  display: block;
  margin: auto;
  color: hsl(0, 0%, 100%);
}

.back-to-top--is-visible {
  visibility: visible;
  opacity: 1;
}

.cd-icon {
  --size: 1em;
  font-size: var(--size);
  height: 1em;
  width: 1em;
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

.cd-icon use {
  /* SVG symbols - enable icon color corrections */
  color: inherit;
  fill: currentColor;
}

/********************************** 
          HOME SECTION  
**********************************/

#home-sec {
  border-bottom: 2px solid var(--white);
}

#home-sec .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#home-sec .content-holder {
  padding-top: 30%;
}

#home-sec h1 {
  color: var(--blue);
  font-size: 35px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 0;
}

#home-sec h1:last-child {
  color: var(--dark-green);
  font-size: 40px;
}

.offer-box-wrapper {
  background-color: var(--blue);
  width: 100%;
  background-position: right;
  background-repeat: no-repeat;
  margin-bottom: 50px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

.offer-box-wrapper:hover i {
  overflow: hidden;
  cursor: pointer;
  background-color: #f54143;
  transition: all 0.5s ease-in-out;
}

.offer-card {
  padding: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.offer-box-wrapper .background {
  height: auto;
}

.offer-content {
  width: 70%;
}

.offer-content p {
  color: var(--white);
  font-size: 15px;
  font-weight: 300;
}

.offer-content p:last-child {
  margin-bottom: 0;
}

.offer-content h3 {
  color: #70fffd;
  font-size: 30px;
  font-weight: 600;
}

.offers-holder {
  margin-top: 40px;
}

.offers-holder h2 {
  font-size: 30px;
  margin-bottom: 20px;
  color: var(--dark-green);
  font-weight: 600;
}

.offers-holder i {
  color: var(--white);
  border-radius: 50%;
  border: 2px solid var(--white);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}

.background--zoom:hover .offer-box-wrapper a i {
  background-color: #f54143;
  transition: all 0.3s ease-in-out;
}

/********************************** 
                      ABOUT SECTION  
        **********************************/

#about-sec .content-holder h3 {
  color: var(--blue);
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

#about-sec .content-holder h4 {
  font-size: 20px;
  font-weight: 400;
  color: var(--dark-green);
  text-wrap: balance;
  line-height: 30px;
  width: 100%;
  margin: 0 auto;
}

#awards-slider .item p {
  color: var(--blue);
  font-size: 20px;
  font-weight: 600;
  width: 80%;
  margin: 10px auto 0px auto;
  line-height: 25px;
}

#awards-holder .owl-carousel .owl-item img {
  display: block;
  width: 75%;
  margin: 0 auto;
}

#awards-holder {
  width: 100%;
  margin: 50px auto 50px auto;
}

/*********************************** 
                  GENERAL INSURANCES SECTION 
              ***********************************/

#general-insurances {
  background-repeat: no-repeat;
  background-image: url(../images/general-insurances-bg-mobile.jpg);
  background-size: contain;
  background-position: bottom;
  background-position-y: 82%;
}

#general-insurances .heading-2 {
  color: var(--dark-green);
  font-size: 40px;
  line-height: 45px;
  font-weight: bold;
}

.general-insurances-cat-holder {
  display: flex;
  gap: 20px;
  margin-top: 60px;
  margin-bottom: 20%;
  flex-wrap: wrap;
  justify-content: center;
}

.cat-card {
  border: 2px solid rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.251);
  width: 160px;
  padding: 20px;
  display: flex;
  align-items: flex-end;
  backdrop-filter: blur(10px);
  transition: 0.3s;
}

.cat-card .card-content {
  width: 75%;
}

.cat-card:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: 0.3s;
  background-color: rgb(230 253 255 / 48%);
  transform: scale(1.05);
}

.card-content h4 {
  font-size: 13px;
  color: var(--dark-green);
  width: 85%;
  margin-bottom: 0;
  font-weight: 600;
}

span.card-icon img {
  max-height: 40px;
  margin-bottom: 15px;
}

span.card-icon svg {
  max-height: 50px;
  margin-bottom: 15px;
}
.icon-color-header {
  filter: brightness(0) saturate(100%) invert(21%) sepia(84%) saturate(595%)
    hue-rotate(138deg) brightness(96%) contrast(104%);
}
.icon-color-header img {
  width: 18px;
  height: 18px;
}

.icon-color-1 {
  filter: invert(44%) sepia(72%) saturate(5292%) hue-rotate(339deg)
    brightness(99%) contrast(95%);
}

.icon-color-2 {
  filter: invert(39%) sepia(53%) saturate(3292%) hue-rotate(144deg)
    brightness(98%) contrast(101%);
}

.icon-color-3 {
  filter: invert(56%) sepia(100%) saturate(1289%) hue-rotate(7deg)
    brightness(100%) contrast(106%);
}

.icon-color-4 {
  filter: invert(33%) sepia(100%) saturate(4024%) hue-rotate(201deg)
    brightness(99%) contrast(100%);
}

.icon-color-5 {
  filter: invert(17%) sepia(100%) saturate(5862%) hue-rotate(272deg)
    brightness(85%) contrast(114%);
}

.icon-color-6 {
  filter: invert(24%) sepia(14%) saturate(3862%) hue-rotate(143deg)
    brightness(93%) contrast(101%);
}

.cat-card i {
  color: var(--dark-green);
  border-radius: 50%;
  border: 2px solid var(--dark-green);
  height: 35px;
  width: 35px;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 12px;
}

/*********************************** 
          MOTOR INSURANCES - DESKTOP 
  ***********************************/

#motor-insurances-desktop h1 {
  color: var(--white);
  font-size: 40px;
  width: 100%;
  line-height: 45px;
  text-align: center;
}

#motor-insurances-desktop {
  display: none;
}

.motor-card-holder {
  display: flex;
  overflow: hidden;
  flex-wrap: nowrap;
  height: auto;
  align-items: center;
  cursor: pointer;
}

.motor-card-holder.bg-color-1 {
  transition: all 0.5s;
  background-color: #f84243;
}
/* .motor-card-holder.bg-color-1:hover {
  transition: all 0.5s;
  transform: scale(1.05);
} */

.motor-card-holder.bg-color-2 {
  background-color: #8ecdd2;
  transition: all 0.5s;
}

/* .motor-card-holder.bg-color-2:hover {
  transition: all 0.5s;
  transform: scale(1.05);
} */

.side-image {
  width: 390px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.side-image img {
  transition: all 0.5s;
}

.motor-card-holder:hover .side-image img {
  transform: scale(1.05);
  transition: all 0.5s ease-in-out;
}

.motor-card-holder.bg-color-2:hover {
  background-color: #00adbb;
  transition: all 0.5s;
}

.motor-card-holder.bg-color-1:hover {
  background-color: #bf2321;
}

.motor-card-content {
  width: 80%;
}

h3 {
  color: var(--dark-green);
  font-size: 40px;
}

.motor-card {
  display: flex;
  align-items: flex-end;
  padding: 20px;
  justify-content: space-between;
}

.motor-card-content p {
  width: 100%;
  font-size: 13px;
  margin-bottom: 0;
}

.motor-card i {
  color: var(--white);
  border-radius: 50%;
  border: 2px solid var(--white);
  height: 50px;
  width: 50px;
  display: flex;
  line-height: 48px;
  font-size: 25px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.side-image a i {
  color: var(--white);
  border-radius: 50%;
  border: 2px solid var(--white);
  height: 40px;
  width: 40px;
  display: flex;
  line-height: 37px;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #f54143;
}

#motor-insurances-desktop .main-head {
  margin-bottom: -30px;
}

.motor-card-content h3 {
  line-height: 20px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}

/*********************************** 
          INSURE ONLINE SECTION
  ***********************************/

.insure-online-wrapper {
  margin-top: 40px;
}

.insure-online-wrapper .item .image {
  position: relative;
}

.insure-online-wrapper .caption {
  position: absolute;
  bottom: 0;
  padding: 30px;
}

.insure-online-wrapper .caption p {
  margin-bottom: 0;
  color: #fff;
  width: 90%;
  font-size: 15px;
}

.insure-online-wrapper .caption h4 {
  font-weight: bold;
  color: #fff;
  font-size: 40px;
}

.insure-online-wrapper .caption .heading-wrap i {
  color: var(--white);
  border-radius: 50%;
  border: 2px solid var(--white);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 20px;
}

.insure-online-wrapper .caption .heading-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*********************************** 
        BUSINESS INSURANCES SECTION
  ***********************************/

#business-insurances {
  background-image: url(../images/business-insurances-mobile-bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}

.benifit-card-content.card-style-1 h3,
.benifit-card-content.card-style-2 h3,
.benifit-card-content.card-style-3 h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 0;
}

.benifit-card {
  padding: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  overflow: hidden;
  width: 100%;
}

.benifit-card-content.card-style-2 i {
  margin-bottom: 20px;
}

.benifit-card-content.card-style-1 {
  width: 100%;
}

.benifit-card i {
  color: var(--white);
  border-radius: 50%;
  border: 2px solid var(--white);
  height: 40px;
  width: 40px;
  display: flex;
  line-height: 38px;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  transition: all 0.5s ease-in-out;
}

.benifit-card-content.card-style-1 h3 {
  width: 80%;
}

.benifit-card-content.card-style-3 h3 {
  width: 70%;
}

.benifit-card-content.card-style-3 p {
  width: 70%;
  margin-bottom: 0;
}

#exclusive-benefits-mobile {
  display: flex;
  gap: 40px;
}
#exclusive-benefits-desktop {
  display: none;
}

.benifit-card-wrapper {
  overflow: hidden;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 65%;
  height: 250px;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  justify-content: space-between;
  cursor: pointer;
}

.background--zoom:hover {
  transform: scale(1.05);
  transition: all 0.5s ease-in-out;
}

.background--zoom:hover .benifit-card i {
  background-color: #f54143;
  transition: all 0.5s ease-in-out;
}

/*********************************** 
          FIND BRANCHES SECTION
  ***********************************/

#find-branches .main-head-4 i {
  color: var(--dark-green);
  border-radius: 50%;
  border: 3px solid var(--dark-green);
  height: 60px;
  width: 60px;
  display: flex;
  line-height: 40px;
  font-size: 25px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#find-branches .main-head-4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#find-branches .contact-info .icon svg {
  height: 50px;
  width: 50px;
  margin-bottom: 5px;
}

.content-wrap h3 {
  padding: 40px 0;
}

.content-wrap h3 {
  padding: 30px 0;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 0;
  color: var(--blue);
}

.contact-info ul li a,
.contact-info p {
  color: var(--dark-green);
  transition: all 0.3s;
}

.contact-info ul li a:hover {
  color: #36adbb;
  transition: all 0.3s;
}

.map-wrap img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
/*********************************** 
          TESTIMONIAL SECTION
  ***********************************/

.news-wrapper {
  margin-top: 40px;
}

#testimonial-slider .item p {
  color: var(--blue);
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
  text-align: center;
}
#testimonial-slider .item .rating {
  margin-bottom: 20px;
  text-align: center;
}

#testimonial-slider .item .rating i {
  color: var(--blue);
  font-size: 20px;
}
#testimonial-slider .item .user-name {
  color: var(--blue);
  font-size: 15px;
  text-align: center;
  display: block;
}

#video {
  margin-top: 0;
}

.video-wrapper iframe {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: -6px;
}

.testimonial-wrapper {
  margin: 30px 0 70px 0;
}

#testimonial-slider .owl-item.active {
  border-left: 2px solid #c8e6e9;
  padding: 30px;
}

.owl-carousel .owl-item.active.lastactiveitem {
  padding-right: none !important;
}

/*********************************** 
            NEWS SECTION
  ***********************************/

#news {
  background-color: #e7fdff;
}

.news-wrapper {
  margin-top: 40px;
}

#news-slider .owl-item img,
#news-slider .owl-item h4,
#news-slider .owl-item p {
  margin-bottom: 15px;
}

#news-slider .owl-item h4 {
  font-size: 20px;
  color: var(--dark-green);
  font-weight: bold;
}

#news-slider .owl-item p {
  font-size: 15px;
}

#news-slider .owl-item a {
  font-weight: 700;
  color: var(--dark-green);
  transition: all 0.5s;
}

/* #news-slider .owl-item .item a:hover {
  color: #f84242;
  transition: all 0.5s;
} */

#news-slider .item:hover .item a:hover {
  color: #f84242;
  transition: all 0.5s;
}

.owl-item .item {
  transform: translate3d(
    0,
    0,
    0
  ); /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
  transform: scale(0.9);
  transition: all 0.25s ease-in-out;
  /* margin: 50px 0; OVERWRITE PLUGIN MARGIN */
}

.owl-item .item {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.owl-item.center .item {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*********************************** 
          FOOTER SECTION
  ***********************************/

footer {
  background-color: #0f2b2d;
  padding: 30px 0;
  background-image: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

footer #top-menu .logo img {
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
}

ul.primary-menu {
  text-align: center;
}
#top-menu li.links a {
  text-transform: uppercase;
}
#top-menu li.links a,
#middle-menu li.links a,
#bottom-menu li.links a {
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.5s;
}

#top-menu li.links a:hover,
#middle-menu li.links a:hover,
#bottom-menu li.links a:hover {
  color: #00adbb;
  transition: all 0.5s;
  transform: translateY(-2px);
}

#middle-menu li,
#bottom-menu li {
  margin-bottom: 15px;
}

#middle-menu li:last-child {
  margin-bottom: 40px;
}

#top-menu {
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}

#middle-menu {
  border-bottom: 1px solid #fff;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}

.menu-wraper h4 {
  font-size: 25px;
  color: #00adbb;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.social-links li a {
  background-color: #eff3f3;
  color: #0f2b2d;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.social-links li a:hover {
  color: #fff;
  transition: all 0.5s;
  transform: translateY(-2px);
  background-color: #00adbb;
}

.social-links {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

li.links {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

li.links i {
  font-size: 10px;
}

.footer-address p {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
}

.copyright p {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
}

#bottom-menu {
  padding-top: 40px;
}

/*********************************** 
              MAIN NAV 2
  ***********************************/

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 3px;
  position: absolute;
  background: #00adbb;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}
.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}
.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}
header {
  background-color: #f2f5f5f7;
  border-bottom: 2px solid var(--light-blue);
  backdrop-filter: blur(10px);
}

.nav-logo {
  max-width: 45%;
}

.language-option ul {
  display: flex;
  padding-bottom: 0;
  margin-bottom: 0;
}

.language-option ul a li {
  background-color: #e6fdff;
  padding: 10px 20px;
  color: #000;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  font-size: 13px;
  border-right: 1px solid #bfe7ea;
}

.language-option ul a li:hover {
  background-color: #bfe6ea;
  transition: all 0.5s ease-in-out;
}

.language-option ul a.active li {
  background-color: #bfe7ea;
  padding: 10px 20px;
}

.language-option {
  display: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  color: var(--dark-green);
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}
.nav-icon {
  width: 20px;
  display: none;
}

.navbar-toggler .toggler-holder a {
  display: flex;
  font-size: 13px;
  background-color: #f84242;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 15px;
  padding: 0 12px;
  align-items: center;
  width: 50%;
}

.toggler-holder {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.language-option-mobile ul a li {
  background-color: #e6fdff;
  padding: 10px 15px;
  color: #000;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  font-size: 13px;
  border-right: 1px solid #bfe7ea;
}
.language-option-mobile ul a.active li {
  background-color: #bfe7ea;
  padding: 10px 15px;
}

.language-option-mobile ul {
  display: flex;
  padding-bottom: 0;
  margin-bottom: 0;
  justify-content: flex-end;
}
.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.top-menu .nav-btn {
  display: none;
}

.dropdown-menu[data-bs-popper] {
  margin-top: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
}

.dropdown-menu a {
  padding-right: 0;
  padding-left: 15px;
  color: var(--dark-green);
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}
.nav-link {
  padding: 10px 0rem;
}
.dropdown-item {
  padding: 5px 0;
}

/***************************** 
        Custom Cursor
*****************************/

.cursor {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #00adbb;
  /* border: 1px solid #00adbb; */
  opacity: 0.3;
  transition: all 300ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  /* transform: translate(calc(-50% + 15px), -50%); */
  transform: translate(-50%, -50%);
  z-index: 9999999;
  /* transition: width 0.3s, height 0.3s, opacity 0.3s; */
  display: none;
}

.hover {
  background-color: red;
  opacity: 0.5;
  border: none;
  width: 40px;
  height: 40px;
}

/***************************** 
        Pre Loader
*****************************/

.container-loader {
  top: 0;
  left: 0;
  z-index: 999999999;
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
}
.loader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #bfe7ea;
  width: 100%;
  height: 100%;
  padding: 0 5vw;
}
.container-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-center;
  height: 10%;
  width: 100%;
  z-index: 50;
}

#percent {
  color: var(--dark-green);
  margin: 30px 0 0 0;
  font-size: 15px;
}
#bar {
  width: 60%;
  width: 0%;
  padding: 1px 0px;
  background-color: var(--dark-green);
}

/***************************** 
        Smooth Scroll
*****************************/

html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
#inner_banner_gradient_overlap.home_gredient_overlap {
  margin-top: 0px;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(0, 79, 85, 1) 20%,
    rgb(255 255 255 / 0%) 50%
  );
}
.benifit-card-home {
  z-index: 10;
  position: relative;
}
.benifit-card-home .benifit-card-content {
  color: #fff;
}
#inner_banner_gradient_overlap.home_gredient_overlap.home_gredient_overlap_two {
  background: linear-gradient(90deg, #ddb543 20%, rgb(255 255 255 / 0%) 50%);
}
#inner_banner_gradient_overlap.home_gredient_overlap.home_gredient_overlap_three {
  background: linear-gradient(90deg, #5e6591 20%, rgb(255 255 255 / 0%) 50%);
}