/*-- Body Reset --*/
body {
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  color: #616971;
}


.iklan {
	background-color: #0E0E0E;
}

.bg-nav-white {
	background-color: #FFFFFF
}


/* =============== PARALAX ============== */

.parallax {
  /* The image used */
  background-image: url("../img/carousel/gading_course.jpg");

  /* Set a specific height */
  min-height: 4px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.caption {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
}
/* ###### FACILITIES HOVER ZOOM IMAGE ########## */

.inner {
	overflow: hidden;
}

.inner img {
	transition: all 1.1s ease;
}

.inner:hover img {
	transform : scale(1.2);
}


/* ======= GOOGLE MAP ======= */

.map-container{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-container iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}


/*============= TOP BAR HEADER =============*/

.top-bar {
	background: #093901;
	height: 2.8rem;
	padding: .5rem 0;	
}

.top-bar a {	
	color : white;
	text-decoration: none;
	font-sized: 1.1rem;
}

/*============= NAVIGATION =============*/

.navbar {
	font-size: 0.8rem;
	font-weight:  600;
	letter-spacing: .1rem;
}


.navbar-inner {
    background:transparent;
}

.nav-item {
	padding: 10px 10px;	
}

.nav-link {
	color: #F9F8F8!important;
}

.nav-link.active,
.nav-link:hover
{
	color: #EDFA05!important;
}

	    #mainNavigation {
	      
		position:absolute;
	      top:0;

	      left:0;
		  right:0;
	      width:100%;
	      z-index:123; 
	      padding-bottom:120px;
	      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient- editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
			
	    background: -moz-linear-gradient(top,  rgba(255,255,255,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	    } 
	    #navbarNavDropdown.collapsing .navbar-nav,
	    #navbarNavDropdown.show .navbar-nav{
	      background:#E2E2E2;
	      padding:12px;
		}



	    #mainNavigation2 {

	      top:0;
	      left:0;
		  right:0;
	      width:100%;
	      z-index:123;
	      
	      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
	    background: -moz-linear-gradient(top,  rgba(238,222,188,0) 100%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	    background: -webkit-linear-gradient(top,  rgba(238,222,188,0) 100%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	    background: linear-gradient(to bottom,  rgba(238,222,188,0) 100%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	    }
	    #navbarNavDropdown.collapsing .navbar-nav,
	    #navbarNavDropdown.show .navbar-nav{
	      background:#E2E2E2;
	      padding:12px;
		}


/*============= NAVIGATION MOBILE =============*/

.navbar2 {
	font-size: .8rem;
	font-weight:  600;
	letter-spacing: .1rem;
	box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .5);
	z-index: 1;
}

.nav-item2 {
	padding: 2px 2px;	
}

/*============= CAROUSEL =============*/

#carousel {
	box-shadow: 0 1rem 1rem rgba(0, 0, 0, .1);	 
}

.carousel-inner {
	max-height: 50rem!important;
}

/*---Change Carousel Transition Speed --*/

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	transition: transform 2.3s ease;
}

/*-- Carousel Content --*/

.carousel-caption {
	position: absolute;
	top: 54%;
	transform: translateY(-50%);
/*	text-transform: uppercase; */
	
}

.redup { 
	filter: brightness(90%) ; /* -- meredupkan image carousel -- */
}

.bg-custom {
	
	background-color: rgba(0, 0, 0, .4);
	color: white;
	border-radius: 1rem;
}

.carousel-caption h1 {
	font-size: 3.8rem;
	text-shadow: 0.1rem .1rem .3rem rgba(0, 0, 0, 1);
}

.border-primary {
	border-top: .2rem solid#4981b3!important;
}

.carousel-caption h3 {
	font-size: 2.2rem;
	text-shadow: 0.1rem .1rem .2rem rgba(0, 0, 0, 1);
}

.btn-lg {
	
	border-radius: 0;
	text-transform: uppercase;
	font-size: 1rem;
	border-width: medium;
}

.btn-danger {
	background-color: #AC2615;
	border: .05rem solid #AC2615;	
	border-width: medium;
}

.btn-primary {
	background-color: #4981b3;
	border: .05rem solid #4981b3;	
}

.btn-primary:hover {
	background-color: #68a0d2;
	border: .05rem solid #68a0d2;	
}
/*===== FIXED BACKGROUND IMG =====*/

.fixed {
/*	background-image: url('../img/matrix.jpg'); */
	background-image: url('../img/bg_network.jpg');
	opacity: 0.5;
}

.fixed-background {
  	overflow: hidden; 
	padding:  10rem 0;/*-- Correction for iOS --*/
}

/*-- Emoji Navbar --*/

.emoji {
	background-image:  linear-gradient(to right, #4981b3, #AC2615);
	min-height: 0!important;
	padding: ..4rem 0!important;
}

.emoji .svg-inline--fa {
	margin: 0 auto;
	color: white;
	font-size: 2rem;
}


.text-facilities {
	position: absolute; 	
	top: 81%; 	
	width: 100%;
	background-color: #000000;
	background: rgba(0, 0, 0, 0.6);
	font-family: Arial;
	font-size: 25px;
}

.links-1 {
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
    overflow: hidden;
}


.links-1 .blocks-1 {
    position: relative;
    float: left;
    overflow: hidden;
    width: 25%;
    text-align: center;
    cursor: pointer;
    background: #000000;
}

.links-1 .blocks-1 a .title-1 {
    top: 50%;
    
    transform: translateY(-50%) translateZ(0);
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
}


/*============= FOOTER =============*/

footer {
	background-color: #383838;
	padding: 1rem 2rem 3rem;
}

footer img {
	height: 5.5rem;
	margin: 1.5rem auto;
}

footer p, footer a, .socket a {
	color: white;
	text-decoration: none;	
}

ul.social {
	list-style-type: none;
	display: flex;
	max-width : 16rem;
	margin: 0 auto;
	padding: 0;
}

ul.social li {
	margin: 0 auto;	
}

footer .svg-inline--fa {
	font-size: 2.3rem;
}

footer svg-inline--fa:hover {
	color: #68a0d2;
}
/*============= SOCKET =============*/

.socket {
	background-color: #222222;
	border-top: .1rem solid #4981b3;
}


/*============= MEDIA QUERIES =============*/

/* Devices under 1199px (xl) */
@media (max-width: 1199.98px) {
	
	.carousel-caption h1 {
	font-size: 2.8rem;
}

.carousel-caption h3 {
	font-size: 1.8rem;
}
	

}
/* Devices under 992px (lg) */
@media (max-width: 991.98px) {

	
	.carousel-caption h1 {
	font-size: 2.8rem;
	}

	.carousel-caption h3 {
	font-size: 1.8rem;
	}
}



/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/

/*-- Bootstrap Mobile Gutter Fix --*/
.row, .container-fluid {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/*-- Fixed Background Image --*/
.fixed-background {
  position: relative;
  width: 100%;
  z-index: 1000!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999 !important; 
}
.fixed {
  z-index: -999!important;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

/* ------ TEST ----- */
.navbar .navbar-nav .nav-link {
    color: #000000;
    font-size: 1.1em;
}
.navbar .navbar-nav .nav-link:hover{
    color: #808080;
}

@media only screen and (min-width: 992px) {
  .navbar {
    flex-direction: column;
  }
}