/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #000;
  font-family: "Akkurat-Light", sans-serif;
}

a {
  color: #0095ea;
  transition: 0.5s;
}

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

p {
  padding: 0;
  margin: 0 0 20px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Akkurat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Fonts */

@font-face {
    font-family:'Akkurat';
    src: url('../fonts/Akkurat.eot');
	src: url('../fonts/Akkurat.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Akkurat.woff2') format('woff2'),
		url('../fonts/Akkurat.woff') format('woff'),
		url('../fonts/Akkurat.svg#Akkurat') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'Akkurat-Bold';
    src: url('../fonts/Akkurat-Bold.eot');
	src: url('../fonts/Akkurat-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Akkurat-Bold.woff2') format('woff2'),
		url('../fonts/Akkurat-Bold.woff') format('woff'),
		url('../fonts/Akkurat-Bold.svg#Akkurat-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'Akkurat-Italic';
    src: url('../fonts/Akkurat-Italic.eot');
	src: url('../fonts/Akkurat-Italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Akkurat-Italic.woff2') format('woff2'),
		url('../fonts/Akkurat-Italic.woff') format('woff'),
		url('../fonts/Akkurat-Italic.svg#Akkurat-Italic') format('svg');
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}


@font-face {
    font-family:'Akkurat-Light';
    src: url('../fonts/Akkurat-Light.eot');
	src: url('../fonts/Akkurat-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Akkurat-Light.woff2') format('woff2'),
		url('../fonts/Akkurat-Light.woff') format('woff'),
		url('../fonts/Akkurat-Light.svg#Akkurat-Light') format('svg');
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}



/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}



.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #03C4EB;
  color: #fff;
}

/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
.bxslider_banner li {
    height: 100% !important;
}

#hm_banner {
  display: table;
  width: 100%;
  height: 100vh;
  /*background: url(../img/banner_img.jpg) top center;*/
  background-size: cover;
}

#hm_banner .hm_banner-logo {
  margin: 20px;
}

#hm_banner .hm_banner-logo img {
  max-width: 100%;
}

#hm_banner .hm_banner-container {
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

.baner_content h3 {
  margin: 30px 0 10px 0;
    font-weight: 600 !important;
    line-height: 48px;
    font-size: 35px;
    color: #fff;
}
.baner_content h3 span{
	font-size:30px;
	font-weight:300;
	font-family:'Akkurat-Light';
	
}
.baner_content .hr_line{
	
	width:50px;
	margin:10px 0 15px;
	border-bottom:2px solid #0095ea;
	
}
.baner_content p{
	font-size:15px;
	font-family:'Akkurat-Light';
	font-weight:200;
	padding:0;
	margin:0;
	/*letter-spacing:1px;*/
  color:#fff;
}
.baner_content p a{
  color: #0095ea
}

.baner_content p a:hover{
  color: #fff
}

ul.products_list{
  padding: 0;
  margin: 0 0 25px 0;
  float:left;
}

ul.products_list li{
  padding: 0;
    margin: 0 25px 0 10px;
    width: 150px;
    list-style-type: disc;
    float: left;
    font-size: 15px;
}




#hm_banner h2 {
  color: #999;
  margin-bottom: 50px;
}


#hm_banner .rotating > .animated {
  display: inline-block;
}

#hm_banner .actions a {
  font-family: "Akkurat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
}

#hm_banner .btn-get-started {
  background: #03C4EB;
  border: 2px solid #03C4EB;
  color: #fff;
}

#hm_banner .btn-get-started:hover {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}

#hm_banner .btn-services {
  border: 2px solid #fff;
  color: #fff;
}

#hm_banner .btn-services:hover {
  background: #03C4EB;
  border: 2px solid #03C4EB;
}






/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  padding: 20px 0;
  height: 90px;
      -webkit-box-shadow: 3px 10px 23px -20px rgba(0,0,0,0.79);
    -moz-box-shadow: 3px 10px 23px -20px rgba(0,0,0,0.79);
    box-shadow: 3px 10px 23px -20px rgba(0,0,0,0.79);
    /* background-color: #FFF; */
}
#header-sticky-wrapper{
	-webkit-box-shadow: 3px 10px 23px -20px rgba(0,0,0,0.79);
    -moz-box-shadow: 3px 10px 23px -20px rgba(0,0,0,0.79);
    box-shadow: 3px 10px 23px -20px rgba(0,0,0,0.79);
	height: 90px !important;
    background-color: #f4f4f4;
	
}
#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Akkurat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 50px;
}


.is-sticky #header {
  background: #fff;
}

/*--------------------------------------------------------------
# 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: 5px 0;
}


/* Nav Meu Styling */
.nav-menu a {
  padding: 10px 25px;
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-family: 'Akkurat', sans-serif;
  font-weight: 300;
  font-size: 15px;
  outline: none;
}

.nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
  color: #0095ea;
  
}

.nav-menu ul {
  margin: 4px 0 0 15px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
  background: #fff;
  border-top: 1px solid #f4f4f4;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li:hover {
  background: #f6f6f6;
}

.nav-menu ul li a {
  color: #333;
}

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

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 35px;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: #0095ea;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  border-radius: 50px;
  padding: 4px 10px;
}

#mobile-nav-toggle i {
  color: #fff;
}





/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 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: #fff;
}

#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: #fff;
}

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

#mobile-nav ul .menu-item-active {
  color: #03C4EB;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  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: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Common
--------------------------------*/
.section-title {
  font-size: 32px;
  color: #111;
  text-align: left;
  font-weight: 700;
  font-family:'Akkurat-Bold';
  /*padding-left:40px;*/
}

.section-description {
  text-align: center;
  margin-bottom: 40px;
}

.section-title-divider {
  width: 50px;
  height: 3px;
  background: #03C4EB;
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Get Started Section
--------------------------------*/
.about {
  padding: 50px 0 92px;
  background: url(../img/about-img.jpg) right top no-repeat #f4f4f4;
}

.about .about-content {
  
  text-align:let;
  line-height: 25px;
    color: #000;
}

.about .about-title {
  color: #000;
  font-weight: 700;
  font-size: 28px;
}

.about .about-text {
  line-height: 5px;

  
}

.about .about-text:last-child {
  margin-bottom: 0;
}

/* Products Section
--------------------------------*/
.products {
  /* background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/products-bg.jpg") fixed center center; */
  /* background-size: cover; */
  padding: 80px 0 100px 0;
  background: url(../img/product_img.jpg) left top no-repeat #ffffff;
  background-size: cover;
}

.products .service-item {
  margin-bottom: 20px;
}

.products .products-icon {
  float: left;
  background: #03C4EB;
  padding: 16px;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #03C4EB;
}

.products .products-icon i {
  color: #fff;
  font-size: 24px;
}

.products .products-item:hover .products-icon {
  background: #fff;
}

.products .products-item:hover .products-icon i {
  color: #03C4EB;
}

.products .products-title {
  margin-left: 80px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.products .products-title a {
  color: #111;
}

.products .products-description {
 
  line-height: 24px;
      margin-left: 40px;
}

/* Our Promise Section
--------------------------------*/
.contact {
  background:#f4f4f4;
  padding: 60px 0;
	box-shadow: 1px 5px 5px 5px rgba(0, 0, 0, 0.19);
}

h4.section-title{
  font-size: 20px;
}
.address{
  background: url(../img/address.png) no-repeat left top;
  padding-left: 30px;
}

.call{
  background: url(../img/call.png) no-repeat left top;
  padding-left: 30px;
}

a.mail{
  background: url(../img/mail.png) no-repeat left top;
  padding-left: 30px;
}

.submit{
  background:#0095ea;
  color:#fff;
  padding:10px 30px 10px 30px;
  margin: 0px 0;
    border-radius: 25px;
    display: inline-block;
  text-transform:uppercase;
  font-weight:400;
  font-family:'Akkurat-Bold';
  border:none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer_bg{
	box-shadow: 1px 5px 5px 5px rgba(0, 0, 0, 0.19);
	background:url(../img/footer_bg.jpg) bottom center no-repeat;
	
	padding: 150px 0 50px;
	text-align:center;
	background-size: cover;
	
}
#footer_bg .logos{
	
	background: url(../img/footer_logos.png) no-repeat;
}

#footer {
  background: #333333;
  padding: 30px 0;
  color: #fff;
  font-weight:200;
   font-size:13px;
}

#footer .links a{
	margin: 0 10px 0 0;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	 
}

#footer .copyright {
  text-align: left;
  margin-top:10px;
 
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}


.social_icons a.facebbok, .social_icons a.twitter, .social_icons a.googleplus, .social_icons a.linkedin, .social_icons a.rss{
	background-image: url(../img/social_icons.png);
    background-repeat: no-repeat;
    float:right;
	text-align:right;
}

.social_icons a.facebbok{
	    background-position: 0px 0px;
    width: 47px;
    height: 43px;
	
}
.social_icons a.facebbok:hover{
	    background-position: 0px -43px;
    width: 47px;
    height: 43px;
	
}

.social_icons a.twitter{
	    background-position: -53px -0px;
    width: 47px;
    height: 43px;
	
}
.social_icons a.twitter:hover{
	    background-position: -53px -43px;
    width: 47px;
    height: 43px;
	
}

.social_icons a.googleplus{
	    background-position: -107px 0px;
    width: 47px;
    height: 43px;
	
}
.social_icons a.googleplus:hover{
	    background-position: -107px -43px;
    width: 47px;
    height: 43px;
	
}

.social_icons a.linkedin{
	    background-position: -160px 0px;
    width: 47px;
    height: 43px;
	
}
.social_icons a.linkedin:hover{
	    background-position: -160px -43px;
    width: 47px;
    height: 43px;
	
}

.social_icons a.rss{
	    background-position: -214px 0px;
    width: 47px;
    height: 43px;
	
}
.social_icons a.rss:hover{
	    background-position: -214px -43px;
    width: 47px;
    height: 43px;
	
}


.productlist{
	padding:0;
	margin:0;
	text-align: center;
	
}

.productlist ul{
	
	padding:0;
	margin:0 0 0 40px;
	
}

.productlist ul li{
	list-style:none;
	float:left;
	margin: 0 20px 0 0;
    text-align: center;
}
.productlist ul li a img{
	margin:0;
}

.productlist ul li a p{
	font-size:12px;
	color:#000;
	margin:10px 0px;
	    line-height: 13px;
}

.productlist a.viewall{
	background:#0095ea;
	color:#fff;
	padding:10px 30px 10px 30px;
	margin: 20px 0;
    border-radius: 25px;
    display: inline-block;
	text-transform:uppercase;
	font-weight:400;
	font-family:'Akkurat-Bold';
}


ul.ft_logos{ padding:0;
	margin:0;
	}
ul.ft_logos li, ul.ft_logos_row li{ 
	padding:0;
	margin: 0px 40px;
    display: inline-block;
	}
ul.ft_logos_row{ 
	padding:0;
	margin-top: -40px;

	}	

ul.footer_links{
  padding: 0;
}

ul.footer_links li{
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}

ul.footer_links li a{
  color:#FFF;
  text-decoration: none;
  text-transform: uppercase;
}

ul.footer_links li a:hover{
  columns: #0095ea;
}

/* --Scroll Down -- */
	
	.scroll-downs {
  position: absolute;
  
  right: 0;
  bottom: 20px;
  left: 0;
  margin: auto;
  
  width :34px;
  height: 55px;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 55px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}

/*Bx Slider */



.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}


.home_banner .bx-wrapper,
.home_banner .bx-wrapper .bx-viewport{
  margin: 0;
}

.home_banner .bxslider_banner li {
    height: 100% !important;
    background-size: cover;
}

.home_banner .baner_content{
      margin: 0;
    z-index: 10;
    padding-top: 10%;
    padding-bottom: 20px;
    padding-left: 100px;
    color: #fff;
    text-align: left;
    height: 100vh;
    width: 40%;

   
}

.home_banner .bx-wrapper .bx-viewport p{
  color:#fff;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 100px;
    width: 100%;
}



/* PAGER */

.bx-wrapper .bx-pager {
  text-align: left;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
  padding-left: 100px;
}

.bx-wrapper ul.bxslider li p{
text-align: center;
padding-top: 10px;
padding-right: 30px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
   display: inline-block; 
  /*display:none;*/
  /**zoom: 1;
  *display: inline;*/
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #0095ea;
}


.bx-wrapper .bx-prev {
  left: -55px;
  background: url(../img/controls.png) no-repeat 0 0px;
}

.bx-wrapper .bx-next {
  right: -50px;
  background: url(../img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: -43px -0px;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px -32px;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
      top: 40%;
    margin-top: -25px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}