/*-- Use For Custom Styling --*/
.font-logo {
    font-family: "Oswald", sans-serif!important;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
 }

.btn {
    text-transform: none;
}

.banner-sec {
    padding-top: 8rem;
    padding-bottom: 0;
}

.image-banner {
    top: 0;
}

@media (min-width: 992px) {
    .banner-sec {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }

    .image-banner {
        top: 73px;
    }
}

.heading-area .sub-heading {
    font-weight: 700;
    font-size: 30px;
}

.navbar-simple .navbar-nav .nav-link {
    text-transform: none;
}

.list-disc li {
    list-style: disc;
}

.contact-form {
    width: 100%;
}

