


@media only screen and (max-width: 2200px){
	.upper_header::before{
	background-color: #00be59;
	content: "";
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 72%;
	position: absolute;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 7% 100%);



}
}
@media only screen and (max-width: 1560px){
	.upper_header::before{
	background-color: #00be59;
	content: "";
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 75%;
	position: absolute;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 7% 100%);



}
}
@media only screen and (max-width: 1200px){
    
    .page_title{
	max-width: 100%;

}
.page_title h2{
	font-family: RobotoSlab-Bold;
	font-size: 15px;
	color: #fff;
	text-align:center;

}
.page_title p{
	color: #f6f6f6;
	font-family: Roboto-regular;
	font-size: 13px;
	letter-spacing: 0px;
}
	.upper_header .header_flex .logo{
	display: none;
}
.page_title{
	display: block;
}
.bring{
    display:none;
}
.address{
	display: none;
}
.lang_address{
	padding-bottom: 0px;
	border-bottom: none;
	margin-bottom: 0px;
}
.flex_div{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.bring li{
	display: inline-block;
	position: relative;
	font-family: RobotoSlab-medium;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;

}

.upper_header::before{
	background-color: #00be59;
	content: "";
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 1100px;
	position: absolute;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);


}

.navbar .nav-item .nav-link{
	
	margin-left: 0px;
	margin-right: 0px;

}

.banner_caption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
     text-align: center;
	z-index: 1000;
	max-width: 100%;
	width: 600px;
}

}

@media only screen and (max-width: 992px) {
    .mob{
        display:block;
    }
    .navbar-brand{
		display: none;
		
	}
	.uuuer_mobile_logo{
		display: block;
		padding:10px;

	}
	.upper_header{
		display: none;
	}
    .lang_address .language{
    display:none;
}
    .navbar-collapse{
        border-bottom:4px solid #d2d2d2;
    }
    .language .eng{
	background-color: #101010;
	color: #fff;
}
.language{
    align-items:center;
}
    .web-lang{
    display:block;
}
 h1{
	font-size: 2.0rem;
	font-family: poppins-bold;
}
h2{
	font-size: 1.5rem;
	font-family: poppins-bold;
}
h4{
	font-family: poppins-medium;
	font-size:18px;
}


.navbar-brand img{
	max-width: 50px;
}
.navbar{
	background-color: #f7c025;
	padding-top:4px;
	padding-bottom:5px;
}

.navbar .nav-item .nav-link{
	
	margin-left: 0px;
	margin-right: 0px;

}
.banner_caption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
     text-align: center;
	z-index: 1000;
   max-width: 90%;
}

.banner_slide .owl-nav .owl-prev{
	position: absolute;
	left: 0px;
	top: 40%;
	width: 30px;
	height: 30px;
	background-color: #fff!important;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000!important;
}
.banner_slide .owl-nav .owl-next{
	position: absolute;
	right: 0px;
	top: 40%;
	width: 30px;
	height: 30px;
	background-color: #fff!important;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000!important;
}

.section_slide  .owl-nav .owl-prev{
    position: absolute;
	left: 0px;
	top: 40%;
	width: 30px;
	height: 30px;
	background-color: #fff!important;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #00be59!important;
}

.section_slide  .owl-nav .owl-next{
    position: absolute;
	right: 0px;
	top: 40%;
	width: 30px;
	height: 30px;
	background-color: #fff!important;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #00be59!important;
}
}

@media only screen and (max-width: 800px){
	.banner_caption h1{
	
	line-height:35px;
	margin-top: 15px;
}
.banner_title{
	background-color: #fff;
	padding: 5px 10px 5px 10px;
	font-size: 13px;
	border-radius: 25px;
	width: 300px;
	text-align: center;
	margin: auto;
}
.notice_board{
	margin-top: 25px;
}

.donate_icon {
	background-color: #00be59;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	 transition: 0.5s;
}

.member_area{
	background-image: url(../images/middle_banner.jpg);
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: 70vh;
	background-position: center;
}
.mail_box{
	
	border-right: none;
	padding-right: 0px;
}
.mail_box img{
max-width: 40px;
border-right: none;

}

.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;

}

}