/* === Testimonial Section Layout === */
/*#xs_testi_1 {
  display: grid !important;
  grid-template-columns: 1fr 2fr !important;
  align-items: center !important;
  gap: 40px !important;
  padding: 60px 0 !important;
}*/

.testimonials
{
	position: relative !important;
}

.testimonials:before {
    left: 0;
	top: auto;
    bottom: 0;
    width: 100%;
    z-index: -1;
    content: "";
    height: 220px;
    position: absolute;
    background-color: #07889B;
}

.testimonials .e-con-inner
{
	background: #fff;
    overflow: hidden;
    padding: 60px 35px 0 35px;
    margin-bottom: 50px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 40px 0 rgb(151 151 151 / .25);
    box-shadow: 0 0 40px 0 rgb(151 151 151 / .25);
}

/* === Heading Section === */
.testimonials .ekit-heading {
  text-align: left !important;
}

/*.testimonials .ekit-heading--title {
  font-size: 36px !important;
  color: #001B60 !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  margin-bottom: 16px !important;
}*/

.testimonials .testimonial-headings h6{
	position:relative;
	width:100%;
}
.testimonials .testimonial-headings h6:after {
    bottom: 5px;
    margin-left: 5px;
    content: "";
    width: 35px;
    position: absolute;
    border-top: 2px dashed #fdb71b;
}

.testimonials .testimonial-headings h2{
	padding:20px 0;
}

.testimonials .ekit-heading__description p {
  font-size: 16px !important;
  color: #444 !important;
  line-height: 1.6 !important;
}

/* === Testimonial Card Styling === */

/*.testimonials .swiper.ekit-main-swiper
{
	position:relative !important;
	overflow: visible;
}*/

.testimonials .elementskit-single-testimonial-slider
{
	padding:0 !important;
}
.testimonials .ekit-main-swiper {
 position: relative !important;
    overflow: visible !important;
    border-radius: 6px !important;
    background-color: #fff !important;
    /*-webkit-box-shadow: 0 15px 40px 0 rgb(151 151 151 / .25) !important;
    box-shadow: 0 15px 40px 0 rgb(151 151 151 / .25) !important;*/
}

.testimonials .swiper-slide
{
	opacity:0 !important;
	z-index:-1 !important;
	transition: .5s ease-in-out;
}

.testimonials .swiper-slide.swiper-slide-active
{
	opacity:1 !important;
	z-index:1 !important;
}

.testimonials .elementskit-single-testimonial-slider
{
	background-color:#ffffff !important;
	-webkit-box-shadow: 0 15px 40px 0 rgb(151 151 151 / .25) !important;
    box-shadow: 0 15px 40px 0 rgb(151 151 151 / .25) !important;
	min-height:500px;
}

.testimonials .swiper-button-prev
{
	left: -20px !important;
}

.testimonials .swiper-button-next
{
	right: -20px !important;
}

.elementskit-author-name {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #001B60 !important;
  margin-top: 16px !important;
}

.elementskit-author-des {
  font-size: 14px !important;
  color: #888 !important;
  display: block !important;
  margin-bottom: 16px !important;
}

.elementskit-commentor-content p {
  font-size: 15px !important;
  color: #444 !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

/* === Testimonial Image === */
.ekit-testimonial--avatar img {
  width: 80px !important;
  height: 80px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  margin: 0 auto !important;
}

/* === Swiper Pagination (Dots Vertical on Right) === */
.testimonials .swiper-pagination {  
	position: absolute !important;
	top: 50% !important;
    left: 100% !important;
	margin-left:30px;
    width: 10px !important;
    bottom: auto !important;    
	display: flex !important;
	flex-direction: column !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

.testimonials .swiper-pagination-bullet {
 /* width: 6px !important;
  height: 24px !important;
  border-radius: 4px !important;
  background: #ccc !important;
  opacity: 1 !important;*/
	width: 5px !important;
    height: 30px !important;
	border-radius: 0px !important;
    margin: 6px 0 !important;
    display: block !important;
    background-color: #07889B !important;
    -webkit-transition: 0.3s all ease-in-out !important;
    transition: 0.3s all ease-in-out !important;
}

.testimonials .swiper-pagination-bullet-active {
  background-color: #fdb71b !important;
}

/* === Swiper Navigation Buttons === */
.testimonials .swiper-navigation-button {
  border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    color: #fdb71b;
    background-color: #fdb71b; 
 	padding: 20px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
  transition: all 0.3s ease !important;
}

.testimonials .swiper-navigation-button:hover {
  background: #007b8f !important;
  color: #fff !important;
}

/* Optional: Responsive stack on smaller screens */
@media (max-width: 1024px) {
  #xs_testi_1 {
    grid-template-columns: 1fr;
    text-align: center;
  }

  #xs_testi_1 .ekit-heading {
    text-align: center;
  }

  .swiper-pagination {
    position: static;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
  }
}


body
{
	overflow-x:hidden;
}
.main-header {   
    width: 100%;
    z-index: 999;
    background-color: #fff;
    box-shadow: none;
}

.main-header.sticky-active {
	 position: fixed;
    top: 0;
    left: 0;
 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-timing-function: ease;
	animation-duration: 0.5s;
}

@keyframes fadeInDown
{
0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
}
100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}


.main-header {   
    width: 100%;
    z-index: 999;
    background-color: #fff;
    box-shadow: none;
}

.main-header.sticky-active {
	 position: fixed;
    top: 0;
    left: 0;
 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-timing-function: ease;
	animation-duration: 0.5s;
}

@keyframes fadeInDown
{
0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
}
100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}

.main-slider img {
    height: 400px !important;
    width: 100% !important;
}


.programs .elementor-element:hover .elementor-image-box-img img {
    filter: invert(1);
}


.course-tabs .nav-tabs
{
	padding: 35px 35px 20px !important;
    box-shadow: 0px 0px 24px 0px rgba(0, 27, 54, 0.05);
	
}

.course-tabs .nav-tabs li
{
	position:relative;
}

.course-tabs .nav-tabs li:before {
    
    width: 3px;
    height: 100%;
    content: "";
    position: absolute;
    background-color: #f8f8f8;
}

.course-tabs .nav-tabs li a
{
	text-align:left !important;
}

.course-tabs .nav-tabs li a.active span
{
	color: #07889B;
}

.course-tabs .nav-tabs li a:before {
    left: 0;
    bottom: 0;
    top: 5px;
    width: 3px;
    content: "";
    height: 0px;
    position: absolute;
    background-color: #07889B;
    transition: 0.4s all ease-in-out;
}


.course-tabs .nav-tabs li a.active:before {
    height: 100%;
}



.course-tabs .tab-content .tab-pane
{
height: 100%;
padding: 0 !important;
}

.course-tabs .tab-content .tab-pane.active.show .animated {
    transform: translateX(0);
}


.course-tabs .tab-content .tab-pane .animated
{
	height:100%;
	background-color: #F8F8F8;
	padding: 75px 40px 40px 40px !important;
	transform: translateX(40px);
    transition: 0.5s all ease-in-out;
}

.course-tabs .tab-content .tab-pane h3
{
	position:relative;
	color: #07889B;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.308;
    padding-bottom: 18px;
}

.course-tabs .tab-content .tab-pane h3:before
{
	content: "\f19d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	font-size:20px;
	position: absolute;
    top: -35px;
	color:#07889B;
}

.course-tabs .tab-content .tab-pane a {
    color: #fff;
    height: 45px;
    width: 130px;
    font-size: 15px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
    border-radius: 30px;
    font-family: "Poppins";
    display: inline-block;
	margin-top:30px;
    background-color: #fdb71b;
}


.course-tabs .tab-content .tab-pane a:hover
{
background-color: #07889B;	
}

.about-us h6.elementor-heading-title{
	position:relative;
}
.about-us h6.elementor-heading-title:after {
    bottom: 0px;
    content: "";
    width: 35px;
    position: absolute;
    border-top: 2px dashed #fdb71b;
}

.my-title h2, .my-title h3{
	font-size: 30px;
	font-family: "Lexend", sans-serif;
    font-weight: 700;
	letter-spacing: 0;
    text-transform: none;
    line-height: 1.25;
	padding-bottom: 15px;
    margin-bottom: 0;
	position: relative;
	/*color: #000f60 !important;*/
	color: #07889B !important;
    text-transform: capitalize;
}

.my-title h2:before, .my-title h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #fdb71b;
}

.my-title h2:after, .my-title h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: #07889B;
}

.my-title h3{
	margin-bottom:20px;
}

.our-team img {
    width: 75% !important;
    height: 200px !important;
}

.our-team h3 {
    font-size: 22px !important;
}

.our-team a, .course_detail_info .my-title a
{
	color: #0000ff !important;
}


.our-team a.elementor-button
{
	color: #ffffff !important;
	text-decoration:none;
}

.course-sticky-section {
    background-color: #66b9bf;
	    position: sticky !important;
    top: 120px;
}

.course_details-heading h3 {
    padding: 0 !important;
    height: auto !important;
    text-align: left !important;
  
}

.course-sticky-section .elementor-button {
    width: 100% !important;
    line-height: normal;
	text-decoration:none;
}

.publications .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs
{
    gap:30px;
}

.publications .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper
{
    padding: 35px 35px 20px;
box-shadow: 0px 0px 24px 0px rgba(0, 27, 54, .05);
}
.publications .elementor-widget-tabs .elementor-tab-title
{
color: #191728;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    font-family: "Poppins";
    padding: 20px 0 20px 30px;
    border:none;
}



.publications .elementor-tab-title, .publications .elementor-tab-title:before, .publications .elementor-tab-title:after, .publications .elementor-tab-content, .publications .elementor-tabs-content-wrapper
{
    border:none !important;
}






.publications .elementor-widget-tabs .elementor-tab-title
{
    border:none !important;
}

.publications .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active
{
    color: #07889b;
     border:none !important;
}

.publications .elementor-widget-tabs .elementor-tab-title:after 
{
    left: 0;
    bottom: 0;
    top: 5px !important;
    width: 3px !important;
    content: "" !important;
    height: 0 !important;
    position: absolute;
    background-color: #07889b;
    transition: .4s all ease-in-out;
}

.publications .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after
{
    height:50px !important;
}

.publications .elementor-widget-tabs .elementor-tab-title:before
{
    left: 0;
    bottom: 0;
    top: 5px !important;
    width: 3px !important;
    content: "" !important;
    height: auto !important;
    position: absolute;
    background-color: #f8f8f8;
}

.publications .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before
{
    height:0 !important;
    transform: none !important;
}



.publications .elementor-tabs-content-wrapper
{
    background-color: #f8f8f8 !important;
}

blockquote {
    z-index: 1;
    font-size: 28px;
    font-weight: 600;
    position: relative;
    text-align: center;
    font-family: "Oswald", sans-serif;
    border-radius: 10px;
    padding: 20px 20px 20px;
    margin: 40px 0px;
    color: #fff;
    text-transform: uppercase;
    background-color: #66b9bf;
}

.owce-carousel-team .item
{
	overflow: visible !important;
	 box-shadow: rgb(0 0 0 / .25) 0 .0625em .0625em,rgb(0 0 0 / .25) 0 .125em .5em,rgb(255 255 255 / .1) 0 0 0 1px inset;
    background: #fff;
    border-radius: 20px;
    position: relative;
    padding: 15px;
}

.our-team-slider .owl-carousel .owl-stage-outer
{
	padding:100px 0 !important;
}


.our-team-slider .owl-thumb {
 	inline-size: 150px;
    block-size: 150px;    
	border-radius: 50%;
    overflow: hidden;
    position: relative;
	top: -75px;
	left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    box-shadow: rgb(17 17 26 / .1) 0 4px 16px,rgb(17 17 26 / .1) 0 8px 24px,rgb(17 17 26 / .1) 0 16px 56px;
}

.our-team-slider .owl-thumb img { 
    inline-size: 100%;
    block-size: 100%;
    object-fit: cover;
    object-position: top center
}

.read-more-btn
{
	color: #fff;
    background-color: #fdb71b;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 10px 55px;
    border: none;
    position: relative;
    z-index: 1;
    transition: 0.4s linear;
    border-radius: 5px;
	margin-top:20px;
}


footer iframe
{
	width:100%;
	height:350px;
}


@media (min-width: 1025px) {
header nav .icon.icon-down-arrow1::before {
	display:none;
    content: "" !important;
}

header nav .elementskit-dropdown-has::after
{
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
    right: 5px;
    color: #000;
    content: "\f078" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-size: 16px;
    font-weight: 700;    
    transition: 0.3s all ease-in-out;
}

header nav .elementskit-dropdown {
    left: 0;
    opacity: 0 !important;
    visibility: hidden;
    transform: translateY(0px) scaleY(0) !important;
    transform-origin: top;
    transition: all 0.3s ease-in-out !important;
    position: absolute;
    background-color: #fff;
    z-index: 2;
    margin: 0 !important;
    padding: 0 !important;
    border: none;
    border-radius: 0;
    box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
}

header nav .elementskit-dropdown-has:hover::after
{
	color:#07889b;
}

/* Visible on hover */
header nav .elementskit-dropdown-has:hover > .elementskit-dropdown {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) scaleY(1) !important;
}

header nav .elementskit-submenu-panel a
{
    padding: 10px 20px 10px !important;
}

header nav .elementskit-dropdown .elementskit-dropdown-has:hover:after
{
	color: #ffffff;
}

header nav .elementskit-dropdown .elementskit-dropdown-has:after 
{
top: 50%;
    transform: translateY(-50%);
    color: #000;
    right: 10px;   
    content: "\f054" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    transition: 0.3s all ease-in-out;
}

header nav .elementskit-dropdown li:hover .elementskit-dropdown {
    left: 100%;
    z-index: 0 !important;
}

header nav li:nth-child(3) .elementskit-submenu-panel li:nth-child(2) .elementskit-submenu-panel {
    position: absolute !important;
    left: inherit !important;
    right: 100% !important;
    width: 30rem !important;
    column-count: 2;
}

header nav li:nth-child(5) .elementskit-submenu-panel li:nth-child(1) .elementskit-submenu-panel {
    position: absolute !important;
    left: inherit !important;
    right: 100% !important;
    width: auto !important;
}
}

@media (max-width:1025px)
	{
		.hfe-site-logo .hfe-site-logo-container img {
    padding: 10px 0;
		}
}