@import url('https://fonts.googleapis.com/css?family=Poppins:100,400,600|KoHo:600&display=swap');
body{
    font-weight: 400;
    line-height: 1.8; 
    overflow-x: hidden; 
    background-color: #fff;
    position: relative;
    font-size: 19px; color:#202c52;
	font-family: 'Poppins', sans-serif!important;}
 .strong {
    font-weight: 700;
} .title2 {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}a {
    color: #ea5c3f;
}a:hover {
    color: #c24329; 
}.btn { 
    border-radius: 0;
    line-height: 1.2; 
  position: relative;
  overflow: hidden;
  cursor: pointer;
}.btn.btn-muted { 
    color: #fff;
    background: #a9b5c0;
}.btn.btn-red { 
    color: #fff;
    background: #ea5c3f;
}

.btn span ,.bg-item{
  display: block;
  position: relative;
  z-index: 1;
}
.btn span::after ,.bg-item::after{
  content: '';
  position: absolute;
  z-index: -1;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  background: rgba(255,255,255, 0.7);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  transform: scale(0);
}
.bg-item::after{ 
  z-index: 3; 
}
.btn:hover:not(:focus) span::after ,a:hover .bg-item::after{
  background: rgba(0,0,0, 0.3);
  animation: circleGrow 0.3s linear;
}
.btn:focus:not(:active) span::after ,.a:focus:not(:active) .bg-item::after{
  animation: circleGrow 0.3s linear;
}
@keyframes circleGrow {
  0% {
    transform: scale(0);
    opacity: 0;
  } 
  20% {
    opacity: 0.7;
  }
  100% {
    transform: scale(5);
    opacity: 0;
  }
}
.bg_stripe,.bg-stripe {
    background-position: center;
    background-image: url(/img/pattern.png);
    background-size: auto;
}
.text_white{ color:#fff} 
.bg_white{ background-color:#fff}  
.text_red{ color:#ea5c3f} 
.bg_red{ background-color:#ea5c3f}  
.text_blue{ color:#202c52} 
.bg_blue{ background-color:#202c52}  

.form-control:focus { 
    border-color: #5789c8; 
    box-shadow:0 0 0 0.2rem #5789c845;
}
label[for] {
    cursor: pointer;
}input[type=checkbox]:checked, input[type=checkbox]:disabled:checked, input[type=checkbox].error:checked, input[type=checkbox].error:focus:checked, input[type=radio]:checked, input[type=radio]:disabled:checked, input[type=radio].error:checked, input[type=radio].error:focus:checked {
    background: #5789c8;
    box-shadow: inset 0 0 0 3px #fff;
}
input[type=checkbox] ~ label, input[type=radio]~ label  {
    display: inline-block;
width: calc(100% - 30px);}
input[type=checkbox], input[type=radio]  {
    display: inline-block;
    position: relative;
    border-radius: 0;
    top: 3px;
    vertical-align: top;
    margin: 10px 5px 0 0;
    padding: 0;
    background: #fff;
    border: 1px solid #5789c8;
    width: 16px !important;
    height: 16px !important;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: background 0.5s ease;
    outline: none;
    -webkit-appearance: none;
}
/*  navbar*/
a.navbar-brand {
    font-size: 0;
}  .nav-link {
    color: #000;
    text-transform: uppercase;
    font-size: 1rem;
}header.fixed-top {
    background: #fff;
    z-index: 330;
    top: auto;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.24);
    padding:   0;
    transition: padding .15s ease-in-out;
}.scrolldown header.fixed-top { 
    padding: 0rem 0; 
}main {
    padding: 74px 0 0;
}a.nav-item.nav-link.active.is-active, a.nav-item:hover {
    background-position: center;
    background-image: url(/img/pattern.png);
    background-size: auto;
}
/*  hamburger*/
button.navbar-toggler {
    position: relative; 
    width: 40px;
    height: 24px; 
    margin-top: 3px;
    border: 0;
    background: transparent!important;
}button.navbar-toggler div, button.navbar-toggler div::after, button.navbar-toggler div::before {
    background-color: #000;
}
button.navbar-toggler div, button.navbar-toggler div::after,button.navbar-toggler div:before {
    position: absolute;
    border-radius: 0;
    width: 40px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform; 
    background-color: #000;
    display: block;
    content: "";
    transition: bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear;
    transition: bottom .1s ease-out,top .1s ease-out,opacity 0s linear .1s;
}button.navbar-toggler div {    left: 0;
    top: 50%;
    display: block;
    margin-top: -2px;
}button.navbar-toggler div::after, button.navbar-toggler div::before {
}
 
button.navbar-toggler div::after, button.navbar-toggler div::before { 
    opacity: 0;
    top: 0;
} 
button.navbar-toggler.collapsed div::before {
    top: -10px;
	opacity:1
}
button.navbar-toggler.collapsed div::after {
    top: 10px;
	opacity:1
}
/* //hamburger*/
/*header pic*/
.header-image h1 small{
    font-size: 56%;}
.header-image h1{
font-size: 1.5rem;}
.header-image {
    font-family: 'KoHo';
    color: #fff;
    height: calc(100vh - 145px);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
/*services-row*/
.row.services-row {
    font-family: 'KoHo';
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    margin: 0;
    background: #202c52;
}.row.services-row a { 
    padding: 0; 
    color: #fff;
  transition:all 0.3s ease-in-out 0.2s;
}.row.services-row a:hover ,.row.services-row a.active{ 
    text-decoration:none;
  background: rgba(255,255,255, 1); 
	color:#ea5c3f;
}.row.services-row a >div{ 
    padding: 1rem 0.2rem;
    letter-spacing: 0.15rem;
    font-size: 0;
  display: block;
  position: relative;
  z-index: 1;
} 
.row.services-row a >div>div {
    position: relative;
    overflow: hidden;
}.row.services-row a >div>div img+img {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    margin-bottom: 0 !important;
}
.row.services-row a  >div>div img{
    transition: all .15s ease-in-out;
}
.row.services-row a:hover >div>div img,.row.services-row a.active  >div>div img{
    transform: translateY(calc(100% ));
}
.row.services-row a >div::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  background: rgba(255,255,255, 1);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  transform: scale(0);
}

.row.services-row a:hover  >div::after {
  background: rgba(255,255,255, 1);
  animation: circleGrow 0.3s linear;
} 

.row.services-row img { 
    margin: 0 auto 0;
    width: 40px;
}
/*certificazioni*/
.view-id-certificazioni .view-content {
    padding: 3rem 0;
} li.certificazione-item {
    margin: 0;
    padding: 1rem;
} .certificazione-container {
    margin: 0 auto!important;
    background: #fff;
    list-style: none;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    justify-content: center;
}li.certificazione-item img {
    max-height: 80px;
    width: auto;
}
/*realizzazioni*/
 .bg-item {
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
	background-color:#202c52;
}.view.view-realizzazioni .views-field-field-categoria {
    font-size: 12px;
    line-height: 2.33em;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 600;
    color: #a9b5c0;
}.view.view-realizzazioni .views-field.views-field-title a {
    color: #202c52;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.2;
    display: block;
}.banner_title {
    background-color: rgba(169, 181, 192, 0.18);
    padding: 2rem 0;margin-bottom:2rem;
}.banner_title h1 {
    font-size: 1.8rem;
    /* font-family: 'KoHo'; */
    text-transform: uppercase;
    /* text-align: center; */
    line-height: 1.2;
    margin: 0;
    color: #202c52;
    font-weight: 700; 
}ul.row.list-unstyled {
    margin-right: -15px;
    margin-left: -15px;
} 
.subtitle_service {
    border-left: 4px solid #ea5c3f;
    font-weight: 600;
    font-size: 1.2em;
    margin: 3.5rem 0 1.5rem;
    line-height: 1.2;
    padding: 0.8rem 1rem;
}.field.field--name-field-data, .field.field--name-field-categoria {
    font-size: 12px;
    line-height: 2.33em;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 600;
    color: #a9b5c0;
}.field.field--name-field-data a, .field.field--name-field-categoria a{
    
    color: #a9b5c0;
}.field.field--name-field-image.field--type-image img, .field.field--name-field-gallery img {
    width: auto;
    max-width: 100%;
    height: auto;
}.field.field--name-field-gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}.field.field--name-field-gallery>div.field__item {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}.field.field--name-field-gallery>div.field__item .bg-item {
   
    margin: 0 0 2rem;
}
/*grid*/
.grid_square .row {
    margin: 0;
}
.grid_square{
    font-size: 1rem;
    padding: 0;
    line-height: 1.5;}
	
.text_part {
    height: 100%;
    padding: 2rem;
    max-width: 500px;
    margin: auto;
}
.square { 
    padding: 0 0  ;
    position: relative; 
   
    text-align: center; 
}.square >* { 
    margin: 40px auto;
   
}.square >div {  
    max-width: 80%; 
    width: 200px; 
    display: flex;
    align-items: center;
    justify-content: center;
}.square img {
    max-width: 40vw; 
    max-height: 40vw; 
}.square div[data-aos^=fade] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    transition-delay: 0.2s;
    width: auto;
    height: auto;
    background-size: cover;
    background-position: center;
}

.aos-init[data-aos="slide-right-custom"]>div {
    opacity: 0;
    transition-timing-function: cubic-bezier(.25,.46,.45,.94);
    transition-duration: 0.1s;
    transition-delay: 0.5s;
    transition-property: opacity;
}
.aos-init[data-aos="slide-right-custom"].aos-animate>div {opacity:1}
.aos-init[data-aos="slide-right-custom"]>div.transition ,
.aos-init[data-aos="slide-right-custom"]>div.transition_slide_out 
{
    opacity: 1;
    /* background: yellowgreen; */
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    height: 100%;
    max-height: 100%;
    position: absolute;
    z-index: 6;
    pointer-events: none;
}
 .bg_blue.aos-init[data-aos="slide-right-custom"] {
    background: #495781; 
	transition:background 0.2s  linear 1.5s
}
 .bg_blue.aos-init[data-aos="slide-right-custom"].aos-animate {
    background:#202c52;
}
.aos-init[data-aos="slide-right-custom"]>div.transition::before,
.aos-init[data-aos="slide-right-custom"]>div.transition::after
 {
    content:"";
	position:absolute;top:0;bottom:0;left:0; right:100%;
    background-color: #ea5c3f; 
	transition:right 0.2s  linear 0s,left 0.8s  linear 0.5s
}
.aos-init[data-aos="slide-right-custom"]>div.transition::after {
     /* opacity:0; */
    background-color: #495781; 
	transition:right 0.23s  linear 0.45s,left 0.5s linear 0.8s
}
.aos-init[data-aos="slide-right-custom"].aos-animate>div.transition::before,
.aos-init[data-aos="slide-right-custom"].aos-animate>div.transition::after
{
	right:0%;
	left:100%}
	
	
	
.aos-init[data-aos="slide-right-custom"]>div.transition_slide_out::after
 {
    content:"";
	position:absolute;top:0;bottom:0;left:0; right:0;
    background-color: #ea5c3f; 
	transition:left 0.5s  linear 0.2s;
    box-shadow: 0 0 72px rgba(0, 0, 0, 0.48);
}
.aos-init[data-aos="slide-right-custom"].aos-animate>div.transition_slide_out::after
{ 
	left:100%}
/*servizio*/
.field.field--name-body {
    line-height: 1.2;
    font-size: 1rem;
}
.field.field--name-body strong{    
    font-size: 1.2rem;
}.field.field--name-body li {
    margin-bottom: 1rem;
}.title_service{
    border-left: 4px solid #ea5c3f;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    padding: 1rem;}
/*cite*/
.cite {
    margin: auto;
    padding-top: 1rem;
    line-height: 1.2;
    position: relative;
    border-left: 4px solid #202c52;
}
/*footer*/
footer a.scrollpage.btn {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    transition: transform .15s ease-in-out;
    transform: translateY(150px);
}.scrolldown footer a.scrollpage.btn { 
    transform: translateY(0px);
}footer a.scrollpage.btn span { 
    transform: rotate(-90deg);
}
footer {
    background: #202c52;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
}footer a{ 
    color: #fff; 
}footer a:hover {
    color: rgba(255, 255, 255, 0.62);
    text-decoration: none;
}footer .title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
}.footer-copyright {
    font-size: 0.8rem;
}
@media (max-width:991px){
	/*menu mobile*/
	a.navbar-brand {
    height: 60px;
}.navbar-brand img { 
    width: auto;
}div#navbarSupportedContent .navbar-nav  {
    margin: auto;
}
	div#navbarSupportedContent {
    position: fixed;
    top: 76px;/*head height*/
    bottom: 0;
    left: 0;
    z-index: 98;
    width:  100vw   ; 
    max-width: 100vw;
    height: calc(100vh - 76px);/*head height*/
    padding: 3rem;
    text-align: center;
    overflow-y: auto;
    background-color: #f8f9fa;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.22,.61,.36,1);
    transition: -webkit-transform .8s cubic-bezier(.22,.61,.36,1);
    transition: transform .8s cubic-bezier(.22,.61,.36,1);
    transition: transform .8s cubic-bezier(.22,.61,.36,1),-webkit-transform .8s cubic-bezier(.22,.61,.36,1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    will-change: transform;
    display: flex;
    opacity: 1;
    visibility: visible; 
}div#navbarSupportedContent.show {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}div#navbarSupportedContent  .region.region-navigation {
    margin: auto;
}div#navbarSupportedContent  li.nav-item {
    position: relative;
    overflow: hidden;
}div#navbarSupportedContent  li.nav-item a{    
    position: relative;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.22,.61,.36,1);
    transition: -webkit-transform .5s cubic-bezier(.22,.61,.36,1);
    transition: transform .5s cubic-bezier(.22,.61,.36,1);
    transition: transform .5s cubic-bezier(.22,.61,.36,1),-webkit-transform .5s cubic-bezier(.22,.61,.36,1);
    -webkit-transform: translate3d(0,101%,0);
    transform: translate3d(0,101%,0);
	
	-webkit-transition-delay: .50s;    transition-delay: .50s;
}div#navbarSupportedContent.show  li.nav-item a {
    -webkit-transition: -webkit-transform .8s cubic-bezier(.22,.61,.36,1);
    transition: -webkit-transform .8s cubic-bezier(.22,.61,.36,1);
    transition: transform .8s cubic-bezier(.22,.61,.36,1);
    transition: transform .8s cubic-bezier(.22,.61,.36,1),-webkit-transform .8s cubic-bezier(.22,.61,.36,1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}div#navbarSupportedContent  li.nav-item:nth-child(1) a{     -webkit-transition-delay: .5s;    transition-delay: .5s;
}div#navbarSupportedContent  li.nav-item:nth-child(2) a{     -webkit-transition-delay: .55s;    transition-delay: .55s;
}div#navbarSupportedContent  li.nav-item:nth-child(3) a{     -webkit-transition-delay: .6s;    transition-delay: .60s;
}div#navbarSupportedContent  li.nav-item:nth-child(4) a{     -webkit-transition-delay: .65s;    transition-delay: .65s;
}div#navbarSupportedContent  li.nav-item:nth-child(5) a{     -webkit-transition-delay: .7s;    transition-delay: .7s;
}div#navbarSupportedContent  li.nav-item:nth-child(6) a{     -webkit-transition-delay: 0.75s;    transition-delay: 0.75s;
}div#navbarSupportedContent  li.nav-item:nth-child(7) a{     -webkit-transition-delay: 0.8s;    transition-delay: 0.8s;
}div#navbarSupportedContent  li.nav-item:nth-child(8) a{     -webkit-transition-delay: 0.85s;    transition-delay: 0.85s;
}div#navbarSupportedContent  li.nav-item:nth-child(9) a{     -webkit-transition-delay: 0.9s;    transition-delay: 0.9s;
}div#navbarSupportedContent  li.nav-item:nth-child(10) a{     -webkit-transition-delay: 0.95s;    transition-delay: 0.95s;
}div#navbarSupportedContent  li.nav-item:nth-child(11) a{     -webkit-transition-delay: 1s;    transition-delay: 1s;
}div#navbarSupportedContent  li.nav-item:nth-child(12) a{     -webkit-transition-delay: 1.05s;    transition-delay: 1.05s;
}div#navbarSupportedContent  li.nav-item:nth-child(13) a{     -webkit-transition-delay: 1.1s;    transition-delay: 1.1s; 
}
	
	
	/*//menu mobile*/
	
}


@media (min-width:576px){
.square::before { 
content:"";
display:inline-block;width:100%;
    padding: 0 0 100%;
    position: relative;    
}.square >* { 
    margin: auto; 
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}.square >div { 
    max-width: 80%;
    width: 200px;
    height: 200px;
    max-height: 80%; 
}.square img {
    max-width: 40%; 
    max-height: 40%; 
}
}
@media (min-width:768px){
	header.fixed-top { 
    padding:1rem 0; 
} .row.services-row img {
    max-width: 80%; 
    width: 50px;
}.header-image { 
    height: calc(100vh - 191px); 
}
	 .title2 { 
    font-size: 1.75rem; 
}main {
    padding: 107px 0 0;
}
.header-image h1{
font-size: 2rem;}
.field.field--name-field-gallery>div.field__item { 
    -ms-flex: 0 0 33.3333%;
    flex: 0 0  33.3333%;
    max-width:  33.3333%;
}
}
@media (min-width:992px){
	
.row.services-row a:hover >div>div img,.row.services-row a.active  >div>div img{
    transform: translateY(calc(100% + 1rem));
}.row.services-row a >div>div+div {
    min-height: 32px;
}
.field.field--name-field-gallery>div.field__item { 
    -ms-flex: 0 0 20%;
    flex: 0 0  20%;
    max-width:  20%;
}
	.banner_title { 
    padding: 3rem 0;margin-bottom:3rem;
}.banner_title h1 {
    
    font-size: 3.5rem;
}
	
	
	
	.title_service { 
    font-size: 1.8rem; 
}
.row.services-row a>div {
    font-size: 0.7rem;
    padding: 2rem 0.2rem;
}body.path-frontpage .row.services-row {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}body.path-frontpage.fix-services  .row.services-row {
    position: absolute;
     
}body.path-frontpage   .row.services-row a { 
    
    display: flex;
    justify-content: center;
    align-items: center;
}body.path-frontpage.fix-services  .row.services-row a { 
    min-height: 183px; 
}
.services-container {
    position: relative;
    height: 183px;
    background: #202c52;
} body.path-frontpage.scrolldown .row.services-row img, .row.services-row img  {  
    width: 70px;
    margin: 0 auto 1rem; 
}body.path-frontpage .row.services-row img { 
 
    width: 0;
    margin: 0 auto 0; 
} .header-image { 
    height: calc(100vh - 240px); 
}
	main {
    padding: 131px 0 0;
}
.cite { 
    padding-top: 1.5rem; 
    padding-bottom: .5rem; 
}
.header-image h1{
font-size: 2.5rem;}
 .text_part {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    display: -ms-flexbox!important;
    display: flex!important;
    justify-content: center;
    align-items: flex-start;
}
}
@media (min-width:1200px){
	.field.field--name-field-image.field--type-image img  {
     
    padding-left: 3rem;
}
	.banner_title { 
    padding: 4rem 0;margin-bottom:4rem;
}.banner_title h1 {
    
    font-size: 4rem;
}
.row.services-row a >div{
    font-size: 0.9rem; 
} 
} 