@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,400;6..12,600;6..12,700;6..12,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Nunito+Sans:opsz,wght@6..12,400;6..12,600;6..12,700;6..12,800&display=swap');

#preloader {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    background-color: white;
}
:root {
    --bgnav-1: #ED5F59;
    --bgnav-2: #FEFEFE;
    --blue: #172155;
    --fa-logo: #0175B2;
    --dark: #002132;
    --font-family: 'Nunito Sans', sans-serif;

}

body {
    font-family: var(--font-family);
    background: #fff;
    box-sizing: border-box;
}

ul {
    list-style: none;
    padding: none;
    margin: none;
}

.title {
    color: var(--fa-logo);
    font-weight: 700;
}

a,
a:hover {
    color: inherit;
    text-decoration: none;
}

.bgnav-1 {
    background: var(--bgnav-1);
}

.bgnav-1 .btn {
    border-radius: 0px 0px 5px 5px;
}

.bgnav-2 {
    font-size: 0.85rem;
    background: var(--bgnav-2);
}

.bgnav-3 {
    background: var(--fa-logo);
}

.fa-logo {
    font-family: Libre Baskerville;
    color: var(--fa-logo);
    font-size: 2rem;
}

.gray {
    color: #777;
}

.icon-wdt img{
    width: 1.5rem;
}
@media (max-width: 576px) {
    .icon-wdt {
        width: 100%;
        display: block;
        margin-top: 0.75rem;
        padding-left: 1.5rem;
    }
}

p {
    font-size: 14px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fa-fw-bold {
    font-weight: 700;
}

.fa-fw-400 {
    font-weight: 400;
}

nav .navbar-nav .nav-link {
    color: #717171;
    padding-left: 1.5rem !important;
}

nav .navbar-nav .nav-link.active {
    color: #717171;
    font-weight: 700;
}

.btn-lightblue {
    --bs-btn-color: #fff !important;
    --bs-btn-bg: var(--fa-logo);
    --bs-btn-border-color: var(--fa-logo);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0588ce;
    --bs-btn-hover-border-color: #0588ce;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--fa-logo);
    --bs-btn-active-border-color: var(--fa-logo);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bp-red);
    --bs-btn-disabled-border-color: var(--bp-red);
    font-size: 0.9rem;
    display: block;
}

.btn-contect {
    background: white;
    color: var(--fa-logo);
    margin-top: -1.8rem;
}

.btn-contect:hover {
    color: white;
    background: var(--fa-logo) !important;
}

.list-gap li {
    padding-bottom: 1rem;
}

footer .nav-link {
    color: white;
    font-weight: 200;
}

footer .nav-link:hover,
footer .nav-link.active {
    color: #fff !important;
    font-weight: 700;

}

nav .nav-link:hover {
    color: var(--fa-logo);

}

/* footer .nav-link:hover{
    color:#fff !important;

} */
.bluebg {
    background: var(--blue);
    /* display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; */

    color: white;
}

.bluebg p {
    font-size: 24px;

}

.image {
    display: flex;
    justify-content: center;

}

.image img {
    width: 100%;
    margin-top: -21%;
    text-align: center;
}

ul li {
    margin: 10px;
}

ul .icon-logo {
    width: 2.5rem;
    background: var(--fa-logo);
    border-radius: 50%;
    color: white;
    padding: .6rem;
    margin-right: .3rem;
}

.image {
    position: relative;
}

.banner {
    background-image: url("/icons/banner1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    text-align: center;
    color: white;
}
@media (max-width: 576px) {
    .banner {
        height: 60vh;
    }
}
/* about */
.about-grd {

    position: relative;
    background-image: url("/icons/banner.jpg");
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    padding: 5rem !important;
    height: 30.625rem;
    text-align: center;
    color: white;
}

.about-grd .linear {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: linear-gradient(101deg, #0175B2 11.07%, #01B292 87.47%); */
    background: linear-gradient(11deg, #0175B2 11.07%, #172155 87.47%);
    opacity: .8;
}

.frames-wdt {
    width: 20%;
}

.in-blue {
    color: #2C2292;

}

.btn-in-blue {
    background: #2C2292;
    color: white;

    border-radius: 4px;
}

.wd-75 {
    width: 75%;
}

/* contect */

@media (min-width: 991px) {
    .blogs-img1 {
        width: 25vw;
        position: absolute;
        right: 0;
        top: -4.5rem;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .blogs-img1 {
        position: absolute;
        right: 0;
        top: -4.5rem;
        width: 30vw;
    }
}
@media (max-width: 576px) {
    .blogs-img1 {
        width: 70%;
        padding-left: 2rem;
        padding-top: 2rem;
        position: relative;
    }
}

@media (min-width: 577px) {
    .family-img {
        margin-top: -5rem;
        margin-bottom: -10rem;
    }
}
@media screen and (max-width:810px) {
    .family-img {
        position: inherit;
        top: 0;
    }

    .wd-75 {
        width: 100%;
    }
}

.about-socials {
    width: 1.5rem;
    margin-bottom: -3rem
}

.maps {
    height: 60vh;
    width: 100%;
}

.spin img {
    transition: all 300ms ease-in-out;
}

.spin:hover img {
    transform: rotate(360deg);
}

.spin-half img {
    transition: all 100ms ease-in-out;
}

.spin-half:hover img {
    transform: rotate(30deg);
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    margin: 0;
    padding: 0;
}

.move-left img {
    transition: all 300ms;
}

.move-left:hover img {
    margin-left: -1rem;
}

.move-left:hover {
    color: var(--fa-logo);
}

@media (min-width: 991px) {
    .w-lg-50 {
        width: 50%;
    }
}
.contact-icon {
    width: 1.5rem;
}
