/* 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:hover {
  color: #444;
}

p {
  line-height: 2rem;
}
.company {
  margin-right: 30%;
}

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

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255, 255, 255, 0.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;
}
body,
#nav-mobile,
.black,
.subheader {
  background: rgb(9, 9, 9);
  background: radial-gradient(
    circle,
    rgba(9, 9, 9, 1) 0%,
    rgba(12, 12, 13, 1) 47%,
    rgb(58 0 88) 100%
  );

  color: #fff !important;
}
.material-icons {
  color: rgb(245, 245, 237) !important;
}
.sidenav li > a,
nav ul a,
nav .brand-logo {
  color: #fff;
}
.margin-20 {
  margin-top: 20px;
}
.transition:hover {
  transform: translateY(20px);
  opacity: 1;
}
.transition:hover img {
  transform: scale(1.5);
}

/* :hover {
  background: rgb(141, 135, 135);
} */
.fa {
  padding: 5px;
  font-size: 20px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 5px;
  border-radius: 50%;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #444;
  color: white;
}

.fa-twitter {
  background: #444;
  color: white;
}
.fa-linkedin {
  background: #444;
  color: white;
}
.select:hover {
  background-color: #444;
}

.button {
  margin-left: 10px;
  margin-right: 10px;
}

.logo {
  margin-left: 10px;
}
/* .carousel {
  height:500px !important;
} */
@media only screen and (min-width: 550px) {
  .carousel {
    height: 500px !important;
  }
}

p {
  text-align: justify;
}

li:hover {
  background: rgb(150, 149, 149);
}

.car1 {
  height: 356px;
}
@media only screen and (min-width: 550px) {
  .car1 {
    height: 356px !important ;
  }
}
.car1 .car1-item > img {
  width: 184% !important;
  margin-left: -85px !important;
}
.parallax > img {
  opacity: 0.8;
}
#homevideo {
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.videotext {
  position: absolute;
  margin: 1rem 2.5rem;
}
@media only screen and (min-width: 550px) {
  .videotext {
    position: absolute;
    margin: 17rem 26rem !important;
  }
}

.form {
  padding-left: 15px;
}
.header-section {
  display: block;
  background-color: #444;
  height: 150px;
  margin-top: -35px;
}
.header-section h2 {
  padding: 32px !important;
  font-family: serif !important;
}
.contact-para p {
  margin-top: 80px !important;
}
.card-title {
  font-weight: 400 !important;
}
.sidenav-overlay {
  opacity: 0 !important;
  display: contents !important;
}

.card-color {
  background: rgb(45, 46, 54) !important;
  background: linear-gradient(
    215deg,
    rgb(8 8 8) 0%,
    rgb(72 72 72) 100%
  ) !important;
}
