body, html {
	height: 100%;
}

html {
	padding: 0;
	margin: 0;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: 400;
	color: #414042;
	font-family: 'Lato', sans-serif;
	overflow-x: hidden;
    background: #000300;
	overflow-y: hidden;
}

@font-face {
    font-family: 'akrobatblack';
    src: url('../fonts/akrobat-black.woff2') format('woff2'),
         url('../fonts/akrobat-black.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
}

p {
	line-height: 1.6;
	margin: 0 0 1.8em 0;
	font-size: 0.9em;
}

a, button {
	outline: none;
	transition: all 0.5s ease-out;
}


button, .btn-primary {
	border-style: solid;
	border-width: 2px;
	border-color: rgb(236, 236, 236);
	background: -moz-linear-gradient(top, rgba(74, 18, 30, 0.6) 0%, rgba(127, 32, 52, 0.63) 100%);
	background: -webkit-linear-gradient(top, rgba(74, 18, 30, 0.6) 0%, rgba(127, 32, 52, 0.63) 100%);
	background: linear-gradient(to bottom, rgba(74, 18, 30, 0.6) 0%, rgba(127, 32, 52, 0.63) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#994a121e', endColorstr='#a17f2034', GradientType=0);
	padding: .5em 2em;
	transition: opacity ease-in-out 0.5s;
	color: #fff;
	border-radius: 20em;
	font-size: 1em;
	box-shadow: none !important;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

button:hover, .btn-primary:hover, button:focus, .btn-primary:focus {
	border-color: rgb(236, 236, 236) !important;
}

img {
	max-width: 100%;
}
.d-none{
	display: none;
}

.transition {
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 21;
	top: 0;
	background: #ffffffa3;
	transition: opacity ease-in-out 0.5s, z-index ease-in-out 0.5s;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
}

.transition.hide {
	opacity: 0;
	z-index: -1;
	display: none;
}
.container{
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}
.header_section{
	width: 100%;
	display: inline-block;
	padding: 0 0 0 0;
	text-align: center;
	/* background: url(../images/hero_banner.jpg) no-repeat; */
	background-size: 100% 100%;
	height: 100vh;
	position: relative;
}
.caption {
    display: inline-block;
    position: absolute;
    left: 6em;
    top: 35%;
    transform: translateY(-45%);
    text-align: left;
    background: url(../images/title-bg.png)no-repeat left 95px;
}
.caption h1{
	width: 100%;
	display: inline-block;
	padding: 0 0 0 0;
	font-family: 'akrobatblack';
	color: #fff;
	font-size: 5.700em;
	text-transform: uppercase;
	margin: 0;
	line-height: 1;
}
.caption h2{
	width: 100%;
	display: inline-block;
	padding: 0 0 0 0;
	font-family: 'akrobatblack';
	color: #fff;
	font-size: 4.650em;
	text-transform: uppercase;
	margin: 0;
	line-height: 1;
}

.caption .btn-primary {
    background: rgba(254,195,1,1);
background: -moz-linear-gradient(top, rgba(254,195,1,1) 0%, rgba(211,95,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,195,1,1)), color-stop(100%, rgba(211,95,0,1)));
background: -webkit-linear-gradient(top, rgba(254,195,1,1) 0%, rgba(211,95,0,1) 100%);
background: -o-linear-gradient(top, rgba(254,195,1,1) 0%, rgba(211,95,0,1) 100%);
background: -ms-linear-gradient(top, rgba(254,195,1,1) 0%, rgba(211,95,0,1) 100%);
background: linear-gradient(to bottom, rgba(254,195,1,1) 0%, rgba(211,95,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec301', endColorstr='#d35f00', GradientType=0 );
    padding: 0.4em 1.4em;
    color: #fff;
    border-radius: 20em;
    font-size: 1.4em;
    box-shadow: none !important;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out !important;
    border: 0;
    text-decoration: none;
    margin: 1em 0 0 0;
    color: #000000;
    line-height: 1;
    text-transform: uppercase;
	float: left;
}
.caption .btn-primary img{
	width: 20% !important;
}
.caption .btn-primary:hover {
	background: #fff;
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out !important;
}
.caption .btn-primary span {
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    font-weight: 600;
    float: left;
}
.caption .btn-primary strong {
    font-size: 1.565em;
    font-family: 'akrobatblack';
    line-height: 0.7em;
}
.caption .btn-primary img {
    padding: 0.2em 0.5em 0.2em 0;
    float: left;
    width: 2.1em;
}

.footer_wrapper {
    width: 100%;
    display: inline-block;
    padding: 0 0 1.5em 6em;
    position: fixed;
    left: 0;
    bottom: 0;
	z-index: 9;
}
.footer {
    width: 100%;
    display: flex;
    padding: 0 0 0 0;
    align-items: center;
    justify-content: flex-start;
}
.footer .logo {
    width: auto;
    display: inline-block;
}
.footer h3 {
    display: inline-block;
	margin: 0;
	font-size: 2.000em;
	line-height: 1;
	color: #fff;
	font-weight: 600;
	padding: 0 2em 0 1em;
}
.footer .social {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0 0em 0 2em;
}
.footer .social li{
    display: inline-block;
	padding: 0 0.3em 0 0.3em;
}
.whatsapp {
    display: inline-block;
    border-left: 0.1em solid #fff;
    padding: 0em 1.5em;
    font-size: 1.1em;
    color: #f2aa00;
    font-weight: 600;
    margin-right: 1.5em;
    line-height: 1.1;
}
.whatsapp a {
    font-size: 1.5em;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    display: inherit;
	text-decoration: none;
}
.whatsapp a:hover {
    color: #f2aa00;
}
.whatsapp:last-child{
	margin-right: 0;
}
.copyright {
    width: 100%;
    display: inline-block;
    padding: 0.5em 0 0 0;
    text-align: left;
}
.copyright p{
    display: inline-block;
    padding: 0 2em 0 0;
	margin: 0;
	font-size: 1em;
	color: #fff;
	font-weight: 500;
}
.footer-menu{
	width: auto;
	list-style-type: none;
	margin: 0 0 0 2em;
	padding: 0 0;
	display: inline-block;
}
.footer-menu li{
display: inline-block;
font-size: 1em;
color: #fff;
font-weight: 400;
text-decoration: none;
padding: 0 0.3em;
}
.footer-menu li a{
	text-decoration: none;
	color: #fff;
}
.footer-menu li a:hover{
	color: #f2aa00;
}
.owl-nav, .owl-dots {
    display: none;
}
.owl-carousel .owl-stage-outer {
    height: 100vh;
}


@media only screen and (max-width: 1680px) {
	body {
	  font-size: 17px;
	}
	.caption {
		background: url(../images/title-bg.png)no-repeat left 82px;
	}
	.caption .btn-primary img {
		width: 22% !important;
	}
}
@media only screen and (max-width: 1600px) {
	body {
	  font-size: 15px;
	}
	.caption {
		background: url(../images/title-bg.png)no-repeat left 72px;
	}
	.footer .social li img {
		width: 40px;
	}
	.copyright {
		padding: 1em 0 0 0;
	}
}
@media only screen and (max-width: 1440px) {
	body {
	  font-size: 13px;
	}
	.footer .social li img {
		width: 38px;
	}
	.footer .logo img {
		width: 78%;
	}
	.caption {
		background: url(../images/title-bg.png)no-repeat left 62px;
		background-size: 23%;
	}
	.footer .logo {
		width: 20%;
		display: inline-block;
	}
	.footer .logo img{
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) {
	body {
	  font-size: 12px;
	}
}
@media only screen and (max-width: 1199px) {
	body {
	  font-size: 9px;
	}
	.whatsapp {
		line-height: 2;
	}
	.footer .social li img {
		width: 32px;
	}
	.whatsapp a {
		font-size: 1.3em;
	}
	.whatsapp {
		font-size: 1.5em;
	}
	.footer .logo img {
		width: 100%;
	}
	.footer h3 {
		line-height: 1.4;
	}
}
@media only screen and (max-width: 991px) {
	
	.header_section{
	}
	.caption .btn-primary {
		font-size: 1.4em;
		float: none;
		display: inline-block;
		line-height: 1.3;
	}
	.caption .btn-primary {
		font-size: 2em;
		float: none;
		display: inline-block;
	}
	.caption {
		bottom: 30%;
		transform: translateY(-37%);
		top: auto;
		background: url(../images/title-bg.png)no-repeat center 52px;
		text-align: center;
		background-size: 33%;
		left: 0;
	}
	.caption h1 {
		font-size: 6.700em;
	}
	.caption h2 {
		font-size: 5.650em;
	}
	.footer {
		justify-content: center;
	}
	.whatsapp {
		display: none;
	}
	.copyright {
		padding: 2em 0 1em 0;
		text-align: center;
	}
	.d-none{
		display: block;
	}
	.hero-slider.desktop{
		display: none;
	}
	.footer_wrapper {
		padding: 0 0 1.5em 0em;
	}
	.caption h1 {
		padding: 0.3em 0 0 0;
	}
}
@media only screen and (max-width: 767px) {
	.footer .logo {
		width: 40%;
		padding-right: 1em;
	}
	.footer .logo img {
		width: 100%;
	}
	.footer {
		justify-content: center;
		flex-wrap: wrap;
	}
	.footer h3 {
		padding: 0 0em 0 1em;
	}
	.copyright p {
		padding: 0 0 0.5em 0;
		font-size: 1.5em;
	}
	.footer-menu {
		margin: 0;
		padding: 0;
	}
	.footer-menu li {
		font-size: 1.5em;
	}
	.footer .social {
		padding: 1.5em 0em 0 0;
	}
	.copyright {
		padding: 1.5em 0 0 0;
	}
	.caption h1 {
		font-size: 5em;
	}
	.caption h2 {
		font-size: 4.65em;
	}
	.caption .btn-primary {
		font-size: 1.6em;
	}
	.caption .btn-primary img {
		width: 2.5em;
	}
	.footer_wrapper {
		padding: 0 0 2.5em 0;
	}
	.caption {
		bottom: 20%;
		transform: translateY(-20%);
		background: url(../images/title-bg.png)no-repeat center 46px;
		text-align: center;
		left: 0;
		background-size: 35%;
	}

}
@media only screen and (max-width: 320px) {
	.caption .btn-primary {
		font-size: 1.3em;
		width: 40%;
	}
	.caption h2 {
		font-size: 2.8em;
	}
	.caption h1 {
		font-size: 3em;
	}
	.footer-menu li {
		font-size: 1.3em;
	}
	.copyright p {
		font-size: 1.3em;
	}
	.footer .social li img {
		width: 28px;
	}
	.footer h3 {
		font-size: 1.9em;
	}
	.footer .logo {
		width: 35%;
	}
	.footer .social {
		padding: 0.5em 0em 0 0;
	}
	.copyright {
		padding: 0.5em 0 0 0;
	}
	.caption {
		bottom: 30%;
		transform: translateY(-20%);
		background: url(../images/title-bg.png)no-repeat center 25px;
		text-align: center;
		left: 0;
		background-size: 35%;
		top: auto;
	}
	.caption .btn-primary img {
		width: 20% !important;
	}

}
