/*
Theme Name: Stage Digital
Author: Bogdan Bujor
Modified: N.Z.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--color-primary: #1A3664;
	--color-primary-overlay: #000c;
	--color-orange: #F05223;
	--font-primary: "Source Sans Pro", sans-serif;
	--font-custom: "Roboto Condensed", sans-serif;

	--btn-border-radius: 8px;
	--btn-height: 50px;
}

.text-orange {
	color: var(--color-orange);
}
.text-primary{
	color: var(--color-primary);
}
.text-white {
	color: #fff;
}

* {
	box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-custom);
	font-weight: 400;
}

p,
ul {
	margin-top: 0;
}
p:last-child,
ul:last-child {
	margin-bottom: 0;
}

a {
	color: inherit;
	/*color: var(--color-primary);*/
	text-decoration: none;
	transition: .2s;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding-top: 0;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.vc_col-sm-6:nth-child(even) {
		margin-top: 30px;
	}
}

.font-bold {
	font-weight: 700;
}
.font-semibold {
	font-weight: 600;
}
.font-medium {
	font-weight: 500;
}

body {
	color: #333;
	font-family: var(--font-primary);
	font-size: 20px;
	line-height: 1.5;
	text-align: justify;
}
h1 {
	font-size: 42px;
}
h2 {
	font-size: 36px;
}
h4 {
	font-size: 30px;
}
@media (max-width: 767px) {
	body {
		font-size: 18px;
	}
	h2 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
	}
}

.wpb_wrapper h2,
.wpb_wrapper h3,
.wpb_wrapper h4 {
	margin-bottom: 20px;
	text-align: left;
}

.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mt-60 {
	margin-top: 60px !important;
}
.mb-60 {
	margin-bottom: 60px !important;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	.columns-2 {
		columns: 2;
	}
}

.relative {
	position: relative;
}

.container {
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}

@media (min-width: 768px) {
	.xs-visible {
		display: none;
	}
}
@media (max-width: 767px) {
	.xs-hidden {
		display: none;
	}
}

.topbar {
	padding: 10px 0;
	background-color: var(--color-primary);
	color: #fff;
	font-size: 18px;
}
@media (max-width: 767px) {
	.topbar {
		display: none;
	}
}
.topbar-inner {
	display: flex;
	align-items: center;
	justify-content: end	;
}
.topbar-content span {
	position: relative;
}
.topbar-content span:not(:last-child) {
	margin-right: 20px;
	padding-right: 20px;
}
.topbar-content span:not(:last-child):after {
	content: "";
	position: absolute;
	top: 2px;
	right: 0;
	width: 1px;
	height: 16px;
	background-color: #fff;
}
.topbar-content span i {
	margin-right: 10px;
}
.topbar-social {
	margin-left: auto;
}
.topbar-social a:not(:last-child) {
	margin-right: 20px;
}
.topbar-link {
	display: none;
	margin-left: 20px;
}

.header {
	position: relative;
	z-index: 999;
	border-bottom: 5px solid var(--color-orange);
}
.header-inner {
	display: flex;
	align-items: center;
	position: relative;
	padding: 20px 0;
}
.header-logo {
	width: 300px;
	max-width: 100%;
}
.logo-white {
	display: none;
}
.header-nav {
	margin-left: auto;
}
.header-button {
	margin-left: 15px;
}
@media (max-width: 767px) {
	.header-logo {
		width: 166px;
	}
	.header-nav,
	.header-button {
		display: none;
	}
}
.menu {
	position: relative;
	padding-left: 0;
	list-style: none;
	display: flex;
	font-family: var(--font-custom);
}
.menu > li {
	position: relative;
	margin: 0 15px;
}
.menu > li > a {
	display: block;
	padding: 15px 0;
	color: var(--color-primary);
	font-size: 24px;
}
.menu > li.menu-item-has-children > a {
	padding-right: 20px;
}
.menu > li.menu-item-has-children > a:after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 999;
	list-style: none;
	padding: 0;
	background-color: #fff;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
	width: 100%;
	transition: .2s;
}
@media (min-width: 768px) {
	.sub-menu {
		width: 290px;
	}
}
.menu > li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
}
.sub-menu li a {
	display: block;
	padding: 10px 25px;
}
.sub-menu li a:hover {
	background-color: var(--color-primary);
	color: #FFF;
}
@media (max-width: 767px) {
	.menu {
		font-size: 16px;
	}
}

.header-transparent:not(.sticky) .header {
	position: absolute;
	z-index: 1;
	width: 100%;
}
.header-transparent:not(.sticky) .logo-main {
	display: none;
}
.header-transparent:not(.sticky) .logo-white {
	display: inline;
}
.header-transparent:not(.sticky) .menu > li > a {
	color: #fff;
}
.header-transparent:not(.sticky) .header-button a {
	line-height: 44px;
}
.header-transparent:not(.sticky) .header-button a:hover {
	background-color: #fff;
	color: var(--color-primary);
}

.sticky .header {
	position: fixed;
	z-index: 9;
	top: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.sticky .header-inner {
	padding: 10px 0;
}
.sticky .header-logo {
	position: static;
}
.sticky .header-logo img {
	width: 200px;
}

.sticky:not(.header-transparent) .topbar {
	margin-bottom: 143px;
}

.sd-button {
	display: inline-block;
	padding: 0 20px;
	font-family: var(--font-custom);
	font-size: 24px;
	line-height: var(--btn-height);
	border-radius: var(--btn-border-radius);
	/*border: 2px solid var(--color-orange);*/
	background-color: var(--color-orange);
	color: #FFF;
}
.sd-button:hover {
	background-color: var(--color-primary);
	color: #FFF;
}
.sd-button.sd-white {
	border-color: #fff;
	background-color: #fff;
	color: var(--color-primary);
}
.sd-button.sd-white:hover {
	border-color: var(--color-primary);
	background-color: var(--color-primary);
	color: #fff;
}

.banner-section {
	padding-top: 300px;
	padding-bottom: 220px;
}
.banner-section.small {
	padding-top: 50px;
	padding-bottom: 50px;
}
.home .banner-section {
	padding-top: 250px;
	padding-bottom: 250px;
}
@media (max-width: 767px) {
	.banner-section {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.banner-section.small {
		padding-top: 80px;
		padding-bottom: 50px;
	}
	.home .banner-section {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
.slider-title {
	color: #fff;
	font-size: 70px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
}
.small .slider-title {
	font-size: 36px;
}
.page-heading {
	font-family: var(--font-custom);
	font-size: 42px;
	line-height: 1.2;
	font-weight: bold;
}
.page-subheading {
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.slider-title {
		font-size: 30px;
	}
	.home .slider-title {
		font-size: 32px;
	}
	.slider-text {
		font-size: 14px;
	}
	.page-heading {
		font-size: 32px;
	}
}

.black-overlay:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .45);
}
.home .banner-section.black-overlay:before {
	background-color: rgba(0, 0, 0, .35);
}
.white-overlay:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .8);
}

.scroll-button {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -100px;
	bottom: 0;
	width: 200px;
	height: 61px;
	background: url(images/scroll-arrow.png) no-repeat center center;
	background-size: 200px 61px;
	padding-top: 20px;
	text-align: center;
	cursor: pointer;
	transition: .2s;
}
.scroll-button:hover {
	color: var(--color-primary);
}

.home-about {
	padding-top: 60px;
	padding-bottom: 60px;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .45) 0%, rgba(0, 0, 0, .45) 100%),
		url(../../uploads/2023/03/divider.webp);
	background-size: cover;
	background-position: center;
	color: #fff;
}

.home-service {
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: visible !important;
	background-position: bottom !important;
}
@media (min-width: 768px) {
	/* .home-service > div:nth-child(1),
	.home-service > div:nth-child(2) {
	margin-top: -150px;
} */
}
.service-box {
	overflow: hidden;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 2px 0px 20px 0px rgb(3 15 39 / 7%) !important;
	margin-bottom: 30px !important;
}
.service-image {
	position: relative;
}
.service-image img {
	width: 100%;
}
.service-overlay {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--color-primary-overlay);
	color: #fff;
	font-size: 30px;
	transition: .2s;
}
.service-box:hover .service-overlay {
	visibility: visible;
	opacity: 1;
}
.service-overlay a {
	display: block;
	width: 100%;
	height: 100%;
}
.service-overlay i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.service-content {
	text-align: center;
	padding: 20px 15px;
}
.service-title {
	font-family: var(--font-custom);
	color: var(--color-primary);
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 10px;
}
.service-link a {
	display: inline-block;
	background-color: var(--color-orange);
	color: #FFF;
	font-family: var(--font-custom);
	/*border: 1px solid var(--color-orange);*/
	padding: 5px 20px;
	border-radius: var(--btn-border-radius);
}
.service-link a:hover {
	background-color: var(--color-primary);
	color: #FFF;
}
.service-link i {
	visibility: hidden;
	opacity: 0;
	max-width: 0;
	transition: .2s;
}

.social-profile-wrap {
	padding-top: 30px;
	padding-bottom: 30px;
}
.social-profiles {
	display: flex;
	justify-content: center;
}
.social-profile {
	margin: 0 10px;
}
@media (max-width: 767px) {
	.social-profiles {
		flex-wrap: wrap;
	}
	.social-profile {
		margin: 0;
		width: 33.33%;
	}
	.service-title{
		font-size: 24px;
	}
}

.cta-wrapper {
	padding: 40px 0;
	background-color: var(--color-primary);
}
.cta-content {
	color: #fff;
	font-family: var(--font-custom);
	font-size: 36px;
	text-align: center;
}
.cta-content a {
	color: var(--color-orange);
	font-weight: 700;
}
@media (max-width: 767px) {
	.cta-wrapper {
		padding: 20px 0;
	}
	.cta-content {
		max-width: 360px;
		margin: 0 auto;
		font-size: 24px;
	}
}

.home-feature {
	padding-top: 60px;
	padding-bottom: 60px;
}

.home-gallery {
	padding-top: 30px;
	padding-bottom: 30px;
}
.gallery-box {
	overflow: hidden;
	border-radius: 5px;
}
@media (max-width: 767px) {
	.gallery-box {
		margin-bottom: 15px !important;
	}
}
.gallery-image {
	position: relative;
}
.gallery-image img {
	width: 100%;
}
.gallery-overlay {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--color-primary-overlay);
	transition: .2s;
}
.gallery-box:hover .gallery-overlay {
	visibility: visible;
	opacity: 1;
}
.gallery-title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 24px;
	text-align: left;
}
.gallery-title a {
	display: flex;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	padding: 20px;
}

.home-project {
	padding-top: 60px;
	padding-bottom: 60px;
}

.testimonial-wrap {
	padding: 60px 0;
	background-color: var(--color-primary);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .5) 100%),
		url(../../uploads/2023/06/head-bg.webp?id=2048);
	background-size: cover;
	background-position: center;
	color: #fff;
}
.testimonials {
	margin-top: 60px;
}
.testimonials .owl-stage {
	display: flex;
}
.testimonials .owl-item {
	padding: 0 15px;
}
.testimonial {
	height: 100%;
	background-color: #fff;
	color: #333;
	padding: 40px;
	border-radius: 5px;
}
.testimonial .name {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0;
}
.testimonial .image {
	display: inline-block;
	width: 150px;
	height: 150px;
	border-radius: 100px;
	overflow: hidden;
	margin-bottom: 20px;
}
.testimonial .stars {
	width: 100px;
}
.owl-item .testimonial img {
	display: inline-block;
	width: auto;
}
.testimonial .text {
	margin-top: 20px;
}
@media (max-width: 767px) {
	.testimonial {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.footer-map iframe {
	width: 100%;
	height: 250px;
}

.footer-quote-wrap {
	padding: 60px 0;
}
.footer-quote-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.footer-contact-wrap {
	width: 50%;
	padding-right: 30px;
}
.footer-form-wrap {
	width: 50%;
	padding-left: 30px;
}
@media (max-width: 767px) {
	.footer-contact-wrap {
		width: 100%;
		padding-right: 0;
	}
	.footer-form-wrap {
		margin-top: 30px;
		width: 100%;
		padding-left: 0;
	}
}
.footer-form-inner {
	border-radius: 5px;
	box-shadow: 0 0 20px 0 rgba(3, 15, 39, .07);
	overflow: hidden;
}
.footer-form-inner .page-heading {
	background-color: var(--color-primary);
	color: #fff;
	padding: 10px;
	margin-bottom: 15px;
}
.footer-form-inner .wpcf7 {
	padding: 0 30px 40px;
}
.form-field {
	margin-bottom: 20px;
}
.form-field input,
.form-field textarea {
	padding: 10px 20px;
	font-family: var(--font-primary);
	font-size: 20px;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	color: #333;
	width: 100%;
}
.form-field input:focus-visible,
.form-field textarea:focus-visible {
	outline: none;
}
.form-field input::placeholder,
.form-field textarea::placeholder {
	color: #333;
}
.form-field textarea {
	height: 120px;
}
.button-field {
	text-align: center;
	margin-bottom: 0;
}
.button-field input {
	width: auto;
	display: inline-block;
	padding: 0 20px;
	font-family: var(--font-custom);
	font-size: 24px;
	line-height: var(--btn-height);
	border-radius: var(--btn-border-radius);
	/*border: 2px solid var(--color-orange);*/
	background-color: var(--color-orange);
	color: #FFF;
	transition: .2s;
	cursor: pointer;
}
.button-field input:hover {
	background-color: var(--color-primary);
	color: #FFF;
}
.wpcf7-spinner {
	position: absolute;
}
.wpcf7 form.sent .wpcf7-response-output {
	text-align: center;
}

.info-box {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.info-box-icon-inner {
	width: 70px;
	height: 70px;
	background-color: var(--color-orange);
	color: #fff;
	border-radius: 40px;
	font-size: 32px;
	text-align: center;
	line-height: 70px;
}
.info-box-content {
	margin-left: 30px;
}
.info-box-heading {
	margin-bottom: 0;
	font-size: 24px;
	color: var(--color-primary);
}

.footer {
	border-top: 5px solid var(--color-orange);
	padding: 60px 0;
	background-color: #F7F9FA;
	color: var(--color-primary);
}
.footer-inner {
	display: flex;
	column-gap: 30px;
	grid-row-gap: 30px;
}
.footer-about {
	width: 35%;
}
.footer-contact {
	width: 35%;
}
.footer-map {
	width: 30%;
}
.footer-about {
	text-align: center;
	font-size: 18px;
}
.footer-col{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media (max-width: 767px) {
	.footer-inner {
		flex-wrap: wrap;
	}
	.footer-col {
		width: 100%;
	}
}
.footer-logo {
	margin-bottom: 30px;
}
.footer-social {
	position: absolute;
	top: 0;
	right: 0;
}
.footer-social a:not(:last-child) {
	margin-right: 20px;
}
@media (max-width: 767px) {
	.footer-social {
		position: static;
		margin-top: 20px;
		margin-bottom: 10px;
	}
}
.footer-heading {
	font-size: 24px;
	margin-bottom: 25px;
}
.icon-box {
	display: flex;
	margin-bottom: 10px;
}
.icon-box-icon {
	width: 20px;
	text-align: center;
	margin-right: 10px;
}

.bottombar {
	padding: 20px 0;
	background-color: var(--color-primary);
	color: #FFF;
}
@media (max-width: 767px) {
	.bottombar {
		padding-bottom: 60px;
		text-align: center;
	}
}

.mobile-button {
	display: none;
	margin-left: auto;
	font-size: 30px;
	color: var(--color-primary);
}
.header-transparent:not(.sticky) .mobile-button {
	color: #fff;
}
@media (max-width: 767px) {
	.mobile-button {
		display: block;
	}
}
.mobile-overlay {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999;
	transition: all ease 0.3s;
}
.mobile-open .mobile-overlay {
	opacity: 1;
	visibility: visible;
}
.mobile-overlay .close {
	position: absolute;
	top: 57px;
	right: 17px;
	color: #fff;
	font-size: 30px;
	line-height: 1;
}
.mobile-menu {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: -300px;
	width: 300px;
	max-width: 100%;
	height: 100%;
	padding-bottom: 50px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #FFF;
	color: var(--color-primary);
	transition: .2s;
}
.mobile-open .mobile-menu {
	left: 0;
}
.mobile-logo {
	position: relative;
	padding: 25px;
}
@media (max-width: 767px) {
	.menu {
		display: block;
	}
	.menu > li {
		margin: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}
	.menu > li > a {
		padding: 10px 25px;
		color: var(--color-primary);
	}
	.menu > li.menu-item-has-children > a:after {
		content: "\f105";
		top: 28px;
		right: 20px;
	}
	.menu > li.menu-item-has-children.open > a:after {
		content: "\f107";
	}
	.sub-menu {
		position: static;
		visibility: visible;
		opacity: 1;
		width: 100%;
		padding: 0;
		background-color: transparent;
		box-shadow: none;
		max-height: 0;
		overflow: hidden;
		transition: .5s;
	}
	.open .sub-menu {
		max-height: 1000px;
	}
	.sub-menu li a {
		padding-left: 40px;
	}
}

.page-header {
	position: relative;
	padding: 50px 0;
	background-image: url(../../uploads/2021/10/page-header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-header.black-overlay:before {
	background-color: rgba(255, 255, 255, .8);
}
.page-title {
	position: relative;
	color: var(--color-primary);
	font-size: 42px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.contact-box {
	margin-top: 30px;
	padding: 20px 25px;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	display: flex;
	align-items: center;
}
.contact-box-icon {
	width: 40px;
	height: 40px;
	background-color: var(--color-primary);
	color: #fff;
	border-radius: 20px;
	text-align: center;
}
.contact-box-icon i {
	font-size: 18px;
	line-height: 40px;
}
.contact-box-content {
	margin-left: 20px;
}
.contact-box-heading {
	font-weight: 500;
}
.contact-box-text {
	display: inline-block;
	color: var(--color-primary);
	border-bottom: 1px dashed;
}

@media (max-width: 1200px) {
	.ug-gallery-wrapper {
		height: 700px !important;
	}
}
@media (max-width: 767px) {
	.ug-gallery-wrapper {
		height: 400px !important;
	}
}
@media (max-width: 479px) {
	.ug-gallery-wrapper {
		height: 240px !important;
	}
}

img.size-full {
	padding-bottom: 2px;
	border-bottom: 3px solid var(--color-primary);
}

.callnow {
	display: none;
}
.callnow a {
	position: fixed;
	z-index: 1;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
	background-color: var(--color-orange);
	color: #fff;
	font-family: var(--font-custom);
	font-size: 24px;
	text-align: center;
}
@media (max-width: 767px) {
	.callnow {
		display: block;
	}
}

.project-title {
	margin-top: 20px;
	font-size: 20px;
	font-weight: 700;
	text-align: center !important;
}

.feature-list {
	list-style: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	grid-row-gap: 30px;
}
.feature-list li {
	width: 33.33%;
	padding: 0 15px;
	text-align: center;
}
.feature-icon {
	display: block;
	font-size: 48px;
	color: var(--color-orange);
}
.feature-list li strong {
	display: block;
	font-size: 22px;
	color: var(--color-primary);
}
@media (max-width: 767px) {
	.feature-list li {
		width: 100%;
	}
}

.border-line {
	padding-bottom: 3px;
	border-bottom: 10px solid var(--color-orange);
}

.faq-item {
	margin-top: 10px;
}
.faq-question {
	background-color: #f8f8f8;
	color: var(--color-primary) !important;
	padding: 20px 60px 20px 20px;
	margin-bottom: 0;
	font-weight: 700;
	text-align: left;
	position: relative;
	cursor: pointer;
	border-radius: 8px;
}
.faq-question:after {
	content: "\f107";
	position: absolute;
	right: 20px;
	top: 20px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.faq-answer {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	max-height: 0;
	overflow: hidden;
	transition: max-height .2s, padding .2s;
	border-radius: 8px;
}
.active .faq-answer {
	padding-top: 20px;
	padding-bottom: 20px;
	max-height: 500px;
	border: 1px solid #E9E8E8;
}
.title-line{
	position: relative;
}
.title-line:after{
	display: block;
	content: '';
	background: var(--color-orange);
	height: 3px;
	width: 80px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -40px;
}

.chart-wrap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
}
.chart-item img {
	box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
}
.chart-title {
	display: block;
	text-align: center;
	margin-top: 10px;
}
@media (max-width: 767px) {
	.chart-wrap {
		grid-template-columns: repeat(2, 1fr);
	}
}