/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}
.parallax-container {
    min-height: 380px;
    line-height: 0;
    height: auto;
    color: rgba(255,255,255,.9);
}

.parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 41%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}


.sectionClass {
  padding: 20px 0px 50px 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.fun-factsWrap{
    display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}

#fun-facts .fullWidth{
  padding: 0;
}

.fun-factsWrap .item{
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.fun-factsWrap .item:nth-child(1){
  background: #0d47a1;
}

.fun-factsWrap .item:nth-child(2){
  background:#1e88e5;
}

.fun-factsWrap .item:nth-child(3){
  background: #1976d2;
}

.fun-factsWrap .item:nth-child(4){
  background:  #1565c0;
}

.fun-factsWrap .item p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.fun-factsWrap .item:hover i, .fun-factsWrap .item:hover p{
  color: white;
}
.fun-factsWrap .item:hover span{
  background: white;
}
@media (max-width: 786px){
  .fun-factsWrap .item {
     flex: 0 0 50%;
  }
}

/* label color */
   .input-field label {
     color: #000 !important;
   }
   /* label focus color */
   .input-field input:focus + label, textarea:focus + label {
     color: #000 !important;
   }
   /* label underline focus color */
   .input-field input:focus, textarea:focus {
     border-bottom: 1px solid #000 !important;
     box-shadow: 0 1px 0 0 #000 !important;
   }
   /* valid color */
   .input-field input.valid, textarea.valid {
     border-bottom: 1px solid #000 !important;
     box-shadow: 0 1px 0 0 #000 !important;
   }
   /* invalid color */
   .input-field input.invalid, textarea.invalid {
     border-bottom: 1px solid #000 !important;
     box-shadow: 0 1px 0 0 #000 !important;
   }
   /* icon prefix focus color */
   .input-field .prefix.active {
     color: #000 !important;
   }