/*
Theme Name 		: Hari - NGO Foundation Trust Template
Author 			: Teaching Web
Version 		: 1.0
File-name 		: index.css
*//*---------------------------------------------------------------------------*/

/* Custom Fonts start*/
@font-face{
	font-family: theme-font;
	src: url("../webfonts/quick.otf"); /*(Font Name : Quicksand Book)*/
}
.font-arial{
	font-family: arial !important;
}
/* theme color root start*/
:root{ 
	/*Choice is Yours*/
	/* Variable for Entire Page Theme-Color */
	/*If You want one color Theme so PLease Enter Both Colors are Same*/
	--color1: #015595;
	--color2: #7BBA2E;	
}
.bg-gradient{ /* for background gradient */
	background: linear-gradient(45deg,var(--color1),var(--color2)) !important;
	background: -webkit-linear-gradient(45deg,var(--color1),var(--color2)) !important;
}
.text-gradient{ /* for text color gradient */
	background: -webkit-linear-gradient(45deg,var(--color1),var(--color2)) !important;
	-webkit-background-clip: text !important;
		-webkit-text-fill-color: transparent !important;
}

/* selection area color */
::selection{
	color: white !important;
	background: var(--color1) !important;
}

/* aerrow spinner hide Firefox, Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}

/*custom scroll bar start*/
::-webkit-scrollbar{
	width: 8px !important;
}
::-webkit-scrollbar-thumb{
	background: linear-gradient(45deg,var(--color1),var(--color2)) !important;
	background: -webkit-linear-gradient(45deg,var(--color1),var(--color2)) !important;
	border-radius: 15px;
}
::-webkit-scrollbar-track{
	background: white !important;
}

*{ /*common for all tags*/
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: theme-font;
	transition: 0.5s;
	outline: none !important;
	text-decoration: none !important;
	scroll-behavior: smooth;
	user-select: none;
}

/* Common Wrapper */
.wrapper{
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	overflow: hidden;
}

/* navbar start */
.navbar-section{
	float: left;
	clear: both;
	width: 100%;
	position: fixed;
	z-index: 1000;
	background: transparent;
	pointer-events: none;
	opacity: 0.0;
	padding: 10px 5px;
}
.fixed-header { /*after scroll navbar*/
	opacity: 1.0 !important;
	box-shadow: 0 0px 10px #c6c6c6;
	background: white !important; 
	padding: 0px 0px;
	transition: 0.5s !important;
	z-index: 1000;
	pointer-events: initial;
}
.navbar-toggler{
	border: 0px;
}
.navbar .nav-link{
	font-weight: bold;
	color: var(--color1);
	transition: 0.5s;
}
.navbar .nav-link:hover{
	color: var(--color2);
	letter-spacing: 7px;
}
.navbar .navbar-nav:hover .nav-item{
	filter: blur(2px);
}
.navbar .navbar-nav .nav-item:hover{
	filter: blur(0px) !important;
}
/* navbar end */

/*banner start*/
.banner{
	float: left;
	clear: both;
	width: 100%;
	min-height: 100vh;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	z-index: 1;
	padding: 10px 0px;
}
.banner:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg,var(--color1),var(--color2)) !important;
	background: -webkit-linear-gradient(45deg,var(--color1),var(--color2)) !important;
	opacity: 0.85;
	z-index: -1;
}
.banner-video{ /* for background banner video */
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	z-index: -2;
}
/*banner end*/

/* volunteer start */
.volunteer{
	float: left;
	clear: both;
	width: 100%;
	padding: 100px 0px;
}
.volunteer-box{
	padding-bottom: 20px;
	width: 100%;
}
.valunteer-image{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.valunteer-image:before{
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg,var(--color1),var(--color2)) !important;
	background: -webkit-linear-gradient(45deg,var(--color1),var(--color2)) !important;
	opacity: 0.70;
	z-index: 1;
	transition: 0.5s;
}
.valunteer-image:hover:before{
	left: 0;
}
.valunteer-image img{
	width: 100%;
	background-color: transparent;
}
.owl-dots{
	display: none;
}
.valunteer-name{
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(-50%, -50%);
	margin: 5px;
	color: white;
	z-index: 1;
	font-size: 35px;
	font-weight: bold;
	opacity: 0.00;
	font-family: arial;
}
.valunteer-image:hover .valunteer-name{
	opacity: 0.80;
	left: 50%;
}
/* volunteer end */


/* Ourvision start */
.ourvision{
	float: left;
	clear: both;
	width: 100%;
	padding: 0px 0px;
}
.ourvision-left-image{
	min-height: 300px;
	background-size: cover;
}
.ourvision-box{
	margin: 50px 0px;
	width: 85%;
}
.ourvision .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: var(--color1);
	background-color: white;
}
.ourvision .nav-pills .nav-link {
	color: white;
}
.ourvision .nav-link:hover {
	color: white;
}
/* Ourvision end */

/* Services Start */
.services{
	float: left;
	clear: both;
	width: 100%;
	padding: 100px 0px;
	background: #FDFDFD;
}
.services-box{
	width: 100%;
	padding: 10px 20px;
	margin: 10px 0px;
	background: white;
	box-shadow: 0px 0px 5px #e1e1e1;
	border-radius: 5px;
}
.service-icon i{
	font-size: 50px;
	background: -webkit-linear-gradient(45deg,var(--color1),var(--color2)) !important;
	-webkit-background-clip: text !important;
		-webkit-text-fill-color: transparent !important;
}
/* Services End */

/* Donations Start */
.donations{
	float: left;
	clear: both;
	width: 100%;
	padding: 100px 0px;
	position: relative;
	background: url('../images/donations/bg.jpg');
	background-size: cover;
	z-index: 1;
}
.donations:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(45deg,rgba(255, 255, 255, 1.0) 60%, rgba(255, 255, 255, 0.0));
}
.donation-box{
	padding: 30px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 300px;
}
/* Donations End */

/* News start */
.news{
	float: left;
	clear: both;
	width: 100%;
	padding: 100px 0px;
	background: #FDFDFD;
}
.news-image{
	position: relative;
	z-index: 1;
}
.news-image:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(var(--color1),var(--color2)) !important;
	background: linear-gradient(var(--color1),var(--color2)) !important;
	opacity: 0.0;
	transition: 0.5s;
}
.news-box:hover .news-image:before{
	opacity: 0.50;
}
.author-info{
	font-size: 14px;
}
.news-info{
	
}
.news-heading{
	clear: both;
	margin-top: 10px;
}
/* News end */

/* Testimonial start */
.testimonial{
	float: left;
	clear: both;
	width: 100%;
	padding: 100px 0px;
	background: url('../images/testimonials/bg.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
	z-index: 1;
}
.testimonial:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg,var(--color1),var(--color2)) !important;
	background: -webkit-linear-gradient(45deg,var(--color1),var(--color2)) !important;
	opacity: 0.98;
	z-index: -1;
}
.testimonials-box{
	background: white;
	width: 100%;
	padding: 30px 10px;
	padding-bottom: 100px;
	border-radius: 10px;
	min-height: 300px !important;
}
.testimonials-img{
	width: 150px !important;
	height: 150px;
	border-radius: 1000px;
	border: 10px solid var(--color2);
	margin-top: -75px; /* set half pixels of height */
}
/* Testimonial end */

/* Cause start */
.cause{
	float: left;
	clear: both;
	width: 100%;
	padding: 100px 0px;
}
.cause-heading{
	font-size: 20vw; /* 1vw = 1% of viewport width */
}
.cause-details{
	width: 90%;
	padding: 10px 5px;
	background: white;
	border-radius: 10px;
	margin-top: -50px;
	position: relative;
}
/* Cause end */

/* Animal Team Start */
.animalteam{
	float: left;
	clear: both;
	width: 100%;
	padding: 100px 0px;
	background: #E1F4FB;
}
.animaldoctor{
	height: 180px;
	width: 180px;
	margin: 20px;
	border-radius: 1000px;
}
.animaldoctor:hover{
	transform: scale(0.95);
	border: 3px solid white;
}
/* Animal Team End */

/* Save Animal Start */
.saveanimal{
	float: left;
	clear: both;
	width: 100%;
	padding: 100px 0px;
	background: url('../images/saveanimal/bg.jpeg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
	z-index: 1;
}
.saveanimal:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: black;
	opacity: 0.80;
	z-index: -1;
}
/* Save Animal End */


/* Animal NGO start */
.animalngo{
	float: left;
	clear: both;
	width: 100%;
	padding: 100px 0px;
	background: #F9F9F9;
}
.animalngo-video{
	width: 100%;
}
.animal-box{
	width: 100%;
	padding: 20px 10px;
}
/* Animal NGO end */

/* Programme Start */
.programme{
	float: left;
	clear: both;
	width: 100%;
	padding: 100px 0px;
	background: black;
}
/* Programme End */

/* Plastic Start */
.plastic{
	float: left;
	clear: both;
	width: 100%;
	padding: 100px 0px;
	background: #F9F9FB;
}
/* Plastic End */

/* difference Start */
.difference{
	float: left;
	clear: both;
	width: 100%;
	padding: 100px 0px;
	background: linear-gradient(45deg,var(--color1),var(--color2)) !important;
	background: -webkit-linear-gradient(45deg,var(--color1),var(--color2)) !important;
}
.difference-text{
	color: white;
	opacity: 0.50;
}
/* difference End */

/* Covid Start */
.covid{
	float: left;
	clear: both;
	width: 100%;
	padding: 100px 0px;
}
/* Covid End */

/* Activity Start */
.activity{
	float: left;
	clear: both;
	width: 100%;
	padding: 100px 0px;
	background: #EDF1F9;
	position: relative;
}
.recentactivity-video{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.recentactivity-video:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(45deg,var(--color1),var(--color2)) !important;
	background: -webkit-linear-gradient(45deg,var(--color1),var(--color2)) !important;
	opacity: 0.80;
}
.activity-video{
	width: 100%;
}
/* Activity End */

/* Partners Start */
.partners{
	float: left;
	clear: both;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 300px;
	background: #EDF1F9;
}
.partners-slider .item img{
	filter: grayscale(100) blur(0px);
}
.partners-slider:hover .item img{
	filter: grayscale(100) blur(3px);
}
.partners-slider .item img:hover{
	filter: grayscale(0) blur(0px);
}

/* Partners End */

/* Footer Start */
.footer{
	float: left;
	clear: both;
	width: 100%;
	padding: 100px 0px;
	background: black;
	color: white;
}
.footer-up{
	margin-top: -260px;
	width: 100%;
	padding: 50px 5px;
	border-radius: 15px;
}
.social-media{
	width: 100%;
	display: flex;
	align-items: center;
	padding: 10px 10px;
	flex-wrap: wrap;
}
.social-media a{
	margin: 10px 20px;
	color: white;
	font-size: 40px;
}
.social-media a:first-child{
	margin-left: 0px !important;
	color: white;
	font-size: 40px;
}
.social-media a:last-child{
	margin-right: 0px !important;
	color: white;
	font-size: 40px;
}
/* Footer End */

/*Back to Top button Css start*/
.scroll-top{
	position: fixed;
	right: 20px;
	bottom: 20px;
	opacity: 0.0;
	box-shadow: 0px 0px 10px gray;
	background: white;
	z-index: 10;
}
.scroll-top a i{
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}
.scroll-top-arrow{
	opacity: 1.0;
}
/*Back to Top button Css end*/