/*
Theme Name: Stage Digital
Author: Bogdan Bujor
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: #000;
	--color-primary-overlay: #000c;
	--color-orange: #f37021;
	--font-primary: "Lato", sans-serif;
	--font-custom: "Geologica", sans-serif;
	--sd-color-accent: #000;
	--sd-btn-radius: 0;
	--sd-color-2: #000;
}

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

.bg-orange {
	background-color: var(--color-orange) !important;
}
.bg-accent {
	background-color: var(--sd-color-accent) !important;
}

.d-block {
	display: block;
}

* {
	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: #000;
	font-family: var(--font-primary);
	font-size: 18px;
	line-height: 1.45;
	text-align: justify;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
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-15 {
	margin-top: 15px !important;
}
.mb-15 {
	margin-bottom: 15px !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;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
	grid-row-gap: 30px;
}
.col-4,
.col-6 {
	padding-left: 15px;
	padding-right: 15px;
}
.col-4 {
	width: 33.333333%;
}
.col-6 {
	width: 50%;
}
@media (max-width: 767px) {
	.col-4,
	.col-6 {
		width: 100%;
	}
}

.items-center {
	align-items: center;
}

.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
@media screen and (max-width: 768px)
{
	.text-center-sm{
		text-align: center !important
	}	
}


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

.topbar {
	padding: 10px 0;
	background-color: var(--sd-color-accent);
	/*background: linear-gradient(120deg, var(--sd-color-accent) 0%, var(--sd-color-accent) 55%, var(--color-orange) 55%, var(--color-orange) 100%);*/
	color: #FFF;
	font-family: var(--font-custom);
	font-size: 16px;
}
@media (max-width: 767px) {
	.topbar {
		display: none;
	}
}
.topbar-inner {
	display: flex;
	align-items: center;
}
.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-right: 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 {

}
.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 12px;
}
.menu > li > a {
	display: block;
	padding: 15px 0;
	color: var(--color-primary);
	font-size: 20px;
}
.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: 320px;
	}
}
.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-orange);
	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: 100px;
}

.sticky:not(.header-transparent) {
	padding-top: 190px;
}

.sd-button {
	display: inline-block;
	padding: 5px 20px;
	font-family: var(--font-custom);
	font-size: 20px;
	line-height: 44px;
	/*border: 2px solid var(--color-orange);*/
	border-radius: var(--sd-btn-radius);
	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 {
	display: flex;
	align-items: center;
	padding-top: 60px;
	padding-bottom: 60px;
}
.banner-section .page-heading {
	background: transparent;
	padding: 0;
}
.banner-section.small {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: var(--color-primary);
	background-image: url(../../uploads/2023/11/header.webp);
	background-size: cover;
	background-position: center;
	position: relative;
}
.banner-section.small:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .45);
}
@media (max-width: 767px) {
	.banner-section.small {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.slider-title {
	color: #fff;
	font-size: 70px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	position: relative;
}
.small .slider-title {
	font-size: 36px;
}
.page-heading {
	font-family: var(--font-custom);
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
}
.page-subheading {
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.slider-title, .small .slider-title {
		font-size: 20px;
	}
	.home .slider-title {
		font-size: 36px;
	}
	.slider-text {
		font-size: 14px;
	}
	.page-heading {
		font-size: 24px;
	}
}

.black-overlay:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .45);
}
.vc_parallax.black-overlay:before{
	z-index: 1;
}

.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-banner-section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.home-banner-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.home-banner-inner {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	z-index: 1;
}
.banner-content-wrap {
	width: 60%;
}
.banner-form-wrap {
	width: 40%;
	background-color: #fff;
	padding: 20px 15px;
	border-radius: 10px;
}
@media (max-width: 767px) {
	.banner-content-wrap {
		width: 100%;
	}
	.banner-form-wrap {
		display: none;
	}
}

.service-box-row {
	background: #F6F6F6;
}
.service-box-content {
	width: 600px;
	max-width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
}
.service-box-content-left {
	padding-right: 60px;
	margin-left: auto;
}
.service-box-content-right {
	padding-left: 60px;
}
.service-box-image {
	min-height: 240px;
}
@media screen and (max-width: 767px) {
	.service-box-row {
		display: flex;
	}
	.service-box-image {
		order: 1;
	}
	.service-box-content {
		order: 2;
		padding: 20px !important;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
}

.additional-services-bg {
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}
.additional-services-bg ul {
	list-style: none;
	columns: 4;
	padding-left: 0;
	font-size: 16px;
}
.additional-services-bg li:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: green;
	margin-right: 10px;
}
@media (max-width: 1024px) {
	.additional-services-bg ul {
		columns: 3;
	}
}
@media (max-width: 767px) {
	.additional-services-bg ul {
		columns: 1;
	}
}

.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%;
	}
}

.cta-wrapper {
	padding: 80px 0;
	background-color: var(--color-primary);
	background-size: cover;
	background-position: center;
	color: #FFF;
}
.cta-content {
	font-family: var(--font-custom);
	font-size: 36px;
	text-align: center;
}
.cta-content a {
	color: #FFF;
}
@media (max-width: 767px) {
	.cta-wrapper {
		padding: 20px 0;
	}
	.cta-content {
		max-width: 360px;
		margin: 0 auto;
		font-size: 24px;
		line-height: 1.1em;
	}
	.cta-content .sd-button{
		margin-top: 14px;
	}
}

.testimonial-wrap {
	padding: 60px 0;
	background-color: var(--sd-color-2);
	background-size: cover;
	background-position: center;
	color: #fff;
}
.testimonials {
	margin-top: 60px;
}
.testimonials .owl-stage {
	display: flex;
}
.testimonials .owl-item {
	padding: 0 15px;
}
.testimonials .owl-nav {
	font-size: 48px;
}
.testimonials.owl-carousel .owl-nav button.owl-next,
.testimonials.owl-carousel .owl-nav button.owl-prev {
	line-height: 1;
	background: transparent;
}
.testimonial {
	height: 100%;
	background-color: #f8f8f8;
	color: var(--color-primary);
	padding: 40px 20px;
	border-radius: 30px;
	text-align: center;
}
.testimonial .name {
	font-family: var(--font-custom);
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 0;
}
.testimonial .image {
	display: inline-block;
	border-radius: 100px;
	overflow: hidden;
}
.testimonial .stars {
	width: 100px;
}
.owl-item .testimonial img {
	display: inline-block;
	width: auto;
}
.testimonial .text {
	margin-top: 10px;
}
@media (max-width: 767px) {
	.testimonial {
		padding-left: 15px;
		padding-right: 15px;
	}
}

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

.footer-quote-wrap {
	padding: 60px 0;
	background-size: cover;
	background-position: center;
	background-color: #000;
}
.footer-quote-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.footer-contact-wrap {
	width: 50%;
	padding-left: 30px;
}
.footer-form-wrap {
	width: 50%;
	color: #FFF;
}
@media (max-width: 767px) {
	.footer-contact-wrap {
		width: 100%;
		padding-left: 0;
	}
	.footer-form-wrap {
		margin-top: 30px;
		width: 100%;
	}
}
.footer-form-inner {
	border-radius: 30px;
	box-shadow: 0 0 20px 0 rgba(3, 15, 39, .07);
	overflow: hidden;
	background-color: #fff;
}
.footer-form-inner .page-heading {
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 42px;
	background: transparent;
}
.footer-form-inner .wpcf7 {
	padding: 0 30px 40px;
}
@media (max-width: 767px) {
	.footer-form-inner .page-heading {
		font-size: 32px;
	}
	.footer-form-inner .wpcf7 {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.form-field {
	margin-bottom: 20px;
}
.form-field input,
.form-field textarea,
.form-field select {
	padding: 10px 20px;
	font-family: var(--font-primary);
	font-size: 20px;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	background-color: #fff;
	color: var(--color-primary);
	width: 100%;
}
.form-field select {
	padding-left: 16px;
}
.form-field input:focus-visible,
.form-field textarea:focus-visible,
.form-field select:focus-visible {
	outline: none;
}
.form-field input::placeholder,
.form-field textarea::placeholder {
	color: var(--color-primary);
}
.form-field textarea {
	height: 80px;
}

.button-field {
	text-align: center;
	margin-bottom: 0;
}
.button-field input {
	width: auto;
	display: inline-block;
	padding: 5px 20px;
	font-family: var(--font-custom);
	font-size: 20px;
	line-height: 44px;
	border: 2px solid var(--color-orange);
	border: none;
	border-radius: var(--sd-btn-radius);
	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-family: var(--font-custom);
	font-size: 24px;
}

.footer {
	border-top: 5px solid var(--color-orange);
	padding: 60px 0;
	background-color: #fff;
	color: var(--color-primary);
}
.footer-inner {
	display: flex;
	justify-content: space-between;
	grid-row-gap: 30px;
}

.footer-contact {
	width: 25%;
}
.footer-map {
	width: 40%;
}
.footer-about {
	text-align: center;
	font-size: 18px;
	width: 30%;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 767px) {
	.footer-inner {
		flex-wrap: wrap;
	}
	.footer-col {
		width: 100%;
	}
}
.footer-logo {
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.footer-social {
		position: static;
		margin-top: 20px;
		margin-bottom: 10px;
	}
}
.footer-heading {
	font-family: var(--font-custom);
	font-size: 24px;
	font-weight: 700;
	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);
	/*background: linear-gradient(120deg, var(--color-primary) 0%, var(--color-primary) 50%, var(--color-orange) 50%, var(--color-orange) 100%);*/
	color: #000;
}
.bottombar-inner {
	display: flex;
	justify-content: space-between;
	color: #FFF;
}
.footer-social a:not(:last-child) {
	margin-right: 20px;
}
@media (max-width: 767px) {
	.bottombar {
		padding-bottom: 60px;
		background: var(--sd-color-2);
	}
	.bottombar-inner {
		display: block;
	}
}

.mobile-button {
	display: none;
	margin-left: auto;
	font-size: 30px;
}
.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: #000;
	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(0, 0, 0, 0.1);
	}
	.menu > li > a {
		padding: 10px 25px;
	}
	.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;
		font-size: 0.9em;
	}
}

.page-header {
	position: relative;
	padding: 50px 0;
	background-color: var(--sd-color-2);
}
.page-header-title {
	color: #FFF;
	text-align: center;
	font-size: 36px; 
}


.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: 500;
	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: 767px) {
	.page-header{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.page-header-title{
		font-size: 20px;
	}
}

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

.map-wrap iframe {
	width: 100%;
}

.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;
	}
}

.overflow-visible {
	overflow: visible !important;
}

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

.border-line {
	padding-bottom: 3px;
	border-bottom: 10px solid var(--color-orange);
}
.border-line .vc_figure,
.border-line .vc_single_image-wrapper,
.border-line img {
	width: 100%;
}

.title-line {
	position: relative;
	padding-bottom: 10px;
}
.title-line:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 5px;
	background-color: var(--color-orange);
}
.title-line.text-white:after {
	background-color: #fff;
}
.title-line.text-center:after {
	left: calc(50% - 25px);
}

.review-stars {
	margin-bottom: 10px;
	color: orange;
}

.vc_row-o-equal-height .vc_column-inner .wpb_wrapper,
.vc_row-o-equal-height .vc_column-inner .wpb_wrapper .wpb_content_element,
.financing-box {
	height: 100%;
}

.faq-item {
	margin-top: 10px;
}
.faq-question {
	background-color: #f8f8f8;
	color: var(--sd-color-2);
	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;
	color: var(--color-orange);
	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;
}

.rooftypes {
	display: flex;
	justify-content: start;
	grid-column-gap: 30px;
}
.rooftypes ul {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.rooftypes ul li {
	padding-left: 30px;
	position: relative;
	font-size: 20px;
}
.rooftypes ul li:before {
	content: "\f00c";
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: var(--color-orange);
}
@media (max-width: 767px) {
	.rooftypes {
		display: block;
	}

	.row-counters b{ font-size: 48px !important }
	.row-counters .wpb_column{ margin-bottom: 30px;}
}

.embed-16x9 {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 aspect ratio (9 / 16 * 100) */
	height: 0;
	overflow: hidden;
}

.embed-16x9 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.attachment-full {
	width: 100%;
}