/*
 * Template Name: Terms and Conditions 1 Template
 * Author: @vitatemplates
*/

/* -- Intro Section -- */
section.intro {
	height: 100%;
	background-image: url(../../../img/1920x1080/img-9.jpg);
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding: 3rem 0;
	position: relative;
}
section.intro:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
section.intro ul {
	position: relative;
}
/* -- Main -- */
.main-page {
	padding: 7rem 0;
}
/* -- Accordion --*/
.accordion .card {
	border: none !important;
}
.accordion .card-header {
	padding: 0 !important;
	border: none !important;
	background-color: transparent;
}
.accordion .card-link {
	padding: .5rem 1rem;
	display: block;
	border-radius: 5px;
	background-color: #eaeaea;
	color: #888;
	margin-bottom: .3rem;
	color: #000 !important;
	font-weight: bold;
}
.accordion .card-link.collapsed {
	color: #555 !important;
	font-weight: normal;
}
.accordion .card-link:hover {
	background-color: #dcdcdc;
}
.accordion .card-link i {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.accordion .card-link:not(.collapsed) i {
	-webkit-transform: rotateX(180deg) !important;
	-ms-transform: rotateX(180deg) !important;
	transform: rotateX(180deg) !important;
}
.accordion .card-body {
	padding: 2rem 0;
	color: #333;
	text-align: justify;
}
/* -- Question Section -- */
section.question {
	position: relative;
}
section.question:before {
	display: block;
	content: '';
	background-image: url(../../../img/1920x1080/img-6.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: .2;
}
/* -- Scroll Top -- */
.scrolltop {
	-webkit-animation: scrolltop 1.5s infinite;
	animation: scrolltop 1.5s infinite;
	position: fixed;
	bottom: 15px;
	right: 20px;
	width: 50px;
	height: 50px;
	color: #fff;
	text-decoration: none;
	border-radius: 50%;
	font-size: 40px;
	text-align: center;
	cursor: pointer;
	z-index: 1000;
	display: none;
}
.scrolltop:hover {
	background-color: #cccccc;
}
.scrolltop i {
	top: -5px;
	position: relative;
}
 @-webkit-keyframes scrolltop {
 0% {
 -webkit-transform: rotate(0) translate(0, 0);
 opacity: .5;
}
 50% {
 -webkit-transform: rotate(0) translate(0, 5px);
 opacity: .3;
}
 100% {
 -webkit-transform: rotate(0) translate(0, 0);
 opacity: .5;
}
}
@keyframes scrolltop {
 0% {
 -webkit-transform: rotate(0) translate(0, 0);
 transform: rotate(0) translate(0, 0);
 opacity: .5;
}
 50% {
 -webkit-transform: rotate(0) translate(0, 5px);
 transform: rotate(0) translate(0, 5px);
 opacity: .3;
}
 100% {
 -webkit-transform: rotate(0) translate(0, 0);
 transform: rotate(0) translate(0, 0);
 opacity: .5;
}
}

/*# sourceMappingURL=terms-1.css.map */
