html{
	scroll-behavior: smooth;
}
.font-montserrat {
	font-family: 'Montserrat';
}

nav.navbar {
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 1px;
}
nav.navbar + div{
	margin-top: 56px;
}

.progress-container {
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
    z-index: 1031;
    top: 0;
}
.progress-baru {
  height: 3px;
  background: #4caf50;
  width: 0%;
}

.bg-blue-orange{
  background: linear-gradient(135deg, #3988fe 0%,#4285f4 10%,#f98c0e 75%);
}
.parallax {
  /* The image used */
/*  background-image: url("../images/contoh2.jpg"); */

  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: darken;
  background-color: rgba(0,0,0,0.5);
}
.parallax.home{
   background-image: url("../images/contoh2.jpg");  
}
.parallax.companyprofile{
   background-image: url("../images/companyprofile.jpg");  
}
.parallax.customer{
   background-image: url("../images/customer.png");  
}
.parallax.contact{
   background-image: url("../images/service-desk.jpg");  
}
.parallax.warehouse{
   background-image: url("../images/warehouse.jpg");  
}
.parallax.transportation{
   background-image: url("../images/transportation.jpg");  
}
.parallax.packaging{
   background-image: url("../images/packaging.jpg");  
}
.parallax.railway{
   background-image: url("../images/railway.jpg");  
}

.parallax.gcg{
   background-image: url("../images/gcg.jpg");  
}
.parallax.visimisi{
   background-image: url("../images/3.jpg");  
}
.parallax.hrd{
   background-image: url("../images/hrd.JPG");  
}
.parallax.bcsway{
   background-image: url("../images/BCS WAYS.jpg");  
}
.parallax.branch{
   background-image: url("../images/BRANCH.JPG");  
}
.parallax a.btn-block.icon-arrow-down{
	position: absolute;
	bottom: 20px;
	font-size: 30px;
}
.parallax a.btn-block.icon-arrow-down {
  animation-name: pulseFromTop;
  animation-duration: 1.7s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.btn-warning {
  color: #ffffff!important;
  background-color: #f98c0e!important;
  border-color: #f98c0e!important;
}
.btn-primary {
  color: #ffffff!important;
  background-color: #3988fe!important;
  border-color: #3988fe!important;
}

.text-warning {
  color: #f98c0e!important;
}
.text-primary {
  color: #3988fe!important;
}

.bg-primary {
  background-color: #3988fe!important;
}
.bg-warning {
  background-color: #f98c0e!important;
}
.video-cover{
    position: relative;  
    margin: 0; 
    background:#1a1a1a;
}
@keyframes pulseFromTop{
  from{ bottom: 50px; opacity: 0%; }
  to{ bottom: 20px; opacity: 100%; }
}
.parallax2 {
	background-image: url("../images/customer1.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: darken;
	background-color: rgba(0,0,0,0.5);
}
.parallax2 img, .customers img {
	max-height: 50px;
}
.parallax2 .nav-link.bg-white, .customers .nav-link.bg-white{
	background-color: rgba(255,255,255,0.6) !important;
}

.box-shadow{
  box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.2);
  transition: all cubic-bezier(0.87, 0, 0.58, 1) 0.2s;
}

.box-shadow:hover{
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-menu.show {
  animation-name: from-top;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}

@keyframes from-top {
  from { top: 20px; opacity: 0%;}
  to { top: 40px; opacity: 100%;}
}

.timeline.milestone::before {
    content: '';
    left: 50%;
    height: 100%;
    position: absolute;
    width: 4px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin-left: -2px;
}

.timeline .left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 15px;
    width: 0;
    z-index: 1;
    right: 14px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #0077f7;
}

.timeline .left::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: -10px;
    background-color: white;
    border: 4px solid #0077f7;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

.timeline .right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 15px;
    width: 0;
    z-index: 1;
    left: 14px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent #f1880e transparent transparent;
}

.timeline .right::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: -10px;
    background-color: white;
    border: 4px solid #f1880e;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

a.to-top{
	padding: 10px;
    width: 45px;
    height: 45px;
    position: fixed;
    z-index: 999;
    display: none;
    bottom: 20px;
    right: 50%;
    margin-right: -22.5px;
    font-weight: bold;
    transition: ease 0.3s;
    opacity: .7;
}

footer.bottom {
	font-size: smaller; 
}
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 2s linear infinite;
}

/* Custom Delay Animate.css */
.animated.delay-01s { animation-delay: 0.1s; }
.animated.delay-02s { animation-delay: 0.2s; }
.animated.delay-03s { animation-delay: 0.3s; }
.animated.delay-04s { animation-delay: 0.4s; }
.animated.delay-05s { animation-delay: 0.5s; }
.animated.delay-06s { animation-delay: 0.6s; }
.animated.delay-07s { animation-delay: 0.7s; }
.animated.delay-08s { animation-delay: 0.8s; }
.animated.delay-09s { animation-delay: 0.9s; }
.animated.delay-1s { animation-delay: 1s; }

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

.sidenav-about .nav-link.active::after {
    content: " ";
    height: 0;
    position: absolute;
    top: 9.5px;
    width: 0;
    z-index: 1;
    right: -10px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #0ca5f7;
}

#company_profile .carousel-inner .carousel-item .carousel-caption a.btn {
  transition: all ease .3s;
  width: 100px;
}
#company_profile .carousel-inner .carousel-item .carousel-caption a.btn > span {
  position: relative;
  transition: all ease .3s;
}
#company_profile .carousel-inner .carousel-item .carousel-caption a.btn > span::after{
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.3s;
}
#company_profile .carousel-inner .carousel-item .carousel-caption a.btn:hover span {
  padding-right: 20px;
}
#company_profile .carousel-inner .carousel-item .carousel-caption a.btn:hover span::after{
  opacity: 1;
  right: 0;
}

.csr .icon-zoom{
    overflow: hidden;
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    padding: 20px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transition: all cubic-bezier(0.67, -0.04, 0, 1.62) .3s;
    -webkit-transition: all cubic-bezier(0.67, -0.04, 0, 1.62) .3s;
    -moz-transition: all cubic-bezier(0.67, -0.04, 0, 1.62) .3s;
}
.csr .icon-zoom i{
    font-size: 30px;
    position: absolute;
    bottom: -35px;
    transition: all cubic-bezier(0.67, -0.04, 0, 1.62) .5s;
    -webkit-transition: all cubic-bezier(0.67, -0.04, 0, 1.62) .5s;
    -moz-transition: all cubic-bezier(0.67, -0.04, 0, 1.62) .5s;
}
.csr #lightgallery a{
    overflow: hidden;
    border-radius: 10px;
}
.csr #lightgallery a img, .our-leader .our-leader-content a img{
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    border-radius: 5px;
}
.csr #lightgallery a:hover img{
    filter: blur(2px);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.csr #lightgallery a:hover .icon-zoom{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}
.csr #lightgallery a:hover .icon-zoom i{
    bottom: 20px;
}

.carousel.transportation > .carousel-inner > .carousel-item > .wrapper,
.carousel.warehouse > .carousel-inner > .carousel-item > .wrapper,
.carousel.packaging > .carousel-inner > .carousel-item > .wrapper,
.carousel.railway > .carousel-inner > .carousel-item > .wrapper {
    height: 500px !important; 
    /* Create the parallax scrolling effect */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken;
    background-color: rgba(0,0,0,0.25);
}

.bg-img1 {
    background-image: url("../images/tr1.jpg");
}
.bg-img2 {
    background-image: url("../images/tr2.jpg");
}
.bg-img3 {
    background-image: url("../images/tr3.jpg");
}
.bg-img4 {
    background-image: url("../images/tr4.jpg");
}
.bg-img5 {
    background-image: url("../images/tr5.jpg");
}
.bg-img6 {
    background-image: url("../images/tr6.jpg");
}
.wr-img1 {
    background-image: url("../images/wr1.jpg");
}
.wr-img2 {
    background-image: url("../images/wr2.jpg");
}
.wr-img3 {
    background-image: url("../images/wr3.JPG");
}
.wr-img4 {
    background-image: url("../images/wr4.jpeg");
}
.wr-img5 {
    background-image: url("../images/wr5.jpeg");
}
.wr-img6 {
    background-image: url("../images/wr6.jpeg");
}
.wr-img7 {
    background-image: url("../images/wr7.JPG");
}
.pk-img1 {
    background-image: url("../images/pk1.png");
}
.pk-img2 {
    background-image: url("../images/pk2.JPG");
}
.pk-img3 {
    background-image: url("../images/pk3.JPG");
}
.pk-img4 {
    background-image: url("../images/pk4.JPG");
}
.pk-img5 {
    background-image: url("../images/pk5.jpg");
}
.pk-img6 {
    background-image: url("../images/pk6.jpg");
}
.pk-img7 {
    background-image: url("../images/pk7.jpg");
}
.rw-img1 {
    background-image: url("../images/rw1.png");
}
.rw-img2 {
    background-image: url("../images/rw2.JPG");
}

@media only screen and (max-device-width: 480px){
	.parallax2 img {
		max-height: 30px;
	}

  .parallax p.h1 {
    font-size: 1.75rem;
  }
  .parallax p.h3 {
    font-size: 1.5rem;
  }

  .parallax2.customer h1 {
    font-size: 1.75rem;
  }

  .jumbotron.quotes h1 {
    font-size: 1.75rem;
  }
}
@media only screen and (max-device-width: 767px){
  .sidenav-about .nav-link.active::after{
    content: none;
  }
}
@media only screen and (max-device-width: 991px) {
  a.navbar-brand > img {
    height: 41px !important;
  }
  nav.navbar + div {
    margin-top: 41px;
  }
  .breadcrumb-wrapper .container{
    margin: 0px;
    padding: 0px;
  }
}
@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
    min-height: 350px;
  }
}

@media only screen and (max-width: 767px){
.timeline.milestone::before {
    left: 10px !important;
}
.timeline .left::before {
    left: 38px;
    border-width: 10px 10px 10px 0px;
    border-color: transparent #0077f7 transparent transparent;
}
.timeline .left::after {
    left: 15px;
}
.timeline .right::before {
    left: 38px;
}
.timeline .right::after {
    left: 15px;
}
}