
/*New CSS Start*/

.marquee-sec,
.overhide{
	overflow: hidden;
}
.marquee-text .elementor-column-gap-default .elementor-column{
	width: auto;
	white-space: nowrap;
}
.marquee-text .elementor-column-gap-default{
	gap: 60px;
	display: flex;
	width: max-content;
	animation: marquee 18s linear infinite;
}
.marquee-text .elementor-column-gap-default .elementor-column h5{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.marquee-text .elementor-column-gap-default .elementor-column h5:before{
	content: "";
	min-width: 5px;
	height: 5px;
	border-radius: 50%;
	display: inline-flex;
	background: #fff;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-40%);
  }
}

.marquee-text:hover .elementor-column-gap-default {
  animation-play-state: paused;
}

.aging-at{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fed7aa+0,fb923c+100&0.06+0,0.06+100 */
	background: linear-gradient(135deg,  rgba(254,215,170,0.06) 0%,rgba(251,146,60,0.06) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.btn-gradient .elementor-button-wrapper .elementor-button{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f97316+0,ea580c+100 */
  background: linear-gradient(135deg,  rgba(249,115,22,1) 0%,rgba(234,88,12,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  transition: all 0.3s ease-in-out;
  padding: 15px 25px;
  border-radius: 11px;
  min-width: 168px;
}

.btn-gradient .elementor-button-wrapper .elementor-button:hover{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f97316+0,ea580c+100 */
  background: linear-gradient(135deg, rgba(234,88,12,1) 0%, rgba(249,115,22,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


.shake-anim img{
	animation: shake 2.4s infinite;
}
@keyframes shake {
  /* Shake part (0%–16%) */
  0% { transform: translateX(0); }
  4% { transform: translateX(-5px); }
  8% { transform: translateX(5px); }
  12% { transform: translateX(-5px); }
  16% { transform: translateX(0); }

  /* Gap (no movement) */
  100% { transform: translateX(0); }
}

.testimony-sec > .elementor-column-gap-default .elementor-element-populated > .elementor-inner-section,
.testimony-sec > .elementor-column-gap-default .elementor-element-populated > .elementor-inner-section > .elementor-column-gap-default{
	height: 100%;
}
.testi-caption,
.testi-caption .elementor-column-gap-default{
	height: auto !important;
}
.sub-head{
	margin-left: auto;
	margin-right: auto;
}

.contact-info-menu{
	position: absolute;
	right: 0;
	white-space: nowrap;
	width: auto !important;
}

#reach-team .form-group{
	margin-bottom: 20px;
	position: relative;
}
.form-group .field-note p,
#reach-team .form-group p{
	margin: 0;
	position: relative;
}
.form-group .field-note{
	font-size: 13px;
	color: #6B7280;
	position: absolute;
	left: 0;
	top: 100%;
}
#reach-team .form-group label{
	font-size: 14px;
	color: #374151;
	font-weight: 700;
	margin-bottom: 4px;
	display: block;
}
#reach-team .form-group .wpcf7-form-control-wrap{
	position: relative;
	display: block;
}

#reach-team .form-group .wpcf7-form-control-wrap .wpcf7-not-valid-tip{
	position: absolute;
	left: 0;
	top: 100%;
	font-size: 13px;
	margin-top: -2px;
	color: #f00;
}
.form-group .fancy-select .trigger,
#reach-team .form-group .wpcf7-form-control-wrap .wpcf7-form-control{
	border: solid 1px #D1D5DB;
	border-radius: 8px;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
}
#reach-team .form-group .wpcf7-form-control-wrap .wpcf7-radio{
	padding: 0;
  	border: 0;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}
#reach-team .form-group .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item{
	margin: 0;
	display: flex;
	column-gap: 12px;
	align-items: center;
	justify-content: flex-start;
}
.form-group .fancy-select .trigger{
	height: 42px;
	line-height: 1.5 !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
.form-group .fancy-select .options{
	box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}
.form-group .fancy-select .options li{
	padding: 10px 15px;
	font-size: 14px;
	border-bottom: solid 1px #E5E7EB;
}
.form-group .fancy-select .options li:last-child{
	border-bottom: 0;
}
#reach-team .form-group.form-btn .wpcf7-spinner{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.form-group .field-note + .form-field{
	margin-bottom: 40px;
}
#reach-team .form-group .field-note + .form-field .wpcf7-form-control-wrap .wpcf7-not-valid-tip{
	margin-top: 18px;
}
#reach-team .form-group.form-btn{
	margin: 0;
}
#reach-team .form-group.form-btn .wpcf7-submit{
	width: 100% !important;
	border-radius: 11px;
	transform: none;
	box-shadow: none;
	color: #fff !important;
	padding: 0 !important;
	height: 46px;
	transition: all 0.3s ease-in-out;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ea580c+0,f97316+100 */
	background: linear-gradient(135deg,  rgba(234,88,12,1) 0%,rgba(249,115,22,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#reach-team .form-group.form-btn .wpcf7-submit:hover{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ea580c+0,c2410c+100 */
	background: linear-gradient(135deg,  rgba(234,88,12,1) 0%,rgba(194,65,12,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#reach-team .wpcf7 form .wpcf7-response-output{
	font-size: 13px;
	text-align: center;
	border: 0;
	margin: 10px 0 -10px;
}
#reach-team .wpcf7 form.invalid .wpcf7-response-output,
#reach-team .wpcf7 form.unaccepted .wpcf7-response-output{
	color: #f00;
}
.top-banner-slider .max-w-b {
  max-width: 980px !important;
}
.top-banner-slider .banner-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.btn-gradient.btn-wh-border .elementor-button-wrapper .elementor-button{
	background: rgba(255,255,255,0.2);
	border: solid 2px #fff;
}

.zeal-img{
	max-width: 540px;
  	margin-left: auto;
}
.zeal-img img{
	box-shadow: 0 4px 28px 10px rgba(0,0,0,0.25), 0 10px 35px 0 rgba(0,0,0,0.25) !important;
}
.top-banner-slider .slick-slider,
.top-banner-slider .elementor-widget-image{
	margin: 0 !important;
}
.top-banner-slider .slick-dots{
	bottom: 30px;
}
.top-banner-slider .slick-dots li button:before{
	display: none;
}
.top-banner-slider .slick-dots li{
	background: none;
	border: 0;
	width: auto;
	height: auto;
}
.top-banner-slider .slick-dots li button{
	padding: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #D9D9D9;
}
.top-banner-slider .slick-dots li.slick-active button{
	background: #EA580C;
}
#nav-menu-top .eael-simple-menu-container li.menu-item-has-children .sub-menu{
	width: 180px;
	border-radius: 0 0 10px 10px;
  	overflow: hidden;
}
#nav-menu-top .eael-simple-menu-container li.menu-item-has-children .sub-menu li{
	margin: 0;
}
#nav-menu-top .eael-simple-menu-container li.menu-item-has-children .sub-menu li a{
	font-size: 14px;
	font-weight: 600;
	padding: 8px 12px;
}

#nav-menu-top .header-con .eael-simple-menu-container{
	display: flex;
	align-items: center;
}
#nav-menu-top .header-con ul li a{
	padding: 8px 12px 8px 28px;
	color: #374151;
	position: relative;
}
#nav-menu-top .header-con ul li a:before{
	content: '';
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
  	margin: auto;
	background: url('assets/imgs/call-black.svg') no-repeat 0 0;
	background-size: cover;
}
#nav-menu-top .header-con ul li:last-child a:before{
	background: url('assets/imgs/email-black.svg') no-repeat 0 0;
	background-size: cover;
}
#menu.old-mob-menu{
	display: none;
}

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

.img-mb-0,
.pmb-none p{
	margin-bottom: 0 !important;
}

.key-icon .elementor-icon{
	display: flex;
}
.key-icon .elementor-widget-container{
	box-shadow: 0 14px 21px -7px rgba(0,0,0,0.2);
}
.key-icon{
	transform: rotate(0) scale(1);
	transition: all 0.3s ease-in-out;
}
.key-card:hover .key-icon{
	transform: rotate(6deg) scale(1.1);
}
.key-card > .elementor-element-populated{
	overflow: hidden;
}
.key-card > .elementor-element-populated:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	background: #EA580C;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.key-card > .elementor-element-populated:before{
	content: '';
	position: absolute;
	right: 24px;
	top: 24px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #EA580C;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.key-card:hover > .elementor-element-populated:before,
.key-card:hover > .elementor-element-populated:after{
	opacity: 1;
}
.key-card .elementor-heading-title{
	transition: all 0.3s ease-in-out;
}
.key-card:hover .elementor-heading-title{
	color: #EA580C;
}

.row-height .car-inner,
.row-height .car-inner .elementor-column-gap-default{
	height: 100%;
}

.btn-anim{
	margin: auto;
}
.btn-anim .elementor-heading-title span {
  display: inline-block;
  transform: translateY(120%);
  opacity: 0;
  animation: riseUp 6s ease-in-out infinite;
}
.btn-anim .elementor-heading-title a{
	font-family: inherit;
	display: inline-block;
	padding: 13px 48px 14px 48px;
}
.btn-anim .elementor-heading-title span:nth-child(1)  { animation-delay: 0.05s; }
.btn-anim .elementor-heading-title span:nth-child(2)  { animation-delay: 0.10s; }
.btn-anim .elementor-heading-title span:nth-child(3)  { animation-delay: 0.15s; }
.btn-anim .elementor-heading-title span:nth-child(4)  { animation-delay: 0.20s; }
.btn-anim .elementor-heading-title span:nth-child(5)  { animation-delay: 0.25s; }
.btn-anim .elementor-heading-title span:nth-child(6)  { animation-delay: 0.30s; }
.btn-anim .elementor-heading-title span:nth-child(7)  { animation-delay: 0.35s; }
.btn-anim .elementor-heading-title span:nth-child(8)  { animation-delay: 0.40s; }
.btn-anim .elementor-heading-title span:nth-child(9)  { animation-delay: 0.45s; }
.btn-anim .elementor-heading-title span:nth-child(10)  { animation-delay: 0.50s; }
.btn-anim .elementor-heading-title span:nth-child(11)  { animation-delay: 0.55s; }
.btn-anim .elementor-heading-title span:nth-child(12)  { animation-delay: 1.00s; }
.btn-anim .elementor-heading-title span:nth-child(13)  { animation-delay: 1.05s; }
.btn-anim .elementor-heading-title span:nth-child(14)  { animation-delay: 1.10s; }
.btn-anim .elementor-heading-title span:nth-child(15)  { animation-delay: 1.15s; }
.btn-anim .elementor-heading-title span:nth-child(16)  { animation-delay: 1.20s; }
.btn-anim .elementor-heading-title span:nth-child(17)  { animation-delay: 1.25s; }
.btn-anim .elementor-heading-title span:nth-child(18)  { animation-delay: 1.30s; }
.btn-anim .elementor-heading-title span:nth-child(19)  { animation-delay: 1.35s; }
.btn-anim .elementor-heading-title span:nth-child(20)  { animation-delay: 1.40s; }
.btn-anim .elementor-heading-title span:nth-child(21)  { animation-delay: 1.45s; }
.btn-anim .elementor-heading-title span:nth-child(22)  { animation-delay: 1.50s; }
.btn-anim .elementor-heading-title span:nth-child(23)  { animation-delay: 1.55s; }
.btn-anim .elementor-heading-title span:nth-child(24)  { animation-delay: 2.00s; }
.btn-anim .elementor-heading-title span:nth-child(25)  { animation-delay: 2.05s; }
.btn-anim .elementor-heading-title span:nth-child(26)  { animation-delay: 2.10s; }
.btn-anim .elementor-heading-title span:nth-child(27)  { animation-delay: 2.15s; }
 

@keyframes riseUp {
  0% {
    transform: translateY(60%);
    opacity: 0;
  }

  15% {
    transform: translateY(0);
    opacity: 1;
  }

  80% {
    transform: translateY(0);
    opacity: 1;
  }

  90% {
    transform: translateY(0);
    opacity: 0;
  }

  100% {
    transform: translateY(60%);
    opacity: 0;
  }
}


.btn-in-icon .elementor-button-content-wrapper:before{
	content: '';
	display: inline-flex;
	width: 30px;
	height: 30px;
	background: url('./assets/imgs/icon-location.svg') no-repeat 0 0;
	background-size: cover;
	margin-right: 4px;
}



.facility-sl .slick-arrow {
  opacity: 1;
  font-size: 0;
  background: none;
  border: 0;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  line-height: 1;
  z-index: 2;
}
.facility-sl .slick-arrow:hover{
  box-shadow: none;
  background: none;
}
.facility-sl .slick-arrow::before {
  font-size: 44px;
  opacity: 1;
}
.facility-sl .slick-arrow.slick-next{
	right: -35px;
}
.facility-sl .slick-arrow.slick-prev{
	left: -35px;
}


.silent-top-form .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
}
.silent-top-form .wpcf7-form .form-group {
  width: 16.66%;
  padding: 0 16px;
}
.silent-top-form .wpcf7-form .form-group.form-btn {
  width: 100%;
  padding-top: 20px;
}
.silent-top-form .wpcf7-form .form-group.form-btn .form-field{
	max-width: 216px;
  	margin: auto;
}
.silent-top-form .wpcf7-form .form-group label{
	text-align: center;
}
#reach-team.silent-top-form .form-group .fancy-select .trigger,
#reach-team.silent-top-form .form-group .wpcf7-form-control-wrap .wpcf7-form-control{
	border-width: 2px;
  	border-color: #FE821A;
	padding: 12px 15px !important;
  	height: 48px;
}

.board-caption{
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 290px;
}
.team-card{
	position: relative;
}
.team-card:after{
	content: '';
	width: 0;
	height: 0;
	border-bottom: 20px solid transparent;
	border-top: 20px solid transparent;
	border-right: 20px solid #FF821B;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0.2;
	z-index: 2;
}
.team-card::before {
	content: "";
	width: 3px;
	height: calc(100% + 120px);
	background: #FBE0C7;
	position: absolute;
	right: -22px;
	top: 0;
}
.sec-row .team-card:after{
	right: auto;
	left: 0;
	border-right: none;
	border-left: 20px solid #FF821B;
}
.sec-row .team-card:before {
	right: auto;
	left: -21px;
}
.page .assist-item .elementor-widget-heading{
	transform: translateX(0);
	transition: all 0.3s ease-in-out;
}
.page .assist-item .elementor-widget-icon{
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}
.page .assist-item:hover .elementor-widget-icon{
	opacity: 1;
	visibility: visible;
}
.page .assist-item:hover .elementor-widget-heading{
	transform: translateX(24px);
}


.bg-grad-wrap{
    background: linear-gradient(135deg,  rgba(251,146,60,0.73) 0%,rgba(255,189,135,0.73) 50%,rgba(251,146,60,0.73) 100%);
}
.org-gradient{	
	background: linear-gradient(135deg,  rgba(255,247,237,1) 0%,rgba(255,251,245,1) 40%,rgba(240,253,244,1) 100%);
}
.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li{
	color: #374151;
}



@media screen and (max-width: 1399px) {	
	#nav-menu-top .eael-simple-menu li{
		margin: 0 0 0 0.25em;
	}
	#nav-menu-top .eael-simple-menu li a{
		font-size: 15px;
		font-weight: 500;
	}

	.facility-sl .slick-arrow.slick-next{
		right: -10px;
	}
	.facility-sl .slick-arrow.slick-prev{
		left: -10px;
	}

	#reach-team .form-group .wpcf7-form-control-wrap textarea.wpcf7-form-control{
		height: 92px;
	}
}
@media screen and (max-width: 1199px) {
	#nav-menu-top .contact-info-menu{
		margin-left: auto;
	}
	#nav-menu-top .header-con ul li a{
		font-size: 0;
		padding: 0;
		width: 36px;
		height: 36px;
		background: #F97316;
		border-radius: 6px;
	}
	#nav-menu-top .header-con ul li a:before{
		inset: 0;
		margin: auto;
		background: url('./assets/imgs/call.png') no-repeat 0 0;
		background-size: cover;
	}
	#nav-menu-top .header-con ul li:last-child a:before{
		background: url('assets/imgs/envelope.png') no-repeat 0 0;
		background-size: cover;
	}

	.copyright .elementor-widget-container p a{
		font-size: 16px;
	}
	.btn-gradient .elementor-button-wrapper .elementor-button{
		font-size: 16px;
		padding: 12px 25px;
		min-width: 144px;
	}
}
@media screen and (max-width: 1024px) {
	#nav-menu-top{
		display: block;
	}

	#nav-menu-top .mobile-menu .eael-simple-menu-toggle{
		position: fixed;
		width: 40px;
		height: 40px;
		padding: 0;
		right: -8px;
		top: 15px;
		left: auto;
		bottom: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		background: none;
	}
	#nav-menu-top .mobile-menu .eael-simple-menu-toggle svg{
		width: 38px;
    	height: 38px;
	}
	#nav-menu-top > .elementor-container > .elementor-col-33:nth-child(2){
		width: 0;
		position: relative;
    	z-index: 1;
	}
	#nav-menu-top .contact-info-menu{
		padding-right: 32px;
		z-index: 0;
	}
	#nav-menu-top .mobile-menu .eael-simple-menu-responsive{
		background: #fff;
		margin-top: 10px;
		border-top: solid 1px #e8e8e8;
	}
	#nav-menu-top .eael-simple-menu li{
		margin: 0;
	}
	#nav-menu-top .eael-simple-menu li a{
		padding: 10px;
    	border-bottom: solid 1px #eaeaea;
	}
	#nav-menu-top .contact-info-menu .eael-simple-menu li{
		margin-left: 12px;
		margin-bottom: 6px;
	}
	.count-sec > .elementor-column-gap-default{
		row-gap: 24px;
	}
	.silent-top-form .wpcf7-form .form-group,
	.count-sec > .elementor-column-gap-default > .elementor-column{
		width: 33.33%;
	}
	.why-choose,
	.process-sequence > .elementor-widget-wrap{
		background-image: none !important;
	}
	.aging-sequence > .elementor-container,
	.process-sequence > .elementor-widget-wrap > .elementor-section:nth-child(2n+1) .elementor-container{
		flex-direction: column-reverse;
	}
}

@media screen and (max-width: 880px) {
	.care-team > .elementor-container.elementor-column-gap-default,
	.testimony-sec > .elementor-container.elementor-column-gap-default{
		flex-wrap: nowrap;
		overflow-x: auto;
		padding: 0 12px 32px;
		scrollbar-width: none;
	}
	.care-team > .elementor-container > .elementor-column,
	.testimony-sec > .elementor-container > .elementor-column{
		width: 320px;
		min-width: 320px;
	}

	.elementor-top-section  .process-sequence .num-card > .elementor-widget-wrap.elementor-element-populated{
		padding: 20px 0 10px;
  		flex-direction: column;
		align-items: center;
	}
	.process-sequence .num-card > .elementor-widget-wrap > .elementor-element{
		order: 1;
		text-align: center;
	}
	.process-sequence .num-card > .elementor-widget-wrap .elementor-absolute {
		position: static;
		margin: 0 auto 12px;
		order: 0;
	}	
	.top-banner-slider .elementor-widget-image .elementor-widget-container{
		display: flex;
		justify-content: center;
		overflow: hidden;
	}
	.top-banner-slider .elementor-widget-image.second-slide-img .elementor-widget-container{
		justify-content: flex-end;
	}


	.team-card:before{
		display: none;
	}
} 

@media screen and (max-width: 767px) {
	.count-sec > .elementor-column-gap-default > .elementor-column {
		width: 50%;
	}
	.count-sec > .elementor-column-gap-default > .elementor-column > .elementor-widget-wrap.elementor-element-populated {
		padding: 0 10px;
	}
	.count-sec > .elementor-column-gap-default > .elementor-column .elementor-section-height-default > .elementor-container.elementor-column-gap-default,
	.count-sec > .elementor-column-gap-default > .elementor-column .elementor-section-height-default{
		height: 100%;
	}

	.our-process .bg-mob-none .elementor-widget-wrap.elementor-element-populated{
		background: none !important;
	}

	#nav-menu-top > .elementor-container > .elementor-column:first-child{
		width: auto;
	}
	#nav-menu-top  .elementor-widget-theme-site-logo img{
		width: 120px;
	}	

	.top-banner-slider .elementor-widget-image.zeal-img img{
		height: auto !important;
		max-width: 100% !important;
	}
	.top-banner-slider .elementor-widget-image.zeal-img .elementor-widget-container{
		overflow: visible;
	}

	.top-banner-slider .banner-content.bg-mob{
		background: rgba(0,0,0,0.5);
	}
	.btn-gradient .elementor-button-wrapper .elementor-button {
    	font-size: 16px;
    	padding: 10px 22px;
	}
	.copyright .elementor-column + .elementor-column .elementor-widget-container p{
		letter-spacing: -1px;
	}
	.copyright .elementor-widget-container p a{
		font-size: 14px;
		letter-spacing: 0;
	}
}
