html {
  font-size: 1rem;
}

@include media-breakpoint-up(sm) {
  html {
    font-size: 1.2rem;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 1.4rem;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 1.6rem;
  }
}

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;    
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #666;
    background: #fff;
    text-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #333;
    margin-top: 0px;
    margin-bottom: 0px;
}

h1 {
    font-size: 3rem;
}

h3 {
    font-size: 2rem;
}

header {
    position: fixed;
    display: inline-block;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 0.5s ease-in-out;
}

header .header-top {
    position: absolute;
    width: 100%;
    color: #fff;
    font-weight: bold;
}

header .header-top .call-us {
    padding-top: 5px;
}

header .navbar {
    padding: 1.2rem;
    background: #fff;
    top: 50px;
}

header .navbar-brand {
    position: relative;    
}

header .navbar-brand span {
    position: absolute;
    left: 50px;
    top: 12px;    
}

header .navbar-brand img {
    height: 40px;
}

header .navbar-brand span {
    font: bold 22px Trajan Pro, Arial, Helvetica, sans-serif;    
    text-transform: uppercase;
    color: #808080;
}

header .navbar-brand label {
    color: #63a726;
}

header .navbar-expand .navbar-nav > li {
    margin: 0 30px 0 0;
}

header .navbar-expand .navbar-nav > li > a {
    position: relative;
    color: #707070;
    background: none;
    box-shadow: none;
    font-size: 1.1rem;
}

header .navbar-expand .navbar-nav > li.active > a::before,
header .navbar-expand .navbar-nav > li > a:hover::before {
    width: 100%;
}

header .navbar-expand .navbar-nav > li > a::before {
    background: #ea6928;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 0;
    transition: all 0.3s ease-out 0s;
}

header .navbar-expand .navbar-nav > li > a.dropdown-toggle:hover::before {
    width: 0;
}

header.menu-sticky .navbar {
    top: 0;
    padding: .5rem 1rem;
}

header.menu-sticky {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.btn-outline-quote {
    border: none;
    background: #fff;
    color: #333;
    padding: 12px 36px;
    font-size: 1.1rem;    
}

.btn-outline-quote:active, .btn-outline-quote:hover {
    border: none;    
    color: #fff;
    background-color: #4ac4f3;
    border-color: #4ac4f3;
}

section#home {
    position: relative;
    height: 100%;
    padding: 100px 0 0;    
    background: url(/images/bg01.jpg);
    background-attachment: fixed !important;    
}

.home-over:before {
    position: absolute;
    top: 0;    
    left: 0;
    width: 100%;    
    height: 100%;
    content: "";
    background: rgba(131, 167, 38, 0.9);
}

section#home .banner {
    position: relative;
    margin-top: 10%;
    margin-bottom: 100px;
}

section#home .banner,
section#home .banner h1 {
    color: #fff;
}

section#home:after {
    display: inline-block;
    position: absolute;    
    left: 0;
    bottom: -2px;    
    width: 100%;
    height: 78px;
    content: "";
    background: url(/images/wave.png) no-repeat 0 0;
    background-size: cover;
}

section#home .banner h1 {
    font-size: 4rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
}

section#home .banner p {
    padding-top: 1rem;
    margin-bottom: 2rem;
}

section#home img.collect {
    position: absolute;
    top: 60px;
    z-index: 1;    
}

.info-block {
    padding: 100px 0;
}

.heading-title, .heading-title-white
{
    margin-bottom: 80px;
    text-align: center;
}

.heading-title h3, .heading-title-white h3
{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.heading-title h3:before, .heading-title-white h3:before
{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 4px;
}

.heading-title h3:before
{
    background: #63a726;
}

.heading-title-white h3, .heading-title-white p
{
    color: #fff;
}

.heading-title-white h3:before
{
    background: #fff;
}

.heading-title p, .heading-title-white p
{
    padding: 0 80px;
    display: block;
    margin-bottom: 50px;
}

.box-work {
    position: relative;    
    border: 1px solid #f7f7f7;
    padding: 50px 20px;
    margin-bottom: 20px;
    
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}

.box-work .box-step-number {
    position: absolute;
    top: 40px;
    font-size: 20px;
    background: #ffffff;
    border-radius: 100px;
    border: 1px solid #f7f7f7;
    color: #63a726;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

.box-work .box-step {
    background: #dfeeb6;
    height: 100px;
    width: 100px;
    border-radius: 100px;
    text-align: center;    
}

.box-work .box-step i {
    font-size: 40px;
    color: #63a726;
    line-height: 100px;
    /*vertical-align: middle;*/
    /*margin-top: 30%;*/
}

.box-work h5 {
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 25px;
    text-transform: uppercase!important;
}

.box-work .box-text {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    color: #707070;
}

section#service {
    position: relative;
    background: url(/images/bg02.jpg);
    background-attachment: fixed !important;    
}

.service-over:before {
    position: absolute;
    top: 0;    
    left: 0;
    width: 100%;    
    height: 100%;
    content: "";
    background: rgba(131, 167, 38, 0.9);
}

section#contact {
    position: relative;
}

section#contact .get-in-touch {
    position: relative;
    z-index: 9;
    background: #fff;
    padding: 30px 30px;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);    
}

section#contact h4{
    margin-bottom: 1rem;
}

section#contact iframe {
    position: absolute;
    top: 0;
    left: 0;
    border: 0px;
    width: 100%;
    height: 550px;    
    z-index: 1;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);    
}

.footer-copyright {
    text-align: center;
}
