.shadow--outset {
    border-radius: 1rem;
    box-shadow: 0.3rem 0.3rem 0.5rem rgba(195, 193, 198, 0.9), -0.2rem -0.2rem 0.4rem #fff;
}

.shadow--raised {
    border-radius: 1rem;
    box-shadow: inset 0.2rem 0.2rem 0.5rem #fff, inset -0.2rem -0.2rem 0.5rem rgba(195, 193, 198, 0.9), 0.3rem 0.3rem 0.5rem rgba(195, 193, 198, 0.9), -0.2rem -0.2rem 0.4rem #fff;
}

.shadow--inset {
    /*box-shadow: inset 0.2rem 0.2rem 0.5rem rgba(195, 193, 198, 0.9), inset -0.2rem -0.2rem 0.5rem #fff;*/
    border-radius: 1rem;
    box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #ffffff;
}

.shadow--sunken {
    border-radius: 1rem;
    box-shadow: -0.3rem -0.3rem 0.5rem rgba(195, 193, 198, 0.9), 0.2rem 0.2rem 0.4rem #fff;
}

.shadow--ridge {
    border-radius: 1rem;
    box-shadow: inset 0.2rem 0.2rem 0.5rem rgba(195, 193, 198, 0.9), inset -0.2rem -0.2rem 0.5rem #fff, 0.3rem 0.3rem 0.5rem rgba(195, 193, 198, 0.9), -0.2rem -0.2rem 0.4rem #fff;
}

:root {
    --colorMain: #c0c0c0;
    --brShadow: -6px 6px 15px rgba(0, 0, 0, 0.5);
    --tlShadow: 6px -6px 15px rgba(255, 255, 255, 0.8);
}

.text-neumorphism-soft {
    color: var(--colorMain);
    /*font-size: 8em;*/
    font-weight: bold;
    /* font-family: sans-serif;*/
    /* text-transform: uppercase;*/
    text-shadow: var(--brShadow), var(--tlShadow);
    position: relative;
}

.text-neumorphism-soft::before, .text-neumorphism-soft::after {
    position: absolute;
    background: var(--colorMain);
    content: "";
    border-radius: 10%;
}

.loader-content {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3f78e0;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



/*.text-neumorphism::before {
    left: 0;
    width: 100px;
    height: 100px;
    top: -150px;
    z-index: 10;
    box-shadow: inset var(--brShadow), inset var(--tlShadow);
}

.text-neumorphism::after {
    left: -50px;
    width: 200px;
    height: 200px;
    top: -200px;
    box-shadow: var(--brShadow), var(--tlShadow);
}*/
.text-basic-primary {
    color: #1286b7 !important;
}

.text-basic-secondary {
    color: #1ec571 !important;
}

.heading-title-sub {
    font-size: 14px;
}

.h-250px {
    height: 250px;
}

.max-h-250px {
    height: 250px;
}

.main_container_image {
    /*   width: 350px; */
    /* 	margin: 0 auto; */
    overflow: hidden;
    /*   position: relative; */
    min-height: 155px;
    /* 	min-height: 155px; */
}

img.absolute2 {
    max-width: 100%;
    max-height: 450px;
    /* object-fit: cover;*/
    object-fit: fill;
    margin-bottom: 0px;
}

.home_slider_container {
    overflow: hidden;
    min-height: 155px;

}

img.absolute1 {
    max-width: 100%;
    max-height: 450px;
    object-fit: fill;
    margin-bottom: 0px;
}

.presentation-badge-custom {
    /* position: relative; */
    /* font-size: 1.25rem;*/
    /*text-transform: uppercase;*/
    /* font-weight: 600;*/
    right: -15px;
    padding: 5px 14px;
    top: -45px;
    background: #ECF0F3;
    border-radius: 0.55rem;
    box-shadow: 0 0.125rem 0.25rem rgb(38 40 51 / 8%);
}

.d-flex-custom {

}

.d-flex-web {
    display: flex !important;
}

.nav-link:hover {
    color: #1286b7 !important;
    font-size: 1rem;
}

.navbar-nav .nav-link i {
    margin-right: .3rem;
    font-size: 0.90rem !important;
}

.nav-active {
    /*inset*/
    color: #1286b7 !important;
    font-size: 1rem !important;
    border-radius: 0.55rem;
    padding-left: 2%;
    padding-right: 2%;
    /* padding: .5rem 2%;*/
    box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #ffffff;
}

.nav-link:hover {
    /* padding: .5rem 2%;*/
    padding-left: 2%;
    padding-right: 2%;
    border-radius: 0.55rem;
    box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #ffffff;
}

.main-content {
    min-height: 300px;
    margin-top: 9%;
    margin-bottom: 8%;
    padding-left: 9%;
    padding-right: 9%;
}

.main-page {
    margin-top: 2%;
}

.breadcrumb-top {
    padding-top: 0;
}

.banner-home {
    padding-top: 0;
}

.nav-font-size {
    font-size: 20px;
}

.download-app-image-nav {
    width: 150px;
    height: 42px;
}

.hide-mini-mobile {

}

@media screen and (max-width: 1100px) {
    .breadcrumb-top {
        padding-top: 5%;
    }

    .banner-home {
        padding-top: 5%;
    }

    .hide-mobile {
        display: none;
    }

    .main-content {
        min-height: 300px;
        margin-top: 8%;
        margin-bottom: 8%;
        padding-left: 3%;
        padding-right: 3%;
    }

    img.absolute1 {
        max-width: 100%;
        max-height: 150px;
        object-fit: fill;
        margin-bottom: 0px;
    }


}

@media screen and (max-width: 900px) {
    .breadcrumb-top {
        padding-top: 5%;
    }

    .banner-home {
        padding-top: 5%;
    }

    .hide-mobile {
        display: none;
    }

    .main-content {
        min-height: 300px;
        margin-top: 10%;
        margin-bottom: 8%;
        padding-left: 3%;
        padding-right: 3%;
    }

    .d-flex-web {;
    }
}

@media screen and (max-width: 600px) {
    .breadcrumb-top {
        padding-top: 6%;
    }

    .banner-home {
        padding-top: 6%;
    }

    .hide-mobile {
        display: none;
    }

    .main-content {
        min-height: 300px;
        margin-top: 15%;
        margin-bottom: 8%;
        padding-left: 3%;
        padding-right: 3%;
    }

    .d-flex-custom {
        display: flex !important;
    }

    .d-flex-web {;
    }

    .download-app-image-nav {
        width: 120px;
        height: 35px;
    }
}

@media screen and (max-width: 400px) {
    .breadcrumb-top {
        padding-top: 6%;
    }

    .banner-home {
        padding-top: 6%;
    }

    .hide-mobile {
        display: none;
    }

    .main-content {
        min-height: 300px;
        margin-top: 24%;
        margin-bottom: 8%;
        padding-left: 3%;
        padding-right: 3%;
    }

    .d-flex-custom {
        display: flex !important;
    }

    .d-flex-web {;
    }

    .download-app-image-nav {
        width: 120px;
        height: 35px;
    }
}

@media screen and (max-width: 320px) {
    .breadcrumb-top {
        padding-top: 6%;
    }

    .banner-home {
        padding-top: 21%;
    }

    .hide-mobile {
        display: none;
    }

    .hide-mini-mobile {
        display: none;
    }

    .main-content {
        min-height: 300px;
        margin-top: 24%;
        margin-bottom: 8%;
        padding-left: 3%;
        padding-right: 3%;
    }

    .d-flex-custom {
        display: flex !important;
    }

    .d-flex-web {;
    }

    .download-app-image-nav {
        width: 120px;
        height: 35px;
    }
}

.img-fixed-auto {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.img-hover-effect:hover {
    display: inline;
}
