/*
Theme Name: Go Organic
 */


/*Font Include */
@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 100;
    src: url('theme/fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 200;
    src: url('theme/fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 300;
    src: url('theme/fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    src: url('theme/fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 500;
    src: url('theme/fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 600;
    src: url('theme/fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 700;
    src: url('theme/fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 800;
    src: url('theme/fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 900;
    src: url('theme/fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100;
    src: url('theme/fonts/Raleway-Regular.ttf');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    src: url('theme/fonts/Raleway-Regular.ttf');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: url('theme/fonts/Raleway-Regular.ttf');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('theme/fonts/Raleway-Regular.ttf');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: url('theme/fonts/Raleway-Regular.ttf');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: url('theme/fonts/Raleway-Bold.ttf');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: url('theme/fonts/Raleway-Bold.ttf');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    src: url('theme/fonts/Raleway-Bold.ttf');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    src: url('theme/fonts/Raleway-Bold.ttf');
}

/*Page Default Element */
* {

    position: relative;
}

*, *:before, *:after {
    box-sizing: inherit;
    vertical-align: middle;
}

b, strong, .bold {
    font-weight: 900 !important;
}

p {
    line-height: 1.6
}

html {
    height: 100%;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    height: 100%;
    background: #fff !important;
    font-family: 'OpenSans';
    padding: 0;
    position: relative;
    overflow-x: hidden;
    color: #000;
    line-height: 1.875;
    bottom: 0;
}

div, svg, input, select, textarea, span, table, label, button {
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}

ol, ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a {
    text-shadow: none;
    color: #000;
}

a:hover {
    color: #000;
}

a:focus, a:hover, a:active {
    outline: 0 !important;
    text-decoration: none !important;
}

:focus {
    outline: none !important;
    box-shadow: none !important;
}

.transition {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.form-control {
    background-color: #fafafa;
}

.container-fluid {
    padding-right: 75px;
    padding-left: 75px;
}

.text_green {
    color: #4c8a3c;
}

.text_gray {
    color: #cdcdcd;
}

.main_video {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    z-index: 999;
}

.main_video_fade {
    transition: all 1.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.home_top_section1 {
    background-image: url('theme/images/top_section_bg.jpg');
    width: 100%;
    height: 950px;
    background-size: cover;
    background-position-y: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.home_top_section {
    /* background-image: url('theme/images/top_section_bg.jpg'); */
    width: 100%;
    height: 950px;
    background-size: cover;
    background-position-y: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.top_section_bottom_right_image {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotate(180deg) scale(1.6) translate(4em, 3.8em);
}

.top_section_left_image {
    width: 40%;
    z-index: 1;
}

.top_section_left_image_animate {
    animation: top_left;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

@keyframes top_left {
    0% {
        width: 40%;
    }

    100% {
        width: 30%;

    }
}

.top_section_bottom_right_image_animate {
    animation: bottom_right;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

@keyframes bottom_right {
    0% {
        margin-bottom: 0;
        margin-right: 0;
    }


    100% {
        margin-bottom: -300px;
        margin-right: -400px;
    }
}

.top_section_right_image {
    position: absolute;
    right: 0;
}

.top_section_right_image {
    width: 40%;
    z-index: 1;
    transform: scale(1.2) translate(-2em, 2em);
}

.top_section_right_image_animate {
    animation: top_right;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

@keyframes top_right {
    0% {
        transform: scale(1.2) translate(-2em, 2em);
    }

    100% {
        transform: scale(1) translate(0em, 0em);
    }
}

.top_section_logo {
    position: absolute;
    left: 45%;
    top: 3em;
    width: 120px;
}

.top_about_section_logo {
    left: 45%;
    top: 2em;
    width: 120px;
}

.about_section_marg {
    margin-top: -10em;
}

.top_section_bottom_left_image {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(1.3) translate(4em, -6em) rotate(18deg);
    z-index: 1;
}

.top_section_bottom_left_image_animate {
    animation: bottom_left;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

@keyframes bottom_left {
    0% {
        transform: scale(1.3) translate(4em, -6em) rotate(18deg);
    }

    100% {
        transform: scale(1.2) translate(-42em, 25em) rotate(22deg);
    }
}

.top_section_top_center_image {
    position: absolute;
    left: 23%;
    width: 35%;
    top: -30%;
    z-index: 1;
    transform: rotate(10deg);
}

.top_section_top_center_image_animate {
    animation: center_animation;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

@keyframes center_animation {
    0% {
        transform: rotate(10deg) translate(0, 0);
    }


    100% {
        transform: rotate(0deg) translate(4em, -30em);
    }
}

.top_section_container {
    position: absolute;
    left: 12%;
    top: 25%;
    z-index: 0;
}

.logo1 {
    width: 220px;
    display: block;
    margin-left: -1em;
}

.logo1_link {
    display: inline-table;
}

.go_green_home {
    display: block;
}

.go_green {
    width: 150px;
}

.discover_btn {
    font-family: 'Raleway', 'Cairo';
    font-weight: 700;
    display: inline;
}

.discover_btn_plus {
    color: #8dc63f;
    border: 2px solid #8dc63f;
    padding: 7px 10px;
    font-size: 20px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.btn_move {
    transition: .5s all;
}

.btn_move:hover {
    transform: rotate(-90deg);
}

.read_more_btn_plus {
    color: #8dc63f;
    border: 2px solid #8dc63f;
    padding: 3px 6px;
    font-size: 18px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

.about_section_green_title {
    font-weight: 400;
    font-family: 'Raleway', 'Cairo';
    z-index: 2;
    opacity: 0;
    transition: 2s all;
}

.about_section_title {
    font-weight: 700;
    font-family: 'Raleway', 'Cairo';
    z-index: 2;
    opacity: 0;
    transition: 2s all;
}

.about_us_about_section_green_title {
    opacity: 1;
}

.about_us_about_section_title {
    opacity: 1;
}

.about_us_our_activities_title2 {
    opacity: 1;
    color: #fff;
}

.about_us_our_activities_title {
    opacity: 1;
    color: #fff;
    padding-top: 3em;
}

.about_section_main_col {
    opacity: 0;
    transition: 2s all;
}

.about_section_text {
    margin-top: 1em;
    font-size: 20px;
    font-weight: 300;
    padding-left: 1em;
    padding-right: 1em;
    line-height: 1.286;
    transition: 2s all;
    opacity: 0;
}

.about_us_about_section_text {
    opacity: 1;
}

.fade_class {
    opacity: 1;
}

.activities_section {
    overflow-x: hidden;
    padding-top: 5em;
}

.activities_section_title {
    font-weight: 700;
    font-family: 'Raleway', 'Cairo';
    margin-bottom: -4em;
    z-index: 2;
}

.about_section_down_text {
    display: inline;
    font-size: 18px;
}

.about_section_bg_play_icon {
    position: absolute;
    top: 40%;
    left: 46%;
    width: 6%;
    cursor: pointer;
    transition: 1s all;
    transition-delay: .5s;
    opacity: 0;
}

.about_section_bg_play_icon_fade {
    opacity: 1;
}

.about_section_first_check, .about_section_second_check {
    display: inline;
}

.about_play_bg {
    width: 100%;
    transition: 3s all;
    opacity: 0;
}

.about_play_bg_fade {
    opacity: 1;
}

.quotes_section {
    margin-bottom: 10em;
    transition: 1s all;
    opacity: 0;
    transform: translateY(6em);
}

.quotes_section_fade {
    opacity: 1;
    transform: translateY(0em);
}

.quotes_section_text {
    color: #434343;
    font-size: 30px;
    font-family: 'Raleway', 'Cairo';
    line-height: 1.2;
    padding-left: 6em;
    padding-right: 6em;
}

.activities_section_first_pic {
    width: 100%;
    filter: grayscale(1);
    transition: 1s all;
    transition-delay: 1s;
}

.img_colored {
    filter: grayscale(0);
}

.activities_section_first_pic_cow {
    transform: translateX(60em);
    opacity: 0;
}

.activities_section_first_pic_cow_fade {
    transform: translateX(0);
    opacity: 1;
}

.activities_first_text {
    font-size: 26px;
    font-weight: 400;
    font-family: 'Raleway', 'Cairo';
    line-height: 1.2;
}

.orange_row {
    margin-top: -14em;
}

.activities_section_first_pic_orange {
    transform: translateX(-60em);
    opacity: 0;
}

.activities_section_first_pic_orange_fade {
    transform: translateX(0);
    opacity: 1;
}

.activities_first_text_container {
    transform: translateX(-5em);
    opacity: 0;
    transition: 1s all;
    transition-delay: 1s;
}

.activities_first_text_container_fade {
    transform: translateX(0);
    opacity: 1;
}

.activities_second_text_container {
    transform: translateX(5em);
    opacity: 0;
    transition: 1s all;
    transition-delay: 1s;
}

.activities_second_text_container_fade {
    transform: translateX(0);
    opacity: 1;
}

.cards_row {
    padding-left: 5em;
    padding-right: 5em;
}

.news_card {
    border: none;
    text-align: center;
    background: transparent;
    transform: translateY(5em);
    opacity: 0;
    transition: 1s all;
}

.news_card_fade {
    transform: translateY(0);
    opacity: 1;
}

.news_card_read_more {
    color: #c4c4c4;
    font-family: 'Raleway', 'Cairo';
}

.news_card_read_more:hover {
    color: #2e4927;
}

.news_card_text {
    font-family: 'Raleway', 'Cairo';
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 4.2em;
    line-height: 1.4;
}

.news_card_text div {
    font-family: 'Raleway', 'Cairo';
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 4.2em;
    line-height: 1.4;
    display: none;
}

.news_card_text p {
    font-family: 'Raleway', 'Cairo';
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 4.2em;
    line-height: 1.4;
    display: none;
}

.news_card_text div:first-child {
    display: block;
}

.news_card_text p:first-child {
    display: block;
    margin-bottom: 0;
}

.footer_divider_container {
    margin-top: 4em;
}

.footer_divider_container img {
    width: 75%;
}

.contact_footer_bg {
    background-image: url('theme/images/bottom_bg.jpg');
    background-size: cover;
    padding-bottom: 12em;
    padding-top: 20em;
    background-repeat: no-repeat;
}

.footer_bg {
    background-image: url('theme/images/bottom_bg.jpg');
    background-size: contain;
    background-position-y: bottom;
    padding-bottom: 12em;
    background-repeat: no-repeat;
}

.footer_ul li {
    font-size: 18px;
    font-weight: 300;
}

.footer_ul li .nav-link {
    font-family: 'Raleway', 'Cairo';
    transition: .3s all;
}

.footer_ul li .nav-link:hover {
    color: #c4c4c4;
}

.footer_ul li:last-child a i {
    display: none;
}

.footer_point {
    color: #cdcdcd;
    font-size: 6px;
    position: relative;
    left: 40%;
}

.footer_line {
    vertical-align: initial;
}

.footer_follow_text {
    padding-left: 40px;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Raleway', 'Cairo';
    display: inline;
}

.footer_rights_text {
    padding-right: 40px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Raleway', 'Cairo';
}

.footer_follow_group {
    display: inline;
    margin-left: 1em;
}

.follow_icon {
    margin-top: -7px;
    color: #60686b;
    border: 1.5px solid #60686b;
    border-radius: 50%;
    height: 25px;
    width: 25px;
}

.footer_follow_group_item {
    display: inline;
    margin-left: .5em;
}

.twitter_follow_icon {
    padding-left: 4px;
    padding-top: 2px;
}

.linkedin_follow_icon {
    padding-left: 4px;
    padding-top: 1px;
}

.facebook_follow_icon {
    padding-left: 6px;
    padding-top: 2px;
}

.instagram_follow_icon {
    padding-left: 4.5px;
    padding-top: 1.5px;
    font-weight: 700
}

.bottom_logo {
    width: 130px;
    padding-left: 40px;
}

.bottom_right_image {
    margin-right: 40px;
}

.footer_images_col {
    justify-content: flex-end;
    align-items: center;
}

.stars_img {

}

.ccpb_img {
    width: 80px;
}

.black_go_organic_img {
    filter: grayscale(1);
}

.black_go_organic_img:hover {
    filter: grayscale(0);
}

.ccpb_img_footer {
}

.footer_rights_col {
    justify-content: flex-end;
}

.made-with-love {
    padding-left: 40px;
    font-size: 14px;
    margin-top: 10px;
}

.made-with-love a {
    vertical-align: baseline;
}

.made-with-love span {
    font-size: 16px;
}

.top_navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
}

.top_navbar_scroll {
    background: #fff;
    box-shadow: 2px 3px 7px rgba(0,0,0,0.2);
    transition: .2s all;
}

.navbar-light {
    padding: 0;
}

.main_menu_logo {
    display: none;
    opacity: 0;
}


.main_menu_logo_scroll {
    width: 80px;
    display: block;
    opacity: 1;
}

.navbar-toggler {
    background: #fff;
    height: 70px;
    width: 70px;
    border-bottom-right-radius: 10px !important;
}

.navbar-toggler_scroll {
    border: none;
}

.top_navbar .collapse {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}

.top_navbar .collapsing {
    top: -70px !important;
    z-index: -1;
}

.menu_list .nav-item.active a {
    font-weight: 900;
}

.menu_list_container_inside {
    margin-top: 8em;
}

.menu_list li {
    margin-top: 2em;
}

.menu_list li a {
    color: #fff;
    font-family: 'Raleway', 'Cairo';
    padding: 0;
}

.menu_list_container {
    background: url('theme/images/menu_bg.jpg');
    background-size: cover;
}

.close_navbar_icon {
    background-image: url('theme/images/navbar_toggler_icon.png') !important;
    height: 3px;
    width: 24px;
}

.navbar_follow_group {
    margin-top: 2em;
}

.navbar_follow_icon {
    color: #e3e3e3;
    height: 25px;
    width: 25px;
}

.menu_follow_group_item {
    display: inline;
    margin-left: .2em;
}

.close_nav_icon {
    margin-top: 1em;
    margin-bottom: 22em
}

.close_nav_icon img {
    width: 28px;
    cursor: pointer;
}

#html5-watermark {
    display: none !important;
}

.html5lightbox {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
}

#scroll_up {
    position: fixed;
    z-index: 20;
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    transform: translateX(130%);
    transition: .4s;
    background-color: #2e4927;
    color: #fff;
    font-weight: 900 !important;
}

#scroll_up:after {
    content: '\f106';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 18px;
    margin-top: -5px;
    margin-right: -1px;
}

#scroll_up:hover::after {
    animation: scroll_up_anim 1.5s infinite;
}

@keyframes scroll_up_anim {
    0% {
        transform: translateY(-3px)
    }
    50% {
        transform: translateY(3px)
    }
    100% {
        transform: translateY(-3px)
    }
}

.wpml-ls-legacy-dropdown {
    background: #fff;
    height: 70px;
    width: 150px;
    font-size: 16px;
    border-bottom-left-radius: 10px !important;
    color: rgba(0, 0, 0, .5);
    text-align: left;
    padding-left: 10px;
    color: #000;
    font-weight: 300;
    font-family: 'Raleway', 'Cairo';
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.wpml-ls-legacy-dropdown>ul {
    position: absolute;
    bottom: 20px;
    left: 5px;
}


.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    right: -7px;
    left: -4px;
    border-top: none;
    padding-top: 1em;
    z-index: 0;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu li {
    margin-left: -1px;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a {
    background: #fff !important;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    padding-bottom: 1em;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    right: 15px;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-current-language:hover>a, .wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a:focus {
    background-color: #fff;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a {
    background-color: #fff;
    border: none;
}

.legacy-dropdown {
    text-align: left;
    margin-top: -8px;
    z-index: 0 !important;
    margin-right: -1em;
    border: 1px solid rgba(0,0,0,.1);
    border-top: none;
    padding-bottom: 0;
}

.legacy-dropdown .dropdown-item {
    min-height: 50px;
}

.legacy-dropdown .dropdown-item.active, .dropdown-item:active {
    background-color: #0e7e12;
}

.navbar_go_organic img {
    z-index: 1 !important;
}

.navbar_lang_scroll {
    border: none;
}

.navbar_go_organic {
    position: fixed;
    right: 0;
    top: 0;
}

.navbar_go_organic img {
    width: 50px;
}

.top_section_left_leaf {
    position: absolute;
    left: 0;
    bottom: 25%;
    width: 50px;
    opacity: 0;
}

.top_section_left_leaf_animation {
    animation: top_left_leaf;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

@keyframes top_left_leaf {
    0% {
        transform: translate(0, 0) rotate(30deg);
        opacity: 0;
    }

    100% {
        transform: translate(12em, -3em) rotate(0deg);
        opacity: 1;
    }
}


.top_section_right_leaf {
    position: absolute;
    right: 30%;
    top: 30%;
    width: 40px;
}

.top_section_right_leaf_animation {
    animation: top_right_leaf;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

@keyframes top_right_leaf {
    0% {
        transform: translateX(0);
        opacity: 0;
    }

    50% {
        opacity: .3;
    }

    100% {
        transform: translate(-10em);
        opacity: 1;
    }
}

.menu_logo {
    width: 60px;
}

.navbar-toggler-icon-logo {
    float: left;
    margin-left: 15px;
    margin-top: 20px;
}

.navbar-toggler-icon-logo_none {
    float: initial;
    margin-left: 0;
    margin-top: 0;
}

.menu_logo_link {
    float: right;
    padding: 13px;
}

.menu_logo_link_none {
    display: none;
}

.navbar-toggler-logo .close_navbar_icon {
    margin-top: 30px;
}

.navbar-toggler-logo .close_navbar_icon_none {
    margin-top: 0;
}

.navbar-toggler-logo {
    width: 150px;
    padding: 0;
}

.navbar-toggler-logo_none {
    width: 70px;
}

.news_listing_top_section {
    background-image: url('theme/images/news_details_img.png');
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
}

.news_details_top_section {
    background-image: url('theme/images/news_listing_bg.jpg');
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
}

.about_us_top_section {
    background-image: url('theme/images/about_us_top_bg.jpg');
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
}

.contact_top_section {
    background-image: url('theme/images/contact_top_bg.jpg');
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 700px;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
}

.go_organic_top_section {
    background-image: url('theme/images/go_organic_top_img.jpg');
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 700px;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
}

.go_organic_go_organic_logo {
    margin-top: 2em;
    width: 330px;
}

.go_organic_go_green_logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 160px;
    margin-top: 1em;
}

.go_organic_top_text_section {
    margin-top: -20em;
    text-align: center;
}

.go_organic_ccpb_img {
    width: 150px;
}

.go_organic_syrian_img {
    width: 110px;
}

.footer_syrian_img {
    width: 70px;
}

.go_organic_stars_img {
    width: 150px;
}

.go_organic_top_text_section_text {
    margin-top: 2em;
    padding-left: 4em;
    padding-right: 4em;
    font-size: 18px;
    opacity: 0;
    transition: 1s all;
}
.go_organic_top_text_section_text_animation {
    opacity: 1;
}

.strong_font {
    font-family: 'Raleway', 'Cairo';
    font-weight: 900;
}

.go_organic_first_bg, .go_organic_second_bg {
    margin: 0;
    /* overflow: hidden; */
}

.go_organic_first_bg {
    /*background-image: url('theme/images/go_organic_first_bg.jpg');*/
    height: 1200px;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: end;
}

.go_organic_second_bg {
    /*background-image: url('theme/images/go_organic_second_bg.png');*/
    height: 720px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -40em;
    text-align: start;
    transition: .5s all;
}

.go_organic_second_bg_move {
    margin-top: -20em;
}

.go_organic_second_bg_move_ru {
    margin-top: -15em;
}

.go_organic_show_more_hide {
    display: none;
}

.go_organic_read_more_img {
    width: 25px;
}

.go_organic_right_img {
    width: 85%;
    z-index: 1;
    transition: all 1.5s;
}

.go_organic_left_img {
    width: 100%;
    transition: all 1.5s;
}

.arrow_img_container {
    text-align: start;
    transition: 1.5s all;
    transition-delay: .5s;
}

.go_organic_first_bg_left_col {
    padding-left: 6em;
    padding-top: 7em;
}

.arrow_img {
    width: 50px;
}

.arrow_img_title {
    color: #fff;
    font-weight: 900;
    font-family: 'Raleway', 'Cairo';
}

.arrow_img_text {
    color: #fff;
    font-weight: 900;
    font-family: 'Raleway', 'Cairo';
}

.arrow_img_main_text {
    color: #fff;
    font-family: 'Raleway', 'Cairo';
    /*padding-right: 4em;*/
    font-size: 15px;
}

.arrow_img_main_text_div {
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    line-height: 1.8em;
    max-height: 11em;
    transition:.5s all;
}

.arrow_img_main_text_div_height {
    max-height: 40em;
    overflow: visible;
}

#go_organic_show_more {
    cursor: pointer;
}

.go_organic_show_more_contain {
    margin-top: 1em;
}


.go_organic_show_more_contain:hover > .btn_move {
    transform: rotate(-90deg);
}

.discover_btn:hover ~ .btn_move {
    transform: rotate(-90deg);
}

.about_section_bg_play_icon:hover {
    transform: rotate(-360deg);
}

.arrow_second_img_main_text {
    color: #fff;
    font-family: 'Raleway', 'Cairo';
    padding-right: 12em;
    font-size: 15px;
    line-height: 1.8;
}

.eye_img {
    width: 50px;
}

.go_organic_about_section_green_title {
    opacity: 1;
}

.go_organic_about_section_title {
    opacity: 1;
}

.go_organic_news_card {
    opacity: 1;
}

.go_organic_news_card img {
    width: 100%;
    height: 100%;
    /*max-height: 200px;*/
}

.go_organic_news_card_listing img {
    height: auto;
    /* max-height: 200px; */
}

.add_btn_green_col {
    margin-top: 5em;
    display: flex;
}

.add_btn_green {
    width: 30px;
    cursor: pointer;
}


.go_organic_slider {
    margin-top: 4em;
    background-image: url('theme/images/go_organic_slider_bg.jpg');
    height: 900px;
    background-size: contain;
    background-repeat: no-repeat;
}

.about_mid_bg {
    margin-top: 4em;
    background-image: url('theme/images/about_mid_bg.png');
    height: 800px;
    background-size: contain;
    background-repeat: no-repeat;
}

.go_organic_about_us_activities_section {
    margin-top: 4em;
    background-image: url('theme/images/about_bg.jpg');
    height: 800px;
    background-size: contain;
    background-repeat: no-repeat;
}

.wpls-logo-clearfix {
    padding-top: 15em;
}

#wpls-logo-showcase-slider-1 .wp-post-image, #wpls-logo-showcase-slider-1 .wp-post-image img.wp-post-image {
    /*background: rgba(134, 177, 60, 0.8);*/
    /*padding: 3em 6em;*/
    border: 1px solid rgba(134,177,60,.8);
    border-radius: 15px !important;
}

.wpls-logo-showcase .wpls-logo-cnt.slick-slide {
    /*margin: 0px -8px;*/
}

.wpls-logo-showcase .slick-next {
    right: 3% !important;
    background-color: transparent !important;
    transform: scale(1.5);
}

.wpls-logo-showcase .slick-prev {
    left: 3% !important;
    background-color: transparent !important;
    transform: scale(1.5);
}

.wpls-logo-showcase button.slick-next, .wpls-logo-showcase button.slick-next:active, .wpls-logo-showcase button.slick-prev .wpls-logo-showcase button.slick-prev:active {
    background-color: transparent !important;
}

.wpls-logo-showcase button.slick-next:hover, .wpls-logo-showcase button.slick-next:focus {
    background-color: transparent !important;
}

.wpls-logo-showcase button.slick-prev:hover, .wpls-logo-showcase button.slick-prev:focus {
    background-color: transparent !important;
}

.wpls-logo-showcase button.slick-prev, .wpls-logo-showcase button.slick-prev:active {
    background-color: transparent !important;
}

.contact_us_top_text_section {
    margin-top: -30em;
    text-align: center;
}

.contact_us_top_text_section_title {
    font-weight: 900;
    font-family: 'Raleway', 'Cairo';
}

.contact_details_row {
    margin-top: 2em;
}

.contact_message_img {
    width: 150px;
}

.contact_details {
    margin-top: 3em;
}

.contact_details_icon {
    width: 15px;
    margin-right: 8px;
}

.envelope_icon {
    margin-left: 36px;
}

::placeholder {
    opacity: .5 !important;
}

input {
    height: 40px !important;
}

input, textarea {
    border-radius: 20px !important;
}

.send_msg_btn {
    background: #2e4927;
    width: 100%;
    color: #fff;
    font-family: 'Raleway', 'Cairo';
    height: 40px;
    line-height: 28px;
    border-radius: 20px !important;
    transition: .4s;
    border: none;
}

.send_msg_textarea {
    height: 90px !important;
}

.about_us_about_dome_text {
    font-size: 22px;
    font-family: 'Raleway', 'Cairo';
    font-weight: 300;
    padding-left: 3em;
    padding-right: 3em;
    line-height: 1.286;
}

.about_us_about_dome_img1 {
    width: 150px;
    margin-top: 1.5em;
}

.about_us_about_dome_img2 {
    width: 120px;
}

.about_activities_img {
    margin-top: 2em;
}

.about_us_activities_text {
    color: #fff;
    margin-top: 2em;
    padding-right: 2em;
    padding-left: 2em;
    font-size: 22px;
    opacity: 0.7;
    font-family: 'Raleway', 'Cairo';
    font-weight: 300;
}

.about_us_em_text {
    font-weight: 300;
    font-family: 'Raleway', 'Cairo';
    font-size: 22px;
    line-height: 1.44;
}

.about_us_card {
    margin-top: 0;
}

.about_us_card_img {
    width: 45px !important;
    height: 60px !important;
    margin-right: auto;
    margin-left: auto;
}

.about_us_card .card-body {
    padding-right: 2em;
    padding-left: 2em;
}

.about_us_card_text {
    font-family: 'Raleway', 'Cairo';
    line-height: 1.4;
    font-size: 18px;
}

.about_us_card_row1 {
    margin-bottom: 10em;
}

.about_us_card_row2 {
    margin-bottom: 5em;
}

.news_details_main_title {
    font-weight: 300;
    font-family: 'Raleway', 'Cairo';
}

.news_details_main_container {
    padding-right: 4em;
    padding-left: 4em;
}

.news_details_main_date {
    margin-left: 5px;
    opacity: .5;
    margin-top: 2em;
}

.news_details_divider {
    height: 1px;
    width: 60%;
    background: rgba(0, 0, 0, 0.2);
    margin-top: 0.5em;
}

.news_details_divider:before {
    content: '';
    background: #97bf3c;
    position: absolute;
    width: 25%;
    z-index: 1;
    height: 3px;
    margin-top: -2px;
}

.news_details_main_desc {
    margin-top: 2em;
}

.news_details_main_text {
    font-size: 24px;
    font-family: 'Raleway', 'Cairo';
    font-weight: 300
}

.news_details_thumbnail_col img {
    margin-top: -5em;
    cursor: default;
}

.news_details_main_text div {
    margin-bottom: 1em;
}

.news_details_main_text div:nth-child(2) {
    color: #97bf3c;
}

.news_details_bottom_divider {
    width: 100%;
    background: rgba(0, 0, 0, .2);
    height: 1px;
    margin-top: 2em;
}

.back_to_all_news {
    font-size: 20px;
    font-family: 'Raleway', 'Cairo';
    margin-top: -4px;
    transition: .3s all;
}

.share_news {
    font-family: 'Raleway', 'Cairo';
    font-style: italic;
    font-size: 14px;
}

.back_news_col {
    justify-content: flex-end;
}

.no_more_news {
    font-size: 18px;
    font-family: 'Raleway', 'Cairo';
    font-weight: 900;
    color: #97bf3c;
}

.no_more_news1 {
    font-size: 18px;
    font-family: 'Raleway', 'Cairo';
    font-weight: 900;
    color: #97bf3c;
    position: absolute;
    bottom: -6em;
    left: 45%;
    z-index: 1;
}

.top_section_logo_link {
    position: initial;
}

.footer_follow_group_item a {
    cursor: pointer;
}

#news_listing_read_more {
    font-family: 'Raleway', 'Cairo';
    position: absolute;
    bottom: -6em;
    left: 46%;
    z-index: 1;
    font-size: 20px;
    color: #97bf3c;
    cursor: pointer;
}

#news_listing_read_more:hover {
    color: #c4c4c4;
}

.latest_news_section_listing {
    margin-bottom: 5em;
}

.mission_none {
    display: none;
}

.mission_none_show {
    display: block;
    width: 110%;
}

.mission_none_show_ru {
    display: block;
    width: 110%;
}

.go_organic_companies_row {
    padding-right: 5em;
    padding-left: 5em;
}

.slider_open {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background: rgba(0,0,0,0.8);
    display: none;
}

.slider_open_visible {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wp-post-image {
    cursor: pointer;
}

.slider_open_img {
    width: 50%;
}

.close_popup {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.col_about_right:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: rgba(255,255,255,.4);
    right: 0;
    top: 0;
    height: 70%;
    margin-top: 4em;
}

.back_to_all_news:hover {
    opacity: .3;
}

.drop_radius {
    border-bottom-left-radius: 0px !important;
}

@media (max-width: 1400px) {
    .orange_row {
        margin-top: -6em;
    }

    .about_activities_img {
        margin-top: 2em;
    }

    .wpls-logo-clearfix {
        padding-top: 10em;
    }

    .wpls-logo-showcase .slick-next {
        right: 1% !important;
    }

    .wpls-logo-showcase .slick-prev {
        left: 1% !important;
    }

    .go_organic_first_bg {
        height: 1300px;
    }

    .mission_none_show {
        width: 115%;
    }

    .mission_none_show_ru {
        width: 115%;
    }

    .arrow_img_main_text_div_height {
        overflow: visible;
    }

    .go_organic_second_bg_move {
        margin-top: -18em;
    }

    .go_organic_second_bg_move_ru {
        margin-top: -15em;
    }

    .arrow_img {
        margin-top: 10px;
    }
}

@media (max-width: 1200px) {
    .activities_section_title {
        margin-bottom: -2em;
    }

    .top_section_left_leaf, .top_section_right_leaf {
        visibility: hidden;
    }

    .about_us_our_activities_title {
        padding-top: 5em;
    }

    .go_organic_about_us_activities_section {
        background-size: cover;
    }

    .about_mid_bg {
        background-size: cover;
    }

    .go_organic_go_organic_logo {
        margin-top: 1em;
        width: 250px;
    }

    .wpls-logo-clearfix {
        padding-top: 7em;
    }

    .go_organic_slider {
        height: 600px;
    }

    .go_organic_left_img {
        margin-top: 5em;
    }

    .go_organic_second_bg {
        margin-top: -45em;
    }

    .go_organic_second_bg_ru {
        margin-top: -40em;
    }

    .go_organic_second_bg_move {
        margin-top: -17em;
    }

    .arrow_img_main_text {
        padding-right: 0;
    }

    .arrow_second_img_main_text {
        padding-right: 10em;
    }

    .news_details_thumbnail_col img {
        max-width: 100%;
    }

    .mission_none_show {
        width: 130%;
    }

    .mission_none_show_ru {
        width: 150%;
    }

    .arrow_img_main_text_div {
        max-height: 14em;
    }

    .arrow_img_main_text_div_ru {
        max-height: 15em;
    }

    .go_organic_second_bg_move_ru {
        margin-top: -17em;
    }

    .arrow_img_main_text_ru {
        font-size: 16px !important;
    }

    .arrow_second_img_main_text_ru {
        font-size: 16px !important;
    }
}

@media (max-width:1200px) and (min-width:992px) {
    .go_organic_top_text_section {
        margin-top: -30em;
    }

}
@media (max-width: 992px) {
    .orange_row {
        margin-top: 0;
    }

    .activities_section_title {
        margin-bottom: 0;
    }

    .quotes_section_text {
        padding-left: 2em;
        padding-right: 2em;
    }

    .footer_point {
        display: none;
    }

    .footer_rights_col {
        justify-content: start;
    }

    .footer_rights_text {
        padding-right: 0;
        padding-left: 40px;
        margin-top: 1em
    }

    .top_section_logo {
        left: 40%;
        width: 110px;
    }

    .activities_section {
        padding-top: 0;
    }

    .top_contact_section_logo {
        left: 45%;
        width: 95px;
        top: 1em;
    }

    .contact_top_section {
        background-position-x: center;
        background-size: cover;
    }

    .contact_footer_bg {
        padding-top: 6em;
    }

    .about_us_card {
        margin-top: 2em;
    }

    .about_us_top_section {
        background-size: cover;
    }

    .news_details_top_section {
        background-size: cover;
    }

    .news_listing_top_section {
        background-size: cover;
    }

    .go_organic_top_text_section_text {
        padding-left: 0;
        padding-right: 0;
    }

    .go_organic_top_text_section {
        margin-top: -32em;
    }

    .go_organic_go_organic_logo {
        width: 200px;
        margin-top: .5em;
    }

    .go_organic_go_green_logo {
        width: 120px;
    }

    .wpls-logo-clearfix {
        padding-top: 4em;
    }

    .go_organic_right_img {
        margin-top: 8em;
    }

    .arrow_img_main_text {
        padding-right: 0;
    }

    .arrow_second_img_main_text {
        padding-right: 1em;
    }

    .go_organic_left_img {
        margin-top: 5em;
    }

    .news_details_text_col {
        order: 2;
    }

    .news_details_thumbnail_col {
        text-align: center;
    }

    .news_details_thumbnail_col img {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .go_organic_second_bg_move {
        margin-top: -18em;
    }

    .go_organic_first_bg_left_col {
        padding-top: 6.5em;
        padding-left: 2em;
    }

    .go_organic_syrian_img {
        width: 100px;
    }

    #news_listing_read_more {
        left: 43%;
    }
    .bottom_right_image {
        margin-right: 20px;
    }

    .ccpb_img_footer {
        width: 60px;
    }

    .news_details_main_container {
        padding-right: 1em;
        padding-left: 1em;
    }
}

@media (max-width: 820px) {
    .mission_none_show {
        width: 175%;
    }

    .mission_none_show_ru {
        width: 175%;
    }
}

@media (max-width: 767px) {
    .orange_row_first_col {
        order: 2;
    }
}

@media (max-width: 768px) {
    .about_section_down_text {
        font-size: 14px;
    }

    .about_section_text {
        padding-right: 0;
        padding-left: 0;
    }

    .quotes_section_text {
        padding-right: 0;
        padding-left: 0;
    }

    .cow_text_col {
        padding-left: 1em;
        padding-right: 1em;
    }

    .orange_text_row {
        padding-left: 1em;
    }

    .footer_rights_text {
        padding-left: 25px;
        font-size: 12px;
    }

    .footer_follow_text {
        padding-left: 25px;
    }

    .footer_images_col {
        padding-left: 40px;
        justify-content: start;
        margin-top: 1em;
    }

    .bottom_logo {
        padding-left: 25px;
    }

    .activities_cow_text_col {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .activities_section_first_pic_cow {
        margin-left: 1em;
    }

    .about_section_bg_play_icon {
        top: 36%;
        left: 44%;
        width: 10%;
    }

    .wpml-ls-legacy-dropdown {
        height: 70px;
        width: 130px;
        font-size: 14px;
    }

    .navbar_go_organic img {
        width: 40px;
    }

    .navbar-toggler-icon {
        /*width: 90%;*/
    }

    .message_form {
        margin-top: 2em;
    }

    .about_us_our_activities_title {
        padding-top: 2em;
    }

    .about_activities_img {
        margin-top: 2em;
    }

    .go_organic_top_section {
        background-size: cover;
        height: 400px;
    }

    .go_organic_go_organic_logo {
        margin-top: 2em;
    }

    .go_organic_left_img {
        margin-top: 8em;
    }

    .navbar-toggler-icon-logo {
        width: 30px;
    }

    .navbar-toggler-logo {
        width: initial;
    }

    .navbar-toggler-logo {
        width: initial;
    }

    .navbar-toggler-logo_none {
        width: 70px;
    }

    .go_organic_slider {
        background-size: cover;
        height: 400px;
    }

    .go_organic_first_bg_left_col {
        padding-left: 2em;
        padding-right: 0;
    }

    .go_organic_right_img {
        width: 100%;
    }

    .arrow_second_img_main_text {
        padding-right: 0;
    }

    .news_details_main_container {
        padding-left: 1em;
        padding-right: 1em;
    }

    .contact_details {
        margin-bottom: 2em;
    }

    .go_organic_second_bg_move {
        margin-top: -14em;
    }

    .go_organic_first_bg_left_col {
        padding-top: 8em;
    }

    .main_menu_logo {
        width: 60px;
    }

    .mission_none_show {
        width: 120%;
    }

    .mission_none_show_ru {
        width: 200%;
    }

    .go_organic_right_img {
        margin-top: 13em;
    }

    .go_organic_right_img_ru {
        margin-top: 10em;
    }

    .go_organic_companies_row {
        padding-right: 0;
        padding-left: 0;
    }
    .col_about_right:after {
        display: none;
    }
    .arrow_img_main_text_div {
        max-height: 16em;
    }

    .arrow_img_main_text_div_height {
        max-height: 40em;
        overflow: visible;
    }

    .go_organic_second_bg_move_ru {
        margin-top: -9em;
    }

    .go_organic_first_bg_ru {
        height: 1400px;
    }

    .go_organic_second_bg_ar {
        margin-top: -20em;
    }
}

@media (min-width: 400px) {
    .black_go_organic_img {
        width: 100px;
    }
}


@media (min-width: 768px) {
    .eye_img_container {
        margin-top: -5em;
    }

    .arrow_img_main_text {
        font-size: 18px;
    }


    .arrow_second_img_main_text {
        font-size: 18px;
    }
}


@media (min-width: 992px) {
    .go_organic_right_img {
        transform: translateX(40em);
    }

    .go_organic_right_img_animate {
        transform: translateX(0);
    }

    .arrow_img_container1 {
        transform: translateX(-50em);
    }

    .arrow_img_container_animate1 {
        transform: translateX(0);
    }

    .go_organic_first_bg, .go_organic_second_bg_right_col {
        overflow-x: hidden;
    }

    .go_organic_left_img {
        transform: translateX(-40em);
    }

    .go_organic_left_img_animate {
        transform: translateX(0);
    }

    .arrow_img_container2 {
        transform: translateX(54em);
    }

    .arrow_img_container_animate2 {
        transform: translateX(0);
    }
}

@media (max-width: 576px) {
    .top_section_container {
        left: 0;
    }

    .top_section_logo {
        width: 90px;
    }

    .activities_first_text {
        font-size: 18px;
    }

    .about_section_down_text {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .cow_text_col {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .top_section_logo {
        width: 80px;
        left: 36%;
    }

    .activities_first_text {
        font-size: 16px;
    }

    .about_play_bg {
        width: 120%;
        right: 10%;
    }

    .about_play_bg_container {
        overflow-x: hidden;
    }

    .top_contact_section_logo {
        left: 42%;
    }

    .go_organic_first_bg_left_col {
        padding-top: 9em;
    }

    .arrow_img {
        margin-top: .5em;
    }

    .go_organic_second_bg {
        margin-top: -44em;
        background-position: top;

    }

    .go_organic_second_bg_move_ru {
        margin-top: -10em;
    }

    .go_organic_second_bg_move {
        margin-top: -14em;
    }


    .eye_img_container {
        margin-top: 1em;
    }

    .go_organic_second_bg_right_col {
        padding-left: 1em;
    }

    .back_news_col {
        justify-content: start;
        margin-top: 3em;
    }

    .go_organic_show_more_hide {
        display: block;
        visibility: hidden;
    }

    .mission_none_show {
        width: 150%;
    }

    .go_organic_stars_img {
        width: 120px;
    }

    .go_organic_syrian_img {
        width: 90px;
    }

    .go_organic_ccpb_img {
        width: 120px;
    }

    .mission_none_show_ru {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .go_organic_right_img, .go_organic_left_img {
        width: 50%;
    }

    .go_organic_right_img {
        margin-top: -35em;
    }

    .go_organic_right_img_move {
        margin-top: -10em;
    }

    .go_organic_right_img_move_ru {
        margin-top: 4em;
    }

    .go_organic_left_img {
        margin-top: -4em;
    }

    .go_organic_second_bg_left_col {
        order: 1;
    }

    .mission_none_show {
        width: 100%;
    }

    .go_organic_second_bg_move {
        margin-top: -10em;
    }

    .go_organic_second_bg {
        height: 840px;
    }

    .go_organic_first_bg_left_col {
        padding-left: 1em;
        padding-right: 1em;
    }

    .top_section_container_col {
        padding-left: 2em;
        padding-right: 1em;
    }

    .go_organic_second_bg_ar {
        margin-top: -16em;
    }
}

@media (max-width: 530px) {
    .go_organic_about_us_activities_section {
        height: 1020px;
    }
    .about_mid_bg {
        height: 1020px;
    }
}

@media (max-width: 480px) {
    .about_section_first_check {
        display: block;
    }

    .about_play_bg {
        width: 130%;
        right: 15%;
    }

    .go_organic_right_img {
        margin-top: -45em;
    }

    .go_organic_right_img_move {
        margin-top: -10em;
    }

    .go_organic_right_img_move_ru {
        margin-top: 3em;
    }

    .go_organic_stars_img, .go_organic_ccpb_img {
        width: 110px;
    }

    .arrow_img_title {
        margin-top: .5rem !important;
    }

    .arrow_img_text {
        margin-bottom: 0;
        margin-top: 0 !important;
    }

    .arrow_img_main_text_div_height {
        line-height: 1.9;
    }

    .arrow_second_img_main_text {
        line-height: 1.7;
    }

    .ccpb_img_footer {
        width: 60px;
        margin-left: -15px;
    }

    .news_details_main_container {
        padding-right: 0;
        padding-left: 0;
    }

    .go_organic_go_organic_logo {
        width: 150px;
        margin-top: 4em;
    }

    .go_organic_go_green_logo {
        width: 90px;
    }

    .navbar-toggler {
        height: 60px;
        width: 60px;
    }

    .wpml-ls-legacy-dropdown {
        height: 60px;
        width: 120px;
    }

    .navbar-toggler-logo {
        width: 140px;
    }

    .go_organic_first_bg_ru {
        height: 1500px;
    }
}
@media (max-width: 400px) {
    .footer_images_col {
        padding-left: 25px;
    }

    .bottom_right_image {
        margin-right: 20px;
    }

    .go_organic_stars_img {
        width: 80px;
    }

    .go_organic_syrian_img {
        width: 70px;
    }

    .go_organic_ccpb_img {
        width: 80px;
    }

    .black_go_organic_img {
        width: 90px;
    }
}

@media (max-width: 400px) {
    .about_play_bg {
        width: 150% !important;
        right: 25%;
    }

    .wpls-logo-clearfix {
        padding-top: 6em;
    }

    .go_organic_second_bg {
        margin-top: -40em;
    }

    .go_organic_right_img {
        margin-top: -40em;
    }

    .go_organic_second_bg_move {
        margin-top: -10em;
    }

    .go_organic_second_bg_move_ru {
        margin-top: -10em;
    }

    .go_organic_right_img_move {
        margin-top: -6em;
    }

    .go_organic_right_img_move_ru {
        margin-top: 16em;
    }

    .go_organic_first_bg_ru {
        height: 1600px;
    }

    .go_organic_first_bg_left_col_ru {
        padding-top: 10em;
    }

    .go_organic_second_bg_ar {
        margin-top: -16em;
    }
}

@media (max-width: 350px) {
    .black_go_organic_img, .ccpb_img {
        width: 60px;
    }

    .footer_syrian_img {
        width: 55px;
    }

    .stars_img {
        width: 50px;
    }

    .go_organic_first_bg_ru {
        height: 1700px;
    }

    .go_organic_second_bg_move_ru {
        margin-top: -8em;
    }

    .go_organic_right_img_move_ru {
        margin-top: 30em;
    }
}

@media (max-width: 340px) {
    .go_organic_second_bg_move {
        margin-top: -7em;
    }

    .go_organic_right_img_move {
        margin-top: 0;
    }

    .go_organic_second_bg_ar {
        margin-top: -12em;
    }
}
