 .body{
    align-items: center;
    text-align: center;
    justify-content: center;
    align-items: center;
}

@keyframes scroll{
    0%{
        transform: translateX(0)
    }
    100%{
        transform: translateX(calc(-250px * 3));
    }
}

.slider-logo{
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
}

.slider-logo .slider-track-logo{
     animation: scroll 30s linear infinite;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: calc(250px * 7);
}

.slider-logo .slider-logo{
    height: 100px;
    width: 250px;
    
} 

.slider-logo img{
    margin-left: 40px;
    margin-right: 40px;
}

.subscribe:hover{
    background-color: white !important;
    color: #007bff;
}
.space{
    width: 100%;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #007bff;
}








 .carouse h2 {
	color: #052c52;
	text-align: center;
	position: relative;
	margin-top: 30px;
}
.carouse p {
	text-align: center;
	position: relative;
	margin: 10px 0 60px;
}
.carouse h2::after {
	content: "";
	position: absolute;
	margin: 0 auto;
	border-radius: 1px;
	background: #007bff;
	left: 0;
	right: 0;
	bottom: -20px;
}
.carouse .carousel .carousel-item {
	color: #999;
	overflow: hidden;
	min-height: 120px;
	font-size: 13px;
}
.carouse .carousel .media {
	position: relative;
	padding: 0 0 0 20px;
}
.carouse .carousel .media img {
	width: 75px;
	height: 75px;
	display: block;
	border-radius: 50%;
}
.carouse .carousel .testimonial-wrapper {
	padding: 0 10px;
}
.carouse .carousel .testimonial {
	color: #808080;
	position: relative;
	padding: 15px;
	background: #f1f1f1;
	border: 1px solid #efefef;
	border-radius: 3px;
	margin-bottom: 15px;
}
.carouse .carousel .testimonial::after {
	content: "";
	width: 15px;
	height: 15px;
	display: block;
	background: #f1f1f1;
	border: 1px solid #efefef;
	border-width: 0 0 1px 1px;
	position: absolute;
	bottom: -8px;
	left: 46px;
	transform: rotateZ(-46deg);
}
.carouse .carousel .star-rating li {
	padding: 0 1px;
}
.carouse .carousel .star-rating i {
	font-size: 16px;
	color: #ffdc12;
}
.carouse .carousel .overview {
	padding: 3px 0 0 15px;
}
.carouse .carousel .overview .details {
	padding: 5px 0 8px;
}
.carouse .carousel .overview b {
	text-transform: uppercase;
	color: #007bff;
}
.carouse .carousel .carousel-indicators {
	bottom: -70px;
}
.carouse .carousel-indicators li, .carousel-indicators li.active {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin: 1px 2px;
	box-sizing: border-box;
}
.carouse .carousel-indicators li {	
	background: #e2e2e2;
	border: 4px solid #fff;
}
.carouse .carousel-indicators li.active {
	color: #fff;
	background: #007bff;
	border: 5px double;    
}

/* Page section padding */
.ins .space-ptb {
	padding: 100px 0; }
  
	.ins  .space-pt {
	padding-top: 20px; }
  
	.ins .space-pb {
	padding-bottom: 200px; }
  
	.ins .space-sm-ptb {
	padding: 50px 0; }
  
	.ins .space-sm-pt {
	padding-top: 50px; }
  
	.ins .space-sm-pb {
	padding-bottom: 50px; }

