html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0px;
    border: 0;
    outline: 0;
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: 'Sans';
  }
  body{

  }
  a{
      text-decoration: none;
  }
  a:hover {
      text-decoration: none;
    transition: all 0.4s ease-in-out;
  }
  h1 {
    position: relative;
  }
  h2 {
    position: relative;
  }
  h3 {
   position: relative;
  }
  h4 {
    position: relative;
  }
  h5{
    position: relative;
  }
  h6 {
   position: relative;
  }
  p{
    margin-bottom: 20px;
  }
  /*
  --------------------------------------------------------
  Header style
  --------------------------------------------------------
  */
  
  /*
  --------------------------------------------------------
  Body style
  --------------------------------------------------------
  */
  .logo-row{
    font-family: 'Sans' !important;
  }



  /*
  --------------------------------------------------------
  responsive
  --------------------------------------------------------
  */
  @media (max-width: 2133.33px){ 
  }
  
  @media (max-width: 2000px){
  }
  
  @media (max-width: 1777.78px){
  
  }
  
  @media (max-width: 1600px){ 
  
  }
  
  @media (max-width: 1440px){
  
  }
  
  @media (max-width: 1199px){
  
  }
  
  @media (max-width: 1024px){

  }
  
  @media (max-width: 991px){

  }
  
  @media (max-width: 767px){
  }