:root {
    --primary: #1FB25A;
    --secondary: #444444;
    --grey: #555555;
    --white: #ffffff;
    --txt-color: #333333;
    --railway: "poppins";
    --txt-hover: #16d362;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    color: var(--secondary);
    font-family: 'Poppins_regular', sans-serif !important;
    line-height: 1.5rem;
    font-size: 1rem;
}

a {
    text-decoration: none;
    color: var(--txt-color);
}



h2, h3{
  color:var(--txt-color);
  font-family: 'Poppins_semibold', sans-serif;
}


p{
    color:var(--secondary);
    font-size: 16px;
    line-height: 34px;
}

ul, ol{
    padding: 0;
    margin: 0;
}

.btn {
    border-radius: 1.5rem;
    border: none;
    padding: 12px 20px;
    transition: all 0.3s ease 0s;
    font-size: 0.81rem;
}

.btn:hover, .btn:active, .btn:focus{
    background: var(--btn-hover);
    transition: all 0.3s ease 0s;

}

.btn i {
    padding-left: 4px;
    font-size: 10px;
    position: relative;
    top: -1px;
}


.readmore-btn{
    text-align: center;
}

.readmore-btn a{
    color:var(--primary);
    text-transform: uppercase;
    font-size: 0.875em;
    font-family: 'Poppins_medium', sans-serif;

}

.readmore-btn .btn{
    border: 1px solid var(--primary);

}

.readmore-btn .ncbl-readmore:hover{
    color:#12c05bac;
    transition: 0.3s;
}

.readmore-btn .btn:hover, .btn:active, .btn:focus{
    background: #009C3F;
    color:var(--white);
    border-color: #009C3F;
    transition: all 0.3s ease 0s;
}

.read-more i{
    padding-left:6px;
}

.heading-title{
    font-size:22px;
    padding-bottom:25px;
}

.section-padding{
    padding:55px 0px;
}


/* TOP-HEADER----*/
#header-topbar{
    padding:0.4rem 0;
    background-color:var(--white);
    color:var(--primary);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 4;
    /* box-shadow: 0px 6px 7px #00000008; */
    box-shadow: 0px 2px 15px #07070720;
}


#header-topbar .top-leftmenu ul {
    margin: 0;
    padding: 0;
}

.top-header{
    margin-top: 18px;
}

.toll-free{
    display:flex;
}

.ncbl-tollfree{
    font-size:16px;
}

.tollfree-contact{
    font-size:18px;

}
.tollfree-contact a{
   color:var(--primary);
   font-family: 'Poppins_semibold', sans-serif;
}

.toll-free i{
    font-size:32px;
    margin:10px 12px 0px 0px;
    color:var(--primary);
}

.top-headerlogo img{
    max-height: 70px;
    position: relative;
    top: 6px;
}

.top-headerlogo{
    text-align: center;
}

.social-network ul li{
    display: inline;
    margin-left: 1.25rem;
}

.socialmedia-icon li i{
    color:var(--primary);
    font-size:18px;
}

.tollfree-contact a:hover {
    color: var(--txt-hover);
    transition: all 0.3s ease 0s;
}

.socialmedia-icon li i:hover {
    color: var(--txt-hover);
    transition: all 0.3s ease 0s;
}

.socialmedia-icon{
    margin-top:34px;
    margin-right: 70px;
}
.social-network{
    text-align:right;
}

.has-menu{
    position: relative;
}

.has-menu .navik-header-overlay .burger-menu
{
    position: absolute;
    right: 0;
    top: 18px;
}
.navik-menu-overlay>ul>li.current-menu>.menu-overlay-link a::before{
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: -22px;
    border-bottom: 1px solid var(--primary);
    width: 8px;
    border-radius: 50px;
}

.navik-menu-overlay>ul>li>.current-menu::before{
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 22px;
    border-bottom: 1px solid var(--primary);
    width: 8px;
    border-radius: 50px;
}

.menu-overlay-link a::before{
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: -22px;
    border-bottom: 1px solid #444444;
    width: 8px;
    border-radius: 50px;
}

.menu-overlay-link a:hover::before{
    border-bottom: 1px solid var(--primary);

}

/* TOP-HEADER--End--*/

/* BANNER --*/
#topheader-banner{
    align-items: center;
    display: flex;
    position: relative;
    height: 250px;
    margin-top: 90px;

}
#topheader-banner:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #003214bf;
}

.search-b{
    float: none;
    margin: auto;
}
.search-box{
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    background-color:#118b428a;
    padding:30px 35px;
    border-radius:10px;

}
.search-box .search-library{
    padding-bottom: 14px;
    font-size:22px;
    font-family: 'Poppins_medium', sans-serif;
}
#topheader-banner .form-control {
   font-size: 14px;
   line-height: 3rem;
   height: 45px;
   padding-top: 8px;
   padding-left: 15px;
   border: 0;
   box-shadow: none;
}

#topheader-banner .form-control::placeholder {
    color: #999;
    opacity: 1; /* Firefox */
    font-size: 13px;
  }

#topheader-banner .form-control::-ms-input-placeholder { /* Edge 12 -18 */
    color: #999;
    font-size: 13px;
    line-height:22px;
  }

.input-group i{
    font-size: 18px;
}

.input-group-text {
    background-color: var(--primary);
    color: var(--white);
    line-height: 0.5;
    border-radius: 10px;
    border: 0;
    padding: 0px 12px;
}

/* BANNER -End-*/


/* E-LIBARY--UPDATE */
.slide-wrapper {
    height: 200px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.slide-wrapper::before {
    display: block;
    mix-blend-mode: multiply;
    position: absolute;
    z-index: 2;
}

.slide-wrapper::after {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all 1s ease 0s;
    width: 100%;
    border-radius: 5px;
}

.slide-wrapper .slide-text {

    box-sizing: border-box;
    color: #fff;
    font-size: 1.5rem;
    left: 0;
    line-height: 32px;
    padding: 0px 45px;
    position: absolute;
    transition: top 0.35s ease 0s;
    width: 100%;
    z-index: 2;
}

.slide-wrapper .slide-text .slide-heading {
    text-transform: uppercase;
}

.slide-wrapper .slide-text .slide-body {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 1.5s ease 0s;
    text-align: center;
}


.slide-wrapper .slide-text h2 {
    color: #fff;
    font-size: 18px;
    line-height:26px;
    margin: 0 0 0px;
    padding: 3px 0 0 0;
    text-transform: none;
    text-align: center;
    font-family: 'Poppins_medium', sans-serif;
}

.slide-wrapper .slide-text p:last-child {
    margin-bottom: 0;
}
.slide-wrapper .slide-text a {
    color: #fff;
}

.slide-wrapper .slide-text a.button {
    background-color: transparent;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 0rem 2.3rem 0rem 2.3rem;
    text-decoration: none;
}

.slide-wrapper .slide-text a.button:active, .slide-wrapper .slide-text a.button:focus, .slide-wrapper .slide-text a.button:hover {
    text-decoration: underline;
    transition: all 0.3s ease 0s;
}
.slide-wrapper:hover::after {
    opacity: 1;
}
.slide-wrapper:hover .slide-body {
    max-height: 660px;
    opacity: 1;
}

#libary-update .readmore-btn{
    margin-top: 25px;
}
.button i{
    padding-left: 4px;
    font-size: 10px;
    position: relative;
    top: -1px;
}



/* E-LIBARY--UPDATE-END */


/* RECENT_POST */

#recent-post{
    background-color: #F7F8F9;
    padding: 42px 0px;
}

.headline-details{
    display: flex;
    margin-bottom: 18px;
}

.headlinenews-img{
    margin-right: 18px;
}

.headlinenews-img a img {
    aspect-ratio: 1 / 1;
    width: 85px;
    object-fit: cover;
    border-radius: 5px;
}

.headlinenews-viewers {
    margin-bottom: 8px;
    font-size: 14px;
    color: #888888;
    display: flex;
}

.headlinenews-viewers span i {
    padding-right: 4px;
}

.taxmanagement-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.taxmanagement-title a {
    font-size: 17px;
    font-family: 'Poppins_medium', sans-serif;
    color: #333333;
    line-height: 32px;
}

.taxmanagement-title a:hover {
    color:var(--primary);
    transition: all 0.3s ease 0s;
}

.imp-links{
    list-style: disc;
    color: var(--primary);
    margin-left: 20px;
}

.imp-links li {
    padding-bottom: 18px;
    font-size: 16px;
}

.imp-links a:hover {
    color:var(--primary);
    transition: all 0.3s ease 0s;
}
.line{
    border-bottom: 1px solid #d9d9d9;
    margin: 18px 0px 24px;
    display: none;
}

.news-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}

.news-title a{
    font-size: 16px;
       font-family: 'Poppins_regular', sans-serif;
    color: var(--secondary);
    line-height: 26px;
    height: 50px;
    overflow: hidden;
    display: inline-block;
}
.news-title a:hover{
    color:var(--primary);
    transition: all 0.3s ease 0s;

}

/* RECENT_POST_END */


/* BELOW_FOOTER  */

#below-footer {
    padding: 34px 0px;
}

.copyright span {
    color: #666666;
    font-size: 13px;
}

.link {
    text-align: right;
}

.link span {
    color: #666666;
    font-size: 13px;
}

.link span a {
    text-decoration: underline;
}
.link span a {
    color: #666666;
}
.link span a:hover {
    color:var(--primary);
    transition: all 0.3s ease 0s;
}

/* BELOW_FOOTER -END */


/* INNERPAGE-START */


/* BANNER -INNERPAGE-*/

#topheader-banner.inner-page{
    height: 280px;
}

/* BANNER -INNERPAGE-END */

/* TITLE/BREADCRUMB */
#pagetitle{
    background-color: #F6F6F6;


}
#pagetitle ul li {
    display: inline-block;
    padding: 16px 0px;

}

#pagetitle ul {
    font-size: 15px;
}
#pagetitle ul li i {
    margin: 0 16px;
    font-size: 10px;
    color: var(--secondary);
}
#pagetitle ul li a {
    color: var(--primary);
}

/* TITLE/BREADCRUMB-END */

/*-- LISTINGS--*/
#inner-contanier .elibrary-title {
    color: var(--primary);
    font-size: 24px;
    line-height: 32px;

}

#inner-contanier h2 {
    font-weight: 600;
    padding-bottom: 22px;
}

#inner-contanier {
    padding: 45px 0px 55px;
}


.tax-management .headlinenews-viewers {
    padding-top: 14px;
    display: flex;

}
#inner-contanier .management-img a img {
    aspect-ratio: 2 /1.1;
    object-fit: cover;
    border-radius: 5px;
}
.tax-management .headlinenews-viewers span {
    color:#666666;
}

#inner-contanier .tax-management{
    margin-bottom: 18px;
}
.half-line {
    padding: 0px 10px;
    font-size: 16px;
    color: #999999;
    display: inline-block;
}
.headlinenews-viewers span{
    color:#888888;
}

.headlinenews-viewers .doc{
    color: white;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
    background: #1C56B8;
    line-height: 19px;
    height: 18px;
    width: 38px;
    text-align: center;
    margin-top: 3px;
}
.headlinenews-viewers .xls{
    color: white;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
    background: #2A7E4B;
    line-height: 20px;
    height: 18px;
    width: 38px;
    text-align: center;
    margin-top: 3px;
}
.headlinenews-viewers .pdf{
    color: white;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
    background: #ED1C24;
    line-height: 20px;
    height: 18px;
    width: 38px;
    text-align: center;
    margin-top: 3px;
}
.headlinenews-viewers .external-link{
    color: white;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
    background: #0d9ddb;
    line-height: 20px;
    height: 18px;
    width: 95px;
    text-align: center;
    margin-top: 3px;
}
.headlinenews-viewers .video-link{
    color: white;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
    background: #41b25a;
    line-height: 20px;
    height: 18px;
    width: 75px;
    text-align: center;
    margin-top: 3px;
}
.headlinenews-viewers .img{
    color: white;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
    background: #a4ed1c;
    line-height: 20px;
    height: 18px;
    width: 38px;
    text-align: center;
    margin-top: 3px;
}
.elibrarytax-block{
    margin-bottom: 28px;
}

.tax-management{
    position: relative;
}

.management-img a:hover:after{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height:100%;
    background-color: #333333;
    opacity: 70%;
    border-radius:5px;
    display: block;
    transition: all 0.3s ease 0s;
}

.management-img i{
    position: absolute;
    bottom: 36%;
    left: 40%;
    text-align: center;
    color: white;
    background:var(--primary);
    border-radius: 50px;
    width:40px;
    height:40px;
    display: none;
    line-height: 40px;
    z-index: 1;
}
.management-img:hover i{
    display: block;
    transition: all 0.3s ease 0s;
}
.elibrarytax-block .headlinenews-viewers{
    display: flex;
}


/* PAGINATION--*/

.pagination {
    margin-top:20px;
    display: flex;
    justify-content: center;
}

.page-link {
    color: #333333;
    font-weight: 500;
    font-size: 16px;
    margin-right: 12px;
    border-radius:5px;
    padding: 8px 15px;
    background-color: #F5F5F5;

}

.page-item.active .page-link {
    background-color: var(--primary);
    color: var(--white);
    border:1px solid var(--primary);
    z-index: 1;
}
.page-link:hover {
   color: var(--primary);
}

.page-item:first-child .page-link{
    border-radius:5px;
}

.page-item:not(:first-child) .page-link{
    border-radius:5px;
}
/* PAGINATION--END*/

/* -- LISTINGS-END--*/


/* LISTINGS-LAST-PAGE */

.cooperative-block {
    border: 1px solid #D9D9D9;
    background-color: #F5F5F5;
    display: block;
    color: var(--secondary);
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 18px;
}

.cooperative-block .headlinenews-viewers {
    margin-bottom: 4px;
    font-size: 13px;
}
.cooperativeblock-title{
    height:50px;
    overflow:hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cooperativeblock-title a{
    font-size: 16px;
    line-height: 28px;
    font-family: 'Poppins_medium', sans-serif;
}
.cooperativeblock-title a:hover{
   color:var(--primary);
   transition: all 0.3s ease 0s;
}

.cooperative-block .headlinenews-viewers .doc{
    color: white;
    border-radius: 4px;
    font-size: 10px;
    text-transform: uppercase;
    background: #1C56B8;
    line-height: 19px;
    height: 16px;
    width: 32px;
    text-align: center;
}
.cooperative-block .headlinenews-viewers .xls{
    color: white;
    border-radius: 4px;
    font-size: 10px;
    text-transform: uppercase;
    background: #2A7E4B;
    line-height: 19px;
    height: 16px;
    width: 32px;
    text-align: center;
}
.cooperative-block .headlinenews-viewers .pdf{
    color: white;
    border-radius: 4px;
    font-size: 10px;
    text-transform: uppercase;
    background: #ED1C24;
    line-height: 19px;
    height: 16px;
    width: 32px;
    text-align: center;
}
.cooperative-block .headlinenews-viewers span i {
    padding-right: 4px;
    font-size: 12px;
}

/* LISTINGS-LAST-PAGE-END */

/* SEARCH_RESULT_PAGE */
.search-wrapper {
    background: var(--white);
    padding: 25px;
    box-shadow: 0 0px 15px #514d4d30;
    border-radius: 5px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
}
.search-wrapper .search-title{
    height:28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.search-wrapper .search-title a {
    font-size: 18px;
    font-family: 'Poppins_medium', sans-serif;
    line-height: 30px;
}
.search-wrapper .search-title a:hover {
    color:var(--primary);
    transition: all 0.3s ease 0s;
}
.choose-icon i{
    text-align: center;
    color: white;
    background: var(--primary);
    border-radius: 50px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.choose-icon a{
    margin-left:20px;
}
/* SEARCH_RESULT_PAGE-END */

.post-label-video-link{
    display: inline-block;
    padding: 0 8px;
    background: #41b25a;
    border-radius: 5px;
    font-size: 12px;
    line-height: 21px;
    color: #fff !important;
    position: relative;
    top: -2px;
    margin-left: 5px;
}

.post-label-external-link{
    display: inline-block;
    padding: 0 8px;
    background: #0d9ddb;
    border-radius: 5px;
    font-size: 12px;
    line-height: 21px;
    color: #fff !important;
    position: relative;
    top: -2px;
    margin-left: 5px;
}


.accordion-button:not(.collapsed) {
    color: var(--secondary);
    background-color: #f7f8f9;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-item{
    margin-bottom: 25px;
}
.accordion-header{
    padding-bottom: 0 !important;
}

.accordion-button{background-color: #f7f8f9 !important;}
















