@font-face {
  font-family: Helvetica Rounded;
  src: url(HelveticaRoundedLTStd-Bd.otf);
}

@font-face {
  font-family: Poppins;
  src: url(Poppins-Regular.ttf);
}

body{
    font-family:  Poppins;
    background-color: #fff;
}

.logo{
    height: 60px;
}

.icon{
    height: 30px;
}

.vr{
    height: 90%;
    border-left: 2px solid white;
}

p{
    font-family: Poppins;
}

a{
    text-decoration: none;
    color: inherit;
}

a:link{
    text-decoration: none;
    color: inherit;
}

a:hover{
    text-decoration: none;
    color: inherit;
}


.nav-bar{
    width: 100%;
    height: 70px;
    padding: 10px;
    background-color:#123258; 
    color:white;
}

.nav-menu{
    list-style: none;
    display: flex;
    float: right;
}

.nav-menu li{
    width: auto;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 5px;
    margin: 5px 5px;
    font-size: 10px;
    text-align: center;
}

.nav-menu li:hover{
    background-color: #CD2602;
}

.tab-menu-horizontal{
    width: 100%;
}

.tab-menu-vertical{
    width: 100%;
}

.tab-menu{
    list-style: none;
    display: flex;
    padding: inherit;
    margin: 0px;
    flex-wrap: wrap;
}

.tab-menu2{
    list-style: none;
    display: flex;
    padding: inherit;
    margin: 0px;
    flex-wrap: wrap;
}

.tab-menu li{
    width: auto;
    min-width: 150px;
    padding: 10px;
    margin: 0px 1px;
    font-size: 14px;
    text-align: center;
    background: #D4D4D4;
}

.tab-menu2 li{
    width: 100%;
    padding: 10px;
    margin: 0px;
    font-size: 14px;
    text-align: left;
    background: inherit;
}


.tab-menu li.active{
    background: #123258;
    color: white;
}

.tab-menu li:hover{
//    background-color: #123258;
  //  color: white;
}

.tab-menu2 li.active{
    background: #F3F3F3;
    color: #000;
}

.tab-menu2 li:hover{
   // background-color: #F3F3F3;
  //  color: #000;
}

.tab-contents{
    width: 100%;
    min-height: 100px;
}

.tab-icon{
    width:20px;
}

.tab-img{
    width: auto;
    height: 400px;
    margin-top: -150px;
    float: right;
}


.slider{
    width: 100%;
    overflow: hidden;
}

.banner{
    width: 100%;
    height:500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.slider-textbox{
    margin-top:250px;
}

.overlay{
    padding: 30px;
    background: rgba(0,0,0,0.5);
}

.header-text{
    font-family: Helvetica Rounded;
}

.img{
    width: 100%;
}

.img-icon{
    width: 20px;
}

.products{
    width: 100%;
}

.product-item{
    border-radius: 5px;
    background: #C4C4C4;
    min-height: 300px;
    width: 100%;
}

.mobile-menu{
    display: none;
    font-size: 30px;
    float: right;
}

.favourite{
    border-radius: 100px;
    background: #D7D7D7;
    padding: 5px;
    text-align: center;
    color: white;
    width: 30px;
    height: 30px;
}

.footer-contact{
    background: url("map.png");
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 20px;
}

.contact-box{
    width: 400px;
    min-height: 200px;
}

.footer{
    width: 100%;
    background: #123258;
        color: white;
    padding: 20px;
}

.pull-right{
    float: right;
}
.text-primary{
    color:#123258;
}

.text-danger{
    color:#CD2602;
}

.text-wine{
    color:#891B02;
}

.bg-primary{
    background-color:#123258 !important;
    color:white;
}

.bg-danger{
    background-color:#CD2602 !important;
    color:white;
}

.bg-wine{
    background-color:#891B02 !important;
    color:white;
}

.bg-black{
    background-color:#000 !important;
    color:white;
}

.bg-gray{
    background-color:#F3F3F3 !important;
    color:#000;
}

.fs-9{
    font-size: 10pt;
}

.fs-8{
    font-size: 10pt;
}

.fs-7{
    font-size: 10pt;
}

.fs-6{
    font-size: 10pt;
}

.fs-10{
    font-size: 10pt;
}

.fs-5{
    font-size: 5pt;
}

.fs-12{
    font-size: 12pt;
}

.fs-14{
    font-size: 14pt;
}

.fs-16{
    font-size: 16pt;
}

.fs-24{
    font-size: 24pt;
}

.fs-30{
    font-size: 30pt;
}

.fs-40{
    font-size: 40pt;
}

.fs-50{
    font-size: 50pt;
}

.fs-100{
    font-size: 100pt;
}

.m-auto{
    margin: auto;
}

.mt-5
    margin-top: 5px;
}

.mt-10{
    margin-top: 10px !important;
}

.mt-15{
    margin-top: 15px;
}

.ml-10{
    margin-left: 10px;
}

.mr-10{
    margin-right: 10px;
}

.mt-20{
    margin-top: 20px;
}

.mt-30{
    margin-top: 30px;
}

.mt-40{
    margin-top: 40px;
}

.mt-50{
    margin-top: 50px;
}

.mt-100{
    margin-top: 100px;
}

.mb-1{
    margin-bottom: 1px !important;
}

.mb-2{
    margin-bottom: 2px !important;
}

.mb-3{
    margin-bottom: 3px !important;
}

.mb-4{
    margin-bottom: 4px !important;
}

.mb-5{
    margin-bottom: 5px !important;
}

.mb-10{
    margin-bottom: 10px;
}

.mb-20{
    margin-bottom: 20px;
}

.mb-30{
    margin-bottom: 30px;
}

.mb-40{
    margin-bottom: 40px;
}

.mb-50{
    margin-bottom: 50px;
}

.mb-100{
    margin-bottom: 100px;
}

.p-5{
    padding: 5px;
}

.p-10{
    padding: 10px;
}

.p-20{
    padding: 20px;
}

.p-30{
    padding: 30px;
}

.p-40{
    padding: 40px;
}

.p-50{
    padding: 50px;
}

.pt-5{
    padding-top: 5px;
}

.pt-10{
    padding-top: 10px;
}

.pt-20{
    padding-top: 20px;
}

.pt-30{
    padding-top: 30px;
}

.pt-40{
    padding-top: 40px;
}

.pt-50{
    padding-top: 50px;
}

.pt-100{
    padding-top: 100px;
}


.pb-5{
    padding-bottom: 5px;
}

.pb-10{
    padding-bottom: 10px;
}

.pb-20{
    padding-bottom: 20px;
}

.pb-30{
    padding-bottom: 30px;
}

.pb-40{
    padding-bottom: 40px;
}

.pb-50{
    padding-bottom: 50px;
}

.pb-100{
    padding-bottom: 100px;
}


.pb-0{
    padding-bottom: 0px;
}

.btn-outline{
    background: none;
    border: 1px solid #000;
    border-radius: 5px;
}

.border-black{
    border: 1px solid #000;
}

.border-wine{
    border: 1px solid #891B02;
}

.border-gray{
    border: 1px solid #F3F3F3;
}

.border-white{
    border: 1px solid #Fff;
}

.border-black-2{
    border: 2px solid #000;
}

.border-wine-2{
    border: 2px solid #891B02;
}

.border-gray-2{
    border: 2px solid #F3F3F3;
}

.border-white-2{
    border: 2px solid #Fff;
}

.br-5{
    border-radius: 5px;
}

.br-10{
    border-radius: 10px;
}

.br-20{
    border-radius: 20px;
}

.br-30{
    border-radius: 30px;
}

.br-40{
    border-radius: 40px;
}

.br-50{
    border-radius: 50px;
}

.br-100{
    border-radius: 100px;
}

.icon-35{
    width: 35px;
}

.map{
    width: 100%;
    min-height: 500px;
    padding: 20px;
}

.transparent-box{
    border-radius: 5px;
    padding: 20px;
    min-height: 200px;
    background: rgba(0, 0, 0, 0.5);
}

.search-input{
    height: 50px;
    width: 60%;
    min-width: 100px;
    border: 0px;
    border-radius: 0px;
}

@media only screen and (max-width:970px){
    
.nav-menu{
    display: none;
    background-color: white;
    position:absolute;
    z-index: 1000;
    right:0px;
    top: 60px;
    padding:15px;
    min-width: 300px;
/*    box-shadow: 0px 5px 1px #ccc;*/
    color:#123258;
}
    
    .nav-content{
        display: flex;
    }
    
    
.nav-menu li{
    width: auto;
    padding: 10px;
    border:0px;
    border-radius: 0px;
    border-bottom: 1px solid #ddd;
    margin: 5px 5px;
    font-size: 10px;
    text-align: left;
}
    
   .nav-btn{
        border-radius:5px !important;
        border: none !important;
       margin-top: 20px !important;
       text-align: center !important;
    }
    
    
.tab-img{
    width: auto;
    height: 300px;
    margin-top: 0px;
    float: none;
}

    .contact-box{
        width:100%;
    }
    
    .mobile-menu{
    display: block;
    }
    
    .hide-menu{
    display: block;
    }
    
   
    
}

    