:root{
    --clr-primary: #000000;
	--clr-primary-light: #bfddfa;
    --clr-red: #FF0000;
    --clr-black: #000000;
    --clr-yellow: #ffe135;
    --clr-white: #FFFFFF;
    --clr-slate-500: #64748b;
    --clr-slate-800: #1e293b;
    --clr-gray-100: #f3f4f6;
    --clr-gray-300: #d1d5db;
    --clr-deep-blue: #000f23;
    --clr-blue-900: #172554;
    --clr-blue-500: #3b82f6;
    --clr-green-500: #28a745;
    --icon-font: "Font Awesome 6 Free";
	--body-font-family: 'Open Sans', sans-serif;
	--title-font-family: 'Poppins', sans-serif;
	--title-font-family-2: 'Roboto Condensed', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: var(--title-font-family-2);
}
body{
    font-family: var(--body-font-family);
    font-size: 100%;
    font-weight: 400;
    color: var(--clr-deep-blue);
}
.text-blue{
    color: var(--clr-blue-500);
}
.form-label{
    font-family: var(--title-font-family-2);
}
.container{
    max-width: 1240px;
}
.form-section .btn-solid:hover{
    color: var(--clr-white);
    border-color: var(--clr-slate-800);
    background-color: var(--clr-slate-800);
}
/*|==================================================================================
    Topbar Section
====================================================================================|*/
.topbar-section{
    background-color: #000f23;
}
.topbar-menu{}
.topbar-menu .navbar{
    padding: 0;
}
.topbar-menu .navbar-nav{}
.topbar-menu .navbar-nav .nav-item .nav-link{
    color: var(--clr-white);
    font-size: .875rem;
    font-weight: 400;
    padding: .75rem 1rem;
}
.topbar-menu .navbar-nav .nav-item:first-child .nav-link{
    padding-left: 0;
}
.topbar-section .img-box{}
.topbar-section .img-box img{
    width: 80px;
}
.topbar-menu .offcanvas{
    width: 250px;
}
.topbar-menu .offcanvas.show .navbar-nav .nav-item .nav-link{
    color: var(--clr-black);
}
.topbar-menu .offcanvas.show .navbar-nav .nav-item:first-child .nav-link{
    padding-left: 1rem;
}
.topbar-menu .navbar-toggler{
    border: none;
    box-shadow: none;
    padding: .75rem 1rem;
}
.topbar-menu .navbar-toggler span{
    position: relative;
    color: var(--clr-white);
    font-size: .875rem;
}
.topbar-menu .navbar-toggler span::after{
    content: '\f107';
    font-family: var(--icon-font);
    font-weight: 900;
    font-size: .875rem;
    vertical-align: middle;
    margin-left: .5rem;
}
.topbar-menu .offcanvas .offcanvas-header {
    position: relative;
    padding: 0;
}
.topbar-menu .offcanvas .offcanvas-header .btn-close{
    position: absolute;
    top: 12px;
    right: 16px;
}
.topbar-menu .offcanvas .offcanvas-body{
    padding: 0;
}
/* .scroll-top {
    position: fixed;
    bottom: 105%;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .5s linear;
}
.scroll-top.scrolltopactive {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.scroll-top:hover .scroll-top-inner {
    color: #fff
}
.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center,rgba(0,0,0,.25) 0,transparent 80%);
}
.scroll-top-inner {
    transition: all .3s linear;
    color: #fff;
    background: var(--clr-primary);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 50%;
} */
/*| Media Query ====================================================================|*/
@media (min-width: 992px){
    .topbar-section .topbar-right{
        justify-content: flex-end;
    }
}
@media (max-width: 991.98px){
    .topbar-menu .navbar-nav .nav-item .nav-link{
        padding: .5rem 1rem;
    }
    .topbar-section .img-box{
        margin-right: .5rem;
    }
}
/*|==================================================================================
    Header
====================================================================================|*/
.header{
    padding: 1rem 0;
    border-bottom: 1px solid #dee2de;
}
.header .navbar-brand{}
.header .navbar-brand img{
    width: 210px;
}
.header-right{}
.header-right .header-search{}
.header-right .header-search .form-control{
    font-size: 1rem;
    font-weight: 500;
}
.header-right .header-search .btn-solid{
    border-color: #000f23;
    background-color: #000f23;
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
}
.header-right .header-social{
    margin-top: 1rem;
}
.header-right .header-social ul{
    display: flex;
    gap: .75rem;
    align-items: center;
    justify-content: flex-end;
}
.header-right .header-social ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: var(--clr-white);
    line-height: 36px;
    text-align: center;
    font-size: 1.125rem;
    background-color: #000000;
}
/*| Media Query ====================================================================|*/
@media (min-width: 992px){
    .header .dropdown:hover > .dropdown-menu{
		display: block;
	}
	.header .dropdown >.dropdown-toggle:active{
		pointer-events: none;
	}
    .header .navbar-brand img{
        width: 330px;
    }
}
@media (max-width: 575.98px){
    .header .navbar-brand img{
        width: 100%;
    }
}
/*|==================================================================================
    APS CAC Table Section
====================================================================================|*/
.aps-cac-table{}
.aps-cac-table thead th{
    font-size: 1rem;
    font-weight: 600;
}
.aps-cac-table tbody{}
.aps-cac-table tbody th,.aps-cac-table tbody td{
    font-size: .875rem;
    font-weight: 500;
}
.aps-cac-table tbody th{
    font-weight: 600;
}
.aps-cac-table tbody td .download-btns{
    display: flex;
    gap: 8px;
}
.aps-cac-table tbody td .download-btns a{
    color: var(--clr-primary);
    text-decoration: underline;
}
/*| Media Query ====================================================================|*/
@media (min-width: 992px){
    .section-header .section-title{
        font-size: 1.75rem;
    }
}
@media (max-width: 991.98px){
    .table-section .aps-cac-table{
        white-space: nowrap;
        margin-bottom: 0;
    }
}
/*|==================================================================================
    Aps Table Section
====================================================================================|*/
.table-section{}
.table-section .aps-table{}
.aps-table{}
.aps-table .main-thead{}
.aps-table .main-thead th{
    font-size: 1rem;
}
.aps-table .main-thead .chapter-name-th{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.aps-table .main-thead .chapter-name-th a{
    position: relative;
}
.aps-table .main-thead .chapter-name-th a::after{
    content: '\f107';
    font-family: var(--icon-font);
    font-weight: 900;
    font-size: .875rem;
    margin-left: .25rem;
}
.aps-table .main-tbody{}
.aps-table .main-tbody td,.aps-table .main-tbody th{
    font-size: .875rem;
    font-weight: 400;
}
.aps-table .main-tbody td .btn-text{
    /* color: var(--clr-black); */
    display: block;
    position: relative;
    cursor: pointer;
    text-align: left;
    font-size: .875rem;
    font-weight: 600;
    text-decoration: underline !important;
}
.aps-table .main-tbody td .btn{
    font-size: .875rem;
    padding: .25rem .625rem;
    text-decoration: none;
}
.aps-table .main-tbody td .btn-group{
    gap: .25rem;
    flex-direction: column;
    justify-content: center;
}
.aps-table .main-tbody td .btn-group .btn-group-text{
    display: block;
    text-align: center;
}
.aps-table .main-tbody td:last-child{
    /* display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    align-items: center; */
    /* justify-content: center; */
}
.aps-table .main-tbody .chapter-name-td .chapter-name{
    display: block;
    font-size: .875rem;
    font-weight: 600;
    margin-bottom: .5rem;
}
.aps-table .main-tbody .chapter-name-td .collapse{
    margin-top: .75rem
}
.table-section p a{
    color: #3b82f6;
}
.table-section p a:hover{
    color: #000000;
    text-decoration: underline;
}
/*| Media Query ====================================================================|*/
@media (min-width: 992px){
    .aps-table .main-thead .sl{
        width: 4%;
    }
    .aps-table .main-thead .chapter-type-th{
        width: 13%;
    }
    .aps-table .main-thead .chapter-name-th{
        width: 100%;
    }
    .aps-table .main-thead .links-th{
        min-width: 34%;
    }
}
@media (max-width: 991.98px){
    .table-section .aps-table{
        white-space: nowrap;
        margin-bottom: 0;
    }
    .table-section .table-pagination{
        margin-top: 1.25rem;
    }
}
@media (max-width: 320.98px){}
.section-header .section-title span{
    font-size: 16px;
     font-weight: 500;
}
/*|==================================================================================
    Footer
=====================================================================================|*/
.footer{
    background-color: #f4f8ff;
}
.footer-widget{
    margin-bottom: 1.25rem;
}
.footer-widget .footer-title{
    font-size: 1.125rem;
    margin-bottom: .75rem;
}
.footer-about{}
.footer-about p{
    line-height: 1.6;
}
.footer-about .social-list{
    gap: .75rem;
}
.footer-about .social-list li .social-link{
    width: 40px;
    height: 46px;
    padding: 0;
    line-height: 46px;
    text-align: center;
    border-radius: .325rem;
    background-color: var(--clr-white);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.footer-about .social-list li .social-link.facebook{
    color: var(--clr-primary);
}
.footer-about .social-list li .social-link.twitter{
    color: #76b1ff;
}
.footer-about .social-list li .social-link.instagram{
    color: #e03955;
}
.footer-about .social-list li .social-link.youtube{
    color: #ff002b;
}
.footer-about .social-list li .social-link.facebook:hover{
    color: var(--clr-white);
    background-color: var(--clr-primary);
}
.footer-about .social-list li .social-link.twitter:hover{
    color: var(--clr-white);
    background-color: #76b1ff;
}
.footer-about .social-list li .social-link.instagram:hover{
    color: var(--clr-white);
    background-color: #e03955;
}
.footer-about .social-list li .social-link.youtube:hover{
    color: var(--clr-white);
    background-color: #ff002b;
}
.footer-links{}
.footer-links ul li a{
    display: block;
    color: var(--clr-black);
    font-family: var(--title-font-family);
    font-size: 1rem;
    font-weight: 400;
    padding: .375rem 0;
}
.footer-links ul li:first-child a{
    padding-top: 0;
}
.footer-links ul li a:hover{
    color: var(--clr-primary);
}
.footer-contact{}
.footer-contact .footer-contact-item{
    margin-bottom: 1rem;
}
.footer-contact .footer-contact-item .title{
    font-size: 1.125rem;
    font-weight: 600;
}
.footer-contact .footer-contact-item span,.footer-contact .footer-contact-item p{
    display: block;
    font-size: 1rem;
    font-weight: 400;
}
.copyright{
    padding: 1.25rem 0;
    border-top: 1px solid #e4e7ec;
}
.copyright p{
    font-size: .875rem;
    font-weight: 500;
    margin-bottom: 0;
}
.copyright .copyright-nav{
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}
.copyright .copyright-nav li{}
.copyright .copyright-nav li a{
    display: block;
    font-family: var(--title-font-family);
    font-size: .875rem;
    font-weight: 400;
    padding: .325rem 1rem;
    border-radius: 2rem;
    border: 1px solid #dee2de;
    transition: all 0.4s linear;
}
.copyright .copyright-nav li a:hover{
    color: var(--clr-white);
    border-color: var(--clr-primary);
    background-color: var(--clr-primary);
}
/*| Media Query ====================================================================|*/
@media (min-width: 576px){}
@media (min-width: 768px){}
@media (min-width: 992px){
    .footer-widget .footer-title{
        font-size: 1.25rem;
    }
    .copyright .copyright-nav{
        justify-content: flex-end;
    }
}
@media (min-width: 991.98px){}
/*|==================================================================================
    Form Section
=====================================================================================|*/
.form-section{
    background-color: #f3f3f9;
}
.form-section .form-container{
    background-color: var(--clr-white);
}
.form-section .form-container .payment-method{
    padding: 1rem;
    border-radius: .75rem;
    border: 1px solid #dee2de;
}
.form-section .form-container .form-control{
    background-color: #f3f3f9;
}
.form-section .form-container .table thead th,.form-section .form-container .table tbody th{
    font-size: .875rem;
    font-weight: 600;
    text-align: center;
    background-color: #d1d5db;
}
.form-section .form-container .payment-method .form-group:last-child{
    margin-bottom: 0;
}
.hiddenDiv {
    display: none;
}
/*| Media Query ====================================================================|*/
@media (min-width: 768px){}
@media (min-width: 992px){
    .form-section .form-container{
        padding: 1.75rem;
    }
}
@media (min-width: 991.98px){}
/*|====================================================================================
    Page Details Page
=======================================================================================|*/
.entry-header{}
.entry-header .entry-title{
	font-size: 22px;
	line-height: 1.5;
	margin-bottom: .75rem;
}
.entry-header .entry-meta{
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-bottom: .75rem;
}
.entry-header .entry-meta i{
	color: var(--clr-primary);
	margin-right: 4px;
}
.entry-header .entry-meta .posted-on{
	font-size: 14px;
}
.entry-header .entry-meta span{
	color: var(--clr-primary);
}
.entry-header .entry-meta .author{
	font-size: 14px;
}
.entry-header .entry-meta .author a{
	color: var(--clr-primary);
}
.entry-header .entry-meta .cat-links{}
.entry-header .entry-meta .cat-links a{
	display: inline-block;
	position: relative;
	color: var(--clr-primary);
	font-size: 14;
	margin-right: 4px;
	padding-right: 4px;
	text-transform: capitalize;
}
.entry-header .entry-meta .cat-links a::after{
	content: ',';
	position: absolute;
	right: 0;
}
.entry-content{}
.entry-content img{
    margin-bottom: 1rem;
}
.entry-content h2{
	font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.entry-content h3{
	font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.entry-content h4{
    font-size: 1rem;
}
.entry-content ul,.entry-content ol{
    margin-left: 20px;
    margin-bottom: 1rem;
}
.entry-content ul li,.entry-content ol li{
    position: relative;
    line-height: 1.6;
    font-weight: 600;
    padding-left: 24px;
    margin-bottom: .75rem;
}
.entry-content ul li::before{
    position: absolute;
    left: 0;
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--clr-primary);
}
/*| Media Query |======================================================================|*/
@media (min-width: 992px){
	.entry-header .entry-title{
		font-size: 30px;
		margin-bottom: 16px;
	}
    .entry-content img{
        margin-bottom: 1.5rem;
    }
    .entry-content h2{
        font-size: 1.75rem;
    }
    .entry-content h3{
        font-size: 1.5rem;
    }
    .entry-content h4{
        font-size: 1.125rem;
    }
}
@media (max-width: 991.98px){}
/*|==================================================================================
    KeyFrames
=====================================================================================|*/
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}
@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2), 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2), 0 0 0 45px rgba(255, 255, 255, 0);
    }
}
@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2), 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2), 0 0 0 45px rgba(255, 255, 255, 0);
    }
}
@-webkit-keyframes rippleprimary {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 75, 52, 0.2), 0 0 0 5px rgba(255, 75, 52, 0.2), 0 0 0 20px rgba(255, 75, 52, 0.2), 0 0 0 35px rgba(255, 75, 52, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 75, 52, 0.2), 0 0 0 5px rgba(255, 75, 52, 0.2), 0 0 0 20px rgba(255, 75, 52, 0.2), 0 0 0 35px rgba(255, 75, 52, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 75, 52, 0.2), 0 0 0 20px rgba(255, 75, 52, 0.2), 0 0 0 35px rgba(255, 75, 52, 0.2), 0 0 0 45px rgba(255, 75, 52, 0);
        box-shadow: 0 0 0 5px rgba(255, 75, 52, 0.2), 0 0 0 20px rgba(255, 75, 52, 0.2), 0 0 0 35px rgba(255, 75, 52, 0.2), 0 0 0 45px rgba(255, 75, 52, 0);
    }
}
@keyframes rippleprimary {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 75, 52, 0.2), 0 0 0 5px rgba(255, 75, 52, 0.2), 0 0 0 20px rgba(255, 75, 52, 0.2), 0 0 0 35px rgba(255, 75, 52, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 75, 52, 0.2), 0 0 0 5px rgba(255, 75, 52, 0.2), 0 0 0 20px rgba(255, 75, 52, 0.2), 0 0 0 35px rgba(255, 75, 52, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 75, 52, 0.2), 0 0 0 20px rgba(255, 75, 52, 0.2), 0 0 0 35px rgba(255, 75, 52, 0.2), 0 0 0 45px rgba(255, 75, 52, 0);
        box-shadow: 0 0 0 10px rgba(255, 75, 52, 0.2), 0 0 0 20px rgba(255, 75, 52, 0.2), 0 0 0 35px rgba(255, 75, 52, 0.2), 0 0 0 45px rgba(255, 75, 52, 0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}