img {
  width: 100%;
}

* {
  font-family: 'Exo 2', sans-serif;
}

.btnLink {
  border: 1px solid #009fe3;
  background-color: #009fe3;
  padding: 20px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btnLink:hover {
  color: #009fe3;
  background-color: #fff;
}

.title {
  color: #1e3e61;
  font-weight: 700;
}

.bgkDark {
  background-color: #1f3e5f;
}

.bgkDark h1, .bgkDark h2, .bgkDark h3 {
  color: #fff;
}

.lightTitle {
  background-color: #009fe3;
  padding: 10px;
  margin-top: 25px;
  letter-spacing: 1px;
  display: block;
}

.logo {
  width: 60%;
  display: block;
  margin: auto;
}

.bkgSlide {
  background-position: center;
  background-image: url("../images/img-slide.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  -webkit-box-shadow: 1px 1px 20px #00000073;
          box-shadow: 1px 1px 20px #00000073;
}

.bkgSlide .fixedImg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.slideText {
  color: #fff;
}

.mission p {
  width: 80%;
  display: block;
  margin: auto;
}

.bkgFixed {
  background-image: url("../images/mini-logos.png"), url("../images/bkg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed, local;
}

.servText p {
  text-align: justify;
}

.footer {
  background-color: #0a233a;
}

.footer h6, .footer p {
  color: #fff;
  text-align: center;
}

input, textarea {
  width: 100%;
  margin: 7px;
  padding: 8px;
  background-color: #1f3e5f !important;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  outline: none !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.privacy {
  color: #fff;
}

#backToTop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  -webkit-box-shadow: 0px 2px 9px #0000004a;
          box-shadow: 0px 2px 9px #0000004a;
}

#backToTop span {
  margin: auto;
}
/*# sourceMappingURL=style.css.map */