	*{
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	a{
		text-decoration: none;
	}
	ol, ul{
		list-style: none;
	}
	table{
		border-collapse: collapse; border-spacing: 0;
	}
	body{
		background: #fff;
		margin: 0;
		line-height: normal;
	}
	.container{
		width: 1000px;
		margin: 0 auto 0 auto;
	}
	/* DEFAULT CSS */



	header{
		position: fixed;
		width: 100%;
		left: 0; top: 0;
		padding: 60px 0;
		z-index: 19;
	}
	header.fixed{
		padding: 20px 0;
		background: darkblue;
		box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
	}
	header a.logo{
		float: left;
	}
	header a.logo img{
		float: left;
		width: 230px;
		height: auto;
	}


	nav{
		font-family: 'Manrope', sans-serif;
	}
	nav, nav ul{
		float: right;
	}
	nav ul{
		margin: 7px 0 0 0;
		padding: 0;
	}
	nav li{
		float: left;
		font-size: 16px;
		margin-left: 15px;
	}
	nav a{
		color: #fff;
		text-decoration: none;
		padding: 6px 15px;
		border-radius:24px;
		-webkit-border-radius:24px;
		transition:0.3s;
		-webkit-transition:0.3s;
	}
	nav li.active a,
	nav li a:hover{
		background: 
		;
	}
	/* HEADER + MENU */





	.banner{
		background: linear-gradient(to bottom right, blueviolet, blue, deepskyblue);
		padding-top: 180px;
		padding-bottom: 100px;
		font-family: 'Manrope', sans-serif;
		text-align: center;
		color: #fff;
		position: relative;
		z-index: 1;
	}
	.banner:before{
		position: absolute;
		width: 100%;
		height: 27%;
		background: #fff;
		z-index: -1;
		content: '';
		bottom: 0; left: 0;
	}
	.banner h2{
		font-size: 52px;
		line-height: normal;
		font-weight: bold;
		padding:0 150px;
		margin-bottom: 80px;
	}
	.phoneboxwrap{
		display: table;
		width: auto;
		margin: 0 auto 0 auto;
	}
	.phonebox{
		float: left;
		width: 350px;
		padding: 15px;
		background:linear-gradient(to top right, #000, #555);
		border-radius:41px;
		-webkit-border-radius:41px;
		box-shadow:0 0 55px pink;
		-webkit-box-shadow:0 0 55px purple, 0 0 10px #000 inset;
		position: relative;
		z-index: 1;
	}
	.phonebox .camerabox{
		position: absolute;
		width: 32%;
		height: 30px;
		background:linear-gradient(to bottom right, #000, #555);
		left: 0; right: 0; top: 30px; margin: 0 auto;
		z-index: 3;
		border: 1px solid #333;
	}
	.phonebox .camerabox .cameraicon{
		float: left;
		width: 12px; height: 12px;
		background: linear-gradient(to bottom right, darkblue, #111);
		box-shadow: 3px 3px 3px #000 inset;
		border: 1px solid #444;
	}
	.phonebox .timebox{
		position: absolute;
		width: 100%; height: 100%;
		left: 0; top: 0;
		z-index: 2;
		text-align: center;
		font-size: 45px;
		color: #fff;
		text-shadow: 0 0 4px rgba(0,0,0,0.6);
	}
	.phonebox .timebox span{
		font-size: 16px;
	}
	.phonebox .circlebtn{
		position: absolute;
		width: 60px; height: 60px;
		background: rgba(255,255,255,0.3);
		left: 0; right: 0; bottom: 60px;
		margin: 0 auto 0 auto;
		z-index: 3;
		border: 2px solid rgba(255,255,255,0.3);
	}
	.phonebox .screenarea{
		float: left;
		width: 100%;
		height: 100%;
		position: relative;
		background: #fff;
		border-radius:31px; -webkit-border-radius:31px;
		overflow: hidden;
	}
	.phonebox .screenarea img.main{
		float: left;
		width: 100%;
		height: auto;
		aspect-ratio: 2/4;
		object-fit: cover;
		object-position: center;
	}




	.contentblock{
		padding: 0 0 0 0;
	}
	.about{
		text-align: center;
		font-family: 'Manrope', sans-serif;
		padding: 0 120px;
	}
	.about p{
		color: #555;
		font-size: 18px;
		line-height: 160%;
		font-weight: 500;
	}
	.donate{
		text-align: left;
		font-family: 'Manrope', sans-serif;
		padding: 50px 120px;
	}
	.donate p{
		color: #555;
		font-size: 14px;
		line-height: 160%;
		font-weight: 500;
	}
	.appbtns{
		padding-top: 80px;
	}
	.appbtns a{
		float: left;
		width: 240px; height: 80px;
		background:linear-gradient(135deg, #9fdb57 0%, #71ca5e 33.7%, #36b98f 68.75%, #1fadc3 100%);
		margin: 0 5px;
		position: relative;
		color: #fff;
		padding-left: 30px;
		padding-top: 8px;
		text-decoration: none;
		box-shadow:5px 5px 15px rgba(0,0,0,0.1);
		-webkit-box-shadow:5px 5px 15px rgba(0,0,0,0.1);
		transition:0.3s;
		-webkit-transition:0.3s;
	}
	.appbtns a:hover{
    background: #009c53
	}
	.appbtns a img{
		position: absolute;
		width: 48px;
		height: auto;
		left: 10px; top: 17px;
	}
	.appbtns a span.smtext{
		font-size: 11px;
		text-transform: uppercase;
	}
	.appbtns a span.lgtext{
		font-size: 26px;
		text-transform: capitalize;
		font-weight: 600;
	}



	.button__block__send {
    background: linear-gradient(135deg, #9fdb57 0%, #71ca5e 33.7%, #36b98f 68.75%, #1fadc3 100%);
    box-shadow: 0 0 4px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .12);
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
}




	.features{
		padding-top: 130px; padding-bottom: 90px;
		font-family: 'Manrope', sans-serif;
	}
	.features .itemswrap{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.features .itemswrap .item{
		flex-basis: 32%;
		background: #eee;
		padding: 40px 25px;
		margin-bottom: 18px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		transition:0.2s;
		-webkit-transition:0.2s;
	}
	.features .itemswrap .item:hover,
	.features .itemswrap .item.active{
		background:deepskyblue;
	}
	.features .itemswrap .item span{
		color: blue;
		font-size: 27px;
		margin-bottom: 28px;
	}
	.features .itemswrap .item h3{
		font-size: 18px;
		font-weight: 700;
		margin: 0 0 20px 0;
	}
	.features .itemswrap .item p{
		color: #555;
		font-size: 14px;
		margin: 0 0 0 0;
		padding: 0 10px;
	}
	.features .itemswrap .item:hover span,
	.features .itemswrap .item:hover h3,
	.features .itemswrap .item:hover p,
	.features .itemswrap .item.active span,
	.features .itemswrap .item.active h3,
	.features .itemswrap .item.active p{
		color: #fff;
	}



	.reviews{
		text-align: center;
		font-family: 'Manrope', sans-serif;
		color: #000;
	}
	.reviews h3{
		font-size: 35px;
		text-transform: uppercase;
		font-weight: 800;
		margin: 0 0 30px 0;
	}
	.testimonials{
		position: relative;
	}
	.tslider{}
	.tslider .item{}
	.tslider .itemwrap{
		position: relative;
		padding: 30px 120px;
	}
	.tslider .itemcontent{
	}
	.tslider.alignleft .itemcontent{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.tslider.quote .itemcontent{
		position: relative;
		z-index: 1;
	}
	.tslider.quote .itemcontent:before{
		position: absolute;
		right: 50px;
		bottom: 50px;
		background: url(images/tq.svg) no-repeat;
		background-size: 100% auto;
		width: 120px; height: 120px;
		content: '';
		opacity: 0.06;
		z-index: -1;
	}
	.tslider.alignleft.quote .itemcontent:before{
		right: 30px;
		bottom: 10px;
	}
	.tslider .itemcontent .visual{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		margin-bottom: 20px;
	}
	.tslider.alignleft .itemcontent .visual{
		margin-bottom: 0;
	}
	.tslider .itemcontent .visual .image{
		float: left;
		width: 120px;
		height: 120px;
	}
	.tslider .itemcontent .visual .image img{
		float: left;
		width: 100%; height:100%;
		object-fit: cover;
		object-position: center;
		border-radius: 50%;
		-webkit-border-radius: 50%;
	}
	.tslider .itemcontent .text{
		text-align: center;
		font-family: 'Manrope', sans-serif;
	}
	.tslider.alignleft .itemcontent .text{
		text-align: left;
		padding-left: 50px;
	}
	.tslider .itemcontent .text p{
		color:#333;
		font-size:16px;
		line-height: 150%;
		margin-bottom: 20px;
	}
	.tslider .itemcontent .text h4{
		color:#000;
		font-size:18px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.tslider .itemcontent .text h5{
		color:#333;
		font-size:16px;
		font-weight: normal;
		margin: 0;	
	}
	.testimonials .owl-theme .owl-dots .owl-dot span{
		margin: 5px 3px;
	}
	.testimonials .owl-theme .owl-dots .owl-dot span{
	}
	.testimonials .owl-theme .owl-dots .owl-dot.active span,
	.testimonials .owl-theme .owl-dots .owl-dot:hover span{
	}
	.tslider_buttons{
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0; top: 0;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
	}
	.tslider_buttons a{
	
		position: absolute;
		width: 60px; height: 60px;
		background: darkblue;
		color:#fff;
		font-size:16px;
		z-index: 9;
		text-decoration: none;
	}
	.tslider_buttons a.prev{
		left: 0;
	}
	.tslider_buttons a.next{
		right: 0;
	}





	.support{
		text-align: center;
		font-family: 'Manrope', sans-serif;
		color: #fff;
		background: linear-gradient(to bottom right, blueviolet, blue, deepskyblue);
		padding: 60px 60px;
		margin-top: 100px;
		margin-bottom: 60px;
	}
	.support h3{
		font-size: 35px;
		text-transform: uppercase;
		font-weight: 800;
		margin: 0 0 20px 0;
	}
	.support p{
		font-size: 16px;
		margin: 0 0 0 0;
	}
	.support p a{
		color: #fff;
		text-decoration: underline;
	}
	form.dtcenter{
		width: 300px;
		margin-top: 50px;
	}
	form input,
	form textarea{
		float: left;
		width: 100%;
		height: 48px;
		background: #fff;
		font-family: 'Manrope', sans-serif;
		border: none;
		padding:0 0 0 15px;
		outline: 2px solid;
		outline-color: #fff;
		margin-bottom: 15px;
	}
	form input:focus,
	form textarea:focus{
		outline: 2px solid;
		outline-color: blue;
	}
	form textarea{
		height: 100px;
		padding: 15px;
		border-radius: 21px !important;
		-webkit-border-radius: 21px !important;
	}
	form button{
		float: left;
		width: auto;
		height: 52px;
		background: darkblue;
		text-align:center;
		color:#fff;
		font-size:14px;
		font-family: 'Manrope', sans-serif;
		text-transform: uppercase;
		border-radius:44px;
		-webkit-border-radius:44px;
		transition:0.6s;
		-webkit-transition:0.6s;
		border: none;
		padding: 0 30px;
		cursor: pointer;
	}



	footer{
		float:left;
		width:100%;
		margin:0 0 0 0;
		padding:80px 0;
		font-family: 'Manrope', sans-serif;
	}
	footer .copyright{
		float:left;
		color: #000;
		font-size: 16px;
	}
	footer .copyright a{
		color: blue;
		text-decoration: underline;
	}
	footer .socialmedia{
		float:right;
		color: #000;
		font-size: 16px;
	}
	footer .socialmedia a{
		color: deepskyblue;
		text-decoration: none;
		margin-left: 5px;
	}
	footer .socialmedia a:hover{
		color: #000;
	}