.news-section .image-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}

.news-section figure.image img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.news-section figure.image {
    position: relative;
}

.news-section figure.image:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: RGBA(254,104,9,0.2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.news-section .news-block-one:hover figure.image:before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
}

.news-section .post-info {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 92px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    background: var(--theme-color);
    border-radius: 26px 0px 0px 0px;
}

.news-section .post-info h5{
    color: var(--white-color) !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
}

.news-section .post-info h5:hover>a{
    color: var(--secondary-color);
}

.news-section  .post-info .date {
    position: relative;
    margin-left: 40px;
}

.news-section  .post-info .date:before {
    content: "\f12e";
    position: absolute;
    font-family: 'flaticon_bizgenius';
    top: -6px;
    left: -40px;
    padding: 5px 7px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    font-size: 14px;
}

.news-section  .post-info .date:after {
    content: "";
    position: absolute;
    top: -15px;
    right: -40px;
    width: 1px;
    height: 50px;
    background: rgba(255, 255, 255, 0.18);
}

.news-section  .post-info .admin {
    position: relative;
    margin-left: 40px;
}

.post-info .admin:before {
    content: "\f125";
    position: absolute;
    font-family: 'flaticon_bizgenius';
    top: -6px;
    left: -40px;
    padding: 5px 7px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    font-size: 14px;
}

.news-section .lower-content h3 {
    padding: 25px 70px 15px 70px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5em;
    position: relative;
}

.news-section .lower-content h3:before {
    background: #EBEBEB;
    content: "";
    position: absolute;
    bottom: 0;
    right: 40px;
    left: 40px;
    height: 1px;
}

.news-section .lower-content.text-center {
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 0px 60px 60px 0px rgba(209, 209, 209, 0.15);
}

.news-section .link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
}

a.news-btn-1 {
    color: var(--secondary-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
}

a.news-btn-1:hover {
    color: var(--theme-color);
}

a.news-btn-2 {
    padding: 10px;
    font-size: 12px;
    color: var(--white-color);
    background: rgba(217, 217, 217, 1);
    border-radius: 50%;
    line-height: 0;
}

a.news-btn-2:hover {
    color: var(--white-color);
    background: var(--theme-color);
}

.news-section.three .post-info {
    bottom: 10px;
    right: 10px;
    left: 82px;
    background: var(--secondary-color);
    border-radius: 5px;
}

.news-section.three .post-info h5:hover>a {
    color: var(--theme-color);
}

/*
 Inner page
blog page
*/

.blog-inner-box {
    padding: 40px 50px 80px 40px;
    background: var(--white-color);
    box-shadow: 0px 4px 40px 0px rgba(121, 121, 121, 0.05);
}

ul.meta-info {
    display: flex;
}

ul.meta-info li {
    color: var(--text-color);
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin-right: 47px;
    position: relative;
    margin-left: 20px;
}

li.admin:before {
    content: "\f125";
    font-family: 'flaticon_bizgenius';
    position: absolute;
    top: 3px;
    left: -20px;
    color: var(--theme-color);
}

li.comments:before {
    content: "\f126";
    font-family: 'flaticon_bizgenius';
    position: absolute;
    top: 3px;
    left: -20px;
    color: var(--theme-color);
}

h3.blog-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3em;
}


.tags-left {
    display: flex;
    align-items: center;
}

.tags-left h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5em;
    margin-right: 15px;
}

ul.tags-list-1 li {
    color: var(--secondary-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3em;
    transition: all 500ms ease;
}

ul.tags-list-1 {
    display: flex;
}

.blog-tags-box {
    background: rgba(112, 112, 112, 0.10);
    padding: 20px 40px;
}

ul.tags-list-1 li {
    color: var(--secondary-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
    padding: 10px;
    background: var(--white-color);
    margin: 0 15px;
    border-radius: 5px;
    box-shadow: 0px 4px 10px 0px rgba(212, 212, 212, 0.25);
}

ul.blog-social-icons {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  
  ul.blog-social-icons li {
    height: 35px;
    width: 35px;
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    margin-left: 15px;
    color: var(--title-color);
    padding: 4px 7px;
    transition: all 500ms ease;
  }

  ul.tags-list-1 li:hover {
    color: var(--theme-color);
}

ul.blog-social-icons li:hover {
    color: var(--theme-color);
}

h3.comments-title {
    font-size: 30px;
    line-height: 1.5em;
    margin: 40px 0;
}

.comments-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 60px;
    border-bottom: 1px solid #DDD;
    margin-top: 60px;
}

.comments-box:nth-last-child(-n+2) {
    border-bottom: none;
}

.comments-content .upper h4 {
    font-size: 20px;
    line-height: 1.5em;
}

.comments-content a.reply-btn {
    padding: 5px 20px;
    background: rgba(241, 241, 241, 1);
    transition: all 500ms ease;
}

.comments-content a.reply-btn:hover {
    background: var(--theme-color);
    color: #fff;
}

.comments-content .upper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.comments-content {
    margin-left: 40px;
    flex-shrink: 1;
}

.comments-box .image-box {
    flex-shrink: 0;
    display: flex;
}

.comments-form.contact-section.two .form-inner {
    max-width: 100%;
}

.comments-form.contact-section.two .form-inner .form-group:nth-child(3) {
    margin-bottom: 60px;
}


ul.popular-tag {
    display: block;
}

ul.popular-tag li {
    color: var(--secondary-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3em; 
    padding: 5px 10px;
    background: var(--white-color);
    display: inline-block;
    margin: 20px 14px 0 0;
    border-radius: 5px;
    box-shadow: 0px 4px 10px 0px rgba(212, 212, 212, 0.25);
    transition: all 500ms ease;
}

ul.popular-tag li:hover {
    color: var(--theme-color);
}

.single-sidebar-box.two.last-box .title h3 {
    margin-bottom: 0;
}

/* sidebar */

.sidebar-search-box {
    padding: 46px 40px;
    background: rgba(112, 112, 112, 0.10);
}   

.sidebar-search-box .search-form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    background-color: var(--white-color);
    border: 1px solid #DFDFDF;
    color: rgba(112, 112, 112, 0.60);
    font-size: 14px;
    font-weight: 400;
    padding-left: 24px;
    padding-right: 60px;
    transition: all 500ms ease 0s;
}

.sidebar-search-box form.search-form button {
    position: absolute;
    top: 0;
    right: 65px;
    bottom: 0;
    display: block;
    text-align: center;
    font-size: 22px;
    color: rgba(171, 171, 171, 1);
}

.single-sidebar-box.two {
    padding: 60px 40px;
    background: rgba(112, 112, 112, 0.10);
    margin: 40px 0;
}

.single-sidebar-box.two .title h3 {
    color: var(--secondary-color);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 16px;
}

.single-sidebar-box.two .inner {
    display: flex;
    align-items: center;
    padding: 10px;
    transition: all 500ms ease;
    margin-bottom: 20px;
}

.single-sidebar-box.two .inner .title-box h4 {
    font-size: 16px;
    line-height: 1.2em;
}

.single-sidebar-box.two .inner .title-box .date {
    margin-bottom: 8px;
    margin-left: 20px;
    color: var(--text-color);
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    position: relative;
}

.single-sidebar-box.two .inner .title-box .date:before {
    content: "\f12e";
    font-family: 'flaticon_bizgenius';
    position: absolute;
    top: 2px;
    left: -20px;
    color: var(--theme-color);
}

.single-sidebar-box.two .title-box {
    margin-left: 15px;
    flex-shrink: 1;
}

.single-sidebar-box.two .inner .img-box {
    flex-shrink: 0;
    display: flex;
}

.single-sidebar-box.two .inner:hover {
    background: var(--white-color);
    border-radius: 10px;
}

ul.sidebar-categories-box li {
    position: relative;
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    margin-left: 45px;
    margin-bottom: 10px;
}

ul.sidebar-categories-box li:hover:before {
   background: var(--theme-color);
}

ul.sidebar-categories-box li:before {
    content: "\f127";
    font-family: 'flaticon_bizgenius';
    position: absolute;
    top: 1px;
    left: -45px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: rgba(233, 172, 188, 1);
    color: var(--white-color);
    font-size: 10px;
    padding: 0 8px;
    line-height: 24px;
    transition: all 500ms ease;
}


/* responsive */

@media only screen and (max-width: 1272px){

    .news-section .post-info .date:after{
        display: none;
    }

    .news-section .lower-content h3 {
        padding: 25px;
    }

    .news-section .post-info{
        left: 60px;
    }
  
  }

  @media only screen and (max-width: 768px){

    .blog-inner-box {
        padding: 30px;
    }

    ul.blog-social-icons {
        justify-content: start;
        margin-top: 20px;
    }
    
  
  }

  @media only screen and (max-width: 510px){

    ul.tags-list-1 {
        flex-direction: column;
        gap: 10px;
    }

    .comments-box {
        flex-direction: column;
    }

    .comments-box .image-box {
        margin-bottom: 20px;
    }
  
  }

@media only screen and (max-width: 425px){

    .news-section .lower-content h3 {
        padding: 30px;
    }
  
  }

