.owl-carousel.owl-theme.page-banner-slider.owl-loaded.owl-drag {
    margin-top: 120px !important;
}
.home-introduction {
    background-color: #ffffff;
}
a.nav-link.active {
    color: #0d76c7 !important;
}
.column {
    gap: 20px !important;
}
.photo-gallery {
    gap: 20px !important;
}
/* Force Owl's animate.css transitions to 5 seconds */
.owl-carousel .animated,
.owl-carousel .owl-animated-in,
.owl-carousel .owl-animated-out {
  animation-duration: 2s !important;
}
.info p {
    font-size: 17px !important;
    line-height: 33px;
}
.diy-page-introduction .introduction_title {
    text-align: left !important;
}
.diy-page-introduction {
    margin-top: 30px !important;
}
.home-masonary-grid {
    background-color: #ffffff;
}
.home-masonary-grid {
    padding-bottom: 0 !important;
}
.home-feature-text {
    padding-bottom: 60px;
}
.introduction-text {
    margin-bottom: 0 !important;
}
.home-feature-text {
    background-color: #ffffff;
}
.article p {
    font-size: 20px !important;
}
span li {
    font-size: 20px !important;
}
main {
    margin-top: 0;
}
.brand-logos {
    background-color: white;
}
p {
    font-size: 20px !important;
}
.copyright.text-left p {
    font-size: 13px !important;
}
.home-articles span li {
    font-size: 20px !important;
}
footer.container-fluid {
    background: #ffffff;
}
.navigation-block .nav-main a, #navbarNavMobile a {
    margin-left: 10px;
    margin-right: 10px;
}
.feature-text {
    margin-top: 0;
    width: 60%;
}
.photo-gallery {
    display: grid;    
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-height: calc(2*(desired-item-height + 20px));
    overflow: hidden;
}
.intro-article p {
    font-size: 20px;
    font-weight: 300;
    line-height: 34px;
    margin-top: 12px;
    width: 100%;
    margin: auto;
}
.introduction-text {
    margin-bottom: 70px;
}
h1 {
    font-family: 'Raleway';
}
h2 {
    font-family: 'Raleway';
}
@media only screen and (max-width: 992px) {
    span li {
        font-size: 17px !important;
        text-align: center;
        list-style: none;
    }
    .home-articles span li {
        text-align: center;
        list-style: none;
    }
    .articles span {
        height: 100%;
    }
    .contact-enquire-form h2 {
        font-size: 22px !important;
    }
    .article p {
        font-size: 15px !important;
        line-height: 27px !important;
    }
    .info p {
        font-size: 15px !important;
        line-height: 33px;
    }
    .contact-enquire-form form label {
        font-family: inherit !important;
    }
    .contact .section__theme .text {
        padding-top: 0px !important;
        padding-left: 30px;
        padding-right: 30px;
    }
    p {
        font-size: 15px !important;
        line-height: 23px !important;
    }
    h1.about_title {
        font-size: 25px;
        text-align: left;
        font-family: inherit !important;
    }
    .diy-page-articles {
        margin-top: 40px !important;
    }
    .diy-page-articles .image .articleSlide img {
        margin-bottom: 0  !important;
        padding: 0;
    }
    button.grid-images-load-more.btn.see-more-btn.smlBtn {
        display: none;
    }
    .owl-carousel.owl-theme.page-banner-slider.owl-loaded.owl-drag {
        margin-top: 70px !important;
    }
    #backtoTopbutton {
        z-index: 1;
    }
    .home-articles span li {
        font-size: 17px !important;
    }
    .intro-article p {
        font-size: 17px !important;
        line-height: 27px !important;
    }
    .photo-gallery {
        display: grid;
        grid-template-columns: none;
        gap: 20px;
        max-height: calc(2*(desired-item-height + 20px));
        overflow: hidden;
    }
}