/* Enter Your Custom CSS Here */
.header_section {
    background-color: #147112;
    color: #fff;
}
.enigma_callout_area {
    background-color: #147112;
}
.enigma_footer_area {
background-color: #147112;
}
.enigma_footer_widget_area {
    background: #010f01;
}
.enigma_service_iocn {
    background-color: #147112;
}
.enigma_service_iocn {
    border: #147112;
}
.enigma_service_area:hover .enigma_service_iocn i{
  color: #147112;
}

.enigma_service_iocn {
    background-color: #147112
    background-image: linear-gradient(to bottom, #147112 50%, #fff 50%);
    background-size: 100% 200%;
    border: 4px solid #147112;
}

.enigma_service_iocn {
    background-image: linear-gradient(to bottom, #147112 50%, #fff 50%);
    background-size: 100% 200%;
    border: 4px solid #147112;
}

a {
    color: #147112;
    text-decoration: none;
}

a:hover, a:focus {
    color: #147112;
    text-decoration: underline;
}

.enigma_heading_title h3 {
    border-bottom: 4px solid #147112;
    color: #147112;
}

.navigation_menu {
    background-color: #fff;
    border-top: 2px solid #147112;
}

#wp-calendar caption {
    background-color: #147112;
    color: #ffffff;
    padding: 10px;
  }
.enigma_sidebar_widget {
    background-color: #ffffff;
    border-bottom: 3px solid #147112;
    border-left: 3px solid #147112;
    border-right: 3px solid #147112;
  }