/* Your custom styles */
.carousel .carousel-indicators li {
    max-width: 30px;
    height: 10px;
    border-radius: 0% !important;
    cursor: pointer; }

body{
font-family: NTR sans-serif;


}

.adds{
  border: 5px;
  border-color: red;
}

.map{
	width: 10px;
	height: 10px;
}
.blink {
  animation: blink 1s steps(1, end) infinite;
  
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

Ul li{
  list-style: none;
}
.contactus1{
  text-align: center;
  font-size: 35px;
  color: darkgoldenrod;
 
  
}
.adress1{
  color: orange;
  text-align: center;
}
.manaheading{
	color: blue;

	
}
.nandyalheading{
  margin-left: 300px;
	font-size: 30px;
  font-weight: 800;
  color: rgb(244, 103, 42);
  display: inline-block;
}
.nandyalheading1{
	text-align: center;
	font-size: 30px;
  font-weight: 800;
  color: blue;
}
.phonenumber{
  font-weight: 800;
  font-size: 30px;
  color: red;
  text-align: center;
}
