a,
a:hover {
    outline: none !important;
}

#page {
    height: 100vh;
}

html,
body,
p,
h1,
h2,
h3,
h4,
ul,
article,
figure {
    padding: 0;
    margin: 0;
}

body {
    line-height: 1.2;
    font-size: 18px;
    width: 100%;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

a {
    color: inherit;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

a,
svg,
path,
.btn,
button,
button:before,
button:after {
    text-decoration: none;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
    outline: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

ul {
    list-style: none;
}

.btn,
input,
textarea,
button,
.slick-slide {
    outline: none;
}

.container {
    margin: 0 auto;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

svg {
    display: flex;
}

select::-ms-expand {
    display: none;
}

textarea {
    overflow: auto;
}


/* main.css */

p,
b {
    font-weight: 300;
    font-size: 26px;
    line-height: 1.4;
    color: #434242;
}

b {
    font-weight: 600;
}

i {
    font-style: italic;
}


/*
BANNER
*/

.banner {
    position: relative;
}

.banner-wrapper {
    margin: 0 auto;
    position: relative;
    padding: 90px 0;
}

.banner-wrapper:after {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    background-image: url(../img/banner-bg.svg);
    background-size: calc(100% - 124px) 100%;
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-wrapper-inner {
    width: 1510px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    position: relative;
    z-index: 2;
}

.banner-left {
    flex: 8;
}

.banner-right {
    flex: 7;
    padding-left: 4%;
    margin-top: 25px;
}

h1,
.banner-title {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 300;
    font-size: 73px;
    line-height: 110px;
    text-transform: uppercase;
    color: #515050;
}

h1 b,
.banner-title b {
    font-size: inherit;
    line-height: inherit;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
}

.banner-right p {
    font-weight: 300;
    font-size: 30px;
    line-height: 1.5;
}

.banner-right p+p {
    margin-top: 44px;
}

.text-green {
    color: #40b34b;
    font-weight: 400;
}


/*
INFO
*/

.info {
    padding: 38px 0;
    position: relative;
}

.info:after {
    content: "";
    display: block;
    height: 3px;
    background-color: #40b34b;
    width: calc(100% - 256px);
    margin-left: auto;
    position: absolute;
    right: 0;
    top: 100%;
}

.wrapper {
    width: 1380px;
    max-width: 100%;
    margin: 0 auto;
}

h2,
.section-title {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: bold;
    font-size: 68px;
    line-height: 0.9;
    text-transform: uppercase;
    color: #40b34b;
}

.info p {
    margin-top: 25px;
}

.info p+p {
    margin-top: 36px;
}

.btn_wrap.green_btn a {
    background-color: #40b34b;
    color: #fff;
}


/*
LITERACY
*/

.literacy {
    padding: 100px 0 87px 0;
}

.flex {
    display: flex;
}

.literacy-left {
    width: 360px;
}

.literacy-right {
    flex: 1;
    padding-left: 80px;
    padding-right: 40px;
}

.literacy-right p+p {
    margin-top: 40px;
}

.special {
    font-weight: 300;
    line-height: 1;
}

.special b {
    color: inherit;
    line-height: 1;
    display: block;
    font-weight: 700;
    font-size: 90px;
}

.subtitle {
    font-style: italic;
    font-weight: normal;
    font-size: 30px;
    line-height: 1.6;
    color: #40b34b;
    margin-top: 15px;
}


/*
AIMING
*/

.aiming {
    padding-top: 80px;
    padding-bottom: 80px;
}

.small {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #434242;
}

.aiming-block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
}

.aiming-block+.aiming-block {
    margin-top: 40px;
}

.aiming-block .figure {
    font-weight: 800;
    /*font-size: 150px;*/
    font-size: 100px;
    text-transform: uppercase;
    color: #8f8f8f;
    padding-right: 58px;
    border-right: 1px solid #40b34b;
    line-height: 0.9;
}

.aiming-block .text-content {
    /*width: 744px;*/
    max-width: 100%;
    padding-left: 54px;
}

.aiming-block .text-content h3 {
    font-size: 26px;
    line-height: 1.4;
    text-transform: uppercase;
}


/*
PROJECTS
*/

.projects h2 {
    text-align: center;
    font-weight: 300;
}

.project-block {
    width: 100%;
    position: relative;
    margin-top: 63px;
}

.project-block:nth-child(odd) {
    margin-top: 144px;
}

.project-block .text-content {
    width: 1200px;
    max-width: 100%;
    padding: 30px 135px 45px 65px;
    position: relative;
    z-index: 1;
    border: 1px solid #40b34b;
    margin-left: 90px;
}

.project-block .text-content p b {
    display: block;
}

.project-block .text-content p+p {
    margin-top: 36px;
}

.project-block:nth-child(odd) .text-content {
    padding: 30px 65px 45px 187px;
    margin-left: auto;
}

.project-block img {
    display: block;
    position: absolute;
    z-index: 2;
    left: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.project-block:nth-child(odd) img {
    left: auto;
    transform: translate(-42%, -50%);
}

.info_about_as .wrapper {
    padding: 0 18px;
}


/* header-style */

.header {
    padding: 55px 0;
}

.header_logo {
    max-width: 211px;
}

.header_wrpr {
    display: flex;
    align-items: center;
    max-width: 1530px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
}

.header_nav ul {
    display: flex;
    align-items: center;
    padding-left: 59px;
    margin-left: 158px;
    border-left: 2px solid #FFD895;
}

.header_nav ul li a {
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #515050;
    display: block;
    padding: 13px 0;
}

.header_nav ul li.current-menu-item a {
    font-weight: 700;
}

.header_nav ul li a:not(.active):hover {
    color: #40B34B;
}

.header_nav ul li+li {
    margin-left: 45px;
}

header.header {
    border-bottom: 1px solid #e3e3e3;
    padding: 25px 0;
    z-index: 99;
    position: relative;
    background-color: #fff;
}

header.header .header_nav ul {
    margin: 0;
    padding: 0;
    border: 0;
}

header.header .header_wrpr .header_wrpr_row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

header.header .header_wrpr .header_form_icon svg {
    width: 100%;
    max-width: 20px;
    height: 100%;
}

header.header .header_nav ul li.current-menu-item a,
header.header .header_nav ul li a:hover {
    color: inherit;
}

.mobile_prev_btn_wrap a.menu_prev_btn {
    color: rgb(67, 66, 66) !important;
}

.mobile_prev_btn_wrap a.menu_prev_btn,
header.header .header_nav ul li a {
    color: rgb(67, 66, 66);
    font-weight: 600;
}

header.header .header_form_search input[type="search"] {
    border: 0;
    border-bottom: 1px solid #434242;
    padding: 15px 20px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    width: 100%;
}

header.header .header_form_search input[type="submit"] {
    display: inline-block;
    border: 0;
    background: #40B34B;
    border-radius: 11px;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: -0.015em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 12px 15px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s all;
    margin: 0;
    min-width: auto;
}

header.header .header_form_search input[type="submit"]:hover {
    background: #FFD895;
    color: #000;
}

header.header .header_form_row {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 50%;
    padding: 50px 40px;
    z-index: -1;
    background-color: #fff;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    border-bottom: 1px solid #e3e3e3;
    /* transform: translateY(-100%); */
    transition: transform .8s cubic-bezier(.01, .82, .51, 1.03), visibility .5s;
    transform: translateX(-50%);
    /* transition: transform .8s cubic-bezier(.01, .82, .51, 1.03), visibility .5s; */
}

header.header .header_form_row.active {
    /* transform: translateY(0); */
    opacity: 1;
    visibility: visible;
    visibility: visible;
    transform: translateX(-50%) translateY(100%);
    transition: transform .8s cubic-bezier(.01, .82, .51, 1.03), visibility 0;
}

header.header .header_form_search .header_form_row_in {
    width: 100%;
}

header.header .header_form_search .search_inp {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 850px;
    margin: auto;
}

header.header .header_form_search .search_inp label {
    width: 100%;
    margin-right: 30px;
}

header.header .header_form_search .header_form_icon {
    display: flex;
    align-items: center;
}

header.header .header_form_search .header_form_icon .headersearch_txt {
    margin-right: 10px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}

header.header .header_form_search .header_search_cross {
    display: none;
}


/* header-style */


/* footer-style */

.footer {
    background: #141B4D;
    padding: 79px 0 115px;
    margin-top: auto;
}

.footer_wrpr {
    max-width: 1530px;
    padding: 0 15px;
    width: 100%;
    /* margin: 0 auto; */
    display: flex;
    /* align-items: flex-end; */
    /* padding-right: 15%; */
    margin: auto;
}

.footer_left_menu {
    display: flex;
}

.footer_logo .logo-text,
.footer_left_menu li,
.footer_left_menu li a {
    font-weight: 300;
    font-size: 18px;
    line-height: 36px;
    color: #FFFFFF;
    white-space: nowrap;
}

.footer_left_menu li+li:before {
    content: "|";
    display: inline-block;
    margin: 0 20px;
}

.footer_logo {
    display: block;
    margin: 0 auto auto;
}

.footer_nav {
    margin-bottom: 16px;
}

.footer_nav li a {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    text-transform: uppercase;
}

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

.footer_social_links li+li {
    margin-left: 20px;
}

.footer_social_links li a {
    display: block;
}

.footer_left_menu li a:hover,
.footer_nav li a:hover {
    color: #40B34B;
}

.footer .footer_wrpr_row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.footer .footer_wrpr_row .footer_col_left {
    width: 100%;
    max-width: 45%;
    padding-right: 15px;
}

.footer .footer_wrpr_row .footer_col_right {
    width: 100%;
    max-width: 55%;
    padding-left: 15px;
}

.footer .footer_wrpr_row .footer_col_right .footer_col_txt {
    color: #fff;
    width: 100%;
    max-width: 65%;
    padding-right: 15px;
}

.footer .footer_wrpr_row .footer_col_right .footer_social_box {
    width: 100%;
    max-width: 35%;
}

.footer .footer_wrpr_row .footer_col_right .footer_col_txt h4 {
    color: #fff;
}

.footer .footer_wrpr_row .footer_col_right .footer_col_right_top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.footer .footer_wrpr_row .footer_col_right nav.footer_nav ul li {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    padding-right: 20px;
}

.footer .footer_wrpr_row .footer_col_right nav.footer_nav ul li::after {
    content: '-';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.footer .footer_wrpr_row .footer_col_right nav.footer_nav ul li:last-child::after {
    content: none;
    padding-right: 0;
    margin-right: 0;
}

.footer .footer_wrpr_row .footer_col_right nav.footer_nav ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.footer .footer_wrpr_row .footer_col_right nav.footer_nav ul li a {
    font-size: 16px;
    color: #fff !important;
    font-weight: 600;
    line-height: 26px;
    text-decoration: none;
    background-image: linear-gradient(#fff, #fff);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    transition: background-size .3s;
    color: inherit;
    white-space: nowrap;
    text-transform: capitalize;
    outline: none !important;
}

.footer .footer_wrpr_row .footer_col_right .footer_col_nav_menu {
    margin: 50px 0 40px;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}

.footer .footer_wrpr_row .footer_col_right nav.footer_nav ul li a:hover {
    -webkit-animation: .5s LinkHover;
    animation: .5s LinkHover;
    background-position: left bottom;
    color: #40B34B !important;
    background-image: linear-gradient(#40B34B, #40B34B);
}

@-webkit-keyframes LinkHover {
    0% {
        background-size: 0 1px
    }
    100% {
        background-size: 100% 1px
    }
}

.footer .footer_wrpr_row .footer_col_right .footer_col_copyright ul.footer_left_menu li a:hover {
    color: #40B34B;
}

.footer .footer_wrpr_row .footer_col_right .footer_col_copyright ul.footer_left_menu li a {
    font-weight: 500;
    color: #FFf;
    font-size: 15px;
    line-height: 25px;
}

.footer .footer_wrpr_row .footer_col_right .footer_col_copyright ul.footer_left_menu {
    margin-bottom: 20px;
}

.footer .footer_wrpr_row .footer_col_right .footer_col_copyright .logo-text {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}

.footer .footer_wrpr_row .footer_col_left .footer_logo {
    text-align: left;
    margin: 0;
}

.footer .footer_wrpr_row .footer_col_left .footer_logo a {
    outline: none !important;
}


/* footer-style */

.meet_team {
    padding: 84px 0 182px;
}

.center_md_title {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    font-size: 68px;
    line-height: 95px;
    text-align: center;
    text-transform: uppercase;
    color: #40B34B;
    margin-bottom: 120px;
}

.meet_team .wrapper {
    max-width: 1360px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
}

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

.team_member_card+.team_member_card {
    margin-top: 113px;
}

.team_member_card .img_wrpr {
    width: 254px;
    height: 254px;
    min-width: 254px;
    min-height: 254px;
    border-radius: 50%;
    border: 6px solid #40B34B;
    margin-right: 87px;
    overflow: hidden;
}

.team_member_card .img_wrpr img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.team_member_card .text_info {
    border-left: 3px solid #40B34B;
    padding-left: 40px;
    /* min-height: 348px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.team_member_card .text_info h3 {
    font-weight: bold;
    font-size: 26px;
    line-height: 36px;
    text-transform: uppercase;
    color: #434242;
}

.team_member_card .text_info h3.green {
    color: #40B34B;
    text-transform: initial;
}

.team_member_card .text_info p {
    font-weight: 300;
    font-size: 26px;
    line-height: 36px;
    color: #434242;
    margin-top: 40px;
}

.team_member_card .text_info p.green {
    color: #40B34B;
}

.title_wings_border {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #40B34B;
    border-bottom: 3px solid #40B34B;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
}

.title_wings_border span {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    font-size: 48px;
    line-height: 54px;
    text-align: center;
    text-transform: uppercase;
    color: #40B34B;
    display: block;
    padding: 0 50px;
    background: #fff;
    margin-bottom: -28px;
}

.what_is {
    padding-bottom: 100px;
}

.what_is .content_wrapper {
    margin: 82px auto 0;
    text-align: center;
    max-width: 1051px;
    padding: 0 15px;
}

.what_is .content_wrapper h3 {
    font-style: italic;
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    color: #434242;
    margin-bottom: 40px;
}

.what_is .content_wrapper p {
    font-weight: 300;
    font-size: 26px;
    line-height: 36px;
    color: #434242;
}

.contact_form_s {
    padding: 150px 0;
}

.contact_form h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -0.015em;
    color: #40B34B;
    margin-bottom: 37px;
}

.contact_form {
    max-width: 752px;
    width: 100%;
}

.form_group {
    margin-bottom: 20px;
}

.inputs_cols_wrpr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inputs_cols_wrpr .form_group {
    width: calc(50% - 10px);
}

.text_input {
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #8F8F8F;
    padding: 17px 24px;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: -0.015em;
}

.text_input::placeholder {
    color: #C4C3C3;
}

.send_btn_wrpr {
    margin-top: 30px;
}

.send_btn {
    display: inline-block;
    border: 0;
    background: #40B34B;
    border-radius: 11px;
    font-weight: 800;
    font-size: 28px;
    letter-spacing: -0.015em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 24px;
    min-width: 271px;
    text-align: left;
    cursor: pointer;
}

.send_btn:hover {
    background: #FFD895;
    color: #000;
}

.banner-left.flex_3 {
    flex: 3;
}

.news_row {
    display: flex;
    flex-wrap: wrap;
    margin: -25px;
}

.news_card {
    display: block;
    /*width: calc(33.33% - 50px);*/
    padding-bottom: 100%;
    /*margin: 25px;*/
    background: #FCFBFB;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    position: relative;
}

.news_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s all ease-in-out;
    position: absolute;
}

.news_card:hover img {
    transform: scale(1.1);
}

.news_row_s {
    margin-top: 87px;
    margin-bottom: 113px;
    padding-bottom: 69px;
    position: relative;
}

.news_row_s+.news_row_s {
    margin-top: 0;
    margin-bottom: 157px;
}

.news_row_s .wrapper {
    padding: 0 15px;
    width: 1360px;
    max-width: 100%;
}

.news_row_s h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    font-size: 48px;
    line-height: 95px;
    text-transform: uppercase;
    color: #40B34B;
    margin-bottom: 50px;
}

.news_row_s.border_right:after {
    content: '';
    display: block;
    height: 3px;
    background-color: #40B34B;
    width: calc(100% - 281px);
    margin-left: auto;
    position: absolute;
    right: 0;
    top: 100%;
}

.news_row_s.border_left:after {
    content: '';
    display: block;
    height: 3px;
    background-color: #40B34B;
    width: calc(100% - 281px);
    margin-left: auto;
    position: absolute;
    left: 0;
    top: 100%;
}

.banner-right p.green_big_text {
    font-size: 48px;
    line-height: 64px;
}

.about_founders {
    padding: 37px 0 119px;
}

.about_founders .about_info {
    display: flex;
    align-items: center;
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
}

.about_founders .about_info .img_wrpr {
    width: 144px;
    height: 144px;
    min-width: 144px;
    min-height: 144px;
    border: 6px solid #40B34B;
    margin-right: 66px;
    border-radius: 50%;
    overflow: hidden;
}

.about_founders .about_info .img_wrpr img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.about_founders .about_info .text p {
    font-size: 26px;
    line-height: 36px;
    color: #434242;
}

.about_founders .about_info .text p i {
    font-style: italic;
    font-weight: 300;
}

.about_founders .about_info .text p b {
    display: block;
    width: 100%;
    font-style: normal;
    font-weight: 600;
}

.about_founders .subtitle_text {
    font-weight: 300;
    font-size: 26px;
    line-height: 36px;
    color: #434242;
    max-width: 1219px;
    width: 100%;
    margin: 56px auto 100px;
}

.info.bb_0 {
    padding-bottom: 120px;
}

.info.bb_0:after {
    display: none;
}

.section-title .light_font {
    font-weight: 300;
}

.text_in_figure_s .top_text {
    display: flex;
}

.text_in_figure_s .top_text .section-title {
    max-width: 358px;
    margin-right: 73px;
    line-height: 70px;
}

.text_in_figure_s .top_text .right p+p {
    margin-top: 35px;
}

.text_in_figure_s .bottom_text {
    border: 1px solid #40B34B;
    padding: 30px 48px;
    display: flex;
    align-items: center;
    margin-top: 90px;
}

.text_in_figure_s .bottom_text h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    font-size: 48px;
    line-height: 54px;
    text-transform: uppercase;
    color: #40B34B;
    margin-right: 45px;
    max-width: 210px;
}

.text_in_figure_s .bottom_text p {
    flex: 1;
}

.text_in_figure_s {
    padding: 85px 0;
    position: relative;
}

.text_in_figure_s:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    background-image: url(../img/banner-bg.svg);
    background-size: calc(100% - 124px) 100%;
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: rotateY(180deg);
}

.text_in_figure_s .wrapper {
    position: relative;
    z-index: 2;
    padding: 30px 0;
}

.comming_soon {
    padding: 117px 0 84px;
}

.comming_soon h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    font-size: 48px;
    line-height: 54px;
    text-align: right;
    text-transform: uppercase;
    color: #40B34B;
    margin-right: 24px;
}

.comming_soon .wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.comming_soon .right {
    max-width: 894px;
    width: 100%;
    border-left: 5px solid #40B34B;
    padding-left: 42px;
}

.comming_soon .right b {
    display: block;
}

.project-block:nth-child(even) .text-content {
    margin-left: 0;
}

.project-block:nth-child(even) img {
    transform: translate(-80%, -50%);
}

.header_mob_btn {
    display: none;
}

.only_mob {
    display: none;
}

.project-block .text-content p b {
    font-weight: 700;
}

.text_in_figure_s .right {
    flex: 1;
}

.banner-right p.green_big_text {
    font-weight: 400;
}

.contact_form_s .wrapper {
    width: 1510px;
}

.banner:not(.main_page) .banner-wrapper-inner {
    max-width: 1360px;
    width: 100%;
}

.banner .banner-wrapper-inner {
    align-items: center;
}

.info.info_about_as p {
    font-size: 24px;
}

.info_about_as .info_about_wrap p a {
    color: #40b34b;
    text-decoration: underline;
}

.info_about_as .info_about_wrap ul li {
    margin-top: 10px;
    padding-left: 35px;
    position: relative;
    font-weight: 300;
    color: #434242;
    line-height: 36px;
    font-size: 24px;
}

.info_about_as .info_about_wrap ul li span {
    font-weight: 300 !important;
}

.info_about_as .info_about_wrap ul li::before {
    width: 12px;
    height: 12px;
    border: 3px solid #40b34b;
    top: 12px;
    display: block;
    content: '';
    position: absolute;
    left: 12px;
    border-radius: 50px;
}

.contact_form {
    position: relative;
}

.contact_form.sending {
    opacity: 0.7;
    pointer-events: none;
}

.success-message {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    background-color: #fff;
    top: 0;
    text-align: center;
    width: 100%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #42b650;
}

.contact_form.success .success-message {
    opacity: 1;
}


/* footer bottom */

.site {
    display: flex;
    flex-direction: column;
}

.news_item {
    width: calc(33.33% - calc(50px / 1.5));
    margin: calc(25px / 1.5);
    display: flex;
    flex-direction: column;
}

.news_item .news_date {
    font-size: 1rem;
    padding-top: 10px;
    color: #ab9c9c;
}

.news_item .news_title {
    font-size: 1.5rem;
    padding-top: 5px;
    color: #434242;
}

.info .aiming-block {
    justify-content: flex-start;
}

.info .aiming-block p {
    margin-top: 0;
}

.info .aiming-block p+p {
    margin-top: 18px;
}

.footer_logo .logo-text {
    margin-top: 15px;
    color: #FFFFFF;
    text-align: left;
    white-space: initial;
}

.footer_logo {
    max-width: 413px;
}

@media (max-width: 1700px) {}

@media (max-width: 677px) {
    .news_item .news_date,
    .news_item .news_title {
        width: 271px;
    }
    .news_item {
        width: 100%;
        margin: 0 0 36px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .news_card {
        padding-bottom: 0;
    }
}


/* ideas-page */

.ideas_hero_sec {
    padding: 60px 0 50px;
}

.container_wrap {
    max-width: 1380px;
    margin: auto;
    width: 100%;
    padding: 0 20px;
}

.ideas_hero_sec .ideas_main_title {
    text-align: center;
    margin-bottom: 45px;
}

.ideas_hero_sec .ideas_main_title h1 {
    text-transform: capitalize;
    margin-bottom: 12px;
    color: #40b34b;
    font-weight: 600;
    font-size: 73px;
    line-height: 1;
}

.ideas_hero_sec .ideas_main_title h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #000;
}

.ideas_hero_sec .ideas_row {
    display: flex;
    flex-wrap: wrap;
}

.ideas_hero_sec .ideas_left {
    max-width: 70%;
    width: 100%;
    padding-right: 15px;
}

.ideas_hero_sec .ideas_right {
    width: 100%;
    max-width: 30%;
    padding-left: 15px;
}

.ideas_hero_sec .ideas_hero_box h2 {
    font-size: 21px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
    color: #40b34b;
    margin-bottom: 20px;
}

.ideas_hero_sec .ideas_hero_box h2 a {
    color: #40b34b;
}

.ideas_hero_sec .ideas_hero_box h2 a:hover {
    color: #40b34b;
}

.ideas_hero_sec .ideas_left .ideas_left_box,
.ideas_hero_sec .ideas_right .ideas_right_box {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
    padding: 25px 20px;
    border: 1px solid #eee;
}

.ideas_hero_sec .ideas_right .ideas_right_box h2 {
    color: #40b34b;
}

.ideas_hero_sec .ideas_hero_box .ideas_box_user {
    margin-top: 12px;
}

.ideas_hero_sec .ideas_hero_box .ideas_right_box_img,
.ideas_hero_sec .ideas_hero_box .ideas_left_box_img {
    margin-bottom: 15px;
    text-align: center;
}

.ideas_hero_sec .ideas_hero_box .ideas_right_box_img img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.ideas_hero_sec .ideas_hero_box .ideas_box_user h5 {
    margin: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #434242;
}

.ideas_hero_sec .ideas_hero_box .ideas_box_user p {
    font-size: 16px;
    line-height: 28px;
}

.news_media_sec a,
.ideas_news_sec a,
.ideas_hero_sec a {
    outline: none !important;
}

.ideas_hero_sec .ideas_hero_box .ideas_left_box,
.ideas_hero_sec .ideas_hero_box .ideas_right_box {
    margin-bottom: 30px;
}

.ideas_hero_sec .ideas_hero_box .ideas_left_box:last-child,
.ideas_hero_sec .ideas_hero_box .ideas_right_box:last-child {
    margin-bottom: 0;
}

.ideas_hero_sec .ideas_hero_box .ideas_right .ideas_right_box_txt h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.ideas_hero_sec .ideas_hero_box p {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.ideas_hero_sec .ideas_hero_box p:last-child {
    margin-bottom: 0;
}

.ideas_hero_sec .ideas_hero_box .ideas_left_box {
    height: 100%;
}

.ideas_hero_sec .ideas_hero_box .ideas_form_wrap {
    background-color: #f5f3ed;
    padding: 20px;
}

.ideas_hero_sec .ideas_hero_box .ideas_form_wrap p,
.ideas_hero_sec .ideas_hero_box .ideas_form_wrap h5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.ideas_hero_sec .ideas_hero_box .ideas_form_wrap p {
    font-weight: 500;
    margin-bottom: 10px;
}

.ideas_hero_sec .ideas_hero_box .ideas_form_wrap p:last-child {
    margin-bottom: 0;
}

.ideas_hero_sec .ideas_hero_box .ideas_form_box .wpcf7 {
    background-color: transparent;
    width: 100%;
    margin: 30px 0;
}

.ideas_hero_sec .ideas_hero_box .ideas_form_box .wpcf7 input[type="submit"] {
    width: 100%;
    margin: 0;
    min-width: 100%;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
}

.ideas_hero_sec .ideas_hero_wrap {
    border-bottom: 1px solid #40b34b;
    padding-bottom: 60px;
}

.news_main_title h2 {
    font-size: 35px;
    line-height: 45px;
    color: #40b34b;
    text-transform: capitalize;
    margin: 0;
}

.news_main_title {
    margin-bottom: 40px;
}

.ideas_focus_sec .ideas_focus_box_txt h4,
.ideas_news_sec .news_slide_box_txt h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 15px;
}

.ideas_focus_sec .ideas_focus_box_txt h4 a,
.ideas_news_sec .news_slide_box_txt h4 a {
    outline: none;
    color: #000;
}

.ideas_news_sec .news_slide_box_txt h4:hover,
.ideas_focus_sec .ideas_focus_box_txt h4:hover,
.ideas_focus_sec .ideas_focus_box_txt h4 a:hover,
.ideas_news_sec .news_slide_box_txt h4 a:hover {
    color: #40b34b;
}

.ideas_news_sec .news_slide_box .news_box_user h5 {
    margin: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}

.ideas_news_sec .news_slide_box .news_box_user p {
    font-size: 18px;
    line-height: 30px;
}

.ideas_news_sec .news_slide_box .news_box_user {
    margin-top: 20px;
}

.ideas_news_sec .news_slide_row {
    display: flex;
    flex-wrap: wrap;
}

.ideas_news_sec .news_slide_box .news_slide_box_img {
    margin-bottom: 20px;
    position: relative;
}

.news_video_icon i {
    font-size: 42px;
    line-height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #4eac84;
}

.ideas_news_sec .news_slide_box .news_slide_box_img img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}

.ideas_news_sec .news_slide_row .news_slide_col {
    max-width: 100%;
    width: 100%;
}

.ideas_news_sec .news_slide_row .news_slide_box {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
    padding: 15px;
    border: 1px solid #eee;
    height: 100%;
    min-height: 400px;
}

html body .wpcf7 input[type="submit"] {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 26px;
    line-height: 1;
    padding: 20px 30px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 0;
    border-radius: 0;
}

html body .wpcf7 input[type="submit"]:hover {
    background-color: #141b4d;
    color: #ffffff;
}

header.header .header_form_search input[type="submit"] {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
    line-height: 1;
    padding: 20px 30px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 0;
    border-radius: 0;
}

header.header .header_form_search input[type="submit"]:hover {
    background-color: #141b4d;
    color: #ffffff;
}

.ideas_news_sec {
    padding: 0 0 80px;
}

.ideas_news_sec .owl-carousel .owl-nav {
    display: block !important;
    position: absolute;
    top: -70px;
    right: 180px;
}

.ideas_focus_sec .ideas_focus_col .ideas_focus_box {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    text-align: center;
    height: 100%;
    border: 1px solid #eee;
}

.ideas_focus_sec .ideas_focus_col .ideas_focus_box .ideas_focus_box_img img {
    height: 210px;
    object-fit: cover;
    width: 100%;
}

.ideas_focus_sec .ideas_focus_box_txt h4 {
    margin: 0;
}

.ideas_news_sec .owl-carousel .owl-nav button.owl-prev {
    margin-right: 10px;
}

.ideas_news_sec .owl-carousel .owl-nav button.owl-next,
.ideas_news_sec .owl-carousel .owl-nav button.owl-prev {
    /* background-color: #40b34b !important; */
    /* border-radius: 50%; */
    /* width: 42px; */
    /* height: 42px; */
    font-size: 34px !important;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    font-weight: 300 !important;
    line-height: 34px !important;
    /* color: #fff !important; */
    color: #000;
    /* position: absolute;
    top: -75px;
    right: 0; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* box-shadow: 0 0 39px -15px #000; */
    /* outline: none; */
    /* vertical-align: top; */
}


.ideas_news_sec .owl-carousel .owl-nav button.owl-next:hover svg path,
.ideas_news_sec .owl-carousel .owl-nav button.owl-prev:hover svg path {
    /* fill: #40b34b !important; */
}

.ideas_news_sec .owl-carousel .owl-nav svg path {
    /* fill: #fff !important; */
    fill: #000;
}

.ideas_news_sec .owl-carousel .owl-nav svg {
    height: 100%;
    width: 100%;
    max-width: 24px;
}

.ideas_focus_sec .ideas_focus_row .ideas_focus_col {
    max-width: 33.33%;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.ideas_focus_sec .ideas_focus_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-bottom: -30px;
}

.ideas_focus_sec .ideas_focus_col .ideas_focus_box .ideas_focus_box_txt {
    padding: 15px;
}

.ideas_news_sec .container_wrap {
    max-width: 100%;
    padding: 0;
}

.ideas_news_sec .news_main_title {
    margin: auto;
    width: 100%;
    padding: 0 20px;
    max-width: 1380px;
    margin-bottom: 30px;
}

.ideas_focus_sec {
    background-color: #f8f8f8;
}

.ideas_focus_sec,
.news_media_sec {
    padding: 60px 0;
}

.news_media_sec .news_media_box_txt h4 {
    color: #fff;
    font-weight: 400;
    background-color: #40b34b;
    display: inline-block;
    padding: 2px 6px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    border-radius: 4px;
}

.news_media_sec .news_media_row .news_media_col {
    max-width: 33.33%;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.news_media_sec .news_media_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-bottom: -30px;
}

.news_media_sec .news_media_row .news_media_box {
    margin-bottom: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
    padding: 35px 20px 25px;
    text-align: center;
    position: relative;
}

.news_media_sec .news_media_box .news_media_box_img img {
    max-width: 100%;
    object-fit: contain;
    width: 100%;
    height: 110px;
    border: 1px solid #eee;
    padding: 12px;
}

.news_media_sec .news_media_box .news_media_box_img {
    margin-bottom: 20px;
}

.news_media_sec .news_media_box .news_media_box_cont p {
    line-height: 28px;
    font-size: calc(26px / 1.5);
    color: #000;
    font-weight: 500;
    font-style: italic;
}

.ideas_news_sec .news_slide_wrap .owl-stage-outer .item {
    padding: 12px;
}

.news_media_sec .news_media_box h5 {
    font-size: 18px;
    line-height: 28px;
    color: #40b34b;
    margin: 0;
    margin-bottom: 5px;
}

.news_media_sec .news_media_box_txt {
    position: absolute;
    top: -10px;
    left: 20px;
}


/* ideas-page */


/* single-post-page */

.single_post_sec h1 {
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #40b34b;
    font-weight: 600;
    font-size: 44px;
    line-height: 54px;
}

.single_post_sec {
    padding: 60px 0;
}

.single_post_sec .single_post_title {
    margin-bottom: 25px;
    text-align: center;
}

.single_post_sec iframe,
.single_post_sec img {
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    margin: 20px 0;
}

.single_post_sec .single_post_img iframe,
.single_post_sec .single_post_img img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    max-width: 820px;
}

.single_rel_post_sec .container_wrap {
    border-top: 1px solid #ddd;
    padding-top: 60px;
}

.archive .single_rel_post_sec .container_wrap {
    border-top: 0;
}

.single_post_sec .single_post_box .single_post_img {
    margin-bottom: 30px;
    text-align: center;
}

.single_post_sec .single_post_box figcaption {
    font-size: 12px;
    line-height: 22px;
    color: #595959;
    margin: 0;
}

.single_post_sec .single_post_date {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #40b34b;
    margin-bottom: 10px;
    display: block;
}

.single_post_sec a {
    color: #40b34b;
    text-decoration: underline;
    outline: none;
}

.single_post_sec p {
    margin-bottom: 20px;
    font-weight: 400 !important;
    line-height: 28px;
    font-size: calc(26px / 1.5);
}

.single_post_sec p:last-child {
    margin-bottom: 0;
}

.single_post_sec blockquote {
    border-left: 4px solid #40b34b;
    padding: 12px 10px 12px 15px;
    margin: 30px 0;
    background-color: rgba(64, 179, 75, 0.1);
}

.single_post_sec h2,
.single_post_sec h3,
.single_post_sec h4,
.single_post_sec h5,
.single_post_sec h6 {
    margin: 30px 0 20px;
}

.single_post_sec ul {
    display: block;
    list-style: none;
    margin-bottom: 15px;
}

.single_post_sec .single_post_box_txt {
    max-width: 800px;
    margin: auto;
    position: relative;
}

.share_bar_outer_wrap {
    /*position: absolute;
    top: 0;
    right: -220px;*/
    position: sticky;
    top: 20px;
    height: 0;
    margin-left: auto;
    margin-right: -120px;
    text-align: center;
    width: 100%;
    max-width: 60px;
}

.share_bar_outer_wrap .share_bar__outer .share_bar_txt {
    font-size: 16px;
    line-height: 22px;
}

.share_bar_outer_wrap .share_bar__outer a {
    color: #000;
}

.share_bar_outer_wrap .share_social_icon {
    display: none;
    position: relative;
    /* height: 150px; */
}

.share_bar_outer_wrap .share_bar__outer svg {
    width: 100%;
    height: 25px;
    max-width: 25px;
    margin: auto;
    margin-top: 5px;
    transition: 0.3s all;
}


.share_bar_outer_wrap .share_bar__outer svg:hover {
    transform: scale(1.2);
}

.share_bar_outer_wrap .share_bar__outer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.single_post_sec ul li {
    display: block;
    list-style: none;
    position: relative;
    padding-left: 20px;
    color: #434242;
    margin-bottom: 20px;
    font-weight: 400 !important;
    line-height: 28px;
    font-size: calc(26px / 1.5);
}

.single_post_sec ul li:last-child {
    margin-bottom: 0;
}

.single_post_sec ul li::before {
    content: '';
    background-color: #40b34b;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
}

.single-post aside.widget-area {
    display: none;
}

.single_rel_post_sec {
    padding: 60px 0;
    padding-top: 0;
}

.single_rel_post_sec .single_rel_title {
    margin-bottom: 30px;
}

.single_rel_post_sec .single_rel_title h2 {
    font-size: 35px;
    line-height: 45px;
    color: #40b34b;
    text-transform: capitalize;
    margin: 0;
}

.single_rel_post_sec .single_rel_post_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.single_rel_post_sec .single_rel_post_row .single_rel_post_col {
    max-width: 33.33%;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.single_rel_post_sec .single_rel_post_col .single_rel_post_box {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    padding: 25px 20px;
    text-align: left;
    border-radius: 8px;
    height: 100%;
}

.single_rel_post_sec .single_rel_post_col .single_rel_post_box p {
    font-size: 16px;
    line-height: 28px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.single_rel_post_sec .single_rel_post_row .single_rel_post_box_img {
    margin-bottom: 30px;
    position: relative;
}

.single_rel_post_sec .single_rel_post_row .single_rel_post_box_img img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.single_rel_post_sec .single_rel_post_box_txt h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 15px;
}

.single_rel_post_sec a {
    outline: none !important;
}

.single_rel_post_sec .single_rel_post_box_txt a {
    color: #000;
}

.single_rel_post_sec .single_rel_post_box_txt h4:hover,
.single_rel_post_sec .single_rel_post_box_txt h4 a:hover {
    color: #40b34b;
}

.single_post_sec h3 {
    color: #000;
    font-size: 32px;
    line-height: 42px;
}

.single_post_sec h6 b,
.single_post_sec h6 {
    color: #000;
    font-size: 26px;
    line-height: 36px;
}

.single_post_sec ol li {
    margin-bottom: 10px;
}

.single_post_sec ol {
    margin: 10px 0 20px;
}

.single_post_sec h5 b,
.single_post_sec h5 {
    color: #000;
    font-size: 28px;
    line-height: 38px;
}

.single_post_sec h4 b,
.single_post_sec h4 {
    color: #000;
    font-size: 30px;
    line-height: 40px;
}

.single_post_sec h2 {
    color: #000;
    font-size: 34px;
    line-height: 44px;
}

.single_post_sec {
    font-weight: 400;
    color: #434242;
    line-height: 24px;
    font-size: 16px;
}


/* single-post-page */


/* home-page */

.projects {
    position: relative;
    /* background-color: #40b34b; */
    padding: 70px;
    margin-bottom: 70px;
}

.projects .project-block {
    position: static;
}

.projects .wrapper {
    width: 100%;
    max-width: 100%;
    max-width: 1350px;
    margin: auto;
    background-color: #40b34b;
    padding: 60px 50px 60px;
    position: relative;
}

.projects .wrapper h2 {
    color: #ffffff;
    text-align: left;
    font-size: 48px;
    line-height: 1;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: bold;
}

.projects .project-block .text-content {
    border: 0;
    padding: 0 50% 0 0;
    width: 100%;
    max-width: 100%;
    color: #ffffff;
}

.projects .project-block .text-content p {
    color: #ffffff;
}

.projects .project-block .text-content h6 {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;
    font-family: "Open Sans Condensed", sans-serif;
    margin: 0 0 10px 0;
}

.projects .project-block .text-content ul {
    margin-top: 36px;
    font-weight: 300;
    font-size: 26px;
    line-height: 1.4;
}

.projects .project-block .text-content ul li {
    margin-top: 10px;
    padding-left: 40px;
    position: relative;
}

.projects .project-block .text-content ul li::before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    border: 3px solid #ffffff;
    position: absolute;
    top: 9px;
    left: 0;
    border-radius: 50px;
}

.projects .project-block .text-content ul li:first-child {
    margin-top: 0;
}

html body .projects .project-block img {
    max-width: 100%;
    top: auto;
    bottom: 0;
    transform: none;
    left: auto;
    right: 0;
}

.btn_wrap a {
    display: inline-block;
    border: 0;
    background: #fff;
    font-weight: 800;
    letter-spacing: -0.015em;
    text-transform: uppercase;
    color: #40b34b;
    min-width: 271px;
    /* text-align: left; */
    cursor: pointer;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 26px;
    line-height: 1;
    padding: 20px 30px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: center;
}

.projects .project-block .text-content p a {
    color: #fff;
    text-decoration: underline;
}

.btn_wrap a:hover {
    background-color: #141b4d !important;
    color: #ffffff !important;
}

html body .projects .btn_wrap {
    margin-top: 50px;
}

html body .projects .project-block img {
    max-width: 440px;
    right: 130px;
    top: 47%;
    transform: translateY(-50%);
}


/* .projects .project-block .text-content p b {
    font-weight: 700;
} */

.projects .project-block:nth-of-type(2n) .text-content {
    border-right: 5px solid #40b34b;
    border-left: 0;
    padding: 50px 30px;
    padding-left: 320px;
}

.projects h2 {
    margin-bottom: 60px;
}

.banner .banner-wrapper-inner .banner-right p {
    font-size: 24px;
    line-height: 34px;
}

.action_tips_sec .action_tips_wrap h2 {
    font-size: 68px;
    line-height: 1;
    color: #fff;
    margin-bottom: 15px;
}

.action_tips_sec .action_tips_wrap h3 {
    font-style: normal;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 10px 0;
    font-size: 32px;
    font-family: 'Open Sans Condensed', sans-serif;
    line-height: 40px;
}

.action_tips_sec .action_tips_wrap p {
    font-weight: 300;
    color: #ffffff;
    margin: 0;
    line-height: 36px;
    font-size: 24px;
}

.action_tips_sec .action_tips_wrap {
    display: flex;
    flex-wrap: wrap;
    background-color: #40b34b;
    margin: auto;
    max-width: 1350px;
    padding: 60px 50px 30px;
}

.action_tips_sec .action_tips_left {
    width: 100%;
    max-width: 50%;
    padding-right: 80px;
}

.action_tips_sec .action_tips_right {
    width: 100%;
    max-width: 50%;
    padding-left: 20px;
}

.action_tips_sec {
    padding: 50px 0 40px;
}

.action_tips_sec .action_tips_right ul li::before {
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    top: 11px;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    border-radius: 50px;
}

.action_tips_sec .action_tips_right ul {
    margin-top: 20px;
    font-weight: 300;
    font-size: 26px;
    line-height: 1.4;
}

.action_tips_sec .action_tips_right ul li {
    margin-top: 10px;
    padding-left: 25px;
    position: relative;
    font-weight: 300;
    color: #ffffff;
    line-height: 36px;
    font-size: 24px;
}

.action_tips_sec .action_tips_main {
    text-align: center;
    width: 100%;
    margin-top: 40px;
}

.action_tips_sec .action_tips_main h3 {
    margin: 0 -50px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 30px;
    text-transform: uppercase;
}

.priv_policy_sec h2,
.emerg_resp_sec .main_title h2 {
    color: #40b34b;
    margin-bottom: 15px;
    font-size: 68px;
    line-height: 1;
}

.emerg_resp_sec .main_title {
    text-align: center;
    /* margin-bottom: 40px; */
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.emerg_resp_sec .main_title .main_title_left {
    max-width: 320px;
    width: 100%;
    text-align: left;
    padding-right: 20px;
}

.emerg_resp_sec .main_title .main_title_right {
    max-width: calc(100% - 320px);
    width: 100%;
    text-align: left;
    padding-left: 20px;
}

.priv_policy_sec p,
.emerg_resp_sec p {
    line-height: 36px;
    font-size: 24px;
    color: #000;
}

.info .aiming {
    padding-top: 0;
}

.emerg_resp_sec {
    padding: 60px 0 70px;
}

.emerg_resp_sec .emerg_resp_wrap {
    /* display: flex; */
    /* align-items: center; */
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    padding: 35px 35px 40px;
    height: 100%;
}


/* .emerg_resp_sec .emerg_resp_left {
    max-width: 330px;
    width: 100%;
} */


/* .emerg_resp_sec .emerg_resp_right {
    width: calc(100% - 330px);
    margin: 0;
    text-align: left;
    padding-left: 20px;
} */

.banner.main_page .banner-wrapper {
    padding: 100px 0 130px;
}

.banner.main_page .banner-wrapper .banner-wrapper-inner {
    align-items: center;
}

.banner.main_page .banner-wrapper-inner .banner-left h1 {
    font-size: 50px;
}

.banner.main_page .banner-wrapper::after {
    background-size: calc(100% - 54px) 100%;
}

.banner.main_page .banner-wrapper-inner .banner-left h1 b {
    font-size: 73px;
    line-height: 90px;
    display: block;
}

.emerg_resp_sec h3 {
    font-style: normal;
    color: #000;
    font-weight: 600;
    margin: 0 0 10px 0;
    font-size: 34px;
    font-family: 'Open Sans Condensed', sans-serif;
    line-height: 44px;
}

.emerg_resp_sec h4 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 12px;
    font-weight: 900;
}

.emerg_resp_sec .emerg_resp_right .emerg_resp_right_in {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}

.emerg_resp_sec .emerg_resp_right .emerg_resp_right_in:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.emerg_resp_sec .emerg_resp_right_in .btn_wrap a {
    background-color: #40b34b;
    color: #fff;
    padding: 10px 15px;
    min-width: 100px;
    font-size: 15px;
    line-height: 20px;
}

.emerg_resp_sec .emerg_resp_right_in .btn_wrap {
    margin-top: 10px;
}

.emerg_resp_sec .emerg_resp_right_in p a {
    color: #40b34b;
    text-decoration: underline;
}

.emerg_resp_sec .emerg_resp_right .emerg_resp_right_in:last-child {
    margin-bottom: 0;
}

.emerg_resp_sec .emerg_resp_right_in p {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 5px;
    font-weight: 400;
}

.emerg_resp_sec .emerg_resp_right_in p:last-child {
    margin-bottom: 0;
}

.info.bb_0 {
    padding: 20px 0 50px;
}

.priv_policy_sec::after {
    content: "";
    position: absolute;
    display: block;
    z-index: 0;
    background-image: url(../img/banner-bg.svg);
    background-size: calc(100% - 124px) 100%;
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.priv_policy_sec {
    position: relative;
    padding: 100px 0 120px;
    margin-bottom: 40px;
}

.priv_policy_sec .priv_policy_wrap {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.priv_policy_sec h2 {
    color: #40b34b;
}

.emerg_resp_sec .emerg_resp_left {
    text-align: center;
    margin-bottom: 20px;
}

.priv_policy_sec p {
    color: #000;
    margin-bottom: 8px;
}

.priv_policy_sec p:last-child {
    margin-bottom: 0;
}

.priv_policy_sec .priv_policy_left {
    width: 100%;
    max-width: 30%;
    padding-right: 30px;
}

.priv_policy_sec .priv_policy_left p {
    font-size: 26px;
    font-weight: 500;
    line-height: 38px;
}

.priv_policy_sec .priv_policy_right {
    width: 100%;
    max-width: 70%;
    padding-right: 20px;
}

.priv_policy_sec .priv_policy_wrap p a {
    color: #40b34b;
    text-decoration: underline;
}

.priv_policy_sec .priv_policy_right h3 {
    font-style: normal;
    color: #000;
    font-weight: 600;
    margin: 0 0 8px 0;
    font-size: 26px;
    font-family: 'Open Sans Condensed', sans-serif;
    line-height: 36px;
}

.about_founders_sec .main_title h2 {
    font-size: 68px;
    line-height: 1;
    border: 0;
    display: block;
    color: #40b34b;
    margin-bottom: 10px;
}

.about_founders_sec .main_title {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about_founders_sec .main_title span {
    padding: 0;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-align: left;
}

.about_founders_sec .main_title p {
    margin: 0;
    font-size: 26px;
    line-height: 38px;
    color: #000;
    max-width: 100%;
    width: 100%;
}

.about_founders_sec .main_title p a {
    color: #40b34b;
    text-decoration: underline;
}

.about_founders_sec .about_info_box .about_info {
    background-color: #40b34b;
    padding: 30px;
}

.about_founders_sec .about_info_box .about_info .img_wrpr {
    max-width: 120px;
    width: 100%;
    height: 120px;
    margin-left: -80px;
    min-width: auto;
    min-height: auto;
    margin: 0;
    margin-left: -80px;
}

.about_founders_sec .about_info_box .text .text_user {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #fff;
    margin-top: 5px;
}

.about_founders_sec .about_info_box .text p {
    color: #fff;
    font-size: 28px;
    line-height: 45px;
    font-weight: 500;
    font-family: 'Open Sans Condensed', sans-serif;
}

.about_founders_sec .about_info_box .text {
    padding-left: 20px;
    position: relative;
}

.about_founders_sec .about_info_box {
    margin-top: 50px;
}

.about_founders.about_founders_sec {
    padding: 0 0 100px;
}

.about_founders_sec .about_info_box .text::before {
    display: block;
    content: '';
    width: 45px;
    height: 45px;
    background: url(/wp-content/uploads/2022/12/quote-about.svg) no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 10px;
    position: absolute;
    top: -10px;
    left: 10px;
    opacity: 0.2;
}

.about_founders_sec .main_title .main_title_left {
    max-width: 320px;
    width: 100%;
    text-align: left;
    padding-right: 20px;
}

.about_founders_sec .main_title .main_title_right {
    max-width: calc(100% - 320px);
    width: 100%;
    text-align: left;
    padding-left: 20px;
}

.literacy_all_sec::after {
    /* content: ''; */
    content: none;
    position: absolute;
    display: block;
    z-index: 0;
    background-image: url(../img/banner-bg.svg);
    background-size: calc(100% - 124px) 100%;
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: rotateY(180deg);
}

.literacy_all_sec .literacy_all_wrap {
    position: relative;
    display: flex;
    z-index: 1;
    background-color: #fff;
    padding: 40px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
    border: 1px solid #eee;
}

.literacy_all_sec .literacy_all_wrap .literacy_all_left {
    width: 100%;
    max-width: 30%;
    /* padding-right: 30px; */
}

.literacy_all_sec .literacy_all_wrap .literacy_all_right {
    width: 100%;
    max-width: 70%;
    padding-left: 40px;
}

.literacy_all_sec {
    position: relative;
    /* padding: 90px 0 90px; */
    padding: 80px 0 50px;
}

.literacy_all_sec .literacy_all_wrap h2 {
    font-size: 68px;
    line-height: 1;
    /* color: #40b34b; */
    color: #40b34b;
    /* margin-bottom: 0; */
    margin-bottom: 15px;
}

.literacy_all_sec .literacy_all_wrap ul li::before {
    width: 12px;
    height: 12px;
    /* border: 3px solid #40b34b; */
    border: 3px solid #40b34b;
    top: 12px;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    border-radius: 50px;
}

.literacy_all_sec .literacy_all_wrap ul li {
    margin-top: 10px;
    padding-left: 20px;
    position: relative;
    font-weight: 300;
    /* color: #000; */
    color: #000;
    line-height: 36px;
    font-size: 24px;
}

.literacy_all_sec .literacy_all_wrap p {
    line-height: 36px;
    font-size: 24px;
    font-weight: 300;
    /* color: #000; */
    color: #000;
    margin: 0;
}

.about_founders_sec .btn_wrap,
.priv_policy_sec .btn_wrap,
.emerg_resp_sec .btn_wrap,
.literacy_all_sec .btn_wrap {
    margin-top: 30px;
}


/* home-page */


/* team-page */

.team_member_sec .main_title h2 {
    color: #40b34b;
    text-align: left;
    font-size: 48px;
    line-height: 1;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: bold;
}

.team_member_sec .team_member_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-bottom: -30px;
}

.team_member_sec .team_col {
    max-width: 25%;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 30px;
}

.team_member_sec .team_member_box {
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
    border: 1px solid #eee;
    border-radius: 10px;
}

.team_member_sec .team_member_box .team_member_box_cont {
    text-align: center;
    padding: 20px 15px;
}

.team_member_sec .team_member_box .team_member_box_cont h3 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 5px;
    font-family: "Open Sans Condensed", sans-serif;
    text-transform: uppercase;
}

.team_member_sec .main_title {
    margin-bottom: 40px;
}

.team_member_sec .team_member_box .team_member_box_cont h4 {
    font-size: 16px;
    line-height: 22px;
    color: #40b34b;
    font-weight: 600;
    font-family: "Open Sans Condensed", sans-serif;
}

.team_member_sec .read_btn {
    margin-top: 20px;
}

.team_member_sec .team_member_box .team_member_box_img img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    object-position: top;
}

.team_member_sec .read_btn a {
    font-size: 15px;
    line-height: 25px;
    padding: 6px 15px;
    background-color: #40b34b;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 800;
    letter-spacing: -0.015em;
    text-transform: uppercase;
    min-width: 100px;
}

.team_member_sec .read_btn a:hover {
    background-color: #141b4d;
    color: #ffffff;
}

.team_member_sec {
    padding: 50px 0 80px;
}

.team_member_sec .team_member_wrap {
    margin-bottom: 70px;
}

.team_member_sec .team_member_wrap:last-child {
    margin-bottom: 0;
}

.team_member_sec .team_member_wrap2 .team_member_box .team_member_box_cont {
    padding: 10px;
}

.team_profile_popup .team_profile_popup_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.team_profile_popup .team_profile_wrap {
    max-width: 760px;
    padding: 30px 25px 30px;
    background-color: #fff;
    z-index: 1;
    transform: none;
    border-radius: 10px;
    width: 100%;
    scrollbar-width: thin;
    position: relative;
    /* z-index: 1; */
    margin: auto;
    max-height: 540px;
    overflow-y: auto;
}

.team_profile_popup .team_profile_wrap h3 {
    font-size: 24px;
    line-height: 20px;
    margin: 0 0 5px;
    font-family: "Open Sans Condensed", sans-serif;
    text-transform: uppercase;
    padding-right: 30px;
}

.team_profile_popup .team_profile_wrap h4 {
    font-size: 20px;
    line-height: 30px;
    color: #40b34b;
    font-weight: 600;
    font-family: "Open Sans Condensed", sans-serif;
}

.team_profile_popup .team_profile_tilte {
    /* margin-bottom: 15px; */
    width: 100%;
    max-width: 35%;
    padding-right: 20px;
}

.team_profile_popup .team_profile_right {
    width: 100%;
    max-width: 65%;
}

.team_profile_popup .team_profile_box {
    display: flex;
    flex-wrap: wrap;
}

.team_profile_popup .team_profile_box p.highlight::before {
    display: block;
    content: '';
    width: 38px;
    height: 38px;
    background: url(/wp-content/uploads/2022/12/quote-left.svg) no-repeat 0 0;
    background-size: auto;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 10px;
    position: absolute;
    bottom: -20px;
    right: 50px;
    opacity: 0.2;
    z-index: -2;
    transform: rotate(180deg);
}

.team_profile_popup .team_profile_box p.highlight {
    position: relative;
    color: #40b34b;
    margin-top: 20px;
    font-style: italic;
}

.team_profile_popup .team_profile_box p {
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 12px;
    font-size: 16px;
}

.team_profile_popup .team_profile_box p:last-child {
    margin-bottom: 0;
}

.team_profile_popup .team_profile_overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: relative;
    width: 100%;
    height: 100%;
}

.team_profile_popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.team_profile_popup .close_popup {
    font-size: 38px;
    line-height: 1;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
}

.team_profile_popup .team_profile_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    border-radius: 10px;
}

body.page-id-472.active {
    overflow: hidden;
}


/* team-page */


/* Legal-page */

.page-id-3 .site .site-main {
    max-width: 1380px;
    margin: auto;
    width: 100%;
    padding: 60px 20px;
}

.page-id-3 .site .site-main .entry-header h1 {
    text-align: center;
    margin-bottom: 30px;
    color: #40b34b;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 600;
    font-size: 52px;
    line-height: 62px;
}

.page-id-3 .site .site-main .entry-content h2 {
    color: #000;
    font-size: 34px;
    line-height: 44px;
}

.page-id-3 .site .site-main .entry-content h3,
.page-id-3 .site .site-main .entry-content h2,
.page-id-3 .site .site-main .entry-content h5 {
    margin: 15px 0 10px;
    color: #000;
}

.page-id-3 .site .site-main .entry-content h3 {
    color: #000;
    font-size: 32px;
    line-height: 42px;
}

.page-id-3 .site .site-main .entry-content h4 {
    color: #000;
    font-size: 30px;
    line-height: 40px;
}

.page-id-3 .site .site-main .entry-content p {
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 24px;
    font-size: 16px;
}

.page-id-3 .site .site-main .entry-content p a {
    color: #40b34b;
    outline: none;
}

.page-id-3 .site .site-main .entry-content p:last-child {
    margin-bottom: 0;
}

.page-id-3 .site .site-main .entry-content ul li::before {
    content: '';
    background-color: #40b34b;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
}

.page-id-3 .site .site-main .entry-content ul {
    display: block;
    list-style: none;
    margin-bottom: 15px;
}

.page-id-3 .site .site-main .entry-content ul li {
    display: block;
    list-style: none;
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
    font-weight: 500;
    color: #434242;
    line-height: 24px;
    font-size: 16px;
}

.page-id-3 aside.widget-area {
    display: none;
}

.privacy_policy_sec h1 {
    font-size: 60px;
    line-height: 70px;
}

.privacy_policy_detail p {
    font-size: 19px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 12px;
}

.privacy_policy_detail p:last-child {
    margin-bottom: 0;
}

.privacy_policy_detail h2 b,
.privacy_policy_detail h3 b,
.privacy_policy_detail h4 b,
.privacy_policy_detail h3,
.privacy_policy_detail h2,
.privacy_policy_detail h5 {
    margin: 15px 0 10px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.privacy_policy_detail h3 b,
.privacy_policy_detail h3 {
    font-size: 20px;
    line-height: 30px;
}

.privacy_policy_detail h2 b,
.privacy_policy_detail h2 {
    font-size: 22px;
    line-height: 32px;
}

.privacy_policy_detail ol {
    margin-left: 0;
}

.privacy_policy_detail ol li {
    font-weight: 400;
    color: #434242;
    line-height: 36px;
    font-size: 24px;
    line-height: 28px;
    font-size: calc(26px / 1.5);
    position: relative;
}

.privacy_policy_detail h4 b,
.privacy_policy_detail h4 {
    font-size: 18px;
    line-height: 28px;
}

.privacy_policy_detail ul li::before {
    width: 10px;
    height: 10px;
    border: 2px solid #40b34b;
    top: 11px;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    border-radius: 50px;
}

.privacy_policy_detail {
    padding: 50px 0 60px;
}

.privacy_policy_detail ul {
    margin: 12px 0;
    font-weight: 400;
    list-style: none;
}

.privacy_policy_detail ul li {
    font-weight: 400;
    color: #434242;
    line-height: 36px;
    font-size: 24px;
    line-height: 28px;
    font-size: calc(26px / 1.5);
    position: relative;
    padding-left: 25px;
}

.privacy_policy_detail a,
.privacy_policy_detail p a {
    color: #40b34b;
    text-decoration: underline;
}


/* Legal-page */


/* Mega Dropdown */

.mega_menu_popup {
    width: 100%;
    background: #fff;
    padding: 20px;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99999;
    border-bottom: 1px solid #dddddd;
}

.mega_menu_inner {
    display: flex;
}

.menu_right {
    width: 20%;
}

.menu_left {
    width: 80%;
    display: flex;
}

.menu_left .column {
    width: 100%;
}

.header_nav ul li {
    position: relative;
}

.header_nav ul li.mega_menu.active::before {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.header_nav ul#primary-menu>li::after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 2px;
    background-color: #434242;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header_nav ul#primary-menu>li:hover::after,
.header_nav ul#primary-menu>li.current-menu-item::after {
    width: 100%;
}

.header_nav ul li .sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: -20px;
    background-color: #ffffff;
    width: 250px;
    padding: 20px;
    flex-wrap: wrap;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header_nav ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.header_nav ul#primary-menu>li.mega_menu,
.header_nav ul#primary-menu>li.menu-item-has-children {
    padding-right: 25px !important;
}

.header_nav ul#primary-menu>li.mega_menu>a+span,
.header_nav ul#primary-menu>li.menu-item-has-children>a+span {
    top: 0;
    right: 0;
    padding: 20px 5px;
    height: auto;
    width: auto;
    z-index: 1;
    cursor: pointer;
}

.header_nav ul#primary-menu>li.mega_menu>a+span svg,
.header_nav ul#primary-menu>li.menu-item-has-children>a+span svg {
    width: 14px;
}

.header_nav ul li .sub-menu>li.menu-item {
    width: 100%;
    margin: 0;
}

.header_nav ul li .sub-menu>li.menu-item>a {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 0;
    color: #000000;
}

.header_nav ul li .sub-menu>li.menu-item>a:hover {
    color: #3db44c;
}

.mega_menu_popup .mega_menu_inner {
    max-width: 1500px;
    /* max-width: 920px; */
    margin: auto;
    padding: 50px 15px;
}

.mega_menu_popup .mega_menu_inner .menu_left .column {
    padding-right: 20px;
}

.mega_menu_popup .mega_menu_inner .menu_left .column:nth-of-type(2) {
    padding-left: 100px;
}

.mega_menu_popup .mega_menu_inner .menu_left .column h3,
.mega_menu_popup .mega_menu_inner .menu_left .column h4 {
    font-size: 20px !important;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    line-height: 32px;
    margin-bottom: 18px;
}

.mega_menu_popup .mega_menu_inner .menu_left .column p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 16px;
    max-width: 300px;
}

.mega_menu_popup .mega_menu_inner .menu_left .column .cta_link {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}

.mega_menu_popup .mega_menu_inner .menu_left .column .cta_link a {
    text-decoration: underline;
    color: #3db44c;
}

.mega_menu_popup .mega_menu_inner .menu_left .column ul li {
    /* font-size: 16px;
    line-height: 28px;
    margin-bottom: 18px; */
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
}

.mega_menu_popup .mega_menu_inner .menu_left .column ul li a {
    color: #434242;
}

.mega_menu_popup .mega_menu_inner .menu_left .column ul li a:hover {
    color: #3db44c;
}

.mega_menu_popup .mega_menu_inner .menu_right {
    border-left: 1px solid #dddddd;
    padding-left: 20px;
}

.mega_menu_popup .mega_menu_inner .menu_right .right_inner_content img {
    width: 100%;
    max-width: 100% !important;
    height: 160px;
    object-fit: cover;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
}

.mega_menu_popup .mega_menu_inner .menu_right .right_inner_content .content_wrap h4 {
    font-size: 20px !important;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 5px;
}

.mega_menu_popup .mega_menu_inner .menu_right .right_inner_content a {
    color: #000;
}

.mega_menu_popup .mega_menu_inner .menu_right .right_inner_content .content_wrap p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/* Mega Dropdown */

.cont_form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.cont_form .cont_form_row {
    width: 100%;
    padding: 0 10px;
}

.cont_form .cont_form_row input[type='text'],
.cont_form .cont_form_row input[type='email'],
.cont_form .cont_form_row input[type='tel'],
.cont_form .cont_form_row input[type='password'],
.cont_form .cont_form_row select,
.cont_form .cont_form_row textarea {
    width: 100%;
    margin-right: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 20px;
    max-height: 180px;
}

.cont_form .cont_form_row.half {
    width: 50%;
}

.cont_form .cont_form_row input[type="submit"] {
    text-align: center;
}

.cont_form .cont_form_row .wpcf7-form-control-wrap input.wpcf7-not-valid {
    border-left: 4px solid #dc3232;
    background-color: #fff6f6;
}

.cont_form .cont_form_row .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 13px;
    margin: -12px 0 12px 0;
    font-weight: 500;
    display: none;
}

html .wpcf7 form .wpcf7-response-output {
    display: none;
}

.author_box {
    border-top: 1px solid #dddddd;
    padding-top: 40px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.author_box .author_box_left {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
}

.author_box .author_box_left .author_box_img img {
    margin: 0;
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 100%;
}

.author_box .author_box_left .author_box_info {
    width: calc(100% - 70px);
    padding-left: 20px;
}

.author_box .author_box_left .author_box_info h6 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 4px 0;
}

.author_box .author_box_left .author_box_info .author_desi {
    font-style: italic;
    margin-bottom: 12px;
}

.author_box .author_box_right {
    width: 150px;
}

.author_box .author_box_right .author_more_box {
    margin-bottom: 25px;
}

.author_box .author_box_right .author_more_box h6 {
    margin: 0 0 10px 0;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}

.author_box .author_box_right .author_more_box ul {
    margin: 0;
    padding: 0;
}

.author_box .author_box_right .author_more_box ul li {
    padding: 0;
}

.author_box .author_box_right .author_more_box ul li::before {
    display: none;
}

.author_box .author_box_right .author_more_box ul li a {
    color: inherit;
    font-weight: 700;
    /* border-bottom: 1px solid #000000; */
}

.author_box .author_box_right .author_more_box ul li a:hover {
    color: #40b34b;
    border-bottom-color: #40b34b;
}

.author_box .author_box_right .author_more_box p {
    font-weight: 700;
}


/* about-page */

.info_about_as {
    padding: 60px 0 !important;
}

.info_about_as::after {
    content: none;
}

.info_about_as .info_about_wrap:last-child::after {
    content: none;
}

.info_about_as .info_about_wrap {
    position: relative;
    margin-bottom: 40px;
    /*padding-bottom: 40px;*/
}

.info_about_as .info_about_wrap:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.info_about_as .info_about_wrap::after {
    content: "";
    display: block;
    height: 2px;
    background-color: #40b34b;
    width: 260px;
    margin-left: auto;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    content: none;
}

.info_about_as .info_about_wrap:last-child::before {
    content: none;
}

.info_about_as .info_about_wrap::before {
    content: "";
    display: block;
    height: 3px;
    background-color: #40b34b;
    width: 260px;
    margin-left: auto;
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
    border-radius: 100%;
    width: 18px;
    height: 18px;
    content: none;
}

.what_is.what_is_about_us {
    display: flex;
    flex-wrap: wrap;
    background-color: #40b34b;
    margin: 0 auto 70px auto;
    max-width: 1350px;
    padding: 60px;
    align-items: center;
}

.what_is.what_is_about_us h3.title_wings_border {
    border: 0;
    height: auto;
    margin: 0;
    display: block;
    text-align: left;
    width: 400px;
}

.what_is.what_is_about_us h3.title_wings_border span {
    display: inline;
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: #ffffff;
    font-weight: bold;
    font-size: 68px;
    line-height: 1;
}

.what_is.what_is_about_us .content_wrapper {
    width: calc(100% - 400px);
    margin: 0;
    text-align: left;
    padding: 0 0 0 30px;
    color: #fff;
}

.what_is.what_is_about_us .content_wrapper h3 {
    font-style: normal;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 10px 0;
    font-size: 32px;
    font-family: 'Open Sans Condensed', sans-serif;
    line-height: 40px;
}

.what_is.what_is_about_us .content_wrapper p {
    color: #ffffff;
    margin: 0;
    font-size: 24px;
}

blockquote {
    margin: 40px 0;
    border-left: 4px solid #40b34b;
    padding: 25px;
    background-color: #f9f9f9;
}

blockquote::before {
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    background: url(/wp-content/uploads/2022/12/quote-left.svg) no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 10px;
}

blockquote p {
    margin: 0 !important;
    font-size: 32px !important;
    line-height: 42px !important;
    font-weight: 500;
    font-family: 'Open Sans Condensed', sans-serif;
}


/* about-page */

.contact_pg_bottom {
    padding-top: 70px;
    padding-bottom: 90px;
}

.contact_pg_bottom .wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0 18px;
}

.contact_pg_bottom .wrapper .contact_pg_left_data {
    width: 30%;
    background-color: #40b34b;
    padding: 40px 45px;
}

.contact_pg_bottom .wrapper .contact_pg_left_data p {
    font-size: 23px !important;
    margin-bottom: 20px;
    color: #fff;
    line-height: 36px;
}

.contact_pg_bottom .wrapper .contact_pg_left_data p strong {
    font-weight: 700;
    text-decoration: underline;
}

.contact_pg_bottom .wrapper .contact_pg_right_data {
    width: 70%;
    padding-left: 50px;
}

.contact_pg_bottom .wrapper .contact_pg_right_data .wpcf7 {
    margin: 0;
    max-width: 100%;
}

html body .contact_pg_bottom .wrapper .contact_pg_right_data .wpcf7 input[type="submit"] {
    margin-bottom: 0;
}

.page-template-contact-page h1.banner-title {
    font-size: 60px;
    line-height: 70px;
}


/* daariz-page */

.daariz_appl_page .banner-wrapper-inner .banner-left h1 {
    display: block;
    font-weight: 800;
    /* font-family: "Open Sans", sans-serif; */
    text-transform: uppercase;
    color: #40b34b;
    margin-bottom: 12px;
    font-size: 73px;
    line-height: 90px;
    font-family: "Open Sans", sans-serif;
}

.daariz_appl_page .banner-wrapper::after {
    content: none;
}

.daariz_appl_page .banner-wrapper-inner .banner-left h3 {
    font-size: 45px;
    line-height: 60px;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #515050;
}

.daariz_appl_page {
    padding: 30px 0;
}

.daariz_appl_page .banner-wrapper {
    /* padding: 80px 0 130px;
    margin: 60px 0 40px; */
    padding: 0;
    margin: 0;
}

.daariz_appl_page .banner-wrapper .banner-wrapper-inner {
    align-items: center;
    max-width: 1380px;
    margin: auto;
    width: 100%;
    padding: 0 20px;
}

.daariz_appl_page .btn_wrap {
    margin-top: 40px;
}

.daariz_appl_page .banner-right .btn_wrap {
    display: none;
}

.daariz_appl_page .banner-wrapper .banner-wrapper-inner p {
    font-size: 26px;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 10px;
    /* font-style: italic; */
    color: #000000;
}

.daariz_appl_page .banner-wrapper .banner-wrapper-inner p:last-child {
    margin-bottom: 0;
}

.daariz_appl_page .banner-wrapper-inner ul li::before {
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    border: 2px solid #40b34b;
    position: absolute;
    top: 9px;
    left: 0;
    border-radius: 50px;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #434242;
}

.daariz_appl_page .banner-wrapper-inner ul {
    margin-top: 0;
    font-weight: 300;
    font-size: 26px;
    line-height: 1.4;
}

.daariz_appl_page .banner-wrapper-inner .banner-right .text-content img {
    position: static;
    /* top: 62%; */
    /* transform: translateY(-50%); */
    /* right: 140px; */
    /* max-width: 260px; */
    transform: none;
    max-width: 400px;
}

.daariz_appl_page .banner-right .text-content::before {
    content: '';
    background-image: url(https://sahfound.testie.uk/wp-content/uploads/2023/01/daariz_shape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.daariz_appl_page .banner-right .text-content {
    text-align: center;
    position: relative;
}

.daariz_appl_page .banner-wrapper-inner .banner-left {
    width: 100%;
    max-width: 60%;
    flex: auto;
    padding-right: 190px;
    position: relative;
}

.daariz_appl_page .banner-wrapper-inner .banner-left::before {
    /* content: ""; */
    content: none;
    background-image: url("/wp-content/uploads/2023/01/shape-2.svg");
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    top: -30px;
    left: -50px;
    left: -40px;
    width: 100%;
    max-width: 40px;
    height: 150px;
}

.daariz_appl_page .banner-wrapper-inner .banner-right {
    width: 100%;
    max-width: 40%;
    flex: auto;
    padding: 0;
    position: relative;
    height: 100%;
}

.daariz_appl_page .banner-wrapper-inner ul li {
    line-height: 34px;
    font-size: 20px;
    display: block;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    color: #434242;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.learn_fun_sec .learn_fun_wrap .col_right p a {
    color: #fff;
    text-decoration: underline;
}

.daariz_appl_page .banner-wrapper-inner p a {
    color: #000;
    text-decoration: none;
}

.daariz_appl_page .banner-wrapper-inner ul li:last-child {
    margin-bottom: 0;
}

.what_inc_sec .main_title .main_title_right {
    max-width: calc(100% - 320px);
    width: 100%;
    text-align: left;
    padding-left: 20px;
}

.what_inc_sec .main_title {
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.learn_fun_sec .learn_fun_wrap p,
.learn_fun_sec .learn_fun_wrap h2 {
    color: #fff;
}

.started_now_sec h2,
.learn_fun_sec h2,
.what_inc_sec .main_title h2 {
    color: #40b34b;
    margin-bottom: 15px;
    font-size: 48px;
    line-height: 54px;
}

.app_foundation_sec .app_foundation_wrap p,
.started_now_sec p,
.learn_fun_sec p,
.what_inc_sec p {
    line-height: 36px;
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
}

.app_foundation_sec .app_foundation_wrap p:last-child,
.learn_fun_sec p:last-child,
.what_inc_sec p:last-child {
    margin-bottom: 0;
}

.learn_fun_sec p {
    font-size: 24px;
    line-height: 34px;
}

.what_inc_sec .main_title .main_title_left {
    max-width: 320px;
    width: 100%;
    text-align: left;
    padding-right: 20px;
}

.what_inc_sec {
    padding: 30px 0 70px;
}

.what_inc_sec .what_inc_row {
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    background-color: #40b34b;
}

.what_inc_sec .what_inc_box {
    display: flex;
    flex-wrap: wrap;
}

.what_inc_sec .what_inc_row .col_main {
    width: 100%;
}

.what_inc_sec .what_inc_box ul li::before {
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    border: 2px solid #ffffff;
    position: absolute;
    top: 9px;
    left: 0;
    border-radius: 50px;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #fff;
}

.what_inc_sec .what_inc_box ul {
    margin-top: 0;
    font-weight: 300;
    font-size: 26px;
    line-height: 1.4;
}

.what_inc_sec .what_inc_box ul li {
    line-height: 28px;
    font-size: calc(26px / 1.5);
    display: block;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    color: #ffff;
    padding-left: 20px;
    position: relative;
    margin-bottom: 6px;
}

.what_inc_sec .what_inc_box ul li:last-child {
    margin-bottom: 0;
}

.what_inc_sec .what_inc_sec .what_inc_box * {
    color: #fff;
}

.what_inc_sec .what_inc_box h4 {
    font-size: 22px;
    color: #fff;
    line-height: 32px;
    margin: 0;
    margin-bottom: 12px;
}

.what_inc_sec .what_inc_box h5 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 6px;
    color: #fff;
}

.what_inc_sec .what_inc_box .what_inc_box_in {
    margin-bottom: 20px;
    width: 100%;
    max-width: 50%;
    padding: 0 20px;
}

.what_inc_sec .what_inc_box .what_inc_box_in:last-child {
    margin-bottom: 0;
}


/* .what_inc_sec .main_title p {
    font-size: 24px;
    line-height: 40px;
} */

.learn_fun_sec .learn_fun_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.learn_fun_sec .col_left {
    max-width: 40%;
    width: 100%;
    padding-right: 70px;
}

.learn_fun_sec .learn_fun_wrap {
    background-color: #40b34b;
    padding: 50px;
    height: 100%;
}

.learn_fun_sec .col_right {
    max-width: 60%;
    width: 100%;
}

.learn_fun_sec {
    padding: 20px 0 50px;
}

.started_now_sec {
    position: relative;
    padding: 20px 0 0;
}

.started_now_sec .started_now_box h4 {
    margin-bottom: 8px;
}

.started_now_sec .started_now_wrap {
    position: relative;
    /* background-color: #fff; */
    height: 100%;
    box-shadow: none;
    max-width: 100%;
    margin: auto;
    /* padding: 40px 30px; */
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08); */
}

.started_now_sec .started_app_img img {
    max-width: 490px;
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
}

.started_now_sec .started_now_row {
    text-align: left;
    padding: 90px 0;
    padding-right: 500px;
}

.started_now_sec .started_now_img {
    display: flex;
    align-items: center;
    margin-top: 40px;
    max-width: 450px;
    margin: auto;
    margin-top: 30px;
    justify-content: stretch;
    margin-left: 0;
}

.started_now_sec .started_now_img .started_now_in {
    max-width: 50%;
    width: 100%;
    /* text-align: center; */
    text-align: left;
}

.app_foundation_sec .app_foundation_wrap {
    background-color: #fff;
    height: 100%;
    max-width: 100%;
    margin: auto;
    padding: 30px 25px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    display: flex;
    flex-wrap: wrap;
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.app_foundation_sec .app_foundation_left {
    width: 100%;
    max-width: 40%;
}

.app_foundation_sec .app_foundation_right {
    width: 100%;
    /* max-width: 60%; */
    max-width: 100%;
    /* padding-left: 20px; */
    padding-right: 450px;
}

.app_foundation_sec .app_foundation_wrap h3 {
    color: #40b34b;
    margin-bottom: 0;
    font-size: 21px;
    line-height: 32px;
}

.app_foundation_sec .main_title .main_title_right h2 {
    color: #40b34b;
    margin-bottom: 0;
    font-size: 45px;
    line-height: 55px;
}

.app_foundation_sec .main_title {
    margin-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.app_foundation_sec .main_title .main_title_right {
    max-width: calc(100% - 230px);
    width: 100%;
    text-align: left;
    padding-left: 20px;
}

.app_foundation_sec .main_title .main_title_left {
    max-width: 230px;
    width: 100%;
    text-align: left;
    padding-right: 20px;
}

.ideas_news_sec .news_slide_box .news_box_user p {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.app_foundation_sec .app_foundation_wrap ul li::before {
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    border: 3px solid #40b34b;
    position: absolute;
    top: 12px;
    left: 0;
    border-radius: 50px;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #40b34b;
}

.app_foundation_sec .app_foundation_wrap ul {
    margin-top: 0;
    font-weight: 300;
    font-size: 26px;
    line-height: 1.4;
}

.app_foundation_sec .app_foundation_wrap ul li {
    line-height: 36px;
    font-size: 24px;
    display: block;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    color: #000;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.app_foundation_sec .app_foundation_wrap ul li:last-child {
    margin-bottom: 0;
}

.app_foundation_sec .app_foundation_img img {
    max-width: 200px;
}

.app_foundation_sec {
    padding: 70px 0;
}

.app_foundation_sec .app_foundation_img {
    text-align: center;
    margin-bottom: 10px;
}


/* daariz-page */

body.error404 .site-main .search-form label,
body.search .site-main .search-form label {
    max-width: 320px;
    width: 100%;
}

body.search .site-main .search-form [type="search"],
body.error404 .site-main .search-form [type="search"] {
    width: 100%;
    max-width: 100%;
    color: #fff;
    background: #fff;
    border: 1px solid #8F8F8F;
    padding: 17px 24px;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: -0.015em;
    outline: none;
    font-family: inherit;
    line-height: 24px !important;
}

body.error404 .widget.widget_categories,
body.error404 .widget.widget_recent_entries {
    display: none;
}

body.error404 .error_sec h1 {
    font-size: 190px;
    line-height: 1;
    font-weight: 600;
    color: #40b34b;
    margin-top: -150px;
}

body.error404 .error_sec h3 {
    font-size: 25px;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 20px;
    color: #000;
}

body.error404 .error_sec p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
}

body.error404 .error_sec {
    padding: 120px 20px 60px;
}

body.error404 .page-content .search-form {
    margin-top: 30px;
}

body.error404 .error_sec .btn_wrap {
    margin-top: 30px;
}

body.error404 .error_sec .btn_wrap a {
    background-color: rgb(64, 179, 75);
    color: #fff;
}

body.error404 input[type="submit"],
body.search input[type="submit"] {
    font-family: 'Open Sans Condensed', sans-serif;
    padding: 18px 25px;
    font-size: 20px;
    line-height: 1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    margin-top: 20px;
}

body.error404 input[type="submit"]:hover,
body.search input[type="submit"] :hover {
    background-color: #141b4d;
    color: #ffffff;
}

.error_sec .error-404_wrap {
    background-color: #f0efef;
    max-width: 540px;
    margin: auto;
    text-align: center;
    padding: 50px 40px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
}

.error_sec .btn_wrap a {
    padding: 18px 25px !important;
    min-width: 170px !important;
    font-size: 20px !important;
    line-height: 1;
}

body.error404 .site-main {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}


/* Responsive */

@media(max-width: 1700px) {
    .header_nav ul li.mega_menu::before,
    .header_nav ul li.menu-item-has-children::before {
        width: 12px;
        height: 12px;
        top: 15px;
    }
    .projects .project-block .text-content ul li {
        font-size: calc(26px / 1.5);
        padding-left: 25px;
    }
    .projects .project-block .text-content ul li::before {
        width: 15px;
        height: 15px;
        border: 2px solid #fff;
        top: 7px;
    }
    .projects h2 {
        margin-bottom: 0;
    }
    .what_is.what_is_about_us h3.title_wings_border {
        width: 330px;
    }
    .what_is.what_is_about_us h3.title_wings_border span {
        font-size: 48px;
        line-height: 54px;
    }
    .what_is.what_is_about_us .content_wrapper {
        width: calc(100% - 330px);
    }
    .what_is.what_is_about_us .content_wrapper p {
        line-height: 28px;
        font-size: calc(26px / 1.5);
    }
    .header_nav ul#primary-menu>li.mega_menu>a+span,
    .header_nav ul#primary-menu>li.menu-item-has-children>a+span {
        padding: 13px 5px;
    }
    .contact_pg_bottom .wrapper .contact_pg_left_data {
        width: 40%;
        padding: 30px 35px;
    }
    .contact_pg_bottom .wrapper .contact_pg_left_data p {
        font-size: 20px !important;
        margin-bottom: 15px;
        line-height: 31px;
    }
    .contact_pg_bottom .wrapper .contact_pg_right_data {
        width: 60%;
        padding-left: 30px;
    }
    .mega_menu_popup .mega_menu_inner .menu_right .right_inner_content img {
        height: 120px;
    }
}

@media(max-width: 1366px) {
    .projects {
        padding: 60px 40px;
        margin-bottom: 50px;
    }
    html body .projects .project-block img {
        width: 50%;
    }
    .projects .project-block .text-content {
        padding: 0 50% 0 0;
    }
    /*html body .projects .project-block img {
        width: 60%;
        position: relative;
        right: auto;
        bottom: auto !important;
        transform: none !important;
        float: right;
        margin: 0 -30px -50px 0;
    }*/
}

@media(max-width: 1200px) {
    .menu_left {
        width: 100%;
    }
    .mega_menu_popup .mega_menu_inner .menu_right {
        display: none;
    }
    .daariz_appl_page .banner-wrapper::after {
        background-size: 100% 100%;
    }
}

@media(max-width: 991px) {
    header.header {
        padding: 15px 0;
    }
    header.header .header_wrpr .custom-logo-link {
        max-width: 160px;
    }
    .header_mob_btn {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        margin-right: -5px;
    }
    .header_mob_btn span {
        height: 3px;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .header_mob_btn span:nth-child(2) {
        margin: 4px 0;
    }
    .header_mob_btn.active span:first-child {
        -webkit-transform: rotateZ(45deg) translateX(4px) translateY(-4px);
        transform: rotateZ(45deg) translateX(4px) translateY(-4px);
        transform-origin: top left;
    }
    .header_mob_btn.active span:nth-child(2) {
        opacity: 0;
    }
    .header_mob_btn.active span:last-child {
        -webkit-transform: rotateZ(-45deg) translateX(7px) translateY(-7px);
        transform: rotateZ(-45deg) translateX(7px) translateY(-7px);
    }
    header.header .header_nav ul li {
        padding-bottom: 0 !important;
    }
    header.header .header_nav ul#primary-menu li>a {
        padding: 20px 0;
    }
    .header_nav {
        height: calc(100vh - 80px);
    }
    .header_nav ul li:hover .sub-menu {
        opacity: 0;
        visibility: hidden;
    }
    .header_nav ul li .sub-menu.active {
        opacity: 1;
        visibility: visible;
    }
    .header_nav ul li .sub-menu {
        top: 0;
        left: 0;
        width: 100%;
        padding: 0 !important;
        display: block;
        min-height: 60vh;
        background-color: #fff;
        z-index: 9;
    }
    .header_nav ul#primary-menu>li.mega_menu>a+span,
    .header_nav ul#primary-menu>li.menu-item-has-children>a+span {
        padding: 23px 5px;
        -webkit-transform: rotateZ(-90deg);
        transform: rotateZ(-90deg);
    }
    .header_nav ul li .sub-menu .menu-item a {
        text-align: left;
    }
    header.header .header_nav ul li {
        text-align: left;
        margin: 0;
    }
    .header_nav ul li .sub-menu .mobile_prev_btn_wrap {
        margin-bottom: 15px;
    }
    header.header .header_nav ul#primary-menu li>.sub-menu a {
        padding: 10px 0;
    }
    .what_is.what_is_about_us {
        padding: 40px 30px;
        margin: 0;
    }
    .what_is.what_is_about_us h3.title_wings_border {
        width: 100%;
        margin-bottom: 12px;
    }
    .what_is.what_is_about_us .content_wrapper {
        width: 100%;
        padding: 0;
        max-width: 100%;
    }
    .what_is.what_is_about_us .content_wrapper h3 {
        font-size: 28px;
        line-height: 36px;
    }
    .contact_pg_bottom {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .contact_pg_bottom .wrapper .contact_pg_left_data {
        width: 100%;
        padding: 30px 35px;
    }
    .contact_pg_bottom .wrapper .contact_pg_right_data {
        width: 100%;
        padding-left: 0;
        padding-top: 40px;
    }
    .page-template-contact-page h1.banner-title {
        font-size: 48px;
        line-height: 58px;
        margin: 0;
    }
    .page-template-contact-page .banner-wrapper-inner {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media(max-width: 575px) {
    .what_is.what_is_about_us {
        padding: 30px 20px;
    }
}


/* Responsive */