/* 
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-5d118de);
	--dark-color: var(--e-global-color-fb3694a);
	--divider-color: #DDDCD7;
}

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

figure{
    line-height: 0;
}

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

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

.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{
	position: relative;
}

.elementor-widget-button .elementor-button:before{
	content: "";
	position: absolute;
	display: block;
	top: 5px;
	left: 5px;
	bottom: 5px;
	background: var(--e-global-color-primary);
	width: 0;
	height: calc(100% - 10px);
	transition: all 0.4s ease-in-out;  
	z-index: 0;
}

.elementor-widget-button .elementor-button:hover:before,
.elementor-widget-button .elementor-button:focus:before{
	width: calc(100% - 10px);
}

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

.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: var(--e-global-color-primary);
    clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 0% 100%);
    line-height: 0;
    width: 66px;
    height: 46px;
    transition: all 0.5s;
    padding-left: 16px;
	line-height: 0;
}

.elementor-widget-button .elementor-button .elementor-button-icon svg{
	width: 20px;
	color: var(--white-color);
	transition: all 0.5s ease-in-out;
}

.elementor-widget-button .elementor-button:hover .elementor-button-icon svg,
.elementor-widget-button .elementor-button:focus .elementor-button-icon svg{
	color: var(--white-color);
}

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

.elementor-widget-button .elementor-button .elementor-button-text{
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.elementor-widget-button .elementor-button:hover .elementor-button-text,
.elementor-widget-button .elementor-button:focus .elementor-button-text{
	color: var(--white-color);
}

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

.no-bg.elementor-widget-button .elementor-button:hover .elementor-button-text{
	color: currentcolor;
}

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

.no-bg.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon{
	background-color: transparent;
	clip-path: none;
	width: auto;
	height: auto;
	transition: all 0.5s ease-in-out;
	padding: 0;
}

.no-bg.elementor-widget-button .elementor-button:hover .elementor-button-icon svg,
.no-bg.elementor-widget-button .elementor-button:focus .elementor-button-icon svg{
	color: var(--e-global-color-primary);
}

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

/* Text Editor CSS */
.elementor-widget-text-editor p a,
.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 h3.elementor-heading-title {
    display: inline-block;
    position: relative;
    padding-left: 36px;
}

.section-title h3.elementor-heading-title::before{
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    transform: translateY(-60%);
    background-color: var(--e-global-color-primary);
    mask-image: url("./images/icon-sub-heading.svg");
    mask-size: cover;
    width: 26px;
    height: 24px;	
}

.column-2 ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	padding: 0 !important;
	margin: 0 !important;
}

.column-2 ul li{
	width: calc(50% - 10px);
}

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

@media only screen and (max-width: 767px) {
	
	.br-mobile-none br{
		display: none;
	}
	
	.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon{
		width: 50px;
    	height: 35px;
		padding-left: 12px;
	}
	
	.elementor-widget-button .elementor-button .elementor-button-icon svg{
		width: 16px;
	}
	
	.column-2 ul{
		gap: 10px;
	}
	
	.column-2 ul li{
		width: 100%;
	}
}

/* 
 * Header CSS 
 * */

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

.header-section{
	backdrop-filter: blur(10px);
}

.header-main.elementor-sticky.elementor-sticky--effects .header-section{
	background: var(--white-color) !important;
	box-shadow: 0px 0px 5px 0px rgb(from var(--e-global-color-primary) r g b / 10%);
}

/* Class Name (header-menu) */

.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 > ul{
	margin-top: 37px !important;
}

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

.header-menu .mega-menu-wrap > ul > li.mega-menu-megamenu ul .services-menu-container{
	box-shadow: 0px 0px 5px 0px rgb(from var(--e-global-color-primary) r g b / 10%);
}

.header-main.elementor-sticky.elementor-sticky--effects .header-menu ul.mega-menu-horizontal li a{
	color: var(--e-global-color-primary) !important;
}

.header-main.elementor-sticky.elementor-sticky--effects .header-menu ul.mega-menu-horizontal li a:hover,
.header-main.elementor-sticky.elementor-sticky--effects .header-menu ul.mega-menu-horizontal li a:hover,
.header-main.elementor-sticky.elementor-sticky--effects .header-menu ul.mega-menu-horizontal li.mega-current-menu-item a{
	color: var(--e-global-color-accent) !important;
}

/* Mega Menu Templated CSS */
.services-menu-tab .e-n-tabs-heading{
	padding: 110px 10px 30px 50px;
}

.services-menu-tab .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon{
	background-color: var(--n-tabs-icon-color-active);
	width: 70px;
    height: 70px;
    justify-content: center;
	transition: all 0.3s ease-in-out;
}

.services-menu-tab .e-n-tabs-heading .e-n-tab-title[aria-selected=true] .e-n-tab-icon,
.services-menu-tab .e-n-tabs-heading .e-n-tab-title:hover .e-n-tab-icon{
	background-color: var(--n-tabs-icon-color);
}

.services-menu-tab .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text{
	position: relative;
}

.services-menu-tab .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text:before{
	content: '';
	position: absolute;
	top: 50%;
	left: auto;
	right: -22px;
	background-color: currentcolor;
    mask-image: url("./images/right-arrow.svg");
	mask-position: center center;
	mask-repeat: no-repeat;
    mask-size: cover;
    width: 14px;
	height: 11.647px;
	transform: translateY(-60%);
}

.services-tab-vertical-title .elementor-heading-title{
	writing-mode: vertical-lr;
    transform: rotate(180deg);
    width: fit-content;
}

.services-menu-tab-img{
	height: 100%;
}

.services-menu-tab-img img{
	aspect-ratio: 1 / 0.66;
    object-fit: cover;
	height: 100%;
}

.icon-box-hover .elementor-icon-box-wrapper .elementor-icon{
	position: relative;	
}

.icon-box-hover .elementor-icon-box-wrapper .elementor-icon:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var( --e-global-color-primary );
	width: 100%;
	height: 100%;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
}

.icon-box-hover:hover .elementor-icon-box-wrapper .elementor-icon:before{
	transform: scale(1);
}

.icon-box-hover .elementor-icon-box-wrapper .elementor-icon svg{
	transition: all 0.4s ease-in-out;	
}

.icon-box-hover:hover .elementor-icon-box-wrapper .elementor-icon svg{
/* 	fill: var( --e-global-color-accent ); */
	fill: var( --white-color );
}


@media only screen and (max-width: 1024px) {
	
	
	.header-main.elementor-sticky.elementor-sticky--effects .header-menu ul.mega-menu-horizontal li a{
		color: var(--dark-color) !important;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
	.header-main.elementor-sticky.elementor-sticky--effects .header-menu ul.mega-menu-horizontal li a:hover,
	.header-main.elementor-sticky.elementor-sticky--effects .header-menu ul.mega-menu-horizontal li a:hover,
	.header-main.elementor-sticky.elementor-sticky--effects .header-menu ul.mega-menu-horizontal li.mega-current-menu-item a{
		color: var(--dark-color) !important;
	}

	
	.header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mobile-menu{
		display: block !important;
	}
	
	.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: 38px;
		height: 32px;
	}
	
	.header-menu .mega-menu-wrap .mega-menu-toggle .mega-toggle-block:only-child{
		margin-left: 8px !important;
	}
	
	.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: 30px !important;
	}
	
	.header-menu .mega-menu-wrap .mega-menu-toggle .mega-toggle-animated-box .mega-toggle-animated-inner:before{
		left: 7px;
	}
	
	.header-menu .mega-menu-wrap .mega-menu-toggle.mega-menu-open .mega-toggle-block:only-child{
		margin-left: 14px !important;
	}
	
	.header-menu ul.mega-menu{
		margin-top: 41px !important;
		margin-left: 10px !important;
        width: calc(100vw - 20px) !important;
		max-height: calc(100vh - 300px) !important;
		overflow: auto !important;
		filter: drop-shadow(0px 0px 30px rgb(from var(--e-global-color-text) r g b / 30%));
	}
	
	.header-menu .mega-menu-wrap > ul > li > ul{
		margin-top: 0 !important;
	}	
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu{
		padding: 0 !important;
	}
	
	.header-menu .mega-menu-wrap > ul > li.mega-menu-flyout > ul,
	.header-menu .mega-menu-wrap > ul > li.mega-menu-megamenu ul .services-menu-container{
		box-shadow: none !important;
		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-menu-1 #mega-menu-menu-1>li.mega-menu-item> ul li a.mega-menu-link{
		padding: 0 30px !important;
	}
	
	/* Template CSS */	
	.services-menu-tab-title{
		position: initial !important;
	}
	
	.services-menu-tab .e-n-tabs-heading{
		padding: 0;
	}
	
	.services-menu-tab .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon{
		width: 60px;
    	height: 60px;
	}
	
	.services-menu-tab-img,
	.services-menu-tab-img img{
		height: auto;
	}	

}

@media only screen and (max-width: 767px) {
	
	.header-menu ul.mega-menu{
		margin-top: 32px !important;
		max-height: calc(100vh - 150px) !important;
	}
	
	.services-tab-vertical-title .elementor-heading-title{
		writing-mode: initial;
		transform: rotate(0deg);	
	}
	
	.services-menu-tab .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon {
		width: 50px;
		height: 50px;
	}
	
	.services-menu-tab .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text:before{
		display: none;
	}
}


/*
 * Footer CSS
 * */

.footer-list ul li span strong{
	font-weight: 500;
}

@media only screen and (max-width: 1024px) {
	
	.footer-privacy .elementor-nav-menu--main{
		align-self: center;
	}
}
@media only screen and (max-width: 767px) {
	
	.footer-menu ul{
		gap: 10px;
	}
	
	.footer-menu ul li{
		width: 100%;
	}
	
	.footer-privacy .elementor-nav-menu{
		justify-content: center;
	}
}


/*
 * Home Page CSS
 * */

.hero-client-box{
	background-color: rgb(from var(--white-color) r g b / 10%);
	backdrop-filter: blur(5px);
}

.home-about-section:before{
	clip-path: polygon(0 0, 50% 0, calc(50% - 600px) 100%, 0% 100%);
	z-index: 0;
}

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

.learnmore-circle .elementor-widget-text-path{
	animation: infiniterotate 25s infinite linear;
}

@keyframes infiniterotate{
	from{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
	}
}

.learnmore-circle .elementor-widget-icon{
	height: var(--container-widget-width);
}

.learnmore-circle .elementor-widget-icon .elementor-widget-container{
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-why-choose-img img{
	aspect-ratio: 1 / 0.43;
	object-fit: cover;
}

.why-choose-icon-box{
	background: var( --e-global-color-secondary);
}

.why-choose-icon-box:after{
	content: "";
	position: absolute;
	top: auto;
	right: auto;
	left: auto;
	bottom: 0;
	background: var( --e-global-color-accent );
	width: 100%;
	height: 0;
	transition: all 0.4s ease-in-out;
	z-index: 0;
}

.why-choose-icon-box:hover:after,
.why-choose-icon-box.active:after{
	top: 0;
	bottom: auto;
	height: 100%;
}

.why-choose-icon-box > *{
	position: relative;
	z-index: 1;
}

.why-choose-icon-box .elementor-icon-box-title,
.why-choose-icon-box .elementor-icon-box-description{
	transition: all 0.4s ease-in-out;
}

.why-choose-icon-box:hover .elementor-icon-box-title,
.why-choose-icon-box:hover .elementor-icon-box-description,
.why-choose-icon-box.active .elementor-icon-box-title,
.why-choose-icon-box.active .elementor-icon-box-description{
	color: var( --white-color ) !important;
}

.home-logo-carousel .elementor-image-carousel-wrapper{
	width: 100% !important;
}

.home-logo-carousel .swiper-slide .swiper-slide-inner{
	background: var(--white-color);
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 0px 10px 0px rgb(from var(--e-global-color-primary) r g b / 5%);
}

.home-logo-carousel .swiper-slide .swiper-slide-inner img{
	width: 100%;
	max-width: 200px;
}

.home-logo-carousel .elementor-swiper-button{
	top: -90px !important;
	left: auto !important;
  	right: 0 !important;
	display: flex;
    align-items: center;
    justify-content: flex-start; 
    line-height: 0;
    width: 66px;
    height: 46px;
    transition: all 0.5s ease-in-out;
}

.home-logo-carousel .elementor-swiper-button-prev{
	right: 55px !important;
	background-color: var( --e-global-color-primary );
	clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 0% 100%);
	padding-left: 16px;
}

.home-logo-carousel .elementor-swiper-button-prev:hover{
	background: var( --e-global-color-accent );	
}

.home-logo-carousel .elementor-swiper-button-prev svg{
	fill: var( --white-color ) !important;
}

.home-logo-carousel .elementor-swiper-button-prev:hover svg{
	fill: currentcolor !important;
}

.home-logo-carousel .elementor-swiper-button-next{
	background: var( --e-global-color-accent );	
	clip-path: polygon(calc(50% - 15px) 0, 100% 0%, 100% 100%, 0% 100%);
	padding-left: 25px;
}

.home-logo-carousel .elementor-swiper-button-next:hover{
	background: var( --e-global-color-primary );	
}

.home-logo-carousel .elementor-swiper-button-next:hover svg{
	fill: var(--white-color ) !important;
}

.home-page-faq .e-n-accordion-item{
	overflow: hidden;
	border-bottom: 1px solid var(--divider-color);
}

.home-page-faq .e-n-accordion-item:last-child{
	border-bottom: none;	
}

.home-page-faq .e-n-accordion-item .e-n-accordion-item-title{
	gap: 10px;
}

.home-page-faq .e-n-accordion-item .e-n-accordion-item-title-header{
	width: calc(100% - 60px);
}

.home-page-faq .e-n-accordion .e-n-accordion-item-title-icon{
	background: var( --e-global-color-accent );
	display: flex;
	justify-content: flex-end;
	align-items: center;
	clip-path: polygon(calc(50% - 12px) 0, 100% 0%, 100% 100%, 0% 100%);
	width: 50px;
	height: 36px;
	padding-right: 12px;
}

.home-map .e-hotspot__button:before{
	background: url("./images/map-icon.svg") no-repeat;
	background-position: center center;
	background-size: contain;
	padding: 0;
}

.home-map .e-hotspot .e-hotspot__tooltip{
	filter: drop-shadow(0px 0px 30px rgb(from var(--e-global-color-primary) r g b / 20%));
}

.home-map .e-hotspot .e-hotspot__tooltip:before{
	content: '';
    position: absolute;
    top: -9px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid var(--tooltip-color);
	transform: translate(-50%, 0);
}

.what-we-do-img-1 img{
	aspect-ratio: 1/ 1.15;
	object-fit: cover;
}

.what-we-do-img-2 img{
	aspect-ratio: 1 / 0.77;
	object-fit: cover;
}

.what-we-do-icon-box{
	writing-mode: vertical-rl;
    transform: rotate(180deg);
    width: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
	height: calc(100% - 250px);
}

.what-we-do-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon{
	margin-bottom: var(--icon-box-icon-margin,15px);
	margin-right: 0;
}

.what-we-do-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon svg{
	transform: rotate(90deg);
}

.what-we-do-icon-box .elementor-icon-box-content .elementor-icon-box-title{
	margin: 0;
	padding-left: 5px;
}

.faq-section.(.no-shadow) .e-n-accordion-item .e-n-accordion-item-title{
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.faq-section .e-n-accordion-item[open] > .e-n-accordion-item-title{
	box-shadow: none;
}

.faq-section .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-header{
	width: calc(100% - 50px);
}

.faq-section .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon{
	background: var( --e-global-color-accent );
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.faq-section .e-n-accordion-item:hover .e-n-accordion-item-title .e-n-accordion-item-title-icon,
.faq-section .e-n-accordion-item[open] > .e-n-accordion-item-title .e-n-accordion-item-title-icon{
	background: currentColor;
}

.faq-img-box:before{
	content: "";
	position: absolute;
	top: 10px;
	left: auto;
	right: 10px;
	bottom: auto;
	background: var( --e-global-color-accent );
	width: 310px;
	height: 310px;
}

.faq-img img{
	aspect-ratio: 1 / 1.02;
	object-fit: cover;
}

.cta-section:before{
	left: auto;
	right: 0;
	width: 60%;
	clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
}

.cta-section:after{
	content: '';
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	bottom: 0;
	background-color: rgb(from var(--e-global-color-primary) r g b / 90%);
	clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
	width: 60%;
	height: 100%;
	z-index: 0;
}

.cta-section > *{
	z-index: 1;
}

@media only screen and (max-width: 1024px) {
	
	.home-about-section:before{
		clip-path: unset;
        height: calc(50% + 20px);
	}
	
	.home-about-img img{
		aspect-ratio: 1 / 0.85;	
	}
	
	.home-logo-carousel .elementor-swiper-button{
		top: -59px !important;
	}
	
	.cta-section:before,
	.cta-section:after{
		top: auto;
		bottom: 0;
		width: 100%;
		height: calc(50% - 20px);
		clip-path: unset;
	}

}

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

	.home-about-section:before{
		height: 250px;
	}	
	
	.home-logo-carousel .elementor-swiper-button{
		top: auto !important;
		bottom:  -95px;
 		right: calc(50% - 45px) !important;
		left: auto;
		width: 50px;
    	height: 35px;
	}
	
	.home-logo-carousel .elementor-swiper-button-prev{
		right: auto;
		left: calc(50% - 45px) !important;
		clip-path: polygon(0 0, 100% 0, calc(100% - 14px) 100%, 0% 100%);
		padding-left: 12px;
	}
	
	.home-logo-carousel .elementor-swiper-button-next{
		clip-path: polygon(calc(50% - 10px) 0, 100% 0%, 100% 100%, 0% 100%);
		padding-left: 21px;
	}
	
	.home-page-faq .e-n-accordion-item .e-n-accordion-item-title-header {
		width: calc(100% - 40px);
	}
	
	.home-page-faq .e-n-accordion .e-n-accordion-item-title-icon{
		width: 40px;
		height: 26px;
		padding-right: 10px;
	}
	
	.what-we-do-icon-box{
		right: auto;
		left: 10px;
		bottom: 10px;
        top: auto !important;
		justify-content: flex-start;
		writing-mode: unset;
		transform: rotate(0deg);
		height: auto;
	}
	
	.what-we-do-img-1 img {
		aspect-ratio: 1 / 1.3;
	}
	
	.what-we-do-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon svg{
		transform: rotate(0deg);
	}
		
	.faq-img-box:before{
		top: 5px;
    	right: 5px;
		width: 150px;
		height: 150px;
	}
	
	.cta-section:before, .cta-section:after {
        height: calc(70% - 20px);
    }
}

/*
 * About Page CSS
 * */

.page-header ul li:after{
	transform: rotate(15deg);
}

.about-logo{
	height: var(--container-widget-width);
}

.about-logo .elementor-widget-container{
	display: flex;
	align-items: center;
	justify-content: center;
}

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

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

.about-client-box:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var( --e-global-color-accent );
	clip-path: polygon(0 calc(100% - 60%), 100% 0, 100% 100%, 0% 100%);	
	width: 100%;
	height: 100%;
	z-index: -1;
}

.about-why-choose-section:before{
	clip-path: polygon(50% 0, 100% 0%, 100% 100%, 60% 100%);	
}

.why-choose-box{
	counter-reset: section;
}

/* .why-choose-box:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	background: var(--divider-color);
	width: 100%;
	height: 1px;
	transform: translate(0, -50%);
} */

.about-why-choose-icon-box{
	counter-increment: section;	
}

.about-why-choose-icon-box:after{
	content: "";
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: -30px;
	background: var(--divider-color);
	width: calc(100% + 30px);
	height: 1px;
}

.about-why-choose-icon-box:nth-child(2n + 2)::after{
	width: 100%;
}

.why-choose-box .about-why-choose-icon-box:nth-last-child(-n + 2):after{
	display: none !important;
}

.about-why-choose-icon-box:before{
	content: "0" counter(section) " ";
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	bottom: auto;
	color: rgb(from var(--e-global-color-accent) r g b / 10%);
	font-size: 70px;
	font-family: var(--e-global-typography-primary-font-family);
	font-weight: var(--e-global-typography-primary-font-weight);
	line-height: var(--e-global-typography-primary-line-height);
}

.about-video .elementor-wrapper{
	--video-aspect-ratio: 0.8 !important;
}

.service-proccess-box{
	counter-reset: section;
}

.service-proccess-icon-box{
	counter-increment: section;
}

.service-proccess-icon-box:before{
	content: counter(section) " ";
	position: absolute;
	top: 35px;
	right: auto;
	left: 85px;
	bottom: auto;
	color: var(--white-color);
	background: var(--e-global-color-primary);
	font-size: var(--e-global-typography-text-font-size);
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-text-font-weight);
	line-height: var(--e-global-typography-text-line-height);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	transition: all 0.3s ease-in-out;
	z-index: 2;
}

.service-proccess-icon-box:hover:before{
	background: var(--e-global-color-accent);	
}

.team-img img{
	aspect-ratio: 1 / 1.07;
	object-fit: contain;
}

.team-content-box:before{
	content: "";
	position: absolute;
	top: auto;
	bottom: 0;
	background: var(--e-global-color-accent);
	width: 100%;
	height: 0;
	transition: all 0.4s ease-in-out;
}

.team-box:hover .team-content-box:before{
	height: 100%;
}

.team-box .team-content-box .elementor-icon-box-title,
.team-box .team-content-box .elementor-icon-box-description{
	transition: all 0.4s ease-in-out;
}

.team-box:hover .team-content-box .elementor-icon-box-title,
.team-box:hover .team-content-box .elementor-icon-box-description{
	color: var(--white-color);
}

@media only screen and (max-width: 1024px) {
	
	.about-why-choose-icon-box:before{
		font-size: 55px;
	}
	
	.about-why-choose-section:before{
		clip-path: none;
		opacity: 0;
	}
	
	.service-proccess-icon-box:before{
		top: 25px;
		left: 65px;
	}
}	

@media only screen and (max-width: 767px) {
	
	.about-img-1 img{
		aspect-ratio: 1 / 1.15;
	}
	
	.why-choose-box:before{
		display: none;	
	}
	
	.about-why-choose-icon-box:before{
		font-size: 40px;	
	}
	
	.about-why-choose-icon-box:after{
		display: none;
	}
	
	.service-proccess-icon-box:before{
		top: 18px;
		left: 50px;
		width: 25px;
		height: 25px;
		font-size: 14px;
	}
}

/*
 * Residential Services Page CSS 
 * */

.residential-img-1 img{
	aspect-ratio: 1 / 1.19;
	object-fit: cover;
	clip-path: polygon(85% 0, 100% 13%, 100% 100%, 0 100%, 0 0);
}

.residential-img-1:before{
	content: "";
	position: absolute;
	top: 28px;
	right: -13px;
	left: auto;
	bottom: auto;
	background: var(--e-global-color-accent);
	width: 90px;
	height: 10px;
	transform: rotate(45deg);
}

.residential-img-1 .elementor-widget-container{
	position: relative;
}

.residential-img-1 .elementor-widget-container:before,
.residential-img-1 .elementor-widget-container:after,
.residential-img-2 .elementor-widget-container:before,
.residential-img-2 .elementor-widget-container:after{
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	right: auto;
	bottom: auto;
	background: var(--e-global-color-accent);
	clip-path: polygon(100% 0, 0 0, 0 100%);
	width: 80px;
	height: 80px;
	z-index: 1;
}

.residential-img-1 .elementor-widget-container:after,
.residential-img-2 .elementor-widget-container:after{
	top: auto;
	left: auto;
	bottom: 10px;
	right: 90px;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.residential-img-2 img{
	aspect-ratio: 1 / 1.3;
	object-fit: cover;
	clip-path: polygon(85% 0, 100% 13%, 100% 100%, 0 100%, 0 0);
}

.residential-img-2 .elementor-widget-container:before,
.residential-img-2 .elementor-widget-container:after{
	width: 35px;
	height: 35px;
}

.residential-img-2 .elementor-widget-container:after{
	bottom: 5px;
	right: 5px;
}

.service-tab .e-n-tabs-content{
	box-shadow: 0px 0px 30px 0px rgb(from var(--e-global-color-primary) r g b / 10%);
}

.service-tab-img img{
	aspect-ratio: 1 / 1.16;
	object-fit: cover;
}

@media only screen and (max-width: 1024px) {
	
	.service-tab-img img{
		aspect-ratio: 1 / 1.2;	
	}
}

@media only screen and (max-width: 767px) {
	
	.residential-img-1:before{
		display: none;
	}

	.residential-img-1 .elementor-widget-container:before,
	.residential-img-1 .elementor-widget-container:after{
		width: 45px;
		height: 45px;
	}
	
	.residential-img-1 .elementor-widget-container:after{
		width: 0;
		height: 0;
	}
	
	.residential-img-2 .elementor-widget-container:before,
	.residential-img-2 .elementor-widget-container:after{
		top: 5px;
		left: 5px;
		width: 25px;
    	height: 25px;
	}
		
	.residential-img-2 .elementor-widget-container:after{
		top: auto;
		left: auto;
		right: 5px;
		bottom: 5px;
	}
}

/*
 * Commercial Services Page CSS 
 * */

.commercial-img img{
	aspect-ratio: 1 / 1.15;
	object-fit: cover;
}

.commercial-img-box:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: var(--e-global-color-accent);
	clip-path: polygon(45% 0%, 100% 0%, 55% 100%, 0% 100%);
	width: 100%;
	height: 100%;
	z-index: -1;
}

.commercial-service-counter{
	width: 150px;
	height: 150px;
}

.commercial-service-counter .elementor-widget-container{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.commercial-service-counter .elementor-widget-container:before{
	content: "";
	position: absolute;
	top: 5px;
	right: 5px;
	left: 5px;
	bottom: 5px;
	border: 2px solid var(--e-global-color-accent);
	border-radius: 50%;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
}

 .commercial-about-img-box{
	display: flex;
	justify-content: center;
	align-items: center;
}

.commercial-about-img-box:before,
.commercial-about-img-box:after{
	content: "";
	position: absolute;
	top: -4px;
	right: -1px;
	left: auto;
	bottom: auto;
	background: var(--e-global-color-accent);
	width: 40%;
	height: 4px;
}

.commercial-about-img-box:after{
	top: auto;
	right: auto;
	bottom: -4px;
	left: -1px;
}
	
.service-work-process-box .elementor-icon-box-wrapper{
	display: flex !important;
	flex-direction: column-reverse !important;
}

.service-work-process-box .elementor-icon-box-wrapper .elementor-icon-box-icon{
	margin-top: var(--icon-box-icon-margin, 15px);
	margin-right: 0;
}

.service-faq-img{
	clip-path: polygon(0px 0px, calc(100% - 180px) 0px, 100% 190px, 100% 100%, 180px 100%, 0px calc(100% - 190px));
}

.service-faq-img:before,
.service-faq-img:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    background: var(--e-global-color-accent);
    width: 260px;
    height: 2px;
    transform: translate(40px, 96px) rotate(46.5deg);
    z-index: -1;
}

.service-faq-img:after{
	top: auto;
	right: auto;
	left: 0;
	bottom: 0;
	transform: translate(-40px, -92px) rotate(46.5deg);
    width: 265px;
}

.service-faq-img img{
	aspect-ratio: 1 / 1.07;
	object-fit: cover;
}


.service-page-faq .e-n-accordion-item-title{
	box-shadow: 0px 0px 30px 0px rgb(from var(--e-global-color-primary) r g b / 10%);
	transition: all 0.3s ease-in-out;
}

.service-page-faq .e-n-accordion-item:hover .e-n-accordion-item-title:before,
.service-page-faq .e-n-accordion-item[open] .e-n-accordion-item-title:before{
	background-color: var(--e-global-color-primary);
	color: var(--white-color);
}

.service-page-faq .e-n-accordion-item .e-n-accordion-item-title-header{
 		width: calc(100% - 120px);
}

.service-page-faq .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon{
	background: currentcolor;
	max-width: 30px;
	width: 100%;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in-out;
}

.service-page-faq .faq-img-2 img{
	aspect-ratio: 1 / 0.68;
	object-fit: cover;
}

@media only screen and (max-width: 1024px) {
	
	.service-faq-img img{
		
	}
	
}

@media only screen and (max-width: 767px) {
	
	.commercial-service-counter{
		width: 100px;
		height: 100px;
	}
	
	.service-work-process-box .elementor-icon-box-wrapper{
		flex-direction: column !important;	
	}
	
	.service-work-process-box .elementor-icon-box-wrapper .elementor-icon-box-icon{
		margin-bottom: var(--icon-box-icon-margin, 15px);
    	margin-top: 0;
	}
	
	.service-faq-img {
		clip-path: polygon(0px 0px, calc(100% - 60px) 0px, 100% 60px, 100% 100%, 60px 100%, 0px calc(100% - 60px));
	}
	
	.service-faq-img:before, .service-faq-img:after{
		width: 80px;
		transform: translate(10px, 30px) rotate(45deg);
	}
	
	.service-faq-img:after{
		transform: translate(-12px, -30px) rotate(45deg);
		width: 85px;
	}
	
	.service-page-faq .e-n-accordion-item .e-n-accordion-item-title:before{
		right: 45px;
		font-size: 12px;
		width: 50px;
	}
	
	.service-page-faq .e-n-accordion-item .e-n-accordion-item-title-header{
		width: calc(100% - 85px);
	}
	
	.service-page-faq .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon{
		max-width: 25px;
	}
}

/*
 * Infrastructure Services Page CSS 
 * */

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

.service-features-box .elementor-widget-container{
	position: relative;
}

.service-features-box .elementor-widget-container:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	background: var(--e-global-color-accent);
	width: 100%;
	height: 0;
	transition: all 0.4s ease-in-out;
	z-index: 0;
}

.service-features-box:hover .elementor-widget-container:before,
.service-features-box.active .elementor-widget-container:before{
	top: auto;
	bottom: 0;
	height: 100%;
}

.service-features-box .elementor-widget-container > *{
	position: relative;
	z-index: 1;
}

.service-features-box .elementor-icon-box-wrapper .elementor-icon svg,
.service-features-box .elementor-icon-box-content .elementor-icon-box-title,
.service-features-box .elementor-icon-box-content .elementor-icon-box-description{
	transition: all 0.4s ease-in-out;
}

.service-features-box:hover .elementor-icon-box-wrapper .elementor-icon svg,
.service-features-box:hover .elementor-icon-box-content .elementor-icon-box-title,
.service-features-box:hover .elementor-icon-box-content .elementor-icon-box-description,
.service-features-box.active .elementor-icon-box-wrapper .elementor-icon svg,
.service-features-box.active .elementor-icon-box-content .elementor-icon-box-title,
.service-features-box.active .elementor-icon-box-content .elementor-icon-box-description{
	color: var(--e-global-color-secondary) !important;
}

.infrastructure-service-process .elementor-icon-box-content{
	border-top: 1px solid var(--divider-color);
	padding-top: 30px;
}

@media only screen and (max-width: 767px){
	
	.services-counter .elementor-counter{
		text-align: center;
	}
}

/*
 * Location Page CSS 
 * */

.location-customer-counter .elementor-widget-container{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.location-list .elementor-widget-container{
	overflow: visible !important;
}

.location-list ul{
	gap: 30px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.location-list ul li{
	position: relative;
	width: calc(33.33% - 20px);
	padding: 15px 20px !important;
	background: var(--white-color);
	box-shadow: 0px 0px 30px 0px rgb(from var(--e-global-color-primary) r g b / 10%);
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.location-list ul li:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: var(--e-global-color-accent);
	width: 100%;
	height: 100%;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
	z-index: 0;
}

.location-list ul li > *{
	position: relative;
	z-index: 1;
	transition: all 0.5s ease-in-out;
}

.location-list ul li:hover:before{
	transform: scale(1);
}

.location-list ul li:hover span svg{
	fill: var(--white-color) !important;
}

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

.location-step-box{
	counter-reset: section;
}

.location-step-box .elementor-icon-box-icon{
	position: relative;
}

.location-step-icon-box:after{
	content: "";
	position: absolute;
	top: 45px;
	left: 0;
	right: 0;
	bottom: auto;
	background: var(--divider-color);
	width: calc(100% + 30px);
	height: 1px;
	z-index: -1;
}

.location-step-icon-box:nth-of-type(-n + 4):after{
	width: calc(100% + 30px);
}

.location-step-box .location-step-icon-box:nth-of-type(4n + 4):after{
	width: 100%;
}

.location-step-icon-box{
	counter-increment: section;
}

.location-step-icon-box:before{
	content: "STEP 0" counter(section) " ";
 	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	font-family: var(--e-global-typography-text-font-family);
	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);
}

@media only screen and (max-width: 1024px) {
	
	.location-step-box:before{
		display: none;
	}	
	
	.infrastructure-service-process .elementor-icon-box-content{
		padding-top: 20px;
	}
}

@media only screen and (max-width: 767px) {
	
	.location-list ul{
		gap: 15px;
	}
	
	.location-list ul li{
		width: 100%;
	}
	
	.location-step-icon-box:after,
	.location-step-icon-box:nth-of-type(-n + 4):after{
		width: 100%;
	}
	
}


/*
 * Blog List CSS
 * */

.blog-loop-featured-img a{
	display: block;
}

.blog-loop-featured-img img{
	aspect-ratio: 1 / 0.81;
	object-fit: cover;
}

.blog-loop-container .blog-loop-category .elementor-icon-list-text{
	display: inherit !important;
	line-height: 0;
}

.blog-loop-container .blog-loop-category .elementor-post-info__terms-list{
	font-size: 0;
	color: transparent;
}

.blog-loop-container .blog-loop-category .elementor-post-info__terms-list a{
	display: none !important;
	font-size: 14px;
    background: var(--e-global-color-accent);
    padding: 10px;
    margin-right: 0;
    transition: all 0.4s ease-in-out;
    line-height: initial;
}

.blog-loop-container .blog-loop-category .elementor-post-info__terms-list a:first-child{
	display: block !important;
}

.blog-loop-container .elementor-widget-button .elementor-button .elementor-button-icon svg{
	color: var(--e-global-color-primary);
}

.blog-loop-grid .elementor-pagination{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
}

.blog-loop-grid .elementor-pagination .page-numbers.prev,
.blog-loop-grid .elementor-pagination .page-numbers.next{
	text-indent: -9999px;
}

.blog-loop-grid .elementor-pagination .page-numbers{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 0px;
	background-color: var(--e-global-color-accent);
	transition: all 0.3s ease-in-out;
}

.blog-loop-grid .elementor-pagination .page-numbers:hover,
.blog-loop-grid .elementor-pagination .page-numbers:focus,
.blog-loop-grid .elementor-pagination .page-numbers.current{
	background-color: var( --e-global-color-primary);
	color: var(--white-color) !important;
}

.blog-loop-grid .elementor-pagination .page-numbers.prev,
.blog-loop-grid .elementor-pagination .page-numbers.next{
	background-image: url("images/left-arrow.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
	transition:all 0.3s ease-in-out;
}

.blog-loop-grid .elementor-pagination .page-numbers.prev:hover,
.blog-loop-grid .elementor-pagination .page-numbers.prev:focus,
.blog-loop-grid .elementor-pagination .page-numbers.prev.current{
	background-image: url("images/left-arrow.svg");
}

.blog-loop-grid .elementor-pagination .page-numbers.next{
	background-image: url("images/right-arrow.svg");
}

.blog-loop-grid .elementor-pagination .page-numbers.next:hover,
.blog-loop-grid .elementor-pagination .page-numbers.next:focus,
.blog-loop-grid .elementor-pagination .page-numbers.next.current{
	background-image: url("images/right-arrow.svg");
}

.blog-loop-grid .elementor-pagination span.page-numbers.prev,
.blog-loop-grid .elementor-pagination span.page-numbers.next{
	display: none;
}

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


/*
 * Blog Single CSS
 * */


.feature-img img{
	aspect-ratio: 1 / 0.4231;
	object-fit: cover;
}

.post-entry .blockquote-text{
	background-color: var(--e-global-color-accent);
	background-image: url("./images/quote.svg");
    background-repeat: no-repeat;
    background-position: top 50px left 50px;
    background-size: 60px auto;
	border-radius: 0;
    padding: 40px 40px 40px 140px;
}

.post-tag ul li .elementor-post-info__item--type-terms span{
	font-size: 0 !important;
}

.post-tag ul li .elementor-post-info__item--type-terms span a{
	display: inline-block !important;
	font-size: initial !important;
	background: var(--e-global-color-accent);
	padding: 12px 30px;
	margin-right: 10px;
	transition: all 0.4s ease-in-out;
}

.post-tag ul li .elementor-post-info__item--type-terms span a:last-child{
	margin-right: 0;
}

.post-tag ul li .elementor-post-info__item--type-terms span a:hover{
	background: var(--e-global-color-primary);
	color: var(--white-color) !important;
}

.recent-blog-post .elementor-loop-container .e-loop-item > .elementor-element{
	padding: 15px;
}

.recent-blog-post .elementor-loop-container .e-loop-item .blog-loop-container .loop-content {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05) !important;
}

.recent-blog-post .elementor-swiper-button{
	display: flex;
    align-items: center;
    justify-content: center;
	width: 66px;
	height: 46px;
}

.recent-blog-post .elementor-swiper-button-prev{
	clip-path: polygon(calc(50% - 15px) 0, 100% 0%, 100% 100%, 0% 100%);
	padding-left: 16px;
}

.recent-blog-post .elementor-swiper-button-next{
	background-color: var( --e-global-color-primary ) !important;
	clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 0% 100%);
	padding-right: 16px;
}

.recent-blog-post .elementor-swiper-button-next svg{
	fill: var( --white-color ) !important;
}

.recent-blog-post .elementor-swiper-button-next:hover{
	background-color: var( --e-global-color-accent ) !important;
}

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

	.feature-img img{
		aspect-ratio: 1 / 0.68;
	}
	
	.post-entry .blockquote-text{
        background-position: top 20px left 20px;
        background-size: 35px auto;
        padding: 20px;
        text-indent: 40px;
	}
}
	
@media only screen and (max-width: 767px) {
	
	.feature-img img{
		aspect-ratio: 1 / 1.05;
	}	
	
	.blog-single-info ul{
		flex-direction: column;
		gap: 10px;
	}
	
	.post-entry .blockquote-text{
        background-size: 30px auto;     
	}
	
	.post-tag ul li .elementor-post-info__item--type-terms span a{
		padding: 10px 15px;
		margin-bottom: 10px;
	}
	
	.recent-blog-post .elementor-swiper-button{
		width: 50px;
    	height: 35px;
	}
	
	.recent-blog-post .elementor-swiper-button-next {
		padding-right: 10px;
	}
	
	.recent-blog-post .elementor-swiper-button-prev {
    	clip-path: polygon(calc(50% - 7px) 0, 100% 0%, 100% 100%, 0% 100%);
		padding-left: 14px;
	}
}


/* Gravity Form Css */

form .gform-loader{
	display: none !important;
}

.gform_wrapper .gform_heading{
	display: none;
}

.gform_wrapper form .gform-body .gform_fields{	
	row-gap: 15px;
	column-gap: 30px;
}

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

.gform_wrapper form .gform-body .gform_fields .gfield .gform-field-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);
	text-transform: capitalize;
	color: var(--e-global-color-text);
	margin-bottom: 10px;
}

.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);
	background-color: var( --e-global-color-secondary );
	color: var(--dark-color);
	border-radius: 0px;
	border: none;
    box-shadow: none;
	height: auto;
	padding: 18px 20px;
}

.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(--dark-color);
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input:focus,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input:hover,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select:focus,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select:hover,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea:focus,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea:hover,
.gform_wrapper form .gform_footer .gform_button:focus,
.gform_wrapper form .gform_footer .gform_button:hover{
	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: 140px;
}

.gform_wrapper form .gform_footer{
	margin-top: 40px !important;
}

.gform_wrapper form .gform_footer .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;
	text-transform: uppercase !important;
    color: var(--white-color) !important;
    background-color: var(--e-global-color-accent) !important;
    border: none !important;
    border-radius: 0px !important;
    padding: 15px 20px !important;
    transition: all 0.3s ease-in-out !important;
}

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

.gform_confirmation_wrapper .gform_confirmation_message{
	font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    line-height: 1.2em;
    background: var(--e-global-color-primary);
    color: var(--e-global-color-accent);
    border-radius: 0px;
    padding: 15px;
}

@media only screen and (max-width: 991px) {
	.gform_wrapper form .gform-body .gform_fields .gfield .gform-field-label{
		margin-bottom: 10px;
	}

	.gform_wrapper form .gform-body .gform_fields {
		row-gap: 30px;
		column-gap: 30px;
	}
	
	.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{
		padding: 13px 16px;
	}

	.gform_wrapper form .gform_footer {
		margin-top: 30px !important;
	}
	
	.gform_wrapper form .gform_footer .gform_button{
		padding: 12px 20px !important;
	}

}

@media only screen and (max-width: 767px) {
	
		.gform_wrapper form .gform-body .gform_fields {
		row-gap: 20px;
		column-gap: 0px;
	}
	
	.gform_wrapper form .gform_footer{
		margin-top: 20px !important;
	}
}


.newsletter-form form{
	background: var(--e-global-color-primary);
	border: 1px solid var(--e-global-color-accent);
	padding: 5px;
	display: flex !important;
	align-items: center;
}

.newsletter-form form .gform-body{
	width: calc(100% - 46px) !important;
}

.newsletter-form form .gform-body .gform_fields{
	row-gap: 0;
    column-gap: 0;
}

.newsletter-form form .gform-body .gform_fields .gfield .ginput_container input{
	color: var(--white-color);
	padding: 11px 20px !important;
	background: var(--e-global-color-primary);
}

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

.newsletter-form form .gform_footer{
	margin-top: 0 !important;
	width: 46px !important;
}

.newsletter-form form .gform-button{
	position: absolute;
	width: 46px;
	height: 46px;
	background: var(--e-global-color-accent);	
}

.newsletter-form .gform_wrapper form .gform_footer .gform_button{
	background-image: url('/wp-content/uploads/2025/05/left-arrow.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
	padding: 0 !important;
	color: transparent !important;
	height: 46px !important;
	width: 46px !important;
}

.newsletter-form .gform_wrapper form .gform_footer .gform_button:hover{
	background-image: url('/wp-content/uploads/2025/04/arrow-2.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
	background-color: #fff !important;
	color: transparent !important;
}

.newsletter-form .gfield_description,
.newsletter-form .gform_validation_errors{
	display: none !important;
}

.newsletter-form .gform_confirmation_wrapper .gform_confirmation_message{
	color: var(--e-global-color-primary);
    background: var(--e-global-color-accent);
	font-size: 16px;
	padding: 10px;
}


/* 
 * Google Review CSS 
 * */

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

.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-text-font-family), Sans-serif;
	text-transform: none;
}

.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 {	
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

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

.sbr_carousel .sbr-owl-nav>div {
	--google-review-arrow: -90px;
	top: var(--google-review-arrow);
	left: auto;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--e-global-color-accent) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: 20px auto !important;
	border-radius: 0;
	color: var(--white-color);
	padding: 0;
	margin: 0;
	width: 66px;
    height: 46px;
	clip-path: polygon(calc(50% - 15px) 0, 100% 0%, 100% 100%, 0% 100%);
	transition: all 0.3s ease-in-out;
}

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

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

.sbr_carousel .sbr-owl-nav>div svg {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

.sbr_carousel .sbr-owl-nav>.sbr-owl-prev {
	right: 54px;
	background: var(--e-global-color-primary) !important;
	background-image: url("./images/right-arrow-2.svg") !important;
	background-position: center left 16px !important;
	background-repeat: no-repeat !important;
	clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 0% 100%);
}

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

.sbr_carousel .sbr-owl-nav>.sbr-owl-next {
	right: 0;	
	background-image: url("./images/left-arrow-2.svg") !important;
	background-position: center right 16px !important;
}


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

	/* Google Review Testimonial CSS */

	.sbr_carousel {
		padding-bottom: 0;
	}

	#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: 22px !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: -82px;
	}

}

@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 {
		top: auto;
		bottom: 0;
		width: 50px;
        height: 35px;
		background-size: 16px auto !important;
	}
	
	.sbr_carousel .sbr-owl-nav>.sbr-owl-prev {
		left: calc(50% - 45px);
		right: auto;
		background-position: center left 12px !important;
		clip-path: polygon(0 0, 100% 0, calc(100% - 14px) 100%, 0% 100%);
		background-size: 16px auto !important;
	}
	
	.sbr_carousel .sbr-owl-nav>.sbr-owl-next{
		right: calc(50% - 45px);
		background-position: center right 12px !important;
		clip-path: polygon(calc(50% - 10px) 0, 100% 0%, 100% 100%, 0% 100%);
	}
	
}





