/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 13-Apr-2022, 9:09:02 am
    Author     : Kirti
*/

@media screen and  (max-device-width: 900px)
{
ul{
   margin-top: 0px; 
   list-style-type: none;
   
}

ul :hover{
   
 
}

#slogan{
    
    top:0px;
    background-color: #F0F2F1;
    height: 100px;
    display: block;
    
  
}
.logo_block img{
    width:80%;
    margin-bottom: 10%;
}

.hclass{
    padding-top:0px;
    padding-left:10px;
    font-family: 'Engagement', cursive;
    font-size: 27px;
    font-weight: 100;
    color: #e4332d;
}
.MenuStrip {
    display: none;
}
.Nav_Menu{
    top:0px;
    background-color: #F0F2F1;
    height: 100px;
    display: block;
}
#Nav_Menu3
{
    margin-left: 0px;
    padding: 0px;
}
.nav #Nav_Menu {
    
    height: auto;
    padding: 5px;
    z-index: 999;
    float :left;
    white-space: nowrap;
    position: fixed;
    background-color: #F0F2F1;
    
    
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
/*#burg_menu
{
  position: absolute;
  width: 100%;
  height: 250px;
  overflow-y: scroll;
  
  margin: 102px 100px 0 -50px;
  padding: 20px;
  padding-top: 20px;
  
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
   to stop flickering of text in safari 
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}*/

/*#burg_menu li
{
  padding: 10px 0;
  font-size: 22px;
}*/
.submenu  a
{
  padding: 0;
  font-size: 15px;
   overflow:scroll;
}


/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}
/*#MobileMenuDivWrapper { 
  height: 200px;
  max-height: 200px;
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling:touch; 
}*/


#DiSubmenu{
    display:none;
    background-color: #fff;
    color:#7DB725;
    height: auto;
    padding-top: 1px;
}
#Dimenu{
    display: block;
    width: 100%;
    height: 38px;
    position: absolute;
    
    margin-top: -38px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}
#Dimenu:checked ~ #DiSubmenu
{
    display:contents;
    background-color: #fff;
    color:#7DB725;
    height: auto;
    padding-top: 1px;
  
}

#BvSubmenu{
    display:none;
    background-color: #fff;
    color:#7DB725;
    height: auto;
    padding-top: 1px;
}
#Bvmenu{
    display: block;
    width: 100%;
    height: 38px;
    position: absolute;
    
    margin-top: -38px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}
#Bvmenu:checked ~ #BvSubmenu
{
    display:contents;
    background-color: #fff;
    color:#7DB725;
    height: auto;
    padding-top: 1px;
  
}

#SolSubmenu{
    display:none;
    background-color: #fff;
    color:#7DB725;
    height: auto;
    padding-top: 1px;
}
#Solmenu{
    display: block;
    width: 100%;
    height: 38px;
    position: absolute;
    
    margin-top: -38px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}
#Solmenu:checked ~ #SolSubmenu
{
    display:contents;
    background-color: #fff;
    color:#7DB725;
    height: auto;
    padding-top: 1px;
  
}

#IfSubmenu{
    display:none;
    background-color: #fff;
    color:#7DB725;
    height: auto;
    padding-top: 1px;
}
#Ifmenu{
    display: block;
    width: 100%;
    height: 38px;
    position: absolute;
    
    margin-top: -38px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}
#Ifmenu:checked ~ #IfSubmenu
{
    display:contents;
    background-color: #fff;
    color:#7DB725;
    height: auto;
    padding-top: 1px;
  
}

#CarSubmenu{
    display:none;
    background-color: #fff;
    color:#7DB725;
    height: auto;
    padding-top: 1px;
}
#Carmenu{
    display: block;
    width: 100%;
    height: 38px;
    position: absolute;
    
    margin-top: -38px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}
#Carmenu:checked ~ #CarSubmenu
{
    display:contents;
    background-color: #fff;
    color:#7DB725;
    height: auto;
    padding-top: 1px;
  
}



#ContactSubmenu{
    display:none;
    background-color: #fff;
    color:#7DB725;
    height: auto;
    padding-top: 1px;
    
}
#Contactmenu{
    display: block;
    width: 100%;
    height: 38px;
    position: absolute;
    
    margin-top: -38px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}
#Contactmenu:checked ~ #ContactSubmenu
{
    display:contents;
    background-color: #fff;
    color:#7DB725;
    height: auto;
   
    padding-top: 1px;
  
}

#EcSubmenu{
    display:none;
    background-color: #fff;
    color:#7DB725;
    height: auto;
    padding-top: 1px;
}
#Ecmenu{
    display: block;
    width: 100%;
    height: 38px;
    position: absolute;
    
    margin-top: -38px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}
#Ecmenu:checked ~ #EcSubmenu
{
    display:contents;
    background-color: #fff;
    color:#7DB725;
    height: auto;
    padding-top: 1px;
  
}
#head_menu{
    float:left;
    margin-left: 10px;
    list-style-type:none;
    z-index: 999;
    padding:10px;
    margin-top: 0px;
    display: block;
    background-color: blueviolet;
    height:100px;
    
}

#Nav_Menu1 img{
    margin-left: 10%;
    width: 60%;
    height: 60px;
    padding: 0;
    top: 0px;
    
}


/*#head_menu :hover{
  background-color: red;  
  height: 100px;
  
}*/
.NavMenuHead{
    float: left;
    overflow: hidden;
    margin-left: 1px;
    list-style-type:none;
    z-index: 999;
    padding:10px;
    margin-top: 0px;
    display: block;
    background-color: #F0F2F1;
   
    height:98px;
    
}
.Menupanel{
     background-color: #F0F2F1;
     border-bottom: 2px solid #7DB725;
     height: 102px;
    
}


.burg_dropdown {
  
  overflow: hidden;
  
  border-bottom: 1px solid #5593de;
  color: #5593de;
  padding-bottom: 5px;
  margin-left:12%;
  
}


.burg_dropdown .dropbtn {
  font-size: 5px;  
  border:none;
  outline:none;
  padding: 0;
  font-family: Calibri-Light;
  margin: 0;
}



.burg_dropdown_icon{
    margin-left: 5px;
    float:right;
}
.burg_dropdown_content {
  display: none;
  position: relative;
  /*background-color: #f9f9f9;
  margin-left: -134px;
  margin-top: 45px;
  z-index: 1;*/
}

.burg_dropdown_content, .subfont a {
  float: none;
  color: #fff;
  padding: 10px 16px;
  text-decoration: none;
  
  text-align: left;
 
}
/*.burg_dropdown input[type="checkbox"] {
    opacity: 0;
  
}*/

/*.burg_dropdown_content a:hover {
  background-color: #fff;
  color:#7DB725;
  height: auto;
  padding-top: 1px;
  
 
}*/
.burg_dropdown:hover{
    
}

.burg_dropdown_content:hover {
  display: block;
  height: auto;
  
 
}

.submenu{
    height: 30px;
    width: 100%;
    margin-top: 1px;
    z-index: 999;
    background-color: #7DB725;
}

.sidepanel{
    float: left;
    overflow: hidden;
}

.sidepanel-content{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
  
}

.sidepanel-content a{
    float: none;
    color: black;
    padding: 10px 16px;
    text-decoration: none;
  
    text-align: left;
}

.sidepanel-content a:hover{
    background-color: #7DB725;
    height: auto;
    padding-top: 0px;
 
}
.sidepanel:hover .sidepanel-content {
  display: block;
  height: auto;
  margin-left: 110px;
  margin-top: -20px;
 
}
.freezer{
    position: fixed;
    width: 100%;
    z-index: 2;
}

.freezers{
    position: absolute;
    width: 100%;
    margin-top: 300px;
    
}

.topbox{
    width:100%;
    height: 30px;
    top:0px;
    background-color: #F0F2F1;
    border-bottom: 1px solid #00BBBC;
    
    
}

.menubug{
    margin-top: 10px;
    margin-bottom:10px;
}
.menubug a{
    color:#5593de;
    text-decoration: NONE;
}
ul .NavMenuHead:hover{
     background-image: linear-gradient(#F0F2F1,#7bb823);
}
body{
    overflow-x: hidden;
    font-family: Calibri ;
}
#sub-header ul li:hover,
body.home li.home,
body.contact li.contact { background-color: #000;}

#sub-header ul li:hover a,
body.home li.home a,
body.contact li.contact a { color: #fff; }
/*.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 31px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: rgba(148, 50, 50, 0);
    background-image: none;
    border: 1px solid black;
    border-radius: 4px;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #000;
}

.nav, .navbar-brand, .headr, ul.sideNavs, h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

a, a:hover {
    text-decoration: none;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a {
    background-color: transparent;
}*/




#menuToggle
{
  display: block;
  position: relative;
  top: 30px;
  
  
  z-index: 3;
  
  -webkit-user-select: none;
  user-select: none;
}


.menubug a:hover
{
  color: tomato;
}


#menuToggle #menuCheck
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  margin-left: 60%;
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  margin-left: 60%;
  background: #000;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#burg_menu
{
  position: absolute;
  width: 100%;
  height: 250px;
  overflow-y: scroll;
  
  margin: 102px 0 0 -50px;
  padding: 20px;
  padding-top: 20px;
  
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

/*#burg_menu li
{
  padding: 10px 0;
  font-size: 22px;
}*/
.submenu  a
{
  padding: 0;
  font-size: 15px;
   overflow:scroll;
}


/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}
/*#MobileMenuDivWrapper { 
  height: 200px;
  max-height: 200px;
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling:touch; 
}*/
.menu_item{
    display:none;
}

}