/*
Theme Name: Hello Elementor (Child)
Author: 
Description: Your description goes here
Version: 2.8.1
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.blue{
	color: #72B8FF;
	display: block;
}
.banner-slider .elementor-slide-heading {
    max-width: 710px;
}

.banner-slider .elementor-button {
    padding: 5px 55px 5px 25px;
    position: relative;
    width: 173px;
    height: 60px;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex !important;
}

.banner-slider .elementor-button::after {
    content: '';
    position: absolute;
    background-image: url('/wp-content/uploads/2024/06/button-icon.webp');
    background-size: cover;
    width: 50px;
    height: 50px;
    right: 5px;
    top: 3px;
}

.banner-slider .elementor-swiper-button {
    bottom: 35px;
    transform: unset !important;
    top: auto !important;
}

.banner-slider .elementor-swiper-button-prev {
    left: 90px !important;
    position: relative;
}

.banner-slider .elementor-swiper-button-next {
    left: 160px;
}

.banner-slider .elementor-swiper-button-prev svg {
    font-size: 0;
    position: relative;
    background-image: url('/wp-content/uploads/2024/06/prev-arrow.webp');
    width: 30px !important;
    height: 20px !important;
    background-size: cover;
    background-repeat: no-repeat;
}


.banner-slider .elementor-swiper-button-next svg {
    font-size: 0;
    position: relative;
    background-image: url('/wp-content/uploads/2024/06/next-arrow.webp');
    width: 30px !important;
    height: 20px !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-slider .elementor-swiper-button-prev svg:before {
    position: absolute;
    content: '';
    background-image: url('/wp-content/uploads/2024/06/prev-arrow.webp');
    background-size: cover;
    width: 30px;
    height: 20px;
}

.banner-slider .elementor-swiper-button svg path {
    display: none;
}
.progress-bar {}

.progress-bar .elementor-progress-percentage {
    position: absolute;
    color: #000;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    font-weight: 500;
}

.progress-bar .elementor-progress-bar {
    width: 95%;
    position: static !important;
}

.progress-bar .elementor-progress-wrapper {
    position: static;
}

.tabs-section .elementor-tabs-content-wrapper .elementor-tab-content.elementor-active p {
    text-decoration: none !important;
}
.expert-info{
    backdrop-filter: blur(10px);
}
.testimonial {
    padding: 30px;
}

.testimonial .elementor-testimonial-image {
    position: absolute;
    right: 0;
    /* padding: 0 !important; */
    width: 200px;
    height: 200px;
    transform: translate(10px,-50%);
    top: 50%;
    z-index: 1;
    padding: 5px !important;
    background-color: #fff;
    border-radius: 50%;
}

.testimonial .elementor-testimonial-imageimg.attachment-full.size-full.wp-image-138 {}

.testimonial .elementor-testimonial-image img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
}

.testimonial .elementor-testimonial-content {
    width: 60%;
}

.testimonial .elementor-testimonial-wrapper {
    display: flex;
    flex-direction: column;
}
.site-header {
    display: none !important;
}
 /* the slides */
  .slick-slide {
      margin: 0 15px;
  }

  /* the parent */
  .slick-list {
      margin: 0 -15px;
  }
.team-slider .slick-arrow {font-size: 0;width: auto;height: auto;padding: 0;background-color: transparent !important;border: 0;z-index: 1;display: flex !important;justify-content: center !important;align-items: center !important;}

.team-slider .slick-arrow::before {
    font-size: 50px;
    color: var(--e-global-color-accent);
    opacity: 1;
    width: 100% !important;
    height: 100% !important;
    /* display: block; */
    line-height: 1;
    display: flex;
}

.team-slider .slick-arrow:focus {
    outline: none !important;
}
.elementor-slide-heading {
    margin: auto;
}
.team-slider .slick-prev {
    left: -20px;
}
.team-slider .slick-next {
    right: -20px;
}
.page-id-2 #Subheader {
    display: none;
}
.team-slider .slick-list.draggable {
    padding-top: 60px;
}
.elementor-tab-title.elementor-active{
	text-decoration: underline !important;
}
.elementor-tab-title{
	transition: ease-in-out .3s;
}
@media screen and (max-width: 1499px){
	.banner-slider .elementor-swiper-button-next {
    left: 100px;
}
.banner-slider .elementor-swiper-button-prev {
    left: 30px !important;
}
.testimonial .elementor-testimonial-image {
    position: absolute;
    right: 0;
    /* padding: 0 !important; */
    width: 180px;
    height: 180px;
    transform: translate(10px,-50%);
    top: 50%;
    z-index: 1;
    padding: 5px !important;
    background-color: #fff;
    border-radius: 50%;
}
}