/*
Theme Name: WS-theme
Theme URI: https://www.watsonsolutions.it/
Author: Watson Solutions
Author URI: https://www.watsonsolutions.it/
Description: Watson solutions starter theme based on Underscore.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wstheme
This theme, like WordPress, is licensed under the GPL.
*/

/* Font Roboto - Peso 100 (Thin) - Regular e Italic */
@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal; /* Stile regolare */
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto/Roboto-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic; /* Stile italic */
}

/* Font Roboto - Peso 300 (Light) - Regular e Italic */
@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal; /* Stile regolare */
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto/Roboto-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic; /* Stile italic */
}

/* Font Roboto - Peso 400 (Regular) - Regular e Italic */
@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal; /* Stile regolare */
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto/Roboto-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic; /* Stile italic */
}

/* Font Roboto - Peso 500 (Medium) - Regular e Italic */
@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal; /* Stile regolare */
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic; /* Stile italic */
}

/* Font Roboto - Peso 700 (Bold) - Regular e Italic */
@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal; /* Stile regolare */
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic; /* Stile italic */
}

/* Font Roboto - Peso 900 (Black) - Regular e Italic */
@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal; /* Stile regolare */
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto/Roboto-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic; /* Stile italic */
}

html,
body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
    color: #172330; 
}

.skip-link {
    display: none;
}

h2 {
    font-weight: 500;
}

p {
    font-size: 1.2rem;
    font-weight: 400;
}

.container-404 {
    text-align: center;
    padding-top: 250px;
    padding-bottom: 150px;
}

.container-404 h2,
.container-404 h3 {
    font-size: 1.2rem;
    margin: 0;
}

/* link */
a {
    color: #172330; 
    text-decoration: none; 
}


a:hover {
    text-decoration: underline; 
}


a:visited {
    color: #172330; 
}
  

.blue-medium {
    background-color: #17232f;
}

/* BTN */
a.kte-btn-blue {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #6995db;
    color: #fff;
    padding: 7px 60px;
    border-radius: 25px;
    transition: .3s;
    cursor: pointer;
}

a.kte-btn-blue:hover {
    background-color: rgb(105, 149, 219, .7);
}
 
a.kte-btn-outline {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
    color: #fff;
    padding: 7px 60px;
    border: 2px solid #3f4e62;
    border-radius: 25px;
    transition: .3s;
    cursor: pointer;
}

a.kte-btn-outline:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

p.kte-btn-blue a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #6995db;
    color: #fff;
    padding: 7px 60px;
    border-radius: 25px;
    transition: .3s;
    cursor: pointer;
}

p.kte-btn-blue a:hover {
    background-color: rgb(105, 149, 219, .7);
}

/* HEADER */
.kte-site-header {
    display: flex;
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 120px;
    padding-top: 15px;
    z-index: 99;
}

.kte-site-header .row, 
.kte-site-header .col {
    height: 100%;
}

.hamburger {
    display: none;
}

nav.kte-main-navigation {
    padding-top: 30px;
}

nav.kte-main-navigation ul {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

nav.kte-main-navigation ul li {
    position: relative;
    font-weight: 500;
    list-style-type: none;
    display: inline-block;
    padding-bottom: 50px;
}

nav.kte-main-navigation ul li a {
    text-decoration: none;
    color: #fff;
    transition: .3s;
}

nav.kte-main-navigation ul li a:hover {
    color: #ccb213;
}

nav.kte-main-navigation .sub-menu {
    display: none;
    position: absolute;
    top: 50px;
    width: 250px;
    height: auto;
    left: 0;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(5px);
    border-left: 6px solid #6995db;
    padding: 25px 15px 25px 35px;
}

nav.kte-main-navigation .sub-menu li {
    display: block;
    text-transform: capitalize;
    font-weight: 500;
    padding-bottom: 15px;
}

nav.kte-main-navigation .sub-menu li a {
    color: #172330;
}

nav.kte-main-navigation .sub-menu li:last-child {
    padding-bottom: 0;
}

nav.kte-main-navigation ul li:hover .sub-menu {
    display: block;
}

/* K-Solutions sub menu */
nav.kte-main-navigation li.kte-sub-menu-ks {
    position: unset;
}

nav.kte-main-navigation li.kte-sub-menu-ks .sub-menu {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    top: 110px;
    width: 80%;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    background-color: #466493;
    border-left: 6px solid #ccb213;
    padding: 50px 80px 35px 80px;
}

nav.kte-main-navigation li.kte-sub-menu-ks .sub-menu li {
    width: 30%;
    text-transform: capitalize;
    font-weight: 500;
    padding-bottom: 15px;
}

nav.kte-main-navigation li.kte-sub-menu-ks .sub-menu li a {
    color: #fff;
}

nav.kte-main-navigation li.kte-sub-menu-ks .sub-menu li a:hover {
    color: #ccb213;
}

nav.kte-main-navigation li.kte-sub-menu-ks:hover .sub-menu {
    display: flex;
}

.kte-header-logo-menu {
    font-size: 0;
    width: 160px;
}

img.kte-header-logo {
    width: 90px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 9;
}

.kte-language-header {
	position: absolute;
	right: 60px;
	top: 42px;
}

img.kte-language-icon {
	position: relative;
	height: 22px;
	width: auto;
	cursor: pointer;
}

.kte-lang-list-container {
	position: absolute;
	top: 35px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	text-transform: uppercase;
	background-color: #fff;
	padding: 4px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.kte-lang-list-container p {
	font-size: 1rem;
	margin: 0
}

.kte-lang-list-container a {
	text-decoration: none;
}

img.kte-header-icon {
    position: absolute;
    height: 18px;
    top: 45px;
    right: 30px;
}

/* STICKY */
.kte-sticky {
    position: fixed;
    background-color: #172330;
    height: 90px;
    z-index: 99999;
}

.kte-sticky img.kte-header-logo {
    width: 70px;
    top: 10px;
}

.kte-sticky nav.kte-main-navigation {
    padding-top: 16px;
}

.kte-sticky img.kte-header-icon {
    top: 31px;
}

.kte-sticky  img.kte-language-icon {
    top: -13px;
}

.kte-sticky nav.kte-main-navigation li.kte-sub-menu-ks .sub-menu {
    top: 85px;
}

/* FOOTER */
.kte-site-footer {
    color: #fff;
    padding-top: 50px;
    padding-bottom: 100px;
}

.kte-logo-contacts {
    border-top: 1px solid #ffffff20;
    padding-top: 50px;
}

.kte-site-footer p {
    font-size: .9rem;
    line-height: 1.75;
    margin-bottom: 50px;
}

.kte-site-footer p:last-child {
    margin-bottom: 0;
}

.kte-site-footer p a {
    color: #fff;
    text-decoration: underline;
}

img.kte-logo-footer {
    display: block;
    width: 200px;
    margin: 0 auto 50px auto;
}

img.kte-footer-certifications {
	height: 90px;
}

.kte-copy {
    background-color: #000;
    padding-top: 30px;
    padding-bottom: 30px;
}

.kte-copy p {
    font-size: .8rem;
    color: #fff;
    margin: 0;
}

.kte-copy p a {
    color: #fff;
    text-decoration: none;
}

/* HOMEPAGE */
.kte-hp-1 {
    height: 100%;
    background-color: #000;
}

.slick-list,
.slick-track {
    height: 100%;
}

.kte-slick {
    height: 100%;
}

.kte-hp-1-slide,
.kte-hp-2-slide,
.kte-hp-3-slide {
    position: relative;
    display: flex !important;
    align-items: center;
    height: 100%;
    color: #fff;
    width: 100%;
    overflow: hidden;
}
  
.kte-slide-controller {
    display: flex;
    justify-content: space-between;
    position: absolute;
    color: #fff;
    bottom: 50px;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 30px;
    opacity: 0;
    z-index: 99;
}

.kte-slide-index {
    width: 25%;
    border-top: 3px solid transparent;
    padding-top: 20px;
    animation: .3s;
    cursor: pointer;
    margin-top: -1.5px;
}

.kte-slide-index-active {
    border-top: 3px solid #fff;
}

.kte-slide-index span {
    display: block;
    font-size: .9rem;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}

.kte-slide-index span img {
    display: inline-block;
    height: 12px;
    vertical-align: baseline;
    margin-right: 7px;
}

span.kte-slide-index-purple,
span.kte-slide-index-yellow {
    display: inline-block;
    font-size: .8rem;
    background-color: #df5a16;
    border-radius: 4px;
    padding: 2px 25px;
}

span.kte-slide-index-yellow {
    background-color: #ccb213;
}

.kte-slide-index h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0;
}

.kte-slide-index h5 {
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 14px;
}

.kte-slide-index p {
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.1; 
    margin-bottom: 0;
}

.kte-slide-index p strong {
    text-transform: uppercase;
    font-weight: 400; 
}

.kte-hp-1-slide video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Assicura che il video copra l'intero contenitore mantenendo le proporzioni */
    z-index: 1;
}  

.kte-hp-1-slide-content {
    position: relative;
    width: 100%;
    /* height: 100%; */
    opacity: 0;
    z-index: 2;
}

.kte-hp-1-slide-content h1 {
    font-size: 3.25rem;
    margin-bottom: 0;
}

.kte-hp-1-slide-content h2 {
    font-size: 2rem;
    margin-bottom: 5px;
    opacity: .8;
}

.kte-hp-1-slide-content h3 {
    font-size: 1.75rem;
}

.kte-hp-2-slide {
    background-image: url('img/values.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.kte-hp-3-slide {
    background-image: url('/wp-content/uploads/2025/02/stage-the-energy-2.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.kte-hp-1-slide-content a {
    display: inline-block;
    margin-top: 50px;
}

.kte-hp-1-down {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 100%;
    background-color: #466493;
    z-index: 3;
}

.kte-hp-1-down img {
    position: absolute;
    left: 50%;
    top: 14px;
    transform: translateX(-50%);
    height: 11px;
    cursor: pointer;
}

.kte-hp-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    /* background-color: #466493; */
    background: rgb(70,100,147);
    background: linear-gradient(180deg, rgba(70,100,147,1) 23%, rgba(0,0,0,1) 100%);
    color: #fff;
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
}

.kte-hp-2 h2 {
    font-size: 2.75rem;
    line-height: 1;
    margin-bottom: 50px;
}

.kte-hp-2 p {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 30px;
}

.kte-hp-3 {
    background-color: #ebebeb;
    padding-top: 150px;
    padding-bottom: 50px;
}

.kte-hp-3 h2 {
    margin-bottom: 20px;
}

.kte-hp-3-cards {
    overflow-x: hidden;
    white-space: nowrap;
}

#mCSB_1_container {
    margin-bottom: 100px;
}

.kte-hp-3-card {
    position: relative;
    display: inline-block;
    height: 550px;
    width: 360px;
    background-color: #466493;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 10px solid #466493;
    box-sizing: border-box;
    margin-right: 30px;
    transition: .3s;
}

.kte-hp-3-card h3 {
    position: absolute;
    left: 50%;
    bottom: -180px;
    transform: translateX(-50%);
    width: 80%;
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: .3s;
    z-index: 99;
}

.kte-hp-3-card:hover {
    border-bottom: 300px solid #466493;
}

.kte-hp-3-card:hover h3 {
    opacity: 1;
}


.kte-hp-4 {
    position: relative;
    background-color: #192330;
    background-image: url('img/values.jpg');
    background-size: 70%;
    background-position: left;
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 150px;
}

.kte-hp-4-bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: #466493;
    z-index: 1;
}

#kte-hp-4-accordion {
    position: relative;
    padding-left: 50px;
    z-index: 2;
}

#kte-hp-4-accordion .accordion-item {
    background-color: #466493;
    border: 0;
    color: #fff;
}

#kte-hp-4-accordion .accordion-body {
    padding: 10px 0;
}

#kte-hp-4-accordion h2.accordion-header {
    margin-bottom: 5px;
}

#kte-hp-4-accordion h2.accordion-header span {
    position: relative;
    display: inline-block;
}

#kte-hp-4-accordion h2.accordion-header span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffffd2;
    z-index: 3;
}

#kte-hp-4-accordion button.accordion-button { 
    background-color: #466493;
    border: 0;
    color: #fff;
    font-size: 1.75rem;
    padding: 0;
    transition: none;
}

#kte-hp-4-accordion button.accordion-button:hover { 
    color: #d6d5d5;
}

#kte-hp-4-accordion .accordion-button::after {
    display: none;
}

#kte-hp-4-accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.kte-hp-5 {
    background-color: #ebebeb;
    text-align: center;
    padding-top: 70px;
}

.kte-hp-5 h2 {
    margin-bottom: 70px;
}

.kte-hp-5-office {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.4%;
}

.kte-hp-5-office-map,
.kte-hp-5-office-ph {
    height: 600px;
    width: 49.8%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.kte-hp-5-office-map {
    position: relative;
}

.kte-map-over {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    position: absolute;
    left: -100%;
    color: #fff;
    background-color: rgba(70, 100, 147, 0.85);
    height: 100%;
    width: 100%;
    transition: .3s;
}

.kte-map-over p strong {
    font-size: 1.2rem;
}

.kte-map-over p {
    font-size: 1.1rem;
    line-height: 1.2;
    margin-bottom: 30px;
}

.kte-hp-5-office-map:hover .kte-map-over {
   left: 0;
}

.kte-hp-6 {
    background-color: #ccb213;
    text-align: center;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.kte-hp-6 h2 {
    margin-bottom: 20px;
}

.kte-hp-6 a {
    display: inline-block;
    text-transform: uppercase;
    background-color: transparent;
    color: #fff;
    font-size: .9rem;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 10px 70px;
    transition: .3s;
}

.kte-hp-6 a:hover {
    text-decoration: none;
    background-color: rgba(255,255,255,.2);
}

/* K-SOLUTIONS */
.kte-page-header {
    position: relative;
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #466493;
    z-index: 1;
}

.kte-page-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: 0;
    height: 350px;
    width: 350px;
    text-align: center;
    border-radius: 50%;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    color: #fff;
    padding: 20px;
    opacity: 0;
}

.kte-page-title h2 {
    font-size: 1rem;
    margin-bottom: 20px;
}

.kte-page-title h1 {
    line-height: .9;
    margin-bottom: 0;
}

.kte-page-content {
    background-color: #ebebeb;
    padding-top: 125px;
    padding-bottom: 100px;
}

.kte-page-content h2 {
	font-weight: 400;
}

.kte-page-content p {
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: justify;
}

.kte-page-content ul,
.kte-page-content ol {
    font-size: 1.2rem;
}

/* TALK */
.kte-news-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
} 

.kte-news {
    width: 49.5%;
    margin-bottom: 30px;
}

.kte-news-narrow {
    width: 36.5%;
}

.kte-news-large {
    width: 62.5%;
}

.kte-news-content {
    background-color: #fff;
    min-height: 250px;
    padding: 30px;
}

.kte-news-content a {
    color: #172330;
    text-decoration: none;
}

p.kte-news-cat {
    display: inline-block;
    background-color: #6a109a;
    color: #fff;
    font-size: .7rem;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 2px 30px;
    margin-bottom: 12px;
}

p.kte-news-date {
    font-size: .8rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
}

.kte-news-content h2 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 25px;
}

.kte-news-img {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* SINGLE */
img.kte-single-image {
    width: 100%;
    margin-bottom: 10px;
}

.entry-meta {
    display: block;
    font-size: .9rem;
    font-weight: 500;
    margin-bottom: 30px;
}

.post-navigation {
    margin-top: 50px;
}

/* TEAM */
.kte-team-2 {
    padding-top: 100px;
    padding-bottom: 0;
}

.kte-people-1-container {
    display: flex;
    justify-content: space-between;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 100px;
}

.kte-people-1 {
    text-align: center;
    cursor: pointer;
}

.kte-people-1 img {
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto 20px auto;
}

.kte-people-1 img:hover {
    opacity: .7;
}

p.kte-people-1-name {
    font-size: 1.2rem;
    font-weight: 900;
    margin-bottom: 0;
}

p.kte-people-1-role {
    font-size: 1.2rem;    
    text-transform: uppercase;
    margin: 0;
}

.kte-team-3 {
    display: flex;
    position: relative;
    height: 650px;    
    background-color: #17232f;
}

.kte-team-3-left {
    width: 50%;
    height: 100%;
    background-image: url('img/team-2.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.kte-team-3-right {
    display: flex;
    width: 50%;
    height: 100%;
    text-align: center;
    padding: 0 50px;
    align-items: center;
}

.kte-team-3 h3 {
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 0;
}

.kte-team-4 {
    padding-top: 50px;
    padding-bottom: 50px;
}
 
h2.kte-people-2-title {
    display: inline-block;
    position: relative;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 100px;
}

h2.kte-people-2-title:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: -9px;
    left: 0;
    height: 5px;
    background-color: #2cbfd1;
}

.kte-people-2-title-line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #2cbfd1;
    margin-bottom: 50px;
} 

.kte-people-2 {
    position: relative;
    text-align: center;
    width: 250px;
    margin-bottom: 50px;
    margin-right: 0;
    cursor: pointer;
}

.kte-people-2 img {
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    transition: .3s;
    margin: 0 auto 20px auto;
}

.kte-people-2 img:hover {
    opacity: .7;
}

p.kte-people-2-name {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
}

p.kte-people-2-role {
    font-size: 1rem;    
    margin: 0 0 15px 0;
}

p.kte-people-2-role-2 {
    font-size: .8rem;
    font-weight: 500;    
    margin: 0;
}

.kte-people-2-left {
    display: flex;
    justify-content: space-evenly;
    padding-right: 0;
}

.kte-people-2-left-bis {
    display: flex;
    justify-content: center;
}

.kte-people-2-right {
    padding-left: 30px;
}


.kte-people-2-right h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 30px;
}

.kte-people-2-right h3:first-child {
    margin-top: 0;
}

.kte-people-2-right-people {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.kte-people-2-right-person {
    width: 30%;
    margin-bottom: 20px;
}

.kte-people-2-right-person p {
    font-size: .9rem;
    line-height: 1.2;
    margin: 0;
}

.kte-people-2-right-person p span {
    font-weight: 500;
}

.kte-team-5 {
    background-color: #466493;
}

.kte-cv-content {
    position: fixed;
    left: 0;
    bottom: -100%;
    width: 100%;
    padding: 60px 120px;
    text-align: left;
    background-color: #fff;
    -webkit-box-shadow: 0 -3px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 -3px 6px 0px rgba(0,0,0,0.1);
    box-shadow: 0 -3px 6px 0px rgba(0,0,0,0.1);
    transition: .4s;
    z-index: 99;
}

.kte-cv-content p {
    font-size: .9rem;
}

.kte-cv-content p:last-child {
    margin: 0;
}

.kte-cv-content-open {
    bottom: 0;
}

.kte-cv-close {
    position: relative;
}

.kte-cv-close img {
    position: absolute;
    right: -90px;
    top: -30px;
    cursor: pointer;
}

.kte-team-4-bis {
    padding-top: 0;
}

.kte-team-4-bis .kte-people-2-title-line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #5d5d5d;
    margin-bottom: 50px; 
}

.kte-people-2-left-bis .kte-people-2 {
    margin-right: 60px;
}

/* CONTACT */
.kte-pp-title {
    text-align: center;
}

.kte-pp-title h1 {
    color: #172330;
    margin-top: 15px;
    margin-bottom: 50px;
}

.kte-bredcrumbs {
    font-size: .8rem;
    text-transform: uppercase;
}

.kte-contact-1 {
    background-color: #EBEBEB;
    padding-top: 120px;
    padding-bottom: 100px;
}

.kte-contact-1 p {
    text-align: justify;
}

.kte-pp {
    padding-top: 30px;
    padding-bottom: 100px;
}

.kte-pp h2 {
    font-weight: 500;
}

.kte-form-info span {
    font-weight: 300;
}

.kte-form-info-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(23, 35, 48, 0.5);
    margin-top: 15px;
    margin-bottom: 50px;
}

/* FORM */
input.kte-form-text {
    height: 60px;
    width: 100%;
    background-color: transparent;
    border: 1px solid #172330;
    padding: 0 15px;
    margin-bottom: 15px;
}

textarea.kte-form-textarea {
    width: 100%;
    min-height: 210px;
    background-color: transparent;
    border: 1px solid #172330;
    padding: 15px;
}

span.wpcf7-list-item {
	margin-left: 0;
}

span.wpcf7-list-item label span.wpcf7-list-item-label {
	font-size: .9rem
}

input.kte-form-btn {
    display: inline-block;
    text-transform: uppercase;
    background-color: transparent;
    color: #172330;
    font-size: .9rem;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #172330;
    padding: 10px 70px;
    transition: .3s;
}

input.kte-form-btn:hover {
    color: #172330;
    background-color: rgba(23, 35, 48, 0.2);
}

.wpcf7-spinner {
    background-color: #172330;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

/* INDUSTRIES */
h2.kte-ind-title {
    display: inline-block;
    position: relative;
    font-size: 1.25rem;
    font-weight: 700;
}

h2.kte-ind-title:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: -9px;
    left: 0;
    height: 4px;
    background-color: #466493;
}

.kte-ind-title-line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #466493;
    margin-bottom: 25px;
} 

/* GROUP */
.kte-group-1 h2 strong {
    color: #101821;
}

.kte-group-numbers {
    display: flex;
    justify-content: center;
}

.kte-group-number {
    width: 200px;
    position: relative;
    text-align: center;
    margin: 0 30px;
}

.kte-group-number img {
    width: 200px;
}

.kte-group-number span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.75rem;
    font-weight: 900;
    color: #fff;
}

.kte-group-number p {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
    font-size: 1.2rem;
	text-align: center;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}

.kte-group-3 {
    position: relative;
    background-color: #ebebeb;
}

.kte-group-3-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    background-color: #fff;
    z-index: 1;
}

.kte-group-3 h2 {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translate(-50%);
    font-weight: 400;
}

.kte-group-3-structure {
    display: flex;
    justify-content: space-between;
    height: 500px;
    color: #fff;
}

.kte-group-3-structure h3 {
    font-weight: 400;
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.kte-group-3-structure p {
    line-height: 1.4;
}

.kte-group-3-left {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 49.5%;
    z-index: 2;
}

.kte-group-3-left div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #466493;
    height: 49%;
    padding: 0 90px;
}

.kte-group-3-right {
    position: relative;
    display: flex;
    text-align: center;
    justify-content: space-between;
    width: 49.5%;
    z-index: 2;
}

.kte-group-3-right div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #466493;
    width: 49%;
    padding: 0 90px;
}

.kte-group-milestone {
    padding-top: 100px;
    padding-bottom: 130px;
}

.kte-group-milestone h2 {
    text-align: center;
    margin-bottom: 70px;
}

/* TIMELINE */
.kte-milestone, 
.kte-milestone-2 {    
    position: relative;
    display: flex;
    height: 320px;
    width: 100%;
}

/* .kte-milestone-left {
    height: 100%;
    width: 50%;
    padding-right: 50px;
    border-right: 2px solid #d1d1d1;
}

.kte-milestone-left p {
    position: relative;
    height: 25%;
    font-size: 4.5rem;
    font-weight: 500;
    line-height: 1;
    color: #c8d0db;
    text-align: right;
    margin: 0;
    cursor: pointer;
}

.kte-milestone-left p.mile-active:after {
    content: '';
    position: absolute;
    right: -52px;
    top: 0;
    height: 100%;
    width: 4px;
    background-color: #8d8d8d;
}

.kte-milestone-left span {
    opacity: 0;
    transition: .3s;
}

.kte-milestone-left p.mile-active {
    color: #3d5780;
}

.kte-milestone-left p.mile-active span {
    opacity: 1;
}

.kte-milestone-right {
    position: relative;
    height: 100%;
    width: 50%;
    padding-left: 50px;
    overflow-y: hidden;
}

.kte-milestone-right p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    opacity: 0;
    font-size: 1rem;
    line-height: 1.3;
    margin: 0;
    transition: .2s;
}

.kte-milestone-right p.mile-active-text {
    opacity: 1;
} */

.kte-animation-area {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 100px;
    width: 100%;
    background: transparent;
    /* border: 1px solid red; */
}

.kte-milestone-left {
    position: relative;
    height: 100%;
    width: 50%;
    padding-right: 50px;
    border-right: 1px solid #d1d1d1;
    overflow: hidden;
}

.kte-milestone-years {
    position: absolute;
    right: 50px;
    bottom: 50%;
    transform: translateY(50px);
}

.kte-milestone-left p {
    position: relative;
    font-size: 5.5rem;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 100px;
    height: 100px;
    color: #c8d0db;
    text-align: right;
    margin: 0;
    cursor: pointer;
}

.kte-milestone-left span {
    opacity: 0;
    transition: .3s;
}

.kte-milestone-left p.mile-active {
    color: #3d5780;
}

.kte-milestone-left p.mile-active span {
    opacity: 1;
}

.kte-milestone-right {
    position: relative;
    height: 100%;
    width: 50%;
    padding-left: 50px;
    overflow-y: hidden;
}

.kte-milestone-right p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    opacity: 0;
    font-size: 1rem;
    line-height: 1.3;
    margin: 0;
    transition: .2s;
}

.kte-milestone-right p.mile-active-text {
    opacity: 1;
}

/* ARCHIVE */
.kte-archive h1 {
    font-size: 1.5rem;
    margin-bottom: 30px;
}

.kte-archive-content {
    margin-bottom: 50px;
}

.kte-archive h2 {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.kte-archive p {
    font-size: 1rem;
}

@media only screen and (max-width: 1270px) {
    .kte-header-logo-menu {
        width: 100px;
    }

    nav.kte-main-navigation ul {
        justify-content: space-around;
    }

    img.kte-header-icon {
        right: 30px;
    }
}

@media only screen and (max-width: 1050px) {
    img.kte-header-icon {
        right: 15px;
    }
	
	.kte-language-header {
		right: 42px;
	}
}

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

    .kte-site-header {
        z-index: 999;
    }

    nav.kte-main-navigation {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(70, 99, 147, 0.9);
        padding-top: 75px;
        padding-left: 50px;
        padding-right: 50px;
        z-index: 999;
    }

    nav.kte-main-navigation ul {
        display: block;
    }

    nav.kte-main-navigation ul li {
        display: block;
        padding-bottom: 5px;
    }

    nav.kte-main-navigation ul li.kte-header-logo-menu {
        display: none;
    }

	.kte-sticky img.kte-language-icon {
    	top: -5px;
	}
	
    img.kte-header-icon {
        height: 19px;
        top: 36px;
        right: 90px;
    }
	
	.kte-language-header {
		position: absolute;
		right: 122px;
		top: 34px;
	}

    .hamburger {
        display: block;
        position: absolute;
        right: 20px;
        top: 21px;
        z-index: 9999;
    }

    .hamburger-inner,
    .hamburger-inner:after,
    .hamburger-inner:before {
        width: 36px;
        height: 2px;
        border-radius: 3px;
        background-color: #fff
    }

    .hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before {
        background-color: #fff
    }
    
    .kte-sticky .hamburger {
        top: 16px;
    }

    .kte-sticky nav.kte-main-navigation {
        padding-top: 75px;
    }

    .kte-sticky nav.kte-main-navigation li.kte-sub-menu-ks .sub-menu {
        top: auto;
    }

    /* Sub menu */
    nav.kte-main-navigation .sub-menu {
        display: block;
        position: relative;
        top: auto;
        width: 100%;
        left: auto;
        background-color: rgba(255, 255, 255, 1);
        backdrop-filter: blur(0px);
        border-left: 2px solid #6995db;
        padding: 4px 15px 5px 15px;
        margin-bottom: 10px;
    }

    nav.kte-main-navigation .sub-menu li {
        display: block;
        text-transform: capitalize;
        font-weight: 400;
        font-size: .9rem;
        padding-bottom: 2.5px;
    }

    nav.kte-main-navigation .sub-menu li a {
        color: #172330;
    }

    nav.kte-main-navigation .sub-menu li:last-child {
        padding-bottom: 0;
    }

    nav.kte-main-navigation ul li:hover .sub-menu {
        display: block;
    }

    /* K-Solutions sub menu */
    nav.kte-main-navigation li.kte-sub-menu-ks {
        position: unset;
    }

    nav.kte-main-navigation li.kte-sub-menu-ks .sub-menu {
        display: block;
        position: relative;
        top: auto;
        width: 100%;
        height: auto;
        left: auto;
        transform: none;
        background-color: rgba(255, 255, 255, 1);
        border-left: 2px solid #6995db;
        padding: 4px 15px 5px 15px;
        margin-bottom: 10px;
    }

    nav.kte-main-navigation li.kte-sub-menu-ks .sub-menu li {
        width: 100%;
        font-weight: 400;
        font-size: .9rem;
        padding-bottom: 2.5px;
    }

    nav.kte-main-navigation li.kte-sub-menu-ks .sub-menu li a {
        color: #172330;
    }

    nav.kte-main-navigation li.kte-sub-menu-ks .sub-menu li a:hover {
        color: #ccb213;
    }

    nav.kte-main-navigation li.kte-sub-menu-ks:hover .sub-menu {
        display: flex;
    }    

    img.kte-header-logo {
        position: absolute;
        width: 70px;
        top: 15px;
        left: 15px;
        transform: none;
    }

    .kte-hp-1 {
        height: 80%;
    }

    .kte-hp-1-slide-content {
        opacity: 1;
    }

    .kte-hp-1-slide-content a {
        margin-top: 10px;
    }

    .kte-hp-1-slide-content h1 {
        font-size: 2.25rem;
    }

    .kte-hp-1-slide-content h2 {
        font-size: 1.5rem;
    }

    .kte-hp-1-slide-content h3 {
        font-size: 1.25rem;
    }

    .kte-slide-controller {
        bottom: 70px;
        padding-bottom: 0;
        opacity: 1;
        width: 95%;
    }

    .kte-slide-index {
        width: 30%;
        padding-top: 10px;
    }

    .kte-slide-index p {
        display: none;
    }

    .kte-hp-1-down {
        bottom: auto;
    }

    .kte-hp-2 {
        height: auto;
        padding-left: 20%;
        padding-right: 20%;
        padding-top: 70px;
        padding-bottom: 50px;
    }

    .kte-hp-2 h2 {
        font-size: 2rem;
    }

    .kte-hp-2 p {
        font-size: 1.25rem;
    }

    .kte-hp-3 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .kte-hp-3-card {
        height: 330px;
        width: 210px;
        margin-right: 10px;
    }

    .kte-hp-3-card:hover {
        border-bottom: 10px solid #466493;
    }

    .kte-hp-3-card h3 {
        bottom: 30px;
        width: 90%;
        font-size: .9rem;
        background-color: #6995db;
        color: #fff;
        padding: 7px;
        border-radius: 25px;
        cursor: pointer;
        opacity: 1;
    }

    #mCSB_1_container {
        margin-bottom: 50px;
    }

    .kte-hp-4 {
        background-size: 70%;
        background-position: left;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .kte-hp-4-bg {
        width: 80%;
    }

    #kte-hp-4-accordion {
        padding-left: 20%;
    }

    .kte-hp-5 {
        padding-top: 0px;
    }

    .kte-hp-5-office {
        flex-direction: column;
    }

    .kte-hp-5-office-map,
    .kte-hp-5-office-ph {
        height: 500px;
        width: 100%;
    }

    .kte-map-over {
        left: 0;
        background-color: rgba(70, 100, 147, 0.75);
    }

	img.kte-footer-certifications {
		margin-top: 30px;
	}
	
    .kte-copy {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .kte-page-header {
        height: 350px;
    }

    .kte-page-title {
        height: 220px;
        width: 220px;
        bottom: -40px;
        padding: 10px;
        opacity: 1;
    }    

    .kte-page-content {
        padding-top: 75px;
        padding-bottom: 50px;
    }

    /* Gruppo - Mob */
    .kte-group-numbers {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .kte-group-number {
        margin-bottom: 70px;
    }

    .kte-group-number:last-child {
        margin-bottom: 0;
    }

    .kte-group-number p {
        display: block;
        position: relative;
        left: auto;
        transform: none;
        bottom: auto;
        margin: 30px auto 0 auto;
    }

    .kte-group-number span {
        top: 40%;
    }

    /* Team - Mob */
    .kte-people-1-container {
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 50px;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
    }

    .kte-people-1 {
        margin-bottom: 30px;
    }

    .kte-cv-content {
        position: fixed;
        left: -3000px;
        bottom: 0;
        width: 100%;
        padding: 5px 15px 15px 15px;
    }
    
    .kte-cv-content p {
        font-size: .8rem;
        line-height: 1.1;
    }
    
    .kte-cv-content p:last-child {
        margin: 0;
    }
    
    .kte-cv-content-open {
        left: 0;
    }
    
    .kte-cv-close {
        position: relative;
        text-align: right;
    }
    
    .kte-cv-close img {
        position: relative;
        right: auto;
        top: auto;
        cursor: pointer;
        margin-left: 0;
    }

    .kte-people-2 {
        margin-bottom: 30px;
    }

    .kte-people-2-left-bis .kte-people-2 {
        margin-right: 0;
    }

    .kte-people-2:last-child {
        margin-bottom: 0;
    }

    .kte-people-2-left {
        padding-right: 0;
        flex-direction: column;
        align-items: center;
    }

    .kte-team-3 {
        height: auto;
        flex-direction: column;
    }

    .kte-team-3-left {
        width: 100%;
        height: 300px;
    }
    
    .kte-team-3-right {
        width: 100%;
        padding: 80px 15px;
    }

    .kte-team-3 h3 {
        font-size: 1.5rem;
    }

    /* TALK - mob */
    .kte-news-container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    } 

    .kte-news {
        width: 100%;
        margin-bottom: 30px;
    }

    .kte-news-narrow {
        width: 100%;
    }

    .kte-news-large {
        width: 100%;
    }

    /* CONTATTI */
    .kte-contact-1 {
        margin-bottom: 60px;
    }

}

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

	img.kte-footer-certifications {
		width: 100%;
		height: auto;
	}
	
}