<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Blog start */
.section-title h1{
    font-weight: 700;
    font-size: 36px;
    line-height: 50.6px;
    text-align: center;
    color: #091D4F;
}
.tp-blg{
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #F2F3F6;
}
.tp-blg .heading-2{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
}
.blg{
    display: flex;
    flex-direction: column;
}
.blg.hrzntl-blg{
    flex-direction: row;
}
.blg-listing .blog-img{
    max-width: 300px;
}
.blog-img img, .blog-img svg{
    width: 100%;
    border-radius: 16px;
}
.blg-cntnt{
    padding-top:16px;
}
.post-date{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #009DFF;
    margin-bottom: 8px;
} 
.post-title{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    color: #091D4F;
    margin: 0px 0px 8px 0px;
}
.post-excerpt{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: rgb(9 29 79 / 50%);
}
.blg.hrzntl-blg .blog-img{
    padding-right: 15px;
}
.blg.hrzntl-blg .blg-cntnt{
    flex: 1;
    padding-top: 0px;
}
.tp-blg .blg.hrzntl-blg .post-title{
    font-size: 20px;
}
.tp-blg .blg.hrzntl-blg .post-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blg-listing .nav-tabs{
    border-bottom: 0px;
}
.blg-listing .nav-tabs .nav-link, .blg-sdbar .nav-tabs .nav-link{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: rgb(9 29 79 / 50%);
    border: 1px solid #848EA7;
    border-radius: 64px;
    margin-right:8px ;
}

.blg-listing .nav-tabs .nav-link.active, .blg-listing .nav-tabs .nav-link:hover,
.blg-sdbar .nav-tabs .nav-link.active, .blg-sdbar .nav-tabs .nav-link:hover{
    background: rgba(0, 157, 255, 0.1);
    border-color: #009DFF;
}
.blg-listing .blg{
    margin-bottom: 40px;
}
.blg-listing .section-title h2{
    font-size: 24px;
}
.blg-sdbar{
    background: #fff;
    box-shadow: 0px 0px 19px rgba(97, 97, 97, 0.1);
    padding: 25px;
    border-radius: 8px;
}

.sd-lnk{
    margin: 0px;
    padding: 0px;
}
.sd-lnk li{
    list-style: none;
}
.sd-lnk li a{
    color: #009DFF;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 7px;
    display: block;

}
.blg-sdbar .custom-accordian .accordian-title{
    background: #fff;      
    border-bottom: 1px solid #e4e4e4;
    padding: 0px 0px 15px 0px;
    border-radius: 0px;
}
.nxt-prev-btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
.nxt-prev-btn a{
    display: flex;
    align-items: center;
    color: #091D4F;
    margin: 0px -10px;
    font-size: 14px;
}  
.nxt-prev-btn a svg{
    margin: 0px 10px;
}
.nxt-prev-btn .nxt svg{
    transform: rotate(180deg);    
}
.accordion .accordion-item{border: none;border-radius: unset;}
.accordion-item .accordion-button, .accordion-item:first-of-type .accordion-button{border-radius: unset;background-color: transparent;padding-left: 0;padding-right: 0;font-size: 18px;color: #091D4F;font-weight: bold;box-shadow: unset;border-bottom: 1px solid #e4e4e4;}
.accordion-body{padding-left: 0;padding-right: 0;}
.accordion .accordion-button:after{background: url('../../images/icons/plus.svg') center center no-repeat;}
.accordion-button:not(.collapsed)::after {background: url('../../images/icons/minus.svg') center center no-repeat;}
.accordion-body .nav a{  color: #009DFF; font-weight: 600; line-height: 120%;padding-left: 0;padding-right: 0;}
.post-content h2{font-size: 1.5rem;}
.custom-pagination .page-item .page-link{width: 50px;height: 50px;border-radius: 100%;background: #F9F9F9;display: flex;}
html body .custom-pagination .page-item .active.page-link,
html body .custom-pagination .page-item:first-child .active.page-link,
html body .custom-pagination .page-item:last-child .active.page-link
{background: #009DFF; width: 50px;height: 50px;border-radius: 100%;}
@media screen and (max-width:767px){
    .blg.hrzntl-blg{
        flex-direction: column;
    }
    .blg-listing .blog-img{
        width: 100%;
        max-width: 100%;
    }
    .blg.hrzntl-blg .blog-img{
        padding-right: 0px;
    }
}
/* Blog end */</pre></body></html>