/*********************  Default-CSS  *********************/
html body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    line-height: 1.4;
    color: #000;
    font-size: 16px;
}
a,
div a:hover,
div a:active,
div a:focus,
button {
    text-decoration: none;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
a,
span,
a:hover,
a:active,
button {
    text-decoration: none;
}
*::after,
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
a:focus, button:focus, input:focus, select:focus {
    outline: none;
}
a:hover {
    color: #000;
}
body .clearfix,
body .clear {
    clear: both;
    line-height: 100%;
}
body .clearfix {
    height: auto;
}
* {
    outline: none !important;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}
p{
    margin: 0;
}
img {
    max-width: 100%;
}
/*********************  Default-CSS close  *********************/
/* -----------------------------Header Section Start----------------------------- */
header{
    width: 100%;
    display: flex;
    padding: 34px 132px;
    align-items: center;
    justify-content: space-between;
    background-color: #004947;    
}
.common_section_space{
    padding: 100px 0;
}
.menu_ul{
    margin: 0;
    display: flex;
    list-style: none;
}
.menu_ul li{
    margin-right: 35px;
}
.menu_ul a{
    padding: 15px 12px;
    color: #fff;
    display: block;
    position: relative;
    font-family: 'Miriam Libre', sans-serif;
}
/* .menu_ul li:nth-child(3){
    margin-right:78px;
} */
.menu_ul li:last-child a{
    margin-right: 0;
}
.menu_ul a:after{
    bottom: 0;
    left: 0;
    opacity: 0;
    content: ' ';
    width: 100%;
    height: 7px;
    position: absolute;
    background-color: #FF6F20;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.menu_ul a:hover:after,
.menu_ul a.active:after{
    opacity: 1;
}
.menu_links_btns{
    display: flex;
    align-items: flex-end;
}
.common_btn{
    color: #fff;
    display: flex;
    font-size: 16px;
    min-width: 252px;
    justify-content: space-between;
    font-weight: 800;
    padding: 19px 21px;
    align-items: center;
    background-color: #FF9127;
    font-family: 'Raleway', sans-serif;
}
.common_btn:hover{
    background-color:#d87516;
    color: #fff;
}
.common_btn svg{
    margin-left: 33px;
    vertical-align: top;
}
.donate_btn a{
    min-width: unset;
}
.donate{
    margin-left: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.menu_tage span, .donate_tage{
    padding-top: 8px;
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    font-family: 'Miriam Libre', sans-serif;
}
.menu_navigation{
    cursor: pointer;
    position: relative;
    width: 38px;
    z-index: 999;
    height: 28px;
}
.menu_navigation span{
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    position: absolute;
    background-color: #FF6F20;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
}
.menu_navigation span:nth-child(2){
    top: 12px;
}
.menu_navigation span:nth-child(3){
    top: 24px;
}
  /* active */
.menu_navigation span.active:nth-child(1){
    top:10px;
    transform: rotate(135deg);
}
.menu_navigation span.active:nth-child(2){
    right: 100px;
    opacity: 0;
}
.menu_navigation span.active:nth-child(3){
    top: 10px;
    transform: rotate(-135deg);
}
.menu_icon,.donate,.mobile_logo, .menu_ul .mobile_link{
    display: none;
}
.menu_navigation.active{
    position: fixed;
    right: 10px;
    top: 20px;
}
/* ----------------------------- Header Section End ----------------------------- */
/* ----------------------------- Banner Section Start ----------------------------- */
.main_banner{
    position: relative;
    background-image: url(../image/home/bannerimg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main_banner::after{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    position: absolute;
    background-color: rgba(11, 54, 53, 50%);
}
.we_fund_section{
    padding-top: 150px;
    padding-bottom: 150px;
    z-index: 1;
    position: relative;
    /* background-color: #004947; */
}
.we_title h1{
    font-size: 70px;
    color: #FEFEFE;
    font-weight: 800;    
    margin-bottom: 50px;
}
.we_fund_paragraph p{
    color: #F4F4F4;
    font-size: 16px;
    max-width: 540px;
    line-height: 1.7;
    margin-bottom: 25px;
}
.we_fund_paragraph p:last-child{
    margin-bottom: 0;
}
.banner_btn{
    margin-top: 70px;
    display: inline-block;
}
.mobile_banner{
    display: none;
}
/* ----------------------------- Banner Section End ----------------------------- */
/* ----------------------------- Shaping Section Start ----------------------------- */
.shaping_section{
    background-color: #DCE4EA;
}
.shaping_inner{
    max-width: 584px;
    margin: 0 auto;
}
.shap_info h2,
.help_info h2,
.top_info h2{
    font-size: 36px;
    text-align: center;
    margin-bottom: 36px;
    color: #0B3635;
}
.shap_info p,.top_info p,
.second_paragraph p,.help_info p{
    text-align: center;
    line-height: 1.7;
    color: #0B3635;
}
.power_vote{
    margin: 35px auto;
    max-width: 550px;
    padding: 20px 0px;
    border-left: 7px solid #FF6F20;
}
.power_vote p{
    padding-left: 20px;
    color: #0B3635;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.shaping_btn{
    display: flex;
    margin-top: 90px;
    justify-content: center;    
}
/* ----------------------------- Shaping Section End ----------------------------- */
/* ----------------------------- Help Section Start ----------------------------- */
.help_info p{
    max-width: 589px;
    margin: 0 auto;
    margin-bottom: 25px;
}
.help_info p:last-child{
    margin-bottom: 0;
}
.help_info span{
    color: #0B3635;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.our_work{
    margin-top: 30px;
}
.our_title h3,.delivery_block h3{
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #0B3635;
}
.work_inner_block {
    display: flex;
    max-width: 86%;
    justify-content: center;
    margin: 0px auto;
    margin-top: 54px;
}
.work_block{
    width: 100%;
    text-align: center;
}
.work_subtext a{
    margin-top: 20px;
    font-size: 22px;
    color: #FF6F20;
    font-weight: 700;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
}
.our_work_btn{
    display: flex;
    justify-content: center;
    margin-top: 70px;
}
/* ----------------------------- Help Section End ----------------------------- */
/* ----------------------------- Slider Section Start ----------------------------- */
.how_our_section{
    background-color:#DCE4EA;
}
.top_info p{
    margin: 0 auto;
    max-width: 550px;
}
.delivery_block h3{
    max-width: 500px;
    margin:0 auto;
    margin-top: 30px;
}
.slider_block{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.slider_info {
    max-width: 312px;
    text-align: center;
}
.how_our_slider{
    margin-top: 100px;
    position: relative;
}
.slider_info h4 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 700;
    color: #FF6F20;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;
}
.slider_info p{
    color: #0B3635;
    line-height: 1.7;
}
.slider_info p span{
    font-weight: 700;
}
.how_our_slider .owl-theme .owl-dots, .owl-theme .owl-nav{
    margin-top: 20px;
}
.how_our_slider .owl-theme button.owl-dot.active span{
    background-color: #FFA740;
}
.how_our_slider .owl-theme .owl-dots .owl-dot span{
    background-color: #F8F8F8;
    margin:4px;
}
.how_our_slider .owl-theme .owl-nav [class*=owl-]:hover{
    background-color: unset;
}
.how_our_slider  .owl-theme .owl-nav{
    margin-top: 0;
}
.how_our_slider .owl-carousel .owl-nav .owl-next{
    top: 25%;
    right: -40px;
    position: absolute;
}
.how_our_slider .owl-carousel .owl-nav .owl-prev {
    top: 25%;
    left: -40px;
    position: absolute;
}
/* ----------------------------- Slider Section End ----------------------------- */
/* ----------------------------- How We Work Section Start ----------------------------- */
.how_we_work_section{
    background-color: #154A48;
}
.we_work_inner h2{
    text-align: center;
    font-size: 36px;
    color: #FEFEFE;
    margin-bottom: 20px;
}
.we_work_inner p{
    max-width: 540px;
    line-height: 1.7;
    margin: 0 auto;
    color: #FEFEFE;
}
.four_blocks .we_block:first-child{
    border-bottom: 1px solid #112928;
}
.left_blocks{
    margin-right:50px;
}
.four_blocks{
    max-width: 1120px;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
}    
.we_block{
    padding: 25px 0px 35px 20px;
}
.we_block h3{
    margin-bottom: 10px;
    font-size: 24px;
    color: #FF6F20;
    font-weight: 700;
}
.we_block p{
    line-height: 1.7;
    color: #F4F4F4;
}
/* ----------------------------- How We Work Section End ----------------------------- */
/* ----------------------------- Commitment Section Start ----------------------------- */
.commitment_section{
    background-color: #DCE4EA;
}
.commit_block h2{
    text-align: center;
    font-size: 36px;
    color: #004947;
}
.commit_block p{
    max-width: 692px;
    margin: 0 auto;
    line-height: 1.7;
    margin-top: 25px;
    color: #154A48;
    text-align: center;
}
/* ----------------------------- Commitment Section End ----------------------------- */
/* ----------------------------- Join Section Start ----------------------------- */
.join_section{
    background-color: #154A48;   
}
.join_title h3{
    font-size: 36px;
    color: #FEFEFE;
    text-align: center;
    margin-bottom: 30px;
}
.join_title p{
    color:#FEFEFE;
    text-align: center;
    max-width: 670px;
    line-height: 1.7;
    margin: 0 auto;
}
.join_section .power_vote{
    max-width: 678px;
}
.join_section .power_vote p{
    color: #FEFEFE;
    padding-left: 30px;
}
.join_btn{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
/* ----------------------------- Join Section End ----------------------------- */
/* ----------------------------- Footer Section Start ----------------------------- */
footer {
    background-color: #0B3635;
    padding-top: 85px;
    padding-bottom: 85px;
    border-top: 1px solid #707070;
}
.footer_logo{
    display: inline-block;
}
.footer_subtext h3{
    margin-top: 25px;
    font-weight: 700;
    font-size: 24px;
    color: #FF6F20;
}
.social_icons{
    margin-top: 60px;
}
.social_icons h4 {
    font-size: 21px;
    color: #FEFEFE;
    font-family: 'Miriam Libre', sans-serif;
}
.s_icons{
    margin-top: 15px;
    display: flex;
    max-width: 150px;
    justify-content: space-between;
}
.s_icons a svg #Path_43,
.s_icons a svg #Path_49{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.s_icons a:hover svg #Path_49,
.s_icons a:hover #Path_43{
    fill: #FF6F20;
}
.want_keep h3{
    color: #FF6F20;
    font-size: 24px;
    font-weight: 800;
}
.want_keep p{
    color: #F4F4F4;
    font-family: 'Miriam Libre', sans-serif;
    font-size: 21px;
    padding-bottom: 30px;
}
.footer_inner{
    display: flex;
}
.footer_left{
    width: 65%;
}
.footer_right{
    width: 35%;
}
.footer_right .ctct-form-embed.form_1 .ctct-form-defaults{
    background-color: transparent;
    padding: 0;
}
.footer_right .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button:after {
    position: absolute;
    content: url(../image/home/arrow.svg);
    vertical-align: middle;
    right: 10px;
    top: 16%;
}
.footer_right .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button{
    border: none;
    margin-top: 30px;
    position: relative;
    font-weight: 900;
    border-radius: 0px;
    max-width: 252px;
    text-align: unset;
    padding: 20px 23px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    background-color: #FF9127;
    text-transform: uppercase;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-family: 'Raleway', sans-serif;
}
.footer_right .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button:hover{
    border: none;
    background-color: #FF6F20;
}
.footer_right .ctct-form-label,
.footer_right .ctct-gdpr-text{
    color: #FEFEFE !important;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif !important;
}
.footer_right div.ctct-form-embed form.ctct-form-custom input.ctct-form-element{
    padding: 10px;
    font-size: 20px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border: 1px solid #C4C4C4;
    height: 50px;
    font-family: 'Open Sans', sans-serif;
}
.footer_right .ctct-form-custom{
    display: flex;
    flex-wrap: wrap;
}
.footer_right .ctct-form-field {
    width: 100%;
}
.footer_right #first_name_field_1{
    width: 60%;
    margin-right: 2%;
}
.footer_right #postal_code_field_1{
    width: 38%;
}
#gdpr_text{
    display: none;
}
.copyright{
    padding: 40px 0;
    background-color: #154A48;
}
.copyright_tage a{
    color: #FEFEFE;
    font-weight: 700;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-family: 'Open Sans', sans-serif;
}
/* ----------------------------- Footer Section End ----------------------------- */
/* ----------------------------- Contact Page Start ----------------------------- */
#success_message_1{
    text-align: center;
}
#success_message_1 * {
    color: #fff;
}
.video_banner{
    width: 100%;
    height: 100%;
}
.footer_top_img img ,.video_banner img{
    width: 100%;
}
.contact_section{
    background-color: #DCE4EA;
    padding: 100px 0;
}
.contact_title h1{
    margin-bottom: 20px;
    text-align: center;
    color: #FF6F20;
    font-weight: 700;
    font-size: 24px;
}
.contact_title p{
    text-align: center;
    font-size: 36px;
    color: #0B3635;
    line-height: 1.5;
}
.contact_block{
    max-width: 977px;
    margin: 0 auto;
}
.form_block{
    margin-top: 80px;
}
.top_inputboxes{
    display: flex;
    justify-content: space-between;
}
.form_block input::placeholder,
.form_block textarea::placeholder{
    font-family: 'Open Sans', sans-serif;
    color: #666666;
}
.form_block input,
.form_block textarea{
    width: 100%;
    padding: 23px;
    margin-bottom: 30px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border: 1px solid #C4C4C4;
}
.fname_input{
    position: relative;
    padding-right: 10px;
}
.subject_input,.message_input{
    position: relative;
}
.email_input{
    position: relative;
    padding-left: 10px;
}
.message_input{ 
    margin-top: 30px;
}
.subject_input input{
    margin-bottom: 0;
}
.subject_input p,.message_input{
    font-family: 'Open Sans', sans-serif;
    color: #666666;
}
.form_placeholder{
    pointer-events: none;
    opacity: 1;
}
.subject_input p{
    top: 50%;
    left: 25px;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.message_input p{
    top: 25px;
    left: 25px;
    position: absolute;
}
.fname_input p,.email_input p{
    top: 50%;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.fname_input p{
    left: 25px;
}
.top_inputboxes span,
.bottom_inputbox span{
    color: red;
    font-size: 20px;
}
.email_input p{
    left: 34px;
}
.top_inputboxes input{
    margin-bottom: 0;
}

.fname_input,.email_input{
    margin-bottom: 30px;
    width: 50%;
}
.bottom_inputbox textarea{
    width: 100%;
}
.submit_btn{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.submit_btn .common_btn{
    border: none;
}
#thankyou-msg{
    margin-top: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#thankyou-msg h3{
    margin-bottom: 30px;
    color: #FF6F20;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
#thankyou-msg p{
    padding-bottom: 20px;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    color: #0B3635;
    font-weight: 700;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
}
#thankyou-msg a{
    color: #112928;
    text-decoration: underline;
}
/* ----------------------------- Contact Page End ----------------------------- */

.cm_why_partner .partner_section {
    margin-top: 20px;
    padding: 0 50px;
}
.cm_why_partner .partner_inner {
    margin-top: 40px;
    margin-bottom: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cm_why_partner .partner_block_one, .partner_block_two {
    margin-right: 6%;
}
.cm_why_partner .join_btn.partner_btn{
    margin-bottom: 150px;
}
.cm_why_partner .we_block {
    text-align: center;
    width: 33%;
    padding: 0;
}
.event_data .eaec-events-calendar-title.jsx-2710523445{
    margin-top: 20px;
    color: #004947;
}
.event_data .eaec-events-calendar-component.jsx-2710523445 {
    padding: 20px 0;
}


.who_section {
    background-color: #fff;
}
.who_section.light_bg{
    background-color: #DCE4EA;
}
.who_inner_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.who_block {
    width: 50%;
    text-align: center;
    margin-bottom:50px;
}

.image_info_block {
    margin: 0 auto;
    max-width: 490px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.who_img_block {
    width: 160px;
    height: 160px;
    overflow: hidden;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.who_section .user_heading{
    text-align: left;
    width: calc(100% - 190px);
}
.who_section .power_vote {
    height: fit-content;
    padding: 3px 0px;
    margin: 0;
    margin-left: 30px;
    max-width: 100%;
}
.who_info {
    margin-top: 30px;
}
.who_section .help_info p {
    max-width: 500px;
    margin: 0 auto;
}
.who_section .help_info h2 {
    margin-bottom: 80px;
}
.who_img_block img {
    height: 100%;
    width: 100%;
}

.voter_protection  {
    background-color: #F8F8F8;
}
.donation_section{
    background-color: #FF9127;
}

/* NewsLetter Sections CSS Start */
.newsletter_section{
    background-color: #fff;
    padding: 80px 0;
}
.newsletter_section p ,
.newsletter_section li {
    line-height: 1.5;
}
.letter_letf p{
    font-size: 18px;
}
.letter_letf p:first-child{
    font-weight: 600;
}
.letter_heading h1{
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: 83%;
}
.letter_content p{
    font-size: 18px;
    padding-bottom: 20px;
}
.letter_points ul{
    margin-left: 20px;
}
.letter_points h5{
    font-weight: 600;
    padding-bottom: 10px;
}
.letter_points li{
    font-size: 18px;
}
.letter_points p{
    padding-bottom: 20px;
    font-size: 18px;
}
.newsletter_section .contact_us p{
    font-size: 18px;
}
.newsletter_section .contact_us p span{
    font-weight: 600;
    margin-right: 10px;
}
.newsletter_section .contact_us p a{
    color: #000;
    text-decoration: underline;
}
/* NewsLetter Sections CSS End */

.governor_image{
    max-width: 750px;
    height: 450px;
    overflow: hidden;
}
.governor_block .make_center{
    display: flex;
    align-items: center;
}
.governor_block .power_vote{
    margin: 0;
}
.governor_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.governor_block {
    padding: 100px 0;   
}
.cm_why_partner .partner_section{
    margin-top: 0;
    padding: 0;
}
.donation_section .donate_link {
    font-weight: 600;
}
.donation_section .donate_link a {
    text-decoration: underline;
    color: #0B3635;
}
.cm_why_partner .partner_section {
    margin-top: 20px;
    padding: 0 50px;
}


