.kotak {
	top: -40px !important;
	background-color: #fff;
	position: relative;
	box-shadow: black 0px 0px 20px 2px;
  border-radius: 20px;
}

.kotak2 {
  top: -60px !important;
  background-color: #fff;
  position: relative;
  box-shadow: black 0px 0px 20px 2px;
  border-radius: 20px;
}

.kotak3 {
    text-align: center;
    bottom: 5px !important;
    padding: 20px;
    background-color: #fff;
    position: relative;
    box-shadow: black 0px 0px 20px 2px;
    border-radius: 20px;
}

.container2 {
  height: 100px !important;
}

.bg {
  background-image: url('https://awsinsurance.com/wp-content/uploads/2015/11/background-clean.jpg') !important;
  background-size: cover;
}

.bg2 {
  background-image: url('https://www.nxdirectatl.com/wp-content/uploads/2017/02/White-Background-1.jpg') !important;
  background-size: cover;
}




/*sembunyikan*/
/*maxsimal Muncul di dekstop SEDANGKAN minimal muncul di hp */
@media (max-width: 767px) {
    .hidden {
        visibility: hidden;
        display: none;
        margin-bottom: 0px;
        margin-top: 0px;
        height: 0px;
    }

    #gambarMobile  {
      height: 20px;
    }
}

@media (min-width: 767px) {
    .hidden_dekstop {
        visibility: hidden;
        margin-bottom: 0px;
        margin-top: 0px;
        height: 0px;
        display: none;
    }

     #gambarMobile {
      height: 80px;
    }
}

.parallax { 
  /* The image used */
  background-image: url("img/slider-kapal-import-2.pngg");

  /* Set a specific height */
  height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*Navbar Slide*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #ad1622;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.icon a {
	display: contents !important;
} 

.sidenav a:hover {
  color: #dee2e6;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.bg-gradient { 
	background-image: linear-gradient(#E60013, #ad1622);
}

.bg-gradient-grey {
	background-image: linear-gradient(#ffffff, #efefef);
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/*Call Mobile*/
.call-action i {
  font-size: 20px;
  height: 20px;
  vertical-align: middle;
  padding: 4px;
  color: white;

}

.call-action a {
  color: white;
  text-decoration: none;
  font-size: 12px;
}

.call-action .col  {
  height: 40px;
  border: 1px solid white ;
  background-image: linear-gradient(#28a745, #28a745);

}

.container-mobile div {
  right: 5px;
}

.container-mobile {
  position: fixed;
  width: 30px;
  bottom: 30%;
  right: 1px;
}

/*Selesai Call Mobile*/

 hr {
  margin-top: 2px ;
  margin-bottom: 3px ;
}

.row a {
    color: #e60013 ; 
}


.tombol-wa {
    position: fixed;
    width: 200px;
    bottom: 30px;
    right: 20px;
    background-color: #25D366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    padding: 15px;
    z-index: 100;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tombol-wa i {
    margin-right: 10px;
}

