/*
  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-alpha {
  color: #838384;
  transition: 0.5s;
}

.a-alpha:hover, .a-alpha:active, .a-alpha:focus {
  color: white;
  outline: none;
  text-decoration: none;
}

.b-alpha {
  padding: 0;
  margin: 0 0 30px 0;
}


.p-alpha {
  padding: 0;
  margin: 0 0 30px 0;
}

.h1-alpha, .h2-alpha, .h3-alpha, .h4-alpha {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top-alpha {
  position: fixed;
  display: none;
  background: #8FC640;
  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-alpha i {
  padding-top: 12px;
  color: #fff;
}

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


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header-menus {
  background: rgba(0, 0, 0, 0.9);
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header-menus.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
  z-index: 12;
}

#header-menus #logo-alpha {
  float: left;
}

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

@media (min-width: 701px) {
  #header-menus #logo-alpha {
    padding-left: -10px;
  }
}

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

#header-menus #logo-alpha .h1-alpha .a-alpha, #header-menus #logo-alpha .h1-alpha .a-alpha:hover {
  color: #fff;
  padding-left: 10px;
  // border-left: 4px solid #8FC640;
}

#header-menus #logo-alpha .img-alpha {
  padding: 0;
  margin: 0;
}

@media (max-width: 1098px) {
  #header-menus #logo-alpha .h1-alpha {
    font-size: 28px;
  }
  #header-menus #logo-alpha .img-alpha {
    max-height: 40px;
  }
}

/*--------------------------------------------------------------
# Intro-alpha Section
--------------------------------------------------------------*/
#intro-alpha {
  display: table;
  width: 100%;
  height: 100vh;
  background: #000;  
}

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

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

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

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

#intro-alpha .h2-alpha {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

#intro-alpha .btn-get-started-alpha {
  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: #8FC640;
}

#intro-alpha .btn-get-started-alpha:hover {
  background: #fff;
  color: #8FC640;
}

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

.nav-menu-alpha .ul-alpha {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

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

.nav-menu-alpha > .li-alpha {
  float: left;
}

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

.nav-menu-alpha .ul-alpha .ul-alpha {
  top: 0;
  left: 100%;
}

.nav-menu-alpha .ul-alpha .li-alpha {
  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-alpha .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container-alpha {
  float: right;
  margin: 0;
}

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

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

@media (max-width: 962px) {
  .li-alpha-close{
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu-alpha .a-alpha {
  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-alpha .li-alpha:hover > .a-alpha, .nav-menu-alpha > .menu-active-alpha > .a-alpha {
  color: #8FC640;
}

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

@media (min-width: 841px) {
  .nav-menu-alpha > .li-alpha {
  margin-left: 10px;
  }
}

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

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

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

.nav-menu-alpha .ul-alpha .li-alpha:hover > .a-alpha {
  color: #8FC640;
}

.nav-menu-alpha .ul-alpha .ul-alpha {
  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;
}

@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: #8FC640;
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul .li-alpha {
  position: relative;
}

#mobile-nav ul .li-alpha .a-alpha {
  color: #343B2F;
  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;
}



.div-class-display-onoff{
	display: none;
}

.span-mobile-vision-off{
	display: block;
}


@media (max-width: 768px) {

	.div-class-display-onoff {
		display: block;
	}
	
	.span-mobile-vision-off{
		display: none;
	}
	
	#mobile-nav ul .li-alpha .img-icon-frame {

    font-size: 4.85px;
	padding-right: 14px;
	padding-left: 3px;
	width: 9em;
	display: inline;
	vertical-align: middle;
  }
  
}



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

#mobile-nav ul .li-alpha .li-alpha {
  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: #8FC640;
}

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

#mobile-nav ul .menu-item-active {
  color: #8FC640;
}

#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-alpha .h3-alpha {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header-alpha .h3-alpha::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

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

.section-header-alpha .p-alpha {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

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

/* Featured Services Section
--------------------------------*/
.featured-services-alpha {
  background: #000;
}

.featured-services-alpha .box-alpha {
  padding: 30px 20px;
}

.featured-services-alpha .box-bg {
  background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}

.featured-services-alpha i {
  color: #8FC640;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

.featured-services-alpha .h4-alpha {
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
}

.featured-services-alpha .h4-alpha .a-alpha {
  color: #fff;
}

.featured-services-alpha .h4-alpha .a-alpha:hover {
  color: #8FC640;
}

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



/* Services Section
--------------------------------*/
#services {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
}

#services .box-alpha {
  margin-bottom: 30px;
}

#services .icon {
  float: left;
}

#services .icon i {
  color: #8FC640;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#services .title-alpha {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title-alpha .a-alpha {
  color: #111;
}

#services .box:hover .title-alpha .a-alpha {
  color: #8FC640;
}

#services .description-alpha {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}


/* Clients-alpha Section
--------------------------------*/
#clients-alpha {
  padding: 60px 0;
}

#clients-alpha .img-alpha {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients-alpha .img-alpha:hover {
  opacity: 1;
}

#clients-alpha .owl-nav, #clients-alpha .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients-alpha .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients-alpha .owl-dot.active {
  background-color: #8FC640;
}







