body{
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none !important;
}


.scroll-down-arrow {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-animation: arrow-bounce 2s infinite ease-out;
  animation: arrow-bounce 2s infinite ease-out;
}

.scroll-down-arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -1px;
  display: block;
  width: 2px;
  height: 6px;
  background: #fff;
}

.scroll-down-arrow span:nth-of-type(1) {
  transform: rotate(45deg);
}

.scroll-down-arrow span:nth-of-type(2) {
  transform: rotate(-45deg);
}


@-webkit-keyframes arrow-bounce {
  0% {
    bottom: 10px;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 10px;
  }
}

@keyframes arrow-bounce {
  0% {
    bottom: 10px;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 10px;
  }
}

.hover:hover{
  background-color: #2c2c77;
  color: white;
}

#item li {
  list-style: none;
}
#item li a {
  text-decoration: none;
}
a {
  text-decoration: none;
}

/* Andy css */

@media (min-width: 600px) and (max-width: 1000px){
  .hero-text{
    font-size: 50px !important;
  }
  .hero-image{
    height: 50vh !important;
  }
}
/* @media (min-width: 100px) and (max-width: 576px){
  .home-sec{
    height: 70vh !important;
  }
  .hero-bg{
    background: #2c2c77 !important;
  }
  .hero-con-txt{
    flex-basis: 100%;
    margin-bottom: 50px;
    width: 90% !important;
  }
  .hero-image{
    width: 80vw !important;
    height: 30vh !important;
  }
  .hero-text{
    font-size: 40px !important;
    
  }
  .hero-text-linka{
    font-size: 20px !important;
  }
  .hero-con{
    flex-direction: column !important;
    justify-content: center !important;
  }
  .hero2-txt{
    font-size: 40px !important;
  }
  .hero2-img{
    display: none !important;
  }
  .hero4-txt{
    font-size: 50px !important;
  }
  .hero4-txt-con2{
    bottom: 0 !important;
  }
  .hero5-txt{
    
  }
} */