

body{
    font-family: 'nunito_reg';
}

.img_responsive{
max-width: 100%;
width: 100%;
max-height: 100%;
height: 100%;
}

.bg_gray {
    background-color: #f9f9f9;
    align-items: center;
}
.pad_section {
    padding: 20px 0 20px 0;
    /*margin: 20px 0 20px 0;*/
}

.heading_title {
    padding: 30px 0 30px 0;
    text-align: center;
    position: relative;
}

.heading_title h2 {
    padding: 0;
    margin: 0;
    font-size: 42px;
    line-height: 52px;
    font-family: 'nunito_extrabold';
}

.heading_title p {
    padding: 0;
    margin: 0px auto;
    font-size: 18px;
    max-width: 70%;
    line-height: 28px;
    font-family: 'nunito_semi';
}
/* Ads Container */

.ads_half_page_banner {
    margin: 0px auto;
    background-color: #eee;
    width: 300px;
    margin-bottom: 30px;
    height: 600px;
    position: relative;
}

.ads_square_banner {
    margin: 0px auto;
    background-color: #eee;
    width: 300px;
    height: 250px;
    position: relative;
}

.ads_leaderboard_banner {
    margin: 0px auto;
    background-color: #eee;
    width: 728px;
    height: 90px;
    position: relative;
}

.ads_970x90 {
    margin: 0px auto;
    background-color: #eee;
    width: 970px;
    height: 90px;
    position: relative;
}

/* End Container Ads*/

.wrap_logo_foot {
    position: relative;
}

.foot_menu {
    position: relative;
}

.foot_menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.foot_menu ul li a {
    color: #000;
    border-radius: 100%;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    font-family: 'nunito_bold';
}

footer {
    border-top: 1px solid #ccc;
}

/* breadcrumb*/
.content-breadcrumb {
    margin: 0;
    padding-bottom: 15px;
}

.content-breadcrumb ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.content-breadcrumb ul li {
    position: relative;
}

.content-breadcrumb ul li+li {
    margin: 0 0 0 16px;
    padding: 0 0 0 26px;
}

.content-breadcrumb ul li a {
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
        font-family: 'nunito_bold';
    color: #292929;
    transition: all ease .3s;
}

.content-breadcrumb ul li+li:before {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    width: 10px;
    height: 10px;
    background-image: url(../images/breadcrumb-arrow.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.content-breadcrumb ul li:last-child a:hover {
    color: #02622f;
}

.content-breadcrumb ul li:last-child a {
    color: #007e3b;
}


.wrap_about {
    position: relative;
}

.wrap_about p {
   padding: 0 0 10px 0;
   margin: 0;
   font-size: 16px;
   line-height: normal;
   color: #333;
}

.wrap-about h1 {
    font-size: 28px !important;
}

.wrap_about h2{
    font-size: 20px;
}

.wrap-about h3 {
    font-size: 18px;
}

.wrap_about img{
    max-width: 100%;
}

.wrap-about img{
    max-width: 100%;
}


#contact_form input[type="text"],
#contact_form input[type="email"],
#contact_form input[type="tel"],
#contact_form input[type="url"],
#contact_form textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
      border-radius: 5px;
}

#contact_form input[type="text"]:hover,
#contact_form input[type="email"]:hover,
#contact_form input[type="tel"]:hover,
#contact_form input[type="url"]:hover,
#contact_form textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
}

#contact_form textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

#contact_form button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #007E3B;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
    border-radius: 25px;
}

#contact_form button[type="submit"]:hover {
    background: #007E3B;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#contact_form button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
    text-align: center;
}

#contact_form input:focus,
#contact_form textarea:focus {
    outline: 0;
    border: 1px solid #aaa;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}

.form-group {
    margin-bottom: 10px;
}

.err-message {
    color: red;
}

#contact_form button:disabled{
    cursor: auto;
    opacity: .8;
}

#contact_form .message{
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: .5em;
    border-left: 6px solid;
}

#contact_form .message.message-success{
    background: rgba(0, 126, 59, .2);
    border-left-color: #007E3B;
    color: #007E3B;
}

#contact_form .message.message-success{
    background: rgba(0, 126, 59, .2);
    border-left-color: #007E3B;
    color: #007E3B;
}

#contact_form .message.message-failed{
    background: #f8d7da;
    border-left-color: #721c24;
    color: #721c24;
}