/* Education Css Start Here */
.eductaion_sec {
    padding: 84px 20px;
    position: relative;
}
.eductaion_sec .recent-post .title {
    background: #c91120;
    padding: 5px 15px;
}
.eductaion_sec .before {
    position: absolute;
    left: 0;
    bottom: 0;
}
.eductaion_sec .before img {
    width: 70%;
}
.eductaion_sec .recent-post .title h4 {
    margin: 0;
    color: #fff;
    font-size: 17px;
}
.recent-post .post-dv {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #a4a4a4;
}
.recent-post .post-dv .txt {
    margin-left: 10px;
}
.recent-post .post-dv .txt p {
    margin-bottom: 4px;
    font-size: 14px;
    font-family: "Montserrat";
    font-weight: 500;
}
.recent-post .post-dv h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 4px;
    line-height: 30px;
}
.recent-post .post-dv .img-box img {
    height: 86px;
    width: 86px;
    object-fit: cover;
}
.recent-post .post-dv .img-box {
    flex: 0 0 33%;
}
.recent-post .post-dv .txt {
    flex: 0 0 67%;
}
.recent-post .post-dv:last-child {
    border-bottom: 0;
}
.blog-posts {
    margin-bottom: 25px;
}
.blog-posts .img-box img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}
.blog-posts .content {
    max-width: 90%;
}
.blog-posts .img-box {
    overflow: hidden;
    position: relative;
}
.blog-posts .img-box:before {
    content: "";
    background: #00000075;
    width: 100%;
    height: 0;
    position: absolute;
    border-radius: 0 0 50% 50%;
    transition: 0.6s;
}
.blog-posts .img-box:hover:before {
    height: 180%;
}
.blog-posts .content h3 {
    font-size: 40px;
    color: #232323;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.blog-posts .content ul.actions {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
}
.blog-posts .content ul.actions li:first-child::after {
    content: "";
    width: 17px;
    height: 10px;
    display: inline-block;
}
.blog-posts .content ul.actions li:first-child {
    border-right: 1px solid #232323;
}
.blog-posts .content ul.actions li {
    font-size: 15px;
    color: #030303;
    font-family: "Montserrat";
    margin-right: 25px;
}
.blog-posts .content ul.actions li i {
    color: #c91120;
}
.blog-posts .content p {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 28px;
}
.blog-posts .content a.sloth-btn {
    padding: 13px 25px;
    font-size: 17px;
    font-weight: 700;
    border-radius: 5px;
}
.education-after img.img-fluid {
    width: 172px;
}
.education-after {
    position: absolute;
    right: 8px;
    bottom: 10px;
}
/* Education Css End Here */

/* Education Detail Css Start Here */
.post-detail .content-wrapper {
    margin-top: 10px;
}
.post-detail .content-wrapper .date p {
    margin: 0 0 10px 0;
    color: #030303;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 15px;
}
.post-detail .content-wrapper .title-wrapper h3 {
    font-size: 32px;
    color: #000000;
    font-weight: 700;
    line-height: 42px;
}
.post-detail .content-wrapper .title-wrapper p {
    font-family: "Poppins";
    color: #000000;
    font-weight: 400;
}
.post-detail .content-wrapper .title-wrapper {
    border-bottom: 1px solid #a4a4a4a6;
    padding-bottom: 10px;
}
.post-detail .content-wrapper .share-option {
    padding-top: 30px;
}
.post-detail .content-wrapper .share-option p {
    font-size: 20px;
    font-family: "Montserrat";
    font-weight: 600;
}
.post-detail .content-wrapper .share-option p i {
    color: #c91120;
    margin-right: 5px;
}
.post-detail .content-wrapper .share-option .social-icons {
    display: flex;
    align-items: center;
}
.post-detail .content-wrapper .share-option .social-icons label {
    font-size: 20px;
    color: #0a0a0a;
    font-family: "Montserrat";
    font-weight: 500;
}
.post-detail .content-wrapper .share-option .social-icons ul.social {
    padding: 0;
    margin: 0 0 0 15px;
}
.post-detail .content-wrapper .share-option .social-icons ul.social li {
    display: inline-block;
    list-style: none;
    margin: 0 4px;
}
.post-detail .content-wrapper .share-option .social-icons ul.social li a {
    color: #c91120;
    font-size: 20px;
}

.post-detail .comment-sec {
    margin-top: 30px;
}
.post-detail .comment-sec .title h4 {
    font-size: 30px;
    color: #000000;
    line-height: 40px;
    font-weight: 700;
}
.comment-box {
    display: flex;
    align-items: flex-start;
    padding-top: 25px;
}
.comment-box .review-img img {
    width: 180px;
}
.comment-box .content {
    margin-left: 15px;
    border-bottom: 1px solid #0000008c;
    padding: 0px 0 20px;
}
.comment-box .content .name h4 {
    color: #242424;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
}
.comment-box .content .name p {
    color: #818181;
    font-size: 14px;
    font-family: "Montserrat";
    margin: 0 0 5px 0;
}
.comment-box .content p {
    color: #000000;
    font-family: "Montserrat";
    font-weight: 500;
}
.comment-box .content .reply-btn a {
    font-size: 18px;
    color: #242424;
    text-decoration: none;
    font-family: "Poppins";
    font-weight: 500;
}
.write-comment {
    padding-top: 40px;
}
.write-comment .title {
    margin-bottom: 25px;
}
.write-comment .title h3 {
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
}
.write-comment .form-group .form-control {
    border: 1px solid #cfcfcf;
    border-radius: 0;
    padding: 12px 15px;
    color: #000;
    font-family: "Montserrat";
}
.write-comment .form-group {
    margin-bottom: 20px;
}
.write-comment .form-group .form-control::placeholder {
    font-weight: 600;
    color: #000;
    font-size: 17px;
}
.write-comment .form-group textarea {
    height: 130px;
    resize: none;
}
.write-comment .button-group button.btn {
    background: #c91120;
    border-radius: 4px;
    font-size: 20px;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
}
.recent-post .txt a {
    color: inherit;
}

.post-detail video {
    width: 100%;
    height: 400px;
    object-fit: contain;
}
/* Education Detail Css End Here */
/* responsive starts here */
@media (max-width: 1440px) {
}
@media (max-width: 800px) {
    .recent-post .post-dv .img-box {
        flex: 0 0 14%;
    }
    .blog-posts .content a.sloth-btn {
        font-size: 14px !important;
    }
    .eductaion_sec {
        padding: 40px 0px !important;
    }
    
    .blog-posts h3 {
        font-size: 20px !important;
        line-height: 30px !important;
    }
}
@media (max-width: 480px) {
    .blog-posts .content {
        max-width: 100%;
    }
    .recent-post .post-dv .img-box {
        flex: 0 0 30%;
    }
}
/* responsive ends here */
