html:focus-within {
    scroll-behavior: smooth;
}


body {
    margin: 0;
    font-family: 'Raleway','Serif','Franklin Gothic Medium', 'Arial Narrow' ,'Arial Bold', 'sans-serif',;
    overflow-x: hidden;

}
.topbar {
    background-color: #555555;
    color: #ffffff;
    padding-top: 10px;
    font-size: 0.9rem;

}




.navbar {
    padding: 0;
}

.navbar-default {
    background: #17273a;
    width: 100%;
    border-bottom: 1px solid #00a63f;
}
.navbar .navbar-nav .nav-link {
    color: #164882;
    font-weight: 500;
}
.navbar .navbar-nav .nav-link:hover {
    color: #052039;

}
.ssphotogrid {
    background-image: url("../images/ssphotogrid1.jpg");
    background-size: cover;
    background-position: center;
    min-height: 600px;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 25px;
}
.objectfit .img {
    object-fit: cover;
}
.boxsimple{
    margin-bottom: 40px;
    text-align: center;
    }

    .bg1{
    background-color: #4fbfa8;
    }

    .bg{
    background-color: #e9ecef;
    }
    .ssfooter{
    background-color: #182c39;
    color: white;
    padding-top: 20px;
    }
    .ssfooter a{
    color: white;
    text-decoration: underline;

    }
    .soundsolutionsmap{
        width: 100%;
        height: 400px;

    }
.epsonservice{
    background-image: url("../images/index-epsonservicecenter.jpg");
    height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    display: flex;
    text-shadow: 2px 2px #000000;
    color: white;
    justify-content: center;

}
.testimonial-slider .carousel-indicators button {
    width: 10px;
    height: 10px;
    background-color: #0F62AC;
    border-radius: 100%;
}
.testimonial-slider {
    padding: 10px 0px 40px;
}
/**gallery**/
body {
	margin:0;
	padding:0;
}
/* .container{
	width:90%
	margin:10px auto;
} */
.portfolio-menu {
	text-align:center;
}
.portfolio-menu ul li {
	display:inline-block;
	margin:0;
	list-style:none;
	padding:10px 15px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
}


.portfolio-item .item {
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}


/**footer**/
ul {
    margin: 0px;
    padding: 0px;
}
ul li {
    list-style: none;
}
ul li a {
    text-decoration: none;
    color: #333333;
    font-size: 16px;
    margin: 8px 0px;
    display: block;
}




@media (max-width: 576px){
    .carousel-item img {
        height: auto;
        width: 100%;
    }
   }

@media (max-width: 576px){
    p {font-size: 20px;
}
}

@media (max-width: 576px){
    ul li a {
        font-size: 20px;
    }
}
