/*
  Theme Name: BizPage
  Theme URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #666666;
  font-family: "Lato", sans-serif;
}

a {
  color: #ca4027;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #18d36e;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #ca4027;
  color: #fff;
  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;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #ca4027;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Lato", 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 #ca4027;
}

#header #logo img {
padding: 0;
margin: 0;
width: 200px;
transition: 0.3s;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  display: table;
  width: 100%;
  height: 780px;
  /*background: #000;*/
  background: url('../img/mainbg.jpg');
  background-size: cover;
}
div.main-text-left h1{
    font-size: 43px;
    font-weight: bold;
    color: #fff;
    margin: 55% 0 0 0;
    text-transform: uppercase;
}
div.main-text-left p{
    color: #fff;
    font-size: 18px;
}
.mainrequestfrmparent{
    padding-top: 150px;
}
.mainrequestform{
    width: 350px;
    background: rgba(255,255,255,.8);
    float: right;
    padding: 14px 25px 25px 25px;
    border-top: 5px solid #ca4027;
}
.mainrequestform h2{
    color: #2a2a2a;
    font-size: 32px;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
}
.mainrequestform .inputtext{
    color: #000 !important;
    border: 1px solid #a1a1a1;
    border-radius: inherit;
    padding: 23px 15px;
}
.mainrequestform .qoutetxtarea{
    color: #000 !important;
    border: 1px solid #a1a1a1;
    border-radius: inherit;
    padding: 15px 15px;
    height: 100px;
}
.mainrequestform p{
    color: #ca4027 !important;
    margin: 10px;
    padding: 0;
}
.mainrequestform .getaqoute{
    background-color: #db3014;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    border-radius: 4px;
    padding: 5px;
    border: none;
    cursor: pointer;
}
.mainrequestform .getaqoute:hover, .mainrequestform .getaqoute:focus, .mainrequestform .getaqoute:active{
    color: #ffbf1b;
}


/*--------------------------------------------------------------
# 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;
  padding-top: 10px;
}

.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: 0px 8px 0px 8px;*/
  padding: 0 15px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  border-right: 1px solid #fff;
}
.nav-menu a.contact {
    border-right: none;
}
.nav-menu .getaqouteli {
    padding-top: 0;
}
.nav-menu a.getaqoute {
    border-right: none;
    background-color: #ca4027;
    padding: 7px 14px;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 17px;
    border-radius: 4px;
}
.nav-menu a.getaqoute:hover{
    color: #ffbf1b;
}
.readmmsgbtn{
    border-right: none;
    background-color: #ca4027;
    padding: 10px 14px;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 15px;
    border-radius: 4px;
    color: #fff;
}
.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
  color: #ca4027;
}

.nav-menu > li {
  margin-left: 7px;
}

.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: #ca4027;
}

.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: #fff;
}

/* 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: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}

#mobile-nav ul li a:hover {
  color: #ca4027;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
  color: #ca4027;
}

#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: #ca4027;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #ca4027;
}

#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
--------------------------------------------------------------*/
.products{
    background: url('../img/bg-box.jpg') repeat center center;
}
.products h2{
    color: #c94026;
    font-weight: bold;
}
.products .pro-content{
    padding: 75px 30px 30px 30px !important;
    background-color: #fff;
}
.products .pro-image{
    padding: 0;
}
.products h2 span{
    color: #2a2a2a;
}
.products p{
    color: #2a2a2a;
}
.pro-content a{
    background-color: #ca4027;
    border: none;
}
.interior-gallery-mobile{
    display: none;
}
/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 40px;
  color: #2a2a2a;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  font-weight: bold;
  margin: 0px 0 10px 0;
  padding: 40px 0 0 0;
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #ca4026;
  font-size: 19px;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #f7f7f7;
}


/* About Us Section
--------------------------------*/

#about {
  /*background: url("../img/about-bg.jpg") center top no-repeat fixed;*/
  /*background-size: cover;*/
  padding: 60px 0 40px 0;
  position: relative;
  background-color: #fff;
}
.about h2{
    font-weight: bold;
    color: #000;
    font-size: 36px;
}
.about p{
    color: #2a2a2a;
    font-size: 17px;
    text-align: justify;
    line-height: 30px;
}
.about a.contactbtn{
    background: #ca4027;
    border: none;
}
.about video{
    float: right;
    width: 500px;
}
.about .aboutvideo{
    float: right;
    width: 500px;
}


/* Portfolio Section
--------------------------------*/
.interior{
    background: url(../img/bg-box.jpg) repeat center center;
}
.interior .col-md-3{
     padding: 0;
}

/* Portfolio Section
--------------------------------*/

#portfolio {
  padding: 60px 0;
  background: url('../img/bg-box.jpg') repeat center center;
  height: 960px;
}
#portfolio .section-header h3{
  padding: 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0px 0 10px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #ca4027;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  height: 273px;
  overflow: hidden;
  /*margin-bottom: 12px;*/
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 266px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0 6px 0 0;
  
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  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: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i,
#portfolio .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
  background: #ca4027;
}

#portfolio .portfolio-item figure .link-preview:hover i,
#portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 16px);
}

#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #ca4027;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

/* Counters Section
--------------------------------*/
.counters{
    background-image: url(../img/couners-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 20px 0;
    color: #fff;
}
div.box-team{
    text-align: center;
} 
.counters .box-team img{
  width: 140px;
}
.counters h2{
    font-weight: bold;
    margin: 25px 0 4px 0;
}
div.counters .box-team p{
    
}


/* Contact Section
--------------------------------*/

#contact {
  padding: 0;
  background: -webkit-linear-gradient(left, #ca4026, #ca4026 40%, #1b1b1b 30%, #1b1b1b);
}
#contact .contact-left{
    background-color: #ca4026;
    padding: 40px 0;
}
#contact .contact-right{
    background-color: #1b1b1b;
    padding: 40px 0 40px 40px;
}
#contact .contact-left h2{
    color:#fff;
    margin: 0;
    padding: 0;
}
#contact .contact-left p{
    color: #fff;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #fff;
}

#contact .contact-info address,
#contact .contact-info p {
    margin-bottom: 0;
    color: #fff;
    text-align: left;
}

#contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #ca4027;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #ca4027;
  border: 1px solid #ca4027;
  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 {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #ca4027;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  color: #ffbf1b;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #000;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}
#footer .footer-left{
    text-align: left;
}
.footer-left  ul{
    list-style: none;
    margin: 0;
    padding: 20px 0 0 0;
    text-align: left;
}
.footer-left  ul li:first-child{
    padding-left: 0;
}
.footer-left  ul li{
    display: inline-block;
    border-right: solid 1px #fff;
    padding: 0 20px;
}
.footer-left  ul li:last-child{
    border-right: none;
}
.footer-left  ul li a{
    color: #fff;
}

#footer .footer-right ul{ 
    list-style: none;
    margin: 20px 0;
    text-align: right;
}
#footer .footer-right ul li{
    display: inline-block;
    width: 45px;
}
#footer .footer-right ul li a{ }
#footer .footer-right ul li a img{ width: 40px; }

#footer .copyright {
  padding-top: 30px;
}

#footer .credits {
  font-size: 13px;
  color: #ddd;
}
div.ceomessagecontent{
    margin: 0 auto;
}
section.ceomessage{
    background-color: #e2e2e2;
    padding: 10px 0;
}
.ceocontentleft{
    float: left;
}
.ceomessage img{
    float: left;    
}
.ceomessage .ceoinfo{
    float: left;
    padding-left: 20px;
    padding-top: 35px;
}
.ceomessage .ceoinfo span{
    display: block;
    font-weight: bold;
    font-size: 18px;
}
.ceomessage .ceoinfo span.desi{
    font-weight: normal;
}
.ceomessage .msgpopup{
    font-size: 18px;
    font-weight: bold;
    margin-top: 28px;
    float: right;
    text-align: center;
    margin-right: 20%;
}
.ceomessage .msgpopup a{
    text-align: center;
    margin: 0 auto;
    background-color: #ca4027;
    box-shadow: none;
}
.ceomessage .msgpopup a:hover, .ceomessage .msgpopup a:focus{
    color: #ffbf1b;
    border: none;
    box-shadow: none;
    
}
.ceomessage .msgpopup p{
    padding: 0;
    margin: 0 0 10px 0;
}
div.desktop_products{
    visibility: visible;
}
div.mobile_products{
    visibility: hidden;
    display: none;
}


