/*!
Theme Name: donar-guideposts
Theme URI: 
Author: Guideposts.org
Author URI: http://guideposts.org/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: donar-guideposts
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned. */

:root{
	--text: #000;
	--white:#fff;
	--black:#000;
	--bg: #F1F1F1;
	--bg2: #F2F2F7;
    --theme: #4a73b6;
    --gold: #cbcea5;
    --darkble: #0e2349;
    --stix: "STIX Two Text", serif;
}

*{ margin:0px; padding:0px; outline:0px; box-sizing: border-box;}
*, *:before, *:after { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
a{text-decoration:none; color:var(--text); transition:all 0.3s linear 0s;}
a:hover{transition:all 0.3s linear 0s; color:var(--text);}
a img, img{border:0px; outline:none;}
img{max-width:100%; height:auto;}
a, input[type="submit"], button{outline:none;  }
.clear{clear:both;}
::-moz-placeholder{ opacity:1; }
input[type=submit], button, select{ -moz-appearance: none;-webkit-appearance: none;}
input, select, button, textarea{font-family: 'Inter', sans-serif; font-weight:normal;}
input[type=submit], button{ cursor:pointer;transition:all 0.3s linear 0s;}
input[type="submit"], input[type="text"], input[type="date"], input[type="time"], input[type="search"], button, input[type="email"], input[type="tel"], textarea, select{-webkit-appearance:none; -moz-appearance:none; appearance:none; border-radius:0; border:0;}
h1, h2, h3, h4, h5, h6, p, ul, li, label, input, textarea, img, submit, button, a{ margin: 0px; padding: 0px; outline: none; list-style: none;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {order: 0;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align:baseline;}
html {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;font-size: 62.5%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;scroll-behavior: smooth;}
q {-webkit-hyphens: none;-moz-hyphens: none;-ms-hyphens: none;hyphens: none;quotes: none;}
a:focus {outline:0;outline: 0;}
a:hover,
a:active {outline: 0;}
a img {border: 0;}
body{color:var(--text); font-family: 'Inter', sans-serif; font-weight:normal; font-size:16px; line-height:1.5; position:relative; overflow-x:hidden; }
strong, b{ font-weight:600;}
h1{ font-size: 48px; font-weight: 700; line-height: 1.2; margin: 20px 0;}
h2{ font-size: 40px; font-weight: 700; line-height: 1.2; margin: 20px 0;}
h3{ font-size: 28px; font-weight: 700; line-height: 1.3; margin: 20px 0;}
h4{ font-size: 26px; font-weight: 700; line-height: 1.3; margin: 15px 0;}
h5{ font-size: 22px; font-weight: 700; line-height: 1.3; margin: 15px 0;}
h6{ font-size: 20px; font-weight: 700; line-height: 1.3; margin: 15px 0;}
p{margin: 15px 0;}
b, strong{ font-weight: 700;}
em{ font-style: italic;}

*:nth-child(1){ margin-top: 0;}
*:last-child{ margin-bottom: 0;}

.btn{display: inline-block; padding: 10px 20px; min-width: 140px; line-height: 24px; background-color: var(--theme); color:var(--white); font-size: 18px; font-weight: 500; border-radius: 40px; font-weight: 400; text-align: center;}
.btn:hover{ background: var(--darkble); color: #fff;}

.container{ max-width: 1220px; padding: 0 20px; position: relative; z-index: 1; margin: 0 auto; width: 100%;}
.flex{ display: flex;}
.flex-between{ justify-content: space-between; display: flex; flex-wrap: wrap; align-items: center;}
.flex-center{ justify-content: center; display: flex; flex-wrap: wrap; align-items: center;}

/* Header Section */
.header{ position: relative; width: 100%; background: #fff; padding: 12px 0;}
.header .container{ max-width: 1320px;}
.navigation{ width: 33.33%; text-align: left;}
.navigation ul{ display: flex; column-gap: 25px;}
.navigation ul li{ position: relative; font-size: 16px; font-weight: 600;}
.navigation a{ display: inline-block; position: relative; padding: 5px 0; color: #4a73b6;}
.navigation a:hover{ color: var(--darkble);}
.navigation a::after{ content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: var(--darkble); transition: all 0.4s ease-in-out; transform: scale(0);}
.navigation li:hover a::after{ transform: scale(1);  transition: all 0.4s ease-in-out;}

.logo{ width: 33.33%; text-align: center;}
.logo img{ display: block; max-height: 38px; margin: 0 auto; height: auto;}
.nav_donate{ width: 33.33%; text-align: right;}

.headerbtn{ width: 33.33%; text-align: right;}





/* Header Section */


/* Slick Slider */
.slick-slider{position: relative; display: block; box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{ position: relative; display: block; overflow: hidden; margin: 0; padding: 0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor: pointer;cursor: hand;}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{ position: relative; top: 0; left: 0; display: block;margin-left: auto;margin-right: auto;}
.slick-track:before,
.slick-track:after{ display: table; content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{display: none; float: left;height: 100%;min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{display: block;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}



/* Home Page Sections */
.herosection{ width: 100%; position: relative; background-size: cover; background-position: center; background-repeat: no-repeat; padding: 150px 0 100px; text-align: center; color: #fff;}
.bannerJoin{ width: 100%; display: flex; align-items: center; justify-content: center; gap: 50px; background: rgba(240,243,187,0.8); padding:20px 40px; margin-top: 50px;}
.joinbtns{ display: flex; gap: 20px;}
.joinbtns a, .joinbtns button{ display: inline-block; background: var(--darkble); color: #fff; font-size: 18px; line-height: 24px; font-weight: 500; border-radius: 44px; padding: 14px 50px; text-align: center;}
.joinbtns a:hover, .joinbtns button:hover{ background: var(--theme); color: #fff;}
.bannerJoin p{ margin: 0; color: var(--darkble); font-size: 48px; line-height: 1.1; font-family: var(--stix);} 

.herotext h3:empty{ margin: 0;}
.herotext h1{ color: var(--gold); padding: 0 50px; font-size: 120px; line-height: 130px; font-family: var(--stix); font-weight: 400; text-shadow: 4px 3px 10px rgba(0, 0, 0, 0.28);}
.herotext p{ font-size: 22px; line-height: 36px; font-weight: 500;  text-shadow: 4px 3px 10px rgba(0, 0, 0, 0.28); margin: 25px 0 0;}




.section{ position: relative; width: 100%; padding: 100px 0;}

.textcenter{ text-align: center;}
.sectionrow2{ width: 100%; display: flex; flex-direction: column; row-gap: 130px; flex-wrap: wrap;}
.imgrow{ width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; row-gap: 30px;}
.mt50{ margin-top: 50px;}
.imgcol{ width: 48%;}
.textcol{ width: 48%;}
.textcol h2{ font-family: var(--stix); font-weight: 400; font-size: 64px; line-height: 68px; color: var(--darkble);}
.textcol p{ font-size: 24px; line-height: 34px; color: var(--darkble); font-weight: 600;}
.imgrow:nth-child(2n){ flex-direction: row-reverse;}

.home_section2{ background-color: #fff; background-image: url(images/bg1-2.png); background-repeat: no-repeat; background-position: bottom left; background-size: 100%;}

.home_section3{ background: var(--darkble);}
.home_section4{ background: var(--darkble); padding-top: 0;}
.home_section5{ background-repeat: no-repeat; background-size: cover; background-position: center;}
.home_section5 h2{ color: var(--darkble); font-family: var(--stix); font-weight: 400; font-size: 64px; line-height: 68px; margin: 0 0 50px;}
.bggrey{ background: var(--bg);}
.waystogive{ background: #6E6E6E; text-align: center; color: #fff;}
.waystogive a{ color: #fff;}
.waystogive a:hover{ text-decoration: underline; text-underline-offset: 3px;}
.bigbtns{ margin: 30px 0; display: flex; align-items: center; justify-content: center; gap: 20px;}
.bigbtns a{ background: #fff; color: #000; padding: 15px 30px; border-radius: 10px; font-weight: 700; min-width: 200px;}
.bigbtns a:hover{ text-decoration: none;}
.partnerssection .textcol h3{ margin-bottom: 15px;}
.partnerssection .textcol p{ margin-bottom: 20px;}
.partnerssection .textcol p:last-child{ margin-bottom: 0;}

.threecols{ width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; row-gap: 30px; margin: 70px 0 80px; padding: 0 100px;}
.threecols .item{ width: 25%; text-align: center;}
.threecols img{ display: block; margin: 0 auto; max-width: 240px; max-height: 240px;}
.threecols p{ font-size: 20px; line-height: 28px; font-weight: 400; color: #fff; margin: 25px 0 0;}
.threecols p strong{ font-weight: 700;}

.home_section3 h2{ font-size: 34px; line-height: 1.2; text-transform: uppercase; color: #fff; letter-spacing: 1px; margin: 0 0 40px; font-weight: 400;}
.home_section3 h6{ font-size: 28px; line-height: 1.2; text-transform: uppercase; color: #fff; letter-spacing: 1px; margin: 40px 0 0; font-weight: 400;}
.home_section3 .textcenter p{ font-family: var(--stix); font-weight: 400; font-size: 50px; line-height: 70px; color: #bdd4f7; margin: 30px 0 0;}

.home_section3 .textcenter strong{ font-weight: 400; color: #f0f3bb;}

.joinbtns.type2 a, .joinbtns.type2 button{ min-width: 120px;}
.notready{ width: 100%; padding: 50px 90px; text-align: center; background: #fff;}
.notready h2{ font-size: 34px; text-transform: uppercase; line-height: 1.2; font-weight: 800; color: var(--darkble); margin: 0;}
.notready p{ font-size: 22px; font-weight: 500; max-width: 750px; margin: 20px auto 0;}
.notready p i{font-style: italic; }
.ntform p{ font-size: 14px; font-weight: 400; max-width: 750px; margin: 30px auto 0;}
.ntform input[type="email"]{ width: 360px; height: 48px; border: 1px solid #000; padding: 10px 15px; color: #000; font-size: 15px;}
.ntform .btn{ margin-left: 10px; height: 48px; min-width: initial; width: 100px; font-size: 16px;}
.impactrow{ width: 100%; display: flex; flex-wrap: wrap; row-gap: 20px; margin-top: 20px;}
.impactrow .item{ width: 33.33%; padding: 15px 20px; text-align: center;}

.impactrow .number{ font-size: 54px; color: #4a73b6; font-weight: 600; line-height: 1; font-family: var(--stix); text-transform: uppercase;}
.impactrow .number strong{ display: block; font-weight: 600; font-size: 160px;}
.impactrow .item h6{     max-width: 252px;  margin: 0 auto; padding: 20px 0 0; font-size: 22px; line-height: 1.4;}


.home_section6{ padding: 60px 0; background-repeat: no-repeat; background-size: cover; background-position: center; overflow: hidden;}
.slider1{ width: 100%; position: relative;}
.slider1 .item{ width: 100%; padding:0 20px; position: relative; text-align: center;}
.slider1 .box{ width: 100%; padding: 30px; background: #fff; border-radius: 20px;}
.slider1 .slick-arrow{ z-index: 1; cursor: pointer; position: absolute; bottom: -4px; font-size: 0px; background-color: transparent; width: 22px; height: 44px; border-radius: 50%; background-image: url(images/prev-icon.png); background-repeat: no-repeat; background-position: center; background-size: 100%; left: 35%;}
.slider1 .slick-arrow.slick-next{ left: auto; right: 35%; background-image: url(images/next-icon.png);}
.slick-dots{ width: 100%; min-height: 44px; margin-top: 35px; display: flex; align-items: center; justify-content: center; gap: 12px;}
.slick-dots button{ width: 16px; height: 16px; font-size: 0px; background: transparent; border: 1px solid #fff; opacity: 0.9; border-radius: 10px;}
.slick-dots .slick-active button{ opacity: 1; background: #f0f3bb; border-color: #f0f3bb;}
.slider1 .thumb img{ display: block; width: 90px; border-radius: 50%; height: 90px; object-fit: cover; margin: 0 auto;}
.slider1 .thumb{ width: 100%; margin: 0 0 25px;}
.userinfo{ width: 100%; margin: 25px 0 0;}
.userinfo h6{ font-weight: 700; font-size: 18px; margin: 0; color: #4a73b6; text-transform: uppercase; letter-spacing: 1px;}
.userinfo p{ margin: 2px 0 0; font-size: 16px; color: #0e2349; text-transform: uppercase; letter-spacing: 1px; font-weight: 700;}
.slider1 .text{ width: 100%; padding:0; min-height: 300px; text-align: center;}
.slider1 .text p{ font-weight: 600; font-size: 20px; line-height: 30px; color: #4a73b6; margin: 0 0 10px;}
.slider1 .text p:last-child{ margin: 0;}

.home_section7{ background-image: url(images/bg2.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; background-color: #f3f3f0;}
.home_section7 h2{ font-size: 70px; color: var(--darkble); font-family: var(--stix); margin: 0 0 40px; font-weight: 400;}
.home_section7 h2 strong{ color: var(--theme); font-weight: 600;}

.botmText{ text-align: center; margin: 30px 0 0; padding: 0 80px;}
.botmText p{ margin: 30px 0 0; font-size: 24px; line-height: 38px; color: var(--darkble); font-style: italic;}
.botmText p strong{ font-weight: 700;}
.botmText .arw{ display: inline-block; margin-left: 4px;}
.botmText .arw img{ display: block; max-width: 32px;}
.botmText .arw:hover{transform: translateX(10px);}

.imgthree_row{ display: flex; width: 100%; flex-wrap: wrap; row-gap: 40px; column-gap: 80px; justify-content: center;}
.imgthree_row .item{ width: 260px;}
.imgthree_row .item img{ display: block; margin: 0 auto;}

.tmtop{ width: 100%; margin: 0 0 50px;}
.tmtop h2{ font-weight: 800; font-size: 48px; line-height: 58px; text-transform: uppercase; color: #bdd4f7; letter-spacing: 0.5px;}
.tmtop p{ font-size: 22px; line-height: 30px; font-weight: 400; color: #fff; margin: 20px 0 0;}
.tmtop p strong{ font-weight: 700;}

/* Home Page Sections */





/* Footer Section */
.footer{ background: #fff; width: 100%; padding: 40px 0;}
.footer .container{ max-width: 1320px;}
.footerrow{ width: 100%; display: flex; align-items: center; justify-content: space-between; padding-bottom: 30px;}
.footerBottom{ font-size: 14px; width: 100%; display: flex; padding-top: 30px; align-items: center; justify-content: center; gap: 30px; border-top: 1px solid #000;}
.footerBottom ul{ display:flex; gap: 15px;}
.footerBottom a{ text-decoration: underline; text-underline-offset: 4px;}
.footerBottom a:hover{ text-decoration: none;}
.footerBottom p{ margin: 0;}
.footernav ul{ display: flex; gap: 20px;}
.footernav a{ font-weight: 600; color: var(--theme);}
.footernav a:hover{ color: var(--darkble);}
.footer-logo img{ display: block; max-height: 36px;}

/* Footer Section */



/* Ways To Give Sections */
.givepage{ background: #D9E8FF;}
.givepage h1{ font-weight: 400; font-family: var(--stix); color: var(--darkble); font-size: 80px; line-height: 90px;}

.givepage .container{ max-width: 810px;}
.givetop h4{ font-weight: 400;}
.givepage p a{ text-decoration: none; color: #4A73B6; font-weight: 700; border-bottom: 1px solid #4A73B6; }
.givepage p a:hover{ color: #0E2349 ; border-color: #0E2349;}

.givepage p a:focus, .givepage p a:visited{ color: #762189; border-color: #762189;}

.giveswrap{ width: 100%; display: flex; flex-direction: column; gap: 30px; flex-wrap: wrap; margin-top: 50px;}
.giverow{ width: 100%; background: #fff; padding: 30px; box-shadow: 0px 4px 12px 0px rgba(50, 58, 70, 0.10); color: #2A2A28; font-size: 16px;  line-height: 1.5;}
.givehead{ width: 100%; display: flex; align-items: center; justify-content: space-between; padding-bottom: 30px;}
.givehead h4{ margin: 0; color: var(--darkble);}
.givehead a.btn{ background-color: #fff; background-image: url('images/download-icon-dark.svg'); background-repeat: no-repeat; background-size: 16px; background-position: 20px 50%; border: 1px solid #0E2349; color: #0E2349; font-size: 16px; line-height: 20px; letter-spacing: 2.56px; font-weight: 500; font-family: var(--stix); text-transform: uppercase; padding: 11px 20px 8px 52px;}
.givehead a.btn:hover{ background-color: #0E2349; color: var(--white); border-color: #0E2349; background-image: url('images/download-icon-white.svg');}
.givehead a.btn span{ display: flex; align-items: center; justify-content: center; gap: 10px;}

.givehead a.btn:focus{ background-color: rgba(14, 35, 73, 0.80); border-color: rgba(14, 35, 73, 0.80); color: #fff; background-image: url('images/download-icon-white.svg');} 



.givecontent ul{ padding-left: 15px; margin: 15px 0;}
.givecontent ul li{ list-style: disc; list-style-position: outside; margin: 5px 0;}
.givecontent ol{ padding-left: 15px; margin: 15px 0;}
.givecontent ol li{ list-style: decimal; list-style-position: outside; margin: 5px 0;}
.givecontent a{ color: var(--theme); text-decoration: underline; text-underline-offset: 2px;}
.givecontent a:hover{ color: var(--darkble);}
.menubtn{ display: none;}



/* Ways To Give Sections */

.donationpage{ background: #0E2349;}
.donationpage h1{ color: #BDD4F7; font-size: 60px; line-height: 1.1; font-family: var(--stix); font-weight: 400;}
.donationpage .textcenter p{ color: #DBDBD6; text-shadow: 2.828px 2.828px 10px rgba(0, 0, 0, 0.28);font-size: 20px; line-height: 32px;}
.donation-form-wrapper{ max-width: 820px; margin: 0 auto; background: #D9E8FF; margin-top: 40px;}
.secure_donation{ text-align: center; width: 100%; padding: 40px 0 0;}
.secure_donation h3{ font-weight: 700; color: #0E2349;}
.donationpage .giftwrap{ max-width: 820px; margin: 0 auto;}
.slider1 .text p:empty{ display: none;}

.dflt_text ul, .dflt_text ol{ margin: 15px 0; padding-left: 15px;}
.dflt_text ul li{ margin: 10px 0; list-style: disc; list-style-position: outside;}
.dflt_text ol li{ margin: 10px 0; list-style: decimal; list-style-position: outside;}
.dflt_text a{ text-decoration: underline; color: var(--theme); text-underline-offset: 2px;}
.dflt_text a:hover{ color: var(--darkble);}
.ntform{ width: 100%; margin-top: 30px;}

.dfltpage {background: #D9E8FF;}
.dfltpage h1 {font-weight: 400;font-family: var(--stix);color: var(--darkble);font-size: 60px;line-height: 70px; margin: 0 0 30px;}

body{ padding-top: 67px;}
.header{ position: fixed; top: 0; left: 0; width: 100%; background: #fff; transition: all 0.3s ease-in-out; z-index: 999;}
.header.fixed{ box-shadow: 0 4px 8px rgba(0,0,0,0.08);}




/* Responsive Style */

@media(max-width:1200px){
.navigation ul {column-gap: 15px;}
body{ font-size: 15px;}
h1{ font-size: 40px; margin: 15px 0;}
h2{ font-size: 34px; margin: 15px 0;}
h3{ font-size: 22px; margin: 15px 0;}
h4{ font-size: 20px; margin: 15px 0;}
h5{ font-size: 18px; margin: 15px 0;}
h6{ font-size: 16px; margin: 10px 0;}
.bannerJoin{ padding: 20px 15px;}
.herosection{ padding: 60px 0;}
.bannerJoin p strong {font-size: 18px;}
.section{ padding: 60px 0;}
.notready{ padding: 40px 20px;}
.impactrow .number{ font-size: 30px;}
.footer{ padding: 20px 0;}
.footerBottom{ padding-top: 20px; font-size: 12px;}
.footerrow{ padding-bottom: 20px;}
.footer-logo img, .logo img{ max-height: 30px;}
.herotext h1 {padding: 0;font-size: 80px;line-height: 90px;}
.herotext p {font-size: 18px;line-height: 24px;margin: 20px 0 0;}
.bannerJoin p {font-size: 30px;}
.textcol h2 {font-size: 38px;line-height: 50px;}
.textcol p {font-size: 16px;line-height: 24px;}
.sectionrow2 {row-gap: 50px;}
.home_section3 h2 {font-size: 28px;margin: 0 0 20px;}
.home_section3 .textcenter p {font-size: 30px;line-height: 42px;margin: 25px 0px 0;}
.home_section3 h6 {font-size: 20px;margin: 30px 0 0;}
.threecols {row-gap: 30px;margin: 50px 0;padding: 0;}
.threecols p {font-size: 16px;line-height: 24px;margin: 20px 0 0;}
.threecols .item {width: 30%;}
.home_section4{ padding-top: 10px;}
.notready h2 {font-size: 28px;}
.notready p {font-size: 18px; max-width: 550px;}
.home_section5 h2 {font-size: 44px;line-height: 50px;margin: 0 0 30px;}
.impactrow .number strong {font-size: 90px;}
.impactrow .item h6 {font-size: 16px;}
.tmtop h2, .home_section7 h2{font-size: 34px;line-height: 44px;}
.tmtop p {font-size: 18px;line-height: 28px;}
.slider1 {padding-left:0;}
.slider1 .box {padding: 20px 15px; border-radius: 10px;}
.slider1 .thumb img {width: 60px;height: 60px;}
.slider1 .text p {font-size: 16px;line-height: 24px;}
.userinfo p {font-size: 13px;}
.userinfo h6 {font-size: 18px;}
.slider1 .item{ padding: 0 10px;}
.imgthree_row {row-gap: 20px;column-gap: 20px;}
.imgthree_row .item {width: 30%;}
.botmText p {margin: 30px 0 0;font-size: 18px;line-height: 28px;}
.botmText{ padding: 0;}
.slider1 .slick-arrow.slick-prev{left: 30%;}
.slider1 .slick-arrow.slick-next{ right: 30%;}
.givepage h1 {font-size: 40px;line-height: 50px;}




}



@media(max-width:979px){
.navigation{ width: 100%; display: none; position: absolute; top: 100%; left: 0; background: #fff;}
.navigation ul{ flex-direction: column; flex-wrap: wrap; gap: 0; padding: 10px 0;}
.navigation ul li a{ display: block; padding:10px 15px;}
.menubtn{ display: block; width: 33.33%;}
.menutoggle{ position: relative; flex-direction: column; width: 28px; padding: 4px; cursor: pointer; display: flex; gap: 5px; margin-left: -4px;}
.menutoggle i{ width: 100%; height: 2px; background: #000; display: block;}
.bannerJoin{ flex-wrap: wrap; justify-content: center; text-align: center; gap: 10px;}
.bannerJoin p strong{ display: block;}
.joinbtns{ width: 100%;justify-content: center;}
.btn {padding: 7px 18px; min-width: 130px;line-height: 22px;}
.donationpage .textcenter p{ font-size: 16px; line-height: 24px;}

.slider1 .slick-arrow {width: 16px; height: 30px;}
.slick-dots {min-height: 30px;gap: 8px;}
.givehead a.btn {font-size: 15px;line-height: 20px;letter-spacing: 1px;}





}

@media(max-width:767px){
.container {padding: 0 15px;}
h1{ font-size: 38px; margin: 15px 0;}
h2{ font-size: 30px; margin: 15px 0;}
h3{ font-size: 20px; margin: 15px 0;}
h4 {font-size: 18px;}
br{ display: none;}
.footerrow{ flex-wrap: wrap; flex-direction: column; justify-content: center; gap:25px;}
.footernav ul{ flex-direction: column; justify-content: center; flex-wrap: wrap; gap: 15px;}

.footerBottom{ flex-wrap: wrap; flex-direction: column; justify-content: center; gap:25px;}
.footerBottom p{ order: 2;}
.footerBottom ul{ order: 1; flex-wrap: wrap; flex-direction: column; justify-content: center; gap: 10px;}

.imgcol{ width: 100%; padding: 0; order: 1;}
.imgcol img{ display: block; margin: 0 auto;}
.textcol{ width: 100%; padding: 0; order: 2; text-align: center;}
.imgrow{gap: 25px;}
.slider1 .item{ padding: 0 4px;}
.slider1 .text{ text-align: center;}
.slider1 .text p {font-size: 15px; }
.slider1 .text {padding: 0 0 20px;min-height: 100px;}
.impactrow .item{ width: 100%;}
.impactrow .number {font-size: 40px;}
.impactrow{ margin-top: 30px;}
.notready{ padding: 30px 20px;}
.ntform input[type="email"]{ width: 100%;}
.ntform .btn{ width: 100%; margin: 10px 0 0;}

.joinbtns a, .joinbtns button {padding: 10px;min-width: 115px;font-size: 15px;}
.joinbtns {gap: 10px;flex-direction: column;justify-content: center;}
.bannerJoin{  margin-top: 30px;}
.textcol h2 {font-size: 30px;line-height: 38px;}
.home_section3 h2 {font-size: 20px;}
.home_section3 .textcenter p {font-size: 20px;line-height: 30px;}
.home_section3 h6 {font-size: 16px;line-height: 24px;margin: 20px 0 0;}
.home_section4{ padding-top: 10px;}



.threecols .item{ width: 100%;}
.header .btn {padding: 7px 10px;min-width: 70px;line-height: 18px;font-size: 13px;}
.header .logo{ width: auto;}

.giverow{padding: 15px;}
.giveswrap{ gap: 20px; margin-top: 30px;}
.givehead{ flex-wrap: wrap; padding-bottom: 20px; gap: 15px;}
.footernav ul, .footerBottom ul{ text-align: center;}


.nav_donate{ display: none;}
.header .logo {order: 1;}

.headerbtn{ order: 2; width: auto; margin-left: auto; margin-right: 10px;}
.menubtn{ order: 3;}



.menubtn {width: 28px; margin-right: -4px;}
.herotext h1 {font-size: 38px;line-height: 46px; margin: 0 0 20px;}
.herotext p {font-size: 16px;line-height: 24px;}
.notready h2 {font-size: 20px; line-height: 28px;}
.notready p{ font-size: 16px; line-height: 24px;}
.home_section5 h2, .home_section7 h2 {font-size: 26px;line-height: 34px;margin: 0 0 20px;}
.impactrow .number strong {font-size: 70px;}
.impactrow .number {font-size: 28px;}
.impactrow .item h6 {font-size: 16px;}
.impactrow .item{ padding: 5px 10px;}
.tmtop h2{font-size: 28px;line-height: 36px;}
.tmtop p {font-size: 16px;line-height: 24px;margin: 20px 0 0;}
.slider1 {min-width: 100%;}
.imgthree_row .item {width: 100%;}
.botmText p {font-size: 16px;line-height: 24px;}

.slick-dots {width: 100%; margin-top: 25px; gap: 10px;}
.slider1 .text{ min-height: 200px; padding-bottom: 10px;}
.userinfo h6 {font-size: 16px;}
.home_section6{ text-align: center;}

.slider1 .slick-arrow.slick-prev{ left:3%;}
.slider1 .slick-arrow.slick-next{ right: 3%;}
.slick-dots button {width: 14px;height: 14px;}
.threecols img {max-width: 210px;max-height: 210px;}
.threecols {row-gap: 40px;}

.givehead .btn {font-size: 14px;letter-spacing: 0.5px;}
.givehead .btn svg {width: 18px;height: 18px;}
.giverow {font-size: 15px;}
.givepage h1 {font-size: 34px;line-height: 44px;}

.secure_donation {padding: 20px 0 0;}
.menu-footer-container{ width: 100%;}
.menu-footer-container ul{ width: 100%; display: flex; flex-direction: row;}
.footerBottom{ gap: 20px;}
.donationpage h1, .dfltpage h1 {font-size: 38px; line-height: 44px;}





}

@media(max-width:539px){
.bigbtns{ flex-direction: column;gap: 15px;}




}

/* Responsive Style */











































