#header {
    background-color: #000428;
    color: #fff;
    height: 100vh;
    font-family: 'Merriweather', serif;
}
#header [class^="col"]{
    z-index: 9;
}
.head-title {
    margin: 0;
    padding: 0;
    font-weight: 700;
    line-height: 1;
    font-size: 54px;
}
.head-title:hover {
    color: #fff;
}
.banner {
    background-image: url(img/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.banner-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, #8E2657 0%, #53B8BB 100%);
    opacity: 0.7;
    top: 0;
    left: 0;
    z-index: 1;
}
.left-banner-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.banner-title {
    z-index: 99999;
}
.banner-buttons{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 40px;
}
.banner-btn{
    padding: 15px 35px;
    border: 2px solid #fff;
    background-color: transparent;
    margin: 0 10px 0 0;
    z-index: 99999;
    color: #fff;
    text-decoration: none;
}
.banner-btn:hover{
    text-decoration: none;
    background-color: #fff;
    color: #000428;
    transition: all 0.4s;
}
.right-banner-section{
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
}
.circle{
    height: 60vh;
    width: 60vh;
    margin: 0 auto;
    background-color: #fcfafa;
    clip-path: circle(50% at 50% 50%);
}
.banner-png{
    height: auto;
    width: 75%;
    object-fit: contain;
    position: absolute;
    left: 0;
    bottom: 10%;
}



.content-section {
    padding: 80px 0;
}
.section-title {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1;
    color: #000428;
    text-align: center;
    font-family: 'Merriweather', serif;
    text-transform: uppercase;
    text-decoration: underline;
}
.service-bx{
    text-align: center;
}
.service-bx > .fa{
    color: #000;
    font-size: 68px;
    margin: 30px auto;
}
.service-title{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    color: #000428;
    text-align: center;
    font-family: 'Merriweather', serif;
    text-transform: uppercase;
}
.add-div {
    margin: 40px 0 30px;
    height: 100%;
    width: 100%;
    text-align: center;
}
.open-para {
    color: #334443;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px;
}



.gallery-section {
    background-color: #EFEFEF;
}
.gal-img{
    border: 2px solid #000428;
    overflow: hidden;
    object-fit: cover;
}
.gallery-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.gallery-img:hover {
    -ms-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
}



.contact-btn,
.contact-foot-btn {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 30px;
    font-family: 'Merriweather', serif;
    text-transform: uppercase;
    color: #000428;
    border: 2px solid #000428;
    background-color: transparent;
}
.contact-btn:hover,
.contact-foot-btn:hover {
    text-decoration: none;
    background-color: #000428;
    border-color: #000428;
    color: #fff;
    transition: all 0.4s;
}
.map-section {
    background-color: #000428;
}
.map-col {
    display: flex;
    align-items: center;
}
.map-img {
    width: 100%;
    margin: 10px 0;
}



footer {
    padding: 30px 0;
}
.footer-heading {
    color: #393e46;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.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;
}

@media only screen and (max-width: 991px) {
    .banner-title h1 {
        font-size: 46px;
        text-align: center;
    }
    .banner-buttons{
        align-items: center;
        justify-content: center;
        margin: 20px 0px 50px;
    }
    .circle {
        height: 45vh;
        width: 45vh;
    }
    .banner-png{
        width: 67%;
        left: 10%;
    }
    .banner-btn{
        margin: 0 5px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-btn {
        padding: 15px 20px;
    }
    .banner-png{
        width: 75%;
        left: 20px;
    }
    .banner-btn{
        padding: 10px 10px;
        font-size: 14px;
    }
    .circle {
        height: 280px;
        width: 280px;
    }
    .gal-img {
        margin: 0 0 15px 0 !important;
    }
    .gallery-section.content-section {
        padding: 80px 0;
    }
    .add-div {
        text-align: center;
        padding: 0px;
        margin-bottom: 30px;
    }
    .banner-title h1 {
        font-size: 34px;
    }
    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: 15px 15px;
    }
    .footer-heading+br {
        display: none;
    }
    footer .contact-foot-btn+br{
        display: none;
    }
}

@media only screen and (max-width: 320px) {
    .banner-btn {
        padding: 15px 10px;
        font-size: 14px;
    }
    .contact-foot-btn {
        padding: 10px 5px;
    }
}