/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


/* Header css */

.main-header .e--pointer-underline .elementor-item:after{
    bottom: -8px;
    background: linear-gradient(273.98deg, rgba(0, 0, 0, 0) 20%, #DC781F 52%, rgba(0, 0, 0, 0) 85%);
}
.main-header.elementor-sticky--effects{
    -webkit-backdrop-filter: saturate(180%) blur(24px);
    backdrop-filter: saturate(180%) blur(24px);
    background-color: #1212124d;
}

/* home page css */

.linear-color span{
    background: linear-gradient(180deg, #D3D3D3 0%, #FFFFFF 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
}
.divider-radious .elementor-divider-separator{
    border-radius: 30px;
}
.challenges-box-before{
    position: relative;
}
.challenges-box-before::after{
    content: "";
    position: absolute;
    height: 20px;
    width: calc(100% - 20px);
    background-color: #028AE4;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    border-radius: 15px;
}
.scroll-wrapper{
    direction: rtl;
    overflow:auto !important;
    height: 555px !important;
    cursor: grab;
}
.scroll-item{
    direction:ltr;
}
.scroll-wrapper::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: rgba(255, 255, 255, 0.17);
}
.scroll-wrapper::-webkit-scrollbar{
	width: 1px;
	background-color: rgba(255, 255, 255, 0.17);
}
.scroll-wrapper::-webkit-scrollbar-thumb{
	background-color: #ffffff;
}
.testimonial-slider .elementor-swiper-button{
    height: 46px;
    width: 46px;
    background-color: transparent;
    border: 1px solid #777777;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial-slider .elementor-swiper-button:hover{
    background-color: #DC781F;
    border: 1px solid #DC781F;
}
.sidebar-post .elementor-post__text{
    display: flex !important;
    justify-content: center;
}
.program-video .elementor-custom-embed-play{
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #028AE4;
    border-radius: 50%;
}
.program-video .elementor-custom-embed-play:before {
    position: absolute;
    content: '';
    width: 68px;
    height: 68px;
    background: rgba(255, 255, 255, 0.20000000149011612);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: shake 3s ease-in-out infinite;
    z-index: -1;
}

@keyframes shake {
    0% {
        width: 48px;
        height: 48px;
    }
    50% {
        width: 68px;
        height: 68px;
    }
    100% {
        width: 48px;
        height: 48px;
    }
    
}
.sidebar-post h3 a, .blog-feature h3 a{
    transition: 0.3s all ease;
}
.sidebar-post h3 a:hover, .blog-feature h3 a:hover{
    color: #DC781F !important;
}
.blog-feature a, .blog-posts-img a{
    width: 100%;
}

/* Blog page css */

.blog-post-list .elementor-pagination .page-numbers{
    background-color: #111112;
    border: 1px solid #212121;
    border-radius: 4px;
    padding: 8px 12px;
}
.blog-post-list .elementor-pagination .page-numbers.current{
    border: 1px solid transparent;
}

/* Blog details page css */

.newsletter-form .gform_required_legend{
    display: none;
}
.newsletter-form input[type=email], .newsletter-form input[type=text]{
    background-color: #111112;
    border: 1px solid #363639;
    border-radius: 10px;
    color: #fff;
    font-size: 16px !important;
    font-weight: 300;
}
.newsletter-form input[type=email]:focus, .newsletter-form input[type=text]:focus{
    outline: none;
}
.newsletter-form input[type=email]::placeholder, .newsletter-form input[type=text]::placeholder{
    color: #fff;
}
.newsletter-form .gform-footer{
    padding: 0 !important;
}
.newsletter-form .name_first{
    padding-right: 0 !important;
}
.recent-post-sidebar article{
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13.8L7.31078 7.5999C7.42974 7.48304 7.42974 7.31696 7.31078 7.2001L1 1' stroke='%23028AE4' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M8 13.8L14.3108 7.5999C14.4297 7.48304 14.4297 7.31696 14.3108 7.2001L8 1' stroke='%23028AE4' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A"); 
    background-repeat: no-repeat;
    background-position: left top 10px;
}
.recent-post-sidebar article:last-child{
    border: none !important;
}
.recent-post-sidebar article a{
    transition: 0.3s all ease;
}
.recent-post-sidebar article a:hover{
    color: #DC781F !important;
}

/* Resources page css  */

.resources-items .elementor-button svg{
    vertical-align: middle;
    transition: 0.3s all ease;
}
.resources-items .elementor-button:hover svg path{
    stroke: #DC781F;
}
.resources-items .elementor-widget-image a{
    width: 100%;
}


/* Services page css  */
.service-video svg{
    opacity: 1 !important;
    filter: none !important;
    vertical-align: middle;
}
.service-video .elementor-custom-embed-play::after{
    position: absolute;
    content: "";
    height: 100px;
    width: 100px;
    border-radius: 100%;
    background-color: #DC781F;
    box-shadow: 10px 5px 34px rgba(48, 128, 197, 0.4);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.service-video .elementor-custom-embed-play:before {
    position: absolute;
    content: '';
    width: 130px;
    height: 130px;
    background: rgba(255, 255, 255, 0.523);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: round 5s ease-in-out infinite;
    z-index: -2;
}

@keyframes round {
    0% {
        width: 100px;
        height: 100px;
    }
    50% {
        width: 130px;
        height: 130px;
    }
    100% {
        width: 100px;
        height: 100px;
    }
}
.services-scroll{
    height: 400px !important;
}
.faq-acc details[open] summary{
    border-radius: 15px 15px 0px 0px;
}
.faq-acc details{
    box-shadow: 0px 4px 25px #0D0D0E;
    border-radius: 15px;
}
.faq-acc details[open]{
    box-shadow: 0px 4px 25px #028AE44D;
}
.faq-acc details[open] .elementor-element{
    border-color: #028AE44D;
}
.faq-acc details::after{
    content: "";
    position: absolute;
    height: 20px;
    width: calc(100% - 20px);
    background-color: #028AE4;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    border-radius: 15px;
}
.faq-acc details .elementor-widget-text-editor{
    border-left: 1px solid #028AE4;
    padding-left: 18px;
}
.faq-acc details .elementor-widget-text-editor p{
    margin-bottom: 0;
}
.faq-acc details .e-n-accordion-item-title-icon{
    height: 42px;
    width: 42px;
    border-radius: 50%;
    background-color: #028AE4;
    justify-content: center;
}
.coaching-gridwrap{
    z-index: 1 !important;
}
.coaching-gridwrap img{
    width: 100%;
}
.ser-img-slider img{
    height: 186px !important;
}











/* footer css */

.footer-form .gform_required_legend{
    display: none;
}
.footer-form input:not([type="submit"]){
    font-family: "Roboto", Sans-serif;
    font-size: 14px !important;
    font-weight: 300;
    line-height: 26px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 0;
    color: #ffffff;
    padding: 0 !important;
}
.footer-form .gfield_label{
    font-family: "Roboto", Sans-serif;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 26px;
    color: #ffffff !important;
}
.footer-form input:not([type="submit"]):focus{
    outline: none;
    border: none;
    border-bottom: 1px solid #FFFFFF;
}
.footer-form input[type="submit"], .newsletter-form input[type="submit"]{
    background-color: #028AE4 !important;
    border: 1px solid #028AE4 !important;
    padding: 10px 17px !important;
}
.footer-form input[type="submit"]:hover, .newsletter-form input[type="submit"]:hover{
    background-color: #DC781F !important;
    border: 1px solid #DC781F !important;
}
.gform_validation_errors{
    display: none;
}
.gfield_description{
    background-color: transparent !important;
    padding: 0 !important;
    border: none !important;
}
.gfield_required_asterisk{
    color: #ffffff !important;
}
.copyright-text a:hover span{
    color: #DC781F !important;
}
.footer-form .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]{
    border: none;
    border-bottom: 1px solid #c02b0a;
}
.footer-form .gform_confirmation_message{
    font-size: 14px;
    font-weight: 300;
}
#myBtn{
    display: none;
}
.error404 header, .error404 footer{
    display: none;
}

/* Responsive version css  */

@media screen and (min-width:1601px) {
    .linear-color h1{
        font-size: 160px !important;
        line-height: 160px !important;
    }
    .linear-color h1 span{
        font-size: 150px !important;
        line-height: 137px !important;
    }
    .banner-img .elementor-widget-container{
        margin: 0px -154px 0px -44px !important;
    }
    .second-h1 h1{
        font-size: 100px !important;
        line-height: 110px !important;
    }
}
@media screen and (max-width:1550px) {
    .cs-con .e-con-inner{
        max-width: 1200px !important;
    }
    .ser-img-slider img{
        height: 150px !important;
    }
}
@media screen and (max-width:1024px) {
    .testimonial-slider .elementor-swiper-button{
        height: 36px;
        width: 36px;
    }
    .faq-acc details .e-n-accordion-item-title-icon{
        height: 35px;
        width: 35px;
    }
    .service-video .elementor-custom-embed-play::after{
        height: 80px;
        width: 80px;
    }
    .service-video .elementor-custom-embed-play:before {
        width: 100px;
        height: 100px;
    }
    
    @keyframes round {
        0% {
            width: 80px;
            height: 80px;
        }
        50% {
            width: 100px;
            height: 100px;
        }
        100% {
            width: 80px;
            height: 80px;
        }
    }
    .ser-img-slider img{
        height: 120px !important;
    }
}
@media screen and (max-width:767px) {
    .footer-menu .elementor-nav-menu a{
        justify-content: center !important;
    }
    .footer-form .gform-footer input[type=submit]{
        margin: 0 auto;
    }
    .sidebar-post article{
        flex-direction: column !important;
    }
    .sidebar-post .elementor-post__text{
        padding-top: 15px;
    }
    .sidebar-post .elementor-post__thumbnail__link{
        margin-right: 0 !important;
    }
    .faq-acc details .e-n-accordion-item-title-icon{
        height: 25px;
        width: 25px;
    }
    .service-video .elementor-custom-embed-play::after{
        height: 60px;
        width: 60px;
    }
    .service-video .elementor-custom-embed-play:before {
        width: 80px;
        height: 80px;
    }
    
    @keyframes round {
        0% {
            width: 60px;
            height: 60px;
        }
        50% {
            width: 80px;
            height: 80px;
        }
        100% {
            width: 60px;
            height: 60px;
        }
    }
    .ser-img-slider img{
        height: 100px !important;
    }
}
