section.news-and-events-carousel {
    padding: 80px 0 80px;
}
.news-and-events-carousel-in {
    position: relative;
}
.news-and-events-carousel-in .container {
    overflow: hidden;
}

.news-and-events-slider {
    position: relative;
    display: block;
}
.news-and-events-slider > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.news-and-events-slider > ul li {
    float: left;
}
/* the slides */
.news-and-events-slider .slick-slide {
    margin: 0 8px;
}
/* the parent */
.news-and-events-slider .slick-list {
    margin: 0 -8px;
}
.news-and-events-slider-each {
    float: left;
    width: 100%;
    transition: all 0.3s ease;
    border-top: 1px solid #3E3E3E;
    border-bottom: 1px solid #3E3E3E;
    padding: 30px 0;
}
.news-and-events-slider-each-img {
    height: 393px;
    width: 100%;
    margin-top: 10px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    border: .2px solid #d3d3d3;
}
.news-and-events-slider-each-img a.post-img-link {
    position: relative;
    z-index: 8;
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 15px;
}
.news-and-events-slider-each-img a.post-img-link::after {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(0, 0, 0, .4);
    left: 0;
    top: 0;
}
.light-text-color .news-and-events-slider-each-img::after {
    background: none;
    background-color: rgba(0, 0, 0, .2);
}
a.post-read-more {
    background-image: url(../../images/post-button.svg);
    width: 45px;
    height: 45px;
    position: absolute;
    right: 30px;
    bottom: 22px;
    font-size: 0;
    background-size: 10px auto;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 9;
}
a.post-read-more:hover {
    transform: scale(1.2);
}
a.post-video-view {
    background-image: url(../../images/play-button.svg);
    width: 37px;
    height: 44px;
    position: absolute;
    margin: 0 auto;
    font-size: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}
a.post-video-view:hover {
    transform: translate(-50%, -50%) scale(1.2);
}
.news-and-events-slider-each-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease;
}
.news-and-events-slider-each:hover .news-and-events-slider-each-img img {
    transform: scale(1.05);
}
.news-and-events-slider-each-cat p {
    margin: 0;
    padding: 0;
    color: #000;
    font-weight: 200;
}
.news-and-events-slider-each-content {
    width: 100%;
    padding: 20px 0 20px;
    overflow: hidden;
}
.news-and-events-slider-each-content a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
}
.news-and-events-slider-each-content p {
    color: #000;
    margin-top: 20px;
    margin-bottom: 0;
}
  
.news-and-events-slider button.slick-prev.slick-arrow,
.news-and-events-slider button.slick-next.slick-arrow {
    display: none ! important;
}
  





.light-text-color .news-and-events-slider-each-content a,
.light-text-color .news-and-events-slider-each-content p,
.light-text-color .news-and-events-slider-each-cat p {
    color: #D9D9D9;
}
.light-text-color .news-and-events-slider-each-img {
    border-color: #232323;
}






/* Circle animation */
.news-and-events-slider-each-img {
	position: relative;
}
/* 
.news-and-events-slider-each-img::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.news-and-events-slider-each:hover .news-and-events-slider-each-img::before {
	-webkit-animation: circle .50s;
	animation: circle .50s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
} */

@media (max-width: 1560px) {
    .news-and-events-slider-each-img {
        height: 330px;
    }
}
@media (max-width: 1440px) {
    .news-and-events-slider-each-img {
        height: 300px;
    }
}
@media (max-width: 1380px) {
}
@media only screen and (max-width: 960px) {
    .news-and-events-slider-each-img {
        height: 240px;
    }
    section.news-and-events-carousel {
        padding: 60px 0 60px;
    }
}
@media only screen and (max-width: 768px) {
    .news-and-events-slider-each-img {
        height: 340px;
        margin-top: 10px;
    }
    .news-and-events-slider-each {
        padding: 20px 0;
    }
    .news-and-events-slider-each-content {
        padding: 15px 0 10px;
    }
}


@media only screen and (max-width: 560px) {
    .news-and-events-slider-each:hover .news-and-events-slider-each-img::before {
        display: none;
    }
}
