html, body{
  overflow-x: hidden;
  scroll-behavior: smooth;
}
    
body{
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  white-space: normal;
}
    
p {
  font-size: 18px;
}
  
/* back to top start */
#myBtn {
  display: none; 
  position: fixed; 
  bottom: 20px; 
  right: 30px; 
  z-index: 99; 
  border: none; 
  outline: none; 
  background-color: #ff9900; 
  color: white; 
  cursor: pointer; 
  padding: 15px; 
  width: 40px;
  height: 40px;
  border-radius: 100px; 
  font-size: 10px;
  transition: all 0.4s;
}
      
#myBtn:hover {
  background-color: #18d26e; 
}
/* back to top end */

/*Preloader start*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #ffffff;
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: #ffc107;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
0% {
  transform: rotate(0deg);
}

100% {
  transform: rotate(360deg);
}
}
/*Preloader start*/

/* The scroll-indicator start*/
.scroll-indicator{
  width: 100%;
  height: 4px;
  background: #ccc;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
/* The scroll-bar (scroll indicator) */
.scroll-bar{
  height: 4px;
  background: #18d26e;
  width: 0%;
  transition: width 0.3s ease;
}
/* The scroll-indicator end*/
    
/* on screen whatsapp icon start */
.whatsapp-icon {
  position: fixed;
  top: 94%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999;
}
    
.whatsapp-icon a {
  display: block;
  text-align: center;
  padding: 5px;
  transition: all 0.3s ease;
  color: white;
}
    
.whatsapp-icon .on-screen-whatsapp:hover {
  text-decoration: none;
}
    
.whatsapp-icon .on-screen-whatsapp {
  background-color: #009900;
  color: #ffffff;
  margin-left: 5px;
  border-radius: 50%;
  width: 1.3em;
  height: 1.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 1.6em;
  color: #ffffff;
}
    
.whatsapp-icon .on-screen-whatsapp::before,
.whatsapp-icon .on-screen-whatsapp::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #009900;
  border-radius: 50%;
  z-index: -1;
  opacity: .7;
}
    
.whatsapp-icon .on-screen-whatsapp::before {
  animation: pulse 2s ease-in-out infinite;
}
    
.whatsapp-icon .on-screen-whatsapp::after {
  animation: pulse 2s 1s ease-in-out infinite;
}
    
@keyframes pulse {
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
/* on screen whatsapp icon end */

/* Secondary Menu Start */
.secondary-menu {
  background: #000000;
  font-size: 15px;
  height: 40px;
  padding: 0;
  z-index: 996;
  transition: all 0.5s;
  }
  
.contact-info a{
  line-height: 0;
  color: #ffffff;
  transition: 0.3s;
}
  
.contact-info a:hover{
  color: #18d26e;
  text-decoration: none;
}
  
.contact-info i {
  color: #18d26e;
  line-height: 0;
  margin-right: 5px;
}
  
.contact-info .phone-icon {
  margin-left: 15px;
}
  
.social-icons a {
  color: #ffffff;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}
  
.social-icons a:hover {
  color: #18d26e;
}
  
/*topbar small phone screen display start*/
@media only screen
and (min-device-width: 353px)
and (max-device-height: 745px)
and (-webkit-min-device-pixel-ratio: 2) {
  .secondary-menu{
    font-size: 13px;
  }
}
  
@media only screen
and (min-device-width: 320px)
and (max-device-height: 658px)
and (-webkit-min-device-pixel-ratio: 2) {
  .secondary-menu{
    font-size: 13px;
  }
}
/*hide secondary menu on scroll start*/
.fixed-top-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
  
.hidden-secondary-menu {
  display: none;
}
/*hide secondary menu on scroll end*/
  
/*secondary menu end*/

/* Navigation-bar Start*/
#header {
  top: 30px;
  height: 70px;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: rgba(26, 24, 22, 0.85);
}
  
#header.header-transparent {
  background: transparent;
}
  
.bgcolor.scrolled{
  background: rgba(0, 0, 0, 0.8);
  transition: ease-in-out 0.5s;
}
  
.navbar {
  padding: 4px 0;
}

.navbar .navbar-brand {
  font-size: 20px;
  margin-left: 10px;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #18d26e;
  color: #ff9900;
}

.navbar .navbar-brand:hover {
  color: #18d26e;
}
  
@media (max-width: 768px) {
  .navbar-brand{
    padding-left: 12px;
  }
}
  
.navbar-nav .nav-link {
  padding: 10px 20px;
  color: #ffffff !important;
  transition: color 0.3s;
}

.navbar-nav a {
  font-size: 18px;
  text-transform: uppercase;
}
  
.navbar-nav .active a {
  color: #18d26e !important; 
}
  
.navbar-nav .nav-link:hover {
  color: #18d26e !important;
}
  
.navbar .nav-item {
  word-spacing: 5px;
}
  
/*navbar toggler icon start*/
.navbar-toggler {
  display: inline-block;
  cursor: pointer;
}
  
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus{
  outline: none;
  box-shadow: none;
  border: 0;
}
  
.bar1, .bar3 {
  width: 28px;
  height: 3px;
  background-color: #ffffff;
  margin: 6px 0;
  transition: 0.4s;
}
  
.bar2 {
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  margin: 6px 0;
  transition: 0.4s;
}
  
@media (max-width: 768px) {
  .navbar-collapse {
    background-color: #161616 !important;
    border-radius: 5px;
  }
}
  
/* Rotate first bar */
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
  transform: rotate(-45deg) translate(-9px, 6px) ;
}
  
/* Fade out the second bar */
.change .bar2 {
  opacity: 0;
}
  
/* Rotate last bar */
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
  transform: rotate(45deg) translate(-8px, -8px) ;
}
/*navbar toggler icon end*/
  
/* Navigation-bar end*/

/* starter banner start */
.banner .carousel-item::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
  
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 13rem;
  z-index: 10;
}
  
@media (max-width: 768px) {
  .carousel-caption {
    top: 140px;
  }
}
  
@media only screen
  and (min-device-width: 320px)
  and (max-device-height: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
  .carousel-caption{
    top: 40px;
  }
}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 100vh;
  background-color: #777;
}
  
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100vh;
}
  
.carousel-inner .btn{
  border: none;
  border-radius: 12px;
}
  
.carousel-inner .btn:hover{
  background-color: #ff9900;
}
  
.carousel-indicators li {
  background-color: transparent !important;
  border: 2px solid #ff9900 !important;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  opacity: 0.5;
  bottom: 30px;
}
  
.carousel-indicators .active {
  background-color: #ff9900 !important;
  opacity: 1;
}
  
.carousel-control-prev,
.carousel-control-next {
  background-color: #ff9900;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
  
.carousel-control-prev {
  left: 20px;
}
  
.carousel-control-next {
  right: 20px;
}
  
.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: #ff9900;
  opacity: 1;
}
  
.carousel-control-prev-icon,
.carousel-control-prev-icon {
  background-color: fff;
}
/* starter banner end */

  /*starter banner/ breadcrumb start*/
.breadcrumb-header{
  min-height: 60vh;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
}

.breadcrumb-header .content{
  margin-top: 120px;
}

.breadcrumb-header ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background: none;
}

.breadcrumb-header h4{
  color: #ffffff;
  text-align: center;
} 

.breadcrumb-hr{
  border-top: 2px solid #ff9900;
  width: 35px;
} 

.breadcrumb-header ul.breadcrumb li {
  display: inline;
  font-size: 17px;
  color: #cccccc;
}

.breadcrumb-header ul.breadcrumb li+li:before {
  padding: 8px;
  content: "/\00a0";
}

.breadcrumb-header ul.breadcrumb li a {
  color: #ffffff;
  text-decoration: none;
}

.breadcrumb-header ul.breadcrumb li a:hover {
  color: #18d26e;
  text-decoration: none;
}
/*starter banner/ breadcrimb end*/

/* Sections Header start*/
.section-header h4 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h4::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #18d26e;
  bottom: 0;
  left: calc(50% - 20px);
}

/*Section Header end*/


/*about start*/
.about {
  min-height: 60vh;
  background-color:  #fff;
  color: #000000;
  padding-top: 100px;
}

.about .container .row {
  padding-top: 15px;
}
  
.about .container .btn {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.896);
}
  
.about .container .btn:hover{
  background-color: #ff9900;
}
  
/*about end*/
  
/************** about page start ****************/

/*objectives start*/
.objectives {
  padding-bottom: 2rem;
}
  
.objectives .objectives-item {
  background-color: #fff;
  padding: 40px;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.5);
  height: 100%;
  border-radius: 10px;
}
  
.objectives .objectives-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 50px;
}
  
.objectives .objectives-item .icon i {
  color: #000000;
  font-size: 56px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}
  
.objectives .objectives-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #f0dcbf;
  border-radius: 50px;
  z-index: 1;
  top: 10px;
  right: -20px;
  transition: 0.3s;
}
  
.objectives .objectives-item h3 {
  color: #000000;
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #f0dcbf;
  transition: 0.3s;
}
  
.objectives .objectives-item p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}
  
.objectives .objectives-item:hover .icon i {
  color: #000000;
}
  
.objectives .objectives-item:hover .icon:before {
  background: #ff9900;
}
  
.objectives .objectives-item:hover h3 {
  border-color: #ff9900;
  color: #000000;
}
/*objectives end*/

/*our values start*/
.o-values {
  min-height: 50vh;
  background-color:  #ffffff;
  padding-bottom: 2rem;
}

.o-values .container .row {
  padding-top: 20px;
}
  
.o-values .icon-box {
  background-color: #fff;
  padding: 50px 40px;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  transition: all 0.3s ease-out 0s;
}
  
.o-values .icon-box i {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 0;
  transition: all 0.4s ease-out 0s;
  background-color: #f0dcbf;
  color: #ff9900;
}
  
.o-values .icon-box h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
  
.o-values .icon-box p {
  margin-bottom: 0;
}
  
.o-values .icon-box:hover i {
  background-color: #ff9900;
  color: #ffffff;
}
  
.o-values .icon-boxes .col-md-6:nth-child(2) .icon-box,
.o-values .icon-boxes .col-md-6:nth-child(4) .icon-box {
  margin-top: -40px;
}
  
@media (max-width: 768px) {
  
  .o-values .icon-boxes .col-md-6:nth-child(2) .icon-box,
  .o-values .icon-boxes .col-md-6:nth-child(4) .icon-box {
    margin-top: 0;
  }
}
/*our values end*/

/*team start
.team .member {
  background-color: #fff;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.5);
  text-align: center;
  border-radius: 15px;
  padding: 15px;
  overflow: hidden;
}
  
.team .member img {
  border-radius: 15px;
  overflow: hidden;
}
  
.team .member .member-content {
  padding: 0 20px 30px 20px;
}
  
.team .member h4 {
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 2px;
  font-size: 20px;
}
  
.team .member span {
  font-style: italic;
  display: block;
  font-size: 14px;
  color: #000000;
}
  
.team .member .social {
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
  
.team .member .social a {
  color: #000000;
  transition: 0.3s;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
}
  
.team .member .social a:hover {
  color: #18d26e;
  border-color: #18d26e;
}
  
.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
  
/*team end*/

/***************************** about page end *******************/


/*services start*/
.services {
  min-height: 60vh;
  background-color:  #fff;
  color: #000000;
  padding-top: 100px;
}

.services .container .row {
  padding-top: 15px;
}
  
.services .container .btn {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.896);
}
  
.services .container .btn:hover{
  background-color: #ff9900;
}
/*services end*/

/**************** services page start **************/
/*services start*/
.services {
  padding-top: 12px;
  padding-bottom: 16px;
}
  
.services .service-item {
  position: relative;
  padding-top: 10px;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.5);
  padding: 12px;
  border-radius: 12px;
  background-color: #ffffff;
}

.services .service-item:hover {
  background-color: #f4f4f4;
  transition: all 0.3s ease-out 0s;
}

.services .section-title {
  padding-top: 10px;
}

.services .service-item .title {
  color: #000000;
  font-weight: bold;
}

.services .service-item .point {
  font-weight: bold;
  color: #18d26e;
}
  
.services .service-item ul li {
  font-size: 17px;
}
 
/*services end*/

/*testimonials start*/
.testimonials {
  background-color: #f4f4f4;
  padding: 12px;
  min-height: 40vh;
}
  
.testimonials .info h3 {
  font-weight: 700;
  font-size: 32px;
}
  
.testimonials .swiper {
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  border-radius: 12px;
}
  
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}
  
.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 200px;
  position: relative;
  margin: 30px;
}
  
.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  border: 6px solid #ffc107;
  margin-right: 10px;
}
  
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}
  
.testimonials .testimonial-item h4 {
  color: #18d26e;
  font-size: 14px;
  margin: 0;
}
  
.testimonials .testimonial-item .stars {
  margin: 10px 0;
}
  
.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}
  
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #18d26e;
  font-size: 26px;
  line-height: 0;
}
  
.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;
  transform: scale(-1, -1);
}
  
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}
  
.testimonials .swiper-wrapper {
  height: auto;
  border-radius: 10px;
}
  
.testimonials .swiper-pagination {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
  
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #f0dcbf;
  opacity: 1;
  border: none;
}
  
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffc107;
}
  
@media (max-width: 767px) {
  
  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }
  
  .testimonials .testimonial-item {
    margin: 15px;
  }
}
/*testimonials end*/
/**************** services page end   **************/

/*-------Stats Section start----------*/
.stats {
  --default-color: #ffffff;
  --background-color: #000000;
  position: relative;
  padding: 120px 0;
}
  
.stats {
  padding: 80px 0;
  background: url("../img/counter/3.jpg") no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
  
.stats:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 40%);
  position: absolute;
  inset: 0;
  z-index: 2;
}
  
.stats .container {
  position: relative;
  z-index: 3;
}
  
.stats .stats-item {
  padding: 30px;
  width: 100%;
}
  
.stats .stats-item span {
  font-size: 48px;
  display: block;
  color: var(--default-color);
  font-weight: 700;
}
  
.stats .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--heading-font);
  font-size: 16px;
  font-weight: 700;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}
/*-------Stats Section end----------*/

/*why choose us start*/
.w-c-u {
  min-height: 60vh;
  background-color:  #fff;
  color: #000000;
  padding-top: 100px;
}

.w-c-u .container .row {
  padding-top: 20px;
}
  
.w-c-u .content h2 {
  font-weight: 700;
  padding: 10px 20px;
  background: #f0dcbf;
  color: #ff9900;
  border-radius: 7px;
  display: inline-block;
}

.w-c-u .content p:last-child {
  margin-bottom: 0;
}
  
.w-c-u .icon-box {
  background-color: #fff;
  padding: 50px 40px;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  transition: all 0.3s ease-out 0s;
}
  
.w-c-u .icon-box i {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 0;
  transition: all 0.4s ease-out 0s;
  background-color: #f0dcbf;
  color: #ff9900;
}
  
.w-c-u .icon-box h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
  
.w-c-u .icon-box p {
  margin-bottom: 0;
}
  
.w-c-u .icon-box:hover i {
  background-color: #ff9900;
  color: #ffffff;
}
  
.w-c-u .icon-boxes .col-md-6:nth-child(2) .icon-box,
.w-c-u .icon-boxes .col-md-6:nth-child(4) .icon-box {
  margin-top: -40px;
}
  
@media (max-width: 768px) {
  
  .w-c-u .icon-boxes .col-md-6:nth-child(2) .icon-box,
  .w-c-u .icon-boxes .col-md-6:nth-child(4) .icon-box {
    margin-top: 0;
  }
}
/*why choose us end*/

/*call to action start*/
.call-to-action {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/callToAction/1.jpg") center center;
  background-size: cover;
  padding: 60px 0;
}

.call-to-action h3 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
}

.call-to-action p {
  color: #ffffff;
}

.call-to-action .btn {
  font-family: "Nunito", sans-serif;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  margin-top: 10px;
  color: #fff;
  border: none;
}

.call-to-action .btn:hover {
  background: #ff9900;
}

@media (min-width: 1024px) {
  .call-to-action {
    background-attachment: fixed;
  }
}
/*call to action end*/

/*Frequently asked questions start*/
.faq {
padding-top: 20px;
padding-bottom: 20px;
}

.faq .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.faq .content p {
  font-size: 15px;
  color: #000000;
}

.faq .faq-container .faq-item {
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  border-radius: 10px;
}

.faq .faq-container .faq-item:last-child {
  margin-bottom: 0;
}

.faq .faq-container .faq-item h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 0 30px 0 0;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
}

.faq .faq-container .faq-item h3 .num {
  color: #ff9900;
  padding-right: 5px;
}

.faq .faq-container .faq-item h3:hover {
  color: #ff9900;
}

.faq .faq-container .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.faq .faq-container .faq-item .faq-content p {
  margin-bottom: 0;
  overflow: hidden;
}

.faq .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
}

.faq .faq-container .faq-item .faq-toggle:hover {
  color: #ff9900;
}

.faq .faq-container .faq-active h3 {
  color: #ff9900;
}

.faq .faq-container .faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  padding-top: 10px;
}

.faq .faq-container .faq-active .faq-toggle {
  transform: rotate(90deg);
  color: var(--accent-color);
}
/*Frequently asked questions end*/

/****************contact us page start*****************/
.contact .section-title {
  padding-top: 20px;
}

.contact .info-item {
  background: #e6e6e6;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.5);
  border-top: 2px solid #18d26e;
  border-bottom: 2px solid #18d26e;
}

.contact .info-item:hover {
  background: #f0dcbf;
  transition: all 0.5s;
}

.contact .con a {
  color: #000000;
  font-size: 14px;
}

.contact .con a:hover {
  text-decoration: none;
  color: #18d26e;
}

.contact .info-item i {
  font-size: 38px;
  line-height: 0;
  color: #ff9900;
}

.contact .info-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-item p {
  padding: 0;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}

.contact .social .bi {
  font-size: 20px;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 80px;
  transition: 0.4s;
  letter-spacing: 20px;
}

.contact .social .bi:hover {
  color: #18d26e;
  transform: scale(1.1);
  text-decoration: none;
}

.contact .social .bi {
  color: #000000;
}
/****************contact us page end*****************/

/* Footer Styles */
#footer {
  color: #eee;
  font-size: 14px;
  position: relative; /* Ensure positioning for the overlay */
  background: url('../img/footer/1.jpg') no-repeat center center; /* Background image */
  background-size: cover; /* Ensure the image covers the entire footer */
}

/* Overlay for background image */
#footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9); /* Overlay color and opacity */
  z-index: 1; /* Ensure the overlay is above the image but below the content */
}

/* Ensure footer content is above the overlay */
#footer .footer-top {
  position: relative; /* Ensure correct stacking context */
  z-index: 2; /* Ensure content is above the overlay */
  padding: 60px 0 30px 0;
}

/* Footer Info */
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #18d26e;
  color: #ff9900;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #eee;
}

/* Social Links */
#footer .footer-top .social-links {
  margin-top: 20px;
}

#footer .footer-top .social-links a {
  display: inline-flex;
  background: #333;
  color: #eee;
  line-height: 1;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  align-items: center;
  justify-content: center;
  position: relative; /* Ensure correct stacking */
  z-index: 10; /* Ensure social links are clickable */
}

#footer .footer-top .social-links a i {
  line-height: 0;
  font-size: 16px;
}

#footer .footer-top .social-links a:hover {
  background: #18d26e;
  color: #fff;
}

/* Footer Headers */
#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative; /* Ensure proper stacking */
  padding-bottom: 12px;
}

#footer .footer-top h4::before,
#footer .footer-top h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #555;
}

#footer .footer-top h4::after {
  background: #18d26e;
  width: 60px;
}

/* Footer Links */
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul .active {
  color: #18d26e;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
  text-decoration: none; /* Ensure links are not underlined */
  position: relative; /* Ensure correct stacking */
  z-index: 5; /* Ensure links are above other elements */
}

#footer .footer-top .footer-links ul a:hover {
  color: #18d26e;
}

/* Footer Contact */
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact .num a {
  font-size: 14px;
  text-decoration: none;
  line-height: 30px;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: capitalize;
  transition: color 0.3s;
  font-family: "Source Sans Pro", sans-serif;
}

#footer .footer-top .footer-contact .num a:hover {
  color: #18d26e;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

/* Bottom Footer */
.top-footer h5 {
  font-size: 15px;
  line-height: 1;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 2px;
  margin-bottom: 1px;
}