/****** PLACE YOUR CUSTOM STYLES HERE ******/
.color-primary {
  color: #53baed !important;
}

.feature-1 i {
    color: #53baed;
}

input[type="submit"], button[type="submit"] {
    border: 2px solid #53baed;
    background: #53baed;
    color: #fff;
}
.image-slider.height-40 .slides li {
  height: 40vh;
  min-height: 400px;
}

.feature-2 i:hover, .feature-2.filled i {
    background: #53baed;
    color: #fff;
}

.feature-2 i {
    border: 1px solid #53baed;
    color: #53baed;
}