/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
#main {
  padding: 0 !important;
}
/*===== ACTIVE MAIN MENU BUTTON BAR =====*/
.fusion-bottombar-highlight::after{
	border-radius: 20px;
}

/*===== AHEADER BORDER BOTTOM =====*/
body:not(.fusion-header-layout-v6) .fusion-header {
  border-bottom: #E1E1E1 solid 1px;
}

/*===== HERO SECTION =====*/
#hero{
  width: 100%;
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  margin-top: 50px;
}

#hero .bg-cleaning{
  width: 100%;
  padding-top: 280px;
  display: inline-block; 
  position: absolute;
}

#hero .bg-building{
  width: 100%;
  height: auto;

}


#hero .hero-container{
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}
#hero h1{
  margin: 0 0 30px 0;
  font-size: 48px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #1E1E1E;
}
#hero h2{
  font-size: 48px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #1E1E1E;
}
#hero p{
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  width: 38%;
  color: #7E7E7E;
}
.book-appointment{
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: inline-block;
  width: 299px;
  height: 64px;
  padding: .375rem .75rem;;
  border-radius: 100px;
  background-color: #328BDD;
  color: #FFFFFF;
  border: none;
}
.fa-arrow-right{
  padding: 12px;
  color: #FFFFFF;
  background: #FFD600;
  border-radius: 200px;
}