
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/




body {
  background: #fff;
  color: #666666;
  font-family: "Montserrat", sans-serif;
}

a {
  color: #18d26e;
  transition: 0.5s;
}

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

p {
  padding: 0;
  margin: 0 0 0px 0;
   text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Bebas Neue', cursive;
  font-weight: 400;
  margin: 0 0 0px 0;
  padding: 0;
  letter-spacing:1px
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #18d26e;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

#bannertop span {
    color: #fff !important;
}

#bannertop span a {
    color: #fff !important;
    text-decoration:none;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}
#bannertop{ width:100%;
 height:auto;
  background:#1f232c}


#bannertop p{color:#fff;
 line-height:23px;
  font-size:14px;
font-family: "Montserrat", sans-serif; padding:20px 0px
 }

#bannertop i{color:#3ec952; }

#bannertop span{color:#fff;
 line-height:60px; font-size:14px;
font-family: "Montserrat", sans-serif;
 float:right }



@media (max-width: 768px) {
  #bannertop p{display:none}
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  
  position:relative;
  padding: 5px 0;
  background: #fff;
  display:block;
  clear:both;

}

#header.header-scrolled {
  background:none);
  padding: 20px 0;
  position:relative

}

#header #logo {
  float: left;
  padding:10px 0px
}


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

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

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    max-width: 80%;
  }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: table;
  width: 100%;
  height: 550px;
  background: #000;
  position:relative
}

#intro .carousel-item {
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



@media (max-width: 768px) {
  #intro {
  display: table;
  width: 100%;
  height: 200px;
  background: #000;
  position:relative
}

#intro .carousel-item {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
}

#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 80;
  left: 0;
  right: 0;
}

#intro .carousel-content {
  text-align: center;
}

/*#intro h2 {
  color: #000;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 700;
  background:#3ab34b;
  padding:10px 20px;
  letter-spacing:2px
}*/

#intro h2 {
    color: #000;
    margin-bottom: 28px;
    font-size: 32px;
    font-weight: 700;
    background: #3ab34b;
    padding: 4px 13px;
    letter-spacing: 2px;
}
#intro h2 span {
    background: #fff;
    color: #000;
    width: 100%;
    padding: 0 54px;
    font-size: 28px;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
  }
}

@media (max-width: 420px) {
  #intro h2 {
    font-size:22px;
    text-align:center;
    margin-bottom: 10px;
  }
  
 #intro h2 span {
    background: #fff;
    color: #000;
    width: 100%;
    padding: 0 54px;
    font-size: 18px;
} 
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
  }
}

#intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #18d26e;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #18d26e;
}

/*--------------------------------------------------------------
# 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;
    float:right;
}

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

.nav-menu > li {
  float: left;
  padding:50px 0px 0px 10px

}

.nav-menu > li a {
  color:#000;
  font-family: "Montserrat", sans-serif;
  font-size:14px;

  
}

.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;
  padding: 0
}

@media (min-width: 1024px) {
  #nav-menu-container {
    padding-right: 0px;
  }
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

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

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

.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: #18d26e;
}

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

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 85px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
  background:#171b24;
  padding:5px 15px
}

#mobile-nav-toggle i {
  color: #16b92d;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  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: 15px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 20px 22px 20px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-align:center
}

#mobile-nav ul li a:hover {
  color: #fff;
  background-color: #3ec952;
}

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

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

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

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

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 45px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 15px;
}



.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #37ba46;
  bottom: 0;
  left: calc(50% - 20px);
}



.section-header h4 {
  font-size: 45px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 15px;
}



.section-header h4::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #37ba46;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  color: #000;
  font-size:16px;
  font-family: "Montserrat", sans-serif;
  width:90%;
  margin: 0 auto;
  letter-spacing:1px;
  line-height:30px
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}

/* Featured Services Section
--------------------------------*/


#featured-img {
  background:none;
  overflow:hidden;
  width:100%;
  height:auto
}

#featured-services {
  background:url("../img/bridge.jpg") ;
  overflow:hidden;
  width:100%;padding:10px 0px 10px 0px;
  background-size:cover
}


#featured-services .col-md-3{ padding:0;
 margin:0;text-align:center
}



#featured-services h1 {
  font-weight: 400;
  padding: 20px 0px 20px 0px;
  font-size: 38px;
  color:#fff;
  width:80%; margin: 0 auto;
    background: rgba(0, 0, 255, 0.9);
      margin-top:100px;
       margin-bottom:50px;
     
}



#featured-services h2 {
  font-weight: 400;
  padding: 20px 0px 20px 0px;
  font-size: 38px;
  color:#fff;
  width:80%; margin: 0 auto;
   background: rgba(50,205, 50, 0.9);
    text-align:center
 
}



#featured-services h3 {
  font-weight: 400;
  padding: 20px 0px 20px 20px;
  font-size: 38px;
    color:#fff;
  width:80%; margin: 0 auto;
   background: rgba(0, 0, 0, 0.8);
   margin-top:100px

}



#featured-services h4 {
  font-weight: 400;
  padding: 20px 0px 20px 0px;
  font-size: 38px;
  width:80%; margin: 0 auto;
   background: rgba(255, 20, 147, 0.9);
   color:#fff; margin-top:100px;
}



#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}



#welcome {
  background: url("../img/welcome-bg.png") center top no-repeat fixed;
  background-size: cover;
  padding: 40px 0 40px 0;
  position: relative;
}

#welcome::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.14);
  z-index: 9;
}

#welcome .container {
  position: relative;
  z-index: 10;
}



#box {
  background: #fff;
  background-size: cover;
  padding: 50px 0px 40px 0px;
}

#box h3 {
  color: #16a72a;
  font-size: 45px;
  font-weight: 500;
  text-align:center
}

@media (max-width: 768px) {

  #box h3 {
  color: #16a72a;
  font-size: 35px;
  font-weight: 500;
  text-align:center
}





#featured-services {
  background:url("../img/bridge.jpg") ;
  overflow:hidden;
  width:100%;padding:50px 0px 50px 0px;
  height:auto
  
}


#featured-services h1 {
  font-weight: 400;
  padding: 20px 0px 20px 0px;
  font-size: 18px;
  color:#fff;
  width:80%; margin: 0 auto;
    background: rgba(0, 0, 255, 0.9);
      margin-top:100px;
       margin-bottom:50px;
     
}



#featured-services h2 {
  font-weight: 400;
  padding: 20px 0px 20px 0px;
  font-size: 18px;
  color:#fff;
  width:80%; margin: 0 auto;
   background: rgba(50,205, 50, 0.9);
    text-align:center
 
}



#featured-services h3 {
  font-weight: 400;
  padding: 20px 0px 20px 20px;
  font-size: 18px;
    color:#fff;
  width:80%; margin: 0 auto;
   background: rgba(0, 0, 0, 0.8);
   margin-top:100px

}



#featured-services h4 {
  font-weight: 400;
  padding: 20px 0px 20px 0px;
  font-size: 18px;
  width:80%; margin: 0 auto;
   background: rgba(255, 20, 147, 0.9);
   color:#fff; margin-top:100px;
}





}








/* Enquiry Section
--------------------------------*/
#enquiry {
  background: #1f232c;
  background-size: cover;
  padding: 60px 0px 0px 0px;
}

#enquiry h3 {
  color: #fff;
  font-size: 55px;
  font-weight: 500;
  margin:20px 0px
}

#enquiry p {
  color: #fff;
}



/* Enquiry Section
--------------------------------*/
#content {
  background: #f2f2f2;
  background-size: cover;
  padding: 45px 0px 50px 0px;
  position:relative
}



#contents {
  background: #f2f2f2;
  background-size: cover;
  padding: 45px 0px 50px 0px;
  position:relative
}



#content p {
  color: #000;
  font-size:15px;
  font-weight:500;
  text-align:none
}



#content i{ color:#3ab34b}






#content h3 {
  font-size: 45px;
  color: #111;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 15px;
}



#content h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #37ba46;
  bottom: 0;
  left: calc(0% - 0px);
}









#enquiry .forms .input{background:#1f232c; padding:16px 10px; color:#fff;
 font-size:15px;  width:100%;
font-family: "raleway", sans-serif; font-style: none;
float:none; border:2px solid #5d6069; float:none; margin: 0 auto;
margin-bottom:12px; margin-top:8px;
border-radius:0px; font-weight: 500; }

#enquiry .submit {  font-family: 'Outfit', sans-serif;
  text-transform: capitalize;
  font-weight: lighter;
  font-size: 17px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 5px; border:none; background:#3ab34b;
  color:#fff;
  margin-bottom:0px}

  .forms .input .msg{ color#f00}



#enquiry .submit:hover { background: #2e9e3e;
   color:#fff}




@media (max-width: 768px) {
  #enquiry .submit{ margin-bottom:50px}
}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #101319;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

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

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

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

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

#footer .footer-top .social-links a {
  font-size: 18px;
  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: #18d26e;
  color: #fff;
}

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

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

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

#footer .footer-top h4::after {
  background: #18d26e;
  width: 40px;
}

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

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

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

#footer .footer-top .footer-links ul li {
  border-bottom: 0px solid #282d38;
  padding: 5px 0px 10px 0px;
 
}

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

#footer .footer-top .footer-links ul li {
  color: #eee;
   text-decoration: none;
   font-size:13px;
   

}

#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: 28px;
  font-size:13px;
 
}



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

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



 .form .input{background:#e2e5e3; padding:16px 10px; color:#000;
 font-size:15px;  width:100%;
font-family: "raleway", sans-serif; font-style: none;
float:none; border:2px solid #e2e5e3; float:none; margin: 0 auto;
margin-bottom:12px; margin-top:8px;
border-radius:0px; font-weight: 500; }

 .submits {  font-family: 'Outfit', sans-serif;
  text-transform: capitalize;
  font-weight: lighter;
  font-size: 17px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 5px; border:none; background:#3ab34b;
  color:#fff;
  margin-bottom:30px}

.submits:hover { background: #2e9e3e;
   color:#fff}

.alertmsg {font-size:12px; color:#f00; font-style:no;}








/* Portfolio Section
--------------------------------*/
#portfolio {
  padding: 60px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 0px 0;
  list-style: none;
  text-align: center;
}




#portfolio .portfolio-item {
  position: relative;
  height: auto;
  overflow: hidden; margin:18px 0px
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: auto;
  position: relative;
  border-radius: 4px 4px ;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {

  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview, #portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0%;
  transition: 0.2s linear;
}



#portfolio h2 {
  font-weight:200;
  margin: 15px 0;
  font-size: 28px;
  color:#000;
  text-transform:uppercase
}



#portfolio .portfolio-item figure .link-preview:hover, #portfolio .portfolio-item figure .link-details {
  background: rgba(0, 0, 0, 0.1);
}

#portfolio .portfolio-item figure .link-preview:hover i, #portfolio .portfolio-item figure .link-details {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(0% - 0px);
  top: calc(0% - 0px);
}



#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(0% - px);
}



#portfolio .portfolio-item img {
  transition: all ease-in-out 0.6s;
  width: 100%;
}

#portfolio .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


#gap{ margin:70px 0px 0px 0px}




.btn{
cursor:pointer;
  position:relative;
  padding:10px 20px;
  background:white;
  font-size:28px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  transition:all 1s;
  &:after,&:before{
    content:" ";
    width:10px;
    height:10px;
    position:absolute;
    border :0px solid #fff;
    transition:all 1s;
    }
  &:after{
    top:-1px;
    left:-1px;
    border-top:5px solid black;
    border-left:5px solid black;
  }
  &:before{
    bottom:-1px;
    right:-1px;
    border-bottom:5px solid black;
    border-right:5px solid black;
  }
  &:hover{
    border-top-right-radius:0px;
  border-bottom-left-radius:0px;
    // background:rgba(0,0,0,.5);
    // color:white;
    &:before,&:after{
      
      width:100%;
      height:100%;
      // border-color:white;
    }
  }
}

.data-container{
  background:#ffebee;
  height:100vh;
  display:flex;
  justify-content:center;
  align-items:center;
}




