/* --------------------------------------
=========================================
Adminkit - Multipurpose bootstrap 4.0 admin templates
Version: 1.0
Designed By: Arisezon
=========================================

/*----------------------------------------------------
	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;
}
h1 {
	font-size: 35px;
	font-weight: 400;
	margin-bottom: 20px;
}
h2 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #4c4b4b;
}
h2.sty1 {
	margin-bottom: 0px;
}
h2 span {
	color: #5867dd;
}
h3 {
	font-size: 16px;
	margin-bottom: 20px;
}
h4 {
	font-size: 15px;
	margin-bottom: 20px;
}
/* Logo */
.navbar-brand.logo {
	background: url(../images/logo.png) no-repeat center 12px;
}
.main-head {
	text-align: center;
	padding: 30px 0 0px 0;
	overflow: hidden;
	background: url(../images/header-bg.jpg) no-repeat center top;
}
img.m-bot {
	margin-bottom: -4px;
}
.demos h2 {
	font-size: 22px;
	margin-bottom: 20px;
}
.demo-links {
	margin-bottom: 40px;
}
.demo-links a {
	padding: 8px 32px;
	background: #3d74f1;
	background: -webkit-linear-gradient(90deg, #3d74f1, #9986ee);
	background: linear-gradient(-90deg, #3d74f1, #9986ee);
	color: #fff;
	border-radius: 50px;
	margin: auto;
	transition: all 0.3s ease-out 0s;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	outline: none;
	text-decoration: none;
}
.demo-links a:hover {
	background: #3d74f1;
	background: -webkit-linear-gradient(90deg, #9986ee, #3d74f1);
	background: linear-gradient(-90deg, #9986ee, #3d74f1);
	color: #fff;
	text-decoration: none;
}
.demo-img {
	box-shadow: 0 1px 2px rgba(0,0,0,0.20);
	border-radius: 3px;
	margin-bottom: 80px;
	padding: 5px 5px;
	transition: .5s;
}
.demos:hover .demo-img {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
	-moz-box-shadow: 0 20px 20px rgba(0,0,0,.1);
	webkit-box-shadow: 0 0 25px -5px #9e9c9e;
	box-shadow: 0 0 25px -5px #9e9c9e;
}
.col-6 {
	width: 50%;
	float: left;
}
.col-full {
	width: 75%;
	padding: 150px 0 20px 0;
	margin: auto;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-white {
	color: #fff;
}
.mb-6{
	margin-bottom:60px;
}
/*---------------------------------------------------
	SECTIONS
------------------------------------------------------*/
.section-lg {
	width: 100%;
	padding: 100px 0 80px 0;
	text-align: center;
}
.section-lg-one {
	width: 100%;
	padding: 80px 0 100px 0;
	background: #eaf0f5;
	text-align: center;
	overflow: hidden
}
.box-col {
	text-align: center;
	border: solid 1px #dbe2e9;
	padding:30px 0;
	margin-bottom:30px;
	border-radius:6px;
}
.box-col i {
	font-size: 45px;
	color: #5867dd;
}
.box-col h3 {
	font-size: 17px;
	margin: 10px 0 0 0;
	font-weight: 500;
}
.default-demo {
	width: 600px;
	margin: auto auto 50px auto;
}
.m-bot40 {
	margin-bottom: 45px;
	color: #2b2b2b;
	font-weight: bold;
}
.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;
}
}
