/*banner*/
.box{
  position:relative;
}
.box2{
  position:relative;
}
@-webkit-keyframes scale-in {
     0%   {transform: scale(10, 10); opacity: 0;}
    100% {transform: scale(1, 1); opacity: 1;}
}

@keyframes scale-in {
    0%   {transform: scale(10, 10); opacity: 0;}
    100% {transform: scale(1, 1);  opacity: 1;}
}

.img-title{
   -webkit-animation: scale-in 1.2s ease-out;
  -moz-animation: scale-in 1.2s  ease-out;
    animation: scale-in 1.2s ease-out;
  position: absolute;
  color: #fff;
  top: 20%;
  letter-spacing: 3px;
}

.display2 a{color: #fff;text-decoration: none;}
.img-title h4{margin-top: 20px;}
@media(max-width: 768px) {
 .img-title .display {font-size: 20px;} 
 .img-title .display2{font-size: 15px;}
}
@media(max-width: 450px) {
 .img-title .display {font-size: 13px;} 
 .img-title .display2{font-size: 10px;}
 
}
.fa-long-arrow-right{font-size: 15px;}
