/* Add custom CSS styles below */ 
a.navbar-brand {
  margin-left:2rem;
}
.header-innerRight.flex.items-center{
  flex:1 0 !important;
}
nav#mobile-menu{
  margin:0 auto;
}

#fullscreen-banner-0{
  margin-top:0 ;
}

.s-block--slider-with-bg .slider-bg:before{
  background-color: transparent ;
}
.container.-mt-62.relative.overflow-hidden {
    margin-top: -10rem;
}

.enhanced-features.icons-floating .s-block--features__item{
  border: 1px solid #7692b4;
}


@media(max-width:768px){
  .s-block--slider-with-bg .slider-bg{
    height: 13rem;
  }
  .s-block--slider-with-bg .s-slider-block__display-all{
    display:none;
  }
  
  .s-block--slider-with-bg  .swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-ios.swiper-backface-hidden{
    margin-top:6rem;
  }
  
  .container.-mt-62.relative.overflow-hidden {
    margin-top: -4rem;
}
}