.header {
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.5);
  height: 56px;
  padding: .5rem; }
  .header .logo {
    float: left;
    padding: 5px 0; }
    .header .logo a {
      display: block; }
      .header .logo a img {
        height: 30px; }
  .header .nav_main .nav-trig {
    display: none;
    cursor: pointer; }
  .header .nav_main .nav {
    justify-content: flex-end; }
    .header .nav_main .nav .nav-item .nav-link {
      color: rgba(0, 0, 0, 0.5);
      font-family: Roboto, sans-serif; }
      .header .nav_main .nav .nav-item .nav-link.active {
        color: #E89621; }
  .header.home {
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    box-shadow: none; }
    .header.home .logo {
      display: none; }
    .header.home .nav_main .nav-trig svg {
      fill: #fff; }
    .header.home .nav .nav-item .nav-link {
      color: #fff;
      font-weight: 300; }

body.open {
  overflow: hidden; }
  body.open .header {
    background: #fff; }
    body.open .header .logo {
      display: block; }
    body.open .header .nav_main .nav-item {
      margin: 2rem 0; }
      body.open .header .nav_main .nav-item .nav-link {
        color: #fff;
        text-align: center;
        font-size: 24pt;
        font-weight: 300; }

@media (max-width: 767.98px) {
  .header .nav_main .nav-trig {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    padding: 9px 3px 0 3px; }
    .header .nav_main .nav-trig svg {
      fill: rgba(0, 0, 0, 0.5); }
  .header .nav_main .nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 55px;
    background: linear-gradient(135deg, #00B0D1 0%, #0880CB 100%);
    height: 100vh;
    z-index: 1; }
    .header .nav_main .nav .nav-item .nav-link {
      padding: .7rem 1rem; }
  .header .logo a img {
    height: 24px; }

  body.open .header .nav_main .nav-trig {
    background-image: url("../../svg/close.svg");
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2; }
    body.open .header .nav_main .nav-trig svg {
      display: none; }
  body.open .header .nav_main .nav {
    display: block; } }
body {
  font-family: Roboto, sans-serif; }

p {
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 300; }

h1 {
  font-size: 57px; }

.section-title {
  margin: 3rem 8rem 5rem; }
  .section-title h2 {
    font-size: 48px; }
  .section-title h3 {
    font-size: 32px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5); }
  .section-title h5 {
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 24px; }
  .section-title p {
    margin-top: 1rem; }
  .section-title .icon {
    margin-bottom: 2rem; }
    .section-title .icon img {
      width: 120px; }

.btn-primary {
  background: linear-gradient(135deg, #FCD200 0%, #FF8900 100%);
  box-shadow: 0 4px 8px 0 rgba(137, 74, 0, 0.2);
  border: #f5a94c solid 1px;
  border-radius: 2rem !important;
  width: 200px;
  height: 40px;
  font-size: 17px; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: linear-gradient(35deg, #ddc23d 0%, #FF8900 100%);
    border: #f5a94c solid 1px; }

.btn-secondary {
  background: linear-gradient(135deg, #00d5d7 0%, #00b0d1 100%);
  box-shadow: 0 4px 8px 0 rgba(137, 74, 0, 0.2);
  border: #5cdbe6 solid 1px;
  border-radius: 2rem !important;
  width: 200px;
  height: 40px;
  font-size: 17px; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background: linear-gradient(35deg, #00b0d1 0%, #00d5d7 100%) !important;
    border: #5cdbe6 solid 1px !important; }

.shadow {
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.5); }

@media (max-width: 991.98px) {
  .section-title {
    margin: 2rem 0rem 3rem; }
    .section-title h2 {
      font-size: 36px; }
    .section-title .icon img {
      width: 100px; } }
@media (max-width: 767.98px) {
  h1 {
    font-size: 42px; }

  p {
    font-size: 15px; }

  .section-title h5 {
    font-size: 17px;
    line-height: 24px; }
  .section-title h3 {
    font-size: 24px; }
  .section-title h2 {
    font-size: 36px;
    line-height: 40px; }
  .section-title .icon img {
    width: 60px; }

  .shadow .section-title h5 {
    color: rgba(0, 0, 0, 0.5); }
  .shadow .section-title h2 {
    color: rgba(0, 0, 0, 0.7); } }
.letuspage {
  text-align: center;
  padding: 3rem 0;
  background-image: url(../../assets/photos/contact@2x.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom;
  color: #fff; }
  .letuspage .letus-form {
    max-width: 600px;
    margin: 0 auto 3rem; }
    .letuspage .letus-form .form-control {
      background: rgba(255, 255, 255, 0.7);
      border: 1px solid #9a9a9a;
      font-weight: 300;
      font-size: 1rem;
      padding: .8rem 1rem; }
      .letuspage .letus-form .form-control:focus {
        background: rgba(255, 255, 255, 0.9); }
      .letuspage .letus-form .form-control.error {
        border: 1px solid #f00 !important; }
    .letuspage .letus-form textarea {
      resize: none; }
    .letuspage .letus-form .dropdown > button {
      text-align: left;
      background: rgba(255, 255, 255, 0.7);
      border: 1px solid #9a9a9a;
      font-weight: 300;
      font-size: 1rem;
      padding: .8rem 1rem;
      color: rgba(0, 0, 0, 0.5); }
      .letuspage .letus-form .dropdown > button:after {
        float: right;
        border-top: .3em solid #6d6d6d;
        margin-top: 10px;
        font-size: 1.6rem; }
    .letuspage .letus-form .dropdown .dropdown-menu {
      width: calc(2px + (100%));
      left: -1px !important; }
      .letuspage .letus-form .dropdown .dropdown-menu button {
        font-weight: 300;
        font-size: 1rem; }
    .letuspage .letus-form .dropdown.show > button {
      border-radius: .25rem .25rem 0 0;
      background: #fff;
      border-bottom: 1px solid #ddd;
      border: 1px solid #fff; }
    .letuspage .letus-form .dropdown.show .dropdown-menu {
      border-radius: 0 0 .25rem .25rem;
      margin-top: 0;
      padding-top: 0;
      padding-bottom: 0; }
      .letuspage .letus-form .dropdown.show .dropdown-menu button {
        font-weight: 300;
        font-size: 1rem;
        padding: .8rem 1rem;
        color: #2992d4;
        border-bottom: 1px solid #ddd; }
        .letuspage .letus-form .dropdown.show .dropdown-menu button:last-child {
          border-radius: 0 0 .25rem .25rem;
          border-bottom: none; }
        .letuspage .letus-form .dropdown.show .dropdown-menu button:hover, .letuspage .letus-form .dropdown.show .dropdown-menu button:focus {
          color: #ffffff;
          background-color: #3997d7;
          font-weight: 400;
          border-left: 1px solid #3997d7;
          border-right: 1px solid #3997d7; }

@media (max-width: 767.98px) {
  .letuspage {
    padding: 3rem 0 .1rem; } }
.footer {
  background: linear-gradient(to right, #00AFD1, #0881CB);
  text-align: center;
  padding: 3rem 0;
  color: #fff;
  font-family: Roboto, sans-serif; }
  .footer .icon {
    margin-bottom: 1rem; }
    .footer .icon img {
      height: 40px;
      opacity: .5; }
  .footer p {
    font-size: .9rem;
    margin: 0; }
  .footer .br:after {
    content: "";
    position: absolute;
    width: 1px;
    right: -1px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    background: #8acbec; }

@media (max-width: 767.98px) {
  .footer {
    padding: 1rem 0; }
    .footer .br:after {
      display: none; }
    .footer p {
      margin-bottom: .6rem;
      display: inline-block;
      margin-top: .6rem; }
    .footer .icon {
      display: inline; }
      .footer .icon img {
        max-width: 24px;
        max-height: 24px; } }

/*# sourceMappingURL=contact.css.map */
