/**
* Template Name: Arsha - v4.7.0
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/*body {
  font-family: "Inter", sans-serif;
  color: #444444;
}*/

a {
  color: #47b2e4;
  text-decoration: none;
}

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

@font-face {
  font-family: "Syne", sans-serif;
  /*font-family: 'Geometr415 Lt BT';*/
  /*src: url("../../assets/font/geometric.ttf") format('truetype');*/
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Syne", sans-serif;
  font-weight: bold;
  color: #fff;
}

body {
  background: #000631; /*#092F59;*/
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #001158; /*#0F3E71;*/
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 20px;
  z-index: 996;
  background: #009e3f;
  width: 56px;
  height: 56px;
  border-radius: 48px 6px 48px 48px;
  transition: all 0.4s;
  margin: 0 24px 24px 0;

}
.back-to-top i {
  font-size: 32px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #0B7636;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 991px){
  .back-to-top{
    bottom: 45%;
    right: -5px;
  }
}

@media (max-width: 768px){
  .back-to-top {
    width: 36px;
    height: 36px;
  }

  .back-to-top i {
    font-size: 22px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  height: 64px;
}

#header .container{
  margin-top: -10px;
  /*margin-top: -70px;*/
  /*box-shadow: 1px 2px 2px black; */
  /*background: rgba(19, 15, 64,0.5);*/
}

#header.header-scrolled, #header.header-inner-pages {
  /*background: rgba(40, 58, 90, 0.9);*/
  /*margin-top: 100px;*/
  height: 60px;
  /*height: 110px;*/
  background: rgba(15, 62, 113, 0.75);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  /*backdrop-filter:blur(10px);*/
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header .logo a {
  color: #fff;
}
#header .logo img {
  max-height: 40px;
  margin-top: -20px;
}

/* special-disc */
.special-disc {
  height: 50px;
  background: #9b081a;
  margin-top: -15px;
}
.special-disc .row{
  width: 90%;
  float: right;
}

.special-disc .row .item .text {
  float: right;
  margin: 13px auto !important;
  max-width: 450px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.special-disc .row .item .tombol {
  font: left;
  margin: 12px auto !important;
  border: none; border-radius: 4px;
  background: #fff; color: #9b081a;
  font-size: 14px; font-weight: 600;
  width: 100px; height: 26px;
  transition: 0.2s;
}
.special-disc .row .item .tombol:hover { 
  box-shadow: 0 2px 9px #999;
  transform: translateY(-1px);
}
.special-disc .row .item .tombol:active {
  color: #c0392b;
  border: 1px solid #fff;
  background-color: #f1f2f6;
  box-shadow: 0 3px 2px #666;
  transform: translateY(0px);
}

.img-card {
  height: 62px; width: auto;
}

@media only screen and (max-width: 940px) {
  .special-disc .row{
    width: 88%;
    float: right;
  } 
  .special-disc .row .item .text { 
    margin: 13px auto !important;
    max-width: 450px; 
    font-size: 14px;
    font-weight: 500;
  }

  .special-disc .row .item .tombol { 
    margin: 12px auto !important;
    border: none; border-radius: 4px; 
    font-size: 13px; font-weight: 500;
    width: 98px; height: 24px;
    transition: 0.2s;
  }

  .img-card {
    height: 62px; width: auto;
  }

  .bottomright {
    max-width: 210px !important;
    height: 40px !important;
    margin-bottom: 30px;
  }

  .bottomright a {
    font-size: 13px;
  }
} 
@media only screen and (max-width: 650px) {
  .special-disc .row{
    width: 98%;
    float: right;
  } 
  .special-disc .row .item .text { 
    margin: 13px auto !important;
    max-width: 450px; 
    font-size: 12px;
    font-weight: 500;
  }
  .special-disc .row .item .tombol { 
    margin: 12px 35px 35px !important;
    border: none; border-radius: 4px; 
    font-size: 12px; font-weight: 500;
    width: 90px; height: 22px; 
    padding-bottom: 1px;
  }

  .img-card {
    height: 55px; width: auto;
  }

  .bottomright {
    max-width: 210px !important;
    height: 40px !important;
    margin-bottom: 30px;
  }

  .bottomright a {
    font-size: 13px;
  }
}  
@media only screen and (max-width: 470px) {
  .special-disc .row{
    width: 100%;
  }
  .special-disc .row .item .text { 
    margin: 12px auto !important;
    max-width: 550px; 
    font-size: 10px;
    font-weight: 500;
  }
  .special-disc .row .item .tombol { 
    margin: 12px auto !important;
    border: none; border-radius: 4px; 
    font-size: 11px; font-weight: 500;
    width: 82px; height: 18px; 
    padding-bottom: 1px;
  }

  .img-card {
    height: 37px; width: auto;
  }

  .bottomright {
    max-width: 170px !important;
    height: 20px !important;
    margin-bottom: 30px;
  }

  .bottomright a {
    font-weight: 500 !important;
    font-size: 11px;
  }

  .footer-link {
    margin: 0 !important;
    padding: 0 !important;
  }
  .footer-link table tr td {
    text-align: left;
  }

  .footer-icon a img {
    height: 12px !important;
    width: 12px !important;
  }
} 

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  margin-top: -10px;
}
.navbar li {
  position: relative;
  font-family: 'Inter', sans-serif;
}
.navbar .btn-cg {
  font-family: 'Inter', sans-serif;
  color: #fff;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #47b2e4;
}
.navbar .getstarted {
  background: #192a56;
}
.navbar .getstarted, .navbar .getstarted:focus {
  padding: 7px 20px;
  margin-left: 30px;
  border-radius: 40px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #47b2e4;
  font-weight: 600;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #3AB0F4;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #47b2e4;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile li {
  font-family: 'Geometr415 Lt BT';
}

.navbar-mobile .btn-cg {
  width: 97%;
  justify-content: left;
  align-items: left;
  margin:initial!important;
  margin-left: 15px!important;
  padding: 20px!important;
  font-family: 'Geometr415 Lt BT';
}

.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #47b2e4;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #47b2e4;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

@media (max-width: 768px) {
  .navbar-mobile .btn-cg {
    width: 96%;
  }
}

@media (max-width: 590px) {
  .navbar-mobile .btn-cg {
    width: 95%;
  }
}

@media (max-width: 478px) {
  .navbar-mobile .btn-cg {
    width: 94%;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  background-repeat: no-repeat, repeat;
  background-size: cover;
  padding-top: 100px;

}

/*#hero .container {
  padding-top: 20px;
}*/

#hero h1 {
  margin: 0 0 10px 0;
  /*font-size: 64px;
  font-weight: 700;
  line-height: 61.6px;*/
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 59px;
  color: #fff;

}

#hero .text-animate {
  position: relative;
  left: 11%;
}

#hero .text-animate span {
  font-size: 56px;
  font-weight: 700;
  line-height: 61.6px;
  font-family: "Syne", sans-serif;
  margin-left: -4px;
  color: #4CBCFE;
  position: relative;
  display: inline-block;
  animation: animate 1.5s ease-in-out infinite;
  animation-delay: calc(0.1s * var(--i))
}

@keyframes animate {
  0%{
    transform: translateY(0px);
  }
  20%{
    transform: translateY(-20px);
  }
  40%,100%{
    transform: translateY(0px);
  }
}

/*#hero .text-slide {
  overflow: hidden;
  height: 73px;
  margin-left: -5px;
}

#hero .text-slide div div {
  display: inline-block;
  color: white;
  padding: 6px 14px;
  margin-bottom: 97px;
}

#hero .text-slide div:nth-child(1) {
  animation: textSlide 5s linear infinite;

}

@keyframes textSlide {
  0%{margin-top: 0px}
  5%{margin-top: -90px}
  33%{margin-top: -90px}
  38%{margin-top: -90px}
  66%{margin-top: 0px}
  71%{margin-top: 0px;}
  99.99%{margin-top: 0px}
  100%{margin-top: -90px}*/

  /*0%{margin-top: -90px}*/
  /*15%{margin-top: -90px}*/
  /*5%{margin-top: -90px}*/
  /*25%{margin-top: -90px}*/
  /*50%{margin-top: -90px}*/
  /*55%{margin-top: 0px}*/
  /*60%{margin-top: 0px}*/
  /*75%{margin-top: 0px}*/
  /*85%{margin-top: -90px}*/
  /*90%{margin-top: -90px}*/
  /*100%{margin-top: 0px}*/

  /*0%{margin-top: -270px}
  5%{margin-top: -180px}
  33%{margin-top: -180px}
  38%{margin-top: -90px}
  66%{margin-top: -90px}
  71%{margin-top: 0px}
  99.99%{margin-top: 0px}
  100%{margin-top: -270px}*/
/*}*/

/*#hero .text-slide {
  margin-left: -30px;
  height: 70px;
  overflow: hidden;
}

#hero .text-slide li{
  font-size: 48px;
  font-weight: 700;
  line-height: 70px;
  color: #4CBCFE;
  list-style-type: none;
  position: relative;
  top: 0;
  animation: txtSlide 4s steps(2) infinite;
}

#hero .text-slide li:last-child{
  font-size: 48px;
  font-weight: 700;
  line-height: 70px;
  color: #009E3F;
  list-style-type: none;
  position: relative;
  top: 0;
  animation: txtSlide 4s steps(2) infinite;
}

@keyframes txtSlide {
  100%{
    top: -140px;
  }
}*/

/*#hero .text-slide li span{
  position: relative;
}

#hero .text-slide li span:after{
  content: "";
  position: absolute;
  left: 0;
  height: 70px;
  width: 100%;
  background: #0F3E71;
  border-left: 2px solid #4CBCFE;
  animation: typing 2s steps(12) infinite;
}

#hero .text-slide li:last-child span:after{
  content: "";
  position: absolute;
  left: 0;
  height: 70px;
  width: 100%;
  background: #0F3E71;
  border-left: 2px solid #009E3F;
  animation: typing 2s steps(12) infinite;
}

@keyframes typing {*/
  /*100%{
    left:100%;
    margin:0 -35px 0 35px;
  }*/

  /*0%{
    left:0%;
  }
  20%{
    left:20%;
  }
  40%{
    left:40%;
  }

  60%{
    left:60%;
  }
  100%{
    left:100%;
    margin:0 -35px 0 35px;

  }
}*/

#hero .ket-header p{
  text-align: left;
  width: 420px; 
  margin-left: 10px;
  color: #fff;
  /*font-weight: 600;*/
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
}

#hero .btn-get-started {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 7px 7px 11px 7px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
  text-align: center;
  height: 43px;
  width: 100%;
}

#hero .btn-get-started2 {
  font-weight: 900;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  letter-spacing: 1px;
  display: inline-block;
  /*padding: 7px 7px 11px 7px;*/
  padding: 7px 11px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #009E3F;
  text-align: center;
  height: 43px;
  /*width: 100%;*/
  /*width: fit-content;*/
  margin-left: 11.2%;
  margin-right: 10px;
}

#hero .btn-play {
  font-weight: 900;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  letter-spacing: 1px;
  display: inline-block;
  /*padding: 7px 7px 11px 7px;*/
  padding: 7px 11px;
  border-radius: 50px;
  transition: 0.5s;
  /*margin: 10px 0 0 0;*/
  color: #fff;
  /*background: #009E3F;*/
  border: 2px solid #47b2e4;
  text-align: center;
  height: 43px;
  /*width: 100%;*/
  /*width: fit-content;*/
  /*margin-left: 22.2%;*/
}

#hero .btn-play:hover {
  background: #3AB0F4;

}

#hero .btn-get-started .btn-p{
  font-size: 9px;
}

#hero .btn-get-started2 .btn-p{
  font-size: 9px;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}
#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}
#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}
#hero .btn-watch-video:hover i {
  color: #47b2e4;
}
#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@media (max-width: 991px) {
  #hero {
    text-align: center;
  }
  #hero .animated {
    /*-webkit-animation: none;*/
    /*animation: none;*/
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 90%;
  }
  #hero .header-img-left img{
    margin-left: 30px;
  }

  #hero .ket-header p{
    margin-left: 12%;
    width: 75%;
    text-align: center;
  }

  #hero .btn-get-started {
    width: 403px;
  }

  #hero .btn-get-started2 {
    margin-left: 0;
  }

  #hero .btn-play {
    margin-left: 0;
  }

  #hero .row {
    justify-content: center;
  }

  #hero .text-animate {
    position: relative;
    left: 0;
  }


}
@media (max-width: 768px) {
  /*#hero h1 {
    font-size: 28px;
    line-height: 36px;
  }*/

  #hero .hero-img img {
    width: 90%;
    padding: 25px 0;
  }

  #hero .header-img-left img{
    margin-left: 30px;
  }

  /*#hero .btn-get-started {
    width: 373px;
  }

  #hero .btn-get-started2 {
    width: 373px;
  }*/

}

@media (max-width: 467px){
  /*#hero .ket-header p{
    justify-content: center
  }*/
}

@media (max-width: 575px) {

  #hero h1{
    font-size: 32px;
    line-height: 35.2px;
    width: 80%;
    margin-left: 10%;
  }

  #hero .text-animate span {
    font-size: 32px;
    line-height: 35.2px;
  }

  #hero .ket-header p{
    font-size: 14px;
  }

  #hero .btn-get-started {
    font-size: 14px;
    height: 38px;
    /*width: 303px;*/
  }

  #hero .btn-get-started2 {
    font-size: 14px;
    height: 38px;
    /*width: 303px;*/

  }

  #hero .btn-play {
    font-size: 14px;
    height: 38px;
    /*width: 303px;*/

  }

  /*#hero .btn-get-started .btn-p{
    font-size: 7px;
  }

  #hero .btn-get-started2 .btn-p{
    font-size: 7px;
  }*/

}

@media (max-width: 420px) {

  #hero .ket-header p{
    /*margin-left: 45px;*/
    /*font-size: 10px;*/
  }

  /*#hero .btn-get-started {
    font-size: 14px;
    height: 43px;
    width: 243px;
  }

  #hero .btn-get-started2 {
    font-size: 14px;
    height: 43px;
    width: 243px;
  }*/

  #hero .btn-get-started .btn-p{
    font-size: 5px;
  }

  #hero .btn-get-started2 .btn-p{
    font-size: 5px;
  }

}

@media (max-width: 404px) {

  #hero .btn-get-started {
    /*font-weight: 700;*/
    font-size: 11px;
    height: 30px;
    width: 100%;
  }

  #hero .btn-get-started2 {
    /*font-weight: 700;*/
    font-size: 11px;
    height: 30px;
    /*width: 100%;*/
  }

  #hero .btn-play {
    font-size: 11px;
    height: 30px;
  }

  /*#hero .text-slide li{
    font-size: 32px;
    font-weight: 700;
    line-height: 70px;
  }

  #hero .text-slide li:last-child{
    font-size: 32px;
    font-weight: 700;
    line-height: 70px;
  }*/

}

@media (max-width: 344px) {

  #hero .btn-get-started {
    font-size: 8px;
    height: 25px;
  }

  #hero .btn-get-started2 {
    font-size: 8px;
    height: 25px;
  }

  #hero .btn-play {
    font-size: 8px;
    height: 25px;
  }

}

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

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
}

/*.section-bg {
  background-color: #f3f5fa;
}*/

.section-title {
  text-align: center;
}
.section-title h2 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-size: 40px;
  font-weight: 700;
  line-height: 35.2px;
}
/*.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: black;
  bottom: 0;
  left: calc(50% - 20px);
}*/

/*subtitle*/
.section-subtitle {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  line-height: 28px;
  color: #fff;
}
/*.section-subtitle p {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  line-height: 28px;
  color: #fff;
}*/

@media (max-width: 520px){
  
  section {
    padding: 15px 0;
  }

  .section-title h2{
    font-size: 32px;
    line-height: 35.2px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .section-subtitle p{
    font-size: 14px;
    line-height: 19.6px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 368px){
  .section-title h2{
    font-size: 24px;
    line-height: 26.4px;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }

  .section-subtitle p{
    font-size: 12px;
    line-height: 19.6px;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e03a3c;
}
.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e03a3c;
}
.clients .swiper-slide img {
  /*opacity: 0.5;*/
  transition: 0.3s;
  /*filter: grayscale(100);*/

}
.clients .swiper-slide img:hover {
  /*opacity: 1;*/
  /*filter: none;*/
}


/*--------------------------------------------------------------
# Space
--------------------------------------------------------------*/
/*#space {
  height: 284px;
}*/

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-left: 28px;
  position: relative;
}
.about .content ul li + li {
  margin-top: 10px;
}
.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #47b2e4;
  line-height: 1;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.about .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #47b2e4;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #47b2e4;
}
.about .content .btn-learn-more:hover {
  background: #47b2e4;
  color: #fff;
  text-decoration: none;
}

.btn-cg {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;

  position: static;
  width: 128px;
  height: 42px;
  left: 505px;
  top: 0px;

  /* Brand Color/Secondary */

  background: #4CBCFE;
  border: 1px solid transparent;
  border-radius: 24px;

  /* Inside Auto Layout */

  flex: none;
  order: 5;
  flex-grow: 0;
  margin: 0px 24px;
  color: #fff;
  transition: 0.4s;
  padding-left: 22px!important;
}

.btn-cg:hover{
  background: #3AB0F4;
  color: #fff!important;
}

/*--------------------------------------------------------------
# Container Testimony #
-------------------------------------------------------------- */
.why-sis {
  height: 525px;
}

/*--------------------------------------------------------------
# Testimony #
-------------------------------------------------------------- */

.testimony {
  color: white;
  /*font-size: 1.8vw;*/
  font-size: 24px;
  line-height: 30px;
  font-family: 'Inter', sans-serif;
  text-align: justify;
  padding-top: 5%;
}

.testimony .nama-testi{
  color: white;
  font-size: 24px;
  /*font-size: 1.8vw;*/
  font-weight: 700;
  line-height: 30px;
  font-family: 'Inter', sans-serif;
}

@media (min-width: 800px) and (max-width: 992px) {
  .testimony {
    height: fit-content!important;
  }

  .why-sis {
    height: 625px;
  }
}

@media (max-width: 768px) {
  .testimony {
    font-size: 20px;
    line-height: 24px;
    padding-top: 50px;
  }

  .testimony .nama-testi{
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 590px) {
  .testimony {
    width: 80%;
    left: 10%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;

  }

  .testimony .nama-testi{
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .why-sis {
    height: 625px;

  }
}

/*--------------------------------------------------------------
# Mid
--------------------------------------------------------------*/
/*.clients{*/
  /*position:relative;*/
  /*z-index: 1;*/
/*}*/

.mid .m-content{
  /*position: absolute;*/
  /*margin-top: -220px;*/
  /*left: 10%;*/
  /*width: 80%;*/
  /*height: 436px;*/
  /*border: 1px solid transparent;*/
  /*border-radius: 20px;*/
  /*z-index: 2;*/
  /*box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.5);*/
  /*background: white;*/

  background: #134F90;
  /* Inner Sjhadow */

  box-shadow: inset 0px 1px 15px rgba(203, 236, 255, 0.25), inset 0px 0px 10px rgba(76, 188, 254, 0.5);
  border-radius: 32px;
}

.mid .ins {
  text-align: center;
  margin: 0;
  padding: 15px;
}

.mid .ins img{
  width: 100%;
}

.mid .ins1 {
  padding: 32px;
}

.mid .ins1 p{
  font-weight: normal;
  font-size: 24px;
  line-height: 38px;
  text-align: justify;
  color: #fff;
}

@media (max-width: 1920px) {

  /*.mid .ins{
    background: orange;
  }*/

  .mid .ins img{
    width: 70%;
    height: auto;
  }

}

@media (max-width: 1280px) {

  /*.mid .ins{
    background: orange;
  }*/

  .mid .ins img{
    width: 100%;
    height: auto;
  }

}

@media (max-width: 991px) {

  .mid .ins img{
    width: 65%;
    height: auto;
  }

  /*.mid .ins1 {
    margin-top: -60px;
  }*/
}

@media (max-width: 520px) {

  .mid .ins1 img{
    width: 100%;
    height: auto;
  }

  .mid .ins1 p {
    font-size: 14px;
    line-height: 19.6px;
  }
}

@media (max-width: 320px) {
  .mid .ins1 p {
    font-size: 10px;
    line-height: 19.6px;
  }
}

/* Ekosistem SISCOM ONLINE */ 
/*.grid-ekosistem {
  display: grid;
  grid-template-columns: 378px 378px 378px;
} 

.grid-ekosistem .item-ekosistem {
  background-color: #ffffff; 
  box-shadow: 1px 2px 4px #000;
  border-radius: 6px;
  padding: 20px; 
  margin: 16px;
}

.grid-ekosistem .item-ekosistem .img-item { 
  margin: 6px auto;
  padding: 0px;
}
.grid-ekosistem .item-ekosistem .judul-item h5 {
  color: #000;
  font-size: 14px;
  padding: 0px;
}
.grid-ekosistem .item-ekosistem .ket-item {
  color: #2f3640;
  text-align: left;
  font-size: 12px;
  padding: 0px;
  padding: 5px;
}


@media only screen and (max-width: 770px) {
  .grid-ekosistem { 
    grid-template-columns: auto auto;
  }
  .grid-ekosistem .item-ekosistem {  
    padding: 15px; 
    margin: 12px;
  }
  .grid-ekosistem .item-ekosistem .img-item {  
    padding: 1px;
  }
  .grid-ekosistem .item-ekosistem .judul-item h5 { 
    font-size: 12px ;
  }
  .grid-ekosistem .item-ekosistem .ket-item { 
    text-align: left;
    font-size: 10px;
    padding: 3px;
  }
} 

@media only screen and (max-width: 470px) {
  .grid-ekosistem { 
    grid-template-columns: auto auto;
  }
  .grid-ekosistem .item-ekosistem {
    padding: 15px; 
    margin: 8px;
  }
  .grid-ekosistem .item-ekosistem .img-item {  
    padding: 2px;
  }
  .grid-ekosistem .item-ekosistem .judul-item h5 { 
    font-size: 11px ;
  }
  .grid-ekosistem .item-ekosistem .ket-item { 
    text-align: left;
    font-size: 8px;
    padding: 2px;
  }
} 
*/

/* Ekosistem SISCOM ONLINE */ 
/*https://codepen.io/tyler-chipman/pen/JjyByMj*/
.col-hp {
  margin: auto -12px;
}
.item-ekosistem {
  background: white; /*#001767;*/
  border-radius: 8px;
  margin: 16px;
  padding: 10px 8px;
  height: 174px; /*164px;*/
  max-width: 378px;
  z-index: 0;
}
.item-ekosistem:hover {
  cursor: pointer;
  height:auto;
  width: auto;
  transform:scale(1.3);
  -ms-transform:scale(1.3); /* IE 9 */
  -moz-transform:scale(1.3); /* Firefox */
  -webkit-transform:scale(1.3); /* Safari and Chrome */
  -o-transform:scale(1.3); /* Opera */
  box-shadow: 3px 3px 1px #111111; 
  opacity: 1.0;
  z-index: 9;
}
.item-ekosistem .img-item { 
  margin: 0 auto;
  padding: 0px;
  z-index: 0;
}
.item-ekosistem .img-item img { 
  border-radius: 8px;
  height: 138px;
  width: auto;
  z-index: 0;
}
.item-ekosistem .judul-item {
  color: #001767; /*#FFFFFF;*/
  margin: 0; padding: 0;
  z-index: 0;
}
.item-ekosistem .judul-item h5 {
  color: #001767; /*#FFFFFF;*/
  font-size: 14px; font-weight: 600; 
  margin: 0 5px;
  z-index: 0;
}
.item-ekosistem .ket-item {
  color: #001767; /*#E9EDF5;*/
  text-align: left;
  font-size: 11.5px;
  padding: 5px; 
  z-index: 0;
}

@media only screen and (max-width: 770px) {  
  .item-ekosistem { 
    border-radius: 5px;
    margin: 10px;
    padding: 10px 5px;
    height: 164px;
    max-width: 380px;
  }
  .item-ekosistem .img-item {  
    padding: 1px;
  }
  .item-ekosistem .img-item img { 
    border-radius: 4px;
    height: 98px;
    width: auto;
  }
  .item-ekosistem .judul-item h5 { 
    font-size: 12px ; 
  }
  .item-ekosistem .ket-item { 
    text-align: left;
    font-size: 10px;
    padding: 3px;
  }
} 
@media only screen and (max-width: 572px) {
  .col-hp {
    display: grid;
    grid-template-columns: auto auto;
  }
  .item-ekosistem { 
    border-radius: 5px;
    margin: 5px;
    padding: 8px 5px;
    max-height: 160px;
    max-width: 370px;
  }
  .item-ekosistem .img-item img { 
    border-radius: 4px;
    height: 75px;
    width: auto;
  }
  .item-ekosistem .judul-item h5 { 
    font-size: 11px ;
  }
  .item-ekosistem .ket-item { 
    text-align: left;
    font-size: 9px; 
  }
} 
@media only screen and (max-width: 415px) {
  .col-hp {
    display: grid;
    grid-template-columns: auto auto;
  }
  .item-ekosistem { 
    border-radius: 5px;
    margin: 2px;
    padding: 8px 5px;
    max-height: 140px;
    max-width: 350px;
  }
  .item-ekosistem .img-item img { 
    border-radius: 4px;
    height: 65px;
    width: auto;
  }
  .item-ekosistem .judul-item h5 { 
    font-size: 9px ;
  }
  .item-ekosistem .ket-item { 
    text-align: left;
    font-size: 8px; 
  }
} 
/*--------------------------------------------------------------
# Enterprise
--------------------------------------------------------------*/

.enterprise {
  /*background-image: url("../../assets/img/background/bg-enterprise2.png");*/
  /*background-repeat: no-repeat, repeat;
  background-size: 100% 100%;*/
  /*background: cover;*/
  /*padding: 0!important;*/

  /*background: #0F3E71;
  padding: 42px 0px!important;
  box-shadow: inset 0px 1px 15px rgba(203, 236, 255, 0.25), inset 0px 0px 10px rgba(76, 188, 254, 0.5);
  border-radius: 32px;*/
}

.enterprise .container {
  background: white; /*#001158;*/ /*#0F3E71;*/
  padding: 30px 0!important;
  box-shadow: inset 0px 1px 15px rgba(203, 236, 255, 0.25), inset 0px 0px 10px rgba(76, 188, 254, 0.5);
  border-radius: 32px;
}

.enterprise .e-left .ket-hd span, .enterprise .e-left .ket-hd label {
  color: #001767; /*#fff;*/
  font-family: "Inter", sans-serif;
}

/*.enterprise .e-left .keterangan span{
  color:#fff;
  font-family: "Inter", sans-serif;
}*/
.enterprise .e-left .keterangan a{
  font-size: 12px;
  color: #001767; /*#fff;*/
  font-weight: 500;
  font-family: "Inter", sans-serif;
  border: 2px solid #4CBCFE;
  border-radius: 24px;
  padding: 3px 12px;
  margin-top: 15px;
}

.enterprise .e-left .keterangan a:hover{
  color: #001767; /*#fff;*/
  background: #4CBCFE;
}

.enterprise .e-left .lihat-fitur {
  /*background: orange*/
}

.enterprise .e-left .lihat-fitur a{
  font-size: 12px;
  color: #001767; /*#fff;*/
  font-weight: 500;
  font-family: "Inter", sans-serif;
  border: 2px solid #4CBCFE;
  border-radius: 24px;
  padding: 6px 24px;
}

.enterprise .e-left .lihat-fitur a:hover{
  color: #001767; /*#fff;*/
  background: #4CBCFE;
}

.enterprise .e-left {
  margin: 0;
  padding: 0;
}

.enterprise .e-right {
  margin: 0;
  padding: 0;
}

.enterprise table {
  margin-top: 15px;
}

.enterprise td {
  color: #001767; /*#fff;*/
  font-family: 'Inter', sans-serif;
  font-size: 9px;
}

.enterprise .e-right h4{
  color: #001767; /*#fff;*/
  font-weight: 700;
  font-size: 32px;
  line-height: 35.2px;
  text-align: center;
}

.enterprise .e-right .e-right-ket{
  color: #001767; /*#fff;*/
  font-size: 16px;
  text-align: center;
  font-family: 'Inter', sans-serif;
}

.enterprise .enterprise-links {
  margin-bottom: 30px;
}

.enterprise .enterprise-links img{
  width: 15px;
  height: 15px;
  margin-right: 8px;
  border-radius: 10px;
}

.enterprise .enterprise-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.enterprise .enterprise-links ul i {
  padding-right: 2px;
  color: #009E3F;
  line-height: 1;
}
.enterprise .enterprise-links ul li {
  padding: 4px 0;
  display: flex;
  align-items: center;
  font-family: 'Inter', sans-serif;
  padding-left: 23%;
}
.enterprise .enterprise-links ul li:first-child {
  padding-top: 0;
}
.enterprise .enterprise-links ul a {
  color: #001767; /*#fff;*/
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 12px;
}
.enterprise .enterprise-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}

.enterprise .btn-light {
  color: #001767; /*#fff;*/
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  line-height: 28px;
  width: 100%;
  max-width: 180px;
  height: 50px;
  border: 1px solid transparent;
  border-radius: 24px;
  margin-right: 20px;
  background: #47b2e4;
  padding-top: 10px;
}

.enterprise .btn-outline-lights {
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  line-height: 28px;
  width: 100%;
  max-width: 210px;
  height: 50px;
  border: 1px solid transparent;
  border-radius: 24px;
  color: #fff;
  background: #009E3F;
  padding-top: 10px;
}

.enterprise .btn-light:hover {
  background: #209dd8;
}

.enterprise .btn-outline-lights:hover {
  color: #fff;
  /*background: #209dd8;*/
}

.enterprise .btn-outline-lights img{
  margin-bottom: 3px;
  margin-right: 10px;
}

.enterprise .btn-light2 {
  color: #001767; /*#fff;*/
  font-size: 16px!important;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  line-height: 26px;
  width: 100%;
  max-width: 210px!important;
  height: 50px;
  border: 3px solid #209dd8; /*#4CBCFE;*/
  border-radius: 24px;
  margin-right: 20px;
  padding-top: 10px;
}

.enterprise .btn-outline-lights2 {
  font-size: 16px!important;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  line-height: 26px;
  width: 100%;
  max-width: 180px!important;
  height: 50px;
  border: 3px solid #209dd8; /*#4CBCFE;*/
  border-radius: 24px;
  color: #001767; /*#fff;*/
  padding-top: 10px;
}

.enterprise .btn-light2:hover {
  color: #fff;
  background: #209dd8;
}

.enterprise .btn-outline-lights2:hover {
  color: #fff;
  background: #209dd8;
}

@media (max-width: 1400px) {

  .enterprise .btn-light {
    font-size: 16px;
    max-width: 150px;
    max-height: 40px;
    padding-top: 5px;
    
  }

  .enterprise .btn-outline-lights {
    font-size: 16px;
    max-width: 180px;
    max-height: 40px;
    padding-top: 5px;
  }

  .enterprise .btn-light2 {
    font-size: 16px;
    max-width: 150px;
    max-height: 40px;
    padding-top: 5px;
    
  }

  .enterprise .btn-outline-lights2 {
    font-size: 16px;
    max-width: 180px;
    max-height: 40px;
    padding-top: 5px;
  }

}

@media (max-width: 1200px) {
  .enterprise .btn-light {
    font-size: 14px;
    max-width: 120px;
    max-height: 40px;
    padding-top: 5px;
    
  }

  .enterprise .btn-outline-lights {
    font-size: 14px;
    max-width: 150px;
    max-height: 40px;
    padding-top: 5px;
  }

  .enterprise .btn-outline-lights img{
    margin-bottom: 0px;
  }

  .enterprise .btn-light2 {
    font-size: 14px;
    max-width: 120px;
    max-height: 40px;
    padding-top: 5px;
    
  }

  .enterprise .btn-outline-lights2 {
    font-size: 14px;
    max-width: 150px;
    max-height: 40px;
    padding-top: 5px;
  }

}

@media (max-width: 992px) {

  .enterprise .e-right {
    margin-left: -35px;
  }

  .enterprise .e-right h4 {
    font-size: 24px;
    line-height: 26.4px;
  }

  .enterprise .e-right .e-right-ket {
    font-size: 12px;
  }

  .enterprise .btn-light {
    font-size: 12px;
    max-width: 150px;
    max-height: 30px;
    padding-top: 0px;
    
  }

  .enterprise .btn-outline-lights {
    font-size: 12px;
    max-width: 150px;
    max-height: 30px;
    padding-top: 0px;
    /*margin-top: 10px;*/
    margin-left: -20px;
  }

  .enterprise .btn-outline-lights img{
    margin-bottom: 0px;
  }

  .enterprise .btn-light2 {
    font-size: 12px!important;
    max-width: 150px!important;
    max-height: 30px!important;
    padding-top: 0px;
    
  }

  .enterprise .btn-outline-lights2 {
    font-size: 12px!important;
    max-width: 150px!important;
    max-height: 30px!important;
    padding-top: 0px;
    /*margin-top: 10px;*/
    margin-left: -20px;
  }

  .enterprise .enterprise-links ul li {
    padding-left: 0%;
  }

  .enterprise .e-title {
    margin-left: 5%;
  }

}

@media (max-width: 767px) {

  .enterprise .e-title {
    margin-left: 10px;
  }

  .enterprise .e-left {
    margin-top: 10px;
    padding-left: 35px;
  }

  .enterprise .e-left .btn-fitur{
    /*margin: 0!important;*/
    margin-left: -15px;
  }

  .enterprise .e-left .ket-hd{
    margin-left: -10px;
    padding-left: 0px;
  }

  .enterprise .e-right {
    margin-top: 28px;
    margin-left: 0px;
  }

  .enterprise .e-right h4 {
    font-size: 32px;
    line-height: 35.2px;
  }

  .enterprise .e-right .e-right-ket {
    font-size: 14px;
  }

  .enterprise .btn-light {
    font-size: 12px;
    max-width: 150px;
    max-height: 30px;
    padding-top: 0px;
    
  }

  .enterprise .btn-outline-lights {
    font-size: 12px;
    max-width: 150px;
    max-height: 30px;
    padding-top: 0px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .enterprise .btn-outline-lights img{
    margin-bottom: 3px;
  }

  .enterprise .btn-light2 {
    font-size: 12px;
    max-width: 150px;
    max-height: 30px;
    padding-top: 0px;
    
  }

  .enterprise .btn-outline-lights2 {
    font-size: 12px;
    max-width: 150px;
    max-height: 30px;
    padding-top: 0px;
    margin-top: 0px;
    margin-left: 0px;
  }

}
@media (max-width: 580px){
  .enterprise .container {
    width: 88.5%;
  }

  .enterprise .lihat-fitur {
    margin: 0px;
    padding: 0px;
    padding-left: 6%;
  }

  .enterprise .e-title {
    width: 70%;
    margin-left: 15%;
  }

  .enterprise .e-left {
    padding-left: 3px;
  }

  .enterprise .e-left .btn-fitur{
    /*margin: 0!important;*/
    margin-left: 0px;
  }

  .enterprise .e-left .ket-hd span p{
    font-size: 10px!important;
  }
}

@media (max-width: 420px){

  .enterprise .e-title {
    width: 55%;
    margin-left: 22%;
  }

  .enterprise .e-left {
    padding-left: 7%;
  }

  .enterprise .e-left .btn-fitur{
    /*margin: 0!important;*/
    margin-left: -12px;
  }

  .enterprise .enterprise-links ul a {
    font-size: 8px;
  }

  .enterprise .lihat-fitur a {
    font-size: 8px!important;
  }

  .enterprise .e-right h4 {
    font-size: 24px;
    line-height: 26.4px;
  }

  .enterprise .e-right .e-right-ket {
    font-size: 12px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .enterprise .btn-light {
    font-size: 8px;
    max-width: 120px;
    max-height: 30px;
    padding-top: 0px;
    
  }

  .enterprise .btn-outline-lights {
    font-size: 8px;
    max-width: 120px;
    max-height: 30px;
    padding-top: 0px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .enterprise .btn-light2 {
    font-size: 8px!important;
    max-width: 120px!important;
    max-height: 30px!important;
    padding-top: 0px!important;
    
  }

  .enterprise .btn-outline-lights2 {
    font-size: 8px!important;
    max-width: 120px!important;
    max-height: 30px!important;
    padding-top: 0px!important;
    margin-top: 0px!important;
    margin-left: 0px!important;
  }

  .enterprise .e-left .ket-hd span{
    font-size: 32px!important;
  }

}

@media (max-width: 320px){
  .enterprise .e-left .keterangan a{
    margin-left: 10%;

  }

  /*.enterprise .e-left .ket-hd span{
    font-size: 32px!important;
  }*/

  .enterprise .enterprise-links ul a {
    font-size: 6px;
  }

  .enterprise .btn-light {
    font-size: 12px;
    max-width: 150px;
    max-height: 30px;
    padding-top: 0px;
    margin-left: 20px;
    
  }

  .enterprise .btn-outline-lights {
    font-size: 12px;
    max-width: 150px;
    max-height: 30px;
    padding-top: 0px;
    margin-top: 10px;
    margin-left: 0px;
  }

  .enterprise .btn-light2 {
    font-size: 12px;
    max-width: 150px;
    max-height: 30px;
    padding-top: 0px;
    margin-left: 20px;
    
  }

  .enterprise .btn-outline-lights2 {
    font-size: 12px;
    max-width: 150px;
    max-height: 30px;
    padding-top: 0px;
    margin-top: 10px;
    margin-left: 0px;
  }

}

/*--------------------------------------------------------------
# Solusi Section
--------------------------------------------------------------*/
.solusi{
  margin-top: 40px;
  height: 100%;
}

.solusi-content{
  background: white; /*#001158;*/ /*#0F3E71;*/
  border-radius: 16px;
  /*height: 550px;*/
  height: 375px;
  margin: 10px;
}

.solusi-content:hover{
  height: 475px;
}

.solusi-content .row{
  margin-top: 15px;
}

.solusi-content .row:first-child{
  height: 120px;
}

.solusi-content .img{
  justify-content: center!important;
  width: 140px;
  height: 140px;
}

.solusi-content .judul{
  height: 70px;
}

.solusi-content h2{
  color: #001767; /*#fff;*/
  font-size: 28px;
  text-align: center;
  font-family: "Syne", sans-serif;
}

.solusi-content .keterangan{
  color: #001767; /*#fff;*/
  text-align: center;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  width: 50%;
  height: 125px;
  overflow: hidden;
  position: relative;
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
}

.solusi-content .keterangan:hover{
  height: 250px;
}

@media (min-width: 768px) and (max-width: 1024px){
  .solusi-content{
    height: 350px;
  }

  .solusi-content .row:first-child{
    height: 120px;
  }

  .solusi-content .img{
    height: 70px;
  }

  .solusi-content .judul{
    height: 35px;
  }

  .solusi-content h2{
    font-size: 14px;
  }

  .solusi-content .keterangan{
    font-size: 12px;
    height: 110px;
  }

  .solusi-content .keterangan:hover{
    font-size: 12px;
    height: 450px;
  }
}
/*--------------------------------------------------------------
# Fitur
--------------------------------------------------------------*/

#fitur{
  position:relative;
  /*z-index: 1;*/
  height: 100%;
  max-height: 1318px;
  background-repeat: no-repeat, repeat;
  background-size: 100% 100%;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/

#faq {
  /*background-image: url('../../assets/img/background/bg-faq.png');*/
  background-repeat: no-repeat;
  /*background-size: cover;*/
  background-size: 100% 100%;
  padding-top: 5%;

}

.faq .faq-list {
  margin-top: 50px;
}
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list li + li {
  margin-top: 15px;
}
.faq .faq-list li {
  color: #001767; /*#fff;*/
  padding: 20px;
  background: white; /*#001158;*/ /*#0F3E71;*/
  position: relative;
  /* Drop Shadow */

  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  /*width: 100%;*/
  /*max-width: 580px;*/
}
.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #47b2e4;
}
.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: #001767; /*#fff;*/
  transition: 0.3s;
}
.faq .faq-list a.collapsed:hover {
  color: #4CBCFE;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}

#faq .footer-content-top{
  /*margin: 90px 0;
  padding: 15% 15px;
  background: white;
  border:1px solid transparent;
  border-radius: 24px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.12);*/

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 26px 12px 16px;
  background: #134F90;
  margin-top: 99px;

  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.12);;
  border-radius: 32px;
}

#faq .footer-content-top .f-content-right{
  margin-top: 86px;
  margin-bottom: 86px;
}

#faq .footer-content-top h3{
  font-size: 40px;
  font-weight: 900;
  font-style: normal;
  line-height: 44px;
  color: #fff;
}

#faq .footer-content-top h5{
  font-size: 20px;
  font-weight: 100;
  line-height: 28px;
  color: white;
  font-family: 'Inter', sans-serif;
  margin-top: 30px;
}

#faq .footer-content-top a{
  font-size: 20px;
  font-weight: 100;
  line-height: 32px;
  font-family: 'Inter', sans-serif;
  margin-top: 24px;
  width: 261px;
  height: 46px;

  background: #001158; /*#0F3E71;*/

  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  color:#fff;

}

#faq .footer-content-top a:last-child{
  font-size: 20px;
  font-weight: 100;
  line-height: 28px;
  font-family: 'Inter', sans-serif;
  margin-top: 24px;
  width: 330px;
  height: 46px;
  
  background: #001158; /*#0F3E71;*/
  /* Drop Shadow */

  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  color:#fff;

}

#faq .footer-content-top a img{
  margin-right: 10px;
  margin-bottom: 5px;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }

  #faq .footer-content-top h3{
    font-size: 30px;
    line-height: 36px;
  }
}

@media (max-width: 992px) {

  #faq {
    padding-top: 13%;
  }

  #faq .footer-content-top {
    margin: 15px 0px;
  }

  #faq .footer-content-top h3{
    font-size: 40px;
    line-height: 46px;
  }

}

@media (max-width: 520px)
{

  #faq .footer-content-top .f-content-right{
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 468px){

  .faq .faq-list a {
    font-size: 13px;
    line-height: 18px;
  }

  .faq .faq-list p {
    font-size: 10px;
    line-height: 16px;
  }

  #faq .footer-content-top a{
    font-size: 16px;
    line-height: 22.4px;
    width: 201px;
    height: 46px;

  }

  #faq .footer-content-top a:last-child{
    font-size: 16px;
    line-height: 22.4px;
    width: 260px;
    height: 46px;
    
  }

}

@media (max-width: 380px){
  #faq .footer-content-top h3{
    font-size: 32px;
    font-weight: 700;
    line-height: 35.2px;
  }

  #faq .footer-content-top h5{
    font-size: 16px;
    font-weight: 100;
    line-height: 22.4px;
    font-family: 'Inter', sans-serif;
  }

}

@media (max-width: 320px){

  #faq .footer-content-top h3{
    font-size: 30px;
    line-height: 36px;
  }

  #faq .faq-right button{
    font-size: 14px;
  }

  .faq .faq-list a {
    font-size: 10px;
    line-height: 15px;
  }

  .faq .faq-list p {
    font-size: 9px;
    line-height: 14px;
  }

  #faq .footer-content-top h3{
    font-size: 24px;
    line-height: 26.4px;
  }

  #faq .footer-content-top h5{
    font-size: 14px;
    line-height: 19.6px;
  }

  #faq .footer-content-top a{
    font-size: 14px;
    line-height: 19.6px;
    width: 181px;
    height: 46px;

  }

  #faq .footer-content-top a:last-child{
    font-size: 14px;
    line-height: 19.6px;
    width: 240px;
    height: 46px;
    margin-left: 10px;
    
  }

}

@media (max-width: 299px){
  #faq .faq-right button{
    font-size: 12px;
  }
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;

  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #37517e;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  font-size: 16px;
  height: 72px;
  /*height: 112px;*/
  background: #001158; /*#0F3E71;*/
  color: #fff;
}

#footer .footer-link a{
  color: #fff;
  margin: 0 5px;
}

#footer .footer-link a:hover{
  color: #4CBCFE;
}

#footer .footer-icon a{
  margin: 0 3px;
}

#footer .footer-icon a img:hover{
  transform: translateY(-3px);
  transition: 0.2 ease;
}

#other-page {
  background: #fff;
}

.flink-desk {
  display: block;
}
.flink-mob {
  display: none;
}
/*#footer .social-links a {
  font-size: 32px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 7px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 46px;
  height: 46px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #4CBCFE;
  color: #fff;
  text-decoration: none;
}*/

@media (max-width: 540px){

  .flink-desk {
    display: none;
  }
  .flink-mob {
    display: block;
  }

  #footer .footer-link table{
    margin-left: 10%;
  } 

  #footer .footer-link a{
    display: flex;
    margin: 0;
    font-size: 9px;
    line-height: 1.2;
    margin: 0 1px;
    
  }

  #footer .footer-copyright {
    font-size: 8px;
  }

  #footer .footer-icon a{
    margin: 0;
  }

  #footer .footer-icon a img{
    width: 15px;
    height: 15px;
  }
}

/*--------------------------------------------------------------
# Modal Fitur Section
--------------------------------------------------------------*/

#modal-fitur .modal-content{
  background: #000631; /*#134F90*/
  border-radius: 24px; 
  margin-top: 5%; 
  /*padding-bottom: 40px;*/
}

#modal-fitur .modal-header{
  border-bottom: transparent;
}

#modal-fitur .modal-header .btn-close{
  width: 0 !important;
  height: 0 !important;
  padding: 20px;
}

#modal-fitur .modal-header button{
  color: #fff!important;
}

#modal-fitur .modal-body{
  border-radius: 24px; 
  width: 98%;  
  height: 430px; 
  left: .5%;
  padding: 5px 30px;
}

#modal-fitur .modal-body ul{
  list-style: none;
}

#modal-fitur .modal-body li{
  font-family: Inter;
  font-style: normal;
  font-size: 12px;
  line-height: 19.6px;
  /* identical to box height, or 140% */ 
  /* Base/White Base */

  color: #FFFFFF;
}

#modal-fitur .modal-body li img{
  width: 15px;
  height: 15px;
  /*border-radius: 10px;*/
  margin-right: 3px;
}

#modal-fitur .modal-body .row{
  height: 350px;
  overflow-y: scroll;

}

#modal-fitur .modal-footer ul{
  list-style: none;
}

#modal-fitur .modal-footer li{
  float: left;
  margin:15px;
  color: #fff;
  font-family: 'Geometr415 Lt BT';
}

#modal-fitur .modal-footer li img{
  margin-right: 2px;
  padding-bottom: 2px;
}

/*--------------------------------------------------------------
# Modal Addons Section
--------------------------------------------------------------*/

#modal-addons .modal-content {
  background: #000631; 
  border-radius: 24px; 
  margin-top: 20%; 
  padding-bottom: 40px;
}

#modal-addons .modal-header{
  border-bottom: transparent;
}

#modal-addons .modal-header .btn-close{
  width: 0 !important;
  height: 0 !important;
  padding-top: 20px;
}

#modal-addons .modal-body{
  background:#000631; /*#0F3E71;*/
  border-radius: 24px; 
  color: #fff;
}

@media (max-width: 453px){
  #modal-addons .modal-body p, #modal-addons .modal-body span{
    font-size: 14px!important;
  }
}
  