
.btn-primary {
    background-color: #34AD54;
    border-color: #ffff;
}
.btn_white {
    color: #000;
    background-color: #ffff;
    border-color: #919191;
}
.bg-primary {
    background-color: #34AD54 !important;
}
.text-primary {
    color: #34AD54 !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #091E3E;
    border-color: #091E3E;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #091E3E;
    border-color: #091E3E;
    box-shadow: 0 0 0 0.25rem rgb(41 185 5 / 50%);
}
.carousel-caption {

    background: rgb(0 6 80 / 28%);
}
.navbar{
    background: #ffffff4f;
}

/*------------------Change---------------------*/
.bg_primary{
    background-color: #34AD54;
}
.slider_top_font{
    font-size:45px;
}
@media (max-width: 576px){
    .slider_top_font{
        font-size:20px !important;
    } 
}
.description_1{
    overflow: hidden ; 
    display: -webkit-box ;
    -webkit-box-orient: vertical ;
    -webkit-line-clamp: 1;
}
.description_2{
    overflow: hidden ; 
    display: -webkit-box !important;
    -webkit-box-orient: vertical ;
    -webkit-line-clamp: 2;
}
.description_3{
    overflow: hidden ; 
    display: -webkit-box ;
    -webkit-box-orient: vertical ;
    -webkit-line-clamp: 3;
}
.description_4{
    overflow: hidden ; 
    display: -webkit-box !important;
    -webkit-box-orient: vertical ;
    -webkit-line-clamp: 4;
}
.navbar-dark{
    border-bottom: 0px !important;
}
@media (min-width: 768px){
  .slider_fontSize {
      font-size: 40px !important;
      margin-top:50% !important;
  }
}
@media (max-width: 576px){
    .slider_fontSize {
        font-size:14px !important;
        margin-top:30% !important;
    } 
}
/*__________________________________*/
/*_____________Member Card__________*/
.our-team {
    padding: 30px 0 40px;
    margin-bottom: 30px;
    background-color: #ecf7ec;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 0%;
    box-shadow: 0px 0px 5px 0px rgb(212, 224, 211);
  }
  .our-team:hover{
    box-shadow: 0px 0px 10px 1px rgb(141, 230, 133);
  }
  
  .our-team .picture {
    display: inline-block;
    height: 130px;
    width: 130px;
    margin-bottom: 25px;
    z-index: 1;
    position: relative;
  }
  
  .our-team .picture::before {
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #34ad54;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.9;
    transform: scale(3);
    transition: all 0.3s linear 0s;
  }
  
  .our-team:hover .picture::before {
    height: 100%;
  }
  
  .our-team .picture::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 20%;
    background-color: #34ad54;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  
  .our-team .picture img {
    width: 100%;
    height: 130px;
    border-radius: 10%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
  }
  
  .our-team:hover .picture img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
  }
  
  .our-team .name {
      font-size: 20px;
  }
  .our-team .title {
    display: block;
    font-size: 15px;
    color: #4e5052;
    text-transform: capitalize;
  }
  
  .our-team .social {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #34ad54;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
  }
  
  .our-team:hover .social {
    bottom: 0;
  }
  
  .our-team .social li {
    display: inline-block;
  }
  
  .our-team .social li a {
    display: block;
    padding: 10px;
    font-size: 17px;
    color: white;
    transition: all 0.3s ease 0s;
    text-decoration: none;
  }
  
  .our-team .social li a:hover {
    color: #34ad54;
    background-color: #f7f5ec;
  }
/*_________________END______________*/ 



/*__________________________________*/  
/*_________Hover Page Effect________*/

.hover_card_pages{
  position: relative;
  width: 250px;
  height: 300px;
  background: #fff;
  margin: 0 auto;
  border-radius: 4px;
  box-shadow:0 2px 10px rgba(0,0,0,.2);
}
.hover_card_pages:before,.hover_card_pages:after{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: #fff;
  transition: 0.5s;
  z-index:-1;
}
.hover_card_pages:hover:before{
  transform: rotate(20deg);
  box-shadow: 0 2px 20px rgba(0,0,0,.2);
}
.hover_card_pages:hover:after{
  transform: rotate(10deg);
  box-shadow: 0 2px 20px rgba(0,0,0,.2);
}
.hover_card_pages .imgBx{
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  background: #222;
  transition: 0.5s;
  z-index: 1;
}

.hover_card_pages:hover .imgBx{
  bottom: 125px;
}

.hover_card_pages .imgBx img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hover_card_pages .hover_card_details{
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  height: 105px;
  text-align: center;
}

.hover_card_pages .hover_card_details h2{
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 20px;
  color: #777;
  text-transform: uppercase;
} 

.hover_card_pages .hover_card_details h2 span{
  font-weight: 500;
  font-size: 14px;
  color: #323a32;
  display: block;
  margin-top: 5px;
} 
.hover_card_pages .hover_card_details h4 span{
  font-weight: 500;
  font-size: 12px;
  color: #f38695;
  display: block;
  margin-top: 5px;
} 

.hover_card_pages .member_dettails_btn{
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: -55px;
  height: 45px;
  text-align: center;
} 
/*_________________END______________*/ 