.banner-single-project{
    margin: 50px 0 60px;
}
.heading-project{
    display: flex;
    justify-content: space-between;
    gap: 5%;
}
.heading-project h2{
    margin: 0;
    width: 65%;
    color: #121212;
}
.tags{
    width: 30%;
    display: flex;
    justify-content: end;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 0;
}
.tags a{
    text-decoration: none;
}
.single-content p{
    color: #121212;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin: 32px 0 0;
}
.single-project-content{
    margin-bottom: 56px;
}
.swiper-project-pagination{
    text-align: center;
    margin-top: 27px;
}
.swiper-project-pagination .swiper-pagination-bullet{
    border-radius: 30px;
    opacity: 0.4;
    background: rgba(0, 0, 0, 0.40);
    width: 10px;
    height: 10px;
}
.swiper-project-pagination .swiper-pagination-bullet-active{
    box-shadow: 0px 3px 6px 0px rgba(209, 78, 27, 0.30);
    background: #FE6225;
    width: 14px;
    height: 14px;
    opacity: 1;

}
.single-swiper .swiper-slide{
    height: 390px;
    object-fit: cover;
}

/*news*/
.news-section .container{
    overflow: hidden;
}
.news-section{
    margin-bottom: 80px;
}

.news-section .sub-heading{
    margin-top: 0px;
    margin-bottom: 30px;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 32px;
}
.post-thumbnail{
    position: relative;
}
.open-video-popup{
    position: absolute;
    bottom: 3px;
    right: 3px;
    cursor: pointer;
}
.news-section .post-thumbnail img{
    width: 100%;
}
.post-info{
    max-width: 322px;
    min-height: 283px;
    padding-left: 20px;
}
.sub-title a{
    text-decoration: none;
    color: #121212;
}
.post-excerpt p{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-decoration: none;
    color: #000000;
    transition: .5s;
}
.announcements-post-excerpt p{
    font-size: 18px;
    line-height: 32px;
}
.announcements-section .post-excerpt p:hover{
    color: #2C6EB0;
}
.post-excerpt  a{
    text-decoration: none;
    font-weight: 500;
}
.news-section  .read-more{
    position: absolute;
    bottom: 28px;
    color: #2C6EB0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
}
.news-section  .read-more svg{
    position: absolute;
    right: -25px;
    transition: .5s;

}
.news-section  .read-more:hover svg{
    right: -35px;
}
.swiper-nav{
    float: right;
    top: -82px;
    position: relative;
    right: -9px;
    width: 108px;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width:40px;
    height: 40px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer!important;
    background: #2C6EB0;
    border: 1px solid #2C6EB0;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size:16px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #ffffff;
    font-width: 600;

}
.swiper-button-disabled{
    border: 1px solid #D9D9D9;
    background: transparent;

}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 1!important;
}
.swiper-button-disabled:after{
    color: #8D8E91;
}
.custom-post-news:hover {
    box-shadow: 0px 4px 19px 0px rgba(5, 35, 65, 0.09);
}
.news-block{
    padding: 10px;
}
.post-info{
    padding-bottom: 10px;
}
/*End news*/

.socials-block{
    display: flex;
    gap: 15px;
    justify-content: end;
}
.single-bottom-info .container{
    padding-top: 33px;
    border-top: 1px solid #DEDEDE;
}
.single-bottom-info{
    margin :32px 0  80px;
}
.youtube-video{
    margin-top: 32px;
}
.youtube-video iframe{
    width: 100%;
    min-height: 600px;
}
.single-post-date{
    display: flex;
    gap: 8px;
    color: #515151;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}
.single-bottom-info .socials-block img{
    height: 25px;
}