/* h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6

{
  font-size: 100%;
} */

.bg-blue {
  background: rgb(28, 75, 129);
}

.bg-light-blue {
  background: rgb(0 122 255);
}

.bg-skyblue {
  background-color: skyblue;
}
.bg-orange {
  background-color: orange;
}

.text-white {
  color: white;
}
.text-blue {
  color: rgb(28, 75, 129);
}

.text-black {
  color: rgb(51, 51, 51);
}
/* @media (max-width: 768px) {
    .row.flex {
      display: inherit;
    }
  } */
body {
  font-family: "Raleway";
  font-size: 75%;
}

.jumbotron-features {
  margin-top: -0.2em;
  height: 100vh;
  min-height: 100vh;
  background-image: url("/images/Features_page_2.jpg");
  background-size: cover;

  /* background-size: contain; */
  background-position: center;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
}
.navbar-right {
  margin-right: 0;
}

.caret-off::before {
  display: none;
}
.caret-off::after {
  display: none;
}

.font-75 {
  font-size: 75%;
}

.jumbotron-home {
  height: 75vh;
  min-height: 75vh;
  background-image: url("/images/home.png");
  background-size: cover;

  /* background-size: contain; */
  background-position: center;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
}

.text-transparent {
  color: transparent !important;
}

.banner-bg {
  background-image: url("/images/assets_02.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.grecaptcha-badge {
  bottom: 100px !important;
}

.hr-white {
  border-color: rgba(221, 221, 221, 0.09);
  border-top-style: solid;
  border-top-width: 1px;
}

.td-align-top {
  vertical-align: top;
}

.agm-position {
  bottom: 150px;
  right: 375px;
}

.product-position {
  bottom: 120px;
  right: 200px;
}
