/* --------------------------------------
=========================================
Probe - Bootstrap Multipurpose HTML5 Template
Version: 1.0
Designed By: UXLiner
=========================================

/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/
body {
	font-family: 'Roboto', sans-serif;
	color: #656565;
	padding: 0;
	margin: 0;
	font-size: 14px;
}
a {
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	font-weight: 300;
	margin: 0;
}
h2 {
	color: #2b2b2b;
	font-weight: bold;
	font-size:30px;
	margin-bottom: 10px;
}
h5{
	color: #2b2b2b;
	font-weight: normal;
	font-size:15px;
	margin-bottom: 60px;
}
h5::after {
    border-top: 2px solid #4a90e2;
    content: "";
    display: block;
    margin: 6px auto 0;
    width: 40px;
}
h3 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}
h4 {
	font-size: 18px;
	font-weight: normal;
	color: #cacaca;
	margin-bottom: 50px;
}
h2 strong {
	color: #fff;
}
h1 {
	color: #222222;
	font-size: 50px;
}
.container {
	padding-left: 0;
	padding-right: 0;
	width: 94%;
	margin: auto;
}
.container1{
	padding-left: 0;
	padding-right: 0;
	width:1170px;
	margin: auto;
}
.header {
	background: url(../images/demo-screens.jpg) no-repeat center top;
	background-size: cover;
	text-align: center;
	padding: 30px 0 0px 0;
	overflow: hidden;
}
img.m-bot {
	margin-bottom: -4px;
}
.demo a {
	padding: 14px 25px;
	background: #4ac959;
	color: #fff;
	border-radius: 3px;
	margin: auto;
	transition: all 0.3s ease-out 0s;
	text-transform: uppercase;
}
.demo a:hover {
	background: #fff;
	color: #4ac959;
}
.demos a {
	padding: 12px 22px;
	background: #257fe8;
	color: #fff;
	border-radius: 3px;
	margin: auto;
	transition: all 0.3s ease-out 0s;
	text-transform: uppercase;
}
.demos a:hover {
	background: #fff;
	color: #257fe8;
}
.col-6 {
	width: 50%;
	float: left;
}
.col-full {
	width: 100%;
	padding: 50px 0;
	float: left;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
/*---------------------------------------------------
	SECTIONS
------------------------------------------------------*/
.section-lg {
	width: 100%;
	padding: 100px 0 80px 0;
	text-align: center;
}
.section-lg-one {
	width: 100%;
	padding: 40px 0 80px 0;
	background: #3e3e3e;
	text-align: center;
}
.default-demo {
	width: 600px;
	margin: auto auto 50px auto;
}
.m-bot40 {
	margin-bottom: 45px;
	color: #2b2b2b;
	font-weight: bold;
}
.m-top40 {
	margin-top: 40px;
}
.footer {
	padding: 70px;
	text-align: center;
}
.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;
	text-indent: -9999px;
	background: #4a90e2 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;
}
}
