/*GRADIENTS*/
#menu a.navbar-brand {min-height: 165px}
.nav {padding-top: 55px}
#menu.navbar-default .navbar-nav > li > a:after {background: linear-gradient(to right, #0c6103 0%, #0d7902 100%);}
#menu.navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:hover:after, .navbar-default .navbar-nav > .active > a:focus:after  {background: linear-gradient(to right, #0c6103 0%, #0d7902 100%) !important;}
.intro h1 span {color: #0c6103;}
#header .btn-custom { background-color: #0c6103;background: linear-gradient(to right, #0c6103 0%, #0d7902 100%);}
#services, #contact {background: linear-gradient(to right, #0c6103 0%, #0d7902 100%);}
#services i.fa {background:none;box-shadow:none; border: 2px solid #fff;}
#about h2::after,.section-title h2::after {background: linear-gradient(to right, #0c6103 0%, #0d7902 100%);}
#about .about-text li:before {color: #0c6103;}
#portfolio .hover-bg .hover-text {background: linear-gradient(to right, rgba(34,149,69,0.8) 0%, rgba(128,195,65,0.8) 100%) }
#contact .form-control {border-radius: 5px;border: 2px solid #fff;background-color: transparent; color: #fff;}
#contact .social i.fa {font-size: 45px;width: 80px;height: 80px;padding: 20px 0;}

/*FOOTER*/
#google-map {position: relative;width: 100%;height: 450px;}
.bizcre8 p {text-align: right;font-size: 15px !important}
.bizcre8 a {color: #0d7902 !important;}
.bizcre8 a:hover {color: #0c6103 !important;}


@media only screen and (max-width: 480px) {
  .copyright {text-align: center;}
  .bizcre8 p {text-align: center;}
  .nav {padding-top: 0px}
}
