@import url("https://fonts.googleapis.com/css?family=Archivo:400,400i,500,600,700|Rubik:400,400i,500,500i,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Archivo:400,400i,500,600,700&display=swap");
/**

	VARIABLE:
	- Color Palletes
	- Typography

 */
/**
=========================
	- Color Palletes
=========================
*/
/**
=========================
	- Typography
=========================
*/
html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
}

/**  HEADER SECTION 
  =========================
    - Navbar
    - Hero
    - Mockup Showcase
  =========================
  */
.nav-head {
  font-family: "Exo", sans-serif;
  width: 100%;
  background-color: transparent !important;
  border-top: 4px solid #ffa000;
  border-bottom: 1px solid #e5e5e5;
}

.nav-head .dropdown-produk {
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  width: 600px !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: #ffa000;
  border-bottom-left-radius: 4px;
  border: none;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.nav-head .dropdown-produk .button-nav:hover {
  background: #ffa000;
  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: 120px;
  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.9rem;
  line-height: 1.4;
  font-weight: 400;
}

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

.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-right: 10px;
}

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

header {
  background: url("../img/bg.png") no-repeat bottom;
  background-size: cover;
  font-family: "Archivo", sans-serif;
  padding-top: 20px;
  height: 900px;
}

header .navbar {
  font-size: 16px;
  font-weight: 400;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 30px;
}

header .navbar-nav li {
  margin-right: 20px;
  margin-top: 10px;
}

header .navbar-nav li .nav-link {
  color: #fff !important;
  font-weight: 500;
}

header .navbar-nav li .nav-link:hover {
  color: #ff8f00 !important;
}

header .btn-warning {
  background-color: #FFA000;
  color: #ffffff;
  font-weight: 400;
  border: none;
}

header .btn-warning:hover {
  background-color: #ff8f00;
  color: #ffffff;
  border: none;
}

header .btn-hub {
  background-color: #FFA000;
  color: #ffffff;
  font-weight: 400;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

header .btn-hub:hover {
  background-color: #fff;
  color: black;
}

header .huge-btn {
  padding: 13px 24px 15px 24px;
}

header .hero {
  margin-top: 42px;
}

header .hero h1 {
  font-family: "Rubik", sans-serif;
  color: #ffffff;
  text-align: center;
  font-weight: 200;
  font-size: 3rem;
  line-height: normal;
  letter-spacing: -0.03em;
}

header .hero .hero-tagline {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 33px;
  font-family: "Rubik", sans-serif;
  letter-spacing: -0.03em;
}

header .hero .hero-cta {
  margin-top: 24px;
  text-align: center;
  font-size: 18px;
}

header .hero .btn-link {
  color: #ffffff;
  font-size: 1rem;
  text-decoration: none;
}

header .hero .btn-konsultasi {
  color: #ffffff;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 14px;
  margin-left: 24px;
}

header .hero .btn-konsultasi:hover {
  border-bottom: 2px solid white;
  text-decoration: none;
}

header .mockup-showcase {
  padding-top: 3rem;
}

header .mockup-showcase .mockup-item {
  background-color: #ffffff;
  color: black;
  height: 490px;
  border-radius: 8px;
}

header .mockup-showcase .video_wrapper {
  width: 100%;
  height: 400px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
}

header .mockup-showcase .video-pattern img {
  max-width: 100%;
  position: absolute;
  top: -100px;
  left: -50px;
  z-index: -1;
}

header .mockup-showcase .video_wrapper_full {
  padding-top: 315px;
}

header .mockup-showcase .videoIframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 400px;
  border-radius: 5px;
  background-color: transparent;
}

header .mockup-showcase .videoPoster {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 400px;
  background-image: url(https://lh3.googleusercontent.com/-230ENuDkXzo/XTgnn4ccoWI/AAAAAAAAE2k/JKkVOjt4nAU4jW3EwuWDdMB93yzedyv0QCK8BGAs/s0/2019-07-24.jpg);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  border: none;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

header .mockup-showcase .videoPoster:hover {
  cursor: pointer;
}

header .mockup-showcase .videoPoster:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #ffa000;
  border: 5px solid #ffa000;
  border-radius: 100%;
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
}

header .mockup-showcase .videoPoster:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -15px 0 0 -10px;
  border-left: 20px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
}

header .mockup-showcase .videoPoster:hover:before,
header .mockup-showcase .videoPoster:focus:before {
  border-color: #ffa000;
}

header .mockup-showcase .videoPoster:hover:after,
header .mockup-showcase .videoPoster:focus:after {
  border-left-color: #eb5824;
}

header .mockup-showcase .videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}

.header-inner #harga {
  height: 400px;
}

.header-inner {
  background: #0f1f3e;
  background-size: cover;
  background-position: center;
  font-family: "Rubik", sans-serif;
  padding-top: 20px;
  height: 550px;
}

.header-inner .navbar {
  font-size: 16px;
  font-weight: 400;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 30px;
}

.header-inner .navbar-nav {
  padding-left: 50px;
}

.header-inner .navbar-nav li {
  margin-left: 15px;
  margin-right: 15px;
}

.header-inner .btn-warning {
  background-color: #FFA000;
  color: #ffffff;
  font-weight: 400;
  border: none;
}

.header-inner .btn-warning:hover {
  background-color: #ff8f00;
  color: #ffffff;
  border: none;
}

.header-inner .huge-btn {
  padding: 13px 24px 15px 24px;
}

.header-inner .hero {
  margin-top: 3.2rem;
}

.header-inner .hero h1 {
  font-family: "Rubik", sans-serif;
  color: #ffffff;
  text-align: center;
  font-weight: 200;
  font-size: 3rem;
  line-height: normal;
  letter-spacing: -0.03em;
}

.header-inner .hero .hero-tagline {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 33px;
  font-family: "Rubik", sans-serif;
  letter-spacing: -0.03em;
}

.header-inner .hero .hero-cta {
  margin-top: 60px;
  text-align: center;
  font-size: 18px;
}

.header-inner .hero .btn-link {
  color: #ffffff;
  text-decoration: none;
}

/**  TENTANG PROFEEDER SECTION 
  =========================
    - Cara Kerja
    - Kenapa Kami
  =========================
  */
.cara-kerja {
  margin-top: 20rem;
  margin-bottom: 5rem;
}

.cara-kerja h3 {
  font-size: 1.8rem;
  line-height: 35px;
  letter-spacing: -0.03em;
  font-family: "Archivo", sans-serif;
}

.cara-kerja p {
  margin-top: 10px;
  font-family: "Rubik", sans-serif;
  font-size: 1.1rem;
  line-height: 26px;
  color: #828282;
}

.pembatas-section {
  border-top: 1px solid #e0e0e0;
}

.siap-membantu {
  margin-top: 4rem;
  margin-bottom: 5rem;
  font-family: "Rubik", sans-serif;
  text-align: center;
}

.siap-membantu img {
  width: 100%;
  height: auto;
}

.siap-membantu span {
  font-family: "Rubik", sans-serif;
  color: #ffa000;
  font-size: 1rem;
  font-weight: 500;
}

.siap-membantu h3 {
  font-size: 1.8rem;
  font-family: "Archivo", sans-serif;
  line-height: 33px;
  margin-top: 10px;
  display: block;
  letter-spacing: -0.03em;
}

.siap-membantu p {
  font-family: "Rubik", sans-serif;
  font-size: 1rem;
  line-height: 26px;
  color: #828282;
}

.partner {
  margin-top: 5rem;
  margin-bottom: 5rem;
  font-family: "Rubik", sans-serif;
  text-align: center;
}

.partner img {
  width: 100%;
  height: auto;
}

.partner span {
  font-family: "Rubik", sans-serif;
  color: #ffa000;
  font-size: 1rem;
}

.partner h3 {
  font-size: 1.8rem;
  font-family: "Archivo", sans-serif;
  line-height: 33px;
  margin-top: 10px;
  display: block;
  letter-spacing: -0.03em;
}

.partner p {
  font-family: "Rubik", sans-serif;
  font-size: 1rem;
  line-height: 26px;
  color: #828282;
  margin-bottom: 40px;
}

.solusi {
  margin-top: 5rem;
  margin-bottom: 5rem;
  font-family: "Rubik", sans-serif;
}

.solusi img {
  width: 100%;
  height: auto;
}

.solusi span {
  font-family: "Rubik", sans-serif;
  color: #ffa000;
  font-size: 1rem;
}

.solusi h3 {
  font-size: 1.8rem;
  font-family: "Archivo", sans-serif;
  line-height: 35px;
  margin-top: 10px;
  display: block;
  letter-spacing: -0.03em;
}

.solusi p {
  font-family: "Rubik", sans-serif;
  font-size: 1rem;
  line-height: 26px;
  color: rgba(0, 3, 40, 0.6);
}

.solusi b {
  color: #000328;
}

.solusi .benefit-fitur {
  margin-top: 20px;
}

.solusi .benefit-fitur i {
  font-size: 1.7rem;
}

.solusi .benefit-fitur h5 {
  font-size: 1rem;
}

.solusi .benefit-fitur p {
  font-size: 1rem;
}

.solusi .video_wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
}

.solusi .video-pattern img {
  max-width: 100%;
  position: absolute;
  top: -100px;
  left: -50px;
  z-index: -1;
}

.solusi .video_wrapper_full {
  padding-top: 315px;
}

.solusi .videoIframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 90%;
  height: 350px;
  border-radius: 5px;
  background-color: transparent;
}

.solusi .videoPoster {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 90%;
  height: 350px;
  background-image: url(https://lh3.googleusercontent.com/-230ENuDkXzo/XTgnn4ccoWI/AAAAAAAAE2k/JKkVOjt4nAU4jW3EwuWDdMB93yzedyv0QCK8BGAs/s0/2019-07-24.jpg);
  background-size: 100% 100%;
  background-position: left;
  background-repeat: no-repeat;
  border: none;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.solusi .videoPoster:hover {
  cursor: pointer;
}

.solusi .videoPoster:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #ffa000;
  border: 5px solid #ffa000;
  border-radius: 100%;
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
}

.solusi .videoPoster:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -15px 0 0 -10px;
  border-left: 20px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
}

.solusi .videoPoster:hover:before,
.solusi .videoPoster:focus:before {
  border-color: #ffa000;
}

.solusi .videoPoster:hover:after,
.solusi .videoPoster:focus:after {
  border-left-color: #eb5824;
}

.solusi .videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}

.fitur {
  margin-top: 2.5rem;
  margin-bottom: 5rem;
  font-family: "Rubik", sans-serif;
  text-align: center;
}

.fitur .bg-orange {
  background: #fff5e5;
  padding: 2rem;
}

.fitur .bg-orange .grid-step {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: auto;
  -ms-grid-columns: (auto)[3];
      grid-template-columns: repeat(3, auto);
      grid-template-areas: "alur-1 alur-2 alur-3" "alur-6 alur-5 alur-4" "alur-7 alur-8 .";
}

.fitur .bg-orange .kolom-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: alur-1;
}

.fitur .bg-orange .kolom-2 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: alur-2;
}

.fitur .bg-orange .kolom-3 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: alur-3;
}

.fitur .bg-orange .kolom-4 {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: alur-4;
}

.fitur .bg-orange .kolom-5 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: alur-5;
}

.fitur .bg-orange .kolom-6 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: alur-6;
}

.fitur .bg-orange .kolom-7 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: alur-7;
}

.fitur .bg-orange .kolom-8 {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: alur-8;
}

.fitur .bg-orange .number-icon {
  width: 50px;
  height: 50px;
  padding: 7px;
  margin-right: 1rem;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  background-color: #1b1a30;
}

.fitur .card-orange {
  background: url("../img/bg-steps.png") no-repeat bottom;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  padding: 50px 64px;
}

.fitur .card-orange .row {
  margin-bottom: 72px;
}

.fitur span {
  font-family: "Rubik", sans-serif;
  color: #ffa000;
  font-size: 1rem;
}

.fitur h3 {
  font-size: 1.8rem;
  font-family: "Archivo", sans-serif;
  line-height: 33px;
  margin-top: 10px;
  display: block;
  letter-spacing: -0.03em;
}

.fitur p {
  font-family: "Rubik", sans-serif;
  font-size: 1rem;
  line-height: 26px;
  color: #828282;
}

.fitur .fitur-fitur {
  margin-top: 30px;
  text-align: center;
}

.fitur .fitur-fitur img {
  width: 70px;
  margin-bottom: 14px;
}

.fitur .fitur-fitur h4 {
  font-family: "Rubik", sans-serif;
  color: #000328;
  font-size: 1.3rem;
}

.fitur .fitur-fitur p {
  font-family: "Rubik", sans-serif;
  font-size: 1rem;
  padding-left: 15px;
  padding-right: 15px;
}

.fitur .number-icon {
  margin: 0 auto;
  margin-bottom: 18px;
  width: 64px;
  height: 64px;
  padding: 12px;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  background-color: #1b1a30;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fitur .step-point:hover .number-icon {
  background-color: #FFA000;
  color: #1B2E51;
  cursor: default;
}

.benefit {
  margin-top: 5rem;
  margin-bottom: 5rem;
  font-family: "Rubik", sans-serif;
}

.benefit .benefit-fitur {
  margin-top: 20px;
}

.benefit .benefit-fitur i {
  font-size: 1.7rem;
}

.benefit .benefit-fitur h5 {
  font-size: 1rem;
}

.benefit .benefit-fitur p {
  font-size: 1rem;
}

.benefit img {
  width: 100%;
  height: auto;
  padding: 20px;
  margin-top: 8rem;
}

.benefit span {
  font-family: "Rubik", sans-serif;
  color: #ffa000;
  font-size: 1rem;
}

.benefit h3 {
  font-size: 1.8rem;
  font-family: "Archivo", sans-serif;
  line-height: 35px;
  margin-top: 10px;
  display: block;
  letter-spacing: -0.03em;
}

.benefit p {
  font-family: "Rubik", sans-serif;
  font-size: 1rem;
  line-height: 26px;
  color: rgba(0, 3, 40, 0.6);
}

.benefit b {
  color: #000328;
}

.benefit .video_wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
}

.benefit .video-pattern img {
  max-width: 100%;
  position: absolute;
  top: -100px;
  left: -50px;
  z-index: -1;
}

.benefit .video_wrapper_full {
  padding-top: 315px;
}

.benefit .videoIframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 90%;
  height: 350px;
  border-radius: 5px;
  background-color: transparent;
}

.benefit .videoPoster {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 90%;
  height: 350px;
  background-image: url("../img/benefit-yutub.jpg");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  border: none;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.benefit .videoPoster:hover {
  cursor: pointer;
}

.benefit .videoPoster:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #ffa000;
  border: 5px solid #ffa000;
  border-radius: 100%;
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
}

.benefit .videoPoster:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -15px 0 0 -10px;
  border-left: 20px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
}

.benefit .videoPoster:hover:before,
.benefit .videoPoster:focus:before {
  border-color: #ffa000;
}

.benefit .videoPoster:hover:after,
.benefit .videoPoster:focus:after {
  border-left-color: #eb5824;
}

.benefit .videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}

.diatas-awan {
  margin-top: 5rem;
  margin-bottom: 5rem;
  font-family: "Rubik", sans-serif;
}

.diatas-awan .awan-content {
  padding-top: 3rem;
}

.diatas-awan img {
  width: 100%;
  height: auto;
}

.diatas-awan span {
  font-family: "Rubik", sans-serif;
  color: #ffa000;
  font-size: 1rem;
}

.diatas-awan h3 {
  font-size: 1.8rem;
  font-family: "Archivo", sans-serif;
  line-height: 35px;
  margin-top: 10px;
  display: block;
  letter-spacing: -0.03em;
}

.diatas-awan p {
  font-family: "Rubik", sans-serif;
  font-size: 1rem;
  line-height: 26px;
  color: rgba(0, 3, 40, 0.6);
}

.diatas-awan ol {
  margin-left: 16px;
}

.diatas-awan li {
  font-family: "Rubik", sans-serif;
  font-size: 1rem;
  line-height: 26px;
  color: rgba(0, 3, 40, 0.6);
  margin-bottom: 12px;
  margin-left: 18px;
}

.studi-kasus {
  margin-top: 5rem;
  margin-bottom: 5rem;
  font-family: "Rubik", sans-serif;
}

.studi-kasus img {
  width: 100%;
  height: auto;
}

.studi-kasus span {
  font-family: "Rubik", sans-serif;
  color: #ffa000;
  font-size: 1rem;
}

.studi-kasus h3 {
  font-size: 1.8rem;
  font-family: "Archivo", sans-serif;
  line-height: 38px;
  margin-top: 10px;
  display: block;
  letter-spacing: -0.03em;
}

.studi-kasus p {
  font-family: "Rubik", sans-serif;
  font-size: 1rem;
  line-height: 26px;
  color: rgba(0, 3, 40, 0.6);
}

.studi-kasus b {
  color: #000328;
}

.studi-kasus .card-studi {
  background: #ffffff;
  border: 1px solid rgba(72, 87, 125, 0.2);
  border-radius: 4px;
  font-family: "Rubik", sans-serif;
  margin-bottom: 20px;
  padding: 15px 30px;
}

.studi-kasus .card-studi .jumlah-mhs span {
  color: rgba(0, 3, 40, 0.6);
}

.studi-kasus .card-studi .jumlah-mhs p {
  color: #000 !important;
}

.studi-kasus .card-studi .btn-baca {
  margin-top: 0;
}

.studi-kasus .card-studi .btn-baca a {
  color: #ff8f00;
  text-decoration: none;
}

.studi-kasus .card-studi img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.studi-kasus .card-studi a {
  color: #000328;
}

.studi-kasus .card-studi a h3 {
  font-family: "Archivo", sans-serif;
  font-size: 1.2rem;
  line-height: 26px;
  margin-bottom: 0;
}

.studi-kasus .card-studi p {
  font-size: 1rem;
  color: rgba(0, 3, 40, 0.6);
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.studi-kasus a.link-studi {
  color: #FFA000;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  padding-bottom: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.studi-kasus a.link-studi:hover {
  color: #1B2E51;
  border-bottom: 2px solid #FFA000;
}

.studi-kasus-page {
  margin-top: 100px;
  margin-bottom: 150px;
  background: none;
  background-size: cover;
  font-family: "Rubik", sans-serif;
  text-align: left;
  /* Effect 3: bottom line slides/fades in */
}

.studi-kasus-page div a {
  position: relative;
  display: inline-block;
  outline: none;
  text-decoration: none;
  font-weight: 600;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  font-size: 16px;
  color: #1B2E51;
}

.studi-kasus-page div a:hover {
  outline: none;
}

.studi-kasus-page div a:focus {
  outline: none;
}

.studi-kasus-page .cl-effect-3 a {
  padding: 10px 0;
}

.studi-kasus-page .cl-effect-3 a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFA000;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.studi-kasus-page .cl-effect-3 a:hover::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.studi-kasus-page .cl-effect-3 a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.studi-kasus-page .card-studi {
  background: #ffffff;
  border: 1px solid rgba(72, 87, 125, 0.2);
  border-radius: 4px;
  font-family: "Rubik", sans-serif;
  margin-bottom: 20px;
  padding: 15px 30px;
}

.studi-kasus-page .card-studi .jumlah-mhs span {
  color: rgba(0, 3, 40, 0.6);
}

.studi-kasus-page .card-studi .jumlah-mhs p {
  color: #000 !important;
}

.studi-kasus-page .card-studi .btn-baca {
  margin-top: 0;
}

.studi-kasus-page .card-studi .btn-baca a {
  color: #ff8f00;
  text-decoration: none;
}

.studi-kasus-page .card-studi img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.studi-kasus-page .card-studi a {
  color: #000328;
}

.studi-kasus-page .card-studi a h3 {
  font-family: "Archivo", sans-serif;
  font-size: 1.2rem;
  line-height: 26px;
  margin-bottom: 0;
}

.studi-kasus-page .card-studi p {
  font-size: 1rem;
  color: rgba(0, 3, 40, 0.6);
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/**  PARTNER SECTION 
  =========================
    - Main 
    - Owl Carousel Slideshow
  =========================
  */
.partner-section {
  padding-bottom: 5rem;
}

.partner-section h3 {
  font-size: 1.5rem;
  line-height: 33px;
  letter-spacing: -0.03em;
  text-align: center;
  margin-bottom: 70px;
}

.partner-section .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 50px;
}

/**  FOOTER SECTION 
  =========================
    - Persuasive Section 
    - Top Footer
  =========================
  */
.persuasive-section {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-image: url("../img/bg-footer.png");
  background-position: center;
  background-size: cover;
  height: 600px;
  text-align: center;
  font-family: "Rubik", sans-serif;
}

.persuasive-section h1 {
  color: #ffffff;
  text-align: center;
  font-weight: 200;
  font-size: 3.6rem;
}

.persuasive-section .hero-tagline {
  margin-top: 50px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 1rem;
  line-height: 33px;
  letter-spacing: -0.03em;
}

.persuasive-section .btn-warning {
  background-color: #FFA000;
  color: #ffffff;
  font-weight: 400;
  border: none;
}

.persuasive-section .btn-warning:hover {
  background-color: #ff8f00;
  color: #ffffff;
  border: none;
}

.persuasive-section .huge-btn {
  padding: 13px 24px 15px 24px;
}

.persuasive-section .hero-cta {
  margin-top: 14px;
  text-align: center;
  font-size: 18px;
}

.top-footer {
  margin-top: 50px;
  background: #0f1f3e;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: "Rubik", sans-serif;
}

.top-footer p {
  font-size: 16px;
  color: #9fa5b2;
  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;
}

.top-footer ul.footer-menu li {
  margin-bottom: 15px;
}

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

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

.bottom-footer {
  background-color: #0f1f3e;
}

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

/**  FITUR SECTION 
  =========================
    - Title 
    - Fitur
  =========================
  */
.fitur-section {
  margin-top: 100px;
  margin-bottom: 100px;
  font-family: "Rubik", sans-serif;
  text-align: center;
  /* Effect 3: bottom line slides/fades in */
}

.fitur-section h3 {
  font-size: 20px;
  line-height: 33px;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: #1B2E51;
}

.fitur-section p {
  font-size: 16px;
  color: #828282;
  line-height: 26px;
}

.fitur-section div a {
  position: relative;
  display: inline-block;
  outline: none;
  text-decoration: none;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  font-size: 16px;
  color: #03A9F4;
}

.fitur-section div a:hover {
  outline: none;
}

.fitur-section div a:focus {
  outline: none;
}

.fitur-section .cl-effect-3 a {
  padding: 10px 0;
}

.fitur-section .cl-effect-3 a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFA000;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.fitur-section .cl-effect-3 a:hover::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.fitur-section .cl-effect-3 a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.fitur-section .fitur-inner {
  margin-bottom: 70px;
}

.fitur-section .fitur-inner .uil {
  font-size: 72px;
  color: #1B2E51;
}

/**  DETAIL STUDI KASUS SECTION 
  =========================
    - Hero Studi
    - Studi Tajuk
    - Article
  =========================
  */
.hero-studi {
  margin-top: 80px;
}

.hero-studi h1 {
  color: #ffffff;
  text-align: center;
  font-weight: 200;
  font-size: 3.6rem;
  line-height: 75px;
  letter-spacing: -0.03em;
}

.hero-tajuk {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 18px;
  line-height: 33px;
}

.detail-studi {
  margin-top: 100px;
  margin-bottom: 100px;
  font-family: "Rubik", sans-serif;
}

.detail-studi p {
  font-size: 16px;
  color: #000000;
  line-height: 32px;
}

.article-quote {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid rgba(27, 46, 81, 0.2);
  border-bottom: 1px solid rgba(27, 46, 81, 0.2);
}

.article-quote h2 {
  font-weight: 400;
  font-size: 24px;
  font-style: italic;
  line-height: 38px;
}

.article-quote p.quote-user {
  margin-top: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
}

.article-quote p.quote-jabatan {
  margin-top: -10px;
  font-size: 16px;
  line-height: 22px;
  color: #828282;
}

.image-holder {
  margin-top: 50px;
  margin-bottom: 50px;
}

.studi-project {
  margin-top: 50px;
  font-family: "Rubik", sans-serif;
}

.studi-project p {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 30px;
  margin-bottom: 10px;
}

.studi-project h3 {
  font-weight: 300;
  font-size: 1.5rem;
  color: #ffffff;
}

.modal-header {
  border-bottom: none;
}

.nav-hidden {
  display: none;
}

.nav-hidden .dropdown-menu {
  background-color: transparent;
  border: none;
}

.nav-hidden .dropdown-item {
  color: #fff;
}

.nav-hidden .dropdown-item:hover {
  background-color: transparent;
}

#modal-contact {
  font-family: "Archivo", sans-serif;
}

#modal-contact .modal-lg {
  width: 100%;
}

#modal-contact img {
  width: 100%;
  height: auto;
}

#modal-contact h3 {
  font-size: 1.8rem;
}

#modal-contact p {
  font-size: 1rem;
  margin-bottom: 5px;
  color: #797b92;
}

#modal-contact a {
  color: #ffa000;
  text-decoration: none;
}

#modal-contact a:hover {
  color: #dd8b06;
  text-decoration: none;
}

.foot-contact {
  margin-top: 50px;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

.foot-contact .card-price {
  border: 1px solid rgba(72, 87, 125, 0.2);
  border-radius: 0px 0px 4px 4px;
  margin-bottom: 20px;
}

.foot-contact .card-price .card-head {
  background: #0f1f3e;
  border-radius: 4px 4px 0px 0px;
  padding: 20px;
}

.foot-contact .card-price .card-head span {
  color: #ffa000;
  font-size: 1rem;
  margin-bottom: 15px;
}

.foot-contact .card-price .card-head h3 {
  font-size: 3rem;
  color: #fff;
}

.foot-contact .card-price .card-head h3 small {
  margin-left: 10px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
}

.foot-contact .card-price .card-head .fitur-price {
  margin-top: 20px;
}

.foot-contact .card-price .card-head .fitur-price ul {
  list-style: none;
  display: table;
  border-spacing: 10px;
}

.foot-contact .card-price .card-head .fitur-price ul li {
  font-family: "Archivo", sans-serif;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.6);
  display: table-row;
}

.foot-contact .card-price .card-head .fitur-price li:before {
  content: url(../img/check.svg);
  margin-left: -1.3em;
  vertical-align: top;
  display: table-cell;
  text-align: right;
}

.foot-contact .card-price .card-desc {
  padding: 20px;
}

.foot-contact .card-price .card-desc p {
  color: rgba(0, 3, 40, 0.6);
  font-size: 1.1rem;
}

.foot-contact .card-price .card-desc a {
  color: #ffa000;
  font-size: 1.1rem;
  text-decoration: none;
  font-weight: 500;
  padding-bottom: 4px;
}

.foot-contact .card-price .card-desc a:hover {
  color: #1B2E51;
  border-bottom: 2px solid #FFA000;
}

.foot-contact .form-group {
  font-family: "Archivo", sans-serif;
  outline: none;
}

.foot-contact .form-group label {
  padding: 0;
  margin-bottom: 10px;
  color: rgba(39, 37, 48, 0.5);
  font-size: 1rem;
}

.foot-contact .form-group input {
  height: 48px;
}

.foot-contact .form-group input:focus {
  border: 1px solid #272530;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.foot-contact .form-group textarea:focus {
  border: 1px solid #272530;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.foot-contact .form-group select {
  height: 48px;
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  background: url("https://unicons.iconscout.com/release/v0.0.3/svg/angle-down.svg") no-repeat 98% 65%;
  background-size: 1.8em;
  padding-right: 10px;
  padding: 1rem;
  height: 3.5rem;
}

.foot-contact .btn-submit-mail {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #ffa000;
  border-radius: 3px;
  width: 100%;
  padding: 15px 60px;
  font-size: 1.1rem;
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  color: #fff;
}

.foot-contact .btn-submit-mail:hover {
  background-color: #db8b00;
}

.foot-contact .container-check {
  margin-top: 20px;
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.foot-contact .container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.foot-contact .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 2px;
  background-color: #e5e5e5;
}

.foot-contact .container-check:hover input ~ .checkmark {
  background-color: #ccc;
}

.foot-contact .container-check input:checked ~ .checkmark {
  background: #ffa000;
}

.foot-contact .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.foot-contact .container-check input:checked ~ .checkmark:after {
  display: block;
}

.foot-contact .container-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.foot-contact .container-check p {
  font-size: 1rem;
  color: rgba(39, 37, 48, 0.7);
  font-family: "Archivo", sans-serif;
  padding-left: 40px;
  margin-top: -25px;
}

.list-sosmed {
  margin-top: 4px;
}

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

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

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

.list-sosmed .item-kontak:hover {
  color: #1B2E51;
}

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

@media screen and (max-width: 480px) {
  .footer-item {
    margin-bottom: 48px;
  }
}

.profeeder-membantu {
  margin-top: 36px;
  margin-bottom: 0;
  text-align: center;
}

.demoTrial {
  padding: 14px;
  border-radius: 4px;
  width: 100%;
  display: none;
}

.pf-contactForm span {
  font-family: "Rubik", sans-serif;
  color: #ffa000;
  font-size: 1rem;
  font-weight: 500;
}

.pf-contactForm h3 {
  font-size: 1.8rem;
  font-family: "Archivo", sans-serif;
  line-height: 33px;
  margin-top: 10px;
  display: block;
  letter-spacing: -0.03em;
}

.pf-contactForm p {
  font-family: "Rubik", sans-serif;
  font-size: 1rem;
  line-height: 26px;
  color: #828282;
}

.pricing-profeeder {
  /* HTML5 display-role reset for older browsers */
}

.pricing-profeeder html,
.pricing-profeeder body,
.pricing-profeeder div,
.pricing-profeeder span,
.pricing-profeeder applet,
.pricing-profeeder object,
.pricing-profeeder iframe,
.pricing-profeeder h1,
.pricing-profeeder h2,
.pricing-profeeder h3,
.pricing-profeeder h4,
.pricing-profeeder h5,
.pricing-profeeder h6,
.pricing-profeeder p,
.pricing-profeeder blockquote,
.pricing-profeeder pre,
.pricing-profeeder a,
.pricing-profeeder abbr,
.pricing-profeeder acronym,
.pricing-profeeder address,
.pricing-profeeder big,
.pricing-profeeder cite,
.pricing-profeeder code,
.pricing-profeeder del,
.pricing-profeeder dfn,
.pricing-profeeder em,
.pricing-profeeder img,
.pricing-profeeder ins,
.pricing-profeeder kbd,
.pricing-profeeder q,
.pricing-profeeder s,
.pricing-profeeder samp,
.pricing-profeeder small,
.pricing-profeeder strike,
.pricing-profeeder strong,
.pricing-profeeder sub,
.pricing-profeeder sup,
.pricing-profeeder tt,
.pricing-profeeder var,
.pricing-profeeder b,
.pricing-profeeder u,
.pricing-profeeder i,
.pricing-profeeder center,
.pricing-profeeder dl,
.pricing-profeeder dt,
.pricing-profeeder dd,
.pricing-profeeder ol,
.pricing-profeeder ul,
.pricing-profeeder li,
.pricing-profeeder fieldset,
.pricing-profeeder form,
.pricing-profeeder label,
.pricing-profeeder legend,
.pricing-profeeder table,
.pricing-profeeder caption,
.pricing-profeeder tbody,
.pricing-profeeder tfoot,
.pricing-profeeder thead,
.pricing-profeeder tr,
.pricing-profeeder th,
.pricing-profeeder td,
.pricing-profeeder article,
.pricing-profeeder aside,
.pricing-profeeder canvas,
.pricing-profeeder details,
.pricing-profeeder embed,
.pricing-profeeder figure,
.pricing-profeeder figcaption,
.pricing-profeeder footer,
.pricing-profeeder header,
.pricing-profeeder hgroup,
.pricing-profeeder menu,
.pricing-profeeder nav,
.pricing-profeeder output,
.pricing-profeeder ruby,
.pricing-profeeder section,
.pricing-profeeder summary,
.pricing-profeeder time,
.pricing-profeeder mark,
.pricing-profeeder audio,
.pricing-profeeder video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.pricing-profeeder article,
.pricing-profeeder aside,
.pricing-profeeder details,
.pricing-profeeder figcaption,
.pricing-profeeder figure,
.pricing-profeeder footer,
.pricing-profeeder header,
.pricing-profeeder hgroup,
.pricing-profeeder menu,
.pricing-profeeder nav,
.pricing-profeeder section,
.pricing-profeeder main {
  display: block;
}

.pricing-profeeder ol,
.pricing-profeeder ul {
  list-style: none;
}

.pricing-profeeder blockquote,
.pricing-profeeder q {
  quotes: none;
}

.pricing-profeeder blockquote:before,
.pricing-profeeder blockquote:after,
.pricing-profeeder q:before,
.pricing-profeeder q:after {
  content: "";
  content: none;
}

.pricing-profeeder table {
  border-collapse: collapse;
  border-spacing: 0;
}

.pricing-profeeder *,
.pricing-profeeder *::after,
.pricing-profeeder *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pricing-profeeder a {
  text-decoration: none;
}

.pricing-profeeder .pricing-container {
  width: 90%;
  max-width: 1170px;
  margin: 4em auto;
}

.pricing-profeeder .pricing-container {
  margin: 6em auto;
}

.pricing-profeeder .pricing-container.full-width {
  width: 100%;
  max-width: none;
}

.pricing-profeeder .pricing-switcher {
  text-align: center;
}

.pricing-profeeder .pricing-switcher .fieldset {
  display: inline-block;
  position: relative;
  padding: 2px;
  border-radius: 50em;
  border: 2px solid #0f1f3e;
}

.pricing-profeeder .pricing-switcher input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.pricing-profeeder .pricing-switcher label {
  position: relative;
  z-index: 1;
  display: inline-block;
  float: left;
  width: 90px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-size: 1rem;
  color: #0f1f3e;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
}

.pricing-profeeder .pricing-switcher .switch {
  position: absolute;
  top: 2px;
  left: 2px;
  height: 40px;
  width: 90px;
  background-color: #ffa000;
  border-radius: 50em;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.pricing-profeeder .pricing-switcher input[type="radio"]:checked + label + .switch,
.pricing-profeeder .pricing-switcher
input[type="radio"]:checked
+ label:nth-of-type(n)
+ .switch {
  -webkit-transform: translateX(90px);
  transform: translateX(90px);
}

.pricing-profeeder .no-js .pricing-switcher {
  display: none;
}

.pricing-profeeder .pricing-list {
  margin: 2em 0 0;
}

.pricing-profeeder .pricing-list > li {
  position: relative;
  margin-bottom: 1em;
}

@media only screen and (min-width: 768px) {
  .pricing-profeeder .pricing-list {
    margin: 3em 0 0;
  }
  .pricing-profeeder .pricing-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .pricing-profeeder .pricing-list > li {
    width: 20%;
    float: left;
  }
  .pricing-profeeder .has-margins .pricing-list > li {
    width: 24%;
    float: left;
    margin-right: 1.5%;
  }
  .pricing-profeeder .has-margins .pricing-list > li:last-of-type {
    margin-right: 0;
  }
}

.pricing-profeeder .pricing-wrapper {
  position: relative;
  display: block !important;
}

.pricing-profeeder .touch .pricing-wrapper {
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.pricing-profeeder .pricing-wrapper.is-switched .is-visible {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-animation: rotate 0.5s;
  animation: rotate 0.5s;
}

.pricing-profeeder .pricing-wrapper.is-switched .is-hidden {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: rotate-inverse 0.5s;
  animation: rotate-inverse 0.5s;
  opacity: 0;
}

.pricing-profeeder .pricing-wrapper.is-switched .is-selected {
  opacity: 1;
}

.pricing-profeeder .pricing-wrapper.is-switched.reverse-animation .is-visible {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: rotate-back 0.5s;
  animation: rotate-back 0.5s;
}

.pricing-profeeder .pricing-wrapper.is-switched.reverse-animation .is-hidden {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: rotate-inverse-back 0.5s;
  animation: rotate-inverse-back 0.5s;
  opacity: 0;
}

.pricing-profeeder .pricing-wrapper.is-switched.reverse-animation .is-selected {
  opacity: 1;
}

.pricing-profeeder .pricing-wrapper > li {
  background-color: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid #BDBDBD;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.pricing-profeeder .pricing-wrapper > li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  pointer-events: none;
  background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
}

.pricing-profeeder .pricing-wrapper > li.is-ended::after {
  display: none;
}

.pricing-profeeder .pricing-wrapper .is-visible {
  position: relative;
  z-index: 5;
}

.pricing-profeeder .pricing-wrapper .is-hidden {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.pricing-profeeder .pricing-wrapper .is-selected {
  z-index: 3 !important;
}

@media only screen and (min-width: 768px) {
  .pricing-profeeder .pricing-wrapper > li::before {
    content: "";
    position: absolute;
    z-index: 6;
    left: -1px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
  }
  .pricing-profeeder .pricing-wrapper > li::after {
    display: none;
  }
  .pricing-profeeder .exclusive .pricing-wrapper > li {
    outline: 3px solid #ffa000;
    z-index: 6;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    background-image: url("../img/star.png");
    background-position: top right;
    background-repeat: no-repeat;
  }
  .pricing-profeeder .has-margins .pricing-wrapper > li,
  .pricing-profeeder .has-margins .exclusive .pricing-wrapper > li {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  }
  .pricing-profeeder :nth-of-type(1) > .pricing-wrapper > li::before {
    display: none;
  }
  .pricing-profeeder .has-margins .pricing-wrapper > li {
    border-radius: 4px 4px 6px 6px;
  }
  .pricing-profeeder .has-margins .pricing-wrapper > li::before {
    display: none;
  }
}

@media only screen and (min-width: 1500px) {
  .pricing-profeeder .full-width .pricing-wrapper > li {
    padding: 2.5em 0;
  }
}

.pricing-profeeder .no-js .pricing-wrapper .is-hidden {
  position: relative;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  margin-top: 1em;
}

@media only screen and (min-width: 768px) {
  .pricing-profeeder .exclusive .pricing-wrapper > li::before {
    display: none;
  }
  .pricing-profeeder .exclusive + li .pricing-wrapper > li::before {
    display: none;
  }
}

.pricing-profeeder .pricing-header {
  height: auto;
  padding: 2rem;
  pointer-events: auto;
  text-align: center;
  color: #173d50;
  background-color: transparent;
}

.pricing-profeeder .exclusive .pricing-header {
  color: #ffa000;
  background-color: transparent;
}

.pricing-profeeder .exclusive .pricing-header p {
  font-size: 1rem;
  font-weight: bold;
  background: #ffa000;
  color: #173d50;
  padding: 0.75rem;
  font-weight: 500;
}

.pricing-profeeder .pricing-header h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
  text-transform: capitalize;
}

.pricing-profeeder .pricing-header p {
  font-size: 1rem;
  font-weight: bold;
  background: rgba(255, 160, 0, 0.35);
  padding: 0.75rem;
  font-weight: 500;
}

.pricing-profeeder .duration::before {
  content: "/";
  margin-right: 2px;
}

.pricing-profeeder .value {
  font-size: 1.65rem;
  font-weight: 600;
  font-family: "Archivo", sans-serif;
}

.pricing-profeeder .exclusive .currency,
.pricing-profeeder .exclusive .duration {
  color: #2d3e50;
}

.pricing-profeeder .currency {
  display: inline-block;
  margin-top: 10px;
  vertical-align: top;
  font-size: 2rem;
  font-weight: 700;
}

.pricing-profeeder .price,
.pricing-profeeder .price-contact-us {
  margin-top: 2rem;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 70px;
}

.pricing-profeeder .price-contact-us .contact-us {
  font-size: 1.65rem;
  font-weight: 600;
  font-family: "Archivo", sans-serif;
  color: #ffa000;
}

.pricing-profeeder .price-contact-us a p {
  background: none;
  padding: 0;
  font-size: 1rem;
  color: #173d50;
  font-weight: 500;
}

.pricing-profeeder .duration {
  font-weight: bold;
  font-size: 0.75rem;
  color: #ffa000;
}

.pricing-profeeder .pricing-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.pricing-profeeder .is-switched .pricing-body {
  overflow: hidden;
}

.pricing-profeeder .pricing-body {
  overflow-x: visible;
}

.pricing-profeeder .pricing-features {
  width: 600px;
  display: block !important;
}

.pricing-profeeder .pricing-features:after {
  content: "";
  display: table;
  clear: both;
}

.pricing-profeeder .pricing-features li {
  width: 100px;
  padding: 0 1rem;
  font-size: 0.925rem;
  text-align: left;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #4F4F4F;
}

.pricing-profeeder .pricing-features li:not(:last-child) {
  margin-bottom: 0.25rem;
}

.pricing-profeeder .pricing-features li i.uil-check-circle {
  color: #ffa000;
  font-size: 20px;
  font-weight: bold;
  margin-right: 0.5rem;
}

.pricing-profeeder .pricing-features li.gray {
  color: #BDBDBD;
}

.pricing-profeeder .pricing-features li.gray i.uil-times-circle {
  color: #BDBDBD;
  font-size: 20px;
  font-weight: bold;
  margin-right: 0.5rem;
}

.pricing-profeeder .pricing-features em {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

.pricing-profeeder .pricing-features {
  width: auto;
}

.pricing-profeeder .exclusive .pricing-features li {
  margin: 0 3px;
}

.pricing-profeeder .exclusive .pricing-features li:not(:last-child) {
  margin-bottom: 0.25rem;
}

.pricing-profeeder .pricing-features em {
  display: inline-block;
  margin-bottom: 0;
}

.pricing-profeeder .has-margins .exclusive .pricing-features li {
  margin: 0;
}

.pricing-profeeder .pricing-footer {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
}

.pricing-profeeder .pricing-footer {
  position: relative;
  height: auto;
  padding: 1.8rem 1rem;
  text-align: center;
}

.pricing-profeeder .pricing-footer::after {
  display: none;
}

.pricing-profeeder .has-margins .pricing-footer {
  padding-bottom: 0;
}

.pricing-profeeder .exclusive .btn-berlangganan {
  background: #ffa000;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1rem;
  padding: 0.75rem;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -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);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pricing-profeeder .exclusive .btn-berlangganan:hover {
  -webkit-transform: translate(0, -3px);
          transform: translate(0, -3px);
  background: #F2994A;
}

.pricing-profeeder .btn-berlangganan {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ffa000;
  font-weight: bold;
  font-size: 1rem;
  padding: 0.75rem;
  text-align: center;
  color: #ffa000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -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);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pricing-profeeder .btn-berlangganan:hover {
  -webkit-transform: translate(0, -3px);
          transform: translate(0, -3px);
  background: #F2994A;
  color: #fff;
}

.pricing-profeeder .secondary-theme .exclusive .select {
  background-color: #ffa000;
}

.pricing-profeeder .no-touch .secondary-theme .exclusive .select:hover {
  background-color: #112e3c;
}

.pricing-profeeder .has-margins .select {
  display: block;
  padding: 1.7em 0;
  border-radius: 0 0 4px 4px;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg);
    transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
}

@-webkit-keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}

@keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg);
    transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

@-webkit-keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
}

@keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg);
    transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
}

@-webkit-keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}

@keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg);
    transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

#paket {
  margin-bottom: 50px;
}

#paket .paket-bundle {
  margin-top: 3rem;
  padding: 36px;
  background: #d1ecf1;
  border: 1px solid #bee5eb;
  background-image: url("../img/bg-ornament-min.png");
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 8px 8px 8px 8px;
}

#paket .paket-bundle p {
  margin-bottom: 0;
}

#paket .paket-bundle .title-siakad {
  font-size: 28px;
  color: #1b2e51;
}

#paket .paket-bundle .text-siakad {
  font-size: 16px;
  color: #1b2e51;
}

#paket .paket-bundle .img-logo {
  width: 150px;
}

#paket .paket-bundle .btn-warning {
  background-color: #ffa000;
  color: #ffffff;
  font-weight: bold;
  border: none;
  padding: 0.75rem 2rem;
  margin-top: 4rem;
}

#paket .paket-bundle .btn-warning:hover {
  background-color: #ff8f00;
  color: #ffffff;
  border: none;
}

@media (max-width: 992px) {
  #paket .paket-bundle {
    border-radius: 8px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #paket #safari {
    background-color: #ffa000;
    color: #ffffff;
    font-weight: bold;
    border: none;
    padding: 0.75rem 2rem;
    margin-top: 4rem;
  }
}

.wp-select2 {
  width: 100%;
  height: 3rem;
  border-radius: 0.25rem !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 only screen and (max-width: 990px) {
  .studi-project .responsi {
    margin-top: -20px;
  }
  .header-inner .hero h1 {
    font-size: 2rem;
  }
  .header-inner .hero .hero-tagline {
    font-size: 1rem;
  }
  .hero-studi h1 {
    font-size: 3rem;
  }
  header .hero h1 {
    font-size: 3rem;
  }
  .cara-kerja {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
  .nav-head .navbar {
    display: none;
  }
  .nav-head .left-content p {
    font-size: 0.75rem !important;
  }
  .nav-head a img {
    height: 25px !important;
  }
  .kenapa-kami h3 {
    margin-top: 20px;
  }
  .persuasive-section h1 {
    font-size: 2.2rem;
  }
  .nav-hidden {
    display: block;
  }
}

@media (max-width: 480px) {
  .header-inner .hero h1 {
    font-size: 1.8rem;
  }
  .header-inner .hero .hero-tagline {
    font-size: 1rem;
  }
  .solusi .video-pattern {
    display: none;
  }
  .solusi .videoIframe {
    width: 100%;
    height: 250px;
  }
  .solusi .videoPoster {
    width: 100%;
    height: 250px;
  }
  .solusi .video_wrapper_full {
    padding-top: 250px;
  }
  .fitur .bg-orange .grid-step {
    display: -ms-grid;
    display: grid;
    grid-auto-rows: auto;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-areas: "alur-1" "alur-2" "alur-3" "alur-4" "alur-5" "alur-6" "alur-7" "alur-8";
  }
}

@media (min-width: 480px) and (max-width: 1200px) {
  .videoIframe {
    width: 100%;
    height: 250px !important;
  }
  .videoPoster {
    width: 100%;
    height: 250px !important;
  }
  .video_wrapper_full {
    padding-top: 250px !important;
  }
}
/*# sourceMappingURL=main.css.map */