@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baskervville&display=swap');
body {
	font-family: 'Poppins', sans-serif;
}

.logo-brand {
	padding: 0;
}
.navbar-dark .navbar-brand {
	color: #384285;
	font-weight: bold;
}
.navbar-dark .navbar-brand:hover {
	color: #f00;
}
.navbar-dark .navbar-nav .nav-link.active {
	color: #f00;
}
.navbar-dark .navbar-nav .nav-link {
	color: #384285;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 400;
	padding: 38px 30px;
	position: relative;
	display: inline-block;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: #f00 !important;
}
.navbar {
	padding: 0;
}
.navbar-dark .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    background: #f00;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: scaleX(0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.navbar-dark .navbar-nav .nav-link:hover::before {
    opacity: 1;
    transform: scaleX(1);
	color: #f00;
}
.navbar-dark .navbar-nav .nav-link.active::before {
    opacity: 1;
    transform: scaleX(1);
	
}

.header {
	background: #e1e5ff;
	padding: 0 50px;
}
.social_media_links ul {
	margin-bottom: 0;
}
.social_media_links ul li {
    display: inline-block;
    background: #171717;
    border-radius: 100%;
    padding: 7px 15px;
    font-size: 17px;
	margin: 0 3px;
	width: 40px;
    height: 40px;

}
.social_media_links ul li a {
	color: #FFF;
}
/* Slider css */
.slider-section {
	padding: 0px;
	background: #e1e5ff;
}
.carousel-caption {
	left: 19%;
    bottom: 52px;
    text-align: left;
    max-width: 650px;
    background: rgba(0,0,0, 0.5);
    padding: 18px;
	
}
.carousel-caption h3 {
	font-size: 56px;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	line-height: 68px;
}
.carousel-caption p {
	font-size: 26px;
    font-weight: 400;
    color: #C7C7C7;
	font-style: italic;
	margin-bottom: 50px;
	margin-top: 16px;
}
.boxed-btn4 {
    background: transparent;
    color: #384285;
    display: inline-block;
    padding: 15px 44px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    border: 1px solid #384285;
    text-align: center;
    text-transform: capitalize;
	text-decoration: none;
}
.boxed-btn4:hover {
    background: #384285;
    color: #fff !important;
    border: 1px solid transparent;
}

@media all and (min-width: 992px) {
	.navbar .dropdown-menu-end{ right:0; left: auto;  }
	.navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.6s; margin-top:0;  }
	.navbar .nav-item:hover .nav-link{ color: #f00;  }
	.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	.navbar .dropdown-menu.fade-up{ top:140%;  }
	.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}


/* Gallery css home */
.section-bg {
    background: #F8F4F4;
}
.section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}
.mb-25 {
    margin-bottom: 25px;
}
.section-tittle h2 {
	color: #384285;
}
.section-tittle h3 {
	color: #f00;
}
.section-tittle p {
	color: #837777;
}
.about-right-img img {
	border: 2px solid #02b3f2;
}
/* patners */
.slider {
	margin: 25px 0;
}
.slider-header h1 {
	color: #384285;
	font-size: 2rem;
	padding-top: 30px;
}
/* testimonials css home*/
.testimonial-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}
.testimonial-area {
    position: relative;
	background: #384285;
}
.testimonial-area .testimonial-caption {
    padding-left: 10px !important;
}

.testimonial-area .testimonial-caption .testimonial-top-cap h2 {
    font-size: 32px;
    font-weight: 400;
    color: #a8b3ff;
    margin-bottom: 20px;
    position: relative;
	margin-top: 20px;
}
.testimonial-area .testimonial-caption .testimonial-top-cap p {
    line-height: 1.5;
    margin-bottom: 32px;
    font-size: 18px;
    color: #ffaeae;
    font-weight: 400;
}

.testimonial-area .testimonial-caption .testimonial-founder .founder-text {
    margin-left: 20px;
    text-align: left;
}
.testimonial-area .testimonial-caption .testimonial-founder .founder-text span {
    color: rgba(255,255,255,0.8);
    font-size: 18px;
    font-weight: 300;
    text-align: left;
}
.testimonial-area .testimonial-caption .testimonial-founder .founder-text p {
    color: rgba(255,255,255,0.8);
    font-weight: 300;
    line-height: 1.5;
}
.slick-initialized .slick-slide {
	padding: 0 20px 0 0;
}
.testimonial-head h1, .latest-head h1 {
	color: #FFF;
	font-size: 2rem;
}
.latest-news {
	background: #FFF;
	padding: 15px;
	min-height: 500px!important;
}
.latest-news p {
	color: #837777;
	padding-top: 15px;
}
.chairman-head h2 {
	font-size: 1.5rem;
}
.about-bottom {
	color: #f00;
	font-weight: bold;
}
.directors {
	
}
.about-low-area {
	background: #F8F4F4;
}
.section-header {
	font-size: 2rem;
	padding: 25px 0;
	color: #384285;
}
.service {
	padding: 50px 0;
}
.service-item {
	padding-bottom: 50px;
}
.service-icon {
	padding-right: 25px;
}
.service-text h3 {
	font-size: 1.5rem;
}
.service-text h3 a{
	text-decoration: none;
	color: #f00;
}
.service-text h3 a:hover{
	color: #384285;
}
.service-text p a{
	text-decoration: none;
	color: #212529;
}
.service-text p a:hover{
	color: #f00;
}
.service-btn {
	color: #1b33e7 !important;
	font-weight: bold;
}
.volunteers {
	padding: 50px 0;
}
.district-section {
	padding-bottom: 120px;
}
.district-section img{
	padding-bottom: 25px;
}
.district-section h2 {
	color: #384285;
}
.district-section h5 {
	color: #f00;
}
/* footer css home */
.footer {
    background: #202020;
}
.footer .footer_top {
    padding-top: 120px;
    padding-bottom: 120px;
}
.footer .footer_logo {
    margin-bottom: 43px;
}
.footer .footer_top .footer_widget p.footer_text {
    font-size: 14px;
    color: #C7C7C7;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 28px;
}
.footer .footer_top .footer_widget p.footer_text a.domain {
    color: #B2B2B2;
    font-weight: 400;
}
.footer .socail_links ul {
	padding-left: 0;
}
.footer .socail_links ul li {
    display: inline-block;
}
.footer .socail_links ul li a {
    background: #313131;
    color: #8B8B8B;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin: 0 3px;
    font-size: 17px;
}
.footer .footer_top .footer_widget .footer_title {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 40px;
    font-family: "Poppins", sans-serif;
}
.footer .footer_top .footer_widget ul {
	padding-left: 0;
}
.footer .footer_top .footer_widget ul li {
	list-style: none;
}
.footer .footer_top .footer_widget ul li a {
    font-size: 14px;
    color: #C7C7C7;
    line-height: 42px;
	text-decoration: none;
}
.footer .footer_top .footer_widget .newsletter_form {
    position: relative;
    margin-bottom: 20px;
}
.footer .footer_top .footer_widget .newsletter_form input {
    width: 100%;
    height: 45px;
    background: #fff;
    padding-left: 20px;
    font-size: 14px;
    color: #000;
    border: none;
}
.footer .footer_top .footer_widget .newsletter_form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: none;
    font-size: 14px;
    color: #fff;
    background: #F2C64D;
    padding: 10px;
    padding: 0 22px;
    cursor: pointer;
}
.footer .footer_top .footer_widget .newsletter_text {
    font-size: 14px;
    color: #BABABA;
}
.footer .copy-right_text {
    padding-bottom: 30px;
    background: #000000;
}
.footer .copy-right_text .footer_border {
    padding-bottom: 30px;
}
.footer .copy-right_text .copy_right {
    font-size: 14px;
    color: #C7C7C7;
    margin-bottom: 0;
    font-weight: 400;
}
.footer .copy-right_text .copy_right a {
    color: #F2C64D;
}

.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
}
/* About Page css */
.about-section {
    background-image: url(../images/aboutus-inner-banner.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: var(--bs-font-sans-serif);
    position: relative;
}


.about-section1 {
    background-image: url(../images/bgimg/aboutus.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: var(--bs-font-sans-serif);
    position: relative;
}

.about-section2 {
    background-image: url(../images/bgimg/agriculture.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: var(--bs-font-sans-serif);
    position: relative;
}

.about-section3 {
    background-image: url(../images/bgimg/reports.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: var(--bs-font-sans-serif);
    position: relative;
}

.about-section4 {
    background-image: url(../images/bgimg/news.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: var(--bs-font-sans-serif);
    position: relative;
}

.about-section5 {
    background-image: url(../images/bgimg/volunteerimg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: var(--bs-font-sans-serif);
    position: relative;
}

.about-section6 {
    background-image: url(../images/bgimg/accomodation.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: var(--bs-font-sans-serif);
    position: relative;
}

.about-section7 {
    background-image: url(../images/bgimg/donate.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: var(--bs-font-sans-serif);
    position: relative;
}

.about-section8 {
    background-image: url(../images/bgimg/contact.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: var(--bs-font-sans-serif);
    position: relative;
}

.aboutus-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.about-section > .aboutus-overlay {
    background-color: rgba(0, 0, 0, 0.50);
}
.health-section {
    background-image: url(../images/health_inner_banner.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: var(--bs-font-sans-serif);
    position: relative;
}
.health-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.health-section > .health-overlay {
    background-color: rgba(0, 0, 0, 0.50);
}
.education-section {
    background-image: url(../images/education_inner_banner.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: var(--bs-font-sans-serif);
    position: relative;
}
.education-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.education-section > .education-overlay {
    background-color: rgba(0, 0, 0, 0.50);
}
.about-inner-head {
    padding: 132px 0;
}
.about-inner-head h1 {
    color: #FFF;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
}
.breadcrumb {
    max-width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
}
.breadcrumb-item {
    color: #FFF;
    font-size: 20px;
}
.breadcrumb-item+.breadcrumb-item {
    color: #FFF;
}
.about-title {
	color: #f00;
}
.about-list, .empowerment-list {
	padding-left: 15px;
}
.empowerment-list li {
	font-style: italic;
}
.about-list1, .thrift-list {
	padding-left: 0px;
}
.about-list1 li, .thrift-list{ 
	list-style: none;
}
.about-list1 li i {
	color: #f00;
	padding-right: 5px;
}
/* Contact us */
.icon-phone {
	font-weight: bold;
}

/* volunteer page */
.volunteer-form {
	background: #f2f2f2;
	padding: 25px;
}
.volunteer-form form label {
	color: #394285;
}
.form-button, .btn-primary:focus {
	background-color: #384285;
	border: 1px solid #384285;
	box-shadow: none;
}
.form-button:hover {
	color: #384285;
    background-color: transparent;
	
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: rgba(0,0,0,.8);
}
/* healthy promation */
.promotion h1 {
	font-size: 1.5rem;
	color: #f00;
}
/* accomdation images */
.accomdation_images {
	background-color: #f6f5f4;
	box-shadow: rgb(0 0 0 / 6%) 0 2px 4px 0;
    box-shadow: 0 2px 11px 0 rgb(0 10 0 / 10%);
}
.accomdation_test {
	padding: 15px;
}
.accomdation_test h1 {
	font-size: 1.5rem;
}
@media screen and (max-width: 320px) {
	.header, .slider-section {
		padding: 0 15px;
	}
	.navbar-brand  {
		width: 60%;
		font-size: 0.8rem;
	}
	.navbar-brand img{
		width: 15%;
		height: auto;
	}
	.about-right-img img {
		width: 100%;
	}
	.navbar {
    padding: 10px 0;
}
	.district-section {
		padding-bottom: 25px;
	}
}

@media (min-width: 321px) and (max-width: 480px) {
	.header, .slider-section {
		padding: 0 15px;
	}
	.navbar-brand  {
		width: 70%;
		font-size: 1rem;
	}
	.navbar-brand img{
		width: 15%;
		height: auto;
	}
	.about-right-img img {
		width: 100%;
	}
	.navbar {
    padding: 10px 0;
}
	.district-section {
		padding-bottom: 25px;
	}
}