.popu-category-box .popu-category-icon {
    background-color: rgba(var(--primary-color-rgb), .1);
    border-radius: 8px;
    font-size: 28px;
    height: 160px;
    line-height: 64px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 240px; 
}

.popu-category-box .popu-category-icon img {
	width: 100% !important; 
  	height: 100% !important; 
}

.auth-box .auth-content {
    align-items: center;
    background-color: rgb(1 33 56);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.bg-home {
    background-color: rgba(var(--primary-color-rgb),.95);
    padding: 140px 0 90px;
}

.section {
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative
}

.btn-primary,.btn-primary:hover {
    background-color: #f62b00;
    border-color: #ff6700;
}


#back-to-top {
    background: rgb(246 43 0);
    border-color: transparent;
}

.featured-label .featured {
    background: #f62b00;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 10px;
    margin-bottom: 10px;
    padding: 6px;
    position: relative;
    text-transform: uppercase
}

.featured-label .featured:before {
    border-bottom: 11px solid transparent;
    border-right: 11px solid #f62b00;
    border-top: 11px solid transparent;
    content: "";
    left: -11px;
    position: absolute;
    top: 0
}


.bg-footer {
    background: #012138;
    font-size: 14px;
    padding: 60px 0;
    position: relative
}

.footer-alt {
    background: #012138;
    border-top: 1px solid #f62b00;
    padding: 20px 0
}


.bg-subscribe {
    background-color: #012138;
    bottom: -1px;
    overflow: hidden;
    padding: 80px 0;
    position: relative
}


.text-warning {
    --bs-text-opacity: 1;
    color: rgb(246 43 0) !important;
}

.page-title-box {
    background-color: rgba(var(--primary-color-rgb), .95);
    background-position: 50%;
    background-size: cover;
    padding-bottom: 5px;
    padding-top: 24px;
    position: relative;
}

.section {
    padding-bottom: 40px;
    padding-top: 10px;
    position: relative;
}