/* 
Theme Name: ONCE Elementor
Theme URI: https://github.com/elementor/hello-theme/
Description: Customized Hello Elementor Theme by the Once Interactive Team.
Author: Once Interactive
Author URI: https://onceinteractive.com
Template: hello-elementor
Version: 1.0.3
Text Domain: hello-elementor-child
*/


/* General */

ul {
	padding-left: 25px;
}

.text-content .elementor-widget-container a{
	color: #00AEEF;
}

.text-content .elementor-widget-container a:hover{
	color: #000000;
}

.contact-us .elementor-widget-container a{
	color: #000000;
}

.contact-us .elementor-widget-container a:hover{
	color: #00AEEF;
}


html, body {
	overflow-x: hidden;
	--layout-container: 1600;
}

.elementor-button:focus, button:focus, a:focus, input:focus {
	outline: none !important;
}

a, a:hover button, button:hover, a path, a:hover path, .elementor-button, .elementor-button:hover, a .elementor-icon-list-text, a .elementor-icon-list-icon i, a img, a:hover img {
	transition: all .3s ease-in-out !important;
}


/* ::selection {
background: #A6CE39;
color: #FFF;
} */

::placeholder {
	opacity: 1 !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 1 !important;
}
::-moz-placeholder { /* Firefox 19+ */
	opacity: 1 !important;
}
:-ms-input-placeholder { /* IE 10+ */
	opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 18- */
	opacity: 1 !important;
}

.no-mb, .no-mb * {
	margin-bottom: 0 !important;
}

.swiper-button a, .menu-item{
	position: relative;
}

.swiper-button a span{
	z-index: 100;
}

.swiper-button a::before{
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	inset: 0 0 0 0;
	z-index: 1;
	transition: transform .5s ease;
	transform: scaleX(0);
	transform-origin: bottom right;
	/* background: #ECB910; */ /* Uncomment this and change the background color for the hover color*/
}

.swiper-button a:hover, .swiper-button a:focus, .swiper-button a:active{
	background-color: transparent !important;
}

.swiper-button a:hover::before, .swiper-button a:active::before, .swiper-button a:focus::before{
	transform: scaleX(1);
	transform-origin: bottom left;
}

body:not(.highlight_links_on) .swiper-text:not(.no-swiper-color) a{
	/*background: linear-gradient(to right, #F1B209, #F1B209 50%, #007EFF 50%); */ /* Uncomment this and change the background color for the hover color, the first 2 colors are the hover and the last is the current color */
	overflow: hidden;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 200% 100%;
	background-position: 100%;
	transition: background-position 275ms ease;
	display: inline !important;
}

body:not(.highlight_links_on) .swiper-text:not(.no-swiper-color) a *:not(br){
	display: inline !important;
}

body:not(.is_underline) .swiper-text a{
	text-decoration: none !important;
}
body:not(.highlight_links_on) .swiper-text:not(.no-swiper-color) a:hover, body:not(.highlight_links_on) .swiper-text:not(.no-swiper-color) a:focus, body:not(.highlight_links_on) .swiper-text:not(.no-swiper-color) a:active{
	background-position: 0 100%;
	opacity: 1 !important;
}

.fake-background{
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%;
}

.fake-background-content{
	z-index: 10;
}

.fake-background.overlay +.fake-background-content::before{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .21); //change for the opacity that you want
	z-index: 1;
}

.fake-background.overlay +.fake-background-content > div{
	z-index: 10;
}

.full-img *, .full-img{
	height: 100% !important;
}

.fit-img, .fit-img *{
	width: 100% !important;	
}

.full-img img, .fit-img{
	object-fit: cover;
}

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

.button-bottom{
	position: absolute !important;
	bottom: 0;
}

html body .general-image img{
	width: clamp(var(--min), var(--size), var(--max)) !important;
}

html body .general-image.equal-size img{
	height: clamp(var(--min), var(--size), var(--max)) !important;
}

html body .general-button a, html body .general-text, html body .general-list-widget-no-icon .elementor-icon-list-text, html body .general-text-list ul li, html body .general-title .elementor-heading-title, html body .general-icon .elementor-icon {
	font-size: clamp(var(--min), var(--size), var(--max)) !important;
}


html body .general-social-icons a{
	width: clamp(var(--min), var(--size), var(--max)) !important;
	height: clamp(var(--min), var(--size), var(--max)) !important;
	font-size: clamp(var(--min), var(--size), var(--max)) !important;
}

html body .general-list-icon-text .elementor-icon-list-icon, html body .general-btn-with-icon .elementor-button-icon, html body .general-breadcrumbs svg{
	font-size: clamp(var(--min-icon), var(--size-icon), var(--max-icon)) !important;
}

html body .general-list-icon-text .elementor-icon-list-text, html body .general-btn-with-icon .elementor-button-text, html body .general-breadcrumbs span{
	font-size: clamp(var(--min-font), var(--size-font), var(--max-font)) !important;
}

html body .general-menu .elementor-nav-menu .menu-item a{
	font-size: clamp(var(--min-font), var(--size-font), var(--max-font)) !important;
}

html body .general-menu .elementor-nav-menu--main > .elementor-nav-menu, html body .general-menu .elementor-nav-menu--dropdown > .elementor-nav-menu{
	column-gap: clamp(var(--min-space), var(--size-space), var(--max-space)) !important;
}


html body .general-menu .elementor-nav-menu--main > .elementor-nav-menu .menu-item-has-children ul li a, html body .general-menu .elementor-nav-menu--dropdown > .elementor-nav-menu .menu-item-has-children ul li a{
	margin-left: 0 !important;
	padding: clamp(var(--min-child-padding), var(--size-child-padding), var(--max-child-padding));
} 

html body .general-menu .elementor-nav-menu--main > .elementor-nav-menu > .menu-item > a, html body .general-menu .elementor-nav-menu--dropdown > .elementor-nav-menu > .menu-item > a{
	padding-left: clamp(var(--min-parent-horiztonal-padding), var(--size-parent-horiztonal-padding), var(--max-parent-horiztonal-padding));
	padding-right: clamp(var(--min-parent-horiztonal-padding), var(--size-parent-horiztonal-padding), var(--max-parent-horiztonal-padding));
	padding-top: clamp(var(--min-parent-vertical-padding), var(--size-parent-vertical-padding), var(--max-parent-vertical-padding));
	padding-bottom: clamp(var(--min-parent-vertical-padding), var(--size-parent-vertical-padding), var(--max-parent-vertical-padding));
}

html body .general-form form .gform_body input:not([type="checkbox"]), html body .general-form form .gform_body textarea{
	font-size: clamp(var(--min-font), var(--size-font), var(--max-font)) !important;
}

html body .general-form form .gform_body input:not([type="checkbox"])::placeholder, html body .general-form form .gform_body textarea::placeholder{
	font-size: clamp(var(--min-placeholder-size), var(--size-placeholder), var(--max-placeholder-size)) !important;
}

html body .general-form form .gform_body .gform-field-label {
	font-size: clamp(var(--min-label-font), var(--size-label-font), var(--max-label-font)) !important;
}

html body .general-form form .gform_footer input{
	font-size: clamp(var(--min-button-size), var(--size-button), var(--max-button-size)) !important;
}

html body .general-form .gform_validation_errors *:not(.gform-icon){
	font-size: clamp(var(--min-error-size), var(--size-error), var(--max-error-size)) !important;
}

html body .general-form .gform_confirmation_message {
	font-size: clamp(var(--min-confirmation-size), var(--size-confirmation), var(--max-confirmation-size)) !important;
}

html body .general-button a{
	padding-left: clamp(var(--min-padding-left), var(--size-padding-left), var(--max-padding-left)) !important;
	padding-right: clamp(var(--min-padding-right), var(--size-padding-right), var(--max-padding-right)) !important;
	padding-top: clamp(var(--min-padding-top), var(--size-padding-top), var(--max-padding-top)) !important;
	padding-bottom: clamp(var(--min-padding-bottom), var(--size-padding-bottom), var(--max-padding-bottom)) !important;
}


html body .general-button.with-icon a .elementor-button-icon{
	font-size: clamp(var(--min-icon), var(--size-icon), var(--max-icon)) !important;
}

html body .general-button.with-icon a .elementor-button-content-wrapper{
	column-gap: clamp(var(--min-space), var(--size-space), var(--max-space)) !important;
}

html body .general-text{
	line-height: clamp(var(--min-line-height), var(--size-line-height), var(--max-line-height));
}

html body .general-width {
	max-width: clamp(var(--min-width), var(--size-width), var(--max-width)) !important;
}

html body .general-tabs .e-n-tabs-heading{
	column-gap: clamp(var(--min-space), var(--size-space), var(--max-space)) !important;
}

html body .general-tabs .e-n-tabs-heading button {
	font-size: clamp(var(--min), var(--size), var(--max)) !important;
	padding-left: clamp(var(--min-padding-left), var(--size-padding-left), var(--max-padding-left)) !important;
	padding-right: clamp(var(--min-padding-right), var(--size-padding-right), var(--max-padding-right)) !important;
	padding-top: clamp(var(--min-padding-top), var(--size-padding-top), var(--max-padding-top)) !important;
	padding-bottom: clamp(var(--min-padding-bottom), var(--size-padding-bottom), var(--max-padding-bottom)) !important;
	line-height: clamp(var(--min-line-height), var(--size-line-height), var(--max-line-height)) !important;

}




.show-element{
	display: inherit !important;
}

.hide-element {
	display: none !important;
}


/* Uncomment the code below if you want shiny effect on image hover */

/* .shiny-img .elementor-image{
position: relative;
overflow: hidden;
}

.shiny-img .elementor-image::before{
position: absolute;
top: 0;
left: -100%;
z-index: 2;
display: block;
content: '';
width: 50%;
height: 100%;
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
-webkit-transform: skewX(-25deg);
transform: skewX(-25deg);
}

.shiny-img .elementor-image:hover::before{
-webkit-animation: shine .75s;
animation: shine .75s;
} */




/* Only if you have hero arrow */
/*
.down-arrow a{
animation: move_down 2s ease-in-out infinite;
}
*/


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

ADA Plugin

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

body .accessability_container .aicon_link {
	bottom: 140px;
	left: -60px;
	padding: 0 !important;
}

body .accessability_container .aicon_link, body .accessability_container .aicon_link img {
	background: transparent !important;
	padding: 0 !important;
	height: inherit;
	display: block;
}


/* change the "color" for the color that you want, for the moment is based on the elementor text color */
button.close_container {
	line-height: 0 !important;
	background: var( --e-global-color-primary ) !important; 
	border: 1px solid var( --e-global-color-primary ) !important;
	color: var( --e-global-color-text ) !important;
}

/* change the "color" for the color that you want, for the moment is based on the elementor text color */
button.close_container:hover {
	background: transparent !important;
	color: var( --e-global-color-primary ) !important;  
}

/* change the "color" for the color that you want, for the moment is based on the elementor text color */
body .accessability_container button.wah-action-button:hover {
	background: var( --e-global-color-primary ) !important;  
	color: var( --e-global-color-text ) !important;  
}

/* change the "color" for the color that you want, for the moment is based on the elementor text color */
body .accessability_container button.wah-action-button {
	background: transparent !important;
	border: 1px solid var( --e-global-color-primary ) !important;  
	color: var( --e-global-color-primary ) !important;  
	font-weight: 400 !important;
}

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

Header 

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


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

Homepage 

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

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

About Us 

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

.about-carousel .elementor-widget-container .elementor-swiper-button{
	background: #FFFFFF;
	border-radius: 100px;
	border-width: 1px;
	border: 1px solid #0000001A;
	box-shadow: 0px 1px 3px 0px #1018281A;
	padding: 18px;
}

.about-accordion .e-n-accordion {
	position: relative;
	margin-left: 25px;
}

.about-accordion .e-n-accordion-item {
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
}

.about-accordion .e-n-accordion-item::before {
	content: "";
	position: absolute;
	left: -22px;
	top: 10px;
	width: 10px;
	height: 10px;
	background-color: #000;
	border-radius: 50%;
	z-index: 2;
}

.about-accordion .e-n-accordion::before {
	content: "";
	position: absolute;
	left: -17px;
	top: 10px;
	bottom: 0;
	width: 2px;
	background-image: repeating-linear-gradient(
		to bottom,
		#999,
		#999 8px,
		transparent 8px,
		transparent 16px
	);
	animation: dash-move 1s linear infinite;
	z-index: 1;
}

.about-accordion details {
	border: none;
	padding: 0;
}

.about-accordion summary {
	list-style: none;
	padding: 0;
	outline: none;
	cursor: pointer;
	font-weight: bold;
}

.about-accordion summary::-webkit-details-marker {
	display: none;
}

.about-accordion summary:focus {
	outline: none;
}


@keyframes dash-move {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 0 16px;
	}
}

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

Services

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

.banner-img a{
	width: 100%;
}

.certified-products .elementor-button-content-wrapper{
	align-items: start;
}

.certified-products .elementor-button-content-wrapper .elementor-button-icon{
	padding-top: 5px;
}

.certified-products .elementor-button-content-wrapper .elementor-button-text{
	text-align: left;
}


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

Search Results

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

.search-results .elementor-posts-container .elementor-post{
	border-radius: 24px 24px 0 0;
	background: #F1F2F6;
	box-shadow: 0px 1px 2px 0px #1018280F;
	box-shadow: 0px 1px 3px 0px #1018281A;
}

.search-results .elementor-posts-container .elementor-post .elementor-post__text{
	padding: 24px 24px 42px 24px;
	gap: 16px;
}

.search-results .elementor-posts-container .elementor-post .elementor-post__text .elementor-post__meta-data{
	order: -1; 
}
.search-results .elementor-posts-container .elementor-post .elementor-post__text .elementor-post__read-more-wrapper{
	padding: 18px 0 0 0;	
}

.search-results .elementor-posts-container .elementor-post .elementor-post__text .elementor-post__read-more-wrapper a{
	padding: 18px 34px;
	background: #FFFFFF;
	border: 1px solid #0000001A;
	border-radius: 100px;
}

.search-results .elementor-posts-container .elementor-post .elementor-post__text .elementor-post__read-more-wrapper a:hover{
	background: #00AEEF;
	color: #ffffff
}


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

Blogs

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


.blog-content table, .blog-content table{
	border: none;
	background: transparent;
	background-color: transparent !important; 
}

.blog-content table td, .blog-content table th{
	border: none;
	background: transparent;
	background-color: transparent !important; 
}

.blog-content table td table, .blog-content table th table{
	border: none;
	background: transparent;
	background-color: transparent !important; 
}

.blog-tabs .e-n-tabs-heading{
	background: #F1F2F6;
	width: fit-content;
	margin-left: auto;
	padding: 8px;
	border-radius: 16px;
}

.blog-content h2{
	font-family: Poppins;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 30px;
	line-height: 38px;
	letter-spacing: 0%;
	padding-bottom: 20px;
}

.blog-content h3{
	font-family: Poppins;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 24px;
	line-height: 38px;
	letter-spacing: 0%;
}

.blog-content h4 {
	font-family: Poppins;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0%;
}

.blog-content h5 {
	font-family: Poppins;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
}

.blog-content h6 {
	font-family: Poppins;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
}

.blog-content p{
	font-family: Poppins;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0%;
}

.blog-content a{
	font-family: Poppins;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0%;
	color: #00AEEF;
}

.blog-content a:hover{
	color: #2E3438;
}

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

Loop Blog 

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

.loop-grid-content .elementor-pagination {
	display:flex;
	align-items: center;
}

.loop-grid-content .elementor-pagination .page-numbers{
	border-radius: 100px;
}

.loop-grid-content .elementor-pagination .page-numbers.current{
	padding: 17px 28px;
	border-radius: 100px;
	background: #ffffff;
	border: 1px solid #0000001A;
}

.loop-grid-content .elementor-pagination .page-numbers{
	padding: 17px 28px;
}

.loop-grid-content .elementor-pagination .prev{
	margin-right: auto !important;
}

.loop-grid-content .elementor-pagination .next{
	margin-left: auto !important;
}

.loop-grid-content .elementor-pagination .next,
.loop-grid-content .elementor-pagination .prev{
	padding: 18px 34px;
	border-radius: 100px;
	background: #ffffff;
	border: 1px solid #0000001A;
}

.loop-grid-content .elementor-pagination .page-numbers:hover,
.loop-grid-content .elementor-pagination .next:hover,
.loop-grid-content .elementor-pagination .prev:hover{
	background: #00AEEF;
	border: 1px solid #00AEEF;
	color: #ffffff !important;
}

.loop-grid-content .elementor-pagination .page-numbers:hover{
	background: #00AEEF;
	border: 1px solid #00AEEF;
	color: #ffffff !important;
	border-radius: 100px;
}

.loop-title .elementor-heading-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.3em;
	max-height: calc(1.3em * 2);
}

.loop-tags .elementor-inline-items{
	display:flex;
	gap: 8px;
}

.loop-tags .elementor-inline-items .tag-border{
	padding: 13px 18px !important;
	background: #00AEEF1A;
	border-radius: 800px;
	justify-content:center !important;
	display: flex;
	align-content:center;
	align-items:center;
	margin: 0 !important;
}

.loop-tags .elementor-inline-items .elementor-icon-list-item:not(.tag-border) {
	position: relative;
	padding-left: 15px; /* espacio para el borde */
	margin-left: 10px;
}

.loop-tags .elementor-inline-items .elementor-icon-list-item:not(.tag-border)::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 20px; /* ← controla largo del borde */
	background-color: #ccc; /* gris */
}

.loop-tags .elementor-inline-items .tag-border .elementor-icon-list-icon{
	display:none;
}

.loop-tags .elementor-inline-items .elementor-post-info__item--type-custom{
	color: #00AEEF !important;
}

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

Forms 

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


.gform_body .gform_fields .ginput_container_consent input{
	margin-top: 13px !important;
}


.gform_body .gform_fields .ginput_container .gchoice input{
	margin: 0 !important;
}

.gform_body .gform_fields .ginput_container .gchoice{
	display: flex;
	gap: 15px;
}

.gform_body .gform_fields .gfield .validation_message{
	color: #000000 !important;
	background: transparent !important;
	border: none !important;
}

.gform_body .gform_fields .gfield{
	background: transparent !important;
	border: none !important;
}


.gform_body .gform_fields .gfield--type-html h3{
	font-size: 22px !important;
}


.gform_body .gform_fields .ginput_container input{
	padding: 14px 24px !important;
	border-radius: 16px !important;
}

.gform_body .gform_fields .ginput_container label{
	padding: 10px 0px !important;
}

.gform_body .gform_fields .ginput_container .ginput_address_country select{
	padding: 14px 24px !important;
	border-radius: 16px !important;
}

.gform_body .gform_fields .ginput_container .gfield_select{
	padding: 14px 24px !important;
	border-radius: 16px !important;
}

.gform_body .gform_fields .ginput_container .gfield_checkbox .gchoice label{
	color: #000000;
}

.post-374 .gform_body .gform_fields .ginput_container .gfield_checkbox .gchoice label{
	color: #000000 !important;
}

.gform-page-footer input{
	background: #00AEEF;
	color: #ffffff;
	border-color: #00AEEF;
}

.gform-page-footer input:hover{
	background: #1F355E;
	color: #ffffff;
	border-color: #1F355E;
}

.gform-page-footer input:focus{
	background: #1F355E;
	color: #ffffff;
	border-color: #1F355E;
}

.gform-page-footer input:focus-visible{
	background: #1F355E;
	color: #ffffff;
	border-color: #1F355E;
}

.gform_heading .gform_title{
	color: #00AEEF;
	font-size: 36px !important;
}

.gform_heading .gform_description{
	font-size: 18px !important;
}

#gform_confirmation_wrapper_1 .gform_confirmation_message,
#gform_confirmation_wrapper_4 .gform_confirmation_message{
	color:#2D322C !important;
	font-size: 18px !important; 
}

#gform_confirmation_wrapper_1 .gform_confirmation_message a{
	color:#00AEEF !important;
	font-size: 18px !important; 
}

#gform_confirmation_wrapper_1 .gform_confirmation_message a:hover{
	color:#000000 !important;
}


#gform_confirmation_wrapper_4 .gform_confirmation_message h2{
	color:#2D322C !important;
	font-size: 24px !important;
	font-weight:700 !important;
}

#gform_confirmation_wrapper_4 .gform_confirmation_message p{
	font-size: 22px !important;
}

#gform_confirmation_wrapper_1 .gform_confirmation_message h2{
	color:#2D322C !important;
	font-size: 34px !important;
	font-weight:700 !important;
}

.gform_confirmation_wrapper .gform_confirmation_message h2{
	color: #ffffff !important;
	font-size: 35px;
	line-height: 1.3em;
}

.gform_confirmation_wrapper .gform_confirmation_message br{
	display:none;
}

.gform_body .gfield_validation_message{
	padding: 10px 0 !important;
	background: none !important; 
	border: none !important;
	color: #ffffff !important;
}

.gform_body .ginput_complex .focus-border{
	display:none !important;
}

.contact-us-form .gform_body .gfield--type-consent .ginput_container label{
	color: #ffffff;
}

.gform_body .gfield .ginput_container input{
	border-radius: 16px;
	background: #F4F4F4;
	border-color: #F4F4F4;
}

.gform_body .gfield .ginput_container .gfield_checkbox label{
	color: #ffffff !important;
}

.gform_body .gfield .gfield_description a{
	color: #00aeef !important;
	text-decoration: underline !important;

}

.gform_body .gfield .gfield_description a:hover{
	color: #ffffff;
}

.gform_body .gfield--type-consent .ginput_container {
	display: flex;
	align-items: start;
	gap: 15px;
}

.gform_body .gfield--type-consent .ginput_container input{
	margin-top: 5px;
}

.gform_body .gfield--type-consent .ginput_container label{
	font-family: Poppins;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 139%;
	letter-spacing: 0%;
}

.gform_body .gfield--type-consent .ginput_container label .gfield_required{
	color:#00aeef;
}


.gform_footer input{
	background: #00AEEF;
	color: #fff;
	border-color: #00AEEF;
}

.gform_footer input:hover{
	background: #1E345E;
	color: #fff;
	border-color: #1E345E;
}

.gform_footer input:focus{
	background: #1E345E;
	color: #fff;
	border-color: #1E345E;
}

.gform_validation_errors{
	display: none;
}

.gform_body .gfield--type-consent .validation_message{
	border-radius: 16px;
}

.gform_wrapper .gform-body .ginput_container{
	position: relative;
}
.gform_wrapper .gform-body .ginput_container input:focus, .gform_wrapper .gform-body .ginput_container textarea:focus{
	outline: none;
	border: 0;
}

.gform_wrapper .gform-body .ginput_container input ~ .focus-border:before, .gform_wrapper .gform-body .ginput_container input ~ .focus-border:after, .gform_wrapper .gform-body .ginput_container textarea ~ .focus-border:before, .gform_wrapper .gform-body .ginput_container textarea ~ .focus-border:after{
	content: ""; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 0; 
	height: 2px; 
	background-color: var( --e-global-color-primary ); 
	transition: 0.3s;
}

.gform_wrapper .gform-body .ginput_container input ~ .focus-border:after, .gform_wrapper .gform-body .ginput_container textarea ~ .focus-border:after{
	top: auto; 
	bottom: 0; 
	left: auto; 
	right: 0;
}

.gform_wrapper .gform-body .ginput_container input ~ .focus-border i:before, .gform_wrapper .gform-body .ginput_container input ~ .focus-border i:after, .gform_wrapper .gform-body .ginput_container textarea ~ .focus-border i:before, .gform_wrapper .gform-body .ginput_container textarea ~ .focus-border i:after{
	content: ""; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 2px; 
	height: 0; 
	background-color: var( --e-global-color-primary ); 
	transition: 0.4s;
}

.gform_wrapper .gform-body .ginput_container input ~ .focus-border i:after, .gform_wrapper .gform-body .ginput_container textarea ~ .focus-border i:after{
	left: auto; 
	right: 0; 
	top: auto; 
	bottom: 0;
}

.gform_wrapper .gform-body .ginput_container input:focus ~ .focus-border:before, .gform_wrapper .gform-body .ginput_container input:focus ~ .focus-border:after, .gform_wrapper .gform-body .ginput_container textarea:focus ~ .focus-border:before, .gform_wrapper .gform-body .ginput_container textarea:focus ~ .focus-border:after{
	width: 100%; 
	transition: 0.3s;
}

.gform_wrapper .gform-body .ginput_container input:focus ~ .focus-border i:before, .gform_wrapper .gform-body .ginput_container input:focus ~ .focus-border i:after, .gform_wrapper .gform-body .ginput_container textarea:focus ~ .focus-border i:before, .gform_wrapper .gform-body .ginput_container textarea:focus ~ .focus-border i:after{
	height: 100%; 
	transition: 0.4s;
}

.gform_confirmation_message {
	font-family: 'Futura Now Headline', sans-serif !important;
	color:#fff !important;
}


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

Footer 

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


/* Animations - KeyFrames */

@keyframes opacDown {
	0% {
		transform: translate(0, -20px);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: translate(0, 20px);
		opacity: 0;
	}
}

@keyframes shine{
	100%{
		left: 125%;		
	}
}



/* ======================= Footer Style =================*/
.header-section .elementor-nav-menu--dropdown.elementor-nav-menu__container {
	padding-top: 50px;
	padding-bottom: 50px;
}
.footer-section .logo-column {
	max-width: 512px;
}
.footer-section .slc-menu-column {
	max-width: 207px;
}
.footer-section .services-column {
	max-width: 310px;
}
.footer-section .term-column {
	max-width: 205px;
}
.footer-section .newsletter-column .gform-theme--foundation .gform_fields {
	grid-row-gap: 20px;
}
.footer-section .newsletter-column form input:not([type="checkbox"]){
	font-size: 19px;
	line-height: 27px;
	letter-spacing: 0;
	font-weight: 500;
	height: 54px;
	border-radius: 16px;
	padding: 10px 24px;
	border: 2px;
}
.footer-section .newsletter-column form .gfield_checkbox label {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}
.footer-section .newsletter-column form .gfield_checkbox .gfield-choice-input{
	width: 20px;
	height: 20px;
	border-radius: 6px;
	border: 1px;
}
.footer-section .newsletter-column form .gform-footer{
	margin-top: 20px !important;
}
.footer-section .newsletter-column form .gform-footer #gform_submit_button_1{
	width: 100% !important;
	padding: 20px 34px !important;
	border-radius: 100px !important;
	font-size: 20px;
	font-weight: 600;
	background-color: #00AEEF;
	transition: .4s;
}
.footer-section .newsletter-column form .gform-footer #gform_submit_button_1:hover{
	background-color: #072652;
}
.footer-section .newsletter-column form input::placeholder{
	color: #201E39;
	font-family: "Poppins", Sans-serif;
}

.hero-slider .elementor-element :where(.swiper-horizontal)~.swiper-pagination-progressbar {
	max-width: 1366px !important;
	top: unset !important;
	bottom: 82px !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
}
.icon-button .elementor-button-content-wrapper {
	align-items: center;
}
.icon-button .elementor-button-icon {
	background-color: #1E345E;
	padding: 17px;
	border-radius: 50%;
}
.about-us-vote-row .inner-text-col {
	max-width: 680px;
	margin-left: auto;
}
.service-grid {
	transition: all 0.3s;
}
.service-grid:hover .elementor-button-icon {
	background-color: #BFE6F8;
}
.service-grid:hover .elementor-button-icon svg path {
	fill: #1a2e55;
}
.final-rule-slider .swiper-pagination{
	top: unset !important;
	bottom: 40px !important;
	left: 50px !important;
	right: -50px;
	border-radius: 20px;
}
.service-grid {
	transition: max-height 0.8s ease;
}
.service-grid .hover-effect {
	transition: max-height 0.8s ease;
}
.service-grid .hover-effect {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.8s ease;
}
.service-grid:hover .hover-effect {
	max-height: 1000px; 
}

/************** tab style *****************/
.tab-sections .e-n-tabs .e-n-tabs-heading {
	background: #f1f2f6;
	padding: 8px;
	width: fit-content;
	border-radius: 16px;
	margin-left: auto;
	margin-right: 170px;
}


/* Media Queries */

@media (min-width: 1200px) {}

@media (max-width: 1800px) {}

@media (max-width: 1700px) {}

@media (max-width: 1600px) {}

@media (max-width: 1500px) {}

@media (max-width: 1440px) {}

@media (max-width: 1400px) {}

@media (max-width: 1366px) {
	.final-rule-slider .swiper-pagination{
		left: 0 !important;
	}
}

@media (max-width: 1300px) {}

@media (max-width: 1280px) {
	.footer-section .logo-column {
		max-width: 15%;
	}
	.footer-section .slc-menu-column {
		max-width: 20%;
	}
	.footer-section .services-column {
		max-width: 28%;
	}
	.footer-section .term-column {
		max-width: 20%;
	}
}

@media (max-width: 1200px) {}

@media (max-width: 1080px) {}

@media (max-width: 1024px) {

	.service-grid .hover-effect {
		max-height: unset;
	}
	.service-grid:hover .hover-effect {
		max-height: unset; 
	}
	.tab-sections .e-n-tabs .e-n-tabs-heading {
		margin-right: auto;
	}
}

@media (max-width: 989px) {
	.footer-section .logo-column {
		max-width: 15%;
	}
	.footer-section .slc-menu-column {
		max-width: 20%;
	}
	.footer-section .services-column {
		max-width: 28%;
	}
	.footer-section .term-column {
		max-width: 26%;
	}
}

@media (max-width: 880px) {
	.client-portal a .elementor-button-content-wrapper .elementor-button-text{
		padding-left: 50px;
	}

	.footer-section .slc-menu-column {
		max-width: 22%;
	}
}

@media (max-width: 780px) {}

@media (max-width: 768px) {}

@media (max-width: 767px) {
	
	.elementor-item, .elementor-sub-item {
		margin-bottom: 5px;
		padding-left: 15px !important;
	}
	
	
	.elementor-sub-item {
		line-height: 75px !important;
	}
	
	  .product-list table {
                    border: 0;
                }

                .product-list table .thead {
                    border: none;
                    clip: rect(0 0 0 0);
                    height: 1px;
                    margin: -1px;
                    overflow: hidden;
                    padding: 0;
                    position: absolute;
                    width: 1px;
                }

                .product-list table tr {
                    display: block;
                    margin-bottom: 20px;
                    border-bottom: 3px solid #ddd;
                    background-color: #efefef;
                }

                .product-list table td {
                    display: block;
                    border-bottom: 1px solid #ddd;
                    text-align: right;
					min-height: 60px;
                }

                .product-list table td:before {
                    content: attr(data-label);
                    float: left;
                    font-weight: 700;
                    text-transform: uppercase;
                }

                .product-list table td:last-child {
                    border-bottom: 0;
                }
            }

            #search {
                position: fixed;
                top: -160px;
                left: 0;
                width: 100%;
                height: 150px;
                display: block;
                padding: 50px 0;
                background-color: #040f26;
                -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
                -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
                box-shadow: 0 0 10px rgba(0,0,0,.4);
                z-index: 90000
            }

            #search form {
                position: relative;
                width: 100%;
                height: 50px;
                display: block;
                border: none;
                background: 0 0;
                z-index: 1
            }

            #search input {
                position: absolute;
                width: 100%;
                height: 100%;
                display: block;
                background: 0 0;
                border: none;
                padding: 0;
                border-bottom: 1px solid #fff;
                font-family: Roboto,sans-serif;
                color: #fff;
                font-size: 24px;
                font-weight: 300;
                z-index: 1;
                -webkit-appearance: none;
                text-align: left
            }

            #search button {
                position: absolute;
                z-index: 2;
                bottom: 1px;
                right: 0;
                width: 50px;
                height: 50px;
                display: block;
                padding: 0;
                font-family: Roboto,sans-serif;
                color: #fff;
                font-size: 24px;
                font-weight: 700;
                background-color: #1e355e;
                line-height: 40px;
                text-align: center;
                border: none;
                cursor: pointer;
                text-indent: 0;
                -webkit-transition: .2s ease-out;
                -moz-transition: .2s ease-out;
                -o-transition: .2s ease-out;
                transition: all .2s ease-out
            }

            #search button:hover {
                text-indent: 5px
            }

            #search .close {
                position: absolute;
                top: 20px;
                right: 20px;
                font-family: Roboto,sans-serif;
                color: #fff;
                font-size: 40px;
                font-weight: 300;
                text-decoration: none;
                line-height: .3
            }
	
	
	
	.blog-content h2{
		padding-bottom: 30px;
		line-height: 1.3em;
	}

	.gform_footer input{
		width: 100% !important;
		padding: 8px 10px !important;
	}

	.footer-section .logo-column {
		max-width: 100%;
	}
	.footer-section .slc-menu-column {
		max-width: 100%;
	}
	.footer-section .services-column {
		max-width: 100%;
	}
	.footer-section .term-column {
		max-width: 100%;
	}
	.footer-section .newsletter-column {
		max-width: 100%;
	}
	.topbar-social-list ul li a .elementor-icon-list-text span {
		text-decoration: underline;
	}
	.icon-button .elementor-button-icon {
		padding: 12px;
	}
	.final-rule-slider .swiper-pagination{
		bottom: 30px !important;
	}
}
@media (max-width: 580px){
	.topbar-social-list ul li:last-child {
		display: none;
	}
}

@media (max-width: 360px) {}