@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;500;600&amp;display=swap');

* {
	margin:0px;
	padding:0px;
	outline:none;

}

body {
	font-family: 'Teko', sans-serif;
	font-size: 22px;
	font-weight: 300;
	min-width: 360px;
	background:#13131e url(../images/bg.jpg) no-repeat 50% 50%;
	color: #dcc6f7;
	
}

a {
	color: #dcc6f7;
	outline: none;
	transition: background 250ms ease-in-out;
}
a:hover {
	color: #fff;
	outline: none;
	transition: background 250ms ease-in-out;
}
@media (min-width:1200px){
.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}
}
.acc_box {
	display: block;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 100;
	margin-top: 40px;
	min-width: 200px;
}
.login {
	display: inline-block;
	background: rgba(22,22,38, 0.27) url("../images/user_ic.png") no-repeat 20px 50%;
	padding-left: 70px;
	height: 43px;
	line-height: 43px;
	width: 94px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 5px;
	text-align: left;
	cursor: pointer;
	transition: all 500ms;
}
.login:hover {
	color: #fff;
	background: rgba(22,22,38, 0.67) url("../images/user_ic.png") no-repeat 20px 50%;
	transition: all 500ms;
}
.signup {
	display: inline-block;
	background: rgba(22,22,38, 0.27) url("../images/reg_ic.png") no-repeat 20px 50%;
	padding-left: 70px;
	height: 43px;
	line-height: 43px;
	width: 94px;
	color: #fff;
	font-size: 18px;
	margin: 5px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	cursor: pointer;
	transition: all 500ms;
}
.signup:hover {
	color: #fff;
	background: rgba(22,22,38, 0.67) url("../images/reg_ic.png") no-repeat 20px 50%;
	transition: all 500ms;
}

.time_bar {
	display: block;
	position:  absolute;
	left: 0;
	height: 43px;
	max-width: 220px;
	line-height: 43px;
	background: url("../images/clock_ic.png") 0px 50% no-repeat;
	padding-left: 40px;
	margin-top: 40px;
	text-align: left;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
}
.container {
	max-width: 1200px;
	margin: 0px auto;
	display: block;
	padding-top: 0px;
}
h3 {
	font-size: 50px;
	text-align: center;
	height: 60px;
	font-weight: 300;
	line-height: 60px;
	color: #fff;
}
#logo_bar {
	min-height: 126px;
	width: 100%;
	display: block;
	overflow: hidden;
		position: relative;
	z-index: 11;
}

nav {
	display: block;
	min-height: 60px;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 10;
}
nav ul {
	display: block;
	max-width: 1200px;
	margin: 0px auto;
}
nav ul li {
	list-style: none;
	height: 60px;
	display: inline-block;
}
nav ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	height: 60px;
	display: block;
	line-height: 60px;
	text-transform: uppercase;
	padding: 0px 20px;
}
nav ul li a:hover {
	color: #fff;
	background: rgba(22,22,38, 0.27);
}
nav ul li a:hover span {
	border-bottom: 3px solid #dcc6f7;
}
nav ul li a.current span {
	border-bottom: 3px solid #dcc6f7;
}
nav ul li a.current {
	color: #fff;
	background: rgba(22,22,38, 0.27);
}
#logo {
	display: inline-block;
	background: url("../images/logo.png") no-repeat 50% 50%;
	height: 88px;
	margin: 17px 20px;
	width: 325px;
}
input::-webkit-input-placeholder {color:#322f6a;}
input::-moz-placeholder          {color:#322f6a;}
input:-moz-placeholder           {color:#322f6a;}
input:-ms-input-placeholder      {color:#322f6a;}
.row {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	display: block;
	clear: both;

}

header {
	min-height: 960px;
	display: block;
	position:relative;
	overflow: hidden;
	width: 100%;
	background: #4837a4;
	border-top: 3px solid #dcc6f7;
}
#bottom_con {
	height: 128px;
	width: 100%;
	display: block;
	position: relative;
	z-index: 100;
	margin-top: -128px;
	background: url("../images/header_bg.png") no-repeat 50% 50%;
}
#slogan {
	font-size: 50px;
	min-height: 76px;
	line-height: 76px;
	font-weight: 300;
	text-align: center;
	display: block;
	width: 100%;
	max-width: 740px;
	margin: 20px auto 180px;
	color: #fff;
	position: absolute;
	left: calc(50% - 370px);
	bottom: 0;
	background: rgba(24,23,40, 0.53);
}
.pink {
	color: #ceb3f5;
}
.header {
	min-height: 200px;
	display: block;
	margin-bottom: 20px;
	width: 100%;
	background: #4837a4 url("../images/header1.jpg") 50% 30%;
}
.left {
	text-align: left;
}
.img_about {
	display: block;
	float: left;
	margin-right: 5px;
}
.monitor_code {
	border-radius: 0px;
	background: #2e2c61;
	display: block;
	vertical-align: middle;
	color: #fff;
	overflow: hidden;
	margin: 10px;
	padding: 10px 0px;
	text-align: center;
}
.monitor_code a img {
	width: 175px;
	height: 260px;
}


.cert_but {
	display: block;
	text-decoration: none;
	background: #dcc6f7 url("../images/cert_ic.png") no-repeat 20px 50%;
	padding: 10px 30px;
	color: #15151f;
	font-size: 24px;
	margin: 0px -20px 20px -20px;
	transition: all 500ms;
	cursor: pointer;
}
.cert_but:hover {
	background: #fff url("../images/cert_ic.png") no-repeat 20px 50%;
	color: #322f6a;
	transition: all 500ms;
}

.company_n {
	color: #dcc6f7;
	font-size: 41px;
}



#pp_bar {
	width: 100%;
	display: block;
	min-height: 100px;
	margin: 10px auto;
}
.pp_box {
	display: inline-block;
	min-height:100px;
	width: 139px;
	margin: 5px 1px;
	color: #dcc6f7;
}
.pm {
	background: url("../images/pm.png") no-repeat 50% 42px;
	text-align: center;
	width: 139px;
	display: block;
	margin: 5px -2px 0px;
	padding-top: 120px;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.pr {
	background: url("../images/pr.png") no-repeat 50% 30px;
	text-align: center;
	width: 139px;
	display: block;
	margin: 5px -2px 0px;
	padding-top: 120px;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.btc {
	background: url("../images/btc.png") no-repeat 50% 30px;
	text-align: center;
	width: 139px;
	display: block;
	padding-top: 120px;
	padding-bottom: 20px;
	margin: 5px -2px 0px;
	text-transform: uppercase;
}
.bch {
	background: url("../images/bch.png") no-repeat 50% 30px;
	text-align: center;
	width: 139px;
	display: block;
	margin: 5px -2px 0px;
	padding-top: 120px;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.eth {
	background: url("../images/eth.png") no-repeat 50% 30px;
	text-align: center;
	width: 139px;
	display: block;
	margin: 5px -2px 0px;
	padding-top: 120px;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.ltc {
	background: url("../images/ltc.png") no-repeat 50% 30px;
	text-align: center;
	width: 139px;
	display: block;
	margin: 5px -2px 0px;
	padding-top: 120px;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.dsh {
	background: url("../images/dsh.png") no-repeat 50% 30px;
	text-align: center;
	width: 139px;
	display: block;
	margin: 5px -2px 0px;
	padding-top: 120px;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.doge {
	background: url("../images/doge.png") no-repeat 50% 30px;
	text-align: center;
	width: 139px;
	display: block;
	margin: 5px -2px 0px;
	padding-top: 120px;
	padding-bottom: 20px;
	text-transform: uppercase;
}
textarea {
	width: calc(100% - 40px);
}
.social {
	text-align: left;
	margin-top: 10px;
	margin-left: -7px;
}
.social a img {
	
	margin: 5px 7px;
	transition: all 500ms;
}
.social a:hover img {
	
	opacity: 0.6;
	transition: all 500ms;
}
.inpts {
	background:#dcc6f7;
	font-size: 18px;
	margin: 5px;
	color: #322f6a;
	border: 1px solid rgba(214,200,186, 0.3);
	width: calc(100% - 50px);
	text-align: left;
	padding: 15px 20px;
}
.inptsP {
	font-size: 18px;
	color: #322f6a;
	background:#dcc6f7;
	border-radius: 0px;
	width: calc(100% - 100px);
	padding: 15px 20px 15px 70px;
	margin: 5px;
	border:none;
}
.sbmt {
	display: inline-block;
	font-size: 20px;
	min-width: 180px;
	padding: 20px 20px;
	margin-left: 5px;
	text-align: center;
	color: #fff;
	background: #322f6a;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	transition: all 300ms;
}
.sbmt:hover {
	color: #322f6a;
	background: #dcc6f7;
	transition: all 300ms;
	
}





ul.pagination {
  list-style: none;
  margin:auto;
}
ul.pagination li {
  display: inline-block;
  padding: 2px;
}



td.inheader {
	background:#322f6a;
	font-weight: bold;
	text-align: center;
	font-size:20px;
	padding:15px 10px;
	color:#fff;
}

td.item {
	background:#dcc6f7;
	padding:8px 10px;
	color:#13131e;
	font-size: 22px;
}

td.items {
	background:#dcc6f7;
	padding:8px 15px;
	color:#e5c27c;
	font-size: 18px;
}
td.items:nth-child(2n) {
	background:#e5c27c;
	padding:8px 10px;
	color:#0c0c0c;
	font-size: 20px;
}

#a_menu ul li {
	list-style:none;
	margin: 0px 5px;
}
#a_menu ul li a {
	margin-top:5px;
	font-size:22px;
	color: #fff;
	text-decoration:none;
	text-transform: uppercase;
	display: block;
	height:55px;
	line-height:55px;
	text-align:left;
	padding-left:30px;
	background: #322f6a url("../images/arrow_m.png") no-repeat 90% 50%;
	border-radius: 0px;
	transition: background 250ms ease-in-out;
}
#a_menu ul li a:hover {
	margin-top:5px;
	font-size:22px;
	color: #1c1b31;
	text-decoration:none;
	text-align:left;
	padding-left:30px;
	background: #ceb3f5 url("../images/arrow_m2.png") no-repeat 90% 50%;
	transition: background 250ms ease-in-out;
}
#a_menu ul li a.current {
	margin-top:5px;
	font-size:22px;
	color: #322f6a;
	text-decoration:none;
	text-align:left;
	padding-left:30px;
	background: #ceb3f5 url("../images/arrow_m2.png") no-repeat 90% 50%;
	transition: background 250ms ease-in-out;
}

	footer {
	background: url("../images/footer_bg.png") no-repeat 50% 0%;
	width: 100%;
	min-height: 550px;
		padding-top: 150px;
	display: block;
		text-align: center;
}
.h_m {
	color: #fff;
	font-size: 30px;
	text-align: left;
}
.h_m2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	text-align: left;
}
.fmenu ul {
	display: block;
	text-align: left;
	padding-top: 20px;
	margin: 10px 20px 0px 0px;
}
.fmenu ul li {
	display: inline-block;
	list-style: none;
	height: 70px;
	line-height: 70px;
	text-transform: uppercase;
	padding: 0px 40px 0px 0px;
}
.fmenu ul li a {
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	font-size: 18px;
}

.fmenu ul li a:hover {
	color: #dcc6f7;
	text-decoration: none;
}
.footer_box {
	display:block;
	margin: 20px;
	float: left;
	max-width: 420px;
}
	.cert_box {
	background: #ffffff url(../images/cert_img.jpg) no-repeat 50% 0%;
	width: 262px;
	display: inline-block;
	margin: -50px auto 0px;
	float: none;
	padding-top: 250px;
		box-shadow: inset 0px 0px 40px rgba(19, 18, 40, 0.7);
	height: 141px;
	text-align: center;
	margin-bottom: 20px;
	transition: 500ms all;
}
	
.b1 {
	display: inline-block;
	text-align: center;
	background: url("../images/b1.png") no-repeat 50% 0px;
	padding-top: 172px;
	min-width: 380px;
	margin: 20px auto;
	color:#fff;
	font-size: 30px;
	text-transform: uppercase;
}
.b2 {
	display: inline-block;
	text-align: center;
	background: url("../images/b2.png") no-repeat 50% 0px;
	padding-top: 172px;
	min-width: 380px;
	margin: 20px auto;
	color:#fff;
	font-size: 30px;
	text-transform: uppercase;
}
.b3 {
	display: inline-block;
	text-align: center;
	background: url("../images/b3.png") no-repeat 50% 0px;
	padding-top: 172px;
	min-width: 380px;
	margin: 20px auto;
	color:#fff;
	font-size: 30px;
	text-transform: uppercase;
}
.b4 {
	display: inline-block;
	text-align: center;
	background: url("../images/b4.png") no-repeat 50% 0px;
	padding-top: 172px;
	min-width: 380px;
	margin: 20px auto;
	color:#fff;
	font-size: 30px;
	text-transform: uppercase;
}
.b5 {
	display: inline-block;
	text-align: center;
	background: url("../images/b5.png") no-repeat 50% 0px;
	padding-top: 172px;
	min-width: 380px;
	margin: 20px auto;
	color:#fff;
	font-size: 30px;
	text-transform: uppercase;
}
.b6 {
	display: inline-block;
	text-align: center;
	background: url("../images/b6.png") no-repeat 50% 0px;
	padding-top: 172px;
	min-width: 380px;
	margin: 20px auto;
	color:#fff;
	font-size: 30px;
	text-transform: uppercase;
}
.ref_img {
	display: block;
	background: url("../images/ref_img.jpg") no-repeat 50% 50%;
	background-size: contain;
	width: 100%;
	max-width: 586px;
	height: 100%;
	height: 401px;
	margin: 20px auto;
}
.ref_cont {
	display: block;
	margin-top: 120px;
}
.ref_rate {
	font-size: 150px;
	color: #dcc6f7;
	text-align: center;
	line-height: 150px;
}
.ref_info {
	display: block;
	width: 100%;
	max-width: 420px;
	text-align: center;
	font-size: 42px;
	color: #fff;
	height: 72px;
	line-height: 72px;
	margin: 10px auto;
	text-transform: uppercase;
	background: #322f6a;
}
.plan_box {
	display: inline-block;
	position: relative;
	width: 390px;
	min-height: 320px;
	margin-right: 5px;
	margin-bottom: 10px;
	background: linear-gradient(60deg, rgba(28,27,49, 1.0) 50%, rgba(62,40,89, 1.0));
	border: 2px solid #dcc6f7;
	padding-bottom: 10px;
	z-index: 0;
	transition: all 500ms;
	cursor: pointer;
}
.plan_box:hover {
	background: linear-gradient(120deg, rgba(28,27,49, 1.0) 50%, rgba(62,40,89, 1.0));
	border: 2px solid #6359b2;
	transition: all 500ms;

}
.plan_box:nth-child(3) {
	margin-right: 0px;
	
}
.plan_box:before {
	  position: absolute;
  content: '';
  top: -2px;
  left: calc(50%);
  transform: translate(-50%,0);
  height: calc(100% + 4px);
  width: calc(100% - 60px);
  background: linear-gradient(60deg, rgba(28,27,49, 1.0) 50%, rgba(62,40,89, 1.0));
  z-index: -1;
	transition: all 500ms;
	
}
.plan_box:after {
  position: absolute;
  content: '';
  top: 50%;
  left: -2px;
  transform: translate(0%,-50%);
  height: calc(100% - 60px);
  width: calc(100% + 4px);
  background: linear-gradient(60deg, rgba(28,27,49, 1.0) 50%, rgba(62,40,89, 1.0));
  z-index: -1;
	transition: all 500ms;
}
.plan_box:hover:before {
	  position: absolute;
  content: '';
  top: -2px;
  left: calc(50%);
  transform: translate(-50%,0);
  height: calc(100% + 4px);
  width: calc(100% - 100px);
  background: linear-gradient(120deg, rgba(28,27,49, 1.0) 50%, rgba(62,40,89, 1.0));
  z-index: -1;
	transition: all 500ms;
	
}
.plan_box:hover:after {
  position: absolute;
  content: '';
  top: 50%;
  left: -2px;
  transform: translate(0%,-50%);
  height: calc(100% - 100px);
  width: calc(100% + 4px);
  background: linear-gradient(120deg, rgba(28,27,49, 1.0) 50%, rgba(62,40,89, 1.0));
  z-index: -1;
	transition: all 500ms;
}

.p_name {
	text-align: center;
	font-size: 50px;
	color: #dcc6f7;
	margin: 10px auto 0px;
}
.p1 {
	display: block;
	margin: 0px auto;
	background: url("../images/p1.png") no-repeat 50% 50%;
	height: 100px;
	width: 100px;
}
.p2 {
	display: block;
	margin: 0px auto;
	background: url("../images/p2.png") no-repeat 50% 50%;
	height: 100px;
	width: 100px;
}
.p3 {
	display: block;
	margin: 0px auto;
	background: url("../images/p3.png") no-repeat 50% 50%;
	height: 100px;
	width: 100px;
}
.p_info_block {
	display: block;
	margin: 0px 38px;
	background: #dcc6f7;
	min-height: 120px;
}
.p_rate {
	font-size: 100px;
	color: #322f6a;
	line-height: 96px;
	font-weight: 500;
	text-align: center;
}
.p_details {
	display: block;
	background: #322f6a;
	color: #fff;
	text-align: center;
	font-size: 24px;
	margin-top: -15px;
	text-transform: uppercase;
}
.p_line {
	display: block;
	background: rgba(50,47,106, 0.1);
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding: 0px 20px;
	text-align: center;
	margin: 3px 38px;
	min-height: 30px;
	line-height: 30px;
}
.p_line:nth-child(2n) {
	display: block;
	background: rgba(50,47,106, 0.4);
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding: 0px 20px;
	margin: 3px 38px;
	min-height: 30px;
	line-height: 30px;
}
.stats_box {
	display: block;
	position: relative;
	width: calc(100% - 4px);
	min-height: 220px;
	margin-bottom: 10px;
	margin-top: 40px;
	background: linear-gradient(60deg, rgba(28,27,49, 1.0) 50%, rgba(62,40,89, 1.0));
	border: 2px solid #dcc6f7;
	z-index: 0;
}

.stats_box:before {
	  position: absolute;
  content: '';
  top: -2px;
  left: calc(50%);
  transform: translate(-50%,0);
  height: calc(100% + 4px);
  width: calc(100% - 60px);
  background: linear-gradient(60deg, rgba(28,27,49, 1.0) 50%, rgba(62,40,89, 1.0));
  z-index: -1;
	
}
.stats_box:after {
  position: absolute;
  content: '';
  top: 50%;
  left: -2px;
  transform: translate(0%,-50%);
  height: calc(100% - 60px);
  width: calc(100% + 4px);
  background: linear-gradient(60deg, rgba(28,27,49, 1.0) 50%, rgba(62,40,89, 1.0));
  z-index: -1;
}
.h_st2 {
	font-size: 36px;
	font-weight: 300;
	display: block;
	margin-top: -25px;
	height: 54px;
	line-height: 54px;
	width: 285px;
	text-align: left;
	margin-left: 40px;
	background: #1c1b31;
	padding-left: 20px;
	text-transform: uppercase;
}
.st_line {
	height: 38px;
	line-height: 38px;
	padding-left: 20px;
	width: calc(100% - 40px);
	max-width: 356px;
	display: inline-block;
	background: #322f6a;
	overflow: hidden;
	margin: 1px 10px;
}
.st_line2 {
	height: 38px;
	line-height: 38px;
	padding-left: 20px;
	width: calc(100% - 40px);
	max-width: 356px;
	display: inline-block;
	background: #dcc6f7;
	overflow: hidden;
	color: #151420;
	margin: 1px 10px;
}
.st_data {
	width: 120px;
	line-height: 38px;
	overflow: hidden;
	display: block;
	float: right;
}
.st_data2 {
	width: 120px;
		line-height: 38px;
	overflow: hidden;
	display: block;
	float: right;
}
.st_data_s {
	font-size: 10px;
}
.user_l {
	float: left;
	display: block;
	overflow: hidden;
	width: 110px;
	font-size: 22px;
}
.img_pp {
	display:block;
    margin-top:-28px;
	margin-left:63px;
	position: absolute !important;
	float: right;


}
#copy {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 27px;
}
.contact_box {
	margin-left: 40px;
}
.c_address {
	text-align: left;
	color: #fff;
	line-height: 35px;
}
	.mail {
		display: block;
		background: url("../images/mail_ic.png") no-repeat 0px 50%;
		padding-left: 35px;
	}
	.phone {
		display: block;
		background: url("../images/phone_ic.png") no-repeat 0px 50%;
		padding-left: 35px;
	}

.accbox {
	display: block;
	position: relative;
	width: calc(100% - 40px);
	min-height: 220px;
	padding-top: 20px;
	margin: 20px;
	background: linear-gradient(60deg, rgba(28,27,49, 1.0) 50%, rgba(62,40,89, 1.0));
	border: 2px solid #dcc6f7;
	z-index: 0;
}
.accbox table {
	width: calc(100% - 40px);
	margin: 20px;
}
.accbox table tr td {
	padding: 10px 20px;
	width: 200px;
	text-align: left;
}
.accbox table tr {
	display: block;
	background: rgba(70,53,158, 1.0);
	border-bottom: 2px solid transparent;
}
.accbox table tr:nth-child(2n) {
	display: block;
	background: rgba(70,53,158, 0.5);
	border-bottom: 2px solid transparent;
}
.accbox:before {
	  position: absolute;
  content: '';
  top: -2px;
  left: calc(50%);
  transform: translate(-50%,0);
  height: calc(100% + 4px);
  width: calc(100% - 60px);
  background: linear-gradient(60deg, rgba(28,27,49, 1.0) 50%, rgba(62,40,89, 1.0));
  z-index: -1;
	
}

@media only screen and (max-width : 1200px) {
	

#logo {
	display: block;
	background: url("../images/logo.png") no-repeat 50% 50%;
	height: 88px;
	margin: 17px auto;
	width: 325px;
}

.time_bar {
	display: block;
	position:  relative;
	left: 0;
	height: 43px;
	max-width: 220px;
	line-height: 43px;
	background: url("../images/clock_ic.png") 0px 50% no-repeat;
	padding-left: 40px;
	margin-top: 20px;
	text-align: left;
	color: #fff;
	font-size: 20px;
	margin: 20px auto 10px;
	text-transform: uppercase;
}
.acc_box {
	display: block;
	position: relative;
	right: 0;
	text-align: center;
	z-index: 100;
	margin-top: 40px;
	margin: 10px auto;
	min-width: 200px;
}
	
.flexslider {
  margin: 100px auto 0px;
  padding: 0;
}
}
@media only screen and (max-width : 830px) {
	header {
	min-height: 870px;
	display: block;
	position:relative;
	overflow: hidden;
	width: 100%;
	background: #4837a4;
	border-top: 3px solid #dcc6f7;
}
.img_about {
	display: block;
	float: none;
	width: calc(100% - 20px);
	max-width: 500px;
	margin: 10px auto;
}
#slogan {
	font-size: 30px;
	min-height: 76px;
	line-height: 76px;
	font-weight: 300;
	text-align: center;
	display: block!important;
	width: 100%!important;
	color: #fff;
	left: calc(50% - 271px);
	position: relative!important;
	bottom: 0!important;
	margin: 300px auto 10px!important;
	background: rgba(24,23,40, 0.53);
}
}


@media only screen and (max-width : 700px) {
.footer_box {
	display:block;
	margin: 40px auto;
	float: none;
	max-width: 420px;
}
}


@media only screen and (max-width : 650px) {

}
