/* Start Display: none; */

/* disable "contact us"
.theme-menu-two .main-menu .navbar-nav > li:last-child {
    display: none;
}
*/
.news-subscribe {
    display: none;
}
.header-style-two .bottom-header ul li:last-child {
    display: none;
}
/* End Display: none;*/

/* Custom Banners */

.mac-banner {
    background: url(../images/inner-page/machinery.jpg) no-repeat center;
    background-size: cover;
}

.mat-banner {
    background: url(../images/inner-page/material.jpg) no-repeat center;
    background-size: cover;
}

.par-banner {
    background: url(../images/inner-page/parts.jpg) no-repeat center;
    background-size: cover;
}

.pac-banner {
    background: url(../images/inner-page/packaging.jpg) no-repeat center;
    background-size: cover;
}

.mac-banner .opacity, .mat-banner .opacity, .pac-banner .opacity, .par-banner .opacity{
    height: 100%;
    background: rgba(9,9,9,0.5);
    text-align: center;
    padding: 117px 0 97px 0;
}

.mac-banner .opacity h2, .mat-banner .opacity h2, .pac-banner .opacity h2, .par-banner .opacity h2 {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}

/* End of Custom Banners */

li.filter.tran3s.active {
    color: white;
}

.slotholder {
    filter: brightness(30%);
}

.theme-menu-two .main-menu .request-quote {
    color: white;
}

.header-style-two .bottom-header ul li.bar-fix {
    padding-right: 20px;
}

button.scroll-top.tran3s.p-color-bg.round-border {
    color: white;
}

i.fa.fa-angle-right, button.tran3s.p-color-bg.float-left.hvr-bounce-to-right {
    color: white;
}

.hvr-bounce-to-right-two:hover, .hvr-bounce-to-right-two:focus, .hvr-bounce-to-right-two:active {
    color: black !important;
}

a.p-color-bg.hvr-bounce-to-right-two {
    color: white;
}

a.contact-button.p-color-bg.hvr-bounce-to-right {
    color: white !important;
}

.partner-slider .item img {
    border: 1px solid #ccc;
    padding: 10px 20px;
    filter: saturate(0%);
    opacity: 0.5;
}
.partner-slider .item img:hover {
    opacity: 1;
    filter: saturate(100%);
    transition: 1s;
}

.tran3s a img {
    padding: 100px;
    opacity: 0.3;
}
/*
.img img:hover {
	z-index: 10;
    transform: scale(1.5);
}

.img img {
    transition: all .2s ease-in-out;
}

.owl-carousel .owl-stage-outer {
    padding: 70px 70px;
    margin: -70px -70px;
}
*/

.our-project .gallery-item-wrapper .single-project-item .opacity {
    background: rgba(231, 64, 71, 0.3);
}

i.fa.fa-search-plus {
    font-size: 40px;
    color: white;
}

.our-project .gallery-item-wrapper .single-project-item .opacity>div ul li a {
    display: block;
	width: 70px;
    height: 70px;
    line-height: 80px;
    filter: drop-shadow(0px 0px 10px #e74047);
	border:none !important;
}

.our-project .gallery-item-wrapper .single-project-item .opacity>div ul li a:hover {
    background-color: rgba(231, 64, 71, 0.5) !important;
}


@media (min-width: 1200px) {
.hermes .tp-arr-titleholder {
    font-size: 10px;
}
.col-sm-6, .col-lg-4 {
    display: table;
}
.footer-logo ul {
    float: right;
    margin-top: -40px;
    margin-right: 10px;
}
.left-side img {
    margin-top: -20px;
    border-bottom: 1px solid gray;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.about-company .left-side h4 {
    border-bottom: 1px solid gray;
    padding-bottom: 10px;
}
.header-style-one .right-side .header-top-area {
    padding-right: 20px;
}
}

@media (min-width: 991px) {
.our-project .gallery-item-wrapper .single-project-item .opacity>div ul li a {
    width: 370px;
    border-radius: 0px;
}
.header-style-one .right-side {
    width: 65%;
}
.header-style-one .float-right {
    float: left;
	margin-left: 50px;
    margin-top: 17px;
}
.header-style-one .right-side .header-top-area .single-content {
    margin-right: 32px;
	margin-left: 0px !important;
}
.header-style-one .logo img {
    margin-left: 20px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.header-style-one ul.nav.navbar-nav {
    float: none;
    margin: 0 auto;
    display: table;
}
}

@media (max-width: 650px) {
.partner-slider .item img {
    width: 100%;
}
}