.carousel-cell {
  min-height: 550px !important;
}

.logo-default {
  width: 150px;
}

.mobile-logo-default {
  max-width: 150px;
}

.text-blue {
  color: #00b0f0 !important;
}

.iconbox-wavebg .iconbox-icon-container .icon-wave-bg path{
  fill: #0e0f14 !important;  
}

.icon-wave-bg {
  opacity: 1 !important;
}

.row-flex, .row-flex > div[class*='col-'] {  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex:0 auto;
}

.row-flex-wrap {
flex-flow: row wrap;
  align-content: flex-start;
  flex:0;
}

.iconbox {
  justify-content: normal !important;
}

.btn-solid.color-secondary {
  background-color: #00b0f0 !important;
  border-color: #00b0f0 !important;
}

.btn-txt {
  color: #FFF !important;
}