img#nav-logo {
  max-width: 200px;
}

.white {
  color: #fff;
}

.gold {
  color: #f1d45f !important;
}

.cyan {
  color: #00ffea !important;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.pr-20 {
  padding-right: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-60 {
  padding-top: 60px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-130 {
  margin-bottom: 130px;
}
.testimonial-area {
  background-image: url(/assets/images/home1/testimonial-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

strong {
  color: #000000;
}

body {
  color: #565656;
  font-weight: 500;
}

p {
  color: #565656;
  font-weight: 500;
}

a {
  color: #49af45;
  font-weight: 700;
}

.title-bar {
  background-color: #30384c;
}

.title-bar h2 {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 40;
  padding: 10px 0;
}
