/*========================================================================*/
/*   TABLE OF CONTENT
/*========================================================================*/
/*
/*      00. WIZ COMMON CLASS
/*      01. WIZ SLIDER
/*        01.1 SLIDER LAYOUT 01
/*        01.2 SLIDER LAYOUT 02
/*      02. WIZ HIGHLIGHTS
/*        02.1 HIGHLIGHTS LAYOUT 01
/*        02.2 HIGHLIGHTS LAYOUT 02
/*      03. WIZ HEADING
/*      04. WIZ COUNTER
/*        04.1 COUNTER LAYOUT 01
/*        04.2 COUNTER LAYOUT 02
/*      05. WIZ TEAM
/*        05.1 TEAM LAYOUT 01
/*      06. WIZ CTA
/*        06.1 CTA LAYOUT 01
/*        06.2 CTA LAYOUT 02
/*      07. WIZ LOGOS
/*      08. WIZ TESTIMONIAL
/*      09. WIZ NEWSLETTER
/*      10. WIZ PAGE HEADER
/*      11. WIZ COMMON CLASS
/*      12. WIZ JUMBORTON
/*      15. RESPONSIVE STYLING
/*
/*========================================================================*/

/*------------------------------------ 00. WIZ COMMON CLASS ------------------------------------*/

#preloader {
    background: #ffffff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
#preloader span {
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
}
#backTop {
    width: 16px;
    height: 16px;
    padding: 10px;
    border-radius: 0px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    z-index: 999999999;
    display: none;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
#backTop:hover {
    opacity: 1;
}
#backTop:after {
    position: absolute;
    content: '-';
    width: 16px;
    height: 16px;
    text-align: center;
    top: 0;
    left: 0;
    color: #FFF;
}
#backTop.custom {
    background-color: #77C720;
    background-image: url('../images/uparr-48-b.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 0px solid #a9e667;
    -webkit-transition: 0.2s 0.2s ease-out;
    -moz-transition: 0.2s 0.2s ease-out;
    -o-transition: 0.2s 0.2s ease-out;
    transition: 0.2s 0.2s ease-out;
}
#backTop.custom:hover {
    background-color: #ffffff;
    border: 0px solid #426f12;
}

.section-content-block {
    padding: 100px 0 100px 0;
    background: #FFFFFF;
}



.section-pure-white-bg {
    background: #FFFFFF !important;
}
.section-secondary-bg {
    background: #F9FAFB !important;
}

.section-heading-wrapper {
    margin-bottom: 48px;
}
.home-page-section-heading span {
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    color: #676767;
}
.home-page-section-sub-heading {
    font-size: 26px;
    line-height: 32px;
    font-style: italic;
    color: #808080;
}

.btn-heading {
    background: transparent;
    border: 2px solid #77C720;
    color: #77C720;
}

a.btn-load-more {
    font-size: 22px;
    margin-top: 10px;
    background: #FFBB44;
    border: 2px solid #FFBB44;
    color: #333333;
    height: 60px;
    line-height: 39px;
    padding-left: 28px;
    padding-right: 28px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
a.btn-load-more:hover {
    background: #77C720;
    border: 2px solid #77C720;
    color: #FFFFFF;
}

/*------------------------------------ 01. WIZ SLIDER ------------------------------------*/

/* 01.1 SLIDER LAYOUT 01 */

#slider_1 .item img {
    display: block;
    width: 100%;
    height: auto;
}
#slider_1 .slider-content {
    position: absolute;
    top: 50%;
    transform: translateY(-55%);
    width: 100%;
}
#slider_1 .slider-content h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 80px;
    line-height: 85px;
    font-weight: 800;
    letter-spacing: -1px;
    color: #FFFFFF;
}
#slider_1 .slider-content h2 span {
    background: rgba(235, 70, 74, 0.8);
    padding: 0 3px;
}
#slider_1 .slider-content h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -1px;
    margin-top: 20px;
    color: #FFFFFF;
}
#slider_1 .slider-content a.btn-slider {
    font-size: 22px;
    margin-top: 25px;
    background: #FFBB44;
    border: 2px solid #FFBB44;
    color: #333333;
    height: 60px;
    line-height: 39px;
    padding-left: 28px;
    padding-right: 28px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
#slider_1 .slider-content a.btn-slider:hover {
    background: #77C720;
    border: 2px solid #77C720;
    color: #FFFFFF;
}
#slider_1 .slider-content a.btn-slider-2 {
    font-size: 22px;
    margin-top: 25px;
    margin-left: 15px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    color: #77C720;
    height: 60px;
    line-height: 39px;
    padding-left: 28px;
    padding-right: 28px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
#slider_1 .slider-content a.btn-slider-2:hover {
    border: 2px solid #77C720;
    background: #77C720;
    color: #FFFFFF;
}
#slider_1 .owl-controls .owl-nav div {
    text-align: center;
    color: #fff;
    font-size: 70px;
    line-height: 140px;
    margin-top: -80px;
    opacity: 1;
    position: absolute;
    top: 50%;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#slider_1 .owl-controls .owl-nav div:hover {
    opacity: 0.7;
}
#slider_1 .owl-controls .owl-nav div.owl-prev {
    left: 0px;
    width: 72px;
    background: rgba(0, 0, 0, 0.3);
}
#slider_1 .owl-controls .owl-nav div.owl-next {
    right: 0px;
    width: 72px;
    background: rgba(0, 0, 0, 0.3);
}

/* 01.2 SLIDER LAYOUT 02 */

#slider_2 .item img {
    display: block;
    width: 100%;
    height: auto;
}
#slider_2 .slider-content {
    position: absolute;
    top: 60%;
    transform: translateY(-60%);
    width: 100%;
}
#slider_2 .slider-content h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 60px;
    line-height: 62px;
    font-weight: 700;
    color: #FFFFFF;
}
#slider_2 .slider-content h2 span {
    background: rgba(0, 0, 0, 0.5);
    padding: 3px 6px;
}
#slider_2 .slider-content h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    margin-top: 32px;
    color: #FFFFFF;
}
#slider_2 .slider-content a.btn-slider {
    margin-top: 18px;
    background: #77C720;
    border: 2px solid #77C720;
    color: #FFFFFF;
    height: 46px;
    line-height: 30px;
    padding-left: 28px;
    padding-right: 28px;
    font-weight: 600;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
#slider_2 .slider-content a.btn-slider:hover {
    border: 2px solid #77C720;
    background: #5d9b19;
    color: #FFFFFF;
}
#slider_2 .slider-content a.btn-slider-2 {
    margin-top: 18px;
    margin-left: 18px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    color: #1A1A1A;
    height: 46px;
    line-height: 30px;
    padding-left: 28px;
    padding-right: 28px;
    font-weight: 600;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
#slider_2 .slider-content a.btn-slider-2:hover {
    border: 2px solid #FFFFFF;
    background: #e6e6e6;
    color: #1A1A1A;
}
#slider_2 .owl-controls {
    position: relative;
    margin-top: -80px;
}
#slider_2 .owl-controls .owl-dots {
    margin: 24px 0 0 0;
    text-align: center;
}
#slider_2 .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    padding: 2px;
    width: 14px;
    height: 14px;
    background: transparent;
    border: 1px solid #CCCCCC;
    margin: 0 4px;
}
#slider_2 .owl-controls .owl-dots .owl-dot span {
    display: block;
}
#slider_2 .owl-controls .owl-dots .active span {
    padding: 2px;
    width: 8px;
    height: 8px;
    background: #90df3b;
}

/*------------------------------------ 02. WIZ HIGHLIGHTS ------------------------------------*/

.section-highlights{
    clear: both;
    padding-bottom: 60px;
}

.section-content-block.section-highlights{
    padding-bottom: 70px;
}

.section-content-block.cause-section-1{
    padding-bottom: 70px;
}

/*-- 02.1 HIGHLIGHTS LAYOUT 01 --*/

.highlight-1 {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}
.highlight-1 > i {
    color: #77C720;
    display: block;
    font-size: 70px;
    margin-bottom: 23px;
}
.highlight-1 h5 {
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 18px;
    font-size: 24px;
}
.highlight-1 p {
    color: #333333;
    margin-bottom: 40px;
}
.highlight-1 a {
    color: #FFFFFF;
    background: #77C720;
    padding: 10px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.highlight-1:hover a {
    background: #CCCCCC;
}

/*-- 02.2 HIGHLIGHTS LAYOUT 02 --*/

.highlight-2 {
    margin-top: 10px;
    margin-bottom: 35px;
    position: relative;
}
.highlight-2 .icon-style {
    background-color: #77C720;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 45px;
    font-weight: 700;
    height: 149px;
    left: 0;
    line-height: 208px;
    position: absolute;
    text-align: center;
    top: 7px;
    width: 70px;
}

.highlight-2 .icon-style.img-style {
   background: none;
   line-height: 0;
}

.highlight-2 .content {
    margin-left: 90px;
}
.highlight-2 .content h5 {
    color: #1a1a1a;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 18px;
    margin-top: 0px;
}
.highlight-2 .content p {
    color: #333333;
}

/*------------------------------------ 03. WIZ HEADING ------------------------------------*/

.section-heading-container{
    margin-bottom: 42px;
}
.section-heading {
    position: relative;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 18px;
    margin-top: 0px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    display: inline-block;
    color: #1a1a1a;
}
.section-heading span {
    font-style: 400;
    color: #1a1a1a;
}
.section-heading-alt {
    color: #FFFFFF;
}
.section-heading-alt span {
    font-style: 400;
    color: #FFFFFF;
}
.section-subheading {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #888888;
    margin-bottom: 0;
    padding: 0px 42px;
    text-transform: uppercase;
}
.section-subheading-alt {
    color: #FFFFFF;
}

/*------------------------------------ 04. WIZ COUNTER ------------------------------------*/

.section-counter{
    clear: both;
}

.section-counter .counter-block-1 {
    margin: 24px 0;
}
.section-counter .counter-block-1 h4 {
    margin-top: 12px;
    margin-bottom: 32px;
    font-weight: 400;
    font-family: 'Trirong', serif;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 0.03em;
    position: relative;
}
.section-counter .counter-block-1 h4:after {
    content: '';
    position: absolute;
    width: 42px;
    height: 2px;
    bottom: -22px;
    left: 50%;
    margin-left: -21px;
    background: #f69323;
}
.section-counter .counter-block-1 .counter {
    display: block;
    margin-top: 48px;
    font-size: 48px;
    color: #FFFFFF;
    font-weight: 400;
    font-family: 'Trirong', serif;
}
.section-counter .counter-block-1 .icon {
    font-size: 42px;
    display: block;
    margin: 32px 0;
    color: #ffffff;
}

/* COUNTER LAYOUT 02 */

.section-counter .counter-block-2 {

}
.section-counter .counter-block-2 h4 {
    margin-top: 15px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color: #FFFFFF;
    position: relative;
}
.section-counter .counter-block-2 h4 span {
    color: #77C720;
}
.section-counter .counter-block-2 .counter {
    display: block;
    margin-top: 48px;
    font-size: 55px;
    color: #FFFFFF;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.section-counter .counter-block-2 .icon {
    font-size: 42px;
    display: block;
    margin: 32px 0;
    color: #b3b3b3;
    display: none;
}


/*------------------------------------ 05. WIZ TEAM ------------------------------------*/

/* 05.1 TEAM LAYOUT 01 */

.section-our-team {
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-our-team .team-layout-1 {
    background: #FFFFFF;
    margin-bottom: 40px;
}
.section-our-team .team-layout-1 .team-member a {
    display: block;
    position: relative;
}
.section-our-team .team-layout-1 .team-member a:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: #77C720;
    opacity: 0.01;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.section-our-team .team-layout-1 .team-member img {
    vertical-align: middle;
}
.section-our-team .team-layout-1 h3 {
    font-family: 'Open Sans', sans-serif;
    margin: 20px 0 0 0;
    font-size: 22px;
    font-weight: 700;
}
.section-our-team .team-layout-1 h4 {
    font-family: 'Open Sans', sans-serif;
    color: #888888;
    font-size: 14px;
    font-weight: 600;
}
.section-our-team .team-layout-1 p {
    color: #595959;
    margin: 0;
    font-weight: 400;
    padding-right: 12px;
}
.section-our-team .team-layout-1 .team-social-share {
    margin: 15px;
    padding: 20px 10px;
    border-top: 1px solid #CCCCCC;
}
.section-our-team .team-layout-1 .team-social-share a {
    display: inline-block;
    margin: 0 2px;
    background: #FFFFFF;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
}
.section-our-team .team-layout-1:hover .team-member a {
    display: block;
    position: relative;
}
.section-our-team .team-layout-1:hover .team-member a:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: #77C720;
    opacity: 0.2;
    width: 100%;
    height: 100%;
}
.section-our-team .team-layout-1:hover .team-social-share {
    opacity: 1;
    top: 33%;
}
.section-our-team .team-layout-1:hover .team-social-share a {
    display: inline-block;
    margin: 0 2px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
}
.section-our-team .team-centered {
    text-align: center !important;
}
.section-our-team .team-layout-2 {
    background: #F9FAFB;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.section-our-team .team-layout-2 .team-member a {
    display: block;
    position: relative;
}
.section-our-team .team-layout-2 .team-member a:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: #77C720;
    opacity: 0.01;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.section-our-team .team-layout-2 .team-member img {
    vertical-align: middle;
}
.section-our-team .team-layout-2 h3 {
    font-family: 'Open Sans', sans-serif;
    margin: 20px 0 0 0;
    font-size: 22px;
    font-weight: 700;
}
.section-our-team .team-layout-2 h4 {
    font-family: 'Open Sans', sans-serif;
    color: #888888;
    font-size: 14px;
    font-weight: 600;
}
.section-our-team .team-layout-2 p {
    color: #595959;
    margin: 0;
    font-weight: 400;
    padding-right: 12px;
}
.section-our-team .team-layout-2 .team-social-share {
    margin: 15px;
    padding: 20px 10px;
    border-bottom: 1px solid #CCCCCC;
}
.section-our-team .team-layout-2 .team-social-share a {
    display: inline-block;
    margin: 0 2px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
}
.section-our-team .team-layout-2:hover .team-member a {
    display: block;
    position: relative;
}
.section-our-team .team-layout-2:hover .team-member a:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: #77C720;
    opacity: 0.2;
    width: 100%;
    height: 100%;
}
.section-our-team .team-layout-2:hover .team-social-share {
    opacity: 1;
    top: 33%;
}
.section-our-team .team-layout-2:hover .team-social-share a {
    display: inline-block;
    margin: 0 2px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
}
.section-our-team .team-centered {
    text-align: center !important;
}


/*------------------------------------ 06. WIZ CTA ------------------------------------*/

/*-- 06.1 CTA LAYOUT 01 --*/

.section-cta{
    padding: 40px 0 40px 0;
}

.cta-layout-1 {
    background: #77C720;
}
.cta-layout-1 h2 {
    font-size: 32px;
    line-height: 35px;
    color: #FFFFFF;
    font-weight: 700;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}
.cta-layout-1 p {
    margin-top: 12px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #FFFFFF;
}
.cta-layout-1 a.btn-cta3 {
    font-size: 22px;
    margin-top: 6px;
    margin-bottom: 6px;
    position: relative;
    background: #77C720;
    border: 5px solid #FFFFFF;
    color: #FFFFFF;
    height: 60px;
    line-height: 39px;
    padding-left: 28px;
    padding-right: 28px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.cta-layout-1 a.btn-cta3:hover {
    background: #FFFFFF;
    color: #333333;
}

/*-- 06.2 CTA LAYOUT 02 --*/

.cta-layout-2 {
    background: #FFBB44;
}
.cta-layout-2 h2 {
    font-size: 32px;
    line-height: 35px;
    color: #333333;
    font-weight: 700;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}
.cta-layout-2 p {
    margin-top: 12px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #333333;
}
.cta-layout-2 a.btn-cta3 {
    font-size: 22px;
    margin-top: 6px;
    margin-bottom: 6px;
    position: relative;
    background: #FFBB44;
    border: 5px solid #333333;
    color: #333333;
    height: 60px;
    line-height: 39px;
    padding-left: 28px;
    padding-right: 28px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.cta-layout-2 a.btn-cta3:hover {
    background: #333333;
    color: #FFFFFF;
}

/*------------------------------------ 07. WIZ LOGOS ------------------------------------*/

/* 07.1 WIZ LAYOUT 01 */

.section-client-logo{
    clear: both;
}

.section-client-logo .logo-layout-1 .logo {
    padding: 12px;
}
.section-client-logo .logo-layout-1 .logo img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width: 100%;
    margin: 0 auto 24px auto;
    border: 1px solid #CCCCCC;
    display: block;
    padding: 12px;
    opacity: 0.7;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.section-client-logo .logo-layout-1 .logo:hover img {
    border: 1px dotted #90df3b;
    opacity: 1;
}
.section-client-logo .logo-layout-2 .logo {
    background: #FFFFFF;
}
.section-client-logo .logo-layout-2 .logo img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width: 100%;
    margin: 0 auto 24px auto;
    border: 1px solid #CCCCCC;
    display: block;
    padding: 12px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.section-client-logo .logo-layout-2 .logo:hover img {
    border: 1px solid #90df3b;
    opacity: 1;
}
.section-client-logo .logo-items .owl-controls {
    margin-top: 0px;
}
.section-client-logo .logo-items .owl-controls .owl-nav {
    text-align: center;
}
.section-client-logo .logo-items .owl-controls .owl-prev,
.section-client-logo .logo-items .owl-controls .owl-next {
    display: inline;
    margin: 0 4px;
}
.section-client-logo .logo-items .owl-controls i.logo-nav-icon {
    display: inline-block;
    background: transparent;
    border: 1px solid #b3b3b3;
    width: 16px;
    height: 16px;
    position: relative;
}
.section-client-logo .logo-items .owl-controls i.logo-nav-icon:after {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    background: #84dc25;
    content: '';
}

/*------------------------------------ 08. WIZ TESTIMONIAL ------------------------------------*/

.section-client-testimonial {

}
.section-client-testimonial .testimony-layout-1 {
    position: relative;
    text-align: center;
}
.section-client-testimonial .testimony-layout-1 h6 {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}
.section-client-testimonial .testimony-layout-1 span {
    font-size: 14px;
    text-transform: uppercase;
    color: #4d4d4d;
}
.section-client-testimonial .testimony-layout-1 p {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 24px 0;
    color: #333333;
}
.section-client-testimonial .testimonial-container .owl-controls {
    position: relative;
    margin-top: 0px;
}
.section-client-testimonial .testimonial-container .owl-controls .owl-dots {
    margin: 24px 0 0 0;
    text-align: center;
}
.section-client-testimonial .testimonial-container .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    padding: 2px;
    width: 14px;
    height: 14px;
    background: transparent;
    border: 1px solid #CCCCCC;
    margin: 0 4px;
}
.section-client-testimonial .testimonial-container .owl-controls .owl-dots .owl-dot span {
    display: block;
}
.section-client-testimonial .testimonial-container .owl-controls .owl-dots .active span {
    padding: 2px;
    width: 8px;
    height: 8px;
    background: #90df3b;
}

/*------------------------------------ 09. WIZ NEWSLETTER ------------------------------------*/


/***********************************************************************************************/
/* 04. HOME PAGE */
/***********************************************************************************************/




/*------------------------------------ 09. WIZ EVENTS ------------------------------------*/


/*------------------------------------ 09. WIZ CONTACT FORM ------------------------------------*/

.btn-social-icon {
    height: 42px;
    width: 42px;
    border: 0;
    border-radius: 0px !important;
    margin: 3px 3px;
}
.btn-social-icon .fa {
    line-height: 42px;
    color: #FFFFFF;
}
.btn-goggle-plus {
    background-color: #26b84b;
}
.btn-goggle-plus:hover {
    background-color: #20993e;
}
.btn-envelope-o {
    background-color: #d74b3e;
}
.btn-envelope-o:hover {
    background-color: #ad3d32;
}
.section-contact-block {
    position: relative;
    overflow: hidden;
}
.section-contact-block .content-block {
    padding: 0 48px 0 0;
}
.section-contact-block .contact-title {
    font-size: 24px;
    border-bottom: 3px solid #eeeeee;
    color: #5c5c5c;
    padding-bottom: 15px;
    position: relative;
}
.section-contact-block .contact-title:after {
    bottom: -3px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 32px;
    background: #77C720;
}
.section-contact-block .contact-info li {
    margin-bottom: 24px;
}
.section-contact-block .contact-info .icon-container {
    display: inline-block;
    background: #77C720;
    color: #FFFFFF;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-right: 16px;
}
.section-contact-block .contact-info .icon-container i {
    font-size: 14px;
}
.section-contact-block .contact-info address {
    display: inline-block;
}
.section-contact-block .contact-info a {
    color: #333333;
}
.section-contact-block .contact-info a:hover {
    color: #77C720;
}
.section-contact-block .contact-form-block {
    padding: 0 0 0 0px;
}
.section-contact-block #contact-form input[type=text],
.section-contact-block #contact-form input[type=email],
.section-contact-block #contact-form input[type=url],
.section-contact-block #contact-form input[type=password] {
    border: 0px;
    border-bottom: 1px solid #EEE;
    line-height: 42px;
    height: 42px;
    margin-bottom: 24px;
    padding-left: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s 0.2s ease-out;
    -moz-transition: 0.3s 0.2s ease-out;
    -o-transition: 0.3s 0.2s ease-out;
    transition: 0.3s 0.2s ease-out;
}
.section-contact-block #contact-form input[type=text]:focus,
.section-contact-block #contact-form input[type=email]:focus,
.section-contact-block #contact-form input[type=url]:focus,
.section-contact-block #contact-form input[type=password]:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
    border: 0px;
    border-bottom: 1px solid #a1a1a1;
}
.section-contact-block #contact-form textarea {
    border: 0px;
    border-bottom: 1px solid #EEE;
    padding-left: 2px;
    margin-bottom: 24px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s 0.2s ease-out;
    -moz-transition: 0.3s 0.2s ease-out;
    -o-transition: 0.3s 0.2s ease-out;
    transition: 0.3s 0.2s ease-out;
}
.section-contact-block #contact-form textarea:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
    border: 0px;
    border-bottom: 1px solid #a1a1a1;
}
.section-transparent-bg {
    background: transparent !important;
}



/***********************************************************************************************/
/* 07. CAUSES PAGE */
/***********************************************************************************************/
.cause-info-container {
    background: #f3f5f7;
    border: 1px solid #CCCCCC;
    margin: 24px 0;
}
.cause-info-container .causes-info-block {
    padding: 24px;
}
.cause-info-container .causes-info-block i {
    font-size: 32px;
}
.cause-info-container .causes-info-block .btn-donate {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 0px;
    padding: 12px 24px;
    color: #FFFFFF;
    background: #77C720;
    font-size: 18px;
    font-weight: 600px;
}

/*Urgent Cause*/

.urgent-cause {
    width: 100%;
    float: left;
    clear: both;
    color: #FFFFFF;
}
.urgent-cause .cause-button2 {
    font-size: 22px;
    margin-top: 18px;
    background: #FFBB44;
    border: 2px solid #FFBB44;
    color: #333333;
    height: 60px;
    line-height: 39px;
    padding-left: 28px;
    padding-right: 28px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.urgent-cause .cause-button2:hover {
    background: #77C720;
    border: 2px solid #77C720;
    color: #FFFFFF;
}
.urgent-cause .cause-content .cause-text h4 {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    color: #77C720;
    margin-bottom: 5px;
    margin-top:0px;
}
.urgent-cause .cause-content .cause-text h2 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 38px;
    margin-top: 0px;
}
.urgent-cause .cause-content .cause-text .cause_description{
    margin-bottom: 10px;
}
.urgent-cause .cause-content .progress {
    border-radius: 0;
    box-shadow: none;
    background: #FFF;
    margin-top: 24px;
    margin-bottom: 48px;
    margin-left: -1px;
    margin-right: -1px;
    height: 17px;
    position: relative;
    overflow: visible !important;
    border: 3px solid #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.urgent-cause .cause-content .progress-bcm {
    border-radius: 0;
    background: #77C720;
    height: 11px;
    position: relative;
}
.urgent-cause .cause-content span.fund-raised {
    background: #FFF;
    color: #333333;
    border: 3px solid #77C720;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
    font-size: 12px;
    line-height: 44px;
    position: absolute;
    text-align: center;
    width: 50px;
    height: 50px;
    left: 0px;
    top: -16px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    /* shared with before and after */
    /* top-stacked, smaller arrow */
}
.urgent-cause .cause-content span.fund-raised:after {
    content: '';
}
.urgent-cause .cause-content span.fund-raised:before {
    content: '';
}
.urgent-cause .cause-content .fund-item-text {
    margin: 12px 0px;
    font-size: 22px;
    text-transform: uppercase;
    clear: both;
    font-weight: 700;
}
.urgent-cause .cause-content .fund-raised-text {
    color: #77C720;
    text-align: left;
}
.urgent-cause .cause-content .fund-goal-text {
    color: #FFFFFF;
    float: right;
}
/***********************************************************************************************/
/* 07. Events Page */
/***********************************************************************************************/
.event-search-box {
    margin-bottom: 48px;
    padding: 24px;
    background: #FAFAFA;
    border: 1px solid #CCCCCC;
}
.event-search-box input {
    border: 0px;
    border-bottom: 1px dotted #999999;
}
.event-search-box input:focus {
    border-bottom: 1px dotted #4d4d4d;
}
.event-search-box button {
    border-radius: 0px;
}
.event-search-box .btn-event-search {
    background-color: #77C720;
    border-color: #77C720;
    color: #fff;
}
.event-search-box .btn-event-search:hover {
    background-color: #5d9b19;
}
.event-content-title {
    font-size: 24px;
    border-bottom: 3px solid #eeeeee;
    color: #5c5c5c;
    padding-bottom: 15px;
    position: relative;
}
.event-content-title:after {
    bottom: -3px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 32px;
    background: #77C720;
}
.event-sub-content-title {
    margin-top: 12px;
    font-weight: bold;
    display: block;
}
.event-sub-content-title em.date {
    font-weight: normal;
    border-bottom: 1px dashed #b3b3b3;
    cursor: help;
}
.event-content-info {
    font-size: 14px;
}
.article-event {
    margin-top: 24px;
    background: #F9FAFB;
    padding: 30px;
    min-height: 100px;
    border-bottom: 0px solid #CCCCCC;
    padding-bottom: 24px;
}
.article-event .single-post-inner {
    padding: 12px 0px;
}
/***********************************************************************************************/
/* 07. ABOUT US PAGE */
/***********************************************************************************************/
.about-us-header {
    background-image: url("../images/our_mission_bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.section-heading-bold {
    position: relative;
    font-size: 32px;
    margin-bottom: 48px;
    line-height: 48px;
}


.btn-cta {
    width: 200px;
    font-weight: bold;
    text-transform: uppercase;
}

/***********************************************************************************************/
/* 09. GALLERY PAGE */
/***********************************************************************************************/

.section-gallery-block-parallax {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url('../images/bg-geometry.png');
    background-repeat: repeat;
    background-size: initial;
}
.gallery-container {
    padding: 12px;
    margin: 0;
}
.no-padding-gallery{
    padding: 0 32px;
}

.no-padding-gallery .gallery-container {
    padding: 0px;
    margin: 0;
}
.no-bottom-padding {
    padding-bottom: 0px !important;
}
.gallery-light-box {
    display: block;
    overflow: hidden;
    position: relative;
}
.gallery-light-box .gallery-img {
    display: block;
    position: relative;
    max-width: 100%;
    padding: 4px 5px;
}
.gallery-light-box .gallery-img:before {
    background: rgba(156, 190, 56, 0.5);
    width: 0%;
    height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.gallery-light-box .gallery-img:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f1c5';
    position: absolute;
    left: 150%;
    margin-left: -21px;
    top: -64px;
    background: #FFFFFF;
    color: #77C720;
    text-align: center;
    width: 42px;
    height: 42px;
    line-height: 42px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.gallery-light-box .gallery-img img {
    width: 100%;
    max-width: 100%;
    display: block;
    opacity: 1;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
.gallery-light-box:hover .gallery-img:before {
    background: rgba(156, 190, 56, 0.8);
    width: 100%;
    height: 1500px;
}
.gallery-light-box:hover .gallery-img:after {
    opacity: 1;
    top: 50%;
    left: 50%;
    margin-top: -42px;
}
.gallery-light-box:hover .gallery-img img {
    opacity: 0.4;
}
.gallery-light-box:hover .gallery-img figcaption {
    bottom: 0px;
    left: 0;
}

/*------------------------------------ 10. WIZ PAGE HEADER ------------------------------------*/

.page-heading {
    margin: 0;
    padding: 80px 0 80px;
}

.page-heading h3 {
    color: #FFFFFF;
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: 700;
}
.page-heading .page-breadcrumb {
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}
.page-heading .page-breadcrumb a {
    color: #FFFFFF;
}
.page-heading .page-breadcrumb a:hover {
    color: #77C720;
}

/*------------------------------------ 11. WIZ COMMON CLASS ------------------------------------*/

.cause-wrapper{
    margin-top: 30px;	
}
.cause-section-1 .cause-wrapper{
    margin-top: 0px;  	
}

.cause-layout-1{
   
}

.cause-layout-1 .cause-wrapper{
    margin-top: 0px;  	
}

.cause-layout-1 .cause-wrapper .cause-content{
    padding-top: 0;
}

.cause-layout-1 .cause-img{
    padding: 16px 0 0 16px;
}

/*------------------------------------ 12. WIZ JUMBORTON ------------------------------------*/

#jumborton_1 {
    position: relative;
}
#jumborton_1 .item img {
    display: block;
    width: 100%;
    height: auto;
}
#jumborton_1 .jumborton-content {
    position: absolute;
    top: 50%;
    transform: translateY(-55%);
    width: 100%;
}
#jumborton_1 .jumborton-content h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 80px;
    line-height: 85px;
    font-weight: 800;
    letter-spacing: -1px;
    color: #FFFFFF;
}
#jumborton_1 .jumborton-content h2 span {
    background: rgba(235, 70, 74, 0.8);
    padding: 0 3px;
}
#jumborton_1 .jumborton-content h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -1px;
    margin-top: 20px;
    color: #FFFFFF;
}
#jumborton_1 .jumborton-content a.btn-slider {
    font-size: 22px;
    margin-top: 18px;
    background: #FFBB44;
    border: 2px solid #FFBB44;
    color: #333333;
    height: 60px;
    line-height: 39px;
    padding-left: 28px;
    padding-right: 28px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
#jumborton_1 .jumborton-content a.btn-slider:hover {
    background: #77C720;
    border: 2px solid #77C720;
    color: #FFFFFF;
}
#jumborton_1 .jumborton-content a.btn-slider-2 {
    font-size: 22px;
    margin-top: 18px;
    margin-left: 15px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    color: #77C720;
    height: 60px;
    line-height: 39px;
    padding-left: 28px;
    padding-right: 28px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
#jumborton_1 .jumborton-content a.btn-slider-2:hover {
    border: 2px solid #77C720;
    background: #77C720;
    color: #FFFFFF;
}

/***********************************************************************************************/
/* 15. RESPONSIVE STYLING */
/***********************************************************************************************/
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 991px) {
    .top-bar {
        text-align: center;
    }
    .top-donation-btn-container {
        text-align: center;
        margin-top: 12px;
        margin-bottom: 24px;
    }
    a.logo {
        text-align: center;
    }
    .navbar-default .navbar-nav li ul.drop-down {
        top: 68px;
    }
    .navbar-default .navbar-header {
        width: 100%;
        text-align: center;
        clear: both;
        float: none ;
        margin: 0 ;
    }
    .navbar-default .navbar-toggle {
        margin: 22px 0 0 0;
        padding: 5px;
    }
    .navbar-default .navbar-toggle span.icon-bar {
        height: 1px;
    }
    .navbar-default .navbar-right {
        float: none;
        padding: 0;
        margin: 12px 110px 0 0;
    }
    .navbar-default .navbar .navbar-collapse {
        text-align: center;
    }
    .top-location-info {
        display: block;
        text-align: center;
    }
    .main-menu-container {
        float: none;
    }
    .main-header {
        background: #2C2C2C;
        position: relative;
    }
    .sticky-wrapper {
        background: rgba(0, 0, 0, 0.8);
    }
    .navbar-nav > li {
        margin-left: 0;
    }
    .nav > li > a {
        padding: 15px 12px;
        padding-bottom: 22px;
    }
    header.one-page .navbar-nav > li > a {
        padding: 15px 5px;
        font-size: 15px;
        padding-bottom: 22px;
    }
    #slider_1 .slider-content h2 {
        font-size: 55px;
        line-height: 60px;
    }
    #slider_1 .slider-content h3 {
        margin-bottom: 10px;
    }
    #slider_2 {
        text-align: center;
    }
    #slider_2 .slider-content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }
    #slider_2 .slider-content h2 {
        font-size: 48px;
        line-height: 62px;
    }
    #slider_2 .slider-content h3 {
        font-size: 24px;
        line-height: 32px;
    }
    #jumborton_1 .jumborton-content h2 {
        font-size: 55px;
        line-height: 60px;
    }
    #jumborton_1 .jumborton-content h3 {
        margin-bottom: 10px;
    }
    .highlight-block {
        margin-bottom: 25px;
    }
    .main-sidebar {
        width: 100%;
        border: 0px solid transparent;
    }
    .logo {
        text-align: center;
    }
    .about_couter_block {
        margin: 48px 0;
    }
    .activity-section-1 .activity-info-block {
        padding: 90px 0 90px 90px;
    }
    .activity-section-1 .activity-info-block p {
        max-width: 662px;
    }
    .page-heading {
        padding: 80px 0;
    }
    .event-search-box input[type=text] {
        margin-bottom: 12px;
    }
    .event_wrapper {
        margin-bottom: 48px;
    }
    .event_wrapper .event-img img {
        width: 100%;
        max-width: 100%;
    }
    .section-cta .cta-layout-1 .text-left,
    .section-cta .cta-layout-1 .text-right {
        text-align: center;
    }
    .section-cta .cta-layout-1 a.btn-cta3 {
        margin-top: 25px;
    }
    .section-cta .cta-layout-2 .text-left,
    .section-cta .cta-layout-2 .text-right {
        text-align: center;
    }
    .section-cta .cta-layout-2 a.btn-cta3 {
        font-size: 18px;
        margin-top: 25px;
    }
    .footer-section .footer-nav {
        margin-top: 24px;
    }
    .footer-section .footer-nav ul {
        float: none;
    }
    .footer-section .footer-nav ul li:first-child {
        margin-left: 0px;
        padding-left: 0px;
    }
    .copyright-text {
        text-align: center;
    }
    .footer-widget-area-bg {
        padding: 48px 0 24px 0;
    }
    .footer-widget-area {
        padding: 0px 0 32px 0;
    }
    .wish-newsletter-footer {
        padding-bottom: 70px;
    }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .top-bar {
        text-align: center;
    }
    .top-location-info {
        display: block;
        text-align: center;
    }
    .main-menu-container {
        float: none;
    }
    .section-content-block {
        padding: 60px 0;
    }
    .section-content-block.section-highlights{
        padding-bottom: 30px;
    }
    .section-content-block.cause-section-1{
        padding-bottom: 30px;
    }
    .no-bottom-padding {
        padding-bottom: 0px;
    }
    #slider_1 .slider-content {
        text-align: center;
    }
    #slider_1 .slider-content .item-block{
        margin-left: 15px;
        margin-right: 15px;
    }
    #slider_1 .slider-content h2 {
        font-size: 26px;
        line-height: 35px;
    }
    #slider_1 .slider-content h3 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    #slider_1 .slider-content a.btn-slider {
        font-size: 18px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #slider_1 .slider-content a.btn-slider-2 {
        font-size: 18px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #slider_2 .slider-content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }
    #slider_2 .slider-content h2 {
        font-size: 32px;
        line-height: 48px;
    }
    #slider_2 .slider-content h3 {
        margin-top: 12px;
        font-size: 20px;
        line-height: 32px;
    }
    #slider_2 .owl-controls {
        display: none;
    }
    #jumborton_1 .jumborton-content {
        text-align: center;
    }
    #jumborton_1 .jumborton-content .item-block{
        margin-left: 15px;
        margin-right: 15px;
    }
    #jumborton_1 .jumborton-content h2 {
        font-size: 26px;
        line-height: 35px;
    }
    #jumborton_1 .jumborton-content h3 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    #jumborton_1 .jumborton-content a.btn-slider {
        font-size: 18px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #jumborton_1 .jumborton-content a.btn-slider-2 {
        font-size: 18px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .cause-wrapper .cause-button2 {
        font-size: 18px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .cause-wrapper .cause-content .fund-item-text {
        font-size: 15px;
    }
    .stuck {
        position: initial;
    }
    .section-cta .cta-layout-1 h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .section-cta .cta-layout-2 h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .navbar-default .navbar-toggle {
        margin-top: 24px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
    }
    .navbar-default .navbar-toggle span.icon-bar {
        color: #77C720;
    }
    .navbar-default .nav > li > a,
    .navbar-default header.one-page .navbar-nav > li > a {
        padding: 5px 15px;
    }
    .navbar-default .navbar .navbar-right {
        width: 100%;
        text-align: left;
    }
    .navbar-default .navbar-collapse {
        background: #0d0d0d;
        margin-top: 12px;
        padding: 12px 0;
    }
    .navbar-default .navbar-nav li ul.drop-down,
    .navbar-default .navbar-nav li ul.drop-down li ul.drop-down.level3 {
        background: transparent;
        border: none;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        position: relative;
        width: auto;
        visibility: visible;
        opacity: 1;
        top: inherit;
        left: inherit;
    }
    .navbar-default .navbar-nav li ul.drop-down li a,
    .navbar-default .navbar-nav li ul.drop-down li ul.drop-down.level3 li a {
        background: none;
        color: #FFFFFF;
        font-size: 16px;
        text-transform: inherit;
        padding: 4px 20px;
    }
    .navbar-default .navbar-nav li ul.drop-down li a:hover,
    .navbar-default .navbar-nav li ul.drop-down li ul.drop-down.level3 li a:hover {
        color: #FFFFFF;
    }
    .navbar-default .navbar-nav {
        margin: 0px;
        width: 100%;
        text-align: left;
        background: rgba(0, 0, 0, 0.7);
    }
    .navbar-default .navbar-nav li a {
        font-weight: bold;
        color: #77C720;
    }
    .navbar-default .navbar-nav .drop-down li a {
        color: #FFFFFF;
    }
    .logo {
        text-align: center;
    }
    .main-header {
        background: #2C2C2C;
        position: relative;
    }
    .sticky-wrapper {
        background: rgba(0, 0, 0, 0.8);
    }
    .about_couter_block {
        margin: 48px 0;
    }
    .page-heading {
        padding: 50px 0;
    }
    .message-container-404 {
        margin: 48px 0;
    }
    .message-container-404 .text-404 {
        margin: 80px 0;
    }
    .message-container-404 .search-form-404 {
        padding: 5px;
        width: 100%;
    }
    .message-container-404 .message-text-404 {
        padding: 24px 0px;
    }
    .donation-form-wrapper .form-group div.col-sm-10 {
        padding: 0px;
    }
    .article-container-fix,
    .main-sidebar {
        width: 100%;
        margin-left: 0px;
        border: 0px solid transparent;
    }
    .post-details-container h3 {
        margin-top: 12px;
    }
    .post-box-container .bd-post-image-container {
        margin: 0 auto;
    }
    .image_gallery_carousel {
        margin-bottom: 48px;
    }
    .footer-nav {
        float: none;
        width: 100%;
        margin: 10px auto;
        display: inline-block;
        text-align: center;
    }
    .copyright-text {
        text-align: center;
    }
    .event_wrapper_2 .ce_event_des_wrap .ce_event_date {
        padding: 20px 10px;
        width: 100%;
    }
    .event_wrapper_2 .ce_event_des_wrap .ce_event_new_des {
        padding: 20px 0 0 0px;
        width: auto;
        clear: both;
    }
    .wish-newsletter-footer .newsletter-form {
        margin-top: 20px;
    }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 0px) and (max-width: 479px) {
    .main-header {
        background: #2C2C2C;
        position: relative;
    }
    .sticky-wrapper {
        background: rgba(0, 0, 0, 0.8);
    }
    .top-bar {
        text-align: center;
    }
    .top-location-info {
        display: block;
        text-align: center;
    }
    .main-menu-container {
        float: none;
    }
    a.logo {
        text-align: center;
        width: 75%;
    }
    .navbar-default .navbar-toggle {
        margin: 20px 0 0 0;
        padding: 5px 3px;
    }
    .navbar-default .navbar-toggle span.icon-bar {
        height: 1px;
    }
    .navbar-default .navbar-nav {
        margin: 0px;
        width: 100%;
        text-align: left;
        background: rgba(0, 0, 0, 0.7);
    }
    .navbar-default .navbar-nav li {
        margin-left: 0px;
    }
    .navbar-default .navbar-nav li a {
        font-weight: bold;
        color: #77C720;
    }
    .navbar-default .navbar-nav .drop-down li a {
        color: #FFFFFF;
    }
    .logo {
        text-align: center;
    }
    .section-heading-wrapper {
        margin-bottom: 0px;
    }
    .section-content-block {
        padding: 32px 0;
    }
    .section-content-block.section-highlights{
        padding-bottom: 0px;
    }
    .section-content-block.cause-section-1{
        padding-bottom: 0px;
    }
    .no-bottom-padding {
        padding-bottom: 0px;
    }
    .section-heading-container{
        margin-bottom: 0px;
    }
    .section-heading {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 24px;
    }
    .section-heading:after,
    .section-heading:before {
        display: none;
    }
    .section-subheading {
        display: none;
    }
    .page-heading{
        padding: 30px 0;
    }
    #slider_1 .slider-content h2{
        font-size: 24px;
        line-height: 26px;
    }

    #slider_1 .slider-content a.btn-slider,
    #slider_1 .slider-content a.btn-slider-2{
        font-size: 14px;
        font-weight: 600;
        height: 36px;
        line-height: 20px;
        margin: 0 !important;
    }

    #slider_2 .slider-content h2 {
        font-size: 24px;
        text-align: center;
    }
    #slider_2 .slider-content h3,
    #slider_2 .slider-content a.btn-slider,
    #slider_2 .slider-content a.btn-slider-2 {
        display: none;
    }
    #jumborton_1 .jumborton-content h3,
    #jumborton_1 .jumborton-content a.btn-slider,
    #jumborton_1 .jumborton-content a.btn-slider-2 {
        display: none;
    }
    a.btn-load-more {
        font-size: 18px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .section-cta .cta-layout-1 a.btn-cta3 {
        font-size: 18px;
        margin-top: 25px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .section-cta .cta-layout-2 a.btn-cta3 {
        font-size: 18px;
        margin-top: 25px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .urgent-cause .cause-button2 {
        font-size: 18px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .urgent-cause .cause-content .cause-text h4 {
        font-size: 25px;
    }
    .urgent-cause .cause-content .cause-text h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .urgent-cause .cause-content .fund-item-text {
        font-size: 15px;
    }
    .cause-wrapper .cause-button2 {
        font-size: 18px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .cause-wrapper .cause-content .fund-item-text {
        font-size: 13px;
    }
    .section-how-we-work .service-block-bg {
        margin-top: 0px;
        margin-bottom: 24px;
    }
    .section-how-we-work .service-block-bg .service-block a.service_read_more:after {
        display: none;
    }
    .section-counter {
        padding: 32px 0 0;
    }
    .section-counter .counter-block-2 {
        margin: 12px 0 0px;
    }
    .logo-layout-1 .logo,
    .logo-layout-2 .logo {
        margin-top: 0px;
    }
    .section-news-block .news-wrapper {
        margin: 0 0 48px 0;
    }
    .section-cta .cta-layout-1 h2 {
        font-size: 25px;
        line-height: 32px;
    }
    .section-cta .cta-layout-2 h2 {
        font-size: 25px;
        line-height: 32px;
    }
    .page-heading h3 {
        font-size: 24px;
        line-height: 32px;
        margin: 12px 0;
    }
    .message-container-404 {
        margin: 48px 0;
    }
    .message-container-404 .text-404 {
        margin: 80px 0;
    }
    .message-container-404 .search-form-404 {
        padding: 5px;
        width: 100%;
    }
    .message-container-404 .message-text-404 {
        padding: 24px 0px;
    }
    .footer-widget-area {
        padding: 0px 0 32px 0;
    }
    .wish-newsletter-footer {
        padding-bottom: 70px;
    }
    .footer-intro {
        display: none;
    }
    .footer-nav {
        display: none;
    }
    .copyright-text {
        text-align: center;
    }
}
/* Tab Portrait Size to Tab Landscape Size (devices and browsers) */
@media only screen and (min-width: 380px) and (max-width: 480px) {
    .xs-margin {
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
    .xs-margin {
        margin-left: 70px;
        margin-right: 70px;
    }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
    .xs-margin {
        margin-left: 120px;
        margin-right: 120px;
    }
}
@media only screen and (min-width: 991px) {
    .margin-bottom-mob-30 {
        margin-bottom: 0px;
    }
    .margin-bottom-mob-50 {
        margin-bottom: 0px;
    }
}
