@import url('./pagination.css');

figure img {
    max-width: 1200px;
    max-height: 579px;
}

.related-post-time-ico,
.related-post-time {
    font-size: 12px;
    color: rgba(128, 128, 128, 0.795);
}

.sticky-top {
    top: 70px !important;
}

.text-muted {
    font-size: 15px;
}

.text-truncate,
.ext-truncate-des {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: wrap;
}


.main-menu-category-border{
    visibility: hidden;
    opacity: 0;
}
.megamenue-box:hover ul>.main-menu-category-border{
    visibility: visible;
    opacity: 1;
    transform: translateX(0px);
    transition: all 300ms ease-in;
}
.blog-title p{
    text-align: justify;
}