body {
	overflow-x: hidden;
}

body::-webkit-scrollbar {
	display: none;
	overflow: -moz-scrollbars-none;
}

.bg-light {
	background-color: #f2f4f9 !important;
}

.pb_icon-gradient:before {
	background: linear-gradient(45deg, rgb(206, 29, 46) 0%, rgb(178, 34, 34) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.pb_slant-light,
.pb_slant-white {
	position: relative;
}
.pb_slant-light:after,
.pb_slant-white:after {
	content: '';
	position: absolute;
	bottom: -100px;
	left: -50px;
	height: 200px;
	width: 130%;
	background-color: #000;
	-webkit-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	transform: rotate(-4deg);
	z-index: 10;
}
.pb_slant-light.pb_slant-reverse:after,
.pb_slant-white.pb_slant-reverse:after {
	-webkit-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	transform: rotate(4deg);
	left: -100px;
	bottom: -140px;
}

.pb_slant-white:after {
	background-color: #fff;
}

.pb_section {
	padding: 10em 0;
}

.pb_cover_v3 a,
.pb_xl_py_cover a {
	border: 1px solid #fff;
	color: rgba(255, 255, 255, 0.5);
}
.pb_cover_v3 a:hover,
.pb_xl_py_cover a:hover {
	opacity: 0.8;
}

.pb_cover_v3 .btn,
.pb_xl_py_cover .btn {
	color: white;
}

#section-home .carousel-item:first-child {
	background: url('../images/overview_small.png');
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center calc(50% - 15px);
	min-height: 395px;
}

#section-home .carousel-item:last-child {
	background: url('../images/settings_small.png');
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center calc(50% - 15px);
	min-height: 395px;
}

#section-features * {
	color: #fff;
}

#section-overview h3 {
	margin-bottom: 1rem !important;
}

#section-overview {
	color: #000;
}

#section-overview a {
	font-weight: 600;
	color: #ce1d2e;
	text-decoration: underline;
}

#section-overview a:hover {
	color: #ce1d2e;
}

#section-overview u {
	font-weight: 600;
	color: #ce1d2e;
}

#section-overview::after {
	display: none;
}

#section-faq {
	z-index: 5;
}

#section-faq ul {
	list-style: decimal;
	padding-inline-start: 20px;
}

#section-faq ul li {
	margin-bottom: 7px;
}

#section-faq ul img {
	position: relative;
	border-radius: 5px;
	left: -20px;
}

#section-faq i {
	font-size: 25px;
	position: relative;
	top: 3px;
	margin-right: 5px;
}

#section-faq * {
	color: #fff;
}

#section-faq b {
	font-weight: 800;
}

.carousel-indicators li {
	height: 12px;
	width: 12px;
	margin: 0 5px;
	border-radius: 50%;
	cursor: pointer;
}

.carousel-item {
	transition: opacity 1s ease-in-out;
	opacity: 0;
}
.carousel-item.active {
	opacity: 1;
}

footer * {
	color: #fff;
}

footer p {
	margin-bottom: 0;
}

footer a {
	font-weight: 500;
	color: #ce1d2e;
	text-decoration: underline;
}

footer a:hover {
	color: #ce1d2e;
}

small {
	display: block;
	margin-top: 25px;
	line-height: 2;
	font-weight: 400;
	color: #000;
}

.slider {
	position: relative;
	width: 100%;
	max-width: 520px;
	top: -15px;
}

.slider img {
	width: 100%;
	height: auto;
	display: block;
}

.navigation-dots {
	text-align: center;
}

.dot {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.5;
	cursor: pointer;
}

.slick-active .dot {
	opacity: 1;
}

@media (min-width: 992px) {
	.pl-lg-5 {
		padding-left: 5rem !important;
	}
	.pr-lg-5 {
		padding-right: 5rem !important;
	}
}

@media (max-width: 991px) {
	.navbar:not(.scrolled) .navbar-nav {
		background: rgba(0, 0, 0, 0.9);
		padding: 35px;
		align-items: center;
	}
}

@media (max-width: 1199px) {
	#section-home .heading {
		font-size: 48px;
	}
	.slider {
		top: -25px;
	}
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
	.slider {
		top: -150px;
	}
}

@media (max-width: 767px) {
	#section-home .col-md-12 {
		padding: 0px;
	}
	.slider {
		top: -25px;
		padding: 0 20px;
	}
	.heading {
		font-size: 32px !important;
	}
	.sub-heading {
		font-size: 16px !important;
		padding: 0 15px !important;
	}
	.order-sm-2 {
		order: 2;
	}
}
