@font-face {
  font-family: 'roboto-bold';
  src: url('../../font/roboto/RobotoCondensed-Bold.ttf'); /* IE9 Compat Modes *//* Legacy iOS */
}
@font-face {
  font-family: 'roboto-regular';
  src: url('../../font/roboto/RobotoCondensed-Regular.ttf'); /* IE9 Compat Modes *//* Legacy iOS */
}
@font-face {
  font-family: 'roboto-light';
  src: url('../../font/roboto/RobotoCondensed-Light.ttf'); /* IE9 Compat Modes *//* Legacy iOS */
}
@font-face {
  font-family: 'roboto-regular-p';
  src: url('../../font/roboto/Roboto-Light.ttf'); /* IE9 Compat Modes *//* Legacy iOS */
}
@font-face {
  font-family: 'roboto-regular-t';
  src: url('../../font/roboto/Roboto-Regular.ttf'); /* IE9 Compat Modes *//* Legacy iOS */
}
*{
    font-family:roboto-regular-p;
}
h1,h2,h3,h4,h5{
    font-family:roboto-bold;
}
.navbar-1{
    background: #032F3C;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75)!important;
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-brand{
    color: #ffffff9c
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus{
    color:#fff;
    font-weight:bold;
}
.nav-link{
    padding: 0px 15px!important;
    font-size:0.9rem;
}

/* universal */
.judul{
    position: relative;
    margin-bottom: 50px;
    margin-top:25px;
}
.judul-1{
    border-bottom: 1px solid #000;
    width: 10%;
    margin:auto;
    position: absolute;
    left:0;
    right:0;
    bottom: 5px;
}
.judul-2{
    width: 10px;
    height: 10px;
    background: #000;
    margin:auto;
    transform: rotate(45deg);
}
.cir{
    background-color:#032F3C!important;
    top: 10px!important;
    left: 10px!important;
    text-align: center;
    width: 130px!important;
    height: 130px!important;
}
.perc{
    color: #fff!important;
    width: 130px!important;
    height: 130px!important;
    line-height: 130px!important;
    font-size: 40px!important;
    font-weight: bold!important;
    font-family:roboto-bold;
}
.ab{
    position: relative;
    text-align: center;
    width: 150px!important;
    height: 150px!important;
    border-radius: 100%;
}
.demo > * {
    height: 150px!important;
    width: 150px!important;
}
/* about */
.about-1{
    padding:100px 0px;
    padding-top:125px;
    position: relative; 
}
/* experience */
.experience{
    padding:75px 0px;
    padding-top:125px;
    position: relative;
    background: #F5F5F5;
    width: 100%;
    height: auto;
}
    .experience-1{
        padding-left:15px;
    }
    .experience-2{
        position: absolute;
        bottom:0px;
        right:0px;
        width:400px;
    }
/* skill */
.skill{
    background: #032F3C;
    padding: 75px 0px;
    padding-top:125px;
    position: relative;
    width: 100%;
    height: auto;
}
.skill > * > * > * {
    color: #fff;
}
.skill-1{
    width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
    align-items: center;
    margin:auto;
}
.skill-2{
    margin-top:25px;
}
.skill-3{
    margin-top:35px;
}
.skill-4{
    margin-bottom:75px!important;
}
.skill-4 > * {
    color:#fff!important;
}
/* certification */
.certification{
    padding: 75px 0px;
    padding-top:125px;
    position: relative;
}

/* footer */
.footer{
    background: #032F3C;
    width: 100%;
    padding:75px 0px;
    height: auto;
}
.footer-1 > p {
    color: #fff;
}
.footer-2 > li > a{
    color:#ffffffb3;
    font-size:1.8rem;
}
.footer-2 > li > a:hover{
    color:#fff;
}
.footer-2 > .list-inline-item:not(:last-child) {
    margin-right: 0.8rem;
}

/* universal */
.mb-0{margin-bottom:0px!important;}
.mb-5{margin-bottom:5px!important;}
.mb-10{margin-bottom:10px;}
.mb-15{margin-bottom:15px;}
.mb-25{margin-bottom:25px;}
.mb-50{margin-bottom:50px;}
.mb-75{margin-bottom:75px;}
.mb-100{margin-bottom:100px;}

.mt-5{margin-top:5px;}
.mt-10{margin-top:10px;}
.mt-15{margin-top:15px;}
.mt-25{margin-top:25px;}
.mt-50{margin-top:50px;}
.mt-75{margin-top:75px;}
.mt-100{margin-top:100px;}

.pl-5{padding-left:5px}
.pl-10{padding-left:10px}
.pl-15{padding-left:15px}
.pl-25{padding-left:25px}
.pl-35{padding-left:35px}
.pl-50{padding-left:50px}
.pl-75{padding-left:75px}

.pr-5{padding-right:5px}
.pr-10{padding-right:10px}
.pr-15{padding-right:15px}
.pr-25{padding-right:25px}
.pr-35{padding-right:35px}
.pr-50{padding-right:50px}
.pr-75{padding-right:75px}

.btn-1{
    background: #032F3C;
    border:0px;
    border-radius: 0px;
    padding:12px 25px;
    font-size:0.9rem;
}
p.small{
    font-size:0.8rem;
}

.img-1{
    width:35%;
}
.img-2{
    width:15%;
}
.judul{
    box-sizing: border-box;
    margin-bottom: 35px;
    margin-top: 0px;
    font-size: 14px;
    color: #000;
    display: block;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.15em;
    font-family:roboto-regular;
}
.judul-part{
    box-sizing: border-box;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 540px;
    max-width: 100%;
    font-size: 36px;
    color: rgb(15, 33, 55);
    font-weight: 700;
    text-align: center;
    line-height: 1.12;
    letter-spacing: -0.025em;
    font-family:roboto-bold;
}
p.judul-part-1{
    box-sizing: border-box;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 20px;
    width:450px;
    margin:auto;
    color: rgb(52, 61, 72);
    font-weight: 300;
    line-height: 1.7;
    font-family:roboto-light;
}
p.judul-part-2{
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 20px;
    color: rgb(15, 33, 55);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.02em;
    font-weight: 100;
    font-family:roboto-light;
}
p.judul-part-3{
    box-sizing: border-box;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 16px;
    color: rgb(52, 61, 72);
    font-weight: 100;
    line-height: 1.88;
    letter-spacing: -0.025em;
    font-family:roboto-regular-p;
}
.mt-0{
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 27px;
    color: rgb(15, 33, 55);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.02em;
    font-family:roboto-bold;
}
.p-bold{
    font-family: roboto-regular-t;
}

.close-ulnya:hover{

}

@media only screen and (max-width: 766px) {
  .navbar-brand{
      width:50%;
  }
  .navbar-light .navbar-toggler {
    color: rgb(255, 255, 255);
   }
   .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-brand {
    color: #ffffff;
    }
    p.judul-part-1{
        width:100%;
    }
    .demo{
        width:100%;
    }
    .demo > *{
        margin:auto;
    }
    .responsive-1{
        margin-bottom:50px;
    }
    .responsive-2{
        margin-top:50px;
    }
    .judul-part{
        font-size:26px;
    }
    .responsive-4{
        width:100%;
        height: 100%;
        position: fixed;
        background: #ffffffe3;
        z-index:9999;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .responsive-4 > ul > li {
        margin-bottom:25px;
    }
    .responsive-4 > ul > li > .nav-link {
        font-size:20px!important;
        color:#000;
    }
}

@media only screen and (max-width: 992px) {
    .col-md-10{
        min-width:100%;
    }
    .navbar-light .navbar-toggler {
        color: rgb(255, 255, 255);
    }
    .responsive-4{
        width:100%;
        height: 100%;
        position: fixed;
        background: #ffffffe3;
        z-index:9999;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .responsive-4 > ul > li {
        margin-bottom:25px;
    }
    .responsive-4 > ul > li > .nav-link {
        font-size:20px!important;
        color:#000;
    }
}