.custom-icon-work img {
    width: 100px;
}
.custom-icon-klien img, .workflow__item-4 img {
    width: 120px;
}
.footer-address .location h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.5;
    color: var(--black-2);
    padding-bottom: 10px;
}
.bottom-icon a {
    color:var(--primary);
}
.bottom-icon:hover a {
    color:#fff;
}
.bottom-icon:hover p {
    color:#fff;
}
.bottom-icon p {
    color:var(--orange);
}
.development__area .w-100 img {width:100%;}
.bottom-icon .icon-wa, .bottom-icon .icon-email {
    font-size: 30px;
    font-weight: bold;
    border: 1px solid #005fa3;
    border-radius: 20px;
    padding:20px; 
}
.brand__item-2 img {
    height: 50px;
}
.bottom-icon .icon-wa:hover, .bottom-icon .icon-email:hover {
    background-color: #005fa3;
    color:#fff;
}
.hero__about-video img {
    margin-left: -73px;
}
.service-v5 .portfolio__service-item {
    min-height: 660px;
}
.color-icon i {color:var(--orange);padding-right:10px;}
.ml-10 {margin-left:8px;}

.layanan_kami_webdesign p {margin-bottom:20px;}
.layanan_kami_webdesign i {color:var(--orange);}
.sec-title-custom-1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom:15px;
    font-family: "Catamaran", sans-serif;
    color: var(--primary);
}
.popup-banner .custom-dialog {position:fixed;z-index:10;display:block;}
/* Slider Woocomerce */
.woocomerce__hero {
    position: relative;
  }
  .woocomerce__hero .swiper-button-next:after,
  .woocomerce__hero .swiper-button-prev:after {
    display: none;
  }
  .woocomerce__hero-circle {
    position: absolute;
    z-index: 2;
    top: 210px;
    pointer-events: none;
  }
  .woocomerce__hero-line {
    position: absolute;
    left: 16.5%;
    top: 0;
    height: 100%;
    width: 1px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.15);
  }
  @media only screen and (max-width: 767px) {
    .woocomerce__hero-line {
      display: none;
    }
  }
  .woocomerce__hero-line.line2 {
    left: 39%;
    background: rgba(255, 255, 255, 0.15);
  }
  @media only screen and (max-width: 767px) {
    .woocomerce__hero-line.line2 {
      display: none;
    }
  }
  .woocomerce__hero-line.line3 {
    left: 61.5%;
    background: rgba(255, 255, 255, 0.15);
  }
  @media only screen and (max-width: 767px) {
    .woocomerce__hero-line.line3 {
      display: none;
    }
  }
  .woocomerce__hero-line.line4 {
    left: auto;
    right: 16.5%;
    background: rgba(255, 255, 255, 0.15);
  }
  @media only screen and (max-width: 767px) {
    .woocomerce__hero-line.line4 {
      display: none;
    }
  }
  .woocomerce__hero-prev {
    right: 140px;
    bottom: 50px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    z-index: 5;
    text-align: center;
    line-height: 68px;
    border: 1px solid var(--white);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .woocomerce__hero-prev:hover {
    background: var(--black-2);
    border: 1px solid transparent;
  }
  @media only screen and (max-width: 767px) {
    .woocomerce__hero-prev {
      height: 50px;
      width: 50px;
      line-height: 45px;
    }
    .woocomerce__hero-prev img {
      max-width: 16px;
    }
  }
  .woocomerce__hero-next {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 5;
    text-align: center;
    line-height: 68px;
    border: 1px solid var(--white);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .woocomerce__hero-next:hover {
    background: var(--black-2);
    border: 1px solid transparent;
  }
  @media only screen and (max-width: 767px) {
    .woocomerce__hero-next {
      height: 50px;
      width: 50px;
      line-height: 45px;
      right: 70px;
    }
    .woocomerce__hero-next img {
      max-width: 16px;
    }
  }
  .woocomerce__hero-item {
    background-image: url("../imgs/woocomerce/wocomerce-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    padding: 0 50px;
    padding-top: 322px;
    position: relative;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1919px) {
    .woocomerce__hero-item {
      padding-top: 240px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .woocomerce__hero-item {
      padding-top: 180px;
      padding-bottom: 50px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .woocomerce__hero-item {
      height: unset;
      padding-top: 130px;
      padding-bottom: 50px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .woocomerce__hero-item {
      height: unset;
      padding-top: 200px;
      padding-bottom: 50px;
    }
    .woocomerce__hero-item::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.7);
    }
  }
  @media only screen and (max-width: 767px) {
    .woocomerce__hero-item {
      padding: 190px 10px 150px;
      height: unset;
      background-size: cover;
      background-position: center center;
    }
    .woocomerce__hero-item::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0);
    }
  }
  .woocomerce__hero-htitle {
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    color: var(--white);
    font-family: "Plus Jakarta Sans", sans-serif;
    margin-bottom: 40px;
    max-width: 585px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .woocomerce__hero-htitle {
      font-size: 80px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .woocomerce__hero-htitle {
      font-size: 80px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .woocomerce__hero-htitle {
      font-size: 50px;
    }
  }
  @media only screen and (max-width: 767px) {
    .woocomerce__hero-htitle {
      font-size: 40px;
      max-width: 285px;
    }
  }
  .woocomerce__hero-htitle span {
    font-weight: 300;
  }
  .woocomerce__hero-subtitle {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: var(--white);
    display: block;
    margin-bottom: 4px;
    position: relative;
    z-index: 2;
  }
  .woocomerce__hero-price {
    display: inline-block;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    position: relative;
    z-index: 2;
    color: #333;
  }
  .woocomerce__hero-dis {
    font-family: "Kanit", sans-serif;
    font-weight: 300;
    font-size: 21px;
    line-height: 26px;
    color: #333;
    max-width: 285px;
    margin-left: auto;
    z-index: 1;
    margin-right: 345px;
    margin-top: 90px;
  }
.wa-icon {    
  position: fixed;
  bottom: 75px;
  right: -430px;
  z-index: 999;
}
  @media only screen and (min-width: 1400px) and (max-width: 1919px) {
    .woocomerce__hero-dis {
      margin-top: 15px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .woocomerce__hero-dis {
      margin-top: 0;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .woocomerce__hero-dis {
      margin-top: 20px;
    }
  }
  @media only screen and (max-width: 767px) {
    .woocomerce__hero-dis {
      font-size: 18px;
      margin-right: 0;
      max-width: 100%;
      margin-top: 20px;
    }
  }
  .woocomerce__hero-rectangle {
    position: absolute;
    right: 0;
    display: block;
    width: 728px;
    height: 290px;
    background: rgba(255, 255, 255, 0.09);
    z-index: 2;
    bottom: 0;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .woocomerce__hero-rectangle {
      height: 240px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .woocomerce__hero-rectangle {
      height: 200px;
    }
  }
  @media only screen and (max-width: 767px) {
    .woocomerce__hero-rectangle {
      display: none;
    }
  }
  .woocomerce__hero .swiper-pagination {
    width: 120px;
    left: auto;
    right: 580px;
    bottom: 50px;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;

    pointer-events: none;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .woocomerce__hero .swiper-pagination {
      bottom: 180px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .woocomerce__hero .swiper-pagination {
      top: 140px;
      left: 39px;
    }
  }
  @media only screen and (max-width: 767px) {
    .woocomerce__hero .swiper-pagination {
      top: 252px;
      left: -5px;
    }
    .portfolio__service-item img {
      width: 100%;
    }
  }
  .woocomerce__hero .swiper-pagination-current {
    /* font-family: "Plus Jakarta Sans", sans-serif; */
    position: relative;
    display: inline-block;
    padding-right: 6px;
  }
  .woocomerce__hero .swiper-pagination-current::before {
    content: "0";
  }
  .woocomerce__hero .swiper-pagination-total {
    position: relative;
    font-family: "Plus Jakarta Sans", sans-serif;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    top: -10px;
    left: 10px;
  }
  .woocomerce__hero .swiper-pagination-total::before {
    content: "0";
  }


/* Slider Woocomerce */