body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #16409e;
}

a:hover {
  color: #ff9702;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/* Back to Top */

.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #16409e;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #fff;
  color: #16409e;
  border: 2px solid#16409e;
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/* Head */

#header {
  height: 72px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 15px 0;
  background: #fff;
}

#header.fixed-top{
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #576971;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

@media (max-width: 768px) {
  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }
}

/* Sosmed Head */
.header-social-links a {
  color: #7b909a;
  padding: 12px 0 12px 6px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

.header-social-links a:hover {
  color: #16409e;
}

@media (max-width: 768px) {
  .header-social-links {
    padding-right: 48px;
  }
}

/* Menu  */
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #7b909a;
  padding: 10px 15px;
  transition: 0.3s;
  color:#444444;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #16409e;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #003651;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #16409e;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 21px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #16409e;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  /*bottom: 15px;*/
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #364146;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #16409e;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(32, 38, 41, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/* Title Banner */
#hero {
  width: 100%;
  /* height: 100vh; */
  /* background: #16409e; */
}

.hero-section {
  background: linear-gradient(to right, rgba(22, 54, 168, 0.849) 10%, rgba(61, 179, 197, 0.8) 100%), url(../img/login-bg.jpg);
  position: relative;
  background-position: center;
  background-size: cover;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

#hero .iop {
  width: 70%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


#hero h1 {
  margin: 0 0 20px 0;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
}

#hero h2 {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 86px;
  border-radius: 3px;
  transition: 0.5s;
  color: #fff;
  background: #ff9702;
}

#hero .btn-get-started:hover {
  border: 2px solid #16409e;
  background: #fff;
  color: #16409e;
  border-radius: 3px;
}

#hero .hero-img {
  text-align: center;
}

#hero .hero-img img {
  width: 70%;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero h1 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
  #hero h2 {
    font-size: 20px;
    text-align: center;
  }
  #hero .btn-get-started {
    text-align: center;
  }
  #hero .hero-img img {
    width: 50%;
    margin-top: 30px;
  }
  #hero .btn-package {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 21px;
    line-height: 30px;
    text-align: center;
  }
  #hero h2 {
    font-size: 16px;
    text-align: center;
  }
  #hero .btn-package {
    text-align: center;
    font-size: 10px;
  }
  #hero .btn-get-started {
    text-align: center;
    font-size: 10px;
  }
  #hero .hero-img img {
    width: 50%;
    margin-top: 30px;
  }
}


@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}


/* Section */
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7f8f9;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #ff9702;
}

.section-title p {
  margin-bottom: 0;
}

/* PAKET / FITUR*/

.fitur-tab {
  width:100%;
  max-width:1000px;
  margin:0 auto;
  position:relative;
}
.fitur-tab ul {
  display:flex;
  top:0px;
  z-index:10;
  padding:9px;
}
.fitur-tab li {
  list-style:none;
  flex:1;
  width: 89px;
}
.fitur-tab li:last-child {
  border-right:1px solid #DDD;
}
.fitur-tab .text-for-mobile {
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  color: #333333;
  padding: 5px;
}
button {
  width:100%;
  border: 1px solid #DDD;
  border-right:0;
  border-top:0;
  padding: 6px;
  background:#FFF;
  font-size:9px;
  font-weight:bold;
  height:auto;
  color:#999
}
.fitur-tab li.active button {
  background:#F5F5F5;
  color:#000;
}
.fitur-tab table { 
  border-collapse:collapse;
  table-layout:fixed;
  width:100%;
}
.fitur-tab th {
  background:#F5F5F5; 
  display:none; 
}
.fitur-tab td, th {
  height:53px
}
.fitur-tab i {
  font-size: 28px;
  padding: 0 23px;
}
.fitur-tab td,th { border:1px solid #DDD; padding:10px; empty-cells:show; }
.fitur-tab td,th {
  text-align:left;
}
.fitur-tab td+td, th+th {
  text-align:center;
  display:none;
}
.fitur-tab td.default {
  display:table-cell;
}
.fitur-tab .bg-grey {
  border-top:3px solid #a0a0a0;
}
.fitur-tab .bg-blue {
  border-top:3px solid #235fa3;
}
.fitur-tab .bg-green {
  border-top:3px solid #23a34e;
}
.fitur-tab .bg-purple {
  border-top:3px solid #7023a3;
}
.fitur-tab .bg-red {
  border-top:3px solid #a32323;
}
.fitur-tab .bg-orange {
  border-top:3px solid #cf8700;
}
.fitur-tab .sep {
  background:#16409e;
  color: #fff;
  font-weight:bold;
}
.fitur-tab .txt-l { font-size:15px; font-weight:bold; }
.fitur-tab .txt-top { position:relative; top:-9px; left:-2px; }
.fitur-tab .tick { font-size:18px; color:#2CA01C; }
.fitur-tab .tick-x { font-size:18px; color:#a01c1c; }
.fitur-tab .hide {
  border:0;
  background:none;
}

.fitur-tab .package .title-package {
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin: 7px 0;
}

.fitur-tab .package .price-package {
  font-size: 11px;
  text-align: center;
  /* text-transform: uppercase; */
}

.fitur-tab .package .btn-pick {
  text-align: center;
  margin: 17px 0;  
}
.fitur-tab .package .btn-pick a {
  font-size: 10px!important;
  text-transform: capitalize!important;
  padding: 8px 8px!important;
  border-radius: 7px;
  color: #fff;
  background: #16409e;
  border: 0;
}

@media (min-width: 640px) {
  .fitur-tab ul {
    display:none;
  }
  .fitur-tab .text-for-mobile {
    display: none;
  }
  .fitur-tab td,th {
    display:table-cell !important;
  }
  .fitur-tab td,th {
    width: 330px;
  }
  .fitur-tab td+td, th+th {
    width: auto;
  }
}

@media (max-width: 768px) {
  #feature .section-title h2 {
    font-size: 27px;
  }
  #feature .section-title p {
    font-size: 12px;
  }
}

/* HUBUNGI KAMI / INFO CUSTOM */
.hub-kami {
  background: linear-gradient(to right, rgba(22, 54, 168, 0.849) 10%, rgba(61, 179, 197, 0.8) 100%), url(../img/login-bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#hub-kami .hub-title{
  text-align: center;
  padding-bottom: 30px;
}
#hub-kami .hub-title h2 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
#hub-kami .hub-title p {
  font-size: 15px;color: #fff;font-size: 16px;font-weight:600;
}
#hub-kami .btn-hub {
  text-align: center;
}
#hub-kami .btn-hub .btn-hub-kami {
  background-color: #16409e;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.151);
}
#hub-kami .btn-hub .btn-hub-kami:hover{
  background-color: #fff;
  border: 2px solid #16409e;
  color: #16409e;
  font-weight: 600;
}

/* FAQ */
#faq {
  padding: 60px 0;
  overflow: hidden;
}
#faq #faq-list {
  padding: 0;
  list-style: none;
}
#faq #faq-list li {
  border-bottom: 1px solid #ebebeb;
}
#faq #faq-list a:hover {
  color: #16409e;
}
#faq #faq-list a {
  padding: 22px 0;
  display: block;
  position: relative;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  padding-right: 20px;
}
#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 20px;
}
#faq #faq-list p {
  margin-bottom: 20px;
}
#faq #faq-list a.collapse {
  color: #16409e;
}
#faq #faq-list a.collapsed {
  color: #000;
}
#faq #faq-list a.collapsed i::before {
  content: "\ece8" !important;
}

/* footer */
#footer {
  background: #16409e;
  padding: 0 0 15px 0;
  /* color: #fff; */
  font-size: 14px;
}

#footer .footer-bottom {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
} 
#footer .footer-bottom a{
  color: #fff;
  font-weight: 800;
} 
#footer .footer-bottom .copyright{
  color: #fff;
  font-weight: 600;
} 
#footer .footer-bottom a:hover{
  color: #ff8000;
} 

#footer .footer-top {
  background: #fff;
  padding: 60px 0 30px 0;
  border-top: 2px solid #e9ecee;
  border-bottom: 2px solid #e9ecee;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
  margin-right: 24px;
  text-align: center;
}

#footer .footer-top .footer-info a img {
  width: 131px;
  height: auto;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #576971;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #e9ecee;
  color: #8a9ca5;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #16409e;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #364146;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #16409e;
  font-size: 18px;
  line-height: 1;
  margin-left: -5px;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #576971;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #16409e;
}

/* WhatsApp-Side */
.fixed-whatsapp {
  position: fixed;
  bottom: 70px;
  right: 15px;
  width: 44px;
  height: 44px;
  z-index: 9999;
}

.fixed-whatsapp:before {
  content: "";
  background-repeat: no-repeat;
  background-size: 34px 34px;
  background-position: center center;
  width: 44px;
  height: 44px;
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg viewBox='0 0 24 24' width='32' height='32' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg%3e%3cpath style='fill:%23ffffff' d='M16.75,13.96C17,14.09 17.16,14.16 17.21,14.26C17.27,14.37 17.25,14.87 17,15.44C16.8,16 15.76,16.54 15.3,16.56C14.84,16.58 14.83,16.92 12.34,15.83C9.85,14.74 8.35,12.08 8.23,11.91C8.11,11.74 7.27,10.53 7.31,9.3C7.36,8.08 8,7.5 8.26,7.26C8.5,7 8.77,6.97 8.94,7H9.41C9.56,7 9.77,6.94 9.96,7.45L10.65,9.32C10.71,9.45 10.75,9.6 10.66,9.76L10.39,10.17L10,10.59C9.88,10.71 9.74,10.84 9.88,11.09C10,11.35 10.5,12.18 11.2,12.87C12.11,13.75 12.91,14.04 13.15,14.17C13.39,14.31 13.54,14.29 13.69,14.13L14.5,13.19C14.69,12.94 14.85,13 15.08,13.08L16.75,13.96M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22C10.03,22 8.2,21.43 6.65,20.45L2,22L3.55,17.35C2.57,15.8 2,13.97 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12C4,13.72 4.54,15.31 5.46,16.61L4.5,19.5L7.39,18.54C8.69,19.46 10.28,20 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
  background-color: #00C853;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
}
