

/* ==========================================================================
    01. GOOGLE FONTS
========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600&display=swap');

/* ==========================================================================
    02. DEFAULT CSS
========================================================================== */
body {
	color: #ffffff;
	font-size: 18px;
	line-height: 26px;
	background-color: #0b344f;
	font-family: 'Outfit', sans-serif;
	font-weight: 300;
	overflow: hidden;
}

::-moz-selection {
	color: #fff;
	text-shadow: none;
	background-color: #2e8c9c;
}

::selection {
	color: #fff;
	text-shadow: none;
	background-color: #2e8c9c;
}

.text-primary {
	color: #fff!important;
}
.text-beige {
color: #d0bc9a!important;
}
.text-azur {
color: #2e8c9c!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: 300;
}
p {
	margin: 0;
	padding: 0;
}
strong, .strong {
	font-weight: 600;
}

a {
	color: #2e8c9c;
	display: inline-block;
	transition: 1.25s cubic-bezier(.23,1,.32,1);
	-webkit-transition: 1.25s cubic-bezier(.23,1,.32,1);
	-moz-transition: 1.25s cubic-bezier(.23,1,.32,1);
	-ms-transition: 1.25s cubic-bezier(.23,1,.32,1);
	-o-transition: 1.25s cubic-bezier(.23,1,.32,1);
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: 0;
	color: #d0bc9a;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 36px;
	margin-bottom: 40px;
	padding-top: 0px;
	letter-spacing: 0.05em;
	font-weight: 300;
}
.text-transparent {
	opacity: 0.6;
}
.logo-az {
	margin-bottom: 20px;
	width: 280px;
}
.row-intro {
	padding-bottom: 160px;
}
.row-footer {
	margin: 0;
	font-size: 16px;
	line-height: 26px;
}
.logo-footer {
	padding-top: 15px;
	height: 100px;
}
.no-gutters {
	padding-left: 0;
	padding-right: 0;
}

/* -- preloader style start */
#preloader{width:100%;height:100vh;top:0;overflow:hidden;position:fixed;z-index:99999999;display:flex}#preloader::before,#preloader::after{position:absolute;content:"";width:100%;height:50%;background:#02070e;top:0;left:0;transition:.4s;-webkit-transition:height .4s;-moz-transition:height .4s;-ms-transition:height .4s;-o-transition:height .4s}#preloader::after{top:auto;bottom:0}#preloader.loaded::before,#preloader.loaded::after{height:0%}.scroll-static{position:relative;width:50%;height:1px;overflow:hidden;margin:auto;transition:all .8s;-webkit-transition:all .8s;-moz-transition:all .8s;-ms-transition:all .8s;-o-transition:all .8s;z-index:555}.scroll-static::before{position:absolute;content:"";width:0;height:100%;left:50%;background:#fff;animation:showLine 700ms ease-in-out 0s forwards;-o-animation:showLine 700ms ease-in-out 0s forwards;-webkit-animation:showLine 700ms ease-in-out 0s forwards;transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%)}@keyframes showLine{0%{width:0;opacity:0}100%{width:100%;opacity:1}}@-o-keyframes showLine{0%{width:0;opacity:0}100%{width:100%;opacity:1}}@-webkit-keyframes showLine{0%{width:0;opacity:0}100%{width:100%;opacity:1}}.scroll-static::after{position:absolute;content:"";width:100%;height:100%;left:-100px;top:0;animation:scroll-static 2s cubic-bezier(.86,0,.07,1) infinite;-o-animation:scroll-static 2s cubic-bezier(.86,0,.07,1) infinite;-webkit-animation:scroll-static 2s cubic-bezier(.86,0,.07,1) infinite;animation-delay:1200ms}@keyframes scroll-static{0%{left:-100%;background:#fff}100%{left:100%;background:#fff}}@-o-keyframes scroll-static{0%{left:-100%;background:#fff}100%{left:100%;background:#fff}}@-webkit-keyframes scroll-static{0%{left:-100%;background:#fff}100%{left:100%;background:#fff}}.scroll-static.loaded{width:100%;opacity:0}.scroll-static.loaded::after{opacity:0}
/* -- preloader style end */


/* ==========================================================================
   03. COMMON CSS
========================================================================== */
.section-standard {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.overlay {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}

.overlay::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-color: #000;
	top: 0;
	left: 0;
	opacity: .5;
	z-index: -1;
}


.section-standard > .container,
.section-standard > .container .row {
	height: 100%;
}
.hero {
	width:100%;
	height:100%;
	background-size: cover;
    object-fit: cover;
    background-position: center center;
    background-image:url(../img/background.jpg);
	position:absolute;
	top: 0;
	left: 0;
	/*animation: animatedBackground 20s ease-in;
	animation-fill-mode: forwards;*/
}

@keyframes animatedBackground {
	100% {
		transform:scale(1.15);
	}
}

.g-link {
	background-color: #fff;
	color: #000;
	height: 42px;
	line-height: normal;
	padding: 10px 20px;
	font-weight: 500;
	border: 0;
	outline: 0;
	margin-top: 10px;
}

.g-link.slide-vertical .char::after,
.g-link.slide-vertical .char::before {
	color: #000;
	transition: color .3s, transform .3s;
}

.g-link.slide-vertical:hover .char::after,
.g-link.slide-vertical:hover .char::before {
	color: #fff;
}

.g-link:hover {
	background-color: #000;
}

