html {
    /* font-size: 13.5pt; */
    /* font-family: "SF Pro Display"; */
    /* font-size: 16px; */

}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Navbar ***/

.navbar-light .navbar-nav .nav-link {
    position: relative;
    font-size: 18px;
    padding: 20px;
    margin-left: 30px;
    /* font-weight: bold; */
    transition: .5s;
}


.active {
    color: #840b3e !important;
    font-weight: bold;
}


/*** Header Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* background: rgba(0, 0, 0, .70); */
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: #477dab;
    border: 10px solid #477dab;
}

/*** Header Carousel ***/


@media (min-width: 992px) {
    .about-start {
        position: relative;
        margin-right: -90px;
        z-index: 1;
    }

    .about-end {
        position: relative;
        margin-left: -90px;
        z-index: 1;
    }
}


/* footer */
.bg-footer {
    background: linear-gradient(rgba(132, 11, 62, 1), rgba(0, 0, 0, .75)), url(../img/footer.png) center center no-repeat;
    background-size: cover;
}

@media (max-width: 991.98px) {
    .bg-footer {
        background-size: cover;
    }
}

/* footer */


.bg-purple {
    background-color: #840b3e;
}


/*  gtag */

#goog-gt-tt {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

.goog-te-menu-value:hover {
    text-decoration: none !important;
}



#google_translate_element2 {
    display: none !important;
}

.lg {
    width: 125px;
    height: 25px;
    margin-top: 5px;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body>.skiptranslate {
    display: none;
}

body {
    top: 0 !important;
}


.dropdown-toggle:after {
    content: none
}

/*  gtag */



.featured-block {
    text-align: center;
    transition: all 0.5s ease;
    min-height: 256px;
    padding: 15px;
  }
  
  .featured-block:hover {
    background: var(--white-color);
    border-radius: var(--border-radius-medium);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
  }
  
  .featured-block:hover .featured-block-image {
    transform: scale(0.75);
  }
  
  .featured-block-image {
    display: block;
    margin: auto;
    transition: all 0.5s;
  }
  
  .featured-block:hover .featured-block-text {
    margin-top: 0;
  }
  
  .featured-block-text {
    color: var(--primary-color);
    font-size: var(--h5-font-size);
    margin-top: 20px;
    transition: all 0.5s;
  }