  html {
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
  }

  .agency-img img {
    box-shadow: 0px 0px 5px 3px #565656;
  }

  header.header-indotel {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: transparent;
    top: 0;
    left: 0;
    background-color: rgb(255 255 255 / 90%);
    box-shadow: 0px 1px 3px 3px #ababab;
  }

  header.header-indotel .main-menu ul > li:hover > a {
    color: #2b3990;
  }

  header.header-indotel .main-menu ul > li a {
    color: #772c8c;
  }

  header.header-indotel .main-menu ul > li a:hover {
    color: #2b3990 !important;
  }

  header.header-1{
    padding: 5px 50px!important;
  }

  .company-year {
    transform: rotate(0deg)!important;
  }

  .company-year span{
    font-size: 1rem;
    font-weight: bold;
    color: black;
  }

  .tentang-beranda-judul h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 115%;
    color: #001659;
    margin-top: -8px;
    margin-bottom: 20px;
  }
  @media (max-width: 991px) {
    .tentang-beranda-judul h2 {
      font-size: 40px;
    }
  }
  @media (max-width: 767px) {
    .tentang-beranda-judul h2 {
      font-size: 32px;
    }
  }
  .tentang-beranda-judul p {
    font-size: 16px;
    line-height: 26px;
  }

  .tentang-beranda {
    padding: 25px 0px;
    border-top: 1px solid #772c8c;
    border-bottom: 1px solid #772c8c;
    margin: 30px 0px;
  }
  .tentang-beranda .tahun-tentang {
    padding-right: 40px;
    border-right: 1px solid #772c8c;
    margin-right: 40px;
  }
  @media (max-width: 767px) {
    .tentang-beranda .tahun-tentang {
      padding-right: 20px;
      margin-right: 20px;
    }
  }
  .tentang-beranda .tahun-tentang .year {
    margin-right: 10px;
  }
  .tentang-beranda .tahun-tentang .year h3 {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 0;
  }
  .tentang-beranda .tahun-tentang .text p {
    padding-top: 4px;
    line-height: 1.4;
  }

  .year h3{
    color: #772c8c;
  }

  .btn-cst{
    background-color: #772c8c;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    padding: 20px 41px 18px;
    font-size: 1rem;
    line-height: 1 !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .btn-cst:hover{
    background-color: #2b3990;
    color: #ffffff;
  }

  .sertifikat-card {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
  }
  .sertifikat-card .project-thumb {
    height: 350px;
    position: relative;
    display: block;
  }
  @media (max-width: 991px) {
    .sertifikat-card .project-thumb {
      height: 300px;
    }
  }
  @media (max-width: 767px) {
    .sertifikat-card .project-thumb {
      height: 280px;
    }
  }
  @media (max-width: 480px) {
    .sertifikat-card .project-thumb {
      height: 250px;
    }
  }
  .sertifikat-card .popup-link {
    cursor: zoom-in;
    color: #fff;
  }
  .sertifikat-card .contents {
    background-color: #fff;
    box-shadow: inset 2px -2px 2px 2px #b9b9b9;
    position: absolute;
    padding: 30px;
    bottom: 0;
    left: -50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .sertifikat-card .contents .project-link {
    position: absolute;
    right: 20px;
    top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #fff;
    background-color: #FF5E14;
  }
  .sertifikat-card .contents .project-link:hover {
    background-color: #001659;
  }
  .sertifikat-card .contents span {
    color: #FF5E14;
    font-size: 14px;
    font-weight: 500;
  }
  .sertifikat-card .contents h3 {
    margin-bottom: 0;
  }
  @media (max-width: 767px) {
    .sertifikat-card .contents h3 {
      font-size: 20px;
    }
  }
  .sertifikat-card:hover .contents {
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  /* Tentang Halaman */

  .page-banner-wrap .page-heading h1{
    text-shadow: 2px 2px #000000;
  }

  .page-banner-wrap::before{
    opacity: 0.5!important;
  }

  .breadcrumb-wrap .breadcrumb a{
    font-size: 1rem;
    color: #ffffff!important;
  }

  .breadcrumb-wrap .breadcrumb-item.active{
    color: #d13bfd!important;
    font-weight: bold!important;
    font-size: 1rem;
  }

  .visi-misi{
    background-image: url('../images/pattern-visimisi.jpg');
  }

  .visi-misi .card .card-header {
    color: white;
    background-color: #772c8c;
    width: 250px;
    font-weight: bold;
    font-size: 1rem;
    top:-45px;
    position:absolute
  }

  .visi-misi .card-body {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 170px;
  }

  .visi-misi .card .card-body p {
    color: #535353;
  }

  .service-item-card {
    min-height: 350px;
  }

  .cta-indotel h2 {
    color: #772c8c;
  }

  .cta-padding {
    padding: 50px 0px;
    background: #dedede;
  }

  /* footer */

  .footer-site-info img {
    box-shadow: 0px 0px 5px 4px #ffffff;
    background-color: rgb(255 255 255 / 33%);
  }

  .alamat_kantor ul li {
    display: -webkit-box;
  }

  .alamat_kantor i {
    margin-right: 10px;
  }

  .contak-indotel {
    display: block!important;
  }

  /* kontak */

  .title-kontak h2 {
    color: #001659;
  }

  .contact-us-wrapper h1,h2,h3,h4,h5 {
    color: #772c8c;
    margin-bottom: 0;
  }

  .tab-content-block .nav-pills .nav-link.active::after {
    background: #772c8c;
  }

  .card-kontak-indotel .card-header {
    background-color: #ffffff;
    border-bottom: none;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .round-icon {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    background-color: #ececec;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
  }

  .card-kontak-indotel .card-header i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before  {
    font-size: 27px;
    color: #2b3990;
    /* font-weight: bold!important; */
    justify-content: center;
    display: flex;
    align-content: center;
    align-items: center;
  }

  .card-kontak-indotel .card-body {
    min-height: 180px;
    text-align: center;
  }

  .card-kontak-indotel .card-body p {
    color: #616161;
    font-size: 15px;
    font-weight: bold;
  }

  .card-kontak-indotel .card-body a {
    color: #616161!important;
    font-size: 16px;
    font-weight: bold;
  }

  .card-kontak-indotel:hover {
    box-shadow: 0px 0px 9px 0px #bcbcbc;
  }

  .contact-us-sidebar {
    box-shadow: 0px 0px 12px 3px #bcbcbc;
  }

  .contact-us-sidebar .contact-info h2{
    color: #001659;
  }

  .contact-us-sidebar i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before  {
    color: #2b3990;
    /* font-weight: bold!important; */
  }

  .single-info {
    display: block;
  }

  .single-info .text a {
    color: #616161;
    font-size: 16px;
    font-weight: 500;
  }

  .single-info .text p {
    color: #616161;
    font-size: 16px;
    font-weight: 500;
  }

  /* paket list */

  .paket-list-indotel {
    border : 2px solid #772c8c;
    border-radius: 30px;
    overflow: hidden;
  }

  .bg-paket::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-position: 50% 0;
    background-image: url("../images/bg-paket.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  .paket-list-indotel:hover {
    border-radius: 30px;
    box-shadow: 0 0 10px 2px #616161;
    transform: scale(1.01);
  }

  .package-title {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .package-title h3{
    background-color: #001659;
    border-radius: 10px;
    color: #ffffff;
    padding: 10px 15px;
    width: 200px;
    text-align: center;
  }

  .package-features{
    font-weight: 500;
    color: #616161;
  }

  .package-btn a{
    border-radius: 15px;
    border: 2px solid #772c8c!important;
    background-color: #772c8c;
    color: #ffffff;
  }

  .single-pricing-plan:hover a{
    border-radius: 15px;
    border: 2px solid #d13bfd!important;
    background-color: #d13bfd!important;
    color: #ffffff;
  }

  .single-pricing-plan:hover h3{
    background-color: #2b3990;
    border-radius: 10px;
    color: #ffffff;
    padding: 10px 15px;
    width: 200px;
    text-align: center;
  }

  .paket-popular {
    font-size: 14px;
    line-height: 40px;
    font-weight: 900;
    color: #fff;
    background-color: green;
    text-transform: uppercase;
    width: 281px;
    text-align: center;
    display: block;
    position: absolute;
    right: -100px;
    top: 21px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(44deg);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  }

  /* halaman layanan */

  .single-timeline-box p {
    text-align: justify;
  }

  .single-icon i {
    color: #772c8c;
    font-size: 20px;
    justify-content: center;
  }

  /* faq */
  .faq-sidebar {
    background-color: #001659;
  }

  .faq-accordion .accordion .accordion-item .accordion-header .accordion-button::before{
    color: #d13bfd;
  }

  .block-contents .section-title span {
    color: #001659;
  }

  /* call to action */
  .btn-cta{
    background-color: #001659!important;
    color: #ffffff!important;
    width: 230px;
  }

  .section-padding.promo-banner-cta {
    padding: 40px 0px!important;
  }