body,
html {
  height: 100%;
  color: #363636;
  font-family: "Roboto Condensed", sans-serif;
}

svg {
  width: 50%;
}
.text-white {
  color: rgb(255, 255, 255) !important;
}

.text-gold {
  color: #cc9934 !important;
}

.bg-gold {
  background-color: #1e1d1b;
  background-image: linear-gradient(315deg, #1e1d1b 0%, #cc9934 74%);
}

.bg-dark-transparent {
  background: rgba(1 1 1 /0.2);
}

.bg-white {
  background: rgb(255, 255, 255);
}

ul ol {
  font-size: 1.1rem;
  padding: 5px;
}

a {
  color: #363636;
}
.mt-40 {
  margin-top: 40px !important;
}

.fw-600 {
  font-weight: 600;
}

.mb-50 {
  margin-bottom: 50px;
}

.p-40-0 {
  padding: 40px 0 !important;
}
.p-40 {
  padding: 40px;
  max-width: 80%;
  text-align: center;
  margin: auto;
}

.p-5 {
  padding: 5px;
}

ul {
  display: block;
  margin-left: -10px;
}

ul ol {
  display: block;
  position: relative;
  padding: 0px;
}

ul ol:not(:last-child) {
  margin-bottom: 2px;
}

ul ol:before {
  content: "";
  position: absolute;
  top: 1.2em;
  left: -30px;
  margin-top: -0.9em;
  background: #f69ec4;
  background: linear-gradient(315deg, #1e1d1b 0%, #cc9934 74%);
  height: 12px;
  width: 12px;
  border-radius: 50%;
}

.carousel-text {
  text-align: left !important;
}

.bg {
  /* The image used */
  padding-top: 30px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  background-image: linear-gradient(147deg, #000000 0%, #2c3e50 74%);

  /* Full height */
}

.bg::before {
  content: "";
  background-image: url("../img/headerphoto.jpg");
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);

  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.1;
}

.img-fluid {
  margin-top: 40px;
  margin-bottom: 40px;
  height: auto;
}

.img-pic {
  max-width: 100%;
  max-height: 100%;
}

.img-brand {
  width: 50%;
}

.logo-main {
  width: 65%;
}

.text-center {
  text-align: center;
}

.button {
  background-color: #1e1d1b;
  background-image: linear-gradient(315deg, #1e1d1b 0%, #cc9934 74%);
  border: none;
  color: white;
  padding: 20px 34px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 8px;
}

a:hover {
  color: inherit;
}

.phone {
  text-align: center;
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
}

.phone a {
  color: #fff;
}
.navbar-custom {
  background: -moz-linear-gradient(
    50% 100% 90deg,
    rgba(0, 113, 188, 0) 0%,
    rgba(23, 68, 114, 0) 0%,
    rgba(0, 25, 65, 0.6) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(0, 113, 188, 0) 0%,
    rgba(23, 68, 114, 0) 0%,
    rgba(0, 25, 65, 0.6) 100%
  );
  background: -webkit-gradient(
    linear,
    50% 100%,
    50% 0%,
    color-stop(0, rgba(0, 113, 188, 0)),
    color-stop(0, rgba(23, 68, 114, 0)),
    color-stop(1, rgba(0, 25, 65, 0.6))
  );
  background: -o-linear-gradient(
    90deg,
    rgba(0, 113, 188, 0) 0%,
    rgba(23, 68, 114, 0) 0%,
    rgba(0, 25, 65, 0.6) 100%
  );
  background: -ms-linear-gradient(
    90deg,
    rgba(0, 113, 188, 0) 0%,
    rgba(23, 68, 114, 0) 0%,
    rgba(0, 25, 65, 0.6) 100%
  );
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0071BC', endColorstr='#001941' ,GradientType=0)";
  background: linear-gradient(
    0deg,
    rgba(0, 113, 188, 0) 0%,
    rgba(23, 68, 114, 0) 0%,
    rgba(0, 25, 65, 0.6) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001941',endColorstr='#0071BC' , GradientType=0);
}

.navbar-brand {
  font-weight: 600;
  color: white !important;
}

.bg-darker {
  background-color: #000000;
  background-image: linear-gradient(147deg, #000000 0%, #2c3e50 74%);
}

.nav-link {
  width: 200%;
  color: #cc9934 !important;
}

.nav-link:hover {
  color: #d6b87e !important;
}
.footer-list {
  list-style: none;
  text-align: left;
  margin-left: -40px;
}
.footer-link {
  color: #fff;
  padding: 3px;
  line-height: 1.3rem;
}

.footer-link:hover {
  color: #d6b87e !important;
}

.footer-distributed {
  box-shadow: 0 1px 1px 0 #fff;
  box-sizing: border-box;
  width: 100%;
  font: normal 16px sans-serif;
  text-align: center;
  color: #fff;
  padding: 20px;
  overflow: hidden;
}

.footer-distributed .footer-company-name {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

.footer-company-name {
  margin-top: 15px !important;
}

/* Footer social icons */

.footer-distributed .footer-icons {
  margin-top: 5px;
}

.footer-distributed .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  border-radius: 2px;

  font-size: 20px;
  color: #fff !important;
  text-align: center;
  line-height: 35px;

  margin-right: 3px;
  margin-bottom: 5px;
}

@media (max-width: 1000px) {
  .footer-distributed {
    font: normal 14px sans-serif;
  }

  .footer-distributed .footer-company-name {
    font-size: 12px;
  }

  .footer-distributed form input,
  .footer-distributed form textarea {
    width: 250px;
  }

  .footer-distributed form button {
    padding: 10px 35px;
  }
}

@media (max-width: 800px) {
  .footer-distributed {
    padding: 30px;
  }

  .footer-distributed .footer-left,
  .footer-distributed .footer-right {
    float: none;
    max-width: 300px;
    margin: 0 auto;
  }

  .footer-distributed .footer-left {
    margin-bottom: 40px;
  }

  .footer-distributed form {
    margin-top: 30px;
  }

  .footer-distributed form {
    display: block;
  }

  .footer-distributed form button {
    float: none;
  }
}
