/* --------------------------------------
=========================================
Xtreamer - Bootstrap 4 Admin Dashboard Template
Version: 1.0
Designed By: UXLiner
=========================================

/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/
body {
	font-family: 'Poppins', sans-serif;
	color: #656565;
	padding: 0;
	margin: 0;
	font-size: 14px;
}
a, a:hover {
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 300;
	margin: 0;
	line-height: 1.6;
}
h2 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #4c4b4b;
}
h2.sty1 {
	margin-bottom: 0px;
}
h2 span {
	color: #5867dd;
}
h3 {
	font-size: 18px;
	margin-bottom: 50px;
}
h4 {
	font-size: 15px;
	margin-bottom: 50px;
}
.header {
	text-align: center;
	padding: 30px 0 0px 0;
	overflow: hidden;
	background:url(../images/mountain-sky-nature.jpg) no-repeat center top;
}
img.m-bot {
	margin-bottom: -4px;
	width: 100%;
}
.demo a {
	padding: 12px 30px;
	background: #04c1c4;
	color: #fff;
	border-radius: 5px;
	margin: auto;
	transition: all 0.3s ease-out 0s;
	text-transform: uppercase;
}
.demo a:hover {
	background: #02aaad;
	color: #fff;
}
.demos a {
	padding: 12px 30px;
	background: #716aca;
	color: #fff;
	border-radius: 3px;
	margin: auto;
	transition: all 0.3s ease-out 0s;
	text-transform: uppercase;
}
.demos a:hover {
	background: #4353d0;
	color: #fff;
}
.col-6 {
	width: 50%;
	float: left;
}
.col-full {
	width: 75%;
	padding: 100px 0 50px 0;
	margin: auto;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
/*---------------------------------------------------
	divS
------------------------------------------------------*/
.div-lg {
	width: 100%;
	padding: 100px 0 80px 0;
	text-align: center;
}
.div-lg-one {
	width: 100%;
	padding: 80px 0 100px 0;
	background: #f5f7f8;
	text-align: center;
	overflow: hidden
}
.box-col {
	text-align: center;
	border: solid 1px #dbe2e9;
	padding: 60px 0;
	border-radius: 10px;
}
.box-col i {
	font-size: 45px;
	color: #716aca;
}
.box-col h3 {
	font-size: 17px;
	margin: 10px 0;
	font-weight: 500;
}
.default-demo {
	width: 600px;
	margin: auto auto 50px auto;
}
.m-bot40 {
	margin-bottom: 45px;
	color: #2b2b2b;
	font-weight: bold;
}
.mbt3{
	margin-bottom:30px;
}
.m-top40 {
	margin-top: 60px;
}
.footer {
	padding: 70px;
	text-align: center;
	background: #2f3742;
	color: #7e8288;
}
.footer.container {
	text-align: center;
}
.uppercase {
	text-transform: uppercase;
}
/* scroll up */
.scrollup {
	width: 40px;
	height: 40px;
	opacity: 1;
	position: fixed;
	bottom: 22px;
	right: 20px;
	display: none;
	border-radius:5px;
	text-indent: -9999px;
	background: #5867dd url(../images/scroll-top-arrow.png) no-repeat 15px 14px;
	z-index: 999;
}
 @media only screen and (min-width: 1000px) and (max-width: 1169px) {
.header {
	padding: 130px 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
.header {
	padding: 120px 0;
}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
.header {
	padding: 100px 0;
}
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
.header {
	padding: 70px 0;
}
}
@media only screen and (max-width: 479px) {
.header {
	padding: 100px 0;
}
}
