b, strong {
    font-weight: bolder;
    color: #ffc107;
}
.text-white ul li {margin-bottom: 15px;}

.video-box4 {
    position: relative;
    margin: 0 -0% 0 -70%;
    min-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.video-box4 {
    height: 100%;
}
 
.about-content strong {
    color: #e68007 !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: #e68109;
  color: #ffffff;
}

.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: #0a5f9b;
  color: #ffffff;
  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: #db7b09;
    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 #db7b09;
    border-radius: 1px
  }
  .wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .wave path { fill: #fff;   }
  .btn:hover{background: #0a5f9b;}


  .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: #002b48;
    opacity: .8;
    content: "";
    z-index: -2;
}

.brand-area{background-color: #e1ab09;}
  .back {
    background-image: linear-gradient(to right, #f4fbff, #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: #e67f05;
  font-weight: bold;
}

  @media (max-width: 767px) {
    .mobile-only {
      display: block !important;
    }
  }


.logo-text {
    text-align: center;
    /* direction: rtl; */
    line-height: 1.4;
    margin: 10px auto;
}

.logo-text .line1 {
  font-size: 30px;
  font-weight: 900;
  color: #0a5f9b;
  display: block;
  letter-spacing: 0px;
  margin-bottom: 6px;
}

.logo-text .line2 {
  font-size: 17px;
  font-weight: 600;
  color: #e68007;
  display: block;
}

.logo-textl {
    text-align: left !important;
 }
img.mfp-img {
    
    background: #fff;
}
.text-left {
    text-align: right !important;
}
.single-cta p a:hover {
    color: #e68007;
  }
.blog-content2 ul li {
    list-style: disc;
    margin-left: 15px;
    margin-bottom: 5px;
}
.f-cta-icon i::after {
    position: absolute;
    left: -10%;
    bottom: -10%;
    height: 100%;
    width: 100%;
    content: "";
    background: #0a5f9b;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.3;
}

@media (min-width: 0px) and (max-width: 991px)
{
    
 .logo-text .line1 {
    font-size: 27px;
     margin-bottom: 3px;
}   
 .logo-text .line2 {
    font-size: 14px;
  }   
    
   .logo-text {
    text-align: left;
    
} 
    
  .f-cta-icon i {
     height: 70px;
    width: 70px;
     line-height: 68px; 
}  
 .f-cta-icon {
    float: right;
    margin-right: 10px;
}   
    
    
.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;
}


}