/*News three block css*/
.news_three .block-title{font-weight:500;color:var(--themeColor);font-size:2.5em;}

.news_three .newsCarousel .carousel-caption{
	padding-top:0;
}

.news_three .newsMagnetCarousel .carousel-caption{
	min-height: 500px;
	text-align: left;
}

.news_three .newsMagnetCarousel .icon{
	max-width: 75px;
}

.news_three .newsMagnetCarousel h4{
	font-family: Exo2-Extrabold, sans-serif;
    font-size: 2.2em;
	margin-bottom: 15px;
}

.news_three .newsMagnetCarousel p{
    font-size: 1.2em;
}

.news_three .newsMagnetCarousel a{
    text-decoration:none;
}

.news_three .newsMagnetCarousel .carousel-control-next{
	left: 30px;
    bottom: 30px;
    top: auto;
    height: 40px;
    width: 40px;
}

.news_three .newsMagnetCarousel .magnet-next{
    width: 100%;
}

.news_three .newsCarousel .news-single{
	text-align:left;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	min-height: 580px;
}

.news_three .newsCarousel .carousel-caption,
.news_three .newsMagnetCarousel .carousel-caption{
	position: initial;
}

.news_three .newsMagnetCarousel .carousel-caption{
	padding:35px;
}

.news_three .newsCarousel .carousel-inner span {
    color: black;
}

.news_three .newsCarousel h3 {
    color: var(--themeColor);
    font-weight: bold;
    font-size: 1.4em;
    margin-top: 20px;
    margin-bottom: 5px;
}

.news_three .newsCarousel h3 {
    color: var(--themeColor);
    font-weight: bold;
    font-size: 1.4em;
    margin-top: 20px;
    margin-bottom: 5px;
    transition: color 0.3s ease;
}

.news_three .news-single p {
    color: black;
}

.news_three .news_link {
    color: var(--themeColor);
    border: solid 1px var(--themeColor);
    text-decoration: none;
    padding: 15px 50px;
    transition: all ease-in 0.1s;
    font-weight: 600;
}

.news_three .news_link:hover {
    background-color: var(--themeColor);
    color: white;
}

.news_three .newsCarousel a {
    text-decoration: none;    
}

.news_three .news-single a:hover h3{
	color: var(--themeColorHover);
}

.newsCarousel .carousel-indicators [data-bs-target] {
    background-color: var(--themeColor);
    border-radius: 0;
}

.newsCarousel .carousel-indicators {
	bottom: -20px;
}

.newsCarousel .carousel-control-next-icon, .newsCarousel .carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
}

.newsCarousel .carousel-control-next{
    right: -130px;
}

.newsCarousel .carousel-control-prev {
    left: -130px;
}