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

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

p {
  line-height: 2rem;
}

.sidenav-trigger {
  color: #26a69a;
}

.parallax-container {
  min-height: 1061px;
  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;
}

/* my plain css start */
.src{
  height: 65px;
  padding-top: 8px;
}
.topcolor{
  background-color: #1b6b69; 
  height: 75px;
  box-shadow: none;
}
.adjusta{
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight:bolder;
  margin-left: 5px;
  float: right;
  text-shadow: 1px 1px 1px #000000;
}
.handle{
  margin-top: 300px;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: rgb(255, 255, 255);
  font-size: 60px;
  line-height: 50px;
  text-shadow: 1px 1px 1px #000000;
}
.smallhandle{
  margin-top: 20px;
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 24px;
  /* letter-spacing: 2px; */
  font-style:normal;
  /* font-weight:700; */
  text-align: center;
  /* margin-bottom: -70px; */
  text-align: center;
  text-shadow: 1px 1px 1px #000000;
}
.input-field{
  height: 40px;
  font-size: 14px;
}
.smalltext{
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 20px;
  font-weight: lighter;
  color: white;
  padding: 0;
  margin: 0;
}
.secsmalltext{
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  font-weight: lighter;
  color: white;
  margin-top: 20px;
  display: block;
}
.formbox{
  height:auto;
  margin-top: 50px;
  border-radius: 20px;
  background-color: white;
  opacity: 0.9;
  color: #000000;
  border-bottom: #000000;
  /* padding: 0px; */
}
/* .parallax-container {
  height:auto;
} */
.officecolor{
  background-color: #1b6b69;
}
.adjusttest{
  font-size: 1.2rem;
  font-weight:500;
}
.coolink{
  font-family: sans-serif;
  display: block;
  height: 30px;
  line-height: 30px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
}
.bcoolink{
  font-family: sans-serif;
  color: #ff5a24;
  display: block;
  height: 30px;
  line-height: 30px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
}
.coolinkx{
  font-family: sans-serif;
  display: block;
  margin-top: 10px;
  margin-left: 25px;
  font-size: 14px;
  font-style: normal;
  color: black;
}
.fixicon{
  margin-bottom: -23px !important;
}
.colonext{
  background-color: #f5f5f5;
}
.colonextb{
  background-color: white;
}
.spaceout{
  margin-bottom: 70px;
}
.spaceupdown{
  margin-top: 10px;
  margin-bottom: 100px;
}
.closewidth{
  font-size: 22px;
}
.inchmove{
  border-bottom: -10px;
}
.mybutton{
  border-radius: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 50px;
  padding-right: 50px;
  line-height: 0px;
  background-color: #ff5a24;
}
.rmybutton{
    /* cursor: pointer; */
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    background: linear-gradient(270deg, #29e387, #a4e22d);
    color: #0e122f;
    text-align: center;
    border-radius: 30px;
    border: 0;
    font-size: 18px;
    line-height: 46px;
    height: 46px;
    font-weight: 500;
    padding: 0 30px;
    text-transform: none;
    transition: background-color .2s;
    white-space: nowrap;
    margin-bottom: 20px;
}
.smallo{
  font-size: 29px;
}
.tinytext{
  font-size: 10px;
}
.coloft{
  background-color: #0a3635;
}
.moveabit{
  margin-left: 60px;
}
.topca{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  /* background-color: ghostwhite; */
}
.imgtune{
  display: inline;
  float: right;
  margin-top: 8px;
}






/* my plain css end */