@charset "utf-8";
/* CSS Document */

@import url('../../../../css2');
/* font-family: 'Montserrat', sans-serif; */

body {
	font-family: 'Montserrat', sans-serif;
}
img {
	max-width: 100%;
}
/* --- Top Scroll --- */
.scroll-top {
	display: none;
	position: fixed;
	bottom: 2px;
	text-align: center;
	right: 2%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
	background-color: #000;
	text-decoration: none;
	border-radius: 100%;
	z-index: 9999;
}
.scroll-top:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: #a50042;
}
.screens-header {
	padding: 150px 0px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,333333+100 */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, #000000 0%, #333333 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #000000 0%, #333333 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #000000 0%, #333333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333', GradientType=0 ); /* IE6-9 */
}
.screens-header .title {
	color: #000;
	font-size: 40px;
	font-weight: 600;
}
.screen-thum-box {
	box-shadow: 0 22px 70px rgba(0,0,0,.13);
	width: 100%;
	display: inline-block;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.screen-thum-box .thum-title {
	width: 100%;
	display: inline-block;
	color: #000;
	padding: 20px 10px;
	font-size: 15px;
	font-weight: 600;
	border-top: 1px solid #eee;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.screen-thum-box:hover {
	box-shadow: 0 20px 8px rgba(0,0,0,.06);
	transform: translateY(-5px);
}
.screen-thum-box:hover .thum-title {
	color: #fff;
	background-color: red;
}
.feature-title {
	font-size: 30px;
	font-weight: 600;
}
.feature-box {
	text-align: center;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.feature-box h3 {
	margin-bottom: 0;
	font-size: 16px;
	margin-top: 25px;
	font-weight: 500;
}
.feature-box:hover {
	background: #fff;
	-webkit-box-shadow: 0 -2px 20px 0 rgba(0,0,0,.06);
	box-shadow: 0 -2px 20px 0 rgba(0,0,0,.06);
}
