.home-link h2{
    font-size: 28px;
    line-height: normal;
    color: var(--base-skin);
    margin-bottom: 0;
}
.home-link h2 span{
    display: block;
    font-size: 14px;
    color: var(--base-dark);
}
.menu-bg{
    background-color: var(--base-dark) !important;
}
.map{
    width: 100%;
    height: 100%;
}
.subscribe-form-section .section-title h2.title{
    font-size: 28px;
}
div.pp_default .pp_social{
    display: none;
}
.fetch-img-src {
    display: none !important;
}
.set-bg {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gallery{
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 15px;
}
.gallery li{
    width: 100%;
    height: 300px;
    position: relative;
    border: 2px solid var(--base-skin);
}
.gallery li a{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.cmt-service-single-content-area p{
    color: #000;
}
@media all and (max-width: 1199px) {
    .site-navigation ul.menu > li > a {
        color: var(--base-black);
    }
}
@media all and (max-width: 768px) {
    .gallery{
        grid-template-columns: repeat(2,1fr);
        margin: 0;
        padding: 0;
    }
    .featured-icon-box.style15 .featured-content{
        padding: 43px 10px 32px 10px;
    }
    .cmt-service-single-content-area div:not(.featured-title) > h3{
        line-height: 32px;
    }
}
@media all and (max-width: 480px) {
    .gallery{
        grid-template-columns: repeat(1,1fr);
        gap: 30px;
    }
}