@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');


h1, h2, h3, h4, h5, h6
{
	font-family: "Anton", sans-serif!important;
	font-weight: 500!important;
	letter-spacing: .6px;
	color:#4a4a4a;
}

header .navbar-links li > a
{
	font-size: 16px!important;
}

.asc_logo_slider .swiper-slide img
{
	box-shadow:0px 0px 9px #dfdede;
	padding: 5px;
	border-radius:10px;
	border:1px solid #d7d7d7;
}

.service_section
{
	background-color: #eee;
	padding: 50px 0;
}

.ascd_section
{
	background-color: #eee;
	padding: 50px 0;
}

.btn-right .btn::after
{
	color:#fff!important;
}

@media(max-width: 768px) 
{
    .brand-slide .swiper-slide img
    {
        width:150px!important;
    }
}




