/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1677758777
Updated: 2023-03-02 12:06:17

*/

h1,h2,h3,h4,h5,h6 {
	font-feature-settings: 'case' on !important;
}


.news-slider {
	display:grid;
	/* grid-template-columns:1fr 1fr 1fr; */
	/* gap:40px; */
}

.news-item {
	display:flex;
	flex-direction:column;
	position:relative;

	margin-bottom: 70px;
}

.news-item .news-img {
	width: 100%;
	height: 434px;
	overflow:hidden;
}


.news-item .news-img a {
	display:block;
	width: 100%;
	height: 100%;
}

.news-item .news-img img {
	width:100%;
	height:100%;
	object-fit:cover;
	transition:all 0.3s;
}

.news-item .news-img a:hover img{
	transform:scale(1.1);
}

.news-item .news-content {
	position:absolute;
	bottom: 0;
	background: #FFFFFF;
	box-shadow: 5px -12px 10px rgba(0, 0, 0, 0.15);
	max-width: 80%;
	padding: 15px;
	max-height: 135px;
	min-height: 135px;
}

.news-item .news-content h2 {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;

}

.news-item .news-content a {
	display:block;
	color:#000;
}

/* the slides */
.news-slider .slick-slide {
	margin: 0 30px;
	overflow: visible;
}

/* the parent */
.news-slider .slick-list {
	margin: 0 -30px;
	overflow-y: visible;
}

.custom-slide-arrow {
	margin-top:40px;

}
.custom-slide-arrow span {
	/*margin-right:20px;*/
	cursor: pointer;
}


#csr-slider-container {}

.csr-slider {
	display:flex;
	flex-wrap:wrap;
}

.csr-item {
	width:33%
}

.csr-item  a {
	display:block;
	width:100%;
	height:100%;
}

.csr-item:hover img.featuredimg{
	transform:scale(1.1);
}


.csr-item .csr-img {
	position: relative;
	overflow: hidden;
}

.csr-item .csr-img img.featuredimg {
	width:100%;
	height:100%;
	object-fit:cover;
	transition:all 0.3s;
}

.csr-item .csr-content {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#04040499;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.csr-item .logo {
	margin-bottom: 20px;
}

.csr-item h2 {
	margin: 0;
	color: #fff !important;
	font-feature-settings: 'case' on;
}

.csr-item .csr-desc {
	font-size: 16px;
	margin-top: 12px;
	padding: 0 50px;
	text-align: center;
	color: #fff !important;
}


