* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* fixed-whatsapp */
.fixed-whatsapp {
    width: 65px;
    height: 65px;
    position: fixed;
    bottom: 64px;
    right: 20px;
    z-index: 1000;
}

.fixed-whatsapp a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* fixed-whatsapp */

/* -----------banner-start----------- */
.banner-area:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #1e1c1c24, #1e1c1c61, transparent);
}

/* -----------banner-end----------- */


/* -----------service-home-page----------- */
.service-cards {
    height: 300px !important;
}

/* -----------service-home-page----------- */



/* -----------footer-start----------- */
.email-icon {
    width: 25px;
    height: 25px;
}

.email-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7475%) hue-rotate(94deg) brightness(99%) contrast(106%);
}

.email-container,
.phone-container,
.location-container,
.phone-container {
    display: flex;
    align-items: baseline;
    column-gap: 20px;
    margin-left: 13px;
}

p.address-para {
    color: #ffffffdb;
}

/* -----------footer-end----------- */



/* -----------gallery-sub-page----------- */
/* Start Gallery CSS */
section.img-gallery {
    padding: 80px 0;
}

.thumb {
    margin-bottom: 15px;
}

.thumb:last-child {
    margin-bottom: 0;
}

/* CSS Image Hover Effects: https://www.nxworld.net/tips/css-image-hover-effects.html */
/* .thumb 
figure img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.thumb 
figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
} */

/* -----------gallery-sub-page----------- */



/* ------------------------------media-quaries--------------- */

@media (max-width: 991.98px) {
    .cutom-order {
        order: 2 !important;
    }

    .cutom-order-2 {
        order: 1 !important;
    }
}





@media (max-width: 575.98px) {
    .cutom-order {
        order: 2 !important;
    }

    .cutom-order-2 {
        order: 1 !important;
    }

    .custom-btn {
        font-size: 15px;
        padding: 12px 25px;
    }

    .banner-heading,
    .banner-heading-2 {
        font-size: 45px;
        margin: 0;
    }

    .banner-heading-2 {
        margin-bottom: 15px;
    }

    .fixed-whatsapp {
        width: 50px;
        height: 50px;
        bottom: 50px;
    }
}

/* ------------------------------media-quaries--------------- */