.snlogo img{
    height: 50px;    
}
.snlogo {
    width: 100%;
    text-align: center;
}

body {
    background:#e1e1e1;
    margin: 0;
  }
  .fix_hed{
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
  }
  .sn_header {
    background:#fff;
    box-shadow:0 2px 5px rgba(0,0,0,0.2);
    padding: 15px 20px;
    width:100%;
    z-index:9;
  }
  .flexcenter{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  button {
    background:transparent;
    border:none;
    width:30px;
    height:30px;
    cursor:pointer; 
    outline:0;
  }
  
  .side_left_toggle span {
    width:100%;
    height:3px;
    background:#555;
    display:block;
    position:relative;
    cursor: pointer;
  }
  
  .side_left_toggle span:before,
  .side_left_toggle span:after {
    content:'';
    position:absolute;
    left:0;
    width:100%;
    height:100%;
    background:#555;
    transition: all 0.3s ease-out;
  }
  
  .side_left_toggle span:before {
    top:-8px;
  }
  
  .side_left_toggle span:after {
    top:8px;
  }
  
  .side_left_toggle span.left_side_toggle {
    background:transparent;
  }
  
  .side_left_toggle span.left_side_toggle:before {
    top:0;
    transform:rotate(-45deg);
    
    
  }
  
  .side_left_toggle span.left_side_toggle:after {
    top:0;
    transform:rotate(45deg);
    
  }
  
  .sidebar {
    background:#fff;
    width:235px;
    position:fixed;
    top:0;
    left:-235px;
    height:100%;
    box-shadow:0 2px 8px rgba(0,0,0,0.2);
    padding-top:90px;
    transition:all 0.3s ease-out;
  }
  .sidebarshow {
    left:0;
  }
  
  .sidebar .menu .item{
   position: relative;
   cursor: pointer;
  }
  
  .sidebar .menu .item a{
   color: #2c2c2c;
   font-size: 16px;
   text-decoration: none;
   display: block;
   padding: 5px 25px;
   line-height: 25px;
  }
  
  .sidebar .menu .item a:hover{
   background: #dddddd;
   transition: 0.3s ease;
  }
  
  .sidebar .menu .item i{
   margin-right: 15px;
  }
  
  .sidebar .menu .item a .dropdown{
   position: absolute;
   right: 0;
   margin:5px 20px;
   transition: 0.3s ease;
  }
  
  .sidebar .menu .item .sub-menu{
   background: rgba(255, 255, 255, 0.1);
   display: none;
  }
  
  .sidebar .menu .item .sub-menu a{
   padding-left: 30px;
  }
  .rotate{
   transform: rotate(90deg);
  }
  /*
  @media only screen and (min-width: 768px) {
    .sidebar{
      display: none;
    }
    .side_left_toggle{
      display: none;
    }
    .menu_link{
      display: none;
    }
  }
  */
  @media only screen and (max-width: 768px) {
    
    .landingpage .landing_page_content h4{
      font-size: 26px;
      padding-left: 10px;
    }
    .landingpage .landing_page_content h1{
      font-size: 46px;
      padding-left: 30px;
    }
  
  }
  .menu_link{
    height: 30px;
    width: 100%;
    background-color: #2c2c2c;
    position: fixed;
    color: #e1e1e1;
    padding: 0px 50px;
    }
  .felxcol{
    flex-direction: column;
  }
  .he100vh{
    height: 100vh;
  }
  .menu_link a{
    text-decoration: none;
    color: #e1e1e1;
    
  }
  .dropdown a{
    color:#e1e1e1;
  }
  .dropdown-menu{
    border-radius: 0;
  }
  .dropdown-menu a{
    color: #2c2c2c;
  }
  .navbar_link{
      background-color: #333;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .navbar_link a{
      float: left;
      display: block;
      color: white;
      text-align: center;
      padding: 10px 30px;
      text-decoration: none;
      font-size: 16px;
  }
  .dropdown_link{
      float: left;
      overflow: hidden;
  }
  .dropdown_link .dropbtn_link{
      font-size: 16px;
      border: none;
      outline: none;
      color: white;
      padding: 10px 30px;
      background-color: inherit;
      margin: 0;
      width: fit-content;
      height: auto;
  }
  .navbar_link a:hover, .dropdown_link:hover .dropbtn_link{
      background-color: red;
  }
  .dropdown-content{
      display: none;
      position: absolute;
      background-color: #f9f9f9;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      z-index: 1;
  }
  .dropdown-content a{
      float: none;
      color: black;
      padding: 10px 30px;
      text-decoration: none;
      display: block;
      text-align: left;
  }
  .dropdown-content a:hover{
      background-color: #ddd;
  }
  .dropdown_link:hover .dropdown-content{
      display: block;
      animation: fadein 0.5s ease-in-out;
  }
  
  @keyframes fadein {
      from{
          opacity: 0;
      }
      to{
          opacity: 1;
      }
  } 
  .landingpage{
   background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)), url(./bgsdf.jpg);
   background-position: center;
    background-repeat: no-repeat;
    padding-top: 35vh;
    padding-bottom: 15vh;
    background-size: cover;
    background-attachment: fixed;
  color: #f9f9f9;
  }
  .landing_page_content h4{
    font-family: "Quicksand", serif;
    font-size: 48px;
    font-weight: 300;
  }
  .landing_page_content h1{
    font-family: "Racing Sans One", serif;
    font-size: 72px;
    padding-bottom: 50px;
  }
  .btn-style{
    border: 1px solid #f9f9f9;
    color: #f9f9f9;
    padding: 10px 40px;
    
  }
  .btn-style:hover{
    border: 1px solid #f9f9f9;
    background-color: #f9f9f9;
    color: #2c2c2c;
  }
  .landing_page_content a{
    text-decoration: none;
    color: #f9f9f9;
  }

  footer{
    background-color:#2c2c2c;
    color: #f9f9f9;
  }
  footer .cpwrt{
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  /*center heading*/
.center_heading{
  height: 100px;
  width: 100%;
  background-color: #2c2c2c;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f9f9f9;
  font-family: "Quicksand", serif;
  
}

.trending_products{

box-sizing: border-box;
display: inline-block;
overflow: hidden;
}
.catproduct{
width: 250px;
height: 300px;
border-radius: 10%;
background-color: #fff;
box-shadow:0 2px 5px rgba(0,0,0,0.2);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
cursor: pointer;
margin: 15px;
float: left;
}
.catproduct img:hover{
scale: 1.05;
transition: 0.3s ease;
}
.catproduct:hover{

 transition: 0.3s ease;
 color: red;
 scale: 1.05;
}
.catproduct img{
width: 215px;
height: 215px;
border-bottom: 1px solid;
}
.catproduct p{

font-size: 22px;

text-align: center;

}
.centermain{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
padding:10% 20%;
box-sizing: border-box;
}
.centermain_ser{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:5%;
  box-sizing: border-box;
  }
/* Services*/
.serve_item{
  width: 300px;
  text-align: center;
  float: left;
  margin: 30px;
}
.serve_item  img{
  width: 300px;
}
.serve_item p{
  text-align: justify;
}
@media only screen and (max-width: 768px){

  .centermain{
  
    padding:10%;
    
    }
    body .mrtop{
      margin-top: 80px;
    }
}
.mrtop{
  margin-top: 150px;
}
.topproducts{
  width: 100%;
  display: flex;
  background: #e2eaef;
}
.product{
  min-width: 300px;
  margin: 15px;
}
.procard{
border-radius: 15px;
text-align: center;
height: auto;
}
.prodet{
  background-color: #fff;
  padding: 20px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

a{
text-decoration: none;
}
.probtn {
color: #7ac400;
font-size: 11px;
text-transform: uppercase;
font-weight: bold;
background: none;
border: 1px solid #7ac400;
padding: 6px 14px;
margin-top: 45px;
line-height: 16px;
border-radius: 20px;
  
}
.probtn:focus {
color: #fff;
background: #7ac400;
box-shadow: none;
}
.probtn:hover{
color: #fff;
background: #7ac400;
box-shadow: none;
  text-decoration: none;
}

.img-box {
height: 300px;

width: 100%;
position: relative;
}
.img-box img {	
max-width: 100%;
max-height: 100%;
display: inline-block;
position: absolute;
bottom: 0;
margin: 0 auto;
left: 0;
right: 0;
}
.img-box img:hover{
  transform: scale(1.03);
}
.flexwrap{
  display: flex;
  flex-wrap: wrap;
}
.center{
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro_details{
font-size: 14px;
}
.address{
  border: 1px solid;
  width: 300px;
  text-align: center;
  margin: 15px;
  padding: 15px;
  height: 100px;
}