/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.at_top .l-subheader-h {
    margin-bottom: 10px;
}
.sticky .at_top {
    background: #0071BC !important;
}
a {
    cursor: pointer !important;
}


.waves {
    position: absolute;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px;
    top: -100px;
    z-index: 9;
}

.about i.fa-info {
    background: #0071bc !important;
    padding: 40px;
    border-radius: 40px 0;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}

.pattern-layer{
	position: relative;
}

 .pattern-1{
  position: absolute;
  left: 0px;
  bottom: -10px;
  width: 100%;
  height: 55px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 2;
  background-repeat: repeat-x;
  animation: slide 80s linear infinite;
  -webkit-animation: slide 80s linear infinite;
}

 .catg a {
    background: #0071bc;
    font-size: 12px;
    padding: 0px 15px;
    color: #fff !important;
    position: absolute;
    z-index: 9;
    top: 15px;
    right: -3px;
}




@media (max-width: 787px){
 .pattern-1{
  position: absolute;
  left: 0px;
  bottom: -20px;
  width: 100%;
  height: 55px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 2;
  background-repeat: repeat-x;
  animation: slide 80s linear infinite;
  -webkit-animation: slide 80s linear infinite;
}

}