.BGImage {
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.BGImage2 {
	background-image: url(background3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.BGtransparent {
	/*background-color: rgba(62, 62, 62, 0.7);*/
	/*background: linear-gradient(rgba(62, 62, 62, 0.8), rgba(62, 62, 62, 0.7), rgba(62, 62, 62, 0));*/
	background: linear-gradient(rgba(48, 224, 235, 0.8), rgba(0, 196, 209, 0.7), rgba(56, 165, 172, 0));
}
.BGPhone {
	background-color: rgba(86, 245, 255, 0.38);
}
.BorderRadius {
 border-radius: 20px;
}
.hidden {
	visibility: hidden;
}
.text_shadow {
	text-shadow: 5px 5px #000000;
}
.np_r {
	padding-right: 0px!important;
}
.np_l {
	padding-left: 0px!important;
}
.np_t {
	padding-top: 0px!important;
}
.np_b {
	padding-bottom: 0px!important;
}
.nm_r {
	margin-right: 0px!important;
}
.nm_l {
	margin-left: 0px!important;
}
.nm_t {
	margin-top: 0px!important;
}
.nm_b {
	margin-bottom: 0px!important;
}
.test:before {
	content:"";
	height:70%;
	position:absolute;
	width:100%;
	left: 0px;
	z-index: -1;
	/*background-color: rgba(143, 235, 241, 1);*/
	background: linear-gradient(rgba(0, 210, 223, 0.8), rgba(0, 196, 209, 0.7), rgba(56, 165, 172, 0));
}
.testmobile:before {
	content:"";
	height:35%;
	position:absolute;
	width:100%;
	left: 0px;
	z-index: -1;
	/*background-color: rgba(143, 235, 241, 1);*/
	background: linear-gradient(rgba(0, 210, 223, 0), rgba(0, 196, 209, 0.7),rgba(0, 196, 209, 0.6) , rgba(56, 165, 172, 0));
}
.carusel_font {
	font-size: 1.5em;
}

@media screen and (max-width: 1500px) {
  .test:before {
    height:100%;
  }
  .carusel_font {
	font-size: 1.2em;
}
}