/*--------------------------------------------------------------
# Showcase Section
--------------------------------------------------------------*/
#showcase {
  width: 100%;
  height: 100vh;
  background: url("../img/shutterstock.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;
}

#showcase .container {
  padding-top: 72px;
  position: relative;
  text-align: center;
}

/*---------------****-----------------
# About
-----------------****-----------------*/
.about .content {
  background-color: #f6f9ff;
  padding: 40px;
}
.about h3 {
  font-size: 14px;
  font-weight: 700;
  color: #4e4039;
}
.about h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
  color: #7a6960;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
  border-bottom: 1px solid #eae7e5;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #eb5d1e;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-weight: 600;
  padding-left: 25px;
  cursor: pointer;
  color: #c54811;
  transition: 0.3s;
}
.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}
.faq .faq-list .icon-show {
  display: none;
  margin-top: 8px;
}
.faq .faq-list .collapsed {
  color: #343a40;
}
.faq .faq-list .collapsed:hover {
  color: #eb5d1e;
}
.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}
.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*---------------****-----------------
# products
-----------------****-----------------*/
.products .icon-box {
  padding: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.products .icon-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 35px 0 rgba(68, 88, 144, 0.2);
}
.products .icon {
  position: absolute;
  left: -30px;
  top: calc(50% - 30px);
}
.products .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.3s;
}

.products .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.products .title a {
  color: #2a2c39;
  transition: ease-in-out 0.3s;
}
.products .title a:hover {
  color: #ef6603;
}
.products .description {
  font-size: 14px;
  margin-left: 40px;
  /* line-height: 24px; */
  margin-bottom: 0;
}

#products .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  .products .products-img img {
    max-width: 70%;
  }

  #products .animated {
    -webkit-animation: none;
    animation: none;
  }
  .products .products-img {
    text-align: center;
  }
  .products .products-img img {
    width: 50%;
  }

  .products .content .btn-learn-more {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
  }
}
@media (max-width: 767px) {
  .products .products-img img {
    max-width: 90%;
  }

  .products .icon-box {
    box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
    background: #fff;
    width: 100%;
    height: 100%;
  }
}

/*---------------****-----------------
# Carreers
-----------------****-----------------*/
.carreer {
  padding-top: 80px;
}
.carreer .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.carreer .content ul {
  list-style: none;
  padding: 0;
}
.carreer .content ul li {
  padding-left: 28px;
  position: relative;
}
.carreer .content ul li + li {
  margin-top: 10px;
}
.carreer .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #ef6603;
  line-height: 1;
}
.carreer .content p:last-child {
  margin-bottom: 0;
}
.carreer .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;
}
.carreer .content .btn-learn-more:hover {
  background: #ef6603;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Partners
--------------------------------------------------------------*/
.parnters-bg {
  background: rgb(187, 177, 170);
}
#partners h2 {
  color: #fff;
  /* background: rgb(32,37,41) */
  /* background: rgb(32,37,41) */
}
.partners .partners-slider .swiper-slide img {
  opacity: 1;
  transition: 0.3s;
}
.partners .partners-slider .swiper-slide img:hover {
  opacity: 1;
}
.partners .partners-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.partners .partners-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #eb5d1e;
}
.partners .partners-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #eb5d1e;
}
