.fboxy-wrapper {
    z-index: 999999999999999999999999999!important;
bottom:unset;
top:50%;
left:50%;
transform: translate(-50%,-50%);

}

@media(max-width:575px){
.fboxy-wrapper{
max-width:95%;
}
}

.f-logos .ItemfinnerGallery .fGalleryImage img{
	border: none;
}

.com-gallery .page-title #heading
{
    font-size: 1.1rem;
    margin: 0;
    padding: 1rem 2.5rem;
    background: var(--brand-color-theme-4);
    color: white;
    text-align: center;
    margin-bottom: 1rem;
}

.f-stem-curriculum .fModuleTitle h3 span {
    font-size: 1rem !important;
}

footer#fFooter .f-social-footer ul.social {
    display: flex;
    place-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

footer#fFooter .f-social-footer ul.social li {
    padding-right: 10px;
}

footer#fFooter .f-social-footer ul.social li a {
    color: #ffffff;
    border: 1px solid #525164;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    place-items: center;
    padding-left: 1px;
    font-size: 17px;
    border-radius: 50%;
}

footer#fFooter .f-social-footer ul.social li:nth-child(1) a {
    border: none;
    background-color: #4267b2;
}

footer#fFooter .f-social-footer ul.social li:nth-child(2) a {
    border: none;
    background: #0077b5;
}

footer .f-social-footer ul li i {
    margin-right: 0 !important;
}
