@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');*/

/* 1.2  Typography */
/*@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-bold.woff2") format("woff2"), url("../fonts/gilroy-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-regular.woff2") format("woff2"), url("../fonts/gilroy-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-regularitalic.woff2") format("woff2"), url("../fonts/gilroy-regularitalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Swansea";
  src: url("../fonts/swansea.woff2") format("woff2"), url("../fonts/swansea.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Swansea";
  src: url("../fonts/swansea-bold.woff2") format("woff2"), url("../fonts/swansea-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-semibold.woff2") format("woff2"), url("../fonts/gilroy-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-semibolditalic.woff2") format("woff2"), url("../fonts/gilroy-semibolditalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

.font-gilory {font-family: "Gilroy", "Arial", sans-serif !important;}
*/


/* FONTS LOCAL */

/* open-sans-300 - greek_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v40-greek_latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v40-greek_latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* open-sans-300italic - greek_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/open-sans-v40-greek_latin-300italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v40-greek_latin-300italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* open-sans-regular - greek_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-greek_latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v40-greek_latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* open-sans-italic - greek_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-greek_latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v40-greek_latin-italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* open-sans-500 - greek_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v40-greek_latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v40-greek_latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* open-sans-500italic - greek_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/open-sans-v40-greek_latin-500italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v40-greek_latin-500italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* open-sans-600 - greek_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v40-greek_latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v40-greek_latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* open-sans-600italic - greek_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/open-sans-v40-greek_latin-600italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v40-greek_latin-600italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* open-sans-700 - greek_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v40-greek_latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v40-greek_latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* open-sans-700italic - greek_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/open-sans-v40-greek_latin-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v40-greek_latin-700italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* open-sans-800 - greek_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v40-greek_latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v40-greek_latin-800.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* open-sans-800italic - greek_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/open-sans-v40-greek_latin-800italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v40-greek_latin-800italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


/* stix-two-text-regular - greek_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'STIX Two Text';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/stix-two-text-v12-greek_latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/stix-two-text-v12-greek_latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* stix-two-text-italic - greek_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'STIX Two Text';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/stix-two-text-v12-greek_latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/stix-two-text-v12-greek_latin-italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* stix-two-text-500 - greek_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'STIX Two Text';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/stix-two-text-v12-greek_latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/stix-two-text-v12-greek_latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* stix-two-text-500italic - greek_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'STIX Two Text';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/stix-two-text-v12-greek_latin-500italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/stix-two-text-v12-greek_latin-500italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* stix-two-text-600 - greek_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'STIX Two Text';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/stix-two-text-v12-greek_latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/stix-two-text-v12-greek_latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* stix-two-text-600italic - greek_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'STIX Two Text';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/stix-two-text-v12-greek_latin-600italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/stix-two-text-v12-greek_latin-600italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* stix-two-text-700 - greek_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'STIX Two Text';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/stix-two-text-v12-greek_latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/stix-two-text-v12-greek_latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* stix-two-text-700italic - greek_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'STIX Two Text';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/stix-two-text-v12-greek_latin-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/stix-two-text-v12-greek_latin-700italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}





/* GENERAL */

body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -webkit-locale: auto;
  white-space: normal;
  /*font-family: "Poppins", "Arial", sans-serif;*/
  font-size: 16px;
  line-height: 1.625;
  color: #787878;
  font-weight: 400;
  -webkit-locale: auto;
  white-space: normal;
  transition: 0.5s ease-in-out;
  /*padding-bottom: 410px;*/
  
  font-family: 'Open Sans', sans-serif;
}

@media (max-width: 768px) {

body { /*padding-bottom: 540px;*/}
	
}

body .body-innerwrapper > * {
	background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	font-family: 'STIX Two Text', serif;
}

h1 {
	font-size: 40px;
	font-weight: 600;
}

h2 {
	font-size: 35px;
	font-weight: 600;
	color: var(--maincolor);
}

h3 {
	font-size: 30px;
	font-weight: 600;
}

h4 {
	font-size: 25px;
	font-weight: 600;
}

h5 {
	font-size: 20px;
	font-weight: 600;
}

h6 {
	font-size: 17px;
	font-weight: 600;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

p {
	/*margin: 0;*/
}

a {
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
	color: var(--maincolor);
}

a:hover {
	color: #000;
}

body .sppb-btn {
  display: inline-block;
  vertical-align: top;
    padding: 17px 44px;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
	border-radius: 0;
}

body .sppb-btn.sppb-btn-primary {
  /*color: #000000;*/
	background: var(--maincolor);
	border-color: var(--maincolor);
}

body .sppb-btn.sppb-btn-primary:hover {
	color: #000000;
	background: #e0cfb8;
}

.sppb-btn-primary.focus, .sppb-btn-primary:focus {
	color: #000000;
	box-shadow: none;
}

#sp-footer {
	font-size: inherit;
	/*position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 0;*/
}

#sp-footer #sp-footer2 {
	text-align: inherit;
}

.sppb-addon-optin-forms,
.sppb-addon-optin-forms .sppb-optin-form-details-wrap:not(:empty){
	padding: 0px;
}

.sppb-addon-optin-forms .sppb-btn i {display: none;}

.overflow-hidden {overflow: hidden !important;}

.sp-scroll-up {
	background: var(--maincolor);
}


.hero__content {
  position: relative;
  padding-left: 36px;
}

@media (min-width: 1200px) {
  .hero__content {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding-left: 142px;
    background-image: linear-gradient(to right, #ffffff 54.375%, transparent 54.375%);
  }
  .hero__content .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .hero__content-dark {
    background-image: linear-gradient(to right, #272727 54.375%, transparent 54.375%);
  }
}

@media (min-width: 1560px) {
  .hero__content {
    padding-left: 0;
    background-image: linear-gradient(to right, #ffffff 44.375%, transparent 44.375%);
  }
  .hero__content-dark {
    background-image: linear-gradient(to right, #272727 44.375%, transparent 44.375%);
  }
}

.video-section__bottom {
	position: absolute !important;
	left: 15px;
	right: 15px;
	bottom: 0;
	justify-content: space-between;
}

.map-overlay {
	position: absolute !important;
	top: 50%;
	transform: translatey(-50%);
	left: 14%;
}

/* HEADER */ 


#sp-top {
	z-index: 9999;
	position: relative;
	background-color: transparent;
}

#sp-header {
	height: auto;
	box-shadow: none;
	transition: all 0.5s ease-in-out;
	padding: 0px 15px;
}

#sp-header.header-sticky {
	/*padding-top: 15px;
	padding-bottom: 15px;*/
	transition: all 0.5s ease-in-out;
	animation-name: menu_sticky;
	animation-duration: 0.60s;
	animation-timing-function: ease-out;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
}


@keyframes menu_sticky {
  0%   {margin-top:-200px;}
  50%  {margin-top: -180px;}
  100% {margin-top: 0;}
}

#sp-header > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-header > .container > .container-inner > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-header .logo a .logo-image,
#sp-header .logo a .logo-image-phone {
}

#sp-logo .sp-column {
	position: relative;
	z-index: 0;
	overflow: visible;
	display: inline-block;
	vertical-align: top;
	padding: 7px 0 11px 15px;
	margin-right: 20px;
}

#sp-logo .sp-column:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 100%;
	border-right: none;
}

#sp-logo .sp-column:after {
	/*content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 40px;
	height: 100%;
	background-color: var(--maincolor);
	transform: translateX(-100%);
	transition: transform 0.3s ease;*/
}

#sp-header.header-sticky #sp-logo .sp-column {
    padding: 5px 0 8px 10px;
}

#sp-header.header-sticky #sp-logo .sp-column:before,
#sp-header.header-sticky #sp-logo .sp-column:after {
    width: 0px!important;
}

#sp-header .logo {
	height: auto;
	display: block;
	font-size: 28px;
	line-height: 1.21;
	color: #000000;
	/*font-family: "Gilroy", "Arial", sans-serif;*/
	font-weight: 700;
}

#sp-header.header-sticky .logo {
	font-size: 20px;
}

#sp-header .logo a,
#sp-header .logo a:hover {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}

#sp-header .logo-slogan {
	display: block;
	font-size: 11px;
	line-height: 1.18;
	color: #000000;
	opacity: 0.6;	
}

#sp-header.header-sticky .logo-slogan {
    font-size: 9px;
    color: #000000;
}

.sp-megamenu-parent {
	float: none;
}

.sp-megamenu-parent > li {text-align: left;}

.sp-megamenu-parent > li:not(:last-child){
	margin-right: 46px;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	padding: 0;
	position: relative;
	font-weight: 600;
	transition: color 0.3s ease;
	font-size: 14px;
	line-height: 60px;
	text-transform: uppercase;
}


body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
	display: none;
}

.sp-megamenu-parent > li.active > a {
	font-weight: 600;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
text-align: left;
list-style: none;
padding: 30px 30px 30px 30px;
box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
}


.sp-megamenu-parent .sp-mega-group > li > a {
	margin-bottom: 20px;
	/*font-size: 12px;*/
	line-height: 1;
	color: #787878;
	text-transform: capitalize;
	letter-spacing: 0.01em;
}

.sp-megamenu-parent .sp-mega-group > li > a:hover {
	color: var(--maincolor);
}

.sp-megamenu-parent .sp-dropdown li + li {margin-top: 8px;}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
padding: 0;
font-weight: 400;
font-size: 14px;
line-height: 1.875;
letter-spacing: 0.015em;
transition: color 0.3s ease;
}


/* */

/* PAGE TITLE */

#sp-section-4 {position: relative; z-index: 88;}

.sp-page-title {
	padding: 150px 0 50px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
}

.sp-page-title .sp-page-title-heading {
  margin: 0;
  /*font-family: "Gilroy", "Arial", sans-serif;*/
  font-size: 32px;
  line-height: 1.25;
  color: #000000;
  font-weight: 700;
}

@media (min-width: 768px) {
  .sp-page-title .sp-page-title-heading {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  .sp-page-title .sp-page-title-heading {
    font-size: 48px;
  }
}


@media (min-width: 768px) {
  .sp-page-title .sp-page-title-heading {
    font-size: 48px;
  }
}

@media (min-width: 1200px) {
  .sp-page-title .sp-page-title-heading {
    font-size: 60px;
  }
}


.sp-page-title .breadcrumb {
	background: none;
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	text-transform: lowercase;
	color: inherit;
	font-weight: 500;
	margin: 25px 0 0 0;
	position: relative;
	z-index: 5;
	display: block;
}

.sp-page-title .breadcrumb > li {display: inline-block;}

.sp-page-title .breadcrumb > li > a {
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 26px;
}

.sp-page-title .breadcrumb > li + li::before {
    color: #fff;
	padding-right: 30px;
}

.sp-page-title .breadcrumb > li > a:hover,
.sp-page-title .breadcrumb > .active {
    color: rgba(255,255,255,.8);
}

/* */

#sp-main-body {position: relative; z-index: 1;}

#sp-header.header-sticky ~ section#sp-main-body {
	padding-top: 0;
}

.com-spsimpleportfolio #sp-main-body,
.com-content #sp-main-body,
.com-j2store #sp-main-body {
	padding: 50px 0 210px;
}


.com-spsimpleportfolio #sp-header.header-sticky ~ section#sp-main-body,
.com-content #sp-header.header-sticky ~ section#sp-main-body,
.com-j2store #sp-header.header-sticky ~ section#sp-main-body {
	padding-top: 50px;
}

/* SIDEBAR */

.sidebar-class  .sppb-row-container {width: 100% !important; }
.sidebar-class.com-sppagebuilder #sp-main-body {margin: 0 auto;}
@media (min-width: 768px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 750px;}
}
@media (min-width: 992px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 970px;}
}
@media (min-width: 1200px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 1170px;}
}

.com-sppagebuilder #sp-right, .com-sppagebuilder #sp-left {
	padding-top: 50px;
	padding-bottom: 210px;
	position: relative;
}

#sp-left .sp-module, #sp-right .sp-module {
	border: 0px solid #f3f3f3;
	padding: 0;
	border-radius: 0px;
}

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
	display: block;
	border-bottom: 0px solid #f3f3f3;
}

/* */

/* PORTFOLIO */

.featherlight {
  top: 10%;
}

.featherlight .featherlight-content {
  max-height: 95%;
  max-width: 55%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: transparent none repeat scroll 0 0;
}

.sp-simpleportfolio .sp-simpleportfolio-filter {
	text-align: left;
	margin-bottom: 0;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul {
	padding-top: 0;	
	padding-bottom: 50px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
	float: left;
	display: block;
	margin: 0;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
padding: 0;
/*font-family: "Poppins", "Arial", sans-serif;*/
font-size: 16px;
line-height: 1.3125;
color: #000000;
font-weight: 600;
text-transform: capitalize;
background-color: transparent;
border: none;
appearance: none;
cursor: pointer;
transition: color 0.3s ease;
	background: none;
	position: relative;
	transition: all 0.3s ease-in-out 0s;
	margin-right: 28px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
	background: none;
	color: var(--maincolor);
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a {
	background: none;
	color: var(--maincolor);
}


.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper {
	position: relative;
	overflow: hidden;
}

.sp-simpleportfolio-item .card__image {
	display: block;
}

.sp-simpleportfolio-item .card__image img {
	display: block;
	width: 100%;
	height: auto;
}


.sp-simpleportfolio-item .card__content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 30px;
  transition: background-color 0.5s ease;
}

@media (min-width: 1200px) {
  .sp-simpleportfolio-item .card__content {
    padding: 44px 30px;
  }
}

.sp-simpleportfolio-item .card__heading {
  position: absolute;
  left: 32px;
  bottom: 12px;
  margin: 0;
  transform: translateY(-20px);
  font-size: 28px;
  line-height: 1.4;
  color: #ffffff;
 /* font-family: "Gilroy", "Arial", sans-serif;*/
  visibility: hidden;
  font-weight: bold;
}

@media (min-width: 1200px) {
  .sp-simpleportfolio-item .card__heading {
    left: 40px;
    bottom: 24px;
    font-size: 32px;
  }
}

.sp-simpleportfolio-item .card__text {
  display: block;
  max-width: 340px;
  margin-top: 24px;
  margin-bottom: auto;
  opacity: 0;
  transform: translateY(-20px);
  font-size: 16px;
  line-height: 1.3125;
  color: #000000;
}

.sp-simpleportfolio-item .card__text br {
  display: none;
}

@media (min-width: 992px) {
  .sp-simpleportfolio-item .card__text br {
    display: block;
  }
}

.sp-simpleportfolio-item .card__bottom {
  display: block;
  margin-top: 12px;
  opacity: 0;
}

.sp-simpleportfolio-item .card__link {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 1.15;
  color: #000000;
  font-weight: 700;
}

.sp-simpleportfolio-item .card__link i {
  margin-left: 8px;
}

.sp-simpleportfolio-item:hover, .sp-simpleportfolio-item:focus{
  outline: none;
}

.sp-simpleportfolio-item:hover .card__content, .sp-simpleportfolio-item:focus .card__content {
  background-color: rgba(251, 199, 16, 0.95);
}


.sp-simpleportfolio-item:hover .card__heading, .sp-simpleportfolio-item:focus .card__heading {
  position: static;
  color: #000000;
  transform: translateY(0);
  transition: transform 0.5s ease;
  visibility: visible;
}

.sp-simpleportfolio-item:hover .card__text, .sp-simpleportfolio-item:focus .card__text {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.4s 0.2s ease, opacity 0.4s 0.2s ease;
}

.sp-simpleportfolio-item:hover .card__bottom, .sp-simpleportfolio-item:focus .card__bottom {
  opacity: 1;
}

.com-spsimpleportfolio.gallery-full #sp-main-body .container {max-width: 100%;}



@media (min-width: 320px) {.com-spsimpleportfolio.gallery-full #sp-main-body .sp-simpleportfolio-filter {max-width: 400px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {.com-spsimpleportfolio.gallery-full #sp-main-body .sp-simpleportfolio-filter {max-width: 540px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {.com-spsimpleportfolio.gallery-full #sp-main-body .sp-simpleportfolio-filter {max-width: 720px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {.com-spsimpleportfolio.gallery-full #sp-main-body .sp-simpleportfolio-filter {max-width: 960px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {.com-spsimpleportfolio.gallery-full #sp-main-body .sp-simpleportfolio-filter {max-width: 1140px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}

/* */

/* BLOG */

.com-content.blog-full #sp-main-body .container {max-width: 100%;}

.article-list .article {
	padding: 0;
	border: 0px solid #f5f5f5;
	border-radius: 0;
	position: relative;
	border-color: transparent;
	display: block;
	box-sizing: border-box;
	height: 100%;
	overflow: hidden;
}

.article-list .col-md-12 .article, .article-list .col-md-4 .article, .article-list .col-md-3 .article {margin-bottom: 0px;}

.article-list .row > .col-md-12 + .col-md-12 {margin-top: 30px;}
.article-list .row > .col-md-4 + .col-md-4 {margin-top: 30px;}
.article-list .row > .col-md-3 + .col-md-3 {margin-top: 30px;}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
	margin: 0;
	border-radius: 0;
	border-bottom: 0px solid #f5f5f5;
	overflow: hidden;
	position: relative;
	height: 400px;
}

@media (min-width: 992px) {
  .article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
    height: 100%;
  }
}

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
	border-radius: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-body {
position: absolute;
top: 0;
left: 0;
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
padding: 30px;
transition: background-color 0.5s ease;
width: 100%;
padding-left: 0;
background-color: #ffffff;
position: relative;
transition: transform 0.4s ease;
}

@media (min-width: 992px) {
  .article-body {
    max-width: 351px;
    padding-left: 30px;
    border: 4px solid var(--maincolor);
    transform: translateX(100%);
    position: absolute;
    left: unset;
    right: 0;
  }
}

@media (min-width: 1200px) {
  .article-body {
    padding: 36px 32px 22px;
  }
}

.article-list .article:hover .article-body {
	background-color: #ffffff;
}

@media (min-width: 992px) {

.article-list .article:hover .article-body {
	background-color: #ffffff;
	transform: translateX(0);
}
	
}


.article-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1;
	margin: 0;
}

.article-info > span {
text-align: left;
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #000000;
margin-bottom: 16px;
}

@media (min-width: 992px) {
  .article-info {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.article-list .article:hover .article-info {
	opacity: 1;
	transform: translateY(0);
	transition: transform 0.6s 0.4s ease, opacity 0.6s 0.4s ease;
}

.article-info > span:not(:last-child), .article-info > span:not(:last-child) {
	margin-right: 10px;
}

.article-info > span + span::before {
	display: none;
}

.article-info > span i {
	font-size: 16px;
	margin-right: 5px;
	position: relative;
}


.article-list .article .article-header h1, .article-list .article .article-header h2 {
	line-height: 1.4;
color: #ffffff;
	/*font-family: "Gilroy", "Arial", sans-serif;*/
  position: relative;
  left: unset;
  bottom: unset;
  transform: none;
  color: #000000;
  visibility: visible;
  font-weight: bold;
}

@media (min-width: 992px) {
  .article-list .article .article-header h1, .article-list .article .article-header h2 {
    position: absolute;
    left: 32px;
    bottom: 12px;
    opacity: 0;
    transform: translateY(-20px);
  }
}

@media (min-width: 1200px) {
  .article-list .article .article-header h1, .article-list .article .article-header h2 {
    left: 40px;
    bottom: 24px;
    font-size: 32px;
  }
}

.article-list .article:hover .article-header h1, .article-list .article:hover .article-header h2 {
    position: static;
    color: #000000;
    transform: translateY(0);
	visibility: visible;
}

@media (min-width: 992px) {
  .article-list .article:hover .article-header h1, .article-list .article:hover .article-header h2 {
    opacity: 1;
    transition: transform 0.5s 0.5s ease, opacity 0.4s 0.5s ease;
}
}

.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
	color: #000000;
}

.article-list .article .article-header h1 a:hover, .article-list .article .article-header h2 a:hover, .article-list .article .article-header h1 a:active, .article-list .article .article-header h2 a:active, .article-list .article .article-header h1 a:focus, .article-list .article .article-header h2 a:focus {
	color: var(--maincolor);
}


.article-introtext {
	display: block;
max-width: 340px;
margin-top: 24px;
margin-bottom: auto;
opacity: 0;
transform: translateY(-20px);
font-size: 16px;
line-height: 1.3125;
color: #000000;
  margin-top: 27px;
  line-height: 26px;
  opacity: 1;
  transform: none;
}

@media (min-width: 992px) {
  .article-introtext {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.article-list .article:hover .article-introtext {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.4s 0.2s ease, opacity 0.4s 0.2s ease;
}


@media (min-width: 992px) {

.article-list .article:hover .article-introtext {
    transition: transform 0.4s 0.6s ease, opacity 0.4s 0.6s ease;
}

}

.article-list .article .readmore {
    display: block;
    margin-top: 12px;
    opacity: 1;
}

@media (min-width: 992px) {
  .article-list .article .readmore {
    opacity: 0;
  }
}

.article-list .article:hover .readmore {
  opacity: 1;
}

.article-list .article .readmore a,
.article-list .article .readmore a:hover {
	display: flex;
align-items: center;
font-size: 20px;
line-height: 1.15;
font-size: 16px;
font-weight: 600;
color: var(--maincolor) !important;
}

.article-list .article .readmore a:after {
	color: var(--maincolor);
	margin-left: 16px;
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.article-list .article .readmore a:hover:after {
	animation: link-arrow-hover 0.4s ease;
}

/* SINGLE POST */

.view-article #sp-section-4 {display: none;}
.view-article #sp-main-body {padding: 0;}
.view-article #sp-main-body > .container {max-width: 100%; padding: 0;}

.article-details {
	border-color: transparent;
	box-shadow: none;
	position: relative;
}

.article-details .article-full-image {
	text-align: center;
	margin-bottom: 0;
	display: none;
}

.article-details .article-full-image img {
	display: block;
	border-radius: 4px;
	width: 100%;
}

.article-details .article-header {display: none;}

.article-details .article-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1;
	left: 0px;
	position: relative;
	top: 0px;
	z-index: 4;
	display: block;
	padding: 0;
	background: transparent;
	border-radius: 0;
	margin-bottom: 15px;
	color: #888;
	font-size: 12px;
	/*font-family: 'Poppins', sans-serif;*/
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-top: 50px;
	display: none;
}

.single-article-content {
	padding: 0;
}

.article-details .article-info > span,
.article-details .article-info > span a {
	margin-bottom: 7px;
	color: #888;
	font-size: 12px;
	/*font-family: 'Poppins', sans-serif;*/
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.article-details .article-info > span:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 3px;
	color: var(--maincolor);
	content: "\f07c";
}

.article-details .article-info > span.hits:before {
	content: "\f140";
}

.article-info > span + span::before {
	display: inline-block;
	padding-right: 0;
	padding-left: 0;
	content: "";
}

.article-details .article-header h1, .article-details .article-header h2 {
	font-size: 48px;
	margin-bottom: 20px;
}

.tags {
	list-style: none;
	padding: 0;
	margin: 30px 0 30px 0;
	display: block;
}

.list-inline-item:not(:last-child) {
	margin-right: 0;
}

.tags:before {
	display: inline-block;
	font-size: 18px;
	color: #444;
	margin-right: 5px;
	font-weight: 500;
	content: "Tag : ";
	/*font-family: 'Poppins', sans-serif;*/
}

.tags > li a {
height: 24px;
line-height: 24px;
text-align: center;
padding: 0 13px;
font-size: 14px;
font-weight: 400;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin-right: 8px;
margin-bottom: 10px;
}

.blog__share:before {
	display: inline-block;
	font-size: 18px;
	color: #444;
	margin-right: 5px;
	font-weight: 500;
	content: "Share : ";
	/*font-family: 'Poppins', sans-serif;*/
}

.mb-30 {
    margin-bottom: 30px;
}

.article-social-share .social-share-icon ul li:not(:last-child) {
	margin-right: 8px;
}

.article-social-share .social-share-icon ul li a {
	border: none;
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #f1f1f1;
	display: inline-block;
}

.article-social-share .social-share-icon ul li a:hover {
	background: var(--maincolor);
	color: #ffffff;
}

.blog__author {
	padding: 30px 40px;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(10, 0, 58, 0.14);
	-moz-box-shadow: 0px 1px 4px 0px rgba(10, 0, 58, 0.14);
	box-shadow: 0px 1px 4px 0px rgba(10, 0, 58, 0.14);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 95px;
}

.mr-30 {
	margin-right: 30px;
}

.blog__author-content h5 {
	font-size: 18px;
	margin-bottom: 0;
}

.blog__author-content span {
	font-size: 14px;
	display: inline-block;
	margin-bottom: 15px;
}

#article-comments {
	padding-top: 0;
	margin-top: 0;
	border-top: 0px solid #f5f5f5;
}

.article-details .article-featured-video, .article-details .article-featured-audio, .article-details .article-feature-gallery {
	margin-bottom: 0;
}
.article-details .article-featured-video, .article-details .article-featured-audio, .article-details .article-feature-gallery {
	margin-bottom: 0;
}

.article-details .article-can-edit {
	margin-bottom: 0px;
}

/* */


/* PAGINATION */

.pagination {
	display: block;
	padding-left: 0;
	list-style: none;
	border-radius: 0;
	margin-top: 35px;
	text-align: center;
}

.page-link {
	position: relative;
	display: block;
	background-color: #fff;
	border: 1px solid #e4ebe8;
	border-radius: 100% !important;
	color: #7a998c;
	display: inline-block;
	height: 2.5em;
	letter-spacing: 0;
	line-height: 1;
	margin-left: 0;
	margin-right: 4px;
	min-width: 2.5em;
	padding: 0.6em 0.4em 0.3em;
	text-align: center;
}

.page-item {display: inline-block;}

.page-item.active .page-link {
	z-index: 1;
	background-color: var(--maincolor);
	border-color: var(--maincolor);
	color: #fff;
}

.page-link:hover {
	z-index: 2;
	text-decoration: none;
	background-color: var(--maincolor);
	border-color: var(--maincolor);
	color: #fff;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}


/*
@media (min-width: 320px) {#sp-top1  .sppb-container-inner {max-width: 400px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-top1  .sppb-container-inner {max-width: 540px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-top1  .sppb-container-inner {max-width: 720px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-top1 .sppb-container-inner {max-width: 960px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-top1  .sppb-container-inner {max-width: 1140px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
*/

@media (min-width: 320px) {.contained-row  .sppb-container-inner {max-width: 400px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {.contained-row  .sppb-container-inner {max-width: 540px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {.contained-row  .sppb-container-inner {max-width: 720px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {.contained-row .sppb-container-inner {max-width: 960px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {.contained-row  .sppb-container-inner {max-width: 1140px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 992px) {
  .article__main--width-small {
    max-width: 760px;
	margin-left: auto !important;
	margin-right: auto !important;
  }
}



@keyframes link-arrow-hover {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(0);
  }
}


/* J4 Optimization */

.sp-page-title .breadcrumb .float-start {display: none !important;}
.sp-megamenu-wrapper, #sp-header > .container > .container-inner > .row > div > .sp-column,
#sp-header > .row > div > .sp-column  {display: block !important;}

#sp-header .sp-module {
	margin-left: 0px !important; 
}

.offcanvas-menu .logo,
.offcanvas-menu .logo-slogan {display: none !important;}



/* home page */

.home .sp-simpleportfolio-item .card__heading {
	visibility:visible;
}

.home .sp-simpleportfolio-item .card__image img {
	visibility: hidden;
    opacity:0;
    transition:visibility 0.4s linear,opacity 0.4s linear;
}

.home .sp-simpleportfolio-item:hover .card__image img {
	visibility: visible;
    opacity:1;
}

.home .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper {
	border: solid 1px #ffffff;
}

.home .sp-simpleportfolio-item:hover .card__content, .home .sp-simpleportfolio-item:focus .card__content {
	background-color: transparent;
}

.home #sp-footer {
	/*display: none;*/
}

.home {
	/*padding-bottom: 0!important;*/
}

.home .sp-simpleportfolio-item:hover .card__heading, 
.home .sp-simpleportfolio-item:focus .card__heading,
.home .sp-simpleportfolio-item .card__text,
.home .sp-simpleportfolio-item .card__link {
	color: #fff;
}

.home .sp-simpleportfolio-item:hover .card__image:before {
	content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.sp-simpleportfolio-item.intro .sp-simpleportfolio-overlay-wrapper {
	border: none;
}

.transparent .sppb-addon-single-image-container {
	width: 100%
}

.transparent img {
	width: 100%;
	height: auto;
}

.intro-text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

@media (max-width:480px) {
	.transparent img {
		height: 250px!important;
	}
}

@media (max-width:991px) {
	.home .sp-simpleportfolio-item .card__image img {
  visibility: visible;
  opacity: 0.7;
}

	.home .sp-simpleportfolio-item .card__text {
		opacity: 1;
	}
}



/*home video */

#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.video-module {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
/*
.video-module:before, .sppb-section-background-video::before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}*/

@media (max-width: 750px) {
 /*   #background-video { display: none; }
    body {
      background: url("../../../images/fallback.jpg") no-repeat;
      background-size: cover;
    }*/
} 

/* menu */

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	line-height: 1.2;
	padding-top: 7px;
	padding-bottom: 7px;
}

/* menu background */

.home #sp-header {
	background: transparent;
}

.home #sp-header.header-sticky {
	background: #FFF;
}

/* logo */


#sp-logo .sp-column {
	padding: 0px 0 0px 15px;
}

.home #sp-header .logo img {
	filter: none;
}

#sp-header .logo img {
	/*position: fixed;*/
	top: 10px;
	z-index: 1;
	/*filter: invert(46%) sepia(54%) saturate(213%) hue-rotate(347deg) brightness(89%) contrast(88%);*/
}

#sp-header.header-sticky .logo img.logo-image,
#sp-header.header-sticky .logo img.logo-image-phone {
	position: relative;
	height: 80px;
	/*filter: invert(46%) sepia(54%) saturate(213%) hue-rotate(347deg) brightness(89%) contrast(88%);*/
	top: 0;
}

#sp-header {
	background: transparent;
	position: absolute;
}

#sp-header.header-sticky {
	padding: 0px 15px;
	animation: none;
	background: #fff;
}

#sp-header.header-sticky #sp-logo .sp-column {
    padding: 7px 0 11px 15px;
}


.home #sp-header .logo-image-phone {
	visibility: hidden;
	width: 0;
}

@media (min-width: 992px) {
.home #sp-header .logo-image {
  visibility: hidden;
  width: 0;
}
}

.home #sp-header.header-sticky .logo-image, .home #sp-header.header-sticky .logo-image-phone {
	visibility: visible;
	width: 100%;
}



.logo-container {
	max-width: 1115px;
	margin-left: auto;
	margin-right: auto;
}



/* home mobile menu */

.home .burger-icon > span {
	background-color: #FFF;
}

.home #sp-header.header-sticky .burger-icon > span {
	background-color: #000;
}




/* faboba falang */

a[title~=Faboba] {
	display: none!important;
}


.contact-form .sppb-form-check-label {
	font-size: 13px;
	line-height: 14px;
}

a.home-link {
	padding-left: 0px;
	/*text-transform: none;*/
}


/* cookie bar */

.cc-revoke, .cc-window {
	font-family: 'Open Sans', sans-serif;
}

/* footer menus etc*/

#sp-footer ul.menu, #sp-footer ul.menu li {
	display: block;
}

.sp-module ul > li > a {
	color: #000;
}

@media (max-width: 767px) {
	#sp-footer {
		text-align: center;
	}
	
	#sp-footer ul.footer__social {
		margin-left: auto;
		margin-right: auto;
		width: 60px;
	}
	
	#sp-footer .footer-logo .sppb-addon-single-image-container, #sp-footer .footer-logo .sppb-addon-single-image-container img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	/* page image */
	
	.page-image{
		overflow:hidden;
	}
	
	.page-image img {
		width: auto!important;
		max-width: 2000px!important;
		height: 200px;
	}
	
	
}



/* menu */

li.sp-menu-item.sp-has-child::after {
	font-family: "Font Awesome 5 Free";
	content: "\f078";
	font-weight: 900;
	color: #000;
	padding-left: 5px;
	font-size: 12px;
	transition: color 0.3s ease;
}

.home li.sp-menu-item.sp-has-child::after {
	color: #fff;
}

li.sp-menu-item.sp-has-child.active::after {
	color: var(--maincolor);
}


li.sp-menu-item.sp-has-child:hover::after
 {
	color: var(--maincolor);
}




.offcanvas-menu .offcanvas-inner ul.menu > li > a {
	padding: 15px 0px;
}

.offcanvas-menu .offcanvas-inner ul.menu-child li {
	padding-top: 10px;
	padding-bottom: 10px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
	font-size: 18px;
}

.offcanvas-menu .offcanvas-inner {
	padding-top: 0px;
}

.offcanvas-inner .menu-toggler {
	width: 100%;
	text-align: right;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, 
.offcanvas-menu .offcanvas-inner ul.menu > li > span {
	font-size: 20px;
}


/* home gallery */

.home-gallery a.btn-zoom {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}



/*
.home .section-bg-video {
	background-image: url("../../../images/fallback.jpg");
}
*/


/* page settings */

.page-title h2.sppb-addon-title {
	margin: 0;
	font-size: 35px;
	line-height: 1.25;
	font-weight: 600;
}


@media (min-width: 768px) {
.page-title h2.sppb-addon-title {
    font-size: 45px;
  }
}





/*services */

.service .sppb-addon-text-block {
  width: 100%;
  margin-bottom: 0px;
}

.service .services__link {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .service.sppb-addon-text-block:hover .services__link, .service.sppb-addon-text-block:focus .services__link {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .service.sppb-addon-text-block {
    /*margin: 0 27px 0px;*/
  }
}

.service .sppb-addon-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 10px;
  color: #000000;
}

@media (min-width: 768px) {
  .service .sppb-addon-title {
    font-size: 22px;
    margin-bottom: 18px;
  }
}

.service .services__item-text {
  font-size: 14px;
  line-height: 20px;
  color: #787878;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .service .services__item-text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .service .services__item-text {
    margin-bottom: 0px;
  }
}

.service .services__link {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--maincolor);
  transition: opacity 0.3s ease;
}

.service .services__link:after {
content: "\f105";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
}

@media (min-width: 992px) {
  .service .services__link:hover:after {
    animation: link-arrow-hover 0.4s ease;
  }
}

@media (min-width: 992px) {
  .service .services__link {
    opacity: 0;
  }
}


.service .services__link:after {
  color: var(--maincolor);
  margin-left: 16px;
}



/* services area title */


.services-title h2.heading {
	margin: 0;
	font-size: 28px;
	line-height: 1.25;
	color: #000000;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}


.services-title .about-block__heading {
	position: relative;
	margin: 0;
}

@media (min-width: 768px) {
  .services-title .about-block__heading {
    
  }
}

.services-title .about-block__heading::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 14px;
  width: 45px;
  border-top: solid 2px var(--maincolor);
  transform: translateX(-100%);
}

@media (min-width: 768px) {
  .services-title .about-block__heading::before {
    width: 70px;
  }
}

@media (min-width: 1200px) {
  .services-title .about-block__heading::before {
    left: -36px;
  }
}


@media (min-width: 768px) and (max-width: 991px) {
	.contact-box {
	float: left;
}
  }
  
@media (min-width: 768px) and (max-width: 991px) {
	.contact-box-right {
	float: right;
}
  }





.colour {
	color: var(--maincolor);
}

.ug-textpanel-title {
	display: none!important;
}



.sppb-addon-articles .sppb-col-lg-12 {
	border-bottom: 1px solid var(--maincolor);
	margin-bottom: 50px;
	padding-bottom: 20px;
}

.sppb-addon-articles h3 {
	margin-bottom: 30px;
}

.sppb-article-introtext {
	margin-bottom: 30px;
}

.sppb-article-info-wrap a.sppb-readmore {
	float: right;
}

/* footer links */

.legal-menu a.cc-link {
	text-decoration: none;
}

/* language switcher */

.lang-switch {
	text-align: right;
}

.lang-switch li {
	margin-right: 0;
	margin-left: 10px;
}

#sp-main-body {
	margin-top: -26px;
}

#sp-header > .row > div > .sp-column.logo-fix {
	display: flex!important;
}

#sp-logo .lang-switch {
	order: 2;
	padding-left: 10px;
}

div.advanced-dropdown a.langChoose:link, 
div.advanced-dropdown a.langChoose:visited {
	background-color: transparent!important;
}

.home div.advanced-dropdown span.caret {
	border-top: 4px solid #fff!important;
}

.home .header-sticky div.advanced-dropdown span.caret {
	border-top: 4px solid var(--maincolor)!important;
}

div.advanced-dropdown span.caret {
	border-top: 4px solid var(--maincolor)!important;
}

div.mod-languages.advanced-dropdown ul {
	background: #FFF!important;
	left: 15px!important;
	box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2)
}

.home a.langChoose {
	color: #FFF;
}

.home .header-sticky a.langChoose {
	color: var(--maincolor);
}

@media (max-width: 1080px) {
  .mod-languages.lang-switch a {
    font-size: 20px;
  }
}


.social__link i {
	font-size: 18px;
}



[aria-current] {
	color: var(--maincolor)!important;
}