

/*top*/
.tm-top .uk-grid{
    display: block;
}

.tm-top .uk-grid > div{
   
    
}

.tm-top .uk-grid > div:first-child{
    border-radius:16px 16px 0 0;
    margin-bottom:0;
}

.tm-top .uk-grid > div:last-child{
    border-radius:0 0 16px 16px;
    margin-top:0;
}


/*marquee*/

.marquee-with-options {
    border:3px solid #00ADEE;
    border-radius:10px;
    padding:10px;
    /* margin:10px 0px; */
    background: #fff;
    color:#000000;
    font-weight:600;
    overflow:hidden;
}

.top-marquee {
    overflow:hidden;
    border-radius:10px;
}
.top-marquee h3{
        display: block;
        position: absolute;
        background: #00ADEE;
        /* top: 10px; */
        bottom: 0;
        margin: 0;
        line-height: 50px;
        padding: 0 10px;
        z-index:100;
        border-radius:10px 0 0 10px;
    }


#top-menu {
    display:flex;
    justify-content: space-between;
    margin-top:20px;
}
#top-menu li {display:inli}
#top-menu li a{}


/* main */
/* #tm-main > .uk-container{
    
        background: #fff;
        box-shadow: 0 0 116px rgba(0,0,0,0.2);
        padding: 40px;
    
} */


/*front menu blocks*/

.uk-inline-clip img, 
.uk-inline-clip {
    width:100%!important;
}



/* sidebar */

/* .sidebar-menu{
    background: #fff;
    border-radius:10px;
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
    padding:30px;
} */




.underhead {
    left:-100px;
    right:-100px;
    top:-100px;
    font-size:400px;
    text-align:center;
    opacity:0.3;
}


/* footer */

.copyright-block{

background:#002239;
}

footer .el-item a{
    font-weight:400;
    font-size:12px;
}

.uk-form-danger{
    border:1px solid red!important;
}

.uk-form-icon svg{
    z-index:1000;
}


.js-marquee a{
    color:#0272BE!important;
}

.js-marquee a:hover{
    color:#00ADEE!important;
}