
.iNDEXPAGE{    font-size: 14.5px;}
  li.tExTlI1 {
      color: white;
  }
  .tExTCOlor{color:white;}
  section.carRental {
      margin-top: 3em;
  }
  *{
    font-family: "Roboto",sans-serif;
  }
  .testimonial_subtitle{
      color: #0aaa7a;
      font-size: 12px;
  }
    .testimonial_btn{
      background-color: #373d4b !important;
      color: #fff !important;
   }
   .seprator {
      height: 2px;
      width: 56px;
      background-color: #0aaa7a;
      margin: 7px 0 10px 0;
  }
  p.tExTlI1 {
      color: white;
  	    float: left;
  }

  ul.bhanuTextUL {
    list-style-type: square;
  }
  h4.cARdhOMEpAGE{ text-align:center;}

@-webkit-keyframes zoom {
from {
-webkit-transform: scale(1, 1);
}
to {
-webkit-transform: scale(1.5, 1.5);
}
}

@keyframes zoom {
from {
transform: scale(1, 1);
}
to {
transform: scale(1.5, 1.5);
}
}

.carousel-inner .item.img {
-webkit-animation: zoom 20s;
animation: zoom 20s;
}
