

/*--------------------------------------------------------------
# Showcase Section
--------------------------------------------------------------*/

#showcase-about-us {
  background: url("../img/CorporateMan.jpg") top center;
  background-size: cover;
  position: relative;
}
#showcase {
  width: 100%;
  height: 70vh;
  background: url("../img/CorporateMan.jpg") top center;
  background-size: cover;
  position: relative;
}
#showcase:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about-Us {
  padding-top: 80px;
}
.about-Us .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about-Us .content ul {
  list-style: none;
  padding: 0;
}
.about-Us .content ul li {
  padding-left: 28px;
  position: relative;
}
.about-Us .content ul li + li {
  margin-top: 10px;
}
.about-Us .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #ef6603;
  line-height: 1;
}
.about-Us .content p:last-child {
  margin-bottom: 0;
}
.about-Us .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #ef6603;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #ef6603;
}
.about-Us .content .btn-learn-more:hover {
  background: #ef6603;
  color: #fff;
  text-decoration: none;
}

.section-about-us {
  padding-bottom: 40px;
}
.section-about-us h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}
.section-about-us h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #fd9042;
  margin: 4px 10px;
}
.section-about-us p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #2a2c39;
}

/*--------------------------------------------------------------
  # Showcase About-Us
  --------------------------------------------------------------*/
.welcome {
  position: relative;
  height: 90vh;
  min-height: 500px;
  background: url(../images/shutterstock.jpg) no-repeat center center fixed;
  background-size: contain;
}

.welcome:before {
  position: absolute;
  z-index: 0;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  background: #212529;
}

#showcase-about-us {
  width: 100%;
  height: 70vh;
  background: var(--light-color);
  /* border-bottom: 2px solid #fcebe3; */
  margin: 72px 0 -72px 0;
}
#showcase-about-us h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #4e4039;
}
#showcase-about-us h2 {
  color: #a08f86;
  margin: 15px 0 0 0;
  font-size: 24px;
}
#showcase-about-us .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 3px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #eb5d1e;
}
#showcase-about-us .btn-get-started:hover {
  background: #ef7f4d;
}
#showcase-about-us .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@media (max-width: 991px) {
  #showcase-about-us {
    height: calc(100vh - 72px);
  }
  #showcase-about-us .animated {
    -webkit-animation: none;
    animation: none;
  }
  #showcase-about-us .showcase-about-us-img {
    text-align: center;
  }
  #showcase-about-us .showcase-about-us-img img {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #showcase-about-us h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #showcase-about-us h2 {
    font-size: 18px;
    line-height: 24px;
  }
  #showcase-about-us .showcase-about-us-img img {
    width: 70%;
  }
}
@media (max-width: 575px) {
  #showcase-about-us .showcase-about-us-img img {
    width: 80%;
  }
}
@media (max-height: 600px) {
  #showcase-about-us {
    height: 120vh;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
