/* ---- Big Logo custom changes ---- */
.home-custom-logo .logo-sub a img {
  max-height: 100px;
  width: auto;
}
.home-custom-margin-top {
  margin-top: 180px;
}
.home-custom-header {
  height: 180px;
}
.home-custom-progress {
  top: 180px;
}
.home-custom-header .progress {
  top: 180px;
}
.logo-icons-div {
  margin-bottom: 0;
}
.img-responsive.light_mode_img {
  width: 124px;
}
@media screen and (max-width: 991.5px) {
  .home-custom-margin-top {
    margin-top: inherit;
  }
  .home-custom-header {
    height: auto;
  }
  .home-custom-progress {
    top: inherit;
  }
  .home-custom-header .progress {
    top: 0;
  }
  .img-responsive.light_mode_img {
    width: 90px;
  }
}
@media screen and (max-width: 767.5px) {
  .home-custom-header .progress {
    top: 0;
  }
  .img-responsive.light_mode_img {
    width: 60px;
  }
}
/*# sourceMappingURL=custom.map */