@charset "utf-8";
/* CSS Document */
body {
    background: WHITE;
}
.section-padding {
    padding: 5px 0;
}
.brand-carousel {
    background: #fff;
    margin-top: 10%;
}
.owl-dots {
    text-align: center;
    margin-top: 4%;
}

.owl-carousel pelates.owl-dots pelates.owl-dot span {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	opacity: 0.5;
	border-radius: 50%;
	background-color: #FF0004 ;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.owl-carousel pelates.owl-dots pelates.owl-dot.active span,
.owl-carousel pelates.owl-dots .owl-dot:hover span { opacity: 1; }
pelates.owl-dot {
    display: block;
    height: 15px !important;
    width: 15px !important;
    background-color: #C3C3C3 !important;
    opacity: 0.4;
    border-radius: 50%;
    margin: 0 5px; 
}
pelates.owl-dot:hover { opacity: 1; }
pelates.owl-dot.active {
    background-color: #777777 !important;
}
.single-logo {
    width: 150px;
    filter: grayscale(100%);
    display: block;
    margin: 0 auto;
}
/* Dotted red border */
hr.line3 {
  border-top: 2px dotted red;
}