h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}

p {
  line-height: 1.55;
  color: #333;
  font-size: 400;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 62px;
}

h2 {
  font-size: 30px;
  margin-bottom: 65px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

/* ==================================================
  General
  ================================================== */
a {
  color: #dbca9a;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* ==================================================
  Elements
  ================================================== */
.mb-20 {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.btn {
  background-color: #20313e;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 800;
  color: #fff;
  padding: 15px 45px;
  border-radius: 50px;
}

.btn:hover {
  background-color: #dbca9a;
  color: #fff;
}

.btn:focus {
  color: #fff;
}

.hero-btn {
  padding: 12px 30px;
  font-size: 20px;
  font-weight: 400;
}


.btn-ghost {
  border: 3px solid #fff;
  background-color: transparent;
}

.btn-ghost:hover {
  background-color: #fff;
  color: #20313e;
}

a:hover, a:focus {
  color: #20313e;
  text-decoration: none !important;
}

.sticky-phone {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #dbca9a;
  color: #fff;
  text-align: center;
  font-size: 20px;
  z-index: 100;
}

.sticky-phone i {
  padding-right: 5px;
}

.sticky-phone:hover, .sticky-phone:active, .sticky-phone:focus {
  color: #fff !important;
  background-color: #20313e;
}


/* ==================================================
  Hero Styling
================================================== */

.hero {
  display: table;
  position: relative;
  background-image: url(../img/backgrounds/garagedoorbg.jpg);
  background-size: cover;
  background-position: center bottom;
  padding: 50px 0;
  color: #fff;
  width: 100%;
  height: 750px;
}

.hero:after {
  content: '';
  z-index: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.hero .container {
  position: relative;
  z-index: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.hero-residential {
  background-image: url(../img/backgrounds/residentialgaragedoor.jpg);
  background-position: center bottom -10px;
  background-attachment: scroll !important;
  height: 500px;
}

.hero-commercial {
  background-image: url(../img/backgrounds/commercialgaragedoor.jpg);
  background-position: center center;
  background-attachment: scroll !important;
  height: 500px;
}

.hero-local {
  background-image: url(../img/backgrounds/localgaragedoor.jpg);
  background-position: center center;
  background-attachment: scroll !important;
  height: 500px;
}

.hero-local:after {
  background: rgba(0, 0, 0, 0.6);
}

.hero-brand {
  background: url(../img/logo.png) no-repeat center center;
  background-size: 500px;
  width: 500px;
  height: 280px;
  margin: 0 auto;
  display: inline-block;
  transition: all .3s ease-in-out;
}

.hero-text h1 {
  text-transform: uppercase;
}

.hero-text h1 strong {
  color: #dbca9a;
}

.tagline {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 22px;
  margin: 10px 0 20px;
  color: #fff;
}

.tagline strong {
  font-size: 40px;
}


/* ==================================================
  404 Page Styling
================================================== */

#page-404 {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

#page-404 h1 {
  font-size: 199px;
}

#page-404 p {
	padding-bottom: 30px;
}


/* ==================================================
  Header Styling
================================================== */

#header {
  background: #fff;
  min-height: 80px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5);
}

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

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

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

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

.nav-menu * {
  text-align: right;

}

.nav-menu {
  text-align: right;
}

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

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

.nav-menu > li {
  display: inline-block;
}

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

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

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 15px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

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

/* Nav Meu Container */
#nav-menu-container {
  margin: 40px auto 0;
}

/* Nav Meu Styling */
.nav-menu a {
  margin: 0 15px;
  text-decoration: none;
  display: inline-block;
  color: #444;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  outline: none;
  transition: all .3s ease-in-out;
}

.nav-menu a:before {
  content: '';
  position: absolute;
  left: auto;
  height: 30px;
  width: 0;
  border-bottom: 3px solid #dbca9a;
  transition: all .3s ease-in-out;
  opacity: 1;
}

.nav-menu a:hover, 
.nav-menu li:hover > a {
  color: #dbca9a;
} 

.nav-menu a:hover:before{
  width: 50%;
  opacity: 1;
} 

.nav-menu .menu-active > a {
  color: #dbca9a;
}

.nav-menu .menu-active > a:before {
  height: 30px;
  width: 50%;
  opacity: 1;
}

.nav-menu .menu-active > a:hover:before {
  width: 50%;
}

.nav-menu ul {
  margin: 4px 0 0 15px;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
  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: #dbca9a;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav-menu ul li a {
  color: #333;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  padding: 10px 0;
}

.nav-menu ul li a:before {
  border: none;
}

.nav-menu ul li a:hover:before {
  border: none;
}

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

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

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 30px 10px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

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


/* 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;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  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: #20313e;
}

#mobile-nav ul .menu-item-active {
  color: #20313e;
}

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

/* ==================================================
  General
================================================== */

.section-title {
  text-align: center;
}

.section-title h2 {
  text-align: center;
  color: #20313e;
  font-size: 60px;
  font-weight: 600;
  margin-bottom: -10px;
}

.section-title p {
  margin: 0 auto;
  padding-bottom: 45px;
  width: 65%;
  color: #777;
  font-size: 18px;
}

hr {
  background-color: #dbca9a;
  width: 100px;
  height: 4px;
}


/* ==================================================
  Services Styling
  ================================================== */
  
#services {
  padding: 60px 0 0;
}
  
#services .service-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#services .service-list li {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #555;
  width: 33%;
  display: inline-block;
  margin-bottom: 15px;
}

#services .service-list li i {
  font-size: 16px;
  color: #20313e;
  padding-right: 5px;
  transition: all .3s ease-in-out;
}

#services .service-list li:hover i {
  color: #dbca9a;
}

#services .services {
  padding: 50px 0 0;
  margin:0;
}

#services .services h3 {
  color: #dbca9a;
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
  padding-bottom: 15px;
}

#services .services .row {
  margin: 0;
}

#services .services .row > div {
  padding: 0;
}

#services .services .service {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
}

#services .services .service img {
  width: 100%;
}

#services .services .service .service-hover {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#services .services .service .service-hover p {
  position: relative;
  top: 50%;
  padding: 0 45px;
  color: #fff;
  opacity: .8;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#services .services .service:hover .service-hover {
  opacity: 1;
  visibility: visible;
}


/* ==================================================
  Emergency Styling
  ================================================== */
  
#emergency {
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 60px 0 ;
  text-align: center;
  position: relative;
}

#emergency:before {
  content: ' ';
  background: rgba(0, 0, 0 , .7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

#emergency h2 {
  margin: 0;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-size: 36px;
  color: #fff;
}

#emergency p {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

#emergency .btn-ghost {
  position: relative;
  margin-top: 30px;
  font-size: 16px;
  text-transform: uppercase;
}


/* ==================================================
  About Us Styling
  ================================================== */

#about {
  padding: 60px 0;
}

#about .about-text h3 {
  margin: 10px 0;
  padding: 0;
  color: #444;
}

#about .about-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#about .about-text li {
  font-size: 16px;
  padding: 5px 0;
  color: #666;
}

#about .about-text li i {
  color: #20313e;
  padding-right: 4px;
  font-size: 18px;
}

#about .about-text p {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
}


/* ==================================================
  About Us Styling
  ================================================== */

#page-content {
  padding: 60px 0;
}

#page-content .page-content-text h3 {
  margin: 10px 0;
  padding: 0;
  color: #444;
}

#page-content .page-content-text p {
  color: #333;
  font-size: 18px;
}



/* ==================================================
  Galley Section
  ================================================== */

#gallery {
  background-image: url(../img/gallery/gallery-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 60px 0 80px;
}

#gallery .section-title h2 {
	color: #dbca9a;
}

#gallery .section-title p {
  color: #fff;
  width: 70%;
}

#gallery .slider {
  width: 95%;
  margin: 0 auto;
  text-align: center;
}

#gallery .gallery-slider div,
#gallery .gallery-slider a,
#gallery .gallery-slider img {
  outline: 0;
}

#gallery .slick-prev:before,
#gallery .slick-next:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 40px;
  line-height: 20px;
  opacity: .5;
  transition: all .3s ease-in-out;
}

#gallery .slick-lightbox .slick-prev,
#gallery .slick-lightbox .slick-next {
  display: none;
}

#gallery .slick-prev:hover:before,
#gallery .slick-prev:focus:before,
#gallery .slick-next:hover:before,
#gallery .slick-next:focus:before
{
    opacity: 1;
}

#gallery .slick-next:before {
  content: '\f054';
}

#gallery .slick-prev:before {
  content: '\f053';
}

#gallery .slick-active {
  opacity: 1;
}

#gallery .slick-slide {
  margin: 0;
  outline: 0 !important;
  opacity: .3;
  transition: all .3s ease-in-out;
}

#gallery .slick-slide img {
  max-width: 100%;
  padding: 35px;
  transition: all .3s ease-in-out;
}

#gallery .slick-current {
  position: relative;
  opacity: 1;
  z-index: 10;
}
	
#gallery .slick-current img {
  padding: 0;
  margin-top: 15px;
  border: 5px solid #dbca9a;
}



/* ==================================================
  Contact Us Section
  ================================================== */
  
#contact {
  background: #f5fffe;
  padding: 70px 0 80px;
}

#contact h2 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  color: #20313e;
  margin-top: -20px;
}

#contact .col-lg-5:first-child {
  border-right: 1px solid #bbb;
  position: center;

}

#contact .info i {
  font-size: 32px;
  color: #dbca9a;
  float: left;
  text-align: center;
}

#contact .info p {
  padding: 0 0 30px 50px;
  line-height: 24px;
}

#contact .info a {
  color: #dbca9a;
}

#contact .info a:hover {
  color: #20313e;
}

#contact .form #sendmessage {
  color: #20313e;
  border: 1px solid #20313e;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#contact .form input[type="submit"] {
  background: #dbca9a;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#contact .form input[type="submit"]:hover {
  background: #20313e;
}

.form-control:focus {
  border-color: #dbca9a;
}

/* ==================================================
  Footer Styling
  ================================================== */
#footer {
  background-color: #111;
  margin-bottom: 60px;
  padding: 20px 0;
  text-align: center;
}
#footer a {
  color: #dbca9a;
}
#footer a:hover {
  color: #20313e;
}
#footer p.copyright-text {
  color: #ccc;
  line-height: 2.5;
  margin: 0;
}

/* ==================================================
  Responsive Styling
  ================================================== */
@media (max-width: 768px) {
  section,
  .block,
  .cta {
    padding: 35px 0;
  }
  .features {
    padding-bottom: 5px;
  }
  p,
  .block p {
    margin: 0;
  }
  .hero-brand {
    margin-bottom: 35px;
  }
  .tagline {
    margin: 35px 0;
  }
  h1 {
    font-size: 32px;
    margin: 0;
  }
  h2,
  .tagline {
    font-size: 24px;
  }
  h2 {
    margin-bottom: 25px;
  }
  h3 {
    font-size: 22px;
  }
  .hero {
    padding: 75px 0;
  }
  .stats-col {
    margin-bottom: 25px;
  }
  .block {
    height: auto;
  }
  .feature-col {
    padding-bottom: 30px;
  }
  .portfolio h3 {
    margin-top: 0;
	padding-top: 20px;
  }
  .team .team-over {
    padding-top: 20px;
  }
  .team .card .social-nav {
    margin-bottom: 15px;
    padding: 0;
  }
  .site-footer .social-nav {
    margin-bottom: 35px;
  }
  .site-footer .list-inline {
    text-align: center;
    padding-bottom: 15px;
  }
  .site-footer .list-inline li {
    display: inline-block;
  }
  .portfolio-grid .row > div .card .portfolio-over > div {
    top: 48%;
  }
  
}

@media (min-width: 769px) and (max-width: 1024px) {
	
  .portfolio-grid .card h3.card-title {
    font-size: 18px !important;
  }
  .portfolio-grid .card .card-text {
    font-size: 13px;
  }
    
}

@media (max-width: 1024px) {
	
  .block {
    padding-left: 0;
	margin: 0 auto;
  }
  
  #contact .info-item {
    border: none;
  }
  
  .lbi-stamp {
    max-width: 100px;
    margin-top: -100px;
    margin-bottom: -50px;
    margin-left: 10px;
  }

}
