/**
Theme Name: Nahnoo
Author: Procom
Author URI: https://www.procomsoftsol.com/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nahnoo
Template: astra
*/

@font-face {
    font-family: 'Montserrat Regular';
    src: url('assets/fonts/Montserrat-Regular.ttf');
}
@font-face {
    font-family: 'Tajawal', sans-serif;
    src: url('assets/fonts/Tajawal-Medium.ttf');
}
@font-face {
    font-family: 'Montserrat Bold';
    src: url('assets/fonts/Montserrat-Bold.ttf');
}
@font-face {
    font-family: 'Montserrat Light';
    src: url('assets/fonts/Montserrat-Light.ttf');
}
@font-face {
    font-family: 'Montserrat SemiBold';
    src: url('assets/fonts/Montserrat-SemiBold.ttf');
}
@font-face {
    font-family: 'Montserrat Medium';
    src: url('assets/fonts/Montserrat-Medium.ttf');
}
/* Header  */

body.rtl *{
    font-family: 'Tajawal', sans-serif !important;
}
body.rtl .fas, body.rtl i{
    font-family: "Font Awesome 5 Free" !important; 
}
body.rtl .eicon-menu-bar{
    font-family:eicons !important; 
}
body.rtl i.fab{
    font-family: "Font Awesome 5 Brands" !important; 
}
body.rtl h1{
    font-weight:600;
}
body a:focus{
    outline: none;
}
.nahnoo-lang-ar .elementor-widget-container{
    font-family: 'Tajawal', sans-serif !important;
}
.nah-header .elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container,
.nah-header .elementor-nav-menu--toggle .elementor-menu-toggle+.elementor-nav-menu__container
{
    margin-top:0px;
    left: 8%;
    background-color: #313131;
    position: absolute;
    z-index: 99999;
    top: 0%;
    width: 55%;
}

.nah-header nav .menu-item{
    border-top:1px solid #373737;
    border-bottom:1px solid #373737;
}
.nah-header nav .menu-item a{
    color:#ffffff;
}
.nah-header nav li:first-child:after{
    content: '';
    position: absolute;
    left: -20px;
    border-top: 10px solid #313131;
    border-right: 20px solid #313131;
    border-bottom: 10px solid #313131;
}

.header-social .elementor-column-wrap {
    padding: 0 !important;
}
.header-social .elementor-column-wrap .elementor-element,
.header-social .elementor-column-wrap .elementor-element .elementor-widget-container,
.header-social .elementor-column-wrap .elementor-element .elementor-widget-container .elementor-icon-list-items{
    height: 100%;
}
.header-social .elementor-column-wrap .elementor-element .elementor-widget-container .elementor-icon-list-items li{
    align-items: center !important;
}
.header-social .elementor-column-wrap .elementor-element .elementor-widget-container .elementor-icon-list-items li {
    align-items: center !important;
    padding: 0 8px;
    background-color: #de2d31;
}
.header-social .elementor-column-wrap .elementor-element .elementor-widget-container .elementor-icon-list-items li .elementor-icon-list-icon {
    text-align: center;
}
.header-social .elementor-column-wrap .elementor-element .elementor-widget-container .elementor-icon-list-items li .elementor-icon-list-text {
    display: none;
}
.btn-ram{
    position: relative;
}
.btn-ram::after {
    content: "";
    display: block;
    height: 100%;
    width: 23px;
    background-image: url('assets/images/right-shape.png');
    background-size: 100%;
    right: -21px;
    top: 0;
    position: absolute;
    z-index: 2;
    background-repeat: no-repeat;
}
.nah-language-switch .wpml-ls-flag{
    border-radius: 50%;
    border:1px solid #ffffff;
}
.nah-language-switch .wpml-ls-legacy-dropdown a{
    background-color: transparent;
    border:none;
    text-decoration: none;
    padding:5px;
}
.nah-language-switch .wpml-ls-legacy-dropdown a:hover{
    background-color: transparent;  
}
.nah-language-switch .wpml-ls-sub-menu{
    border:none;
}
.nah-language-switch .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
    content: "\f078";
    color: #ffffff;
    font-family: "Font Awesome 5 Free";
    border: none;
    top: 13px;
    right: 10px;
}
.nah-btn-slide-left a:hover:before, 
.nah-btn-slide-left a:focus:before, 
.nah-btn-slide-left a:active:before
{
    webkit-transform: scaleX(1); 
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); 
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); 

}

.nah-btn-slide-left a:before
{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e6393d;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.nah-btn-slide-left a
{

    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item-en a{
    border-right:1px solid #ffffff;
    padding-top:0px;
    padding-bottom:0px; 
}
.wpml-ls-legacy-list-horizontal .wpml-ls-current-language a{
    font-weight:600;  
}
/* Body */  


.nah-down-scroll{
    position: absolute;
    bottom: 25%;
    padding: 5px 5px 5px 7px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    right: 50%;
    transform: translate(50%, 50%);
}
.slider-container .bannerImg {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.bannerContent {
    position: absolute;
    color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    text-align:center;

}
.slider-container .slick-dots {
    margin: 0;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    list-style: none;
}
.slider-container .slick-dots li {
    height: 10px;
    line-height: 0;
    margin-bottom: 8px;

}
.slider-container .slick-dots button {
    font-size: 0;
    height: 10px;
    padding:0px;
    width: 10px;
    background-color: #dddddd;
    border-radius: 100%;
}
.slider-container .slick-dots .slick-active button{
    background-color: #ffffff;
}

.bannerContent .caption{
    background-color: #db7f3b;
    font-family: 'Montserrat Light';
    text-transform: uppercase;
    font-size:25px;
    line-height:28px;
    padding:5px;

}
.bannerContent h2{
    color:#ffffff;
    text-transform: uppercase;
    font-family: 'Montserrat Bold';
    font-size:38px;
    margin-bottom:0px;
}
.slider-container .pageBanner {
    min-height: 535px;
    position: relative;
}
.slider-container .slides{
    margin: 0;
}

.nah-posts-data:last-child{
    border-bottom:none;;
}
.nah-posts-data .nah-post-title a{
    color:#ffffff;
    font-family: 'Montserrat SemiBold';
    font-size:18px;
    line-height:20px;
}
.nah-posts-data{
    display:flex;
    padding-top: 20px;
    padding-bottom:20px;
    border-bottom:1px solid #ffffff;

}
.nah-posts-data .post-info .date-publish{
    margin-bottom:0px !important;  
    line-height:29px !important;  
    font-family: 'Montserrat Medium';
    position: relative;
    padding-left: 20px;
}
.nah-posts-data .post-info .date-publish.articles{
    padding-left:20px;
}
.nah-media-archive .publish-date, .nah-media-single-posts .publish-date{
    position:relative;
    padding-left:40px;
    display:inline-block;
}
.nah-posts-data .post-info .date-publish.articles:before{
    content:'\f073';
    position:absolute;
    top:0;
    left:0;
    font-family: "Font Awesome 5 Free";

}
.nah-media-date .fa-calendar-alt:before, 
.nah-event-schedule .fas:before,
.nah-event-schedule .far.fa-clock:before,
.nah-event-schedule .far.fa-calendar-alt:before
{
    position:absolute;
    top:0;
    left:0;
    width:28px;
    height:28px;
    padding: 6px 5px 5px 8px;
    font-family: "Font Awesome 5 Free";
    border-radius: 50%;
    background-color: #b02627;

}
.nah-media-date .elementor-icon-list-text, .nah-event-schedule .elementor-icon-list-text{
    padding-left:25px !important;  
}
.nah_post_navigation .fa.fa-arrow-left:before{
    content:"\f30a";
    border:1px solid #eeeeee;
    padding:5px 12px 5px 12px;
}
.nah_post_navigation .fa.fa-arrow-right:before{                                                  
    content:"\f30b";                                            
    border:1px solid #eeeeee;
    padding:5px 12px 5px 12px;                                   
}

.nah-media-cat{
    margin-bottom:5px !important;
    color:#b43233;
    text-transform: capitalize;
    font-family: 'Montserrat Medium';
    font-weight: 600;
}
.nah-media-archive .publish-date:before, .nah-media-single-posts .publish-date:before{
    content:'\f073';
    position:absolute;
    top:0;
    left:0;
    width:30px;
    color:#ffffff;
    height:30px;
    font-size:16px;
    font-family: "Font Awesome 5 Free";
    border-radius: 50%;
    background-color: #b02627;
    text-align:center;
}
.nah-posts-data .post-info a{
    color:#ffffff;
    border:2px solid #ffffff;
    padding:0px 25px 0px 10px;
    font-family: 'Montserrat Medium';
}
.nah-posts-data .post-info a:after{
    content:'\f101';
    position: absolute;
    transform:translate(-50%,-50%);
    top: 50%;
    right: 0;
    font-family: "Font Awesome 5 Free";
}

.nah-posts-data .post-info .date-publish:before{
    content:'\f073';
    position:absolute;
    top:0;
    /*right:107px;*/
    left:0;
    font-family: "Font Awesome 5 Free";
}
.nah-posts-data .post-info {
    position: relative;
    display:flex;
    justify-content: space-between;
    font-family: 'Montserrat Medium';
}
.nah-posts-data p{
    margin-bottom:0px;
}
.nah-posts-data .post-img-part img{
    border:4px solid #ffffff;
}
.nah-posts-data .post-img-part{
    width:30%;
}
.nah-posts-data .post-data p:nth-child(2){
    margin-bottom:20px;
    line-height:20px;
}
.nah-posts-data .post-data{
    width:70%;
    color:#ffffff;
    padding-left:20px;
}
.nahnoo-news-letter form{
    text-align:center;
    display: flex;
    align-items: center;
    justify-content: center;

}

.nahnoo-nl-submit {
    display: inline-flex;
    width: 12%;
}
.nahnoo-news-letter .nahnoo-nl-submit input[type="submit"]{

    padding-top:15px;
    padding-bottom:14px;
    background-color: #f3893b;
}
.nah-publications-slider-sec .slick-next.slick-arrow{
    font-size:0px; 
    background: none;
    padding:0px;
}
.nah-publications-slider-sec .slick-prev.slick-arrow{
    display:none!important; 
}
.nah-publications-slider-sec .publish-date{
    display:none;
}
.nah-publications-slider-sec .slick-next.slick-arrow:before{
    content:'';
    color: transparent;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 15px;
    background-image: url(assets/images/black_arrow.svg);
    display: inline-block;
    background-repeat: no-repeat;
    cursor: pointer;
    position:absolute;
    bottom:0;
    left:50%;
    transform:translate(-50%,-50%);
}
.nah-publications-slider-sec .post_slide, .nah-publications-archive .post_slide, .single_publication .post_slide{
    text-align:center; 
}
.nah-publications-slider-sec .post-title a, 
.nah-publications-archive .post-title a, 
.single_publication .post-title a,
.nah-media-archive .post-title a,
.nah-media-single-posts .post-title a
{
    color:#000000;
    font-family: 'Montserrat Bold';
}

.nah-publications-slider-sec .post-title, 
.nah-publications-archive .post-title, 
.single_publication .post-title,
.nah-media-archive .post-title,
.nah-media-single-posts .post-title
{
    padding-top:10px;
    margin-bottom:10px !important;
    font-weight:bold;

}
.nah-publications-archive, .nah-media-archive{
    width:33%;
    padding:7px;
}
.nah-media-author{
    margin-bottom:5px !important;
}
.nah-article-heading{
    font-family: 'Montserrat Regular' !important;
    color:#e6393d;
    border-left:2px solid #e6393d;
    margin-left:30px;
    padding-left:10px;

}
.nah-media-single-posts .post_slide p:nth-child(3) {
    line-height: 22px;
    color: #000000;
}
.nah-media-archive .post_slide p:nth-child(4){
    line-height:22px;
    color:#000000;
}

.nah-pc-arrows .nah-arrow-next .fa:before{
    color: transparent;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 15px;
    background-image: url(assets/images/black_arrow.svg);
    display: inline-block;
    background-repeat: no-repeat;
    cursor:pointer;
}
.normal_post_slide{
    padding:7px;
}
.normal-post-data p:nth-child(2),.normal-post-data p:nth-child(3){
    display:none;
}
.post_data{
    position:relative;
}
.normal_post_slide > a {
    position: relative;
    display: block;
}
.normal_post_slide:hover > a:before {
    height:100%;
}
.normal_post_slide > a:before {
    content:"";
    display: block;
    height: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(243,137,59,0.8);
    -webkit-transition-property: all;
    -webkit-transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -moz-transition-property: all;
    -moz-transition-duration: .5s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -ms-transition-property: all;
    -ms-transition-duration: .5s;
    -ms-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);


}

.normal-post-data{
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    padding: 7px;
}
.home_nah_camp_sec > :hover .normal-post-data p:nth-child(3){
    display:none !important;
}
.post_data > :hover .normal-post-data p:nth-child(2){
    display:block;
    text-align: center;
    line-height:16px;
    color:#ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff;
}
.post_data > :hover .normal-post-data p:nth-child(3){
    display:block;
    text-align: center;
    line-height:16px;
    color:#ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.post_data > :hover .normal-post-title{
    background-color:#ffffff;
    color:#f3893b;
    width:70%;
    margin:0 auto;
}
.post_data > :hover .normal-post-data{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100%;
    padding-left: 30px;
    padding-right: 30px;
}
.nah-normal-slider-sec .normal-post-title{
    text-align: center;
    margin-bottom:0px !important;
    background-color: #393939;
    padding:12px 0px 12px 0px;
    border-top:1px solid #ffffff;
}
.normal-post-data p{
    margin-bottom:0px;
}
.nah-normal-slider-sec .normal-post-title a, .alm-reveal .normal-post-title a{
    display:block;
    color:#f3893b;
    text-transform: uppercase;
    font-family: 'Montserrat Bold';

}
.nah-camp-arrows .nah-camp-arrow-prev .fa, .nah-camp-arrows .nah-camp-arrow-next .fa,
.nah-video-arrows .nah-video-arrow-prev .fa, .nah-video-arrows .nah-video-arrow-next .fa,
.nah-highlights-arrows .nah-high-arrow-prev .fa, .nah-highlights-arrows .nah-high-arrow-next .fa
{
    font-size:32px; 
    color:#828282;
    cursor: pointer;
}
.nah-camp-arrows .nah-camp-arrow-prev,
.nah-video-arrows .nah-video-arrow-prev,
.nah-highlights-arrows .nah-high-arrow-prev
{
    position:absolute;
    left:-40px;
    bottom:50%;
    transform:translateX(-50%);
}
.nah-camp-arrows .nah-camp-arrow-next,
.nah-video-arrows .nah-video-arrow-next,
.nah-highlights-arrows .nah-high-arrow-next
{
    position:absolute;
    right:-55px;
    bottom:50%;
    transform:translateX(-50%);
}

.nah_donate_info table{
    border:none;
}
.nah_donate_info td strong{
    font-family: 'Montserrat Bold'; 
}
.nah_donate_info td{
    border:none;
    padding-bottom: 0px;
}
.nah_donate_info tr td:last-child{
    text-align: center;
}

.nah_involved_form form p{
    display:flex;

}
.nah_involved_form form p label{
    width: 40%;
    font-family: 'Montserrat Bold';
}
.nah_involved_form form p .wpcf7-form-control-wrap{
    padding-left: 25px;
}
.nah_involved_form form p .wpcf7-form-control-wrap{
    width:50%;  
}
.nah_involved_form form input[type=email], 
.nah_involved_form form input[type=number], 
.nah_involved_form form input[type=tel], 
.nah_involved_form form input[type=text], 
.nah_involved_form form textarea{
    background-color: #ffffff;
    border:1px solid #bbbbbb;
}
.nah_involved_form form input[type=radio]:checked {
    background-color:#d72927;
}
.nah_involved_form .involved-sbt{
    display:block;
    text-align: center;
    padding-top:25px;

}
.nah_involved_form .involved-sbt input[type="submit"]{
    background-color: #f3893b;
    padding-top:12px;
    padding-bottom: 12px;
    font-family: 'Montserrat Bold';
}
.alm-reveal{
    display: flex;
    flex-wrap:wrap;
}
.alm-reveal .post_data{
    width:33% !important;
}
.alm-reveal .normal-post-title {
    text-align: center;
    margin-bottom: 0px !important;
    background-color: #393939;
    padding: 12px 0px 12px 0px;
    border-top: 1px solid #ffffff;
}
.nah_load_more_btn{
    background-color:#f3893b !important; 
    font-family: 'Montserrat SemiBold';
}
.video_slide {
    padding: 7px;
    position: relative;
}
.video_slide.video a i{
    position: absolute;
    top:50%;
    left:50%;
    font-size:30px;
    color:#F3893B;
    transform:translate(-50%,-50%);
}
.nah-campaign-cat-list .elementor-tabs .elementor-active > a{
    font-weight:bold;
    border-bottom:3px solid #f3893b;
    font-size:18px;
}
.slick-lightbox .slick-lightbox-inner .slick-lightbox-close::before {
    font-size:35px;
}
.slick-lightbox .slick-lightbox-inner .slick-lightbox-close{
    top: 60px;
    right: 150px;
    color: #ffffff !important;
}
.nah-high-desc{
    display:none;
}
.nah_highlight_slider .nah-high-data:nth-child(2n-1) .nah-high-desc{
    bottom: 100%;
    top: auto;
}
.nah_highlight_slider .nah-high-title {
    background-image: url('assets/images/Red-Polygon.png');
    width: 134px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}
.nah_highlight_slider .nah-high-title:hover .hgon{
    background-color: #89c45a;   
}
.nah_highlight_slider .nah-high-title:hover .nah-high-desc{
    display: block;
}
.nah_highlight_slider .nah-high-title:hover .hgon:before{
    background-image: url('assets/images/hgon-small-green.png');
}
.nah_highlight_slider .nah-high-title:hover{
    background-image: url('assets/images/Green-Polygon.png');
}
.nah-high-desc {
    font-size: 12px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 99;
}
.nah_highlight_slider .hgon {
    height: 145px;
    background-color: #e6393d;
    width: 6px;
    position: absolute;
    top: 100%;
    z-index: 99;
}
.nah_highlight_slider .nah-high-data:nth-child(2n) .hgon{
    top:auto;
    bottom: 100%;
}
.nah_highlight_slider .hgon:before{
    content: "";
    display: block;
    width: 30px;
    height: 34px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('assets/images/hgon-small.png');
}
.nah_highlight_slider .nah-high-data:nth-child(2n) .hgon:before{
    bottom: auto;
    top: -2px;
}
.nah_highlight_slider .slide-inner {
    display: flex;
    height: 600px;
    justify-content: center;
    align-items: center;
    position: relative;
}
.nah-camp-high-sec{
    position: relative;

}
.nah_highlight_slider .nah-high-title .title {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}
.single_publication, .nah-media-single-posts{
    display:flex;
    flex-wrap: wrap;

}
.single_publication .post_info, .nah-media-single-posts .post_slide{
    width:33%;
    padding:8px;
}

.nah-cat-publications a{
    display:block; 
    padding-top:10px;
    padding-bottom:10px;
    background-color: #F3893B;
}
.nah-cat-campaigns a{
    display:block; 
    padding-top:10px;
    padding-bottom:10px;
    background-color: #F3893B;
}

.nah-archive-publications#maps-sec,.nah-archive-publications#policy-briefs-sec,.nah-archive-publications#studies-sec{
    display:none;
}
.nah-archive-campaigns#camp-public-spaces-sec,
.nah-archive-campaigns#camp-cultural-heritage-sec,
.nah-archive-campaigns#camp-gg-sec{
    display:none;
}
.elementor-editor-active .nah-archive-publications#maps-sec,
.elementor-editor-active .nah-archive-publications#policy-briefs-sec,
.elementor-editor-active .nah-archive-publications#studies-sec{
    display:block;
}
.elementor-editor-active .nah-archive-campaigns#camp-public-spaces-sec,
.elementor-editor-active .nah-archive-campaigns#camp-cultural-heritage-sec,
.elementor-editor-active .nah-archive-campaigns#camp-gg-sec{
    display:block;
}
.nah-publications-archive .post_slide, .single_publication .post_slide{
    padding: 20px;
    border:1px solid #ebebeb;
}
.post-type-archive-campaigns .alm-reveal{
    justify-content: center;
    padding-left:20px;
    padding-right:20px;
}

.nah-publications-archive .post_slide .post_img{

    border:1px solid #aeafaf;
}
.nah-publications-archive .post_slide .publish-date, .single_publication .post_slide .publish-date{
    color:#dd2927;
    margin-bottom: 0px;
    font-weight:600;
}  
.nah-cf-fields{
    display:flex;

}
.nah-cf-fields input{
    width:93% !important;
    padding:8px !important;
    background-color: #ffffff;
    border:2px solid #a1a1a1; 
}
.nah-cf-sec form textarea{
    background-color: #ffffff;
    border:2px solid #a1a1a1; 
}
.nah-cf-fields input[type="tel"]{
    width:100% !important;
}
.nah-cf-sec form .nah-cf-submit{
    text-align: center;

}
.nah-cf-sec form .nah-cf-submit input{
    background-color: #f3893b;   
}
.nh-values-sec{
    border:1px solid #ffffff;
    padding: 15px 15px 0px 25px;
}
.nh-values-sec ol{
    margin-left:10px;
}
.nah-activities-tabs .elementor-tab-title.elementor-active a, .nah-publications-tabs .elementor-tab-title.elementor-active a{

    border-bottom:2px solid #000000;
}

/*Footer   */
.footer-sec .nahnoo-footer-links{
    list-style-type: square;
    margin-left: 20px;
}
.footer-sec .nahnoo-footer-links li ul li{

    list-style-type: square;
    margin-left:10px;
}
.footer-sec .nahnoo-footer-links li::marker{
    color:#f3893b;
}
.footer-sec .nahnoo-footer-links a{
    color:#b6b6b6;
    font-size:14px;
    font-family: 'Montserrat Regular';
}
.footer-sec .nahnoo-contact-links{
    list-style-type: none;
    margin-left:0px;
}
.footer-sec .nahnoo-contact-links a, .footer-sec .nahnoo-contact-links li{
    color:#b6b6b6;
    font-size:17px;
    font-family: 'Montserrat Regular'; 

}
.footer-sec .nahnoo-contact-links li:last-child{
    line-height:25px;
}
.footer-sec .nahnoo-contact-links span{
    color:#f3893b;
}
.news-email-field input[type="email"] {
    padding-left: 40px;
    background-image: url('assets/images/icon-email.jpg');
    background-repeat: no-repeat;
    background-position: 7px center;
}.nah-footer-contact .elementor-icon-list-item{

    padding-left:40px;
}
.nah-footer-contact .elementor-icon-list-icon{
    background-color: #b02627;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display:block;
    position: absolute;
    left: 0;
    top: 0;
}
.nah-footer-contact .elementor-icon-list-icon .fas{
    padding-top:6px;
}
.npm-inner {
    height: 510px;
    width: 784px;
    background-image: url('assets/images/pm.png');
    margin: 0 auto;
    background-size: 100%;
    position: relative;
}
.rtl .elementor-location-header .elementor-row, .rtl .elementor-location-footer .elementor-row {
    direction: ltr;
}
body.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
    left: auto;
    right: 10px;
}
body.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding: 5px;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover{
    background:none;
}
body.rtl .nah-posts-data .post-data{
    padding-right:20px;   
    padding-left:0px;
}
/* procom Bourj-Hamoud Style*/

.bourj-hammoud{
    width:100%;
    float:left;

}
.scroll-down-map{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    text-align: center;
    transition: all 0.5s;
}
.bourj-bg-video .scroll-down-map .icon-down{
    font-size: 150px;
    color:#fff !important;
    cursor: pointer;
    line-height: 100px;
}
.bourj-bg-video .scroll-down-map:hover{
    bottom: 20px;
}
.bourj-bg-video .scroll-down-map:hover .icon-down,.bourj-bg-video .scroll-down-map:hover #down-map{
    color:#dbd9d9 !important;
}
.bourj-bg-video .scroll-down-map #down-map{
    color:#fff !important;
    margin-top: -16px;
}
.bourj-objective{
    position:relative;
}
.bourj-hammoud .bourj-objective .obj-text a{
    color:#ffffff ;
    text-decoration: underline;
}
.bourj-hammoud .bourj-objective .obj-text {
    position: absolute;
    bottom: 7%;
    left: 15%;
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.7); /* Black background with 0.5 opacity */
    color: #f1f1f1;
    width: 25%;
    padding: 20px;
}
.bourj-hammoud .bourj-objective .obj-text-two {
    position: absolute;
    top: 8%;
    left: 15%;
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.7); /* Black background with 0.5 opacity */
    color: #f1f1f1;
    width: 25%;
    padding: 20px;
}
.bourj-hammoud .bourj-bg-video video {
    object-fit: cover;
    width: 100%;
    height: 660px;
}
.bourj-hammoud .bourj-bg-video{
    position:relative;
}
.bourj-bg-video .bourj-txt{
    position: absolute;
    background: rgb(0, 0, 0);
    background:rgba(0, 0, 0, 0.7);
    color:#f1f1f1;
    padding: 20px;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
}
.bourj-bg-video .bourj-txt h1{
    font-weight:500;
    font-size: 80px;
    color: white !important;
}
.bourj-bg-video .bourj-txt p {
    font-size: 24px;
    margin-bottom:10px;
}
.bourj-hammoud #bourj_map{
    text-align: center;
    height:660px;
    position:relative;

}
.bourj-map {
    position: relative;
}

.bourj-map .map-content-section{
    position:absolute;

    color:
        #6f5e5e;
    width: 40%;

    text-align: center;
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
    background-color: #ffffff9c;

}
.bourj-map .map-content-section h2{
    margin-top:10px !important;
}
.location_info{
    min-height: 400px;
    width:320px;
    overflow:auto;
    background:#1a1818a3;
    padding:15px;
}
.location_info .profile-img img {
    width: 100%;
    max-width: 100%;
}
.location_info table td, .location_info table th {

    padding: 5px;

}
.location_info * {
    font-size: 10px;
    line-height: 10px;
}
.location_info h5{
    text-align: left;
    /*    padding-left:15px;*/
}
.location_info .profile-img {
    display: block;
    /*    padding: 0 15px;*/
}
.bourj-hammoud .gm-style .gm-style-iw-c {

    background-color: #59595969 !important;;

    color:white !important;
}
.bourj-hammoud #bourj_map .gm-style .gm-style-iw-d::-webkit-scrollbar-track, .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece{
    background: none !important;

}
.location_info table {
    font-size: 15px;
    border-bottom: none;
    margin-top: 20px;
}
.location_info table td.td-gmap-link{
    padding-top: 10px;
}
.location_info table td p{
    line-height: 1.2;
}
.location_info table td{
    border:none;
    /*    padding:0 16px 0 16px;*/
    line-height:1.5;
}
.location_info table th{

    /*    padding:0 0 0 16px;*/
    text-transform: none;
    width:21%;
}
.location_info table td a{
    color:#ffffff !important;
}
.location_info table .tr-border{
    border-bottom: 1px solid;
}
.location_info table .td-play-video{
    padding-top:10px;
}
.location_info table .side-arrow{
    font-size:13px;
    padding-right:4px;
}


.bourj-bg-video .volume-control {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    font-size: 14px;
    padding: 2px;
    display: table;
    cursor: pointer;
}
.bourj-bg-video .volume-control * {
    display: table-cell;
    vertical-align: middle;
    padding: 4px;
}
.bourj-bg-video .volume-control.volume-off span:before {
    content: "x";
    margin-left: -5px;
    margin-right: 4px;
}

/*  Parallex Scrolling Effect */
.bourj-objective .parallax.bg1{
    /* The image used */
    background-image: url('http://nahnoo.org/dev/wp-content/uploads/2021/12/Noubar-3.jpg');

    /* Full height */
    height: 660px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bourj-objective .parallax.bg2{
    /* The image used */
    background-image: url('http://nahnoo.org/dev/wp-content/uploads/2021/12/street.jpg');

    /* Full height */
    height: 660px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.location_info a.hide{

    display:none;
}
.page-id-2675 #content .ast-container, .postid-2757 .ast-container .competition-banner{
    max-width:100%;
    margin:0px;
    padding: 0px;
}
.client-logos{
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
}
.client-logos li {
    display: inline-block;
    padding: 15px;
}
.client-logos li img {
    max-height: 140px;
}
.bourj-objective p{
    margin-bottom:10px;
}
/*  Petition Page Style    */
.container_my {
    width: 80%;
    margin:0 auto;
}
.petition {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}
.nah-social-share .facebook a {
    background: #3b5998 !important;
    display:block;
    text-align: center;
    width:65%;
    padding:10px;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    border-bottom:none;
}

.nah-social-share a i {
    margin-right: 10px;
    font-family: 'FontAwesome';
    font-size:15px;
}
.nah-petition-info{
    background-color: #f5f5f5;
    padding:15px 15px 0px 15px;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.petitioner-name span{
    font-size:13px;
   font-family: 'Montserrat Medium';
    
}
.nah-petition-count{
    font-size:16px;
    padding-top:15px;
    padding-left:8px;
   font-family: 'Montserrat Medium';
   
}
.nah-petition-sbt{
    position:relative;

}
.nah-petition-sbt input{
    padding-left: 40px !important;
}
.nah-petition-sbt:before{
    font-family: FontAwesome;
    content: "\f023"; /* Value may need to be changed in newer version of font awesome*/
    font-size: 18px;
    position: absolute;
    left:20px;
    top: 11px;
    pointer-events: none;
    color:#ffffff;

}
.petitioner-name .far{
    border-radius:50%;
    color:#efefef;
    background-color:#E22D37;
    font-family: 'FontAwesome';
    padding:8px;
    margin-right:8px;

}
.nah-social-share ul {

    list-style: none;
    padding-left:0px;
    margin-left:0px;

}
.nah-petition-form {
    padding: 0px 30px;
    
    margin: 0 auto;
}
.nah-petition-form .wpcf7-list-item-label{
    padding-left: 25px;
}
.nah-petition-form span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}
.nah-petition-form .wpcf7 input[type=radio]{
    line-height: normal;
    height: inherit;
    vertical-align: top;
    margin: 4px 0 0;
}
.nah-petition-form .wpcf7 form{
    font-size:16px;
    font-weight: 500; 
  font-family: 'Montserrat Medium';
}
.nahnoo-petition-sec h1{
    text-align:center;
    color: #e22d37;
    text-transform:uppercase;
    margin-bottom: 30px;
    margin-top:30px;
    font-weight:bold;


}
.nah-petition-form input, .nah-petition-form textarea{
    margin-bottom:15px !important;
    background-color:#ffffff;
    border: 2px solid #d4d0ba;
}
.nah-petition-sbt input[type="submit"]{
    background: #e05d22; 
    background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); 
    background: linear-gradient(to bottom, #e05d22 0%, #d94412 100%); 
    border: none;
    border-bottom: 3px solid #b93207;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    padding: 11px 24px 10px;
    text-decoration: none;
    margin-top:4px;
}
.nah-petition-data{
    
    border-radius:10px;
    background-color: #f5f5f5;
    padding: 15px 15px 0px 15px;
}
.bunner-insert{
    height:400px;
    background-size:cover; 
    background-repeat:no-repeat no-repeat;
    
}
.bunner-insert img{
    height: 100%;
    width: 100%;
}
.bunner-insert{
    position:relative;
}
.bunner-insert .petition_page_title{
    position:absolute;
    top:50%;
    right:50%;
    transform:translate(50%);
    margin-top: 0px;
    color:#ffffff;
    background-color:#f3893b;
    display:inline-block;
    padding:5px;
    font-family: "Montserrat Bold", Sans-serif;
    font-size: 36px;
}

.total-signs{
    background-color: #f5f5f5;
    padding: 15px;
    margin-bottom: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}
.petitioner-name{
    display:none;
    padding: 10px;
    

}
.petitioner-name.display {
    display: block;
}


#loadMore {
    text-decoration: none;
    color:#E22D37;
    padding: 10px;
    text-align: center;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    font-family: 'Montserrat Medium';
}
.nah-petition-content{
    background-color:#89c45a;
   padding-top:50px;
   padding-bottom: 30px;
   font-size:16px;
   font-family: 'Montserrat Regular';
   color:#ffffff;
}

@media (max-width:1410px){
    .bourj-bg-video .bourj-txt h1 {
        font-size: 54px;
    }
    .bourj-hammoud .bourj-objective .obj-text-two, .bourj-hammoud .bourj-objective .obj-text{
        width: 40%;
    }
}
@media (max-width:1139px){
    .bourj-bg-video .bourj-txt{
        width: 85%;
    }
}
@media (max-width:938px){
    .bourj-bg-video .bourj-txt h1 {
        font-size: 50px;
    }
    .bourj-bg-video .bourj-txt p {
        font-size: 18px;
    }
}
@media (max-width:852px){
    .bourj-hammoud .bourj-objective .obj-text-two, .bourj-hammoud .bourj-objective .obj-text {
        width: 60%;
    }
}
@media (max-width:743px){
    .bourj-bg-video .bourj-txt h1 {
        font-size: 36px;
    }
    .bourj-bg-video .bourj-txt p {
        font-size: 14px;
    }
    .bourj-map .map-content-section h2{
        font-size: 27px;
    }
    .bourj-map .map-content-section{
        width: 35%;

    }
    .bunner-insert .petition_page_title{
        font-size:28px;
        text-align:center;  
        width:70%;
    }
    .nah-petition-data{
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media (max-width: 643px) {
    /* Audio */
    .format-audio .entry-content:before {
        display: none;
    }

    .format-audio .audio-content {
        background-image: none;
        float: none;
        padding-left: 0;
        width: auto;
    }

    .bourj-map .map-content-section h2{
        font-size: 25px;
    }
    .bourj-map .map-content-section{
        width: 35%;
        left:55%;
    }

}
@media (max-width:595px){
    .bourj-hammoud .bourj-objective .obj-text-two, .bourj-hammoud .bourj-objective .obj-text {
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 13px;
    }
}
@media (max-width:587px){
    .bourj-map .map-content-section{
        width: 55%;
        left:55%;
        /*        top: 40px;*/
    }
    .bourj-map .map-content-section h2{
        font-size: 18px;
    }
    .location_info{
        width: auto;
    }
    #bourj_map .gm-style-mtc div:first-child{
        font-size: 13px !important;
        padding:0 10px !important;

    }
    #bourj_map .gmnoprint{
        margin:0px !important;

    }
    .nahnoo-petition-sec h1{
        
        font-size:28px;
    }
}
@media (max-width:420px){
    .bourj-map .map-content-section h2{
        font-size: 15px;
    }
    .bourj-map .map-content-section{
        width: 40%;
        left:55%;
    }
    .bunner-insert .petition_page_title{
     font-size:25px;   
    }

}


@media (max-width:349px){
    .deadline span, .prize span {
        font-size: 11px;
    }
    .deadline img, .prize img {
        max-height: 50px;
    }

    .bourj-hammoud .bourj-txt {
        /*       width:65%;*/
    }
}

.prize-left {
    width: 30%; 
    float: left;
    font-size: 15px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.prize-right {
    width: 70%; 
    float: left;
    font-size: 15px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
}
.border {padding-right: 15px;
         margin-right: 15px;
         border-right: 2px solid red;
         display: inline-block;
         vertical-align: middle;}

