
@font-face {
	font-family: "KazimirText";
	src: url("../../assets/css/KazimirText-Regular.ttf");
}
.KazimirText{
	font-family: Kazimir Text, serif !important;
}

@font-face {
	font-family: "ProximaNova";
	src: url("../../assets/css/ProximaNova-Regular.otf");
}
.ProximaNova{
	font-family: Proxima Nova, sans-serif !important;
}

p{
	font-family: Proxima Nova, sans-serif !important;
}

.slider_text {
	font-family: Kazimir Text, serif !important;
	font-weight: 400 !important;
	font-size: 2.5rem !important;
	line-height: 3rem !important;
	margin-bottom: 30px;
	text-align: center;
}
@media (max-width: 767px) {
	.slider_text {
		font-size: 1.5rem !important;
		line-height: 2rem !important;
		margin-bottom: 0px;
	}
}

/**************** Color **************/
.color1{
	color: #E31E24;
}
.color2{
	color: rgba(0,111,183,255);
}


.bg_color1_1{
	background-color: rgba(227, 30, 36, .2) !important;
}
.bg_color1_2{
	background-color: rgba(227, 30, 36, .1) !important;
}
.bg_color2{
	background-color: #006FB72B !important;
}
.bg_color3{
	background-color: rgba(248,238,211,1) !important;
}
.bg_color4{
	background-color: #FAF7F0 !important;
}
.bg_color5{
	background-color: #222520 !important;
}
.bg_color6{
	background-color: rgba(250,247,240,255) !important;
}
.bg_trans{
	background-color: transparent !important;
}


.card_shadow1 {
	-webkit-box-shadow: 0 0 10px rgba(227, 30, 36, .5);
	box-shadow: 0 0 15px rgba(227, 30, 36, .5);
}

.card_shadow2 {
	-webkit-box-shadow: 0 0 10px rgba(0,111,183, .5);
	box-shadow: 0 0 15px rgba(0,111,183, .5);
}


/**************** Text **************/
.text-justify{
	text-align: justify !important;
}

/**************** Headings **************/
.title1{
	font-family: Kazimir Text, serif !important;
	font-size: 2.8rem;
	font-weight: 400 !important;
	line-height: 2.8rem !important;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.title1{
		font-size: 1.8rem;
		font-weight: 400 !important;
		line-height: 2.0rem !important;
		margin-bottom: 10px !important;
	}
}

.title2{
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.title3{
	font-family: Kazimir Text, serif !important;
	font-size: 2.2rem;
	font-weight: 400 !important;
	line-height: 2.1rem !important;
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.title3{
		font-size: 1.8rem;
		font-weight: 400 !important;
		line-height: 2.0rem !important;
		margin-bottom: 10px !important;
	}
}



.page_title1{
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 1rem;
	font-family: Kazimir Text, serif !important;
}
.sec_text{
	color: #222520 !important;
	font-size: 16px;
}

.about_text{
	color: #222520 !important;
	font-size: 16px;
	min-height: 320px;
}

@media (max-width: 767px) {
	.page_title1{
		font-size: 1.2rem;
		font-weight: 600;
		margin-bottom: 1rem;
	}
}

.subheading {
	color: #D41012;
	font-weight: 700;
}
.subheading {
	color: #E31E24;
	font-weight: 700;
	font-family: "Caveat", Sans-serif;
	font-size: 20px;
	text-transform: uppercase;
}

.head_line::before,
.head_line::after {
		position: relative;
		top: 6px;
    display: inline-block;
    content: "";
    border-bottom: 2px solid #E31E24;
    width: 4rem;
    margin: 0px 10px;
		margin-top: 20px;
    transform: translateY(-1rem);		
}




/**************** Buttons **************/
.button1{
	border: 2px solid #E31E24 !important;
	background-color: #E31E24 !important;
	color: #ffffff;
}

.button1_outline{
	border: 2px solid #E31E24;
	background-color: #ffffff;
	color: #E31E24;
}
.button1_outline:hover{
	border: 2px solid #E31E24 !important;
	background-color: #E31E24 !important;
	color: #ffffff !important;
}

.button1_2{
	border: 1px solid #E31E24 !important;
	background-color: #E31E24 !important;
	color: #ffffff;
}
.button1_outline2{
	border: 1px solid #E31E24;
	background-color: #ffffff;
	color: #E31E24;
}
.button1_outline2:hover{
	border: 1px solid #E31E24 !important;
	background-color: #E31E24 !important;
	color: #ffffff !important;
}



.over_hide {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.blog_text{
	height: 45px;
	overflow-y: hidden;
}

@media (max-width: 767px) {
	.blog_text{
		height: auto !important;
		overflow-y: auto;
	}
}

.recogn_text{
	height: 65px;
	overflow-y: hidden;
}

@media (max-width: 767px) {
	.recogn_text{
		height: auto !important;
		overflow-y: auto;
	}
}


.card_top_red_br{
	border-top: 2px solid #E31E24 !important;
}


.hidden {
	display: none;
}
#toast {
	background-color: rgba(0,0,0,0.8);
	color: white;
	padding: 10px 20px;
	border-radius: 4px;
	position: fixed;
	top: 5%;
	right: 0%;
	transform: translateX(-50%);
	z-index: 1200 !important;
}



/********** Navbar **********/
.navbar-landing {
	padding: 2px 0;
	background-color: var(--vz-secondary-bg);
}
.navbar-landing .navbar-nav .nav-item .nav-link.active, .navbar-landing .navbar-nav .nav-item .nav-link:focus, .navbar-landing .navbar-nav .nav-item .nav-link:hover {
	color: #E31E24 !important;
	font-weight: bold;
}

.navbar-landing.is-sticky, .fixed-top {
    -webkit-box-shadow: 0 1px 10px -2px rgba(227, 30, 36, .50) !important;
    box-shadow: 0 1px 10px -2px rgba(227, 30, 36, .50) !important;
}




/********** Slider **********/
.carousel_overlay { 
	color:#fff;
	position:absolute;
	z-index:12;
	top:15%;
	left:0;
	width:100%;
	/* text-align:center; */
}

@media (max-width: 767px) {
	.carousel_overlay { 
		top:35%;
	}
}
.job-hero-section {
	padding: 75px 0;
}
.donat_sel{
	border: 1px solid #E31E24 !important;
}
.donat_sel .active{
	background-color: #E31E24 !important;
	color: #ffffff !important;
}
.donat_sel .nav-link{
	background-color: #ffffff;
	color: #E31E24;
	font-weight: bold;
}

.donate .btn-check:checked+.btn, .donate .btn.active,  .donate .btn.show,  .donate :not(.btn-check)+.btn:active {
	color: var(--vz-btn-active-color);
	background-color: #E31E24 !important;
	border-color: #E31E24 !important;
}

.donate .btn{
	width: 150px;
}

.donate .man_amt{
	border-color: #E31E24 !important;
}



.donate2 .btn-check:checked+.btn, .donate2 .btn.active,  .donate2 .btn.show,  .donate2 :not(.btn-check)+.btn:active {
	color: var(--vz-btn-active-color);
	background-color: #E31E24 !important;
	border-color: #E31E24 !important;
}
.donate2 .btn{
	width: 150px;
}
.donate2 .man_amt{
	border-color: #E31E24 !important;
}







.program_overlay{
	color:#fff;
	position:absolute;
	z-index:12;
	top:5%;
	left:0;
	width:100%;
}
.program_overlay2{
	color:#fff;
	position:absolute;
	z-index:12;
	bottom:3%;
	right:3%;
	width:400px;
	border: 1px solid #E31E24 !important;
	border-radius: 10px;
	padding: 10px 10px;
	background-color: #ffffff;
}

.program_text{
	height: 85px;
	overflow-y: hidden;
}

@media (max-width: 767px) {
	.program_text{
		height: auto !important;
		overflow-y: auto;
	}
}

/******** Swiper Next/Prev Button *********/
.swiper-button-next::after, .swiper-button-prev::after{
	font-family: remixicon !important;
	color: #E31E24 !important;
	/* background-color: rgba(227, 30, 36, .50) !important; */
}
.swiper-button-next, .swiper-button-prev{
	/* font-family: remixicon !important; */
	/* color: #E31E24 !important; */
	background-color: rgba(227, 30, 36, .2) !important;
}


/* .valenteer_img_div2{
	height: 350px !important;
} */

.valenteer_img_div .img_overlay1 {
	opacity: 1;
	position: absolute;
	bottom: 1%;
	left: 5%;
	width: 90%;
	z-index: 1200;
	text-align:center;
	padding: 10px 10px;
	margin: 5% 0%;
	background-color: rgba(0,0,0,0.8);		
	font-size: 16px;
	font-weight: 600;
}
/* .valenteer_img_div .valenteer_img {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}

.valenteer_img_div .img_overlay {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	padding: 10px;
	align-items: center !important;
}

.valenteer_img_div:hover .valenteer_img {
	opacity: 0;
} */

.valenteer_img_div:hover .img_overlay {
	opacity: 1;
	background-color: rgba(0,0,0,0.8);												
}
.valenteer_img_div:hover .img_overlay1 {
	opacity: 0;
}

.card_overlay .valenteer-overlay {
	bottom: 100%;    
	height: 0;	
	background-color: rgba(0,0,0,0.8) !important;		
}
.card_overlay:hover .valenteer-overlay {
	bottom: 0;
}











#contact_section{
	background-image: url(../../assets/images/website/contact_bg.jpg);
	background-size: cover;
	background-position: bottom;
}





/*********** Image Fit in Div - Blog List, Gallary etc***********/

.fit_image {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 70%;
	background: #ffffff;
}
.fit_image img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}








/************ Other Pages Banner Overlay Title *************/
.page_banner{
	height: 350px;
	overflow-y: hidden;
}
@media (max-width: 767px) {
	.page_banner{
		height: auto !important;
	}
}
.page_banner_overlay{
	color:#fff;
	position:absolute;
	z-index:12;
	bottom:3%;
	left:3%;
	/* width:400px; */
	border: 2px solid #E31E24 !important;
	/* border-radius: 10px; */
	padding: 10px 10px;
	background-color: #E31E24;
}




/************ Div One Side Arrow Design *************/
.arr_text {
	background-color:#E31E24;
	color:#fff;
	display:inline-block;
	padding-left:4px;
	font-weight: bold;
	font-family: Kazimir Text, serif !important;
}
.arr_arrow {
	border-style: dashed;
	border-color: transparent;
	border-width: 0.25em;
	display: -moz-inline-box;
	display: inline-block;
	/* Use font-size to control the size of the arrow. */
	font-size: 100px;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: middle;
	width: 0;
	background-color:#fff ; /* change background color acc to bg color */ 
	border-left-width: 0.2em;
	border-left-style: solid;
	border-left-color: #E31E24;
	left:0.25em;
}
.arr_arrow_c2 {
	background-color:#f3f6f9 !important; /* change background color acc to bg color */ 
}






/************ Overlay on card  - Gallery Page *************/
.card_overlay .overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(227, 30, 36, 0.5);
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: .5s ease;
}
.card_overlay:hover .overlay {
	bottom: 0;
	height: 100%;
	width: 100%;
}

.card_overlay .top-overlay {
		bottom: 100%;    
		height: 0;
}
.card_overlay:hover .top-overlay {
	bottom: 0;
}
.card_overlay .text {
	color: white;
	font-size: 1.2vw;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}



/************ Gallery Page *************/
.img_gallery .container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 1rem;
	justify-content: center;
	align-items: center;
}
.img_gallery .card {
	color: #252a32;
	border-radius: 2px;
	background: #ffffff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.img_gallery .card-image {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 70%;
	background: #ffffff;
}
.img_gallery .card-image img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media only screen and (max-width: 600px) {
	.img_gallery .container {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 1rem;
	}
}





.donate_title{
	font-size: 3.2rem;
	font-weight: 400 !important;
	line-height: 4rem !important;
	margin-bottom: 20px;
}
