/*---------------------------------------
 *  Header CSS
 * ----------------------------------*/
@media (max-width: 1400px){
  .header-navigation .primary-menu{
    padding-left: 0px;
    padding-right: 0px;
    transition: 0.5s all;
  }  
}
/*---------------------------------------
 *  Inner page banner css 
 * ----------------------------------*/
.page-banner {
    padding: 90px 0;
}
.page-banner .page-title .inb_title{
	font-size: 42px;
font-family: 'DM Serif Display', serif;
    font-weight: 500;
    letter-spacing: -0.03em;
}
@media (max-width: 767px){
   .page-banner .page-title .inb_title{font-size: 36px;}
}
.page-banner .page-title .breadcrumbs-link li{font-size: 16px;}
.page-banner .page-title .breadcrumbs-link li.active{text-decoration: none;}

/*---------------------------------------
 *  Full Width Content CSs
 * ----------------------------------*/
.full-width-content ul{list-style: disc; margin-left: 1.5rem; margin-top: 10px;
                      margin-bottom: 10px}
.full-width-content h2, .full-width-content h3, .full-width-content h4, .full-width-content h5{
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: var(--text-primary);
    letter-spacing: -0.01em;
}
.full-width-content h2{font-size: 32px;} 
.full-width-content h3{font-size: 28px;} 
.full-width-content h4{font-size: 25px;} 
.full-width-content h4{font-size: 22px;} 

/*---------------------------------------
 *  FAQ Content CSs
 * ----------------------------------*/

.faq_section .card-header button {
    color: #000;
}

.faq_section .card-header button:hover {
    text-decoration: none;
}

.faq_section .card-body {
    background: #fff;
}

.faq_section .card {
    border-radius: 8px;
    overflow: hidden;
}

/* Icon toggle */
.faq_section button[aria-expanded="true"] i {
    transform: rotate(45deg); /* plus becomes cross */
    transition: 0.3s;
}

.faq_section button i {
    transition: 0.3s;
}
/*---------------------------------------
 *  CARD COL
 * ----------------------------------*/
.card_col .features-item ul {
    color: var(--text-secondary);
        list-style: disc;
    margin-left: 1.5rem;
    margin-top: 10px;
    margin-bottom: 10px;
}
section.features-area.card_col .features-list .features-item {overflow-y: auto;}
section.features-area.card_col .features-list .features-item::-webkit-scrollbar{width: 3px;}
section.features-area.card_col .features-list .features-item::-webkit-scrollbar-track {
  background: #ffffff;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
section.features-area.card_col .features-list .features-item::-webkit-scrollbar-thumb {
  border: 3px solid #8b8b8b;
}
/*---------------------------------------
 *  FORM CSS
 * ----------------------------------*/
.contact-wrapper form .form_group span{width: 100%;}
/*---------------------------------------
 * Footer CSS
 * ----------------------------------*/
footer.footer-area ul#menu-topics li a{
    display: -webkit-box;
  -webkit-line-clamp: 1; /* The number of lines you want to show */
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
header.theme-header nav.main-menu .menu-item-342 li a{
    display: -webkit-box;
  -webkit-line-clamp: 1; /* The number of lines you want to show */
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

/* Pagination css start from here  */
.th-pagination a, .th-pagination span {
    display: inline-block;
    text-align: center;
    position: relative;
    border: none;
    color: black;
    border: 2px solid #1d58a1;
    width: 56px;
    height: 56px;
    line-height: 56px;
    z-index: 1;
    font-size: 18px;
    font-weight: 500;
}

.th-pagination a:hover, .th-pagination span:hover {
    color: #fff;
    background-color: #1d58a1
}

.th-pagination .nav-links {
    text-align: center;
    margin: 0 auto;
}
.th-pagination .page-numbers.current {
    color: #fff;
     background-color: #1d58a1;
}