.header {
    color: #73b734;
    background: rgba(255, 255, 255, .9) none repeat scroll 0% 0%;
    border-bottom: solid 2px #73b734;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);    
}

.header .main-nav .nav .nav-item.tel {
  background-color: #665FAB;
  transition: background 0.2s ease-in-out 0s;
}

.header .main-nav .nav .nav-item.tel:hover{
  background-color: #73b734 ;
}

.header .main-nav .nav .nav-item.tel > a {
  color:#fff;
}

.header .main-nav .nav .nav-item.tel > a:hover {
  color:#fff;
}

.header .main-nav .nav .nav-item.active > a {
  color: #73b734;
}

.header .main-nav .nav .nav-item a {
    color: #394049;
}

.header .main-nav .nav .nav-item a:hover {
    color: #73b734;
}

.header .main-nav .nav .dropdown-menu {
    background: #394049 none repeat scroll 0% 0%;
}

.header .main-nav .nav .dropdown-menu:before {
	border-bottom: 10px solid #394049;
}

.header .main-nav .nav .dropdown-menu a {
    border-bottom: 1px solid #9c9fa4;
    color: #fff;
  }

.header .main-nav .nav .dropdown-menu a:hover {
    background: #1d2025 none repeat scroll 0% 0%;
    color: #73b734;
}

.header .main-nav .navbar-toggle .icon-bar {
    background-color: rgba(115, 183, 52, 0.6);
}

.header .main-nav .navbar-toggle:hover .icon-bar {
    background-color: rgba(115, 183, 52, 1);
}

.header span.logo {
  margin-top: 0;
  margin-bottom: 0;
  float: left;
 
}

.home .about {
  margin-bottom:20px;
  padding-top:20px;
  padding-bottom:10px;
  background: rgba(0, 0, 0, 0.03) none repeat scroll 0% 0%;
  border-bottom: solid rgba(93, 154, 38, 0.2) 1px;
}

.home .about .title {
  font-weight: normal;
  color:#394049;
  margin-bottom: 20px;
}

.home .about .tab-pane {
   background: #fff;
   padding:30px;
   border-bottom: 1px solid #DDD;
   border-left: 1px solid #DDD;
   border-right: 1px solid #DDD;
   font-size:14px;
   border-bottom-left-radius: 5px;
   border-bottom-right-radius: 5px;
  
}

.home .about .tab-content {
    margin-bottom:10px;
}

h4 {
  font-size:20px;
}

.home-promo .title .middle {
    color: #73b734;
}

a.btn-cta-primary, .btn-cta-primary, a.btn-cta-secondary, .btn-cta-secondary {
    background: #665fab none repeat scroll 0% 0%;
}

a.btn-cta-primary:hover, .btn-cta-primary:hover, a.btn-cta-secondary:hover, .btn-cta-secondary:hover {
    background: #333056 none repeat scroll 0% 0%;
    color:#73b734 !important;
}

#contactModalLabel, .section .title {
	color:#665FAB;
    
}

#contactModalLabel span, .section .title span {
	color:#3a414a;
}

.breadcrumbsWrap {
  background-color: #73B734;
  height:50px;
  background-image: url('../images/background/home_banner_80.png') !important;
  background-position: center !important;
  background-repeat: repeat !important;  
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);   
}

.breadcrumbs {
  margin-top:0px;
  color:#fff;
  line-height:50px;
  padding-left:33px;
}

.breadcrumbs a {
    color: #FFF;
}

.breadcrumbs a:hover {
    color: #665fab;
}

.generalContent {
	padding: 50px 0px 0px;
  min-height: 100vh;
}

/* .home .title {
    color: #665fab;
}
 */
.latest-work {
    padding: 52px 0px;
}

.latest-work.section {
	padding-bottom: 0px;
}

.latest-work .owl-wrapper {
	background-color: #73b734;
}


.latest-work .item .figure-container a {
    border-right: solid 2px #FFF;
}


.latest-work .item .content .project-title {
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
	font-size: 1.75em;
	width: 100%;
	text-align: left;
	margin-bottom: 25px;
	padding-bottom: 25px;	
}

.latest-work .item {
	background-color: #73b734;
	-webkit-box-shadow: inset 0px 0px 100px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 0px 100px 0px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 100px 0px rgba(0,0,0,0.3);	
}

.latest-work .item .content .link a:hover {
    color: #665fab;
}
.latest-work .item .content .link a {
    color: #fff;
}

.latest-work .item .content .link .fa {
	color:#fff;
}

.latest-work .item.item-1 .figure-container a, .latest-work .item.item-2 .figure-container a, .latest-work .item.item-3 .figure-container a {
    /*background: #65758E url("../images/work/work-example-2.1.jpg") no-repeat scroll 50% 50% / cover;*/
    background: none;
    opacity: 1;
    cursor: default;
}

.latest-work .owl-theme .owl-controls {
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    top: 5px;
    right:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #fff;   
}

.latest-work .owl-theme .owl-controls {
    background-color:rgba(255, 255, 255, 0.5);
    max-height: 23px;
}

.latest-work .item .content {
	padding-top:80px;
}

.latest-work .item .content .meta li { margin-bottom: 25px;}

.latest-work .item .content .owlBtnGroup {
	display:inline-block;
	width:100%; 
	padding-top:30px;
}
a {
    color: #5CBBDB;
    transition: all 0.2s ease-in-out 0s;
}
.home {
  padding: 50px 0px 0px;
}

.home .banner {
  background:rgb(115, 183, 52);
  min-height:200px;
  background-image: url('../images/background/home_banner_160.png') !important;
  background-position: center !important;
  background-repeat: repeat !important;
  color:#fff;
  /*margin-bottom:20px;*/
  border-top:solid 2px #000;
}

.home .banner .title {
  color:#fff;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
  font-weight:normal
}

.home .title {
  font-size: 36px;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 30px;
}
.home .intro {
  margin: 0 auto;
  max-width: 700px;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  color:#fff;
}
.home .benefits .item {
  font-size: 16px;
  margin-bottom: 60px;
}
.home .benefits .item .fs1 {
  font-size: 36px;
  color: #65758e;
}
.home .benefits .item-inner {
  padding: 30px 30px 20px;
  background: rgba(94, 154, 38, 0.2) none repeat scroll 0% 0%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);     
}
.home .benefits .sub-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  color: #505c70;
}
.home .benefits .desc {
  color: #65758e;
}


#topcontrol {
    background: #73b734 none repeat 
}

#topcontrol:hover {
    background: #96c967 none repeat 
}

.footer .footer-content {
	background: #4c4780 none repeat scroll 0% 0%;
	border-top: solid 4px #394049;
  color: rgba(255, 255, 255, 0.8);
  padding: 0px;
  padding-bottom: 15px;
}

.footer .footer-content a:hover {
    color: #FFF;
    text-decoration: none;
}

.footer .bottom-bar {
	background: #333056 none repeat;
  border-top: 1px solid #FFF;
  color: rgba(255, 255, 255, 0.8);
}

.footer .footer-content ul .subList {
	margin-left: 30px;
}

.footer .footer-content ul .subList li {
    margin-bottom: 0;
}

a[href="contact"].btn-cta {
  margin: 30px 0px 30px 0px;
  float:right;
}

span.highLight {
color: #665fab;
font-size: 16px;
}

.intro {
    /*margin: 0 auto;
    max-width: 700px;*/
    font-size: 18px;
    color: #65758e;
    margin-bottom: 30px;
    font-weight: 300;
}

p.subPara {
margin: 0 auto;
max-width: 90%;
text-align: justify;
padding: 0px 0px 10px;
color: rgba(0, 0, 0, .45);
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
	.header.navbar-fixed-top .navbar-collapse .nav .nav-item a {
		color:#fff;
	}

	.header.navbar-fixed-top .navbar-collapse .nav .nav-item a:hover {
		color:#73b734;
		background: #1d2025 none repeat scroll 0% 0%;
	}

	.header.navbar-fixed-top .navbar-collapse .nav .active.nav-item a {
		color:#73b734;
	}

	.header.navbar-fixed-top .navbar-collapse {
		top:52px;
	}

	.latest-work .item .content {
		padding-top:0px;
	}

	.latest-work .item .figure-container a {
	    border-right: none;
	    border-bottom: solid 2px #FFF;
	}	
}

@media (max-width: 360px) {
 
  .home .about .nav-tabs a {
    font-size:14px;
    padding-right:10px;
    padding-left:10px;
  }

}

.menLogo {
	height:40px; margin-top:5px;margin-bottom:5px;
}

#form-messages {
  display: none;
  text-align: center;
}

.team .item .item-inner {
    padding: 30px 30px 20px;
}

.team .item .info {
    margin-bottom: 0px;
}

.benefits a.fa-3x {
  margin-bottom:0px;
  color: rgb(255, 255, 255);
  border-radius: 30%;
  background: #665FAB none repeat scroll 0% 0%;
  padding:20px;
  -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.2);
  box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.2);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(0,0,0,0.2);
  font-size: 3em;
}

.benefits a.fa-3x:hover {
  /*margin-bottom:-2px;
  padding:21px;*/
transform: perspective (200px) rotateX( -45deg );     
  color:#fff;
  /*border-radius:5px;*/
  -webkit-box-shadow:  0px 0px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow:  0px 0px 10px 0px rgba(0,0,0,0.2);
  box-shadow:  0px 0px 10px 0px rgba(0,0,0,0.2);  
  background: #73B734  none repeat scroll 0% 0%;
  text-decoration: none;
}

.fa-3x.para {
  float: left;
  margin: 5px 30px;
  color: rgba(97, 162, 36, 0.3); 
}

.benefits .sub-title {
  min-height: 40px;
}

.benefits p {
  min-height: 70px;
}

.benefits a{
  color:#665FAB;
}

.benefits a:hover{
  color:#73B734;
}

.home h1.title {
   margin-bottom: 30px;
   font-weight: normal;
}

h2.title {
  margin-bottom: 30px;
}

.partner  h4.topTitle {
  margin-top:0px;
}

h4.sub-title {
    margin-bottom: 30px;
    margin-top: 30px;
}

h3,h4 {
  color:#73B734;
  margin-bottom: 20px;
}

h5 {
  color:#665FAB;
  font-size:16px;
}

.partner ul li {
  margin:10px;
  color:rgb(130,130,130);
  font-size: .8em;
}

.olSpaced li,.olSpaced li strong {
  margin-bottom: 20px;
}

.img-bordered {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0,0.15);
}

.Signika {
    font-family: 'Signika', sans-serif;
}

.home.section .banner .container {
    display:none;
}

h2.Signika {
    color:#323e48;
    margin-bottom: 25px;
    margin-top: 25px;
}

h2.Signika span{
    color: #fff;
    font-weight: bold;    
}

.innerCol {
    padding-left: 0px;
}

ul.reduced {
    font-size:13px;
    color: rgba(0, 0, 0, 0.5);
    
}

ul.reduced li {
    margin-bottom: 10px;
}

ul.reduced li .fa {
    margin-right:5px;
    color: rgb(102, 95, 171);
    font-size:16px;
}

.content-section.about-us,
.content-section.small-business {
    font-size:14px;
    margin-bottom:20px;
}

.content-section.about-us .small,
.content-section.small-business .small {
    font-size: 12px; 
}
.content-section.about-us dt,
.content-section.small-business dt {
    font-style: italic;
    color: rgb(102, 95, 171);
}

.content-section.about-us dd,
.content-section.small-business dd {
    margin-bottom:20px;
    margin-left:20px;
    font-size:12px;
}

.content-section.about-us hr,
.content-sectionsmall-business hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgba(102, 95, 171, 0.2);
}

.content-section.about-us .smallOffset,
.content-section.small-business .smallOffset{
    margin-top: 5px;
    font-size: 12px;
    padding: 40px 20px 5px 20px;
    /*border: solid 2px #665fab;
    background: #61a224;*/
    border-radius: 10px;

    color:rgba(0,0,0,.5);
    position:relative;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.4);    
}
.content-section.about-us .smallOffset span,
.content-section.small-business .smallOffset span {
    display:block;
    font-size:16px;
    position:absolute;
    left:15px;
    top:10px;
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 35px;
    padding-left: 0;
    text-align: right;
    border-right: 3px solid rgba(97, 162, 36, 0.30);
    border-left: 0;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: 5px solid #eee;
}

.row.rowShaddow{
    -webkit-box-shadow:  0px 30px 50px -50px rgba(0,0,0,0.75);
    -moz-box-shadow:  0px 30px 50px -50px rgba(0,0,0,0.75);
    box-shadow: 0px 30px 50px -50px rgba(0,0,0,0.75); 
    margin-bottom:40px;
    padding-bottom:60px;  
}

h1.title {
    font-size: 1.5em;
    border-bottom: solid 1px RGBA(203, 209, 218, 0.7);
    margin-bottom:20px;
    padding-bottom:20px;
}