.product-gallery-slider img, .product-gallery-slider video{
    object-fit: contain;
}
.product-gallery-nav img{object-fit: contain;}
.product-main .product-gallery-nav .swiper-slide {
    height: 80px !important;
}
.page-id-40 .header{position: fixed}
---------------------*/
.btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 700;
    min-width: 170px;
    height: 60px;
    padding: 0 15px;
    letter-spacing: .3px;
    border: 0;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn__primary {
	display: -ms-inline-flexbox;
    display: inline-flex
;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 700;
    min-width: 170px;
    height: 60px;
    padding: 0 15px;
    letter-spacing: .3px;
    border: 0;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #F17D00;
    color: #ffffff;
	position: relative;
}
.btn__primary:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #1b1a1a;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    -webkit-transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9), -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
}
.btn__primary:hover {
    color: #ffffff;
}
.btn:not(.btn__link):hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.banner-full {
    height: calc(92vh + 80px);
    padding-top: 80px;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
}
.main-content {
    overflow: hidden;
}
.slide-item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
    display: flex;
    align-items: center;
}
.header .container{        max-width: 1500px;}
.banner-full .slide__title span {
    color: #EEC225;
}
.blog .container {
    position: relative; }

.blog .container::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -40px;
    right: -900px;
    height: 672px;
    width: 1073px;
    background: url("../img/icons/factory.svg") center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: -1; }
.portfolio-block .tab-item[data-tab="product-2"]{
	display: flex;
	flex-wrap: wrap;
}
blockqoute{    background-color: #F3F3F3;
    display: block;
    padding: 15px;}
blockqoute strong{ margin-bottom: 10px; font-weight: 700;}
.portfolio-block .tab-item .media-image{ width: 100%;  display: flex; flex-direction: column-reverse;    justify-content: space-between; }
.portfolio-block .tab-item .media-image p{color: #222222; font-size: 30px; display: block; margin-bottom: 30px; font-weight: 700;}
.reviews-item__text:before{opacity: 0; transition:all ease 300ms; height: 80% ;} 
.swiper-slide-active .reviews-item__text:before{opacity: 1; transition:all ease 300ms; height: 100% ;} 
    .banner-layout1.section.py-80 .text-block {
        padding: 80px 80px 30px 70px;
        box-shadow: 0 0 8px rgba(0, 0, 0, .08);
        border-radius: 0;
    }
.banner-layout1.section.py-80  .container .img-block {
    top: -110px;
	right: 110px;}

.partners {
  padding: 50px 0;
}

.partners__title {
  font-size: 30px;
	margin-bottom: 10px;
	font-weight: 700;
}

.client-thumb-slide {
    border-right: 1px solid #D6D6D6;
    max-height: 100%;
    height: 75px;
    padding: 0 15px;
    margin-right: 15px!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.solution-text-item{display: flex;
    align-items: center;
    justify-content: space-between;
}
.solution-desc {
    width: 100%;
    max-width: 600px;
}
.solution .heading__desc-content h4{ font-size:16px;}
.info-desc{
	    max-height: 500px;
    overflow: hidden;
}
.info-desc.open{    max-height: none;
    overflow: visible;}

.info-wrap{position: relative;}
.info-wrap .more-info{position: absolute; bottom: -30px;z-index: 2;}
.info-desc.open .more-info{ position: relative;}
.advantage.bg-image {
    background-position: top center;
    background-size: contain;
}