.btn-success
{
    background: rgb(0, 133, 122) !important;
}

.h-blue{
    color: #012970 !important
}

/*.section1 {background-color:#323131 !important;}*/

.navbar .getstarted, .navbar .getstarted:focus, .about .btn-read-more, .contact .php-email-form button[type=submit], .footer .footer-newsletter form input[type=submit], .back-to-top
{
    background-image: linear-gradient(144deg, #00ddeb, #0076eb 50%, #1b00eb);;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #4ec1ff !important;
}

.navbar .getstarted, .navbar .getstarted:focus {
  /* background: #4154f1; */
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff !important;
}

@media (max-width: 767px) {
  .menu-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .menu-mobile {
    display: none !important;
  }
}
