.banner-area {
  font-size:40px;
  line-height:54px;
  color:#fff;
  text-align:center;
  padding-top:160px;
}
.banner-area .page-center {
  max-width:840px;
  margin:0 auto;
}
.banner-area .ban-logo img {
  margin:0 auto;
}
.banner-area .headings p
  margin-bottom: 0;
}
.banner-area p {
  margin-bottom:150px;
}
.banner-area .headings {
    margin-bottom: 94px;
}
.banner-area .ban-scroll {
    color: #fff;
    font-size: 22px;
    padding-bottom: 90px;
    display: inline-block;
    position: relative;
    transition: transform 0.2s ease;
}
.banner-area .ban-scroll:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 70px;
    background: #fff;
    animation: moveUpDown 1s ease-in-out infinite;
}
@keyframes moveUpDown {
    0%, 100% {
        transform: translate(-50%, 0);
    }
    50% {
        transform: translate(-50%, -10px);
    }
}

@media(max-width:1920px) and (min-width:1501px){
  .banner-area .ban-logo img {
    max-width: 350px !important;
}
  .banner-area .headings p {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 0;
}
  .banner-area .headings {
    margin-bottom: 15px;
  }
}
@media(max-width:1500px){
  .banner-area .ban-logo img {
    max-width: 240px !important;
}
  .banner-area .headings p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
}
  .banner-area .headings {
    margin-bottom: 15px;
  }
  .banner-area .ban-scroll {
    font-size: 20px;
    padding-bottom: 55px; 
}
  .banner-area .ban-scroll:after {
    height: 50px;  
}
  .banner-area {
    padding-top: 110px;
}
}
@media(max-width:767px){
  .banner-area {
    padding-top: 160px;
}
.banner-area .headings p{
    font-size: 20px;
}
.banner-area .ban-scroll {
    font-size: 14px;
    padding-bottom: 35px;
}
.banner-area .ban-scroll:after {
    height: 40px;  
}
.banner-area .ban-logo img {
    max-width: 233px !important;
}  
}