#header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
}

#content-outer.div-outer {
  width: auto;
}

#home-slider {
  position: relative;
  height: 100vh;
  background: #000000;
}

#home-slider-items {
  height: 100vh;
}

.slide {
  position: relative;
  height: 100vh;
  background: #000000;
}

.slide-content {
  width: 100%;
  height: 100%;
}

.slide-image {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  text-align: center;
  overflow: hidden;
}

.slide-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  object-fit: cover;
}

.slide-text {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slide-text-wrapper {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  margin: auto;
}

.slide-text-container {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.slide-text-main {
  max-width: 700px;
  margin: auto;
}

.slide-title {
  color: #FFFFFF;
  font-family: 'Oswald', sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.slide-subtitle {
  margin: 0px 0px 30px 0px;
  color: #FFFFFF;
  font-family: 'PT Serif', sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: 2em;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.slide-link {
  font-size: 20px;
}

.slide-link a {
  display: inline-block;
  padding: 0.3em 1em;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

#owl-navigation {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
  z-index: 99;
}

#owl-navigation.disabled {
  display: none;
}

#owl-navigation-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  z-index: 99;
}

#owl-navigation-dots.disabled {
  display: none;
}

#owl-navigation-dots .owl-dot {
  width: 80px;
  margin: 0px 5px;
  padding: 10px 0px;
  background: transparent;
  border: 0px;
  cursor: pointer;
}

#owl-navigation-dots .owl-dot span {
  display: block;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
}

#owl-navigation-dots .owl-dot.active span {
  background: #C36E00;
}

#home-top {
  padding: 40px 0px 60px 0px;
  color: #595959;
}

#home-top-outer {
}

#home-top-inner {
  text-align: center;
}

#home-top h1 {
  position: relative;
  margin-bottom: 40px;
  font-size: 43px;
}

#home-top h1::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  width: 50%;
  margin: auto;
  border-bottom: 1px solid #2A2B2B;
}

#home-middle {
  padding: 30px 0px;
}

#home-middle-outer {
}

#home-middle-inner {
  text-align: center;
}

#home-bottom {
  padding: 30px 0px;
}

#home-bottom-outer {
}

#home-bottom-inner {
  text-align: center;
}

.video-box {
  display: block;
  position: relative;
  overflow: hidden;
}

.video-box img {
  display: block;
  transition: all 0.12s ease-in-out;
}

.video-box:hover img {
  transform: scale(120%);
}

.video-box h3 {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  lefT: 0;
  margin: 0px;
  padding: 0px;
  text-align: center;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.6);
}

.video-box h3 span {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

#home-testimonials {
  padding: 60px 0px;
}

#home-testimonials-outer {
}

#home-testimonials-inner {
  text-align: center;
}

#home-testimonials-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  justify-content: center;
  align-items: center;
  margin: 60px 100px 0;
}

.testimonial {
  height: 100%;
  padding: 40px;
  color: #2A2B2B;
  text-align: left;
  background: #FFFFFF;
}

.testimonial-icon {
  position: relative;
  width: 60px;
  height: 60px;
  margin: -70px auto 0;
  color: #C36E00;
  font-size: 26px;
  line-height: 60px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #C36E00;
  border-radius: 30px;
}

.testimonial-image {
  margin: auto;
  width: 90px;
  height: 90px;
  margin: 30px auto;
  background: #EFEFEF;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.testimonial-text {
  margin: 30px 0px;
}

.testimonial-name {
  font-size: 20px;
  font-weight: 700;
}

#home-partners {
  padding: 30px 0px;
}

#home-partners-outer {
}

#home-partners-inner {
  text-align: center;
}

#home-partners-top {
  border-bottom: 1px solid #CCCCCC;
}

#home-partners-top img {
  width: 27%;
  height: auto;
  margin: 0px 3%;
  vertical-align: middle;
}

#home-partners-bottom img {
  width: auto;
  height: 75px;
  margin: 10px;
  vertical-align: middle;
}

#home-contact {
  padding: 30px 0px;
}

#home-contact-outer {
}

#home-contact-inner {
  text-align: center;
}