#header {
    padding: 15px 0;
    background-color: rgba(255, 255, 255, 0.7);
    color: #206A5D;
    min-height: 90px;
    font-family: 'Ubuntu', sans-serif;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 99;
    width: 100%;
}

#header a {
    text-decoration: none;
    color: #206A5D;
}

.head-title,
.head-subtitle {
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 1;
}

.head-title:hover,
.head-subtitle:hover {
    color: #206A5D;
}

.head-title {
    font-size: 26px;
}

.head-subtitle {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.2;
}

.flex-head {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: flex-end;
}

.banner {
    background-image: url(img/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 90px;
}

.section-title {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1;
    color: #206A5D;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    text-decoration: underline;
}

.banner .container .row > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.add-div {
    margin-right: 30px;
    padding: 50px 50px 70px;
    background-color: rgba(0, 0, 0, 0.5);
}

.open-para {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.banner-img {
    object-fit: cover;
    border: 2px solid #ffffff;
    height: 100%;
    width: 100%;
}

.site-title>h2 {
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 42px;
    font-weight: 700;
    opacity: 1;
}

.gallery-imgs {
    text-align-last: justify;
}

.gallery-img {
    width: 32%;
    height: 350px;
    object-fit: cover;
    vertical-align: top;
    border: 2px solid #206A5D;
}

.contact-btn,
.contact-foot-btn {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 30px;
    background-color: #fff;
    color: #206A5D;
    font-family: 'Ubuntu', sans-serif;
    border-radius: 2px;
    text-transform: uppercase;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.contact-btn:hover,
.contact-foot-btn:hover {
    text-decoration: none;
    color: #206A5D;
}

.content-section {
    padding: 80px 0;
}

.map-section {
    background-color: #206A5D;
}

.map-col {
    display: flex;
    align-items: center;
}

.map-img {
    width: 100%;
    margin: 10px 0;
}

footer {
    padding: 30px 0;
    border-top: 1px solid #fff;
}

.footer-heading {
    color: #393e46;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
}

.foot-text {
    color: #334443;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    list-style: none;
}

.foot-text>li>span {
    min-width: 45px;
    float: left;
    font-family: 'Ubuntu', sans-serif;
}

@media only screen and (max-width: 991px) {
    .add-div {
        width: 100%;
        margin-right: 0;
    }
    .site-title h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .head-title,
    .head-subtitle {
        text-align: center;
    }
    .header-link {
        width: 50%;
        display: inline-block;
    }
    .flex-head {
        margin-top: 10px;
    }
    .fh1 {
        justify-content: flex-start;
    }
    .add-div {
        margin: 0;
        text-align: center;
        padding: 20px 20px 50px 20px;
        height: auto;
    }
    .add-div div {
        margin: 10px 0px;
        text-align: center;
    }
    .banner-img{
        margin-top: 50px;
    }
    .banner-images {
        text-align: center;
        padding-bottom: 0px;
    }
    .gallery-img {
        width: 100%;
        margin-bottom: 10px;
    }
    .site-title h2 {
        font-size: 32px;
    }
    footer .row .col-md-4:first-child,
    footer .row .col-md-4:nth-child(2) {
        width: 50%;
    }
    footer .row .col-md-4:last-child {
        margin-top: 30px;
        text-align: center;
    }
    .foot-text>li>span {
        float: none;
        margin-right: 10px;
    }
    .contact-foot-btn {
        padding: 20px 15px;
    }
    .footer-heading+br {
        display: none;
    }
}

@media only screen and (max-width: 320px) {
    .contact-foot-btn {
        padding: 20px 7px;
    }
}