ul.social-icons a.white {
   color: #fff;
}
#pre-header i:before {
    color: #fff;
}
.iconcan:hover {
    color: #85BC30 !important;
}
@media (min-width: 1025px){
    body.header-6 .menu-header:not(.scroll-header) .navbar-default .navbar-nav > li > a:not(.btn).active:after {
        border-color: #85BC30;
    }
}
.green-text {
    color: #85BC30;
}

/* Main Page Services */
.rollover.effect-zoe figure figcaption {
    background: #1b1b1b;
    color: #fff;
}
.rollover.effect-zoe figure .description {
    color: #1b1b1b;
}
/* END Main Page Services */

img.grayscale {
  filter: url(filters.svg#grayscale);
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome & Safari 6+ */
}
img.grayscale:hover {
  filter: none;
  -webkit-filter: none;
}
.gc-pattern{
    background-image: url(../../../img/main-banner/greencode-main-banner.jpg);
    background-attachment: fixed; */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
footer#main-footer ul.border li {
    border-bottom-color: #3e3d3d;
    color: #ccc;
}
.form-minimal .form-control {
    border-bottom-color: #3e3d3d;
    background-color: transparent;
}
.cc-color{
    color:#009abe;
}
.cc-color:hover{
    color:#fff !important;
}
@media (min-width: 1025px)
.menu-header .nav > li .sub-menu a:not(.btn) {
    color: #999;
}
@media (min-width: 1025px)
.menu-header .nav > li .sub-menu a:not(.btn):hover {
    color: #999;
}
.text-green{
    color:#85BC30;
    display: inline-block;
    font-size: 22px;
}
.heading:after {
    font-family: "custom-icons";
    display: block;
    height: 10px;
    border-radius: 5px;
    width: 146px;
    content: '\e80a';
    top: -132px;
    bottom: auto;
    position: absolute;
    margin-left: -73px;
    left: 50%;
    background: none!important;
    position: relative;
    z-index: 1;
    font-size: 120px;
}
/* PT PB */
.pt-0 {padding-top: 0px !important;}
.pt-10 {padding-top: 10px !important;}
.pt-20 {padding-top: 20px !important;}
.pt-30 {padding-top: 30px !important;}
.pt-40 {padding-top: 40px !important;}
.pt-50 {padding-top: 50px !important;}

.pb-0 {padding-bottom: 0px !important;}
.pb-10 {padding-bottom: 10px !important;}
.pb-20 {padding-bottom: 20px !important;}
.pb-30 {padding-bottom: 30px !important;}
.pb-40 {padding-bottom: 40px !important;}
.pb-50 {padding-bottom: 50px !important;}

.mt-0 {margin-top: 0px !important;}
.mt-10 {margin-top: 10px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-30 {margin-top: 30px !important;}
.mt-40 {margin-top: 40px !important;}
.mt-50 {margin-top: 50px !important;}
.mt-80 {margin-top: 80px !important;}

.mb-0 {margin-bottom: 0px !important;}
.mb-10 {margin-bottom: 10px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-30 {margin-bottom: 30px !important;}
.mb-40 {margin-bottom: 40px !important;}
.mb-50 {margin-bottom: 50px !important;}
/* END PT PB */
