body {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
h1 {
  display: block;
  margin: 0px auto 20px;
  box-shadow: none;
  font-family: Verdana, Geneva, sans-serif;
  color: #fcfbf5;
  font-size: 65px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px;
}
h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #ef6a2c;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}
h3 {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #453b3b;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
}
a {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #00e;
  text-align: center;
  text-decoration: none;
}
a:hover {
  color: #41b0c1;
  text-decoration: none;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  border: 2px solid #ef6a2c;
  background-color: #ef6a2c;
  color: white;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #41b0c1;
  color: #ef6a2c;
}
.hero {
  width: 100%;
  height: 780px;
  margin-top: 0px;
  padding-top: 80px;
  background-image: url('../images/FCLHero.png');
}
.hero.section {
  background-image: url('../images/FCLHeroBlur-02.jpg');
  background-position: 105% -356px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.brand {
  margin-top: 0px;
  padding-top: 25px;
}
.nav-link {
  height: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 4px solid transparent;
  font-family: Verdana, Geneva, sans-serif;
}
.nav-link:hover {
  border-top-color: #ef6a2c;
  color: #ef6a2c;
}
.nav-link.contact {
  color: #ef6a2c;
}
.nav-link.contact:hover {
  border-top-style: solid;
  background-color: #ef6a2c;
  color: white;
}
.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #d4d4d4;
  background-color: #fcfbf5;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 3px 0px;
}
.section {
  padding-top: 30px;
  padding-bottom: 80px;
}
.section._2hero {
  height: 814px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #41b0c1;
}
.section._3hero {
  padding-top: 80px;
  background-color: #41b0c1;
}
.section.customers {
  background-color: white;
}
.section._3sec {
  background-color: #ef6a2c;
}
.section.contact {
  background-color: #41b0c1;
}
.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #d4d4d4;
}
.container {
  padding-top: 56px;
}
.heroimage {
  display: block;
  margin-right: auto;
  margin-bottom: -236px;
  margin-left: auto;
  padding-top: 32px;
}
.h2customers {
  color: #453b3b;
}
.h2blog {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  color: white;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.h2blog:hover {
  color: black;
}
.form {
  display: block;
  width: 450px;
  margin-top: 43px;
  margin-right: auto;
  margin-left: auto;
}
.socialfoot {
  float: right;
}
.copyright {
  font-weight: 300;
  text-align: center;
}
.bloglink {
  display: inline;
  margin-left: auto;
  float: none;
}
.sec2row {
  margin-top: 28px;
}
.h2contact {
  color: white;
}
.cuslogos {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.formsuccesmsg {
  background-color: #41b0c1;
  color: white;
  text-align: center;
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 479px) {
  .form {
    width: 300px;
    padding-right: 0px;
  }
}

