@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff



******************************/

/*********************************
2. Body and some general stuff
*********************************/

:root
{
	--primaryfont: "Inter", sans-serif;
	--secondaryfont: "Josefin Sans", sans-serif;
	--tertiaryfont: "Gentium Plus", serif;
	--white: #ffffff;
	--black: #0b0d17;
	--fontColor: #5a607a;
	--accent1: #ffcc5f;
	--accent2: #998967;
	--background-dark: #1a1a1e;
	--textColor: #000000;
	--hColor: #000000;
}
*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html
{
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
body
{
	font-family: var(--primaryfont);
	font-size: 16px;
	font-weight: 400;
	background: var(--white);
	color: var(--textColor);
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
	padding-left: 0;
}
p
{
	font-family: var(--primaryfont);
	font-size: 16px;
	line-height: 1.62;
	font-weight: 300;
	color: var(--fontColor);
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	margin-bottom: 0;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
::selection
{
	background: #998967; /* WebKit/Blink Browsers */
}
::-moz-selection
{
	background: #998967; /* Gecko Browsers */
}
h1{font-size: 62px;}
h2{font-size: 45px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	font-family: var(--primaryfont);
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	line-height: 1.2;
	margin-bottom: 0;
	color: var(--black);
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
img
{
	max-width: 100%;
}
button:active
{
	outline: none;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.parallax_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.background_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.nopadding
{
	padding: 0px !important;
}
.owl-carousel,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item
{
	height: 100%;
}
.slide
{
	height: 100%;
}
.visually-hidden
{
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
	white-space: nowrap;
}
html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

/*********************************
3. Menu
*********************************/

.menu_container
{
	position: absolute;
	top: 55px;
	right: 47px;
	width:80px;
    height:41px;
	z-index: 9000 !important;
}
.menu_container_fixed
{
	position: fixed !important;
}
.onclick_menu
{
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	width: 80px;
	height: 41px;
	outline: 0;
	z-index: 50;
}
.hamburger
{
	width: 60px;
	height: 21px;
	margin: 10px;
}
.onclick_menu:hover
{
	cursor: pointer;
}
.onclick_menu:hover > .hamburger > #menu_line_1, 
.onclick_menu:hover > .hamburger > #menu_line_2, 
.onclick_menu:hover > .hamburger > #menu_line_3
{
	width: 100% !important;
	background-color: #000000;
}
.menu_line
{
	background-color: #000000;
	height: 3px;
	float: right;
	margin-bottom: 3px;
	display: inline-block;
	-webkit-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_container.light .menu_line
{
	background-color: #ffffff;
}
.menu_container.menu_white .menu_line
{
	background-color: #ffffff !important;
}
#menu_line_1
{
	width: 80%;
	margin-top: 3px;
}
#menu_line_2
{
	width: 40%;
}
#menu_line_3
{
	width: 61%;
}
.main_menu_container
{
	display: block;
	position: fixed !important;
	top: 0;
	right: -450px;
	width: 450px;
	height: 100vh;
	background: transparent;
	z-index: 10001 !important;
	overflow-y: auto !important;
    overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
    overscroll-behavior: contain !important;
}
.main_menu_container_inner
{
	display: block;
	position: relative;
	width: 100%;
	/* height: 100%; */
	min-height: 100%;
	/* background-color: var(--black); */
	padding-bottom: 110px;
}
.menu_inner_bcg_container
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.menu_inner_bcg
{
	width: 100%;
	height: 100%;
}
.menu_bcg
{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.rect
{
	width: 100%;
	height: 10%;
	background: #151515;
	right: -450px;
	opacity: 0;
	z-index: -1;
	pointer-events: none;
}
.main_menu
{
	display: block;
	width: 100%;
	height: auto;
	text-align: left;
	padding-top: 40px;
	z-index: 75000 !important;
}
.main_menu ul
{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.main_menu ul li
{
	display: block;
	position: relative;
}
.main_menu_item
{
	display: block;
	position: relative;
}
.main_menu ul li a
{
	display: block;
	position: relative;
	font-family: var(--primaryfont);
	font-size: 24px;
	line-height: 1.85;
	font-weight: 500;
	color: #F7F7F7;
	padding-left: 28px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main_menu ul li a::after
{
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -10px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--accent1);
	content: '';
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_menu ul li a:hover::after
{
	right: 32px;
	opacity: 1;
}
.main_menu ul li a:hover,
.main_menu ul li:first-child a
{
	color: #FFCC5F !important;
}
.main_menu ul li:hover a
{
	color: #666666;
	letter-spacing: 1px;
}
.menu_header
{
	width: 100%;
	height: 78px;
	border-bottom: solid 2px #383838;
	opacity: 0;
	padding-left: 28px;
	z-index: 1000;
}
.menu_header_logo
{
	/* padding-top: 6px; */
	transform: translateY(10px);
	opacity: 0;
}
.menu_header_logo a
{
	display: block;
	position: relative;
}
.menu_header_logo a img
{
	display: block;
	position: relative;
	width: 72px;
}
.menu_exit_container
{
	width: 78px;
	height: 78px;
	/* padding-top: 8px; */
	border-left: solid 2px #383838;
	cursor: pointer;
}
.menu_exit
{
	display: block;
	position: relative;
	width: 28px;
	height: 28px;
	opacity: 0;
}
.exit_line_1, .exit_line_2
{
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0px;
	content: ' ';
	background: #F7F7F7;
	-webkit-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	pointer-events: none;
}
.menu_exit_container:hover .menu_exit div
{
	background: var(--accent1);
}
.main_menu_social
{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 78px;
	width: 100%;
	opacity: 0;
}
.main_menu_social ul
{
	position: relative;
	width: 100%;
	height: 100%;
	padding-left: 28px;
}
.main_menu_social ul li
{
	display: inline-block;
	position: relative;
	text-align: right;
	margin-right: 10px;
}
.main_menu_social ul li:last-child
{
	margin-right: 0px;
}
.main_menu_social ul li a
{
	display: flex;
	position: relative;
	width: 32px;
	height: 32px;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main_menu_social ul li a:hover
{
	background-color: var(--accent1);
	transform: scale(1.2);
}
.main_menu_social ul li a i
{
	display: block;
	position: relative;
	color: #000000;
	font-size: 16px;
}

/*********************************
4. Header
*********************************/

.logo_container
{
	position: absolute;
	top: 53px;
	left: 50px;
	width: auto;
	height: auto;
	background-color: transparent;
	z-index: 2000;
}
.logo
{
	display: block;
	text-decoration: none;
}
.logo a
{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 35px;
	line-height: 30px;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	color: #F7F7F7;
}
.logo_fixed
{
	position: fixed !important;
}
.logo_light
{
	color: #F7F7F7 !important;
}
.logo_dark
{
	color: #282727 !important;
}
.logo
{
	width: 90px;
}
.logo a
{
	display: block;
	position: relative;
}
.logo a img
{
	display: block;
	width: 90px;
}
#header_menu_line
{
    display: block;
    position: absolute;
    top: 76px;
    left: 186px;
    width: calc(100vw - 411px);
    height: 2px;
    background-color: #998967;
    opacity: 0.17;
    -webkit-transition: width 500ms ease;
    -ms-transition: width 500ms ease;
    -moz-transition: width 500ms ease;
    -o-transition: width 500ms ease;
    transition: width 500ms ease;
    z-index: 201;
}
section
{
	display: block;
	position: relative;
	padding-top: 90px;
	padding-bottom: 100px;
	z-index: 2;
}
.main_overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	z-index: 3;
	pointer-events: none;
}

/*********************************
5. Hero
*********************************/

.hero_about_wrapper
{
	z-index: 200;
}
.hero
{
	width: 100%;
	height: 100vh;
	z-index: 5;
	padding-top: 0;
	padding-bottom: 0;
}
.hero_inner
{
	width: 100%;
	height: 100vh;
}
.hero_sidebar
{
	height: 100%;
	width: 175px;
	background-color: #f7f7f7;
}
.hero_slider_container
{
	width: calc(100% - 175px);
	height: 100%;
	background-color: #000000;
}
.hero_slider
{
	width: 100%;
	height: 100%;
	z-index: 100;
}
.owl_item
{
	width: 100%;
	height: 100%;
}
.bcg
{
	display: block;
	position: absolute;
	top: 0;
	height: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	pointer-events: none;
	background: #000;
}
.carousel_img
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1500ms ease;
	transition: all 1500ms ease;
	overflow: hidden;
	pointer-events: none;
	opacity: 0;
}
.carousel_img img
{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.carousel_img_active
{
	opacity: 1 !important;
}
#hero_block_letter
{
	position: absolute;
	width: 200%;
	height: 200%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(25deg);
	-moz-transform: translate(-50%, -50%) rotate(25deg);
	-ms-transform: translate(-50%, -50%) rotate(25deg);
	-o-transform: translate(-50%, -50%) rotate(25deg);
	transform: translate(-50%, -50%) rotate(25deg);
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 1200px;
	line-height: 220vh;
	text-align: center;
	background: #111;
	color: white;
	mix-blend-mode: multiply;
	filter: blur(18px);
    opacity: 0.88;
	z-index: 100;
	zoom: 1;
	will-change: transform;
	/* animation: n_anim 30s ease infinite; */
}
@keyframes n_anim
{
	0%
	{
		-webkit-transform: translate(-50%, -50%) rotate3d(0, 0, 1, 25deg) scale3d(1, 1, 1);
		-ms-transform: translate(-50%, -50%) rotate3d(0, 0, 1, 25deg) scale3d(1, 1, 1);
		transform: translate(-50%, -50%) rotate3d(0, 0, 1, 25deg) scale3d(1, 1, 1);
	}
	50%
	{
		-webkit-transform: translate(-50%, -50%) rotate3d(0, 0, 1, 30deg) scale3d(1.2, 1.2, 1.2);
		-ms-transform: translate(-50%, -50%) rotate3d(0, 0, 1, 30deg) scale3d(1.2, 1.2, 1.2);
		transform: translate(-50%, -50%) rotate3d(0, 0, 1, 30deg) scale3d(1.2, 1.2, 1.2);
	}
	100%
	{
		-webkit-transform: translate(-50%, -50%) rotate3d(0, 0, 1, 25deg) scale3d(1, 1, 1);
		-ms-transform: translate(-50%, -50%) rotate3d(0, 0, 1, 25deg) scale3d(1, 1, 1);
		transform: translate(-50%, -50%) rotate3d(0, 0, 1, 25deg) scale3d(1, 1, 1);
	}
}
@-webkit-keyframes n_anim 
{
	0%
	{
		-webkit-transform: translate(-50%, -50%) rotate3d(0, 0, 1, 25deg) scale3d(1, 1, 1);
		-ms-transform: translate(-50%, -50%) rotate3d(0, 0, 1, 25deg) scale3d(1, 1, 1);
		transform: translate(-50%, -50%) rotate3d(0, 0, 1, 25deg) scale3d(1, 1, 1);
	}
	50%
	{
		-webkit-transform: translate(-50%, -50%) rotate3d(0, 0, 1, 30deg) scale3d(1.2, 1.2, 1.2);
		-ms-transform: translate(-50%, -50%) rotate3d(0, 0, 1, 30deg) scale3d(1.2, 1.2, 1.2);
		transform: translate(-50%, -50%) rotate3d(0, 0, 1, 30deg) scale3d(1.2, 1.2, 1.2);
	}
	100%
	{
		-webkit-transform: translate(-50%, -50%) rotate3d(0, 0, 1, 25deg) scale3d(1, 1, 1);
		-ms-transform: translate(-50%, -50%) rotate3d(0, 0, 1, 25deg) scale3d(1, 1, 1);
		transform: translate(-50%, -50%) rotate3d(0, 0, 1, 25deg) scale3d(1, 1, 1);
	}
}
.owl_item_content
{
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 100%;
	padding-left: 150px;
}
.owl_item_content_inner
{
	max-width: 720px;
}
.hero_title
{
	font-family: var(--primaryfont);
	font-size: 80px;
	font-weight: 600;
	color: #ffffff;
	line-height: 1.2;
}
.hero_subtitle
{
	display: block;
	font-family: var(--primaryfont);
	font-size: 17px;
	font-weight: 300;
	text-transform: uppercase;
	color: #f1f1f1;
	line-height: 1;
	letter-spacing: 0.06rem;
	margin-bottom: 9px;
}
.hero_link
{
	display: inline-block;
	position: relative;
	font-family: var(--primaryfont);
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	z-index: 1;
	margin-top: 20px;
	margin-left: 5px;
}
.hero_link::before
{
	display: block;
	position: absolute;
	left: -5%;
	bottom: 3px;
	width: 110%;
	height: 8px;
	background-color: #998967;
	content: '';
	z-index: -1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hero_link:hover::before
{
	bottom: -5px;
}
.social_container
{
	position: absolute;
	left: 50px;
	bottom: 30px;
	z-index: 100;
}
.social_container ul li
{
	display: inline-block;
	position: relative;
	text-align: right;
	margin-right: 10px;
}
.social_container ul li:last-child
{
	margin-right: 0px;
}
.social_container ul li a
{
	display: flex;
	position: relative;
	width: 32px;
	height: 32px;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.social_container ul li a:hover
{
	background-color: var(--accent1);
	transform: scale(1.2);
}
.social_container ul li a i
{
	display: block;
	position: relative;
	color: #000000;
	font-size: 16px;
}
.hero_sidebar_content
{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-moz-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	-o-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}
.hero_sidebar_content p
{
	font-size: 62px;
	white-space: nowrap;
	font-weight: 700;
	color: #000000;
}
.hero_sidebar_content p span
{
	color: var(--accent2);
}
.hero_scroll_container
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 175px;
	height: 175px;
	transform: rotate(90deg);
}
.hero_scroll p
{
	font-family: var(--primaryfont);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06rem;
	text-transform: uppercase;
}
.hero_scroll p span i
{
	font-size: 13px;
	font-weight: 600;
	transform: translateY(1px);
}
.owl_controls_container
{
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 50px;
    width: 150px;
    height: 60px;
    z-index: 10000;
}
.hero_slider .owl-dots
{
    display: flex;
	flex-direction: column;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 50px;
    -webkit-tap-highlight-color: transparent;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    z-index: 10000;
	margin-top: 0px !important;
}
.hero_slider .owl-dots .owl-dot
{
	position: relative;
    width: 60px;
    height: 10px;
    cursor: pointer;
    font-family: 'Josefin Sans', sans-serif;
    color: #998967;
    font-size: 12px;
    font-weight: 700;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.hero_slider .owl-dots .owl-dot span
{
	display: inline-block;
    position: relative;
    width: 100%;
    height: 2px;
    vertical-align: middle;
    background: #FFFFFF;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.hero_slider .owl-dots .owl-dot span::before
{
	display: inline-block;
	position: absolute;
	top: -7px;
	right: -45px;
	opacity: 0;
	color: #FFFFFF;
	font-family: var(--primaryfont);
	font-size: 12px;
	font-weight: 400;
	-webkit-tap-highlight-color: transparent;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease;
}
.hero_slider .owl-dots .owl-dot:nth-child(1) span::before
{
	content: '01 / 05';
}
.hero_slider .owl-dots .owl-dot:nth-child(2) span::before
{
	content: '02 / 05';
}
.hero_slider .owl-dots .owl-dot:nth-child(3) span::before
{
	content: '03 / 05';
}
.hero_slider .owl-dots .owl-dot:nth-child(4) span::before
{
	content: '04 / 05';
}
.hero_slider .owl-dots .owl-dot:nth-child(5) span::before
{
	content: '05 / 05';
}
.hero_slider .owl-dots .owl-dot span
{
	display: inline-block;
	position: relative;
	width: 100%;
	height: 2px;
	vertical-align: middle;
	background: #FFFFFF;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	/*
	transform: translate3d(0,-25%,0);
	-webkit-transform: translate3d(0,-25%,0);
	*/
}
.owl-dots:hover .owl-dot span
{
	width: 60px !important;
	background: white !important;
}
.owl-dots:hover .owl-dot span:before
{
	opacity: 0 !important;
}
.owl-dots .owl-dot:hover
{
	width: 100px;
}
.owl-dots .owl-dot:hover span
{
	background-color: #998967 !important;
	width: 100px !important;
}
.hero_slider .owl-dots .owl-dot.active span
{
	background-color: #998967;
	width: 100px;
}
.owl-dots .owl-dot.active span:before
{
	opacity: 1;
}
.owl-dots .owl-dot:hover span:before
{
	opacity: 1 !important;
}
#customDots li.active span:before
{
    opacity: 1;
}

/*********************************
6. About
*********************************/

.about_section
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 0;
	padding-bottom: 100px;
	background-color: #ffffff;
	z-index: 1;
}
.welcome_container
{
	height: 200px;
}
.welcome
{
	display: block;
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: auto;
	font-family: var(--primaryfont);
	font-size: 12px;
	font-weight: 700;
	line-height: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #282727;
}
.welcome::before
{
	display: block;
	position: absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(20deg);
	-ms-transform: translateX(-50%) rotate(20deg);
	transform: translateX(-50%) rotate(20deg);
	content: 'N';
	font-family: 'Josefin Sans', sans-serif;
	font-size: 40px;
	font-weight: 900;
	color: #FFCC5F;
	z-index: -1;
}
.about_image_container
{
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 80px;
	-webkit-transform: scale(0.2);
	-moz-transform: scale(0.2);
	-ms-transform: scale(0.2);
	-o-transform: scale(0.2);
	transform: scale(0.2);
}
.about_img_1
{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}
.section_title
{
	position: relative;
	font-weight: 700;
}
.dark_section h2
{
	color: #ffffff;
}
.section_title::after
{
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -21px;
	width: 72px;
	height: 4px;
	border-radius: 2px;
	background-color: var(--accent1);
	content: '';
}
.section_subtext
{
	display: block;
	font-size: 18px;
	font-weight: 300;
	color: var(--fontColor);
	margin-top: 41px;
	max-width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.dark_section .section_subtext
{
	color: #ffffff;
}
.about_items_container
{
	margin-top: 57px;
}
.about_item
{
	width: calc((100% - 40px) / 3);
}
.about_item img
{
	display: block;
	position: relative;
	width: 48px;
	height: 48px;
	margin-bottom: 25px;
}
.about_item h3
{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0.4rem;
}
.about_item p
{
	font-size: 16px;
	font-weight: 300;
	max-width: 320px;
}
.about_button_row
{
	margin-top: 50px;
}
.btn_stroke .btn_base
{
	height: 52px;
	border-style: solid;
	border-radius: 26px;
	border-width: 2px;
	border-color: var(--accent1);
	background-color: transparent !important;
}
.btn_base
{
	display: block;
	height: 100%;
	border-radius: 26px;
	text-align: center;
	background-color: #ffffff;
	transition: all 0.4s cubic-bezier(0.5, 0.75, 0, 1);
	transform: translateY(0%) scale(1) rotate(0.001deg);
}
.btn_fill .btn_base
{
	height: 52px;
	border: none;
	background-color: var(--accent1);
}
.btn_container svg
{
	fill: #FFFFFF;
	margin-bottom: 4px;
	margin-left: 2px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.btn_container a, .btn_container > div
{
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 26px;
	overflow: hidden;
}
.btn_base span
{
	position: relative;
	padding-left: 28px;
	padding-right: 28px;
	font-size: 13px;
	font-weight: 700;
	color: var(--black);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	line-height: 48px;
}
.btn_fill .btn_base span
{
	color: var(--black);
	font-weight: 700;
	line-height: 50px;
}
.btn_extra
{
	background-color: var(--accent1);
	border: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 26px;
	top: 0;
	left: 0;
	text-align: center;
	/* border: 1px solid rgba(24,24,26,0.3); */
	transition: 0.4s cubic-bezier(0.5, 0.75, 0, 1), border 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-webkit-transform: translateY(100%) scale(0.8) rotate(0.001deg);
	-moz-transform: translateY(100%) scale(0.8) rotate(0.001deg);
	-ms-transform: translateY(100%) scale(0.8) rotate(0.001deg);
	-o-transform: translateY(100%) scale(0.8) rotate(0.001deg);
	transform: translateY(100%) scale(0.8) rotate(0.001deg);
}
.btn_fill .btn_extra
{
	background-color: #ffffff;
}
.btn_extra span
{
	position: relative;
	padding-left: 28px;
	padding-right: 28px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--black);
	letter-spacing: 0.06em;
	line-height: 52px;
	white-space: nowrap;
}
.btn_container:not(.active):hover .btn_base
{
	-webkit-transform: translateY(0%) scale(0.8) rotate(0.001deg);
	-moz-transform: translateY(0%) scale(0.8) rotate(0.001deg);
	-ms-transform: translateY(0%) scale(0.8) rotate(0.001deg);
	-o-transform: translateY(0%) scale(0.8) rotate(0.001deg);
	transform: translateY(0%) scale(0.8) rotate(0.001deg);
}
.btn_container:not(.active):hover .btn_extra
{
	-webkit-transform: translateY(0%) scale(1) rotate(0.001deg);
	-moz-transform: translateY(0%) scale(1) rotate(0.001deg);
	-ms-transform: translateY(0%) scale(1) rotate(0.001deg);
	-o-transform: translateY(0%) scale(1) rotate(0.001deg);
	transform: translateY(0%) scale(1) rotate(0.001deg);
	opacity: 1;
}

/*********************************
7. About Extra
*********************************/

.about_section
{
	background-color: #ffffff;
}
.about_extra_container
{
	background-image:url(../images/about_us_3_1080.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 0;
	padding-bottom: 0;
}
.about_us_row_overlay
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--accent1);
	opacity: 0.6;
}
.about_extra_text h2
{
	font-size: 26px;
	line-height: 1.42;
	font-weight: 400;
}
.about_extra_text h2 span
{
	font-weight: 700;
}
.about_extra_text p
{
	margin-top: 21px;
	color: var(--black);
}
.about_extra_content
{
	padding-top: 100px;
	padding-bottom: 100px;
}
.about_extra_content > div
{
	width: 50%;
}
.about_extra_text
{
	padding-right: 40px;
	padding-bottom: 50px;
}
.about_extra_image
{
	padding-left: 40px;
}

/*********************************
8. Skills
*********************************/

.skills_section
{
	padding-bottom: 62px;
	background-color: #ffffff;
}
.skills_section
{
	width: 100%;
}
.block_title h1
{
	font-size: 46px;
	line-height: 69px;
}
.skills_container
{
	margin-top: 60px;
}
.skills_col_1, .skills_col_2, .skills_col_3
{
	padding-left: 25px;
	padding-right: 25px;
}
.skills
{
	margin-bottom: 50px;
}
.skill_bars
{
	height: 4px;
	overflow: hidden;
}
.pb_item
{
	display: block;
	position: relative;
	box-sizing: border-box;
	width: calc((100% - 20px) / 2);
	margin-bottom: 50px;
	float: left;
}
.pb_item h3
{
	font-size: 15px;
	line-height: 13px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 3px;
}
.progressbar-text
{
	font-size: 15px;
	line-height: 13px;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--black) !important;
}
.pb_item svg
{
	border-radius: 8px;
	overflow: hidden;
}
.pb_item svg path
{
	background-color: green;
}

/*********************************
9. Services
*********************************/

.services_section
{
	padding-bottom: 80px;
	background-color: var(--black);
}
.services_container
{
	margin-top: 60px;
}
.service
{
	position: relative;
	width: calc((100% - 20px) / 2);
	background-color: rgba(1,1,1,0.6);
	border-radius: 20px;
	padding: 26px;
	margin-bottom: 20px;
}
.service::after
{
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	font-size: 12px;
	line-height: 20px;
	font-family: 'Font Awesome 6 Pro';
	content: '\f054';
	background-color: var(--accent1);
	color: var(--black);
	text-align: center;
	font-weight: 700;
	opacity: 0.5;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.service:hover::after
{
	opacity: 1;
}
.service h3
{
	display: inline-block;
	position: relative;
	font-size: 24px;
	color: #ffffff;
	font-weight: 700;
}
.service h3::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: -17px;
	width: 40px;
	height: 2px;
	content: '';
	background-color: var(--accent1);
}
.service p
{
	color: rgba(255,255,255,0.9);
	margin-top: 41px;
}
#background_video
{
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 100%;
	height: 100%;
	/*z-index: -99;*/
}
.services_video_container
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.services_video_container > div
{
	width: 100%;
	height: 100%;
}
.services_video
{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.video_overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.2;
	z-index: 2;
	pointer-events: none;
}
.video_pattern_overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/dotted_patern.png);
	background-repeat: repeat;
	z-index: 3;
	pointer-events: none;
}

/*********************************
10. Stats
*********************************/

.stats_section
{
	padding-top: 150px;
	padding-bottom: 150px;
	background-color: #ffffff;
}
.stat
{
	display: block;
	position: relative;
	width: calc((100% - 60px) / 4);
	text-align: center;
}
.stat_icon_container
{
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background-color: var(--black);
	overflow: hidden;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.stat_icon
{
	font-size: 24px;
	color: var(--accent1);
	line-height: 64px;
}
.stats_counter
{
	font-size: 26px;
	color: var(--black);
	font-weight: 700;
	margin-top: 21px;
	line-height: 1;
}
.stat_text
{
	font-size: 18px;
	font-weight: 400;
	color: var(--fontColor);
	line-height: 1.2;
	margin-top: 6px;
}

/*********************************
11. Projects
*********************************/

.projects_section
{
	background-color: #282727;
}
.projects_container
{
	margin-top: 62px;
}
.projects_container li
{
	display: block;
	position: relative;
	width: 25%;
	height: calc(100vw / 4);
	overflow: hidden;
	-webkit-transform: scale(0.2);
	transform: scale(0.2);
	opacity: 0;
}
.projects_container li:nth-child(odd)
{
	background:#000000;
}
.projects_container li:nth-child(odd) a div
{
	color: #FFFFFF;
}
.projects_container li:nth-child(even)
{
	background:#f1f1f1;
}
.projects_container li:nth-child(even) a div
{
	color: #6F6F6F;
}
.project_item
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.project_item:hover img
{
	-moz-transform: translate3d(55px,85px,0);
	-ms-transform: translate3d(55px,85px,0);
	-webkit-transform: translate3d(55px,85px,0);
	transform: translate3d(55px,85px,0);
}
.project_item:hover span
{
	opacity: 1;
	margin-left: 75px;
}
.project_item img
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 2;
	-webkit-transition: -webkit-transform cubic-bezier(.23,.81,.4,1) .5s;
    -moz-transition: -moz-transform cubic-bezier(.23,.81,.4,1) .5s;
    -o-transition: -o-transform cubic-bezier(.23,.81,.4,1) .5s;;
    transition: transform cubic-bezier(.23,.81,.4,1) .5s;
	/* webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0); */
}
.project_title
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 85px;
}
.project_item span
{
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'Raleway', sans-serif;
	font-size: 14;
	font-weight: 700;
	opacity: 0;
	margin-left: 55px;
	z-index: 1;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.project_item span::before
{
	content: ' ';
	display: block;
	position: absolute;
	top: 10px;
	left: -37px;
	height: 2px;
	width: 30px;
	background: rgba(184,184,184,1.00);
}
.projects_button_container
{
	margin-top: 68px;
}

/*********************************
12. Quote
*********************************/

.quote_section
{
	padding-top: 150px;
	padding-bottom: 150px;
	background-color: #ffffff;
}
figure
{
	padding: 0;
	margin: 0;
}
.quote
{
	max-width: 800px;
	margin-bottom: 0;
}
.quote p
{
	font-family: var(--tertiaryfont);
	color: var(--black);
	font-size: 48px;
    line-height: 1.25;
    font-style: italic;
    font-weight: 700;
    color: #282727;
    margin-top: 17px;
}
.quote_author
{
	display: block;
	position: relative;
	font-family: var(--tertiaryfont);
	font-size: 16px;
	color: var(--fontColor);
	margin-top: 21px;
	font-style: normal;
}
.quote_icon
{
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background-color: var(--black);
	text-align: center;
}
.quote_icon i
{
	font-size: 36px;
	color: var(--accent1);
	line-height: 64px;
}

/*********************************
13. Clients
*********************************/

.clients_section
{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	background-color: #282727;
	z-index: 100 !important;
	padding-top: 0;
	padding-bottom: 0;
	float: left;
}
.clients_carousel
{
	width: 100%;
	height: auto;
	background: green;
}

/*********************************
14. Team
*********************************/

.team_section
{
	padding-bottom: 0;
	background-color: #ffffff;
}
.team_section h2
{
	color: var(--black);
}
.team_section .section_subtext
{
	color: var(--fontColor);
}
.team_container
{
	position: relative;
	margin-top: 59px;
	background-color: var(--black);
}
.team_background
{
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-image:url(../images/team_background_1920.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0.5;
}
.team_item
{
	display: block;
	position: relative;
	width: calc(100% / 3);
	height: calc(33.33333333vw / 1.777777777777778);
	overflow: hidden;
	border-right: solid 1px rgba(157, 157, 157, 0.75);
	border-bottom: solid 1px rgba(157, 157, 157, 0.75);
}
.team_img
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.team_info
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-left: 20px;
}
.team_name
{
	display: block;
    position: relative;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #F7F7F7;
}
.team_title
{
	display: block;
    position: relative;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFCC5F;
    visibility: hidden;
    opacity: 0;
	margin-top: 7px;
}
.team_item:hover > img
{
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.team_item:hover .team_info .team_title, 
.team_item:hover .team_info ul
{
	visibility: visible;
	opacity: 1;
}
.team_item:hover .team_info span, 
.team_item:hover .team_info ul
{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.team_item:hover .team_info
{
	bottom: 25px;
}
.team_item img
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75);
	-webkit-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	background: transparent;
}
.team_info span
{
	display: block;
	position: relative;
	font-size: 10px;
	line-height: 8px;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFCC5F;
	visibility: hidden;
	opacity: 0;
	letter-spacing: 1px;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.team_info ul
{
	position: absolute;
	bottom: 0px;
	right: 25px;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.team_info ul li
{
	display: inline-block;
	
}
.team_info ul li a
{
	display: block;
	position: relative;
	width: 24px;
	height: 24px;
	background: #FFCC5F;
	color: var(--black);
	text-align: center;
	margin-right: 7px;
	border-radius: 4px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.team_info ul li a i
{
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.team_info ul li a:hover
{
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
}

/*********************************
15. Testimonials
*********************************/

.testimonials_section
{
	background-color: #ffffff;
	z-index: 10;
}
.testimonials
{
	margin-top: 59px;
}
.testimonial
{
	width: 50%;
	margin-bottom: 40px;
}
.testimonial:nth-child(odd)
{
	padding-right: 20px;
}
.testimonial:nth-child(even)
{
	padding-left: 20px;
}
.testimonial_img
{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px;
}
.testimonial_img img
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.user_container
{
	padding-bottom: 18px;
	border-bottom: solid 4px var(--accent1);
}
.user_initial
{
	width: 36px;
	height: 36px;
	border-radius: 50%;
	overflow: hidden;
	background-color: var(--black);
	color: #ffffff;
	text-align: center;
	line-height: 36px;
	font-family: var(--primaryfont);
	font-size: 18px;
	font-weight: 500;
	margin-right: 12px;
}
.user_name
{
	display: block;
	position: relative;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--black);
	white-space: nowrap;
	line-height: 1;
	margin-top: 4px;
}
.user_title
{
	font-size: 12px;
	font-weight: 400;
	color: #656565;
	margin-top: 4px;
}
.quote
{
	font-size: 16px;
    line-height: 1.62;
    font-weight: 300;
    color: var(--fontColor);
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    margin-bottom: 0;
	margin-top: 24px;
}

/*********************************
16. Footer
*********************************/

#footer
{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	background: #282727;
	z-index: 1;
}
.footer_overlay
{
	width: 100%;
	height: auto;
	z-index: 2;
	background: transparent;
	pointer-events: none;
}
.footer_inner
{
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
.footer_contact
{
	width: 100%;
	height: auto;
	padding-top: 25px;
	padding-bottom: 0px;
	background: #282727;
	margin-bottom: 50px;
}
.footer_contact ul
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
  	align-items: left;
  	padding-bottom: 25px;
  	border-bottom: solid 1px rgba(255, 204, 95, 0.3);
}
.footer_contact ul li
{
	display: block;
	height: auto;
	float: left;
	position: relative;
	box-sizing: border-box;
}
.footer_contact ul li i
{
	display: inline-block;
	vertical-align: middle;
	color: var(--accent1);
	font-size: 18px;
	margin-right: 4px;
}
.footer_contact ul li p
{
	display: inline-block;
	position: relative;
	color: #F7F7F7;
	font-size: 14px;
	font-weight: 400;
	vertical-align: middle;
	overflow: hidden;
}
.footer_about
{
	width: 100%;
	height: auto;
	margin-top: 25px;
}
.footer_about_inner
{
	width: 50%;
	color: #F7F7F7;
	text-align: center;
	font-size: 14px;
	line-height: 21px;
	font-weight: 300;
	margin-left: auto;
	margin-right: auto;
}
.footer_content
{
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 25px;
}
.footer_logo_and_about
{
	width: 100%;
	height: auto;
}
.footer_logo
{
	width: 100%;
	text-align: center;
	margin-top: 75px;
}
.footer_logo img
{
	width: 90px;
}
.footer_social
{
	position: relative !important;
	left: auto;
	bottom: auto;
	width: 100%;
	margin-bottom: 0px;
}
.copyright
{
	width: 100%;
	height: 70px;
	text-align: center;
	margin-top: 75px;
	background: #191919;
}
.copyright span
{
	display: block;
	position: relative;
	padding-top: 28px;
	color: #A3A3A3;
	font-size: 9px;
	letter-spacing: 1px;
	font-weight: 500;
}
.copyright span i
{
	color: #FFCC5F;
}