
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    font-family: "Exo", serif;
    box-sizing: border-box;
}
.navbar-custom {
    background: linear-gradient(18deg, #1f2837 0%, #29c4a9 100%) !important;
}
.navbar-brand img {
    height: 53px;
}
.hero-section .hero-heading {
    color: #1f2837;
    font-weight: 800;
    font-size: 40px;
    line-height: 1.3em;
}
.hero-section .hero-text {
    font-size: 20px;
    color: #112827;
}
.social-icon-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 10px;
    background-color: #b9b9b9;
}
.socialicon-img-wrap {
    width: 45px;
}
.socialicon-img-wrap img {
    width: 100%;
}
.google-map iframe {
    width: 100% !important;
}
@media only screen and (max-width:767px) {
    .hero-section .hero-heading {
        font-size: 24px;
    }
    .hero-section .hero-text {
        font-size: 16px;
    }
    .content-section-wrap h2 {
        font-size: 20px !important;
    }
}