/*
 * Template Name: FAQ 1 Template
 * Author: @vitatemplates
*/

/* -- Intro Section -- */
section.intro {
	height: 100%;
	background-image: url(../../../img/1920x1080/img-9.jpg);
	background-position: bottom 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;
}
/* -- Tab -- */
.main-page {
	padding: 7rem 0;
}
.main-page .nav-pills {
	padding-bottom: 3rem;
}
.main-page .nav-pills .nav-item {
	width: 25%;
	text-align: center;
}
.main-page .nav-pills .nav-item .nav-links {
	color: #fff !important;
	display: block;
	padding: .5rem;
	border-radius: 5px;
	font-weight: bold;
}
.main-page .nav-pills .nav-item .nav-links:not(.active) {
	color: #000000 !important;
	background-color: transparent !important;
}
/* -- 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: #888;
	text-align: justify;
}
/*-- sidebar --*/
.main-page .latest-posts .post-date {
	color: #a0a0a0;
}
.main-page .tags a {
	font-size: .7rem;
	background-color: #eaeaea;
	padding: 0.3rem;
	border-radius: 3px;
	margin-bottom: .3rem;
	display: inline-block;
	color: #555 !important;
	font-weight: bold;
}
.main-page .tags a:hover {
	background-color: #e2e2e2;
}
/* -- Contact Section -- */
section.contact .contactbox:nth-child(1) {
	background-color: #1d918d;
}
section.contact .contactbox:nth-child(2) {
	background-color: #dea911;
}
section.contact .contactbox:nth-child(3) {
	background-color: #202c59;
}
section.contact .contactbox i {
	font-size: 3rem;
}
section.contact .contactbox p {
	color: #dedede;
	font-size: .9rem;
}
/* -- Counter Section -- */
section.counter {
	padding: 5rem 0;
}
section.counter .line {
	width: 80px;
	height: 2px;
	margin: .8rem auto 2rem auto;
}
section.counter .h5 {
	color: #777;
}
/* -- 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=faq-1.css.map */
