img{
  max-width: 100%;
}
.jcc{justify-content: center;}
.aic{align-items: center;}
.hero-text-shadow{
  text-shadow: 0 3px 3px #1d1d1d;
}

.ftco-intro{
  background-image: url(../img/banner/6.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}



@media (max-width: 576px){
  .navbar-brand{
    font-size: 20px;
  }

  .slider-text h1{
    font-size: 34px;
  }

  .heading-section h2{
    font-size: 24px;
  }
  .heading-section.heading-section-white h2{
    font-size: 24px;
  }

  h3{
    font-size: 1.25rem;
  }

  .heading-section.heading-section-white p{
    font-size: 16px;
  }

  .services.services-2 .icon{
    width: 120px;
    height: 60px;
  }

  .ftco-intro{
    background-attachment: unset!important;
    background-image: url(../img/banner/6.jpg);
    background-position: center;
    background-size: cover;
    
    
  }
}

.hero-wrap .sns-list{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}

.hero-wrap .sns-list li{
  margin: 10px;
}

.hero-wrap .sns-list li a{
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #ffffff2d;
  border: 1px solid #aaa;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 1.5rem;
}

.hero-wrap .sns-list li a:hover{
  background: #ffffff;
  border: 1px solid #aaa;
  color: #333;
  filter: drop-shadow(0px 0px 0px #fff);
}

.car-slider a{margin: 10px;}

.slick-prev:before, .slick-next:before{
  color: rgb(124, 124, 124);
}

.bg-dark{
  background: #000a29;
}

.bg-dark .heading-section .subheading{
  color: #bbccff;
}

.bg-dark .heading-section h2{
  color: #fff;
}

hr{
  border: 1px solid #104675;
  max-width: 900px;
  margin-top: 3rem;
  margin-bottom: 3rem;
  
 
}