body {
  /* font-family: "Roboto", sans-serif; */
  font-family: "Open Sans", sans-serif;
}

/* start google font css  */

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

// <uniquifier>: Use a uniquifier for the class name
// <weight>: Use a value from 300 to 800

.open-sans-<uniquifier > {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

/* end google font css  */

/* start navbar css  */

.bg-light {
  background-color: #fff !important;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2) !important;
  padding-top: 0px;
  padding-bottom: 0px;
}

.navbar-brand img {
  width: 77px !important;
}

.nav-link {
  font-size: 16px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  padding: 10px 20px !important;
}

.nav-link:focus,
.nav-link:hover {
  color: #faa61a !important;
  background-color: transparent !important;
}

/* end navbar css  */

a {
  text-decoration: none;
}

.form-control {
  border-radius: 0px;
}

label {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 15px;
}

.linkss {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.linkss li {
  padding-left: 10px;
}

.linkss li a {
  color: #000;
}

.linkss li a:hover {
  text-decoration: none;
  color: #faa61a !important;
}

.fa-globe,
.fa-building,
.fa-book,
.fa-map-marker,
.fa-users,
.fa-dollar {
  padding: 10px;
  border-radius: 40px;
  background: #faa61a;
  color: #fff;
  width: 55px;
  height: 55px;
  text-align: center;
}

.heading-line {
  border-color: #faa61a;
  border-width: medium;
  width: 100px;
  margin: 0px auto;
}

#contact {
  background: aliceblue;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 7rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-caption h1 {
  font-size: 40px;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  margin: 0px auto;
  padding: 5px 20px;
}
