.listingwrapper {
  padding: 60px 0px 100px;
}
.listing-wrapper .section-heading > h2 {font-size: 3.0rem;margin-bottom: .8em;}

.listing-wrapper .tagfillter .control {
  position: relative;
  background-color: #FFCE58;
  color: #fff;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  display: block;
  padding: 10px 20px;
  font-size: 0.875rem;
  line-height: 1.2857;
  font-weight: 700;
  cursor: pointer;
  animation: 1s ease fadeIn;
  width: 100%;
  max-width: 200px;
}

.listing-wrapper .tagfillter .control::after {
  content: '\f078';
  display: block;
  width: 10px;
  height: 0;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 10px;
  font-family: Font Awesome\ 5 Free;
  font-size: 8px;
  line-height: 0;
  text-align: center;
}

.listing-wrapper .tagfillter ul {
  display: none;
  margin: 0;
  padding: 0 !important;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  list-style: none;
  background-color: #fff;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 6px 6px;
  z-index: 100;
}

.listing-wrapper .tagfillter ul > li {
  margin: 0;
  padding: 0;
  text-indent: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.listing-wrapper .tagfillter ul > li > a {
  background-color: #fff;
  color: #FFCE58;
  display: block;
  padding: 10px 20px;
  font-size: 0.875rem;
  line-height: 1.2857;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
}
.listing-wrapper .tagfillter {
  position: relative;
  width: 100%;
  max-width: 200px;
}
.listing-wrapper .tagfillter.open .control {
  border-radius: 6px 6px 0 0;
}
.listing-wrapper .tagfillter.open  ul {
  display: block;
}
.listing-wrapper .top-section {
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  padding-bottom: 30px;
}
.listing-wrapper .bottom-section .listing-bwrp .listing-card .listing-card-inner .bgtop {
  overflow: hidden;
}
.listing-wrapper .bottom-section .listing-bwrp {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
  row-gap:30px;
}
.listing-wrapper .bottom-section .listing-bwrp .listing-card {
  width: 33.333%;
  padding: 0px 15px;
}

.listing-wrapper .bottom-section .listing-bwrp .listing-card .listing-card-inner {
  overflow: hidden;
  border-radius: 6px;
  transition: .4s ease;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  height: 100%;
}

.listing-wrapper .bottom-section .listing-bwrp .listing-card .image-list {
  width: 100%;
  min-height: 254px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: .4s ease;
  display:block;
}

.listing-wrapper .bottom-section .listing-bwrp .listing-card .listing-card-inner:hover {
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
}

.listing-wrapper .bottom-section .listing-bwrp .ias-trigger {width: 100%;margin-top: 70px;}
.listing-wrapper .bottom-section .listing-bwrp .ias-trigger > a {border-color: #292929;color: #292929;background-color: transparent;display: inline-block;position: relative;min-width: 160px;max-width: 100%;padding: 3px 23px;border: 2px solid #292929;border-radius: 10px;font-size: 0.875rem;line-height: 25px;font-weight: 700;text-align: center;text-decoration: none !important;cursor: pointer;transition: .2s ease-in-out;
  !importan;text-shadow: none;}
.listing-wrapper .bottom-section .listing-bwrp .ias-trigger > a:hover {
  background-color: #292929;
  color: #fff;
  transform: scale(1.1, 1.1);
}

.listing-wrapper .bottom-section .listing-bwrp .listing-card .listing-card-inner:hover .image-list {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.listing-wrapper .bottom-section .listing-bwrp .listing-card .listing-card-inner .bottom-list {
  padding: 15px 30px 30px 30px;
  font-size: 0.875rem;
}

.listing-wrapper .bottom-section .listing-bwrp .listing-card .listing-card-inner .bottom-list .tag {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.listing-wrapper .tagfillter ul > li > a:hover {
  background-color: #FFCE58;
  color: #fff;
}


.listing-wrapper .bottom-section .listing-bwrp .listing-card .listing-card-inner .bottom-list .tag a {
  display: inline-block;
  padding: 5px 10px;
  background-color: #FFCE58;
  color: #fff !important;
  border-radius: 4px;
  font-size: 0.6875rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.listing-wrapper .bottom-section {
  margin-bottom: 30px;
}

.listing-wrapper .bottom-section .listing-bwrp .listing-card .listing-card-inner .bottom-list .listing-title {
  margin-bottom: 20px;
}

.listing-wrapper .bottom-section .listing-bwrp .listing-card .listing-card-inner .bottom-list .listing-title > h3 {
  margin-bottom: 0px;
}

.listing-wrapper .bottom-section .listing-bwrp .listing-card .listing-card-inner .bottom-list .listing-title > h3 a {
  color: #292929;
  font-family: 'Lora';
}

.listing-wrapper .bottom-section .listing-bwrp .listing-card .listing-card-inner .bottom-list .read-date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.listing-wrapper .bottom-section .listing-bwrp .listing-card .listing-card-inner .bottom-list .sep {
  padding: 0px 10px;
}

.listing-wrapper .bottom-section .listing-bwrp .listing-card .listing-card-inner .bottom-list .listing-title>h3 a:hover {
  color: #FFCE58;
}

/* author-css */

.listingwrapper.auth {
  padding-top: 0px;
}

.listingwrapper.auth .top-section.author {
  background-color: #FFCE58;
  padding: 20px 0px;
  margin-bottom: 100px;
}

.listingwrapper.auth .top-section.author .inner-sec{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.listingwrapper.auth .top-section.author .section-heading {
  width: 74.358974359%;
}

.listingwrapper.auth .top-section.author .tagfillter {
  width: 23.076923077%;
  margin-left: 2.564102564%;
  position: relative;
}

.listingwrapper.auth .top-section.author .tagfillter .control {
  background-color: #292929;
  color: #fff;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  position: relative;
  display: block;
  padding: 10px 20px;
  font-size: 0.875rem;
  line-height: 1.2857;
  font-weight: 700;
  cursor: pointer;
  animation: 1s ease fadeIn;
}

.listingwrapper.auth .top-section.author .tagfillter .control::after {
  content: '\f078';
  display: block;
  width: 10px;
  height: 0;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 10px;
  font-family: Font Awesome\ 5 Free;
  font-size: 8px;
  line-height: 0;
  text-align: center;
}

.listingwrapper.auth .top-section.author .tagfillter ul {
  margin: 0;
  padding: 0 !important;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  list-style: none;
  background-color: #fff;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 6px 6px;
  z-index:9;
  display:none;
}

.listingwrapper.auth .top-section.author .tagfillter.open .control {
  border-radius: 6px 6px 0 0;
}

.listingwrapper.auth .top-section.author .tagfillter.open ul {
  display: block;
}

.listingwrapper.auth .top-section.author .tagfillter ul>li>a:hover {
  background-color: #FFCE58;
  color: #fff;
}
.listingwrapper.auth .top-section.author .tagfillter ul > li {
  margin: 0;
  padding: 0;
  text-indent: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.listingwrapper.auth .top-section.author .tagfillter ul>li > a {
  background-color: #fff;
  color: #FFCE58;
  display: block;
  padding: 10px 20px;
  font-size: 0.875rem;
  line-height: 1.2857;
  font-weight: 700;
  cursor: pointer;
}

.listingwrapper.auth .top-section.author .section-heading h2 {
  margin-bottom: 0px;
  color: #fff;
}

@media(max-width:991px){
  .listing-wrapper .bottom-section .listing-bwrp .listing-card {
    width: 50%;
  }
}
@media(max-width:767px){
  .listing-wrapper .bottom-section .listing-bwrp .listing-card {
    width: 100%;
  }
  .listingwrapper.auth .top-section.author {
    margin-bottom: 50px;
  } 

  .listingwrapper {
    padding-bottom: 50px;
  }

  .listingwrapper.auth .top-section.author .section-heading {
    width: 100%;
  }

  .listingwrapper.auth .top-section.author .tagfillter {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
  }
}