/* General */

.pad80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.padt20 {
    padding-top: 20px;
}

.padb80 {
    padding-bottom: 80px;
}

.pad30 {
    padding-left: 30px;
    padding-right: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mt30 {
    margin-top: 30px;
}

.z-indWrapper {
    position: relative;
    z-index: 10;
}

.leftBox {
    height: auto;
    display: table-cell;
    vertical-align: top;
    width: 50%;
    overflow: hidden;
}

.rightBox {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    overflow: hidden;
}


/* End General */

.hm-aboutus {
    background-color: #ffcb05;
    position: relative;
}

.hm-aboutus::after {
    content: "ELITE STEEL";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    z-index: 1;
    font-size: 200px;
    color: rgba(255, 255, 255, 0.1);
    font-family: oswald;
    text-transform: uppercase;
    line-height: 166px;
}

.hm-aboutus .btn--default {
    color: #303030;
    border-color: #303030;
}

.hm-quickEnqu {
    position: relative;
}

.hm-quickEnqu::after {
    content: "QUICK ENQUIRY";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    z-index: 1;
    font-size: 200px;
    color: rgba(0, 0, 0, 0.02);
    font-family: oswald;
    text-transform: uppercase;
    line-height: 166px;
}

.hm-quickEnqu .contact--form textarea.form-control {
    min-height: 60px;
}

.products-Box [class*="col-"] {
    padding: 1px;
}

.product-Box {
    overflow: hidden;
    position: relative;
    padding: 1px;
}

.product-Box::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: inset 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.product-Box:hover::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: inset 0px 0px 100px 0px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: inset 0px 0px 100px 0px rgba(0, 0, 0, 0.9);
    box-shadow: inset 0px 0px 100px 0px rgba(0, 0, 0, 0.9);
    z-index: 1;
}

.product-Box img {
    display: block;
    max-width: 100%;
    height: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.image-overlay {
    position: absolute;
    color: #fff;
    opacity: 0;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(236, 29, 37, 0.7);
    background: -moz-linear-gradient(left, rgba(236, 29, 37, 0.9) 0%, rgba(255, 203, 5, 0.9) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(236, 29, 37, 0.9)), color-stop(100%, rgba(255, 203, 5, 0.9)));
    background: -webkit-linear-gradient(left, rgba(236, 29, 37, 0.9) 0%, rgba(255, 203, 5, 0.9) 100%);
    background: -o-linear-gradient(left, rgba(236, 29, 37, 0.9) 0%, rgba(255, 203, 5, 0.9) 100%);
    background: -ms-linear-gradient(left, rgba(236, 29, 37, 0.9) 0%, rgba(255, 203, 5, 0.9) 100%);
    background: linear-gradient(to right, rgba(236, 29, 37, 0.9) 0%, rgba(255, 203, 5, 0.9) 100%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2;
    text-align: center;
}

.product-Box:hover .image-overlay {
    opacity: 1;
}

.product-info {
    display: table;
    width: 100%;
    height: 100%;
}

.product-info span {
    display: table-cell;
    vertical-align: middle;
}

.product-info h3 {
    margin-top: 0px;
    font-size: 24px;
}

#equipments .products-Box [class*="col-"] {
    padding: 10px;
}

.product-title {
    text-align: center;
    background-color: #feca04;
    padding: 18px 20px;
    box-shadow: 0 15px 16px -22px rgba(0, 0, 0, 0.9);
}

.product-title h3 {
    margin: 0px;
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}

.product-Box:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.hm-WhyUs {
    position: relative;
}

.hm-WhyUs [class*="col-"] {
    padding: 5px;
}

.hm-WhyUsBox {
    border: 1px solid #dddddd;
    padding: 20px;
    text-align: center;
    background-color: #ececec;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.hm-WhyUsBox .iconBox {
    font-size: 50px;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.hm-WhyUsBox:hover {
    background-color: #FFF;
}

.hm-WhyUsBox:hover .iconBox {
    color: rgba(236, 29, 37, 1);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

#enquiryPopup button.close {
    position: relative;
    z-index: 999;
}

#enquiryPopup .modal-content {
    padding: 25px;
    border: none;
    border-radius: 0px;
    /* background-color: #2f2f2f; */
}

#enquiryPopup .modal-header {
    padding-bottom: 0px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 0px;
    margin-bottom: 25px;
}

.equipmentNav {
    padding: 11px 0 11px;
    color: #ec1d25;
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    background-color: #FFF;
    border: 1px solid rgb(240, 240, 240);
    transition: all 0.4s ease;
}

.equipmentNav:hover {
    color: #303030;
    background-color: rgba(255, 203, 5, 1);
    border: 1px solid rgba(255, 203, 5, 1);
}

.equipmentNav p {
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    line-height: 22px;
    font-weight: 700;
}

.img-gallery {
    padding: 20px;
    border: 1px solid #e7e7e7;
    border-radius: 0px;
    text-align: center;
    position: relative;
}

.img-gallery a.fancybox {
    height: 200px;
    overflow: hidden;
    width: 100%;
    display: block;
}

.img-gallery p {
    margin: 0px;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.img-gallery img {
    margin-left: auto;
    margin-right: auto;
}


/* SMALL DEVICES, TABLETS */

@media screen and (max-width: 767px) {
    .leftBox {
        height: auto;
        display: block;
        width: 100%;
        vertical-align: top;
        float: left;
    }
    .rightBox {
        display: block;
        width: 100%;
        vertical-align: top;
        float: left;
    }
}


/* LARGE DEVICES, WIDE SCREENS */

@media screen and (max-width: 1199px) {}


/* MEDIUM DEVICES, DESKTOPS */

@media screen and (max-width: 991px) {
    /* HEADER AREA */
    #header .navbar-toggle {
        display: block;
        margin-left: 15px;
        margin-bottom: 0;
        padding: 13px 20px;
        border-radius: 50px;
    }
    #header .navbar-header {
        float: none;
        margin-right: -15px;
    }
    .header--custom-btn.btn--default {
        display: none;
    }
    #header .navbar-header .header--custom-btn {
        display: block;
    }
    .header--custom-btn {
        margin-left: 0;
    }
    #headerNav {
        max-height: 320px;
        padding-left: 0;
        padding-right: 0;
        background-color: #303030;
        overflow: auto !important;
    }
    #headerNav.collapse {
        display: none !important;
    }
    #headerNav.collapse.in {
        display: block !important;
    }
    #headerNav .nav {
        float: none !important;
        margin-top: 7.5px;
        margin-bottom: 7.5px;
        margin-right: 0;
    }
    #headerNav .nav>li {
        float: none;
    }
    #headerNav .nav>li>a {
        margin-left: 0;
        padding: 20px 15px;
    }
    #headerNav .nav>.dropdown>.dropdown-menu {
        position: static;
        float: none;
    }
    #aboutDesc>.container>.row>div {
        display: block;
    }
    /* BACK TO TOP */
    #backToTop {
        display: none;
    }
}


/* SMALL DEVICES, TABLETS */

@media screen and (max-width: 767px) {
    /* HEADER AREA */
    #headerNav {
        padding-left: 15px;
        padding-right: 15px;
    }
    #headerNav .nav {
        margin-right: -15px;
    }
    #headerNav .nav>.dropdown>.dropdown-menu {
        background-color: #fff;
    }
    /* BANNER AREA */
    #banner,
    .banner--slider,
    .banner--slider .owl-wrapper-outer,
    .banner--slider .owl-wrapper,
    .banner--slider .owl-item,
    .banner--item {
        height: auto;
    }
    .banner--item {
        padding: 120px 0 150px;
    }
    .banner--content h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .banner--content h3 {
        font-size: 20px;
        line-height: 20px;
    }
    .page-header--title h2 {
        font-size: 40px;
        line-height: 45px;
    }
}


/* SMALL DEVICES, SMARTPHONES */

@media screen and (max-width: 480px) {}


/* CUSTOM, IPHONE RETINA */

@media screen and (max-width: 380px) {
    /* HEADER AREA */
    #header .navbar-header .header--custom-btn {
        display: none;
    }
    .ds--form-input .btn--default {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.partner img{
    width: 200px;
    height: 200px;
    filter: grayscale(100%);
}
.partner img:hover{
    
    filter: grayscale(0%);

}
.partner h5{
    margin-top: 25px;
    font-size: 18px;
}