@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@400;500;700&display=swap");
/**

	VARIABLE:
	- Color Palletes
	- Typography

 */
/**
=========================
	- Color Palletes
=========================
*/
/**
=========================
	- Typography
=========================
*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito Sans", sans-serif;
  color: #120d2f;
  font-size: 1rem;
}

body p {
  font-family: "Rubik", sans-serif;
}

body h1 {
  font-size: 2.25rem;
  line-height: 1.5;
}

body h4 {
  line-height: 1.5;
  font-size: 1.125rem;
  color: rgba(39, 37, 48, 0.7);
  font-family: "Rubik", sans-serif;
}

body a {
  text-decoration: none;
}

body .card-text {
  width: 70%;
  margin-bottom: 1.5rem;
}

body .bubble-chat {
  width: 100%;
  height: auto;
  background: #f19920;
  border-radius: 5px;
  padding: 1.2rem;
  color: #fff;
  font-size: 1rem;
}

body .btn.btn-outline-danger {
  border-radius: 50px;
  border: 1px solid #e31e21;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #e31e21;
  color: #e31e21;
  background: transparent;
}

body .btn.btn-outline-danger:hover {
  background: #e31e21;
  color: #fff;
  -webkit-box-shadow: 0px 12px 25px rgba(241, 36, 40, 0.25);
          box-shadow: 0px 12px 25px rgba(241, 36, 40, 0.25);
}

body .btn.btn-merah {
  border: 1px solid #f5373a;
  background-color: #e31e21;
  color: #fff;
  border-radius: 50px;
  padding: 12px 35px;
  font-family: "Hind", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 26px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  transition: transform 2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body .btn.btn-merah:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(227, 30, 33, 0.25);
          box-shadow: 0px 10px 30px rgba(227, 30, 33, 0.25);
  -webkit-transform: translate(0, -3px);
          transform: translate(0, -3px);
}

body .btn.btn-merah-stroked {
  background-color: #fff;
  color: #e31e21;
  border: 1px solid #e31e21;
  border-radius: 50px;
  padding: 12px 35px;
  font-family: "Hind", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 26px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  transition: transform 2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body .btn.btn-merah-stroked:hover {
  background-color: #e31e21;
  border: 1px solid #f5373a;
  -webkit-box-shadow: 0px 10px 30px rgba(227, 30, 33, 0.25);
          box-shadow: 0px 10px 30px rgba(227, 30, 33, 0.25);
  -webkit-transform: translate(0, -3px);
          transform: translate(0, -3px);
  color: #fff !important;
}

body .triangle-down {
  margin-left: 1.2rem;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f19920;
}

body .foto-testimoni {
  margin-top: 1rem;
}

body .foto-testimoni img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

body .foto-testimoni h5 {
  font-weight: bold;
  font-size: 1.25rem;
}

.nav-head {
  font-family: "Exo", sans-serif;
  width: 100%;
  border-top: 4px solid #d32f2f;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.nav-head .dropdown-produk {
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  width: 560px !important;
  left: auto !important;
  right: 0 !important;
  top: 55px;
  border: none;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.nav-head .dropdown-produk .button-nav {
  width: 100%;
  background: #f6f8fa;
  padding: 30px;
  bottom: 0;
  text-align: center;
  border-bottom-right-radius: 4px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  color: black;
  border-bottom-left-radius: 4px;
  border: none;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.nav-head .dropdown-produk .button-nav:hover {
  background: #120d2f;
  color: #fff;
}

.nav-head .dropdown-produk .produk {
  padding: 20px;
}

.nav-head .dropdown-produk h3 {
  font-weight: 600;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
}

.nav-head .dropdown-produk a {
  text-decoration: none;
  font-weight: 500;
}

.nav-head .dropdown-produk .card {
  font-family: "Exo", sans-serif;
  min-height: 100px;
  padding: 15px 15px 0px 15px;
  margin-bottom: 20px;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
}

.nav-head .dropdown-produk .card p {
  font-size: 0.8rem;
  line-height: 1.4;
  font-weight: 400;
}

.nav-head .dropdown-produk .card:hover {
  border: 1px solid #120d2f;
}

.nav-head .dropdown-produk img {
  height: auto;
  margin-bottom: 10px;
}

.nav-head .dropdown-produk:after {
  position: absolute;
  right: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -15px;
  width: 0;
  height: 0;
  content: "";
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
}

.nav-head .left-content {
  float: left;
}

.nav-head .left-content p {
  font-size: 0.9rem;
  color: #828282;
  display: inline-block;
  margin-top: 18px;
  font-weight: bold;
}

.nav-head .left-content p span {
  font-weight: normal;
}

.nav-head .left-content a img {
  height: 40px;
}

.nav-head .navbar {
  float: right;
}

.nav-head .navbar ul li {
  margin-left: 10px;
}

.nav-head .navbar ul li a {
  color: #797b92;
  font-weight: 600 !important;
}

@media (max-width: 991px) {
  .nav-head .navbar {
    display: none;
  }
}

.navbar-dark .navbar-toggler {
  background: #e31e21;
}

.indexcity {
  z-index: 9999 !important;
  margin-top: -100px !important;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.right {
  right: 0 !important;
  left: 0 !important;
}

.sticky-header {
  position: fixed;
  background: #fff;
  top: 0;
  z-index: 9999;
  width: 100%;
  -webkit-animation: smoothScroll 0.5s forwards;
          animation: smoothScroll 0.5s forwards;
}

@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.navbar-hide {
  display: none;
  font-weight: bold;
}

header .navbar .container-fluid {
  max-width: 1300px;
}

header .navbar ul {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  margin-right: 1rem;
}

header .navbar ul li {
  margin: 0 0.5rem;
}

header .navbar .navbar-brand .img-logo {
  height: 50px;
}

header .navbar .btn-sevima {
  border: 1px solid #0d8944;
  background-color: #fff;
  color: #0d8944;
  border-radius: 50px;
  padding: 12px 35px;
  font-family: "Hind", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 26px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  transition: transform 2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

header .navbar .btn-sevima:hover {
  background-color: #0d8944;
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(13, 135, 68, 0.25);
          box-shadow: 0px 10px 30px rgba(13, 135, 68, 0.25);
  -webkit-transform: translate(0, -3px);
          transform: translate(0, -3px);
}

header .navbar a.btn-primary:focus {
  background-color: #0d8944 !important;
  color: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

header .navbar-light .navbar-nav .nav-link {
  color: #120d2f;
  font-weight: bold;
}

header .navbar-light .navbar-nav .nav-link:focus,
header .navbar-light .navbar-nav .nav-link:hover {
  color: #e31e21 !important;
}

#navbar-form {
  background-image: none;
  height: auto;
}

#hero-image-bantuan {
  padding: 2.5rem 0;
  background-color: #e31e21;
  color: #fff;
}

#hero-image-bantuan h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 2.5rem;
}

#hero-image-bantuan p {
  font-family: "Hind", sans-serif;
  font-size: 1rem;
}

#hero-image-bantuan p a {
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
}

#hero-image-bantuan p a:hover {
  font-weight: bold;
  color: #fff;
}

.back-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none !important;
}

.back-button a .uil {
  color: #3949ab;
  margin-right: 0.25rem;
  font-size: 1rem;
  line-height: 1.5;
}

.back-button a h3 {
  color: #3949ab;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}

.back-button a:hover h3 {
  text-decoration: underline;
}

#hero-image {
  position: relative;
  background-image: url("../img/bg-header.png");
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: 55% auto;
  height: 100vh;
}

#hero-image .kolom-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
  height: 100vh;
}

#hero-image .title {
  font-style: normal;
  font-weight: normal;
  font-size: 2.25rem;
  line-height: 1.5;
  font-family: "Nunito Sans", sans-serif !important;
  color: #120d2f;
}

#hero-image .lead {
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: rgba(4, 28, 50, 0.7);
  margin: 1rem 0 32px;
}

#hero-image .problem-animasi {
  background-color: #e31e21;
  -webkit-box-shadow: 8px 8px 0 0 rgba(211, 47, 47, 0.25);
          box-shadow: 8px 8px 0 0 rgba(211, 47, 47, 0.25);
  border-radius: 91% 9% 90% 10% / 29% 82% 18% 71%;
  height: 100px;
  width: 450px;
}

#hero-image #home-news {
  color: #fff;
  height: 100px;
  line-height: 45px;
  overflow: hidden;
  position: relative;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 37px;
  text-align: center;
  top: 1rem;
  width: 450px;
}

#hero-image .home_header {
  position: absolute;
  width: 100%;
  z-index: 11;
  color: #fff;
}

#hero-image .home_header_on {
  z-index: 11;
}

#hero-image .home_header strong {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}

#hero-image .home_header span,
#hero-image .home_header strong {
  position: relative;
  top: -100px;
}

#hero-image .home_header_on *:nth-child(1) {
  top: 0;
  -webkit-transition: top 0.6s ease-in-out 0.15s;
  transition: top 0.6s ease-in-out 0.15s;
}

#hero-image .home_header_on *:nth-child(2) {
  top: 0;
  -webkit-transition: top 0.6s ease-in-out 0.15s;
  transition: top 0.6s ease-in-out 0.15s;
}

#hero-image .home_header_on *:nth-child(3) {
  top: 0;
  -webkit-transition: top 0.6s ease-in-out 0.15s;
  transition: top 0.6s ease-in-out 0.15s;
}

#hero-image .home_header_on *:nth-child(4) {
  top: 0;
  -webkit-transition: top 0.6s ease-in-out 0.15s;
  transition: top 0.6s ease-in-out 0.15s;
}

#hero-image .home_header_on *:nth-child(5) {
  top: 0;
  -webkit-transition: top 0.6s ease-in-out 0.15s;
  transition: top 0.6s ease-in-out 0.15s;
}

#hero-image .home_header_out *:nth-child(1) {
  top: 100px;
  -webkit-transition: top 0.6s ease-in-out 0.15s;
  transition: top 0.6s ease-in-out 0.15s;
}

#hero-image .home_header_out *:nth-child(2) {
  top: 100px;
  -webkit-transition: top 0.6s ease-in-out 0.15s;
  transition: top 0.6s ease-in-out 0.15s;
}

#hero-image .home_header_out *:nth-child(3) {
  top: 100px;
  -webkit-transition: top 0.6s ease-in-out 0.15s;
  transition: top 0.6s ease-in-out 0.15s;
}

#hero-image .home_header_out *:nth-child(4) {
  top: 100px;
  -webkit-transition: top 0.6s ease-in-out 0.15s;
  transition: top 0.6s ease-in-out 0.15s;
}

#hero-image .home_header_out *:nth-child(5) {
  top: 100px;
  -webkit-transition: top 0.6s ease-in-out 0.15s;
  transition: top 0.6s ease-in-out 0.15s;
}

#hero-image .owl-theme .owl-dots {
  text-align: right;
}

#hero-image .owl-theme .owl-dots .owl-dot span {
  background: none;
}

#hero-image .owl-theme .owl-dots button {
  width: 15px !important;
  height: 7px;
  border-radius: 50px;
  background-color: #e7e5f1 !important;
  margin: 0.1rem;
}

#hero-image .owl-theme .owl-dots button.active {
  width: 35px !important;
  background-color: #e31e21 !important;
}

#hero-image .owl-theme .owl-dots button:focus {
  outline: none;
}

#hero-image #owl-testi-header .card-konten-testi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#hero-image #owl-testi-header .card-img {
  width: auto;
}

#hero-image #owl-testi-header .card-img .img-foto {
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

#hero-image #owl-testi-header .card-body {
  padding: 0 0 0 1rem;
}

#hero-image #owl-testi-header .card-body .strong {
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25;
  color: #120d2f;
}

#hero-image #owl-testi-header .card-body .desc {
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.25;
  color: rgba(4, 28, 50, 0.7);
}

#hero-image #owl-testi-header .card-body .footer {
  margin-top: 2rem;
}

#hero-image #owl-testi-header .card-body .footer .nama {
  font-size: 1rem;
  color: #120d2f;
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: 500;
}

#hero-image #owl-testi-header .card-body .footer .kampus {
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: rgba(4, 28, 50, 0.7);
}

.mitra-gofeeder nav .img-fluid {
  height: 60px;
}

.mitra-gofeeder nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  font-weight: 600;
}

.mitra-gofeeder .navbar-expand-lg .navbar-nav li {
  margin-right: 20px;
}

.mitra-gofeeder .navbar-dark .navbar-nav .nav-link {
  color: #120d2f;
}

.mitra-gofeeder .navbar-dark .navbar-nav .nav-link:hover, .mitra-gofeeder .navbar-dark .navbar-nav .nav-link:focus {
  color: #e31e21;
}

.mitra-gofeeder .banner-mitra {
  padding: 2rem 0;
  background-color: #e31e21;
  color: #fff;
}

.mitra-gofeeder .banner-mitra a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}

.mitra-gofeeder .banner-mitra a:hover {
  color: #fff;
}

#video-testimoni {
  background: #f7f9fb;
  padding: 6rem 0;
}

#video-testimoni #second-video {
  margin-top: 1rem;
}

#video-testimoni #second-video li {
  position: relative;
  width: 100%;
  cursor: pointer;
}

#video-testimoni #second-video li .thumbnail {
  position: relative;
}

#video-testimoni #second-video li .thumbnail img {
  width: 100%;
}

#video-testimoni #second-video li .thumbnail .playbtn {
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 0;
  text-align: center;
}

#video-testimoni #second-video li .thumbnail .playbtn img {
  width: 90px;
  height: 90px;
}

#video-testimoni .card-body {
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#video-testimoni .card {
  overflow: hidden;
  width: 100%;
  height: auto;
}

#video-testimoni .card img {
  width: 100%;
}

#video-testimoni .card:hover {
  border: 1px solid #e31e21;
}

#video-testimoni h3 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 26px;
  color: rgba(39, 37, 48, 0.7);
}

#logo-mitra {
  padding: 6rem 0;
}

#logo-mitra .box {
  background: #ffffff;
  border: 1px solid #e7e5f1;
  border-bottom: 5px solid #e7e5f1;
  border-radius: 4px;
  min-height: 175px;
}

#logo-mitra .box:hover {
  border: 1px solid #e31e21;
  border-bottom: 5px solid #e31e21;
}

#logo-mitra h3 {
  font-weight: 600;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 26px;
  color: rgba(39, 37, 48, 0.7);
}

#logo-mitra .tittle-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#logo-mitra .tittle-bar .search-container {
  display: inline-block;
  border: none;
}

#logo-mitra .tittle-bar .search-container input {
  margin-right: -2px !important;
  width: 300px;
  height: 50px;
}

#logo-mitra .load-more-container {
  background: #fff;
  min-height: 500px;
  margin: 20px auto;
  position: relative;
}

#logo-mitra .load-more-container ul {
  list-style-type: none;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  gap: 2rem;
}

#logo-mitra .load-more-container ul:after {
  content: "";
  display: table;
  clear: both;
}

#logo-mitra .load-more-container ul li {
  color: #120d2f;
  float: left;
  border-radius: 2px;
}

#logo-mitra .load-more-container .load-more-btn {
  padding: 1rem 2rem;
  width: 30%;
  line-height: 40px;
  border-radius: 50px;
  margin: 0 auto;
  display: block;
  color: #fff;
  cursor: pointer;
  text-align: center;
  background: #e31e21;
  font-weight: 600;
  font-size: 1.2rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#logo-mitra .load-more-container .load-more-btn:hover {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
  -webkit-box-shadow: 0px 12px 25px rgba(241, 36, 40, 0.25);
          box-shadow: 0px 12px 25px rgba(241, 36, 40, 0.25);
  color: #fff;
}

#cara-kerja {
  position: relative;
  background-image: url(../img/bg-video2.png);
  background-repeat: no-repeat;
  background-size: cover;
  /*tooltip */
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

#cara-kerja h1 {
  font-size: 2rem;
}

#cara-kerja h4 {
  font-size: 1rem;
}

#cara-kerja .background-video {
  background: #e31e21;
  border: none;
  color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 30px 60px rgba(3, 0, 71, 0.15);
  box-shadow: 0px 30px 60px rgba(3, 0, 71, 0.15);
  padding: 1rem;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  #cara-kerja .background-video {
    padding: 2rem;
  }
}

#cara-kerja h6 {
  font-size: 1rem;
  font-weight: normal;
  font-family: "Nunito Sans", sans-serif;
}

#cara-kerja h5 {
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Hind", sans-serif;
}

#cara-kerja .hero-video {
  position: -webkit-sticky;
  position: sticky;
}

#cara-kerja iframe {
  border-radius: 10px;
}

#cara-kerja #youtubevideotabs {
  margin: 0;
  padding: 0;
  overflow: scroll;
  overflow-x: hidden;
  max-height: 300px;
}

#cara-kerja #youtubevideotabs li {
  list-style-type: none;
  padding: 10px 0;
  height: 50px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-size: 1rem;
  font-family: "Nunito Sans", sans-serif;
  letter-spacing: 0.02rem;
  white-space: nowrap;
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 0.75rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #cara-kerja #youtubevideotabs li {
    width: 220px;
    display: inherit;
  }
}

@media (max-width: 767.98px) {
  #cara-kerja #youtubevideotabs li {
    width: 320px;
    display: inherit;
  }
}

#cara-kerja #youtubevideotabs li .tooltipwrapper {
  position: absolute;
  z-index: 1;
  visibility: hidden;
  width: 100%;
  left: 50%;
  margin-left: -60px;
}

#cara-kerja #youtubevideotabs li .tooltiptext {
  color: #fff;
  text-align: left;
  font-size: 14px;
  white-space: normal;
  max-width: 300px;
  word-wrap: break-word;
  display: inline-block;
  height: auto;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 6px;
  padding: 8px;
}

#cara-kerja #youtubevideotabs li .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  /* At the top of the tooltip */
  left: 30%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.75) transparent;
}

#cara-kerja #youtubevideotabs li.active {
  background: #2e5aac;
  border-radius: 4px;
  padding-left: 1rem;
}

#cara-kerja #youtubevideotabs li:hover .tooltipwrapper {
  visibility: visible;
}

#cara-kerja ::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}

#cara-kerja ::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

#cara-kerja ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

#cara-kerja ::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 5px;
}

#perguruan-tinggi {
  padding: 2rem 0;
  background-image: url(../img/bg-client.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#perguruan-tinggi h1 {
  font-size: 2.2rem;
}

#perguruan-tinggi h4 {
  font-size: 1rem;
}

#perguruan-tinggi .video-header {
  background: none !important;
  padding: 0 !important;
}

@media (min-width: 1024px) and (max-height: 1800px) {
  #perguruan-tinggi .video-header .lSSlideWrapper {
    max-height: 640px !important;
    min-height: 640px !important;
  }
}

@media (min-width: 1801px) and (max-height: 1920px) {
  #perguruan-tinggi .video-header .lSSlideWrapper {
    max-height: 880px !important;
    min-height: 880px !important;
  }
}

#perguruan-tinggi .video-header #second-video-header {
  margin-top: 1rem;
}

#perguruan-tinggi .video-header #second-video-header li {
  position: relative;
  width: 100%;
  cursor: pointer;
}

#perguruan-tinggi .video-header #second-video-header li .thumbnail {
  position: relative;
}

#perguruan-tinggi .video-header #second-video-header li .thumbnail img {
  width: 100%;
  border-radius: 10px;
}

#perguruan-tinggi .video-header #second-video-header li .thumbnail .playbtn {
  left: 0;
  position: absolute;
  top: 0;
  /* Take full size */
  height: 100%;
  width: 100%;
  /* Center the content */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Add a dark background */
  background-color: rgba(0, 0, 0, 0.25);
}

#perguruan-tinggi .video-header #second-video-header li .thumbnail .playbtn img {
  width: 150px;
  height: 150px;
}

#perguruan-tinggi .video-header .card-body {
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 120px;
  max-height: 120px;
}

#perguruan-tinggi .video-header .card {
  overflow: hidden;
  width: 100%;
  height: auto;
}

#perguruan-tinggi .video-header .card img {
  width: 100%;
  border-radius: 4px;
}

#perguruan-tinggi .video-header .title-video {
  text-align: center;
  font-size: 1rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}

#perguruan-tinggi .video-header .card:hover {
  border: 1px solid #e31e21;
}

#sla {
  margin: 2rem 0;
}

#sla table {
  margin: 1rem auto;
  border: 1px solid #a9a9a9;
}

#sla table td,
#sla table th {
  padding: 0.75rem 1rem;
  border: 1px solid #a9a9a9;
}

#sla table ol {
  padding-left: 1.25rem;
}

#sla h2 {
  font-size: 1.5rem;
}

#sla h3 {
  font-size: 1.25rem;
}

.maps-coba .show {
  display: block !important;
}

.maps-coba .title {
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.25rem;
  margin: 2rem 0;
}

.maps-coba .title-header {
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.5;
  font-size: 2.25rem;
  margin: 2rem 0;
}

.maps-coba h4 {
  font-size: 1rem;
}

.maps-coba .list-kampus {
  display: none;
}

.maps-coba .list-kampus .card-kampus {
  -webkit-box-shadow: 0 4px 30px rgba(197, 197, 245, 0.2);
          box-shadow: 0 4px 30px rgba(197, 197, 245, 0.2);
  border-radius: 10px;
  height: auto;
  padding: 1rem;
  margin-bottom: 1rem;
}

.maps-coba .list-kampus .card-kampus .img-logo {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.maps-coba .list-kampus .card-kampus p {
  padding: 0;
  margin: 0;
}

.maps-coba .list-kampus .card-kampus .desc {
  padding-left: 1rem;
}

.maps-coba .list-kampus .card-kampus .nama-kampus {
  font-weight: bold;
  font-size: 1rem;
  color: #120d2f;
}

.maps-coba .list-kampus .card-kampus .kota-kampus {
  color: rgba(4, 28, 50, 0.7);
  font-size: 1rem;
}

#pilihan-layanan {
  padding: 2.5rem 0 0;
  background-image: url(../img/bg-layanan.png);
  background-repeat: no-repeat;
  background-position: center;
}

#pilihan-layanan .kotak-fitur {
  border-radius: 6px;
  background: #fff;
  padding: 1rem 0 0 0;
  margin-top: -1rem;
  margin-bottom: 1rem;
}

#pilihan-layanan .kotak-fitur ul {
  list-style: none;
  padding-left: 0 !important;
}

#pilihan-layanan .kotak-fitur ul li {
  color: rgba(18, 13, 47, 0.7);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.5rem;
}

@media (max-width: 1919.99px) {
  #pilihan-layanan .card-layanan {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(350px, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    -ms-grid-rows: auto;
        grid-template-rows: auto;
  }
}

@media (max-width: 1800px) and (min-width: 1280px) {
  #pilihan-layanan .card-layanan {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(250px, 1fr))[auto-fill] !important;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
  }
}

#pilihan-layanan .card {
  background: #fff;
  border: 1px solid #e5e5e5;
  height: auto;
  padding: 1rem;
  margin: 1rem;
}

#pilihan-layanan .card .card-body .icon-harga {
  height: 150px;
  width: 150px;
}

#pilihan-layanan .card .card-body h6 {
  margin: 2rem 0;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  color: #e31e21;
}

#pilihan-layanan .card .card-body .harga {
  font-weight: 600;
  font-size: 64px;
  line-height: 26px;
}

#pilihan-layanan .card .card-body .text {
  font-weight: 600;
  font-size: 16px;
}

#pilihan-layanan .card .card-body .kotak {
  height: 125px;
  margin: 1.5rem 0;
}

#pilihan-layanan .card .card-body .kotak .kotak-1 {
  position: absolute;
  z-index: 1;
  border-radius: 6px;
  background: #fff;
  border: 1px solid rgba(18, 13, 47, 0.15);
  width: 70%;
  height: 100px;
  margin-top: 0.6rem;
}

#pilihan-layanan .card .card-body .kotak .kotak-2 {
  position: absolute;
  z-index: 2;
  border-radius: 6px;
  background: #dbdbe0;
  width: 80%;
  height: 100px;
  margin-top: 0.3rem;
}

#pilihan-layanan .card .card-body .kotak .kotak-3 {
  position: absolute;
  z-index: 2;
  border-radius: 5px;
  background: #fff;
  border: 1px solid rgba(18, 13, 47, 0.15);
  width: 90%;
  height: 100px;
  padding: 1.5rem;
}

#pilihan-layanan .card .card-body .kotak .kotak-3 p {
  color: rgba(18, 13, 47, 0.7);
  font-size: 1rem;
  font-weight: 600;
}

#pilihan-layanan .card .card-body .btn-outline-danger {
  padding: 1.5rem 2rem;
}

#pilihan-layanan .card:hover {
  border: 1px solid #e31e21;
  -webkit-box-shadow: 0px 18px 40px rgba(227, 30, 33, 0.15);
          box-shadow: 0px 18px 40px rgba(227, 30, 33, 0.15);
}

#pilihan-layanan .card:hover .card-body .kotak .kotak-1 {
  border: 1px solid #e31e21;
}

#pilihan-layanan .card:hover .card-body .kotak .kotak-2 {
  background: #e31e21;
}

#pilihan-layanan .card:hover .card-body .kotak .kotak-3 {
  border: 1px solid #e31e21;
}

#pilihan-layanan .card:hover .card-body .btn-outline-danger {
  background: #e31e21;
  color: #fff;
  -webkit-box-shadow: 0px 12px 25px rgba(241, 36, 40, 0.25);
          box-shadow: 0px 12px 25px rgba(241, 36, 40, 0.25);
}

#pilihan-layanan article {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#pilihan-layanan h6.item {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  color: #2e5aac;
  text-transform: uppercase;
  margin-bottom: 0;
}

#pilihan-layanan p.harga {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}

#pilihan-layanan a.btn-kontak {
  background: #e31e21;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#pilihan-layanan a.btn-kontak:hover {
  background: #eb3b3e;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
  color: #fff;
}

#pilihan-layanan p.text {
  font-weight: 400;
  color: rgba(18, 13, 47, 0.7);
}

#pilihan-layanan ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0px;
  z-index: 10;
  padding-bottom: 0;
  padding-left: 0;
  overflow-x: auto;
}

#pilihan-layanan li {
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#pilihan-layanan th.profesional {
  background: url("../img/star.png");
  background-position: top right;
  background-size: 75px;
  background-repeat: no-repeat;
}

#pilihan-layanan li:last-child {
  border-right: 1px solid #ddd;
}

#pilihan-layanan button {
  width: 100%;
  border: 1px solid #ddd;
  border-right: 0;
  border-top: 0;
  padding: 0 0.75rem;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 60px;
  color: #999;
}

#pilihan-layanan li.active button {
  background: #ffeded;
}

#pilihan-layanan li.active button h6.item {
  color: #000;
}

#pilihan-layanan table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

#pilihan-layanan th {
  background: #f9fffc;
  border: 1px solid #e2f4eb;
  display: none;
  padding: 2rem 1rem;
}

#pilihan-layanan td,
#pilihan-layanan th {
  border: 1px solid rgba(4, 28, 50, 0.15);
  empty-cells: show;
  padding: 0.5rem 0.75rem 0.5rem 0.5rem;
}

#pilihan-layanan td,
#pilihan-layanan th {
  text-align: left;
}

#pilihan-layanan td + td,
#pilihan-layanan th + th {
  text-align: center;
  display: none;
}

#pilihan-layanan td.default {
  display: table-cell;
}

#pilihan-layanan td .uil-check-circle {
  color: #2e5aac;
  font-size: 1.5rem;
  font-weight: bold;
}

#pilihan-layanan td.fitur {
  font-size: 0.75rem;
}

#pilihan-layanan td .uil-times-circle {
  color: grey;
  font-size: 1.5rem;
  font-weight: bold;
  opacity: 0.3;
}

#pilihan-layanan .bg-blue {
  border-top: 3px solid #e31e21;
}

#pilihan-layanan .sep {
  background: #ffcccc;
  font-weight: bold;
  height: 53px;
}

#pilihan-layanan sup,
#pilihan-layanan sub {
  font-size: 55% !important;
}

#pilihan-layanan .txt-l {
  font-size: 28px;
  font-weight: bold;
}

#pilihan-layanan .txt-top {
  position: relative;
  top: -9px;
  left: -2px;
}

#pilihan-layanan .tick {
  font-size: 18px;
  color: #2ca01c;
}

#pilihan-layanan .hide {
  border: 0;
  background: none;
}

@media (min-width: 990px) {
  #pilihan-layanan ul {
    display: none;
  }
  #pilihan-layanan th.header {
    padding: 2.5rem 1rem;
  }
  #pilihan-layanan td,
  #pilihan-layanan th {
    display: table-cell !important;
  }
  #pilihan-layanan td,
  #pilihan-layanan th {
    width: 25%;
    background: #fff;
    padding-left: 0.75rem;
  }
  #pilihan-layanan .fitur {
    background: #ebe8e9;
    color: #120d2f;
    font-size: 1rem;
    padding-left: 1rem;
  }
  #pilihan-layanan td + td,
  #pilihan-layanan th + th {
    width: auto;
  }
}

#pilihan-layanan-new {
  padding: 2.5rem 0 0;
  background-image: url(../img/bg-layanan.png);
  background-repeat: no-repeat;
  background-position: center;
}

#pilihan-layanan-new article {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#pilihan-layanan-new article h6.item {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  color: #2e5aac;
  text-transform: uppercase;
  margin-bottom: 0;
}

#pilihan-layanan-new article p.harga {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}

@media (max-width: 991.98px) {
  #pilihan-layanan-new article p.harga {
    font-size: 1.125rem;
  }
}

#pilihan-layanan-new article a.btn-kontak {
  background: #e31e21;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 0.75rem;
}

@media (max-width: 991.98px) {
  #pilihan-layanan-new article a.btn-kontak {
    font-size: 0.875rem;
    margin: 0;
  }
}

#pilihan-layanan-new article a.btn-kontak:hover {
  background: #eb3b3e;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
  color: #fff;
}

#pilihan-layanan-new article tfoot a.btn-kontak {
  margin-top: -0.25rem;
  margin-bottom: 1rem;
}

@media (max-width: 991.98px) {
  #pilihan-layanan-new article tfoot a.btn-kontak {
    font-size: 0.875rem;
    margin: 0;
  }
}

#pilihan-layanan-new article p.text {
  font-weight: 400;
  color: rgba(18, 13, 47, 0.7);
}

#pilihan-layanan-new article ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0px;
  z-index: 10;
  padding-bottom: 0.5rem;
  padding-left: 0;
  overflow-x: auto;
}

#pilihan-layanan-new article ul li {
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#pilihan-layanan-new article ul li:last-child {
  border-right: 1px solid #ddd;
}

#pilihan-layanan-new article ul li h6.item {
  font-size: 1rem;
  text-transform: capitalize;
  margin: 0;
}

#pilihan-layanan-new article ul li.active button {
  background: #ffeded;
}

#pilihan-layanan-new article ul li.active button h6.item {
  color: #000;
}

#pilihan-layanan-new article button {
  width: 100%;
  border: 1px solid #ddd;
  border-right: 0;
  border-top: 0;
  padding: 0 0.75rem;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 60px;
  color: #999;
}

#pilihan-layanan-new article table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

#pilihan-layanan-new article table th {
  background: #f9fffc;
  display: none;
  border: 1px solid rgba(4, 28, 50, 0.15);
  empty-cells: show;
  padding: 0.5rem 0.75rem 0.5rem 0.5rem;
  text-align: left;
}

#pilihan-layanan-new article table th:first-child {
  width: 25%;
}

#pilihan-layanan-new article table th.profesional {
  background: url("../img/star.png");
  background-position: top right;
  background-size: 75px;
  background-repeat: no-repeat;
}

#pilihan-layanan-new article table td {
  border: 1px solid rgba(4, 28, 50, 0.15);
  empty-cells: show;
  padding: 1rem;
  text-align: left;
  font-size: 1.125rem;
}

@media (max-width: 991.98px) {
  #pilihan-layanan-new article table td {
    font-size: 0.875rem;
  }
}

#pilihan-layanan-new article table td .alert-success {
  font-size: 0.8rem;
  line-height: 1.125rem;
  position: relative;
  padding: 0.25rem 1.75rem;
  border-radius: 6px;
  margin-top: 0.5rem;
}

#pilihan-layanan-new article table td .alert-success i {
  position: absolute;
  font-size: 1rem;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

#pilihan-layanan-new article table td.default {
  display: table-cell;
}

#pilihan-layanan-new article table td.fitur {
  line-height: 1.5rem;
}

#pilihan-layanan-new article table td .uil-check-circle {
  color: #2e5aac;
  font-size: 1.5rem;
  font-weight: bold;
}

#pilihan-layanan-new article table td .uil-times-circle {
  color: grey;
  font-size: 1.5rem;
  font-weight: bold;
  opacity: 0.3;
}

#pilihan-layanan-new article table td + td,
#pilihan-layanan-new article table th + th {
  text-align: center;
  display: none;
}

#pilihan-layanan-new article table .bg-blue {
  border-top: 3px solid #e31e21;
}

#pilihan-layanan-new article table .sep {
  background: #ffcccc;
  font-weight: bold;
  height: 53px;
  font-size: 1.25rem;
}

#pilihan-layanan-new article table sup,
#pilihan-layanan-new article table sub {
  font-size: 65% !important;
}

#pilihan-layanan-new article table .hide {
  border: 0;
  background: none;
}

@media (min-width: 992px) {
  #pilihan-layanan-new article ul {
    display: none;
  }
  #pilihan-layanan-new article th {
    display: table-cell !important;
    width: 25%;
    background: #fff;
    padding-left: 0.75rem;
  }
  #pilihan-layanan-new article th.header {
    padding: 2.5rem 1rem;
  }
  #pilihan-layanan-new article td {
    display: table-cell !important;
    width: 25%;
    background: #fff;
    padding-left: 0.75rem;
  }
  #pilihan-layanan-new article td.fitur {
    color: #120d2f;
    font-size: 1.125rem !important;
    padding-left: 1rem;
  }
  #pilihan-layanan-new article td.fitur-child {
    font-size: 0.875rem;
  }
  #pilihan-layanan-new article td + td,
  #pilihan-layanan-new article th + th {
    width: auto;
  }
  #pilihan-layanan-new article .sep {
    font-size: 1.125rem;
  }
}

#pilihan-layanan-new article p {
  padding: 0;
  margin: 0;
}

#pilihan-layanan-new article .accordion-row .accordion-header td {
  height: 70px;
  padding: 1rem;
  font-size: 1.125rem;
}

@media (max-width: 991.98px) {
  #pilihan-layanan-new article .accordion-row .accordion-header td {
    font-size: 0.875rem;
  }
}

#pilihan-layanan-new article .accordion-row .accordion-header.active td.fitur {
  position: relative;
  padding-right: 3rem;
}

#pilihan-layanan-new article .accordion-row .accordion-header.active td.fitur i {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #e31e21;
  background: #e31e21;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#pilihan-layanan-new article .accordion-row .accordion-header.active td.fitur i:hover {
  background: #fff;
  color: #e31e21;
}

#pilihan-layanan-new article .accordion-row .accordion-child {
  display: none;
}

#pilihan-layanan-new article .accordion-row .accordion-child td {
  padding: 0.5rem 1rem;
  background: #fafafa;
  border-top: none;
  border-bottom: none;
  font-size: 1rem;
}

@media (max-width: 991.98px) {
  #pilihan-layanan-new article .accordion-row .accordion-child td {
    font-size: 0.825rem;
  }
}

#pilihan-layanan-new article .accordion-row .accordion-child td.fitur {
  padding-left: 2rem;
}

#pilihan-layanan-new article .accordion-row .accordion-child:last-child {
  border-bottom: 1px solid rgba(4, 28, 50, 0.15);
}

#pilihan-layanan-new article .accordion-row.expanded .accordion-header td {
  background: #f2f2f2;
  border-bottom: none;
}

#pilihan-layanan-new article .accordion-row.expanded .accordion-header td:not(.fitur) i {
  display: none;
}

#pilihan-layanan-new article .accordion-row.expanded .accordion-child {
  display: table-row;
}

#pilihan-layanan-new .pricing-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1rem;
}

#pilihan-layanan-new .pricing-footer .note {
  max-width: 80vw;
  padding: 1rem;
}

#pilihan-layanan-new .pricing-footer .note p {
  padding: 0;
  margin: 0;
  font-size: 0.825rem;
  line-height: 1.125rem;
  margin-bottom: 0.25rem;
}

@media (max-width: 991.98px) {
  #pilihan-layanan-new .pricing-footer .note p {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

#pilihan-layanan-new .pricing-footer a {
  background: transparent;
  border-radius: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding: 0;
  border: 1px solid #dedede;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#pilihan-layanan-new .pricing-footer a i {
  padding: 0.25rem;
  border-radius: 6px;
  background: #f40f02;
  color: #fff;
}

#pilihan-layanan-new .pricing-footer a p {
  font-weight: 500;
  font-size: 0.875rem;
  margin: 0;
  padding: 0.25rem 1rem 0.25rem 0.5rem;
  color: #707070;
}

#pilihan-layanan-new .pricing-footer a:hover {
  border: 1px solid #9d9d9d;
  -webkit-box-shadow: 4px 4px 10px #dedede;
          box-shadow: 4px 4px 10px #dedede;
}

#pilihan-layanan-new .pricing-footer a:hover i {
  background: #f40f02;
}

#pilihan-layanan-new .pricing-footer a:hover p {
  color: #545454;
}

@media (max-width: 575.98px) {
  #pilihan-layanan-new .pricing-footer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #pilihan-layanan-new .pricing-footer .note {
    max-width: unset;
    margin-bottom: 1rem;
  }
}

#fitur-gofeeder {
  background: #f7f9fb;
  padding: 5rem 0;
  padding-bottom: 0;
}

#fitur-gofeeder h1 {
  font-size: 2rem;
}

#fitur-gofeeder h4 {
  font-size: 1rem;
}

#fitur-gofeeder a.nav-link {
  background: transparent;
  border-radius: 50px;
  padding: 0.5rem 1.25rem;
  color: #333;
  border: 1px solid #333;
  font-weight: bold;
}

#fitur-gofeeder .nav-pills .nav-link.active {
  background: #e31e21;
  border-radius: 50px;
  padding: 0.5rem 1.25rem;
  color: #fff;
  font-weight: bold;
}

#fitur-gofeeder li {
  margin: 1.5rem 0.75rem;
}

#fitur-gofeeder .konten {
  margin-top: 3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  gap: 2rem;
}

#fitur-gofeeder .konten .card {
  border: none;
  background: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#fitur-gofeeder .konten .card .tittle h3 {
  display: inline-block;
  vertical-align: middle;
  color: #e31e21;
  font-size: 1.2rem;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#fitur-gofeeder .konten .card .fitur-icon {
  width: 80px;
  height: 80px;
  padding: 1.25rem;
  border-radius: 50%;
  background: rgba(241, 36, 40, 0.3);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#fitur-gofeeder .konten .card .fitur-icon img {
  height: 40px;
  width: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#fitur-gofeeder .konten .card:hover {
  background-color: #c0cde6;
  -webkit-box-shadow: 0px 18px 40px rgba(46, 90, 172, 0.2);
          box-shadow: 0px 18px 40px rgba(46, 90, 172, 0.2);
}

#fitur-gofeeder .konten .card:hover .tittle h3 {
  color: #120d2f;
}

#fitur-gofeeder .konten .card:hover .fitur-icon {
  background: #fff;
}

#fitur-gofeeder .konten .card:hover .fitur-icon img {
  -webkit-filter: invert(0%) sepia(100%) saturate(17%) hue-rotate(186deg) brightness(101%) contrast(100%);
          filter: invert(0%) sepia(100%) saturate(17%) hue-rotate(186deg) brightness(101%) contrast(100%);
}

#fitur-gofeeder .gambar {
  background-image: url("../img/dots.png"), url("../img/dots.png");
  background-position: center left, bottom right;
  background-repeat: no-repeat;
}

.fitur-box {
  background: #f7f9fb;
  padding: 5rem 0;
}

.fitur-box .underline--magical {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a4b4e1), to(#a4b4e1));
  background-image: linear-gradient(#a4b4e1, #a4b4e1);
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 80%;
  -webkit-transition: background-size 0.25s ease-in;
  transition: background-size 0.25s ease-in;
}

.fitur-box .underline--magical:hover {
  background-size: 100% 88%;
  color: #fff;
}

.fitur-box .title {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  color: #120d2f;
  text-align: center;
}

.fitur-box .lead {
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Hind", sans-serif;
  color: rgba(4, 28, 50, 0.7);
  margin-top: 1rem;
  width: 100%;
  text-align: center;
}

.fitur-box .konten {
  margin-top: 3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  gap: 2rem;
}

.fitur-box .konten .card {
  background: #fff;
  border: 1px solid #dddef7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 3px 3px 0 #dddef7;
          box-shadow: 3px 3px 0 #dddef7;
  border-radius: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fitur-box .konten .card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fitur-box .konten .card .card-body .desc {
  font-family: "Hind", sans-serif;
  font-size: 1rem;
  text-align: left !important;
}

.fitur-box .konten .card .card-body .desc .heading-body {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 600;
  line-height: 1;
}

.fitur-box .konten .card .card-body .desc .subheading-body {
  margin-bottom: 0;
  color: rgba(4, 28, 50, 0.7);
}

.fitur-box .konten .card .fitur-icon {
  width: 80px;
  height: 80px;
  padding: 1.25rem;
  border-radius: 50%;
  background: rgba(241, 36, 40, 0.3);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fitur-box .konten .card .fitur-icon img {
  height: 40px;
  width: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fitur-box .konten .card:hover {
  border: 1px solid #393da9;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fitur-box .konten .card:hover .fitur-icon {
  background: #fff;
}

.fitur-box .konten .card:hover .fitur-icon img {
  -webkit-filter: invert(0%) sepia(100%) saturate(17%) hue-rotate(186deg) brightness(101%) contrast(100%);
          filter: invert(0%) sepia(100%) saturate(17%) hue-rotate(186deg) brightness(101%) contrast(100%);
}

.fitur-box .konten button {
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  border: none;
}

.fitur-box .konten .modal-content {
  background-image: url("../img/decoration.png"), url("../img/decoration1.png");
  background-repeat: no-repeat;
  background-position: bottom left, top right;
  background-size: 50%, 25%;
  -webkit-box-shadow: 0 4px 8px 0 rgba(40, 41, 41, 0.2), 0 6px 20px 0 rgba(40, 41, 41, 0.1);
          box-shadow: 0 4px 8px 0 rgba(40, 41, 41, 0.2), 0 6px 20px 0 rgba(40, 41, 41, 0.1);
}

.fitur-box .konten .modal-header {
  display: block;
  float: right;
  border-bottom: none;
  padding-bottom: 0;
}

.fitur-box .konten .modal-body {
  padding: 0 2rem 2rem;
  text-align: center;
}

.fitur-box .konten .modal-body .title {
  font-weight: bold;
  font-size: 36px;
  color: #120d2f;
  text-align: center;
  margin-bottom: 1.75rem;
  font-family: "Nunito Sans", sans-serif;
}

.fitur-box .konten .modal-body .img-modal {
  border-radius: 10px;
  margin-bottom: 2rem;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.fitur-box .konten .modal-body .img-modal:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

.fitur-box .konten .modal-body .modal-konten {
  display: block;
}

.fitur-box .konten .modal-body .desc {
  text-align: left !important;
  margin-left: 6rem;
  margin-right: 6rem;
}

@media (max-width: 1024px) {
  .fitur-box .konten .modal-body .desc {
    margin-left: 0;
    margin-right: 0;
  }
}

.fitur-box .konten .modal-body .desc .sub-heading {
  font-weight: bold;
  font-size: 1.25rem;
  font-family: "Hind", sans-serif;
}

.fitur-box .konten .modal-body .desc .lead-list {
  font-size: 1rem;
  font-family: "Hind", sans-serif;
}

@media (min-width: 992px) {
  .fitur-box .konten .modal-lg,
  .fitur-box .konten .modal-xl {
    max-width: 90%;
  }
}

#bonus-penunjang {
  padding: 7rem 0;
}

#faq {
  padding-top: 7rem;
}

#faq #accordion .card {
  margin-bottom: 1.5rem;
}

#faq #accordion .card .card-body {
  background: #ebe8e9;
  color: rgba(32, 6, 12, 0.7);
}

#faq #accordion .card .card-header {
  border-bottom: 0;
  cursor: pointer;
  background: #ebe8e9;
  padding: 1rem 1rem;
  font-size: 1.1rem;
  font-weight: bold;
}

#faq #accordion .card .card-header:after {
  font-family: "FontAwesome";
  content: url(../img/angle-up.png);
  float: right;
  margin-bottom: -10px;
  margin-top: -4px;
}

#faq #accordion .card .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: url(../img/angle-down.png);
  margin-bottom: -10px;
  margin-top: -4px;
}

#faq #testimonial-slider {
  text-align: left;
}

#faq .testimonial .description {
  font-size: 1rem;
  color: #120d2f;
  font-weight: normal;
  font-family: "Hind", sans-serif;
  line-height: 1.5;
  position: relative;
  padding: 1.5rem 0 0;
}

#faq .testimonial .description:before {
  font-family: "FontAwesome";
  content: "\201C";
  font-weight: 900;
  position: absolute;
  font-size: 3rem;
  opacity: 0.4;
  top: -20px;
  left: 0;
}

#faq .testimonial .description:after {
  font-family: "FontAwesome";
  content: "\201C";
  font-weight: 900;
  position: absolute;
  font-size: 3rem;
  opacity: 0.4;
  content: "\201D";
  right: 20px;
  bottom: -13rem;
}

#faq .testimonial .title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #120d2f;
  font-family: "Nunito Sans", sans-serif;
  text-transform: capitalize;
  margin: 0;
}

#faq .testimonial .post {
  display: block;
  font-size: 1rem;
  color: #120d2f;
  opacity: 0.5;
}

#faq .owl-buttons {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 40%;
  left: 0;
}

#faq .owl-buttons .owl-prev:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 60px;
  font-weight: 900;
  color: #cacaca;
  line-height: 20px;
  opacity: 0.8;
}

#faq .owl-buttons .owl-prev:hover:before {
  opacity: 1;
}

#faq .owl-buttons .owl-next:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 60px;
  font-weight: 900;
  color: #cacaca;
  line-height: 20px;
  opacity: 0.8;
  content: "\f105";
}

#faq .owl-buttons .owl-next:hover:before {
  opacity: 1;
}

#faq .owl-prev {
  position: absolute;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

#faq .owl-next {
  position: absolute;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  left: auto;
  right: 0;
}

#faq .owl-theme .owl-controls {
  margin-top: 40px;
}

#faq .owl-theme .owl-controls .owl-buttons div {
  background: transparent;
}

#faq .owl-theme .owl-dots {
  text-align: left;
}

#faq .owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

#faq .owl-theme .owl-dots .owl-dot span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #181e2e;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 35%;
  background: url("../img/heri.png") no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  text-align: left;
  margin: 5px;
  display: block;
}

#faq .owl-theme .owl-dots .owl-dot:nth-child(2) span {
  background: url("../img/ardian.png") no-repeat;
  background-size: cover;
}

#faq .owl-theme .owl-dots .owl-dot:nth-child(3) span {
  background: url("../img/agus.png") no-repeat;
  background-size: cover;
}

#faq .owl-theme .owl-dots .owl-dot.active span {
  border-color: #fff;
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

#faq .owl-theme .owl-dots .owl-dot.active:hover span {
  border-color: #fff;
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

#faq .owl-theme .owl-dots.clickable .owl-dot:hover span {
  opacity: 0.5;
}

#faq .owl-carousel button.owl-dot {
  outline: none;
}

#form-pendaftaran form .title {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  color: #120d2f;
  text-align: left;
}

#form-pendaftaran form .subheading {
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.5;
  font-family: "Rubik", sans-serif;
  color: rgba(4, 28, 50, 0.5);
  width: 100%;
  text-align: left;
}

#form-pendaftaran form p {
  font-size: 1.15rem;
}

#form-pendaftaran form span.wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0 1rem 0;
}

#form-pendaftaran form span.wpcf7-list-item-label {
  margin-left: 1rem;
}

#form-pendaftaran form .btn-kirim {
  background: #e31e21;
  border: 1px solid #e31e21;
  border-radius: 50px;
  color: #fff;
  height: 60px;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#form-pendaftaran form .btn-kirim:hover {
  background: #e3070b;
}

.banner-kontak {
  padding: 4rem 0 8rem;
  background-image: url("../img/bg-footer.png");
  background-repeat: no-repeat;
  background-position: left bottom;
}

.banner-kontak .banner-box {
  background-color: #e31e21;
  background-image: url("../img/decoration.png"), url("../img/decoration1.png");
  background-position: bottom left, top right;
  background-size: 50%, 30%;
  background-repeat: no-repeat;
  border-radius: 25px;
  padding: 2rem;
  margin-bottom: 5rem;
}

.banner-kontak .text {
  margin-bottom: 2rem;
}

.banner-kontak .text h3 {
  font-size: 2.75rem;
  color: #fff;
  text-align: center;
}

.banner-kontak .text p {
  font-size: 1.125rem;
  color: #fff;
  opacity: 0.8;
  width: 70%;
  margin: auto;
}

.banner-kontak .button {
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner-kontak .button .btn-merah {
  background: #fff !important;
  color: #e31e21 !important;
}

.banner-kontak .button .button-selengkapnya {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-kontak .button .button-selengkapnya .link-wa {
  color: #fff;
  margin: 0 20px;
  font-weight: bold;
}

.banner-kontak .button .button-selengkapnya .link-wa i {
  font-size: 1.5rem;
}

.banner-kontak .button .button-selengkapnya .link-wa:hover {
  font-weight: bold;
}

#top-footer {
  background: #272530;
  padding-top: 100px;
  padding-bottom: 100px;
}

#top-footer .logo-produk {
  margin-bottom: 2rem;
}

#top-footer .list-kontak {
  margin-top: 4px;
}

#top-footer .list-kontak .icon-contact {
  padding: 0;
}

#top-footer .list-kontak .icon-contact img {
  width: 100%;
  height: auto;
  padding: 12px;
}

#top-footer .list-kontak .item-kontak {
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  margin-top: 16px;
}

#top-footer .list-kontak .info-cs {
  margin-top: -14px;
  color: rgba(255, 255, 255, 0.6);
}

#top-footer .list-sosmed {
  margin-top: 0.75rem;
}

#top-footer .list-sosmed .icon-contact {
  padding: 0;
}

#top-footer .list-sosmed .icon-contact img {
  width: 100%;
  height: auto;
  padding: 4px;
}

#top-footer .list-sosmed .item-kontak {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 400;
  color: #828282;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#top-footer .list-sosmed .item-kontak:hover {
  color: #e31e21;
}

#top-footer .copyright-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 36px;
}

#top-footer p {
  font-size: 16px;
  color: #828282;
  line-height: 26px;
}

#top-footer .menu-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

#top-footer ul.footer-menu {
  list-style-type: none;
  margin-top: 24px;
  padding-left: 0;
}

#top-footer ul.footer-menu li {
  margin-bottom: 1.25rem;
}

#top-footer ul.footer-menu li a {
  color: #828282;
  text-decoration: none;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#top-footer ul.footer-menu li a:hover {
  color: #e31e21;
}

.bottom-footer {
  background: #272530;
}

.bottom-footer .copyright {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #4f4f4f;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 576px) {
  #cara-kerja {
    padding: 0;
  }
  #cara-kerja .background-putih {
    background: none;
  }
  #cara-kerja .card-about {
    padding-top: 2rem !important;
  }
  #cara-kerja .border-video {
    top: 3.5rem !important;
    left: 7px !important;
  }
  #perguruan-tinggi {
    background-image: none;
    background: rgba(46, 90, 172, 0.1);
  }
  #perguruan-tinggi .konten {
    padding: 2rem;
  }
}

@media (max-width: 991.98px) {
  body .card-text {
    width: 100%;
  }
  #cara-kerja .nopadding {
    padding: 1rem !important;
  }
  #cara-kerja .card-about {
    padding: 0;
  }
  #cara-kerja .konten-cara-kerja {
    top: 100px;
  }
  #cara-kerja .border-video {
    width: 70%;
    height: 75%;
    top: 4rem;
    left: -10px;
  }
  #pilihan-layanan {
    background-size: cover;
  }
  #perguruan-tinggi .btn-facebook {
    width: 100%;
  }
  #perguruan-tinggi .text-right {
    margin-top: 2rem;
  }
  #testimoni-pengguna .border-video {
    bottom: -1.5rem;
    left: -7px;
  }
}

@media (min-width: 768px) {
  .h-md-100 {
    height: 994px;
  }
}

.btn-round {
  border-radius: 30px;
}

.bg-indigo {
  background: indigo;
}

.text-cyan {
  color: #35bdff;
}

.cta-berlangganan {
  padding-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cta-berlangganan .yyn-btn-play {
  padding: 16px 24px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #080c18;
  text-decoration: none;
  letter-spacing: -0.3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cta-berlangganan .yyn-btn-play:hover {
  color: #f5861a;
}

.cta-berlangganan .yyn-btn-play:hover span {
  background-color: #f5861a;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: pulse-yellow 2s infinite;
          animation: pulse-yellow 2s infinite;
}

.cta-berlangganan .yyn-btn-play span {
  margin-right: 12px;
  padding: 12px 16px;
  padding-bottom: 12px;
  border-radius: 50%;
  background-color: #080c18;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: pulse-black 2s infinite;
          animation: pulse-black 2s infinite;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cta-berlangganan .yyn-btn-play svg {
  margin-top: -3px;
}

@-webkit-keyframes pulse-black {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes pulse-black {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes pulse-yellow {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 177, 66, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 177, 66, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 177, 66, 0);
            box-shadow: 0 0 0 10px rgba(255, 177, 66, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
            box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
  }
}

@keyframes pulse-yellow {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 177, 66, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 177, 66, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 177, 66, 0);
            box-shadow: 0 0 0 10px rgba(255, 177, 66, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
            box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
  }
}

.cta-berlangganan .yyn-btn-play path {
  fill: white;
}

/* Play button with pulse */
.cta-siakadcloud {
  padding: 36px;
  background: #3949ab;
  background-image: url("../img/bg-ornament-min.png");
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 20px 60px rgba(57, 73, 171, 0.25);
          box-shadow: 0px 20px 60px rgba(57, 73, 171, 0.25);
  border-radius: 8px 200px 8px 8px;
  margin-top: 3rem;
}

.cta-siakadcloud .title-siakad {
  font-size: 28px;
  color: #ffffff;
}

.cta-siakadcloud .text-siakad {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 992px) {
  .cta-siakadcloud .modal-dialog {
    max-width: 751px !important;
  }
}

.cta-siakadcloud .modal-content {
  background-image: url("../img/bg-modal.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-box-shadow: 0 4px 8px 0 rgba(40, 41, 41, 0.2), 0 6px 20px 0 rgba(40, 41, 41, 0.1);
          box-shadow: 0 4px 8px 0 rgba(40, 41, 41, 0.2), 0 6px 20px 0 rgba(40, 41, 41, 0.1);
  height: 500px;
}

.cta-siakadcloud .modal-header {
  display: block;
  float: left;
  border-bottom: none;
  padding-bottom: 0;
  position: absolute;
  top: -25px;
  left: -35px;
}

.cta-siakadcloud .modal-header .close {
  padding: 0;
  margin: 0;
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  opacity: 1;
}

.cta-siakadcloud .modal-footer {
  border-top: none;
  margin-left: auto;
  margin-top: auto;
}

.cta-siakadcloud .modal-footer .btn-siakad {
  background-image: linear-gradient(90.32deg, #1a3b80 0.25%, #45a1f6 48.44%, #1a3b80 99.73%);
  border-radius: 20px;
  padding: 0.5rem 1rem;
  color: #fff;
  font-weight: bold;
  font-family: "Hind", sans-serif;
  font-size: 1rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  transition: transform 2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.cta-siakadcloud .modal-footer .btn-siakad:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(70, 161, 246, 0.25);
          box-shadow: 0px 10px 30px rgba(70, 161, 246, 0.25);
  -webkit-transform: translate(0, -3px);
          transform: translate(0, -3px);
}

#thankyou {
  background-image: url(../img/bg-client.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.image-thankyou {
  width: 70%;
}

.jumbotron {
  background: #e31e21;
  background-size: cover;
  height: 400px;
  border-radius: 0px !important;
}

.jumbotron .title-hero-article {
  padding-top: 60px;
  padding-bottom: 42px;
  text-align: center;
  margin: 0 auto;
}

.jumbotron .title-hero-article h1 {
  font-size: 36px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  line-height: 48px;
  color: white;
}

.jumbotron .title-hero-article p {
  margin-top: 24px;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

.jumbotron .title-hero-article .search {
  width: 300px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.jumbotron .title-hero-article .searchTerm {
  width: 100%;
  border: 1px solid #fff;
  border-right: none;
  padding: 0.75rem;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9dbfaf;
}

.jumbotron .title-hero-article .searchTerm:focus {
  color: rgba(0, 0, 0, 0.5);
}

.jumbotron .title-hero-article .searchButton {
  width: 20%;
  border: 1px solid #120d2f;
  background: #120d2f;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

#card-article {
  margin-top: -150px;
}

#card-article .card {
  margin-bottom: 1rem;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#card-article .card:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
  -webkit-box-shadow: 0px 6px 20px rgba(53, 64, 90, 0.15);
          box-shadow: 0px 6px 20px rgba(53, 64, 90, 0.15);
}

#card-article a {
  text-decoration: none;
}

#card-article a.kategori {
  font-family: rgba(4, 28, 50, 0.7);
  font-size: 0.75rem;
  color: red;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

#card-article a.kategori:hover {
  text-decoration: underline;
}

#card-article .card-title {
  color: #120d2f;
  font-family: "Quicksand", sans-serif;
}

#card-article .card-title:hover {
  color: #e31e21;
}

#card-article .post-meta {
  font-family: rgba(4, 28, 50, 0.7);
  font-size: 0.75rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  padding: 0;
  font-weight: bold;
  color: #aabbe7;
}

#card-article .post-meta i {
  font-size: 1rem;
  margin-right: 0.5rem;
}

#card-article .post-meta > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#card-article .post-meta > li:not(:last-child):after {
  margin-right: 0.5rem;
  content: "\b7";
  margin-left: 0.5rem;
}

#card-article p {
  margin-top: 1rem;
  font-family: rgba(4, 28, 50, 0.7);
  font-size: 1rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#card-article .card-footer {
  background: none;
  border: none;
}

#card-article .card-footer a {
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  font-size: 14px;
}

#card-article .card-footer a:hover {
  text-decoration: underline;
}

#content-detail {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#content-detail a {
  font-weight: bold;
}

#content-detail .title-header {
  margin-bottom: 1rem;
}

#content-detail .title-header a.kategori {
  font-family: "Hind", sans-serif;
  font-size: 0.75rem;
  color: red;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

#content-detail .title-header a.kategori:hover {
  text-decoration: underline;
}

#content-detail .title-header .post-meta {
  font-family: "Hind", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  padding: 0;
  font-weight: bold;
  color: #aabbe7;
}

#content-detail .title-header .post-meta i {
  font-size: 1rem;
  margin-right: 0.5rem;
}

#content-detail .title-header .post-meta > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#content-detail .title-header .post-meta > li:not(:last-child):after {
  margin-right: 0.5rem;
  content: "\b7";
  margin-left: 0.5rem;
}

#content-detail .title {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  line-height: 1.125;
}

#content-detail img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

#content-detail .tag {
  font-size: 1rem;
  margin: 2rem 0;
}

#content-detail .tag a {
  background: #e0e0e0;
  border-radius: 20px;
  color: #828282;
  font-weight: bold;
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
  margin-left: 0.5rem;
}

#content-detail .nav-berita .nav-prev {
  display: inline-block;
}

#content-detail .nav-berita .nav-next {
  display: inline-block;
  float: right;
}

#content-detail .nav-next {
  right: 0 !important;
  left: 0 !important;
}

#content-detail .nav-berita {
  margin-top: 2rem;
}

#content-detail .nav-berita .nav-next,
#content-detail .nav-berita .nav-prev {
  width: 50%;
}

#content-detail .nav-berita span {
  color: #828282;
  font-size: 0.75rem;
}

#content-detail .nav-berita span:hover {
  text-decoration: none;
  color: #e31e21;
}

#content-detail .nav-berita .title-berita {
  margin-top: 0.75rem;
}

#content-detail .nav-berita .title-berita a {
  color: rgba(0, 0, 0, 0.5);
}

#content-detail .nav-berita .title-berita a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

#content-detail .nav-berita .title-berita h6 {
  line-height: 1.5;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  font-size: 14px;
}

.form-control {
  height: 3rem;
}

.wp-select2 {
  width: 100%;
  height: 3rem;
  border-radius: 0 !important;
}

.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--single {
  height: 3rem !important;
  border-radius: 0.25rem !important;
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
  padding: 0.375rem 0.75rem;
  color: #495057;
  line-height: 2.25rem;
}

.select2-container--disabled .select2-selection__rendered {
  background: #f5f5f5;
}

.select2-container--default .select2-selection--single {
  color: #495057;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  border-radius: 0;
  border: 1px solid #ced4da;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
  height: 100%;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
  background: transparent;
  border: none;
}

@media (max-width: 767.98px) {
  #hero-image .title {
    font-size: 1.75rem;
  }
  #hero-image .problem-animasi,
  #hero-image #home-news {
    width: auto;
    font-size: 1rem;
  }
  #hero-image .problem-animasi .home_header strong,
  #hero-image #home-news .home_header strong {
    font-size: 20px;
  }
}

@media only screen and (max-width: 990.98px) {
  .nav-head .navbar {
    display: none;
  }
  .nav-head .left-content p {
    font-size: 0.75rem !important;
  }
  .nav-head a img {
    height: 25px !important;
  }
  .navbar-hide {
    display: block;
    height: 100%;
    background-color: #fff;
  }
  header {
    background-image: none;
    height: auto;
  }
  #hero-image {
    background-image: none;
    height: auto;
    margin: 2.5rem 0 3.5rem;
  }
  #hero-image .kolom-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: none;
        -ms-flex-pack: none;
            justify-content: none;
    height: auto;
  }
  #hero-image .row {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  #hero-image .title-header {
    text-align: center;
    margin-bottom: 2rem;
  }
  #hero-image .problem-animasi {
    margin-left: auto;
    margin-right: auto;
  }
  #pilihan-layanan h6.item {
    font-size: 0.75rem !important;
    letter-spacing: 0;
  }
  #fitur-gofeeder .konten {
    -ms-grid-columns: (minmax(175px, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
    gap: 1rem;
  }
  #fitur-gofeeder .card-body {
    padding: 0.5rem;
  }
  .cta-siakadcloud {
    border-radius: 4px;
  }
}

@media (min-width: 991px) {
  .hero-image-mobile {
    display: none;
  }
}

@media (min-width: 1600px) {
  #hero-image {
    background-image: url("../img/bg-header.png");
    background-repeat: no-repeat;
    background-position-x: 850px;
    background-size: 48% auto;
  }
}
/*# sourceMappingURL=main.css.map */