﻿/* Font */
@import url("https://fonts.googleapis.com/css?family=Muli:400,500,600,700&display=swap");

body, html {
    font-family: 'Muli', sans-serif;
}

.bw-aaf-contact__title p {
    color: #F17A21;
}

* button {
    outline: none;
}

a {
    color: #1D1D1D;
    text-decoration: none;
}

    a.btn-aaf, .btn-aaf {
        display: inline-block;
        min-width: 100px;
        text-align: center;
        padding: 6px 8px;
        border-radius: 5px;
        text-decoration: none;
    }

.btn-aaf {
    transition: all 0.3s ease;
    background-color: #F17A21;
    color: #fff;
    font-weight: bold;
    padding: 6px 16px;
    border-color: #F17A21;
    border: 1px solid;
}

button.btn-aaf {
    min-width: 100px;
    text-align: center;
    padding: 6px 8px;
    border-radius: 5px;
}
.desc--item.contact p{
        margin-bottom:0;
}

.bw-aaf-course-take-detail .modal-exam .modal-dialog{
    margin:auto;
}
/* -----------------------------------------------------
                       Header
----------------------------------------------------- */
.bw-aaf-header {
    position: relative;
    box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.1);
}

.bw-aaf-header__top {
    background-color: #fff;
    padding: 10px 0;
}

@media (min-width: 992px) {
    .bw-aaf-header__menu {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        z-index: 2;
    }

        .bw-aaf-header__menu .nav {
            justify-content: center;
            flex-wrap: nowrap;
        }

            .bw-aaf-header__menu .nav .nav-item {
                padding: 12px 0;
                background: #fff;
                transition: all 0.3s ease;
                border: solid 0.5px rgba(201, 201, 201, 0.4);
                border-left: 0;
                border-right: 0;
            }

                .bw-aaf-header__menu .nav .nav-item:first-child {
                    border-left: solid 0.5px rgba(201, 201, 201, 0.4);
                }

                .bw-aaf-header__menu .nav .nav-item:last-child {
                    border-right: solid 0.5px rgba(201, 201, 201, 0.4);
                }

                .bw-aaf-header__menu .nav .nav-item .nav-link {
                    /*border-right: solid 1px #C9C9C9;*/
                    /*border-right: solid .5px rgba(#C9C9C9,0.4);*/
                    padding: 0 22px;
                    font-weight: bold;
                    color: #1D1D1D;
                }

                    .bw-aaf-header__menu .nav .nav-item .nav-link:not(:first-child) {
                        border-right: none;
                    }

                .bw-aaf-header__menu .nav .nav-item.active {
                    background: #F17A21;
                }

                    .bw-aaf-header__menu .nav .nav-item.active .nav-link {
                        color: #fff;
                    }

                .bw-aaf-header__menu .nav .nav-item:hover {
                    background: #fff;
                }

                    .bw-aaf-header__menu .nav .nav-item:hover .nav-link {
                        color: #F17A21;
                    }

            .bw-aaf-header__menu .nav .dropdown {
                position: relative;
            }

                .bw-aaf-header__menu .nav .dropdown:hover .dropdown-menu {
                    display: block !important;
                    transition: all 0.3s ease;
                }

            .bw-aaf-header__menu .nav .dropdown-menu {
                transform: translate3d(0px, -2px, 0px) !important;
                border: none;
                top: 100% !important;
                border-radius: 0;
                background-color: #F17A21;
                left: 0;
                transition: all 0.3s ease;
            }

                .bw-aaf-header__menu .nav .dropdown-menu .dropdown-item {
                    color: #fff;
                }

                    .bw-aaf-header__menu .nav .dropdown-menu .dropdown-item:hover, .bw-aaf-header__menu .nav .dropdown-menu .dropdown-item:focus {
                        background: #D26310;
                        color: #fff;
                    }
}

@media (min-width: 1200px) {
    .bw-aaf-header__menu .nav .nav-item {
        padding: 12px 9px;
    }

        .bw-aaf-header__menu .nav .nav-item .nav-link {
            padding: 0 26px;
        }
}

.bw-isla-account
{
    margin-top:60px;
}

.cart-container.cart-table
{
    margin-top:60px;
}

.bw-isla-about{
    margin-top:60px;
}


.bw-aaf-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bw-aaf-menu__brand img{
    max-height:60px;
}

.bw-aaf-menu__search, .bw-aaf-menu__login, .bw-aaf-menu__brand, .bw-aaf-menu__profil {
    display: none;
}

.bw-aaf-menu__mbl {
    display: flex;
    align-items: center;
}

    .bw-aaf-menu__mbl .bw-aaf-brand-mbl {
        margin-left: 18px;
    }

        .bw-aaf-menu__mbl .bw-aaf-brand-mbl img {
            width: 95px;
        }

.bw-aaf-menu .bw-hamburger-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #F17A21;
    position: relative;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
}

    .bw-aaf-menu .bw-hamburger-btn .navbar-toggler {
        height: 35px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        padding: 1px 6px;
    }

        .bw-aaf-menu .bw-hamburger-btn .navbar-toggler span {
            display: block;
            width: 20px;
            height: 3px;
            border-radius: 5px;
            background-color: #fff;
            position: relative;
        }

            .bw-aaf-menu .bw-hamburger-btn .navbar-toggler span:before {
                content: '';
                width: 100%;
                height: 3px;
                background-color: #fff;
                position: absolute;
                border-radius: 5px;
                top: -8px;
                left: 0;
            }

            .bw-aaf-menu .bw-hamburger-btn .navbar-toggler span:after {
                content: '';
                width: 100%;
                height: 3px;
                background-color: #fff;
                border-radius: 5px;
                position: absolute;
                top: 8px;
                left: 0;
            }

.bw-aaf-menu__account {
    display: flex;
}

.bw-aaf-menu .bw-aaf-search {
    margin-right: 18px;
    position: relative;
}

    .bw-aaf-menu .bw-aaf-search button {
        border: none;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background-color: #F17A21;
        box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
    }

    .bw-aaf-menu .bw-aaf-search i {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 18px;
        color: #fff;
    }

.bw-aaf-menu .bw-aaf-login a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #F17A21;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
    position: relative;
}

.bw-aaf-menu .bw-aaf-login i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    color: #fff;
}

.bw-aaf-menu .bw-aaf-login img {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    object-fit: cover;
    object-position: center;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
    .bw-aaf-menu {
        padding: 4px 15px;
    }

    .bw-aaf-menu__mbl, .bw-aaf-menu__account {
        display: none;
    }

    .bw-aaf-menu__search, .bw-aaf-menu__brand, .bw-aaf-menu__profil {
        display: block;
    }

    .bw-aaf-menu__search {
        padding: 0 30px;
        flex: 1 1 auto;
    }

        .bw-aaf-menu__search .custom-search-input {
            border: solid 1px #C9C9C9;
            border-radius: 6px;
        }

        .bw-aaf-menu__search .input-group {
            padding: 3px;
        }

            .bw-aaf-menu__search .input-group .form-control {
                border: none;
                padding: 0 .75rem;
                height: calc(1.24em + 0.75rem + 0px);
            }

                .bw-aaf-menu__search .input-group .form-control:focus {
                    box-shadow: none;
                }

            .bw-aaf-menu__search .input-group .input-group-btn {
                border-left: solid 1px #c9c9c9;
            }

            .bw-aaf-menu__search .input-group .btn {
                box-shadow: none;
            }

                .bw-aaf-menu__search .input-group .btn i {
                    font-size: 20px;
                    color: #C9C9C9;
                }

    .bw-aaf-menu__login {
        display: inline-block;
        text-align:right;
        justify-content: space-between;
        width: 220px;
    }

        .bw-aaf-menu__login .btn--login {
            background: #fff;
            border: 1px solid #F17A21;
            color: #F17A21;
            font-weight: bold;
            transition: all 0.3s ease;
        }

            .bw-aaf-menu__login .btn--login:hover, .bw-aaf-menu__login .btn--login:focus {
                background: #F17A21;
                color: #fff;
            }

        .bw-aaf-menu__login .btn--register {
            background: #F17A21;
            color: #fff;
            border: solid 1px #F17A21;
            font-weight: bold;
            transition: all 0.3s ease;
        }

            .bw-aaf-menu__login .btn--register:hover, .bw-aaf-menu__login .btn--register:focus {
                background: #fff;
                color: #F17A21;
            }

    .bw-aaf-menu__profil .bw-aaf-profil--content {
        display: flex;
        align-items: center;
        align-self: center;
    }

        .bw-aaf-menu__profil .bw-aaf-profil--content .bw-aaf-profil--img {
            margin-right: 15px;
        }

            .bw-aaf-menu__profil .bw-aaf-profil--content .bw-aaf-profil--img img {
                width: 40px;
                height: 40px;
                border-radius: 50%;
                object-fit: cover;
                object-position: center;
                box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
            }

        .bw-aaf-menu__profil .bw-aaf-profil--content .bw-aaf-profil--text .title, .bw-aaf-menu__profil .bw-aaf-profil--content .bw-aaf-profil--text .name {
            margin-bottom: 0;
            font-weight: bold;
        }

        .bw-aaf-menu__profil .bw-aaf-profil--content .bw-aaf-profil--text .title {
            font-size: 14px;
            color: #C9C9C9;
        }

        .bw-aaf-menu__profil .bw-aaf-profil--content .bw-aaf-profil--text .name {
            font-size: 16px;
            color: #F17A21;
        }

    .bw-aaf-menu__profil .dropdown-menu {
        border: none;
        border-radius: 0;
        background: #F17A21;
        width: 200px;
    }

        .bw-aaf-menu__profil .dropdown-menu .dropdown-item {
            color: #fff;
            font-size: 15px;
        }

            .bw-aaf-menu__profil .dropdown-menu .dropdown-item:hover, .bw-aaf-menu__profil .dropdown-menu .dropdown-item:focus {
                background-color: #D26310;
            }

        .bw-aaf-menu__profil .dropdown-menu .bw-aaf-logout {
            /*color: #ff0000;*/
        }
}

@media (min-width: 1200px) {
    .bw-aaf-menu {
        padding: 4px 25px;
    }

    .bw-aaf-menu__profil .bw-aaf-profil--content .bw-aaf-profil--text .title {
        font-size: 16px;
    }

    .bw-aaf-menu__profil .bw-aaf-profil--content .bw-aaf-profil--text .name {
        font-size: 18px;
    }
}

.bw-aaf-menu-mbl {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    bottom: 0;
    background: #fff;
    padding: 20px 0;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0.4;
    transform: translate3d(0, 0, 0);
    transition: transform 0.35s;
    transition: all 0.3s ease;
}

.bw-aaf-menu-mbl__header {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 20px;
}

    .bw-aaf-menu-mbl__header button {
        outline: none;
        position: absolute;
        left: 20px;
        top: 0;
        border: none;
        background-color: transparent;
        font-size: 28px;
        color: #F17A21;
        line-height: 1;
        cursor: pointer;
    }

.bw-aaf-menu-mbl__menu .card {
    background-color: transparent;
    border: none;
}

.bw-aaf-menu-mbl__menu .card-header {
    border: none;
    background-color: #fff;
    padding: 4px 0;
}

    .bw-aaf-menu-mbl__menu .card-header a.btn-link, .bw-aaf-menu-mbl__menu .card-header button.btn-link {
        text-decoration: none;
        color: #1D1D1D;
        font-size: 16px;
        font-weight: bold;
        position: relative;
        padding: 6px 20px;
        transition: all 0.3s ease;
    }

        .bw-aaf-menu-mbl__menu .card-header a.btn-link:hover, .bw-aaf-menu-mbl__menu .card-header a.btn-link:focus, .bw-aaf-menu-mbl__menu .card-header button.btn-link:hover, .bw-aaf-menu-mbl__menu .card-header button.btn-link:focus {
            color: #F17A21;
        }

    .bw-aaf-menu-mbl__menu .card-header .btn-collapse:after {
        content: "\f107";
        /* fa-chevron-down */
        font-family: 'FontAwesome';
        position: absolute;
        color: #141416;
        transition: .3s all;
        transform: rotate(0deg);
        top: 8px;
        right: 0;
    }

    .bw-aaf-menu-mbl__menu .card-header button.btn-collapse[aria-expanded="true"]:after {
        transform: rotate(-180deg);
    }

.bw-aaf-menu-mbl__menu .card-body {
    background: #F17A21;
    transition: all 0.3s;
    padding: 0 20px;
}

    .bw-aaf-menu-mbl__menu .card-body ul {
        list-style: none;
        padding: 0;
    }

        .bw-aaf-menu-mbl__menu .card-body ul li {
            padding: 10px 0;
        }

            .bw-aaf-menu-mbl__menu .card-body ul li a {
                color: #fff;
                font-weight: bold;
            }

.bw-aaf-menu-mbl.open {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.bw-aaf-search-mbl {
    position: fixed;
    top: 0;
    right: 0;
    visibility: hidden;
    opacity: 0.4;
    width: 0;
    transform: translate3d(0, 0, 0);
    transition: transform 0.35s;
    transition: all 0.3s ease;
}

.bw-aaf-search-mbl__header {
    display: flex;
    padding: 15px;
    background-color: #fff;
}

    .bw-aaf-search-mbl__header .bw-aaf-back {
        border: none;
        background-color: transparent;
        margin-right: 15px;
        outline: none;
    }

        .bw-aaf-search-mbl__header .bw-aaf-back img {
            width: 24px;
        }

    .bw-aaf-search-mbl__header .custom-search-input {
        border: solid 1px #F17A21;
        border-radius: 6px;
        width: 100%;
    }

    .bw-aaf-search-mbl__header .input-group {
        padding: 3px;
    }

        .bw-aaf-search-mbl__header .input-group .form-control {
            border: none;
            padding: 0 .75rem;
            height: calc(1.24em + 0.75rem + 0px);
        }

            .bw-aaf-search-mbl__header .input-group .form-control:focus {
                box-shadow: none;
            }

        .bw-aaf-search-mbl__header .input-group .input-group-btn {
            border-left: solid 1px #F17A21;
        }

        .bw-aaf-search-mbl__header .input-group .btn {
            box-shadow: none;
        }

            .bw-aaf-search-mbl__header .input-group .btn i {
                font-size: 20px;
                color: #F17A21;
            }

.bw-aaf-search-mbl .bw-aaf-overlay {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
}

.bw-aaf-search-mbl.open-search {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.bw-aaf-profil-mbl {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0.4;
    width: 0;
    background: #fff;
    transform: translate3d(0, 0, 0);
    transition: transform 0.35s;
    transition: all 0.3s ease;
}

.bw-aaf-profil-mbl__header {
    padding: 20px;
}

    .bw-aaf-profil-mbl__header button {
        border: none;
        outline: none;
        background-color: transparent;
        color: #F17A21;
        font-size: 28px;
    }

.bw-aaf-profil-mbl__menu {
    padding: 30px 0 20px;
}

    .bw-aaf-profil-mbl__menu .profil-menu-login {
        list-style: none;
    }

        .bw-aaf-profil-mbl__menu .profil-menu-login li {
            padding: 8px 0;
        }

            .bw-aaf-profil-mbl__menu .profil-menu-login li a {
                color: #1D1D1D;
                font-weight: 600;
                transition: all 0.3s ease;
            }

                .bw-aaf-profil-mbl__menu .profil-menu-login li a:hover {
                    color: #F17A21;
                }

.bw-aaf-profil-mbl.open {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

/* -----------------------------------------------------
                      Footer
----------------------------------------------------- */
.bw-aaf-footer {
    border-top: solid 3px #F17A21;
}

.bw-aaf-footer__content {
    padding: 20px 0;
    background-image: url(/images/Aaf-img/Footer.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    .bw-aaf-footer__content .bw-aaf-logo {
        text-align: center;
        padding: 35px 5px;
    }

        .bw-aaf-footer__content .bw-aaf-logo img {
            width: 135px;
        }

    .bw-aaf-footer__content .bw-aaf-icon {
        display: flex;
        justify-content: space-around;
        padding: 30px 80px;
    }

        .bw-aaf-footer__content .bw-aaf-icon a {
            display: block;
            width: 45px;
            height: 45px;
            border-radius: 4px;
            box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1);
            position: relative;
        }

        .bw-aaf-footer__content .bw-aaf-icon i {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 24px;
            color: #1D1D1D;
        }

    .bw-aaf-footer__content .bw-aaf-footer-menu {
        display: none;
    }

.bw-aaf-footer__bottom {
    background: #F17A21;
    padding: 6px 0;
    text-align: center;
}

    .bw-aaf-footer__bottom span {
        font-size: 14px;
        font-weight: bold;
        color: #fff;
    }

@media (min-width: 768px) {
    .bw-aaf-footer__content {
        padding: 50px 0 30px;
    }

        .bw-aaf-footer__content .bw-aaf-logo {
            text-align: start;
            padding: 0 0 30px 0;
        }

            .bw-aaf-footer__content .bw-aaf-logo img {
                width: 150px;
            }

        .bw-aaf-footer__content .bw-aaf-footer-menu {
            display: block;
            padding-left: 15px;
        }

            .bw-aaf-footer__content .bw-aaf-footer-menu h5 {
                font-size: 16px;
                text-transform: uppercase;
                color: #F17A21;
                font-weight: bold;
                padding-bottom: 10px;
            }

            .bw-aaf-footer__content .bw-aaf-footer-menu ul {
                padding: 0;
            }

            .bw-aaf-footer__content .bw-aaf-footer-menu li {
                list-style: none;
                padding: 6px 0;
            }

            .bw-aaf-footer__content .bw-aaf-footer-menu a {
                transition: all 0.3s linear 0.1s;
                font-weight: 500;
            }

                .bw-aaf-footer__content .bw-aaf-footer-menu a:hover {
                    color: rgba(29, 29, 29, 0.7);
                }

        .bw-aaf-footer__content .bw-aaf-icon {
            padding: 30px 0;
            max-width: 60%;
            justify-content: space-between;
        }
}

@media (min-width: 992px) {
    .bw-aaf-footer__content .bw-aaf-desc {
        max-width: 90%;
    }

    .bw-aaf-footer__content .bw-aaf-icon {
        max-width: 50%;
    }

    .bw-aaf-footer__content .bw-aaf-footer-menu h5 {
        font-size: 18px;
    }

    .bw-aaf-footer__content .bw-aaf-footer-menu a {
        font-weight: 600;
    }

    .bw-aaf-footer__bottom {
        padding: 8px 0;
    }

        .bw-aaf-footer__bottom span {
            font-size: 16px;
        }
}

@media (min-width: 1200px) {
    .bw-aaf-footer__content {
        padding: 70px 0 40px;
    }

        .bw-aaf-footer__content .bw-aaf-desc p {
            font-size: 18px;
        }

        .bw-aaf-footer__content .bw-aaf-icon {
            max-width: 35%;
        }

        .bw-aaf-footer__content .bw-aaf-footer-menu h5 {
            font-size: 20px;
        }

        .bw-aaf-footer__content .bw-aaf-footer-menu li {
            padding: 8px 0;
        }

        .bw-aaf-footer__content .bw-aaf-footer-menu a {
            font-size: 18px;
        }
}

/* -----------------------------------------------------
                      Banner
----------------------------------------------------- */
.bw-aaf-banner {
    background-image: url(/images/Aaf-img/banner-img.png);
    width: 100%;
    overflow: hidden;
    position: relative;
    background-size: cover;
}

.bw-aaf-banner__content {
    overflow: hidden;
    display: flex;
    padding: 20px 0 10px;
}

    .bw-aaf-banner__content .banner--back {
        padding-right: 15px;
        align-self: center;
    }

        .bw-aaf-banner__content .banner--back button, .bw-aaf-banner__content .banner--back a {
            text-decoration: none;
            border: none;
            background-color: transparent;
            outline: none;
        }

            .bw-aaf-banner__content .banner--back button img, .bw-aaf-banner__content .banner--back a img {
                width: 25px;
            }

    .bw-aaf-banner__content .banner--title {
        color: #fff;
        border-left: 2px solid #F17A21;
        padding-left: 15px;
    }

        .bw-aaf-banner__content .banner--title p {
            margin-bottom: 0;
            font-size: 14px;
        }

        .bw-aaf-banner__content .banner--title h5 {
            margin-bottom: 0;
            font-size: 18px;
        }

@media (min-width: 576px) {
    .bw-aaf-banner__content {
        padding: 50px 0 15px;
    }
}

@media (min-width: 768px) {
    .bw-aaf-banner__content {
        padding: 60px 0 20px;
    }

        .bw-aaf-banner__content .banner--title p {
            font-size: 15px;
        }

        .bw-aaf-banner__content .banner--title h5 {
            font-size: 22px;
        }
}

@media (min-width: 992px) {
    .bw-aaf-banner__content {
        padding: 120px 0 20px;
    }

        .bw-aaf-banner__content .banner--title p {
            font-size: 16px;
        }

        .bw-aaf-banner__content .banner--title h5 {
            font-size: 24px;
        }
}

@media (min-width: 1200px) {
    .bw-aaf-banner__content {
        padding: 110px 0 40px;
    }

        .bw-aaf-banner__content .banner--back button img {
            width: 28px;
        }

        .bw-aaf-banner__content .banner--title h5 {
            font-size: 30px;
        }
}

.plyr__control--overlaid {
    background-color: rgba(61, 61, 61, 0.8) !important;
    border: solid 2px #fff !important;
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background-color: #3D3D3D !important;
    color: #fff !important;
}

.lightboxcontainer {
    width: 100%;
    text-align: left;
}

.lightboxleft {
    width: 40%;
    float: left;
}

.lightboxright {
    width: 60%;
    float: left;
}

    .lightboxright iframe {
        min-height: 390px;
    }

.divtext {
    margin: 36px;
}

@media (max-width: 800px) {
    .lightboxleft {
        width: 100%;
    }

    .lightboxright {
        width: 100%;
    }

    .divtext {
        margin: 12px;
    }
}

.html5-lightbox-box {
    margin: 20px auto 0px !important;
}

.bw-aaf-menu__cart {
    margin-left: 15px;
}

    .bw-aaf-menu__cart .btn-cart {
        color: #F17A21;
        position: relative;
    }

        .bw-aaf-menu__cart .btn-cart i {
            font-size: 26px;
        }

        .bw-aaf-menu__cart .btn-cart span {
            color: #fff;
            position: absolute;
            font-size: 11px;
            width: 20px;
            height: 20px;
            line-height: 18px;
            right: -10px;
            top: -8px;
            border: 1px solid #fff;
            text-align: center;
            background: #f17a21;
            border-radius: 50%;
        }
