.about-content strong {
    color: #edae3e !important;
}
.grecaptcha-badge { 
    display: none;
}
.single-slider::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(89deg, rgb(18 18 19 / 72%) -16.25%, #00173c4f 100%);
    z-index: -2;
    content: "";
    /* opacity: .55; */
}
.whats:hover {
  background: #4c4a4c;
  color: #ffffff;
}
.whats {
  position: fixed;
  bottom: 110px;
  right: 10px;
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #28a745;
  /* display: none; */
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: 0 0 0 0 #25d366;
  -webkit-animation: pulse 1.5s infinite;
}@keyframes pulse {
  0% {
      transform: scaleX(1);
  }

  50% {
      transform: scale3d(1.05,1.05,1.05);
      box-shadow: 0 0 0 15px #baffd4;
  }

  to {
      transform: scaleX(1);
      box-shadow: 0 0 0 0 #25d366;
  }
}
.sideSocial a:hover {
  border-radius: 16px 0px 0px 16px;
  width: 48px;
  background: #000000;
  color: #ffc107;
}

.sideSocial a:last-child {
  border-bottom-left-radius: 16px;
}

.sideSocial {
  position: fixed;
  right: 0px;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
  flex-direction: column;
  justify-content: start;
  direction: rtl;
}

.sideSocial a {
  width: 36px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #edae3e;
  color: #000000;
  border-bottom: 1px dashed #1313132e;
}

.sideSocial a:first-child {
  border-top-left-radius: 16px;
}

.sideSocial a:last-child {
  border-bottom: 0px dashed #45474b4d;
} ::-webkit-scrollbar {
    width: 8px
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #4e5055;
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);
    border-radius: 1px
  }
  
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px grey;
    border-radius: 1px
  }
  .wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .wave path { fill: #fff;   }
  .btn:hover{background: #000;}


  .read-more-text {
  max-height: 22em;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
  margin-bottom: 7px !important;
}

.read-more-text.expanded {
  max-height: 100000px;  
}

 
.read-more-btn:hover {color: #ffffff;background: #831922;/* border: 1px solid #831922; */}

.s-about-img .img {
    margin-left: 50px;
    width: -webkit-fill-available;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
}
 .faq-image {
     background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    border-radius: 20px;
}
.footer-bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000000;
    opacity: .79;
    content: "";
    z-index: -2;
}

.brand-area{background-color: #e1ab09;}
  .back {
    background-image: linear-gradient(to right, #fcf9ef, #fcfcfc);
}

.menu-search a:hover {
     color: #000; 
}
.header-three .main-menu ul li a:hover {
     color: #edae3e;
}
   .mobile-only {
    display: none !important;
  }
.main-menu ul li a.active {
  color: #edae3e;  
  font-weight: bold;
}

  @media (max-width: 767px) {
    .mobile-only {
      display: block !important;
    }
  }

@media (min-width: 0px) and (max-width: 991px)
{
.flex-direction{flex-direction: column-reverse;}
.s-about-img .img {
    margin-left: 0px; 
    height: 230px;
}

.cta-title h3 {
     font-size: 25px; 
 }
.mt-30 {
    margin-top: 20px;
}
.faq-image
  {
     height: 230px;
     margin-bottom: 20px;
}
.pb-40 {
    padding-bottom: 20px;
}
.pt-120 {
    padding-top: 40px;
}
.f-widget-title img {
    width: 130px;
    margin-bottom: 15px;
}
.pb-120 {
    padding-bottom: 40px;
}
.pb-90
  {
    padding-bottom: 40px;
}
.pb-115
  {
    padding-bottom: 40px;
}
.pt-105 {
    padding-top: 40px;
}
.pb-80 {
    padding-bottom: 40px;
}
.gallery-image {
     height: 230px;
 }
.slider-bg {
    min-height: 500px !important;
 }
.mb-105 {
    margin-bottom: 10px;
}


}