@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root {
--font-theme: "Roboto", sans-serif;
--theme-color:#3B4F6D;
--theme-color-two:#E84133;
--theme-bg:#F7F7F7;
--text-color:#2F2F2F;


}
/* comon css start  */
*{box-sizing: border-box;  list-style: none;text-decoration: none;margin: 0; padding: 0;}
body{font-family: var(--font-theme); font-size: 16px; line-height: 26px; color: var(--text-color); font-weight: 400; background-color: var(--theme-bg);}
p{margin-bottom: 12px;}
p:last-child{margin-bottom: 0;}
a{transition: .5s ease; color: var(--dark-bg);}
img{max-width: 100%;}
section{overflow: hidden}

h2{font-size: 38px; line-height: 1.2; margin-bottom: 12px; font-style: italic;color: #000;}
h1, h2, h3 { font-weight: 500; text-transform: uppercase;}

.common-btn{position: relative; text-align: center; overflow: hidden; display: inline-block; width: fit-content;border-radius: 6px; padding: 15px 20px 14px;line-height: normal; transform: skew(-18deg); font-weight: 500; color:#fff; background-color: var(--theme-color-two); text-transform: uppercase;}
.common-btn:hover { background-color: var(--theme-color); color: #fff;}


em{font-style: normal}



/* comon css end  */

/* header start  */
header{margin-bottom: 7px;}
.header-container{ padding-left: 15px; padding-right: 15px; margin: 0 auto;}

header article{display: flex;align-items: center;justify-content: space-between;}

.logo{display: flex;flex-shrink:0;   margin-right: 24px;}

.header_right_cnt{width: 100%;}


/* top header start  */
.contact_data{display: flex;align-items: center;padding-top: 12px;padding-bottom: 11px;}
.contact_data ul{display: flex;align-items: center;padding-left: 10px;}
.contact_data ul li.serch-btn{display: none;}
.contact_data ul li:not(:last-of-type){margin-right: 30px;}
.contact_data ul li a{display: flex; align-items: center; text-transform: uppercase;line-height: normal;}
.contact_data ul li a:hover{color: var(--theme-color-two) !important;}
.contact_data ul li a:hover svg path{color: var(--theme-color); fill: var(--theme-color);transition: .5s ease;}
.contact_data ul li a svg{transition: .5s ease;margin-right: 9px;}
.contact_data ul li a.phone{color: #000; font-weight: 500;}
.contact_data ul li:last-child img:hover {filter: invert(8%) sepia(88%) saturate(6204%) hue-rotate(20deg) brightness(90%) contrast(110%);}



.navbar-toggler{display: none ;}
/*language start*/
.language_content {margin-left: 20px; line-height: normal; width: 100px; display: flex;}
/*language end*/

/* search area start  */
.search-aria{margin-left: auto;}
.search-aria form{border: 1px solid #DDDDDD;    width: 370px; display: flex; background-color: #fff; align-items: center;border-radius: 6px;}



.search-aria input{border: 0;font-size: 15px;padding:5px 15px; border-radius: 8px; width: 100%; color: var(--text-color);}
.search-aria button{cursor: pointer;    flex-shrink: 0; border: 0; transition: .5s ease; height: 36px; margin: 2px 3px; width: 36px;display: flex; justify-content: center; align-items: center;background-color: var(--theme-color); border-radius: 4px;}
.search-aria button:hover{background-color: var(--theme-color-two);}
.search-aria input:focus{border: 0; outline: none; box-shadow: none;}
.search-aria input::placeholder{text-transform: uppercase;  color: var(--text-color);}
/* search area end */

/* top header end  */

/* navigation start  */
.navigation{width: 100%; border-top: 1px solid #D4D4D4;}
.navigation ul li:not(:last-of-type){margin-right: 28px;}
header nav ul {display: flex; width: 100%; justify-content: space-between;}
.navigation ul li a{font-weight: 500;position: relative; text-transform: uppercase;}
.navigation ul li a.active{color: var(--theme-color-two);}
.navigation ul li a:hover{color: var(--theme-color-two);}
.navigation ul li {padding: 22px 0 9px;}
/* navigation end  */


/* sticky header start  */
.sticky-header{position: fixed; left: 0; top: 0; width: 100%; padding-bottom: 5px; background-color: #fff ; z-index: 999; animation: sticky-header .5s linear; box-shadow: 0 11px 8px -8px #ebebeb; max-width:100%;}
@keyframes sticky-header { 0%{top: -50px; opacity: 0; }100%{top: 0px; opacity: 1; }}
.sticky-header .logo img{height: 95px;}



.sticky-header .contact_data {padding-top: 7px; padding-bottom: 7px;}
.sticky-header .navigation ul li {padding: 6px 0 6px;}
.sticky-header .navigation ul li a {font-size: 15px;}
.sticky-header .contact_data ul li:not(:last-of-type){margin-right: 18px;}
.sticky-header .contact_data ul li a {font-size: 15px;}
.sticky-header .contact_data ul li a svg { margin-right: 6px; height: 16px;}
/* sticky header end  */
/* header end  */

/* home page start */
/* home banner start */
.home-banner{position: relative;}
.home-banner article:first-child{height: 100%;}
.home-banner article:first-child figure{height: 100%;}

.home-banner article:first-child figure img{object-fit: cover; height: 100%; width: 100%;}
/* .banner-img{height: 100%;} */
/* .banner-img img{object-fit: cover; height: 100%; width: 100%;} */

.home-banner:after{content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0;}
.home-banner:before{content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: linear-gradient(1deg,rgba(11, 31, 60, 1) 15%, rgba(255, 255, 255, 0.34) 71%, rgba(11, 31, 60, 0) 100%);}
.home-banner article:last-child{display:flex; flex-direction: column; justify-content: end;padding: 51px 0; position: absolute; z-index: 9;top: 0;left: 0;right: 0; bottom: 0; margin: auto; max-width: 1470px; padding-left: 15px; padding-right: 15px;}
.home-banner article:last-child h1{font-size: 89px; color: #fff;    line-height: 1.17;  font-weight: 700; font-style: italic;      text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.69);}
.home-banner article:last-child p{color: #fff;font-size: 18px;margin-bottom: 26px;font-style: italic; text-transform: uppercase;}
.home-banner article:last-child .common-btn:hover{background-color: #fff; color: var(--text-color);}

/* .home-banner .banner-content{display:flex; flex-direction: column; justify-content: end;padding: 51px 0; position: absolute; z-index: 9;top: 0;left: 0;right: 0; bottom: 0; margin: auto; max-width: 1470px; padding-left: 15px; padding-right: 15px;} */
/* .banner-content h1{font-size: 89px; color: #fff;    line-height: 1.17;  font-weight: 700; font-style: italic;      text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.69);} */
/* .banner-content p{color: #fff;font-size: 18px;margin-bottom: 26px;font-style: italic; text-transform: uppercase;} */
/* .banner-content .common-btn:hover{background-color: #fff; color: var(--text-color);} */
/* home banner end  */


/*Home services start*/
.home_services{ padding:60px 80px 75px; }
.home_services .home_services-box > div h2{text-align: center;}
.home_services .home_services-box > div:first-child{max-width: 1158px;margin: 0 auto 0; padding: 0 10px; text-align: center;margin-bottom: 25px;}
.home_services .home_services-box > div:last-child{display: flex; flex-wrap: wrap;padding: 0 5px;}

/*Home services box start*/
.home_services article{ transform: skew(-18deg); width: calc(16.666% - 10px); transition: .5S ease; border-radius: 6px; overflow: hidden; margin:5px; background: #fff; display: inline-block; border: 1px solid #3B4F6D; padding: 8px; cursor: pointer; vertical-align: top;}
.home_services article figure{text-align: center; position: relative;    border-radius: 4px 4px 0 0; overflow: hidden;}
.home_services article figure a{display: flex;}
.home_services article figure a img{width: 100%; border-radius: 4px 4px 0 0;transform: skew(18deg) scale(1.4);  height: 200px; object-fit: cover;}

.home_services article > div{z-index: 1; position: relative;transition: .5s ease; padding: 22px 5px 10px;}

.home_services article > div > a{display: flex;transform: skew(18deg);}
.home_services article h2{width: 100%; transition: .5s ease;     margin-bottom: 0;  font-size: 17px;  font-style: italic; font-weight: 500; text-align: center;}
.home_services article:hover{         box-shadow: 0 3px 6px -2px rgb(134, 134, 134);}
.home_services article:hover > div > a h2{color:var(--theme-color-two);}
.home_services article > div em {height: 64px; transition: .5s ease; top: -64px; z-index: -1; width: 73px;background-color: #fff; left: 9px;border-radius: 5px 5px  0 0; position: absolute; display: flex; justify-content: center; align-items: center;}
.home_services article > div em svg{transform: skew(18deg);}
/* service box color start  */
.home_services article figure:before{content: ""; transition: .5s ;  height: 100%; width: 100%; position: absolute; left: 0; z-index: 1; top: 0; opacity:0; animation: anim .5s ;}

.home_services article:hover figure:before{opacity: .5;}
.home_services article.sector-1:hover figure:before{opacity: .5; background-color:#92a12c;}
.home_services article.sector-2:hover figure:before{opacity: .5; background-color:#f39001;}
.home_services article.sector-3:hover figure:before{opacity: .5; background-color:#0071b0;}
.home_services article.sector-4:hover figure:before{opacity: .5; background-color:#8fc4e7;}
.home_services article.sector-5:hover figure:before{opacity: .5; background-color: #4a6c82;}
.home_services article.sector-6:hover figure:before{opacity: .5; background-color:#7b7b7b;}
.home_services article.sector-7:hover figure:before{opacity: .5; background-color:#ffbc40;}
.home_services article.sector-8:hover figure:before{opacity: .5; background-color:#e9500e;}
.home_services article.sector-9:hover figure:before{opacity: .5; background-color:#ff4d37;}
.home_services article.sector-10:hover figure:before{opacity: .5; background-color:#00af90;}
.home_services article.sector-11:hover figure:before{opacity: .5; background-color:#df201c;}
.home_services article.sector-12:hover figure:before{opacity: .5; background-color:#1e73be;}

/* service box color end  */

/*Home services box end*/

/*Home services end*/


/* home about start */
.home_about_container{background: #F8FBFF; padding: 52px 0 52px; }
.home_about_container > div{ position: relative; overflow: hidden;  justify-content: end; display: flex;  align-items: end;  padding:0 15px 0; max-width: 1470px; margin: 0 auto 0; min-height: 506px;}
.home_about_container > div:not(:last-of-type){margin-bottom: 40px;}
.home_about_container > div:nth-child(even){flex-direction: row-reverse; justify-content: start;}
.home_about_container > div:nth-child(even)  article{ transform: skew(-16deg) translateX(-85px); margin-left: 0; border-color: var(--theme-color); left: initial; right: 0;}
.home_about_container > div:nth-child(even) aside{border-right: 0; border-radius:  15px 0 0 15px;padding: 62px 20px 62px 62px; border-color: var(--theme-color); }
.home_about_container > div:nth-child(even) aside:before{left: initial;        border-radius: 0 15px 15px 0px;right: -50%; border-left: 0;border-color: var(--theme-color);    border-right: 2px solid var(--theme-color);}

.home_about_container article { height: 100%; z-index: 9;    max-width: 540px; position: absolute;  left: 0; border-radius: 10px; text-align: center; overflow: hidden; display: flex;  transform: skew(-16deg) translateX(85px);  border:2px solid var(--theme-color-two);}

 .home_about_container article img {
min-width: 738px;
transform: skew(16deg) translateX(-125px);
    height: 532px;
    object-fit: cover;} 
.home_about_container > div > aside h2{color: #fff;}
.home_about_container > div > aside::before{position: absolute;    border-radius: 15px 0 0; left: -50%; background-color: #fff;     top: 0; content: ""; z-index: -1;  height: 100%; width: 100%; background-color: var(--theme-color); border-right: 0; }
.home_about_container > div > aside{padding: 62px 62px 62px 10px; position: relative;color: #fff; z-index: 1; height: auto;margin-bottom: 30px; background-color: var(--theme-color); border-left: 0; width: 50%; display: flex; flex-direction: column; border-radius: 0px 15px 15px  0; justify-content: center;}
/* .home_about_container > div > aside h2{font-size: 30px; line-height: 38px; font-weight: 600; margin-bottom: 15px;} */
.home_about_container > div > aside .common-btn {margin-top: 15px;}
.home_about_container > div > aside .common-btn:hover{background-color: #fff; color: var(--text-color);}
/* home about end */


/*Home services start*/

/* quality section start  */
.quality-sec {padding: 76px 0 70px; background-color: #FFF;}
.quality-sec  > div{display:flex ; flex-wrap: wrap;max-width: 1470px; margin: 0 auto 0;}
/*Home quality box start*/
.quality-sec article{display: flex; overflow: hidden;flex-direction: column; width: calc(50% - 30px); margin-left: 15px; margin-right: 15px; border-radius: 6px; cursor: pointer; vertical-align: top;}
.quality-sec article figure{text-align: center;}
.quality-sec article figure a{display: flex;}
.quality-sec article figure a img{width: 100%; border-radius: 6px 6px 0 0;}

.quality-sec article > div{height: -webkit-fill-available;background-color: var(--theme-color); z-index: 1; align-items: center; display: flex;justify-content: center;position: relative;  transition: .5s ease; color: #fff;}
.quality-sec article:hover > div{background:var(--theme-color-two);}
.quality-sec article > div > a{display: flex;  width: 100%;  padding: 18px 15px 18px;}
.quality-sec article h2{width: 100%; transition: .5s ease; margin-bottom: 0; text-transform: uppercase; display: block; text-align: center; font-weight: 400;line-height: 1.3; font-size: 24px; font-style:italic; align-items: center; color: #fff;}
.quality-sec article:hover > div > a h2{color: #fff;}
/*Home quality box end*/
/* quality section end  */

/*Home featured catalog start*/
/*Home featured cta start*/
.home_featured_cta{display: flex; padding-bottom: 65px; background-color: #fff;}
.home_featured_cta > div{max-width: 1470px ; margin: auto; padding-left: 15px; padding-right: 15px; display: flex;}
.home_featured_cta article{width: 55%; display: inline-block; float: left; border-radius: 6px 0 0px 6px; overflow: hidden;}
.home_featured_cta article figure{display: flex;    height: 100%;}
.home_featured_cta article figure img{width: 100%;object-fit: cover;}
.home_featured_cta aside span{margin-bottom: 12px; text-transform: uppercase;}
.home_featured_cta aside h2{font-size: 24px; font-weight: 500; color: #fff; }
.home_featured_cta aside{width: 45%; display: flex;border-radius: 0 6px 6px 0; padding: 63px; float: left; flex-direction: column; height: auto; justify-content: center; background-color: var(--theme-color); color: #fff;}
.home_featured_cta aside em {padding: 12px 0 0px;}
.home_featured_cta aside ul li{list-style: disc; margin-bottom: 8px;}
.home_featured_cta aside ul {padding-left: 30px;margin-bottom: 10px;}

/*Home featured cta end*/

/*Home featured product start*/



/* footer start  */
footer{background-color: #f3f3f3; overflow: hidden;}
footer h2{padding-bottom: 5px; font-size: 24px;}
footer > article{ 
gap: 30px; justify-content: 
center; padding: 0px 15px 50px; 
display: grid;     
grid-template-columns: 1.7fr 3fr 1.6fr; 
/*grid-template-columns: 1.7fr 1.7fr 2fr 1.6fr; */
max-width: 1470px; 
margin: 0 auto;}

/* footer top start */

/* footer logo start */
.footer_logo p{padding-top:15px; margin-bottom: 26px;    max-width: 280px;}

.footer-social-icon {display: flex; align-items: center;}
.footer-social-icon li:not(:last-of-type) {margin-right: 15px;}
.footer-social-icon li a svg path {transition: .5s ease;}
.footer-social-icon li a:hover svg path {fill: var(--theme-color); transition: .5s ease;}
/* footer logo end */

/* footer client logo start */
.footer-client-logo > div {margin-top: 30px;}
.footer-client-logo > div > div{display: flex;}
.footer-client-logo > div > div:first-child{margin-bottom: 30px;}
.footer-client-logo > div > div a:first-child{margin-right: 30px;}
/* footer client logo end */

/* footer menu start */
.footer_menu {
padding-top: 40px;
margin: auto;
}
.footer_menu ul li:not(:last-of-type){
margin-bottom: 10px;
float: left;
width: 50%;
}
.footer_menu ul li a:hover{color: var(--theme-color-two);}
/* footer menu end */

/* footer contact start */
.footer_contact {padding-top: 40px;}
.footer_contact ul li{position: relative;padding-left: 28px;line-height: 23px;}
.footer_contact ul li a{text-transform: uppercase; font-weight: 500;}
.footer_contact ul li:not(:last-of-type){margin-bottom: 14px;}
.footer_contact ul li svg{position: absolute;left: 0;top: 3px;}
.footer_contact ul li a:hover{color: var(--theme-color-two);}
/* footer contact end */

footer aside{max-width: 1470px ; margin: auto; padding-left: 15px; padding-right: 15px;display: flex; align-items: center; justify-content: space-between; padding: 10px 15px; position: relative;}
footer aside::before{position: absolute; content: "" ; top: -1px; right:-50%; left: -50%; margin: auto; height: 1px ; width: 10000%; background-color: #E9E9E9;}
footer aside ul{display: flex; flex-wrap: wrap;justify-content: center;}
footer aside p{margin-bottom: 0;}
footer aside ul li:not(:last-of-type){position: relative; margin-right: 8px; padding-right: 9px;}
footer aside ul li:not(:last-of-type)::before{position: absolute; content: "" ; top: 6px; right: 0; height: 14px ;width: 1px; background-color: #D5D5D5;}
footer aside ul li a:hover{color: var(--theme-color-two);}

/* footer top end */

/* footer bottom start  */
/* footer bottom end  */

/* copyright start  */
.copyright{border-top: 1px solid #E9E9E9; padding: 10px 0;}
.copyright p{max-width: 1470px ; margin: auto; padding-left: 15px; padding-right: 15px; text-align: center;}
/* copyright end */

/* footer end  */

/* home page end  */

/* inner page start  */
/* inner banner start  */
.slide.row-mask{ background-color: var(--theme-color)}
.slide.row-mask figure{width: 100%;height: 680px; object-fit: cover;}
.slide.row-mask figure img{width: 100%;height: 100%; object-fit: cover;}
.sub-row-mask {padding:  50px 15px 50px; text-align: center; max-width: 1470px; margin: 0 auto 0;; color: #fff;}
.sub-row-mask  h2{color: #fff;}
/* inner banner end  */

/* analisi e-laboratorio page start  */
#blocco_testo-1{padding:70px 15px;}
#blocco_testo-1 .sub-content{  text-align: center;  max-width: 1470px; margin: 0 auto 0;}
/* analisi e-laboratorio page end */

/* left right section start  */
#blocco_colonne_testo_immagini_semplici-2{padding:70px 0;}
.content-image-list {display: flex; align-items: center; margin-top: 10px;}

#blocco_colonne_testo_immagini_semplici-2.home_featured_cta aside{width: 50%;}
#blocco_colonne_testo_immagini_semplici-2.home_featured_cta article {width: 50%; ;} 

.content-image-list a{background-color: #fff;display: inline-block;padding: 10px;height: 70px; border-radius: 6px; display: flex; align-items: center; justify-content: center;}
.content-image-list a img{height: auto;}
.content-image-list a:first-child{margin-right: 15px;}
/* left right section end  */

/* card gallery start  */
#blocco_galleria-3{padding: 60px 0;}
#blocco_galleria-3 .content-gallery {display: flex; flex-wrap: wrap;    margin: 0 40px;}
#blocco_galleria-3 .content-gallery .gallery{width: calc(25% - 30px);       overflow: hidden; border-radius: 6px;  transform: skew(-18deg);margin: 15px; position: relative;}
#blocco_galleria-3 .content-gallery .gallery a:before{height: 100%; width: 100%; position: absolute; left: 0; top: 0; content: ""; transition: .5s ease; z-index: 99;}
#blocco_galleria-3 .content-gallery .gallery a:hover:before{background-color: rgba(59, 79, 109, 0.5);  }
#blocco_galleria-3 .content-gallery .gallery a{display: flex;}
.content-gallery .gallery img{height: 300px; width: 100%;     transform: skew(18deg) scale(1.3);object-fit: cover; border-radius: 6px;}
/* card gallery end  */

.blocco_infografica_animazione{padding: 70px 0; background-color: #fff;}
.blocco_infografica_animazione .sub-content{max-width: 1470px ; margin: 0 auto 40px; padding-left: 15px; padding-right: 15px; text-align: center;}
.blocco_infografica_animazione .content-col{display: flex; align-items: center; max-width: 1470px ; margin: auto; padding-left: 15px; padding-right: 15px; text-align: center;}
.blocco_infografica_animazione .content-col .col-50{width: 50%; }
.blocco_infografica_animazione .content-col ul{text-align: left;padding-left: 17px;}
.blocco_infografica_animazione .content-col ul li:not(:last-of-type){margin-bottom: 15px;}
.blocco_infografica_animazione .content-col ul li{color: var(--theme-color-two); list-style: disc; font-weight: 500;}

.blocco_infografica_animazione .content-col .content-text{background-color: var(--theme-bg); padding: 50px 50px; border-radius: 6px;}
.infografich-animation-go{padding: 0 50px; display: flex;}

/* left right section 2  start  */
#blocco_fascia_2_colonne_testo_immagine-5{padding: 70px 0; background-color: transparent !important;}
#blocco_fascia_2_colonne_testo_immagine-5.home_featured_cta aside{ width: 50%;}
#blocco_fascia_2_colonne_testo_immagine-5.home_featured_cta article {width: 50%; ;}
/* left right section 2  end  */


/* grid section start  */
#blocco_card_set_analisi-6 .header-title-card-action-explode  { max-width: 1470px; margin: 0 auto 0;text-align: center; }
#blocco_card_set_analisi-6 .header-title-card-action-explode h2{margin-bottom: 10px;}
#blocco_card_set_analisi-6{background-color: #fff;  padding: 70px 15px 55px;}
#blocco_card_set_analisi-6 .content-card {display: flex; flex-wrap: wrap;  max-width: 1470px; margin: 0 auto 0; }
#blocco_card_set_analisi-6 .content-card .card{width: calc(33.33% - 30px); margin:  15px; text-align: center; padding: 30px; background-color: var(--theme-bg); border-radius: 6px;}
#blocco_card_set_analisi-6 .content-card .card {display: flex; flex-direction: column; align-items: center; height:auto;}
#blocco_card_set_analisi-6 .content-card .card .common-btn{margin-top: auto;}
#blocco_card_set_analisi-6 .content-card .card h4{margin-bottom: 5px;}
#blocco_card_set_analisi-6 .content-image{margin-bottom: 15px;}
#blocco_card_set_analisi-6 .content-image img{height: 60px;}
/* grid section end  */

/* full width content 2 sec start  */
#blocco_testo-8 {padding: 70px 0;background-color: #fff;}
#blocco_testo-8 .sub-content{max-width: 1470px; margin: 0 auto 0;padding: 0 15px;}
#blocco_testo-8 .sub-content ul{display: flex; flex-wrap: wrap;margin-top: 30px;padding-left: 20px; gap:12px 30px;}
#blocco_testo-8 .sub-content ul li{width: calc(50% - 30px);list-style: disc;}
#blocco_testo-8 .sub-content h2{text-align: center;}
#blocco_testo-8 .sub-content p{text-align: center;}
/* full width content 2 sec end  */


/* left right button section start */
#blocco_fascia_2_colonne_bottone-9 .content-col {display: flex;background-color: var(--theme-color);}
#blocco_fascia_2_colonne_bottone-9 .content-col .col-50  {width: 50%;padding:50px 15px; }
#blocco_fascia_2_colonne_bottone-9 .content-col .col-50:first-child{background-color: var(--theme-color-two); padding-right: 85px;clip-path: polygon(0 0, 100% 0%, 96% 100%, 0% 100%);}
#blocco_fascia_2_colonne_bottone-9 .content-col .col-50:first-child .content-cl-oblique{justify-content: end; display: flex;}
#blocco_fascia_2_colonne_bottone-9 .content-col .col-50:last-child{background-color: var(--theme-color);padding-left: 50px;}
#blocco_fascia_2_colonne_bottone-9 .content-col .col-50:first-child .common-btn:hover{background-color: var(--theme-color); color: #fff;}
#blocco_fascia_2_colonne_bottone-9 .content-col .col-50:last-child .common-btn:hover{background-color: var(--theme-color-two); color: #fff;}
#blocco_fascia_2_colonne_bottone-9 .content-text{display: flex;    text-align: center;}
#blocco_fascia_2_colonne_bottone-9 .common-btn{background-color: #fff; color: #000;}
/* left right button section end */


/* download catalog section start  */
#blocco_card_popup-11{padding: 50px 0;}
#blocco_card_popup-11 h2{margin-bottom: 0; text-align: center;}
#blocco_card_popup-11 .sub-content{max-width: 1470px; margin: 0 auto 0;padding: 0 15px;display: flex;align-items: center; justify-content: center;}
#blocco_card_popup-11 .common-btn{margin-left: 30px;display: flex;}
/* download catalog section end  */



/* service details page start  */

/*Sidebar start*/
.main_container{margin: 0 auto; max-width: 1470px;    padding-left: 15px; padding-right: 15px;}
.main_container nav{width: 26%; float: left; margin: 0; padding: 0;}
.main_container nav ul {list-style: none; margin: 0; padding: 0; width: 100%;}
.main_container nav ul li {width: 100%; display: table; margin-bottom: 5px;}
.main_container nav ul li a {color:#2D2D2D; font-weight: 500; text-transform: uppercase; margin: 0; padding: 18px 30px 16px 20px; display: block; background: rgba(0, 0, 0, 0.1); border-radius: 4px; position: relative; line-height:1.4;}
.main_container nav ul li a.active, .main_container nav ul li a:hover {color: #fff; background: var(--theme-color);}
.main_container nav ul li a:before {content: "\f054";    position: absolute;right: 18px; font-family: "Font Awesome 5 Free"; font-weight: 900;  font-size: 14px; margin: 1px 0 0; padding: 0; float: right;}
.main_container nav ul li a:hover:before, .main_container nav ul li a.active:before{color: #fff;}

.main_container nav ul li ul {list-style: none; margin: 6px 0 0px; padding: 0; width: 100%;}
.main_container nav ul li ul li {width: 100%; display: table; margin-bottom: 0; border-bottom: 1px dotted rgba(0, 0, 0, 0.15);}
.main_container nav ul li ul li:last-child{border-bottom: 0;}
.main_container nav ul li ul li a {color: rgba(0, 0, 0, 0.7); font-weight:400; text-transform: none; margin: 0; padding: 8px 20px 8px; line-height: 24px; display: block; background: 0 0; border-radius: 0;}
.main_container nav ul li ul li a.active, .main_container nav ul li ul li a:hover {color: var(--theme-color); background: 0 0;}
/*Sidebar start*/

/* Right side content start */
.inner_content_two_columns  h1{font-size: 28px; line-height: normal;}
.inner_content_two_columns{padding: 60px 0 60px;}
.inner_content_two_columns article:last-child h1{color: var(--theme-color); margin-bottom: 20px;}
.inner_content_two_columns .main_container > article:first-of-type{background-color: var(--theme-color-two); margin-bottom: 30px;padding:18px 20px;}
.inner_content_two_columns .main_container > article:first-of-type h1{color: #fff; }
.inner_content_two_columns .main_container > article:last-child {width: 74%; float: right; margin: 0; padding: 0 0 0 50px;}
.inner_content_two_columns .main_container > article figure{float: left; margin: 0 20px 15px 0;}
/* Right side content end */

/* service details page end */


/* inner page end */
