/*
TEMPLATE NAME : Skapp - APP Landing Page
VERSION : 1.0
AUTHOR : Saerox
URL : http://themeforest.net/user/Saerox
*/
/* -----------------------------------------------------------
TABLE OF CONTENTS:
--------------------------------------------------------------
01) General
02) Helper Class
03) Section
04) Button & Text
05) Header
-------------------------------------------------------------
------------------------------------------------------------*/
/*-----------------------------------------
1) General
--------------------------------------------------*/
@font-face {
  font-family: 'FontAwesome';
  src: url('../../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  width: 100%;
  height: 100%;
  font-family: 'PT Sans Narrow', sans-serif;
}

html {
  width: 100%;
  height: 100%;
}
body {
  background-color: #fff;
  color: #a4b1bf;
  /*font-size: 16px;*/
  font-size: 22px;
  line-height: 1.7;
}
a {
  /*color: #242f35;*/
  color: #128fb4;
  text-decoration: none;
  transition: ease .6s;
  -webkit-transition: ease .6s;
  -moz-transition: ease .6s;
  -o-transition: ease .6s;
  -ms-transition: ease .6s;
}
a:hover {
  text-decoration: underline;
  color: #19abd6;
}
a:focus {
  outline: none;
  color: #999;
  text-decoration: none;
}
ol,ul,li{
  list-style:none;
}
iframe {
  border: none;
  width: 100%;
}
img { 
  max-width: 100%; 
}
*:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Montserrat', serif;
}
h2 {
  word-break: break-word;
}
h3, .h3 {
    font-size: 26px;
    color: black;
    font-weight: bold;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url('../../images/loader-01.gif');
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  margin: -40px 0 0 -100px;
}
.os-animation{
  opacity: 0;
}
.os-animation.animated{
  opacity: 1;
}
/*-----------------------------------------
02) Helper Class
--------------------------------------------------*/
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.vc {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.np {
  padding: 0!important;
}
.pb-0 {
  padding-bottom: 0!important;
}
.pb-30 {
  padding-bottom: 30px!important;
}
.nm {
  margin: 0!important;
}
.mt-30 {
  margin-top: 30px!important;
}
.mt-50 {
  margin-top: 50px!important;
}
.mr-10 {
  margin-right: 10px!important;
}
.mb-0 {
  margin-bottom: 0!important;
}
.mb-15 {
  margin-bottom: 15px!important;
}
.mb-30 {
  margin-bottom: 30px!important;
}
.mb-50 {
  margin-bottom: 50px!important;
}
.ml-10 {
  margin-left: 10px!important;
}
/*-----------------------------------------
03) Section
--------------------------------------------------*/
.section-title {
  text-align: center;
  position: relative;
  z-index: 1;
}
.section-title .subtitle {
  color: #40545a;
  font-size: 80px;
  font-weight: 700;
  left: 50%;
  line-height: 1;
  opacity: 0.07;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-title-01 {
  text-align: left;
  position: relative;
  z-index: 1;
}
.section-title-01 .subtitle {
  color: #40545a;
  font-size: 80px;
  font-weight: 700;
  left: 0;
  line-height: 1;
  opacity: 0.07;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
}
.section-title h2, .section-title-01 h2 {
  color: #40545a;
  font-size: 38px;
  font-weight: 400; 
  margin-bottom: 15px;
}
hr.hr-title { 
  background: rgb(25,171,214);
  background: -moz-linear-gradient(left,  rgba(25,171,214,1) 35%, rgba(30,200,252,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(25,171,214,1) 35%,rgba(30,200,252,1) 100%);
  background: linear-gradient(to right,  rgba(25,171,214,1) 35%,rgba(30,200,252,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19abd6', endColorstr='#1ec8fc',GradientType=1 );
  width: 160px;
  height: 2px;
  border: 0;
  padding: 0; 
  color: #19abd6; 
  text-align: center; 
  margin-bottom: 50px;
} 
hr.hr-title-01 { 
  background: -moz-linear-gradient(left,  rgba(25,171,214,0) 0%, rgba(25,171,214,1) 50%, rgba(25,171,214,0) 100%);
  background: -webkit-linear-gradient(left,  rgba(25,171,214,0) 0%,rgba(25,171,214,1) 50%,rgba(25,171,214,0) 100%);
  background: linear-gradient(to right,  rgba(25,171,214,0) 0%,rgba(25,171,214,1) 50%,rgba(25,171,214,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0019abd6', endColorstr='#0019abd6',GradientType=1 );
  width: 220px;
  border: 0; 
  height: 2px;  
  text-align: center; 
  margin-bottom: 50px;
} 
hr.hr-title-02 { 
  background: rgb(25,171,214);
  background: -moz-linear-gradient(left,  rgba(25,171,214,1) 35%, rgba(30,200,252,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(25,171,214,1) 35%,rgba(30,200,252,1) 100%);
  background: linear-gradient(to right,  rgba(25,171,214,1) 35%,rgba(30,200,252,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19abd6', endColorstr='#1ec8fc',GradientType=1 );
  width: 160px;
  border: 0; 
  height: 2px;  
  margin-left: 0; 
  margin-bottom: 50px;
} 
hr.hr-title-03 { 
  background: rgb(245,78,162);
  background: -moz-linear-gradient(left, rgba(245,78,162,1) 0%, rgba(255,118,118,1) 100%);
  background: -webkit-linear-gradient(left, rgba(245,78,162,1) 0%,rgba(255,118,118,1) 100%);
  background: linear-gradient(to right, rgba(245,78,162,1) 0%,rgba(255,118,118,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f54ea2', endColorstr='#ff7676',GradientType=1 );
  width: 160px;
  border: 0; 
  height: 2px;  
  margin-left: 0; 
  margin-bottom: 50px;
}
hr.hr-title-04 { 
  background: rgb(245,78,162);
  background: -moz-linear-gradient(left, rgba(245,78,162,1) 0%, rgba(255,118,118,1) 100%);
  background: -webkit-linear-gradient(left, rgba(245,78,162,1) 0%,rgba(255,118,118,1) 100%);
  background: linear-gradient(to right, rgba(245,78,162,1) 0%,rgba(255,118,118,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f54ea2', endColorstr='#ff7676',GradientType=1 );
  width: 160px;
  height: 2px;
  border: 0;
  padding: 0; 
  color: #19abd6; 
  text-align: center; 
  margin-bottom: 50px;
} 
hr.hr-icon:after { 
  content: "∞"; 
  display: inline-block; 
  position: relative; 
  top: -34px; 
  font-size: 40px; 
  padding: 0 0.25em; 
  background: #fff; 
  color: #40545a;
}
hr.hr-icon-grey:after { 
  content: "∞"; 
  display: inline-block; 
  position: relative; 
  top: -34px; 
  font-size: 40px; 
  padding: 0 0.25em; 
  background: #edf4f6; 
  color: #40545a;
}
hr.hr-icon-dark:after { 
  content: "∞"; 
  display: inline-block; 
  position: relative; 
  top: -34px; 
  font-size: 40px; 
  padding: 0 0.25em; 
  background: #273b41; 
  color: #fff;
}
hr.hr-icon-dark-light:after { 
  content: "∞"; 
  display: inline-block; 
  position: relative; 
  top: -34px; 
  font-size: 40px; 
  padding: 0 0.25em; 
  background: #586c72; 
  color: #fff;
}
.white-bg {
  background: #fff;
  padding: 120px 0;
  display: block;
}
.grey-bg {
  background: #edf4f6;
  padding: 120px 0;
  display: block;
  border-bottom: 4px solid #ccd1d2;
}
.blue-bg {
  background: #19abd6;
  padding: 120px 0;
  display: block;
}
.dark-light-bg {
  background: #586c72;
  padding: 120px 0;
  display: block;
}
.dark-bg {
  background: #273b41;
  padding: 120px 0;
  display: block;
}
.gradient-bg {
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(233,240,242,1) 70%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,240,242,1) 70%);
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(233,240,242,1) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9f0f2',GradientType=0 );
  padding: 120px 0;
  display: block;
}
.gradient-bg-01 {
  background: rgb(245,78,162);
  background: -moz-linear-gradient(-45deg,  rgba(245,78,162,1) 10%, rgba(255,118,118,1) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(245,78,162,1) 10%,rgba(255,118,118,1) 100%);
  background: linear-gradient(-45deg,  rgba(245,78,162,1) 10%,rgba(255,118,118,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f54ea2', endColorstr='#ff7676',GradientType=1 );
  padding: 120px 0;
  display: block;
}
.dark-bg h2, .dark-light-bg h2, .blue-bg h2 {
  color: #fff;
}
.color-text {
  color: #19abd6;
}
.gradient-text {
  background: rgb(85,98,112);
  background: -moz-linear-gradient(left, rgba(85,98,112,1) 0%, rgba(0,201,255,1) 70%);
  background: -webkit-linear-gradient(left, rgba(85,98,112,1) 0%,rgba(0,201,255,1) 70%);
  background: linear-gradient(to right, rgba(85,98,112,1) 0%,rgba(0,201,255,1) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40545a', endColorstr='#19abd6',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-text-01 {
  background: rgb(25,171,214);
  background: -moz-linear-gradient(left, rgba(25,171,214,1) 35%, rgba(30,200,252,1) 100%);
  background: -webkit-linear-gradient(left, rgba(25,171,214,1) 35%,rgba(30,200,252,1) 100%);
  background: linear-gradient(to right, rgba(25,171,214,1) 35%,rgba(30,200,252,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19abd6', endColorstr='#1ec8fc',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-text-02 {
  background: rgb(245,78,162);
  background: -moz-linear-gradient(left, rgba(245,78,162,1) 0%, rgba(255,118,118,1) 100%);
  background: -webkit-linear-gradient(left, rgba(245,78,162,1) 0%,rgba(255,118,118,1) 100%);
  background: linear-gradient(to right, rgba(245,78,162,1) 0%,rgba(255,118,118,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f54ea2', endColorstr='#ff7676',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*-----------------------------------------
04) Button & Text
--------------------------------------------------*/
.normal-btn {
  display: inline-block;
  background: #19abd6;
  border: 2px solid #19abd6;
  border-radius: 35px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 13px 60px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.normal-btn:hover,
.normal-btn:focus {
  background: #fff;
  color: #19abd6;
}
.dark-btn {
  display: inline-block;
  background: #40545a;
  border: 2px solid #40545a;
  border-radius: 35px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 13px 60px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.dark-btn:hover,
.dark-btn:focus {
  background: #fff;
  color: #19abd6;
}
.gradient-btn {
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  display: inline-block;
  text-decoration: none;
  border-radius: 35px;
  padding: 13px 60px;
  margin: 20px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.gradient-btn span {
  flex: 1 1 auto;
  background: rgb(85,98,112);
  background: -moz-linear-gradient(left,  rgba(85,98,112,1) 0%, rgba(0,201,255,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(85,98,112,1) 0%,rgba(0,201,255,1) 100%);
  background: linear-gradient(to right,  rgba(85,98,112,1) 0%,rgba(0,201,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40545a', endColorstr='#19abd6',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.5s;
  background-size: 200% auto;
  text-transform: uppercase;
}
.gradient-btn:hover,
.gradient-btn:focus {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.gradient-btn:hover span,
.gradient-btn:focus span {
  background-position: right center;
}
/*-----------------------------------------
05) Header
--------------------------------------------------*/
.navbar-default {
  background: transparent;
}
.navbar-fixed-top .navbar-collapse, 
.navbar-fixed-bottom .navbar-collapse {
  max-height: 100%;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
  background: transparent;
  color: #e3e3e3;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #303f44;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #19abd6;
  background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #19abd6;
  background-color: #1a242f;
}
.navbar-default .navbar-toggle {
  border: 0 none;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
  background: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}
.logo {
  width: 254px;
}
.navbar-nav {
  float: right;
}
.navbar-nav > li {
  padding-top: 15px;
}
.navbar-nav > li > a {
  font-family: 'Montserrat', serif;
  font-size: 13px; 
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #e3e3e3;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #e3e3e3;
}
.navbar-dark.top-nav-collapse {
  background: rgba(44, 62, 80, 0.95)!important;
}
.navbar-blue.top-nav-collapse {
  /*background: #19abd6!important;*/
  background: #233746!important;
  /*background: #d2d3d4!important;*/
}
.navbar-gradient.top-nav-collapse {
  background: rgb(25,171,214);
  background: -moz-linear-gradient(left,  rgba(25,171,214,1) 35%, rgba(30,200,252,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(25,171,214,1) 35%,rgba(30,200,252,1) 100%);
  background: linear-gradient(to right,  rgba(25,171,214,1) 35%,rgba(30,200,252,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19abd6', endColorstr='#1ec8fc',GradientType=1 );
}
.navbar-default.navbar-blue .navbar-nav > li > a:hover, 
.navbar-default.navbar-blue .navbar-nav > li > a:focus {
  color: #0a80ab;
}
.top-nav-collapse .logo {
  width: 130px;
  margin-top: -12px;
}
.top-nav-collapse .navbar-nav > li {
  font-size: 14px;
  padding-top: 0;
}
.top-nav-collapse .navbar-nav > li > a {
  color: #fff;
}
.navbar .dropdown-menu {
  background: white;
  border: 0 none;
  border-radius: 0;
  padding: 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.navbar .dropdown-menu > li > a {
  font-family: 'Montserrat', serif;
  font-size: 11px;
  padding: 8px 14px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: rgba(64, 84, 90, 0.05);
  color: #19abd6;
}

.form-textbox {
    width: 100%;
    background-color: #7c8790;
    color: #fff;
    border-style: none;
    border: 1px solid #acb3b9;
    padding: 5px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

@media(min-width:767px) {
  .navbar {
    padding: 10px 0;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
  }
  .top-nav-collapse {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar .logo {
    width: 120px;
    margin-top: -12px;
  }

  #hero h1 {
    margin: 100px 0 0 !important;
  }

  .arrow {
    display: none;
  }
}

@media screen and (max-width: 480px){
  #hero h1 {
    margin: 20px 0 0;
  }

  .parallax {
    background-attachment: scroll!important;
    background-position: top!important;
    -webkit-background-size: auto!important;
    -moz-background-size: auto!important;
    background-size: auto!important;
  }
  .navbar-default .navbar-nav > .open > a, 
  .navbar-default .navbar-nav > .open > a:hover, 
  .navbar-default .navbar-nav > .open > a:focus {
    color: #19abd6;
  }
  .navbar-collapse {
    background: #fff;
    padding: 0;
  }
  .navbar .logo {
    width: 100px;
    margin-top: -12px;
  }
  .navbar .navbar-nav > li {
    padding: 0;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
  }
  .navbar-nav {
    float: none;
    margin: 0;
  }
  .navbar .navbar-nav > li > a {
    color: #303f44;
    padding: 15px 0 15px 10px;
  }
  .navbar .navbar-nav > li > a:hover,
  .navbar .navbar-nav > li > a:focus {
    color: #19abd6;
  }
  .navbar .open .dropdown-menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
  }
  .navbar .open .dropdown-menu > li > a {
    border-top: 1px solid #f0f0f0;
    padding-left: 20px;
  }
}