@charset "utf-8";
/* CSS Document */

::selection {
  color: #fff;
  background: #cc5500;
}

/*----
Main Menu ----*/
.stellarnav{position: relative; margin-left: auto;}
.stellarnav a{color: var(--bs-white); font-size: 14px; font-weight: 600;}
.stellarnav ul{margin: 0; padding: 0;}
.stellarnav li{list-style: none; display: block; margin: 0; padding: 0; position: relative; line-height: normal;}
.stellarnav li a{padding: 6px 20px; display: block; text-decoration: none; color: var(--bs-black); box-sizing: border-box; position: relative;}
.stellarnav li a:hover{color: var(--bs-black); }
.stellarnav > ul > li > a:hover, .stellarnav > ul > li:hover > a, .stellarnav > ul > li.current-menu-item > a, .stellarnav > ul > li.current-menu-parent > a{color: var(--bs-primary);}
.stellarnav > ul > li > a{padding: 0 20px; position: relative; color: var(--bs-white); border: none;  text-transform: uppercase;}
.stellarnav > ul > li > a:hover{text-decoration: none; color: var(--bs-primary);}
.stellarnav > ul > li.button a{ background-color: var(--bs-primary); border-radius: 10px; padding: 0 12px;}
.stellarnav > ul > li.button:hover > a, .stellarnav > ul > li.button > a:hover, .stellarnav > ul > li.button.current-menu-item > a{ background-color: #A7A897; color: #fff;}
.stellarnav ul ul{top: auto; width: 275px; position: absolute; z-index: 9900; text-align: left; display: none; background: var(--bs-white); padding:  6px 0;}
.stellarnav li li{display: block;}
.stellarnav ul ul ul{top: 0; left: 275px}
.stellarnav > ul > li:hover > ul > li:hover > ul{opacity: 1; visibility: visible; top: 0}
.stellarnav > ul > li.drop-left > ul{right: 0}
.stellarnav li.drop-left ul ul{left: auto; right: 275px}
.stellarnav.dark{background: var(--bs-secondary)}
.stellarnav.dark a{color: var(--bs-secondary)}
.stellarnav.dark ul ul{background: var(--bs-secondary)}
.stellarnav.dark li a{color: var(--bs-secondary)}
.stellarnav.fixed{position: fixed; width: 100%; top: 0; left: 0; z-index: 9999}
body.stellarnav-noscroll-x{overflow-x: hidden}
.stellarnav li.has-sub > a:after{content: '\f107'; font-family:  var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free")); font-weight: 900; margin-left: 10px; display: inline-block; position: relative; font-size: 14px;}
.stellarnav li li.has-sub > a:after{ content: '\f105'; font-family:  var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free")); font-weight: 900; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 12px;}
.stellarnav li.drop-left li.has-sub > a:after{float: left; margin-right: 10px; border-left: 0; border-top: 3px solid transparent; border-bottom: 3px solid transparent; border-right: 3px solid var(--bs-secondary)}
.stellarnav.hide-arrows li.has-sub > a:after, .stellarnav.hide-arrows li li.has-sub > a:after, .stellarnav.hide-arrows li.drop-left li.has-sub > a:after{display: none}
.stellarnav .menu-toggle, .stellarnav .close-menu, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile{display: none; text-decoration: none}
.stellarnav .dd-toggle{display: none; position: absolute; top: 0; right: 0; padding: 0; width: 50px; height: 50px; z-index: 9999; border: 0}
.stellarnav.desktop.hide-arrows li.has-sub a{padding-right: 15px}
.stellarnav.mobile > ul > li > a.dd-toggle{padding: 0}
.stellarnav li.call-btn-mobile, .stellarnav li.location-btn-mobile{display: none}
.stellarnav svg{fill: currentColor; width: 1em; height: 1em; position: relative; top: 2px}
.stellarnav a.dd-toggle .icon-plus{box-sizing: border-box; transition: transform .3s; width: 100%; height: 100%; position: relative; vertical-align: middle; display: inline-block; position: relative; background: var(--bs-primary);}
.stellarnav a.dd-toggle .icon-plus:before{content: '\f107'; font-family:  var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free")); font-weight: 900; display: block;  position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: var(--bs-white);}
.stellarnav li.open > a.dd-toggle .icon-plus:before{content: '\f00d'; font-family:  var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free")); font-weight: 900; color: var(--bs-white);}
.stellarnav.light a.dd-toggle .icon-plus:before{border-color: var(--bs-white)}
.stellarnav.light a.dd-toggle .icon-plus:after{border-color: var(--bs-white)}
.stellarnav.dark a.dd-toggle .icon-plus:before{border-color: var(--bs-white)}
.stellarnav.dark a.dd-toggle .icon-plus:after{border-color: var(--bs-white)}
.stellarnav .icon-close{box-sizing: border-box; width: 30px; height: 30px; position: relative; display: flex; align-items: center; margin-left: 0; margin-right: 0}
.stellarnav .icon-close:before{content: ''; display: block; width: 30px; height: 0; border-bottom: solid 2px var(--bs-secondary); position: absolute; top: auto; transform: rotate(45deg)}
.stellarnav .icon-close:after{content: ''; display: block; width: 30px; height: 0; top: auto; border-bottom: solid 2px var(--bs-secondary); position: absolute; transform: rotate(-45deg)}
.stellarnav.light .icon-close:before{border-color: var(--bs-white)}
.stellarnav.light .icon-close:after{border-color: var(--bs-white)}
.stellarnav.dark .icon-close:before{border-color: var(--bs-white)}
.stellarnav.dark .icon-close:after{border-color: var(--bs-white)}
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile{padding: 0; box-sizing: border-box}
.stellarnav .close-menu{padding: 0 15px}
.stellarnav .menu-toggle span.bars{display: inline-block; margin-right: 0; position: relative; top: 0; margin-right: 0;}
.stellarnav .menu-toggle span.bars span{display: block; width: 30px; height: 2px; border-radius: 0; background: var(--bs-dark); margin: 0 0 5px}
.stellarnav .menu-toggle span.bars span:last-child{margin-bottom: 0}
.stellarnav .full{width: 100%}
.stellarnav .half{width: 50%}
.stellarnav .third{width: 33%; text-align: center}
.stellarnav .location-btn-mobile.third{text-align: center}
.stellarnav .location-btn-mobile.half{text-align: right}
.stellarnav.light .third, .stellarnav.light .half{border-left: 1px solid rgba(255,255,255,0.2)}
.stellarnav.light.left .third, .stellarnav.light.left .half{border-bottom: 1px solid rgba(255,255,255,0.2)}
.stellarnav.light.right .third, .stellarnav.light.right .half{border-bottom: 1px solid rgba(255,255,255,0.2)}
.stellarnav.light .third:first-child, .stellarnav.light .half:first-child{border-left: 0}
.stellarnav.dark .third, .stellarnav.dark .half{border-left: 1px solid rgba(255,255,255,0.2)}
.stellarnav.dark.left .third, .stellarnav.dark.left .half{border-bottom: 1px solid rgba(255,255,255,0.2)}
.stellarnav.dark.right .third, .stellarnav.dark.right .half{border-bottom: 1px solid rgba(255,255,255,0.2)}
.stellarnav.light.left .menu-toggle, .stellarnav.light.right .menu-toggle{border-bottom: 0}
.stellarnav.dark.left .menu-toggle, .stellarnav.dark.right .menu-toggle{border-bottom: 0}
.stellarnav.dark .third:first-child, .stellarnav.dark .half:first-child{border-left: 0}
.stellarnav.light .menu-toggle span.bars span{background: var(--bs-white)}
.stellarnav.dark .menu-toggle span.bars span{background: var(--bs-white)}
.stellarnav.mobile{position: static}
.stellarnav.mobile.fixed{position: static}
.stellarnav.mobile ul{position: relative; display: none}
.stellarnav.mobile.active{padding-bottom: 0}
.stellarnav.mobile.active > ul{display: block}
.stellarnav.mobile ul{text-align: left}
.stellarnav.mobile > ul > li{display: block}
.stellarnav.mobile > ul > li > a{padding-top: 15px; padding-right: 15px; padding-bottom: 15px; padding-left: 15px}
.stellarnav.mobile ul{background: rgba(221,221,221,1)}
.stellarnav.mobile ul ul{position: relative; opacity: 1; visibility: visible; width: auto; display: none; -moz-transition: none; -webkit-transition: none; -o-transition: color 0 ease-in; transition: none;}
.stellarnav.mobile ul ul ul{left: auto; top: auto}
.stellarnav.mobile li.drop-left ul ul{right: auto}
.stellarnav.mobile li a{border-bottom: 1px solid rgba(255,255,255,0.2)}
.stellarnav.mobile > ul{border-top: 1px solid rgba(255,255,255,0.2)}
.stellarnav.mobile.light li a{border-bottom: 1px solid rgba(255,255,255,0.2)}
.stellarnav.mobile.light > ul{border-top: none;}
.stellarnav.mobile li a.dd-toggle{border: 0}
.stellarnav.mobile.light li a.dd-toggle{border: 0; background: rgba(0,0,0,0.05)}
.stellarnav.mobile .menu-toggle, .stellarnav.mobile .dd-toggle, .stellarnav.mobile .close-menu, .stellarnav.mobile .call-btn-mobile, .stellarnav.mobile .location-btn-mobile{display: flex; align-items: center; border: none;}
.stellarnav.mobile li.call-btn-mobile{border-right: 1px solid rgba(0,0,0, .1); box-sizing: border-box}
.stellarnav.mobile li.call-btn-mobile, .stellarnav.mobile li.location-btn-mobile{display: inline-block; width: 50%; text-align: center}
.stellarnav.mobile li.call-btn-mobile.full, .stellarnav.mobile li.location-btn-mobile.full{display: block; width: 100%; border-right: 0; text-align: left}
.stellarnav.mobile.light ul{background: #6E6955}
.stellarnav.mobile.dark ul{background: #6E6955}
.stellarnav.mobile.dark ul ul, .stellarnav.mobile.light ul ul{background: #6E6955; padding: 0}
.stellarnav.mobile.light li.call-btn-mobile{border-right: 1px solid rgba(0,0,0, .1)}
.stellarnav.mobile.top{position: absolute; width: 100%; top: 0; left: 0; z-index: 9999}
.stellarnav.mobile li.has-sub > a:after, .stellarnav.mobile li li.has-sub > a:after, .stellarnav.mobile li.drop-left li.has-sub > a:after{display: none}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{position: fixed; top: 0; bottom: 0; width: 100%; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; z-index: 500}
.stellarnav.mobile.right > ul{right: 0}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{display: flex; text-align: right; align-items: center; justify-content: flex-end; height: 80px;}
.stellarnav.mobile.left > ul{left: 0}
.stellarnav.mobile.right .location-btn-mobile.half, .stellarnav.mobile.right .call-btn-mobile.half, .stellarnav.mobile.right .close-menu.half{text-align: center}
.stellarnav.mobile.right .location-btn-mobile.third, .stellarnav.mobile.right .call-btn-mobile.third, .stellarnav.mobile.right .close-menu.third{text-align: center}
.stellarnav.mobile.left .location-btn-mobile.half, .stellarnav.mobile.left .call-btn-mobile.half, .stellarnav.mobile.left .close-menu.half{text-align: center}
.stellarnav.mobile.left .location-btn-mobile.third, .stellarnav.mobile.left .call-btn-mobile.third, .stellarnav.mobile.left .close-menu.third{text-align: center}
.stellarnav.mobile.left .menu-toggle.half, .stellarnav.mobile.left .menu-toggle.third, .stellarnav.mobile.right .menu-toggle.half, .stellarnav.mobile.right .menu-toggle.third{text-align: left}
.stellarnav.mobile.left .close-menu.third span, .stellarnav.mobile.right .close-menu.third span{display: none}
@media only screen and (max-width : 768px){
.stellarnav{overflow: hidden; display: block}
.stellarnav ul{position: relative; display: none}
}
@media only screen and (max-width : 420px){.stellarnav.mobile .call-btn-mobile.third span, .stellarnav.mobile .location-btn-mobile.third span{display: none}
}

@media (min-width: 992px) {
.stellarnav > ul > li:after{ content: ''; display: table; clear: both;}
.stellarnav > ul > li{ float: left;}
.stellarnav > ul > li + li{ margin-left: 24px}
.stellarnav > ul > li > a{ line-height: 30px; padding:  0;}
}

.menu-toggle, .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{ text-transform: uppercase; font-weight: 700;}
/*---- 
Main Menu ----*/

/*---- 
Accordion Menu ----*/
.mainNav {width:100%;}
/* First Level */
.mainNav ul {margin:0; padding:0; list-style:none; /*border-bottom:1px solid #444*/ font-weight:500;}
.mainNav ul li {border-top:1px solid rgba(0,0,0,0.2); }
.mainNav > ul >  li{ border:none; border-bottom:1px solid rgba(0,0,0,0.2);}
.mainNav ul  li a:hover, .mainNav ul  li.current-menu-item a{ color:var(--bs-primary);}
.mainNav ul li a {color:var(--bs-dark); display:block; font-size:18px; line-height:normal; padding:14px 20px 14px 20px; text-decoration:none;}
.mainNav ul li a:hover {color:var(--bs-primary); text-decoration:none; }
/* Second Level */
.mainNav ul ul {border-bottom:none}
.mainNav ul ul li a {color:var(--bs-dark); display:block; line-height:normal; padding:12px 16px 12px 30px; }
.mainNav ul ul li a:hover {color:var(--bs-primary);}
/* Third Level */
.mainNav ul ul ul {border-top:1px solid rgba(0,0,0,0.2);}
.mainNav ul ul ul li {border:none; }
.mainNav ul ul ul li a {padding:12px 24px; }
/* Accordion Button */
ul li.has-subnav .accordion-btn {color:var(--bs-white);  background:none;  font-size:16px; }
/*----
Accordion Menu ----*/

/*---- 
Slick SLider ----*/
.slick-slider{position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;  user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list{position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus{outline: none; }
.slick-list.dragging{cursor: pointer; cursor: hand; }
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0);  -o-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0); }
.slick-track{position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before,.slick-track:after{display: table; content: ''; }
.slick-track:after{clear: both; }
.slick-loading .slick-track{visibility: hidden; }
.slick-slide{display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide{float: right; }
.slick-slide img{display: block; }
.slick-slide.slick-loading img{display: none; }
.slick-slide.dragging img{pointer-events: none; }
.slick-initialized .slick-slide{display: block; }
.slick-loading .slick-slide{visibility: hidden; }
.slick-vertical .slick-slide{display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden {display: none; }

.slick-loading .slick-list{background: var(--bs-white) url(../images/theme-img/ajax-loader.gif) center center no-repeat; }
.slick-prev, .slick-next{font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 48px; height: 48px; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; z-index: 100; border-radius: 10px; border: 1px solid #EAEAEA; background: var(--bs-white); box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15); color: #000;}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{color: var(--bs-white); outline: none; background: var(--bs-secondary); }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before{opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before{opacity: 1; }
.slick-prev:before, .slick-next:before{font-family:  var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free")); font-weight: 900; font-size: 16px; line-height: 1; opacity: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; z-index: 100;}
.slick-prev{left: -12px; }
[dir='rtl'] .slick-prev{right: 0px; left: auto; }
.slick-prev:before{content: '\f104'; }
[dir='rtl'] .slick-prev:before{content: '\f105'; }
.slick-next{right: -12px; }
[dir='rtl'] .slick-next{right: auto; left: 15px; }
.slick-next:before{content: '\f105'; }
[dir='rtl'] .slick-next:before{content: '\f104'; }
/* Dots */
.slick-dotted.slick-slider{margin-bottom: 0; }
.slick-dots{position: relative; margin-top: 30px; display: block; width: 100%; padding: 0; margin-bottom: 0; list-style: none; text-align: center; display: flex; align-items: center; justify-content: center; gap: 18px; height: 16px;}
.slick-dots li{position: relative; display: inline-block; margin: 0; padding: 0; cursor: pointer; text-align: center; }
.slick-dots li button{font-size: 0; line-height: 0; display: block; width: 100%; height: 8px; width: 8px; border-radius: 50px; padding: 0; cursor: pointer; color: transparent; border: 0; outline: none; background: #1B3540; opacity: 0.2 }
.slick-dots li button:hover, .slick-dots li button:focus{outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before{ background: var(--bs-white); }
.slick-dots li.slick-active button{ background: #1B3540; height: 16px; width: 16px; opacity: 1}
/*----
Slick SLider ----*/

/*----
Custom Site Style ----*/
.btn-close-modal{ position: absolute; height: 28px; width: 28px; border-radius: 40px; position: absolute; background-color: #fff; top: -8px; right: -8px; z-index: 100}
.home-banner .full-img::before{opacity: 0.9; background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, #000 100%); position: absolute; height: 37.375%; content: ''; z-index: 10; left: 0; right: 0;}
.home-banner .full-img::after{ background-image: url(../images/theme-img/banner-pattern-overlay.png); background-position: left center; background-repeat: repeat-y; width: 50%; content: ''; z-index: 9; top: 0; left: 0; bottom: 0; position: absolute;}
.home-banner .container{ color: var(--bs-white); line-height: 1.5;}
.home-banner .slick-slide > div:not([class]) {line-height: 0;}

.header{ position: fixed; padding: 0 3.3333333333333%; top: 0; right: 0; left: 0; z-index: 1000; height: 100px; -moz-transition:all 0.5s ease;  -webkit-transition:all 0.5s ease;  -o-transition:all 0.5s ease;  transition:all 0.5s ease;}
.header .donate-btn{ display: none;}
.header.fixed-header{ background: #fff; box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;}
.header.fixed-header .donate-btn{ display: block;}
.header .logo span:nth-child(2), .header.fixed-header .logo span:nth-child(1){ display: none;}
.header.fixed-header .logo span:nth-child(2){ display: block;}

.section{ padding: 100px 0; position: relative; z-index: 1; }
.section-bg{background-position: center center; background-repeat: no-repeat; background-size: cover;}
.section-light{ background-color: #f1f1f1;}

.inpact-section::before, .section-bg-lt::before{background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 50%, #FFF 100%); content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1;}

.icon-box{ background: var(--bs-icon-bg); border-radius: var(--bs-border-radius-xl); display: flex; align-items: center; justify-content: center; height: 70px; width: 70px; margin: 0 auto 20px;}
.icon-column p{ margin-left: auto; margin-right: auto; max-width: 200px;}
.icon-column strong.d-block{ line-height: normal;}

.section-pattern{ background-color: #E1E1E1; background-image: url(../images/theme-img/way-give-bg.png); background-position:  top center; background-repeat: repeat-x; background-size: auto;}
.way-give-item{ color: #fff; text-decoration: none; background-color: #6E6955; display: block;}
.way-give-item .content{ position: relative; z-index: 2; background: linear-gradient(270deg, rgba(110, 105, 85, 0.00) 28.4%, #6E6955 77.97%); width: 100%;}
.way-give-item .content h4{ font-family: var(--bs-body-font);}
.way-give-item .content p{ max-width: 350px;}
.way-give-item .content:after{font-family: 'Material Symbols Sharp'; content: '\e5c8'; display: block; font-size: 30px; line-height: 1;}
.way-give-item .image-fit{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1;}

.way-give-row .way-give-item .content{ background: linear-gradient(270deg, rgba(110, 105, 85, 0.00) 26.71%, #6E6955 95.87%);}
.way-give-row .way-give-item .content p{ max-width: 280px;}
.way-give-row .way-give-item .image-fit img{ object-position: right center;}

.quote-item{ display: flex; flex-direction: column; gap: 22px; padding: 32px; border-radius: 12px; border-radius: 8px; background: #F5F5F5;}
.quote-item blockquote{ background-image: url(../images/theme-img/quote.svg); background-position: top left; background-repeat: no-repeat; padding-left: 51px; font-weight: 600; margin-bottom: 0;}
.quote-item .d-flex{ gap: 10px; color: #000; line-height: 1.1;}
.quote-item .d-flex .initial{ height: 48px; width: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 400;}
.quote-item .d-flex small{ font-weight: 400; font-size: 14px;}
.quote-item .d-flex strong{ font-weight: 600;}
.SlickSlider{ margin-left: -12px; margin-right: -12px; padding-bottom: 48px;}
.SlickSlider .item{ padding-left: 12px; padding-right: 12px;}
.SlickSlider .slick-dots{ position: absolute; bottom: 0; left: 0; right: 0; margin-top: 0;}
.SlickSlider .slick-next, .SlickSlider .slick-prev{ margin-top: -30px;}

.event-cta{ overflow: hidden; border-radius: 8px; background: linear-gradient(0deg, #F5F5F5 0%, #F5F5F5 100%), #323232;}
.event-cta .ratio{ width: 250px; border: 4px solid #fff; overflow: hidden; border-radius: 50%;}
.event-cta .btn-outline-primary { --bs-btn-color: var(--bs-primary);}
.event-cta .content{ padding: 30px;}

.cta-section .full-img {min-width: initial; position: absolute; top: 0; right: 0; bottom: 0; left: 0; overflow: hidden; flex: 0 0 auto;}
.cta-section .full-img  img{flex: 1 1 auto; align-self: center; justify-self: center; object-fit: cover; height: 100%; min-width: 100%; width: auto;}
.cta-section .full-img::before{ background-image: url(../images/theme-img/cta-overlay.png); background-position: left center; background-repeat: repeat-y; position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ''; z-index: 10;}
.cta-section .full-img::after{ top: 0; right: 0; bottom: 0; left: 0; content: ''; z-index: 9; width: 86.666666666667%; background: linear-gradient(90deg, rgba(12, 29, 37, 0.80) 34.38%, rgba(12, 29, 37, 0.00) 67.35%); position: absolute;}

.section:has(+ .footer){ padding-bottom: 138px;}
.footer{ position: relative; z-index: 2; padding: 60px 0 24px; background: #F5F5F5;}
.footer-logo{ position: absolute; top: -40px; left: 50%; transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%); z-index: 100;}
.footer .menu{ padding: 0; list-style: none; justify-content: center; align-items: center; display: flex; gap: 48px; }
.footer .menu a{ color: var(--bs-black); text-decoration: none; text-transform: uppercase; font-weight: 600;}
.footer .menu a:hover{ color: var(--bs-primary);}

.footer .info{border-radius: 8px; background: #6E6955; display: flex; padding: 24px 32px; align-items: center; gap: 24px; align-self: stretch; color: #fff;}
.footer .info strong{ font-weight: 600; white-space: nowrap;}
.footer .info .item{ color: #fff; text-decoration: none; display: flex; align-items: center; gap: 8px; margin-left: auto;}
.footer .info a.item { white-space: nowrap;}
.footer .info .item .icon{border-radius: 16px;
background: linear-gradient(316deg, rgba(255, 255, 255, 0.00) -1.08%, rgba(255, 255, 255, 0.40) 100%), #6A7A79; display: flex; width: 40px; height: 40px; flex-direction: column; justify-content: center; align-items: center; font-size: 13px;}
.footer .info address.item  .flex-grow-1{ width: 247px;}
.footer .info address.item{ margin: 0;}
.footer-bottom{ font-size: 12px; font-weight: 500;}

.page-banner{ position: relative;}
.page-banner::before{opacity: 0.9; background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, #000 100%); position: absolute; top: 0; left: 0; right: 0; z-index: 99; height: 153px; content: '';;}
.page-banner .image-fit{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1;}
.page-banner .image-fit img{ object-position: top right;}
.page-banner .image-fit:before{ background-image: url(../images/theme-img/page-banner-overlay.png); background-position: left center; background-repeat: repeat-y; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; content: '';}
.page-banner .image-fit::after{ background-image: url(../images/theme-img/page-banner-overlay-dark.png); background-repeat: repeat-y; background-size: cover; background-position: right center; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 9; content: ''; width: 52.569444444444%;}
.page-banner .container{ height: 411px; font-weight: 400;}
.page-banner .container .w-100{ padding-top: 100px;}
.page-banner .container h1{ text-transform: uppercase;}

.icon-column-row{ display: flex; align-items: center;}
.icon-column-row p{ max-width: 100%; margin-left: 0; margin-right: 0;}
.icon-column-row .icon-box{ margin: 0;}

.counter-section{ padding: 78px 0 54px; color: #fff; background: #1B3540;}
.counter-section .icon-box{ height: 56px; width: 56px;}

.story-section .container{ padding-top: 40px; padding-bottom: 200px; font-weight: 400;}
.story-section .full-img::before{ background-image: url(../images/theme-img/story-overlay.png); background-position: top center; background-repeat: no-repeat; background-size: cover; position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ''; z-index: 11;}

.image-content-row .col-lg-7, .image-content-row.flex-row-reverse .col-lg-5 { margin-left: auto;}
.image-content-row.flex-row-reverse .col-lg-7{ margin-left: 0;}

.member-item a.d-block{ color: var(--bs-primary); font-weight: 600; text-decoration: none;}

.page-info{ display: flex; flex-direction: column; gap: 20px;}
.page-info .item{ color: #000; text-decoration: none; display: flex; align-items: center; gap: 8px; overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;}

.page-info .item .icon{border-radius: 16px;
background: linear-gradient(316deg, rgba(255, 255, 255, 0.00) -1.08%, rgba(255, 255, 255, 0.40) 100%), #6A7A79; display: flex; width: 40px; height: 40px; flex-direction: column; justify-content: center; align-items: center; font-size: 13px; color: #fff;}
.line-height-normal{ line-height: normal;}
.content-style ul{ display: flex; flex-direction: column; gap: 10px;}

.form-dark{border-radius: 16px; background: #1B3540; color: #fff;}
.form-dark .field-wrap.html-wrap{ font-size: 14px}
.form-dark .field-wrap.html-wrap p{ margin-bottom: 0;}
.form-dark .nf-field-element.textarea{ height: 120px;}

.form-dark input[type="date"], .form-dark input[type="email"], .form-dark input[type="file"], .form-dark input[type="month"], .form-dark input[type="number"], .form-dark input[type="password"], .form-dark input[type="search"], .form-dark input[type="tel"], .form-dark input[type="text"], .form-dark input[type="time"], .form-dark input[type="url"], .form-dark input[type="week"], .form-dark textarea{ background-color: transparent; border-color: var(--bs-white); color: var(--bs-white);}

.form-dark  input[type="date"]::placeholder, .form-dark input[type="email"]::placeholder, .form-dark input[type="file"]::placeholder, .form-dark input[type="month"]::placeholder, .form-dark input[type="number"]::placeholder, .form-dark input[type="password"]::placeholder, .form-dark input[type="search"]::placeholder, .form-dark input[type="tel"]::placeholder, .form-dark input[type="text"]::placeholder, .form-dark input[type="time"]::placeholder, .form-dark input[type="url"]::placeholder, .form-dark input[type="week"]::placeholder, .form-dark textarea::placeholder{ color: var(--bs-white); opacity: 1;}

.section .form-dark .list-checkbox-wrap .nf-field-element ul input{ background-color: transparent; border: 1px solid #fff;}
.section .form-dark .list-checkbox-wrap .nf-field-element ul input:checked[type=checkbox] { --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.section .form-dark input[type="submit"]{ margin-left: auto; margin-right: auto; display: block;}
.section .form-dark .list-checkbox-wrap .nf-field-element ul{ display: flex; flex-direction: column; gap: 8px;}
.section .list-checkbox-wrap .nf-field-element li label, .list-image-wrap .nf-field-element li label, .list-radio-wrap .nf-field-element li label{ margin-left: 2em;}

.nf-form-fields-required{ display: none !important;}

.form-dark select {--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"); background-color: transparent; background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none); color: var(--bs-white);}
.form-dark select option{ color: #000;}
.contact-page-form{ padding: 16px;}

.event-item{ overflow: hidden; border-radius: 8px; background-color: #f5f5f5; color: var(--bs-black); text-decoration: none;}
.event-item ul{ display: inline-block; width: fit-content; display: flex; padding: 10px 20px; justify-content: center; align-items: center; gap: 10px; border-radius: 100px; background: #6A7979; gap: 10px; font-size: 12px; font-weight: 700; text-transform: capitalize; color: var(--bs-white); list-style: none;}
.event-item p{display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.event-item .font-14:after{ font-family: 'Material Symbols Sharp'; content: '\e5c8'; font-size: 24px; line-height: 1; display: block; position: relative; left: 0; -moz-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; color: #BD8134;}
.event-item:hover .font-14:after{ left: 16px}
.event-item .col-md-6:last-child{ /*min-height: 300px;*/ justify-content: center;}
.event-item h5{ font-family: var(--bs-body-font);}
.event-item .author{ margin-bottom: 8px; color: #6E6955; font-weight: 700; font-size: 16px;}

.icon-column-block{ text-align: center;}
.icon-column-block p{ max-width: 310px;}
.icon-column-block .icon-box{ margin-bottom: 28px;}
.event-meta{ color: #fff; border-radius: 4px; background: #6E6955; padding: 12px; text-align: center;}
.event-meta strong{ font-weight: 600;}

.event-video{ padding: 40px 0; text-align: center; position: relative; background: linear-gradient(0deg, #1B3540 0%, #1B3540 100%), #F5F5F5;}
.event-video:before{ background: #fff; height: 211px; position: absolute; top: 0; left: 0; right: 0; z-index: 1; content: '';}
.event-video .video{ border-radius: 8px; border: 10px solid #FFF; box-shadow: 0 50px 60px 0 rgba(158, 158, 158, 0.10);}
.event-video .container{ position: relative; z-index: 100;}

/*----
Custom Site Style ----*/



@media (min-width: 576px) {
.contact-page-form{ padding: 24px;}
}

@media (min-width: 768px) {
.event-cta .content{ padding: 60px;}
.contact-page-form{ padding: 36px;}

}

@media (min-width: 992px) {
.home-banner .container{ position: absolute; top: 50%; left: 50%; transform:  translate(-50%, -50%); -ms-transform:  translate(-50%, -50%); -moz-transform:  translate(-50%, -50%);}
.event-cta .content{ padding: 80px;}
.cta-section .image-fit img{ object-position: top right;}

.header.fixed-header .stellarnav a, 
.header.fixed-header  .stellarnav li a, 
.header.fixed-header .stellarnav > ul > li > a{ color: #000;}
.header.fixed-header .stellarnav li a:hover,
.header.fixed-header .stellarnav li a:hover,
.header.fixed-header .stellarnav > ul > li > a:hover, 
.header.fixed-header .stellarnav > ul > li:hover > a, 
.header.fixed-header .stellarnav > ul > li.current-menu-item > a, 
.header.fixed-header .stellarnav > ul > li.current-menu-parent > a{color: var(--bs-primary);}

.header.fixed-header .stellarnav > ul > li.button a{ color: #fff;}
.header.fixed-header .stellarnav > ul > li.button:hover > a, 
.header.fixed-header .stellarnav > ul > li.button > a:hover, 
.header.fixed-header .stellarnav > ul > li.button.current-menu-item > a{ color: #fff;}

.home-banner .full-img{min-width: initial; position: relative; overflow: hidden; flex: 0 0 auto; height: 600px;}
.home-banner .full-img img{flex: 1 1 auto; align-self: center; justify-self: center; object-fit: cover; height: 100%; min-width: 100%; width: auto;} 
.team-section{ padding-bottom: 52px;}

.event-item .full-img {min-width: initial; position: absolute; top: 0; right: 0; bottom: 0; left: 0; overflow: hidden; flex: 0 0 auto; display: flex;}
.event-item .full-img  img{flex: 1 1 auto; align-self: center; justify-self: center; object-fit: cover; height: 100%; min-width: 100%; width: auto;}

/*.page-banner .image-fit{ position: relative; display: block; z-index: 1;}
.page-banner .image-fit img{ width: 100%; height: auto; display: block;}
.page-banner .container{ position: absolute; top: 0; bottom: 0; left: 50%; transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%); z-index: 100; height: auto;}
.page-banner .image-fit::after{ width: 60%;}*/
.event-item .col-md-6{ min-height: 295px}
}

@media (min-width: 1200px) {
.home-banner .full-img{height: 700px;}
.page-banner .image-fit{ position: relative; display: block; z-index: 1;}
.page-banner .image-fit img{ width: 100%; height: auto; display: block;}
.page-banner .container{ position: absolute; top: 0; bottom: 0; left: 50%; transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%); z-index: 100; height: auto;}

.story-section .container{ padding-top: 80px; padding-bottom: 80px; position: absolute; left: 50%; transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%);}
.story-section .full-img{min-width: initial; position: relative; overflow: hidden; flex: 0 0 auto; height: 692px;}
.story-section .full-img img{flex: 1 1 auto; align-self: center; justify-self: center; object-fit: cover; height: 100%; min-width: 100%; width: auto; object-position:  bottom center;}
}

@media (min-width: 1400px) {
.home-banner .full-img{height: 800px;}
.page-banner .image-fit::after{ width: 58%;}
}

@media only screen and (max-width:1499px) {
.full-img-all{ display: flex;}
.full-img-1600{ display: none;}
.full-img-1920{ display: none;}	
}

@media (min-width:1500px) and (max-width:1799px) {
.full-img-all{ display: none;}
.full-img-1600{ display: flex;}
.full-img-1920{ display: none;}	
}

@media (min-width:1800px) and (max-width:5000px) {	
.full-img-all{ display: none;}
.full-img-1600{ display: none;}
.full-img-1920{ display: flex;}
}