/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */


/* COMMON START */
body.wp-theme-hello-elementor {
	line-height:1.7;
/* 	letter-spacing: .05em; */
}
.page-header,
.uael-gf-style .uael-gf-form-title {
    display: none !important;
}
.ptb_100 {
	padding-top: clamp(30px, 5vw, 100px) !important;
	padding-bottom: clamp(30px, 5vw, 100px) !important;
}
.pb_100 {
	padding-bottom: clamp(30px, 5vw, 100px) !important;
}
.pt_100 {
	padding-top: clamp(30px, 5vw, 100px) !important;
}
.heading_xl.elementor-widget-heading .elementor-heading-title {
	font-size: clamp(32px, 5vw, 72px);
/* 	font-weight:600; */
}
h1, h1.elementor-heading-title, .heading_1.elementor-widget-heading > .elementor-widget-container > .elementor-heading-title,
.elementor-posts h1.elementor-post__title,
.get_start .elementor-image-box-content .elementor-image-box-title,
.elementor-widget-text-editor.elementor-element h1 {
	font-size: clamp(2rem, 5vw, 60px);
/* 	font-weight:300; */
/* 	font-weight:600; */
}
h2, h2.elementor-heading-title, .heading_2.elementor-widget-heading > .elementor-widget-container > .elementor-heading-title,
.heading_ctaSm.elementor-widget-heading .elementor-heading-title,
.elementor-posts h2.elementor-post__title,
.postSingle_des h2.wp-block-heading,
.teamList_popup-popup .uael-content .uael-text-editor h3,
.elementor-widget-text-editor.elementor-element h2 {
/* 	font-size: clamp(1.75rem, 4.5vw, 48px);
	font-weight:400 !important; */
	font-size: clamp(1.75rem, 4.5vw, 42px);
/*  	font-weight: 600 !important; */
}
h3, h3.elementor-heading-title, .heading_3.elementor-widget-heading > .elementor-widget-container > .elementor-heading-title,
.elementor-posts h3.elementor-post__title,
.postSingle_des h3.wp-block-heading,
.elementor-widget-text-editor.elementor-element h3 {
/* 	font-size: clamp(1.5rem, 4vw, 38px);
	font-weight:400 !important; */
	font-size: clamp(1.5rem, 4vw, 36px);
/* 	font-weight: 600 !important; */
}
h4, h4.elementor-heading-title, .heading_4.elementor-widget-heading > .elementor-widget-container > .elementor-heading-title,
.elementor-posts h4.elementor-post__title,
.postSingle_des h4.wp-block-heading,
.teamList_item .elementor-cta__content .elementor-cta__title,
.elementor-widget-text-editor.elementor-element h4 {
	font-size: clamp(1.25rem, 3.5vw, 30px);
/* 	font-weight:600 !important; */
}
h5, h5.elementor-heading-title, .heading_5.elementor-widget-heading > .elementor-widget-container > .elementor-heading-title, .font_25 p,
.elementor-posts h5.elementor-post__title,
.postSingle_des h5.wp-block-heading,
.elementor-widget-text-editor.elementor-element h5 {
	font-size: clamp(1.125rem, 3vw, 24px);
/* 	font-weight:600 !important; */
}
h6, h6.elementor-heading-title, .heading_6.elementor-widget-heading > .elementor-widget-container >  .elementor-heading-title, 
.elementor-posts h6.elementor-post__title,
.postSingle_des h6.wp-block-heading,
.teamList_popup-popup .uael-content .uael-text-editor h6,
.elementor-widget-text-editor.elementor-element h6 {
	font-size: clamp(1.1rem, 2.5vw, 20px);
/* 	font-weight:600 !important; */
}
.elementor-post__title  a {
	font-weight:400 !important;
}
.font_18 p {
	font-size: 17px;
}
.elementor-widget-button a.elementor-button {
    font-size: 16px;
    background-color: var(--e-global-color-primary);
    padding: clamp(10px, 1.5vw, 20px) clamp(20px, 3vw, 40px);
    border-radius: clamp(8px, 1vw, 10px);
	color: #fff;
	text-transform:uppercase;
	border:1px solid transparent;
}
.btn_transparent.elementor-widget-button a.elementor-button {
    border-color: #ffffff7d;
    background-color: transparent !important;
}
.elementor-widget-button a.elementor-button:hover,
.btn_transparent.elementor-widget-button a.elementor-button:hover {
    background-color: var( --e-global-color-983f7a0 ) !important;
    color: #fff !important;
	border-color: var(--e-global-color-983f7a0) !important;
}
.elementor-widget-button.hover_blue.elementor-widget-button a.elementor-button:hover {
    background-color: var(--e-global-color-primary) !important;
    border-color: var(--e-global-color-primary) !important;
    color: #fff !important;
}
.elementor-widget-text-editor ul,
.postSingle_des ul {
    padding: 0;
    list-style: none;
	margin-bottom: clamp(5px, 1.5vw, 30px);
}
.elementor-widget-text-editor ul li,
.postSingle_des ul li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
    color: var( --e-global-color-primary );
}
.elementor-widget-text-editor ul li:before,
.postSingle_des ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: var( --e-global-color-secondary );
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 8px;
}
.elementor-widget-text-editor ol,
.postSingle_des ol {
    position:relative;
    padding-left: 20px;
}
.elementor-widget-text-editor ol li,
.postSingle_des ol li {
    padding-left: 5px;
    margin-bottom: 15px;
    color: var( --e-global-color-primary );
}
.elementor-widget-text-editor ol li::marker,
.postSingle_des ol li:before{
    color:var( --e-global-color-secondary );
    font-weight:600;
    position: absolute;
    left: 0px;
    top: 7px;
}
.elementor-widget-text-editor ul ul {
    margin-top: clamp(10px, 2vw, 20px);
    margin-left: -10px;
}
.ctaEnv_fix.elementor-element {
    position: fixed !important;
    z-index: 99 !important;
    left: auto;
    max-width: fit-content;
    right: 4vw;
    top: 85vh;
}
.elementor-widget-text-editor p a, .elementor-widget-text-editor li a {
    color: var(--e-global-color-secondary);
}
.elementor-widget-text-editor p a:hover, .elementor-widget-text-editor li a:hover {
    color: var(--e-global-color-primary);
	text-decoration:underline;
}
/* COMMON END */

/* HEADER AND FOOTER DESIGN START */
body {
    padding-top: 135px;
}
.elementor-element.header_main {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99;
    background-color: #fff;
}
.footer_logo img {
    filter: brightness(0) invert(1);
}
.footer_cta.elementor-element {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.fCopy_row p img {
    vertical-align: middle;
}
/* HEADER AND FOOTER DESIGN END */

/* HOMEPAGE DESIGN START */
.home_difference .elementor-image-box-content {
    display: grid;
    grid-template-columns: 40% 60%;
}
.home_difference .elementor-image-box-content .elementor-image-box-description {
    padding-left: 50px;
}
.home_difference .elementor-image-box-content .elementor-image-box-title {
        margin: 0;
    max-width: 280px;
}
.get_start figure.elementor-image-box-img {
   max-width: fit-content;
    padding-top: 10px;
}
.get_start .elementor-image-box-title {
    margin: 0;
}
.elementor-element.get_startCont:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    border-left: 1px dashed #b4bac0;
}
.imgShadow.elementor-widget-image img {
     transition: ease 0.5s all;
}
.imgShadow.shadowRight.elementor-widget-image img {
    transform: translate(-20px, -20px);
}
.imgShadow.shadowLeft.elementor-widget-image img {
    transform: translate(20px, -20px);
}
.imgShadow.elementor-widget-image > div {
    border-radius: clamp(10px, 1.5vw, 20px);
}
.imgShadow.elementor-widget-image:hover img {
    transform: translate(0px, 0px);
}
.hmPrograms_right.elementor-element .elementor-widget-call-to-action {
    border-top: 1px solid #adb4cf;
    border-bottom: 1px solid #adb4cf;
}
.hmPrograms_right.elementor-element .elementor-widget-call-to-action:not(:first-child) {
    border-top: 0;
}
.hmPrograms_right.elementor-element .elementor-widget-call-to-action .elementor-cta__content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.hmPrograms_right.elementor-element .elementor-widget-call-to-action .elementor-cta__content .elementor-cta__description {
    flex-basis: 60%;
}
.hmPrograms_right.elementor-element .elementor-widget-call-to-action .elementor-cta__content .elementor-cta__title {
    border-bottom: 1px solid transparent;
    max-width: fit-content;
}
.hmPrograms_right.elementor-element .elementor-widget-call-to-action .elementor-cta__content .elementor-cta__title:after {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url(/wp-content/uploads/2025/08/up-right-arrow-blue.svg);
    margin-left: 15px;
}
.hmPrograms_right.elementor-element .elementor-widget-call-to-action a.elementor-cta {
	padding:clamp(15px, 3vw, 32px) clamp(10px, 1vw, 15px);
}
.hmPrograms_right.elementor-element .elementor-widget-call-to-action:hover a.elementor-cta {
    background-color: #fff;
    outline: 1px solid #adb4cf;
}
.hmPrograms_right.elementor-element .elementor-widget-call-to-action a.elementor-cta:hover .elementor-cta__content .elementor-cta__title:after {
    background-image: url(/wp-content/uploads/2025/08/up-right-arrow-cyan.svg);
}
.hmPrograms_right.elementor-element .elementor-widget-call-to-action a.elementor-cta:hover .elementor-cta__content .elementor-cta__title {
/*     border-bottom-color: var( --e-global-color-secondary ); */
}
/* HOMEPAGE DESIGN END */


/* BASIC INTERNAL DESIGN START */
.ins_testimonial .elementor-main-swiper {
    min-width: 100%;
    padding-bottom: 30px;
}
.ins_testimonial .elementor-swiper-button {
    background-color: var( --e-global-color-primary );
    position: absolute !important;
    bottom: -20px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: auto !important;
}
.ins_testimonial .elementor-swiper-button.elementor-swiper-button-prev {
    left: calc(50% - 50px) !important;
}
.ins_testimonial .elementor-swiper-button.elementor-swiper-button-next {
    right: calc(50% - 50px) !important;
}
.ins_testimonial .elementor-swiper-button:hover {
    background-color: var( --e-global-color-secondary );
}
.ins_testimonial .elementor-testimonial__text:before {
    content: "";
    width: 40px;
    height: 30px;
    background-image: url(/wp-content/uploads/2025/10/comma.png);
    display: inline-block;
    background-repeat: no-repeat;
}
.ins_testimonial .elementor-testimonial__text:after {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(/wp-content/uploads/2025/10/comma.png);
    display: inline-block;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    position: absolute;
    bottom: 0;
}
.ins_testimonial .elementor-testimonial__text {
    padding-bottom: 10px;
    position: relative;
}
/* BASIC INTERNAL DESIGN END */


/* POST SINGLE AND ARCHIVE DESING START */
.postSingle_des p {
    margin-bottom: 30px;
}
.postSingle_des .elementor-widget-container .wp-block-heading {
    font-weight: 400 !important;
    margin-top: clamp(20px, 3.5vw, 40px);
    margin-bottom: clamp(15px, 2.5vw, 30px);
}
.postSingle_des span.span-reading-time.rt-reading-time {
    display: none !important;
}
.postLoop_thumb .elementor-widget-container a {
    min-width: 100%;
}
.elementor-element.postRead_time {
    position: absolute;
    z-index: 2;
    font-size: 13px;
    padding: 5px 12px;
    border-radius: 5px;
    left: 40px;
    top: 30px;
    background-color: var(--e-global-color-983f7a0);
    color: #fff;
}
.postSingle_list .postLoop_col.elementor-element {
    background-color: #fff !important;
}
/* POST SINGLE AND ARCHIVE DESING END */




/* TEAM ARCHIVE AND TEAM POPUP START */
.team_col .elementor-widget-text-editor  p:first-child {
    margin-bottom: 0 !important;
    font-weight: 400 !important;
}
.teamList_popup-popup .uael-modal .uael-content {
    width: 80%;
    max-width: 1235px;
    border-radius: clamp(10px, 2vw, 20px);
    overflow: hidden;
}
.teamList_popup-popup .uael-modal .uael-content .uael-modal-text {
	max-height: 80vh;
    overflow-y: auto;
}
.teamList_popup-popup .uael-modal .uael-content .uael-modal-text::-webkit-scrollbar {
  width: 5px;
}
.teamList_popup-popup .uael-modal .uael-content .uael-modal-text::-webkit-scrollbar-track {
  background: #b5bedf;
}
.teamList_popup-popup .uael-modal .uael-content .uael-modal-text::-webkit-scrollbar-thumb {
  background: #6d79a5;
}
.teamList_popup-popup .uael-modal .uael-content .uael-modal-text::-webkit-scrollbar-thumb:hover {
  background: var(--e-global-color-primary);
}
.teamList_popup-popup .uael-modal .uael-text-editor.elementor-inline-editing {
     display: grid;
     grid-template-columns: 35% 65%;
     grid-auto-rows: auto;
}
.teamList_popup-popup .uael-modal .uael-text-editor.elementor-inline-editing > *:first-child {
    grid-row: 1 / span 999; 
    grid-column: 1;
    margin-bottom: 0;
}
.teamList_popup-popup .uael-modal .uael-text-editor.elementor-inline-editing > *:not(:first-child) {
    grid-column: 2;
    padding: 0 15px;
}
.teamList_popup-popup .uael-modal .uael-text-editor.elementor-inline-editing p {
    font-size: 18px;
    line-height: 1.7;
}
.teamList_popup-popup .uael-modal .uael-content .uael-text-editor img {
       margin: 10px 0;
    width: 100%;
    aspect-ratio: 1 / 0.7;
    border-radius: clamp(10px, 1.5vw, 20px);
    object-position: top center;
    object-fit: cover;
    max-width: 90%;
}
.teamList_popup-popup .uael-modal .uael-content .uael-text-editor h3 {
    color: var(--e-global-color-secondary);
    margin-bottom: 0;
}
.teamList_popup-popup .uael-modal .uael-content .uael-text-editor h6 {
    color: var(--e-global-color-primary);
    margin-bottom: clamp(20px, 2vw, 30px);
    font-weight: 500 !important;
	b, strong {
		font-weight: 600 !important;
		display:block;
		margin-bottom: 5px;
	}
}
.teamList_popup-popup .uael-modal span.uael-modal-close {
    position: absolute;
    right: 20px;
    left: auto;
    top: 20px;
    background-color: var(--e-global-color-primary);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.teamList_popup-popup .uael-modal span.uael-modal-close:hover {
    background-color: var(--e-global-color-secondary);
}
.teamPopup_wrapper {
	max-height:0;
}
/* TEAM ARCHIVE AND TEAM POPUP END */

/* GRAVITY FORM DESIGN START */
.gfield_radio > .gchoice:not(:last-child) {
	margin-bottom: 5px;
}
.gform_fields .gfield-choice-input::before {
    transform: translate(0px, -6px);
}
.form_assess div#gform_fields_3 {
    display: block;
    column-count: 2;
}
.form_assess div#gform_fields_3 > * {
    padding-bottom: clamp(19px, 3.5vw, 40px);
}
/* GRAVITY FORM DESIGN END */

/* ASSESSMENT PAGE DESIGN START */
.assessment_resultTable table tr:first-child {
    background-color: #ffffff !important;
}
.assessment_resultTable table tr:nth-child(2) {
    background-color: #e7e7e8 !important;
}
.assessment_resultTable table tr:nth-child(3) {
    background-color: #d1d2d4 !important;
}
.assessment_resultTable table tr:nth-child(4) {
    background-color: #bcbdc0 !important;
}
.assessment_resultTable table tr td {
    background-color: transparent !important;
}
/* ASSESSMENT PAGE DESIGN END */

/* HOMEPAGE EVENTS DESIGN START */
.home_event {
	.search_events,
	.wpem-event-listings-header,
	#load_more_events_loader {
    display: none !important;
}
	.wpem-event-layout-wrapper {
    background-color: #fff;
    border-radius: clamp(10px, 1.5vw, 15px) !important;
}
	.wpem-event-details {
    background-color: #fff;
}
	.wpem-event-date {
		display:block !important;
		.wpem-to-date {
			display:none;	
		}
	}
	.wpem-event-infomation {
    display: flex;
    padding: 20px;
    column-gap: 15px;
}
.wpem-event-details {
    padding: 0 !important;
}

.wpem-event-infomation .wpem-event-date {
    display: flex !important;
    position: static !important;
    align-items: center;
    justify-content: center;
    background-color: var( --e-global-color-primary);
    min-width: clamp(100px, 5vw, 150px);
    border-radius: clamp(5px, 1vw, 10px);
}
.wpem-event-infomation .wpem-event-date * {
    color: #fff !important;
}
.wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-from-date {
    display: flex !important;
    flex-direction: column-reverse;
}
.wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-month {
    font-size: 16px !important;
    margin-bottom: 5px;
}
	.wpem-event-box-col {
    min-width: 100%;
}
.wpem-event-box-col:not(:last-child) {
    padding-bottom: 30px;
}
	 a.wpem-event-action-url {
    display: flex !important;
}
	.wpem-event-banner {
    display: none;
}
	h3.wpem-heading-text {
    color: var( --e-global-color-primary ) !important;
}
	 #event-listing-view > div:last-child {
    padding-bottom: 0;
}
} 
/* HOMEPAGE EVENTS DESIGN END */

/* EVENTS ARCHIVE PAGE DESIGN START */
.archiveE_listing .wpem-event-listings-header {
    display: none;
}
.archiveE_listing .wpem-event-listings {
    flex-direction: column !important;
}
.archiveE_listing .wpem-event-action-url {
    display: flex !important;
    align-items: center;
	background-color: #fff;
}
.archiveE_listing .wpem-event-action-url > div {
    flex-basis: 50% !important;
}
.archiveE_listing .wpem-event-action-url .wpem-event-infomation .wpem-event-date-time {
    margin-bottom: 10px !important;
}
.archiveE_listing .wpem-event-listings > div {
    min-width: 100% !important;
    padding-bottom: 0 !important;
}
.archiveE_listing .wpem-event-action-url .wpem-event-infomation {
    padding-left: 15px;
}
.archiveE_listing .wpem-event-action-url .wpem-event-banner .wpem-event-date {
    display: none !important;
}
.archiveE_listing .wpem-event-action-url .wpem-event-banner .wpem-event-banner-img {
    height: 20vw !important;
    min-height: 300px;
    width: 100%;
}
.archiveE_listing .wpem-event-action-url .wpem-event-infomation .wpem-heading-text {
    font-size: clamp(20px, 3vw, 30px) !important;
    font-weight: 500 !important;
    COLOR: var(--e-global-color-primary) !important;
}
.archiveE_listing .search_events.search-form-container {
    display: none;
}
.archiveE_listing.archiveC_listing .status-expired {
    display: none !important;
}
.archiveE_listing.archiveP_listing .event_listing:not(.status-expired) {
    display: none;
}
.event-excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 3;   /* number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-left: 5px;
    padding-top: 10px;
    line-height: 1.4;
}
.archiveE_listing .event_listing {
   border: 1px solid var(--wpem-gray-border-color);
    margin-bottom: clamp(15px, 3.5vw, 30px);
}
.archiveE_listing .wpem-event-listings > div .wpem-event-layout-wrapper {
    border: 0 !important;
	box-shadow:none !important;
}
.archiveE_listing .wpem-event-listings > div .wpem-event-layout-wrapper:hover .event_listing {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-color: #1b2c7042;
}
/* EVENTS ARCHIVE PAGE DESIGN END */

/* EVENT SINGLE DESIGN START */
.elementor-element.eventSingle_dtl {
    column-gap: 5px;
}
.elementor-element.eventSingle_dtl * {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.eventSingle_dtl .elementor-icon-wrapper {
    max-height: 18px;
}
.eventSingle_dtl a {
    color: #333 !important;
    cursor: text;
    pointer-events: none;
}
.eventSingle_dtl * {
    font-size: 15px;
}
/* EVENT SINGLE DESIGN END */



/* RESPONSIVE / MEDIA QUERY DESIGN START */
@media (max-width:1600px) and (min-width:1025px) {
	.page-content > div > .elementor-element.e-con>.e-con-inner {
    max-width: 90%;
}
}

@media (max-width:1300px) and (min-width:1024px) {
	.header_main nav .elementor-nav-menu .elementor-item {
        font-size: 16px !important;
        padding-left: 15px;
        padding-right: 15px;
	}
}
@media (min-width:1531px) {
	.home_treatSec .elementor-heading-title {
    line-height: 1.3em;
    max-height: calc(1.3em * 2);
    min-height: calc(1.3em * 2);
}
}
@media (max-width:1530px) and (min-width:1024px) {
	.home_treatSec .elementor-heading-title {
    line-height: 1.3em;
    max-height: calc(1.3em * 3);
    min-height: calc(1.3em * 3);
}
}
@media (min-width:1024px) {
	.elementor-element.footer_menu li.menu-item a {
    justify-content: left;
}
	    .elementor .elementor-hidden-desktop {
        display: none;
    }
	    .fCopy_row p {
        margin-bottom: 0;
    }
/* 	.elementor-element.footCol_right {
    justify-content: center;
} */
.elementor-element.footCol_right>div {
    max-width: fit-content;
}

	.home_treatSec .elementor-widget-text-editor p {
    line-height: 1.7em;
    min-height: calc(1.7em * 4);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(1.7em * 4);
}
}
@media (min-width:768px) {
	.client_sliderHome .swiper-pagination {
    display: none;
}
}
@media (max-width:1024px) {
	.elementor-widget-text-editor ul li, .postSingle_des ul li {
        padding-left: 20px;
        margin-bottom: 10px;
    }
	.elementor-widget-text-editor ul li:before, .postSingle_des ul li:before {
        width: 10px;
        height: 10px;
    }
	body {
    	padding-top: 70px;
	}
	.postSingle_des ul.wp-block-list {
    margin-bottom: 25px !important;
    margin-top: -10px;
}
	.hmPrograms_right.elementor-element .elementor-widget-call-to-action .elementor-cta__content {
    	flex-direction: column;
    	align-items: flex-start;
	}
	.home_difference .elementor-image-box-content {
    	display: flex;
    	flex-direction: column;
	}
	.home_difference .elementor-image-box-content .elementor-image-box-description {
   		 padding: 15px 0 0 0;
	}
	.elementor-element.get_startCont:before {
		opacity:0;
	}
	.imgShadow.shadowRight.elementor-widget-image img {
   	 transform: none;
	}
	.imgShadow.shadowLeft.elementor-widget-image img {
   	 transform: none;
	}
	.imgShadow.elementor-widget-image > div {
    padding: 10px;
}
	    
	.teamList_popup-popup .uael-modal .uael-content .uael-modal-text {
    padding: 40px 0 0 0;
}
.teamList_popup-popup .uael-modal .uael-text-editor.elementor-inline-editing {
    display: flex;
    flex-direction: column;
}
.teamList_popup-popup .uael-modal span.uael-modal-close {
    right: 15px;
    top: 10px;
    width: 30px;
    height: 30px;
}
	.teamList_popup-popup .uael-modal span.uael-modal-close i {
    font-size: 15px;
}
.teamList_popup-popup .uael-modal span.uael-modal-close > svg {
    width: 12px;
}
	    .teamList_popup-popup .uael-modal .uael-content .uael-text-editor img {
        max-width: 50%;
        margin: 10px 15px;
    }
	.elementor-element.postRead_time {
    font-size: 11px;
    padding: 3px 10px;
    left: 20px;
    top: 20px;
}
	.form_assess div#gform_fields_3 {
    column-count: 1;
}
	.mob_hide {
		display:none !important;
	}
	.ins_testimonial .elementor-swiper-button {
    height: 35px;
    width: 35px;
}
.ins_testimonial .elementor-swiper-button.elementor-swiper-button-prev {
    left: calc(50% - 40px) !important;
}
.ins_testimonial .elementor-swiper-button.elementor-swiper-button-next {
    right: calc(50% - 40px) !important;
}
	.ins_testimonial .elementor-testimonial__text:before, .ins_testimonial .elementor-testimonial__text:after {
    display: block;
    background-position: center;
    width: 100%;
}
.ins_testimonial .elementor-testimonial__text {
    padding-bottom: 40px;
}
}
@media (max-width:767px) {
	.elementor-element.postS_thumb {
    	position: relative !important;
	}
	.elementor-element.basic_hero {
    	background-image: none !important;
   		background-color: var( --e-global-color-primary );
	}
	.elementor-element.basic_hero.bg_purple {
		background-color: var( --e-global-color-983f7a0 );
	}
	.loop_postList .elementor-loop-container.elementor-grid {
        grid-auto-rows: auto !important;
    }
	
	.home_event .wpem-event-infomation {
    padding: 10px;
    flex-direction: column;
}

	.home_event {
		.wpem-event-infomation .wpem-event-date {
    min-width: auto;
    justify-content: center;
    align-items: center;
    width: 80px !important;
}
		.wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-from-date {
    flex-direction: row;
    padding: 3px 3px;
    width: auto !important;
    align-items: center;
    column-gap: 5px;
}
		.wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-date {
    font-size: 22px !important;
}
		.wpem-event-infomation .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-month {
    margin-bottom: 0;
}
	}
.archiveE_listing .wpem-event-action-url {
    flex-direction: column;
}

.archiveE_listing .wpem-event-action-url > div {
    min-width: 100% !important;
}

.archiveE_listing .wpem-event-action-url .wpem-event-banner .wpem-event-banner-img {
    min-height: 200px;
}
	.archiveE_listing .wpem-event-action-url .wpem-event-infomation {
    padding: 0;
}
}