* {
    margin: 0;
    box-sizing: border-box;
}

/* .header {
    display: flex ;
    justify-content: space-between;
    align-items: center;
    background: rgb(155, 241, 241);
    height: 10vh;
} */


/* .left {
    display: flex;
    margin-left: 10px;
}

.right {
    display: flex;
    margin-right: 10px;
} */

.name{
    display: flex;
    justify-content: left;
    align-items: center;
}

.logo{
    margin-left: 70px;
    margin-right: 30px;
}

.ues{
    color: black;
    font-weight: 300;
}

/* .iconheader{
    display: flex;
} */

.navbar-items {
    margin-right: 80px;
}

.navfontStyle {
    font-weight: 450 !important;
    color:rgb(20, 19, 19) !important;
    font-style: italic;
    font-size: 20px !important;
}

.move
{
    background: rgb(249, 247, 246);
    font-style: italic;
    color: rgb(40, 25, 244);
}


.cardContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card-header {
    color: rgb(225, 198, 60);
}

.readMore {
    margin-bottom: 10px;
}

.btn {
    border: 1px solid black;
    background-color: #fff;
    margin-right: 10px;

}

.right h3 {
    padding: 5px 8px;
}

.name{
    display: flex;
}
.news{
    border:2px solid black;
    border-radius: 5px;
}

.detail{
    background-color: rgb(191, 119, 75);
    border-bottom: 2px solid rgb(18, 17, 18)
}

.slide{
    height: 20;
}

.content{
    text-align: center;
    margin: 20px 0px;
    padding-top: 30px;
    padding-bottom: 5px;
    margin-top: 0 !important;
    position: relative;
}

.miss {
    top: 220px;
    position: absolute;
    margin-left: 30%;
}


#eqr {
    margin: 5px 5px 10px 5px;
}

.down p{
    margin: 10px 70px;
}

.name{
    margin:20px 0px ;
}



.news h4{
    text-align: center;
}

.container wow fadeInUp{
    text-align: center;
}

.footerImg {
    margin-top: 20px;
    width: 100%;
    height: 100%;
} 

.news {
    max-height: 300px !important;
    background: cornsilk;
}

.box{
    border: 2px solid aliceblue;
    margin-left: 10px;
    margin-right: 10px;
    color: white;
}


.collapse navbar-collapse{
    flood-color: rgb(3, 2, 73);
}

.card-header b h5{
    flood-color: rgb(14, 1, 1);
}

.contentpr {
    margin-bottom: 10px !important;
}
.cr_text{
    text-align: center;
}