/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

@import url('https://fonts.googleapis.com/css?family=Quicksand');
@import url('https://fonts.googleapis.com/css?family=Comfortaa');

.telkom,.mtn {
  padding: 20px;
}

.box{
  padding: 20px;
}

.bold {
  font-weight: 700;
}
.mtn-block {
  padding: 20px 0;
}

.split{
  padding-top: 20px;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}
 html{
  font-family: 'Quicksand', sans-serif;
  fot-family: 'Comfortaa', sans-serif;
	background-color: #ffffff;
}
.header{
		border-radius: 15px;
		padding: 15px;
		opacity: 0.95;
	}
a.brand-logo{
  color: #fff;
  padding-top: 16px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

.side-heading:hover{

}

.side-heading{
  background: white;
  font-size: 28px;
  padding: 40px;
}

.sidenav-trigger {
  padding-top: 10px;
}

.parallax-container {
  min-height: 70vh;
  line-height: 0;
  height: auto;
  color: #fff;
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
  box-shadow: #144742;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

#download-button{
  color: #fff;
  background: #607d8b;
  border-radius: 50px;
}

#download-button:hover{
  color: #607d8b;
  background: #fff;

}

.side-link{
  transform: scale(1.3) translateY(15px);
  margin: auto 0;
}

.side-link:hover{

}
.nav-border{
  width: 110px;
  font-weight: bolder;
  padding: 8px 0;
  color: white
}

.nav-border:hover{
  background: #fff;
  color:#009688;
}

.top-nav{
  height: 80px;
  padding: 0 10px;
  color: #fff;
}
.enquire{
  color: white;
  background: #666;
  border: 2px solid #e0e0e0;
  border-radius: 100px;
}
.enquire:hover{
  color: #607d8b;
  background: #e0e0e0;
}
.modal{
	border: 1px solid #607d8b;
	padding:0px;
}
.social-icons{
	margin-top: 20px;
	display: inline;
}
.card{
	padding: 20px 15px;
	border-radius: 0px;

}
.more{
	margin-top: 10px;
  background-color: #e0e0e0;
	border-radius: 50px;
}
.more:hover{
	background: #e0e0e0;
}
.empty {
  height: 60px;
  width: 100vw;
}
.split {
  height: 40px;
  width: 100vw;
}
.dot {
  color: #80cbc4;
}
.head-carousel {
    height: 180px;
    width: 100wh;
    margin: auto;
}
.head-carousel > .carousel-item {
    width: 300px;
}
