/**
* Author: Cartenz Teknolab
* License: http://cartenz.co.id/
*/

/*--------------------------------------------------------------
# Styling
--------------------------------------------------------------*/


.v-a-middle{
  vertical-align: middle;
}

.r-hug{
  right:130px;
}
/* BEGIN HEADER */

.header-menu {
  margin-top: 15px;
}

.header-titile {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  padding: 13px 0px 0px 15px;
}

.header-logo-title {
  display: inline-flex;
}

.header-language {
  display: flex;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  margin-left: 40px !important;
  margin-top: 9px !important;
}

.header-language-title {
  font-family: Open Sans;
  font-size: 14px !important;
  padding: 0px !important;
  margin-left: 0px !important;
}

.header-language-separator {
  color: #fff;
  padding-top: 2px !important;
}

.header-language-pd {
  padding: 5px 8px !important;
}

.header-language-title-active {
  color: #FED22E !important;
  text-decoration: none !important;
}

/* END HEADER */

/* BEGIN HERO */

.hero-img-background {
  position: absolute;
  /* top: 279px; */
  bottom: 0;
  right: 0;
  max-width: 67%;
}

.hero-bullet-background {
  position: absolute;
  top: 430px;
  bottom: 0;
  left: 0;
  width: 8%;
}

.img-fluid{
  z-index: 2;
}

.hero-title-header {
  font-family: Open Sans;
  font-weight: 300;
  color: #FFFFFF;
}

.hero-title-header-bold {
  font-weight: 800;
}

.hero-btn-contact-us {
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  padding: 8px 15px;
}

/* END HERO */

/* BEGIN ABOUT */

.about-backdrop {
  background-image: url("/templates/img/waves-transparant-background.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  width: 100%;
  padding-bottom: 50px;
  height: auto;
  /* padding-top: 10px; */
}

.about-card {
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 24px;
  margin: 8px;
  background: #fff;
  cursor: pointer;
}

.about-card.active{
  border: 1px solid #1C6AB8;
  box-shadow: 0px 10px 20px rgba(41, 76, 91, 0.16);
}

.about-card .title{
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;;
  line-height: 44px;
  color: #1C6AB8;
  margin-bottom: 0px;
}

.bg-about-icon{
  /* background-image: url(/templates/img/circle-full.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 100%; */
  position: absolute;
  width: 100%;
  margin: 67px 17px;
  right:10px;
}

.about-rocket-img {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
  position: absolute;
  margin-top: 8%;
  max-width: 25%;
  left: 0;
}

.about-rocket-img:hover {
  position: absolute;
  margin-top: 8%;
  max-width: 25%;
  left: 0;
}

.about-title {
  font-family: Open Sans;
  font-size: 26.5px;
  font-weight: 300;
  color: #294C5B;
  /* margin-top: 150px; */
}
.about-title > h2, .about-title .about-title-bold {
  color: #1C6AB8 !important;
}

.about-title-bold {
  font-family: Open Sans;
  font-size: 28px;
  font-weight: 700;
  color: #294C5B;
  margin-top: 150px;
}

.about-square{
  margin-top: 74px;
  width: 148px;
  position: absolute;
}

.about-mrg-our {
  margin-top: 25px;
}

.about-text-our {
  font-family: Open Sans;
  font-weight: bold;
  font-size: 19px;
  text-decoration-line: underline;
  color: #294C5B;
}

.about-img-our {
  width: 27px;
  margin-top: -8px;
  margin-left: 5px;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.about-our-value {
  margin-top: 250px;
  padding-top: 35px;
  padding-bottom: 100px;
}

.desc-value {
  display: none;
}

.desc-value.active {
  display: block;
}

@keyframes opac{from{opacity:0} to{opacity:1}}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.about-circle-one {
  position: absolute;
  margin-top: 115px;
  margin-left: -45px;
}

.about-circle-left-img {
  max-width: 20%;
  position: absolute;
  left: 0;
}

.about-circle-one-mrg {
  margin-right: 50px;
}

.about-img-one {
  max-width: 55px;
}

.about-mrg-circle-two {
  margin-top: -80px;
}

.about-circle-two {
  position: absolute;
  margin-top: 115px;
  margin-left: 100px;
}

.about-circle-right-img {
  max-width: 20%;
  position: absolute;
  right: 0;
}

.about-circle-two-mrg {
  margin-right: 50px;
}

.about-img-two {
  max-width: 105px;
  position: absolute;
  right: -145px;
}

.about-mrg-circle-three {
  margin-top: -30px;
}

.about-circle-three {
  position: absolute;
  margin-top: 105px;
  margin-left: -45px;
}

.about-img-three {
  max-width: 105px;
}

.about-title-circle {
  font-family: Open Sans;
  font-weight: bold;
  font-size: 32px;
  line-height: 35px;
  color: #1C6AB8;
}

.about-line-circle-left {
  border-bottom: 5px solid #F8773B;
  width: 32%;
  margin-top: 15px;
  margin-bottom: 25px;
}

.about-line-circle-right {
  border-bottom: 5px solid #F8773B;
  width: 32%;
  margin-top: 15px;
  margin-bottom: 25px;
  margin-left: 255px;
}

.about-text-circle {
  font-family: Open Sans;
  font-weight: 300;
  font-size: 19px;
  color: #294C5B;
}

.about-img-right {
  float: right;
  max-width: 330px;
  margin-top: -25px;
}

.about-img-left {
  float: left;
  max-width: 465px;
  margin-top: -25px;
}

.about-media-body-left {
  width: 380px;
}

.about-media-body-right {
  text-align: right;
  width: 380px;
}

.about-line-one-two {
  margin-top: -27px;
  margin-left: 80px;
  width: 951px;
}

.about-line-two-three {
  margin-top: -75px;
  margin-left: 80px;
  width: 956px;
}

.content-value{
  height: 77vh;
}
.about-top{
  padding-top: 150px;
}
/* END ABOUT */

/* BEGIN FEATURES */

.features {
  padding-top: 30px;
  padding-bottom: 10px;
}

.features-category-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 25px 5px rgba(165, 139, 139, 0.16);
  border-radius: 12px;
  margin: 55px 0px;
}

.features-category {
  min-width: 220px;
  min-height: 248px;
  background: #FFFFFF;
  box-shadow: 0px 4px 25px 5px rgba(165, 139, 139, 0.16);
  border-radius: 12px;
  margin: 55px 0px;
  padding: 25px 20px;
}

.features-category-img {
  width: 80px;
  margin-top: -80px;
}

.features-category-name {
  font-family: Open Sans;
  font-weight: bold;
  font-size: 18px;
  color: #292929;
  text-align: center;
  margin-top: 15px;
}

.features-category-text {
  font-family: Open Sans;
  font-size: 15.5px;
  text-align: center;
  color: #777777;
  margin-top: 13px;
/*  overflow-y: scroll;
  max-height: 140px;*/
}

.features-category-bottom-side-img {
  margin-top: 30px;
}

.features .section-header {
  margin-bottom: 40px;
}

.features .testimonial-item {
  text-align: center;
  color: #fff;
}

.features .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.features .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.features .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.features .testimonial-item .quote-icon-left, .features .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.features .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.features .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.features .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.features .owl-nav, .features .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.features .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.features .owl-dot.active {
  background-color: #1acc8d !important;
}

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

@media (min-width: 992px) {
  .features .testimonial-item p {
    width: 80%;
  }
}

/* END FEATURES */

/* BEGIN TESTIMONY */

.testimony {
  background-image: url(/templates/img/bg-testimonial.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 50px 0px 120px 0px;
  width: 100%;
  /* height: 1024px; */
  height: 650px;
  margin-top: 43px;
}

.testimony-mrg-backdrop {
  margin-top: 100px;
  margin-bottom: 30px;
}

.testimony-backdrop {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(165, 139, 139, 0.16);
  border-radius: 8px;
  padding: 20px 30px;
}

.testimony-bg-text {
  font-family: Open Sans;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #1C6AB8;
  padding-bottom: 30px;
}

.testimony-sm-text {
  font-family: Open Sans;
  font-size: 13.5px;
  line-height: 25px;
  text-align: center;
  color: #1C6AB8;
}

.testimony-backdrop-img {
  margin-top: -80px;
  padding-bottom: 20px;
  width: 130px;
}

.testimony-backdrop-quotes {
  position: absolute;
  top: -60px;
  left: 35px;
  width: 115px;
}

.testimony-backdrop-points {
  position: absolute;
  top: -42px;
  right: 75px;
  width: 115px;
}

/* END TESTIMONY */

/* BEGIN PARTNERS */

.btn-mitra{
  border: 1px solid #1C6AB8;
  background: #fff;
  color: #1C6AB8;
}

.text-mobile-map{
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 700;
  color: #294C5B;
}

.text-2-mobile-map{
  font-family: Open Sans;
  font-size: 15px;
  font-weight: 700;
  color: #294C5B;
}

.detail-map {
  padding: 10px;
}

.partners {
  padding-top: 50px;
  padding-bottom: 210px;
}

.partner-title {
  font-family: Open Sans;
  color: #1C6AB8;
  font-weight: 300;
}

.partner-subtitle {
  font-family: Open Sans;
  color: #1C6AB8;
  font-weight: bold;
}

.nav-partner{
  background-size: 25px;
  width: 50px;
  height: 50px;
  color: #000;
}

.nav-partner:focus, .nav-partner:hover, .nav-partner:visited {
  background-color: #FED22E !important;
  color: #fff;
}

.card-partner{
  height:260px;
  box-shadow: 0px 4px 30px rgba(165, 139, 139, 0.16);
  border-radius: 8px;
  background-color: #fff;
  color:#294C5B;
  padding: 20px;
}

.carousel-caption {
  color:#294C5B;
  text-align: left;
}

.card-partner-footer {
  color: #848D95;
  text-align: left;
}
.logo-partner{
  width: 50px !important;
  height:50px !important;
  text-align: left !important;
  vertical-align: middle;
}

.card-slide-title{
  vertical-align: middle;
  line-height: 50px;
  margin-bottom: 10px;
}

.card-slide-title2{
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

.partners-img-top {
  position: absolute;
  margin-top: -105px;
}

.partners-img-bottom {
  position: absolute;
  right: 0;
  width: 130px;
  height:253px;
  overflow: hidden;
}

.partners-column {
  padding: 10px 0px;
  text-align: center;
  display: inline-flex !important;
  float: unset;
  width: 100%;
}

.partners-pemda {
  /* width: 120px;
  height: 120px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #F2F2F2;
  border-radius: 50%;
  box-shadow: 0px 3px 10px 7px rgba(21, 21, 21, 0.1); */
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #F2F2F2;
  border-radius: 50%;
  box-shadow: 0px 3px 10px 7px rgba(21, 21, 21, 0.1);
  cursor:pointer;
  background-color: #fff;
}

.partners-column .active{
  width: 100px;
  height: 100px;
}

.mt-100{
  margin-top:100px;
}

.m-partner{
  margin-left: 40px;
  margin-right: 80px;
}

.owl-carousel .owl-stage-outer {
position: absolute;
width:100%;
}

.map-1 {
    top: -25px;
    left: 10px;
    cursor: pointer;
    z-index: 2;
    width: 80px;
}

.map-2 {
    top: 45px;
    left: 80px;
    width: 60px;
    cursor: pointer;
    z-index: 2;
}

.map-3 {
    top: 70px;
    left: 150px;
    width: 65px;
    cursor: pointer;
    z-index: 2;
}

.map-4 {
    position: absolute;
    width: 40px;
    top: 130px;
    left: 130px;
    z-index: 2;
    cursor: pointer
}

.map-5 {
  width: 30px;
  top: 166px;
  left: 235px;
  cursor: pointer;
  z-index: 2;
}

.map-6 {
  width: 45px;
  top: 232px;
  left: 201px;
  cursor: pointer;
  z-index: 2;
}

.map-7 {
  width: 30px;
  top: 205px;
  left: 290px;
  cursor: pointer;
  z-index: 2;
}

.map-8 {
  width: 40px;
  top: 263px;
  left: 250px;
  cursor: pointer;
  z-index: 2;
}

.map-9 {
  width: 50px;
  top: 288px;
  left: 281px;
  cursor: pointer;
  z-index: 2;
}

.map-10 {
  width: 20px;
  top: 312px;
  left: 334px;
  cursor: pointer;
  z-index: 2;
}

.map-11 {
  width: 25px;
  left: 394px;
  top: 339px;
  cursor: pointer;
  z-index: 2;
}

.map-12 {
  width: 30px;
  left: 489px;
  top: 348px;
  cursor: pointer;
  z-index: 2;
}

.map-13 {
  width: 50px;
  top: 343px;
  left: 532px;
  cursor: pointer;
  z-index: 2;
}

.map-14 {
  width: 40px;
  top: 168px;
  left: 539px;
  cursor: pointer;
  z-index: 2;
}

.map-15 {
  width: 25px;
  top: 272px;
  left: 633px;
  cursor: pointer;
  z-index: 2;
}

.map-16 {
  top: 84px;
  left: 832px;
  width: 23px;
  cursor: pointer;
  z-index: 2;
}

.map-17 {
  width: 25px;
  top: 214px;
  left: 966px;
  cursor: pointer;
  z-index: 2;
}

.map-18 {
  width: 30px;
  top: 249px;
  left: 1070px;
  cursor: pointer;
  z-index: 2;
}

.map-one,
.map-two {
    width: 128px;
    padding-left: 10px;
    position: absolute;
    transition: opacity .5s ease-in;
    opacity: 0
}

.font-map {
    color: #294C5B;
    font-size: 10px
}

.map-one {
  top: 18px;
  left: -55px;
  padding-bottom: 40px;
  border: 1px solid #306ab8;
  border-left: none;
  border-top: none;
}

.map-two {
    top: -155px;
    left: 90px;
    padding-bottom: 55px;
    border-right: none;
    border-top: none
}

.map-eight,
.map-five,
.map-seven,
.map-seventeen{
    border-top: 1px solid #306ab8
}

.map-three {
  opacity: 0;
  position: absolute;
  /* width: 140px; */
  top: -12px;
  left: 122px;
  transition: opacity .5s ease-in;
  border-left: 1px solid #306ab8;
  height: 75px;
  padding-left: 10px;
}

.map-four {
    opacity: 0;
    position: absolute;
    width: 100px;
    top: -10px;
    left: 205px;
    padding-left: 10px;
    padding-bottom: 50px;
    transition: opacity .5s ease-in
}

.map-five {
    opacity: 0;
    position: absolute;
    width: 112px;
    top: 150px;
    left: 45px;
    transition: opacity .5s ease-in
}

.map-six {
    opacity: 0;
    position: absolute;
    width: 150px;
    top: 103px;
    left: 255px;
    padding-left: 10px;
    padding-bottom: 60px;
    transition: opacity .5s ease-in
}

.map-seven {
  opacity: 0;
  position: absolute;
  width: 173px;
  top: 251px;
  left: 45px;
  transition: opacity .5s ease-in;
}

.map-eighteen,
.map-nine,
.map-tirteen {
    padding-right: 10px;
    border-right: 1px solid #306ab8
}

.map-eight {
    opacity: 0;
    position: absolute;
    width: 125px;
    top: 230px;
    left: 305px;
    padding-left: 25px;
    padding-top: 5px;
    transition: opacity .5s ease-in
}

.map-nine {
    opacity: 0;
    text-align: right;
    position: absolute;
    width: 125px;
    top: 284px;
    left: 150px;
    padding-top: 40px;
    transition: opacity .5s ease-in
}

.map-eleven,
.map-ten,
.map-twelve {
    text-align: left;
    transition: opacity .5s ease-in;
    opacity: 0;
    position: absolute;
    width: 125px;
    padding-left: 10px;
    border-left: 1px solid #306ab8
}

.map-ten {
  top: 327px;
  left: 306px;
  padding-top: 21px;
}

.map-eleven {
  top: 289px;
  left: 345px;
  padding-bottom: 25px;
}

.map-twelve {
  top: 358px;
  left: 405px;
  padding-top: 16px;
}

.map-tirteen {
  opacity: 0;
  text-align: right;
  position: absolute;
  width: 125px;
  top: 356px;
  left: 378px;
  padding-top: 38px;
  transition: opacity .5s ease-in;
}

.map-fourteen {
    opacity: 0;
    text-align: left;
    position: absolute;
    width: 125px;
    top: 231px;
    left: 559px;
    padding-left: 10px;
    padding-top: 30px;
    border-left: 1px solid #306ab8;
    transition: opacity .5s ease-in;
}

.map-fiveteen {
    opacity: 0;
    text-align: left;
    position: absolute;
    width: 125px;
    top: 187px;
    left: 559px;
    padding-left: 10px;
    padding-top: 50px;
    border-left: 1px solid #306ab8;
    transition: opacity .5s ease-in
}

.map-sixteen {
    opacity: 0;
    text-align: left;
    position: absolute;
    width: 125px;
    top: 286px;
    left: 644px;
    padding-left: 10px;
    padding-top: 20px;
    border-left: 1px solid #306ab8;
    transition: opacity .5s ease-in
}

.map-eighteen,
.map-seventeen {
    opacity: 0;
    width: 140px;
    transition: opacity .5s ease-in;
    position: absolute
}

.map-seventeen {
  text-align: left;
  top: 95px;
  left: 846px;
  padding-left: 37px;
  padding-top: 5px;
}

.map-eighteen {
  text-align: right;
  top: 223px;
  left: 836px;
  padding-top: 50px;
}

.map-nineteen {
  opacity: 0;
  position: absolute;
  text-align: left;
  top: 267px;
  left: 1073px;
  padding-left: 5px;
  padding-top: 40px;
  border-left: 1px solid #306ab8;
}

.map-four,
.map-six,
.map-two {
    border-left: 1px solid #306ab8
}

.layer-point{
  position: absolute;
}

.partners-logo-lhoksumawe {
  background-image: url(/templates/img/pemda/lhoksumawe.svg);
  background-size: 63%;
}

.partners-logo-metro {
  background-image: url(/templates/img/pemda/metro.svg);
  background-size: 44%;
}

.partners-logo-bengkalis {
  background-image: url(/templates/img/pemda/bengkalis.svg);
  background-size: 45%;
}

.partners-logo-serang {
  background-image: url(/templates/img/pemda/serang.svg);
  background-size: 45%;
}

.partners-logo-badung {
  background-image: url(/templates/img/pemda/badung.svg);
  background-size: 63%;
}

.partners-logo-palu {
  background-image: url(/templates/img/pemda/palu.svg);
  background-size: 45%;
}

.partners-logo-halmut {
  background-image: url(/templates/img/pemda/halmut.svg);
  background-size: 47%;
}

.partners-logo-buleleng {
  background-image: url(/templates/img/pemda/buleleng.svg);
  background-size: 57%;
}

.partners-logo-banjarmasin {
  background-image: url(/templates/img/pemda/banjarmasin.svg);
  background-size: 45%;
}

.partners-logo-manado {
  background-image: url(/templates/img/pemda/manado.svg);
  background-size: 47%;
}

/* END PARTNER */

/* GENERAL */

.sections-sub-title {
  font-family: Open Sans;
  text-align: center;
  font-size: 22px;
  color: #294C5B;
}

.sections-title {
  font-family: Open Sans;
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  color: #1C6AB8;
  margin-bottom: 55px;
}

.carousel-indicators {
  bottom: -30px !important;
}

.carousel-indicators li {
  border-bottom: 3px solid transparent !important;
  background: #1C6AB8;
  border-radius: 10px;
  height: 0px !important;
  width: 55px;
}

.prevs {
    left: -30px;
}

.nexts {
  right: -30px;
}

input::placeholder {
  color: #fff !important;
}

textarea::placeholder {
  color: #fff !important;
}

.scrollbar-card::-webkit-scrollbar-track
{
    margin-bottom: 9px;
    background-color: #f7f7f7;
    border-radius: 0px 0px 50px;
}

.scrollbar-card::-webkit-scrollbar
{
    width: 10px;
}

.scrollbar-card::-webkit-scrollbar-thumb
{
    border-radius: 50px;
    background-color: #dadada;
}

.scrollbar-card::-webkit-scrollbar-thumb:hover
{
    background-color: #ababab;
}

/* END GENERAL */

/* BEGIN ANIMATION */
.animate-bounce {
  animation-name: bounce;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}

/* END ANIMATION */

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: Open Sans;
  color: #444444;
}

a {
  color: #1acc8d;
}

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

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

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

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #49C4EB;
  border-top-color: #d2f9eb;
  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);
  }
}

.akses-demo {
  position: fixed;
  display: none;
  right: 70px;
  bottom: 0px;
  z-index: 99999;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
  border-radius: 8px 8px 0px 0px;
  padding: 5px 37px;
  border-top: 5px solid #1C6AB8;
  color:#1C6AB8;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.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: 50px;
  background: #FED22E;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #f9cc26;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: rgba(1, 4, 136, 0.9);
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: linear-gradient(246deg, #1C6AB8 15.07%, #49C4EB 116.74%);
  height: 70px;
  padding-top: 5px;
  padding-bottom: 15px;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
}

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

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

@media (max-width: 992px) {
  #header {
    height: 64px;
  }
  #header .logo h1 {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation 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: #fff;
  padding: 13px 0px;
  margin-left: 40px;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 500;
}

.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 3px;
  left: 0px;
  background-color: #FED22E;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}

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

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 25px;
  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;
  border-radius: 5px;
}

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

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

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

.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: 15px;
  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: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 20px;
  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: #01036f;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #1acc8d;
  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(35, 35, 35, 0.55);
  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;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  padding: 112px 0 0 0;
  height: 100vh;
  background-color: #f9f9fb;
}

#hero:before {
  content: "";
  background: linear-gradient(246deg, #1C6AB8 15.07%, #49C4EB 116.74%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  /* height: 630px; */
}

.content-hero {
  height: 92vh;
}

/* #hero h1 {
  margin: 0 0 20px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: rgba(255, 255, 255, 0.8);
} */

/* #hero h1 span {
  color: #fff;
  border-bottom: 4px solid #1acc8d;
} */

/* #hero h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
  font-size: 24px;
} */

#hero .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #1acc8d;
}

#hero .btn-get-started:hover {
  background: #17b57d;
}

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

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

@media (max-width: 991px) {
  #hero {
    padding-top: 80px;
  }
  /* #hero .animated {
    -webkit-animation: none;
    animation: none;
  } */
  #hero .hero-img {
    text-align: center;
    position: absolute;
    bottom: 35px;
    right: 0;
  }
  /* #hero .hero-img img {
    max-width: 50%; */
  /* }
  #hero h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
  } */
  /* #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  } */
}

@media (max-width: 575px) {
  /* #hero .hero-img img {
    width: 80%;
  } */
}

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

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

.hero-waves {
  display: block;
  margin-top: 60px;
  width: 100%;
  height: 60px;
  z-index: 5;
  position: relative;
}

.wave1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #fafaff;
  min-height: 40px;
  margin-top: 80px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 64px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 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: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background-image: url(/templates/img/footer-background.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
  padding: 0 0 30px 0;
  color: #fff;
  height: auto;
  font-size: 14px;
  background-color: #fafafc;
}

#footer.hero-btn-contact-us{
  padding: 8px 51px;
}

#footer .footer-top {
  padding: 165px 0 0px;
}

#footer .footer-logo {
  display: inline-flex;
  padding-top: 20px;
}

#footer .footer-text-left {
  font-family: Open Sans;
  font-weight: bold;
  font-size: 25.5px;
  color: #FFFFFF;
  padding: 20px 23px;
}

#footer .footer-copyright {
  font-family: Open Sans;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  padding: 35px 0px;
}

#footer .footer-text-center {
  font-family: Open Sans;
  font-weight: bold;
  font-size: 20.5px;
  line-height: 28px;
  margin-bottom: 15px;
  color: #FFFFFF;
}

#footer .footer-input-contact {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  border: 1px solid #96c6e5;
  font-family: Open Sans;
  font-size: 13.5px;
  color: #FFFFFF;
  margin-top: 12px;
  padding: 20px 18px;
}

#footer .footer-btn-kirim-contact {
  border: 1px solid #FED22E;
  border-radius: 8px;
  font-family: Open Sans;
  font-weight: bold;
  font-size: 15px;
  color: #FED22E;
  padding: 6px 30px;
  margin-top: 15px;
}

#footer .textarea-contact {
  padding: 15px 18px;
}

#footer .footer-contact-list {
  top: -3px;
  position: relative;
}

#footer .footer-contact-text {
  font-family: Open Sans;
  font-size: 14px;
  color: #FFFFFF;
}

#footer .footer-contact ul li.phone {
  background: url(/templates/img/phone-icon.svg) no-repeat left top;
  background-size: 18px !important;
  list-style: none;
  padding-left: 35px;
  padding-bottom: 8px;
}

#footer .footer-contact ul li.email {
  background: url(/templates/img/mail-icon.svg) no-repeat left top;
  background-size: 18px !important;
  list-style: none;
  padding-left: 35px;
  padding-bottom: 8px;
}

#footer .footer-contact ul li.map {
  background: url(/templates/img/marker-icon.svg) no-repeat left top;
  background-size: 16px !important;
  list-style: none;
  padding-left: 35px;
  padding-bottom: 8px;
}

#footer .footer-contact ul {
  padding-left: 12px;
  padding-top: 12px;
}


#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #010246;
  color: #fff;
  border-top: 4px solid #1acc8d;
  text-align: center;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

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

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  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: #1acc8d;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  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: #61ebba;
  font-size: 18px;
  line-height: 1;
}

#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: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #4be8b0;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px 6px 15px;
  position: relative;
  border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #1acc8d;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #149f6e;
}

#footer .copyright {
  border-top: 1px solid #010479;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.bounce-effect{
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}
