/* #page {
    top: 57px;
} */
#fh5co-hero1 {
    top: 0;
    left: 0;
    height: 25rem;
}
#fh5co-hero1 .container-img {
    height: 100%;
    width: 100%;
}
#fh5co-hero1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#fh5co-hero1 h2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    color: white;
}
#fh5co-hero1 .mySwiper swiper-slide .content-mainSlides h2 {
    font-size: 20px;
    top: 25%;
}

#fh5co-hero1 .mySwiper swiper-slide .content-mainSlides h3 {
    top: 38%;
}

#fh5co-hero1 .mySwiper swiper-slide .content-mainSlides h3,
#fh5co-hero1 .mySwiper swiper-slide .content-mainSlides p a {
    font-size: 14px;
}

#fh5co-hero1 .mySwiper swiper-slide p {
    width: 80%;
    height: fit-content;
}

#fh5co-hero1 .mySwiper swiper-slide h2 {
    top: 35%;
}

#fh5co-hero1 .mySwiper swiper-slide h3 {
    top: 43%;
    width: 90%;
}

#fh5co-hero1 .mySwiper swiper-slide p {
    top: 55%;
}

#fh5co-hero1 .mySwiper swiper-slide h3.text {
    top: 50%;
}

.staff .staff-img:before {
    background: rgba(0, 57, 115, 0.7) !important;
    /* color: white !important; */
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
}

ul {
    list-style: none;
}

.example-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.example-2 .icon-content {
    margin: 0 5px;
    position: relative;
}

.example-2 .icon-content .tooltip {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    transition: all 0.3s ease;
}

.example-2 .icon-content:hover .tooltip {
    opacity: 1;
    visibility: visible;
    top: -50px;
}

.example-2 .icon-content a {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #4d4d4d;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.example-2 .icon-content a:hover {
    box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}

.example-2 .icon-content a svg {
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
}

.example-2 .icon-content a:hover {
    color: white;
}

.example-2 .icon-content a .filled {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #000;
    transition: all 0.3s ease-in-out;
}

.example-2 .icon-content a:hover .filled {
    height: 100%;
}

.example-2 .icon-content a[data-social="facebook"] .filled,
.example-2 .icon-content a[data-social="facebook"]~.tooltip {
    background-color: #0866FF;
}

.example-2 .icon-content a[data-social="github"] .filled,
.example-2 .icon-content a[data-social="github"]~.tooltip {
    background-color: #010409;
}

.example-2 .icon-content a[data-social="instagram"] .filled,
.example-2 .icon-content a[data-social="instagram"]~.tooltip {
    background: linear-gradient(45deg,
            #405de6,
            #5b51db,
            #b33ab4,
            #c135b4,
            #e1306c,
            #fd1f1f);
}

.example-2 .icon-content a[data-social="youtube"] .filled,
.example-2 .icon-content a[data-social="youtube"]~.tooltip {
    background-color: #000000;
}

#fh5co-staff {
    margin-top: 2rem;
}

.content-instructors {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {

    /* Navbar */
    html,
    body {
        width: 100%;
    }

    .mobile-navbar {
        display: none !important;
    }

    .nav-custom {
        display: block !important;
    }
    .content-grid {
        margin-bottom: 3rem;
    }
    .content-grid-mobile {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    #fh5co-staff {
        margin-top: 3rem;
    }
    .content-instructors {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        margin-bottom: 3rem;
    }
}
@media screen and (max-width: 767px) {
    #fh5co-staff {
        margin-top: 3rem;
    }
    .content-instructors {
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
        margin-bottom: 3rem;
    }
    #fh5co-hero1 {
        height: 10rem;
        width: 100%;
    }
    #fh5co-hero1 h2 {
        font-size: 22px;
    }
}