body{
  font-family: 'gothamlight';
  scroll-behavior: smooth;
}

.u-full-width {
  max-width: 100% !important;
  box-sizing: border-box; }


h1,h2,h3,h4{
  font-family: 'savoybold' !important;
  letter-spacing: 2px;
}

h5,h6{
  font-family: 'savoyregular' !important;
  letter-spacing: 2px;
}

.blue-text{
  color: #367BBD;
}

.img-logo{
  margin: 0 auto;
  width: 175px;
  height: 200px;
  text-align: center;
  color:
  white;
  font-size: 20px;
  font-weight: bold;
  font-family: "gotham";
}

.header{
  max-width: 100%;
}
.img-logo span{
  float: left;
  width: 100%;
}

.side-header{
    position: sticky;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1vw;
    background-color: #fff;
    min-height: 5vw;
    max-height: 12.5rem;

}


.bg-curve{
     
     border-radius: 0px 0px 0px 200px;
    -moz-border-radius: 0px 0px 0px 200px;
    -webkit-border-radius: 0px 0px 0px 200px;
}

.mobile-nav{
  text-align: right !important;
  /* background-color: #367BBD; */
  color: #FFF;
  padding:0;
  z-index: 2;
  display: none;
}

.mobile-bg, .mobile-nav{
  top: 0;
  right: 0;
  position: fixed;
}

.mobile-bg{
  z-index: -1;
  width: 0;
  height: 0;
  background: radial-gradient(circle, #367BBD,#367BBD);
  border-radius: 50%;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}

.change-bg{
  width: 550px;
  height: 500px;
  transform: translate(40%,-40%);
}


.mobile-nav ul{
  margin: 0 30px !important;
  list-style: none;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}

.menu li a{
  color: #FFF;
}


.top-nav li a{
  color: #367BBD;
  text-decoration: none;
}

.menu li a:hover{
  font-weight: bold;
}

.navbar{
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
    margin:auto;
    position: relative;
    padding-top: 2vh;
}

.top-nav{
  text-align: right;
  width: 100%;
  padding-top: 10px;
}

.menu{
    display: none;
    align-items: center;
    position: relative;

}

.menu ul li{
    list-style: none;
    display: inline-block;
    margin: 0 20px;
    font-size: 12px;
    cursor: pointer;
}

.menu span{
    font-size: 18px;
    color: #367BBD;
   
}

/* .menu li::before{
    content: '';
    height: 2px;
    width: 70px;
    background: #000;
    position: absolute;
    left: -80px;
    top:12px;
} */

.menu-icon{
    position: relative;
    display: flex;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    /* border:3px solid #367BBD; */
    justify-content: center;
    align-items: center;
}

.u-pull-right {
  float: right; }

.change{
  display: block;
}


.menu-bg{
  width: 0;
  height: 0;
  background: radial-gradient(circle,#367BBD);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}


.menu-bar{
  width: 30px;
  height: 4px;
  background: #367BBD;
  border-radius: 5px;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}

.menu-bar::before, .menu-bar::after{
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  background: #367BBD;
  border-radius: 5px;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}

.menu-bar::before{
  transform: translateY(-10px);
}

.menu-bar::after{
  transform: translateY(10px);
}

/* ANIMATION */

.menu-icon.open .menu-bar{
  transform: translateX(-50px);
  background: transparent;
}

.menu-icon.open .menu-bar::before{
  transform: rotate(45deg) translate(35px, -35px);
}

.menu-icon.open .menu-bar::after{
  transform: rotate(-45deg) translate(35px, 35px);
}



.banner{
    width: 100%;
    height: 100vh;
    align-items: center;
    margin: auto;
    
   
}

.headline{
  font-size: 60px;
  text-align: right;
  color: #FFF;
  font-family: 'savoybold';
  line-height: normal;
  letter-spacing: 2px;
}

.misi li{
  text-align: left !important;
}

.section{
    padding: 10rem 0 7rem;
    text-align: center;
}

.hero{
    background-image: url("../images/bg-header.jpg");
    background-position: top;
    background-repeat: no-repeat;
  background-size:cover;
    
    
}

.about{
    background-color: #FFF;
    columns: #000000;;
    height: auto;
}

.about .value{
  width: 45%;
}

.white-text{
  color: #FFF;
}
.white-text h3::after{
    content: '';
    height: 2px;
    width: 70px;
    background: #FFF;
    position: absolute;
    margin-left: 20px;
    top:20px;
}

.dash-left::before{
  content: '';
  height: 2px;
  width: 30px;
  background: #367BBD;
  position: absolute;
  margin-left: -40px;
  margin-top:20px;
}

.dash-right::after{
  content: '';
  height: 2px;
  width: 30px;
  background: #367BBD;
  position: absolute;
  margin-left: 15px;
  margin-top:20px;
}


.visimisi{
    padding-top: 40px;
}

.visi{
    padding-right: 20px;
    /*  border-right: 1px solid #fff; */
}

.visi p{
  min-height: 20vh;
  text-align: center;
  align-items: center;
  display: flex;
  font-size: large;
}

.service
{
  background-color: #367BBD;
  text-align: left;
}

.service .description{
  text-indent: 50px;
  text-align: justify;
}

.contact{
  text-align: left;
}

.contact h3{
  padding-bottom: 20px;
}

.corporate ul{
  list-style-type: none;
  text-align: left;
}
.divider-dot::after {
  position: absolute;
  content: '';
  pointer-events: none;
  width: 8px;
  height: 7px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background:
  #2072a7;
  box-shadow: 30px 0
  #2072a7, -30px 0 #2072a7;
}

.font-gotham{
  font-family: 'Gotham';
}



/* Bigger than 550 */
@media (min-width: 550px) {
  .menu{
    display: flex;
  }

  .img-logo{
    margin-left:0px;
  }
  .menu-icon{
    display: none;

  }
    .section {
      padding: 12rem 0 11rem;
    }
    .hero {
      padding-bottom: 12rem;
      text-align: left;
      height: 165px;
    }
    
    .hero-heading {
      font-size: 2.4rem;
    }
  }
  
  /* Bigger than 750 */
  @media (min-width: 750px) {

   
    

    .hero {
      height: 220px;
    }
    .hero-heading {
      font-size: 2.6rem;
    }
    .section {
      padding: 14rem 0 15rem;
    }
    .hero {
      padding: 16rem 0 14rem;
    }
    .section-description {
      max-width: 60%;
      margin-left: auto;
      margin-right: auto;
    }
   
    .categories {
      padding: 15rem 0 8rem;
    }
  }
  
  /* Bigger than 1000 */
  @media (min-width: 1000px) {
    .section {
      padding: 10rem 0 8rem;
    }
    .hero {
      padding: 22rem 0;
    }
    .hero-heading {
      font-size: 3.0rem;
    }
    
  }

  @font-face {
    font-family: 'Gotham';
    src: url('fonts/GothamBold.eot');
    src: url('fonts/GothamBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamBold.woff2') format('woff2'),
        url('fonts/GothamBold.woff') format('woff'),
        url('fonts/GothamBold.ttf') format('truetype'),
        url('fonts/GothamBold.svg#GothamBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

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

}

@font-face {
  font-family: 'savoyregular';
  src: url('fonts/SAVOY/savoy_regular-webfont.woff2') format('woff2'),
       url('fonts/SAVOY/savoy_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'savoybold';
  src: url('fonts/SAVOY/savoy_bold-webfont.woff2') format('woff2'),
       url('fonts/SAVOY/savoy_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}