
body {
  width: 100vw;
  height: 100vh;
  background: radial-gradient(rgba(255, 255, 255, 1.0) 87%, rgba(160, 160, 160, 1.0) 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #666666;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  line-height: 22px;	
  overflow-x: hidden;
}

a {
  color: #788ca0;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #10327d;
  outline: none;
  text-decoration: none;
}

p {
	color: #fff;
  font-size: 18px;
  line-height: 22px;
  padding: 0;
  margin: 0 0 0px 0;

}

h5,
h6 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

h1 {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 46px;
  font-weight: 700;
  color: #10327d;	 
  margin: 0 0 20px 0;
  padding: 0;
}
h2 {
  margin: 0px 0 5px 0;
	font-family: "proxima-nova", sans-serif;
	letter-spacing: 1px;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  color: #788ca0;
	text-align: center;
	text-transform: uppercase;
}

 h3 {
  color: #fff;
	 font-family: "proxima-nova", sans-serif;
	 text-align: left;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  font-style: normal;
	 margin: 0px 0px 0px 0px;
	 text-transform: uppercase;
  letter-spacing: 1px;
}

h4 {
font-family: "proxima-nova", sans-serif;	
	margin-top:0px;
  font-weight: 400;
  font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #10327d;
}

ul {
	list-style-type: square;
	text-align: left;
	font-size: 18px;
  line-height: 24px;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #788ca0;
  color: #fff;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  transition: none;
}

.back-to-top:focus {
  background: #10327d;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #10327d;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  padding: 10px 0;
  height: 50px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 16px;
  margin: -4px 0 0 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo2 {
  float: left;
}

#header #logo2 h1 {
  font-size: 16px;
  margin: -4px 0 0 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a{
  color: rgba(255, 255, 255, 0.0);
	  transition: all 0.9s;
}

#header #logo2 h1 a{
  color: rgba(60, 50, 125, 1.0);
	  transition: all 0.9s;
}



#header #logo a{
  padding: 0;
  margin: -150px 0 0 0;
	
}

#header #logo2 a{
  padding: 0;
  margin: -150px 0 0 0;
	
}



#header.header-fixed {
  background: linear-gradient(0deg, rgba(255, 184, 184, 0.0) 0%, rgba(184, 184, 184, 0.8) 60%, rgba(184, 184, 184, 0.9) 80%, rgba(184, 184, 184, 1.0) 100%);
  padding: 10px 0;
  height: 50px;
  transition: all 0.9s;
}


#header.header-fixed #logo a{
	margin: 0 0 0 0;
  transition: all 0.9s;
	animation-delay: 2s;
	color: #10327d;
}

#header.header-fixed #logo2 a{
	margin: 0 0 0 0;
  transition: all 0.9s;
	animation-delay: 2s;
	color: #10327d;
}



/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: 50vh;
  position: relative;
}

#intro .intro-text {
  position: absolute;
  left: 0;
  top: 140px;
  right: 0;
  height: calc(50% - 60px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}


#intro a{
	color: #FFFFFF;
	font-weight: bold;
}


#intro h1 {
  margin: 20px 0 0px 0;

}

#intro p {
  color: #FFFFFF;
  margin-bottom: 20px;
  padding: 15 15px;
  font-size: 18px;
}

#intro .btn-get-started {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#intro .btn-get-started:hover {
  color: #06b19e;
  background: #fff;
}

#intro .product-screens {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
  padding: 0 0 0px 0;
}

.product-screens {

	padding: 0px 0 0 0;
	}


#work{
	background: rgba(127, 137, 161, 0.0);
	padding: 40px 0px 40px 0px;
}

#work .col-lg-6{
	padding-top: 15px;
	padding-bottom: 15px;
	
}
#work .col-lg-6 .box{
	background: #000;
	margin: 0;
}

#work img {
	width: 100%;
	opacity: 1.0;
	transition: all 0.5s;
}

#work img:hover {
	opacity: 0.8;
	transition: all ease in out 0.5s;
}

.text{
	z-index: 99;
	position: relative;
	top: 6px;
	left: 10px;
	text-align: left;
	height: 0;
}

#project img{
	width: 100%;
}


#project p{
	color: #485a71;
}

#project .col-lg-4{
	padding-top: 15px;
	padding-bottom: 15px;
	
}

#project .col-lg-8{
	padding-top: 15px;
	padding-bottom: 15px;
	
}

#project .col-lg-6{
	padding-top: 15px;
	padding-bottom: 15px;
	
}

#project .col-lg-12{
	padding: 6px 15px;
}

#project h4{
	color: #788ca0;
}
#project .link:hover {
	opacity: 0.8;
	transition: all ease in out 0.5s;
}

#project .modal-dialog{
	width: 90%;
	max-width: 1000px;
}


#project .btn{
	padding: 0px;
	border-radius: 0px;
	border: none;
	background: #000;
}

#project .modal-content{
	padding: 0px;
	border: none;
	border-radius: 0;
}

#project .modal-body{
	padding: 0;
}

#project p{
	padding: 0 0 10px 0;
}

.second{
	padding-top: 30px;
}

#about img {
	width: 100%;
	opacity: 1.0;
	transition: all 0.5s;
	padding-bottom: 40px;
}

#about p{
	color: #485A71;
	margin-bottom: 10px;
}

#next{
	float: right;
	z-index: 98;
	position: relative;
	top: 20px;
	right: 20px;
	text-align: center;
	color: #788ca0;
}

#prev{
	float: left;
	z-index: 98;
	position: relative;
	top: 20px;
	left: 20px;
	text-align: center;
	color: #788ca0;
}

.description{
	padding: 20px 0px 60px 0px;
	position: relative;
	top: 0px;
	left: 0px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin-top: -4px;
	padding: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 0px 5px 0px 5px;
  text-decoration: none;
  display: inline-block;
  color: #10327d;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 12px;
	line-height: 14px;
  outline: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #06b19e;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #10327d;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #10327d;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #10327d;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #10327d;
}

#mobile-nav ul .menu-item-active {
  color: #10327d;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #10327d;
}

#title{
	padding: 100px 15px 0px 15px;
}

#title h1{
	font-size: 30px;
	line-height: 32px;
	text-align: center;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  padding: 10px 0;
  color: #788ca0;
  font-size: 10px;
}

#footer .credits {
  font-size: 13px;
  color: #788ca0;
}

#footer .footer-links a {
  color: #788ca0;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #10327d;
}



@media (min-width: 1025px) {
  #intro {
    background-attachment: fixed;
  }
}

@media (max-width: 1000px){
	.nav-menu a {
  padding: 0 2px 10px 2px;
  font-weight: 400;
  font-size: 12px;
		line-height: 13px;
	letter-spacing: -.25px;
		
	}
}

@media (max-width: 768px) {
	
	body{
		background: linear-gradient(rgba(160, 160, 160, 0.5) 0%, rgba(255, 255, 255, 1.0) 8%, rgba(255, 255, 255, 1.0) 92%, rgba(160, 160, 160, 0.5) 100%);
		background-repeat: no-repeat;
  background-attachment: fixed;
	}	
  #header #logo h1 {
    font-size: 20px;
    margin-top: 0;
  }

  #header #logo img {
    max-height: 60px;
	 
  }
	
	#intro .intro-text img{
	width: 70%;
	margin: -120px 0px 0px 0px;
}

  #intro p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  #nav-menu-container {
    display: none;
  }
	
   #nav-menu-container a{
    color: #fff;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #about .about-img {
    height: auto;
  }

  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }

  #advanced-features .advanced-feature-img-right,
  #advanced-features .advanced-feature-img-left {
    max-width: 50%;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

@media (max-width: 767px) {
	
  #intro {
  width: 100%;
  height: 50vh;
}	
	#intro h1{
		font-size: 22px;
	}
	
	#intro h2{
		font-size: 18px;
		line-height: 22px;
	}
	
	#intro p{
		line-height: 16px;
		font-size: 16px;
	}
	
  
}