@font-face {
    font-family: 'Exo-Black';
    src: url('../fonts/exo/Exo-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Exo-BlackItalic';
    src: url('../fonts/exo/Exo-BlackItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Exo-Bold';
    src: url('../fonts/exo/Exo-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Exo-BoldItalic';
    src: url('../fonts/exo/Exo-BoldItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Exo-ExtraBold';
    src: url('../fonts/exo/Exo-ExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Exo-ExtraBoldItalic';
    src: url('../fonts/exo/Exo-ExtraBoldItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Exo-ExtraLight';
    src: url('../fonts/exo/Exo-ExtraLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Exo-ExtraLightItalic';
    src: url('../fonts/exo/Exo-ExtraLightItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Exo-Italic';
    src: url('../fonts/exo/Exo-Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Exo-Light';
    src: url('../fonts/exo/Exo-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Exo-LightItalic';
    src: url('../fonts/exo/Exo-LightItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Exo-Medium';
    src: url('../fonts/exo/Exo-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Exo-MediumItalic';
    src: url('../fonts/exo/Exo-MediumItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Exo-Regular';
    src: url('../fonts/exo/Exo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Exo-SemiBold';
    src: url('../fonts/exo/Exo-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Exo-SemiBoldItalic';
    src: url('../fonts/exo/Exo-SemiBoldItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Exo-Thin';
    src: url('../fonts/exo/Exo-Thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Exo-ThinItalic';
    src: url('../fonts/exo/Exo-ThinItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Exo-Regular';
    color: #000;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    height: auto;
    background-color: #fff;
}

body {
    line-height: 1.2;
    background-color: #fff;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    background-color: transparent;
    color: unset;
    outline: none;
    text-decoration: none;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

a:focus,
a:hover {
    outline: none;
    text-decoration: unset;
    color: unset;
}


img {
    max-width: 100%;
}

.img img {
    width: 100%;
}

.relative {
    position: relative;
}

.zindex_2 {
    position: relative;
    z-index: 2;
}

.zindex_3 {
    position: relative;
    z-index: 3;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.lowercase {
    text-transform: lowercase;
}

.word_break_all {
    word-break: break-all;
}

.opacity_0 {
    opacity: 0;
}

.justify {
    text-align: justify;
}

.section_padding {
    padding: 4% 0;
}

.section_padding_8 {
    padding: 8% 0;
}

.section_padding_top {
    padding: 4% 0 0 0;
}

.section_padding_bottom {
    padding: 0 0 4% 0;
}

.padding_0 {
    padding: 0;
}

.padding_00 {
    padding: 0 !important;
}

.padding_top_0 {
    padding-top: 0;
}

.padding_top_00 {
    padding-top: 0 !important;
}

.padding_bottom_0 {
    padding-bottom: 0;
}

.padding_bottom_00 {
    padding-bottom: 0 !important;
}

.section_margin {
    margin: 4% 0;
}

.section_margin_top {
    margin: 4% 0 0 0;
}

.section_margin_bottom {
    margin: 0 0 4% 0;
}

.margin_0 {
    margin: 0;
}

.margin_00 {
    margin: 0 !important;
}

.margin_top_0 {
    margin-top: 0;
}

.margin_top_00 {
    margin-top: 0 !important;
}

.margin_bottom_0 {
    margin-bottom: 0;
}

.margin_bottom_00 {
    margin-bottom: 0 !important;
}


.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.main_center {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex !important;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.center_1 {
    display: flex;
}

.center_2 {
    display: flex;
    flex-flow: row wrap;
}

.center_3 {
    display: flex;
    align-items: center;
}

.center_4 {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

.justify_center {
    justify-content: center;
}

.justify_space_between {
    justify-content: space-between;
}

.justify_around {
    justify-content: space-around;
}

.transition_4s {
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.transition_2s {
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.transition_0s {
    -webkit-transition: all ease 0s;
    -moz-transition: all ease 0s;
    -ms-transition: all ease 0s;
    -o-transition: all ease 0s;
    transition: all ease 0s;
}

.font_14 {
    font-size: 14px;
}

.font_16 {
    font-size: 16px;
}

.font_18 {
    font-size: 18px;
}

.font_20 {
    font-size: 20px;
}

.font_24 {
    font-size: 24px;
}

.font_36 {
    font-size: 36px;
}

.font_44 {
    font-size: 44px;
}

.font_48 {
    font-size: 48px;
}

.font_60 {
    font-size: 60px;
}

.font_100 {
    font-size: 100px;
}

.line_1 {
    line-height: 1 !important;
}

.line_1_2 {
    line-height: 1.2 !important;
}

.line_1_4 {
    line-height: 1.4 !important;
}

.line_1_6 {
    line-height: 1.6 !important;
}


.color_white {
    color: #fff;
}

.color_black {
    color: #000;
}

.color_lite_black {
    color: #616a77;
}

.color_lite_green {
    color: #00ff00;
}

.hover_lite_green {
    color: #00ff00 !important;
}

.color_green {
    color: #007700;
}

.color_green_im {
    color: #007700 !important;
}

.color_lite_1_green {
    color: #07e007;
}

.color_lite_1_green_hover {
    color: #07e007 !important;
}

.ml_auto {
    margin-left: auto;
}

.mt_auto {
    margin-top: auto;
}

.mr_auto {
    margin-right: auto;
}

.m_auto {
    margin: auto;
}

.flex_start {
    align-self: flex-start;
}

.flex_end {
    align-self: flex-end;
}

.display_block {
    display: block;
}

.display_inline {
    display: inline-block;
}

.opacity_0 {
    opacity: 0;
}

.opacity_1 {
    opacity: 1;
}

.exo_black {
    font-family: 'Exo-Black';
}

.exo_blackItalic {
    font-family: 'Exo-BlackItalic';
}

.exo_bold {
    font-family: 'Exo-Bold';
}

.exo_boldItalic {
    font-family: 'Exo-BoldItalic';
}

.exo_extraBold {
    font-family: 'Exo-ExtraBold';
}

.exo_extraBoldItalic {
    font-family: 'Exo-ExtraBoldItalic';
}

.exo_extraLight {
    font-family: 'Exo-ExtraLight';
}

.exo_extraLightItalic {
    font-family: 'Exo-ExtraLightItalic';
}

.exo_italic {
    font-family: 'Exo-Italic';
}

.exo_light {
    font-family: 'Exo-Light';
}

.exo_lightItalic {
    font-family: 'Exo-LightItalic';
}

.exo_medium {
    font-family: 'Exo-Medium';
}

.exo_mediumItalic {
    font-family: 'Exo-MediumItalic';
}

.exo_regular {
    font-family: 'Exo-Regular';
}

.exo_semiBold {
    font-family: 'Exo-SemiBold';
}

.exo_semiBoldItalic {
    font-family: 'Exo-SemiBoldItalic';
}

.exo_thin {
    font-family: 'Exo-Thin';
}

.exo_thinItalic {
    font-family: 'Exo-ThinItalic';
}


.width_94 {
    width: 94%;
    margin: 0 auto;
}

.height_100 {
    height: 100%;
}

.width_100 {
    width: 100% !important;
}

.height_100 {
    height: 100% !important;
}


.h1_p_4 {
    padding: 0 0 4px 0;
}

.h1_m_4 {
    margin: 0 0 4px 0;
}

.h1_p_6 {
    padding: 0 0 6px 0;
}

.h1_m_6 {
    margin: 0 0 6px 0;
}

.h1_p_8 {
    padding: 0 0 8px 0;
}

.h1_m_8 {
    margin: 0 0 8px 0;
}

.h1_p_10 {
    padding: 0 0 10px 0;
}

.h1_m_10 {
    margin: 0 0 10px 0;
}

.h1_p_12 {
    padding: 0 0 12px 0;
}

.h1_m_12 {
    margin: 0 0 12px 0;
}

.h1_p_15 {
    padding: 0 0 15px 0;
}

.h1_m_15 {
    margin: 0 0 15px 0;
}

.ellips_5 {
    /*text-overflow: ellipsis;*/
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ellips_3 {
    /*text-overflow: ellipsis;*/
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ellips_2 {
    /*text-overflow: ellipsis;*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ellips_1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.focus_none_o:focus {
    outline: none;
}

.dashboard_main_wraper {
    min-height: 100vh;
}

.input_all {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #017700;
    box-shadow: none;
    border-radius: 0;
    outline: none;
    height: 60px;
    padding: 0 20px;
}

.input_all:focus {
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #017700;
}

.input_all:-webkit-autofill,
.input_all:-webkit-autofill:hover,
.input_all:-webkit-autofill:focus,
.input_all:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #b4e4b4 inset !important;
}

.input_all::placeholder {
    color: #017700;
    opacity: 1;
}

.input_all:-ms-input-placeholder {
    color: #017700;
}

.input_all::-ms-input-placeholder {
    color: #017700;
}

.padding_left_0_col {
    padding-left: 0;
}

.padding_right_0_col {
    padding-right: 0;
}

.padding_0_col {
    padding-right: 0;
    padding-left: 0;
}

.overflow_hidden,
.overflow_hidden body {
    overflow-y: hidden;
}


.home_s_1_slide_img img {
    height: calc(100vh - 90px);
    object-fit: cover;
}

.about_s_1_wrapper {
    height: calc(100vh - 90px);
}

.home_s_1_slide_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.home_s_1_slide_text_img {
    width: 41%;
    margin: 0 auto;
}

.home_s_1_slide_text_img_2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home_s_1_discover {
    padding: 10% 0 0 0;
}

.plus_img_top {
    transform: translateX(-15px);
}

.plus_img_top img {
    width: 30px;
    height: 30px;
    margin: 0 0 50px 0;
}

.home_s_1_fraction {
    display: none;
}

.home_s_1_fraction.active {
    display: block;
}

.home_s_1_slide_fraction {
    position: absolute;
    bottom: 20%;
    width: 100%;
    z-index: 1;
    right: 0;
}

.home_s_1_slide_fra {
    width: 60px;
    margin: 0 40px 0 auto;
    position: relative;
}

.home_s_1_slide_fra:after {
    position: absolute;
    right: 100%;
    width: 500px;
    background-color: #00f002;
    content: "";
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
}

.home_s_1_slide_fra:before {
    position: absolute;
    left: 100%;
    width: 500px;
    background-color: #00f002;
    content: "";
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
}

.home_s_1_slide .swiper-slide {
    opacity: 0;
}

.home_s_1_slide .swiper-slide.active {
    opacity: 1;
}

.home_s_2_left_text {
    padding: 20% 0 0 0;
}

.home_s_2_right_text {
    padding: 18% 0 0 24%;
}

.home_s_2_img_vector {
    width: 33%;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
}

.home_s_2_img_vector_2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.home_s_2_right_text_2 {
    padding: 10% 0 0 0;
}

.home_s_2_right_text_3 {
    padding: 50px 0 0 0;
}

.home_s_3_li a,
.home_s_3_li p {
    border-bottom: 1px solid #07e007;
    height: 100px;
    width: 84%;
}

.research_s_3_li p {
    height: 28vh !important;
}

.home_s_3_li a {
    border-bottom: 1px solid #e9f2e9;
}

.home_s_3_li a:hover {
    border-bottom: 1px solid #07e007;
}

.home_s_3_tab_wrapper {
    padding: 0 0 0 1%;
}

.home_s_3_tab_vector {
    width: 18%;
    margin: 0 0 50px 0;
}

.research_s_3_tab_vector {
    width: 38%;
}

.home_s_4_wrapper {
    background-color: #012111;
}

.home_s_4_card_img {
    width: 49%;
}

.home_s_4_card_text {
    width: 51%;
}

.home_s_4_card {
    border: 1px solid #0dd80f;
    margin: 30px 0;
}

.new_color_add .home_s_4_card {
    border: 1px solid #007700;

}

.home_s_4_card_text {
    padding: 50px 30px 0 30px;
}

.home_s_4_card_text h4 {
    padding: 0 0 10px 0;
    height: 14vh;
}

.home_s_4_card_img_plus {
    position: absolute;
    top: 50px;
    right: -10px;
    width: 20px;
}

.home_s_4_card_img_1 img {
    height: 46vh;
    object-fit: cover;
}



.home_s_4_card_img_shape {
    width: 0;
    height: 0;
    border-top: 90px solid #012111;
    border-right: 90px solid transparent;
    position: absolute;
    top: -1px;
    left: -1px;
}

.new_color_add .home_s_4_card_img_shape {
    border-top: 90px solid #e8fce8;
}

.homepage_center_section .home_s_4_card_img_shape {
    width: 0;
    height: 0;
    border-top: 90px solid #007bc9;
    border-right: 90px solid transparent;
    position: absolute;
    top: -1px;
    left: -1px;
}

.homepage_center_section .home_s_4_card_img_shape1 {
    border-top: 90px solid #006abc !important;
}

.homepage_border .line_s_wrapper .line_s_1:first-child {
    border-left: 1px solid #505050;
}

.homepage_border .line_s_1 {
    border: 1px solid #fff;
    opacity: 0.15;
}

.home_s_4_card_img_shape_line {
    width: 0;
    height: 0;
    border-top: 90px solid #0dd80f;
    border-right: 90px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.new_color_add .home_s_4_card_img_shape_line {
    border-top: 90px solid #007700;
}


.homepage_center_section .home_s_4_card_img_shape_line {
    border-top: 90px solid #ffffff;
}

.home_s_4_card_wrapper .col-sm-6:nth-child(2n) .home_s_4_card {
    flex-flow: row-reverse;
}

.home_s_4_card_wrapper .col-sm-6:nth-child(2n) .home_s_4_card_img_plus {
    right: auto;
    left: -10px;
}

.home_s_4_card_wrapper .col-sm-6:nth-child(2n) .home_s_4_card_img_shape {
    left: auto;
    right: -1px;
    border-top: 90px solid #012111;
    border-right: none;
    border-left: 90px solid transparent;
}



.new_color_add .home_s_4_card_wrapper .col-sm-6:nth-child(2n) .home_s_4_card_img_shape {

    border-top: 90px solid #e8fce8;

}

.home_s_4_card_wrapper .col-sm-6:nth-child(2n) .home_s_4_card_img_shape_line {
    left: auto;
    right: 0px;
    border-top: 90px solid #0dd80f;
    border-right: none;
    border-left: 90px solid transparent;
}

.homepage_center_section .home_s_4_card_wrapper .col-sm-6:nth-child(2n) .home_s_4_card_img_shape_line {
    border-top: 90px solid #fff;

}


.homepage_center_section .home_s_4_card_wrapper .col-sm-6:nth-child(2n) .home_s_4_card_img_shape {
    left: auto;
    right: -1px;
    border-top: 90px solid #073990;
    border-right: none;
    border-left: 90px solid transparent;
}

.homepage_center_section .home_s_4_card {
    border: 1px solid #ffffff;
    margin: 30px 0;
}


.new_color_add .home_s_4_card_wrapper .col-sm-6:nth-child(2n) .home_s_4_card_img_shape_line {
    border-top: 90px solid #007700;
}

.shape_right {
    left: auto;
    right: -1px;
    border-top: 90px solid #012111;
    border-right: none;
    border-left: 90px solid transparent;
}

.shape_right_line {
    left: auto;
    right: 0px;
    border-top: 90px solid #0dd80f;
    border-right: none;
    border-left: 90px solid transparent;
}

.shape_right_white {
    border-top: 90px solid #fff;
}

.about_s_3_content_shape {
    border-top: 0px solid #fff;
    border-left: 60px solid transparent;
}

.home_s_6_card_right_img_line {
    border-top: 90px solid #c4dfc4;
}

.home_s_4_wrapper_line .line_s_1_before:before,
.home_s_4_wrapper_line .line_s_1_after:after {
    background-color: #093a26;
}

.about_s_1_line .line_s_1_before:before,
.about_s_1_line .line_s_1_after:after {
    background-color: #093a26;
}

.research_1_line .line_s_1_before:before,
.research_1_line .line_s_1_after:after {
    background-color: #7cff8f;
}

.home_s_4_wrapper_line .line_s_1:nth-child(1).line_s_1_before_top_left:before {
    top: 24%;
}

.home_s_4_wrapper_line .line_s_1:nth-child(1).line_s_1_after_bottom_right:after {
    bottom: 16%;
}

.home_s_4_wrapper_line .line_s_1:nth-child(6).line_s_1_after_bottom_left:after {
    bottom: 20%;
}

.home_s_4_wrapper_line .line_s_1:nth-child(6).line_s_1_before_top_right:before {
    top: 6%;
}

.home_s_5_card_img img {
    height: 65px;
    margin: 0 0 80px 0;
}

.home_s_5_card {
    border-left: 1px solid #cde4cd;
    padding: 20px 0 20px 30px;
    height: 100%;
}

.home_s_6_card_left {
    padding: 0 0 0 10%;
    width: 100%;
}

.home_s_6_card_left_r {
    border: 1px solid #c4dfc4;
    border-right: 0;
}

.home_s_6_card_right {
    padding: 0 24% 0 0;
    width: 100%;
}

.home_s_6_card_right_r {
    border: 1px solid #c4dfc4;
    border-left: 0;
}

.home_s_6_card_right_img_1 img {
    height: 72vh;
    object-fit: cover;
}

.home_s_6_card_right_img {
    margin: 0 0 0 15px;
}

.home_s_6_card_right_img_1:after {
    position: absolute;
    left: 0;
    top: -10%;
    height: 120%;
    width: 1px;
    content: "";
    background-color: #c4dfc4;
}

.home_s_6_card_right_img_plus {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60%;
    left: -30%;
}

.home_s_6_card_right_img_plus_min {
    position: absolute;
    right: 50px;
    bottom: 50px;
    width: 30px;
}

.home_s_6_card_right_img_reserch {
    position: absolute;
    left: -12%;
    width: 24%;
    bottom: 0px;
}

.home_s_6_card_left_text_bottom {
    padding: 10% 0 0 0;
}

.home_s_7_slide_img img {
    /*width: 50%;
	margin: 0 auto;*/
}

.center_slide_next {
    background-image: url();
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    margin-top: 0;
    right: 0;
    left: auto;
}

.center_slide_prev {
    background-image: url();
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    margin-top: 0;
    left: 0;
    right: auto;
}

.center_slide_next img,
.center_slide_prev img {
    height: 100%;
}

.home_s_7_slide {
    width: 85%;
    margin: 1% auto;
}

.home_s_7_slide .swiper-slide {
    background-color: transparent;
}

.home_s_7_wrapper {
    background-color: #e8fce8;
}

.home_s_8_width {
    width: 88%;
    margin: 0 auto;
}

.home_s_8_s_1_card {
    width: 92%;
    padding-bottom: 50px;
}

.home_s_8_s_1_card_text {
    padding: 10% 0;
}

.home_s_8_s_1_card_text_wrapper {
    width: 90%;
    margin: 0 auto;
}

.home_s_8_s_1_card_bottom_col {
    width: calc(100% / 3);
    padding: 50px 30px;
    border-top: 1px solid #cbe3cb;
    border-bottom: 1px solid #cbe3cb;
    border-left: 1px solid #cbe3cb;
}

.home_s_8_s_1_card_bottom_col:nth-child(3n) {
    border-right: 1px solid #cbe3cb;
}

.more_line_bottom {
    background-color: #007700;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    margin: 10px 0 0 0;
    transition: all ease 0.2s
}

.more_line_bottom_hover:hover .more_line_bottom {
    width: 30px;
}

.home_s_8_s_1_card_img img {
    /*height: 19vh;*/
    object-fit: cover;
}

.home_s_4_card_text_vector {
    width: 46%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.home_s_4_card_text_vector_left {
    right: auto;
    left: 0;
    transform: rotateY(-180deg);
}

.about_s_1_wrapper {
    background-color: #012211;
}

.about_s_1_right_vector {
    width: 74%;
    margin: 0 0 0 4%;
}

.extract_d_s_1_right_vector {
    width: 80%;
    margin: 0 0 0 auto;
}

.enzymes_detail_vector {
    width: 70%;
    margin: 0 0 0 0%;
    transform: translateX(1%);
}

.section_title_padding {
    padding: 0 0 75px 0;
}

.about_s_3_img img {
    height: 50vh;
    object-fit: cover;
}

.about_s_3_text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4%;
    width: 35%;
}

.about_s_3_play_wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    right: 10%;
    display: flex;
    align-items: center;
}

.about_s_3_play_wrapper:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 1px;
    background-color: #137246;
    content: "";
    margin: 0 auto;
    height: 100%;
}

.about_s_3_play img {
    width: 75px;
}

.about_s_3_play_line:after {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    width: 2px;
    margin: 0 auto;
    content: "";
    width: 3px;
    height: 25px;
    background-color: #11e011;
    z-index: 1;
}

.about_s_3_play_line:before {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 2px;
    margin: 0 auto;
    content: "";
    width: 3px;
    height: 25px;
    background-color: #11e011;
    z-index: 1;
}

.about_s_3_play_time {
    position: absolute;
    bottom: -20px;
    right: 14px;
}

.about_s_4_text_top_digit {
    margin: 0 20px 0 0;
}

.about_s_4_text_top_right {
    justify-content: flex-end;
}

.about_s_4_width {
    width: 80%;
    margin: 3% auto 0 auto;
    border: 2px solid #87f087;
    padding: 140px 0 20px 0;
}

.about_s_4_plus {
    position: absolute;
    top: -101px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
}

.about_s_4_card_img_shape {
    width: 0;
    height: 0;
    border-top: 60px solid #fff;
    border-left: 60px solid transparent;
    position: absolute;
    top: -2px;
    right: -2px;
}

.about_s_4_card_img_shape_line {
    width: 0;
    height: 0;
    border-top: 60px solid #87f087;
    border-left: 60px solid transparent;
    position: absolute;
    top: -1px;
    right: -1px;
}

.about_s_4_card_img_shape_bottom {
    width: 0;
    height: 0;
    border-bottom: 60px solid #fff;
    border-right: 60px solid transparent;
    position: absolute;
    bottom: -2px;
    left: -2px;
}

.about_s_4_card_img_shape_line_bottom {
    width: 0;
    height: 0;
    border-bottom: 60px solid #87f087;
    border-right: 60px solid transparent;
    position: absolute;
    bottom: -1px;
    left: -1px;
}

.about_s_4_swiper {
    width: 70%;
    margin: 0 auto;
}

.about_s_4_swiper_coma img {
    width: 30px;
    margin: 0 0 20px 0;
}

.about_s_4_swiper_pagi {
    position: static;
    margin: 60px 0 0 0;
}

.about_s_4_swiper_pagi .swiper-pagination-bullet {
    width: 12px;
    height: 3px;
    border-radius: 0px;
    margin: 0 2px;
    background-color: #b7d9b8;
}

.about_s_4_swiper_pagi .swiper-pagination-bullet:focus {
    outline: none;
}

.about_s_5_wrapper {
    background-color: #e9fce8;
}

.about_s_5_text_p {
    padding: 60px 0 0 0;
}

.about_s_5_text_left {
    padding: 0 22% 0 0;
}

.about_s_5_text_right {
    padding: 0 0 0 22%;
}

.about_s_5_text_left {
    border-right: 1px solid #bfe2c9;
}

.about_s_7_li {
    width: calc(100% / 4);
}

.about_s_7_img {
    width: 64%;
    margin: 10px auto;
}

.about_s_8_wrapper {
    background-color: #012211;
}

.about_s_8_card_wrapper {
    width: calc(100% / 4);
}

.about_s_8_card_wrapper {
    padding: 0 15px;
}

.about_s_8_card {
    border: 1px solid #0dd80f;
    padding: 12% 17% 12% 12%;
}

.about_new_color .about_s_8_card {
    border: 1px solid #007700;
}


.about_s_8_card_img img {
    width: 100px;
    margin: 0 0 40px 0;
    filter: invert(1);

}

.about_s_8_card_img_shape {
    width: 0;
    height: 0;
    border-top: 90px solid #012211;
    border-left: 90px solid transparent;
    position: absolute;
    top: -2px;
    right: -2px;
}

.about_new_color .about_s_8_card_img_shape {
    border-top: 90px solid #e8fce8;
}


.about_s_8_card_img_shape_line {
    width: 0;
    height: 0;
    border-top: 90px solid #02510f;
    border-left: 90px solid transparent;
    position: absolute;
    top: -1px;
    right: -1px;
}


.about_fourblock .about_s_8_card_img_shape1 {
    border-top: 90px solid #0067b8;

}

.about_fourblock .about_s_8_card_img_shape2 {
    border-top: 90px solid #005baf;

}

.about_fourblock .about_s_8_card_img_shape3 {
    border-top: 90px solid #004fa4;

}

.about_fourblock .about_s_8_card_img_shape4 {
    border-top: 90px solid #024399;

}

.about_fourblock .about_s_8_card {
    border: 1px solid #fff;
    padding: 12% 17% 12% 12%;
}

.about_fourblock .about_s_8_card_img_shape_line {
    border-top: 90px solid #fff;
}

.research_s_1_wrapper {
    height: 76vh;
}

.research_s_2_card {
    border: 1px solid #17e217;
}

.research_s_1_card_img_shape {
    width: 0;
    height: 0;
    border-top: 70px solid #fff;
    border-left: 70px solid transparent;
    position: absolute;
    top: -1px;
    right: -1px;
}

.research_s_1_card_img_shape_line {
    width: 0;
    height: 0;
    border-top: 70px solid #17e217;
    border-left: 70px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
}

.research_s_2_card_img_wrapper {
    width: 26%;
}

.research_s_2_card_img {
    display: flex;
    align-items: center;
    height: 50%;
    border-left: 1px solid #e6e9ea;
}

.research_s_2_card_img_wrapper:last-child .research_s_2_card_img {
    border-top: 1px solid #e6e9ea;
}

.research_s_2_card_img img {
    width: 60%;
    margin: 0 auto;
}

.research_s_1_card_text {
    width: 74%;
    padding: 8% 0 8% 8%;
}

.research_s_2_wrapper {
    background-color: #e8fce8;
}

.research_s_2_title {
    background-color: #e8fce8;
    padding: 0 0 30px 0;
}

.research_s_2_title .plus_img_top img {
    margin-right: auto;
    margin-left: auto;
    transform: translateX(-1.5px);
}

.research_s_2_slide {
    width: 80%;
    margin: 0 auto;
}

.research_s_2_slide .swiper-slide {
    background-color: transparent;
    opacity: 0 !important;
}

.research_s_2_slide .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.research_s_2_slide_card_img {
    width: 45%;
    margin: 0 0 0 auto;
    padding: 20% 0 0 0;
}

.research_s_2_slide_card_img img {
    height: 60vh;
    object-fit: cover;
}

.research_s_2_card_img_shape {
    width: 0;
    height: 0;
    border-top: 80px solid #e8fce8;
    border-left: 80px solid transparent;
    position: absolute;
    top: 0px;
    right: 0px;
}

.research_s_2_slide_card_vector {
    position: absolute;
    top: 6%;
    right: -8%;
    width: 18%;
}

.research_s_2_slide_card_vector img {
    width: 100%;
}

.research_s_2_slide_card_text {
    position: absolute;
    top: 5%;
    width: 55%;
    left: 20%;
}

.research_s_2_slide_card_right_text {
    align-items: flex-end;
    padding: 0 0 15% 0;
}

.research_s_2_fraction_wrapper {
    position: absolute;
    bottom: 10%;
    left: 0;
}

.research_s_2_fraction {
    display: none;
}

.research_s_2_fraction.active {
    display: block;
}

.research_s_2_fraction_wi {
    width: 45px;
    text-align: center;
}

.research_s_3_width {
    width: 80%;
    margin: 0 auto;
}

.research_s_3_line {
    height: 30vh !important;
}

.research_s_3_top_text {
    padding: 14% 0 0 0;
}

.research_s_3_vector {
    position: absolute;
    top: 18%;
    left: 50%;
    width: 64%;
    transform: translateX(-50%);
    z-index: 1;
    background-color: #fff;
}

.research_s_3_vector img {
    width: 100%;
}

.research_s_3_top_bottom {
    padding: 0 0 0 10%;
}

.research_s_3_top_bottom {
    padding: 17% 0 0 0;
}

.research_s_4_title {
    padding: 0 0 30px 0;
}

.research_s_4_title .plus_img_top img {
    margin-right: auto;
    margin-left: auto;
    transform: translateX(-1.5px);
}

.custome_accrodian .content {
    display: none
}

.custome_accrodian li {}

.custome_accrodian .accordion-block {
    margin-bottom: 30px;
}

.custome_accrodian .accordion-block a {
    font-family: 'Exo-Regular';
    display: block;
    padding: 25px 35px 15px 45px;
    transition: 0s;
}

.custome_accrodian .accordion-block a.active {
    font-weight: bold;
    font-family: 'Exo-Medium';


}

/*	.home_s_4_card_img_shape_cuttoleft_line {
			width: 0;
		    height: 0;
		    border-top: 50px solid #0dd80f;
		    border-right: 50px solid transparent;
		    position: absolute;
		    top: 0;
		    left: 0;
		}*/
.accordian_card_img_shape_cuttoleft {
    width: 0;
    height: 0;
    border-top: 50px solid #fff;
    border-right: 50px solid transparent;
    position: absolute;
    top: 0px;
    left: -1px;
}

.accordian_card_img_shape_line {
    width: 0;
    height: 0;
    border-top: 50px solid #0dd80f;
    border-right: 50px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.customeaccordian_bordertop {
    border-top: 1px solid #0dd80f;

}

.number {
    position: absolute;
    right: 5%;
    font-family: 'Exo-Regular';
    background: #b4e4b494;
    border-radius: 50px;
    font-size: 14px;

    color: #07e007;
    top: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.custome_accrodian .accordion-block a.active .number {
    display: none;
}

.close_img {
    display: none;
}

.custome_accrodian .accordion-block a.active .close_img {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 5%;
    top: 20px;
}



.custome_accrodian .accordion-block .content {
    width: 80%;
    margin: 0 auto;

}

.left_cut_shape {
    left: auto;
    right: 0px;
    border-right: none;
    border-top: 40px solid #fff;
    border-left: 40px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
}

.accordion_img_width {
    width: 80%;
}

.accordion_text {
    position: relative;
    /*width: 65%;*/
    /*margin: -6% -20% 0 auto;*/
    padding: 10px 0 0 0;

}

.accordion_text p {
    padding-bottom: 15px;
}


.accordion_img_block {
    padding-top: 80px;
    padding-bottom: 100px;
}


.accrodian_img_innner_line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    left: 20%;
    display: flex;
    align-items: center;
}

.accrodian_img_innner_line:after {
    position: absolute;
    top: 20%;
    right: 0;
    left: 0;
    width: 1px;
    background-color: #137246;
    content: "";
    margin: 0 auto;
    height: 60%;
}

.accrodian_img_innner_centerline:before {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    width: 2px;
    margin: 0 auto;
    content: "";
    width: 3px;
    height: 25px;
    background-color: #11e011;
    z-index: 1;
}

.dark_color {
    color: #012111;
}

.custome_accrodian {
    position: relative;
    z-index: 99;
}




.accordian_card_img_shape_cuttoleft_dark_bg {
    width: 0;
    height: 0;
    border-top: 50px solid #012111;
    border-right: 50px solid transparent;
    position: absolute;
    top: 0px;
    left: -1px;
}

.accordian_card_img_shape_darkline {
    width: 0;
    height: 0;
    border-top: 50px solid #062c19;
    border-right: 50px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.bottom_accrodian .customeaccordian_bordertop {
    border-top: 1px solid #062c19;
}

.bottom_accrodian .custome_accrodian .accordion-block a {
    color: #fff;
}

.number_dark {
    background: #002c17 !important;
    color: #1f744b !important;

}

.accordian_page_ulli li {
    width: 25%;
    float: left;
    display: inline-block;
    padding: 15px;
    color: #fff;
    /*    border-top: 1px solid #869da9;*/
    border-top: 1px solid #002c17;
    /*text-align: left;*/
}


.services_new_color .accordian_page_ulli li {
    width: 25%;
    float: left;
    display: inline-block;
    padding: 15px;
    color: #000;
    /*    border-top: 1px solid #012111;*/
    border-top: 1px solid #007700;
}




.accordian_page_ulli {
    border-bottom: 1px solid #002c17;
}



/*Contact page */
.contact_form {
    background: transparent;
}

.contact_form .form-control,
textarea {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 0px;
    line-height: 1.42857143;
    color: #141414;
    background-color: transparent;
    background-image: none;
    /*border-bottom: 1px solid #f0f7ef;*/
    border-bottom: 1px solid #d8ead8;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;

    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;

    font-family: 'Exo-Medium';
}

.contact_form .messageheight {
    height: 80px !important;
}

.contact_form input:focus {
    border-bottom: 1px solid #48e847;
}

.contact_form textarea:focus {

    border-bottom: 1px solid #f0f7ef;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
}

.contact_form textarea :focus-visible {
    outline: unset;
}

.contact_form::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #c7c7c7;
    font-size: 18px;
}

.contact_form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #c7c7c7;
    font-size: 18px;
}

.contact_form:-ms-input-placeholder {
    /* IE 10+ */
    color: #c7c7c7;
    font-size: 18px;
}

.contact_form :-moz-placeholder {
    /* Firefox 18- */
    color: #c7c7c7;
    font-size: 18px;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
    border-bottom: 1px solid #f0f7ef;
}

.contact_form .sectionpadding_8 {
    padding: 8% 0;
}

label.error {
    color: #ff0000;
    font-family: 'Exo-Regular';
    padding: 2px 0 0 0;
    font-size: 14px;
    letter-spacing: 1px;
}

label.label_div {
    color: #ff0000;
    font-family: 'Exo-Italic';
    padding: 6px 0 0 36px;
    font-size: 16px;
}

.field .label_div {
    color: #c7c7c7;
}

.checkbox_custom .checkbox_custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox_custom .checkbox_custom input~.checkmark {
    background-color: transparent;
    border: 1px solid #b4e4b4;
    border-radius: 0;
}

.checkbox_custom .checkmark {
    position: absolute;
    top: 5px;
    left: 10px;
    height: 22px;
    width: 22px;
    background-color: #eee;
}

.checkbox_custom .checkbox_custom input:checked~.checkmark {
    background-color: #b4e4b4;
    border: 1px solid #b4e4b4;
}

.checkbox_custom .checkbox_custom input:checked~.checkmark:after {
    display: block;
}

.checkbox_custom .checkbox_custom .checkmark:after {
    left: 6px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox_custom .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox_custom {
    display: inline-block;
}

.submit {
    margin-top: 5px;
    background: #b4e4b4;
    border: 2px solid #b4e4b4;
    transition: all ease-in-out 0.2s;
    padding: 10px 54px;
    color: #127c1e;
    font-size: 20px;
}

.submit:hover {
    box-shadow: 1px 1px 8px -2px #000;
    background: #b4e4b4;
    border: 2px solid #b4e4b4;
}

.submit_btn {
    margin-top: 50px;
}

.checkbox_div {
    margin-top: 30px;
    margin-bottom: 20px;
}

.contact_img {
    width: 100%;

}

.contact_us_center_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
}

.contact_us_center_text_address {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    text-align: center;
}

.font_80c {
    font-size: 80px;
}

.plus_img_top_contact img {
    width: 30px;
    height: 30px;
    transform: translateX(-15px);
    margin: 0 0 50px 0;
}

.plus_img_top_contact {
    position: absolute;
    top: -74%;
    left: 47%;
}

/*Contact page end */


.workforus_inner_padding {
    padding: 50px 0 20px 80px;
    position: relative;
}

.workforus_innerdata p {
    margin-top: 20px;
}

.first_section_img_left {
    position: absolute;
    top: 46px;
    left: -136px;
    width: 21%;
}

.workforus_innerdata {
    padding-left: 30px;
}

.workforus_outer .accordian_card_img_shape_cuttoleft {
    top: -1px !important;
    left: -1px;
}

.work_for_us .plus_img_top {
    position: absolute;
    top: -80px;
    left: 50%;
}

.work_for_us h1 {
    padding-bottom: 80px;
}

.sectionpadding_careers {
    padding: 4% 0 8% 0;
}

.workfor_uspadding {
    padding: 8% 0 15% 0;
}

.carr_bg {
    background: #e9fce8;
}

.workforus_bottom_img {
    position: absolute;
    top: -35px;
    right: -15%;
    width: 83%;
}

.circle_1 {
    position: absolute;
    top: unset;
    bottom: 48px;
    right: -32%;
    width: 72%;
}

.circle_2 {
    position: absolute;
    bottom: -149px;
    width: 134%;
    left: 0px;
}

.contact_us_center_text_address .plus_img_top_contact img {
    transform: translateX(2px);
}



.phytho_banner_imgline .about_s_3_play_wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 64%;
    right: unset;
    display: flex;
    align-items: center;
    left: 32%;
}

.phytho_banner_imgline .about_s_3_play_line:before {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 2px;
    margin: 0 auto;
    content: "";
    width: 3px;
    height: 25px;
    background-color: #11e011;
    z-index: 1;
}


.custome_tabpanel_phytho li {
    position: relative;
    margin: 50px 0 20px 0;

}

.custome_tabpanel_phytho li span {
    position: absolute;
    top: -20px;
    left: 7px;
    font-family: 'Exo-Regular';


}

.custome_tabpanel_phytho li:hover a {
    color: #007700;

    transition: all ease-in-out 0.2s;

}

.custome_tabpanel_phytho li:hover span {
    color: #007700;

    transition: all ease-in-out 0.2s;

}

.custome_tabpanel_phytho li.active a {
    color: #007700;
    font-family: 'Exo-ExtraBold';
    transition: all ease-in-out 0.2s;

}

.custome_tabpanel_phytho li.active span {
    color: #007700;
    font-family: 'Exo-ExtraBold';
    transition: all ease-in-out 0.2s;

}

.phthorelative {
    position: relative;
    display: inline-block;
}

.custome_tabpanel_phytho_data p {
    padding-left: 50px;
    padding-top: 310px;
}

.scroll_img {
    position: absolute;
    bottom: 150px;
    right: 5%;
    width: 100px;
    height: 100px;
}

.phytho_padding_small {
    padding: 8% 0;
}

.pdt0 {
    padding-top: 0;
}

.extracts_img img {
    width: 80%;
    float: right;
    position: relative;
    z-index: 999;
}

.extract_padding {
    padding-top: 100px;
    padding-bottom: 50px;
}

.border_div_extract img {
    width: 50px;
    height: 50px;
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 43px;
    right: 30px;
}

.arrow_img_light {
    display: block;
    transition: all ease-in-out 0.5s;
}

.arrow_img_dark {
    display: none;
}

.border_div_extract:hover .arrow_img_light {
    display: none;
    transition: all ease-in-out 0.5s;
}

.border_div_extract:hover .arrow_img_dark {
    display: block;
    transition: all ease-in-out 0.5s;
}


/**/
.border_div_extract {
    padding: 50px 100px 50px 30px;
    border-top: 1px solid #cbe3cb;
    border-bottom: 1px solid #cbe3cb;
    border-left: 1px solid #cbe3cb;
    border-right: 1px solid #cbe3cb;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;

}

.border_div_extract:hover {
    padding: 50px 100px 50px 30px;
    border-top: 1px solid #007700;
    border-bottom: 1px solid #007700;
    border-left: 1px solid #007700;
    border-right: 1px solid #007700;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;

}

.border_div_extract p {
    color: #000;
    display: inline-block;
}

.border_div_extract:hover p {
    font-weight: bold;
    color: #007700;
}

/* .accordian_card_img_shape_cuttoright {
            width: 0;
            height: 0;
            border-top: 50px solid transparent;
            border-left: 50px solid transparent;
            position: absolute;
            top: 0px;
            right: 0px;
        }

        .accordian_card_img_shape_rightline {
		    width: 0;
		    height: 0;
		    border-top: 0px solid transparent;
		    
		    position: absolute;
		    top: 0;
		    right: 0;
		    border-left: 50px solid red;
		    border-left: 50px solid transparent;
		    float: right;
		}*/

.accordian_card_img_shape_rightline {
    left: auto;
    right: 0px;
    border-top: 50px solid #cbe3cb;
    border-right: none;
    border-left: 50px solid transparent;
    position: absolute;
    top: 0;
}

.accordian_card_img_shape_cuttoright {
    left: auto;
    right: -1px;
    border-top: 50px solid #fff;
    border-right: none;
    border-left: 50px solid transparent;
    width: 0;
    height: 0;
    top: -1px;
    position: absolute;
}




.border_div_extract:hover .accordian_card_img_shape_rightline {
    left: auto;
    right: 0px;
    border-top: 50px solid #007700;
    border-right: none;
    border-left: 50px solid transparent;
    position: absolute;
    top: 0;
}


.number_counter {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 14px;
}

.number_counter p {
    color: #07e007;
}

.center_plus .plus_img_top img {
    margin-right: auto;
    margin-left: auto;
    transform: translateX(-1.5px);
}

.center_plus_center .plus_img_top img {
    margin-right: auto;
    margin-left: auto;
    transform: translateX(13.5px);
}

.extracts_detail_center_para_width {
    width: 60%;
    margin: 50px auto 0 auto;
}

.center_big_Extracts_img {
    width: calc(100% - 30%);
    padding: 50px 0 50px 0;
    margin: 0 auto;
    z-index: 99;
    position: relative;

}

.center_big_Extracts_img img {
    padding-bottom: 50px;
}

.pdb0_extractpage {
    padding-bottom: 0;
}

.detail_div {
    padding: 20px 0;

}

.detail_border {
    border-bottom: 1px solid #ddd;
}

.detail_div p {
    padding-top: 5px;
}

.detail_div_viewmore {
    padding: 20px 0 0 0;
}

.phytho_s_2_li_text_right {
    padding: 4% 0 0 4%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.1s;
}

.phytho_s_2_li:last-child .phytho_s_2_li_text_right {
    position: static;
}

.phytho_s_2_li.active .phytho_s_2_li_text_right {
    opacity: 1;
    visibility: visible;
}

.phytho_s_2_li {
    padding: 20px 0;
    cursor: pointer;
}

.phytho_s_2_li.active .phytho_s_2_li_text p {
    color: #007700;
}

.phytho_s_2_li.active .phytho_s_2_li_text p span {
    color: #007700;
}

.accordionWrap_services .accordion-block .accordian_a:hover {
    /*background-color: #b4e4b494;*/
    color: #007700;
}

.rotate_right {
    -webkit-animation: rotationRight 10s infinite linear;
}

@-webkit-keyframes rotationRight {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

.rotate_left {
    -webkit-animation: rotationLeft 30s infinite linear;
}

@-webkit-keyframes rotationLeft {
    from {
        -webkit-transform: rotate(359deg);
    }

    to {
        -webkit-transform: rotate(0deg);
    }
}

.rotate_plus {
    -webkit-animation: rotationPlus 2s;
    animation-iteration-count: 2;
}

@-webkit-keyframes rotationPlus {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(180deg);
    }
}

.center_big_Extracts_img_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.field_wrapper {
    margin: 0 0 15px 0;
}

.agree_t_c_wrapper input {
    width: 20px;
    height: 20px;
    border-radius: 0;
    margin: 0;
}

.label_check {
    margin: 0 0 0 10px;
    vertical-align: top;
}

.error_terms {
    display: none;
    padding: 4px 0 0 0;
}

@media only screen and (max-width: 767px) {
    .error_terms {
        padding: 0 0 0 27px;
    }

    .about_new_color .about_s_8_card_img_shape {
        border-top: 90px solid transparent;
    }

    .about_new_color .about_s_8_card_img_shape_line {
        border-top: 40px solid transparent;
        border-left: 40px solid transparent;
    }

    .homecolor {
        background-image: linear-gradient(to bottom, #007fcc, #006cbd, #005aae, #00479d, #09358c);
    }

    .mobile_about_block .about_s_8_card_img_shape_line_mobile {
        border-top: 18px solid #005db0 !important;
    }

    .mobile_about_block .about_s_8_card_img_shape {
        border-top: 40px solid #fff;
    }
}





.agree_t_c_wrapper label.error {
    display: none !important;
}

.agree_t_c_wrapper input.error~.error_terms {
    display: block;
}

md-toast {
    position: fixed;
    z-index: 99999999;
}

.md-toast.md-default-theme .md-toast-content,
.md-toast .md-toast-content {
    background-color: #000;
    color: #fff;
}

.file_upload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #d8ead8;
    line-height: 50px;
}

.file_upload:focus {
    border-color: #48e847;
}

.file_upload_input {
    opacity: 0;
    position: relative;
    z-index: 2;
}

.new_image img {
    width: 100%;
}