* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	-webkit-tap-highlight-color: transparent;
	scroll-behavior: smooth;
}

div#ext-app-scroller::-webkit-scrollbar {
	display: none;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
p {
	margin: 0;
}

.animated.fadeInUp {
	animation-name: fadeInCustom;
}

@keyframes fadeInCustom {
	from {
		opacity: 0;
		transform: translate3d(0, 30%, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

/*========= Header css start ===========*/
.nav-item.elementskit-dropdown-has:after,.header_search_form:after  {
	content: "";
	position: fixed;
	top: 90px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0009;
	height: 100vh;
	width: 100%;
	display: block;
	z-index: -1;
	cursor: pointer;
	pointer-events: none;
	opacity:0;
	transition:all 0.4s ease;
}
.header_search_form.active:after  {
	opacity:1;
}

.header_sec.elementor-section {
	position: fixed;
	width: 100%;
}

.header_menu_col .elementskit-navbar-nav .menu-item .ekit-menu-nav-link:hover{
	font-weight:700;
}
.header_sec.elementor-section .elementor-column .elementor-widget-wrap > .elementor-section.elementor-inner-section.header_inner {
		box-shadow: 0px -2px 14px 0px #0000001A; 
}
.header_sec .program_link .elementor-widget-container a{
	font-weight:700;
}
.header_sec .ekit-wid-con .elementskit-navbar-nav .menu-item .ekit-menu-nav-link.active {
	font-weight: 600;
}

.header_sec .elementskit-menu-container.elementskit-menu-offcanvas-elements.elementskit-navbar-nav-default .elementskit-navbar-nav>li>a {
	border-color: #fff;
	cursor:pointer;
}

.header_sec .elementskit-menu-container .elementskit-navbar-nav .link_active a.ekit-menu-nav-link{
	font-weight:700;
}

.header_sec .ekit-wid-con .elementskit-navbar-nav .menu-item:last-child .ekit-menu-nav-link {
	background: #000000;
	width: 109px;
	padding: 10px;
	height: 34px;
	color: #fff;
	text-align: center;
	display: block;
	font-size: 12px;
	font-weight: 600;
	font-family: 'Obviously Wide';
	transition: all .4s;
	border: 2px solid #000;
}

.header_sec .ekit-wid-con .elementskit-navbar-nav .menu-item:last-child .ekit-menu-nav-link:hover {
	background: transparent;
	color: #000;
}

.header_sec .ekit-wid-con .elementskit-navbar-nav .menu-item:last-child {
	margin-right: 0px;
}

.header_sec .elementskit-megamenu-panel {
	padding-top: 28px;
}

.mega_menu_sec .elementor-widget-container .elementor-heading-title a:hover,
.header_sec .elementor-heading-title .link_active{
	border-bottom: 1px solid #000;
}

.header_sec .menu-item .ekit-menu-nav-link .icon-arrow-point-to-down {
	display: none;
}

.header_search_form {
	height: 0;
	overflow: hidden;
	transition: height 0.5s ease;
}
.header_search_form.elementor-widget-search .e-search-input:focus,
.header_search_form.elementor-widget-search .e-search-input:active,
.header_search_form.elementor-widget-search.active .e-search-input,
.header_search_form.elementor-widget-search .e-search-input[aria-expanded="true"] {
    border-radius: 0 !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.header_search_form.active {
	height: 100%;
}

.header_search_icon {
	cursor: pointer;
}
.header_search_icon .elementor-icon svg{
	transition:all .3s;
}
.header_search_icon .elementor-icon svg:hover path:first-child{
	fill:#DFDFDF;
}
.header_search_icon.elementor-widget-icon.close_icon .elementor-icon {
	position: relative;
}

.header_search_icon.elementor-widget-icon.close_icon .elementor-icon:after {
	content: '';
	background-image: url("/wp-content/uploads/2025/09/Nav-Button-Close-1.svg");
	width: 40px;
	height: 40px;
	display: block;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	position: absolute;
	background-size: contain;
}
.header_sec .heading_opacity{
	opacity:56%;
}

/*================ Start Footer css ===============*/

.footer_form .hsfc-Form .hsfc-TextInput::placeholder{
	color: #FFFFFF99;
}
.footer_form .hsfc-EmailField .hsfc-FieldLabel{
	display:none;
}
.footer_form .hsfc-Form .hsfc-Step .hsfc-Step__Content,
.hsfc-FormWrapper .hsfc-PostSubmit .hsfc-Step .hsfc-Step__Content{
	padding:0px;
}
.footer_form .hsfc-Step__Content .hsfc-NavigationRow{
	margin-top:-10px;
}
.footer_form .hsfc-Row .hsfc-RichText{
	color: #fff;
    border: 1px solid #fff;
    padding: 15px;
}
.footer_form .hsfc-RichText p{
	margin-bottom:5px;
}
.footer_form .hsfc-Step__Content .hsfc-Row{
	margin-bottom: 10px;
}
.footer_form .hsfc-NavigationRow .hsfc-NavigationRow__Buttons .hsfc-Button{
	font-family: 'Obviously Wide';
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    max-width: 145px;
    height: 34px;
    width: 100%;
	transition:all .3s;
	border:2px solid #F2E219;
	padding:0px 20px;
}
.footer_form .hsfc-Form .hsfc-NavigationRow .hsfc-NavigationRow__Buttons .hsfc-Button:hover{
	background:transparent;
	border:2px solid #F2E219;
    color:#F2E219;
	transform: translateY(0px);
}
.footer_form .hsfc-EmailField .hsfc-TextInput:focus {
	box-shadow:unset;
	border-color:#fff;
}

.footer_p_link {
	font-size: 12px;
}
.footer_p_link:hover{
	border-bottom:1px solid #fff;
}
.footer_bottom_line{
	padding: 0px 7px;
}
.footer_icon .elementor-icon svg path,
.footer_custom_link a {
	transition: all .3s;
}

.footer_icon .elementor-icon svg:hover>path:first-child {
	fill: #DFDFDF;
}

.footer_menu .elementor-nav-menu .elementor-item {
	width: fit-content;
}

.footer_menu .e--pointer-underline .elementor-item:after {
	background-color: #fff;
}

.footer_custom_link a:hover {
	border-bottom: 1px solid #fff;
}

/*=================== Team page start ====================*/

.team_img {
  position: relative; 
  overflow: hidden;  
}
.team_broke_inner {
    font-family: 'Obviously Wide';
    text-transform: uppercase;
}

.team_img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.63) 100%);
  z-index: 1;
  pointer-events:none;
}

.team_img img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}

.popup_sec.elementor-section {
  position: fixed;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;
  z-index: 9999;
  display: flex; 
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.popup_sec.active {
  opacity: 1;
  visibility: visible;
}

.popup_inner {
  position: relative;
  opacity: 0;
  transform: scale(0.9) translateY(-30px);
  transition: all 0.8s ease-in-out;
}
.popup_inner.show {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.popup_closeicon {
  cursor: pointer;
/*   transition: color 0.2s ease-in-out; */
}

.popup_sec .elementor-column .elementor-container.elementor-column-gap-default {
	background:#fff;
	padding:60px;
 }

.team_col .elementor-widget-heading{
	position:absolute;
	left:24px;
}

.team_col .elementor-widget-heading.team_head2{
	bottom:24px;

}

.team_col .elementor-widget-heading.team_head1{
	bottom:52px;
}

.team_col{
	cursor: pointer;
	overflow:hidden;
}

.team_col .team_img img {
    transition: transform .3s ease-in-out;
    
}

.team_col:hover img {
	transform:scale(1.1);
}

.team_inner .elementor-container {
	gap:36px;
}

.team_dads .elementor-widget-container .team_f_link {
	text-decoration: underline;
}

.scale_images img{
	overflow:hidden;
}

.no_found_heading {
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 600;
	text-align:center;
}

.all_post_btn .elementor-button-icon svg {
	width: 40px;
	transition: all .3s;
}

.all_post_btn .elementor-button-icon svg:hover {
	fill: rgba(255, 255, 255, 0.4);
}

.all_post_btn .elementor-button-content-wrapper {
	align-items: center;
}

.post_sec .elementor-post__card:hover img{
    transform: scale(1.05);
}

.post_sec .elementor-post__card .elementor-post__thumbnail img{
   transition: transform 0.3s ease;
}

.post_sec .elementor-posts__hover-gradient .elementor-post__card:hover .elementor-post__thumbnail__link:after {
    opacity: 1;
}

.post_sec .elementor-post__text .elementor-post__title a{
	position: absolute;
	bottom: 36px;
	left: 36px;
	right:20px;
	max-width: 348px;
}

.post_sec .elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
	margin-bottom: 0px;
	transition:all .4s;
}

.post_sec .elementor-post__card {
	height: 460px;
	overflow:hidden;
}

.post_sec .elementor-post__thumbnail::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: linear-gradient(to top, rgb(0 0 0 / 50%) 0%, #00000000 100%);
  pointer-events: none;
}

.post_sec .elementor-post__thumbnail__link,
.post_sec .elementor-post__thumbnail.elementor-fit-height,
.post_sec .elementor-post__thumbnail.elementor-fit-height img {
	height: 100%;
	object-fit: cover;
}

/* ================= ACADEMIC  PAGE css  =============== */

.Quote_box_unplugged .quotes_box {
	position: absolute;
	z-index: 2;
	left: 25%;
	bottom: -22%;
}

.Mastery_section .Academic_mastery .elementor-container {
	display: flex;
	flex-direction: column;
}

.Mastery_section .Academic_mastery .mastery_col {
	width: 100%;
}

.explore_service_img .elementor-widget-wrap {
    position: relative;
    overflow: hidden;
}

.explore_service_img .elementor-widget-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 0.7s ease;
    z-index: 0;
}

.explore_service_img:hover .elementor-widget-wrap::before {
    transform: scale(1.1);
}
.play_button_icon .elementor-icon svg path {
	transition: all 0.4s ease;
}

.play_button_icon .elementor-icon svg:hover path+path {
	fill: #000000;
}

.play_button_icon .elementor-icon svg:hover>path {
	fill: #EBEBEB;
}

.dialog-lightbox-close-button svg,
.dialog-lightbox-close-button{
	display: none;
}

.Academic_accordion .elementor-accordion-item .elementor-accordion-title{
    padding-right:10px;
}

.surf_term_section .serf_innersection .elementor-container {
	background-color: #4AEEEA;
	border: 3px solid #000;
	box-shadow: 5px 5px 0px 0px #000000;
	padding: 39px 40px 49px 32px;
}

.Academic_accordion .elementor-accordion-item .elementor-tab-content li{
    list-style-position: inside;
}

.Allfaq_btn .elementor-button-icon {
	font-size: 40px;
	cursor: pointer;
}

.Allfaq_btn .elementor-button-text {
	align-content: center;
}

.Allfaq_btn .elementor-button-icon svg:hover>path {
	fill: #F2E21966;
}

.faq_section .elementor-element .Academic_accordion .elementor-accordion .elementor-accordion-item {
	border-bottom: 1px solid #000000;
}

.faq_section .elementor-element .Academic_accordion .elementor-accordion .elementor-accordion-item .elementor-accordion-icon {
	font-size: 40px;
	width: 40px;
	height: 40px;
	margin-top:-5px;
	margin-left:15px;
}

.faq_section .elementor-element .Academic_accordion .elementor-accordion .elementor-accordion-item .elementor-accordion-icon:hover svg path {
	fill: #EBEBEB;
}

.logo_img,
.academic_col_img{
	overflow: hidden;
}

.quote_block strong{
 font-family: "Obviously Wide", Sans-serif;
	text-transform:uppercase;
}

.block{
	font-family: "Obviously";
	text-transform:initial;
}

/*================ Single blog detail css start ================*/

.single .elementor-page-title {
    display: block;
}
.single_back_btn .elementor-button .elementor-button-text{
	border-bottom:1px solid transparent;
}
.single_back_btn .elementor-button{
	transition:all .3s;
}

.single_back_btn .elementor-button:hover .elementor-button-text{
	border-bottom:1px solid #000;
}

.related_post_sec .related-posts{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
}

.related_post_sec .single-related{
	position:relative;
	overflow:hidden;
	transition:all .3s;
}

.related_post_sec .single-related img{
	min-height: 460px;
    height: 100%;
    object-fit: cover;
	transition:all .3s;
	display: block;
}
.related_post_sec .single-related > a:after{
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: linear-gradient(to top, rgb(0 0 0 / 50%) 0%, #00000000 100%);
    pointer-events: none;
}
.related_post_sec .single-related:hover img{
	transform:scale(1.1);
}

.related_post_sec .single-related .post_title a{
	position: absolute;
    bottom: 36px;
    left: 36px;
    color: #fff;
    font-family: 'Obviously';
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    max-width: 348px;
    width: 100%;
}

.single .single_blog_sec h2 {
    margin: 36px 0 28px 0;
    font-size: 36px;
    line-height: 44px;
}

.single_blog_sec p {
    margin-bottom: 20px;
	margin-top: 20px;
}

.single_blog_sec ul li p {
    margin-bottom: 0px;
	margin-top: 0px;
}

.single_blog_sec h3 {
    margin-bottom: 20px;
}

.single_blog_sec h4 {
    margin-bottom: 20px;
}

.single_post_content img {
    margin: 40px 0 32px 0;
    max-height: 460px;
    width: 100%;
    object-fit: cover;
}

.single_blog_sec ul, 
.single_blog_sec ol {
    margin-left: 20px;
}

.custom-social-share {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.custom-social-share span {
    font-size: 18px;
    line-height: 28px;
}
body .single_blog_sec .custom-social-share a{
	color: #fff;
}

.custom-social-share svg path:first-child {
  transition: fill 0.3s ease;
}


.custom-social-share svg:hover > path {
  fill: #EBEBEB;
}
.face_icon:hover path:last-child , .insta_icon:hover path:last-child {
  fill: #000;
}

/*================== Faq page css start =================*/

.faq_unlist{
	list-style: auto;
	padding-left: 17px;
    padding-bottom: 20px;
}
.faq_search_head{
	text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    color: #000000;
	padding-bottom:27px;
}

.faq-search-form{
	background: linear-gradient(90deg, rgba(74, 238, 234, 0.2) 0%, rgba(242, 226, 25, 0.2) 100%);
	padding-bottom:100px;
	padding-top:100px;
}
.faq_inner .faq-container .search-wrapper{
	max-width: 420px;
    width: 100%;
    display: flex;
    margin: 0px auto;
	border: 2px solid #000000;
    height: 56px;
}
.faq_inner input#faq-search {
    border: none;
    padding: 13px 10px 13px 42px;
	position:relative;
	outline: none;
    background-color: #fff;
	font-size: 16px;
}

.faq_inner .search-wrapper:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/08/Icon-10.svg);
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    z-index:1;
}

.faq_inner .search-icon{
	padding:14px 19.8px;
	background:#000;
	cursor:pointer;
}

.search-wrapper {
    position: relative;
    display: inline-block;
}

.faq_inner .faq_main_inner{
	display: flex;
    justify-content: space-between;
	gap:10px;
	padding:100px 20px 0px;
	max-width:1340px;
	width:100%;
	margin:0 auto;
}

.faq_inner .faq_main_inner .faq-left-sidebar{
	max-width:310px;
	width:100%;
	position: sticky;
    top: 100px;
    align-self: flex-start;
}

.faq_inner .faq_main_inner .faq-right-content{
	max-width:880px;
	width:100%;
}

.faq_inner .faq_main_inner .heading_cate_desk{
	font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 36px;
}

.faq_inner .faq-categories {
	list-style-type:none;
}

.faq_inner .faq-left-sidebar .faq-categories .view_all_btn a,
.faq_inner .faq-left-sidebar .faq-categories li a{
	font-size: 18px;
    line-height: 28px;
	font-family: 'Roboto';
	font-weight: 400;
}


.faq_inner .faq-left-sidebar .faq-categories li a:hover{
	border-bottom:1px solid #000;
}

.faq_inner .faq-categories li{
	margin-bottom:16px;
}

.faq_inner .faq-left-sidebar .faq-categories li.active a{
	border-bottom:1px solid #000;
	font-weight:700;
}

.faq_inner .filter-btn{
	font-size: 12px;
	padding:17px 20px;
	background:#000;
	border:none;
	width:100%;
	display:block;
	color:#fff;
	text-transform:uppercase;
	display:none;
}

.faq-right-content .faq-section h2,.single_details_faq .single-faq-content h1{
	font-size: 36px;
    font-weight: 600;
    line-height: 44px;
	margin-bottom:24px;
	color: #000;
}

.faq-right-content .faq-section,.single_details_faq .single-faq-content h1{
	margin-bottom:60px;
}

.faq-right-content .faq-section:last-child{
	margin-bottom:0px;
}

.faq-right-content .answer,.single-faq-content .faq-item .answer{
	font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Roboto';
	padding-bottom: 30px;
	padding-right: 30px;
}

.faq-right-content .faq_ques,.single-faq-content .faq-item .faq_ques{
	font-family: 'Roboto';
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
	padding: 12px 0px;
	cursor:pointer;
	display: flex;
    align-items: center;
	gap:15px;
    justify-content: space-between;
}

.faq-right-content .toggle,.faq-right-content .toggle img,.single-faq-content .faq-item .toggle img{
    height: 40px;
    width: 40px;
/* 	display: -webkit-box; */
	transition:all .3s;
}

.faq-right-content .toggle img:hover,.single-faq-content .faq-item .toggle img:hover{
	background: #EBEBEB;
	border-radius:50%;
}

.faq-right-content .faq-item,.single-faq-content .faq-item{
	border-bottom:1px solid #000;
}

.faq-left-sidebar #faq-titles-list{
	display:none;
}

.faq_list{
	padding-left:30px;
}

.faq_link{
	border-bottom: 1px solid #000;
}

/*================ contact form css start ==============*/

.contact_form .hsfc-Form .hsfc-Step .hsfc-Step__Content{
	padding:0px;
}

.contact_form .hsfc-FieldLabel .hsfc-FieldLabel__RequiredIndicator{
	color:#BF1722;
}

.contact_form .hsfc-NavigationRow__Buttons .hsfc-Button {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border: 3px solid #000;
    font-family: 'Obviously Wide';
	transition:all .3s;
	padding: 17.5px 22.2px 16.5px;
}

.contact_form .hsfc-Form .hsfc-NavigationRow__Buttons .hsfc-Button:hover {
	background:#FFA840;
	transform: translateY(0px);
}

.contact_form .hsfc-FormWrapper .hsfc-Form .hsfc-FieldLabel{
	font-size:15px;
	line-height: 24px;
	margin-bottom:6px;
}

.contact_form .hsfc-Form .hsfc-TextInput {
	height:54px;
	transition: all 0.4s ease-in-out;
}

.contact_form .hsfc-Form .hsfc-Row{
	gap:20px;
}

.contact_form .hsfc-Form .hsfc-TextareaInput{
	height:140px;
	resize:none;
}

.contact_form .hsfc-Form .hsfc-ErrorAlert{
	position: absolute;
    bottom: -16px;
    font-size: 12px;
    left: 0;
}

.contact_form .hsfc-NavigationRow__Alerts{
	position: absolute;
    bottom: -40px;
	width:100%;
}
.contact_form .hsfc-TextField,.contact_form .hsfc-TextareaField,
.contact_form .hsfc-EmailField,.contact_form .hsfc-NavigationRow{
	position:relative;
	
}
.contact_form .hsfc-Form .hsfc-TextInput:hover,.contact_form .hsfc-Form .hsfc-TextInput:active,
.contact_form .hsfc-Form .hsfc-TextareaInput:hover
{
    box-shadow:unset;
}
.contact_form .hsfc-Form .hsfc-TextInput:focus,.contact_form .hsfc-Form .hsfc-TextareaInput:focus{
	    box-shadow: inset 0px 0px 0px 1px #000; 
}
.serch_heading.elementor-widget.elementor-widget-theme-archive-title {
	display:block;
}


/* ============ OUR STORY PAGE css =============== */

.Quote_box_unplugged .quotes_box_our_story {
	position: absolute;
	z-index: 2;
	left: -25%;
	bottom: -10%;
}

.our_story_innersection .elementor-container{
    border:3px solid #000;
    box-shadow: 5px 5px 0px 0px #000000;
	justify-content:space-between;
}

/* ========= PARTNER  PAGE css========== */

 .partner_logo_group_sec .Partner_logo-group .elementor-container{
      display: grid;
      grid-template-columns: repeat(3, 1fr);  
	  width:100%;
      gap: 20px; 
 }
 .partner_logo_group_sec .Partner_logo-group .elementor-container .logo_group.partner{
     width: 100%;
 }

/* ========= Service PAGE css========== */

.surf_term_section .serf_innersection.bg .elementor-container {
	background-color: #FF6EA9;
}


/* ========= Testimonial  PAGE css========== */
.Quote_box_unplugged .quotes_box_our_story.testimonial {
    left: -9.5%;
    bottom: -12;
}
.Quote_box_unplugged .quotes_box.testimonial {
    position: absolute;
    z-index: 2;
    left: 8.5%;
    bottom: -19%;
}
.Quote_box_unplugged .quotes_box.prentice{
     position: absolute;
    z-index: 2;
    left:8.5%;
    bottom:29%;
}

.social_icon .elementor-icon svg:hover>path:first-child {
	fill:#DFDFDF;
}
.quotes_box1{
    position:relative;
    left:-200px;
}

.quotes_box1 .elementor-container{
    max-width:640px;
    background-color: #85FFC7;
    border: 3px solid #000000;
    box-shadow: 5px 5px 0px 0px #000000;
    padding:39px 40px 49px 32px;
}
.quotes_box1.service .elementor-container{
    background-color: #FF8B00;
}

.acdemic_video_popup .elementor-widget-wrap{
    display:flex;
    gap:20px;
}

.designed_list li{
	margin-bottom:8px;
}

/*============ first media start ========*/
@media (min-width:1025px) {

	.nav-item.elementskit-dropdown-has:hover:after,.header_search_form.active:after  {
		opacity:1;

	}
}
@media (max-width:1200px) {
	.logo_group .logo_img img {
		max-width: 130px;
	}
	.Mastery_section .elementor-container .elementor-element.quotes_box1{
		left:0px;
		margin-top:-21px;
	}
.Mastery_section .elementor-container .elementor-element.quotes_box1 .elementor-container{
    max-width:900px;
	}	
}

@media (max-width:1024px) {
	.header_sec .header_inner .elementor-container .header_menu_col .elementor-widget-wrap.elementor-element-populated {
		flex-direction: row-reverse;
		justify-content: end;
	}
	.header_sec .program_link.elementor-widget .elementor-widget-container a {
		font-weight: 400;
		line-height: 28px;
}

	.header_sec span.elementor-menu-toggle__icon--close,
	.header_sec span.elementor-menu-toggle__icon--open {
		line-height: 0;
	}

	.header_sec .elementskit-menu-container.elementskit-menu-offcanvas-elements.elementskit-navbar-nav-default .elementskit-navbar-nav>li>a {
		border-color: #000;
	}

	.header_sec .header_search_icon .elementor-icon svg path:first-child {
		fill: transparent;
	}

	.header_sec .elementor-widget-container .ekit-wid-con .elementskit-menu-hamburger.elementskit-menu-toggler {
		padding: 0px;
		border: none;
		height: 46px;
	}

	.header_sec .ekit-wid-con svg {
		width: 46px;
		height: 46px;
	}

	.header_sec .elementskit-menu-offcanvas-elements {
		display: none;
	}

	.header_sec .menu-item .ekit-menu-nav-link .icon-arrow-point-to-down {
		display: block;
		border: none;
	}

	.header_sec .ekit-wid-con .icon.icon-arrow-point-to-down::before,
	.icon.icon-arrow-point-to-down::before {
		content: '';
		background-image: url("/wp-content/uploads/2025/08/Vector-13.svg");
		width: 20px;
		height: 20px;
		display: block;
		background-repeat: no-repeat;


	}
	.header_sec .ekit-wid-con .elementskit-navbar-nav .menu-item.elementskit-megamenu-has{
		overflow-y: auto;
		overflow-x: hidden;
	}
	.header_sec .ekit-wid-con .elementskit-navbar-nav .menu-item.elementskit-megamenu-has a + .elementskit-dropdown-open{
		min-height:fit-content;
		padding-bottom:190px;
	}
	.header_sec .ekit-wid-con .elementskit-navbar-nav .menu-item:last-child {
 /* 	 margin: 0;
		position: absolute;
		bottom: 107px;
		width: 100%;
		left: 0;
		padding:0px 20px; */
		margin: 0;
		position: absolute;
		bottom: 68px;
		width: 100%;
		left: 0;
		padding: 20px 20px;
		background: #ffffff;
		padding-bottom: 39px;
	}

	.header_sec .ekit-wid-con .elementskit-navbar-nav .menu-item:last-child .ekit-menu-nav-link {
		width: 100%;
		height: 52px;
		padding: 19px 21px;
	}

	.header_sec .ekit-wid-con .elementskit-navbar-nav .menu-item .ekit-menu-nav-link {
		justify-content: space-between;
	}

	.mega_menu_sec .elementor-container .elementor-column .elementor-widget-wrap,
	.mega_menu_sec.elementor-section.elementor-top-section.elementor-element {
		background-color: transparent !important;
	}

	.header_sec .elementskit-megamenu-panel {
		padding-top: 10px;
	}
.header_sec .elementor-container .elementskit-menu-container.elementskit-menu-offcanvas-elements.elementskit-navbar-nav-default .elementskit-navbar-nav>li>a.show{
	    border: none;
		font-weight: 700;
		display: flex !important;
	    flex-direction: row-reverse;
		justify-content: flex-end;
		grid-column-gap: 0px;
	}

	.header_sec .ekit-wid-con .ekit-menu-nav-link.show .icon.icon-arrow-point-to-down::before {
		background-image: url(/wp-content/uploads/2025/09/Vector-14.svg);
		left: -22px;  
        position: relative;
	}

	.header_sec .header_inner .elementskit-nav-identity-panel {
		display: none;
	}
	.header_sec #menu-header-menu{
		box-shadow: inset 0px -2px 14px 0px #0000001A;
		padding-top:10px;
	}

	.header_sec .elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements {
		top: 87px;
	}

	.header_sec .ekit-wid-con.ekit_menu_responsive_tablet.active .elementskit-menu-hamburger:after {
		content: '';
		background-image: url(/wp-content/uploads/2025/09/Nav-Button-Close-1.svg);
		background-repeat: no-repeat;
		width: 46px;
		height: 46px;
		position: absolute;
		right: 0;
		top: 0;
	}

	.header_sec .elementskit-menu-hamburger:focus,
	.header_sec .elementskit-menu-hamburger:hover {
		background-color: transparent;
	}
	
	.team_inner .elementor-container {
	   gap:20px;
}

	.header_sec .ekit-wid-con .elementskit-navbar-nav .menu-item .ekit-menu-nav-link {
		margin-left:0px;
	}
	
	.header_sec .ekit-wid-con .elementskit-navbar-nav .menu-item .ekit-menu-nav-link.show{
		margin-left:24px;
	}
	
	.header_sec .ekit-wid-con .elementskit-navbar-nav .menu-item .ekit-menu-nav-link + .elementskit-megamenu-panel.elementskit-dropdown-open {
		margin-left:0px;
		transition:all 0.4s ease !important;
	}
	
	.header_sec .ekit-wid-con .elementskit-navbar-nav .menu-item .ekit-menu-nav-link.show + .elementskit-megamenu-panel.elementskit-dropdown-open {
		margin-left:42px;
	}
	 
	.header_sec .ekit-wid-con .elementskit-navbar-nav .menu-item.elementskit-dropdown-has .ekit-menu-nav-link + .elementskit-megamenu-panel {
		display: block !important;
		height: 0;
		overflow: hidden;
		transition: height 0.4s ease;
		padding-top:0;
	}
	.header_sec .ekit-wid-con .elementskit-navbar-nav .menu-item .ekit-menu-nav-link.active{
		border-bottom:1px solid #000;
	}	
	
/*=========== FAQ page css ==========*/
	
.faq_inner .faq_main_inner .faq-left-sidebar {
    max-width: 250px;
}
	
/*=============  Single details ===============*/
	
.related_post_sec .single-related .post_title a {
    bottom: 20px;
    left: 20px;
    font-size: 25px;
    line-height: 36px;
    max-width: 200px;
}
	
.related_post_sec .related-posts {
    grid-column-gap: 15px;
}
	.quotes_box1 .elementor-container{
    max-width:900px;
    }
	.quotes_box1{
     position:relative;
    left:0px;
}
	 .elementor-video-wrapper.elementor-video-landscape{
    position:relative;
    max-width:80%;
}
	.Quote_box_unplugged .quotes_box_our_story {
	position:relative;
	z-index: 2;
	left: 0%;
	bottom: 0%;
}

}


@media (max-width:767px) {
	.footer_form .hsfc-NavigationRow .hsfc-NavigationRow__Buttons .hsfc-Button{
	   align-self: flex-start;	
	}
	
	.footer_term_link{
		white-space:nowrap;
	}
	
	.Quote_box_unplugged .quotes_box {
		position: relative;
		left: 0px;
		bottom: 0px;
	}

	.surf_term_section .serf_innersection .elementor-container {
		padding: 21px 20px 40px 20px;
	}

	.surf_term_section .serf_innersection.bg .elementor-container {
		padding: 20px 18px 40px 24px;
	}

	.quote_block strong{
		 display:block;
		}
	.block{
	 display:block;
    }
	.post_sec .elementor-post__text .elementor-post__title a {
        left: 20px;
        right: 20px;
    }

	.post_sec .elementor-post__text {
		left: 20px;
		max-width: 295px;
	}
	.post_sec .elementor-post__thumbnail.elementor-fit-height{
		height:100%;
		object-fit: cover;
	}
	
	.post_sec .elementor-posts .elementor-post__card .elementor-post__thumbnail img,
	.post_sec .elementor-posts .elementor-post__card .elementor-post__thumbnail{
		height: 100%;
		object-fit: cover;
	}

	.post_sec .elementor-post__card {
      height: 335px;
}
	.popup_sec .elementor-column .elementor-container.elementor-column-gap-default {
	padding:20px 20px 46px;
	 }
	.header_sec .elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements{
		top:68px;
	}
	
/*============ FAQ page css ===========*/
	.single_details_faq .single-faq-content h1 {
      margin-bottom: 24px;
}
	.faq-search-form{
		padding:60px 20px 0px;
	}
	.faq_search_head{
		font-size: 18px;
		line-height: 28px;
		padding-bottom:20px;
	}
	.faq_inner .faq_main_inner{
		padding:0px;
		flex-direction:column;
		gap: 0;
	}
	.faq_inner .faq_main_inner .faq-right-content{
		padding:60px 20px 0px;
	}
	.faq_inner .heading_cate_desk{
		display:none;
	}
	.faq_inner .filter-btn{
		display: block;
        max-width: 100%;
        margin: 0px auto 0px;
	}
	.faq_inner .faq-container .search-wrapper {
		max-width: 100%;
	}
	.faq-categories{
	   background: #F5F5F5;
		padding:17px 20px 22px;
	   position: absolute;
       background: rgba(245, 245, 245, 1);
       width: 100%;
       z-index: 2;
       left: 0;
       transform: scaleY(0);
       transform-origin: top;
       opacity: 0;
       visibility: hidden;
       transition: transform 0.5s ease, opacity 0.5s ease, visibility 0s linear 0.5s;
	}
	.faq_inner .faq-categories.active{
		transform: scaleY(1);
       opacity: 1;
       visibility: visible;
       transition: transform 0.5s ease, opacity 0.5s ease, visibility 0s;
	}

	.faq_inner .faq-categories li {
    margin-bottom: 18px;
}
	.faq_inner .faq_main_inner .faq-left-sidebar{
		padding:20px 20px 60px;
		background: linear-gradient(90deg, rgba(74, 238, 234, 0.2) 0%, rgba(242, 226, 25, 0.2) 100%);
		max-width: 100%;
		position:unset;
	}
.faq_inner .faq-left-sidebar .faq-categories .view_all_btn a, .faq_inner .faq-left-sidebar .faq-categories li a {
    font-size: 20px;
    line-height: 25px;
}
	
	.faq-right-content .faq_ques,.single-faq-content .faq-item .faq_ques{
		align-items: start;
	}
/*========== Single Detail Page ============*/

.single .single_blog_sec h2 {
    font-size: 32px;
    line-height: 40px;
    margin: 20px 0 20px 0;

}

.single_post_content img {
    margin: 26px 0 19px 0;
}

.custom-social-share {
    display: block;
    text-align: center;
}

.custom-social-share span {
    display: block;
    margin-bottom: 10px;
}
	.custom-social-share a svg{
		margin-right: 7px;
	}

.related_post_sec .related-posts {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
}

.related_post_sec .single-related .post_title a {
    left: 0px;
    max-width: 100%;
    padding: 0 20px;
	font-size:28px;
	line-height:36px;
}

.related_post_sec .single-related img {
    min-height: 335px;
}
	
/*==========contact page css== ==========*/
	
.contact_form .hsfc-Form .hsfc-Row{
    gap: 16px;
	margin-bottom:16px;
}
.contact_form .hsfc-Form .hsfc-NavigationRow{
	margin-top:30px;
}
	.contact_form .hsfc-NavigationRow__Buttons .hsfc-Button {
		font-size: 12px;
	}
	
	.faq-right-content .answer,.single-faq-content .faq-item .answer{
		padding-right:0px;
	}
	.search_archive_post .elementor-post.elementor-grid-item {
		flex-direction: column;
		gap:10px;
	}
	.search_archive_post .elementor-posts-container .elementor-post.elementor-grid-item .elementor-post__thumbnail__link{
		width: 100%;
		margin-right:0px;
	}
	
	.partner_logo_group_sec .Partner_logo-group .elementor-container{
		grid-template-columns: repeat(2, 1fr);  
	 }
	.Quote_box_unplugged .quotes_box_our_story,
	.Quote_box_unplugged .quotes_box_our_story.testimonial,
	.Quote_box_unplugged .quotes_box.testimonial,
	.Quote_box_unplugged .quotes_box.prentice{
		position: relative;
		z-index: 2;
		left: 0% !important;
		bottom: 0% !important;
	}
	 .quotes_box1 .elementor-container{
        max-width:767px;
        padding:20px 18px 40px 24px;
    }
	.our-story_iconlist .elementor-icon-list-items.elementor-inline-items{
		display:flex;
		flex-direction:column;
		gap:30px;
	}
	  .dialog-widget.dialog-lightbox-widget .elementor-video-wrapper.elementor-video-landscape:after{
		top: -60px;
		right:0px;
	}
	.acdemic_video_popup .elementor-widget-wrap{
		display:flex;
		flex-direction:column-reverse;
		width:100%;
	}
	.Mastery_section .elementor-container .elementor-element.quotes_box1{
		margin-top:-70px;
	}
	.faq-right-content .toggle,.single-faq-content .faq-item .toggle {
		display:contents;
	}
}











