/* 
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-secondary);
	--accent-bg: var(--e-global-color-e67f327);
	--light-bg: var(--e-global-color-5df61e9);
	--divider-color: #E3E3E3;
	--light-grey-color: #D9D9D9;
}

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

/* Icon Box Hover Effect */

.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;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--e-global-color-accent);
	border-radius: 50%;
	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,
.icon-box-hover.active .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,
.icon-box-hover.active .elementor-icon-box-wrapper .elementor-icon svg{
	fill: var(--e-global-color-secondary);
}


/* Button CSS */

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

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

.elementor-widget-button .elementor-button:after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--accent-bg);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.elementor-widget-button .elementor-button:hover:after{
	width: 100%;
    transform: skew(0deg);
    left: 0;
}

.elementor-widget-button .elementor-button .elementor-button-content-wrapper{
	align-items: center;
	border: 1px solid var(--white-color);
	padding: 12px 18px;
	transition: all 0.4s ease-in-out;
}

.elementor-widget-button .elementor-button:hover .elementor-button-content-wrapper{
	border: 1px solid var(--e-global-color-primary);
}

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

.light-bg.elementor-widget-button .elementor-button:after{
	background: var(--white-color);
}

.light-bg.elementor-widget-button .elementor-button .elementor-button-content-wrapper{
	transition: all 0.4s ease-in-out;
}

.light-bg.elementor-widget-button .elementor-button:hover .elementor-button-content-wrapper{
	border: 1px solid var(--e-global-color-primary);
}

/* 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{
	margin-bottom: -10px;
}

.section-title h3.elementor-heading-title {
    display: inline-block;
    position: relative;
    padding-left: 20px;
}

.section-title h3.elementor-heading-title::before{
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    background-color: currentcolor;
	border-radius: 10px;
    width: 10px;
	height: 10px;
	transform: translateY(-50%);
}

/* Icon List CSS */

.column-2 .elementor-icon-list-items{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 30px;
}

.column-2 .elementor-icon-list-items .elementor-icon-list-item{
	width: calc(50% - 15px);
}

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


@media only screen and (max-width: 991px) {
	
	.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{
		padding: 8px 12px;
	}
	
	.section-title h3.elementor-heading-title::before{
		transform: translateY(-50%);
	}
	
	.column-2 .elementor-icon-list-items .elementor-icon-list-item{
		width: 100%;
	}
}

/* 
 * Header CSS 
 * */

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

.main-header.elementor-sticky.elementor-sticky--effects{
	background: rgb(from var(--e-global-color-accent) r g b / 50%);
    backdrop-filter: blur(20px);
}

.header-logo img{
	transition: all 0.3s ease-in-out;
	filter: invert(1);
}

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

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

.mega-menu-item.mega-menu-item-has-children > ul{
/* 	opacity: 1 !important;
	visibility: visible !important; */
}

.mega-menu-item.mega-menu-item-has-children a.mega-menu-link{
	position: relative;
}

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

.mega-menu-item.mega-menu-item-has-children a.mega-menu-link:hover:before,
.mega-menu-item.mega-menu-item-has-children a.mega-menu-link:focus:before,
.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 > ul{
	margin-top: 12px !important;
}

.main-header.elementor-sticky.elementor-sticky--effects .header-menu .mega-menu-item.mega-menu-item-has-children > ul{
	margin-top: 3px !important;
}

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

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

.services-menu-tab .e-n-tabs-heading{
	background-color: var(--light-bg);
	padding-top: 82px;
}

.services-menu-tab ul{ 
	justify-content: space-between;
}

.services-menu-tab .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon,
.services-menu-tab ul li span.elementor-icon-list-icon{
	background-color: var(--light-grey-color);
	padding: 7.5px;
	transition: all 0.3s ease-in-out;
}

.services-menu-tab ul li span.elementor-icon-list-text{
	padding-inline-start: 15px !important;
}

.services-menu-tab .e-n-tabs-heading .e-n-tab-title:hover .e-n-tab-icon,
.services-menu-tab .e-n-tabs-heading .e-n-tab-title[aria-selected = "true"] .e-n-tab-icon,
.services-menu-tab ul li:hover span.elementor-icon-list-icon{
	background-color: var(--e-global-color-secondary);,
}

.services-menu-tab ul li span.elementor-icon-list-icon svg{
	margin: 0 !important;
}

.services-menu-tab .service-menu-box{
	transition: all 0.4s ease-in-out;
}

.services-menu-tab .service-menu-box:hover{
	background-color: var(--light-bg);
}

.services-menu-tab .service-menu-box .elementor-icon-box-icon .elementor-icon{
	position: relative;	
	overflow: hidden;
}

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

.services-menu-tab .service-menu-box:hover .elementor-icon-box-icon .elementor-icon:before{
	transform: scale(1);
}

.services-menu-tab .service-menu-box:hover .elementor-icon-box-icon .elementor-icon{
	color: var(--e-global-color-accent) !important;
}

.services-menu-tab .service-menu-box .elementor-icon-box-description{
	margin-bottom: 0 !important;
}

@media only screen and (max-width: 1024px) {
	
	.mobile-menu{
		display: block !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;
	}
	
	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box,
	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, 
	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
		width: 32px;
	}
	
	.header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
        display: flex;
        padding: 0 20px;
    }
	
	.mega-menu-item.mega-menu-item-has-children .mega-indicator {
		display: inline-block !important;
		margin: 0 0 0 10px !important;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu{
		padding: 0 !important;
	}
	
	.mega-menu-item.mega-menu-item-has-children a.mega-menu-link:before{
		display: none !important;
	}
	
	.header-menu .mega-menu-item.mega-menu-item-has-children > ul {
		margin-top: 0 !important;
	}
	
	.header-menu ul.mega-menu {
        margin-top: 26px !important;
        max-height: calc(100vh - 250px) !important;
        overflow: auto !important;
        filter: drop-shadow(0px 0px 30px rgb(from var(--e-global-color-text) r g b / 30%));
    }
	
	.main-header.elementor-sticky.elementor-sticky--effects .header-menu ul.mega-menu {
		margin-top: 11px !important;
	}
	
	.header-menu .mega-menu-wrap > ul > li.mega-menu-megamenu ul .services-menu-container {
		box-shadow: none !important;
	}
	
	.services-menu-tab .e-n-tabs-heading{
		padding-top: 0;
	}
	
	.services-menu-tab-title{
		position: initial !important;	
	}
	
	.services-menu-tab ul{
		flex-direction: column;
		gap: 30px;
		margin: 0;
	}
}

@media only screen and (max-width: 767px) {
	
	.main-header.elementor-sticky.elementor-sticky--effects .header-logo img{
		max-width: 50px;
	}
	
	.header-menu ul.mega-menu{
		max-height: calc(100vh - 150px) !important;
	}
	
	.services-menu-tab ul{
		gap: 20px;
	}
}


/*
 * Footer CSS
 * */

.footer-icon-box .elementor-icon-box-wrapper .elementor-icon{
	position: relative;
	border-color: rgb(from var(--divider-color) r g b / 20%) !important;
}

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

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

.footer-icon-box:hover .elementor-icon-box-wrapper .elementor-icon svg{
	color: var(--white-color);
}

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

.footer-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description{
	word-break: break-all;
}

.footer-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description span{
	color: var(--white-color);
	font-weight: 500;
}

@media only screen and (max-width: 1024px){
	
	.footer-privacy-menu .elementor-nav-menu--main{
		align-self: center !important;
	}
}

@media only screen and (max-width: 767px){
	
	.footer-icon-box .elementor-icon-box-wrapper{
		align-items: center;
	}
}

/*
 * Home CSS
 * */

.hero-section:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, transparent 58.28%, var(--e-global-color-accent) 99.09%);
	width: 100%;
	height: 50%;
	z-index: 0;
}

.hero-img img{
	aspect-ratio: 1 / 0.775;
	object-fit: cover;
}

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

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

.client-box-icon .elementor-icon-wrapper .elementor-icon{
	border: 1px solid var(--white-color);
}

.home-about-list ul{
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px 30px;
}

.home-about-list ul li{
	width: calc(50% - 15px);	
}

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

.home-why-choose-content{
	position: relative;
	counter-increment: section;
	overflow: hidden;
	z-index: 1;
}

.home-why-choose-content:before{
	content: "0" counter(section) " ";
    position: absolute;
    top: 30px;
    right: 30px;
    left: auto;
    bottom: auto;
	font-family: var(--e-global-typography-primary-font-family);
	font-size: var(--e-global-typography-primary-font-size);
	font-weight: var(--e-global-typography-primary-font-weight);
	line-height: var(--e-global-typography-primary-line-height);
	color: transparent;
	-webkit-text-stroke-width: 1px;
	stroke-width: 1px;
	-webkit-text-stroke-color: rgb(from var(--e-global-color-primary) r g b / 40%);
	stroke: rgb(from var(--e-global-color-primary) r g b / 40%);
	display: block;
	width: auto;
    height: auto;
	transition: all 0.4s ease-in-out;
    z-index: 2;
}

.home-why-choose-content .elementor-widget-container{
	position: relative;
	z-index: 1;
}

.home-why-choose-content:hover:before,
.home-why-choose-content.active:before{
	color: var(--white-color);
	-webkit-text-stroke-color: var(--white-color);
	stroke: var(--white-color);
}

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

.home-why-choose-content:hover .elementor-widget-container:after,
.home-why-choose-content.active .elementor-widget-container:after{
	height: 100%;
}

.home-why-choose-content .elementor-icon-box-icon{
	position: absolute;
	top: -20px;
	left: -20px;
}

.home-why-choose-content .elementor-icon-box-icon .elementor-icon{
	position: relative;
	overflow: hidden;
}

.home-why-choose-content .elementor-icon-box-icon .elementor-icon:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--light-bg);
	border-radius: 50%;
	width: 100%;
	height: 100%;
	transition: all 0.4s ease-in-out;
	transform: scale(0);
}

.home-why-choose-content:hover .elementor-icon-box-icon .elementor-icon:before,
.home-why-choose-content.active .elementor-icon-box-icon .elementor-icon:before{
	transform: scale(1.1);
}

.home-why-choose-content .elementor-icon-box-icon .elementor-icon svg{
	transition: all 0.4s ease-in-out;
}

/* .home-why-choose-content:hover .elementor-icon-box-icon .elementor-icon svg,
.home-why-choose-content.active .elementor-icon-box-icon .elementor-icon svg{
	color: var(--e-global-color-secondary);
} */

.home-why-choose-content .elementor-icon-box-wrapper .elementor-icon-box-content{
	padding-top: 120px;
}

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

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

.faq-style-1 .e-n-accordion-item:not(:last-child){
	border-bottom: 1px solid rgb(from var(--e-global-color-accent) r g b / 50%);
}

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

.get-in-touch-section:before{
	clip-path: polygon(0 -1px, calc(0% + 50px) -1px, 0 100%, 0% 100%);
}

@media only screen and (max-width: 1024px){
	
	.home-why-choose-content .elementor-icon-box-icon{
		top: -17px;
		left: -17px;
	}
	
	.home-why-choose-content .elementor-icon-box-wrapper .elementor-icon-box-content{
		padding-top: 90px;
	}
}

@media only screen and (max-width: 767px){
	
	.hero-section:after{
		height: 30%;	
	}
	
	.hero-img img{
		aspect-ratio: 1 / 0.8;	
	}
	
	.home-about-img-2 img{
		aspect-ratio: 1 / 0.85;	
	}
	
	.home-about-list ul{
		gap: 10px;
	}
	
	.home-about-list ul li{
		width: 100%;	
	}
	
	.home-why-choose-box .elementor-widget-container:before{
		top: 20px;
		right: 20px;
	}
	
	.home-why-choose-content .elementor-icon-box-icon{
		top: -15px;
		left: -15px;
	}
	
	.faq-style-1 .e-n-accordion-item .e-n-accordion-item-title-header{
		width: calc(100% - 30px);
	}
}


/*
 * About Us CSS
 * */

.hero-breadcrumb li.elementor-icon-list-item:not(:last-child)::after{
	content: "/";
	color: var(--white-color);
	border-left-width: 0 !important;
}

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

.about-img-2{
    transform: translateY(-50%);
}

.about-contact-btn .elementor-button{
	overflow: visible;
}

.about-contact-btn .elementor-button:after{
	display: none;
}

.about-contact-btn .elementor-button .elementor-button-content-wrapper{
	padding: 12px 18px 12px 35px;
}

.about-contact-btn .elementor-button-icon{
	position: absolute;
    left: -16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
    background-color: var(--e-global-color-secondary);
	color: var(--e-global-color-accent);
	border: 1px solid var(--white-color);
    border-radius: 50%;
	width: 36px;
	height: 36px;
	transition: all 0.4s ease-in-out;
}

.about-contact-btn .elementor-button:hover .elementor-button-icon{
	background-color: var(--e-global-color-primary);
}

.about-contact-btn .elementor-button:hover .elementor-button-icon svg{
	fill: var(--e-global-color-secondary) !important;
}

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

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

.about-how-works-box-wrapper{
	counter-reset: section;
}

.about-how-works-box .elementor-widget-container{
	position: relative;
}
 
.about-how-works-box .elementor-widget-container:before {
	counter-increment: section;
    content: "STEP 0" counter(section);
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translatex(-50%);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 18px;
	font-weight: var(--e-global-typography-text-font-weight);
	line-height: var(--e-global-typography-text-line-height);
	padding: 2px 10px 0.5px;
    background-color: var(--e-global-color-accent);
	color: var(--e-global-color-secondary);
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.about-how-works-box:hover .elementor-widget-container:before,
.about-how-works-box.active .elementor-widget-container:before{
	background-color: var(--white-color);
	color: var(--e-global-color-accent);
}

.counter-box:nth-child(odd){
	background-color: var(--e-global-color-accent);
}

.counter-box:nth-child(even){
/* 	background-color: var(--white-color); */
	background-color: var(--light-bg);
}

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

.meet-team-box .team-img img{
	aspect-ratio: 1 / 1.32; 
	object-fit: cover;
}

.meet-team-box .team-social-icon{
	opacity: 0;
	visibility: hidden;
	transform: translateY(140px);
	transition: all 0.6s ease-in-out;
}

.meet-team-box:hover .team-social-icon{
	opacity: 1;
	visibility: visible;
	transform: translateY(-81px);
}


@media only screen and (max-width: 1024px) {
	
	.team-box .team-img img{
		aspect-ratio: 1 / 1.2; 
		object-fit: cover;
	}
	
	.counter-box:nth-of-type(3n + 3){
		background-color: var(--light-bg);
	}
	
	.counter-box:nth-of-type(3n + 3) .elementor-widget-icon .elementor-icon{
		background-color: var(--e-global-color-accent) !important;
	}
	
	.counter-box:nth-of-type(3n + 3) .elementor-widget-icon .elementor-icon svg{
		fill: var(--white-color) !important;
	}
	
	.counter-box:nth-of-type(3n + 3) .elementor-widget-counter .elementor-counter-number-wrapper{
		color: var(--e-global-color-primary);
	}
	
	.counter-box:nth-of-type(3n + 3) .elementor-widget-counter .elementor-counter-title{
		color: var(--e-global-color-text);
	}
	
	.counter-box:nth-of-type(4n + 4){
		background-color: var(--e-global-color-accent);
	}
	
	.counter-box:nth-of-type(4n + 4) .elementor-widget-icon .elementor-icon{
		background-color: var(--white-color) !important;
	}
	
	.counter-box:nth-of-type(4n + 4) .elementor-widget-icon .elementor-icon svg{
		fill: var(--e-global-color-accent) !important;
	}
	
	.counter-box:nth-of-type(4n + 4) .elementor-widget-counter .elementor-counter-number-wrapper{
		color: var(--white-color);
	}
	
	.counter-box:nth-of-type(4n + 4) .elementor-widget-counter .elementor-counter-title{
		color: var(--white-color);
	}
	
	.about-faq-img img{
		aspect-ratio: 1 / 0.66;
	}
	
	.meet-team-box .team-img img {
		aspect-ratio: 1 / 1.2;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.team-box:hover .team-social-share{
		transform: translatey(-60px);
	}
	
	.counter-box:nth-of-type(3n + 3){
		background-color: var(--e-global-color-accent);
	}
	
	.counter-box:nth-of-type(3n + 3) .elementor-widget-icon .elementor-icon{
		background-color: var(--white-color) !important;
	}
	
	.counter-box:nth-of-type(3n + 3) .elementor-widget-icon .elementor-icon svg{
		fill: var(--e-global-color-accent) !important;
	}
	
	.counter-box:nth-of-type(3n + 3) .elementor-widget-counter .elementor-counter-number-wrapper{
		color: var(--white-color);
	}
	
	.counter-box:nth-of-type(3n + 3) .elementor-widget-counter .elementor-counter-title{
		color: var(--white-color);
	}
	
	.counter-box:nth-of-type(4n + 4){
		background-color: var(--light-bg);
	}
	
	.counter-box:nth-of-type(4n + 4) .elementor-widget-icon .elementor-icon{
		background-color: var(--e-global-color-accent) !important;
	}
	
	.counter-box:nth-of-type(4n + 4) .elementor-widget-icon .elementor-icon svg{
		fill: var(--white-color) !important;
	}
	
	.counter-box:nth-of-type(4n + 4) .elementor-widget-counter .elementor-counter-number-wrapper{
		color: var(--e-global-color-primary);
	}
	
	.counter-box:nth-of-type(4n + 4) .elementor-widget-counter .elementor-counter-title{
		color: var(--e-global-color-text);
	}
	
	.about-faq-img img {
        aspect-ratio: 1 / 1.1;
    }
	
	.meet-team-box-content .elementor-icon-box-wrapper{
		align-items: end;
	}
	
	.meet-team-box:hover .team-social-icon {
		transform: translateY(-66px);
	}
}

/*
 * Services List CSS
 * */


/*
 * Service 01 CSS
 * */

.service-1-about-img{
	position: relative;
}

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

.service-1-about-img:after{
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
}

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

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

.legal-avisors-img img{
	aspect-ratio: 1 / 0.67;
	object-fit: cover;
}

.service1-tab .e-n-tab-title{
	position: relative;
}

.service1-tab .e-n-tab-title:before{
	content: '';
	position: absolute;
	top: 50%;
    bottom: auto;
    right: -11px;
	border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid var(--e-global-color-primary);
    z-index: 1;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

.service1-tab .e-n-tab-title[aria-selected="false"]:hover:before,
.service1-tab .e-n-tab-title[aria-selected="true"]:hover:before,
.service1-tab .e-n-tab-title[aria-selected="true"]:before{
	opacity: 1;
	visibility: visible;
}

.service1-tab .tab-img img{
	aspect-ratio: 1 / 0.91;
	object-fit: cover;
}

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

.why-choose-firm-counter .elementor-counter{
	text-align: center;
}

.how-it-works-box{
	counter-reset: section;
}

.how-it-works-box .how-it-works-icon-box{
	position: relative;
}

.how-it-works-box .how-it-works-icon-box:before{
	content: "";
    position: absolute;
    top: 20px;
    left: auto;
    right: 0;
    bottom: auto;
	background-image: url("./images/how-it-works-box-arrow-icon.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
    width: 144px;
    height: 49px;
    transform: translateX(200px);
}

.how-it-works-box .how-it-works-icon-box:nth-child(odd):before{
	background-image: url("./images/how-it-works-box-arrow-icon.svg");
}

.how-it-works-box .how-it-works-icon-box:nth-child(even):before{
	background-image: url("./images/how-it-works-box-arrow-icon-2.svg");
	top: 50px;
}

.how-it-works-box .how-it-works-icon-box:nth-child(odd){
	margin-top: 30px;	
}

.how-it-works-box .how-it-works-icon-box:nth-child(even){
	margin-bottom: 30px;
}

.how-it-works-box .how-it-works-icon-box:last-child:before{
	display: none;
}

.how-it-works-icon-box{
	counter-increment: section;
}

.how-it-works-icon-box .elementor-icon-box-wrapper{
	position: relative;
}

.how-it-works-icon-box .elementor-icon-box-wrapper:before{
	content: "0" counter(section) " ";
	position: absolute;
	top: -12px;
	bottom: auto;
	right: 50%;
	left: auto;
	font-size: 12px;
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-secondary-font-weight);
	line-height: var(--e-global-typography-secondary-line-height);
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--e-global-color-secondary);
	background: var(--e-global-color-accent);
	border-radius: 50%;
	width: 25px;
	height: 25px;
	transform: translate(12px, 0);
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.how-it-works-icon-box:hover .elementor-icon-box-wrapper:before,
.how-it-works-icon-box.active .elementor-icon-box-wrapper:before{
	color: var(--e-global-color-accent);
	 background: var(--light-grey-color);
}


@media only screen and (max-width: 1024px){
	
	.service1-tab .e-n-tab-title:before{
		display: none;
	}
	
	.tab-img img{
		aspect-ratio: 1 / 0.65;	
	}
	
	.why-choose-firm-img img{
		aspect-ratio: 1 / 0.6;	
	}
	
	.how-it-works-box .how-it-works-icon-box:before{
		display: none;
	}
	
	.how-it-works-box .how-it-works-icon-box:nth-child(odd){
		margin-top: 0;
	}

	.how-it-works-box .how-it-works-icon-box:nth-child(even){
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px){
	
	.service-1-about-img:before,
	.service-1-about-img:after{
		width: 5px;	
		height: 45%;
	}
	
	.tab-img img{
		aspect-ratio: 1 / 1.1;
	}
	
	.why-choose-firm-img img{
		aspect-ratio: 1 / 1.05;	
	}
	
	.why-choose-firm-counter .elementor-counter{
		text-align: center;
	}
	
	.how-it-works-icon-box .elementor-icon-box-wrapper:before{
		top: 30px;
		right: auto;
		left: 55px;
	}
}

/*
 * Service 02 CSS
 * */

.service-02-counter{
	height: calc( var(--container-widget-width) + 20px );
}

.service-02-counter .elementor-widget-container{
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.service-2-hero-img-1 img{
	aspect-ratio: 1 / 1.1;
    object-fit: cover;
}

.service-2-hero-img-2 img{
	aspect-ratio: 1 / 1.15;
    object-fit: cover;
}

.how-work-list{
	counter-reset: my-counter;
}

.how-work-item{
	counter-increment: auto;
}

.how-work-item .elementor-cta{
	position: relative;
}

.how-work-item .elementor-cta:before{
	counter-increment: my-counter;
	content: "0"counter(my-counter);
	position: absolute;
	top: 30px;
	right: 0;
	width: 46px;
	height: 40px;
	color: var(--e-global-color-secondary);
	background: var(--e-global-color-accent);
	border-radius: 100px 0 0 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	font-size: 20px;
	z-index: 2;
}	

.how-work-item .elementor-cta .elementor-cta__icon svg,
.how-work-item .elementor-cta .elementor-cta__title,
.how-work-item .elementor-cta .elementor-cta__description{
	position: relative;
	z-index: 2;
}

.how-work-item .elementor-cta .elementor-cta__icon svg{
	transition: all 0.4s ease-in-out;
}

.how-work-item .elementor-cta:hover .elementor-cta__icon svg{
	fill: var(--white-color) !important;
}

.how-work-item .elementor-cta .elementor-cta__button-wrapper{
	line-height: 0;
}

.how-work-item .elementor-cta .elementor-cta__button{
	text-indent: -999px;
	height: 30px;
	width: 30px;
	background-image: url('images/right-white-arrow.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
	transition: all 0.4s ease-in-out;
}

.how-work-item .elementor-cta:hover .elementor-cta__button{
	background-color: var(--white-color);
	background-image: url('images/right-secondary-arrow.svg');
	background-size: 18px auto;
}

.how-work-item .elementor-cta:hover:before{
	background: var(--white-color);
    color: var(--e-global-color-accent);
}

.service-2-tab .e-n-tabs-heading .e-n-tab-title{
	position: relative;
}

.service-2-tab .e-n-tabs-heading .e-n-tab-title:after,
.service-2-tab .e-n-tabs-heading .e-n-tab-title:before{
	position: absolute;
	content:'';
	top: auto;
	bottom: -30px;
	left: 50%;
	transform:translatex(-50%);
	border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 30px solid var(--e-global-color-accent);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition:all 0.3s ease-in-out;
}

.service-2-tab .e-n-tabs-heading .e-n-tab-title:before{
	bottom: -45px;
    border-top: 30px solid var(--white-color);
}

.service-2-tab .e-n-tabs-heading .e-n-tab-title:hover:after,
.service-2-tab .e-n-tabs-heading .e-n-tab-title:hover:before,
.service-2-tab .e-n-tabs-heading button[aria-selected="true"]:after,
.service-2-tab .e-n-tabs-heading button[aria-selected="true"]:before{
	opacity:1;
	visibility: visible;
}

.service-2-tab-img{
	clip-path: polygon(100% 0px, 100% 100%, 100px 100%, 0px 0px);
}

.service-process-list{
	counter-reset: my-counter;
}

.service-process-item{
	position: relative;
	counter-increment: auto;
}

.service-process-item:before{
	counter-increment: my-counter;
	content: "0"counter(my-counter);
	position: absolute;
	top: 50px;
	right: 30px;
	color: var(--e-global-color-text);
	opacity: 10%;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: var(--e-global-typography-primary-font-size);
	font-weight: var(--e-global-typography-primary-font-weight);
	line-height: 0.8em;
	z-index: 1;
}	

@media only screen and (max-width: 1024px){
	
	.how-work-item .elementor-cta .elementor-cta__icon{
		margin-bottom: 10px !important;
	}

	.how-work-item .elementor-cta .elementor-cta__icon svg{
		font-size: 50px !important;
	}

	.service-2-tab .e-n-tabs-heading .e-n-tab-title:after,
	.service-2-tab .e-n-tabs-heading .e-n-tab-title:before{
		bottom: -20px;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 20px solid var(--e-global-color-accent);
	}

	.service-2-tab .e-n-tabs-heading .e-n-tab-title:before{
		bottom: -35px;
        border-top: 20px solid var(--white-color);
	}

	.service-2-tab-img{
		clip-path: none;
	}
	
	.service-process-item:before{
		top: 30px;
		right: 20px;
	}
}

@media only screen and (max-width: 767px){
	
	.service-02-counter{
		height: calc(var(--container-widget-width) + 10px);
	}
	
	.service-2-hero-img-1 img{
		aspect-ratio: 1 / 1.2;
	}
	
	.how-work-item .elementor-cta:before {
		top: 20px;
		width: 40px;
		height: 35px;
		font-size: 18px;
	}
	
	.how-work-item .elementor-cta .elementor-cta__button,
	.how-work-item .elementor-cta:hover .elementor-cta__button{
		background-size: 16px auto;
	}
	
	.service-2-tab .e-n-tabs-heading .e-n-tab-title:after,
	.service-2-tab .e-n-tabs-heading .e-n-tab-title:before{
		bottom: -15px;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid var(--e-global-color-accent);
	}

	.service-2-tab .e-n-tabs-heading .e-n-tab-title:before{
		bottom: -25px;
        border-top: 15px solid var(--white-color);
	}
	
	.service-process-item:before {
        top: 30px;
        right: 20px;
    }
}


/*
 * Service 03 CSS
 * */

.service-3-hero-img img{
	aspect-ratio: 1 / 1.011;
	object-fit: cover;
}

.who-we-are-img-box .elementor-widget-container{
	border: 1px solid rgb(from var(--white-color) r g b / 30%);
	background-color: rgb(from var(--e-global-color-secondary) r g b / 80%);
	backdrop-filter: blur(10px);
}

.our-expertise-insights-img-1 img{
	aspect-ratio: 1 / 0.72;
	object-fit: cover;
}

.our-expertise-insights-img-2 img{
	aspect-ratio: 1 / 0.6;
	object-fit: cover;
}

.service-03-tab .e-n-tabs-heading{
	display: flex;
	flex-direction: column;
/* 	flex-wrap: wrap; */
	align-content: var(--n-tabs-heading-justify-content);
}

.service-03-tab .e-n-tabs-heading .e-n-tab-title{
	position: relative;
	flex-direction: row;
/* 	width: calc(33.33% - 20px); */
	width: 100%;
	align-items: center;
	flex-basis: unset;
	gap: 20px;
}

.service-03-tab .e-n-tabs-heading .e-n-tab-title:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	left: auto;
	bottom: 0;
	background-color: var(--e-global-color-primary);
	mask-image: url("./images/tab-arrow.svg");
	mask-position: center center;
	mask-size: auto;
	width: 22px;
	height: 22px;
	transition: all 0.4s ease-in-out;
	transform: translateY(-50%);
}

.service-03-tab:hover .e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover:before,
.service-03-tab .e-n-tabs-heading .e-n-tab-title[aria-selected=true]:before,
.service-03-tab:focus .e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover:before,
.service-03-tab.active .e-n-tabs-heading .e-n-tab-title[aria-selected=true]:before{
	background-color: var(--white-color);
}

.service-03-tab .e-n-tabs-heading .e-n-tab-title-text{
	width: calc(100% - 50px);
}

.service-tab-img img{
	aspect-ratio: 1 / 0.7;
	object-fit: cover;
	border: 1px solid rgb(from var(--e-global-color-text) r g b / 10%);
}

.service-tab-img .elementor-wrapper{
	--video-aspect-ratio: 1.43 !important;
	border: 1px solid rgb(from var(--e-global-color-text) r g b / 10%);
}

.elementor-custom-embed-play i,
.elementor-custom-embed-play svg{
	opacity: 1;
	text-shadow: none;
}

.location-list ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.location-list ul li{
	position: relative;
	justify-content: center;
	width: calc(25% - 15px);
	background: var(--e-global-color-secondary);
	padding: 15px !important;
	z-index: 1;
	overflow: hidden;
}

.location-list ul li > *{
	position: relative; 
	z-index: 1;
}

.location-list ul li:before{
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	right: 0;
	bottom: 0;
	border: 1px solid var(--e-global-color-primary);
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	z-index: 0;
	transition: all 0.3s ease-in-out;
}

.location-list ul li:hover:before {
    border-color: var(--e-global-color-secondary);
}

.location-list ul li:after{
	content: '';
    display: block;
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0 !important;
    height: 106%;
    background: var(--e-global-color-primary);
    transform: skew(45deg) translateX(-30px);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.location-list ul li:hover:after {
    width: 100% !important;
    transform: skew(0deg);
}

.location-list ul li .elementor-icon-list-icon i{
	width: auto !important;
	padding-right: 5px !important;
}

@media only screen and (max-width: 1024px){
	
	.our-expertise-insights-img-1 img{
		aspect-ratio: 1 / 0.65;	
	}
	
	.service-03-tab .e-n-tabs-heading{
		display: var(--n-tabs-heading-display);
	}
	
	.service-03-tab .e-n-tabs-heading .e-n-tab-title{
		width: 100% !important;
		flex-direction: row;
		align-items: center;
		gap: 0;
	}
	
	.service-03-tab .e-n-tabs-heading .e-n-tab-icon{
		margin-bottom: 0;
		margin-right: 20px;
	}
	
	.service-03-tab .e-n-tabs-heading .e-n-tab-title-text{
		width: calc(100% - 100px);
	}
}

@media only screen and (max-width: 767px){
	
	.service-3-hero-img img{
		aspect-ratio: 1 / 1.2;
	}
	
	.our-expertise-insights-img-1 img{
		aspect-ratio: 1 / 1.05;	
	}
	
	.our-expertise-insights-img-2 img{
		aspect-ratio: 1 / 1.05;
	}
	
	.service-03-tab .e-n-tabs-heading .e-n-tab-title:before{
		right: 15px;
		width: 18px;
		height: 18px;
	}
	
	.service-tab-img img{
		aspect-ratio: 1 / 0.95;
	}
	
	.service-tab-img .elementor-wrapper{
		--video-aspect-ratio: 1.04 !important;
	}
	
	.service-03-tab .e-n-tabs-heading .e-n-tab-title-text{
		font-weight: 400 !important;
	}
	
	.location-list ul{		
		gap: 20px;
	}

	.location-list ul li{
		width: calc(50% - 10px);		
		padding: 15px !important;
	}

	.location-list ul li:before{
		top: 5px;
		left: 5px;
		width: calc(100% - 10px);
		height: calc(100% - 10px);
	}
}


/*
 * Location Page CSS
 * */

.location-about-img-box:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	border: 4px solid var(--e-global-color-accent);
	width: calc(100% - 260px);
	height: calc(100% - 80px);
	transform: translate(-50%, -50%);
}

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

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

.icon-box-hover-square.icon-box-hover .elementor-icon-box-wrapper .elementor-icon:before{
	background-color: var(--light-bg);
	border-radius: 0;
}

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

.icon-box-hover-square.icon-box-hover:hover .elementor-icon-box-wrapper .elementor-icon svg{
	fill: var(--e-global-color-primary);
}

.faq-counter .elementor-widget-container{
	backdrop-filter: blur(20px);
}

.faq-counter .elementor-counter-title{
	text-align: center;
}

.location-cta-box-step{
    counter-reset: my-counter;
}

.location-cta-box-step .location-cta-box-hover-effect{
    counter-increment: auto;
}

.location-cta-box-step .location-cta-box-hover-effect::before{
    counter-increment: my-counter;
    content: "0" counter(my-counter);
    position: absolute;
    top: 40px;
    right: 0;
    left: 40px;
    bottom: auto;
    color: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: 30px;
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    font-style: var(--e-global-typography-primary-font-style);
    line-height: var(--e-global-typography-primary-line-height);
    width: fit-content;
    height: fit-content;
    z-index: 2;
	transition: all 0.3s ease-in-out;
}

.location-cta-box-step .location-cta-box-hover-effect:hover:before{
	font-size: 50px;
}

.location-cta-box-hover-effect .elementor-cta__content{
	position: relative;
    --padding-for-cta-content: 40px;
}

.location-cta-box-hover-effect .elementor-cta__content .elementor-cta__title{
    transform: translateY(0);	
    transition: all 0.6s ease-in-out !important;
	z-index: 1;
}

.location-cta-box-hover-effect .elementor-cta__content .elementor-cta__description{
	display: block;
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
    opacity: 0;
    visibility: hidden;
	transform: translateY(100px);
	padding: 0 40px;
    transition: all 0.6s ease-in-out !important;
	z-index: 0;
}

.location-cta-box-hover-effect .elementor-cta:hover .elementor-cta__content .elementor-cta__description,
.location-cta-box-hover-effect .elementor-cta.active .elementor-cta__content .elementor-cta__description{
	opacity: 1;
    visibility: visible;
    transform: translateY(-70px);
}

/*
.location-cta-box-hover-effect:hover .elementor-cta__content .elementor-cta__description{
    opacity: 1;
    visibility: visible;
    transform: translateY(-90px);
}
*/

.location-cta-box-hover-effect .elementor-cta__content .elementor-cta__button-wrapper{
	line-height: 0;
	margin-top: 20px;
}

.location-cta-box-hover-effect .elementor-cta__content .elementor-cta__button-wrapper a{
    text-indent: -999px;
	background: url("../images/right-white-arrow.svg") no-repeat center center;
	background-size: contain;
	width: 16px;
	height: 16px;
}



@media only screen and (max-width: 1024px){
	
	.location-about-img img{
		aspect-ratio: 1 / 1.55;	
	}
	
	.location-cta-box-step .location-cta-box-hover-effect::before{
        top: 30px;
        left: 30px;
		font-size: 26px;
    }
	
	.location-cta-box-step .location-cta-box-hover-effect:hover:before{
		font-size: 40px;
	}
	
	.location-cta-box-hover-effect .elementor-cta__content .elementor-cta__description{
        padding: 0 30px;
    }
}

@media only screen and (max-width: 767px){
	
	.location-about-img-box:before{
		border-width: 2px;
		width: calc(100% - 80px);
        height: calc(100% - 50px);
	}
	
	.location-about-img img{
		aspect-ratio: 1 / 1.99;
	}
	
	.location-cta-box-step .location-cta-box-hover-effect::before{
        top: 20px;
        left: 20px;
        font-size: 24px;
	}
	
	.location-cta-box-step .location-cta-box-hover-effect:hover:before{
		font-size: 30px;
	}

    .location-cta-box-hover-effect .elementor-cta__content .elementor-cta__description{
        padding: 0 20px;
    }

    .location-cta-box-hover-effect .elementor-cta__content .elementor-cta__button-wrapper a:before{
        width: 22px;
        height: 22px;
    }
	
	.location-cta-box-hover-effect .elementor-cta:hover .elementor-cta__content .elementor-cta__description,
	.location-cta-box-hover-effect .elementor-cta.active .elementor-cta__content .elementor-cta__description{
		transform: translateY(-60px);
	}
}



/*
 * Blog List CSS
 * */

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

.blog-categories-style ul li .elementor-post-info__terms-list a{
	display: none;
}

.blog-categories-style ul li .elementor-post-info__item .elementor-post-info__terms-list {
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	color: transparent;
}

.blog-categories-style ul li .elementor-post-info__item .elementor-post-info__terms-list-item {
	font-size: 16px;
	color: var(--e-global-color-text);
	display: none;
}

.blog-categories-style ul li .elementor-post-info__item:first-child{
	padding-left: 0 !important;
}

.blog-categories-style ul li .elementor-post-info__item .elementor-post-info__terms-list-item:first-child {
	display: block
}

.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(--light-bg);
	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-accent);
/* 	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/arrow-prev.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.next{
	background-image: url("images/arrow-next.svg");
}

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


.blog-loop-grid .elementor-pagination .page-numbers.next:hover,
.blog-loop-grid .elementor-pagination .page-numbers.next:focus{
	background-image: url("images/arrow-next-1.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-featured-image img {
		aspect-ratio: 1 / 0.8;
	}
}

@media only screen and (max-width: 767px){
	
	.blog-categories-style ul li .elementor-post-info__item:not(:first-child){
		padding-left: 8px !important;
	}

}

/*
 * Blog Single CSS
 * */

.hero-breadcrumb.blog-single-breadcrumb li.elementor-icon-list-item:not(:last-child):after{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background-color: var(--e-global-color-secondary);
}

.hero-breadcrumb.blog-single-breadcrumb li:first-child a{
	color: inherit;
	display: none;
}

.hero-breadcrumb.blog-single-breadcrumb li:first-child a:first-child{
	display: block;
}

.featured-img img{
	aspect-ratio: 1 / 0.462;
	object-fit: cover;
}

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

.blog-single-image img{
	aspect-ratio: 1 / 1.29;
	object-fit: cover;
}

.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);
	border: 1px solid var(--e-global-color-accent);
	padding: 12px 30px;
	margin-right: 15px;
	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(--accent-bg);
	border-color: var(--e-global-color-accent);
	color: var(--e-global-color-accent) !important;
}


@media only screen and (max-width: 1024px){
	
	.featured-img img{
		aspect-ratio: 1 / 0.62;	
	}
	
	.post-entry .blockquote-text{
        background-position: top 20px left 20px;
        background-size: 25px auto;
        padding: 20px;
        text-indent: 40px;
	}
	
	.blog-single-image img{
		aspect-ratio: 1 / 1.1;	
	}
}

@media only screen and (max-width: 767px){
	
	.featured-img img{
		aspect-ratio: 1 / 1.1;
	}	
	
	.blog-single-image img{
		aspect-ratio: 1 / 0.95;	
	}
	
	.post-tag ul li .elementor-post-info__item--type-terms span a{
		padding: 10px 15px;
		margin-bottom: 10px;
	}
}

/*
 * Contact Us CSS
 * */

.contact-us-item .elementor-cta__bg-wrapper .elementor-cta__bg-overlay{
	background: linear-gradient(180deg, transparent 0%, var(--e-global-color-accent) 100%);
}

.google-map,
.google-map .elementor-custom-embed{
	height: 100%;
}

@media only screen and (max-width: 1024px){
	
	.contact-us-item .elementor-cta .elementor-cta__icon{
		margin-bottom: 10px !important;
	}
	
	.contact-us-item .elementor-cta .elementor-cta__icon svg{
		font-size: 50px !important;
	}
}

@media only screen and (max-width: 767px){
	
	.contact-us-item .elementor-cta .elementor-cta__icon svg{
		font-size: 45px !important;
	}
}


/*
 * Thank You CSS
 * */



/* 
 * Gravity Form CSS
 * */

.gform_wrapper .gform_heading{
	display: none;
}

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

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

.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(--light-bg);
	border: 1px solid var(--light-bg);
	border-radius: 0;
    box-shadow: none;
	height: auto;
	padding: 12px 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(--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);
}

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

.gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-date .ginput_container{
	position: relative;
}

.gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-date .ginput_container:after{
	position: absolute;
	top: 50%;
	left: auto;
	right: 10px;
	transform: translateY(-50%);
}

.gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-time{
	--gf-icon-ctrl-number: none;
}

.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 .gform-button:focus{
	outline: none !important;
	box-shadow: none;
}

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

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

.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: 12px;
    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: 20px;
	justify-content: flex-start;
}

.gform_wrapper form .gform_footer .gform_button,
.gform_wrapper form .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;
    background-color: var(--white-color) !important;
    color: var(--e-global-color-accent) !important;
    border: 1px solid var(--white-color) !important;
    border-radius: 0 !important;
    padding: 15px 30px !important;
    transition: all 0.3s ease-in-out !important;
	box-shadow: none;
}

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

.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: 26px;
    font-weight: var(--e-global-typography-primary-font-weight);
    line-height: var(--e-global-typography-primary-line-height);
    color: var(--white-color);
}

/* CTA Form CSS */

.cta-form .gform_wrapper form{
	background-color: var(--white-color);
	padding: 5px;
}

.cta-form .gform_wrapper .gform_validation_errors{
	display: none;
}

.cta-form .gform_wrapper form .gform-body .gform_fields{
	column-gap: 0; 
}

.cta-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input{
	background-color: var(--white-color);
	background-image: url("./images/phone-icon.svg");
	background-position: center left 15px;
	background-repeat: no-repeat;
	background-size: 10px auto;
	border-color: var(--white-color);
    padding: 9px 9px 9px 40px;
}

.cta-form .gform_wrapper form .gform-body .gform_fields .gfield.gfield_error input{
	border-color: red;
}

.cta-form .gform_wrapper form .gform-body .gform_fields .gfield .validation_message{
	display: none;
}

.cta-form .gform_wrapper form .gfield--type-submit{
	justify-content: end;
}

.cta-form .gform_wrapper form .gform-button{
	padding: 12px 15px !important;
}

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

.cta-form .gform_wrapper .gform_confirmation_message{
	color: var(--white-color);	
}

@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;
	}
	
	.cta-form .gform_wrapper form .gform-body .gform_fields {
		row-gap: 10px;
	}
	
	.cta-form .gform_wrapper form .gform-button{
		width: 100% !important;
	}
	
}





