/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.5.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
Text Domain: the7mk2
*/
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');

@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('../woff/myriadpro-regular.woff') format('woff');
}

@font-face {
    font-family: 'JostMedium';
    src: local('JostMedium'), url('../woff/jost-medium.woff') format('woff');
}

@font-face {
    font-family: 'JostBold';
    src: local('JostBold'), url('../woff/jostbold.woff') format('woff');
}

@font-face {
    font-family: 'JostMediumItalic';
    src: local('JostMediumItalic'), url('../woff/jostmediumitalic.woff') format('woff');
}

@font-face {
    font-family: 'JostSemi';
    src: local('JostSemi'), url('../woff/jostsemi.woff') format('woff');
}

@font-face {
    font-family: 'JostLight';
    src: local('JostLight'), url('../woff/jostlight.woff') format('woff');
}

@font-face {
    font-family: 'Barlow-ExtraBold';
    src: local('Barlow-ExtraBold'), url('../woff/barlow-extrabold.woff') format('woff');
}

@font-face {
    font-family: 'Barlow-Semi';
    src: local('Barlow-Semi'), url('../woff/barlowcondensed-semibold.woff') format('woff');
}

@font-face {
    font-family: 'Barlow-Bold';
    src: local('Barlow-Bold'), url('../woff/barlowcondensed-bold.woff') format('woff');
}

@font-face {
    font-family: 'Barlow-Medium';
    src: local('Barlow-Medium'), url('../woff/barlowcondensed-medium.woff') format('woff');
}

@font-face {
    font-family: 'Barlow-Regular';
    src: local('Barlow-Regular'), url('../woff/barlow-regular.woff') format('woff');
}

span, div, a, button {
    font-family: 'Barlow Condensed', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Barlow Semi Condensed', sans-serif;
}

/*p{*/
/*    font-family: 'Myriad Pro Regular';*/
/*}*/

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    text-transform: uppercase;
}

:hover {
    cursor: pointer;
}

.font-weight-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

.btn {
    transition: 0.3s;
}

.btn:hover {
    transition: 0.3s ease-out;
}

.btn_main {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    color: white !important;
    letter-spacing: 1.4px;
}

.btn_brown {
    background: #f78d1f;
    border: 1px solid #f78d1f;
}

.btn_brown:hover {
    background: white;
    color: #f78d1f !important;
}

.btn_green {
    background: #166938;
    border: 1px solid #166938;
}

.btn_green:hover {
    background: white;
    color: #166938 !important;
}

.btn_yellow {
    background: #f78d1f;
    border: 1px solid #f78d1f;
}

.btn_yellow:hover {
    background: white;
    color: #f78d1f !important;
}

.btn-check:focus + .btn, .btn:focus {
    box-shadow: none;
}

.text_green {
    color: #166938;
}

.text_brown {
    color: #f78d1f;
}

.text_yellow {
    color: #f78d1f
}

.text_white {
    color: white;
}

.btn-contact-now {
    background: #f78d1f;
    border-radius: 0;
    color: white;
    height: 50px;
    line-height: 40px;
    position: fixed;
    right: 0;
    top: 40%;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    /* width: 150px; */
    font-size: 20px;
    font-family: 'JostSemi';
    letter-spacing: 1.4px;
    z-index: 999;
}

.main-nav > li:not(.wpml-ls-item) > a .menu-text{
    font-family: 'JostSemi'
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children > a > span > span::after {
    content: url("../svg/angle-down-solid.svg");
    top: 7px !important;
    width: 12px !important;
    right: -15px !important;
}

.masthead.shadow-decoration:not(.side-header-menu-icon):not(#phantom):not(.masthead-mobile-header) {
    box-shadow: rgb(0 0 0 / 24%) 0 3px 40px !important;
}

.btn-contact-now i {
    padding-right: 10px;
}

li:not(.dt-mega-menu) .sub-nav {
    margin-top: -30px;
}

.main-nav .sub-nav > li > a .menu-text {
    font-size: 20px;
    font-family: Barlow-semi !important;

}

.modal-content {
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 25px 50px -12px;
}

.btn-close:focus {
    outline: none !important;
    box-shadow: none;
}

section {
    padding: 55px 0;
}

section h1 {
    margin-top: 0;
    margin-bottom: 40px;
    font-family: Barlow-ExtraBold;
    font-size: 60px;
    line-height: 0.9;
}

.branding a img, .branding img {
    width: 165px;
}

.main-nav > li:not(.wpml-ls-item) > a .menu-text {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
}

.l-to-r-line > li > a i.underline {
    display: none;
}

.wf-container-bottom {
    border-top: 0;
}

/*Home page */
.banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home_banner .content {
    text-align: center;
    max-width: 1000px;
    padding: 42px 100px 58px;
    color: white;
}

.home_banner .content .banner_title {
    font-size: 84px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'Barlow-ExtraBold';
    letter-spacing: 5px;
    margin-bottom: 0;
}

.home_banner .content .description {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3;
    margin: 25px 0 40px;
    color: white;
    font-family: 'JostSemi';
}

.home_banner .btn_get_started {
    font-size: 36px;
    border-radius: 20px;
    letter-spacing: 1px;
    padding: 10px 50px;
    font-family: 'BARLOW-EXTRABOLD' !important;
}

.newsletter_slider {
    background: #edf1f4;
    /*padding: 10px 50px 0;*/
}

.newsletter_slider:hover {
    cursor: pointer;
}

.newsletter_slider .newsletter-box {
    box-sizing: border-box;
    box-shadow: rgb(0 0 0 / 5%) 0px 3px 5px, rgb(0 0 0 / 5%) 0px -12px 30px, rgb(0 0 0 / 5%) 0px 4px 6px, rgb(0 0 0 / 5%) 0px 12px 13px, rgb(0 0 0 / 5%) 0px -3px 5px;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    background: white;
    margin: 50px 15px;
}

.newsletter_slider .newsletter-box img {
    position: absolute;
    top: -50px;
    left: -20px;
    width: 100px;
}

.newsletter_slider .content {
    color: black;
    font-family: JostLight;
    font-weight: 600;
    position: relative;
    margin: 65px 0 25px;
    min-height: 250px;
}

.newsletter_slider .title {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-around;
}

.newsletter_slider .newsletter-box .title .newsletter_title {
    position: absolute;
    left: 100px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Barlow', sans-serif;
    top: -7px;
    line-height: 18px;
}

.newsletter_slider .newsletter-box .title span:first-child {
    font-size: 34px;
}

.newsletter_slider .newsletter-box .title span:last-child {
    font-size: 24px;
}

.newsletter_slider .newsletter-box .popular_badge {
    position: absolute;
    top: -65px;
    background: #f78d1f;
    text-transform: uppercase;
    color: white;
    padding: 4px 11px;
    border-top-left-radius: 15px;
    margin-bottom: 0;
    border-top-right-radius: 15px;
    font-family: 'Barlow-ExtraBold';
    right: 0;
}

.newsletter_section .btn_row {
    margin: 40px 0 0 0;
}

.invisible-homepage{
    display: none;
}

.btn_common {
    font-size: 25px;
    border-radius: 15px;
    padding: 8px 35px;
}

.slick-slider .slick-arrow {
    width: 45px;
    height: 45px;
    color: white;
    border-radius: 50%;
    font-size: 40px;
}

.slick-prev:before, .slick-next:before {
    content: '';
}

.newsletter_section .newsletter_slider .slick-arrow {
    background: #f78d1f;
}

.newsletter_section .newsletter_slider .slick-prev {
    left: -100px;
}

.newsletter_section .newsletter_slider .slick-next {
    right: -100px;
}

.slick-dots {
    display: none !important;
}

.btn_learn_more {
    position: relative;
    display: block;
    letter-spacing: 1px;
    padding: 10px 0;
    border-radius: 10px;
    font-size: 23px;
    font-family: 'Barlow-ExtraBold' !important;
}

.btn_header {
    color: white !important;
    font-family: 'Barlow-ExtraBold' !important;
    font-size: 20px;
    border-radius: 10px;
    margin: 35px 10px 35px 10px !important;
    text-transform: uppercase;
}

.header_menu_user_name{
    position: absolute !important;
    right: 15%;
    font-weight: 500;
    padding-top: 4px;
    font-family: 'Barlow-Medium';
    text-transform: uppercase;
}

.btn_authentication {
    padding: 4px 35px 4px 35px !important;
}

.btn_subscribe {
    padding: 4px 20px 4px 20px !important;
}

.our_story_section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.our_story_section .story_content {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px;
}

.our_story_section .story_content p {
    color: #545455;
    display: flex;
    align-items: center;
    text-indent: 40px;
    font-family: 'JostSemi';
    font-size: 18px;
}

.review_section {
    background: #166938;
}

.review_section .review_slider {
    background: #f78d1f;
    border-radius: 15px;
}

.review_section .review_slider {
    padding: 65px 150px;
}

.review_section .review_slider .review_box {
    background: white;
    border-radius: 30px;
    padding: 50px 77px;
    text-align: center;
}

.review_section .review_slider .review_box:hover {
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.17) 0 -23px 25px 0 inset,
    rgba(0, 0, 0, 0.15) 0 -36px 30px 0 inset,
    rgba(0, 0, 0, 0.1) 0 -79px 40px 0 inset,
    rgba(0, 0, 0, 0.06) 0 2px 1px inset,
    rgba(0, 0, 0, 0.09) 0 4px 2px inset,
    rgba(0, 0, 0, 0.09) 0 8px 4px inset,
    rgba(0, 0, 0, 0.09) 0 16px 8px inset,
    rgba(0, 0, 0, 0.09) 0 32px 16px inset;
}

.review_section .review_slider .review_box .title {
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 900;
    color: #166938;
    font-family: 'Barlow-ExtraBold';
    line-height: 0.9;
}

.review_section .review_slider .review_box .content {
    position: relative;
    font-size: 27px;
    margin-top: 35px;
    line-height: 1.2;
    color: black;
}

.review_section .review_slider .review_box .content span,
.review_section .review_slider .review_box .author span,
.review_section .review_slider .review_box .content p {
    font-family: 'JOSTSEMI' !important;
}

.review_section .review_slider .review_box .content p:before {
    position: absolute;
    content: url("../png/first_icon.png");
    left: -38px;
}

.review_section .review_slider .review_box .content p:after {
    position: absolute;
    content: url("../png/last_icon.png");
    bottom: -6px;
}

.review_section .review_slider .slick-arrow {
    background: #fec526 !important;
}

.review_section .review_slider .slick-prev {
    left: 45px;
}

.review_section .review_slider .slick-next {
    right: 45px;
}

.review_section .review_slider .item .review_box .content span {
    font-family: JostSemi !important;
}

.review_section .review_slider .item .review_box .author {
    color: #000;
}

.review_section .review_slider .item .review_box .author span {
    font-family: JostMediumItalic !important;
}

.global_office_section h1 {
    color: #000;
}

.global_office_section .description {
    font-size: 24px;
    color: black;
    max-width: 850px;
    margin: 0 auto 35px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: JostSemi;
}

.global_office_section .office_locations {
    display: flex;
    flex-wrap: nowrap;
    grid-gap: 2%;
    justify-content: center;
    flex-direction: row;
}

.global_office_section .office_locations .office_location {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 31%;
}

.flip-box {
    background-color: transparent;
    width: 100%;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.flip-box-back {
    background-color: #ffffff;
    color: #000;
    transform: rotateY(180deg);
    padding: 16px;
    width: 100%;
    position: absolute;
}

.flip-box-back p {
    font-size: 20px;
}

.global_office_section .office_locations .office_location .office_logo {
    width: 133px;
    margin-top: 35px;
}

.global_office_section .office_locations .office_location .location_img {
    width: 100%;
    object-fit: cover;
    -webkit-transition: 3s ease-in-out;
    transition: transform 3s ease-in-out;
    cursor: pointer;
}

.global_office_section .office_locations .office_location .location_img:hover {

}

.agresource_section {
    display: flex;
    justify-content: center;
    grid-gap: 3%;
}

.agresource_section div {
    width: 30%;
}

.agresource_section img {
    width: 100%;
}

.agresource_section .document {
    box-shadow: rgb(0 0 0 / 5%) 0 10px 10px 10px;
    transition: transform 15s ease-in-out;
    -webkit-transition: 2s ease-in-out;
    -moz-transition: 2s ease-in-out;
    transform: scale(1);
}

.agresource_section .document:hover {
    transform: scale(1.1);
}

section.agresource_app_section {
    background: #166938;
    color: white;
}

.agresource_box {
    display: flex;
    align-items: center;
    grid-gap: 55px;
}

.agresource_app_section .content h1 {
    color: white;
    text-transform: unset;
    font-size: 62px;
    font-family: 'JostSemi';
    text-align: center;
}

.agresource_app_section .content p {
    text-align: center;
    margin-bottom: 45px;
    font-size: 27px;
    line-height: 1.3;
    font-family: 'Myriad Pro Regular';
    text-indent: 40px;
}

.agresource_app_section .image_row {
    display: flex;
    grid-gap: 35px;
    justify-content: center;
}

.agresource_app_section .image_row img {
    width: 100%;
}

.about_banner {
    text-align: center;
    padding: 135px 0 155px;
}

.about_banner h1 {
    color: white;
    font-size: 60px;
}

.about_banner .description {
    font-size: 24px;
    color: white;
    line-height: 1.2;
    max-width: 700px;
    margin: 0 auto;
    font-family: 'JostSemi';
}

.about_section {
    padding: 90px 0;
}

.about_section .row {
    display: flex;
    align-items: center;
    grid-gap: 50px;
}

.about_section .about_row {
    display: flex;
    align-items: center;
    grid-gap: 50px;
}

.about_section .odd_row {
    margin-bottom: 75px;
}

.about_section .even_row {
    flex-direction: row-reverse;
}

.about_section img {
    width: 50%;
}

.about_section p {
    font-family: JostMedium;
    color: black;
    font-size: 22px;
    text-indent: 40px;
    width: 50%;
    line-height: 30px;
}

.team_section {
    padding: 60px 160px;
}

.team_section .description {
    margin: 0 auto 60px;
    font-size: 24px;
    text-transform: uppercase;
    color: black;
    font-family: 'JostSemi';
    max-width: 954px;
}

.team_section .nav-tabs {
    border-bottom: 0 !important;
    padding-left: 45px;
}

.team_section .tab-content {
    background: #edf1f4;
}

.team_section .nav-tabs .nav-link.active {
    font-size: 28px !important;
    font-family: 'Barlow-ExtraBold' !important;
    border-color: transparent;
    background: #e8ebee !important;
    border-top-left-radius: 17px !important;
    border-top-right-radius: 17px !important;
    padding: 10px 15px !important;
}

.team_section .nav-tabs .united_status_link.active, .team_section .nav-tabs .south_america_link.active {
    color: #166938 !important;
}

.team_section .nav-tabs .join_team_link.active {
    color: #f78d1f !important;
}

.team_section #south_america_tab,
.team_section #united_status_tab,
.team_section #join_team_tab {
    background: #166938;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-left: 5px;
    font-family: 'Barlow-ExtraBold';
}

.team_section #join_team_tab {
    background: #f78d1f;
}

.modal-header {
    position: absolute;
    right: 0;
    border-bottom: 0;
    padding: 1rem 1rem 0;
}

.modal-header .btn-close {
    z-index: 9999;
}

#resumeModal .modal-body {
    padding: 10px 3rem 2rem;
}

.logo_row img {
    width: 190px;
}

#resumeModal .resume_form input[type=text],
#resumeModal .resume_form input[type=email],
#resumeModal .resume_form textarea,
#contactModal .contact_form input[type=text],
#contactModal .contact_form input[type=email],
#contactModal .contact_form textarea {
    border-color: #166938;
    border-radius: 10px;
    border-width: 3px;
}

#resumeModal .resume_form label,
#contactModal .contact_form label {
    padding-top: 5px;
}

#resumeModal .resume_form input[type="file"] {
    padding: 9px 15px 9px 37px;
    border-radius: 10px;
    border: 3px solid #166938;
    color: transparent;
    width: 100%;
}

input[type=file]::-webkit-file-upload-button {
    /*visibility: hidden;*/
    display: none;
}

#resumeModal .resume_form .resume_submit_row {
    text-align: center;
    margin: 30px 0;
}

#resumeModal input[type=file] {
    position: relative;
}

#resumeModal input[type=file]::before {
    content: url("../png/upload.png");
    position: absolute;
    left: 5px;
    top: 5px;
}

#resumeModal .resume_form input[type="submit"] {
    background: #f78d1f;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Barlow-ExtraBold';
    border-radius: 15px;
    padding: 20px;
    display: inline-block;
    max-width: 300px;
    margin: 0 auto;
}

#resumeModal .resume_form label {
    font-family: 'Barlow-Medium';
}

#resumeModal .resume_form .resume_submit_row .wpcf7-spinner {
    position: absolute;
}

.contact_form form input[type=text],
.contact_us_section form input[type=email],
.contact_us_section form textarea,
.wpcf7-select {
    border-color: #166938;
    border-radius: 10px;
    border-width: 3px;
    margin-bottom: 0;
}

.team_portfolio {
    box-sizing: border-box;
    margin: 150px 0 20px;
    text-align: center;
    position: relative;
    background: white;
}

.team_portfolio a {
    text-decoration: none;
}

.team_tab_content .team_column {
    width: 33.33%;
    padding: 0 3%;
}

.team_portfolio .portfolio_photo {
    position: absolute;
    top: -110px;
    left: 50%;
    transform: translateX(-50%);
}

.portfolio_content {
    padding-top: 110px;
    min-height: 530px;
}

.team_portfolio .portfolio_name {
    font-size: 26px;
    text-transform: uppercase;
    color: #176939;
    font-family: 'Barlow-ExtraBold';
    margin-top: 24px;
    margin-bottom: 0;
}

.team_portfolio .linkedin_icon:after {
    position: absolute;
    content: url("../png/linkedin.png");
    margin-left: 10px;
}

.team_portfolio .portfolio_position {
    text-transform: uppercase;
    color: #f78d1f;
    font-size: 18px;
}

.team_portfolio .portfolio_description {
    text-align: left;
    text-indent: 40px;
    color: black;
    line-height: 1.2;
    padding: 0 25px 40px;
    font-size: 16px;
}

.team_section #join_team_content .title {
    margin-top: 90px;
    color: black;
}

.team_section #join_team_content .small_title {
    font-family: Barlow-Semi;
    font-size: 36px;
    margin-bottom: 60px;
    line-height: 1;
}

.team_section #join_team_content .description {
    font-family: 'JostSemi';
    font-size: 24px;
    text-transform: unset;
    margin-bottom: 80px;
}

.team_section #join_team_content .btn_submit {
    margin-bottom: 150px;
}

.btn_submit {
    font-family: 'BARLOW-EXTRABOLD' !important;
    font-size: 40px;
    border-radius: 15px;
    padding: 5px 45px;
}

.contact_us_section {
    background-image: url("../png/contact_bk.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact_us_section h1 {
    color: white;
}

.contact_us_section .description {
    font-size: 24px;
    color: white;
    max-width: 970px;
    margin: 0 auto;
    line-height: 1.3;
    font-family: 'JostSemi';
    text-transform: uppercase;
}

.contact_box {
    display: flex;
    max-width: 1000px;
    margin: 50px auto;
    background: white;
    border-radius: 25px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.contact_box .contact_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 40px 70px 40px;
    width: 30%;
    text-align: center;
    position: relative;
}

.contact_box .contact_left::after {
    content: '';
    height: 90%;
    width: 8px;
    position: absolute;
    right: 4%;
    top: 5%;
    background-color: #edf1f4;
}

.contact_box .contact_left .title {
    font-size: 43px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 0.8;
    margin-bottom: 0;
}

.contact_box .contact_left .title span {
    font-family: 'Barlow-ExtraBold' !important;
}

.contact_box .contact_left .title .second {
    font-size: 33px;
}

.contact_box .contact_left img {
    width: 180px;
}

.contact_box .contact_form {
    width: 70%;
    padding: 15px 30px;
}

.contact_box .contact_form label {
    font-family: 'Barlow-Medium';
    padding-top: 15px;
}

.wpcf7-response-output {
    margin: 0 0 20px !important;
}

.contact_form input[type="submit"] {
    background: #f78d1f;
    font-family: 'Barlow-ExtraBold' !important;
    text-transform: uppercase !important;
    font-size: 21px !important;
    border-radius: 15px !important;
    width: 96%;
    margin: 20px 15px 0;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.contact_form input[type="submit"]:hover,
#resumeModal .resume_form .resume_submit_row input[type="submit"]:hover {
    background: white !important;
    color: #f78d1f;
    border: 1px solid #f78d1f;
}

.consulting_banner {
    padding: 140px 0;
}

.consulting_banner h1 {

}

.consulting_banner .description {
    font-family: 'JostSemi';
    font-size: 24px;
    text-transform: uppercase;
    max-width: 730px;
    margin: 0 auto;
}

.consulting_page_banner .description {
    max-width: 850px;
}

.personal_consulting_section h1 {
    color: white;
    text-align: center;
    line-height: 1.1;
}

.personal_consulting_section .description {
    font-family: 'JOSTSEMI';
    font-size: 24px;
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
    color: white;
}

.personal_consulting_section .consulting_services {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.personal_consulting_section .consulting_services .consulting_service {
    text-align: center;
}

.personal_consulting_section .consulting_services .consulting_service .service_title {
    margin-bottom: 60px;
    position: relative;
}

.personal_consulting_section .consulting_services .consulting_service .service_title span {
    position: relative;
    font-size: 36px;
    text-transform: uppercase;
    color: white;
    font-family: 'Barlow-ExtraBold';
    text-align: center;
}

.personal_consulting_section .consulting_services .consulting_service .service_title span::after {
    content: '';
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 8px;
    left: 0;
    -webkit-transform: skew(-50deg);
    -moz-transform: skew(-50deg);
    -o-transform: skew(-50deg);
}

.expert_service span::after {
    background: #f78d1f;
}

.research_service span::after {
    background: #fec526;
}

.marketing_service span::after {
    background: #fff;
}

#contactModal .modal-body {
    padding: 0;
}

#contactModal .contact_box .contact_left {
    padding: 0;
}

#contactModal .contact_box {
    margin: 10px auto 0;
    padding: 20px 10px;
}

#contactModal .contact_box .contact_left::after {
    height: 100%;
    right: 0;
    top: 0;
}

#contactModal .contact_box .contact_left {
    width: 32%;
}

#contactModal .contact_box .contact_form {
    width: 68%;
}

.personal_consulting_section .consulting_services .consulting_service img {
    height: 180px;
    width: auto;
}

.personal_consulting_section .consulting_services .consulting_service .service_description {
    margin-top: 30px;
    color: white;
    font-family: 'JOSTSEMI';
    padding: 0 50px;
}

.personal_consulting_section .btn_contact {
    font-size: 23px;
    border-radius: 15px;
    padding: 10px 25px;
    margin: 50px 0 15px;
}

.consulting_review_section {
    background: white !important;
}

.white_paper_offering_section .description {
    font-family: 'JostSemi';
    font-size: 24px;
    text-transform: uppercase;
    max-width: 830px;
    margin: 0 auto;
}

.white_paper_offering_section .newsletter_box {
    background: #166938;
    margin-top: 60px;
    padding: 25px 35px 30px 10px;
    display: flex;
}

.white_paper_offering_section .newsletter_box .newsletter_images {
    width: 42%;
    display: flex;
    justify-content: center;
    margin-top: -50px;
}

.white_paper_offering_section .newsletter_box .newsletter_images img {
    margin: 0 10px;
    box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
}

.white_paper_offering_section .newsletter_box .newsletter_scope {
    width: 58%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-left: 25px;
}

.white_paper_offering_section .newsletter_box .newsletter_scope .title {
    font-family: 'Barlow-ExtraBold';
    color: white;
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
}

.white_paper_offering_section .newsletter_box .newsletter_scope .description,
.speaking_engagements_section .engagement_box .engagement_scope .description {
    text-indent: 40px;
    font-size: 18px;
    color: white;
    text-transform: unset;
    font-family: 'JostMedium';
}

.speaking_engagements_section .description {
    font-family: 'JostSemi';
    font-size: 24px;
    text-transform: uppercase;
    max-width: 830px;
    margin: 0 auto;
}

.speaking_engagements_section .engagement_box {
    background: #fec526;
    display: flex;
    justify-content: center;
    margin-top: 65px;
    padding: 20px 0;
}

.speaking_engagements_section .engagement_box .engagement_scope {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.speaking_engagements_section .engagement_box .engagement_scope h3 {
    font-size: 36px;
    font-family: 'Barlow-ExtraBold';
    margin-bottom: 20px;
}

.speaking_engagements_section .engagement_box img {
    margin-top: -40px;
    margin-left: 40px;
    box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
}

.consulting_banner {
    background-position: top center;
}

.consulting_banner .btn_learn {
    margin-top: 50px;
    font-size: 24px;
    border-radius: 15px;
    padding: 10px 60px;
}

.offering_section {
    background: #166938;
}

.offering_section h2, .offering_section span {
    font-size: 43px;
    font-family: 'Barlow-ExtraBold';
    margin-bottom: 0;
    line-height: 1.1;
    letter-spacing: 1.2px;
}


.membership_section {
    background-position: top center;
}

.membership_section .description {
    font-size: 24px;
    max-width: 600px;
    margin: 0 auto 70px;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: JostSemi;
}

.membership_section .newsletter_scope {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1100px;
    margin: 0 auto;
    grid-gap: 50px;
}

.membership_section .newsletter_scope .newsletter-box {
    position: relative;
    background: #fff;
    padding: 35px 40px;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 24%) 0 7px 12px 5px;
}

.membership_section .newsletter_scope .newsletter-box .price {
    font-size: 26px;
    text-align: center;
    font-family: 'Barlow-ExtraBold' !important;
    top: 70px;
    position: absolute;
}

.membership_section .newsletter_scope .newsletter-box .price span {
    font-family: 'Barlow-ExtraBold' !important;
    padding: 0 5px;
}

.membership_section .newsletter_scope .newsletter-box .title {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-around;
}

.membership_section .newsletter_scope .newsletter-box .title .popular_badge {
    position: absolute;
    top: -68px;
    background: #f78d1f;
    text-transform: uppercase;
    color: white;
    right: 0;
    padding: 4px 11px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: 0;
    font-family: 'BARLOW-EXTRABOLD';
}

.membership_section .newsletter_scope .newsletter-box .title img {
    position: absolute;
    top: -50px;
    left: -25px;
    width: 100px;
}

.membership_section .newsletter_scope .newsletter-box .title .newsletter_title {
    position: absolute;
    left: 90px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Barlow', sans-serif;
    top: -15px;
}

.membership_section .newsletter_scope .newsletter-box .title .newsletter_title span {
    font-family: 'Barlow-ExtraBold' !important;
}

.membership_section .newsletter_scope .newsletter-box .title .newsletter_title span:first-child {
    font-size: 31px;
}

.membership_section .newsletter_scope .newsletter-box .title .newsletter_title span:last-child {
    font-size: 22px;
}

.membership_section .newsletter_scope .newsletter-box .content {
    position: relative;
    margin: 120px 0 25px;
    min-height: 250px;
}

.membership_section .newsletter_scope .newsletter-box .content p {
    font-family: 'JostMedium';
}

.membership_section .btn_free_trial {
    width: 98%;
    margin-top: -20px;
    padding: 30px 0 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-left: 1%;
    font-size: 18px;
    font-family: 'Barlow-ExtraBold';
}

.membership_section .btn_learn_more:hover {
    background: white;
    color: #166938 !important;
}

.membership_section .btn_learn_more::after {
    position: absolute;
    content: '';
    border-right: 3px solid;
    border-bottom: 3px solid;
    height: 15px;
    width: 15px;
    transform: rotate(-45deg);
    top: 20px;
    right: 30px;
}

.agresource_media_section {
    background: #edf1f4;
}

.agresource_media_section .description {
    max-width: 884px;
    margin: 0 auto 60px;
    font-size: 24px;
    text-transform: uppercase;
    font-family: JostSemi;
}

.agresource_media_section a {
    text-decoration: none;
}

.agresource_media_section .news_title {
    font-family: 'JostSemi';
    font-size: 18px;
    position: relative;
}

.agresource_media_section .news_title i {
    margin-left: 8px;
    position: absolute;
    top: 4px;
}

.agresource_media_section .resource_images {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
}

.agresource_media_section .resource_image_1 {
    grid-column: 1;
    grid-row: 1 / span 2;
    display: flex
}

.agresource_media_section .resource_image_2 {
    grid-column: 2 / span 2;
}

.agresource_media_section .resource_image_3 {
    grid-column: 2;
    grid-row: 2;
}

.agresource_media_section .resource_image_4 {
    grid-column: 3;
    grid-row: 2;
}

.agresource_media_section .resource_image {
    position: relative;
    -webkit-transition: 15s ease-in-out;
    transition: transform 15s ease-in-out;
}

.agresource_media_section .resource_image:hover {
    cursor: pointer;
}

.agresource_media_section .resource_image img {
    position: relative;
    width: 100%;
    object-fit: cover;
}

.agresource_media_section .image_description {
    position: absolute;
    bottom: 20px;
    color: white;
    left: 25px;
}

.agresource_media_section .image_description p {
    margin-bottom: 0;
}

.agresource_media_section .image_description .first_line {
    font-family: 'JostSemi';
    font-size: 18px;
}

.agresource_media_section .image_description .second_line {
    font-family: 'JostLight';
    font-size: 16px;
}

.video_archive_section .video_archive_row {
    display: grid;
    text-align: center;
    grid-gap: 25px;
    grid-template-columns: repeat(3, 1fr);
}

.video_archive_section .title {
    font-family: 'Barlow-ExtraBold';
    font-size: 18px;
    text-transform: uppercase;
    min-height: 40px;
    margin: 18px auto 5px;
    line-height: 1.1;
}

.video_archive_section .date {
    text-transform: uppercase;
    font-family: 'Barlow-Regular';
    margin-top: 10px;
}

.press_releases_section {
    background-image: url("../png/press_release_bk.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.press_releases_section .description {
    font-size: 24px;
    text-transform: uppercase;
    max-width: 950px;
    margin: 0 auto;
    font-family: 'JostSemi';
}

.press_releases_section .press_release_row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
    margin-top: 50px;
}

.press_releases_section .press_release_row .press_release_box {
    background: white;
    border-radius: 25px;
    padding: 40px;
}

.press_releases_section .press_release_box .title {
    font-family: 'Barlow-ExtraBold';
    font-size: 23px;
}

.press_releases_section .press_release_box .tiny_title {
    font-family: 'Barlow-Regular';
    font-size: 14px;
}

.press_releases_section .press_release_box .content {
    font-family: 'Barlow-Semi';
    font-size: 16px;
    margin-bottom: 20px;
}

.press_releases_section .press_release_box a {
    font-size: 24px;
    text-decoration: none;
    font-family: JostBold !important;
    position: relative;
}

.press_releases_section .press_release_box a i {
    position: absolute;
    top: 4px;
    right: -20px;
}

.btn_view_row {
    margin: 40px 0;
}

.press_releases_section .btn_learn_more {
    display: inline-block;
    padding: 10px 25px;
}

.press_releases_section .press_release_box a:hover {
    color: #166938;
}

.agresource_literature_section .agresource_slider {
    background: #f78d1f;
    padding: 50px 80px;
    border-radius: 40px;
}

.agresource_literature_section .agresource_slider img {
    padding: 10px;
    -webkit-transition: 2s ease-in-out;
    transition: transform 2s ease-in-out;
    transform: scale(1);
}

.agresource_literature_section .agresource_slider img:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.agresource_literature_section .slick-arrow {
    background: #fec526;
}

.agresource_literature_section .slick-prev {
    left: 20px;
}

.agresource_literature_section .slick-next {
    right: 20px;
}

.btn_brown_custom {
    font-size: 23px;
    border-radius: 15px;
    padding: 10px 45px;
    margin-top: 20px;
}

.wpcf7-spinner {
    width: 24px !important;
    margin-top: 15px;
}

.wpcf7-quiz.wpcf7-not-valid,
.wpcf7-validates-as-required.wpcf7-not-valid {
    border-color: #f55b5f !important;
}

.wpcf7-not-valid-tip {
    display: block !important;
}

.wpcf7-validates-as-required {
    margin-bottom: 0 !important;
}


#footer.solid-bg {
    background: #edf1f4;
}

#bottom-bar {
    background: #434343;
    padding: 10px;
}

#bottom-bar a {
    font-weight: bold;
}

#bottom-bar a:hover {
    text-decoration: none;
}

#bottom-bar p {
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
    color: black;
    margin-top: 10px;
}

#bottom-bar .wf-container-bottom {
    justify-content: center !important;
    font-size: 16px;
}

#bottom-bar .wf-float-left {
    color: white;
    font-weight: bold;
    font-size: 18px;
    font-family: 'JostLight';
    letter-spacing: 1.3px;
    text-align: center;
    line-height: 1.3;
}

.wf-float-right {
    display: none !important;
}

.custom_container {
    margin: 0 auto;
    max-width: 800px;
}

.reset-form{
    max-width: 350px;
    margin:0 auto;
}

.reset-form h3{
    text-transform: inherit;
    margin-bottom: 40px;
    text-align: center;
}

#loginModal .modal-content {
    width: 360px;
    margin: 0 auto;
    max-width: 360px
}

#loginModal .modal-content label {
    font-family: 'BARLOW-MEDIUM';
    letter-spacing: 0.9px;
}

#loginModal .login_form {
    padding: 15px 20px 10px 20px;
}

#loginModal .login_form label,
.reset-form label{
    font-family: 'BARLOW-MEDIUM';
    letter-spacing: 0.9px;
}

#loginModal input,
.reset-form input{
    border: 3px solid #166938;
    background: white;
    border-radius: 10px;
}

#loginModal #wp-submit {
    width: 100%;
    background-color: #166938;
    font-size: 27px;
    border-radius: 15px;
}

#loginModal #wp-submit:hover {
    background: white;
    color: #166938 !important;
    border: 1px solid;
}

#loginModal .btn_sign_in {
    font-size: 27px;
    border-radius: 15px;
    padding: 13px;
}

#loginModal .btn_subscribe,
.reset-form .btn_subscribe{
    font-size: 27px;
    border-radius: 15px;
    width: 100%;
    padding:0 !important;
}

#loginModal .forget_password {
    font-family: 'BARLOW-SEMI';
    letter-spacing: 0.9px;
    text-decoration: none;
}

#loginModal p {
    font-family: 'Barlow-Semi';
    font-size: 18px;
}

#loginModal p a{
    font-family: 'Barlow-Semi';
    text-decoration: none;
}

.subscription_introduction {
    position: relative;
    background: #166737;
}

.subscription_introduction:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
}

.subscription_introduction h1 {
    color: white;
    line-height: 1.1;
    margin-bottom: 0;
    text-align: center;
    font-size: 72px;
    letter-spacing: 2px;
}

.subscription_introduction .container {
    padding: 0 50px;
}

.subscription_introduction .content {
    color: white;
    font-size: 18px;
    font-family: 'JostMedium';
}

.subscription_introduction .content p {
    margin-bottom: 0;
    text-indent: 30px;
}

.product_container{
    max-width: 1000px;
}

.product_latest_section{
    margin: 50px 0 30px;
    padding: 25px 15px;
    border-top: 4px solid #e8ecef;
    border-bottom: 4px solid #e8ecef;
}

.product_latest_section h4{
    margin-bottom: 0;
}

.product_latest_section .product .first_product{
    display: flex;
    justify-content: space-between;
    border-bottom: 4px solid #e8ecef;
    margin-bottom: 30px;
}

.product_latest_section .product .first_product .product_part{
    width: 65%;
}

.product_latest_section .product .first_product .image_row img{
    width: 200px;
}

.second_product_part{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

section.container.product_container.about {
    font-size: 1.5rem;
    line-height: 1.25;
    padding: 25px;
    text-align: justify;
}

section.thanks_section .mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
}

section.thanks_section .mobile img {
    width: 60%;
}

section.thanks_section .mobile a {
    display: grid;
    justify-items: center;
}

section.thanks_section .btn_subscribe {
    font-size: 26px;
}

.product_latest_section .second_product{
    border-right: 4px solid #e8ecef;
    padding-right: 25px;
}

.product_latest_section .third_product{
    padding-left: 25px;
}

.subscription_preview {
    padding-bottom: 0;
    position: relative;
}

.subscription_preview .title {
    font-family: 'JostSemi';
    font-size: 23px;
}

.subscription_preview .description {
    font-family: 'JostLight';
}

.subscription_preview img {
    margin-top: 30px;
    width: 100%;
}

.subscription_preview:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: hsla(0, 0%, 100%, 0.2);
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff);
}

#cartModal .modal-dialog {
    justify-content: center;
}

#cartModal .modal-body {
    padding: 15px 30px 30px;
}

#cartModal .modal_description {
    font-family: 'JostMedium';
    line-height: 1.4;
    margin: 40px 0;
}

#cartModal .modal-content {
    width: 350px;
}

#cartModal .btn_view_cart {
    width: 100%;
    border-radius: 15px;
    font-size: 27px;
    font-family: 'BARLOW-EXTRABOLD';
    padding: 15px 0;
    margin-bottom: 20px;
}

#cartModal .continue_shopping a {
    font-family: 'JostSemi';
    text-decoration: none;
    font-size: 23px;
}

.product_price_section {
    text-align: center;
}

.product_price_section h2 {
    font-size: 55px;
    font-family: 'Barlow-Bold';
    margin-bottom: 33px;
    line-height: 1.1;
}

.product_price_section .btn_price {
    font-size: 34px;
    border-radius: 15px;
}

.product_price_section .row {
    margin-bottom: 22px;
    justify-content: space-around;
}

.cart-icon {
    margin: 44px 10px 44px 10px !important;
}

.cart-icon a {
    margin: 0 !important;
}

#lblCartCount {
    position: absolute;
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    padding: 5px 8px;
    vertical-align: top;
    right: -14px;
    top: -13px;
}

.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
    background-color: #c67605;
}

.order_section {
    background-image: url("../png/cart_bk.png");
    text-align: center;
}

.order_section h1 {
    margin-bottom: 35px;
    color: white;
    letter-spacing: 1.3px;
}

.order_section .work_process .order_process {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
}

.order_section .work_process .order_process.active {
    background: #f78d1f;
    width: 40px;
    height: 40px;
    border: 5px solid white;
}

.order_section .work_process .col-md-3 {
    display: flex;
    justify-content: center;
}

.cart_section .cart_info_row {
    justify-content: space-between;
    align-items: flex-start;
}

.cart_section .cart_info_row p span {
    font-family: 'Barlow-ExtraBold';
    text-transform: uppercase;
    line-height: 30px;
}

.cart_section .cart_info_row p span:first-child {
    font-size: 34px;
}

.cart_section .cart_info_row p span:last-child {
    font-size: 24px;
}

.cart_section .cart_info_row .quantity_part {

}

.cart_section .cart_info_box {
    width: 72%;
}

.cart_section .cart_info_box .cart_product {
    width: 66%;
}

.cart_section .cart_info_box .quantity_part {
    width: 32%;
}

.cart_section .cart_info_box .row {
    margin-bottom: 25px;
}

.cart_section .cart_info_box img {
    margin-right: 20px;
    padding-left: 20px;
}

.cart_section .cart_info_box p {
    margin-bottom: 0;
}

.cart_section .cart_info_box .payment_period_row {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}

.cart_section .cart_info_box .payment_period_row input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.cart_section .cart_info_box .payment_period_row label {
    display: inline-block;
    font-size: 16px;
    background: grey;
    color: white;
    font-family: 'Barlow-ExtraBold';
    border-radius: 15px;
    padding: 10px 30px;
    text-transform: uppercase;
}

.cart_section input[type="checkbox"] {
    position: relative;
    border: 2px solid #166938;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
}

.cart_section input[type=checkbox]:checked {
    background-color: #166938;
    opacity: 1;
}

.cart_section input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.cart_section input[type="checkbox"]:after {

}

.cart_section .cart_info_box .payment_period_row input[type="radio"]:focus + label {
    border: 2px dashed #444;
}

.cart_section .cart_info_box .payment_period_row input[type="radio"]:checked + label {
    background-color: #166938;
    border-color: #166938;
}

.cart_section .cart_info_box .quantity_part {
    font-family: 'Barlow-Semi';
}

.cart_section .cart_info_box .quantity_part .amount_input {
    width: 70px;
    border: 4px solid #166938;
    border-radius: 15px;
    text-align: center;
}

.cart_section label {
    font-family: BARLOW-SEMI;
}

.cart_section .month_trial_row label{
    margin-left: 20px;
}

.cart_summary_box {
    width: 25%;
    padding: 40px 30px;
}

.cart_summary_box h3 {
    font-family: 'Barlow-Bold';
    font-size: 46px;
    border-bottom: 3px solid black;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.cart_summary_box .sub_total_price {
    font-size: 20px;
    font-family: 'JostSemi';
}

.cart_summary_box .detailed_price_box {
    padding-left: 50px;
}

.cart_summary_box .detailed_price_box p {
    font-family: 'JostLight';
}

.cart_summary_box .total_price_row {
    margin: 34px 0;
}

.cart_summary_box .total_price_row p {
    font-size: 24px;
}

.cart_summary_box p {
    margin-bottom: 0;
}

.cart_summary_box .terms_condition input[type='checkbox'] {
    margin-right: 5px;
}

.cart_summary_box .terms_condition span{
    font-family: 'Barlow-Semi';
    margin-left: 20px;
}

.cart_summary_box .terms_condition a {
    text-decoration: none;
    color: #166938;
    font-family: 'Barlow-Semi';
}

.cart_summary_box .btn_continue_checkout {
    display: block;
    width: 100%;
    font-size: 22px;
    font-family: 'Barlow-ExtraBold';
    border-radius: 15px;
    padding: 15px 0;
    margin-bottom: 10px;
}

.cart_summary_box .continue_shipping_row a {
    text-decoration: none;
    font-family: 'Barlow-Bold';
    font-size: 18px;
    letter-spacing: 1.5px;
}

.cart_summary_box .total_price,
.cart_summary_box .discount_part label {
    font-family: 'JostSemi';
}

.cart_summary_box .discount_part #discount_code {
    width: 100%;
    border: 3px solid #166938;
    border-radius: 15px;
    margin-bottom: 0;
}

.cart_summary_box .discount_part .discount_row{
    display: flex;
    margin-bottom: 10px;
    column-gap: 10px;
}

.discount_input_field{
    width: 100%;
}

.cart_summary_box .discount_part #btn_discount_apply{
    color: white;
    border-radius: 10px;
    padding: 0 10px;
    text-transform: uppercase;
    font-family: 'Barlow-ExtraBold'
}

.cart_summary_box .terms_condition {
    margin-bottom: 30px;
    font-family: 'Barlow-Semi';
}

.cart_summary_box img {
    width: 180px;
    height: 120px;
    margin-top: 30px;
}

.payment_info_row {
    justify-content: space-between;
    align-items: flex-start;
}

.payment_info_box {
    width: 72%;
    padding: 30px 40px !important;
}

.payment_info_box .StripeElement,
.payment_info_box input[type='text'] {
    padding: 8px 14px;
    border: 3px solid #166938;
    border-radius: 15px;
}

.payment_info_box .StripeElement--focus {
    border-color: #00CCFF;
}

.payment_info_box .StripeElement--invalid {
    border-color: #FF0033;
}

.payment_info_box .StripeElement--webkit-autofill {
    background-color: #F9F9F9 !important;
}

.payment_info_box label {
    font-family: 'Barlow-Medium';
}

.payment_info_box .btn_pay_now {
    display: block;
    display: block;
    width: 100%;
    border-radius: 15px;
    font-size: 24px;
    font-family: 'Barlow-ExtraBold'
}

#card-errors {
    font-family: 'Barlow-Medium';
    font-weight: 600;
    font-size: 12px;
    display: block;
    height: 20px;
    padding: 4px 0;
    color: #FF2255;
}

.field--focus {
    border-color: #00CCFF;
}

.field--invalid {
    border-color: #FF2255;
}

.field--webkit-autofill {
    background-color: #F9F9F9 !important;
}

.field--placeholder {
    color: #D4D4D4;
}

.field {
    background: white;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    color: #242424;
    outline: none;
    height: 36px;
    line-height: 36px;
    cursor: text;
    width: 553px;
    padding: 8px 14px;
}

.payment_info_box h3 {
    font-family: 'Barlow-Bold';
    font-size: 46px;
    border-bottom: 3px solid black;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.authentication_section .authentication_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.authentication_section .authentication_row .btn_authentication {
    font-size: 27px;
    font-family: 'Barlow-ExtraBold';
    padding: 20px 0 !important;
    width: 350px;
    border-radius: 25px;
}

.authentication_section a,
.registration_section a {
    font-family: 'Barlow-Semi';
    font-size: 24px;
    color: black;
    text-decoration: none;
}

.registration_section .form-control {
    margin-bottom: 0;
    border-color: #166938;
    border-radius: 10px;
    border-width: 3px;
}

.registration_section input[type=password] {
    border-color: #f78d1f;
}

.registration_section .btn_create_account {
    display: block;
    margin: 25px 0;
    padding: 15px 0;
    font-family: 'Barlow-ExtraBold';
    font-size: 24px;
    border-radius: 25px;
    width: 100%;
}

.thanks_section {
    padding: 70px 0;
    max-width: 820px;
    margin: 0 auto;
}

.thanks_section p {
    font-size: 24px;
    font-family: JostSemi;
    line-height: 1.3;
}

.box {
    padding: 30px 30px;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 24%) 0 7px 12px 5px;
}


.page-id-2410 h1,
.page-id-2410 h2,
.page-id-2414 h1,
.page-id-2414 h2 {
    font-family: Barlow-ExtraBold;
}

.page-id-2410 p,
.page-id-2410 li,
.page-id-2414 p,
.page-id-2414 li {
    font-family: JostLight;
}

.footer_container {
    padding: 40px 0 20px;
}

.footer_container .authentication img {
    width: 100%;
    height: 160px;
    object-fit: contain;
}

.footer_container .authentication ul {
    padding-left: 0;
    display: flex;
    justify-content: center;
}

.footer_container .main_title {
    font-family: Barlow-Bold;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 6px;
}

.footer_container .main_title a {
    font-family: Barlow-Bold;
}

.footer_container .sub_title {
    font-family: 'Barlow-Medium';
    letter-spacing: 0.8px;
    font-size: 18px;
    margin-bottom: 10px;
}

.footer_container li a {
    color: #000;
    text-decoration: none;
    font-family: 'Barlow-Medium';
}

.footer_container .social_icon {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer_container .app_row {
    display: flex;
    justify-content: space-around;
    grid-gap: 10px;
}

.footer_container .app_row img {
    width: 100%;
}

.footer_container .icon_row .search-icon {
    padding-right: 30px;
}

.page-id-2410 .wf-container-main,
.page-id-2414 .wf-container-main,
.page-id-271186 .wf-container-main {
    max-width: 1320px;
    margin: 80px auto;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.mobile_footer {
    display: none;
}

.page-id-2105 .review_section {
    background: white;
}

.d-desktop-none {
    display: none;
}

.work_process .col-3 {
    display: flex;
    justify-content: center;
}

.registration_section .contact_box {
    margin: 0 auto 50px;
}

#multiUserModal .multi_box {
    display: flex;
}

#multiUserModal .multi_box .multi_box_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    position: relative;
    width: 39%;
}

#multiUserModal .multi_box .multi_box_left .title {
    font-size: 30px;
    line-height: 0.8;
    text-transform: uppercase;
}

#multiUserModal .multi_box .multi_box_left .title span {
    font-family: 'Barlow-ExtraBold' !important;
}

#multiUserModal .multi_box .multi_box_left .title .second {
    font-size: 22px;
}

#multiUserModal .multi_box .multi_box_left img {
    width: 160px;
}

#multiUserModal .multi_box .multi_box_right {
    width: 62%;
    padding: 15px 30px;
}

#multiUserModal .multi_box .multi_box_right .modal_description {
    font-family: 'JostSemi';
    font-size: 20px;
}

#multiUserModal .multi_box .multi_box_right .multi_input {
    width: 100px;
    border: 2px solid #166938;
    border-radius: 10px;
    text-align: center;
}

#multiUserModal .multi_box .multi_box_right .btn_view_cart {
    padding: 15px 20px;
    font-family: 'Barlow-ExtraBold' !important;
    font-size: 21px;
    border-radius: 15px !important;
    margin: 20px 15px 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

div#cart_page_items_appeared .payment_period_row div {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 5px -15px 5px;
}

div#cart_page_items_appeared .payment_period_row div input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

div#cart_page_items_appeared img{
    width: 150px;
}

div#cart_page_items_appeared .payment_period_row div input:checked + label {
    border: unset !important;
}

div#cart_page_items_appeared .payment_period_row div label {
    border: unset !important;
}

.cart_summary_box .detailed_price_box {
    padding: 0px;
    margin-bottom: 20px;
}

.cart_summary_box .total_price_row {
    margin-top: 20px;
}

.sub_total_price.discount_div {
    margin-top: 15px;
}

.cart_info_box i.fa.fa-times.deleted_item_in_cart {
    position: absolute;
    top: 46%;
    padding: 0;
    display: inline-block;
    width: unset;
    color: red;
    font-size: 20px;
    cursor: pointer;
}

div#cart_page_items_appeared .row {
    position: relative;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 30px;
}

div#cart_page_items_appeared .row:last-child {
    padding-bottom: 0px;
    border-bottom: unset;
}

h2.no_product_h2 {
    margin: 0;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    padding: 20px 0 20px;
    font-family: 'Barlow-Bold';
}

.custom_payment_form h4 {
    font-size: 16px;
    margin: 10px 0px 20px;
}

.custom_payment_form input#cc-number, .custom_payment_form input#cc-cvc, .custom_payment_form input#cc-exp {
    padding: 8px 14px 8px 35px;
    border: 3px solid #166938;
    border-radius: 15px;
    margin-bottom: 0px;
    border-style: var(--the7-form-border);
    box-sizing: border-box;
    font: var(--the7-form-md-font);
    letter-spacing: var(--the7-form-md-letter-spacing);
    text-transform: var(--the7-form-md-text-transform);
    text-decoration: var(--the7-base-text-decoration);
}

.custom_payment_form span.input-group-addon {
    height: unset;
    display: inline-block;
    line-height: 0px;
    position: absolute;
    top: 13px;
    left: 12px;
    z-index: 9;
}

.custom_payment_form i.fa.fa-cc-visa {
    position: absolute;
    top: 42px;
    left: 9px;
    background: #fff;
    z-index: 9;
}

.custom_payment_form .form-group {
    position: relative;
}

.custom_payment_form .error_msg{
    margin: 15px 0 0 0;
}

form.user_registration_form input.orange {
    border-color: #f78d1f !important;
}

.cart_summary_box .detailed_price_box {
    margin-top: 15px;
}

.cart_summary_box .detailed_price_box .subscription_name {
    padding-left: 30px;
}

.cart_summary_box .detailed_price_box {
    margin-top: 15px;
}

.cart_section .month_trial_row input[type="checkbox"], .cart_section .terms_condition input[type=checkbox] {
    width: 100%;
    margin: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: transparent;
    border: unset;
    border-radius: 0px;
    bottom: 0px;
    height: 26px;
    display: flex;
}

.cart_section .month_trial_row input[type=checkbox]:before, .cart_section .terms_condition input[type=checkbox]:before {
    width: 4px;
    left: 6px;
    bottom: 0;
}

.cart_section .month_trial_row input[type=checkbox]:after, .cart_section .terms_condition input[type=checkbox]:after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 2px solid #166938;
    border-radius: 2px;
    bottom: 0px;
    margin: auto;
}

.cart_section .month_trial_row, .cart_section .terms_condition {
    position: relative;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 0 auto 0;
}

.cart_section .month_trial_row input[type=checkbox]:checked:after, .cart_section .terms_condition input[type=checkbox]:checked:after {
    background: #166938;
}

.cart_section .terms_condition {
    width: 100%;
    margin: 0 auto 15px;
}

.cart_section .terms_condition a {
    z-index: 9999;
    margin-left: 5px;
}

.cart_section .terms_condition.error {
    color: red;
}

form.user_registration_form input#cpassword {
    margin-top: -2px;
}

p.error_msg {
    font-family: 'Barlow-Medium' !important;
    font-size: 16px !important;
    color: red;
    margin: 0 0 15px 0;
    line-height: 17px;
    overflow-wrap: break-word;
}

.payment_info_box button.btn_pay_now {
    margin-top: 40px;
}

section.payment_section button#validate.loading{
    position: relative;
    color: transparent !important;
    background: #fff;
}

.registration_section .btn_create_account.loading,
#btn_discount_apply.loading,
#loginModal button.loading{
    position: relative;
    color: transparent !important;
}

section.payment_section button#validate.loading img,
.registration_section .btn_create_account.loading img,
#loginModal button.loading img,
#btn_discount_apply.loading img{
    display: inline-block !important;
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    height: auto;
}

.topic_of_week{
    background: #e8ecef;
    padding: 30px 50px;
}

.topic_of_week h2{
    color: #166938;
    text-align: center;
    font-size: 36px;
    font-family: 'Barlow-ExtraBold';
}

.topic_of_week .topic_content{
    display: flex;
}

.topic_part .topic_date{
    background: #f78d1f;
    font-size: 18px;
    color: white;
    text-align: center;
    padding: 10px;
    font-family: 'JostSemi';
    margin: 7px;
    border-radius: 10px;
}

.topic_part .topic_title{
    background: #f78d1f;
    font-size: 22px;
    color: white;
    text-align: center;
    padding: 10px;
    font-family: 'Barlow-Bold';
    margin: 7px;
    min-height: 110px;
    border-radius: 10px;
}

.notify_msg{
    color: #166938;
    font-weight: 600;
    margin-top: 5px;
    font-size: 17px;
}

@media (max-width: 1650px) {
    .subscription_introduction:before {
        width: 160px;
        height: 160px;
        right: 0;
        top: 0;
    }
}

@media (max-width: 1400px) {
    .review_section .review_slider {
        padding: 65px 100px;
    }

    .review_section .review_slider .slick-prev {
        left: 27px;
    }

    .review_section .review_slider .slick-next {
        right: 27px;
    }

    .main-nav > li:not(.wpml-ls-item) > a .menu-text,
    .btn_authentication,
    .btn_subscribe {
        font-size: 17px;
    }

    .newsletter_section .newsletter_slider .slick-prev {
        left: -80px
    }

    .newsletter_section .newsletter_slider .slick-next {
        right: -80px;
    }

    .team_section {
        padding: 60px 100px;
    }

    .personal_consulting_section .consulting_services .consulting_service .service_description {
        padding: 0 40px;
    }

    .cart_section .cart_info_box {
        width: 65%;
    }

    .cart_summary_box {
        width: 32%;
    }

    .cart_section .cart_info_box .cart_product,
    .payment_section .payment_info_box {
        width: 60%;
    }

    .cart_section .cart_info_box .quantity_part,
    .payment_section .cart_summary_box {
        width: 38%;
    }

    .about_section p {
        line-height: 26px;
    }
}

@media (max-width: 1200px) {
    .newsletter_slider .newsletter-box {
        margin: 50px 15px;
    }

    .header_menu_user_name{
        font-family: 'Barlow-Medium';
        position: relative !important;
        right: 0;
        list-style: none;
    }

    .show-device-logo .mobile-branding img.mobile-logo, .mobile-branding {
        width: 160px;
        padding: 2px 0;
    }

    .menu-item-has-children > a > span > span::after {
        content: '';
    }

    li:not(.dt-mega-menu) .sub-nav {
        margin-top: 0;
    }

    .home_banner .content {
        max-width: 100%;
    }

    .agresource_app_section .agresource_box > img {
        width: 40%;
    }

    .agresource_app_section .agresource_box .content {
        width: 60%;
    }

    .home_banner .content {
        padding: 0 100px;
    }

    .footer_container .authentication ul {
        display: block;
    }

    .footer_container .authentication ul .btn_header {
        margin: 10px !important;
    }

    .footer_container .app_row {
        display: block;
    }

    .footer_container .app_row li {
        margin-bottom: 10px;
    }

    .review_section .review_slider {
        padding: 55px 80px;
    }

    .mobile-main-nav li > a .menu-text {
        font-size: 20px;
    }

    .dt-mobile-header .mobile-main-nav li .sub-nav > li > a .menu-text {
        font-size: 16px;
    }

    .consulting_banner {
        padding: 70px 0;
    }

    section h1 {
        font-size: 50px;
    }

    section .description {
        font-size: 21px !important;
        padding: 0 15px;
    }

    .about_banner {
        padding: 80px 0;
    }

    .team_section #south_america_tab,
    .team_section #united_status_tab,
    .team_section #join_team_tab {
        font-size: 18px;
    }

    .team_section .nav-tabs .nav-link.active {
        font-size: 23px !important;
    }

    .team_tab_content .team_column {
        width: 50%;
        padding: 0 5%;
    }

    .team_section {
        padding: 60px 80px;
    }

    .white_paper_offering_section .newsletter_box .newsletter_images,
    .speaking_engagements_section .engagement_box img {
        display: none;
    }

    .white_paper_offering_section .newsletter_box .newsletter_scope,
    .speaking_engagements_section .engagement_box .engagement_scope {
        width: 100%;
    }

    .personal_consulting_section .consulting_services .consulting_service .service_title span {
        font-size: 26px;
    }

    .personal_consulting_section .consulting_services .consulting_service .service_description {

    }

    .press_releases_section .press_release_row {
        grid-gap: 20px;
    }

    .mobile-main-nav {
        padding-left: 0 !important;
    }

    .mobile-menu-show-divider .mobile-main-nav > li > a .menu-text {
        text-transform: uppercase !important;
        font-family: 'Barlow Condensed';
    }

    .mobile-menu-show-divider .mobile-main-nav > li > a{
        font-family: 'Barlow Condensed';
        font-size: 20px;
        text-transform: uppercase;
        font-weight: bold;
    }

    #mobile-menu .btn_header {
        font-size: 20px !important;
        margin: 15px 10px !important;
    }

    .cart_section .cart_info_box .cart_product {
        width: 55%;
    }

    .cart_section .cart_info_box .quantity_part {
        width: 45%;
    }

    .cart_summary_box h3 {
        font-size: 40px;
    }

    .cart_summary_box .btn_continue_checkout {
        font-size: 18px;
    }

    .cart_section .cart_info_row p span:first-child{
        font-size: 25px;
    }

    .cart_section .cart_info_row p span:last-child{
        font-size: 18px;
    }

    .registration_section .contact_box .contact_left .title {
        font-size: 33px;
    }

    .registration_section .contact_box .contact_left .title .second {
        font-size: 25px;
    }

    .registration_section .btn_create_account {
        font-size: 24px;
    }

    .about_section p {
        font-size: 17px;
        line-height: 23px;
    }

    .cart-icon {
        margin: 0 10px 0 10px !important;
    }

    .cart-icon:before {
        display: none;
    }

    #lblCartCount {
        right: unset;
        top: 0;
        left: 17px;
    }
}

@media (max-width: 992px) {
    .home_banner .content .banner_title {
        font-size: 60px;
    }

    .press_releases_section .press_release_box .title {
        font-size: 20px;
    }

    section h1 {
        margin-bottom: 30px;
        font-size: 40px;
    }

    .subscription_introduction h1{
        font-size: 60px;
    }

    .our_story_section .story_content {
        display: block;
    }

    .our_story_section .story_content p {
        margin-bottom: 35px;
    }

    .agresource_app_section .content h1 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .product_latest_section .product .first_product{
        display: block;
    }

    .product_latest_section .first_product .image_row{
        text-align: center;
    }

    .product_latest_section .second_product_part{
        display: block;
    }

    .product_latest_section .third_product {
        padding-left: 0;
    }

    .product_latest_section .second_product{
        border-right: 0;
        border-bottom: 4px solid #e8ecef;
        padding-right: 0;
        margin-bottom:20px;
        padding-bottom: 20px;
    }

    .product_latest_section .product .first_product .product_part{
        width: 100%;
    }

    .product_price_section .btn_price{
        font-size: 23px;
    }

    .product_price_section h2{
        font-size: 40px;
    }

    .topic_of_week .topic_content{
        display: block;
    }

    .topic_part .topic_title{
        min-height: auto;
    }

    .topic_part{
        margin-bottom: 15px;
    }

    .review_section .review_slider {
        padding: 35px 50px;
    }

    .footer_container .app_row {
        display: flex;
    }

    .footer_container .authentication ul {
        display: flex;
    }

    .membership_section .newsletter_scope {
        grid-template-columns: 1fr 1fr;
    }

    .membership_section .newsletter_scope .newsletter-box .content {
        min-height: 100%;
    }

    .consulting_banner {
        padding: 60px 0;
    }

    .product_container {
        max-width: 650px;
    }

    .team_tab_content .team_column {
        padding: 0 20px;
    }

    .about_section .about_row {
        display: block;
    }

    .about_section img,
    .about_section p {
        width: 100%;
    }

    .about_section img {
        margin-bottom: 20px;
    }

    .about_section .odd_row {
        margin-bottom: 35px;
    }

    .about_section {
        padding: 50px 0;
    }

    .contact_box {
        display: block;
    }

    .contact_box .contact_left {
        padding: 10px 0 0;
    }

    .contact_box .contact_left .title,
    .contact_box .contact_left::after {
        display: none;
    }

    .contact_box .contact_form,
    .contact_box .contact_left {
        width: 100%;
    }

    .about_section p,
    section .description {
        font-size: 21px !important;
    }

    .team_section #join_team_content .small_title {
        font-size: 27px;
        margin-bottom: 40px;
    }

    .personal_consulting_section .consulting_services {
        display: block;
    }

    .personal_consulting_section .consulting_services .consulting_service {
        margin-top: 30px;
    }

    .personal_consulting_section .consulting_services .consulting_service .service_title {
        margin-bottom: 42px;
    }

    .personal_consulting_section .consulting_services .consulting_service .content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .personal_consulting_section .consulting_services .consulting_service .content_odd {
        flex-direction: row-reverse;
    }

    .personal_consulting_section .consulting_services .consulting_service .content .service_description {
        margin-top: 0;
    }

    .review_section .review_slider .review_box .title {
        font-size: 40px;
    }

    .review_section .review_slider .review_box .content {
        font-size: 21px;
    }

    .personal_consulting_section .consulting_services .consulting_service .service_title span,
    .white_paper_offering_section .newsletter_box .newsletter_scope .title,
    .speaking_engagements_section .engagement_box .engagement_scope h3 {
        font-size: 30px;
    }

    .white_paper_offering_section .newsletter_box .newsletter_scope {
        padding-left: 0;
    }

    .white_paper_offering_section .newsletter_box .newsletter_scope .description,
    .speaking_engagements_section .engagement_box .engagement_scope .description {
        padding: 0 40px;
    }

    .portfolio_content {
        min-height: 100%;
    }

    .agresource_media_section .description {
        margin: 0 auto 40px;
    }

    .press_releases_section .press_release_row,
    .video_archive_section .video_archive_row {
        display: block;
    }

    .press_releases_section .press_release_row .press_release_box {
        padding: 30px 20px;
        margin: 10px;
    }

    .global_office_section .office_locations .slick-arrow,
    .press_releases_section .press_release_row .slick-arrow,
    .video_archive_section .video_archive_row .slick-arrow {
        background: #f78d1f;
    }

    .newsletter_section .newsletter_slider .slick-prev,
    .global_office_section .office_locations .slick-prev,
    .press_releases_section .press_release_row .slick-prev,
    .video_archive_section .video_archive_row .slick-prev {
        left: -50px;
    }

    .newsletter_section .newsletter_slider .slick-next,
    .global_office_section .office_locations .slick-next,
    .press_releases_section .press_release_row .slick-next,
    .video_archive_section .video_archive_row .slick-next {
        right: -50px;
    }

    .team_rows {
        display: block;
    }

    .d-mobile-none {
        display: none !important;
    }

    .agresource_media_section .accordion {
        list-style: none;
        padding: 0;
    }

    .agresource_media_section .accordion .inner {
        overflow: hidden;
        display: none;
    }

    .agresource_media_section li {
        margin: 0.5em 0;
        background: white;
        padding: 20px;
    }

    .agresource_media_section .accordion .toggle .first_line {
        font-family: 'JostSemi';
        font-size: 25px;
        margin-bottom: 0;
    }

    .agresource_media_section .accordion .toggle .second_line {
        font-family: 'JostLight';
        margin-bottom: 0;
    }

    .agresource_media_section .toggle {
        color: black;
    }

    .agresource_media_section .accordion .inner img {
        width: 100%;
    }

    .d-desktop-none {
        display: block;
    }

    .cart_section .cart_info_row {
        display: block !important;
    }

    .cart_section .cart_info_box,
    .cart_summary_box {
        width: 100%;
    }

    .cart_section .cart_info_box {
        margin-bottom: 30px;
    }

    .cart_section .cart_info_box .payment_period_row{
        justify-content: space-evenly;
    }

    .cart_section .month_trial_row{
        width: 50%;
    }

    .cart_section .terms_condition{
        width: 100%;
        justify-content: flex-start;
    }

    .cart_summary_box .terms_condition span{
        margin-left: 30px;
    }

    .terms_condition{
        width: 100%;
        justify-content: flex-start;
    }

    .offering_section h2, .offering_section span {
        font-size: 35px;
    }

    .subscription_preview .description {
        font-size: 16px !important;
    }

    #resumeModal .modal-body {
        padding: 10px 1.5rem 0;
    }

    .team_section .accordion {
        list-style: none;
        padding: 0;
    }

    .team_section li {
        margin: 0.5em 0;
        background: white;
    }

    .team_section li a {
        text-decoration: none;
    }

    .team_section .accordion li .toggle .first_line {
        background: #166938;
        color: white;
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        font-family: 'Barlow-ExtraBold';
        padding: 15px;
    }

    .team_section .accordion li .toggle .join_team_title {
        background: #f78d1f;
    }

    .team_section .accordion .join_team {
        margin-top: 50px;
    }

    .team_section .accordion .join_team .small_title {
        font-family: Barlow-Semi;
        font-size: 27px;
        margin-bottom: 40px;
        line-height: 1;
    }

    .team_section .slick-dots {
        bottom: 10px;
    }
}

@media (max-width: 767.9px) {
    .home_banner .content {
        padding: 0 20px;
    }

    .btn_main {
        font-size: 21px !important;
    }

    .d-mobile-none {
        display: none;
    }

    .newsletter_slider .content {
        min-height: 100%;
    }

    .agresource_section div {
        width: 50%;
    }

    .newsletter_slider .newsletter-box {
        margin: 50px 80px;
    }

    .newsletter_section .newsletter_slider .slick-prev {
        left: 20px;
    }

    .newsletter_section .newsletter_slider .slick-next {
        right: 20px;
    }

    .newsletter_section h1 {
        font-size: 40px;
    }

    .review_section .review_slider .review_box {
        padding: 30px 60px;
        margin-bottom: 0;
    }

    .review_section .review_slider .review_box .title {
        font-size: 40px;
    }

    .global_office_section .office_locations {
        display: block;
    }

    .global_office_section .office_locations .office_location {
        width: 100%;
        margin-bottom: 15px;
    }

    .topic_of_week h2{
        font-size: 30px;
    }

    .topic_part .topic_title{
        font-size: 20px;
    }

    .topic_of_week{
        padding: 15px 30px;
    }

    .agresource_box {
        display: block;
    }

    .product_latest_section .product .first_product .image_row img{
        width: 250px;
    }

    .agresource_app_section .agresource_box > img,
    .agresource_app_section .agresource_box .content {
        width: 100%;
    }

    .agresource_app_section .agresource_box .content {
        margin-top: 50px;
    }

    .footer .mobile_footer {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0 10px;
    }

    .footer .mobile_footer > a {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer .mobile_footer .preload-me {
        object-fit: contain;
        height: 160px;
        width: 100%;
    }

    .footer .mobile_footer .btn_header {
        margin: 5px 0 !important;
        font-size: 20px;
    }

    .footer .mobile_footer .btn_authentication {
        padding: 15px 35px 15px 35px !important;
    }

    .footer .mobile_footer .btn_subscribe {
        padding: 15px 18px 15px 18px !important;
    }

    .home_banner .content .banner_title {
        font-size: 40px;
    }

    .home_banner .content .description {
        font-size: 20px;
    }

    .membership_section .newsletter_scope {
        grid-template-columns: 1fr;
    }

    .subscription_introduction h1 {
        font-size: 40px;
        text-align: center;
    }

    .product_container {
        max-width: 500px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .product_price_section h2 {
        font-size: 28px;
    }

    .product_price_section .col-12 {
        margin-bottom: 15px;
    }

    .footer_container{
        display: none;
    }

    .product_price_section .row {
        margin-bottom: 0;
    }

    .subscription_introduction:before {
        width: 120px;
        height: 120px;
    }

    .team_tab_content .team_column {
        padding: 0 40px;
    }

    .team_section {
        padding: 60px 0;
    }

    .portfolio_content {
        min-height: 100%;
    }

    .team_section .nav-tabs {
        padding-left: 0;
    }

    .team_section .nav-tabs .nav-link.active {
        font-size: 20px !important;
    }

    .team_section #south_america_tab,
    .team_section #united_status_tab,
    .team_section #join_team_tab {
        font-size: 16px;
    }

    .footer_container .app_row img {
        width: 100%;
    }

    .personal_consulting_section .consulting_services .consulting_service img {
        height: 120px;
    }

    .white_paper_offering_section .newsletter_box .newsletter_scope .description,
    .speaking_engagements_section .engagement_box .engagement_scope .description {
        padding: 0 20px;
    }

    .press_releases_section .press_release_row .press_release_box {
        padding: 40px 30px;
    }

    .cart_section .cart_info_box .row,
    .payment_section .payment_info_row {
        display: block !important;
    }

    .cart_section .cart_info_box .cart_product,
    .cart_section .cart_info_box .quantity_part,
    .payment_section .payment_info_box,
    .payment_section .cart_summary_box {
        width: 100%;
    }

    .cart_section .cart_info_box .cart_product {
        justify-content: center;
        margin-bottom: 20px;
    }

    .payment_section .payment_info_box {
        margin-bottom: 25px;
    }

    .authentication_section .authentication_row {
        justify-content: space-evenly;
    }

    .authentication_section .authentication_row .btn_authentication {
        width: 250px;
    }

    .agresource_app_section .content p {
        font-size: 21px;
    }

    .press_releases_section .press_release_row {
        margin-top: 30px;
    }

    .cart_info_box i.fa.fa-times.deleted_item_in_cart {
        top: 16%;
    }
}

@media (max-width: 576px) {
    .newsletter_slider .newsletter-box {
        margin: 50px 10px 15px 10px;
    }

    .slick-dots {
        display: block !important;
        bottom: -40px;
    }

    .newsletter_section .btn_row {
        margin: 60px 0 0 0;
    }

    .agresource_section img {
        margin-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    section h1 {
        font-size: 35px !important;
    }

    .slick-dots li.slick-active button:before {
        opacity: 1;
        font-size: 12px;
    }

    .slick-dots li button:before {
        font-size: 12px;
    }

    .newsletter_section .slick-dots li.slick-active button:before,
    .team_section .slick-dots li.slick-active button:before,
    .global_office_section .slick-dots li.slick-active button:before {
        color: #166938;
    }

    .video_archive_section .video_archive_row .slick-dots li button:before,
    .review_section .review_slider .slick-dots li button:before,
    .press_releases_section .press_release_row .slick-dots li button:before,
    .agresource_literature_section .slick-dots li button:before {
        color: #f78d1f;
    }

    .review_section .review_slider {
        padding: 10px;
    }

    .review_section .review_slider .review_box {
        padding: 30px 20px;
    }

    .agresource_section {
        display: block;
    }

    .agresource_section div {
        width: 100%;
    }

    .mobile_footer .app_row {
        display: block;
    }

    .btn-contact-now {
        font-size: 16px;
    }

    .cart_section .cart_info_row p span:first-child{
        font-size: 20px;
    }

    .footer .mobile_footer .btn_header,
    .footer_container .app_row img {
        width: 150px;
    }

    .footer .mobile_footer .btn_subscribe,
    .footer .mobile_footer .btn_authentication {
        padding: 10px !important;
    }

    .footer .mobile_footer .btn_header {
        font-size: 17px;
    }

    #bottom-bar .wf-float-left {
        font-size: 16px;
    }

    #bottom-bar p {
        font-size: 14px;
    }

    .subscription_introduction:before {
        width: 100px;
        height: 100px;
    }

    .subscription_preview .title {
        text-align: center;
    }

    .white_paper_offering_section .newsletter_box,
    .speaking_engagements_section .engagement_box {
        margin-top: 20px;
    }

    .personal_consulting_section .consulting_services .consulting_service img {
        display: none;
    }

    .review_section .review_slider .review_box .title {
        font-size: 27px;
    }

    .review_section .review_slider .review_box .content {
        font-size: 16px;
    }

    .review_section .review_slider .review_box .content p:before,
    .review_section .review_slider .review_box .content p:after {
        display: none;
    }

    .white_paper_offering_section .newsletter_box,
    .speaking_engagements_section .engagement_box .engagement_scope {
        padding: 25px 15px;
    }

    .btn_view_row {
        margin: 60px 0 0;
    }

    .agresource_literature_section .slick-dots {
        left: 0;
    }

    .agresource_literature_section .agresource_slider {
        padding: 20px 40px 20px;
    }

    .authentication_section .authentication_row {
        display: block;
    }

    .authentication_section .authentication_row .btn_authentication {
        width: 100%;
        margin-bottom: 15px;
    }

    .about_section p, section .description {
        font-size: 18px !important;
    }

    section {
        padding: 55px 10px;
    }

    .review_section .review_slider .review_box {
        margin-top: 25px;
    }

    .home_banner .content {
        padding: 0;
    }

    .personal_consulting_section .consulting_services .consulting_service .content .service_description,
    .personal_consulting_section .description,
    .white_paper_offering_section .description {
        padding: 0;
    }

    .personal_consulting_section .description {
        line-height: 1.3;
    }

    .white_paper_offering_section .newsletter_box .newsletter_scope .description,
    .speaking_engagements_section .engagement_box .engagement_scope .description {
        padding: 0 5px;
        font-size: 16px !important;
    }

    .team_section .nav-tabs .nav-link.active {
        font-size: 16px !important;
    }

    .team_section #south_america_tab,
    .team_section #united_status_tab,
    .team_section #join_team_tab {
        font-size: 14px;
        padding: 10px 13px;
        margin-left: 3px;
    }

    #contactModal .contact_box .contact_left {
        width: 100%;
        display: none;
    }

    #contactModal .contact_box .contact_form {
        width: 100%;
    }
}

/* Podcast */
.podcast {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    grid-gap: 5em;
}
.podcast img {
    width: 100%;
}
.podcast .title {
    font-family: 'Barlow-ExtraBold';
    color: #fff;
    font-size: 52px;
    font-weight: bold;
    line-height: 1;
}
@media (max-width:768px) {
    .podcast {
        display: block;
    }
    .podcast .title {
        font-size: 24px;
    }
    .podcast .cover {
        display:none;
    }
    #buzzsprout-small-player {
        width: 85%;
    }
}