html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Museo Sans 300";
  src: url("../fonts/museosans/museosans-300.eot");
  src: url("../fonts/museosans/museosans-300.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans/museosans-300.woff2") format("woff2"), url("../fonts/museosans/museosans-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans 500";
  src: url("../fonts/museosans/museosans-500.eot");
  src: url("../fonts/museosans/museosans-500.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans/museosans-500.woff2") format("woff2"), url("../fonts/museosans/museosans-500.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans 700";
  src: url("../fonts/museosans/museosans-700.eot");
  src: url("../fonts/museosans/museosans-700.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans/museosans-700.woff2") format("woff2"), url("../fonts/museosans/museosans-700.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans 100";
  src: url("../fonts/museosans/museosans-100.eot");
  src: url("../fonts/museosans/museosans-100.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans/museosans-100.woff2") format("woff2"), url("../fonts/museosans/museosans-100.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo Sans 900";
  src: url("../fonts/museosans/museosans-900.eot");
  src: url("../fonts/museosans/museosans-900.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans/museosans-900.woff2") format("woff2"), url("../fonts/museosans/museosans-900.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo 100";
  src: url("../fonts/museo/Museo100-Regular.eot");
  src: url("../fonts/museo/Museo100-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/museo/Museo100-Regular.woff2") format("woff2"), url("../fonts/museo/Museo100-Regular.woff") format("woff"), url("../fonts/museo/Museo100-Regular.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/avenir/Avenir-Roman.eot");
  src: url("../fonts/avenir/Avenir-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/avenir/Avenir-Roman.woff2") format("woff2"), url("../fonts/avenir/Avenir-Roman.woff") format("woff"), url("../fonts/avenir/Avenir-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,
body {
  scroll-behavior: smooth;
}

@media (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}

body {
  font-family: "Museo Sans 500";
  box-sizing: border-box;
  overflow-x: hidden;
  font-size: 14px;
}

p {
  font-size: 18px;
  font-family: "Museo Sans 500";
  color: #000000;
  line-height: 22px;
}

a {
  transition: 0.5s all linear;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img {
  width: 100%;
}

button {
  transition: 0.3s all linear;
  text-decoration: none;
  box-shadow: none;
  border: none;
  outline: none;
}
button:hover {
  text-decoration: none;
  box-shadow: none;
  border: none;
  outline: none;
}
button:focus {
  text-decoration: none;
  box-shadow: none !important;
  border: none;
  outline: none;
}

.content_wrapper {
  transition: all 0.2s linear;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  height: 48px;
  border-radius: 22px;
  border: 1px solid #707070;
  color: #817f7f;
  font-size: 18px;
  font-family: "Museo Sans 500";
  padding: 0 22px;
}
.form-control:focus {
  text-decoration: none;
  box-shadow: none;
}
.form-control::placeholder {
  color: #817f7f;
  font-size: 18px;
  font-family: "Museo Sans 500";
}

textarea.form-control {
  height: 215px;
  padding: 13px 22px;
  resize: none;
}

.site-button {
  height: 43px;
  line-height: 43px;
  text-align: center;
  display: block;
  font-size: 15px;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s linear;
}
.site-button.blue-btn {
  color: #ffffff;
  background-color: #3898e1;
}
.site-button span {
  display: block;
  margin-right: 3px;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.site-button .arrow_icon {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 3px;
  width: 17px;
  opacity: 0;
  transition: all 0.2s linear;
}
.site-button:hover .arrow_icon {
  opacity: 1;
  display: none;
}
.site-button:hover .hover_hiddn_text {
  display: block !important;
}
.site-button:hover .desktop_text {
  display: none !important;
}
.site-button.txt_hvr_btns .desktop_text {
  display: block;
}
.site-button.txt_hvr_btns .hover_hiddn_text {
  display: none;
}
.site-button.txt_hvr_btns:hover .desktop_text {
  display: none;
}
.site-button.txt_hvr_btns:hover .hover_hiddn_text {
  display: block;
}
.site-button.has_arrow:hover .arrow_icon {
  display: block;
}

@media (max-width: 640px) {
  .accordian_list_wrapper .accordion-button h3 span i {
    display: none;
  }
}
.banner_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-gruppo .banner_img {
  top: 153px;
}
@media (max-width: 992px) {
  .single-gruppo .about_sec {
    padding: 100px 37px 67px 37px;
  }
}

.tax-product_cat .banner_img {
  top: 135px;
}
@media (max-width: 767px) {
  .tax-product_cat .banner_img {
    top: 0;
  }
}

.desktop_banner_view {
  display: block;
}
@media (max-width: 768px) {
  .desktop_banner_view {
    display: none;
  }
}

.mobile_banner_view {
  display: none;
}
@media (max-width: 768px) {
  .mobile_banner_view {
    display: block;
  }
}

.blog_banner_wrapper .desktop_banner_view {
  display: block;
}
@media (max-width: 768px) {
  .blog_banner_wrapper .desktop_banner_view {
    display: none;
  }
}
.blog_banner_wrapper .mobile_banner_view {
  display: none;
}
@media (max-width: 768px) {
  .blog_banner_wrapper .mobile_banner_view {
    display: block;
  }
}

.nostre_certifcate_wrapper,
.cataloghi_banner_area {
  min-height: 500px;
  position: relative;
}
@media (max-width: 768px) {
  .nostre_certifcate_wrapper,
  .cataloghi_banner_area {
    min-height: 800px;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .nostre_certifcate_wrapper,
  .cataloghi_banner_area {
    min-height: 575px;
  }
}
@media (max-width: 480px) {
  .nostre_certifcate_wrapper,
  .cataloghi_banner_area {
    min-height: 607px;
  }
}

@media (max-width: 1024px) {
  .cataloghi_banner_area {
    min-height: 800px;
    display: flex;
    flex-direction: column-reverse;
  }
  .cataloghi_banner_area .banner_img {
    position: relative;
  }
}
.cataloghi_banner_area .desktop_banner_view {
  display: block;
}
@media (max-width: 1024px) {
  .cataloghi_banner_area .desktop_banner_view {
    display: none;
  }
}
.cataloghi_banner_area .mobile_banner_view {
  display: none;
}
@media (max-width: 1024px) {
  .cataloghi_banner_area .mobile_banner_view {
    display: block;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1024px) {
  .cataloghi_banner_area .mobile_banner_view {
    min-height: 1000px;
  }
}
@media (max-width: 1024px) {
  .cataloghi_banner_area .mobile_cataloghi_view {
    min-height: inherit;
  }
}
@media (max-width: 767px) {
  .cataloghi_banner_area {
    min-height: inherit !important;
  }
}

@media (max-width: 767px) {
  .nostre_certifcate_wrapper {
    min-height: 628px;
  }
}
@media (max-width: 768px) {
  .nostre_certifcate_wrapper .banner_txt_content {
    width: 40%;
    padding-top: 15px;
  }
  .nostre_certifcate_wrapper .banner_txt_content h1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) and (max-width: 767px) {
  .nostre_certifcate_wrapper .banner_txt_content h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) and (max-width: 767px) {
  .nostre_certifcate_wrapper .banner_txt_content {
    width: 95%;
    top: 0 !important;
  }
}
@media (max-width: 768px) {
  .nostre_certifcate_wrapper .banner_txt_content {
    width: 100%;
  }
}

.banner_txt_content {
  position: relative;
  width: 43%;
  padding-left: 30px;
  padding: 50px 0;
}
.banner_txt_content.certificate_new {
  width: 40%;
}
@media (max-width: 768px) {
  .banner_txt_content.certificate_new {
    width: 100%;
  }
}
@media only screen and (max-width: 1025px) and (min-width: 768px) {
  .banner_txt_content {
    left: 0;
  }
}
@media (max-width: 768px) {
  .banner_txt_content {
    width: 93%;
    left: 0;
  }
}
.banner_txt_content h1 {
  font-family: "Museo Sans 900";
  font-size: 50px;
  color: #0090df;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .banner_txt_content h1 {
    font-size: 40px;
  }
}
.banner_txt_content p {
  font-family: "Museo 100";
  font-size: 20px;
  line-height: 24px;
}
@media only screen and (max-width: 1025px) and (min-width: 768px) {
  .banner_txt_content p {
    font-size: 14px;
    line-height: 19px;
  }
}
@media (max-width: 768px) {
  .banner_txt_content p {
    font-size: 20px;
    line-height: 24px;
  }
}
.banner_txt_content .heading_wrap {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .banner_txt_content .heading_wrap {
    margin-bottom: 5px;
  }
}
.banner_txt_content .heading_wrap h1 {
  display: flex;
}
@media (max-width: 768px) {
  .banner_txt_content .heading_wrap h1 {
    flex-direction: column;
  }
}
.banner_txt_content .heading_wrap h1 span {
  display: block;
  width: 150px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .banner_txt_content .heading_wrap h1 span {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.banner_txt_content.azienda_banner_txt {
  padding-top: 0;
}
.banner_txt_content.azienda_banner_txt h1 {
  color: #58717d;
  margin-bottom: 15px;
}
.banner_txt_content.azienda_banner_txt .site-button {
  width: 171px;
}
@media (max-width: 768px) {
  .banner_txt_content.azienda_banner_txt .site-button {
    width: 150px;
  }
}
@media (max-width: 768px) {
  .banner_txt_content.azienda_banner_txt {
    top: 170px;
    left: 30px;
  }
}
@media (max-width: 767px) {
  .banner_txt_content.azienda_banner_txt {
    top: 125px;
    left: 20px;
  }
}

@media (max-width: 767px) {
  .azienda_banner_wrapper {
    padding: 0 !important;
    min-height: 530px;
  }
}

.categoria_blog_wrapper {
  min-height: 500px;
}
@media (max-width: 768px) {
  .categoria_blog_wrapper {
    min-height: 400px;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .categoria_blog_wrapper {
    min-height: 575px;
  }
}
.categoria_blog_wrapper p {
  font-family: "Museo Sans 500";
  font-size: 18px;
  line-height: 22px;
  width: 80%;
}
@media (max-width: 768px) {
  .categoria_blog_wrapper p {
    font-size: 14px;
    width: 100%;
    line-height: 18px;
  }
}

.sustaine_banner_wrapper {
  min-height: 500px;
  background: #f2f2f2;
}
@media only screen and (max-width: 1025px) and (min-width: 768px) {
  .sustaine_banner_wrapper {
    min-height: 230px;
    padding: 0 !important;
  }
  .sustaine_banner_wrapper .banner_txt_content {
    width: 70%;
    left: 0;
    position: absolute;
    top: 112px;
    left: 30px;
  }
  .sustaine_banner_wrapper .mobile_banner_view {
    display: block;
  }
  .sustaine_banner_wrapper .desktop_banner_view {
    display: none;
  }
  .sustaine_banner_wrapper .banner_img {
    position: relative;
  }
}
@media (max-width: 767px) {
  .sustaine_banner_wrapper {
    min-height: 580px;
    padding-bottom: 0 !important;
  }
}

.blog_banner_wrapper {
  min-height: 560px;
  position: relative;
}
.blog_banner_wrapper .banner_txt_content {
  left: 50%;
}
@media (max-width: 768px) {
  .blog_banner_wrapper .banner_txt_content {
    left: 0;
  }
}
.blog_banner_wrapper .banner_txt_content p {
  font-family: "Museo Sans 500";
  font-size: 18px;
  line-height: 22px;
}
.blog_banner_wrapper .banner_txt_content .site-button {
  width: 171px;
  margin-top: 30px;
}
.blog_banner_wrapper .banner_txt_content h1 {
  font-size: 50px;
}
.blog_banner_wrapper .blog_email {
  position: relative;
  z-index: 12355;
}
@media (max-width: 768px) {
  .blog_banner_wrapper .banner_img {
    position: relative;
  }
}

@media (max-width: 768px) {
  .quotes_wrapper .banner_img {
    position: relative;
  }
}

.media_accord {
  margin-right: 15px;
}
.media_accord a {
  display: block;
  border: 1px solid #e4e4e4;
  cursor: pointer;
}

.fancy_a {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  width: 75%;
}

.fancybox__container {
  z-index: 12345;
}

.gallery_hidden {
  display: none;
}

@media (max-width: 768px) {
  .page-template-page-storia .banner_txt_content {
    position: relative;
  }
}

@media (max-width: 992px) {
  .banner_txt_content {
    top: 0 !important;
    position: relative !important;
  }
}

@media (max-width: 992px) {
  .gruppo-template-default .banner_txt_content {
    top: 20% !important;
    position: absolute !important;
  }
}

@media (max-width: 992px) {
  .page-template-page-sustainability .banner_txt_content {
    top: 5% !important;
    position: absolute !important;
  }
}

section.home_carousel {
  overflow: hidden;
}

.boxslider_home {
  overflow: hidden;
}

.padd_top_0 {
  padding-top: 0 !important;
}

.margin_top_25 {
  margin-top: 25px;
}

.footer_wrapper {
  position: relative;
  background-color: #3590df;
  padding: 263px 0 54px 0;
}
@media (max-width: 992px) {
  .footer_wrapper {
    padding: 180px 0 30px;
  }
}
@media (max-width: 768px) {
  .footer_wrapper {
    padding: 50px 0 30px;
  }
  .footer_wrapper::before {
    content: "";
    position: absolute;
    top: -70%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #3590df;
  }
}
.footer_wrapper .footer_wrap {
  border-top: 3px solid #fff;
  padding-top: 60px;
  position: relative;
}
.footer_wrapper .footer_wrap .navbar_brand {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .footer_wrapper .footer_wrap .navbar_brand {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .footer_wrapper .footer_wrap .navbar_brand {
    width: 45%;
    margin-bottom: 15px;
  }
}
.footer_wrapper .footer_wrap .policy_menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .footer_wrapper .footer_wrap .policy_menu {
    display: none;
  }
}
.footer_wrapper .footer_wrap .policy_menu li a {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-family: "Museo Sans 300";
  padding: 3px 0;
}
@media (max-width: 992px) {
  .footer_wrapper .footer_wrap .policy_menu li a {
    font-size: 15px;
  }
}
.footer_wrapper .footer_wrap .service_menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer_wrapper .footer_wrap .service_menu {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .footer_wrapper .footer_wrap .service_menu {
    padding-left: 0;
  }
}
.footer_wrapper .footer_wrap .service_menu li a {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-family: "Museo Sans 300";
  padding: 3px 0;
}
@media (max-width: 992px) {
  .footer_wrapper .footer_wrap .service_menu li a {
    font-size: 14px;
  }
}
.footer_wrapper .copy_right {
  margin-top: 23px;
}
.footer_wrapper .copy_right p {
  font-family: "Museo Sans 300";
  color: #ffffff;
  font-size: 18px;
  text-align: left;
}
@media (max-width: 992px) {
  .footer_wrapper .copy_right p {
    font-size: 16px;
    margin-bottom: 28px;
    padding-left: 20px;
  }
}
.footer_wrapper .copy_right .social_media {
  display: flex;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .footer_wrapper .copy_right .social_media {
    display: none;
  }
}
.footer_wrapper .copy_right .social_media li {
  margin-right: 7px;
}
.footer_wrapper .copy_right .social_media li a {
  display: block;
  color: #ffffff;
  font-size: 18px;
  padding: 3px 0;
  width: 20px;
}

.mobile_socialicon {
  display: none;
}
@media (max-width: 768px) {
  .mobile_socialicon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px !important;
    padding: 0 32px;
  }
  .mobile_socialicon .policy_menu {
    display: block !important;
  }
  .mobile_socialicon .social_media {
    display: flex !important;
    margin-top: 0 !important;
  }
}

.header-wrapper.header-wrapper-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  width: 100%;
}
.header-wrapper .top_bar_wrapper {
  margin: 14px 0;
}
.header-wrapper .top_bar_wrapper .main_logo {
  display: block;
  width: 195px;
}
@media (max-width: 1200px) {
  .header-wrapper .top_bar_wrapper .main_logo {
    width: 145px;
  }
}
@media only screen and (min-device-width: 821px) and (max-device-width: 1181px) and (orientation: landscape) {
  .header-wrapper .top_bar_wrapper .main_logo {
    width: 145px;
  }
}
.header-wrapper .top_bar_wrapper > .container {
  height: 100%;
}
.header-wrapper .top_bar_wrapper > .container > .row {
  height: 100%;
}
.header-wrapper .brands_sec {
  display: flex;
  justify-content: flex-end;
}
.header-wrapper .brands_sec .top_nav_brands {
  display: flex;
}
@media (max-width: 1200px) {
  .header-wrapper .brands_sec .top_nav_brands {
    display: none;
  }
}
@media only screen and (min-device-width: 821px) and (max-device-width: 1181px) and (orientation: landscape) {
  .header-wrapper .brands_sec .top_nav_brands {
    display: none;
  }
}
.header-wrapper .brands_sec .top_nav_brands li {
  margin-right: 30px;
}
.header-wrapper .brands_sec .top_nav_brands li:last-child {
  margin-right: 0;
}
.header-wrapper .brands_sec .top_nav_brands li a {
  display: block;
}
@media (max-width: 992px) {
  .header-wrapper.fixed_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #ffffff;
  }
}

.mob_nav {
  display: none;
}
@media (max-width: 1200px) {
  .mob_nav {
    display: block;
  }
}
@media only screen and (min-device-width: 821px) and (max-device-width: 1181px) and (orientation: landscape) {
  .mob_nav {
    display: block;
  }
}

.menu_bar_wrapper {
  background-color: #ffffff;
  transition: all 0.2s linear;
  position: relative;
  z-index: 999;
}
@media (max-width: 1200px) {
  .menu_bar_wrapper {
    min-height: 80px;
    height: 80px;
  }
}
@media (max-width: 1200px) {
  .menu_bar_wrapper {
    position: fixed;
    top: 80px;
    right: 0;
    width: 275px;
    height: 100%;
    transition: all 0.3s linear;
    transform: translateX(150%);
    padding: 22px 0;
  }
  .menu_bar_wrapper.mobile_menu_active {
    transform: translateX(0%);
  }
  .menu_bar_wrapper > .container > .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-device-width: 821px) and (max-device-width: 1181px) and (orientation: landscape) {
  .menu_bar_wrapper {
    position: fixed;
    top: 80px;
    right: 0;
    width: 275px;
    height: 100%;
    transition: all 0.3s linear;
    transform: translateX(150%);
    padding: 22px 0;
  }
  .menu_bar_wrapper.mobile_menu_active {
    transform: translateX(0%);
  }
  .menu_bar_wrapper > .container > .row {
    flex-direction: column-reverse;
  }
}
.menu_bar_wrapper > nav {
  height: 100%;
}
.menu_bar_wrapper > nav > .container {
  height: 100%;
}
.menu_bar_wrapper > nav > .container > .row {
  height: 100%;
}
.menu_bar_wrapper.menu_active {
  margin-top: -35px;
}
@media (max-width: 1200px) {
  .menu_bar_wrapper.menu_active {
    margin-top: 0;
  }
}
@media only screen and (min-device-width: 821px) and (max-device-width: 1181px) and (orientation: landscape) {
  .menu_bar_wrapper.menu_active {
    margin-top: 0;
  }
}
.menu_bar_wrapper.fixed_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.menu_bar_wrapper .mob_nav_brands {
  display: none;
}
@media (max-width: 1200px) {
  .menu_bar_wrapper .mob_nav_brands {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }
  .menu_bar_wrapper .mob_nav_brands li {
    margin-bottom: 32px;
  }
  .menu_bar_wrapper .mob_nav_brands li a {
    display: block;
  }
  .menu_bar_wrapper .mob_nav_brands li a img {
    width: 80px;
    height: 38px;
  }
}
@media (max-width: 767px) {
  .menu_bar_wrapper .mob_nav_brands {
    display: none;
  }
}
@media only screen and (min-device-width: 821px) and (max-device-width: 1181px) and (orientation: landscape) {
  .menu_bar_wrapper .mob_nav_brands {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }
  .menu_bar_wrapper .mob_nav_brands li {
    margin-bottom: 32px;
  }
  .menu_bar_wrapper .mob_nav_brands li a {
    display: block;
  }
  .menu_bar_wrapper .mob_nav_brands li a img {
    width: 80px;
    height: 38px;
  }
}

.row_align {
  align-items: center;
}

.navbar_brand {
  display: block;
  width: 278px;
}
@media (max-width: 1200px) {
  .navbar_brand {
    width: 145px;
  }
}

.menu_block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.main_menu {
  display: flex;
  justify-content: stretch;
  margin-right: 15px;
  font-family: "Museo Sans 500";
}
@media (max-width: 1200px) {
  .main_menu {
    flex-direction: column;
    margin-right: 0;
  }
}
@media only screen and (min-device-width: 821px) and (max-device-width: 1181px) and (orientation: landscape) {
  .main_menu {
    flex-direction: column;
    margin-right: 0;
  }
}
.main_menu > li {
  margin-right: 30px;
  position: relative;
}
@media (max-width: 1441px) {
  .main_menu > li {
    margin-right: 13px;
  }
}
@media (max-width: 1200px) {
  .main_menu > li {
    margin-right: 0;
  }
}
@media only screen and (min-device-width: 821px) and (max-device-width: 1181px) and (orientation: landscape) {
  .main_menu > li {
    margin-right: 0;
  }
}
.main_menu > li:last-child {
  margin-right: 0;
}
.main_menu > li > a {
  display: block;
  color: #000000;
  line-height: 70px;
  position: relative;
}
@media (max-width: 1200px) {
  .main_menu > li > a {
    line-height: 50px;
  }
}
.main_menu > li > a:hover {
  color: #000000;
}
.main_menu > li i {
  display: none;
}
@media (max-width: 1200px) {
  .main_menu > li i {
    display: inline-block;
    padding-left: 15px;
  }
}
@media only screen and (min-device-width: 821px) and (max-device-width: 1181px) and (orientation: landscape) {
  .main_menu > li i {
    display: inline-block;
    padding-left: 15px;
  }
}
.main_menu > li .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateX(-10%);
  background-color: #f2f2f2;
  min-width: 280px;
  min-height: 100px;
  box-shadow: 4px 8px 11px rgba(0, 0, 0, 0.1607843137);
  transition: all 0.5s linear;
  padding: 0;
}
@media (max-width: 1200px) {
  .main_menu > li .submenu {
    position: relative;
    width: 100%;
    box-shadow: none;
    min-width: 100%;
    max-width: 100%;
    left: 0;
    transform: none;
    max-height: 260px;
    overflow: hidden;
    overflow-y: auto;
  }
}
@media only screen and (min-device-width: 821px) and (max-device-width: 1181px) and (orientation: landscape) {
  .main_menu > li .submenu {
    position: relative;
    width: 100%;
    box-shadow: none;
    min-width: 100%;
    max-width: 100%;
    left: 0;
    transform: none;
    max-height: 260px;
    overflow: hidden;
    overflow-y: auto;
  }
}
.main_menu > li .submenu li {
  position: relative;
  width: 320px;
}
@media (max-width: 1200px) {
  .main_menu > li .submenu li {
    width: 100%;
  }
}
@media only screen and (min-device-width: 821px) and (max-device-width: 1181px) and (orientation: landscape) {
  .main_menu > li .submenu li {
    width: 100%;
  }
}
.main_menu > li .submenu li a {
  display: block;
  padding: 12px 16px;
  font-size: 14px;
  color: #000000;
  position: relative;
}
.main_menu > li .submenu li a:hover {
  color: #0090df;
}
.main_menu > li .submenu li i {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  color: #0090df;
  transform: translateY(-50%);
}
.main_menu > li .submenu li > ul {
  position: absolute;
  left: 100%;
  top: 0;
  background: #e6e6e6;
  height: auto;
  padding: 0;
  box-shadow: 4px 8px 11px rgba(0, 0, 0, 0.1607843137);
}
.main_menu > li .submenu li > ul li {
  width: 320px;
}
@media (max-width: 1200px) {
  .main_menu > li .submenu li > ul li {
    width: 100%;
  }
}
@media only screen and (min-device-width: 821px) and (max-device-width: 1181px) and (orientation: landscape) {
  .main_menu > li .submenu li > ul li {
    width: 100%;
  }
}
.main_menu > li .submenu li > ul li a {
  display: block;
  padding: 16px;
  font-size: 14px;
  color: #000000;
}
.main_menu > li .submenu li > ul li > ul {
  position: absolute;
  left: 100%;
  top: 0;
  background: #f2f2f2;
  padding: 0;
  box-shadow: 4px 8px 11px rgba(0, 0, 0, 0.1607843137);
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
}
.main_menu > li.submenu_lbl_active > a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/menu_hvr.png") no-repeat;
  width: 37px;
  height: 20px;
  z-index: 12;
  margin-top: -15px;
}
@media (max-width: 1200px) {
  .main_menu > li.submenu_lbl_active > a::before {
    display: none;
  }
}
@media only screen and (min-device-width: 821px) and (max-device-width: 1181px) and (orientation: landscape) {
  .main_menu > li.submenu_lbl_active > a::before {
    display: none;
  }
}

#nav .show-subnav {
  display: block !important;
}
@media (max-width: 1200px) {
  #nav .show-subnav {
    position: relative;
    width: 100%;
    box-shadow: none;
    min-width: 100%;
    max-width: 100%;
    left: 0;
    transform: none;
  }
}
@media only screen and (min-device-width: 821px) and (max-device-width: 1181px) and (orientation: landscape) {
  #nav .show-subnav {
    position: relative;
    width: 100%;
    box-shadow: none;
    min-width: 100%;
    max-width: 100%;
    left: 0;
    transform: none;
  }
}

#nav li > ul {
  display: none;
}

.menu_right_controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1200px) {
  .menu_right_controls {
    justify-content: space-between;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .menu_right_controls {
    justify-content: flex-end;
  }
}
@media only screen and (min-device-width: 821px) and (max-device-width: 1181px) and (orientation: landscape) {
  .menu_right_controls {
    justify-content: space-between;
    margin-bottom: 25px;
  }
}
.menu_right_controls .search_block {
  width: 50%;
}
@media (max-width: 480px) {
  .menu_right_controls .search_block {
    width: 100%;
  }
}
.menu_right_controls .search_block .form-group {
  position: relative;
  margin-bottom: 0;
}
.menu_right_controls .search_block .form-group .form-control {
  height: 22px;
  width: 258px;
  border-color: #707070;
  font-family: "Museo Sans 500";
  font-size: 14px;
  padding-left: 30px;
}
@media (max-width: 1441px) {
  .menu_right_controls .search_block .form-group .form-control {
    width: 230px;
  }
}
@media (max-width: 1200px) {
  .menu_right_controls .search_block .form-group .form-control {
    width: 165px;
  }
}
@media only screen and (min-device-width: 821px) and (max-device-width: 1181px) and (orientation: landscape) {
  .menu_right_controls .search_block .form-group .form-control {
    width: 165px;
  }
}
.menu_right_controls .search_block .form-group .form-control::placeholder {
  font-size: 14px;
  font-family: "Museo Sans 500";
}
.menu_right_controls .search_block .form-group .search_btn {
  display: block;
  background: none;
  border: none;
  box-shadow: none;
  color: #707070;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.menu_right_controls .lang_bar {
  margin-left: 22px;
}
.menu_right_controls .lang_bar span {
  width: 62px;
  height: 27px;
  display: block;
}

@media (max-width: 1200px) {
  .menu_bar_wrapper .col-md-7 {
    width: 100%;
  }
}
@media only screen and (min-device-width: 821px) and (max-device-width: 1181px) and (orientation: landscape) {
  .menu_bar_wrapper .col-md-7 {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .menu_bar_wrapper .col-md-5 {
    width: 100%;
  }
}
@media only screen and (min-device-width: 821px) and (max-device-width: 1181px) and (orientation: landscape) {
  .menu_bar_wrapper .col-md-5 {
    width: 100%;
  }
}

html[lang=it-IT] .main_menu > li {
  margin-right: 20px;
}
html[lang=it-IT] .main_menu > li a {
  font-size: 13px;
}

.banner_wrapper {
  background-color: #f2f2f2;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.banner_wrapper .certificate_banner {
  padding: 215px 0;
}
@media (max-width: 768px) {
  .banner_wrapper .certific_banner_mob {
    padding: 0;
  }
}
.banner_wrapper .banner_img {
  background-size: 70%;
  background-repeat: no-repeat;
  position: relative;
  background-position: 90%;
}
@media (max-width: 992px) {
  .banner_wrapper .banner_img {
    background-size: 150%;
    background-repeat: no-repeat;
    position: relative;
    background-position: top left;
    padding-top: 90px;
  }
}
.banner_wrapper .inner-img {
  position: relative;
  top: -19px;
}
@media (max-width: 992px) {
  .banner_wrapper .inner-img {
    top: -3px;
    left: -49px;
  }
}
.banner_wrapper .inner-img img {
  display: block;
  width: 526px;
  transform: scale(1.14);
  position: relative;
  left: -50px;
}

.blue_slope {
  height: 332px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  clip-path: polygon(118% 0%, 100% 0%, 100% 100%, -375px 100%);
  background-color: #3590df;
}
@media (max-width: 992px) {
  .blue_slope {
    clip-path: polygon(228% 0%, 100% 0%, 100% 100%, -86px 100%);
  }
}
@media (max-width: 769px) {
  .blue_slope {
    clip-path: polygon(139% 0%, 100% 0%, 100% 100%, -133px 100%);
  }
}
@media (max-width: 640px) {
  .blue_slope {
    clip-path: polygon(154% 0%, 100% 0%, 100% 100%, -80px 100%);
  }
}

@media (max-width: 768px) {
  .certific_banner_mob {
    overflow: hidden;
  }
  .certific_banner_mob .inner-img {
    width: 100% !important;
  }
  .certific_banner_mob .inner-img img {
    position: relative;
    left: -28%;
    transform: scale(1.08);
  }
}

@media (max-width: 768px) {
  .banner_img_mob {
    flex-direction: column;
  }
  .banner_img_mob .inner_content {
    padding-bottom: 30px !important;
  }
}

.sustaine_banner_wrapper {
  padding-bottom: 40px;
  position: relative;
}

.quotes_desktop {
  display: block;
}

.quotes_mobile {
  display: none;
}

.quotes_banner_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .quotes_desktop {
    display: none;
  }
  .quotes_mobile {
    display: block;
  }
}
.gruppo_banner_imgs .gruppo_desktop {
  display: block;
}
.gruppo_banner_imgs .gruppo_mobile {
  display: none;
}
@media (max-width: 768px) {
  .gruppo_banner_imgs .gruppo_desktop {
    display: none;
  }
  .gruppo_banner_imgs .gruppo_mobile {
    display: block;
  }
}

.gruppo_feature .feature-wrap .feature_inner {
  padding: 30px;
}
.gruppo_feature .feature-wrap .feature_inner .feature_img {
  min-height: 145px;
}

.paragh-sec {
  background-color: #f2f2f2;
  padding: 64px 0 83px 0;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .paragh-sec {
    padding: 25px 0 20px 0;
  }
}
.paragh-sec p {
  text-align: center;
}
.paragh-sec p b {
  font-family: "Museo Sans 900";
}
@media (max-width: 769px) {
  .paragh-sec p br {
    display: none;
  }
}
@media (max-width: 640px) {
  .paragh-sec p {
    font-size: 15px;
    line-height: 18px;
  }
}

.feature-wrap {
  transition: all 0.3s linear;
  padding: 0 30px;
  margin: 50px 0;
}
@media (max-width: 768px) {
  .feature-wrap {
    margin: 43px 0 30px;
  }
}
.feature-wrap .feature_inner {
  padding: 30px;
  min-height: 371px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .feature-wrap .feature_inner {
    min-height: inherit;
    padding: 0;
  }
}
.feature-wrap .feature_inner .feature_img {
  margin: 0 auto 60px;
  transition: all 0.3s linear;
  width: 100%;
  min-height: 300px;
}
@media (max-width: 767px) {
  .feature-wrap .feature_inner .feature_img {
    margin-bottom: 30px;
    min-height: inherit;
  }
}
.feature-wrap .feature_inner h5 {
  font-size: 20px;
  font-family: "Museo Sans 900";
  color: #000000;
  text-align: left;
  margin-bottom: 7px;
  min-height: 72px;
}
@media (max-width: 768px) {
  .feature-wrap .feature_inner h5 {
    font-size: 18px;
    min-height: inherit;
  }
}
.feature-wrap .feature_inner:hover {
  transform: translateY(5px);
  box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.1607843137);
}
.feature-wrap .feature_inner:hover .feature_img {
  transform: scale(1.1);
}

@media (max-width: 992px) {
  .feature-wrapper .row {
    justify-content: center;
  }
}
.feature-wrapper .row > .col-md-4 {
  border-right: 1px solid #ccc;
}
@media (max-width: 992px) {
  .feature-wrapper .row > .col-md-4 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .feature-wrapper .row > .col-md-4 {
    width: 90%;
    margin: 0 auto;
    border-right: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
  }
  .feature-wrapper .row > .col-md-4:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .feature-wrapper .row > .col-md-4:last-child .feature_inner {
    padding-bottom: 0 !important;
  }
}

.feature-wrapper .row > .col-md-4:last-child {
  border-right: none;
}

@media (max-width: 768px) {
  .form_wrapper {
    padding-top: 50px;
  }
}

.form_wrap {
  box-shadow: 4px 8px 11px rgba(0, 0, 0, 0.1607843137);
  background: #ffffff;
  padding: 38px;
  border: 2px solid #f2f2f2;
  position: relative;
  z-index: 999;
  bottom: -120px;
}
@media (max-width: 768px) {
  .form_wrap {
    position: relative;
    bottom: 0;
    margin-top: 0;
  }
}
.form_wrap h2 {
  color: #0090df;
  font-family: "Museo Sans 900";
  font-size: 50px;
  margin-bottom: 28px;
}
@media (max-width: 992px) {
  .form_wrap h2 {
    font-size: 40px;
  }
}

.checkbox_wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .checkbox_wrapper .checkbox_wrap {
    margin-top: 15px;
  }
}
@media (max-width: 992px) {
  .checkbox_wrapper {
    flex-direction: column;
  }
}
.checkbox_wrapper .label_sect {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  margin-bottom: 8px;
}
.checkbox_wrapper .label_sect label {
  color: #817f7f;
  font-size: 18px;
  font-family: "Museo Sans 300";
}
@media (max-width: 992px) {
  .checkbox_wrapper .label_sect label {
    font-size: 15px;
  }
}
.checkbox_wrapper .label_sect .chk_box {
  margin-right: 15px;
  transform: scale(1.3);
}

.submit_btn {
  background-color: #3898e1;
  width: 171px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .submit_btn {
    margin-top: 35px;
  }
}

.about_sec {
  padding: 106px 0 67px 0;
}
@media (max-width: 992px) {
  .about_sec {
    padding: 68px 37px 67px 37px;
    margin-top: 30px;
  }
  .about_sec .row_align {
    align-items: center;
    flex-direction: column;
  }
}
.about_sec .about_img {
  width: 90%;
  position: relative;
  top: -30px;
}
@media (max-width: 770px) {
  .about_sec .about_img {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .about_sec .about_img {
    width: 100%;
  }
}
.about_sec p {
  line-height: 28px;
}
.about_sec p strong {
  font-family: "Museo Sans 900";
}
.about_sec .about_address {
  padding: 35px 0 0;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .about_sec .about_address {
    flex-direction: column;
    align-items: stretch;
  }
}
.about_sec .about_address span {
  width: 108px;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .about_sec .about_address span {
    margin-bottom: 24px;
  }
}
.about_sec .about_address h2 {
  font-family: "Museo Sans 900";
  font-size: 15px;
}
.about_sec .about_address p {
  font-size: 15px;
  line-height: normal;
}
.about_sec .about_address p a {
  color: #000000;
  font-size: 15px;
}
@media (max-width: 768px) {
  .about_sec .about_address p a {
    display: block;
  }
}
@media (max-width: 770px) {
  .about_sec > .container > .row > .col-md-6 {
    width: 100%;
  }
}

.about_detail .feature-wrap .feature_inner .feature_img {
  width: 250px;
}
.about_detail .feature-wrap .feature_inner:hover {
  transform: translateY(0);
  box-shadow: none;
}
.about_detail .feature-wrap .feature_inner:hover .feature_img {
  width: 250px;
  transform: none;
}
.about_detail .feature_para .site-button {
  margin-top: 25px;
  width: 171px;
}

.desktop_detail_banner {
  background-image: url("../../assets/img/azienta_desktop.png");
}
@media (max-width: 767px) {
  .desktop_detail_banner {
    background-image: url("../../assets/img/azienta_mobile.png");
    padding: 50px 0 355px !important;
  }
}

@media (max-width: 768px) {
  section.cataloghi_banner.cataloghi_bann_abt {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .detail_banner_wrapper.azienda_banner_wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .detail_banner_wrapper.azienda_banner_wrapper .banner_img {
    top: 0;
  }
}

.about_content_para ul {
  padding-top: 10px;
}
.about_content_para ul li {
  font-size: 17px;
  margin-bottom: 10px;
  list-style: circle;
  margin-left: 32px;
  line-height: 1.2;
  color: #000000;
}
@media (max-width: 768px) {
  .about_content_para ul li {
    margin-left: 20px;
  }
}

.cataloghi_banner {
  position: relative;
  background-color: #e4e4e4;
  overflow: hidden;
  margin-bottom: 145px;
}
.cataloghi_banner .blue_sec {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  clip-path: polygon(70% 0%, 0% -442%, 0% 100%, 94% 100%);
  background-color: #3590df;
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cataloghi_banner .blue_sec {
    display: none;
  }
}
.cataloghi_banner .blue_sec img {
  width: 142px;
}
.cataloghi_banner .grey_sec {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .cataloghi_banner .grey_sec {
    padding: 25px 0 40px 0;
  }
}
.cataloghi_banner .grey_sec .site-button {
  display: table;
  margin: 18px auto 0;
  width: 171px;
}
.cataloghi_banner .grey_sec h1 {
  font-family: "Museo Sans 900";
  font-size: 50px;
  color: #0090df;
  text-align: center;
}
@media (max-width: 768px) {
  .cataloghi_banner .grey_sec h1 {
    font-size: 40px;
  }
}

.product_tab_sec {
  padding-top: 113px;
  margin-bottom: 54px;
}
@media (max-width: 768px) {
  .product_tab_sec {
    padding-top: 40px;
  }
}
@media (max-width: 768px) and (max-width: 540px) {
  .product_tab_sec {
    padding-top: 15px;
  }
}
.product_tab_sec .nav-tabs {
  margin-bottom: 45px;
  position: relative;
  border-bottom: 2px solid #e4e4e4;
}
.product_tab_sec .nav-tabs .nav-link {
  font-family: "Museo Sans 900";
  font-size: 20px;
  color: #000000;
  width: 24%;
  border: none;
  border-bottom: 5px solid transparent;
}
@media (max-width: 768px) {
  .product_tab_sec .nav-tabs .nav-link {
    font-size: 15px;
    width: 33.33%;
    padding: 15px 0;
  }
}
@media (max-width: 768px) and (max-width: 540px) {
  .product_tab_sec .nav-tabs .nav-link {
    font-size: 12px;
    width: 23%;
  }
}
.product_tab_sec .nav-tabs .nav-link.active {
  color: #0090df;
  border-bottom: 5px solid #0090df;
}
.product_tab_sec .tab_wrapper {
  width: 90%;
  margin: 0 auto;
  font-family: "Museo Sans 900";
}

.certificate_banner {
  position: relative;
  background: #f2f2f2;
}
.certificate_banner .banner_img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .certificate_banner .banner_img {
    flex-direction: column;
    align-items: stretch;
  }
}
.certificate_banner .inner-img {
  position: relative;
  z-index: 1;
  width: 42%;
}
.certificate_banner .inner-img .plant_img {
  display: block;
  width: 50%;
  margin: 0 auto;
}
.certificate_banner .inner_content {
  width: 38%;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .certificate_banner .inner_content {
    width: 100%;
    padding-bottom: 35px;
  }
}
.certificate_banner .inner_content h1 {
  line-height: 66px;
  color: #0090df;
  font-size: 55px;
  font-family: "Museo Sans 900";
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .certificate_banner .inner_content h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 0;
  }
}
.certificate_banner .inner_content p {
  font-size: 30px;
  font-family: "Museo Sans 100";
  line-height: 36px;
}
@media (max-width: 768px) {
  .certificate_banner .inner_content p {
    font-size: 20px;
    font-family: "Museo Sans 100";
    line-height: 24px;
  }
}

.sustaine_banner_wrapper .inner-img {
  width: 100%;
}

@media (max-width: 768px) {
  .cataloghi_banner_area .banner_img {
    position: relative;
    padding-top: 0;
  }
}
.cataloghi_banner_area .inner-img {
  width: 50%;
}

.detail_banner_wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 145px 0;
  background-position: center;
}
.detail_banner_wrapper h2 {
  font-size: 55px;
  color: #58717d;
  font-family: "Museo Sans 900";
}
@media (max-width: 768px) {
  .detail_banner_wrapper h2 {
    font-size: 40px;
    margin-left: 15px;
  }
}
.detail_banner_wrapper .detail_inner-img .site-button {
  display: table;
  margin: 18px;
  width: 171px;
}
@media (max-width: 768px) {
  .detail_banner_wrapper .detail_inner-img .site-button {
    margin-left: 15px;
  }
}

.accordian_list_wrapper {
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  .accordian_list_wrapper {
    margin-bottom: 30px;
  }
}
.accordian_list_wrapper .accordion-item {
  border: none;
  margin-bottom: 11px;
}
.accordian_list_wrapper .accordion-item:last-child {
  margin-bottom: 0;
}
.accordian_list_wrapper .accordion-item h3 {
  color: #3ca1e8;
  font-size: 20px;
  font-family: "Museo Sans 900";
  line-height: 24px;
}
@media (max-width: 768px) {
  .accordian_list_wrapper .accordion-item h3 {
    font-size: 15px;
    padding-right: 70px;
  }
}
.accordian_list_wrapper .accordion-item h3 span {
  color: #000000;
  font-family: "Museo Sans 300";
  margin-left: 15px;
}
@media (max-width: 768px) {
  .accordian_list_wrapper .accordion-item h3 span {
    display: block;
    margin-left: 0;
  }
}
.accordian_list_wrapper .accordion-item .accordion-button {
  background-color: #f2f2f2;
  border-radius: 36px 36px 1px 1px !important;
  overflow: hidden;
}
.accordian_list_wrapper .accordion-item .accordion-button.collapsed {
  border-radius: 36px !important;
}
.accordian_list_wrapper .accordion-item .accordion-body {
  background-color: #f2f2f2;
}
.accordian_list_wrapper .accordion-item .accordion-body .accordion_inner_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .accordian_list_wrapper .accordion-item .accordion-body .accordion_inner_content {
    align-items: stretch;
    flex-direction: column;
  }
}
.accordian_list_wrapper .accordion-item .accordion-body .accordion_inner_content .accordion-body-right a {
  display: block;
  color: #0090df;
  font-size: 13px;
  font-family: "Museo Sans 900";
  text-decoration: underline;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .accordian_list_wrapper .accordion-item .accordion-body .accordion_inner_content .accordion-body-right a {
    font-size: 12px;
  }
}
.accordian_list_wrapper .accordion-item .accordion-body .accordion_inner_content p {
  width: 82%;
}
@media (max-width: 768px) {
  .accordian_list_wrapper .accordion-item .accordion-body .accordion_inner_content p {
    width: 100%;
    font-size: 13px;
    margin-bottom: 20px;
  }
}

.accordion-button::after {
  background-image: url("../img/plus.svg");
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../img/minus.svg");
  transform: none;
}

.certificate_para {
  margin-bottom: 83px;
}
@media (max-width: 768px) {
  .certificate_para {
    margin-bottom: 53px;
    padding: 24px 16px;
  }
}

.accordian_contatti_wrapper {
  margin-bottom: 0;
}
.accordian_contatti_wrapper h1 {
  margin-top: 80px;
  font-size: 50px;
  font-family: "Museo Sans 900";
  line-height: 60px;
  color: #0090df;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .accordian_contatti_wrapper h1 {
    font-size: 40px;
    line-height: 48px;
    margin-top: 15px;
  }
}
.accordian_contatti_wrapper .contatti_head {
  color: #0090df;
  font-size: 50px;
  font-family: "Museo Sans 900";
  line-height: 60px;
  margin-bottom: 18px;
  margin-top: 55px;
}
@media (max-width: 768px) {
  .accordian_contatti_wrapper .contatti_head {
    font-size: 40px;
    margin-top: 25px;
  }
}
.accordian_contatti_wrapper .accordion-body {
  border-radius: 1px 1px 36px 36px;
  padding: 32px 0;
}
.accordian_contatti_wrapper .accordion-body .contatti_content_wrap {
  margin-bottom: 40px;
}
.accordian_contatti_wrapper .accordion-body .contatti_content_wrap:last-child {
  margin-bottom: 0;
}
.accordian_contatti_wrapper .accordion-body .contatti_map_link {
  display: block;
  text-decoration: underline;
  padding: 14px 90px;
  font-size: 16px;
  color: #3ca1e8;
  font-family: "Museo Sans 700";
}
@media (max-width: 768px) {
  .accordian_contatti_wrapper .accordion-body .contatti_map_link {
    padding: 15px 40px;
    font-size: 14px;
  }
}
.accordian_contatti_wrapper .accordion-body .contatti_map_link i.fa-solid.fa-play {
  margin-left: 10px;
  font-size: 14px;
}
.accordian_contatti_wrapper .accordion-body .accordion_contatti_content {
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .accordian_contatti_wrapper .accordion-body .accordion_contatti_content {
    align-items: stretch;
    flex-direction: column;
  }
}
.accordian_contatti_wrapper .accordion-body .accordion_contatti_content span {
  display: block;
  width: 22px;
  margin-right: 28px;
}
@media (max-width: 768px) {
  .accordian_contatti_wrapper .accordion-body .accordion_contatti_content span {
    margin-bottom: 15px;
  }
}
.accordian_contatti_wrapper .accordion-body .accordion_contatti_content .contatti_content_inner {
  display: flex;
  align-items: center;
  justify-content: stretch;
  width: 85%;
}
@media (max-width: 768px) {
  .accordian_contatti_wrapper .accordion-body .accordion_contatti_content .contatti_content_inner {
    align-items: stretch;
    flex-direction: column;
  }
}
.accordian_contatti_wrapper .accordion-body .accordion_contatti_content .contatti_content_inner p {
  font-size: 16px;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .accordian_contatti_wrapper .accordion-body .accordion_contatti_content .contatti_content_inner p {
    font-size: 15px;
  }
}
.accordian_contatti_wrapper .accordion-body .accordion_contatti_content .contatti_content_inner p:last-child {
  margin-right: 0;
}
.accordian_contatti_wrapper .accordion-body .accordion_contatti_content .contatti_content_inner .each_contatti {
  width: 45%;
}
@media (max-width: 768px) {
  .accordian_contatti_wrapper .accordion-body .accordion_contatti_content .contatti_content_inner .each_contatti {
    width: 100%;
    margin-bottom: 15px;
  }
}
.accordian_contatti_wrapper .accordion-body .accordion_contatti_content .contatti_content_inner .each_contatti h5 {
  display: block;
  clear: both;
  font-size: 16px;
  line-height: 19px;
  font-family: "Museo Sans 900";
  color: #3ca1e8;
}
.accordian_contatti_wrapper .accordion-button {
  padding: 11px 40px;
}
.accordian_contatti_wrapper .accordion-item {
  margin-bottom: 30px;
}
.accordian_contatti_wrapper .accordion-item:last-child {
  margin-bottom: 0;
}

.contatti_wrapper {
  margin-top: 17px;
}
@media (max-width: 640px) {
  .contatti_wrapper > .container > .row > .col-md-4 {
    margin-bottom: 0;
  }
}
.contatti_wrapper .feature_para .site-button {
  margin: 25px auto;
  width: 171px;
}
@media (max-width: 640px) {
  .contatti_wrapper .feature_para .site-button {
    margin: 25px 0;
  }
}
.contatti_wrapper .feature_para p a {
  color: #000;
  font-size: 18px;
}
@media (max-width: 640px) {
  .contatti_wrapper .feature_inner {
    padding-bottom: 0;
  }
}
.contatti_wrapper .feature_inner .feature_img {
  width: 100%;
  min-height: 145px;
}
@media (max-width: 640px) {
  .contatti_wrapper .feature_inner .feature_img {
    width: 100%;
  }
}
.contatti_wrapper .feature_inner:hover {
  transform: translateY(0);
  box-shadow: none;
}
.contatti_wrapper .feature_inner:hover .feature_img {
  transform: scale(1);
}

.map_pointer {
  width: 22px;
}

@media (max-width: 640px) {
  .accordian_contatti_wrapper > .container > .row > .col-md-12 {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .accordian_contatti_wrapper .accordion-button {
    padding: 10px 15px;
  }
  .accordian_contatti_wrapper .accordion-button.collapsed {
    border-radius: 25px !important;
  }
  .accordian_contatti_wrapper .accordion-button::after {
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
  }
  .accordian_contatti_wrapper .accordion-item h3 {
    padding-right: 10px;
  }
}

.blog_banner_wrapper {
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 768px) {
  .blog_banner_wrapper {
    position: relative;
    z-index: 1;
  }
}

.blog_banner_content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 768px) {
  .blog_banner_content {
    margin-top: 470px;
  }
}
.blog_banner_content .blog_banner_inner {
  width: 50%;
  padding: 28px 0 50px;
  position: relative;
}
@media (max-width: 768px) {
  .blog_banner_content .blog_banner_inner {
    width: 100%;
    padding: 0 30px 50px;
  }
}
.blog_banner_content .blog_banner_inner::before {
  content: "";
  position: absolute;
  left: -320px;
  top: -131px;
  height: 170%;
  width: 46%;
  clip-path: polygon(60% 0%, 100% 0%, 100% 100%, -13px 100%);
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .blog_banner_content .blog_banner_inner::before {
    left: -52px;
    top: -362px;
    height: 105%;
    width: 182%;
    clip-path: polygon(225% 0%, 100% 0%, 100% 100%, -333px 100%);
    background-color: #ffffff;
    z-index: -1;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .blog_banner_content .blog_banner_inner::before {
    top: -503px;
    clip-path: polygon(310% 0%, 100% 0%, 100% 100%, -333px 100%);
  }
}
.blog_banner_content .blog_banner_inner h1 {
  color: #0090df;
  font-size: 50px;
  font-family: "Museo Sans 900";
  line-height: 60px;
}
@media (max-width: 768px) {
  .blog_banner_content .blog_banner_inner h1 {
    font-size: 40px;
    line-height: 41px;
  }
}
.blog_banner_content .blog_banner_inner .site-button {
  width: 171px;
  display: inline-block;
  margin-top: 18px;
}
@media (max-width: 768px) {
  .blog_banner_content .blog_banner_inner p {
    font-size: 15px;
    padding-top: 33px;
  }
}

.blog_email {
  background-color: #e8e8e8;
  padding: 57px 0 32px 0;
}
@media (max-width: 770px) {
  .blog_email > .container > .row {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .blog_email {
    padding: 57px 30px 42px 30px;
  }
}
.blog_email .email_img img {
  width: 180px;
}
@media (max-width: 992px) {
  .blog_email .email_img img {
    width: 148px;
  }
}
@media (max-width: 768px) {
  .blog_email .email_img img {
    width: 148px;
    margin: 0 auto;
    display: block;
    margin-bottom: 33px;
  }
}
.blog_email h1 {
  font-family: "Museo Sans 900";
  font-size: 55px;
  color: #0090df;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .blog_email h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.blog_email p {
  font-size: 25px;
  line-height: 31px;
  font-family: "Museo Sans 300";
}
@media (max-width: 992px) {
  .blog_email p {
    font-size: 20px;
  }
  .blog_email p br {
    display: none;
  }
}
.blog_email .email_button {
  margin-top: 30px;
}
@media (max-width: 770px) {
  .blog_email .email_button .submit_btn {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .blog_email .email_button .submit_btn {
    margin-top: 16px !important;
  }
}
@media (max-width: 992px) {
  .blog_email .email_button .row {
    flex-direction: column;
  }
}
.blog_email .form-control {
  background: transparent;
}

.blog_detail_banner_wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: calc(100vh - 153px);
  max-height: 560px;
  overflow: hidden;
  background-position: center;
}
@media (max-width: 768px) {
  .blog_detail_banner_wrapper {
    min-height: 190px;
  }
}

.blog_detail_banner {
  background: none;
}
.blog_detail_banner .white-section {
  padding: 69px 0 148px;
}
@media (max-width: 768px) {
  .blog_detail_banner .white-section {
    padding: 29px;
  }
}
.blog_detail_banner .white-section h1 {
  font-family: "Museo Sans 900";
  font-size: 50px;
  color: #0090df;
  text-align: center;
  margin-bottom: 52px;
}
@media (max-width: 768px) {
  .blog_detail_banner .white-section h1 {
    font-size: 40px;
    line-height: 41px;
    text-align: left;
    margin-bottom: 15px;
  }
}
.blog_detail_banner .white-section p {
  font-size: 18px;
  line-height: 22px;
  font-family: "Museo Sans 500";
}
@media (max-width: 768px) {
  .blog_detail_banner .white-section p {
    font-size: 15px;
  }
}
.blog_detail_banner .white-section .site-button {
  display: table;
  margin: 40px 0 0;
  width: 171px;
}
@media (max-width: 768px) {
  .blog_detail_banner .white-section .site-button {
    margin: 35px 0 0;
  }
}
.blog_detail_banner .white-section .hover_hiddn_text {
  display: none;
}

@media (max-width: 768px) {
  .products_listdetail_wrapper {
    margin-top: 50px;
  }
}
.products_listdetail_wrapper h1 {
  margin-bottom: 52px;
  font-family: "Museo Sans 900";
  font-size: 50px;
  color: #0090df;
}
@media (max-width: 768px) {
  .products_listdetail_wrapper h1 {
    font-size: 40px;
  }
}
.products_listdetail_wrapper .product_list_sec .each_product {
  margin-bottom: 0;
}

.latest_post_section {
  position: relative;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  min-height: 500px;
}
@media (max-width: 992px) {
  .latest_post_section {
    flex-direction: column;
  }
}
.latest_post_section .latest_img_block {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 992px) {
  .latest_post_section .latest_img_block {
    position: relative;
    padding: 200px 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .latest_post_section .latest_img_block {
    background-size: contain;
    min-height: inherit;
  }
}
@media (max-width: 992px) {
  .latest_post_section .latest_content_col {
    width: 100%;
  }
}
.latest_post_section .latest_content_col .latest_txt_content {
  padding: 50px 50px 100px;
}
@media (max-width: 992px) {
  .latest_post_section .latest_content_col .latest_txt_content {
    padding: 30px;
  }
}
.latest_post_section .latest_content_col .latest_txt_content h1 {
  font-family: "Museo Sans 900";
  font-size: 50px;
  color: #0090df;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .latest_post_section .latest_content_col .latest_txt_content h1 {
    font-size: 32px;
  }
}
.latest_post_section .latest_content_col .latest_txt_content p {
  font-family: "Museo Sans 500";
  font-size: 18px;
  line-height: 22px;
}
.latest_post_section .latest_content_col .latest_txt_content .site-button {
  width: 171px;
  margin-top: 30px;
}

.products_listing_wrapper {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .products_listing_wrapper {
    padding-top: 43px;
  }
}

@media (max-width: 992px) {
  .product_list_sec .col-md-4 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .product_list_sec {
    padding: 0 50px;
  }
  .product_list_sec .col-md-4 {
    width: 100%;
  }
}
.product_list_sec .each_product {
  width: 70%;
  overflow: hidden;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .product_list_sec .each_product {
    width: 100%;
    margin-bottom: 50px;
  }
  .product_list_sec .each_product:last-child {
    margin-bottom: 0;
  }
}
.product_list_sec .each_product .img_block {
  margin-bottom: 42px;
}
.product_list_sec .each_product .img_block span {
  display: block;
  width: 260px;
}
@media (max-width: 768px) {
  .product_list_sec .each_product .img_block span {
    width: 100%;
  }
}
.product_list_sec .each_product .product_desc h3 {
  color: #000000;
  font-size: 20px;
  font-family: "Museo Sans 900";
  margin-bottom: 8px;
}
.product_list_sec .each_product .product_desc p {
  line-height: 22px;
}
@media (max-width: 768px) {
  .product_list_sec .each_product .product_desc p {
    font-size: 15px;
  }
}
.product_list_sec .each_product .product_desc .site-button {
  margin-top: 30px;
  display: block;
  width: 171px;
}
@media (max-width: 768px) {
  .product_list_sec .each_product .product_desc .site-button {
    margin-top: 27px;
    margin-bottom: 50px;
  }
}

.plastica_wrapper {
  background-repeat: no-repeat;
  background-position: right top;
  overflow: hidden;
}
@media (max-width: 768px) {
  .plastica_wrapper {
    background-position: right center;
  }
}
.plastica_wrapper .plastica_div {
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .plastica_wrapper .plastica_div {
    padding: 0 15px;
  }
  .plastica_wrapper .plastica_div:nth-child(2) {
    padding-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .plastica_wrapper .plastica_div .row {
    flex-direction: column-reverse;
  }
}
.plastica_wrapper .plastica_div .col-md-6 {
  position: relative;
}
@media (max-width: 1024px) {
  .plastica_wrapper .plastica_div .col-md-6 {
    width: 100%;
  }
}
.plastica_wrapper .plastica_div .col-md-6 .gems_img {
  width: 100%;
}
.plastica_wrapper .plastica_sect2 {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .plastica_wrapper .plastica_sect2 {
    margin-top: 0;
  }
}
.plastica_wrapper .plastica_img {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .plastica_wrapper .plastica_img {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }
}
.plastica_wrapper h1 {
  font-size: 55px;
  line-height: 66px;
  font-family: "Museo Sans 900";
  color: #0090df;
  margin-bottom: 27px;
}
@media (max-width: 768px) {
  .plastica_wrapper h1 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (max-width: 640px) {
  .plastica_wrapper h1 {
    font-size: 30px;
  }
}
.plastica_wrapper p {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .plastica_wrapper p {
    font-size: 15px;
  }
}
.plastica_wrapper p b {
  font-family: "Museo Sans 900";
}

.grey_bg {
  background: #e8e8e8;
}
@media (max-width: 768px) {
  .grey_bg {
    background: none;
  }
}

.carousel_sec {
  padding-top: 70px;
  background: #e8e8e8;
  position: relative;
}
@media (max-width: 768px) {
  .carousel_sec {
    padding-bottom: 50px;
  }
}
@media (max-width: 640px) {
  .carousel_sec {
    padding-top: 0;
  }
}
.carousel_sec::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 700px solid #e8e8e8;
  border-left: 2252px solid #fff;
}
@media (max-width: 768px) {
  .carousel_sec::before {
    border: none;
    width: 100%;
    height: 35%;
    background: #fff;
  }
}
.carousel_sec .carousel_box {
  box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.1607843137);
  padding: 50px;
  position: relative;
  background: #ffffff;
}
@media (max-width: 768px) {
  .carousel_sec .carousel_box {
    padding: 25px;
  }
}
.carousel_sec .carousel_box .fold {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 40px solid #0090df;
  border-right: 40px solid #e8e8e8;
}
.carousel_sec .carousel_head {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .carousel_sec .carousel_head {
    margin-bottom: 40px;
  }
}
.carousel_sec .carousel_head h1 {
  font-size: 43px;
  line-height: 66px;
  font-family: "Museo Sans 900";
  color: #0090df;
}
@media (max-width: 768px) {
  .carousel_sec .carousel_head h1 {
    font-size: 35px;
    line-height: 42px;
    text-align: center;
  }
}

.carousel_item_wrap .carousel_img {
  width: 200px;
  display: block;
  margin: 0 auto 15px;
}
@media (max-width: 768px) {
  .carousel_item_wrap .carousel_img {
    width: 300px;
  }
}
.carousel_item_wrap h4 {
  font-size: 14px;
  font-family: "Museo Sans 900";
  max-height: 36px;
  min-height: 36px;
  text-align: center;
}
.carousel_item_wrap p {
  font-size: 12px;
  font-family: "Museo Sans 500";
  text-align: center;
  line-height: normal;
}
.carousel_item_wrap .carosel_btn_group {
  margin-bottom: 10px;
}
.carousel_item_wrap .carosel_btn_group .common_btn {
  display: block;
  clear: both;
  width: 100%;
  height: 24px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  border-radius: 22px;
  font-size: 15px;
  font-family: "Museo Sans 500";
  margin-bottom: 5px;
}
.carousel_item_wrap .carosel_btn_group .common_btn:last-child {
  margin-bottom: 0;
}
.carousel_item_wrap .carosel_btn_group .common_btn.yellow_btn {
  background-color: #e8a203;
}
.carousel_item_wrap .carosel_btn_group .common_btn.red_btn {
  background-color: #d33731;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 47px;
  height: 47px;
  margin-top: -80px !important;
  opacity: 0.85;
}
.owl-nav button.owl-prev {
  left: 0;
  margin-left: -120px !important;
  background-image: url("../img/previous.svg") !important;
}
.owl-nav button.owl-next {
  right: 0;
  margin-right: -120px !important;
  background-image: url("../img/next.svg") !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  opacity: 1;
}

.pdf_button .site-button {
  width: 480px;
  margin: 46px auto 0;
}
@media (max-width: 768px) {
  .pdf_button .site-button {
    width: 90%;
    height: auto;
  }
  .pdf_button .site-button .hover_hiddn_text {
    display: none;
  }
}

.sustain_para h6 {
  font-family: "Museo Sans 900";
  font-size: 50px;
  color: #0090df;
  text-align: left;
}
@media (max-width: 768px) {
  .sustain_para h6 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .sustain_para {
    margin-bottom: 40px;
  }
}

@media (max-width: 992px) {
  .sustaine_banner_wrapper {
    min-height: inherit;
  }
  .banner_img {
    position: relative;
  }
  .banner_txt_content {
    top: -32px;
    position: absolute;
    top: 0;
    left: 15px;
    padding: 15px 0;
  }
  .banner_txt_content p {
    font-size: 18px;
  }
}
@media (max-width: 992px) and (max-width: 480px) {
  .banner_txt_content p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .sustaine_banner_wrapper .inner-img .plant_img {
    width: 80%;
  }
  .sustaine_banner_wrapper .banner_txt_content .blue_slope {
    clip-path: polygon(218% 0%, 100% 0%, 100% 100%, -80px 100%);
  }
}
.progress_wrapper {
  margin-top: 35px;
}
.progress_wrapper .progress_wrap {
  margin-bottom: 20px;
}
.progress_wrapper .progress_wrap .progress {
  margin: 10px 0;
}
.progress_wrapper .progress_wrap h6 {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-family: "Museo Sans 500";
}
.progress_wrapper .progress_wrap h2 {
  font-size: 25px;
  font-family: "Museo Sans 700";
}

.progress-bar {
  transition: width 0.6s ease;
  transition-duration: 3s;
}

.materiaux_wrapp {
  background-color: #f9f9f9;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .materiaux_wrapp {
    padding: 25px 0;
  }
}
.materiaux_wrapp .title_wrapper {
  margin-bottom: 27px;
}
.materiaux_wrapp .title_wrapper h3 {
  font-size: 29px;
  line-height: 33px;
  font-family: "Museo Sans 900";
  color: #0090df;
}
@media (max-width: 768px) {
  .materiaux_wrapp .title_wrapper h3 {
    font-size: 23px;
  }
}

.mobile_menu {
  display: none;
}
@media (max-width: 992px) {
  .mobile_menu {
    display: flex;
    justify-content: flex-end;
    transform: scale(0.8);
  }
}

.mobile_nav {
  width: 23px;
  height: 8px;
  position: relative;
  background: none;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.mobile_nav span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #707070;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.mobile_nav span:nth-child(1) {
  top: 0px;
}
.mobile_nav span:nth-child(2) {
  top: 7px;
}
.mobile_nav span:nth-child(3) {
  top: 14px;
}
.mobile_nav.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mobile_nav.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.mobile_nav.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media (max-width: 992px) {
  .menu_block .wpml-ls-legacy-dropdown {
    right: 0;
  }
}
@media (max-width: 767px) {
  .menu_block .wpml-ls-legacy-dropdown {
    right: 75px;
  }
}
.mob_menu_tog {
  overflow: hidden;
  height: 100vh;
}

.li_active > a > i {
  transform: rotate(270deg) !important;
  position: relative;
  top: 8px;
}

@media (max-width: 1200px) {
  .main_menu > li > a {
    display: flex;
    margin-right: 15px;
    position: relative;
  }
  .main_menu > li > a i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .col-md-3:last-child .tab_img {
    margin-bottom: 0;
  }
}

.tab_img {
  cursor: pointer;
  border: 1px solid #e4e4e4;
  min-height: 388px;
}
@media (max-width: 768px) {
  .tab_img {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .tab_img img {
    width: 80%;
    margin: 0 auto 30px;
    display: block;
  }
}
@media (max-width: 992px) {
  .tab_img {
    min-height: 175px;
  }
}

.flip_tab_wrap > .row {
  position: relative;
  margin-bottom: 0;
}
.flip_tab_wrap > .row.flip_active {
  margin-bottom: 900px;
}
@media (max-width: 992px) {
  .flip_tab_wrap > .row.flip_active {
    margin-bottom: 1120px;
  }
}
@media (max-width: 640px) {
  .flip_tab_wrap > .row.flip_active {
    margin-bottom: 30px;
  }
}

.catalogi_flip {
  width: 98%;
  margin-top: 30px;
  min-height: 250px;
  background: #f9f9f9;
  border: 1px solid #e4e4e4;
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  z-index: 123;
}
@media (max-width: 767px) {
  .catalogi_flip {
    width: 100%;
    position: relative;
    top: 0;
    left: auto;
    transform: none;
    margin-bottom: 30px;
  }
}
.catalogi_flip .title_block {
  padding: 15px;
  margin-bottom: 0;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  justify-content: space-between;
}
.catalogi_flip .title_block h1 {
  font-size: 24px;
  color: #0090df;
  font-family: "Museo Sans 700";
}
@media (max-width: 640px) {
  .catalogi_flip .title_block h1 {
    font-size: 16px;
  }
}
.catalogi_flip .title_block .close_flip {
  display: block;
  background: none;
  padding: 0;
  font-size: 20px;
  color: #817f7f;
  opacity: 0.85;
}
.catalogi_flip .flipbook_content {
  padding: 15px;
}
.catalogi_flip .flipbook_content iframe {
  width: 100%;
  height: 80vh;
}

.flip-book-container {
  height: 70vh;
}

#publication .opaqueTop .top-toolbar {
  opacity: 0;
}

@media (max-width: 768px) {
  .homepage_banner {
    display: flex;
    flex-direction: column-reverse;
  }
}
.homepage_banner > .container {
  position: relative;
}
.homepage_banner .home_banner_img {
  display: block;
  width: 100%;
  background: #f2f2f2;
}
.homepage_banner .logos_block {
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
}
@media (max-width: 1200px) {
  .homepage_banner .logos_block {
    top: 100px;
  }
}
@media (max-width: 768px) {
  .homepage_banner .logos_block {
    position: relative;
    top: 0;
    margin-top: 30px;
  }
}
.homepage_banner .logos_block .homepage_logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .homepage_banner .logos_block .homepage_logo span {
    display: block;
    transform: scale(0.8);
  }
}
@media (max-width: 767px) {
  .homepage_banner .logos_block .homepage_logo {
    flex-direction: column;
  }
  .homepage_banner .logos_block .homepage_logo span {
    display: block;
    clear: both;
    margin-bottom: 15px;
    transform: scale(1);
  }
  .homepage_banner .logos_block .homepage_logo span:last-child {
    margin-bottom: 0;
  }
}

.paragh-sec.home_para_sec {
  padding: 75px 0;
  margin-bottom: 0;
}
.paragh-sec.home_para_sec p {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .paragh-sec.home_para_sec p {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .paragh-sec.home_para_sec {
    padding: 30px 17px 25px;
  }
}

.p-r-0 {
  padding-right: 0;
}

.homepage_slider {
  position: relative;
}
.homepage_slider .card_slider_wrap {
  padding-bottom: 190px;
}
@media (max-width: 768px) {
  .homepage_slider .card_slider_wrap {
    padding-bottom: 45px;
    padding-top: 0;
  }
  .homepage_slider .card_slider_wrap > .row > .col-md-7 {
    padding-left: 0;
  }
}
.homepage_slider .card_slider_wrap .card_slider_area .owl-nav button {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 47px;
  height: 47px;
  opacity: 1;
  margin-bottom: -90px;
}
.homepage_slider .card_slider_wrap .card_slider_area .owl-nav button.owl-prev {
  left: 0;
  margin-left: 30px !important;
  background-image: url("../img/previous.svg") !important;
}
@media (max-width: 768px) {
  .homepage_slider .card_slider_wrap .card_slider_area .owl-nav button.owl-prev {
    transform: scale(0.5) translateY(-50%);
    bottom: auto;
    top: 50%;
    margin-bottom: 0;
    margin-left: -5px !important;
    margin-top: -30px !important;
  }
}
.homepage_slider .card_slider_wrap .card_slider_area .owl-nav button.owl-next {
  right: 0;
  margin-right: 30px !important;
  background-image: url("../img/home_nav_right.svg") !important;
}
@media (max-width: 768px) {
  .homepage_slider .card_slider_wrap .card_slider_area .owl-nav button.owl-next {
    transform: scale(0.5) translateY(-50%);
    bottom: auto;
    top: 50%;
    margin-bottom: 0;
    margin-right: -5px !important;
    margin-top: -30px !important;
  }
}
@media (max-width: 768px) {
  .homepage_slider .card_slider_wrap .card_slider_area .owl-carousel .owl-stage-outer {
    overflow: unset;
  }
}
.homepage_slider .card_slider_wrap .card_slider_area .owl-dots {
  text-align: center;
}
@media (max-width: 768px) {
  .homepage_slider .card_slider_wrap .card_slider_area .owl-dots {
    text-align: center;
    position: relative;
  }
}
.homepage_slider .card_slider_wrap .card_slider_area .owl-dots .owl-dot span {
  background: #e0dcdc;
  width: 28px;
  height: 5px;
  border-radius: 1px;
}
.homepage_slider .card_slider_wrap .card_slider_area .owl-dots .owl-dot.active span {
  background: #0090df;
}
.homepage_slider .card_slider_wrap .card_slider_area .owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  opacity: 1;
}
@media (max-width: 768px) {
  .homepage_slider .card_slider_wrap .card_slider_area .owl-dots .owl-dot span {
    width: 28px;
    height: 3px;
    margin-right: 1px;
    margin-left: 0;
  }
  .homepage_slider .card_slider_wrap .card_slider_area .owl-dots .owl-dot.active span {
    background: #3898e1;
  }
}
.homepage_slider .blue_slope {
  height: 700px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  clip-path: polygon(0 0, 170% 100%, 172% 113%, 0% 100%);
  background-color: #3590df;
}
@media (max-width: 768px) {
  .homepage_slider .blue_slope {
    clip-path: polygon(0 0, 700% 100%, 172% 113%, 0% 100%);
    height: 545px;
  }
}
.homepage_slider .home_banner .white_sec {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .homepage_slider .home_banner .white_sec {
    padding: 40px 0;
  }
}
.homepage_slider .home_banner .white_sec h1 {
  font-family: "Museo Sans 900";
  font-size: 50px;
  color: #0090df;
  text-align: center;
}
@media (max-width: 768px) {
  .homepage_slider .home_banner .white_sec h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
.homepage_slider .home_banner .white_sec .site-button {
  display: table;
  margin: 18px auto 0;
  width: 171px;
}
.homepage_slider .slider_left_title {
  position: relative;
  z-index: 99;
  width: 45%;
  margin: 0 auto;
  left: 20%;
  top: 0;
  padding-top: 40px;
}
.homepage_slider .slider_left_title h2 {
  color: #ffffff;
  font-family: "Museo Sans 900";
  font-size: 50px;
  line-height: 47px;
  position: relative;
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  .homepage_slider .slider_left_title h2 {
    font-size: 42px;
  }
}
.homepage_slider .slider_left_title h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 4px;
  background-color: #a1d0f8;
}
@media (max-width: 767px) {
  .homepage_slider .slider_left_title h2 {
    display: none;
  }
}
.homepage_slider .slider_left_title p {
  font-size: 25px;
  line-height: 31px;
  color: #ffffff;
  padding-top: 25px;
  font-family: "Museo Sans 500";
}
@media (max-width: 768px) {
  .homepage_slider .slider_left_title p {
    font-size: 15px;
    line-height: 18px;
  }
}
.homepage_slider .each_card_slide {
  background-color: #ffffff;
  box-shadow: 0px 4px 13px rgba(10, 82, 154, 0.2431372549);
  border-radius: 17px;
  padding: 22px;
  margin: 15px 0;
  min-height: 357px;
}
@media (max-width: 768px) {
  .homepage_slider .each_card_slide {
    width: 80%;
    margin: 15px auto;
    min-height: inherit;
  }
}
.homepage_slider .each_card_slide span {
  display: block;
}
.homepage_slider .each_card_slide span img {
  width: 115px;
  margin-bottom: 30px;
}
.homepage_slider .each_card_slide h2 {
  display: block;
  position: relative;
  color: #0090df;
  font-size: 25px;
  line-height: 32px;
  font-family: "Museo Sans 900";
  padding-bottom: 10px;
  margin-bottom: 62px;
}
@media (max-width: 768px) {
  .homepage_slider .each_card_slide h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
    padding-bottom: 25px;
  }
}
@media only screen and (min-device-width: 821px) and (max-device-width: 1181px) and (orientation: landscape) {
  .homepage_slider .each_card_slide h2 {
    font-size: 17px;
    line-height: 24px;
  }
}
.homepage_slider .each_card_slide h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 4px;
  background-color: #a1d0f8;
}
.homepage_slider .each_card_slide .desc span {
  display: block;
  clear: both;
}
.homepage_slider .each_card_slide .desc p {
  color: #000000;
}
@media only screen and (min-device-width: 821px) and (max-device-width: 1181px) and (orientation: landscape) {
  .homepage_slider .each_card_slide .desc p {
    font-size: 14px;
  }
}

.homepage_btngroup {
  margin-top: 35px;
}
.homepage_btngroup h2 {
  text-align: center;
  color: #3898e1;
  font-size: 30px;
  font-family: "Museo Sans 900";
  margin-bottom: 12px;
}
.homepage_btngroup .blue-btn {
  width: 171px;
  margin: 0 auto;
  margin-top: 15px;
}

.homepage_certift_img_wrapper {
  padding: 30px 0 0;
  position: relative;
  margin-bottom: 30px;
}
.homepage_certift_img_wrapper > .container > .row {
  align-items: center;
}
@media (max-width: 992px) {
  .homepage_certift_img_wrapper {
    overflow: unset;
    padding-top: 100px;
  }
}
.homepage_certift_img_wrapper .blue-btn {
  color: #3898e1;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .homepage_certift_img_wrapper .blue-btn {
    color: #ffffff;
    background-color: #3898e1;
  }
}
.homepage_certift_img_wrapper .blue_slope {
  height: 455px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  clip-path: polygon(0 0, 170% 100%, 172% 113%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 170% 100%, 172% 113%, 0% 100%);
  background-color: #3590df;
}
@media (max-width: 992px) {
  .homepage_certift_img_wrapper .blue_slope {
    clip-path: polygon(0 0, 410% 100%, 175% 110%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 410% 100%, 175% 110%, 0% 100%);
    height: 345px;
  }
}
.homepage_certift_img_wrapper .grey_sec {
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  .homepage_certift_img_wrapper .grey_sec {
    padding-bottom: 0;
    top: -70px !important;
  }
}
@media (max-width: 767px) {
  .homepage_certift_img_wrapper .grey_sec {
    top: -148px !important;
  }
}
.homepage_certift_img_wrapper .grey_sec h1 {
  font-family: "Museo Sans 900";
  font-size: 55px;
  color: #ffffff;
  line-height: 66px;
  text-align: left;
}
@media (max-width: 992px) {
  .homepage_certift_img_wrapper .grey_sec h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 15px;
    color: #ffffff;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .homepage_certift_img_wrapper .grey_sec h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 15px;
    color: #0090df;
  }
}
.homepage_certift_img_wrapper .grey_sec .site-button {
  display: table;
  margin: 18px 0;
  width: 171px;
}
.homepage_certift_img_wrapper .rel_div {
  position: relative;
}
.homepage_certift_img_wrapper .person_banner {
  display: block;
  position: relative;
  width: 90%;
  max-height: 420px;
  overflow: hidden;
  margin-top: -150px;
}
@media (max-width: 992px) {
  .homepage_certift_img_wrapper .person_banner {
    max-height: 345px;
  }
}
@media (max-width: 767px) {
  .homepage_certift_img_wrapper .person_banner {
    margin-top: 0;
    width: 100%;
    transform: scale(1.5);
    left: -70px;
    top: -70px;
    max-height: 275px;
  }
}

@media (max-width: 768px) {
  .home_featurewrap .feature-wrap {
    padding: 0;
  }
}
.home_featurewrap .feature-wrap .feature_img {
  min-height: 145px;
}

.dal_blog_wrapper {
  padding-top: 10px;
  background: #e8e8e8;
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .dal_blog_wrapper {
    background: none;
    padding: 0 30px 30px;
    margin-top: 35px;
  }
}
.dal_blog_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 700px solid #e8e8e8;
  border-left: 2655px solid #fff;
  z-index: 0;
}
@media (max-width: 768px) {
  .dal_blog_wrapper::before {
    border: none;
  }
}
.dal_blog_wrapper .dal_blog_content {
  position: relative;
  z-index: 2;
}
.dal_blog_wrapper .dal_blog_content .dal_blogimage {
  width: 560px;
  background-color: #e0dcdc;
}
@media (max-width: 768px) {
  .dal_blog_wrapper .dal_blog_content .dal_blogimage {
    width: 290px;
  }
}
@media only screen and (min-device-width: 821px) and (max-device-width: 1181px) and (orientation: landscape) {
  .dal_blog_wrapper .dal_blog_content .dal_blogimage {
    width: 100%;
  }
}
.dal_blog_wrapper .dal_blog_content .dal_blogimage img {
  height: 100%;
}
.dal_blog_wrapper .dal_blog_content .dal_right_text {
  margin-top: 30px;
}
@media only screen and (min-device-width: 821px) and (max-device-width: 1181px) and (orientation: landscape) {
  .dal_blog_wrapper .dal_blog_content .col-md-4 {
    width: 50%;
  }
}
.dal_blog_wrapper .title_div h1 {
  position: relative;
  padding: 73px 0;
  margin-top: 20px;
  font-size: 50px;
  line-height: 60px;
  color: #0090df;
  font-family: "Museo Sans 900";
}
@media (max-width: 768px) {
  .dal_blog_wrapper .title_div h1 {
    padding: 43px 0;
    margin-top: 0;
  }
}
.dal_blog_wrapper span {
  font-size: 18px;
  line-height: 22px;
  font-family: "Museo Sans 500";
  color: #000000;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 768px) {
  .dal_blog_wrapper span {
    margin: 25px 0;
    font-size: 15px;
    line-height: 18px;
  }
}
.dal_blog_wrapper h2 {
  font-size: 30px;
  line-height: 36px;
  color: #0090df;
  font-family: "Museo Sans 900";
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .dal_blog_wrapper h2 {
    font-size: 25px;
    line-height: 31px;
  }
}
@media (max-width: 768px) {
  .dal_blog_wrapper p {
    font-size: 15px;
    line-height: 18px;
  }
}
.dal_blog_wrapper .site-button {
  width: 171px;
  display: inline-block;
  margin-top: 30px;
}
.dal_blog_wrapper .site-button span {
  display: block;
  line-height: 43px;
  color: #ffffff;
  font-size: 15px;
}
@media (max-width: 768px) {
  .dal_blog_wrapper .site-button span {
    margin: 0;
  }
}
.dal_blog_wrapper .site-button:hover .arrow_icon {
  opacity: 1;
  display: block;
}

.dsktp_banner {
  display: block;
}
@media (max-width: 768px) {
  .dsktp_banner {
    display: none;
  }
}

.mob_banner {
  display: none;
}
@media (max-width: 768px) {
  .mob_banner {
    display: block;
  }
}

@media (max-width: 768px) {
  .homepage_slider .slider_left_title {
    width: 100%;
    padding: 100px 33px 26px;
    left: auto;
  }
  .homepage_slider .slider_left_title p {
    position: relative;
    top: 15px;
  }
}

.home_carousel .home_slidercontent {
  position: relative;
  height: 80vh;
  overflow: hidden;
  background-size: cover;
}
.home_carousel .owl-nav {
  margin: 0 !important;
}
.home_carousel .owl-nav button {
  margin-top: 0 !important;
}
.home_carousel .owl-nav button span {
  display: none;
}
.home_carousel .owl-nav button.owl-prev {
  left: 0;
  margin-left: 88px !important;
  background-image: url("../img/banners/home_banner/previous.svg") !important;
}
@media (max-width: 768px) {
  .home_carousel .owl-nav button.owl-prev {
    margin-left: 0px !important;
    transform: scale(0.8);
  }
}
.home_carousel .owl-nav button.owl-next {
  left: auto;
  right: 0;
  margin-right: 88px !important;
  background-image: url("../img/banners/home_banner/next.svg") !important;
}
@media (max-width: 768px) {
  .home_carousel .owl-nav button.owl-next {
    margin-right: 0 !important;
    transform: scale(0.8);
  }
}
.home_carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .home_carousel .owl-dots {
    width: 100%;
  }
}
.home_carousel .owl-dots .owl-dot span {
  background: #e0dcdc;
  width: 28px;
  height: 5px;
  border-radius: 1px;
}
.home_carousel .owl-dots .owl-dot.active span {
  background: #0090df;
}

.slider_data {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.slider_data .container {
  position: relative;
  height: 100%;
}
.slider_data .data_inner {
  max-width: 318px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 145, 223, 0.7);
  padding: 37px;
  height: 378px;
  display: flex;
  align-items: center;
  justify-content: stretch;
}
@media (max-width: 1024px) {
  .slider_data .data_inner {
    width: 73%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-device-width: 821px) and (max-device-width: 1181px) and (orientation: landscape) {
  .slider_data .data_inner {
    width: 73%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.slider_data .data_inner p {
  color: #ffffff;
  font-size: 30px;
  font-family: "Museo Sans 900";
  line-height: 36px;
  margin: 0;
}

.boxslider_home .boxslider_head {
  color: #0090df;
  font-family: "Museo Sans 900";
  font-size: 50px;
  margin-bottom: 28px;
  text-align: center;
  padding: 50px 0 20px;
}
.boxslider_home .each_card_slide {
  background-color: #fff;
  box-shadow: 0px 4px 13px rgba(10, 82, 154, 0.2431372549);
  border-radius: 17px;
  padding: 22px;
  margin: 15px auto;
  min-height: 387px;
  position: relative;
  width: 99%;
}
@media (max-width: 768px) {
  .boxslider_home .each_card_slide {
    margin: 15px auto;
    position: relative;
  }
}
@media (max-width: 768px) and (max-width: 640px) {
  .boxslider_home .each_card_slide {
    width: 90%;
  }
}
.boxslider_home .each_card_slide .desc {
  position: absolute;
  bottom: 30px;
  left: 0;
  padding: 0 15px;
}
@media only screen and (min-device-width: 821px) and (max-device-width: 1181px) and (orientation: landscape) {
  .boxslider_home .each_card_slide .desc {
    position: absolute;
    bottom: 60px;
  }
}
.boxslider_home .boxslider_imgwrapp {
  display: none;
  padding: 75px 49px;
  background-repeat: no-repeat;
  background-size: 75% 100%;
}
@media (max-width: 992px) {
  .boxslider_home .boxslider_imgwrapp {
    position: relative;
    padding: 0;
    min-height: 580px;
    background-size: cover;
    width: 100%;
  }
}
.boxslider_home .boxslider_data {
  position: relative;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .boxslider_home .boxslider_data {
    position: unset;
  }
}
.boxslider_home .boxslider_data .boxslider_inner {
  max-width: 318px;
  position: absolute;
  right: 0;
  top: 50%;
  background: rgba(0, 125, 223, 0.8);
  padding: 37px;
  min-height: 387px;
  border-radius: 17px;
}
@media (max-width: 768px) {
  .boxslider_home .boxslider_data .boxslider_inner {
    max-width: 293px;
    min-height: 300px;
    left: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
  }
}
.boxslider_home .boxslider_data .boxslider_inner p {
  color: #ffffff;
}
.boxslider_home .boxslider_data .boxslider_inner h2 {
  display: block;
  position: relative;
  color: #ffffff;
  font-size: 30px;
  line-height: 39px;
  font-family: "Museo Sans 900";
  padding-bottom: 10px;
  margin-bottom: 62px;
}
.boxslider_home .boxslider_data .boxslider_inner h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 4px;
  background-color: #a1d0f8;
}
@media (max-width: 992px) {
  .boxslider_home .col-md-8 {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .product_owl_slider {
    margin-bottom: 30px;
  }
}
.product_owl_slider .owl-nav button {
  margin-top: 0 !important;
}
.product_owl_slider .owl-nav button.owl-next {
  margin-right: 0 !important;
}
.product_owl_slider .owl-nav button.owl-prev {
  margin-left: 0 !important;
}
.product_owl_slider .owl-nav button span {
  opacity: 0;
}
.product_owl_slider .product_full_img img {
  width: 70%;
  margin: 0 auto;
}
.product_owl_slider .owl-dots {
  display: none;
}

.partnership_logo {
  padding: 50px 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .partnership_logo {
    background-image: none !important;
    background-color: #0090df;
    padding: 0 30px 50px;
  }
}
.partnership_logo .title_div h1 {
  position: relative;
  top: 20px;
  font-size: 50px;
  color: #fff;
  font-family: "Museo Sans 900";
}
@media (max-width: 768px) {
  .partnership_logo .title_div h1 {
    padding: 30px 0 50px 0;
    margin-top: 0;
  }
}
.partnership_logo p {
  color: #ffffff;
}
.partnership_logo .partnership_box {
  position: relative;
}
@media (max-width: 767px) {
  .partnership_logo .partnership_box {
    margin-top: 30px;
  }
}
.partnership_logo .partnership_box .partner_box1 {
  width: 260px;
  height: 300px;
  background: #3990d8;
}
@media (max-width: 767px) {
  .partnership_logo .partnership_box .partner_box1 {
    background: #3586c9;
    width: 200px;
    height: 250px;
  }
}
.partnership_logo .partnership_box .partner_image {
  position: absolute;
  top: 50%;
  transform: translate(-20px, -50%);
  right: 0;
  background: #fff;
}
@media (max-width: 767px) {
  .partnership_logo .partnership_box .partner_image {
    transform: translate(3px, -50%);
  }
}
.partnership_logo .partnership_box .partner_image img {
  width: 370px;
}
@media (max-width: 767px) {
  .partnership_logo .partnership_box .partner_image img {
    width: 270px;
  }
}

.nostre_certifcate_wrapper {
  position: relative;
  background: #f2f2f2;
}
@media (max-width: 768px) {
  .nostre_certifcate_wrapper {
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .nostre_certifcate_wrapper .banner_img {
    position: relative;
  }
}
.nostre_certifcate_wrapper .nostre_banner_img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 45px;
}
.nostre_certifcate_wrapper .nostre_banner_img .nostre_inner_content {
  width: 39%;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .nostre_certifcate_wrapper .nostre_banner_img .nostre_inner_content {
    width: 100%;
    padding-bottom: 0;
  }
}
.nostre_certifcate_wrapper .nostre_banner_img .nostre_inner_content h1 {
  line-height: 66px;
  color: #0090df;
  font-size: 55px;
  font-family: "Museo Sans 900";
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .nostre_certifcate_wrapper .nostre_banner_img .nostre_inner_content h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.nostre_certifcate_wrapper .nostre_banner_img .nostre_inner_content p {
  font-size: 30px;
  font-family: "Museo Sans 100";
  line-height: 36px;
}
@media (max-width: 768px) {
  .nostre_certifcate_wrapper .nostre_banner_img .nostre_inner_content p {
    font-size: 20px;
    line-height: 27px;
  }
}
.nostre_certifcate_wrapper .nostre_banner_img .nostre_inner_img {
  position: relative;
  z-index: 1;
  width: 57%;
}
@media (max-width: 768px) {
  .nostre_certifcate_wrapper .nostre_banner_img .nostre_inner_img {
    width: 100%;
    transform: scale(1.4);
    left: -70px;
    margin-top: 120px;
    top: -50px;
  }
}
.nostre_certifcate_wrapper .nostre_banner_img .nostre_inner_img img {
  display: block;
  width: 100%;
}
.nostre_certifcate_wrapper .blue_slope {
  height: 362px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  clip-path: polygon(100% 0%, 100% 100%, 100% 100%, -355px 100%);
  background-color: #3590df;
}
@media (max-width: 768px) {
  .nostre_certifcate_wrapper .blue_slope {
    height: 250px;
  }
}

.categoria_blog_wrapper {
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: 100% 30%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .categoria_blog_wrapper {
    background-size: contain;
    background-position: bottom center;
    padding-bottom: 100%;
  }
}
.categoria_blog_wrapper .left_content_area {
  width: 35%;
  position: relative;
  z-index: 22;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .categoria_blog_wrapper .left_content_area {
    width: 100%;
    padding-bottom: 0;
    z-index: 123;
  }
}
.categoria_blog_wrapper .left_content_area::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -200px;
  background: #fff;
  height: 250%;
  width: 44%;
  clip-path: polygon(-30%, 0%, 100%, 0, 100%, 100%, 100%, 100%);
  background-color: #ffffff;
  transform: rotate(-17deg);
  z-index: -1;
}
@media (max-width: 768px) {
  .categoria_blog_wrapper .left_content_area::before {
    top: 50%;
    right: 100%;
    height: 100%;
    width: 30%;
    transform: rotate(80deg) translateY(-50%);
    margin-top: 50px;
  }
}
.categoria_blog_wrapper .heading_wrap {
  display: flex;
  justify-content: stretch;
  align-items: center;
  margin-bottom: 38px;
  width: 100%;
}
@media (max-width: 768px) {
  .categoria_blog_wrapper .heading_wrap {
    flex-direction: column;
    align-items: stretch;
  }
}
.categoria_blog_wrapper .heading_wrap .suolo_img {
  display: block;
  width: 120px;
  height: auto;
  margin-right: 15px;
}
.categoria_blog_wrapper .heading_wrap h1 {
  color: #0090df;
  font-size: 42px;
  font-family: "Museo Sans 900";
  line-height: 49px;
  width: 100%;
}
@media (max-width: 768px) {
  .categoria_blog_wrapper .heading_wrap h1 {
    font-size: 40px;
    margin-top: 30px;
  }
}
.categoria_blog_wrapper .heading_wrap h1 em {
  font-style: normal;
  width: 70%;
}
@media (max-width: 768px) {
  .categoria_blog_wrapper p {
    font-size: 15px;
  }
}

.category_products_wrapper {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .category_products_wrapper {
    margin-top: 0;
  }
}
.category_products_wrapper > .container > .row > .col-md-4 {
  border-right: 1px solid #ccc;
  margin-bottom: 110px;
}
@media (max-width: 992px) {
  .category_products_wrapper > .container > .row > .col-md-4 {
    margin-bottom: 30px;
    width: 50%;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .category_products_wrapper > .container > .row > .col-md-4 {
    width: 100%;
  }
}
.category_products_wrapper > .container > .row > .col-md-4:last-child {
  margin-bottom: 0;
}
.category_products_wrapper > .container > .row > .col-md-4 .feature_paragh_wrap {
  min-height: 70px;
}
@media (max-width: 767px) {
  .category_products_wrapper > .container > .row > .col-md-4 .feature_paragh_wrap {
    min-height: inherit;
  }
}
.category_products_wrapper .site-button {
  margin-top: 25px;
  width: 171px;
}
@media (max-width: 992px) {
  .category_products_wrapper .feature-wrap {
    margin-bottom: 0;
  }
  .category_products_wrapper .feature-wrap .feature_inner {
    padding-bottom: 15px;
  }
}

.filter_wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 540px) {
  .filter_wrapper {
    flex-direction: column;
  }
}
.filter_wrapper .filter_block {
  margin-bottom: 30px;
  width: 33.1%;
  padding: 0 15px;
  border-right: 1px solid #ccc;
}
@media (max-width: 540px) {
  .filter_wrapper .filter_block {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
    border: none;
  }
}
.filter_wrapper .filter_block .dropdown .dropdown-toggle {
  padding: 15px 39px;
  font-family: "Museo Sans 900";
  color: #000000;
  font-size: 20px;
  border-radius: 1px;
  border-right: 1px solid #cccccc;
  position: relative;
}
@media (max-width: 768px) {
  .filter_wrapper .filter_block .dropdown .dropdown-toggle {
    padding: 15px 7px;
    font-size: 15px;
  }
}
.filter_wrapper .filter_block .dropdown .dropdown-toggle:focus {
  border: none;
  border-right: 1px solid #cccccc;
  outline: none;
}
.filter_wrapper .filter_block .dropdown .dropdown-toggle::after {
  content: "\f107";
  border: none;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  color: #0090df;
  position: relative;
  top: 8px;
}
.filter_wrapper .filter_block .dropdown .dropdown-toggle.show {
  border-color: transparent;
  border-right: 1px solid #cccccc;
}
.filter_wrapper .filter_block:last-child .dropdown .dropdown-toggle {
  border-right: none;
}
.filter_wrapper .filter_block:last-child .dropdown .dropdown-toggle:focus {
  border-right: none;
}

.scheda_detail_wrapper {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .scheda_detail_wrapper {
    padding: 30px 0;
  }
}
.scheda_detail_wrapper .scheda_img {
  overflow: hidden;
  border-radius: 53px;
  position: relative;
  height: 430px;
  width: 85%;
}
@media (max-width: 768px) {
  .scheda_detail_wrapper .scheda_img {
    height: 300px;
    width: 100%;
    margin-bottom: 30px;
  }
}
.scheda_detail_wrapper .scheda_img img {
  width: 80%;
  /* margin: 0 auto; */
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.scheda_detail_wrapper .scheda_data .scheda_dat_title {
  margin-bottom: 30px;
}
.scheda_detail_wrapper .scheda_data .scheda_dat_title h2 {
  font-size: 30px;
  line-height: 36px;
  font-family: "Museo Sans 900";
  color: #0090df;
}
@media (max-width: 768px) {
  .scheda_detail_wrapper .scheda_data .scheda_dat_title h2 {
    font-size: 25px;
    line-height: 31px;
  }
}
.scheda_detail_wrapper .scheda_data .scheda_dat_title span {
  color: #0090df;
  font-size: 18px;
  line-height: 22px;
  font-family: "Museo Sans 500";
  font-style: italic;
  display: block;
}
.scheda_detail_wrapper .scheda_text_block {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .scheda_detail_wrapper .scheda_text_block p {
    font-size: 16px;
    line-height: 18px;
  }
}
.scheda_detail_wrapper .scheda_filer_wrapper {
  margin-bottom: 30px;
}
.scheda_detail_wrapper .scheda_filer_wrapper .scheda_filter_content {
  margin-bottom: 25px;
}
.scheda_detail_wrapper .scheda_filer_wrapper .scheda_filter_content h3 {
  font-size: 20px;
  line-height: 24px;
  font-family: "Museo Sans 900";
  color: #000;
  display: block;
  clear: both;
  margin-bottom: 3px;
}
.scheda_detail_wrapper .scheda_filer_wrapper .scheda_filter_content h3.cat_h3 {
  font-size: 16px;
}
.scheda_detail_wrapper .scheda_filer_wrapper .scheda_filter_content .cat_span {
  font-size: 14px;
  display: block;
}
.scheda_detail_wrapper .scheda_filer_wrapper .scheda_filter_content.scheda_category_block .cat_txt {
  font-size: 18px;
  display: inline-block;
  font-family: "Museo Sans 500";
  color: #000;
}
.scheda_detail_wrapper .scheda_filer_wrapper .scheda_filter_content.scheda_color_block .color_pick {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #58717d;
}
.scheda_detail_wrapper .scheda_button_group {
  display: flex;
  align-items: center;
  justify-content: stretch;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .scheda_detail_wrapper .scheda_button_group {
    flex-direction: column;
  }
}
.scheda_detail_wrapper .scheda_button_group .site-button {
  margin-right: 15px;
  margin-bottom: 15px;
  width: 275px;
  font-family: "Museo Sans 500";
  font-size: 15px;
}
@media (max-width: 992px) {
  .scheda_detail_wrapper .scheda_button_group .site-button {
    margin-right: 0;
    width: 80%;
  }
}
.scheda_detail_wrapper .scheda_button_group .fr_imgdetail {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .scheda_detail_wrapper .scheda_button_group .fr_imgdetail {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .scheda_detail_wrapper > .container > .row {
    flex-direction: column;
  }
  .scheda_detail_wrapper > .container > .row > .col-md-6 {
    width: 100%;
  }
}

.scheda_carousel .owl-dots .owl-dot span {
  width: 28px;
  height: 3px;
  margin-right: 1px;
  margin-left: 0;
}
.scheda_carousel .owl-dots .owl-dot.active span {
  background: #1448f4;
}

.slick-prev {
  z-index: 555;
}
.slick-prev::before {
  content: "";
  background: url("../img/previous.svg") no-repeat;
  width: 47px;
  height: 47px;
  position: absolute;
}

.slick-next {
  z-index: 555;
}
.slick-next::before {
  content: "";
  background: url("../img/next.svg") no-repeat;
  width: 47px;
  height: 47px;
  position: absolute;
}

.product_owl_slider {
  position: relative;
  width: 85%;
  margin: 0 auto;
}
.product_owl_slider .slick-slide img {
  width: 80%;
  margin: 0 auto;
}
.product_owl_slider .slick-next {
  right: 30px;
}

.scheda_tab_wrapper {
  padding-top: 70px;
}
@media (max-width: 768px) {
  .scheda_tab_wrapper {
    padding-top: 30px;
  }
}
.scheda_tab_wrapper .scheda_tab_block {
  border: 1px solid #707070;
}
.scheda_tab_wrapper .scheda_tab_block p {
  padding-right: 50px;
}
@media (max-width: 640px) {
  .scheda_tab_wrapper .scheda_tab_block p {
    padding-right: 0;
  }
}
.scheda_tab_wrapper .scheda_tab_block .nav-tabs {
  background: #ededed;
}
.scheda_tab_wrapper .scheda_tab_block .nav-tabs .nav-link {
  border: none;
  padding: 18px 40px;
  border-radius: 1px;
  font-size: 20px;
  font-family: "Museo Sans 900";
  color: #000000;
}
@media (max-width: 640px) {
  .scheda_tab_wrapper .scheda_tab_block .nav-tabs .nav-link {
    width: 100%;
    display: block;
  }
}
.scheda_tab_wrapper .scheda_tab_block .tab-content {
  padding: 50px 25px;
}
@media (max-width: 640px) {
  .scheda_tab_wrapper .scheda_tab_block .tab-content {
    padding: 25px;
  }
}

.scheda_product_slider_wrap {
  padding: 70px 0 85px;
}
.scheda_product_slider_wrap .scheda_carousel {
  position: relative;
}
@media (max-width: 768px) {
  .scheda_product_slider_wrap .scheda_carousel .img_block img {
    margin: 0 auto;
    display: block;
    width: 80%;
  }
  .scheda_product_slider_wrap .scheda_carousel .owl-nav button {
    display: block;
    width: 30px;
    height: 30px;
    background-size: 30px 30px !important;
  }
  .scheda_product_slider_wrap .scheda_carousel .owl-nav button.owl-prev {
    margin-left: 0 !important;
  }
  .scheda_product_slider_wrap .scheda_carousel .owl-nav button.owl-next {
    margin-right: 0 !important;
  }
}
.scheda_product_slider_wrap .scheda_carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.scheda_product_slider_wrap .scheda_carousel .owl-nav button {
  margin-top: 0 !important;
}
.scheda_product_slider_wrap .scheda_carousel .owl-nav button span {
  opacity: 0;
}

.scheda_prodotti_correlati_wrapper {
  position: relative;
  overflow: hidden;
  background: #e8e8e8;
  background-repeat: no-repeat;
  padding-top: 150px;
}
@media (max-width: 768px) {
  .scheda_prodotti_correlati_wrapper {
    background-size: contain;
  }
}
@media (max-width: 540px) {
  .scheda_prodotti_correlati_wrapper {
    padding-top: 70px;
  }
}
.scheda_prodotti_correlati_wrapper > .container .title_block {
  margin: 60px 0;
}
@media (max-width: 768px) {
  .scheda_prodotti_correlati_wrapper > .container .title_block {
    margin: 30px 0;
  }
}
.scheda_prodotti_correlati_wrapper > .container .title_block h1 {
  display: block;
  text-align: center;
  font-size: 50px;
  font-family: "Museo Sans 900";
  color: #0090df;
}
@media (max-width: 768px) {
  .scheda_prodotti_correlati_wrapper > .container .title_block h1 {
    font-size: 30px;
  }
}
.scheda_prodotti_correlati_wrapper > .container .prodotti_list_block > .row .col-md-4 {
  border-right: 1px solid #ccc;
}
@media (max-width: 992px) {
  .scheda_prodotti_correlati_wrapper > .container .prodotti_list_block > .row .col-md-4 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .scheda_prodotti_correlati_wrapper > .container .prodotti_list_block > .row .col-md-4 {
    border-bottom: 1px solid #ccc;
    border-right: none;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .scheda_prodotti_correlati_wrapper > .container .prodotti_list_block > .row .col-md-4:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.scheda_prodotti_correlati_wrapper > .container .prodotti_list_block > .row .col-md-4 .feature-wrap {
  margin-bottom: 0;
}
.scheda_prodotti_correlati_wrapper > .container .prodotti_list_block > .row .col-md-4 .feature-wrap .feature_inner {
  background: #fff;
  padding: 30px 40px;
}
@media (max-width: 540px) {
  .scheda_prodotti_correlati_wrapper > .container .prodotti_list_block > .row .col-md-4 .feature-wrap .feature_inner {
    padding: 15px 0;
  }
}
.scheda_prodotti_correlati_wrapper > .container .prodotti_list_block > .row .col-md-4 .feature-wrap .feature_inner:hover {
  transform: translateY(0);
  box-shadow: none;
}
.scheda_prodotti_correlati_wrapper > .container .prodotti_list_block > .row .col-md-4 .feature-wrap .feature_inner:hover .feature_img {
  transform: scale(1);
}
@media (max-width: 767px) {
  .scheda_prodotti_correlati_wrapper > .container .prodotti_list_block > .row .col-md-4 .feature-wrap .feature_inner .feature_para {
    padding: 0 15px;
  }
}
.scheda_prodotti_correlati_wrapper > .container .prodotti_list_block > .row .col-md-4 .feature-wrap .feature_inner h5 {
  font-size: 20px;
  font-family: "Museo Sans 900";
  color: #000000;
  line-height: 24px;
}
.scheda_prodotti_correlati_wrapper > .container .prodotti_list_block > .row .col-md-4 .feature-wrap .feature_inner .site-button {
  width: 171px;
  margin-top: 20px;
}

.grey_form_sec {
  background: #e8e8e8;
}

.scheda_text_block ul li {
  font-size: 18px;
  font-family: "Museo Sans 500";
  color: #000000;
  display: block;
}
@media (max-width: 768px) {
  .scheda_text_block ul li {
    font-size: 16px;
    line-height: 18px;
  }
}

h1.quotes_head {
  position: relative;
  color: #000;
  font-family: "Museo 100";
  font-size: 51px;
  line-height: 61px;
  padding-left: 150px;
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  h1.quotes_head {
    padding-left: 0;
    padding-right: 40px;
    font-size: 45px;
  }
}
h1.quotes_head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 136px;
  height: 136px;
  background-image: url("../img/quote.png");
  background-repeat: no-repeat;
  background-size: 136px;
}
@media (max-width: 992px) {
  h1.quotes_head::before {
    -webkit-transform: scaleX(-1) translateY(-50px);
    transform: scaleX(-1) translateY(-50px);
    left: auto;
    right: 0;
    background-size: 107px;
    width: 107px;
    height: 107px;
  }
}
@media (max-width: 767px) {
  h1.quotes_head::before {
    right: 15px;
  }
}

.timeline__item {
  min-height: 325px;
}
@media (max-width: 992px) {
  .timeline__item {
    min-height: 150px;
  }
}

.quotes_wrapper {
  position: relative;
  background: none;
  min-height: 500px;
}
.quotes_wrapper .left_content_area {
  width: 60%;
  left: -120px;
  padding-left: 30px;
}
@media (max-width: 992px) {
  .quotes_wrapper .left_content_area {
    left: 0;
  }
}
.quotes_wrapper .left_content_area::before {
  display: none;
}
.quotes_wrapper .left_content_area p {
  width: 80%;
}

.timeline_wrapper {
  margin-top: 85px;
}
.timeline_wrapper > .container {
  max-width: 100%;
}
@media (max-width: 992px) {
  .timeline_wrapper > .container {
    padding-left: 0;
  }
}

.timeline {
  padding-bottom: 100px;
}

.timeline:not(.timeline--horizontal):before {
  background-color: #009cde;
  width: 160px;
  border-radius: 100px;
}

.timeline__item--right {
  padding: 0 0 0 200px;
}

.timeline__item--left {
  padding: 0 50px 0 0;
}

.timeline__item:after {
  content: attr(data-title);
  width: 160px;
  text-align: center;
  border: none;
  background: none;
  color: #ffffff;
  font-size: 40px;
  font-family: "Museo Sans 900";
}

.timeline__item--right:after {
  left: 0;
}

.timeline__item--left:after {
  right: -160px;
}

.timeline__item--right {
  position: relative;
}
.timeline__item--right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 65%;
  background: #fff;
  margin-left: -395px;
  margin-top: 180px;
}

.timeline__item--left {
  position: relative;
}
.timeline__item--left::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 65%;
  background: #fff;
  margin-left: 545px;
  margin-top: 180px;
}

.timeline__content {
  border: none;
  padding: 0;
  border-radius: 1px;
}
.timeline__content p {
  font-family: "Museo Sans 500";
  font-size: 18px;
  width: 60%;
}
@media (max-width: 992px) {
  .timeline__content p {
    width: 100%;
  }
}

.timeline_content_inner {
  display: flex;
  align-items: flex-end;
  justify-content: stretch;
  flex-direction: column;
}
@media (max-width: 992px) {
  .timeline_content_inner {
    align-items: stretch;
    padding: 5px;
  }
}
.timeline_content_inner .timeline_img {
  display: block;
  width: 190px;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .timeline_content_inner .timeline_img {
    width: 115px;
  }
}
.timeline_content_inner h2 {
  display: block;
  clear: both;
  font-family: "Museo Sans 900";
  color: #009cde;
  font-size: 30px;
}

.timeline__item--left {
  text-align: right;
}
.timeline__item--left .timeline__item__inner {
  padding-left: 35%;
}
@media (max-width: 1290px) {
  .timeline__item--left .timeline__item__inner {
    padding-left: 20%;
  }
}
@media (max-width: 992px) {
  .timeline__item--left .timeline__item__inner {
    padding-left: 15%;
    padding-top: 5%;
  }
}
@media (max-width: 992px) and (max-width: 640px) {
  .timeline__item--left .timeline__item__inner {
    padding-left: 32%;
    padding-top: 15%;
  }
}

.timeline__item--right {
  text-align: left;
}
.timeline__item--right .timeline__item__inner {
  padding-right: 35%;
}
@media (max-width: 1290px) {
  .timeline__item--right .timeline__item__inner {
    padding-right: 20%;
  }
}
.timeline__item--right .timeline_content_inner {
  align-items: flex-start;
}

.timeline__content:before {
  border-left: transparent;
}

.timeline__content:after {
  border-left: 20px solid #009cde;
  border-top: 14px solid transparent;
  right: -52px;
  transform: rotate(180deg);
}

.timeline__item--right .timeline__content:before {
  border-right: transparent;
}

.timeline__item--right .timeline__content:after {
  border-right: 20px solid #009cde;
  border-top: 14px solid transparent;
  left: -46px;
  transform: rotate(180deg);
}

@media (max-width: 992px) {
  .timeline:not(.timeline--horizontal):before {
    width: 120px;
    top: -30px;
  }
  .timeline--mobile .timeline__item .timeline__content:before {
    display: none;
  }
  .timeline--mobile .timeline__content:after {
    border-left: 17px solid #009cde !important;
    border-top: 17px solid transparent !important;
    left: auto !important;
    right: 100%;
    transform: rotate(0deg);
    margin-right: -2px;
  }
  .timeline__item--left::before {
    margin-left: -178px;
  }
  .timeline--mobile .timeline__item:after {
    font-size: 30px;
    left: -10px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .timeline--mobile .timeline__item:after {
    left: -22px;
  }
}
@media (max-width: 992px) {
  .timeline_content_inner h2 {
    font-size: 22px;
    text-align: left;
  }
}
@media (max-width: 992px) {
  .quotes_wrapper {
    padding-bottom: 0;
  }
  .quotes_wrapper .left_content_area {
    width: 100%;
  }
  .quotes_wrapper .left_content_area p {
    width: 100%;
  }
  .quotes_wrapper .heading_wrap {
    margin-top: 300px;
  }
  .quotes_wrapper .heading_wrap h1 {
    width: 100% !important;
  }
  .quotes_wrapper .heading_wrap h1.quotes_head {
    padding-left: 0;
    padding-right: 25px;
    font-size: 45px;
  }
  .quotes_wrapper .heading_wrap h1.quotes_head::before {
    left: auto;
    right: 0;
    background-size: 105px;
    width: 105px;
    height: 105px;
    transform: scaleX(-1);
    margin-top: -50px;
    margin-right: 50px;
  }
  .timeline__content p {
    text-align: left;
  }
}
.timeline__item--right .timeline__content:after {
  border: none;
  background: url("../img/timeline/arrow_1.png") no-repeat;
  background-size: 11px 32px;
  width: 11px;
  height: 32px;
  transform: none;
  left: -42px;
}

.timeline__item--left .timeline__content:after {
  border: none;
  background: url("../img/timeline/arrow_2.png") no-repeat;
  background-size: 11px 32px;
  width: 11px;
  height: 32px;
  transform: none;
  left: auto;
  right: -48px;
}

@media (max-width: 992px) {
  .timeline--mobile:before {
    left: 0 !important;
  }
  .timeline--mobile .timeline__item:after {
    left: -22px;
    transform: none;
    top: 20%;
  }
  .timeline--mobile .timeline__content:after {
    opacity: 0;
  }
  .timeline__content p {
    font-size: 15px;
  }
  .timeline__item::before {
    opacity: 0 !important;
  }
  .timeline__item--left .timeline__content:after {
    opacity: 0;
    left: -22px !important;
    right: auto;
    border: none !important;
    background: url("../img/timeline/arrow_1.png") no-repeat;
    background-size: 11px 32px;
    width: 11px;
    height: 32px;
  }
}
@media (min-width: 992px) {
  .timeline__item--right {
    padding: 0 0 0 122px;
  }
  .timeline:not(.timeline--horizontal):before {
    transform: translateX(-50%);
    margin-left: 0;
  }
  .timeline__item--left {
    padding: 0 128px 0 0;
  }
  .timeline__item--left::before {
    margin-left: 50%;
  }
  .timeline__item--right::before {
    margin-left: -50%;
  }
  .timeline__item--left:after {
    right: -85px;
  }
  .timeline__item--right:after {
    left: -75px;
  }
}
/* news banner section*/
.menu_block .wpml-ls-legacy-dropdown {
  width: 140px !important;
  width: 70px !important;
  position: absolute;
  right: 50px;
}
.menu_block .wpml-ls-legacy-dropdown a {
  border: 0;
  display: flex;
  flex-direction: row;
}
.menu_block .wpml-ls-legacy-dropdown a img.wpml-ls-flag {
  display: inline-block;
  width: auto;
}

.variations .label {
  font-size: 20px;
  line-height: 24px;
  font-family: "Museo Sans 900";
  color: #000;
  display: block;
  clear: both;
  margin-bottom: 3px;
}

#nav-description h2 {
  display: none;
}

#nav-additional_information h2 {
  display: none;
}

.submit_btn {
  border: none;
}

.carousel_item_wrap .carosel_btn_group .common_btn.red_btn {
  background-color: #d33731;
}
.carousel_item_wrap .carosel_btn_group .common_btn.yellow_btn {
  background-color: #e8a203;
}
.carousel_item_wrap .carosel_btn_group .common_btn.blue_btn {
  background-color: blue;
}
.carousel_item_wrap .carosel_btn_group .common_btn.gray_btn {
  background-color: gray;
}
.carousel_item_wrap .carosel_btn_group .common_btn.white_btn {
  background-color: white;
  color: black;
}
.carousel_item_wrap .carosel_btn_group .common_btn.orange_btn {
  background-color: orange;
}

.wpml-ls-legacy-dropdown a {
  background-color: #f8f8f8;
}

.latest_post_section {
  position: relative;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}
.latest_post_section .latest_content_col .latest_txt_content {
  padding: 50px 50px 100px;
}
.latest_post_section .latest_content_col .latest_txt_content p {
  font-family: "Museo Sans 500";
  font-size: 18px;
  line-height: 22px;
}
.latest_post_section .latest_content_col .latest_txt_content .site-button {
  width: 171px;
  margin-top: 30px;
}
.latest_post_section .latest_content_col .latest_txt_content h1 {
  font-family: "Museo Sans 900";
  font-size: 50px;
  color: #0090df;
  margin-bottom: 15px;
}
.latest_post_section .latest_img_block {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sustaine_banner_wrapper {
  position: relative;
}

@media (max-width: 992px) {
  .latest_post_section {
    flex-direction: column;
  }
  .latest_post_section .latest_img_block {
    position: relative;
    padding: 200px 0;
    width: 100%;
  }
  .latest_post_section .latest_content_col {
    width: 100%;
  }
  .latest_post_section .latest_content_col .latest_txt_content {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .latest_post_section .latest_content_col .latest_txt_content h1 {
    font-size: 32px;
  }
}
.mega_menu {
  min-width: 900px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f2f2f2;
  padding: 15px;
  display: none;
}
.mega_menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  background: url(../img/menu_hvr.png) no-repeat;
  width: 37px;
  height: 20px;
  z-index: 12;
  margin-top: -20px;
}
.mega_menu .mega_wrapper .main_mega_menu {
  padding: 15px 0;
  position: relative;
}
.mega_menu .mega_wrapper .main_mega_menu a {
  display: inline-block;
  color: #000;
  padding: 10px;
  font-size: 14px;
  font-family: "Museo Sans 500";
  position: relative;
}
.mega_menu .mega_wrapper .main_mega_menu a.heading_menu {
  font-size: 16px;
  font-family: "Museo Sans 700";
}
.mega_menu .mega_wrapper .main_mega_menu > ul > li {
  align-items: flex-end;
  position: relative;
}
.mega_menu .mega_wrapper .main_mega_menu > ul > li .dropdown-toggle:after {
  position: absolute;
  color: #0090df;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.mega_menu .mega_wrapper .main_mega_menu > ul > li .dropdown-menu {
  background-color: #e6e6e6;
  left: 100%;
  top: 0;
  z-index: 0;
  position: relative !important;
  transform: none !important;
  padding: 15px 0 !important;
  border: none;
}
.mega_menu .mega_wrapper .main_mega_menu > ul > li .dropdown-menu a {
  display: block;
  color: #000;
  padding: 10px 15px;
  font-size: 14px;
  font-family: "Museo Sans 500";
  position: relative;
  word-break: break-word;
  width: 100%;
  white-space: inherit;
}
.mega_menu .mega_wrapper .main_mega_menu > ul > li .dropdown-menu a:hover {
  background-color: #f2f2f2;
}

.home-banner-search-box .autocomplete-div {
  border-radius: 1px !important;
  z-index: 9;
  overflow: auto;
  padding: 15px 0 !important;
  border: none !important;
}
@media (max-width: 767px) {
  .home-banner-search-box .autocomplete-div {
    width: 250px !important;
  }
}
.home-banner-search-box .autocomplete-div ul {
  max-height: 280px;
  overflow: hidden;
  overflow-y: auto;
}
.home-banner-search-box .autocomplete-div ul li a {
  display: block;
  padding: 10px 12px;
  color: #000;
  font-size: 14px;
}
.home-banner-search-box .autocomplete-div ul li a:hover {
  background: #e5e2e2;
}

.desktop_header {
  display: block;
}
@media (max-width: 1200px) {
  .desktop_header {
    display: none;
  }
}

.mobile_header_wrapper {
  display: none;
}
@media (max-width: 1200px) {
  .mobile_header_wrapper {
    display: block;
    width: 100%;
    padding: 0 30px;
    height: 70px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    background: #ffffff;
  }
  .mobile_header_wrapper.mobile_header_wrapper_fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
  }
}
@media (max-width: 1200px) and (max-width: 767px) {
  .mobile_header_wrapper {
    padding: 0 15px;
  }
}
.mobile_header_wrapper .nav_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.mobile_header_wrapper .nav_block .logo_mob .main_logo {
  display: block;
  width: 145px;
}
.mobile_header_wrapper .nav_block .mobile_tog_btn {
  width: 23px;
  height: 15px;
  position: relative;
  background: none;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.mobile_header_wrapper .nav_block .mobile_tog_btn span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #707070;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.mobile_header_wrapper .nav_block .mobile_tog_btn span:nth-child(1) {
  top: 0px;
}
.mobile_header_wrapper .nav_block .mobile_tog_btn span:nth-child(2) {
  top: 7px;
}
.mobile_header_wrapper .nav_block .mobile_tog_btn span:nth-child(3) {
  top: 14px;
}
.mobile_header_wrapper .nav_block .mobile_tog_btn.mobile_tog_btn_active span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mobile_header_wrapper .nav_block .mobile_tog_btn.mobile_tog_btn_active span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.mobile_header_wrapper .nav_block .mobile_tog_btn.mobile_tog_btn_active span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.mobile_nav_sider {
  position: fixed;
  right: 0;
  top: 70px;
  transform: translateX(9999px);
  background: #ffffff;
  width: 40%;
  height: 100%;
  z-index: 999;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  transition: all 0.7s ease-in-out;
}
@media (max-width: 767px) {
  .mobile_nav_sider {
    width: 90%;
  }
}
.mobile_nav_sider .sider_inner {
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  padding-bottom: 30px;
}
.mobile_nav_sider .sider_menu_block .dropdown::before {
  background-image: none;
}
.mobile_nav_sider .sider_menu_block > ul > li > a {
  display: flex;
  color: #000;
  padding: 20px 15px;
  position: relative;
  justify-content: space-between;
}
.mobile_nav_sider .sider_menu_block > ul > li > a.dropdown-toggle::after {
  display: none;
}
.mobile_nav_sider .sider_menu_block > ul > li > a.dropdown-toggle i {
  transition: all 0.3s linear;
}
.mobile_nav_sider .sider_menu_block > ul > li > a.dropdown-toggle.show i {
  transform: rotate(-90deg);
}
.mobile_nav_sider .sider_menu_block > ul > li .dropdown-menu {
  position: relative !important;
  transform: none !important;
  border: none;
  padding: 15px 0;
  margin: 0;
  background: #f5f5f5;
}
.mobile_nav_sider .sider_menu_block > ul > li .dropdown-menu > li {
  padding: 0 15px;
  position: relative;
  margin-bottom: 20px;
}
.mobile_nav_sider .sider_menu_block > ul > li .dropdown-menu > li > .dropdown-menu {
  background: #dfdfdf;
  margin-top: 15px;
  border-radius: 1px;
}
.mobile_nav_sider .sider_menu_block > ul > li .dropdown-menu > li > .dropdown-menu .dropdown-menu {
  background: #c1c1c1;
  margin-top: 15px;
  border-radius: 1px;
}
.mobile_nav_sider .sider_menu_block > ul > li .dropdown-menu > li a {
  display: inline-block;
  font-size: 14px;
  color: #000;
  position: relative;
}
.mobile_nav_sider .sider_menu_block > ul > li .dropdown-submenu {
  position: relative;
}
.mobile_nav_sider .sub_mobnav_btn {
  padding: 0;
  background: none;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 15px;
  color: #0090df;
}
.mobile_nav_sider .sub_mobnav_btn.sub_mobnav_btn_active {
  transform: rotate(-90deg);
}
.mobile_nav_sider.mobile_nav_sider_active {
  transform: translateX(0);
}

.mobile_menu_full {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.menu_right_controls {
  padding: 20px 15px;
  display: flex;
}

.home_video_wrap {
  padding-top: 10px;
  padding-bottom: 50px;
  background: #e8e8e8;
  position: relative;
}
.home_video_wrap .title_div h1 {
  position: relative;
  padding: 35px 0 73px 0;
  font-size: 50px;
  line-height: 60px;
  color: #0090df;
  font-family: "Museo Sans 900";
}
@media (max-width: 767px) {
  .home_video_wrap .title_div h1 {
    padding: 25px;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .homecatalghi_banner_area {
    min-height: 504px;
  }
}
.homecatalghi_banner_area .homecatalghi_banner_txt {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .homecatalghi_banner_area .homecatalghi_banner_txt {
    padding: 30px 0;
  }
}
.homecatalghi_banner_area .homecatalghi_banner_txt h1 {
  color: #0090df;
}
@media (max-width: 767px) {
  .homecatalghi_banner_area .homecatalghi_banner_txt h1 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .eng-lang .nostre_certifcate_wrapper {
    min-height: 685px;
  }
}

.woocommerce .woocommerce-pagination {
  margin-top: 30px;
}
.woocommerce .woocommerce-pagination ul {
  border: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce .woocommerce-pagination ul li {
  margin: 0 5px;
  display: block;
  border-right: none !important;
}
.woocommerce .woocommerce-pagination ul li a {
  width: 35px !important;
  height: 35px !important;
  line-height: 35px !important;
  display: block;
  padding: 0 !important;
  color: #000 !important;
}
.woocommerce .woocommerce-pagination ul li a:hover {
  background: none !important;
  color: #3898e1 !important;
}
.woocommerce .woocommerce-pagination ul li a:focus {
  background: none !important;
  color: #3898e1 !important;
}
.woocommerce .woocommerce-pagination ul li span.current {
  background: #3898e1 !important;
  color: #fff !important;
  border-radius: 50%;
  width: 35px !important;
  height: 35px !important;
  line-height: 35px !important;
  display: block;
  padding: 0 !important;
}

.custom-pagination ul {
  border: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-pagination ul li {
  margin: 0 5px;
  display: block;
  border-right: none !important;
}
.custom-pagination ul li a {
  width: 35px !important;
  height: 35px !important;
  line-height: 35px !important;
  display: block;
  padding: 0 !important;
  color: #000 !important;
  text-align: center;
}
.custom-pagination ul li a:hover {
  background: none !important;
  color: #3898e1 !important;
}
.custom-pagination ul li a:focus {
  background: none !important;
  color: #3898e1 !important;
}
.custom-pagination ul li span.current {
  background: #3898e1 !important;
  color: #fff !important;
  border-radius: 50%;
  width: 35px !important;
  height: 35px !important;
  line-height: 35px !important;
  display: block;
  padding: 0 !important;
  text-align: center;
}

@media (min-width: 1931px) {
  .sustaine_banner_wrapper {
    min-height: 655px;
  }
  .carousel_sec::before {
    border-left: 2600px solid #fff;
  }
  .cataloghi_banner_area {
    min-height: 700px;
  }
  .cataloghi_banner_area {
    min-height: 700px;
  }
  .nostre_certifcate_wrapper {
    min-height: 675px;
  }
  .nostre_certifcate_wrapper .banner_txt_content p {
    font-size: 23px;
    line-height: 30px;
  }
  .certificate_para p {
    font-size: 21px;
    line-height: 30px;
  }
  .categoria_blog_wrapper {
    min-height: 700px;
  }
  .categoria_blog_wrapper .heading_wrap h1 {
    font-size: 38px;
  }
  .about_sec {
    padding: 245px 0 67px 0;
  }
  .single-gruppo .banner_img {
    top: 153px;
  }
  .feature-wrap .feature_inner .feature_img {
    min-height: 195px;
  }
  .flip_tab_wrap .tab_img {
    margin-bottom: 30px;
  }
  .dal_blog_wrapper {
    padding-top: 50px;
  }
  .dal_blog_wrapper::before {
    border-left: 3000px solid #fff;
  }
}
@media only screen and (min-device-width: 1279px) and (max-device-width: 1446px) {
  .sustaine_banner_wrapper {
    min-height: 350px;
  }
  .detail_banner_wrapper {
    padding: 80px 0;
  }
  .nostre_certifcate_wrapper {
    min-height: 425px;
  }
  .nostre_certifcate_wrapper .banner_img {
    top: 50px;
  }
  .banner_txt_content {
    width: 41%;
    padding: 25px 0;
  }
  .banner_txt_content p {
    font-size: 16px;
    line-height: 21px;
  }
  .certificate_para {
    padding-top: 0;
  }
  .sustain_para {
    padding-top: 30px;
  }
  .feature-wrap .feature_inner .feature_img {
    min-height: 195px;
  }
  .cataloghi_banner_area {
    min-height: 415px;
  }
  .product_tab_sec {
    padding-top: 50px;
  }
  .certificate_banner .banner_img {
    padding-top: 80px;
  }
  .flip_tab_wrap .tab_img {
    margin-bottom: 30px;
  }
}
.video_products_listing_wrapper {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .video_products_listing_wrapper {
    padding-top: 43px;
  }
}
.video_products_listing_wrapper .title_div h1 {
  position: relative;
  padding: 35px 0 65px 0;
  font-size: 50px;
  line-height: 60px;
  color: #0090df;
  font-family: "Museo Sans 900";
}
@media (max-width: 767px) {
  .video_products_listing_wrapper .title_div h1 {
    padding: 25px;
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .video_products_listing_wrapper .video_product_list_sec .col-md-4 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .video_products_listing_wrapper .video_product_list_sec {
    padding: 0 50px;
  }
  .video_products_listing_wrapper .video_product_list_sec .col-md-4 {
    width: 100%;
  }
}
.video_products_listing_wrapper .video_product_list_sec .video_each_product {
  width: 100%;
  overflow: hidden;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .video_products_listing_wrapper .video_product_list_sec .video_each_product {
    width: 100%;
    margin-bottom: 50px;
  }
  .video_products_listing_wrapper .video_product_list_sec .video_each_product:last-child {
    margin-bottom: 0;
  }
}
.video_products_listing_wrapper .video_product_list_sec .video_each_product .video_block {
  margin-bottom: 22px;
}
.video_products_listing_wrapper .video_product_list_sec .video_each_product .video_block span {
  display: block;
  width: 260px;
}
@media (max-width: 768px) {
  .video_products_listing_wrapper .video_product_list_sec .video_each_product .video_block span {
    width: 100%;
  }
}
.video_products_listing_wrapper .video_product_list_sec .video_each_product .product_desc h3 {
  color: #000000;
  font-size: 20px;
  font-family: "Museo Sans 900";
  margin-bottom: 8px;
}
.video_products_listing_wrapper .video_product_list_sec .video_each_product .product_desc p {
  line-height: 22px;
}
@media (max-width: 768px) {
  .video_products_listing_wrapper .video_product_list_sec .video_each_product .product_desc p {
    font-size: 15px;
  }
}
.video_products_listing_wrapper .video_product_list_sec .video_each_product .product_desc .site-button {
  margin-top: 30px;
  display: block;
  width: 171px;
}
@media (max-width: 768px) {
  .video_products_listing_wrapper .video_product_list_sec .video_each_product .product_desc .site-button {
    margin-top: 27px;
    margin-bottom: 50px;
  }
}

.reseau_map_img {
  background-color: #f2f2f2;
  padding: 64px 0 83px 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .reseau_map_img {
    padding: 64px 0 30px 0;
  }
}
.reseau_map_img .reseau_title h2 {
  color: #0090df;
  font-family: "Museo Sans 900";
  font-size: 50px;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .reseau_map_img .reseau_title h2 {
    font-size: 42px;
    text-align: center;
    text-transform: capitalize;
  }
}
.reseau_map_img .reseau_content_img .img_block span {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}

/*# sourceMappingURL=style.css.map */
