
.wrap img {
    margin: 0px 0 0 14px;
    line-height: 60px;
    position: absolute; 
    bottom: -20px;
    color: #d6d6d6;
    z-index: 99; 
    width: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    padding: 4px;
    fill: #d6d6d6;
  }
  
  .bounce {
    animation-iteration-count: infinite;
    animation-duration: 2.5s;
    animation: bounce 3.6s ease infinite;
    transform-origin: 50% 50%;
  }
  
  @keyframes bounce {
    0% {
      transform: translateY(0);
    }
    5.55556% {
      transform: translateY(0);
    }
    11.11111% {
      transform: translateY(0);
    }
    22.22222% {
      transform: translateY(-15px);
    }
    27.77778% {
      transform: translateY(0);
    }
    33.33333% {
      transform: translateY(-15px);
    }
    44.44444% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(0);
    }
  }
 
  .wrap p {  
     bottom: -45px;
     text-align: center;
    font-size: 10px;
    width: 100%;
    display: inline;
}


  /*Scroll Down*/
  








body { background-color: #000000;}

.new_banner {      
    background-color:#000;
    height: 65vh;
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    background-size: cover;
    background-position: top;
    background-image: url(https://gulfnews-labs.s3.us-east-1.amazonaws.com/uae_then_and_now-uae_50th_anniversary/images/new_banner.jpg);
   


}

.gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#000),color-stop(50%,rgba(15,15,15,0)));
    background-image: -o-linear-gradient(bottom,#000,rgba(15,15,15,0) 50%);
    background-image: linear-gradient(0deg,#000,rgba(15,15,15,0) 50%);
    z-index: 2;
}


.carousel-control { opacity: .9;}

h1, h2, h3, h4, h5, h6 { font-family: 'Roboto Slab', serif;}

h1 { font-weight: 700; font-size: 4rem; color: #e5e5e5; }

h2 { font-weight: 700; font-size: 1.7rem; }


.hdr { text-align: center; color: #e5e5e5; position: relative;}

.hdr p { color: #636363;}

.hdr h2 {color: #cecece;}

.slider { padding: 40px 0px 20px 0px; border-bottom: solid 1px #575757;}

.slider img { width: 100%;}

.slider h4 { font-family: 'Roboto Slab', serif; font-weight: 400; font-size:2rem; line-height: 2.8rem; text-shadow: 0px 2px 2px rgba(0, 0, 0, 1); }

.slider p { font-family: 'Average', serif;  font-size:1.5rem; margin:2rem 0;  color: #d6d6d6; }

.ftr { background-color: #282828; color: gray; padding: 15px 0px  10px 0px; }

footer { margin-top: 50px;}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {  
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 8px;}

@media only screen and (min-device-width : 320px) and (max-device-width : 667px) {

  .new_banner { height: 45vh; }
  .slider p { font-size: 1.1rem ;}
 
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {  

    width: 40px; height: 40px; padding: 8px;

}


h1 { font-weight: 700; font-size: 2.5rem; line-height: 2.9rem; color: #e5e5e5; }
h2 { font-weight: 700; font-size: 1.6rem; line-height: 2.3rem; }
p { font-size: 1.2rem;}
.carousel-caption { left: 8%; right: 8%; padding-bottom: 0px; bottom: 10px; }


.slider h4 { font-weight: 400; font-size: 1.3rem; line-height: 1.8rem; margin-bottom: 0px; letter-spacing: .5px; }


.slider p { margin-bottom: 0px;}
.slider {  padding: 40px 0px 20px 0px;}
}




@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { 
}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1336px) { 

    
}