/*1. Animate css, 2. Smartmenus css, 3. Slick css, 4. Reset css, 5. Core css, 6. custom css*/

/* =================animate css starts here================= */:root {
    --main-color: #20a402;
    --dark-color: #235285;

    /* Gradient shades from main green */
    --green-light: #4cd137;
    --green-dark: #0D70A7;

    --green-gradient: linear-gradient(135deg, var(--green-dark), var(--green-light));
}
.btn,
.btn-default {
    background: var(--green-gradient);
    color: #fff;
    border: none;
    padding: 10px 26px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn:hover,
.btn-default:hover {
    background: linear-gradient(135deg, var(--green-light), var(--green-dark));
    box-shadow: 0 6px 20px rgba(32, 164, 2, 0.35);
    transform: translateY(-2px);
	
}


.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

@-webkit-keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }
@-webkit-keyframes fadeInUp {
	from { opacity: 0; -webkit-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0); }
	to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes fadeInUp {
	from { opacity: 0; -webkit-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0); }
	to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }




/* =================smartmenus css ends here================= */

/* =================slick css ends here================= */
.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; }
.slick-slide img { display: block; width: 100% }
.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: #fff url('../images/ajax-loader.gif') center center no-repeat; }
.slick-prev, .slick-next { z-index: 99; font-size: 0; line-height: 0; position: absolute; color: var(--main-color) !important; top: 50%; display: block; float: left; padding: 0; margin-top: -25px\9; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent; width: 35px; border: 1px solid var(--main-color); height: 35px; top: -60px; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: #ffff !important; outline: none; background: var(--main-color); }
.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: .3; }
.slick-prev:before, .slick-next:before { font-family: 'font Awesome 5 Free'; font-weight: 900; font-size: 20px; line-height: 1; opacity: 0.9; text-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: transparent; border-radius: 50%; display: inline-block; padding: 0; }
.slick-prev { right: 60px; }
.slick-prev:before { content: "\f053"; }
.slick-next { right: 15px; }
.slick-next:before { content: "\f054"; }
.slick-slider { margin-bottom: 0; padding-bottom: 45px; }
.slick-dots { position: absolute; bottom: 0; display: block; width: 100%; padding: 0; list-style: none; text-align: center; vertical-align: top; }
.slick-dots li { position: relative; display: inline-block; margin: 0 0px; padding: 0; text-align: center; cursor: pointer; vertical-align: top; }
.slick-dots li button { font-size: 0; line-height: 0; display: inline-block; width: 20px; height: 20px; padding: 0; cursor: pointer; color: transparent; border: 0; outline: none; background: none; opacity: 1; border: 7px solid var(--main-color); border-radius: 50%; vertical-align: top; margin: 5px 6px; }
.slick-dots li.slick-active button, .slick-dots li:hover button { border-color: #fff; }
.white-dots .slick-dots li button { border-color: #fff; background: #fff; opacity: 0.4; }
.white-dots .slick-dots li.slick-active button, .white-dots .slick-dots li:hover button { background-color: #fff; opacity: 1; }

/* =================slick css end here=================  */

/* =================reset css starts here=================  */
* { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, ul, li, body, html, form, fieldset { margin: 0; padding: 0; outline: none; border: 0 }
a { text-decoration: none; border: 0; outline: 0; }
ul { list-style: none; }
a:focus, input:focus, textarea:focus, *:focus { outline: 0 !important; }

/* =================reset css ends here================= */

/* =================core css starts here================= */
body { padding-top: 0; font-size: 16px; line-height: 24px; font-weight: 400; font-family: "Poppins", sans-serif; color: #000; background: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.container { width: 100%; max-width: 1200px; }
a, input, button { display: inline-block; text-decoration: none; color: inherit; outline: none; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }
a img { border: 0px none; }
a:hover { outline: none; color: var(--main-color); text-decoration: none; }
a:active { outline: none; text-decoration: none; }
a:focus { outline: none; outline-offset: 0px; text-decoration: none; color: inherit; }
::-webkit-input-placeholder { color: #000; opacity: 0.5; }
::-moz-placeholder { color: #000; opacity: 0.5; }
:-moz-placeholder { color: #000; opacity: 0.5; }
:-ms-input-placeholder { color: #000; opacity: 0.5; }
.os-animation { opacity: 0; }
.os-animation.animated { opacity: 1; }
img { max-width: 100%; border: 0; height: auto; }
h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px; margin-bottom: 24px; line-height: 1.2; font-weight: 700; color: inherit; }
h1 { font-size: 58px; }
h2 { font-size: 48px; }
h3 { font-size: 40px; }
h4 { font-size: 30px; }
h5 { font-size: 26px; }
h6 { font-size: 22px; }
p { margin: 0px; padding: 0px; margin-bottom: 24px; color: #555; line-height: 28px; }
strong { font-weight: 700; }
b { font-weight: 400; }
p:last-child { margin-bottom: 0; }
.btn { border-radius: 43px; font-weight: 500; padding: 13px 20px; min-width: 140px; font-size: 14px; line-height: 18px; box-shadow: none; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }
.btn i { margin-left: 4px; font-size: 14px; transform: rotate(-45deg); transition: all .3s ease-in; }
.btn:hover i { transform: rotate(0); }
.btn-default, .btn-default:focus {color: #fff;}
.btn-default:hover, .btn-default:active {color: #fff;}
.btn-primary, .btn-primary:focus { color: #fff; background-color: var(--dark-color); border: solid 1px var(--dark-color); }
.btn-primary:hover, .btn-primary:active { color: #fff; background-color: var(--dark-color); border-color: var(--dark-color); }
.btn.btn-block { min-width: 100%; }
.btn+.btn { margin-left: 25px; }
ul:not([class]) { list-style: none; margin-bottom: 15px; text-align: left; line-height: 22px; }
ul:not([class]) > li { padding-left: 16px; position: relative; margin-bottom: 14px; }
ul:not([class]) > li:last-child { margin-bottom: 0; }
ul:not([class]) > li:before { content: ''; position: absolute; left: 2px; top: 10px; background: #000; height: 5px; width: 5px; border-radius: 50%; }
.dark-bg { background: var(--dark-color); }
.grey-bg { background: #f4f4f4 }

/* =================core css ends here================= */

/* ================= Header Start ================= */
.header-transparent .navbar-expand-xl .navbar-nav .nav-link {}
.header-transparent .top-bar {}
/* .fixed #header .navbar-brand img { filter: brightness(0) invert(1); } */
/* .header-transparent .navbar-brand img { filter: brightness(0) invert(1); } */
.top-bar { background: var(--dark-color); display: flex; align-items: center; position: relative; height: 40px; }
.top-bar_list { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 9; }
.top-bar-content-left { display: flex; color: #fff; position: relative; }
.top-bar-content-left li { font-size: 14px; position: relative; }
.top-bar-content-left li a:hover { color: #d3d1d1; }
.top-bar-content-left li:nth-child(3)::before { display: none; }
.top-bar-content-left li span { margin-right: 7px; }
.top-bar-content-left li + li { position: relative; padding-left: 10px; margin-left: 10px; }
.top-bar-content-left li + li::before { position: absolute; content: ''; width: 1px; height: 70%; background: #fff; left: 0; top: 50%; transform: translateY(-50%); }
.top-bar-content-right li a { color: #fff; font-size: 14px; }
.top-bar-content-right li span { color: #fff; font-size: 12px; margin-right: 7px; }
.top-bar-content-right li+li { margin-left: 12px; padding-left: 12px; position: relative; }
.top-bar-content-right li+li::before { position: absolute; content: ''; width: 1px; height: 94%; top: 50%; transform: translateY(-50%); left: 0; background: #fff; }
.top-bar .btn { padding: 7px 12px; font-weight: 500; font-size: 14px; }
.top-bar-content-right li+li::before { display: none; }
.top-bar .social-link { color: #fff; font-size: 14px; }
.social-links { display: flex; gap: 16px; }
#header { color: #333; background: transparent; position: sticky; left: 0; border-bottom: 1px solid #ffffff59; top: 0; right: 0; padding: 0; z-index: 9999; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }
.fixed #header { background: #fff; box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1); top: -40px; }
.navbar {padding: 0;width: 100%;height: 100px;}
/* .navbar-brand { width: 240px; transition: all .3s ease-ins; padding: 0; margin: 0; position: relative; z-index: 999; padding: 18px; background: transparent; } */
/* .fixed #header .navbar-brand { background: var(--main-color); } */
.fixed #header .navbar-expand-xl .navbar-nav .nav-link { color: #333; }
/* .navbar-brand img { } */
.navbar-expand-xl .navbar-nav .nav-item { margin: 0 15px; }
.navbar-expand-xl .navbar-nav .nav-link {font-size: 14px;font-family: "Montserrat", sans-serif;text-transform: uppercase;line-height: 43px;font-weight: 600;color: var(--dark-color);padding: 0;margin: 0;}
.navbar-expand-xl .navbar-nav .nav-item:hover .nav-link, .navbar-expand-xl .navbar-nav .nav-item.active .nav-link { color: var(--main-color); }
.dropdown-toggle::after { display: none; }
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow { display: none; }
.nav-inside { width: 100%; padding: 0; }
.header-right { margin-left: 15px; }
.nav-inside-content { padding: 30px 0; }
@media only screen and (min-width:1200px) {
	.navbar-nav>li>.dropdown-menu { display: block !important; top: 100% !important; margin-top: 10px !important; opacity: 0; visibility: hidden; background: var(--main-color); color: #fff; min-width: 180px; box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2); border: 0; border-radius: 0; transition: all 0.1s ease-in; -moz-transition: all 0.1s ease-in; -webkit-transition: all 0.1s ease-in; }
	.dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; margin-top: 0px !important; transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }
	.dropdown-item { color: #fff; padding: 5px 15px; font-weight: 400; }
	.dropdown-item:focus, .dropdown-item:hover { color: #333; background: transparent; }
}
.navbar-toggler { width: 30px; height: 45px; border-radius: 0; cursor: pointer; text-decoration: none; padding: 0; border: 0; background: transparent; margin: 0; position: absolute; top: 0; right: 0; }
.navbar-default .navbar-toggler:hover, .navbar-default .navbar-toggler:focus { background: transparent; }
.navbar-toggler:not([class="collapsed"]), .navbar-toggler:not([class="collapsed"]):focus, .navbar-toggler:not([class="collapsed"]):hover {background: transparent;box-shadow: none !IMPORTANT;}
.navbar-toggler.collapsed, .navbar-toggler.collapsed:focus, .navbar-toggler.collapsed:hover { background: transparent; }
.navbar-toggler .icon-bar { position: relative; display: inline-block; width: 22px; height: 4px; color: #243238; text-indent: -55px; margin-top: 0; background: transparent !important; transition: all .2s ease-out; -webkit-transition: all .2s ease-out; vertical-align: middle; }
.navbar-toggler .icon-bar:before, .navbar-toggler .icon-bar:after { content: ''; width: 22px; height: 4px; background: #005983; position: absolute; left: 0; transition: all .2s ease-out; }
.navbar-toggler.collapsed .icon-bar { background: #005983 !important; }
.navbar-toggler.collapsed .icon-bar:before, .navbar-toggler.collapsed .icon-bar:after { background: #005983; }
.navbar-toggler.collapsed .icon-bar:before { top: -8px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
.navbar-toggler .icon-bar:before { top: 0; -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); transform: rotateZ(45deg); }
.navbar-toggler.collapsed .icon-bar:after { bottom: -8px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
.navbar-toggler .icon-bar:after { bottom: 0; -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); -o-transform: rotateZ(-45deg); transform: rotateZ(-45deg); }
.navbar-brand {
    max-width: 100px;
    width: 100%;
}

.navbar-brand img {
    width: 100%;
}
/* ================= Header End ================= */

/* ================= Header End ================= */
.hero-slider { margin: top 20px;}
.hero-slider {position: relative;top: 0;width: 100%;height: 100%;object-fit: cover;height: calc(100vh - 150px);}
.hero-slide {height: calc(100vh - 150px);display: flex !important;flex-flow: column;justify-content: center;padding: 50px 0px;position: relative;}
.hero-slide-img { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; overflow: hidden; }
.hero-slide-img>img { width: 100%; height: 100%; object-fit: cover; animation: zoom-in-zoom-out 10s ease-out infinite; overflow: hidden; }
.hero-slide-content { position: relative; z-index: 99999999; color: #ffffff; }
.hero-slide-content h1, .hero-slide-content h2 {transform: translateY(50px);opacity: 0;transition: .6s ease-in-out;transition-delay: .6s;font-size: 66px;line-height: 72px;font-family: "Roboto", sans-serif;margin-bottom: 4px;color: #ffffff;font-weight: 600;}
.hero-arrow { width: 50px; height: 50px; position: absolute; border: 2px solid #ddd; padding: 7px; transform: translateY(-50%); z-index: 99; top: 50%; border-radius: 5px; }
.hero-slider .slick-prev:before { font-size: 30px }
.hero-slider .slick-next:before { font-size: 30px }
.hero-slide-content p { font-size: 18px; color: #fff; font-weight: 400; }
.hero-banner-img { transform: translateY(50px); opacity: 0; transition: .6s ease-in-out; transition-delay: .3s; max-width: 460px; margin: 0 auto; }
.slick-current .hero-banner-img { opacity: 1; transform: translateY(0px); }
.hero-slide-content h6 { transform: translateY(50px); opacity: 0; transition: .6s ease-in-out; transition-delay: .3s; background: rgba(255, 255, 255, 0.2); padding: 12px 8px; border-radius: 4px; display: inline-block; font-size: 16px; margin-bottom: 14px; font-weight: 500; }
.slick-current .hero-slide-content h6 { opacity: 1; transform: translateY(0); }
.slick-current .hero-slide-content h1, .slick-current .hero-slide-content h2 { opacity: 1; transform: translateY(0); }
.hero-slide-content h6 span { color: #ffff; background: #8ac908; margin-right: 8px; font-size: 16px; padding: 5px; border-radius: 4px; }
.hero-slide-content h1 { margin-bottom: 20px; }
.hero-slide-content p { transform: translateY(50px); opacity: 0; transition: .3s ease-in-out; transition-delay: .9s; }
.slick-current .hero-slide-content p { transform: translateY(0); opacity: 1; }
.hero-slider .slick-prev, .hero-slider .slick-next { transform: scale(0); }
.hero-slider:hover .slick-prev, .hero-slider:hover .slick-next { transform: scale(1.0); }
.hero-slide-img::before {position: absolute;content: '';width: 100%;height: 100%;top: 0;background: #000000ad;left: 0;z-index: 9;}
.hero-slide-content h1 span { color: var(--main-color); }
.hero-slider .slick-dots {text-align: match-parent;bottom: 30px;max-width: 1200px;margin: 0 auto;left: 50%;transform: translateX(-50%);}
.footer-bg-img { position: absolute; z-index: -9; width: 100%; height: 100%; top: 0; left: 0; }
.footer-bg-img img { width: 100%; height: 100%; object-fit: cover; }

/* ================= Footer Start ================= */
.heading h6 { font-size: 16px; line-height: 1; margin-bottom: 6px; color: var(--main-color); }
.heading h3 { font-size: 36px; margin: 0; color: var(--dark-color); }
.heading { margin-bottom: 24px; }
.heading h3 span { color: var(--main-color); }
.heading h4 { font-size: 36px; font-weight: 400; }
.heading h4 span { color: var(--main-color); position: relative; }
.heading h4 span::before { position: absolute; content: ''; width: 50px; height: 1px; background: var(--main-color); left: 100%; bottom: 11px; }

/*================*/
.dark-bg .heading h3 { color: #fff; }
.dark-bg .heading h3 + p { color: #fff; margin-top: 12px; }
.cts-donation { margin-bottom: 16px; display: flex; }
.donation-list { padding-right: 300px; position: relative; display: flex; gap: 10px; flex-wrap: wrap; }
.donation-list .donation-option { min-width: 150px; padding: 7.5px; border: 0; height: 40px; background: transparent; color: #fff; border: 1px solid #fff; border-radius: 4px; }
.currency-symbol { width: 30px; color: #fff; border: 1px solid #fff; text-align: center; height: 40px; padding: 7.5px; }
.donation-input { height: 40px; background: transparent; color: #fff; border: 1px solid #fff; border-left: 0; padding: 7.5px 10px; max-width: 120px; }
.donation-option.selected { background: #fff; color: #000; }
.donation-cta { position: absolute; right: 0; top: 0; }
.donation-cta .white-outline { background: transparent; border: 1px solid #fff; font-weight: 400; }
.donation-cta .white-outline:hover { color: #000; background: #fff; }

/*===========================================*/
.heading-type-2 { padding-right: 200px; position: relative; }
.mv-nav-tab { position: absolute; right: 0; top: 0; }
.mv-nav-tab .nav { border: 0; gap: 15px; }
.mv-nav-tab .nav .nav-link { text-transform: uppercase; border: 0; color: #000; font-size: 18px; font-weight: 400; padding: 0; }
.mv-nav-tab .nav .nav-link.active { border-bottom: 2px solid var(--main-color); color: var(--main-color); }
.mv-list { display: flex; flex-wrap: wrap; width: calc(100% + 40px); margin-left: -20px; margin-bottom: -40px; }
.mv-item { width: 50%; padding: 0px 20px; margin-bottom: 40px; }
.mv-box { padding-bottom: 35px; position: relative; transition: all .3s ease-in; }
.mv-box::before { position: absolute; content: ''; width: 100%; height: 6px; background: #e3e3e3; border-radius: 10px; bottom: 0; }
.mv-box::after {position: absolute;content: '';width: 0;height: 6px;background: var(--dark-color);bottom: 0;border-radius: 6px;transition: all .5s ease-in;}
.mv-box:hover:after { width: 100%; }
.mv-box h5 { font-size: 18px; margin-bottom: 12px; color: #333; font-weight: 500; }

/*===========================================*/
.blog-list { display: flex; flex-wrap: wrap; width: calc(100% + 24px); margin-left: -12px; }
.blog-item { width: 33.33%; padding: 0px 12px; }
.blog-img img { object-fit: cover; aspect-ratio: 1.4; overflow: hidden; transition: all .5s ease-in; }
.blog-box:hover .blog-img img { transform: scale(1.1); }
.blog-box {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 15px;
    background: #fff;
    transition: all 0.3s ease;
    height: 100%;
}

.blog-box:hover {
    border-color: #09b309;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

/* Overlay background */
#imageOverlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Image center */
#imageOverlay img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
    box-shadow: 0 0 40px rgba(0,0,0,0.6);
}

/* Close button */
#closeOverlay {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

/* Image hover feel */
.fullscreen-img {
    cursor: zoom-in;
}
.blog-date {
    display: flex;
    gap: 15px;
}
.blog-date span {
    display: flex;
    align-items: center;
    gap: 6px;
}


.blog-img { overflow: hidden; }
.blog-content { margin-top: 10px; }
.blog-content h5 { font-size: 18px; font-weight: 400; margin-bottom: 10px; color: #333; }

.type-2 .blog-item { margin-bottom: 24px; }
.type-2 .blog-list { margin-bottom: -24px; }

/*===========================================*/

/*===========================================*/
.banner_container { display: flex; flex-flow: column; justify-content: center; min-height: 220px; padding: 40px 0 40px; position: relative; color: #fff; z-index: 9; text-align: center; }
.banner_container h1, .banner_container h2 { font-size: 36px; margin-bottom: 0; color: #fff; text-transform: uppercase; }
.banner_container p { margin-top: 12px; }
.banner_bg { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.banner_bg img { width: 100%; height: 100%; object-fit: cover; }
.banner_bg::before { content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgb(0 0 0 / 52%); }
.breadcrumb { margin-bottom: 0; text-align: center; width: 100%; display: flex; align-items: center; justify-content: center; }
.breadcrumb-item, .breadcrumb-item a { font-weight: 400; font-size: 14px; line-height: 16px; color: #fff; transition: all .3s ease-in; white-space: nowrap; display: block; }
.breadcrumb .breadcrumb-item:last-child { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.breadcrumb-item a .breadcrumb-item.active { color: #2D3E51; }
.breadcrumb-item { font-weight: 500; }
.breadcrumb-item+.breadcrumb-item { padding-left: 20px; }
.breadcrumb-item+.breadcrumb-item::before { position: absolute; left: 6px; content: '>'; font-family: monospace; font-weight: 600; font-size: 14px; color: #fff; }
.breadcrumb-item { position: relative; }
.breadcrumb-item.active { color: #ffffff; }
.breadcrumb-item a:hover { color: #e16a00; }

/*===========================================*/

/*===========================================*/
.comparative-list { display: flex; flex-wrap: wrap; width: calc(100% + 24px); margin-left: -12px; }
.comparative-item { width: 33.33%; padding: 0px 12px; }
.comparative-box { text-align: center; padding: 30px 20px; border-radius: 6px; background: #fff; border: 1px solid #dbdbdb; box-shadow: 0 16px 50px 10px rgb(12 12 13 / .07); }
.comparative-icon { max-width: 80px; height: 80px; margin: 0 auto; margin-bottom: 12px; border: 1px solid #dbdbdb; border-radius: 50%; padding: 16px; background: #f4f4f4; }
.comparative-content h5 { font-size: 17px; margin-bottom: 10px; font-weight: 600; color: #333; }
.comparative-cta { margin-top: 12px; }
/*===========================================*/
.section-title {
  font-size: 40px;
  text-align: center;     /* center text */
  font-weight: 700;
  margin-bottom: 40px;   /* niche spacing */
}

.section-title span {
  color: rgb(9, 179, 9);
}

/*===========================================*/
.bg-img::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #00000033;
    top: 0;
}
.bg-img { width: 100%; position: relative; min-height: 350px; background-image: url('../images/bg-img.webp'); background-repeat: no-repeat; background-size: cover; }
.bg-img .heading { max-width: 540px; margin: 0 auto; }
.bg-img .heading h3 { font-size: 48px; font-weight: 800; }
.bg-img .heading p { font-size: 18px; line-height: 26px; margin-top: 8px; }
.bg-img .heading h5 { font-size: 18px; font-weight: 500; color: #333; line-height: 30px; margin-bottom: 20px; padding-bottom: 20px; position: relative; }
.bg-img .heading h5::before { position: absolute; content: ''; width: 80px; height: 2px; background: var(--main-color); bottom: 0; left: 50%; transform: translateX(-50%); }
.bg-img2 { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 580px; position: relative; background-image: url('../images/aktrus.jpeg'); background-repeat: no-repeat; background-size: cover; }
.bg-img2::before {position: absolute;content: '';background: #00000091;top: 0;left: 0;width: 100%;height: 100%;}
.video-wrapper { left: 0; height: 100%; width: 100%; text-align: center; max-width: 740px; margin: 0 auto; }
.play-btn { border: 0; background: none; margin-bottom: 12px; }
.video-wrapper h3 { color: #fff; font-size: 48px; margin: 0; }
.video-wrapper span { color: var(--main-color); }
.modal { z-index: 999999999; }
.vedio { width: 100%; position: relative; padding-bottom: 60%; }
.vedio video { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; padding: 6px; left: 0; width: 100%; height: 100%; }
.btn-close { position: absolute; top: 15px; right: 15px; background-color: #fff; opacity: 0.8; border-radius: 50%; width: 30px; height: 30px; z-index: 10; transition: all 0.3s ease; }

/*===========================================*/
.biography-container { width: 100%; min-height: 580px; background-position: center; position: relative; background-image: url('../images/biography-img.webp'); background-repeat: no-repeat; background-size: cover; }
.biography-container::before { position: absolute; content: ''; background: #051b33b5; top: 0; left: 0; width: 100%; height: 100%; }
.biography-wrapper { position: relative; }
.biography-list { padding: 0; list-style: none; position: relative; z-index: 9; max-width: 1000px; margin: 0 auto; }
.biography-list .biography-item+.biography-item { padding-top: 70px; }
.biography-list .biography-item { display: flex; align-items: center; flex-wrap: wrap; position: relative; }
.biography-list .biography-item:first-child::before, .biography-list .biography-item:last-child::before { content: ''; position: absolute; width: 70px; height: 50%; background: #f5f5f5; top: 0; left: calc(50% - 36px); z-index: -1; display: none; }
.biography-list .biography-item:last-child::before { left: calc(50% - 36px); top: auto; bottom: 0; }
.biography-list .biography-left { width: calc(50% - 22px); padding-right: 14px; text-align: end; }
.biography-list .biography-mid { width: 44px; text-align: center; display: flex; align-items: center; justify-content: center; }
.biography-list .roadmad-right { width: calc(50% - 22px); padding-left: 14px; }
.biography-list .biography-mid .biography-arrow { width: 20px; height: 20px; background: transparent; border: 6px solid #717171; transition: all .3s ease-in; display: flex; align-items: center; font-size: 0; justify-content: center; border-radius: 50%; }

/*.biography-list .biography-item:hover .biography-mid .biography-arrow { background-color: #682c2b; color: #fff; }*/
.biography-list .roadmad-right h4 { margin: 0; font-family: inherit; font-size: 18px; color: #fff; font-weight: 500; }
.biography-list .biography-text h4 { font-size: 20px; font-weight: 500; margin-bottom: 8px; position: relative; z-index: 99; color: #fff; }
.biography-list .biography-item:nth-child(even) { flex-flow: row-reverse; }
.biography-list .biography-item:nth-child(even) .biography-left { padding-right: 0; padding-left: 14px; text-align: left; }
.biography-list .biography-item:nth-child(even) .roadmad-right { padding-left: 0; padding-right: 14px; text-align: end; }
.biography-list .biography-item:nth-child(even) .biography-text::before { left: auto; right: 100%; border-color: transparent; border-right-color: #5d2827; }
.biography-line { position: absolute; width: 5px; height: 100%; background-color: #8a8484; left: calc(50% - 2.5px); top: 0; border-radius: 7px; z-index: 1; overflow: hidden; }
.biography-text p { color: #fff; font-size: 14px; }
.biography-container .heading { max-width: 600px; margin: 0 auto; margin-bottom: 40px; }
.biography-container .heading h3 { color: #fff; margin-bottom: 20px; }
.biography-container .heading p { color: #fff; }
.biography-item, .biography-arrow, .biography-line { transition: all 0.4s ease-in-out; }

/* Make the timeline circles stand out more */
.biography-list .biography-mid .biography-arrow { position: relative; z-index: 10; cursor: pointer; }

/* Add hover effect on the timeline items */
.biography-list .biography-item:hover .biography-text { transform: translateY(-5px); }
.biography-list .biography-item:hover .biography-mid .biography-arrow { transform: scale(1.1); }

/* Add transition to the text elements */
.biography-text { transition: transform 0.3s ease-out; }

/*====================================*/
.heading p { margin-top: 14px; margin-bottom: 0; }
.about-mv-list { display: flex; flex-wrap: wrap; position: relative; }
.about-mv-item { width: 50%; margin-bottom: 40px; }
.about-mv-list li:nth-child(odd) { padding-right: 100px; }
.about-mv-list li:nth-child(even) { padding-left: 100px; margin-top: 100px; }
.about-mv-list::before { position: absolute; content: ''; width: 2px; height: calc(100% + 50px); background: #e3e3e3; left: 50%; transform: translateX(-50%); top: -50px; }
.about-mv-img { padding-bottom: 60%; position: relative; border-radius: 6px; margin-bottom: 40px; }
.about-mv-img img { position: absolute; content: ''; width: 100%; height: 100%; object-fit: cover; transition: all .3s ease-in; border-radius: 6px; }
.about-mv-img img:hover { transition: all .3s ease-in; transform: scale(1.01); filter: brightness(0.7); }
.about-mv-content h5 { font-size: 18px; font-weight: 500; margin-bottom: 20px; color: #333; border-radius: 6px; }
.about-mv-content p { font-size: 14px; }
.about-mv-content p { margin: 0; }
.about-mv-content strong { font-size: 13px; font-weight: 500; margin-top: 10px; display: block; color: #555; }
.about-mv-list li:nth-child(odd) .about-mv-img::before { position: absolute; content: ''; width: 100px; height: 2px; background: #e3e3e3; left: 100%; top: 50%; transform: translateY(-50%); }
.about-mv-list li:nth-child(even) .about-mv-img::before { position: absolute; content: ''; width: 100px; height: 2px; background: #e3e3e3; right: 100%; top: 50%; transform: translateY(-50%); }
.about-mv-content p strong { display: inline; }
.policies-container .heading { background: #fff; z-index: 99; position: relative; max-width: 500px; margin: 0 auto; margin-bottom: 50px; }

/*====================================*/

/*===========================================*/
.counter-list { background: #fff; display: flex; width: calc(100% + 16px); margin-left: -8px; flex-wrap: wrap; box-shadow: 0 0 10px 0 rgb(0 0 0 / .5); padding: 60px 40px; }
.counter-stats h1 { font-size: 56px; margin-bottom: 3px; color: var(--dark-color); }
.counter-item { width: 25%; border-right: 1px solid #e3e3e3; }
.counter-stats { text-align: center; }
.counter-stats p { font-size: 18px; font-weight: 600; color: var(--main-color); }
.stats-container { margin-top: -120px; z-index: 99; position: relative; }
.counter-item:nth-child(4) { border: 0; }

/*===========================================*/
.form-group { position: relative; }
.form-group .form-control { padding-right: 170px; height: 44px; box-shadow: none !IMPORTANT; border-radius: 24px; padding-left: 18px; font-size: 14px; font-weight: 500; }
.newsletter-cta { position: absolute; right: 0; top: 0; border-radius: 0px 20px 20px 0px; height: 100%; }
.newsletter-cta .btn { border-radius: 0px 24px 24px 0px; height: 100%; display: flex; font-weight: 400; justify-content: center; padding: 12px 20px; }

/*===========================================*/
.event-wrapper { display: flex; flex-wrap: wrap; }
.event-left-list { width: calc(100% - 400px); }
.event-right-list { width: 400px; padding-left: 30px; }
.event-left-box { position: relative; display: block; padding: 8px; border: 1px solid #e3e3e3; }
.event-left-img { padding-bottom: 480px; position: relative; display: block; }
.event-left-img img { object-fit: cover; position: absolute; top: 0; filter: brightness(0.7); left: 0; width: 100%; height: 100%; }
.event-left-content { position: absolute; bottom: 0; padding: 20px; color: #fff; width: 100%; }
.event-left-content h6 { font-size: 18px; font-weight: 400; margin-bottom: 5px; }
.event-left-content h3 { font-size: 33px; font-weight: 500; }
.event-right-box { position: relative; padding: 8px; border: 1px solid #e3e3e3; display: block; }
.event-right-item + .event-right-item { margin-top: 20px; }
.event-right-img { position: relative; padding-bottom: 220px; }
.event-right-img img { position: absolute; filter: brightness(0.6); width: 100%; height: 100%; object-fit: cover; }
.event-right-content { position: absolute; bottom: 0; padding: 20px; }
.event-right-content h6 { font-size: 16px; font-weight: 400; color: #fff; width: 100%; margin-bottom: 5px; }
.event-right-content h3 { font-size: 20px; color: #fff; margin: 0; font-weight: 500; }
.event-date { position: absolute; top: 8px; left: 8px; color: #fff; font-weight: 600; padding: 8px 10px; background: var(--main-color); font-size: 14px; }
.event-date.type-2 { font-weight: 600; padding: 6px 8px; font-size: 13px; }

/*===========================================*/

/*===========================================*/
.donation-inner-progress-bar { position: relative; height: 5px; background: #e3e3e3; border-radius: 10px; margin-bottom: 10px; }
.donation-inner-progress-bar-fill { height: 100%; background: var(--main-color); width: 50%;    /* 50% donation-inner-progress */ border-radius: 10px; position: relative; }
.donation-inner-progress-circle { position: absolute; top: -6px; right: 0; width: 16px; height: 16px; background: #fff; border: 4px solid var(--main-color); border-radius: 50%; }
.donation-inner-progress-percent { position: absolute; top: -30px; right: 0; font-size: 13px; }
.donation-inner-progress-stats { display: flex; justify-content: space-between; margin-top: 10px; }
.donation-inner-progress-stats div span { display: block; font-size: 14px; color: #666; line-height: 1; }
.donation-inner-progress-stats div strong { font-size: 14px; color: #333; font-weight: 600; }
.donation-inner-list { display: flex; flex-wrap: wrap; width: calc(100% + 24px); margin-left: -12px; margin-bottom: -24px; }
.donation-inner-item { width: 50%; margin-bottom: 24px; padding: 0px 12px; }
.donation-inner-box { display: flex; flex-wrap: wrap; height: 100%; padding: 20px; border: 1px solid #dbdbdb; border-radius: 6px; background: #fff; box-shadow: 0 16px 50px 10px rgb(12 12 13 / .07); }
.donation-inner-box-left { width: 200px; height: 100%; border-radius: 6px; overflow: hidden; }
.donation-inner-box-right { width: calc(100% - 200px); padding-left: 20px; }
.donation-inner-box-left img { width: 100%; height: 100%; object-fit: cover; }
.donation-inner-box-content h5 a { font-size: 18px; font-weight: 500; margin-bottom: 0; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; color: #333; }
.donation-inner-box-content p { font-size: 14px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.donation-inner-box-content { margin-bottom: 35px; }
.donation-inner-cta-inner { margin-top: 12px; }
.donation-inner-cta-inner .btn { font-size: 14px; min-width: 120px; }
.donation-inner-box-content h5 { margin-bottom: 10px; }

/*===========================================*/

/*===========================================*/
.donation-detail-wrapper { width: 100%; border: 1px solid #dbdbdb; border-radius: 6px; background: #fff; padding: 30px; }
.amount-display { display: flex; align-items: center; background-color: #fff; border-radius: 30px; padding: 9px 19px; margin-bottom: 20px; border: 1px solid #dbdbdb; max-width: 200px; }
.dollar-icon { width: 30px; height: 30px; background-color: var(--main-color); border-radius: 50%; display: flex; justify-content: center; align-items: center; color: white; font-size: 18px; font-weight: 500; margin-right: 15px; }
.amount-value { font-size: 18px; font-weight: 500; }
.amount-options { display: flex; flex-wrap: wrap; gap: 15px; margin-bottom: 20px; }
.amount-option { flex: 1; min-width: 100px; padding: 10px; border-radius: 30px; font-size: 16px; font-weight: 500; background: none; border: 1px solid #dbdbdb; text-align: center; background: #fff; transition: all 0.2s ease; }
.amount-option:hover { background-color: #e6e6e6; }
.amount-option.selected { background-color: var(--main-color); color: #fff; }
.custom-amount-btn { width: 100%; padding: 12px; border: none; border-radius: 30px; background-color: #e3e3e3; font-size: 16px; font-weight: 500; text-align: center; cursor: pointer; margin-bottom: 30px; transition: all 0.2s ease; }
.custom-amount-btn:hover { background-color: #e6e6e6; }
.custom-amount-input { width: 100%; padding: 12px 20px; border: 1px solid #ccc; border-radius: 30px; font-size: 18px; margin-bottom: 30px; display: none; }
.donate-btn { width: 180px; padding: 15px 25px; border: none; border-radius: 30px; background-color: #0d6651; color: white; font-size: 18px; font-weight: bold; cursor: pointer; transition: all 0.2s ease; }
.donate-btn:hover { background-color: #085543; }
.donation-container h5 { font-size: 27px; margin-bottom: 20px; color: var(--dark-color); }
.donation-container p { font-weight: 500; color: var(--dark-color); }
.donation-detail-img { position: relative; padding-bottom: 60%; margin-bottom: 20px; border-radius: 6px; overflow: hidden; }
.donation-detail-img img { width: 100%; height: 100%; position: absolute; top: 0; left: 0; object-fit: cover; transition: all .5s ease-in; }
.donation-detail-img img:hover { transform: scale(1.04); }
.donation-detail-content p strong { font-weight: 600; }
.donation-detail-content strong { font-weight: 600; color: #333; }
.form-group label { margin-bottom: 8px; color: #333; }
.donation-form .form-group .form-control { padding-right: 16px; border: 1px solid #dbdbdb; }
/*===========================================*/

/* ================= Footer Start ================= */
.footer-logo {
    max-width: 120px;
    margin-bottom: 10px;
}
#footer { background: #051b337a; padding: 80px 0 0px 0px; }
.footer-logo img { filter: brightness(0) invert(1); }
.footer-links li a:hover { color: #ffffffcf; }
.footer-link h5 { color: #fff; font-size: 18px; font-weight: 600; line-height: 34px; margin-bottom: 12px; position: relative; }
.footer-link h5::before { content: ''; bottom: 0; width: 60px; height: 2px; background: white; position: absolute; display: none; }
.footer-link h5::after { width: 6px; height: 6px; background: white; position: absolute; content: ''; border-radius: 50%; bottom: -2px; left: 66px; display: none; }
.footer-link p {
    color: #ffffff;
    font-size: 14px;
    text-align: justify;
    line-height: 23px;
}
.footer-links li { color: #ffffff; display: flex; position: relative; transition: all .3s ease-in; margin-bottom: 6px; font-size: 14px; }
.footer-links li i { margin-right: 8px; font-size: 14px; }
.footer-links li + li { margin-top: 8px; }

/*.footer-links li:hover { text-decoration: underline; }*/
.contact-us li { color: #ffffff; display: flex; font-size: 14px; }
.contact-us li span { margin-right: 14px; font-size: 15px; }
.contact-us li + li { margin-top: 8px; }
.footer-bar-content { color: #b0b0b0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.footer-bar-content p { margin: 0; color: #fff; font-size: 14px; }
.footer-bar-content p a { color: #dddddd; }
.footer-bar { padding: 20px 0px; margin-top: 80px; background: #051b339c; }
.privacy-list li { margin-right: 5px; color: #fff; }
.footer-box::before { position: absolute; content: ''; background-image: url('../images/footer-bg.jpg'); width: 100%; height: 100%; object-fit: cover; z-index: -9; top: 0; }
.social-icon { display: flex; }
.social-icon li { margin-right: 15px; width: 35px; height: 35px; border: 1px solid #b0b0b0; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; }
.footer-link h6 { font-size: 16px; color: #fff; }
.footer-link h6 a i { font-size: 12px; margin-left: 0px; }

/* ================= Footer End ================= */

/* ================= Content Start ================= */
.content-container { padding: 60px 0; }

/* ================= Content End ================= */

/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
	.navbar { width: 100%; height: 80px; }
	.navbar-toggler { width: 54px; height: 40px; height: 60px; order-radius: 0; cursor: pointer; text-decoration: none; padding: 0; border: 0; background: transparent; margin: 0; position: absolute; right: 0; top: 50%; z-index: 999; transform: translateY(-50%); }
	.navbar-default .navbar-toggler:hover, .navbar-default .navbar-toggler:focus { background: transparent; }
	.navbar-toggler:not([class="collapsed"]), .navbar-toggler:not([class="collapsed"]):focus, .navbar-toggler:not([class="collapsed"]):hover { background: transparent; }
	.navbar-toggler.collapsed, .navbar-toggler.collapsed:focus, .navbar-toggler.collapsed:hover { background: transparent; }
	.home .navbar-toggler.collapsed, .home .navbar-toggler.collapsed:focus, .home .navbar-toggler.collapsed:hover { background: transparent; }
	.navbar-toggler .navbar-toggler-icon { position: relative; display: inline-block; width: 30px; height: 3px; color: #243238; text-indent: -55px; margin-top: 0; background: transparent !important; transition: all .2s ease-out; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -ms-transition: all .2s ease-out; vertical-align: middle; }
	.navbar-toggler .navbar-toggler-icon:before, .navbar-toggler .navbar-toggler-icon:after { content: ''; width: 30px; height: 3px; background: var(--main-color); position: absolute; left: 0; transition: all .2s ease-out; }
	.navbar-toggler.collapsed .navbar-toggler-icon { background: var(--main-color) !important; }
	.navbar-toggler.collapsed .navbar-toggler-icon:before, .navbar-toggler.collapsed .navbar-toggler-icon:after { background: var(--main-color); }
	.navbar-toggler.collapsed .navbar-toggler-icon:before { top: -10px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
	.navbar-toggler .navbar-toggler-icon:before { top: 0; -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); transform: rotateZ(45deg); }
	.navbar-toggler.collapsed .navbar-toggler-icon:after { bottom: -10px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
	.navbar-toggler .navbar-toggler-icon:after { bottom: 0; -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); -o-transform: rotateZ(-45deg); transform: rotateZ(-45deg); }
	.header-right { position: relative; z-index: 999; margin-right: 50px; }
	.navbar-collapse, .navbar-collapse.collapsing {position: fixed;top: 80px;left: 0;background: #fffdfd;padding: 0;z-index: 99;margin: 0;border: 0;overflow-y: auto;bottom: 0;width: 100%;height: 0;display: block !important;transition: all .3s cubic-bezier(0.77, 0.2, 0.05, 1.0);}
	.navbar .collapse.show { height: calc(100vh - 80px); }
	.navbar-inside { height: calc(100vh - 80px); padding: 0 15px; display: flex; flex-flow: column; }
	.navbar-expand-xl .navbar-nav .nav-item { padding: 0; margin: 0; border-bottom: solid 1px var(--main-color); }
	.navbar-expand-xl .navbar-nav .nav-link { font-size: 16px; line-height: 30px; padding: 15px 0; position: relative; color: #333; }
	.navbar-nav.sm-collapsible .sub-arrow { border: 0; margin: 0; width: auto; font-size: 30px; line-height: 60px; top: 0; height: 60px; color: var(--main-color); width: 40px; }
	.dropdown-menu { background: transparent; border: 0; padding: 0; margin: 0 0 20px 0; }
	.dropdown-item { padding: 7px 20px 7px 40px; }
	.dropdown-item:focus, .dropdown-item:hover { color: var(--main-color); background: transparent; }
	.content-container { padding: 50px 0; }
	.hero-slider { margin: 0; }
	/* .header-transparent .navbar-brand { background: var(--main-color); } */
	.header-transparent .top-bar { background: var(--dark-color); }
	.donation-list { padding-right: 0; }
	.donation-cta { position: static; }
}

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
	.hero-slide-content { text-align: center; }
	.hero-slide-content h1, .hero-slide-content h2 { font-size: 44px; line-height: 52px; }
	.heading h3 { font-size: 33px; }
	.video-wrapper h3 { font-size: 40px; }
	.bg-img .heading h3 { font-size: 42px; }
	.join-cta { margin-top: 12px; }
	.footer-link { margin-bottom: 20px; }
	.bg-img2 { min-height: 450px; }
	.top-bar { display: none; }
	.fixed #header { top: 0px; }
	.about-mv-list li:nth-child(odd) { padding-right: 60px; }
	.about-mv-list li:nth-child(even) { padding-left: 60px; }
	.about-mv-list li:nth-child(odd) .about-mv-img::before, .about-mv-list li:nth-child(even) .about-mv-img::before { width: 60px; }
	.donation-inner-box-left { width: 100%; height: 280px; }
	.donation-inner-box-right { width: 100%; }
	.donation-inner-box-right { padding: 0; margin-top: 20px; }
}

/* =================================================  
 ! Small devices (landscape phones, less than 768px)
 ================================================= */
@media (max-width:767.98px) {
	.navbar { height: 60px; }
	.navbar-collapse, .navbar-collapse.collapsing { top: 60px; }
	.navbar .collapse.show { height: calc(100vh - 60px); }
	.navbar-inside { height: calc(100vh - 60px); }
	.content-container { padding: 40px 0; }
	.bg-img2 { min-height: 450px; }
	.hero-slide-content h1, .hero-slide-content h2 { font-size: 36px; }
	.hero-slide-content h1 br, .hero-slide-content h2 br { display: none; }
	.hero-banner-img { margin-top: 20px; }
	.hero-slider {height: 65vh;}
	.hero-slide {height: 65vh;}
	.hero-slider .slick-dots { transform: translate(-50%); text-align: center; bottom: 20px; }
	.heading h3 { font-size: 27px; }
	.mv-item { width: 100%; }
	.mv-list { width: calc(100% + 24px); margin-left: -12px; }
	.mv-item { padding: 0px 12px; margin-bottom: 24px; }
	.video-wrapper h3 { font-size: 33px; }
	.counter-item { width: 50%; margin-bottom: 24px; border: 0; }
	.counter-list { padding: 24px 24px 0px 24px; }
	.counter-stats h1 { font-size: 48px; }
	/* .navbar-brand { width: 300px; } */
	.biography-list .biography-left { width: 100%; text-align: left; margin-left: auto; padding-left: 50px; }
	.biography-list .biography-item+.biography-item { padding-top: 30px; }
	.biography-list .biography-item:nth-child(even) { flex-flow: nowrap; width: 100%; padding-left: 50px; }
	.biography-list .biography-item:nth-child(even) .biography-left { width: 100%; }
	.roadmad-right, .biography-list .roadmad-right { display: none; }
	.biography-line { left: 8px; }
	.biography-list .biography-item:nth-child(even) .biography-left { padding: 0; }
	.biography-list .biography-mid { position: absolute; left: -12px; top: 32px; }
	.heading h4 { font-size: 30px; }
	.newsletter .heading { text-align: center; }
	.bg-img .heading h3 { font-size: 36px; }
	.bg-img .heading h5 { font-size: 16px; line-height: 22px; }
	.about-mv-list li:nth-child(odd) { padding-right: 40px; }
	.about-mv-list li:nth-child(odd) .about-mv-img::before, .about-mv-list li:nth-child(even) .about-mv-img::before { width: 40px; }
	.about-mv-list li:nth-child(even) { padding-left: 40px; }
	.event-left-list {
    width: 100%;
}

.event-right-list { width: 100%; padding: 0; }
.event-left-img { padding-bottom: 300px; }
.event-right-img { padding-bottom: 180px; }
.event-left-content h3 { font-size: 27px; }
.event-right-item + .event-right-item { }
.event-left-list { margin-bottom: 50px; }
.slick-prev, .slick-next { top: -25px; width: 30px; height: 30px; }
.navbar-brand {
    max-width: 50px;
}
}

/* ======================================================
 ! Extra small devices (portrait phones, less than 576px)
 ====================================================== */
@media (max-width:575.98px) {
	.hero-slide-content h1, .hero-slide-content h2 { font-size: 30px; line-height: 36px; margin-bottom: 6px; }
	.mv-nav-tab { position: static; margin-top: 20px; }
	.heading-type-2 { padding: 0; margin: 0; }
	.counter-stats h1 { font-size: 40px; }
	.counter-stats p { font-size: 16px; }
	.counter-item { width: 100%; }
	.bg-img2 { min-height: 400px; }
	.video-wrapper h3 { font-size: 30px; }
	.stats-container { margin-top: -90px; }
	.heading h4 { font-size: 24px; }
	.bg-img .heading h3 { font-size: 30px; }
	.newsletter-cta .btn { font-size: 14px; }
	.about-mv-list li:nth-child(even) { padding-left: 0px; }
	.about-mv-item { width: 100%; margin-bottom: 20px; }
	.about-mv-list li:nth-child(even) { padding: 0; margin: 0; }
	.about-mv-list li:nth-child(odd) .about-mv-img::before, .about-mv-list li:nth-child(even) .about-mv-img::before { display: none; }
	.about-mv-list li:nth-child(odd) { padding: 0; }
	.about-mv-img { margin-bottom: 20px; }
	.about-mv-list::before { display: none; }
	.about-mv-cta { margin-top: 20px; }
	.donation-inner-item { width: 100%; }
	.donation-inner-box-left { height: 220px; }
	.donation-inner-box { padding: 16px; }
}
