.site-header.style-2 .logo-header 
{
  margin-left: 100px; 
}

@media only screen and (max-width: 1280px) 
{
  .site-header.style-2 .logo-header 
  {
    margin-left: 100px; 
  } 
}

@media only screen and (max-width: 991px) 
{
  .site-header.style-2 .logo-header 
  {
    margin-left: 0;
  } 
}

.site-header.style-2 .header-nav .nav > li > a 
{
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 42px 20px;
}

@media only screen and (max-width: 1680px) 
{
  .site-header.style-2 .header-nav .nav > li > a 
  {
    padding: 42px 8px;
  }
}

@media only screen and (max-width: 991px) 
{
  .site-header.style-2 .header-nav .nav > li > a 
  { 
    padding: 8px 0px; 
  }
}


.sidebar-menu {
  display: flex;
  align-items: center;
  height: 100px;
  float: left;
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  .sidebar-menu { display: none; }
}


.dz-bnr-inr {
  background: center center / cover rgb(250, 248, 242);
  padding-top: 3rem;
  height: 10rem;
  position: relative;
  overflow: hidden;
  width: 100%;
}


.dz-bnr-inr .dz-bnr-inr-entry {
  height: 7rem;
  vertical-align:baseline;
  display: table-cell;
}


#video-background1 {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100; }


@media only screen and (max-width: 1367px) 
{
  #video-background1 {
    object-fit: fill;
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    z-index: -100; }
}


@media only screen and (max-width: 600px) {
  .silder-for .silder-img {
    height: calc(50vh - 85px);
    } 
  }




  