body,
p {
	color: var(--atf-text-body)
}

.checkbox-custom+.checkbox-custom-label:before,
.radio-custom+.radio-custom-label:before {
	vertical-align: middle;
	padding: 2px;
	width: 20px;
	height: 20px;
	background: var(--atf-thm-white)
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

html {
	scroll-behavior: smooth
}

.transition-3,
a,
button,
input,
li,
p,
select,
textarea {
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	transition: .3s ease-out
}

:root {
	--atf-ff-body: "Manrope", sans-serif;
	--atf-ff-heading: "Urbanist", sans-serif;
	--atf-ff-fontawesome: "Font Awesome 6 Free";
	--atf-thm-white: #ffffff;
	--atf-thm-black: #121214;
	/* --atf-thm-color: #7e5ee5; */
	--atf-thm-color: #9A3CED;

	--atf-thm-base: #f39c12;
	--atf-grey-1: #f9f9f9;
	--atf-grey-2: #f5f5f5;
	--atf-grey-3: #f6f6f6;
	--atf-text-body: #77726e;
	--atf-border-1: #dddddd;
	--hue: 223;
	--primary: hsl(var(--hue), 90%, 55%);
	--primary-l: hsl(var(--hue), 90%, 65%);
	--primary-d: hsl(var(--hue), 90%, 45%);
	--white: hsl(var(--hue), 10%, 100%);
	--white-d: hsl(var(--hue), 10%, 45%)
}

body {
	font-size: 16px;
	line-height: 32px;
	font-weight: 400;
	font-family: var(--atf-ff-body);
	letter-spacing: -.01em
}

.m-img img,
img {
	max-width: 100%
}

a {
	text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	font-weight: 700;
	line-height: 1.2;
	-webkit-transition: color .3s ease-out;
	-moz-transition: color .3s ease-out;
	-ms-transition: color .3s ease-out;
	-o-transition: color .3s ease-out;
	transition: color .3s ease-out;
	color: var(--atf-thm-black);
	font-family: var(--atf-ff-heading)
}

h1 {
	font-size: 40px
}

h2 {
	font-size: 36px
}

h3 {
	font-size: 28px
}

h4 {
	font-size: 20px;
	font-weight: 600
}

@media only screen and (max-width:1200px) {
	h4 {
		font-size: 18px
	}
}

h5 {
	font-size: 20px
}

.atf-header-top-social.style1 ul li a,
h6 {
	font-size: 16px
}

p {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 32px;
	font-family: var(--atf-ff-body)
}

.atf_top_categories .icon,
dl,
ol,
ul {
	padding: 0;
	margin: 0;
	list-style: none
}

a:focus,
a:hover,
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}

.button:focus,
a:focus {
	text-decoration: none;
	outline: 0
}

a,
button {
	color: inherit;
	outline: 0;
	border: none;
	background: 0 0
}

button:hover {
	cursor: pointer
}

button:focus {
	outline: 0
}

.uppercase {
	text-transform: uppercase
}

.capitalize {
	text-transform: capitalize
}

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
textarea {
	outline: 0;
	height: 56px;
	width: 100%;
	line-height: 56px;
	font-size: 16px;
	padding-left: 25px;
	padding-right: 25px;
	color: var(--atf-thm-black);
	border: 1px solid rgba(255, 255, 255, .1);
	background-color: var(--atf-thm-white)
}

input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: var(--atf-text-body);
	font-size: 16px
}

input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
	color: var(--atf-text-body);
	font-size: 16px
}

input[type=email]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
	color: var(--atf-text-body);
	font-size: 16px
}

input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: var(--atf-text-body);
	font-size: 16px
}

input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
	color: var(--atf-text-body);
	font-size: 16px
}

input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
	border: 1px solid var(--atf-thm-white);
	font-size: 16px
}

input[type=email]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=text]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
	opacity: 0
}

textarea {
	line-height: 1.4;
	padding-top: 17px;
	padding-bottom: 17px
}

input[type=color] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: 0 0;
	border: 0;
	cursor: pointer;
	height: 100%;
	width: 100%;
	padding: 0;
	border-radius: 50%
}

::-moz-selection {
	background: var(--atf-thm-color);
	color: var(--atf-thm-white);
	text-shadow: none
}

::selection {
	background: var(--atf-thm-color);
	color: var(--atf-thm-white);
	text-shadow: none
}

.atf_attach_bg,
.book__pg-2,
.book__pg-3,
.book__pg-4 {
	background-repeat: no-repeat;
	background-position: center
}

::-moz-placeholder {
	color: var(--atf-thm-color);
	font-size: 14px;
	opacity: 1
}

::placeholder {
	color: var(--atf-thm-color);
	font-size: 14px;
	opacity: 1
}

.atf-section-title .sub-title,
.atf-themes-btn {
	color: var(--atf-thm-white);
	font-size: 18px;
	display: inline-block;
	text-transform: capitalize
}

#hotdeal,
.atf-about-img-area.style1,
.atf-cover-bg,
.sign_in_content,
.z-index-1 {
	position: relative;
	z-index: 1
}

.read:hover::before,
.w-img img {
	width: 100%
}

.fix {
	overflow: hidden
}

.clear {
	clear: both
}

.z-index-2 {
	z-index: 2
}

.z-index-3 {
	z-index: 3
}

.z-index-4 {
	z-index: 4
}

.z-index-5 {
	z-index: 5
}

.z-index-6 {
	z-index: 6
}

.z-index-7 {
	z-index: 7
}

.z-index-8 {
	z-index: 8
}

.z-index-9 {
	z-index: 9
}

.z-index-10 {
	z-index: 10
}

.gx-10 {
	--bs-gutter-x: 10px
}

.gx-20 {
	--bs-gutter-x: 20px
}

.gx-30 {
	--bs-gutter-x: 30px
}

.gx-40 {
	--bs-gutter-x: 40px
}

.gx-45 {
	--bs-gutter-x: 45px
}

.gx-50 {
	--bs-gutter-x: 50px
}

.gx-60 {
	--bs-gutter-x: 60px
}

.gx-70 {
	--bs-gutter-x: 70px
}

.gx-80 {
	--bs-gutter-x: 80px
}

.gx-90 {
	--bs-gutter-x: 90px
}

.gx-100 {
	--bs-gutter-x: 100px
}

.overflow-y-visible {
	overflow-x: hidden;
	overflow-y: visible
}

.atf-course-img,
.atf-footer-area .atf-single-footer,
.atf-hamburger-menu ul li,
.atf-single-newsletter,
.bg-image-right,
.checkbox-custom-label,
.error-search-input,
.p-relative,
.radio-custom-label,
.sidebar-search-input,
.sinlge_post .post-img {
	position: relative
}

.p-absolute {
	position: absolute
}

.atf_attach_bg {
	background-size: cover
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 270px;
	overflow: hidden
}

.atf-black-bg {
	background-color: #150035
}

.gray-bg-1 {
	background-color: #f9f9f9
}

.gray-bg-2 {
	background-color: #f5f5f5
}

.gray-bg-3 {
	background-color: #f6f9ff
}

#back_to_top,
.atf_book_preload {
	background-color: var(--atf-thm-white)
}

.atf_book_preload {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999999
}

.loader {
	width: 140px;
	height: 100px;
	padding: .25em;
	border-radius: .25em;
	box-shadow: 0 .25em .5em hsla(0, 0%, 0%, .3), 0 0 0 .25em var(--primary) inset;
	transform: translate3d(0, 0, 0);
	transform-style: preserve-3d;
	perspective: 37.5em;
	position: relative;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto
}

.book__pg,
.book__pg-shadow {
	width: calc(50% - .25em);
	position: absolute;
	left: .25em
}

.book__pg-shadow {
	background-image: linear-gradient(-45deg, hsla(0, 0%, 0%, 0) 50%, hsla(0, 0%, 0%, .3) 50%);
	height: 3.75em;
	filter: blur(.25em);
	transform: scaleY(0);
	transform-origin: 100% 0%;
	top: calc(100% - .25em)
}

.book__pg,
.book__pg-shadow,
.loader {
	animation: 7s ease-in-out infinite cover
}

.book__pg {
	background-color: var(--white);
	background-image: linear-gradient(90deg, hsla(var(--hue), 10%, 90%, 0) 87.5%, hsl(var(--hue), 10%, 90%));
	height: calc(100% - .5em);
	transform-origin: 100% 50%;
	animation-name: pg1
}

.book__pg-2,
.book__pg-3,
.book__pg-4 {
	background-image: repeating-linear-gradient(hsl(var(--hue), 10%, 10%) 0 .125em, hsla(var(--hue), 10%, 10%, 0) .125em .5em), linear-gradient(90deg, hsla(var(--hue), 10%, 90%, 0) 87.5%, hsl(var(--hue), 10%, 90%));
	background-size: 2.5em 4.125em, 100% 100%
}

.book__pg-2 {
	animation-name: pg2
}

.book__pg-3 {
	animation-name: pg3
}

.book__pg-4 {
	animation-name: pg4
}

.book__pg-5 {
	animation-name: pg5
}

@keyframes cover {

	45%,
	5%,
	55%,
	95%,
	from,
	to {
		background-color: var(--primary-l);
		animation-timing-function: ease-out
	}

	10%,
	40%,
	60%,
	90% {
		background-color: var(--primary-d);
		animation-timing-function: ease-in
	}
}

@keyframes shadow {

	10.01%,
	20.01%,
	30.01%,
	40.01%,
	from {
		transform: translate3d(0, 0, 1px) scaleY(0) rotateY(0);
		animation-timing-function: ease-in
	}

	15%,
	25%,
	35%,
	45%,
	5%,
	55%,
	65%,
	75%,
	85%,
	95% {
		transform: translate3d(0, 0, 1px) scaleY(.2) rotateY(90deg);
		animation-timing-function: ease-out
	}

	10%,
	20%,
	30%,
	40%,
	50%,
	to {
		transform: translate3d(0, 0, 1px) scaleY(0) rotateY(180deg);
		animation-timing-function: ease-out
	}

	50.01%,
	60.01%,
	70.01%,
	80.01%,
	90.01% {
		transform: translate3d(0, 0, 1px) scaleY(0) rotateY(180deg);
		animation-timing-function: ease-in
	}

	60%,
	70%,
	80%,
	90%,
	to {
		transform: translate3d(0, 0, 1px) scaleY(0) rotateY(0);
		animation-timing-function: ease-out
	}
}

@keyframes pg1 {

	from,
	to {
		background-color: var(--white);
		transform: translate3d(0, 0, 1px) rotateY(.4deg);
		animation-timing-function: ease-in-out
	}

	10%,
	15% {
		background-color: var(--white);
		transform: translate3d(0, 0, 1px) rotateY(180deg);
		animation-timing-function: ease-out
	}

	20%,
	80% {
		background-color: var(--white-d);
		transform: translate3d(0, 0, 1px) rotateY(180deg);
		animation-timing-function: ease-in
	}

	85%,
	90% {
		background-color: var(--white);
		transform: translate3d(0, 0, 1px) rotateY(180deg);
		animation-timing-function: ease-in-out
	}
}

@keyframes pg2 {

	from,
	to {
		background-color: var(--white-d);
		transform: translate3d(0, 0, 1px) rotateY(.3deg);
		animation-timing-function: ease-in
	}

	10%,
	5% {
		background-color: var(--white);
		transform: translate3d(0, 0, 1px) rotateY(.3deg);
		animation-timing-function: ease-in-out
	}

	20%,
	25% {
		background-color: var(--white);
		transform: translate3d(0, 0, 1px) rotateY(179.9deg);
		animation-timing-function: ease-out
	}

	30%,
	70% {
		background-color: var(--white-d);
		transform: translate3d(0, 0, 1px) rotateY(179.9deg);
		animation-timing-function: ease-in
	}

	75%,
	80% {
		background-color: var(--white);
		transform: translate3d(0, 0, 1px) rotateY(179.9deg);
		animation-timing-function: ease-in-out
	}

	90%,
	95% {
		background-color: var(--white);
		transform: translate3d(0, 0, 1px) rotateY(.3deg);
		animation-timing-function: ease-out
	}
}

@keyframes pg3 {

	10%,
	90%,
	from,
	to {
		background-color: var(--white-d);
		transform: translate3d(0, 0, 1px) rotateY(.2deg);
		animation-timing-function: ease-in
	}

	15%,
	20% {
		background-color: var(--white);
		transform: translate3d(0, 0, 1px) rotateY(.2deg);
		animation-timing-function: ease-in-out
	}

	30%,
	35% {
		background-color: var(--white);
		transform: translate3d(0, 0, 1px) rotateY(179.8deg);
		animation-timing-function: ease-out
	}

	40%,
	60% {
		background-color: var(--white-d);
		transform: translate3d(0, 0, 1px) rotateY(179.8deg);
		animation-timing-function: ease-in
	}

	65%,
	70% {
		background-color: var(--white);
		transform: translate3d(0, 0, 1px) rotateY(179.8deg);
		animation-timing-function: ease-in-out
	}

	80%,
	85% {
		background-color: var(--white);
		transform: translate3d(0, 0, 1px) rotateY(.2deg);
		animation-timing-function: ease-out
	}
}

@keyframes pg4 {

	20%,
	80%,
	from,
	to {
		background-color: var(--white-d);
		transform: translate3d(0, 0, 1px) rotateY(.1deg);
		animation-timing-function: ease-in
	}

	25%,
	30% {
		background-color: var(--white);
		transform: translate3d(0, 0, 1px) rotateY(.1deg);
		animation-timing-function: ease-in-out
	}

	40%,
	45% {
		background-color: var(--white);
		transform: translate3d(0, 0, 1px) rotateY(179.7deg);
		animation-timing-function: ease-out
	}

	50% {
		background-color: var(--white-d);
		transform: translate3d(0, 0, 1px) rotateY(179.7deg);
		animation-timing-function: ease-in
	}

	55%,
	60% {
		background-color: var(--white);
		transform: translate3d(0, 0, 1px) rotateY(179.7deg);
		animation-timing-function: ease-in-out
	}

	70%,
	75% {
		background-color: var(--white);
		transform: translate3d(0, 0, 1px) rotateY(.1deg);
		animation-timing-function: ease-out
	}
}

@keyframes pg5 {

	30%,
	70%,
	from,
	to {
		background-color: var(--white-d);
		transform: translate3d(0, 0, 1px) rotateY(0);
		animation-timing-function: ease-in
	}

	35%,
	40% {
		background-color: var(--white);
		transform: translate3d(0, 0, 1px) rotateY(0);
		animation-timing-function: ease-in-out
	}

	50% {
		background-color: var(--white);
		transform: translate3d(0, 0, 1px) rotateY(179.6deg);
		animation-timing-function: ease-in-out
	}

	60%,
	65% {
		background-color: var(--white);
		transform: translate3d(0, 0, 1px) rotateY(0);
		animation-timing-function: ease-out
	}
}

.atf-themes-btn {
	background: linear-gradient(to right,
			#D774FD,
			#D148E3,
			#B844EE,
			#8035EC,
			#993BED,
			#6422AF);
	font-weight: 700;
	padding: 10px 15px;
	border-radius: 5px;
	border: none;
	position: relative;
	box-shadow: -4px -4px 0 var(--atf-thm-white);
	/* Added missing color variable */
	z-index: 1;
	transition: 0.35s;
	color: var(--atf-thm-white);
	/* Ensure text is visible on gradient */
}

.atf-themes-btn:hover,
.atf-themes-btn:focus {
	color: var(--atf-thm-white);
	box-shadow:
		4px 4px 0 var(--atf-thm-white),
		10px 10px 0 #8035EC;
	/* Base shadow effect */
	/* Optional: Add gradient animation on hover */
	background: linear-gradient(to right,
			#6422AF,
			/* Rotate colors for dynamic effect */
			#D774FD,
			#D148E3,
			#B844EE,
			#8035EC,
			#993BED);
	background-size: 200% auto;
	animation: gradientShift 3s ease infinite;
}

/* Optional: Keyframes for gradient animation */
@keyframes gradientShift {
	0% {
		background-position: 0% center;
	}

	100% {
		background-position: 100% center;
	}
}

.atf-themes-btn:before {
	content: "";
	background: var(--atf-thm-color);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: .3s;
	z-index: -1;
	border-radius: 5px
}

.atf-themes-btn:hover:before {
	width: 0%
}

.atf-section-title {
	margin-bottom: 50px
}

.atf-section-title .sub-title {
	background: linear-gradient(
        to right,
        #D774FD,
        #D148E3,
        #B844EE,
        #8035EC,
        #993BED,
        #6422AF
    );;
	border-radius: 5px;
	padding: 8px 15px;
	outline-offset: -5px;
	outline: 2px solid var(--atf-thm-white);
	margin-bottom: 10px;
	font-weight: 500
}

.atf-section-title .sub-title i,
.atf-slider-content .sub-title i {
	margin-right: 5px;
	font-size: 15px
}

.atf-section-title .title {
	font-family: var(--atf-ff-heading);
	color: var(--atf-thm-black);
	font-weight: 700
}

#back_to_top:hover,
.atf-contact-details h4,
.atf-contact-details p,
.atf-contact-info,
.atf-header-top-auth a:hover,
.atf-header-top-social ul li a:hover,
.atf-header-top-social.style1 a i:hover,
.atf-main-menu.landing-page>nav>ul>li>a,
.atf-top-header-list li a:hover {
	color: var(--atf-thm-white)
}

.atf-section-padding {
	padding-top: 100px;
	padding-bottom: 100px
}

.border-left {
	border-left: 3px solid var(--atf-thm-color)
}

#back_to_top {
  position: fixed;
  right: 0%;
  bottom: 15%;
  transform: translateY(50%); /* Center vertically */
  width: 35px;
  height: 48px;
  font-size: 20px;
  border: 2px solid var(--atf-thm-color);
  color: var(--atf-thm-color);
  text-align: center;
  border-radius: 100px;
  z-index: 9999;
  background: white;
  line-height: 48px;
  transition: 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

#back_to_top.active {
  opacity: 1;
  pointer-events: auto;
}

#back_to_top:hover {
  background-color: var(--atf-thm-color);
  color: white;
}

#back_to_top i {
  animation: 1s ease-in infinite alternate mymove;
}

@media screen and (max-width: 768px) {
  #back_to_top {
    bottom: 15%;
  }
}
@-webkit-keyframes mymove {
	from {
		top: -5px
	}

	to {
		top: 5px
	}
}

@keyframes mymove {
	from {
		top: -5px
	}

	to {
		top: 5px
	}
}

.atf-top-header {
	position: relative;
	z-index: 1;
	padding: 12px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .4s;
	background-color: var(--atf-thm-black);
	overflow: hidden
}

.atf-hamburger,
.atf-main-menu>nav>ul>li .sub-menu {
	background: var(--atf-thm-white);
	visibility: hidden
}

.atf-header-top-right {
	text-align: left
}

.atf-header-top-social,
.atf-hero-content .title span {
	display: inline-block
}

.atf-header-top-social ul li,
.atf-single-team .social li {
	display: inline-block;
	margin-right: 5px
}

.atf-header-top-social ul li a {
	color: rgba(255, 255, 255, .8);
	font-size: 20px
}

.atf-header-bottom-right .call_to_action_btn:hover .call_to_action_content_call,
.atf-header-top-social a i:hover,
.atf-main-menu>nav>ul>li>a,
.atf-site-header.atf-style1.atf-sticky-active .atf-main-menu.landing-page>nav>ul>li>a,
.form-message {
	color: var(--atf-thm-black)
}

.atf-top-header .atf-header-top-social.style1 {
	justify-content: flex-start
}

.atf-top-header .atf-top-header-in {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	transition: .4s
}

.atf-top-header .atf-header-top-social {
	font-size: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	transition: .4s;
	color: var(--atf-thm-white);
	text-align: center
}

.atf-header-top-social a i {
	margin-left: 15px;
	color: var(--atf-thm-color);
	transition: .3s ease-out;
	-webkit-transition: .3s ease-out
}

.atf-top-header-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap
}

.atf-top-header-list li {
	margin-right: 30px;
	color: rgba(255, 255, 255, .8);
	font-size: 16px
}

.atf-top-header-list li:last-child {
	margin-right: 0
}

.atf-top-header-list li i {
	margin-right: 10px
}

.atf-site-header.atf-style1 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	transition: .3s;
	background-color: transparent
}

.atf-site-header.atf-style1.atf-sticky-active {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 1;
	z-index: 990;
	visibility: visible;
	color: var(--atf-thm-black);
	background-color: var(--atf-thm-white);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	box-shadow: 0 8px 24px rgba(149, 157, 165, .2);
	-webkit-animation: .95s forwards stickyDown;
	-khtml-animation: 0.95s ease 0s normal forwards 1 running stickyDown;
	-moz-animation: .95s forwards stickyDown;
	-ms-animation: 0.95s ease 0s normal forwards 1 running stickyDown;
	-o-animation: .95s forwards stickyDown;
	animation: .95s forwards stickyDown
}

@keyframes stickyDown {
	0% {
		margin-top: -150px
	}

	100% {
		margin-top: 0
	}
}

.atf-site-branding img {
	max-width: 150px;
	height: auto
}

.atf-site-branding {
	font-size: 2rem
}

.atf-main-menu nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: .3s ease-out
}

.atf-main-menu>nav>ul>li .sub-menu li>a::before,
.atf-main-menu>nav>ul>li>a {
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	-o-transition: .3s ease-out
}

.atf-course-inner-title h4:hover,
.atf-hamburger-close-toggle:hover,
.atf-hamburger-menu ul li.active>a,
.atf-hamburger-menu ul li>a:hover,
.atf-main-menu>nav>ul>li>a:active,
.atf-main-menu>nav>ul>li>a:focus,
.atf-main-menu>nav>ul>li>a:hover,
.atf-single-skill .title a:hover,
.breadcrumb-single-content span a:hover,
.lp-post-title:hover,
.read:hover,
.sidebar-widget-content ul li a:hover,
.sign_in a:hover,
.sinlge_post .post-bar li a:hover,
.sinlge_post .post-title a:hover,
.testimonial-icon i {
	color: var(--atf-thm-color)
}

.atf-main-menu>nav>ul>li {
	position: relative;
	display: inline-block;
	margin-right: 40px
}

.atf-main-menu>nav>ul>li:last-child {
	margin-right: 0 !important
}

.atf-main-menu>nav>ul>li>a {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	padding: 36px 0;
	display: block;
	text-transform: capitalize;
	transition: .3s ease-out;
	text-transform: capitalize
}

.atf-main-menu>nav>ul>li .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	padding: 10px 0;
	display: block;
	min-width: 220px;
	transform: scaleY(0);
	transform-origin: top center;
	border-top: 5px solid var(--atf-thm-color);
	box-shadow: 0 10px 30px 0 rgba(25, 25, 26, .1);
	z-index: 6;
	transition: .3s ease-out
}

.atf-main-menu>nav>ul>li:hover>.sub-menu {
	transform: scaleY(1);
	visibility: visible
}

.atf-main-menu>nav>ul>li .sub-menu li,
.sidebar-widget-content ul li {
	position: relative;
	display: block
}

.atf-main-menu>nav>ul>li .sub-menu li>a {
	font-weight: 500;
	padding: 3px 20px;
	display: block;
	transition: .3s ease-out;
	text-transform: capitalize;
	text-align: left;
	position: relative;
	font-size: 16px;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	-o-transition: .3s ease-out
}

.atf-main-menu>nav>ul>li .sub-menu li:hover>a {
	padding-left: 40px;
	color: var(--atf-thm-color)
}

.atf-main-menu>nav>ul>li .sub-menu li>a::before {
	position: absolute;
	width: 0;
	height: 10px;
	top: 50%;
	left: 20px;
	content: "";
	opacity: 0;
	visibility: hidden;
	transform: translateY(-50%);
	background: var(--atf-thm-color);
	transition: .3s ease-out;
	border-radius: 50%
}

.atf-main-menu>nav>ul>li .sub-menu li:hover>a::before {
	width: 10px;
	opacity: 1;
	visibility: visible
}

.atf-main-menu>nav>ul>li .arrow {
	border: 1px solid var(--atf-thm-black);
	border-width: 0 2px 2px 0;
	display: none;
	padding: 3px;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	transition: .3s ease-out;
	margin: 0 0 1px 2px
}

.atf-main-menu>nav>ul>li .down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg)
}

.atf-main-menu>nav>ul>li:hover .arrow.down {
	transform: rotate(230deg);
	border: 1px solid var(--atf-thm-color);
	border-width: 0 2px 2px 0
}

.atf-main-menu-bars button {
	font-size: 18px;
	padding: 10px 15px;
	border-radius: 5px;
	color: var(--atf-thm-white);
	background-color: var(--atf-thm-color);
	transition: .3s
}

.atf-hamburger,
.atf-menu-close {
	right: 0;
	-webkit-transition: .3s ease-out .3s;
	-moz-transition: .3s ease-out .3s;
	-ms-transition: .3s ease-out .3s;
	-o-transition: .3s ease-out .3s
}

.atf-hamburger {
	position: fixed;
	width: 500px;
	top: 0;
	padding: 50px 40px;
	height: 100%;
	opacity: 0;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	transition: .3s ease-out .3s;
	overflow-y: scroll;
	overscroll-behavior-y: contain;
	scrollbar-width: none;
	z-index: 1088
}

@media only screen and (max-width:574px) {
	.atf-hamburger {
		width: 100% !important;
		padding: 35px 30px
	}
}

@media only screen and (max-width:400px) {
	.atf-hamburger {
		width: 100% !important;
		padding: 35px 30px
	}
}

.atf-hamburger-open {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

.atf-hamburger-close-toggle {
	font-size: 30px;
	color: var(--atf-text-body)
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:575px) {
	.atf-hamburger-header {
		margin-bottom: 40px;
		border-bottom: 1px solid var(--atf-border-1);
		padding-bottom: 30px
	}
}

.atf-hamburger-title {
	font-size: 35px
}

.atf-hamburger-info span {
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	color: var(--atf-thm-black)
}

.atf-hamburger-sm-title {
	font-size: 25px;
	margin-bottom: 15px
}

.atf-hamburger-social a {
	font-size: 14px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 8px;
	display: inline-block;
	color: var(--atf-thm-black);
	border: 1px solid rgba(2, 11, 24, .1);
	margin-right: 5px;
	transition: .3s ease-out
}

.atf-hamburger-social a:hover,
.blogpost-details-social a:hover {
	color: var(--atf-thm-white);
	background: var(--atf-thm-color)
}

.atf-hamburger-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 888;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	transition: .45s ease-in-out;
	background: rgba(24, 24, 24, .4)
}

.atf-hamburger-overlay-open {
	opacity: .7;
	visibility: visible
}

.atf-hamburger-menu ul,
.blogpost-comment ul li {
	list-style: none
}

.atf-hamburger-menu ul li>a {
	padding: 8px 0;
	display: block;
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	transition: .3s ease-out
}

.atf-hamburger-menu ul li:not(:last-child)>a {
	border-bottom: 1px solid rgba(1, 15, 28, .1)
}

.atf-hamburger-menu ul li.active>.atf-menu-close {
	color: var(--atf-thm-black);
	border-color: var(--atf-thm-color)
}

.atf-hamburger-menu ul li.active>.atf-menu-close i {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}

.atf-hamburger-menu ul li .sub-menu {
	display: none;
	padding-left: 10px
}

.atf-hamburger-menu ul li .sub-menu.atf-mega-menu {
	padding-left: 0
}

.atf-menu-close {
	position: absolute;
	top: 7.5px;
	border: 1px solid rgba(1, 15, 28, 0);
	height: 30px;
	width: 30px;
	text-align: center;
	font-size: 12px;
	line-height: 29px;
	transition: .3s ease-out .3s
}

.atf-menu-close:hover {
	border: 1px solid var(--atf-thm-black)
}

.atf-menu-close i {
	-webkit-transition: .3s ease-out .3s;
	-moz-transition: .3s ease-out .3s;
	-ms-transition: .3s ease-out .3s;
	-o-transition: .3s ease-out .3s;
	transition: .3s ease-out .3s
}

.atf-searching-area {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 0%;
	width: 100%;
	background-color: var(--atf-thm-white);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	z-index: 1024
}

.atf-searching-area.active {
	height: 100%;
	opacity: 1;
	visibility: visible
}

.atf-searching-area .atf-searching-close-btn {
	position: absolute;
	top: 30px;
	right: 50px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 36px;
	height: 36px;
	border: 1px solid var(--atf-thm-color);
	background-color: var(--atf-thm-color);
	color: var(--atf-thm-white);
	border-radius: 50%;
	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;
	-ms-border-radius: 5%;
	-o-border-radius: 5%;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.atf-footer-area,
.atf-searching-area .atf-searching-close-btn:hover,
.atf-searching-area .atf-searching-form button:hover {
	background-color: var(--atf-thm-black)
}

.atf-searching-area .atf-searching-form {
	display: flex;
	width: 500px
}

.atf-hero-content .sub-title,
.atf-slider-content .sub-title {
	display: inline-block;
	padding: 8px 15px;
	text-transform: capitalize
}

@media (max-width:575px) {
	.atf-searching-area .atf-searching-close-btn {
		right: 30px
	}

	.atf-searching-area .atf-searching-form {
		width: 300px
	}
}

.atf-searching-area .atf-searching-form input {
	border: 1px solid var(--atf-border-1);
	border-right: none;
	flex-grow: 1;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	padding: 12px 18px;
	color: var(--atf-thm-black)
}

.atf-searching-area .atf-searching-form input:focus {
	border-color: var(--atf-thm-color)
}

.atf-searching-area .atf-searching-form button {
	width: 60px;
	background-color: var(--atf-thm-color);
	color: var(--atf-thm-white);
	display: flex;
	justify-content: center;
	align-items: center;
	border-color: var(--atf-thm-white)
}

.atf-header-bottom-right {
	gap: 30px
}

.atf-searching-btn {
	background: 0 0;
	font-size: 18px;
	color: #6021AB;
	/* color: var(--atf-thm-color); */
	border: none
}

.atf-cover-bg::before {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: rgba(0, 0, 0, .1);
	z-index: -1
}

.atf-single-skill:hover .atf-skill-icon i,
.atf-slider-content .sub-title {
	background: var(--atf-thm-color);
	color: var(--atf-thm-white)
}

.landing_page.atf-cover-bg:before {
	background: linear-gradient(to left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 95%)
}

.atf-hero-area {
	background-color: #ccc;
	height: 700px
}

.atf_align_item_details {
	display: flex;
	align-items: center;
	justify-content: center
}

.atf-hero-content .sub-title {
	color: var(--atf-thm-white);
	background: linear-gradient(to right,
			#D774FD,
			#D148E3,
			#B844EE,
			#8035EC,
			#993BED,
			#6422AF);
	border-radius: 5px;
	outline-offset: -5px;
	outline: 2px solid var(--atf-thm-white);
	border: 1px solid var(--atf-thm-color);
	font-size: 18px
}

.atf-hero-content p {
	margin: 20px 0 30px !important;
	font-size: 16px;
	color: var(--atf-thm-black);
	width: 460px
}

.about-icon,
.counter h3 {
	font-size: 20px
}

.atf-hero-content .title {
	font-size: 60px;
	color: var(--atf-thm-black);
	font-weight: 700;
	font-family: var(--atf-ff-heading);
	text-shadow: 0 2px 8px rgba(0, 0, 0, .1);
	line-height: 1
}

.atf-hero-btn-area {
	gap: 20px
}

.animation-1 {
	-webkit-animation: .5s .3s both fadeInDown;
	animation: .5s .3s both fadeInDown
}

.animation-2 {
	-webkit-animation: .5s .5s both fadeInUp;
	animation: .5s .5s both fadeInUp
}

.animation-3 {
	-webkit-animation: .5s .7s both fadeInLeft;
	animation: .5s .7s both fadeInLeft
}

.animation-4 {
	-webkit-animation: .5s .9s both fadeInUp;
	animation: .5s .9s both fadeInUp
}

.atf-home-overlay {
	background: rgba(0, 0, 0, .1);
	height: 100%;
	width: 100%
}

.atf-slider-content {
	padding-top: 220px;
	padding-bottom: 220px
}

.atf-slider-content .sub-title {
	border-radius: 5px;
	outline-offset: -5px;
	outline: 2px solid var(--atf-thm-white);
	border: 1px solid var(--atf-thm-color);
	font-style: italic;
	font-size: 18px;
	font-weight: 500
}

.atf-slider-content .title {
	color: var(--atf-thm-black);
	font-size: 70px;
	font-weight: 700;
	line-height: 1;
	text-shadow: 0 0 15px rgba(0, 0, 0, .1);
	text-transform: capitalize
}

.atf-slider-content .description {
	color: var(--atf-text-body);
	font-size: 18px;
	margin: 20px 0 30px
}

.atf-header-bottom-right .call_to_action_btn .icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	background-color: var(--atf-thm-color);
	color: var(--atf-thm-white);
	border-radius: 2px
}

.atf-header-bottom-right .call_to_action_btn .icon i {
	display: block;
	transition: .5s ease-out
}

.atf-header-bottom-right .call_to_action_btn .call_to_action_content {
	margin-left: 18px
}

.atf-header-bottom-right .call_to_action_btn .call_to_action_content_text {
	color: var(--atf-thm-black);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0;
	display: block;
	margin-top: 5px
}

.atf-header-bottom-right .call_to_action_btn .call_to_action_content_call {
	color: var(--atf-thm-color);
	transition: .5s ease-out;
	font-size: 18px;
	font-style: normal;
	font-weight: 700
}

.atf-slick-slider-1.slick-arrow-1 .slick-arrow {
	left: 0;
	right: auto
}

.atf-slick-slider-1.slick-arrow-1 .slick-next {
	right: 0;
	left: auto
}

@media only screen and (max-width:1199px) {
	.atf-main-menu>nav>ul>li {
		margin-right: 30px
	}

	.atf-site-header.atf-style1 {
		padding: 15px 0
	}

	.atf-slider-content .title {
		font-size: 50px
	}
}

@media (max-width:768px) {

	.atf-slick-slider-1.slick-arrow-1 .slick-arrow,
	.atf-slick-slider-1.slick-arrow-1 .slick-next {
		display: none !important
	}

	.atf-slick-slider-1.slick-arrow-1 .slick-dots {
		display: block !important
	}
}

@media screen and (min-width:320px) and (max-width:479px) {
	.atf-slider-content .title {
		font-size: 40px !important
	}

	.atf-slider-content .description br {
		display: none
	}
}

.slick-active .atf-single-slider .sub-title {
	-webkit-animation: .5s .5s both fadeInLeft;
	animation: .5s .5s both fadeInLeft
}

.slick-active .atf-single-slider .title {
	-webkit-animation: .5s .5s both fadeInDown;
	animation: .5s .5s both fadeInDown
}

.slick-active .atf-single-slider .description {
	-webkit-animation: .5s .7s both fadeInUp;
	animation: .5s .7s both fadeInUp
}

.slick-active .atf-main-btn {
	-webkit-animation: .5s 9s both fadeInUp;
	animation: .5s .9s both fadeInUp
}

.atf-single-skill {
	transition: .3s ease-out;
	-webkit-transition: .3s ease-out;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	padding: 30px;
	gap: 20px;
	margin: 12px 0;
	border-left: 5px solid var(--atf-thm-color);
	border-radius: 10px
}

.atf-single-skill .atf-skill-icon i {
	font-size: 40px;
	color: var(--atf-thm-color);
	background: var(--atf-grey-2);
	width: 80px;
	height: 100px;
	line-height: 100px;
	display: inline-block;
	border-radius: 5%;
	transition: .5s ease-out;
	-webkit-transition: .5s ease-out;
	text-align: center
}

.atf-single-skill .atf-skill-content {
	border-top: none;
	position: relative;
	transition: .3s ease-out;
	-webkit-transition: .3s ease-out
}

.atf-single-skill:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, .17)
}

.atf-single-skill .title {
	color: var(--atf-thm-black);
	font-weight: 700;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-out
}

.about-icon,
.atf-hero-video .iq-video:hover,
.atf_about_number,
.counter,
.counter .counter-icon,
.counter .counter-value {
	color: var(--atf-thm-color)
}

.atf-single-skill .title a {
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
	text-transform: capitalize
}

.atf-hero-video .iq-video,
.breadcrumb-single-content .arrow {
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	-o-transition: .3s ease-out
}

.atf-about-wrapper-in .description {
	margin: 20px 0 30px
}

.atf-about-inner {
	background: var(--atf-thm-white);
	/* padding: 15px 30px; */
	border-radius: 10px
}

.atf-single-about {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 10px
}

.about-title h4,
.atf-blog-details-blockquote blockquote,
.atf-single-newsletter .atf_contact_input {
	margin-bottom: 0
}

/* .atf-about-img-area.style1::before {
	content: '';
	position: absolute;
	width: 1%;
	height: 100%;
	top: 0;
	background-color: var(--atf-thm-white);
	left: 50%;
	z-index: 2;
	border-radius: 0
} */

.atf-about-img-area img,
.atf-about-img-area.style1 img {
	width: 100%;
	border-radius: 20px
}

.atf_about_project {
	position: absolute;
	padding: 15px 20px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	gap: 15px;
	border-radius: 10px 0 0 10px;
	background: var(--atf-thm-white);
	bottom: 45px;
	right: 0
}

.atf_about_number {
	font-size: 40px;
	font-weight: 700
}

.atf_about_year_content p {
	line-height: 24px;
	font-weight: 600
}

.counter_grid {
	display: flex;
	align-items: center;
	gap: 15px
}

.counter {
	background: #dedede;
	text-align: center;
	padding: 20px 10px;
	width: 200px;
	height: 150px;
	position: relative;
	z-index: 1;
	border-radius: 20px
}

.counter .counter-icon {
	font-size: 35px;
	margin: 0 0 10px
}

.counter .counter-value,
.counter .counter_plus {
	font-size: 30px;
	font-weight: 700
}

.atf_top_categories .icon li a i,
.counter .counter-icon i {
	line-height: inherit
}

.counter h3 {
	color: var(--atf-thm-black);
	font-weight: 700;
	text-transform: capitalize;
	margin: 0 0 10px
}

.counter .counter-value {
	line-height: 30px;
	display: inline-block
}

.atf-course-img .sale_flash,
.atf-hero-video .iq-video {
	color: var(--atf-thm-white);
	background: var(--atf-thm-color)
}

.read,
.sinlge_post .post-title {
	font-weight: 600;
	transition: .3s ease-in-out
}

@media screen and (max-width:991px) {
	.counter {
		margin-bottom: 40px
	}
}

.video-area.atf-cover-bg::before {
	background: rgba(0, 0, 0, .6)
}

.atf-box-shadow,
.atf-hero-video .iq-video:hover,
.testimonial {
	background: var(--atf-thm-white)
}

.atf-hero-video {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px
}

.atf-hero-video .iq-video {
	display: flex;
	width: 60px;
	height: 60px;
	align-items: center;
	font-size: 16px;
	border-radius: 15%;
	line-height: 60px;
	z-index: 4;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
	justify-content: center
}

.atf-single-course {
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border-radius: 10px;
	margin: 0 5px
}

.atf-course-img .sale_flash {
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 2px 15px;
	border-radius: 5px;
	font-size: 14px
}

.atf-course-teacher img {
	position: absolute;
	right: 10px;
	bottom: -30px;
	border-radius: 50%;
	width: 70px;
	height: 70px
}

.atf-course-content {
	padding: 20px
}

.atf-course-inner-title h4 {
	margin-top: 5px;
	transition: .3s ease-out;
	-webkit-transition: .3s ease-out
}

.atf-course-inner-title span {
	color: var(--atf-thm-color);
	font-weight: 500
}

.atf-course-icon-star i {
	color: var(--atf-thm-color);
	font-size: 14px
}

.atf-course-price span {
	color: var(--atf-thm-black);
	font-weight: 700
}

.atf-course-lesson {
	display: flex;
	align-items: center;
	border: 1px solid var(--atf-border-1);
	margin-top: 15px;
	justify-content: center;
	padding: 5px
}

.atf-course-lesson span {
	border-right: 1px solid var(--atf-border-1);
	padding-right: 10px;
	margin-right: 10px
}

.atf-course-lesson span:last-child {
	border: none;
	padding-right: 0;
	margin-right: 0
}

.testimonial {
	padding: 7%;
	position: relative;
	margin: 0 10px;
	box-shadow: 0 0 20px 0 rgba(22, 26, 57, .1);
	border-radius: 20px
}

.testimonial-content {
	display: flex;
	align-content: center;
	align-items: center;
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.testimonial-icon li {
	display: inline-block;
	font-size: 15px
}

.testimonial .pic {
	width: 80px;
	height: 80px;
	border-radius: 5%;
	overflow: hidden;
	margin-right: 20px
}

.testimonial .description {
	font-style: italic
}

.testimonial .testimonial-title {
	margin: 0;
	text-transform: capitalize
}

.testimonial .post {
	display: block;
	text-transform: capitalize;
	font-size: 12px;
	margin-bottom: 0
}

.testimonial .post::before {
	content: "";
	width: 20px;
	display: block;
	bottom: 34px;
	left: 68px;
	position: absolute
}

.atf-checkbox-login .atf-theme-forget:hover,
.atf-click-link .atf-link:hover,
.testimonial-course-title .title {
	color: var(--atf-thm-color);
	text-decoration: underline
}

.modal-header,
.no-border {
	border: none
}

.atf-box-shadow {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	border-bottom: 4px solid var(--atf-thm-color) !important;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	border-radius: 10px
}

.atf-box-active,
.atf-box-shadow:hover {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	box-shadow: 0 0 15px rgba(0, 0, 0, .2)
}

.atf-contact-icon,
.sinlge_post:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, .2)
}

#hotdeal::before {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: rgba(0, 0, 0, .3);
	z-index: -1
}

.atf-hot-deal-content .title {
	font-size: 60px;
	color: var(--atf-thm-white)
}

.breadcrumb-title,
.read,
.sinlge_post .post-title {
	color: var(--atf-thm-black)
}

.atf-hot-deal-content #atf-timer {
	margin-bottom: 35px
}

.atf-hot-deal-content #atf-timer div {
	width: 100px;
	height: 100px;
	border-radius: 0;
	color: var(--atf-thm-color);
	background-color: var(--atf-thm-white);
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 10px;
	box-shadow: 0 0 1px rgba(0, 0, 0, .5)
}

.atf-hot-deal-content #atf-timer div span {
	display: block;
	margin-top: 0;
	color: var(--atf-thm-color);
	font-size: 15px;
	font-weight: 600
}

@media only screen and (max-width:991px) {
	.atf-hot-deal-content .title {
		font-size: 50px
	}

	.sinlge_post {
		margin: 12px 0
	}
}

.sinlge_post {
	transition: .3s ease-out;
	-webkit-transition: .3s ease-out;
	border: 1px solid rgba(0, 0, 0, .1);
	margin: 12px 0
}

.sinlge_post .post-img img {
	width: 100%;
	height: 300px;
	position: relative
}

.sinlge_post .post-img .post-bar {
	position: absolute;
	bottom: 0
}

.post-date a {
	background: var(--atf-thm-color);
	color: var(--atf-thm-white);
	padding: 10px;
	border-radius: 5px
}

.sinlge_post .post-review {
	border-top: none;
	padding: 20px;
	position: relative;
	transition: .3s ease-out;
	-webkit-transition: .3s ease-out
}

.sinlge_post .post-bar {
	padding: 15px 0;
	list-style: none;
	border-bottom: 1px solid #ddd;
	justify-content: center;
	gap: 15px
}

.sinlge_post .post-bar li {
	display: inline-block;
	font-size: 14px;
	color: var(--atf-text-body);
	margin-right: 10px;
	text-transform: capitalize;
	transition: .3s ease-in-out
}

.sinlge_post .post-bar li i {
	color: var(--atf-thm-color);
	margin-right: 8px
}

.sinlge_post .post-title {
	line-height: 1.4
}

.sinlge_post .post-title a {
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out
}

.sinlge_post .describtion {
	margin: 15px 0
}

.read {
	-webkit-transition: .3s ease-in-out;
	position: relative
}

.read::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 1px;
	background: var(--atf-thm-color);
	transition: .3s ease-in-out;
	color: var(--atf-thm-color)
}

.breadcrumb-cover-bg::before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .1;
	content: "";
	background-color: var(--atf-thm-black)
}

.breadcrumb-single-content {
	position: relative;
	font-size: 16px;
	display: inline-block;
	border-radius: 5px
}

.breadcrumb-single-content span {
	font-weight: 500;
	padding-right: 10px;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out
}

.breadcrumb-sub-title {
	margin-left: 7px
}

.breadcrumb-title {
	font-size: 60px;
	font-weight: 700;
	line-height: 1.3
}

.breadcrumb-bg-attach {
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat
}

.breadcrumb-spacing {
	padding-top: 150px;
	padding-bottom: 100px
}

.breadcrumb-single-content .down {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg)
}

.breadcrumb-single-content .arrow {
	border: 1px solid var(--atf-text-body);
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
	margin: 0 0 1px 2px
}

.blogpost-title,
.tagcloud a {
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	-o-transition: .3s ease-out
}

.blogpost-text p,
.blogpost-thumb,
.sidebar-widget:not(:last-child) {
	margin-bottom: 30px
}

.blogpost-thumb {
	position: relative;
	display: inline-block
}

.blogpost-thumb img {
	width: 100%;
	border-radius: 15px
}

.blogpost-meta-icon {
	font-size: 18px;
	margin-right: 8px;
	color: var(--atf-thm-color)
}

.blogpost-title {
	font-size: 36px;
	font-weight: 700;
	color: var(--atf-thm-black);
	transition: .3s ease-out
}

.atf-blog-details-blockquote {
	position: relative;
	padding: 40px;
	border-radius: 15px;
	background-color: #fff;
	border: 1px solid var(--atf-border-1)
}

.atf-blog-details-blockquote .quote-icon {
	font-size: 36px;
	color: var(--atf-thm-color);
	text-align: start;
	margin-bottom: 15px;
	display: block
}

.atf-blog-details-blockquote p {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	color: var(--atf-thm-black);
	margin-bottom: 15px
}

.atf-blog-details-blockquote .blockquote-info {
	position: relative;
	font-size: 14px;
	padding-left: 30px
}

.atf-blog-details-blockquote .blockquote-info::before {
	position: absolute;
	width: 15px;
	height: 2px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	background: var(--atf-thm-black)
}

.blogpost-details-title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
	color: var(--atf-thm-black)
}

.blogpost-details-list-thumb {
	margin-right: 30px
}

.blogpost-details-list-thumb img {
	border-radius: 15px
}

@media only screen and (max-width:576px) {
	.blogpost-details-social {
		margin-top: 30px
	}
}

@media only screen and (max-width:479px) {
	.atf-hot-deal-content .title {
		font-size: 36px
	}

	.atf-hot-deal-content #atf-timer div,
	.blogpost-comment-avater {
		margin-bottom: 10px
	}

	.breadcrumb-title {
		font-size: 40px
	}

	.blogpost-comment-title,
	.blogpost-title {
		font-size: 28px
	}
}

.blogpost-details-list ul li {
	list-style: none;
	position: relative;
	padding-left: 28px;
	margin-bottom: 15px;
	color: var(--atf-thm-black)
}

.blogpost-details-list ul li i {
	position: absolute;
	left: 0;
	top: 5px;
	color: var(--atf-thm-color);
	font-size: 20px
}

.blogpost-details-share {
	padding: 30px 0
}

.blogpost-details-tag-title {
	font-size: 22px;
	font-weight: 700;
	margin-right: 30px;
	color: var(--atf-thm-black)
}

.tagcloud a {
	font-size: 14px;
	padding: 5px 13px;
	border-radius: 5px;
	margin-right: 8px;
	margin-bottom: 10px;
	display: inline-block;
	border: 1px solid var(--atf-border-1);
	transition: .3s ease-out
}

.blogpost-comment-reply a,
.blogpost-details-social a {
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	-o-transition: .3s ease-out
}

.tagcloud a:hover {
	color: var(--atf-thm-white);
	background-color: var(--atf-thm-color);
	border: 1px solid var(--atf-thm-color)
}

.blogpost-details-social a {
	width: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	border-radius: 5%;
	margin-right: 10px;
	color: var(--atf-thm-black);
	background: var(--atf-grey-1);
	transition: .3s ease-out
}

.atf-post-btn-group {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
	border-top: 1px solid var(--atf-border-1);
	border-bottom: 1px solid var(--atf-border-1)
}

.blogpost-comment-title {
	font-size: 36px;
	font-weight: 700;
	color: var(--atf-thm-black)
}

.blogpost-comment-box {
	margin-bottom: 30px;
	background: var(--atf-grey-2);
	padding: 30px
}

.border-none {
	border: inherit
}

.blogpost-comment-avater img {
	border-radius: 10px
}

.blogpost-comment-avater {
	flex: 0 0 auto
}

.blogpost-comment-name {
	font-size: 20px;
	font-weight: 700;
	color: var(--atf-thm-black)
}

.blogpost-comment-text p {
	margin-bottom: 15px
}

.blogpost-comment-reply a {
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 5px;
	background: var(--atf-thm-black);
	color: var(--atf-thm-white);
	transition: .3s ease-out
}

.lp-post,
.lp-post-title {
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	-o-transition: .3s ease-out
}

.blogpost-comment-reply a:hover {
	background: var(--atf-thm-color)
}

.atf-contact-form .atf_contact_input textarea,
.blogpost-comment-from .atf-contact-form .atf_contact_input textarea {
	height: 120px;
	width: 100%
}

.sidebar-widget {
	padding: 50px;
	background: var(--atf-grey-2);
	border-radius: 15px
}

.atf__overlay_1,
.bg-image-right::before {
	top: 0;
	background-size: cover;
	position: absolute
}

.sidebar-widget-title {
	font-weight: 700;
	line-height: 1.5;
	border-bottom: 1px solid var(--atf-border-1);
	padding-bottom: 10px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.sidebar-widget {
		padding: 40px
	}
}

.error-search-input input:focus,
.sidebar-search-input input:focus {
	border: 1px solid var(--atf-thm-color)
}

.sidebar-search-input input {
	border: 1px solid transparent;
	height: 58px;
	border-radius: 15px;
	background-color: var(--atf-thm-white)
}

.error-search-input button,
.sidebar-search-input button {
	position: absolute;
	right: 0;
	width: 58px;
	height: 58px;
	color: var(--atf-thm-white);
	background: var(--atf-thm-color);
	border-radius: 0 15px 15px 0;
	font-size: 16px;
	line-height: 58px;
	text-align: center;
	color: var(--atf-thm-white)
}

.lp-post {
	padding: 15px;
	border-radius: 15px;
	transition: .3s ease-out
}

.lp-post-thumb {
	margin-right: 15px;
	flex: 0 0 auto
}

.lp-post-thumb a img {
	width: 70px;
	height: 70px;
	border-radius: 5px
}

.lp-meta {
	font-size: 12px;
	margin-top: 0
}

.lp-meta i {
	font-size: 14px;
	color: var(--atf-thm-color);
	margin-right: 10px
}

.lp-post-title {
	font-size: 18px;
	font-weight: 700;
	color: var(--atf-thm-black);
	transition: .3s ease-out;
	margin-bottom: 0
}

.sidebar-widget-content ul li a {
	font-size: 16px;
	font-weight: 600;
	padding: 10px 0 10px 15px;
	color: var(--atf-thm-black);
	display: block;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	transition: .3s ease-out;
	border-radius: 15px
}

.sidebar-widget-content ul li a i {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

.error-search-input input {
	border: 1px solid transparent;
	height: 58px;
	border-radius: 15px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	background-color: var(--atf-thm-white)
}

.marquee {
	margin: 0 auto;
	overflow: hidden
}

.atf-single-footer .atf-list-menu li,
.marquee ul.marquee-content {
	display: flex;
	align-items: center
}

.marquee ul.marquee-content li {
	flex-shrink: 0;
	width: 250px
}

.marquee-wrapper {
	width: 100%;
	overflow: hidden
}

.single-choose-icon {
	font-size: 80px;
	color: var(--atf-thm-color)
}

.choose-icon span {
	font-size: 16px;
	color: var(--atf-thm-color)
}

.atf_choose_content p {
	background: var(--atf-thm-white);
	padding: 5px 15px;
	transform: rotate(-90deg);
	left: -270px;
	position: absolute;
	top: 0;
	font-size: 24px;
	border-radius: 6px
}

/* .bg-image-right::before {
	content: "";
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/assets/img/bg/whychoose.jpg);
	height: 100%;
	width: 50%;
	left: auto;
	right: 0
} */

.atf-newsletter-area {
	border-radius: 10px;
	padding: 50px
}

.atf-newsletter-title .title {
	font-size: 30px;
	color: var(--atf-thm-black);
	font-weight: 700;
	margin-bottom: 0
}

.atf-single-newsletter .atf_contact_input input {
	background: 0 0;
	color: var(--atf-thm-white);
	border: 1px solid rgba(255, 255, 255, .1);
	width: 100%;
	font-size: 16px;
	border-radius: 5px;
	display: inline-block;
	padding-left: 15px
}

.atf-single-newsletter .atf_contact_input input:focus {
	box-shadow: none;
	outline: 0;
	background: 0 0;
	border-color: inherit;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	border: 1px solid var(--atf-thm-color)
}

.atf-single-newsletter .subcribe-btn {
	position: absolute;
	right: 15px;
	top: 12px;
	font-size: 20px;
	color: var(--atf-thm-color)
}

.atf__overlay_1 {
	left: 0;
	width: 100%;
	height: -webkit-fill-available;
	background-image: url(/assets/img/bg/bg-1.jpg);
	z-index: -1;
	background-position: center
}

.atf__overlay_1.style1 {
	height: 90%
}

.atf__overlay_1.atf-cover-bg::before {
	background: rgba(0, 0, 0, .8)
}

.atf-contact-form {
	background: var(--atf-grey-2);
	padding: 40px 45px;
	border: 3px solid var(--atf-thm-black);
	border-radius: 30px
}

.atf-contact-form .button {
	margin: 0
}

.atf-contact-form label {
	font-weight: 600;
	color: var(--atf-thm-black);
	font-size: 18px
}

.atf-contact-form .atf_contact_input input,
.atf-contact-form .atf_contact_input textarea {
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, .1);
	transition: .3s ease-in-out;
	margin: 10px 0;
	padding-left: 20px
}

.atf-contact-form .atf_contact_input input:focus,
.atf-contact-form .atf_contact_input textarea:focus {
	box-shadow: none;
	border: 1px solid var(--atf-thm-color)
}

.atf-contact-area .atf-themes-btn {
	margin-top: 10px;
	text-align: center
}

.atf-contact-details {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	padding-bottom: 20px;
	margin-bottom: 20px
}

.atf-contact-details:last-child {
	border-bottom: inherit;
	padding-bottom: 0;
	margin-bottom: 0
}

.atf-contact-icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	background: linear-gradient(to right, #D774FD, #D148E3, #B844EE, #8035EC, #993BED, #6422AF);
	font-size: 20px;
	color: var(--atf-thm-white);
	text-align: center;
	border-radius: 50%
}

.atf-contact-content span {
	color: var(--atf-text-body)
}

.atf-choose-country.nice-select {
	border-radius: 0;
	width: 100%;
	background: var(--atf-thm-white);
	border: 1px solid #d5d8db;
	color: var(--atf-thm-black);
	height: 60px;
	padding-left: 15px
}

.atf-choose-input .nice-select {
	height: 55px;
	line-height: 55px;
	border-radius: 10px;
	border: 1px solid #d5d8db;
	color: var(--atf-thm-black);
	float: none;
	padding: 0 26px;
	font-size: 16px;
	margin-top: 10px
}

#atf-map-area iframe {
	width: 100%;
	height: 450px
}

.atf_top_categories {
	position: relative;
	overflow: hidden
}

.atf_top_categories:before {
	content: "";
	background: rgba(0, 0, 0, .6);
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	transform: translateX(-50%) translateY(-50%) scale(0);
	position: absolute;
	top: 50%;
	left: 50%;
	transition: .4s ease-in-out;
	z-index: 1
}

.atf_top_categories:hover:before {
	transform: translateX(-50%) translateY(-50%) scale(1)
}

.atf_top_categories img {
	width: 100%;
	height: auto;
	transition: .25s linear
}

.atf_top_categories:hover img {
	transform: scale(1.25)
}

.atf_top_categories .inner-content {
	color: var(--atf-thm-white);
	text-align: center;
	width: 70%;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	top: 70%;
	left: 50%;
	transition: .6s;
	z-index: 1
}

.atf_top_categories:hover .inner-content {
	opacity: 1;
	top: 50%
}

.atf_top_categories .title {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 3px;
	color: var(--atf-thm-white)
}

.atf_top_categories .post {
	text-transform: capitalize;
	margin: 0 0 12px;
	display: block
}

.atf_top_categories .icon li {
	display: inline-block;
	margin: 0 4px
}

.atf_top_categories .icon li a {
	color: var(--atf-thm-white);
	font-size: 14px;
	line-height: 32px;
	height: 35px;
	width: 35px;
	border: 1px solid var(--atf-thm-white);
	border-radius: 5px;
	display: block;
	transition: .3s
}

.atf_top_categories .icon li a:hover {
	color: var(--atf-thm-color);
	background: var(--atf-thm-white);
	text-shadow: 2px 2px 3px rgba(0, 0, 0, .3)
}

@media only screen and (max-width:990px) {
	.atf_top_categories {
		margin: 0 0 30px
	}
}

.atf-single-team {
	text-align: center;
	background: var(--atf-gray-1);
	padding: 40px;
	border: 1px solid var(--atf-border-1)
}

.atf-single-team .pic {
	display: inline-block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	padding: 70px 20px 30px;
	margin-bottom: 20px;
	position: relative
}

.atf-single-team .description {
	font-size: 16px;
	color: var(--atf-thm-black)
}

.atf-single-team .pic img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	top: -1px;
	left: -1px;
	transition: .6s
}

.atf-single-team .title {
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: var(--atf-thm-black);
	margin-bottom: 5px
}

.atf-single-team .post {
	display: block;
	text-transform: capitalize;
	margin-bottom: 8px;
	position: relative;
	color: var(--atf-thm-black)
}

.atf-social-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: var(--atf-grey-2);
	padding: 15px;
	border-radius: 5%
}

.atf-single-team .social {
	padding: 0;
	list-style: none
}

.atf-single-team .social li a {
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 5%;
	line-height: 25px;
	background: var(--atf-thm-color);
	font-size: 14px;
	color: var(--atf-thm-white)
}

.atf-single-team .social li a:hover {
	background: linear-gradient(to right,
			#D774FD,
			#D148E3,
			#B844EE,
			#8035EC,
			#993BED,
			#6422AF);

	text-decoration: none
}

@media only screen and (max-width:767px) {
	.atf-themes-btn {
		margin-bottom: 30px
	}

	.blogpost-details-list {
		margin-top: 30px
	}

	.atf-single-team {
		overflow: hidden
	}
}

.atf-hire-area {
	background: var(--atf-thm-black);
	border-radius: 6px;
	padding: 65px 30px
}

.atf-hire-title h3 {
	color: var(--atf-thm-white);
	font-weight: 700;
	text-align: left
}

.atf-hire-content p {
	color: var(--thm-white)
}

.atf-footer-payment img {
	margin-bottom: 0 !important;
	background-color: var(--atf-grey-1)
}

.atf-single-footer .title {
	margin-bottom: 30px;
	color: var(--atf-thm-white);
	text-transform: uppercase;
	font-weight: 600
}

.atf-footer-social-icon,
.atf-footer-social-icon li {
	display: flex;
	align-items: center;
	gap: 10px
}

.atf-footer-social-icon li a {
	display: inline-block;
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: var(--atf-thm-black);
	background: var(--atf-thm-white);
	text-align: center;
	border-radius: 5%;
	box-shadow: 0 0 15px rgba(255, 255, 255, .1);
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out
}

.atf-footer-social-icon li a:hover {
	background: var(--atf-thm-color);
	color: var(--atf-thm-white);
	box-shadow: 0 0 15px rgba(255, 255, 255, .3) inset
}

.atf-single-footer .atf-list-menu li::before {
	content: "";
	background-color: var(--atf-thm-color);
	position: relative;
	left: 0;
	top: -4px;
	width: 0;
	height: 0;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	transition: .3s ease-out
}

.atf-single-footer .atf-list-menu li:hover::before {
	opacity: 1;
	width: 10px;
	height: 10px
}

.atf-single-footer .atf-list-menu li:hover a {
	color: var(--atf-thm-white);
	margin-left: 10px
}

.atf-single-footer .atf-list-menu li a {
	color: rgba(255, 255, 255, .5);
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	display: block;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.atf-footer-bottom p {
	color: rgba(255, 255, 255, .4)
}

.atf-footer-bottom a {
	color: var(--atf-thm-color);
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	text-decoration: underline;
	font-weight: 700
}

.atf-footer-bottom {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .1)
}

.atf-footer-bottom a:hover {
	color: var(--atf-thm-white);
	text-decoration: inherit
}

.atf-contact-icon.style1 {
	font-size: 20px;
	border-radius: 5px;
	width: 50px;
	height: 60px;
	line-height: 60px
}

@media only screen and (max-width:991px) {
	.breadcrumb-bg-attach {
		background-position: center
	}

	.atf-single-team {
		margin-bottom: 30px
	}

	.atf-single-footer {
		margin: 15px 0
	}
}

.slick-arrow-2 .slick-arrow {
	cursor: pointer;
	position: absolute;
	top: -120px;
	height: 60px;
	width: 60px;
	line-height: 58px;
	display: block;
	left: auto;
	right: 100px;
	border: 1px solid;
	text-align: center;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border-radius: 50%
}

.checkbox-custom:checked+.checkbox-custom-label:before,
.radio-custom:checked+.radio-custom-label:before {
	background: var(--atf-thm-color);
	box-shadow: inset 0 0 0 4px var(--atf-thm-white)
}

.slick-arrow-1 .slick-arrow:hover,
.slick-arrow-2 .slick-arrow:hover,
.slick-arrow-2 .slick-prev {
	background-color: var(--atf-thm-color);
	border-color: var(--atf-thm-color);
	color: var(--atf-thm-white) !important
}

.slick-arrow-1 .slick-arrow,
.slick-arrow-2 .slick-next {
	color: var(--thm-color) !important;
	background-color: var(--atf-thm-white)
}

.slick-arrow-2 .slick-next {
	right: 15px;
	border-color: var(--atf-thm-color)
}

.slick-arrow {
	cursor: pointer;
	z-index: 3
}

.slick-arrow-1 .slick-arrow {
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 15px;
	right: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	line-height: 48px;
	display: block;
	border: 1px solid var(--atf-thm-color);
	border-radius: 50%;
	text-align: center;
	transition: .5s ease-in-out;
	font-size: 20px;
	z-index: 1;
	opacity: 0;
	visibility: visible
}

.slick-arrow-1 .slick-next {
	right: 15px;
	left: auto
}

.slick-arrow-1:hover .slick-arrow {
	opacity: 1;
	visibility: visible
}

.slick-arrow-1-inner.slick-arrow-1:hover .slick-arrow {
	left: 50px;
	right: auto
}

.slick-arrow-1-inner.slick-arrow-1:hover .slick-next {
	right: 50px;
	left: auto
}

@media (min-width:1350px) {
	.atf-slick-slider-1.slick-arrow-1:hover .slick-arrow {
		left: 25px;
		right: auto
	}

	.atf-slick-slider-1.slick-arrow-1:hover .slick-next {
		right: 25px;
		left: auto
	}

	.slick-arrow-1:hover .slick-arrow {
		left: -50px;
		right: auto
	}

	.slick-arrow-1:hover .slick-next {
		right: -50px;
		left: auto
	}
}

.slick-dots {
	margin: 30px 0 0;
	padding: 0;
	display: block;
	text-align: center;
	line-height: 1
}

.slick-dots li {
	list-style: none;
	display: inline-block;
	font-size: 0;
	height: 10px;
	width: 10px;
	border-radius: 100%;
	margin-right: 10px;
	background-color: var(--atf-thm-color);
	cursor: pointer;
	margin-top: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.slick-dots li button {
	display: none
}

.slick-dots li.slick-active,
.slick-dots li:hover {
	background-color: var(--atf-thm-color);
	height: 15px;
	width: 15px;
	margin-bottom: -2px
}

.sign_in {
	transition: .4s;
	color: var(--atf-thm-white);
	cursor: pointer;
	font-weight: 600
}

.sign_in span {
	margin: 6px
}

.sign_in_content_one::after {
	position: absolute;
	top: 50%;
	width: 2px;
	height: 16px;
	content: "";
	background: var(--atf-thm-white);
	margin-top: -6px;
	transform: skew(-15deg)
}

.sign_in_content a {
	padding: 0 10px
}

.modal-body {
	padding: 0 40px 40px
}

.modal-content {
	border-radius: 0;
	background-color: var(--atf-thm-white)
}

.atf-checkbox-login ul {
	display: flex;
	align-items: center;
	width: 100%
}

.modal-header-title {
	text-transform: uppercase;
	text-align: center
}

.atf-checkbox-login .atf-theme-forget,
.atf-click-link .atf-link {
	transition: .3s ease-in-out;
	color: var(--atf-thm-black);
	font-weight: 700
}

.atf-login-form .atf-main-btn {
	width: 100%;
	font-size: 16px
}

.atf-checkbox-login ul li:first-child {
	flex: 1
}

.checkbox-custom,
.radio-custom {
	opacity: 0;
	position: absolute
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer
}

.checkbox-custom+.checkbox-custom-label:before {
	content: "";
	border: 2px solid #d8dfe6;
	display: inline-block;
	border-radius: 3px;
	margin-right: 10px;
	text-align: center
}

.radio-custom+.radio-custom-label:before {
	content: "";
	border: 2px solid #d8dfe6;
	display: inline-block;
	margin-right: 10px;
	text-align: center;
	border-radius: 50%
}

.checkbox-custom:checked+.checkbox-custom-label:before {
	border-radius: 2px
}

.checkbox-custom:focus+.checkbox-custom-label,
.radio-custom:focus+.radio-custom-label {
	outline: inherit
}

.modal-footer.atf-checkbox-login {
	border-top: #ffdead;
	border-bottom: 1px solid var(--atf-border-1);
	border-radius: 0;
	padding-bottom: 20px;
	margin-bottom: 20px
}



