/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v6-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Montserrat-Regular'),
       url('../fonts/montserrat-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v6-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
body{
	font-family: 'Montserrat', sans-serif;
}
.navbar-inverse{
	background:#fff;
	border-color: #136a01;
	border-width: 0 0 4px;
	border-radius:0;
	margin-bottom:0;
}
.navbar-brand{
	padding:7.5px 15px;
	height:auto;
}
.navbar-brand img{
	height:40px;
}
.navbar-right{
	padding:7.5px 0;
}
.navbar .navbar-collapse .navbar-nav li.active a{
	color:#166e04;
}
.navbar .navbar-collapse .navbar-nav li a {
    color: #609e99;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 15px !important;
	background:none;
    text-align: center;
	letter-spacing:-1px;
}
.navbar .navbar-collapse .navbar-nav li a:hover{
	background:none;
	color: #166e04;
	text-decoration:none;
}
.carousel-inner{
	height:750px;
}
.item img{
	width:100%;
}

/* who we are */
.about {
    padding: 40px 0;
    padding-bottom: 0px;
}
.section-title{
	margin-bottom:20px;
}
.section-title h3{
	color: #071901;
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: normal;
}
.block{
	padding:35px 0px 65px 0px;
	line-height: 1.6em;
}
.block .brand{
	margin-bottom:100px;
}
.block .brand, .block .brand img, .block .brand a{
	-webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.block .brand:hover img{
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.block .brand:hover a{
	text-decoration:underline;
}
.block .brand img{
	margin:0 auto 10px;
	height:200px;
}
.block .brand h4{
	color: #136a01;
    letter-spacing: 1px;
    font-weight: 400;
	text-transform:uppercase;
}
.block .brand p{
	margin-bottom:10px;
	color:#071901;
}
.block .brand a{
	color:#c639b5;
}

/* clients */
.client {
	padding: 50px 0;
    background-color: #28532a;
    text-align: center;
    background-image: url(../img/intro-bg.png);
    background-size: cover;
}
.client h3{
	font-size: 32px;
    line-height: 48px;
	color: #fff;
}
.testimonials .container{
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
.testimonial .testimonial-img {
  float: left;
  margin-right: 30px;
  position: relative;
}
.testimonial .testimonial-img:after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #1a9201;
  position: absolute;
  bottom: 5%;
  left: 5%;
}
.testimonial .testimonial-img:before {
  font-family:'Montserrat', sans-serif;
  content: '\201C';
  font-size: 40px;
  position: absolute;
  bottom: 1%;
  left: 12%;
  z-index: 99;
  color:#fff;
}
.testimonial .testimonial-img img {
  border-radius: 50%;
}
.testimonial blockquote {
  border-width: 0;
  text-align:left;
  color:#fff;
}
.testimonial blockquote p {
  font-weight:normal;
  font-family:Georgia, "Times New Roman", Times, serif;
  letter-spacing:1px; font-style:italic
}
.testimonial blockquote footer,
.testimonial blockquote small,
.testimonial blockquote .small {
  color: #fff;
}
.testimonials-carousel {
  margin: 0 auto;
  padding-bottom:20px;
}
.testimonials-carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.testimonials-carousel ul li {
  margin: 0;
  padding: 0;
  display: block;
}

/* footer */
.site-footer{
	background-color: #071901;
    padding: 40px 0;
    color: #fff;
    font-size: 13px;
	border-top: 4px solid #136a01;
}
.site-footer p{
	margin:0;
	display:block;
	float:left;
}
.other-links{
	float:right;
}
.other-links li{
	float:left;
	display:inline;
	padding:0 10px;
}
.other-links li a, .contact-links li a{
	color:#fff;
	text-decoration:none;
}
.other-links li a:hover, .contact-links li a:hover{
	color:#136a01;
}
.contact-links{
	display:block;
	float:left;
	margin-bottom:20px;
}
.contact-links ul{
	padding: 0;
    margin: 0;
}
.contact-links li{
	float:left;
	display:inline;
	padding:0 10px;
}

/* Dropdown Button */
.dropbtn {
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
}

/* Links inside the dropdown */
.navbar .navbar-collapse .navbar-nav .dropdown-content li a, .dropdown-content li a {
    padding: 12px 16px;
    display: block;
	text-align:left;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #c0c0c0;
}