/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/*
 * Global CSS
 * */

body{
	--white-color: var(--e-global-color-73a089c);
	--dark-color: var(--e-global-color-976e886);
	--border: var(--e-global-color-bb9b91f);
}

.br-desktop-none br{
    display: none;
}

figure,
.elementor-widget-image-carousel .swiper .swiper-slide figure{
    line-height: 0;
}

.elementor-widget-theme-post-excerpt p:last-child,
.elementor-widget-text-editor p:last-child{
    margin-bottom: 0;
}

.elementor-widget-icon .elementor-icon-wrapper,
.elementor-widget-icon-box .elementor-icon-box-icon{
    line-height: 0;
}

.icon-height-size.elementor-widget-icon .elementor-icon-wrapper .elementor-icon svg{
    height: auto;
}

.elementor-widget-icon-box .elementor-icon-box-title,
.elementor-widget-image-box .elementor-image-box-title{
    margin-top: 0;
}

.icon-box-icon-center.elementor-widget-icon-box .elementor-icon-box-wrapper{
    align-items: center;
}

/* Button CSS */

.elementor-widget-button .elementor-button-wrapper{
	line-height: 0;
}

.elementor-widget-button .elementor-button{
	position: relative;
    transition: all 0.4s ease-in-out;
	overflow: hidden;
	z-index: 1;
}

.elementor-widget-button .elementor-button:before{
	content: '';
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	bottom: 0;
	background-color: var(--dark-color);
	width: 0;
	height: 100%;
	transition: all 0.5s ease-in-out;
	z-index: -1;
}

.elementor-widget-button .elementor-button:hover:before,
.elementor-widget-button .elementor-button:focus:before{
	left: 0;
	right: auto;
	width: 100%;
}

.white-hover.elementor-widget-button .elementor-button:before{
	background: var(--white-color);
}

.white-btn.elementor-widget-button .elementor-button:before{
	background: var(--e-global-color-accent);
}

.no-bg.elementor-widget-button .elementor-button:before,
.underline-btn.elementor-widget-button .elementor-button:before{
	display: none;
}

.elementor-widget-button .elementor-button .elementor-button-content-wrapper{
	align-items: center;
}

.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon{
	line-height: 0;
}

.elementor-widget-button .elementor-button .elementor-button-icon svg{
	width: 16px;
	height: 16px;
}

.elementor-widget-button .elementor-button .elementor-button-icon svg path{
	transition: all 0.3s ease-in-out;
}

.underline-btn.elementor-widget-button .elementor-button .elementor-button-text{
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;	
}

/* Icon & Images Box CSS */
.elementor-widget-icon-box .elementor-icon-box-description a,
.elementor-widget-image-box .elementor-image-box-description a{
    color: inherit;
    transition: all 0.3s ease-in-out;
}

/*  Tab Widget CSS */
.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title:hover,
.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title:focus{
    border-radius: var(--n-tabs-title-border-radius);
}

.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title{
    transition: all 0.3s ease-in-out;
}

.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon svg path{
    transition: all 0.3s;
}

/* Menu Border CSS */
.elementor-widget-nav-menu ul.elementor-nav-menu--dropdown a, 
.elementor-widget-nav-menu ul.elementor-nav-menu--dropdown a:focus, 
.elementor-widget-nav-menu ul.elementor-nav-menu--dropdown a:hover{
	border-inline-start: 0 !important;
}

/* Section Title CSS */
.section-title .elementor-widget-container h3.elementor-heading-title{
	display: inline-block;
	position: relative;
	padding: 5px 20px;
	border: 1px solid var(--border);
	border-radius: 20px;
}

.section-title.white-bg .elementor-widget-container h3.elementor-heading-title{
	background-color: var(--white-color);
	border-color: #B3B3B3;
}

@media only screen and (max-width: 1320px) {
	
	.container-padding-left{
		padding-left: 10px;
	}
	
	.container-padding-right{
		padding-right: 10px;
	}
}

@media only screen and (max-width: 1024px) {
	
	.br-tablet-none br{
		display: none;
	}
	
	.container-padding-left{
		padding-left: var(--padding-left);
	}
	
	.container-padding-right{
		padding-right: var(--padding-right);
	}
}

@media only screen and (max-width: 767px) {
	
	.br-mobile-none br{
		display: none;
	}
	
	.section-title .elementor-widget-container h3.elementor-heading-title{
		padding: 3.5px 10px;
	}
}

/* 
 * Header CSS 
 * */

/* For Editor if Header BG Color Was White OR Transparent */
body .site-header,
body.hello-elementor-default .elementor-location-header,
body.elementor-editor-active .elementor-location-header,
body.elementor-template-full-width .elementor-location-header{
	background-color: var(--e-global-color-primary);
}

/* For Mega Menu */
body.hello-elementor-default .elementor-widget-maxmegamenu .elementor-location-header,
body.elementor-template-full-width .elementor-widget-maxmegamenu .elementor-location-header{
	background-color: transparent;
}

.main-header.elementor-sticky{
	transition: all 0.3s ease-in-out
}

.main-header.elementor-sticky.elementor-sticky--effects{
	filter: drop-shadow(0px 0.2px 2px rgba(14, 35, 48, 0.35));
}

.main-header{
	z-index: 9999;
}

.header-logo img[src$=".svg"]{
	width: auto !important;
}

.header-logo img{
	transition: all 0.3s ease-in-out;
}

.main-header.elementor-sticky.elementor-sticky--effects .header-logo img{
/* 	max-width: 50px; */
}

.mobile-menu{
	display: none !important;
}

.header-menu .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown, 
.header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown{
	transition: all 0.3s ease-in-out;
}

/* .main-header.elementor-sticky.elementor-sticky--effects .header-menu .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown, 
.main-header.elementor-sticky.elementor-sticky--effects .header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown{
	margin-top: 39px !important;
}
 */

/* Mex Mega Menu CSS */

.header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mobile-menu{
	display: none !important;
}

/* menu visiable css */
.header-menu ul li.mega-menu-visiable ul{
    opacity: 1 !important;
	visibility: visible !important;
}

.header-menu .mega-menu-wrap > ul > li:first-child > a{
	padding-left: 0 !important
}

.header-menu .mega-menu-wrap > ul > li > ul{
	margin-top: 26px !important;
	box-shadow: 0px 0px 10px 5px rgb(from var(--e-global-color-secondary) r g b / 10%);
}

.main-header.elementor-sticky.elementor-sticky--effects .header-menu .mega-menu-wrap > ul > li > ul{
	margin-top: 26px !important;
}

.header-menu .mega-menu-item.mega-menu-item-has-children > a.mega-menu-link:before{
	content: '';
	position: absolute !important;
	bottom: -27px;
    left: 50%;
    transform: translatex(-50%);
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 22px solid var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.main-header.elementor-sticky.elementor-sticky--effects .header-menu .mega-menu-item.mega-menu-item-has-children > a.mega-menu-link:before{
	bottom: -27px;
}

.header-menu .mega-menu-item.mega-menu-item-has-children a.mega-menu-link:hover:before,
.header-menu .mega-menu-item.mega-menu-item-has-children a.mega-menu-link:focus:before,
.header-menu .mega-menu-item.mega-menu-item-has-children.mega-toggle-on a.mega-menu-link:before{
	opacity: 1;
	visibility: visible;
}

.header-menu .mega-menu-item.mega-menu-item-has-children .mega-indicator{
	display: none !important;
}

.header-mega-menu{
	box-shadow: 0px 0px 10px 5px rgb(from var(--e-global-color-secondary) r g b / 10%);
}

/* Mega Menu Templated CSS */

.header-menu-title .elementor-widget-container .elementor-heading-title,
.header-menu-title .elementor-widget-container .elementor-heading-title a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	min-height: 80px;
	width: 100%;
}

.header-menu-title .elementor-widget-container .elementor-heading-title:has(a){
	padding: 0;
}

.header-mega-menu-tab .elementor-widget-image-box .elementor-image-box-img a,
.header-mega-menu-tab .elementor-widget-image-box .elementor-image-box-title a{
	display: block;
}

.header-mega-menu-tab .elementor-widget-image-box .elementor-image-box-img img{
	aspect-ratio: 1 / 0.55;
    object-fit: cover;
}

@media only screen and (max-width: 1024px) {
	
	.main-header.elementor-sticky.elementor-sticky--effects .header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown{
		margin-top: 21px !important;
	}
	
	/* Mega Menu CSS */
	
	.header-menu #mega-menu-wrap-menu-1 .mega-menu-toggle,
	.header-menu .mega-menu-wrap .mega-menu-toggle{
		align-items: center;
		justify-content: center;
		width: 40px;
        height: 40px;
		border-radius: 6px;
	}
	
	.header-menu #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box{
		width: 35px;
    	height: 23px;
	}
	
	.header-menu #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child{
		margin-left: 6px;
	}
	
	.header-menu .mega-menu-wrap .mega-menu-toggle .mega-toggle-animated-box .mega-toggle-animated-inner,
	.header-menu .mega-menu-wrap .mega-menu-toggle .mega-toggle-animated-box .mega-toggle-animated-inner:before,
	.header-menu .mega-menu-wrap .mega-menu-toggle .mega-toggle-animated-box .mega-toggle-animated-inner:after{
		width: 35px !important;
	}
	
	.header-menu ul.mega-menu{
		margin-top: 19px !important;
		margin-left: 20px !important;
        width: calc(100vw - 40px) !important;
        max-height: calc(100vh - 350px) !important;
        border-radius: 10px !important;
		overflow: auto !important;
		filter: drop-shadow(0px 10px 5px rgb(from var(--e-global-color-text) r g b / 10%));
	}
	
	.main-header.elementor-sticky.elementor-sticky--effects .header-menu ul.mega-menu{
		margin-top: 19px !important;
	}
	
	.header-menu .mega-menu-wrap > ul > li > ul{
		margin-top: 0 !important;
		box-shadow: none;
		filter: none;
	}	
	
	.header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link{
		display: flex;
		padding: 0 20px;
	}
	
	.header-menu .mega-menu-wrap > ul > li:first-child > a{
		padding-left: 20px !important
	}
	
	.header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover{
		color: var(--white-color);
		background: var(--e-global-color-accent);
	}
	
	.header-menu .mega-menu-item.mega-menu-item-has-children > a.mega-menu-link:before{
		display: none !important;
		position: absolute !important;
		bottom: 0;
		left: 0;
		transform: translatex(0);
		border: 0px solid transparent;
		opacity: 0 !important;
	}
	
	.header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item> ul li a.mega-menu-link{
		padding: 0 30px !important;
	}
	
	.main-header.elementor-sticky.elementor-sticky--effects .header-menu .mega-menu-wrap > ul > li > ul{
		margin-top: 0 !important;
	}
	
	.header-menu .mega-menu-item.mega-menu-item-has-children .mega-indicator{
		display: inline-block !important;
		margin: 0 0 0 10px !important;
	}
	
	/* Template CSS */
	.header-mega-menu-tab .e-n-tabs-heading .e-n-tab-title{
		min-height: auto;
	}
	
	.header-mega-menu-tab .e-n-tabs-heading .e-n-tab-title:before{
		display: none;
	}
	
	.header-mega-menu{
		box-shadow: none;
	}
	
	.header-menu-title .elementor-widget-container .elementor-heading-title, 
	.header-menu-title .elementor-widget-container .elementor-heading-title a{
		min-height: 70px;
		padding: 20px;
	}
	
	.header-menu-title .elementor-widget-container .elementor-heading-title:has(a){
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	
	.mobile-menu{
		display: block !important;
	}
	
	.main-header.elementor-sticky.elementor-sticky--effects .header-logo img{
	}
	
	.main-header.elementor-sticky.elementor-sticky--effects .header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown{
		margin-top: 21px !important;
	}	
	
	/* Header Mega Menu CSS */
	.header-menu ul.mega-menu{
		margin-top: 19px !important;
		margin-left: 0 !important;
		width: 100vw !important;
		max-height: calc(100vh - 200px) !important;
		border-radius: 0 !important;
	}
	
	.header-menu-title .elementor-widget-container .elementor-heading-title, 
	.header-menu-title .elementor-widget-container .elementor-heading-title a{
		min-height: auto;
		padding: 20px;
	}
	
	.header-menu-title .elementor-widget-container .elementor-heading-title:has(a){
		padding: 0;
	}
}


/*
 * Footer CSS
 *  */

.footer-copyright-menu ul .elementor-icon-list-item a .elementor-icon-list-text{
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
    text-underline-position: from-font;
}

.contact-info .elementor-icon-box-content{
	display: flex;
	flex-direction: column-reverse;
	gap: 10px;

}

@media only screen and (max-width: 767px) {
	
	.footer-menu nav.elementor-nav-menu--main ul{
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	.footer-menu nav.elementor-nav-menu--main ul li{
		width: 50%;
	}
	
	.footer-menu nav.elementor-nav-menu--main ul li:not(:last-child){
		margin-bottom: 5px;
	}
	
	.footer-menu nav.elementor-nav-menu--main ul li a{
		justify-content: center;
	}
	
}


/*
 * Home Page CSS
 *  */

.hero-icon-box{
	backdrop-filter: blur(15px);
}

.hero-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon{
	border-bottom: 1px solid #FFFFFF4D;
	padding-bottom: var(--icon-box-icon-margin);
}

.about-img img{
	aspect-ratio: 1 / 0.735;
    object-fit: cover;
}

.contact-us-circle .e-text-path svg{
	animation: infiniterotate 20s infinite linear;
}

@keyframes infiniterotate{
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.team-img img{
	aspect-ratio: 1 / 1.407;
    object-fit: cover;
}

.cta-footer{
	backdrop-filter: blur(10px);
}

.cta-logo-slider .swiper-slide figure{
	max-width: 200px;
}

.cta-logo-slider .swiper-slide figure img{
	width: 200px;
}

.contact-info-box .elementor-icon-box-content{
	display: flex;
    flex-direction: column-reverse;
    gap: 10px;
	
}

.contact-info-box .elementor-icon-box-content .elementor-icon-box-title{
	word-break: break-all;
}

.location-list ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
	border: 1px solid #DBDBDB;
	border-bottom-width: 0;
	border-right-width: 0;
}

.location-list ul li{
	width: 50%;
	text-align: center;
	justify-content: center;
	border-width: 0 1px 1px 0;
	border-color: #DBDBDB;
	border-style: solid;
	background-color: transparent;
	transition: all 0.3s ease-in-out;
}

.location-list ul li:hover{
	background-color: var(--dark-color);
}

.location-list ul li:hover .elementor-icon-list-text{
	color: var(--white-color) !important;
}

.location-list ul li a{
	text-align: center;
    justify-content: center;	
}

.location-list ul li.elementor-icon-list-item:has(a) a{
	min-height: 80px;
	padding: 10px;
}

.location-list ul li.elementor-icon-list-item:not(:has(a)){
	min-height: 80px;
	padding: 10px;
}

@media only screen and (max-width: 1024px) {
	
	.hero-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon{
		padding-bottom: 20px;
	}
	
	.about-img img{
		aspect-ratio: 1 / 0.65;
	}
	
	.cta-logo-slider .swiper-slide figure{
		max-width: 180px;
	}

	.cta-logo-slider .swiper-slide figure img{
		width: 180px;
	}
	
	.location-list ul li{
		width: 20%;
	}
	
	.location-list ul li.elementor-icon-list-item:has(a) a{
		min-height: 70px;
	}

	.location-list ul li.elementor-icon-list-item:not(:has(a)){
		min-height: 70px;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.contact-us-circle .elementor-widget-icon .elementor-widget-container{
		background-color: var(--e-global-color-primary) !important;
	}
	
	.contact-us-circle .elementor-widget-icon .elementor-widget-container .elementor-icon svg{
		fill: var(--white-color) !important;
	}
	
	.team-img img{
		aspect-ratio: 1 / 0.9;
		object-fit: cover;
		object-position: top center;
	}
	
	.cta-logo-slider .swiper-slide figure img{
		width: auto;
	}
	
	.location-list ul li{
		width: 50%;
		min-height: 50px;
	}
	
	.location-list ul li.elementor-icon-list-item:has(a) a{
		min-height: 50px;
	}

	.location-list ul li.elementor-icon-list-item:not(:has(a)){
		min-height: 50px;
	}
	
}



/* 
 * Gravity Form CSS
 * */

.gform_wrapper .gform_heading{
	display: none;
}

.gform_wrapper form .gform-body .gform_fields{
	row-gap: 30px;
	column-gap: 30px;
	--gf-field-gap-x: 30px;
	--gf-field-gap-y: 30px;
}

.gform_wrapper form .gform-body .gform_fields .gfield{
	border-radius: 0;
    box-shadow: none;
}

.gform_wrapper form .gform-body .gform_fields .gfield label{
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
	color: var(--e-global-color-text);
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea{
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
	color: var(--e-global-color-text);
	background-color: var(--white-color);
	border: 0;
	border-bottom: 1px solid #D0D0D0;
	border-radius: 0;
    box-shadow: none;
	height: auto;
	padding: 0 0 15px;
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input::placeholder,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select::placeholder,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea::placeholder{
	color: var(--e-global-color-text);
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select{
	background-image: var(--gf-ctrl-select-icon);
    background-position: var(--gf-ctrl-select-icon-position);
    background-repeat: no-repeat;
    background-size: var(--gf-ctrl-select-icon-size);
}

/* If Placeholder Color Was Opacity */
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select[data-gtm-form-interact-field-id="0"]{
	color: var(--e-global-color-text);
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select option{
	background-color: var(--white-color);
}

.gform_wrapper .gform-grid-row{
	margin-inline: 0;
	column-gap: var(--gf-field-gap-x);
	row-gap: var(--gf-field-gap-y);
}

.gform_wrapper .gform-grid-col{
	padding-inline: 0;
}

.gform_wrapper form .gform-body .gform_fields .gfield--type-date .ginput_container_date{
	position: relative;
	flex-direction: column;
}

.gform_wrapper form .gform-body .gform_fields .gfield--type-date .ginput_container_date img{
	position: absolute;
	top: 50%;
	left: auto;
	right: 20px;
	opacity: 1;
	transform: translateY(-50%);
}

.gform_wrapper form .gform-body .gform_fields .gfield--type-date .ginput_container_date input{
	width: 100%;
}

.gform_wrapper form .gform-body .gform_fields .gfield--type-time .ginput_container{
	column-gap: 0;
}

.gform_wrapper form .gform-body .gform_fields .gfield--type-time .ginput_container .gform-grid-col{
	inline-size: 50%;
}

.gform_wrapper form .gform-body .gform_fields .gfield--type-number .ginput_container .instruction {
	display: none;
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input:focus,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select:focus,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea:focus,
.gform_wrapper form .gform_footer .gform_button:focus,
.gform_wrapper form .gfield--type-submit .gform-button:focus{
	outline: none !important;
	box-shadow: none;
}

.gform-theme--foundation .gfield textarea.large{
	min-block-size: auto;
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea{
	height: 90px;
}

.gform_wrapper form .gform-body .gform_fields .gfield .validation_message.gfield_validation_message{
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 14px;
    font-weight: 500;
	line-height: var(--e-global-typography-text-line-height);
    text-transform: capitalize;
    letter-spacing: 0.02em;
	color: #C8221E;
	margin-top: 0;
}

.contact-us-form .gform_validation_errors{
	padding: 10px;
	margin-bottom: 20px;	
}

.gform_wrapper form .gform_footer{
	--gf-form-footer-margin-y-start: 30px;
	justify-content: flex-start;
}

.gform_wrapper form .gform_footer .gform_button,
.gform_wrapper form .gfield--type-submit .gform-button{
	text-align: center;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-accent-font-size) !important;
    font-weight: var(--e-global-typography-accent-font-weight) !important;
    line-height: var(--e-global-typography-accent-line-height) !important;
    color: var(--white-color) !important;
    background-color: var(--e-global-color-accent) !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 15px 30px !important;
    transition: all 0.3s ease-in-out !important;
	box-shadow: none !important;
}

.gform_wrapper form .gform_footer .gform_button:hover{
	background-color: var(--e-global-color-primary) !important;
}

.gform_wrapper form .gform_footer .gform-loader,
.gform_wrapper form .gform-loader{
	display: none !important;
	--gf-color-primary-rgb: 21,100,155;
	--gf-form-spinner-bg-color: rgba(var(--gf-color-primary-rgb), 0.1) !important;
	border-block-end-color: var(--e-global-color-primary);
	border-block-start-color: var(--gf-form-spinner-bg-color);
    border-inline-end-color: var(--gf-form-spinner-bg-color);
    border-inline-start-color: var(--e-global-color-primary);
}

.gform_wrapper .gform_validation_errors{
	padding: 10px;
    margin-bottom: 30px;
}

.gform_wrapper .gform_validation_errors h2.gform_submission_error{
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: 500;
    line-height: 1.2em;
}

.gform_wrapper .gform_confirmation_message{
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: 30px;
    font-weight: var(--e-global-typography-primary-font-weight);
    line-height: var(--e-global-typography-primary-line-height);
    color: var(--e-global-color-primary);
}

/**/
.footer-form{
	
}

.footer-form .gform_fields{
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.30);
	padding: 5px;
}

.footer-form .gform_validation_error .gform_fields{
	border-color: #C8221E;
}

.footer-form .gform_wrapper form .gform-body .gform_fields{
	align-items: center;
}

.footer-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input{
	color: var(--white-color);
	background: transparent; 
	border: 0;
    border-radius: 0;
    padding: 0 0 0 20px;
}

.footer-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input::placeholder{
	color: var(--white-color);
}

.footer-form .gform_wrapper form .gfield--type-submit .gform-button{
	padding: 12px 20px !important;	
}

.footer-form .gform_wrapper form .gfield--type-submit .gform-button:hover{
	background-color: var(--white-color) !important;
	color: var(--e-global-color-accent) !important;
}

.footer-form .gform_wrapper form .gform_footer{
	--gf-form-footer-margin-y-start: 0;
}

.footer-form .gform_wrapper .gform_validation_errors,
.footer-form .gform_wrapper form .gform-body .gform_fields .gfield .validation_message.gfield_validation_message{
	display: none;
}


@media only screen and (max-width: 1024px){
	
	.gform_wrapper .gform_confirmation_message{
		font-size: 24px;
	}
}

@media only screen and (max-width: 767px){
	
	.gform_wrapper form .gform-body .gform_fields{		
		column-gap: 0;
		row-gap: 20px;
		--gf-field-gap-x: 0;
		--gf-field-gap-y: 20px;
	}
	
	.gform_wrapper form .gform_footer{
		--gf-form-footer-margin-y-start: 20px;
	}
	
	.gform_wrapper form .gform-body .gform_fields .gfield .validation_message.gfield_validation_message{
		font-size: 12px;
	}
	
	.gform_wrapper .gform_confirmation_message{
		font-size: 20px;
	}
	
	.footer-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input{
		padding: 10px 10px 0;
	}

	.footer-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input::placeholder{
		text-align: center;
	}

	
}


/*
 * Google Review CSS
 * */

#sb-reviews-container-1 {
	
}

.sbr-owl-stage {
	padding: calc(var(--column-gutter) / 2) 0 !important;
}

.sbr-owl-item {
	padding: calc(var(--column-gutter) / 2) !important;
}

#sb-reviews-container-1 .sb-post-item-wrap{
	transition: all 0.3s ease-in-out;
}

#sb-reviews-container-1 .sb-post-item-wrap:hover{
	background: var(--e-global-color-primary) !important;
}

.sb-post-item {
	padding: 30px;
}

.sb-post-item .sb-item-provider-icon {
	display: none;
}

.sb-post-item .sb-item-author-date-ctn {
	padding-right: 0 !important;
}

.sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn {
	align-items: center;
	gap: 10px;
}

.sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-author-img {
	width: 80px;
	min-width: 80px;
	height: 80px;
}

.sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-name-date .sb-item-author-name {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin: 0px 0px 4px 0px !important;
	transition: all 0.3s ease-in-out;
}

.sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-name-date .sb-item-author-date {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	text-transform: none;
	transition: all 0.3s ease-in-out;
}

.sb-post-item .sb-item-rating {
	margin: 20px 0 !important;
}

.sb-post-item .sb-item-rating .sb-relative {
	line-height: 0;
}

.sb-post-item .sb-item-rating .sb-relative .sb-item-rating-ctn .sb-item-rating-icon svg {
	margin: 0 4px;
}

.sb-post-item .sb-item-text {
	color: var(--e-global-color-text) !important;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	transition: all 0.3s ease-in-out;
}

#sb-reviews-container-1 .sb-post-item-wrap:hover .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-name-date .sb-item-author-name ,
#sb-reviews-container-1 .sb-post-item-wrap:hover .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-name-date .sb-item-author-date ,
#sb-reviews-container-1 .sb-post-item-wrap:hover .sb-item-text {
	color: var(--white-color) !important;
}

.sb-post-item .sb-item-text a {
	color: inherit;
}

.sbr_carousel .sbr-owl-nav>div {
	--google-review-arrow: -100px;
	top: 50%;
	left: var(--google-review-arrow);
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--e-global-color-primary);
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: 16px auto !important;
	color: var(--white-color);
	border-radius: 0 !important;
	padding: 0;
	margin: 0;
	width: 50px;
	height: 50px;
	transform: translateY(-50%) !important;
	transition: all 0.3s ease-in-out;
	box-shadow: none !important;
}

.sbr_carousel .sbr-owl-nav>div:hover{
	background: var(--white-color) !important;
	color: var(--e-global-color-accent);
}

.sbr_carousel .sbr-owl-nav>.sbr-owl-next {
	left: auto;
	right: var(--google-review-arrow);
}

.sbr_carousel:hover .sbr-owl-nav>div {
	background: var(--e-global-color-primary);
	box-shadow: none;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

@media only screen and (max-width: 1700px) {

	.sbr_carousel .sbr-owl-nav>div {
		--google-review-arrow: -50px;
	}
}

@media only screen and (max-width: 1440px) {

	.sbr_carousel {
		padding-bottom: 80px;
	}

	.sbr_carousel .sbr-owl-nav>div {
		--google-review-arrow: calc(50% - 60px);
		top: auto;
		bottom: 0;
		transform: translateY(0) !important;
	}
}

@media only screen and (max-width: 1024px) {

	/* Google Review Testimonial CSS */

	.sbr_carousel {
		padding-bottom: 60px;
	}

	#sb-reviews-container-1 {
		--column-gutter: 20px;
	}

	.sb-post-item {
		padding: 15px;
	}

	.sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-author-img {
		width: 60px;
		min-width: 60px;
		height: 60px;
	}

	.sb-post-item .sb-item-rating {
		margin: 20px 0 !important;
	}

	.sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-name-date .sb-item-author-name {
		font-size: 18px !important;
	}

	.sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-name-date .sb-item-author-date {
		font-size: 14px !important;
	}

	.sbr_carousel .sbr-owl-nav>div {
		--google-review-arrow: calc(50% - 60px);
	}

}

@media only screen and (max-width: 767px) {

	/* Google Review Testimonial CSS */

	.sbr_carousel {
		padding-bottom: 50px;
	}

	.sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-author-img {
		width: 50px;
		min-width: 50px;
		height: 50px;
	}

	.sb-post-item .sb-item-rating {
		margin: 15px 0 !important;
	}

	.sbr_carousel .sbr-owl-nav>div {
		--google-review-arrow: calc(50% - 50px);
		width: 40px;
		height: 40px;
		background-size: 14px auto !important;
	}
}

/*
 * Instagram Feed CSS
 * */

#sb_instagram .sbi_item .sbi_photo_wrap .sbi_link {
	background: rgb(from var(--e-global-color-primary) r g b / 50%) !important;
}

#sb_instagram .sbi-owl-dots .sbi-owl-dot span{
	background: var(--e-global-color-secondary) !important;
}

#sb_instagram .sbi_follow_btn a{
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-style: var(--e-global-typography-accent-font-style);
    line-height: var(--e-global-typography-accent-line-height);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
    padding: 12px 30px;
}

#sb_instagram .sbi_follow_btn a:hover, #sb_instagram .sbi_follow_btn a:focus{
	box-shadow: none !important;
	background: var(--accent-color) !important;
}