:root {
  --primary-color: #f27e01;
  --secondary-color: #ececec;
  --primary-color-light: #e3e2e1;
  --primary-color-dark: #000;

  --primary-font: "Roboto", serif;
}
.btn-primary {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}
.icona-lavorazione-home {
  width: 88px !important;
  height: 88px !important;
  max-width: 88px !important;
  margin: 0 !important;
}
.blocco-lavorazioni {
  display: flex;
  gap: 20px;
}
.blocco-lavorazioni h2 {
  display: inline-block;
  width: auto;
}
.logo-img {
  padding: 10px 0;
  width: 250px;
  text-align: center;
}
.navbar {
  background-color: var(--secondary-color);
  position: relative;
}

.richiediPrev {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 90px;
  display: block;
  background-color: var(--primary-color);
  color: #fff;
  padding: 13px 60px 13px 30px;
  font-size: 17px;
  font-weight: 500;
  border-bottom-left-radius: 30px;
}
.nav-scroll .richiediPrev {
  top: 80px;
  padding: 8px 60px 8px 30px;
}
.richiediPrev span {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}
.richiediPrev:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #f4f4f4;
  color: #272727;
  -webkit-transition: all 0.3sease;
  transition: all 0.3sease;
  border-bottom-left-radius: 30px;
}

.richiediPrev:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.richiediPrev:hover span {
  color: #272727;
}
.nav-scroll .logo-img {
  width: 205px;
}
.navbar .navbar-nav .nav-link {
  color: var(--primary-color-dark);
  letter-spacing: 0;
  font-family: var(--primary-font);
  font-weight: 400;
  text-transform: inherit;
  font-size: 17px;
}
.navbar .navbar-nav .active,
.navbar .navbar-nav .nav-link:hover,
.navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
  color: var(--primary-color);
  font-weight: 500;
  border-bottom: none;
}
.nav-scroll {
  position: fixed;
  background-color: var(--secondary-color);
}
.slider .owl-item,
.slider-fade .owl-item {
  height: 90vh;
  position: relative;
}
.header {
  min-height: 90vh;
  overflow: hidden;
}
.header .caption h1 {
  font-family: var(--primary-font);
  font-weight: normal;
  letter-spacing: 2px;
  font-size: 40px;
  line-height: 1;
  color: var(--primary-color);
  text-shadow: 0px 0px 22px rgba(0, 0, 0, 1);
  text-transform: inherit;
}

.slide-text {
  /*background-color: #fff;*/
  padding: 30px 50px;
}
.slide-text h1 {
}
.header .caption p {
  letter-spacing: 1px;
}
.navbar .navbar-nav .active {
  color: var(--primary-color) !important;
}
.conf {
  border: solid 1px #000;
}
.conf:hover {
  background-color: var(--primary-color);
  margin: 0;
}
.conf .nav-link:hover {
  color: var(--secondary-color) !important;
}
.container.auto-container {
  max-width: 80% !important;
}
.sec-img {
  display: block !important;
  position: relative;
}
.cov-img {
  background-size: cover;
  background-position: center;
}
.height-sm,
.height-sm img {
  height: 300px;
  object-fit: cover;
}

.height-ms,
.height-ms img {
  height: 400px;
  object-fit: cover;
}

.height-md,
.height-md img {
  height: 500px;
  object-fit: cover;
}

.height-ml,
.height-ml img {
  height: 700px;
  object-fit: cover;
}

.height-xl,
.height-xl img {
  height: 900px;
  object-fit: cover;
}
.bg-dark hr,
.bg-middle hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid var(--primary-color-light);
}
.bg-light hr,
.bg-white hr {
  border-top: 1px solid var(--primary-color-dark);
}
.bg-dark {
  background-color: var(--primary-color-dark) !important;
}
.bg-light {
  background-color: var(--primary-color-light) !important;
}
.bg-white {
  background-color: #fff;
}
.bg-middle {
  background-color: var(--primary-color) !important;
}
.projects .item .con h6,
.projects .item .con h6 a {
  color: var(--primary-color);
  font-family: var(--primary-font);
  font-weight: 700;
  letter-spacing: 1px;
}
.projects .item .con h5,
.projects .item .con h5 a {
  font-family: var(--primary-font);
  letter-spacing: 0;
  font-size: 19px;
  font-weight: 500;
}
.projects .item .con i:hover {
  color: var(--primary-color);
}

.projects .item,
.projects .item .position-re.o-hidden {
  height: 350px;
  display: block;
}

.projects .item .con {
  background: linear-gradient(
    to bottom,
    transparent 0,
    #27272700 2%,
    #272727c4 90%
  );
}
.projects-catalogo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.slider-fade .owl-theme .owl-nav [class*="owl-"],
.project-page .owl-theme .owl-nav [class*="owl-"] {
  background: #ffffffdb;
  border-radius: 100%;
  color: rgb(0 0 0);
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  transform: scale(0.9);
  background: #f27e01 !important;
  border: 1px solid #f27e01;
  color: #ffffff !important;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.section-title {
  font-family: var(--primary-font);
  letter-spacing: 1px;
  text-transform: inherit;
}
.section-content p {
  font-size: 18px;
  font-family: var(--primary-font);
  font-weight: 300;
  letter-spacing: 1px;
}
.section-content p b {
  font-weight: 600;
  color: var(--primary-color-dark);
}
.section-content p span {
  font-style: italic;
  font-weight: 600;
}
.slider-grid-bg .title {
  font-family: var(--primary-font);
  letter-spacing: 1px;
}
.title-md,
.title-sm {
  font-family: var(--primary-font);
}
.main-footer .fothead h6 {
  color: var(--primary-color-dark);
}
.bg-grey.main-footer .sub-footer p,
.bg-grey.main-footer p {
  color: var(--primary-color-light) !important;
}

.bg-dark .section-content .title-xl,
.bg-middle .section-content .title-xl,
.bg-dark .section-content p,
.bg-middle .section-content p,
.bg-dark .section-content .title-sm,
.bg-dark .section-content .title-lg,
.bg-middle .section-content .title-sm,
.bg-middle .section-content .title-lg,
.bg-dark .section-content .title-md,
.bg-middle .section-content .title-md {
  /* color: var(--primary-color-light) !important; */
  color: #fff !important;
}

.bg-light .section-content .title-xl,
.bg-light .section-content .title-lg,
.bg-white .section-content .title-xl,
.bg-white .section-content .title-lg {
  color: var(--primary-color-dark);
}

.bg-light .section-content .title-md,
.bg-light .section-content .title-sm,
.bg-light .section-content p,
.bg-white .section-content .title-md,
.bg-white .section-content .title-sm,
.bg-white .section-content p {
  color: var(--primary-color-dark);
}
.butn-dark a,
input[type="submit"] {
  background-color: var(--primary-color);
  font-weight: 500;
  font-size: 17px;
}
.butn-light a {
  background-color: #fff;
  color: var(--primary-color);
  font-weight: 500;
  font-size: 17px;
  border: transparent;
}
.butn-dark a,
.butn-light a,
input[type="submit"] {
  border-radius: 0;
  letter-spacing: 1px;
  text-transform: inherit;
  font-family: var(--primary-font);
}
.butn-dark a:hover:after,
.butn-light a:hover:after {
  border-radius: 0;
}
.butn-light a:after {
  background-color: var(--primary-color-dark);
  border: none;
}
.butn-light a:hover span {
  color: #fff;
}
.bg-middle .item p {
  color: var(--primary-color-light);
  font-family: var(--primary-font);
}
.bg-middle .item h5 {
  color: var(--primary-color-light);
  font-family: var(--primary-font);
  font-size: 25px;
  letter-spacing: 1px;
}
.services .item:hover {
  background: var(--primary-color-dark);
}
.services .item:hover .numb {
  -webkit-text-stroke: 1px var(--secondary-color);
}
.services .item:hover .line:after {
  background-color: var(--secondary-color);
}
.title-xl {
  font-size: 120px;
  margin-bottom: 0;
  line-height: 1;
}

.title-lg {
  font-size: 60px;
}

.title-md {
  font-size: 40px;
  line-height: 1;
  text-transform: inherit;
  margin-bottom: 0;
  text-align: left;
}
.title-md span {
  font-style: italic;
  color: inherit;
}
.title-sm {
  text-transform: none;
  font-size: 30px;
  letter-spacing: 0;
}
.slider-grid-bg {
  padding-top: 300px;
}
.mt-custom-200 {
  margin-top: -200px;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
select,
textarea {
  color: var(--primary-color-dark);
  font-family: var(--primary-font);
  border-bottom: 1px solid var(--primary-color-dark);
  font-weight: normal;
  margin-bottom: 10px;
}
::placeholder {
  color: var(--primary-color-dark);
  font-weight: 300;
  letter-spacing: 1px;
  font-family: var(--primary-font);
}
.fz-15 {
  font-size: 15px !important;
}
.list-custom li {
  height: 20px;
  position: relative;
  display: inline-block;
}
.list-custom li:before {
  content: "";
  position: absolute;
  padding: 6px;
  background: var(--primary-color-light);
  left: 0;
  top: 9px;
}
.partner [data-overlay-dark]:before {
  background: #edece6;
}
.text-dark {
  color: var(--primary-color-dark) !important;
}
.main-footer {
  padding: 0;
  border-top: transparent;
  position: initial;
}
.main-footer .sub-footer {
  margin-top: 0;
}
.main-footer .abot .social-icon a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 17px;
  background-color: var(--primary-color);
  border: 1px solid #f4f4f4;
  color: #fff;
}
.main-footer .abot .social-icon a:hover {
  border: 1px solid var(--primary-color);
  background: transparent;
  color: var(--primary-color);
}
.banner-header {
  height: 30vh;
  z-index: -2;
}
.banner-img:after {
  background: linear-gradient(
    to top,
    rgb(237 236 230) 0%,
    rgba(255, 255, 255, 0.8) 100%,
    rgba(255, 255, 255, 0.5) 100%
  );
  object-fit: cover;
}
[data-overlay-light]:before {
  background: #edece6;
}
.sidebar-title h4 {
  font-family: var(--primary-font);
  letter-spacing: 1px;
  font-size: 30px;
}
.sidebar .sidebar-widget .widget-inner {
  position: relative;
  display: block;
  padding: 45px 30px;
  background: var(--primary-color-light);
  border-radius: 10px;
}
.blog-sidebar .widget {
  background: transparent;
}
.blog-sidebar .widget {
  margin-bottom: 10px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
}

.sidebar .services ul li:before {
  background: #f27e01;
  border-radius: 10px;
  overflow: hidden;
}
.sidebar .services ul.sottomenu-cat li.active:before {
  background: #b35c00;
}
.sidebar .services ul.sottomenu-cat li:before {
  background: #cd6900;
}
.sidebar .services ul.sottomenu-cat li > a:after {
  content: "";
}
.sottomenu-cat {
  margin-left: 10px;
}
.sidebar .services ul.menu-categorie > li.active > a:after {
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari */
  transform: rotate(90deg);
}
.sidebar .services .sottomenu-cat li:before {
  background-color: var(--primary-color);
  border-radius: 0;
}
.contact-section a:hover {
  color: var(--secondary-color);
}
.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
  color: var(--primary-color-light);
}
.progress-wrap svg.progress-circle path {
  stroke: var(--primary-color);
}
.progress-wrap::after {
  color: var(--primary-color);
}
.bauen-pagination-wrap li a.active,
.bauen-pagination-wrap li a:hover {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.bauen-pagination-wrap li a {
  border: 1px solid var(--secondary-color);
}
.scroll-to-top {
  position: fixed;
  /* right: 20px; */
  bottom: 20px;
  width: 44px;
  height: 44px;
  font-size: 25px;
  padding: 0 0 0 10px;
  line-height: 38px;
  border-radius: 100%;
  color: #ffffff;
  background: #55c500;
}
.icon-fixed img {
  color: #fff;
  width: 25px;
}
.icon-whats {
  left: 50px;
  margin-left: 0;
}
.services .item:hover {
  background: #ffffff;
}
.services .item h5 {
  font-family: var(--primary-font);
  letter-spacing: 0;
  font-weight: 400;
  font-size: 20px;
}
.services .item {
  padding: 30px 30px;
}
.testimonials-box .head-box h4 {
  font-family: var(--primary-font);
  letter-spacing: 0;
}
.testimonials .item .info .cont {
  margin-left: 0;
}
.testimonials .item .info h6 {
  font-family: var(--primary-font);
  color: var(--primary-color);
}
.owl-carousel .rating img {
  width: 100px;
  height: 40px;
  object-fit: contain;
}
.circle-fill circle {
  opacity: 1;
  fill: rgb(242 126 1 / 65%);
}
.vid-area h5 {
  font-family: var(--primary-font);
  letter-spacing: 0;
  font-size: 30px;
}
.testimonials-box {
  margin-bottom: 40px;
}
.navbar .navbar-toggler-icon,
.navbar .icon-bar {
  color: var(--primary-color);
}
.banner-img:after {
  background: transparent;
}

.centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-title span {
  color: #f27e01;
}
.pricing-card-list li i {
  top: 15px;
  color: #f27e01;
}
.accordion-box .block {
  background: #ececec;
}
.accordion-box .block .acc-btn .count,
.accordion-box .block .acc-btn.active {
  color: #f27e01;
}
.imgCont {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary-font);
  letter-spacing: 1px;
  text-transform: inherit;
}

:root {
  --coloreVociCategorie: #014478;
  --coloreVociCategorieHover: #87a6bf;
  --coloreVociCategorieActive: #63829b;
  --coloreVociSottocategorie: #2d7ebd;
  --coloreVociSottocategorieHover: #3d4850;
  --coloreVociSottocategorieActive: #1a5b8d;
}

.menuDropDown {
  display: none;
  width: 100%;
  height: 38px;
  color: #555;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  border: 1px solid #cccccc;
  padding: 0.5rem;
}
.side_menu {
  display: block;
  font-family: sans-serif;
  margin-bottom: 0 !important;
}

.side_menu,
.side_menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.side_menu ul {
  /*background-color: rgba(0, 0, 0, 0.2);*/
}

.side_menu > li {
  font-size: 18px;
  font-weight: bold;
  padding: 0 !important;
}
.side_menu > li.active {
}
.side_menu > li li {
  padding: 0 0 0 10px !important;
}
.side_menu a {
  font-family: "futura-pt", "Source Sans Pro", Helvetica, Arial, sans-serif;
  display: block;
  position: relative;
  padding: 6px 20px 6px 10px;
  color: var(--coloreVociCategorie);
  text-decoration: none;
}

.side_menu > li > a {
  color: var(--coloreVociCategorie);
}
.side_menu > li.active > a {
  color: var(--coloreVociCategorieActive);
}

.side_menu a:hover {
  color: #fff;
  background-color: var(--primary-color);
  text-decoration: none;
}

.side_menu > li.active > a:hover {
  opacity: 0.8;
}

.has_child > a:after {
  content: "\f101";
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
}

.has_child.opened > a:after {
  content: "\f103";
}

.side_menu ul {
  display: none;
}

li.opened > ul {
  display: block;
}

.submenu {
  font-size: 90%;
}

.side_menu > li > a {
  padding-left: 20px;
  color: var(--primary-color-dark);
  /* background-color: var(--primary-color); */
  border-radius: 0;
  margin-bottom: 10px;
  border-bottom: solid 1px var(--primary-color);
  font-weight: 500;
}

.submenu a {
  color: var(--coloreVociSottocategorie) !important;
}
.submenu li.active a {
  color: var(--coloreVociSottocategorieActive) !important;
}
.side_menu .submenu li > a:hover,
.side_menu .submenu li > a:active,
.side_menu .submenu li > a:hover:active {
  color: var(--coloreVociSottocategorieHover) !important;
}

.side_menu li.active > a,
.side_menu li.active > a:hover,
.side_menu li.active > a:active,
.side_menu li.active > a:hover:active {
  color: #fff !important;
  background-color: #ffb05b;
  /*background-color: #fff !important;*/
  text-decoration: underline;
  font-weight: bold;
}
.submenu li.active > a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 992px) {
  .menuDropDown {
    display: block;
  }
  .side_menu {
    display: none;
  }
}

.blog-sidebar .widget {
  padding: 0;
}

.flex {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.flex div {
  width: 100%;
  max-width: 350px;
  height: 160px;
  /*padding: 20px 20px;*/
  margin: 10px;
  /* text-align: center;
            border-radius: 5px 5px 30px 5px;
            background: #FFF;
			border: 2px solid #f27e01;
            color: #fff;
            box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);*/
}
.flex div h1 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 4.5rem;
  color: #f27e01;
}
.flex div hr {
  border: 3px solid #f27e01;
}
.flex div h3 {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0;
  color: #f27e01;
}

.w100 {
  width: 100% !important;
}

.holdAnnuncio {
  border: 1px solid #a4a4a4;
  padding: 30px;
  margin-bottom: 30px;
  border-bottom-right-radius: 60px;
}
.holdAnnuncio .data {
  font-size: 15px;
  color: #f27e01;
  display: none;
}
.puntoVendita {
  border: 1px solid #a4a4a4;
  padding: 30px;
  margin-bottom: 30px;
  border-bottom-right-radius: 60px;
  height: 100%;
}
.puntoVendita .holdImg {
  display: block;
  height: 180px;
  position: relative;
  margin-bottom: 20px;
}
.puntoVendita .holdImg > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.puntoVendita p.mb-0{
	display: block;
	min-height: 28px;
}
.imgThumbNews {
  display: block !important;
  position: relative;
  height: 200px;
  background-color: #fafafa;
  margin-bottom: 20px;
}
.imgThumbNews > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.imgThumbNews:after {
  font-family: "FontAwesome";
  content: "\f00e";
  color: #fff;
  font-size: 36px;
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
  opacity: 0;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.imgThumbNews:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.imgThumbNews:hover:after,
.imgThumbNews:hover:before {
  opacity: 1;
}
.text-desc {
  font-size: 16px !important;
  line-height: 1.2;
  overflow: hidden;
  color: var(--primary-color);
  font-weight: 600;
  height: 100px;
  background-color: #ececec;
  padding: 15px;
  border-radius: 0 0 20px 20px;
}

@media only screen and (max-width: 1600px) {
  .title-lg {
    font-size: 50px;
  }
  /* .parallaxElement {
          background-attachment: scroll;
      } */
}
@media only screen and (max-width: 1400px) {
  .title-lg {
    font-size: 40px;
  }
  .icona-lavorazione-home {
    width: 68px !important;
    height: 68px !important;
    max-width: 68px !important;
    margin: 0 !important;
  }
}
@media only screen and (max-width: 1220px) {
  .owl-nav {
    position: absolute;
    bottom: 7%;
    right: 2%;
  }
  .icon-whats {
    left: 30px;
    margin-left: 0;
  }
  .projects .item .con h5,
  .projects .item .con h5 a {
    font-family: var(--primary-font);
    letter-spacing: 0;
    font-size: 20px;
    font-weight: 500;
  }
  .header .caption h1 {
    font-size: 30px;
  }
  .logo-img {
    padding: 10px 0;
    width: 200px;
    text-align: center;
  }
  .title-lg {
    font-size: 30px;
  }
  .title-xl {
    font-size: 100px;
  }
  .icona-lavorazione-home {
    width: 58px !important;
    height: 58px !important;
    max-width: 58px !important;
    margin: 0 !important;
  }
  .navbar .navbar-nav .nav-link {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 1024px) {
  .nav-scroll .logo-wrapper {
    padding: 0 10px;
  }
  .logo-wrapper {
    float: left;
    padding: 2px 0 26px 15px;
  }
  .title-sm {
    font-size: 20px;
    letter-spacing: 0;
  }
  .container.auto-container {
    max-width: none !important;
  }

  .title-xl {
    font-size: 5rem;
  }

  .title-md {
    font-size: 45px;
  }

  .mt--90 {
    margin-top: -60px;
    z-index: -1;
  }

  .height-md,
  .height-md img {
    height: 300px;
  }

  .height-ml,
  .height-ml img {
    height: 400px;
  }

  .height-xl,
  .height-xl img {
    margin-top: 20px;
    height: 600px;
  }
  .title-sm {
    text-transform: none;
    font-size: 30px;
  }
  .banner-header {
    height: 30vh;
    z-index: -2;
  }
  .title-lg {
    font-size: 40px;
  }
  .navbar .navbar-nav .nav-link {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    width: 260px;
    background-color: #f5f5f5;
  }
}
@media screen and (max-width: 991px) {
  .navbar .navbar-collapse {
    background: var(--primary-color-light);
    position: relative;
    z-index: 101;
  }
  .navbar .navbar-collapse .active,
  .navbar .navbar-collapse .navbar-collapse {
    color: var(--primary-color) !important;
    border-bottom: solid 1px var(--primary-color);
  }
  .slider-fade .item {
    background-size: contain;
    background-color: #2a2a2a;
  }

  .header {
    min-height: 0;
  }

  .slider .owl-item,
  .slider-fade .owl-item {
    height: 56vw;
  }

  .slider .item,
  .slider-fade .item {
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) {
  .menuDropDown {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .video-container {
  }
  .title-sm {
    text-transform: none;
    font-size: 25px;
  }
  .contact-section.pt-0 {
    padding-top: 50px !important;
  }
}

@media only screen and (max-width: 500px) {
  .header .caption h1 {
    font-family: var(--primary-font);
    font-weight: normal;
    letter-spacing: 2px;
    font-size: 25px;
    line-height: 1;
    color: #fff;
    text-transform: inherit;
  }
  .icon-whats {
    left: 20px;
    margin-left: 0;
  }
  .banner-header {
    height: 10vh;
    z-index: -2;
  }
  .header,
  .slider .owl-item,
  .slider-fade .owl-item {
    /*    	height: 60vh;*/
    height: 76vw;
  }

  .slide-text {
    padding: 10px 30px;
  }

  .title-lg {
    font-size: 35px;
  }

  .title-md {
    font-size: 28px;
  }
}

.credits_link {
  color: #38b5e6 !important;
  font-weight: 700;
  font-family: sans-serif;
}

.credits_link:hover {
  color: #38b5e6 !important;
}

.credits_link:before {
  content: "";
  vertical-align: middle;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url(https://www.clion.it/favicon-96x96.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;

  transition: all 450ms ease;
}

.credits_link:hover:before {
  transform: rotateZ(360deg) rotateY(360deg);
}

.banner-header {
  display: none !important;
}

@media (max-width: 991px) {
  .sidebar-title h4 {
    font-size: 15px;
  }

  .sidebar .sidebar-widget .widget-inner {
    padding: 15px;
    margin-bottom: 15px;
  }

  .blog-sidebar .widget,
  .blog-sidebar .widget select {
    margin-bottom: 0;
  }

  .blog-sidebar .widget select {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .section-title {
    font-size: 26px;
    padding-top: 30px;
  }

  .main-footer .abot .social-icon {
    text-align: center;
  }

  .section-padding {
    padding: 60px 0 20px 0;
  }

  .services .item {
    padding: 10px 30px;
    margin-bottom: 15px;
  }

  .testimonials-box {
    transform: translate3d(0px, 0px, 0px) !important;
    opacity: 1 !important;
  }
}
