/* 
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-001e679);	
	--divider-color: rgb(from var(--e-global-color-accent) r g b / 20%);
}

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

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

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

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

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

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

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

/* Button CSS */

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

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

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

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

.rs-partner-button.elementor-widget-button .elementor-button:before{
	display: none;
}

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

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

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

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

.elementor-align-justify.elementor-widget-button .elementor-button .elementor-button-content-wrapper{
	justify-content: space-between !important;
}

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

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

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

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

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

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

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

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

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

/* Section Title CSS */
.section-title h3.elementor-heading-title{
	display: inline-block;
	position: relative;
	padding-left: 16px;
}

.section-title h3.elementor-heading-title::before{
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    background-color: var(--e-global-color-accent);
    width: 6px;
    height: 6px;
    transform: translate(0px, -60%);
}

/* column-2 CSS */

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

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

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

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

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

	.column-2 ul{
		gap: 10px;
	}
	
	.column-2 ul li{
		width: 100%;
	}
	
}

/* 
 * Header Position 
 * */

.elementor-editor-active #elementor-add-new-section{
	margin: 0 auto;
	padding: 100px 0;
}

.elementor-editor-active #elementor-add-new-section > .elementor-add-section-inner{
	position: relative;
}

@media only screen and (max-width: 991px){
	
	.elementor-editor-active #elementor-add-new-section{
		padding: 100px 0;
	}
}


/* 
 * Header CSS 
 * */

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

/* 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,
.main-header.elementor-sticky{
	backdrop-filter: blur(50px);
	transition: all 0.3s ease-in-out
}

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

.elementor-widget-theme-site-logo a{
	display: block;
}


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

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

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

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

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

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

/*
 * Mex Mega Menu CSS
 * Class Name (header-menu)
 * */

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

/* Mex Mega Menu CSS */

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

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

/* Mega Menu Bar First Menu Padding Left CSS */
.header-menu .mega-menu-wrap > ul > li:first-child > a{
	padding-left: 0 !important
}

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

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

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

/* Mega Menu Templated CSS */

.mega-menu-tab-title{
	position: absolute;
	top: 0;
	left: 0;
	padding: 40px 0 0 40px;
}

.mega-menu-tab .e-n-tabs .e-n-tabs-heading{
	padding-top: 50px;	
}

.mega-menu-tab .e-n-tabs .e-n-tabs-heading .e-n-tab-title{
	justify-content: space-between;
}

.mega-menu-tab .e-n-tabs .elementor-widget-icon-list ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 30px 50px;
	padding: 0 !important;
	margin: 0 !important;
}

.mega-menu-tab .e-n-tabs .elementor-widget-icon-list ul li{
	width: calc((100% - 100px) / 3);
	border-bottom: 1px solid rgba( from var(--e-global-color-primary) r g b / 10% );
	min-height: 60px;
	transition: all 0.3s ease-in-out;
}

/* .mega-menu-tab .e-n-tabs .elementor-widget-icon-list ul li:nth-last-child(-n + 2){
	border-color: transparent;
} */

.mega-menu-tab .e-n-tabs .elementor-widget-icon-list ul li:hover{
	border-color: var(--e-global-color-accent);
}

.mega-menu-tab .e-n-tabs .elementor-widget-icon-list ul li.elementor-icon-list-item:has(a) a,
.mega-menu-tab .e-n-tabs .elementor-widget-icon-list ul li.elementor-icon-list-item:not(:has(a)){
	flex-direction: row-reverse;
    justify-content: space-between;
	gap: 10px;
	padding: 0 0 10px !important;
}

.mega-menu-tab .e-n-tabs .elementor-widget-icon-list ul li span{
	padding: 0 !important;
}

.mega-menu-tab .e-n-tabs .elementor-widget-icon-list ul li span svg{
	margin: 0 !important;
}

.mega-menu-tab .e-n-tabs .elementor-widget-image img{
	aspect-ratio: 1 / 1.125;
    object-fit: cover;
	height: 100%;
}

@media only screen and (max-width: 1024px) {
	
	.header-menu-container{
		padding-left: var(--padding-left);
	}
	
	.mobile-menu{
		display: block !important;
	}
	
	.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;
	}
	
	/* Menu Toggle Button CSS Start */
	.header-menu #mega-menu-wrap-menu-1 .mega-menu-toggle,
	.header-menu .mega-menu-wrap .mega-menu-toggle{
		align-items: center;
		justify-content: center;
		width: 40px;
        height: 40px;
		border-radius: 0;
	}
	
	.header-menu #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box{
		width: 35px;
    	height: 25px;
	}
	
	.header-menu #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child{
		margin-left: 6px;
	}
	
	.header-menu .mega-menu-wrap .mega-menu-toggle .mega-toggle-animated-box .mega-toggle-animated-inner,
	.header-menu .mega-menu-wrap .mega-menu-toggle .mega-toggle-animated-box .mega-toggle-animated-inner:before,
	.header-menu .mega-menu-wrap .mega-menu-toggle .mega-toggle-animated-box .mega-toggle-animated-inner:after{
		width: 35px !important;
	}
	/* Menu Toggle Button CSS End */
	
	/* Menu Menu List CSS Start */
	.header-menu ul.mega-menu{
		margin-top: 25px !important;        
        max-height: calc(100vh - 350px) !important;
        border-radius: 0 !important;
		overflow: auto !important;
		filter: drop-shadow(0px 10px 5px rgb(from var(--e-global-color-text) r g b / 10%));
	}
	
	.main-header.elementor-sticky.elementor-sticky--effects .header-menu ul.mega-menu{
		margin-top: 19px !important;
	}
	
	.header-menu .mega-menu-wrap > ul > li > ul{
		margin-top: 0 !important;
		box-shadow: none;
		filter: none;
	}	
	
	.header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link{
		display: flex;
		padding: 0 20px;
	}
	
	/* Mega Menu Bar First Menu Padding Left CSS */
	.header-menu .mega-menu-wrap > ul > li:first-child > a{
		padding-left: 20px !important
	}
	
	/* Menu Hover And Active Style CSS */
	.header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover{
		color: var(--white-color);
		background: rgba(255,255,255,0.16);
	}
	
	.header-menu .mega-menu-item.mega-menu-item-has-children > a.mega-menu-link:before{
		display: none !important;
		position: absolute !important;
		bottom: 0;
		left: 0;
		transform: translatex(0);
		border: 0px solid transparent;
		opacity: 0 !important;
	}
	
	/* Sub Menu List CSS */
	.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;
		font-size: 16px !important;
	}
	
	.main-header.elementor-sticky.elementor-sticky--effects .header-menu .mega-menu-wrap > ul > li > ul{
		margin-top: 0 !important;
	}
	
	.header-menu .mega-menu-item.mega-menu-item-has-children .mega-indicator{
		display: inline-block !important;
		margin: 0 0 0 10px !important;
	}
	
	/* Menu Menu List CSS End */

	/* Mega Menu Template CSS */
	
	.mega-menu-tab-title{
		position: relative;
		padding: 0;
	}
	
	.mega-menu-tab .e-n-tabs .e-n-tabs-heading{
		padding-top: 0;
	}
	
	.mega-menu-tab .e-n-tabs .elementor-widget-image img{
		aspect-ratio: 1 / 0.5;
		height: auto;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.main-header.elementor-sticky.elementor-sticky--effects .header-logo img{
		max-width: 100px;
	}
	
	.main-header.elementor-sticky.elementor-sticky--effects .header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown{
		margin-top: 23px !important;
	}
	
	/* Header Mega Menu CSS */
	.header-menu ul.mega-menu{
		margin-top: 15px !important;
		max-height: calc(100vh - 200px) !important;
	}
	
	/* Mega Menu Templated CSS */
	.mega-menu-tab .e-n-tabs .e-n-tabs-heading .e-n-tab-title{
		max-width: calc(50% - calc( var(--n-tabs-title-gap) / 2 ));
	}
	
	.mega-menu-tab .e-n-tabs .elementor-widget-icon-list ul{
		gap: 10px;
	}
	
	.mega-menu-tab .e-n-tabs .elementor-widget-icon-list ul li{
		width: 100%;
		min-height: auto;
	}
	
	.mega-menu-tab .e-n-tabs .elementor-widget-icon-list ul li:nth-last-child(-n + 2){
		border-color: rgba( from var(--e-global-color-primary) r g b / 10% );
	}
	
	.mega-menu-tab .e-n-tabs .elementor-widget-image img {
		aspect-ratio: 1 / 0.66;
	}
	
}


/*
 * Footer CSS
 * */

.footer-menu nav ul li{
	position: relative;
	padding-left: 16px; 
}

.footer-menu nav ul li:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	background-color: var(--e-global-color-accent);
	border-radius: 6px;
	width: 6px;
	height: 6px;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}

.footer-menu nav ul li:hover:before,
.footer-menu nav ul li.current-menu-item:before{
	background-color: var(--white-color);
}


@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 767px) {
	
	.footer-menu.elementor-widget-icon-list ul{
		justify-content: center !important;
		gap: 3px 10px;
		align-items: center;
		text-align: center;
	}
	
}



/*
 * Home Page CSS
 * */

.square {
	aspect-ratio: 1;
}

.hero-page-header-bg-light-circle {
	position: relative;
}

.hero-page-header-bg-light-circle:before{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
	border-radius: 50%;
	width: 175%;
	height: 175%;
	filter: blur(calc(min(125vw, 125vh) * 0.035));
}

.about-heading-left{
	writing-mode: vertical-rl;
    transform: rotate(180deg);
	clip-path: polygon(0% 0%, 100% calc(0% + 50px), 100% 100%, 0% 100%);
}

.about-img-container,
.about-img-1,
.about-img-2{
	height: 100%;
}

.about-img-1 img{
	aspect-ratio: 1 / 0.74;
	object-fit: cover;
	height: 100%;
}

.about-img-2 img{
	aspect-ratio: 1 / 0.685;
	object-fit: cover;
	height: 100%;
}

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

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

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

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

.home-services-section{
	position: relative;
	z-index: 1;
}

.home-services-section:before{
	z-index: -1;
}

.home-services-section:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: linear-gradient(0deg, transparent 25.72%, var(--white-color) 65.44%);
	width: 100%;
	height: 220px;
	z-index: -1;
}


@media only screen and (max-width: 1024px) {
	
	.hero-page-header-bg-light-circle:before{
		width: 100%;
		height: 100%;
	}		
	
	.about-img-container,
	.about-img-1,
	.about-img-2,
	.about-img-1 img,
	.about-img-2 img{
		height: auto;
	}
	
	
	.about-img-1 img,
	.about-img-2 img{
		aspect-ratio: 1 / 0.66;
	}	
	
	.home-services-section:after{
		background: linear-gradient(0deg, transparent 25.72%, var(--white-color) 85.44%);
		height: 120px;	
	}
	
}


@media only screen and (max-width: 767px) {
	
	.about-heading-left{
		clip-path: polygon(0% 0%, 100% calc(0% + 30px), 100% 100%, 0% 100%);
	}
	
	.about-img-1 img{
		aspect-ratio: 1 / 0.9;
	}
	
	.about-img-2 img {
		aspect-ratio: 1 / 0.7;
	}
	
}

/*
 * About Us Page CSS
 * */

.page-header-bg-light-circle:before{
	border-radius: 400px;
    width: 400px;
    height: 280px;
    filter: blur(22.5px);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.breadcrumbs ul li:after{
	transform: rotate(15deg);
}

.about-us-section:before{
	width: 780px;
    height: 780px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border-radius: 100%;
    background-color: var(--white-color);		
}

.about-us-section:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: radial-gradient(43.67% 43.67% at 49.48% 50%, transparent 0%, var(--white-color) 100%);
	border-radius: 780px;
	width: 785px;
	height: 785px;
	transform: translate(-50%, -50%);
}

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

.company-history-img-1 img{
	aspect-ratio: 1 / 1.015;
	object-fit: cover;
}

.company-history-img-2 img{
	aspect-ratio: 1 / 1.28;
	object-fit: cover;
}

.who-we-are-box{
	counter-reset: section;
}

.who-we-are-icon-box{
	counter-increment: section;
}

.who-we-are-icon-box .elementor-widget-container{
	position: relative;
}

.who-we-are-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-weight: var(--e-global-typography-secondary-font-weight);
	font-size: var(--e-global-typography-secondary-font-size);
	line-height: 1em;
	background: var(--e-global-color-accent);
	color: var(--white-color);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	z-index: 1;
	transition: all 0.4s ease-in-out;
}

.who-we-are-icon-box .elementor-widget-container:hover:before{
	background: var(--e-global-color-primary);
}

.who-we-are-content-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title cite{
	position: absolute;
	top: 25px;
	font-size: 50px;
	font-style: normal;
	line-height: 1.2em;	
	z-index: 1;
}

.who-we-are-img img{
	aspect-ratio: 1 / 1.36;
	object-fit: cover;
}

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

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

.what-we-do-list ul{
	display: flex;
	flex-wrap: wrap;
}

.what-we-do-list ul li{
	width: 50%;
	border: 1px solid var(--white-color);
	padding: 17px 15px !important;
	background: var(--e-global-color-accent);
}

.what-we-do-list ul li:nth-child(4n - 2),
.what-we-do-list ul li:nth-child(4n - 1){
	background: var(--e-global-color-primary);
}

.what-we-do-counter .elementor-counter .elementor-counter-number-wrapper{
	width: 60px;
	height: 60px;
	border: 2px solid var(--e-global-color-accent);
	border-radius: 50%;
	flex: none;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
}

.what-we-do-counter .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix{
	flex: 0;
}

@media only screen and (max-width: 1024px) {
	
	.page-header-bg-light-circle:before{
		border-radius: 300px;
		width: 300px;
		height: 160px;
	}
	
	.about-us-section:before,
	.about-us-section:after{
		top: 0;
		left: 0;
		transform: translate(0, 0);
        width: 100%;
        height: 100%;
		border-radius: 0;
	}
	
	.about-us-section:after{
		background: radial-gradient(43.67% 33.67% at 49.48% 45%, transparent -38%, var(--white-color) 100%);
	}
	
	.about-us-img img{
		aspect-ratio: 1 / 0.65;
	}
	
	.who-we-are-content-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title cite{
		font-size: 42px;	
	}
	
	.who-we-are-img img{
		aspect-ratio: 1 / 1.05;
	}
	
	.what-we-do-img img{
		aspect-ratio: 1 / 1.05;
	}
}

@media only screen and (max-width: 767px) {
	
	.about-us-img img{
		aspect-ratio: 1 / 1.05;	
	}
	
	.company-history-img-1 img{
		aspect-ratio: 1 / 1.15;
	}
	
	.company-history-img-2 img{
		aspect-ratio: 1 / 1.5;
	}
	
	.who-we-are-icon-box .elementor-widget-container:before{
		width: 45px;
		height: 45px;
	}
	
	.who-we-are-content-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title cite{
		font-size: 40px;
	}
	
	.what-we-do-border-box{
		position: initial !important;
	}
	
	.what-we-do-list ul li{
		width: 100%;
		background: var(--e-global-color-primary);
		padding: 12px 15px !important;
	}

	.what-we-do-list ul li:nth-child(odd){
		background: var(--e-global-color-accent);
	}
}

/*
 * 	Service Page CSS
 * */

.claim-process-img-box:before{
	top: 35%;
    right: -30px;
    left: auto;
    bottom: auto;
    mask-image: url(./images/claim-process-arrow.svg);
    mask-repeat: no-repeat;
    mask-size: cover;
    width: 26px;
    height: 26px;
    transform: translate(0, -50%);
}

.claim-process-img-box:last-child:before{
	display: none;
}

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

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

.claim-process-counter-img:before{
	content: "" counter(section) " ";
	position: absolute;
	top: 50%;
	left: -25px;
	right: auto;
	bottom: auto;
	font-family: var(--e-global-typography-primary-font-family);
	font-size: 100px;
	font-weight: var(--e-global-typography-primary-font-weight);
	line-height: var(--e-global-typography-secondary-line-height);
	background: var(--e-global-color-secondary);
	color: var(--white-color);
	width: auto;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translate(0, -50%);
}

.claim-process-counter-img img{
	position: relative;
	z-index: 1;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

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

@media only screen and (max-width: 1024px) {
	
	.claim-process-img-box:before{
		display: none;			
	}
	
	.claim-process-counter-img:before{
		font-size: 80px;
	}
}

@media only screen and (max-width: 767px) {
	
	.claim-process-counter-img:before{
		font-size: 60px;
		height: 80px;
	}
}

/*
 * 	Leadership Page CSS
 * */

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

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

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

.leadership-about-counter .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title{
	position: relative;
	padding: 10px 0 30px 65px;
	counter-increment: section;
}

.leadership-about-counter .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title:before{
	content: "0" counter(section) " ";
	position: absolute;
	top: 0;
	left: 0;
	font-family: var(--e-global-typography-primary-font-family);
	font-size: 20px;
	font-weight: var(--e-global-typography-secondary-font-weight);
	line-height: 1em;
	background: var(--e-global-color-accent);
	color: var(--white-color);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	transition: all 0.4s ease-in-out;
}

.leadership-about-counter:hover .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title:before{
	background: var(--e-global-color-primary);	
}

.team-img img{
	aspect-ratio: 1 / 1.5;
    object-fit: cover;
    object-position: 50% 10%;
}

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

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

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

.leadership-commitment-box .elementor-icon-box-wrapper .elementor-icon{
	position: absolute;
	left: 0;
	top: 0;
}

.leadership-commitment-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title{
	padding: 5px 0 0 60px;
}

body.elementor-editor-active.elementor_library-template-default  .expertise-tab-template-conatiner{
	background: var(--e-global-color-primary);
}

.leadership-tab .e-n-tabs .e-n-tabs-heading{
	counter-reset: section;
}

.leadership-tab .e-n-tabs .e-n-tabs-heading .e-n-tab-title{
	position: relative;
	counter-increment: section;
	justify-content: space-between;
	gap: 10px;
}

.leadership-tab .e-n-tabs .e-n-tabs-heading .e-n-tab-title:before{
	content: "0" counter(section) " ";
	position: absolute;
	top: 50%;
	left: 30px;
	right: auto;
	bottom: auto;
	font-family: var(--e-global-typography-primary-font-family);
	font-weight: var(--e-global-typography-secondary-font-weight);
	font-size: 28px;
	line-height: 1em;
	background: var(--e-global-color-accent);
	color: var(--white-color);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	transform: translate(0, -50%);
	transition: all 0.4s ease-in-out;
}

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

.leadership-tab .e-n-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon{
	width: 50px;
	height: 50px;
	background: var(--e-global-color-primary);
	display: flex;
	justify-content: center;
	align-items: center;
}

.leadership-tab-content{
	backdrop-filter: blur(30px);
}

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

@media only screen and (max-width: 1024px) {
	
	.leadership-tab .e-n-tabs .e-n-tabs-heading .e-n-tab-title:before{
		left: 20px;
		font-size: 24px;
		width: 50px;
		height: 50px;
	}
	
	.leadership-tab .e-n-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon{
		width: 40px;
		height: 40px;
	}
}

@media only screen and (max-width: 767px) {
	
	.team-img img{
		aspect-ratio: 1 / 1.2;
		object-position: 50% 10%;
	}
	
	.leadership-about-img img{
		aspect-ratio: 1 / 0.85;
	}
	
	.leadership-about-img-2 img{
		aspect-ratio: 1 / 1;
	}
	
	.leadership-tab .e-n-tabs .e-n-tabs-heading .e-n-tab-title:before{
		left: 10px;
        font-size: 20px;
        width: 40px;
        height: 40px;
	}
	
	.leadership-tab .e-n-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon{
		width: 35px;
		height: 35px;
	}
}

/*
 * 	Career Page CSS
 * */

.career-about-faq .e-n-accordion .e-n-accordion-item-title .e-n-accordion-item-title-icon{
	width: 24px;
	height: 24px;
	background: var(--white-color);
	display: flex;
	justify-content: center;
	align-items: center;
}

.career-opportunities-img img{
	aspect-ratio: 1 / 0.83;
	object-fit: cover;
}

.career-opportunities-list ul{
	gap: 10px 30px;
}

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

/*
 * 	Third-Party Administration Page CSS
 * */

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

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

.service-request-counter{
	transform: rotate(-90deg);
}

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

.service-request-counter .elementor-counter-number-wrapper .elementor-counter-number,
.service-request-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix{
	--text-shadow-color: var(--e-global-color-primary);
	text-shadow: 2px 2px 0 var(--text-shadow-color), -2px 2px 0 var(--text-shadow-color), 2px -2px 0 var(--text-shadow-color), -2px -2px 0 var(--text-shadow-color);
	color: var(--white-color);
}

.compliance-img img{
	aspect-ratio: 1 / 0.6;
	object-fit: cover;
}


@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 767px) {
	
	.service-request-counter{
		transform: rotate(0);	
	}
	
	.service-request-counter .elementor-counter{
		gap: 20px !important;
	}
	
	.service-request-counter .elementor-counter .elementor-counter-title{
		justify-content: start;
	}
	
	.service-request-counter .elementor-counter-number-wrapper{
		flex: 0;
	}
	
	.compliance-img img{
		aspect-ratio: 1 / 0.85;
	}
}

/*
 * 	Travel Insurance – Sales and Distribution Page CSS
 * */

.travel-insurance-about-tab .e-n-tabs-heading{
	background: var(--white-color);
	padding: 5px;
}

.travel-insurance-about-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title cite{
	position: absolute;
	left: 0;
	top: 0;
	font-style: normal;
	width: 50px;
	height: 50px;
	background: var(--e-global-color-accent);
	color: var(--white-color);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease-in-out;
}

.travel-insurance-about-box:hover .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title cite{
	background: var(--white-color);
	color: var(--e-global-color-accent);
}

.ecosystem-explanation-img img{
	aspect-ratio: 1 / 0.615;
	object-fit: cover;
}

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

.why-choose-counter{
	height: var( --container-widget-width, 100px );
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid rgb(from var(--e-global-color-accent) r g b / 30%);
	border-radius: 50%;
}

.why-choose-counter .elementor-widget-container{
	width: calc(100% - 10px);
	height: calc(100% - 10px) !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

.brokers-partners-img img{
	aspect-ratio: 1 / 1.27;
	object-fit: cover;
}

.contact-info-text p:last-child{
	margin-block-end: 0 !important;
}

@media only screen and (max-width: 1024px) {
	
	.ecosystem-explanation-img-2 img{
		aspect-ratio: 1 / 0.6;
	}
	
	.why-choose-product-img img{
		aspect-ratio: 1 / 0.6;
	}
	
	.brokers-partners-img img{
		aspect-ratio: 1 / 0.6;
	}
}

@media only screen and (max-width: 767px) {
	
	.why-choose-product-img img{
		aspect-ratio: 1 / 0.85;
	}
}

/*
 * 	Product Page CSS
 * */

.our-process-heading .elementor-widget-container{
	transition: all 0.4s ease-in-out;
}

.our-process-box:hover .our-process-heading .elementor-widget-container{
	background-color: var(--e-global-color-accent);
}

.our-process-heading .elementor-heading-title{
	padding-left: 15px;
	border-left: 2px solid var(--e-global-color-accent);
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.4s ease-in-out;
}

.our-process-box:hover .our-process-heading .elementor-heading-title{
	border-color: var(--white-color);
}

.our-process-heading .elementor-heading-title cite{
	font-style: normal;
	color: var(--e-global-color-accent);
	font-weight: 500;
	transition: all 0.4s ease-in-out;
}

.our-process-box:hover .our-process-heading .elementor-heading-title cite{
	color: var(--white-color);
}

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

/*
 * Blog Archive Page CSS
 * */

.blog-loop-container{

}

.blog-loop-content-box{
	position: relative;
	z-index: 1;
}

.blog-loop-content-box:before{
	position: absolute;
	top: auto;
	left: -10px;
	right: 0;
	bottom: -10px;
	backdrop-filter: blur(20px);
	width: calc(100% + 20px);
	height: calc(100% - 10px);
	z-index: -1;
}

/* .blog-loop-grid .elementor-pagination .prev,
.blog-loop-grid .elementor-pagination .next{
	font-size: 0;	
}

.blog-loop-grid .elementor-pagination{
	
} */

.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: 0px;
	background-color: var(--e-global-color-secondary);
	transition: all 0.3s ease-in-out;
}

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

.blog-loop-grid .elementor-pagination .page-numbers.prev,
.blog-loop-grid .elementor-pagination .page-numbers.next{
	position: relative;
}

.blog-loop-grid .elementor-pagination .page-numbers.prev:before,
.blog-loop-grid .elementor-pagination .page-numbers.next:before{
	content: "";
	position: absolute;
	top: auto;
	left: auto;
	background: var(--white-color);
	mask-image: url("images/arrow-next.svg");
	mask-repeat: no-repeat;
	mask-position: center center;
	mask-size: 100% auto;
	width: 14px;
	height: 20px;
	transition:all 0.3s ease-in-out;
}

.blog-loop-grid .elementor-pagination .page-numbers.prev:before{
	transform: scaleX(-1);
}

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

.post-category-sidebar .elementor-widget-container h5{
	font-family: var(--e-global-typography-primary-font-family);
	font-size: 26px;
	font-weight: var(--e-global-typography-primary-font-weight);
	line-height: var(--e-global-typography-secondary-line-height);
	padding: 14px 30px;
	margin: 0;
	background: var(--e-global-color-accent);
	color: var(--white-color);
}

.post-category-sidebar nav ul{
	margin: 0;
	padding: 10px 0;
	list-style: none;
	border: 1px solid rgb(from var(--e-global-color-accent) r g b / 20%);
}

.post-category-sidebar nav ul li.cat-item{
	font-family: var(--e-global-typography-text-font-family);
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	line-height: var(--e-global-typography-text-line-height);
	color: var(--e-global-color-text);
}

.post-category-sidebar nav ul li.cat-item:hover{
	color: var(--e-global-color-accent);
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.post-category-sidebar nav ul li.cat-item a{
	color: inherit;
	display: inline-block;
	width: calc(100% - 50px);
}

.post-category-sidebar nav ul li.cat-item a{
	padding: 10px 30px;
}

@media only screen and (max-width: 1024px) {
	
	.post-category-sidebar .elementor-widget-container h5{
		font-size: 22px;	
	}		
}

@media only screen and (max-width: 767px) {
	
	.blog-loop-grid .elementor-pagination .page-numbers{
		width: 32px;
		height: 32px;
	}
	
	.blog-loop-grid .elementor-pagination .page-numbers.prev:before,
	.blog-loop-grid .elementor-pagination .page-numbers.next:before{
		width: 8px;
		height: 14px;
	}
	
	.post-category-sidebar .elementor-widget-container h5{
		font-size: 20px;
		padding: 14px 20px;	
	}
	
	.post-category-sidebar nav ul li.cat-item a{
		padding: 10px 20px;
	}
}

/*
 * Author List Page CSS
 * */

.page-header-author:before{
	filter: blur(25px);
}

.author-single-img .author-profile-photo img{
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.author-single-social-media .author-social-media-wrapper ul{
	justify-content: flex-start;
}	

.author-social-media-wrapper ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
	padding: 0;
	list-style: none;
}

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

.author-social-media-wrapper ul li a{
	position: relative;
	display: block;
	font-size: 0;
	height: 36px;
	width: 36px;
	color: var(--white-color);
	background-color: var(--e-global-color-secondary);
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

.author-social-media-wrapper ul li a:before{
	content: '\f39e';
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Font Awesome 5 Brands";
    font-weight: 400;
	font-size: 20px;
    height: 100%;
}

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

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

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

.author-social-media-wrapper ul li.threads a:before{
	content: '\e618';
}

.author-social-media-wrapper ul li a:hover{
	background-color: var(--e-global-color-accent);
}

/*
 * 	Blog Single CSS
 * */

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

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

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

.blog-single-faq .e-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon svg{
	transform: scale(-1);
}

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

/* 
 * Gravity Form CSS
 * */



.gform_wrapper .gform_heading{
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * 	CFS -Submit Claim CSS
 * */

.rs-faq-accordion .elementor-accordion .elementor-accordion-item{
	margin-bottom: 16px;
}
