.upi_home {
    background: url(../images/upi_leaves.png)no-repeat;
    background-size: cover;
    padding: 13% 0;
}

.products {
    padding: 20px
}

.footer-title h5 {
    font-size: 1.5em;
    color: #fefefe;
}

.snip1512 {
    position: relative;
    overflow: hidden;
    margin: 10px;
    color: #000000;
    text-align: left;
    font-size: 16px;
    background-color: #1a1a1a;
    line-height: 1.2em;
}

.snip1512:hover {
    box-shadow: 5px 5px 10px #dedede7a;
}

.snip1512 *,
.snip1512 *:before,
.snip1512 *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.snip1512 img {
    max-width: 100%;
    vertical-align: top;
}

.snip1512 figcaption {
    position: absolute;
    bottom: 0%;
    width: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    padding: 10px 20px;
    background-color: #ffffff;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.snip1512 h3,
.snip1512 p {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.snip1512 h3 {
    text-transform: uppercase;
    font-weight: 700;
}

.snip1512 p {
    font-weight: 400;
    font-size: 0.9em;
}

.snip1512 i {
    position: absolute;
    color: #fff;
    font-size: 25.117647px;
    line-height: 37px;
    width: 50px;
    bottom: 0;
    right: 0;
    background-color: #e67e22;
    text-align: center;
    -webkit-transform: translateX(58px);
    transform: translateX(58px);
}

.snip1512 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.snip1512:hover img,
.snip1512.hover img {
    zoom: 1;
    filter: alpha(opacity=30);
    -webkit-opacity: 0.3;
    opacity: 0.3;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}

.snip1512:hover figcaption,
.snip1512.hover figcaption,
.snip1512:hover h3,
.snip1512.hover h3,
.snip1512:hover p,
.snip1512.hover p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.snip1512:hover figcaption,
.snip1512.hover figcaption {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.snip1512:hover h3,
.snip1512.hover h3 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.snip1512:hover p,
.snip1512.hover p {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
    opacity: 0.5;
}

.snip1512:hover i,
.snip1512.hover i {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

figcaption h3 {
    font-size: 1em;
}


/* .navbar-brand img {
    max-width: 90%;
} */

.upi_index {
    background: #f7f7f7;
    height: 100vh;
    padding: 50px 0
}

.upi_home {
    transform: scale(1, 1);
    transition: all .5s ease;
}

.upi_home:hover {
    transform: scale(1.1, 1.1);
    transition: all .5s ease;
}

.upi_index .section-header img {
    max-width: 10%;
    margin-bottom: 2%
}

@media(max-width:768px) and (min-width:600px) {
    .upi_home {
        padding: 18% 0 !important;
    }
}

@media(max-width:768px) {
    .upi_index {
        height: auto !important;
    }
    .upi_index .section-header img {
        max-width: 40%;
    }
    .upi_home {
        padding: 40% 0;
    }
    .navbar-brand img {
        max-width: 45%
    }
    .upi_qty {
        display: none;
    }
}

.list_title {
    font-size: 1.8em !important;
    font-weight: 800;
}

.products_list {
    padding: 20px
}

.products_list li {
    font-size: 1.5em;
    line-height: 1.8em;
    list-style-type: disc;
}

.product_table {
    font-size: 1.4em;
}

.clients_row .client_logo {
    padding: 2.5%;
}

.clients_row .client_logo img {
    max-width: 80%
}

.clients_row .client_logo {
    border-right: 1px solid #dedede5e;
    border-left: 1px solid #dedede5e;
    border-bottom: 1px solid #dedede5e;
}

.clients_row .client_logo:first-child {
    border-right: 1px solid #dedede5e;
    border-bottom: 1px solid #dedede5e;
    border-left: none !important;
}

.clients_row .client_logo:last-child {
    border-left: 1px solid #dedede5e;
    border-bottom: 1px solid #dedede5e;
    border-right: none !important;
}

.clients_row:last-child .client_logo {
    border-bottom: none !important;
}

.video-promo {
    background: url(../images/upi_counter.jpg)no-repeat;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    background-attachment: fixed
}


/* 
.FIXED-TOP {
    TOP: 50PX !IMPORTANT;
}

.TOP_BAR {
    POSITION: FIXED;
    TOP: 0;
    Z-INDEX: 9999;
    BACKGROUND: #FEFEFE;
    HEIGHT: 50PX;
    WIDTH: 100%;
}

.SOCIAL_TOP {
    TEXT-ALIGN: CENTER;
}

.LOGO_TOP {
    POSITION: RELATIVE;
}

.LOGO_TOP IMG {
    MAX-WIDTH: 15%
}

@MEDIA (MAX-WIDTH:768PX) {
    .FIXED-TOP {
        TOP: 100PX !IMPORTANT;
    }
    .TOP_BAR {
        HEIGHT: 100PX;
    }
    .SOCIAL-ICONS {
        PADDING: 7PX;
    }
    .SOCIAL-ICONS LI {
        PADDING: 7PX
    }
    .SOCIAL-ICONS UL LI A {
        MARGIN-RIGHT: 0;
    }
    .SOCIAL_TOP {
        DISPLAY: NONE;
    }
    .LOGO_TOP {
        POSITION: ABSOLUTE;
        TOP: 15%
    }
} */

.nav-item:last-child {
    border-right: none !important;
}

.snip1577 {
    font-family: 'Montserrat', Arial, sans-serif;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 10px;
    min-width: 230px;
    max-width: 315px;
    width: 100%;
    color: #fff;
    text-align: left;
    font-size: 16px;
    background: #000;
}

.snip1577 *,
.snip1577:before,
.snip1577:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.snip1577 img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
}

.snip1577:before,
.snip1577:after {
    position: absolute;
    top: 20px;
    right: 20px;
    content: '';
    background-color: #fff;
    z-index: 1;
    opacity: 0;
}

.snip1577:before {
    width: 0;
    height: 1px;
}

.snip1577:after {
    height: 0;
    width: 1px;
}

.snip1577 figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 20px;
}

.snip1577 h3,
.snip1577 h4 {
    margin: 0;
    font-size: 1.1em;
    font-weight: normal;
    opacity: 0;
}

.snip1577 h4 {
    font-size: .8em;
    text-transform: uppercase;
}

.snip1577 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.snip1577:hover img,
.snip1577.hover img {
    zoom: 1;
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    opacity: 0.2;
}

.snip1577:hover:before,
.snip1577.hover:before,
.snip1577:hover:after,
.snip1577.hover:after {
    opacity: 1;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.snip1577:hover:before,
.snip1577.hover:before {
    width: 40px;
}

.snip1577:hover:after,
.snip1577.hover:after {
    height: 40px;
}

.snip1577:hover h3,
.snip1577.hover h3,
.snip1577:hover h4,
.snip1577.hover h4 {
    opacity: 1;
}

.snip1577:hover h3,
.snip1577.hover h3 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.snip1577:hover h4,
.snip1577.hover h4 {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}