@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #000;
}

html,
body {
    overflow-x: hidden;
}

a,
img {
    text-decoration: none;
    outline: none;
    border: none;
}

a,
.btn {
    transition: all .4s;
}

.btn:focus,
.form-control:focus,button:focus {
    box-shadow: none;
    outline: 0 !important;
}
a {
    color: #000;
}

a:hover,
a:active {
    color: #A9CE1B;
    text-decoration: none;
    outline: 0px;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p:last-child {
    margin-bottom: 0;
}


/* header */

#top-nav-fixed {
    /* height: 105px; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    padding: 15px 0;
    transition: all .4s;
    /* background-color: #ccc; */
}

#top-nav-fixed.sticky {
    background-color: rgba(0, 9, 42, 0.75) !important;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    transition: all .4s;
    backdrop-filter: blur(3px);
}

#top-nav-fixed .navbar {
    padding: 0;
    width: 100%;
    position: initial;
}


/* .navbar-light .navbar-brand {
    max-width: 140px;
} */

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler {
    border: none;
    padding: 0;
    outline: 0 !important;
}

header .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
    position: relative;
}

header .navbar-light .navbar-nav .nav-link:hover,
header .navbar-light .navbar-nav .nav-link:focus,
header .navbar-light .navbar-nav .nav-link.active,
header .navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .show>.nav-link {
    color: #96B421;
}

.dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    vertical-align: -1px;
    border: 0;
    line-height: 100%;
}

#navbar-main .dropdown-menu {
    padding: 40px 0px;
    border: 0;
    box-shadow: 0 2px 20px rgb(0 0 0 / 10%);
    min-width: 12rem;
    border-radius: 0;
    width: 100%;
    background-color: rgb(255 255 255 / 90%);
    margin-top: 0;
}

.dropdown-menu.single-col-menu {
    padding: 20px 20px !important;
}

.dropdown-inner {
    max-width: 1200px;
    margin: auto;
}

.dropdown-title {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.01em;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.menu-cate-title {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.dropdown-inner .dropdown-item,
.single-col-menu .dropdown-item {
    position: relative;
    font-size: 15px;
    color: #000;
    padding: 0 0 12px 18px;
}

.dropdown-inner .dropdown-item:last-child,
.single-col-menu .dropdown-item:last-child {
    padding-bottom: 0;
}

.dropdown-inner .dropdown-item::before,
.single-col-menu .dropdown-item::before {
    /*content: "\f061";*/
    font-family: "Font Awesome 5 Pro";
    color: #96B421;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 3px;
}

.dropdown-inner .dropdown-item:focus,
.dropdown-inner .dropdown-item:hover,
.single-col-menu .dropdown-item:hover,
.single-col-menu .dropdown-item:focus {
    color: #96B421;
    text-decoration: none;
    background-color: transparent;
}

header .navbar-light .navbar-nav.login .nav-link.btn-green,
.btn-green {
    background-color: #96B421;
    color: #fff;
    min-width: 120px;
    padding: 10px 20px !important;
    text-align: center;
    border-radius: 5px;
    white-space: nowrap;
}

.btn-green:hover {
    background-color: #263D92 !important;
}

header .navbar-light .navbar-nav.login .nav-link.btn-green i {
    margin-left: 5px;
}


/* banner */

.banner-section {
    position: relative;
}

#banner .carousel-item {
    display: block;
}

.banner-section .carousel-item:before,
.banner-section .inner-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 9, 42, 0.75) 0%, rgba(0, 9, 42, 0.15) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 9, 42, 0.75) 0%, rgba(0, 9, 42, 0.15) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 9, 42, 0.75) 0%, rgba(0, 9, 42, 0.15) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bf00092a', endColorstr='#2600092a', GradientType=0);
    /* IE6-9 */
}

.banner-section .carousel-caption {
    left: 0%;
    right: 0%;
    bottom: 0;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    color: #fff;
}

.banner-content {
    max-width: 900px;
}

.inner-banner .banner-content {
    max-width: none;
    text-align: center;
}

.banner-content .welcome-title {
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
    margin-bottom: 15px;
}

.title-border:before {
    content: "";
    width: 50px;
    height: 3px;
    border-radius: 1.5px;
    background: #96b421;
    display: inline-block;
    border-radius: 100px;
    vertical-align: middle;
}

.title-border:after {
    content: "";
    width: 16px;
    height: 3px;
    border-radius: 1.5px;
    background: #96b421;
    display: inline-block;
    border-radius: 100px;
    vertical-align: middle;
    margin-left: 8px;
}

.banner-content h1 {
    font-weight: 700;
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 70px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
    margin-bottom: 10px;
}

.inner-banner .banner-content h1 {
    margin-bottom: 0px;
    margin-top: 100px;
}

.banner-content p {
    font-weight: 500;
    font-size: 18px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
}

.btn-circle {
    position: relative;
    padding: 10px 20px;
    color: #000;
    text-transform: uppercase;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
}

.btn-circle:hover {
    position: relative;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
}

.btn-circle:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #96b421;
    z-index: -1;
    transition: all .4s;
}

.btn-circle:hover:before {
    width: 100%;
    border-radius: 5px;
}

.banner-content .btn-circle {
    padding: 15px 30px;
    color: #fff !important;
}

.banner-content .btn-circle:before {
    width: 55px;
    height: 55px;
}

.btn-circle:hover:before {
    width: 100%;
    border-radius: 5px;
}

.carousel-indicators {
    bottom: 30px;
}

#banner .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
}

#banner button.owl-dot {
    width: 40px;
    height: 5px;
    margin-right: 5px;
    margin-left: 5px;
    border: 0;
    opacity: 1;
    border-radius: 20px;
    background-color: #FFFFFF;
}

#banner button.owl-dot.active {
    background-color: #A9CE1B;
}

#banner button.owl-dot:focus {
    box-shadow: none;
    outline: none;
}

.text-green {
    color: #96B421;
}

.text-blue {
    color: #0A9CDE;
}

.text-orange {
    color: #F6A02A;
}

.text-red {
    color: #f90000;
}

.software-update-announcement {
    background: #263d92;
    padding: 25px 0;
    color: #fff;
}

.software-update-col {
    max-width: 260px;
    flex: 0 0 260px;
}

.software-update-announcement h3 {
    font-weight: 600;
    font-size: 24px;
    border-right: 1px solid #4B5FAB;
    padding-right: 25px;
    line-height: 35px;
}

.software-update-text-slide {
    overflow: hidden;
    width: 100%;
}

.software-update-text-slide .list-inline {
    white-space: nowrap;
    position: relative;
    animation-name: example;
    animation-timing-function: linear;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}

.marqueefy {
    box-sizing: border-box;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
}

.marqueefy .content {
    display: inline-block;
    padding: 0 0 0 100%;
    margin: 0;
    white-space: nowrap;
    animation-name: marqueefy;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes marqueefy {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}

.marqueefy:hover .content {
    animation-play-state: paused;
}

.marqueefy .content li {
    position: relative;
    padding-left: 20px;
}

.marqueefy .content li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    background-color: #FFFFFF;
    transform: rotate(45deg);
}

.promotion {
    padding: 100px 0px;
    position: relative;
}

.promo-bg-pattern {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.promo-bg-pattern img {
    max-width: 100%;
}

.comn-title {
    text-align: center;
    margin-bottom: 60px;
}

.title-text {
    color: #263D92;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 60px;
    font-weight: 600;
}

.title-line {
    display: table;
    margin: 10px auto 30px;
    width: 74px;
    height: 3px;
    position: relative;
}

.title-line::before,
.title-line::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #96B421;
    border-radius: 5px;
}

.title-line::before {
    left: 0;
    width: 68%;
}

.title-line::after {
    right: 0;
    width: 22%;
}

.comn-title p {
    max-width: 785px;
    margin: auto;
    color: #000000;
    font-size: 18px;
    line-height: 27px;
}

.promo-box {
    box-shadow: 0px 0px 10px #D9DDEF80;
    border: 1px solid #EEF1F9;
    background-color: #FFFF;
    padding: 15px;
    position: relative;
    margin: 0px 15px 30px;
    transition: all 300ms ease-in-out;
}

.promo-box:hover {
    box-shadow: 0px 0px 40px #EEF1F980;
    transform: scale(1.05);
}

.promo-box img {
    width: 100%;
    margin-bottom: 20px;
    height: 235px;
    object-fit: contain;
}

.promo-box h4 {
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.promo-box p {
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
}
.promo-profil {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.owl-carousel .promo-profil img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px;
    margin-bottom: 0;
}

.promo-profil-detail aside {
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
}

.promo-profil-detail p {
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    height: auto;
}

.promo-profil-detail p i {
    margin-right: 8px;
    font-size: 12px;
}

.promo-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.promo-arrow::before {
    content: "";
    border-right: 56px solid #96B421;
    border-top: 56px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 300ms ease-in-out;
}

.promo-box:hover .promo-arrow::before {
    border-right-color: #263D92;
}

.promo-arrow i {
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    color: #FFFFFF;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    color: #96B421;
    font-size: 16px;
}

.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus {
    outline: none;
}

#promotions .owl-nav button.owl-next,
#promotions .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
}

#promotions .owl-nav button.owl-next {
    left: auto;
    right: -15px;
}

footer {
    border-top: 1px solid #DDDDDD;
}

.footer-main {
    padding: 30px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-list,
.terms-div,
.copyright {
    width: 33.33%;
}

.social-list {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.social-list li {
    margin-right: 10px;
}

.social-list li:last-child {
    margin-right: 0;
}

.social-list li a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #0B3050;
    border: 1px solid #DDDDDD;
    border-radius: 50%;
}

.social-list li a:hover {
    background-color: #0B3050;
    color: #c9f520;
}

.terms-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.terms-div a {
    color: #000000;
    font-size: 14px;
    line-height: 21px;
    margin-right: 15px;
}

.terms-div a:hover {
    color: #96B421;
}

.terms-div a:last-child {
    margin-right: 0px;
}

.copyright {
    display: flex;
    justify-content: flex-end;
    color: #000000;
    font-size: 14px;
    line-height: 21px;
}

.filter-data-main {
    display: flex;
}

.filter-list {
    width: 260px;
    box-shadow: 1px 0px 0px #DFE2EF;
    background-color: #F8F9FF;
    padding-bottom: 30px;
}

.filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
    border-bottom: 1px solid #CDD4EF;
}

.filter-head h4 {
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

.filter-head h4 img {
    width: 22px;
    margin-right: 10px;
}

.filter-head a {
    background-color: #96B421;
    border-radius: 5px;
    padding: 6px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 100%;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.filter-head a:hover {
    background-color: #0B3050;
}

.filter-head a i {
    margin-left: 5px;
    font-size: 11px;
}

.filter-box {
    margin: 0px 20px;
    padding: 16px 0px;
    border-bottom: 1px dashed #CDD4EF;
}

.filter-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding-left: 10px;
    border-left: 2px solid #96B421;
}

.filter-btn i {
    color: #666666;
    font-size: 20px;
    transition: all 300ms ease-in-out;
}

.filter-btn[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.filter-check {
    margin-top: 25px;
    transition: all 300ms ease-in-out;
}

.filter-check-group label {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    line-height: 100%;
    padding-left: 25px;
}

.filter-check-group:last-child label {
    margin-bottom: 0;
}

.filter-check-group label input {
    width: 0px;
    height: 0px;
    position: relative;
    -webkit-appearance:none;
    appearance:none;
}

.filter-check-group label input::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FFF;
    border: 1px solid #263D92;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
}

.filter-check-group label input:checked::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: #FFFFFF;
    background-color: #263D92;
}

.filter-body {
    padding: 40px 30px 50px;
    width: calc(100% - 260px);
}

.mobile-filter,
.close-apply-div {
    display: none;
}

.filter-serch {
    display: flex;
    align-items: center;
    margin-left: auto;
    max-width: 405px;
    margin-bottom: 30px;
}

.filter-serch input {
    width: 100%;
    border: solid #DDDDDD;
    border-width: 1px 0px 1px 1px;
    border-radius: 5px 0px 0px 5px;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 21px;
}

.filter-serch input:focus {
    outline: none;
    border-color: #96B421;
}

.filter-serch button {
    width: 39px;
    height: 39px;
    border-radius: 0px 5px 5px 0px;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 21px;
    background-color: #96B421;
    color: #FFFFFF;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-box {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px #D9DDEF66;
    border: 1px solid #EEF1F9;
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.file-box-row {
       display: flex;
    align-items: center;
    width: 100%;
    gap: 15px;
    align-content: center;
    justify-content: center;
}


.file-box-detail {
    width: calc( 100% - 60px);
    padding-right: 20px;
}

.file-box aside {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000;
    font-size: 14px;
    line-height: 21px;
}

.file-box aside a {
    font-size: 16px;
}

.file-icon {
    min-width: 90px;
    /*margin-right: 20px;*/
    width: 90px;
    align-self: center;
    text-align: center;
}

.file-icon img {
    max-width: 40px;
    max-height: 55px;
}
.file-box-row .image_large_page {
    width: 90px;
    min-width: 90px;
    text-align: center;
}
/*.image_large_page img {*/
/*    width: 100%;*/
/*    max-width: 100%;*/
/*}*/

.file-box-row .image_large_page img {
    width: 100%;
    max-height: 80px;
    object-fit: contain;
}

.file-box h4 {
    color: #000000;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 5px;
    word-break: break-all;
}

.file-box p {
    color: #000000;
    font-size: 13px;
    /*line-height: 21px;*/
    margin-bottom: 0px;
}

.file-list {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    /*border-left: solid #EEEEEE;*/
    /*border-width: 0px 1px;*/
    padding: 10px 0 10px 20px;
    /*margin-right: 50px;*/
    margin-left: auto;
    flex-shrink: 0;
    /*min-width: 252px;*/
}

.file-list li {
    position: relative;
    margin-right: 20px;
}

.file-list li:last-child {
    margin-right: 0;
}

.file-popup a {
    color: #FFFFFF;
    transition: none;
}

.file-ioc-btn {
    width: 50px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    border-radius: 100px;
}

.file-color-1 .file-ioc-btn {
    background-color: #F4F7E8;
    color: #96B421;
}

.file-color-2 .file-ioc-btn {
    background-color: #E6F5FC;
    color: #0A9CDE;
}

.file-color-3 .file-ioc-btn {
    background-color: #FEF5E9;
    color: #F6A02A;
}

.file-popup {
    position: absolute;
    top: -44px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    padding: 6px 40px;
    border-radius: 30px;
    background-color: #616161;
    visibility: hidden;
    font-size: 12px;
}

.file-popup::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 8px solid #616161;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.file-list li:hover .file-popup {
    visibility: visible;
}

.login-page {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0px;
}

.login-main {
    max-width: 480px;
    position: relative;
    width: 100%;
}

.login-box-bg {
    position: absolute;
    right: -260px;
    top: -70px;
    z-index: -1;
}

.login-logo {
    text-align: center;
    margin-bottom: 30px;
}

.login-box {
    background-color: #FFFFFF;
    box-shadow: 0px 2px 8px #EAF1F899;
    border: 1px solid #EEF1F9;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 25px;
}

.login-box h1 {
    color: #2E3A44;
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 8px;
    text-align: center;
}

.login-box p {
    color: #2E3A44;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0px;
    text-align: center;
}

.login-box form {
    margin-top: 40px;
}

.login-group {
    margin-bottom: 20px;
}

.login-group label {
    color: #000000;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 5px;
    font-weight: 500;
}

.login-input {
    /*display: flex;*/
    align-items: center;
    position: relative;
}

.login-input i {
    color: #616161;
    position: absolute;
    left: 15px;
    top: 12px;
}

.login-input input {
    padding: 10px 15px 10px 40px;
    width: 100%;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    font: normal normal 300 14px/21px Poppins;
    font-size: 14px;
}

.login-input input::placeholder {
    color: #999999;
    font-size: 14px;
}

.login-input input:focus {
    outline: none;
    border-color: #96B421;
}

.remember-forgot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.remember-forgot .filter-check-group label {
    margin-bottom: 0;
}

.remember-forgot a {
    color: #96B421;
    font-size: 15px;
    line-height: 23px;
}

.remember-forgot a:hover {
    color: #000000;
}

.login-submit-btn {
    width: 100%;
    background-color: #96B421;
    padding: 12px;
    border-radius: 5px;
    color: #FFFFFF;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    transition: all 300ms ease-in-out;
}

.login-submit-btn:hover {
    background-color: #0B3050;
}

.login-submit-btn:focus {
    outline: none;
}

.login-main .social-list,
.login-main .terms-div {
    width: 100%;
    justify-content: center;
}

.login-main .terms-div {
    margin-bottom: 20px;
}

.login-footer .copyright {
    position: fixed;
    bottom: 25px;
    width: 100%;
    left: 0;
    justify-content: center;
}

.banner-search-main {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    z-index: 1;
}
.banner-search-box {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 4px 8px #00000040;
    margin-top: 30px;
    max-width: 600px;
}
.search-bar-page-form .banner-search-box {
    padding: 0px;
    box-shadow: none;
    border: 1px solid #ddd;
}
.search-bar-page-form  .banner-search-box button {
    border-radius: 0 4px 4px 0;
}

.banner-search-box input {
    width: 100%;
    border: none;
    padding: 10px;
    font-size: 14px;
}

.banner-search-box input:focus {
    outline: none;
}

.banner-search-box input::placeholder {
    color: #999999;
}

.banner-search-box button {
    background-color: #96B421;
    border-radius: 4px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 25px;
    padding: 7px 25px;
    transition: all 300ms ease-in-out;
}

.banner-search-box button:hover {
    background-color: #263D92;
}


/* -----------starts-21-03-2023------ */

.promotion-blog-section {
    padding: 100px 0px;
    position: relative;
}



.promotion-blog-content h1{
    font-size: 24px;
    font-weight: 800;
    color: #006194;
    margin-top: 20px;
}

.promotion-blog-date{
    color: #006194;
    font-size: 18px;

}

.promotion-blog-date{
    margin-top: 20px;
}

.content-paragraphs{
    margin-top: 40px;
}

.content-paragraphs p{
    font-size: 20px;
}

.file-box-detail-name {
    /* width: calc( 100% - 300px) !important; */
    padding-right: 20px!important;
    flex: 0 0 35%;
    width: 100%;
    word-break: break-word;
}

/* -----------end-21-03-2023------ */
.searchDropDown {
    max-width: 600px;
}


section.banner-section .owl-carousel .animated {
    animation-duration: 2000ms;
    animation-fill-mode: both;

}
.search-bar-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0px 30px;
    gap: 20px;
}
/*.search-bar-row .search-bar-page-form{
    flex-basis: 500px
}*/
.search-bar-row .search-bar-page-form {
    flex: 0 0 50%;
    width: 50%;
}
.search-bar-row .search-bar-page-form form{
    margin-bottom: 0px;
}
.search-bar-row .banner-search-box{
    margin-top: 0px;
}
/*.search-bar-row .filter-serch{
    flex-basis: 400px;
    margin: 0px;
}*/
.search-bar-row .filter-serch {
    flex: 0 0 50%;
    margin: 0px;
    width: 50%;
}
.description {
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    padding-left: 20px;
    flex: 1 1 0;
    word-break: break-word;
    max-width: 100%;
}

   .custom-pagination-hytera{
    margin-bottom: 20px;
}
.custom-pagination-hytera svg{
    width: 20px;
}
.custom-pagination-hytera>nav div:first-child{
    display: none;
}
.custom-pagination-hytera .relative.z-0.inline-flex.shadow-sm.rounded-md{
    display: flex;
    align-items: center;
}
.custom-pagination-hytera nav div>span{
    gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
}
.custom-pagination-hytera nav div span>a,
.custom-pagination-hytera nav div span>span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0 !important;
    border:none !important;
}
.custom-pagination-hytera a[rel="prev"],
.custom-pagination-hytera a[rel="next"]{
    border: 1px solid #dee2e6!important;
}
.custom_page_datatable div.dataTables_wrapper div.dataTables_filter input {
    width: 100%;
}
.custom_page_datatable div.dataTables_wrapper div.dataTables_filter svg {
    position: absolute;
    top: 0;
    right: -6px;
    width: 34px;
    height: 40px;
    color: #fff;
    background-color: #96B421;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 10px;
}
.custom_page_datatable .table > tbody > tr > td {
    padding: 15px;
    white-space: normal;
    vertical-align: middle;
}
td.coloum1 {
    width: 90px;
    min-width: 90px;
}
.coloum1 img {
    width: 100%;
    max-height: 80px;
    object-fit: contain;
}
td.coloum2 {
    width: 35%;
    word-break: break-word;
}
td.coloum3 {
    position: relative;
    min-width: 60%;
    width: 60%;
    word-break: break-word;
}
td.coloum3:before, td.coloum3:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 60%;
    border-left: 1px solid #EEEEEE !important;
    transform: translateY(-50%);
}
td.coloum3:after {
    left: auto;
    right: 0;
    border-left: 0px !important;
    border-right: 1px solid #EEEEEE !important;
}
.custom_page_datatable .dataTables_wrapper table > thead {
    display: none;
}
.custom_page_datatable table.dataTable {
    border-collapse: separate !important;
    border-spacing: 0 20px;
    padding: 0 5px;
}
.custom_page_datatable .dataTables_wrapper table > tbody > tr {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px #D9DDEF66;
    border: 1px solid #EEF1F9;
}
@media (min-width: 576px) {
    .custom_page_datatable .dataTables_wrapper .dataTables_filter {
        margin-top: -70px;
    }
}