/**
 * Theme Name:     Hello Elementor Child
 * Author:         Jaspreet Singh Harman Webworks
 * 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.
 * Tags:           connectcurator
 */
.noscroll{
	overflow:hidden;
}
.testimonials-wrap .clients-names-slider {
    max-height: 420px;
    margin-top: 15px;
}

.testimonials-wrap .clients-names-slider .swiper-slide {
    display: flex;
    align-items: center;
}

.testimonials-wrap .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.testimonials-wrap .mySwiper2 {
    width: 100%;
    margin: 0;
    max-width: 543px;
}

@media(min-width:1024px) {

    .testimonials-wrap .mySwiper2 .swiper-button-prev,
    .testimonials-wrap .mySwiper2 .swiper-button-next {
        display: none;
    }
}

.testimonials-wrap .mySwiper {
    box-sizing: border-box;
}

.testimonials-wrap .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.testimonials-wrap .clients-names-slider .user-name-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}

.testimonials-wrap .clients-names-slider .user-name-wrap:before {
    position: absolute;
    content: '';
    width: 312px;
    height: calc(100% + 28px);
    top: -14px;
    left: 46px;
    background: #fff;
    transform: skew(10deg);
    z-index: -1;
}

.testimonials-wrap .clients-names-slider .user-name-wrap:after {
    position: absolute;
    content: '';
    width: 312px;
    height: calc(100% + 28px);
    top: -14px;
    left: 54px;
    background: #5BB543;
    transform: skew(10deg);
    z-index: -2;
}

.testimonials-wrap .clients-names-slider .swiper-slide-thumb-active .user-name-wrap:after {
    left: 115px;
}

.elementor .user-name-wrap img {
    max-width: 100px;
    height: 90px;
    object-fit: cover;
    object-position: center;
}

.user-name-wrap-sm {
    display: flex;
    align-items: center;
    gap: 20px;
}

.elementor .user-name-wrap-sm img {
    max-width: 58px;
    height: 58px;
    object-fit: cover;
    object-position: center;
}

.testimonials-wrap {
    max-width: 1310px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 493px 1fr;
}

.testimonials-wrap h4 {
    font-family: 'Exo';
    font-style: normal;
    font-weight: 800;
    font-size: 23px;
    line-height: 35px;
    color: #000000;
    margin: 0 0 8px;
}

.testimonials-wrap h5 {
    font-family: 'Exo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #5BB543;
    margin: 0;
}

.clientscontent h3 {
    font-family: "Playfair Display", Sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 56px;
    color: #2C2E47;
    padding-right: 30%;
    margin: 0 0 46px;
}

.clients-content-slider .swiper-slide p {
    margin: 20px 0 50px;
}

.clientscontent h3 span {
    color: #5BB543;
}
body .elementor-slideshow__footer .elementor-slideshow__title{
	display:none;
}
body .heromenu {
    position: absolute;
    background: transparent;
    top: 27px;
    width: 100%;
    left: 0;
    z-index: 99;
}

body .sitemenu {
    position: fixed;
    top: -300px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    transition: 0.4s all;
}

.scrollsite .sitemenu {
    top: 0;
}

body .mobilemenu {
    position: fixed;
    top: 80px;
    width: 100%;
    left: -100vw;
    height: calc(100vh - 80px);
    z-index: 99;
    background: #fff;
    transition: 0.4s all;
}

body .mobilemenu.active {
    left: 0;
}

.mobiletoggle ul.active li:first-child {
    display: none;
}

.mobiletoggle ul.active li:last-child {
    display: block !important;
}

.mobileaibtn{
    position: fixed;
    right: -68px;
    transform:rotate(90deg);
    top:40%;
    z-index:9;
}

@media(max-width:1024px) {
    body .heromenu {
        display: none;
    }

    body .sitemenu {
        position: relative;
        top: 0;
    }

    .testimonials-wrap .clients-names-slider {
        display: none;
    }

    .clientscontent h3 {
        padding: 0;
    }
}
@media(max-width:767px){
    .recentprojects > .e-con-inner > .e-con.e-child{
    display: block;
}
}
@media(max-width:767px) {
    .testimonials-wrap {
        grid-template-columns: 1fr;
    }

    .testimonials-wrap {
        display: block;
    }

    .testimonials-wrap .mySwiper2 {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding-top: 12px;
    }

    .clientscontent h3 {
        font-size: 32px;
        line-height: 46px;
        padding-right: 0;
        margin: 0 0 30px;
    }

    .clients-content-slider .swiper-slide p {
        margin: 12px 0 24px;
        font-size: 14px;
        line-height: 24px;
    }

    .testimonials-wrap h4 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 4px;
    }

    .testimonials-wrap h5 {
        font-size: 14px;
        line-height: 24px;
    }

    .testimonials-wrap .swiper-button-prev:after,
    .testimonials-wrap .swiper-button-next:after {
        font-size: 22px;
    }

    .testimonials-wrap .swiper-button-next,
    .testimonials-wrap .swiper-button-prev {
        top: 22px;
        width: 40px;
        height: 40px;
        color: #ffffff;
        background: #000;
        font-size: 10px;
        border-radius: 8px;
    }

    .testimonials-wrap .swiper-button-prev {
        left: auto;
        right: 62px;
    }
}