
@font-face{
    font-family: Exo2-SemiBold;
    src: url(font/Exo2-SemiBold.otf);
}

.navbar-nav{
    margin-left: auto;
}

li a{
    font-family: Exo2-SemiBold;
}

li a:hover{
    border-radius: 5px;
    background: rgb(0, 214, 0);
    transition: 0.3s;
}


.text-center{
    text-align: center;
    font-family: Exo2-SemiBold;
    font-size: 20px;
    color: #212529;
    margin-top: 50px;
}


.Copyright p{
    text-decoration: none;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.foot{
    background: #181818;
    width: 100%;
    margin-top: 50px;
    padding-bottom: 25px;
}

h5{
    font-family: Exo2-SemiBold;
    font-size: 60px;
    color: #fff;
    margin-top: 50px;
    padding-top: 50px;
    font-weight: 900;
    color: #4BEF4B;
} 

.sp p{
    font-family: Exo2-SemiBold;
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.sp p:hover{
    font-family: Exo2-SemiBold;
    font-size: 16px;
    color: #4BEF4B;
    margin-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.blogo{
    text-align: center;
}

.btn-primary:hover{
    background: #4BEF4B;
}