@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,500,700,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&display=swap');

body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 400;
	font-size: 18px;
}

.pfd {
	font-family: 'Playfair Display', serif;
	font-weight: 800;
}

.slice {
	padding: 100px 0;
}

.slice-top {
	padding-top: 100px;
}

.slice-bottom {
	padding-bottom: 100px;
}

.slice8 {
	padding: 80px 0;
}

.slice6 {
	padding: 60px 0;
}

.slice4 {
	padding: 40px 0;
}

.slice2 {
	padding: 20px 0;
}

.t-white {
	color: #000;
}

.t-black {
	color: #111;
}

p {
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 1px;
	color: #111;
}

.navbar-nav li a {
	border-radius: 50px;
	padding: 10px 40px !important;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 500;
}

.btn-primary:hover {
	background-color: #111;
	border-color: #111;
}

.navbar-nav li a:hover {
	color: #FC4C01 !important;
}

.link {
	color: #FC4C01;
}

.pbg {
	background-color: #FC4C01;
}

.link:hover {
	color: #FC4C01;
	text-decoration: line-through;
}

.nav-item-btn {
	background-color: #e14807;
	color: #fff;
	border-radius: 100px;
}

.nav-item-btn:hover {
	background: #fff;
}

.custom-header {
	background-image: linear-gradient(#111111e6, #11111100);
	backdrop-filter: blur(5px);
	position: fixed;
	z-index: 999;
	padding: 12px 24px;
	width: 100%;
}

.video-controls {
	background-color: #000;
	text-align: center;
	padding: 24px;
	border-radius: 24px;
}

.logo-copyright {
	color: #c3c3c3;
	font-size: 14px;
	pointer-events: none;
}

.navbar-brand {
	margin: 0;
}

.navbar-brand img {
	height: 36px;
}

.custom-header li a {
	font-size: 14px;
	padding: 8px 4px !important;
	color: #fff !important;
	font-weight: 400;
}

.scroll-cl {
	background-image: linear-gradient(#111111e6, #111111e6);
	backdrop-filter: blur(10px);
	transition: -webkit-transform 1s;
	transition: transform 1s, ;
	transition: transform 1s, -webkit-transform 1s;
}

.navbar-toggler {
	background: #fff;
}

.left-side {
	width: 60px;
	position: fixed;
	z-index: 9999;
}

.left-side ul {
	line-height: 1;
	display: block;
	margin: 0;
	padding: 0;
	transform: rotate(-90deg);
	transform-origin: 0 0;
	position: fixed;
	left: 25px;
	bottom: 5px;
	text-align: center;
}

.left-side ul li {
	display: inline-block;
	margin: 0 4px;
	padding: 0;
	list-style: none;
}

.left-side ul li a {
	color: #c3c3c3;
	text-transform: uppercase;
	font-size: 14px;
}

.left-side ul li a:hover {
	color: #FC4C01;
	text-decoration: line-through;
	transform: 0.25s ease;
}

.btn-yellow {
	padding: 10px 25px;
	border: 0;
	background: #FC4C01;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-radius: 50px;
	text-transform: capitalize;
	box-shadow: 0 0 30px #e8e8e8;
	border-radius: 50px;
}

.vm {
	vertical-align: middle;
	margin-right: 8px;
}

.vaccination-button {
	padding: 12px 24px;
	cursor: pointer;
	border-radius: 50px;
	font-weight: 500;
	background: #FC4C01;
	color: #fff;
	border: 0;
	margin-bottom: 20px;
}


.submit-button {
	padding: 15px 50px;
	cursor: pointer;
	border-radius: 50px;
	font-weight: 500;
	background: #FC4C01;
	border: 0;
}

.help-button {
	display: table;
	border-radius: 50px;
	border: 1px Solid #e14807;
	color: #fff;
	background: #e14807;
	text-decoration: none;
	padding: 12px 24px;
	margin: auto;
	transition: .4s;

}

.btn-yellow:hover,
.help-button:hover {
	color: #e14807;
	text-decoration: none;
	background: #fff;
	border-radius: 50px;
}

::selection {
	color: #fff;
	background: #e14807;
}

#topArrow {
	position: fixed;
	bottom: 20px;
	right: 15px;
	z-index: 99999;
	width: 42px;
	height: 42px;
	transition: .2s;
}


.whatsapp  {
	position: fixed;
	bottom: 16px;
	right: 70px;
	z-index: 99999;
}

.home-banner {
	height: 90vh;
	background-image: url('images/bg-img.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 80px;
}

.vaccination-banner {
	height: 50vh;
	background-image: url('images/vaccination.jpg');
}


.student-banner {
	height: 60vh;
	background-image: url('images/student-help.jpg');
}


.our-machinery  {
	height: 60vh;
	background-image: url('images/our-machinery.jpg');
}

.our-client  {
	height: 60vh;
	background-image: url('images/client.jpg');
}


.contact-banner {
	height: 60vh;
	background-image: url('images/contact.jpg');
}

.our-products {
	height: 60vh;
	background-image: url('images/products.jpg');
}

.election-banner {
	height: 60vh;
	background-image: url('images/election.jpg');
}

.multi-banner {
	height: 60vh;
	background-image: url('images/multi.jpg');
}


.bakery-banner {
	height: 60vh;
	background-image: url('images/bakery-products.jpg');
}

.qulity-bg {
	background: #F0F0F0;
}

.thead-dark-donor {
	background: #1f2532 !important;
}

.cas {
	display: inline-flex;
    justify-content: space-between;
    width: 100%;
	margin: 16px 0 16px 0;
}

.home-banner-text {
	text-align: center;
	position: relative;
	text-align: left;
	color: #fff;
}

.home-banner-text h1 {
	font-weight: 700;
	font-size: 3rem;
	margin: 20px 0;
	text-align: center;
	text-transform: capitalize;
	font-family: 'Playfair Display', serif;
}

.products-card {
	padding: 24px;
	margin-top: 16px;
	margin-bottom: 16px;
}

.pc {
	padding: 42px 24px;
    margin-top: 16px;
    margin-bottom: 16px;
    border: 1px solid #111;
    border-radius: 24px;
}

.contact-card {
	padding: 42px 24px;
	border: 1px solid #111;
	border-radius: 24px;
	height: 100%;
}

.products-img {
	width: 80%;
}

.products-heading {
	font-size: 24px;
	color: #111;
	text-transform: capitalize;
	font-family: 'Playfair Display', serif;
	font-weight: 800;
}

.products-des {
	color: #111;
	margin: 20px 0;
}


.team-card {
	padding: 24px;
	margin-top: 16px;
	margin-bottom: 16px;
	text-align: center;
}

.team-img {
	width: 180px;
	margin-bottom: 24px;
}

.team-heading {
	font-size: 24px;
	color: #111;
	text-transform: capitalize;
	font-family: 'Playfair Display', serif;
	font-weight: 800;
}

.team-des {
	color: #111;
	margin: 20px 0;
}


.about-bg {
	background: #F0F0F0;
}

.view-link {
	display: table;
	border-radius: 50px;
	border: 1px Solid #111;
	color: #111;
	text-decoration: none;
	padding: 12px 24px;
	margin: auto;
	transition: .4s;
}

.view-link:hover {
	background: #e14807;
	border-color: #e14807;
	color: #fff;
	text-decoration: none;
	transition: .4s;
}

.home-banner-text h1 span {
	margin: 0 10px;
	text-align: center;
}

.home-banner-text h4 {
	font-weight: 400;
	text-align: center;
	line-height: 36px;
	font-size: 20px;
}

.mission {
	color: #fff;
}

.heading {
	margin-bottom: 30px;
}

.heading h2 {
	font-family: 'Playfair Display', serif;
	font-weight: 800;

}

.services {
	padding: 30px;
	box-shadow: 0 2px 25px #e8e8e8;
	margin-bottom: 30px;
	min-height: 380px;
	border-radius: 4px;
}

.services img {
	width: 50px;
	margin: 15px 0;
}

.services h3 {
	font-size: 20px;
	margin: 15px 0;
	font-weight: 700;
}

.custom-card {
	margin-bottom: 20px;
}

.card-header {
	background: #fff;
	padding: 0;
	border-bottom: 2px solid #1112;
}

.card-header h2 button {
	font-size: 22px;
	font-weight: 500;
	color: #111;
	text-decoration: none;
}

.card-header button:hover,
.card-heade button:focus {
	color: #1ba8f1;
	text-decoration: none;
}

.card-header button[aria-expanded="true"] {
	color: #1ba8f1;
	text-decoration: none;
}

.footer-logo img {
	height: 45px;
}

.footer {
	background: #fff;
	color: #111 !important;
	border-top: 1px solid #999;
}

.footer p, .tel {
	color: #111 !important;
}

.footer-n-logo img {
	width: 120px;
	height: 120px;
	margin-top: -120px;
}

.social ul {
	padding-left: 0;
	margin: 0;
}

.social ul li {
	list-style: none;
	display: inline-block;
	margin: 0 5px;
}

.social ul li a img {
	width: 32px;
	height: 32px;
}

.t-right,
.t-right span {
	text-align: right;
}

.t-left,
.t-left span {
	text-align: left;
	margin: 15px 0;
}

.email {
	color: #e14807;
	font-weight: 500;
}

.email:hover {
	color: #111;
}

.post {
	background: #FFEEE6;
	color: #e14807;
	border-radius: 50px;
	padding: 4px 8px;
	font-size: 12px;
}

.copyright {
	font-size: 16px;
	color: #111;
}

.footer-menu {
	padding-left: 0;

}

.footer-menu li {
	list-style: none;
	margin-bottom: 16px;
}

.footer-menu li a {
	color: #111;
	font-size: 16px;
	text-decoration: none;
}

.footer-menu li a:hover {
	color: #e14807;
	text-decoration: none;
}

.donate-now {
	text-align: center;
}


.donate-student {
	font-weight: 700;
}

input {
	border-radius: 50px !important;
}

.user-icon {
	width: 52px;
	height: 52px;
	border-radius: 50px;
	margin-right: 10px;
}

.table .thead-dark th {
	background: #111 !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.custom-header li .active {
	color: #FC4C01 !important;
}

/**************media**********************/

@media only screen and (min-width: 320px) and (max-width: 479px) {}

@media screen and (min-width: 480px) and (max-width: 767px) {}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 320px) {}

@media only screen and (max-width: 767px) {
	.custom-header {
		background: #111;
	}

	.home-banner-text h1 {
		font-size: 42px;
	}

	.home-banner-text h4 {
		font-size: 18px;
	}

	.custom-header li a {
		margin: 15px !important;
	}

	.user-icon {
		display: block;
	}

	form {
		padding-left: 20px;
		padding-right: 20px;
	}

	.client-logo {
		height: 80%;
	}
	.top-logo {
		height: 36px !important;
	}
}

@media only screen and (max-width: 1024px) {}

@media only screen and (min-width: 1024px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 992px) and (max-width: 1204px) {}

@media only screen and (min-width: 1400px) {
	.custom-header li a {
	font-size: 16px;
	padding: 8px 4px !important;
	color: #fff !important;
	font-weight: 400;
}
}
