.text-main {
  color: #18268f !important;
}
section#home-header {
  position: relative;
  background: url(../images/wood_pattern.png) repeat;
  padding: 40px 0;
  min-height: calc(100vh - 57px);
}
section#home-header .badge-container {
  position: absolute;
  top: 0;
  left: 20px;
  width: 300px;
  height: 300px;
  z-index: 2;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}
@media only screen and (max-width: 1299px) {
  section#home-header .badge-container {
    display: none;
  }
}
section#home-header .main-logo {
  width: 300px;
}
section#home-header #main-slider {
  position: relative;
  width: 100%;
  height: 100%;
}
section#home-header #main-slider .frame-container {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
section#home-header #main-slider .frame-container .frame-img {
  width: 100%;
}
section#home-header #main-slider .frame-container .carousel-inner {
  position: absolute;
  z-index: -1;
  top: 8%;
  left: 8%;
  width: 85%;
  height: 81%;
}
section#home-header #main-slider .frame-container:after {
  width: 90%;
  margin-left: 5%;
  z-index: 75;
  border-radius: 50%;
  background: #000000;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  display: block;
  content: "";
  height: 5px;
  opacity: 0.9;
  box-shadow: 10px 0 2px 2px rgba(0, 0, 0, 0.4), -10px 0 2px 2px rgba(0, 0, 0, 0.4), 15px 0 8px 4px rgba(0, 0, 0, 0.5), -15px 0 8px 4px rgba(0, 0, 0, 0.5), -4px 0 2px rgba(0, 0, 0, 0.9), 4px 0 2px rgba(0, 0, 0, 0.9), 8px 0 8px rgba(0, 0, 0, 0.9), -8px 0 8px rgba(0, 0, 0, 0.9), inset 0 0 3px #000;
}
@media only screen and (max-width: 767px) {
  #subheader {
    padding: 0;
  }
}
/*# sourceMappingURL=Index.css.map */