/*-------------------------------------------------------------- # General --------------------------------------------------------------*/
body {
    font-family: "Sora", sans-serif;
    color: #444444;
    background: #f2f2f2;
}
a {
    text-decoration: none;
    color: unset;
}

a:hover {
    text-decoration: none;
    color: unset;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Sora", sans-serif;
}

.w-20 {
    width: 20% !important;
}

.rd3-brand span {
    color:#ff3000;
}

.bg-gray-100 {
    background-color: #f8f9fa;
}

.bg-gray-200 {
    background-color: #dee2e6;
}

.bg-gray-400 {
    background-color: #ced4da;
}

.btn-rd3 {
    background-color:#ff3000;
    border-color: #ff3000;
}

.btn-rd3:hover, .btn-rd3:focus, .btn-rd3:hover {
    background-color:#ff3000;
    border-color: #ff3000;
}

/*-------------------------------------------------------------- # Back to top button --------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #5a5af3;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}
.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}
.back-to-top:hover {
    background: #8080f6;
    color: #fff;
}
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}
/*-------------------------------------------------------------- # Header --------------------------------------------------------------*/
#home {
    background: #fff url("../img/home-background.jpg") no-repeat top 115px right;
    background-size: contain;
}
#homeAbout {
    background: transparent url("../img/home-about.jpg") no-repeat top right;
    background-size:70%;
    position: relative;
    border: 0;
}
#homeAbout h2 {
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 32px;
    margin-top: 50%;
}
#homeAbout p {
    display: inline-flex;
    line-height: 20px;
    margin-top: 20px;
    position: relative;
}
#homeAbout .moreBtn {
    position: absolute;
    right: 0;
    bottom: 0px;
    color: #e40e70;
}
#homeMain .col {
    padding-left: 30px;
    padding-right: 30px;
}
#homeOm {
    border: 0;
    background: transparent url("../img/home-map.png") no-repeat 10px 35px;
    background-size:80%;
    position: relative;
    border: 0;
}
#homeOm h2 {
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 32px;
}
#homeOm p {
    margin: 0;
    line-height: 20px;
    position: absolute;
    bottom: 15px;
}
#homeComment {
    border: 0;
    background: transparent url("../img/home-plus.png") no-repeat top right;
    background-size:64%;
    position: relative;
}
#homeComment h2 {
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 32px;
}
#homeComment p {
    margin: 0;
    line-height: 20px;
    position: absolute;
    bottom: 15px;
}
#homeComment a {
    color: #ff3000;
    margin-top: 5px;
}
#homeBrand {
    text-align: center;
    margin-bottom: 50px;
}
#homeBrand h2 {
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 50px 0;
}
#home header {
    padding: 15px 0 20px;
    position: relative;
}
#heroBelow { position: absolute; bottom: 0px;right: 0; left: 0;  }
.form-signin {
    width: 100%;
    padding: 15px;
    margin: 80px auto;
}
.form-signin h1 { font-size: 20px; text-align: center; }
.form-signin button { font-size: 20px; }

.passwordInfo {
    margin-bottom: 4px;
    font-weight: bold;
}

.updatePasswordInfoText, .refreshRequestPasswordInfoText {
    font-size: 14px;
}

.studyPasswordInfoText {
    font-size: 13px;
}

@media (max-width: 991px) {
    .form-signin {
        max-width: 100%;
    }
    .updatePasswordInfoText, .refreshRequestPasswordInfoText, .studyPasswordInfoText {
        font-size: 12px;
    }
}

#header {
    z-index: 997;
    padding: 15px 0 20px;
    background: #fff;
}
#header.header-scrolled, #header.header-inner-pages {
    padding: 12px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header .logo {
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: "Sora", sans-serif;
}
#header .logo a {
    color: #000;
}
#header .logo img {
    max-height: 40px;
}
#header .header-login {
    background: #ff3000;
    color: #fff;
    padding: 12px 30px;
    font-weight: 800;
    border-radius: 30px;
    font-size: 20px;
}
#header-user > a {
    font-size: 18px;
    font-weight: 600;
}
#header-user img {
    margin:-5px 5px 0 0;
}
#header-user ul {
    padding: 0;
}
#header-user ul li {
    margin: 0;
}
#header-user ul li:last-child {
    border-top:1px solid rgba(0,0,0,.15);
}
#header-user ul li a {
    font-size: 14px;
    font-weight: 300;
    padding: 7px 10px;
}
#header-user .dropdown-item.active, .dropdown-item:active {
    background: #f6f6f6;
}
.navbar {
    background: transparent!important;
}
.navbar ul {
    width: 100%;
    position: relative;
}
#navbar-main {
    margin-top: 10px;
}
.navbar-brand {
    margin-right: 30px;
}
.navbar-brand img {
    width: 120px;
}
#home .navbar-brand img {
}
.navbar li {
    margin: 0 10px 0 0;
}
.navbar li a {
    color: #000 !important;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 15px !important;
}
#echange .show {
    background: #dbd52f;
    margin-top: 0;
    color: #fff !important;
}
#echange ul li {
    float: left;
    display: inline-block;
    margin: 0;
    width: 100%;
}
#echange ul {
    background: #dbd52f;
    width: 291px;
    padding: 0;
    border: 0;
    border-radius: 0;
    /*margin-left: -170px;*/
}
#echange ul li a {
    font-weight: 300;
    font-size:14px;
    padding: 15px 10px !important;
}
#echange ul li a:hover {
    background: rgba(255,255,255,0.1);
}
#echange ul li:last-child a {
    padding-right: 20px;
}
#evidence .show {
    background: #ff511e;
    margin-top: 0;
    color: #fff !important;
}
#evidence .show span {
    color:#fff;
}
#evidence ul li {
    float: left;
    display: inline-block;
    margin: 0;
    width: 100%;
}
#evidence ul {
    background: #ff511e;
    width: 291px;
    padding: 0;
    border: 0;
    border-radius: 0;
}
#evidence ul li a {
    font-weight: 300;
    font-size:14px;
    padding: 15px 10px !important;
    color:#fff !important;
}
#evidence ul li a:hover {
    background: rgba(255,255,255,0.1);
}
#evidence ul li a {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

#reference .show {
    background: #ff3b57;
    margin-top: 0;
    color: #fff !important;
}
#reference .show span {
    color:#fff;
}
#reference ul li {
    float: left;
    display: inline-block;
    margin: 0;
}
#reference ul {
    background: #ff3b57;
    width: 696px;
    padding: 0;
    border: 0;
    border-radius: 0;
    margin-left: -445px;
}
#reference ul li a {
    font-weight: 300;
    font-size:14px;
    padding: 15px 10px !important;
    color:#fff !important;
}
#reference ul li a:hover {
    background: rgba(255,255,255,0.1);
}
#reference ul li:first-child a {
    padding-left: 20px !important;
}
#reference ul li:last-child a {
    padding-right: 20px;
}
.navbar li a span {
    color:#ff3000;
}
main {
    padding: 20px 15px;
}
main h1 {
    font-size: 32px;
    font-weight: 300;
    color: #000;
    margin-bottom: 30px;
}
main h1 span {
    font-weight: 800;
}

.tableGroup thead {
    border-radius: 15px 15px 0 0;
    color: #fff;
    padding-top: 20px;
    background: #3d3d3d;
    vertical-align: middle;
    border:0;
}
.th-icon {
    text-align: center;
    font-size: 24px;
    background: #1f1f1f;
    border-radius: 15px 0 0 0;
}
.th-icon th {
    border-right: 1px solid #666;
    font-size: 24px;
    padding: 20px;
}
.th-icon th span {
    font-size: 14px;
}
.th-upper th {
    padding:20px;
    border-right: 1px solid #666;
}
.th-upper th:last-child, .th-icon th:last-child, .tr-content td:last-child {
    border-right: 0;
}
.th-upper th:first-child {
    font-size:22px;
    line-height: 28px;
}
.tr-content td {
    font-size: 24px;
    text-align: center;
    border-right: 1px solid #eee;
    vertical-align: middle;
}
.tr-content th {
    color: #000;
    padding: 20px;
    font-weight: 600;
    border-right: 1px solid #eee;
}
.iconExcel {
    background: #14aa00;
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 30px;
    vertical-align: middle;
}
.iconExcel:hover {
    background: #55ec41;
    color:#fff;
}
.th-legend {
    color:#000;
    font-size: 14px;
    text-align: right;
    margin-bottom: 20px;
}
.th-legend i.bi {
    margin-left: 15px;
    margin-right: 5px;
}
.docLib table, .docLib table th, .docLib table td {
    padding:10px;
    vertical-align: middle;
    background: transparent;
    border-bottom: 0;
}
.docLibTable h4 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 15px;
}
.docLibTable {
    margin-bottom: 30px;
}
.docLibTable:last-child {
    border-bottom: 0;
}
.questio {
    background: #fff;
    border-top: 10px solid #ff3000;
    padding: 20px 30px 30px;
    margin-bottom: 20px;
}
.questio .form-check {
    margin-bottom: 15px;
}
.questio h3 {
    font-size: 18px;
    font-weight: 300;
    color: #ff3000;
}
.questio p {
    font-weight: 600;
    color:#000;
    margin-bottom: 10px;
}
.questio label {
    display: inline-flex;
    margin-right: 40px;
}
.questio label input {
    margin-right: 10px;
}
.questio .card {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
}
.questio .warning {
    padding-left: 55px;
    margin-bottom: 15px;
}
.questio .warning i {
    font-size: 20px;
    position: absolute;
    left: 20px;
    top:14px 
}
@media (max-width: 991px) {
    .container{
        padding-top: 20px;
    }
    #home header {
        padding: 0px 0 20px;
    }
    #home header .navbar {
        background: #fff !important;
    }
    #home {
        background: #fff url(../img/home-background.jpg) no-repeat -120px 120px;
        background-size: 130%;
    }
    #header {
        padding: 12px 0;
    }
    #home .navbar-brand {
        padding-bottom: 20px !important;
        margin-left: 20px;
        margin-top: 20px;
    }
    .navbar-brand img {
        width: 130px !important;
    }

    #heroBelow {
        display: flex;
        position: relative;
        flex-direction: column;
        align-items: center;
    }

    #header .header-login {
    }
    #navbar-main {
        margin-top: 20px;
        padding-bottom: 30px;
    }
    .navbar li a {
    }
    #header .header-login{
        display: block;
        text-align: center;
    }
    #hero {
        width: 100%;
        padding-top: 0%;
        padding-bottom: 16%;
        padding-left: 0 !important;
        text-align: center;
    }
    #about {
        font-size: 20px !important;
        line-height: 25px;
        background: #fff;
        padding: 65px 30px !important;
        border-radius: 0 !important;
        width: 100% !important;
        text-align: center;
    }
    #hero h1, #hero p {
        color:#fff !important;
        text-shadow: 0px 2px 2px rgba(0,0,0,0.4);
    }
    #hero h1 {
        margin-top: 24% !important;
    }
    #homeBrand {
        text-align: center;
        margin-bottom: 50px;
    }
    #homeBrand h2 {
        font-size: 16px;
        letter-spacing: 3px;
        text-transform: uppercase;
        margin: 50px 0;
    }
    #homeBrand img {
        width:45%;
        padding: 0 5%;
    }
    #homeAbout {
        background: transparent url("../img/home-about.jpg") no-repeat top right;
        background-size:22%;
        position: relative;
        border: 0;
    }
    #homeAbout h2 {
        font-weight: 800;
        letter-spacing: -1px;
        line-height: 32px;
        margin-top: 0;
    }
    #homeAbout p {
        display: block;
        padding-right: 35%;
        line-height: 20px;
        margin-top: 10px;
        position: relative;
    }
    #homeAbout .moreBtn {
        position: static;
        color: #e40e70;
    }
    #homeOm {
        border: 0;
        background: transparent url("../img/home-map.png") no-repeat 484px 7px;
        background-size:31%;
        position: relative;
        border: 0;
    }
    #homeOm h2 {
        font-weight: 800;
        letter-spacing: -1px;
        line-height: 32px;
    }
    #homeOm p {
        margin: 0;
        line-height: 20px;
        position: static;
        bottom: 0px;
        padding-right: 35%;
    }
    #homeComment {
        margin-top: 20px;
        border: 0;
        background: transparent url("../img/home-plus.png") no-repeat top right;
        background-size:20%;
        position: relative;
    }
    #homeComment h2 {
        font-weight: 800;
        letter-spacing: -1px;
        line-height: 32px;
    }
    #homeComment p {
        margin: 0;
        line-height: 20px;
        position: static;
        bottom: 0px;
        padding-right: 35%;
    }
    #homeComment a {
        color: #ff3000;
        margin-top: 5px;
    }
    #circles-container {
        display: flex;
        position: relative !important;
        margin: 20px !important;
        padding: 0;
        top: -45px !important;
        z-index: 12;
    }
}
/*-------------------------------------------------------------- # Main Menu --------------------------------------------------------------*/
/*-------------------------------------------------------------- # Navigation Menu --------------------------------------------------------------*/
/** * Desktop Navigation */
.navbar {
    padding: 0;
}
.navbar-brand {
    padding: 0 !important;
}
/** * Mobile Navigation */
/*-------------------------------------------------------------- # Hero Section --------------------------------------------------------------*/
#hero {
    width: 100%;
    padding-top: 0%;
    padding-bottom: 22%;
    padding-left: 8%;
}
#hero-text {
    padding: 0 0 0 100px;
}
#hero h1 {
    margin: 0;
    margin-top: 16%;
    font-size: 80px;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 70px;
    color: #000;
}
#hero h1 span {
    color:#ff3000;
}
#hero p {
    color:#666;
    margin: 20px 0 0 0;
    font-size: 20px;
}
#hero .container {
    padding-top:0;
}
@media (min-width: 1024px) {
}
@media (max-width: 991px) {
    .footer-links ul li a {
        padding: 0px 0 10px;
    }
}
/*-------------------------------------------------------------- # MOBILE --------------------------------------------------------------*/
@media (max-width: 770px) {
    #hero h1 {
        font-size: 50px;
        line-height: 50px;
        margin-top: 30px;
    }

    #hero p {
        font-size:17px;
        text-shadow: -2px -2px 2px black;
    }
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    #hero .hero-img img {
        width: 70%;
    }

    #hero {
        padding-bottom: 0%;
    }
    #circles-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #heroBelow {
        display: flex;
        align-items: center;
    }

    #pink{
        margin-bottom: 1em;
    }

    #gold{
        margin-bottom: 1em;
    }

    #orange{
        margin-bottom: 1em;
    }

    .circles h3 {
        margin: 25px 0 20px 0 !important;
    }

    .circles p {
        font-size: 11px !important;
    }
    .container-xl {
        padding: 0 0px;
    }
    button.navbar-toggler, .navbar-toggler:focus, .navbar-toggler:hover {
        transition: 0;
        box-shadow: 0 !important;
        border: 0;
    }
    #navbar-main ul li {
        padding: 0px 20px;
    }
    #navbar-main {
        padding-bottom: 0;
    }
    #navbar-main ul {
        margin-bottom: 0 !important;
    }
    .navbar li {
        margin: 0 0px 0 0;
    }
    #header-user {
        position: static;
        border-top:1px solid #eee;
        padding: 20px !important;
    }
    #header-user > a {
        text-align: left;
        padding: 0 15px !important;
    }
    #header {
        padding-bottom:0px!important ;
    }
    .navbar-brand {
        padding-bottom: 20px !important;
        margin-left: 20px;
    }
    .navbar-brand img {
        width: 130px !important;
    }
    #header-user ul {
        margin-top: 20px;
        background: #f3f3f3;
        border: 0;
        border-radius: 0;
    }
    #header-user ul li {
        padding: 0;
    }
    .navbar-toggler {
        margin:-15px 15px 0 0;
    }
    #echange .show {
        background: #dbd52f;
        margin-top: 0;
        color: #fff;
    }
    #echange ul li {
        display: block;
        margin: 0;
        float: none;
        padding: 0 !important;
    }
    #echange ul {
        background: #dbd52f;
        width: 100%;
        padding: 0;
        border: 0;
        border-radius: 0;
        margin: 0;
    }
    #echange ul li a {
        font-weight: 300;
        font-size:14px;
        padding: 10px 15px !important;
        background: #dbd52f;
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }
    #echange ul li a:hover {
        background: rgba(255,255,255,0.2);
    }
    #echange ul li:first-child a {
        padding-left: 15px !important;
    }
    #echange ul li:last-child a {
        padding-right: 15px;
    }
    #evidence .show {
        background: #ff511e;
        margin-top: 0;
        color: #fff;
    }
    #evidence ul li {
        display: block;
        margin: 0;
        float: none;
        padding: 0;
    }
    #evidence ul {
        background: #ff511e;
        width: 100%;
        padding: 0 ;
        border: 0;
        border-radius: 0;
        margin: 0;
    }
    #evidence ul li a {
        font-weight: 300;
        font-size:14px;
        padding: 10px 15px !important;
        background: #ff511e;
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }
    #evidence ul li a:hover {
        background: rgba(255,255,255,0.2);
    }
    #evidence ul li:first-child a {
        padding-left: 15px !important;
    }
    #evidence ul li:last-child a {
        padding-right: 15px;
    }
    #reference .show {
        background: #ff3b57;
        margin-top: 0;
        color: #fff;
    }
    #reference ul li {
        display: block;
        margin: 0;
        float: none;
        padding: 0;
    }
    #reference ul {
        background: #ff3b57;
        width: 100%;
        padding: 0 ;
        border: 0;
        border-radius: 0;
        margin: 0;
    }
    #reference ul li a {
        font-weight: 300;
        font-size:14px;
        padding: 10px 15px !important;
        background: #ff3b57;
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }
    #reference ul li a:hover {
        background: rgba(255,255,255,0.2);
    }
    #reference ul li:first-child a {
        padding-left: 15px !important;
    }
    #reference ul li:last-child a {
        padding-right: 15px;
    }
    #homeBrand {
        text-align: center;
        margin-bottom: 50px;
    }
    #homeBrand h2 {
        font-size: 16px;
        letter-spacing: 3px;
        text-transform: uppercase;
        margin: 50px 0;
    }
    #homeBrand img {
        width:40%;
        padding: 0 2%;
    }
    #homeAbout {
        background: transparent url("../img/home-about.jpg") no-repeat top right;
        background-size:38%;
        position: relative;
        border: 0;
    }
    #homeAbout h2 {
        font-weight: 800;
        letter-spacing: -1px;
        line-height: 32px;
        margin-top: 0;
    }
    #homeAbout p {
        display: block;
        padding-right: 35%;
        line-height: 20px;
        margin-top: 10px;
        position: relative;
    }
    #homeAbout .moreBtn {
        position: static;
        color: #e40e70;
    }
    #homeOm {
        border: 0;
        background: transparent url("../img/home-map.png") no-repeat 270px 7px;
        background-size:50%;
        position: relative;
        border: 0;
    }
    #homeOm h2 {
        font-weight: 800;
        letter-spacing: -1px;
        line-height: 32px;
    }
    #homeOm p {
        margin: 0;
        line-height: 20px;
        position: static;
        bottom: 0px;
        padding-right: 35%;
    }
    #homeComment {
        margin-top: 20px;
        border: 0;
        background: transparent url("../img/home-plus.png") no-repeat top right;
        background-size:44%;
        position: relative;
    }
    #homeComment h2 {
        font-weight: 800;
        letter-spacing: -1px;
        line-height: 32px;
    }
    #homeComment p {
        margin: 0;
        line-height: 20px;
        position: static;
        bottom: 0px;
        padding-right: 35%;
    }
    #homeComment a {
        color: #ff3000;
        margin-top: 5px;
    }
    .docLib input, .questio input {
        margin-bottom: 10px;
    }
    .questio .card {
        margin-left: 0 !important;
    }
    #footer .footer-top .container {
        max-width: 100%;
    }
    #footer-circles {
        text-align: center !important;
    }
    .footer-links {
        border-bottom: 1px solid #666;
        padding: 0 30px 20px 30px;
        margin-bottom: 30px;
    }
    .footer-links ul li a {
        padding: 0px 0 20px;
    }
    #footer-hq, #footer-cc {
        text-align: left !important;
        padding: 0 0 30px 45px;
        border-bottom: 1px solid #666;
        margin-bottom: 30px;
    }
    #footer-hq a, #footer-cc a {
        color: #ff3000;
    }
    #footer-cc {
    }
    #footer-cr {
        padding: 0 50px 1px 45px !important;
        margin: 0;
        text-align: left;
    }
    #footer-cr ul {
        list-style: none;
        padding:5px 0;
    }
    #footer-cr, #footer-cr ul, #footer-cr ul li {
        display: block !important;
    }
}

@media (max-width: 575px) {
    #homeAbout {
        background: none;
        background-size:38%;
        position: relative;
        border: 0;
        padding-bottom: 5%;
    }

    #homeAbout p {
        text-align: center;
        padding-right: 0%;
    }

    #homeAbout h2 {
        text-align: center;
    }

    #homeOm {
        background: none;
        background-size:38%;
        position: relative;
        border: 0;
        padding-bottom: 5%;
    }

    #homeOm p {
        text-align: center;
        padding-right: 0%;
    }

    #homeOm h2 {
        text-align: center;
    }

    #homeComment {
        background: none;
        background-size:38%;
        position: relative;
        border: 0;
        padding-bottom: 5%;
    }

    #homeComment p {
        text-align: center;
        padding-right: 0%;
    }

    #homeComment h2 {
        text-align: center;
    }
}
#circles-container {
    position: absolute;
    margin: 0;
    right: 0px;
    padding: 0;
    top: 9px;
    z-index: 12;
}
.circles {
    float:left;
    margin-left: 10px;
    width: 250px;
    height: 250px;
    background: #fff;
}
.circles h3 {
    font-size: 20px;
    text-align: center;
    color: #000;
    margin: 23px 0 15px 0;
    font-weight: 100;
}
.circles p span {
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
}
.circles p {
    font-size: 12px;
    line-height: 14px !important;
    text-align: center;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
}
#gold {
    background-image: url(../img/gold.png);
    border-radius: 51%;
}
#pink {
    background-image: url(../img/pink.png);
    border-radius: 51%;
}
#orange {
    background-image: url(../img/orange.png);
    border-radius: 51%;
}
/*-------------------------------------------------------------- # Sections General --------------------------------------------------------------*/
section {
    padding: 60px 0;
}
.section-bg {
    background-color: #eeeef5;
}
.section-title {
    text-align: center;
    padding-bottom: 30px;
}
.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #434175;
}
.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #5a5af3;
    bottom: 0;
    left: calc(50% - 25px);
}
.section-title p {
    margin-bottom: 0;
}
/*-------------------------------------------------------------- # About --------------------------------------------------------------*/
#about {
    font-size: 25px;
    line-height: 35px;
    background: #fff;
    padding: 65px 30px 65px 0px;
    border-radius: 0 130px 130px 0;
    display: block;
    position: relative;
    z-index: 9;
    width: 798px;
}
#about span {
    font-weight: 800 !important;
    color:#000 !important;
}
/*-------------------------------------------------------------- # Why Us --------------------------------------------------------------*/
.why-us {
    padding-top: 0;
}
.why-us .box {
    padding: 50px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.why-us .box span {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #b9b9fa;
}
.why-us .box h4 {
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    margin: 20px 0;
    color: #434175;
}
.why-us .box p {
    color: #aaaaaa;
    font-size: 15px;
    margin: 0;
    padding: 0;
}
.why-us .box:hover {
    background: #5a5af3;
    padding: 30px 30px 70px 30px;
    box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}
.why-us .box:hover span, .why-us .box:hover h4, .why-us .box:hover p {
    color: #fff;
}
/*-------------------------------------------------------------- # Counts --------------------------------------------------------------*/
.counts {
    padding: 70px 0 60px;
}
.counts .count-box {
    padding: 30px 30px 25px 30px;
    width: 100%;
    position: relative;
    text-align: center;
    background: #fff;
}
.counts .count-box i {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    background: #5a5af3;
    color: #fff;
    border-radius: 50px;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.counts .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #0c0ca8;
}
.counts .count-box p {
    padding: 0;
    margin: 0;
    font-size: 14px;
}
/*-------------------------------------------------------------- # Services --------------------------------------------------------------*/
.services .icon-box {
    text-align: center;
    padding: 70px 20px 80px 20px;
    background: #fff;
    box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}
.services .icon-box .icon {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
}
.services .icon-box .icon i {
    font-size: 36px;
    transition: 0.5s;
    position: relative;
}
.services .icon-box .icon svg {
    position: absolute;
    top: 0;
    left: 0;
}
.services .icon-box .icon svg path {
    transition: 0.5s;
    fill: #f5f5f5;
}
.services .icon-box h4 {
    font-weight: 600;
    margin: 10px 0 15px 0;
    font-size: 22px;
}
.services .icon-box h4 a {
    color: #434175;
    transition: ease-in-out 0.3s;
}
.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}
.services .icon-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}
.services .iconbox-blue i {
    color: #47aeff;
}
.services .iconbox-blue:hover .icon i {
    color: #fff;
}
.services .iconbox-blue:hover .icon path {
    fill: #47aeff;
}
.services .iconbox-orange i {
    color: #ffa76e;
}
.services .iconbox-orange:hover .icon i {
    color: #fff;
}
.services .iconbox-orange:hover .icon path {
    fill: #ffa76e;
}
.services .iconbox-pink i {
    color: #e80368;
}
.services .iconbox-pink:hover .icon i {
    color: #fff;
}
.services .iconbox-pink:hover .icon path {
    fill: #e80368;
}
.services .iconbox-teal i {
    color: #11dbcf;
}
.services .iconbox-teal:hover .icon i {
    color: #fff;
}
.services .iconbox-teal:hover .icon path {
    fill: #11dbcf;
}
/*-------------------------------------------------------------- # Features --------------------------------------------------------------*/
.features {
    padding-top: 0;
}
.features .icon-box {
    display: flex;
    align-items: center;
    padding: 20px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.features .icon-box i {
    font-size: 32px;
    padding-right: 10px;
    line-height: 1;
}
.features .icon-box h3 {
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 16px;
}
.features .icon-box h3 a {
    color: #434175;
    transition: ease-in-out 0.3s;
}
.features .icon-box:hover h3 a {
    color: #5a5af3;
}
/*-------------------------------------------------------------- # Team --------------------------------------------------------------*/
.team .member {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.team .member .member-img {
    position: relative;
    overflow: hidden;
}
.team .member .social {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    opacity: 0;
    transition: ease-in-out 0.3s;
    text-align: center;
    background: rgba(255, 255, 255, 0.85);
}
.team .member .social a {
    transition: color 0.3s;
    color: #434175;
    margin: 0 10px;
    padding-top: 8px;
    display: inline-block;
}
.team .member .social a:hover {
    color: #5a5af3;
}
.team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}
.team .member .member-info {
    padding: 25px 15px;
}
.team .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #434175;
}
.team .member .member-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #aaaaaa;
}
.team .member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #777777;
}
.team .member:hover .social {
    opacity: 1;
}
/*-------------------------------------------------------------- # Pricing --------------------------------------------------------------*/
.pricing .row {
    padding-top: 40px;
}
.pricing .box {
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    background: #fff;
    text-align: center;
}
.pricing h3 {
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 28px;
}
.pricing h4 {
    font-size: 46px;
    color: #5a5af3;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 25px;
}
.pricing h4 span {
    color: #bababa;
    font-size: 18px;
    display: block;
}
.pricing ul {
    padding: 0;
    list-style: none;
    color: #999;
    text-align: left;
    line-height: 20px;
}
.pricing ul li {
    padding-bottom: 12px;
}
.pricing ul i {
    color: #5a5af3;
    font-size: 18px;
    padding-right: 4px;
}
.pricing ul .na {
    color: #ccc;
}
.pricing ul .na i {
    color: #ccc;
}
.pricing ul .na span {
    text-decoration: line-through;
}
.pricing .btn-buy {
    background: #434175;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 50px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s;
    border: none;
}
.pricing .btn-buy:hover {
    background: #5a5af3;
}
.pricing .featured {
    z-index: 10;
    margin: -30px -5px 0 -5px;
}
.pricing .featured .btn-buy {
    background: #5a5af3;
}
.pricing .featured .btn-buy:hover {
    background: #7272f5;
}
@media (max-width: 991px) {
    .pricing .box {
        max-width: 60%;
        margin: 0 auto 30px auto;
    }
    .container-xl {
        padding: 0 0px;
    }
    button.navbar-toggler, .navbar-toggler:focus, .navbar-toggler:hover {
        transition: 0;
        box-shadow: 0 !important;
        border: 0;
    }
    #navbar-main ul li {
        padding: 0px 20px;
    }
    #navbar-main {
        padding-bottom: 0;
    }
    #navbar-main ul {
        margin-bottom: 0 !important;
    }
    .navbar li {
        margin: 0 0px 0 0;
    }
    #header-user {
        position: static;
        border-top:1px solid #eee;
        padding: 20px !important;
    }
    #header-user > a {
        text-align: left;
        padding: 0 15px !important;
    }
    #header {
        padding-bottom:0px!important ;
    }
    .navbar-brand {
        padding-bottom: 20px !important;
        margin-left: 20px;
    }
    #header-user ul {
        margin-top: 20px;
        background: #f3f3f3;
        border: 0;
        border-radius: 0;
    }
    #header-user ul li {
        padding: 0;
    }
    .navbar-toggler {
        margin:-15px 15px 0 0;
    }
    #echange .show {
        background: #dbd52f;
        margin-top: 0;
        color: #fff;
    }
    #echange ul li {
        display: block;
        margin: 0;
        float: none;
        padding: 0;
    }
    #echange ul {
        background: #dbd52f;
        width: 100%;
        padding: 0;
        border: 0;
        border-radius: 0;
        margin: 0;
    }
    #echange ul li a {
        font-weight: 300;
        font-size:14px;
        padding: 10px 15px !important;
        background: #dbd52f;
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }
    #echange ul li a:hover {
        background: rgba(255,255,255,0.2);
    }
    #echange ul li:first-child a {
        padding-left: 15px !important;
    }
    #echange ul li:last-child a {
        padding-right: 15px;
    }
    #evidence .show {
        background: #ff511e;
        margin-top: 0;
        color: #fff;
    }
    #evidence ul li {
        display: block;
        margin: 0;
        float: none;
        padding: 0;
    }
    #evidence ul {
        background: #ff511e;
        width: 100%;
        padding: 0;
        border: 0;
        border-radius: 0;
        margin: 0;
    }
    #evidence ul li a {
        font-weight: 300;
        font-size:14px;
        padding: 10px 15px !important;
        background: #ff511e;
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }
    #evidence ul li a:hover {
        background: rgba(255,255,255,0.2);
    }
    #evidence ul li:first-child a {
        padding-left: 15px !important;
    }
    #evidence ul li:last-child a {
        padding-right: 15px;
    }
    #reference .show {
        background: #ff3b57;
        margin-top: 0;
        color: #fff;
    }
    #reference ul li {
        display: block;
        margin: 0;
        float: none;
        padding: 0;
    }
    #reference ul {
        background: #ff3b57;
        width: 100%;
        padding: 0;
        border: 0;
        border-radius: 0;
        margin: 0;
    }
    #reference ul li a {
        font-weight: 300;
        font-size:14px;
        padding: 10px 15px !important;
        background: #ff3b57;
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }
    #reference ul li a:hover {
        background: rgba(255,255,255,0.2);
    }
    #reference ul li:first-child a {
        padding-left: 15px !important;
    }
    #reference ul li:last-child a {
        padding-right: 15px;
    }
    #reference {
        padding-bottom: 20px !important;
    }
    #footer .footer-top .container {
        max-width: 100%;
    }
    #footer-circles {
        text-align: center !important;
    }
    .footer-links {
        border-bottom: 1px solid #666;
        padding: 0 30px 20px 30px;
        margin-bottom: 30px;
    }
    .footer-links ul li a {
        padding: 0px 0 20px;
    }
    #footer-hq, #footer-cc {
        text-align: left !important;
        padding: 0 0 30px 45px;
        border-bottom: 1px solid #666;
        margin-bottom: 30px;
    }
    #footer-hq a, #footer-cc a {
        color: #ff3000;
    }
    #footer-cc {
    }
    #footer-cr {
        padding: 0 50px 1px 45px !important;
        margin: 0;
        text-align: left;
    }
    #footer-cr ul {
        list-style: none;
        padding:5px 0;
    }
    #footer-cr, #footer-cr ul, #footer-cr ul li {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .pricing .box {
        max-width: 80%;
        margin: 0 auto 30px auto;
    }
}
@media (max-width: 420px) {
    .pricing .box {
        max-width: 100%;
        margin: 0 auto 30px auto;
    }
}
/*-------------------------------------------------------------- # Frequently Asked Questions --------------------------------------------------------------*/
.faq {
    padding: 60px 0;
}
.faq .faq-list {
    padding: 0;
    list-style: none;
}
.faq .faq-list li {
    border-bottom: 1px solid #f2f2fe;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.faq .faq-list .question {
    display: block;
    position: relative;
    font-family: #5a5af3;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 25px;
    cursor: pointer;
    color: #2a2af0;
    transition: 0.3s;
}
.faq .faq-list i {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: -2px;
}
.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 25px;
}
.faq .faq-list .icon-show {
    display: none;
}
.faq .faq-list .collapsed {
    color: black;
}
.faq .faq-list .collapsed:hover {
    color: #5a5af3;
}
.faq .faq-list .collapsed .icon-show {
    display: inline-block;
    transition: 0.6s;
}
.faq .faq-list .collapsed .icon-close {
    display: none;
    transition: 0.6s;
}
/*-------------------------------------------------------------- # Contact --------------------------------------------------------------*/
.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
    background: #fff;
}
.contact .info-box i {
    font-size: 32px;
    color: #5a5af3;
    border-radius: 50%;
    padding: 8px;
}
.contact .info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
}
.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*-------------------------------------------------------------- # Breadcrumbs --------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: #f1f1f7;
    min-height: 40px;
    margin-top: 68px;
}
.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 400;
    color: #434175;
}
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.breadcrumbs ol li + li {
    padding-left: 10px;
}
.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #565396;
    content: "/";
}
@media (max-width: 991px) {
    .breadcrumbs {
        margin-top: 60px;
    }
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs ol {
        display: block;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
}
/*-------------------------------------------------------------- # Footer --------------------------------------------------------------*/
#footer {
    color: #fff;
    font-size: 14px;
    background: #000;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer-circles {
    text-align: right;
    padding: 30px 0;
}
#footer-circles img {
    padding: 30px 0;
}
#footer .footer-top {
    padding: 0;
}
#footer .footer-top .footer-contact {
    text-align: right;
}
#footer .footer-top .footer-contact h3 {
    font-size: 28px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
}
#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}
#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #434175;
    position: relative;
    padding-bottom: 12px;
}
#footer .footer-top .footer-links {
}
#footer .footer-top .footer-links ul {
}
#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #5a5af3;
    font-size: 18px;
    line-height: 1;
}
#footer .footer-top .footer-links ul li {
    position: relative;
    display: block;
    padding: 0 1rem;
    color: #fff;
    text-decoration: none;
    background: transparent;
    border: 0px solid rgba(0,0,0,.125);
}
#footer .footer-top .footer-links ul a {
    color: #fff;
    display: inline-block;
    line-height: 1;
    font-weight: 600;
}
#footer .footer-top .footer-links ul a span{
    color:#ff511e;
}
#footer .footer-top .footer-links ul a:hover, #footer-cr a:hover {
    text-decoration: none;
    color: #ff3000 !important;
}
#footer .footer-newsletter {
    font-size: 15px;
}
#footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    position: relative;
    padding-bottom: 12px;
}
#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    text-align: left;
    border: 1px solid #b9b9fa;
}
#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #5a5af3;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
    background: #7272f5;
}
#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #444444;
}
#footer .credits a {
    transition: 0.3s;
}
#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #deddec;
    color: #434175;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
#footer .social-links a:hover {
    background: #5a5af3;
    color: #fff;
    text-decoration: none;
}
#footer .copyright {
    color:#777777 !important;
    margin-bottom: 30px;
}
#footer .copyright a {
    color: #fff;
}
#footer-cr, #footer-cr ul, #footer-cr ul li {
    display: inline;
}

/*-------------------------------------------------------------- # Partag3 preparation --------------------------------------------------------------*/

#validation-files {
    list-style: none;
    line-height: 50px;
}

#validation-files span {
    display: inline-block;
    width: 400px;
}

#validation-files select {
    display: inline-block;
    width: 200px;
    margin-left: 50px;
}

.dropzone {
    border: 2px dashed rgba(0,0,0,.3) !important;
}

/*-------------------------------------------------------------- # Login --------------------------------------------------------------*/
div.login-footer {
    text-align: center;
    margin-top: 1em;
}

div.login-footer a {
    color: black;
}

div.login-footer a:hover {
    color: #ff3000;
}

div.login-footer i {
    font-size: 0.8em;
}

.form-error {
    color: #ff3000;
}

form i.togglePassword {
    margin-left: -30px;
    cursor: pointer;
}

form .password-field {
    display: inline;
}

/*-------------------------------------------------------------- # Carousel home  -----------------------------------------------------*/
.splide__slide img {
    height: auto;
}

#partner-tab .nav-link.start, #question-tab .nav-link.start {
    margin-left: 0;
}

#partner-tab .nav-link, #question-tab .nav-link {
    border: none;
    color: black;
    background: none;
    height: 40px;
    padding: 8px 5px;
    margin: 0 10px;
}

#question-tab .nav-link.disabled {
    color: darkgray;
}

#partner-tab .nav-link.active, #partner-tab .nav-link:hover, #question-tab .nav-link.active, #question-tab .nav-link:hover {
    border: none;
    color: black;
    background: none;
}

#partner-tab .nav-link.active, #partner-tab .nav-link:hover, #question-tab .nav-link.active, #question-tab .nav-link:hover {
    border: none;
    border-bottom: 3px solid #ff3000;
}

/*-------------------------------------------------------------- # Question  -----------------------------------------------------*/

.question-list hr {
    color: #ff3000;
    height: 5px;
    opacity: 1;
}

div.question-label {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

/*--------------------------------------------------------------
# Evidenc3
--------------------------------------------------------------*/

.webCommon { padding: 0 0 50px!important; }
.webCommonHead { background: #fff !important; margin-bottom: 60px; }
.webCommonHead h1 { padding: 20px 0 40px !important; font-weight: 700 !important; }
.webCommonHead h1 span { color: #ff3000; }

.webCommonAcceder { position: relative; }
#webCommonEvidenceHero { position: relative; bottom: 0;  }
.webCommonAcceder h2 { color: #000;  font-weight: 700;  line-height: 1.1; }

.webCommonCard { }
.webCommonCard h3 { font-size: 24px; font-weight: 700; color: #ff3000; margin-top: 20px; }
.webCommonCard h4 { font-size: 20px; font-weight: 700; color: #000; margin: 20px 0 10px; }
.webCommonCard p { }
.webCommonCard ul { list-style: none; padding: 0;  }
.webCommonCard ul li { padding-left: 25px; margin-bottom: 10px; }
.webCommonCard ul li::before { content: ''; display: inline-block; height: 16px; width: 16px; background-image: url(../img/check-circle-fill.svg);  margin-left: -25px; margin-right: 10px; vertical-align: middle; }
.webCommonCard ul li i { color: #ff3000; }
#webCommonTablet img { width: 100%; }
.webEvidenceDesc { margin-top: 40px; }
#evidenceTestimonial { background: #fff; padding: 40px; border-radius: 10px; font-size: 14px; color: #000; line-height: 1.5; margin-top: 40px; }
#evidenceTestimonial span { font-weight: 700; font-size: 18px;  }

.evidence-red {
    color: #ff3000;
}

.center-text {
    text-align: center;
}

.evidence-drawer-subtitle {
    font-size: 0.8rem
}
.evidence-toast {
    right: 0;
    bottom: 0;
    margin: 50px;
    background-color: #ff3000;
}
.evidence-recording-table-length {
    font-weight: bold; padding-top: 10px
}
.hoverable:hover {
    cursor: pointer;
}
.clickable:hover {
    cursor: pointer;
    text-decoration: underline;
}
.filter-accordion {
    .accordion-button {
        background-color: #f2f2f2;
    }
    .accordion-item {
        background-color: #f2f2f2;
    }
    .accordion-button:not(.collapsed) {
        color: black;
    }
    :focus {
        outline: 0 !important;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
    }
    .accordion-button:not(.collapsed), .accordion-button:not(.collapsed):focus  {
        box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px;
    }
}
.star {
    font-size: 35px;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    color: lightgrey;
}
.star-active {
    color: #ff3000;
}
.list {
    list-style-type: none;
}
.popover-body {
    padding: 0;
}
.list-group-item.active {
    background-color: #ff3000;
    border-color: #ff3000;
}

@media (min-width: 1400px){
    #webCommonEvidenceHero { position: absolute !important; }
    .webCommonAcceder h2 { font-size: 2rem !important; }
}

@media (max-width: 1399px) and (min-width: 992px){
    #about {
        font-size: 20px !important;
        line-height: 25px;
        background: #fff0;
        border-radius: 0 !important;
        width: 100% !important;
        padding-left: 80px;
        z-index: 13;
    }

    #heroBelow {
        display: flex;
        position: relative;
        flex-direction: column;
        align-items: center;
    }

    #circles-container {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    #hero {
        padding-bottom: 10%
    }

}

@media (min-width: 1200px) {
    #webCommonEvidenceHero { position: absolute !important;  }
}

@media (min-width: 991px) {
    .webCommonAcceder h2 { font-size: 1.5rem; }
    p, ul, li {font-size: 0.9rem; line-height: 1.3;}
    .webCommonCard h3 { font-size: 1.2rem; }
    .webCommonCard h4 { font-size: 1.0rem; }
    .webEvidenceDesc { margin-top: 40px; }
    #evidenceTestimonial { margin-top: 30px; }
    #webCommonEvidenceHero { position: absolute !important; }
}

@media (min-width: 767px) {
    #webCommonEvidenceHero { position: relative; padding-top: 30px; }
}


/*--------------------------------------------------------------
# Philosophie
--------------------------------------------------------------*/

.pphilosophie h3 { font-size: 2rem; font-weight: 700; color: #ff3000; margin-top: 20px; }
.pphilosophie ul { list-style: none; padding: 0;  }
.pphilosophie ul li { padding-left: 25px; margin-bottom: 10px; font-weight: 800; color: #000; }
.pphilosophie ul li ul li, .pphilosophie ul li span { font-weight: 400; }
.pphilosophie ul li ul { margin-top: 10px; }
.pphilosophie ul li ul li::before { content: ''; display: inline-block; height: 16px; width: 16px; background-image: url(../img/check-circle-fill.svg);  margin-left: -25px; margin-right: 10px; vertical-align: middle;  }


@media (min-width: 1400px){
    #webCommonEvidenceHero { position: absolute !important; }
    .webCommonAcceder h2 { font-size: 2rem !important; }
}

@media (min-width: 1200px) {
    #webCommonEvidenceHero { position: absolute !important;  }
}

@media (min-width: 991px) {
    .webCommonAcceder h2 { font-size: 1.5rem; }
    p, ul, li {font-size: 0.9rem; line-height: 1.3;}
    .webCommonCard h3 { font-size: 2rem; }
    .webCommonCard h4 { font-size: 1.0rem; }
    .webEvidenceDesc { margin-top: 40px; }
    #evidenceTestimonial { margin-top: 30px; }
    #webCommonEvidenceHero { position: absolute !important; }
}

@media (min-width: 767px) {
    #webCommonEvidenceHero { position: relative; padding-top: 30px; }
}



/*--------------------------------------------------------------
# Equipe
--------------------------------------------------------------*/

.teamCard img { height: 193px; object-fit: fill; margin-bottom: 25px; border-radius: 10px; box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);   }
.teamCard { text-align: center; text-transform: uppercase;  }
.teamCard p span { font-size: 1.2rem; display: block; font-weight: 700; margin-bottom: 5px; letter-spacing: 2px; }
.teamCard p { letter-spacing: 0px; font-size: 0.6rem; }
.teamCard a { color: #000; border: 1px solid #ccc; font-size: 0.6rem;  padding: 5px 10px;   border-radius: 20px;  }
.teamCard a i { color:#ff3000; }
.teamCard a:hover { background:#ff3000; color: #fff;  border: 1px solid #ff3000; }
.teamCard a:hover i { color:#fff; }

.siegePhone { background: #ff3000;  padding: 10px 15px; display: inline-block; border-radius: 30px; margin-bottom:20px; }
.pequipe .pcont { text-align: left; }
.pequipe .pcont h4 { margin: 0px 0 40px; color: #fff; }
.pequipe .pcont h4 i { color: #781700;  }

.dapplesTitle { color: #c79d63 !important; }

.dapplesPhone { background: #c79d63;  padding: 10px 15px; display: inline-block; border-radius: 30px; margin-bottom:20px; }
.dapplesPhone i { color: #5e4a2f !important; }


@media (min-width: 1400px){
    .pequipe .pcont { text-align: left; }
}

@media (min-width: 1200px) {
    .pequipe .pcont { text-align: left; }
}

@media (min-width: 991px) {
    .pequipe .pcont { text-align: left; }
}

@media (min-width: 767px) {
    .teamCardItem {
        margin: auto;
    }

    .teamCardItem {
        padding-bottom: 30px;
    }
}

@media (min-width: 991px) and (max-width: 1200px ) {
    .teamCardItem {
        width: 40%;
        margin: auto;
    }

    .teamCardItem {
        padding-bottom: 30px;
    }

}

@media (min-width: 1200px) and (max-width: 1400px ) {
    .teamCardItem {
        width: 40%;
        margin: auto;
    }

    .teamCardItem {
        padding-bottom: 30px;
    }

}

@media (max-width: 576px) {
    .teamCardItem { margin-bottom: 40px !important; }
    .webCommonCard {
        text-align: center;
    }

    .webCommonCard h3 {
        text-align: center;
    }

    .phone{
        text-align: center;
    }

}

.audio {
    display: block;
}

@supports (-moz-appearance:none){
    .audio {
        border-radius: 25px;
    }
}

.scoopit {
    margin: 80px auto;
}

@media (min-width: 600px) {
    .gx-container {
        --bs-gutter-x: 0rem;
    }
}
@media (min-width: 1450px) {
    .gx-container {
        --bs-gutter-x: 6rem;
    }
}

#recording-table th, #recording-table td {
    padding: 0.20rem !important;
    font-size: 0.9rem;
}

#userDeletionModal .modal-header {
    border-bottom: none;
}
#userDeletionModal .modal-footer {
    border-top: none;
}

#userDeletionModal .modal-body {
    font-size: 17px;
    text-align: center;
}