* {
    clear: both;
}

/* Color Decelaration */
:root {
    --blue: #59a9f8;
    --white: #ffffff;
    --red: #894594;
    --green: rgb(36, 226, 36);
    --pink: rgb(241, 62, 92);
    --dark: rgb(16, 16, 17);

}

.bg-green {
    background: #44bd32;
}

.bg-red {
    background: #c23616;
}

.bg-dark {
    background: #2f3640;
}

.bg-purpal {
    background: #8c7ae6;
}

.bg-blue {
    background: #0097e6;
}

.bg-pink {
    background: #be2edd;

}

.bg-voilet {
    background: #eb4d4b;
}

.bg-indigo {
    background: #130f40;
}

/* Custom Content Box design Styaling css */
.gray {
    background-color: #39434d;
    color: wheat;
}

.red {
    background-color: #b31616;
    color: wheat;
}

.blue {
    background-color: #215e9b;
    color: rgb(255, 255, 255);
}

.yellow {
    background-color: #1b9b36;
    color: rgb(0, 0, 0);
}

.color-black {
    color: #fd0202;
}

/* Heading Styling Css */
.heading {
    width: 100%;
    height: 10.5rem;
    background: #ab183d;
    border-radius: 8px;
}

.heading td img {
    width: 10rem;
    height: 9.5rem;
    margin: 0px 2.5rem;
    border-radius: 50%;
    box-shadow: #001fff45 0px 0px 4.5px 1.5px;
}

.web-content {
    text-align: center;
    width: 100%;
    font-size: x-large;
    font-family: system-ui;
    color: #fff;
    text-transform: uppercase;
}

.head-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
}

/* MANIN MENU STYLING CSS */
.container {
    display: flex;
    margin: auto;
    flex-direction: column;
}

.text {
    margin: auto;
    font-weight: 700;
    font-size: 25px;
    padding: 30px 0 0 0;
}



.con-box {
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 20px;

}

.tab-res {
    padding: 10px 10px;
}

.tab-res a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-family: math;
}

.conte-tab {
    font-weight: 700;
    color: #fff;
    background-color: rgb(56 118 133);
}

.content-box {
    width: 33%;
    border: 2px solid rgb(5, 5, 5);
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: 700;
    margin: 30px 4px;
}

.content-lists {
    display: inline-flex;
    justify-content: center;
}

.content-lists ul li a {
    color: #0000fd;
    font-weight: bold;
    text-transform: capitalize;

}

.content-heading {
    text-align: center;
    color: white;
    background-color:#02074f;
    padding: 1px 0;
    text-transform: uppercase;
    font-size:10px;
}

.view-more {
    text-align: right;
    margin-right: 20px;
}

.arrows {
    color: black;
    font-weight: bolder;
    font-size: 20px;
}

.position-bar {
    margin-top: 25px;

}

.social-media {
    width: 99.5%;
    height: auto;
    margin: 20px 0px;
}

.social-media ul {
    display: flex;
    justify-content: center;
    list-style: none;
}

.social-media ul li a {
    color: rgb(255, 255, 255);
}

.group-links thead th {
    width: auto;
    height: 50px;
    font-weight: bold;
    font-size: 25px;
}

.group-links table {
    width: 60%;
    text-align: center;
}

.group-links tbody th {
    padding: 10px 10px;
}

.group-links tbody td span {
    padding: 2px 50px;
    border-radius: 8px;
    font-size: 25px;
}

.group-links tbody td span a {
    color: white;
}

.post-image {
    margin: 15px 0;
}

.post-image img {
    width: 50%;
}

.single-post {
    width: 90%;
    margin: auto;
    padding-top: 5rem;
}

.post-td {
    padding: 5px 10px;
}

.single-post th {
    width: 10rem;
    font-weight: bolder;
}

.post-description {
    margin: 30px 0px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.footer{
    width: 99vw;
    height: auto;
    margin: auto;
    border: 2px solid rgb(0, 0, 0);
    background-color: #3a3a3a;
    color: #fff;
}
.footer table{
    width: 98vw;
}
.footer table th{
    font-size: large;
    padding: 5px;
}
.footer table th span{
    text-decoration: underline;
    text-decoration-color: red;
}
.footer table td{
    width: 32.2vw;
    padding: 4px;
    text-align: center;
}
.footer ul{
    margin: 0;padding: 0;
    list-style: none;
}
.footer ul li{
    margin: 5px;
}
.footer ul li a{
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
}
