/**
* Template Name: MyResume
* Updated: Jan 29 2024 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/free-html-bootstrap-template-my-resume/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #272829;
}

a {
  color: #45505b;
  text-decoration: none;
}

a:hover {
  /* color: #ffffff; */
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 1069;
  background: #45505b;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #0678e3;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #45505b;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9997;
  /* transition: all 0.5s; */
  padding: 15px;
  overflow-y: auto;
  visibility: hidden;
}

@media (max-width: 991px) {
  #header {
    width: 300px;
    background: #ffffff;
    border-right: 1px solid #e6e9ec;
    left: -300px;
    visibility: visible;
  }
}

@media (min-width: 991px) {
  #main {
    /* margin-left: 100px; */
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.nav-menu {
  padding: 0;
  display: block;
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a,
.nav-menu a:focus {
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 0px;
  margin-bottom: 8px;
  font-size: 15px;
  border-radius: 50px;
  background: #121c20;
  height: 56px;
  width: 100%;
  overflow: hidden;
}
.menu-img {
  width: 57px;
}
.menu-home a {
  display: flex;
  margin: 10px;
  background: #121c20;
  color: #f6be48;
}
.menu-home {
  display: flex;
  justify-content: flex-start;
}

/*.menu-home a:hover{*/
/*  width: 20% !important;*/
/*  color: #fff;*/
/*}*/
.kodiviyan {
  border-radius: 50%;
  width: 35px;

  margin-right: 30px;
}
.path-creator {
  border-radius: 50%;
  width: 57px;
}
.abz {
  width: 31px;
}
.nav-icon {
  padding: 10px 18px !important;
}
.nav-menu a i,
.nav-menu a:focus i {
  font-size: 20px;
  color: #f6be41;
  /* background-color: #121c20; */
}

.nav-menu a span,
.nav-menu a:focus span {
  padding: 0 5px 0 7px;
  color: #f6be48;
}

@media (min-width: 992px) {
  .nav-menu a,
  .nav-menu a:focus {
    width: 56px;
  }

  .nav-menu a span,
  .nav-menu a:focus span {
    display: none;
    color: #fff;
  }
}

.nav-menu a:hover,
.nav-menu .active,
.nav-menu .active:focus,
.nav-menu li:hover > a {
  color: #f6be48;
  background: #121c20;
}

.nav-menu a:hover span,
.nav-menu .active span,
.nav-menu .active:focus span,
.nav-menu li:hover > a span {
  color: #f6be48;
}

.nav-menu a:hover,
.nav-menu li:hover > a {
  width: 100%;
  color: #f6be48;
}

.nav-menu a:hover span,
.nav-menu li:hover > a span {
  display: block;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  position: absolute;
  right: 34px;
  top: 10px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 28px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 0;
  cursor: pointer;
  border-radius: 50px;
  padding: 5px;
  color: #d8a33c;
}

.mobile-nav-toggle i {
  color: #45505b;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active #header {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle {
  color: #fff;
  background-color: #45505b;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

@media (min-width: 992px) {
  #hero {
    /* padding-left: 160px; */
  }
  #hero h1 {
    margin-top: 102px;
    font-size: 54px;
    line-height: 33px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    top: -70px;
    font-family: "FontAwesome";
    letter-spacing: 9px;
  }
}

#hero:before {
  content: "";
  background: url("assets/img/gif_banners/03.svg") no-repeat center center;
  background-size: cover;
  /* background: linear-gradient(to bottom, #c5c099, #595951); */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

/* #hero h1 {
  margin: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  color: #ffffff;
} */

#hero p {
  color: #ccf5ff;
  margin: 15px 0 0 0;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
}
hr {
  border: 0;
  clear: both;
  display: block;
  margin: 0.4rem auto;
  text-align: center;
  /* width: 100%; */
}

/* -- Animated hr -- */

.progress {
  background: rgb(253, 253, 253);
  height: 2px;
  overflow: hidden;
  position: relative;
  width: 100px;
}

/* .progress::before {
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #e1c14e;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 80px;
} */

@keyframes progress {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(1440px);
  }
}

#hero p span {
  color: #f6be48;
  letter-spacing: 1px;
}

#hero .social-links {
  margin-top: 30px;
}

#hero .social-links a {
  font-size: 24px;
  display: inline-block;
  color: #457885;
  line-height: 1;
  margin-right: 20px;
  transition: 0.3s;
}

#hero .social-links a:hover {
  color: #45505b;
}

@media (max-width: 992px) {
  #hero {
    width: 100%;
    height: 100%;
    /* background: url("../img/2151614995.jpg") top right no-repeat; */
    background-size: cover;
    position: relative;
    top: -101px;
  }

  #hero h1 {
    /* margin-top: 94px; */
    font-size: 33px;
    line-height: 39px;
    font-weight: 700;
    color: #ffffff;
    font-family: "FontAwesome";
    letter-spacing: 9px;
  }

  #hero p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 10px 10px 40px 10px;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding-bottom: 8px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #45505b;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #45505b;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 900;
  font-size: 35px;
  color: #18282e;
  text-align: center;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.about .content ul strong {
  margin-right: 10px;
}

.about .content ul i {
  font-size: 16px;
  margin-right: 5px;
  color: #45505b;
  line-height: 0;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
.facts .count-box {
  padding: 30px 30px 25px 30px;
  margin-top: 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}

.facts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #45505b;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

.facts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #011426;
}

.facts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Akills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #45505b;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #f2f3f5;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #45505b;
}

/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #45505b;
}

.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #45505b;
  position: relative;
}

.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #45505b;
  margin-bottom: 10px;
}

.resume .resume-item h5 {
  font-size: 16px;
  background: #f7f8f9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.resume .resume-item ul {
  padding-left: 20px;
}

.resume .resume-item ul li {
  padding-bottom: 10px;
}

.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #45505b;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #272829;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #45505b;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(69, 80, 91, 0.8);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  border: 7px solid #d9a943;
  /* opacity: 0; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #d7dce1;
  border-left: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #d7dce1;
  border-right: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #45505b;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #45505b;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #45505b;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #148af9;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* opacity: 1; */
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #45505b;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #45505b;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(69, 80, 91, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  border-radius: 10px;
  text-align: center;
  padding: 23px 20px 23px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
  margin: 10px;
  border: 2px solid #00000063;
  /* height: 324px; */
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #121c20;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #45505b;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08),
    0px 10px 50px 0 rgba(0, 0, 0, 0.58);
}

.services .iconbox-blue i {
  color: #f6be48;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #f6be48;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #90c8fc;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #45505b;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #45505b;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #45505b;
  float: left;
  width: 44px;
  height: 44px;
  background: #eef7ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 0px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #45505b;
}

.contact .info p {
  padding: 0 0 0 0px;
  margin-bottom: 0;
  font-size: 14px;
  color: #728394;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #121c20;
  color: #f6be48;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #198754;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  /* content: ""; */
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input[type="text"],
.contact .php-email-form input[type="email"] {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #45505b;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #0678e3;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #f7f8f9;
  color: #45505b;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 0px 0;
}

#footer .social-links {
  margin: 10px 0 16px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #45505b00;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 2px solid #ffc107;
}

#footer .social-links a:hover {
  background: #f8f9fa;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}

.underline-text {
  position: relative;
  display: inline-block;
  top: -15px;
}

.underline-text::after {
  content: "";
  position: absolute;
  bottom: -2px; /* Adjust as needed to control the distance from text */
  left: 0;
  width: 100%;
  height: 2px; /* Thickness of the underline */
  background-color: #66a5bb; /* Unique color for the underline */
}
@media only screen and (max-width: 320px) {
  .sociallinks {
    padding-top: 65px;
  }
  .nav_icon {
    padding: 3px 2px !important;
  }
  .nav_bar {
    background-color: #111b1f;
    flex-wrap: inherit;
  }
  .nav-link {
    font-size: 15px;
    font-weight: 600;
  }
}

/* Large devices (laptops/desktops, 1025px and up) */
@media only screen and (min-width: 1025px) {
  /* CSS styles specific for large devices */

  .navbar-brand {
    /* padding-left: 4rem !important; */
  }
  .nav-link {
    font-size: 15px;
    font-weight: 600;
  }
}
.carousel-control-prev-text {
  position: relative;
  left: -30px;
  top: -183px;
  border: none;
  background-color: transparent;
  /* color: brown; */
}
.carousel-control-next-text {
  position: relative;
  right: -1235px;
  top: -183px;
  border: none;
  background-color: transparent;
  /* color: brown; */
}
@media only screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 1rem !important;
    margin-right: 9px;
  }
  .sociallinks {
    position: relative;
    top: -1px;
  }
  .how-bor1 {
    max-width: 20rem;
    max-height: 16rem;
    /* border: .5rem solid rgba(255, 255, 255, .2); */
    border-radius: 6%;
    margin-top: 5px;
    margin-left: 78px;
    border-radius: 50%;
    box-shadow: 1px 1px #ecc93b, 2px 2px #ecc93b, 3px 3px #ecc93b,
      4px 4px #ecc93b, 5px 5px #ecc93b, 6px 6px #ecc93b, -6px -6px #66a5bb;
  }
  .how-bor1:hover {
    box-shadow: 1px 1px #ecc93b, 2px 2px #ecc93b, 3px 3px #ecc93b,
      4px 4px #ecc93b, 5px 5px #ecc93b, 19px 19px #ecc93b, -19px -19px #66a5bb;

    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
    transition: 0.5s ease-in;
  }
  .underline-text {
    position: relative;
    display: inline-block;
    justify-content: center;
  }
  .carousel-control-prev-text {
    position: relative;
    left: 82px;
    top: 5px;
    border: none;
    background-color: transparent;
    /* color: brown; */
  }
  .carousel-control-next-text {
    position: relative;
    right: -211px;
    top: 5px;
    border: none;
    background-color: transparent;
    /* color: brown; */
  }
  .sociallinks {
    padding-top: 65px;
  }
  .nav_icon {
    padding: 4px 5px !important;
  }
  .nav_bar {
    background-color: #111b1f;
    flex-wrap: inherit;
  }
  .vision_mission {
    display: grid;
    justify-content: center;
  }
  .container .card .slide {
    width: 226px;
    height: 229px;
    transition: 0.5s;
  }
  #hero {
    width: 100%;
    height: 100%;
    /* background: url("../img/2151614995.jpg") top right no-repeat; */

    background-size: cover;
    position: relative;
    top: -101px;
  }
  .header_adj {
    position: relative;
    top: 54px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  /* Your CSS rules for laptop screens here */
  .how-bor1 {
    max-width: 37rem;
    max-height: 26rem;
    /* border: .5rem solid rgba(255, 255, 255, .2); */
    border-radius: 6%;
    margin-left: 139px;
    border-radius: 50%;
  }
  .nav-link {
    font-size: 15px;
    font-weight: 600;
  }
  .how-bor1 {
    max-width: 37rem;
    max-height: 26rem;
    /* border: .5rem solid rgba(255, 255, 255, .2); */
    border-radius: 6%;
    margin-left: -78px;
    border-radius: 50%;
    box-shadow: 1px 1px #ecc93b, 2px 2px #ecc93b, 3px 3px #ecc93b,
      4px 4px #ecc93b, 5px 5px #ecc93b, 6px 6px #ecc93b, -6px -6px #66a5bb;
  }
  .how-bor1:hover {
    box-shadow: 1px 1px #ecc93b, 2px 2px #ecc93b, 3px 3px #ecc93b,
      4px 4px #ecc93b, 5px 5px #ecc93b, 19px 19px #ecc93b, -19px -19px #66a5bb;

    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
    transition: 0.8s ease;
  }
  #hero {
    width: 100%;
    height: 700px;
    /* background: url("../img/2151614995.jpg") top right no-repeat; */
    background-size: cover;
    position: relative;
    top: -101px;
  }
  .header_adj {
    position: relative;
    top: 54px;
  }
}
@media (min-width: 1025px) {
  .how-bor1 {
    max-width: 37rem;
    max-height: 26rem;
    /* border: .5rem solid rgba(255, 255, 255, .2); */
    border-radius: 6%;
    margin-left: -85px;
    margin-top: 43px;
    border-radius: 50%;
    box-shadow: 1px 1px #ecc93b, 2px 2px #ecc93b, 3px 3px #ecc93b,
      4px 4px #ecc93b, 5px 5px #ecc93b, 6px 6px #ecc93b, -6px -6px #66a5bb;
  }
  .how-bor1:hover {
    box-shadow: 1px 1px #ecc93b, 2px 2px #ecc93b, 3px 3px #ecc93b,
      4px 4px #ecc93b, 5px 5px #ecc93b, 19px 19px #ecc93b, -19px -19px #66a5bb;

    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
    transition: 0.8s ease;
  }
  .next_page {
    width: 100%;
  }
  .vision_mission {
    display: flex;
    justify-content: center;
  }
  #hero {
    width: 100%;
    height: 800px;
    /* background: url("../img/gif_banners/03.svg") top right no-repeat; */
    /* background-size: cover; */
    /* position: relative; */
    top: -101px;
    left: -1px;
  }
  .header_adj {
    position: relative;
    top: 54px;
  }
}
.container .card .icon {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 139%;

  background: #d8a33c;
  border-radius: 16px;
}

.container .card .icon .fa {
  position: absolute;

  top: 42%;

  left: 50%;

  transform: translate(-50%, -50%);

  font-size: 80px;

  color: #fff;
}

.container .card .slide {
  width: 300px;

  height: 229px;

  transition: 0.5s;
}

.container .card .slide.slide1 {
  position: relative;

  display: flex;

  justify-content: center;

  align-items: center;

  z-index: 1;

  transition: 0.7s;

  transform: translateY(100px);
  background-color: aliceblue;
  border-radius: 30px;
}

.container .card:hover .slide.slide1 {
  transform: translateY(0px);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.container .card .slide.slide2 {
  position: relative;

  display: flex;

  justify-content: center;

  align-items: center;

  padding: 20px;

  box-sizing: border-box;

  transition: 0.8s;

  transform: translateY(-100px);

  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  background-color: aliceblue;
  border-radius: 30px;
}

.container .card:hover .slide.slide2 {
  transform: translateY(0);
}

.container .card .slide.slide2::after {
  content: "";

  position: absolute;

  width: 30px;

  height: 4px;

  bottom: 15px;

  left: 50%;

  left: 50%;

  transform: translateX(-50%);

  /* background: #2c73df; */
}

.container .card .slide.slide2 .content p {
  margin: 0;

  padding: 0;

  text-align: center;

  color: #414141;
}

.container .card .slide.slide2 .content h3 {
  margin: 0 0 10px 0;

  padding: 0;

  font-size: 24px;

  text-align: center;

  color: #414141;
}
.gtco-testimonials {
  position: relative;
}
@media (max-width: 767px) {
  .nav-link {
    font-size: 15px;
    font-weight: 600;
  }
  .gtco-testimonials {
    margin-top: 20px;
  }
}
.gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  color: #ffffff;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
  letter-spacing: 2px;
  background-color: black;
  padding: 10px 5px;
}
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}
.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
}
.gtco-testimonials .card h5 {
  color: #01b0f8;
  font-size: 21px;
  line-height: 1.3;
}
.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
}

.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 24px;
}
.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  outline: 0;
}
.button-like {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  background-color: #ffc107;
  color: #0d0d0c;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
}
.button-like:hover {
  background-color: transparent;
  color: #fff;
  border: 2px solid #000;
}

.icon-box .text-start {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2em; /* Adjust line height as needed */
  max-height: 6.6em; /* Adjust based on line height and number of lines */
}
.icon-card {
  margin: 10px;
}

@media only screen and (max-width: 767px) {
  .menu-home a:hover {
    /* width: 20% !important; */
    color: #fff;
  }
  .nav-link img {
    width: 43%;
    height: auto;
    border-radius: 12%;
    /* padding: 1px 1px 1px 62px; */
    margin: 11px 1px 11px 1px;
    transition: opacity 0.3s ease;
  }
  .about {
    position: relative;
    z-index: 1000;
    top: -48px;
  }
  .listar-feature-item-excerpt {
    color: #252525;
    position: relative;
    top: 0;
    width: 100%;
    margin: 0px 0px 0px 46px;
    text-align: left;
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1020px) {
  .nav-link {
    font-size: 15px;
    font-weight: 600;
  }
  .menu-home a:hover {
    width: 100% !important;
    color: #fff;
  }
  .nav-link img {
    width: 94%;
    height: auto;
    border-radius: 10%;
    margin: 5px;
    padding: 9px;
    transition: opacity 0.3s ease;
  }
  .about {
    position: relative;
    z-index: 1000;
    top: -64px;
  }
  .listar-feature-item-excerpt {
    color: #252525;
    position: relative;
    top: 0;
    width: 100%;
    margin: 0px 0px 0px 46px;
    text-align: left;
    font-size: 15px;
  }
}

@media only screen and (min-width: 1022px) {
  .nav-link {
    font-size: 15px;
    font-weight: 600;
  }
  .menu-home a:hover {
    width: 20% !important;
    color: #fff;
  }
  .nav-link img {
    width: 100%;
    height: auto;
    border-radius: 12%;
    /* padding: 1px 1px 1px 62px; */
    margin: 3px;
    padding: 9px;
    transition: opacity 0.3s ease;
  }
  .about {
    position: relative;
    z-index: 1000;
    top: -69px;
  }
  .listar-feature-item-excerpt {
    /* color: #252525;
            position: relative;
            top: 0;
            width: 100%;
            margin: 0px 0px 0px 25px; */
    text-align: left;
    /* font-size: 15px; */
  }
}
@media only screen and (max-width: 768px) {
  .listar-feature-item-excerpt {
    color: #252525;
    position: relative;
    top: 0;
    width: 100%;
    margin: -2px 0px 0px 15px;
    text-align: left;
    font-size: 15px;
  }
}
/* @media only screen and (max-width: 1021px) {
  .listar-feature-item-excerpt {
      color: #252525;
      position: relative;
      top: 0;
      width: 100%;
      margin: 0px 0px 0px 167px;
      text-align: left;
      font-size: 15px;
  }
} */
.links-container {
  font-size: 17px;
  padding: 8px 18px;
}
.links-container a:hover {
  color: #f6be48 !important;
}
#counter {
  background-color: #c0b588;
  color: #ffb400;
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 100px 0;
}
#counter .count {
  padding: 50px 3px;
  background: #212529d6;
  color: #fff;
  text-align: center;
  margin: 9px;
  border-radius: 24px;
  height: 230px;
}

.count h4 {
  color: #c0b588;
  font-size: 16px;
  margin-top: 0;
}
#counter .count .fa {
  font-size: 40px;
  display: block;
  color: #ffffff;
}
#counter .count .fa- {
  font-size: 40px;
  display: block;
  color: #ffffff;
}
#counter .number {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}
/*  Pricing Section  */

#pricing {
  background: #f7f7f7;
}
.pricing-items {
  padding-top: 50px;
}
.pricing-item {
  background: #fff;
  position: relative;
  box-shadow: 0 0 9px 0 rgba(130, 121, 121, 0.2);
  padding: 50px 0px;
  border-top-right-radius: 2em;
  border-bottom-left-radius: 2em;
}
.pricing-item.active {
  top: -50px;
}
.price-list li {
  list-style: none;
  margin-bottom: 15px;
}

.price-list .price {
  font-size: 30px;
  font-weight: bold;
}
.pricing-item .ribbon {
  margin: -50px 0 20px;
  display: block;
  background-color: #ffb400;
  padding: 15px 0 2px;
  opacity: 0.8;
  border-top-right-radius: 2em;
}
.pricing-item:hover .ribbon {
  background-color: #ffb400;
  opacity: 1;
}
.pricing-item.active .ribbon {
  background-color: #ffb400;
  opacity: 1;
}
.pricing-item .ribbon p {
  color: #fff;
  font-size: 22px;
  margin: 0 0 10px;
  font-weight: 600;
}
.pricing-item.active .price-list li,
.pricing-item:hover .price-list li {
  color: #848181;
}
ul.price-list {
  margin-bottom: 30px;
  padding: 0;
}
.btn-price {
  display: inline-block;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 40px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px;
  border: 1px solid #848181;
  background-color: transparent;
  color: #848181;
}
.pricing-item:hover .btn-price,
.active .btn-price {
  border: 1px solid #ffb400;
  background-color: #ffb400;
  color: #fff;
}
.btn-price:focus {
  background-color: transparent;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .pricing-items {
    padding-top: 0;
  }
  .pricing-item.active {
    top: 20px;
    margin-bottom: 40px;
  }
}

.nav-link img:hover {
  opacity: 0.5;
}

.nav-text {
  display: inline-block;
  padding: 10px 20px;
  background-color: black; /* Button background color */
  color: white; /* Button text color */
  border-radius: 5px; /* Rounded corners for the button */
  font-weight: bold; /* Make text bold */
  transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
  margin-top: 10px; /* Space between image and text */
}

.nav-text:hover {
  background-color: gold; /* Hover background color */
  color: black; /* Hover text color */
}
/* 
#hero {
    position: relative;
    width: 100%;
    height: 100vh; 
    overflow: hidden;
} */

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1; /* Ensure video is in the background */
}

#background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Cover the entire section */
  transform: translate(-50%, -50%);
}

/* General styles */

@media only screen and (max-width: 767px) {
  .image-container .overlay {
    width: 50%;
    border-radius: 30%;
    position: absolute;
    top: -6px;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    height: 111%;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border: 2px solid white;
  }
  .image-container:hover img {
    opacity: 0.3;
  }
  .image-container:hover .overlay {
    opacity: 1;
  }
  .image-container {
    position: relative;
    display: inline-block;
  }

  .image-container img {
    display: block;

    transition: opacity 0.3s ease;
  }

  .overlay-text {
    color: #ffc107;
    font-size: 13px;
    text-align: center;
    padding: 5px;
    font-weight: 700;
  }
}

/* Styles for screens between 768px and 1020px */
@media only screen and (min-width: 768px) and (max-width: 1020px) {
  .image-container .overlay {
    width: 56%;
    border-radius: 30%;
    position: absolute;
    top: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    height: 93%;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border: 2px solid white;
  }
  .image-container:hover img {
    opacity: 0.3;
  }
  .image-container:hover .overlay {
    opacity: 1;
  }
  .image-container {
    position: relative;
    display: inline-block;
  }

  .image-container img {
    display: block;

    transition: opacity 0.3s ease;
  }

  .overlay-text {
    color: #ffc107;
    font-size: 13px;
    text-align: center;
    padding: 5px;
    font-weight: bolder;
  }
}

/* Styles for screens larger than 1020px */
@media only screen and (max-width: 1024px) {
  /* .image-container .overlay {
      left: -4px;
      width: 110%;
      border-radius: 50%;
      position: absolute;
      top: -5px;
      background-color: rgba(0, 0, 0, 0.5);
      display: flex;
      align-items: center;
      height: 100px;
      justify-content: center;
      opacity: 0;
      transition: opacity 0.3s ease;
  } */
}
.image-container:hover img {
  /* opacity: 0.3; */
}
.image-container:hover .overlay {
  opacity: 1;
}
.image-container {
  position: relative;
  display: inline-block;
}

.image-container img {
  display: block;

  transition: opacity 0.3s ease;
}

.overlay-text {
  color: #ffc107;
  font-size: 13px;
  text-align: center;
  padding: 5px;
  font-weight: 700;
}

@media only screen and (min-width: 1024px) and (max-width: 1080px) {
  .image-container .overlay {
    /* left: 31px; */
    width: 85%;
    border-radius: 30%;
    position: absolute;
    top: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    height: 94%;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border: 2px solid white;
  }
  .image-container:hover img {
    opacity: 0.3;
  }
  .image-container:hover .overlay {
    opacity: 1;
  }
  .image-container {
    position: relative;
    display: inline-block;
  }

  .image-container img {
    display: block;

    transition: opacity 0.3s ease;
  }

  .overlay-text {
    color: #ffc107;
    font-size: 13px;
    text-align: center;
    padding: 5px;
    font-weight: 700;
  }
}
@media only screen and (min-width: 1061px) and (max-width: 1366px) {
  .image-container .overlay {
    left: 37px;
    width: 55%;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    height: 87px;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .image-container:hover img {
    opacity: 0.3;
  }
  .image-container:hover .overlay {
    opacity: 1;
  }
  .image-container {
    position: relative;
    display: inline-block;
  }

  .image-container img {
    display: block;

    transition: opacity 0.3s ease;
  }

  .overlay-text {
    color: #ffc107;
    font-size: 13px;
    text-align: center;
    padding: 5px;
    font-weight: 700;
  }
}

@media only screen and (min-width: 1081px) and (max-width: 1160px) {
  .image-container .overlay {
    left: 36px;
    width: 55%;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    height: 89px;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .image-container:hover img {
    opacity: 0.3;
  }
  .image-container:hover .overlay {
    opacity: 1;
  }
  .image-container {
    position: relative;
    display: inline-block;
  }

  .image-container img {
    display: block;

    transition: opacity 0.3s ease;
  }

  .overlay-text {
    color: #ffc107;
    font-size: 13px;
    text-align: center;
    padding: 5px;
    font-weight: 700;
  }
}

/* Media query for desktop screens (1367px and up) */
@media only screen and (min-width: 1367px) {
  .image-container .overlay {
    /* left: 42px; */
    width: 91%;
    border-radius: 30%;
    position: absolute;
    top: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    height: 96%;
    justify-content: space-evenly;
    opacity: 0;
    transition: opacity 0.3s ease;
    border: 2px solid white;
  }
  .image-container:hover img {
    /* opacity: 0.3; */
  }
  .image-container:hover .overlay {
    opacity: 1;
  }
  .image-container {
    position: relative;
    display: inline-block;
  }

  .image-container img {
    display: block;

    transition: opacity 0.3s ease;
  }

  .overlay-text {
    color: #ffc107;
    font-size: 13px;
    text-align: center;
    padding: 5px;
    font-weight: 700;
  }
}

.container2 {
  position: relative;
  width: 300px;
  height: 300px;
}
.count {
  transition: transform 0.5s ease-in-out; /* Smooth transition for scaling */
}

.count:hover {
  transform: scale(1.1); /* Zoom effect on hover */
  z-index: 1000; /* Make sure it appears on top */
}

.fa,
.number,
h4 {
  transition: transform 0.5s ease-in-out; /* Smooth transition for scaling */
}

.count:hover .fa {
  transform: scale(1.3); /* Increase size of icon */
}

.count:hover .number {
  transform: scale(0.8); /* Decrease size of number */
}

.count:hover h4 {
  transform: scale(0.8); /* Decrease size of heading */
}
@media (max-width: 767px) {
  .image-container img {
    /* height: 150px; */
    object-fit: cover;
    width: 89%;
  }
}

.flip-card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  /* padding: 2rem; */
}

.flip-card {
  position: relative;
  width: 100%;
  max-width: 20rem;
  height: 20rem;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease; /* Smooth movement effect */
}

.flip-card-content {
  color: #343a40;
  text-align: center;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: background-color 0.3s ease; /* Smooth color transition */
  /* border: 2px solid #ffc107; */
}

.flip-card-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  font-size: 1.2rem;
}

.flip-card-list li {
  font-size: 13px;
  /* text-align: left; */
}

.flip-card:hover {
  transform: translateY(-4px); /* Move up by 2px on hover */
}

.flip-card:hover .flip-card-content {
  /* background-image: linear-gradient(to right bottom, #ffb400, #ffb400);  */
  color: #010000; /* Change text color on hover */
}

.flip-card-text {
  padding: 14px 6px;
  font-size: 15px;
  font-weight: 600;
}

.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block::after {
  clear: both;
  content: "";
  display: table;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08),
    0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #75ce66;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #ffffff;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content::after {
  clear: both;
  content: "";
  display: table;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: 0.8em 1em;
  background: #acb7c0;
  color: #ffffff;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: 0.8em 0;
  opacity: 0.7;
}
.cd-timeline-content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #ffffff;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more,
  .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #ffffff;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #ffffff;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  .nav-link {
    font-size: 17px;
    font-weight: 600;
  }
  /* inverse bounce effect on even content blocks */
  .cssanimations
    .cd-timeline-block:nth-child(even)
    .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.info-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.info-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  border-radius: 10px 10px 0 0;
}

.info-card.mission:before {
  background-color: #ff6b6b;
}

.info-card.vision:before {
  background-color: #4ecdc4;
}

.info-card .icon {
  font-size: 40px;
  margin-bottom: 15px;
  color: #4ecdc4;
}

.info-card.mission .icon {
  color: #ff6b6b;
}

.info-card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.info-card p {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  flex-grow: 1; /* Makes the paragraph take up the remaining space */
}

@media (min-width: 992px) {
  .info-card {
    margin-bottom: 0;
  }
}

/* Equal height columns in a flex container */
.row.equal-height {
  display: flex;
  flex-wrap: wrap;
}

.listar-feature-item-wrapper {
  margin-bottom: 120px;
  padding-left: 27px;
  padding-right: 27px;
}

.listar-feature-item {
  height: calc(100% - 20px);
}

.listar-feature-item.listar-feature-has-link
  ~ .listar-feature-fix-bottom-padding.listar-fix-feature-arrow-button-height {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
}

/* .listar-feature-item a {
position: absolute;
top: -12px;
left: 15px;
width: calc(100% - 30px);
height: calc(100% + 4px);
border-radius: 1000px;
z-index: 10;
} */

.listar-feature-with-image .listar-feature-item a:before {
  content: "";
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -74px;
  width: 148px;
  height: 148px;
  border-radius: 1000px;
  z-index: 10;
}

.listar-feature-item a:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  z-index: 10;
  /* animation: ripple 0.7s linear infinite; */
  /* box-shadow: 5px 5px 10px rgba(163, 177, 198, 0.6), */
  /* -5px -5px 10px rgba(255, 255, 255, 0.5); */
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(163, 177, 198, 0.3),
      0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03),
      0 0 0 5em rgba(163, 177, 198, 0.01);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(163, 177, 198, 0.3),
      0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.03),
      0 0 0 8em rgba(163, 177, 198, 0.01);
  }
}

.listar-feature-item .listar-feature-item-inner {
  padding: 50px 30px;
  border-radius: 6px;
  z-index: 5;
  position: relative;
  height: 100%;
}

.listar-feature-item .listar-feature-item-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.listar-feature-item .listar-feature-item-inner:before {
  border: 0;
  box-shadow: 120px 0px 150px rgba(80, 80, 80, 0.15),
    10px 0px 10px rgba(80, 80, 80, 0.02);
  border-radius: 1000px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(40%, rgba(255, 255, 255, 0)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=1);
}

.listar-feature-item .listar-feature-item-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.listar-feature-right-border {
  position: absolute;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  top: -12px;
  left: 50%;
  overflow: hidden;
}

.listar-feature-items {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.listar-feature-right-border:before,
.listar-hovering-features
  .listar-feature-item
  a:hover
  ~ .listar-feature-item-inner
  .listar-feature-right-border:before {
  border: 11px solid #2f53bf;
}

.listar-feature-right-border:before,
.listar-hovering-features
  .listar-feature-item
  a:hover
  ~ .listar-feature-item-inner
  .listar-feature-right-border:before,
.listar-hovering-features-grey
  .listar-feature-item
  a:hover
  ~ .listar-feature-item-inner
  .listar-feature-right-border:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 11px solid #d69e09;
  border-radius: 800px;
  left: -50%;
}

.listar-feature-item .listar-feature-block-content-wrapper {
  position: relative;
  display: block;
  text-decoration: none;
  margin: -30px;
  padding: 1px;
  height: calc(100% + 100px);
  /* background: blanchedalmond; */

  border-bottom-right-radius: 189px;
  border-top-right-radius: 133px;
}

.listar-features-design-2 .listar-feature-item-wrapper {
  margin-bottom: 120px;
  padding-left: 27px;
  padding-right: 27px;
}

.listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
  content: "";
  background-color: #fff;
  z-index: 6;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
}

.listar-feature-icon-wrapper {
  width: 148px;
  height: 148px;
  line-height: 148px;
  border-radius: 500px;
  position: relative;
  background-color: #fff;
  box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.06);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 50%;
  vertical-align: middle;
  margin-left: -74px;
  top: -66px;
  margin-top: -74px;
}

.listar-feature-icon-inner {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 500px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.14);
  background: #fff;
}

.listar-feature-icon-inner div {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: left;
}

.listar-feature-icon-inner img {
  position: relative;
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  height: 55px;
}

.listar-feature-item img,
.listar-feature-item i {
  position: relative;
  display: inline-block;
  border-bottom: 0;
  font-size: 40px;
  top: 0;
  padding: 0;
  color: #258bd5;
}

.listar-feature-with-image .listar-feature-content-wrapper {
  top: 0;
}
.listar-feature-content-wrapper {
  position: relative;
  margin-top: -15.5px;
}

.listar-feature-item .listar-feature-item-title {
  padding-top: 0;
  margin: 0 0 23px 3px;
  text-align: left;
  line-height: 1.5;
}
.listar-feature-item
  .listar-feature-item-title.listar-feature-counter-added
  > span {
  margin-left: 25px;
  border-radius: 50px 50px 50px 50px;
}

.listar-feature-item .listar-feature-item-title > span {
  box-shadow: 15px 20px 30px rgba(80, 80, 80, 0.12),
    5px 0px 40px rgba(80, 80, 80, 0.1);
  padding: 10px 20px;
  display: inline-block;
  position: relative;
  background-color: #fff;
}

.listar-feature-item .listar-feature-item-title > span span {
  box-shadow: 15px 15px 30px rgba(80, 80, 80, 0.2),
    5px 0px 80px rgba(80, 80, 80, 0.15);
  padding: 10px 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 30px;
  white-space: nowrap;
  position: absolute;
  top: -3px;
  left: -40px;
  border-radius: 50px;
  background-color: #fff;
}

.listar-feature-item .listar-feature-item-title span {
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
  text-shadow: none;
  border-radius: 50px;
  color: #d69e09;
  font-size: 14px;
  background: #0e0e0d;
}

.listar-feature-item-excerpt {
  padding: 0 20px;
}

.pset {
  padding-top: 80px;
  /* padding-bottom: 80px; */
}

.listar-map-button-text span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  height: 44px;
  line-height: 1.6;
  padding: 10px 25px;
  box-shadow: 0 0 31px rgba(0, 0, 0, 0.65), 0 0 4px rgba(0, 0, 0, 0.06);
  border-radius: 50px;
  background-color: rgba(35, 40, 45, 0.9);
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.listar-map-button-text span {
  background-color: #fff;
  color: #252525;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.listar-map-button-text span:after {
  border: 12px solid #fff;
}

.listar-map-button-text span:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  width: calc(100% + 28px);
  height: calc(100% + 28px);
  border-radius: 36px;
}

.listar-map-button:hover .listar-map-button-text span {
  padding: 10px 43px 10px 51px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.listar-feature-with-image .listar-feature-item a:before {
  content: "";
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -74px;
  width: 148px;
  height: 148px;
  border-radius: 1000px;
  z-index: 10;
}

.listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  box-shadow: 10px 10px 40px rgba(80, 80, 80, 0.15),
    15px 15px 30px rgba(80, 80, 80, 0.05), 0 0 120px rgba(80, 80, 80, 0.6);
  bottom: -30px;
  background-image: url("https://image.flaticon.com/icons/svg/2316/2316674.svg");
  background-size: 40%;
  color: #555;
  line-height: 52px;
}

.navbar1-hide {
  transform: translateY(-100%);
  transition: transform 0.3s ease-out;
}

.navbar1-show {
  transform: translateY(0);
  transition: transform 0.3s ease-in;
}
.listar-feature-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.listar-feature-item-excerpt p {
  position: relative;
  padding-left: 16px; /* Adjust space for the icon */
}

.listar-feature-item-excerpt p::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #978a55;
  font-size: 20px;
}
@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 25));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 25));
  }
}
.slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: auto;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before,
.slider::after {
  /* background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); */
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
/* .slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
} */
.slider .slide-track {
  -webkit-animation: scroll 60s linear infinite;
  animation: scroll 60s linear infinite;
  display: flex;
  width: calc(250px * 14);
  height: 500px;
}
.slider .slide {
  height: 100px;
  width: 250px;
  margin: 98px;
}
