.elementor-kit-6{--e-global-color-primary:#073E5C;--e-global-color-secondary:#FF6A00;--e-global-color-text:#FFFFFF;--e-global-color-accent:#F8FAFC;--e-global-color-ed7fd1b:#071B2A;--e-global-color-695b1fe:#111827;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.dhishaai-news-ticker{
    display:flex;
    align-items:center;
    background:transparent;
    color:#fff;
    height:42px;
    overflow:hidden;
    border-top:1px solid rgba(255,255,255,.08);
    border-bottom:1px solid rgba(255,255,255,.08);
    font-size:15px;
    font-weight:500;
}

.ticker-label{
    display:flex;
    align-items:center;
    gap:8px;
    padding:0 16px;
    background:transparent;
    white-space:nowrap;
    z-index:2;
    border-right:1px solid rgba(255,255,255,.08);
}

.ticker-icon{
    color:#EF7602;
    font-size:18px;
}

.ticker-wrapper{
    flex:1;
    overflow:hidden;
    position:relative;
}

.ticker-track{
    display:flex;
    align-items:center;
    width:max-content;
}

.ticker-track.scrolling{
    animation:dhishaaiTicker 35s linear infinite;
}

.ticker-track.static{
    animation:none;
}

.ticker-separator{
    color:#EF7602;
    font-size:18px;
}
.ticker-item{
    color:#fff;
    text-decoration:none;
    white-space:nowrap;
    margin:0 18px;
    transition:.3s ease;
}

.ticker-item:hover{
    color:#EF7602;
}

@keyframes dhishaaiTicker{

    from{
        transform:translateX(0);
    }

    to{
        transform:translateX(-50%);
    }

}

.ticker-track:hover{
    animation-play-state:paused;
}

@media(max-width:768px){

    .ticker-label{
        padding:0 14px;
        font-size:13px;
    }

    .dhishaai-news-ticker{
        height:38px;
        font-size:13px;
    }

}/* End custom CSS */