.container {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
}

.main-filter ul.index {
      margin: 30px 0 0 0;
      padding: 0;
      display: flex;
      justify-content: center;
      list-style: none;
      gap: 25px;
      flex-flow: row wrap;
}

.filter-result ul.active {
      display: block;
}

.filter-result ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: none;
}

.filter-result ul li.filter-result-title-title {
      color: #ffffff;
      background-color: #1b243f;
      padding: 5px 20px;
}

.filter-result ul .filter-result-listing {
      display: block;
      padding: 15px 0 25px 0;
}

.main-filter ul.index li,
.main-filter ul.index li a {
      font-weight: bold;
      font-size: 24px;
}

.main-filter ul.index li.menu-disbaled {
      opacity: 0.5;
      cursor: not-allowed;
      text-transform: uppercase;
}

.elementor-has-item-ratio .elementor-grid-item{
      display: none !important;
}
.elementor-has-item-ratio .elementor-grid-item.active{
      display: flex !important;
}

@media screen and (min-width:768px) {
      .container {
            width: 730px;
      }
}

@media screen and (min-width: 1199px) {
      .container {
            width: 1300px;
      }
}

@media screen and (max-width:767px) {
      .main-filter ul.index {
            gap: 5px 15px;
      }
}

/* 
post page */
.single-post-top-section {
    background-image: url("../images/post-top.png");
    padding: 120px 0;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.single-post-top-section .single-post-title {
    margin-top: 0;
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}

.single-post-top-section .post-thumbnail img {
    width: 89%;
    border-radius: 13px 13px 13px 13px;
}

.single-post-top-section .post-excerpt {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
.post-content {
    background-image: url("../images/content-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 40px 0;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5 , .post-content h6 {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.post-content h1 {
    font-size: 48px;
    line-height: 56px;
}
.post-content h2 {
    font-size: 41px;
    line-height: 56px;
}
.post-content h3 {
    font-size: 28px;
    line-height: 32px;
}
.post-content h4{
    font-size: 24px;
    line-height: 30px;
}
.post-content h5{
    font-size: 20px;
    line-height: 26px;
}
.post-content h6{
    font-size: 18px;
    line-height: 22px;
}
/* 
post page */