body {
    padding: 0;
    margin: 0;
    background-color: #082D33 !important;
    font-family: calibri
}

@font-face {
    font-family: calibri;
    src: url(../fonts/calibri.ttf);
}

.top_header {
    background: #082D33;
}

header {
    position: relative;
    width: 100%;
    background: #082D33;
}

nav {
    position: relative;
    /* width: 980px; */
    margin: 0 auto;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    vertical-align: middle;
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #head-mobile {
    display: none
}

#cssmenu {
    font-family: sans-serif;
    background: #082D33;
}

#cssmenu>ul>li {
    float: left
}

#cssmenu>ul>li>a {
    padding: 17px;
    font-size: 17px;
    padding-left: 32px;
    padding-right: 32px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #ddd;
    font-weight: 700;
}

#cssmenu>ul>li:hover>a,
#cssmenu ul li.active a {
    color: #fff
}

#cssmenu>ul>li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
    background: #ed832f !important;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
    border-radius: 15px;
}

#cssmenu>ul>li.has-sub>a {
    padding-right: 30px;
    font-size: 17px;
}

#cssmenu>ul>li.has-sub>a:after {
    position: absolute;
    top: 23px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu>ul>li.has-sub>a:before {
    position: absolute;
    top: 20px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #5e714b;
    transition: all .25s ease
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover>ul {
    left: auto
}

#cssmenu li:hover>ul>li {
    height: 40px
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 200px;
    font-size: 15px;
    text-decoration: none;
    color: #ddd;
    font-weight: 400;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
    border-bottom: 0
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    color: #fff
}

#cssmenu ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636;
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333
}

#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
    border-top: 1px solid #333
}
@media screen and (max-width:534px) {
    #top_btns{
        text-align: center;
        margin-top: 45px;
    }
 
}

@media screen and (max-width:1000px) {
    .logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 46px;
        text-align: center;
        padding: 10px 0 0 0;
        float: none
    }

    .logo2 {
        display: none
    }

    nav {
        width: 100%;
    }

    #cssmenu {
        width: 100%
    }

    #cssmenu ul {
        width: 100%;
        display: none
    }

    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #444
    }

    #cssmenu ul li:hover {
        background: #363636;
    }

    #cssmenu ul ul li,
    #cssmenu li:hover>ul>li {
        height: auto
    }

    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0
    }

    #cssmenu>ul>li {
        float: none
    }

    #cssmenu ul ul li a {
        padding-left: 25px
    }

    #cssmenu ul ul li {
        background: #333 !important;
    }

    #cssmenu ul ul li:hover {
        background: #363636 !important
    }

    #cssmenu ul ul ul li a {
        padding-left: 35px
    }

    #cssmenu ul ul li a {
        color: #ddd;
        background: none
    }

    #cssmenu ul ul li:hover>a,
    #cssmenu ul ul li.active>a {
        color: #fff
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }

    #cssmenu>ul>li.has-sub>a:after,
    #cssmenu>ul>li.has-sub>a:before,
    #cssmenu ul ul>li.has-sub>a:after,
    #cssmenu ul ul>li.has-sub>a:before {
        display: none
    }

    #cssmenu #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700
    }

    .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        z-index: 12399994;
    }

    .button:after {
        position: absolute;
        top: 22px;
        right: 20px;
        display: block;
        height: 4px;
        width: 20px;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        content: ''
    }

    .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 20px;
        display: block;
        height: 2px;
        width: 20px;
        background: #ddd;
        content: ''
    }

    .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .button.menu-opened:before {
        top: 23px;
        background: #fff;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 46px;
        width: 46px;
        cursor: pointer
    }

    #cssmenu .submenu-button.submenu-opened {
        background: #262626
    }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }

    #cssmenu ul ul ul li.active a {
        border-left: none
    }

    #cssmenu>ul>li.has-sub>ul>li.active>a,
    #cssmenu>ul ul>li.has-sub>ul>li.active>a {
        border-top: none
    }
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    z-index: 999999 !important;
}

#cssmenu ul ul ul {
    margin-left: 76%;
    top: 13px;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 0px;
}


.logo img {
    margin: 10px;
    width: 80%
}

.social {
    padding-top: 30px;
    float: right;
}

.social li {
    list-style: none;
    display: inline;
    padding: 10px 10px;
    font-size: 18px;
}

.social li a {
    color: #807f7f;
}

.social i {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 17px;
    color: #fff;
}

.fa-facebook {
    background: #044ca0;
}

.fa-instagram {
    background-image: linear-gradient(to right, red, #ff00d4);
}

.fa-linkedin {
    background: #2ac9f9;
}

.menu {
    min-height: 60px;
    background: #082D33
}

.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}

.nav>li>a {
    color: #fff !important;
    font-size: 18px;
    font-family: arial;
    padding: 10px 30px !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: #ed832f !important;
    border-radius: 5px;
}

.navbar {
    margin-top: 10px;
    margin-bottom: 0 !important;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #ed832f !important;
    border-radius: 5px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #ffffff !important;
    background-color: #2c353d !important;
}

.banner {
    /* min-height: 500px; */
    padding: 0 !important;
}

.parallax {
    min-height: 150px;
    width: 100%;
    float: left;
    background: url(../img/hotel02-1500x630.jpg);
    background-position: center right;
}

.slick-slide {
    height: 80% !important;
}

.slick-prev {
    left: 75px !important;
    z-index: 9;
}

.slick-next {
    right: 75px !important;
}

.slick-prev:before,
.slick-next:before {
    font-size: 35px !important;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff !important;
    font-size: 17px;
}

.search i {
    color: #fff;
    float: right;
    padding: 20px;
    font-size: 20px;
    cursor: pointer;
}

.search i:hover {
    background: transparent !important;
}

.parallax_text h2 {
    color: #fff;
}

.parallax_btn button {
    margin-top: 50px;
    background: transparent;
    color: #fff;
    border: 4px solid #fff;
    border-radius: 50px;
    padding: 13px 30px;
}

.product {
    min-height: 400px;
    text-align: center;
    position: relative;
}

.product h1 {
    color: #fff;
}

.product h1:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 2px;
    background: #efbb20;
    top: 70px;
    left: 47%;
}

.pro {
    margin-top: 8%;
}

.product_Pic2 {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
}

.product_Pic2:hover.product_Pic2 img {
    transform: scale(1.08) rotate(-3deg);
    transition: all 1s ease
}

.product_Pic img {
    width: 100%;
    /* height: 325px; */
}

.product_Pic h3 {
    text-align: center;
    color: #fff;
    /* margin: 0 0 10px; */
}

/* .product_Pic h3:before{content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background: #efbb20;
    bottom: -13px;
    left: 17px;} */

.supply {
    min-height: 300px;
    background: linear-gradient(rgba(5, 92, 114, 0.26), rgba(4, 82, 88, 0.164)), url(../img/001.jpg);
    margin-top: 7%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    

}

.supply h1 {
    color: #fff;
    font-weight: bold;
    margin-top: 120px;
    /* text-shadow: 0px 0px 5px #f90202; */
}

.supply_text {
    min-height: 300px;
}

.sup {
    margin-top: 5%;
}

.sup_txt h3 {
    color: #fff;
}

.sup_txt p {
    font-size: 17px;
    color: #fff;
}

.client {
    min-height: 300px;
    background: url(../img/iStock_000012107849Medium-Clients.jpg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    margin-top: 5%;
}

.client_pic img {
    padding: 30px;
}

.client_pic .slick-prev {
    left: -60px !important;
    z-index: 9;
}

.client_pic .slick-next {
    right: -40px !important;
}

footer {
    min-height: 300px;
}

.fot_top {
    background: #082D33
}

.fot_bot {
    background: #082D33;
    padding: 20px;
    color: #fff;
}

.fot_bot a {
    color: #ffffff;
}

.con_text {
    margin-top: 20px;
}

.con_text h3 {
    border: 1px solid #777777;
    padding: 10px;
    border-left: none;
    border-right: none;
    color: #ffffff;
}

.con_text p {
    color: #fff;
    font-size: 18px;
    padding-top: 6px;
}

.con_pic img {
    margin-top: 20px;
    padding: 20px;
}

.con_text ul li {
    list-style: none;
    padding: 0;
    color: #fff;
    font-size: 17px;
}

.con_text ul {
    padding: 0;
}

.time span {
    color: #fff;
}


.scrollToTop {
    bottom: 60px;
    border-radius: 4px;
    display: none;
    font-size: 25px;
    line-height: 45px;
    font-weight: bold;
    height: 50px;
    position: fixed;
    right: 50px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 999;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #908f8c8c;
    border: 1px solid #000;
}


.back-to-top {
    position: fixed;
    bottom: 2px !important;
    color: #fff;
    padding: 11px;
    display: inline-block;
    width: 78px;
    height: 78px;
    right: 36px !important;
    transition: background 0.5s;
    z-index: 9999;
    overflow: hidden;
}

.back-to-top i {
    padding: 15px;
    color: #fff;
    font-size: 29px;
    background: #ED832F;
    height: 60px;
    width: 60px;
    border-radius: 50px;
}











/* **********crockery**********	 */


.product_box {
    margin-top: 20%;
    margin-bottom: 20%;
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.product_box img {
    border-radius: 50%;
}

.hover_box {
    width: 1px;
    height: 1px;
    background: #0a0a0a7a;
    position: absolute;
    top: 0;
    border-radius: 50%;
    transition: all 0.5s ease;
    left: 50%;
    top: 50%;
}

.hover_box h6 {
    font-size: 0.1px;
    opacity: 0;
    transition: all 0.5s ease-out;
    font-weight: bold;
}

.product_box:hover .hover_box {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.hover_box:hover.hover_box h6 {
    font-size: 17pt;
    padding: 115px 20px;
    color: #fff;
    opacity: 1;
}

.crockery_Pic h3 {
    font-family: roboto
}






.gallery-container {
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    padding-top: 10%;
    color: red;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 40px 0;
}

.cutly {
    padding: 0;
}

.tz-gallery h4 {
    text-align: center;
    color: #fff;
}

/* Override bootstrap column paddings */
.tz-gallery .row>div {
    padding: 2px;
    margin: 10px 0 0 0;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 10px;
    position: relative;

}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}







/* **********bone china**********	 */

.bone_head {
    min-height: 300px;
    background: url(../img/bone_head.jpg);
    background-size: cover;
    background-position: center;
}

.bone {
    min-height: 100vh
}




/* **********coloured crockries**********	 */
.colored_head {
    min-height: 300px;
    background: url(../img/coloured-head.jpg);
    background-size: cover;
    background-position: center;
}

.colored {
    min-height: 100vh
}

.crockery_Pic2 {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.crockery_Pic2:hover.crockery_Pic2 img {
    transform: scale(1.08) rotate(-3deg);
    transition: all 1s ease
}




/* **********glassware**********	 */
.glass_head {
    min-height: 300px;
    background: url(../img/glass-head.jpg);
    background-size: cover;
    background-position: center;
}

.glass {
    min-height: 100vh
}

.glass h3 {
    color: #fff;
}

.crockery_Pic2 {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.crockery_Pic2:hover.crockery_Pic2 img {
    transform: scale(1.08) rotate(-3deg);
    transition: all 1s ease
}










/* **********tableware**********	 */
.table_head {
    min-height: 300px;
    background: url(../img/table-head.jpg);
    background-size: cover;
    background-position: center;
}








/* **********cutlery**********	 */
.cutlery_head {
    min-height: 300px;
    background: url(../img/cutlery-head.jpg);
    background-size: cover;
    background-position: center;
}

.cutlery {
    text-align: center;
}

.cutlery h3 {
    color: #fff;
}


/* **********bar**********	 */
.bar_head {
    min-height: 300px;
    background: url(../img/bar-head.jpg);
    background-size: cover;
    background-position: center;
}





/* **********kitchen**********	 */
.kitchen_head {
    min-height: 300px;
    background: url(../img/kitchen-head.jpg);
    background-size: cover;
    background-position: center;
}





/* **********porcelain**********	 */

.porcelain_head {
    min-height: 300px;
    background: url(../img/porcelain-head.jpg);
    background-size: cover;
    background-position: center;
}

.porcelain {
    min-height: 100vh
}



/* **********melamine**********	 */
 
.melamine {
    min-height: 100vh
}



/* **********opalware**********	 */

.opalware_head {
    min-height: 300px;
    background: url(../img/opalware-head.jpg);
    background-size: cover;
    background-position: center;
}

.opalware {
    min-height: 100vh
}



/* **********rolltop**********	 */

.rolltop_head {
    min-height: 300px;
    background: url(../img/rolltop-head.jpg);
    background-size: cover;
    background-position: center;
}

.rolltop {
    min-height: 100vh
}





/* **********lifttop**********	 */

.lifttop_head {
    min-height: 300px;
    background: url(../img/lifttop-head.jpg);
    background-size: cover;
    background-position: center;
}

.lifttop {
    min-height: 100vh
}




/* **********hydraulic**********	 */

.hydraulic_head {
    min-height: 300px;
    background: url(../img/hydraulic-head.jpg);
    background-size: cover;
    background-position: center;
}

.hydraulic {
    min-height: 100vh
}




/* **********Guest**********	 */

.guest_head {
    min-height: 300px;
    background: url(../img/guest-head.jpg);
    background-size: cover;
    background-position: center;
}

.guest {
    min-height: 100vh
}

.gold_steel {
    min-height: 300px;
    background: url('../img/gold steel tableware.jpg');
    background-size: cover;
    background-position: center;
}

 

.bain_marie {
    min-height: 300px;
    background: url('../img/bain_marie.jpg');
    background-size: cover;
    background-position: center;
}

.barbeque_shawarma_banner
{
    min-height: 300px;
    background: url('../img/barbeque_shawarma.jpg');
    background-size: cover;
    background-position: center;
}
.chocolate_fountain_banner
{
    min-height: 300px;
    background: url('../img/chocolate_fountain.jpg');
    background-size: cover;
    background-position: center;
}
.deep_fryer_banner
{
    min-height: 300px;
    background: url('../img/deep_fryer.jpg');
    background-size: cover;
    background-position: center;
}
.food_warming_lamps_banner
{
    min-height: 300px;
    background: url('../img/food_warming_lamps.jpg');
    background-size: cover;
    background-position: center;
}
.ice_rusher_banner
{
    min-height: 300px;
    background: url('../img/ice_rusher.jpg');
    background-size: cover;
    background-position: center;
}
.induction_oven_banner
{
    min-height: 300px;
    background: url('../img/induction_oven.jpg');
    background-size: cover;
    background-position: center;
}
.misc_equipment_banner
{
    min-height: 300px;
    background: url('../img/misc_equipment.jpg');
    background-size: cover;
    background-position: center;
}
/* **********Kitchen Equipment**********	 */

.kitchen_equip_head {
    min-height: 300px;
    background: url('../img/kitchen-equip-head.jpg');
    background-size: cover;
    background-position: center;
}
.mixture_grinders_blender_banner
{
    min-height: 300px;
    background: url('../img/mixture_grinders_blender.jpg');
    background-size: cover;
    background-position: center;
}
.salamanders_banner
{
    min-height: 300px;
    background: url('../img/salamanders.jpg');
    background-size: cover;
    background-position: center;
}
.waffle_machine_banner
{
    min-height: 300px;
    background: url('../img/waffle_machine.jpg');
    background-size: cover;
    background-position: center;
}
.sandwich_maker_toaster_banner
{
    min-height: 300px;
    background: url('../img/sandwich_maker_toaster.jpg');
    background-size: cover;
    background-position: center;
}
.kitchen-equip {
    min-height: 100vh
}



/* **********refrigeration**********	 */

.refrigeration_head {
    min-height: 300px;
    background: url(../img/refrigeration-head.jpg);
    background-size: cover;
    background-position: center;
}

.refrigeration {
    min-height: 100vh
}





/* **********display**********	 */

.display_head {
    min-height: 300px;
    background: url(../img/display-head.jpg);
    background-size: cover;
    background-position: center;
}

.display {
    min-height: 100vh
}



/* **********bakery**********	 */

.bakery_head {
    min-height: 300px;
    background: url(../img/bakery-head.jpg);
    background-size: cover;
    background-position: center;
}

.bakery {
    min-height: 100vh
}



/* **********bin**********	 */

.bin_head {
    min-height: 300px;
    background: url(../img/bin-head.jpg);
    background-size: cover;
    background-position: center;
}

.bin {
    min-height: 100vh
}



/* **********planter**********	 */

.planter_head {
    min-height: 300px;
    background: url(../img/planter-head.jpg);
    background-size: cover;
    background-position: center;
}

.planter {
    min-height: 100vh
}



/* **********stand**********	 */

.stand_head {
    min-height: 300px;
    background: url(../img/stand-head.jpg);
    background-size: cover;
    background-position: center;
}

.stand {
    min-height: 100vh
}




/* **********trolley**********	 */

.trolley_head {
    min-height: 300px;
    background: url(../img/trolley-head.jpg);
    background-size: cover;
    background-position: center;
}

.trolley {
    min-height: 100vh
}




/* **********hygiene**********	 */

.hygiene_head {
    min-height: 300px;
    background: url(../img/hygiene-head.jpg);
    background-size: cover;
    background-position: center;
}

.hygiene {
    min-height: 100vh
}




/* **********leather**********	 */

.leather_head {
    min-height: 300px;
    background: url(../img/leather-head.jpg);
    background-size: cover;
    background-position: center;
}

.leather {
    min-height: 100vh
}








/* **********contact**********	 */

.contact_head {
    min-height: 300px;
    background: url(../img/contact-head.jpg);
    background-size: 100% 100%;
    background-position: center;
}

.contact_sub {
    min-height: 400px;
    background: url(../img/about_sub.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
}

.contact_sub h1 {
    font-weight: bold;
    text-decoration: underline;
}

.contact-icon {
    margin-bottom: 40px;

}

.contct h2 {
    color: #fff;
}

.contct p {
    color: #fff;
    font-size: 20px;
}

.retail {
    border: 1px solid #fff;
    min-height: 200px;
    margin-top: 45px;
}

.retail h3 {
    color: #fff;
    text-decoration: underline;
}

/* .single-icon i {
     font-size: 40px;
    width: 70px;
    height: 70px;
    border: 1px solid #cccaca;
    line-height: 65px;
    border-radius: 50%;
    margin-bottom: 20px;
    margin-top: 15%;
    background: #ed832f;
    color: #ffffff;
}

.single-icon p {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
} */

.info_icon {
    text-align: left;
    list-style: none;
    margin: 30px 0;
    color: #fff;
    padding: 0 12px;
}

.info_icon li {
    line-height: 2;
}

.info_icon i {
    font-size: 17px;
    width: 30px;
    height: 30px;
    border: 1px solid #cccaca;
    border-radius: 50%;
    background: #ed832f;
    color: #ffffff;
    padding: 6px;
    margin-right: 13px;
    vertical-align: middle;
}

.info_icon span {
    font-size: 18px;
}

.contact_form input.form-control.fill_up {
    height: 45px;
    background: transparent;
    margin-bottom: 10px;
    padding: 0 20px;
    font-weight: bold;
    box-shadow: 0px 0px 2px #000;
}

.contact_form textarea {
    background: transparent;
    margin-bottom: 10px;
    padding: 0 20px;
    line-height: 30px;
    resize: vertical;
    font-weight: bold;
    box-shadow: 0px 0px 2px #000;
}

.enquery_form {
    padding: 25px;
}

.enquery_form button {
    box-shadow: 0px 0px 2px #000;
    background: transparent;
    font-weight: bold;
    color: #fffbfb !important;
    background: #ed832f !important;
}

.btn:hover,
.btn:focus {
    color: #fffbfb !important;
    background: #ed832f !important;
}
















/* **********about**********	 */

.about_head {
    min-height: 300px;
    background: url(../img/about-head.jpg);
    background-size: 100% 100%;
    background-position: center;
}

.about {
    min-height: 300px
}

.about article {
    font-size: 16px;
    color: #fff;
    padding: 8% 0;
    text-align: justify;
    line-height: 2;
}







/* **********quality**********	 */

.quality_head {
    min-height: 300px;
    background: url(../img/quality-head.jpg);
    background-size: 100% 100%;
    background-position: center;
}

.quality {
    min-height: 300px
}

.quality article {
    font-size: 16px;
    color: #fff;
    padding: 8% 0;
    text-align: justify;
    line-height: 2;
}








/* **********brand**********	 */

.brand_head {
    min-height: 300px;
    background: url(../img/brands-head.jpg);
    background-size: 100% 100%;
    background-position: center;
}

.brand {
    min-height: 300px
}

.brand_bx {
    padding: 5% 0;
}

.brand_bx2 {
    padding: 0 0 5%;
}






/* **********client**********	 */

.client_head {
    min-height: 300px;
    background: url(../img/client-head.jpg);
    background-size: 100% 100%;
    background-position: center;
}

.clint {
    min-height: 300px
}

.client_bx {
    padding: 5% 0;
    text-align: center;
}

.client_bx2 {
    padding: 0 0 5%;
    text-align: center;
}











.cata_title h3 {
    margin: 0 auto;
    padding-left: 275px;
}


.cat_hd h4 {
    text-align: left;
    color: #fff;
}




.respo_menu {
    display: none;
}

.sidenav {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 60px;
}

.sidenav a,
.dropdown button {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 22px;
    color: #c7c6c6;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: center;
    cursor: pointer;
    outline: none;
    line-height: 2;
}

.sidenav a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}

.dropdown-btn:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    font-size: 40px;
}


.fa-caret-down {
    float: right;
    padding: 10px;

}

.dropdown-container a {
    font-size: 10pt;
    color: #fff;
    letter-spacing: 1px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -55px;
}





/* **********responsive**********	 */


@media screen and (max-width:1199px) {}

@media screen and (max-width:991px) {
    .respo_menu {
        display: inline-block;
    }

    .nrml_menu {
        display: none;
    }

    .prologo2 {
        position: absolute;
        right: -870px;
        top: 6px;
    }

    .social {
        padding-top: 0;
    }

    .parallax_text h2 {
        font-size: 22px;
    }

    .parallax_btn button {
        margin-top: 0;
        float: right;
    }

    .product_Pic img {
        height: auto;
    }

    .client {
        min-height: auto;
    }

    .sidenav a,
    .dropdown button {
        font-size: 30px;
    }

    .pro_pic img {
        padding: 30px;
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .respo_menu {
        display: inline-block;
    }

    .nrml_menu {
        display: none;
    }

    .prologo2 {
        position: absolute;
        right: -675px;
        top: 5px;
    }

    .product_Pic img {
        height: auto;
    }

    .client {
        min-height: auto;
    }

    .sidenav a,
    .dropdown button {
        font-size: 20px;
    }

    .clint_pic img {
        width: 100%;
    }

    .about_head,
    .quality_head,
    .brand_head,
    .client_head,
    .contact_head,
    .bone_head,
    .glass_head,
    .rolltop_head,
    .cutlery_head,
    .lifttop_head,
    .hydraulic_head,
    .guest_head,
    .bin_head,
    .stand_head,
    .trolley_head,
    .table_head,
    .bar_head,
    .kitchen_head,
    .kitchen_equip_head,
    .display_head,
    .bakery_head,
    .hygiene_head {
        min-height: 200px;
    }
}

@media screen and (max-width:575px) {
    .respo_menu {
        display: inline-block;
    }

    .nrml_menu {
        display: none;
    }

    .prologo2 {
        position: absolute;
        right: -485px;
        top: 5px;
    }

    .banner {
        min-height: auto;
    }

    .client_pic .slick-next {
        right: -10px !important;
    }

    .client_pic .slick-prev {
        left: -22px !important;
    }

    .sidenav a,
    .dropdown button {
        font-size: 20px;
    }

    .about_head,
    .quality_head,
    .brand_head,
    .client_head,
    .contact_head,
    .bone_head,
    .glass_head,
    .cutlery_head,
    .rolltop_head,
    .lifttop_head,
    .hydraulic_head,
    .guest_head,
    .bin_head,
    .stand_head,
    .trolley_head,
    .table_head,
    .bar_head,
    .kitchen_head,
    .kitchen_equip_head,
    .display_head,
    .bakery_head,
    .hygiene_head {
        min-height: 150px;
    }

}

@media screen and (max-width:480px) {
    .logo img {
        width: 100%;
    }

    .social i {
        width: 30px;
        height: 30px;
        padding: 7px 7px;
    }

    .respo_menu {
        display: inline-block;
    }

    .nrml_menu {
        display: none;
    }

    .prologo2 {
        position: absolute;
        right: -378px;
        top: 5px;
    }

    .parallax_text h2 {
        font-size: 12pt;
    }

    .parallax_btn button {
        margin-top: 0;
    }

    .banner {
        min-height: auto;
    }

    .client {
        min-height: auto;
    }

    .sidenav a,
    .dropdown button {
        font-size: 20px;
    }


    .about_head,
    .quality_head,
    .brand_head,
    .client_head,
    .contact_head,
    .bone_head,
    .glass_head,
    .cutlery_head,
    .rolltop_head,
    .lifttop_head,
    .hydraulic_head,
    .bin_head,
    .stand_head,
    .trolley_head,
    .bar_head,
    .kitchen_head {
        min-height: 150px;
    }

    .guest_head,
    .table_head,
    .kitchen_equip_head,
    .display_head,
    .bakery_head,
    .hygiene_head {
        min-height: 130px;
    }

    .pro_pic img {
        padding: 30px;
        width: 100%;
    }

    .glass_head img {
        width: 100%;
    }

    .client_pic img {
        padding: 10px;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 25px !important;
    }
}

@media screen and (max-width:360px) {
    .respo_menu {
        display: inline-block;
    }

    .nrml_menu {
        display: none;
    }

    .prologo2 {
        position: absolute;
        right: -290px;
        top: 7px;
    }

    .logo img {
        width: 170px;
    }

    .social i {
        width: 30px;
        height: 30px;
        padding: 7px 9px;
    }

    .parallax_text h2 {
        font-size: 9pt;
    }

    .parallax_btn button {
        margin-top: 0;
        padding: 8px 30px;
    }

    .client_pic img {
        padding: 5px;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 25px !important;
    }

    .about_head,
    .quality_head,
    .brand_head,
    .client_head,
    .contact_head,
    .bone_head,
    .glass_head,
    .cutlery_head,
    .rolltop_head,
    .lifttop_head,
    .hydraulic_head,
    .guest_head,
    .bin_head,
    .stand_head,
    .trolley_head,
    .table_head,
    .bar_head,
    .kitchen_head,
    .kitchen_equip_head,
    .display_head,
    .bakery_head,
    .hygiene_head {
        min-height: 105px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .dropdown-submenu .dropdown-menu {
        left: 55%;
    }
}


 .icon-bar1 {
			position: fixed;
			top: 80%;
			z-index: 999;
			right: 0px;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
		}

		.icon-bar1 a {
			display: block;
			text-align: center;
			padding: 12px;
			transition: all 0.3s ease;
			color: white;
			font-size: 16px;
		}
        .whatsapp img {
            width: 45px;
            height: 45px;
        }
#catelogue_button
{
    background: #ed832f !important;
    padding: 15px 30px;
    color: #fff; 
    border-radius: 15px; 
    text-decoration: none;
    font-size: 21px;
    font-weight: 700;
}
@media screen and (max-width: 480px) {
    #catelogue_button
    {
        padding: 10px 20px;
        font-size: 14px;
    }
}