/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21 Apr, 2021, 11:46:26 PM
    Author     : abbho
*/
@media screen and  (max-width: 1920px)
{
ul{
   margin-top: 0px; 
   list-style-type: none;
   
}

ul :hover{
   
 display: block;
 
}

#slogan{
    
    top:0px;
    background-color: #F0F2F1;
    height: 70px;
    display: block;
    
  
}

.hclass{
    padding-left: 10px;
    font-family: 'Engagement', cursive;
    font-size: 27px;
    font-weight: 100;
    color: #e4332d;
}
.Nav_Menu{
    top:0px;
    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;
    
    
}
#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-top : 20px;
   margin-left: 10px; 
    width:90%;
    
}
.vline{
    border-left:1px solid #b7b9b4;
    height:60px;
    margin-top:20px;
}

.vline2{
    border-left:2px solid #fff;
    height:60px;
    margin-top:20px; 
}

/*#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:88px;
    
}
.Menupanel{
     background-color: #F0F2F1;
     border-bottom: 2px solid #7DB725;
     height:90px;
    
}


.dropdown {
  float: left;
  overflow: hidden;
  
}


.dropdown .dropbtn {
  font-size: 5px;  
  border:none;
  outline:none;
  padding: 0;
  font-family: Calibri-Light;
  margin: 0;
}



.dropdown_icon{
    margin-left: 5px;
    float:right;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  margin-left: -136px;
  margin-top: 34px;
  z-index: 1;
}

.dropdown-content a {
  display:block;
  float: none;
  color: #fff;
  padding: 5px 16px;
  text-decoration: none;
  text-align: left;
  height:auto;
 
}

.dropdown-content a:hover {
   background-color: #fff;
  color:#7DB725;
  height: auto;
  padding-top: 6px;
  
 
}

.dropdown:hover .dropdown-content {
  display: block;
  height: auto;
  
 
}
.dropdown:hover span {
  display: none;
  
  
 
}

.submenu{
    height: 30px;
    width: 275px;
    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;
 
}


.topbox{
    width:100%;
    height: 20px;
    top:0px;
    background-color: #F0F2F1;
    border-bottom: 1px solid #00BBBC;
    
    
}

.menubox{
    display: flex;
    margin-top: 25px;
}

.menubox a{
    color:#333;
    text-decoration: NONE;
}
ul .NavMenuHead:hover{
     background-image: linear-gradient(#F0F2F1,#7bb823);
}
body{
    overflow-x: hidden;
    font-family: Calibri ;
    overflow-y: scroll;
    background-color: #F0F2F1;

}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
#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: none;
  position: relative;
  top: 50px;
  left: 50px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}




.burg_dropdown a:hover
{
  color: tomato;
}


#menuToggle #menuCheck
{
  display: none;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  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: none;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  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: 300px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  
  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);
}

#menu li
{
    
  padding: 10px 0;
  font-size: 22px;
}
/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

#Dimenu:checked ~ #DiSubmenu
{
    display:none;
    background-color: #fff;
    color:#7DB725;
    height: auto;
    padding-top: 1px;
  
}

#Bvmenu:checked ~ #BvSubmenu
{
    display:none;
    background-color: #fff;
    color:#7DB725;
    height: auto;
    padding-top: 1px;

}
#Solmenu:checked ~ #SolSubmenu
{
    display:block;
    background-color: #fff;
    color:#7DB725;
    height: auto;
    padding-top: 1px;
  
}
#Ifmenu:checked ~ #IfSubmenu
{
    display:block;
    background-color: #fff;
    color:#7DB725;
    height: auto;
    padding-top: 1px;
  
}
#CarSubmenu{
    display:none;
    background-color: #fff;
    color:#7DB725;
    height: auto;
    padding-top: 1px;
}
#Contactmenu:checked ~ #ContactSubmenu
{
    display:block;
    background-color: #fff;
    color:#7DB725;
    height: auto;
    padding-top: 1px;
  
}
#Ecmenu:checked ~ #EcSubmenu
{
    display:block;
    background-color: #fff;
    color:#7DB725;
    height: auto;
    padding-top: 1px;
  
}
.FlagMsg{
    margin-left:1130px;
}
}