@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300&display=swap');
.topnav{
    background-color: rgb(0 0 0 / 60%);
    display: flex;
    padding: 20px 0px;
    color: rgb(255, 255, 255);
}
.navbar-nav {
    flex-direction: row;
}
.banner{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/Group\ 530.svg);
    background-size: cover;
    color: white;
    display: inherit;
    font-family: poppins;
    margin: 0;
}


.body{
    background-color: #F6F5F5;
}
.cardc{
    background: black;
    border-bottom: 10px solid rgb(175 175 175);
    color: white;
    font-family: poppins;
}
.card-content{
    margin: 10px 20px;
}
.section_title{
    color: #009582;
    margin: 50px 0px;
    font-family: poppins;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
}
.buttons-section{
    display: flex;
}
.button-left{
    border: 2px solid black;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bm{
    margin: 0;
    padding: 0;
}
.button-right{
    border: 2px solid black;
    height: 50px;
    width: 50px;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}
.buttons-section{
    margin: 20px 100px;
}
.news-tabs{
    display: flex;
    
}
.banner-cont{
    padding: 519px 100px 100px 100px;
}
.news-image{
    border-bottom:10px solid rgb(175 175 175);
}
.news-container{
    justify-content: center;
    margin: 0px 80px 50px 80px;
    display: flex;
}
.xg{
    color:black;
    font-family: poppins;
    border: 2px solid black;
    font-style: normal;
}

.news-tabs li{
    display: flex;
    font-size: 18px;
    color: black;
    font-weight: 500;
    text-decoration: none;
    font-family: poppins;
    border: 1px solid black;
    font-style: normal;
    width: 100%;
    justify-content: center;
    padding: 10px;
    justify-content: center;
    align-items: center;
}
#all{
    color: white;
    background: black;
}
.footerss{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/footer.svg);
    background-size: cover;
    color: white;
    display: inherit;
    font-family: poppins;
    margin: 0;
}
.fs{
    display: flex;
    justify-content: space-between;
}
.mb-3{
    font-size: 26px;
    font-weight: 500;
    color: #009582;
}
.mb-4{
    font-size: 22px;
    font-weight: 400;
    color: white;
    text-decoration: underline;
}
.fl li a{
    color: white;
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
    font-family: poppins;
    font-style: normal;
    text-transform: capitalize;
}
.copyright {
    border-top: 1px solid #fff;
    margin-top: 50px;
    text-align: center;
    padding: 20px 20px;
}
.copyright h6 {
    font-weight: 400;
    font-size: 14px;
}
.bx{
    margin-right: 40px;
}
.fr{
    display: flex;
    
}
.ss{
    margin: 0;
}
.news-image img{
    width: 100%;
}
.sf{
    padding: 20px 100px;
}
.bxx{
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(30px);
    margin: 10px;
    min-height: 190px;
    text-align: center;
}
.btn-cd {
    border: 1px solid #009582;
    color: #009582;
    background: rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(30px);
    padding: 10px 20px;
    text-decoration: none;
}
.mapwrap {
    width: 100%;
    height: 180px;
    background: url(../images/mapbg.png);
    background-size: cover;
    background-position: 20% 30%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 2px 5px rgba(38, 34, 98,0.35);
}
button.navbar-toggler {
    filter: brightness(0)invert(1);
}
.bxx img {
    margin-bottom: 15px;
}
.bxx h5 {
    margin-bottom: 20px;
    font-size: 16px;
}
footer ul{
    list-style: none;
    padding: 0;
}
footer h4.mb-4{
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px !important;
}
.mapwrap h5 {
    color: #262262;
    margin-top: 10px;
}
