﻿@import '/_content/Microsoft.FluentUI.AspNetCore.Components/css/reboot.css';

.breadcrumbs {
    padding: 15px 0;
    background: #cbced1;
    min-height: 40px;
}

    .breadcrumbs h2 {
        font-size: 28px;
        font-weight: 500;
    }

    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0 0 10px 0;
        margin: 0;
        font-size: 14px;
    }

        .breadcrumbs ol li + li {
            padding-left: 10px;
        }

            .breadcrumbs ol li + li::before {
                display: inline-block;
                padding-right: 10px;
                color: #CFAF7A;
                content: " "; /* "«";*/ /*//"◄";*/
            }



.anwrapper {
    max-width: 350px auto;
    min-height: 500px;
    margin: 80px auto;
    margin-top: 0px;
    padding: 40px 30px 30px 30px;
    background-color: #FCFDFD;
    border-radius: 15px;
    /*    box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #cbced1;*/
    box-shadow: 0 0 0.375rem 0.25rem rgba(161, 172, 184, 0.15);
}

.anwrapperModal {
    max-width: 350px auto;
    min-height: 500px;
    margin: 20px auto;
    margin-top: 0px;
    padding: 40px 30px 30px 30px;
    background-color: #ecf0f3;
    border-radius: 15px;
    box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff;
}

#anTable {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    #anTable td, #anTable th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    #anTable tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #anTable tr:hover {
        background-color: #ddd;
    }

    #anTable th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #126046;
        color: #FFFFFF;
        text-align: center
    }

.logo {
    width: 100%;
    margin: auto;
}

    .logo img {
        width: 100%;
        height: 80px;
        object-fit: cover;
        border-radius: 20px;
        box-shadow: 0px 0px 3px #5f5f5f, 0px 0px 0px 5px #ecf0f3, 8px 8px 15px #a7aaa7, -8px -8px 15px #fff;
    }




.anLogo {
    max-width: 100%;
    max-height: 100px;
    object-fit: cover;
    background-color: #FCFDFD;
    border-radius: 15px;
    /*    box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #cbced1;*/
    box-shadow: 0 0 0.375rem 0.25rem rgba(161, 172, 184, 0.15);
}

.anLogoGrid {
    width: 60px;
    height: auto;
    object-fit: cover;
    background-color: #FCFDFD;
    border-radius: 15px;
    /*    box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #cbced1;*/
    box-shadow: 0 0 0.375rem 0.25rem rgba(161, 172, 184, 0.15);
}












section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #fafafa;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
    }

        .section-title h2::after {
            content: "";
            position: absolute;
            display: block;
            width: 50px;
            height: 3px;
            background: #34addc;
            bottom: 0;
            left: calc(50% - 25px);
        }

    .section-title p {
        margin-bottom: 0;
        color: #919191;
        font-size: 14px;
    }

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    min-height: 320px;
}

    .testimonials .testimonial-item .testimonial-img {
        width: 90px;
        border-radius: 50%;
        margin: -40px 0 0 40px;
        position: relative;
        z-index: 2;
        border: 6px solid #fff;
    }

    .testimonials .testimonial-item h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0 5px 45px;
        color: #111;
    }

    .testimonials .testimonial-item h4 {
        font-size: 14px;
        color: #999;
        margin: 0 0 0 45px;
    }

    .testimonials .testimonial-item .quote-icon-left,
    .testimonials .testimonial-item .quote-icon-right {
        color: #ffbbaa;
        font-size: 26px;
    }

    .testimonials .testimonial-item .quote-icon-left {
        display: inline-block;
        left: -5px;
        position: relative;
    }

    .testimonials .testimonial-item .quote-icon-right {
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px;
    }

    .testimonials .testimonial-item p {
        font-style: italic;
        margin: 0 15px 0 15px;
        padding: 20px 20px 60px 20px;
        background: #fff;
        position: relative;
        border-radius: 6px;
        position: relative;
        z-index: 1;
    }

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

    .testimonials .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #fff;
        opacity: 1;
        border: 1px solid #34addc;
    }

    .testimonials .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #34addc;
    }
