/* 
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.5
Text Domain: hello-elementor-child
*/


/* General */

html, body {
    overflow-x: hidden;
}

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


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

.elementor-search-form__container .dialog-lightbox-close-button {
	top: 0;
}

#breadcrumbs span span{
	padding: 16px;
}

.m-0 .e-con-inner {
	margin-left: 0 !important;
}

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

			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 

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

/* if is transparent header */

/* html .elementor-location-header {
    position: absolute;
    width: 100%;
	z-index: 100;
} */

.top-menu-search .elementor-search-form {
	padding: 12px 16px;
	border-radius: 12px;
}

.top-menu-search .elementor-search-form:hover {
	background-color: var(--e-global-color-bf29f31);
}

body .top-menu .menu-item-has-children .sub-menu .menu-item {
	padding: 0;
}

body .top-menu .menu-item-has-children > .sub-menu{
	padding: 12px;
}

body .top-menu .menu-item-has-children .sub-menu .menu-item a {
	border-radius: 16px;
}

/* .mobile-burger-menu ul li a {
	justify-content: center;
} */

.mobile-burger-menu ul li a svg {
	fill: #fff;
}

body .mobile-burger-menu ul li.menu-item-has-children ul li a {
	font-size: 24px !important;
	padding-left: 45px;
}

body .mobile-burger-menu ul > li > a{
	font-weight: bold !important;
}

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

					Home 

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

body .box{
	max-width: max-content;
	padding: 24px;
	position: absolute;
	box-shadow: -15px 20px 70px 0px rgba(0, 0, 47, 0.15);
}

body .box p {
	margin-bottom: 0 !important;
}

body .box.left {
	left: -115px;
}

body .box.up{
	top: -45px;
}

body .box.right {
	right: -115px;
}

body .box.down{
	bottom: 30px;
}

body .box.saas{
	bottom: -20px;
	right: -40px;
}

body .box::after {
	content: '';
	background-image: url(/wp-content/uploads/2023/12/box-left.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	position: absolute;
	width: 47px;
	height: 28px;
	bottom: -23px;
}

body .box.left::after {
	left: -42px;
}

body .box.right::after {
	bottom: -25px;
	right: -50px;
	transform: rotateY(180deg);
}

.semi-circle, .small-semi-circle, .mini-box {
	position: absolute !important;
}

.small-semi-circle { 
	left: 50%;
	top: -80px;
	transform: translateX(-50%);
}

.semi-circle{
	left: 34%;
	top: -185px;
	transform: translateX(-50%);
	z-index: 0;
}

.mini-box{
	max-width: 250px;
	z-index: 10 !important;
}

.mini-box.top{
	left: 70px;
	top: -35px;
}

.mini-box.middle{
	bottom: 40%;
	right: -150px;
}

.video .elementor-widget-container {
	border-radius: 14px; 
}

.blog-container .elementor-widget-theme-post-excerpt .elementor-widget-container {
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 4em;
}


.blog-container .blog-content{
	border: 2px solid;
	border-image-source: linear-gradient(135.18deg, rgba(6, 6, 64, 0) 11.76%, rgba(6, 6, 64, 0.05) 100%);
	background: linear-gradient(135.18deg, rgba(6, 6, 64, 0) 11.76%, rgba(6, 6, 64, 0.05) 100%);
}

.news-btn a, .latest .elementor-post__read-more-wrapper a{
	background: var(--1, linear-gradient(180deg, #CCE2FF 0%, #195CB2 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.news-btn a:hover{
	background: #195CB2;
	-webkit-text-fill-color: #195CB2;
}

.latest .elementor-post__read-more-wrapper a:hover{
	-webkit-text-fill-color: #195CB2;
}

/* .blog-container .elementor-swiper-button{
	border: 2.4px solid;
	border-color: rgba(6, 6, 64, 0.05) !important;
	/* box-shadow: 0px 36px 60px 0px #0303250A;
	background: linear-gradient(135.18deg, rgba(6, 6, 64, 0) 11.76%, rgba(6, 6, 64, 0.05) 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF); 
}

.blog-container .elementor-swiper-button:hover {
	background: var( --e-global-color-secondary );
}
 */

.swiper-pagination .swiper-pagination-bullet{
	width: 40px !important;
	border-radius: 10px;
	height: 8px !important;
	background: rgba(19, 24, 44, 0.3) !important;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: rgba(19, 24, 44, 1) !important;
}

.hero-sliders .swiper-slide-contents {
	max-width: 1400px !important;
	margin: auto;
}

.hero-sliders .swiper-slide-contents .elementor-slide-description{
	display: flex;
	column-gap: 30px;
	align-items: center;
}

.hero-sliders .swiper-slide-contents .elementor-slide-description > div {
	width: 50%;
}

.hero-sliders .swiper-slide-contents .elementor-slide-description .slide-content {
	display: flex;
	flex-direction: column;
	row-gap: 24px;
	padding-right: 35px;
}

.hero-sliders .swiper-slide-contents .elementor-slide-description .slide-header {
	color: #173254;
	font-size: 43px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 86.4px */
}

.hero-sliders .swiper-slide-contents .elementor-slide-description .slide-body {
	line-height: 1.6em;
}

.hero-sliders .swiper-slide-contents .elementor-slide-description .slide-footer{
	padding-top: 45px;
}

.hero-sliders .swiper-slide-contents .elementor-slide-description .slide-footer a {
	border: 2px solid #13182C;
	padding: 22px 46px;
	border-radius: 8px;
	background: #13182C;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; 
}

.hero-sliders .swiper-slide-contents .elementor-slide-description .slide-footer a:hover {
	background: transparent;
	color: #13182C;
}
 
.hero-sliders .swiper-pagination {
	bottom: 55px !important;
	z-index: 2;
}

.testimonials .e-loop-item{
	position: absolute;
	transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	-moz-transition: ease-in-out 0.3s;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
	transition: all 0.3s ease-in-out;
}

.testimonials .e-loop-item > .elementor-element {
	height: 100%;
}

.testimonials .e-loop-item.testimonial-1{
	z-index: 100;
	width: 75%;
}

.testimonials .e-loop-item.testimonial-2{
	z-index: 90;
	width: 88%;
	transform: scaleY(0.9) translateX(-50%);
}

.testimonials .e-loop-item.testimonial-3{
	z-index: 80;
	width: 100%;
	transform: scaleY(0.8) translateX(-50%);
	opacity: 0.6;
}

.testimonials .e-loop-item:not(:is(.testimonial-1, .testimonial-2, .testimonial-3)){
	opacity: 0;
	z-index: 0;
}

.testimonials .elementor-grid {
	cursor: grabbing;
}

.testimonials .controls{
	position: absolute;
	bottom: -70px;
	display: flex;
	justify-content: center;
	width: 100%;
	column-gap: 50px;
}

.testimonials .controls .arrow{
	width: 43px;
	height: 43px;
	border-radius: 8px;
	padding: 10px;
	background-color: #fff;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var( --e-global-color-5dae851 );
	border-style: solid;
	border-width: 3px;
	border-color: #76B6EC33;
	transition: background-color 0.3s ease-in-out;
}

.testimonials .controls .arrow svg {
	width: 1em;
	height: 1em;
	fill: var(--e-global-color-primary);
	transition: fill 0.3s ease-in-out;
}

.testimonials .controls .arrow:hover{
	background-color: var(--e-global-color-primary);
}

.testimonials .controls .arrow:hover svg {
	fill: var(--e-global-color-5dae851);
}


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

					C-TPAT 

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

.big-ball::after {
	content: '';
	width: 1280px;
	height: 1280px;
	display: block;
	border-radius: 50%;
	background: linear-gradient(180deg, rgba(239, 246, 255, 0.00) 0%, #EFF6FF 86.15%);
	position: absolute;
	top: -50%;
	left: -7%;
	z-index: 0;
}

.gradient-border{
	position: relative;
}

.gradient-border p{
	margin-bottom: 0 !important;
}

.gradient-border::after{
	content: '';
	height: 100%;
	width: 2px;
	background: linear-gradient(180deg, #CCE2FF 0%, #195CB2 100%);
	position: absolute;
	left: 0;
	top: 0;
}


.flating-image {
	position: relative;
}

.flating-image::after{
	content: '';
	background-image: url(/wp-content/uploads/2023/12/box-left.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	position: absolute;
	width: 47px;
	height: 28px;
	top: -40px;
}

.flating-image.top-right::after{
	right: -60px;
	transform: rotate(170deg);
}

.flating-image.top-left::after{
	left: -60px;
	transform: rotateX(170deg);
}

.informational-section::after {
	content: '';
	background-image: url(/wp-content/uploads/2024/01/General-Informational-Links.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	position: absolute;
	width: 555px;
	height: 485px;
	top: 30px;
	left: 50%;
	z-index: 0;
	transform: translateX(-50%);
}

.informational-section > .e-con-inner {
	z-index: 1;
}

.informational-icon:hover svg path{
	stroke: #fff;
}


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

				Contact Us 

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

.location-map-text a, .location-map-email a {
	color: currentcolor;
}

.location-map-text a:hover, .location-map-email a:hover {
	color: var( --e-global-color-5c67307 );
}

.location-map-email a {
	text-decoration: underline !important;
}

body .contact-form .gform_fields {
	row-gap: 16px;
}

.contact-form .gfield_html {
	font-family: var( --e-global-typography-primary-font-family );
	color: var(--e-global-color-secondary);
	font-size: 20px;
	font-weight: 600;
	line-height: 120%;
}

.contact-form .gfield_html:not(:first-child) {
	padding-top: 40px;
}

body .contact-form .gform_body input, body .contact-form .gform_body select, body .contact-form .gform_body textarea {
	border-radius: 8px;
	background: #F7FBFF;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05) inset;
	border: 0;
	padding: 16px;
	color: var( --e-global-color-9a6894c );
	font-family: var( --e-global-typography-primary-font-family );
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	height: auto;
}

body .contact-form .gform_body textarea {
	resize: none;
	max-height: 250px;
}

body .contact-form .gform_footer {
	padding-top: 15px;
}

body .contact-form .gform_footer input {
	width: 100% !important;
	border-radius: 8px !important;
	background-color: var(--e-global-color-secondary) !important;
	border: 2px solid var(--e-global-color-secondary) !important;
	padding: 10px 22px !important;
	transition: 0.3s all ease-in-out !important;
	max-width: 100% !important;
	font-family: var( --e-global-typography-primary-font-family ) !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 150% !important;
}

body .contact-form .gform_footer input:hover {
	background-color: transparent !important;
	color: var(--e-global-color-secondary) !important;
}


.offices::after{
	content: '';
	background-image: url(/wp-content/uploads/2024/01/General-Informational-Links.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	position: absolute;
	width: 555px;
	height: 485px;
	top: 30px;
	left: 50%;
	z-index: 0;
	transform: translateX(-50%);
}

.offices > .e-con-inner {
	z-index: 1;
}


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

				Core Services Pages 

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

.services-header::after{
	content: '';
	background-image: url(/wp-content/uploads/2024/01/General-Informational-Links.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	width: 555px;
	height: 480px;
	bottom: -60%;
	left: 50%;
	z-index: 0;
	transform: translateX(-50%);
	opacity: 0.4;
}

.services-header > .e-con-inner {
	z-index: 1;
}


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

					News Page

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


.news-loop .e-loop-item {
	border-radius: 14px;
	border: 2px solid rgba(6, 6, 64, 0.05);
}


.news-loop .elementor-pagination{
	display: flex;
	justify-content: center;
}

.news-loop .elementor-pagination > * {
	border-radius: 8px;
	border: 2px solid rgba(6, 6, 64, 0.05);
	padding: 8px;
	min-width: 40px;
	display: block;
}

.news-loop .elementor-pagination .current, .news-loop .elementor-pagination a:hover{
	background-color: #13182C;
	color: #fff !important;
}

.blog-slider .news-slider-title, .news-slider .blog-slider-title {
	display: none;
}

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

		Privacy and Terms Styles

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

.privacy-content h2, .privacy-content h1, .privacy-content h3, .privacy-content h4 {
	line-height: 1.4;
	font-size: 34px !important;
}

.privacy-content h2, .privacy-content h3, .privacy-content h4 {
	margin-top: 40px;
	font-size: 32px;
}

.privacy-content a{
	color: currentcolor;
	text-decoration: underline !important;
	font-weight: bold;
}

.privacy-content a:hover {
	color: var( --e-global-color-5c67307 );
	
}


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

				Single Post

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

.single-post .post-content a {
	color: currentcolor;
	text-decoration: underline;
}

.single-post .post-content a:hover {
	color: var(--e-global-color-secondary);	
}

.single-post .post-content h2, .single-post .post-content h3, .single-post .post-content h4, .single-post .post-content h5{
	color: #000;
	font-weight: normal;
}

.tags .elementor-post-info__item-prefix {
	display: block !important;
	color: #13182C;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	padding-bottom: 15px;
}

.tags .elementor-post-info__terms-list {
	font-size: 0px;
	display: flex !important;
	column-gap: 5px;
	row-gap: 10px;
	flex-wrap: wrap;
}

.tags .elementor-post-info__terms-list .elementor-post-info__terms-list-item {
	font-size: 14px;
	padding: 6px 16px;
	border-radius: 20px;
	background: #93C1FD;
	color: #fff;
	text-overflow: ellipsis;
	font-weight: 600;
	overflow: hidden;
}

.share-btns .elementor-grid-item .elementor-share-btn {
	border-radius: 12px;
	border: 1px solid #DBEAFE !important;
	backdrop-filter: blur(6px);
}

.post-archives #sya_container{
	display: flex;
	flex-direction: column;
}

.post-archives #sya_container ul { 
	display: none;
}

.post-archives #sya_container a:not([rel="section"]){
	display: none;
}

.post-archives #sya_container a[rel="section"]{
	padding: 16px 16px 16px 40px;
	overflow: hidden;
	color: rgba(19, 24, 44, 0.50);
	text-overflow: ellipsis;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	border-bottom: 1px solid #F9F9F9;
	display: block;
	position: relative;
}

.post-archives #sya_container a[rel="section"]::before {
	content: '';
	background-image: url(/wp-content/uploads/2024/01/folder.svg);
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background-size: contain;
	background-repeat: no-repeat;
}

.date-archive .elementor-post{
	padding: 24px !important;
	border-radius: 14px;
	border: 2px solid rgba(6, 6, 64, 0.05);
}

.single-post ol li:not(:last-child){
	padding-bottom: 15px;
}


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

				Mission & Values 

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

.values-icon{
	width: 50px !important;
}


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

					Forms 

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

body .gform_validation_errors {
	background-color: transparent !important;
	border-color: #f00 !important;
}

body .gform_validation_errors .gform_submission_error {
	color: #f00 !important;
	font-family: var( --e-global-typography-primary-font-family ) !important;
}

body .gform_validation_errors .gform_submission_error span {
	color: #f00 !important;
	border-color: #f00 !important;
	background-color: transparent !important;
	
}

body .gfield_validation_message {
	color: #f00 !important;
	font-family: var( --e-global-typography-primary-font-family ) !important;
	font-size: 13px !important;
}

body .gform_confirmation_message {
	text-align: center;
	font-family: var( --e-global-typography-primary-font-family ) !important;
	color: var(--e-global-color-secondary);
	font-size: 18px;
	font-weight: bold;
}


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

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

					Footer 

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


.footer-right-col > .e-con-inner {
	margin-right: 0 !important;
}

.footer-right-col .footer-icons ul li .elementor-icon-list-icon {
	background-color: #EF4444;
	border-radius: 24px;
	padding: 1px;
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 16px;
	padding-right: 0 !important;
}

.footer-right-col .menu-item a {
	max-width: max-content;
}

.footer-right-col .footer-icons ul li .elementor-icon-list-text{
	position: relative;
}

.development-by a, .legal-link a {
	color: currentcolor;
	position: relative;
}

.footer-right-col .footer-icons ul li .elementor-icon-list-text::after, .development-by a::after {
	content: '';
	background-color: var( --e-global-color-5dae851 );
	opacity: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
	left: 0;
	display: block;
	position: absolute;
	transition: .3s all cubic-bezier(.58,.3,.005,1);
}

.footer-right-col .footer-icons ul li .elementor-icon-list-text::after {
	bottom: -4px;
}

.development-by a::after {
	bottom: -3px;
}

.footer-right-col .footer-icons ul li a:hover .elementor-icon-list-text::after, .development-by a:hover::after {
	opacity: 1;
}

.development-by a:hover{
	color: currentcolor;
}

.development-by p, .legal-link p {
	margin-bottom: 0 !important;
}

.legal-link a{
	text-decoration: underline !important;
}

.legal-link a:hover{
	color: var(--e-global-color-accent);
}

.footer-title p::selection {
	color: var (--e-global-color-secondary);
	background-color: #fff;
}


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



/* Media Queries */

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

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

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

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

@media (max-width: 1480px) {
	.semi-circle{
		left: 32%;
	}
}

@media (max-width: 1440px) {
	.semi-circle{
		left: 31%;
	}
	.big-ball::after{
		left: -20%;
	}
}

@media (max-width: 1366px) {
	.semi-circle{
		left: 27%;
	}
	.big-ball::after{
		left: -30%;
	}
}

@media (max-width: 1320px) {
	.hero-sliders .swiper-slide-contents .elementor-slide-description .slide-header {
		font-size: 60px;
	}
}

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

@media (max-width: 1280px) {
	.semi-circle{
		left: 21%;
	}
}

@media (max-width: 1200px) {
	.semi-circle{
		left: 18%;
	}
	.privacy-content h2, .privacy-content h4, .privacy-content h3 {
		line-height: 1.4 !important;
		font-size: 34px !important;
		margin-top: 30px;
	}
}

@media (max-width: 1130px) {
	.hero-sliders .swiper-slide-contents .elementor-slide-description .slide-header {
		font-size: 30px;
	}
	.hero-sliders .swiper-slide-contents .elementor-slide-description .slide-body {
		font-size: 22px;
	}
}

@media (max-width: 1080px) {
	.semi-circle{
		left: 12%;
	}
}

@media (max-width: 1024px) {
	
	.core-services-header > .e-con-inner {
		margin-left: 0 !important;
	}
	.semi-circle, .small-semi-circle{
		display: none;
	}
}

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

@media (max-width: 880px) {
	
	body .left-right-boxes, body .left-right-boxes > .e-con-inner{
		flex-direction: column-reverse !important;
	}
	body .box.left{
		left: 50%;
		transform: translateX(-50%);
	}
	body .box.right {
	  right: 50%;
	  transform: translateX(50%);
	}
	body .box.down{
		bottom: inherit;
		top: -45px;
	}
	
	.hero-sliders .swiper-slide-contents .elementor-slide-description {
		flex-direction: column-reverse;
	}
	.hero-sliders .swiper-slide-contents .elementor-slide-description .slide-content, .hero-sliders .swiper-slide-contents .elementor-slide-description > div{
		width: 100%;
		
	}
	.hero-sliders .swiper-slide-contents .elementor-slide-description .slide-content{
		padding-right: 0;
	}
	.hero-sliders .swiper-slide-contents .elementor-slide-description .slide-img {
		text-align: center;
	}
	
	.hero-sliders .swiper-slide-contents .elementor-slide-description .slide-img img{
		max-width: 300px;
	}
	.hero-sliders .swiper-slide-contents .elementor-slide-description .slide-header{
		font-size: 25px;
	}
	.hero-sliders .swiper-slide-contents .elementor-slide-description .slide-body{
		font-size: 20px;
	}
	
	.hero-sliders .swiper-slide-contents .elementor-slide-description .slide-footer a{
		padding: 15px 30px;
	}
	.hero-sliders .swiper-slide-contents .elementor-slide-description .slide-footer{
		padding-top: 30px;
	}
	.hero-sliders .swiper-pagination{
		bottom:  20px !important;
	}
}

@media (max-width: 780px) {
	.flating-image::after{
		display: none;
	}
}

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

@media (max-width: 767px) {
	
	.mobile-white {
		background-color: #fff !important;
	}
	
	.mobile-semiwhite {
		background-color: #FFFFFF80 !important;
	}
	.privacy-content h2, .privacy-content h1, .privacy-content h3, .privacy-content h4 {
		font-size: 24px !important;
	}
	.membership-svg {
		left: 50% !important;
		width: 100% !important;
		transform: translateX(-50%) !important;
		max-width: 300px !important;
	}
	
	#breadcrumbs > span {
		display: flex;
		align-content: center;
		align-items: center;
	}
	
	#breadcrumbs > span .breadcrumb_last {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		max-width: 285px;
		display: inline-block;
	}
	body .gform_confirmation_message{
		font-size: 16px;
	}
	body .box {
		max-width: 250px;
	}
	.mini-box.middle{
		display: none;
	}
	.testimonials .controls{
		bottom: -90px;
	}
	#breadcrumbs span span{
		padding: 10px;
	}
	.informational-btn a {
		width: 100% !important; 
	}
	
	body .gfield .medium {
		width: 100% !important;
	}
	.map-iframe iframe {
		height: 285px !important;
	}
	body .gform_validation_errors .gform_submission_error{
		flex-direction: row !important;
		font-size: 13px !important;
	}
	.contact-form .gfield_html:not(:first-child) {
		padding-top: 20px;
	}
}

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