body{
  touch-action: manipulation;
}

.text-dijitalin{
  color: #53c7f0 !important;
}

.bg-product-1{
  background-image: url('https://dijitalin.com/img/produk/produk-1.png'), url('https://dijitalin.com/img/produk/produk-2.png');
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
  background-position: 15% 20%, 83% 71%;
  background-size: 312px 410px, 319px 180px;
}

.box-product{
  background-image: linear-gradient(141deg, #a5d4da 0%, #1fc8db 51%, #2cb5e8 75%);
  padding: 25px;
  box-sizing: border-box;
  border-radius: 10px;
}

.line-product{
  width: 35%;
  margin: 10px 0px;
  border: none;
  border-top: 2px solid #fff;
}

.heading h2 {
  color: #41ade2;
  font-size: 3em;
  font-weight: 700;
}

.heading h3 {
  font-weight: lighter;
}

html {
  font-family: 'Montserrat', sans-serif !important;
}

.section-1 {
  background: #41ade2;
  padding: 180px 0 200px;
  position: relative;
  overflow: hidden;
}

.text-primary {
  color: #41ade2;
}

.background-primary {
  background: #41ade2;
  color: #fff !important;
}

.background-primary h2, .background-primary h3 {
  color: #fff;
}

/* .slick-slide {
margin: 0 100px;
}

.slick-list {
margin: 0 -100px;
} */

.slick-prev {
  z-index: 2;
}

.slick-track,.slick-list {
  margin-top: -173px;
  z-index: 2;
}

.slick-slide {
  transform: scale(0.9);
  opacity: .5;
  transition: .3s ease-in-out all;
}

.slick-slide.slick-center {
  opacity: 1;
  transform: scale(1.1);
}

.slick-center {
  z-index: 9999999999 !important;
}

#slider::after{
  display: block;
  content: '';
  height: 100%;
  background: url(../img/waves.svg) bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -1px;
  left: -20%;
  right: -20%;
  z-index: 2;
}

.min-margin-100 {
  margin-top: -130px;
}

.p-b-300 {
  padding-bottom: 300px !important;
}

.product {
  /* border : 2px solid #41ade2; */
  background: #fff;
  border-radius: 15px;
  margin: 10px;
  box-shadow: 5px 10px 8px #c3bbbb;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transform: scale(0.9);
  transition: 0.5s ease-in-out;
}

.product:hover {
  /* border : 2px solid #41ade2; */
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  transform: scale(1);
  z-index: 4;
  box-shadow: 1px 3px 2px #c3bbbb;
}

.product-content{
  padding: 20px;
  display: table;
  height: 100%
}

.product-child {
  display: table-cell;
  vertical-align: middle;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.copyright-content {
  background:#41ade2 !important;
}

#footer.footer-light span, #footer.footer-light a{
  color:#fff !important;
  font-weight: 600;
  height: 20px;
}

#particles-js {
  z-index: 3;
  background: transparent;
}

.icon-box.center .icon, .klien {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  margin-bottom: 0;
}

.icon-box.center .icon:hover, .klien:hover {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  transform: scale(1.2);
}

.vertical-align {
  transform: none;
}

img.vert-move-up {
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
@keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
@media only screen and (max-width: 991px) {
  .fluid-on-sm {
    padding: 0px !important;
  }
  .row-space {
    padding: 0px !important;
  }
}

@media only screen and (max-width: 768px) {
  /* .fb_dialog_mobile,  .fb_dialog_content{
  display: none !important;
  } */
  .slider_size {
    transform: scale(1.5);
  }
  #goToTop {
    bottom: 100px !important;
  }

  .mobile-menu {
    padding: 20px 0;
  }

  .mm-facebook {
    background: #3b5999;
  }

  .mm-instagram {
    background: #e4405f;
  }

  .mm-email {
    background: #dd4b39;
  }

  .mm-whatsapp {
    background: #25D366;
  }

  .map {
    margin-bottom: 70px !important;
  }

  .fb_dialog {
    margin-bottom: 70px !important;
  }
}
#goToTop {
  left: 26px !important;
}

.container-center {
  height: 100%;
  display: table;
}

.vertical-center {
  display: table-cell;
  vertical-align: middle;
}

.tabs-dijitalin > li{
  /* color: #53c7f0; */
  margin: 0 0 5px 0;
}

.tabs-dijitalin > li > a{
  background: transparent;
  font-weight: 500;
}

.tabs-vertical .tabs-navigation li.active a{
  font-weight: 700;
  border-right-color: #dddddd;
}

#page-title{
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
}

.pl90 {
  padding-left :90px !important;
}

.ml0 {
  margin-left :0px !important;
}

.main_img {
  max-height:400px!important;
  max-width:600px!important;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  margin: auto;
}

.w50 {
  width: 50% !important;
}

.w20 {
  width: 20% !important;
}

.f20 {
  font-size: 20px !important;
}

.bb {
  border-bottom: 1px solid black;"
}

.text-box.hover-effect img {
    margin: 90px 0 20px;
}

.text-box.hover-effect:hover img {
  margin: 70px 0 6px 0;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.lh60 {
  line-height: 60px !important;
  border-right: 1px solid #53c7f0;
}

.mb50 {
  margin-bottom: 50px !important;
}

.p-t-120 {
  padding-top: 120px !important;
}
