/* Universal css */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Open Sans', sans-serif;
}

.green {
  color: #65CD64 !important;
}

.blue {
  color: #0FBCF9 !important;
}

.bg-blue {
  background: #0FBCF9 !important;
}

.bg-green {
  background: #65CD64 !important;
}

.nav-color {
  background: #0FBCF9 !important;
}

.btn-color {
  background: #65CD64 !important;
}

.bg-muted {
  background: #F5F5F5 !important;
}

.fnt-size0 {
  font-size: 10pt !important;
}

.fnt-size1 {
  font-size: 13pt !important;
}

.fnt-size2 {
  font-size: 15pt !important;
}

/* Page css */
#header-section {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100001;
}

nav .phone {
  background: #31a5ec;
  border-radius: 20px;
  font-size: 13pt;
}

nav .nav-list {
  background: #0FBCF9;
}

#Banner-section {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("images/img1.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("images/img1.jpg");
  background-size: cover;
  background-position: center;
  height: 692px;
  position: relative;
}

.banner-content {
  padding-top: 30%;
}

.banner-content h1 {
  font-size: 70px;
  color: white;
}

.banner-content p {
  font-size: 25px;
}

.banner-content span {
  font-size: 15px;
}

.bg-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#services-section {
  background: url("images/bg1.jpg");
  background-size: cover;
  background-position: center;
  height: 592px;
  position: relative;
}

.card {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.location-card {
  height: 225px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.location-card-body {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#Footer-section {
  background-color: #2D404F;
}
/*# sourceMappingURL=style.css.map */