/*Brands Section*/

.brands-section .brand {
	text-align: center;
}
.brands-section .brand .brand-image {
	min-height: 66px;
}
.brands-section .brand .brand-image img {
	width: 100%;
	max-width: 150px;
}
.brands-section .brand .brand-text {
	padding: 20px;
	max-width: 280px;
	margin: 0 auto;
	color: #333;
}
.brands-section .brand:hover .brand-text {
	color: #333;
	text-decoration: none;
}
.brands-section a:hover {
	text-decoration: none;
}

/*Certificates Section*/
.certificates-section .section-title {
	color: #EF652B;
	border-bottom: 1px solid #EF652B;
	margin-bottom: 20px;
}
.certificates-section .section-title h1 {
	text-transform: uppercase;
	font-weight: bolder;
	background: #FFF;
	margin: 0;
	padding-right: 10px;
	margin-bottom: -1px;
	display: inline-block;
}
.certificates-section .certificate-image {
	text-align: center;
	margin: 20px 0;
}
.certificates-section .certificate-image img {
	width: auto;
	max-height: 100px;
}

.swiper-wrapper {
	position: relative;
}
.swiper-wrapper img {
	width: 100%;
	max-width: 500px;
}

.swiper-wrapper .swiper-slide {
	height: 525px;
	background-position: center center!important;
	background-size: cover!important;	
}

.swiper-container .main-swiper-pagination {
  left: 0;
  right: 0;
  bottom: 5px;
  z-index: 5;
}
.swiper-container .main-swiper-pagination > .swiper-pagination-bullet {
  background: #FFF;
  opacity: .5;
  box-shadow: 0px 1px 5px rgba(0,0,0,.8);
  margin: 0 5px;
  cursor: pointer;
}
.swiper-container .main-swiper-pagination > .swiper-pagination-bullet-active {
  opacity: 1;
  background: #EF652B;
}

.swiper-container .swiper-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
}

@media (max-width: 992px) {
	.certificates-section .section-title h1 {
		font-size: 24px;
		text-align: center;
		display: block;
	}
	.swiper-wrapper .swiper-slide {
		height: 355px;
	}

}
@media (max-width: 767px) {
	.navbar-nav {
		margin: 0 -15px!important;
	}
}