* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	list-style: none;
	word-wrap: break-word;
}

body {
	color: #000;
	line-height: 1.3;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Rubik', sans-serif;
	overflow-x: hidden !important;
}

p {
	font-size: 15px;
	font-weight: 300;
	color: #7f7f7f;
	line-height: 1.6;
	margin: 0;
}

img {
	width: 100%;
	height: auto;
}

span,
a,
a:hover {
	display: inline-block;
	text-decoration: none;
	color: inherit;
}

ul,
li,
ol {
	margin: 0px;
	padding: 0px;
}

button:focus {
	outline: none !important;
}

body,
html {
	width: 100%;
	height: 100%;
}

.overlay-section {
	background-image: url("../img/back.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	height: 100%;
	position: relative;
}

.overlay-section::before {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.header-area {
	height: 100%;
}

.overlay-section {
	height: 100%;
}

.banner-content {
	position: relative;
	z-index: 2;
	display: table;
	min-height: 100%;
	height: 100%;
}

.inner-content {
	margin-top: 0;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.inner-content h1 {
	color: #ffffff;
	margin: 0px;
	font-size: 45px;
	padding-bottom: 20px;
}

.inner-content h1 span {
	color: #ccd100;
	font-weight: 700;
	font-size: 58px;
}

.inner-content p {
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 30px;
}

.btn-style-one {
	border: 2px solid #ccd100;
	text-transform: uppercase;
	color: #ccd100;
	padding: 11px 40px;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 16px;
}

.btn-style-one:hover {
	background: #ccd100;
	color: #191f1d;
}

footer {
	background: #111111;
	padding: 10px 0px;
}

.footer-content a {
	font-size: 38px;
	font-weight: 600;
	color: #ccd100;
}

.footer-content a span {
	color: #ffffff;
}

.footer-content li a {
	color: #ffffff;
	font-size: 22px;
	margin: 15px 15px;
}

.footer-content li a:hover {
	color: #ccd100;
}

.footer-content p {
	font-size: 14px;
}

/* Responsive Css */

@media (min-width: 768px) and (max-width: 991px) {
	.inner-content h1 {
		font-size: 24px;
	}

	.inner-content h1 span {
		font-size: 26px;
	}

	.inner-content p {
		font-size: 13px;
	}

	.btn-style-one {
		font-size: 13px;
		padding: 11px 18px;
	}

	.logo {
		margin-bottom: 15px;
	}
}

@media (max-width: 767px) {
	.inner-content h1 {
		font-size: 24px;
	}

	.inner-content h1 span {
		font-size: 26px;
	}

	.inner-content p {
		font-size: 13px;
	}

	.btn-style-one {
		font-size: 13px;
		padding: 11px 18px;
	}

	.logo {
		margin-bottom: 15px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {}