

@media (max-width: 480px) {
	.navbar-toggler {
		position: absolute;
		left: 17px;
        top: -46px;
	}
	.navbar-nav{
		 text-align: center;
	}
	.mt-xs{
		margin-top: -37px;
	}
	.ps-sm-3 {
		padding-right: 1rem !important;
	  }
	  .pe-sm-0 {
		padding-left: 0 !important;
	  }
	  .px-sm-3 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	  }
	  .mt-sm-3 {
		margin-top: 1rem !important;
	  }
	  .pe-sm-5 {
		padding-left: 3rem !important;
	  }
	  .mt-sm-1 {
		margin-top: 0.25rem !important;
	  }
	  .navbar-light .navbar-brand{
		display: none !important;
	  }
	#menu.border {
		border: 0px solid #dee2e6 !important;
	}
	#top-news .position-absolute {
		position: initial !important;
	}
	#top-news .grd-top {
		padding: 15px;
		bottom: 0px;
		background:rgb(135 135 135);
	}
	#footer li.nav-item a i {
		color: #ffffff;
        width: 31px;
        height: 34px;
        padding-top: 9px;
	}
	#footer h3{
		font-size: 11px;
	}
	#files h4{
		padding-top: 15px;
	}
	.carousel-control-prev{
		display: none;
	}
	.carousel-control-next{
		display: none;
	}
 }

 @media (min-width: 576px) { 
	
	.navbar-toggler {
		left: -19px;
   		 top: -79px;
		position: absolute;
		border:none !important;
	}
	.navbar-light .navbar-brand{
		display: none !important;
	  }
	  #files h4{
		padding-top: 15px;
	}
	.carousel-control-prev{
		display: none;
	}
	.carousel-control-next{
		display: none;
	}
	.navbar-nav{
		text-align: center;
   }
 }


@media (min-width: 768px) { 
	.nav-link {
		font-size: 15px;
	}
	.news-title h4 {
		font-size: 12px;
	}
	#footer li.nav-item a i {
		color: #ffffff;
        width: 31px;
        height: 34px;
        padding-top: 9px;
	}
	.carousel-control-prev{
		display: none;
	}
	.carousel-control-next{
		display: none;
	}
}

@media (min-width: 992px) { 

	.navbar-light .navbar-brand{
		display: block !important;
 }
 #files h4 {
	padding-top: 0px;
}
.nav-link {
    font-size: 18px;
}
.news-title h4 {
    font-size: 10px;
}
.carousel-control-prev{
	display: block;
}
.carousel-control-next{
	display: block;
}
.carousel-indicators{
	display: none;
}
	
}

@media (min-width: 1024px) { 
	
	
	
}
 
@media (min-width: 1200px) { 

	#footer li.nav-item  a i{
		width: 40px;
		height: 40px;
		border-radius: 50%;
		text-align: center;
		padding-top: 12px;
		color: #fff;
	}	
	.news-title h4 {
		font-size: 12px;
	}
	
	
}	
 
@media (min-width: 1800px) { 


}




  