

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;
}

.featured_top_wrap {
    flex-direction: row;
    height: 490px;
    width: 100%;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    background-color: #f9f9f9;
}

.thumb_featured {
    flex: 0 0 calc(45% + 35px);
    width: calc(45% + 35px);
    height: inherit;
}

.post_featured {
    flex: 0 0 calc(55% - 35px);
    width: calc(55% - 35px);
}

.txt_wrapper {
     padding: 0 120px 0 60px;
    max-width: 100%;
}

.txt_wrapper h1 {
    padding: 0;
    margin: 0;
    font-family: "nunito_extrabold",sans-serif;
}

.txt_wrapper p {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-family: "nunito_semi",
    sans-serif;
}


.txt_wrapper h1 a {
    text-decoration: none;
    color:#333;
    font-size: 42px;
    line-height: 52px;
    font-family: "nunito_extrabold", sans-serif;
}

.txt_wrapper ul {
    padding: 20px 0 20px 0;
    margin: 0;
}


.txt_wrapper ul li {
    display: inline-block;
    font-size: 16px;
    margin-right: 10 px;
    color: #777;
    font-family: 'nunito_semi';
}

.txt_wrapper_pad {
    padding: 0 60px 0 120px;
}

.txt_wrapper ul li a {
    color: #777;
    text-decoration: none;
    font-size: 16px;
    font-family: 'nunito_semi';
}

.wrap_hero_button {
    position: relative;
    margin-top: 30px;
}

a.btn_green_primary {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    color: #FFF;
    background-color: #007E3B;
    box-shadow: 0 18px 24px rgb(0 126 59 / 20%);
    padding: 19px 28px 18px 29px;
    border-radius: 100px;
    display: inline-block;
    text-decoration: none;
}

a.btn_green_primary:hover {
    text-decoration: none;
    color:#fff;
}

.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*/

/*Form Subscribe*/
.horizontal_subscribe_wrapper {
    position: relative;
    align-items: center;
    padding: 30px 40px;
    background-color: #007E3B;
    box-shadow: 0 18px 24px rgb(0 126 59 / 20%);
    border-radius: 12px;
}

.horizontal_subscribe_wrapper h3,
.horizontal_subscribe_wrapper h2 {
    margin: 0;
    padding: 0;
    width: 176px;
    font-size: 16px;
    line-height: 22px;
    color: #FFF;
    font-family: 'nunito_extrabold';
}

.wrap_form {
    width: calc(100% - 176px);
    padding: 0 0 0 24px;
    margin-top: 0;
}

.wrap_form {
    position: relative;
    margin-top: 24px;
}

.field_wrapper {
    flex-direction: row;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

.form_group {display: block;}



.form_group input[type="text"],
.form_group input[type="email"] {
    width: 100%;
    padding: 17px 25px;
    font-weight: 700;
    font-size: 14px;
    font-family: 'nunito_semi';
    line-height: 19px;
    color: rgba(255, 255, 255, 1);
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 28px;
}

.field_wrapper .form_group+.form_group {
    margin: 0 0 0 20px;
}

.form_group input[type="submit"] {
    width: 108px;
    margin: 0 auto;
    padding: 19px 34px 18px 35px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    color: #292929;
    border: 0;
    border-radius: 28px;
    cursor: pointer;
}

.form_group .btn {
    padding: 19px 34px 18px 35px;
    background-color: #fff;
    border-radius: 28px;
}

.form_group ::placeholder {
    color: #fff;
}

.form_group input[type="text"]:focus,
.form_group input[type="email"]:focus {
    outline: none;
    border-color: #FFF;
}

.item_list_post {
    position: relative;
    margin-bottom: 30px;
}
.item_list_post .thumb {
    position: relative;
}

.item_list_post .post_item_list {
    position: relative;
}

.item_list_post .post_item_list .category {
    color: #007E3B;
    padding: 15px 0 0 0;
    margin: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    font-family: 'nunito_extrabold';
}

.item_list_post .post_item_list h3 {
    padding: 15px 0 10px 0;
    margin: 0;
}

.item_list_post .post_item_list h3 a:hover {
    color: #007E3B;
}

.item_list_post .post_item_list h3 a {
    color: #292929;
    text-decoration: none;
    font-size: 22px;
    font-family: 'nunito_extrabold';
}

.item_list_post .post_item_list ul {
    padding: 0px;
    margin: 0;
}

.item_list_post .post_item_list ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    line-height: 26px;
    color: #868484;
    font-family: 'nunito_semi';
}

.item_list_post .post_item_list ul li a {
    color: #868484;
    text-decoration: none;
    font-size: 14px;
    font-family: 'nunito_semi';
}

.item_list_post .post_item_list p a {
    color: #007E3B;
    text-decoration: none;
    font-family: 'nunito_bold';
}

.pagination_numb_wrap {
    position: relative;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
    justify-content: center;
}

.pagination_numb_wrap ul {
    padding: 0;
    margin: 0;
}
.pagination_numb_wrap ul li {
    display: inline-block;
    text-align: center;
}

.pagination_numb_wrap ul li a {
    color: black;
    width: 52px;
    height: 52px;
    display: block;
    border-radius: 100%;
    padding: 17px 0;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    font-family: 'nunito_bold';
}

.pagination_numb_wrap ul li a:hover:not(.active) {
    background-color: #fff;
    box-shadow: none;
}


.pagination_numb_wrap ul li a.active {
    background-color: #007E3B;
    box-shadow: 0 18px 24px rgb(0 126 59 / 20%);
    color: white;
}

.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,
    .content-breadcrumb ul li h2 {
        text-decoration: none;
        font-size: 16px;
        line-height: 22px;
        font-family: 'nunito_bold';
        color: #292929;
        transition: all ease .3s;
        display: inline;
    }

    .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_intro_about {
      position: relative;
      border: 1px solid #eee;
      padding: 30px;
      display: block;
      text-align: center;
      max-width: 86%;
      margin: 0px auto;
      margin-bottom: 30px;
    }

    .wrap_intro_about h2 {
    padding:10px 0 0 0;
    margin:0;
    font-size: 20px;
    color:#000;
    font-family: 'nunito_bold';
    }

     .wrap_intro_about p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #000;
    font-family: 'nunito_reg';
    text-align: center;
     }

     .wrap_avatar {
    position: relative;
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 100%;
    background-color: #eee;
     }

     .wrap_avatar img {
    border-radius: 100%;
    height: 100px;
    width: 100px;
     }
@media screen and (min-width: 992px) {
    .post_featured{ order: -1; }
}

.bg_author{
    text-align: center;
    position: relative;
    background-color: #eee;
}

.wrap_info_author{
    background: #fff;
    padding: 1em .7em 1em .7em;
    border-radius: .5em;
    box-shadow: 0 0 10px 10px rgb(0 0 0 / 2%);
}

.wrap_author {
    position: relative;
    max-width: 85%;
    margin:0px auto;
}


.wrap_author h3,
.wrap_author h2 {
     padding: 10px 0 0 0;
     margin: 0;
     font-size: 20px;
     color: #000;
     font-family: 'nunito_bold';
}

.wrap_author h2 {
    font-size: 24px;
}

 .wrap_avatar {
    width: 100px;
    height: 100px;
    background-color: #ccc;
    display: block;
    margin:0px auto;
}

/*Form Subscribe*/
.horizontal_subscribe_wrapper {
    position: relative;
    align-items: center;
    padding: 30px 40px;
    background-color: #007E3B;
    box-shadow: 0 18px 24px rgb(0 126 59 / 20%);
    border-radius: 12px;
    margin-bottom: 30px;
}

.horizontal_subscribe_wrapper h3,
.horizontal_subscribe_wrapper h2 {
    margin: 0;
    padding: 0 0 20px 0;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #FFF;
    font-family: 'nunito_extrabold';
}

.wrap_form {
    width: calc(100% - 176px);
    padding: 0 0 0 24px;
    margin-top: 0;
}

.wrap_form {
    position: relative;
    margin-top: 24px;
}

.wrap_socmed_author{
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap_socmed_author a{
    content: attr(data-background-icon);
    font-family: "FontAwesome";
    color: #fff;
    font-size: 18px;
    width: 36px;
    height: 36px;
    line-height: 38px;
    border-radius: 50%;
}

.wrap_socmed_author a:hover{
    color: #fff;
}

.wrap_socmed_author a:not(:last-child){
    margin-right: 1em;
}

.wrap_socmed_author .facebook{
    background-color: #1877F2;
}

.wrap_socmed_author .linkedin{
    background-color: #0068C2;
}

.wrap_socmed_author .twitter{
    background-color: #1D9BF0;
}

.wrap_socmed_author .instagram{
    background: #833ab4;
    background: -webkit-linear-gradient(to top right, #fcb045, #fd1d1d, #833ab4);
    background: linear-gradient(to top right, #fcb045, #fd1d1d, #833ab4);
}

.wrap_socmed_author a i{
    font-style: normal;    
}

.field_wrapper {
    flex-direction: row;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

.form_group {display: block; margin-top: 20px;}



.form_group input[type="text"],
.form_group input[type="email"] {
    width: 100%;
    padding: 17px 25px;
    font-weight: 700;
    font-size: 14px;
    font-family: 'nunito_semi';
    line-height: 19px;
    color: rgba(255, 255, 255, 1);
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 28px;
}

.field_wrapper .form_group+.form_group {
    margin: 0 0 0 20px;
}

.form_group input[type="text"]:focus,
.form_group input[type="email"]:focus {
    outline: none;
    border-color: #FFF;
}

.form_group input[type="submit"] {
    width: 108px;
    margin: 0 auto;
    padding: 19px 34px 18px 35px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    color: #292929;
    border: 0;
    border-radius: 28px;
    cursor: pointer;
}

.form_group .btn {
    padding: 19px 34px 18px 35px;
    background-color: #fff;
    border-radius: 28px;
}

.form_group ::placeholder {
    color: #fff;
}

.pagination_numb_wrap {
    position: relative;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
    justify-content: center;
}

.pagination_numb_wrap ul {
    padding: 0;
    margin: 0;
}
.pagination_numb_wrap ul li {
    display: inline-block;
    text-align: center;
}

.pagination_numb_wrap ul li a {
    color: black;
    width: 52px;
    height: 52px;
    display: block;
    border-radius: 100%;
    padding: 17px 0;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    font-family: 'nunito_bold';
}

.pagination_numb_wrap ul li a:hover:not(.active) {
    background-color: #fff;
    box-shadow: none;
}


.pagination_numb_wrap ul li a.active {
    background-color: #007E3B;
    box-shadow: 0 18px 24px rgb(0 126 59 / 20%);
    color: white;
}

.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;
}
    
    .wrap_comment{
        border:1px solid #ccc;
        max-width: 70%;
        margin:0px auto;
        cursor: pointer;
        border-radius: 15px;
        padding: 30px;
    }

    .wrap_comment h3{
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 28px;
        line-height: 22px;
        color: #02622f;
        font-family: 'nunito_extrabold';
    }

    .wrap_comment h3 span {
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 18px;
        line-height: 22px;
        color: #777;
        font-family: 'nunito_extrabold';
    }


       .active,
       .wrap_comment:hover {
           background-color: #eee;
       }

       .content_comment {
        padding: 10px 10px;
        max-width: 70%;
        margin:20px auto;
        display: none;
        border-top:1px solid #eee;
        overflow: hidden;
        background-color: #fff;
       }

       .comment_list {
           position: relative;
           margin-bottom: 20px;
           border-bottom: 1px dashed #ccc;
           padding-bottom: 20px;
       }
        .comment_list .avatar {
            width: 48px;
            height: 48px;
            display: inline-block;
            border-radius: 100%;
            background-color: #ccc;
        }

        .comment_list .avatar img {
            width: 48px;
            height: 48px;
            border-radius: 100%;
        }

          .comment_list h3 {
             margin: 0;
             padding: 0;
             text-align: left;
             font-size: 18px;
             line-height: 22px;
             color: #02622f;
             font-family: 'nunito_extrabold';
          }


            .comment_list h4 {
                margin: 0;
                padding: 0;
                text-align: left;
                font-size: 14px;
                line-height: 22px;
                color: #777;
                font-family: 'nunito_reg';
            }


            .comment_list p {
                margin: 0;
                padding: 10px 0 0 0;
                text-align: left;
                font-size: 16px;
                line-height: 22px;
                color: #777;
                font-family: 'nunito_reg';
            }

            .form_wrap_comment {
                position: relative;
                margin-top: 30px;
                border-top: 1px solid #ccc;
                padding-top: 30px;
            }

             .form_wrap_comment h3 {
                   margin: 0;
                   padding: 0;
                   text-align: left;
                   font-size: 18px;
                   line-height: 22px;
                   color: #02622f;
                   font-family: 'nunito_extrabold';
             }

             .form_wrap_comment p {
                margin: 0;
                padding: 10px 0 0 0;
                text-align: left;
                font-size: 16px;
                line-height: 22px;
                color: #000;
                font-family: 'nunito_reg';
             }

             .form_group_comment {
                 margin: 20px 0 0;
             }

             .form-comment,
             .form-textarea {
                 display: block;
                 width: 100%;
                 padding: 18px 20px;
                 font-family: Verdana, sans-serif;
                 font-size: 14px;
                 font-weight: 600;
                 line-height: 19px;
                 color: #494949;
                 border: 1px solid rgba(41, 41, 41, .3);
                 border-radius: 30px;
             }

              .form-comment:focus{
                   outline: none;
                   border-color: #ccc;
              }

               .form-textarea:focus {
                   outline: none;
                   border-color: #ccc;
               }

        textarea.form-textarea {
            height: 140px;
            resize: none;
        }
        .wrap_hero_button {
            position: relative;
            margin-top: 30px;
        }

        a.btn_green_primary {
            font-size: 16px;
            line-height: 18px;
            text-align: center;
            text-decoration: none;
            text-transform: capitalize;
            color: #FFF;
            background-color: #007E3B;
            padding: 19px 28px 18px 29px;
            border-radius: 100px;
            display: inline-block;
            font-family: 'nunito_extrabold';
            text-decoration: none;
        }

        a.btn_green_primary:hover {
            text-decoration: none;
            color: #fff;
        }