/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* Home Page Start*/

.elementskit-submenu-indicator {
    border: 0 !important;
}


/* Section Overflow Clip Start*/

.section-clip{
	position:relative;
	overflow-x: clip;
}
/* Section Overflow Clip End*/

.bounce-slide{
	position:relative;
	-webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: bounceSlide;
    animation-name: bounceSlide;
}
@keyframes bounceSlide{
	0%, 20%, 50%, 80%, 100% {
    	-webkit-transform: translateY(0);
    	transform: translateY(0);
	}
	40% {
    	-webkit-transform: translateY(-30px);
    	transform: translateY(-30px);
	}
	60% {
    	-webkit-transform: translateY(-15px);
    	transform: translateY(-15px);
	}
}

/* Testimonial Slider Start */



.testimonial-grid {
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 25px 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.testimonial-grid .thumbnail {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}
.testimonial-grid .thumbnail img {
    border-radius: 100%;
    width: 70%;
}

.testimonial-grid .content p {
    margin-bottom: 10px;
    font-size: 14px;
    font-family: 'poppins';
    font-weight: 400;
    text-align: justify;
    line-height: 24px;
}

.testimonial-grid .content .title {
    margin-bottom: 2px;
    font-size: 18px;
    font-weight: 500;
}
.testimonial-grid .content span {
    color: #ee4a62;
    font-size: 14px;
}
.testimonial-coverflow .testimonial-grid {
    margin: 55px 0;
    position: relative;
}

@media screen and (max-width: 575px) {
    .testimonial-coverflow .testimonial-grid {
        margin: 55px 15px;
    }
}

.testimonial-coverflow .testimonial-grid:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: .7;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.testimonial-coverflow .swiper-slide {
    padding: 0;
}

.testimonial-coverflow .swiper-slide.swiper-slide-visible.swiper-slide-active .testimonial-grid:before {
    opacity: 0;
}

.swiper-testimonial-slider-wrapper .swiper-slide {
    opacity: 0;
}

.swiper-testimonial-slider-wrapper .swiper-slide.swiper-slide-visible {
    opacity: 1;
}

.swiper-testimonial-slider-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-prev .testimonial-grid {
    box-shadow: 70px 0px 50px 0px rgba(26, 46, 85, 0.1);
    padding: 30px 25px 30px;
}

@media screen and (max-width: 1199px) {
    .swiper-testimonial-slider-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-prev .testimonial-grid {
        margin-left: 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .swiper-testimonial-slider-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-prev .testimonial-grid {
        margin-left: 40px;
    }
}

.swiper-testimonial-slider-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-next .testimonial-grid {
    box-shadow: -40px 0px 50px 0px rgba(26, 46, 85, 0.1);
    padding: 30px 25px 30px;
}

@media screen and (max-width: 1199px) {
    .swiper-testimonial-slider-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-next .testimonial-grid {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .swiper-testimonial-slider-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-next .testimonial-grid {
        margin-left: 40px;
    }
}

.swiper-pagination .swiper-pagination-bullet {
    height: 7px;
    width: 7px;
    background-color: rgba(26, 182, 157, 0.3);
    opacity: 1;
    margin: 0 8px !important;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #1ab69d;
}
.swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}

/* Testimonial Slider End */

/* Team Section Start */
.team-slider .ha-slick-item {
    position: relative;
    margin-bottom: 80px;
    overflow: inherit;
    padding-top: 20px;
}
.team-slider .ha-slick-content {
    position: absolute;
    bottom: -90px;
    text-align: center;
    background: transparent;
}
.team-slider .ha-slick-img {
    border-radius: 0 80px 0 120px;
    box-shadow: 0px 0px 20px 0px rgba(26,46,85,0.1);
}
/* Team Section Start */


/* Blog Section Start*/

.blog-box .elementskit-post-body {
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 10px;
}

.blog-box .blog-btn {
    position: absolute !important;
    top: -25px;
    right: 40px;
}
.blog-box .post-meta-list {
    display: flex;
    justify-content: space-between;
}

.home-blog .elementskit-post-image-card img {
/*     height: 354px !important; */
	height: auto !important;
    object-fit: cover;
    border-radius: 20px;
    object-position: left;
}

/* Blog Section End*/

/* Home Page End */



/* Single Post Page */

.blog-meta .ha-post-info li a .ha-icon-list-icon {
    margin-right: 10px;
}
.single-post-tag span.ha-post-info__item-prefix {
    font-family: Spartan;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #181818;
    margin-right: 15px;
}
.single-post-tag span.ha-post-info__terms-list a {
    background: #1AB69D;
    font-family: Spartan;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    padding: 10px 13px;
    border-radius: 5px;
    border: 1px solid #E5E5E5;
}
.single-post-tag span.ha-post-info__terms-list a:hover {
    background: #ee4a62;
}
.next-prev-post .ha-post-navigator__prev.ha-post-navigator__link,.next-prev-post  .ha-post-navigator__next.ha-post-navigator__link {
    border: 1px solid #E5E5E5;
    padding: 20px 10px;
    width: calc(50% -10px) !important;
}
.next-prev-post .ha-post-navigator__prev.ha-post-navigator__link{
	margin-right: 10px;
}
.next-prev-post  .ha-post-navigator__next.ha-post-navigator__link {
	margin-left: 10px;
}
.next-prev-post .ha-post-navigator .ha-post-navigator__link {
    text-overflow: unset;
    white-space: unset;
}
.next-prev-post span.post-navigation__prev--title, .next-prev-post span.post-navigation__next--title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sidebar-categories h5 {
    font-family: Spartan;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    color: #181818;
}
.sidebar-categories ul {
    padding: 0;
    list-style: none;
}
.sidebar-categories .cat-item a {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #808080;
}
.sidebar-categories .cat-item {
    padding: 10px 0;
}
ul.post-content-ul li {
    padding: 5px 0px;
}

/* Single Post Page End*/

/* Webinar Page Start*/

.elementskit-timer-container.elementskit-seconds {
    display: none !important;
}
.elementskit-countdown-timer.ekit-countdown.text-center div {
    margin: 0px 2px;
}
.webinar-form-heading .form-heading {
    font-family: Spartan;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    color: #181818;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 0;
}
.webinar-form-heading .form-heading span{
	font-weight: 700;
	color: #EE4A62;
}
.webinar-form-heading p {
    margin: 0;
    text-align: center;
}
.web-form-field input {
    height: 60px !important;
}
.web-form-field span.select2-selection {
    height: 60px !important;
}
.web-sub-btn {
    height: 60px !important;
    width: 100% !important;
    border-radius: 5px !important;
}

@media screen and (max-width:767px){
	.ekit-wid-con .elementskit-countdown-timer .elementskit-timer-container{
    	-ms-flex: 0 0 32% !important;
    	flex: 0 0 32% !important;
    	max-width: 32% !important;
    }
	.elementor-1943 .elementor-element.elementor-element-bd018e3 .ekit-countdown-inner {
    margin: 0 auto !important;
	}
}

/* Webinar Page End*/


/* Course Page Start */
.course-banner-counter{
    position: absolute;
    bottom: 100px;
    left: -200px
}
.course-tab-content h5 {
    font-family: Spartan !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 22px !important;
    color: #181818 !IMPORTANT;
}
.course-tab-content p {
    font-size: 14px;
    line-height: 26px;
    color: #808080;
    font-family: "Poppins", Sans-serif;
}
.course-tab-content .highlight {
    color: #EC1C24;
}
.course-tab .elementor-tab-title.elementor-active {
    background: #effaf8 !IMPORTANT;
}
.course-tab ul {
    padding-left: inherit !important;
}
.course-form-heading .form-heading {
    font-family: Spartan;
    font-size: 20;
    font-weight: 500;
    line-height: 40px;
    text-align: left;
    color: #181818;
    margin-bottom: 0;
}
.highlight-red{
	color: #EE4A62;
}
.web-form-field select {
    height: 60px !important;
	border: 1px solid #e5e5e5 !important;
	border-radius: 5px !important;
	
}
/* Course Page End */

/* JAP Page Start */

span.tl-heading {
    color: #808080;
    padding-right: 20px;
}
.jap-counter .elementor-counter-title {
    margin-top: 15px;
}
@media screen and (max-width:992px){
	.jap-tl-img-box .elementor-image-box-wrapper {
		display: flex;
		gap: 10px;
	}
	.tl-course-grid .elementor-image-gallery div{
		display: flex;
	}

	span.tl-heading {
    	padding-right: 5px;
	}
	.jap-card .elementor-widget-container {
    	display: flex;
    	justify-content: center;
	}
}
/* JAP Page Start End*/


/* Internship Page Start */

.inter-tab .elementor-icon-box-description a {
    color: #808080;
    text-decoration: underline !IMPORTANT;
}
.inter-tab .elementor-icon-box-content h3 {
    margin-top: 0;
}
.internship-banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(90deg, #ffffffeb, transparent);
}

/* Internship Page End */

/* Bootcamp Page Start */

@media screen and (max-width:992px){
	.bc-header-list li.elementor-icon-list-item {
		margin-bottom: 10px;
	}
}
/* Bootcamp Page End */


/* Mentor Page Start */
span.currency-symbol {
    font-size: 20px;
    position: relative;
    top: -20px;
}
.mentor-counter .elementor-counter {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

/* Mentor Page End */

span.rs-symbol {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}
#more {display: none;}

.ut-media-slider i.eicon-play {
    display: none;
}
.mentor-menu-mob {
    display: none;
}

@media screen and (max-width:1024px){
.mentor-menu-mob {
    display: block;
    padding: 10px;
    font-family: "Spartan", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #ee4a62;
    border-style: none;
    border-radius: 4px 4px 4px 4px;
}
}

.content-space-between ul{
	justify-content: space-between;
}
body.forminator-hustle-dropdown-fix .forminator-select.forminator-select-dropdown-container--open {
    z-index: 1 !important
}

i.eicon-close {
    color: red;
    background: #fff;
    padding: 10px;
    border-radius: 100%;
}

.elementskit-menu-overlay {
    background: transparent !important;
}

.more {display: none;}
.myBtn {
    color: #fff !IMPORTANT;
    display: inline-block;
    cursor: pointer;
    background: #ee4a62;
    padding: 5px 20px;
    border-radius: 5px;
}
.site-navigation ul.menu li ul {
    min-width: 330px !important;
}
.gtco-testimonials .owl-nav {
	display:none;
}
@media (max-width:767px) { 
.site-header {
    padding-right: 0;
    padding-left: 0;
}
}