.w30 img {
    width: 30%; 
  }
.w50 img {
    width: 20%; 
  }
.w55 img {
    width: 55%; 
  }
.w40 img {
    width: 40%; 
  }
.footer {
display: none;
}
.section-title::after {
  content: "";
  display: block;
  height: 2px;
  width: 85px;
  background: linear-gradient(90deg, #62388e, #cc1417);
  margin: 0 auto;
  margin-top: 10px;
}
.navbar-default .navbar-nav > li > a, 
.navbar-default .navbar-minor-controls > li > a {
    color: #fff !important;        
    background-color: #62388e !important; 
    padding: 10px 25px !important;    
    margin: 5px 5px;                 
    border-radius: 50px !important; 
    margin-top: 10px;
   
}

.navbar-menu-widthfix.navbar .navbar-button {
    color: #fff !important;        
    background-color: #eb6b92 !important;
    margin: 10px 15px;
  }
}