:root {
    --theme-color: var(--bs-danger);
    --bs-danger: #dc3545;
    --bs-warning: var(--bs-danger);
    --bs-orange: var(--bs-warning);
    --bs-yellow: var(--bs-danger);
}

.header-logo {
    padding-top: 15px;
    padding-bottom: 15px;
    /* background: red; */
    width: 133px;
    margin-left: 24px;
}

.hero-style1 .hero-logo {
    margin-bottom: 40px !important;
    width: 268px;
    margin: auto;
}

.hero-title {
    font-size: 51px;
}

.footer-layout1 .footer-logo {
    width: 157px;
    margin-left: auto;
    margin-right: auto;
}

.aks-theme .header-layout2 .sticky-wrapper {
    background-color: #080001;
    background: linear-gradient( 178deg, #000000, #530008);
    box-shadow: 0 6px 18px rgb(17 1 0); /* red shadow */
    background: linear-gradient(178deg, #000000 -34%, #530008 66%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.aks-theme .header-layout2 .header-top {
    background-color: #000000;
    padding: 11.5px 0;
}

.aks-theme .main-menu a {
    color: #e4ab00;
}

.aks-theme .sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
    -webkit-animation: stickyAni 0.4s ease-in-out;
    animation: stickyAni 0.4s ease-in-out;
    background: linear-gradient(178deg, #000000, #530008);
    box-shadow: 0 6px 18px rgb(17 1 0);
    background: linear-gradient(178deg, #000000 -34%, #5300088c 66%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.aks-theme .hero-style2 .hero-title {
    color: #ffebac;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.aks-theme .box-title a {
    color: #ffebac;
}

element.style {
    animation-delay: 0.4s;
}

.aks-theme .hero-style2 .sub-title {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.aks-theme.hero-style2 .hero-text {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.aks-theme .tab-menu .tab-btn {
    padding: 13px 8px;
    font-size: 12px;
}




.aks-theme .testi-box .box-avater img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aks-theme .testi-box {
    min-height: 375px;
    max-height: 375px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aks-theme .breadcumb-wrapper {
    padding: 100px 0 194px 0;
}
.aks-theme .breadcumb-title {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}