* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding:0;
	font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
}
button:focus {
	outline:none !important;
}
ul, ol, li {
	margin:0;
	padding:0;
	list-style-type:none;
}
a {
	text-decoration:none;
}
img {
	max-width:100%;
}
input:focus {
	outline:none;
}
header, footer, section {
	width:100%;
	float:left;
}
.auto-container {
	max-width:1440px;
	width:1440px;
	margin:0 auto;
}
.container-l {
	width:1210px;
	margin:0 auto;
}
header {
	position: absolute;
	top: 0;
	text-align:center;
}
.header-top {
	background-color:#1c1203;
	padding:16px 0;
	text-align:center;
}
.header-top p {
	font-size: 14px;
	font-weight: 600;
	color: #6b5431;
}
.header-top p a {
	color: #6b5431;
}
.header-top p a:hover {
	text-decoration:underline;
}
.header-inner {
    width: 100%;
    margin: 0 auto;
    padding: 40px 70px;
    max-width: 1600px;
}
.logo-outer {
	width: 200px;
	float:left;
}
.nav-outer {
	width: auto;
	display: inline-block;
	padding: 10px 0 0 0;
}
.nav-outer li {
	float: left;
	padding: 0 0 0 35px;
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.nav-outer li:first-child {
	padding: 0;
}
.nav-outer li a {
	color: #fff;
}
.nav-outer li a:hover {
	color:#ffb400;
}
.header-right {
	width: auto;
	float:right;
	padding: 10px 0 0;
}
.header-right li {
	margin: 0 10px;
	float: left;
	font-size: 12px;
	font-weight: 600;
	line-height: 10px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-left: 2px solid #fff;
	padding: 0 0 0 15px;
}
.header-right li img {
	vertical-align: middle;
	margin-right: 5px;
}
.header-right li:first-child {
	padding: 0;
	border-left: none;
}
.header-right li a {
	color: #fff;
}
.header-right li a:hover {
	color:#ffb400;
}
.banner-outer {
	background: url(https://seo.money/images2/banner-bg.png) no-repeat center top;
	background-size: cover;
	padding: 130px 0 60px;
}
.banner-inner {
	width: 100%;
	float: left;
}
.banner-left {
	width:35%;
	float: left;
	padding: 130px 0 0;
}
.banner-left h1 {
	font-size: 50px;
	color: #fff;
	line-height: 55px;
	position:relative;
	padding:0 0 32px;
}
.banner-left h1:after {
	content:"";
	position:absolute;
	background: url(https://seo.money/images2/yellow-border.png) no-repeat center top;
	bottom:0;
	left:-52px;
	width:146px;
	height:4px;
}
.banner-left p {
	font-size: 16px;
	color:#fff;
	font-weight:500;
	line-height: 36px;
	padding:32px 0 0;
}
.banner-right {
	width: 65%;
	float: right;
}
.banner-left form {
	width: 354px;
	float: left;
	padding: 50px 0 0;
	position: relative;
}
.banner-left form label {
	color: #fff;
	font-size: 12px;
	font-weight:700;
	text-transform:uppercase;
	float:left;
	width:100%;
	margin-bottom:10px;
}
.banner-left form input[type="text"] {
	float: left;
	padding: 13px 20px;
	color: #301a05;
	font-size: 14px;
	background: #fff;
	border:none;
	outline:none;
	width:100%;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
	position:relative;
}
 .banner-left form input[type="text"]::-webkit-input-placeholder {
 color: #301a05;
}
.banner-left form input[type="text"]::-moz-placeholder {
 color: #301a05;
}
.banner-left form input[type="text"]:-ms-input-placeholder {
 color: #301a05;
}
.banner-left form input[type="text"]:-moz-placeholder {
 color: #301a05;
}
.banner-left form input[type="submit"] {
	background: url(https://seo.money/images2/copy-icon.png) no-repeat;
	position: absolute;
	top: 86px;
	right: 18px;
	border: none;
	outline: none;
	width: 19px;
	height: 22px;
	cursor: pointer;
}
.banner-left span {
	width: 300px;
	float: left;
	padding:15px 0 0;
	color: #fff;
	font-size: 14px;
	font-weight:600;
}
.banner-left span img {
	vertical-align: middle;
	margin-left: 10px;
}
.content-marketing-outer {
	padding:165px 0 130px;
	text-align:center;
	position:relative;
}
.content-marketing-outer:before {
	content: "";
	position: absolute;
	background: url(https://seo.money/images2/sprinkle-imgs.png) no-repeat center;
	top: -180px;
	left: 0;
	width: 100%;
	height: 700px;
	z-index: -1;
}
.content-marketing-inner {
	width: 100%;
	float: left;
}
.content-marketing-inner h2 {
	font-size: 40px;
	color: #2f2208;
	position:relative;
	padding:0 0 32px;
}
.content-marketing-inner h2:after {
	content:"";
	position:absolute;
	background: url(https://seo.money/images2/yellow-border.png) no-repeat center top;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:146px;
	height:4px;
}
.content-marketing-inner p {
	font-size: 16px;
	color:#2e2209;
	font-weight:600;
	line-height: 16px;
	padding:36px 0 170px;
}
.content-marketing-inner li {
	width: 27.2%;
	margin: 0 50px 100px;
	float: left;
}
 .content-marketing-inner li:nth-child(3n) {
 margin-right: 0;
}
.content-marketing-inner li h3 {
	font-size: 28px;
	color:#2e2209;
	line-height: 30px;
	padding:30px 0;
}
.content-marketing-inner li span {
	font-size: 14px;
	color:#2e2209;
	font-weight:600;
	line-height:24px;
}
.content-marketing-inner a {
	color:#301a05;
	font-weight:700;
	font-size:20px;
}
.content-marketing-inner a:hover {
	color: #6b5431;
	text-decoration:underline;
}
.tokenomics-outer {
	background: url(https://seo.money/images2/tokenomics-bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 120px 0;
	text-align:center;
}
.tokenomics-inner {
	width: 100%;
	float: left;
}
.tokenomics-inner h2 {
	font-size: 40px;
	color:#fff;
	position:relative;
	padding:0 0 32px;
}
.tokenomics-inner h2:after {
	content:"";
	position:absolute;
	background: url(https://seo.money/images2/yellow-border.png) no-repeat center top;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:146px;
	height:4px;
}
.tokenomics-inner p {
	font-size: 16px;
	color:#fff;
	font-weight:600;
	line-height:36px;
	padding:36px 0 0;
}
.banner-left {
	width:35%;
	float: left;
	padding: 130px 0 0;
}
.tokenomics-nofees {
	width:1110px;
	display:inline-block;
	padding: 80px 0 0;
}
.tokenomics-nofees h3 {
	font-size: 30px;
	color:#fff;
	padding:0 0 15px;
	line-height: 25px;
}
.tokenomics-nofees large {
	font-size: 24px;
	color:#fff;
	font-weight:400;
	width:100%;
	float: left;
}
.tokenomics-nofees span {
	font-size: 14px;
	color:#fff;
	font-weight:500;
	line-height:28px;
	padding:30px 0 0;
	display: inherit;
}
.tokenomics-nofees-in {
	width: 100%;
	float: left;
	padding: 20px 0 0;
}
.tokenomics-nofees-in strong {
	font-size: 30px;
	color:#fff;
	padding:0 0 20px;
	line-height: 30px;
}
.tokenomics-nofees-in-left {
	width: 33%;
	float: left;
	padding:130px 0 0;
	position:relative;
}
.tokenomics-nofees-in-left:before {
	content: "";
	position: absolute;
	background: url(https://seo.money/images2/arrow2.png) no-repeat center top;
	top: -50px;
	left: 50px;
	right: 0;
	margin: auto;
	width: 116px;
	height: 118px;
}
.tokenomics-nofees-in-left:after {
	content: "";
	position: absolute;
	background: url(https://seo.money/images2/arrow3.png) no-repeat center top;
	bottom:-170px;
	left: 50px;
	right: 0;
	margin: auto;
	width: 103px;
	height: 125px;
}
.tokenomics-nofees-in-leftcn {
	padding:0;
}
.reward {
	padding-bottom:0 !important;
}
.tokenomics-nofees-in-leftcn:after, .tokenomics-nofees-in-leftcn:before {
	display:none;
}
.tokenomics-nofees-in-right:before {
	content: "";
	position: absolute;
	background: url(https://seo.money/images2/arrow.png) no-repeat center top;
	top: -50px;
	left: -50px;
	right: 0;
	margin: auto;
	width: 103px;
	height: 125px;
}
.tokenomics-nofees-in-right:after {
	content: "";
	position: absolute;
	background: url(https://seo.money/images2/arrow4.png) no-repeat center top;
	bottom:-150px;
	left: 0px;
	right: 0;
	margin: auto;
	width: 107px;
	height: 128px;
}
.keywords-outer {
	padding:156px 0 130px;
	text-align:center;
}
.keywords-inner {
	width: 100%;
	float: left;
}
.keywords-inner h2 {
	font-size: 40px;
	color: #2f2208;
	position:relative;
	padding:0 0 32px;
}
.keywords-inner h2:after {
	content:"";
	position:absolute;
	background: url(https://seo.money/images2/yellow-border.png) no-repeat center top;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:146px;
	height:4px;
}
.keywords-inner p {
	font-size: 16px;
	color:#2e2209;
	font-weight:600;
	line-height: 16px;
	padding:36px 0 70px;
}
.keywords-inner li {
	width: 31.3%;
	margin: 0 43px 0 0;
	float: left;
	padding:50px 30px;
	box-shadow: 0px 21px 40px 0px #00000014;
}
 .keywords-inner li:nth-child(3n) {
 margin-right: 0;
}
.keywords-inner li h3 {
	font-size: 28px;
	color:#2e2209;
	line-height: 40px;
	padding:10px 0 30px;
	position:relative;
	margin-bottom: 30px;
}
.keywords-inner li h3:after {
	content:"";
	position:absolute;
	background: url(https://seo.money/images2/yellow-border.png) no-repeat center top;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:80%;
	height:4px;
}
.keywords-inner li h3 b {
	font-weight:500;
	font-size:26px;
}
.keywords-inner li span {
	font-size: 16px;
	color: #2e2209;
	font-weight: 700;
	line-height: 16px;
	width: 100%;
	float: left;
	text-align: left;
	padding: 22px 40px;
	border-bottom:2px solid #e5e5e5;
}
.bd-n {
	border-bottom:none !important;
}
.keywords-inner li span img {
	float:left;
	margin-right:20px;
}
.keywords-inner a {
	color:#301a05;
	font-weight:700;
	font-size:18px;
	margin:50px 0 0;
	display:inline-block;
}
.keywords-inner a:hover {
	color: #6b5431;
	text-decoration:underline;
}
.grey-text {
	color:#d4d4d4 !important;
}
.spacetime-outer {
	padding:156px 0 130px;
	background: url(https://seo.money/images2/spacetime-bg.jpg) no-repeat center;
	background-size: cover;
	text-align:center;
}
.spacetime-inner {
	width: 100%;
	float: left;
}
.spacetime-inner h2 {
	font-size: 40px;
	color: #fff;
	position:relative;
	padding:0 0 32px;
	margin-bottom:200px;
}
.spacetime-inner h2:after {
	content:"";
	position:absolute;
	background: url(https://seo.money/images2/yellow-border.png) no-repeat center top;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:146px;
	height:4px;
}
.spacetime-left {
	width: 39%;
	float: left;
	text-align:left;
}
.spacetime-right {
	width: 50%;
	float: right;
}
.spacetime-left h3 {
	font-size: 36px;
	color: #fff;
	position:relative;
	padding:0 0 32px;
}
.spacetime-left h3:after {
	content:"";
	position:absolute;
	background: url(https://seo.money/images2/yellow-border.png) no-repeat center top;
	bottom:0;
	left:0;
	width:146px;
	height:4px;
}
.spacetime-left p {
	font-size: 16px;
	color: #fff;
	font-weight:500;
	line-height: 32px;
	padding:36px 0 0;
}
.spacetime-right-in {
	width: 100%;
	float: left;
	text-align:left;
	padding:0 0 76px;
}
.spacetime-right-in h3 {
	font-size: 22px;
	color: #ffb400;
	padding:0 0 32px;
	letter-spacing:4px;
}
.spacetime-right-in h3 b {
	color: #fff;
	font-weight:600;
	font-size: 36px;
	letter-spacing:.5px;
}
.spacetime-right-in li {
	font-size: 16px;
	color: #fff;
	font-weight:500;
	padding:0 0 10px 15px;
	position:relative;
}
.spacetime-right-in li:before {
	content:"";
	position:absolute;
	background:#fff;
	top:8px;
	left:0;
	width:3px;
	height:3px;
	border-radius:100%;
}
.spacetime-right-in:nth-child(2n) {
 padding-left: 56px;
}
.spacetime-right-in:nth-child(3n) {
 padding-left: 81px;
}
.spacetime-right-in:nth-child(4n) {
 padding-left: 42px;
}
.crew-outer {
	padding:275px 0;
	background: url(https://seo.money/images2/crew-bg.png) no-repeat center;
	background-size: cover;
	text-align:center;
}
.crew-inner {
	width: 100%;
	float: left;
}
.crew-inner h3 {
	font-size: 40px;
	color: #2f2208;
	position:relative;
	padding:0 0 32px;
	margin-bottom:80px;
}
.crew-inner h3:after {
	content:"";
	position:absolute;
	background: url(https://seo.money/images2/yellow-border.png) no-repeat center top;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:146px;
	height:4px;
}
.crew-inner li {
	width: 27.2%;
	margin: 0 50px 0;
	float: left;
}
 .crew-inner li:nth-child(3n) {
 margin-right: 0;
}
.crew-inner li h4 {
	font-size: 30px;
	color:#2e2209;
	line-height: 30px;
	padding:30px 0 20px;
}
.crew-inner li p {
	font-size: 17px;
	color:#2e2209;
	font-weight:700;
	line-height:14px;
}
.coming-outer {
	margin-top:-200px;
	position:relative;
}
.coming-outer:after {
	content:"";
	position:absolute;
	background: url(https://seo.money/images2/sprinkle-img.png) no-repeat center top;
	bottom:-80px;
	left:0;
	width:100%;
	height:470px;
	z-index: -1;
}
.coming-inner {
	width: 100%;
	float: left;

}
.coming-left {
	width: 50%;
	float: left;
	text-align: left;
	position: absolute;
	top: 0;
	left: 40px;
}
.coming-right {
	width: 40%;
	float: right;
	padding:185px 0 160px;
}
.coming-right h5 {
	font-size: 36px;
	color: #2f2208;
	position:relative;
	padding:0 0 40px;
}
.coming-right h5:after {
	content:"";
	position:absolute;
	background: url(https://seo.money/images2/yellow-border.png) no-repeat center top;
	bottom:0;
	left:0;
	width:146px;
	height:4px;
}
.coming-right p {
	font-size: 16px;
	color: #2f2208;
	font-weight:600;
	line-height: 32px;
	padding:36px 0 0;
}
.coming-right a {
	color: #301a05;
	font-weight: 700;
	font-size: 17px;
	padding: 20px 50px;
	margin: 50px 0 0;
	background-color: #000000;
	float: left;
}
.coming-right a:hover {
	background-color: #301a05;
	color: #fff;
}
footer {
	padding: 210px 0 0;
	background: url(https://seo.money/images2/footer-bg.png) no-repeat center;
	background-size: cover;
	margin-top: -90px;
	position:relative;
	z-index:1;
}
.footer-inner {
	width: 100%;
	float: left;
	padding-bottom: 80px;
}
.footer-left {
	width: 15%;
	float: left;
}
.footer-logo {
	width: 100%;
	float: left;
	padding: 0 0 60px;
}
.footer-left li {
	float: left;
	padding: 0 0 20px;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	text-align: left;
	width: 100%;
}
.footer-left li img {
	float: left;
	margin-right:10px;
}
.footer-left li a {
	color: #fff;
}
.footer-left li a:hover {
	color:#ffb400;
}
.footer-right {
	width: 20%;
	float: left;
	padding: 0 0 0 150px;
}
.footer-inner h6 {
	font-size: 17px;
	color: #fff;
	font-weight:600;
	margin:8px 0 60px 0;
}
.footer-right li {
	float: left;
	padding: 0 0 20px;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	text-align: left;
	width: 100%;
}
.footer-right li a {
	color: #fff;
}
.footer-right li a:hover {
	color:#ffb400;
}
.copyright-outer {
	width: 100%;
	float: left;
	background: rgba(0, 0, 0, .5);
	padding: 36px 0;
	text-align: center;
}
.copyright-outer p {
	font-size: 14px;
	color: #fff;
	font-weight:600;
}
.login-bg {
	background: url(https://seo.money/hashtag/WorkingSEO/images/treeandspace.jpg)  no-repeat center center fixed;
	background-size: cover;
}
.login-outer {
	padding: 90px 0 60px;
	text-align:center;
}
.login-inner {
	width: 100%;
	float: left;
}
.login-outer.first .container-l .login-inner {
	width: 100%;
	float: left;
	padding: 25px;
   margin-bottom: 20px;
   background-color: rgba(0, 0, 0, .6);
}
.login-inner h1 {
	font-size: 44px;
	color: #fff;
	font-weight: 600;
}
.login-inner h2 span {
	color: #f2bf1f;
}
.login-inner h2 strong {
	font-size: 36px;
	font-weight: 600;
	padding: 30px 0 0;
	float: left;
	width: 100%;
}
.big-text {
	font-size: 50px;
}
.login-inner p {
	font-size: 15px;
	color:#fff;
	font-weight:500;
	line-height: 26px;
	padding:32px 0 0;
}
.login-inner ul {
	padding:60px 0 0px;
	float: left;
}
.login-inner li {
	width: 20%;
	float: left;
}
.login-inner li h3 {
	font-size: 32px;
	color: #fff;
	line-height: 30px;
	padding: 30px 0 10px;
}
.login-inner li p {
	font-size: 14px;
	color:#fff;
	font-weight:normal;
	line-height:24px;
	padding:0;
}
.keyword-pricing-outer {
	padding: 18px 0 60px;
	text-align:center;
}
.keyword-pricing-inner {
	width: 90%;
	display: inline-block;
}
.keyword-pricing-inner p {
	font-size: 18px;
	color:#fff;
	padding: 0 0 57px;
}
.keyword-pricing-inner li {
	width: 32.1%;
	float: left;
	background-color: #fff;
	border-radius: 10px;
	margin: 0 20px 0 0;
	position: relative;
}
.keyword-pricing-inner li:last-child {
	margin-right: 0;
}
.keyword-pricing-detail {
	padding: 25px 0 26px;
	height: 175px;
}
.keyword-pricing-detail h3 {
	color:#23282d;
	font-size:70px;
	line-height: 30px;
}
.keyword-pricing-detail h3 strong {
	font-size: 18px;
	padding: 0 0 20px;
	width: 100%;
	float: left;
}
.keyword-pricing-detail h3 small {
	font-size:14px;
	font-weight:500;
}
.keyword-pricing-detail h3 b {
	vertical-align:super;
	font-size:50px;
}
.keyword-pricing-inner li span {
	font-size: 12px;
	font-weight: 500;
	background: #ea4765;
	position: absolute;
	left: -5px;
	color: #fff;
	padding: 4px 10px;
	top: -5px;
}
.keyword-pricing-list {
	background:url(https://seo.money/images2/free-bg.png) no-repeat center #454f46;
	background-size: 100%;
	width: 100%;
	float: left;
	padding:20px 29px;
	border-radius:0 0 10px 10px;
	height: 265px;
}
.keyword-pricing-list li {
	font-size: 18px;
	color: #fff;
	background: url(https://seo.money/images2/round-tick-icon.png) no-repeat left 35px top 1px;
	width: 100% !important;
	float: left;
	text-align: left;
	padding: 0 0 23px 82px;
	margin: 0;
	min-height: 37px;
}
.keyword-select {
	float: left;
	width: 100%;
}
.keyword-select select {
	float: left;
	padding: 13px 20px;
	color: #301a05;
	font-size: 14px;
	border: none;
	outline: none;
	width: 100%;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	background: url(https://seo.money/images2/dropdown-icon.png) no-repeat right 20px top 18px #fff;
}
.keyword-pricing-list a {
	float: left;
	padding: 14px 20px;
	color: #301a05;
	font-size: 18px;
	width: 100%;
	font-weight: 700;
	border-radius: 4px;
	margin:7px 0 0;
	background: #fec104;
	background: -moz-linear-gradient(top, #fec104 0%, #faad17 50%, #f59230 100%);
	background: -webkit-linear-gradient(top, #fec104 0%, #faad17 50%, #f59230 100%);
	background: linear-gradient(to bottom, #fec104 0%, #faad17 50%, #f59230 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec104', endColorstr='#f59230', GradientType=0 );
}
.keyword-pricing-list a:hover {
	background: #f59230;
	background: -moz-linear-gradient(top, #f59230 1%, #faad17 50%, #fec104 100%);
	background: -webkit-linear-gradient(top, #f59230 1%, #faad17 50%, #fec104 100%);
	background: linear-gradient(to bottom, #f59230 1%, #faad17 50%, #fec104 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59230', endColorstr='#fec104', GradientType=0 );
}
.keyword-pricing-inner li:nth-child(2n) .keyword-pricing-list {
background: url(https://seo.money/images2/local-service-bg.png) no-repeat center #42acd7;
}
.keyword-pricing-inner li:nth-child(3n) .keyword-pricing-list {
background: url(https://seo.money/images2/national-service-bg.png) no-repeat center #42c146;
}
.platform-outer {
	padding:0px 0 60px;
	text-align:center;
}
.platform-inner {
	width: 100%;
	float: left;
	padding: 20px;
   
}
.platform-inner h2 {
	font-size: 38px;
	color: #fff;
}
.login-inner h1 span {
	color: #f2bf1f;
}
.platform-inner strong {
	font-size: 30px;
	font-weight:400;
	color: #fff;
	width: 100%;
	float: left;
	padding: 20px 0;
}
.platform-inner strong b {
	font-weight: 700;
}
.platform-inner p {
	font-size: 20px;
	color: #fff;
}
.platform-inner li {
	width: 19%;
	margin: 0 40px;
	float: left;
}
.platform-inner li:nth-child(4n) {
 margin-right: 0;
}
.platform-inner li h3 {
	font-size: 18px;
	color: #fff;
	line-height: 20px;
	padding:30px 0 20px;
}
.platform-inner li span {
	font-size: 14px;
	color: #fff;
	line-height:30px;
}
.platform-inner ul {
	padding: 51px 0 0;
}
.testimonials-outer {
	padding: 0px 0 60px;
	text-align:center;
}
.testimonials-inner {
	width: 100%;
	float: left;
}
.testimonials-left {
	width: 65%;
	float: left;
	position: relative;
}
.testimonials-left h3 {
	background-color:rgba(0, 0, 0, .6);
	padding: 18px 30px;
	font-size: 18px;
	color: #ffc600;
	text-align: left;
}
.testimonials-right {
	width: 33%;
	float: right;
	text-align:left;
}
.testimonials-text {
	background-color:rgba(0, 0, 0, .5);
	padding: 36px 30px;
	text-align:left;
	width: 100%;
	float: left;
}
.testimonials-text strong b {
	color: #ffc600;
}
.testimonials-text strong {
	font-size: 18px;
	color: #fff;
	font-style:italic;
}
.testimonials-text p {
	font-size: 14px;
	line-height:26px;
	color: #fff;
	padding:20px 0 43px;
}
.testimonials-right.client-t ul {
	height: 280px !important;
}
.testimonials-right ul {
	background: rgba(0, 0, 0, .5);
	padding: 36px 30px;
	width: 100%;
	float: left;
	height: 330px;
}
.testimonials-right li {
	border-bottom:2px solid #2e271d;
	width: 100%;
	float: left;
	margin-bottom:34px;
}
.testimonials-right li span {
	font-size: 16px;
	color: #fff;
}
.testimonials-right li large {
	font-size: 36px;
	color: #fff;
	padding: 10px 0 25px;
	font-weight: 700;
	width: 100%;
	float: left;
}
.testimonials-rt {
	float:right;
}
.testimonials-lft {
	float:left;
}
.testimonials-lft strong {
	font-size: 36px;
	color: #fff;
}
.testimonials-inner:nth-child(2n) {
 margin: 27px 0 0;
}
.testimonials-lft li img {
	float: right;
}
.setting-icon {
	width: 6px !important;
}
.testimonials-lft li {
	border-bottom:0;
}
.testimonials-lft li:last-child {
	margin-bottom:0;
}
.signups {
	font-size:12px;
	color: #fff;
	font-weight:500;
	position:relative;
	padding:0 0 0 16px;
}
.signups:before {
	position: absolute;
	background-color: #4ed8da;
	height: 10px;
	width: 10px;
	border-radius: 100%;
	content: "";
	left: 0;
	top: 2px;
}
.keyword-rankings {
	width:100%;
	float:left
}
.keyword-rankings table {
	width:100%;
	float:left;
	border-collapse:collapse;
	border:0
}
 .keyword-rankings table tr:nth-child(odd) {
 background-color: rgba(0, 0, 0, .6);
}
.keyword-rankings table th {
	padding:0 0 0 25px;
	font-weight:700;
	line-height:15px;
	text-align:left;
	height: 56px;
	font-size:12px;
	color:#fff;
	background-color: rgb(23 16 5);
}
.keyword-rankings table td {
	padding:1px 25px;
	font-size:14px;
	height:56px;
	color:#fff;
	text-align:left;
	font-weight:400;
}
.keyword-rankings table td span {
	font-size:10px;
}
.keyword-rankings table td b {
	color:#00ab08;
}
.testimonials-rts {
	width:100%;
	float:left;
	padding: 25px 0 0;
}
.testimonials-rts img {
	float: right;
}
.testimonials-rts li {
	border-bottom:0;
}
.feature-outer {
	padding:30px 0 0px;
	text-align:center;
}
.feature-inner {
	width: 100%;
	float: left;
}
.feature-inner h4 {
	font-size: 40px;
	color: #fff;
	padding-bottom:5px;
}
#adformtop {
	margin-top: 55px;
}
.feature-inner li.last {
}
.feature-inner li {
	width: 46%;
	float: left;
	text-align: left;
	padding: 0 0 30px;
	min-height: 350px;
}
.feature-inner li.last {
	min-height: 285px;
	padding: 0 0 10px;
}
.feature-inner li:nth-child(2n) {
float:right;
}
.feature-inner li img {
	float: left;
	margin-right: 30px;
}
.feature-inner li h5 {
	font-size: 18px;
	color: #fff;
	line-height: 20px;
	padding:0 0 15px;
	font-weight: bold;
}
.feature-inner li p {
	font-size: 16px;
	color: #fff;
	line-height:26px;
	padding:0 0 0 95px;
}
.task-outer {
	padding:0;
	position:relative;
}
.task-outer:before {
	background: url(https://seo.money/images2/fly-man.png) no-repeat left top;
	background-size: cover;
	position: absolute;
	height: 440px;
	width: 245px;
	content: "";
	left: -50px;
	top: -201px;
	z-index: -1;
}
.task-outer .testimonials-left {
	width:65%;
	float:left;
}
.task-outer .testimonials-left ul {
	height: 220px;
}
.task-outer .testimonials-left li {
	border-bottom:2px solid rgb(226 215 198 / 10%);
	margin-bottom: 20px;
}
.task-outer .testimonials-left li:last-child {
	margin:0;
}
.task-outer .testimonials-left li span {
	font-size: 14px;
}
.task-outer .testimonials-left li large {
	font-size: 16px;
	padding: 0px 0 15px;
	width: auto;
	float: right;
}
.task-outer .testimonials-rights {
	width:33%;
	float:right;
}
.login-footer {
	background-image:none;
	margin:10px 0 0;
	padding:0;
	text-align:center;
}
.copyright-left li {
	display:inline-block;
	padding:0 40px 0 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 14px;
}
.copyright-left li a {
	color: #c8daec;
}
.copyright-left li a:hover {
	color: #ffb400;
}
.copyright-left {
	width: 25%;
	float: left;
}
.copyright-center {
	display: inline-block;
	width: 50%;
}
.copyright-right {
	float: right;
}
.testimonials-rts ul {
	height: auto;
}
.testimonials-texts {
	padding: 0 20px 36px;
}
.testimonials-left .owl-theme .owl-nav.disabled+.owl-dots {
	display:none
}
.testimonials-left .owl-nav.disabled {
	display: block;
	width: 44px;
	top: -48px;
	position: absolute;
	right: 30px;
}
.testimonials-left .owl-theme .owl-nav button.owl-prev span, .popular-games-inner .owl-theme .owl-nav button.owl-next span {
	display:none
}
.testimonials-left .owl-theme .owl-nav .owl-next {
	width:16px;
	height:17px;
	background-color:transparent!important;
	text-align:center;
	display:inline-block;
	right:0px;
	position:absolute;
	cursor:pointer;
	border:none;
	margin:0;
	background:url(https://seo.money/images2/right-arrow.png) no-repeat center;
	color:#0000000a;
}
.testimonials-left .owl-theme .owl-nav .owl-prev {
	width:16px;
	height:17px;
	background-color:transparent!important;
	text-align:center;
	display:inline-block;
	left:0px;
	position:absolute;
	cursor:pointer;
	border:none;
	margin:0;
	background:url(https://seo.money/images2/left-arrow.png) no-repeat center;
	color:#0000000a;
}
.testimonials-left .owl-theme .owl-nav [class*=owl-]:hover {
background:#86979100;
color:#fff0;
text-decoration:none;
}
.testimonials-left .owl-theme .owl-nav .owl-prev:hover {
	background:url(https://seo.money/images2/left-arrow.png) no-repeat center;
	color:#0000000a;
}
.testimonials-left .owl-theme .owl-nav .owl-next:hover {
	background:url(https://seo.money/images2/right-arrow.png) no-repeat center;
	color:#0000000a;
}
.stomp-logo {
	width: 244px !important;
}
.testimonials-rt .owl-nav.disabled {
	right: 10px;
}
.testimonials-right li:last-child {
	border-bottom:none;
}
.mobile-menu {
	display: none;
}
.seo-coin {
	width:50px;
}
.login-bg .header-inner {
	padding: 15px 50px 40px 0;
}
.login-bg .logo-outer {
	width: 250px;
}
.login-bg .nav-outer {
	padding: 36px 0 0 0;
}
.login-bg .header-right {
	padding: 36px 0 0;
}

.footer-inners
{
max-width:1600px;
margin:0 auto;
}
.subscribe {
	margin-top:25px;
}
.hashtag-col-4, .hashtag-col-6 {
	/* padding-right: 3px;
   padding-left: 3px; */
}