/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1	Global Elements

#1	header
#2  demo
#3	why
#4  features
#5	testimonials
#6	footer

--------------------------------------------------------------*/




/*--------------------------------------------------------------
#0.1	Global Elements
--------------------------------------------------------------*/
.overlay {
	background-color: rgba(0, 0, 0, 0.45);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}


/*--------------------------------------------------------------
#1	header
--------------------------------------------------------------*/
header {
	background:#191919;
	background-size: cover;
	width: 100%;
	height: 710px;
	text-align: center;
	display: table;
	position: relative;
}

header .container {
	width: 100%;
	position: relative;
	z-index: 10;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}

header h1 {
	font-size: 77px;
	text-transform: capitalize;
	margin: -190px 0 25px;
	font-weight: 700;
	font-family: 'Roboto','Alegreya', sans-serif;
}

header p {
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.purches {
	display: block;
	width: 125px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff !important;
	text-transform: uppercase;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.purches span {
	background-color: #ec1c33;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	/* left: 0; */
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s linear;
	border-radius: 50px;
}

.purches .show-btn {
	/* left: 125px; */
}

.purches:hover .show-btn {
	background-color: #ffffff;
	left: 0;
    color: #000000 !important;
}

.purches:hover .hide-btn {
	left: -125px;
}


/*mouse-pointer*/
header .mouse {
	position: absolute;
	left: 50%;
	bottom: 80px;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

header .mouse a {
	display: inline-block;
	width: 35px;
	height: 90px;
	color: #ec1c33;
	border: 2px solid #fff;
	border-radius: 40px;
	position: relative;

}

@-webkit-keyframes mouse-animate {
	form { -webkit-transform: translateY(0); }
	to { -webkit-transform: translateY(20px); }
}
@keyframes mouse-animate {
	form { transform: translateY(0); }
	to { transform: translateY(20px); }
}

header .mouse i {
	display: block;
	margin-top: 30px;
	font-size: 22px;
	-webkit-animation: mouse-animate 1s alternate infinite;
	animation: mouse-animate 1s alternate infinite;
}

.navbar-default{
	display:table-caption;
	border:none;
	background:none;
	position:absolute;
	width:100%;
	z-index:999;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
	background: transparent none repeat scroll 0% 0%;
color: #40aaf9;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
		text-transform:uppercase;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
		text-transform:uppercase;
}

/*--------------------------------------------------------------
#2	demo
--------------------------------------------------------------*/
#demo {
	padding: 125px 0;
	background: #e6eded;
}

#demo .title , .features .title{
	text-align: center;
	position: relative;
	margin-bottom: 85px;
}

#demo .title h2, .features .title h2, .thanks .title h2, footer .top-info h2 {
	display: inline-block;
	font-size: 47px;
	text-transform: capitalize;
	margin: 0 0 5px;
	padding: 0 0 15px;
	position: relative;
	font-family: 'Roboto','Alegreya', sans-serif;
	font-weight: 700;
}

#demo .row > .col {
	margin-bottom: 55px;
}

#demo .thumbnail {
	border: 0;
	padding: 0;
	border-radius: 0;
	text-align: center;
	background:none;
}

#demo .thumbnail img {
	box-shadow: 0 0 3px rgb(0, 0, 0);
}

#demo .thumbnail h3 {	    font-family: 'Roboto', sans-serif;
	font-family: 'Roboto','Alegreya', sans-serif;
	font-size: 33px;
	margin-top: 40px;
	color: #fff;
	font-weight: 700;
}

#demo .thumbnail a {
	display: block;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#demo .thumbnail a:hover {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}

.red{
    color: red;
}

/*--------------------------------------------------------------
#3	why
--------------------------------------------------------------*/
#why {
	padding: 125px 0 0;
	background: #e6eded;
}

#why .title , .features .title{
	text-align: center;
	position: relative;
	margin-bottom: 85px;
}

#why .title h2, .why .title h2 {
	display: inline-block;
	font-size: 35px;
	text-transform: capitalize;
	margin: 0 0 5px;
	padding: 0 0 15px;
	position: relative;
	font-family: 'Roboto','Alegreya', sans-serif;
	font-weight: 700;
}

#why .row > .col {
	margin-bottom: 55px;
}

/*--------------------------------------------------------------
#4	features
--------------------------------------------------------------*/
.features {
	padding: 125px 0;
}

.features .title h2 {
	text-align: center;
	color: #000;
	font-size: 35px;
}

.features .thumbnail {
	min-height: 250px;
	max-height: 250px;
	text-align: center;
	border-radius: 0;
	padding: 50px 30px;
	margin-bottom: 30px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	border:none;
}

.features .thumbnail i {
	display: block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 40px;
	color: #ff0000;
	border-radius: 50%;
	margin: 0 auto;
}

.features .thumbnail i:before {
	margin: 0;
	font-size: 40px;
	color: #303030;
}

.features .thumbnail h3 {
	font-size: 15px;
	color: #000;
	line-height: 25px;
	text-transform: uppercase;
}

.features .thumbnail:hover {
	background-color: #f5f5f5;
}

.features .thumbnail:hover i {
	border-color: #a5a4a4;
}

/*--------------------------------------------------------------
#5	testimonials
--------------------------------------------------------------*/
.thanks {
	padding: 125px 0;
	text-align: center;
}

.thanks .title h2 {
	text-align: center;
	color: #fff;
	font-size: 35px;
}

.thanks .col > div {
	width: 70%;
	margin: 0 auto;
	padding: 65px 0;
}

.thanks .rating i {
	color: #f5d230;
	font-size: 18px;
}

.thanks .rating + p {
	font-size: 25px;
	margin: 0.5em 0;
	color: #fff;
}

.thanks .rating + p + span {
	font-size: 30px;
	color: #fff;
}

/*--------------------------------------------------------------
#6	footer
--------------------------------------------------------------*/
footer {
	text-align: center;
	color: #fff;
}

footer .top-info {
	background: url(../images/footer-banner.jpg) no-repeat 50% 50%;
	background-size: cover;
	padding: 80px 0;
	position: relative;
}

footer .top-info .conteinr {
	position: relative;
	z-index: 10;
}

footer .top-info h2 {
	font-size: 30px;
	text-transform: capitalize;
	margin: 0 0 1em;
}

footer .copyright {
	background-color: #0f151a;
	padding: 20px 0;
	color: #fff;
}

footer .copyright p {
	margin: 0;
}