.text-right {
    text-align: right;
}

.m0 {
    margin: 0;
}

a:not(.btn) {
    transition: opacity 0.3s;
}

a:not(.btn):hover {
    color: inherit;
    opacity: 0.7;
}

a:not(.btn):active {
    opacity: 0.5;
}

.btn {
    transition: opacity 0.3s;
}

.btn:hover {
    opacity: 0.9;
}

.btn:active {
    opacity: 0.8;
}

.mobile-menu li a {
    padding: 10px 20px;
}
.section-padding {
    padding: 90px 0;
}
.about.section-padding {
    padding-bottom: 40px;
}
.about-img {
    border-radius: 30px;
}
.btn-style-one,
.btn-style-two {
    border-radius: 17px;
    padding: 20px 45px;
    border: 2px solid #000000;
}
.btn-style-two::before {
    border-radius: 17px;
}
.about .main-image .circle-thumb {
    border-radius: 20%;
}

.about .section-head .title {
    font-size: 42px;
}

.about .section-head .text-two {
    margin-top: 28px;
}

.about .about-content .btn {
    margin-top: 18px;
}

.bgd-secondary {
    background-color: #f2f5fb;
}

.offcanvas .logo {
    width: 60%;
}

.about .main-image {
    padding: 50px 0;
}

.about-img {
    height: 420px;
    object-fit: cover;
    width: 100%;
}

.funfact .funfact-bg {
    padding: 80px 0;
}

.funfact .title {
    color: #fff;
    margin-bottom: 66px;
    font-size: 45px;
}

.funfact .funfact-content {
    margin-left: 0;
}

.footer-wrapper {
    padding: 40px 0;
}

.footer-widget-list li {
    margin-bottom: 0;
}

.footer-widget-list p {
    color: #54545f;
    font-size: 18px;
}

.footer-wrapper .row {
    align-items: center;
}

@media (max-width: 575px) {
    .about .main-image {
        padding: 10px 0 0 0;
        margin-bottom: 30px;
    }

    .shape-one,
    .shape-two {
        display: none;
    }

    .about .main-image .circle-thumb {
        right: 21px;
        top: 36px;
    }

    .section-padding {
        padding: 40px 0;
    }

    .about.section-padding {
        padding-top: 100px;
    }

    .about .section-head .title {
        font-size: 30px;
    }

    .about .about-content .btn {
        margin-top: 10px;
    }

    .single-service .icon {
        width: 50px;
    }

    .funfact-bg .mb-5 {
        margin-bottom: 20px!important;
    }

    .footer-widget-list p,
    .footer-widget-list a {
        font-size: 16px;
    }
}

@media (max-width: 800px) {
    .section-padding {
        padding: 50px 0;
    }
}

@media (max-width: 1200px) {
    .about-img {
        height: 320px;
        object-fit: cover;
        width: 100%;
        margin-top: 30px;
    }

    .about .main-image {
        padding: 0;
    }

    .about.section-padding {
        padding: 120px 0 60px 0;
    }

    .about .section-head .text-two {
        margin-top: 20px;
    }

    .about .about-content .btn {
        margin-top: 10px;
    }
    .header-container {
        min-height: 60px;
    }
    .logo {
        width: 160px;
    }
    .header-right_actions .btn-style-one {
        padding: 13px 45px;
    }
}

@media (max-width: 767px) {
    .about-img {
        height: 220px;
        object-fit: cover;
        width: 100%;
        margin-top: 30px;
    }
    .about .main-image {
        padding: 0;
    }
    .about.section-padding {
        padding: 120px 0 60px 0;
    }
    .about .about-content .btn {
        margin-top: 10px;
    }
    .header-right_actions .btn-style-one {
        padding: 13px 45px;
    }
    .header-container {
        min-height: 60px;
    } 

    .funfact .title {
        margin-bottom: 36px;
    }
}

@media (min-width: 1201px) {
    .single-service {
        min-height: 352px;
        display: flex;
        flex-direction: column;
    }
    .single-service .readmore-btn {
        margin-top: auto;
    }
}

hr {
    border-color: #b4b0b0;
}

.footer-widget-list {
    margin-bottom: 40px;
}

/* blog */

.rs-blog h1 {
    margin: 30px 0;
}

.rs-blog h2 {
    margin: 25px 0;
}

.rs-blog h3 {
    margin: 20px 0;
}

.rs-blog-list .single-blog {
    margin-bottom: 80px;
}

.rs-blog-list .single-blog .single-blog-meta {
    margin-top: 25px;
}

.rs-blog-list .single-blog .single-blog-content .text {
    margin: 22px 0;
}

.rs-blog p, .rs-blog li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #54545f;
}

.rs-blog p {
    margin: 25px 0;
}

.rs-blog ul {
    margin-left: 30px;
}

.rs-blog li {
    list-style-type: square;
}

.rs-blog li::marker {
    margin-left: 5px;
}

.rs-blog h3 {
    margin-top: 40px;
    margin-bottom: 25px;
}
