@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
main {
    margin-top: 0;
}
html, body {
    max-width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Roboto';
    scroll-behavior: smooth;
}
.owl-theme .owl-dots .owl-dot span {
    display: none;
}
.home-masonary-grid, .home-introduction {
    background-color: #ffffff;
}
/*.owl-carousel.owl-theme.page-banner-slider.owl-loaded.owl-drag {*/
/*    margin-top: 0px;*/
/*}*/
.about_title {
    font-size: 36px;
    font-family: 'Roboto';
    color: #11a12f;
}
.introduction-text .intro-article {
    font-family: 'Roboto';
}
.sectionTitle {
    font-family: 'Roboto' !important;
    color: #11a12f;
}
h1 {
    font: normal normal 40px var(--font-josefin-sans);
    font-weight: 600;
    font-family: 'Roboto';
}

.footerContain {
    margin-top: 60px;
}
footer.container-fluid {
    background: #eeeeee;
}
#backtoTopbutton {
    background-color: #11a22f;
}
.contact-enquire-form h2 {
    font-family: 'Roboto';
}
.article p {
    font-size: 18px !important;
    line-height: 36px !important;
    font-weight: 300 !important;
}

.intro-article p {
    font-size: 26px;
    margin: auto;
    font-weight: 400;
    line-height: 40px;
    font-family: 'Roboto';
}

span li {
    color: #1b1b19;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 300;
}
.home-feature-text {
    background-color: #f5f5f5;
}
.intro-text h1.title {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 32px;
}
.contact-info-top {
    background-color: #f5f5f5;
}
.home-masonary-grid {
    padding-top: 0;
}
.footer-titles {
    font-family: 'Roboto';
    color: #11a12f !important;
}
.home-feature-text .row.intro-article {
    font-family: 'Roboto';
}
.page-title {
    font-size: 40px !important;
    color: #11a22f !important;
    margin-bottom: 20px;
    margin-top: 0;
}
.contact-enquire-form h2 {
    font-family: 'Roboto';
    font-size: 40px;
    color: #11a22f;
}
.contact-enquire-form form button[type=submit] {
    background-color: #11a22f;
}
[class*=contact] a {
    line-height: 27px;
    font-size: 15px;
}
.intro-text h1.title {
    padding-top: 30px !important;
    padding-bottom: 30px;
    text-align: center;
    font-size: 40px;
    color: #11a22f;
}
@media only screen and (max-width: 768px) {
    #backtoTopbutton {
        right: 7%;
    }
    .articles.showContent span {
        height: 100%;
    }
    .articles span {
        margin-bottom: 0;
        height: 100% !important;
        overflow: hidden;
        text-align: center;
        display: block;
    }
    span li {
        line-height: 28px;
        margin-left: 5px;
    }
    .owl-carousel.owl-theme.page-banner-slider.owl-loaded.owl-drag {
        margin-top: 70px;
    }
    .copyright.text-left p {
        color: #999999;
        text-align: center;
        font-family: 'Roboto' !important;
    }
    .website-design-by.text-right a {
        font-size: 16px !important;
        font-family: 'Roboto';
    }
    .footerContain {
        margin-top: 0;
    }
    .page-title {
        font-size: 30px !important;
        color: #11a22f !important;
        margin-bottom: 20px;
        margin-top: 0;
        text-transform: none !important;
        font-family: inherit !important;
    }
    .sub-headings {
        font-family: inherit;
        font-size: 15px;
    }
    .sectionTitle h1 {
        font-size: 30px !important;
        text-transform: none !important;
        line-height: 36px !important;
    }
    h1.about_title {
        font-size: 25px;
        text-align: left;
        font-family: 'Roboto';
    }
    .img-navicon.nav-close {
        margin-top: 0 !important;
    }
    button.grid-images-load-more.btn.see-more-btn.smlBtn {
        display: none;
    }
    .home-feature-text {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 576px) {
    .intro-text h1.title {
        text-align: center;
        font-size: 30px;
    }
    .introduction {
        height: auto;
        margin-top: 80px !important;
    }
      .intro-article p {
        font-size: 16px;
        margin: auto;
        font-family: 'Roboto';
        line-height: 28px;
    }
    i.fas.fa-plus {
        color: #70b566;
    }
}