.Comumnitytext1{
    color: #fff ;
}

.c1{
    padding-top: 5%;

}

/* 
.team_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}
.team_section_2{
    width: 100%;
    float: left;
} */





.images_main_1 {
    width: 100%;
    float: left;
}
.image_4{
    width: 100%;
    float: left;
    text-align: center;
}

.image_4 img{
    
        max-width: 100%;
        height: auto;

}
/* 
.image_4 .img{
    
        max-width: 100%;
        height: auto;
    } */


.follow_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #89cbeb;
    text-align: center;
    padding-top: 15px;
}
.follow_social_icon {
    width: 100%;
    float: left;
    text-align: center;
}
.follow_social_icon ul{
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
.follow_social_icon li{
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.consectetur_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 110px;
}
.dummy_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333333;
    margin-left: 0px;
}
.consectetur_text_1 {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 110px;
    text-align: right;
}
.dummy_text_1{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333333;
    margin-left: 0px;
    text-align: right;
}


/* .image_4 img{
    height: 50%;
    width: 80%;
}  */


/* counter space h1 */
.count1 {
    display: contents;
    
}
.count2 {
    display: contents;
}
.count3 {
    display: contents;
}
.count4 {
    display: contents;
}

.cu1{
  
    font-size: 32px;
    /* color: green; */
    color: orange;

}
.cu2{
  
    font-size: 32px;
    /* color: green; */
    color: orange;

}
.cu3{
  
    font-size: 32px;
    /* color: green; */
    color: orange;

}
.cu4{
  
    font-size: 32px;
    /* color: green; */
    color: orange;

}


/* counter end space h1 */

/* .bg-about {
    background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), 
    url(../img/logo/newhopel.png), no-repeat center center;
  
} */


/* the roost  */

.timingroost span{
    font-size: 18px;
    
}

.registerinfo {
    font-size: 18px;
}

.roosttitle {
    padding-top: 7%;
    margin-left: 50px;
}

.roosttitle-2{
    margin-left: 50px;
} 

.roostprograms{
 
    font-size: 18px;
}
.roostprograms i{
 margin-right: 5px;
    
}


/* our team staff */
.staff{
  
}
.teamtext{
    font-size: 20px;
}

.youtube-thumbnail {
    position: relative;
    width: 100%; /* adjust the width to your preference */
    height: auto; /* adjust the height to your preference */
  }
  
  .youtube-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    /* border: 3px solid #dd2c00; */
    padding: 18px 20px 20px 28px;
    /* background: #23A036; */
    background: #a1b3db;
  }
  
  .play-button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 20px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2l10 10-10 10v-20z"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background: #23A036;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
  }
  .play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    /* background: #23A036; */
    background: #7786c3;
    border-radius: 100%;
    transition: all 200ms;
  }
  .play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 16px solid #FFC600;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    margin-top: 5px;
  }

  
.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: #23A036;
  }
  
  .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #23A036;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
  }
  
  .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #23A036;
    border-radius: 100%;
    transition: all 200ms;
  }
  
  .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid #FFC600;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
  }
  
  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
      opacity: 0;
    }
  }
  

  
  /* our end team staff */

  .bg-testimonial {
    /* background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(35, 28, 119, 0.7)); */
    /* background-color: #141B4D; */
    background-color: #2d3b48;
    background-size: cover;
  }
  .testimonialtitle{
    /* text-align: center; */
  }
 .texttestimonial{
    font-size: 22px;
 }

 
.display-4 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
  



.chooseus{
    /* background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(35, 28, 119, 0.7)); */
    background-color: #141B4D;
}


.bg-blue{
    background-color: #141B4D;
}

.navb{
    /* background: linear-gradient(45deg, #94b0dd, transparent) */
    /* background: linear-gradient(45deg, #ddeaff, transparent); */
}

.bg-navb{
    /* background: linear-gradient(45deg, #94b0dd, transparent) */
        /* background: linear-gradient(45deg, #ddeaff, transparent); */
}


/* button new roost*/


.roostmoreinfo{
   text-align: center;
}

/* CSS */
.button-59 {
  align-items: center;
  background-color: #fff;
  border: 2px solid #000;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  fill: #000;
  font-family: Inter,sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  justify-content: center;
  letter-spacing: -.8px;
  line-height: 24px;
  min-width: 140px;
  outline: 0;
  padding: 0 17px;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-59:focus {
  color: #171e29;
}

.button-59:hover {
  border-color: #06f;
  color: #06f;
  fill: #06f;
}

.button-59:active {
  border-color: #06f;
  color: #06f;
  fill: #06f;
}

@media (min-width: 768px) {
  .button-59 {
    min-width: 170px;
  }
}


.carousel-indicators .active {
    background-color: #a536d8;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
}


.bg-aliceblue{
    background: aliceblue;
}

.dropdown-item{
    background-color: aliceblue;
}

.dropdown-item:hover{

    color: #fff;
    background-color: #FFC600;
}


.dropdown-toggle::after {
  display: none;

}


@media (max-width: 1445px){
  
.Comumnitytext1{
  font-size: 24px;
  display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
  

}
@media (max-width: 1100px){
  
  .Comumnitytext1{
    font-size: 21px;
      display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        unicode-bidi: isolate;
}
}

}


@media (max-width: 1200px){

  .display-3 {
    font-size: 2rem;
  }
}


.bg-secondary img{
  /* height: 50px; */
  height: 120px;
}

.cr .carousel-item .img-fluid {
  max-width: 100%;
  height: 100vh;

}


.bookappoint-btn{
  line-height: 5;
}

.logotitle{
  font-size: 28px;
}
.logosubtitle{
  font-size: 18px;
  text-align: center;
}
.logos{
  
}
.bg-secondary .logos-img{
  height: 125px;

}

@media (max-width:1400px){
  .logotitle{
    font-size: 30px;
  }
  .logosubtitle{
    font-size: 20px;
    text-align: center;
  }
  .bg-secondary .logos-img{
    height: 130px;
  
  }
}

@media (max-width:1300px){
  .logotitle{
    font-size: 25px;
  }
  .logosubtitle{
    font-size: 20px;
    text-align: center;
  }
  .bg-secondary .logos-img{
    height: 118px;
  
  }
}
@media (max-width:1200px){
  .logotitle{
    font-size: 20px;
    padding-left: 30px;
  }
  .logosubtitle{
    font-size: 13px;
    text-align: center;
    padding-left: 30px;
  }
  .bg-secondary .logos-img{
    height: 120px;
  
  }
}
