/*
Theme Name: Charity
Version: 1.0
Theme URI: http://www.cyberoptik.net
Description: Customizable responsive Wordpress theme created by CyberOptik
Author: CyberOptik
Author URI: http://www.cyberoptik.net
Template: optik-theme
*/



/*
 * CUSTOMIZABLE CSS
 */



/* -----------------------------------------------------------------------------
 * TABLE OF CONTENTS:
 * -----------------------------------------------------------------------------
 *
 * 1 CSS IMPORTS
 *
 * 2 STRUCTURAL ELEMENTS
 *   2.1 UNIVERSAL STYLES
 *   2.2 THEME MODULES
 *   2.3 BACK TO TOP BUTTON
 *
 * 3 CONTENT STYLES
 *   3.1 TEXT & LINKS
 *   3.2 HEADINGS
 *   3.3 BORDERS & DIVIDERS
 *   3.4 BUTTONS
 *   3.5 ICONS
 *   3.6 LIST STYLES
 *   3.7 FORM STYLES
 *
 * 4 HEADER STYLES
 *   4.1 SCROLL BAR
 *   4.2 TOP BAR
 *   4.3 HEADER 
 *   4.3 NAV BAR
 *   4.5 NAV MENUS
 *   4.6 DROPDOWN MENUS
 *   4.7 MOBILE NAV
 *
 * 5 BODY STYLES
 *   5.1 BANNER
 *   5.2 PAGE NAVBAR
 *   5.3 MAIN
 *   5.4 ARCHIVE
 *   5.5 SINGLE
 *
 * 6 FOOTER STYLES
 *   6.1 CTA BAR
 *   6.2 FOOTER
 *   6.3 BOTTOM BAR
 *
 * 7 CUSTOM THEME STYLES
 *
 * ---------------------------------------------------------------------------*/





/******************************************************************************
 * * *  1 CSS IMPORTS  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/

@import url("../optik-theme/style.css");



/***  ASAP CONDENSED  ***/

/* Normal */
@font-face {
  font-family: 'Asap Condensed';
  font-weight: normal;
  src: url('fonts/Asap_Condensed/AsapCondensed-Regular.ttf');
}

/* Italic */
@font-face {
  font-family: 'Asap Condensed';
  font-style: italic;
  font-weight: normal;
  src: url('fonts/Asap_Condensed/AsapCondensed-Italic.ttf');
}

/* Semi Bold */
@font-face {
  font-family: 'Asap Condensed';
  font-weight: 600;
  src: url('fonts/Asap_Condensed/AsapCondensed-SemiBold.ttf');
}

/* Bold */
@font-face {
  font-family: 'Asap Condensed';
  font-weight: bold;
  src: url('fonts/Asap_Condensed/AsapCondensed-Bold.ttf');
}



/***  INTER  ***/

/* Normal */
@font-face {
  font-family: 'Inter';
  font-weight: normal;
  src: url('fonts/Inter/Inter-Regular.ttf');
}

/* Semi Bold */
@font-face {
  font-family: 'Inter';
  font-weight: 600;
  src: url('fonts/Inter/Inter-SemiBold.ttf');
}

/* Bold */
@font-face {
  font-family: 'Inter';
  font-weight: bold;
  src: url('fonts/Inter/Inter-Bold.ttf');
}



/***  PERMANENT MARKER  ***/

/* Normal */
@font-face {
  font-family: 'Permanent Marker';
  font-weight: 400;
  src: url('fonts/Permanent_Marker/PermanentMarker-Regular.ttf');
}





/******************************************************************************
 * * *  2 STRUCTURAL ELEMENTS  * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/



/***  2.1 UNIVERSAL STYLES  ***/

:root {
  --primary: #FE4C6F;
  --primary-lt: #ff597a;
  --primary-dk: #E04765;
  --secondary:#0f77ff;
  --dark-1: #2A2A2A;
  --dark-2: #1F2324;
  --light-1: #aaafb4;
  --light-2: #e5e8ea;
  --light-3: #F4F9FF;
  --shadow-1: 0 0 25px 0 rgba(0,0,0,.1);
  --shadow-2: 0 0 50px 0 rgba(0,0,0,.15);
  --radius-1: 7px;
  --radius-2: 16px;
  --radius-3: 12px;
  --font-color: #5a5a5a;
  --field-border: #c4c4c4;
  --font-1: 'Inter',sans-serif;
  --font-2: 'Asap Condensed', sans-serif; 
  /* --font-1: 'Permanent Marker', cursive; */
}

html {font-size: 16px;}

body {
  line-height: 1.6em;
  font-family: var(--font-1);
  color: var(--font-color);
  background: white;
}


/***  2.2 THEME STYLES  ***/

.section-container {max-width: 1300px;}

.section-spacer {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-spacer-top {padding-top: 100px;}
.section-spacer-btm {padding-bottom: 100px;}

.section-spacer-sm {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-spacer-top-sm {padding-top: 80px;}
.section-spacer-btm-sm {padding-bottom: 80px;}

.section-spacer-lg {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-spacer-top-lg {padding-top: 120px;}
.section-spacer-btm-lg {padding-bottom: 120px;}



/***  2.3 BACK TO TOP BUTTON  ***/

.btt-button .fa {
  border-radius: var(--radius-1);
  background: var(--primary);
  color: white;
}

.btt-button:hover .fa {
  background: var(--primary-lt);
  color: white;
}




/******************************************************************************
 * * *  3 CONTENT STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/


/***  3.1 TEXT & LINKS  ***/

a {color: var(--primary);}

a:hover {
  text-decoration: none;
  color: var(--primary-lt);
}


/***  3.2 HEADINGS  ***/

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: var(--dark-1);
}

/* .elementor-heading-title {line-height: 1.3em;}

h1.elementor-heading-title, 
h2.elementor-heading-title, 
h3.elementor-heading-title, 
h1, h2, h3 {line-height: 1.1em;} */

h1 {font-size: 4em; font-family: var(--font-1); }
h2 {
  font-size: 24px; 
  font-family: var(--font-1); 
  font-weight: 700;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.5em; 
    font-family: var(--font-1); 
    font-weight: 700;
  }
}
h3 {font-size: 2em; font-family: var(--font-1); font-weight: 700;}
h4 {font-size: 1.5em; font-family: var(--font-1);  font-weight: 500;}
h5 {font-size: 1.125em; font-family: var(--font-1); font-weight: 400;}
h6 {font-size: 1em; font-family: var(--font-1); font-weight: 500;}

h6:after {
  display: block;
  width: 45px;
  height: 4px;
  margin-top: 10px;
  margin-bottom: -0.5em;
  background-color: var(--dark-2);
  content: '';
}

@media screen and (max-width: 900px) {
h1 {font-size: 4em;}
h2 {font-size: 2.5em;}
}

@media screen and (max-width: 600px) {
h1 {font-size: 3.5em;}
h2 {font-size: 2.5em;}
h3 {font-size: 1.75em;}
}



/***  3.3 BORDERS & DIVIDERS  ***/

hr, .divider {
    display: block;
	width: 100%;
    height: 1px;
    border: 0;
    border-top: 2px solid var(--dark-2);
    margin: 2.5em auto;
    padding: 0;
	clear: both;
}




/***  3.4 BUTTONS  ***/

.button {
  padding: 0.5em 2.25em;
  border: 2px solid var(--primary);
  border-radius: var(--radius-1);
  background-color: var(--primary);
  font-weight: 400;
  color: white;
}

.button:hover {
  border-color: var(--primary-lt);
  background: var(--primary-lt);
  color: white;
}

.button-trans {
  width: fit-content;
}
.button-trans a {
  background-color: none;
  color: var(--dark-1);
  background-color: transparent !important;
  color: var(--dark-1) !important;
  padding: 0 !important;
}
.button-trans a:hover {
  background-color: transparent !important;
  color: var(--secondary) !important;
}
.button-trans a i::before {
  transition: all 0.3s ease;
}
.button-trans a:hover i::before {
  color: var(--secondary) !important;
}

/* Empty Button */

.button-empty {
  background: none;
  color: var(--primary);
}

.button-empty:hover {
  border-color: var(--dark-2);
  color: var(--primary-lt);
}

/* Elementor Button */

.elementor-button {
  padding: 0.75em 2.25em !important;
  border-radius: var(--radius-1) !important;
  background-color: var(--primary) !important;
  font-weight: 400 !important;
  line-height: 1.5em;
  color: white !important;
}

.elementor-button:hover {
  background: var(--dark-2) !important;
  color: white !important;
}

/* Alt Button */

.alt-elementor-button .elementor-button {
  color: var(--dark-2) !important;
  background:transparent!important;
  padding: 0!important;
  font-size:16px;
} 

.alt-elementor-button .elementor-button:hover {
  color: var(--primary) !important;
}

.alt-elementor-button .elementor-button-icon {
  background-color: transparent!important;
  transition: all 300ms ease-in-out;
  padding: 20px 0 20px 0;
}

.alt-elementor-button .elementor-button:hover .elementor-button-icon {background-color: var(--light-4);}

.alt-elementor-button .elementor-button-icon i {color: var(--font-color);}

.alt-elementor-button .elementor-button-text {padding: 20px 0;}

/*Banner Alt Button */

.alt-elementor-button.banner-button .elementor-button, 
.alt-elementor-button.banner-button .elementor-button:hover {box-shadow: none;}

.alt-elementor-button.banner-button .elementor-button-icon {padding: 43px;}

.alt-elementor-button.banner-button .elementor-button-text {padding: 43px 20px;}


/***  3.5 ICONS  ***/

/*  Icon Colors  */

.fa, .fas, .far, .fal, .fab {color: var(--primary);}

a .fa, a .fas, a .far, a .fal, a .fab {
  color: var(--dark-1);
  webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

a:hover .fa, a:hover .fas, a:hover .far, a:hover .fal, a:hover .fab {color: var(--dark-2);}

/*  Icon Backgrounds  */

.fa-bg {
  padding: 0.5em;
  background-color: var(--primary);
  color: white;
}

a .fa-bg {
  background-color: var(--primary);
  color: white;
}

a:hover .fa-bg {
  background-color: var(--dark-2);
  color: white;
}

/*  Icon Borders  */
.fa-br {border-color: var(--primary);}
a .fa-br {border-color: var(--primary);}
a:hover .fa-br {border-color: var(--dark-2);}



/***  3.6 LISTS  ***/

/* Icon Lists */

.arrow-list, 
.check-list, 
.check-circle-list, 
.icon-list, 
.contact-list {list-style: none;}

.arrow-list li, 
.check-list li, 
.check-circle-list li, 
.icon-list li, 
.contact-list li {position: relative;}

.contact-list li a {color: var(--dark-1);}

.icon-list li .fa, 
.icon-list li .fal, 
.icon-list li .fas, 
.icon-list li .fab, 
.icon-list li .fad, 
.contact-list li .fa, 
.contact-list li .fal, 
.contact-list li .fas, 
.contact-list li .fab, 
.contact-list li .fad {
  position: absolute;
  top: 0.25em;
  left: -1.75em;
  width: 1em;
  height: 1em;
  line-height: 1;
}

.arrow-list li:not(:last-child), 
.check-list li:not(:last-child), 
.check-circle-list li:not(:last-child), 
.icon-list li:not(:last-child), 
.contact-list li:not(:last-child) {margin-bottom: 0.5em;}

.arrow-list li:before, 
.check-list li:before, 
.check-circle-list li:before, 
.icon-list li:before, 
.contact-list li:before {
  position: absolute;
  top: 0.33em;
  left: -1.75em;
  width: 1em;
  height: 1em;
  display: block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 1em;
  text-align: center;
  color: var(--dark-1);
}

.arrow-list li:before, 
.icon-list li.arrow:before, 
.contact-list li.arrow:before {content: "\f105";}

.check-list li:before, 
.icon-list li.check:before, 
.contact-list li.check:before {content: "\f00c";}

.check-circle-list li:before, 
.icon-list li.check-circle:before, 
.contact-list li.check-circle:before {content: "\f058";}

.icon-list li.map-marker:before, 
.contact-list li.map-marker:before {content: "\f3c5";}

.icon-list li.phone:before, 
.contact-list li.phone:before {content: "\f095";}

.icon-list li.fax:before, 
.contact-list li.fax:before {content: "\f1ac";}

.icon-list li.envelope:before, 
.contact-list li.envelope:before {content: "\f0e0";}

.icon-list li.clock:before, 
.contact-list li.clock:before {content: "\f4fd";}

.icon-list li.share:before, 
.contact-list li.share:before {content: "\f14d";}

/* Double Size Icon List */

.icon-list-2x li, 
.contact-list-2x li {margin-left: 3em;}

.icon-list-2x li:not(:last-child), 
.contact-list-2x li:not(:last-child) {margin-bottom: 1em;}

.icon-list-2x li:before, 
.contact-list-2x li:before {
  font-size: 1.5em;
  top: 0;
  right: calc(100% + 1em);
}

/* Column Lists */

@media screen and (min-width: 601px) {

.two-col-list, 
.three-col-list, 
.four-col-list, 
.five-col-list {
  width: 100%;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.two-col-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.three-col-list, 
.four-col-list, 
.five-col-list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.two-col-list li, 
.three-col-list li, 
.four-col-list li, 
.five-col-list li {
  display: inline-block;
  width: calc(100% - 1.75em);
}

}

@media screen and (min-width: 901px) {

.four-col-list, 
.five-col-list {
  -webkit-column-count: 4; /* Chrome, Safari, Opera */
  -moz-column-count: 4; /* Firefox */
  column-count: 4;
}

}

@media screen and (min-width: 1025px) {

.five-col-list {
  -webkit-column-count: 5; /* Chrome, Safari, Opera */
  -moz-column-count: 5; /* Firefox */
  column-count: 5;
}

}


/***  3.7 FORM STYLES  ***/

/* Inputs */

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, 
input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, 
input[type="url"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, 
input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, 
textarea:focus, select:focus {border-color: var(--primary);}

/* Buttons */

input[type="submit"], input[type="reset"], input[type="button"] {
  background-color: var(--primary);
  height: 50px;
  border-radius: var(--radius-2);
  padding: 0.75em 2em;
  color: white;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

input[type="Submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  background-color: var(--secondary);
  color: white;
}

input[type="Submit"]:active, input[type="reset"]:active, input[type="button"]:active {
  background-color:  var(--primary);
  color: white;
}

/* Search Form */

.search-form {position: relative;}

input[type="text"].search-field {background-color: var(--light-3);}

input[type="text"].search-field:focus {background-color: white;}

input[type="Submit"].search-submit {
  display: block;
  position: absolute;
  z-index: 50;
  top: 50%;
  right: 0;
  float: none;
  width: 42px;
  height: 42px;
  border: 0;
  margin-top: -21px;
  background: rgba(0,0,0,0) url(images/icon-search.svg) center center no-repeat !important;
  background-size: 1.5em !important;
  opacity: 0.6;
  cursor: pointer;
  cursor: hand;
}

input[type="Submit"].search-submit:hover {
  outline: none;
  opacity: 1;
}

input[type="Submit"].search-submit:active {
  background-color: rgba(0,0,0,0.025);
  outline: none;
}

/* Ninja Forms */

.nf-before-form-content {display: none !important;}

.nf-field-element input[type="button"], 
.nf-field-element input[type="submit"] {height: 50px;}


/******************************************************************************
 * * *  4 HEADER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/


/***  4.1 SCROLL BAR  ***/

.scroll-bar {
  background: white;
  box-shadow:var(--shadow-1);
}

.scroll-logo img {max-height: 50px;}


/***  4.2 TOP BAR  ***/


/***  4.3 HEADER  ***/

.header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.header .col-custom {
  padding-top: 0;
  padding-bottom: 0;
}

.header .logo-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
}

.logo img {max-height: 64px;}

@media screen and (max-width: 900px) {
.logo img {max-height: 50px;}
}

/* Menu Button */

.header .menu-button .fal, 
.header .menu-button:hover .fal {
  padding-top: 0.43em;
  padding-bottom: 0.23em;
  border-radius: var(--radius-1);
  background-color: var(--primary);
  color: white;
}

.header .menu-button.active .fal {
  background: var(--dark-2);
  color: white;
}


/***  4.4 NAV BAR  ***/

.top-bar {background-color: var(--primary);}

.top-bar .fa,
.top-bar .fal, 
.top-bar a .fa,
.top-bar a .fal,
.top-bar a {color: white;}

.top-bar a:hover {color: var(--dark-2);}


/***  4.5 NAV MENUS  ***/

.nav-menu > li > a {
  padding: 24px 16px;
  color: var(--font-color);
  text-transform:uppercase; 
  font-family:var(--font-2);
}

.scroll-bar .nav-menu > li > a {color: var(--dark-2); font-family:var(--font-2);}

.single-service .nav-menu > li.services-link > a, 
.single-post .nav-menu > li.posts-link > a, 
.nav-menu > li.current-menu-ancestor > a, 
.nav-menu > li.current-page-ancestor > a, 
.nav-menu > li.current-page-parent > a, 
.nav-menu > li.current-menu-item > a, 
.nav-menu > li:hover > a {color: var(--primary);}

/* Nav Button */

.nav-menu > li.nav-button > a > span {
  display: block;
  padding: 0.5em 2.25em;
  border-radius: var(--radius-1);
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  background-color: var(--primary);
  color: white;
  transition: all 300ms ease-in-out;
}

.nav-menu > li.nav-button.current-menu-item > a > span, 
.nav-menu > li.nav-button:hover > a > span {
  background-color: var(--primary-dk);
  color: white;
}


/***  4.6 DROPDOWN MENUS  ***/

.nav-menu li ul {
  border-radius: var(--radius-1);
  background-color: white;
  width: 240px;
}

.nav-menu li ul li a {
  padding: 12px 16px;
  text-align: left;
  color: var(--dark-2);
  font-size: 0.9em;
}

.nav-menu li ul li:first-child > a {
  border-top-left-radius: var(--radius-1);
  border-top-right-radius: var(--radius-1);
}

.nav-menu li ul li:last-child > a {
  border-bottom-left-radius: var(--radius-1);
  border-bottom-right-radius: var(--radius-1);
}

.nav-menu li ul li.current-menu-item > a {color: var(--primary);}

.nav-menu li ul li:hover a {
  background-color: var(--primary);
  color: white;
}


/***  4.7 MOBILE NAV  ***/

.mobile-nav {background-color: white;}

.mobile-menu > li:not(:last-child) {border-bottom: 1px solid var(--light-2);}

.mobile-menu li a {color: var(--dark-2);}

.mobile-menu li.current-menu-item > a {
  background-color: var(--primary);
  color: white;
}

.mobile-menu li ul {
  background-color: var(--light-3);
  font-size: 0.9em;
}





/******************************************************************************
 * * *  5 BODY STYLES  * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/


/***  5.1 BANNER  ***/

.banner {
  background-image: url('./images/inner-banner-img.png');
  /* background-color: white; */
  background-position: top;
  background-size: cover; 
  max-width: 100%;
  background-repeat: no-repeat;
}

.banner::before {
  background-size: contain;
  margin: 130px 0 0 0;
  width: 80%;
}
@media (min-width: 576px) {
  .banner::before {
    width: 100%;
  }
}

.home .banner-inner {padding-bottom: 160px;}

.banner-tall .banner-inner {min-height: 580px;}

.banner-content {
  width: 50%;
  margin: 0;
  text-align: left;
  padding-right: 15px;
}
.banner .page-title {
  text-align: left;
  font-size: 30px;
}
@media (min-width: 768px) {
  .banner-content {
    width: 40%;
    padding-right: 0;
  }
  .banner .page-title {
    font-size: 64px;
  }
}

.banner .page-title-wrapper + .page-intro-wrapper {margin-top: 1em;}

.banner h1, 
.banner h2, 
.banner h3, 
.banner h4, 
.banner h5, 
.banner h6 {color: var(--dark-1);}

.banner h1:not(:last-child), 
.banner h2:not(:last-child), 
.banner h3:not(:last-child) {margin-bottom: 1rem;}

.single-post .banner h1 {font-size: 4.5em;}

.banner p {font-size: 1.15em;}


.banner-inner {
  max-width: 1000px;
  min-height: 450px;
  padding-top: 160px !important;
  padding-bottom: 50px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  text-align: left;
}
@media (max-width: 900px) {
  .banner-inner {
    min-height: 350px;
    padding-top: 50px !important;
  }
}


/***  5.2 PAGE NAV BAR  ***/


/***  5.3 MAIN  ***/

.main {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (min-width: 421px) {
.content .alignleft {margin: 0 20px 1em 0;}
.content .alignright {margin: 0 0 1em 20px;}
}



/***  5.4 ARCHIVE  ***/

/* Entry Cols */

.entry-cols .entry-link {
  border-radius: var(--radius-2);
  background-color: var(--light-3);
  overflow: hidden;
  color: var(--dark-2);
}

.entry-cols .entry-link:hover {transform: translateY(-3px);}

.entry-cols .entry-icon-wrap {padding: 30px 30px 0;}

.entry-cols .entry-icon-wrap svg {
  width: 50px;
  fill: var(--primary);
}

.entry-cols .entry-link .entry-title, 
.entry-cols .entry-link:hover .entry-title {color: var(--secondary);}

.entry-cols .entry-text-wrap {padding: 30px 30px 85px 30px;}

.entry-cols .entry-date {
  font-size: 0.9em;
  color: var(--dark-3);
}

.entry-cols .entry-cats {
  position: absolute;
  top: 30px;
  left: 30px;
}

.entry-cols .entry-cats span {
  border-radius: var(--radius-2);
  padding: 5px 10px;
  margin: 0;
  margin-right: 4px;
  background: rgba(0,0,0,0.4);
  color: white;
}

.entry-cols .entry-more {
  position: absolute;
  width: 100%;
  left: 30px;
  bottom: 30px;
}

.entry-cols .entry-link .entry-button {color: var(--primary);}

.entry-cols .entry-link:hover .entry-button {color: var(--secondary);}

/* Paging Nav */

.archive-nav a {
  padding: 0.6em 1.2em;
  border-radius: var(--radius-3);
  border: 1px solid var(--light-1);
  background: var(--light-2);
  color: var(--font-color);
}

.archive-nav a:hover {
  background-color: var(--secondary);
  color: white;
}


/***  5.5 SINGLE  ***/






/******************************************************************************
 * * *  6 FOOTER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/

/***  6.1 CTA BAR  ***/

.cta-bar {
  padding-top: 100px;
  Padding-bottom: 100px;
  background-color: var(--secondary);
  text-align: center;
  color: white;
}

.cta-bar .grid {align-items: center;}

.cta-bar .col-custom:last-child {margin-top: 1em;}

@media screen and (min-width: 901px) {
.cta-bar .col-custom:first-child {
  width: 66.7%;
  text-align: left;
}
.cta-bar .col-custom:last-child {
  width: 33.3%;
  text-align: right;
  margin-top: 0;
}
}

.cta-bar .cta-title, 
.cta-bar .elementor-widget-heading {margin-bottom: 0.5em;}

.cta-bar .cta-title + p {margin-top: 0;}

.cta-bar h1, 
.cta-bar h2, 
.cta-bar h3, 
.cta-bar h4, 
.cta-bar h5, 
.cta-bar h6, 
.cta-bar .elementor-heading-title {color: white;}

.cta-bar .button:hover, 
.cta-bar .elementor-button:hover {
  border-color: white;
  background-color: white;
  color: var(--primary);
}


/***  6.2 FOOTER  ***/

.footer {
  position: relative;
  padding-top: 85px;
  padding-bottom: 0;
  background-color: var(--dark-1);
  color: var(--light-1);
}
@media (min-width: 1200px) {
  .footer {
    padding-bottom: 90px;
  }
}
.footer-inner {
  margin-left: 0;
}
.footer-inner .grid {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 50px;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .footer-inner .grid {
    flex-wrap: nowrap;
  }
}
.footer-inner .grid .col-custom.widget {
  width: 100%;
  color: var(--light-3);
  padding: 0 !important;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .footer-inner .grid .col-custom.widget {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .footer-inner .grid .col-custom.widget {
    width: 25%;
    max-width: 262.5px;
    margin-bottom: 0;
  }
}
.footer-inner .grid .col-custom.widget h4 {
  margin-bottom: 20px;
}
.footer-inner .grid .col-custom.widget p,
.footer-inner .grid .col-custom.widget a {
  line-height: 30px;
}
.footer-inner .grid .col-custom.widget a {
  color: var(--light-3);
  transition: all 0.3s ease;
}
.footer-inner .grid .col-custom.widget a:hover {
  color: var(--primary);
  transition: all 0.3s ease;
}

.footer h1, 
.footer h2, 
.footer h3, 
.footer h4, 
.footer h5, 
.footer h6, 
.footer a, 
.footer a:hover {color: white;}

.footer .footer-widget h3 {
	color:var(--primary);
	font-size: 1.375em;
	font-weight:400;
	margin-bottom: 1em;
  line-height: 1.5;
}

/* Footer Menu */

.footer .menu li a {
  position: relative;
  display: block;
}

/* Footer Icon List */

.footer .arrow-list li, 
.footer .check-list li, 
.footer .check-circle-list li, 
.footer .icon-list li, 
.footer .contact-list li {
  margin-left: 1.75em;
}
.footer .contact-list li {
  margin: 0;
}

/* Footer Elementor Button */

.footer .elementor-button {background-color: var(--dark-3) !important;}

.footer .elementor-button:hover {background: var(--font-color) !important;}

/* Footer Social Media Icon */
.footer .social-medias {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 25px;
  margin-top: 15px;
  justify-content: center;
}
@media (min-width: 1200px) {
  .footer .social-medias {
    justify-content: flex-start;
  }
}
.footer .social-medias .social-media a i {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 900;
  font-style: normal !important;
  font-size: 16px;
}


/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
  padding-bottom: 70px;
  background: var(--dark-1);
  font-size: 0.92em;
  color: var(--light-1);
}
.bottom-bar .bottom-bar-inner .grid {
  display: flex;
  row-gap: 30px;
}
@media (min-width: 1200px) {
  .bottom-bar .bottom-bar-inner .grid {
    row-gap: 0;
  }
}

.bottom-bar h1, 
.bottom-bar h2, 
.bottom-bar h3, 
.bottom-bar h4, 
.bottom-bar h5, 
.bottom-bar h6, 
.bottom-bar a {color: var(--light-1);}
.bottom-bar a:hover {color: var(--primary);}

.copyright, .credits {display: inline-block;}

.credits img {
  width: 1.2em;
  margin-top: -2px;
}



/******************************************************************************
 * * *  7 CUSTOM STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/

.pantone-1 { background-color:var(--light-3);}

.eael-infobox {
	border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F4F9FF;
    box-shadow: 0px 16px 80px -24px rgb(15 119 255 / 8%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 32px 0px 0px;
    padding: 56px 40px 56px 40px;
	border-radius:var(--radius-2);
}

.eael-infobox:hover {
	box-shadow: 0px 40px 80px -24px rgb(15 119 255 / 16%);
}

.eael-infobox .infobox-button a.eael-infobox-button {
    color: var(--dark-2);
    padding: 0px 0px 0px 0px;
}
.eael-infobox .infobox-button a.eael-infobox-button:hover {
	color: var(--primary)!important;
}

.eael-infobox .infobox-icon .infobox-icon-wrap {
	background: var(--primary)!important;
}

.eael-infobox .infobox-icon .infobox-icon-wrap i {
	color:white;
}

.radius {
	border-radius: var(--radius-2);
}

figure.elementor-image-box-img img {
	transition-duration: 0.3s;
    border-radius: var(--radius-3);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}

/** Base **/
.cta-content {
  max-width: 456px;
}
.column-blob .elementor-background-overlay {
  background-size: 140% auto;
  border-bottom-left-radius: 30px;
}

/** Home - Banner **/
@media (max-width: 768px) {
  .home-banner .section-heading h1 {
    font-size: 37px;
  }
}

/** Home - Testimonial **/
.section-testimonial .custom-content h1,
.section-testimonial .custom-content h2,
.section-testimonial .custom-content h3,
.section-testimonial .custom-content h4,
.section-testimonial .custom-content h5,
.section-testimonial .custom-content h6 {
  color: white;
}


/** Home - Host a Drive **/
.section-drive .elementor-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
}
.section-drive .icon-box-drive {
  background-color: white;
  width: 100%;
  padding: 55px 40px;
  border-radius: 16px;
  box-shadow: 0 16px 80px -24px rgba(15,119,255,.08);
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .section-drive .icon-box-drive {
    width: 45%;
  }
  .section-drive .elementor-container {
    row-gap: 60px;  
  }
}
@media (min-width: 1200px) {
  .section-drive .elementor-container {
    flex-wrap: nowrap;
  }
  .section-drive .icon-box-drive {
    max-width: 367px;
  }
}
.section-drive .icon-box-drive:hover {
  box-shadow: 0 40px 80px -24px rgba(15,119,255,.16);
  transition: all 0.3s ease;
}
.section-drive .icon-box-drive .btn-host-drive {
  font-size: 15px;
}
.section-drive .icon-box-drive .elementor-icon-box-content .elementor-icon-box-title {
  color: var(--primary);
  font-weight: 600;
}
.section-drive .icon-box-drive .elementor-icon-box-icon .elementor-icon {
  background-color: var(--primary);
  padding: 15px;
}
.section-drive .icon-box-drive .elementor-icon-box-icon .elementor-icon i {
  color: white;
  font-size: 25px;
}


/** Home - Mission - Services **/
.section-mission .section-heading {
  max-width: 680px;
  margin: 0 auto 60px auto;
}
.section-mission .mission-services-wrapper .service-cols article {
  padding: 25px;
}
.section-mission .mission-services-wrapper .service-cols article a {
  background-color: unset;
}
.section-mission .mission-services-wrapper .service-cols article a .service-icon-wrap,
.section-mission .mission-services-wrapper .service-cols article a .service-text-wrap {
  text-align: center;
  padding: 0;
}
.section-mission .mission-services-wrapper .service-cols article a .service-text-wrap .service-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--dark-1);
}
.section-mission .mission-services-wrapper .service-cols article a .service-text-wrap .service-excerpt {
  color: var(--font-color);
}
.section-mission .mission-services-wrapper .service-cols article a .service-text-wrap .service-more {
  display: none;
}

/** Home - Projects **/
.section-projects {
  background-color: var(--light-3);
}
.section-projects .section-heading {
  width: 100%;
}

.section-projects .projects-wrapper .gallery-cols .grid::after {
  display: none;
}
.section-projects .projects-wrapper .gallery-cols .grid-spaced {
  margin: unset;
  width: unset;
}
.section-projects .projects-wrapper .gallery-cols .grid {
  justify-content: center;
  row-gap: 20px;
}
@media (min-width: 768px) {
  .section-projects .projects-wrapper .gallery-cols .grid {
    row-gap: 30px;
    column-gap: 25px;
  }
}
@media (min-width: 1200px) {
  .section-projects .projects-wrapper .gallery-cols .grid {
    column-gap: 40px;
  }
  .section-projects .section-heading {
    max-width: 50%;
  }
}

.section-projects .projects-wrapper .gallery-cols .grid .gallery {
  padding: 0;
  width: 100%;
  max-width: 368px;
}
@media (min-width: 768px) {
  .section-projects .projects-wrapper .gallery-cols .grid .gallery {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .section-projects .projects-wrapper .gallery-cols .grid .gallery {
    width: 100%;
    max-width: 368px;
  }
}

.section-projects .projects-wrapper .gallery-cols .grid .gallery .gallery-link:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
.section-projects .projects-wrapper .gallery-cols .grid .gallery .gallery-link img {
  max-height: 182px;
  object-fit: cover;
  filter: brightness(100%) contrast(72%) saturate(100%) blur(0px) hue-rotate(0deg);
  transition-duration: .3s;
  border-radius: 12px 12px 12px 12px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
}
.section-projects .projects-wrapper .gallery-cols .grid .gallery .gallery-link .gallery-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark-1);
  text-align: left;
  padding: 15px 0 0 0;
}

/** Home - Partner **/
.section-partner .section-heading h1,
.section-partner .section-heading h2,
.section-partner .section-heading h3,
.section-partner .section-heading h4,
.section-partner .section-heading h5,
.section-partner .section-heading h6 {
  line-height: 45px;
}
.section-partner .partner-logos .gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 80px;
}
.section-partner .partner-logos .gallery .gallery-item {
  padding: 0;
  margin: 0;
}
@media (max-width: 900px) {
  .section-partner .partner-logos .gallery .gallery-item {
    width: 50% !important;
    max-width: 100% !important; 
  }
}

/** What We Do **/
.icon-counter .icon {
  margin-bottom: 20px;
}
.icon-counter .elementor-icon {
  font-size: 16px;
  padding: 16px;
  background-color: var(--secondary);
}
.icon-counter .elementor-icon i {
  color: white;
}
.icon-counter .counter .elementor-counter-number {
  font-size: 40px;
  color: var(--primary);
}
.icon-counter .counter .elementor-icon-box-description {
  font-size: 16px;
  color: var(--font-color);
}
@media (min-width: 576px) {
  .icon-counter {
    width: 49% !important;
  }
}
@media (min-width: 1024px) {
  .icon-counter {
    width: unset;
  }
}

/** What We Do **/
.section-slant-card .slant-card {
  box-shadow: 0 40px 40px -32px rgba(16,38,68,.4);
  border-radius: 16px;
}
.section-slant-card .slant-card .icon i {
  color: white;
  font-size: 27px;
}
.section-slant-card .slant-card .content .elementor-widget-container h1,
.section-slant-card .slant-card .content .elementor-widget-container h2,
.section-slant-card .slant-card .content .elementor-widget-container h3,
.section-slant-card .slant-card .content .elementor-widget-container h4,
.section-slant-card .slant-card .content .elementor-widget-container h5,
.section-slant-card .slant-card .content .elementor-widget-container h6,
.section-slant-card .slant-card .content .elementor-widget-container {
  color: white;
}
.section-slant-card .slant-card .content .elementor-widget-container {
  max-width: 500px;
}
@media (max-width: 768px) {
  .section-slant-card .slant-card .content .elementor-widget-container h1,
  .section-slant-card .slant-card .content .elementor-widget-container h2,
  .section-slant-card .slant-card .content .elementor-widget-container h3,
  .section-slant-card .slant-card .content .elementor-widget-container h4,
  .section-slant-card .slant-card .content .elementor-widget-container h5,
  .section-slant-card .slant-card .content .elementor-widget-container h6 {
    font-size: 18px;
  }
  .section-slant-card .slant-card .content .elementor-widget-container {
    font-size: 14px;
  }
}
@media (min-width: 900px) {
  .section-slant-card .slant-card .content .elementor-widget-container h1,
  .section-slant-card .slant-card .content .elementor-widget-container h2,
  .section-slant-card .slant-card .content .elementor-widget-container h3,
  .section-slant-card .slant-card .content .elementor-widget-container h4,
  .section-slant-card .slant-card .content .elementor-widget-container h5,
  .section-slant-card .slant-card .content .elementor-widget-container h6 {
    font-size: 24px;
  }
  .section-slant-card .slant-card .content .elementor-widget-container {
    font-size: 16px;
  }
}

/** Section - Help Us - Gallery **/
.section-help-gallery .section-intro .elementor-widget-text-editor {
  max-width: 640px;
  margin: 0 auto;
}
.section-help-gallery .section-intro h2 {
  font-size: 28px;
}
.section-help-gallery .section-intro p {
  font-size: 15px;
}
.basics-images .gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.basics-images .gallery br {
  display: none;
}
.basics-images .gallery-item {
  float: unset;
  margin: 0;
  padding: 0 !important;
  width: 100% !important;
  max-width: 368px !important;
}
.basics-images .gallery-item:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
.basics-images .gallery-item img {
  filter: brightness(100%) contrast(72%) saturate(100%) blur(0px) hue-rotate(0deg);
  transition-duration: .3s;
  border-radius: 12px 12px 12px 12px;
}
.basics-images .gallery-item .gallery-caption {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  color: var(--dark-1);
  opacity: 1;
  margin-top: 15px;
  text-align: left !important;
}
@media (min-width: 576px) {
  .basics-images .gallery-item {
    width: 45% !important;
    max-width: unset !important; 
  }
}
@media (min-width: 768px) {
  .basics-images .gallery-item {
    width: 31% !important;
  }
}
@media (min-width: 1200px) {
  .section-help-gallery .section-intro h2 {
    font-size: 40px;
  }
  .section-help-gallery .section-intro p {
    font-size: unset;
  }
  .basics-images .gallery-item .gallery-caption {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .basics-images .gallery {
    row-gap: 80px;
    column-gap: 45px;
  }
  .basics-images .gallery-item {
    width: 33% !important;
    max-width: 368px !important;
    max-height: 368px;
  }
  .basics-images .gallery {
    justify-content: space-between;
  }
}

/** Section - Portfolio Images **/
.section-portfolio-images .portfolio-images .gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.section-portfolio-images .portfolio-images .gallery br {
  display: none;
}
.section-portfolio-images .portfolio-images .gallery-item {
  float: unset;
  margin: 0;
  padding: 0 !important;
  width: 100% !important;
  max-width: 368px !important;
}
.section-portfolio-images .portfolio-images .gallery-item:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
.section-portfolio-images .portfolio-images .gallery-item img {
  filter: brightness(100%) contrast(72%) saturate(100%) blur(0px) hue-rotate(0deg);
  transition-duration: .3s;
  border-radius: 12px 12px 12px 12px;
}
.section-portfolio-images .portfolio-images .gallery-item .gallery-caption {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  color: var(--dark-1);
  opacity: 1;
  margin-top: 15px;
  text-align: left !important;
}
@media (min-width: 576px) {
  .section-portfolio-images .portfolio-images .gallery-item {
    width: 45% !important;
    max-width: unset !important; 
  }
}
@media (min-width: 768px) {
  .section-portfolio-images .portfolio-images .gallery-item {
    width: 31% !important;
  }
}
@media (min-width: 1400px) {
  .section-portfolio-images .portfolio-images .gallery {
    row-gap: 80px;
    column-gap: 45px;
  }
  .section-portfolio-images .portfolio-images .gallery-item {
    width: 33% !important;
    max-width: 368px !important;
    max-height: 368px;
  }
  .section-portfolio-images .portfolio-images .gallery {
    justify-content: space-between;
  }
}

/** Section - Certificate **/
.section-certificate .inner-wrapper .right-wrapper .certificate img {
  box-shadow: 0 24px 48px -16px rgba(201,201,201,.8);
  max-width: 400px;
}

/** Section - Donate Now **/
.section-donate .donate-wrapper .elementor-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.section-donate .right-wrapper {
  height: fit-content;
}
.section-donate .left-wrapper img {
  border-radius: 16px;
  max-height: 960px;
  margin: 0 auto;
  box-shadow: 0 24px 48px -16px rgba(201,201,201,.8);
}
@media (min-width: 900px) {
  .section-donate .left-wrapper {
    width: fit-content !important;
  }
  .section-donate .left-wrapper img {
    max-height: 600px;
  }
  .section-donate .right-wrapper .elementor-widget-wrap {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}
.section-donate .right-wrapper .elementor-widget-wrap .elementor-widget-text-editor {
  max-width: 560px;
}

/** Contact Us **/
.ninja-forms-field {
  border: 0 !important;
  border-bottom: 1px solid var(--field-border) !important;
  background-color: transparent !important;
  font-size: 16px !important;
  color: var(--font-color) !important;
}
.ninja-forms-field::placeholder {
  color: var(--font-color) !important;
}
textarea.ninja-forms-field {
  max-height: 70px !important;
  min-height: 70px !important;
}
.ninja-forms-field::placeholder {
  color: var(--font-color) !important;
}
.ninja-forms-field[type="submit"] {
  background-color: var(--primary) !important;
  color: white !important;
  border-radius: 4px !important;
}
.nf-form-wrap .nf-form-content nf-rows-wrap {
  row-gap: 10px;
  display: flex;
  flex-direction: column;
}
.section-contact .inner-wrapper .elementor-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
}


/*
 * END OF
 * CUSTOMIZABLE CSS
 */
