/* start - misc options */
body {
  font-family: 'Noto Sans', sans-serif;
}

.clearfix {
  clear: both;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.white,
.white:hover {
  color: #fff;
}


.fs-7 {
  font-size: 85%;
}

.fs-8 {
  font-size: 80%;
}

/* end- misc options */


/* change warning button colour */
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-outline-primary:hover {
  background-color: #1b5fb3 !important;
}


/* start - blue boxes*/
.bg-content {
  background-color: #1b5fb3;
  color: #FFF;
  opacity: 0.9;
}

/* end - blue boxes*/


/* start - button colour overides */
.btn-primary {
  background-color: #1b5fb3;
  color: #FFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #1b5fb3;
  color: #FFF;
}

/* end - button colour overides */


/* start - background images and covers */
.bg-index {
  background-image: url("../../assets/img/bg-index.jpg");
  /* The image used */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

.bg-contact {
  background-image: url("../../assets/img/bg-contact.jpg");
  /* The image used */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

.bg-valuation {
  background-image: url("../../assets/img/bg-valuation.jpg");
  /* The image used */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

.bg-faq {
  background-image: url("../../assets/img/bg-faq.jpg");
  /* The image used */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

.bg-testimonial {
  background-image: url("../../assets/img/bg-testimonials.jpg");
  /* The image used */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

/* end - background images and covers */