.elite{
  background-color: black;
  font-size: 1.5rem; /* 24px */
  line-height: 2rem; /* 32px */
}

.headerlist{
  font-size: 28px;
  color: red;
  font-family: font-serif;
}



.mr-5:hover{
  background: white;
  color: black;
  padding: 4px 4px;
  border-radius: 20px;
}



/**sldeshow begins here**/
.slider-frame{
  overflow: hidden;
  height: 454px;
  width: 454px;
  margin-top: 50px;
  background: #000;
  align-items: center;
}

@keyframes slide_animation{
  0%{left: 0;}
  10%{left: 454px;}
  20%{left: 908px;}
  30%{left: 1362px;}
  40%{left: 1816px;}
  50%{left: 1816px;}
  60%{left: 1362px;}
  70%{left: 908px;}
  80%{left: 454px;}
  90%{left: 0;}
  100%{left: 0;}
}

.slide-image{
  width: 2270px;
  height: 600px;
  margin: 0 0 0 -1816px;
  position: relative;
  animation-name: slide_animation;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-play-state: running;
  background-color: black
}

.img-cointainer{
  height: 454px;
  width: 454px;
  position: relative;
  float: left;
  background: #000;
}

.eliteind2{
  font-family: sans-serif;
  font-size: 50px;
  letter-spacing: 1px;
  margin: 5%;
  text-align: center;
  color: white;
  background: #000;
}

.eliteind3{
  font-family: fantasy;
  font-size: 20px;
  margin-top: 30%;
  margin-left: 5%;
  color: white;
  background: #000;
}

.itstable{
  background-color: black;
}

/**dropdown list**/

.dropdown {
    position: relative;
    display: inline-block;
    color: gold;
    border-radius: 10px;
  }
  
  .dropdown-content {
    display: none;
    position: fixed;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

  .serve{
    border-radius: 10px;
  }

  .mr-m:hover{
    background: rgb(248, 216, 8);
    color: white;
    padding: 10px 7px;
    border-radius: 10px;
  }

.kammal{
  line-height: 40px;
}


/*header{
  position: fixed;
  width: 100%;
  z-index: 9999;
}*/
