/* Document */
html, body {
	width: 100%;
	height: 100%;
	background: rgb(65,67,70);
background: -moz-radial-gradient(center, ellipse cover,  rgba(65,67,70,1) 0%, rgba(29,34,39,1) 100%);
background: -webkit-radial-gradient(center, ellipse cover,  rgba(65,67,70,1) 0%,rgba(29,34,39,1) 100%);
background: radial-gradient(ellipse at center,  rgba(65,67,70,1) 0%,rgba(29,34,39,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414346', endColorstr='#1d2227',GradientType=1 );

}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	line-height: 1.8;
	color: #fff;
	overflow-x: hidden;
}
.mine{
	width :200px;
}
.dappr{
	width: 175px;
	margin-top: 45px;
	margin-bottom: 15px;
}
/* Heading */
h1, h2, h3 {
	font-family: 'Poppins', sans-serif;
	color: #ec2024;
	text-decoration: uppercase;
	font-weight: 700;
}
h1 {
    font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 28px;
	text-shadow: 2px 2px 4px #000;
}

/* Paragraph */
p {
	margin: 0px 0 5px;
}

/* Hyperlink */
a {
    color: #fff;
    text-decoration: underline;
}
a:hover,
a:focus {
    color: #ec2024;
}
a:focus {
    text-decoration: none;
}

/* Address */
address {
	line-height: 1.7;
}

/* List */
ul, ol {
	margin: 0 0 25px;
}

/* Lines */
hr {
	position: relative;
	margin: 40px 0;
	border-top-color: #ebeef0;
}
hr.space-top-small {
	margin-top: 10px;
}
hr.space-bottom-small {
	margin-bottom: 10px;
}

/* Images */
img[align="left"] {
	margin: 20px 30px 20px 0;
	max-width: 50%;
	height: auto;
	float: left;
}
img[align="right"] {
	margin: 20px 0 20px 30px;
	max-width: 50%;
	height: auto;
	float: right;
}

/* Text color */
.text-primary { color: #009530; }
.text-light { color: #9da3a3; }
.text-white { color: #fff; }
.text-danger { color: #da4e32; }

/* Text size */
.small { font-size: 90%; }
.smaller { font-size: 80%; }
.smallest { font-size: 70%; }

/* Background color */
.bg-primary { background-color: #000; }
.bg-white { background-color: #fff; }

/* Button */
.btn {
	padding: 12px 20px;
    font-weight: 600;
	text-decoration: none;
	border: 1px solid transparent;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
	border-color: transparent;
}
.btn.btn-primary {
	color: #fff;
	background-color: #000;
}
.btn.btn-primary:hover {
	border-color: transparent;
	background-color: #fff;
	color: #000;
}
.btn [class*="icon-arrow-"] {
	font-size: 14px;
	vertical-align: -1px;
	display: inline-block;
	transform: translateX(0);
	transition: transform .15s ease-in-out;
}
.btn:hover .icon-arrow-right {
	transform: translateX(3px);
}

/* Container */
.container {
	padding-left: 20px;
	padding-right: 20px;
}

/* Content */
.content-small {
	text-align: center;
	max-width: 600px;
}

/* Content padding */
.content-padding {
	padding-top: 30px;
	padding-bottom: 30px;
}
.content-padding h1:last-child,
.content-padding p:last-child,
.content-padding ul:last-child,
.content-padding ol:last-child {
	margin-bottom: 0;
}

/* Spacer */
.spacer {
	height: 30px;
	clear: both;
}
.spacer-lg {
	height: 60px;
	clear: both;
}
.spacer-sm {
	height: 15px;
	clear: both;
}
.spacer-xs {
	height: 5px;
	clear: both;
}

/* Row */
.row {
	margin-left: -20px;

	margin-right: -20px;
}
.row.gutter-small {
	margin-left: -10px;
	margin-right: -10px;
}
.row.gutter-xsmall {
	margin-left: -5px;
	margin-right: -5px;
}
.row.gutter-collapse {
	margin-left: 0;
	margin-right: 0;
}

/* Columns */
.row > [class*="col-"] {
	padding-left: 20px;
	padding-right: 20px;
}
.row.gutter-small > [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}
.row.gutter-xsmall > [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}
.row.gutter-collapse > [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

/* Wrapper */
.wrapper {
	width: 100%;
	height: 100%;
	font-size: 0;
	vertical-align: middle;
}
.wrapper:before {
	width: 0;
	height: 100%;
	vertical-align: middle;
	content: '';
	display: inline-block;
}

/* Main */
.main {
	width: 100%;
	font-size: 13px;
	vertical-align: middle;
	display: inline-block;
}

/* Logo */
.logo {
	position: relative;
	margin-top: 10px;
	width: 100%;
	float: left;
}
.logo img {
	max-width: 100%;
	height: auto;
}

/* Address */
.address a {
	color: #696d6e;
	white-space: nowrap;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
}

/* Extra large devices (extra large desktops, 1400px and up) */
@media (min-width: 1400px) {
	
}