/*Default Font*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
a {
    color: grey;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}
.nopadding{
  padding: 0px !important;
}
/*Navbar*/
.navbar{
  height: 70px;
}
.navbar-default {
    background-color: #e7e7e7;
}
.navbar-brand {
    padding: 25px 15px;
    font-size: 25px;
}
.navbar-nav {
  background-color: #e7e7e7;
}
.navbar-nav>li>a {
    padding-top: 25px;
}

.btn-select {
    position: relative;
    padding: 0;
    min-width: 100px;
    width: 100%;
    border-radius: 10;
    margin-bottom: 5px;
    background-color: rgba(222,222,222,0.3);
}

.btn-select .btn-select-value {
    padding: 6px 12px;
    display: block;
    position: absolute;
    left: 0;
    right: 34px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
}

.btn-select .btn-select-arrow {
    float: right;
    line-height: 20px;
    padding: 6px 10px;
    top: 0;
}



.btn-select ul {
    display: none;
    background-color: white;
    color: black;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: none !important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 33px;
    z-index: 999;
}

.btn-select ul li {
    padding: 3px 6px;
    text-align: left;
}


/*List*/

.list {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
}
.hr-grey {
    display: block;
    border: solid;
    border-width: 1px;
}


/*Service*/

.serviceBox .service-icon {
    color: transparent;
    background-color: transparent;
    line-height: 99px;
    height: 100px;
    width: 100px;
    margin: 0 auto 35px;
    border-radius: 50%;
    border: 1px solid transparent;
    display: block;
    transition: all 0.3s;
}
.serviceBox .img-service {
    color: transparent;
    background-color: #fff;
    line-height: 99px;
    height: 100px;
    width: 100px;
    margin: 0 auto 35px;
    border-radius: 50%;
    border: 2px solid transparent;
    display: block;
    transition: all 0.3s;
}

.serviceBox {
    font-family: 'K2D', sans-serif;
    text-align: center;
    padding: 5px 5px 50px;
}

.carousel-control {
    width: 2%;
}
/*Product Carusel*/
.carousel .carousel-control i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: -16px 0 0 0;
    z-index: 5;
    left: 0;
    right: 0;
    color: black;
    text-shadow: none;
    font-weight: bold;
}

.carousel-control.right {

    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(255, 255, 255, 0.5) 100%);
  }
.carousel-control.left {
  background-image: linear-gradient(to right,rgba(255, 255, 255, 0.5) 0,rgba(0,0,0,.0001) 100%);
}
.carousel-indicators li {
    background: rgba(0, 0, 0, 0.2);
}
.carousel .carousel-indicators {
    bottom: -30px;
}
.carousel-indicators li.active {
    background: rgba(0, 0, 0, 0.6);
}
.carousel-indicators li, .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 50%;
    border-color: transparent;
}
.img-box{
  height: 200px !important;
}
.img-box img{
  height: 100%;
  width: 100%; 
  object-fit: cover;
}
/*Cauresel bootstra*/

.scroll-testi {
    display: block;
    border: 0px solid #eee;
    padding: 5px;
    margin-top: 5px;
    height: 272px;
    overflow: scroll;
    background-color: transparent;
}

/* Testimoni*/
.carousel .item {
    min-height: 330px;
    text-align: center;
    overflow: hidden;
}
.image-testimoni{
  height: 370px; width: 100%;
  object-fit: cover;
}
.description-testimoni{
  background-color: #eee; padding: 15px; height: 370px;
}

/*Team*/
.box15 {
    position: relative;
}

.gambar-team{
  width: 100%; height: 355px; object-fit: cover;
}
.box15 .box-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s ease 0s;
}
.box15 .title {
    font-size: 22px;
    color: #fff;
    margin: 0;
    position: relative;
    top: 0;
    opacity: 0;
    transition: all 1s ease 5ms;
}
.box15:hover .box-content {
    background-color: rgba(226,226,226,.9);
}

/*Item Detail*/

.scroll {
    display: block;
    border: 4px solid #eee;
    padding: 5px;
    margin-top: 5px;
    height: 500px;
    overflow: scroll;
    background-color: transparent;
}
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 1;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    display: block;
}
#back2Top:hover {
    background-color: #eee;
    color: #000;
}

.gambar-item{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*Team*/

.basic-padding{
  height: 350px;
    padding-top:15px;
    padding-bottom:15px;
}
.image-hover {
  /*background: -webkit-linear-gradient(45deg, #ff89e9 0, #05abe0 100%);*/
  background-color: #eee;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.image-hover .overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px;
  text-align: left;
}
.image-hover .overlay::before {
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 90px;
  left: 5px;
  border: 2px solid #fff;
  opacity: 0;
  /*transition: opacity .35s, transform .45s;*/
  /*-webkit-transform: translate3d(-20px, 0, 0);*/
  /*transform: translate3d(-20px, 0, 0);*/
}

.image-hover img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  max-width: none;
  opacity: 1;
  width: calc(120%);
  height: 100%;
  object-fit: cover;
  transition: opacity .35s, transform .45s;
  -webkit-transform: translate3d(-40px, 0, 0);
  /*transform: translate3d(-40px, 0, 0);*/
}
.image-hover h2 {
  padding: 10% 0 5px;
  color: #333;
  position: relative;
  font-size: 17px;
  /*text-transform: uppercase;*/
}
.image-hover .btn-hover {
  display: inline-block;
  color: #fff;
  opacity: 0;
  margin: 0;
  padding: 0;
  border: none;
  /*-webkit-transition: opacity 0.35s, -webkit-transform 0.45s;*/
  transition: opacity .55s, transform .55s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.image-hover:hover img {
  opacity: .1;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.image-hover:hover .overlay::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.image-hover:hover .btn-hover {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
 .gambar-before{
  width: 100%;
  height: 100%;
  
}
@media (min-width: @screen-sm-min) { 
  .container{

  }
 }

/* Medium devices (desktops, width and up) */
@media (min-width: @screen-md-min) {
 }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px ) {
  .container-small{
    width: 1070px !important;
  }
  .container{
    width: 1270px;
  }
}
.bg-grey {
    padding: 20px;
    background: #eee;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
}
.preloader .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font: 14px arial;
}