/* ==========================================================================
   FAQ Page Consolidated Styles
   Formed of Light Studio
   ========================================================================== */

/* ==========================================================================
   Base / Reset
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; }
body {
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	background-color: #FFF;
	line-height: 1.5;
	font-size: 16px;
	color: #333;
}
a { color: #0b8aca; text-decoration: none; transition: color 0.2s ease; }
a:hover, a:focus { color: #0172ab; text-decoration: none; }
a:focus { outline: none; }
img { max-width: 100%; height: auto; }
p { margin: 0 0 1em; }
b, strong { font-weight: 600; }
section { position: relative; }
h1, h2, h3, h4, h5, h6 { color: inherit; font-weight: bold; }
h1, h2, h3 { line-height: 1.2; margin-top: 0; margin-bottom: 20px; }
h4, h5, h6 { line-height: 1.4; margin-top: 10px; margin-bottom: 20px; }
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
ol { padding-left: 20px; }
ol li { margin-bottom: 10px; }

::selection { background: #0b8aca; color: #fff; text-shadow: none; }
::-moz-selection { background: #0b8aca; color: #fff; text-shadow: none; }

/* ==========================================================================
   Layout (header.css provides .tt-boxed .tt-wrap)
   ========================================================================== */

/* Grid System */
.container-fluid { width: 100%; padding-left: 15px; padding-right: 15px; margin-left: auto; margin-right: auto; }
.row { display: flex; flex-wrap: wrap; margin-left: -15px; margin-right: -15px; }
[class*="col-"] { position: relative; width: 100%; padding-left: 15px; padding-right: 15px; }

@media (min-width: 768px) {
	.col-md-3 { flex: 0 0 25%; max-width: 25%; }
	.col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
	.col-md-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
	.col-md-6 { flex: 0 0 50%; max-width: 50%; }
	.col-md-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
	.col-md-12 { flex: 0 0 100%; max-width: 100%; }
	.col-md-push-6 { order: 2; }
	.col-md-pull-6 { order: 1; }
	.col-md-push-8 { order: 2; }
	.col-md-pull-4 { order: 1; }
}

/* ==========================================================================
   Header — all styles now come from header.css
   ========================================================================== */
#body-content { position: relative; overflow: hidden; }
.cover { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.2); z-index: 2; }

/* ==========================================================================
   Page Header
   ========================================================================== */
#page-header {
	position: relative;
	min-height: 300px;
}
@media (max-width: 991px) {
	#page-header { min-height: 250px; }
}

.page-header-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.page-header-image .cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.page-header-inner {
	position: relative;
	z-index: 2;
	min-height: 300px; /* match parent min-height */
	padding: 100px 15px;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media (min-width: 1400px) {
	.page-header-inner { max-width: 1320px; }
}
@media (max-width: 767px) {
	.page-header-inner { padding: 60px 15px; min-height: 250px; }
}

.page-header-caption { max-width: 700px; }
.page-header-caption.ph-caption-lg .page-header-title { font-size: 48px; }
@media (max-width: 767px) {
	.page-header-caption.ph-caption-lg .page-header-title { font-size: 32px; }
}

.page-header-title {
	font-size: 36px;
	color: #fff;
	margin-bottom: 15px;
}

/* Parallax effect */
.parallax-bg-3 { background-attachment: fixed; }
@media (max-width: 991px) {
	.parallax-bg-3 { background-attachment: scroll; }
}

/* Background transparent */
.bg-transparent-5-dark { background-color: rgba(0, 0, 0, 0.5); }
.bg-image {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

/* ==========================================================================
   Content Sections
   ========================================================================== */
#body-content { padding-bottom: 0; }

#faq-section {
	padding: 60px 0;
	background-color: #fff;
}
.faq-section-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
@media (min-width: 1400px) {
	.faq-section-inner { max-width: 1320px; }
}

/* ==========================================================================
   Headings
   ========================================================================== */
.tt-heading { margin-bottom: 20px; }
.tt-heading-inner { position: relative; }
.tt-heading-title {
	font-size: 24px;
	margin-bottom: 5px;
	color: #333;
}
.tt-heading-subtitle {
	font-size: 14px;
	color: #888;
	margin-bottom: 10px;
}
.tt-heading.tt-heading-xs .tt-heading-title { font-size: 18px; }
.tt-heading.tt-heading-sm .tt-heading-title { font-size: 22px; }

hr.hr-short {
	position: relative;
	max-width: 45px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: auto;
	border: 0;
	border-top: 6px solid #0b8aca;
	border-radius: 100px;
	text-align: left;
}

/* ==========================================================================
   Sidebar
   ========================================================================== */
.sidebar { margin-bottom: 30px; }
.sidebar-right { padding-left: 30px; }
@media (max-width: 991px) {
	.sidebar-right { padding-left: 0; margin-top: 40px; }
}

.list-unstyled {
	list-style: none;
	padding: 0;
	margin: 0;
}
.list-unstyled li { padding: 8px 0; }
.list-unstyled li a { color: #0b8aca; }
.list-unstyled li a:hover { color: #0172ab; }

/* ==========================================================================
   Accordion
   ========================================================================== */
.accordion-wrap .panel { margin-bottom: 5px; }
.accordion-wrap .panel-heading {
	cursor: pointer;
	padding: 15px 20px;
	background: #f5f5f5;
	border-radius: 100px;
	transition: background 0.3s ease;
}
.accordion-wrap .panel-heading:hover { background: #e8e8e8; }
.accordion-wrap .panel-title {
	margin: 0;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.accordion-wrap .panel-title-text { flex: 1; }
.accordion-wrap .acc-arrow {
	transition: transform 0.3s ease;
	margin-left: 10px;
}
.accordion-wrap .panel.active .acc-arrow { transform: rotate(180deg); }
.accordion-wrap .panel-body {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, padding 0.3s ease;
	padding: 0 20px;
}
.accordion-wrap .panel.active .panel-body {
	max-height: 1000px;
	padding: 20px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
#footer {
	position: relative;
	padding: 50px 0;
	background-color: #1a1a1a;
}
#footer.footer-minimal { padding: 30px 0; }
#footer.footer-dark { background-color: #111; color: #AAA; }

.footer-container { }

.footer-copyright { color: #888; }
.footer-copyright p { margin: 0; font-size: 13px; }
.footer-copyright a { color: #0b8aca; }
.footer-copyright a:hover { color: #0172ab; }

/* Social Buttons */
.social-buttons ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
.social-buttons ul li { display: inline-block; margin: 0 5px; }

.social-buttons .btn-social-min {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #AAA;
	border: none;
	background: transparent;
}
.social-buttons .btn-social-min:hover { color: #FFF; }

/* Scroll to Top — styles from header.css */

/* ==========================================================================
   Utility Classes
   ========================================================================== */
.margin-bottom-50 { margin-bottom: 50px; }
.margin-top-60 { margin-top: 60px; }
@media (max-width: 991px) {
	.margin-top-60 { margin-top: 40px; }
}
@media (max-width: 767px) {
	.margin-top-60 { margin-top: 30px; }
	.margin-bottom-50 { margin-bottom: 30px; }
}

/* Button styles */
.btn {
	display: inline-block;
	padding: 10px 22px;
	font-size: 14px;
	border-radius: 100px;
	border: 1px solid transparent;
	cursor: pointer;
	transition: all 0.2s ease;
}
.btn-default { background-color: transparent; border-color: #888; color: #888; }
.btn-default:hover { border-color: #333; color: #333; }
.btn-link { background: none; border: none; color: inherit; padding: 0; }
