@font-face {
    font-family: 'Bebas';
    src: url('../../fonts/Bebas-Regular.woff2') format('woff2'),
        url('../../fonts/Bebas-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arial Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Regular'), url('../../fonts/ARIAL.woff') format('woff');
}
 @font-face {
    font-family: 'Arial Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Bold'), url('../../fonts/ARIALBD.woff') format('woff');
}


h1, h2, h3, h4{
    font-family: 'Bebas';
}
body{
    font-family: 'Arial Regular';
}
body p{
    font-family: 'Arial Regular';
    color:#747F8F;
    font-size:14px;
    line-height:1.7;
    text-align:left;
}
.h2 h2.elementor-heading-title.elementor-size-large, .h2.elementor-widget-heading h2.elementor-heading-title{
     font-family: 'Bebas';
     font-size:47px;
}

a{
    text-decoration:none;
    transition:all .3s ease;
}

a:hover{
    color:#61B439;
}
a:focus{
    outline:none;
    outline-offset:unset;
}
button{
    margin-top:0px;
    transition:all .3s ease;
}
.donate {
    background: #61B439;
    border-radius: 0px;
    position: relative;
    z-index:2;
    font-family: 'Arial Bold';
    padding:12px 30px;
    font-size:15px;
}
button.donate::before {
    content: '';
    background: url(../../images/btn-over.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-size:cover;
}
button.donate:hover::before{
    opacity:0;
}
button.donate:hover{
    background:#0E6DD0;
}
button.donate img {
    max-width: 24px;
    margin-right: 10px;
}
.donate_read_more{
    border: 2px solid #0E6DD0;
	color:#0E6DD0;
	background:transparent;
	border-radius:0px;
	padding:12px 30px;
	font-family: 'Arial Bold';
	font-size:15px;
}
.donate_read_more:hover{
    background: #61B439;
    color:#fff;
    border-color:#61B439;
}
.donate_now_buttons button {
    margin-right: 20px;
}
footer .bottom-ftr {
    width: 100%;
    padding: 15px 0px;
    background: #11284a;
    font-size: 12px;
    margin-top: 0;
}
footer .bottom-ftr  p{
    color: rgb(255,255,255, .70);
    text-align: center;
}
footer.bg-white{
    background-image: none;
    text-align: left;
    background: #fff;
    padding-top: 0;
}
footer.bg-white #footer-widget{
    padding: 50px 0;
}
footer.bg-white ul li a {
    padding: 0;
    color: #666;
}
footer.bg-white ul#menu-footer-menu li {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 5px 0;
}
footer.bg-white ul#menu-footer-menu{
    column-count: 2;
    padding: 0;
}
footer.bg-white .foot-addr{
    line-height: 1.8;
}
.top-bar.sg-bar {
    background: #006cb7; /* Old browsers */
    background: -moz-linear-gradient(left,  #006cb7 50%, #61b439 50%, #61b439 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #006cb7 50%,#61b439 50%,#61b439 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #006cb7 50%,#61b439 50%,#61b439 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006cb7', endColorstr='#61b439',GradientType=1 ); /* IE6-9 */
    width: 100%;
    max-width: 100%;
    padding: 15px 0px;
    position: relative;
}
/*.top-bar.sg-bar:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    height: 100%;*/
/*    width: 50%;*/
/*    right: 0;*/
/*    top: 0;*/
/*    background-color: #61b439;*/
/*    z-index: 1;*/
/*}*/
.top-bar.sg-bar:before{
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 50%;
    width: 25px;
    height: 100%;
    background: #61b439;
    transform: skew(-20deg, 3deg) translate(10px, 0px);
}
.top-bar.sg-bar .top-right{
    z-index: 9;
    position: relative;
}
.top-bar.sg-bar ul li i{
    color: #fff;
}
.navigation-secc .navbar{
    position: relative;
    top: 0;
    background: #fff;
    border: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 0;
    margin-bottom:0px;
}
.navigation-secc .navbar #navbar {
    flex: auto;
}
.navigation-secc .navbar-inverse .navbar-nav>li>a {
    color: #000;
    font-family: 'Arial Bold';
}
.navigation-secc .navbar-inverse .navbar-nav>li>a:hover {
    color: #333;
}
.navigation-secc .navbar-brand{
    height: auto;
    float: none;
    padding: 0;
}
.navigation-secc .navbar-inverse .navbar-nav>li>a.btn.sg-donate-btn{
    background-color: #61b439;
    border-color: #61b439;
    color: #fff;
    
}
.navigation-secc .nav.navbar-nav.navbar-right{
    margin-right: 0;
    align-items: center;
    display: flex;
}
.dropdown-submenu ul.dropdown-menu {
    right: auto;
    left: 157px;
    top: -10px;
}
.dropdown-submenu a.dropdown-toggle {
    position: absolute;
    right: 0px;
    top: 4px;
    width: 29px;
    cursor: pointer;
    padding: 0 7px;
}
.dropdown-menu li {
    width: 100%;
}
li.dropdown-submenu {
    position: relative;
}
span.logo-desc{
    display: block;
    color: #666;
    font-size: 12px;
}
.sdonate{
    margin-left: 50px;
}
.ns-area.newsletterr{
    background-color: #61b439;
    color: #fff;
    padding: 50px 0;
}
.newsletter-input{
    padding-left:10%;
}
.ns-area.newsletterr .subscribe-text h3{
    display: none;
}
.ns-area.newsletterr .subscribe-text h5{
    font-size: 48px;
    max-width: 360px;
    font-family: 'Bebas';
    padding-left:30px;
    margin: 0px;
}
.ns-area.newsletterr .subscribe-text h5::before{
    content:'';
    background-image:url('../../images/Component-green.jpg');
    position:absolute;
    left: 0px;
    top: 15px;
    background-size: cover;
    width: 16px;
    height: 140px;
}
.ns-area.newsletterr .newsletter-input input[name="ne"] {
    background: #fff;
    color: #333;
    width: 75%;
}
.newsletter-input .btn{
    margin-left:-1px;
}
.ns-area.newsletterr .newsletter-input .btn .icon {
    background: #006cb7;
    padding: 10px 20px;
}
.newsletter-input p span{
    color:#fff;
}
.newsletter-input p input{
    margin-top:5px;
}
.newsletter-input input::-webkit-input-placeholder {
    color: #666;
}
.newsletter-input input::-moz-placeholder {
    color: #666;
}
.newsletter-input input:-ms-input-placeholder {
    color: #666;
}
.newsletter-input input:-moz-placeholder {
    color: #666;
}
.ns-area.newsletterr .sg-flex-c{
    display: flex;
    align-items: center;
}
.btn-blue{
    color: #fff;
    background: #006cb7;
    border-radius: 0;
}
.btn-blue:hover{
    color:#fff;
    background:#61b439;
}
.btn-green{
    color: #fff;
    background: #61b439;
    border-radius: 0;
}
.btn-green:hover{
    color: #fff;
    background: #006cb7;
}
#footer-widget h3.widget-title{
    margin-bottom: 30px;
}
.mt-3{
    margin-top: 10px;
}
.btn-full{
    max-width: 170px;
    width: 100%;
    display: block;
    padding:9px;
}
.btn-f-icon img{
    width:20px;
    margin-right: 3px;
}
.after-left::before{
    content:'';
    background-image:url('../../images/Component-after.jpg');
    position:absolute;
    left: -15px;
    top: 84px;
    background-size: cover;
    width: 16px;
    height: 160px;
}
.after-right::before{
    content:'';
    background-image:url('../../images/Component-after.jpg');
    position:absolute;
    right: -15px;
    top: 64px;
    background-size: cover;
    width: 16px;
    height: 160px;
    z-index:2;
}
.bg-blue p{
    color:#fff;
}
.see_all_events {
    color: #FFFFFF;
    min-height: 100px;
    display: flex;
    align-items: center;
}
.see_all_events_button{
    margin-top:30px;
}
.see_all_events_button img {
    width: 30px;
    margin-left: 30px;
}
.see_all_events_button a:hover{
    color:#fff;
    background-color:#0E6DD0;
}
.see_all_events_button a{
background-color: #61B439;
padding-left: 25px;
}
.intro-sec::after {
    background-color: #61B439;
    content: '';
    position: absolute;
    bottom: 0px;
    background-size: 50vw;
    right: 0;
    height: 100px;
    width: 50%;
    z-index: -1;
}
.event_schedule{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 40px;
}
.sg-events-icon {
    font-size: 30px;
    color: #61B439;
    margin-right:15px;
}
.event_date{
    font-size:14px;
    font-family: 'Arial Regular';
    font-weight:400;
    color:#828E9F;
    margin-bottom:0px;
    margin-top:0px;
}
.event_title{
    font-size:18px;
    font-family: 'Arial Regular';
    font-weight:400;
    color:#000;
    margin-bottom:0px;
    margin-top:5px;
}
.get-involved .elementor-widget-wrap{
    background-position-x: 90% !important;
}
.thanks-sec p a{
    color:#000;
}
span.logo-desc{
    display:none;
}
#footer-widget h3.widget-title{
    font-size:18px;
    color:#000;
}
footer.bg-white .foot-addr{
    color:#000;
    font-family: 'Bebas';
    font-size:18px;
    line-height:1.6;
}
footer.bg-white ul li a:hover{
    color:#61B439;
}
.navigation-secc .navbar-inverse .navbar-nav>li>a:hover{
    color:#61B439;
}
.post-slider .wb_ps_content{
    text-align:left;
    padding:0px;
}
.post-slider .wb_ps_thumbnail img{
    max-height:200px;
    min-height:200px;
    width:100%;
    max-width:100%;
    object-fit:cover;
}
.post-slider .wb_ps_thumbnail{
    position:relative;
}
.post-slider .wb_ps_thumbnail::before{
    content:'';
    background-image:url('../../images/Component-after.jpg');
    position:absolute;
    left: 0;
    bottom: 0;
    background-size: cover;
    width: 16px;
    height: 160px;
}
.post-slider .wb_ps_title h2{
    font-size:22px;
}
.post-slider .wb_ps_title h2 a{
    color:#11284A;
}
.post-slider .wb-arrow-next {
    left: -300px;
    right:auto;
}
.post-slider .wb-arrow-prev {
    left: -340px;
}
.post-slider .wbel-arrow{
    border-radius:unset;
    border:1px solid #0E6DD0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.post-slider .wb_ps_content .wb_ps_readmore_link{
    background: #61B439;
    border-radius: 0px;
    position: relative;
    z-index:2;
    font-family: 'Arial Bold';
    padding:12px 30px 12px 50px;
    font-size:15px;
    border:none;
    position:relative;
}
.post-slider .wb_ps_content .wb_ps_readmore_link:hover{
    border:none;
    background:#61B439;
    color:#fff;
}
.post-slider .wb_ps_content .wb_ps_readmore_link::before{
    content:'';
    width:22px;
    height:22px;
    background:url('../../images/donate-icon.png');
    background-size:cover;
    position:absolute;
    top:12px;
    left:20px;
}
.post-slider .wb_ps_content .wb_ps_readmore_link::after {
    content: '';
    background: url(../../images/btn-over.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-size:cover;
}
.post-slider .wb_ps_content .wb_ps_readmore_link:hover::after{
    opacity:0;
}
.overimage .overimage_button::hover{
    background:#61B439;
    color:#fff;
    border-color:#61B439;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
    .navigation-secc .navbar #navbar li.dropdown:hover ul.dropdown-menu li.dropdown-submenu:hover ul.dropdown-menu {
        display: block !important;
    }
    .navigation-secc .navbar #navbar li.dropdown:hover ul.dropdown-menu {
        display: block;
    }
    .navigation-secc .navbar #navbar li.dropdown:hover li.dropdown-submenu ul.dropdown-menu {
        display: none;
    }
}
@media screen and (max-width:1199px){
    .donate-sec.elementor-element{
        background-size: 54vw auto !important;
    }
    .become.elementor-element{
         background-size: 58vw auto !important;
    }
}
@media screen and (max-width:1080px){
    .post-slider .wb-arrow-prev {
        left: -45%;
    }
    .post-slider .wb-arrow-next {
        left: -39%;
    }
    
}
@media screen and (max-width:991.99px)
{
    .nav>li>a{
        padding:10px 6px;
    }
    .navigation-secc .navbar-brand{
        max-width:120px;
    }
    .navigation-secc .navbar-brand img{
        max-width:100%;
    }
    .sdonate {
        margin-left: 10px;
    }
     .donate-sec.elementor-element{
        background-size: 74vw auto !important;
    }
    .become.elementor-element{
         background-size: 80vw auto !important;
    }
    .post-slider .wb-arrow-next {
        left: -37%;
    }
}
