
.banner-section .dnd-section{
  padding:0;
}



.banner-section .banner-wrapper {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  width: 100%;
  margin: 0px 0 0px 0;
}


.ac-banner .ac-title-content__subtitle {
  color: #8DB033;
  font-weight: bold;
  font-size: 32px;
  font-family: Caveat;
  font-family: Caveat,cursive;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  color: #ff9f0d;
  font-size: 32px;
  line-height:26px;
}
.ac-banner .ac-content {
    margin-bottom: 30px;
}
.banner-section h1 {
  font-family: Montserrat,sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
  font-size: 64px;
  line-height: 70px;
  letter-spacing: .5px;
  color: rgba(255,255,255,100%);
}

.ac-banner__content {
  margin-right: auto;
  max-width: 600px;
}

ul.ac-banner__breadcrumb.no-list {
  padding: 0;
  margin: 0;
  display: flex;
  padding: 0 0 8px;
}
.ac-banner__breadcrumb-list {
  display: inline-block;
  font-size: 18px;
  letter-spacing: .08em;
  line-height: 33px;
  margin-right: 30px;
  position: relative;
}
.ac-banner__breadcrumb-list {
  font-size: 20px;
  line-height: 24px;
  color:#fff
}
.ac-banner__breadcrumb-list a{
  color:#fff
}

.ac-banner__breadcrumb-list:first-child:before {
  background: #fff;
  content: "";
  height: 10px;
  position: absolute;
  right: -14px;
  top: 50%;
  width: 2px;
  transform: translateY(calc(-50% + 5px)) rotate(-125deg);
  /*     transform: translateY(-50%) rotate(125deg); */
  background: rgba(255,255,255,100%);
}
.ac-banner__breadcrumb-list:first-child:after {
  background: #fff;
  content: "";
  height: 10px;
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%) rotate(125deg);
  width: 2px;
}
@media only screen and (min-width: 768px){
  .banner-section h1{
    font-size: 56px;
    line-height: 64px;
  }
}
@media only screen and (min-width: 992px){
  .banner-section h1 {

    font-size: 64px;
    line-height: 70px;
    letter-spacing: .5px;
    margin: 0 0 20px;

  }
  .banner-section .ac-banner__container {
    padding: 102px 0px 102px 0px;
  }     
}

@media (max-width: 991px){
  .ac-banner__content-container {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;

  }
  ul.ac-banner__breadcrumb.no-list{
    text-align: center;
    display:block;
  }


  .ac-banner__content {
    margin: auto;
    max-width: 600px;
    text-align: center;
  }

  .banner-section .ac-banner__container {
    padding: 50px 0px 50px 0px;
  }

}
@media (max-width: 767px){
  .banner-section h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .ac-banner__breadcrumb-list{
    font-size:18px;
  }

