@charset "UTF-8";

@charset "UTF-8";

#course+div .inner_item{
	border: 1px solid var(--i_btn_color);
}
#course+div .inner_item .inner_item_txt p{
	overflow: hidden;
	border-radius: 15px;
}
#course+div .inner_item .inner_item_txt a:hover{
	opacity: 0.7;
	transition: 0.3s ease-in-out;
}

#course+div .inner_item a img{
	border-radius: 15px;
	transition: 0.8s;
}
#course+div .inner_item a:hover img{
	transform: scale(1.05);
}
#course+div .heading.block_header_4 .h{
	font-size: 2.5rem;
}
.popup_slider {
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0,0,0,0.8);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.popup_slider_inner {
	/* background: #fff; */
	padding: 40px 20px;
	max-width: 90%;
	max-height: 90%;
	overflow-y: auto;
	position: relative;
	width: 96%;
}
.popup_close {
	position: absolute;
	top: -20px;
	right: 15px;
	font-size: 60px;
	line-height: 1;
	font-weight: 300;
	cursor: pointer;
	color: #fff;
	z-index: 1;
}
.gallery_single_slider img {
		width: 100%;
		height: auto;
}
.custom-dots {
	text-align: center;
	margin-top: 10px;
	}
.custom-dots button {
	background: none;
	border: none;
	font-size: 20px;
	cursor: pointer;
	margin: 0 5px;
	color: #999;
}
.custom-dots button.active {
	color: var(--i_main_color);
	font-weight: bold;
}

.slick-initialized .slick-slide {
	display: block;
	margin: 0 10px;
}
.gallery_single_slider .slick-arrow::before {
		display: none!important;
}


@media screen and (max-width: 900px){
	#course+div .heading.block_header_4 .h{
		font-size: 2.2rem;
	}
	.slick-dots li {
			margin: 0 3px!important;
	}
	.slick-dots li button:before {
		opacity: 1!important;
		color: #999!important;
		font-size: 8px!important;
	}
	.slick-dots li.slick-active button:before {
		opacity: 1!important;
		color: var(--i_main_color)!important;
	}
}