

/*!---------- 1. GLOBAL STYLES ----------*/

h1, h2, h3, h4, h5, h6, p, ul, ol, pre, table, blockquote, input, button, select, textarea {
  margin-bottom: 24px;
  margin-top: 0;
  padding: 0;
}

@media all and (min-width: 768px) {
  .video-text{
    min-height: 96px;
  }
}

.video-text{
  min-height: 96px;
}

@media all and (max-width: 990px) {
  h1, h2, h3, h4, h5, h6, p, ul, ol, pre, table, blockquote, input, button, select, textarea {
    font-weight: 500;
    font-size: 15px;
  }

}




h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Libre Franklin', Tahoma, Trebuchet,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: #292929;
}

h1, .h1 {
  font-size: 56px;
  line-height: 64px;
}

h1.large {
  font-size: 72px;
  line-height: 80px;
  font-weight: 100;
}

@media all and (max-width: 990px) {
  h1.large {
    font-size: 56px;
    line-height: 64px;
  }
}

h2 {
  font-size: 40px;
  line-height: 48px;
}

h3 {
  font-size: 32px;
  line-height: 40px;
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

h6, .h6 {
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
}

@media all and (max-width: 767px) {

  .padding-class{
    padding-top: 5em;
  }

  h1, h1.large, .h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
  }

  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    font-size: 24px;
    line-height: 32px;
  }

  h4 {
    font-size: 18px;
    line-height: 26px;
  }

  h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }

  h6, .h6 {
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
  }
}

.q-color-01{
  color: #B3E3F9;
}

.q-color-02{
  color: #154A98;
}

.q-bgnd-01{
  background-color: rgba(0, 0, 0, 0.03);
}

.q-bgnd-02{
  background-color: rgba(179, 227, 249, 0.2);
}

.q-steps-5{
  grid-template-columns: repeat(5, 1fr);
    /* grid-template-columns: repeat(5, 20%); */
}

.q-steps{
  float: right;
}

.q-steps-2 img{
  max-height: 180px;
}

.q-steps img{
  max-height: 200px;
}

@media all and (max-width: 768px){
    .q-steps img{
      max-height: 80%;
    }
}

.hero-area {
    padding: 0px !important;
    margin: 0px !important;
    max-height: 70%;
}

.hero-area img{
  min-width:  100% !important;
}

.hero-text {
  top: 200px;
  position: absolute;
  right: 0px;
  background-color: rgba(21, 74, 152, 0.7);
  font-weight: 300;
  padding: 25px 30px 10px 30px;
  z-index: 10;
  max-width: 40%;
}

#spinner:not([hidden]) {
  display: flex;
  justify-content: center;
  align-items: center;
}

#spinner::after {
  content: "";
  width: 80px;
  height: 80px;
  border: 2px solid #f3f3f3;
  border-top: 3px solid #154A98;
  border-radius: 100%;
  will-change: transform;
  animation: spin 1s infinite linear
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media all and (max-width: 768px){
    .hero-text{
      z-index: 2;
      top: 0px;
      position: relative;
      max-width: 100%;
      min-height: 23%;
    }
}

.block-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

ul.bullet-list {
    padding-top: 24px;
    list-style: disc;
    list-style-position: outside;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
}

.subscription-steps-list{
    font-size: 34px;
}


.subscription-steps-list > li > div.step-text{
    font-size: 34px;
    line-height: 1em;
    padding-top: .2em;
    padding-bottom: .5em;
}

.products-note{
    font-size: 14px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer.bg-dark a {
  color: #fff;
}
.footer-1 .logo {
  max-height: 30px;
}
.footer-1 .sub {
  opacity: .5;
}

.contact-info p, .contact-info address {
  font-size: 14px !important;
  line-height: 1.4em !important;
  color: #C3C2C2 !important;
  margin: 3px 0 !important;
  padding: 0 !important;
}

@media (max-width: 767px) {
  .contact-info address br {
      display: inline-block;
  }
  .portfolio br {
      display: inline-block;
  }
}

.copyright-info {
  text-align: right;
  float: right;
  margin-top: 0;
  padding-top: 6em;
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .copyright-info {
    text-align: left;
    padding-top: 25px;
  }

  .featured-tech-text {
        font-size: 16px;
    }
}

.back-to-top {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.back-to-top:hover {
  opacity: 1;
}
.bg-dark .back-to-top {
  border-color: #fff;
}
.bg-dark .back-to-top:active,
.bg-dark .back-to-top:focus {
  color: #fff;
}
.bg-dark .back-to-top:hover {
  background: none;
}

footer {
  padding: 96px 0;
  position: relative;
  overflow: hidden;
  height:;
}
footer {
  padding: 72px 0;
}

footer.bg-dark h1,
footer.bg-dark h2,
footer.bg-dark h3,
footer.bg-dark h4,
footer.bg-dark h5,
footer.bg-dark h6 {
  color: #ffffff;
}

footer.bg-dark p,
footer.bg-dark span,
footer.bg-dark li {
  color: #fefefe;
}

}