.appie-loader {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center
}

.btn-theme {
	background-color: var(--background-color) !important;
	color: #fff !important;
	padding: 10px 30px !important
}

.cookie {
	position: fixed;
	padding: 10px 20px;
	text-align: center;
	background-color: rgba(15, 20, 28, .8);
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100
}

.block {
	color: #fff
}

.appie-hero-area {
	padding-top: 150px;
	padding-bottom: 110px;
	overflow: hidden;
	position: relative;
	z-index: 10;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	background-color: #f9f9f9
}

.appie-hero-content ul li a {
	line-height: 40px;
	padding: 0 23px;
	border-radius: 6px;
	border: none
}

.appie-hero-content ul li a,
.appie-hero-content ul li a:hover {
	background: var(--background-color);
	color: #fff
}

.appie-hero-content ul li a.item-2,
.appie-hero-content ul li a.item-2:hover {
	background: #fff;
	color: #0e1133
}

.appie-hero-content ul li a {
	line-height: 1.25rem !important;
	padding-top: .75rem !important;
	padding-bottom: .75rem !important
}

.appie-features-tabs-btn .nav a.active {
	border-right-color: var(--background-color);
	background: transparent;
	color: var(--color)
}

.appie-features-tabs-btn .nav a.active i {
	color: #fff;
	background: var(--background-color)
}

.cursor-pointer {
	cursor: pointer
}

.appie-single-service-2.item-7:hover {
	border-top-color: #3dd4f5
}

.appie-single-service-2.item-8:hover {
	border-top-color: #ffc411
}

.appie-single-service-2.item-9:hover {
	border-top-color: #d778f5
}

.appie-single-service-2.item-10:hover {
	border-top-color: #30cad4
}

.appie-download-3-box .content a.main-btn.main-btn-2,
.appie-download-3-box .content a.main-btn:hover {
	background: var(--background-color);
	border-color: var(--background-color)
}

.appie-testimonial-area {
	background-image: none
}

.appie-testimonial-slider-rtl .slick-arrow,
.appie-testimonial-slider .slick-arrow {
	top: 50%;
	color: #0b0b0b
}

.appie-testimonial-slider-rtl .appie-testimonial-item .author-info .title,
.appie-testimonial-slider-rtl .appie-testimonial-item .author-info span,
.appie-testimonial-slider-rtl .appie-testimonial-item .text p,
.appie-testimonial-slider .appie-testimonial-item .author-info .title,
.appie-testimonial-slider .appie-testimonial-item .author-info span,
.appie-testimonial-slider .appie-testimonial-item .text p {
	color: #0b0b0b
}

.appie-testimonial-slider .slick-arrow.prev {
	left: -9%
}

.appie-testimonial-slider .slick-arrow.next {
	right: -9%
}

@media screen and (min-width:576px) {
	.appie-testimonial-slider .slick-arrow.prev {
		left: -6%
	}

	.appie-testimonial-slider .slick-arrow.next {
		right: -6%
	}
}

:root {
	--color: #41a5f3;
	--header-color: #0d1130;
	--background-color: #4cabed
}

body {
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #505056;
	overflow-x: hidden;
	background-color: #fff
}

a {
	text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Roboto, sans-serif;
	font-weight: 700;
	color: var(--header-color);
	margin: 0
}

.back-to-top {
	bottom: 12px
}