ul.news-category {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
ul.news-category li {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 12.5%;
    text-align: center;
}
ul.news-category li a {
    display: block;
    text-align: center;
    background: #d0d2d2;
    margin: 0 5px 20px;
    padding: 10px 0;
    border-radius: 4px;
}
ul.news-category li a:hover{
    background: #15a18d;
}
ul.news-category li a span {
    display: block;
    width: 100%;
    color: #080808;
    font-size: 12px;
}
ul.news-category li a img {
    display: inline-block;
}
ul.news-list {
    margin: 0 -10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
ul.news-list li {
    margin: 0;
    padding: 0 10px;
    list-style: none;
    width: 25%;
}
.college-news-sec ul.news-list li .news-box .img-holder figure {
    border-radius: 0 0 0;
}
button.load-more-button {
    display: inline-block;
    background: #434343;
    font-size: 16px;
    border: none;
    padding: 5px 20px;
    color: #fff;
    border-radius: 5px;
    margin: 0;
}
button.load-more-button:hover{
    background: #15a18d;
}
.comment-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}
.comment-box .comment-input {
    width: 94.3%;
    padding: 0 0 0 15px;
}
.comment-box .user-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background: #15a18d;
}
.comment-box .user-img img {
    object-fit: fill;
    height: 50px;
    width: 100%;
}
.comment-box .user-img .has-letter {
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 48px;
    font-size: 33px;
    font-weight: 600;
    display: none;
}
.comment-box .comment-input .inputArea input[type="text"]{
    margin-bottom: 0;
}
ul.comments-list {
    margin: 0;
    padding: 0;
}
ul.comments-list li {
    list-style: none;
    padding: 15px;
    margin: 0 0 25px 0;
    display: block;
    background: #f7f7f7;
    border-radius: 10px;
}
ul.comments-list li .comment {
    overflow: hidden;
    padding: 0;
}
ul.comments-list li .comment .comment-header {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
    align-items: center;
}
ul.comments-list li .comment .comment-header .user-img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    background: #15a18d;
}
ul.comments-list li .comment .comment-header .user-img img {
    object-fit: fill;
    height: 54px;
    width: 100%;
}
ul.comments-list li .comment .comment-header .user-img .has-letter {
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 52px;
    font-size: 33px;
    font-weight: 600;
    display: none;
}
ul.comments-list li .comment .comment-header .top-left {
    padding: 0 0 0 20px;
}
ul.comments-list li .comment .comment-header .top-left h4 {
    margin: 0 0 5px 0;
    font-weight: 400;
    font-size: 18px;
}
ul.comments-list li .comment .comment-header .top-left span.time {
    display: block;
    font-size: 12px;
    font-weight: 600;
    opacity: .5;
    line-height: 16px;
}
ul.comments-list li .comment .desc-detail {
    padding: 0 0 0 75px;
}
ul.comments-list li .comment .desc-detail p {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    word-break: break-word;
    margin-bottom: 10px;
}
ul.comments-list li .comment .desc-detail .action-comment {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
ul.comments-list li .comment .desc-detail .action-comment .likeBx {
    width: 70px;
}
ul.comments-list li .comment .desc-detail .action-comment .replyBx {
    width: 70px;
}
ul.comments-list li .comment .desc-detail .action-comment span {
    cursor: pointer;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}

.comment-input {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    padding: 20px 0 0 0;
}
.comment-input .inputArea {
    width: 76%;
    margin: 0 10px 0 0;
    position: relative;
}
.comment-input button.btn.btn-primary {
    width: 176px;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    background: #15a18d;
    border: 0;
}
.comment-input .inputArea input[type="text"] {
    background-color: #f7f7f7;
    padding: 15px 40px 15px 20px;
    width: 100%;
    border-radius: 7px;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 14px;
    height: 50px;
    border: 1px solid #eaeaea;
}
.comment-input .inputArea .file-upload {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(https://resources.ilmkidunya.com/newcss/images/photo-camera.png);
    cursor: pointer;
}
.comment-input .inputArea .file-upload input {
    height: 49px;
    overflow: hidden;
    width: 49px;
    opacity: 0;
    cursor: pointer;
}
.upload-image {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 0;
    background-color: #fff;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    display: flex;
    flex-flow: wrap;
}
.upload-image .single-image {
    margin: 10px;
    height: 90px;
    width: 100px;
    overflow: hidden;
    border-radius: 8px;
}
.upload-image .single-image button.close {
    font-size: 20px;
    background-color: #15a18d;
    opacity: 1;
    border-radius: 50%;
    color: #fff;
    width: 20px;
    height: 20px;
    font-weight: 100;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}
.upload-image .single-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.author {
    margin: 0 0 30px 0;
    border: 1px solid #eaeaea;
    padding: 15px;
    border-radius: 10px;
    background: #f7f7f7;
}

.author-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    align-items: center;
}

.author-box .img-holder {
    width: 150px;
    margin: 0 15px 0 0;
}

.author-box .img-holder img {
    width: 100%;
}

.author-box .authore-detail {
    width: 80%;
    padding: 0 0 0 10px;
}

.author-box .authore-detail h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
    font-weight: normal;
}

.author-box .authore-detail p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
ul.news-list.news-slides {
    position: relative;
}

ul.news-list.news-slides button {
    position: absolute;
    right: 10px;
    top: -40px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #15a18d;
    margin: 0;
    background: #15a18d;
    font-size: 0;
}
ul.news-list.news-slides button.slick-prev.slick-arrow {
    right: 50px;
}
ul.news-list.news-slides button:after {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    left: 6px;
    top: 6px;
    background: url(https://images.ishallwin.com/icons/arrow-down.webp) 0 0/100% no-repeat;
    transform: rotate(90deg);
    filter: none
}
ul.news-list.news-slides button.slick-next:after {
    left: auto;
    right: 6px;
    transform: rotate(-90deg)
}

.article-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 20px 0;
}
.article-top .left-box {
    width: 85%;
}
.article-top .left-box p {
    margin: 0;
    font-weight: normal;
}
.article-top a {
    width: 176px;
    height: 40px;
    font-size: 14px;
    font-weight: normal;
    background: #15a18d;
    border: 0;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
}
.article-top a:hover {
    background: #35e87e;
    color: #000;
}
.post-opt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 5px 0;
}
.post-opt span,
.college-news-sec .news-box .text-holder span {
    font-size: 14px;
}
ul.news-list.arti-list li h4 a{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
ul.mpa-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -10px;
    padding: 0;
}
ul.mpa-list li {
    list-style: none;
    margin: 0 0 20px 0;
    width: 33%;
    padding: 0 10px;
}

ul.mpa-list li a.article-box {
    border: 1px solid #e3e3e3;
    display: flex;
    padding: 5px;
    border-radius: 5px;
    flex-wrap: wrap;
}
ul.mpa-list li a.article-box figure {
    width: 110px;
    overflow: hidden;
    border-radius: 5px;
}
ul.mpa-list li a.article-box figure img {
    height: 110px;
    object-fit: cover;
    width: 100%;
}
ul.mpa-list li a.article-box .text-holder {
    width: 68%;
    padding: 0 0 0 13px;
}
ul.mpa-list li a.article-box .text-holder .post-dt {
    display: flex;
    justify-content: space-between;
}
ul.mpa-list li a.article-box .text-holder .post-dt span {
    color: #000;
    font-size: 12px;
    opacity: 0.7;
}
ul.mpa-list li a.article-box .text-holder h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: normal;
}
ul.mpa-list li a.article-box:hover .text-holder h3 {
    color: #15a18d;
}
ul.mpa-list.dtl li{
    width: 25%;
}
ul.mpa-list.dtl li a.article-box .text-holder {
    width: 100%;
    padding: 0;
}
ul.mpa-list.dtl li a.article-box .text-holder h3 {
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
ul.mpa-list.dtl li a.article-box {
    padding: 10px;
}