#header {
    background-color: #4F4440;
    color: #fff;
    height: 600px;
    font-family: 'Merriweather', serif;
    overflow: hidden;
}
#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.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
    width: 100%;
}
.banner-overlay {
    position: absolute;
    height: 600px;
    width: 100%;
    background: linear-gradient(to top, #cc2b5e 0%, #F7E2D4 100%);
    opacity: 0.7;
    top: 0;
    left: 0;
    z-index: 1;
}
.banner .row{
    margin: 0;
}
.banner .row [class^="col"]{
    padding: 0;
}
.banner-image{
    position: relative;
}
.banner-img-background{
    height: 100%;
    width: 100%;
    clip-path: polygon(0 0, 13% 0, 84% 25%, 100% 72%, 17% 100%, 0 100%);
    background-color: #4F4440;
    position: absolute;
    left: 10px;
    top: 0;
}
.banner-img{
    z-index: 99;
    height: 600px;
    width: 100%;
    object-fit: cover;
    clip-path: polygon(0 0, 10% 0, 84% 26%, 100% 71%, 14% 100%, 0 100%);
}
.left-banner-section{
    margin-left: 50px;
    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: center;
    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: #4F4440;
    transition: all 0.4s;
}



.content-section {
    padding: 80px 0;
}
.section-title {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1;
    color: #4F4440;
    text-align: center;
    font-family: 'Merriweather', serif;
    text-transform: uppercase;
    text-decoration: underline;
}
.service-bx{
    text-align: center;
    padding: 50px;
    border: 1px solid #4F4440;
}
.service-bx:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: box-shadow 0.4s;
}
.service-bx > .fa{
    color: #000;
    font-size: 68px;
    margin: 30px auto;
}
.service-title{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    color: #4F4440;
    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 #4F4440;
    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: #4F4440;
    border: 2px solid #4F4440;
    background-color: transparent;
}
.contact-btn:hover,
.contact-foot-btn:hover {
    text-decoration: none;
    background-color: #4F4440;
    border-color: #4F4440;
    color: #fff;
    transition: all 0.4s;
}
.map-section {
    background-color: #4F4440;
}
.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) {
    #header{
        height: auto;
    }
    .banner-overlay{
        height: 500px;
    }
    .banner-title h1 {
        font-size: 32px;

    }
    .banner-buttons{
        margin: 20px 0px;
    }
    .banner-btn{
        /*margin: 0 5px;*/
        padding: 15px 20px;
    }
    .banner-img{
        height: 500px;
        width: 100%;
    }
    .banner-img-background{
        width: 100%;
    }
    .left-banner-section {
        margin-left: 20px;
    }
    .service-bx {
        padding: 50px 15px;
    }
}

@media only screen and (max-width: 767px) {
    .banner{
        background: linear-gradient(to top, #cc2b5e 0%, #753a88 100%);
    }
    .banner-img{
        height: 375px;
        width: 90%;
    }
    .banner-img-background {
        width: 90%;
    }
    .banner-btn{
        padding: 10px 10px;
        font-size: 14px;
        margin: 0 5px;
    }
    .left-banner-section {
        margin: 20px 0px;
        height: auto;
        padding: 30px 10px;
    }
    .banner-title h1 {
        font-size: 28px;
        text-align: center;
    }
    .banner-buttons {
        align-items: center;
        justify-content: center;
        margin: 20px 0px 0;
    }
    .banner-overlay {
        display: none;
    }
    .service-section [class^="col"]{
        margin-bottom: 15px;
    }
    .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;
    }
    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;
    }
}
