html {
  scroll-behavior: smooth;
}
/* set-font */
@font-face {
  font-family: 'pop-medium';
  src: url(../font/pop-med.ttf);
}
@font-face {
  font-family: 'pop-regular';
  src: url(../font/pop-reg.ttf);
}
/* set-font */

/* nav */
.navbar-default {
  background-color: #fff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  transition:500ms ease;
  padding-top: 5px;
  padding-bottom: 11px;
  border: transparent;
  padding-left: 10px;
  padding-right: 10px;
}
.navbar-default.scrolled .navbar-nav > li > a {
  color: #000;
} 
.navbar-default .navbar-nav > li > a {
  margin-top: 7.5px;
  color: #000;
  font-size: 15.5px;
  letter-spacing: 0.3px;
  font-family: pop-medium;
  margin-left: 8px;
  padding-bottom: 12px;
  border-bottom: 2px solid transparent;
}
.navbar-default .navbar-nav > li > a:hover {     
  color: #0779e4;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.navbar-default.scrolled .navbar-nav > li > a:hover {
  color: #0779e4;
}
.navbar-brand>img {
  margin-top: -12px;
}
.navbar-default .navbar-toggle {
  margin-top: 13px;
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.3s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.menu-s {
  padding-right: 20px;
  padding-left: 20px;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}
.navbar-default.scrolled{
  background-color: #fff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}
.navbar-default .navbar-collapse {
  border-color: transparent;
}
/* nav */

/* btn */
.btn-get-started {
  padding: 11.5px 30px;
  height: 50px;
  font-family: pop-regular;
  font-size: 15.3px;
  line-height: 50px;
  border-radius: 50px 0px 50px 50px;
  letter-spacing: 0.3px;
  color: white;
  background-color: #2baae1;
  box-shadow: 3px 3px 11px rgba(43, 170, 225, 0.25);
  border: none;
}
.btn-get-started:hover,.btn-get-started:focus,.btn-get-started:active {
  background-color: #0779e4;
  color: #fff;
  transition: all 0.3s ease-in-out;
  box-shadow: 3px 3px 11px rgba(7, 121, 228, 0.25);
  border: none;
  text-decoration: none;
}
/* btn */

/* gabungan container about dan service */
.backup-bg-circle {
  padding: 0px;
  background-image: url('../images/tes-bg.png');
  background-size: 46%;
  background-repeat: no-repeat;
  background-position: right 165px;
}
/* gabungan container about dan service */

/* history */
.tentang-kami {
  margin-top: 110px;
  margin-bottom: 50px;
}
.backup-img-company {
  padding: 20px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../images/path-bg.png');
}
.img-company {
  border-radius: 7px;
  border-bottom-right-radius: 50px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
}
.dif-color {
  color: #2baae1;
}
.backup-title-about {

  margin-top: 10px;
}
.title-about img  {
  margin-top: 4px;
  margin-left: -17px;
}
.word-about {
  color: #293b5f;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.3em;
  margin-top: 15px;
  margin-bottom: 10px;
  letter-spacing: -1px;
  font-family: pop-medium;
}
.isi-content-layanan {
  color:#8d97ad !important;
  font-size: 15px !important;
  margin-top: 10px;
  font-family: pop-regular;
  line-height: 1.8;
  /*   font-size: 14px; */
  color: #666666;
}
.custom-content-lh {
  line-height: 2.1;
}
.btn-read-more {
  padding: 1.5px 30px;
}
.btn-read-more:hover,.btn-read-more:focus,.btn-read-more:active {
  outline: none !important;
}
.read-more-content {
  display:none;
}
/* history */

/* services */
.services {
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('../images/bg-wave.png');
  background-size: 53%;
  background-repeat: no-repeat;
  background-position: center 150px;
  margin-top: 90px;
}
.backup-title-layanan {
  margin-top: 50px;
}
.h2-layanan {
  margin-top: 22px;
  margin-bottom: 16px;
  color: #293b5f !important;
  font-family: pop-medium;
  line-height: 1.3em;
  font-size: 32px;
  font-weight: 600;
}
.mini-word {
  background-color: #e1eff6;
  color: #2e4d58;
  font-family: pop-medium;
  border-radius: 100px;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 4px 14px;
  text-transform: uppercase;
}
.card-services {
  padding: 0px;
  margin-top: 40px;
}
.l-services {
  margin-bottom: 20px;
}
.grid-layanan {
  background-color: #fff;
  padding:25px 5%;
  margin-bottom: 9px;
  display: flex;
  border-radius: 4px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.07);
  height: 220px;
  overflow-y: auto;
}
.title-service {
  padding: 20px;
  margin-top: 10px;
}
.backup-content-layanan {
  padding: 12px 18px;
}
.big-title-layanan {
  letter-spacing: 0.2px;
  color:#293b5f !important;
  font-family:pop-medium;
  font-weight: 600;
  font-size: 21px;
}
/* layanan */

/* join */
.sec-join {
  background-color: #fafafa;
}
.word-join {
  padding: 20px 55px 14px;
  text-align: center;
  color: #293b5f !important;
  font-family: pop-regular;
  margin: 0px 25px;
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 1.6;
}
/* join */

/* slide-client-logo */
.h-auto {
  height: auto;
}
.quote-client {
  margin-top: 12px;
  color: #8d97ad !important;
  font-family: pop-regular;
  letter-spacing: 0.3px;
  font-size: 15px;
}
.cs-client-logo {
  margin-bottom: 30px;
}
.slide-client-logo {
  margin-top: -60px;
  /*margin-bottom: 120px; */
}
.img-slide-client {
  margin-top: 20px;
  padding: 15px;
}
.img-slide-client img {
  width: 130px;
  filter: grayscale(100%);
}
.img-slide-client img:hover ,.img-slide-client img:focus , .img-slide-client img:active {
  filter: grayscale(0%);
  transition: all 0.2s ease-in-out;
}
/* slide-client-logo */

/* scroll settings */
#style-1::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.06);
  border-radius: 10px;
  background-color: #fafafa;
}

#style-1::-webkit-scrollbar
{
  width: 5px;
  background-color: #fafafa;
}

#style-1::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: 0 25px 70px rgba(0, 0, 0, 0.07);
  background-color: rgba(43, 170, 225, 0.8);
}
/* scroll settings */
/* services */

/* footer section */

.mt-cs-wave-footer {
  margin-top: 14.5px;
}
.footer {
  margin-top: -10px;
  background-color: #fafafa;
}
.title-footer {
  margin-top: 39px;
  color: #293b5f !important;
  font-family: pop-medium;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.cs-sub-footer {
  margin-top: 12px;
  /*   text-align: justify; */
}
.cs-list-footer li {
  list-style: none;
  margin-bottom: 10px;
  font-family: pop-regular;
}
.cs-list-footer li:hover {
  color: #0779e4 !important;
  transition: all 0.2s ease-in-out;
}
/* .main-flex {
  display: inline-flex;
  } */
  .main-flex span {
    margin-left: 3.5px;
  }
  .main-flex a {
    color: #8d97ad !important;
  }
  .main-flex a:hover, .main-flex a:focus, .main-flex a:active {
    text-decoration: none;
    color: #0779e4 !important;
  }
  .backup-last-copyright {
    padding-bottom: 18px;
  }
  .last-copyright:first-child {
    margin-top: 95px;
  }
  .last-copyright {
    font-family: pop-medium;
    color: #293b5f !important;
  }
  /* footer section */

  /* bounce animate */
  .bounce {
    display: inline-block;
    position: relative;
    margin-left: 3px;
    -moz-animation: bounce 0.5s infinite linear;
    -o-animation: bounce 0.5s infinite linear;
    -webkit-animation: bounce 0.5s infinite linear;
    animation: bounce 0.5s infinite linear;
  }
  @-webkit-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
  }
  @-moz-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
  }
  @-ms-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
  }
  @keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
  }
/* bounce animate */

/* floating button whatsapp */
.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:25px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px rgba(121, 215, 15, 0.25);
  z-index:100;
}

.my-float,.my-float:hover,
.my-float:focus,.my-float:active{
  margin-top:16px;
  text-decoration: none;
  color: #fff;
}
/* floating button whatsapp */