/* 
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-3bfe0bc);
	--divider-color: var(--e-global-color-b1d63ce);
	--light-color: var(--e-global-color-94ace3b);
	--circle-color: var( --e-global-color-accent );
	overflow-x: clip;
}

.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 Auto */ 
.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 Center */ 
.icon-box-icon-center.elementor-widget-icon-box .elementor-icon-box-wrapper{
    align-items: center;
}

/* Button CSS */

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

.elementor-widget-button .elementor-button .elementor-button-content-wrapper:not(.elementor-button-icon){
	padding: 5px 15px;
}

.elementor-widget-button .elementor-button .elementor-button-content-wrapper:has(.elementor-button-icon){
	padding: 0;
	padding-left: 15px;
}

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

.elementor-widget-button .elementor-button{
	position: relative;
	overflow: hidden;
	z-index: 1;
}

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

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

.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon{
	line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	background-color: currentcolor;
	border-radius: 50%;
	width: 40px;
    height: 40px;
	transition: all 0.3s ease-in-out;
}

.elementor-widget-button .elementor-button .elementor-button-icon svg{
	fill: var(--e-global-color-primary);
	width: 20px;
}

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

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

.no-bg.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon{
	background: transparent;
	width: 20px;
	height: 20px;
}

.no-bg.elementor-widget-button .elementor-button .elementor-button-content-wrapper:has(.elementor-button-icon){
	padding-left: 0;
}

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

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

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

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

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

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

.light-btn.elementor-widget-button .elementor-button .elementor-button-icon svg{
	fill: var(--white-color);
}

.light-btn.elementor-widget-button:hover .elementor-button .elementor-button-icon svg,
.light-btn.elementor-widget-button:focus .elementor-button .elementor-button-icon svg,
.black-btn.elementor-widget-button:hover .elementor-button .elementor-button-icon svg,
.black-btn.elementor-widget-button:focus .elementor-button .elementor-button-icon svg{
	fill: var(--e-global-color-accent);
}

/* 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 */

h1.elementor-heading-title span,
h2.elementor-heading-title span{
	color: var(--e-global-color-accent);
}

.no-color h1.elementor-heading-title span,
.no-color h2.elementor-heading-title span{
	color: currentcolor;
}

/* column-2 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);
}

/* Custome Counter CSS */
.counter-progress-circle{
	line-height: 0;
}

.customer-couter-box canvas{
	transform: rotate(-30deg);
}

.customer-couter-box .circle{
	position: relative;
	display: inline-block;
	border-color: var(--e-global-color-accent);
	width: 120px;
	text-align: center;
	color: var(--e-global-color-accent);
}

.circle .progress_value{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	text-align: 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);
    letter-spacing: var(--e-global-typography-primary-letter-spacing);
	color: var(--e-global-color-primary);
}


/* Page Header CSS*/

.page-header-blur{
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.page-header-blur-conatiner{
	position: relative;
	z-index: 1;
}

.page-header-blur:before,
.page-header-blur:after,
.page-header-blur-conatiner:before{
	content: '';
	position: absolute;
	top: -180px;
    left: 70px;
	background-color: rgb(from var(--circle-color) r g b / 20%);
	border-radius: 50%;
	filter: blur(150px);
	width: 365px;
	height: 363px;
	z-index: -1;
}

.page-header-blur:after{
	top: auto;
    left: -100px;
    bottom: -215px;
	width: 384px;
	height: 382px;
}

.page-header-blur-conatiner:before{
	top: -305px;
    left: auto;	
	right: -165px;
	width: 506px;
	height: 503px;
}

.header-breadcrumb ul .elementor-icon-list-item:after{
	right: -7px !important;
	transform: rotate(15deg);
}

@media only screen and (max-width: 1024px) {
	
	.customer-couter-box .circle{
		width: 100px;
	}
	
	.circle .progress_value{
		font-size: 26px;
	}
	
	/* Page Header CSS*/
	.page-header-blur:before, 
	.page-header-blur:after, 
	.page-header-blur-conatiner:before{
		filter: blur(70px);
	}
	
	.page-header-blur:before{
		top: -120px;
        left: 0;
        width: 315px;
        height: 265px;
	}

	.page-header-blur:after{
		left: 0px;
        bottom: -160px;
        width: 200px;
        height: 230px;
    }

	.page-header-blur-conatiner:before{
		top: -160px;
        right: -90px;
        width: 306px;
        height: 303px;
	}

	.header-breadcrumb ul .elementor-icon-list-item:after{
		right: -6px;
		transform: rotate(15deg);
	}
}

@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:not(.elementor-button-icon){
		padding: 3px 12px;
	}
	
	.elementor-widget-button .elementor-button .elementor-button-content-wrapper:has(.elementor-button-icon){
		padding: 0;
		padding-left: 12px;
	}
	
	.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon{
		width: 35px;
    	height: 35px;
	}
	
	.column-2 .elementor-icon-list-items .elementor-icon-list-item{
		width: 100%;
	}
	
	.customer-couter-box .circle{
		width: 80px;
	}
	
	.circle .progress_value{
		font-size: 22px;
	}
	
	/* Page Header CSS*/
	.page-header-blur:before, 
	.page-header-blur:after, 
	.page-header-blur-conatiner:before{
		filter: blur(50px);
	}
	
	.page-header-blur:before{
		top: -80px;
        left: -30px;
        width: 200px;
        height: 200px;
	}

	.page-header-blur:after{
		left: 0px;
        bottom: 0;
        width: 80px;
        height: 80px;
    }

	.page-header-blur-conatiner:before{
		top: 50%;
        right: -40px;
        width: 120px;
        height: 120px;
        transform: translateY(-50%);
	}
}

/* 
 * Header CSS 
 * */

body .site-header,
body.hello-elementor-default .elementor-location-header,
body.elementor-editor-active .elementor-location-header,
body.elementor-template-full-width .elementor-location-header{
	background-color: var(--e-global-color-primary);
}

/* If Editor Was Color Add the Use This CSS For Mega Menu */
body.hello-elementor-default .elementor-widget-maxmegamenu .elementor-location-header,
body.elementor-template-full-width .elementor-widget-maxmegamenu .elementor-location-header{
	background-color: transparent;
}

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

.main-header.elementor-sticky.elementor-sticky--effects{
	background: rgb(from var(--e-global-color-primary) r g b / 70%);
	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;
}

.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 */

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

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

.header-menu .mega-menu-wrap > ul > li > ul{
	margin-top: 30px !important;
}

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

/* Mega Menu Template CSS */

.service-mega-menu-icon-box .elementor-icon,
.service-mega-menu-icon-box .elementor-icon-box-title{
	transition: all 0.3s ease-in-out;
}

.service-mega-menu-icon-box:hover .elementor-icon{
	background-color: var( --e-global-color-primary ) !important;
}

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

@media only screen and (max-width: 1024px) {
	
	.main-header.elementor-sticky.elementor-sticky--effects .header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown{
		margin-top: 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: 33px !important;
		max-height: calc(100vh - 100px) !important;
		overflow: auto !important;
		filter: drop-shadow(0px 10px 5px rgb(from var(--e-global-color-text) r g b / 10%));
	}
	
	.header-menu .mega-menu-wrap > ul > li > ul{
		margin-top: 0 !important;
		box-shadow: none;
		filter: none;
	}	
	
	.header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link{
		display: flex;
		padding: 0 20px;
	}
	
	.header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item> ul li a.mega-menu-link{
		padding: 0 30px !important;
	}
	
	/* Template CSS */
	.header-menu ul.mega-menu li > ul.mega-sub-menu .service-menu-list-wrapper{
		box-shadow: none;
	}
}

@media only screen and (max-width: 767px) {
	
	.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;
	}
	
	.header-menu ul.mega-menu{
		margin-top: 30px !important;
		max-height: calc(100vh - 90px) !important;
	}
}

/*
 * 	Footer CSS 
 * */

.footer-section:before,
.footer-section:after{
	content: "";
	position: absolute;
	top: -80px;
	right: -80px;
	left: auto;
	bottom: auto;
	background-color: rgb(from var(--circle-color) r g b / 30%);
	border-radius: 100%;
	filter: blur(150px);
	width: 340px;
	height: 340px;
	z-index: -1;
}

.footer-section:after{
	top: auto;
	bottom: -80px;
	left: -80px;
	right: auto;
}

@media only screen and (max-width: 767px){
	
	.footer-section:before,
	.footer-section:after{
		top: -50px;
		right: -50px;
		width: 250px;
		height: 250px;
	}
	
	.footer-section:after{
		bottom: -50px;
		left: -50px;
	}
}


/*
 * Home Page CSS
 * */

.home-hero.page-header-blur:after{
	left: -225px;
	width: 555px;
	height: 552px;
}

.home-hero .page-header-blur-conatiner:before{
	width: 1040px;
	height: 1034px;
}

.review-text p span{
	color: var(--e-global-color-primary);
}

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

.home-service-section{
	transition: all 0.4s ease-in-out;	
}

.home-service-section:hover{
	background: var(--e-global-color-secondary);
}

.home-service-btn .elementor-icon svg{
	transform: rotate(-45deg);
	transition: all 0.4s ease-in-out !important;
}

.blur-section{
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.blur-section:before,
.blur-section:after{
	content: "";
	position: absolute;
	top: 70px;
	right: 0;
	left: auto;
	bottom: auto;
	background-color: rgb(from var(--circle-color) r g b / 30%);
	border-radius: 100%;
	filter: blur(150px);
	width: 585px;
	height: 585px;
	z-index: -1;
}

.blur-section:after{
	top: auto;
	right: auto;
	left: -70px;
	bottom: 70px;
	width: 465px;
	height: 465px;
}

.features-img img{
	aspect-ratio: 1 / 0.78;
	object-fit: cover;
}

.features-chart-img img{
	aspect-ratio: 1 / 0.55;
	object-fit: cover;
}

.key-features-progress-bar .elementor-widget-container{
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.key-features-progress-bar .elementor-title,
.key-features-progress-bar .elementor-progress-wrapper{
	width: calc(50% - 5px);
}

.key-features-progress-bar .elementor-progress-wrapper .elementor-progress-bar{
	border-radius: 0;
}

.home-tab.blur-section:before{
	top: 120px;
	right: -300px;
}

.home-tab.blur-section:after{
	left: -40px;
    bottom: 40px;
}

.home-pricing-tab .e-n-tabs-heading{
	background: var(--white-color);
	border: 1px solid var(--divider-color);
	border-radius: 100px;
	padding: 5px;
	width: fit-content;
	align-self: center;
}

.home-pricing-tab .e-n-tabs-content [data-tab-index="1"]{
	position: relative;
}

.home-pricing-tab .e-n-tabs-content [data-tab-index="1"]:before{
	content: "";
	position: absolute;
	top: -120px;
	left: auto;
	right: 280px;
	bottom: auto;
	background: url("./images/tab-discount-lable.svg") no-repeat;
	background-position: center center;
	background-size: contain;
	width: 100px;
	height: 85px;
}

.home-pricng-table .elementor-price-table{
	position: relative;
	text-align: left;
	height: 100%;
	padding-bottom: 50px;
}

.home-pricng-table .elementor-price-table .elementor-price-table__header .elementor-price-table__heading{
	margin-bottom: 20px;
}

.home-pricng-table .elementor-price-table .elementor-price-table__price{
	justify-content: start;
	border-bottom: 1px solid var(--divider-color);
}

.home-pricng-table .elementor-price-table .elementor-price-table__price .elementor-price-table__period{
	width: auto;
	margin-bottom: -3px;
}

.home-pricng-table .elementor-price-table .elementor-price-table__features-list li i{
	font-size: inherit;
}

.home-pricng-table .elementor-price-table .elementor-price-table__footer{
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 0;
	width: 100%;
}

.home-pricng-table .elementor-price-table .elementor-price-table__footer a{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 12px;
	z-index: 1;
}

.home-pricng-table .elementor-price-table .elementor-price-table__footer a:before{
	content: "";
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	bottom: 0;
	background-color: var(--e-global-color-primary);
	border-radius: 30px;
	width: 0%;
	height: 100%;
	transition: all 0.4s ease-in-out;
	z-index: -1;
}

.home-pricng-table .elementor-price-table .elementor-price-table__footer a:hover:before,
.home-pricng-table .elementor-price-table .elementor-price-table__footer a:focus:before{
	left: 0;
	right: auto;
	width: 100%;	
}

.cta-section-blur:before{
	content: "";
	position: absolute;
	top: auto;
	left: 340px;
	bottom: 50px;
	background-color: rgb(from var(--circle-color) r g b / 50%);
	border-radius: 100%;
	filter: blur(100px);
	width: 230px;
	height: 230px;
	z-index: 0;
}

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

.local-companie figure img{
	width: 100%;
	height: 100px;
	object-fit: contain;
}

@media only screen and (max-width: 1024px){
	
	.home-hero .page-header-blur-conatiner:before{
		width: 440px;
    	height: 434px;
	}
	
	.home-hero.page-header-blur:after{
		left: -105px;
		width: 355px;
		height: 352px;
	}
	
	.blur-section:before,
	.blur-section:after,
	.home-tab.blur-section:before,
	.home-tab.blur-section:after{
		width: 385px;
    	height: 385px;
	}
	
	.blur-section:before{
		top: 0;
	}
	
	.blur-section:after{
		left: 0;
		bottom: 0;
	}
	
	.home-pricing-tab .e-n-tabs-content [data-tab-index="1"]:before{
		top: -95px;
		right: 160px;
		width: 80px;
		height: 75px;
	}
	
	.cta-section-blur:before{
		top: 50%;
		left: 50%;
		bottom: auto;
		transform: translate(-50%, -50%);
	}
	
	.local-companie figure img{
		height: 80px;
	}

}

@media only screen and (max-width: 767px){
	
	.home-hero .page-header-blur-conatiner:before{
		width: 370px;
        height: 370px;
	}
	
	.home-hero.page-header-blur:after{
		left: 0;
        width: 200px;
        height: 200px;
    }

	.home-hero-img-3 img{
		aspect-ratio: 1 / 0.8;
		object-fit: contain;
	}
	
	.blur-section:before,
	.blur-section:after,
	.home-tab.blur-section:before,
	.home-tab.blur-section:after{
		width: 285px;
    	height: 285px;
	}
	
	.key-features-counter .elementor-counter-title{
		text-align: center;
	}
	
	.home-tab.blur-section:before{
		top: 0;
        right: -190px;
	}

	.home-tab.blur-section:after{
		left: -20px;
		bottom: 20px;
	}
	
	.home-pricing-tab .e-n-tabs-content [data-tab-index="1"]:before{
		top: -75px;
        right: 15px;
        width: 50px;
        height: 50px;
	}
	
	.home-pricng-table .elementor-price-table{
		height: auto;
	}
	
	.local-companie figure img{
		height: 80px;
	}

}


/*
 * About Us CSS
 * */

.about-counter-box{
	counter-reset: section;
}

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

.about-icon-box-counter .elementor-widget-container{
	position: relative;
}

.about-icon-box-counter .elementor-widget-container:before{
	content: "0" counter(section) " ";
	position: absolute;
	top: 50%;
	left: 70px;
	right: auto;
	bottom: auto;
	font-family: var(--e-global-typography-primary-font-family);
	font-size: 83px;
	font-weight: var(--e-global-typography-primary-font-weight);
	line-height: 1em;
	letter-spacing: var(--e-global-typography-primary-letter-spacing);
	color: var(--white-color);
	--text-shadow-color: var(--e-global-color-accent);
    text-shadow: -1px -1px 0 var(--text-shadow-color), 1px -1px 0 var(--text-shadow-color), -1px 1px 0 var(--text-shadow-color), 1px 1px 0 var(--text-shadow-color);
	transform: translate(0, -50px);
	transition: all 0.4s ease-in-out;
}

.about-icon-box-counter:hover .elementor-widget-container:before{
	color: var(--e-global-color-accent);
}

.about-icon-box-counter .elementor-widget-container:after{
	content: "";
	position: absolute;
	top: 45.5px;
	left: 0;
	right: auto;
	bottom: auto;
	background-color: var(--e-global-color-accent);
	width: 45px;
	height: 1px;
}

.about-vision-mission.blur-section:before{
	right: -70px;
	width: 489px;
	height: 487px;
}

.about-vision-mission.blur-section:after{
	left: -180px;
    bottom: 50px;
}

.what-we-do-client-box .elementor-image-box-wrapper .elementor-image-box-content{
	margin-left: 15px;	
}

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

.our-process-box{
	counter-increment: section;
}

.our-process-icon-box .elementor-widget-container: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: var(--e-global-typography-text-font-family);
	font-weight: var(--e-global-typography-primary-font-weight);
	line-height: var(--e-global-typography-primary-line-height);
	letter-spacing: var(--e-global-typography-primary-letter-spacing);
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--white-color);
	background: var(--e-global-color-accent);
	border-radius: 10px;
	width: 40px;
	height: 40px;
}

.our-process-section .our-process-box:nth-child(odd){
	margin-bottom: 50px;
}

.our-process-section .our-process-box:nth-child(even){
	margin-top: 50px;
}

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

.why-choose-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon{
	position: absolute;
	top: 3px;
	left: 0;
}

.why-choose-icon-box .elementor-icon-box-wrapper .elementor-icon-box-title{
	padding-left: 70px;
}

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

@media only screen and (max-width: 1024px){
	
	.about-icon-box-counter .elementor-widget-container:before{
		left: 45px;
		font-size: 55px;
	}
	
	.about-icon-box-counter .elementor-widget-container:after{
		top: 29.5px;
		width: 35px;
	}
	
	.about-vision-mission.blur-section:before{
		width: 289px;
   	 	height: 287px;
	}
	
	.about-vision-mission.blur-section:after{
		left: -180px;
    	bottom: 0;
	}
	
	.what-we-do-client-box .elementor-image-box-wrapper .elementor-image-box-content{
		margin-left: 10px;	
	}
	
	.our-process-section .our-process-box:nth-child(odd){
		margin-bottom: 0;	
	}
	
	.our-process-section .our-process-box:nth-child(even){
		margin-top: 0;	
	}
	
	.why-choose-icon-box .elementor-icon-box-wrapper .elementor-icon-box-title{
		padding-left: 60px;
	}
	
	.team-img img{
		aspect-ratio: 1 / 1.2;	
	}
}

@media only screen and (max-width: 767px){
	
	.about-vision-mission.blur-section:before{
		right: -100px;
	}
	
	.about-vision-mission.blur-section:after{
		left: -60px;
	}
	
	.about-icon-box-counter .elementor-widget-container:before{
		top: 0;
        left: 35px;
        font-size: 40px;
        transform: translate(0);
	}
	
	.about-icon-box-counter .elementor-widget-container:after{
		top: 20px;
        width: 25px;
	}
	
	.what-we-do-client-box .elementor-image-box-wrapper{
		display: flex;
		flex-direction: row;
	}
	
	.why-choose-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon{
		position: initial;
	}
	
	.why-choose-icon-box .elementor-icon-box-wrapper .elementor-icon-box-title{
		padding-left: 0;
	}
	
	
}

/*
 * Services - 1 CSS
 * */

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

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

.service-tab-blur-section > *{
	z-index: 1;
}

.service-tab-blur-section:before,
.service-tab-blur-section:after{
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    left: -60px;
    bottom: 100px;
    background: var(--circle-color) no-repeat;
    background-size: cover;
    border-radius: 50%;
    filter: blur(100px);
    width: 500px;
    height: 500px;
}

.service-tab-blur-section:after {
    top: 60px;
    right: -100px;
    left: auto;
    bottom: auto;
}

.service-tab .e-n-tabs-heading{
	counter-reset: section;
	padding-top: 90px;
	border-style: solid;
    border-width: 1px 0px 1px 1px;
    border-color: var(--e-global-color-1132cf3);
	border-radius: 20px 0px 0px 20px;
	background-color: var(--e-global-color-68c3585);
}

.service-tab .e-n-tabs-heading .e-n-tab-title{
	counter-increment: section;
}

.e-n-tabs-heading .e-n-tab-title:focus-visible {
    outline: none;
}

.service-tab .e-n-tabs-heading .e-n-tab-title:before{
	content: counter(section) " ""/" ;
	font-size: var(--n-tabs-title-font-size);
	font-weight:600;
	line-height: 1.25em;
	letter-spacing: -0.03em;
}


.service-tab-content{
	overflow: hidden;
	z-index: 1;
}

.service-tab-content:after{
	content: "";
    position: absolute;
    top: auto;
    right: -35px;
    left: auto;
    bottom: -40px;
    background: rgb(from var(--white-color) r g b / 50%) no-repeat;
    background-size: cover;
    border-radius: 50%;
    filter: blur(60px);
    width: 178px;
    height: 178px;
	z-index: -1
}

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

.service-rating-box{
	backdrop-filter: blur(35px);
}

.services-icon-box .elementor-icon-box-content{
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.services-icon-box .elementor-icon-box-content .elementor-icon-box-title{
	width: calc(30% - 10px);
}

.services-icon-box .elementor-icon-box-content .elementor-icon-box-description{
	width: calc(70% - 10px);
}

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

@media only screen and (max-width: 767px){
	
	.service-right-img-1 img{
		aspect-ratio: 1 / 1.15;
	}
	
	.services-icon-box .elementor-icon-box-content{
		display: block;
	}
	
	.service-tab-content:after{
		right: 0;
		bottom: 0;
		filter: blur(40px);
		width: 100px;
		height: 100px;
	}

	.services-icon-box .elementor-icon-box-content .elementor-icon-box-title,
	.services-icon-box .elementor-icon-box-content .elementor-icon-box-description{
		width: 100%;
	}
	
}

/*
 * Services - 2 CSS
 * */

.service-2-about-counter-box{
	clip-path: polygon(0% 0%, 5% 0%, 100% 18%, 100% 80%, 100% 100%, 0% 100%, 0% 100%, 0% 100%);
}

.service-2-about-counter-box .elementor-widget-container{
	display: flex;
	justify-content: center;
}

.service-2-about-counter .elementor-counter{
	gap: 20px;
}

.service-2-about-counter .elementor-counter-number-wrapper{
	flex: 0;
}

.service-2-icon-box-container.blur-section:before{
	top: 100px;
	right: -190px;
	width: 506px;
	height: 503px;
}

.service-2-icon-box-container.blur-section:after{
	left: -120px;
    bottom: 80px;
	width: 373px;
	height: 371px;
}

/*.service-2-icon-box,
.service-2-icon-box .elementor-icon svg,
.service-2-icon-box .elementor-icon-box-title,
.service-2-icon-box .elementor-icon-box-description{
	transition: all 0.3s ease-in-out;
}

.service-2-icon-box:hover .elementor-icon svg,
.service-2-icon-box:hover .elementor-icon-box-title,
.service-2-icon-box:hover .elementor-icon-box-description{
	color: var(--white-color) !important;
}*/

.service-process-counter .elementor-widget-container{
	position: relative;
}

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

.service-2-process-counter-box{
	counter-reset: section;
}

.service-2-process-counter{
	counter-increment: section;
}

.service-2-process-counter .elementor-widget-container{
	position: relative;
	z-index: 1;
}

.service-2-process-counter .elementor-widget-container:before{
	content: "0" counter(section) " ";
    position: absolute;
    right: auto;
    left: 0px;
    top: 3px;
    bottom: auto;
	display: flex;
    justify-content: center;
    align-items: center;
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: 22px;
    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);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
	background-color: var(--light-color);
    color: var(--e-global-color-accent);
    border: 1px solid var(--divider-color);
    border-radius: 10px;
	height: 50px;
    width: 50px;
	transition: all 0.3s ease-in-out;
	z-index: 0;
}

.service-2-process-counter:hover .elementor-widget-container:before{
	color: var(--white-color);
    background-color: var(--e-global-color-accent);
    border-color: var( --e-global-color-accent );
}

.service-2-process-counter .elementor-widget-container:after {
	content: "";
	position: absolute;
    top: 50px;
    left: 24px;
    width: 1px;
	height: 100%;
    background-color: var(--divider-color);
	transition: all 0.3s ease-in-out;
	z-index: -1;
}

.service-2-process-counter:hover .elementor-widget-container:after {
	background-color: var(--e-global-color-accent);
}

.service-2-process-counter:last-child .elementor-widget-container:after {
    display: none;
}

.service-2-performation.blur-section:before{
	right: -150px;
	width: 393px;
	height: 391px;
}

.service-2-performation.blur-section:after{
	left: -50px;
    bottom: 20px;
	width: 215px;
	height: 214px;
}

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

.service-2-faq-img img{
	aspect-ratio: 1 / 1.23;
    object-fit: cover;
	height: 100%;
}

.service-accordion .e-n-accordion-item{
	border: 1px solid var( --e-global-color-1132cf3 );
	border-radius: 20px;
}

@media only screen and (max-width: 1470px){
	
	.service-2-about-counter-img{
		right: -20px !important;
	}
	
}

@media only screen and (max-width: 1320px){
	
	.service-2-about-counter-img{
		right: 0 !important;
	}
	
}

@media only screen and (max-width: 1024px){
	
	.service-2-about-counter-img{
		right: -40px !important;
	}
	
	.service-2-process-counter-img img{
		aspect-ratio: 1 / 0.66;
		object-fit: cover;
	}
	
	.service-2-process-counter .elementor-widget-container:before{
		font-size: 18px;
		width: 40px;
		height: 40px;
	}
	
	.service-2-process-counter .elementor-widget-container:after{
		display: none;
	}
	
	.service-2-icon-box-container.blur-section:before{
		top: 70px;
		right: -150px;
		width: 385px;
		height: 385px;
	}

	.service-2-icon-box-container.blur-section:after{
		left: -80px;
		bottom: 50px;
		width: 273px;
		height: 271px;
	}
	
	.service-2-performation.blur-section:before{
		right: -100px;
		width: 293px;
    	height: 291px;
	}

	.service-2-performation.blur-section:after {
        left: -50px;
        bottom: 0;
        width: 165px;
        height: 164px;
    }
	
	.service-2-faq-img,
	.service-2-faq-img img{
		height: auto;
	}
	
}

@media only screen and (max-width: 767px){
	
	.service-2-about-counter-box {
		clip-path: unset;
	}
	
	.service-2-about-counter .elementor-counter{
		gap: 10px;
	}
	
	.service-2-about-counter-img{
		left: 10px;
		right: auto !important;
	}
	
	.service-2-icon-box-container.blur-section:before{
		top: 40px;
		right: -100px;
		width: 285px;
		height: 285px;
	}

	.service-2-icon-box-container.blur-section:after{		
		bottom: 0;
		width: 250px;
		height: 250px;
	}
	
	.service-2-performation.blur-section:before{
		right: -50px;
        width: 220px;
        height: 215px;
	}
	
	.service-2-faq-icon-box{
		position: initial;
	}
	
}


/*
 * Services - 3 CSS
 * */

.service-page-progress-bar .elementor-progress-wrapper{
	overflow: visible !important;
	padding: 2px 0;
}

.service-page-progress-bar .elementor-progress-wrapper .elementor-progress-text{
	position: absolute;
	top: -25px;
	right: 0;
	width: 40px;
	height: 15px;
	padding-inline-start: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

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

.service-about-img .elementor-widget-container:before{
	content: "";
	position: absolute;
	top: auto;
	right: auto;
	left: auto;
	bottom: auto;
	background: linear-gradient(180deg, transparent 68.21%, var(--white-color) 100%);
	width: 100%;
	height: 100%;
}

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

.service-work-process-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description,
.service-work-process-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title{
	transition: all 0.3s ease-in-out;
}

.service-work-process-box:hover .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description,
.service-work-process-box:hover .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title{
	color: var(--white-color);
}

.service-feature-box{
	position: relative;
}

.service-feature-box:before{
	content: "";
	position: absolute;
	top: 40px;
	right: -75px;
	left: auto;
	bottom: auto;
	background: url("./images/service-features-arrow.svg") no-repeat;
	background-size: cover;
	width: 115px;
	height: 85px;
	z-index: 1;
}

.service-why-choose-section.service-process-section:before{
	top: 170px;
	right: -160px;
}

.service-why-choose-section.service-process-section:after{
	left: 0;
	bottom: 130px;
}

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

.service-why-choose-counter{
	counter-increment: section;
}

.service-why-choose-counter:before{
	content: "0" counter(section) " ";
	position: absolute;
	top: 0;
	left: 0;
	font-family: var(--e-global-typography-primary-font-family);
    font-weight: var(--e-global-typography-accent-font-weight);
    color: var(--e-global-color-68c3585);
	background-color: var(--e-global-color-accent);
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
}

@media only screen and (max-width: 1024px){
	
	.service-process-section:before{
		top: 70px;
		right: -60px;
		width: 400px;
		height: 400px;
	}
	
	.service-process-section:after{
		width: 400px;
		height: 400px;
	}
	
	.service-feature-box:before{
		position: initial;	
	}
}

@media only screen and (max-width: 767px){
	
	.service-about-img-2 img{
		aspect-ratio: 1 / 1.4;
		object-fit: contain;
	}
	
	.service-process-section:before,
	.service-process-section:after{
		top: 0;
		right: -50px;
		width: 300px;
		height: 300px;
	}
	
	.service-process-section:after{
		top: auto;
		left: -30px;
		right: auto;
		bottom: 0;
	}
}

/*
 * Location Page CSS
 * */

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

.location-img-2 img{
	aspect-ratio: 1 / 1.21;
	object-fit: cover;
}

.location-box-tabs{
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
	border-radius: 10px;
	overflow: hidden;
}

.location-box-container.blur-section{
	overflow: visible;
}

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

.location-box-container.blur-section:before{
	top: 40px;
	width: 360px;
	height: 360px;
}

.location-box-container.blur-section:after{
	left: -40px;
    bottom: 40px;
	width: 360px;
	height: 360px;
}

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

.location-icon-box .elementor-icon-box-icon .elementor-icon:before{
	content: '';
	position: absolute;
	top: -10px;
	right: 0;
	bottom: 0;
	left: -10px;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	border: 10px solid rgb(from var(--e-global-color-accent) r g b / 30%)!important;
	border-radius: 50%;
}

.location-right-img img{
	aspect-ratio: 1 / 0.81;
	object-fit: cover;
}

.location-counter{
	height: var(--container-widget-width);
}

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

.location-counter .elementor-widget-container .elementor-counter-title{
	text-align: center;
}

.blur-section.location-icon-tab-container:after{
	left: -115px;
    bottom: 95px;
    width: 395px;
    height: 395px;
}

.blur-section.location-icon-tab-container:before{
	top: 90px;
    right: -170px;
	width: 505px;
    height: 505px;
}

.location-icontab-content-right-img img{
	aspect-ratio: 1 / 0.9;
	object-fit: cover;
}

@media only screen and (max-width: 1024px){
	
	.location-icon-box .elementor-icon-box-icon .elementor-icon:before{
		top: -8px;
		left: -8px;
		width: calc(100% + 16px);
		height: calc(100% + 16px);
		border: 8px solid rgb(from var(--e-global-color-accent) r g b / 30%)!important;
	}
	
	.blur-section.location-icon-tab-container:after{
		left: -130px;
		bottom: 85px;
		width: 385px;
		height: 385px;
	}
	
	.blur-section.location-icon-tab-container:before{
		top: 80px;
		right: -200px;
		width: 485px;
		height: 485px;
	}
	
}

@media only screen and (max-width: 767px){
	
	.location-img-2 img{
		aspect-ratio: 1 / 1.05;	
	}
	
	.location-tab-img img{
		aspect-ratio: 1 / 0.9;
    	object-fit: cover;
	}
	
	.location-icon-box .elementor-icon-box-icon .elementor-icon:before{
		top: -5px;
		left: -5px;
		width: calc(100% + 10px);
		height: calc(100% + 10px);
		border: 5px solid rgb(from var(--e-global-color-accent) r g b / 30%)!important;
	}
	
	.blur-section.location-icon-tab-container:after{
		left: -160px;
		bottom: 55px;
		width: 300px;
		height: 300px;
	}
	
	.blur-section.location-icon-tab-container:before{
		top: 30px;
		right: -150px;
		width: 370px;
		height: 370px;
	}
	
}

/*
 * Blog List CSS
 * */

.blog-loop-item{
	position: relative;
	height: 100%;
}

.blog-loop-item .blog-featured-img a{
	display: block;
	width: 100%;
}

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

.blog-loop-item .author-profile-photo img{
	aspect-ratio: 1 / 1;
    object-fit: cover;
}

.blog-author-info ul li:after{
	border-radius: 50%;
	bottom: -1px;
}

.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: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: var(--e-global-color-accent);
	transition: all 0.3s ease-in-out;
}

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

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

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

.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:focus,
.blog-loop-grid .elementor-pagination .page-numbers.dots:hover{
	color: var(--white-color) !important;
}

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

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

	.blog-loop-item .blog-featured-img img{
		aspect-ratio: 1 / 0.66;    
	}
	
	.blog-loop-grid .elementor-pagination .page-numbers{
		width: 40px;
    	height: 40px;
	}
	
}

/*
 * Author page CSS
 * */

.author-avatar figure img{
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 20px;
}

.author-social-media{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 15px;
}

.author-social-media li{
	line-height: 0;
}

.author-social-media li a{
	display: inline-block;
	font-size: 0;
	position: relative;
}

.author-social-media li a:before{
	content: '\f39e';
	display: flex;
	align-items: center;
	justify-content: center;
    font-family: 'Font Awesome 5 Brands';
    font-size: 15px;
    font-weight: 400;
	line-height: 1em;
	background-color: var(--e-global-color-accent);
	border-radius: 50%;
	color: var(--white-color);
	width: 30px;
	height: 30px;
	transition: all 0.3s ease-in-out;
}

.author-social-media li a:hover:before{		
	background-color: var(--e-global-color-primary);
}

.author-social-media li.instagram a:before{
	content: '\f16d';
}

.author-social-media li.linkedin a:before{
	content: '\f0e1';
}

.author-social-media li.youtube a:before{
	content: '\f167';
}

.author-social-media li.twitter a:before{
	content: '\f099';
}

.author-social-media li.tiktok a:before{
	content: '\e07b';
}

@media only screen and (max-width: 767px){
	
	.author-avatar figure img{
		aspect-ratio: 1/0.9;
	}
	
	.author-social-media{
		gap: 10px;
	}
	
}

/*
 * Blog Single CSS
 * */

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

.post-entry p{
	margin-bottom: 1.5em;
}

.post-entry a,
.post-entry a strong,
.post-entry p strong{
	color: var(--e-global-color-primary);
	transition: all 0.3s ease-in-out;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.post-entry a:hover{
	text-decoration: underline;
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6{
	font-family: var(--e-global-typography-primary-font-family);
	font-weight: var(--e-global-typography-primary-font-weight);
	line-height: var(--e-global-typography-primary-line-height);
	color: var(--e-global-color-primary);
	margin: 0.4em 0 0.6em;
}

.post-entry h1{	    
    font-size: var(--e-global-typography-primary-font-size);
}

.post-entry h2{
	font-size: 40px;
}

.post-entry h3{
	font-size: 34px;
}

.post-entry h4{
	font-size: 28px;
}

.post-entry h5{
	font-size: 26px;
}

.post-entry h6{
	font-size: 22px;
}

.post-entry blockquote{
	position: relative;
	background-color: var(--light-color);
	background-image: url("./images/quote-icon.svg");
    background-repeat: no-repeat;
    background-position: top 30px left 30px;
    background-size: 30px auto;
	border-radius: 20px;
    padding: 30px;
	margin-left: 0;
	margin-right: 0;
    margin-bottom: 30px;
	text-indent: 55px;
}

.post-entry blockquote p{
	color: var(--e-global-color-primary);
	font-size: 20px;
	font-weight: 500;
	text-align: justify;
	line-height: var(--e-global-typography-text-line-height);
}

.post-entry .wp-container-core-columns-is-layout-1 figure{
	margin: 0 auto;
}

.post-entry .wp-container-core-columns-is-layout-1 figure img{
	aspect-ratio: 1 / 0.52;
	object-fit: cover;
	border-radius: 20px;
}

.post-entry .wp-block-columns h5.wp-block-heading{
	font-family: var(--e-global-typography-primary-font-family);
	font-weight: var(--e-global-typography-primary-font-weight);
	line-height: var(--e-global-typography-primary-line-height);
	margin: 20px 0 0 0;
}

.post-entry .wp-block-columns .wp-block-column:nth-child(2){
	box-shadow: 0px 0px 20px 0px rgba(62, 89, 69, 0.10);
	padding: 40px 30px;
}

.post-entry ul{
	list-style: none;
}

.post-entry ul,
.post-entry ol{
	padding: 0;
	margin: 20px 0;
}

.post-entry ol{
	padding-left: 20px;
}

.post-entry ul li:not(:last-child),
.post-entry ol li:not(:last-child){
	position: relative;
	margin-bottom: 15px;
}

.post-entry ul li,
.post-entry ol li ul li{
	position: relative;
	padding-left: 25px;
	color: var(--e-global-color-text);
}

.post-entry ul li:before{
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--e-global-color-accent);
    mask-image: url("./images/icon-sub-heading.svg");
    mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: top left;
	width: 15px;
	height: 15px;
}

.post-entry ul li > ol li:before{
	display: none;
}

.post-entry ol li{
	padding-left: 5px;
	color: var(--e-global-color-text);
}

.post-entry ol li::marker{
	font-size: 18px;
	font-weight: 500;
	color: var(--e-global-color-text);
}

.post-entry ul li a,
.post-entry ul li a strong,
.post-entry ul li strong,
.post-entry ol li a,
.post-entry ol li a strong,
.post-entry ol li strong{
	color: var(--e-global-color-primary);
	transition: all 0.3s ease-in-out;
}
 	
.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);
	color: var(--white-color);
	border-radius: 100px;
	padding: 7px 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(--e-global-color-primary);
}

/* Sidebar CSS */
.author-info-box{
	text-align: center;
}

.author-profile-photo img{
	aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 140px;
	border-radius: 50%;
}

.author-info-box .author-name h5{
	font-size: 18px;
	font-weight: 400;
	color: var(--e-global-color-text);
	margin: 20px 0 10px;
}

.author-info-box .author-name h3{
	font-size: 30px;
}

.author-info-box .author-designation h4{
	font-size: var( --e-global-typography-secondary-font-size );
	margin-top: 15px;
}

.author-info-box .author-bio-info{
	margin-top: 10px;
}

.author-info-box .author-button{
	margin-top: 15px;
}

.author-info-box .author-button a{
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-style: var(--e-global-typography-accent-font-style);
    line-height: var(--e-global-typography-accent-line-height);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
	color: var(--e-global-color-primary);
	background-color: transparent;
	padding: 0;
}

.author-info-box .author-button a svg{
	fill: var(--e-global-color-accent);
	width: 16px;
	margin-bottom: -4px;
}

.author-info-box .author-social-media-wrapper{
	margin-top: 20px;
}

.author-info-box .author-social-media{
	justify-content: center;
}


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

	.post-featured-img img {
		aspect-ratio: 1 / 0.6;
	}	

	.post-entry h2{
		font-size: 34px;
	}

	.post-entry h3{
		font-size: 28px;
	}

	.post-entry h4{
		font-size: 24px;
	}

	.post-entry h5{
		font-size: 20px;
	}

	.post-entry h6{
		font-size: 18px;
	}
	
	.post-entry blockquote{
		padding: 20px;
        background-position: top 20px left 20px;
	}
	
	.post-entry blockquote p{
		font-size: 18px;	
	}
	
	.post-entry .wp-block-columns .wp-block-column:nth-child(2){
		padding: 20px;
	}
	
	.post-entry ul ul, 
	.post-entry ol ul,
	.post-entry ol ol,
	.post-entry ul ol{
		margin: 10px 0;
	}
	
	/* SideBar CSS */
	.author-info-box .author-name h3{
		font-size: 26px;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.post-featured-img img{
		aspect-ratio: 1 / 0.8;
	}

	.post-entry h1{
		font-size: 28px;
	}

	.post-entry h2{
		font-size: 26px;
	}

	.post-entry h3{
		font-size: 24px;
	}

	.post-entry h4{
		font-size: 20px;
	}

	.post-entry h5{
		font-size: 18px;
	}

	.post-entry h6{
		font-size: 18px;
	}

	.post-entry blockquote{
		background-position: top 15px left 20px;
        background-size: 24px auto;
        text-indent: 40px;
        padding: 20px;
	}
	
	.post-entry blockquote p{
		font-size: 16px;
	}
	
	.post-entry .wp-container-core-columns-is-layout-1{
		flex-wrap: wrap;
	}
	
	.post-entry .wp-container-core-columns-is-layout-1 figure img{
		aspect-ratio: 1 / 0.8;
	}
	
	.post-entry ul ul li,
	.post-entry ol ul li,
	.post-entry ol ol li,
	.post-entry ul ol li{
		font-size: 14px;
	}
	
	.post-entry ul ul li:before,
	.post-entry ol ul li:before{
		width: 14px;
    	height: 14px;
	}
	
	.post-entry ul li:not(:last-child), 
	.post-entry ol li:not(:last-child){
		margin-bottom: 10px;
	}
	
	.post-entry ol li::marker{
		font-size: 16px;
	}
	
	.post-entry ol ol li::marker, 
	.post-entry ul ol li::marker{
		font-size: 14px;
	}
	
	.post-entry ul ul, .post-entry ul ol, .post-entry ol ol, .post-entry ol ul{
		margin: 10px 0;
	}
	
	.post-tag ul li .elementor-post-info__item--type-terms span a{
		padding: 7px 21px;
		margin-bottom: 10px;
	}
	
	.post-single-category ul li:not(:last-child){
		margin-bottom: 15px;
	}
	
	.post-single-category ul li a{
		padding: 15px 15px 15px 40px;
	}
	
	.post-single-category ul li a:before{
    	font-size: 14px;
	}
	
	/* SideBar CSS */
	.author-info-box .author-name h3{
		font-size: 22px;
	}
	
	.author-info-box .author-designation h4{
		margin-top: 10px;
	}
	
}

/*
 * Contact Us
 * */


/* 
 * 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-accent-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-radius: 20px;
    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 .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: 157px;
}

.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;
	color: #C8221E;
	margin-top: 0;
	padding-left: 3px;
}

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

.gform_wrapper form .gform_footer{
	--gf-form-footer-margin-y-start: 30px;
	justify-content: 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: 30px !important;
    padding: 12px 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-primary) !important;
}

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

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

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

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

/**/



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



/****************************************************************************************************/
/* Custom Span */
.text-accent-bold {
    color: var(--e-global-color-accent);
    font-weight: 700;
}

/****************************************************************************************************/
