/*
  Template Name: Landing Page Template
  Theme URL: https://themeforest.net/user/dsathemes
  Description:Landing Page Template
  Author: SigmaTechs
  Author URL: https://themeforest.net/user/dsathemes
  Version: 1.1.0
  Website: www.SigmaTechs.biz
  Tags: Responsive, HTML5 template, DSAThemes, Mobile, Application, One Page, Landing, Product, Mobile App
*/

/* fsform overrides */
.fs-progress{ background-color: #0D91F7; }
button.fs-back, .noUi-horizontal .noUi-handle, button.fs-continue, .fs-radio-button label { background-color: #0D91F7; }


body,html {
font-family: 'Roboto', sans-serif !important;
height: 100%;
scroll-behavior: smooth;
}

.lock-scroll {
  max-width: 100%;
  max-height: 100%;
  overflow-x: hidden;
  overflow: hidden;
}

.text-primary {
color: #0D91F7 !important;
}
.bg-primary {
background-color: black !important;
}
.btn {
width: 200px;
margin-bottom: 10px;
background-color: #0D91F7;

}
.bg-image {
background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/images/topslide.jpg');
background-repeat: no-repeat;
background-position: left center;
background-attachment: fixed;
background-size: cover;
}
.row-full{
    width: 99.2vw;
}

/* hidden spacer before sections for proper offset */
section::before {
height: 56px;
content: "";
display:block;
}
.carousel-indicators {
bottom:-50px;
}
.carousel-inner {
margin-bottom: 50px;
}
/* helpers */
.vh-25 {
min-height: 25vh;
}
.vh-50 {
min-height: 50vh;
}
.vh-75 {
min-height: 75vh;
}
.vh-80 {
min-height: 75vh;
}
.vh-100 {
min-height: 100vh;
}
.vertical-center {
min-height: 80%;  /* Fallback for browsers do NOT support vh unit */
min-height: 80vh; /* These two lines are counted as one :-)       */

display: flex;
align-items: center;
}



/* centering styles for jsbin */
html,
body {
width:100%;
height:100%;
}
html {
display:table;
}
body {
display:table-cell;
vertical-align:middle;
}
body > .btn {
display: block;
margin: 0 auto;
}

@media only screen and (max-width: 600px) {
.m-vh-100 {
  min-height: 100vh;
}
.bg-image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
}
@media only screen and (min-width: 601px) {
 #top-fold h1 {
   font-size: 4.5em;
 }
 #top-fold h2 {
   font-size: 2.5em;
 }
}
 

/* Styling for thank-you loader */
.loader-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loader {
  max-width: 15rem;
  width: 100%;
  height: auto;
  stroke-linecap: round;
}

circle {
  fill: none;
  stroke-width: 3.5;
  -webkit-animation-name: preloader;
          animation-name: preloader;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-transform-origin: 170px 170px;
          transform-origin: 170px 170px;
  will-change: transform;
}
circle:nth-of-type(1) {
  stroke-dasharray: 550;
}
circle:nth-of-type(2) {
  stroke-dasharray: 500;
}
circle:nth-of-type(3) {
  stroke-dasharray: 450;
}
circle:nth-of-type(4) {
  stroke-dasharray: 300;
}
circle:nth-of-type(1) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}
circle:nth-of-type(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
circle:nth-of-type(3) {
  -webkit-animation-delay: -0.45s;
  -moz-animation-delay:  -0.45s;
          animation-delay: -0.45s;
}
circle:nth-of-type(4) {
  -webkit-animation-delay: -0.6s;
  -moz-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

@-webkit-keyframes preloader {
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes preloader {
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}