/*
Theme Name: Stage Digital
Author: ACADIA 
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: #1C1C1C;
	--color-primary-overlay: #1C1C1C;
	--color-orange: #25a9e0 ;
	--color-blue: #85878a;
	--color-gray: #FAFAFA;
	--color-dark: #85878a;
	--font-primary: "Lato", sans-serif;
	--font-custom: "Libre Baskerville", sans-serif;
	--sd-btn-radius: 8px;
}

.font-custom {
	font-family: var(--font-custom);
}

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

.bg-primary {
	background-color: var(--color-primary);
}
.bg-orange {
	background-color: var(--color-orange) !important;
}
.bg-blue {
	background-color: var(--color-blue) !important;
}
.bg-gray {
	background-color: var(--color-gray) !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;*/
	text-align: left;
	color: var(--color-dark);
}

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

a {
	color: inherit;
	color: var(--color-orange);
	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-black {
	font-weight: 900;
}
.font-bold {
	font-weight: 700;
}
.font-semibold {
	font-weight: 600;
}
.font-medium {
	font-weight: 500;
}

.fs-24{
	font-size: 24px;
}
.fs-14{
	font-size: 14px;
}

body {
	color: var(--color-primary);
	font-family: var(--font-primary);
	font-size: 18px;
	line-height: 1.45;
	text-align: justify;
}

.h0 {
	font-size: 60px;
}
.h1, h1 {
	font-size: 36px;
}
.h2, h2 {
	font-size: 30px;
}
.h3, h3 {
	font-size: 24px;
}
.h4, h4 {
	font-size: 20px;
}
.h5, h5 {
	font-size: 18px;
}
.text-sm {
	font-size: 14px;
}
@media (max-width: 767px) {
	html{
		font-size: 14px;
	}
	body {
		font-size: 14px;
		text-align: left;
	}
	.h0 {
		font-size: 30px;
	}
	.h1, h1 {
		font-size: 30px;
	}
	.h2, h2 {
		font-size: 24px;
	}
	.h3, h3 {
		font-size: 20px;
	}
	.h4, h4 {
		font-size: 18px;
	}
	.h5, h5 {
		font-size: 16px;
	}
}

.leading-1 {
	line-height: 1;
}

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

.pt-0 {
	padding-top: 0;
}
.pb-0 {
	padding-bottom: 0;
}
.pt-15 {
	padding-top: 15px;
}
.pb-15 {
	padding-bottom: 15px;
}
.pt-30 {
	padding-top: 30px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pt-60 {
	padding-top: 60px;
}
.pb-60 {
	padding-bottom: 60px;
}

.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-20,
.col-3,
.col-4,
.col-5,
.col-6,
.col-8,
.col-12 {
	padding-left: 15px;
	padding-right: 15px;
}
.col-20 {
	width: 20%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.333333%;
}
.col-5 {
	width: 41.666666%;
}
.col-6 {
	width: 50%;
}
.col-8 {
	width: 66.666666%;
}
.col-12{
	width: 100%;
}
@media (max-width: 767px) {
	.col-20,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-8 {
		width: 100%;
	}
}

.items-center {
	align-items: center;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}

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

.uppercase {
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.alignleft {
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.alignright {
		float: right;
		margin-left: 20px;
		margin-bottom: 20px;
	}

	.xs-visible {
		display: none;
	}
}
@media (max-width: 767px) {
	.alignleft {
		width: 100%;
		margin-bottom: 20px;
	}
	.alignright {
		width: 100%;
		margin-bottom: 20px;
	}

	.xs-hidden {
		display: none !important;
	}
}

.topbar {
	padding: 10px 40px;
	background-color: #1C1C1CCC;
	/*background: linear-gradient(120deg, var(--color-primary) 0%, var(--color-primary) 55%, var(--color-orange) 55%, var(--color-orange) 100%);*/
	color: #FFF;
	font-family: var(--font-custom);
	font-size: 16px;
}
	.topbar a{
		color: #FFF;
	}
@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-primary);*/
}
.header-main {
	background-image: url(../../uploads/2023/12/bgheader.jpg);
	background-size: cover;
	background-position: center;
}
	.header-transparent .header-main{
		background: none !important;
	}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 15px 0;
}
@media (min-width: 1024px) {
	.header-nav{
		margin-right: -12px;
	}
	/* .header-inner {
		padding-left: 40px;
		padding-right: 40px;
	} */
}
.logo-white {
	display: none;
}
.header-button {
	margin-left: 15px;
}
.header-phone {
	margin-left: -20px;
}
@media (max-width: 1024px) {
	.header-logo img {
		width: 220px !important;
	}
}
@media (max-width: 820px) {
	.header-logo img {
		width: 180px !important;
	}
	.header-nav,
	.header-phone,
	.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;
	text-transform: uppercase;
}
.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;
	color: inherit;
}
.sub-menu li a:hover {
	background-color: var(--color-orange);
	color: #fff;
}
@media (max-width: 767px) {
	.menu {
		font-size: 16px;
	}
	.header-quote{
		display: none;
	}
}

.header-transparent:not(.sticky) .header {
	position: absolute;
	z-index: 10;
	width: 100%;
}
.header-transparent:not(.sticky) .logo-main {
	display: none;
}
.header-transparent:not(.sticky) .logo-white {
	display: inline;
}
.header-transparent:not(.sticky) .header .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);
}

body {
	/* padding-bottom: 155px; */
}
@media (max-width: 767px) {
	body {
		padding-bottom: 50px;
	}
}

.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 .topbar{
	display: none;
}
.sticky .header-main{
	background-image: url(images/header.jpg) !important;
	background-size: cover !important;
	background-position: center left !important;
}
.sticky .header-inner {
	padding: 10px 0;
}
.sticky .header-logo {
	position: static;
}
@media (min-width: 768px) {
	.sticky .header-logo img {
		width: 300px;
	}
}
.sticky:not(.header-transparent) {
	padding-top: 154px;
	/*padding-top: 341px;*/
}
@media (max-width: 767px) {
	.sticky .header {
		position: relative;
	}
	.sticky:not(.header-transparent) {
		padding-top: 0;
	}
}

.sd-button {
	display: inline-block;
	padding: 5px 20px;
	font-family: var(--font-custom);
	font-size: 20px;
	font-weight: 600;
	line-height: 44px !important;
	text-transform: uppercase;
	/*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-blue);
	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;
}
@media (max-width: 1280px) {
	
	.sd-button {
		font-size: 16px;
	}
	.menu > li > a{
		font-size: 16px;
	}
}
@media (max-width: 1140px) {
	
	.sd-button {
		font-size: 14px;
	}
	.menu > li > a{
		font-size: 14px;
	}
}

.banner-section {
	display: flex;
	align-items: center;
	padding-top: 350px;
	padding-bottom: 350px;
	background-color: var(--color-primary);
	background-image: url(../../uploads/2023/11/header.webp);
	background-size: cover;
	background-position: center;
	position: relative;
}
.banner-section.small {
	padding-top: 200px;
	padding-bottom: 200px;
}
.banner-section:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: rgba(0, 0, 0, .45);*/
}
.banner-section .page-heading {
	background: transparent;
	padding: 0;
}
.banner-section h1{
	font-size: 65px !important;
	font-weight: 600 !important;
}
@media (max-width: 767px) {
	.banner-section,
	.banner-section.small {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.banner-section h1{
		font-size: 36px !important;
		line-height: 1em;
		margin-top: 20px;
	}
}

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

.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);
}
.gradient-overlay{
	position: relative;
}
.gradient-overlay:before{
	content: "";
	position: absolute;
	display: block !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
    background: linear-gradient(0deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.8) 100%);
	z-index: 0;
}

.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;
	z-index: 1;
}

.service-item {
	position: relative;
}
.service-item h2 {
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 0.5rem;
}
.service-item h2 a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: var(--color-blue);
}
.service-item:hover h2 a {
	/* background-color: rgba(17, 17, 17, 0.5); */
	color: var(--color-orange);
}
.service-item img{
	width: 100%;
}


.service-image {
	display: inline-block;
	/*width: 370px;
	height: 370px;*/
	border-radius: var(--sd-btn-radius);
	overflow: hidden;
}
.service-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.service-content {
	padding: 20px 15px;
}
.service-title {
	color: var(--color-blue);
	font-family: var(--font-custom);
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 0;
}


.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;
	}
	.service-title {
		font-size: 30px;
		
	}
}

.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-wrapper.cta-text{
		padding: 40px;
		background: var(--color-blue);
		color: #FFF;
		border-radius:  var(--sd-btn-radius);
	}
		.cta-title{
			font-size: 2.5rem;
			font-weight: 500;
			font-family: var(--font-custom);
			margin-bottom: 1rem	;
			line-height: 1em;
		}
		.cta-p{
			font-size: 1.5rem;
		}
.cta-content {
	font-family: var(--font-custom);
	font-size: 36px;
	text-align: center;
}
.cta-content a {
	color: #FFF;
}
	.cta-wrapper.cta-text .cta-content a:not(.sd-button){
		color: var(--color-orange);
		font-weight: bold;
	}
@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;
	}
	.cta-text .text-left, .cta-text .text-right{
		text-align: center !important;
	}
}

.testimonial-wrap {
	padding: 60px 0;
	background-color: var(--color-primary);
	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: #f8f8f8f5;
	color: var(--color-dark);
	padding: 40px 20px;
	border-radius: var(--sd-btn-radius);
	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;
	}
}


.form-cta-button {
	position: relative;
}
.wpcf7-spinner {
	position: absolute;
	top: 12px;
	left: 0;
}
.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: #FFF url(images/footer.jpg) center right;
	background-size: cover;
	color: var(--color-primary);
	font-family: var(--font-custom);
}

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

.footer-logo,
.footer-contact,
.footer-about {
	padding-left: 15px;
	padding-right: 15px;
}


.footer-logo{
	width: 25%;
}

@media (max-width: 767px) {
	.footer-logo,
	.footer-contact,
	.footer-about,
	.footer-col {
		width: 100%;
	}
}


.footer-heading{
	font-family: var(--font-custom);
	font-size: 2rem;
	font-weight: 500;	
	color: var(--color-blue);
	margin-bottom: 25px;

}
.footer .menu{
	display: block;
}
	.footer .menu li{
		margin: 0 0 10px 0;
		border: none !important
	}
	.footer .menu > li > a{
		padding:0;
		font-size: 20px;
		text-transform: none;
	}
	.footer .menu > li > a:hover{
		color: var(--color-primary);
	}

	.footer .footer-menu-1 .menu{
		/* columns: 2; */
	}	
@media (max-width: 767px) {
	.footer {
		text-align: center;
	}
	.footer .footer-menu-1 .menu{
		columns: 1;
	}

	.footer-heading.title-line:after{
		left: calc(50% - 25px);
	}
	.footer .menu > li > a{
		font-size: 16px;
	}
}

.icon-box {
	display: flex;
	margin-bottom: 10px;
	text-align: left;
}
.icon-box-icon {
	width: 20px;
	text-align: center;
	margin-right: 10px;
}

.footer-social{
	text-align: right;
}
.footer-social a {
	color: #FFF;
	
}
.footer-social a:not(:last-child) {
	margin-right: 20px;
}

.mobile-button {
	display: none;
	font-size: 30px;
}
.header-transparent:not(.sticky) .mobile-button {
	color: #fff;
}
@media (max-width: 820px) {
	.header-quote{
		margin-left: auto;
	}
	.mobile-button {
		display: block;
		margin-left: 20px;
	}
}
@media (max-width: 767px) {
	.mobile-button{
		margin-left: auto;
	}
	.footer-social{
		text-align: center;
	}
}
.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(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(--color-primary);
}
.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 {
	width: 100%;
	/*padding-bottom: 2px;*/
	/*border-bottom: 3px solid var(--color-primary);*/
}

img.size-full, .wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
	border-radius: var(--sd-btn-radius);
}


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

.callnow {
	display: none;
}
.callnow a {
	position: fixed;
	z-index: 1000;
	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;
}

.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: var(--color-gray);
	padding: 20px 60px 20px 20px;
	margin-bottom: 0;
	font-weight: 500;
	text-align: left;
	position: relative;
	cursor: pointer;
	border-radius: var(--sd-btn-radius);
	font-family: var(--font-custom);
	color: var(--color-blue);
}
.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: var(--sd-btn-radius);
}
.active .faq-answer {
	padding-top: 20px;
	padding-bottom: 20px;
	max-height: 1000px;
	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%;
}

:focus-visible {
	outline: 0;
}

.form-cta {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
	grid-row-gap: 16px;
}
.form-cta > div {
	padding: 0 8px;
}
.form-cta-item {
	width: 15%;
}
.form-cta-select {
	width: 25%;
	position: relative;
}
.form-cta-select:after {
	content: "\f107";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.form-cta-button {
	width: 15%;
}
.form-cta-check {
	width: 100%;
	font-size: 12px;
	/*color: #fff;*/
	text-align: center;
}
.wpcf7 select {
	appearance: none;
	position: relative;
}
.wpcf7 select:after {
	content: "a";
	position: absolute;
}
.wpcf7 input:not([type=checkbox]),
.wpcf7 textarea,
.wpcf7 select {
	width: 100%;
	font-family: var(--font-primary);
	font-size: 16px;
	padding: 14px 10px;
	border: 1px solid #fff;
	border-radius: var(--sd-btn-radius);
}
.wpcf7 input[type=submit] {
	background-color: var(--color-orange);
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	border: none;
	border-radius: var(--sd-btn-radius);
	font-family: var(--font-custom);
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	cursor: pointer;
	transition: .2s;
}
.wpcf7 input[type=submit]:hover {
	background-color: #fff;
	background-color: var(--color-primary);
	/*color: var(--color-primary);*/
}
.wpcf7-not-valid-tip {
	font-size: 14px;
}

.form-field {
	margin-bottom: 15px;
}
.button-field {
	text-align: center;
}
.form-field input:not([type=checkbox]),
.form-field textarea,
.form-field select {
	border-color: #e7e7e7;
}
.form-field input[type=submit] {
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.form-field input[type=submit]:hover {
	background-color: var(--color-primary);
	color: #fff;
}
.form-field textarea {
	max-height: 120px;
}

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

.footer-form-inner {
	border-radius: var(--sd-btn-radius);
	box-shadow: 0 0 20px 0 rgba(3, 15, 39, .07);
	overflow: hidden;
	background-color: #fff;
	padding: 0 10px;
}
.footer-form-inner .page-heading {
	padding: 20px 15px;
	margin: 0 -15px;
	font-size: 45px;
	line-height: 1;
	background: var(--color-dark);
	color: #FFF;
	text-transform: uppercase;
}
.footer-form-inner .wpcf7 {
	padding: 0 30px 40px;
}
@media (max-width: 767px) {
	
	.footer-contact-wrap {
		width: 100%;
		padding-left: 0;
	}
	.footer-form-wrap {
		margin-top: 30px;
		margin-bottom: 30px;
		width: 100%;
		padding: 0 10px;
		
	}
	
	.footer-form-inner .page-heading, .banner-form-wrap .page-heading {
		font-size: 32px;
	}
	.footer-form-inner .wpcf7 {
		padding-left: 15px;
		padding-right: 15px;
	}
}



.bottombar {
	padding: 15px 0;
	color: #FFF;
	font-size: 16px;
}
.bottom-text a {
	color: #FFF;
}
.bottom-link {
	text-align: right;
}
	.bottom-link a:hover{
		color: #FFF;
	}
@media (max-width: 767px) {
	.bottombar {
		padding-bottom: 30px;
		font-size: 16px;
	}
	.bottombar .row {
		grid-row-gap: 10px;
		display: block;
	}
	.bottom-text,
	.bottom-link {
		text-align: center;
	}
}



.interior-form-bg {
	position: fixed;
	z-index: 999;
	bottom: 0;
	width: 100%;
	border-top: 2px solid #000;
	background-color: var(--color-primary);
	background-color: #F4F2EC;
	background-image: linear-gradient(to right, #f4f2ec, #f1ecdc);
	padding-top: 30px;
	padding-bottom: 30px;
}
@media (max-width: 767px) {
	.interior-form-bg {
		padding-bottom: 85px;
	}
	.interior-form-title {
		margin-bottom: 0;
		padding: 10px;
		border: 1px solid #fff;
		border-color: var(--color-primary);
		border-radius: 5px;
	}
	.form-cta {
		max-height: 0;
		transition: .2s;
		overflow: hidden;
	}
	.form-cta.active {
		padding-top: 25px;
		max-height: 500px;
	}
	.form-cta-item,
	.form-cta-select,
	.form-cta-button {
		width: 100%;
	}
}

.sidebar-bg {
	display: flex;
	flex-direction: column;
	grid-row-gap: 30px;
}
.sidebar-title {
	margin-bottom: 0;
	text-align: center;
	background-color: var(--color-orange);
	color: #fff;
}
.sidebar-title a {
	display: block;
	padding: 10px;
	color: inherit;
	font-family: var(--font-custom);
	font-weight: 700;
	text-transform: uppercase;
}

.process-bg .container {
	max-width: 1500px;
}

.flip-card {
	background-color: transparent;
	width: 100%;
	height: 300px;
	perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.process-icon {
	width: 150px;
	height: 150px;
	border-radius: 100px;
	/* background-color: var(--color-gray); */
	background-color: #FFF;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 72px;
	color: var(--color-dark);
}
.process-step {
	margin-bottom: 5px;
	font-size: 24px;
}

/* Style the back side */
.flip-card-back {
	background-color: #FFF;
	padding: 20px;
	transform: rotateY(180deg);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.port-title {
	background-color: var(--color-primary);
	color: #fff;
	font-family: var(--font-custom);
	font-size: 16px;
	font-weight: 700;
	padding: 10px;
}
.port-title a {
	color: inherit;
}

.tab-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	grid-column-gap: 10px;
	grid-row-gap: 15px;
}
.tab-wrap a {
	padding: 5px 20px;
	border-radius: var(--sd-btn-radius);
	background-color: #fff;
	border: 1px solid var(--color-primary);
	color: var(--color-primary);
	font-size: 16px;
}
.tab-wrap a.active {
	background-color: var(--color-primary);
	color: #fff;
	pointer-events: none;
}
@media (max-width: 767px) {
	.tab-wrap a {
		width: 100%;
	}
}

.design-title {
	font-family: var(--font-custom);
	font-size: 64px;
	line-height: 1;
}
.design-text {

}
@media (max-width: 767px) {
	.design-title {
		font-size: 26px;
	}
}

.certified-logos {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
	overflow: hidden;
}
	.certified-logos div{
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 20px;
		border-width: 1px 1px 0 0;
		border-color: #CCC;
		border-style: solid;
		margin-top: -1px;
	}
	.certified-logos img{
		max-width: 100%;
	}
	.certified-logos div:nth-child(6n) {
		border-right: none;
	}


.why-us{
	background-color: var(--color-gray);
	color:  var(--color-primary);
	padding: 60px 0;
}
	.why-us__wrap{
		display: grid;
		grid-template-columns: repeat(3, 1fr) ;
	}
		.why-us__image{
			font-size: 4rem;
		}
		.why-us__item{
			padding: 0 20px;
			text-align: center;
		}
		.why-us__img{
			width: 100px;
			height: 100px;
			margin-bottom: 40px;
		}
		.why-us__title{
			color: var(--color-orange);
			text-align:  center !important;
			margin-bottom: 0 !important;
			font-size: 2.875rem;
		}
		.why-us__text{
			max-width: 300px;
			margin-left: auto;
			margin-right: auto;
		}
		.why-us__item + .why-us__item{
			border-left: 1px solid  var(--color-dark);
		}

@media (max-width: 768px) {
    .certified-logos {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on mobile */
    }
	.certified-logos div:nth-child(2n) {
		border-right: none;
	}

	.why-us__wrap{
		display: block;
	}


	.why-us__item{
		padding: 40px 0;
	}
	.why-us__item + .why-us__item{
		border-left: none;
		border-top: 1px solid var(--color-dark);
	}

}

@media only screen and (max-width: 769px) {
	.swap-on-mobile {
		display: flex !important;
		flex-direction: column-reverse;
	}
}
