* {
  -webkit-transition: all 0.5s ease;
  -moz-transition:    all 0.5s ease;
  -ms-transition:     all 0.5s ease;
  -o-transition:      all 0.5s ease;
  font-family: 'Open Sans', Helvetica, sans-serif;
}

body, html {
    margin: 0;
    height: 100%;
}

img{
  max-width: 100%;
  max-height: 100%;
}

.colored-text{
	color: #6B8152;
}

p{
	font-size: 18px;
}

/*HEADER*/
#top-bar {
    background: #6B8152; /*Change background color*/
    color: #333;
    font-weight: 500;
    padding: 10px 0 10px 0;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    display: flex;
    align-items: center;
}

#top-bar  p{
	font-size: 20px;
	padding: 0 7px;
	color: #fff;
	font-weight: 700;
}
#top-bar  i{
	font-size: 15px;
	padding: 0 7px;
	color: #fff;
}

#top-bar  i:hover{
	font-size: 20px;
	padding: 0 7px;
	color: #fff;
	cursor: pointer;
}

#top-bar a{
	color: #fff;
}

header{
  background-color: #fff;
  color: #333;
  display: flex;
  align-items: center;
}

.logo{
  font-size: 35px;
  text-decoration: none;
  color: #333;
}

.logo:hover{
  font-size: 35px;
  text-decoration: none;
  color: #6B8152;
}

.title{
  color: #6B8152;
}


header{
    padding: 20px 0!important;
    background-color: #ffffff;
}

header a.logo:hover {
    text-decoration: none;
}

header .menu ul {
    list-style-type: none;
    float: right;
    padding: 11px 0;
    margin: 0;
}

.navbar-collapse{
	color: #333;
}

.navbar-header{
	color: #333;
}

#main-menu a{
	background: red;
}

#main-menu a:hover{
	background: #06578c;
}

header .menu ul li {
    float: left;
    margin-right: 30px;

}

header .menu ul li:last-of-type {
    margin: 0;
}

header .menu ul li a {
    font-size: 17px;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    transition: all .3s ease-out;
    margin-top: 20px;
}

header .menu ul li a:hover {
    text-decoration: none;
    color: #6B8152;
    transition: all .3s ease-out
}

header .menu ul li a.current {
    font-weight: 700;
    color: #6B8152;
}

.navbar{
	background-color: #6B8152;
	color: #fff!important;
	min-height: 60px;
}

.float-right{
	text-align: right;
}

.navbar a{
	color: #fff;
}

.navbar a:hover{
	text-decoration: none;
}

.navbar li{
	padding: 5px 0;
	list-style-type: none
}

.navbar li:hover{
	background-color: #145987;
}

h2{
  text-transform: uppercase;
  text-align: center;
}

.btn{
	border-radius: 0;
	padding: 10px 40px;
	font-weight: 500;
	font-size: 30px;
}

.btn-dark{
	background-color: #6B8152!important;
	font-weight: 600;
	color: #fff;
}

.btn-dark:hover{
	background-color: #444!important;
	font-weight: 600;
	color: #fff;
}

.btn-alt{
	background-color: #333!important;
	font-weight: 600;
	color: #fff;
}


.btn-alt:hover{
	background-color: #444!important;
	font-weight: 600;
	color: #fff;
}

/*BANNER*/
.banner{
  background-image: linear-gradient(0deg,rgba(89, 89, 89,0.3),rgba(89, 89, 89, 0.3)), url(../images/background_hero.jpg);
  min-height: 800px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  text-align: center;

}

.banner h2{
  color: #fff;
  font-size: 55px;
  font-weight: 700;
}

.banner p{
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.phone-number{
  text-decoration: underline;
}

/*BLOCKS*/
.block-content{
  margin: 100px 0 200px 0;
}

.block-content h2{
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 30px;
}

.blocks{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.top-block{
  background-color: #333;
  font-size: 25px;
  color: #fff;
  margin:0 10px;
  padding: 40px;

}

.bottom-block{
  background-color: #efeded;
  margin:0 10px;
  padding:20px;
}

.bottom-block p{
	  color: #333!important;
	  font-size: 16px;
}

.top-block p{
  margin-bottom: 0!important;
  color: #6B8152;
  font-weight: 700;
}


.home-dynamic{
	padding: 100px 0;
    color: #333;
    background-color: #f7f7f7;
}

.home-dynamic h2{
	text-align: left!important;
	color: #6B8152;
	font-weight: 700;
}

.home-image{
	background-image:linear-gradient(0deg,rgba(89, 89, 89,0.3),rgba(89, 89, 89, 0.3)), url(../images/landscape2.jpg);
	text-align: center;
	background-attachment: fixed;
	background-position: center center;
	padding: 100px 0;
	color: #fff;
}

.home-image h2{
	line-height: 45px;
}

ul {
    list-style: none;
}

.home-dynamic ul > li {
  background: url(../images/tick.png) no-repeat left center;
  padding: 10px 0 10px 34px;
}


.btn-banner{
	background-color: #6B8152;
	color: #fff
}

.btn-banner:hover{
	background-color: #333;
	color: #fff;
}

.cta{
	line-height: 35px;
}

.cta-bg {
    background-color: #333;
    padding: 50px;
    color: #ffffff;
    text-align: center;
    font-family: "open sans";
    font-size: 30px;
    font-weight: 600;
}

.cta-bg p{
	display: inline;
	padding-right: 10px;
	font-size: 30px!important;
}



.iframe{
	border: solid 3px #6B8152;
}

.sub-heading{
	color: #333;
}


.services-sec{
  background-color: #fff;
  line-height: 30px;
  padding: 60px;
}

.services-sec h2{
  color: #fff;
  padding: 40px;
}

.services-sec h3{
	text-align: center
}

.services{
  background-color: #fff;
  padding: 40px;
  width: 100%;
  min-height: 500px;
-webkit-box-shadow: -1px 17px 86px -17px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 17px 86px -17px rgba(0,0,0,0.75);
box-shadow: -1px 17px 86px -17px rgba(0,0,0,0.75);

}

.services i{
  padding: 40px;
}


.smaller-banner{
  background-image: url(../images/landscape2.jpg);
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position:  center;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
}

.smaller-banner h2{
  color: #fff;
  font-size: 55px;
  font-weight: 700;
}

.smaller-banner p{
  color: #6B8152;
  font-size: 25px;
  font-weight: 400;
}



/*ABOUT */
.about-sec{
  background-color: #F3F3F3;
  line-height: 30px;
  padding: 60px;
  color: #333;
}

.about-sec h2{
  text-align: left;
  color: #6B8152
}

.about-sec p{
  text-align: left;
  padding-bottom: 70px
}

.image-about{
  text-align: center;
  display: flex;
  align-items: center!important;
  left: 20%;
}

.image-about img{

  border-bottom: 10px solid #6B8152;
}


  .form{
    text-align: center;
  }
  form{
    background-color: #6B8152;
    padding: 40px;
    margin: 50px 0;
  }
  
  .address-contact{
    margin: 50px 0;
    text-align: left;
    line-height: 16px!important;
  }

  #message{
    min-height: 200px;
  }

  .contact-form{
  	text-align: center;
	  color: #fff
  }
  
  
  .gdpr-form{
	  text-align: left;
	  color: #fff;
	  font-size: 14px;
  }

  .contact-details {
    padding: 20px 0;
    border-top: 3px solid #333;
    background-color: #6B8152;
    text-align: left;
  }
  
.contact-details p{
	padding: 2px!important;
 }
  
  h3{
	  text-align: left;
  }

 .navbar-toggle span{
	  background: #333!important;
  }

  /*footer*/
  footer{
  	background-color: #fff; /*Change background color*/
  	padding: 40px 0;
  	color: #333;
  	text-align: left;
  	line-height: 16px!important;
  }

  footer a {
  	color: #6B8152
  }

  footer a:hover {
  	color: #6B8152;
  	text-decoration: underline;
  }



  footer h3{
  	font-weight: 400;
  	padding-bottom: 30px;
  }


  footer p{
  	font-size: 16px;
  	line-height:;
  	
  }

  #bottom-bar {
      background: #6B8152; /*Change background color*/
      color: #333;
      font-weight: 300;
      padding: 20px 0 8px 0;
      font-size: 14px;
      position: relative;
      overflow: hidden;
      z-index: 2;
      display: flex;
      align-items: center;
  }

  #bottom-bar p {
    font-size: 14px;
    font-weight: 700;
  }

  #bottom-bar a {
    text-decoration: underline;
    color: #333;
    font-size: 14px;
  }

  #bottom-bar a:hover {
    text-decoration: underline;
    color: #fff;
  }

  #bottom-bar a:hover {
      text-decoration: underline;
  }
  


.gallery{
	padding: 100px 0;
}

.home-intro{
	padding-top: 100px;
	text-align: center
}


.home-intro{
	padding-top: 100px;
	text-align: center
}
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 30px;