/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * 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.
 */


.elementor-widget-text-editor :last-child {
    margin-bottom: 0 !important;
}
.pd100 {
    padding-bottom: clamp(62.5px, 12.2px + 4.5732vw, 100px) !important;
    padding-top: clamp(62.5px, 12.2px + 4.5732vw, 100px) !important;
}
.pdb0 {
    padding-bottom: 0 !important;
}
.pdt0 {
    padding-top: 0 !important;
}
.pdlr {
    padding-left: 9% !important; /*change as per figma */
    padding-right: 9% !important; /*change as per figma */
}
.pdl0 {
    padding-left: 0 !important; /*change as per figma */
}
.pdr0 {
    padding-right: 0 !important; /*change as per figma */
}

.flip .elementor-flip-box__layer__description {
    padding-top: 18px !important;
}
.single-services p {
    margin-top: 30px;
}
.single-services a {
    color: #123920;
}
.ue-flipbox ul {
    padding: 0px 0 0 21px;
    margin: 20px 0 40px 0 !important;
}
.flip-btn a {
    font-size: 16px;
    line-height: 22px;
    background-color: transparent;
    padding: 16px 44px;
    border-radius: 50px;
    color: #ffffff;
    margin-right: 10px;
    border: 1px solid #ffffff;
    transition: all 0.5s !important;
}
.flip-btn a:hover {
    font-size: 16px;
    line-height: 22px;
    background-color: #ffffff;
    padding: 16px 44px;
    border-radius: 50px;
    color: #123920;
    transition: all 0.5s !important;
}
.flip span.elementor-flip-box__layer__title:hover, .home-flip span.elementor-flip-box__layer__title:hover, .home-blog a:hover, .landing-a a:hover {
    color: #90A955 !important;
    transition: 0.5s all;
}
.success-story-loop a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 135px !important;
}










































/* -------------------------------------------------------------------------------
----------------------------------------------------------------------------------
                                    RESPONSIVE CSS
----------------------------------------------------------------------------------
----------------------------------------------------------------------------------*/


@media (max-width: 1600px) {
    .flip .elementor-flip-box__layer__inner {
        padding-right: 0px !important;
    }
    .landing-bg1 {
        padding-left: 9% !important;
    }
    .landing-bg2 {
        padding-right: 9% !important;
    }
    .landing2-content {
        width: 72% !important;
    }
    .play-video {
        left: 90% !important;
        top: 80% !important;
    }
}

@media (max-width: 1440px) {
    .landing2-content {
        width: 78% !important;
    }
    .play-video {
        left: 89% !important;
        top: 78% !important;
    }
}


@media (max-width: 1366px) {
    .flip .elementor-flip-box__layer__description {
        padding-top: 10px !important;
    }
    .single-services p {
        margin-top: 20px;
    }
    .flip-btn a {
        font-size: 16px;
        line-height: 22px;
        padding: 12px 22px;
    }
    .play-video {
        left: 90% !important;
        top: 80% !important;
    }
    .success-story-loop a {
        -webkit-line-clamp: 3;
        min-height: 0px !important;
    }
}

@media screen and (max-width: 1300px) and (min-width: 1260px) {
}

@media (max-width: 1280px) {
}

@media (max-width: 1024px) {
    .flip-btn a {
        font-size: 14px;
        line-height: 22px;
        padding: 10px 14px;
    }
    .success-story-loop a {
        -webkit-line-clamp: 3;
        min-height: 97px !important;
    }
}

@media (max-width: 768px) {
    .success-story-loop a {
        -webkit-line-clamp: 3;
        min-height: 73px !important;
    }
}

@media (max-width: 767px) {
    .pd100 {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .pdlr {
        padding-left: 25px !important; /*change as per need */
        padding-right: 25px !important; /*change as per need */
    }
    .single-services p {
        margin-top: 10px;
    }
    .play-video {
        left: 88% !important;
        top: 78% !important;
    }
}

@media (max-width: 414px) {
    .landing2-content {
        width: 100% !important;
    }
    .play-video {
        left: 86% !important;
        top: 76% !important;
    }
    .success-story-loop a {
        -webkit-line-clamp: 3;
        min-height: 0px !important;
    }
}


@media (max-width: 360px) {
    .flip-btn {
        display: grid !important;
        row-gap: 10px !important;
    }
}