.t-title p {
  color: #fff;
  max-width: 80%;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.t-item a:hover .overlay {
  opacity: 0;
}

.navbar-brand {
  height: auto !important;
}

.navbar-right {
  margin-top: 30px !important;
}

.yt-video {
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
  width: 100%;
  height: 400px;
}

.menu {
  text-align: center;
}

.menu li {
  cursor: pointer;
  display: inline-block;
  margin: 20px;
  font-size: 20px;
  text-transform: capitalize;
  transition: ease-in-out .3s;
}

.banner-text {
  z-index: 1;
}

.banner-text {
  z-index: 1;
}

.overlay-w {
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
}

.menu li.active {
  color: darkorange;
}

.item {
  background-color: #333;
  text-align: center;
  color: #fff;
  height: 250px;
  width: 30%;
  overflow: hidden;
  display: block;
  margin: 1%;
  line-height: 200px;
  -webkit-transition-property: right, top, -webkit-transform, opacity;
  -moz-transition-property: right, top, -moz-transform, opacity;
  -ms-transition-property: right, top, -ms-transform, opacity;
  -o-transition-property: right, top, -o-transform, opacity;
  transition-property: right, top, transform, opacity;
}

.item img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: .3s ease;
  background-color: rgba(0, 0, 0, 0.5);
}

/* When you mouse over the container, fade in the overlay icon*/
/* The icon inside the overlay is positioned in the middle vertically and horizontally */
.icon {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.about-us-text p {
  color: black;
}

.blog-content img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}

.portfolio-mobile {
  display: none;
}

@media (max-width: 991px) {
  .socials-btns {
    display: none !important;
  }
  .portfolio-desktop {
    display: none;
  }
  .portfolio-mobile {
    display: block;
  }
  .button-up {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .banner-1 {
    margin-top: 120px;
  }
}
