.slick-active.slick-center .item-content {
    background: transparent;
}

.item-content {
    height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.item-content p {
    line-height: 24px;
}

.news-slider .item-box .img-wrapper img {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.news-items-slider .item-box:hover .img-wrapper img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.news-items-slider .item-box:hover::before {
    background: linear-gradient(180deg, rgba(7, 9, 37, 0.85) 53.73%, rgba(7, 9, 37, 0.85) 85.26%);
}

.news-items-slider .item-box:hover .item-content {
    bottom: 0;
    background-color: transparent;
    color: #FFF;
}

.news-items-slider .item-box:hover .item-content .btn {
    opacity: 1;
    visibility: visible;
}

img {
    max-width: 100%;
    width: auto;
}

.img-wrapper img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
}

.news-items-slider .slick-arrow::before {
    content: '';
    position: relative;
    height: 1em;
    width: 100%;
    background: url(../../images/icons/right-arrow.svg) no-repeat center;
    background-size: 1.5em;
    background-repeat: no-repeat;
}

.news-items-slider .slick-prev {
    rotate: 180deg;
}

.home-slide-over:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 61%;
    left: 0;
    z-index: -1;
    background-image: url('../../images/bk-img.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

.news-slider .slick-arrow {
    height: 3.75em;
    width: 3.75em;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    bottom: 0px;
    z-index: 1;
    cursor: pointer;
    border-radius: 3.125em;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress {
    display: block;
    width: 43%;
    height: 2px;
    overflow: hidden;
    background-color: rgba(234, 230, 221, 0.9);
    background-image: -webkit-gradient(linear, left top, right top, from(#ab0634), to(#ab0634));
    background-image: -o-linear-gradient(left, #ab0634, #ab0634);
    background-image: linear-gradient(to right, #ab0634, #ab0634);
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size 0.4s ease-in-out;
    -o-transition: background-size 0.4s ease-in-out;
    transition: background-size 0.4s ease-in-out;
}

.modal-backdrop {
    display: none;
}

.overflow-hidden {
    overflow: hidden;
}

.slider-navigation {
    display: flex;
    align-items: center;
    justify-content: end;
}

.slider-navigation .slick-dots {
    list-style: none;
    margin: 1.25em 1.25em 0;
    line-height: 0;
    text-align: right;
}

.slider-navigation .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 0 3px;
}

.slider-navigation .slick-dots li button {
    padding: 0;
    border: 0;
    height: 2em;
    width: 40em;
    background-color: #8BB8E8;
    font-size: 1px;
}

.slider-navigation .slick-dots li:hover button,
.slick-dots li.slick-active button {
    background-color: #002E5F;
}

.news-slider .slick-counter {
    font-family: 'TheSansOffice-Plain', sans-serif;
    color: #002E5F;
    font-size: 2em;
    text-align: right;
    margin-top: 0.625em;
    font-weight: 300;
    margin-right: 3.125em;
}

.news-items-slider .item-box {
    border-radius: 1.875em;
    margin: 1.25em 0.9em;
    transition: all 0.6s;
}

.news-items-slider .item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #000;
    z-index: 1;
    padding: 20px;
}

.news-items-slider .item-box.home-slide-over:before {
    z-index: 1;
    background: linear-gradient(180deg, rgba(165, 0, 52, 0.05) 1000%, rgba(9, 19, 50, 0.85) 100%);
    opacity: 1;
    transition: all 0.6s;
}

.news-items-slider .item-box.home-slide-over:hover:before {
    z-index: 1;
    background: linear-gradient(180deg, rgba(165, 0, 52, 0.05) 53.73%, rgba(9, 19, 50, 0.85) 85.26%);
    opacity: 1;
    transition: all 0.6s;
}

.news-slider .news-items-slider .item-content {
    transition: all 0.6s;
    background-color: #fff;
}

.news-slider .news-items-slider .item-content h6 {
    font-size: 24px;
    text-transform: uppercase;
}

.news-slider .news-items-slider .item-content .btn {
    opacity: 0;
    visibility: hidden;
    min-width: 250px;
}

.news-items-slider .slick-current .item-box .item-content .btn {
    opacity: 1;
    visibility: visible;
}

.news-items-slider .item-box.home-slide-over:hover:before {
    background: linear-gradient(180deg, #002E5F11 0%, #00662B 80%) 0% 0% no-repeat padding-box;
}

.news-slider .news-items-slider .item-box {
    transition: all 0.4s;
    box-shadow: -0.4375em 0.4375em 0.4375em #00000033;
}

.news-slider .news-items-slider .item-box:hover {
    transform: scale(1.05);
    transition: ease-in-out 0.6s;
}

.news-items-slider .slick-track {
    display: flex !important;
    align-items: center;
}

.news-items-slider .slick-slide {
    padding: 0.625em 0;
}

.news-items-slider .item-box .item-content h4 {
    font-size: 1.4375em;
    color: #000;
    margin-top: 0.9375em;
    font-family: 'TheSansOffice-Bold', sans-serif;
}

.news-items-slider .item-box:hover .item-content h4 {
    color: #ffffff;
}

.news-items-slider .slick-arrow.slick-next {
    right: 0;
    left: auto;
}

.news-slider .news-items-slider .item-box .img-wrapper {
    padding-top: 120%;
}

.news-slider .slick-arrow.slick-disabled {
    cursor: not-allowed;
}

.news-slider .slick-arrow.slick-prev {
    right: auto;
    left: 0;
    top: 40%;
}

.slick-counter .h4,
.slick-counter .h6 {
    font-size: 0.8125em;
    font-family: 'TheSansOffice-Bold', sans-serif;
}

.slick-counter .h6 {
    font-family: 'TheSansOffice-Plain', sans-serif;
}

.news-items-slider div.common-link {
    display: inline-block;
    border: 0.0625em solid #000;
    border-radius: 2em;
    padding: 0.25em 2em;
}

.news-items-slider .item-box:hover div.common-link {
    border-color: #FFF;;
}

/* responsive css  */
@media only screen and (min-width: 2000px) {
    .news-slider .news-items-slider .item-content {
        bottom: calc(100% - 51.125em);
    }
    .news-items-slider .slick-slide {
        padding: 2em 0;
    }
}

@media only screen and (min-width: 3800px) {
    .news-slider .news-items-slider .item-content {
        bottom: calc(100% - 66.125em);
    }
    .news-slider .news-items-slider .item-box:hover {
        transform: scale(1.05);
    }
}

@media only screen and (max-width: 1536px) {
    .news-slider.section-padding {
        padding: 30px 0 30px;
    }
}

@media only screen and (max-width: 1440px) {
    .home-slide-over:before {
        background-size: 120% center;
    }
    .news-slider .news-items-slider .slick-current .item-box {
        height: calc(100% - 40px);
    }
    .news-slider .section-header p {
        font-size: 18px;
    }
    .news-slider .news-items-slider .item-content {
        bottom: calc(100% - 700px);
    }
    .news-items-slider {
        margin: 0;
        padding: 0;
    }
    .news-items-slider .item-content {
        padding: 20px 30px;
    }
    .news-items-slider .slick-arrow {
        left: -80px;
    }
    .news-items-slider .slick-counter {
        color: #041E41;
        font-size: 32px;
        text-align: right;
        margin-top: 10px;
        margin-right: 4.875em;
    }
}

@media only screen and (max-width: 1199px) {
    .news-slider .news-items-slider .item-content {
        bottom: calc(100% - 580px);
    }
    .home-slide-over:before {
        background-size: 115% auto;
    }
    .slick-counter {
        margin-right: 30px;
    }
    .news-items-slider .slick-arrow {
        left: -20px;
    }
    .news-slider .news-items-slider .item-content h6 {
        font-size: 18px;
    }
    .news-slider .news-items-slider .item-content h6,
    .news-slider .news-items-slider .item-content .common-link {
        font-size: 18px;
        margin: 0px !important;
    }
    .news-slider .news-items-slider .item-box .img-wrapper {
        padding-top: 150%;
    }
}

@media only screen and (max-width: 1080px) {
    .news-slider .news-items-slider .item-content {
        bottom: calc(100% - 730px);
    }
}

@media only screen and (max-width: 768px) {
    .news-items-slider .slick-slide {
        padding: 40px 0;
    }
    .news-items-slider .item-content {
        padding: 35px 20px;
    }
    .news-items-slider .item-box .item-content .btn {
        min-width: 230px;
    }
    .news-slider .slick-dots,
    .slick-dots {
        padding: 0;
        text-align: left;
    }
    .news-slider.home-slide-over:before {
        height: calc(100% - 220px);
    }
    .news-slider .news-items-slider .item-box,
    .news-slider .news-items-slider .slick-current .item-box {
        margin: 0 9px;
        height: calc(100% - 25px);
    }
    .news-items-slider .item-box .item-content .btn {
        opacity: 1;
        visibility: visible;
    }
    .news-slider .news-items-slider .item-content {
        bottom: -200px;
    }
    .home-slide-over:before {
        content: "";
        background: none;
        background-color: #8BB8E8;
        position: absolute;
        right: 0;
        margin: 0 0 0 auto;
        height: 100% !important;
        border-radius: 100px 0 0 0;
        bottom: 0;
    }
    .news-slider .slick-counter {
        margin-right: 20px;
    }
    .item-content p {
        font-size: 14px;
    }
    .news-items-slider .slick-arrow {
        display: none !important;
    }
}

@media only screen and (max-width: 575px) {
    .news-items-slider .item-box .item-content {
        bottom: -319px;
        background: #ffffff;
    }
    .news-slider .news-items-slider .item-content {
        bottom: -319px;
    }
    .slider-navigation {
        justify-content: space-between;
    }
}

@media only screen and (max-width: 479px) {
    .news-items-slider .item-box .item-content h4 {
        font-size: 15px;
    }
    .news-slider .news-items-slider .item-content h6,
    .news-slider .news-items-slider .item-content .common-link {
        font-size: 15px;
    }
    .news-items-slider .item-box .item-content {
        bottom: calc(100% - 630px);
    }
    .news-items-slider .item-content {
        padding: 20px;
    }
    .slider-navigation .slick-dots li button {
        width: 30em;
    } 
}

@media only screen and (max-width: 400px) {
    .news-items-slider .item-box .item-content {
        bottom: calc(100% - 620px);
    }
}

@media only screen and (max-width: 320px) {
    .news-items-slider .item-box .item-content {
        bottom: calc(100% - 580px);
    }
}