body {
  background:#ffffff;
}
#slides,
.slides-container,
.slide {
  max-width: 2000px;
  margin: 0 auto;
  max-height: 600px;
}
#slides {
  max-height: 600px;
  background: #ffffff !important;
}
.agni_slide {
  background-size: cover !important;
  background-position: center top;
}

@media (min-width: 1300px) {
  .container {
    width: 1270px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1360px;
  }
}
@media (min-width: 1978px) {
  html {
    max-width: 2000px;
    margin: 0 auto;
    margin-top: 50px;
  }

  body {
    margin-top: 50px;
    box-shadow: 0px 0px 10px 20px #ddd;
    border-radius: 20px;
  }
  .header-menu-bg {
    max-width: 2000px;
  }
  .container {
    width: 1600px;
  }
}

@media (max-width: 550px) {
  #slides,
  .slides-container,
  .slide {
    max-height: 300px;
  }
  #slides {
    max-height: 300px;
  }
}


.blog-content .entry-content {
  background:#ffffff00;
}

.page-header h1 {
  text-shadow: 0px 0px 10px #000;
}