.banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.banner .background-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.banner .banner-content {
  position: relative;
  z-index: 1;
}

.banner .banner-content h1,
.banner .banner-content h2,
.banner .banner-content h3,
.banner .banner-content h4,
.banner .banner-content h5,
.banner .banner-content h6 {
  color: inherit; font-family: 'Libre Baskerville' !important;
}


.banner .banner-content h3 {}

.banner .banner-content h3 span {
  position: relative;
  display: inline-block;
}

.banner .banner-content h3 svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  overflow: hidden;
}

.banner .banner-content h3 svg path {
  stroke-width: 9;
  fill: none;
  stroke-dasharray: 1500;
  -webkit-animation: elementor-headline-dash 10s infinite;
  animation: elementor-headline-dash 10s infinite;
  stroke: #61ce70;
}
.banner-area .dnd-section {
  padding: 0 !important;
}
.banner .banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner .banner-content h3 {
  font-size: 50px;
  font-family: "Roboto",Sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 10px;
}
@-webkit-keyframes elementor-headline-dash {
  0% {
    stroke-dasharray: 0 1500
  }

  15% {
    stroke-dasharray: 1500 1500
  }

  85% {
    opacity: 1
  }

  90% {
    stroke-dasharray: 1500 1500;
    opacity: 0
  }

  to {
    stroke-dasharray: 0 1500;
    opacity: 0
  }
}

@keyframes elementor-headline-dash {
  0% {
    stroke-dasharray: 0 1500
  }

  15% {
    stroke-dasharray: 1500 1500
  }

  85% {
    opacity: 1
  }

  90% {
    stroke-dasharray: 1500 1500;
    opacity: 0
  }

  to {
    stroke-dasharray: 0 1500;
    opacity: 0
  }
}
.banner h1 {
  font-family: "Lora",Sans-serif;
  font-size: 50px;
  font-weight: 100;
  letter-spacing: 0.1px;
  margin: 0;
  padding: 10px;
}

.banner.with-overlay-image {
  background-position: center center;
  background-size: cover;
}

.banner.with-overlay-image .background-overlay {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}

.banner.no-banner-height {
    background-position: center center;
}

.banner .banner-content h4 {
    font-size: 45px;
    font-weight: 600;
    line-height: 1.4;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.banner .banner-content p {
    margin: 0 0 10px;
/*     font-size: 16px; */
  font-size: 20px;
    font-weight: 300;
    color: #bfbfbf;
/*     line-height: 2; */
   line-height: 1.5;
    max-width: 700px;
    text-align: center;
  font-family: Work Sans !important;
    font-weight: 400;
}

@media (max-width: 1024px) {
  .banner-section {
    margin-top: 21px;
  }
 
  .banner.no-banner-height {
    padding: 100px 25px 100px 25px !important;
  }
  
}

@media (max-width:767px){
  
    .banner.no-banner-height  .banner-content h4 {
    font-size: 30px;
  }

  .banner.no-banner-height  {
    padding: 50px 20px 50px 20px !important;
  }

  
}
