@font-face {
  font-family: "Poppin";
  font-style: normal;
  src: url(/resources/font/Poppins/Poppins-Black.ttf);
}

@font-face {
  font-family: "Poppinbold";
  font-style: normal;
  src: url(/resources/font/Poppins/Poppins-Bold.ttf);
}
@font-face {
  font-family: "Poppinlight";
  font-style: normal;
  src: url(/resources/font/Poppins/Poppins-Light.ttf);
}

#aboutus-header {
  background: url(/images/aboutuscover.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 50px;
  padding-bottom: 67px;
  text-align: center;
}

.aboutus-content p > span {
  font-size: 12px;
  padding: 4px;
  font-family: "Poppinlight";
  cursor: pointer;
  color: white;
}
.aboutus-content p > span:hover {
  color: gray;
}

.aboutus-content > h3 {
  font-family: "Poppinbold";
  font-size: 30px;
  color: white;
  letter-spacing: 0.05em;
}

#aboutus-header .navbar {
  background-color: white;
  overflow-x: auto;
}

#aboutus-nav-bar {
  display: block;
}

#aboutus-nav-bar ul {
  display: flex;
  border-top: 0.01em solid #e6e6e6;
  border-bottom: 0.01em solid #e6e6e6;
  justify-content: center;
  margin-bottom: 0px;
}
#aboutus-nav-bar ul li {
  border-left: 0.01em solid #e6e6e6;
  list-style: none;
}

#aboutus-nav-bar ul li:last-child {
  border-right: 0.01em solid #e6e6e6;
}
#aboutus-nav-bar ul li a {
  font-size: "Poppinlight";
  display: block;
  text-decoration: none;
  font-size: 12px;
  background: #ffffff;
  color: #323232;
  padding: 12px 32px 8px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease;
}

#aboutus-nav-bar ul li .active::after,
#aboutus-nav-bar ul li a:hover::after {
  content: "";
  width: 100%;
  background-color: #323232;
  height: 2px;
  position: absolute;
  bottom: 0%;
  right: 0%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.BTS-Section {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.about-us-team .BTS-header,
.BTS-header {
  margin-top: 22px;
  text-align: center;
}
.about-us-team .BTS-header > h2,
.BTS-header > h2 {
  padding-bottom: 20px;
  font-family: "Poppin";
  font-size: 30px;
  color: #323232;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.about-us-team .BTS-header > p,
.BTS-header > p {
  font-size: 12px;
  font-family: "Poppinlight";
}

.BTS-header > h2::after {
  content: "";
  background-color: #a6a6a6;
  height: 1px;
  position: absolute;
  left: 35%;
  bottom: 0%;
  width: 30%;
}
.BTS-Section .BTS-details {
  background-color: #fafafa;
}
.BTS-Section .bts_TEXT {
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
}
.BTS-Section .text-item > .inner {
  width: 76%;
  margin: 0 auto;
  padding-top: 130px;
  padding-bottom: 130px;
}

.BTS-Section .text-item .inner > .title {
  font-size: 30px;
  font-family: "Poppinbold";
  text-transform: uppercase;
}

.BTS-Section .text-item .inner > .content {
  line-height: 22px;
  font-family: "Poppinlight";
  font-size: 12px;
}

.BTS-Section .bts_TEXT .slick-dots {
  position: absolute;
  bottom: 10%;
  left: 0%;
}

.BTS-Section .bts_TEXT .slick-slider,
.BTS-Section .bts_TEXT .slick-initialized {
  margin: 0px !important;
}

/* .BTS-Section .bts_TEXT .slick-doted.slick-slider {
  margin-bottom: 0px !important;
} */

/* 
.BTS-Section .bts_TEXT .slick-dots li.slick-active button::before {
  color: red !important;

  border: 00.01em solid #fafafa;
} */

.BTS-Section .BTS-img > img {
  width: 100%;
  height: 100%;
}

.slick-prev {
  display: none !important;
}

.about-us-team .BTS-header > h2::after {
  content: "";
  background-color: #3c3c3c;
  height: 2px;
  position: absolute;
  left: 45%;
  bottom: 50%;
  width: 10%;
}

.about-us-team .aboutus-team-slider .card > img {
  width: 100%;
  height: auto;
}

.about-us-team .aboutus-team-slider .card .card-body > h3 {
  color: #3c3c3c;
  font-size: 20px;
  font-family: "Poppinbold";
}

.about-us-team .aboutus-team-slider .card .card-body > p {
  color: #3c3c3c;
  font-size: 12px;
  font-family: "Poppinlight";
}
@media (min-width: 1441px) {
  .BTS-Section .text-item > .inner {
    width: 76%;
    margin: 0 auto;
    padding-top: 130px;
    padding-bottom: 160px;
  }
}
@media (max-width: 1440px) {
  .BTS-Section .text-item > .inner {
    width: 76%;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 1024px) {
  .BTS-Section .text-item > .inner {
    width: 76%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .BTS-Section .bts_TEXT {
    background-color: #fafafa;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
  }
  .BTS-Section .text-item > .inner {
    width: 76%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .BTS-Section .text-item .inner > .title {
    font-size: 22px;
  }
  .BTS-Section .bts_TEXT .slick-dots {
    position: absolute;
    bottom: 0%;
    left: 0%;
  }
}

@media (max-width: 425px) {
  #aboutus-nav-bar {
    overflow: hidden !important;
  }

  #aboutus-nav-bar ul {
    padding: 0px;
    margin: 0px;
    overflow-x: auto;
    justify-content: left;
  }

  #aboutus-nav-bar ul li a {
    width: 150px !important;
  }

  .BTS-our-story {
    display: flex;
    flex-direction: column-reverse;
  }
  .main-header__top {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .BTS-Section .text-item > .inner {
    width: 90%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .BTS-Section .bts_TEXT .slick-dots {
    position: absolute;
    bottom: 10%;
    left: 0%;
  }
}
