.icn-nav-list {
    padding-left: 1rem;
}
.bg-right {
    background-position: right;
}
.bg-grey {
    /* background: #f2abb9 !important; */
    background: rgb(251, 227, 227);
background: rgb(251 219 195);
}
.services-wrap1 ul.circle-list li {
    color: #000;
}
.banner {
    background-image: url(../images/banner.jpg);
    background-position: center center;
    background-size: cover;
    height: 300px;
    display: flex;
    align-items: center;
    position: relative;
}
.banner::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.3) 30%, rgba(255, 255, 255) 100%);
}
.banner h2 {
    font-size: 42px;
    font-weight: bold;
    color: #ed6602;
}
.service-page h3 {
    color: #ed6602;
    font-size: 20px;
}
.service-page p {
    margin-bottom: 15px;
}
.footer h3 {
    color: #ed6602;
    font-weight: 900;
}
.footer-text p {
    color: #000;
}
.footer ul.icn-list li {
    color: #000;
}
.b1 u{
    font-weight: 600;
    text-decoration: none;
}
.footer ul.icn-list a {
    color: #fff;
}
.footer ul li a {
    color: #000;
}
.service-card ul li a:hover {
    color: #ed6602;
}
.service-page h1 {
    color: #ed6602;
}
.service-page .service-img {
    margin-bottom: 30px;
}
.about-content p {
    margin-bottom: 10px;
}
.icn-nav-list li {
    color: #ed6602;
}
.service-block {
    display: flex;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}
.service-block:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.service-block .service-img {
    width: 180px;
    text-align: center;
    border: 1px solid #eee;
    padding: 10px;
}
.service-block .service-img img + img {
    margin-top: 10px;
}
.service-block .service-info {
    width: calc(100% - 180px);
    padding-left: 20px;
}
.gallery-wrap ul {
    display: flex;
    margin: -10px;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}
.gallery-wrap ul li {
    width: 33.33%;
    padding: 10px;
    height: 260px;
}
.fetch-img-src {
    display: none;
}
.set-bg {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gallery-wrap .gal-img {
    width: 100%;
    height: 100%;
    border: 2px solid #ed6602;
}
.about-content p {
    text-align: justify;
}
.abt-img {
    border: 5px solid #ed6602;
}
.fun-bg {
    padding: 70px 0 50px;
    background: rgb(251, 227, 227);
    background: rgb(255 233 216);
}
.banner-call h2{
    font-weight: 900;
    line-height: 48px;
}
.service-card a{
    color: #000;
}
.service-card-name a{
    color: #ed6602;
    font-weight: 900;
}
@media (max-width: 767px) {
    .service-block .service-info {
        width: 100%;
        padding-left: 0px;
    }
    .service-block .service-img {
        width: 100%;
    }
    .service-block {
        flex-wrap: wrap-reverse;
    }
    .gallery-wrap ul li {
        width: 50%;
        height: 200px;
    }
    .banner-call h2{
        line-height: 36px;
    }
    .banner{
        height: 220px;
    }
    .banner h2{
        font-size: 36px;
    }
}

