.tab-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.post-loop {
  width: 31.99%;
}

.post-loop h2 {
  font-size: 18px;
  margin-top: 8px;
}

.post-loop h2 a {
  text-decoration: none !important;
}

.cat-date {
  display: flex;
  margin-top: 10px;
}

.cat-date h5 {
  color: #233F8F;
  font-size: 12px;
  font-weight: 700;
}

.cat-date h6 {
  color: #828282;
  font-size: 12px;
  font-weight: 400;
  margin-left: 8px;
}

@media only screen and (max-width: 360px) {
  .post-loop {
    width: 100%;
  }
}
.post-date {
  display: flex;
  margin-top: 20px;
}

.post-detils h2 {
  color: #172345;
  font-size: 8px;
  font-weight: 600;
  font-size: 18px;
  margin-top: 8px;
}

.post-detils h2 a {
  text-decoration: none !important;
}

.post-date h5 {
  color: #233F8F;
  font-size: 12px;
  font-weight: 700;
}

.post-date h6 {
  color: #828282;
  font-size: 12px;
  font-weight: 400;
  margin-left: 8px;
}

@media only screen and (max-width: 360px) {
  .post-detils {
    width: 100%;
  }
}
.case-tab-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.case-post-loop {
  width: 31.99%;
}

.case-post-loop h2 a {
  color: #172345;
  font-size: 18px;
  font-weight: 600;
}

@media only screen and (max-width: 360px) {
  .case-post-loop {
    width: 100%;
  }
}
.d-flex {
  display: flex;
}

.post-tab-wrapper .tab-nav-wrapper {
  margin-bottom: 50px;
}
.post-tab-wrapper .tab-nav-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1.5px solid #E6E8EE;
  padding-bottom: 8px;
}
.post-tab-wrapper .tab-nav-wrapper ul li {
  position: relative;
}
.post-tab-wrapper .tab-nav-wrapper ul li a {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 125%;
  color: #828282;
  text-decoration: none;
}
.post-tab-wrapper .tab-nav-wrapper ul li a:focus {
  outline: 0;
  border: 0;
}
.post-tab-wrapper .tab-nav-wrapper ul li:not(:first-child) a {
  margin-left: 28px;
}
.post-tab-wrapper .tab-nav-wrapper ul li.active a {
  color: #172345;
}
.post-tab-wrapper .tab-nav-wrapper ul li.active::before {
  content: "";
  position: absolute;
  width: 100%;
  top: calc(100% + 6px);
  height: 3px;
  background-color: #39AD4A;
}
.post-tab-wrapper .tab-nav-wrapper ul li:not(:first-child)::before {
  left: 15px;
}
.post-tab-wrapper .tab-content {
  position: relative;
}
.post-tab-wrapper .tab-content .pre-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
}

.load-more-button {
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.load-more-button a {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.5px;
  color: #172345;
  text-decoration: none !important;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 24px;
  gap: 10px;
  border: 1.5px solid #39AD4A;
  border-radius: 8px;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #9370DB;
  animation: spin 2s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #233F8F;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #233F8F;
  animation: spin 1.5s linear infinite;
}

.time {
  margin-left: 8px;
  color: #828282;
  font-size: 12px;
  font-weight: 600;
}

.etma-loop-item {
  margin-top: 30px !important;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ema-category-list {
  display: none;
}

@media only screen and (max-width: 991px) {
  .ema-category-list {
    display: block;
    width: 100%;
  }
  .etma-cat-list {
    display: none !important;
  }
}
.member-logo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

.logos-member {
  width: 16.66%;
  transition: all 0.4s;
}

@media only screen and (max-width: 576px) {
  .logos-member {
    width: 47%;
    display: flex;
  }
}
.etma-fade-in {
  opacity: 0;
  transition: all 0.4s;
  animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.carasoul {
  overflow: hidden;
}
.carasoul .slide-cara {
  background-color: #F7F9FF;
  max-width: 300px;
  height: 210px;
  padding: 40px 10px;
  border-radius: 8px;
  margin-left: 20px;
  cursor: pointer;
  border: 1.5px solid #eeeff1;
}
.carasoul .slide-cara:hover {
  border: 1.5px solid #39AD4A;
  transition: 0.5s;
}
.carasoul .icon {
  display: flex;
  justify-content: center;
}
.carasoul .slide-cara h2 {
  text-align: center;
  margin-top: 25px;
}
.carasoul .icon_carasoul a {
  text-decoration: none;
}

.slide-cara .carasoul-title a {
  text-decoration: none;
}

@media only screen and (max-width: 360px) {
  .slide-cara {
    width: 200px !important;
  }
}
.slider {
  overflow: hidden;
}

.team-details {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #172345;
  opacity: 0.98;
  z-index: 99999;
  display: none;
}
.team-details .popup-content {
  width: 908px;
  max-width: 980px;
  height: 600px;
  background-color: #fff;
  border-radius: 8px;
  margin: auto;
  margin-top: 5%;
  padding: 24px 65px 43px 27px;
}

.innter-content {
  display: flex;
}
.innter-content .left-content {
  width: 295px;
}
.innter-content .right-content {
  width: 484px;
  margin-left: 36px;
}
.innter-content .right-content h2 {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: #233F8F;
}
.innter-content .right-content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  color: #172345;
}
.innter-content .right-content h4 {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #828282;
}
.innter-content .right-content h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4F4F4F;
}

.close-popup {
  margin-left: 830px;
}

@media only screen and (max-width: 567px) {
  .team-details .popup-content {
    height: 1500px;
  }
}
/* For mobile phones: */
@media only screen and (max-width: 667px) {
  .innter-content {
    flex-direction: column;
  }
  .right-content {
    max-width: 320px;
    margin-left: 0 !important;
  }
  .close-popup {
    margin-left: 280px;
  }
}
.text_carasoul {
  overflow: hidden;
}

@media only screen and (max-width: 360px) {
  .text-cara {
    width: 262px !important;
  }
}