* {
  padding: 0;
  margin: 0;
}
.ad-banner {
  height: 500px;
  width: 100%;
  /* background-color: antiquewhite; */
  position: relative;
}
.banner-img {
  bottom: 50px;
  height: 300px;
  width: 450px;
  position: absolute;
  background-image: url("../images/abt.jpg");
  background-size: 450px 300px;
  filter: grayscale(100%);
}
.ad-banner::before {
  content: "";
  border: solid 4px #252525;
  height: 300px;
  width: 450px;
  position: absolute;
  left: 58px;
  top: 87px;
}
.sm-cont {
  position: relative;
  /* background-color: #979691; */
  height: 190px;
  width: 100%;
}
.sm-cont::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  background-size: 30px;
  background-repeat: no-repeat;
  background-image: url("../Images/quotes111.png");
  color: #575757;
  background-position-y: 10px;
  left: 30px;
  z-index: 1;
}
.sm-cont::after {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  background-size: 30px;
  background-repeat: no-repeat;
  background-image: url("../Images/quotes111.png");
  color: #575757;
  background-position-y: 10px;
  left: 450px;
  bottom: 1px;
  z-index: 1;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sm-cont2 {
  position: relative;
  top: 18px;
  height: 170px;
  width: 100%;
  background-color: #eae9e7;
  padding: 25px;
}
.sm-cont2 > p {
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  text-align: center;
  font-style: italic;
  margin-bottom: 9px;
}
.sm-cont2 > h4 {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.mob-img{
  display: none;
}
@media (max-width:991px) {
  #cont-1{
    display: none;
  }
  .mob-img{
    display: block;
    height: 200px;
    width: 100%;
    background-color: #979691;
    margin: 0 auto;
    margin-bottom: 20px;
    background-image: url('../images/abt.jpg');
    background-size: cover;
    filter: saturate(0%);
  }
  .abt_page{
    padding: 30px 0;
  }
  .sm-cont{
    height: 140px;
  }
  .sm-cont2{
    padding: 10px;
    height: 115px;
  }
  .search-cont > h2{
    font-size: 15px;
    line-height: 20px;
    padding-top: 10px;
    height: 25px;
    letter-spacing: 0px;
  }
  .search-cont > .lin{
    height: 3px !important;
  }
  .recent-cont {
    display: none;
  }
}
@media (max-width:486px) {
  .sm-cont{
    height:240px;
  }
  .sm-cont2{
    height: 225px;
    padding: 20px;
  }
}
.search-cont {
  height: 120px;
  width: 200px;
  background-color: white;
  padding: 10px;
}
.search-cont > h2 {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 800;
}
.search-cont > .lin {
  height: 5px;
  width: 50px;
  background-color: #575757;
  position: absolute;
  margin-bottom: 10px;
}
.search-bar {
  height: 32px;
  width: 250px;
  background-color: white;
  border: 1px solid rgb(206, 206, 206);
  border-radius: 5px;
  margin-top: 30px;
}
.search-bar > input {
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  width: 210px;
  outline: none;
  border: none;
  padding-left: 15px;
  padding-top: 3px;
}

@media (max-width:991px) {
  .search-bar{
    width: 270px;
    margin-top: 20px;
  } 
  .search-bar > input{
    width: 270px;
    padding-left: 10px;
  }
}
@media (max-width:575px) {
  .search-bar{
    width: 320px;
    margin-top: 20px;
  } 
  .search-bar > input{
    width: 267px;
    padding-left: 10px;
  }
}
.search-icon {
  color: #575757;
}
.search-icon:hover {
  color: #575757;
}
.recent-cont {
  height: 200px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  padding: 10px;
}
.recent-cont > h2 {
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  font-weight: 800;
}
.recent-cont > .lin {
  height: 5px;
  width: 50px;
  background-color: #575757;
  position: absolute;
}
.recent-cont > p {
  font-size: 12px;
  color: #979691;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
}
.news-relate {
  height: 300px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  padding: 10px;
}
.news-relate > h2 {
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  font-weight: 800;
}
.news-relate > .lin {
  height: 5px;
  width: 50px;
  background-color: #575757;
  position: absolute;
}
.news-relate > p {
  font-size: 12px;
  color: #979691;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
}
.card-cont {
  width: 100%;
  max-height: 1000px;
  padding: 20px;
}
.card-cont > h2 {
  font-size: 17px;
  font-family: "Nunito", sans-serif;
  color: #252525;
  text-transform: capitalize;
}
.cards {
  height: 280px;
  width: 230px;
  background-color: #eae9e7;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  /* margin: 5px; */
  margin: 0 auto;
  margin-top: 10px;
}
@media (max-width:991px) {
  .cards{
    width: 300px;
  }
}
.card-img {
  height: 150px;
  width: 100%;
  background-color: #eae9e7;
  overflow: hidden;
  background-size: cover;
  position: relative;
  cursor: pointer;
}
.card-img > img {
  background-size: cover;
  min-width: 100%;
  min-height: 100%;
}
.card-img > .tool-bar {
  height: 30px;
  width: 100%;
  background-color: #eae9e7;
  position: absolute;
  top: 80%;
  padding-bottom: 5px;
  padding-left: 10px;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
}
.card-img:hover .tool-bar {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.tool-bar > span {
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  padding: 3px;
  font-weight: 600;
}
.tool-bar > i {
  margin: 5px;
  font-size: 13px;
}
.card-desc {
  margin-top: 17px;
}
.card-desc > .main-t {
  font-size: 13px;
  padding-left: 10px;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
  color: rgb(41, 41, 41);
}
.card-desc > p {
  margin-top: 3px;
  margin-bottom: 0 !important;
  font-size: 11px;
  padding-left: 10px;
  color: #979691;
  padding-right: 3px;
}
.card-desc > .r-more {
  font-size: 13px;
  padding-top: 5px;
  color: black;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
}
.pagination {
  margin: 10px;
  height: 50px;
  width: 500px;
  align-items: center;
  justify-content: center;
}
.pagination > .page {
  align-items: center;
}
.page > li {
  padding: 10px;
  text-decoration: none;
  list-style-type: none;
  text-align: center;
  justify-content: center;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
}
.page li > button {
  border: none;
  padding: 10px;
  text-transform: uppercase;
  font-size: 13px;
  box-shadow: 2px 3px 5px rgb(39, 39, 39);
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  border-radius: 5px;
}
.page-ctl.pre {
  background-color: #fff5dc !important;
}
.page-ctl.nxt {
  background-color: #fab31d;
  color: white;
}
.page-num.active {
  background-color: #fab31d !important;
  border-radius: 5px;
  color: white;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.page-num {
  color: black;
  text-decoration: none;
}
.page-num:hover {
  color: #1b1b1b;
}
.page-num.selected {
  background-color: #fab31d;
  padding: 6px 12px;
  border-radius: 4px;
  color: white;
}
.page-ctl > a {
  text-decoration: none;
  color: black;
}
.page-ctl.nxt > a {
  color: white;
}
.pagination{
  width: 100%;
  height: 60px;
  /* border: solid 2px black; */
  position: relative;
  top: 50px;
  padding: 30px;
}
.ele{
  display: flex;
}
.ele .element{
  align-items: center;
}
.ele .element > a{
  cursor: pointer;
  transition: 0.75s;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  text-align: center;
  color: #252525;
  margin: 5px;
  text-decoration: none;
  border: none;
  outline: none;
}
.ele >  span {
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  /* height: 50px;
  margin: 5px; */
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
}
/* .element:hover{
  background-color: #747474;
  color: #fff;
} */