.bg-green{
  background-color: #20c997;
}
 .w-20{
  width: 20%;
 }

 .fs-10{
  font-size: 4rem;
 }

 .justify{
  text-align: justify;
 }

 .hr{
  height: 2px !important;
  opacity: 1;
}

li a:hover{
  color: white !important;
}

a:hover{
  color: #20c997 !important;
}

.decoration{
 text-decoration: none !important;
}

.overlay:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.btn_style{
  border: 1px solid white;
  border-radius: 10px;
  background: transparent;
  color: white;
}

.btn_style:hover{
  transition: 0.3s;
  background-color: #20c997 !important;
  color: white !important;
}

@media only screen and (max-width: 500px) {
  .navbar-brand {
    width:60%;
  }
}

/* Hero section css */
.hero-video {
  position: absolute;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-container {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  /* position: absolute; */
  top: 0;
  overflow-y: hidden;
}

.overlay-about:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 70vh;
}

.hero-about {
  position: absolute;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 70vh;
  object-fit: cover;
}

.about-container {
  height: 70vh;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  /* position: absolute; */
  top: 0;
  overflow-y: hidden;
}

.about-text-container {
  position: absolute;
  top: 25%;
  left: 2%;
  text-align: left;
  user-select: none;
}

.hero-text-container {
  position: absolute;
  top: 35%;
  left: 2%;
  text-align: left;
  user-select: none;
}

.hero-slider-section {
  border-left: 5px solid white;
  width: 35%;
  height: 100%;
  transform: translateY(3%);
  border-radius: 100% 0% 0% 100%;
  overflow: hidden;
  /* background-color: transparent; */
  text-align: center;
  display: grid;
  background-color: #20c996d9;
  place-items: center;
}

.hero-slider-highlights {
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transform: translateY(45%);
}

.ongoing-events > ul {
  list-style: none;
  padding: 0;
}

/* vision-mision css */
.image-container {
  position: relative;
  width: 100%;
  border-radius: 50%;
  overflow: auto;
}

.image-container .after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  color: #000000;
  display: block;
  border-radius: 50%;
  background: #20c996ab;
  padding-top: 15%;
}

.image-container:hover .after {
  width: 100%;
  border-radius: 50%;
  background: rgba(0, 0, 0, .6);
  color: white;
  transition: 0.5s;
}

.img-vision{
  height: 400px;
  object-fit: cover;
}

@media only screen and (max-width: 900px) {
  .image-container .after {
    padding-top:25%;
  }
}

/* Event section css */
.item {
  position: relative;
  transition: 0.3s;
}
.item img {
  height: 350px;
  object-fit: cover;
  object-position: center;
}
.item:hover {
  transform: translate(0, -15px);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  position: relative;  
  z-index: 99;
  border-radius: 1%;
}
.thumbnail-vid {
  width: 100%;
  height: 100%;
}
.service-over-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: white;
}

.service_card{
  transition: 0.3s;
}

.service_card:hover{
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
  border: none;
}

/* testimonials */
.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-borders span {
  height: 5px;
  background: #20c997;
  width: 40px;
  display: inline-block;
  border-radius: 2px;
}

.section-borders span.black-border {
  background: #333;
  width: 30px;
  margin: 0 6px;
}

.client-testimonial-carousel .owl-dots button {
  height: 5px;
  background: #20c997 !important;
  width: 20px;
  display: inline-block;
  margin: 5px;
  transition: .2s;
  border-radius: 2px;
}

.client-testimonial-carousel button.owl-dot.active {
  background: #000 !important;
  width: 30px;
}

.client-testimonial-carousel .owl-dots {
  text-align: center;
  margin-top: 25px
}

.single-testimonial-item {
  position: relative;
  box-shadow: 0 0 2px #dadfd3;
  margin: 2px;
  padding: 20px;
  font-style: italic;
  padding-left: 85px;
}

.single-testimonial-item:before {
  /* font-family: "Font Awesome 5 Free"; */
  content: "\f10e";
  font-weight: 900;
  position: absolute;
  left: 20px;
  top: 50%;
  font-size: 20px;
  color: #20c997;
  line-height: 30px;
  margin-top: -15px;
}

.single-testimonial-item:after {
  background: #ddd;
  content: "";
  height: 70%;
  left: 60px;
  position: absolute;
  top: 10%;
  width: 1px;
}
.single-testimonial-item img {
  width: 10% !important;
  object-fit: contain;
}

.single-testimonial-item h3 {
  font-size: 20px;
  font-style: normal;
  margin-bottom: 0;
}

.single-testimonial-item h3 span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-top: 5px;
}

.owl-nav{
  display: none !important;
}

.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #20c997 !important;
  /* border-color: #dee2e6 #dee2e6 #fff; */
  color: white !important;
}

.nav-tabs .nav-link {
  border: 1px solid #e3e3e3;
}

.camp_gallery{
  height: 250px;
  object-fit: cover;
}

.event_img{
  height: 250px;
  object-fit: cover;
}