/*

Embed fonts families:

-------------------

font-family: "Plus Jakarta Sans", sans-serif;



possible weights:

-------------------

Plus Jakarta Sans: 200,300;400;500;600,700, 800;





// <uniquifier>: Use a unique and descriptive class name



.plus-jakarta-sans-<uniquifier> {

  font-family: "Plus Jakarta Sans", sans-serif;

  font-optical-sizing: auto;

  font-weight: 400;

  font-style: normal;

}



animation:

-------------------

transition: all 0.5s;



Content:

1. Main styles override

2. Contact form 7 

3. Navbar bootstrap

4. ACF elements

5. Theme styles  

6. Responsive fixes

*/



/* ============================================= */

/* 1. Main styles override                       */

/* ============================================= */



body {

	font-family: "Plus Jakarta Sans", sans-serif;

	font-weight: 400;

	font-size: 15px;

	line-height: 24px;

	background-color: #323845;

	color:#fff;

	background-image: url(../img/bg-skew-01.webp);

	background-position: top 500px left 0px;

	background-repeat: no-repeat;

	position: relative;

}

body::after {

	content:"";

	position: absolute;

	top:0;

	right: 0px;

	width: 697px;

	height:642px;

	background-image: url(../img/bg-skew-02.webp);

	max-width: 80%;

	z-index: -1;

}



body.admin-bar .navbar.fixed-top {

	margin-top: 32px;

}

html {

	scroll-behavior:smooth;

	font-display: swap

}

strong {

	font-weight: 700;

}

/* Links */

a {

	transition: all 0.5s;

	text-decoration: none;

}

a:focus, a:hover {

	color: #464646;

	text-decoration: none;

	outline: 0;

}

a:focus {

	outline: 0;

	outline-offset: -2px;

}

button, button:focus, button:active {

	outline: 0;

	box-shadow: 0

}





/* /Links */



/* Image responsive fix */

img {

	width: initial;

	max-width: 100%;

	height: auto;

}

/* /Image responsive fix */







/* Headers */

h1, h2, h3, h4, h5 {

	font-family: "Plus Jakarta Sans", sans-serif;

	font-weight: 700;

}

h1 {

	font-size: 48px;

}

@media only screen and (max-width : 991px) { 

	h1 {

		font-size: 38px;

	}

}

h2 {

	font-size: 40px;

}

@media only screen and (max-width : 991px) { 

	h2 {

		font-size: 35px;

	}

}



h3 {

	font-size: 22px;

}

header.desc h2 {

	font-size: 30px;

}

.tab-pane h3 {

	margin-bottom: 24px;

}

h4 {

	font-size: 18px;

	margin-bottom: 25px;

}

h5 {

	font-size: 16px;

}

h6 {

	font-size: 15px;

}



/* /Headers */



/* Bootstrap extra spaces */

.pt-6,

.py-6 {

	padding-top: 5rem !important;

}



.pe-6,

.px-6 {

	padding-right: 5rem !important;

}



.pb-6,

.py-6 {

	padding-bottom: 5rem !important;

}



.ps-6,

.px-6 {

	padding-left: 5rem !important;

}

.mt-6,

.my-6 {

	margin-top: 5rem !important;

}



.mr-6,

.mx-6 {

	margin-right: 5rem !important;

}



.mb-6,

.my-6 {

	margin-bottom: 5rem !important;

}



.ms-6,

.mx-6 {

	margin-left: 5rem !important;

}

.py-6-fixed {

	padding-top: 4rem !important;

	padding-bottom: 7rem !important;

}

@media only screen and (max-width : 768px) {

	.py-6-fixed {

		padding-top: 4rem !important;

		padding-bottom: 7rem !important;

	}

	.pt-6,

	.py-6 {

		padding-top: 4rem !important;

	}



	.pr-6,

	.px-6 {

		padding-right: 4rem !important;

	}



	.pb-6,

	.py-6 {

		padding-bottom: 4rem !important;

	}



	.pl-6,

	.px-6 {

		padding-left: 4rem !important;

	}

	.mt-6,

	.my-6 {

		margin-top: 4rem !important;

	}



	.me-6,

	.mx-6 {

		margin-right: 4rem !important;

	}



	.mb-6,

	.my-6 {

		margin-bottom: 4rem !important;

	}



	.ms-6,

	.mx-6 {

		margin-left: 4rem !important;

	}

}

/* /Bootstrap extra spaces */

textarea:focus,

input[type="text"]:focus,

input[type="password"]:focus,

input[type="datetime"]:focus,

input[type="datetime-local"]:focus,

input[type="date"]:focus,

input[type="month"]:focus,

input[type="time"]:focus,

input[type="week"]:focus,

input[type="number"]:focus,

input[type="email"]:focus,

input[type="url"]:focus,

input[type="search"]:focus,

input[type="tel"]:focus,

input[type="color"]:focus,

.uneditable-input:focus {   

  border-color: transparent;

  box-shadow: none;

  outline: 0 none;

}

/* Buttons */

.btn-default {

	background-color: #c59c28;

	border:1px solid #c59c28;

	border-radius: 0;

	font-size: 14px;

	font-weight: 800;

	color: #000;

	font-family: "Plus Jakarta Sans", sans-serif;

	text-transform:uppercase;

	padding:15px 35px;

	transition: all 0.5s;

}

.btn-default:hover,

.btn-default:focus,

.btn-default:active {

	background-color:#f0b81f;

	color: #000;

	transition: all 0.5s;

	-webkit-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.3);

	-moz-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.3);

	box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.3);

}

.btn-header--contact {

	padding:9px 20px;

}



.btn-default.btn-search {

	border-top-left-radius: 0;

	border-bottom-left-radius: 0;

	padding-top: 16px;

	padding-bottom: 17px;

}

.btn-text {

	text-transform: uppercase;

	font-size: 14px;

	color:#fff;

	font-weight: 800;

	padding-left:0;

}

.btn-text-with-arrow {

	text-transform: uppercase;

	font-size: 14px;

	color:#fff;

	font-weight: 800;

	background-image: url(../img/arrow-right.svg);

	background-repeat: no-repeat;

	background-position: right center;

	padding-left:0;

	padding-right: 30px;

}

.cn-button.bootstrap {

	background-color: #c59c28 !important;

	text-transform: uppercase !important;

}

.btn:focus, .btn:active {

  outline: none !important;

  box-shadow: none !important;

}

/* /Buttons */



section {

	position: relative;

}

.relative {

	position: relative;

}

.absolute {

	position: absolute;

}



/* Vertical align */

.vertical-a {

	display: flex;

	justify-content: center;

}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

	/* IE10+ CSS styles go here */

	.vertical-align {

		display: block;

	}

}

.vertical-b {

	align-self: center;

	width: 100%;

}

/* /Vertical align */



/* Placeholder  */

::-webkit-input-placeholder {

	color:#888;

}

:-moz-placeholder {

	color:#888;

}

::-moz-placeholder {

	color:#888;

}

:-ms-input-placeholder {

	color:#888;

}

/* /Placeholder  */



/* Selection  */

::selection {

	background: #c59c28; /* WebKit/Blink Browsers */

	color:#000;

}

::-moz-selection {

	background: #c59c28; /* Gecko Browsers */

	color:#000;

}

/* /Selection */



/* Box links (often used)  */

.box-link {

	position:absolute;

	height:100%;

	width:100%;

	left:0px;

	top:0px;

}

/* /Box links (often used)  */



.bg-test {

	background-color: rgba(255,0,0,0.5);

}



.dark, .dark p, .dark a, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {

	color: #fff;

}



/* ============================================= */

/* 2. Contact form 7                             */

/* ============================================= */

.wpcf7 input[type="text"],

.wpcf7 input[type="date"],

.wpcf7 input[type="email"],

.wpcf7 input[type="tel"],

.wpcf7-select,

.wpcf7 textarea {

	background-color: transparent;

	color: #303338;

	border-radius: 0;

	border:1px solid rgba(197,156,40,0.4);

	padding: 13px 30px;

	font-size: 15px;

	width: 100% !important;

	color:#fff;

}

.wpcf7 input:focus,

.wpcf7 textarea:focus,

.wpcf7-select:focus {

	background-color: #000;

	border:1px solid rgba(197,156,40,1);

	color: #fff;

	box-shadow: none;

	outline: 0 none;

}

.wpcf7-form select {

	padding: 0px;

	line-height: 40px;

}

.wpcf7-list-item {

	display: block;

}



.wpcf7-list-item-label {

	color:#fff; 

	font-size: 14px;

	margin-left: 20px;

}



.wpcf7-list-item-label a {

	color:#fff; 

	font-weight: 500;

}



.wpcf7-form-control.wpcf7-acceptance label {

    display: flex;

    line-height: 1.2;

}



.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {

    width: auto;

    margin-top: 5px;

    margin-right: 5px;

    align-self: start;

}



.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {

    margin-left: 0;

}

.wpcf7-submit {

	background-color: #c59c28;

	border:1px solid #c59c28;

	border-radius: 0;

	font-size: 14px;

	font-weight: 800;

	color: #000;

	font-family: "Plus Jakarta Sans", sans-serif;

	text-transform:uppercase;

	padding:15px 35px;

	transition: all 0.5s;

}

.wpcf7-form.submitting .wpcf7-submit,

.wpcf7-form.invalid .wpcf7-submit {

	color: #fff !important;

}



.wpcf7-submit:disabled {

	opacity:0.7;

}

/* Placeholder  */

::-webkit-input-placeholder {

 color:#fff;

 opacity: 0.7;

}

:-moz-placeholder {

 color:#fff;

 opacity: 0.7;

}

::-moz-placeholder {

 color:#fff;

 opacity: 0.7;

}

:-ms-input-placeholder {

 color:#fff;

 opacity: 0.7;

}

.input-group ::-webkit-input-placeholder {

 color:#fff;

 opacity: 0.7;

}

.input-group :-moz-placeholder {

 color:#fff;

 opacity: 0.7;

}

.input-group ::-moz-placeholder {

 color:#fff;

 opacity: 0.7;

}

.input-group :-ms-input-placeholder {

 color:#fff;

 opacity: 0.7;

}

:active::-webkit-input-placeholder,

:focus::-webkit-input-placeholder {

 color:#b5b5b5;

 opacity: 1;

}

:active::-moz-placeholder,

:focus::-moz-placeholder {

 color:#b5b5b5;

 opacity: 1;

}

:active::-moz-placeholder,

:focus::-moz-placeholder {

 color:#b5b5b5;

 opacity: 1;

}

:active::-ms-input-placeholder,

:focus::-ms-input-placeholder {

 color:#b5b5b5;

 opacity: 1;

}

/* /Placeholder  */



/* ============================================= */

/* 3. Navbar (bootstrap)                         */

/* ============================================= */

.navbar {

	font-family: "Plus Jakarta Sans", sans-serif;

	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);

	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);

	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);

	padding-top: 0;

	padding-bottom: 0;

	background-color: #fff;

}

.navbar.bg-dark {

	background-color: rgba(14,15,18,0.72) !important;

}

@media only screen and (max-width : 767px) {

	.navbar.bg-dark {

		background-color: rgba(14,15,18,0.9) !important;

	}

}

.navbar-brand {

	padding-bottom: 0;

	padding-top: 0;

	height: 100%;

}

.navbar-brand img {

	transition: all linear 0.4s;

	width: 210px; 

	min-width: 140px; 

}

.navbar-brand--gfx {

	position: absolute;

	width:calc(100% + 100px);

	height: 100%;

	top:0;

	left: -50px;

	background-color: #000;

	transform: skew(-45deg);

	z-index: -1;

}

.navbar-brand--gfx-line {

	position: absolute;

	right: 0;

	top: 0;

	width: 1px;

	height: calc(100% + 150px);

	background-color: rgba(197,156,40,0.6);

}

.navbar-dark .navbar-nav .nav-link {

	color: #fff;

	font-weight: 600;

	font-size: 16px;

	padding:17px 20px;

	transition: all 0.5s;

}

@media only screen and (max-width : 1120px) {

	.navbar-dark .navbar-nav .nav-link {

		padding:17px 10px;

	}

}

@media only screen and (max-width : 991px) {

	.navbar-dark .navbar-nav .nav-link {

		padding:17px 20px;

	}

}

.navbar .menu--above {

	transition: all 0.5s;

}

.sticky.navbar .menu--above {

	/*backdrop-filter: blur(10px);*/

	margin-top: -58px;

}

.sticky.navbar .navbar-brand img {

	width: 130px;

}

.sticky.navbar .navbar-brand--gfx-line {

	transition: all 0.2s;

	height: calc(100%);

}

body:not(.home) .navbar-brand--gfx-line {

	height: calc(100%);

}

@media only screen and (max-width : 991px) {

	body:not(.home) .navbar .navbar-brand--gfx-line {

		height: calc(100%);

	}

}

@media only screen and (max-width : 1350px) {

	.navbar-expand-lg .navbar-nav .nav-link {

		padding-left: 12px;

		padding-right: 12px; 

	}

}

@media only screen and (max-width : 1040px) {

	.navbar-expand-lg .navbar-nav .nav-link {

		padding-left: 10px;

		padding-right: 10px; 

	}

}

.navbar-dark .navbar-nav .nav-link:hover,

.navbar-dark .navbar-nav .nav-link:focus,

.navbar-dark .navbar-nav .show > .nav-link,

.navbar-dark .navbar-nav .nav-link.show {

	color: #c59c28;

	transition: all 0.5s;

}

.navbar-dark .navbar-nav .current-menu-item .active > .nav-link,

.navbar-dark .navbar-nav .current-menu-item .nav-link.active {

	color: #c59c28;

}

.navbar-toggler {

	border-radius: 0px;

	transition: all 0.5s;

}

.navbar-toggler:focus,

.navbar-toggler:active,

.navbar-toggler-icon:focus {

    outline: none;

    box-shadow: none;

}

.navbar-toggler span {

	display: block;

	background-color: rgba(255,255,255,0.6);

	height: 2px;

	width: 24px;

	margin-top: 6px;

	margin-bottom: 6px;

	position: relative;

	left: 0;

	opacity: 1;

	transition: all 0.35s ease-out;

	transform-origin: center left;

}

.navbar-toggler span:nth-child(1) {

	transform: translate(0%, 0%) rotate(0deg);

}

 

.navbar-toggler span:nth-child(2) {

	opacity: 1;

}

 

.navbar-toggler span:nth-child(3) {

	transform: translate(0%, 0%) rotate(0deg);

}

.navbar-toggler span:nth-child(1) {

	margin-top: 0.3em;

}

 

.navbar-toggler:not(.collapsed) span:nth-child(1) {

	transform: translate(15%, -33%) rotate(45deg);

}

 

.navbar-toggler:not(.collapsed) span:nth-child(2) {

	opacity: 0;

}

.navbar-toggler:not(.collapsed) span:nth-child(3) {

	transform: translate(15%, 33%) rotate(-45deg);

}



.navbar .contact a.nav-link {

	background: #00465e;

	/*background: linear-gradient(0deg, rgba(33,37,41,1) 0%, rgba(0,62,83,1) 100%);*/

}

.search-activator {

	cursor: pointer;

}



.search-activator a.nav-link {

	text-indent: -9999px;

	background-image: url(../img/icon-main-menu-search.png);

	background-repeat: no-repeat;

	background-position: center;

}



.dropdown-menu {

	border-radius: 0px;

	background-color: rgba(0,0,0,0.72) !important;

	border:0px;

	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.10);

	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.10);

	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.10);

}

.dropdown-menu[data-bs-popper] {

	margin-top: 0px;

}

.sticky .dropdown-menu[data-bs-popper] {

	margin-top: 3px;

}

.dropdown-menu li a.dropdown-item {

	font-size: 15px;

	font-weight: 500;

	line-height: 35px;

	color: #fff;

}





.dropdown-menu li a.dropdown-item:hover {

	color:#c59c28;

	transition: all 0.3s;

}

.dropdown-menu li a.dropdown-item:hover,

.dropdown-menu li a.dropdown-item:focus,

.dropdown-menu li a.dropdown-item:active {

	background-color: transparent;

	transition: all 0.3s;

	border-left-color: #c59c28;

}

.dropdown-item.active {

	background-color: transparent;

	color:#c59c28 !important;

}





/* Search window */

#search-container {

	display: none;

	position: fixed;

	height: 100%;

	width: 100%;

	background-color: rgba(0,0,0,0.9);

	top:0px;

	left:0px;

	max-height: 100vh;

	z-index: 999999999;

}

#search-container .d-flex {

	height: 100%;

}

#search-close {

	position: absolute;

	right: 40px;

	top:25px;

	background-image: url(../img/search-close.png);

	background-repeat: no-repeat;

	background-color: transparent;

	height: 41px;

	width: 41px;

	z-index: 100000;

	cursor: pointer;

}

#search-close span {

	position: absolute;

	right: 50px;

	top:10px;

	width: 100px;

	text-align: right;

	color: #fff

}

#search-container .vertical-align {

	height: 100%;

}

#title .form-control {

	border:0;

}

.search-btn {

	background-image: url(../img/icon-search.png);

	background-repeat: no-repeat;

	background-position: center;

	cursor: pointer;

}

.search-input {

	border-radius: 0px;

	line-height: 56px;

	height: 56px;

	color:#fff;

	padding-left: 25px;

	border:1px solid rgba(197,156,40,0.4);

	background-color: transparent;

}

input.search-input:focus,

input.search-input:active,

input.search-input:hover {

	border-radius: 0px;

	line-height: 56px;

	height: 56px;

	color:#fff;

	padding-left: 25px;

	border:1px solid rgba(197,156,40,1);

	background-color: rgba(14,15,18,0.72);

}

/* /Search window */



/* Open on hover for desktops only */

ul.nav li.dropdown:hover > ul.dropdown-menu {

	display: block;    

}

@media (min-width: 979px) {

	ul.nav li.dropdown:hover > ul.dropdown-menu {

		display: block;

	}

}

/* /Open on hover for desktops only */





/* ============================================= */

/* 4. ACF elements                               */

/* ============================================= */

.embed-container { 

    position: relative; 

    padding-bottom: 56.25%;

    overflow: hidden;

    max-width: 100%;

    height: auto;

} 

.embed-container iframe,

.embed-container object,

.embed-container embed { 

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

}

.acf-map {

	width: 100%;

	height: 770px;

	max-height: 60vh;

	min-height: 500px;

	margin-bottom: 0px;

}

/* fixes potential theme css conflict */

.acf-map img {

	max-width: inherit !important;

}

.gm-style iframe + div { border:none!important; }



/* ============================================= */

/* 5. Theme styles                               */

/* ============================================= */



/* Tiny Slider Banner */

.banner-slider-container .height-keeper {

	left: 12px;

	top: 0;

	width: 100%;

	min-height: 80vh;

	overflow:hidden;

	padding-bottom: 50px;

}

.slider-container .slider-controls {

	margin: 0;

    padding: 0;

    list-style: none;

    position: absolute;   

    top: 50%;

    transform: translatey(-50%);

    display: flex;

    align-items: center;    

    justify-content: space-between;

}

.banner-slider-container .slider-controls {

	left: 30px;

    right: 30px;

    z-index: 40;

}

.banner-slider-container .slider-item {

	padding: 0;

}

.arrow {

	height: 18px;

	width: 40px;

	background-image: url(../img/arrows.png);

	cursor: pointer;

}



.arrow.arrow-right {

	background-position: 40px 0;

}

.tns-nav {

	position: absolute;

	left: 50%;

	bottom: -50px;

	transform: translateX(-50%);

}

.tns-nav button {

	background-color: #cfcfcf;

	border:0;

	margin: auto 5px;

	border-radius: 50%;

	width: 12px;

	height: 12px;

}

.tns-nav button.tns-nav-active {

	background-color: #c59c28;

	border:0;

	margin: auto 5px;

	border-radius: 50%;

	width: 12px;

	height: 12px;

}

/* /Tiny Slider Banner */

.menu--above {

	border-bottom: 1px solid rgba(197,156,40,0.4);

}

ul.socials {

	padding: 0;

	margin:0;

}

ul.socials li {

	float: left;

	list-style-type: none;

	margin-left: 15px;

}

footer ul.socials li {

	margin-left: 0;

	margin-right: 15px;

}

@media only screen and (max-width : 768px) {

	footer ul.socials {

		list-style-type:none;

		display:flex;

		justify-content: center;

	}

	footer ul.socials li {

		display: list-item;

		margin-left: 7px;

		margin-right: 7px;

	}

}

ul.socials li a {

	color:#fff;

}

ul.socials li a:hover {

	color:#c59c28;

}

#main-menu ul li:last-of-type a {

	padding-right: 2px !important;

}

#carouselHome .carousel-item {

	height: 100vh;

	position: relative;

}



#carouselHome .carousel-item-curtine {

	position: absolute;

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

	background-color: rgba(0,0,0,0.7);

	background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);

}

#carouselHome .carousel-item h2 {

	position: relative;

	display: inline-block;

	padding-right: 30px;

}

#carouselHome .carousel-item h2::before {

	content:"";

	position: absolute;

	top:-20px;

	right: 0px;

	width: 5000px;

	height: 1px;

	border-right:1px solid #c59c28;

	background-color: rgba(197,156,40,0.5);

}



#carouselHome .carousel-item img {

	position: absolute;

	object-fit: cover;

	height: 100%;

	top:50%;

	transform: translateY(-50%);

}

#carouselHome .carousel-caption {

	top: 53%;

	transform: translateY(-50%);

	left: 16.66666%;

	text-align: left;

	bottom:unset;

}

@media only screen and (max-width : 991px) { 

	#carouselHome .carousel-caption {

		top: 55%;

		transform: translateY(-50%);

		left: 70px;

	}

}

.carousel-indicators {

	margin-bottom: 3rem;

}

.carousel-indicators [data-bs-target] {

	background-color: #c59c28;

	width: 10px;

	height: 10px;

	border:1px solid #c59c28;

	opacity: 1;

}

.carousel-indicators .active {

	background-color: transparent;

}

#carouselHome h2 {

	font-size: 48px;

}

@media only screen and (max-width : 991px) { 

	#carouselHome h2 {

		font-size: 36px;

	}

}

.text-yellow {

	text-transform: uppercase;

	font-size: 14px;

	font-weight: 800;

	color:#c59c28;

}

h1 strong,

h2 strong {

	font-style: normal;

	text-decoration-line: underline;

	text-decoration-color:rgba(197,156,40,0.5);

	text-decoration-thickness: 10px;

	text-decoration-skip-ink:none;

	text-underline-offset:-6px;

}

.header-fx {

	position: relative;

	padding-right: 80px;

}

.header-fx::after {

	content: "";

	position: absolute;

	top: -10px;

	transform: translateY(-50%);

	right: 0;

	height: calc(100% + 20px);

	width: 15px;

	background-color: rgba(197,156,40,0.5);

	transform: skew(-45deg);

}

.header-fx h3 {

	font-size: 34px;

	color:#c59c28;

	margin-bottom: 0;

	font-weight: 800;

}

.header-fx span {

	font-size: 14px;

	font-weight: 800;

}

.text-2-cols {

	column-count: 2;

	column-gap: 30px;

}

@media only screen and (max-width : 991px) { 

	.text-2-cols {

		column-count: 1;

		column-gap: 0;

	}

}



.presentation-box {

	overflow: hidden;

}

.presentation-box .presentation-box--img img {

	filter: grayscale(1);

	transition: all 0.5s;

}

.presentation-box--img--curtine {

	position: absolute;

	width: 100%;

	height: 100%;

	top:0;

	left: 0;

	background: rgb(0,0,0);

	background: linear-gradient(135deg, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.4) 48%, rgba(0,0,0,0.6) 75%);

}

.presentation-box--data {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

}

.presentation-box--type-2 .presentation-box--data {

	position: relative;

	overflow: hidden;



}

.presentation-box:hover .presentation-box--img img {

	filter: grayscale(0);

}

.presentation-box .btn-text {

	position: relative;

	transition: all 0.4s;



}

.presentation-box .btn-text {

	transition: all 0.4s;

	position: relative;

}

.presentation-box:hover .btn-text {

	text-align: right;

	position: relative;

}

.presentation-box .btn-text span {

	display: inline-block;

	position: relative;

}

.presentation-box:hover .btn-text span::before {

	content:"";

	position: absolute;

	width: 300px;

	height: 1px;

	background-color: rgba(197,156,40,0.5);

	top:50%;

	left: -330px;

}



.presentation-box--type-2:hover .btn-text {

	text-align: left;

}



.presentation-box:hover .presentation-box--img--curtine {

	background: linear-gradient(135deg, rgba(0,0,0,0.7) 20%, rgba(0,0,0,0.2) 48%, rgba(0,0,0,0.6) 75%);

}

.presentation-box:hover h3 {

	transition: all 0.5s;

}

.presentation-box:hover h3 {

	color:#c59c28;

}

.feature-box {

	border:1px solid rgba(197,156,40,0.5);

	transition: all 0.4s;

}

.feature-box:hover {

	border:1px solid rgba(197,156,40,1);

}

.feature-box .feature-box--img {

	width: 125px;

}

.feature-box .feature-box--data h3 {

	color:#fff;

	margin-bottom: 30px;

}

.feature-box .feature-box--data {

	color:#8e8e8e;

	transition: all 0.4s;

}

.feature-box:hover .feature-box--data {

	color:#fff;

}





.bg-darker {

	background-color: #1e2026;

}

#cta.bg-darker {

	background-color: #292e3a;

}

.gfx-line::before {

	content:"";

	position: absolute;

	top:-10px;

	right: 0px;

	width: 5000px;

	height: 1px;

	border-right:1px solid #c59c28;

	background-color: rgba(197,156,40,0.5);

}

header.gfx-line.text-center {

	display: inline-block;

	margin-left: auto;

	margin-right: auto;

}

.text-center .gfx-line span {

	position: relative;

}

.text-center .gfx-line span::before {

	content:"";

	position: absolute;

	top:-20px;

	right: 0px;

	width:100%;

	height: 1px;

	border-right:1px solid #c59c28;

	background-color: rgba(197,156,40,0.5);

}

.text-center .gfx-line::before {

	display: none;

}

section header {

	max-width: 50%;

}

@media only screen and (max-width : 768px) {

	section header {

		max-width: 90%;

	}

}

#cta header {

	max-width: unset;

}

.nav-tabs {

	border-bottom: 1px solid rgba(197,156,40,0.5);

}

.nav-tabs button {

	color:#fff;

	font-size: 16px;

	font-weight: 600;

}

.nav-tabs .nav-link {

	border:0;

}

.nav-tabs .nav-link.active,

.nav-tabs .nav-link:hover,

.nav-tabs .nav-link:focus {

	color:#c59c28;

	background-color: transparent;

	border-bottom: 1px solid #c59c28;

}

.carousel-control-prev-icon, .carousel-control-next-icon {

	background-color: #c59c28;

	width: 50px;

	height: 50px;

	background-size: 14px;

}

.carousel-control-prev-icon {

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8'/%3E%3C/svg%3E");

}

.carousel-control-next-icon {

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/%3E%3C/svg%3E");

}

.accordion-item, .accordion-button {

	background-color: #16181d;

}

.accordion-button:focus {

	box-shadow: none;

	border-color: rgba(0,0,0,.125);

}

.accordion-button:not(.collapsed) {

	background-color: #0e0f12;

}

.accordion-item:hover,

.accordion-item:has(.accordion-button:not(.collapsed)) {

	background-color: #0e0f12;

	transition: all 0.000001s;

}

.accordion-item:hover .accordion-button {

	background-color: #0e0f12;

	transition: all 0.000001s;

}

.accordion-button {

	font-size: 18px;

	font-weight: 700;

}

[data-bs-theme="dark"] .accordion-button::after {

	filter: grayscale(1) invert(1) brightness(100);

}

.accordion-button:not(.collapsed) {

	color:#fff;

}

footer {

	background-color: #1e2026;

}

footer a {

	color:#fff;

}

.footer-column ul {

	padding: 0;

	margin:0;

}

.footer-column ul li {

	padding: 0;

	margin:0;

	list-style-type: none;

	padding-top: 3px;

	padding-bottom: 3px;

}

.footer-column ul li a {

	font-weight: 500;

	display: block;

}

.footer-column ul li a:hover {

	color:#c59c28;

}

footer .mcr-logo {

	width: 200px;

	height: auto;

}

.border-top {

	border-top:1px solid rgba(197,156,40,0.5) !important;

}

.copyrights {

	color: #757575;

	font-size: 14px;

}

.copyrights a {

	color: #757575;

}

.cursor-pointer {

	cursor: pointer;

}

#breadcrumbs {

	margin-top: 116px;

	background-color: #0e0f12;

	font-size: 13px;

	color:#8b8d94;

	font-weight: 300;

}

@media only screen and (max-width : 991px) {

	#breadcrumbs {

		margin-top: 123px;

	}

}

@media only screen and (max-width : 767px) {

	#breadcrumbs {

		margin-top: 121px;

	}

}

#breadcrumbs a {

	color:#fff;

	font-weight: 400;

}

#breadcrumbs span.fx {

	position:relative;

	padding-left: 25px;

	padding-right: 25px;

}

#breadcrumbs span.fx::after {

	content:"";

	position:absolute;

	border-right: 1px solid #c59c28;

	height: 17px;

	top:0px;

	transform: skew(-45deg);

}

.w-max-100 {

	max-width: 100%;

}

.w-max-unset {

	max-width: unset;

}

.contact-form {

	background-color: #1e2026;

	z-index: 10;

	margin-top: -100px;

}

@media only screen and (max-width : 991px) {

	.contact-form {

		margin-top: unset;

	}

}

.contact--desc {

	font-size: 24px;

	font-weight: 700;

	line-height: 30px;

}

.contact--boxes-pos {

	border:1px solid #615438;

	min-height: 100px;

	margin-top: -1px;

	margin-left: -1px;

	font-size: 18px;

}

.contact--boxes-pos p:last-of-type{

	margin-bottom: 0;

}

.contact--boxes-pos a{

	color:#fff;

}

.contact--boxes-pos a:hover{

	color:#c59c28;

}

.contact--boxes-pos ul.socials {

	list-style-type:none;

	display:flex;

	justify-content: center;

}

.contact--boxes-pos ul.socials li {

	display: list-item;

	margin-left: 7px;

	margin-right: 7px;

}

.contact-desc-below {

	font-size: 14px;

	font-weight: 500;

}

.feature-fx {

	position: relative;

	padding-left: 110px;

}

.feature-fx h4 {

	color:#c59c28;

	font-size: 24px;

	font-weight: 800;

	margin-bottom: 0;

}

.feature-fx span {

	font-size: 14px;

	font-weight: 800;

	letter-spacing: 0.05em;

}

.feature-fx::before {

	content: "";

	position: absolute;

	top: -10px;

	transform: translateY(-50%);

	left: 40px;

	height: calc(100% + 15px);

	width: 13px;

	background-color: rgba(197,156,40,0.5);

	transform: skew(-45deg);
	max-height: 50px;

}

.company-features--pos {

	border-top:1px solid rgba(197,156,40,0.4);

}

.company-features--pos h4 {

	font-size: 24px;

}

.company-features--pos:hover {

	border-top:1px solid rgba(197,156,40,1);

}

.company-features--pos img {

	height: 75px;

	width: auto;

}

.gm-style .gm-style-iw-c {

	border-radius: 0;

}

.gm-style .gm-style-iw-c p,

.gm-style .gm-style-iw-c h3 {

	color:#000;

}

.error-legend {

	font-size: 18px;

	font-weight: 700;

}

#search-bar {

	background-color: rgba(14,15,18,0.72);

}

.search-box:hover .btn {

	display: block;

	text-align: right;

	overflow: hidden;

}

.search-box:hover h3 {

	color:#c59c28;

}

.search-box:hover .btn span {

	position: relative;

}

.search-box:hover .btn span::before {

	content:"";

	position: absolute;

	width: 5000px;

	left: -5030px;

	height: 1px;

	top:50%;

	background-color: #c59c28;

}

#taxonomy-filter ul {

	padding:0;

	margin:0;

	border-bottom: 1px solid rgba(197,156,40,0.4);

}

#taxonomy-filter ul li {

	list-style-type: none;

	display: inline-block;

	padding:10px 20px;

}

#taxonomy-filter ul li a {

	color:#fff;

	font-size: 16px;

	font-weight: 600;

	display: block;

}

#taxonomy-filter ul li a:hover {

	color:#c59c28;

}

.taxonomy-pos.active,

.taxonomy-pos.active a {

	color:#c59c28 !important;

	font-weight: 600;

	font-size: 16px;

}

.taxonomy-pos.active  {

	border-bottom: 1px solid rgba(197,156,40,1);

	margin-bottom: -1px;

}

.sidebar--single-data-pos--value {

	font-weight: 700;

}

.border-start {

	border-left: 1px solid rgba(197,156,40,0.4) !important;

}

.single-realizacja #cta {

	background-color: #292e3a;

	padding-bottom: 48px;

}

.single-realizacja footer {

	margin-top: 0 !important;

}

.sidebar--single-industry-data--count {

	background-color: #c59c28;

	color:#000;

	font-size: 14px;

	font-weight: 800;

	text-align: center;

	display: inline-block;

	width: 50px;

	min-width: 50px;

	line-height: 50px;

}

.sidebar--single-industry-data--title {

	font-size: 20px;

	font-weight: 700;

}

@media only screen and (max-width : 767px) {

	.sidebar--single.border-start {

		border-left: none !important;

	}

}

.page-numbers {

	background-color: #a77d24;

	color:#000;

	text-align: center;

	width: 40px;

	height: 40px;

	line-height: 40px;

	font-size: 14px;

	font-weight: 800;

	display: block;

	float: left;

}

.page-numbers.current,

.page-numbers:hover {

	background-color: #c59c28;

	color:#000;

}

#content ul,

#service-desc ul {

	padding: 0;

	margin-top:30px;

	margin-bottom:30px;

}

#content ul li,

#service-desc ul li {

	padding-left: 50px;

	list-style-type: none;

	font-weight: 700;

	background-image: url(../img/li.webp);

	background-repeat: no-repeat;

	background-position: left center;

	padding-top: 5px;

	padding-bottom: 5px;

}

#service-desc h3 {

	font-size: 30px;

	margin-bottom: 30px;

}

/* ============================================= */

/* 6. Responsive fixes                           */

/* ============================================= */



@media only screen and (max-width : 1150px) {

	.slider-container .slider-controls {

		margin: 0;

	    padding: 0;

	    list-style: none;

	    position: absolute;   

	    top: 50%;

	    transform: translatey(-50%);

	    display: flex;

	    align-items: center;    

	    justify-content: space-between;

	}

}



/* Medium Devices, Desktops */

@media only screen and (max-width : 991px) { 

	.navbar-brand img {

		width: 120px; 

		height: auto;

	}

	.menu--above {

		margin-top: -58px;

	}

	.navbar-brand--gfx {

		left: -50px;

		right: auto;

		width: 220px;

	}

	.navbar-brand-wrapper {

		width: 150px;

	}

	.navbar-toggler {

		display: inherit;

		margin-left: auto;

		margin-right: 0;

	}

	.sticky.navbar .menu--above {

		/*backdrop-filter: blur(10px);*/

		margin-top: -123px;

	}

	.sticky.navbar .navbar-toggler {

		margin-top: 5px;

	}



}



/* Small Devices, Tablets */

@media only screen and (max-width : 768px) {

	/* WP image float fix */

	figure.alignleft, img.alignleft, figure.alignright, img.alignright {

		float:none;

	}

	/* /WP image float fix */





} 



/* Extra Small Devices, Phones */ 

@media only screen and (max-width : 480px) {

}



/* Custom, iPhone Retina */ 

@media only screen and (max-width : 320px) {

}





/* Height */

@media only screen and (max-height : 730px) {

}