    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
        color: #000;
    }
    body{
        color: #000;
    }
    .article img {
		width: 100%;
    }
    .divider{
      text-align: center;
      display: flex;
    }
    .divider-separator{
      width: 10%;
      margin: 0 auto;
      border-style: solid;
      border-color: #0b318f;
      border-width: 4px;
    }
    .tmc-business-bg{
      background-image: url(/wp-content/uploads/2023/11/building-bg-1.jpg);
      background-size: cover;
    }
    .tmc-consultation-bg{
      background-image: url(/wp-content/uploads/2023/12/bg-4.jpg);
      background-size: cover;
    }
    .tmc-consultation-bg2{
      background-image: url(/wp-content/uploads/2024/01/footer-two.jpg);
      background-size: cover;
      background-position: center;
    }
    .bg-primary-6{
        background-color: rgba(11, 49, 143, 0.6);
    }
    .tmc-index-banner-bg{
      background-image: url(/wp-content/uploads/2023/12/bg-4.jpg);
      background-size: cover;
    }
    .dropdown-menu{
        background-color: #0b318f!important;
        padding: 0px 8px!important;
        border: 0px;
    }
    .dropdown-menu a{
        font-size: 14px!important;
    }
    /*.dropdown-menu .nav-link{*/
    /*    padding: .425rem 0!important;*/
    /*}*/
    .nav-link{
        color:#ffffff!important;
    }

    /**article list style**/  
    .post {
        border-bottom: 1px solid #f0f0f0;
        padding: 0 0 35px;
        margin: 0 0 45px;
    }
    
    .row-post-thumbnail .post {
        border: 0;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    
    .post:last-of-type {
        border: 0;
    }
    
    .post-preview {
        border-radius: .1875rem;
        transition: all .3s ease-in-out;
        margin: 0 0 35px;
    }
    
    /*.post-preview img {*/
    /*    border-radius: .1875rem;*/
    /*}*/
    /*** by tmc***/
    .post-preview img {
        border-radius: .1875rem;
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }
    
    .row-post-thumbnail .post-preview {
        margin: 0;
    }
    
    .post-preview:hover {
        box-shadow: 0 4px 16px rgba(90, 90, 90, .05);
        transform: translateY(-5px);
    }
    
    .row-post-masonry .post-wrapper {
        padding: 0 5px;
    }
    
    .post-header {
        margin: 0 0 30px;
    }
    
    .post-header .post-title {
        font-weight: 500;
        font-size: 1.5625rem;
        margin-bottom: 8px;
    }
    
    .row-post-masonry .post-header .post-title {
        font-size: 1rem;
        margin-bottom: 14px;
    }
    
    .row-post-thumbnail .post-header .post-title {
        font-size: 1.125rem;
        margin-bottom: 6px;
    }
    
    .row-post-masonry .post-header {
        margin: 0 0 10px;
    }
    
    .row-post-thumbnail .post-header {
        margin: 0 0 16px;
    }
    
    .post-meta {
        list-style: none;
        font-size: .8125rem;
        color: #a3a6a8;
        padding: 0;
        margin: 0;
    }
    
    .post-meta > li {
        position: relative;
        display: inline-block;
        padding: 0 14px 0 0;
        margin: 0 14px 0 0;
    }
    
    .post-meta > li > a {
        color: #a3a6a8;
    }
    
    .post-meta > li > a:hover {
        color: #222;
    }
    
    .post-meta > li:not(:last-child):after {
        position: absolute;
        content: '/';
        right: -5px;
        top: 0;
    }
    
    .post-content blockquote {
        border-left: 2px solid #eaeaea;
        padding: 10px 0 10px 40px;
        margin: 40px 0;
        transition: all .3s ease-in-out;
    }
    
    .post-content blockquote:hover {
        border-color: #505cfd;
    }
    
    .post-content ul,
    .post-content ol {
        margin-left: 40px;
    }
    
    .post-content ul {
        list-style-type: disc;
    }
    
    .post-content ol {
        list-style-type: decimal;
    }
    .post-date {
        font-size: .6875rem;
        color: #a3a6a8;
        display: block;
        margin: 0;
    }
    
    /***sidebar style***/
    .widget ul {
        list-style: none;
        padding-left: 0;
    }
     .widget ol {
        list-style: decimal;
    }
    .sidebar {
        padding-left: 15px;
    }
    .widget {
        margin-bottom: 60px;
    }
    
    .widget .widget-title {
        margin-bottom: 24px;
    }
    
    .widget .widget-title > h6 {
        text-transform: uppercase;
        letter-spacing: 2.6px;
        font-weight: 700;
        margin: 0;
    }
    
    .widget a {
        color: #000;
    }
    
    .widget a:hover,
    .widget a:focus {
        color: #505cfd;
    }
    
    .widget ul {
        margin-bottom: 0;
    }
    
    .widget-search {
        padding: 0;
        border: 0;
    }
    
    .widget-search form {
        position: relative;
    }
    
    .widget-search .search-button {
        background-color: transparent;
        border: none;
        position: absolute;
        top: 50%;
        height: 100%;
        right: .875rem;
        transform: translateY(-50%);
        transition: all .3s ease-out;
        color: #ddd;
    }
    
    .widget-search .search-button:focus,
    .widget-search .search-button.focus,
    .widget-search .search-button.active.focus,
    .widget-search .search-button.active:focus,
    .widget-search .search-button:active.focus,
    .widget-search .search-button:active:focus {
        outline: 0;
    }
    
    .widget-search .search-button:hover {
        color: #505cfd;
    }
    
    .widget-categories ul li,
    .widget-recent-entries ul li,
    .widget-recent-entries-custom ul li {
        border-bottom: 1px solid #f0f0f0;
        padding: 10px 0;
        margin: 0;
    }
    
    .widget-categories ul li:first-child,
    .widget-recent-entries ul li:first-child,
    .widget-recent-entries-custom ul li:first-child {
        padding-top: 0;
    }
    
    .widget-categories ul li:last-child,
    .widget-recent-entries ul li:last-child,
    .widget-recent-entries-custom ul li:last-child {
        border: 0;
        padding-bottom: 0;
    }
    
    .widget-recent-entries-custom ul li {
        padding: 12px 0;
    }
    
    .widget-recent-entries-custom ul li {
        display: table;
    }
    
    .widget-recent-entries-custom ul li:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .widget-recent-entries-custom .wi,
    .widget-recent-entries-custom .wb {
        vertical-align: middle;
        display: table-cell;
    }
    
    .widget-recent-entries-custom .wi {
        float: left;
        width: 64px;
    }
    
    .widget-recent-entries-custom .wi img {
        border-radius: .1875rem;
        width: 100%;
    }
    
    .widget-recent-entries-custom .wb {
        padding-left: 16px;
        width: 100%;
    }
    .tag-cloud > a,
    .post-tags > a {
        background: #f4f4f4;
        border-radius: .1875rem;
        position: relative;
        display: inline-block;
        padding: 1px 15px;
        margin: 5px 8px 5px 0;
        text-transform: uppercase;
        letter-spacing: .0625rem;
        line-height: 24px;
        font-size: .6375rem !important;
        color: #222;
    }
    
    .tag-cloud > a:hover,
    .post-tags > a:hover {
        background: #505cfd;
        color: #fff;
        opacity: 1;
    }
    /***scroll top style***/
    .scroll-top {
        position: fixed;
        display: block;
        bottom: 30px;
        right: 2px;
        z-index: 999;
        background: rgba(255, 255, 255, .9);
        height: 60px;
        width: 60px;
        line-height: 60px;
        text-align: center;
        font-size: .875rem;
        border-radius: 100%;
        box-shadow: 0 0 0 5px rgba(0, 0, 0, .05);
        transition: .5s all ease;
        transform: translateY(10px);
        color: #788487;
    }
    
    .scroll-top .scroll-top-visible {
        transform: translateY(0);
    }
    
    .scroll-top:hover {
        transform: translateY(-10px);
    }

    .pagination{
        flex-wrap: wrap;
        justify-content: center;
    }
/** Extra large devices (large desktops, 1200px and up) **/
@media (min-width: 1200px) {
  .carousel-caption{
    bottom: 40%!important;
  }
  .tmc-banner-header{
    font-size: 52px;
    font-weight: bold;
  }
  .tmc-banner-p{
    font-size: 24px;
  }
  .carousel-control-prev-icon, .carousel-control-next-icon{
    width: 80px;
    height: 80px;
  }
  .tmc-logo-m{
      display: none;
  }
}

/** Large devices (desktops, 992px and up) **/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .carousel-caption{
    bottom: 20%!important;
  }
  .tmc-banner-header{
    font-size: 52px;
    font-weight: bold;
  }
  .tmc-banner-p{
    font-size: 24px;
  }
  .carousel-control-prev-icon, .carousel-control-next-icon{
    width: 80px;
    height: 80px;
  }
  .tmc-logo-m{
      display: none;
  }
}
/** Medium devices (tablets, 768px and up) **/
@media (min-width: 768px) and (max-width: 991.98px) {
  .carousel-caption{
    bottom: 10%!important;
  }
  .tmc-logo-m{
      display: none;
  }
}
/** Small devices (landscape phones, 576px and up)  **/
@media (min-width: 576px) and (max-width: 767.98px) {
  .carousel-caption{
    bottom: 5%!important;
  }
  .tmc-img-none{
      display: none;
  }
  .tmc-logo-m{
      display: none;
  }
}
/** Extra small devices (portrait phones, less than 576px) **/
@media (max-width: 575.98px) { 
  .tmc-img-none{
      display: none;
  }

  .wp-block-media-text .wp-block-media-text__content{
      padding: 0px !important;
  }
    /*.tmc-consultation-bg2{*/
    /*  background-image: url(https://xtar2.taihumeiren.com/wp-content/uploads/2024/01/bg-4-3.jpg);*/
    /*  background-size: 100%;*/
    /*}*/

}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}