.text-center {
    text-align: center;
}
.header-main__logo--img {
    max-width: 160px;
}
ul.sub-menu.type-product li a {
    font-weight: bold !important;
    text-decoration: none !important;
}
#myVideo {
    position: relative;
    min-width: 100%;
    min-height: 100%;
}
video {
    background-size: cover;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.aboutus-section {
    position: relative;
    padding: 120px 0;
}
.abt-vector {
    position: absolute;
    left: -60px;
    top: 100px;
    z-index: -1;
}
.abt-vector img {
    width: 400px;
    height: 500px;
}
.aboutus-section .about-text {
    padding-top: 40px;
}
.aboutus-section .about-text h5 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.aboutus-section .about-text h1 {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    padding-bottom: 20px;
}
.aboutus-section .abt-img {
    margin-right: 30px;
}
.aboutus-section .abt-img img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    object-position: center;
}
.model-04__animation-01.mt-5 {
    margin-top: 6rem;
}
.sec-title h2 {
    font-size: 48px;
    font-weight: bold;
    line-height: 60px;
    font-style: normal;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
}
.surface-sec .client-logo-box {
    text-align: center;
}
.surface-sec .client-logo-box img {
    height: 160px;
    filter: gray;
    filter: grayscale(100%);
    object-fit: contain;
}
.footer__bottom p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
    padding: 15px 0;
    text-align: center;
    color: #b5b2b2;
}
.footer__bottom p a {
    color: #fff;
}
.menu-left li.whatsapp span {
    display: block;
    padding: 10px 0px 10px;
    font-size: 16px !important;
    color: black;
    cursor: pointer;
}

  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    background: transparent;
    width: 55px;
    height: 55px;
    line-height: 53px;
    margin-top: -30px;
    text-align: center;
    border: 2px solid #d4d3d3;
    border-radius: 55px;
    opacity:0;
    visibility:hidden;
    transition:all .3s ease;
  }
  .hero-slider:hover .swiper-button-prev,
  .hero-slider:hover .swiper-button-next {
    transform:translateX(0);
    opacity:1;
    visibility:visible;
  }
  
  @media (max-width: 767px) {
    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
      display: block;
    }
  }
  
  .hero-slider .swiper-button-prev {
    left: 25px;
    transform:translateX(50px);
  }
  
  .hero-slider .swiper-button-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f060";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
  }
  
  .hero-slider .swiper-button-next {
    right: 25px;
    transform:translateX(-50px);
  }
  
  .hero-slider .swiper-button-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
  }
  
  .hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    background:#fff;
    transition:all .2s ease;
  }
  
  .hero-slider .swiper-pagination-bullet-active {
    opacity:1;
  }
  
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    bottom: 30px;
  }
  
  .swiper-pagination {
    text-align:left;
  }
  
  i.fa-chevron-circle-right{
    height:22px;
    width:22px;
  }
 

/* 3.2. Loading animation */

.loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f2f2f2;
    z-index: 11111111111;
}
.loading {
  	position: fixed;
  	top: calc(50% - 50px);
  	left: calc(50% - 50px);
  	visibility: visible;
  	-webkit-transition: .5s cubic-bezier(.76, .06, .85, .07);
  		-o-transition: .5s cubic-bezier(.76, .06, .85, .07);
  			transition: .5s cubic-bezier(.76, .06, .85, .07);
  	z-index: 101;
  	width: 140px;
  	height: 140px;
}

.loading:before {
	content: '';
	width: 100%;
	height: 100%;
	border: 1px solid #111517;
	border-left-color: white;
	-webkit-animation: 1.2s loading-anim cubic-bezier(.767, .01, .18, 1.01) infinite both;
  	    animation: 1.2s loading-anim cubic-bezier(.767, .01, .18, 1.01) infinite both;
  	border-radius: 50%;        
  	display: block;
}

.logo-loading {
	width: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
  	    -ms-transform: translate(-50%, -50%);
  	        transform: translate(-50%, -50%);
}

@-webkit-keyframes loading-anim {
	
  	0% {
    	-webkit-transform: rotate(0deg);
    	    transform: rotate(0deg);
  	}
  	
  	100% {
    	-webkit-transform: rotate(360deg);
    	    transform: rotate(360deg);
  	}
  	
}

@keyframes loading-anim {
	
  	0% {
    	-webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  	}
  	
  	100% {
    	-webkit-transform: rotate(360deg);
   	        transform: rotate(360deg);
  	}
}
.Packing-Logistics-section h4 {
   line-height: 42px;
    font-size: 30px;
}
#projects.model-04 .row {
    padding: 0px 80px;
}

.surface-sec {
    position: relative;
    padding: 60px 0px 0px;
}
.followus-section {
    position: relative;
    padding: 80px 0px 40px;
}
.followus-section .h-400 img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}
.followus-section .h-200 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.followus-section .section-header h6 {
    font-size: 28px;
    font-style: italic;
    line-height: 36px;
    color: #000000;
}
.brand-client .section-header h2,
.followus-section .section-header h2 {
    font-family: "Mulish", sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 60px;
    font-style: normal;
    text-transform: uppercase;
    color: #000000;
}

.product-model-38 {
    position: relative;
    padding: 80px 0;
}
.progetti__filters {
    position: relative;
    margin-right: 20px;
}
.filtri {
    width: 100%;
    padding: 20px 20px;
    background-color: #ddd;
    position: relative;
}
.filtri .title--small {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.filtri__filtro {
    position: relative;
    margin-top: 20px;
}
.ps-list--categories {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.ps-list--categories .menu-item-has-children {
    position: relative;
    margin-bottom: 8px;
}
.ps-list--categories li a {
    display: block;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    background: #323a4b;
    padding-bottom: 0;
    color: #fff;
    padding: 14px 16px;
}
.ps-list--categories li .sub-menu {
    position: relative;
    list-style: none;
    visibility: visible;
    opacity: 1;
    transition: all 0s ease;
    background-color: transparent;
    border: none;
    padding-left: 0;
    margin: 0px;
}
.ps-list--categories .sub-menu li {
    margin-bottom: 0px;
}
.ps-list--categories .sub-menu li a {
    padding-left: 18px;
    font-size: 18px;
    background: #323a4bbd;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 500;
}
.model-38__item--subtitle.mb-0 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.productdetail-section {
    position: relative;
    padding: 80px 0px 40px;
}
.prev-section {
    position: relative;
    padding-bottom: 80px;
}
.amenities-list-box .amenities-list-cell {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
   
    padding-bottom: 20px;
}
.amenities-list-box .amenities-list-cell:not(:last-child) {
    border-bottom: 1px solid #eeeeee;
}
.amenities-list-cell .feature {
    width: 200px;
    margin-right: 20px;
    text-transform: uppercase;
}
.amenities-list-cell span {
    display: inline-block;
}
.amenities-value {
    text-align: right;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #000000;
}
p.bf1.label {
    color: #fff;
    background: #323a4b;
    padding: 10px 10px 10px;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    top: 15px;
    right: 30px;
}
.prev-section .prev-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
}
.relatedproduct img {
    width: 100%;
}
.relatedproduct p {
    font-size: 24px;
    line-height: 36px;
    padding-top: 10px;
    color: #222222;
}
.content__intro-img-container img {
    width: 100%;
}
.model-27.company-section {
    position: relative;
    padding: 40px 0;
}
.certificates-section {
    position: relative;
    padding: 80px 0;
}
.certificates-section .certificates-img {
    padding: 40px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}
.certificates-section .certificates-img img {
    width: 100%;
    padding-bottom: 40px;
}
.certificates-section .certificates-img .sec__title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
}
.model-27.company-section .model-27__title p {
    font-family: "Playfair Display", serif;
    font-size: 30px;
    line-height: 42px;
}
.md-content P {
    font-size: 20px;
    line-height: 36px;
}
.event-card img {
    width: 100%;
}
.event-card .model-40__item--title {
    font-size: 24px;
}

.country .row {
    display: grid;
    grid-template-columns: repeat(6, 180px);
    justify-content: space-between;
    grid-row-gap: 20px;
    margin-left: 0;
    margin-right: 0;
}
 .country .row > div {
    display: flex;
    flex-direction: column;
}
 .country .row:after, 
  .country .row:before {
    content: " ";
    display: none;
 }
.country img {
    transform: scale(1);
    animation: zoom 5s infinite;
    border: 1px solid #f2f2f2;
    box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
}

.country h5 {
    margin-top: 10px;
    text-transform: capitalize;
    text-align: center;
    font-size: 17px;
}


@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(.9);
    }
    100% {
        transform: scale(1);
    }
}
.Technical-section .w-80 {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}
.Technical-box {
    padding: 20px 20px 0px;
}
.Technical-box img {
    width: 100%;
    height: 40px;
    object-fit: contain;
    object-position: center;
}
.Technical-box p {
    font-size: 16px;
    line-height: 24px;
}

.product-btn-info {
    width: 100%;
    background-color: #f1f1f1;
    padding: 1rem;
    margin-bottom: 1rem;
    box-shadow: inset 0 0 3px #00000021;
}
.btn-info-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.item-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-left: 1rem;
}

/* Contact Page Css start */

.contactus-page-sec {
    position: relative;
  width: 100%;
}
.address-sec-fix {
   padding-left: 0;
    list-style: none;
}
.address-sec-fix li {
    margin-bottom: 30px;
    display: flex;
     align-items: center;
}

.address-sec-fix li svg {
   background: #646464;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    padding: 10px;
    margin-right: 10px;
}

.address-sec-fix li a {
    flex: 1;
    margin-left: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
      color: #000000;
    text-decoration: none;
}

.contact-left-sec h2 {
    font-size: 42px;
    line-height: 54px;
    padding-bottom: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.address-sec-fix li .number {
    flex: 1;
}

.address-sec-fix span {
    color: #201e1e;
    font-size: 24px;
    line-height: 80px;
    font-weight: 600;
}

.contact-home-form-sec {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 20px 60px rgb(18 18 18 / 10%);
    border-radius: 20px;
    padding: 25px;
}

.contact-home-form-sec .form-group {
    margin-bottom: 1.6rem;
}

.contact-home-form-sec .form-group label {
        margin-bottom: 4px;
    font-size: 16px;
    line-height: 24px;
}
.contact-home-form-sec .form-group ::placeholder {
    color: #222222;
}
.contact-home-form-sec .form-group .form-control {
        background: #6464648c;
    border: 1px solid #6464648c;
    border-radius: 10px;
    height: 44px;
    font-size: 14px;
    padding: 0.375rem 1rem;
}
.contact-home-form-sec .form-group .custom-textarea {
    width: 100%;
   background: #6464648c;
    border: 1px solid #6464648c;
    border-radius: 10px;
    padding: 0.475rem 1rem;
}
.button__content {
    background: #646464;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    width: 120px;
    text-align: center;
    border-radius: 4px;
}

.brand-client .wapper-client {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.color-000 {
    color: #000;
    font-weight: bold;
}
.brand-client .logo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #fff;
    padding: 15px;
    min-height: 240px;
    margin-bottom: 2px;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}
.brand-client .logo-box .text-center span {
    font-size: 45px;
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
}


/* Responsive CSS  */
@media screen and (max-width: 1800px) { 
    #projects.model-04 .row {
        padding: 0px 40px;
    }    
}
@media screen and (max-width: 1600px) { 
    #projects.model-04 .row {
        padding: 0px 0px;
    }    
}

@media screen and (max-width: 1440px) {
    .catalouge-sec .sec-title h2 {
        font-size: 36px;
        line-height: 42px;
    }
    .md-content P {
        font-size: 18px;
        line-height: 28px;
    }
    .prev-section .prev-image img {
        width: 100%;
        height: 480px;
    }
    .ps-list--categories li a {
        line-height: 20px;
        font-size: 20px;
    }
    .embed-responsive.model-05__img-01 {
        height: 540px;
      }
    .followus-section .h-200 img {
        height: 200px;
    }
    .followus-section .h-400 img {
        height: 400px;
    }
    .ps-list--categories .sub-menu li a {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1024px) {
.country .row {
    display: grid;
    grid-template-columns: repeat(4, 180px);
}
}
@media screen and (max-width: 991px) {
    .brand-client .logo-box {
        margin-bottom: 20px;
        padding: 0px 15px;
    }
    .model-02 .diesel-living-logo:after {
        display: none !important;
    }
    .aboutus-section .abt-img {
        margin-right: 0;
    }
    .brand-client .section-header h2,
    .contact-left-sec h2 {
        font-size: 30px;
        line-height: 42px;
    }
    .country .row {
        display: grid;
        grid-template-columns: repeat(3, 180px);
    }
    .catalouge-sec .sec-title h2 {
        font-size: 24px;
        line-height: 36px;
    }
    .certificates-section .certificates-img .sec__title {
        padding-top: 10px;
    }
    .certificates-section .certificates-img img {
        padding-bottom: 0;
    }
    .md-content P {
        font-size: 16px;
        line-height: 24px;
    }
    .certificates-section .certificates-img {
        padding: 0px 15px;
        padding-bottom: 20px;
    }
    .certificates-section {
        padding: 40px 0;
    }
    .model-27.company-section {
        padding: 0 15px;
    }
    .model-09 {
        padding: 0px;
    }
    .footer .container {
        padding-top: 40px;
    }
    .model-38__item--subtitle {
        margin-bottom: 0;
    }
    .ps-list--categories li a {
        line-height: 18px;
        font-size: 16px;
    }
    p.bf1.label {
        top: 60px;
        right: 30px;
    }
    .product-model-38 a.hoverable-link {
        margin: 40px 0 0;
        display: block;
    }
    .progetti__filters {
        margin-right: 0;
    }
    .product-model-38 {
        padding: 40px 0;
    }
    .prev-section .prev-image img {
        width: 100%;
        height: 360px;
    }
    .prev-section {
        padding-bottom: 40px;
    }
    .productdetail-section {
        padding: 40px 0px 20px;
    }
    .model-18__content--title,
    .model-19__center--title {
        font-size: 24px;
        line-height: 30px;
    }
    .Packing-Logistics-section h4 {
    line-height: 36px;
    font-size: 24px;
    padding-bottom: 10px;
}
.model-11 .gallery-prod .slick-list {
    padding-top: 0px !important;
}
.model-04 .position-relative .container-fluid {
    padding: 0px;
}
.followus-section {
    padding: 40px 0px 40px;
}
.surface-sec {
    padding: 20px 0px 0px;
}
.Stageemotion .model-60 {
    height: auto;
    margin-bottom: 40px;
}
.model-60 #heroVideo {
  
    min-width: 100%;
    min-height: auto;
}
}
@media screen and (max-width: 576px) {
    .certificates-section .certificates-img .sec__title {
        font-size: 18px;
        line-height: 24px;
    }
    .country .row {
        display: grid;
        grid-template-columns: repeat(2, 180px);
    }
    .loading {
        width: 120px;
        height: 120px;
    }
    .logo-loading {
        width: 50px;
    }
    .header-main__logo--img {
        max-width: 140px;
    }
    .model-27.company-section .model-27__title p {
        font-size: 24px;
        line-height: 36px;
    }
    .header-main__container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .table th, .table td {
        font-size: 14px;
    }
    .followus-section .h-400 img {
        height: 180px;
    }
    .aboutus-section .abt-img img {
        width: 100%;
        height: 300px;
    }
    .footer__title {
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .footer__bottom {
        margin-top: 40px;
        padding: 10px 0;
    }
    .footer__bottom p {
        padding: 0px;
    }
    .model-05__items {
        top: 36%;
    }
    .model-01 {
        padding: 50px 20px 0px;
    }
    .model-04__animation-01.mt-5 {
        margin-top: 0rem !important;
    }
    p {
        font-size: 16px;
        line-height: 24px;
    }
    .followus-section .section-header h2,
    .sec-title h2,
    .model-04__title,
    .aboutus-section .about-text h1 {
        font-size: 30px;
        line-height: 36px;
        padding-bottom: 10px;
    }
    .aboutus-section {
        padding: 40px 0 0;
    }
}
.header-main__menu > li .mega-menu {
    z-index: 1111;
}
.ps-list--categories .sub-menu li a {
    color: #b9b8b8;
}
.ps-list--categories .sub-menu li a.activetag {
    color: #ffffff;
    font-weight: bold;
}
.hero-slider .swiper-container {
    z-index: 9;
}
.Whatsapp {
    position: fixed;
    bottom: 40px;
    left: 20px;
    z-index: 111111;
    width: 50px;
}
.Whatsapp img {
    width: 100%;
}
.content__intro-img-container img,
.relatedproduct img {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);  
}
.hoverable-link .model-38__item {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    padding-bottom: 1px;
    margin-bottom: 20px;
}
.model-38__item--title,
.model-38__item--subtitle {
    padding-left: 10px;
    padding-right: 10px;
}
.footer__social li a span,
.footer__social li a {
    position: relative;
}
.icon-linkedin::before {
    top: 6px;
    left: 7px;
    position: absolute;
    content: "";
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-linkedin"><path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path><rect x="2" y="9" width="4" height="12"></rect><circle cx="4" cy="4" r="2"></circle></svg>');
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
}
/* technical details page css */

.technical-details .container {
    max-width: 1200px;
}
.technical-details .nav-pills .nav-link {
    border-radius: 0;
    background: #323a4bbd;
    color: #ffffff;
    padding: 0.6rem 1rem;
}
.technical-details .nav-pills {
    background: #ddd;
    padding: 12px;
}
.technical-details .nav-pills .nav-link.active, 
.technical-details .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #323a4b;
}
.technical-details .tab-content h2 {
font-size: 30px;
line-height: 42px;
color: #5e6471;
margin-bottom: 12px;
font-weight: bold;
text-align: center;
}
@media screen and (max-width: 991px) { 
    .technical-details .tab-content h2 {
        font-size: 20px;
        line-height: 28px;
    }
}