/**** begin countdown colors ****/
.flip-clock-wrapper ul,
.flip-clock-wrapper ul li a div div.inn,
.flip-clock-divider .flip-clock-dot {
	background-color: var(--flipclock-bg-color);
}
.flip-clock-wrapper ul li a div div.inn {
	color: var(--flipclock-color);
}
/**** endof countdown colors ****/

/**** begin custom style ****/
body {
    margin: 0;
    padding: 0;
}

.bg-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    background-image: linear-gradient(to bottom, #002343, #084572, #003357);
}

button {
    outline: none !important;
}

header {
    display: block;
    position: relative;
    z-index: 1;
}
header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 10px;
    background-color: var(--color-4);
}
header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 50px;
    background-color: var(--color-2);
    z-index: -1;
}
header .head-bar {
    display: block;
    position: relative;
}
header .header-bar {
    display: block;
    position: relative;
    border-radius: 0 0 47px 47px;
}
header .header-bar .logo-wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 200px;
    z-index: 1;
}
header .header-bar .logo-wrapper::before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 0;
    left: -35px;
    width: 50px;
    height: auto;
    border-left: 50px solid transparent;
    border-top: 54px solid var(--color-4);
    z-index: -1;
}
header .header-bar .logo-wrapper::after {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 0;
    right: -35px;
    width: 50px;
    height: auto;
    border-right: 50px solid transparent;
    border-top: 54px solid var(--color-4);
    z-index: -1;
}
header .logo-wrapper .web-logo {
    width: 100%;
}
header .navbar .navbar-nav .nav-item {
    margin-right: 10px;
}
header .navbar .navbar-nav .nav-item:last-child {
    margin-right: 0;
}
header .navbar .navbar-nav .nav-item .nav-link {
    min-width: 80px;
    padding: 5px;
    color: var(--color-9);
    background: var(--color-5);
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    text-align: center;
}
header .navbar .navbar-nav .nav-item.active .nav-link {
    color: var(--color-9);
    background: var(--color-5);
}
header .navbar .navbar-toggler {
    outline: none !important;
}

section {
    display: block;
    position: relative;
}
section .card.card-banner {
    max-width: 450px;
}
section .card.card-banner,
section .card.card-banner .card-body {
    border-radius: 12px;
}
section .card.card-banner .card-body .banner-img {
    position: relative;
    padding: 6px;
    border-radius: 12px;
    max-width: 40px;
}
section .card.card-banner .card-body .banner-txt h5 {
    font-size: 12px;
}
section .card.card-banner .card-body .banner-txt p {
    line-height: 1 !important;
}
section .slider-box .slider-content {
    padding: 10px 0;
    background-image: linear-gradient(to right, transparent, #00a80856, #00a808, #00c700, #00c700, #00c700, #00a808, #00a80856, transparent);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-image: linear-gradient(to right, transparent, #ffffff28, #ffffffaf, #ffffffaf, #ffffffaf, #ffffffaf, #ffffffaf, #ffffff28, transparent);
    border-image-slice: 1;
}
section .slider-box .slider-content .slider-subtitle {
    color: var(--color-9) !important;
}

footer {
    display: block;
    position: relative;
    z-index: 1;
}
footer::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 10px;
    background-color: var(--color-4);
}
footer::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 35px;
    background-color: var(--color-2);
    z-index: -1;
}
footer .footer-bar {
    display: block;
    position: relative;
    border-radius: 45px 45px 0 0;
}
footer .footer-bar::before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 0;
    left: -33px;
    width: 42px;
    height: auto;
    border-left: 42px solid transparent;
    border-bottom: 42px solid var(--color-4);
}
footer .footer-bar::after {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 0;
    right: -33px;
    width: 42px;
    height: auto;
    border-right: 42px solid transparent;
    border-bottom: 42px solid var(--color-4);
}

.pagination .paginate_button a {
    color: var(--color-1);
}
.pagination .paginate_button.active a {
    outline: none !important;
    background-color: var(--color-1);
    border-color: var(--color-1);
    box-shadow: none !important;
}
/**** endof custom style ****/