#langMenuDropdow.dropdown-menu a {
    font-size: 14px !important;
  
}

.featured-slider-2 .post-content-overlay .post-title {
    display: block;
    background: #0000004f;
    border-radius: 10px;
    padding: 5px 20px 5px 20px;
    backdrop-filter: blur(2px);
}

.main-header .main-nav ul li a {
    font-size: 16px !important;
}

.single-header-2 .single-thumnail {
    min-height: 400px !important;  
}

.donate-block {
    display: block;
  color: white;
    padding: 15px;
    text-align: center;
  width: 100%;
  height: 50px;
background: rgb(2,0,36);
background: linear-gradient(90deg, #32cd32 0%, #39ff14 10%, #013220 100%);

}

.donate-block:hover{
  color: yellow;   
      transition: background 1.2s ease;  
  transition-timing-function: linear;
background: rgb(11,4,134);
background: linear-gradient(90deg, #3eb489 0%, #addfad 35%, #32cd32 100%);

}
.page-header-style-1 .container h1{
      margin-top: 50px;
}





.video-area {
  background-color: #001604;
}
.color1 {
    color: #026733;
}
.color4 {
    color: #03cb8c;
}
.background11 {
    background: #001604;
}
#scrollUp {
  background: #03cb8c;
}
.font-medium {
    font-size: 16px !important;
    font-weight: normal !important;
    letter-spacing: normal !important;
}

.post-carausel-1-items h6.post-title{
    font-size: 16px;
}

.footer-area h5.widget-title {
  color: #fff;
}

.post-title {
 line-height: 1.6;
}


.main-header .main-nav ul li a {
   font-size: 13px;
   font-weight: 700 !important;
  color: #088101;
  
  position: relative;
    z-index: 0;
    height: 60px;
    padding: 20px 20px 0px 20px;
}

.main-header .main-nav ul li a:hover {
  font-size: 13px;
 font-weight: 600 !important;
    color: #043b01;    
  position: relative;
    z-index: 0;
    transition: color 0.2s ease;  
  transition-timing-function: linear;
    height: 60px;
    border-top: 1px solid #76fabe33;
    border-radius: 5px;
  
    background: linear-gradient(177deg, #adf2941f 0%, #02a8082b 100%);
}

.main-header .main-nav ul ul.sub-menu>li>a {
  height: 35px !important;
  width: 95%;
    color: #09a500;

}



.main-header .main-nav ul ul.sub-menu>li>a:hover {
   color: #043b01 !important; 
 
  
}

@media screen and (max-width: 991px) {
  .logo-img {
    margin-top: -7px;
    max-width: 20%; /* The width is 100%, when the viewport is 800px or smaller */
  }
}

@media (min-width: 1200px) {
    .d-lg-block {
        display: block !important;
    }
}



.fob-comment-list-wrapper {
    border: 1px solid #ebebeb;
    border-radius: 10px !important;
    padding: 30px;
}

.fob-comment-item-avatar {
    margin-inline-end: 20px;
}

.fob-comment-list-wrapper .fob-comment-item-inner:after {
    background: #ebebeb;
    background: linear-gradient(270deg, #ebebeb 0, transparent);
    bottom: 1px;
    display: block;
    height: 1px;
    margin-top: 30px;
    position: absolute;
    width: 100%;
}

.fob-comment-list-wrapper .fob-comment-list .fob-comment-item .fob-comment-item-content {
    display: flex;
    flex-direction: column-reverse;
    justify-content: start;
    padding-bottom: 20px;
    position: relative;
}

.fob-comment-list-wrapper .fob-comment-list .fob-comment-item .fob-comment-item-content .fob-comment-item-reply {
    background: #03cb8c !important;
    border: 0;
    border-radius: 25px;
    bottom: 0;
    color: #fff !important;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    left: 0;
    overflow: hidden;
    padding: 3px 10px 3px 10px;
    position: absolute;
    text-align: center;
    transition: all .3s ease-in-out;
    vertical-align: middle;
    white-space: nowrap;
}
.fob-comment-item-reply {
    background-color: transparent;
    border-bottom: 1px solid #e1e1e1;
    color: #888;
    display: block;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
}
.fob-comment-item-reply {
    color: #fff !important;
}
.fob-comment-item-reply {
    background-color: unset !important;
    border-bottom: unset !important;
    color: unset !important;
    display: unset !important;
    font-size: unset !important;
    font-style: normal !important;
}

.fob-comment-item-pending {
    color: #5e5e5e;
    display: block;
    margin-bottom: .75em;
}

.fob-comment-item-body p {
    font-size: 16px;
    margin-bottom: .75rem;
  color: #1a1616;
}


/* ----- */


.slider-wrapper {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 70px 55px;
}
.card-list .card-item {
  height: auto;
  color: #fff;
  user-select: none;
  padding: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.card-list .card-item .user-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 40px;
  border: 3px solid #fff;
  padding: 4px;
}
.card-list .card-item .user-profession {
  font-size: 1.15rem;
  color: #e3e3e3;
  font-weight: 500;
  margin: 14px 0 40px;
}
.card-list .card-item .message-button {
  font-size: 1.25rem;
  padding: 10px 35px;
  color: #030728;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  background: #fff;
  border: 1px solid transparent;
  transition: 0.2s ease;
}
.card-list .card-item .message-button:hover {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  color: #fff;
}
.slider-wrapper .swiper-pagination-bullet {
  background: #fff;
  height: 13px;
  width: 13px;
  opacity: 0.5;
}
.slider-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}
.slider-wrapper .swiper-slide-button {
  color: #fff;
  margin-top: -55px;
  transition: 0.2s ease;
}
.slider-wrapper .swiper-slide-button:hover {
  color: #4658ff;
}
@media (max-width: 768px) {
  .slider-wrapper {
    margin: 0 10px 40px;
  }
  .slider-wrapper .swiper-slide-button {
    display: none;
  }
}