@charset "UTF-8";

/*Google Fonts*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600,700,800&display=swap');

body {
	background-color: #323232;
	font-family: 'Poppins', sans-serif;
}
::-moz-selection {
 background-color: #cfa144!important;
 color: #ffffff!important;
}
::selection {
	background-color: #cfa144!important;
	color: #ffffff!important;
}
.header-intro {
    padding: 65px 0;
    margin-bottom:0px;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
}
.header-intro .intro-title {
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    letter-spacing: 2px;
    color: #fa5b0f;
	margin-top:0;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 800;
}
.header-intro .intro-description {
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 1.6;
    color: #ffffff;
    font-size: 20px;
}
.banner {
	background: #292929 url(../images/landing_2.html) center top no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.banner .content {
	background-color: rgba(17,17,17,.95);
	padding: 30px 0;
	width: 100%;
}
.banner h1 {
	font-size: 20px;
	line-height: 1.5;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 2px;
	display: inline;
	border: 1px solid #ffb400;
	padding: 8px 20px;
}
.banner h2 {
	color: #ffffff;
	font-weight: 400;
}
.banner img {
	padding: 10px;
	border: 2px solid #555555;
	margin-bottom: 20px;
}
.bg_container {
	border-radius:20px;
	overflow:hidden;
	position:relative;
	box-shadow:0 10px 20px rgba(0, 0, 0, 0.2)
}
.bg_container h2{
	position: absolute;
	text-align: center;
	width: 100%;
	color: #ffffff;
	bottom: 0;
	z-index:9;
}
.bg_container:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: -webkit-linear-gradient(top, rgba(255,0,0,0), rgba(0,0,0,1));
    background: -o-linear-gradient(bottom, rgba(255,0,0,0), rgba(0,0,0,1));
    background: -moz-linear-gradient(bottom, rgba(255,0,0,0), rgba(0,0,0,1));
    background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,1));
    background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,1));
    width: 100%;
    height: 70%;
    z-index: 1;
}
.demo .btn {
	font-size: 16px;
	line-height: 40px;
	padding: 0;
	font-weight: 500;
	background-color: #fa5b0f;
	color: #ffffff !important;
	text-transform: uppercase;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
	display: block;
	margin: 0 auto;
	box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
	border-radius: 30px;	
}
.demo .btn:hover {
	background-color: #424242 !important;
}
.demo {
	padding: 80px 0 40px;
	background: #ffffff;
}
h2 {
	font-size: 18px;
	line-height: 1.4;
	color: #363636;
	font-weight: 500;
	text-transform: capitalize;
	text-align: center;
	margin: 20px 0 20px;
}
.heading {
	font-size: 30px;
	margin-bottom: 80px;
	font-weight: 700;
}
.anchor {
	margin-bottom: 40px;
}
.footer_copyright {
	background-color: #222222;
	padding: 30px 10px;
}
.footer_copyright h5 {
	font-size: 15px;
	line-height: 1;
	color: #f9f9f9;
	font-weight:500;
	text-transform: capitalize;
	margin-top: 0;
	margin-bottom: 0px;
}
.footer_copyright h6 {
	font-size: 11px;
	line-height: 15px;
	color: #888888;
	text-transform: capitalize;
	letter-spacing: 2px;
}
.footer_copyright a, .footer_copyright .heart {
	color: #ffb400;
}
@media (max-width: 767px) {
.header-intro .intro-description {
    line-height: 1.6;
    font-size: 18px;
	padding-left:15px;
	padding-right:15px;
}
.demo {
	padding: 50px 0 25px;
	background: #ffffff;
}
}