@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-family: "Urbanist", Sans-serif;
    font-size: 17px;
    box-sizing: border-box;
    line-height: initial;
    margin: 0px;
    padding: 0px;
}

.pum-theme-default-theme {
    background-color: rgb(0 0 0 / 85%) !important;
}

P {
    color: #555555;
    font-weight: 500;
    line-height: 30px;
    font-size: 17px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

::-moz-selection {
    background: rgb(237 118 122 / 61%);
    color: #000;
}

::-webkit-selection {
    background: rgb(237 118 122 / 61%);
    color: #000;
}

::selection {
    background: rgb(237 118 122 / 61%);
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    color: #252525;
    line-height: initial;
    padding: 0 0 10px;
    margin: 0px;
}

h2, 
h2 span, 
.elementor-element h2 span,
.elementor-element h2 {
    font-family: 'Urbanist', sans-serif;
    font-size: 40px;
    color: #252525;
    line-height: initial;
    margin-bottom: 10px;
    font-weight: 700;
    position: relative;
}

h2 span,
.elementor-element h2 span {
    color: #FFAB00;
    display: inline-block;
}

h2 span::before,
.elementor-element h2 span::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -6px;
    background-image: url(../images/lahr.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 160px;
    height: 15px;
}

input,
select,
textarea {
    border: 0px !important;
    font-size: 14px;
    margin-bottom: 18px;
    height: 50px;
    border-bottom: 1px solid #e3e3e3 !important;
    border-radius: 0px !important;
    padding: 0px !important;
}

.page-header {
    display: none;
}
/* 
header.site-header.sticky {
    background-color: #fff;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    opacity: 1;
    visibility: visible;
    z-index: 99999;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    width: 100%;
    box-shadow: 0 0 13px 0 #c4c4c4;
} */
.pum-theme-default-theme .pum-container {
    background-color: #000 !important;
    background: #000;
}
.pum-container h2 {
    color: #fff;
    padding-right: 40px;
}
.pum-theme-default-theme .pum-title {
    color: #fff !important;
}
.site-navigation ul.menu li a {
    display: block;
    padding: 8px 15px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.site-navigation ul.menu li a:hover,
.site-navigation ul.menu li.current-menu-item a {
    color: #FFAB00;
}

.site-navigation ul.menu li.contact a {
    background: #ffab00;
    color: #fff !important;
    border-radius: 5px;
    border: 2px solid #ffab00;
    display: block;
    padding: 8px 13px;
    overflow: hidden;
    position: relative;
}

.site-navigation ul.menu li.contact a::before {
    content: "";
    width: 10px;
    height: 200px;
    position: absolute;
    left: -50px;
    top: 0;
    margin-top: -20px;
    background: #fff;
    opacity: .6;
    animation: login-blur 3s infinite;
    animation-delay: 0s;
    animation-delay: 0s;
    animation-delay: 0s;
    transform-origin: top;
}

.site-navigation ul.menu li.contact a::after {
    content: "";
    width: 20px;
    height: 200px;
    position: absolute;
    left: -20px;
    top: 0;
    margin-top: -20px;
    background: #fff;
    opacity: .6;
    animation: login-blur 3s infinite;
    animation-delay: 0s;
    animation-delay: 0s;
    animation-delay: 0s;
    transform-origin: top;
}

@keyframes login-blur {
    from {
        transform: translate(0) rotate(45deg);
    }

    to {
        transform: translateX(470px) rotate(45deg);
    }
}

.banner_people_div .elementor-widget-container {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.banner_people_div .elementor-widget-container span {
    color: #fff;
}

.slider_main_content_outer .slider_content p {
    color: #fff;
}

.slider_main_content_outer h1 span,
.slider_main_content_outer h1 {
    margin-top: 0px;

    color: #fff;
    font-family: 'Urbanist', sans-serif;
    font-size: 60px;
    line-height: initial;
    margin-bottom: 20px;
    font-weight: 700;
}

.slider_main_content_outer h1 span {
    color: #FFAB00;
    position: relative;
    font-weight: 700;
    display: inline-block;
}

.slider_main_content_outer h1 span:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -24px;
    background-image: url(../images/lahr.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 160px;
    height: 18px;
}

.slider_main_content_outer h4 {
    font-family: 'Urbanist', sans-serif;
    color: #fff;
    line-height: initial;
    margin: 0px;
    font-weight: 500;
    color: rgb(255 255 255 / 60%);
    text-transform: uppercase;
    letter-spacing: 8px;
    padding: 0px;
    font-size: 18px;
}

.slider_bottom_outer {
    background-color: #fff;
}

.elementor-element.about_us_ul ul {
    padding: 0px;
}

.elementor-element.about_us_ul ul li {
    list-style: none;
    margin-top: 0px;
    font-family: 'Urbanist', sans-serif;
    color: #222;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 20px;
    padding: 12px 10px;
    border-radius: 12px;
    border: 1px solid #000;
    background-color: #fff;
}

.person_name h2 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.home_video_title h2 {
    color: #fff;
}

.home_video_title h5 {
    color: rgb(255 255 255 / 60%);
    text-transform: uppercase;
    letter-spacing: .47em;
    font-size: 18px;
}

.elementor-element.video_outer video {
    width: 85% !important;
    margin: 0 auto;
    height: auto !important;
}

.elementor-element.video_outer .e-hosted-video.elementor-wrapper {
    --video-aspect-ratio: auto !important;
}

.elementor-element.video_outer {
    position: relative;
}

.elementor-element.video_outer::before {
    position: absolute;
    content: '';
    width: 85%;
    height: 100%;
    top: 10%;
    right: 0px;
    background-color: transparent;
    border: 2px dashed #fff;
    border-radius: 40px;
}

.elementor-element.video_button {
    margin-top: 100px;
}

.elementor-element.slider_bottom_right {
    background: #ffab00;
    position: relative;
    z-index: 9;
}

.slider_bottom_outer {
    background: #ffab00;
}

/* .elementor-element.slider_bottom_right::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    height: 100%;
    width: 1920px;
    z-index: -1;
    background-color: #ffab00;
} */
.elementor-element.slider_bottom_outer {
    overflow: hidden;
}

.elementor-element.about_main_outer {
    background-image: linear-gradient(152deg, rgba(237, 242, 248, 0.22) 0%, #EDF2F8 100%);
}

.home-video-content a {
    border-top: 1px solid #ddd;
}

.home-video-content {
    margin: 12px 0px;
    padding: 20px;
    /* box-shadow: 0 0 20px rgba(47, 180, 99, .2); */
    border: 2px solid #000;
    border-radius: 10px;
    height: 100%;
    position: relative;
}

.home-video-content a h4 {
    padding-bottom: 0px;
    text-align: center;
    padding-top: 20px;
}

.countDown {
    display: flex;
    display: -webkit-flex;
    column-gap: 10px;
    justify-content: center;
}

.countDown .container {
    background: #000;
    border-radius: 6.60546px;
    padding: 20px 20px 30px;
    line-height: 40px;
    color: #ffea00;
    margin: 0;
}

.countDown .container div {
    font-size: 30px;
    font-weight: 700;
}

.experiences_title_outer h2 {
    color: #fff;
}

.home-courses-outer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.home-course-content {
    padding: 20px;
    border: 2px solid #000;
    border-radius: 10px;
    height: 100%;
    position: relative;
}

.home-course-content img {
    max-width: 100px;
    width: 100%;
}

.site-header {
    padding: 10px 0px;
}

.time_sub_title h4 {
    padding: 0px;

}

.time_main_title h2 {
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, rgb(255 255 255 / 30%), rgb(255 255 255), rgb(255 255 255 / 30%)) 1;
    padding-bottom: 20px;
    font-weight: 800;
    margin-bottom: 20px;
}

.time_main_title {
    width: 100%;
    text-align: center;
}


/* Form_css_start */

.home-contact-outer .event-form,
.dreamforce-form {
    background: #FFFFFF;
    border-top: 5px solid #FFAB00;
    padding: 25px;
}

.home-contact-outer .event-form h2 {
    font-size: 25px !important;
    line-height: 32px !important;
    text-align: center;
    margin-bottom: 32px !important;
    font-weight: 500 !important;
    color: var(--blue);
}

.contact-form {
    padding-left: 0;
    list-style: none;
    display: grid;
    gap: 20px 20px;
    grid-template-columns: 6fr 6fr;
}

.contact-form li {
    margin-bottom: 5px;
}

.contact-form li label {
    font-size: 13px;
    line-height: normal;
    font-weight: 600;
    color: #fff;
}
.contact-form li, 
.contact-form li p {
    margin-bottom: 0px;
}
.event-form h5 {
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 20px;
}

.event-form h5 span {
    color: #1dcdfc;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    border: 1px solid #cfcdcd !important;
    margin-bottom: 0px !important;
    padding: 10px !important;
    border-radius: 4px !important;
    font-family: 'poppins', sans-serif;
    font-size: 15px;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    outline: 0 !important;
    /*border: 1px solid var(--blue) !important;*/
}

.scamessage textarea {
    height: 100px;
}

.scamessage {
    grid-column-end: span 2;
}

.scasend {
    margin: auto;
    grid-column-end: span 2;
}

/*.scasend span{
    display: none;
}*/
.wpcf7-not-valid-tip {
    display: none;
}

.contact-form input.wpcf7-not-valid {
    border-color: red !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: #e12323;
    border: none;
    font-size: 13px;
    padding: 8px 3px 8px 8px;
    margin: 0;
    text-align: center;
}

.home-contact-outer .wpcf7 form.invalid .wpcf7-response-output {
    margin-top: 0px;
    text-align: center;
}

.contact-form .wpcf7-submit {
    background: transparent !important;
    border: none !important;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "Urbanist", Sans-serif;
    padding: 8px 25px 8px 25px !important;
    font-weight: 600;
    letter-spacing: 1px;
    height: auto;
    color:#000 !important;
}

.home-contact-outer .event-form .scasend {
    background: #FFAB00 !important;
    border-radius: 49px;
    margin: 0 auto;
}

.home-contact-outer .event-form .scasend:hover {
    background: none !important;
    color: #000 !important;
    border: 2px solid #000;
}

.home-contact-outer .event-form .scasend:hover input {
    color: #000 !important
}

.contact-form .btn-style-one {
    padding: 5px 20px;
}

.whats-app-outer {
    float: right;
    margin-right: 0px;
    position: fixed;
    bottom: 95px;
    right: 2px;
    z-index: 999;
    cursor: pointer;
}

.whats-app-outer img {
    width: 60px;
}

.whats-app-outer img {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 75px;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    padding: 10px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}


.home-rating img {
    width: 100px;
    margin: 0 auto;
}
.elementor-element.home-course-content {
    margin-bottom: 25px !important;
}

.elementor-element.home-contact-outer{
    padding: 80px 0px 80px;
    background-color: #000;
}
.home_contact_right h2 {
    color: #fff;
}
.home_contact_right p {
    color: #fff;
}
.home_contact_right .elementor-icon-list-text {
    color: #fff;
}
.site-footer .site-logo img {
    width: 180px;
}
.scasend p {
    position: relative;
}
.scasend p .wpcf7-spinner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.popup-left ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
}
.pum-content + .pum-close, 
.pum-theme-default-theme .pum-content + .pum-close {
    background-color: #000 !important;
}
.popup-left ul li {
    list-style: none;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 5px 10px;
    color: #000;
    background: #FFAB00;
}
.popup-outer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.popup-left ul p {
    grid-column: 3 span;
    display: flex;
    display: -webkit-flex;
    column-gap: 20px;
    color: #fff;
}
.popup-left ul p br {
    display: none;
}
.popup-right .popup-form {
    padding-left: 0;
    list-style: none;
    display: grid;
    gap: 15px;
    grid-template-columns: 6fr 6fr;
}
.popup-right .popup-form .scasend,  
.popup-right .popup-form .scamessage, 
.popup-right .popup-form .scaphone {
    grid-column: 2 span;
}
.popup-right .popup-form input, 
.popup-right .popup-form textarea, 
.popup-right .popup-form select {
    width: 100%;
    border: 1px solid #cfcdcd !important;
    margin-bottom: 0px !important;
    padding: 10px !important;
    border-radius: 4px !important;
    font-family: 'poppins', sans-serif;
    font-size: 15px;
}
.scasend p {
    margin-bottom: 0px;
}
.scasend {
    background: #FFAB00 !important;
    border: 2px solid #FFAB00;
    border-radius: 49px;
    margin: 0 auto;
}
.popup-right .popup-form .wpcf7-submit {
    background: transparent !important;
    border: none !important;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "Urbanist", Sans-serif;
    padding: 8px 25px 8px 25px !important;
    font-weight: 600;
    letter-spacing: 1px;
    height: auto;
    color: #000 !important;
}
.header-sidebar {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    background: #FFAB00;
    padding: 20px 10px;
    writing-mode: tb;
    font-weight: 500;
    border: 1px solid #fff;
    border-radius: 5px 0px 0px 5px;
    color: #fff;
}
.header-sidebar a {
    display: block;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;

}
.site-navigation-toggle-holder .site-navigation-toggle {
    background-color: rgb(255 171 0);
    color: #ffffff;
}
.site-navigation-dropdown ul.menu li.current-menu-item a {
    color: #fff;
    background: #000000;
}
.home-rating .wp-caption {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.home-rating .wp-caption img{
    margin: 0;
}
.home-rating .wp-caption .widget-image-caption {
    font-weight: 700;
    font-style: normal;
}
.popup-outer .popup-left p {
    color: #fff;
}
.elementor-element.home-contact-outer .contact-form li label {
    color: #555;
}
.featured_title_outer h2 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.featured_title_outer p {
    margin-bottom: 0px;
}
.countDown .container {
    position: relative;
}
.countDown .container::before {
    position: absolute;
    content: 'Days';
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.countDown .container:nth-child(2):before {
    content: 'Hours';
}
.countDown .container:nth-child(3):before {
    content: 'Min';
}
.countDown .container:nth-child(4):before {
    content: 'Sec';
}
.elementor-element.banner_people_div .elementor-widget-container {
    color: #fff;
}




@media (max-width: 991px) {
    .Course_row .pum-trigger {
        display: grid;
    }
    .Course_row .pum-trigger h3 {
        margin-top: 20px;
    }
    .popup-left ul {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .slider_main_content_outer h1 span, .slider_main_content_outer h1 {
        font-size: 40px;
    }
    .elementor-element.about_us_ul ul li {
        margin-bottom: 15px;
        font-size: 14px;
        padding: 8px 10px;
    }
}

@media (max-width: 425px) {
    .popup-left ul {
        grid-template-columns: 1fr;
    }
    h2 span::before, .elementor-element h2 span::before {
        width: 100px;
        height: 10px;
    }
    h2, h2 span, .elementor-element h2 span, .elementor-element h2 {
        font-size: 30px;
    }
    .home_video_title h5 {
        color: rgb(255 255 255 / 60%);
        text-transform: uppercase;
        letter-spacing: 4px;
        font-size: 16px;
    }    
    .elementor-element.video_button {
        margin-top: 40px;
    }
    .contact-form {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        gap: 20px 20px;
    }
    .popup-left ul {
        display: flex;
        flex-direction: column;
    }
    .elementor-element.home-contact-outer .elementor-elemen.event-form {
        width: 95%;
        margin: 0 auto;
    }
}