.swap-fonts, footer a, .website-design-by *, copyright * {
    color: #ffffff;
}
.navigation-block .active {
    color: rgb(45, 185, 255) !important;
}
.page-banner-slider-empty {
    margin-top: 60px;
}
.page-banner-slider.page-banner-slider-empty {
    display: block;
}
.sub-headings {
    text-align: left;
}
h2.footer-titles {
    color: #00b0e1 !important;
}
.intro-article p {
    font-family: 'Josefin Sans' !important;
    font-size: 23px;
    color: #1b1b19;
    font-weight: 400 !important;
    line-height: 40px;
    margin-top: 12px;
    width: 100%;
    margin: auto;
}
.article p {
    line-height: 30px;
    margin-top: 12px;
    font-family: 'Josefin Sans' !important;
    font-size: 23px;
    color: #1b1b19;
    font-weight: 400 !important;
    line-height: 40px;
}
.page-builder.article li {
    font-family: 'Josefin Sans' !important;
    font-size: 23px;
    color: #1b1b19;
    font-weight: 400 !important;
    line-height: 40px;
}
.contact-enquire-form.section-2__theme--dark.mx-auto.py-5 {
    background-color: #131313;
}
form label {
    color: #ffffff;
}
.copyright.text-left p {
    color: white !important;
}
footer.container-fluid {
    background: #131313;
}
h2.footer-titles {
    color: #00b0e1 !important;
}
h1.about_title {
    color: #00b0e1 !important;
}
.sectionTitle h1 {
    color: #00b0e1 !important;
}

.column {
    display: flex;
    /* flex-direction: column; */
    gap: 40px;
    flex-wrap: wrap;
}
.photo-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    overflow: hidden;
}
.sectionTitle h1 {
    color: #00b0e1 !important;
    text-transform: uppercase;
}
h2 {
    font-size: 32px;
}
.page-builder-intro h2 {
    font-size: 32px;
}
p span {
    font-family: 'Josefin Sans' !important;
    font-size: 23px;
    color: #1b1b19;
    font-weight: 400;
    line-height: 40px;
    }
button.search-btn.btn.btn-outline-secondary {
    width: 70px;
    background: transparent !important;
    padding: 0;
    position: absolute;
    right: 0%;
    margin: 0;
}
.contact-info-top {
    background-color: #00b0e1;
}
.contact-info-top h4.title {
    color: #ffffff;
}
[class*=contact] a {
    color: #ffffff;
}
.contact-info-top .info p {
    color: white;
}
.contact-enquire-form form .form-control {
    background-color: #ffffff;
}
.additional-details {
    background-color: #131313 !important;
}
.contact-enquire-form form button[type=submit] {
    background-color: #00b0e1;
}
.page-builder.article h3 {
    color: #00b0e1;
    font-size: 25px !important;
}
.email-button .btn-primary {
    background-color: #00b0e1 !important;
}
.team-version-two h1.title {
    color: #00b0e1;
}
h2 {
    color: #00b0e1 !important;
}
h1.page-title {
    color: #00b0e1 !important;
}
.classified-items .article_title {
    text-align: left !important;
}
.intoduction-text {
    background-color: #ffffff !important;
}
.intoduction-text h1 {
    color: #00b0e1;
}
.introduction {
    background-color: white !important;
    height: auto;
    margin-top: 0;
}
h2.sub-headings {
    font-size: 22px !important;
}
.intro-text h1.title {
    color: #00b0e1 !important;
}
@media only screen and (max-width: 1440px) {
    .intro-text h1.title {
        font-size: 22px !important;
    }
    .page-builder-articles .article h3 {
        text-align: center;
        font-size: 20px !important;
    }
}
@media only screen and (max-width: 768px) {
    .intro-article p {
        font-size: 18px;
    }
    .article p {
        font-size: 18px;
    }
    .intoduction-text {
        margin-top: 0 !important;
    }

    p span {
        font-size: 18px;
    }
    .page-builder.article li {
        font-size: 18px;
    }
    .page-builder-intro h2 {
        font-size: 25px !important;
    }
    .page-builder.article h3 {
        font-size: 22px !important;
    }
    .introduction {
        margin-top: 100px !important;
    }
    .feature-text {
        width: auto;
        margin: 20px;
    }
    span li {
        color: #1b1b19;
        font-size: 15px;
        line-height: 25px;
    }
    .photo-gallery {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
        overflow: hidden;
    }
}
@media only screen and (max-width: 576px) {
    .column {
        gap: 0;
    }
    .intro-article p {
        line-height: 27px;
    }
    .intro-article p {
        font-size: 15px;
    }
    .intro-text h1.title {
        padding-top: 0!important;
        font-size: 22px !important;
        color: #00b0e1;
    }
    h2 {
        font-size: 22px !important;
    }
    .row.page-builder.article:nth-of-type(odd) {
        margin-top: 40px !important;
    }
    main[role=main].container-fluid {
        padding: 0 !important;
    }
        .owl-carousel.owl-theme.page-banner-slider.owl-loaded.owl-drag {
         margin-top: 100px; 
    }
}