/*
Template Name:
Version:1.0
*/

html,
body {
  background: #0b0d0e;
}

.mainColor {
  color: #00b08b;
}

.logo {
  max-width: 50%;
}

.about-img-section1 {
  background-image: url(../img/about/about1.png);
  background-size: cover;
  background-position: center;
}

@media (max-width: 991px) {
  .header-area.header-main {
    background: #0b0d0e;
    position: relative;
  }
  .single-welcome-area.home_1 {
    margin-top: 0 !important;
  }
}
