.t_1l {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}


.t_12,
a h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


.t_13 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.t_14 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

a {
  display: block;
}

.catename {
  text-transform: capitalize !important;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  margin-top: 0 !important;
  margin-bottom: 5px !important;
}

body {
  font-family: 'Nunito', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span {
  font-family: 'Nunito', sans-serif;
}

a h2:hover {
  text-decoration: underline;
}

.dt-content .info {
  display: flex;
  flex-direction: column;
}

.dt-content .info p {
  color: #98A4A6 !important;
}

@media (max-width:1220px) {}

.dt-content .info {
  display: flex;
  gap: 8px;
  flex-direction: row;
}

.dt-content .info p {
  text-transform: capitalize;
  color: #98A4A6 !important;
}

.dt-content table {
  width: 100% !important;
  overflow: auto !important;
  display: block !important;
}

.dt-content table tr {
  background-color: transparent !important;
}

.dt-content a {
  display: inline-block;
}

.dt-content h1,
.dt-content h2,
.dt-content h3,
.dt-content h4,
.dt-content h1 span,
.dt-content h2 span,
.dt-content h3 span,
.dt-content h4 span {
  font-size: 16px !important;
  line-height: 1.5 !important;
  text-indent: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 15px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  color: #333 !important;
  font-family: 'Nunito', sans-serif !important;
}

.dt-content .dt-title {
  font-size: 20px !important;
  line-height: 1.5 !important;
  color: #333 !important;
  margin-bottom: 15px !important;
  font-style: normal;
  font-weight: 600 !important;
  font-family: 'Nunito', sans-serif !important;
}


.dt-content p,
.dt-content span,
.dt-content ul li,
.dt-content ol li {
  color: #333 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  text-indent: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 15px !important;
  font-style: normal !important;
  font-family: 'Nunito', sans-serif !important;
  font-weight: 400 !important;
  text-align: left !important;
  margin-left: 0 !important;
}

.dt-content ul,
.dt-content ol {
  margin-bottom: 15px;
  margin-left: 0px !important;
  padding-left: 30px !important;
  font-family: 'Nunito', sans-serif !important;
}

.dt-content ul,
.dt-content ul li {
  list-style: disc;
}

.dt-content ol,
.dt-content ol li {
  list-style: decimal;
}

.dt-content img {
  display: block;
  cursor: auto;
  width: 100% !important;
  max-width: 400px !important;
  height: auto !important;
  margin: auto;
  margin-bottom: 15px;
}

.dt-content strong,
.dt-content strong span {
  font-weight: 600 !important;
}

header {
  position: relative;
  padding: 0px 0px;
  background: #FFDF40;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
  max-width: 1140px;
  margin: auto;
}

.nav-links {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav-links li a {
  color: #222222;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 10px;
  display: block;
}

.nav-links li a:hover {
  /* color: #7856B2; */
}

.nav-links li a img {
  width: 24px;
  aspect-ratio: auto;
}

.burger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  padding: 15px;
}

.line1,
.line2,
.line3 {
  width: 22px;
  height: 2px;
  background-color: #333;
  margin: 2px;
}

.logo a {
  font-size: 30px;
  line-height: 34px;
  color: #222222;
  padding: 10px 10px;
  display: block;
  font-weight: 700;
  text-transform: capitalize;
  text-decoration: none;
}




@media screen and (max-width: 768px) {
  .nav-links {
    display: none;
    flex-direction: column;
    /* 将导航链接改为纵向布局 */
    background-color: #fff;
    /* 为导航链接添加背景色 */
    padding: 10px;
    /* 为导航链接添加内边距 */
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 9999;
    padding-top: 60px;
    height: 100vh;
  }

  .navbar {
    padding: 0px 0px;
  }

  .logo a {
    padding: 8px 15px;
    font-size: 24px;
    line-height: 26px;
  }

  .nav-links.nav-active {
    display: flex;
    position: fixed;
  }

  .nav-links li a {
    padding: 10px 10px;
    color: #333;
  }

  .burger {
    display: flex;
    padding: 10px 15px;
  }

  .toggle {
    position: fixed;
    z-index: 9999;
    right: 6px;
    font-size: 24px;
    top: 0px;
    color: #333;
  }


}

footer {
  margin-top: 50px;
  padding: 16px 10px;
  position: relative;
  background: #121212;
}

footer .pt p,
footer .pb {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0;
}

footer .pb {
  padding-bottom: 10px;
}

footer .pb a {
  color: #fff;
  padding: 0 20px 0;
  text-decoration: underline;
  display: inline;
}


@media (max-width:550px) {
    .blog-details-right-area .blog-widget {
        padding: 15px 15px 0;
    }
  footer .pt p,
  footer .pb {
    font-size: 14px;
    line-height: 18px;
  }

  footer .pb {
    padding-bottom: 10px;        display: flex;
        flex-wrap: wrap;
        row-gap: 12px;
  }

  footer .pb a {
    padding: 0 14px 0;     
        width: 50%;
  }
}


.flex {
  display: flex;
  flex-wrap: wrap;
}

a img {
  aspect-ratio: 1/0.6;
}

img {
  object-fit: cover;
  display: block;
  width: 100%;
}

.catename {
  color: #4146E6;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 18px;
}

section {
  padding: 20px 0;
}

.search {
  display: flex;
  align-items: center;
  border-radius: 0px;
  border: 1px solid #6F8BA4;
  margin: 10px auto 20px;
  justify-content: space-between;
  max-width: 600px;
}

.search input {
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  padding: 8px 12px;
  border-radius: 6px;
  width: 100%;
  height: auto;
  outline: none;
}

.search_btn a {
  padding: 8px 20px;
  background-color: #222222;
  color: #fff;
}

main {
  max-width: 1200px;
  margin: auto;
}

.readmore {
  display: flex;
  align-items: center;
  color: #FAB704;
  font-weight: 600;
  margin-bottom: 0 !important;
}

a p {
  color: #98A4A6;
}

.banner-area {
  padding-top: 10px;
}

@media (max-width:992px) {
  .logo a {
    font-size: 20px;
  }

  .nav-links li a {
    padding: 20px 5px;
  }

}


@media (max-width: 550px) {

  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    padding-right: 12px;
    padding-left: 12px;
  }

  .banner-area {
    padding-bottom: 15px;
  }

  .banner-single-blog-post {
    margin-bottom: 15px;
  }
.blog-details-right-area.blog-left-sidebar,
  .single-blog-inner,
  .blog-details-right-area.blog-right-sidebar {
    padding: 0;
  }   

  .banner-single-blog-post .banner-single-blog-post-content h3 a,
  .blog-list .single-blog-inner .details h4,
  .single-blog-inner .details h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .blog-list .single-blog-inner .details h4,
  .single-blog-inner .details h4 {
    margin-bottom: 5px;
  }
  .section-title::after{
    bottom: -6px;
  }
}