.single-blog .blog-image img {
    border-radius: 5px;
    object-fit: cover;
}
h1.no-before:before{
    display: none !important;
}
/*.section-title h1:before {*/
/*    background-color: #252525;*/
/*    display: none;*/
/*}*/

/*.section-title h1:before {*/
/*    display: none !important;*/
/*    background-color: #252525;*/
/*}*/

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

.single-blog .blog-image {
    height: 550px;
    width: 100%;
}

.single-blog a {
    text-decoration: none !important;
    color: unset !important;
}

a {
    text-decoration: none !important;
}

.single-blog a:hover h2,.single-blog a:hover p{
    text-decoration: underline;
}

.btn-more button {
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    border: none;
    height: 3.125rem;
    background-color: #29ABE2;
    border-radius: 0.625rem;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border: 0.125rem solid #29ABE2;
    color: #fff;
    font-weight: 600;
    padding: 0rem 1.625rem !important;
    font-size: 1.2rem;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s
}

.btn-more button:hover {
    background-color: #fff;
    color: #29ABE2;
}

.single-blog-details .blog-large-image {
    width: 100%;
    height: 600px;
}

.single-blog-details .blog-large-image img {
    object-fit: cover;
}

.blog-social-links .facebook,
.twitter,
.email {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.blog-social-links {
    column-gap: 10px;
}

.blog-social-links .facebook {
    background-color: #005c9c;
}

.blog-social-links .twitter {
    background-color: #0097d4;
}

.blog-social-links .email {
    background-color: #ff0000;
}

#owl-demo .item {
    margin: 3px;
}

#owl-demo .item img {
    display: block;
    width: 100%;

}
.owl-carousel .item img {
    display: block;
    width: 100%;
    height: 250px !important;
    object-fit: cover !important;

}
.owl-carousel .item h5 {
    font-weight: 800 !important;
}

.owl-carousel .owl-dots {
    display: none;
}

.owl-carousel .owl-nav button span {
    font-size: 50px !important;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: -92px;
    left: 50% !important;
    margin-top: 0 !important;

}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -210px;
    background-color: transparent !important;
}

.owl-carousel .owl-nav .owl-prev:hover {
    color: black !important;
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -210px;
    background-color: transparent !important;
}

.owl-carousel .owl-nav .owl-next:hover {
    color: black !important;
}


@media (max-width: 539px) and (min-width: 320px) {
    .owl-carousel .item img {
        height: 220px !important;
    }
    .single-blog .blog-image {
        height: 300px;
    }

    .owl-carousel .owl-nav .owl-prev {
        left: -160px;
    }

    .owl-carousel .owl-nav .owl-prev:hover {
        color: black !important;
    }

    .owl-carousel .owl-nav .owl-next {
        right: -160px;
    }

    .owl-carousel .owl-nav {
        position: absolute;
        top: -80px;
        left: 50% !important;
        margin-top: 0 !important;
    }

    .single-blog-details .blog-large-image {
        height: 300px;
    }
}


@media (max-width: 1023px) and (min-width: 539px) {

   
    .owl-carousel .item img {
        height: 230px !important;
    }
    .single-blog-details .blog-large-image {
        width: 100%;
        height: 530px;
    }

    .single-blog .blog-image {
        height: 340px;
        width: 100%;
    }
}


@media (max-width: 1260px) and (min-width: 1024px) {
    .owl-carousel .item img {
        height: 210px !important;
    }
    .single-blog-details .blog-large-image {
        width: 100%;
        height: 540px;
    }

    .single-blog .blog-image {
        height: 460px;
        width: 100%;
    }
}