:root {
	--atf-thm-white: #ffffff;
	--atf-thm-black: #5a1e90;
	--atf-thm-color: #C1272D;
	--atf-thm-base: #feda00;
	--atf-grey-1: #f9f9f9;
	--atf-grey-2: #f5f5f5;
	--atf-grey-3: #f6f6f6;
	--atf-grey-4: #f7f7f7;
	--atf-grey-5: #f4f4f4;
	--atf-grey-6: #171a2b;
	--atf-text-body: #858585;
	--atf-border-1: #dddddd;
	--thm-line: linear-gradient(to bottom, #ff416c, #ff4b2b);
}

.atf-section-title {
	margin-bottom: 50px;
}

.atf-section-title .atf-sheading {
	color: var(--atf-thm-white);
	margin: 0px 0 5px;
	text-transform: capitalize;
	letter-spacing: 1px;
	background: var(--atf-thm-color);
	display: inline-block;
	padding: 2px 15px;
	border-radius: 5px;
	font-weight: 400;
}

.atf-section-title .tilte {
	font-weight: 400;
	line-height: 1.3;
	text-transform: capitalize;
	font-family: var(--atf-ff-heading);
}

.atf-section-title .description {
	font-family: var(--atf-ff-body);
	color: var(--atf-text-body);
}

.atf-section-title .atf-sec_icon {
	position: relative;
	display: inline-block;
}

.atf-section-title .atf-sec_icon:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	background: var(--atf-thm-color);
	top: 16px;
	left: -56px;
}

.atf-section-title .atf-sec_icon:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	background: var(--atf-thm-color);
	top: 16px;
	right: -56px;
}

.atf-section-title .atf-sec_icon .atf-sec_radiu i {
	margin-top: 10px;
	color: var(--atf-thm-color);
}

@media only screen and (max-width: 480px) {
	.atf-section-title h2 {
		font-size: 25px;
	}
}

.atf-class-slide {
	border: 2px solid #e8e8e8;
	border-radius: 5px;
}

.atf-class-slide .atf-class-img {
	overflow: hidden;
	border-radius: 5px 5px 0 0;
}

.atf-class-slide .atf-class-img img {
	width: 100%;
	height: auto;
	transform: scale(1, 1);
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}

.atf-class-slide:hover .atf-class-img img {
	transform: scale(1.2, 1.2);
	opacity: 1;
}

.atf-class-slide .atf-class-content {
	padding: 10px;
	position: relative;
	background: #f2f2f2;
	height: 63px;
}

.atf-class-slide .atf-class-date {
	min-width: 28px;
	min-height: 28px;
	line-height: 28px;
	text-align: center;
	background: var(--atf-thm-color);
	position: absolute;
	top: -30px;
	left: 30px;
}

.atf-class-slide .month {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: var(--atf-thm-color);
	padding: 0 10px;
	background: var(--atf-thm-white);
	text-transform: uppercase;
}

.atf-class-slide .date {
	color: var(--atf-thm-white);
	font-size: 14px;
}

.atf-class-slide .atf-class-title {
	margin: 0;
}

.atf-class-slide .atf-class-title a {
	color: #c00000;
	font-size: 16px;
	text-transform: capitalize;
	transition: all 0.5s ease 0s;
}

.atf-class-slide .atf-class-title a:hover {
	color: var(--atf-grey-6);
	text-decoration: none;
}

.atf-class-slide .atf-class-description {
	font-size: 15px;
	line-height: 25px;
}

.atf-class-slide .atf-class-bar {
	padding: 10px 0;
	list-style: none;
	text-align: center;
	background: var(--atf-thm-color);
}

.atf-class-slide .atf-class-bar li {
	display: inline-block;
	margin: 2px 7px 0 0;
	color: var(--atf-thm-black);
	text-align: left;
	background: var(--atf-thm-base);
	padding: 10px 20px;
	border-radius: 5px;
}

.atf-class-slide .atf-class-bar li a {
	text-transform: capitalize;
	font-size: 14px;
	color: var(--atf-thm-color);
	transition: 0.2s ease;
	font-weight: 600;
}

.atf-class-slide .atf-class-bar li a:hover {
	text-decoration: none;
	color: var(--atf-thm-white);
}

.atf-class-slide .atf-class-bar li i {
	color: var(--atf-thm-white);
	margin-right: 5px;
}

.owl-theme .owl-controls {
	margin-top: 30px;
}

.owl-theme .owl-controls .owl-pagination {
	width: 140px;
	padding: 10px;
	margin: 0 auto;
	line-height: 13px;
	background: #fe7f8b;
}

.owl-theme .owl-controls .owl-page span {
	width: 12px;
	height: 12px;
	border-radius: 0;
	background: transparent;
	border: 1px solid var(--atf-thm-white);
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	border: 4px solid var(--atf-thm-white);
}

/* OWl DOT DESIGN */
.atf_owl_dot_slider .owl-dots {
	margin-top: 30px !important;
	text-align: center;
}

.atf_owl_dot_slider .owl-controls {
	margin-top: -25px;
}

.atf_owl_dot_slider .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 0 8px;
	border-radius: 5px;
	background: var(--atf-thm-color);
	border: 1px solid var(--atf-thm-color);
	transition: all 0.3s ease-in-out;
	display: inline-block;
}

.atf_owl_dot_slider .owl-dots .owl-dot.active span {
	width: 35px;
	transition: all 0.3s ease-in-out;
	border: 1px solid var(--atf-thm-color);
	background: var(--atf-thm-color);
	display: inline-block;
}

/* OWl NAV DESIGN */
.atf_owl_nav_slider {
	position: relative;
}

.atf_owl_nav_slider .owl-nav .owl-next,
.atf_owl_nav_slider .owl-nav .owl-prev {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	text-align: center;
	color: var(--atf-thm-white) !important;
	opacity: 1;
	font-size: 20px !important;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	width: 50px;
	height: 50px;
	line-height: 48px !important;
	background: var(--atf-thm-color) !important;
	border-radius: 50%;
}

.atf_owl_nav_slider .owl-nav .owl-prev {
	left: -25px;
}

.atf_owl_nav_slider .owl-nav .owl-next {
	right: -25px;
}

.atf_owl_nav_slider1:hover .owl-nav .owl-prev {
	left: -38px;
	opacity: 1;
}

.atf_owl_nav_slider1:hover .owl-nav .owl-next {
	right: -38px;
	opacity: 1;
}

@media screen and (min-width: 270px) and (max-width: 480px) {

	.atf_owl_nav_slider .owl-nav .owl-prev,
	.atf_owl_nav_slider .owl-nav .owl-next {
		display: none;
	}
}

/* END OWL DOT & NAV DESIGN */