/* GLOBAL STYLES
-------------------------------------------------- */

body {
  padding-bottom: 3rem;
  color: rgb(var(--bs-tertiary-color-rgb));
  width: 1400px;
  margin: 0 auto;
}



/* CUSTOMIZE 
-------------------------------------------------- */
h4 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700 !important;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #000000;
}

.intro>* {
  margin: 1rem 0;
}

.nav-link {
  color: #fff;
}

.container-fluid.main {
  position: relative;
  padding: 0;
}

.my-header {
  background-image: none;
  background-color: transparent;
  border-radius: 0px;
  border: 0;
  box-shadow: none;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.right.carousel-control,
.left.carousel-control {
  display: block !important;
}


/* Carousel base class */

.carousel-caption {
  width: 90%;
  left: 15%;
  top: 5%;
  z-index: 10;
}

.carousel-caption h1 {
  font-size: 70px;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 400px;
}

/*  CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

/* rtl:end:ignore */


/* Intro
------------------------- */



/* Featurettes
------------------------- */
.featurette {
  background-color: #F8F8F8;
}

.featurette-divider {
  margin: 5rem 0;
  /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.dropdown-toggle::after {
  display: none;
}

.list-icon {
  position: absolute;
  pointer-events: none;
  right: 7%;
  color: #226CB8;
}

.text-blue {
  color: #226CB8;
}

.form-control {
  background-color: transparent !important;
}

.footer {
  background-color: #226CB8;
  color: #fff;
}