* {
  margin: 0;
  padding: 0;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
}

a,
button,
i {
  text-decoration: none;
  color: inherit;
}

a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .bb_projects-box {
    margin-bottom: 35px;
  }
  .bb_events-item-box {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .bb_projects-content h3 {
    font-size: 18px;
  }
  .bb_projects-box {
    margin-bottom: 35px;
  }
  .bb_events-content h3 a {
    font-size: 17px;
    margin-bottom: 0;
  }
  .bb_events-content p {
    font-size: 14px;
  }
  .bb_events-item-box {
    margin-bottom: 30px;
  }
  .bb_events-btn a {
    font-size: 13px;
  }
}
.video-wrapper {
  position: relative;
}

.video-wrapper > video {
  width: 100%;
  vertical-align: middle;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
  display: none;
}

.video-overlay-play-button {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px calc(50% - 50px);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.95;
  cursor: pointer;
  background-image: linear-gradient(transparent, #000);
  transition: opacity 150ms;
}

.video-overlay-play-button:hover {
  opacity: 1;
}

.video-overlay-play-button.is-hidden {
  display: none;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; /* 16:9 aspect ratio (height/width) */
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-two__left {
  position: absolute;
  left: 40%;
  top: 40%;
  transform: translateX(-25%) translateY(0%);
  z-index: 1;
}

.bb_video-title h2 {
  font-size: 65px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
}

.banner-two__video-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-two__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 20px;
  color: #209e5d;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer;
}

.banner-two__video-link .ripple,
.banner-two__video-icon .ripple:before,
.banner-two__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: rgb(221, 216, 216) 0px 3px 8px;
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.banner-two__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.banner-two__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
@media screen and (max-width: 767px) {
  .banner-two__left {
    position: absolute;
    left: 35%;
    top: 25%;
    transform: translateX(-23%) translateY(0%);
  }
  .bb_video-title h2 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 35px;
  }
  .video-wrapper {
    padding-top: 45.25%;
    padding-bottom: 50.25%;
  }
  .banner-two__video-icon span.fa.fa-play {
    font-size: 15px;
  }
  .banner-two__video-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .banner-two__video-link .ripple,
.banner-two__video-icon .ripple:before,
.banner-two__video-icon .ripple:after {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.bb_events-item-box {
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(149, 157, 165, 0.52);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  border-radius: 10px 10px 10px 10px;
}

.bb_events-thumb {
  text-align: center;
}
.bb_events-thumb img {
  border: 5px solid #fff;
  border-radius: 6px !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.bb_events-content {
  padding: 0px 25px 30px 25px;
}

.bb_events-meta {
  margin: 20px 0px 7px 0px;
}
.bb_events-meta span {
  color: #a7a7a7;
  font-size: 15px;
}
.bb_events-meta span i {
  color: #3ca66d;
  font-size: 14px;
  margin-right: 10px;
}

.bb_events-content h3 a {
  font-size: 20px;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 10px;
  display: inline-block;
}
.bb_events-content p {
  font-size: 16px;
  color: #707070;
}

.bb_events-btn a {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  color: #239E68;
}
.bb_events-btn a i {
  font-size: 13px;
  margin-left: 8px;
}
.bb_events-btn a:hover {
  color: #239E68;
}

.bb_projects-box {
  text-align: center;
}

.bb_projects-content h3 {
  font-size: 22px;
  font-family: "Roboto", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
.bb_projects-content h3 a {
  color: #333;
}

.bb_info-wrapper {
  display: flex;
  justify-content: center;
}

.bb_info-item {
  position: relative;
  border-radius: 50%;
  box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.35);
  width: 291px;
  height: 291px;
  background-image: -moz-linear-gradient(0deg, rgb(12, 147, 89) 0%, rgb(80, 186, 103) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(12, 147, 89) 0%, rgb(80, 186, 103) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(12, 147, 89) 0%, rgb(80, 186, 103) 100%);
  border-radius: 50em;
}

.bb_info-item::before {
  border-radius: 50%;
  box-shadow: inset 0px 0px 10px -7px rgba(0, 0, 0, 0.35);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  border: 11px solid transparent;
}

.bb_info-content h2 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  transform: translateY(120px);
}

/*# sourceMappingURL=style.css.map */
