.blog .breadcrumb {
  font-size: 0.857rem;
  line-height: 1.833;
  max-width: 100%;
  padding-left: 90px;
  white-space: nowrap;
  list-style: none;
  margin: 10px 0;
  background-color: transparent;
  padding: 0;
}

.grey {
  background-color: rgba(250, 66, 10, 0.12); /*primary*/
}
.blog {
  font-size: 16px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.22);
  border: 0px solid #fa6610; /*primary*/
  margin-bottom: 15px;
  width: 100%;
  background: #fff;
  min-height: 200px;
}
.blog .min-content {
  line-height: 25px;
  min-height: 100px;
  max-height: 100px;
  text-align: justify;
  overflow: hidden;
}
.blog .bimage {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px 16px 0px 0px;
}

.blog .content {
  padding: 20px;
  min-height: 150px;
}
.blog .title {
  position: relative;
}
.blog .mtitle {
  bottom: -32px;
  line-height: 36px;
  max-height: 110px;
  min-height: 110px;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  background-color: rgb(252 230 255 / 70%);
  position: absolute;
  color: #000;
}

.blog .foot {
  font-size: 0.75rem;
}

.blog-title {
  text-align: center;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  /*max-width:1400px;*/
  margin-top: 10px;
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.22); /*primary*/
  padding: 20px;
}

.blog-cats {
  /*max-width:1400px;*/
  margin-top: 10px;
  width: 100%;
  margin: auto;
}
.in-row {
}
.main-image {
  width: 80%;
  max-width: 1024px;
}
.blg {
  padding-top: 10px;
  margin-top: 10px;
  /*max-width:1400px;*/
  margin: auto;
}
.b-main {
  margin-top: 10px;
}

.blog h1 {
  font-weight: bold;
  font-size: 1.59em;
}
.blog h2 {
  font-weight: bold;
  font-size: 1.49em;
}
.blog h3 {
  font-weight: bold;
  font-size: 1.39em;
}
.blog h4 {
  font-weight: bold;
  font-size: 1.3em;
}
.blog h5 {
  font-weight: bold;
  font-size: 1.21em;
}
.blog h6 {
  font-weight: bold;
  font-size: 1.12em;
}

.blog a {
  color: dodgerblue;
}
.blog a:visited {
  color: green;
}
.blog a:hover {
  color: #fa6610; /*primary*/
}

.blog ul {
  padding: 12px 24px;
}

.blog li {
  list-style: outside;
}
.max1400 {
  max-width: 1400px;
}
@media screen and (max-width: 1000px) {
  .blog-cats {
    margin-top: 115px;
  }
  .b-main {
    margin-top: 115px;
  }
  .blog .container {
    padding-right: 4px;
    padding-left: 4px;
  }
  .main-image {
    width: 100%;
  }
}
