/* 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;
  }
}

.stockmarket{
	width: 230px;
	height:80px;
	background-size: 60px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 10px;
	margin: 30px;
	display:inline-block;
	border-radius: 10px;
	border-style:ridge;
	border-color: rgb(5, 4, 4);
	box-shadow: 0px 0px 10px rgb(7, 7, 7);
  
}

.stockmarket h2{
	font-size:20px;
	text-align: center;
	margin-top: -45px;
	margin-left: 85px;
	
}
.stockmarket-img {
	width: 80px;
	height: 60px;
	margin-left: 5px;
	margin-top:10px;
}


.stockmarket a{
	color: #dc1515;
	text-decoration:none;
}
.stockmarket a:hover{
	color:#2055f4;
	text-decoration:none;
}

.stockmarket{
	width: 230px;
	height:80px;
	background-size: 60px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 10px;
	margin: 30px;
	display:inline-block;
	border-radius: 10px;
	border-style:ridge;
	border-color: rgb(5, 4, 4);
	box-shadow: 0px 0px 10px rgb(7, 7, 7);
  
}

.sportsstores h2{
	font-size:20px;
	text-align: center;
	margin-top: -45px;
	margin-left: 85px;
	
}
.sportsstores-img {
	width: 80px;
	height: 60px;
	margin-left: 5px;
	margin-top:10px;
}


.sportsstores a{
	color: #dc1515;
	text-decoration:none;
}
.sportsstores a:hover{
	color:#2055f4;
	text-decoration:none;
}
