*{
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: 'Livvic', sans-serif;
}
/* common */
a{
    text-decoration: none;
    color: #000;
}
#category-cont{
    margin: 0;
}
.web-hide{
    display: none;
}
nav.navbar{
    padding: 0;
    z-index: 9;
    width: 100%;
}
nav.navbar .container{
    position: absolute;
    top: 0;
    left: 100px;
    padding: 10px;
}
.nav.navbar-nav{
    /* width: 50%; */
    display: inline-block;
} 
.navbar-nav li{
    display: inline-block;
} 
.nav.navbar-nav li a{
    color: #000;
    text-decoration: none;
    padding: 10px 20px
}
.nav-btn{
    text-align: right;
    font-size: 20px;
    color: #000;
    margin-right: 20px;
}
.navbar-brand{
    background-color: #fff;
    position: absolute;
    top: 0;
    padding: 20px 5px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.navbar-brand img{
    display: block;
    width: 80%;
    margin: 0 auto;
}
.nav-dropdown {
    position: relative;
    background-color: transparent;
    padding: 10px 20px;
}
.dropdown-list {
    position: absolute;
    padding-left: 15px;
    display: none;
}
.show{
    display: block!important;
}
.dropdown-list li {
    display: block;
    background-color: rgba(255,255,255,0.7);
    margin: 10px 0;
    padding: 0 5px;
    border-radius: 15px;
    width: 100px;
}
.dropdown-list li a{    
    display: block;
    padding: 3px!important;
    text-align: center;
}
.search{
    border-radius: 10px;
    padding: 2px 5px;
}
.search-btn{
    margin-left: -25px;
}
/* .search::after{
    content: '0';
} */
footer{
    margin-top: 50px;
    box-shadow: 0 0 25px #B0B0B0BF;
    padding: 25px 0;
}
/* footer */
.footer{
    display: flex;
    justify-content: flex-start;
    color: #9E9E9E;
}
.footer .logo{
    border-right: 1px solid #B0B0B0BF;
    padding: 25px;
}
.footer .logo img{
    width: 150px;
}
.footer-nav ul li{
    list-style-type: none;
}
.footer-nav ul li:first-child{
    font-weight: bold;
}
.footer-nav ul li a{
    color: #9E9E9E;
    text-decoration: none;
}
.copy{
    font-size: 10px;
    color: #9E9E9E;
    text-align: right;
}
/* home page */
.banner{
    box-shadow: 0 0 25px #B0B0B0BF;
    margin-bottom: 75px;
    position: relative;
}
.banner a{
    display: block;
    background-color: rgba(255,255,255,0.7);
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    top: 70%;
    left: 45%;
    color: #000;
    text-transform: uppercase;
    font-weight:bold;
}
.banner .bnr-img{
    width: 100%;
    /* height: 100vh; */
    z-index: 5;
}
h1.main-head{
    position: absolute;
    top: 40%;
    left: 40%;
    text-transform: uppercase;    
}
.category-list{
    display: flex;
    justify-content: space-evenly;
    margin: 25px 0;
}
.cat-item * {
    transition: 0.2s;
}
.cat-item{
    display: block;
    position: relative;
    width: calc(100% / 5);
    overflow: hidden;
}
.cat-item .cat-name{
    position: absolute;    
    top: 50%;
    left: 45%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    transform: translate(-50%,-50%);
    z-index: 5;
    /* opacity: 0; */
}
.cat-item img{
    width: 90%;
    position: relative;
    z-index: 1;
}
.cat-btn{
    position: absolute;
    top: 70%!important;
    /* left: 50%; */
    border-radius: 25px;
}
.cat-btn-main{
    position: absolute;
    top: 70%!important;
    left: 35%;
    border-radius: 25px;
}
.cat-item:hover img {
    transform: scale(1.2);
}
.cat-item:hover .cat-name {
    /* opacity: 1; */
}
  
/* about us */
.about img{
    width: 100%;
}
.contact{
    box-shadow: 0 0 25px #B0B0B0BF;
    border-radius: 10px;
    margin: 50px 0;
    text-align: center;
    padding: 20px;
}
.contact a{
    text-decoration: none;
    color: #000;
}
#map {
    height: 400px; /* The height is 400 pixels */
    width: 100%; /* The width is the width of the web page */
}
/* IT */
/* .company-list{
}
.company-list img{
    width: 3500px;
} */
.product-list{
    display:block;
    text-align:center;
    margin:0 auto;
}
.product{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 250px;
    height: 300px;
    margin: 0 0 25px;
    position: relative;
}
.product-img{
    position: absolute;
    top: 35px;
    width: 160px;
    left: 40px;
}
.product-name{
    position: absolute;
    bottom: 60px;
    width: 130px;
    left: 50px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
}
.product-btn{
    position: absolute;
    border: 180px;
    left: 33%;
    padding: 0 10px;
    background-color: #441468;
    border-radius: 15px;
    color: #fff;
    font-size: 12px;
    bottom: 55px;
    text-decoration: none;
}
.main{
    background-size: 100%;
    background-repeat: no-repeat;
}
.main h2{
    font-weight: bold;
}
.horeca{    
    background-image: url(../img/Horeca/Vector\ 1.png);
}
.it{    
    background-image: url(../img/it/Vector\ 1.png);
}
.fmcg-sec{    
    background-image: url(../img/fmcg/Vector\ 1.png);
}
.electronics{    
    background-image: url(../img/electronics/Vector\ 1.png);
}
.civil{    
    background-image: url(../img/civil/Vector\ 1.png);
}
.it .product{
    background-image: url(../img/IT/Rectangle\ 35.png);
}
.civil .product{
    background-image: url(../img/civil/Rectangle\ 38-1.png);
}
.horeca .product{
    background-image: url(../img/Horeca/Rectangle\ 35.png);
}
.electronics h1, .fmcg h1{
    color: #9B4402;
    text-shadow: 2px 2px #00000033;
    position: absolute;
    /* top: 120px; */
    /* left: 35%; */
    text-transform: uppercase;
}
.fmcg h1{
    left: 45%;
}
.electronics .product{
    background-image: url(../img/electronics/Rectangle\ 35.png);
} 
.electronics .cat-btn{
    top: 160px;
    border-radius: 25px;
}
/* .electronics .product-btn{
    background-color: #D28B00;
    top: 170px;
} */
.electronics .product-name{
    color: #9B4400;
}
.fmcg .company-list img, .bm .company-list img{
    width: 100%;
}
.fmcg .product{
    background-image: url(../img/fmcg/Rectangle\ 35.png);
} 
.fmcg .cat-btn,.horeca .cat-btn{
    /* top: 170px; */
    color: #654A31;
    border-radius: 25px;
    box-shadow: 0 7px 25px #654A31;
}
.BM .product-name{
    color: #000;
}
.horeca h1{
    color: #fff;
    text-shadow: 2px 2px #00000033;
    position: absolute;
    top: 120px;
    left: 43%;
    text-transform: uppercase;
}



.slider {
    margin: 50px 0;
    padding: 10px;
    width: 75%;
    margin: 0 auto;
    box-shadow: 0 0 25px #B0B0B0BF;
    border-radius: 35px;
}
.contain {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}
.item {
    align-items: center;
    color: white;
    display: flex;
    height: 50px;
    justify-content: center;
}
.company-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.company-list img{
    order: 4;
    margin: 0 auto;
}
 .mapouter {
                position: relative;
                text-align: right;
                width: 600px;
                height: 400px;
              }
              .gmap_canvas {
                overflow: hidden;
                background: none !important;
                width: 600px;
                height: 400px;
              }
              .gmap_iframe {
                width: 600px !important;
                height: 400px !important;
              }
.input-container{position: relative;}
.input-container svg{
    position: absolute;
    color: #ccc;
    right: 10px;
    top: 5px;
}
.prodSearch {
    border-radius: 15px;
    padding-right: 25px;
    padding-left: 10px;
}
#list{
    position: absolute;
    top: 25px;
    right: 25px;
    background-color: #fff;
    border-radius: 5px;
    display: none;
    padding: 0;
}
#list .prod{
    padding: 5px;
    width: 180px;
    list-style-type: none;
}
.prod a{
    text-decoration: none;
    display: block;
}
.prod a:hover{
    background-color: #ccc;
}