body{
	
	line-height: 1.7;
	color: #c4c3ca;
	background-image: url(../images/bk/4.jpg);
	background-attachment:fixed;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow-x: hidden;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
/*homecontrol starts */

#welcomeContrl {
	height: auto;
	width: 100%;
	padding:13% 20% 5% 20%;
	visibility:visible;
	float: left;
	color: rgba(255,255,255,1);
	font-size: 130%;
	font-family: 'Nunito', sans-serif;
	text-align: center;
	background: rgba(0,0,0,0.8) url(../images/pattern.png) repeat;
}


#welcome {
	height:auto;
	width:100%;
	padding:0% 0% 0% 0%;
	float:left;
	background: rgba(102,0,102,1);
	color: rgba(255,255,255,1);
	font-size: 130%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
	position: relative;
  	z-index:-1;
}


.intro {
	height:auto;
	width:100%;
	float:left;
	padding:10% 15% 10% 15%;
	background-color: rgba(255,255,255,1);
	color: rgba(0,0,0,1);
	font-family: 'Nunito', sans-serif;
	font-size:130%;
	text-align: justify;
	letter-spacing:-1px;
}
.ourpartners {
	height:auto;
	width:100%;
	float:left;
	padding:10% 15% 10% 15%;
	background-color: rgba(255,153,0,1);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	text-align: center;
}
.picleft {
	height:auto;
	width:40%;
	float:left;
}
.textright {
	height:auto;
	width:35%;
	float: left;
	margin:0% 0 0 5%;
}
.senepe {
	height:auto;
	width:32%;
	border:rgba(255,255,255,1) 10px solid;
	margin:0.5%;
	float:left;
}

#linkshover {
	height:auto;
	width:100%;
	padding:10% 10% 5% 10%;
	float:left;
	background-color: rgba(25,25,25,1);
}

#applicationform {
	height: auto;
	width: 100%;
	visibility:visible;
	padding:15% 25% 5% 25%;
	float: left;
	background-color: rgba(51,51,51,1);
	color: rgba(255,255,255,1);
	font-size: 150%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
}

/**contactform content start**/

#name {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}

#tel {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#email {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#socialmediahandle {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#following {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#notes {
	background:none;
	height: 100px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#security {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#submit  {
	height:45px;
	width:35%;
	color: rgba(255,255,255,1);
	background-color: rgba(255,153,0,1);
	padding: 5px;
	font-family: 'Fjalla One', sans-serif;
	border:0px;
	float:right;
	cursor:pointer;
	-webkit-appearance: none;
	border-radius: 0;
	}

#submit:hover {
	color: rgba(81,81,81,1);
	background-color: rgba(255,255,255,1);
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
	#welcomeContrl {
	height: auto;
	width: 100%;
	padding:35% 10% 5% 10%;
	visibility:visible;
	float: left;
	color: rgba(255,255,255,1);
	font-size: 130%;
	font-family: 'Nunito', sans-serif;
	text-align: center;
	background: rgba(0,0,0,0.8) url(../images/pattern.png) repeat;
}


#welcome {
	height:auto;
	width:100%;
	padding:0% 0% 0% 0%;
	float:left;
	background: rgba(102,0,102,1);
	color: rgba(255,255,255,1);
	font-size: 130%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
	position: relative;
  	z-index:-1;
}


.intro {
	height:auto;
	width:100%;
	float:left;
	padding:20% 10% 10% 10%;
	background-color: rgba(255,255,255,1);
	color: rgba(0,0,0,1);
	font-family: 'Nunito', sans-serif;
	font-size:130%;
	text-align: left;
	letter-spacing:-1px;
}
.ourpartners {
	height:auto;
	width:100%;
	float:left;
	padding:10% 15% 10% 15%;
	background-color: rgba(255,153,0,1);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	text-align: center;
}
.picleft {
	height:auto;
	width:40%;
	float:left;
}
.textright {
	height:auto;
	width:35%;
	float: left;
	margin:0% 0 0 5%;
}
.senepe {
	height:auto;
	width:100%;
	border:rgba(255,255,255,1) 10px solid;
	margin:0.5%;
	float:left;
}

#linkshover {
	height:auto;
	width:100%;
	padding:10% 10% 5% 10%;
	float:left;
	background-color: rgba(25,25,25,1);
}

#applicationform {
	height: auto;
	width: 100%;
	visibility:visible;
	padding:15% 10% 15% 10%;
	float: left;
	background-color: rgba(51,51,51,1);
	color: rgba(255,255,255,1);
	font-size: 150%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
}

/**contactform content start**/

#name {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}

#tel {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#email {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#socialmediahandle {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#following {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#notes {
	background:none;
	height: 100px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#security {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#submit  {
	height:45px;
	width:35%;
	color: rgba(255,255,255,1);
	background-color: rgba(255,153,0,1);
	padding: 5px;
	font-family: 'Fjalla One', sans-serif;
	border:0px;
	float:right;
	cursor:pointer;
	-webkit-appearance: none;
	border-radius: 0;
	}

#submit:hover {
	color: rgba(81,81,81,1);
	background-color: rgba(255,255,255,1);
}
	} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	#welcomeContrl {
	height: auto;
	width: 100%;
	padding:30% 10% 5% 10%;
	visibility:visible;
	float: left;
	color: rgba(255,255,255,1);
	font-size: 130%;
	font-family: 'Nunito', sans-serif;
	text-align: center;
	background: rgba(0,0,0,0.8) url(../images/pattern.png) repeat;
}


#welcome {
	height:auto;
	width:100%;
	padding:0% 0% 0% 0%;
	float:left;
	background: rgba(102,0,102,1);
	color: rgba(255,255,255,1);
	font-size: 130%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
	position: relative;
  	z-index:-1;
}


.intro {
	height:auto;
	width:100%;
	float:left;
	padding:10% 10% 10% 15%;
	background-color: rgba(255,255,255,1);
	color: rgba(0,0,0,1);
	font-family: 'Nunito', sans-serif;
	font-size:130%;
	text-align: justify;
	letter-spacing:-1px;
}
.ourpartners {
	height:auto;
	width:100%;
	float:left;
	padding:10% 15% 10% 28%;
	background-color: rgba(255,153,0,1);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	text-align: left;
}
.picleft {
	height:auto;
	width:40%;
	float:left;
}
.textright {
	height:auto;
	width:35%;
	float: left;
	margin:0% 0 0 5%;
}
.senepe {
	height:auto;
	width:100%;
	border:rgba(255,255,255,1) 10px solid;
	margin:0.5%;
	float:left;
}

#linkshover {
	height:auto;
	width:100%;
	padding:10% 10% 5% 10%;
	float:left;
	background-color: rgba(25,25,25,1);
}

#applicationform {
	height: auto;
	width: 100%;
	visibility:visible;
	padding:15% 10% 15% 10%;
	float: left;
	background-color: rgba(51,51,51,1);
	color: rgba(255,255,255,1);
	font-size: 150%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
}

/**contactform content start**/

#name {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}

#tel {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#email {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#socialmediahandle {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#following {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#notes {
	background:none;
	height: 100px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#security {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#submit  {
	height:45px;
	width:35%;
	color: rgba(255,255,255,1);
	background-color: rgba(255,153,0,1);
	padding: 5px;
	font-family: 'Fjalla One', sans-serif;
	border:0px;
	float:right;
	cursor:pointer;
	-webkit-appearance: none;
	border-radius: 0;
	}

#submit:hover {
	color: rgba(81,81,81,1);
	background-color: rgba(255,255,255,1);
}
	} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	#welcomeContrl {
	height: auto;
	width: 100%;
	padding:20% 20% 5% 20%;
	visibility:visible;
	float: left;
	color: rgba(255,255,255,1);
	font-size: 130%;
	font-family: 'Nunito', sans-serif;
	text-align: center;
	background: rgba(0,0,0,0.8) url(../images/pattern.png) repeat;
}


#welcome {
	height:auto;
	width:100%;
	padding:0% 0% 0% 0%;
	float:left;
	background: rgba(102,0,102,1);
	color: rgba(255,255,255,1);
	font-size: 130%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
	position: relative;
  	z-index:-1;
}


.intro {
	height:auto;
	width:100%;
	float:left;
	padding:10% 15% 10% 15%;
	background-color: rgba(255,255,255,1);
	color: rgba(0,0,0,1);
	font-family: 'Nunito', sans-serif;
	font-size:130%;
	text-align: justify;
	letter-spacing:-1px;
}
.ourpartners {
	height:auto;
	width:100%;
	float:left;
	padding:10% 15% 10% 15%;
	background-color: rgba(255,153,0,1);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	text-align: center;
}
.picleft {
	height:auto;
	width:40%;
	float:left;
}
.textright {
	height:auto;
	width:35%;
	float: left;
	margin:0% 0 0 5%;
}
.senepe {
	height:auto;
	width:32%;
	border:rgba(255,255,255,1) 10px solid;
	margin:0.5%;
	float:left;
}

#linkshover {
	height:auto;
	width:100%;
	padding:10% 10% 5% 10%;
	float:left;
	background-color: rgba(25,25,25,1);
}

#applicationform {
	height: auto;
	width: 100%;
	visibility:visible;
	padding:15% 25% 5% 25%;
	float: left;
	background-color: rgba(51,51,51,1);
	color: rgba(255,255,255,1);
	font-size: 150%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
}

/**contactform content start**/

#name {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}

#tel {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#email {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#socialmediahandle {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#following {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#notes {
	background:none;
	height: 100px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#security {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#submit  {
	height:45px;
	width:35%;
	color: rgba(255,255,255,1);
	background-color: rgba(255,153,0,1);
	padding: 5px;
	font-family: 'Fjalla One', sans-serif;
	border:0px;
	float:right;
	cursor:pointer;
	-webkit-appearance: none;
	border-radius: 0;
	}

#submit:hover {
	color: rgba(81,81,81,1);
	background-color: rgba(255,255,255,1);
}
	} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	#welcomeContrl {
	height: auto;
	width: 100%;
	padding:13% 20% 5% 20%;
	visibility:visible;
	float: left;
	color: rgba(255,255,255,1);
	font-size: 130%;
	font-family: 'Nunito', sans-serif;
	text-align: center;
	background: rgba(0,0,0,0.8) url(../images/pattern.png) repeat;
}


#welcome {
	height:auto;
	width:100%;
	padding:0% 0% 0% 0%;
	float:left;
	background: rgba(102,0,102,1);
	color: rgba(255,255,255,1);
	font-size: 130%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
	position: relative;
  	z-index:-1;
}


.intro {
	height:auto;
	width:100%;
	float:left;
	padding:10% 15% 10% 15%;
	background-color: rgba(255,255,255,1);
	color: rgba(0,0,0,1);
	font-family: 'Nunito', sans-serif;
	font-size:130%;
	text-align: justify;
	letter-spacing:-1px;
}
.ourpartners {
	height:auto;
	width:100%;
	float:left;
	padding:10% 5% 10% 7%;
	background-color: rgba(255,153,0,1);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	text-align: center;
}
.picleft {
	height:auto;
	width:40%;
	float:left;
}
.textright {
	height:auto;
	width:35%;
	float: left;
	margin:0% 0 0 5%;
}
.senepe {
	height:auto;
	width:32%;
	border:rgba(255,255,255,1) 10px solid;
	margin:0.5%;
	float:left;
}

#linkshover {
	height:auto;
	width:100%;
	padding:10% 10% 5% 10%;
	float:left;
	background-color: rgba(25,25,25,1);
}

#applicationform {
	height: auto;
	width: 100%;
	visibility:visible;
	padding:15% 25% 5% 25%;
	float: left;
	background-color: rgba(51,51,51,1);
	color: rgba(255,255,255,1);
	font-size: 150%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
}

/**contactform content start**/

#name {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}

#tel {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#email {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#socialmediahandle {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#following {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#notes {
	background:none;
	height: 100px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#security {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#submit  {
	height:45px;
	width:35%;
	color: rgba(255,255,255,1);
	background-color: rgba(255,153,0,1);
	padding: 5px;
	font-family: 'Fjalla One', sans-serif;
	border:0px;
	float:right;
	cursor:pointer;
	-webkit-appearance: none;
	border-radius: 0;
	}

#submit:hover {
	color: rgba(81,81,81,1);
	background-color: rgba(255,255,255,1);
}
	}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1440px) {
	#welcomeContrl {
	height: auto;
	width: 100%;
	padding:13% 20% 5% 20%;
	visibility:visible;
	float: left;
	color: rgba(255,255,255,1);
	font-size: 130%;
	font-family: 'Nunito', sans-serif;
	text-align: center;
	background: rgba(0,0,0,0.8) url(../images/pattern.png) repeat;
}


#welcome {
	height:auto;
	width:100%;
	padding:0% 0% 0% 0%;
	float:left;
	background: rgba(102,0,102,1);
	color: rgba(255,255,255,1);
	font-size: 130%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
	position: relative;
  	z-index:-1;
}


.intro {
	height:auto;
	width:100%;
	float:left;
	padding:10% 15% 10% 15%;
	background-color: rgba(255,255,255,1);
	color: rgba(0,0,0,1);
	font-family: 'Nunito', sans-serif;
	font-size:130%;
	text-align: justify;
	letter-spacing:-1px;
}
.ourpartners {
	height:auto;
	width:100%;
	float:left;
	padding:10% 15% 10% 15%;
	background-color: rgba(255,153,0,1);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	text-align: center;
}
.picleft {
	height:auto;
	width:40%;
	float:left;
}
.textright {
	height:auto;
	width:35%;
	float: left;
	margin:0% 0 0 5%;
}
.senepe {
	height:auto;
	width:32%;
	border:rgba(255,255,255,1) 10px solid;
	margin:0.5%;
	float:left;
}

#linkshover {
	height:auto;
	width:100%;
	padding:10% 10% 5% 10%;
	float:left;
	background-color: rgba(25,25,25,1);
}

#applicationform {
	height: auto;
	width: 100%;
	visibility:visible;
	padding:15% 25% 5% 25%;
	float: left;
	background-color: rgba(51,51,51,1);
	color: rgba(255,255,255,1);
	font-size: 150%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
}

/**contactform content start**/

#name {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}

#tel {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#email {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#socialmediahandle {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#following {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#notes {
	background:none;
	height: 100px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#security {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#submit  {
	height:45px;
	width:35%;
	color: rgba(255,255,255,1);
	background-color: rgba(255,153,0,1);
	padding: 5px;
	font-family: 'Fjalla One', sans-serif;
	border:0px;
	float:right;
	cursor:pointer;
	-webkit-appearance: none;
	border-radius: 0;
	}

#submit:hover {
	color: rgba(81,81,81,1);
	background-color: rgba(255,255,255,1);
}
	}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1920px) {
	#welcomeContrl {
	height: auto;
	width: 100%;
	padding:13% 20% 5% 20%;
	visibility:visible;
	float: left;
	color: rgba(255,255,255,1);
	font-size: 130%;
	font-family: 'Nunito', sans-serif;
	text-align: center;
	background: rgba(0,0,0,0.8) url(../images/pattern.png) repeat;
}


#welcome {
	height:auto;
	width:100%;
	padding:0% 0% 0% 0%;
	float:left;
	background: rgba(102,0,102,1);
	color: rgba(255,255,255,1);
	font-size: 130%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
	position: relative;
  	z-index:-1;
}


.intro {
	height:auto;
	width:100%;
	float:left;
	padding:10% 15% 10% 15%;
	background-color: rgba(255,255,255,1);
	color: rgba(0,0,0,1);
	font-family: 'Nunito', sans-serif;
	font-size:130%;
	text-align: justify;
	letter-spacing:-1px;
}
.ourpartners {
	height:auto;
	width:100%;
	float:left;
	padding:10% 15% 10% 15%;
	background-color: rgba(255,153,0,1);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	text-align: center;
}
.picleft {
	height:auto;
	width:40%;
	float:left;
}
.textright {
	height:auto;
	width:35%;
	float: left;
	margin:0% 0 0 5%;
}
.senepe {
	height:auto;
	width:32%;
	border:rgba(255,255,255,1) 10px solid;
	margin:0.5%;
	float:left;
}

#linkshover {
	height:auto;
	width:100%;
	padding:10% 10% 5% 10%;
	float:left;
	background-color: rgba(25,25,25,1);
}

#applicationform {
	height: auto;
	width: 100%;
	visibility:visible;
	padding:15% 25% 5% 25%;
	float: left;
	background-color: rgba(51,51,51,1);
	color: rgba(255,255,255,1);
	font-size: 150%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
}

/**contactform content start**/

#name {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}

#tel {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#email {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#socialmediahandle {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#following {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#notes {
	background:none;
	height: 100px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#security {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#submit  {
	height:45px;
	width:35%;
	color: rgba(255,255,255,1);
	background-color: rgba(255,153,0,1);
	padding: 5px;
	font-family: 'Fjalla One', sans-serif;
	border:0px;
	float:right;
	cursor:pointer;
	-webkit-appearance: none;
	border-radius: 0;
	}

#submit:hover {
	color: rgba(81,81,81,1);
	background-color: rgba(255,255,255,1);
}
	}