@charset "UTF-8";

:root {
    --primary-color: #ffe400;
    --primary-color-rgb: 255, 228, 0;
    --bg-dark: #000000;
    --bg-dark-accent: #1a1a1a;
    --bg-card: #18181b;
    --text-main: #ffffff;
    --text-muted: #a1a1a1;
    --text-light-muted: #6a7282;
    --text-dark: #111111;
    --border-color: #222222;
    --font-main: "Inter", sans-serif;
}

@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap&text=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789');
@import url('https://fonts.googleapis.com/css?family=Josefin Sans:300,300i,400,400i,500,500i,600,600i,700,700i');


html {
  overflow-x: hidden;
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

strong {
  font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

/*
 * Add the correct display in all browsers.
 */

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */

/**
 * Add the correct display in IE 10.
 */

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input {
  color: var(--text-main);
  font-family: var(--font-main);
  font-size: 16px;
  line-height: 1.875;
  font-weight: 300;
  word-break: break-word;
  box-sizing: border-box;
}

 h2, h3, h5, h6 {
  font-family: var(--font-main);
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 20px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 36px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

p {
  margin: 0 0 20px;
}

 i {
  font-style: italic;
}

.text-light {
  color: var(--text-main);
}
.text-light * {
  color: var(--text-main);
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.7);
    opacity: 0;
  }
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 10px;
  }
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: var(--text-main);
  /* Fallback for when there is no custom background color defined. */
  overflow: hidden;
}

ul {
  margin: 0 0 20px;
  padding-left: 18px;
}

ul {
  list-style: disc;
}

li > ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}

.none-style {
  list-style: none;
  padding-left: 0;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* #button Group
================================================== */
.octf-btn {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  font-size: 13px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 18px 41px;
  line-height: 1.42857143;
  display: inline-block;
  margin-bottom: 0;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  font-family: var(--font-main);
  font-weight: 600;
  text-align: center;
  background: var(--primary-color);
  cursor: pointer;
  color: var(--bg-dark);
  outline: none;
  position: relative;
  border: 2px solid var(--primary-color)!important;
}
.octf-btn:before, .octf-btn:after {
  content: "";
  position: absolute;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.octf-btn:before {
  width: calc( 100% + 2px );
  height: 1px;
  bottom: -6px;
  left: 10px;
}
.octf-btn:after {
  width: 1px;
  height: calc( 100% + 2px );
  top: 10px;
  right: -6px;
}
.octf-btn:hover, .octf-btn:active, .octf-btn:focus {
  color: var(--text-main);
  background: var(--bg-dark)!important;
}
.octf-btn:hover:before, .octf-btn:active:before, .octf-btn:focus:before {
  width: 0;
}
.octf-btn:hover:after, .octf-btn:active:after, .octf-btn:focus:after {
  height: 0;
}
.octf-btn.small-btn {
    padding: 9px 22px;
}
.transparent-btn{
	border: 2px solid var(--text-main)!important;
	color: var(--text-main);
	background: transparent;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
}
.transparent-btn:hover{
    background-color: rgba(0, 0, 0, 0.8)!important
}
.transparent-btn i, .btn-slider i{
	transition: all 0.2s ease!important;
}
.transparent-btn:hover i,  .btn-slider:hover i{
    transform: translateX(5px);
}
.black-btn{
	border: 2px solid var(--text-main)!important;
	color: var(--text-main);
	background: var(--bg-dark);
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;	
}
.black-btn:hover {
    background-color: rgba(0, 0, 0, 0.2)!important
}
.black-btn i{
	transition: all 0.2s ease!important;
}
.black-btn:hover i {
    transform: translateX(5px);
    background-color: rgba(0, 0, 0, 0.8)!important
}
.white-btn{
	border: 2px solid var(--text-main)!important;
	color: var(--bg-dark);
	background: var(--text-main);
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	
}
.white-btn i{
	transition: all 0.2s ease!important;
}
.white-btn:hover i {
    transform: translateX(5px);
    background-color: rgba(0, 0, 0, 0.8)!important
}

.config-btn{
	padding: 18px;
	transition: all 0.2s ease!important;
}
.config-btn:hover {
    box-shadow: 0 0 8px rgba(255, 228, 0, 0.7)!important;
    background-color: rgba(0, 0, 0, 0.8)!important;
}
.config-btn span{
	font-weight: 300; 
	display: block;
	padding-bottom: 10px;
}
.config-btn strong{
	display: block;
	font-weight: 600; 
	font-size: 18px;
	padding-bottom: 10px;
}

input[type=text],
input[type=url],
input[type=search],
input[type=number] {
  color: #555555;
  border: none;
  background: var(--text-main);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 10px;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  font-weight: 500;
}
input[type=text]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=number]:focus {
  color: #555555;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #555555;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #555555;
}

/*Dark Scheme*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  color: var(--bg-dark-accent);
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #9f9e9e;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Top Bar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Logo
--------------------------------------------------------------*/
#site-logo {
  min-width: 270px;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  line-height: 1;
}
#site-logo img {
  height: 70px;
  margin: 10px 10px 10px 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
  list-style: none;
  padding-left: 0;
}

.site-header {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.site-header.header-static {
  position: absolute;
}

.octf-mainbar-container {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}

.octf-mainbar {
  display: flex;
  flex-flow: column wrap;
  flex: 1 auto;
}

.octf-main-header .octf-mainbar-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  flex: 1 auto;
}

.octf-mainbar-row > [class^=octf-col] {
  display: flex;
  align-items: stretch;
  position: static;
}

.octf-mainbar-row .octf-col {
  flex-basis: 0;
  flex-grow: 0.65;
  max-width: 100%;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.octf-mainbar-row > [class^=octf-col] {
  flex-flow: row nowrap;
}
.octf-mainbar-row > [class^=octf-col].text-center {
  justify-content: center;
}
.octf-mainbar-row > [class^=octf-col].text-right {
  justify-content: flex-end;
  flex-grow: 1;
}

.octf-main-header .octf-row > div:empty {
  display: none;
}

.octf-row {
  margin-right: -15px;
  margin-left: -15px;
}

.octf-col:before {
  display: inline-flex;
}

/* Main Menu */
.main-navigation {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: auto;
}

.main-navigation > ul {
  position: relative;
  display: flex;
  width: 100%;
  vertical-align: middle;
  height: 100%;
}

.main-navigation ul {
  font-family: var(--font-main);
  font-weight: 600;
  font-size: 14px;
  list-style: none;
  margin: 0px 0px;
  padding: 0px 0px;
}

.main-navigation > ul > li {
  margin: 0px 20px;
  padding: 0px 0px;
  float: left;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.main-navigation > ul > li:last-child {
  margin-right: 0;
}
.main-navigation > ul > li:first-child {
  margin-left: 0;
}

.main-navigation > ul > li:hover > a:before {
  bottom: -4px;
  opacity: 1;
}

.main-navigation ul ul {
  float: none;
  margin: 0px 0px;
  padding: 0px 0px;
}

.main-navigation ul > li > a {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  text-align: center;
  outline: none;
  color: var(--text-main);
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.main-navigation ul > li.menu-item-has-children > a {
}

.main-navigation > ul > li.menu-item-has-children:last-child > a:after {
  right: 0px;
}

.main-navigation ul li li {
  display: block;
  position: relative;
}

.main-navigation ul li li a {
  font-size: 14px;
  line-height: 30px;
  color: var(--bg-dark);
  text-align: left;
  display: block;
  padding: 5px 40px;
  position: relative;
  text-decoration: none;
  outline: none;
  text-transform: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  text-align: center;
   background-color: var(--text-main);
  border-bottom: 1px solid var(--bg-dark);
}

.main-navigation ul li li a.yellow{
	background-color: var(--primary-color);
	text-transform: uppercase;
} 

.main-navigation ul li li a.trasparent{
	background-color: var(--bg-dark);
	color: var(--primary-color);
	text-transform: uppercase;
} 

.main-navigation:not(.no-line) ul li li a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 0px;
  height: 1px;
  background: var(--text-main);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  visibility: hidden;
  opacity: 0;
}

.main-navigation:not(.no-line) ul li li a:hover:before {
	
}

.main-navigation ul li li a:hover {
  position: relative;
}

.main-navigation ul li li a::after  {
  content: "";
  position: absolute;
  inset: 0;
  background: black;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.main-navigation ul li li a:hover::after {
  opacity: 0.15; /* regola la percentuale di scurimento */
}

.main-navigation ul > li.menu-item-has-children > a:after {

}

.main-navigation ul > li.menu-item-has-children > a:hover:after {
  color: var(--text-main);
}

.main-navigation ul > li li.menu-item-has-children > a:after {
  position: absolute;
  content: "";
  font-family: Flaticon;
  top: 50%;
  right: 0;
  margin-top: -5px;
  font-size: 9px;
  color: #b6b6b6;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transform: rotate(-90deg);
}

.main-navigation ul li ul {
    white-space: nowrap;
    padding: 0px;
    position: absolute;
    top: 61px;
    left: 50%;
    transform: translateX(-50%) translateY(30px);
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.main-navigation ul li ul ul {
  left: calc(100% + 2px);
  top: -30px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}

.main-navigation ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}

@-webkit-keyframes stickySlideUp {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes stickySlideUp {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.octf-main-header{
	border-bottom: 1px solid rgba(255, 255, 255, 0.25)!important;
}
/* Responsive */
@media (max-width: 1199px) {
  .main-navigation > ul > li {
    margin: 0 14px;
  }
}
/*--------------------------------------------------------------
## Vertical Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header Mobile
--------------------------------------------------------------*/
.header_mobile {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .octf-main-header {
    display: none;
  }

  .header_mobile {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .header_mobile .mlogo_wrapper {
    position: relative;
  }
  .header_mobile .mlogo_wrapper img {
    height: 90px;
  }

  .header_mobile .mlogo_wrapper .mobile_logo {
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .mlogo_wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .mobile_logo img {
    max-width: 230px;
    max-height: 47px;
  }
}
/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/
.page-header {
  width: 100%;
  color: var(--text-main);
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 240px 0 0 0;
}
.page-header .breadcrumbs {
  margin-bottom: 0;
  padding-left: 0;
}
.page-header .breadcrumbs li {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  margin-left: 7px;
}
.page-header .breadcrumbs li:before {
  content: "\f054";
  position: absolute;
  color: var(--text-light-muted);
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  line-height: 1;
  letter-spacing: 4px;
  left: 1px;
  top: 3px;
}
.page-header .breadcrumbs li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.page-header .breadcrumbs li:first-child:before {
  display: none;
}
.page-header .breadcrumbs li a {
  color: var(--text-light-muted);
  background-size: 0 2px;
  background-position: 0 88%;
  background-repeat: no-repeat;
  background-image: linear-gradient(0deg, #7e7e7e, #f5f5f5);
}
.page-header .breadcrumbs li a:hover {
  background-size: 100% 2px;
  text-decoration: none;
}

/*Header Left*/

/* Dark scheme*/

@media (max-width: 1024px) {
  .page-header {
    height: 400px;
  }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */

/* Do not show the outline on the skip link target. */

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.text-center {
  text-align: center;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}


.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.post-box .post-inner {
  padding: 0px;
  margin-bottom: 60px;
  overflow: hidden;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  color: var(--text-main);
}
.post-box .entry-title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 25px;
  color: var(--text-main);
}
.post-box .entry-title.small {
  font-size: 22px;
}
.post-box .entry-title a {
  color: var(--bg-dark-accent);
  background-image: linear-gradient(0deg, #4b4b4b, #f5f5f5);
}
.post-box p {
  line-height: 1.2;
  margin-bottom: 16px;
}
.post-box .entry-media {
  position: relative;
  margin-bottom: 34px;
  overflow: hidden;
}
.post-box .entry-media.post-cat-abs .post-cat {
  position: absolute;
  z-index: 1;
  bottom: 25;
  left: 0;
}
.post-box .post-cat a {
  font-family: var(--font-main);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 1.1;
  display: inline-block;
  color: var(--bg-dark);
  background: var(--text-main);
  padding: 8px 10px;
}
.post-box .post-cat a:hover {
  background: #f5f5f5;
  color: var(--bg-dark-accent);
}
.post-box .entry-meta {
  font-family: var(--font-main);
  text-transform: uppercase;
  font-size: 12px;
  margin: 8px 0;
  color: var(--text-main);
}
.post-box .entry-meta > span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-left: 25px;
}
.post-box .entry-meta > span:before {
  position: absolute;
  content: "••";
  font-size: 18px;
  line-height: 1;
  left: -2px;
  top: 4px;
}
.post-box .entry-meta > span:first-child {
  padding-left: 0;
}
.post-box .entry-meta > span:first-child:before {
  display: none;
}
.post-box .entry-meta > span a {
  color: #9f9e9e;
}
.post-box .entry-meta > span a:hover {
  color: var(--bg-dark-accent);
}
.post-box:not(.blog-post):hover .post-inner {
  border-color: var(--bg-dark-accent);
}

/* blog post */

/*Version Dark*/

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

/*Version Dark*/

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/

.search-form {
  position: relative;
}
.search-form .search-field {
  width: 100%;
  padding: 0 46px 0 10px;
  height: 46px;
  line-height: 1;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.search-form .search-submit {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 46px;
  outline: none;
  text-align: center;
  vertical-align: middle;
  color: var(--bg-dark-accent);
  background: transparent;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.search-form .search-submit i:before, .search-form .search-submit i:after {
  font-size: 17px;
  font-weight: 600;
}

/*Version Dark*/

/*--------------------------------------------------------------
## Responsive Blog
--------------------------------------------------------------*/
@media only screen and (max-width: 600px) {

  .post-box .post-inner {
    padding: 20px 20px 18px;
  }
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

/* Make sure embeds and iframes fit their containers. */

/* Make sure logo link wraps around logo image. */

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
  margin-bottom: 1.5em;
  margin-left: -7px;
  margin-right: -7px;
}

/*--------------------------------------------------------------
# Elementor Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Heading
--------------------------------------------------------------*/
.ot-heading {
  position: relative;
}
.ot-heading > span {
    font-size: 30px;
    font-weight: 400;
    color: var(--text-main);
    display: inline-block;
    margin-bottom: 6px;
    letter-spacing: 0px;
}
.ot-heading h2 {
  margin-bottom: 0;
  line-height: 48px;
}
@media (max-width: 767px) {
  .ot-heading > span {
    font-size: 12px;
  }

  .ot-heading h2 {
    font-size: 27px;
    line-height: 38px;
  }

  .ot-heading {
    padding-bottom: 20px;
  }
  .ot-heading:before {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .ot-heading h2 br {
    display: none;
  }
}
/*--------------------------------------------------------------
## Video Popup
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Icon Box
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Service Box
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Counter
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Countdown
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Contact-info
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Testimonials
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Image Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Image Category
--------------------------------------------------------------*/
.cate-lines {
  position: relative;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.cate-lines .cate-item_content {
  position: absolute;
  top: 60px;
  left: 60px;
}
.cate-lines img {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.cate-lines h2 {
  position: relative;
  color: var(--text-main);
  font-weight: 600;
  margin-bottom: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.cate-lines p{
	color: var(--text-main);
	font-weight: 400;
	font-size: 16px;	
	line-height: 1.1;
}

.app-lines {
  position: relative;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.app-lines .app-item_content {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 50px!important;
}
.app-lines img {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.app-lines h3{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 3px;
}
.app-lines h3 i{
	color: var(--primary-color);
}
.app-lines ul {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
    list-style-type: square;
    display: flex;
    gap: 20px;
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
    font-size: 14px;
    justify-content: center;
    text-transform: uppercase;
}
.app-lines ul li:first-child {
	list-style: none;
}
.app-lines .app-item.highlights img{
	padding-bottom: 40px;
}
.app-lines .app-item.highlights .app-item_content{
	padding: 1px!important; 
	bottom: 0px;
	top: inherit!important;
}
.app-lines .app-item.highlights .app-item_content .number{
	position: absolute;
	left: 15px;
	color: rgba(255, 255, 255, 0.1);
	font-size: 38px;
	z-index: 2;
	top: 0px;
	font-weight: 800;
	border-top: 2px solid var(--text-main);
	line-height: 1;
}
.app-lines .app-item.highlights .app-item_content .title{
	background-color: var(--bg-dark);
	color: var(--text-main); 
	font-size: 12px; 
	line-height: 40px;
}
.app-lines .app-item.highlights .app-item_content .arrow{
	position: absolute; 
	right: 10px; 
	top: 5px; 
	border: 1px solid rgba(255, 255, 255, 0.5); 
	padding: 0px 8px;
}	
.app-lines .app-item.highlights .app-item_content .arrow i{
	color: white; display: 
	inline-block; 
	transform: rotate(-45deg);
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .cate-lines .cate-item_content {
    bottom: 56px;
    left: 50px;
  }
  .cate-lines h2 {
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cate-lines .cate-item_content {
    bottom: 35px;
    left: 30px;
  }
  .cate-lines h2 {
    font-size: 36px;
  }
}
@media (max-width: 479px) {
  .cate-lines .cate-item_content {
    bottom: 40px;
    left: 40px;
  }
  .cate-lines h2 {
    font-size: 36px;
  }
}
/*--------------------------------------------------------------
## Accordion
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Tabs
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Progress Bars
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Process
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Support Box
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Features Box
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Message
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Pricing Table
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Post Grid
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Team
--------------------------------------------------------------*/
.brand-wrap {
  position: relative;
  height: 100%;
  width: 100%;
}
.brand-wrap img {
  display: block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.brand-wrap:hover img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
/*--------------------------------------------------------------
## Portfolio
--------------------------------------------------------------*/
/* projects-grid
================================================== */

/*** load more button ***/

/**** isotope filtering ****/

/*Dark scheme*/

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/

/**** Isotope CSS3 transitions ****/
.isotope {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

/**** disabling Isotope CSS3 transitions ****/

/* End: Recommended Isotope styles */
/* project carousel */
/*--------------------------------------------------------------
## Miscellaneous
--------------------------------------------------------------*/
.site-overlay {
  cursor: url(https://via.placeholder.com/32x32.png) 16 16, default;
  background: transparent;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  z-index: -1;
}
/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.octf-cta-header {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.octf-cta-header .toggle_search {
  cursor: pointer;
}
.octf-cta-header .toggle_search i {
  color: var(--text-main);
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  min-width: 22px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.octf-cta-header .toggle_search i:before, .octf-cta-header .toggle_search i:after {
  font-size: 22px;
}
.octf-cta-header .h-search-form-field {
  position: absolute;
  z-index: 99;
  top: -webkit-calc(100% + 10px);
  top: expression(100% + 10px);
  top: -moz-calc(100% + 10px);
  top: -o-calc(100% + 10px);
  top: calc(100% + 10px);
  right: -30px;
  width: 340px;
}
.octf-cta-header .h-search-form-field .h-search-form-inner {
  padding: 20px 35px 34px;
  background-color: #2a2a2a;
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
}
.octf-cta-header .h-search-form-field .h-search-form-inner input {
  background: transparent;
  color: var(--text-main);
  font-weight: 400;
  border-color: rgba(255, 255, 255, 0.1);
}
.octf-cta-header .h-search-form-field .h-search-form-inner button {
  color: var(--text-main);
}
.octf-cta-header .h-search-form-field .h-search-form-inner button i:before {
  font-weight: normal;
}
.octf-cta-header .h-search-form-field .h-search-form-inner ::-webkit-input-placeholder {
  /* Edge */
  color: var(--text-main);
}
.octf-cta-header .h-search-form-field .h-search-form-inner :-ms-input-placeholder {
  /* Internet Explorer */
  color: var(--text-main);
}
.octf-cta-header .h-search-form-field .h-search-form-inner ::placeholder {
  color: var(--text-main);
}
.octf-cta-header .h-search-form-field.show {
  -webkit-animation: searchSlideUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: searchSlideUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}

@-webkit-keyframes searchSlideUp {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes searchSlideUp {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (max-width: 600px) {
  .octf-cta-header .h-search-form-field {
    right: -65px;
  }
}

/*--------------------------------------------------------------
## Menu Mobie
--------------------------------------------------------------*/

.mmenu-toggle button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  color: var(--text-main);
}
.mmenu-toggle button i:before {
  font-size: 22px;
}

.mmenu-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 310px;
  height: 100vh;
  background: #2a2a2a;
  overflow-x: hidden;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.mmenu-wrapper .mmenu-inner {
  top: 0;
  height: 100%;
  width: 327px;
  padding: 20px 52px 35px 35px;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
.mmenu-wrapper .mmenu-close {
  display: block;
  margin-bottom: 10px;
  color: var(--text-main);
}
.mmenu-wrapper .mobile_mainmenu {
  margin: 0;
  padding: 0;
}
.mmenu-wrapper .mobile-nav {
  min-width: 240px;
}
.mmenu-wrapper .mobile_mainmenu ul {
  position: relative;
  margin: 0;
  padding: 0;
  margin-left: 15px;
}
.mmenu-wrapper .mobile_mainmenu ul {
  display: none;
}
.mmenu-wrapper .mobile_mainmenu li {
  position: relative;
  list-style: none;
}
.mmenu-wrapper .mobile_mainmenu li a {
  padding: 9px 30px 9px 0;
  display: block;
  font-size: 14px;
  color: var(--text-main);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mmenu-wrapper .mobile_mainmenu > li.menu-item-has-children .arrow {
  color: var(--text-main);
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 34px;
  height: auto;
  padding: 7px 12px 7px 0;
  line-height: inherit;
  text-align: right;
  box-sizing: border-box;
}
.mmenu-wrapper .mobile_mainmenu > li.menu-item-has-children .arrow i {
  color: #9397a7;
  display: inline-block;
  line-height: 1;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.mmenu-wrapper .mobile_mainmenu > li.menu-item-has-children .arrow i:before {
  font-size: 10px;
  font-weight: 600;
}
/*--------------------------------------------------------------
## Side Panel
--------------------------------------------------------------*/

/* Custom Side panel */
.header_mobile .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.header_mobile .octf-row {
    margin-left: 0;
    margin-right: 0;
}
.header_mobile .octf-col {
    padding-left: 0;
    padding-right: 0;
}
.header_mobile .octf-search {
    margin-right: 30px;
}
.header_mobile .octf-menu-mobile {
    padding-right: 15px;
}
.header_mobile .mlogo_wrapper img {
    height: 70px;
    margin: 10px;
    width: 250px;
}
.header_mobile .octf-row{
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    flex: 1 auto;
}
/* Page Header */
section {
  position: relative;
  padding: 120px 0 0 0;
}

/* Post */
.masonry-post .post-inner {
  padding: 0px;
  margin-bottom: 30px;
}
/* contact */
/* Our Services */
/* About Us */
.brands {
    background-image: url(https://via.placeholder.com/1920x975.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* Our Team */
/* SInle Team */
/* Our process */
/* Typo */
.space-20 {
    width: 100%;
    height: 20px;
}
.space-60 {
    width: 100%;
    height: 60px;
}
.cta {
	padding: 120px 0 0 0;	
	border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
    color: #A9A9A9;
}
.search{
	padding: 120px 0 0 0;
	color: var(--text-main);
	font-size: 18px;
}
.search span{
	font-weight: 400;
	line-height: 1;
	letter-spacing: 3.6px;
	font-size: 16px;
	text-transform: uppercase;
}
.search p{
	font-weight: 400;
	font-size: 14px;	
}
.motto{
	padding: 120px 0 0 0;
	color: var(--text-main);
	font-size: 18px;
}
.motto ul {
    list-style-type: square;   /* quadratini */
    display: flex;             /* mette gli elementi in riga */
    gap: 30px;                 /* spazio tra i punti */
    padding-left: 0;           /* rimuove rientro */
    margin: 0;
    font-size: 16px;
    justify-content: center;
}
.motto ul li {
    list-style-position: inside;
    font-size: 16px;
}
.engineering{
	padding: 120px 0 0 0;
	color: var(--text-main);
	font-size: 18px;
}
/* Portfolio */
/* Index 1 */
/* Slider 2 */
/* Top header */
.bg-dark-theratio {
    background-color: var(--bg-dark);
}
/* Index 2 */
.octf-mainbar-row .octf-col.logo-col {
    flex-grow: 0.2;
}
.ot-heading.s-light:before {
    border-color: var(--text-main);
}
.ot-heading.s-light h2 {
    color: var(--text-main);
}
/* Index 3 */
/* Index 4 */
.logo-size-small {
    width: 250px;
    height: 70px;
}
/* Index 5 */
/* Index 6 */
/* Side Nav */
.list-social li:last-child a {
    margin-right: 0;
}
@media (min-width: 767px){
  .brands {
    padding: 120px 0 0 0;
  }
}
@media (min-width: 1025px){
  .brands {
    background-attachment: fixed;
  }
}
@media (min-width: 1200px){
  .about-img-3 {
      margin: 0 0 0 -132px;
  }
  .ml-xl-70 {
      margin-left: 70px;
  }
}
@media (max-width: 767px){
  section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .octf-btn {
    padding: 12px 20px;
  }
}
/* Services Detail */
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

/* Back To Top*/
#back-to-top {
  background: #9f9e9e;
  color: var(--text-main);
  border: 0 none;
  cursor: pointer;
  width: 42px;
  height: 45px;
  line-height: 45px;
  opacity: 0;
  visibility: hidden;
  outline: medium none;
  position: fixed;
  right: 40px;
  bottom: -20px;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s ease-out 0s;
  z-index: 1000;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
#back-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 40px;
}
#back-to-top i {
  display: block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#back-to-top i:before {
  font-size: 17px;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
/* Custom HTML */
@media (min-width: 1230px){
  .container {
      max-width: 1200px;
  }
}
/* Custom Css Header HTML */
.octf-search {
    margin-right: 65px;
}
.pb-50 {
    padding-bottom: 50px;
}
/* Blog */
/* Footer */
.site-footer {
    padding-top: 100px;
    padding-bottom: 100px;
    color: var(--text-main);
}
.widget-footer{
	 font-size: 14px;
	 font-weight: 300
}
.widget-footer ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.widget-footer a {
    color: var(--text-main);
    font-family: var(--font-main);
    font-size: 14px;
}
.widget-footer li {

}
.widget-footer li:last-child {
    padding-bottom: 0;
}
.widget-footer .footer-social li {
    padding-bottom: 0;
}
.widget-footer a:hover {
    color: var(--text-main);
}
.widget-footer p{
    font-size: 14px;
    line-height: 22.75px
}
.widget-footer h6 {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: var(--text-main);
}
.footer-logo {
    max-width: 95%;
    padding-bottom: 32px;
}
.footer-social {
    padding-top: 9px;
    padding-bottom: 2px;
}
.footer-social ul, .list-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-social li, .list-social li {
    display: inline-block;
}
.footer-social a, .list-social a {
    font-size: 12px;
    border: 1px solid var(--text-main);
    padding: 7px;
    color: var(--text-main);
    text-align: center;
    margin-right: 11px;
}
.footer-social a:hover, .list-social a:hover {
    background-color: #444;
}
.footer-social a i, .list-social a i {
    width: 14px;
    height: 14px;
}
.footer-list {
    margin: 0;
    padding-top: 5px;
    padding-left: 0;
    list-style: none;
}
.footer-list-item i:before {
    font-size: 18px;
}
.footer-list-item .list-item-text {
    padding-left: 5px;
}
.footer-list-item {
    line-height: 1;
    padding-top: 11px;
    padding-bottom: 14px
}
.footer-list-item:first-child {
    padding-top: 0;
}
.footer-list-item:last-child {
    padding-bottom: 0;
}
.footer-bottom {
    padding: 23px 0;
    border-top: 1px solid var(--text-light-muted);
}
.footer-bottom p {
    color: var(--text-light-muted);
    font-size: 14px;
    margin-bottom: 0;
}
.footer-bottom ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-bottom ul li span{
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #7B7B7B;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-bottom ul li:first-child span {
    padding-left: 0;
}
.footer-bottom ul li:last-child span {
    padding-right: 0;
    border-right: none;
}
.footer-bottom li a {
    color: var(--text-light-muted);
    font-family: var(--font-main);
    font-size: 14px;
    line-height: 26px;
}
.footer-bottom li a:hover {
    color: var(--text-main);
}
.footer-bottom .small p, .footer-bottom .small a {
    font-size: 12px;
}
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
#rev_slider_one_wrapper {
    position: relative;
}
.slider-bottom-overlay {
    position: absolute;
    bottom: 90px;
    left: 0;
    width: 100%;
    z-index: 20;
}
.slider-bottom-overlay h3{
	color: var(--primary-color);
	font-size: 18px;
	font-weight: 400;
}
.octf-btn:hover i.fa-arrow-down {
   	transform: translate(0px, 5px)!important;
}
/* #Card
================================================== */
.card{
	border-radius: 15px;
	background-color: var(--bg-card);
	font-size: 14px;
}
.card h3{
	font-weight: 600;
}
.card .label{
	color: #9F9FA9;
}
.card .value{
	font-weight: 600;
}
/* #owl
================================================== */
.owl-theme .owl-dots .owl-dot {
	border: none;
	background: transparent;
}
.owl-theme .owl-dots .owl-dot span {
	border-radius: 0px;
	margin: 0px;
	background: rgba(255, 255, 255, .3);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--text-main);
}
/* Mobile Optimization - Custom Fixes */
@media (max-width: 767px) {
    /* Miglioramento Tap Targets per bottoni e menu */
    .octf-btn, .main-navigation ul.menu > li > a, .footer-bottom li a {
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    /* Prevenzione overflow immagini */
    img {
        max-width: 100%;
        height: auto !important;
    }

    /* Ottimizzazione testi su schermi piccoli */
    body {
        font-size: 16px; /* Evita zoom automatico su input in iOS */
    }
    
    h1 { font-size: 28px !important; }
    h2 { font-size: 24px !important; }
}
