.admin-bar header {top: 32px;}
.header__content-wrap .upper-wrap {background-color: #E6E6E6;}
.header__content-wrap .lower-wrap .actions .btn--primary {font-family: DavidLibre, sans-serif;background-color: #FFE1C3;border-color: #FFE1C3;color: #1D1D1B;}

.header__content-wrap .lower-wrap .site-branding {display: flex;align-items: center;gap: 2rem;}
.header__content-wrap .lower-wrap .site-branding .logo_1, .header__content-wrap .lower-wrap .site-branding .logo_2 {width: auto;height: 6rem;}
.header__content-wrap .lower-wrap .site-branding .logo_1 a, .header__content-wrap .lower-wrap .site-branding .logo_1 a img, .header__content-wrap .lower-wrap .site-branding .logo_2 a, .header__content-wrap .lower-wrap .site-branding .logo_2 a img {display: flex;align-items: center;justify-content: center;height: 100%;width: auto;}

.footer__main-section {padding: 3rem 4rem;}
.footer__main-section .content-wrap .logos-wrap .logo-wrap img {max-height: none;max-width: none;}


.page-template-tpl-new-home .container {padding: 0px 20px;max-width: 1636px;margin: 0px auto;}

/* new home banner section css start */

.new_home_banner_section {padding: 144px 0px;position: relative;z-index: 1;background-color: #024E46;}
.new_home_banner_section:before {content: '';position: absolute;top: 0;bottom: 0;left: 0;right: 0;background-image: url(images/new-home/banner_bg_pattern.png);background-repeat: no-repeat;background-size: cover;background-position: top right;z-index: -1;opacity: 0.4;}
.new_home_banner_inner {display: flex;flex-wrap: wrap;align-items: center;gap: 36px;}
.new_home_banner_right {flex: 0 0 730px;max-width: 730px;}
.new_home_banner_left {flex: 0 0 calc(100% - 730px - 36px);max-width: calc(100% - 730px - 36px);}
.banner_right_text h1 {font-family: 'DavidLibre';font-weight: 700;font-size: 112px;line-height: 1.2;letter-spacing: -5.02px;color: #FFA791;}
.banner_right_text p {font-family: 'DavidHadash';font-weight: 300;font-size: 50px;line-height: 1.5;color: #FFA791;}
.banner_left_image {position: relative;z-index: 1;overflow: hidden;border-radius: 50%;height: 364px;width: 364px;display: block;margin: auto;}
.banner_left_image img {position: absolute;top: 0;bottom: 0;left: 0;right: 0;height: 100%;width: 100%;object-fit: cover;object-position: center;}

/* new home banner section css end */

/* ------------------------------------------------------------------------------------------------------- */

/* new knowledge section css start */

.new_knowledge_section {padding: 56px 0px;}
.new_knowledge_head {padding-bottom: 42px;}
.new_knowledge_head h2 {font-family: 'DavidLibre';font-weight: 700;font-size: 26px;line-height: 1;letter-spacing: -0.5px;color: #1D1D1B;}
.new_knowledge_head p {font-family: 'NarkissBlock';font-weight: 400;font-size: 20px;line-height: 26px;margin-top: 22px;color: #000000;}
.new_knowledge_list {display: flex;gap: 48px;flex-wrap: wrap;}
.singel_new_knowledge {flex: 0 0 calc((100% - (48px * 3)) / 4);max-width: calc((100% - (48px * 3)) / 4);display: block;width: 100%;height: auto;background-color: #F2F2F2;padding: 34px 28px 98px;position: relative;z-index: 1;}
.singel_new_knowledge .new_knowledge_text h3 {font-family: 'NarkissBlockCondensed';font-weight: 300;font-size: 38px;line-height: 40px;letter-spacing: 0.35px;color: #1D1D1B;}

.singel_new_knowledge .read_more {height: 45px;width: 45px;display: flex;align-items: center;justify-content: center;background-color: #1D1D1B;position: absolute;bottom: 0;transition: all 0.4s;}

html[dir="rtl"] .singel_new_knowledge .read_more {left: 0;}
html:not([dir="rtl"]) .singel_new_knowledge .read_more {right: 0;transform: rotateY(180deg);}

.singel_new_knowledge:hover .read_more {background-color: #FF6E5A;}
.singel_new_knowledge .read_more img {height: 13px;width: auto;}

.more_btn {margin-top: 50px}
.more_btn a {font-family: 'DavidLibre';font-weight: 700;font-size: 18px;line-height: 30px;letter-spacing: -0.36px;background-color: #014E46;color: #FFFFFF;border: 1px solid #014E46;padding: 12px 42px;display: inline-flex;border-radius: 30px;transition: all 0.4s;}
.more_btn a:hover {background-color: #FFFFFF;color: #014E46;}

/* new knowledge section css end */

/* ------------------------------------------------------------------------------------------------------- */

/* new shatil blogs section css start */

.new_shatil_blogs_section {padding: 56px 0px;background-color: #F8F8F8;}
.new_shatil_blogs_head {padding-bottom: 42px;}
.new_shatil_blogs_head h2 {font-family: 'DavidLibre';font-weight: 700;font-size: 26px;line-height: 1;letter-spacing: -0.5px;color: #1D1D1B;}
.new_shatil_blogs_head p {font-family: 'NarkissBlock';font-weight: 400;font-size: 20px;line-height: 26px;margin-top: 22px;color: #000000;}
.new_shatil_blogs_list {display: flex;gap: 48px;flex-wrap: wrap;}
.singel_new_shatil_blog {flex: 0 0 calc((100% - (48px * 3)) / 4);max-width: calc((100% - (48px * 3)) / 4);display: block;}
.new_shatil_blog_image {position: relative;overflow: hidden;z-index: 1;padding-top: 70.16%;}
.new_shatil_blog_image > img {position: absolute;top: 0;bottom: 0;left: 0;right: 0;height: 100%;width: 100%;object-fit: cover;object-position: center;z-index: -1;transition: all 0.4s;}
.singel_new_shatil_blog:hover .new_shatil_blog_image > img {transform: scale(1.2);}
.new_shatil_blog_image .blog_tags {margin: 0;padding: 0;list-style: none;position : absolute;bottom: 10px;}
html[dir="rtl"] .new_shatil_blog_image .blog_tags {right: 10px;}
html:not([dir="rtl"]) .new_shatil_blog_image .blog_tags {left: 10px;}
.new_shatil_blog_image .blog_tag span {font-family: 'NarkissBlock';font-weight: 400;font-size: 16px;line-height: 1;display: inline-flex;align-items: center;gap: 6px;padding: 8px 14px 6px;background-color: rgba(173, 173, 173, 0.47);border: 1px solid #A3A3A3;border-radius: 20px;color: #FFFFFF;backdrop-filter: blur(10px)}
.singel_new_shatil_blog .new_shatil_blog_text {padding-top: 18px;}
.singel_new_shatil_blog .new_shatil_blog_text ul {display: flex;align-items: center;flex-wrap: wrap;list-style: none;margin: 0 0 12px;padding: 0;}
.singel_new_shatil_blog .new_shatil_blog_text ul li {font-family: 'NarkissBlockCondensed';font-weight: 300;font-size: 22px;line-height: 24px;letter-spacing: 0.21px;color: #8C8C8C;}
html[dir="rtl"] .singel_new_shatil_blog .new_shatil_blog_text ul li:not(:last-child) {margin-left: 5px;padding-left: 5px;border-left: 2px solid #8C8C8C;}
html:not([dir="rtl"]) .singel_new_shatil_blog .new_shatil_blog_text ul li:not(:last-child) {margin-right: 5px;padding-right: 5px;border-right: 2px solid #8C8C8C;}
.singel_new_shatil_blog .new_shatil_blog_text h3 {font-family: 'NarkissBlockCondensed';font-weight: 300;font-size: 30px;line-height: 38px;letter-spacing: 0.35px;color: #1D1D1B;margin: 0 0 12px;}
.singel_new_shatil_blog .new_shatil_blog_text p {font-family: 'NarkissBlock';font-weight: 400;font-size: 16px;line-height: 22px;letter-spacing: 0.21px;color: #1D1D1B;}

/* new shatil blogs section css end */

/* ------------------------------------------------------------------------------------------------------- */

/* new nasij fabric section css start */

.new_nasij_fabric_section {padding: 56px 0px;}
.new_nasij_fabric_head {padding-bottom: 42px;}
.new_nasij_fabric_head h2 {font-family: 'DavidLibre';font-weight: 700;font-size: 26px;line-height: 1;letter-spacing: -0.5px;color: #1D1D1B;}
.new_nasij_fabric_head p {font-family: 'NarkissBlock';font-weight: 400;font-size: 20px;line-height: 26px;margin-top: 22px;color: #000000;}
.new_nasij_fabric_list {display: flex;gap: 48px;flex-wrap: wrap;}
.singel_new_nasij_fabric {flex: 0 0 calc((100% - (48px * 3)) / 4);max-width: calc((100% - (48px * 3)) / 4);display: block;}
.new_nasij_fabric_image {position: relative;overflow: hidden;z-index: 1;padding-top: 70.16%;}
.new_nasij_fabric_image > img {position: absolute;top: 0;bottom: 0;left: 0;right: 0;height: 100%;width: 100%;object-fit: cover;object-position: center;z-index: -1;transition: all 0.4s;}
.singel_new_nasij_fabric:hover .new_nasij_fabric_image > img {transform: scale(1.2);}
.singel_new_nasij_fabric .new_nasij_fabric_text {padding-top: 18px;}
.singel_new_nasij_fabric .new_nasij_fabric_text span {display: block;font-family: 'DavidLibre';font-weight: 400;font-size: 16px;line-height: 32px;color: #8C8C8C;margin: 0 0 12px;}
.singel_new_nasij_fabric .new_nasij_fabric_text h3 {font-family: 'DavidLibre';font-weight: 400;font-size: 24px;line-height: 32px;color: #1D1D1B;margin: 0 0 12px;}
.singel_new_nasij_fabric .new_nasij_fabric_text p {font-family: 'DavidLibre';font-weight: 400;font-size: 16px;line-height: 1.2;color: #1D1D1B;}

/* new nasij fabric section css end */

/* ------------------------------------------------------------------------------------------------------- */

/* new struggle for democracy section css start */

.new_struggle_for_democracy_section {padding: 56px 0px;background-color: #F8F8F8;}
.new_struggle_for_democracy_head {padding-bottom: 42px;}
.new_struggle_for_democracy_head h2 {font-family: 'DavidLibre';font-weight: 700;font-size: 26px;line-height: 1;letter-spacing: -0.5px;color: #1D1D1B;}
.new_struggle_for_democracy_head p {font-family: 'NarkissBlock';font-weight: 400;font-size: 20px;line-height: 26px;margin-top: 22px;color: #000000;}
.new_struggle_for_democracy_list {display: flex;gap: 48px;flex-wrap: wrap;}
.singel_new_struggle_for_democracy {flex: 0 0 calc((100% - (48px * 3)) / 4);max-width: calc((100% - (48px * 3)) / 4);display: block;padding: 28px 32px 32px 40px;border: 1px solid #FFE1C3;background-color: #FFFFFF;}
.singel_new_struggle_for_democracy .new_struggle_for_democracy_text {display: flex;flex-direction: column;flex-wrap: wrap;height: 100%;}
.singel_new_struggle_for_democracy .new_struggle_for_democracy_text span.country_flag {height: 20px;width: 20px;display: flex;align-items: center;justify-content: center;border-radius: 50%;overflow: hidden;}
.singel_new_struggle_for_democracy .new_struggle_for_democracy_text span.country_flag img {height: 100%;width: 100%;object-fit: cover;object-position: center;}
.singel_new_struggle_for_democracy .new_struggle_for_democracy_text h3 {font-family: 'NarkissBlockCondensed';font-weight: 300;font-size: 36px;line-height: 40px;letter-spacing: 0.35px;color: #1D1D1B;margin: 20px 0px;}
.singel_new_struggle_for_democracy .new_struggle_for_democracy_text p {font-family: 'NarkissBlock';font-weight: 400;font-size: 16px;line-height: 22px;letter-spacing: 0.21px;color: #1D1D1B;margin: 0px 0px 20px;}
.singel_new_struggle_for_democracy .new_struggle_for_democracy_text .read_more_link {font-family: 'DavidLibre';font-weight: 700;font-size: 16px;line-height: 1;letter-spacing: -0.5px;color: #FF6E5A;display: flex;align-items: center;gap: 10px;margin-top: auto;}
.singel_new_struggle_for_democracy .new_struggle_for_democracy_text .read_more_link img {height: 13px;width: auto;transition: all 0.4s;}
html:not([dir="rtl"]) .singel_new_struggle_for_democracy .new_struggle_for_democracy_text .read_more_link img {transform: rotateY(180deg);}
html[dir="rtl"] .singel_new_struggle_for_democracy:hover .new_struggle_for_democracy_text .read_more_link img {margin-right: 5px;}
html:not([dir="rtl"]) .singel_new_struggle_for_democracy:hover .new_struggle_for_democracy_text .read_more_link img {margin-left: 5px;}

/* new struggle for democracy section css end */

/* ------------------------------------------------------------------------------------------------------- */

/* new voices calling section css start */

.new_voices_calling_section {padding: 56px 0px;}
.new_voices_calling_section hr {border-color: #000000;margin: 0px 0px 42px;}
.new_voices_calling_head {padding-bottom: 42px;}
.new_voices_calling_head h2 {font-family: 'DavidLibre';font-weight: 700;font-size: 26px;line-height: 1;letter-spacing: -0.5px;color: #1D1D1B;}
.new_voices_calling_head p {font-family: 'NarkissBlock';font-weight: 400;font-size: 20px;line-height: 26px;margin-top: 22px;color: #000000;}
.new_voices_calling_slider_container {position: relative;z-index: 1;overflow: hidden;margin-bottom: 42px;}
.new_voices_calling_slider_container:before {content: '';position: absolute;z-index: 1;top: 0;bottom: 0;right: 0;width: calc((100% - 1636px + 40px) / 2);background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);}
.new_voices_calling_slider_container:after {content: '';position: absolute;z-index: 1;top: 0;bottom: 0;left: 0;width: calc((100% - 1636px + 40px) / 2);background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);}
.new_voices_calling_slider {margin: 0px -24px;}
.new_voices_calling_slider .slick-list {overflow: visible;}
.new_voices_calling_slider .slick-track {display: flex;}
.single_new_voices_calling_slide {margin: 0px 24px;height: auto;}
.single_new_voices_calling {display: flex;flex-wrap: wrap;gap: 58px;background-color: #F2F2F2;padding: 24px 24px 32px 56px;position: relative;z-index: 1;height: 100%;}

.single_new_voices_calling .read_more {height: 45px;width: 45px;display: flex;align-items: center;justify-content: center;background-color: #1D1D1B;position: absolute;bottom: 0;transition: all 0.4s;}
html[dir="rtl"] .single_new_voices_calling .read_more {left: 0;}
html:not([dir="rtl"]) .single_new_voices_calling .read_more {right: 0;transform: rotateY(180deg);}

.single_new_voices_calling:hover .read_more {background-color: #FF6E5A;}
.single_new_voices_calling .read_more img {height: 13px;width: auto;}

.new_voices_calling_date {flex: 0 0 115px;max-width: 115px;}
.new_voices_calling_date span.date {font-family: 'NarkissBlock';font-weight: 600;font-size: 18px;line-height: 24px;letter-spacing: 0.21px;text-align: center;padding: 13px 16px;background-color: #FFE1C3;color: #1D1D1B;display: block;}
.new_voices_calling_date span.date_label {font-family: 'NarkissBlock';font-weight: 400;font-size: 16px;line-height: 24px;letter-spacing: 0.21px;color: #1D1D1B;display: block;margin-bottom: 2px;}
.new_voices_calling_info {flex: 0 0 calc(100% - 115px - 58px);max-width: calc(100% - 115px - 58px);padding-top: 20px;}
.new_voices_calling_info h3 {font-family: 'NarkissBlockCondensed';font-weight: 300;font-size: 36px;line-height: 40px;letter-spacing: 0.35px;color: #1D1D1B;}
.new_voices_calling_info p {font-family: 'NarkissBlock';font-weight: 400;font-size: 16px;line-height: 24px;letter-spacing: 0.21px;color: #1D1D1B;}

/* new voices calling section css end */

/* ------------------------------------------------------------------------------------------------------- */

/* new stock seedling section css start */

.new_stock_seedling_section {padding: 0px 0px 56px;}
.new_stock_seedling_section hr {border-color: #000000;margin: 0px 0px 42px;}
.new_stock_seedling_head {padding-bottom: 42px;}
.new_stock_seedling_head h2 {font-family: 'DavidLibre';font-weight: 700;font-size: 26px;line-height: 1;letter-spacing: -0.5px;color: #1D1D1B;}
.new_stock_seedling_head p {font-family: 'NarkissBlock';font-weight: 400;font-size: 20px;line-height: 26px;margin-top: 22px;color: #000000;}
.new_stock_seedling_slider {margin: 0px -24px;}
.single_new_stock_seedling_slide {margin: 0px 24px;}
.new_stock_seedling_slider button.slick-arrow {height: 48px;width: 48px;background-color: #1D1D1B;border-radius: 50%;transition: all 0.4s;top: 0;bottom: 90px;margin: auto;background-size: auto 13px;background-repeat: no-repeat;background-position: center;}
.new_stock_seedling_slider button.slick-arrow:hover {background-color: #FF6E5A;}
.new_stock_seedling_slider button.slick-arrow.slick-next {left: 0;background-image: url(images/new-home/read_more_arrow.svg);}
.new_stock_seedling_slider button.slick-arrow.slick-prev {right: 0;background-image: url(images/new-home/read_more_arrow.svg);transform: scale(-1);}
.new_stock_seedling_image {position: relative;overflow: hidden;z-index: 1;padding-top: 66.67%;}
.new_stock_seedling_image > img {position: absolute;top: 0;bottom: 0;left: 0;right: 0;height: 100%;width: 100%;object-fit: cover;object-position: center;z-index: -1;transition: all 0.4s;}
.single_new_stock_seedling:hover .new_stock_seedling_image > img {transform: scale(1.2);}
.single_new_stock_seedling .new_stock_seedling_text {padding-top: 10px;}
.single_new_stock_seedling .new_stock_seedling_text h3 {font-family: 'NarkissBlockCondensed';font-weight: 300;font-size: 22px;line-height: 34px;letter-spacing: 0.35px;color: #1D1D1B;margin-bottom: 10px;}
.single_new_stock_seedling .new_stock_seedling_text .new_stock_seedling_btn {font-family: 'NarkissBlock';font-weight: 400;font-size: 14px;line-height: 1;padding: 10px 16px;border: 1px solid #D8D8D8;border-radius: 30px;display: inline-flex;align-items: center;justify-content: center;color: #7D7D8D;}

/* new stock seedling section css end */

/* ------------------------------------------------------------------------------------------------------- */

/* new social changes section css start */

.new_social_changes_section {padding: 56px 0px 128px;background-color: #F8F8F8;}
.new_social_changes_head {padding-bottom: 42px;}
.new_social_changes_head h2 {font-family: 'DavidLibre';font-weight: 700;font-size: 26px;line-height: 1;letter-spacing: -0.5px;color: #1D1D1B;}
.new_social_changes_head p {font-family: 'NarkissBlock';font-weight: 400;font-size: 20px;line-height: 26px;margin-top: 22px;color: #000000;}
.new_social_changes_filters_list {max-width: 100%;overflow: auto;margin-bottom: 56px;}
.new_social_changes_filters_list ul {display: flex;flex-wrap: nowrap;gap: 10px;list-style: none;margin: 0;padding: 0;}
.new_social_changes_filters_list ul li a {font-family: 'NarkissBlock';font-weight: 400;font-size: 16px;line-height: 14px;color: #000000;padding: 13px 22px;border: 1px solid #D2D2D2;border-radius: 30px;transition: all 0.4s;display: flex;align-items: center;justify-content: center;white-space: nowrap;}
.new_social_changes_filters_list ul li.filter_selected a {background-color: #D2D2D2;}
.new_social_changes_list {display: flex;gap: 48px;flex-wrap: wrap;}
.singel_new_social_changes {flex: 0 0 calc((100% - (48px * 2)) / 3);max-width: calc((100% - (48px * 2)) / 3);padding: 72px 32px 20px 32px;border: 1px solid #FFE1C3;background-color: #FFFFFF;position: relative;z-index: 1;display: flex;flex-direction: column;flex-wrap: wrap;height: auto;}
.singel_new_social_changes .new_social_changes_date {font-family: 'NarkissBlock';font-weight: 600;font-size: 18px;line-height: 24px;letter-spacing: 0.21px;text-align: center;padding: 13px 16px;background-color: #FFE1C3;color: #1D1D1B;display: block;position: absolute;top: 0;right: 0;}
.singel_new_social_changes h3 {font-family: 'NarkissBlock';font-weight: 700;font-size: 24px;line-height: 34px;letter-spacing: 0.21px;color: #000000;margin-bottom: 28px;}
.singel_new_social_changes p {font-family: 'NarkissBlock';font-weight: 400;font-size: 20px;line-height: 28px;letter-spacing: 0.21px;color: #000000;margin-bottom: 56px;}
.singel_new_social_changes .new_social_changes_info {margin-top: auto;display: flex;align-items: center;justify-content: space-between;gap: 20px;}
.new_social_changes_info .new_social_changes_author {display: flex;align-items: center;justify-content: space-between;gap: 10px;}
.new_social_changes_info .new_social_changes_author .author_image {height: 30px;width: 30px;display: flex;align-items: center;border-radius: 50%;overflow: hidden;}
.new_social_changes_info .new_social_changes_author .author_image img {height: 100%;width: 100%;object-fit: cover;object-position: center;}
.new_social_changes_info .new_social_changes_author .author_name {font-family: 'NarkissBlock';font-weight: 400;font-size: 16px;line-height: 30px;color: #000000;}
.new_social_changes_info .new_social_changes_btn span {font-family: 'NarkissBlock';font-weight: 400;font-size: 14px;line-height: 1;padding: 10px 16px;border: 1px solid #D8D8D8;border-radius: 30px;display: inline-flex;align-items: center;justify-content: center;color: #7D7D8D;}

/* new social changes section css end */

/* ------------------------------------------------------------------------------------------------------- */

/* new recorded lectures section css start */

.new_recorded_lectures_section {padding: 56px 0px 0px;}
.new_recorded_lectures_section hr {border-color: #000000;margin: 56px 0px 0px;}
.new_recorded_lectures_head {padding-bottom: 42px;}
.new_recorded_lectures_head h2 {font-family: 'DavidLibre';font-weight: 700;font-size: 26px;line-height: 1;letter-spacing: -0.5px;color: #1D1D1B;}
.new_recorded_lectures_head p {font-family: 'NarkissBlock';font-weight: 400;font-size: 20px;line-height: 26px;margin-top: 22px;color: #000000;}
.new_recorded_lectures_list {display: flex;gap: 48px;flex-wrap: wrap;}
.single_new_recorded_lecture {flex: 0 0 calc((100% - (48px * 3)) / 4);max-width: calc((100% - (48px * 3)) / 4);display: block;}
.new_recorded_lecture_video_bg {position: relative;overflow: hidden;z-index: 1;padding-top: 70.16%;}
.new_recorded_lecture_video_bg:after {content: '';position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;background-color: #000000;opacity: 0.2;z-index: 1;}
.new_recorded_lecture_video_bg > img {position: absolute;top: 0;bottom: 0;left: 0;right: 0;height: 100%;width: 100%;object-fit: cover;object-position: center;z-index: -1;transition: all 0.4s;}
.single_new_recorded_lecture:hover .new_recorded_lecture_video_bg > img {transform: scale(1.2);}
.new_recorded_lecture_play_btn {position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;z-index: 2;display: flex;align-items: center;justify-content: center;height: 54px;width: 54px;border-radius: 50%;border: 1px solid #A3A3A3;background-color: rgba(173, 173, 173, 0.47);backdrop-filter: blur(10px);}
.new_recorded_lecture_play_btn:after {content: '';position: absolute;height: 20px;width: 18px;background-image: url(images/new-home/play_icon.svg);background-repeat: no-repeat;background-size: contain;background-position: center;}
.single_new_recorded_lecture .new_recorded_lecture_text {padding-top: 10px;}
.single_new_recorded_lecture .new_recorded_lecture_text h3 {font-family: 'NarkissBlockCondensed';font-weight: 300;font-size: 22px;line-height: 34px;letter-spacing: 0.35px;color: #1D1D1B;margin-bottom: 10px;}
.single_new_recorded_lecture .new_recorded_lecture_text p {font-family: 'NarkissBlock';font-weight: 400;font-size: 16px;line-height: 22px;letter-spacing: 0.21px;color: #1D1D1B;}

/* new recorded lectures section css end */

/* ------------------------------------------------------------------------------------------------------- */

/* new recorded lectures section css start */

.new_toolkit_section {padding: 56px 0px;}
.new_toolkit_section hr {border-color: #000000;margin: 56px 0px 0px;}
.new_toolkit_head {padding-bottom: 42px;}
.new_toolkit_head h2 {font-family: 'DavidLibre';font-weight: 700;font-size: 26px;line-height: 1;letter-spacing: -0.5px;color: #1D1D1B;}
.new_toolkit_head p {font-family: 'NarkissBlock';font-weight: 400;font-size: 20px;line-height: 26px;margin-top: 22px;color: #000000;}
.new_toolkit_list {display: flex;gap: 48px;flex-wrap: wrap;}
.single_new_toolkit {flex: 0 0 calc((100% - (48px * 2)) / 3);max-width: calc((100% - (48px * 2)) / 3);position: relative;z-index: 1;background-color: #FFE1C3;display: flex;}
.single_new_toolkit span.new_toolkit_type {font-family: 'NarkissBlock';font-weight: 700;font-size: 16px;line-height: 24px;letter-spacing: 1px;writing-mode: sideways-lr;background-color: #014E46;color: #FFFFFF;text-align: center;padding: 9px;flex: 0 0 42px;max-width: 42px;}
.single_new_toolkit p {font-family: 'NarkissBlock';font-weight: 400;font-size: 20px;line-height: 24px;letter-spacing: 0.21px;padding: 64px 48px 56px 48px;flex: 0 0 calc(100% - 42px);max-width: calc(100% - 42px);align-self: center;}
.single_new_toolkit .read_more {height: 45px;width: 45px;display: flex;align-items: center;justify-content: center;background-color: #014E46;position: absolute;bottom: 0;transition: all 0.4s;}

html[dir="rtl"] .single_new_toolkit .read_more {left: 0;}
html:not([dir="rtl"]) .single_new_toolkit .read_more {right: 0;transform: rotateY(180deg);}

.single_new_toolkit:hover .read_more {background-color: #FF6E5A;}
.single_new_toolkit .read_more img {height: 13px;width: auto;}

/* new recorded lectures section css end */

/* ------------------------------------------------------------------------------------------------------- */

/* new contact section css start */

.new_contact_section {padding: 56px 0px;background-color: #FED0C4;position: relative;z-index: 1;}
.new_contact_section:before {content: '';position: absolute;top: 0;bottom: 0;left: 0;right: 0;background-image: url(images/new-home/contact_bg_pattern.png);background-repeat: no-repeat;background-size: cover;background-position: top right;z-index: -1;}
.new_contact_inner {display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.new_contact_right {flex: 0 0 550px;max-width: 550px;}
.contact_right_text h2 {font-family: 'DavidLibre';font-weight: 700;font-size: 40px;line-height: 44px;letter-spacing: -2.2px;color: #000000;}
.contact_right_text p {font-family: 'NarkissBlock';font-weight: 400;font-size: 20px;line-height: 30px;color: #000000;}
.new_contact_left {flex: 0 0 500px;max-width: 500px;margin-left: 130px;}
.contact_left_form form {display: flex;flex-wrap: wrap;gap: 20px 10px;}
.contact_left_form .form_input {flex: 0 0 100%;max-width: 100%;position: relative;z-index: 1;}
.contact_left_form .form_input.with_submit_btn {position: relative;z-index: 1;}

.contact_left_form .form_input.with_submit_btn .wpcf7-spinner {position: absolute;margin: auto;top: 16px;z-index: 11;}
html[dir="rtl"] .contact_left_form .form_input.with_submit_btn .wpcf7-spinner {left: 5px;}
html:not([dir="rtl"]) .contact_left_form .form_input.with_submit_btn .wpcf7-spinner {right: 5px;}

.contact_left_form .form_input.half_input {flex: 0 0 calc((100% - (10px * 1)) / 2);max-width: calc((100% - (10px * 1)) / 2);}
.contact_left_form .form_input input:not([type="submit"], [type="checkbox"], [type="radio"]) {font-family: 'NarkissBlock';font-weight: 400;font-size: 17px;line-height: 30px;color: #000000;border: 1px solid #000000;padding: 0px 24px;height: 56px;border-radius: 30px;display: block;}

html[dir="rtl"] .contact_left_form .form_input input:not([type="submit"], [type="checkbox"], [type="radio"]) {direction: rtl !important;}
html:not([dir="rtl"]) .contact_left_form .form_input input:not([type="submit"], [type="checkbox"], [type="radio"]) {direction: ltr !important;}

html[dir="rtl"] .contact_left_form .form_input.with_submit_btn input:not([type="submit"], [type="checkbox"], [type="radio"]) {padding-left: 160px;}
html:not([dir="rtl"]) .contact_left_form .form_input.with_submit_btn input:not([type="submit"], [type="checkbox"], [type="radio"]) {padding-right: 160px;}

.contact_left_form .form_input input[type="submit"] {font-family: 'DavidLibre';font-weight: 700;font-size: 18px;line-height: 30px;letter-spacing: -0.36px;color: #000000;background-color: #FF6E5A;transition: all 0.4s;padding: 8px 40px;border-radius: 30px;}
.contact_left_form .form_input input[type="submit"]:hover {color: #FFFFFF;background-color: #000000;}
.contact_left_form .form_input.with_submit_btn input[type="submit"] {position: absolute;top: 1px;bottom: 1px;max-width: 150px;height: 54px;display: block;}
html[dir="rtl"] .contact_left_form .form_input.with_submit_btn input[type="submit"] {left: 1px;}
html:not([dir="rtl"]) .contact_left_form .form_input.with_submit_btn input[type="submit"] {right: 1px;}

/* new contact section css end */

/* ------------------------------------------------------------------------------------------------------- */

/* new what we do section css start */

.new_what_we_do_section {padding: 120px 0px;}

.new_what_we_do_content_box {padding: 40px 56px;background-color: #014E46;}
.new_what_we_do_content_box_inner {display: flex;flex-wrap: wrap;}

.new_what_we_do_content_right {flex: 0 0 230px;max-width: 230px;align-self: center;}
.new_what_we_do_image {position: relative;padding-top: 100%;overflow: hidden;z-index: 1;}
.new_what_we_do_image img {position: absolute;top: 0;bottom: 0;left: 0;right: 0;height: 100%;width: 100%;object-fit: cover;object-position: center;z-index: -1;}

.new_what_we_do_content_middle {flex: 0 0 500px;max-width: 500px;margin: 0px auto;}
.new_what_we_do_text h2 {font-family: 'DavidLibre';font-weight: 700;font-size: 56px;line-height: 68px;letter-spacing: -3px;color: #FFFFFF;}
.new_what_we_do_text h3 {font-family: 'NarkissBlockCondensed';font-weight: 300;font-size: 22px;line-height: 34px;letter-spacing: 0.35px;color: #FFFFFF;margin-bottom: 16px;}
.new_what_we_do_text p {font-family: 'NarkissBlock';font-weight: 400;font-size: 20px;line-height: 26px;color: #FFFFFF;}
.new_what_we_do_text .icon_links {display: flex;align-items: center;flex-wrap: wrap;gap: 10px;padding-top: 16px;}
.new_what_we_do_text .icon_links a {height: 27px;width: 27px;}
.new_what_we_do_text .icon_links a img {height: 100%;width: 100%;object-fit: contain;object-position: center;}

.new_what_we_do_content_left {flex: 0 0 230px;max-width: 230px;margin: 0px auto;padding-top: 40px;}
.full_episode_content p {font-family: 'NarkissBlockCondensed';font-weight: 300;font-size: 30px;line-height: 34px;letter-spacing: 0.35px;text-align: center;color: #FFFFFF;}
.full_episode_content .full_episode_btn {font-family: 'DavidLibre';font-weight: 700;font-size: 18px;line-height: 30px;letter-spacing: -0.36px;background-color: #35EFB3;color: #014E46;display: flex;align-items: center;justify-content: center;padding: 12px 40px;border-radius: 30px;margin-top: 24px;transition: all 0.4s;}
.full_episode_content .full_episode_btn:hover {background-color: #000000;color: #FFFFFF;}

/* new what we do section css end */

/* ------------------------------------------------------------------------------------------------------- */

/* responsive css start */

@media(max-width: 1649px) {
    .page-template-tpl-new-home .container {max-width: 1440px;}

    .new_voices_calling_slider_container:before {width: calc((100% - 1440px + 40px) / 2);}
    .new_voices_calling_slider_container:after {width: calc((100% - 1440px + 40px) / 2);}
    
    .banner_right_text h1 {font-size: 102px;}
    .banner_right_text p {font-size: 44px;}

    .new_knowledge_list {gap: 24px;}
    .singel_new_knowledge {flex: 0 0 calc((100% - (24px * 3)) / 4);max-width: calc((100% - (24px * 3)) / 4);padding: 24px 24px 64px;}

    .new_shatil_blogs_list {gap: 24px;}
    .singel_new_shatil_blog {flex: 0 0 calc((100% - (24px * 3)) / 4);max-width: calc((100% - (24px * 3)) / 4);}

    .new_nasij_fabric_list {gap: 24px;}
    .singel_new_nasij_fabric {flex: 0 0 calc((100% - (24px * 3)) / 4);max-width: calc((100% - (24px * 3)) / 4);}
    
    .new_struggle_for_democracy_list {gap: 24px;}
    .singel_new_struggle_for_democracy {flex: 0 0 calc((100% - (24px * 3)) / 4);max-width: calc((100% - (24px * 3)) / 4);padding: 24px;}

    .new_voices_calling_slider {margin: 0px -12px;}
    .single_new_voices_calling_slide {margin: 0px 12px;}

    .new_stock_seedling_slider {margin: 0px -12px;}
    .single_new_stock_seedling_slide {margin: 0px 12px;}
    .new_stock_seedling_slider button.slick-arrow.slick-next {left: -12px;}
    .new_stock_seedling_slider button.slick-arrow.slick-prev {right: -12px;}

    .new_social_changes_list {gap: 24px;}
    .singel_new_social_changes {flex: 0 0 calc((100% - (24px * 2)) / 3);max-width: calc((100% - (24px * 2)) / 3);padding: 72px 24px 20px 24px;}

    .new_recorded_lectures_list {gap: 24px;}
    .single_new_recorded_lecture {flex: 0 0 calc((100% - (24px * 3)) / 4);max-width: calc((100% - (24px * 3)) / 4);}

    .new_toolkit_list {gap: 24px;}
    .single_new_toolkit {flex: 0 0 calc((100% - (24px * 2)) / 3);max-width: calc((100% - (24px * 2)) / 3);}
}

@media(max-width: 1479px) {
    .page-template-tpl-new-home .container {max-width: 1330px;}
    .more_btn a {font-size: 16px;padding: 10px 24px;}

    .new_voices_calling_slider_container:before {width: calc((100% - 1350px + 40px) / 2);}
    .new_voices_calling_slider_container:after {width: calc((100% - 1350px + 40px) / 2);}

    .new_home_banner_section {padding: 100px 0px;}
    .new_home_banner_right {flex: 0 0 650px;max-width: 650px;}
    .banner_right_text h1 {font-size: 90px;}
    .banner_right_text p {font-size: 40px;}
    .new_home_banner_left {flex: 0 0 calc(100% - 650px - 36px);max-width: calc(100% - 650px - 36px);}
    .banner_left_image {height: 320px;width: 320px;}

    .new_knowledge_head h2 {font-size: 24px;}
    .new_knowledge_head p {font-size: 18px;}
    .singel_new_knowledge .new_knowledge_text h3 {font-size: 32px;}

    .new_shatil_blogs_head h2 {font-size: 24px;}
    .new_shatil_blogs_head p {font-size: 18px;}
    .singel_new_shatil_blog .new_shatil_blog_text h3 {font-size: 28px;line-height: 1.2;}
    .singel_new_shatil_blog .new_shatil_blog_text ul li {font-size: 20px;line-height: 1;}

    .new_nasij_fabric_head h2 {font-size: 24px;}
    .new_nasij_fabric_head p {font-size: 18px;}
    .singel_new_nasij_fabric .new_nasij_fabric_text h3 {font-size: 22px;}

    .new_struggle_for_democracy_head h2 {font-size: 24px;}
    .new_struggle_for_democracy_head p {font-size: 18px;}
    .singel_new_struggle_for_democracy .new_struggle_for_democracy_text h3 {font-size: 32px;}

    .new_voices_calling_head h2 {font-size: 24px;}
    .new_voices_calling_head p {font-size: 18px;}
    .single_new_voices_calling {gap: 24px;padding: 16px 16px 16px 56px;}
    .new_voices_calling_date span.date {padding: 9px 16px;}
    .new_voices_calling_info {flex: 0 0 calc(100% - 115px - 24px);max-width: calc(100% - 115px - 24px);padding-top: 10px;}
    .new_voices_calling_info h3 {font-size: 32px;line-height: 1.2;}
    .new_voices_calling_info p {line-height: 1.2;}

    .new_stock_seedling_head h2 {font-size: 24px;}
    .new_stock_seedling_head p {font-size: 18px;}

    .new_social_changes_section {padding: 56px 0px;}
    .new_social_changes_head h2 {font-size: 24px;}
    .new_social_changes_head p {font-size: 18px;}
    .new_social_changes_filters_list {margin-bottom: 42px;}
    .singel_new_social_changes {padding: 64px 24px 20px 24px;}
    .singel_new_social_changes .new_social_changes_date {padding: 9px 16px;}
    .singel_new_social_changes h3 {font-size: 22px;line-height: 1.2;margin-bottom: 20px;}
    .singel_new_social_changes p {font-size: 16px;line-height: 1.2;margin-bottom: 24px;}

    .new_recorded_lectures_head h2 {font-size: 24px;}
    .new_recorded_lectures_head p {font-size: 18px;}
    .single_new_recorded_lecture .new_recorded_lecture_text h3 {line-height: 1.2;}

    .new_toolkit_head h2 {font-size: 24px;}
    .new_toolkit_head p {font-size: 18px;}
    .single_new_toolkit p {font-size: 18px;padding: 40px 16px 40px 48px;}

    .new_contact_right {flex: 0 0 500px;max-width: 500px;}
    .contact_right_text h2 {font-size: 36px;line-height: 1.2;}
    .contact_right_text p {font-size: 18px;line-height: 1.2;}
    .new_contact_left {margin: 0 auto;}
    .contact_left_form .form_input input[type="submit"] {font-size: 16px;padding: 8px 32px;}

    .new_what_we_do_section {padding: 56px 0px;}
    .new_what_we_do_content_box {padding: 40px;}
    .new_what_we_do_text h2 {font-size: 48px;line-height: 1.2;}
    .new_what_we_do_text h3 {line-height: 1.2;}
    .new_what_we_do_text p {font-size: 18px;}
    .full_episode_content p {font-size: 28px;line-height: 1.2;}
    .full_episode_content .full_episode_btn {font-size: 16px;padding: 10px 24px;}
    .new_what_we_do_content_left {padding: 0;align-self: center;}
}

@media(max-width: 1366px) {
    .page-template-tpl-new-home .container {max-width: 1170px;}

    .new_voices_calling_slider_container:before {width: calc((100% - 1170px + 40px) / 2);}
    .new_voices_calling_slider_container:after {width: calc((100% - 1170px + 40px) / 2);}

    .new_home_banner_section {padding: 80px 0px;}
    .banner_right_text h1 {font-size: 80px;}
    .banner_right_text p {font-size: 36px;}

    .new_knowledge_section {padding: 40px 0px;}
    .new_knowledge_head {padding-bottom: 24px;}
    .new_knowledge_list {gap: 16px;margin-bottom: 24px;}
    .singel_new_knowledge {flex: 0 0 calc((100% - (16px * 3)) / 4);max-width: calc((100% - (16px * 3)) / 4);padding: 16px 16px 64px 40px;}
    .singel_new_knowledge .new_knowledge_text h3 {font-size: 28px;}

    .new_shatil_blogs_section {padding: 40px 0px;}
    .new_shatil_blogs_head {padding-bottom: 24px;}
    .new_shatil_blogs_list {gap: 16px;}
    .singel_new_shatil_blog {flex: 0 0 calc((100% - (16px * 3)) / 4);max-width: calc((100% - (16px * 3)) / 4);}

    .new_nasij_fabric_section {padding: 40px 0px;}
    .new_nasij_fabric_head {padding-bottom: 24px;}
    .new_nasij_fabric_list {gap: 16px;}
    .singel_new_nasij_fabric {flex: 0 0 calc((100% - (16px * 3)) / 4);max-width: calc((100% - (16px * 3)) / 4);}

    .new_struggle_for_democracy_section {padding: 40px 0px;}
    .new_struggle_for_democracy_head {padding-bottom: 24px;}
    .new_struggle_for_democracy_list {gap: 16px;margin-bottom: 24px;}
    .singel_new_struggle_for_democracy {flex: 0 0 calc((100% - (16px * 3)) / 4);max-width: calc((100% - (16px * 3)) / 4);padding: 16px;}
    
    .new_voices_calling_section {padding: 40px 0px;}
    .new_voices_calling_head {padding-bottom: 24px;}
    .new_voices_calling_slider_container {margin-bottom: 24px;}
    .new_voices_calling_slider {margin: 0px -8px;}
    .single_new_voices_calling_slide {margin: 0px 8px;}
    
    .new_stock_seedling_slider {margin: 0px -8px;}
    .single_new_stock_seedling_slide {margin: 0px 8px;}
    .new_stock_seedling_slider button.slick-arrow {height: 40px;width: 40px;}
    .new_stock_seedling_section {padding: 0px 0px 40px;}
    .new_stock_seedling_section hr {margin: 0px 0px 40px;}
    .new_stock_seedling_head {padding-bottom: 24px;}
    
    .new_social_changes_section {padding: 40px 0px;}
    .new_social_changes_head {padding-bottom: 24px;}
    .new_social_changes_filters_list {margin-bottom: 24px;}
    .new_social_changes_list {gap: 16px;}
    .singel_new_social_changes {flex: 0 0 calc((100% - (16px * 2)) / 3);max-width: calc((100% - (16px * 2)) / 3);padding: 64px 16px 16px 16px;}
    .singel_new_social_changes .new_social_changes_info {flex-direction: column;gap: 10px;align-items: flex-start;}

    .new_recorded_lectures_section {padding: 40px 0px 0px;}
    .new_recorded_lectures_section hr {margin: 40px 0px 0px;}
    .new_recorded_lectures_head {padding-bottom: 24px;}
    .new_recorded_lectures_list {gap: 16px;}
    .single_new_recorded_lecture {flex: 0 0 calc((100% - (16px * 3)) / 4);max-width: calc((100% - (16px * 3)) / 4);}

    .new_toolkit_section {padding: 40px 0px;}
    .new_toolkit_section hr {margin: 40px 0px 0px;}
    .new_toolkit_head {padding-bottom: 24px;}
    .new_toolkit_list {gap: 16px;}
    .single_new_toolkit {flex: 0 0 calc((100% - (16px * 2)) / 3);max-width: calc((100% - (16px * 2)) / 3);}

    .new_contact_section {padding: 40px 0px;}
    .new_what_we_do_content_box {padding: 20px;}

    .new_what_we_do_section {padding: 40px 0px;}
}

@media(max-width: 1199px) {
    .page-template-tpl-new-home .container {max-width: 970px;}
	.more_btn {margin-top: 30px}
    .more_btn a {padding: 6px 24px;}
    
    .new_voices_calling_slider_container:before {display: none;}
    .new_voices_calling_slider_container:after {display: none;}

    .new_home_banner_section {padding: 56px 0px;}
    .new_home_banner_right {flex: 0 0 500px;max-width: 500px;}
    .banner_right_text h1 {font-size: 72px;}
    .banner_right_text p {font-size: 32px;}
    .new_home_banner_left {flex: 0 0 calc(100% - 500px - 36px);max-width: calc(100% - 500px - 36px);}
    .banner_left_image {height: 280px;width: 280px;}

    .singel_new_knowledge {flex: 0 0 calc((100% - (16px * 1)) / 2);max-width: calc((100% - (16px * 1)) / 2);}
    
    .singel_new_shatil_blog {flex: 0 0 calc((100% - (16px * 1)) / 2);max-width: calc((100% - (16px * 1)) / 2);}

    .singel_new_nasij_fabric {flex: 0 0 calc((100% - (16px * 1)) / 2);max-width: calc((100% - (16px * 1)) / 2);}

    .singel_new_struggle_for_democracy {flex: 0 0 calc((100% - (16px * 1)) / 2);max-width: calc((100% - (16px * 1)) / 2);}

    .single_new_voices_calling {gap: 16px;padding: 16px 16px 56px 56px;}
    .new_voices_calling_date {flex: 0 0 100%;max-width: 100%;}
    .new_voices_calling_date span.date {display: table;}
    .new_voices_calling_info {flex: 0 0 100%;max-width: 100%;margin-bottom: auto;height: calc(100% - 68px - 16px);padding: 0;}

    .new_stock_seedling_section {overflow: hidden;}
    .new_stock_seedling_slider .slick-list {overflow: visible;}
    .new_stock_seedling_slider button.slick-arrow {display: none !important;}
    .single_new_stock_seedling .new_stock_seedling_text {padding: 10px 0px;}
    .single_new_stock_seedling .new_stock_seedling_text h3 {line-height: 1.2}

    .singel_new_social_changes {flex: 0 0 100%;max-width: 100%;}

    .single_new_recorded_lecture {flex: 0 0 calc((100% - (16px * 1)) / 2);max-width: calc((100% - (16px * 1)) / 2);}

    .single_new_toolkit {flex: 0 0 100%;max-width: 100%;flex-wrap: wrap;margin-top: 42px;}
    .single_new_toolkit span.new_toolkit_type {writing-mode: horizontal-tb;flex: 0 0 112px;max-width: 112px;margin-top: -42px;}
    .single_new_toolkit p {font-size: 18px;padding: 24px 16px 24px 56px;}

    .new_contact_right {flex: 0 0 460px;max-width: 460px;}
    .contact_right_text h2 {font-size: 32px;}
    .contact_right_text p {font-size: 16px;}
    .new_contact_left {flex: 0 0 460px;max-width: 460px;margin: 0;}
    .contact_left_form form {gap: 10px;}
    .contact_left_form .form_input input:not([type="submit"], [type="checkbox"], [type="radio"]) {font-size: 16px;line-height: normal;height: 48px;}
    
    html[dir="rtl"] .contact_left_form .form_input.with_submit_btn input:not([type="submit"], [type="checkbox"], [type="radio"]) {padding-left: 145px;}
    html:not([dir="rtl"]) .contact_left_form .form_input.with_submit_btn input:not([type="submit"], [type="checkbox"], [type="radio"]) {padding-right: 145px;}
    
    .contact_left_form .form_input.with_submit_btn input[type="submit"] {max-width: 135px;height: 46px;}

    .contact_left_form .form_input.with_submit_btn .wpcf7-spinner {top: 12px;}

    .new_what_we_do_content_left {display: none;}
    .new_what_we_do_text h2 {font-size: 40px;}
}

@media(max-width: 991.98px) {
    .header__content-wrap .lower-wrap .header__hamburger-wrap {-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}
    .header__content-wrap .lower-wrap .actions {-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}
    .header__content-wrap .lower-wrap .site-branding {-ms-flex: 0 0 60%;flex: 0 0 60%;max-width: 60%;}

    .header__content-wrap .lower-wrap .site-branding img {width: 18.5rem;margin: auto;}

    .footer__main-section {padding: 3rem 1.5rem;}
}

@media(max-width: 991px) {
    .page-template-tpl-new-home .container {max-width: 768px;}

    .new_home_banner_section {padding: 40px 0px;}
    .new_home_banner_section:before {background-image: url(images/new-home/banner_bg_pattern_mobile.png);}
    .new_home_banner_right {flex: 0 0 100%;max-width: 100%;}
    .banner_right_text {max-width: 360px;margin: auto;}
    .banner_right_text h1 {font-size: 72px;line-height: 1;}
    .banner_right_text h1 strong {display: block;}
    .banner_right_text p {font-size: 28px;}
    .new_home_banner_left {flex: 0 0 100%;max-width: 100%;}
    .banner_left_image {height: 280px;width: 280px;}
    .new_home_banner_section:before {background-image: url(images/new-home/banner_bg_pattern_mobile.png);}

    .new_knowledge_head p br {display: none;}
    .new_shatil_blogs_head p br {display: none;}
    .new_nasij_fabric_head p br {display: none;}
    .new_struggle_for_democracy_head p br {display: none;}
    .new_voices_calling_head p br {display: none;}
    .new_stock_seedling_head p br {display: none;}
    .new_social_changes_head p br {display: none;}
    .new_recorded_lectures_head p br {display: none;}
    .new_toolkit_head p br {display: none;}

    .new_contact_section:before {background-image: url(images/new-home/contact_bg_pattern_mobile.png);}
    .new_contact_inner {gap: 20px;}
    .new_contact_right {flex: 0 0 100%;max-width: 100%;margin-bottom: 20px;}
    .contact_right_text {text-align: center;}
    .contact_right_text h2 {margin-bottom: 16px;}
    .new_contact_left {flex: 0 0 100%;max-width: 100%;}
    .contact_left_form form {gap: 20px;}
    .contact_left_form .form_input.half_input {flex: 0 0 100%;max-width: 100%;}
    html[dir="rtl"] .contact_left_form .form_input.with_submit_btn input:not([type="submit"], [type="checkbox"], [type="radio"]) {padding: 0px 24px;}
    html:not([dir="rtl"]) .contact_left_form .form_input.with_submit_btn input:not([type="submit"], [type="checkbox"], [type="radio"]) {padding: 0px 24px;}
    .contact_left_form .form_input.with_submit_btn input[type="submit"] {position: relative;top: auto;bottom: auto;max-width: 205px;height: 46px;margin: 25px auto 0px;}
    html[dir="rtl"] .contact_left_form .form_input.with_submit_btn input[type="submit"] {left: auto;}
    html:not([dir="rtl"]) .contact_left_form .form_input.with_submit_btn input[type="submit"] {right: auto;}

    .contact_left_form .form_input.with_submit_btn .wpcf7-spinner {top: auto;bottom: 12px;}
    
    .new_what_we_do_content_box {padding: 24px;}
    .new_what_we_do_content_right {order: 3;margin: 20px auto 0px;}
    .new_what_we_do_content_middle {flex: 0 0 100%;max-width: 100%;}
    .new_what_we_do_text {text-align: center;}
    .new_what_we_do_text h2 {font-size: 32px;}
    .new_what_we_do_text .icon_links {justify-content: center;}
}

@media(max-width: 767px) {
    
    .banner_right_text h1 {font-size: 62px;}
    .banner_right_text p {font-size: 24px;}
    
    .page-template-tpl-new-home .container {max-width: 100%;}
    
    .singel_new_knowledge {flex: 100%;max-width: 100%;}
    
    .singel_new_shatil_blog {flex: 100%;max-width: 100%;}
    
    .singel_new_nasij_fabric {flex: 100%;max-width: 100%;}
    
    .singel_new_struggle_for_democracy {flex: 100%;max-width: 100%;}
    
    .single_new_recorded_lecture {flex: 100%;max-width: 100%;}
    
    .contact_right_text {max-width: 240px;margin: auto;}
}

/* responsive css end */

/* ------------------------------------------------------------------------------------------------------- */