.logo-w{
    width:120px;
    background-color: #fff;
}

.border-radius-none{
    border-radius: none!important;
    color:white!important;
}

#newTopBar img{
    width:100%; height:400px;
}

#newTopBar .img-bottom{
    left:0; top:0; width:100%; height:100%; background:black; opacity:0.5;
}

#newTopBar .img-bottom-1{
    left:50%; top:15%; transform: translate(-50%,30%);
}

#newTopBar .img-bottom-2{
    opacity:1;
}

/* #newTopBar .img-bottom-2 h1{
    color: #fff;
    font-size: 48px;
} */

h1.qodef-m-title {
    font-size: 75px;
    color:#fff;
    font-weight: 800;
    letter-spacing: -0.04em;
    padding: 0px 0px 0px 0px;
    margin: 0;
}

.qodef-e-character, .qodef-qi-animated-text.qodef--appear-from-top .qodef-e-word {
    transition: opacity .25s, transform .45s cubic-bezier(.26,-.14,0,1.01);
    display: inline-flex;
}

.text-light-silver{
    color :#FFFFFF8F;
}

@media (max-width: 1024px) {
    .qodef-m-title {
        font-size: 44px;
        font-weight: bolder;
        color:#fff;
    }
}

.typing-container{
    display: inline-block;
}

.text-typing {
    overflow: hidden; /* Ensures the text is clipped */
    border-right: 4px solid;
    letter-spacing: 2px;
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    animation: typing 3s steps(23), 
                cursor .6s step-end infinite alternate;

    position: relative;
    top:6px;
    transition: all 1s;
}

@keyframes cursor {
    50% { border-color: transparent; }
}

@keyframes typing {
    from { width: 0; }
}

.elementor-drop-cap {
    float: left;
    text-align: center;
    line-height: 1;
    font-size: 50px;
}

.elementor-drop-cap-letter {
    display: inline-block;
    padding-right: 3px;
}

.elementor-widget-container p {
    line-height: 1.6;
    letter-spacing: 1px;
}


.section-title h2 {
    font-size: 42px!important;
}

.section-title h2:before {
    position: relative;
    top: -12px;
}

.section-title h2:after {
    position: relative;
    top: -12px;
}


h3.qodef-m-title2{
    background:#317CBD; display:inline-block; border-radius:30px; font-size:1.5rem; margin-top:10px;
}

.size80{
    font-size:4rem;
}

@media(max-width:1024px){
    h1.qodef-m-title {
        font-size: 60px;
    }

    h3.qodef-m-title2{
        font-size: 28px;
    }

    .size80{
        font-size:2.4rem;
    }

    .section-title h2:before {
        top: 0px;
    }
    
    .section-title h2:after {
        top: 0px;
    }
}

@media(max-width:1200px){
    h1.qodef-m-title {
        font-size: 60px;
    }

    h3.qodef-m-title2{
        font-size: 28px;
    }

    .size80{
        font-size:3rem;
    }
}

@media(max-width:992px){
    h1.qodef-m-title {
        font-size: 42px;
    }

    h3.qodef-m-title2{
        font-size: 22px;
    }

    #newTopBar .img-bottom-1{
        left:5%; top:15%; transform: translate(0%,0%);
    }

    .size80{
        font-size:2rem;
    }
}

@media(max-width:576px){
    h1.qodef-m-title {
        font-size: 30px;
    }

    h3.qodef-m-title2{
        font-size: 16px;
    }

    #newTopBar .img-bottom-1{
        left:5%; top:15%; transform: translate(0%,0%);
    }

    #newTopBar img{
        width:100%; height:300px;
    }
    
}

@media(max-width:420px){
    h1.qodef-m-title {
        font-size: 24px;
    }

    h3.qodef-m-title2{
        font-size: 14px;
    }
}