* {
    padding: 0;
    margin: 0;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

@font-face {
    font-family: 'arial';
    src: url('../assets/fonts/arial.ttf') format('truetype');
}

@font-face {
    font-family: 'larken regular';
    src: url('../assets/fonts/larken regular.ttf') format('truetype');
}
#page1 {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #page1 h1 {
        font-size: 6vw;
        font-weight: 200;
    }

#loader {
    height: 100vh;
    width: 100vw;
    top:0;
    background-color: black;
    position: fixed;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index:3900;
}

#loader h1 {
    font-size: 15px;
    color:white;
    position:relative;
    top:0;
    font-weight: 200;
    z-index: 9;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}



html, body {
    width: 100%;
    height: 100%;
}

.Profile {
    background-color: #e9eef7;
    height: auto;
    padding: 50px;
}

.card-body {
    background-color: white;
    border-radius: 20px;
    padding: 50px;
}

@media (max-width: 768px) {

    .Profile {
        padding: 10px;
    }

    .table-responsive {
        display: block;
    }
}





.profile-nav,
.profile-info {
    margin-top: 30px;
}

    .profile-nav .user-heading {
        background: #fbc02d;
        color: #fff;
        border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0;
        padding: 30px;
        text-align: center;
    }

        .profile-nav .user-heading.round a {
            border-radius: 50%;
            -webkit-border-radius: 50%;
            border: 10px solid rgba(255, 255, 255, 0.3);
            display: inline-block;
        }

        .profile-nav .user-heading a img {
            width: 112px;
            height: 112px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
        }

        .profile-nav .user-heading h1 {
            font-size: 22px;
            font-weight: 300;
            margin-bottom: 5px;
        }

        .profile-nav .user-heading p {
            font-size: 12px;
        }

    .profile-nav ul {
        margin-top: 1px;
    }

        .profile-nav ul > li {
            border-bottom: 1px solid #ebeae6;
            margin-top: 0;
            line-height: 30px;
        }

            .profile-nav ul > li:last-child {
                border-bottom: none;
            }

            .profile-nav ul > li > a {
                border-radius: 0;
                -webkit-border-radius: 0;
                color: #89817f;
                border-left: 5px solid #fff;
            }

                .profile-nav ul > li > a:hover,
                .profile-nav ul > li > a:focus,
                .profile-nav ul li.active a {
                    background: #f8f7f5 !important;
                    border-left: 5px solid #fbc02d;
                    color: #89817f !important;
                }

            .profile-nav ul > li:last-child > a:last-child {
                border-radius: 0 0 4px 4px;
                -webkit-border-radius: 0 0 4px 4px;
            }

            .profile-nav ul > li > a > i {
                font-size: 16px;
                padding-right: 10px;
                color: #bcb3aa;
            }

.r-activity {
    margin: 6px 0 0;
    font-size: 12px;
}


.p-text-area,
.p-text-area:focus {
    border: none;
    font-weight: 300;
    box-shadow: none;
    color: #c3c3c3;
    font-size: 16px;
}

.profile-info .panel-footer {
    background-color: #f8f7f5;
    border-top: 1px solid #e7ebee;
}

    .profile-info .panel-footer ul li a {
        color: #7a7a7a;
    }

.bio-graph-heading {
    background: #fbc02d;
    color: #fff;
    text-align: center;
    font-style: italic;
    padding: 40px 110px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    font-size: 16px;
    font-weight: 300;
}

.bio-graph-info {
    color: #000;
}

    .bio-graph-info h1 {
        font-size: 22px;
        font-weight: 300;
        margin: 0 0 20px;
    }

.bio-row {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding: 0 15px;
}

    .bio-row p span {
        width: 100px;
    }

.bio-chart,
.bio-desk {
    float: left;
}

.bio-chart {
    width: 40%;
}

.bio-desk {
    width: 60%;
}

    .bio-desk h4 {
        font-size: 15px;
        font-weight: 400;
    }

        .bio-desk h4.terques {
            color: #4CC5CD;
        }

        .bio-desk h4.red {
            color: #e26b7f;
        }

        .bio-desk h4.green {
            color: #97be4b;
        }

        .bio-desk h4.purple {
            color: #caa3da;
        }

.file-pos {
    margin: 6px 0 10px 0;
}

.profile-activity h5 {
    font-weight: 300;
    margin-top: 0;
    color: #c3c3c3;
}

.summary-head {
    background: #ee7272;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #ee7272;
}

    .summary-head h4 {
        font-weight: 300;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .summary-head p {
        color: rgba(255, 255, 255, 0.6);
    }

ul.summary-list {
    display: inline-block;
    padding-left: 0;
    width: 100%;
    margin-bottom: 0;
}

    ul.summary-list > li {
        display: inline-block;
        width: 19.5%;
        text-align: center;
    }

        ul.summary-list > li > a > i {
            display: block;
            font-size: 18px;
            padding-bottom: 5px;
        }

        ul.summary-list > li > a {
            padding: 10px 0;
            display: inline-block;
            color: #818181;
        }

    ul.summary-list > li {
        border-right: 1px solid #eaeaea;
    }

        ul.summary-list > li:last-child {
            border-right: none;
        }

.activity {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

    .activity.alt {
        width: 100%;
        float: right;
        margin-bottom: 10px;
    }

    .activity span {
        float: left;
    }

    .activity.alt span {
        float: right;
    }

    .activity span,
    .activity.alt span {
        width: 45px;
        height: 45px;
        line-height: 45px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        background: #eee;
        text-align: center;
        color: #fff;
        font-size: 16px;
    }

    .activity.terques span {
        background: #8dd7d6;
    }

    .activity.terques h4 {
        color: #8dd7d6;
    }

    .activity.purple span {
        background: #b984dc;
    }

    .activity.purple h4 {
        color: #b984dc;
    }

    .activity.blue span {
        background: #90b4e6;
    }

    .activity.blue h4 {
        color: #90b4e6;
    }

    .activity.green span {
        background: #aec785;
    }

    .activity.green h4 {
        color: #aec785;
    }

    .activity h4 {
        margin-top: 0;
        font-size: 16px;
    }

    .activity p {
        margin-bottom: 0;
        font-size: 13px;
    }

    .activity .activity-desk i,
    .activity.alt .activity-desk i {
        float: left;
        font-size: 18px;
        margin-right: 10px;
        color: #bebebe;
    }

    .activity .activity-desk {
        margin-left: 70px;
        position: relative;
    }

    .activity.alt .activity-desk {
        margin-right: 70px;
        position: relative;
    }

        .activity.alt .activity-desk .panel {
            float: right;
            position: relative;
        }

.activity-desk .panel {
    background: #F4F4F4;
    display: inline-block;
}


.activity .activity-desk .arrow {
    border-right: 8px solid #F4F4F4 !important;
}

.activity .activity-desk .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.activity-desk .arrow-alt {
    border-left: 8px solid #F4F4F4 !important;
}

.activity-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    right: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.activity-desk .album {
    display: inline-block;
    margin-top: 10px;
}

    .activity-desk .album a {
        margin-right: 10px;
    }

        .activity-desk .album a:last-child {
            margin-right: 0px;
        }



.main .bg-image {
    width: 100%;
    overflow: hidden;
    height: 100vh;
}

.bg-image img {
    width:100%;
    object-fit: cover;
}
.l-side {
    padding: 4rem;
    padding-top: 5rem;
}

.intd h3, .intd h6 {
    text-align: center;
    font-family: sans-serif;
}

.l-side img {
    width: 250px;
    border-radius: 50px;
}

.intd {
    line-height: 16px;
    width: 250px;
}

.contact-chairman .call {
    width: 250px;
    height: 30px;
    border-radius: 10px;
    background-color: #548991;
}

.contact-chairman .mail {
    width: 250px;
    height: 30px;
    margin-top: 0.5rem;
    border-radius: 10px;
    background-color: #548991;
}

.contact-chairman .wtsp {
    width: 250px;
    height: 30px;
    margin-top: 0.5rem;
    border-radius: 10px;
    background-color: #548991;
}

.social-chairman {
    display: flex;
    gap: 5px;
    justify-content: center;
    position: relative;
}

.intd h3 {
    font-size: 1.17rem;
    font-weight: 700;
}

.intd h6 {
    font-size: 0.67rem;
    line-height: 6px;
    font-weight: 600;
}

.contact-chairman h3 {
    padding: 8px 5px 8px 20px;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 500;
    color: white;
}

.social-chairman button {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background-color: #fff;
}

.social-chairman i {
    position: absolute;
    text-align: center;
    padding: 12px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.message-box {
    width: 451px;
}

.chairman-view {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.r-side {
    margin: 4rem;
    margin-top: 5rem;
    padding: 2rem;
    border-radius: 50px;
    background-color: #0c4851;
    height: fit-content;
    color: white;
    font-family: sans-serif;
}

    .r-side h3 {
        font-size: 20px;
        text-align: center;
    }

.r-side {
    font-size: 12px;
}


.md-view {
    display: flex;
    position: absolute;
    top: 0;
}

.r-side-md {
    margin: 4rem;
    margin-top: 5rem;
    padding: 2rem;
}



.md-view {
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-35%, -50%);
}

.intd h3 {
    font-size: 1.17rem;
    font-weight: 700;
}

.intd h6 {
    font-size: 0.67rem;
    line-height: 6px;
    font-weight: 600;
}

.social-md {
    display: flex;
    gap: 5px;
    justify-content: center;
    position: relative;
}

.contact-md h3 {
    padding: 8px 5px 8px 20px;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 500;
    color: white;
    display: flex;
    gap: 5px;
}

.social-md i {
    position: absolute;
    text-align: center;
    padding: 12px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.contact-md .call {
    width: 250px;
    height: 30px;
    border-radius: 10px;
    background-color: #548991;
}

.contact-md .mail {
    height: 30px;
    margin-top: 0.5rem;
    border-radius: 10px;
    background-color: #548991;
}

.contact-md .wtsp {
    width: 250px;
    height: 30px;
    margin-top: 0.5rem;
    border-radius: 10px;
    background-color: #548991;
}

.social-md button {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background-color: #fff;
}

@media (max-width: 992px) {
    .navbar {
        z-index: 10;
        background-color: transparent;
        backdrop-filter: blur(5px);
    }
}