/* MEDIA HP */
@media only screen and (max-width: 768px) {
  /*
  ==============================
  COLLAPSE CSS
  ==============================
  */
  #testimoni .blog-slider .single-blog-item-furoda h3 {
    font-size: 17px !important;
  }

  .owl-prev,
  .owl-next {
    display: none !important;
  }

  #artikel-haji {
    margin-top: -14vw;
  }

  h1.judul-collapse {
    font-weight: 600;
  }

  img.images {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
  }

  #accordionExample .card-collapse {
    margin-bottom: 2vw;
  }

  .accordion-button {
    background-color: #940808;
    border: 1px solid #940808;
    padding: 2vw;
    border-radius: 5px 5px 0 0;
  }

  .accordion-button:not(.collapsed) {
    color: white !important;
    background-color: #940808;
    border: 1px solid #940808;
    padding: 2vw;
    border-radius: 5px 5px 0 0;
  }

  .accordion-button:focus {
    background-color: #940808;
    border: 1px solid #940808;
    padding: 2vw;
    border-radius: 5px 5px 0 0;
    box-shadow: none !important;
  }

  .accordion-button::after {
    background-image: url(../img/next-bawah.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 50px !important;
    height: 10px !important;
  }

  #accordionExample .collapse-body {
    border-top: none;
    border-left: 1px solid #940808;
    border-right: 1px solid #940808;
    border-bottom: 1px solid #940808;
    padding: 2vw;
    border-radius: 0 0 5px 5px;
  }

  .tombol-collapse {
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #f8f8f8;
  }

  /* .tombol-collapse:hover, .tombol-collapse:focus{
    color: #e2e2e2;
    text-decoration: none;
  } */

  /* untuk img hotel */
  .div-img-hotel .img-hotel {
    border-radius: 4px;
    border: solid 1px white;
    width: 11vw;
    height: 5vh;
  }

  .modal-backdrop {
    z-index: 1;
  }

  /* untuk img utma didetail paket haji */
  .carousel-detail-haji .img-detail-haji {
    object-fit: cover;
    object-position: center;
    height: 400px;
  }

  .row-untuk-card-detail-haji {
    position: absolute;
    top: 250px;
    left: 20px;
    right: 20px;
    z-index: 2;
  }

  .jarak {
    padding-bottom: 130vh;
  }

  .row-untuk-card-detail-haji h1 {
    color: white;
    font-weight: bold;
    margin-top: -20px;
    margin-bottom: 20px;
    text-shadow: 3px 2px black;
  }

  /*
  ==============================
  CARD ARTIKEL CUSTOM JADWAL KUSTOM UMROH CSS
  ==============================
  */
  .card-jadwal-umroh {
    margin-top: 2vh;
  }

  .card-jadwal-umroh .row-title {
    margin-bottom: 0px;
  }

  .card-jadwal-umroh .kolom-jadwal-umroh {
    margin-bottom: -9vh;
  }

  .card-jadwal-umroh .card-kustom-jadwal-umroh {
    border-radius: 10px;
    margin-bottom: 30px;
    /* -webkit-box-shadow: 0 0 10px 0 rgba(168, 85, 85, 0.61); */
    /* box-shadow: 0 0 10px 0 rgba(168, 85, 85, 0.61); */
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 70%;
    z-index: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 2px solid #940808;
  }

  .card-jadwal-umroh .card-kustom-jadwal-umroh::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(255 255 255 / 0%) 42%, #000000e3);
    z-index: 1;
  }

  .card-jadwal-umroh .card-kustom-jadwal-umroh:hover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(255 255 255 / 0%) 42%, #000000);
    z-index: 1;
  }

  .card-jadwal-umroh .card-kustom-jadwal-umroh img {
    max-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center center;
    /* border-radius: 0 100px 0 50px; */
  }

  .card-jadwal-umroh .card-body-kustom-jadwal-umroh {
    position: relative;
    z-index: 2;
    top: -45vw;
    margin-left: 10px;
  }

  .card-jadwal-umroh .card-body-kustom-jadwal-umroh h1 {
    font-size: 16px;
    line-height: 28px;
    /* font-weight: 900; */
    text-align: start;
    color: #ffffff;
    position: relative;
    top: 2vw;
    left: 1vw;
  }

  .card-jadwal-umroh .card-body-kustom-jadwal-umroh p {
    font-size: 11px;
    font-weight: 900;
    text-align: start;
    position: relative;
    top: 5vw;
    left: 1vw;
    line-height: 13px;
    color: #d1d1d1;
  }

  .card-jadwal-umroh #artikel {
    /* margin-top: -10vh; */
    margin-bottom: 4vh;
  }

  .card-jadwal-umroh .btn-selengkapnya {
    color: #fff;
    background-color: #940808;
    border-color: #940808;
    font-weight: 550;
  }

  .card-jadwal-umroh .btn-selengkapnya:hover,
  .card-jadwal-umroh .btn-selengkapnya:focus,
  .card-jadwal-umroh .btn-selengkapnya.disabled:hover,
  .card-jadwal-umroh .btn-selengkapnya.disabled:focus {
    color: #fff;
    background-color: #021e40;
    border-color: #021e40;
  }

  /*
  ==============================
  DETAIL HAJI CSS
  ==============================
  */

  .detail-haji {
    padding-top: 5vh;
    margin-bottom: 10vh;
  }

  .detail-haji h2.title {
    font-size: 25px;
    font-weight: bolder;
  }

  .detail-haji .card-detail-haji {
    padding: 0px;
    background: transparent;
    background-position: center center;
    background-size: cover;
    border-radius: 10px !important;
    margin-bottom: 6px;
    border: none;
    /* -webkit-box-shadow: 0 0 30px 0 rgba(194, 194, 194, 0.15);
  box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15); */
    /* position: relative;
  overflow: hidden;
  z-index: 1; */
  }

  .detail-haji .body-paket-detail .kolom-detail-satu {
    width: 20%;
  }

  .detail-haji .body-paket-detail .kolom-detail-satu h6 {
    font-size: 11px;
  }

  .detail-haji .body-paket-detail .kolom-detail-dua {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 50%;
  }

  .detail-haji .body-paket-detail .kolom-detail-dua h6 {
    font-size: 12px;
  }

  .detail-haji .body-paket-detail .kolom-detail-dua .kolom-hotel {
    /* margin-top: 3vh; */
    margin-top: 1vh;
  }

  .detail-haji .body-paket-detail .kolom-detail-empat h6 {
    font-size: 12px;
  }

  .footer-kustom-haji {
    position: relative;
    border-top: none;
    color: white;
    border-radius: 15px;
    top: -28px;
    padding: 0.9rem 1rem;
  }

  .header-custom {
    position: relative;
    border-top: none;
    color: white;
    border-radius: 6px;
    top: -30px;
  }

  .card-footer .kolom-footer-satu {
    width: 32%;
  }

  .card-footer .kolom-footer-satu h6 {
    font-size: 12px;
  }

  .card-footer .kolom-footer-dua {
    width: 26%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .card-footer .kolom-footer-dua h6 {
    font-size: 12px;
  }

  .card-footer .kolom-footer-tiga {
    width: 34%;
  }

  .card-footer .kolom-footer-tiga h6 {
    font-size: 12px;
  }

  /*
  ==============================
  MITRA CSS
  ==============================
  */
  .mitra {
    margin-top: -125px;
    margin-bottom: -50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .mitra .row-mitra {
    line-height: 7;
  }

  .mitra .kolom-tiga {
    margin-left: -6px;
  }

  .mitra img.mitra-logo {
    min-width: 7vh;
  }

  .mitra img.logo-kelima {
    max-width: 11vh;
  }

  .btn.btn-primary-detail {
    color: #fff;
    background-color: #d81818;
    border-color: #d81818;
    font-weight: bolder;
  }

  .btn.btn-primary-detail:hover,
  .btn.btn-primary-detail:focus,
  .btn.btn-primary-detail.disabled:hover,
  .btn.btn-primary-detail.disabled:focus {
    color: #fff;
    background-color: #a70f0f;
    border-color: #a70f0f;
  }

  .btn.btn-primary-detail:not(:disabled):not(.disabled).active,
  .btn.btn-primary-detail:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #a70f0f;
    border-color: #a70f0f;
  }

  /*
  ==============================
  TAG CSS
  ==============================
  */
  .tag {
    margin-top: -20px;
    margin-bottom: -35px;
    padding-top: 40px;
    padding-bottom: 45px;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .tag::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: #FFFFFF;
    opacity: 0.25; */
    z-index: -1;
  }

  .tag-image {
    background-image: url(../img/bannertagmobile.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .tag h2 {
    text-align: center;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.2vw;
    font-size: 15px;
  }

  .tag h2 span {
    /* text-align: center;
    color: #fff; */
    font-weight: bolder;
  }

  /*
  ==============================
  JADWAL SHOLAT CSS
  ==============================
  */
  .sholat {
    /* margin-top: 30px; */
    /* margin-bottom: 30px; */
    padding-bottom: 90px;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .sholat::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#000, rgb(255 255 255) 25%);
    /* opacity: 0.45; */
    z-index: -1;
  }

  .sholat-image {
    background-image: url(../img/bannerSholatMobile.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .sholat .title {
    text-align: center;
    margin-top: -8vw;
  }

  .sholat h2 {
    color: #940807;
    font-size: 25px;
    font-weight: bolder;
  }

  .sholat .waktu-sholat {
    width: 80%;
    max-height: 20vw;
    background-color: #940807;
    border-radius: 35px;
    margin-top: 15px;
    padding: 20px 0;
  }

  .sholat .waktu-sholat h1.nama-sholat {
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
  }

  .sholat .waktu-sholat h1.jam-sholat {
    text-align: center;
    font-size: 11px;
    color: #fff;
    font-weight: normal;
  }

  .sholat .row-labbaikallah {
    padding: 0 25px;
  }

  .sholat .row-labbaikallah h2 {
    margin-top: 20px;
    text-align: center;
    font-style: italic;
    font-weight: bolder;
    line-height: 6vw;
    color: #523137;
    font-size: 22px;
  }

  .sholat .row-latin {
    margin-top: 15px;
    padding: 0;
    text-align: center;
  }

  .sholat .row-latin h2 {
    color: #545454;
    font-size: 16px;
    line-height: 4.5vw;
    font-weight: 600;
    font-style: italic;
  }

  .sholat .row-arti {
    margin-top: 10px;
    text-align: center;
  }

  .sholat .row-arti h2 {
    color: #545454;
    font-size: 13px;
    line-height: 4.8vw;
    font-weight: normal;
    font-style: normal;
  }

  .modal .author-title .btn-selengkapnya {
    padding: 3px 8px;
    color: #000000;
    font-weight: 550;
    font-size: 14px;
    border-radius: 10px;
    background-color: #ffbc57;
    border-color: #ffbc57;
  }

  .modal .author-title .btn-selengkapnya:hover,
  .modal .author-title .btn-selengkapnya:focus,
  .modal .author-title .btn-selengkapnya.disabled:hover,
  .modal .author-title .btn-selengkapnya.disabled:focus {
    color: #000000;
    background-color: #d69d47;
    border-color: #d69d47;
  }

  #jadwal-umroh .btn-selengkapnya.sortbtn {
    padding: 5px 13px;
    /* color: #000000; */
    /* font-weight: bolder; */
    font-size: 12px;
    /* border-radius: 9px; */
    /* background-color: #ffbc57; */
    /* border-color: #ffbc57; */
  }

  .modal #contentkontak {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: #881111e6;
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
  }

  .modal #kontak #row-kontak {
    display: flex;
    justify-content: space-evenly;
  }

  .modal #kontak .author-img img {
    max-width: 100%;
    max-height: 10vh;
    object-fit: contain;
    object-position: center top;
  }

  .modal #kontak .author-title h4 {
    font-size: 14px;
    font-weight: 900;
    line-height: 4.7vw;
    color: white;
  }

  .modal-itinerary #pdfContainer {
    height: 70vw;
  }

  .modal .img-hotel {
    max-height: 75vw;
    width: 100%;
    object-fit: contain;
    object-position: center center;
  }

  .modal .teks-hotel {
    font-size: 14px;
    color: #000;
    font-weight: bolder;
  }

  /* .services-content .currency{
      margin-top: px;
    } */
  .services-content .currency h5 {
    font-size: 30px;
  }

  /* nav info umroh */
  section.nav-umroh {
    position: absolute;
    top: 6.3%;
    background: #270100;
    color: #ffffff;
    width: 100%;
    padding-top: 10px;
    height: 16vw;
    z-index: 5;
  }

  section.nav-umroh.show {
    top: 70vw;
  }

  section.nav-umroh .kolom-kustom-nav-satu {
    position: relative;
    top: -7px;
    background: #000000;
    padding-top: 11px;
    padding-left: 5vw;
    width: 27vw;
    height: 14.5vw;
  }

  section.nav-umroh .kolom-kustom-nav-satu a.btn-nav {
    display: none;
  }

  section.nav-umroh .kolom-kustom-nav-satu a.btn-nav-mobile {
    font-size: 22px;
    font-weight: bolder;
    color: #fff;
    background-color: #940808;
    padding: 0 11px;
    border-radius: 8px;
    border: 1px solid #ffffff;
    margin-left: 4vw;
  }

  section.nav-umroh .kolom-kustom-nav-satu a.btn-nav-mobile:hover {
    color: #fff;
    background-color: #760303;
    border: 1px solid #760303;
  }

  section.nav-umroh .kolom-kustom-nav-dua {
    position: relative;
    top: -7px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 68%;
  }

  /* nav berita detail */
  section.nav {
    position: absolute;
    top: 6.3%;
    background: #270100;
    color: #ffffff;
    width: 100%;
    padding-top: 10px;
    height: 16vw;
  }

  section.nav.show {
    top: 70vw;
  }

  section.nav .kolom-kustom-nav-satu {
    position: relative;
    top: -7px;
    background: #000000;
    padding-top: 17px;
    padding-left: 10vw;
    width: 27vw;
    height: 14.5vw;
  }

  section.nav .kolom-kustom-nav-satu h6 {
    font-size: 13px;
  }

  section.nav .kolom-kustom-nav-dua {
    position: relative;
    top: -15px;
    padding-top: 17px;
    width: 71vw;
  }

  section.nav .kolom-kustom-nav-dua a {
    font-size: 13px;
  }

  section.nav .kolom-kustom-nav-tiga {
    position: relative;
    padding-left: 23px;
  }

  section.nav .kolom-kustom-nav-tiga a {
    color: white;
  }

  section.nav .kolom-kustom-nav-tiga a:hover {
    color: #ffba44;
  }

  #galery .btn-selengkapnya {
    color: #fff;
    background-color: #940808;
    border-color: #940808;
    /* font-weight: 550; */
  }

  #galery .btn-selengkapnya:hover,
  #galery .btn-selengkapnya:focus,
  #galery .btn-selengkapnya.disabled:hover,
  #galery .btn-selengkapnya.disabled:focus {
    color: #fff;
    background-color: #021e40;
    border-color: #021e40;
  }

  .btn-primary-home {
    color: #fff;
    padding-top: 2vh;
    padding-bottom: 2vh;
    padding-left: 4vw;
    padding-right: 4vw;
    background: linear-gradient(rgba(194, 52, 52, 1), rgba(167, 0, 0, 1));
    border-color: transparent;
    font-weight: bolder;
    font-size: 12px;
    letter-spacing: 3px;
  }

  .main-banner .btn-primary-home:hover,
  .main-banner .btn-primary-home:focus,
  .main-banner .btn-primary-home.disabled:hover,
  .main-banner .btn-primary-home.disabled:focus {
    color: #fff;
    background: linear-gradient(rgba(194, 52, 52, 1), rgba(167, 0, 0, 1));
    border: 4px solid linear-gradient(rgba(194, 52, 52, 1), rgba(167, 0, 0, 1));
  }

  .kolom-itinerary {
    padding-left: 9vw;
  }

  .btn-primary-itinerary {
    color: #ffffff;
    background-color: #d81818;
    font-weight: bolder;
    font-size: 12px;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .btn-primary-itinerary:hover,
  .btn-primary-itinerary:focus,
  .btn-primary-itinerary.disabled:hover,
  .btn-primary-itinerary.disabled:focus {
    color: #fff;
    background-color: #cd2c2c;
  }

  .btn-primary-itinerary:not(:disabled):not(.disabled).active,
  .btn-primary-itinerary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #cd2c2c;
  }

  /* .ptb-80 {
    padding-bottom: 50px;
    padding-top: 50px;
  } */
  .ptb-150-80 {
    padding-top: 12vh;
  }

  .preloader .folding-cube {
    left: 0;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -60px auto 0;
  }

  p {
    font-size: 14px;
  }

  img {
    width: 100%;
  }

  /* .btn {
    font-size: 14px;
  } */

  section#beritaDetail {
    margin-top: 7vw;
    margin-bottom: 0px;
  }

  /* section#beritaDetail ul.info {
    margin-left: 120px;
  } */

  section#beritaDetail img.imageBeritaDetail {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center 80%;
  }

  section#beritaDetail .deskripsi h5 {
    text-align: justify;
    line-height: 25px;
    padding: 20px;
  }

  .owl-theme .owl-nav [class*="owl-"] {
    top: auto;
    bottom: 0;
    left: 0;
  }

  .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0;
  }

  .section-title {
    margin-bottom: 40px;
  }

  .section-title h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .section-title h2 {
    font-size: 28px;
  }

  .section-title p {
    font-size: 14px;
  }

  .navbar {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #c41515 !important;
    /* background: transparent !important; */
  }

  .navbar-light .navbar-brand img {
    width: 130px;
  }

  /* .navbar.navbar-light .navbar-brand {
    color: #ffffff;
    padding-top: 0;
  } */

  .navbar.navbar-light .navbar-brand:focus,
  .navbar.navbar-light .navbar-brand:hover {
    color: #ffffff;
  }

  .navbar.navbar-light .navbar-toggler {
    border-color: #ffffff;
  }

  .navbar.navbar-light.header-sticky .navbar-toggler .navbar-toggler-icon {
    background-image: url("../img/burger-bar.png");
  }

  /* .navbar.navbar-light.is-sticky .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  } */

  .furoda {
    /* padding: 0; */
    /* padding-top: 20px; */
    margin-top: -15px;
    padding-right: 10px;
    /* margin-bottom: -100px; */
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .furoda-teks {
    margin-bottom: 50px;
  }

  .furoda::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.85;
    z-index: -1;
  }

  .furoda img.images {
    color: rgba(0, 0, 0, 0);
    position: relative;
    right: 1%;
    top: 0%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 9999;
    width: 65%;
  }

  .furoda img.imagesplus {
    color: rgba(0, 0, 0, 0);
    position: relative;
    left: -5%;
    top: 0%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 9999;
    width: 65%;
  }

  .furoda h1 {
    font-size: 43px;
    font-weight: 500;
    color: #9b0c0c;
  }

  .furoda h3 {
    line-height: 1.1em;
    font-size: 26px;
    font-weight: 510;
    color: #021e40;
    margin: 10px 0;
  }

  .pricing-row {
    margin-bottom: 10px;
  }

  .pricing-card {
    padding: 24px 15px;
    border-radius: 12px;
    margin-bottom: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  }

  .pricing-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  }

  .pricing-card .tier {
    font-size: 20px;
    margin-bottom: 6px;
    letter-spacing: 1px;
  }

  .pricing-card .price {
    font-size: 26px;
    line-height: 1.2;
  }

  .pricing-card .price span {
    font-size: 14px;
    margin-left: 4px;
  }

  /* .furoda h1.dollar {
    font-size: 42px;
    font-weight: 500;
    color: #9b0c0c;
    margin: 9px 0;
    letter-spacing: 0px;
  } */

  section.blog-area .row .single-blog-item-furoda iframe {
    width: 384px;
    height: 190px;
  }

  .navbar.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
  }

  .item-bg-welcome {
    background-image: url(../img/imgdfgdfg.png);
  }

  #jadwal-umroh .btn-selengkapnya.kontak-btn {
    padding: 4px 12px;
    color: #000000;
    font-weight: bolder;
    font-size: 14px;
    border-radius: 9px;
    background-color: #ffbc57;
    border-color: #ffbc57;
  }

  #jadwal-umroh .btn-selengkapnya {
    padding: 5px 17px;
    color: #000000;
    font-weight: bolder;
    font-size: 17px;
    border-radius: 9px;
    background-color: #ffbc57;
    border-color: #ffbc57;
  }

  #jadwal-umroh .btn-selengkapnya:hover,
  #jadwal-umroh .btn-selengkapnya:focus,
  #jadwal-umroh .btn-selengkapnya.disabled:hover,
  #jadwal-umroh .btn-selengkapnya.disabled:focus {
    color: #000000;
    background-color: #d69d47;
    border-color: #d69d47;
  }

  .single-services .kolom-custom-detail {
    margin-top: -12px;
    /* text-align: end; */
  }

  .single-services .kolom-custom-hubungi {
    /* text-align: start; */
  }

  .btn-custom {
    padding: 9px 27px;
    font-size: 17px;
    border-radius: 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .btn-custom-warna {
    color: #000000;
    background-color: #56bd73;
    font-weight: bolder;
  }

  .btn-custom-warna:hover,
  .btn-custom-warna:focus,
  .btn-custom-warna.disabled:hover,
  .btn-custom-warna.disabled:focus {
    color: #000000;
    background-color: #49a362;
  }

  .btn-primary {
    color: #fff;
    background-color: #f58b00;
    border-color: #f58b00;
    font-size: 16px;
    font-weight: bolder;
  }

  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary.disabled:hover,
  .btn-primary.disabled:focus {
    color: #ffffff;
    background-color: #ea8500;
    border-color: #ea8500;
  }

  .btn-primary:not(:disabled):not(.disabled).active,
  .btn-primary:not(:disabled):not(.disabled):active {
    color: #ffffff;
    background-color: #ea8500;
    border-color: #ea8500;
  }

  .main-banner .btn-primary:hover,
  .main-banner .btn-primary:focus,
  .main-banner .btn-primary.disabled:hover,
  .main-banner .btn-primary.disabled:focus {
    color: #fff;
    background-color: #d81818;
    border-color: #fff;
  }

  .welcome-area {
    max-height: 100%;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .services-area-berita .rowwww {
    padding-top: 0px;
  }

  .creative-banner-one {
    border-width: 5rem 100vw 0 0;
  }

  .creative-banner-two::before {
    display: none;
  }

  .creative-banner-two::after {
    display: none;
  }

  .creative-banner-three::before {
    display: none;
  }

  .main-banner-text .view-work {
    margin-left: 0;
  }

  .welcome-area {
    padding-bottom: 20px;
  }

  .welcome-area .section-title h2 {
    line-height: 1.3;
    margin-top: -3px;
  }

  .single-box {
    margin-bottom: 30px;
    height: fit-content;
  }

  .single-box .icon {
    width: 80px;
  }

  .single-box h3 {
    margin-top: 20px;
    margin-bottom: 18px;
    font-size: 18px;
  }

  .single-box h3 span {
    margin-top: 20px;
    margin-bottom: 18px;
    font-size: 18px;
  }

  .about-addax .section-title h2 {
    line-height: 1.4;
    margin-top: -10px;
    font-size: 18px;
  }

  .about-addax .float-start {
    margin-right: 0;
    float: none;
    margin-bottom: 10px;
  }

  .about-addax ul li {
    font-size: 14px;
  }

  .about-video {
    margin-top: 30px;
  }

  .about-video .video-btn a {
    width: 60px;
    height: 60px;
    line-height: 65px;
    font-size: 25px;
  }

  .about-video .video-btn a::before,
  .about-video .video-btn a::after {
    height: 70px;
    width: 70px;
  }

  .strategy-area .image {
    position: relative;
    background-image: unset;
  }

  .strategy-area .image img {
    display: block;
  }

  .about-strategy {
    padding-left: 0;
    padding-top: 35px;
  }

  .about-strategy ul li {
    font-size: 14px;
  }

  .who-we-are {
    padding-bottom: 20px;
  }

  .single-who-we-are {
    padding: 35px 20px;
  }

  .single-who-we-are .images-block {
    display: none;
  }

  .single-who-we-are i {
    font-size: 35px;
  }

  .single-who-we-are h4 {
    font-size: 18px;
  }

  .ctr-area .section-title h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.3;
  }

  .ctr-area .section-title p {
    margin-bottom: 25px;
  }

  .about-skill .section-title {
    padding-left: 30px;
  }

  .about-skill .section-title::before,
  .about-skill .section-title::after {
    display: block;
  }

  .about-skill .section-title h2 {
    font-size: 29px;
  }

  .about-skill .progress-title {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .about-skill .progress {
    height: 8px;
    margin-bottom: 20px;
  }

  .about-skill .progress .progress-value {
    font-size: 14px;
  }

  .skill-video {
    margin-top: 30px;
  }

  .skill-video .video-btn a {
    width: 60px;
    height: 60px;
    line-height: 65px;
    font-size: 25px;
  }

  .skill-video .video-btn a::before,
  .skill-video .video-btn a::after {
    height: 70px;
    width: 70px;
  }

  .funFacts-area {
    padding-bottom: 20px;
  }

  .funFact {
    margin-bottom: 30px;
    padding-left: 50px;
  }

  .funFact .fa.fa-users {
    left: 0;
    font-size: 35px;
    top: 5px;
  }

  .funFact i {
    font-size: 35px;
  }

  .funFact h2 {
    font-size: 30px;
  }

  .funFact p {
    font-size: 16px;
  }

  .team-area .section-title h2 {
    line-height: 1.3;
    margin-top: -4px;
  }

  .our-team img {
    width: 120px;
  }

  .our-team .team-content .title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .our-team .team-content .post {
    font-size: 14px;
  }

  .how-work {
    padding-bottom: 20px;
  }

  .single-how-work {
    padding: 30px;
    margin-bottom: 30px;
  }

  .single-how-work h3 {
    font-size: 35px;
  }

  .single-how-work h4 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .services-area {
    padding-bottom: 20px;
  }

  .single-services {
    border-radius: 11px;
  }

  .single-services .service-promo {
    background: #940808fa;
    position: absolute;
    top: 26%;
    z-index: 3;
    padding: 10px 51px;
    border-radius: 0 10px 10px 0;
  }

  .single-services.promo {
    border: 3px solid #940808;
    border-radius: 11px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 10px 0 rgba(168, 85, 85, 0.61);
    box-shadow: 0 0 10px 0 rgba(168, 85, 85, 0.61);
    text-align: center;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .single-services.promo::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .single-services.promo:hover::before {
    opacity: 0;
    width: 100%;
    height: 50%;
  }

  .single-services .service-promo h6 {
    color: white;
    font-weight: 900;
    text-align: left;
    font-size: 23px;
  }

  .single-services .service-promo h6.tanggalsampai {
    color: white;
    font-weight: 500;
    font-size: 12px;
    margin-top: 4px;
  }

  .single-services .services-img {
    border-radius: 7px;
    position: relative;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    overflow: hidden;
    height: 200px;
  }

  /* start jadwal detail */
  .single-services .services-content .row-lambangmaskapain-detail {
    height: 70px;
    line-height: 70px;
  }

  .single-services .services-content .lambangmaskapain-detail {
    object-fit: cover;
    width: 140px;
  }

  /* end jadwal detail */

  .single-services .services-content .row-lambangmaskapain {
    height: 40px;
    line-height: 40px;
  }

  .single-services .services-content .lambangmaskapain {
    object-fit: cover;
    width: 90px;
  }

  .single-services .services-content {
    padding: 30px 20px;
  }

  .single-services .services-content h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .single-services-berita .services-img-berita {
    overflow: hidden;
    max-height: 270px;
  }

  .single-services-berita .services-content-berita {
    margin-bottom: 20px;
  }

  .single-services-berita .services-content-berita .judul {
    min-height: 40px;
  }

  .single-services-berita .services-content-berita .row.row-berita {
    min-height: 100px;
  }

  section.services-area-berita .kolom-card-berita {
    margin-bottom: 25px;
  }

  .why-we-different .section-title h2 {
    line-height: 1.3;
    display: inline-block;
    margin-top: -5px;
  }

  .tabset label {
    display: block;
    padding: 14px 20px;
    margin-right: 0;
    margin-bottom: 5px;
    border-radius: 5px;
    font-size: 16px;
  }

  .tab-panel .why-we-different-text h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .tab-panel .why-we-different-text ul {
    margin-bottom: 25px;
  }

  /* .why-we-different-text .row .col .icon i {
    font-size: 25px;
  } */

  .why-we-different-img img {
    width: 100%;
  }

  .why-we-different-box {
    text-align: center;
    height: 140px;
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.397);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.397);
    padding: 5px 20px;
    position: relative;
    /* overflow: hidden; */
    margin-bottom: 20px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 15px;
    display: flex;
  }

  .why-we-different-box:hover {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  .why-we-different-box .icon {
    margin-top: 30px;
    width: 70px;
    height: 70px;
  }

  .why-we-different-box h3 {
    text-align: start;
    margin-left: 10px;
    margin-top: 27px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }

  .why-we-different-box h3 span {
    font-weight: 900;
    font-size: 16px;
    color: #d81818;
  }

  .why-we-different-box p {
    font-size: 12px;
    font-weight: 500;
    margin-left: 10px;
    line-height: 15px;
    margin-top: -29px;
  }

  .tab-panel .why-we-different-text ul li {
    font-size: 14px;
  }

  .tab-panel .why-we-different-img {
    margin-top: 35px;
  }

  .shorting-menu {
    display: block;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 0;
    text-align: center;
    border-radius: 0;
  }

  .shorting-menu .filter {
    padding: 8px 22px;
    font-size: 14px;
    margin-bottom: 7px;
  }

  .shorting {
    margin-top: 0px;
  }

  .shorting .single-work img {
    min-width: 100%;
    height: 60vw;
    object-fit: cover;
    object-position: center center;
    border-radius: 5px;
  }

  .shorting .single-work {
    overflow: hidden;
    position: relative;
    /* padding: 5px; */
    height: 63vw;
  }

  /* .shorting .single-work:hover::before {
    top: 10px;
    left: 13px;
    min-width: 93%;
    height: 55vw;
    opacity: .66;
    visibility: visible;
    border-radius: 5px;
  } */

  .shorting .single-work .work-content {
    bottom: -95px;
    width: 100%;
    left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .shorting .single-work .work-content h4 {
    font-size: 18px;
  }

  .shorting .single-work .popup-btn {
    position: absolute;
    right: 30vw;
    width: 117px;
    text-align: center;
    height: 117px;
    line-height: 117px;
    border-radius: 50%;
    color: #ffffff;
    background: #940808b2;
    font-size: 43px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #940808b6;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .shorting .single-work .popup-btn:hover {
    background: #940808cc;
    border-color: #ffffff;
  }

  .shorting .single-work:hover .popup-btn {
    top: 6vh;
    opacity: 1;
    visibility: visible;
  }

  .shorting .single-work:hover .work-content {
    bottom: 0;
  }

  #galery .kolom-galery {
    display: flex;
    justify-content: center;
  }

  .price-area {
    padding-bottom: 20px;
  }

  .price-area .section-title h2 {
    line-height: 1.3;
    display: inline-block;
    margin-top: -5px;
  }

  .pricingTable {
    margin-bottom: 30px;
    padding: 20px 0;
  }

  .pricingTable .title {
    padding: 18px 0;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
  }

  .pricingTable .price-value .currency {
    font-size: 18px;
  }

  .pricingTable .price-value .amount {
    font-size: 30px;
  }

  .pricingTable .price-value .month {
    font-size: 14px;
    line-height: 15px;
    margin-top: 5px;
  }

  .pricingTable::after {
    width: 55px;
    height: 20px;
    top: 73px;
  }

  .pricingTable .pricing-content {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pricingTable .pricing-content li {
    margin-top: 14px;
    font-size: 14px;
  }

  .faq-area .section-title h2 {
    line-height: 1.3;
    display: inline-block;
    margin-top: -5px;
  }

  .faq-area .image {
    display: none;
  }

  .card .card-header a h5 {
    font-size: 15px;
    padding: 10px;
    line-height: 25px;
  }

  .card .card-header i {
    display: none;
  }

  .card .card-body {
    font-size: 14px;
  }

  .testimonials-area {
    padding-bottom: 20px;
  }

  .testimonials-area .section-title h2 {
    display: inline-block;
    line-height: 1.3;
    margin-top: -5px;
  }

  .single-feedback {
    padding: 20px;
  }

  .single-feedback .client-info {
    padding-left: 95px;
    padding-top: 19px;
  }

  .single-feedback .client-info .client-title h4 {
    font-size: 17px;
  }

  .single-feedback .client-info .client-title h5 {
    font-size: 14px;
    margin-top: 10px;
  }

  .single-feedback span {
    font-size: 100px;
    right: 15px;
  }

  .single-feedback p {
    margin-top: 40px;
  }

  .single-blog-item span {
    font-size: 14px;
  }

  .single-blog-item h4 {
    font-size: 20px;
    margin-top: 19vh;
    margin-bottom: 15px;
    line-height: 1.2;
    /* font-size: 20px; */
    font-weight: 500;
  }

  .single-blog-item a {
    color: white;
  }

  .single-blog-item p {
    line-height: 1.2;
    font-size: 17px;
    color: white;
  }

  .single-blog-item:hover .link-btn {
    background: #d81818;
  }

  section.blog-area .blog-slider .single-blog-item {
    position: relative;
    padding: 3vh;
    height: auto;
  }

  .single-blog-item h4 a:hover {
    color: #facb82 !important;
  }

  .subscribe-area {
    text-align: left;
  }

  .newsletter {
    padding: 30px 20px;
    text-align: center;
  }

  .newsletter h4 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .newsletter form .form-control {
    height: 60px;
    border-radius: 30px;
    padding-left: 15px;
    font-size: 14px;
  }

  .newsletter form .btn {
    position: unset;
    right: 0;
    top: 0;
    height: 50px;
    width: auto;
    margin-top: 20px;
  }

  .contact-info {
    padding: 25px 25px 30px;
  }

  .contact-info ul li {
    font-size: 14px;
  }

  .contact-info ul li:first-child i {
    top: 0;
  }

  .contact-form {
    padding: 40px 25px;
    margin-top: 30px;
  }

  .contact-form label {
    font-size: 14px;
  }

  .page-title {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page-title h1 {
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 24px;
  }

  .page-title ul li {
    font-size: 14px;
    text-transform: capitalize;
  }

  .page-title ul li a {
    font-size: 14px;
  }

  .blog-details-area .title {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.4;
  }

  .blog-details .article-img .date {
    bottom: 5px;
    width: 70px;
    left: 5px;
    height: 70px;
    font-size: 18px;
    padding-top: 10px;
    line-height: 25px;
  }

  .blog-details .article-text {
    padding: 25px 15px;
  }

  .blog-details .article-text ul li {
    margin-bottom: 5px;
  }

  .blog-details .article-text .category a {
    font-size: 14px;
  }

  .blog-details .article-text .blockquote {
    padding: 15px;
    font-size: 15px;
    border-left: 3px solid #ff2c57;
  }

  .blog-details .article-text .author-share .article-author {
    overflow: unset;
    position: relative;
    padding-left: 105px;
  }

  .blog-details .article-text .author-share .article-author .author-img {
    float: unset;
    width: 100%;
    position: absolute;
    left: 0;
    top: -25px;
  }

  .blog-details .article-text .author-share .article-author .author-title {
    margin-top: 15px;
    float: unset;
    width: 100%;
    padding: 0;
  }

  .blog-details .article-text .author-share .article-author .author-title h4 {
    font-size: 17px;
  }

  .blog-details .article-text .author-share .article-author .author-title span {
    font-size: 14px;
  }

  .blog-details .article-text .author-share .social-share {
    text-align: center;
    margin-top: 35px;
  }

  .blog-details .article-text .author-share .social-share a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }

  .post-controls-buttons {
    padding-left: 0;
    padding-right: 0;
  }

  .post-comments .single-comment {
    padding: 20px 15px 20px 110px;
    margin-bottom: 20px;
    overflow: unset;
    position: relative;
  }

  .post-comments .single-comment .comment-img {
    float: unset;
    width: auto;
    position: absolute;
    left: 10px;
    top: 20px;
  }

  .post-comments .single-comment .comment-content {
    float: unset;
    width: 100%;
    padding-left: 0;
  }

  .post-comments .single-comment .comment-content h4 {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 15px;
  }

  .post-comments .single-comment .comment-content span {
    font-size: 14px;
  }

  .post-comments .single-comment .comment-content a {
    right: auto;
    bottom: 20px;
    font-size: 16px;
    left: 15px;
  }

  .leave-a-reply {
    padding: 20px 15px;
  }

  .footer-area {
    /* display: none; */
    padding: 35px 0;
  }

  .footer-area a img {
    width: 40%;
    padding-bottom: 5px;
  }

  .footer-area .alamat {
    display: block;
  }

  .footer-area .tentang-kami h4 {
    margin-bottom: -5px;
  }

  .footer-area h4 {
    line-height: 20px;
    margin-bottom: 25px;
    font-size: 14px;
  }

  .footer-area h4 a {
    font-size: 22px;
  }

  .footer-area p {
    font-size: 13px;
  }

  .footer-area ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }

  #lottie-container {
    width: 30%;
    height: 30%;
  }

  #lottie-container svg {
    width: 50%;
    height: 50%;
  }

  .go-top {
    position: fixed;
    cursor: pointer;
    bottom: -70px;
    right: -630px;
    z-index: 1;
  }

  .go-top:hover {
    background: none;
  }

  /* main banner */

  .main-banner {
    padding-top: 150px;
    padding-bottom: 130%;
    max-width: 100%;
    max-height: 175vw;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .main-banner #background-video.mobile {
    position: absolute;
    display: block;
    top: -5%;
    left: 0;
    width: auto;
    min-width: 100%;
    height: 75vh;
    min-height: 108%;
    object-fit: cover;
    object-position: center center;
    z-index: 1;
  }

  .main-banner #background-video.website {
    display: none;
  }

  .main-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(rgba(255, 255, 255, 0) 65%, rgb(0, 0, 0)); */
    z-index: 2;
  }

  .main-banner-text-satu {
    display: block;
    position: absolute;
    z-index: 3;
    bottom: 12vh;
    color: white;
  }

  .main-banner-text-satu .isi.dua {
    display: none;
  }

  .main-banner-text-satu h4.salam {
    /* color: #626262; */
    /* font-weight: 900;
    font-size: 23px;
    font-style: italic;
    letter-spacing: 1px; */

    font-weight: 900;
    font-size: 24px;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 35px;
    margin-bottom: 17px;
  }

  .main-banner-text-satu h4.judul {
    /* color: #353535; */
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 3px;
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .main-banner-text-satu h4.judul span {
    /* color: #e22028; */
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 3px;
  }

  .main-banner-text-satu h4.isi {
    text-align: justify;
    /* color: #353535; */
    /* font-weight: bolder; */
    padding-right: 10px;
    font-size: 15px;
    line-height: 135%;
    margin-bottom: 10px;
  }

  .main-banner-text-satu h4.isi span {
    text-align: justify;
    /* color: #e22028; */
    /* font-weight: bolder; */
    font-size: 15px;
  }

  .main-banner-text {
    position: absolute;
    left: 10vw;
    bottom: 2vh;
    z-index: 3;
    /* position: relative;
    height: 20vh;
    z-index: 1; */
  }

  .main-banner-text .btn:hover,
  .main-banner-text .btn:focus {
    background: linear-gradient(rgb(243, 63, 63), rgb(175, 29, 29));
    border: 1px solid #ffffff;
  }

  .main-banner-text h4 {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
  }

  .main-banner-text h4 span {
    color: #fcc11f;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 1px;
  }

  .main-banner-text h1 {
    color: #fff;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 800;
    letter-spacing: 2px;
  }

  .main-banner-text h1 span {
    font-size: 35px;
    color: #fcc11f;
    font-weight: 800;
  }

  .main-banner-text p {
    color: #fff;
    font-size: 14px;
    font-weight: 200px;
    max-width: 650px;
    /* margin: auto; */
    margin-bottom: 30px;
  }

  .services-area-berita {
    padding-top: 40px;
  }

  #berita-informasi .img-berita-satu {
    min-width: 100%;
    height: 50vw;
    object-fit: cover;
    object-position: center center;
  }

  #berita-informasi .teks-berita-satu {
    padding: 0px;
  }

  #berita-informasi .teks-berita-satu h5 {
    line-height: 20px;
    text-align: justify;
    margin-bottom: 1rem;
    margin-top: 0.6rem;
    font-size: 16px;
  }

  #berita-informasi .teks-berita-satu p {
    line-height: 17px;
    font-size: 13px;
    margin-bottom: 0.5rem;
  }

  #berita-informasi .teks-berita-satu .date {
    padding-right: 15px;
  }

  #berita-informasi .img-logo-share-satu {
    width: 17%;
  }

  #berita-informasi .img-logo-share-dua {
    width: 13%;
  }

  #berita-informasi .img-logo-share-tiga,
  .img-logo-share-empat {
    width: 6.9%;
  }

  #berita-informasi .img-logo-share-satu-halberita {
    width: 17%;
  }

  #berita-informasi .img-logo-share-dua-halberita {
    width: 13%;
  }

  #berita-informasi .beritainf {
    position: relative;
    min-width: 100%;
    height: 60vw;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 30px;
  }

  #berita-informasi .beritainf::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      rgba(255, 255, 255, 0),
      70%,
      rgba(0, 0, 0, 0.8)
    );
    border-radius: 10px;
    z-index: 1;
  }

  #berita-informasi .beritainf .baris-dua {
    position: relative;
    height: 100%;
    margin-top: -14%;
    z-index: 2;
  }

  #berita-informasi .beritainf .kolom-dua {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }

  #berita-informasi .beritainf .baris-dua h5 {
    line-height: 18px;
    text-align: justify;
    margin-bottom: 0.4rem;
    margin-top: 7.6rem;
    font-size: 16px;
  }

  #berita-informasi .beritainf .baris-dua p {
    line-height: 16px;
    font-size: 13px;
    margin-bottom: 1rem;
  }

  #berita-informasi .baris-tiga img.img-berita-satu {
    min-width: 100%;
    height: 50vw;
    object-fit: cover;
    object-position: center;
  }

  #berita-informasi .date {
    line-height: 17px;
    font-size: 12px;
    margin-bottom: 1rem;
    margin-right: 12px;
  }

  #berita-informasi .baris-tiga a {
    margin-bottom: -10px;
  }

  #berita-informasi .baris-empat a {
    margin-bottom: -10px;
  }

  #berita-informasi .baris-empat img.img-berita-satu {
    min-width: 100%;
    height: 50vw;
    object-fit: cover;
    object-position: center;
  }

  #berita-informasi a img.imageBeritaPopular {
    min-width: 100%;
    height: 25vw;
    border-radius: 5px;
    object-fit: cover;
    object-position: center center;
  }

  #berita-informasi h6 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0.5rem;
  }

  #berita-informasi p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 1rem;
  }

  #berita-informasi .berita-terkini .beritasatu {
    min-width: 100%;
    height: 40vw;
    border-radius: 5px;
    object-fit: cover;
    object-position: center center;
  }

  #berita-informasi .berita-terkini .img-logo-share-satu {
    width: 17%;
  }

  #berita-informasi .berita-terkini .img-logo-share-dua {
    width: 13%;
  }

  .paket-detail .kolom-paket-detail {
    margin-bottom: -17vw;
  }

  .paket-detail .body-paket-detail h6 {
    font-size: 12px;
  }

  .paket-detail .body-paket-detail p {
    font-size: 12px;
  }

  .paket-detail .body-paket-detail .kolom-detail-satu {
    /* width: 16.666667%; */
    width: 21.666667%;
  }

  .paket-detail .body-paket-detail .kolom-detail-dua {
    border-left: 1px solid white;
    border-right: 1px solid white;
    /* width: 29.333333%; */
    width: 42.333333%;
  }

  .paket-detail .body-paket-detail .kolom-detail-dua span {
    font-size: 11px;
    color: #000000;
    font-style: italic;
  }

  .paket-detail .body-paket-detail .kolom-detail-dua .kolom-bintang {
    margin-top: -5px;
  }

  .paket-detail .body-paket-detail .kolom-detail-tiga {
    border-right: 1px solid white;
    width: 19%;
    max-height: -webkit-fill-available;
  }

  .paket-detail .body-paket-detail .kolom-detail-empat {
    width: 35%;
  }

  .footer-kustom {
    position: relative;
    border-top: none;
    color: white;
    border-radius: 18px;
    top: -28px;
  }

  .footer-kustom h6 {
    font-size: 11px;
  }

  .single-services .currency strike {
    font-size: 25px;
  }

  section.blog-area {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  /* end berita informasi */
}

/* MEDIA DESKTOP ATAU PC */
@media only screen and (min-width: 1920px) {
  .div-img-hotel .img-hotel {
    border-radius: 6px;
    border: solid 2px white;
    width: 5vw;
    height: 8vh;
  }

  /* untuk img utma didetail paket haji */
  .carousel-detail-haji .img-detail-haji {
    object-fit: cover;
    object-position: center;
    height: 400px;
    z-index: 1;
  }

  .row-untuk-card-detail-haji {
    position: absolute;
    top: 230px;
    left: 120px;
    right: 120px;
    z-index: 2;
  }

  .modal-backdrop {
    z-index: 1;
  }

  .row-untuk-card-detail-haji h1 {
    color: white;
    font-weight: bold;
    margin-bottom: 120px;
    text-shadow: 3px 2px black;
  }

  .jarak {
    padding-bottom: 130vh;
  }

  /*
  ==============================
  CARD ARTIKEL CUSTOM JADWAL KUSTOM UMROH CSS
  ==============================
  */
  .card-jadwal-umroh {
    margin-top: 12vh;
  }

  .card-jadwal-umroh .row-title {
    margin-bottom: -30px;
  }

  .card-jadwal-umroh .card-kustom-jadwal-umroh {
    border-radius: 15px;
    margin-bottom: 30px;
    /* -webkit-box-shadow: 0 0 10px 0 rgba(168, 85, 85, 0.61);
    box-shadow: 0 0 10px 0 rgba(168, 85, 85, 0.61); */
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 75%;
    z-index: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    /* border: 2px solid #940808; */
  }

  .card-jadwal-umroh .card-kustom-jadwal-umroh::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(255 255 255 / 0%) 42%, #000000e3);
    z-index: 1;
  }

  .card-jadwal-umroh .card-kustom-jadwal-umroh:hover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(255 255 255 / 0%) 42%, #000000);
    z-index: 1;
  }

  .card-jadwal-umroh .card-kustom-jadwal-umroh img {
    max-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center center;
    /* border-radius: 0 100px 0 50px; */
  }

  .card-jadwal-umroh .card-body-kustom-jadwal-umroh {
    position: relative;
    z-index: 2;
    top: -20vw;
    margin-left: 10px;
    padding-right: 35px;
  }

  .card-jadwal-umroh .card-body-kustom-jadwal-umroh h1 {
    font-size: 17px;
    /* font-weight: 900; */
    text-align: start;
    color: #ffffff;
    position: relative;
    line-height: 20px;
    top: 9vw;
    left: 1vw;
  }

  .card-jadwal-umroh .card-body-kustom-jadwal-umroh p {
    font-size: 11px;
    text-align: start;
    position: relative;
    top: 8vw;
    left: 1vw;
    line-height: 12px;
    color: #bebebe;
  }

  .card-jadwal-umroh #artikel {
    margin-top: -10vh;
    margin-bottom: 6vh;
  }

  .card-jadwal-umroh .btn-selengkapnya {
    color: #fff;
    background-color: #940808;
    border-color: #940808;
    font-weight: 550;
  }

  .card-jadwal-umroh .btn-selengkapnya:hover,
  .card-jadwal-umroh .btn-selengkapnya:focus,
  .card-jadwal-umroh .btn-selengkapnya.disabled:hover,
  .card-jadwal-umroh .btn-selengkapnya.disabled:focus {
    color: #fff;
    background-color: #021e40;
    border-color: #021e40;
  }

  /*
  ==============================
  DETAIL HAJI CSS
  ==============================
  */

  .detail-haji {
    padding-top: 20vh;
    margin-bottom: 10vh;
  }

  .detail-haji h2.title {
    font-size: 30px;
    font-weight: bolder;
  }

  .detail-haji .card-detail-haji {
    padding: 0px;
    background: transparent;
    background-position: center center;
    background-size: cover;
    border-radius: 10px !important;
    margin-bottom: 6px;
    border: none;
    /* -webkit-box-shadow: 0 0 30px 0 rgba(194, 194, 194, 0.15);
  box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15); */
    /* position: relative;
  overflow: hidden;
  z-index: 1; */
  }

  .detail-haji .body-paket-detail .kolom-detail-satu {
    width: 20%;
  }

  .detail-haji .body-paket-detail .kolom-detail-dua {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 50%;
  }

  .detail-haji .body-paket-detail .kolom-detail-dua .kolom-hotel {
    /* margin-top: 3vh; */
    margin-top: 1vh;
  }

  .detail-haji .body-paket-detail .kolom-detail-empat h6 {
    font-size: 14px;
  }

  .footer-kustom-haji {
    position: relative;
    border-top: none;
    color: white;
    border-radius: 15px;
    top: -28px;
    padding: 0.9rem 1rem;
  }

  .header-custom {
    position: relative;
    border-top: none;
    color: white;
    border-radius: 6px;
    top: -30px;
  }

  .card-footer .kolom-footer-satu {
    width: 32%;
  }

  .card-footer .kolom-footer-satu h6 {
    font-size: 12px;
  }

  .card-footer .kolom-footer-dua {
    width: 26%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .card-footer .kolom-footer-dua h6 {
    font-size: 12px;
  }

  .card-footer .kolom-footer-tiga {
    width: 34%;
  }

  .card-footer .kolom-footer-tiga h6 {
    font-size: 12px;
  }

  /*
  ==============================
  MITRA CSS
  ==============================
  */
  .mitra {
    padding-top: 40px;
    padding-bottom: 45px;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .mitra .row-mitra {
    line-height: 7;
  }

  .mitra .kolom-tiga {
    /* margin-left: -35px; */
  }

  .mitra img.mitra-logo {
    /* max-width: 18vh; */
    max-height: 13vh;
  }

  .mitra img.logo-kelima {
    /* max-width: 17vh; */
    max-height: 12vh;
  }

  /*
  ==============================
  TAG CSS
  ==============================
  */
  .tag {
    /* margin-top: 30px; */
    /* margin-bottom: 30px; */
    padding-top: 40px;
    padding-bottom: 45px;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .tag::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: #FFFFFF;
    opacity: 0.25; */
    z-index: -1;
  }

  .tag-image {
    background-image: url(../img/bannertag.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .tag h2 {
    text-align: center;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.2vw;
  }

  .tag h2 span {
    /* text-align: center;
    color: #fff; */
    font-weight: bolder;
  }

  /*
  ==============================
  JADWAL SHOLAT CSS
  ==============================
  */
  .sholat {
    /* margin-top: 30px; */
    /* margin-bottom: 30px; */
    padding-bottom: 90px;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .sholat::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.25;
    z-index: -1;
  }

  .sholat-image {
    background-image: url(../img/bannerSholat.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .sholat .title {
    text-align: center;
    margin-top: -8vw;
  }

  .sholat h2 {
    color: #000000;
    font-size: 25px;
    font-weight: bolder;
  }

  .sholat .waktu-sholat {
    width: 80%;
    max-height: 20vw;
    background-color: #940807;
    border-radius: 35px;
    margin-top: 15px;
    padding: 20px 0;
  }

  .sholat .waktu-sholat h1.nama-sholat {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
  }

  .sholat .waktu-sholat h1.jam-sholat {
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bolder;
  }

  .sholat .row-labbaikallah {
    padding: 0 100px;
  }

  .sholat .row-labbaikallah h2 {
    margin-top: 20px;
    text-align: center;
    font-style: italic;
    font-weight: normal;
    line-height: 3.3vw;
    color: #523137;
    font-size: 36px;
  }

  .sholat .row-latin {
    margin-top: 15px;
    padding: 0 10vw;
    text-align: center;
  }

  .sholat .row-latin h2 {
    color: #545454;
    font-size: 20px;
    line-height: 2vw;
    font-weight: 600;
    font-style: italic;
  }

  .sholat .row-arti {
    margin-top: 10px;
    text-align: center;
  }

  .sholat .row-arti h2 {
    color: #545454;
    font-size: 16px;
    line-height: 1.5vw;
    font-weight: normal;
    font-style: normal;
  }

  .modal #contentkontak {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: #881111e6;
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
  }

  .modal #kontak #row-kontak {
    display: flex;
    justify-content: center;
  }

  .modal #kontak .author-img img {
    max-width: 100%;
    max-height: 20vh;
    object-fit: cover;
    object-position: center;
  }

  .modal #kontak .author-title h4 {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.8vw;
    color: white;
  }

  .single-services .services-content .kolom-custom-detail {
    margin-top: -13px;
  }

  .modal .img-hotel {
    max-height: 20vw;
    width: 100%;
    object-fit: contain;
    object-position: center center;
  }

  .modal .teks-hotel {
    font-size: 14px;
    color: #000;
    font-weight: bolder;
  }

  /* nav info umroh */
  section.nav-umroh {
    position: sticky;
    top: 12%;
    background: #270100;
    color: #ffffff;
    width: 100%;
    padding-top: 10px;
    height: 3.7vw;
    z-index: 5;
  }

  section.nav-umroh .kolom-kustom-nav-satu {
    position: relative;
    top: -0.7vw;
    background: #000000;
    padding-top: 12.5px;
    padding-left: 10vw;
    width: 26vw;
    height: 3.6vw;
  }

  section.nav-umroh .kolom-kustom-nav-satu a.btn-nav-mobile {
    display: none;
  }

  section.nav-umroh .kolom-kustom-nav-satu a.btn-nav {
    font-size: 16px;
    font-weight: bolder;
    color: #fff;
    background-color: #940808;
    padding: 0 25px;
    border-radius: 10px;
    border: 1px solid #ffffff;
  }

  section.nav-umroh .kolom-kustom-nav-satu a.btn-nav:hover {
    color: #fff;
    background-color: #760303;
    border: 1px solid #760303;
  }

  section.nav-umroh .kolom-kustom-nav-dua {
    position: relative;
    top: -7px;
    /* padding-top: 6px; */
    /* padding-bottom: 10px; */
    width: 70vw;
  }

  /* nav berita detail */
  section.nav {
    position: sticky;
    top: 11%;
    background: #270100;
    color: #ffffff;
    width: 100%;
    padding-top: 10px;
    height: 3.3vw;
  }

  section.nav .kolom-kustom-nav-satu {
    position: relative;
    /* top: -0.7vw; */
    top: -0.5vw;
    background: #000000;
    /* padding-top: 13px; */
    padding-top: 19px;
    padding-left: 10vw;
    width: 24vw;
    height: 3.2vw;
  }

  section.nav .kolom-kustom-nav-satu h6 {
    line-height: 1.5;
  }

  section.nav .kolom-kustom-nav-dua {
    position: relative;
    top: -7px;
    padding-top: 15px;
    padding-bottom: 10px;
    width: 70vw;
  }

  section.nav .kolom-kustom-nav-tiga {
    position: relative;
    padding-bottom: 10px;
    width: 24vw;
  }

  section.nav .kolom-kustom-nav-tiga a {
    color: white;
  }

  section.nav .kolom-kustom-nav-tiga a:hover {
    color: #ffba44;
  }

  section#beritaDetail {
    margin-top: 0vw;
    margin-bottom: 50px;
  }

  section.blog-area .row .single-blog-item-furoda {
    position: relative;
    /* height: 70vh;
    overflow: hidden; */
  }

  section.blog-area .row .single-blog-item-furoda iframe {
    /* width: 27vw; */
    width: 24.5vw;
    height: 18vw;
    /* width: 546px;
    height: 307px; */
  }

  body {
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
  }

  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1;
  }

  ul {
    padding-left: 0;
    margin-bottom: 0;
  }

  ul li {
    list-style: none;
  }

  :focus {
    outline: 0 !important;
  }

  p {
    text-align: justify;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
  }

  a {
    color: #222222;
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  a:hover,
  a:focus {
    color: #940808;
    text-decoration: none;
  }

  img {
    max-width: 100%;
  }

  .ptb-80 {
    padding-bottom: 80px;
    padding-top: 80px;
  }

  .ptb-30 {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .d-table {
    width: 100%;
    height: 100%;
  }

  .d-table-cell {
    vertical-align: middle;
  }

  .bg-f6f6f6 {
    background: #f6f6f6;
  }

  .single-services .kolom-custom {
    margin-top: 2px;
  }

  .btn-custom {
    padding: 5px 16px;
    font-size: 14px;
    border-radius: 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .btn-custom-warna {
    color: #000000;
    background-color: #56bd73;
    font-weight: 550;
  }

  .btn-custom-warna:hover,
  .btn-custom-warna:focus,
  .btn-custom-warna.disabled:hover,
  .btn-custom-warna.disabled:focus {
    color: #000000;
    background-color: #49a362;
  }

  .btn {
    padding: 9px 22px;
    font-size: 13px;
    border-radius: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  section.who-we-are .btn-selengkapnya {
    color: #000000;
    font-weight: 550;
    background-color: #ffbc57;
    border-color: #ffbc57;
  }

  section.who-we-are .btn-selengkapnya:hover,
  section.who-we-are .btn-selengkapnya:focus,
  section.who-we-are .btn-selengkapnya.disabled:hover,
  section.who-we-are .btn-selengkapnya.disabled:focus {
    color: #fff;
    background-color: #021e40;
    border-color: #021e40;
  }

  section.services-area-berita .btn-selengkapnya {
    color: #fff;
    background-color: #940808;
    border-color: #940808;
    font-weight: 550;
  }

  section.services-area-berita .btn-selengkapnya:hover,
  section.services-area-berita .btn-selengkapnya:focus,
  section.services-area-berita .btn-selengkapnya.disabled:hover,
  section.services-area-berita .btn-selengkapnya.disabled:focus {
    color: #fff;
    background-color: #021e40;
    border-color: #021e40;
  }

  #galery .btn-selengkapnya {
    color: #fff;
    background-color: #940808;
    border-color: #940808;
    font-weight: 550;
  }

  #galery .btn-selengkapnya:hover,
  #galery .btn-selengkapnya:focus,
  #galery .btn-selengkapnya.disabled:hover,
  #galery .btn-selengkapnya.disabled:focus {
    color: #fff;
    background-color: #021e40;
    border-color: #021e40;
  }

  #jadwal-umroh .btn-selengkapnya {
    padding: 3px 8px;
    color: #000000;
    font-weight: 550;
    font-size: 14px;
    border-radius: 10px;
    background-color: #ffbc57;
    border-color: #ffbc57;
  }

  #jadwal-umroh .btn-selengkapnya:hover,
  #jadwal-umroh .btn-selengkapnya:focus,
  #jadwal-umroh .btn-selengkapnya.disabled:hover,
  #jadwal-umroh .btn-selengkapnya.disabled:focus {
    color: #000000;
    background-color: #d69d47;
    border-color: #d69d47;
  }

  section.services-area .btn-selengkapnya {
    color: #000000;
    font-weight: 550;
    background-color: #ffbc57;
    border-color: #ffbc57;
  }

  section.services-area .btn-selengkapnya:hover,
  section.services-area .btn-selengkapnya:focus,
  section.services-area .btn-selengkapnya.disabled:hover,
  section.services-area .btn-selengkapnya.disabled:focus {
    color: #fff;
    background-color: #021e40;
    border-color: #021e40;
  }

  .modal .author-title .btn-selengkapnya {
    padding: 3px 8px;
    color: #000000;
    font-weight: 550;
    font-size: 14px;
    border-radius: 10px;
    background-color: #ffbc57;
    border-color: #ffbc57;
  }

  .modal .author-title .btn-selengkapnya:hover,
  .modal .author-title .btn-selengkapnya:focus,
  .modal .author-title .btn-selengkapnya.disabled:hover,
  .modal .author-title .btn-selengkapnya.disabled:focus {
    color: #000000;
    background-color: #d69d47;
    border-color: #d69d47;
  }

  section.cari-area .btn-selengkapnya-cari {
    color: #fff;
    background-color: #940808;
    border-color: #940808;
    font-weight: 550;
  }

  section.why-we-different-hubungi .btn-selengkapnya {
    color: #fff;
    background-color: #940808;
    border-color: #940808;
    font-weight: 550;
  }

  section.why-we-different-hubungi .btn-selengkapnya:hover,
  section.why-we-different-hubungi .btn-selengkapnya:focus,
  section.why-we-different-hubungi .btn-selengkapnya.disabled:hover,
  section.why-we-different-hubungi .btn-selengkapnya.disabled:focus {
    color: #fff;
    background-color: #f58b00;
    border-color: #f58b00;
  }

  section#beritaDetail .btn-selengkapnya {
    color: #fff;
    background-color: #940808;
    border-color: #940808;
    font-weight: 550;
  }

  section#beritaDetail .btn-selengkapnya:hover,
  section#beritaDetail .btn-selengkapnya:focus,
  section#beritaDetail .btn-selengkapnya.disabled:hover,
  section#beritaDetail .btn-selengkapnya.disabled:focus {
    color: #fff;
    background-color: #f58b00;
    border-color: #f58b00;
  }

  .btn-primary-home {
    color: #fff;
    padding-top: 1vh;
    padding-bottom: 1vh;
    padding-left: 2vw;
    padding-right: 2vw;
    background: linear-gradient(rgba(194, 52, 52, 1), rgba(167, 0, 0, 1));
    border-color: transparent;
    font-weight: bolder;
    /* font-style: italic; */
    font-size: 24px;
    letter-spacing: 3px;
  }

  .main-banner .btn-primary-home:hover,
  .main-banner .btn-primary-home:focus,
  .main-banner .btn-primary-home.disabled:hover,
  .main-banner .btn-primary-home.disabled:focus {
    color: #fff;
    background: linear-gradient(rgba(194, 52, 52, 1), rgba(167, 0, 0, 1));
    border: 4px solid linear-gradient(rgba(194, 52, 52, 1), rgba(167, 0, 0, 1));
  }

  .kolom-itinerary {
    padding-left: 4.5vw;
  }

  .btn-primary-itinerary {
    color: #ffffff;
    background-color: #d81818;
    font-weight: bolder;
    font-size: 12px;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .btn-primary-itinerary:hover,
  .btn-primary-itinerary:focus,
  .btn-primary-itinerary.disabled:hover,
  .btn-primary-itinerary.disabled:focus {
    color: #fff;
    background-color: #cd2c2c;
  }

  .btn-primary-itinerary:not(:disabled):not(.disabled).active,
  .btn-primary-itinerary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #cd2c2c;
  }

  .btn.btn-primary-detail {
    color: #fff;
    background-color: #d81818;
    border-color: #d81818;
    font-weight: bolder;
  }

  .btn.btn-primary-detail:hover,
  .btn.btn-primary-detail:focus,
  .btn.btn-primary-detail.disabled:hover,
  .btn.btn-primary-detail.disabled:focus {
    color: #fff;
    background-color: #a70f0f;
    border-color: #a70f0f;
  }

  .btn.btn-primary-detail:not(:disabled):not(.disabled).active,
  .btn.btn-primary-detail:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #a70f0f;
    border-color: #a70f0f;
  }

  .btn-primary {
    color: #ffffff;
    background-color: #f58b00;
    border-color: #f58b00;
    font-weight: bolder;
  }

  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary.disabled:hover,
  .btn-primary.disabled:focus {
    color: #ffffff;
    background-color: #ea8500;
    border-color: #ea8500;
  }

  .btn-primary:not(:disabled):not(.disabled).active,
  .btn-primary:not(:disabled):not(.disabled):active {
    color: #ffffff;
    background-color: #ea8500;
    border-color: #ea8500;
  }

  .btn-primary:not(:disabled):not(.disabled).active:focus,
  .btn-primary:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .btn-primary.focus,
  .btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .btn-primary.disabled,
  .btn-primary:disabled {
    color: #fff;
    background-color: #d81818;
    border-color: #d81818;
    opacity: 1;
  }

  .section-title {
    /* margin-bottom: 60px; */
    margin-top: -60px;
    padding-left: 30px;
    position: relative;
  }

  .section-title::before,
  .section-title::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    left: 10px;
    top: 0;
    background: #d81818;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .section-title::after {
    left: 0;
    height: 50%;
  }

  .section-title:hover::before {
    height: 50%;
  }

  .section-title:hover::after {
    height: 100%;
  }

  .section-title h2 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #000000;
  }

  .section-title h2 strong {
    font-size: 45px;
    font-weight: 400;
    letter-spacing: 5px;
    margin-bottom: 20px;
  }

  .section-title h2 span {
    color: #d81818;
    font-weight: 600;
  }

  .why-we-different p span {
    color: #d81818;
    font-weight: 800;
  }

  .why-we-different-hubungi p span {
    color: #d81818;
    font-weight: 800;
  }

  .section-title p {
    max-width: 635px;
    margin-top: -7px;
  }

  .section-title h4 {
    font-size: 18px;
    font-weight: 700;
    color: #d81818;
    margin-bottom: 17px;
    text-transform: capitalize;
  }

  /* Form Control */
  .form-group {
    margin-bottom: 20px;
  }

  .form-control {
    height: 45px;
    padding: 10px;
    font-size: 15px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 0;
  }

  .form-control:focus {
    border-color: #dddddd;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  label {
    margin-bottom: 10px;
  }

  textarea.form-control {
    min-height: 125px;
  }

  /* Owl Carousel Button */
  .owl-theme .owl-controls {
    margin-top: 50px;
    line-height: 0;
  }

  .owl-theme .owl-nav {
    margin-top: 0;
  }

  .owl-theme .owl-dots {
    margin-top: 50px !important;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 4px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #940808;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .owl-theme .owl-dots .owl-dot.active span {
    background: #869791;
    border-radius: 5px;
    width: 35px;
    height: 10px;
    border-color: #940808;
    background: #940808;
  }

  .owl-theme .owl-dots .owl-dot:hover span {
    background: #940808;
    border-color: #940808;
  }

  .owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    left: 40px;
    top: 50%;
    margin-top: -20px;
    /* background: rgba(255, 255, 255, 0.33) !important; */
    background: #940808a3 !important;
    width: 60px;
    text-align: center;
    height: 60px;
    line-height: 54px !important;
    border-radius: 50%;
    font-size: 30px !important;
    color: #ffffff !important;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #940808 !important;
    color: #ffffff;
  }

  .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 40px;
  }

  /*
==============================
Preloader CSS
==============================
*/
  .preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #960000, #490202);
    z-index: 99999;
  }

  .preloader .folding-cube {
    left: 0;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -60px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .folding-cube img {
    display: block;
    margin-bottom: 20px;
  }

  .loading-dots {
    display: flex;
    justify-content: center;
  }

  .loading-dot {
    width: 10px;
    height: 10px;
    background-color: #ffd257;
    border-radius: 50%;
    margin: 0 5px;
    opacity: 0;
    animation: loadingAnimation 1s infinite ease-in-out;
  }

  .loading-dot:nth-child(1) {
    animation-delay: 0.2s;
  }

  .loading-dot:nth-child(2) {
    animation-delay: 0.4s;
  }

  .loading-dot:nth-child(3) {
    animation-delay: 0.6s;
  }

  .loading-dot:nth-child(4) {
    animation-delay: 0.8s;
  }

  .loading-dot:nth-child(5) {
    animation-delay: 1s;
  }

  @keyframes loadingAnimation {
    0%,
    20%,
    100% {
      opacity: 0;
      transform: scale(1);
    }

    30%,
    50% {
      opacity: 1;
      transform: scale(1.5);
    }
  }

  /*
==============================
Main Header CSS
==============================
*/
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: transparent !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-red {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #940808 !important;
  }

  .header-sticky.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #940808 !important;
  }

  .navbar-light .navbar-brand img {
    width: 200px;
  }

  .navbar-light .navbar-nav .nav-item {
    padding-right: 15px;
    padding-left: 15px;
  }

  .navbar-light .navbar-nav .nav-item:last-child {
    padding-right: 0;
  }

  .navbar-light .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-light .navbar-nav .nav-item .nav-link.active,
  .navbar-light .navbar-nav .nav-item .nav-link.show,
  .navbar-light .navbar-nav .nav-item .nav-link:hover,
  .navbar-light .navbar-nav .nav-item .nav-link:focus {
    background-color: transparent !important;
    color: #ffc876;
  }

  .navbar-light .navbar-nav .active .nav-link,
  .navbar-light .navbar-nav.show .nav-link {
    color: #ffc876;
  }

  .navbar-light.header-sticky.is-sticky .navbar-brand {
    color: #ffffff;
  }

  .navbar-light.header-sticky.is-sticky .navbar-nav .nav-link {
    color: #ffffff;
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-light.header-sticky.is-sticky .navbar-nav .nav-link.active,
  .navbar-light.header-sticky.is-sticky .navbar-nav .nav-link.show,
  .navbar-light.header-sticky.is-sticky .navbar-nav .nav-link:hover,
  .navbar-light.header-sticky.is-sticky .navbar-nav .nav-link:focus {
    color: #ffc876;
  }

  .navbar-light.header-sticky.is-sticky .navbar-nav .active .nav-link,
  .navbar-light.header-sticky.is-sticky .navbar-nav .show .nav-link {
    color: #ffc876;
  }

  .main-banner {
    padding-top: 150px;
    padding-bottom: 50px;
    max-width: 100%;
    min-height: 99vh;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .main-banner #background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    min-width: 100%;
    height: 100vh;
    min-height: 100%;
    object-fit: cover;
    object-position: top;
  }

  .item-bg-one {
    /* background-image: url(../img/banner.jpg); */
  }

  .item-bg-two {
    background-image: url(../img/main-bg-2.jpg);
  }

  .item-bg-three {
    background-image: url(../img/main-bg-3.jpg);
  }

  /* .main-banner-text {
    position: absolute;
    left: 5%;
    bottom: 7%;
    z-index: 1;
  }

  .main-banner-text h4 {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
  }

  .main-banner-text h4 span {
    color: #fcc11f;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 1px;
  }

  .main-banner-text h1 {
    color: #fff;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 800;
    letter-spacing: 2px;
  }

  .main-banner-text h1 span {
    font-size: 35px;
    color: #fcc11f;
    font-weight: 800;
  }

  .main-banner-text p {
    color: #fff;
    font-size: 14px;
    font-weight: 200px;
    max-width: 650px;
    margin-bottom: 30px;
  }

  .main-banner-text .btn:hover,
  .main-banner-text .btn:focus {
    background: linear-gradient(rgb(243, 63, 63), rgb(175, 29, 29));
    border: 1px solid #ffffff;
  }

  .main-banner-text .view-work {
    background: transparent;
    border-color: #fff;
    margin-left: 10px;
  }

  .main-banner-text .view-work:hover,
  .main-banner-text .view-work:focus {
    border-color: #ff2c57;
    background: #ff2c57;
    color: #ffffff;
  }

  .home-slides .owl-controls {
    margin-top: 0;
  } */

  /*
  ==============================
  Video Banner CSS
  ==============================
  */
  .video-background {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    z-index: -100;
  }

  /*
  ==============================
  Creative Banner CSS
  ==============================
  */
  .creative-banner-one {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-width: 10rem 100vw 0 0;
    border-color: transparent #ffffff #ffffff transparent;
    border-style: solid;
  }

  .creative-banner-two {
    position: relative;
    top: 100%;
    width: 100%;
    height: 0;
    z-index: 9;
  }

  .creative-banner-two::before {
    content: "";
    border-right: 50vw solid #ffffff;
    border-top: 160px solid transparent;
    bottom: 0;
    right: 0;
    position: absolute;
    height: 0;
    width: 0;
  }

  .creative-banner-two::after {
    content: "";
    position: absolute;
    border-left: 50vw solid #ffffff;
    border-top: 160px solid transparent;
    bottom: 0;
    height: 0;
    left: 0;
    width: 0;
  }

  .creative-banner-three {
    position: relative;
    top: 100%;
    width: 100%;
    height: 0;
  }

  .creative-banner-three::before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    background-image: url(../img/shape.png);
    height: 150px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  /*
  ==============================
  Particles Banner CSS
  ==============================
  */
  #particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  #particles-js-two {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  /*
  ==============================
  Welcome Area CSS
  ==============================
  */
  .single-box {
    text-align: center;
    height: 400px;
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.397);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.397);
    /* padding: 30px 20px; */
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 15px;
  }

  .single-box:hover {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  .single-box .icon {
    color: #d81818;
    width: 80px;
  }

  .single-box p {
    /* margin-top: 25px;
    margin-bottom: 20px; */
    font-weight: 300;
    font-size: 16px;
  }

  .single-box h3 {
    margin-top: 25px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
  }

  .single-box h3 span {
    margin-top: 25px;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 16px;
    color: #d81818;
  }

  .single-box a {
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 45px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 27, 103, 0.3);
    box-shadow: 0px 0px 25px 0px rgba(0, 27, 103, 0.3);
    border-radius: 50% 0 0 0;
    opacity: 0;
    visibility: hidden;
  }

  .single-box:hover a {
    background: #ff2c57;
    color: #ffffff;
    opacity: 1;
    visibility: visible;
    right: 0;
    bottom: 0;
  }

  /* welcome area */
  .welcome-area {
    max-height: 100%;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .item-bg-welcome {
    background-image: url(../img/banner2.jpg);
  }

  /* end welcome-area */

  /* cari area */
  .cari-area {
    /* max-height: 200px; */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .cari-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffffb4;
    opacity: 0.77;
    z-index: -1;
  }

  .cari-area.with-color::before {
    z-index: 1;
  }

  .section-title-cari {
    margin-bottom: 50px;
    padding-left: 30px;
  }

  .cari-area .section-title-cari h2 {
    color: #d81818;
    font-size: 28px;
    font-weight: 600;
  }

  .item-bg-cari {
    background-image: url(../img/img2.jpg);
  }

  /* end cari area */

  /*
  ==============================
  About Area CSS
  ==============================
  */
  .about-area {
    background-image: url(../img/patt.png);
    background-position: center center;
  }

  .about-video {
    position: relative;
  }

  .about-video img {
    width: 100%;
  }

  .about-video .video-btn {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -26px;
  }

  .about-video .video-btn a {
    color: #ffffff;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 72px;
    background: #ff2c57;
    position: relative;
    font-size: 30px;
    border-radius: 50%;
  }

  .about-video .video-btn a::before,
  .about-video .video-btn a::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    border: 10px solid #fff;
  }

  .about-video .video-btn a::after {
    width: 70px;
    height: 70px;
    -webkit-transition: all 200ms;
    transition: all 200ms;
  }

  @-webkit-keyframes pulse-border {
    0% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
        scale(1);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }

    100% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
        scale(1.2);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
      opacity: 0;
    }
  }

  @keyframes pulse-border {
    0% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
        scale(1);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }

    100% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
        scale(1.2);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
      opacity: 0;
    }
  }

  .about-addax {
    margin-top: 12px;
  }

  .about-addax .section-title {
    margin-bottom: 20px;
    padding-left: 0;
  }

  .about-addax .section-title::before,
  .about-addax .section-title::after {
    display: none;
  }

  .about-addax .section-title h2 {
    font-size: 25px;
  }

  .about-addax ul {
    margin-bottom: 30px;
  }

  .about-addax ul li {
    margin-bottom: 10px;
    font-weight: 300;
    color: #666666;
  }

  .about-addax ul li i {
    color: #ff2c57;
    margin-right: 5px;
  }

  .about-addax ul li:last-child {
    margin-bottom: 0;
  }

  .about-addax .float-start {
    margin-right: 45px;
  }

  /*
  ==============================
  Who We Are Area CSS
  ==============================
  */
  .who-we-are {
    padding-bottom: 50px;
  }

  .single-who-we-are_image {
    background-image: url(../img/kaaba.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .single-who-we-are {
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2);
    box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2);
    padding: 20px 30px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    z-index: 1;
  }

  .single-who-we-are::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #940808;
    opacity: 0.8;
    z-index: -1;
  }

  /* .single-who-we-are:hover {
    background: #d81818;
    color: #ffffff;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  } */

  .single-who-we-are h4 {
    margin-bottom: 10px;
    margin-top: 25px;
    font-size: 28px;
    font-weight: 600;
    color: #ffc876;
  }

  .single-who-we-are p {
    line-height: 25px;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #ffffff;
  }

  .single-who-we-are:hover p {
    color: #ffffff;
  }

  .single-who-we-are p.dolar {
    line-height: 50px;
    font-size: 28px;
    font-weight: 700;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #ffc876;
  }

  .single-who-we-are:hover p.dolar {
    color: #fff;
  }

  /* 
  background-image: url(../img/admin-ajax-223x300.png);
  background-position: center center;
  background-repeat: no-repeat; */
  .single-who-we-are img.images {
    color: rgba(0, 0, 0, 0);
    font-size: 200px;
    line-height: 180px;
    position: absolute;
    right: 70px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 999;
    width: 30%;
  }

  .single-who-we-are:hover img.images {
    color: rgba(255, 255, 255, 0.2);
  }

  .single-who-we-are span {
    bottom: 0;
    color: rgba(0, 0, 0, 0);
    font-size: 200px;
    line-height: 180px;
    position: absolute;
    right: 100px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 99;
  }

  .single-who-we-are:hover span {
    color: rgba(255, 255, 255, 0.2);
  }

  /*
  ==============================
  Strategy Area CSS
  ==============================
  */
  .strategy-area {
    position: relative;
  }

  .strategy-area .image {
    background-image: url(../img/about-strategy.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
  }

  .strategy-area .image img {
    display: none;
  }

  .about-strategy {
    padding-left: 25px;
  }

  .about-strategy .section-title {
    margin-bottom: 20px;
    padding-left: 0;
  }

  .about-strategy .section-title::before,
  .about-strategy .section-title::after {
    display: none;
  }

  .about-strategy ul {
    margin-bottom: 30px;
  }

  .about-strategy ul li {
    margin-bottom: 10px;
    font-weight: 300;
    color: #666666;
  }

  .about-strategy ul li:last-child {
    margin-bottom: 0;
  }

  .about-strategy ul li i {
    color: #ff2c57;
    margin-right: 5px;
  }

  /*
  ==============================
  CTR Area CSS
  ==============================
  */
  .ctr-area {
    text-align: center;
    background-image: url(../img/ctr-bg.jpg);
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .ctr-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.88;
  }

  .ctr-area .section-title {
    padding-left: 0;
  }

  .ctr-area .section-title::after,
  .ctr-area .section-title::before {
    display: none;
  }

  .ctr-area .section-title h2 {
    color: #ffffff;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .ctr-area .section-title p {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    color: #ffffff;
  }

  .ctr-area .view-work {
    background: transparent;
    border-color: #ffffff;
    margin-left: 10px;
  }

  .ctr-area .view-work:hover,
  .ctr-area .view-work:focus {
    border-color: #ff2c57;
    background: #ff2c57;
    color: #ffffff;
  }

  .ctr-area .btn:hover,
  .ctr-area .btn:focus {
    border-color: #ffffff;
  }

  /*
  ==============================
  Skill Area CSS
  ==============================
  */

  .about-skill .section-title {
    padding-left: 0;
  }

  .about-skill .section-title::before,
  .about-skill .section-title::after {
    display: none;
  }

  .about-skill .progress-title {
    font-size: 17px;
    margin-bottom: 13px;
  }

  .about-skill .progress {
    height: 20px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 30px;
    overflow: visible;
  }

  .about-skill .progress .progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
    background: #ff2c57;
    border-radius: 10px;
  }

  .about-skill .progress .progress-value {
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 10px;
  }

  @-webkit-keyframes animate-positive {
    0% {
      width: 0;
    }
  }

  @keyframes animate-positive {
    0% {
      width: 0;
    }
  }

  .skill-video {
    position: relative;
  }

  .skill-video img {
    width: 100%;
  }

  .skill-video .video-btn {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -26px;
  }

  .skill-video .video-btn a {
    color: #ffffff;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 72px;
    background: #ff2c57;
    position: relative;
    font-size: 30px;
    border-radius: 50%;
  }

  .skill-video .video-btn a::before,
  .skill-video .video-btn a::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    border: 10px solid #ffffff;
  }

  .skill-video .video-btn a::after {
    width: 70px;
    height: 70px;
    -webkit-transition: all 200ms;
    transition: all 200ms;
  }

  @-webkit-keyframes pulse-border {
    0% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
        scale(1);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }

    100% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
        scale(1.3);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
      opacity: 0;
    }
  }

  @keyframes pulse-border {
    0% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
        scale(1);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }

    100% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
        scale(1.3);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
      opacity: 0;
    }
  }

  /*
  ==============================
  Fun Facts Area CSS
  ==============================
  */
  .funFacts-area {
    background-image: url(../img/funfact-bg.jpg);
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .funFacts-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.77;
  }

  .funFact {
    position: relative;
    padding-left: 65px;
  }

  .funFact i {
    font-size: 50px;
    color: #ff2c57;
    position: absolute;
    left: 0;
    top: 2px;
  }

  .funFact .fa.fa-users {
    left: -10px;
  }

  .funFact h2 {
    color: #ffffff;
    margin-bottom: 5px;
    font-size: 45px;
    font-weight: 600;
  }

  .funFact p {
    color: #ffffff;
    font-size: 18px;
  }

  /*
  ==============================
  Team Area CSS
  ==============================
  */
  .our-team {
    text-align: center;
    position: relative;
  }

  .our-team .team-content {
    position: absolute;
    left: 18%;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    margin-left: -55px;
    padding-top: 7px;
    padding-bottom: 5px;
    -webkit-box-shadow: 0 0 40px 0 rgba(67, 67, 67, 0.397);
    box-shadow: 0 0 40px 0 rgba(67, 67, 67, 0.397);
    z-index: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 25px;
  }

  .our-team .team-content .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .our-team .team-content .post {
    color: #666666;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .our-team:hover .team-content .title {
    color: #ffffff;
  }

  .our-team:hover .team-content .post {
    color: #ffffff;
  }

  .our-team:hover .team-content {
    bottom: 25%;
    background: transparent;
    -webkit-box-shadow: 0 0 40px 0 rgba(67, 67, 67, 0);
    box-shadow: 0 0 40px 0 rgba(67, 67, 67, 0);
  }

  .our-team .social {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(20%, rgba(0, 0, 0, 0.9)),
      color-stop(80%, rgba(0, 0, 0, 0.3))
    );
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.9) 20%,
      rgba(0, 0, 0, 0.3) 80%
    );
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
  }

  .our-team .social ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -50px;
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .our-team .social ul li {
    display: inline-block;
  }

  .our-team .social ul li a {
    width: 35px;
    height: 35px;
    line-height: 32px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
  }

  .our-team .social ul li a:hover {
    border-color: #940808;
    background: #940808;
  }

  .our-team:hover .social {
    opacity: 1;
    visibility: visible;
  }

  .our-team:hover .social ul {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /*
  ==============================
  How We Work CSS
  ==============================
  */
  .how-work {
    background-image: url(../img/dott.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
  }

  .single-how-work {
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    background: #ffffff;
    padding: 35px;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }

  .single-how-work:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  .single-how-work h3 {
    color: #ff2c57;
    font-size: 45px;
    font-weight: 700;
  }

  .single-how-work h4 {
    margin-top: 25px;
    margin-bottom: 18px;
    font-size: 22px;
  }

  /*
  ==============================
  Services Area CSS
  ==============================
  */
  .services-area {
    padding-top: 160px;
    padding-bottom: 50px;
  }

  .services-area .single-box {
    margin-bottom: 30px;
  }

  .services-area .section-title h2 strong {
    font-size: 35px;
    font-weight: 350;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }

  .single-services.promo {
    border: 3px solid #940808;
    border-radius: 11px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 10px 0 rgba(168, 85, 85, 0.61);
    box-shadow: 0 0 10px 0 rgba(168, 85, 85, 0.61);
    text-align: center;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .single-services.promo::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .single-services.promo:hover::before {
    opacity: 0;
    width: 100%;
    height: 50%;
  }

  .single-services {
    /* border: 2px solid #940808; */
    border-radius: 11px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 10px 0 rgba(168, 85, 85, 0.61);
    box-shadow: 0 0 10px 0 rgba(168, 85, 85, 0.61);
    text-align: center;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .single-services:hover {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  .single-services::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    border-left: 2px solid #940808;
    height: 50px;
    border-bottom: 2px solid #940808;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .single-services:hover::before {
    opacity: 1;
    width: 100%;
    height: 50%;
  }

  .single-services .service-promo {
    background: #940808fa;
    position: absolute;
    top: 20%;
    z-index: 3;
    padding: 6px 22px;
    border-radius: 0 10px 10px 0;
  }

  .single-services .service-promo h6 {
    color: white;
    font-weight: 900;
    text-align: left;
    font-size: 18px;
  }

  .single-services .service-promo h6.tanggalsampai {
    color: white;
    font-weight: 500;
    font-size: 12px;
    margin-top: 4px;
  }

  .single-services .services-img {
    border-radius: 10px 10px 0 0;
    position: relative;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    /* height: 23vh; */
    height: 19vh;
    overflow: hidden;
  }

  .single-services .services-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000070;
    opacity: 0.66;
  }

  .single-services .services-content {
    /* padding: 30px 36px; */
    position: relative;
    /* height: 29vw; */
    height: 18vw;
  }

  .single-services .services-content .row-lambangmaskapain {
    height: 40px;
    line-height: 40px;
  }

  .single-services .services-content .lambangmaskapain {
    object-fit: cover;
    width: 90px;
  }

  .single-services .services-content .judul {
    margin-top: -1vw;
  }

  .single-services .services-content h3 {
    font-size: 18px;
    font-weight: 600;
    height: 13vh;
  }

  .single-services .services-content p {
    font-size: 11px;
  }

  .single-services .services-content i.icon-jadwal {
    color: #b42806;
    font-size: 80%;
  }

  .single-services .services-content i.star {
    color: #f0ad4e;
    font-size: 80%;
  }

  /*
  ==============================
  Services Area Berita CSS
  ==============================
  */
  .services-area-berita {
    padding-top: 22vh;
    padding-bottom: 20vh;
  }

  .services-area-berita .rowwww {
    padding-top: 50px;
  }

  .services-area-berita .single-box {
    margin-bottom: 30px;
  }

  .single-services-berita {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 10px 0 rgba(168, 85, 85, 0.61);
    box-shadow: 0 0 10px 0 rgba(168, 85, 85, 0.61);
    text-align: center;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: 100%;
  }

  .single-services-berita:hover {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  .single-services-berita::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    border-left: 2px solid #940808;
    height: 50px;
    border-bottom: 2px solid #940808;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .single-services-berita:hover::before {
    opacity: 1;
    width: 100%;
    height: 50%;
  }

  .single-services-berita .services-img-berita {
    position: relative;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    overflow: hidden;
    max-height: 150px;
  }

  .single-services-berita .services-img-berita::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000070;
    opacity: 0.66;
  }

  .single-services-berita .services-content-berita {
    padding: 30px 25px;
    position: relative;
  }

  .single-services-berita .services-content-berita .judul {
    min-height: 71px;
  }

  .single-services-berita .services-content-berita .row.row-berita {
    min-height: 100px;
  }

  .single-services-berita .services-content-berita .lambangmaskapain {
    object-fit: cover;
    width: 66%;
  }

  .single-services-berita .services-content-berita h3 {
    text-align: start;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 14px;
  }

  .single-services-berita .services-content-berita p.isi-berita {
    font-size: 12px;
    font-weight: 600;
    color: #8b8b8b;
    margin-bottom: 14px;
  }

  .single-services-berita .services-content-berita i.icon-jadwal {
    color: #b42806;
  }

  .single-services-berita .services-content-berita i.star {
    color: #f0ad4e;
  }

  /*
  ==============================
  Why We Are Different CSS
  ==============================
  */

  section.why-we-different {
    padding-top: 100px;
    padding-bottom: 25px;
    background: url("../img/berita4.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  section.why-we-different::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #d3d3d3;
    opacity: 0.6;
    z-index: -1;
  }

  .why-we-different-box {
    text-align: center;
    margin-bottom: 10px;
    height: 140px;
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.397);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.397);
    padding: 15px 20px;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 15px;
    display: flex;
    background: white;
  }

  .why-we-different-box:hover {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  .why-we-different-box .icon {
    margin-top: 20px;
    width: 60px;
    height: 60px;
  }

  .why-we-different-box h3 {
    text-align: start;
    margin-left: 10px;
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
  }

  .why-we-different-box h3 span {
    font-weight: 900;
    font-size: 16px;
    color: #d81818;
  }

  .why-we-different-box p {
    font-size: 12px;
    font-weight: 500;
    margin-left: 10px;
    line-height: 20px;
    margin-top: 0px;
  }

  /*
  ==============================
  Why We Are Different hubungi CSS
  ==============================
  */

  section.why-we-different-hubungi {
    padding-top: 100px;
    padding-bottom: 50px;
    background: url("../img/world-hubungi.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  section.why-we-different-hubungi::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.8;
    z-index: -1;
  }

  .why-we-different-box-hubungi {
    text-align: center;
    margin-bottom: 20px;
    height: 140px;
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.397);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.397);
    padding: 15px 20px;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 15px;
    display: flex;
    background: white;
  }

  .why-we-different-box-hubungi:hover {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  .why-we-different-box-hubungi .icon {
    margin-top: 20px;
    width: 70px;
    height: 70px;
  }

  .why-we-different-box-hubungi h3 {
    text-align: start;
    margin-left: 10px;
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
  }

  .why-we-different-box-hubungi h3 span {
    font-weight: 900;
    font-size: 18px;
    color: #d81818;
  }

  .why-we-different-box-hubungi p {
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
    line-height: 20px;
    margin-top: 5px;
  }

  /*
  ==============================
  Who We Are Area CSS
  ==============================
  */
  .berangkat {
    padding-bottom: 50px;
  }

  .berangkat .section-title h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000000;
  }

  .berangkat .section-title p {
    line-height: 25px;
  }

  .single-berangkat {
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2);
    box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2);
    background: #9b0c0c;
    color: #ffffff;
    padding: 50px 30px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    max-height: 282px;
  }

  .single-berangkat:hover {
    background: #ffffff;
    color: #000000;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  .single-berangkat i {
    font-size: 40px;
    color: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .single-berangkat:hover i {
    color: #d81818;
  }

  .single-berangkat h4 {
    margin-bottom: 20px;
    margin-top: 25px;
    font-size: 15px;
    font-weight: 600;
  }

  .single-berangkat p {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #ffffff;
    text-align: start;
    font-size: 13px;
  }

  .single-berangkat:hover p {
    color: #000000;
  }

  .single-berangkat span {
    bottom: 0;
    color: rgba(0, 0, 0, 0.03);
    font-size: 200px;
    line-height: 180px;
    position: absolute;
    right: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .single-berangkat:hover span {
    color: rgba(0, 0, 0, 0.2);
  }

  /*
  ==============================
  Work Area CSS
  ==============================
  */
  .shorting-menu {
    display: inline-block;
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    padding: 18px 20px;
    border-radius: 50px;
  }

  .shorting-menu .filter {
    border: none;
    background: #f4f4f4;
    padding: 9px 24px;
    text-transform: capitalize;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 30px;
    color: #000000;
  }

  .shorting-menu .filter.mixitup-control-active,
  .shorting-menu .filter:hover {
    background: #ff2c57;
    color: #ffffff;
  }

  .shorting {
    margin-top: 0;
  }

  .single-work {
    overflow: hidden;
    position: relative;
    height: 20vw;
  }

  .single-work img {
    min-width: 100%;
    height: 20vw;
    object-fit: cover;
    object-position: center center;
    border-radius: 5px;
  }

  /* .single-work::before {
    content: '';
    position: absolute;
    top: 15px;
    min-width: 93%;
    height: 17vw;
    background: #000000;
    left: 14px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
  } */

  .single-work:hover::before {
    top: 21px;
    min-width: 93%;
    height: 17vw;
    left: 10px;
    opacity: 0;
    visibility: visible;
    border-radius: 5px;
  }

  .single-work .work-content {
    position: absolute;
    bottom: 20px;
    width: 86%;
    background: #ffffff;
    left: 40px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .single-work .work-content h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .single-work .work-content ul li {
    display: inline-block;
    font-size: 14px;
  }

  .single-work:hover .work-content {
    bottom: 35px;
    opacity: 1;
    visibility: visible;
  }

  .single-work .popup-btn {
    position: absolute;
    right: 9vw;
    width: 100px;
    text-align: center;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    color: #ffffff;
    background: #940808b2;
    font-size: 40px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #940808b6;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .single-work .popup-btn:hover {
    background: #940808cc;
    border-color: #ffffff;
  }

  .single-work:hover .popup-btn {
    top: 12vh;
    opacity: 1;
    visibility: visible;
  }

  #galery .kolom-galery {
    display: flex;
    justify-content: end;
  }

  /*
  ==============================
  Pricing Area CSS
  ==============================
  */
  .pricingTable {
    padding: 30px 0;
    text-align: center;
    position: relative;
    background-image: url(../img/patt.png);
    background-position: center center;
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .pricingTable:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  .pricingTable::after {
    content: "";
    width: 70px;
    height: 30px;
    background: #ff2c57;
    margin: 0 auto;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }

  .pricingTable .title {
    padding: 20px 0;
    margin-bottom: 35px;
    background: #ff2c57;
    font-size: 25px;
    color: #ffffff;
    text-transform: uppercase;
  }

  .pricingTable .price-value {
    margin-bottom: 25px;
    color: #ff2c57;
  }

  .pricingTable .price-value .amount {
    display: inline-block;
    font-size: 44px;
    font-weight: 500;
  }

  .pricingTable .price-value .month {
    display: block;
    font-size: 15px;
    line-height: 16px;
    text-transform: capitalize;
    color: #666;
    margin-left: 50px;
  }

  .pricingTable .currency {
    display: inline-block;
    font-size: 25px;
    vertical-align: top;
    margin-top: 6px;
  }

  .pricingTable .pricing-content {
    border-top: 2px solid #eeeeee;
    border-bottom: 2px solid #eeeeee;
    margin-bottom: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .pricingTable .pricing-content li {
    color: #8b8b8b;
    margin-top: 16px;
  }

  .pricingTable .pricing-content li:first-child {
    margin-top: 0;
  }

  .pricingTable .pricing-content li i {
    color: #ff2c57;
    margin-right: 4px;
  }

  /*
  ==============================
  FAQ Area CSS
  ==============================
  */
  .faq-area .image {
    background-image: url(../img/faq-img.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .card {
    padding: 25px;
    background: transparent;
    background-position: center center;
    background-size: cover;
    border-radius: 10px !important;
    margin-bottom: 6px;
    border: none;
    /* -webkit-box-shadow: 0 0 30px 0 rgba(194, 194, 194, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15); */
    /* position: relative;
    overflow: hidden;
    z-index: 1; */
  }

  /* .card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(255, 253, 253, 0.377) 5%, rgba(0, 0, 0, 0.63) 100%);
    opacity: .8;
    z-index: -1;
  } */

  .card .card-header {
    padding: 0;
    margin-bottom: 0;
    border: none;
    background: transparent;
  }

  .card .card-header:first-child {
    border-radius: 0;
  }

  .card .card-header a {
    display: block;
  }

  .card .card-header a:hover {
    background: #ff2c57;
  }

  .card .card-header a h5 {
    font-size: 17px;
    overflow: hidden;
    padding: 20px;
    color: #ffffff;
    line-height: 16px;
    background: #ff2c57;
  }

  .card .card-header a.collapsed h5 {
    color: #000000;
    background: transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .card .card-header a.collapsed h5:hover {
    color: #ffffff;
  }

  .card .card-header a i {
    float: right;
    font-size: 16px;
  }

  .card .card-header a.collapsed .fa.fa-plus::before {
    content: "\f067";
  }

  .card .card-header a .fa.fa-plus::before {
    content: "\f068";
  }

  .card .card-body {
    line-height: 1.9;
    background: transparent;
    color: #666666;
  }

  /*
  ==============================
  Testimonials Area CSS
  ==============================
  */
  .testimonials-area {
    padding-bottom: 50px;
  }

  .single-feedback {
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    background-image: url(../img/patt.png);
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }

  .single-feedback .client-info {
    position: relative;
    margin-bottom: 35px;
    padding-left: 100px;
    padding-top: 15px;
  }

  .single-feedback .client-info .client-pic {
    max-width: 80px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .single-feedback .client-info .client-pic img {
    border-radius: 50%;
  }

  .single-feedback .client-info .client-title h4 {
    font-size: 19px;
    font-weight: 500;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .single-feedback .client-info .client-title h5 {
    font-size: 15px;
    margin-top: 13px;
    color: #666666;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .single-feedback p {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .single-feedback span {
    font-size: 175px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.03);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    line-height: 0;
  }

  .single-feedback:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    background: #ff2c57;
  }

  .single-feedback:hover .client-title h4,
  .single-feedback:hover .client-title h5 {
    color: #ffffff;
  }

  .single-feedback:hover p {
    color: #ffffff;
  }

  .single-feedback:hover span {
    color: rgba(255, 255, 255, 0.2);
  }

  /*
  ==============================
  Blog Area CSS
  ==============================
  */

  section.blog-area {
    margin-top: 50px;
    margin-bottom: 0px;
    /* margin-bottom: 50px; */
  }

  .single-blog-item {
    position: relative;
    /* padding: 30px; */
    /* border: 1px solid #eeeeee; */
  }

  .single-blog-item iframe {
    width: 364px;
    height: 202px;
  }

  /* .single-blog-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    -webkit-transition: .4s;
    transition: .4s;
  } */

  .single-blog-item span,
  .single-blog-item p,
  .single-blog-item h4 {
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .single-blog-item h4 {
    margin-top: 24vh;
    margin-bottom: 15px;
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
  }

  .single-blog-item p {
    line-height: 1;
    color: #fff;
    font-size: 14px;
  }

  .single-blog-item h4 a {
    color: #fff;
  }

  .single-blog-item h4 a:hover {
    color: #fddc8c !important;
  }

  .single-blog-item .link-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 27, 103, 0.3);
    box-shadow: 0px 0px 25px 0px rgba(0, 27, 103, 0.3);
    border-radius: 50% 0 0 0;
    background: #940808;
    color: #fff;
  }

  /* .single-blog-item:hover::before {
    background: #000000;
    opacity: .66;
  } */

  .single-blog-item:hover span,
  .single-blog-item:hover p,
  .single-blog-item:hover h4 a {
    color: #ffffff;
  }

  .single-blog-item:hover .link-btn {
    background: #940808;
    color: #ffc107;
  }

  /*
  ==============================
  Partner Area CSS
  ==============================
  */
  .partner-area {
    text-align: center;
  }

  .partner-area .owl-carousel .owl-item img {
    width: 140px;
  }

  /*
  ==============================
  Subscribe Area CSS
  ==============================
  */
  .subscribe-area {
    background-image: url(../img/pattern.png);
    text-align: center;
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
    background-attachment: fixed;
  }

  .newsletter {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    background: #ffffff;
    padding: 35px;
    border-radius: 5px;
  }

  .newsletter h4 {
    text-transform: capitalize;
    margin-bottom: 30px;
    font-size: 30px;
  }

  .newsletter form {
    position: relative;
  }

  .newsletter form .form-control {
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border: none;
    height: 75px;
    border-radius: 50px;
    padding-left: 20px;
    font-size: 17px;
  }

  .newsletter form .btn {
    position: absolute;
    right: 7px;
    top: 8px;
    height: 60px;
    width: 175px;
  }

  .newsletter form .validation-danger {
    margin-top: 20px;
    color: red;
  }

  .newsletter form .validation-success {
    margin-top: 20px;
  }

  /*
  ==============================
  Contact Area CSS
  ==============================
  */
  #map iframe {
    width: 100%;
    height: 250px;
    margin-bottom: -10px;
  }

  .contact-info {
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    background: #ffffff;
    padding: 30px;
    border-top: 3px solid #ff2c57;
    border-bottom: 3px solid #ff2c57;
  }

  .contact-info ul li {
    position: relative;
    padding-left: 60px;
    font-size: 16px;
    margin-bottom: 34px;
    color: #151515;
  }

  .contact-info ul li:last-child {
    margin-bottom: 0;
  }

  .contact-info ul li i {
    position: absolute;
    left: 0;
    top: -11px;
    color: #ff2c57;
    font-size: 19px;
    background: #f6f6f6;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
  }

  .contact-info .follow-us {
    text-align: right;
    margin-top: 40px;
  }

  .contact-info .follow-us li {
    padding-left: 0;
    display: inline-block;
    margin-bottom: 0;
  }

  .contact-info .follow-us li:first-child {
    font-size: 18px;
    font-weight: 400;
    margin-right: 5px;
  }

  .contact-info .follow-us li a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #000000;
    border-radius: 50%;
  }

  .contact-info .follow-us li a:hover,
  .contact-info .follow-us li a:focus {
    background: #ff2c57;
    color: #ffffff;
    border-color: #ff2c57;
  }

  .contact-form {
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    padding: 40px 30px;
    border-top: 3px solid #ff2c57;
    border-bottom: 3px solid #ff2c57;
    background: #ffffff;
  }

  .contact-form h4 {
    color: #ff2c57;
    margin-bottom: 25px;
    font-size: 22px;
  }

  .contact-form .list-unstyled li {
    color: red;
  }

  .contact-form .form-control {
    border-radius: 30px;
  }

  .contact-form .btn {
    margin-top: 20px;
  }

  .contact-form #message {
    height: auto;
    padding: 15px;
  }

  /*
  ==============================
  Page Title CSS
  ==============================
  */
  .page-title {
    height: 550px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: center;
  }

  .page-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
  }

  .page-title h1 {
    margin-bottom: 35px;
    margin-top: 65px;
    color: #ffffff;
    font-size: 45px;
    font-weight: 600;
  }

  .page-title ul li {
    display: inline-block;
    margin: 0 3px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
  }

  .page-title ul li.active {
    color: #cccccc;
  }

  .page-title ul li a {
    color: #ffffff;
  }

  .page-title ul li a:hover {
    color: #ff2c57;
  }

  .page-title .container {
    position: relative;
    z-index: 1;
  }

  /*
  ==============================
  Blog Details Area CSS
  ==============================
  */
  .blog-details-area {
    background-image: url(../img/pattern.png);
    background-attachment: fixed;
  }

  .blog-details-area .title {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 27px;
  }

  .blog-details {
    -webkit-box-shadow:
      0 5px 10px rgba(0, 9, 128, 0.035),
      0 7px 18px rgba(0, 9, 128, 0.05);
    box-shadow:
      0 5px 10px rgba(0, 9, 128, 0.035),
      0 7px 18px rgba(0, 9, 128, 0.05);
    background: #ffffff;
  }

  .blog-details .article-img {
    position: relative;
  }

  .blog-details .article-img img {
    width: 100%;
  }

  .blog-details .article-img .date {
    position: absolute;
    bottom: 15px;
    width: 100px;
    left: 15px;
    height: 100px;
    text-align: center;
    font-size: 25px;
    font-style: italic;
    background: #ff2c57;
    color: #ffffff;
    border-radius: 5px;
    padding-top: 19px;
    line-height: 32px;
  }

  .blog-details .article-text {
    padding: 30px;
  }

  .blog-details .article-text ul li {
    display: inline-block;
  }

  .blog-details .article-text .category a {
    background: #ff2c57;
    color: #ffffff;
    padding: 3px 15px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 400;
  }

  .blog-details .article-text p {
    margin-bottom: 20px;
  }

  .blog-details .article-text .blockquote {
    margin-bottom: 25px;
    margin-top: 25px;
    background: #f4f4f4;
    padding: 30px;
    font-size: 17px;
    border-left: 4px solid #ff2c57;
  }

  .blog-details .article-text .blockquote p {
    color: #000000;
  }

  .blog-details .article-text .author-share {
    margin-top: 40px;
  }

  .blog-details .article-text .author-share .social-share {
    text-align: right;
    margin-top: 28px;
  }

  .blog-details .article-text .author-share .social-share a {
    background: #ff2c57;
    color: #ffffff;
    width: 35px;
    display: inline-block;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
  }

  .blog-details .article-text .article-author {
    overflow: hidden;
  }

  .blog-details .article-text .article-author .author-img {
    float: left;
    width: 27%;
  }

  .blog-details .article-text .article-author .author-img img {
    border-radius: 50%;
    max-width: 100%;
    width: auto !important;
  }

  .blog-details .article-text .article-author .author-title {
    float: left;
    width: 73%;
    padding-left: 10px;
    margin-top: 18px;
  }

  .blog-details .article-text .article-author .author-title h4 {
    font-size: 20px;
    margin-bottom: 6px;
    text-transform: uppercase;
  }

  .blog-details .article-text .article-author .author-title span {
    color: #666666;
    font-size: 15px;
  }

  .post-controls-buttons {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 70px;
    padding-right: 70px;
  }

  .post-controls-buttons div {
    display: inline-block;
  }

  .post-controls-buttons div a {
    -webkit-box-shadow:
      0 5px 10px rgba(0, 9, 128, 0.035),
      0 7px 18px rgba(0, 9, 128, 0.05);
    box-shadow:
      0 5px 10px rgba(0, 9, 128, 0.035),
      0 7px 18px rgba(0, 9, 128, 0.05);
    padding: 10px 20px;
    border-radius: 5px;
    background: #ffffff;
    color: #ff2c57;
    display: inline-block;
  }

  .post-controls-buttons div a:hover {
    background: #ff2c57;
    color: #ffffff;
  }

  .post-controls-buttons .controls-right {
    float: right;
  }

  .post-comments .single-comment {
    -webkit-box-shadow:
      0 5px 10px rgba(0, 9, 128, 0.035),
      0 7px 18px rgba(0, 9, 128, 0.05);
    box-shadow:
      0 5px 10px rgba(0, 9, 128, 0.035),
      0 7px 18px rgba(0, 9, 128, 0.05);
    padding: 25px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
  }

  .post-comments .single-comment.left-m {
    margin-left: 30px;
  }

  .post-comments .single-comment .comment-img {
    float: left;
    width: 13%;
  }

  .post-comments .single-comment .comment-img img {
    border-radius: 50%;
  }

  .post-comments .single-comment .comment-content {
    float: left;
    width: 80%;
    padding-left: 10px;
  }

  .post-comments .single-comment .comment-content h4 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
  }

  .post-comments .single-comment .comment-content p {
    margin-bottom: 15px;
  }

  .post-comments .single-comment .comment-content a {
    position: absolute;
    right: 25px;
    bottom: 25px;
    color: #ff2c57;
    text-transform: uppercase;
    font-size: 17px;
  }

  .leave-a-reply {
    -webkit-box-shadow:
      0 5px 10px rgba(0, 9, 128, 0.035),
      0 7px 18px rgba(0, 9, 128, 0.05);
    box-shadow:
      0 5px 10px rgba(0, 9, 128, 0.035),
      0 7px 18px rgba(0, 9, 128, 0.05);
    padding: 25px;
    background: #ffffff;
    margin-top: 50px;
  }

  .leave-a-reply .btn {
    margin-top: 0px;
  }

  /*
  ==============================
  Footer Area CSS
  ==============================
  */
  .footer-area {
    text-align: center;
    padding: 50px 0;
    background: #940808;
  }

  .footer-area a img {
    width: 16%;
    padding-bottom: 15px;
  }

  .footer-area h4 {
    font-size: 14px;
    font-weight: bolder;
    color: #ffffff;
    text-align: start;
  }

  .footer-area h4 a {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 35px;
  }

  .footer-area h4 span {
    color: #ff2c57;
    font-size: 40px;
    font-weight: 700;
    text-transform: lowercase;
  }

  .footer-area ul li {
    display: inline-block;
  }

  .footer-area ul li a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 34px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-size: 15px;
  }

  .footer-area ul li a:hover,
  .footer-area ul li a:focus {
    background: #f58b00;
    color: #ffffff;
    border-color: #f58b00;
  }

  .footer-area p {
    line-height: 1.7;
    margin-top: 19px;
    font-size: 13px;
    margin-bottom: 10px;
    color: #ffffff;
  }

  .footer-area p a {
    line-height: 1.7;
    margin-top: 19px;
    margin-bottom: 10px;
    color: #ffffff;
  }

  .footer-area p a:hover {
    line-height: 1.7;
    margin-top: 19px;
    margin-bottom: 10px;
    color: #ffdc91;
  }

  .footer-area .alamatadres {
    display: none;
  }

  /*
  ==============================
  Go Top CSS
  ==============================
  */

  /* #back-to-top {
    background: none;
    position: fixed;
    bottom: 150px;
    right: 120px;
  }
  
  #back-to-top:hover {
    background: none;
  } */

  #lottie-container {
    width: 30%;
    height: 30%;
  }

  #lottie-container svg {
    width: 50%;
    height: 50%;
  }

  .go-top {
    position: fixed;
    cursor: pointer;
    bottom: -70px;
    right: -630px;
    z-index: 1;
  }

  .go-top:hover {
    background: none;
  }

  /* START MAIN BANNER */

  .main-banner {
    padding-top: 150px;
    padding-bottom: 50px;
    max-width: 100%;
    /* min-height: 99vh; */
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .main-banner #background-video.website {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    min-width: 100%;
    /* height: 100vh; */
    /* min-height: 100%; */
    object-fit: cover;
    object-position: center top;
  }

  .main-banner #background-video.mobile {
    display: none;
  }

  .main-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(rgba(255, 255, 255, 0) 47%, rgb(255, 255, 255, 1)); */
    z-index: 1;
  }

  .item-bg-one {
    /* background-image: url(../img/banner.jpg); */
  }

  .item-bg-two {
    background-image: url(../img/main-bg-2.jpg);
  }

  .item-bg-three {
    background-image: url(../img/main-bg-3.jpg);
  }

  .main-banner-text-satu {
    position: absolute;
    top: 30%;
    left: 9%;
    z-index: 1;
    max-width: 35%;
  }

  .main-banner-text-satu h4.salam {
    /* color: #626262; */
    color: #611414;
    font-weight: 900;
    font-size: 30px;
    font-style: italic;
    margin-bottom: 2vh;
    /* letter-spacing: 1px; */
  }

  .main-banner-text-satu h4.judul {
    color: #353535;
    font-weight: 900;
    font-size: 45px;
    letter-spacing: 3px;
    margin-top: 2%;
    margin-bottom: 2%;
    /* color: #353535;
    font-weight: 900;
    font-size: 50px;
    letter-spacing: 3px;
    margin-top: 2%;
    margin-bottom: 2%; */
  }

  .main-banner-text-satu h4.judul span {
    color: #e22028;
    font-weight: 900;
    font-size: 45px;
    letter-spacing: 3px;
    /* color: #e22028;
    font-weight: 900;
    font-size: 50px;
    letter-spacing: 3px; */
  }

  .main-banner-text-satu h4.isi {
    text-align: justify;
    color: #353535;
    font-weight: bolder;
    font-size: 14px;
    line-height: 135%;
    margin-bottom: 10px;
  }

  .main-banner-text-satu h4.isi span {
    text-align: justify;
    color: #e22028;
    font-weight: bolder;
    font-size: 14px;
  }

  .main-banner-text {
    /* height: 60vh; */
    position: absolute;
    bottom: 2%;
    left: 9%;
    z-index: 1;
  }

  .main-banner-text h4 {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
  }

  .main-banner-text h4 span {
    color: #fcc11f;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 1px;
  }

  .main-banner-text h1 {
    color: #fff;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 800;
    letter-spacing: 2px;
  }

  .main-banner-text h1 span {
    font-size: 35px;
    color: #fcc11f;
    font-weight: 800;
  }

  .main-banner-text p {
    color: #fff;
    font-size: 14px;
    font-weight: 200px;
    max-width: 650px;
    /* margin: auto; */
    margin-bottom: 30px;
  }

  /* END MAIN BANNER */

  /* START BERITA INFORMASI */

  #berita-informasi .img-berita-satu {
    min-width: 100%;
    height: 32vh;
    object-fit: cover;
    object-position: center;
  }

  #berita-informasi .teks-berita-satu {
    padding: 2px;
  }

  #berita-informasi .teks-berita-satu h5 {
    line-height: 20px;
    text-align: justify;
    font-size: 14px;
    margin-bottom: 1rem;
  }

  #berita-informasi .teks-berita-satu p {
    line-height: 17px;
    font-size: 13px;
    margin-bottom: 1rem;
  }

  #berita-informasi .teks-berita-satu .date {
    line-height: 17px;
    font-size: 12px;
    margin-bottom: 1rem;
    margin-right: 12px;
  }

  #berita-informasi .img-logo-share-satu {
    width: 20%;
  }

  #berita-informasi .img-logo-share-dua {
    width: 17%;
  }

  #berita-informasi .img-logo-share-tiga,
  .img-logo-share-empat {
    width: 4%;
  }

  #berita-informasi .img-logo-share-satu-halberita {
    width: 11%;
  }

  #berita-informasi .img-logo-share-dua-halberita {
    width: 9%;
  }

  #berita-informasi .beritainf {
    position: relative;
    width: 100%;
    height: 73vh;
    border-radius: 10px;
  }

  #berita-informasi .beritainf::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.8));
    border-radius: 10px;
    z-index: 1;
  }

  #berita-informasi .beritainf .baris-dua {
    height: 100%;
    margin-top: -5%;
  }

  #berita-informasi .beritainf .kolom-dua {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 2rem;
  }

  #berita-informasi .beritainf .baris-dua h5 {
    position: relative;
    line-height: 20px;
    text-align: justify;
    font-size: 14px;
    margin-bottom: 1rem;
    z-index: 2;
  }

  #berita-informasi .beritainf .baris-dua p {
    position: relative;
    line-height: 17px;
    font-size: 13px;
    margin-bottom: 1rem;
    z-index: 2;
  }

  #berita-informasi .baris-tiga img.img-berita-satu {
    min-width: 100%;
    height: 22vh;
    object-fit: cover;
    object-position: center;
  }

  #berita-informasi .date {
    line-height: 17px;
    font-size: 12px;
    margin-bottom: 1rem;
    margin-right: 12px;
  }

  #berita-informasi .baris-tiga a {
    margin-bottom: -10px;
  }

  #berita-informasi .baris-empat a {
    margin-bottom: -10px;
  }

  #berita-informasi .baris-empat img.img-berita-satu {
    min-width: 100%;
    height: 22vh;
    object-fit: cover;
    object-position: center;
  }

  #berita-informasi a img.imageBeritaPopular {
    min-width: 115%;
    height: 9vw;
    border-radius: 5px;
    object-fit: cover;
    object-position: center center;
  }

  #berita-informasi h6 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0.5rem;
  }

  #berita-informasi p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 1rem;
  }

  #berita-informasi .berita-terkini .beritasatu {
    min-width: 100%;
    height: 10vw;
    border-radius: 5px;
    object-fit: cover;
    object-position: center center;
  }

  #berita-informasi .berita-terkini .img-logo-share-satu {
    width: 8%;
  }

  #berita-informasi .berita-terkini .img-logo-share-dua {
    width: 7%;
  }

  #jadwal-umroh .cari {
    margin-top: -45px;
    margin-bottom: 40px;
    padding-top: 20px;
    /* border: 2px solid red; */
    /* background: radial-gradient(circle, rgba(253, 244, 244, 1) 79%, rgba(218, 64, 64, 1) 100%); */
    border-radius: 44px;
  }

  .paket-detail .kolom-paket-detail {
    margin-bottom: -5vw;
  }

  .paket-detail .body-paket-detail h6 {
    font-size: 14px;
  }

  .paket-detail .body-paket-detail p {
    font-size: 12px;
  }

  .paket-detail .body-paket-detail .kolom-detail-satu {
    width: 16.666667%;
    /* width: 20.666667%; */
  }

  .paket-detail .body-paket-detail .kolom-detail-dua {
    border-left: 1px solid white;
    border-right: 1px solid white;
    /* width: 38.333333%; */
    width: 49.333333%;
  }

  .paket-detail .body-paket-detail .kolom-detail-dua span {
    font-size: 11px;
    color: #000000;
    font-style: italic;
  }

  .paket-detail .body-paket-detail .kolom-detail-dua .kolom-bintang {
    margin-top: -9px;
  }

  .paket-detail .body-paket-detail .kolom-detail-tiga {
    border-right: 1px solid white;
    width: 20%;
  }

  .footer-kustom {
    position: relative;
    border-top: none;
    color: white;
    border-radius: 26px;
    top: -28px;
  }

  .single-services .services-content .judul {
    margin-top: -1vw;
    margin-bottom: -3vw;
  }

  .single-services .currency strike {
    font-size: 18px;
  }
}
/* @media only screen and (min-width: 1201px) { */
/* @media (max-width: 1440px) {
  } */
@media only screen and (min-width: 1024px) {
  /* untuk img hotel */
  .div-img-hotel .img-hotel {
    border-radius: 6px;
    border: solid 2px white;
    width: 5vw;
    height: 8vh;
  }

  /* untuk img utma didetail paket haji */
  .carousel-detail-haji .img-detail-haji {
    object-fit: cover;
    object-position: center;
    height: 400px;
    z-index: 1;
  }

  .row-untuk-card-detail-haji {
    position: absolute;
    top: 230px;
    left: 120px;
    right: 120px;
    z-index: 2;
  }

  .modal-backdrop {
    z-index: 1;
  }

  .row-untuk-card-detail-haji h1 {
    color: white;
    font-weight: bold;
    margin-bottom: 120px;
    text-shadow: 3px 2px black;
  }

  .jarak {
    padding-bottom: 130vh;
  }

  /*
  ==============================
  CARD ARTIKEL CUSTOM JADWAL KUSTOM UMROH CSS
  ==============================
  */
  .card-jadwal-umroh {
    margin-top: 12vh;
  }

  .card-jadwal-umroh .row-title {
    margin-bottom: -30px;
  }

  .card-jadwal-umroh .card-kustom-jadwal-umroh {
    border-radius: 15px;
    margin-bottom: 30px;
    /* -webkit-box-shadow: 0 0 10px 0 rgba(168, 85, 85, 0.61);
    box-shadow: 0 0 10px 0 rgba(168, 85, 85, 0.61); */
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 75%;
    z-index: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    /* border: 2px solid #940808; */
  }

  .card-jadwal-umroh .card-kustom-jadwal-umroh::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(255 255 255 / 0%) 42%, #000000e3);
    z-index: 1;
  }

  .card-jadwal-umroh .card-kustom-jadwal-umroh:hover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(255 255 255 / 0%) 42%, #000000);
    z-index: 1;
  }

  .card-jadwal-umroh .card-kustom-jadwal-umroh img {
    max-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center center;
    /* border-radius: 0 100px 0 50px; */
  }

  .card-jadwal-umroh .card-body-kustom-jadwal-umroh {
    position: relative;
    z-index: 2;
    top: -20vw;
    margin-left: 10px;
    padding-right: 35px;
  }

  .card-jadwal-umroh .card-body-kustom-jadwal-umroh h1 {
    font-size: 17px;
    /* font-weight: 900; */
    text-align: start;
    color: #ffffff;
    position: relative;
    line-height: 20px;
    top: 9vw;
    left: 1vw;
  }

  .card-jadwal-umroh .card-body-kustom-jadwal-umroh p {
    font-size: 11px;
    text-align: start;
    position: relative;
    top: 8vw;
    left: 1vw;
    line-height: 12px;
    color: #bebebe;
  }

  .card-jadwal-umroh #artikel {
    margin-top: -10vh;
    margin-bottom: 6vh;
  }

  .card-jadwal-umroh .btn-selengkapnya {
    color: #fff;
    background-color: #940808;
    border-color: #940808;
    font-weight: 550;
  }

  .card-jadwal-umroh .btn-selengkapnya:hover,
  .card-jadwal-umroh .btn-selengkapnya:focus,
  .card-jadwal-umroh .btn-selengkapnya.disabled:hover,
  .card-jadwal-umroh .btn-selengkapnya.disabled:focus {
    color: #fff;
    background-color: #021e40;
    border-color: #021e40;
  }

  /*
  ==============================
  DETAIL HAJI CSS
  ==============================
  */

  .detail-haji {
    padding-top: 20vh;
    margin-bottom: 10vh;
  }

  .detail-haji h2.title {
    font-size: 30px;
    font-weight: bolder;
  }

  .detail-haji .card-detail-haji {
    padding: 0px;
    background: transparent;
    background-position: center center;
    background-size: cover;
    border-radius: 10px !important;
    margin-bottom: 6px;
    border: none;
    /* -webkit-box-shadow: 0 0 30px 0 rgba(194, 194, 194, 0.15);
  box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15); */
    /* position: relative;
  overflow: hidden;
  z-index: 1; */
  }

  .detail-haji .body-paket-detail .kolom-detail-satu {
    width: 20%;
  }

  .detail-haji .body-paket-detail .kolom-detail-dua {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 50%;
  }

  .detail-haji .body-paket-detail .kolom-detail-dua .kolom-hotel {
    /* margin-top: 3vh; */
    margin-top: 1vh;
  }

  .detail-haji .body-paket-detail .kolom-detail-empat h6 {
    font-size: 14px;
  }

  .footer-kustom-haji {
    position: relative;
    border-top: none;
    color: white;
    border-radius: 15px;
    top: -28px;
    padding: 0.9rem 1rem;
  }

  .header-custom {
    position: relative;
    border-top: none;
    color: white;
    border-radius: 6px;
    top: -30px;
  }

  .card-footer .kolom-footer-satu {
    width: 32%;
  }

  .card-footer .kolom-footer-satu h6 {
    font-size: 12px;
  }

  .card-footer .kolom-footer-dua {
    width: 26%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .card-footer .kolom-footer-dua h6 {
    font-size: 12px;
  }

  .card-footer .kolom-footer-tiga {
    width: 34%;
  }

  .card-footer .kolom-footer-tiga h6 {
    font-size: 12px;
  }

  /*
  ==============================
  MITRA CSS
  ==============================
  */
  .mitra {
    padding-top: 40px;
    padding-bottom: 45px;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .mitra .row-mitra {
    line-height: 7;
  }

  .mitra .kolom-tiga {
    /* margin-left: -35px; */
  }

  .mitra img.mitra-logo {
    /* max-width: 18vh; */
    max-height: 13vh;
  }

  .mitra img.logo-kelima {
    /* max-width: 17vh; */
    max-height: 12vh;
  }

  /*
  ==============================
  TAG CSS
  ==============================
  */
  .tag {
    /* margin-top: 30px; */
    /* margin-bottom: 30px; */
    padding-top: 40px;
    padding-bottom: 45px;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .tag::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: #FFFFFF;
    opacity: 0.25; */
    z-index: -1;
  }

  .tag-image {
    background-image: url(../img/bannertag.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .tag h2 {
    text-align: center;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.2vw;
  }

  .tag h2 span {
    /* text-align: center;
    color: #fff; */
    font-weight: bolder;
  }

  /*
  ==============================
  JADWAL SHOLAT CSS
  ==============================
  */
  .sholat {
    /* margin-top: 30px; */
    /* margin-bottom: 30px; */
    padding-bottom: 90px;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .sholat::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.25;
    z-index: -1;
  }

  .sholat-image {
    background-image: url(../img/bannerSholat.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .sholat .title {
    text-align: center;
    margin-top: -8vw;
  }

  .sholat h2 {
    color: #000000;
    font-size: 25px;
    font-weight: bolder;
  }

  .sholat .waktu-sholat {
    width: 80%;
    max-height: 20vw;
    background-color: #940807;
    border-radius: 35px;
    margin-top: 15px;
    padding: 20px 0;
  }

  .sholat .waktu-sholat h1.nama-sholat {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
  }

  .sholat .waktu-sholat h1.jam-sholat {
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bolder;
  }

  .sholat .row-labbaikallah {
    padding: 0 100px;
  }

  .sholat .row-labbaikallah h2 {
    margin-top: 20px;
    text-align: center;
    font-style: italic;
    font-weight: normal;
    line-height: 3.3vw;
    color: #523137;
    font-size: 36px;
  }

  .sholat .row-latin {
    margin-top: 15px;
    padding: 0 10vw;
    text-align: center;
  }

  .sholat .row-latin h2 {
    color: #545454;
    font-size: 20px;
    line-height: 2vw;
    font-weight: 600;
    font-style: italic;
  }

  .sholat .row-arti {
    margin-top: 10px;
    text-align: center;
  }

  .sholat .row-arti h2 {
    color: #545454;
    font-size: 16px;
    line-height: 1.5vw;
    font-weight: normal;
    font-style: normal;
  }

  .modal #contentkontak {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: #881111e6;
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
  }

  .modal #kontak #row-kontak {
    display: flex;
    justify-content: center;
  }

  .modal #kontak .author-img img {
    max-width: 100%;
    max-height: 20vh;
    object-fit: cover;
    object-position: center;
  }

  .modal #kontak .author-title h4 {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.8vw;
    color: white;
  }

  .single-services .services-content .kolom-custom-detail {
    margin-top: -13px;
  }

  .modal .img-hotel {
    max-height: 20vw;
    width: 100%;
    object-fit: contain;
    object-position: center center;
  }

  .modal .teks-hotel {
    font-size: 14px;
    color: #000;
    font-weight: bolder;
  }

  /* nav info umroh */
  section.nav-umroh {
    position: sticky;
    top: 12%;
    background: #270100;
    color: #ffffff;
    width: 100%;
    padding-top: 10px;
    height: 3.7vw;
    z-index: 5;
  }

  section.nav-umroh .kolom-kustom-nav-satu {
    position: relative;
    top: -0.7vw;
    background: #000000;
    padding-top: 12.5px;
    padding-left: 10vw;
    width: 26vw;
    height: 3.6vw;
  }

  section.nav-umroh .kolom-kustom-nav-satu a.btn-nav-mobile {
    display: none;
  }

  section.nav-umroh .kolom-kustom-nav-satu a.btn-nav {
    font-size: 16px;
    font-weight: bolder;
    color: #fff;
    background-color: #940808;
    padding: 0 25px;
    border-radius: 10px;
    border: 1px solid #ffffff;
  }

  section.nav-umroh .kolom-kustom-nav-satu a.btn-nav:hover {
    color: #fff;
    background-color: #760303;
    border: 1px solid #760303;
  }

  section.nav-umroh .kolom-kustom-nav-dua {
    position: relative;
    top: -7px;
    /* padding-top: 6px; */
    /* padding-bottom: 10px; */
    width: 70vw;
  }

  /* nav berita detail */
  section.nav {
    position: sticky;
    top: 13%;
    background: #270100;
    color: #ffffff;
    width: 100%;
    padding-top: 10px;
    height: 3vw;
  }

  section.nav .kolom-kustom-nav-satu {
    position: relative;
    /* top: -0.7vw; */
    top: -0.5vw;
    background: #000000;
    /* padding-top: 13px; */
    padding-top: 15px;
    padding-left: 10vw;
    width: 24vw;
    height: 2.9vw;
  }

  section.nav .kolom-kustom-nav-satu h6 {
    line-height: 1.5;
  }

  section.nav .kolom-kustom-nav-dua {
    position: relative;
    top: -7px;
    padding-top: 12px;
    padding-bottom: 10px;
    width: 70vw;
  }

  section.nav .kolom-kustom-nav-tiga {
    position: relative;
    padding-bottom: 10px;
    width: 24vw;
  }

  section.nav .kolom-kustom-nav-tiga a {
    color: white;
  }

  section.nav .kolom-kustom-nav-tiga a:hover {
    color: #ffba44;
  }

  section#beritaDetail {
    margin-top: 0vw;
    margin-bottom: 50px;
  }

  section.blog-area .row .single-blog-item-furoda {
    position: relative;
    /* height: 70vh;
    overflow: hidden; */
  }

  section.blog-area .row .single-blog-item-furoda iframe {
    /* width: 27vw; */
    width: 24.5vw;
    height: 18vw;
    /* width: 546px;
    height: 307px; */
  }

  body {
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
  }

  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1;
  }

  ul {
    padding-left: 0;
    margin-bottom: 0;
  }

  ul li {
    list-style: none;
  }

  :focus {
    outline: 0 !important;
  }

  p {
    text-align: justify;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
  }

  a {
    color: #222222;
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  a:hover,
  a:focus {
    color: #940808;
    text-decoration: none;
  }

  img {
    max-width: 100%;
  }

  .ptb-80 {
    padding-bottom: 80px;
    padding-top: 80px;
  }

  .ptb-30 {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .d-table {
    width: 100%;
    height: 100%;
  }

  .d-table-cell {
    vertical-align: middle;
  }

  .bg-f6f6f6 {
    background: #f6f6f6;
  }

  .single-services .kolom-custom {
    margin-top: 2px;
  }

  .btn-custom {
    padding: 5px 16px;
    font-size: 14px;
    border-radius: 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .btn-custom-warna {
    color: #000000;
    background-color: #56bd73;
    font-weight: 550;
  }

  .btn-custom-warna:hover,
  .btn-custom-warna:focus,
  .btn-custom-warna.disabled:hover,
  .btn-custom-warna.disabled:focus {
    color: #000000;
    background-color: #49a362;
  }

  .btn {
    padding: 9px 22px;
    font-size: 13px;
    border-radius: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  section.who-we-are .btn-selengkapnya {
    color: #000000;
    font-weight: 550;
    background-color: #ffbc57;
    border-color: #ffbc57;
  }

  section.who-we-are .btn-selengkapnya:hover,
  section.who-we-are .btn-selengkapnya:focus,
  section.who-we-are .btn-selengkapnya.disabled:hover,
  section.who-we-are .btn-selengkapnya.disabled:focus {
    color: #fff;
    background-color: #021e40;
    border-color: #021e40;
  }

  section.services-area-berita .btn-selengkapnya {
    color: #fff;
    background-color: #940808;
    border-color: #940808;
    font-weight: 550;
  }

  section.services-area-berita .btn-selengkapnya:hover,
  section.services-area-berita .btn-selengkapnya:focus,
  section.services-area-berita .btn-selengkapnya.disabled:hover,
  section.services-area-berita .btn-selengkapnya.disabled:focus {
    color: #fff;
    background-color: #021e40;
    border-color: #021e40;
  }

  #galery .btn-selengkapnya {
    color: #fff;
    background-color: #940808;
    border-color: #940808;
    font-weight: 550;
  }

  #galery .btn-selengkapnya:hover,
  #galery .btn-selengkapnya:focus,
  #galery .btn-selengkapnya.disabled:hover,
  #galery .btn-selengkapnya.disabled:focus {
    color: #fff;
    background-color: #021e40;
    border-color: #021e40;
  }

  #jadwal-umroh .btn-selengkapnya {
    padding: 3px 8px;
    color: #000000;
    font-weight: 550;
    font-size: 14px;
    border-radius: 10px;
    background-color: #ffbc57;
    border-color: #ffbc57;
  }

  #jadwal-umroh .btn-selengkapnya:hover,
  #jadwal-umroh .btn-selengkapnya:focus,
  #jadwal-umroh .btn-selengkapnya.disabled:hover,
  #jadwal-umroh .btn-selengkapnya.disabled:focus {
    color: #000000;
    background-color: #d69d47;
    border-color: #d69d47;
  }

  section.services-area .btn-selengkapnya {
    color: #000000;
    font-weight: 550;
    background-color: #ffbc57;
    border-color: #ffbc57;
  }

  section.services-area .btn-selengkapnya:hover,
  section.services-area .btn-selengkapnya:focus,
  section.services-area .btn-selengkapnya.disabled:hover,
  section.services-area .btn-selengkapnya.disabled:focus {
    color: #fff;
    background-color: #021e40;
    border-color: #021e40;
  }

  .modal .author-title .btn-selengkapnya {
    padding: 3px 8px;
    color: #000000;
    font-weight: 550;
    font-size: 14px;
    border-radius: 10px;
    background-color: #ffbc57;
    border-color: #ffbc57;
  }

  .modal .author-title .btn-selengkapnya:hover,
  .modal .author-title .btn-selengkapnya:focus,
  .modal .author-title .btn-selengkapnya.disabled:hover,
  .modal .author-title .btn-selengkapnya.disabled:focus {
    color: #000000;
    background-color: #d69d47;
    border-color: #d69d47;
  }

  section.cari-area .btn-selengkapnya-cari {
    color: #fff;
    background-color: #940808;
    border-color: #940808;
    font-weight: 550;
  }

  section.why-we-different-hubungi .btn-selengkapnya {
    color: #fff;
    background-color: #940808;
    border-color: #940808;
    font-weight: 550;
  }

  section.why-we-different-hubungi .btn-selengkapnya:hover,
  section.why-we-different-hubungi .btn-selengkapnya:focus,
  section.why-we-different-hubungi .btn-selengkapnya.disabled:hover,
  section.why-we-different-hubungi .btn-selengkapnya.disabled:focus {
    color: #fff;
    background-color: #f58b00;
    border-color: #f58b00;
  }

  section#beritaDetail .btn-selengkapnya {
    color: #fff;
    background-color: #940808;
    border-color: #940808;
    font-weight: 550;
  }

  section#beritaDetail .btn-selengkapnya:hover,
  section#beritaDetail .btn-selengkapnya:focus,
  section#beritaDetail .btn-selengkapnya.disabled:hover,
  section#beritaDetail .btn-selengkapnya.disabled:focus {
    color: #fff;
    background-color: #f58b00;
    border-color: #f58b00;
  }

  .btn-primary-home {
    color: #fff;
    padding-top: 1vh;
    padding-bottom: 1vh;
    padding-left: 2vw;
    padding-right: 2vw;
    background: linear-gradient(rgba(194, 52, 52, 1), rgba(167, 0, 0, 1));
    border-color: transparent;
    font-weight: bolder;
    /* font-style: italic; */
    font-size: 24px;
    letter-spacing: 3px;
  }

  .main-banner .btn-primary-home:hover,
  .main-banner .btn-primary-home:focus,
  .main-banner .btn-primary-home.disabled:hover,
  .main-banner .btn-primary-home.disabled:focus {
    color: #fff;
    background: linear-gradient(rgba(194, 52, 52, 1), rgba(167, 0, 0, 1));
    border: 4px solid linear-gradient(rgba(194, 52, 52, 1), rgba(167, 0, 0, 1));
  }

  .kolom-itinerary {
    padding-left: 4.5vw;
  }

  .btn-primary-itinerary {
    color: #ffffff;
    background-color: #d81818;
    font-weight: bolder;
    font-size: 12px;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .btn-primary-itinerary:hover,
  .btn-primary-itinerary:focus,
  .btn-primary-itinerary.disabled:hover,
  .btn-primary-itinerary.disabled:focus {
    color: #fff;
    background-color: #cd2c2c;
  }

  .btn-primary-itinerary:not(:disabled):not(.disabled).active,
  .btn-primary-itinerary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #cd2c2c;
  }

  .btn.btn-primary-detail {
    color: #fff;
    background-color: #d81818;
    border-color: #d81818;
    font-weight: bolder;
  }

  .btn.btn-primary-detail:hover,
  .btn.btn-primary-detail:focus,
  .btn.btn-primary-detail.disabled:hover,
  .btn.btn-primary-detail.disabled:focus {
    color: #fff;
    background-color: #a70f0f;
    border-color: #a70f0f;
  }

  .btn.btn-primary-detail:not(:disabled):not(.disabled).active,
  .btn.btn-primary-detail:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #a70f0f;
    border-color: #a70f0f;
  }

  .btn-primary {
    color: #ffffff;
    background-color: #f58b00;
    border-color: #f58b00;
    font-weight: bolder;
  }

  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary.disabled:hover,
  .btn-primary.disabled:focus {
    color: #ffffff;
    background-color: #ea8500;
    border-color: #ea8500;
  }

  .btn-primary:not(:disabled):not(.disabled).active,
  .btn-primary:not(:disabled):not(.disabled):active {
    color: #ffffff;
    background-color: #ea8500;
    border-color: #ea8500;
  }

  .btn-primary:not(:disabled):not(.disabled).active:focus,
  .btn-primary:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .btn-primary.focus,
  .btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .btn-primary.disabled,
  .btn-primary:disabled {
    color: #fff;
    background-color: #d81818;
    border-color: #d81818;
    opacity: 1;
  }

  .section-title {
    /* margin-bottom: 60px; */
    margin-top: -60px;
    padding-left: 30px;
    position: relative;
  }

  .section-title::before,
  .section-title::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    left: 10px;
    top: 0;
    background: #d81818;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .section-title::after {
    left: 0;
    height: 50%;
  }

  .section-title:hover::before {
    height: 50%;
  }

  .section-title:hover::after {
    height: 100%;
  }

  .section-title h2 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #000000;
  }

  .section-title h2 strong {
    font-size: 45px;
    font-weight: 400;
    letter-spacing: 5px;
    margin-bottom: 20px;
  }

  .section-title h2 span {
    color: #d81818;
    font-weight: 600;
  }

  .why-we-different p span {
    color: #d81818;
    font-weight: 800;
  }

  .why-we-different-hubungi p span {
    color: #d81818;
    font-weight: 800;
  }

  .section-title p {
    max-width: 635px;
    margin-top: -7px;
  }

  .section-title h4 {
    font-size: 18px;
    font-weight: 700;
    color: #d81818;
    margin-bottom: 17px;
    text-transform: capitalize;
  }

  /* Form Control */
  .form-group {
    margin-bottom: 20px;
  }

  .form-control {
    height: 45px;
    padding: 10px;
    font-size: 15px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 0;
  }

  .form-control:focus {
    border-color: #dddddd;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  label {
    margin-bottom: 10px;
  }

  textarea.form-control {
    min-height: 125px;
  }

  /* Owl Carousel Button */
  .owl-theme .owl-controls {
    margin-top: 50px;
    line-height: 0;
  }

  .owl-theme .owl-nav {
    margin-top: 0;
  }

  .owl-theme .owl-dots {
    margin-top: 50px !important;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 4px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #940808;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .owl-theme .owl-dots .owl-dot.active span {
    background: #869791;
    border-radius: 5px;
    width: 35px;
    height: 10px;
    border-color: #940808;
    background: #940808;
  }

  .owl-theme .owl-dots .owl-dot:hover span {
    background: #940808;
    border-color: #940808;
  }

  .owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    left: 40px;
    top: 50%;
    margin-top: -20px;
    /* background: rgba(255, 255, 255, 0.33) !important; */
    background: #940808a3 !important;
    width: 60px;
    text-align: center;
    height: 60px;
    line-height: 54px !important;
    border-radius: 50%;
    font-size: 30px !important;
    color: #ffffff !important;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #940808 !important;
    color: #ffffff;
  }

  .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 40px;
  }

  /*
==============================
Preloader CSS
==============================
*/
  .preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #960000, #490202);
    z-index: 99999;
  }

  .preloader .folding-cube {
    left: 0;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -60px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .folding-cube img {
    display: block;
    margin-bottom: 20px;
  }

  .loading-dots {
    display: flex;
    justify-content: center;
  }

  .loading-dot {
    width: 10px;
    height: 10px;
    background-color: #ffd257;
    border-radius: 50%;
    margin: 0 5px;
    opacity: 0;
    animation: loadingAnimation 1s infinite ease-in-out;
  }

  .loading-dot:nth-child(1) {
    animation-delay: 0.2s;
  }

  .loading-dot:nth-child(2) {
    animation-delay: 0.4s;
  }

  .loading-dot:nth-child(3) {
    animation-delay: 0.6s;
  }

  .loading-dot:nth-child(4) {
    animation-delay: 0.8s;
  }

  .loading-dot:nth-child(5) {
    animation-delay: 1s;
  }

  @keyframes loadingAnimation {
    0%,
    20%,
    100% {
      opacity: 0;
      transform: scale(1);
    }

    30%,
    50% {
      opacity: 1;
      transform: scale(1.5);
    }
  }

  /*
==============================
Main Header CSS
==============================
*/
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: transparent !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-red {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #940808 !important;
  }

  .header-sticky.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #940808 !important;
  }

  .navbar-light .navbar-brand img {
    width: 200px;
  }

  .navbar-light .navbar-nav .nav-item {
    padding-right: 15px;
    padding-left: 15px;
  }

  .navbar-light .navbar-nav .nav-item:last-child {
    padding-right: 0;
  }

  .navbar-light .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-light .navbar-nav .nav-item .nav-link.active,
  .navbar-light .navbar-nav .nav-item .nav-link.show,
  .navbar-light .navbar-nav .nav-item .nav-link:hover,
  .navbar-light .navbar-nav .nav-item .nav-link:focus {
    background-color: transparent !important;
    color: #ffc876;
  }

  .navbar-light .navbar-nav .active .nav-link,
  .navbar-light .navbar-nav.show .nav-link {
    color: #ffc876;
  }

  .navbar-light.header-sticky.is-sticky .navbar-brand {
    color: #ffffff;
  }

  .navbar-light.header-sticky.is-sticky .navbar-nav .nav-link {
    color: #ffffff;
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-light.header-sticky.is-sticky .navbar-nav .nav-link.active,
  .navbar-light.header-sticky.is-sticky .navbar-nav .nav-link.show,
  .navbar-light.header-sticky.is-sticky .navbar-nav .nav-link:hover,
  .navbar-light.header-sticky.is-sticky .navbar-nav .nav-link:focus {
    color: #ffc876;
  }

  .navbar-light.header-sticky.is-sticky .navbar-nav .active .nav-link,
  .navbar-light.header-sticky.is-sticky .navbar-nav .show .nav-link {
    color: #ffc876;
  }

  .main-banner {
    padding-top: 150px;
    padding-bottom: 50px;
    max-width: 100%;
    min-height: 99vh;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .main-banner #background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    min-width: 100%;
    height: 100vh;
    min-height: 100%;
    object-fit: cover;
    object-position: top;
  }

  .item-bg-one {
    /* background-image: url(../img/banner.jpg); */
  }

  .item-bg-two {
    background-image: url(../img/main-bg-2.jpg);
  }

  .item-bg-three {
    background-image: url(../img/main-bg-3.jpg);
  }

  /* .main-banner-text {
    position: absolute;
    left: 5%;
    bottom: 7%;
    z-index: 1;
  }

  .main-banner-text h4 {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
  }

  .main-banner-text h4 span {
    color: #fcc11f;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 1px;
  }

  .main-banner-text h1 {
    color: #fff;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 800;
    letter-spacing: 2px;
  }

  .main-banner-text h1 span {
    font-size: 35px;
    color: #fcc11f;
    font-weight: 800;
  }

  .main-banner-text p {
    color: #fff;
    font-size: 14px;
    font-weight: 200px;
    max-width: 650px;
    margin-bottom: 30px;
  }

  .main-banner-text .btn:hover,
  .main-banner-text .btn:focus {
    background: linear-gradient(rgb(243, 63, 63), rgb(175, 29, 29));
    border: 1px solid #ffffff;
  }

  .main-banner-text .view-work {
    background: transparent;
    border-color: #fff;
    margin-left: 10px;
  }

  .main-banner-text .view-work:hover,
  .main-banner-text .view-work:focus {
    border-color: #ff2c57;
    background: #ff2c57;
    color: #ffffff;
  }

  .home-slides .owl-controls {
    margin-top: 0;
  } */

  /*
  ==============================
  Video Banner CSS
  ==============================
  */
  .video-background {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    z-index: -100;
  }

  /*
  ==============================
  Creative Banner CSS
  ==============================
  */
  .creative-banner-one {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-width: 10rem 100vw 0 0;
    border-color: transparent #ffffff #ffffff transparent;
    border-style: solid;
  }

  .creative-banner-two {
    position: relative;
    top: 100%;
    width: 100%;
    height: 0;
    z-index: 9;
  }

  .creative-banner-two::before {
    content: "";
    border-right: 50vw solid #ffffff;
    border-top: 160px solid transparent;
    bottom: 0;
    right: 0;
    position: absolute;
    height: 0;
    width: 0;
  }

  .creative-banner-two::after {
    content: "";
    position: absolute;
    border-left: 50vw solid #ffffff;
    border-top: 160px solid transparent;
    bottom: 0;
    height: 0;
    left: 0;
    width: 0;
  }

  .creative-banner-three {
    position: relative;
    top: 100%;
    width: 100%;
    height: 0;
  }

  .creative-banner-three::before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    background-image: url(../img/shape.png);
    height: 150px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  /*
  ==============================
  Particles Banner CSS
  ==============================
  */
  #particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  #particles-js-two {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  /*
  ==============================
  Welcome Area CSS
  ==============================
  */
  .single-box {
    text-align: center;
    height: 400px;
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.397);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.397);
    /* padding: 30px 20px; */
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 15px;
  }

  .single-box:hover {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  .single-box .icon {
    color: #d81818;
    width: 80px;
  }

  .single-box p {
    /* margin-top: 25px;
    margin-bottom: 20px; */
    font-weight: 300;
    font-size: 16px;
  }

  .single-box h3 {
    margin-top: 25px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
  }

  .single-box h3 span {
    margin-top: 25px;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 16px;
    color: #d81818;
  }

  .single-box a {
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 45px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 27, 103, 0.3);
    box-shadow: 0px 0px 25px 0px rgba(0, 27, 103, 0.3);
    border-radius: 50% 0 0 0;
    opacity: 0;
    visibility: hidden;
  }

  .single-box:hover a {
    background: #ff2c57;
    color: #ffffff;
    opacity: 1;
    visibility: visible;
    right: 0;
    bottom: 0;
  }

  /* welcome area */
  .welcome-area {
    max-height: 100%;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .item-bg-welcome {
    background-image: url(../img/banner2.jpg);
  }

  /* end welcome-area */

  /* cari area */
  .cari-area {
    /* max-height: 200px; */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .cari-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffffb4;
    opacity: 0.77;
    z-index: -1;
  }

  .cari-area.with-color::before {
    z-index: 1;
  }

  .section-title-cari {
    margin-bottom: 50px;
    padding-left: 30px;
  }

  .cari-area .section-title-cari h2 {
    color: #d81818;
    font-size: 28px;
    font-weight: 600;
  }

  .item-bg-cari {
    background-image: url(../img/img2.jpg);
  }

  /* end cari area */

  /*
  ==============================
  About Area CSS
  ==============================
  */
  .about-area {
    background-image: url(../img/patt.png);
    background-position: center center;
  }

  .about-video {
    position: relative;
  }

  .about-video img {
    width: 100%;
  }

  .about-video .video-btn {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -26px;
  }

  .about-video .video-btn a {
    color: #ffffff;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 72px;
    background: #ff2c57;
    position: relative;
    font-size: 30px;
    border-radius: 50%;
  }

  .about-video .video-btn a::before,
  .about-video .video-btn a::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    border: 10px solid #fff;
  }

  .about-video .video-btn a::after {
    width: 70px;
    height: 70px;
    -webkit-transition: all 200ms;
    transition: all 200ms;
  }

  @-webkit-keyframes pulse-border {
    0% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
        scale(1);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }

    100% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
        scale(1.2);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
      opacity: 0;
    }
  }

  @keyframes pulse-border {
    0% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
        scale(1);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }

    100% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
        scale(1.2);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
      opacity: 0;
    }
  }

  .about-addax {
    margin-top: 12px;
  }

  .about-addax .section-title {
    margin-bottom: 20px;
    padding-left: 0;
  }

  .about-addax .section-title::before,
  .about-addax .section-title::after {
    display: none;
  }

  .about-addax .section-title h2 {
    font-size: 25px;
  }

  .about-addax ul {
    margin-bottom: 30px;
  }

  .about-addax ul li {
    margin-bottom: 10px;
    font-weight: 300;
    color: #666666;
  }

  .about-addax ul li i {
    color: #ff2c57;
    margin-right: 5px;
  }

  .about-addax ul li:last-child {
    margin-bottom: 0;
  }

  .about-addax .float-start {
    margin-right: 45px;
  }

  /*
  ==============================
  Who We Are Area CSS
  ==============================
  */
  .who-we-are {
    padding-bottom: 50px;
  }

  .single-who-we-are_image {
    background-image: url(../img/kaaba.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .single-who-we-are {
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2);
    box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2);
    padding: 20px 30px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    z-index: 1;
  }

  .single-who-we-are::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #940808;
    opacity: 0.8;
    z-index: -1;
  }

  /* .single-who-we-are:hover {
    background: #d81818;
    color: #ffffff;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  } */

  .single-who-we-are h4 {
    margin-bottom: 10px;
    margin-top: 25px;
    font-size: 28px;
    font-weight: 600;
    color: #ffc876;
  }

  .single-who-we-are p {
    line-height: 25px;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #ffffff;
  }

  .single-who-we-are:hover p {
    color: #ffffff;
  }

  .single-who-we-are p.dolar {
    line-height: 50px;
    font-size: 28px;
    font-weight: 700;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #ffc876;
  }

  .single-who-we-are:hover p.dolar {
    color: #fff;
  }

  /* 
  background-image: url(../img/admin-ajax-223x300.png);
  background-position: center center;
  background-repeat: no-repeat; */
  .single-who-we-are img.images {
    color: rgba(0, 0, 0, 0);
    font-size: 200px;
    line-height: 180px;
    position: absolute;
    right: 70px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 999;
    width: 30%;
  }

  .single-who-we-are:hover img.images {
    color: rgba(255, 255, 255, 0.2);
  }

  .single-who-we-are span {
    bottom: 0;
    color: rgba(0, 0, 0, 0);
    font-size: 200px;
    line-height: 180px;
    position: absolute;
    right: 100px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 99;
  }

  .single-who-we-are:hover span {
    color: rgba(255, 255, 255, 0.2);
  }

  /*
  ==============================
  Strategy Area CSS
  ==============================
  */
  .strategy-area {
    position: relative;
  }

  .strategy-area .image {
    background-image: url(../img/about-strategy.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
  }

  .strategy-area .image img {
    display: none;
  }

  .about-strategy {
    padding-left: 25px;
  }

  .about-strategy .section-title {
    margin-bottom: 20px;
    padding-left: 0;
  }

  .about-strategy .section-title::before,
  .about-strategy .section-title::after {
    display: none;
  }

  .about-strategy ul {
    margin-bottom: 30px;
  }

  .about-strategy ul li {
    margin-bottom: 10px;
    font-weight: 300;
    color: #666666;
  }

  .about-strategy ul li:last-child {
    margin-bottom: 0;
  }

  .about-strategy ul li i {
    color: #ff2c57;
    margin-right: 5px;
  }

  /*
  ==============================
  CTR Area CSS
  ==============================
  */
  .ctr-area {
    text-align: center;
    background-image: url(../img/ctr-bg.jpg);
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .ctr-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.88;
  }

  .ctr-area .section-title {
    padding-left: 0;
  }

  .ctr-area .section-title::after,
  .ctr-area .section-title::before {
    display: none;
  }

  .ctr-area .section-title h2 {
    color: #ffffff;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .ctr-area .section-title p {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    color: #ffffff;
  }

  .ctr-area .view-work {
    background: transparent;
    border-color: #ffffff;
    margin-left: 10px;
  }

  .ctr-area .view-work:hover,
  .ctr-area .view-work:focus {
    border-color: #ff2c57;
    background: #ff2c57;
    color: #ffffff;
  }

  .ctr-area .btn:hover,
  .ctr-area .btn:focus {
    border-color: #ffffff;
  }

  /*
  ==============================
  Skill Area CSS
  ==============================
  */

  .about-skill .section-title {
    padding-left: 0;
  }

  .about-skill .section-title::before,
  .about-skill .section-title::after {
    display: none;
  }

  .about-skill .progress-title {
    font-size: 17px;
    margin-bottom: 13px;
  }

  .about-skill .progress {
    height: 20px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 30px;
    overflow: visible;
  }

  .about-skill .progress .progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
    background: #ff2c57;
    border-radius: 10px;
  }

  .about-skill .progress .progress-value {
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 10px;
  }

  @-webkit-keyframes animate-positive {
    0% {
      width: 0;
    }
  }

  @keyframes animate-positive {
    0% {
      width: 0;
    }
  }

  .skill-video {
    position: relative;
  }

  .skill-video img {
    width: 100%;
  }

  .skill-video .video-btn {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -26px;
  }

  .skill-video .video-btn a {
    color: #ffffff;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 72px;
    background: #ff2c57;
    position: relative;
    font-size: 30px;
    border-radius: 50%;
  }

  .skill-video .video-btn a::before,
  .skill-video .video-btn a::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    border: 10px solid #ffffff;
  }

  .skill-video .video-btn a::after {
    width: 70px;
    height: 70px;
    -webkit-transition: all 200ms;
    transition: all 200ms;
  }

  @-webkit-keyframes pulse-border {
    0% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
        scale(1);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }

    100% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
        scale(1.3);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
      opacity: 0;
    }
  }

  @keyframes pulse-border {
    0% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
        scale(1);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }

    100% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
        scale(1.3);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
      opacity: 0;
    }
  }

  /*
  ==============================
  Fun Facts Area CSS
  ==============================
  */
  .funFacts-area {
    background-image: url(../img/funfact-bg.jpg);
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .funFacts-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.77;
  }

  .funFact {
    position: relative;
    padding-left: 65px;
  }

  .funFact i {
    font-size: 50px;
    color: #ff2c57;
    position: absolute;
    left: 0;
    top: 2px;
  }

  .funFact .fa.fa-users {
    left: -10px;
  }

  .funFact h2 {
    color: #ffffff;
    margin-bottom: 5px;
    font-size: 45px;
    font-weight: 600;
  }

  .funFact p {
    color: #ffffff;
    font-size: 18px;
  }

  /*
  ==============================
  Team Area CSS
  ==============================
  */
  .our-team {
    text-align: center;
    position: relative;
  }

  .our-team .team-content {
    position: absolute;
    left: 18%;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    margin-left: -55px;
    padding-top: 7px;
    padding-bottom: 5px;
    -webkit-box-shadow: 0 0 40px 0 rgba(67, 67, 67, 0.397);
    box-shadow: 0 0 40px 0 rgba(67, 67, 67, 0.397);
    z-index: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 25px;
  }

  .our-team .team-content .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .our-team .team-content .post {
    color: #666666;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .our-team:hover .team-content .title {
    color: #ffffff;
  }

  .our-team:hover .team-content .post {
    color: #ffffff;
  }

  .our-team:hover .team-content {
    bottom: 25%;
    background: transparent;
    -webkit-box-shadow: 0 0 40px 0 rgba(67, 67, 67, 0);
    box-shadow: 0 0 40px 0 rgba(67, 67, 67, 0);
  }

  .our-team .social {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(20%, rgba(0, 0, 0, 0.9)),
      color-stop(80%, rgba(0, 0, 0, 0.3))
    );
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.9) 20%,
      rgba(0, 0, 0, 0.3) 80%
    );
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
  }

  .our-team .social ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -50px;
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .our-team .social ul li {
    display: inline-block;
  }

  .our-team .social ul li a {
    width: 35px;
    height: 35px;
    line-height: 32px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
  }

  .our-team .social ul li a:hover {
    border-color: #940808;
    background: #940808;
  }

  .our-team:hover .social {
    opacity: 1;
    visibility: visible;
  }

  .our-team:hover .social ul {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /*
  ==============================
  How We Work CSS
  ==============================
  */
  .how-work {
    background-image: url(../img/dott.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
  }

  .single-how-work {
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    background: #ffffff;
    padding: 35px;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }

  .single-how-work:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  .single-how-work h3 {
    color: #ff2c57;
    font-size: 45px;
    font-weight: 700;
  }

  .single-how-work h4 {
    margin-top: 25px;
    margin-bottom: 18px;
    font-size: 22px;
  }

  /*
  ==============================
  Services Area CSS
  ==============================
  */
  .services-area {
    padding-top: 160px;
    padding-bottom: 50px;
  }

  .services-area .single-box {
    margin-bottom: 30px;
  }

  .services-area .section-title h2 strong {
    font-size: 35px;
    font-weight: 350;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }

  .single-services.promo {
    border: 3px solid #940808;
    border-radius: 11px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 10px 0 rgba(168, 85, 85, 0.61);
    box-shadow: 0 0 10px 0 rgba(168, 85, 85, 0.61);
    text-align: center;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .single-services.promo::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .single-services.promo:hover::before {
    opacity: 0;
    width: 100%;
    height: 50%;
  }

  .single-services {
    /* border: 2px solid #940808; */
    border-radius: 11px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 10px 0 rgba(168, 85, 85, 0.61);
    box-shadow: 0 0 10px 0 rgba(168, 85, 85, 0.61);
    text-align: center;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .single-services:hover {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  .single-services::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    border-left: 2px solid #940808;
    height: 50px;
    border-bottom: 2px solid #940808;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .single-services:hover::before {
    opacity: 1;
    width: 100%;
    height: 50%;
  }

  .single-services .service-promo {
    background: #940808fa;
    position: absolute;
    top: 20%;
    z-index: 3;
    padding: 6px 22px;
    border-radius: 0 10px 10px 0;
  }

  .single-services .service-promo h6 {
    color: white;
    font-weight: 900;
    text-align: left;
    font-size: 18px;
  }

  .single-services .service-promo h6.tanggalsampai {
    color: white;
    font-weight: 500;
    font-size: 12px;
    margin-top: 4px;
  }

  .single-services .services-img {
    border-radius: 10px 10px 0 0;
    position: relative;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    /* height: 23vh; */
    height: 19vh;
    overflow: hidden;
  }

  .single-services .services-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000070;
    opacity: 0.66;
  }

  .single-services .services-content {
    /* padding: 30px 36px; */
    position: relative;
    /* height: 29vw; */
    height: 23vw;
  }

  .single-services .services-content .row-lambangmaskapain {
    height: 40px;
    line-height: 40px;
  }

  .single-services .services-content .lambangmaskapain {
    object-fit: cover;
    width: 90px;
  }

  .single-services .services-content .judul {
    margin-top: -1vw;
  }

  .single-services .services-content h3 {
    font-size: 18px;
    font-weight: 600;
    height: 13vh;
  }

  .single-services .services-content p {
    font-size: 11px;
  }

  .single-services .services-content i.icon-jadwal {
    color: #b42806;
    font-size: 80%;
  }

  .single-services .services-content i.star {
    color: #f0ad4e;
    font-size: 80%;
  }

  /*
  ==============================
  Services Area Berita CSS
  ==============================
  */
  .services-area-berita {
    padding-top: 22vh;
    padding-bottom: 20vh;
  }

  .services-area-berita .rowwww {
    padding-top: 50px;
  }

  .services-area-berita .single-box {
    margin-bottom: 30px;
  }

  .single-services-berita {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 10px 0 rgba(168, 85, 85, 0.61);
    box-shadow: 0 0 10px 0 rgba(168, 85, 85, 0.61);
    text-align: center;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: 100%;
  }

  .single-services-berita:hover {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  .single-services-berita::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    border-left: 2px solid #940808;
    height: 50px;
    border-bottom: 2px solid #940808;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .single-services-berita:hover::before {
    opacity: 1;
    width: 100%;
    height: 50%;
  }

  .single-services-berita .services-img-berita {
    position: relative;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    overflow: hidden;
    max-height: 150px;
  }

  .single-services-berita .services-img-berita::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000070;
    opacity: 0.66;
  }

  .single-services-berita .services-content-berita {
    padding: 30px 25px;
    position: relative;
  }

  .single-services-berita .services-content-berita .judul {
    min-height: 71px;
  }

  .single-services-berita .services-content-berita .row.row-berita {
    min-height: 100px;
  }

  .single-services-berita .services-content-berita .lambangmaskapain {
    object-fit: cover;
    width: 66%;
  }

  .single-services-berita .services-content-berita h3 {
    text-align: start;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 14px;
  }

  .single-services-berita .services-content-berita p.isi-berita {
    font-size: 12px;
    font-weight: 600;
    color: #8b8b8b;
    margin-bottom: 14px;
  }

  .single-services-berita .services-content-berita i.icon-jadwal {
    color: #b42806;
  }

  .single-services-berita .services-content-berita i.star {
    color: #f0ad4e;
  }

  /*
  ==============================
  Why We Are Different CSS
  ==============================
  */

  section.why-we-different {
    padding-top: 100px;
    padding-bottom: 25px;
    background: url("../img/berita4.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  section.why-we-different::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #d3d3d3;
    opacity: 0.6;
    z-index: -1;
  }

  .why-we-different-box {
    text-align: center;
    margin-bottom: 10px;
    height: 140px;
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.397);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.397);
    padding: 15px 20px;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 15px;
    display: flex;
    background: white;
  }

  .why-we-different-box:hover {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  .why-we-different-box .icon {
    margin-top: 20px;
    width: 60px;
    height: 60px;
  }

  .why-we-different-box h3 {
    text-align: start;
    margin-left: 10px;
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
  }

  .why-we-different-box h3 span {
    font-weight: 900;
    font-size: 16px;
    color: #d81818;
  }

  .why-we-different-box p {
    font-size: 12px;
    font-weight: 500;
    margin-left: 10px;
    line-height: 20px;
    margin-top: 0px;
  }

  /*
  ==============================
  Why We Are Different hubungi CSS
  ==============================
  */

  section.why-we-different-hubungi {
    padding-top: 100px;
    padding-bottom: 50px;
    background: url("../img/world-hubungi.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  section.why-we-different-hubungi::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.8;
    z-index: -1;
  }

  .why-we-different-box-hubungi {
    text-align: center;
    margin-bottom: 20px;
    height: 140px;
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.397);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.397);
    padding: 15px 20px;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 15px;
    display: flex;
    background: white;
  }

  .why-we-different-box-hubungi:hover {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  .why-we-different-box-hubungi .icon {
    margin-top: 20px;
    width: 70px;
    height: 70px;
  }

  .why-we-different-box-hubungi h3 {
    text-align: start;
    margin-left: 10px;
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
  }

  .why-we-different-box-hubungi h3 span {
    font-weight: 900;
    font-size: 18px;
    color: #d81818;
  }

  .why-we-different-box-hubungi p {
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
    line-height: 20px;
    margin-top: 5px;
  }

  /*
  ==============================
  Who We Are Area CSS
  ==============================
  */
  .berangkat {
    padding-bottom: 50px;
  }

  .berangkat .section-title h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000000;
  }

  .berangkat .section-title p {
    line-height: 25px;
  }

  .single-berangkat {
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2);
    box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2);
    background: #9b0c0c;
    color: #ffffff;
    padding: 50px 30px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    max-height: 282px;
  }

  .single-berangkat:hover {
    background: #ffffff;
    color: #000000;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  .single-berangkat i {
    font-size: 40px;
    color: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .single-berangkat:hover i {
    color: #d81818;
  }

  .single-berangkat h4 {
    margin-bottom: 20px;
    margin-top: 25px;
    font-size: 15px;
    font-weight: 600;
  }

  .single-berangkat p {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #ffffff;
    text-align: start;
    font-size: 13px;
  }

  .single-berangkat:hover p {
    color: #000000;
  }

  .single-berangkat span {
    bottom: 0;
    color: rgba(0, 0, 0, 0.03);
    font-size: 200px;
    line-height: 180px;
    position: absolute;
    right: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .single-berangkat:hover span {
    color: rgba(0, 0, 0, 0.2);
  }

  /*
  ==============================
  Work Area CSS
  ==============================
  */
  .shorting-menu {
    display: inline-block;
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    padding: 18px 20px;
    border-radius: 50px;
  }

  .shorting-menu .filter {
    border: none;
    background: #f4f4f4;
    padding: 9px 24px;
    text-transform: capitalize;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 30px;
    color: #000000;
  }

  .shorting-menu .filter.mixitup-control-active,
  .shorting-menu .filter:hover {
    background: #ff2c57;
    color: #ffffff;
  }

  .shorting {
    margin-top: 0;
  }

  .single-work {
    overflow: hidden;
    position: relative;
    height: 20vw;
  }

  .single-work img {
    min-width: 100%;
    height: 20vw;
    object-fit: cover;
    object-position: center center;
    border-radius: 5px;
  }

  /* .single-work::before {
    content: '';
    position: absolute;
    top: 15px;
    min-width: 93%;
    height: 17vw;
    background: #000000;
    left: 14px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
  } */

  .single-work:hover::before {
    top: 21px;
    min-width: 93%;
    height: 17vw;
    left: 10px;
    opacity: 0;
    visibility: visible;
    border-radius: 5px;
  }

  .single-work .work-content {
    position: absolute;
    bottom: 20px;
    width: 86%;
    background: #ffffff;
    left: 40px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .single-work .work-content h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .single-work .work-content ul li {
    display: inline-block;
    font-size: 14px;
  }

  .single-work:hover .work-content {
    bottom: 35px;
    opacity: 1;
    visibility: visible;
  }

  .single-work .popup-btn {
    position: absolute;
    right: 9vw;
    width: 100px;
    text-align: center;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    color: #ffffff;
    background: #940808b2;
    font-size: 40px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #940808b6;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .single-work .popup-btn:hover {
    background: #940808cc;
    border-color: #ffffff;
  }

  .single-work:hover .popup-btn {
    top: 12vh;
    opacity: 1;
    visibility: visible;
  }

  #galery .kolom-galery {
    display: flex;
    justify-content: end;
  }

  /*
  ==============================
  Pricing Area CSS
  ==============================
  */
  .pricingTable {
    padding: 30px 0;
    text-align: center;
    position: relative;
    background-image: url(../img/patt.png);
    background-position: center center;
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .pricingTable:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  .pricingTable::after {
    content: "";
    width: 70px;
    height: 30px;
    background: #ff2c57;
    margin: 0 auto;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }

  .pricingTable .title {
    padding: 20px 0;
    margin-bottom: 35px;
    background: #ff2c57;
    font-size: 25px;
    color: #ffffff;
    text-transform: uppercase;
  }

  .pricingTable .price-value {
    margin-bottom: 25px;
    color: #ff2c57;
  }

  .pricingTable .price-value .amount {
    display: inline-block;
    font-size: 44px;
    font-weight: 500;
  }

  .pricingTable .price-value .month {
    display: block;
    font-size: 15px;
    line-height: 16px;
    text-transform: capitalize;
    color: #666;
    margin-left: 50px;
  }

  .pricingTable .currency {
    display: inline-block;
    font-size: 25px;
    vertical-align: top;
    margin-top: 6px;
  }

  .pricingTable .pricing-content {
    border-top: 2px solid #eeeeee;
    border-bottom: 2px solid #eeeeee;
    margin-bottom: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .pricingTable .pricing-content li {
    color: #8b8b8b;
    margin-top: 16px;
  }

  .pricingTable .pricing-content li:first-child {
    margin-top: 0;
  }

  .pricingTable .pricing-content li i {
    color: #ff2c57;
    margin-right: 4px;
  }

  /*
  ==============================
  FAQ Area CSS
  ==============================
  */
  .faq-area .image {
    background-image: url(../img/faq-img.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .card {
    padding: 25px;
    background: transparent;
    background-position: center center;
    background-size: cover;
    border-radius: 10px !important;
    margin-bottom: 6px;
    border: none;
    /* -webkit-box-shadow: 0 0 30px 0 rgba(194, 194, 194, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15); */
    /* position: relative;
    overflow: hidden;
    z-index: 1; */
  }

  /* .card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(255, 253, 253, 0.377) 5%, rgba(0, 0, 0, 0.63) 100%);
    opacity: .8;
    z-index: -1;
  } */

  .card .card-header {
    padding: 0;
    margin-bottom: 0;
    border: none;
    background: transparent;
  }

  .card .card-header:first-child {
    border-radius: 0;
  }

  .card .card-header a {
    display: block;
  }

  .card .card-header a:hover {
    background: #ff2c57;
  }

  .card .card-header a h5 {
    font-size: 17px;
    overflow: hidden;
    padding: 20px;
    color: #ffffff;
    line-height: 16px;
    background: #ff2c57;
  }

  .card .card-header a.collapsed h5 {
    color: #000000;
    background: transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .card .card-header a.collapsed h5:hover {
    color: #ffffff;
  }

  .card .card-header a i {
    float: right;
    font-size: 16px;
  }

  .card .card-header a.collapsed .fa.fa-plus::before {
    content: "\f067";
  }

  .card .card-header a .fa.fa-plus::before {
    content: "\f068";
  }

  .card .card-body {
    line-height: 1.9;
    background: transparent;
    color: #666666;
  }

  /*
  ==============================
  Testimonials Area CSS
  ==============================
  */
  .testimonials-area {
    padding-bottom: 50px;
  }

  .single-feedback {
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    background-image: url(../img/patt.png);
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }

  .single-feedback .client-info {
    position: relative;
    margin-bottom: 35px;
    padding-left: 100px;
    padding-top: 15px;
  }

  .single-feedback .client-info .client-pic {
    max-width: 80px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .single-feedback .client-info .client-pic img {
    border-radius: 50%;
  }

  .single-feedback .client-info .client-title h4 {
    font-size: 19px;
    font-weight: 500;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .single-feedback .client-info .client-title h5 {
    font-size: 15px;
    margin-top: 13px;
    color: #666666;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .single-feedback p {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .single-feedback span {
    font-size: 175px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.03);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    line-height: 0;
  }

  .single-feedback:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    background: #ff2c57;
  }

  .single-feedback:hover .client-title h4,
  .single-feedback:hover .client-title h5 {
    color: #ffffff;
  }

  .single-feedback:hover p {
    color: #ffffff;
  }

  .single-feedback:hover span {
    color: rgba(255, 255, 255, 0.2);
  }

  /*
  ==============================
  Blog Area CSS
  ==============================
  */

  section.blog-area {
    margin-top: 50px;
    margin-bottom: 0px;
    /* margin-bottom: 50px; */
  }

  .single-blog-item {
    position: relative;
    /* padding: 30px; */
    /* border: 1px solid #eeeeee; */
  }

  .single-blog-item iframe {
    width: 364px;
    height: 202px;
  }

  /* .single-blog-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    -webkit-transition: .4s;
    transition: .4s;
  } */

  .single-blog-item span,
  .single-blog-item p,
  .single-blog-item h4 {
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .single-blog-item h4 {
    margin-top: 24vh;
    margin-bottom: 15px;
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
  }

  .single-blog-item p {
    line-height: 1;
    color: #fff;
    font-size: 14px;
  }

  .single-blog-item h4 a {
    color: #fff;
  }

  .single-blog-item h4 a:hover {
    color: #fddc8c !important;
  }

  .single-blog-item .link-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 27, 103, 0.3);
    box-shadow: 0px 0px 25px 0px rgba(0, 27, 103, 0.3);
    border-radius: 50% 0 0 0;
    background: #940808;
    color: #fff;
  }

  /* .single-blog-item:hover::before {
    background: #000000;
    opacity: .66;
  } */

  .single-blog-item:hover span,
  .single-blog-item:hover p,
  .single-blog-item:hover h4 a {
    color: #ffffff;
  }

  .single-blog-item:hover .link-btn {
    background: #940808;
    color: #ffc107;
  }

  /*
  ==============================
  Partner Area CSS
  ==============================
  */
  .partner-area {
    text-align: center;
  }

  .partner-area .owl-carousel .owl-item img {
    width: 140px;
  }

  /*
  ==============================
  Subscribe Area CSS
  ==============================
  */
  .subscribe-area {
    background-image: url(../img/pattern.png);
    text-align: center;
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
    background-attachment: fixed;
  }

  .newsletter {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    background: #ffffff;
    padding: 35px;
    border-radius: 5px;
  }

  .newsletter h4 {
    text-transform: capitalize;
    margin-bottom: 30px;
    font-size: 30px;
  }

  .newsletter form {
    position: relative;
  }

  .newsletter form .form-control {
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border: none;
    height: 75px;
    border-radius: 50px;
    padding-left: 20px;
    font-size: 17px;
  }

  .newsletter form .btn {
    position: absolute;
    right: 7px;
    top: 8px;
    height: 60px;
    width: 175px;
  }

  .newsletter form .validation-danger {
    margin-top: 20px;
    color: red;
  }

  .newsletter form .validation-success {
    margin-top: 20px;
  }

  /*
  ==============================
  Contact Area CSS
  ==============================
  */
  #map iframe {
    width: 100%;
    height: 250px;
    margin-bottom: -10px;
  }

  .contact-info {
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    background: #ffffff;
    padding: 30px;
    border-top: 3px solid #ff2c57;
    border-bottom: 3px solid #ff2c57;
  }

  .contact-info ul li {
    position: relative;
    padding-left: 60px;
    font-size: 16px;
    margin-bottom: 34px;
    color: #151515;
  }

  .contact-info ul li:last-child {
    margin-bottom: 0;
  }

  .contact-info ul li i {
    position: absolute;
    left: 0;
    top: -11px;
    color: #ff2c57;
    font-size: 19px;
    background: #f6f6f6;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
  }

  .contact-info .follow-us {
    text-align: right;
    margin-top: 40px;
  }

  .contact-info .follow-us li {
    padding-left: 0;
    display: inline-block;
    margin-bottom: 0;
  }

  .contact-info .follow-us li:first-child {
    font-size: 18px;
    font-weight: 400;
    margin-right: 5px;
  }

  .contact-info .follow-us li a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #000000;
    border-radius: 50%;
  }

  .contact-info .follow-us li a:hover,
  .contact-info .follow-us li a:focus {
    background: #ff2c57;
    color: #ffffff;
    border-color: #ff2c57;
  }

  .contact-form {
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    padding: 40px 30px;
    border-top: 3px solid #ff2c57;
    border-bottom: 3px solid #ff2c57;
    background: #ffffff;
  }

  .contact-form h4 {
    color: #ff2c57;
    margin-bottom: 25px;
    font-size: 22px;
  }

  .contact-form .list-unstyled li {
    color: red;
  }

  .contact-form .form-control {
    border-radius: 30px;
  }

  .contact-form .btn {
    margin-top: 20px;
  }

  .contact-form #message {
    height: auto;
    padding: 15px;
  }

  /*
  ==============================
  Page Title CSS
  ==============================
  */
  .page-title {
    height: 550px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: center;
  }

  .page-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
  }

  .page-title h1 {
    margin-bottom: 35px;
    margin-top: 65px;
    color: #ffffff;
    font-size: 45px;
    font-weight: 600;
  }

  .page-title ul li {
    display: inline-block;
    margin: 0 3px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
  }

  .page-title ul li.active {
    color: #cccccc;
  }

  .page-title ul li a {
    color: #ffffff;
  }

  .page-title ul li a:hover {
    color: #ff2c57;
  }

  .page-title .container {
    position: relative;
    z-index: 1;
  }

  /*
  ==============================
  Blog Details Area CSS
  ==============================
  */
  .blog-details-area {
    background-image: url(../img/pattern.png);
    background-attachment: fixed;
  }

  .blog-details-area .title {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 27px;
  }

  .blog-details {
    -webkit-box-shadow:
      0 5px 10px rgba(0, 9, 128, 0.035),
      0 7px 18px rgba(0, 9, 128, 0.05);
    box-shadow:
      0 5px 10px rgba(0, 9, 128, 0.035),
      0 7px 18px rgba(0, 9, 128, 0.05);
    background: #ffffff;
  }

  .blog-details .article-img {
    position: relative;
  }

  .blog-details .article-img img {
    width: 100%;
  }

  .blog-details .article-img .date {
    position: absolute;
    bottom: 15px;
    width: 100px;
    left: 15px;
    height: 100px;
    text-align: center;
    font-size: 25px;
    font-style: italic;
    background: #ff2c57;
    color: #ffffff;
    border-radius: 5px;
    padding-top: 19px;
    line-height: 32px;
  }

  .blog-details .article-text {
    padding: 30px;
  }

  .blog-details .article-text ul li {
    display: inline-block;
  }

  .blog-details .article-text .category a {
    background: #ff2c57;
    color: #ffffff;
    padding: 3px 15px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 400;
  }

  .blog-details .article-text p {
    margin-bottom: 20px;
  }

  .blog-details .article-text .blockquote {
    margin-bottom: 25px;
    margin-top: 25px;
    background: #f4f4f4;
    padding: 30px;
    font-size: 17px;
    border-left: 4px solid #ff2c57;
  }

  .blog-details .article-text .blockquote p {
    color: #000000;
  }

  .blog-details .article-text .author-share {
    margin-top: 40px;
  }

  .blog-details .article-text .author-share .social-share {
    text-align: right;
    margin-top: 28px;
  }

  .blog-details .article-text .author-share .social-share a {
    background: #ff2c57;
    color: #ffffff;
    width: 35px;
    display: inline-block;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
  }

  .blog-details .article-text .article-author {
    overflow: hidden;
  }

  .blog-details .article-text .article-author .author-img {
    float: left;
    width: 27%;
  }

  .blog-details .article-text .article-author .author-img img {
    border-radius: 50%;
    max-width: 100%;
    width: auto !important;
  }

  .blog-details .article-text .article-author .author-title {
    float: left;
    width: 73%;
    padding-left: 10px;
    margin-top: 18px;
  }

  .blog-details .article-text .article-author .author-title h4 {
    font-size: 20px;
    margin-bottom: 6px;
    text-transform: uppercase;
  }

  .blog-details .article-text .article-author .author-title span {
    color: #666666;
    font-size: 15px;
  }

  .post-controls-buttons {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 70px;
    padding-right: 70px;
  }

  .post-controls-buttons div {
    display: inline-block;
  }

  .post-controls-buttons div a {
    -webkit-box-shadow:
      0 5px 10px rgba(0, 9, 128, 0.035),
      0 7px 18px rgba(0, 9, 128, 0.05);
    box-shadow:
      0 5px 10px rgba(0, 9, 128, 0.035),
      0 7px 18px rgba(0, 9, 128, 0.05);
    padding: 10px 20px;
    border-radius: 5px;
    background: #ffffff;
    color: #ff2c57;
    display: inline-block;
  }

  .post-controls-buttons div a:hover {
    background: #ff2c57;
    color: #ffffff;
  }

  .post-controls-buttons .controls-right {
    float: right;
  }

  .post-comments .single-comment {
    -webkit-box-shadow:
      0 5px 10px rgba(0, 9, 128, 0.035),
      0 7px 18px rgba(0, 9, 128, 0.05);
    box-shadow:
      0 5px 10px rgba(0, 9, 128, 0.035),
      0 7px 18px rgba(0, 9, 128, 0.05);
    padding: 25px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
  }

  .post-comments .single-comment.left-m {
    margin-left: 30px;
  }

  .post-comments .single-comment .comment-img {
    float: left;
    width: 13%;
  }

  .post-comments .single-comment .comment-img img {
    border-radius: 50%;
  }

  .post-comments .single-comment .comment-content {
    float: left;
    width: 80%;
    padding-left: 10px;
  }

  .post-comments .single-comment .comment-content h4 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
  }

  .post-comments .single-comment .comment-content p {
    margin-bottom: 15px;
  }

  .post-comments .single-comment .comment-content a {
    position: absolute;
    right: 25px;
    bottom: 25px;
    color: #ff2c57;
    text-transform: uppercase;
    font-size: 17px;
  }

  .leave-a-reply {
    -webkit-box-shadow:
      0 5px 10px rgba(0, 9, 128, 0.035),
      0 7px 18px rgba(0, 9, 128, 0.05);
    box-shadow:
      0 5px 10px rgba(0, 9, 128, 0.035),
      0 7px 18px rgba(0, 9, 128, 0.05);
    padding: 25px;
    background: #ffffff;
    margin-top: 50px;
  }

  .leave-a-reply .btn {
    margin-top: 0px;
  }

  /*
  ==============================
  Footer Area CSS
  ==============================
  */
  .footer-area {
    text-align: center;
    padding: 50px 0;
    background: #940808;
  }

  .footer-area a img {
    width: 16%;
    padding-bottom: 15px;
  }

  .footer-area h4 {
    font-size: 14px;
    font-weight: bolder;
    color: #ffffff;
    text-align: start;
  }

  .footer-area h4 a {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 35px;
  }

  .footer-area h4 span {
    color: #ff2c57;
    font-size: 40px;
    font-weight: 700;
    text-transform: lowercase;
  }

  .footer-area ul li {
    display: inline-block;
  }

  .footer-area ul li a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 34px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-size: 15px;
  }

  .footer-area ul li a:hover,
  .footer-area ul li a:focus {
    background: #f58b00;
    color: #ffffff;
    border-color: #f58b00;
  }

  .footer-area p {
    line-height: 1.7;
    margin-top: 19px;
    font-size: 13px;
    margin-bottom: 10px;
    color: #ffffff;
  }

  .footer-area p a {
    line-height: 1.7;
    margin-top: 19px;
    margin-bottom: 10px;
    color: #ffffff;
  }

  .footer-area p a:hover {
    line-height: 1.7;
    margin-top: 19px;
    margin-bottom: 10px;
    color: #ffdc91;
  }

  .footer-area .alamatadres {
    display: none;
  }

  /*
  ==============================
  Go Top CSS
  ==============================
  */

  /* #back-to-top {
    background: none;
    position: fixed;
    bottom: 150px;
    right: 120px;
  }
  
  #back-to-top:hover {
    background: none;
  } */

  #lottie-container {
    width: 30%;
    height: 30%;
  }

  #lottie-container svg {
    width: 50%;
    height: 50%;
  }

  .go-top {
    position: fixed;
    cursor: pointer;
    bottom: -70px;
    right: -630px;
    z-index: 1;
  }

  .go-top:hover {
    background: none;
  }

  /* START MAIN BANNER */

  .main-banner {
    padding-top: 150px;
    padding-bottom: 50px;
    max-width: 100%;
    /* min-height: 99vh; */
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .main-banner #background-video.website {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    min-width: 100%;
    /* height: 100vh; */
    /* min-height: 100%; */
    object-fit: cover;
    object-position: center top;
  }

  .main-banner #background-video.mobile {
    display: none;
  }

  .main-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(rgba(255, 255, 255, 0) 47%, rgb(255, 255, 255, 1)); */
    z-index: 1;
  }

  .item-bg-one {
    /* background-image: url(../img/banner.jpg); */
  }

  .item-bg-two {
    background-image: url(../img/main-bg-2.jpg);
  }

  .item-bg-three {
    background-image: url(../img/main-bg-3.jpg);
  }

  .main-banner-text-satu {
    position: absolute;
    top: 30%;
    left: 9%;
    z-index: 1;
    max-width: 35%;
  }

  .main-banner-text-satu h4.salam {
    /* color: #626262; */
    color: #611414;
    font-weight: 900;
    font-size: 30px;
    font-style: italic;
    margin-bottom: 2vh;
    /* letter-spacing: 1px; */
  }

  .main-banner-text-satu h4.judul {
    color: #353535;
    font-weight: 900;
    font-size: 45px;
    letter-spacing: 3px;
    margin-top: 2%;
    margin-bottom: 2%;
    /* color: #353535;
    font-weight: 900;
    font-size: 50px;
    letter-spacing: 3px;
    margin-top: 2%;
    margin-bottom: 2%; */
  }

  .main-banner-text-satu h4.judul span {
    color: #e22028;
    font-weight: 900;
    font-size: 45px;
    letter-spacing: 3px;
    /* color: #e22028;
    font-weight: 900;
    font-size: 50px;
    letter-spacing: 3px; */
  }

  .main-banner-text-satu h4.isi {
    text-align: justify;
    color: #353535;
    font-weight: bolder;
    font-size: 14px;
    line-height: 135%;
    margin-bottom: 10px;
  }

  .main-banner-text-satu h4.isi span {
    text-align: justify;
    color: #e22028;
    font-weight: bolder;
    font-size: 14px;
  }

  .main-banner-text {
    /* height: 60vh; */
    position: absolute;
    bottom: 2%;
    left: 9%;
    z-index: 1;
  }

  .main-banner-text h4 {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
  }

  .main-banner-text h4 span {
    color: #fcc11f;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 1px;
  }

  .main-banner-text h1 {
    color: #fff;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 800;
    letter-spacing: 2px;
  }

  .main-banner-text h1 span {
    font-size: 35px;
    color: #fcc11f;
    font-weight: 800;
  }

  .main-banner-text p {
    color: #fff;
    font-size: 14px;
    font-weight: 200px;
    max-width: 650px;
    /* margin: auto; */
    margin-bottom: 30px;
  }

  /* END MAIN BANNER */

  /* START BERITA INFORMASI */

  #berita-informasi .img-berita-satu {
    min-width: 100%;
    height: 32vh;
    object-fit: cover;
    object-position: center;
  }

  #berita-informasi .teks-berita-satu {
    padding: 2px;
  }

  #berita-informasi .teks-berita-satu h5 {
    line-height: 20px;
    text-align: justify;
    font-size: 14px;
    margin-bottom: 1rem;
  }

  #berita-informasi .teks-berita-satu p {
    line-height: 17px;
    font-size: 13px;
    margin-bottom: 1rem;
  }

  #berita-informasi .teks-berita-satu .date {
    line-height: 17px;
    font-size: 12px;
    margin-bottom: 1rem;
    margin-right: 12px;
  }

  #berita-informasi .img-logo-share-satu {
    width: 20%;
  }

  #berita-informasi .img-logo-share-dua {
    width: 17%;
  }

  #berita-informasi .img-logo-share-tiga,
  .img-logo-share-empat {
    width: 4%;
  }

  #berita-informasi .img-logo-share-satu-halberita {
    width: 11%;
  }

  #berita-informasi .img-logo-share-dua-halberita {
    width: 9%;
  }

  #berita-informasi .beritainf {
    position: relative;
    width: 100%;
    height: 73vh;
    border-radius: 10px;
  }

  #berita-informasi .beritainf::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.8));
    border-radius: 10px;
    z-index: 1;
  }

  #berita-informasi .beritainf .baris-dua {
    height: 100%;
    margin-top: -5%;
  }

  #berita-informasi .beritainf .kolom-dua {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 2rem;
  }

  #berita-informasi .beritainf .baris-dua h5 {
    position: relative;
    line-height: 20px;
    text-align: justify;
    font-size: 14px;
    margin-bottom: 1rem;
    z-index: 2;
  }

  #berita-informasi .beritainf .baris-dua p {
    position: relative;
    line-height: 17px;
    font-size: 13px;
    margin-bottom: 1rem;
    z-index: 2;
  }

  #berita-informasi .baris-tiga img.img-berita-satu {
    min-width: 100%;
    height: 22vh;
    object-fit: cover;
    object-position: center;
  }

  #berita-informasi .date {
    line-height: 17px;
    font-size: 12px;
    margin-bottom: 1rem;
    margin-right: 12px;
  }

  #berita-informasi .baris-tiga a {
    margin-bottom: -10px;
  }

  #berita-informasi .baris-empat a {
    margin-bottom: -10px;
  }

  #berita-informasi .baris-empat img.img-berita-satu {
    min-width: 100%;
    height: 22vh;
    object-fit: cover;
    object-position: center;
  }

  #berita-informasi a img.imageBeritaPopular {
    min-width: 115%;
    height: 9vw;
    border-radius: 5px;
    object-fit: cover;
    object-position: center center;
  }

  #berita-informasi h6 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0.5rem;
  }

  #berita-informasi p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 1rem;
  }

  #berita-informasi .berita-terkini .beritasatu {
    min-width: 100%;
    height: 10vw;
    border-radius: 5px;
    object-fit: cover;
    object-position: center center;
  }

  #berita-informasi .berita-terkini .img-logo-share-satu {
    width: 8%;
  }

  #berita-informasi .berita-terkini .img-logo-share-dua {
    width: 7%;
  }

  #jadwal-umroh .cari {
    margin-top: -45px;
    margin-bottom: 40px;
    padding-top: 20px;
    /* border: 2px solid red; */
    /* background: radial-gradient(circle, rgba(253, 244, 244, 1) 79%, rgba(218, 64, 64, 1) 100%); */
    border-radius: 44px;
  }

  .paket-detail .kolom-paket-detail {
    margin-bottom: -5vw;
  }

  .paket-detail .body-paket-detail h6 {
    font-size: 14px;
  }

  .paket-detail .body-paket-detail p {
    font-size: 12px;
  }

  .paket-detail .body-paket-detail .kolom-detail-satu {
    width: 16.666667%;
    /* width: 20.666667%; */
  }

  .paket-detail .body-paket-detail .kolom-detail-dua {
    border-left: 1px solid white;
    border-right: 1px solid white;
    /* width: 38.333333%; */
    width: 49.333333%;
  }

  .paket-detail .body-paket-detail .kolom-detail-dua span {
    font-size: 11px;
    color: #000000;
    font-style: italic;
  }

  .paket-detail .body-paket-detail .kolom-detail-dua .kolom-bintang {
    margin-top: -9px;
  }

  .paket-detail .body-paket-detail .kolom-detail-tiga {
    border-right: 1px solid white;
    width: 20%;
  }

  .footer-kustom {
    position: relative;
    border-top: none;
    color: white;
    border-radius: 26px;
    top: -28px;
  }

  .single-services .services-content .judul {
    margin-top: -1vw;
    margin-bottom: -3vw;
  }

  .single-services .currency strike {
    font-size: 18px;
  }

  /* END BERITA INFORMASI */
}
