/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Daftar
--------------------------------*/
.daftar {
    padding: 5% 15%;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 768px) {
    .daftar {
        padding: 2% 2%;
    }

    .resp-container {
        height: 265vw;
    }
}
.p-about {
    text-align: justify;
    color: white;
    font-size: 20px;
    font-family: nexa;
    letter-spacing: 1px;
}

.center{
    text-align: center !important;
}

@media (max-width: 768px) {
    .p-about {
        font-size: 16px;
    }
}

.judul-about {
    font-family: nexa;
    text-align: center;
    color: #febf2c;
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 40px 0;
    display: inline block;
    padding-left: 20%;
    padding-right: 20%;
}

@media (max-width: 768px) {
    .judul-about {
        font-size: 40px;
    }
}

.responsif{
    width: 100%;
    max-width: 700px;
    height: auto;
}

.centerImg{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.yellow {
    background: -webkit-linear-gradient(left, #F7EB23 30%, #F26B35);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.orange {
    background: -webkit-linear-gradient(left, #F05B36 30%, #F7EB23);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.yellow-orange {
    background: -webkit-linear-gradient(left, #F26B35 5%, #F7EB23);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* About */
#about-iot {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/lomba/bg/iot.png) fixed center center;
    background-size: cover;
}

#about-eec {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/lomba/bg/eec.png) fixed center center;
    background-size: cover;
    max-width: 100%;
}

#about-machbot {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/lomba/bg/machbot.png) fixed center center;
    background-size: cover;
    max-width: 100%;
}

#about-soccer {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/lomba/bg/soccer.png) fixed center center;
    background-size: cover;
    max-width: 100%;
}

#about-sumo {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/lomba/bg/sumo.png) fixed center center;
    background-size: cover;
    max-width: 100%;
}

/* timeline Section
--------------------------------*/
#timeline {
    padding: 180px 0;
}

#timeline .acara {
    font-size: 30px !important;
    font-weight: bold;
}

#timeline .tanggal {
    font-size: 20px !important;
}

@media (max-width: 768px) {
    #timeline .acara {
        font-size: 20px !important;
        margin-bottom: 0;
    }

    #timeline .tanggal {
        font-size: 16px !important;
    }
}

#timeline h5,
p {
    color: white;
}

/* Fasilitas */
#fasilitas {
    padding: 180px 0;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/bg-section.jpg) fixed center center;
    background-size: cover;
    max-width: 100%;
}

#fasilitas h2 {
    text-align: center;
    color: white;
    font-size: 35px;
}

@media (max-width: 768px) {
    #fasilitas h2 {
        font-size: 20px;
    }
}

/* Hadiah */
#hadiah {
    padding: 80px 0;
}

#hadiah .juara {
    text-align: center;
}

#hadiah .juara h4 {
    margin: 5px 0;
}

#hadiah .juara h1 {
    font-family: nexa;
    font-size: 60px;
}

@media (max-width: 768px) {
    #hadiah .juara h1 {
        font-size: 35px;
    }
}

#hadiah .juara h4 {
    color: white;
    font-size: 35px;
}

@media (max-width: 768px) {
    #hadiah .juara h4 {
        font-size: 25px;
    }
}

/* Regis 2 */
#regis-iot {
    padding: 180px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/lomba/bg/iot-regis.png) fixed center center;
    background-size: cover;
    max-width: 100%;
}

#regis-eec {
    padding: 180px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/lomba/bg/eec-regis.png) fixed center center;
    background-size: cover;
    max-width: 100%;
}

#regis-machbot {
    padding: 180px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/lomba/bg/machbot-regis.png) fixed center center;
    background-size: cover;
    max-width: 100%;
}

#regis-soccer {
    padding: 180px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/lomba/bg/soccer-regis.png) fixed center center;
    background-size: cover;
    max-width: 100%;
}

#regis-sumo {
    padding: 180px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/lomba/bg/sumo-regis.png) fixed center center;
    background-size: cover;
    max-width: 100%;
}

.regis .float {
    transform: translatey(0px);
    animation: float 2s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

.regis .btn-daftar {
    font-family: nexa;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 1px;
    padding: 13px 25px;
    border-radius: 30px;
    background-size: 200% auto;
    background-image: linear-gradient(to left, #F26B35 0%, #FBB12F 50%, #F7EB23 100%);
    margin: 0 25px;
    color: black;
    width: 100px !important;
}

@media (max-width: 768px) {
    .regis .btn-daftar {
        font-size: 30px;
    }
}

.regis .btn-daftar:hover {
    background-position: right center;
    transition: 0.5s;
    color: white;
}

#manusia{
    background: #FBB12F;
}
#manusia .icon-manusia{
    padding: 80px 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
#manusia .comingsoon{
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 80px; 
    font-size: 80px;
    letter-spacing: 3px;
    font-family: nexa;
    color: black;
}

@media (max-width: 768px) {
    #manusia .comingsoon {
        font-size: 40px;
    }
}
#sponsor {
    padding: 80px 0;
}
.bg-sp{
    background: white;
    padding: 30px 0;
}
#medpart{
    padding: 80px 0;
}

.logo-besar{
    width: 350px !important;
    height: 100% !important;
}

#map {
    padding: 80px 0;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/bg-footer.jpg) fixed center center;
    background-size: cover;
    max-width: 100%;
}
.map{
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: -4px 4px 14px #000;
    -webkit-box-shadow: -4px 4px 14px #000;
    box-shadow: -4px 4px 14px #000;
    /* -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg); */
}
#cp{
    padding-top: 80px;
}
.list-cp{
    padding-left: 0;
}
.list-cp li {
    display: inline-block;
    text-align: center;
    padding: 20px;
}
.list-sosmed{
    padding-left: 0;
}
.list-sosmed li {
    display: inline-block;
    text-align: center;
    padding: 0 20px;
}

.list-sosmed li a{
    display: block;
}

.icon{
    font-size: 30px;
}

#sponsor {
    padding: 80px 0;
}

.footer_widget {
    font-family: "nexa";
    color: #fff;
    background-size: cover;
}

.footer_widget .main_widget {
    padding: 55px 15px 80px 15px;
    overflow: hidden;
}

.single_widget p{
    font-family: "nexa";
    font-size: 20px;
}


.single_widget a {
    font-size: 15px;
    overflow: hidden;
    color: #FBB12F;
    text-transform: uppercase;
    text-align: center;
}

.single_widget a:hover {
    color: white;
}

.footer_logo {
    margin-bottom: 20px;
}

.centerDiv {
    width: 100%;
    text-align: center;
}

/*footer section*/
#footer{
    padding-top: 80px;
}

.footer {
    background: #000000;
}

.footer .main_footer {
    overflow: hidden;
    /* padding: 40px 0px; */
}

.footer .flowus {
    text-align: right;
}

.footer .flowus a i {
    color: #fff;
    font-size: 1rem;
    /* padding: 5px; */
    border: 1px solid #fff;
    border-radius: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 18px;
    /* margin-right:5px; */
    margin-top: 10px;
}

.footer .flowus a i:hover {
    color: #FBB12F;
    border: 1px solid #FBB12F;
}

.copyright_text {
    text-align: left;
}

.copyright_text p {
    color: #fff;
    line-height: 25px;
    max-width: 100%;
    padding-top: 15px;
}

.copyright_text p i {
    /* padding:0px 10px; */
    color: #ff0000;
}

.copyright_text p a {
    /* padding:0px 10px; */
    color: #ff7200;
}
/* Portfolio Section
--------------------------------*/
#portfolio {
  /* background: #f7f7f7; */
  padding: 80px 0;
}

#portfolio #portfolio-wrapper {
  padding-right: 15px;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 45px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 10px;
  display: inline-block;
  padding: 10px 22px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  font-family: nexa;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #F26B35;
  color: #fff;
}

#portfolio .portfolio-item {
  position: relative;
  height: 200px;
  overflow: hidden !important;
  margin-bottom: 15px;
  transition: all 350ms ease;
  transform: scale(1);
}

#portfolio .portfolio-item a {
  display: block;
  margin-right: 15px;
}

#portfolio .portfolio-item img {
  position: relative;
  height: 100%;
  width: auto;
  top: 0;
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details {
  height: 50px;
  background: #F26B35;
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: -50px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details h4 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 8px 0 2px 8px;
  margin: 0;
  font-family: nexa;
}

#portfolio .portfolio-item .details span {
  display: block;
  color: #fff;
  font-size: 13px;
  padding-left: 8px;
}

#portfolio .portfolio-item:hover .details {
  bottom: 0;
}

#portfolio .portfolio-item:hover img {
  top: -30px;
}
/*
  Theme Name: Regna
  Theme URL: https://bootstrapmade.com/regna-bootstrap-onepage-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: 'nexa';
  src: url('../lib/font/nexa-webfont.woff2') format('woff2'),
    url('../lib/font/nexa-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'replay';
  src: url('../lib/font/replay-webfont.woff2') format('woff2'),
    url('../lib/font/replay-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

body {
  background: black;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #F26B35;
}

a:hover,
a:active,
a:focus {
  color: #F26B35;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #F26B35;
  color: #fff;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #999;
}

/* About Us Section
--------------------------------*/
#about {
  /* background: #fff; */
  padding: 200px 0;
}

#about .about-container .background {
  min-height: 300px;
  background: url(../img/about-img.jpg) center top no-repeat;
  margin-bottom: 10px;
}

#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

@media (max-width: 768px) {
  #about .about-container .title {
    padding-top: 15px;
  }
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #F26B35;
}

#about .about-container .icon-box .icon i {
  color: #F26B35;
  font-size: 24px;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

#about .about-container .icon-box .title a {
  color: #111;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    padding: 30px 0;
    height: 92px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}

#header #logo {
    float: left;
}

#header #logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 6px 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
}

#header #logo img {
    padding-bottom: 10px; 
    padding-right: 10px;
    max-height: 50px;
}

@media (max-width: 768px) {
    #header #logo h1 {
        font-size: 26px;
    }

    #header #logo img {
        max-height: 30px;
    }
}

#header.header-fixed {
    background: rgba(0, 0, 0, 0.9);
    padding: 20px 0;
    height: 72px;
    transition: all 0.5s;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 700px;
    /* background: #BA8B02;
    background: -webkit-linear-gradient(to top, black, #BA8B02);
    background: linear-gradient(to top, black, #BA8B02); */
    background-image: url("../img/bg-hero.png");
    /* background-repeat: no-repeat;
    background-size: contain;
    background-position: center; */
    background-size: cover;
    position: relative;
    max-width: 100%;
}

@media (max-width: 768px) {
    #hero {
        background-attachment: fixed;
        height: 400px !important;
    }
}

#hero:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero .hero-container {
    position: absolute;
    bottom: 0;
    top: 40%;
    left: 0;
    right: 0;
    display: block;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    text-align: left;
}

@media (max-width: 768px) {
    #hero .hero-container {
        top: 40%;
    }
}

#hero h1 {
    margin: 0 0 10px 0;
    font-size: 70px;
    font-weight: bold;
    /* line-height: 56px; */
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: nexa !important;
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 30px;
    }
}

#hero h2 {
    margin-bottom: 0px;
    font-size: 50px;
    font-family: nexa !important;
    letter-spacing: 3px;
    text-align: left !important;
    text-transform: uppercase;
    font-weight: bold;
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 20px;
    }
}

#hero .btn-teknis-daftar {
    font-family: nexa;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    border: 2px solid #F7EB23;
    color: white;
    margin-right: 20px;
}

@media (max-width: 768px) {
    #hero .btn-teknis-daftar {
        font-size: 12px;
    }
}

#hero .btn-teknis-daftar:hover {
    background: #F7EB23;
    border: 2px solid #F7EB23;
    color: black;
}

span {
    border-right: .05em solid white;
    animation: caret 1s steps(1) infinite;
}

@keyframes caret {
    50% {
        border-color: transparent;
    }
}
.robo {
    padding: 80px 0;
}

.to-animate {
    animation-duration: 2s;
    animation-delay: 0.7s;
}

.icon-lomba {
    width: auto;
    height: 60%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.icon-lomba:hover {
    transform: translatey(0px);
    animation: float 2s ease-in-out infinite;
}

@keyframes icon-lomba {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

.icon-seminar {
    /* width: auto; */
    /* height: 400px; */
    /* position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; */
}

.icon-seminar:hover {
    transform: translatey(0px);
    animation: float 2s ease-in-out infinite;
}

@keyframes icon-seminar {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

.judul-lomba {
    font-family: nexa;
    color: #febf2c;
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

@media (max-width: 768px) {
    .judul-lomba {
        font-size: 40px;
    }
}

.left-hand {
    text-align: left !important;
}

.right-hand {
    text-align: right !important;
}

.p-lomba {
    color: white;
    font-size: 20px;
    font-family: nexa;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .p-lomba {
        font-size: 16px;
    }
}

#robotic {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/bg-tc.jpg) fixed center center;
    background-size: cover;
    max-width: 100%;
}

.more .more-btn {
    font-family: nexa;
    margin: 0px 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 13px 25px;
    border-radius: 30px;
    background-size: 200% auto;
    background-image: linear-gradient(to left, #F26B35 0%, #FBB12F 50%, #F7EB23 100%);
    color: black;
}

@media (max-width: 768px) {
    .more .more-btn {
        font-size: 14px;
    }
}

.more .more-btn:hover {
    background-position: right center;
    transition: 0.5s;
    color: white;
}

#fh5co-type {

    padding: 80px 0;

    background-color: transparent;

    background-size: cover;

    background-attachment: fixed;

    position: relative;
}

#fh5co-type>.fh5co-overlay {

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    background: rgba(0, 0, 0, 0.7);

    z-index: 9;
}

#fh5co-type>.container {

    z-index: 10;

    position: relative;
}

#fh5co-type .fh5co-type {

    float: left;

    width: 100%;

    text-align: center;
}


#fh5co-type h3 {

    margin-bottom: 10px;

    color: #FBB12F;

    text-align: center;

}

#fh5co-type h3.with-icon {

    position: relative;
    font-family: 'Nexa';

    color: #FBB12F;

    padding-top: 90px;
}

#fh5co-type h3.with-icon:before,
#fh5co-type h3.with-icon::before {

    content: "";

    position: absolute;

    left: 50%;
    margin-left: -54px;

    margin-top: -125px;

    width: 104px;

    height: 104px;

    border: 2px solid rgba(255, 255, 255, 0.2);

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    -ms-border-radius: 50%;
    border-radius: 50%;
}

#fh5co-type h3.with-icon.icon-eec:before,
#fh5co-type h3.with-icon.icon-eec::before {
    background: url(../img/lomba/eec.png) no-repeat center center;
}

#fh5co-type h3.with-icon.icon-iot:before,
#fh5co-type h3.with-icon.icon-iot::before {

    background: url(../img/lomba/iot.png) no-repeat center center;
}

#fh5co-type h3.with-icon.icon-soccer:before,
#fh5co-type h3.with-icon.icon-soccer::before {

    background: url(../images/type-3.png) no-repeat center center;
}

#fh5co-type h3.with-icon.icon-sumo:before,
#fh5co-type h3.with-icon.icon-sumo::before {

    background: url(../images/type-4.png) no-repeat center center;
}

#fh5co-type h3.with-icon.icon-mach:before,
#fh5co-type h3.with-icon.icon-mach::before {

    background: url(../images/type-4.png) no-repeat center center;
}

#fh5co-type p {

    color: #FFFFFF;
}


.js .to-animate,
.js .to-animate-2 {

    opacity: 0;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */

#nav-logo {
    text-transform: uppercase;
    font-family: "nexa";
    font-size: 25px;
}

@media (max-width: 768px) {
    #nav-logo {
        font-size: 15px;
    }
}

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu>li {
    float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
    float: right;
    margin: 0;
}

@media (max-width: 768px) {
    #nav-menu-container {
        display: none;
    }
}

/* Nav Meu Styling */
.nav-menu a {
    padding: 0 8px 10px 8px;
    letter-spacing: 2px;
    text-decoration: none;
    display: inline-block;
    color: #F7EB23;
    font-family: "nexa";
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    outline: none;
}

.nav-menu>li {
    margin-left: 10px;
}

.nav-menu>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #F7EB23;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover>a:before,
.nav-menu .menu-active>a:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.nav-menu ul {
    margin: 4px 0 0 0;
    /* border: 1px solid #e7e7e7; */
}

.nav-menu ul li {
    background: #F7EB23;
}

.nav-menu ul li:first-child {
    border-top: 0;
}

.nav-menu ul li a {
    padding: 10px;
    color: black;
    transition: 0.3s;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

.nav-menu ul li a:hover {
    background: #FBB12F;
    color: #fff;
}

.nav-menu ul ul {
    margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #fff;
}

@media (max-width: 768px) {
    #mobile-nav-toggle {
        display: inline;
    }
}

/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(52, 59, 64, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li a:hover {
    color: #fff;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #FBB12F;
}

#mobile-nav ul .menu-item-active {
    color: #FBB12F;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(52, 59, 64, 0.9);
    display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

/*--------------------------------------------------------------
  # Sections
  --------------------------------------------------------------*/
/* Sections Header
  --------------------------------*/
.section-header .section-title {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5px;
}

.section-header .section-description {
    text-align: center;
    padding-bottom: 40px;
    color: #999;
}
#seminarnya {
  padding: 80px 0;
}


#seminarnya .foto-profil {

  align-content: center;
}




/*!style.css*/


/*!-------- content detail --------*/
#seminarnya .content-detail {
  /* font-weight: 200; */
  margin-top: 5px;
  margin-bottom: 45px;
  line-height: 30px;
  font-size: 20px;
  letter-spacing: 0.4px;
  text-align: center;
  font-family: "nexa";
}

#seminarnya .text-detail {
  margin-top: 20px;
  color: #f5f5f5;
}

#seminarnya .listing-item {
  list-style: none;
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
}

/*!---------- animasi kard nya -----------*/
#seminarnya .wrap-card {
  position: relative;
  box-shadow: 0px 0px 0px #ffffff;
  transition: all 0.2s ease 0s;
  -webkit-transform: translateY(0px) translateX(0px);
}

#seminarnya .wrap-card:before,
#seminarnya .wrap-card:after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 100%;
  height: 3px;
  background: #F7EB23;
  -webkit-transform: scaleX(0);
  transition: all 0.2s ease;
  z-index: 20;
}

#seminarnya .wrap-card:before {
  top: 0;
  left: 0;
  -webkit-transform-origin: 0 0;
}

#seminarnya .wrap-card:after {
  bottom: 0;
  left: 0;
  -webkit-transform-origin: 100% 0;
}

#seminarnya .wrap-card:hover {
  box-shadow: 20px 20px 0px #F7EB23;
  -webkit-transform: translateY(-10px) translateX(-10px);
  transition: all 0.2s ease 0.4s;
}

#seminarnya .wrap-card:hover:after,
#seminarnya .wrap-card:hover:before {
  -webkit-transform: scaleX(1);
}

#seminarnya .card {
  /* background: -webkit-linear-gradient(bottom, #2C140A, #B14E27); */
  background: black;
  padding: 30px 35px 45px 35px;
  margin-bottom: 30px;
  /* border: 4px solid #F7EB23; */

}

#seminarnya .card:before,
#seminarnya .card:after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 3px;
  height: 100%;
  background: #F7EB23;
  -webkit-transform: scaleY(0);
  transition: all 0.2s ease 0.2s;
}

#seminarnya .card:before {
  top: 0;
  left: -2px;
  -webkit-transform-origin: 0 100%;
}

#seminarnya .card:after {
  top: 0;
  right: -2px;
  -webkit-transform-origin: 0 0;
}

#seminarnya .card:hover:after,
#seminarnya .card:hover:before {
  -webkit-transform: scaleY(1);
}

/*!-------Typography ----------------------*/

#seminarnya p {
  /* letter-spacing: 0.5px; */
  font-size: 16px;
  /* line-height: 24px; */
  /* font-weight: 300; */
  font-family: "nexa";
  text-align: justify;
}

#seminarnya .nama {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "nexa";
  color: #F05B36;
  text-align: center;
}

#seminarnya .job {
  font-size: 20px;
  font-weight: 500;
  /* line-height: 14px; */
  /* letter-spacing: 0.4px; */
  /* text-transform: uppercase; */
  color: #cccccc;
  text-align: center !important;
}

#seminarnya .company {
  font-size: 24px;
  /* line-height: 14px; */
  /* border: 1px solid #ececec; */
  /* background: -webkit-linear-gradient(left, #F7EB23 30%, #F26B35); */
  color: white !important;
  padding: 8px 10px;
  border-radius: 6px;
  display: inline-block;
  margin-top: 5px;
  font-weight: 400;
  text-align: center;

}

.center-img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.yellow-bg {
  background: -webkit-linear-gradient(left, #F7EB23 10%, #F26B35 90%);
  background-size: 200% auto;

}

.orange-bg {
  background: -webkit-linear-gradient(left, #F05B36 10%, #F7EB23 90%);
  background-size: 200% auto;

}



/*!bootstrap.css*/

/*! containner */
#seminarnya .containerku {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:768px) {
  .containerku {
    width: 750px
  }
}

@media (min-width:992px) {
  .containerku {
    width: 970px
  }
}

@media (min-width:1200px) {
  .containerku {
    width: 1170px
  }
}

.rownya {
  margin-right: -15px;
  margin-left: -15px
}

/*! col-md-9 col-md-3 col-md-6 col-sm-6 */

.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

@media (min-width:992px) {

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  /*! col-md-6 */
  .col-md-6 {
    width: 33%
  }

  /*! col-md-6 */
  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }
}

/*! col-sm-6 */

@media (min-width:768px) {

  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  /*! col-sm-6 */
  .col-sm-6 {
    width: 33%
  }

  /*! col-sm-6 */
  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }

  .col-sm-pull-12 {
    right: 100%
  }

  .col-sm-pull-11 {
    right: 91.66666667%
  }

  .col-sm-pull-10 {
    right: 83.33333333%
  }

  .col-sm-pull-9 {
    right: 75%
  }

  .col-sm-pull-8 {
    right: 66.66666667%
  }

  .col-sm-pull-7 {
    right: 58.33333333%
  }

  .col-sm-pull-6 {
    right: 50%
  }

  .col-sm-pull-5 {
    right: 41.66666667%
  }

  .col-sm-pull-4 {
    right: 33.33333333%
  }

  .col-sm-pull-3 {
    right: 25%
  }

  .col-sm-pull-2 {
    right: 16.66666667%
  }

  .col-sm-pull-1 {
    right: 8.33333333%
  }

  .col-sm-pull-0 {
    right: auto
  }

  .col-sm-push-12 {
    left: 100%
  }

  .col-sm-push-11 {
    left: 91.66666667%
  }

  .col-sm-push-10 {
    left: 83.33333333%
  }

  .col-sm-push-9 {
    left: 75%
  }

  .col-sm-push-8 {
    left: 66.66666667%
  }

  .col-sm-push-7 {
    left: 58.33333333%
  }

  .col-sm-push-6 {
    left: 50%
  }

  .col-sm-push-5 {
    left: 41.66666667%
  }

  .col-sm-push-4 {
    left: 33.33333333%
  }

  .col-sm-push-3 {
    left: 25%
  }

  .col-sm-push-2 {
    left: 16.66666667%
  }

  .col-sm-push-1 {
    left: 8.33333333%
  }

  .col-sm-push-0 {
    left: auto
  }

  .col-sm-offset-12 {
    margin-left: 100%
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%
  }

  .col-sm-offset-9 {
    margin-left: 75%
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%
  }

  .col-sm-offset-6 {
    margin-left: 50%
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%
  }

  .col-sm-offset-3 {
    margin-left: 25%
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .col-sm-offset-0 {
    margin-left: 0
  }
}

/*! penting gatau kenapa */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.circle {
    padding: 13px 20px;
    border-radius: 50%;
    background-color: #F26B35;
    color: #fff;
    max-height: 50px;
    z-index: 2;
}

.how-it-works.row .col-2 {
    align-self: stretch;
}

.how-it-works.row .col-2::after {
    content: "";
    position: absolute;
    border-left: 3px solid #F26B35;
    z-index: 1;
}

.how-it-works.row .col-2.bottom::after {
    height: 50%;
    left: 50%;
    top: 50%;
}

.how-it-works.row .col-2.full::after {
    height: 100%;
    left: calc(50%);
}

.how-it-works.row .col-2.full2::after {
    height: 100%;
    left: calc(48.4%);
}

.how-it-works.row .col-2.top::after {
    height: 50%;
    left: 50%;
    top: 0;
}
.how-it-works.row .col-2.top2::after {
    height: 50%;
    left: 48.4%;
    top: 0;
}


.timeline div {
    padding: 0;
    height: 40px;
}

.timeline hr {
    border-top: 3px solid #F26B35;
    margin: 0;
    top: 17px;
    position: relative;
}

.timeline .col-2 {
    display: flex;
    overflow: hidden;
}

.timeline .corner {
    border: 3px solid #F26B35;
    width: 100%;
    position: relative;
    border-radius: 15px;
}

.timeline .top-right {
    left: 50%;
    top: -50%;
}

.timeline .left-bottom {
    left: -50%;
    top: calc(50% - 3px);
}

.timeline .top-left {
    left: -50%;
    top: -50%;
}

.timeline .right-bottom {
    left: 50%;
    top: calc(50% - 3px);
}
#timeline h4,p{
    font-family: nexa;
    color: white !important;
}
#timeline h4{
    font-size: 35px;
}
#timeline p{
    font-size: 20px;
}
.carousel-control-prev {
    margin-top: 157px;
    height: 75px;
    width: 75px;
}

.carousel-control-next {
    margin-top: 157px;
    height: 75px;
    width: 75px;
}

.btn-default {
    background-color: goldenrod;
    border-radius: 75px;
}

li.active {
    background-color: goldenrod;
}

#video {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/bg-section.png) fixed center center;
    background-size: cover;
    max-width: 100%;
    padding: 80px 0;
}

.vid-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    /* overflow: hidden; */
}

.vid-container iframe {
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    width: 80%;
    height: 80%;
}

.vid {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 4px 4px 14px #000;
    -webkit-box-shadow: 4px 4px 14px #000;
    box-shadow: 4px 4px 14px #000;
    /* -moz-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg); */
}