

#section1
{
    padding-top: 100px;
}
#section1 h2:first-child
{
    line-height: 40px;
    padding-top: 15px;;
    
}
.leo-table
{
   padding-top:15px;
    
}
h2,  h5
{
    color:#FF5A00;
    text-align: center;
}

.notice
{
    padding:50px 0px;
    text-align: justify;
    word-spacing: 0px;
}

.numbering
{
    position: absolute;
    display: inline-block;
    border:2px solid black;
    border-radius: 50%;
    padding:5px 10px;
    z-index: 1;
    margin-left: -30px;
    margin-top:30px;
    background-color: black;
    color: white;
    font-weight: 600;
    box-shadow: -3px -3px 2px rgb(163, 160, 160);
    
    
}
.particular_section
{
    box-shadow: 1px 1px 3px rgb(202, 202, 202);
    margin-top: 10px;
    vertical-align: middle;
    background-color: #FBFBFB;
    margin-left: 10px;;
    
}
.particular_section:hover
{
    box-shadow: 1px 1px 3px rgb(110, 110, 110);
    margin-top: 10px;
    
}

.leo-box
{
    text-align: center;
    
}
.software
{
    text-align: center;
    padding-bottom: 20px;;
}

#section1 img{
    
   background-repeat: no-repeat;
   background-size: cover;
    box-shadow: 0px 0px 3px 1px rgb(170, 169, 169);
    
    
    
}
.leo-nav
{
    color:black;
}


.register-btn1
{
    background-color:#9b741e;
    padding:15px 30px;
    display: block;
    color:White;
    box-shadow: 0px 1px 2px 1px rgb(184, 182, 182) ;
    border-radius: 25px 0 25px 0;
    text-align: center;
    font-weight: 600;
    

}

.register-btn1:hover
{
 border:1px solid #9b741e;
 color:#9b741e;
 background-color: white;
 text-decoration: none;
}

.register-btn2
{
    border:1px solid #9b741e;
    color:#9b741e;
    background-color: white;
    text-decoration: none;

   
    padding:15px 30px;
    display: block;
   
    box-shadow: 0px 1px 2px 1px rgb(184, 182, 182) ;
    border-radius: 25px 0 25px 0;
    text-align: center;
    font-weight: 600;
    

}

.register-btn2:hover
{
    background-color:#9b741e;
    color:White;
    text-decoration: none;
}