@import url(https://db.onlinewebfonts.com/c/5063436c80bce872513b356b13136fe8?family=BasicSansAlt-Black);
.huruf-bold {
  font-family: "BasicSansAlt-Black";
}


.about-sec  {
  background-color: #000f25;
  color: white;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* Flyer Image Styles */
.about-sec .flyer-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.about-sec .flyer-img img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}


.conference-tabs-sec .conf-tab-list ul li {
  float: left;
  width: 33% !important;
  text-align: center;
}

.conference-tabs-sec .tab-content .tab-pane .nav-tabs li {
  float: left;
  width: 33% !important;
}
.sec-title h3 {
  float: left;
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 13px;
  padding-left: 1px;
}
.sec-title h3 small {
  font-weight: 300;
  text-transform: capitalize;
}
.team-sec {
  background-color: #ebebeb;
}
.conference-sec {
  background-color: #f0f0f0;
}
.confy-cmpt-details {
  background-color:#ebebeb;
}
.confy-cmpt-details .cmpt-details .cmp-info .cmp-head h3 {
  font-size: 18px;
  font-weight: 600;
  color: #034277;
}
.confy-cmpt-details .cmpt-details .cmp-info .cmp-head h4 {
  font-size: 20px;
  font-weight: bold;
  color:#b76f00;
  margin-top: 5px;
  margin-bottom: 5px;
}
.confy-cmpt-details .cmpt-details .cmp-info p {
  text-align:justify;
  text-justify: inter-word;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
  margin-bottom: 12px;
}
.confy-cmpt-details .cmpt-details .cmp-info br {
  line-height: 18px;
}
.confy-cmpt-details .cmpt-details .cmp-info .us-details h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.confy-cmpt-details .cmpt-details .cmp-info .us-details h3 small {
  font-weight: 600;
}
.bn-links li a {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  padding: 0 15px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
#sponsor {
  background-color: #ebebeb;
}



#preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 999999999;
}
#preloader #status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -100px 0 0 -100px;
  text-align: center;
  font-size: 50px;
}
#preloader #status .spinner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  font-size: 100px;
  width: 2em;
  height: 2em;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: inset 0 0 0 0.12em rgba(0, 0, 0, 0.2);
  background: -webkit-linear-gradient(#ea032d 50%, #353535 50%), -webkit-linear-gradient(#353535 50%, #ea032d 50%);
  background: -webkit-linear-gradient(#ea032d 50%, #353535 50%), -webkit-linear-gradient(#353535 50%, #ea032d 50%);
  background: linear-gradient(#ea032d 50%, #353535 50%), linear-gradient(#353535 50%, #ea032d 50%);
  background-size: 50% 100%, 50% 100%;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  -webkit-animation: mask 3s infinite alternate;
  animation: mask 3s infinite alternate;
}
#preloader #status .spinner:after {
  content: '';
  position: absolute;
  border: 0.9em solid white;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  -webkit-border-radius: inherit;
  -ms-border-radius: inherit;
  border-radius: inherit;
}

#preloader-title {
  margin-top: 47px;
}

@-webkit-keyframes mask {
  25% {
    -webkit-transform: rotate(270deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}
@keyframes mask {
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
