
/* ----------------------------------------------------------------
     [ 01 Start Basics ]
-----------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body {
  color: #E3F8F7;
  line-height: 1.3;
  font-weight: 300;
  font-size: 13px;
  background: #003d61;
  /*font-family: 'Poppins', sans-serif;
  font-family: 'Staatliches', cursive;*/
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden !important;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  line-height: 1.7;
  margin: 0;
  color: #d1eeff;
}

img {
  width: 100%;
  height: auto;
}

span, a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.container{
  position: relative;
  width: 100%;
  max-width: 1200px;
}

.header-title{
  font-size: 35px;
  font-family: 'Staatliches', cursive;
  color:#38c9ff;
  line-height: 100%;
}

.curve {
  position: absolute;
  /*z-index: 7;*/
}
.curve.curve-center:after {
  border-left: 50vw solid transparent;
}
.curve.curve-center:before {
  border-right: 50vw solid transparent;
}
.curve.curve-center.curve-top:after {
  border-left: 50vw solid transparent;
}
.curve.curve-center.curve-top:before {
  border-right: 50vw solid transparent;
}
.curve.curve-bottom {
  left: 0;
  bottom: -1px;
  width: 100%;
}
.curve.curve-bottom:after, .curve.curve-bottom:before {
  bottom: 0;
}
.curve.curve-top {
  left: 0;
  margin-top:-1px;
  /*top: -1px;*/
  width: 100%;
  z-index: -1;
}
.curve.curve-top:after, .curve.curve-top:before {
  top: 0;
  border-top: 50px solid #fff;
  border-bottom: 0;
}
.curve.curve-top:after {
  border-left: 100vw solid transparent;
}
.curve.curve-top:before {
  border-right: 100vw solid transparent;
}
.curve.curve-light-b:before {
  border-bottom: 0px solid #ffffff;
}
.curve.curve-light-b:after {
  border-bottom: 300px solid #ffffff;
}
.curve.curve-light-t:after {
  border-top: 0px solid #ffffff;
}
.curve.curve-light-t:before {
  border-top: 300px solid #ffffff;
  z-index: 0;
}
.curve:after, .curve:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  position: absolute;
}
.curve:after {
  right: 0;
  border-left: 100vw solid transparent;
}
.curve:before {
  left: 0;
  border-right: 100vw solid transparent;
}

.section-padding {
  padding: 80px 0;
}

.section-head {
  margin-bottom: 80px;
  text-align: center;
}
.section-head h4 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}
.section-head h4 span {
  font-weight: 300;
}

[data-overlay-color] .section-head p {
  color: #ccc;
}
[data-overlay-color].process .icon {
  color: #fff !important;
}

.bg-light {
  background: #ffffff;
}

.o-hidden {
  overflow: hidden;
}

.pos-re {
  position: relative;
}

.full-width {
  width: 100% !important;
}

.lg-line-height {
  line-height: 1.5;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}


.iconheader{
  width: 90px;
  height: 90px;
  line-height: 105px;
  font-size: 50px;
  border-radius: 50%;
  margin-bottom: 15px;
  position: relative;
  background: #00a78d;
  color: #fff;
  text-align: center;
}

.iconsubheader{
  width: 50px;
  height: 50px;
  line-height: 55px;
  font-size: 30px;
  border-radius: 50%;
  margin-bottom: 15px;
  position: relative;
  background: #00a78d;
}


/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 02 Start Buttons ]
-----------------------------------------------------------------*/
.butn {
  font-size: 15px;
  font-weight: 300;
  padding: 9px 30px;
  background: #fff;
  border-radius: 30px;
  /*border: 1px solid transparent;*/
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  outline: none !important;
  overflow: hidden;
}
.butn span {
  position: relative;
  z-index: 2;
}
.butn:after {
  content: '';
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  z-index: 1;
  opacity: 1;
}
.butn:hover:after {
  width: 100%;
}

.butn-bg {
  background: #137bc8;
  border-color: #137bc8;
  color: #fff;
}
.butn-bg:hover span {
  color: #137bc8;
}

.butn-light, .butn-bord {
  font-family: 'Staatliches', cursive;
  text-transform: uppercase;
  background: rgb(0,120,192);
background: -moz-linear-gradient(0deg, rgba(0,120,192,1) 0%, rgba(0,173,238,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,120,192,1) 0%, rgba(0,173,238,1) 100%);
background: linear-gradient(0deg, rgba(0,120,192,1) 0%, rgba(0,173,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0078c0",endColorstr="#00adee",GradientType=1);
}

.butn-light:after, .butn-bord:after {
  background: rgba(0,173,238,1);
}
.butn-light:hover span, .butn-bord:hover span {
  color: #fff !important;
}
.butn-light span, .butn-bord span {
  /*color: #137bc8;*/
  color:#fff;
}

.butn-bord {
  background: transparent !important;
  border-color: #137bc8;
}

/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 03 Start Navbar ]
-----------------------------------------------------------------*/
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border: 0;
  background: transparent;
  z-index: 9;
  min-height: 50px;
}
.navbar .icon-bar {
  color: #fff;
}
.navbar .navbar-nav .nav-link {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: #eee;
  margin: 15px 5px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.navbar .navbar-nav .active {
  color: #38c9ff !important;
}

.navbar .whitepaper{
  padding-top: 10px;
}

.nav-scroll {
  background: #fff;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  padding: 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.nav-scroll .icon-bar {
  color: #222;
}
.nav-scroll .navbar-nav .nav-link {
  color: #222;
}
.nav-scroll .navbar-nav .logo {
  padding: 15px 0;
  color: #111;
}

.logo {
  width: 150px;
}

/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 04 Start Header ]
-----------------------------------------------------------------*/
.header {
  min-height: 100vh;
  position: relative;
  padding-bottom: 100px;
}
.header.video {
  overflow: hidden;
}
.header .caption .o-hidden {
  display: inline-block;
}

.header .caption h4 {
  font-size: 70px;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 25px;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

.header h1 span{
  color:#38c9ff;
}

.header .caption h1 {
  color:#38c9ff;
  margin: 10px 0;
  font-size: 45px;
  font-weight: 600;
  text-transform: uppercase;
  word-spacing: 2px;
  letter-spacing: 2px;
  font-weight: normal;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}
.header .caption p {
  font-size: 16px;
  font-weight: 300;
  color: #eee;
  word-spacing: 2px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.header .caption p span {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0 5px;
  padding-right: 14px;
  position: relative;
}
.header .caption p span:last-child {
  padding: 0;
}
.header .caption p span:last-child:after {
  display: none;
}
.header .caption p span:after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #137bc8;
  position: absolute;
  top: 10px;
  right: 0;
  opacity: .5;
}
.header .caption .butn {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  border-radius: 75px;
  height:75px;
}

.wave {
  min-height: 105vh;
}
.wave:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -5%;
  width: 110%;
  height: 100px;
  background-image: url(../img/wave.svg);
  background-size: cover;
  z-index: 7;
}

.bg-vid {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: .2;
}

/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ Start Hero ]
-----------------------------------------------------------------*/

.mp_container{
  margin:0 auto;
  width: 100%;
  max-width: 300px;
  height:500px;
}

.mp_img{
  position: absolute;
  margin:auto;
  left:0;
  right:0;
  width: 250px;
}
/* ----------------------------------------------------------------
     [ End Hero ]
-----------------------------------------------------------------*/



/* ----------------------------------------------------------------
     [ Start connect ]
-----------------------------------------------------------------*/
.connectbox{
  background: #002c47;
  padding: 30px;
  min-height: 170px;
  border-radius: 20px;
  margin-bottom: 10px;
}

/* ----------------------------------------------------------------
     [ End connect ]
-----------------------------------------------------------------*/



/* ----------------------------------------------------------------
     [ Start compliance ]
-----------------------------------------------------------------*/
.compliance_img{
  max-width: 500px;
}

/* ----------------------------------------------------------------
     [ End compliance ]
-----------------------------------------------------------------*/



/* ----------------------------------------------------------------
     [ Start faq ]
-----------------------------------------------------------------*/

.faq{
  background: #E3F8F7!important;
}

.faq-block img{
  max-width: 300px;
  padding: 10px;
  margin: auto;    
  display: block;
}
.collapsible {
  cursor: pointer;
  padding: 0px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 17px;
  text-transform: uppercase;
  font-family: 'Staatliches', cursive;
  color: #002B3E;
}

.collapsible:hover {
  background: transparent;
}

.collapsible:after {
  content: '\002B';
  color:  #002B3E;
  font-weight: normal;
  float: right;
  margin-left: 5px;
  font-size: 20px;
}

.collapsible.active:after {
  content: "\2212";
}


.collapsible:hover{
  background: transparent;
  text-decoration: none;
}
.collapsible:focus{
  outline:none;
}

.collapsible-container button{
  background: transparent;
}

.content {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.content p{
  text-transform: none;
  color: #002B3E;
  text-align: center;
}


/* ----------------------------------------------------------------
     [ End faq ]
-----------------------------------------------------------------*/




/* ----------------------------------------------------------------
     [ Start Contact ]
-----------------------------------------------------------------*/




/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/



/* ----------------------------------------------------------------
 	 [ Responsive ]
-----------------------------------------------------------------*/
.mb-all50 {
  margin-bottom: 50px;
}

.mb-all30 {
  margin-bottom: 30px;
}

.mb-all0 {
  margin-bottom: 0;
}


@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media screen and (max-width: 991px) {
  .mb-md50 {
    margin-bottom: 50px;
  }

  .mb-md30 {
    margin-bottom: 30px;
  }

  .mb-md0 {
    margin-bottom: 0;
  }

  .bgimg-height {
    height: 400px;
  }

  .bg-fixed {
    background-attachment: scroll !important;
  }
  .logo{
    width: 130px;
    padding-left:15px;
  }

  .navbar .navbar-collapse {
    overflow: auto;
    background: #111;
    text-align: center;
    padding: 10px 0;
  }

  .navbar .nav-link {
    margin: 10px auto !important;
  }

  .nav-scroll .navbar-toggler {
    margin-right: 15px;
  }
  .nav-scroll .navbar-collapse .nav-link {
    color: #fff !important;
  }
  .nav-scroll .navbar-collapse .active {
    color: #137bc8 !important;
  }

  .header {
    background-attachment: scroll !important;
    background-position: 50% 0% !important;
  }
  .header .caption h4 {
    font-size: 30px;
  }
  .header .caption h1 {
    font-size: 45px;
    line-height: 1.4;
  }

}

@media screen and (max-width: 767px) {
  .mb-sm50 {
    margin-bottom: 50px;
  }

  .mb-sm30 {
    margin-bottom: 30px;
  }

  .hero .col-sm-2, .hero .col-sm-1{
    width: auto!important;
  }

  .iconheader{
    width: 70px;
    height: 70px;
    line-height: 85px;
    font-size: 40px;
  }

}

@media screen and (min-width: 768px) {

}

@media screen and (max-width: 480px) {
  .header .caption h4 {
    font-size: 25px;
    letter-spacing:15px;
  }
  .header .caption h1 {
    font-size: 25px;
    line-height: 1.4;
  }
}

@media only screen and (min-width: 1170px) {
  p {
    font-size: 14px;
  }
  .header-title{
    font-size: 50px;
  }
  
}
