/* home-webinar-slider-css */

/* headings */
.default-text h3 {
	font-size: 20px;
	color: #29588c;
}

.default-text h4 {
	font-size: 17px;
}

/* home-webinar-slider-css */
.wraper-home-banner-webinar {
	bottom: -115px;
}

.home-banner-webinar-authorSlider .home-banner-webinar-author {
	align-items: center !important;
}

.home-banner-webinar-authorSlider .media-pic {
	width: 58px;
	height: 58px;
}

.home-banner-webinar-authorSlider .media-pic img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	object-fit: cover;
}

.wraper-home-banner-webinar .home-banner-webinar {
	display: block;
	margin-left: -130px;
}

.wraper-home-banner-webinar .home-banner-webinar>.media-heading {
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-banner-webinar-authorSlider .media-body .title {
	font-weight: 600;
	font-size: 15px;
	line-height: 1.3;
	color: #3e3e3e;
	margin-bottom: 3px;
}

.home-banner-webinar-authorSlider .media-body .designation {
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	color: #3e3e3e;
}

.home-banner-webinar-authorSlider {
	position: relative;
	padding-right: 20px;
}

.home-banner-webinar-authorSlider .swiper-pagination {
	position: absolute;
	top: 15px;
	right: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.home-banner-webinar-authorSlider .swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #d9d9d9;
	opacity: 1;
	transition: all .3s ease-in-out;
}

.home-banner-webinar-authorSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #4491c5;
}

@media (max-width:991px) {
	.wraper-home-banner-webinar .home-banner-webinar {
		margin-left: 0;
	}
}

@media (max-width:767px) {
	.wraper-home-banner-webinar {
		bottom: 100px;
	}
}
