@import url("/newmoban/_external/_placeholders/empty.css");

@import url('/newmoban/_external/fonts.googleapis.com/css__q_family-Rubik-300-400-500-700-900.css');


body{
	margin: 0px;
	padding: 0px;
	font-family: 'Rubik', sans-serif;
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo202203/202203065/html/images/bg.jpg') no-repeat top center;
	background-size: cover;
	
}

.alltrans,
a, 
input[type="button"], 
input[type="submit"], 
button, 
table th, 
table td,
.navigation-menu > li > a span:after,
.btn,
.btn:after,
.section-title:after,
.service-icon,
.owl-dot,
.owl-nav > div,
.blog-img img,
.owl-nav > div:before,
.portfolio-box:after,
.portfolio-box img,
.portfolio-content {	
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
a {
	color: #e52225;
	text-decoration: none;
}
a:hover, 
a:focus {
	color: #e52225;
	outline: none;
	text-decoration: underline;
}
.link-dark {
	color: #0f0f0f;	
}
.link-dark:hover, .link-dark:focus {
	color: #e52225;
	text-decoration: none;
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
a:active {
	background-color: transparent;
}
}
strong {
	font-weight: 700;
}
small, 
.small {
	font-size: 85%;
}
sub, 
sup {
	font-size: 80%
}
p {
	margin: 0 0 20px;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	line-height: 1.3;
	margin: 0 0 15px;
	font-weight: 700;
	color: #0f0f0f;
	text-transform: capitalize;
	font-family: 'Rubik', sans-serif;
}
h1, 
h2 {
	font-size: 60px;
}
h3 {
	font-size: 30px;
	font-weight: 600;
}
h4 {
	font-size: 24px;
	font-weight: 600;
}
h5 {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 600;
}
h6 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
}

/*--- Subscribe ---*/


.page-sub{
	min-height: 100vh;
	max-height: 1000px;
	display: flex !important;
	padding: 0;
	margin: 0;
	border: 0;
	color: #fff;
	position: relative;
	align-items: center;
}

.parent-wrapper {
	position: relative;
	width: 400px;
	height: 270px;
	margin: 40px auto 0;
	background-image: url('/newmoban/_external/demo.mobanwang.com/mb/lo202203/202203065/html/images/dark_shapes.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position-y: -600%;
	background-color: #000;
	border-radius: 4px;
	color: #FFF;
	box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.5);
}

.close-btn {
	margin: 15px 20px;
	font-size: 18px;
	cursor: pointer;
	display: inline-block;
}

.subscribe-wrapper {
	position: absolute;
	left: -30px;
	right: -30px;
	height: 280px;
	padding: 30px;
	background-image: url('/newmoban/_external/demo.mobanwang.com/mb/lo202203/202203065/html/images/sub-img.png');
	background-position-x: 272%;
	background-position-y: -1px;
	background-repeat: no-repeat;
	background-color: #FFF;
	border-radius: 4px;
	color: #333;
	box-shadow: 0px 0px 60px 5px rgba(0, 0, 0, 0.4);
}

.subscribe-wrapper:after {
	position: absolute;
	content: "";
	right: -10px;
	bottom: 71px;
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffb33b;
}

.subscribe-wrapper h4 {
	text-align: center;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 28px;
}

.subscribe-wrapper p{
	font-size: 16px;
	font-weight: 300;
}

.subscribe-wrapper input {
	position: absolute;
	bottom: 30px;
	border: none;
	border-bottom: 1px solid #d4d4d4;
	padding: 10px;
	width: 65%;
	background: transparent;
	transition: all .25s ease;
}

.subscribe-wrapper input:focus {
	outline: none;
	border-bottom: 1px solid #ff5221;
}

.subscribe-wrapper .submit-btn {
	position: absolute;
	border-radius: 30px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	background: #ffb33b;
	background: -moz-radial-gradient(center, ellipse cover, #ff5221 0%, #ffb33b 100%);
	/* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ff5221), color-stop(100%, #ffb33b));
	/* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #ff5221 0%, #ffb33b 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #ff5221 0%, #ffb33b 100%);
	/* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #ff5221 0%, #ffb33b 100%);
	/* IE10+ */
	background: radial-gradient(ellipse at center, #ff5221 0%, #ffb33b 100%);
	/* W3C */
	background-size: 250% 250%;
	color: #FFF;
	padding: 12px 25px;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	right: -10px;
	bottom: 30px;
	cursor: pointer;
	transition: all .25s ease;
	box-shadow: -5px 6px 20px 0px rgba(51, 51, 51, 0.4);
}

.subscribe-wrapper .submit-btn:hover {
	background-color: #8e62dc;
}







