/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
/**
* D3js start here
*/
.slice text {
            font-family: "Roboto";
            font-size: 12pt;
            fill: #FFF;
            text-shadow: 1px 1px 1px #000;
} 
/**
* D3js css ends here
*
*/

/**
* Fonts
*/
@import url(https://fonts.googleapis.com/css?family=Economica:400,700);
@import url(https://fonts.googleapis.com/css?family=Biryani:400,200,700);

h1,h2,h3,h4,h5,p,body {
   font-family: 'Biryani', sans-serif;
}

.nav-wrapper a {
    font-family: 'Economica', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.collapsible-header {
    font-family: 'Economica', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.collapsible-body{
    font-family: 'Economica', sans-serif;
    font-size: 13px;
    font-weight: 400;
}
h4 {
    font-size: 22px;   
}

p {
    font-size: 14px;
}
.carousel {
    margin-top: -100px;
    height: 512px;
}
/**
* Fonts ends
*/
p {
    margin-left: 10px;
    margin-right: 10px;
}
/*
* Margins
*/
body > div.row.grey-text.text-darken-4 > div.col.s12 {
    padding: 0 0.0rem;
}

  body {
    //background-image: url(../images/1.jpg);
    //background-repeat: no-repeat;
    //background-size: cover;
    //background-color: #607D8B;
    background-color: #FFF;
    //height: 100%;  
  }

.toolbar {
     margin-top: -20px;
     margin-bottom: -50px;
    
}
label {
    color: #212121;
}

.dropdown-content li>a, .dropdown-content li>span {
    color: #212121;
    font-family: 'Economica', sans-serif;
    font-size: 13px;
    font-weight: 400;
}
.social-shareicon {
     margin-right: 15px;
}
.social-sharenav {
  margin-top: 10px;
}
.social-sharenav a:hover{
  background-color: transparent !important;
}
/***************************
   Text Inputs + Textarea
****************************/
::-webkit-input-placeholder {
  color: #000; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #000; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000; }

:-ms-input-placeholder {
  color: #000; }

  input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #FF5252;
    box-shadow: 0 1px 0 0 #FF5252; }
  input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([readonly]) + label, input[type=email]:focus:not([readonly]) + label, input[type=url]:focus:not([readonly]) + label, input[type=time]:focus:not([readonly]) + label, input[type=date]:focus:not([readonly]) + label, input[type=datetime-local]:focus:not([readonly]) + label, input[type=tel]:focus:not([readonly]) + label, input[type=number]:focus:not([readonly]) + label, input[type=search]:focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #FF5252; }

.progress {

  height: 16px;
  background-color: #f5b7be;
}
  .progress .indeterminate {
    background-color: #FF5252;
  }
.social-share {
  margin-left: 15px;
}
nav ul a,
nav .brand-logo {
  color: #FFF;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #a62626;
}

.parallax-container {
  min-height: 100px;
  max-height: 120px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }
 .slider {
  z-index: -2;
}
.input-field  {
     background-color: #f6fdfb;
     border-color: #fff9f9;
     border-style: solid;
     border-width: 1px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}


.input-field label {
     color: #000;
     
}

.tabs .tab a {
  color: #212121;
  margin-left: -10px;
  width: 110%;    
  background-color: #CFD8DC;
}
      .tabs .tab a:hover {
        color: #FF5252;  
      }

  .tabs .indicator {

    position: absolute;
    bottom: 0;
    height: 6px;
    border-top-left-radius: 4px; 
    border-top-right-radius: 4px; 

    background-color: #FF5252;

}
.collapsible-header {
  color: #000;
  background-color: #FFF;

}



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

@media only screen and (max-width : 600px) {

  #index-banner .section {
    top: 0;
  }
  .tabs .tab a {
  margin-left: -10px;
  width: 130%;
}


.icon-block {
  padding: 0 15px;
}

footer.page-footer {
  margin: 0;
}