/*
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: #06396d;
	--font-primary: "Sofia Sans", sans-serif;
	--font-custom: "Sofia Sans", sans-serif;

	--color-bg-2: #F0EEED;


	--sd-btn-color: #FFF;
	--sd-btn-color-hover: #FFF;
	--sd-btn-radius: 5px;

	--sd-color-accent: #06396d;
	--sd-color-primary: #DF1F26;
	
	--sd-menu-color: #06396d;
}

.text-orange {
	color: var(--color-orange);
}
.text-accent{
	color: var(--sd-color-accent);
}
.text-primary{
	color: var(--sd-color-primary);
}
.text-white {
	color: #fff;
}
.text-black{
	color: #000 !important;
}
.font-weight-bold{
	font-weight: 700;
}
.bg-primary{
	background-color: var(--sd-color-primary);
}
.bg-accent{
	background-color: var(--sd-color-accent);
}
.bg-grey{
	background-color: #f8f8f8 !important;
}


* {
	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: 18px;
	line-height: 1.5;
	/* text-align: left; */
}
h1, .h1 {
	font-size: 42px;
}
h2, .h2 {
	font-size: 36px;
}
h3, .h3 {
	font-size: 30px;
}
h4, .h4 {
	font-size: 24px;
}
h5, .h5 {
	font-size: 20px;
}
h6, .h6 {
	font-size: 18px;
}
@media (max-width: 767px) {
	body {
		font-size: 18px;
	}
	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;
	}
	h6, .h6 {
		font-size: 16px;
	}
}

/* .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-15{
	margin-bottom: 15px;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mt-60 {
	margin-top: 60px !important;
}
.mb-60 {
	margin-bottom: 60px !important;
}

.mt-100 {
	margin-top: 100px !important;
}
.mb-100 {
	margin-bottom: 100px !important;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.fs-24{
	font-size: 24px;
}

.d-flex{
	display: flex;
}
.flex-align-center{
	align-items: center;
}
.img-w-100, .img-w-100 img{
	width: 100%;
}
.img-rounded img,.img-rounded{
	border-radius: 5px;
}

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

.relative {
	position: relative;
}

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

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

.text-justify {
	text-align: justify;
}

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

.topbar {
	padding: 10px 0;
	background-color: #E9E6E6;
	color: var(--color-orange);
	font-size: 14px;
	text-transform: uppercase;
}
@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: 0;
	right: 0;
	width: 1px;
	height: 16px;
	background-color: var(--color-orange);
}
.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 {

}
.header-navbar {
	/*background: var(--sd-color-accent);*/
}
.header-navbar .container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo-white {
	display: none;
}
.header-nav {

}
.header-button {
	margin-left: 15px;
}
.header-button .sd-button {
	font-size: 22px;
	font-weight: 700;
}
@media (max-width: 767px) {
	.header-logo {
		width: 190px !important;
	}
	.sticky .header-logo img {
		width: 170px !important;
	}
	.header-nav,
	.header-button,
	.header-navbar {
		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: 20px 0;
	color: var(--sd-menu-color);
	font-size: 22px;
	font-weight: 600;
}
.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: 400px;
	}
	.header-inner {
		justify-content: space-between;
	}
}
.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(--sd-color-accent);
	color: #fff;
}
@media (max-width: 767px) {
	.menu {
		font-size: 16px;
	}
}

.header-transparent:not(.sticky) .header {
	position: absolute;
	/*z-index: 1;*/
	width: 100%;
	background-color: rgba(255, 255, 255, .9);
}
/*.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: 120px;
}

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

.sd-button {
	display: inline-block;
	padding: 4px 20px;
	font-family: var(--font-custom);
	font-size: 18px;
	line-height: 44px;
	/*border: 2px solid var(--color-orange);*/
	background-color: var(--color-orange);
	color: var(--sd-btn-color);
	border-radius: var(--sd-btn-radius);
	text-align: center;
	font-weight: bold;
}
.sd-button:hover {
	background-color: #000;
	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;
}
.sd-button.sd-button-primary{
	background: var(--sd-color-primary);
}
.sd-button.sd-button-primary:hover{
	background-color: var(--sd-color-accent);
	color: #FFF;
}

.banner-section {
	padding-top: 60px;
	padding-bottom: 60px;
}
.header-transparent .banner-section {
	padding-top: 210px;
}
.banner-section .slider-title{
	color: #FFF;
	font-size: 60px;
}
.banner-section.small {
	padding-top: 50px;
	padding-bottom: 50px;
}
.banner-section.small:before {
	content: "";
	position: absolute;
	display: block !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .45);
}
/*.home .banner-section {
	padding-top: 100px;
	padding-bottom: 100px;
}*/
@media (max-width: 767px) {
	.banner-section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.banner-section .slider-title{
		font-size: 26px;
	}
	.banner-section.small {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.sd-button + .sd-button{
		margin-top: 15px;
	}
}
.slider-title {
	color: color(--sd-color-accent);
	font-size: 70px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
}
.home .slider-title{
	text-align: inherit;
	color: #FFF;
}
.small .slider-title {
	font-size: 36px;
}
.page-heading {
	font-size: 42px;
	line-height: 1em;
	color: var(--sd-color-accent);
	font-weight: bold;
	position: relative;
	/*padding-bottom: 15px;*/
	text-align: center;
}
.page-heading:after {
	/*content: "";
	position: absolute;
	left: 50%;
	margin-left: -50px;
	bottom: 0;
	width: 100px;
	height: 5px;
	background-color: var(--sd-color-primary);*/
}
.page-heading.text-center:after {
	/*left: calc(50% - 50px);*/
}
.page-heading.text-white:after {
	background-color: #fff;
}
.page-subheading {
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.slider-title {
		font-size: 30px;
	}
	.slider-text {
		font-size: 14px;
	}
	.page-heading {
		font-size: 32px;
	}
}

.black-overlay:before {
	content: "";
	position: absolute;
	display: block !important;
	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(images/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: 0 15px 20px;
}
.service-title {
	font-family: var(--font-custom);
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #FFF;
	background: var(--sd-color-accent);
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;

}
.service-link a {
	display: inline-block;
	background-color: var(--sd-color-primary);
	color:var(--sd-btn-color);
	border-radius: 5px;
	font-family: var(--font-custom);
	/*border: 1px solid var(--color-orange);*/
	padding: 5px 20px;
	font-weight: bold;
}
.service-link a:hover {
	background-color: var(--sd-color-accent);
	color: var(--sd-btn-color-hover);
}
.service-link i {
	visibility: hidden;
	opacity: 0;
	max-width: 0;
	transition: .2s;
}
.service-meta{
	text-align: center;
	font-size: 20px;
	margin-top: -15px;
}
.service-text{
	line-height: 1.2;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

.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: 26px;
	}
}

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

.gallery-item {
	padding: 0 15px;
}
.gallery-carousel .owl-nav {
	font-size: 48px;
}
.gallery-carousel.owl-carousel .owl-nav button.owl-next,
.gallery-carousel.owl-carousel .owl-nav button.owl-prev {
	line-height: 1;
	background: transparent;
}
.gallery-carousel.owl-theme .owl-nav [class*=owl-]:hover {
	color: var(--color-orange);
}

.testimonial-wrap {
	padding: 60px 0;
	background-color: var(--sd-color-accent);
	/* background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .5) 100%),
		url(../../uploads/2023/03/footer.webp);
	background-size: cover;
	background-position: center; */
	color: #fff;
}
.testimonials {
	margin-top: 60px;
}
.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;
}
.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-wrap .page-heading{
	color: #FFF;
	font-size: 36px;
}
.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;
}

.testimonials-grid{
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 20px), 1fr)); 
	gap: 20px;
}
.testimonials-grid .testimonial{
	background: #F7F9FA;
	border-radius: var(--sd-btn-radius);
	text-align: center;
}

@media (max-width: 767px) {
	.testimonial {
		padding-left: 15px;
		padding-right: 15px;
	}
}

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

.footer {
	padding: 60px 0;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .25) 0%, rgba(0, 0, 0, .25) 100%),
		 url(images/main-image.webp);
	background-size: cover;
	background-position: center;
}
.footer-quote-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.footer-contact-wrap {
	width: 50%;
	padding-right: 30px;
}
.footer-form-wrap {
	width: 100%;
	/* max-width: 600px; */
}
@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 .form-title {
	color: #fff;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
}
	.banner-form.footer-form-inner{
		background: #e9e6e6 ;
	}
	.banner-form.footer-form-inner .form-title{
		background-color: var(--sd-color-accent);		
	}
.footer-form-inner .wpcf7 {
	padding: 0 30px 2px;
}
.footer-form-inner .wpcf7-form {
	margin-bottom: 1rem;
}
.footer .form-field input{
	background: transparent;
	color: #FFF;
}
.footer .form-field input::placeholder,
.footer .form-field textarea::placeholder {
	color: #FFFFFF98;
}

.form-inline{
	display: flex;
	justify-content: center;
	align-items: center;
}

.form-inline .form-field{
	margin-left:  20px;
}
.form-inline .form-field:first-child{
	margin-left: 0;
}
.form-inline .form-field.button-field{
	margin-bottom: 20px;
}

@media screen and (max-width: 767px){
	.form-inline{
		flex-direction: column;
	}
	.form-inline .form-field{
		margin-left: 0;
	}
}

.form-field {
	margin-bottom: 20px;
}
.form-field input,
.form-field textarea,
.form-field select {
	padding: 15px 20px;
	font-family: var(--font-primary);
	font-size: 20px;
	border: 1px solid #e7e7e7;
	border-radius: 6px;
	color: #333;
	width: 100%;
	background: #FFF;
}
.form-field input:focus-visible,
.form-field textarea:focus-visible,
.form-field select:focus-visible {

	outline: none;
	border-color: var(--sd-color-accent);
}
.form-field input::placeholder,
.form-field textarea::placeholder {
	color: #333;
}
.form-field textarea {
	height: 120px;
}
.form-field-row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.form-field-row .form-field{
	padding: 0 10px 5px;
}
.form-field-1-2{
	flex-basis: 100%;
}

@media screen  and (min-width: 980px){
	.form-field-1-2{
		flex-basis: 50%;
	}

}


.button-field {
	text-align: center;
	margin-bottom: 0;
}
.button-field input {
	width: auto;
	display: inline-block;
	padding: 4px 20px;
	font-family: var(--font-custom);
    font-size: 18px;
    line-height: 44px;
    /*border: 2px solid var(--color-orange);*/
    background-color: var(--sd-color-primary);
    color:var(--sd-btn-color);
	border-radius: var(--sd-btn-radius);
	transition: .2s;
	cursor: pointer;
}
.button-field input:hover {
    background-color: var(--sd-color-accent);
    color: #FFF;
}
.wpcf7-spinner {
	position: absolute;
}
.wpcf7 form .wpcf7-response-output {
	text-align: center;
	margin: 1em 0 0;
}

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

.footer {
	border-top: 5px solid var(--color-orange);
	padding: 40px 0;
	background-color: #F7F9FA;
	color: #FFF;
	position: relative;
	z-index: 1;
}
.footer::before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	z-index: -1;
}
.footer-inner {
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
	grid-row-gap: 30px;
}
.footer-about {
	text-align: center;
	font-size: 18px;
}
@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;
	align-items: center;
}
.icon-box.icon-above{
	/*flex-direction: column;*/
	margin-bottom: 40px;
	/*text-align: center !important;*/
}
.icon-box-icon {
	width: 20px;
	text-align: center;
	margin-right: 10px;
	/* color: green; */
}
.icon-box-icon.icon-large{
	width: 70px;
	font-size: 55px;
	color: var(--sd-color-accent);
}
.icon-box .icon-box-text {
	flex: 1;
	font-size: 18px;
}
.banner-section .icon-box .icon-box-text {
	font-size: 24px;
}
.icon-box .icon-box-text strong {
	font-size: 24px;
	font-weight: 600;
}

.bottombar {
	font-size: 14px;
	padding: 20px 0;
	text-align: center;
	color: #FFF;
	
}
	.bottombar .container{
		padding-top: 30px;
		border-top: 1px solid #FFFFFF33;
	}
@media (max-width: 767px) {
	.bottombar {
		padding-bottom: 60px;
	}
	.banner-section .icon-box{
		margin-bottom: 0;;
	}
}

.mobile-button {
	display: none;
	margin-left: auto;
	font-size: 30px;
}
.header-transparent:not(.sticky) .mobile-button {
	color: var(--color-orange);
}
@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(255, 255, 255, 0.1);
	}
	.menu > li > a {
		padding: 10px 25px;
		color: #000;
	}
	.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: 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: 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(--sd-color-accent);
}

.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: 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-size: 22px;
}
@media (max-width: 767px) {
	.feature-list li {
		width: 100%;
	}
}

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

.logo-carousel {
	display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 30px;
}
@media (max-width: 767px) {
	.logo-carousel {
		flex-wrap: wrap;
		justify-content: center;
	}
	.company-logo {
		max-width: calc(50% - 30px);
		padding: 0 10px;
	}
}

.faq-item {
	margin-top: 10px;
}
.faq-question {
	background-color: #f8f8f8;
	padding: 20px 60px 20px 20px;
	margin-bottom: 0;
	font-weight: 700;
	text-align: left;
	position: relative;
	cursor: pointer;
	border-radius: 5px;
}
.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: 1000px;
	border: 1px solid #E9E8E8;
}

.insurance-carousel.owl-carousel .owl-item img {
	width: auto;
}

.ul-check{
	list-style: none;
}
.ul-check li:before{
	display: block;
	content: "\f00c";
	color: green;
	position: absolute;
	margin-left: -1.5em;
	margin-top: 0.2em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	font-size: 1em;
	text-rendering: auto;
    line-height: 1;
}