
.mfp-video.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin: -25px;
  color: #fff;
  display: block;
  z-index: 10;
  font-size: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.mfp-video.video-play-btn:hover {
  background-color: #0f1221;
  color: #fff;
  border: 2px solid transparent;
}

.mfp-video.video-play-btn i {
  margin-right: -5px;
}



/*Estimation section 3*/
.tw-est-section-block3 {
  height: 550px;
  position: relative;
  z-index: 1;
  border: 15px solid transparent;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  transition: 0.5s all ease;
}

@media (max-width: 991px) {
  .tw-est-section-block3 {
    height: auto;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .tw-est-section-block3 {
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.tw-est-section-block3 .tw-est-section-block-content {
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #fff;
  padding: 10px;
  transform: translate3d(0%, 0, 0);
  transition: opacity 0.35s, transform 0.8s;
}

@media (max-width: 991px) {
  .tw-est-section-block3 .tw-est-section-block-content {
    position: relative;
  }
}

.tw-est-section-block3 .tw-est-section-block-content .tw-est-section-number {
  font-size: 80px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

@media (max-width: 991px) {
  .tw-est-section-block3 .tw-est-section-block-content .tw-est-section-number {
    font-size: 40px;
  }
}

.tw-est-section-block3 .tw-est-section-block-content .tw-title {
  color: #fff;
}

.tw-est-section-block3:hover {
  border: 15px solid rgba(255, 255, 255, 0.5);
  background-color: #fff;
}

.tw-est-section-block3:hover .tw-est-section-block-content {
  transform: translate3d(0%, -100px, 0);
  color: #ff8a00;
}

@media (max-width: 991px) {
  .tw-est-section-block3:hover .tw-est-section-block-content {
    transform: translate3d(0%, -20px, 0);
  }
}

.tw-est-section-block3:hover .tw-est-section-block-content .tw-title {
  color: #0b2f44;
}

.tw-est-section-block3:hover .tw-est-section-block-content p {
  color: #0b2f44;
}

.tw-est-section-block3:hover .tw-est-section-block-content .site-button-2-outline {
  border: 2px solid #0b2f44;
}

.tw-est-section-block3:hover .tw-est-section-block-content .site-button-2-outline i {
  color: #0b2f44;
}

.tw-est-section-block3:hover .tw-est-section-block-content .site-button-2-outline i:after {
  background-color: #0b2f44;
}
