
.header_img_logo_mob{
	display: none;
}
@media only screen and (max-width: 992px) {
 h1{
	font-size: 2.0rem;
}
h2{
	font-size: 1.5rem;
}
h4{

	font-size:18px;
}
.header_img_logo_mob{
	background-color: #fff;
	padding: 5px;
	display: block;
}
.header_img_logo_mob img{
	 width: 100%;
}
.height-matic{
	height: auto;
}

.mob{
	display: block;
}

.web{
	display: none;
}

.header_inner{
	position: absolute;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	top: 0px;
	z-index: 1000;
}
.navbar-toggler{
	color: #fff;
}

.banner_caption{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 95%; 
	transform: translate(-50%, -50%);
	text-align: center;
	 margin: auto;
	 z-index: 100;
}

.banner_title h1 {
	font-size: 20px;
	text-transform: uppercase;
	font-family: poppins-semibold;
	color: #fff;
}
.banner_title span{
	color: #fff;
	font-size: 13px;
}
.banner_slide  .owl-prev,
.banner_slide  .owl-next{
	display: none;
}

.navbar-scroll{
	position: fixed;
	top: 0px;
	background: rgb(255,255,255);
background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 31%, rgba(255,235,136,1) 74%);
background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 31%, rgba(255,235,136,1) 74%);
background: linear-gradient(90deg, rgba(255,255,255,1) 31%, rgba(255,235,136,1) 74%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffeb88",GradientType=1);
	width: 100%;
	z-index: 1000;
	-webkit-box-shadow: -1px 3px 16px 0px rgba(210,210,210,1);
-moz-box-shadow: -1px 3px 16px 0px rgba(210,210,210,1);
box-shadow: -1px 3px 16px 0px rgba(210,210,210,1);
}
.header_inner .navbar-brand img{
	max-width: 50px;
}
.navbar-scroll .navbar-brand img{
max-width: 40px;

}
.navbar-scroll .fa-bars{
	color: #101010;
}

}

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

.subscription_form{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 20px;
	flex-wrap: wrap;
}
.subscription_form input{
	outline: none;
	border:1px solid #fff;
	border-radius: 30px;
	padding: 12px 24px 12px 24px;
	background-color: #ed683b;
	font-size: 14px;
	color: #fff;
	width: 100%;
}

.subscription_form button{
	margin-left: 0px;
    margin-top: 15px;
	outline: none;
	border:none;
	background-color: #fff;
	color: #e83f06;
	padding: 15px 30px 15px 30px;
	border-radius: 30px;
	font-family: RobotoSlab-Bold;
	font-size: 18px;
	width: 200px;
	 

}

.bring li:nth-child(2){
	margin-left: 0px;
	margin-top: 5px;
}

.language a{
	margin-left: 5px;
	margin-top: 5px;
	text-decoration: none;
	font-size: 14px;
	font-family: Roboto-medium;
	padding: 5px 15px 5px 15px;
	outline: none;
	border:none;
	width: 80px;
    text-align: center;
	display: block;

}
.staff_slide .owl-nav{
	display: none;
}
.staff_slide .owl-nav .owl-prev{
   
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border:1px solid #777!important;
	color: #101010!important;
	font-size: 14px;
	border-radius: 50%!important;
	position: relative;
	
}
.staff_slide .owl-nav .owl-next{
    position: relative;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border:1px solid #777!important;
	color: #101010!important;
	font-size: 14px;
	border-radius: 50%!important;

}


}

@media only screen and (max-width: 600px){
	.notice_box img{
	width: 100%;
}
.notice_box_content{
	position: absolute;
	top: 50px;
	right: 5px;
	bottom: 20px;
	height: 250px;
	left: 50px;
	overflow: hidden;
	width: 250px;
}
.notice_box_content h4{
	color: #005b04;
	font-family: poppins-bold;
	font-size: 15px;
	text-transform: uppercase;
}
.notice_box_content ul li{
	font-size: 15px;
	color: #000;
	font-family: poppins-light;
	 position: relative;
  padding-left: 1.2em;  /* space to preserve indentation on wrap */
  margin: 15px 0px 15px 0px;
}

.trip img{
	
	height: auto;
	
}
.donation_body{

	height: auto;
}
}