#fullpage .section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#fullpage .section .fp-tableCell:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  right: 0;
}
#fullpage .content_width {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15%;
  z-index: 9;
}
@media (max-width: 1024px) {
  #fullpage .content_width {
    bottom: 45%;
  }
}
@media (max-width: 640px) {
  #fullpage .content_width {
    bottom: 20%;
  }
}
#fullpage .content {
  width: 700px;
}
@media (max-width: 1024px) {
  #fullpage .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  #fullpage .content {
    width: 100%;
    padding: 0 15px;
  }
}
#fullpage .content span.type {
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
}
#fullpage .content h3 {
  font-size: 60px;
  color: #fff;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 19px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #fullpage .content h3 {
    font-size: 30px;
  }
}
#fullpage .content h3 a {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#fullpage .content h3 a:hover {
  color: #c1b696;
}
#fullpage .content .time-event {
  color: #fff;
}
#fullpage .content .time-event span {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}

#fp-nav {
  right: 34px;
}
#fp-nav ul li a span {
  width: 10px !important;
  height: 10px !important;
  border: 1px solid #fff !important;
  border-radius: 100% !important;
  background: transparent !important;
}
#fp-nav ul li a.active span {
  background: #fff !important;
  margin: -2px 0 0 -2px !important;
}
#fp-nav ul li:hover a span {
  margin: -2px 0 0 -2px !important;
}