body {
   
}

:focus {
    outline: none !important;
}

a {
    
    color:inherit;
    transition:0.5s;
}

a:hover{

    text-decoration:none!important;
    color:inherit!important;

}

a.nav-link:hover {

    color:rgba(213,29,26,0.7)!important;

}

.krmz {
    background-color: #D51D1A !important;
    color: #fff;
    transition: 0.5s;
}

.krmz:hover {
  
    background-color: #b10b08 !important;
    color: #fff!important;
}

h1.sl {
    background-color: rgba(213,29,26,0.7);
    padding: 10px 5px;
}

h2.sl {
    background-color: rgba(213,29,26,0.7);
    padding: 10px 5px;
    width: 250px;
    position: relative;
    float: right;
}

h1.sl1 {
    background-color: rgba(213,29,26,0.7);
    padding: 10px 5px;
    width: 280px;
}

h2.sl1 {
    background-color: rgba(247,21,14,0.7);
    padding: 10px 5px;
    width: 380px;
    position: relative;
    float: left;
}

h4.kr {
    color: #D51D1A!important;
}

i.lt {
    font-size: 25px;
    color: #D51D1A;
}

th.th{

    font-size:14px!important;
    font-weight:500;    
    
}

.th1 {
    color: #D51D1A;
}

td 
{

    border:1px solid #676767;
    

}

.n{

    width:250px;
    position:relative;
    margin:0 auto!important;
    padding:10px 0;
}



