body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: 300; }

@media (min-width: 1024px) {
  .container {
    width: 980px; } }
.cta {
  margin-top: 20px;
  background: #013e5a;
  border: 1px solid rgba(32, 53, 128, 0.16);
  border-radius: 3px;
  display: inline-block;
  padding: 7px 20px;
  font-size: 24px;
  color: #ffffff;
  font-weight: 300; }
  .cta a {
    color: #ffffff; }
  .cta:hover {
    background-color: #cc0000; }

button.cta {
  font-size: 18px; }

#header {
  background-color: #042738;
  padding: 20px; }

#first {
  min-height: 700px;
  background-image: url(bg.jpg);
  background-size: cover;
  background-position: top center;
  position: relative; }
  #first .over {
    min-height: 700px;
    background-color: rgba(4, 39, 56, 0.53);
    padding-top: 150px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 768px) {
      #first .over {
        padding-top: 20px; } }
    #first .over::before {
      content: "";
      display: block;
      height: 400px;
      width: 200%;
      position: absolute;
      z-index: 333;
      background-color: #ececec;
      bottom: 0;
      left: -25%;
      -moz-transform: rotate(-10deg);
      -webkit-transform: rotate(-10deg);
      -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
      transform: rotate(-10deg);
      bottom: -150px; }
  #first .container {
    position: relative;
    z-index: 999; }
  #first .text {
    font-size: 22px;
    color: #ffffff;
    line-height: 31px;
    text-align: left; }
    @media (max-width: 768px) {
      #first .text {
        font-size: 16px;
        padding: 0 0 20px;
        line-height: 1.5; } }
  #first .form {
    padding: 20px;
    background-color: #fff; }
    #first .form .form-control {
      background: rgba(32, 53, 128, 0.01);
      border: 1px solid rgba(32, 53, 128, 0.16);
      border-radius: 3px;
      padding: 20px;
      box-shadow: none;
      font-size: 14px;
      margin-bottom: 30px; }
    #first .form textarea.form-control {
      height: 250px; }

section.texts {
  padding: 50px; }
  @media (max-width: 768px) {
    section.texts {
      padding: 20px 10px; } }
  section.texts.odd {
    background-color: #ececec; }
  section.texts h2 {
    font-size: 34px;
    color: #231f20;
    text-align: left;
    margin: 0 0 20px 0; }
  section.texts .text {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 25px;
    text-align: left;
    font-weight: 400; }
    @media (max-width: 768px) {
      section.texts .text {
        margin-bottom: 20px; } }

section#contact {
  background-color: #ececec;
  margin: 100px 0; }
  @media (max-width: 768px) {
    section#contact {
      margin: 20px 0; } }
  section#contact h2 {
    font-size: 34px;
    color: #231f20;
    text-align: left;
    margin: 30px 0 20px 0; }
  section#contact .text {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 25px;
    text-align: left;
    font-weight: 400; }
    section#contact .text p {
      padding-left: 30px;
      position: relative; }
    section#contact .text span.fa {
      position: absolute;
      left: 0;
      top: 4px; }

@media (max-width: 768px) {
  section#logos img {
    margin-bottom: 16px; } }

footer {
  padding: 20px;
  text-align: center;
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 400; }

/*# sourceMappingURL=style.css.map */
