.banner {
    background: #2C3D44;
    position: relative;
}

.blog_outer_wrapper .wp-pagenavi {
    text-align: right;
    display: block;
    margin: 20px 0 10px 0;
}

.blog_outer_wrapper .wp-pagenavi span {
    border: 1px solid transparent;
    padding: 5px 14px;
    margin: 2px;
    width: 41px;
    height: 41px;
}

.blog_outer_wrapper .wp-pagenavi .pages {
    color: #5A5A5A !important;
}

.blog_outer_wrapper .wp-pagenavi .page {
    border: 1px solid transparent;
    padding: 5px 14px;
    margin: 8px;
    width: 41px;
    height: 41px;
    background: #F2F2F2;
    color: #666E78;
    border-radius: 3px;
}

.blog_outer_wrapper .wp-pagenavi span.current {
    background: #79BC32;
    color: #fff;
    border-radius: 3px;
}

.blog_outer_wrapper .wp-pagenavi .previouspostslink {
    border: 1px solid transparent;
    padding: 0px 14px;
    margin: 0 0 0 0;
    width: 38px;
    height: 36px;
    background: #F2F2F2;
    color: #666E78;
    border-radius: 3px;
    font-size: 21px;
    display: inline-block;
}

.blog_outer_wrapper .wp-pagenavi .nextpostslink {
    border: 1px solid transparent;
    padding: 0px 14px;
    margin: 0 0 0 0;
    width: 38px;
    height: 36px;
    background: #F2F2F2;
    color: #666E78;
    border-radius: 3px;
    font-size: 21px;
    display: inline-block;
}

.banner_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 20px 0;
}

.top_badge_heading {
    letter-spacing: 0.38px;
    margin-bottom: 19px;
    line-height: 32px;
}

.banner .banner_wrapper .banner_content span {
    color: #77C300;
    font-weight: 700;
}

.banner_content {
    flex-basis: 50%;
}

.banner_image_wrapper {
    flex-basis: 50%;
    text-align: center;
}

.banner_image_wrapper img {
    width: 60%;
}

.banner .banner_wrapper .banner_content h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    max-width: 730px;
    margin-bottom: 21px;
    line-height: 60px;
}

.banner .banner_wrapper .banner_content p {
    color: #fff;
    opacity: 0.8;
    max-width: 682px;
    letter-spacing: 0.33px;
    font-size: 17px;
    line-height: 27px;
}

.banner_button {
    background: #79BC32;
    padding: 19px;
    margin-top: 23px;
    display: inline-block;
    width: 220px;
    text-align: center;
    color: #fff !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    line-height: 1.2;
    height: 60px;
    text-decoration: none !important;
    transition: all ease-in-out;
    transition-duration: 0.3s;
}

.banner_button:hover {
    background: #538f14;
}

.banner_content {
    flex-basis: 50%;
}

.blog_wrapper {
    background: #fff;
}

.blog_wrapper .subscribe_section {
    background: url('../img/blog_images/subs_section.png');
    min-height: 596px;
    position: relative;
}

.inside_form_subscribe {
    padding: 20px;
    position: absolute;
    bottom: 0;
}

.inside_form_subscribe h2 {
    font-size: 34px;
    color: #fff;
    letter-spacing: 0.77px;
    font-weight: bold;
    text-align: center;
    line-height: 41px;
}

.inside_form_subscribe p {
    color: #fff;
}

.inside_form_subscribe input {
    width: 100%;
    border-radius: 3px;
    background: #fff;
    height: 60px;
    padding: 20px;
    color: #333;
}

.inside_form_subscribe .hs-button {
    background: #79BC32;
    font-size: 17px;
    text-transform: uppercase;
    padding: 18px;
    color: #fff;
    letter-spacing: 0.33px;
    font: normal normal 600 17px/27px;
    letter-spacing: 0.33px;
    transition: all ease-in-out;
    transition-duration: .3s;
}

.inside_form_subscribe .hs-button:hover {
    background: #538f14;
    color: #fff !important;
}

.inside_form_subscribe input::placeholder {
    color: #000;
    opacity: 0.3;
    font-size: 14px;
}

.categories {
    background: #F3F4F5;
}

.newsletter {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.newsletter .card {
    border: none;
}

.text_place {
    margin-bottom: 25px;
}

.text_place p {
    font-weight: bold !important;
    font-size: 20px !important;
}

.text_place input {
    border: none !important;
}

.text_place input::placeholder {
    font-size: 14px !important;
}

.text_place .icon_one img {
    width: 21px;
}

.latest-one h1 {
    font-size: 36px;
    font-weight: bold;
}

.sidebar_tags {
    text-align: left;
}

.sidebar_tags .category_heading {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 7px;
}

.sidebar_tags .topic p {
    font-size: 16px;
}

.sidebar_tags .category_section {
    margin-bottom: 20px;
}

.sidebar_tags .category_section:last-child {
    margin-bottom: 0px;
}

.sidebar_tags .tutorial ul li {
    margin: 0 5px 15px 5px;
    padding: 0;
}

.sidebar_tags .tutorial ul li a {
    display: block;
    background: #fff;
    border-radius: 5px;
    padding: 12px;
    font-size: 14px;
}

.blog_outer_wrapper .blogs_wrapper {
    border-bottom: 1px solid rgba(112, 112, 112, .3);
    padding: 40px 0;
}

.blog_header .top_right .last_update {
    font-size: 14px;
    font-style: italic;
}

.blog_outer_wrapper .blogs_wrapper .blog_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.blog_outer_wrapper .blogs_wrapper .blog_header p {
    margin: 0;
    padding: 5px 0;
    opacity: 1;
    display: flex;
    align-items: center;
    color: #666;
}
.blog_outer_wrapper .blogs_wrapper .blog_header p a {
    color: white;
    display: inline-block;
    background: #2867b2;
    padding: 2px 7px;
    opacity: 1;
    margin-left: 7px;
    border-radius: 3px;
    font-weight: 400;
}
.blog_outer_wrapper .blogs_wrapper .blog_header p b {
    margin-left: 3px;
}
.blog_header .top_left {
    color: #000;
    opacity: 0.6;
    letter-spacing: 0.33px;
    font-size: 15px;
    font-style: italic;
}

.blog_header .top_right {
    color: #666E78;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 5px 0;
}

.blog_header .top_right span {
    padding: 0px 5px;
}

.blog_header .top_right img {
    padding: 0px 4px 5px 0px;
    width: 20px;
    height: 20px;
}

.blog_description h2 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.58px;
    color: #303030;
    font-weight: bold;
}

.blog_description h2 a {
    color: #303030;
}

.blog_description p {
    letter-spacing: 0.33px;
    color: #000000;
    opacity: 0.5;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.blog_section_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog_section_footer p {
    margin: 0;
    padding: 5px 0;
}

.blog_section_footer p img {
    margin: 0px 5px 0px 0px;
}

.blog_section_footer p>a {
    display: inline-block;
    width: 105px;
    text-transform: uppercase;
    background: #79BC32;
    color: #fff;
    text-decoration: none !important;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
    height: 40px;
    padding: 11px 13px;
    font-weight: bold;
    transition: all ease-in-out;
    transition-duration: 0.3s;
}

.blog_section_footer p>a:hover {
    background: #538f14;
    color: #fff;
}

.blog_section_footer a .wp-applaud-count {
    padding: 10px 0;
    display: inline-block;
}

.blog_section_footer .wp-applaud {
    background-size: contain;
    padding-left: 62px !important;
}

@media(max-width: 320.99px) {
    .newsletter .card {
        order: 2;
    }
    .cardone {
        order: 1;
    }
    .banner_wrapper {
        flex-wrap: wrap;
        height: auto;
        padding: 30px 0;
    }
    .banner_wrapper .banner_content {
        flex-basis: 100%;
        order: 2;
    }
    .banner_image_wrapper {
        flex-basis: 100%;
    }
    .banner .banner_wrapper .banner_content h1 {
        font-size: 26px;
        line-height: normal;
        max-width: 100%;
        margin-bottom: 12px;
    }
    .banner .banner_wrapper .banner_content p {
        font-size: 14px;
        line-height: 1.8;
        max-width: 100%;
    }
    .top_badge_heading {
        margin-bottom: 10px;
        line-height: 24px;
        display: inline-block;
        margin-top: 17px
    }
    .banner_button {
        width: 172px;
        font-size: 16px;
        height: 50px;
        padding: 15px;
        margin-top: 4px;
    }
    .blog-one {
        padding: 20px 10px;
    }
    .blog_outer_wrapper .blogs_wrapper {
        padding: 15px 0;
    }
    .latest-one h1 {
        font-size: 25px
    }
    .blog_outer_wrapper .blogs_wrapper .blog_header {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .blog_header .top_right span {
        padding: 0px 10px 0px 0px;
    }
    .blog_description h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .blog_section_footer .wp-applaud {
        margin: 12px 0 20px 0 !important;
        height: 30px;
    }
    .latest_Blos .newsletter {
        margin: 10px 0;
    }
    .blog_wrapper .subscribe_section {
        background-size: cover;
        background-repeat: no-repeat;
    }
    .banner_image_wrapper img {
        display: none;
    }
    .blog_wrapper .subscribe_section {
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media(min-width:321px) and (max-width: 575.98px) {
    .newsletter .card {
        order: 2;
    }
    .cardone {
        order: 1;
    }
    .banner_wrapper {
        flex-wrap: wrap;
        height: auto;
        padding: 30px 0;
    }
    .banner_wrapper .banner_content {
        flex-basis: 100%;
        order: 2;
    }
    .banner_image_wrapper {
        flex-basis: 100%;
    }
    .banner .banner_wrapper .banner_content h1 {
        font-size: 26px;
        line-height: normal;
        max-width: 100%;
        margin-bottom: 12px;
    }
    .banner .banner_wrapper .banner_content p {
        font-size: 14px;
        line-height: 1.8;
        max-width: 100%;
    }
    .top_badge_heading {
        margin-bottom: 10px;
        line-height: 24px;
        display: inline-block;
        margin-top: 17px
    }
    .banner_button {
        width: 172px;
        font-size: 16px;
        height: 50px;
        padding: 15px;
        margin-top: 4px;
    }
    .blog-one {
        padding: 20px 10px;
    }
    .blog_outer_wrapper .blogs_wrapper {
        padding: 15px 0;
    }
    .latest-one h1 {
        font-size: 25px
    }
    .blog_outer_wrapper .blogs_wrapper .blog_header {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .blog_header .top_right span {
        padding: 0px 10px 0px 0px;
    }
    .blog_description h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .blog_section_footer .wp-applaud {
        margin: 12px 0 20px 0 !important;
        height: 30px;
    }
    .latest_Blos .newsletter {
        margin: 10px 0;
    }
    .blog_wrapper .subscribe_section {
        background-size: 100%;
    }
    .banner_image_wrapper img {
        display: none;
    }
    .blog_wrapper .subscribe_section {
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media(min-width:576px) and (max-width: 767.98px) {
    .newsletter .card {
        order: 2;
    }
    .cardone {
        order: 1;
    }
    .banner_wrapper {
        flex-wrap: wrap;
        height: auto;
        padding: 30px 0;
    }
    .banner_wrapper .banner_content {
        flex-basis: 100%;
        order: 2;
    }
    .banner_image_wrapper {
        flex-basis: 100%;
    }
    .banner_image_wrapper img {
        width: 50%;
        display: none;
    }
    .banner_wrapper .banner_content {
        order: 1;
    }
    .banner_image_wrapper {
        order: 2;
        text-align: right;
    }
    .banner .banner_wrapper .banner_content h1 {
        font-size: 26px;
        line-height: normal;
        max-width: 100%;
        margin-bottom: 12px;
    }
    .banner .banner_wrapper .banner_content p {
        font-size: 14px;
        line-height: 1.8;
        max-width: 100%;
    }
    .top_badge_heading {
        margin-bottom: 10px;
        line-height: 24px;
        display: inline-block;
        margin-top: 17px
    }
    .banner_button {
        width: 172px;
        font-size: 16px;
        height: 50px;
        padding: 15px;
        margin-top: 4px;
    }
    .blog-one {
        padding: 20px 10px;
    }
    .blog_outer_wrapper .blogs_wrapper {
        padding: 15px 0;
    }
    .latest-one h1 {
        font-size: 25px
    }
    .blog_outer_wrapper .blogs_wrapper .blog_header {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .blog_header .top_right span {
        padding: 0px 10px 0px 0px;
    }
    .blog_description h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .blog_section_footer .wp-applaud {
        margin: 12px 0 20px 0 !important;
        height: 30px;
    }
    .latest_Blos .newsletter {
        margin: 10px 0;
    }
    .blog_wrapper .subscribe_section {
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media(min-width: 576px) and (max-width: 767.98px) {
    .newsletter .card {
        order: 2;
    }
    .cardone {
        order: 1;
    }
    .banner_wrapper {
        flex-wrap: wrap;
        height: auto;
        padding: 30px 0;
    }
    .banner_wrapper .banner_content {
        flex-basis: 100%;
        order: 2;
    }
    .banner_image_wrapper {
        flex-basis: 100%;
    }
    .banner .banner_wrapper .banner_content h1 {
        font-size: 26px;
        line-height: normal;
        max-width: 100%;
        margin-bottom: 12px;
    }
    .banner .banner_wrapper .banner_content p {
        font-size: 14px;
        line-height: 1.8;
        max-width: 100%;
    }
    .top_badge_heading {
        margin-bottom: 10px;
        line-height: 24px;
        display: inline-block;
        margin-top: 17px
    }
    .banner_button {
        width: 172px;
        font-size: 16px;
        height: 50px;
        padding: 15px;
        margin-top: 4px;
    }
    .blog-one {
        padding: 20px 10px;
    }
    .blog_outer_wrapper .blogs_wrapper {
        padding: 15px 0;
    }
    .latest-one h1 {
        font-size: 25px
    }
    .blog_outer_wrapper .blogs_wrapper .blog_header {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .blog_header .top_right span {
        padding: 0px 10px 0px 0px;
    }
    .blog_description h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .blog_section_footer .wp-applaud {
        margin: 12px 0 20px 0 !important;
        height: 30px;
    }
    .latest_Blos .newsletter {
        margin: 10px 0;
    }
    .blog_wrapper .subscribe_section {
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media(min-width: 768px) and (max-width : 991.98px) {
    .newsletter .card {
        order: 2;
    }
    .cardone {
        order: 1;
    }
    .banner_wrapper {
        flex-wrap: wrap;
        height: auto;
        padding: 30px 0;
    }
    .banner_wrapper .banner_content {
        flex-basis: 50%;
        order: 1;
    }
    .banner_image_wrapper {
        flex-basis: 50%;
        order: 2;
        text-align: center;
    }
    .banner_image_wrapper img {
        width: 70%;
        margin: 0 auto;
    }
    .banner .banner_wrapper .banner_content h1 {
        font-size: 26px;
        line-height: normal;
        max-width: 100%;
        margin-bottom: 12px;
    }
    .banner .banner_wrapper .banner_content p {
        font-size: 14px;
        line-height: 1.8;
        max-width: 100%;
    }
    .top_badge_heading {
        margin-bottom: 10px;
        line-height: 24px;
        display: inline-block;
        margin-top: 17px
    }
    .banner_button {
        width: 172px;
        font-size: 16px;
        height: 50px;
        padding: 15px;
        margin-top: 4px;
    }
    .blog-one {
        padding: 20px 10px;
    }
    .blog_outer_wrapper .blogs_wrapper {
        padding: 15px 0;
    }
    .latest-one h1 {
        font-size: 25px
    }
    .blog_outer_wrapper .blogs_wrapper .blog_header {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .blog_header .top_right span {
        padding: 0px 10px 0px 0px;
    }
    .blog_description h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .blog_section_footer .wp-applaud {
        margin: 12px 0 20px 0 !important;
        height: 30px;
    }
    .latest_Blos .newsletter {
        margin: 10px 0;
    }
    .blog_wrapper .subscribe_section {
        background-size: 100%;
    }
    .inside_form_subscribe {
        width: 100%;
    }
    .inside_form_subscribe h2 {
        font-size: 50px;
        line-height: 63px;
        text-shadow: 1px 1px 8px #000;
    }
    .inside_form_subscribe p {
        font-size: 29px;
        line-height: 1.2;
        text-shadow: 1px 1px 8px #000;
    }
    .blog_wrapper .subscribe_section {
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .newsletter .card {
        order: 2;
    }
    .cardone {
        order: 1;
    }
    .banner_wrapper {
        flex-wrap: wrap;
        height: auto;
        padding: 30px 0;
    }
    .banner_wrapper .banner_content {
        flex-basis: 50%;
        order: 1;
    }
    .banner_image_wrapper {
        flex-basis: 50%;
        order: 2;
        text-align: center;
    }
    .banner_image_wrapper img {
        width: 70%;
        margin: 0 auto;
    }
    .banner .banner_wrapper .banner_content h1 {
        font-size: 26px;
        line-height: normal;
        max-width: 100%;
        margin-bottom: 12px;
    }
    .banner .banner_wrapper .banner_content p {
        font-size: 14px;
        line-height: 1.8;
        max-width: 100%;
    }
    .top_badge_heading {
        margin-bottom: 10px;
        line-height: 24px;
        display: inline-block;
        margin-top: 17px
    }
    .banner_button {
        width: 172px;
        font-size: 16px;
        height: 50px;
        padding: 15px;
        margin-top: 4px;
    }
    .blog-one {
        padding: 20px 10px;
    }
    .blog_outer_wrapper .blogs_wrapper {
        padding: 15px 0;
    }
    .latest-one h1 {
        font-size: 25px
    }
    .blog_outer_wrapper .blogs_wrapper .blog_header {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .blog_header .top_right span {
        padding: 0px 10px 0px 0px;
    }
    .blog_description h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .blog_section_footer .wp-applaud {
        margin: 12px 0 20px 0 !important;
        height: 30px;
    }
    .latest_Blos .newsletter {
        margin: 10px 0;
    }
    .blog_wrapper .subscribe_section {
        background-size: 100%;
    }
    .inside_form_subscribe {
        width: 100%;
    }
    .inside_form_subscribe h2 {
        font-size: 24px;
        line-height: 32px;
        text-shadow: 1px 1px 8px #000;
    }
    .inside_form_subscribe p {
        font-size: 14px;
        line-height: 1.8;
        text-shadow: 1px 1px 8px #000;
    }
    .blog_wrapper .subscribe_section {
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media(min-width: 1364.98px) and (max-width: 1650px){
    .banner .banner_wrapper .banner_content h1{
        font-size: 38px;
        line-height: 44px;
    }
}