
/****reset*/


main.content{
padding-top: 75px!important;
}
 

.nav-default {
    background-color: #FFFFFF;
    border-color: #e7e7e7;
    height: 75px;
    padding: 5px 0;
    box-shadow: 0 3px 9px rgb(0 0 0 / 5%);
}

.pt20{
    padding-top: 20px;
}

.nav>li {
  margin-right:10px;  
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px!important;
}
.nav>li>a{
    color:#333;
}

.btn-style {
  padding: 5px 15px;
  font-size: 18px;
  line-height: 28px;
  transition: 0.3s ease-in;
  border-radius: 5px; 
    
}
.btn-effect {
  border: 1px solid #0099e5;
  color: #0099e5;
  position: relative;
  z-index: 1; 
}

.btn-effect::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  background:#0099e5;
  z-index: -1;
  transition: all ease-in-out 199ms; }

.btn-effect:hover {
  color: white; }

.btn-effect:hover::after {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 250ms; }
  

  
  

