/*Blog Frontend Design*/
.single-post-wrapper{
    padding: 160px 0px 0px 0px;
}
.single-post-main-image{
    border-radius: 25px;
    box-shadow: 0 5px 40px 5px #2b2c3040;
    height: 400px;
}
.single-post-main-image img{
    border-radius: 25px;
    box-shadow: 0 5px 40px 5px #2b2c3040;
    width: 100%;
    height:100%;
    object-fit: cover;
}
.single-post-content-container {
    background: #fff;
    position: relative;
    margin: -60px 8% 0;
    padding: 20px;
    border-radius: 15px;
}
.blog-category {
    background-color: #f5f5f5;
    padding: 10px;
    color: #0086E1;
    line-height: 3;
    border-radius: 7px;
    font-size: 14px;
}
.single-post-category .blog-category{
    margin-right: 10px;
}
.single-post-title{
    font-size: 32px;
    border-bottom: 1px solid #dfe1ea;
    word-wrap: break-word;
    color:#103254;
    margin-top:20px;
   padding-bottom: 20px;
}
.single-post-date-published{
    font-size: 14px;
    color: #a39d9d;
    font-weight: 300;
}
.single-post-text-wrapper{
    padding-left: 8%;
    padding-right: 8%;
    margin-top: 40px;
}
.single-post-text-wrapper img{
    max-width: 100% !important;
    object-fit: scale-down;
    height: 100%;
    max-height:100% !important;
    width: 100%;
}
.single-post-text-desc p{
    font-size: 16px;
    color:#626a7f;
    line-height: 30px;
    letter-spacing: .5px;
    margin-bottom: 35px;
}
.font-dark-color{
    color: rgba(0,0,0,.8) !important;
}
.related-post-holder{
    width: 350px;
    margin-bottom: 30px;
}
.related-post-holder-img{
    width: 350px;
    height: 350px;
    border-radius: 5px;
}
.related-post-holder-img img{
    border-radius: 5px;
}
.related-post-holder-content{
    padding: 10px;
    text-align: left;
}
.related-post-holder-content .blog-category{
    background-color: #f5f5f5;
    padding: 5px;
    color: #262525;
    line-height: 3;
    border-radius: 4px;
    font-size: 10px;
}
.category-date-published{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.related-post-holder-title{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
    color: #103254;
}
.related-post-holder-content p{
    margin-bottom: 0px;
    font-size: 14px;
    color: #626a7f;
    margin-bottom: 10px;
}
.link-blog-r{
    font-size: 12px;
    color: #FFFFFF;
    background-color: #103254;
    padding: 2px 10px;
    border-radius: 4px;
}
.related-post-main-title{
    margin-top: 0px;
    margin-bottom: 40px;
}
.related-post-main-title h4{
    position: relative;
    color: #191a1b;
}
.related-post-main-title h4:after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: -10px;
    width: 50px;
    height: 5px;
    background-color: #103254;
}
.related-posts-blog{
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.blog-posts-section{
    padding:110px 0px;
}
.blog-post-holder{
    font-family: 'Poppins', sans-serif;
    min-height: 560px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.post-image{
    border-radius: 5px;
    width: 100%;
    height: 252px;
}
.post-image img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}
.post-category-date{
    padding: 20px 0px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 27px;
    color: #B9B9B9;

}
.post-category{
    display: inline-block;
    background: #f5f5f5;
    color: #0086E1;
    border-radius: 5px;
    padding: 0px 10px;
}
.post-date-published{
    display: inline-block;
}
.post-title{
    margin-bottom: 0px;
    line-height: 27px;
    color: #103254;
    padding-bottom: 20px;
}
.post-short-description p{
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 27px;
    color: #000000;
    opacity: 0.5;
    padding-bottom: 20px;
}
.post-read-more a{
    font-size: 12px;
    line-height: 27px;
    color:#ddd;
    text-transform: uppercase;
}
.post-read-more a:hover{
    text-decoration: none;
    background:#ddd;
    color: #fff;
    padding: 10px 10px;
}
.blog-post-details{
    padding:0px 10px;
}
.load-more-posts{
    text-align: center;
}
.btn-load-posts{
    background: transparent;
    border:none;
    font-style: normal;
    font-size: 16px;
    line-height: 27px;
    color:#ddd;
    text-transform: uppercase;
    padding: 10px 10px;
    border-radius: 0px;
}
.load-more-posts{
    margin-top: 100px;
}
.btn-load-posts:hover{
    background:#ddd;
    color: #fff;
    padding: 10px 10px;
    border-radius: 0px;
}
.btn-load-posts:focus{
    outline: 0;
    box-shadow: unset;
}
.blog-category-title-desc .post-title{
    margin-top: 10px;
    margin-bottom: 10px;
}
.blog-category-title-desc .post-short-description{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 30px;
}
.blog-main-image img{
    max-width: 100%;
    max-height: 800px;
    width: auto;
    height: auto;  
    border-radius: 5px;      
}
.blog-text-img-details .post-short-description p {
    padding-bottom: 30px;
}
.blog-text-img-details .blog-padding-px{
    padding:50px 140px 20px 140px;
}
.post-img-smaller{
    margin-top: 30px;
    margin-bottom: 50px;
}
.post-img-smaller img{
    max-width: 100%;
    max-height: 620px;
    width: auto;
    height: auto;  
    border-radius: 5px; 
}
.post-short-description ul{
    padding-bottom: 30px;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0px;
    list-style-type:disc;
}
.post-short-description ul li{
    color:rgba(0,0,0,0.77);
    margin-bottom: 20px;
}
.post-short-description ul li:last-child{
    margin-bottom: 0px;
}
.blog-recent-articles{
    font-style: normal;
    background: #fff;
    padding-top: 120px;
    padding-bottom:50px; 
}
.recent-articles-title{
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    color: #103254;
}
.articles-holder .post-image{
    width: 100%;
    height: 150px;
}
.articles-holder .post-image img{
    border-radius: 0px;
    object-fit: cover;
    border-top-left-radius: 15px;

}
.articles-holder .blog-post-holder{
    background:#fff;
    min-height: 365px;
    padding: 0px;
    position: relative;
    margin-bottom: 25px;
    border-radius: 15px;
    box-shadow: 15px 15px 76px rgb(16 50 84 / 6%);
}
.articles-holder .blog-post-details{
    padding: 20px 25px 25px 25px;
}
.articles-holder .post-category-date{
    font-size: 12px;
    line-height: 27px;
    color: #0086E1;
    padding: 0px;
    padding: 0;
    max-height: 30px;
    height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.articles-holder .post-title{
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    color: #103254;
    margin-bottom: 0px;
    max-height: 85px;
    height: 85px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0px;
    text-align: center;
    
}
.articles-holder .post-short-description p{
    font-weight: 300;
    font-size: 16px;
    letter-spacing: -.5px;
    color: #626a7f;
    max-height: 80px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}
.articles-holder .post-read-more{
    position: absolute;
    right: 25px;
}
.articles-holder .post-read-more a{
    font-size: 12px;
    line-height: 27px;
    color: #0086E1;
}
.articles-holder .post-read-more a:hover{
    background:none;
    padding: 0px;
    color: rgba(0, 134, 225,0.8);
    text-decoration: none;
}
.blog-category-articles{
    font-style: normal;
    background: #fff;
    padding-top: 50px;
    padding-bottom:50px; 
}
.post-read-more .mydevicon-dropdown-arrow-default{
    transform: rotate(270deg);
    color:#0086E1;
    font-size: 10px;
}
.category-articles-title{
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    color: #103254;
}
.categories-list ul{
    padding-left: 0px;
    list-style-type: none;
    margin-top: 40px;
    margin-bottom: 0px;
}
.categories-list ul li{
    margin-bottom: 15px;
}
.categories-list ul li:last-child{
    margin-bottom: 0px;
}
.categories-list ul li a{
    font-size: 20px;
    line-height: 110%;
    background-color: unset;
    border: 0px;
    color: #103254;
    cursor: pointer;
    width: 100%;
    text-align: LEFT;
    word-break: break-word;
    font-family: Montserrat;
    text-transform: capitalize;
    font-style: normal;
}
.categories-list ul li a.active{
    color: #0086E1;
}
.categories-list ul li a:hover{
    text-decoration: none;
    color:#0086E1;
}
.articles-holder .load-more-posts{
    margin-top: 30px;
    margin-bottom: 50px;
}
.articles-holder .btn-load-posts{
    font-size: 24px;
    line-height: 110%;
    color: #0086E1;
    text-transform: unset;
}
.articles-holder .btn-load-posts:hover{
    background: none;
    color:#0086E1;
    text-decoration: none;
}
.articles-holder .btn-load-posts i{
    padding-left: 20px;
}
.articles-holder .load-more-posts .hide{
    display: none;
}
.blog-category-title{
    font-size: 34px;
    line-height: 18px;
    text-align: center;
    color: #ddd;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.articles-holder .owl-nav button {
    width: 30px;
    height: 30px;
    background: #e7e7e7!important;
    border-radius: 50px;
    color: #fff;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.articles-holder .owl-prev {
    left: -40px;
    top: 45%;
    position: absolute;
}
.articles-holder .owl-nav button span {
    color: #fff;
    height: 100%;
    padding-top: 2px;
}
.articles-holder .owl-nav button:hover {
    background: #0086E1!important;
    text-decoration: none;
}
.articles-holder .owl-next {
    right: -40px;
    top: 45%;
    position: absolute;
}
.recent-articles-carousel .owl-item.active{
    font-weight: normal;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    z-index: 0;
}
.featured-article{
    position: relative;
    width: 100%;
    height: 600px;
    padding-top: 105px;
}
.featured-article:after{
    content: "";
    position: absolute;
    top: 105px;
    left: 0;
    width: 100%;
    height:495px;
    background: rgba(0, 0, 0, .5);
    padding-top: 105px;
}
.featured-article img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.featured-article-title{
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 680px;
    transform: translate(0,80%);
    height: 300px;
    z-index: 9;
    text-align: left;
}
.featured-article-title h1{
    font-weight: 600;
    line-height: 110%;
    color: #FFFFFF;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.featured-article-title p{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #FFFFFF;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.featured-article-title a:hover{
    background: none;
    text-decoration: none;
}
.share-article-section{
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    padding: 50px 0px;
    text-align: center;
}
.share-icons-holder a{
    display: inline-block;
    font-size: 25px;
    border-radius: 50px;
    margin: 0 2px;
    transition: 0.4s;
    box-shadow: 0 4px 15px #35363e45;
    width: 45px;
    height: 45px;
    padding-top: 1px;
    text-align: center;
    background: #3f51b5;
    color: #fff;
}
.share-icons-holder a:hover {
    transform: translateY(10px);
    text-decoration: none;
}
.share-icons-holder a.facebook {
    background: #3f51b5;
}
.share-icons-holder a.twitter {
    background: #fff;
}
.share-icons-holder a.linkedin {
    background: #137fd6;
}
.share-icons-holder a.youtube{
    background: #FF0000;
}
.share-icons-holder a.pinterest{
    background: #e91e54;
}
.share-icons-holder a.instagram{
    background: #cd486b;
}

/*media queries*/
@media only screen and (max-width: 991px) {
    .categories-list ul{
        margin-bottom: 30px;
    }
    .blog-category-articles{
        padding-top: 0px;
    }
    .blog-recent-articles{
        padding-bottom: 0px;
    }
}
@media only screen and (max-width:767px) {
    .recent-articles-title{
        margin-bottom: 15px;
    }
    .categories-list ul{
        margin-bottom: 30px;
    }
    .blog-category-articles{
        padding-top: 0px;
    }
    .blog-recent-articles{
        padding-bottom: 0px;
    }
    .featured-article-title{
        width: 500px;
    }
    .single-post-text-wrapper{
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (max-width: 575.98px) {
    .recent-articles-title{
        margin-bottom: 15px;
    }
    .categories-list ul{
        margin-bottom: 30px;
    }
    .blog-category-articles{
        padding-top: 0px;
    }
    .blog-recent-articles{
        padding-bottom: 0px;
    }
    .featured-article-title{
        width: 330px;
    }
    .single-post-content-container{
        margin: 20px 0px 0px;
    }
    .single-post-text-wrapper{
        padding: 0px;
    }
}


@media only screen and (max-width: 768px) {
    .single-post-text-wrapper img {
        max-width: 100% !important;
        object-fit: scale-down;
        height: 100%;
        max-height:100% !important;
        width: 100%;
    }
}

