/*
  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: "Open Sans", sans-serif;
}

a {
  color: orange;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: orange;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 15px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: orange;
  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;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 10px 0;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  position: relative;
  box-shadow: 0 0 15px #ccc;  
  transition: all 0.5s;
  
}

#header.header-scrolled {
  background: #fff;
  position: fixed;  
  -ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

#header #logo {
  float: left;
}
.nav-menu > li:last-child a {
    margin-right: 0;
}

.text-right.mobile-no a {
    color: orange;
    padding-top: 10px;
    display: block;
}
@media (min-width: 1024px) {
  #header #logo {
    /* padding-left: 60px; */
  }
}

#header #logo h1 {margin: 0;}

#header #logo h1 a, #header #logo h1 a:hover {display: block;}

#header #logo img {
    display: block;
    max-width: 210px;
}
.text-right.mobile-no a i.fa.fa-phone {
    margin-right: 7px;
}
@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    max-height: 40px;
  }
} 

/*--------------------------------------------------------------
# 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;
}

@media (max-width: 1024px) {
	
  header#header .container {
    max-width: 95%;
}
.nav-menu a {
    margin: 0;
}
} 
  #nav-menu-container {
    padding-top: 10px;
  }
 

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
  
.text-right.mobile-no a {
    margin-right: 30px;
    padding-top: 5px;
}
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 9px 14px 10px;
  text-decoration: none;
  display: inline-block;
  color: #525252;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  outline: none;
  margin: 0 15px;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #c73841;
  border-bottom: solid orange;
}

.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: orange;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 8px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
}

@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: 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: "Montserrat", sans-serif;
}

#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: orange;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: orange;
}

#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;
}


.nivo-caption::after{
	background: transparent;
}

/**************/
.section-header h3 {
    font-size: 32px;
    color: #c73841;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}
#product {
    background: #fff;
    background-size: cover;
    padding: 60px 0 40px 0;
}
#product .img-fluid {
    width: 100%;
}
ul#portfolio-flters {
    list-style: none;
    margin-bottom:30px;
    padding: 0;
    text-align: center;
}


ul#portfolio-flters li:after {
    content: "/";
    margin: 0 15px;
    color: #333;
}

ul#portfolio-flters li:last-child:after {content: "";margin: 0;}

ul#portfolio-flters li.filter-active {
    color: #c73841;
}

ul#portfolio-flters li {
    font-size: 20px;
    color: #212529;
    display: inline-block;
    cursor: pointer;
}

.portfolio-wrap {
    background: black;
    position: relative;
}

.portfolio-wrap:hover img {
    opacity: 0.4;
    transition: 0.3s;
}

a.link-preview {position: absolute;color: orange;background: #fff;width: 40px;height: 40px;margin: 0 auto;text-align: center;line-height: 40px;font-size: 20px;border-radius: 40px;left: 0;right: 0;top: 50%;transition: 0.2s linear;opacity: 0;}

.portfolio-wrap h4 a {
    top: 50%;
    position: absolute;
    text-align: center;
    width: 100%;
    transition: 0.2s linear;
    color: #ffffff;
    opacity: 0;
}

.portfolio-wrap:hover h4 a {
    top: 40%;
    opacity:1;
}

.portfolio-wrap:hover a.link-preview {
    top: 60%;
    opacity:1;
}

/***********/
#about {
    background: #fffbee;
    background-size: cover;
    padding: 60px 0 40px 0;
}
#about h2 span {
    color: #c73841;
}

#about h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
    color: orange;
}
/*************/
#contact {
    background: #fff;
    background-size: cover;
    padding: 60px 0 40px 0;
}
.contact-info {
    position: relative;
    padding: 13px 0 4px 113px;
}

.contact-info h3 {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: bold;
    margin-top: 5px;
} 
.contact-info i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: orange;
    font-weight: bold !important;
    border: solid;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 0;
    transition: ease-in-out 0.3s all;
}
.contact-info:hover i {
    background: orange;
    color: #fff;
}
.contact-info i:before {
    font-weight: bold;
} 	
/**************/
.footer {
    padding: 110px 0 190px;
    background-color: #fff;
    position: relative;
}
.footer:before, .footer:after {
    width: 50%;
    top: 0;
    bottom: 0;
    display: block;
    content: '';
    background-size: 100% !important;
    position: absolute;
}
.footer:before {
    background: url(../img/footer_sask.png) no-repeat right bottom;
    left: 0;
}
.footer:after {
    background: url(../img/footer_toronto.png) no-repeat 0 bottom;
    right: 0;
}
.footer::before, .footer::after {
    background-size: 120% !important;
}

.footer-bottom {
    padding: 150px 0 95px;
    position: relative;
    background-color: #000;
    z-index: 1;
}
.ft-mid {
    position: absolute;
    left: 0;
    right: 0;
    width: 320px;
    margin: 0 auto;
    top: -130px;
    text-align: center;
    color: #fff;
}
.ftsocial {
    position: relative;
    width: 275px;
    margin: 0 auto 40px;
    height: 244px;
}
.ftsocial a {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    z-index: 10;
    border: solid 1px #ccc;
    background: #fff;
    line-height: 40px;
    border-radius: 40px;
    color: #666;
    font-weight: bold;
} 	
.ftsocial a:hover {
    color: orange;
}
.ftsocial a.fb{
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
} 
.ftsocial a.utube{
	
	top: 108px;
	left: 0;
} 
.ftsocial a.twit{
	
	top: 41px;
	left: 24px;
} 
.ftsocial a.in{
	top: 41px;
	right: 24px;
} 
.ftsocial a.inst{
	/* background: url(../images/ft_inst_icon.png) no-repeat 0 0; */
	top: 108px;
	right: 0;
} 
.ft-circle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 223px;
    height: 223px;
    display: block;
    background: url(../img/ft_circle.png) no-repeat 0 0;
    margin: 0 auto;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    -ms-animation: spin 4s linear infinite;
    -o-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.ftsocial img {
    margin: 79px auto;
    position: relative;
    z-index: 1;
    width: 120px;
    border-radius: 20px 20px 0 0;
}
.ft-mid p strong {
    color:#fff;
	font-size: 18px;
    display: block;
}

@media (max-width: 768px) {
	ul#portfolio-flters li {
    font-size: 16px;
}
.section-header h3, #about h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
#product, #about, #contact{
	padding: 30px 0;
}
#about h2 {
    margin-top: 30px;
    text-align: center;
}
.contact-info i {
    line-height: 60px;
    width: 60px;
    height: 60px;
    font-size: 35px;
}
.contact-info {
    padding-left: 75px;
}
.contact-info h3 {
    font-size: 18px;
}
.footer{
	padding:90px;
}
}