.cards{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: box-shadow 0.2s;
}

.cards article p{
    padding: 2rem;
    font-size: 1.025em;
}
.cards:hover{
    box-shadow: none;
}
.srs-banner {
    /*background-image: url("../images/city-1.png");*/
	background-image: url("../images/priority.jfif");
    background-size: cover;
    background-position: center bottom;
    position: relative;
    overflow: hidden;
    border: none;
    background-attachment: fixed;
    opacity: 0.9;
  }
.srs-banner .bg-chef-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    z-index: 10;
}
.wrapper-bg-video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    background: #ffffff;
  }
.srs-card {
    position: relative;
    z-index: 12;
    margin-top: 120px;
    margin-bottom: 120px;
    max-width: 410px;
    /* background: #ffffff; */
    padding: 15px;
    color: #000000;
  }
  .srs-card h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-style: normal;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .chefs-card-inner {
    border: 1px solid #e4d9d1;
    padding: 20px 30px;
  }
  .chefs-card-inner .short-separator {
    margin-bottom: 30px;
  }
  .chefs-card-inner img {
    margin-bottom: 25px;
  }
  .chefs-card-inner p {
    font-family: 'Karla', sans-serif;
    margin-bottom: 25px;
  }
  .chefs-card-inner .read-more-bordered {
    margin-bottom: 25px;
  }

  /* tabs */
  .container-srs-tabs {
    position: relative;
    z-index: 2;
  }
.custom-row-srs-tabs,
.custom-col-srs-tabs {
  display: flex;
}

.srs-category {
    padding: 10px 19px;
    background: #1e81b0;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 30px;
  }
.srs-category:hover {
    background: #000000;
    color: #ffffff;
}

.srs-of-day .srs-contents-outer {
  position: relative;
  top: 0;
  left: 0;
}


/* loder */
.loadr svg {
  position: relative;
  z-index: 10;
  height: 32px;
  animation: bounce-ldr 1s cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite;
  fill: #1e81b0;
}
.loadr:after {
  position: absolute;
  bottom: 1px;
  left: 4px;
  display: block;
  width: 22px;
  height: 4px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  animation: shadow 1s infinite;
  content: '';
}

/* slider  */
/* section .slider-left .slider-content{
  position: relative;
}
.section slider-left .slider-content .child{
  position: absolute;
  top: 50%;
  left: 20px;
} */
.overlay-background{
  background-color: #301c1ce8;
}
/* footer gird */
.container-1 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 93%;
  padding: 2em 5em;
}
.container-1 .center-text{
  text-align: center;
}
.grid-main-1{
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));

}
.grid-child{
  display: block;
  /* width: 100%; */
}
.container-1 h3{
  font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: .1em;
    color: #fff !important;
    text-align: center;
}
container-1 p{
  font-size: 1.15rem;
  line-height: 1.5;
  color: #fff !important;
}