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

body {
	background:#fff;
	font-size:1.1rem;
	font-weight:300;
	color:#444;
	line-height:1.7;
	font-family: 'Inter', sans-serif;
}
@media (max-width: 767px) {
	body {
		font-size:16px;
	}
}
a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
strong {
	font-weight:700;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Lexend Peta', sans-serif;
	text-transform:uppercase;
	color:#000;
	font-weight:700;
	line-height:0.9;
}
h1 {
	font-size:5rem;
	margin-bottom:2.5rem;
	position:relative;
}
h1:after {
	width:50%;
	height:40px;
	display:block;
	 background: repeating-linear-gradient(
    -45deg,
    rgba(0,0,0,0) 0px,
    rgba(0,0,0,0) 10px,
    rgba(0,0,0,0.15) 10px,
    rgba(0,0,0,0.15) 20px
  );
	position:absolute;
	bottom:-10px;
	left:-30px;
	content:"";
}
h2 {
	font-size:3.5rem;
}
h3 {
	font-size:2.5rem;
}
h4 {
	font-size:2rem;
}
h5 {
	font-size:1.5rem;
	margin-bottom:1.6rem;
}
h6 {
	font-size:1rem;
}
@media (max-width: 767px) {
	h1 {
		font-size:2.2rem;
	}
	h2 {
		font-size:1.8rem;
	}
	h3 {
		font-size:1.5rem;
	}
	h4 {
		font-size:1.3rem;
	}
	h5 {
		font-size:1.15rem;
	}
	h6 {
		font-size:0.9rem;
	}
}
nav {
	z-index:1;
}
nav.navbar {
	background: 
  linear-gradient(
    to bottom,
    rgba(0,0,0,1),
    rgba(0,0,0,0)
  );
	padding:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:1000;
	font-family: 'Lexend Peta', sans-serif;
	font-weight:700;
}
@media (max-width: 991px) {
	nav.navbar {
		background: repeating-linear-gradient(
    -45deg,
    #000 0px,
    #000 10px,
    #111 10px,
    #111 20px
  );
	}
}
#menu-color {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#menu-color.change-color {
	 background: repeating-linear-gradient(
    -45deg,
    #000 0px,
    #000 10px,
    #111 10px,
    #111 20px
  );
}
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1.5vw;
		padding-left: 1.5vw;
	}
}
a.nav-link {
	color:rgba(255,255,255,0.75);
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:0.05rem;
	font-size:17px;
}
a.nav-link:hover {
	color:rgba(255,255,255,1);
}
a.navbar-brand {
	position:relative;
	z-index:2;
	padding:0 2rem;
	margin:0;
}
@media (max-width: 767px) {
	 a.navbar-brand {
		padding:0;
	}
}
a.navbar-brand img {
	width:100%;
	height:auto;
	z-index:3;
	position:relative;
	padding:1rem;
	max-width:150px;
}
header {
	height:700px;
	background:#131d2a;
	color:#fff;
	overflow:hidden;
	position:relative;
	z-index:1
}
header .row {
	height:700px;
    width: 100%;
}
header.small-header {
	height:320px;
}
.header-image:before {
	width:100%;
	height:100%;
	background:linear-gradient(rgba(0,0,0,0.25), rgba(19,29,42,1));
	content:"";
	top:0;
	left:0;
	position:absolute;
	display:block;
	z-index:3;
}
.header-image {
	z-index:2;
	position:absolute;
	width:100%;
	height:100%;
}
@keyframes fadeInAnimation2 { 
    0% { 
        opacity: 0;
		transform:scale(1.1);
    } 
    100% { 
        opacity: 1; 
		transform:scale(1);
     } 
} 
.header-image {
	animation: fadeInAnimation2 ease 4s;
    animation-iteration-count: 1; 
    animation-fill-mode: forwards; 
}
.header-image img {
	object-fit: cover;
	width:100%;
	min-height:700px;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}
.header-caption {
	width:100%;
	z-index:3;
	margin: 0;
    padding-left: 20px;
	padding-right:0;
}
header h1 {
	font-size:8vw;
	letter-spacing:0rem;
	word-spacing: 100vw;
}
@media (max-width:575px) {
	header {
		height:500px;
	}
	.header-image img {
		min-height:500px;
	}
	header h1 {
		font-size:2.5rem;
	}
}
@media (min-width: 992px) {
	.mega-menu-wrap {
		padding-right:2rem !important;
	} 
}
.breadcrumbs {
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:0.05rem;
}
.breadcrumbs a {
	color:#fff;
}
footer {
	background: repeating-linear-gradient(
    -45deg,
    #000 0px,
    #000 10px,
    #111 10px,
    #111 20px
  );
	text-align:left;
	padding:100px 0;
	color:#fff;
	font-size:14px;
	line-height:2;
}
footer img {
	max-width:150px;
	height:auto;
}
footer h6 {
	color:#fff;
	margin-bottom:2rem;
}
@media (max-width:575px) {
	footer img {
		display:none;
	}
	footer h6 {
		margin-top:3rem;
	}
}
footer ul {
	margin:0;
	padding:0;
	list-style:none;
	font-weight:700;
}
footer a {
	color:#fff;
	text-decoration:none;
	border-bottom:2px solid rgba(255,255,255,1);
}
footer a:hover {
	color:#fff;
	text-decoration:none;
	border-bottom:2px solid rgba(255,255,255,0);
}
.copyright {
	font-size:12px;
}
footer hr {
	margin-top:5rem;
	background:#fff;
	height:1px;
}
footer strong {
	font-weight:700;
}