#nt_body {
    background: #fff !important;
}

.on a span {
    color: #2097c7!important;
}

a:hover, a:focus, a:active {
    color: #2097c7!important;
    text-decoration: none;
}


#nt_header {
    border-bottom: 3px solid #2097c7;
}

.nav-parent {
    box-shadow: unset;
    border-bottom: 3px solid red;
}

.nav-wrapper-holder {
    position: relative;
    padding: 0px 50px;
}

.nav-wrapper-holder .custom-menu {
    right: 20px;
    transform: translate(0, -50%);
    top: 50%;
    position: absolute;
    font-size: 18px;
}

.nav-wrapper-holder .custom-home {
    left: 20px;
    transform: translate(0, -50%);
    top: 50%;
    position: absolute;
    font-size: 18px;
}

#nt_menu .me-li {
    font-size: 18px !important;
    font-weight: 600;
}

#nt_menu .me-li.on .me-a,
#nt_menu .me-li:hover .me-a {
    background-color: unset !important;
}


.widget-box {
    border: 1px solid #c3c3c3;
    padding: 15px;
    background-color: #ffffff;
    margin-bottom: 10px;
}

.widget-title {
    border: 1px solid #c3c3c3;
    border-bottom: 0;
    padding: 5px 14px 5px 11px;
    background-color: #ffffff;
}

.widget-title b,
.widget-title a {
    font-size: 16px;
    color: #5d5d5d;
}

.widget-title .widget-title-icon {
    color: #2097c7 ;
    position: relative;
    top: -1px;
}

.app-contact-banner img {
    width: 100%;
    cursor: pointer;
}

.app-contact-banner .on {
    display: none;
}

.app-contact-banner:hover .on {
    display: block;
}

.app-contact-banner:hover .off {
    display: none;
}


i.red {
    color: rgb(233, 27, 35);
}

.darkred,
i.darkred {
    color: rgb(170, 60, 63);
}

.crimson,
i.crimson {
    color: rgb(220, 20, 60);
}

.orangered,
i.orangered {
    color: orangered;
}

.orange,
i.orange {
    color: rgb(240, 150, 20);
}

.green,
i.green {
    color: rgb(140, 195, 70);
}

.lightgreen,
i.lightgreen {
    color: rgb(160, 200, 80);
}

.deepblue,
i.deepblue {
    color: rgb(0, 125, 180);
}

.skyblue,
i.skyblue {
    color: rgb(100, 195, 245);
}

.blue,
i.blue {
    color: rgb(52, 152, 219);
}

.navy,
i.navy {
    color: rgb(50, 60, 70);
}

.violet,
i.violet {
    color: rgb(85, 60, 125);
}

.yellow,
i.yellow {
    color: rgb(241, 196, 15);
}

.darkgray,
i.darkgray {
    color: #666;
}

.gray,
i.gray {
    color: #888;
}

.lightgray,
i.lightgray {
    color: #ddd;
}

.white,
i.white {
    color: #fff;
}

.light,
i.light {
    color: #f5f5f5;
}

.black,
i.black {
    color: #333;
}

.color,
i.color {
    color: rgb(233, 27, 35);
}



#frame {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 25%, rgba(255, 255, 255, .2) 75%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0 0 25px rgb(0 0 0 / 10%), inset 0 0 1px rgb(255 255 255 / 60%);


}

.frame-slide-wrapper {
    border-radius: 4px 4px 0px 0px;
    background: #2097c7;
}

.slidee {
    white-space: nowrap;
    overflow-x: hidden;
    border-radius: 4px 4px 0px 0px;
    overflow-y: hidden;
    height: 49.5px;
}



.slidee li {
    min-width: 157px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    padding: 5px;
    margin: 0;
    color: #ffffffb3;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 5px;
    color: #ccc;
    position: relative;
    overflow: hidden;
    border-bottom: 5px solid transparent;



}

.active-sly {
    border-bottom: 5px solid #fff !important;
    color: #fff !important;
}

.slidee li .ripple {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    transform: scale(0);
    animation: ripple 0.8s linear;
    left: 0 !important;
    top: -140px !important;
}



@media only screen and (max-width: 900px) {

    #nt_menu .me-li {
        font-size: 14px !important;
        font-weight: 600;
    }

    #nt_body {
        padding: 5px !important;
        background: #fff;
    }


    .urlncode-table {
        width: 100% !important;
    }

}

@media only screen and (max-width: 700px) {
    .slidee li {
        min-width: 80px!important;
    }
}
