.navbar-custom {
    padding: 8px 0px;
}

.navbar-custom .navbar-nav .nav-item .nav-link{
    font-weight: bolder;
}

.heading h2{
    color: #00a995;
}

.first::after{
    background: #fec467;
}

.nav-sticky .navbar-nav .nav-item .nav-link.active{
    color: #00a995!important;
}

.nav-sticky .navbar-nav .nav-item .nav-link::before{
    color: #fec467!important;
}

.navbar-custom .navbar-nav .nav-item .nav-link::before{
    background-color: #fec467!important;
}

.nav-sticky .navbar-nav .nav-item .nav-link:hover{
    color: #00a995!important;
}

#back-to-top{
    background: #00a995;
}

#back-to-top:hover{
    background-color: white;
    color: #fec467;
    border: 1px solid;
}

/* Service sct */
.service-item {
    position: relative;
    margin: 65px 0 25px 0;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-img {
    position: absolute;
    padding: 12px;
    width: 130px;
    height: 130px;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
}

.service-item .service-detail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.service-item .service-title {
    position: absolute;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    transition: .5s;
}

.service-item:hover .service-title {
    top: -100%;
}

.service-item .service-text {
    position: absolute;
    overflow: hidden;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    display: flex;
    align-items: center;
    text-align: center;
    background: rgba(2, 36, 91, .7);
    transition: .5s;
}

.service-item:hover .service-text {
    top: 0;
}

.service-item .service-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    top: -100%;
    left: 0;
    transform: skewY(-12deg);
    background: #FFFFFF;
    transition: .5s;
}

.service-item:hover .service-text::before {
    top: -55px;
}

.service-item .btn {
    position: absolute;
    width: 130px;
    height: 50px;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    background: #FFFFFF;
    border: none;
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
}

.service-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

/* Visi Misi */
.visimisi .card-header {
    background: linear-gradient(90deg, #00a995 40%, #fec467 100%);
    color: #fff;
    position: absolute;
    top: -25px;
    left: 50px;
    width: 220px;
    height: 50px;
    font-size: 15px;
    font-weight: bold;
    border: 2px solid linear-gradient(90deg, #00a995 40%, #fec467 100%);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .visimisi .card-body{
    padding: 45px 20px 20px;
    min-height: 190px;
  }

  /* Why Choose Us */
  .benefit {
    background-color: #f5f5f5;
  }
  .avatar-title{
      background-color:#00a995!important;
      border:1px solid #fec467;
  }

  .benefit .benefit-box {
    position: relative;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all 0.5s ease 0s;
    border-radius: 10px;
  }
  .benefit .benefit-box .benefit-icon {
    position: absolute;
    left: -24px;
    transition: all 0.5s ease 0s;
  }
  .benefit .benefit-box .benefit-icon .avatar-title {
    border-radius: 8px;
    align-items: center;
  }
  /*.benefit .benefit-box .benefit-icon .avatar-title::after {*/
  /*  content: "";*/
  /*  position: absolute;*/
  /*  left: 50%;*/
  /*  transform: translateX(-50%);*/
  /*  opacity: 1;*/
  /*  border: 25px solid transparent;*/
  /*  border-bottom: 23px solid #ffffff;*/
  /*}*/
  .benefit .benefit-box .benefit-icon .avatar-title i {
    font-size: 30px;
    z-index: 1;
    color: #fec467;
  }
  .benefit .benefit-box:hover {
    transform: scale(1.1);
    transition: all 0.5s ease 0s;
  }
  .benefit .benefit-box:hover .benefit-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
  }
  .benefit .benefit-box:hover .benefit-icon .avatar-title::after {
    border: none;
  }
  .benefit .benefit-box:hover .benefit-icon i {
    font-size: 200px;
    color: #ffffff;
  }
  .benefit .benefit-box .gradients-red {
    background: linear-gradient(to left, #ff847d, #e73954);
  }
  
  .body-wcu {
      min-height:130px;
  }
  
  @media (max-width: 576px) {
    .benefit .benefit-box .benefit-icon {
      left: 0px;
      top: 0px;
    }
  }

  /* produk */
  .position-relative{
      position: relative!important;
  }
  
  .card-produk{
    width: 100%;
    height: auto;
    padding: 0 10px 0;
    background-color: transparent!important;
    border-color: transparent!important;
  }

  .body-produk{
    background-color: #d1d1d1;
    border: 3px #d1d1d1 solid;
    border-bottom-left-radius: calc(0.25rem - 1px);
    border-bottom-right-radius: calc(0.25rem - 1px);
  }

  .pricing{
    background-image: url(../images/bg-layanan.png);
    background-repeat: no-repeat;
    background-size: 100%;
    /* width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: auto; */
  }

  .pricing-overlay{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0,0,0,.65); */
  }

  .bg-produk{
    background-image: url(../images/bg-produk.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  
  .card-title{
    text-align: center;
    font-size: 1.3rem;
  }
  
  /* kontak */
  .kontak{
    border: 3px solid #00a995;
    background-color: #ffffff;
    box-shadow: #000000;
  }

  .logo-kontak{
    font-size: 3rem;
    color: #00a995;
  }

  .title-kontak{
    font-size: 1.5rem;
    color: #fec467;
  }

  .isi-kontak {
    font-weight: bold;
    min-height: 80px;
  }

  .gmap-kontak{
    display: block;
    width: 100%;
    height: 360px;
    border: none;
    outline: none;
    margin-bottom: 15px;
    padding: 0 25px;
    margin-top: 30px;
  }

  /* Cyber Security */
  .sct-boxshadow {
    box-shadow: 0 10px 15px rgba(0, 0, 0, .40);
  }

  .sct-cyber {
    color: #00a995;
    background-color: #ffffff;
    font-weight:bold;
    border: 2px solid #00a995
  }

  .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #00a995;
    font-weight:bold;
    border: 2px solid #ffffff
  }

  .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ctitle%3Eplus%3C/title%3E%3Cpath d='M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z' /%3E%3C/svg%3E");
    color: #00a995;
  }

  .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ctitle%3Eplus%3C/title%3E%3Cpath d='M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z' /%3E%3C/svg%3E");
    transform: rotate(-225deg);
    color: #ffffff;
  }

  /* partner */

  .bg-partner{
    background-image: url(../images/partner-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  
  .card-partner{
    width: 100%;
    height: auto;
    padding: 0 10px 0;
    background-color: transparent!important;
    border-color: transparent!important;
  }

  img.card-img-top.img-partner {
    border-radius: 10px;
  }

  .sct-silver {
    border: 3px solid #c0c0c0;
  }

  .sct-gold {
    border: 3px solid #ffd700;
  }

  .sct-platinum {
    border: 3px solid #6abac3;
  }

  /* footer */
  .footer-cst {
    background-color: white!important;
    background-image: url(../images/bg-kontak.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom:0;

  }
  
  /*Responsive*/
  @media (max-width:600px){
      .slider-sct{
        margin-top:100px;   
      }
  }