@charset "utf-8";
/* CSS Document */


.mission-lookback .link-back a {
	color: var(--color-primary);
	font-weight: 900;
	transition: .3 ease-in-out;
	text-align: center;
	text-decoration: none;
}

.mission-lookback .link-back a:hover {
	color: var(--color-secondary);
    text-decoration: none;
}

	
.mission-lookback-img { /*border*/
	margin-top: 6px;
	padding-left: 0;
	margin-left: 0;
	margin-right: 1.3em;
	margin-bottom: 0em;
	border: 10px solid #e7ebf6;
}

.mission-lookback__img {
  position: relative;
  display: block;
  border-radius: 10px;
}

.mission-lookback__img img { 
  width: 100%;
  border-radius: 10px;
}
	
.mission-lookback-img-right { /*border and margin*/
	margin-top: 10px;
	margin-left: 1em;
	margin-bottom: 0em;
	border: 10px solid #e7ebf6; 
}

.mission-lookback__content {
  position: relative;
  display: block;
  margin: 20px 0;
}

@media (max-width: 768px) {
	.mission-lookback__content {
	  margin: 22px 0 -10px 0;
	}
}


.mission-lookback__content span {
  font-weight: 700;
  color: var(--color-secondary);
}





/*--------------------------------------------------------------
# Swiper Slider
--------------------------------------------------------------*/
.recent-photos {
  overflow: hidden;
  background: #e7ebf6;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  max-width: 100%;
  height: auto;
}


.recent-photos .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.recent-photos .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e7ebf6;
}

.recent-photos .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-secondary);
}

.recent-photos .owl-nav, .recent-photos .owl-dots {
  margin-top: 25px;
  text-align: center;
}

.recent-photos .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.recent-photos .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--color-primary) !important;
}

.recent-photos .owl-dot.active {
  background-color: var(--color-secondary) !important;
}

/*.recent-photos .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

.recent-photos .gallery-carousel .center {
  border: 6px solid #006fbe;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}*/