a { color:#a365bc; text-decoration: none; transition: all .3s; }
a:hover, a:focus { color: #a365bc; border: 0; text-decoration: none; }

/***** Top content *****/

.top-content 
{ 
	width: 100%; padding-top: 75px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(1);
}
.carousel-control-next	 
{
	/*margin-right: 120px;*/
}
.carousel-control-prev 	 
{
	/*margin-left:-65px;*/
}
.carousel-caption {
	  position: relative;
	  left: auto;
	  right: auto;
}

@media (max-width: 480px)
{ 
	.carousel
	{
			width: 320px;
			/*height: auto;*/
			/*height:320px;*/
			/*margin: 0 auto;
			margin-left:0;*/
		}
/*	.carousel-inner
	{*/
		/*
			width: 320px;
			height:320px;
			margin: 0 auto;
			margin-left:0;
			*/
	/*	}*/

/*	.carousel-inner > .item
	{*/
		/*
			width: 320px;
			height:320px;
			margin: 0 auto;
			margin-left:0;
			*/
/*		}*/
/*		
.carousel-inner > .item > img
{*/
		/*width: 320px;
		height:320px;*/
		/*margin: 0 auto;
		margin-left:0;*/
/*	}*/
}


 /*added dkm*/
  /*.carousel {*/
	/*margin: 0 auto;
	/*margin-left:0;*/
	/*margin-right:0;*/
	/*height:300px;*/
	/*width: 300px;*/
	/*max-height: 300px;*/
	/*min-height: 300px;*/	
	/*}*/

	/*
.carousel .item {*/
		/*height: 300px;*/
		/*max-height: 300px;*/
		/*min-height: 300px;*/
		/*margin-left:0;*/
		/*margin-right:0;*/
	/*  }	*/
 /* 	  
.carousel-inner > .item > img {*/
	/*margin-left:0;*/
	/*margin-right:0;*/
	/*height:30px;*/
	/*object-fit: contain;*/
	/*max-width: 100%; */
	/*width: 100% \9;*/
	/*height: auto; */
	/*margin: 0 auto;*/
	/*border-top-left-radius: 5px; 
	border-top-right-radius: 5px;*/
	/*height: auto; */
	/*width: auto; */
	
/*	}*/
/*
.item img {*/
	 /* position: absolute;*/
	  /*top: 0;*/
	  /*left: 0;*/
	 /* min-height: 300px;*/
	  /*max-height: 300px;*/
	  /*object-fit: cover;*/
	  /*margin-left:0;*/
	  /*margin-right:0;*/
 /* }*/

 /*end added dkm*/

/***** Top menu *****/

.navbar { background: #444; transition: all .6s; backface-visibility: hidden; }

.navbar-dark .navbar-nav { font-size: 15px; color: #fff; /*text-transform: uppercase;*/ }
.navbar-dark .navbar-nav .nav-link { color: #fff; color: rgba(255, 255, 255, 0.8);border: 0; }
.navbar-dark .navbar-nav .nav-link:active { color:white; }
.navbar-dark .navbar-nav .nav-link:hover { color:#fff;}
.navbar-dark .navbar-nav .nav-link:focus { color:#fff;outline: 0; }

.navbar-expand-md .navbar-nav .nav-link { padding-right: 1rem; padding-left: 1rem; }

.navbar-brand {

	width:123px;
	/*background: url(/multinet/images/mns.jpg) left center no-repeat;*/
	border: 0;
	/*text-indent: -99999px;*/

}
/***** Footer *****/

.footer { 
	padding: 40px 0;
	position: fixed;
	/*position: relative;*/
	/*position: absolute;*/
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: black;
	color: white;
	text-align: center;
}
