@font-face {
  font-family: "DIN-1";
  font-weight: normal;
  src: url("../fonts/DIN/dpt55-webfont.woff") format("woff");
}

@font-face {
  font-family: "DIN-1";
  font-weight: 700;
  src: url("../fonts/DIN/dpt65-webfont.woff") format("woff");
}

@font-face {
  font-family: "Noe";
  src: url("../fonts/Noe/Noe-Display-Bold.woff") format("woff");
}

@font-face {
  font-family: "Ivar";
  src: url("../fonts/Ivar/IvarText-Regular.otf") format("otf");
}


a:-webkit-any-link:focus-visible{outline-offset:1px;}
:focus-visible{outline:-webkit-focus-ring-color auto 1px;}
a:focus-visible { outline:black auto 1px;}
:focus-visible { outline:black auto 1px;}
:focus { outline:black auto 1px;}


*{box-sizing: border-box;}
html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,menu,nav,section,time,mark,audio,video,details,summary{margin:0;padding:0;border:0;font-size:100%; vertical-align:baseline;background:transparent; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
article,aside,figure,footer,header,nav,section,details,summary{display:block;}
img,object,embed{max-width:100%;}
ul{}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
del{text-decoration:line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
th{font-weight:bold;vertical-align:bottom;}
td{font-weight:normal;vertical-align:top;}
hr{display:block;height:1px;border:0;margin:1em 0;padding:0;}
input,select{vertical-align:middle; box-sizing: border-box;  }
pre{white-space:pre; /* CSS2 */white-space:pre-wrap; /* CSS 2.1 */white-space:pre-line; /* CSS 3 (and 2.1 as well, actually) */word-wrap:break-word; /* IE */}
input[type="radio"]{vertical-align:text-bottom;}
input[type="checkbox"]{vertical-align:bottom;}
select,input,textarea{font:99% sans-serif;}
table{font-size:inherit;}
small{font-size:85%;}
strong{font-weight:bold;}
td,td img{vertical-align:top;}
sub,sup{font-size:75%;line-height:0;position:relative;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
pre,code,kbd,samp{font-family:monospace,sans-serif;}
.clickable,input[type=button],input[type=submit],input[type=file],button{cursor:pointer;}
button,input,select,textarea{margin:0; font-family: 'Nunito'; font-weight:400;  }
button,input[type=button]{width:auto;overflow:visible;}

input[type="submit"]{ -webkit-appearance: none;}
:focus{outline: none;}
input[type="submit"]:focus{outline: none;}

strong{font-weight: 700;}

body{ margin: 0; font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; text-align: left; }  

a, btton { outline: none; }

h1 {
    font-size: 44px;
    line-height: 52px;
    letter-spacing: .15px;
    margin-bottom: 32px
}

@media(min-width:768px) {
    h1 {
        font-size: 52px;
        line-height: 64px;
        letter-spacing: .1px;
        margin-bottom: 32px
    }
}

@media(min-width:992px) {
    h1 {
        font-size: 64px;
        line-height: 72px;
        letter-spacing: .1px;
        margin-bottom: 40px
    }
}

h2 {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: .1px;
    margin-bottom: 24px
}

@media(min-width:768px) {
    h2 {
        font-size: 44px;
        line-height: 56px;
        letter-spacing: .1px;
        margin-bottom: 24px
    }
}

@media(min-width:992px) {
    h2 {
        font-size: 48px;
        line-height: 56px;
        letter-spacing: .1px;
        margin-bottom: 32px
    }
}

h3 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: .25px;
    margin-bottom: 24px
}

@media(min-width:768px) {
    h3 {
        font-size: 36px;
        line-height: 48px;
        letter-spacing: .25px;
        margin-bottom: 24px
    }
}

@media(min-width:992px) {
    h3 {
        font-size: 36px;
        line-height: 48px;
        letter-spacing: .25px;
        margin-bottom: 24px
    }
}

h4 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .1px;
    margin-bottom: 24px
}

@media(min-width:768px) {
    h4 {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: .25px;
        margin-bottom: 24px
    }
}

@media(min-width:992px) {
    h4 {
        font-size: 28px;
        line-height: 40px;
        letter-spacing: .25px;
        margin-bottom: 24px
    }
}

h5 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .25px;
    margin-bottom: 8px
}

@media(min-width:768px) {
    h5 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: .25px;
        margin-bottom: 8px
    }
}

@media(min-width:992px) {
    h5 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: .25px;
        margin-bottom: 16px
    }
}

h6 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .25px;
    margin-bottom: 8px
}

@media(min-width:768px) {
    h6 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: .25px;
        margin-bottom: 8px
    }
}

@media(min-width:992px) {
    h6 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: .25px;
        margin-bottom: 16px
    }
}

.cf::after{display: table; content: ""; clear: both;}

div#main { width: 100%; }
p { margin: 0 0 16px; font-size: 22px; line-height: 1.2; font-family: "Noe"; font-weight: 400; color: #535453; }

ul li, ol li { margin: 0 0 5px; font-size: 22px; line-height: 1.2; font-family: "Noe"; font-weight: 400; color: #535453; position: relative; display: inline-block; padding-left: 10px; }
ul li a, ol li a { font-size: 22px; font-family: "Noe"; font-weight: 400; color: #535453; }
ul li:before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background-color: #535453; position: absolute; left: 0; top: 15px; }

a{color: #000000; text-decoration: none; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; font-weight: 400; }
a:hover , a:focus{ color: #59879d; }
.bg-cover { background-position: center center; background-repeat: no-repeat; background-size: cover; }
.d-flex { display: flex; flex-wrap: wrap; }
.align-items-center { align-items: center; }
.justify-center { justify-content: center; }
#page { overflow: hidden; }
hr { margin-top: 1rem; margin-bottom: 1rem; border: 0; border-top: 1px solid rgba(0,0,0,.1); }

.text-coal { color: #3b3b3b; }
.text-white {  color: #fafafa; }
.text-white p a { color: #fafafa; text-decoration: underline }
.bg-white { background-color: #fafafa; }
.bg-dark-grey { background-color: #232323; }
.text-coal { color: #3b3b3b; }
.bg-coal { background-color: #3b3b3b; }
.text-sand { color: #bda97a; }
.bg-sand { background-color: #bda97a; }
.text-disabled { color: #868586; }
.bg-disabled { background-color: #868586; }
.text-black { color: #1d1b1c; }
.bg-black { background-color: #1d1b1c; }
.text-red { color: #f32440; }
.bg-red { background-color: #f32440; }
.text-dark-red { color: #9a1d2e; }
.bg-dark-red { background-color: #9a1d2e; }
.text-header-white { color: #fdfdfd; }
.bg-header-white { background-color: #fdfdfd; }
.text-body-white { color: #f2f0e0; }
.bg-body-white { background-color: #f2f0e0; }
.text-background { color: #151414; }
.bg-background { background-color: #151414; }
.text-green { color: #72a366; }
.bg-green { background-color: #72a366; }
.bg-grey-gradient { background: -webkit-gradient(linear, left top, left bottom, from(#151314), to(#2e2e2e));
background: linear-gradient(180deg, #151314, #2e2e2e); }
.hr-line { border-bottom: .5px solid hsla(0, 0%, 98%, 0.5); }
.hr-line-dark { border-bottom: .25px solid #3b3b3b; opacity: .3; }
.red-box { position: absolute; opacity: 0; }
.label-small { font-size: 14px; line-height: 30px; }
.label-main, .label-small { font-weight: 400; letter-spacing: .5px; }
.label-main { font-size: 16px; line-height: 24px; }
.display-1, .display-2, .display-3, .display-4, .display-thicc { font-family: "Noe"; }
.label-cta-small { font-weight: 700; font-size: 14px; line-height: 14px; letter-spacing: .75px; }

.display-2 { font-size: 32px; line-height: 44px; letter-spacing: .35px; }
.two-tone { margin-top: -2px; background: -webkit-gradient(linear,left top,left bottom,from(#9a1d2e),color-stop(60%,#9a1d2e),color-stop(60%,#9a1d2e),color-stop(60%,#151414),to(#151414)); background: linear-gradient(180deg,#9a1d2e,#9a1d2e 60%,#9a1d2e 0,#151414 0,#151414); }

.d-inline-block { display: inline-block!important; }
.position-relative { position: relative!important; }
.button-arrow { position: absolute; top: 50%; right: 0; -webkit-transform: translateX(0) translateY(-50%); transform: translateX(0) translateY(-50%); opacity: 0; -webkit-transition: .3s; transition: .3s; }
.btn.light:hover .button-text { -webkit-transform: translateX(-8px); transform: translateX(-8px); }
.btn.light:hover .button-arrow { opacity: 1; -webkit-transform: translateX(8px) translateY(-50%); transform: translateX(8px) translateY(-50%); }
.btn.secondary:hover { background-color: #eeeced; text-decoration: none; }
.btn.secondary { background-color: #fafafa; color: #1d1b1c; }
p { margin-top: 0; margin-bottom: 1rem; font-size: 22px; line-height: 1.2; font-weight: 400; color: #535453; }

ul li {  font-size: 20px; line-height: 1.2; position: relative; padding-left: 15px; }
ul li:before { content: ""; display: block; width: 5px; height: 5px; background-color: #1d1b1c; border-radius: 50%; position: absolute; left: 0; top: 5px; background-color: #1d1b1c; }
ol li { font-size: 20px; line-height: 1.2; background-color: #1d1b1c; }

.btn { display: inline-block; text-align: center; min-width: 160px; padding: 20.5px 40px 19.5px; background-color: #f32440; border-radius: 1px; border: 1.5px solid transparent; line-height: 1; height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; text-transform: uppercase; cursor: pointer; }
.btn.light:hover { background-color: #ec1330; text-decoration: none; }
.button-text { -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s,-webkit-transform .3s; }
.btn, .btn.light { color: #fafafa; }

.btn.ghost { display: inline-block; text-align: center; background-color: #151414; color: #fafafa; border: 1px solid hsla(0,0%,98%,.2); border-radius: 1px; }
.btn.ghost:hover { background-color: #fafafa; color: #1d1b1c; text-decoration: none; }
.btn.ghost.focus, .btn.ghost:focus { outline: 0; border: 1px solid #fafafa; box-shadow: 0 0 4px #fafafa; }
.label-cta, .label-cta-large { font-weight: 700; letter-spacing: .85px; }
.label-cta { font-size: 16px; line-height: 16px; }
.display-text-overlay.enabled { -webkit-text-fill-color: transparent; }
.body-l, .body-m { font-size: 20px; line-height: 32px; margin-bottom: 24px; letter-spacing: .1px; }
.text-right { text-align: right!important; }
.body-s { font-family: Ivar; font-size: 20px; line-height: 32px; margin-bottom: 24px; letter-spacing: .1px; }



h1, h2, h3, h4, h5, h6 { font-family: "DIN-1"; font-weight: 700; }
.row { margin-right: -7.5px; margin-left: -7.5px; }
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto { padding-right: 7.5px; padding-left: 7.5px; }



/*-----------------Header css-----------------*/
header .top { padding-top: 12px; padding-bottom: 12px; -webkit-transition: margin-top .5s; transition: margin-top .5s; }
header .top .row { align-items: center; }
header .top .row .text-right { display: block; }
header .top a { font-size: 18px; line-height: 24px; letter-spacing: .25px; margin-bottom: 0; display: inline-block; }
header.fixed .top { margin-top: -50px; }
header .main-logo { display: inline-block; width: 32px; position: relative; z-index: 1; margin-left: 3px; }
header .main-logo img { display: block; }
header { background: -webkit-gradient(linear,left top,left bottom,from(#151314),to(rgba(21,19,20,0))); background: linear-gradient(180deg,#151314,rgba(21,19,20,0)); top: 0; left: 0; width: 100%; z-index: 111; position: fixed; left: 0; top: 0; }
.tertiary-arrow { width: 10px; height: 10px; right: 0; margin-left: 6px; -webkit-transition: margin-left .3s; transition: margin-left .3s; }
#primary-menu { padding-top: 96px; }
header:after { content: ""; display: block; width: 100%; height: 1px; position: absolute; bottom: 0; left: 0; background-color: rgba(250, 250, 250, 0.2); }
header .top a strong {  font-size: 16px; line-height: 24px; letter-spacing: .15px; margin-bottom: 0; font-family: "DIN-1"; }
.news-banner-close { width: 16px; height: 16px; cursor: pointer; }
header .main-menu li a { font-size: 32px; line-height: 44px; color: #f32440; -webkit-transition: .15s; transition: .15s; font-weight: 700; letter-spacing: .35px; text-decoration: none; font-family: "Noe"; padding: 0; }
header #primary-menu > li.current-menu-item > a { color: #f32440; }
header .enumenu_ul > li:hover > a, header .enumenu_ul > li.active > a { background: transparent; }
header .main-menu .enumenu_ul > li a:hover { color: #f32440; text-decoration: none; }
header .main-menu .enumenu_ul > li { padding: 0; margin: 0 1.5rem; vertical-align: middle; }
header .nav-block { padding: 1.5rem 0; }
header .nav-block .enumenu_ul ul li { padding: 0; margin: 0 0 32px 0; }
header .nav-block .enumenu_ul ul li:before { display: none; }
.enumenu_ul.mob { padding: 0 15px; }
header .main-menu { margin-left: auto; }
header .main-menu .enumenu_ul > li:before { display: none; }
header .donate-mob { line-height: 1; padding: 7px 15px; min-width: auto; font-weight: 700; color: #fafafa; font-family: "DIN-1"; font-size: 14px; margin-right: 56px; display: inline-block; }
header .donate-mob:hover { background-color: #ec1330; text-decoration: none; color: #fafafa; }
.menu-icon { padding: 0; }
.menu-icon .menu-box { left: auto; right: 15px; padding: 0; margin: 0; width: 28px; height: auto; top: 85px; transition: top .5s; z-index: 1; }
/*.menu-open.mob .menu-icon .menu-box { top: 30px; }*/
.menu-open.mob header .top { display: none; }
header.fixed .menu-icon .menu-box, .menu-open.mob header .menu-icon .menu-box, .close header .menu-icon .menu-box { top: 34px; }

.menu-icon.active span:nth-child(1) { -webkit-transform: rotate(45deg) translateY(3px) translateX(3px); transform: rotate(45deg) translateY(3px) translateX(3px); }
.menu-icon .menu-box span { border-radius: 0; background: #F32440; height: 2px; margin-bottom: 5px; }
header .enumenu_ul li.donate-btn { line-height: 1; padding: 11.5px 11px; min-width: auto; font-weight: 700; font-size: 14px; display: inline-block; text-align: center; border-radius: 1px; border: 1.5px solid transparent; background-color: #f32440; height: fit-content; text-transform: uppercase; cursor: pointer; padding: 11.5px 11px; font-weight: 700; margin-right: 0; font-family: "DIN-1"; position: absolute; bottom: 0; left: 0; }
header .enumenu_ul li.donate-btn:hover { background-color: #ec1330; }
header .enumenu_ul li.donate-btn:hover a { text-decoration: none; color: #FFFFFF !important; }
header .enumenu_ul li.donate-btn.current-menu-item a { text-decoration: none; color: #FFFFFF !important; }
header .nav-block .enumenu_ul ul li.donate-btn { margin: 0; }
header .nav-block .enumenu_ul ul li.donate-btn a { margin: 0; padding: 29px 0; display: block; color: #FFFFFF; /*font-family: "DIN-1";*/ font-size: 20px; font-weight: 700; letter-spacing: .85px; line-height: 1;  font-family: "DIN-1"; }    
header .nav-block #primary-menu .enumenu_ul ul li.donate-btn:hover a, 
header .nav-block #primary-menu .enumenu_ul ul li.donate-btn.current-menu-item a { text-decoration: none; background-color: #ec1330; color: #FFFFFF; }
header .nav-block .enumenu_ul ul li.donate-btn.current-menu-item a { text-decoration: none; background-color: #ec1330; }
header .only-mobile-social li { width: auto; }
header .nav-block .enumenu_ul .only-mobile-social ul li { margin: 0 22px 0 0; }
header .only-mobile-social li a { color: #FFFFFF; font-size: 20px; }
header .only-mobile-social { padding-top: 1.5rem; border-top: .5px solid hsla(0,0%,98%,.2); }
header .only-mobile-social strong { color: #fdfdfd; font-size: 16px; line-height: 24px; letter-spacing: .25px; margin-bottom: 8px; }
.mob.menu-open header:after { display: none; }


/*-------New banner slider Start-------*/
.hero-slider-block { width: 100%; position: relative; display: block; overflow: hidden; }
.hero-slider-block .multiple-items { width: 100%; overflow: hidden; }

.hero-slider-block .items.bg-cover { background-size: 0; position: relative; }
.hero-slider-block .items.bg-cover:after { content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: #151314; opacity: 0.4; }

.hero-slider-block .items .btn { padding: 16.5px 20px 15.5px; min-width: 110px; }

.hero-slider-block .mobile-bg { position: absolute; width: 100%; height: 100%; display: block; left: 0; top: 0; }

.hero-slider-block .wrap-cnt { max-width: 950px; width: 100%; margin-right: 0; min-height: 100vh; display: flex; align-items: center; }
.hero-slider-block .wrap-cnt .top { padding: 0; width: 100%; }
.hero-slider-block .top .cnt { position: relative; padding: 0 35px; z-index: 1; }
.hero-slider-block .wrap-cnt .top h1, .hero-slider-block .wrap-cnt .top h2 { color: #FFFFFF; font-size: 22px; line-height: 1.2; }
.hero-slider-block .wrap-cnt .top .cnt p { color: #FFFFFF; font-size: 20px; line-height: 32px; margin-bottom: 24px; letter-spacing: .1px; font-family: "Ivar"; }

.hero-slider-block .slick-arrow { position: absolute; top: 50%; transform: translateY(-50%); border: 0; padding: 0; box-shadow: none; z-index: 1; width: 35px; height: 35px; background-color: transparent; font-size: 0; }


.hero-slider-block .slick-arrow.slick-prev { left: 8px; right: auto; }
.hero-slider-block .slick-arrow.slick-next { right: 8px; left: auto; }

.hero-slider-block .slick-arrow.slick-next:before { content: ""; display: inline-block; width: 35px; height: 4px; background-color: #f32440; position: absolute; bottom: 5px; left: 0; transform: rotate(-45deg); transition: 0.3s all ease-in-out; }

.hero-slider-block .slick-arrow.slick-next:after { content: ""; display: inline-block; width: 35px; height: 4px; background-color: #f32440; position: absolute; top: 4px; left: 0; transform: rotate(45deg); transition: 0.3s all ease-in-out; }

.hero-slider-block .slick-arrow.slick-next:hover:after, .hero-slider-block .slick-arrow.slick-next:hover:before,
.hero-slider-block .slick-arrow.slick-prev:hover:after, .hero-slider-block .slick-arrow.slick-prev:hover:before
{ background-color: #FFFFFF; }


.hero-slider-block .slick-arrow.slick-prev:before { content: ""; display: inline-block; width: 35px; height: 4px; background-color: #f32440; position: absolute; bottom: 5px; left: 0; transform: rotate(45deg); transition: 0.3s all ease-in-out; }

.hero-slider-block .slick-arrow.slick-prev:after { content: ""; display: inline-block; width: 35px; height: 4px; background-color: #f32440; position: absolute; top: 4px; left: 0; transform: rotate(-45deg); transition: 0.3s all ease-in-out; }


/*-----------------Home page css-----------------*/

.hero-banner .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #f32440; background-color: #f32440; }

.hero-banner .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, 
.hero-banner .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #f32440; background-color: #f32440; }

.hero-banner .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #f32440; }

.hero-banner .mCS-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: #FFFFFF; }
.hero-banner .mCSB_scrollTools .mCSB_draggerRail { background-color: #FFFFFF; }

/*.hero-banner .mCSB_scrollTools { width: 100%; }
.hero-banner .mCSB_scrollTools .mCSB_draggerContainer { width: 16px; left: auto; right: 0; }*/


.hero-banner { position: relative; min-height: 100vh; display: flex; align-items: center; } 
.hero-banner .back-img:after { content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: #151314; opacity: 0.4; }
.hero-banner .donation-container { opacity: 1; background-color: #151314; margin-top: 0; padding: 4.5rem 2.5rem; width: calc(100% + 24px); left: -12px; position: relative; }

.hero-banner .donation-container .give-embed-form-wrapper { /*height: 500px; overflow: auto;*/ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; }

.hero-banner .donation-module-input { border: 1px solid transparent; padding-top: 7.5px; padding-bottom: 7.5px; -webkit-transition: all .25s; transition: all .25s; }
.hero-banner .container { position: relative; z-index: 1; }
.hero-banner .donation-radio-border { border: 1px solid #868586; background-color: rgba(21,19,20,.2); -webkit-transition: all .25s ease-out; transition: all .25s ease-out; }
.hero-banner .donation-container button span { font-family: "DIN-1"; }
.hero-banner .donation-container h2 { font-size: 32px; line-height: 40px; letter-spacing: .25px; margin-bottom: 24px;     color: #fdfdfd; }
.hero-banner .wrap-cnt .top .mobile-bg { position: absolute; }
.hero-banner .wrap-cnt .top { padding: 85% 0 0; max-width: 0; width: 100%; height: 100vh; position: relative; }
.hero-banner .wrap-cnt .top h1 { color: #FFFFFF; }
.hero-banner .wrap-cnt .top .cnt p { color: #FFFFFF; font-size: 20px; line-height: 32px; margin-bottom: 24px; letter-spacing: .1px; font-family: "Ivar"; }
.hero-banner .wrap-cnt .top .cnt { position: relative; padding: 0 15px; }
.hero-banner .desktop-bg.back-img { display: none; }
.hero-banner .mobile-bg.back-img { display: block; }

.hero-banner .wrap-cnt .page-label p.label-main { font-size: 16px; line-height: 24px; font-family: "DIN-1"; padding-left: 8px; }

.mobile-bg { display: none; }
.hero-banner .back-img { position: fixed; left: 0; top: 0; width: 100%; height: 100%; }

.hero-banner .wrap-cnt { max-width: 750px; width: 100%; margin-right: 0; /*position: relative; width: calc(100% + 30px); left: -15px;*/ }
.hero-banner .wrap-cnt .top .page-label { position: absolute; bottom: 5%; left: 15px; font-size: 16px; line-height: 24px; font-weight: 400; letter-spacing: .5px; font-family: "DIN-1"; }
.hero-banner .wrap-cnt .top .page-label p { transform: translateX(-100%); position: relative; transition: 1.5s all ease-in-out; }

.hero-banner .wrap-cnt .top .page-label.expand p { transform: translateX(0); }

.hero-banner .wrap-cnt .top .page-label > div { overflow: hidden; }
.donation-module-input { margin-right: -7.5px; margin-left: -7.5px; justify-content: space-between; }
.donation-module-input .input-box { width: 103px; height: 103px; position: relative; display: flex; align-content: center; justify-content: center; padding-right: 7.5px; padding-left: 7.5px; border: 1px solid #868586; transition: 0.5s all ease-in-out; }
.hero-banner .wrap-cnt .top .home-btm-link { position: absolute; bottom: 12px; left: 5px; display: block; }

.donation-module-input .input-box:hover { background-color: #3b3b3b; }
.donation-module-input .input-box label { box-sizing: border-box; border: 4px solid transparent; -webkit-transition: all .25s ease-out; transition: all .25s ease-out; display: flex; align-items: center; justify-content: center; color: #fdfdfd; font-size: 28px; line-height: 40px; letter-spacing: .25px; font-weight: 700; position: absolute; width: 100%; height: 100%; left: 0; top: 0; cursor: pointer; font-family: "DIN-1"; }
.donation-module-input .input-box input[type="radio"] { position: absolute; left: 0; top: 0; width: 100%; height: 100%; visibility: hidden; opacity: 0; }
.donation-module-input .input-box input[type="radio"]:checked + label { border-color: #f32440; }

.donation-checkbox-label { display: block; position: relative; padding-left: 30px; margin-bottom: 12px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; text-transform: uppercase; line-height: 1.5; font-size: 14px; }
.donation-checkbox-label input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }
.donation-checkmark { position: absolute; top: 3px; left: 0; box-sizing: border-box; height: 18px; width: 18px; border: 1px solid #fafafa; border-radius: 1px; background-color: rgba(21,19,20,.2); }
.donation-checkbox-label input:checked~.donation-checkmark { background-color: #f32440; }
.donation-checkmark:after { content: ""; position: absolute; display: none; }
.donation-checkbox-label .donation-checkmark:after { left: 5.5px; top: 1.5px; width: 5px; height: 10px; border: solid #fff; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.donation-checkbox-label .donation-checkmark:after { left: 5.5px; top: 1.5px; width: 5px; height: 10px; border: solid #fff; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); content: ""; position: absolute; display: none; }
.donation-checkbox-label input:checked~.donation-checkmark:after { display: block; }
.hero-banner .donation-container .button-arrow { position: absolute; top: 50%; right: 0; -webkit-transform: translateX(0) translateY(-50%); transform: translateX(0) translateY(-50%); opacity: 0; -webkit-transition: .3s; transition: .3s; }
.hero-banner .donation-container .button-arrow:hover .button-arrow { opacity: 1; -webkit-transform: translateX(8px) translateY(-50%); transform: translateX(8px) translateY(-50%); }
.btn.light:hover .button-text { -webkit-transform: translateX(-8px); transform: translateX(-8px); }
.hero-banner .donation-container .button-arrow { position: absolute; top: 50%; right: 0; -webkit-transform: translateX(0) translateY(-50%); transform: translateX(0) translateY(-50%); opacity: 0; -webkit-transition: .3s; transition: .3s; }
.hero-banner .donation-container .btn.light:hover .button-arrow { opacity: 1; -webkit-transform: translateX(8px) translateY(-50%); transform: translateX(8px) translateY(-50%); }
.overlap-txt-img { position: relative; z-index: 1; padding: 3.5rem 0; }

.overlap-txt-img .l-content h2 { color: rgb(243, 36, 64); }

.overlap-txt-img .l-content h2 { -webkit-text-fill-color: transparent; }

.overlap-txt-img .l-content h2 {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.overlap-txt-img .l-content h2.enabled { -webkit-text-fill-color: transparent; }


.overlap-txt-img .l-content h3 { color: #fdfdfd; font-family: "DIN-1"; font-weight: 700; font-size: 24px; line-height: 32px; letter-spacing: .1px; margin-bottom: 24px; margin-top: 1.5rem; }
.overlap-txt-img .row { position: relative; }
.overlap-txt-img .row .r-content { margin-left : 53.3333333333%; width: 100%; position: relative; order: 1; }
.overlap-txt-img .row .r-content img { width: 100%; height: 100%; object-fit: cover; }
.overlap-txt-img .l-content { position: relative; z-index: 1; }
.overlap-txt-img .row .r-content:after { content: ""; display: block; height: 100%; width: 100%; position: absolute; left: 0; top: 0; background: #151414; background: -webkit-gradient(linear,left top,right top,from(#151414),color-stop(50%,rgba(21,20,20,0))); background: linear-gradient(90deg,#151414,rgba(21,20,20,0) 50%); }

.red-txt-arrow { background-color: transparent; padding: 0; min-width: 0; text-transform: uppercase; font-size: 16px; color: #f32440; font-family: "DIN-1"; display: inline-flex; align-items: center; }
.red-txt-arrow  p { color: #f32440; font-family: "DIN-1"; margin: 0; }
.red-txt-arrow:hover .tertiary-arrow { margin-left: 12px; }
.overlap-txt-img .l-content h2, .overlap-txt-img .l-content .img-block, .overlap-txt-img .l-content h3, .overlap-txt-img .red-txt-arrow { position: relative; z-index: 1; }


.hero-banner ~ div, .hero-banner ~ section { position: relative; z-index: 11; }
.limg-rcontent-main { background-color: #151414; padding: 3.5rem 0; /*19-09*/ position: relative; z-index: 11; }
.limg-rcontent-main h2 {  font-family: "DIN-1"; }
.limg-rcontent-main .row { align-items: flex-end; }
.limg-rcontent-main .cnt-block > p { color: #f2f0e0; font-size: 20px; line-height: 32px; margin-bottom: 24px; letter-spacing: .1px; font-family: "Ivar"; font-weight: 400; }
.limg-rcontent-main .img-block { margin-bottom: 3.5rem; position: relative; }
.limg-rcontent-main .img-block img { object-fit: cover; width: 100%; }
.newsletter-signup { padding: 3.5rem 0.6rem; }
.newsletter-signup .row { margin-right: -7.5px; margin-left: -7.5px; } 
.newsletter-signup .row > * { padding-right: 7.5px; padding-left: 7.5px; }
.newsletter-signup input[type="text"], 
.newsletter-signup input[type="email"]
{ background: #fafafa; color: #1d1b1c;  padding: 16px 20px; border: 1px solid rgba(0,0,0,.4); border-radius: 0; line-height: 32px; font-size: 20px; }

.newsletter-signup input[type="text"]::-webkit-input-placeholder, .newsletter-signup input[type="email"]::-webkit-input-placeholder
{
    color: #3b3b3b;
    opacity: .5;
    position: relative; 
}

.newsletter-signup input[type="text"]::-moz-placeholder, .newsletter-signup input[type="email"]::-moz-placeholder 
{
    color: #3b3b3b;
    opacity: .5;
    position: relative; 
}

.newsletter-signup input[type="text"]:-ms-input-placeholder, .newsletter-signup input[type="email"]:-ms-input-placeholder 
{
    color: #3b3b3b;
    opacity: .5;
    position: relative; 
}

.newsletter-signup input[type="text"]::-ms-input-placeholder, .newsletter-signup input[type="emal"]::-ms-input-placeholder
{
    color: #3b3b3b;
    opacity: .5;
    position: relative; 
}

.newsletter-signup input[type="text"]::placeholder, .newsletter-signup input[type="email"]::placeholder
{
    color: #3b3b3b;
    opacity: .5;
    position: relative; 
}

.newsletter-signup input[type="text"]:focus, .newsletter-signup input[type="email"]:focus 
{ color: #eeeced; background-color: transparent; border-color: #80bdff; outline: 0; box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%); }

.newsletter-signup button p { font-size: 16px; font-weight: 700; letter-spacing: .85px; color: #fafafa; font-family: "DIN-1"; }
.newsletter-signup button { padding: 20px 10px; } 
.newsletter-signup form .form-group label { font-size: 14px; line-height: 30px; font-weight: 400; letter-spacing: .5px; color: #3b3b3b; margin-bottom: 8px; }
.overlap-txt-img .l-content h2 { font-family: "Noe"; font-weight: bold; font-size: 40px; line-height: 48px; letter-spacing: .45px; background-image: radial-gradient(circle at 61.8118% 20.6037%, rgb(154, 29, 46) 0%, rgb(243, 36, 64) 100%); }

.newsletter-signup input[type="submit"] { font-size: 16px; font-weight: 700; letter-spacing: .85px;  font-family: "DIN-1"; width: auto; padding: 0; min-width: auto; background-color: #f32440; border: 0; position: relative; z-index: 1; -webkit-appearance: none; -moz-appearance: none; appearance: none; opacity: 1; text-transform: uppercase; }

.newsletter-signup .button-arrow { position: relative; top: 7px; right: 15px; }
.newsletter-signup .signup-btn:hover .button-arrow { right: -5px; opacity: 1; } 
.newsletter-signup .signup-btn input[type="submit"] { background-color: transparent; } 
.newsletter-signup .signup-btn { display: flex; align-items: center; justify-content: center; width: 100%; margin-top: 25px; }

.newsletter-signup form.invalid input[type="text"], .newsletter-signup form.invalid input[type="email"]
{ border-color: #dc3545; border-color: #dc3545; padding-right: calc(1.5em + 0.75rem); background-image: url('../images/alert-form-ic.svg'); background-repeat: no-repeat; background-position: right calc(0.375em + 0.1875rem) center; background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.newsletter-signup span.wpcf7-not-valid-tip { font-size: 16px; line-height: 1.2; font-family: "DIN-1"; font-weight: 700; display: block; margin-top: 5px; position: absolute; bottom: -22px; left: 0; }

.newsletter-signup form.invalid .wpcf7-not-valid-tip { font-size: 16px; line-height: 1.2; font-family: "DIN-1"; font-weight: 700; display: block; margin-top: 5px; position: absolute; bottom: -22px; left: 0; }
.newsletter-signup form.invalid .wpcf7-response-output { font-size: 20px; line-height: 1.2; font-family: "DIN-1"; font-weight: 700; display: block; padding: 0; color: #dc3545; margin: 40px 0 0; max-width: 700px; width: 100%; text-align: center; margin-left: auto; margin-right: auto; border: 0; }
.newsletter-signup form span.wpcf7-spinner { position: absolute; left: 0; right: 0; margin: 0 auto; bottom: -45px; }
.newsletter-signup .body-m  { font-family: "Ivar"; font-weight: 400; }
.newsletter-signup h2 { font-size: 32px; line-height: 40px; letter-spacing: .25px; margin-bottom: 24px;color:#1d1b1c; font-family: "DIN-1"; font-weight: 700; }

.newsletter-signup .form-group > p { margin: 0; }
.newsletter-signup .signup-btn p { margin: 0; }
.newsletter-signup .signup-btn p br { display: none; }
.newsletter-signup .signup-btn p { margin: 0; font-size: 0; line-height: 0; height: auto; display: flex; align-items: center; }
.newsletter-signup .signup-btn.btn { padding: 24px 40px 23px; }

body.modal-open header { z-index: 11; }
body.modal-open .popup-custom { z-index: 1111; }





/*----------------- Our programs css-----------------*/
.common-banner { min-height: 100vh; position: relative; display: flex; align-items: center; }
.common-banner:after { content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: #151314; opacity: 0.4; }
.common-banner .bg-cover { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
.common-banner .container { position: relative; z-index: 1; }
.common-banner .desc.bg-cover { display: none; } 
.common-banner .content { max-width: 545px; width: 100%; }

.hero-banner .wrap-cnt .top .page-label { position: absolute; bottom: 5%; left: 15px; font-size: 16px; line-height: 24px; font-weight: 400; letter-spacing: .5px; font-family: "DIN-1"; }
.hero-banner .wrap-cnt .top .page-label > div { overflow: hidden; }
.common-banner .page-label { bottom: 5%; top: auto; left: 5px; }

.common-banner .wrap { height: 100vh; display: flex; align-items: center; }
.common-banner .page-label > div { -webkit-transform: translateX(3px); transform: translateX(3px); }
.common-banner .page-label p { -webkit-animation: page-label-text-animation 1s forwards; animation: page-label-text-animation 1s forwards; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-delay: .5s; animation-delay: .5s; opacity: 0; text-transform: capitalize; padding-left: 8px; }
.communities-survive { background-color: #151414; padding: 3.5rem 0 1.5rem; }
.communities-survive .view-all .label-cta p { color: #f32440;font-size: 16px; letter-spacing: .85px;font-family: "DIN-1"; font-weight: 700; }
.tertiary:hover .tertiary-arrow { margin-left: 8px; }
.communities-survive .container { position: relative; padding-bottom: 3.5rem; }
.communities-survive .container:after { content: ""; display: block; width: 100%; height: 1px; background-color: rgba(250, 250, 250, 0.2); position: absolute; bottom: 0; left: 0; }
.communities-survive h2 { color: #fdfdfd; text-align: center; margin-bottom: 1.5rem; max-width: 768px; margin-left: auto; margin-right: auto; width: 100%; }
.communities-survive p { font-size: 20px; line-height: 32px; margin-bottom: 24px; letter-spacing: .1px; font-family: "Ivar"; color: #f2f0e0; }
.communities-survive .anim { width: 100%; padding-bottom: 100%; background-size: 100%; background-repeat: no-repeat; background-position-y: 38.7097%; }

.tabs-slider { background-color: #151414; padding: 3.5rem 0; }
.tabs-slider h2 { color: #fdfdfd; text-align: center; margin-bottom: 24px; max-width: 800px; width: 100%; margin-left: auto; margin-right: auto; }
.tab-content{ display: none; padding: 0; }
.tab-content.current{ display: block; }
.tabs-slider .tabs li { font-weight: 700; transition: .25s; padding: 0.5rem 0; letter-spacing: .35px; display: block; color: #868586; cursor: pointer; }
.tabs-slider .tabs li.current { color: #f32440; }
.tabs-slider .tabs li:hover { background: none; color: #9a1d2e; }
.tabs-slider .l-block .label-main { font-size: 16px; line-height: 24px; margin-bottom: 0;  }
.tabs-slider .inner-wrap { overflow: hidden; width: 100%; }
.tabs-slider .slider-nav .slick-slide { padding: 0 20px; }
.tabs-slider .slider-single .slick-list { padding:0 !important; }
.tabs-slider .slick-list .items img { width: 100%; object-fit: cover; }
.tabs-slider .slick-list .items { position: relative; }
.tabs-slider .slick-list .items:after { content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: #000000; opacity: 0.5; transition: 0.3s all ease-in-out; }
.tabs-slider .slick-list .slick-current.slick-active .items:after { opacity: 0; }
.tabs-slider .dropdown-toggler-chevron { -webkit-transform: rotate(90deg); transform: rotate(90deg); }
.tabs-slider .tabs-nav { display: none; }
.tabs-slider .our-program-dropdown-categories ul li { width: 100%; display: block; font-size: 24px; font-weight: 700; text-decoration: none; line-height: 30px; letter-spacing: .35px; -webkit-transition: .25s; transition: .25s; padding: 0.5rem 0; font-family: "Noe"; margin: 0; } 

.tabs-slider .dropdown-categories { display: block; position: absolute; z-index: 1; min-width: 92px; box-sizing: border-box; border: 0.5px solid #3b3b3b; border-radius: 1px; background-color: #232323; box-shadow: 0 12px 20px 0 rgb(0 0 0 / 50%); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; pointer-events: none; -webkit-transform: translateY(-20px);transform: translateY(-20px); opacity: 0; -webkit-transition: .3s;transition: .3s; padding: 16px; }
.tabs-slider .dropdown-categories.show { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; pointer-events: all; }
.tabs-slider .our-program-dropdown-categories { min-width: 160px; width: calc(100% - 10px); left: 5px; z-index: 1; }
.dropdown-category-active { color: #f32440; }
.tabs-slider p.dropdown-toggler-text { font-family: "Noe"; font-size: 24px; font-weight: 700; line-height: 30px; letter-spacing: .35px; transition: .25s; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } 
.tabs-slider .dropdown-toggler { padding: 1rem 0; }
.tabs-slider .country-carousel-header { min-height: 110px; }
.tabs-slider .country-carousel-header h4 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; position: relative; overflow: hidden; }

.tabs-slider .slick-list .items a { display: inline-block; text-align: center; min-width: auto; padding: 11.5px 14px; font-size: 14px; border-radius: 1px; background-color: #f32440; border-radius: 1px; border: 1.5px solid transparent; line-height: 1; height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; text-transform: uppercase; cursor: pointer; letter-spacing: .75px; position: absolute; bottom: 15px; right: 15px; color: #FFFFFF; width: 100%; left: 0; bottom: 0; z-index: 1; opacity: 0; visibility: hidden; }
.tabs-slider .slick-list .items a:hover { background-color: #ec1330; }
.tabs-slider .slick-list .slick-current .items a { opacity: 1; visibility: visible; }


.card-program-carousel { background-color: #FFFFFF; border: none; margin-top: -20%; margin-left: 5%; margin-right: 5%; border-radius: 0; }
.programms-commuinities { padding: 3.5rem 0; }
.programms-commuinities .slick-arrow { position: absolute; left: auto; right: 0; top: -40px; background-color: transparent; font-size: 0; border: 0; padding: 0; }
.programms-commuinities .slick-arrow.slick-prev:after { content: ""; display: block; font-size: 48px; background-image: url(../images/Chevron-red.svg); background-repeat: no-repeat; background-position: center; transform: rotate(180deg); transform-origin: center; -webkit-transform: rotate(180deg); }
.programms-commuinities .slick-arrow.slick-next:after { content: ""; display: block; font-size: 48px; background-image: url(../images/Chevron-red.svg); background-repeat: no-repeat; background-position: center; }
.programms-commuinities .slick-arrow:after { height: 20px; width: 20px; background-size: contain; }
.programms-commuinities .slick-arrow.slick-next { right: 0; }
.programms-commuinities .slick-arrow.slick-prev { right: 70px; }
.card-program-carousel h3 { font-size: 24px; line-height: 32px; letter-spacing: .1px; margin-bottom: 24px; font-family: "DIN-1"; }
.card-program-carousel .cnt p { font-size: 20px; line-height: 32px; margin-bottom: 24px; letter-spacing: .1px; font-family: "Ivar"; padding-right: 1px; }
.card-program-carousel .cnt p:last-child { margin-bottom: 0; }
.card-program-carousel .cnt p br { display: none; }
.programms-commuinities .text-lg-left.d-lg-none { margin-bottom: 2rem; }
.lost-headline { font-size: 100px; margin-bottom: 15px; font-family: "Noe"; }
.error-main-404 p { font-family: "DIN-1"; }
.close header .top { margin-top: -50px; }




/* the slides */
 .tabs-slider .slick-slide { margin: 0 15px; transition: 0.8s all ease-in-out; }
/* the parent */
.tabs-slider .slick-list { margin: 0 -28px; }
.tabs-slider .slider-nav p { color: #f2f0e0; font-size: 18px; font-family: "Ivar"; line-height: 32px; margin-bottom: 24px; letter-spacing: .1px; opacity: 0; visibility: hidden; }
.tabs-slider .slider-single .slick-arrow { position: absolute; left: auto; right: 0; bottom: 20px; background-color: transparent; font-size: 0; border: 0; padding: 0; } 
.tabs-slider .slider-single .slick-arrow:after { height: 20px; width: 20px; background-size: contain; }
.tabs-slider .slider-single { padding-bottom: 60px; }
.tabs-slider .slider-single .slick-arrow.slick-prev { left: auto; right: 70px; }
.tabs-slider .slider-single .slick-arrow.slick-next:after { content: ""; display: block; font-size: 48px; background-image: url(../images/Chevron-red.svg); background-repeat: no-repeat; background-position: center;  } 
.tabs-slider .slider-single .slick-arrow.slick-prev:after { content: ""; display: block; font-size: 48px; background-image: url(../images/Chevron-red.svg); background-repeat: no-repeat; background-position: center; transform: rotate(180deg); transform-origin: center; -webkit-transform: rotate(180deg); } 
.tabs-slider .slider-nav .slick-current.slick-active p { opacity: 1; visibility: visible; }
.r-slider .slides-numbers { position: relative; margin: -40px 0 15px 0;/* bottom: 100px; left: 10px;*/ z-index: 1; padding: 0; }
.tabs-slider .r-slider { position: relative; }
.tabs-slider .r-slider .slides-numbers span { color: #fff; font-family: "DIN-1"; font-weight: 400; color: #868586; }
.tabs-slider .r-slider .slides-numbers .text-disabled { color: #868586; }
.tabs-slider .r-slider .slides-numbers { font-size: 14px; line-height: 30px; letter-spacing: .5px; font-family: "DIN-1"; font-weight: 400; max-width: 260px; width: 100%; }
    

/*-----------------About us css-----------------*/
.border-thicc { position: relative; width: 140%; left: 20%; margin-top: -20vw; margin-bottom: 20%; margin-left: -10%; border: 24px solid #f32440; }
.how-we-work-dropdown-chevron { width: 15px; height: 15px; margin-left: 10px; }
.dropdown-toggler-chevron { -webkit-transform: rotate(90deg); transform: rotate(90deg); }
.dropdown-toggler-chevron.show { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); }
.dropdown-categories { display: block; position: absolute; z-index: 1; min-width: 92px; box-sizing: border-box; border: 0.5px solid #3b3b3b; border-radius: 1px; background-color: #232323; box-shadow: 0 12px 20px 0 rgb(0 0 0 / 50%); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; pointer-events: none; -webkit-transform: translateY(-20px); transform: translateY(-20px); opacity: 0; -webkit-transition: .3s; transition: .3s; }
.dropdown-categories.show { -webkit-transform: translateY(0);transform: translateY(0); opacity: 1; pointer-events: all; }
.how-we-work-dropdown-category { padding: 8px 12px; }
.dropdown-category-active { color: #f32440; }
.dropdown-category { display: block; color: #868586; cursor: pointer; font-family: "DIN-1"; font-size: 16px;     line-height: 24px; }
.dropdown-category:hover { background-color: #3b3b3b; text-decoration: none; }
.dropdown-toggler { cursor: pointer; z-index: 2; }
.border-thicc-content { padding: 0 8%; }
.border-thicc:after { content: ""; display: block; padding-bottom: 100%; }
.display-thicc.odometer.odometer-auto-theme { font-size: 80px; line-height: 80px; letter-spacing: .94px; font-family: "Noe"; }
.download-wh { padding: 1.5rem; }

#financials .download-wh .text-right a p { font-family: "DIN-1"; text-transform: uppercase; }
#financials .download-wh .text-right a:hover { opacity: 0.5; }
#financials .reports, .label-main { font-family: "DIN-1"; }
#financials { padding: 2.5rem 0; }
#financials .reporting-yr { margin-bottom: 3.5rem; }
#financials .border-thicc h4 { font-size: 18px; line-height: 24px; letter-spacing: .25px; margin-bottom: 8px; } 
#leadership { padding: 6.5rem 0; }
#leadership p.label-main { font-family: "DIN-1"; }
#leadership .red-link { background-color: transparent; color: #f32440; padding: 0; min-width: 0; font-weight: 700; letter-spacing: .85px; font-size: 16px; font-family: "DIN-1"; text-transform: uppercase; }
#leadership .red-link:hover { opacity: 0.5; }
#financials .reporting-yr h3 { font-size: 18px; line-height: 24px; letter-spacing: .25px; margin-bottom: 8px; }
#financials .hr-line { border-bottom: 0.5px solid hsla(0,0%,98%,0.5); }
#leadership h3 { font-size: 18px; line-height: 24px; letter-spacing: .25px; margin-bottom: 8px; }
#leadership .hr-line { border-bottom: 0.5px solid hsla(0, 0%, 98%, .7); }
#policies .red-link a { background-color: transparent; color: #f32440; padding: 0; min-width: 0; font-weight: 700; letter-spacing: .85px; font-size: 16px; font-family: "DIN-1"; text-transform: uppercase; }
#policies .red-link a:hover { opacity: 0.5; }
#policies p.label-main { font-family: "DIN-1"; }
#policies .lft-block .text-body-white p { font-size: 20px; color: #f2f0e0; font-family: "Ivar"; font-weight: 400; }
#policies h3 { font-size: 18px; line-height: 24px; letter-spacing: .25px; margin-bottom: 8px; }
.two-col-sec .body-m h2{color: #fdfdfd;}
.two-col-sec .body-m p { font-size: 20px; color: #f2f0e0; font-family: "Ivar"; font-weight: 400; }
.two-col-sec .col-lg-6 {padding-right: 30px; padding-left: 30px;}

.strategic-partners { padding: 6.5rem 0; }
.strategic-partners h2 { font-size: 32px; line-height: 40px; letter-spacing: .25px; margin-bottom: 24px; }
.strategic-partners p.label-main { font-family: "DIN-1"; }
.reporting-yr h2.text-header-white { font-size: 18px; line-height: 24px; letter-spacing: .25px; margin-bottom: 8px; }
.slides-numbers { display: flex; width: auto; align-items: center; padding-left: 1rem; position: relative; }
.slides-numbers .active { border: 2px solid #bda97a; padding: 0px 8px; }
.slides-numbers .text-disabled { color: #868586; }
.slides-numbers .text-coal { color: #3b3b3b; }
.slides-numbers span { margin-right: 5px; font-family: "DIN-1"; font-size: 14px; line-height: 30px; } 
.slides-numbers span:not(:first-child) { margin-left: 5px; }
.counter-four-main .boxs { margin-bottom: 3.5rem; }
.counter-four-main h4 { font-size: 18px; line-height: 24px; letter-spacing: .25px; margin-bottom: 8px; }
.counter-four-main .display-2.odometer.odometer-auto-theme { font-size: 32px; line-height: 44px; letter-spacing: .35px; font-family: "Noe"; }


/*----------------- Get involved css Start-----------------*/
#partnerships { position: relative; padding: 4.5rem 0; }
#partnerships .img-block-row .body-m p { color: #f2f0e0; font-family: "Ivar"; font-weight: 400; font-size: 20px; line-height: 32px; margin-bottom: 24px; letter-spacing: .1px; }
#partnerships .logo-block { margin-top: 3.5rem!important; }

#partnerships .second-cnt-block .lft { margin-bottom: 3.5rem; }

#partnerships .btn.secondary  { padding: 20.5px 31px 19.5px; }
#partnerships .btn.secondary span { color: #1d1b1c; display: inline-block; margin-right: 8px; }
.btn.secondary:hover .button-arrow { opacity: 1; -webkit-transform: translateX(15px) translateY(-50%); transform: translateX(15px) translateY(-50%); }
#partnerships .second-cnt-block .text-body-white p { font-size: 20px; line-height: 32px; margin-bottom: 24px; letter-spacing: .1px; color: #f2f0e0; font-family: "Ivar"; font-weight: 400; }
.join-list-volunteers { padding: 4.5rem 0 6.5rem 0; }
.join-list-volunteers .btn.secondary span { color: #1d1b1c; display: inline-block; margin-right: 8px; }
.our-team-brought-together .title-block { padding: 2.5rem 0; }
.work-with-us h2 { font-size: 24px; line-height: 32px; letter-spacing: .1px; margin-bottom: 24px; }
.work-with-us p.body-m { font-size: 20px; line-height: 32px; margin-bottom: 24px; letter-spacing: .1px; font-weight: 400; font-family: "Ivar";  }
.work-with-us h3 { font-size: 18px; line-height: 24px; letter-spacing: .25px; margin-bottom: 8px; }
.work-with-us ul li { padding: 0; margin-bottom: 1.5rem; width: 100%; }
.work-with-us ul li:before { display: none; }
.work-with-us ul li .job-title { font-family: "DIN-1"; letter-spacing: .85px; text-transform: uppercase;     margin-bottom: 8px; line-height: 1.2; }
.work-with-us ul li .job-location { font-family: "DIN-1"; font-weight: 400; letter-spacing: .5px; margin-bottom: 0; }
#careers .top-s p { font-size: 20px; line-height: 32px; margin-bottom: 24px; letter-spacing: .1px; color: #f2f0e0; font-family: "Ivar"; }
.work-with-us ul li a:hover { opacity: 0.5; }


/*----------------- Our Story css-----------------*/
.ourstory-one-imgcnt { padding: 3.5rem 0; position: relative; }
.ourstory-one-imgcnt h2 { font-size: 32px; line-height: 40px; letter-spacing: .25px; margin-bottom: 24px; text-align: left; color: #FFFFFF; }
.ourstory-one-imgcnt .title-main { margin-bottom: 3.5rem; }
.ourstory-one-imgcnt .sing-img { padding: 3.5rem 0; }
.ourstory-one-imgcnt h3 { font-size: 36px; line-height: 44px; letter-spacing: .1px; margin-bottom: 24px; text-align: left; color: #fdfdfd; }
.ourstory-one-imgcnt p { font-size: 20px; line-height: 32px; margin-bottom: 24px; letter-spacing: .1px; color: #f2f0e0; font-family: "Ivar"; }

.ourstory-one-imgcnt .sing-img h3 { font-size: 36px; line-height: 44px; letter-spacing: .1px; margin-bottom: 24px; color: #fdfdfd; }

.img-fluid, .img-thumbnail { max-width: 100%; height: auto; }
.story-video-block .display-text-overlay.enabled { -webkit-text-fill-color: transparent; font-size: 28px; line-height: 36px; letter-spacing: .35px; }
.story-video-block .display-text-overlay { -webkit-background-clip: text; background-clip: text; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;  background-image: radial-gradient(circle at 61.8118% 20.6037%, rgb(154, 29, 46) 0%, rgb(243, 36, 64) 100%); }

.story-video-block .btn p { font-size: 16px; line-height: 1; letter-spacing: .85px;font-family: "DIN-1";font-weight: 700; }
.story-video-block .btn { padding: 20.5px 37px 19.5px; }
.story-video-block { padding: 3.5rem 0; }
.warchild-continue-grow { padding: 3.5rem 0; }
.warchild-continue-grow p { font-family: "Ivar"; }


#our-story-quote-continued, #our-story-quote-start { -webkit-background-clip: text; background-clip: text; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

#quote .display-text-overlay.enabled { -webkit-text-fill-color: transparent; font-size: 28px; line-height: 36px; letter-spacing: .35px; }
#quote .container { padding: 3.5rem 0; }

#our-story-quote-start, #our-story-quote-continued { background-image: radial-gradient(circle at 61.8118% 20.6037%, rgb(154, 29, 46) 0%, rgb(243, 36, 64) 100%); }

#our-story-quote-continued.quote-hidden { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px);
}
#our-story-quote-start.quote-hidden { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
#our-story-quote-continued { position: absolute; top: 0; -webkit-transition: .5s; transition: .5s; }
.js-stat-group .text-right a { width: fit-content; display: inline-block; }


/*----------------- Donate page css-----------------*/
.other-way-donate .donate-list-block { padding-bottom: 1.5rem; }
.other-way-donate .title-block { text-align: center; padding-top: 3.5rem; }
.other-way-donate .title-block p { font-family: "Ivar"; font-weight: 400; }
.other-way-donate .donate-list-block .box { padding-top: 3.5rem; padding-bottom: 3.5rem; }
.other-way-donate .img-block { padding-top: 1.5rem; }
.donate-list-block h3 { font-size: 24px; line-height: 32px; letter-spacing: .1px; margin-bottom: 24px; }

#donation-section .donation-container { opacity: 1; background-color: #151314; margin-top: 0; padding: 4.5rem 2.5rem; width: calc(100% + 24px); left: -12px; position: relative; }
#donation-section h2 { font-size: 32px; line-height: 40px; letter-spacing: .25px; margin-bottom: 24px; }
#donation-section .donation-container .give-embed-form-wrapper { max-height: 500px; overflow-y: auto; }


/*----------------- Publication css-----------------*/
.publication-image, .publication-image-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #151414; }
.publication-image { background-size: cover; }
.publication-image-overlay { opacity: .5; z-index: 1; -webkit-transition: .3s; transition: .3s; }
.publication-content { min-height: 55%; z-index: 2; bottom: 0; }
.publication-text-content { min-height: 30%; }
.publication-date { padding: 4px; border-radius: 1px; }
.publication-block { min-height: 566px; overflow: hidden; }
.publications-main h2 { font-size: 32px; line-height: 40px; letter-spacing: .25px; margin-bottom: 24px; } 
.publications-main .cust-pdb { padding-top: 3.5rem; padding-bottom: 3.5rem; }
.publications-main .publication-date { font-family: "DIN-1"; }
.publications-main .publication-cta { bottom: 0; }
.publications-main .publication-block:hover .publication-content .publication-cta div { -webkit-transform: translateY(0); transform: translateY(0); -webkit-transition: .3s;  transition: .3s; }
.training-list-main { padding-top: 3.5rem; padding-bottom: 3.5rem; }
.publications-main h3 { font-size: 24px; line-height: 32px; letter-spacing: .1px; margin-bottom: 60px; font-family: "DIN-1"; }
.publications-main h4 { font-size: 18px; line-height: 24px; letter-spacing: .25px; margin-bottom: 8px; }
.simple-hero-banner { height: 100bh; }

.padding-top-0 { padding-top: 0; }
.padding-bottom-0 { padding-bottom: 0; }
.simple-content { padding: 50px 0; background-color: #000000; }
.simple-content h2 { text-align: center; margin-bottom: 10px; color: #fdfdfd; }
.simple-content p { margin-bottom: 10px; color: #fdfdfd;  font-family: "DIN-1"; font-weight: 700;  text-align: center; }
.two-col-img { padding: 50px 0; background-color: #000000; }
.two-col-img .col-img { padding-bottom: 56.6%; }
.two-col-img .row > div[class*="col-"] { padding: 0 20px; margin-bottom: 15px; }
.two-col-img .row { margin: 0 -20px; }

.single-video-block { position: relative; padding: 50px 0; background-color: #000000; }
.single-video-block .video-wrap { max-width: 750px; width: 100%; margin: 0 auto; position: relative; min-height: 400px; }
.single-video-block .video-wrap video { width: 100%; height: 100%; display: block; object-fit: cover; } 
.single-video-block .video-wrap iframe { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }


/*-----------------Footer css-----------------*/
footer .home-popup-btn { position: absolute; bottom: 0; left: 0; z-index: -1; }
footer { position: relative; z-index: 11; }
footer .top { padding: 3.5rem 0; }
footer .top strong { margin-bottom: 1rem; display: block; font-size: 16px; line-height: 24px; letter-spacing: .25px; margin-bottom: 1rem; font-family: "DIN-1"; } 
footer .top strong:not(:first-child) { margin-top: 40px; }
footer .top ul li { display: block; width: 100%; padding: 0; margin-bottom: 1rem; }
footer .top ul li:before { display: none; }
footer .top ul li a { color: #1d1b1c; text-decoration: none; font-size: 16px; line-height: 24px; font-weight: 400;
letter-spacing: .5px; font-family: "DIN-1"; transition: none; } 
footer .top ul li a:hover { font-weight: 700; }
footer .top ul.social li { width: auto; margin-right: 28px; }
footer .top ul.social li:last-child { margin-right: 0; }
footer .top ul.social li a { font-size: 22px; transition: 0.3s all ease-in-out; }
footer .top a .interaction-logo { width: 82px; }
footer .top ul.social li a:hover { color: #FFFFFF; } 
footer .bottom { background-color: #151414; padding: 1.5rem 0; }
footer .bottom a img { width: 56px; display: block; }
.footer-legalese span { font-weight: 400; letter-spacing: .5px; font-size: 14px; line-height: 20px; color: #FFFFFF; }
    
#newsletter-module { width: 100%; position: fixed; bottom: 0; z-index: -1; visibility: hidden; }
#newsletter-module.active { visibility: visible; z-index: 1; }


/*-----------------Keyframes css-----------------*/
@-webkit-keyframes page-label-text-animation {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
}

@keyframes page-label-text-animation {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
}


.red-box { position: absolute; opacity: 0; fill: none; stroke: #f32440; stroke-width: 3; }
.red-box.active { stroke-dashoffset: 0 !important; opacity: 1; }



.clipped-square {
            position: absolute;
            width: 32px;
            height: 32px;
            top: -3px;
            left: 8px;
        }

        .clipped-square path {
            fill: none;
            stroke: #f32440;
            stroke-width: 2;
            stroke-dasharray: 100;
            stroke-dashoffset: 100;
            -webkit-animation: page-label-line-animation 4s forwards;
            animation: page-label-line-animation 4s forwards;
            -webkit-animation-delay: 3s;
            animation-delay: 3s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-timing-function: cubic-bezier(.49, .02, .18, 1);
            animation-timing-function: cubic-bezier(.49, .02, .18, 1)
        }

        @-webkit-keyframes page-label-line-animation {
            0% {
                stroke-dasharray: 100;
                stroke-dashoffset: 100
            }

            30% {
                stroke-dasharray: 100;
                stroke-dashoffset: 0
            }

            70% {
                stroke-dasharray: 100;
                stroke-dashoffset: 0
            }

            to {
                stroke-dasharray: 100;
                stroke-dashoffset: -100
            }
        }

        @keyframes page-label-line-animation {
            0% {
                stroke-dasharray: 100;
                stroke-dashoffset: 100
            }

            30% {
                stroke-dasharray: 100;
                stroke-dashoffset: 0
            }

            70% {
                stroke-dasharray: 100;
                stroke-dashoffset: 0
            }

            to {
                stroke-dasharray: 100;
                stroke-dashoffset: -100
            }
        }


/*---------Popup css-----------------*/

.popup-custom.hide {
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
    -o-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
}

.popup-custom .close {
    position: absolute;
    right: -15px;
    top: -60px;
    width: 51px;
    height: 51px;
    font-size: 0;
    cursor: pointer;
}


.popup-custom .close:before,
.popup-custom .close:after {
    content: "";
    position: absolute;
    background: #FFFFFF;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    left: 14px;
    right: 14px;
    top: 30px;
    height: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -webkit-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
}

.popup-custom .close:after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup-custom {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #fafdff;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 90vmin;
    height: 50vmin;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.09),
        0px 11px 12px 7px rgba(0, 0, 0, 0.02);
    -moz-transition: all 120ms;
    -webkit-transition: all 120ms;
    -o-transition: all 120ms;
    transition: all 120ms;
    z-index: 99;
    padding: 0;
    color: #5e5e5e;
}

.popup-custom iframe { position: absolute; width: 100%;  height: 100%; left: 0; top: 0; }

@media screen and (max-width: 1000px) {
    .popup-custom .popup {
        width: 80%;
    }
}

.popup-custom .popup-header {
    text-transform: uppercase;
    font-size: 18px;
}

.popup-custom .popup-body {
    padding: 25px 0;
}

.popup-custom .button {
    padding: 10px 15px;
    border: 1px solid #f5f5f5;
    text-transform: uppercase;
    box-shadow: 1px 2px 3px #f5f5f5;
    color: #5e5e5e;
    cursor: pointer;
    transition: all 120ms ease-in;
    outline: none;
}

.popup-custom .button:hover {
    box-shadow: 1px 3px 5px #e9e9e9;
    transform: translateY(-1px);
}

.popup-custom .button:active,
.popup-custom .button:visited {
    transform: translateY(1px);
    outline: none;
    box-shadow: 1px 2px 3px #f5f5f5;
}
.sign-up-wrapper{margin: 60px 0;}
.sign-up-wrapper .bg-dark-red{padding: 50px 20px;}
.sign-up-wrapper .top-title h2 {font-size: 34px;line-height: 42px;letter-spacing: .5px;margin-bottom: 10px;}
.sign-up-wrapper .top-title p{color: #fff;font-family: "Ivar";font-size: 18px;text-align: center;line-height: 32px;}
.sign-up-wrapper .wpcf7 .form-group p{color: #fff;font-family: "Ivar";font-size: 20px;text-align: center;line-height: 32px;}
.sign-up-wrapper .bg-dark-red .text-white small a {color: #fff;}
.sign-up-wrapper .bg-dark-red .text-white small a:hover {opacity: .5;}
.sign-up-wrapper .wpcf7 .wpcf7-response-output {color:#fff;}

/*------------Home popup------------*/
.home-popup .modal-body { margin: 0; padding: 0; }
.home-popup.popup-custom { min-height: 400px; height: auto; max-width: 900px; width: 100%; }
.home-popup.popup-custom h2 { font-size: 28px; line-height: 36px; letter-spacing: .35px; color: #FFFFFF; font-family: "Noe"; }
.home-popup .newsletter-modal-close { width: 20px; cursor: pointer; }
.home-popup.popup-custom p { color: #FFFFFF; font-family: "Ivar"; font-size: 20px; text-align: center; line-height: 32px; }
.home-popup.popup-custom .r-cnt { padding: 3.5rem 1.5rem 1.5rem 1.5rem; }
.home-popup.popup-custom .close { margin-bottom: 1rem; display: block; z-index: 1; right: 0; left: auto; top: 0; margin-left: auto; }
.home-popup-form .form-group > br { display: none; }
.home-popup.popup-custom small { font-family: Ivar Text; font-size: 10px; line-height: 16px; letter-spacing: .1px;  display: block; }
.home-popup.popup-custom small a { color: #ffffff; }
.home-popup.popup-custom small a:hover { opacity: 0.5; }
.home-pop-btn { position: absolute !important; bottom: 0; left: 0; z-index: -1; }
.home-popup-form .form-group { width: 100%; margin: 0 0 1.2rem 0 !important; }
.home-popup-form .form-group > label { display: block; width: 100%; font-size: 14px; line-height: 30px; font-weight: 400; letter-spacing: .5px; color: #FFFFFF; font-family: "DIN-1"; margin-bottom: 15px; }
.home-popup-form .form-group input[type="text"], 
.home-popup-form .form-group input[type="email"]
{ padding: 13px 20px; background: none; border: 1px solid #fafafa; color: #fafafa; font-size: 20px;  line-height: 32px; letter-spacing: .1px; font-weight: 400; font-family: "Ivar"; border-radius: 0; background-color:transparent; }
.home-popup.popup-custom .bg-white .h-100 { background-size: cover; background-repeat: no-repeat; background-position: center; }
.home-popup-form .wpcf7-spinner { position: absolute; right: 0; bottom: 0; }
.home-popup-form form > .row .col-lg-2  { width: 100%; }
.home-popup-form form > .row .col-lg-2 .signup-btn.btn { width: 100%; background-color: #fafafa; color: #1d1b1c; padding: 0; }
.home-popup-form form > .row .col-lg-2 .signup-btn.btn input[type="submit"] { width: 100%; height: auto; background-color: #fafafa; color: #1d1b1c !important; padding: 20.5px 40px 19.5px; font-weight: 700; font-family: "DIN-1"; outline: none; box-shadow: none !important; border: 0 !important; }
.home-popup-form form > .row .col-lg-2 .signup-btn.btn p { margin: 0; }
button.btn.light.label-cta.text-white.mb-2.mb-lg-0.home-pop-btn.toggle { z-index: -1; }

.home-popup.popup-custom .no-thanks P { cursor: pointer; border-bottom: 2px solid #f32440; font-weight: 700; letter-spacing: .85px; font-size: 16px; line-height: 1; font-family: "DIN-1"; font-weight: 700; position: relative; text-align: center; height: auto;display: inline-block; width: auto; padding-bottom: 4px; margin: 0; text-transform: uppercase; } 
.home-popup.popup-custom .no-thanks P:after, .home-popup .no-thanks P:before  { display: none; }

.home-popup.popup-custom form.invalid input[type="text"], 
.home-popup.popup-custom form.invalid input[type="email"] { border-color: #dc3545; border-color: #dc3545; padding-right: calc(1.5em + 0.75rem); background-image: url(../images/alert-form-ic.svg); background-repeat: no-repeat; background-position: right calc(0.375em + 0.1875rem) center; background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.home-popup.popup-custom form.invalid .wpcf7-response-output { color: #dc3545; border: 0; margin: 1rem 0; text-align: center; font-size: 16px; line-height: 1.2;  font-family: "DIN-1"; font-weight: 400; padding: 0; }

.wpcf7 form.sent .wpcf7-response-output {text-align: center; border: none; font-size: 18px;}

.modal-open { overflow: hidden; }
.overlay-popup { visibility: visible; width: 100%; height: 100%; left: 0; top: 0; background-color: #000000; opacity: 0.2; position: fixed; transition: 0.1s all ease-in-out; z-index: -1; display: none; }
.modal-open .overlay-popup { opacity: 0.2; visibility: visible; z-index: 0; display: block; }
.overlap-txt-img .red-txt-arrow, .limg-rcontent-main .red-txt-arrow
{ height: fit-content; line-height: 1; height: -webkit-fit-content; height: -moz-fit-content; }    

.overlap-txt-img .red-txt-arrow.focus, .overlap-txt-img .red-txt-arrow:focus,
.limg-rcontent-main .red-txt-arrow.focus, .limg-rcontent-main .red-txt-arrow:focus
{ outline: 0; border: 1.5px solid #f6566b; box-shadow: 0 0 4px #f32440; }

.home-popup-form .signup-btn.btn { padding: 0; }
.home-popup-form .signup-btn.btn > p { margin: 0; }



/*=== FADE LEFT MENU LIST ===*/

.menu-open header .only-mobile-social { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; -webkit-animation-duration: 1s; animation-duration: 1.2s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

.menu-open header .enumenu_ul #primary-menu > li { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; -webkit-animation-duration: 0.7s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.menu-open header .enumenu_ul #primary-menu > li:nth-child(1) { -webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s; animation-delay: 0.1s; }
.menu-open header .enumenu_ul #primary-menu > li:nth-child(2) { -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; animation-delay: 0.2s; }
.menu-open header .enumenu_ul #primary-menu > li:nth-child(3) { -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; animation-delay: 0.3s; }
.menu-open header .enumenu_ul #primary-menu > li:nth-child(4) { -webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4s; animation-delay: 0.4s; }

@-webkit-keyframes fadeInLeft {
    from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
    to { opacity: 1; -webkit-transform: none; transform: none; }
}
@keyframes fadeInLeft {
    from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
    to { opacity: 1; -webkit-transform: none; transform: none; }
}
.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }

.desktop-bg {
    transform: scale(1.1);
}

.background-hover {
    animation: float 2s ease-in-out;
}

@keyframes float {
    0% {
        transform: translateX(0px) scale(1.1);
    }

    50% {
        transform: translateX(-10px) scale(1.1);
    }

    100% {
        transform: translateX(0px) scale(1.1);
    }
}


/*========== Four column css ==========*/

    .four-colum-content .title h2 { text-align: center; width: 100%; text-transform: capitalize; }
    .four-colum-content .title h2 strong { display: block; width: 100%; text-align: center; font-size: 16px; line-height: 1.2; margin-top: 15px; }
    .four-colum-content .title { margin-bottom: 30px; }
    .three-colum-content .title { margin-bottom: 30px; }
    .four-colum-content .bg-img { width: 100%; height: 226px; background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; }
    .four-colum-content .content { padding: 15px; background-color: #FFFFFF; }
    .four-colum-content h3 { color: #000; line-height: 1.2; position: relative; margin-bottom: 10px; display: flex; flex-wrap: wrap; align-items: center; text-transform: capitalize; }
    .four-colum-content h3 i { margin-left: auto; }
    .four-colum-content p { color: #000; font-family: "DIN-1"; font-size: 16px; line-height: 1.2;  }

    .four-colum-content .donate-btn a, .ourstory-one-imgcnt .donate-btn a { display: inline-block; text-align: center; min-width: auto; padding: 11.5px 14px; font-size: 14px; border-radius: 1px; background-color: #f32440; border: 1.5px solid transparent; line-height: 1; height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; text-transform: uppercase; cursor: pointer; letter-spacing: .75px; color: #FFFFFF; }
    .four-colum-content .donate-btn a:hover, .four-colum-content .donate-btn a:focus { background-color: #ec1330; }
    .ourstory-one-imgcnt .donate-btn a:hover, .ourstory-one-imgcnt .donate-btn a:focus { background-color: #ec1330; }
    .four-colum-content .donate-btn { padding-top: 25px; text-align: right; }
    .ourstory-one-imgcnt .donate-btn { padding-top: 25px; text-align: center; }
    .four-colum-content .list > div { margin-bottom: 25px; }


/*========== FAQ css ==========*/

    .faq-main .title { margin-bottom: 30px; text-align: center; text-transform: capitalize; }
    .faq-main .set { border: 1.5px solid #FFFFFF; border-radius: 10px; margin-bottom: 20px; }
    .faq-main .set.active-accordian { background-color: #f32440; border-color: #f32440; }
    
    .faq-main .set > a { color: #FFFFFF; line-height: 1.2; font-family: "DIN-1"; font-weight: 600; text-decoration: none; outline: none; position: relative; padding-right: 46px; width: 100%; display: block; }
    .faq-main .set p { color: #FFFFFF; font-size: 16px; line-height: 1.5; font-family: "Ivar"; font-weight: 400; margin-bottom: 25px; }
    .faq-main .set p:last-of-type { margin-bottom: 0; }
    .faq-main .set p a { color: #FFFFFF; font-size: 16px; line-height: 1.5; font-family: "Ivar"; font-weight: 400; display: inline-block; text-decoration: underline; }
    .faq-main .set p a:hover { opacity: 0.5; }
    
    .faq-main .set > a .arrow { height: 36px; width: 36px; border-radius: 50%; position: absolute; right: 0; top: -10px; background-color: #505050; transition: 0.3s all ease-in-out; transform: rotate(45deg); }
    
    .faq-main .set > a .arrow:after { content: ""; display: inline-block; width: 10px; height: 10px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 2px solid #FFFFFF; border-left: 0; border-bottom: 0; }
    
    .faq-main .set.active-accordian > a .arrow { background-color: #FFFFFF; transform: rotate(-45deg); }
    .faq-main .set.active-accordian > a .arrow:after { border-color: #000000; }
    .faq-main .content p a { display: inline-block !important; }

    .faq-main .btn-block { text-align: center; padding-top: 25px; }
    .faq-main .btn-block a { display: inline-block; text-align: center; min-width: auto; padding: 11.5px 14px; font-size: 14px; border-radius: 1px; background-color: #f32440; border-radius: 1px; border: 1.5px solid transparent; line-height: 1; height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; text-transform: uppercase; cursor: pointer; letter-spacing: .75px; color: #FFFFFF; width: 124px; }
    .faq-main .btn-block a:hover { background-color: #ec1330; }
    
.four-colum-content ~ .faq-main { padding-top: 10px; }
    
 
/*========== Three column css ==========*/
    
    .three-colum-content { background: linear-gradient(180deg,#151314,#2e2e2e); }
    .three-colum-content .inner-wrap { border: 2px solid #f32440; padding: 20px; background-color: #FFFFFF; text-align: center; } 
    .three-colum-content .list .btm-block { background-color: #f32440; padding: 5px; text-align: center; margin-top: 15px; } 
    .three-colum-content .list .btm-block h3 { color: #000000; text-align: center; width: 100%; display: block; }
    .three-colum-content .list .btm-block h4 { padding: 0; margin: 0; color: #FFFFFF; text-transform: uppercase; }
    .three-colum-content .inner-wrap figure { height: 120px; display: flex; align-items: center; justify-content: center; margin-bottom: 5px; }
    .three-colum-content .inner-wrap figure img { max-height: 100%; width: auto; max-width: 100%; }
    .three-colum-content .list > div { margin-bottom: 15px; }
    .three-colum-content .inner-wrap p { color: #000; font-family: "DIN-1"; font-size: 16px; line-height: 1.2; }
    .three-colum-content .title h2 { text-align: center; width: 100%; text-transform: capitalize; }
    .tabs-slider .tab-content.h4-not { padding-top: 20px; }
    .slider.slider-nav.no-paragraph { display: none; }
    

    .common-content { position: relative; padding: 30px 0; }
    .common-content .title { margin-bottom: 15px; text-align: center; }
    .common-content h3 { font-size: 26px; letter-spacing: .25px; margin-bottom: 24px; text-align: left; color: #fff; line-height: 1.32; }

    .common-content h2 { font-size: 30px; line-height: 1.2; letter-spacing: .1px; margin-bottom: 0; text-align: left; color: #fdfdfd; text-align: center; }

    .common-content p { font-size: 20px; line-height: 32px; margin-bottom: 24px; letter-spacing: .1px; color: #f2f0e0; font-family: "Ivar"; }
    .common-content .donate-btn { padding-top: 25px; text-align: center; }
    .common-content .donate-btn a { display: inline-block; text-align: center; min-width: auto; padding: 11.5px 14px; font-size: 14px; border-radius: 1px; background-color: #f32440; border: 1.5px solid transparent; line-height: 1; height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; text-transform: uppercase; cursor: pointer; letter-spacing: .75px; color: #fff; font-family: "DIN-1"; font-weight: 700; min-width: 124px; }

/*-------- New 2.5 slider --------*/

    .tab-slider-3 .slider-single-3 .slick-arrow { position: absolute; left: auto; right: 0; bottom: 20px; background-color: transparent; font-size: 0; border: 0; padding: 0; }
     .tab-slider-3 .slider-single-3 .slick-arrow.slick-prev:after { content: ""; display: block; font-size: 48px; background-image: url(//warchild.ca/wp-content/themes/wcc/assets/css/../images/Chevron-red.svg); background-repeat: no-repeat; background-position: center; transform: rotate(180deg); transform-origin: center; -webkit-transform: rotate(180deg); }
    
    .tab-slider-3 .slider-single-3 .slick-arrow.slick-prev { left: auto; right: 70px; }
    
    .tab-slider-3 .slider-single-3 .slick-arrow.slick-next:after { content: ""; display: block; font-size: 48px; background-image: url(//warchild.ca/wp-content/themes/wcc/assets/css/../images/Chevron-red.svg); background-repeat: no-repeat; background-position: center; }
    
    .slider-single-3 { padding-bottom: 60px; }
    
    .slider-single-3 .slick-arrow:after {  height: 24px; width: 24px; background-size: contain; }
    .tabs-slider.tab-slider-3 .slick-list .items img { height: 250px; object-fit: cover; } 
    .tab-slider-3 .container-full { padding: 0 15px; }
    .tab-slider-3 .slider-single-3 .slick-list { padding: 0 !important; }
    .tabs-slider .r-slider { padding: 0 15px; }
    .tab-slider-3 .dropdown-container { z-index: 11; }


    .tit-center.publications-main h2 { font-size: 36px; line-height: 44px; letter-spacing: .25px; margin-bottom: 24px; text-align: center; }
    
    


@media (min-width: 768px) {
    .tab-slider-3 .slider-single-3 .slick-arrow.slick-next { left: 42.5vw; }
    .tab-slider-3 .slider-single-3 .slick-arrow.slick-prev { left: 36vw; }
    
    .tit-center.publications-main h2 { font-size: 44px; line-height: 56px; }
    
}

@media (max-width: 992px) {
    .sign-up-wrapper .bg-dark-red {padding: 20px 15px;}
    .sign-up-wrapper .top-title h2{font-size: 30px;line-height: normal;}
    .sign-up-wrapper .top-title p {line-height: normal;}
}
@media (max-width: 767px) {
    .sign-up-wrapper .col-5,.sign-up-wrapper .col-7 {width:100%;}
    .sign-up-wrapper .col-5.bg-white .h-100 {height: 100%;padding-bottom: 100%;background-position: center;background-size: cover;}
}
@media (min-width: 992px) {
    .tab-slider-3.tabs-slider .inner-wrap { width: 100%; }
    
    .tabs-slider.tab-slider-3 .tabs li { display: inline-block; margin-right: 35px; }
    .tabs-slider.tab-slider-3 .tabs li:last-child { margin-right: 0; }
    .tabs-slider.tab-slider-3 .tabs { display: flex; align-items: flex-start; }
    .tabs-slider.tab-slider-3 .slick-list .items img { height: 300px; }
    .tab-slider-3 .slider-single-3 .slick-arrow.slick-prev { left: 37vw; }
    .tab-slider-3 .slider-single-3 .slick-next.slick-arrow { left: 44vw; }
    .tab-slider-3.tabs-slider .slick-slide { margin: 0 12px !important; }
    .tab-slider-3.tabs-slider .tabs li { font-size: 24px; margin-right: 18px; }
    
    .tabs-slider.tab-slider-3 .tabs li.current:after { content: ""; display: block; width: 100%; height: 1px; background-color: #ffffff36; position: absolute; bottom: 0; left: 0; }
    
    .tit-center.publications-main h2 { font-size: 48px; }
    
}

@media (min-width: 1024px) {
    .tabs-slider .r-slider { padding: 0; }
    .tabs-slider.tab-slider-3 .slick-list .items img { height: 328px; }
}

@media (min-width: 1367px) {
    
    .tabs-slider.tab-slider-3 .slick-list .items img { height: 408px; }
    .tab-slider-3 .container-full { padding-left: 5%; }
    .tab-slider-3 .slider-single-3 .slick-list { padding: 0 26% 0 0 !important; }
    .tab-slider-3.tabs-slider .tabs li { font-size: 32px; margin-right: 35px; }
    
    .tab-slider-3 .slider-single-3 .slick-next.slick-arrow { left: 32vw; }
    .tab-slider-3 .slider-single-3 .slick-arrow.slick-prev { left: 28vw; }
    
}
