#header {
    padding: 15px 0;
    background-color: #F54748;
    color: #fff;
    min-height: 90px;
    font-family: 'Josefin Sans', sans-serif;
    display: flex;
    align-items: center;
}

#header a {
    text-decoration: none;
    color: #fff;
}

.head-title,
.head-subtitle {
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 1;
}

.head-title:hover,
.head-subtitle:hover {
    color: #fff;
}

.head-title {
    font-size: 26px;
}

.head-subtitle {
    font-size: 18px;
    letter-spacing: 1px;
}

.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: 90vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.banner-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.3;
    top: 0;
    left: 0;
    z-index: 1;
}

.banner-title {
    z-index: 99999;
}

.banner-title>h2 {
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 52px;
    font-weight: 700;
    opacity: 1;
}

.content-section {
    padding: 80px 0;
}
.service-section{
    background-color: #e6e6e6;
}
.service-bx {
  text-align: center;
    background-color: #fff;
  padding: 50px 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 0.6s;
}
.service-bx:hover {
  transform: scale(0.96);
  box-shadow: 1px 1px 4px 1px gray;
}
.service-bx > .fa {
  color: #000;
  font-size: 68px;
  margin: 30px auto;
}
.service-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: #F54748;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
}

.section-title {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1;
    color: #F54748;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
}
.gallery-section .section-title{
    text-align: left;
}
.gallery-section {
    padding: 120px 0;
    background-image: url(img/back.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center left;
    background-size: contain;
    background-clip: padding-box;
}
.image-container{
    padding: 50px;
    background-color: #fff;
}
.gallery-img {
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 250px;
    width: calc(33.33% - 7.5px);
}
.img-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.img-row2{
    margin-top: 10px;
}

.add-div {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    /*padding-top: 10%;*/
}
.add-div .section-title{
    margin-bottom: 0px;
}
.open-para {
    color: #334443;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}





.contact-btn,
.contact-foot-btn {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 30px;
    color: #F54748;
    background-color: transparent;
    border: 2px solid #F54748;
    font-family: 'Josefin Sans', sans-serif;
    border-radius: 2px;
    text-transform: uppercase;
}

.contact-btn:hover,
.contact-foot-btn:hover {
    background-color: #F54748;
    text-decoration: none;
    color: #fff;
    transition: all 0.4s;
}

.map-section {
    background-color: #F54748;
}

.map-col {
    display: flex;
    align-items: center;
}

.map-img {
    width: 100%;
    margin: 10px 0;
}

footer {
    padding: 30px 0 60px 0;
}

.footer-heading {
    color: #393e46;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.foot-text {
    text-align: center;
    color: #334443;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-content{
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .banner-title h2 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .head-title,
    .head-subtitle {
        text-align: center;
    }

    .flex-head {
        margin-top: 10px;
    }
    .fh1 {
        justify-content: center;
    }
    .img-row{
        display: block;
        margin: 0;
    }
    .add-div .section-title{
        margin-bottom: 20px;
    }
    .gallery-img {
        width: 100% !important;
        margin: 0 0 15px 0 !important;
        height: 260px !important;
    }
    .gallery-section.content-section {
        padding: 80px 0;
    }
    .add-div {
        text-align: center;
        padding: 30px 10px 40px;
        align-items: center;
        justify-content: center;
    }
    .add-div div {
        margin: 10px 0px;
        text-align: center;
    }
    .banner-title h2 {
        font-size: 32px;
        text-align: center;
    }
    .flex-head a{
        font-size: 14px;
    }
    
    footer .row .col-md-4:nth-child(2),
    footer .row .col-md-4:last-child {
        margin-top: 40px;
    }
    .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;
    }
}