/*@mainColor: #1ac6ff; // main color*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
  background-color: #ffffff;
  font-size: 15px;
  color: #565656;
  width: 100%;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: 'roboto', sans-serif;
  font-weight: 300;
  height:100vh;
  
}
/*==========================================
PRE LOADER 
==========================================*/
/*.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}
.loaded {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  /*background-size*/
  -moz-background-size: cover;
  background-size: cover;
  margin: -20px 0 0 -20px;
}*/
img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}
a,
button,
a span {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.btn.extra-width {
  padding: 13px 40px;
}
.btn:focus,
.btn:active {
  outline: inherit;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*    direction: rtl;*/
}
p {
  margin: 0 0 15px;
}
.clear {
  clear: both;
}
ol,
ul {
  list-style: none;
  padding: 0;
}
img {
  max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  outline: none;
}
.form-control {
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 16px;
  height: 45px;
}
.form-control:focus {
  border-color: #eec400;
}
h1,
h2,
h3 {
  font-family: 'Lane', sans-serif;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 0;
}
h4,
h5 {
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 0;
}
h1 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: normal;
}
h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: .9rem;
}
h3 {
  font-weight: normal;
  margin-bottom: .9rem;
  font-size: 2.1rem;
  line-height: 2.5rem;
}
h4 {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 1.1rem;
}
h5 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
h6 {
  font-size: 1rem;
  margin-bottom: .9rem;
}
p {
  line-height: 1.5rem;
  font-size: 1.1rem;
}
p:last-child {
  margin-bottom: 0px;
}
.home-wrap h1,
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
  color: #ffffff;
}
.text {
  color: #333333;
}
.colorstext {
  color: #eec400;
}
.coloricon i {
  color: #eec400;
}
.colorsbg {
  background: #eec400;
  color: #ffffff;
}
.colorsbg .separator2 {
  border: 2px solid;
}
.colorsbg .separator_wrap::after,
.colorsbg .separator_wrap::before {
  background-color: #ffffff;
}
.lightbg {
  background-color: #f9f9f9;
}
.transition {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
/*
Section
*/
.sections {
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}
.sections.footer {
  padding-bottom: 80px;
}
section .subtitle h5 {
  margin-top: 10px;
  font-size: 1.3rem;
}
.parallax-section {
  max-width: 100%;
  color: #ffffff;
}
section .title-half h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: normal;
  margin-bottom: 1.4rem;
}
section .subtitle-half h5 {
  font-weight: 100;
  font-size: 17px;
}
section:nth-of-type(even) {
  /*background-color: #F9F9F9;*/
}
.fw-special-title-half {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 100;
  /*    margin-bottom: 10px;*/
}
.heading {
  margin-bottom: 3rem;
}
.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  min-height: 750px;
 
}
.overlay-fluid-block {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
}
.overlay-img {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #ffffff;
}
.overlay-startup {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
}
.no-padding {
  padding: 0 !important;
}
.fluid-blocks-col {
  padding: 70px 40px 0 80px;
}
/*
Separator
*/
.separator {
  height: 1px;
  width: 150px;
  margin: auto;
  background: #eec400;
}
.separator-left {
  height: 1px;
  width: 150px;
  background: #eec400;
}
.separator_wrap {
  text-align: center;
}
.separator_wrap-left {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 30px;
}
.separator_wrap::after,
.separator_wrap::before {
  background-color: #eec400;
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 90px;
  height: 1px;
  margin-top: 2px;
}
.separator_wrap-left::after {
  background-color: #eec400;
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 80px;
  height: 1px;
  margin-top: 2px;
}
.separator2 {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 2px solid #eec400;
  transform: rotate(45deg);
  margin-right: 4px;
}
/*
Button
*/
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
  color: #ffffff;
  background-color: #eec400;
  border-color: #eec400;
}
.btn {
  margin-right: 15px;
}
/*.btn-default:active, .btn-default:hover  {
    background: transparent;
}*/
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 30px;
  font-size: 1.45rem;
  border-radius: 30px;
}
.btn-md,
btn-group-md > .btn {
  padding: 8px 20px;
  font-size: 1.2rem;
  border-radius: 30px;
}
.btn-primary.btnxs:hover {
  background: #eec400;
}
.btn-default.btnxs:hover {
  background: transparent;
}
.btn-primary {
  color: #ffffff;
}
.btn-primary:active,
.btn-primary:hover {
  background: #ffffff;
}
.btnxs {
  /*display: inline-block;*/
  position: relative;
  opacity: .999;
  background-color: transparent;
  overflow: hidden;
}
.btnxs:before,
.btnxs:after {
  content: '';
  width: 0;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.btnxs:before {
  left: 50%;
}
.btnxs:after {
  right: 50%;
}
.btnxs:hover:before,
.btnxs:hover:after {
  width: 50%;
  opacity: 1;
}
.btn-default {
  color: #ffffff;
  border: 2px solid #ffffff;
  background-color: transparent;
}
.btn-default:before,
.btn-default:after {
  background-color: #ffffff;
}
btn-default:focus {
  background-color: #ffffff;
  border-color: transparent;
}
.btn-default:hover {
  border-color: #ffffff;
  color: #eec400;
  background-color: #ffffff;
}
.btn-primary {
  background-color: #eec400;
  color: #ffffff;
  border: 2px solid #eec400;
}
.btn-primary:before,
.btn-primary:after {
  background-color: #ffffff;
}
btn-primary:focus {
  background-color: #eec400;
  border-color: transparent;
}
.btn-primary:hover {
  border-color: #eec400;
  color: #eec400;
}
/*
Extra height css
*/
.margin-top-20 {
  margin-top: 20px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-top-60 {
  margin-top: 60px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.padding-top-20 {
  padding-top: 1.33rem;
}
.padding-bottom-20 {
  padding-bottom: 1.33rem;
}
.padding-top-40 {
  padding-top: 2.66rem;
}
.padding-bottom-40 {
  padding-bottom: 2.66rem;
}
.padding-top-60 {
  padding-top: 5rem;
}
.padding-bottom-60 {
  padding-bottom: 5rem;
}
.padding-bottom-0 {
  padding-bottom: 0;
}
/*padding*/
.padding-twenty {
  padding: 10px 0;
}
.padding-fourty {
  padding: 20px 0;
}
.padding-sixty {
  padding: 30px 0;
}
.padding-eighty {
  padding: 40px 0;
}
h1 span {
  color: #eec400;
  font-weight: bold;
}

.home-wrap {
  width: 100%;
  
}
.home-contact {
  background: url(../images/home-contact.jpg) no-repeat center top fixed;
  /*background-size*/
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
}

/*
Style 2
*/
.home-intro {
  text-align: center;
  padding-top: 120px;
}
.intro-wrap {
  padding-top: 11px !important;
}
.home-intro .intro-wrap h1,
.home-intro-carousel h1,
.home-intro-app-block h1 {
  color: #ffffff;
  font-size: 3.75rem;
  font-weight: normal;
  line-height: 4.5rem;
  margin-bottom: 1.8rem;
  text-transform: none;
}
.home-intro .intro-wrap h4 {
  color: #ffffff;
  font-size: rem;
  margin-top: 30px;
}
.home-intro .home-button {
  padding-bottom: 50px;
  margin-top: 50px;
}
/*
Subscribe Form

*/
.home-subscribe {
  text-align: center;
  padding-top: 120px;
}
.home-subscribe .intro-wrap h1 {
  color: #ffffff;
  font-size: 3.75rem;
  font-weight: normal;
  margin-bottom: 15px;
  text-transform: none;
}
.home-subscribe .intro-wrap h3 {
  color: #ffffff;
  margin-bottom: 20px;
  font-family: 'roboto', sans-serif;
}
.home-subscribe .center-block {
  width: 80%;
  margin-bottom: 137px;
  margin-top: 70px;
}
.home-subscribe .subscribe-input {
  float: left;
  border-radius: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 67%;
  height: 70px;
  background-color: rgba(146, 146, 146, 0.6);
  font-size: 2rem;
  border-right: none;
  color: #ffffff;
}
.home-subscribe .btn-group {
  margin: auto;
  width: 100%;
}
.home-subscribe button {
  width: 30%;
  height: 71px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.home-subscribe .message {
  font-size: 16px;
  margin-top: 10px;
  color: #A0A0A0;
  font-style: italic;
}

/*home startup app block*/
.home-intro-app-block {
  padding-top: 150px;
  text-align: center;
}
.home-intro-app-block .download-button {
  padding-bottom: 80px;
  margin-top: 30px;
}
.home-intro-app-block .download-button a {
  margin-right: 25px;
}
.startup-image-block {
  max-width: 100%;
  bottom: 0;
  margin-bottom: -30px;
}
.video-container {
  max-width: 755px;
}
.width-200{
  width: 200px;
}
.text-align-left{
  text-align: left;
}