@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap');

html,
body {
    font-family: 'Sora';
    overflow-x: hidden;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.bg-primary {
    background: #45bd90 !important;
}

.bg-secondary {
    background: #0575b6 !important;
}

.text-primary {
    color: #45bd90 !important;
}

.text-secondary {
    color: #0575b6 !important;
}

.footer-text-links a:hover {
    color: #45bd90 !important;
}

.btn-primary {
    background: #45bd90 !important;
    border: 1px solid #45bd90;

}

.btn-primary:hover {
    background: #2b7f60 !important;
    border: 1px solid #2b7f60 !important;
}

.footer-heading {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 31px;
    padding: 0 0 14px;
    position: relative;
}

.footer-heading:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: auto;
    bottom: 0;
    right: auto;
    width: 60px;
    height: 2px;
    z-index: 0;
    background-color: #45bd90;
}

.main-heading {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 0 60px;
    padding: 0 0 28px;
    position: relative;
    z-index: 1;
}

.main-heading:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 50%;
    top: auto;
    bottom: 0;
    right: auto;
    transform: translateX(-50%);
    width: 70px;
    height: 4px;
    background-color: #0575b6;
}

@media screen and (min-width:1200px) {
    .page-header {
        margin-top: -31px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .page-header {
        margin-top: -38px;
    }
}

.page-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(90deg, rgba(69, 189, 144, 0.5) 0%, rgba(5, 117, 182, 0.5) 100%);
}

.page-bg {
    position: relative;
    z-index: 0;
}

@media screen and (min-width:991.98px) {
    .side-menu img {
        height: 6rem !important;
    }
}

@media screen and (max-width: 991px){
#map {
    height: 16rem !important;
}
}