body {
  background: #fff; }

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1240px; } }
.navbar {
  border-bottom: 1px solid #dadada;
  background-color: rgba(255, 255, 255, 0.9098039216);
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  color: #7a7a7a; }
  .navbar .container-fluid .navbar-brand {
    padding: 10px; }
    .navbar .container-fluid .navbar-brand img {
      height: 50px; }
  .navbar .container-fluid .navbar-toggler {
    margin-right: 15px;
    outline: none; }
  .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item.active .nav-link {
    font-weight: 700; }
  .navbar .container-fluid .navbar-collapse .navbar-nav .nav-link {
    padding: 15px 16px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.125em;
    color: #1b1b1b; }
    .navbar .container-fluid .navbar-collapse .navbar-nav .nav-link:hover, .navbar .container-fluid .navbar-collapse .navbar-nav .nav-link:active, .navbar .container-fluid .navbar-collapse .navbar-nav .nav-link:focus {
      color: #1b1b1b; }
  .navbar .container-fluid .navbar-collapse a.tel {
    padding: 15px 21px 15px 16px;
    color: #7a7a7a; }
    .navbar .container-fluid .navbar-collapse a.tel span {
      padding: 6px; }
    .navbar .container-fluid .navbar-collapse a.tel:hover, .navbar .container-fluid .navbar-collapse a.tel:active, .navbar .container-fluid .navbar-collapse a.tel:focus {
      text-decoration: none;
      color: #007bff; }
  @media (max-width: 992px) {
    .navbar {
      padding: .5rem 0; }
      .navbar .container {
        max-width: 100%;
        margin: 0;
        padding: 0; }
        .navbar .container .navbar-brand {
          padding-left: 15px; }
        .navbar .container .navbar-toggler {
          margin-right: 15px;
          padding: 5px; }
          .navbar .container .navbar-toggler .navbar-toggler-icon {
            background-image: url("../images/menu-icon.png"); }
            .navbar .container .navbar-toggler .navbar-toggler-icon.opened {
              background-image: url("../images/close-icon.png");
              background-size: 20px; }
        .navbar .container .navbar-collapse.show {
          margin-bottom: -10px; }
        .navbar .container .navbar-nav {
          padding-top: 10px; }
          .navbar .container .navbar-nav li {
            background-color: #f9f9f9; }
            .navbar .container .navbar-nav li a {
              border-top: 1px solid #eaeaea; }
        .navbar .container .tel {
          display: none; } }

.banner {
  height: 549px;
  background-image: url("../images/cr=w_1900,h_720,a_cc.webp");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .banner .container {
    position: relative;
    height: 100%; }
    .banner .container .row {
      position: relative;
      height: 100%; }
      .banner .container .row h1 {
        color: #fff;
        position: absolute;
        text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -34%);
        width: 100%;
        text-align: center;
        font-family: "Fjalla One", sans-serif;
        font-size: 45px;
        padding: 0 15px;
        line-height: 65px; }
      .banner .container .row .background-overlay {
        background-color: red;
        width: 44.5%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #35A9C4;
        opacity: 0.72;
        font-size: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center; }
        .banner .container .row .background-overlay p {
          font-family: "Montserrat", sans-serif;
          font-weight: 800;
          color: #FFFFFF;
          font-size: 16px; }
        .banner .container .row .background-overlay h1 {
          font-family: "Montserrat", sans-serif;
          font-weight: 800;
          font-size: 45px;
          color: #FFFFFF;
          margin: 0px 50px 0px 50px; }
        .banner .container .row .background-overlay .divider {
          height: 0.8px;
          background: #fff;
          width: 18%;
          margin: 25px auto; }
        @media (max-width: 992px) {
          .banner .container .row .background-overlay {
            height: 222px;
            width: 475px;
            top: 50%;
            transform: translateY(-50%); }
            .banner .container .row .background-overlay h1 {
              font-size: 28px; } }
        @media (max-width: 768px) {
          .banner .container .row .background-overlay {
            opacity: 1;
            width: 100%;
            bottom: 0;
            top: unset;
            transform: none; } }
      @media (max-width: 1195px) {
        .banner .container .row h1 br {
          display: none; } }
      @media (max-width: 992px) {
        .banner .container .row h1 {
          transform: translate(-50%, -29%);
          font-size: 35px;
          line-height: 60px; } }
      @media (max-width: 768px) {
        .banner .container .row h1 {
          font-size: 30px;
          line-height: 50px; } }
      @media (max-width: 528px) {
        .banner .container .row h1 {
          font-size: 25px;
          line-height: 45px; } }
      @media (max-width: 376px) {
        .banner .container .row h1 {
          font-size: 22px;
          line-height: 40px; } }
  @media (max-width: 768px) {
    .banner {
      background-position: center; } }

section.content .container {
  text-align: center;
  color: #5e5e5e; }
  section.content .container h2 {
    font-family: "Fjalla One", sans-serif;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
    font-size: 36px;
    padding: 6% 0 5% 0;
    color: #1b1b1b; }
  section.content .container h3 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    letter-spacing: 0.125em;
    padding-bottom: 20px; }
  section.content .container h4 {
    font-family: "Source Sans Pro", sans-serif;
    letter-spacing: 0.125em;
    font-size: 18px;
    padding: 40px 0 18px 0; }
  section.content .container p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px; }
  section.content .container .row {
    margin-bottom: 60px; }
    section.content .container .row.item {
      min-height: 350px; }
      section.content .container .row.item:last-child {
        margin-bottom: 0; }
    section.content .container .row.regular {
      opacity: 0;
      visibility: hidden;
      transition: opacity 1s ease;
      -webkit-transition: opacity 1s ease; }
      section.content .container .row.regular.slick-initialized {
        visibility: visible;
        opacity: 1; }
    section.content .container .row .left {
      background-size: cover;
      background-position: center; }
      section.content .container .row .left img {
        width: 100%; }
    section.content .container .row .right {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center; }
      section.content .container .row .right .right-wrp {
        padding: 15px;
        width: 100%; }
  @media (max-width: 992px) {
    section.content .container .row .right .right-wrp {
      padding: 0; }
      section.content .container .row .right .right-wrp img {
        width: 100% !important;
        height: auto !important; } }
  @media (max-width: 767px) {
    section.content .container .row {
      min-height: unset;
      margin-bottom: 15px; }
      section.content .container .row:nth-child(odd) .left {
        order: 1; }
      section.content .container .row:nth-child(odd) .right {
        order: 2; }
      section.content .container .row .left {
        height: 350px;
        margin-bottom: 30px; } }
  @media (max-width: 450px) {
    section.content .container .row .left {
      height: 200px; }
    section.content .container h2 {
      padding: 10% 0 5% 0; } }

.contact-us {
  position: relative;
  margin-top: 80px; }
  @media (max-width: 992px) {
    .contact-us {
      height: 100% !important; } }
  .contact-us .row.text .left {
    padding: 7% 0;
    z-index: 99; }
    .contact-us .row.text .left button {
      background-color: black;
      font-family: "Source Sans Pro", sans-serif;
      color: #c6c6c6;
      letter-spacing: 0.125em;
      font-size: 16px;
      font-weight: 700;
      padding: 7px 30px;
      margin-top: 20px; }
  .contact-us .row.overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    margin: 0;
    z-index: 2; }
    .contact-us .row.overlay .left .contact-form {
      padding: 7%;
      display: none;
      background: #fff; }
      .contact-us .row.overlay .left .contact-form .form h4 {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 18px;
        text-transform: uppercase;
        padding: 15px 0; }
      .contact-us .row.overlay .left .contact-form .form .form-group input, .contact-us .row.overlay .left .contact-form .form .form-group textarea {
        background-color: #f6f6f6;
        border-radius: 0;
        border: 0;
        font-family: "Source Sans Pro", sans-serif;
        color: #474747; }
      .contact-us .row.overlay .left .contact-form .form .submit-button {
        text-align: center; }
        .contact-us .row.overlay .left .contact-form .form .submit-button button {
          background: black;
          border-radius: 0;
          font-family: "Source Sans Pro", sans-serif;
          font-weight: 700;
          color: #c6c6c6;
          padding-right: 32px;
          padding-left: 32px;
          letter-spacing: 0.125em; }
        .contact-us .row.overlay .left .contact-form .form .submit-button a {
          color: black;
          font-family: "Source Sans Pro", sans-serif;
          font-size: 18px;
          color: black;
          text-decoration: underline;
          padding-right: 10px;
          padding-left: 10px; }
      .contact-us .row.overlay .left .contact-form .form p {
        font-family: "Source Sans Pro", sans-serif;
        font-family: 14px;
        color: #595959;
        text-align: center; }
    .contact-us .row.overlay .right {
      padding: 0; }
    .contact-us .row.overlay iframe {
      width: 100%;
      height: 100%; }
  .contact-us h2 {
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    color: #1b1b1b;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
    font-size: 36px; }
  .contact-us p {
    padding-top: 10px;
    line-height: 40px; }
  .contact-us a {
    padding-top: 15px;
    color: #1b1b1b; }
  .contact-us p, .contact-us a {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px; }
  @media (max-width: 992px) {
    .contact-us .row.overlay {
      position: relative; }
      .contact-us .row.overlay .right {
        height: 500px; } }

.our-team {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  background-color: #fff; }
  @media (min-width: 1200px) {
    .our-team .container {
      max-width: 1000px; } }
  .our-team .container .row {
    padding-top: 5%;
    padding-bottom: 4%; }
    .our-team .container .row .card-deck {
      width: 100%; }
      .our-team .container .row .card-deck .wrp {
        padding: 0; }
      .our-team .container .row .card-deck .card {
        border-radius: 18px;
        margin-bottom: 40px;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
        border: 0;
        margin-right: 15%;
        margin-left: 15%; }
        .our-team .container .row .card-deck .card .card-img-top {
          border-radius: 18px 18px 0 0; }
        .our-team .container .row .card-deck .card .card-body {
          min-height: 124px; }
          .our-team .container .row .card-deck .card .card-body .card-title {
            font-weight: 600;
            color: #4a4a4a; }
          .our-team .container .row .card-deck .card .card-body .card-text {
            color: #4a4a4a; }
  .our-team .container h2 {
    padding-top: 0%;
    font-family: "Fjalla One", sans-serif;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
    font-size: 36px;
    color: #1b1b1b; }
  .our-team .container .divider {
    height: 0.8px;
    background: #D9D9D9;
    width: 6%;
    margin: 24px auto; }

.solutions {
  margin-top: 100px;
  margin-bottom: 50px; }
  .solutions .container .row {
    min-height: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 2%; }
    .solutions .container .row .card {
      border: none;
      border-radius: 15px;
      margin-top: 15px;
      -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
      -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06); }
      .solutions .container .row .card .card-body {
        padding: 0; }
        .solutions .container .row .card .card-body .caption {
          position: absolute;
          background: rgba(0, 0, 0, 0.2);
          width: 100%;
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          transform: translateY(-50%);
          color: #fff; }
        .solutions .container .row .card .card-body .content-wrap {
          position: absolute;
          bottom: 0;
          background: #ffffff2e;
          width: 100%;
          color: #fff;
          text-shadow: 2px 2px 4px #000000;
          text-align: center; }
        .solutions .container .row .card .card-body h3 {
          font-weight: 700;
          padding-top: 20px;
          padding-bottom: 0;
          font-size: 40px;
          letter-spacing: normal;
          padding-left: 25px;
          text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2); }
        .solutions .container .row .card .card-body .card-text {
          padding-left: 25px;
          padding-bottom: 25px;
          padding-right: 25px;
          margin: 0;
          font-size: 30px;
          text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2); }
        @media (max-width: 992px) {
          .solutions .container .row .card .card-body h3 {
            font-size: 30px; }
          .solutions .container .row .card .card-body .card-text {
            font-size: 20px; } }
        @media (max-width: 767px) {
          .solutions .container .row .card .card-body h3 {
            font-size: 25px; }
          .solutions .container .row .card .card-body .card-text {
            font-size: 18px; } }
        @media (max-width: 500px) {
          .solutions .container .row .card .card-body h3 {
            font-size: 20px; }
          .solutions .container .row .card .card-body .card-text {
            font-size: 16px;
            padding: 0 10px 10px 10px !important; } }
      .solutions .container .row .card img {
        width: 100%;
        height: auto;
        border-radius: 10px; }
      .solutions .container .row .card .links {
        padding: 5px 0; }
        .solutions .container .row .card .links div {
          padding: 5px; }
          .solutions .container .row .card .links div a {
            border-radius: 5px;
            display: inline-block; }

.mission h2 {
  text-align: center;
  padding: 4% 0 3% 0 !important; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button::before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 12px;
  content: "";
  text-align: center;
  opacity: 0.5;
  color: black;
  background: #007bff;
  -webkit-font-smoothing: antialiased;
  border-radius: 2px; }

.slick-dots li.slick-active button::before {
  opacity: 1; }

.slick-initialized .slick-slide {
  outline: none; }

footer {
  background-color: #000;
  text-align: center;
  padding: 5% 0; }
  footer .left {
    text-align: left; }
  footer .right {
    text-align: right; }
  footer p {
    margin: 0; }
  footer p, footer a {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #969696;
    display: inline-block; }
  footer a {
    color: #fff; }
    footer a:hover, footer a:active, footer a:focus {
      color: #fff;
      text-decoration: none; }
  @media (max-width: 768px) {
    footer .left, footer .right {
      text-align: center; } }

/*# sourceMappingURL=style.css.map */
