.swiper-banner-slide{
    position: relative;
}
.swiper-banner-slide img{
    width: 100%;
}
.text-info{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 45%;
    left: 50px;
}
.banner-heading{
    color: #111;
    font-family: "Montserratarm-Regular";
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 24px;
}
.banner-desc{
    color: #111;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    margin-top: 23px;
}
.swiper-pagination-banner{
    text-align: left;
    left: 50px!important;
    bottom: 60px!important;
}
.swiper-pagination-banner .swiper-pagination-bullet{
    border-radius: 30px;
    opacity: 0.4;
    background: rgba(0, 0, 0, 0.40);
    width: 10px;
    height: 10px;
}
.swiper-pagination-banner .swiper-pagination-bullet-active{
    box-shadow: 0px 3px 6px 0px rgba(209, 78, 27, 0.30);
    background: #FE6225;
    width: 14px;
    height: 14px;
    opacity: 1;

}

/*news*/
.news-section .container{
    overflow: hidden;
}
.news-section{
    margin-bottom: 52px;
}

.news-section .sub-heading{
    margin-top: 56px;
    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%;
    min-height: 220px;
    max-width: 362px;
    object-fit: cover;
}
.custom-post-news{
    transition: .5s;
}
.news-block, .announcements-swiper{
    padding: 10px;
}
.custom-post-news:hover{
    box-shadow: 0px 4px 19px 0px rgba(5, 35, 65, 0.09);
}
.post-info{
    max-width: 322px;
    min-height: 283px;
    padding-left: 20px;
}
.announcements-section .post-info{
    padding-bottom: 0!important;
}
.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;
    margin-bottom: 40px;
}
.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: 30px;
    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 .post-info{
    padding-bottom: 18px;
}
.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;
}

/*End news*/

/*counters-section*/
.counters-section{
    margin-top: 80px;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    padding: 120px 0;
    background-position: 50%!important;
}
.counters-block{
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.counter-item{

}
.counters-section .number{
    color: #FFF;
    text-align: center;
    font-size: 70px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px;
    margin: 0 0 16px 0!important;
}
.counters-section .count-title{
    color: #F2F4F4!important;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 141.667% */
    letter-spacing: 1px;
    margin: 0;
}
.statistics{
    background: none;
    width: 100%;
    max-width: 1140px;
    padding: 0;
}
.statistics .statistics-inner{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    width: 100%;
    padding: 0;
}
.statistics .statistics-inner .stat{
    margin: 0!important;
}
.statistics h3{
    display: none;
}
/*End counters-section*/

/*Announcements*/
.post-date{
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #DEDEDE;
}
.day{
    color: #2C6EB0;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 3px;
    margin: 33px 0 10px;
}
.month-year{
    color: #2C6EB0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.deadline{
    color:  #2C6EB0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.deadline span:nth-child(1){
   height: 20px;
}
.completed .day,
.completed .month-year,
.completed a p,
.completed .deadline{
    color: #707070;
}
/*End Announcements*/
/*Map*/
.map_box{
    position: relative;
}
.igm-live-filter-dropdown {
    width: 150px !important;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 9;
}
.map-section{
    margin: 28px 0 80px;
}