.btn-icon.fa{
  font-size: 22px;
}


.au-btn-dl{
  margin-top: 40px;
  color: #fff;
  border-radius: 100px;
  border: 0;
}
.au-btn-dl.white{
  background: rgb(255, 255, 255);
  color: #333;
}
.au-btn-dl.theme{
  background: #00C66A;
  color: #fff;
}

.text-lg{
  font-size: 30px;
}

.text-sm{
  font-size: 16px;
}
.fa-check,.iconbox-text,.iconbox-icon{
  color: #fff!important;
}
.iconbox-style-2 .iconbox-icon{
  color: #fff!important;
  background: none!important;
}
.iconbox-style-2 .iconbox-icon.about{
  width: 24px;
  height: 24px;
  color: #F06C3C!important;
  background: #fff!important;
  font-size: 16px;
}
.iconbox-style-2.c-666 .iconbox-text{
  color: #666!important;
}
.section-about-1 .iconbox .iconbox-item-title .iconbox-icon:before{
  color: #F06C3C!important;
}
.bg-red{
  background: #F06C3C!important;
}
.v-list .iconbox{
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  border-radius: 100px;
  padding: 8px 0 8px 16px;
  margin: 20px 0;
}

.type--xs{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.type--xs-white{
  color: #fff;
}


.section-footer{
  background: #17181B;
}
.footer-title {
  font-size: 18px;
  font-weight: bold;
}
.email{
  margin-top: 20px;
  color: #F06C3C!important;
}

.section.gray-bg{
  background-color: #17181B;
}

.container .cB2C7D7{
  color: #B2C7D7 !important;
}

.container .fff{
  color: #fff !important;
}

.container .c7A8B97{
  color: #7A8B97 !important;
}
.section .title-cont{
  margin-bottom: 10px;
}
.section .title-cont .title-icon{
  width: 46px;
  margin-left: 12px;
  margin-right: 8px;
}
.section .title-cont .title{
  font-size: 32px;
  font-family: "Poppins", sans-serif;
  color: #444B54;
  line-height: 52px;
}
.section .desc{
  font-size: 16px;
  color: #597075;
  line-height: 24px;
}

.f-email{
  justify-content: center;
}


#_toast{
  display:none;
  position:fixed;
  top:50%;
  left:50%;
  margin-top:-20px;
  margin-left:-75px;
  width:150px;
  height:40px;
  border-radius:10px;
  background:#353535;
  text-align:center;
  font-size:12px;
  line-height:40px;
  color:#fff;
}