.banner-slider-wrapper {
  padding: 0px 20px 40px;
  background: #282828;
}
.carousel-caption {
  font-size: 30px;
  line-height: 45px;
}

.banner-slider-wrapper .carousel-item {
  background-color: rgb(40, 40, 40);
}
.banner-slider-wrapper .carousel-caption .carousel-text {
  text-align: center;
  padding-bottom: 80px;
}
.banner-slider-wrapper .carousel-caption .carousel-text > strong {
  background-color: #d64626;
  padding: 5px 20px;
}
.banner-slider-wrapper .carousel-caption > a.btn {
  position: relative;
}
.btn.btn-primary {
  color: #ffffff !important;
  background: #d64626;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: bold !important;
  border-color: #fff;
}

.et_pb_blurb h4,
.et_pb_blurb h4 a {
  font-weight: bold;
  text-transform: uppercase;
  color: #d64626 !important;
}

.container-wrapper {
  padding-top: 80px;
  padding-bottom: 120px;
}

section.et_pb_section.container {
  padding-top: 80px;
}

@media (max-width: 980px) {
  .logo_container {
    width: 200px;
  }
  .et-top-navigation {
    width: calc(100% - 200px);
  }
  #top-menu li {
    padding-right: 10px;
  }
}

@media (max-width: 768px) {
  #et_mobile_nav_menu {
    display: block;
  }
  #et-top-navigation {
    height: 60px;
    width: 60px;
    padding: 30px;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logo_container > a {
    position: relative;
  }
  .logo {
    font-size: 22px;
  }
  span.logo_helper {
  }
  .top-menu-nav {
    display: none;
  }
  .et_mobile_menu {
    display: none;
    top: 80px;
    visibility: visible;
    position: absolute;
    z-index: 9999;
    left: 0;
    width: 100%;
    padding: 5%;
    border-top: 3px solid #2ea3f2;
    opacity: 1;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .et_fixed_nav #main-header.et-fixed-header {
    position: fixed;
  }

  .et_mobile_menu li a {
    text-align: left;
  }
  .et_mobile_menu .menu-item.current-menu-item a {
    color: rgb(214, 70, 38) !important;
  }

  .container-wrapper .banner .et_pb_slider .et_pb_container {
    height: auto !important;
  }

  .container-wrapper {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  section.et_pb_section.container {
    padding-top: 20px;
  }

  .et_pb_slide_description .et_pb_slide_title {
    font-size: 32px;
  }
}
