.contributer-cntr{
	background: #fff;
}
.contr-banner{
	background: url(../images/contributer-banner-bg.png);
	min-height: 500px;
	display: flex;
	align-items: center
}
.contr-banner .cnt{
	max-width: 1400px;
	margin: 0 auto;
	width: 100%;
	color: #fff;
	text-align: center;
}
.contr-banner h1{
	font-size: 3rem;
}
.contr-banner h2{
	font-size: 2rem;
}
.contr-banner .btn{
	padding: 10px 20px;
}
.text-yellow{
	color: #fff606;
}
.btn-yellow{
	background: #fff606 !important;
	color: #222 !important;
	
}

.contributer-cntr .content-cntr{
	max-width: 1400px;
	margin: 0 auto;
}
@media (max-width: 1400px) {
	.contributer-cntr .content-cntr{
		padding-left: 15px;
		padding-right: 15px;
	}
}
.why-contributer h2{
	font-size: 1.8rem;
	line-height: normal;
	line-height: 3rem;
}
.why-contributer li{
	text-align: center;
	margin-bottom: 20px;
}
.why-contributer li .content{
	margin: 0 auto;
	border: 1px solid #def2ff;
	padding: 20px;
	border-radius: 3px;
	transition: all 0.5s ease;
}
.why-contributer li .content:hover{
	background: #def2ff;
}
.why-contributer li .content:hover .img-cntr{
	background: #fff;
}
.why-contributer h3{
	font-size:  1.3rem;
	font-weight: bold;
}
.why-contributer .img-cntr {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 2px solid #0099ff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 20px;
	transition: all 0.5s ease;
	-webkit-box-shadow: 0 0 0 2px #4747FF;
box-shadow: 0 0 0 2px rgba(0,153, 255,0.3);
}
.how-to-upload-cntr h2{
	font-size: 1.8rem;
	line-height: normal;
	line-height: 3rem;
}
.how-to-upload-cntr h3{
	font-size:  1.3rem;
	font-weight: bold;
	margin-left: 15px;
}
.how-to-upload-cntr ul{
	position: relative;
	justify-content: space-between;
}
.how-to-upload-cntr {

	background: rgba(0,153, 255,0.2);
	
}
.how-to-upload-cntr ul{
	display: flex;
}
.how-to-upload-cntr ul li{
	display: flex;
	align-items: center;
	
}
@media (max-width: 1200px) {
	.how-to-upload-cntr ul{
		flex-wrap: wrap;
		margin-top: -20px;
	}
	.how-to-upload-cntr ul li{
		width: 45%;
		margin-top: 20px;
		border: 1px solid #fff;
		padding: 20px;
		margin: 20px 15px 0 15px;
		border-radius: 3px;
	}
}
@media (max-width: 767px) {
	.how-to-upload-cntr ul li{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}
.how-to-upload-cntr ul .icn-cntr{
	background: #0099ff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease;
	box-shadow: 0 0 0 2px rgba(0,153, 255,0.3);
}
.how-to-upload-cntr ul  li:hover .icn-cntr{
	background: rgba(0,153, 255,0.3);
	box-shadow: 0 0 0 2px #0099ff;
	
}
.how-to-upload-cntr ul .icn-cntr img{
	width: 20px;
}

.how-to-upload-cntr .img-cntr{
	-webkit-box-shadow: -20px -20px 0 0 rgba(0,153, 255,0.3);
box-shadow: -20px -20px 0 0 rgba(0,153, 255,0.3);
	border: 10px solid #0099ff;
}
.how-to-upload-cntr .img-cntr img{
	max-width: 100%;
}
.once-uploaded .content-cntr{
	max-width: 1000px;
	font-size: 1rem;
	font-weight: 600;
	font-style: italic;
	text-align: center;
}
.contribute-faq h2{
	font-size: 1.8rem;
	line-height: normal;
	line-height: 3rem;
}
.contribute-faq h4{
	font-size: 1rem;
	font-weight: 600
}
.contribute-faq li{
	margin-bottom: 20px;
	border: 1px solid #def2ff;
	padding: 20px;
	border-radius: 3px;
	transition: all 0.5s ease;
}
.contribute-faq li:hover{
	background: #def2ff;
}
.contribute-faq li li{
	border: 0;
	padding: 0;
	margin-bottom: 5px;
}
.contribute-faq li ul{
	margin-top: 15px;
}
.contribute-faq li p{
	margin-bottom: 0;
}
.contribute-join .content-cntr{
	background: url(../images/contributer-banner-bg.png);
	max-width: 1000px;
	margin: 0 auto;
	border-radius: 3px;
	color: #fff;
	text-align: center;
}
.contribute-join .btn{
	padding: 10px 20px;
}