/*=============================================
=         Taxonomy Terms Css          =
=============================================*/
.htmega-taxonomy-terms {
  list-style: none;
  padding: 0;
  margin: 0;
}

.htmega-taxonomy-terms-item:last-child {
  margin-bottom: 0;
}
.htmega-taxonomy-terms-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.htmega-taxonomy-terms-item-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: contents;
  margin-bottom: 0;
}

.htmega-taxonomy-terms-item-link {
  text-decoration: none;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.htmega-taxonomy-terms-1 {
  display: grid;
  grid-template-columns: auto auto auto auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .htmega-taxonomy-terms-1 {
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .htmega-taxonomy-terms-1 {
    grid-template-columns: auto auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .htmega-taxonomy-terms-1 {
    grid-template-columns: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: 20px;
  }
}
.htmega-taxonomy-terms-1 .htmega-taxonomy-terms-item-link {
  display: inline-block;
  text-align: center;
  position: relative;
}
.htmega-taxonomy-terms-1 .htmega-taxonomy-terms-item-link:hover .htmega-taxonomy-terms-icon {
  color: #fff;
}
.htmega-taxonomy-terms-1 .htmega-taxonomy-terms-item-link:hover .htmega-taxonomy-terms-bg-image {
  opacity: 1;
  visibility: visible;
}
.htmega-taxonomy-terms-1 .htmega-taxonomy-terms-item-image {
  height: 155px;
  width: 155px;
  line-height: 155px;
  text-align: center;
  border-radius: 100%;
  background-color: #F1F4F9;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.htmega-taxonomy-terms-1 .htmega-taxonomy-terms-item-image img {
  vertical-align: middle;
}
.htmega-taxonomy-terms-1 .htmega-taxonomy-terms-item-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.htmega-taxonomy-terms-1 .htmega-taxonomy-terms-item-title {
  margin-bottom: 0px;
}
.htmega-taxonomy-terms-1 .htmega-taxonomy-terms-item-number {
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: #4ACB7C;
  border-radius: 100%;
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  top: 0px;
  position: absolute;
  right: 15px;
  display: flex;
    justify-content: center;
    align-items: center;
}

.htmega-taxonomy-terms-3 {
  margin: 0 auto;
}
.htmega-taxonomy-terms-3 .htmega-taxonomy-terms-item {
  margin: 0;
}
.htmega-taxonomy-terms-3 .htmega-taxonomy-terms-item-link {
  padding: 20px 0;
  position: relative;
}
.htmega-taxonomy-terms-3 .htmega-taxonomy-terms-item-link::after {
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 1px;
}
.htmega-taxonomy-terms-3 .htmega-taxonomy-terms-item-link:hover::after {
  left: 0;
  width: 100%;
  right: auto;
}
.htmega-taxonomy-terms-3 .htmega-taxonomy-terms-icon {
  font-size: 20px;
  margin-right: 15px;
  color: #292D32;
}

/* Custom Css */
.not_found_message{
  text-align: center;
}
.htmega-taxonomy-terms-item-content i {
  padding-right: 5px;
}
.htmega-taxonomy-terms-item-content .terms-svg-icon {
  height: auto;
  line-height: 1;
}
.htmega-taxonomy-terms-item-number {
  display: flex;
  align-items: center;
}

.terms-svg-icon svg{
  max-width: 65px;
  max-height: 65px;
}

.htmega-terms-list-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.htmega-taxonomy-terms-3{
  display: inline-block;
  width: 100%;
}

/* .htmega-taxonomy-terms-1 .htmega-taxonomy-terms-item-title{
  display: block;
}

.htmega-item-alignment-center{
  margin-left: 0;
  margin-right: 0;
}

.htmega-item-alignment-left{
  margin-left: 0;
  margin-right: auto;
}

.htmega-item-alignment-right{
  margin-left: auto;
  margin-right: 0;
} */