#Wcontainer {
    width: 100%;
}
#one {
	width: 100%;
}
#two {
    margin-left: auto;
	margin-left: 10px; margin-top: 0px; background-color: rgb(0,0,0,0); color: black;
}

#oneR {
	margin-right: auto;
	margin-right: 10px; margin-top: 0px; background-color: rgb(0,0,0,0); color: black;
}
#twoR {
	width: 100%;
}
.SXbtn {
	border: none;
	padding: 25px 30px;
	display: inline-block;
	margin: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-family: "Muli", sans-serif; 
	font-weight: 200;
	font-size: 20px;
	
	border-radius: 20px;
	background: #67a300;
	color: #fff;
	box-shadow: 0 8px #456d00;
}

.SXbtn:hover {
	box-shadow: 0 2px #456d00;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.titan-title-size-4 {
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 23px;
}

.twoSub{
	margin-left: 0px;
	margin-bottom: 20px;
}

.listSubStr{
	font-size: 20px;
}

.blk{
	background-color: rgb(0, 0, 0, 0);
}