body {
  font-family: 'Prompt', sans-serif;
  font-size: calc(15px + 0.390625vw);
}

.text-color-b {
  color: #010101
}

.bg-gray {
  background: #F9F9F9;
}

.category-list {
  padding: 105px 0 90px;
  background-color: #000000;
}

h1 {
  color: #FFF;
  font-size: 64px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.92px;
}

.video-section h1 {
  line-height: 74px;
}

.list-box {
  border-radius: 24px;
  border: 1px solid #333233;
  background: linear-gradient(130deg, rgba(35, 38, 47, 0.44) 0%, rgba(35, 38, 47, 0.16) 100%);
  backdrop-filter: blur(3px);
  padding: 40px;
  text-align: center;
}

.list-box img {
  box-shadow: 0 14px 90px #5A73F6;
  backdrop-filter: blur(3px);
  border: none;
  border-radius: 100px;
}

.list-box h3 {
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 15px;
}

.py-100 {
  padding: 105px 0;
}

.py-120 {
  padding: 120px 0;
}

.learmore {
  border-radius: 16px;
  border: 1px solid #DEDEDE;
  padding: 56px 15px;
  text-align: center;
}

.learmore h1 {
  font-weight: 500;
  line-height: 64px;
  font-size: 48px;
}

.learmore p {
  color: #777;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  /* width: 43%; */
  /* margin: 20px auto 50px; */

  @media only screen and (max-width: 1024px) {
    width: 100%;
  }
}

.emailbox {
  width: 622px;
  margin: 0 auto;
  position: relative;
}

.learmore input[type="text"] {
  border-radius: 66px;
  border: 1px solid #D2D2D2;
  background: #FFF;
  height: 84px;
  width: 100%;
  padding: 0 230px 0 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

.btn-submit {
  padding: 18px 110px 18px 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 18px;
  font-weight: 500;
}

.btn-submit span {
  top: 7px;
  right: 7px;
}

.btn-blue {
  background: #0F2496;
  border-radius: 50px;
  border: none;
  color: #FFF;
  line-height: normal;
}

.btn-blue:hover {
  background: #001587;
}

footer h3 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

footer ul {
  padding: 0;
}

footer ul li {
  list-style: none;
  margin-top: 15px;
}

footer a {
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

footer .address p {
  color: #555;
}

.sub-footer p {
  color: #999;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.sub-footer ul {
  /* text-align: right; */
}

.sub-footer ul li {
  display: inline-block;
  margin: 0;
}

.hme-banner h4 {
  font-size: 40px;
  font-weight: 400;
  line-height: 56px;
}

.btn-primary.clsBtnIcon {
  position: relative;
  padding-right: 130px;
}

.btn-primary.clsBtnIcon span {
  top: 12px;
  right: 10px;
}

.btn-primary.clsBtnIcon span,
.btn-submit span {
  position: absolute;
  display: inline-block;
  vertical-align: top;
  width: 51px;
  height: 51px;
  border-radius: 100%;
  text-align: center;
  line-height: 26px;
  background: #fff;
  color: #0F2496;
  transition: all .5s;
}

.btn-primary.clsBtnIcon span i,
.btn-submit span i {
  line-height: 51px;
}

.btn {
  border-radius: 50px;
  padding: 24px 40px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  transition: all .5s;
}

/*team*/
.py-60 {
  padding: 60px 0;
}

.team h4 {
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.44px;
  margin-bottom: 40px;
}

.team h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
  margin-bottom: 0;
}

.team h6 {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
}

.team img {
  width: 100%;
  height: auto;
}

.banner-team {
  background: url('../img/team/BBanner.png') no-repeat 0 0;
  width: 100%;
  background-size: cover;
  height: 450px;
}

.banner-team h1 {
  font-weight: 600;
  line-height: 75px;
}

.banner-team p {
  color: rgba(255, 255, 255, 0.70);
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}


video::-webkit-media-controls-start-playback-button {
  display: none;
}

@media (min-width: 768px) {
  :root {
    font-size: calc(1rem + ((1vw - 7.68px) * 0.6944));
    min-height: 0vw;
  }
}