/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
 
/*font icon import*/
@font-face {
  font-family: 'font';
  src:  url('fonts/font.eot?41u2qi');
  src:  url('fonts/font.eot?41u2qi#iefix') format('embedded-opentype'),
    url('fonts/font.ttf?41u2qi') format('truetype'),
    url('fonts/font.woff?41u2qi') format('woff'),
    url('fonts/font.svg?41u2qi#font') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="fonticon-"], [class*=" fonticon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.fonticon-accounting-advise:before {
  content: "\e900";
}
.fonticon-assurance:before {
  content: "\e901";
}
.fonticon-compliance-_-reg:before {
  content: "\e902";
}
.fonticon-process-documentation:before {
  content: "\e903";
}
.fonticon-tax:before {
  content: "\e904";
}
.fonticon-transaction:before {
  content: "\e905";
}
.fonticon-business-startup:before {
  content: "\e906";
}
.fonticon-office:before {
  content: "\e909";
}
.fonticon-quill:before {
  content: "\e90b";
}
.fonticon-location2:before {
  content: "\e948";
}
.fonticon-phone:before {
  content: "\e942";
}
.fonticon-circle-right:before {
  content: "\ea42";
}
.fonticon-radio-checked:before {
  content: "\ea54";
}
.fonticon-mail2:before {
  content: "\ea84";
}
.fonticon-facebook2:before {
  content: "\ea91";
}
.fonticon-twitter:before {
  content: "\ea96";
}
.fonticon-google-plus2:before {
  content: "\ea8c";
}
.fonticon-facebook2:before {
  content: "\ea91";
}
.fonticon-twitter:before {
  content: "\ea96";
}
.fonticon-linkedin:before {
  content: "\eac9";
}

/*font icon closed*/

 #map 
 {
        height: 400px;
        width: 100%;
 }

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

p {
  line-height: 2rem;
}

.button-collapse {
  color: #26a69a;
}

.parallax-container {
  min-height: 550px;
  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: 40%;
  }
  #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;
}

footer.page-footer {
  margin: 0;
}