@import url('https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap');
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot") format("embedded-opentype"), 
      url("../fonts/fontawesome-webfont.woff2") format("woff2"), 
      url("../fonts/fontawesome-webfont.woff") format("woff"), 
      url("../fonts/fontawesome-webfont.ttf") format("truetype")
      /* url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg")*/; 
  font-weight: normal;
  font-style: normal; }

body, button, input, select, textarea {
  font-family: 'Fira Sans', sans-serif; 
}

.button {
  letter-spacing: 1px;
}

.fa, .fab, .fad, .fal, .far, .fas {
  font-family: 'FontAwesome';
  margin-right: 13px;
  color: #212529;
}

.is-boxed, 
.body-wrap, 
.has-top-divider, 
.has-bottom-divider::after, 
hr::after, 
.feature-title::after {
  transition: background .25s ease;
}

.banner {
  position: relative;
  height: 100vh;
}

.banner .img-main img{
  height: 100vh;
  object-fit: cover;
}

.banner .heading {
  width: 370px;
  height: 0;
  opacity: 0;
  position: absolute;
  bottom: 10%;
  left: 10%;
  background: #110601e0;
  padding: 0px 30px;
}
  @media (max-width: 480px) {
    .banner .heading {
      width: 330px;
      left: 50%;
      transform: translate(-50%, 0);
    }
  }

.banner .logo-overlay {
  position: absolute;
  height: 100%;
  top: 0;
  left: -10%;
  display: none;
}
  @media (max-width: 1024px) {
    .banner .logo-overlay {
      display: none;
    }
  }

.banner .logo-overlay img {
  height: 100%;
}

.banner .img-overlay {
  position: absolute;
  top: 5%;
  left: 49%;
  width: 75%;
  transform: translate(-50%, 0);
  display: none;
}
  @media (max-width: 1024px) {
    .banner .img-overlay {
      width: 102%;
      top: 2%;
    }
  }

.banner .img-overlay img {}
  @media (min-width: 1400px) {
    .banner .img-overlay img {
      width: 150%;
    }
  }
  @media (max-width: 1024px) {
    .banner .img-overlay img {
      height: 55vh;
      object-fit: cover;
    }
  }

.banner h3 {
  color: #01fdff;;
}

.banner p {
  font-size: 16px;
  line-height: 24px;
  color: #ac805b;
}

.banner span {
  color: #fff;
}

.is-loaded .features-zoom-illustration {
    -webkit-animation: fadeIn 1s 0.2s both cubic-bezier(0.3, 0, 0.2, 1);
    animation: fadeIn 1s 0.2s both cubic-bezier(0.3, 0, 0.2, 1);
    will-change: transform;
}

.is-loaded .features-zoom-box {
    -webkit-animation: fadeUpBox 1s 0.2s both cubic-bezier(0.3, 0, 0.2, 1);
    animation: fadeUpBox 1s 0.2s both cubic-bezier(0.3, 0, 0.2, 1);
    will-change: transform; 
}

@keyframes fadeInLeftIllustration {
    0% {
        opacity: 0;
        transform: scale(0.95) translate3d(40px, 10px, 0)
    }
}

@keyframes fadeUpBox {
    0% {
        opacity: 0;
        transform: scale(0.95) translate3d(-40px, 20px, 0)
    }

    30% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
}

.is-loaded .asset-light, 
.is-loaded .asset-dark {
    visibility: visible;
    opacity: 1;
}

.asset-light, 
.asset-dark {
    visibility: hidden;
    opacity: 0;
}

.features-zoom-image {
    position: relative;
    margin-top: 64px;
    margin-bottom: 112px;
}

.features-zoom-box {
    margin: 0 auto;
    box-shadow: 48px 16px 48px rgba(24,37,56,0.12);
    -webkit-transform: perspective(1000px) rotateY(10deg) translateY(2%);
    transform: perspective(1000px) rotateY(10deg) translateY(2%);
    -webkit-transform: none;
    transform: none;
}

.features-zoom-illustration {
    position: absolute;
    top: -2%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
  @media (max-width: 480px) {
    .features-zoom-illustration {
      z-index: -2;
    }
  }

.features-zoom-wrap {
    max-width: 540px;
    margin: 0 auto;
}

.feature-zoom {
    text-align: center;
    margin-bottom: 48px;
}
  @media (min-width: 641px) {
    .feature-zoom {
      text-align: left;
    }
  }

.feature-zoom-inner {}
  @media (min-width: 641px) {
    .feature-zoom-inner {
      display: flex;
    }
  }

.feature-zoom-icon {
    display: inline-flex;
    margin-bottom: 16px;
}
  @media (min-width: 641px) {
    .feature-zoom-icon {
      display: block;
      margin-top: 8px;
      margin-right: 32px;
      margin-bottom: 0;
    }
  }

.feature-zoom-icon img {
  max-width: none;
}

.feature-zoom-title {
  position: relative;
  margin-bottom: 26px;
}

.feature-zoom-title::after {
  content: '';
  width: 32px;
  height: 2px;
  position: absolute;
  bottom: -14px;
  left: calc(50% - 16px);
  background: #E9EDF3;
}
  @media (min-width: 641px){
    .feature-zoom-title::after {
        left: 0;
    }
  }

.features::before {
  height: auto;
}

.features .section-inner {}
  @media (min-width: 1025px){
    .features .section-inner {
        padding-bottom: 88px;
    }
  }

.row.just-sb {
  justify-content: space-between;
}

@media (min-width: 576px) {
  .row[class*="sm-2"]> {
    max-width: 49%;
  }
}

@media (min-width: 768px) {
  .row[class*="md-2"]>* {
    max-width: 49%;
  }
}

@media (min-width: 991px) {
  .row[class*="lg-3"]>* {
    max-width: 32.5%;
  }

  .row[class*="lg-2"]>* {
    max-width: 49%;
  }
}

.feature-pics .col:last-child {
    max-width: 100%;
    width: 100%;
}

.feature-pics {
    height: 425px;
    margin: 10px;
}
  @media (max-width: 574px) {
    .feature-pics {
      height: auto;
    }
  }

.feature-pics + h3 {
  margin: 20px;
  font-size: 16px;
  line-height: 22px;
  padding: 0 9% 20px;
  text-transform: uppercase;
}

.feature-pics img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.feature-pics .card {
  transition: all 0.2s ease;
}

.feature-pics .card:hover {
    transform: scale(1.1);
    transition: all 0.2s ease;
}

.features-wrap.fade-up {}
  @media (min-width: 1025px) {
    .features-wrap.fade-up {
        justify-content: center;
        width: 776px;
        margin: auto;
    }
  }

.feature:nth-child(even) {
  top: 0;
}

.feature-icon:before {
  content: none;
}

.feature-icon img {
    width: 80px;
    padding: 4px;
    border: 5px solid #fff;
    border-radius: 90px;
    box-shadow: 1px 1px 15px 10px #cccccc8f;
}

.feature-inner {
  padding: 48px 45px 72px;
}

.button-primary,
.button-primary:hover {
  background: #073d82;
  padding: 0;
  min-width: 200px;
  height: 70px;
}

.button-primary a {
  color: #fff;
  transition: all 0.3s ease;
  padding: 29px 40px;
  width: 370px;
}
  @media (max-width: 480px) {
    .button-primary a {
        width: 250px;
        font-size: 11px;
    }
  }

.button-primary:hover a {
  color: #0cfcfe;
  text-decoration: none;
  transition: all 0.3s ease;
}

.bg-dark * {
    color: #dadada;
}

.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5 {
    color: #fff;
}

.bg-dark a {
  color: #07fdff;
  transition: all 0.3s ease;
}

.bg-dark a:hover {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

img.logo {
    max-width: 200px!important;
    max-height: 50px;
    object-fit: contain;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

#clients {
  background: #ccc;
}

footer {
  border-top: 10px solid #212529;
}

footer .feature-inner {
  padding-top: 0;
}

footer .mx-n35 {
  margin-left: -35px;
  margin-right: -35px;
}

footer .logo-footer {
    text-align: center;
}

footer .logo-footer img {
    width: 250px;
    margin-bottom: 40px;
}
  @media (max-width: 480px) {
    footer .logo-footer img {
      display: inline-block;
    }
  }

footer .feature-inner:before {
  content: none;
}

footer .footer-para {
  margin-top: 15px;
  max-width: 250px;
}

footer .footer-para.icon {
  font-size: 16px;
  margin-left: 30px;
}

footer #block-footer3 a {
    display: inline-block;
    padding-top: 30px;
}

footer a {
    font-size: 16px;
    color: #7c7c97;
    border-bottom: 0px solid #7c7c97;
    transition: all 0.3s ease-out;
}

footer a:hover {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000;
    transition: all 0.3s ease-out;
}

footer iframe {
  width: 100%; 
  height: 380px;
}

footer .fas {
  margin-left: -30px;
}

.footer-copyright {
    background: #212529;
    border-top: 1px solid #fff;
    padding: 10px 60px;
    color: #c5c5c5;
    font-size: 12px;
}

/** link icons **/
.download {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 270px;
}

.download a {
  position: relative;
  font-size: 14px;
  line-height: 18px;
  display: block;
  clear: both; 
}

.download a:before {
  font-family: 'FontAwesome';
  font-size: 40px;
  line-height: 40px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left; 
}

.download a[href*='.pdf']:before {
  content: '\f1c1';
  color: #ff0000;
}

.download a[href*='.zip']:before {
  content: '\f1c6';
  color: #f7ff00;
 }

.download a[href*='.tar']:before {
  content: '\f17c';
  color: #ffffff;
}

.download a[href*='.html']:before {
  content: '\f1c9';
  color: #089aef;
}

/**/

/** forms **/

#web-form {
    margin: auto;
    max-width: 500px;
}

#web-form .form-actions {
  text-align: center;
}

form {
    margin-top: 50px !important;
}

.form-item {
    margin-top: 16px;
    margin-bottom: 16px;
}

.form-item label, .form-item .description {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54);
}

label {
    margin-bottom: 10px;
    font-weight: 400;
    display: inline-block;
    max-width: 100%;
}

.form-item input[type="text"], 
.form-item input[type="email"], 
.form-item input[type="password"], 
.form-item input[type="search"], 
.form-item input[type="tel"], 
.form-item textarea, 
.form-item select {
    display: block;
    width: 100%;
    max-width: 460px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding: 8px 0;
    padding-bottom: 50px;
}
.form-item input, 
.form-item textarea, 
.form-item select {
    border: 0;
    margin: 0;
    background: none;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.87);
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
}

/**/