.navbar {
    transition: all 0.4s;
    background-color: rgba(255,255,255,0.5);
}

.disabledBar {
  color: white;
}

.navbar .nav-link {
    color: black;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #01766e;
    text-decoration: none;
}

/* Change navbar styling on scroll */
.navbar.active {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.active .nav-link {
    color: black;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: #01766e;
    text-decoration: none;
}


/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
   .navbar {
      background: #fff;
    }

    .navbar .navbar-brand, .navbar .nav-link {
        color: black;
    }
}



.bg-cover {
    background-size: cover !important;
    min-height: 80vh;
}

.bg-cover-mobile {
  background-size: cover !important;
  min-height: 100vh;
}

.img-text{
    text-align: center;
    font-family: 'Varela Round', sans-serif
}

.img-title{
    font-size: 2.6rem;
    color: black;
    font-family: 'Bad Script';
    letter-spacing: 2px;
}

.img-title-mobile{
  font-size: 2.3rem;
  color: black;
  font-family: 'Bad Script';
  letter-spacing: 3px;
}

.img-bg{
    background-color: rgba(255,255,255,0.5);
    max-width: 530px;
    float: right;
    margin-top: 22vh;
}

.img-bg-mobile{
  max-width: 400px;
  margin-top: 12vh;
  text-align: center;
}

.text-icon{
    font-size: 1.1rem ;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Varela Round', sans-serif
}

.text-icon-mobile{
  font-size: 0.9rem ;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Varela Round', sans-serif
}

.font{
    font-family: 'Varela Round', sans-serif
}


.caption-1 figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
}

.custom-separator {
    width: 5rem;
    height: 6px;
    border-radius: 1rem;
}

.custom-separator2 {
    width: 35rem;
    height: 2px;
    border-radius: 1rem;
}

.custom-separator2-mobile {
  width: 17rem;
  height: 2px;
  border-radius: 1rem;
  text-align: left;
}

.custom-separator3 {
    width: 20rem;
    height: 2px;
    border-radius: 1rem;
    text-align: left;
}

.custom-separator3-mobile {
  width: 75%;
  height: 2px;
  border-radius: 1rem;
  text-align: left;
}

.hover {
    overflow: hidden;
    position: relative;
    padding-bottom: 60%;
  }
  
  .hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    transition: all 0.4s;
  }
  
  .hover img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
  }
  
  .hover-content {
    position: relative;
    z-index: 99;
  }

.hover-5::after {
    content: '';
    width: 100%;
    height: 10px;
    background: #01766e;
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    transition: all 0.3s;
    z-index: 999;
  }
  
  .hover-5 .hover-overlay {
    background: rgba(0, 0, 0, 0.4);
  }
  
  .hover-5-title {
    position: absolute;
    bottom: 1rem;
    left: 0;
    transition: all 0.3s;
    padding: 2rem 3rem;
    z-index: 99;
  }
  
  .hover-5-title span {
    transition: all 0.4s;
    opacity: 0;
    color: #01766e;
  }
  
  .hover-5:hover .hover-overlay {
    background: rgba(0, 0, 0, 0.9);
  }
  
  .hover-5:hover .hover-5-title {
    bottom: 0;
  }
  
  .hover-5:hover .hover-5-title span {
    opacity: 1;
  }
  
  .hover-5:hover::after {
    bottom: 0;
  }

  .blockquote-custom {
    position: relative;
    font-size: 1.1rem;
  }
  
  .blockquote-custom-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -25px;
    left: 50px;
  }

  /* Timeline holder */
ul.timeline {
  list-style-type: none;
  position: relative;
  padding-left: 1.5rem;
}

/* Timeline vertical line */
ul.timeline:before {
  content: ' ';
  background: #01766e;
  display: inline-block;
  position: absolute;
  left: 16px;
  width: 4px;
  height: 100%;
  z-index: 400;
  border-radius: 1rem;
}

li.timeline-item {
  margin: 20px 0;
}

/* Timeline item arrow */
.timeline-arrow {
  border-top: 0.5rem solid transparent;
  border-right: 0.5rem solid #01766e;
  border-bottom: 0.5rem solid transparent;
  display: block;
  position: absolute;
  left: 2rem;
}

/* Timeline item circle marker */
li.timeline-item::before {
  content: ' ';
  background: #fffbf4;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #01766e;
  left: 11px;
  width: 14px;
  height: 14px;
  z-index: 400;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.custom-scrollbar-js,
.custom-scrollbar-css {
  height: 200px;
}

.custom-scrollbar-css2 {
  height: 400px;
}


/* Custom Scrollbar using CSS */
.custom-scrollbar-css {
  overflow-y: scroll;
}

.custom-scrollbar-css2 {
  overflow-y: scroll;
}


/* With arrow tabs */

.with-arrow .nav-link.active {
  position: relative;
}

.with-arrow .nav-link.active::after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #01766e;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

.rounded-lg {
  border-radius: 1rem !important;
}

.custom-separator4 {
  width: 5rem;
  height: 6px;
  border-radius: 1rem;
  background-color: #01766e;
}



/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/
.text-small {
    font-size: 1.1rem !important;
}


body {
    min-height: 100vh;
}