/* 
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-d84c982);
	--divider-color: var(--e-global-color-7d63644);
	--light-bg: var(--e-global-color-821331f);
}

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

.no-bg.elementor-widget-button .elementor-button{
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	text-transform: uppercase;	
}

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

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

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

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

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

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

.elementor-widget-button .elementor-button-content-wrapper .elementor-button-icon{
	background-color: var(--white-color);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	transition: all 0.4s ease-in-out;
}

.dark-btn.elementor-widget-button .elementor-button:hover .elementor-button-content-wrapper .elementor-button-icon,
.dark-btn.elementor-widget-button .elementor-button:focus .elementor-button-content-wrapper .elementor-button-icon{
	background-color: var(--e-global-color-secondary);
}

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

.elementor-widget-button .elementor-button .elementor-button-icon svg{
	fill: var(--e-global-color-secondary);
	width: 14px;
	height: auto;
}

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

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

.dark-btn.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-text{
	transition: all 0.4s ease-in-out
}

.dark-btn.elementor-widget-button .elementor-button:hover .elementor-button-content-wrapper .elementor-button-text{
	color: var(--e-global-color-secondary);	
}

/* 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 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-accent);
    mask-image: url("./images/icon-sub-heading.svg");
    mask-size: contain;
	mask-repeat: no-repeat;
    width: 26px;
    height: 24px;
}

.no-color-title.section-title h3.elementor-heading-title::before{
	background-color: currentcolor;
}

/* Top Right Shape CSS */
.top-right-shape{
	clip-path: polygon(0 0, calc(100% - 55px) 0, 100% 55px, 100% 100%, 0% 100%);
}

/* Top Left Shape CSS */
.top-left-shape{
	clip-path: polygon(55px 0, 100% 0, 100% 100%, 0 100%, 0% calc(0% + 55px));
}

/* Top bottom Shape CSS */
.top-bottom-shape{
	clip-path: polygon(55px 0%, 100% 0, 100% calc(100% - 55px), calc(100% - 55px) 100%, 0 100%, 0 55px);
}

/* Column 2 CSS */

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

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


@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{
		gap: 10px !important;	
	}
	
	.elementor-widget-button .elementor-button-content-wrapper .elementor-button-icon{
		width: 30px;
		height: 30px;
	}
	
	.elementor-widget-button .elementor-button .elementor-button-icon svg{
		width: 12px;
	}
	
	.section-title h3.elementor-heading-title{
		padding-left: 22px;
	}
	
	.section-title h3.elementor-heading-title::before{
		width: 20px;
		height: 16px;
	}
	
	.column-2 .elementor-icon-list-items .elementor-icon-list-item{
		width: 100%;
	}
	
	/* Top Right Shape CSS */
	.top-right-shape{
		clip-path: polygon(0 0, calc(100% - 45px) 0, 100% 45px, 100% 100%, 0% 100%);
	}

	/* Top Left Shape CSS */
	.top-left-shape{
		clip-path: polygon(45px 0, 100% 0, 100% 100%, 0 100%, 0% calc(0% + 45px));
	}

	/* Top bottom Shape CSS */
	.top-bottom-shape{
		clip-path: polygon(45px 0%, 100% 0, 100% calc(100% - 45px), calc(100% - 45px) 100%, 0 100%, 0 45px);
	}	
}

/* 
 * Header CSS 
 * */

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

.main-header.elementor-sticky.elementor-sticky--effects{
/* 	background: #00000099;
	backdrop-filter: blur(20px); */
}

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

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

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

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

/* Mega Menu CSS */
/* 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 */
body.page-id-15 .header-menu ul li.mega-menu-visiable ul{
    opacity: 1 !important;
	visibility: visible !important;
}

.header-menu .mega-menu-wrap > ul > li > ul{
	margin-top: 25px !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 10px 0px rgb(from var(--e-global-color-primary) r g b / 5%);
}

/* * Mega Menu Tab CSS * */

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu{
	background-image: url("./images/services-img.jpeg");
	background-position: center right -1px;
	background-repeat: no-repeat;
	background-size: 45% 100%;
	min-height: 350px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item{
	width: 55%;
	display: flex;
	align-items: center;
	min-height: 116.77px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size) !important;
    font-weight: var(--e-global-typography-secondary-font-weight) !important;
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    line-height: var(--e-global-typography-secondary-line-height);
	width: 100%;
	padding: 30px 10px 30px 80px;
	background: transparent !important;
	color: var(--e-global-color-primary) !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-current_page_item > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus{
	color: var(--e-global-color-accent) !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:before{
	position: absolute;
	left: 20px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > .mega-indicator{
	display: none;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu{
	width: 45%;
	float: right;
	left: auto;
	right: 0;
	border: 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li{
	position: relative;
	width: 100%;
	min-height: 350px;
	padding: 30px !important;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li:before{
	content: '';
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(180deg, transparent 29.07%, var(--e-global-color-primary) 100%);
	width: 100%;
	height: 100%;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.service-one,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.service-two,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.service-three{
	background-image: url("./images/services-one-img.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.service-two{
	background-image: url("./images/services-two-img.webp");
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.service-three{
	background-image: url("./images/services-three-img.webp");
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li > a{
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size) !important;
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    line-height: var(--e-global-typography-secondary-line-height);
	color: var(--white-color) !important;
	text-align: center;
	padding: 0 !important
}

/* Mega Menu Templated CSS */
.services-menu-tab .e-n-tabs-heading{
	padding: 100px 40px 40px;
}

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

.services-menu-tab .e-n-tabs-content > .e-con,
.services-menu-tab .e-n-tabs-content > .e-con > .e-con{
	height: 100%;
}

@media only screen and (max-width: 1024px) {
	
	/* Elementor Header CSS */
	.main-header.elementor-sticky.elementor-sticky--effects .header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown{
		margin-top: 28px !important;
	}
	
	/* Mega Menu CSS */
	.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: 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;
		transition: all 0.3s ease-in-out;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
		margin-left: auto;
	}
	
	.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;
	}
	
	/* * Mega Menu Tab CSS * */
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > .mega-indicator{
		display: block;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu{
		background-image: none;
		background-size: 0;
		min-height: auto !important;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item{
		width: 100%;
		flex-direction: column;
		justify-content: center;
		min-height: 60px;
		padding: 0 !important;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
		font-size: 16px !important;
		padding: 20px 30px 20px 60px !important;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu{
		width: 100%;
		float: left;
		left: 0;
	}	
	
	/* Template CSS */
	
	.services-menu-tab .e-n-tabs-heading{
		padding: 100px 0 0;
	}
}

@media only screen and (max-width: 767px) {
	
	.header-top-contant-info ul{
		gap: 10px;
	}
	
	/* Elementor Header CSS */
	.main-header.elementor-sticky.elementor-sticky--effects .header-logo img{
		max-width: 150px;
	}
	
	.main-header.elementor-sticky.elementor-sticky--effects .header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown{
		margin-top: 23px !important;
	}	
	
	/* Mega Menu CSS */
	
	.header-top-contant-info ul li:after{
		display: none;
	}
	
	.header-menu ul.mega-menu{
		margin-top: 20px !important;
        max-height: calc(100vh - 200px) !important;
        filter: drop-shadow(0px 0px 10px rgb(from var(--e-global-color-text) r g b / 10%));
	}
	
	/* * Mega Menu Tab CSS * */
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item{
		min-height: auto;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li{
		min-height: 250px;
		padding: 20px !important;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
		padding: 20px 20px 20px 50px !important;
		font-size: 16px !important;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:before{
		left: 15px;
	}
	
	/* Template CSS */
	
	.services-menu-tab .e-n-tabs-heading{
		padding: 0;
	}
	
	.services-menu-tab-title{
		position: initial !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: 40px;
		height: 40px;
	}
	
	.services-menu-tab .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text:before{
		display: none;
	}
}

/* Force submenu text size */
#mega-menu-wrap-menu-1 
#mega-menu-menu-1 
ul.mega-sub-menu 
li.mega-menu-item 
> a.mega-menu-link {
    font-size: 18px !important;
    line-height: 1.4;
}

/*
 * 	Footer CSS
 * */

.footer-privacy-menu ul li:after{
	transform: rotate(22deg);
}

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

	.footer-privacy-menu{
		display: flex;
		justify-content: center;
	}
}

@media only screen and (max-width: 767px) {
	
	.footer-menu ul{
		display: block !important;
	}
	
	.footer-menu ul li{
		margin-bottom: 10px;
	}
	
	.footer-menu ul li:last-child{
		margin-bottom: 0;
	}
	
	.footer-menu ul li a{
		margin: 0 !important;
	}
}

/*
 * 	Home Page CSS
 * */

.home-icon-box-container{
	filter: drop-shadow(0px 0px 20px rgba(23, 38, 47, 0.10));	
}

.home-icon-box .elementor-icon-box-icon .elementor-icon{
	position: relative;
}

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

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

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

.home-icon-box:hover .elementor-icon-box-icon .elementor-icon svg{
	color: var(--e-global-color-accent);
}

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

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

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

.home-about-img-2 .elementor-widget-container{
	position: relative;
}

.home-about-img-2 .elementor-widget-container:before{
	content: "";
	position: absolute;
	top: -110px;
    left: 110px;
	background-color: rgb(from var(--e-global-color-accent) r g b / 14%);
	mask-image: url("./images/home-about-bg-dot-shape.svg");
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 120px;
	height: 100px;
}

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

.contact-circles .elementor-widget-text-path .e-text-path{
	animation: infiniterotate 25s infinite linear;
}

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

.top-right-shape.home-service-container{
	clip-path: polygon(0 0, calc(100% - 45px) 0, 100% 45px, 100% 100%, 0% 100%);
}

.home-service-img img{
	aspect-ratio: 1 / 0.662;
	object-fit: cover;
}

.home-service-icon-box .elementor-icon-box-wrapper .elementor-icon{
	position: absolute;
	top: -60px;
	right: 0;
}

.home-why-choose-icon-box .elementor-icon-box-wrapper .elementor-icon{
	border-color: rgb(from var(--white-color) r g b / 14%) !important;
	padding-right: var(--icon-box-icon-margin,15px) !important;
}

.home-how-it-work-section{
	counter-reset: section;
}

.home-how-it-work-box{
	counter-increment: section;
}

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

.home-how-it-work-box .elementor-icon-box-wrapper:before{
	content: "STEP 0" counter(section) " ";
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	bottom: auto;
	background-color: var(--light-bg);
	color: var(--e-global-color-accent);
	font-family: var(--e-global-typography-text-font-family);
	font-size: 16px;
	font-weight: 600; 
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 35px;
	transition: all 0.4s ease-in-out;
}

.home-how-it-work-box:hover .elementor-icon-box-wrapper:before{
	background-color: var(--e-global-color-accent);
	color: var(--white-color);
}

.home-how-it-work-box .elementor-icon-box-content .elementor-icon-box-title{
	padding-bottom: 30px;
	border-bottom: 1px solid var(--divider-color);
}

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

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

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


@media only screen and (max-width: 1024px) {
	
	.home-about-img-2 .elementor-widget-container:before{
		left: 150px;
	}
}

@media only screen and (max-width: 767px) {
	
	.home-about-img img{
		aspect-ratio: 1 / 1.2;
	}
	
	.home-about-img-2 img{
		aspect-ratio: 1 / 1.1;
	}
	
	.home-about-img-2 .elementor-widget-container:before{
		display: none;
		left: 0;
	}
	
	.home-service-icon-box .elementor-icon-box-wrapper .elementor-icon{
		top: -50px;	
	}
	
	.home-how-it-work-box .elementor-icon-box-content .elementor-icon-box-title{
		padding-bottom: 20px;	
	}
} 

/*
 * 	About Us Page CSS
 * */

.breadcrumb ul li:after{
	transform: rotate(22deg);
}

.about-text p strong{
	font-weight: 600;
}

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

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

.about-us-tab .e-n-tabs-heading .e-n-tab-title{
    position: relative;
    border-bottom: 1px solid rgb(from var(--e-global-color-text) r g b / 14%);
}

.about-us-tab .e-n-tabs-heading .e-n-tab-title:before{
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    left: auto;
    right: 0;
    background-color: var(--e-global-color-accent);
    width: 0;
    height: 4px;
    transition: all 0.4s ease-in-out;
}

.about-us-tab .e-n-tabs-heading .e-n-tab-title:hover:before{
	width: 100%;
	right: 0;
	left: 0;
}

.about-us-tab .e-n-tabs-heading .e-n-tab-title[aria-selected=true]:before{
	width: 100%;
}

.about-us-tab .e-n-tabs-heading .e-n-tab-title:first-child{
	padding: 0 25px 25px 0;
}

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

@media only screen and (max-width: 1024px) {
	
	.about-us-img img{
		aspect-ratio: 1 / 0.85;
	}
}
@media only screen and (max-width: 767px) {
	
	.breadcrumb ul li:after{
		height: 18px !important;	
	}
	
	.about-us-img img{
		aspect-ratio: 1 / 1.15;	
	}
}

/*
 * Services Pages CSS
 * */



/*
 * Services 1 Page CSS
 * */

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

.service-1-cta .elementor-cta__content .elementor-cta__button-wrapper .elementor-cta__button{
	position: relative;
}

.service-1-cta .elementor-cta__content .elementor-cta__button-wrapper .elementor-cta__button:before{
	content: "";
	position: absolute;
	top: 50%;
	left: auto;
	right: 0;
	bottom: auto;
	background: var(--e-global-color-accent);
	mask-image: url("./images/service-cta-btn-arrow.svg");
	mask-repeat: no-repeat;
	mask-size: cover;
	width: 12px;
	height: 12px;
	transform: translate(25px, -6px);
}

.service-1-why-choose-box .elementor-icon-box-wrapper .elementor-icon{
	position: relative;
	z-index: 1;
}

.service-1-why-choose-box .elementor-icon-box-wrapper .elementor-icon:before{
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	right: 0;
	bottom: 0;
	border: 2px solid var(--e-global-color-accent);
	border-radius: 50%;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
}

.service-1-why-choose-box .elementor-icon-box-wrapper .elementor-icon:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--e-global-color-secondary);
	border-radius: 50%;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
	z-index: -1;
}

.service-1-why-choose-box:hover .elementor-icon-box-wrapper .elementor-icon:after{
	transform: scale(1.1);
}

.service-1-counter-box{
	position: relative;
	background: var(--light-bg);
	z-index: 1;
}

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

.service-1-counter-box:hover:before{
	height: 100%;
}	

.service-1-counter-box .elementor-counter .elementor-counter-title{
	text-align: center;
	transition: all 0.4s ease-in-out;
}

.service-1-counter-box:hover .elementor-counter .elementor-counter-title{
	color: var(--white-color);
}

.service-1-counter-box .elementor-counter-number-wrapper{
	transition: all 0.4s ease-in-out;
}

.service-1-counter-box:hover .elementor-counter-number-wrapper{
	color: var(--white-color) !important;
}

.service-1-our-key-service-box .elementor-icon-box-wrapper .elementor-icon-box-icon{
	text-align: end;
}
		
.service-1-our-key-service-box .elementor-icon-box-content .elementor-icon-box-title{
	padding-bottom: 30px;
	border-bottom: 1px solid rgb(from var(--white-color) r g b / 14%);
}

.service-1-tab .e-n-tabs-heading{
	align-self: center;
	padding: 40px;
	border: 1px solid var(--divider-color);
}

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

.service-1-feature-box{
	border: 1px solid transparent;
	transition: all 0.4s ease-in-out;
}

.service-1-feature-box:hover{
	background: rgb(from var(--e-global-color-primary) r g b / 50%);
	border: 1px solid var(--e-global-color-accent);
}

@media only screen and (max-width: 1024px){
	
	.service-1-tab.top-right-shape{
		clip-path: unset;
	}
	
	.service-1-tab .e-n-tabs-content .e-con{
		clip-path: polygon(0 0, calc(100% - 55px) 0, 100% 55px, 100% 100%, 0% 100%);
	}
}
@media only screen and (max-width: 767px){
	
	.service-1-about-img img{
		aspect-ratio: 1 / 1.05;	
	}
	
	.service-1-cta .elementor-cta__content .elementor-content-item{
		margin-bottom: 20px !important;
	}
	
	.service-1-cta .elementor-cta__content .elementor-content-item .elementor-icon{
		font-size: 40px !important;
	}
	
	.service-1-our-key-service-box .elementor-icon-box-wrapper .elementor-icon-box-icon{
		text-align: start;	
	}
	
	.service-1-our-key-service-box .elementor-icon-box-content .elementor-icon-box-title{
		padding-bottom: 20px;
	}
}


/*
 * Services 2 Page CSS
 * */

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

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

.service-2-tab .e-n-tabs-heading{
	background: var(--light-bg);
}

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

.service-2-tab .e-n-tabs-heading .e-n-tab-title:before{
	content: "";
	position: absolute;
	top: auto;
	left: auto;
	right: 0;
	bottom: auto;
	background: var(--divider-color);
	width: 1px;
	height: 40px;
}

.service-2-tab .e-n-tabs-heading .e-n-tab-title:last-child:before{
	display: none;
}

.service-2-tab-list ul{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

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

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

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

.service2-how-it-works-box .elementor-widget-container{
	position: relative;
}

.service2-how-it-works-box .elementor-widget-container:before{
	content: "0" counter(section) " ";
	position: absolute;
	top: auto;
	left: 45px;
	right: auto;
	bottom: 30px;
	font-family: var(--e-global-typography-primary-font-family);
	font-size: 34px;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: rgb(from var(--e-global-color-accent) r g b / 10%);
	writing-mode: sideways-lr;
	width: auto;
	height: auto;
}

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

.service2-how-it-works-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%;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
}

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

.service2-key-advantages ul li span cite{
	font-size: 22px;
	color: var(--e-global-color-accent);
	font-style: normal;
}

.service2-key-advantages-img img{
	aspect-ratio: 1 / 1.01;
	object-fit: cover;
}

.service2-process-box{
	counter-reset: section;
}

.service2-process-img{
	position: relative;
	counter-increment: section;
}

.service2-process-img:before{
	content: "0" counter(section) " ";
	position: absolute;
	top: 10px;
	left: 10px;
	right: auto;
	bottom: auto;
	font-family: var(--e-global-typography-423b58a-font-family);
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-secondary-font-weight);
	color: var(--white-color);
	background-color: var(--e-global-color-accent);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
}

.service2-our-process-box:before{
	content: "";
	position: absolute;
	top: auto;
	left: auto;
	right: -70px;
	bottom: 0;
	background-color: rgb(from var(--e-global-color-accent) r g b / 20%); 
	mask-image: url("./images/our-process-box-icon.svg");
	mask-repeat: no-repeat;
	mask-size: auto;
	mask-position: center center;
	width: 70px;
	height: 70px;
}

.service-2-tab-2 .e-n-tabs{
	margin: 0 auto;
	align-items: center;
	width: 100%;
}

.service-2-tab-2 .e-n-tabs-heading{
	max-width: 1300px;
	width: 100%;
}

.service-2-tab-2 .e-n-tabs-content{
	width: 100%;
}

.service-2-tab-2 .e-n-tabs-heading .e-n-tab-title{
	width: 33.33%;
}

.service-2-tab-2 .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text{
	display: flex;
	justify-content: space-between;
	width: 100%;
	border-left: 2px solid var(--e-global-color-accent);
	padding-left: 20px;
}

.service-2-tab-2 .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text span{
	color: var(--e-global-color-accent);
	transition: all 0.4s ease-in-out;
}

.service-2-tab-2 .e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover .e-n-tab-title-text span,
.service-2-tab-2 .e-n-tabs-heading .e-n-tab-title[aria-selected=true]:hover .e-n-tab-title-text span,
.service-2-tab-2 .e-n-tabs-heading .e-n-tab-title[aria-selected=true] .e-n-tab-title-text span{
	color: rgb(from var(--e-global-color-primary) r g b / 50%);
}

.service2-how-we-work-tab .e-n-tabs-heading{
	counter-reset: section;
}

.service2-how-we-work-tab .e-n-tab-title{
/* 	position: relative;
	counter-increment: section; */
}

/*
.service2-how-we-work-tab .e-n-tab-title:before{
 	content: "0" counter(section) ".";
	position: absolute;
	top: 40px;
	left: 0;
	right: 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);
	color: var(--e-global-color-primary);
	width: auto;
	height: auto;
	transition: all 0.4s ease-in-out; 
}
*/
.service2-how-we-work-tab .e-n-tab-title[aria-selected=false]:hover:before,
.service2-how-we-work-tab .e-n-tab-title[aria-selected=true]:hover:before,
.service2-how-we-work-tab .e-n-tab-title[aria-selected=true]:before{
	color: var(--e-global-color-accent);
}

.service2-how-we-work-tab .e-n-tab-title:not(:first-child){
	margin-top: -2px;
}

.service2-how-we-work-tab .e-n-tab-title{
	z-index: 0;
}

.service2-how-we-work-tab .e-n-tab-title:nth-of-type(1):hover,
.service2-how-we-work-tab .e-n-tab-title:nth-of-type(2):hover,
.service2-how-we-work-tab .e-n-tab-title:nth-of-type(3):hover,
.service2-how-we-work-tab .e-n-tab-title:nth-of-type(4):hover,
.service2-how-we-work-tab .e-n-tab-title[aria-selected=true]:nth-of-type(1),
.service2-how-we-work-tab .e-n-tab-title[aria-selected=true]:nth-of-type(2),
.service2-how-we-work-tab .e-n-tab-title[aria-selected=true]:nth-of-type(3),
.service2-how-we-work-tab .e-n-tab-title[aria-selected=true]:nth-of-type(4){
	z-index: 1;
}

.service2-how-we-work-tab-img img{
	aspect-ratio: 1 / 1.035;
	object-fit: cover;
}



@media only screen and (max-width: 1024px){
	
	.service2-how-it-works-box .elementor-widget-container:before{
		left: 35px;	
	}
	
	.service2-key-advantages-img img{
		aspect-ratio: 1 / 0.85;	
	}
	
	.service2-our-process-box:before{
		display: none;	
	}
	
	.service-2-tab-2 .e-n-tabs{
		align-items: stretch;
	}	
	
	.service-2-tab-2 .e-n-tabs-heading .e-n-tab-title{
		width: 100%;	
	}
	
	.service2-how-we-work-tab .e-n-tab-title:before{
		top: 20px;	
	}
	
	.service2-how-we-work-tab-img img{
		aspect-ratio: 1 / 0.8;
	}
}

@media only screen and (max-width: 767px){
	
	.service-2-about-img img{
		aspect-ratio: 1 / 1.05;	
	}
	
	.service-2-about-img-2 img{
		aspect-ratio: 1 / 1.05;	
	}
	
	.service-2-tab .e-n-tabs-heading .e-n-tab-title:before{
		display: none;	
	}
	
	.service-2-tab-list ul{
		gap: 15px;
	}
	
	.service-2-tab-list ul li{
		width: 100%;	
	}
	
	.service2-how-it-works-box .elementor-widget-container:before{
		top: 20px;
		left: auto;
		right: 20px;
		bottom: auto;
		writing-mode: unset;
	}
	
	.service2-key-advantages-img img{
		aspect-ratio: 1 / 1.05;	
	}
	
	.service2-how-we-work-tab .e-n-tab-title:before{
		top: 30px;
	}
	
	.service2-how-we-work-tab-img img{
		aspect-ratio: 1 / 1.05;
	}
}

/*
 * Services 3 Page CSS
 * */

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

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

.service-3-about-img:before{
	content: "";
	position: absolute;
	top: auto;
	left: auto;
	bottom: 0;
	right: -100px;
	mask-image: url('./images/home-about-bg-dot-shape.svg');
	mask-repeat: no-repeat;
	background: rgb(from var(--e-global-color-accent) r g b / 14%);
	height: 105px;
    width: 95px;
}

.service-3-ctabox .elementor-cta{
	transition: all 0.4s ease-in-out;
}

.service-3-ctabox .elementor-cta .elementor-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(from var(--e-global-color-accent) r g b / 10%);
	height: 60px;
	width: 60px;
	position: relative;
	transition: all 0.4s ease-in-out;
}

.service-3-ctabox .elementor-cta .elementor-icon:before{
	content: ""	;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--white-color);
	height: 100%;
	width: 100%;
	transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.service-3-ctabox:hover .elementor-cta .elementor-icon:before{
	transform: scale(1);
}

.service-3-ctabox:hover .elementor-cta .elementor-icon{
	background: var(--white-color); 	
}

.service-3-ctabox .elementor-cta__button-wrapper{
	width: auto;
}

.service-3-ctabox .elementor-cta__button-wrapper:before{
	content: "";
	position: absolute;
	top: 9px;
	right: -22px;
	mask-image: url('./images/service-cta-btn-arrow.svg');
	mask-repeat: no-repeat;
	background: var(--e-global-color-accent);
	height: 12px;
	width: 12px;
	transition: all 0.4s ease-in-out;
}

.service-3-ctabox:hover .elementor-cta__button-wrapper:before{
	background: var(--white-color);
}

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

.service-3-iconbox .elementor-icon{
	position: relative;
}

.service-3-iconbox .elementor-icon:before{
	content: ""	;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--white-color);
	height: 100%;
	width: 100%;
	transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.service-3-iconbox:hover .elementor-icon:before{
	transform: scale(1);
}

.service-3-iconbox:hover .elementor-icon-box-description{
	color: var(--white-color) !important;
	transition: all 0.4s ease-in-out;
}

.service-3-stepbox-container .service-3-stepbox .elementor-icon-box-wrapper{
	position: relative;	
	padding-top: 40px;
}

.service-3-stepbox-container .service-3-stepbox .elementor-icon-box-content:before{
	content: ""	;
	position: absolute;
	top: 0;
	right: 50%;
	bottom: auto;
	background: url('./images/orange-circle.svg');
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
}

.service-3-stepbox-container .service-3-stepbox .elementor-icon-box-content:after{
	content: ""	;
	position: absolute;
	top: 5px;
	left: 50%;
	bottom: auto;
	border: 1px solid rgb(from var(--e-global-color-accent) r g b / 14%);
	height: 1px;
	width: calc(100% + 30px);
}

.service-3-stepbox-container .service-3-stepbox:last-child .elementor-icon-box-content:after{
	display: none;
}

.service-3-video-iconbox .elementor-icon-box-content{
	display: flex;
    flex-direction: row;
    gap: 20px;
}

.service-3-video-iconbox .elementor-icon-box-content .elementor-icon-box-title{
	width: calc(30% - 10px);
}

.service-3-video-iconbox .elementor-icon-box-content .elementor-icon-box-description{
	width: calc(70% - 10px);
}

.service-3-video-iconbox-btn .elementor-heading-title a{
	text-decoration: underline;
}

.service-3-video-play-icon .elementor-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--e-global-color-accent);
	height: 80px;
    width: 80px;
}

.service-3-call-iconbox .elementor-icon-box-content{
	display: flex;
	flex-direction: column-reverse;
	gap: 10px;
}

.service-3-faq-img-2{
	height: 100%;
}

.service-3-faq .e-n-accordion-item{
	border: 1px solid var(--divider-color);
}

.service-3-tab-wrapper:hover .service-3-tab-title .elementor-widget-container{
	background-color: var(--e-global-color-accent);
}

.service-3-imgbox .elementor-image-box-wrapper{
	display: flex;
	flex-direction: column-reverse;
}

.service-3-imgbox .elementor-image-box-wrapper .elementor-image-box-img{
	margin-top: 30px !important;
	clip-path: polygon(55px 0, 100% 0, 100% 100%, 0 100%, 0% calc(0% + 55px));
}

.service-3-imgbox .elementor-image-box-wrapper .elementor-image-box-img img{
	aspect-ratio: 1 / 0.62;
    object-fit: cover;
}
	
@media only screen and (max-width: 1024px){
	
	.service-3-about-img img{
		aspect-ratio: 1 / 0.9;
	}
	
	.service-3-ctabox .elementor-cta .elementor-icon{
		height: 50px;
		width: 50px;
	}

	.service-3-ctabox .elementor-cta__button-wrapper:before{
		top: 7px;
		right: -20px;
	}
	
	.service-3-iconbox-img img{
		aspect-ratio: 1 / 0.7;
	}

	.service-3-stepbox-container .service-3-stepbox .elementor-icon-box-wrapper{
		padding-top: 25px;
	}
	
	.service-3-stepbox-container .service-3-stepbox .elementor-icon-box-content:before{
		right: 48%;	
	}
	
	.service-3-stepbox-container .service-3-stepbox .elementor-icon-box-content:after{
		display: none;
	}
	
	.service-3-video-iconbox .elementor-icon-box-content{
		display: block;
	}

	.service-3-video-iconbox .elementor-icon-box-content .elementor-icon-box-title,
	.service-3-video-iconbox .elementor-icon-box-content .elementor-icon-box-description{
		width: 100%;
	}

	.service-3-video-play-icon .elementor-icon{
		height: 60px;
		width: 60px;
	}
	
	.service-3-call-iconbox .elementor-icon-box-content{
		gap: 8px;
	}

}

@media only screen and (max-width: 767px){
	
	.service-3-about-img img{
		aspect-ratio: 1 / 1.2;
	}
	
	
	.service-3-about-img:before{
		display: none;
	}
	
	.service-3-ctabox .elementor-cta .elementor-icon{
		height: 40px;
		width: 40px;
		font-size: 25px !important;
	}

	.service-3-ctabox .elementor-cta__button-wrapper:before{
		top: 6px;
		right: -18px;
	}
	
	.service-3-video-play-icon .elementor-icon{
		height: 40px;
		width: 40px;
	}
	
	.service-3-imgbox .elementor-image-box-wrapper .elementor-image-box-img{
		margin-top: 20px !important;
		clip-path: polygon(45px 0, 100% 0, 100% 100%, 0 100%, 0% calc(0% + 45px));
	}
}

/*
 * Location Page CSS
 * */

.location-about-img-box:before{
	content: "";
	position: absolute;
	top: 0;
	left: 30px;
	bottom: 0;
	right: auto;
	background: var(--e-global-color-accent);
	width: 225px;
	height: 680px;
}

.location-about-img{
	position: relative;
}

.location-about-img:before{
	content: "";
	position: absolute;
	top: auto;
	left: auto;
	right: 65px;
	bottom: -60px;
	background: var(--e-global-color-accent);
	mask-image: url("./images/location-about-bg.svg");
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 165px;
	height: 135px;
	z-index: -1;
}

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

.location-advance-solucation .elementor-icon-box-wrapper .elementor-icon{
	position: relative;
}

.location-advance-solucation .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);
}

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

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

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

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

.location-page-faq.faq-section .e-n-accordion-item{
	border-bottom: 1px solid var(--e-global-color-text);	
}

.location-our-process-section{
	counter-reset: section;
}

.location-our-process-box .elementor-icon-box-wrapper .elementor-icon{
	position: relative;
	counter-increment: section;
	filter: drop-shadow(0px 0px 20px rgba(23, 38, 47, 0.10));
}

.location-our-process-box .elementor-icon-box-wrapper .elementor-icon:before{
	content: "0" counter(section) " ";
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	font-family: var(--e-global-typography-primary-font-family);
	font-size: 12px;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--white-color);
	background-color: var(--e-global-color-accent);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
}

.location-our-process-box .elementor-icon-box-wrapper .elementor-icon:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(from var(--e-global-color-accent) r g b / 10%);
	border-radius: 50%;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
	z-index: -1;
}

.location-our-process-box:hover .elementor-icon-box-wrapper .elementor-icon:after{
	transform: scale(1);
}

.location-our-process-box:nth-child(odd) .elementor-widget-container:before{
	content: "";
    position: absolute;
    top: 115px;
    left: 160px;
    background: var(--e-global-color-accent);
    width: 100%;
    height: 1px;
    transform: rotate(25deg);
}

.location-our-process-box:nth-child(even) .elementor-widget-container:before{
	content: "";
    position: absolute;
    top: 110px;
    left: 180px;
    background: var(--e-global-color-accent);
    width: 100%;
    height: 1px;
    transform: rotate(-25deg);
}

.location-our-process-box:last-child .elementor-widget-container:before{
	display: none;
}	

.location-our-process-box:nth-child(even) .elementor-icon-box-wrapper{
	display: flex;
	flex-direction: column-reverse;
}

.location-our-process-box:nth-child(even) .elementor-icon-box-wrapper .elementor-icon-box-icon{
	margin-top: var(--icon-box-icon-margin,15px);
	margin-bottom: 0 !important;
}

@media only screen and (max-width: 1024px){
	
	.location-our-process-box:nth-child(odd) .elementor-widget-container:before,
	.location-our-process-box:nth-child(even) .elementor-widget-container:before{
		display: none;
	}
	
	.location-our-process-box:nth-child(even) .elementor-icon-box-wrapper{
		display: initial;	
	}
	
	.location-our-process-box:nth-child(even) .elementor-icon-box-wrapper .elementor-icon-box-icon{
		margin-bottom: var(--icon-box-icon-margin,15px) !important;
		margin-top: 0;
	}
}

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


/*
 * Blog Page CSS
 * */

.blog-loop-item .elementor-widget-theme-post-featured-image img{
	aspect-ratio: 1 / 0.65;
    object-fit: cover;
}

.blog-loop-item .blog-loop-item-meta .elementor-post-info li:before{
	content: "\f111";
    font-family: "Font Awesome 6 Free";
    font-size: 6px;
    font-weight: 900;
    color: var(--e-global-color-accent);
	padding: 0px 10px;
}

.blog-loop-item .blog-loop-item-meta .elementor-post-info li:first-child:before{
	display: none;
}

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

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

.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;
	justify-content: center;
	align-items: center;
	background: var(--light-bg);
	height: 50px;
	width: 50px;
	transition: all 0.3s ease-in-out; 
}

.blog-loop-grid .elementor-pagination .page-numbers:hover,
.blog-loop-grid .elementor-pagination .page-numbers.current{
	background: var(--e-global-color-accent);
}

.blog-loop-grid .elementor-pagination .page-numbers.prev{
	background-image: url('./images/blog-prev-arrow.svg');
	background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px auto;
}

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

.blog-loop-grid .elementor-pagination .page-numbers.next{
	background-image: url('./images/blog-next-arrow.svg');
	background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px auto;
}

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


@media only screen and (max-width: 1024px){
	
	.blog-loop-item .blog-loop-item-meta .elementor-post-info li:before{
		font-size: 5px;
		padding: 0px 8px;
	}
	
	.blog-loop-grid .elementor-pagination .page-numbers{
		height: 40px;
		width: 40px;
	}
	
	.blog-loop-grid .elementor-pagination .page-numbers.prev,
	.blog-loop-grid .elementor-pagination .page-numbers.next{
		background-size: 14px auto;
	}
	
}

@media only screen and (max-width: 767px){
	
	.blog-loop-grid .elementor-pagination .page-numbers{
		height: 35px;
		width: 35px;
	}
	
	.blog-loop-grid .elementor-pagination .page-numbers.prev,
	.blog-loop-grid .elementor-pagination .page-numbers.next{
		background-size: 12px auto;
	}

}

/*
 * Blog Single CSS
 * */

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

.single-blog-icon-box .elementor-icon{
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--e-global-color-accent);
	height: 50px;
	width: 50px;
}

.blog-single-meta-info ul li .elementor-post-info__item--type-terms span{
	font-size: 0px;
}

.blog-single-meta-info ul li .elementor-post-info__item--type-terms span a{
	display: inline-block !important;
    font-size: 20px;
	background: var(--e-global-color-accent);
    padding: 15px 30px;
    margin-right: 20px;
}

.related-blog-loop-item .elementor-widget-theme-post-featured-image img{
	aspect-ratio: 1 / 0.65;
    object-fit: cover;
}

.related-blog-loop-item .related-blog-loop-item-meta .elementor-post-info li:before{
	content: "\f111";
    font-family: "Font Awesome 6 Free";
    font-size: 6px;
    font-weight: 900;
    color: var(--e-global-color-accent);
	padding: 0px 10px;
}

.related-blog-loop-item .related-blog-loop-item-meta .elementor-post-info li:first-child:before{
	display: none;
}

@media only screen and (max-width: 1024px){
	
	.blog-single-img img{
		aspect-ratio: 1 / 0.5;
	}

	.blog-single-meta-info ul li .elementor-post-info__item--type-terms span a{
		font-size: 18px;
		padding: 12px 25px;
		margin-right: 18px;
	}
	
}

@media only screen and (max-width: 767px){
	
	.blog-single-img img{
		aspect-ratio: 1 / 0.75;
	}
	
	.single-blog-icon-box .elementor-icon{
		height: 40px;
		width: 40px;
	}
	
	.blog-single-meta-info ul li .elementor-post-info__item--type-terms span a{
		font-size: 14px;
		padding: 10px;
		margin-right: 12px;
		margin-bottom: 12px;
	}
	
	.related-blog-loop-item .related-blog-loop-item-meta .elementor-post-info li:before{
		font-size: 5px;
		padding: 0px 8px;
	}
}

/*
 * Contact US Page CSS
 * */

.contact-icon-box .elementor-icon{
	position: relative;
}

.contact-icon-box .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;
}

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

.contact-icon-box .no-bg.elementor-widget-button .elementor-button{
	text-decoration-line: unset;
}

/*
 * 	Thank You Page CSS
 * */

.thank-you-img img{
	aspect-ratio: 1 / 0.68;
	object-fit: cover;
}

@media only screen and (max-width: 767px){
	
	.thank-you-img img{
		aspect-ratio: 1 / 1.05;	
	}
}

/* 
 * Gravity Form CSS
 * */

.gform_wrapper .gform_heading{
	display: none;
}

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

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

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea{
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
	color: var(--e-global-color-text);
	background-color: var(--white-color);
	border: 1px solid var(--divider-color);
	border: 0;
	border-radius: 0;
    box-shadow: none;
	height: auto;
	padding: 15px 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 .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{
	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: 215px;
}

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

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

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

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

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

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

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

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

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

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