@import "social.css";
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/




#header {
  padding: 20px 0;
  height: auto;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: #09090999
}

#header.header-scrolled {
  background: #34095c;
  padding: 15px 0;
  height: auto;
  transition: all 0.5s;
}


#header.header-scrolled li:hover > a,
#header.header-scrolled .menu-active > a {
  color: #34095c;
  background: #fff;
}

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


#header.header-scrolled ul li ul li a {
  padding: 10px;
  color: #34095c;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

#header.header-scrolled ul li ul li:hover > a {
  color: #fff;
  background: #34095c;
  padding-left:30px
}



#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #18d26e;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

#header .logo img {
  max-width: 10%;
}
@media only screen and (max-width: 700px) {
  #header .logo img {
    max-width: 30%;
	margin-top:-4%;
  }

  #header.header-scrolled img {
    max-width: 30%;
	margin-top:2%;
  }




}

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

#myCarousel {
  width: 100%;
  height: 85vh;
}
/*--------------------------------------------------------------
# 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: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 10px 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
  color: #fff;
  background: #34095c;
}

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

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

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

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

.nav-menu ul li:hover > a {
  color: #34095c;
  background: #fff;
  padding-left:30px;
}

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

/* Mobile Nav Toggle */

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

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

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 92px;
  padding-top: 0px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: 100%;
  width: 100%;
  overflow-y: auto;
  transition: 0.4s;
  max-height:60%;
}

#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: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  list-style-position:inside;
  border-bottom: 1px solid white;
}

#mobile-nav ul li a:hover {
  color: #18d26e;
  background: #34095c;
}

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

#mobile-nav ul li.menu-active a {
  color: #18d26e;
  background: #34095c;
}


#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 2px;
  top:2px;
  padding:10px;
  z-index: 99;
  cursor: pointer;
  color: #fff;
  list-style-position:inside;
  border: 1px solid white;
}

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

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #18d26e;
  background: #34095c;
}

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


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

.main-footer{
	position:relative;
}

.main-footer.alternate .widgets-section{
	padding-top:100px;
}

.main-footer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
  opacity: 0.5;
  background-image: url(01.jpg);
  background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.main-footer .widgets-section{
	position:relative;
	padding:220px 0px 60px;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:30px;
}

.main-footer .footer-title{
	position:relative;
	margin-bottom:40px;
}

.main-footer .footer-title h2{
	position:relative;
	font-size:20px;
	font-weight:500;
	color:#ffffff;
	padding-bottom:18px;
	text-transform:capitalize;
}
#footer {
  background: #000;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #111;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

.footer-info img{
height: 100px;
margin-bottom: 20px;

}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #18d26e;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 25px;
  margin-bottom: 0;
  color: #eee;
  font-family: "Montserrat", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #34095c;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before,
#footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #34095c;
}

#footer .footer-top h4::after {
  background: #fff;
  width: 85px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #18d26e;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
  color: inherit;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
}


#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #ddd;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 60px;
  }

  #intro p {
    width: 60%;
  }


  #nav-menu-container {
    padding-right: 60px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    max-height: 40px;
  }

  #intro h2 {
    font-size: 28px;
  }

  #nav-menu-container {
    display: none;
  }

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

/*Social Icon One*/

.social-icon-one{
	position:relative;
}

.social-icon-one a{
  font-size: 40px;
  display: inline-block;
  background: #fff;
  line-height: 1;
  padding: 30px;
  margin-right: 10px;
  margin-top: 10px;
  border-radius: 30%;
  box-shadow: 3px 5px 10px #919191;
  text-align: center;
  width: 100px;
  height: 100px;

}

@media only screen and (min-device-width: 768px)
{
  .social-icon-one a:hover{
    color: #fff;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transform: translateY(calc(-20px));
    transition: transform 0.5s
  }
}



@media only screen and (max-device-width: 768px) 
{
  .social-icon-one a
  {
    display: inline-block;
    margin: 15px 5px 0px 10px;  
    font-size: 30px;
    padding: 20px;
    width: 75px;
    height: 75px;
  }
}



/*Social Icon Two*/

.social-icon-two{
	position:relative;
}

.social-icon-two li{
	position:relative;
	margin:0px 6px;
	display:inline-block;
}

.Contact-panel-image{
  font-size: 40px;
  display: inline-block;
  line-height: 1;
  padding: 10px;
  margin-right: 10px;
  margin-top: 10px;
  border-radius: 30%;
  text-align: center;
}

.social-icon-two li a:hover{
	color:#fbb908;
}

/*Social Icon Three*/

.social-icon-three{
	position:relative;
	margin-top:12px;
}

.social-icon-three li{
	position:relative;
	margin-right:10px;
	color:#999999;
	font-size:16px;
	font-weight:500;
	display:inline-block;
	font-family: 'Montserrat', sans-serif;
}

.social-icon-three li a{
	position:relative;
	width:36px;
	height:36px;
	border:1px dashed #fbb908;
	font-size:14px;
	color:#999999;
	text-align:center;
	line-height:36px;
	border-radius:50%;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.social-icon-three li a:hover{
	color:#fbb908;
}


/***

====================================================================
	Social Icon Four
====================================================================

***/

.social-icon-four{
	position:relative;
}

.social-icon-four .share{
	color:#222222;
	font-size:16px;
	font-weight:700;
}

.social-icon-four li{
	position:relative;
	margin-right:18px;
	display:inline-block;
}

.social-icon-four li a{
	position:relative;
	font-size:18px;
	color:#777777;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.social-icon-four li a:hover{
	color:#fbb908;
}

/*Products*/

.view {
  float: left;
  overflow: hidden;
  position: relative;
  cursor: default;
}
.wrapper{
  box-shadow: 8px 8px 15px #e6e6e6;
}
.wrapper:hover{
  box-shadow: 5px 5px 10px #000;
}

.wrapper h4{
	color:#fff;
	margin-left:10px;
}

.wrapper p{
	color:#fff;
}

/*Anim*/
.view-tenth img {
  transform: scaleY(1);
  transition: all .7s ease-in-out;
}

.view-tenth .mask {
  transition: all 0.5s linear;
  opacity: 0;
}
.view-tenth h2 {
  transform: scaleY(1);
  transition: all .7s ease-in-out;
}
.view-tenth p {
  transform: scaleY(1);
  transition: all .7s ease-in-out;
}

.view-tenth a.info {
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s linear;
}

.view-tenth:hover img {
  -webkit-transform: scale(10);
  transform: scale(10);
  opacity: 0;
}

.view-tenth:hover h4{
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}


.view-tenth:hover p{
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

.view-tenth:hover .mask {
  opacity: 1;
}


.view-tenth:hover a.info {
  transform: scale(1);
  opacity: 1;
}
input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url] {
    border: 0px !important;
}
textarea{
  border: 0px !important;
}

/********/
@media  (max-width: 768px) {
  .mar{
    margin-top: 50px ;
  }
}
.ma p{
  margin-top: -15px !important;
}
/***************************/

