#traffic_partners{
    background-color: #1b2842;
    color: white;
}

#traffic_partners h2{
    color: white;
    text-align: center;
}

.partners-items{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.partners-item{
    flex-basis: 23%;
    padding: 5px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.partners-item img{
    object-fit: contain;
}




#testimonials{
    text-align: center;
}

#testimonials h2{
    text-align: center;
}

.testimonialContainer {
	position: relative;
    margin-top: 30px;
}

.testimonialSlide {
	font-style: italic;
    font-family: 'Raleway', sans-serif;
	font-weight: 400;
	text-align: center;
}

.testimonialSlide strong{
    color: #4b4e53;
    font-weight: 600;
    margin: 20px auto 25px auto;
}

.testimonialCarousel {
	min-height: 200px;
}

.testimonialName {
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-size: 2.25rem;
}

#sectionTestimonials .sectionContainer{
	max-width: 80%;
}

.testimonialTitle {
	font-family: 'Source Sans Pro', sans-serif !important;
	font-style: normal;
	font-size: 16px;
}

.testimonials-slider-nav{
    cursor: pointer;
	position: absolute;
	top: 30px;
    color: #2f7cdc;
    font-size: 44px;
}



/* .testimonialsLeft,
.testimonialsRight {
	color: #fa7c21;
	font-size: 2.75rem;
	cursor: pointer;
	position: absolute;
	top: 30px;
} */
.testimonialsLeft:hover,
.testimonialsRight:hover {
	color: #002856;
}

.testimonialsLeft {
	left: -30px;
}

.testimonialsRight {
	right: -30px;
}

.partnerInfo {
	margin: 35px 0 0;
	text-align: center;
}

/*----- Extra Small -----*/


.footer-link{
	text-transform: uppercase;
	color: white;
	transition: color .4s;
}

.footer-link:hover{
	color: lightgrey;
	transition: color .4s;
}

.footer-copy{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.footer-links{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

@media(max-width: 767px){

	.slider {
		padding: 0 10px 0 10px;
	}

	.testimonialSlide {
		font-size: 16px;
	}
	
	.testimonialCarousel {
		min-height: 250px;
	}

}

/*----- Small -----*/
@media(min-width: 768px) and (max-width: 991px){

	.testimonialSlide {
		font-size: 17px;
	}

}

/*----- Medium -----*/
@media(min-width: 992px) and (max-width: 1199px){

	.testimonialSlide {
		font-size: 18px;
	}

}

/*----- Large -----*/
@media(min-width: 1200px){

	.testimonialSlide {
		font-size: 19px;
	}

}


@media screen and (max-width: 993px){
	
	.partners-items{
		justify-content: space-around;
	}
	
	.partners-item{
		flex-basis: 48%;
		
	}

	.partners-item:last-of-type{
		max-height: 100px;
	}
	
	.partners-item img{
		max-width: 300px;
	}
}

@media screen and (max-width: 576px){
	
	.partners-item{
		flex-basis: 95%;
		margin-bottom: 30px;
	}
	.partners-item img{
		max-width: 250px;
	}

	#sectionTestimonials .sectionContainer{
		max-width: 95%;
	}

	.footer-copy{
		justify-content: center;
	}
	
	.footer-links{
		justify-content: center;
	}
}