.page-banner .bmcb-heading {
	position: relative;
}

body.home .homepage-slider .n2-ss-slide-background-color {
    background:none !important;
}

.testimonial-slider .slider__arrow-group .slider__arrow {
    color:#3096bb !important;
}

.get-in-touch-form_wrapper input[type="text"],
.get-in-touch-form_wrapper textarea {
    color:#666666 !important;
}

.bmcb-text ul {
    margin-bottom:2rem !important;
}

/* Next Gen Gallery Popup */

.sl-wrapper .sl-close {
    font-size: 80px !important;
    line-height: 1 !important;
    color: var(--color-primary) !important;
}

.sl-wrapper .sl-navigation button {
    font-size: 80px !important;
    line-height: 1 !important;
    color: var(--color-primary) !important;
    top:50% !important;
    transform:translateY(-50%) !important;
}

/* Next Gen Gallery Popup */

/* Single Project Nextgen Gallery */

body.single-project .ngg-galleryoverview {
    margin-bottom:80px !important;
}

/* Single Project Nextgen Gallery */

@media only screen and (min-width: 981px) {
  .testimonial-slider .slider__arrow-group .slider__arrow {
    font-size:6rem !important;
  }
}

@media only screen and (max-width: 980px) {
  .testimonial-slider .slider__arrow-group .slider__arrow {
    font-size:3.5rem !important;
    bottom:-80px;
    top:auto !important;
  }
  
  .testimonial-slider .slider__arrow-group .slider__arrow.arrow-left {
      left:calc(50% - 40px) !important;
  }
  
  .testimonial-slider .slider__arrow-group .slider__arrow.arrow-right {
      right:calc(50% - 40px) !important;
  }
  
  .testimonial-slider__navigation {
      display:block !important;
  }
}

@media only screen and (max-width: 640px) {
    .testimonial-slider .slider__arrow-group .slider__arrow {
        font-size:3rem !important;
        bottom:-50px;
    }
    .testimonial-slider .slider__arrow-group .slider__arrow.arrow-right {
      right:calc(50% - 30px) !important;
    }
  
   .testimonial-slider .slider__arrow-group .slider__arrow.arrow-left {
      left:calc(50% - 30px) !important;
  }
}


