* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.tabs-st button, .tabs-st a {
  background-color: #fff;
  float: left;
  border: 2px solid #ccc;
  border-radius: 50px;
  outline: none;
  cursor: pointer;
  padding: 5px 20px;
  transition: 0.3s;
  font-size: 18px;
  margin-right: 15px;
  color: #000;
}

/* Create an active/current tablink class */
.tabs-st button.active, .tabs-st button:hover {
  background: #f3f3f3;
  border: 2px solid #000;
}

.tabs-st a.active, .tabs-st a:hover {
  background: #f3f3f3;
  border: 2px solid #000;
}

/* Style the tab content */
.tabcontent-bl {
  display: none;
  padding: 6px 12px;
  animation: fadeEffect 1s;
  margin-top: 50px;
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.blog-card-st{
    margin-bottom: 50px;
    position: relative;
}

.blog-card-st .card-img-st{
    overflow: hidden;
    border-radius: 20px;
    height: 250px;
}

.blog-card-st .card-img-st img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1.6s ease-in-out;
}

.blog-card-st:hover img{
    transform: scale(1.1);
    transition: all 1.6s ease-in-out;
}

.blog-card-st .card-cnt-bl{
    padding-top: 15px;
}

.blog-card-st .card-cnt-bl a, .post-widgits .content a{
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.blog-card-st .card-cnt-bl a{
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.blog-card-st .card-cnt-bl span{
    color: #6c6767;
    display: block;
}

.category{
    border-radius: 10px 0 0 10px;
    background-image: linear-gradient(108deg,#1c84a6 -23%,#386bb2 8%,#7356a3 38%,#903b94 65%,#c54961);
    padding: 1px 10px 3px 10px;
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: -10px;
    font-size: 16px;
    font-weight: 400;
    min-width: 6rem;
    max-height: 3rem;
}

.category::after{
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    border-top: 0 solid transparent;
    border-left: 11px solid #5a5a5a;
    border-bottom: 15px solid transparent;
}

.filter-search-b button, .filter-search-b form button{
    background: #cccccc4f;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccccccde;
}

 .filter-search-b form{
    display: flex;
    align-items: center;
 }

 .form-filter{
    padding: 7px 0 7px 10px;
    display: flex;
    width: 18%;
    box-shadow: 0 10px 37px rgba(0,0,0,.15);
    border-radius: 50px;
    position: absolute;
    margin-top: 8px;
 }

.form-filter, .close-frm{
    display: none;
}

.filter-search-b{
    text-align: -webkit-right;
}

 .filter-search-b form input{
    font-size: 16px;
    outline: 0 !important;
    border: solid 2px #ccc;
    padding: 8px 16px;
    border-radius: 50px;
    width: 100%;
 }

.filter-search-b form button{
    position: absolute;
    right: 16px;
    top: 4px;
    background: transparent;
    border-radius: 0;
    border: 0;
}


.filter-search-b button svg{
    fill: #5f5a5ade;
}

/*single page css*/

.single-page p span::before{
    content: "";
    display: inline-flex;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="0.750em" viewBox="0 0 512 512"><style>svg{fill:%23818283}</style><path d="M470.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 256 265.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160zm-352 160l160-160c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L210.7 256 73.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0z"/></svg>');
    width: 15px;
    height: 12px;
    margin: 0 10px;
}

.single-page p span:first-child::before{
    display: none;
}

.single-page p span a{
    color: #000;
}

.single-page p{
    margin-bottom: 30px;
    line-height: 1.6;
}

.single-page h1, h2, h3{
    font-weight: 600;
    margin-bottom: 20px;
}

.single-page h1{
    font-size: 40px;
}

.single-page h2{
    font-size: 30px;
}

.single-page h3{
    font-size: 25px;
}

.single-page p span:first-child a{
    color: #ffe900;
}

.single-page img{
    border-radius: 15px;
    margin-bottom: 15px;
}

.post-time{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    margin-bottom: 25px;
}

.posted{
    display: flex;
    align-items: center;
}

.post-time .posted svg{
    margin-top: 4px;
}

.post-time .posted img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0;
}

.post-time .posted span{
    padding-left: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.also-read{
    padding: 30px;
    position: relative;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    background: content-box;
    font-style: italic;
    background-repeat: no-repeat;
    margin: 30px 0;
}

.also-read::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    height: 60%;
    border-right: 2px solid #ffe900;
    border-bottom: 2px solid #ffe900;
    z-index: 1;
}

.also-read::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 60%;
    border-top: 2px solid #ffe900;
    border-left: 2px solid #ffe900;
    z-index: 1;
}
.also-read p{
    font-weight: italic;
    margin-bottom: 0;
}

.single-page p a{
    color: #000;
    font-weight: 600;
}

.sep{
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}

.post-widgits{
    margin-bottom: 50px;
    position: relative;
}

.post-widgits::after{
    content: "";
    position: absolute;
    height: 1px;
    background: linear-gradient(to left, #ebebeb 35%, transparent 100%);
    width: 100%;
    bottom: -20px;
}

.post-widgits:last-child::after{
    display: none;
}

.post-widgits img{
    width: 100%;
    height: 60px;
    object-fit: cover;
    margin-bottom: 0;
}

.post-widgits .content a{
    color: #000;
    font-weight: 500;
}

@media (max-width: 600px) {
    .single-page h1{
        font-size: 25px;
    }

    .post-time{
        display: block;
    }

    .posted{
        margin-bottom: 15px;
    }

    .posted:last-child{
        margin-bottom: 0;
    }

    .single-page h2, .single-page h3{
        font-size: 25px;
    }

    .post-widgits img{
        height: auto;
        max-height: 250px;
    }

    .post-widgits .content{
        padding-top: 10px;
    }
} 

@media (min-width: 768px) and (max-width: 1023px) {
    .post-widgits img{
        height: 90px;
    }
}

@media (max-width: 1024px) {
    .tabs-st{
        overflow: auto;
        display: flex;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .tabs-st button{
        white-space: nowrap;
    }

    .form-filter{
        top: 80px;
        width: 80%;
    }
}
.bg-transparent {
    background: transparent !important;
}