/***** Constant Variables Start *****/


/***** Constant Variables End *****/


/* Footer Start */


/* Footer End */


/***** Variable Variables *****/


/* Body */


/* Background */


/* Text */


/* Border */


/* Button */


/* Box-Shadow */

:root {
    --body: #EAEDED;
    --bg-color: #FFF;
    --primary: #262D3D;
    --secondary: #00838F;
    --text-color: #262D3D;
    --text-color-white: #FFF;
    --border-color: #262D3D;
    --button-bg-color-dark: #FFF;
    --h-s-box-shadow: 0 0 20px 0 rgba(38, 45, 61, 0.2);
    --default-shadow: 207, 207, 207;
    --hover-color: 207, 207, 207;
    --bs-info-rgb: 0, 131, 143;
}

.dark {
    --body: rgba(38, 45, 61, 0.9);
    --bg-color: #262D3D;
    --primary: #262D3D;
    --secondary: #00838F;
    --text-color: #FFF;
    --border-color: #FFF;
    --h-s-box-shadow: 0 0 20px 0 #262D3D;
    --default-shadow: 25, 29, 29;
    --hover-color: 33, 38, 50;
}


/* Other Colors Used */

.main-page-top {
    width: 100%;
}

.main-page-top .banner-swiper {
    min-height: 100%;
}

.main-page-top .banner-swiper .swiper-wrapper .swiper-slide {
    min-width: 100%;
}

.main-page-top .banner-swiper .swiper-wrapper .swiper-slide img {
    min-width: 100%;
    max-height: 100%;
}

.main-page-top .banner-swiper .swiper-button-next,
.main-page-top .banner-swiper .swiper-button-prev {
    color: var(--text-color-white);
    top: 150px;
}

.mainpage-cardui {
    z-index: 3;
    margin-bottom: 50px;
}

.mainpage-cardui .mainpage-cardui-1,
.mainpage-cardui .mainpage-cardui-2 {
    background: var(--bg-color);
    box-shadow: 0 0 5px rgba(var(--default-shadow), 0.5);
    border-radius: 5px;
}

.mainpage-cardui .mainpage-cardui-card {
    min-height: 130px;
    width: auto;
    margin: 20px;
    transition: 0.3s;
    border-radius: 5px;
}

.mainpage-cardui .mainpage-cardui-card:hover {
    background: rgba(var(--hover-color), 0.5);
}

.mainpage-cardui .mainpage-cardui-card:hover .icon {
    box-shadow: 0 2px 8px 0 rgba(var(--default-shadow), 1);
    transition: 0.3s;
}

.mainpage-cardui .mainpage-cardui-card .icon {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    box-shadow: 0 2px 8px 0 rgba(var(--default-shadow), 0.5);
    transition: 0.3s;
}

.mainpage-cardui .mainpage-cardui-card .icon i {
    color: var(--text-color);
    font-size: 28px;
    transition: 0.3s;
}

.mainpage-cardui .mainpage-cardui-card .icon i::before {
    vertical-align: -6px;
}

.mainpage-cardui .mainpage-cardui-card .cardui-card-text {
    font-size: 18px;
    text-align: center;
}

@media (min-width: 768px) {
    #content {
        width: calc(100% - 250px);
    }
}

@media (max-width: 575.98px) {
    .mainpage-cardui .mainpage-cardui-card {
        min-height: 72px;
        width: auto;
        margin: 10px !important;
        transition: 0.3s;
        border-radius: 5px;
    }
    .mainpage-cardui .mainpage-cardui-card:hover {
        background: rgba(var(--hover-color), 0.5);
    }
    .mainpage-cardui .mainpage-cardui-card:hover .icon {
        box-shadow: 0 2px 8px 0 rgba(var(--default-shadow), 1);
        transition: 0.3s;
    }
    .mainpage-cardui .mainpage-cardui-card .icon {
        width: 45px !important;
        height: 45px !important;
    }
    .mainpage-cardui .mainpage-cardui-card .icon i {
        color: var(--text-color);
        font-size: 20px !important;
        transition: 0.3s;
    }
    .mainpage-cardui .mainpage-cardui-card .icon i::before {
        vertical-align: -6px;
    }
    .mainpage-cardui .mainpage-cardui-card .cardui-card-text {
        font-size: 12px !important;
        text-align: center;
    }
}

#content-wrapper .container-fluid {
    padding-top: 0px;
}

.banner-box {
    z-index: 2;
}

.banner-box.left-aligned {
    left: 0%;
}

.banner-box.right-aligned {
    right: 0%;
}

.banner-box.center-aligned {
    left: 37.5%;
}

@media (max-width: 984px) {
    .banner-box.center-aligned {
        left: 25% !important;
    }
}


/*# sourceMappingURL=mainpage.css.map*/