a.nav-link {
    color: black;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color:black;
}

a.nav-link:hover {
    color: #ad0808;
    border: 1px solid #ad0808;
        background-color: bisque;
}

a.dropdown-item:hover {
    background-color:  bisque;
      border: 1px solid #ad0808;
}
.navbar-nav .nav-link.show {
    color:  #ad0808;
}
.dropdown-item:hover {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: #ad0808;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius,0);
}
section#Special {
    margin-top: 60px;
    margin-bottom: 60px;
}
.card {
        background-color: rgb(45, 45, 45);
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 20px;
}
section#footer {
    padding-top: 60px;
/*    padding-bottom: 60px;*/
    background-color:lavender;
}
img.tech {
    display: block;
    padding-right: 26px;
        padding-bottom: 5px;
}
img.FLOOR {
    display: block;
    padding-left: 26px;
}
.col-md-6.CORE {
    text-align: -webkit-right;
}
a {
    text-decoration: none;
}
.Modern{
    color:#ad0808;
}
.Study{
    color:#ad0808;
}
p.ziya {
    text-align: end;
    padding-right: 80px;
}
.col-md-8.text {
    text-align: end;
    padding-right: 50px;
}

span {
    color:#ad0808;
}
th {
    font-size: 11px;
}
tr {
    text-align: center;
}
td {
    font-size: 11px;
}

.col-md-6.Second {
    padding-left: 30px;
}
button.navbar-toggler {
    background-color:#ad0808;
    
}
i.bi.bi-folder-fill {
    font-size: 24px;
}
i.bi.bi-file-pdf-fill {
    font-size: 18px;
}
i.bi.bi-file-arrow-down-fill {
    font-size: 18px;
    float: right;
}
.row.ubp {
    border: 1px solid lavenderblush;
    align-items: center;
}
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}
p.High-quality {
    padding-top: 35px;
}
.col-md-12.Access {
    display: inherit;
}
p.Unifloor {
    font-size: 15px;
    padding-top: 45px;
    color: green;
}
img.assets {
    margin-bottom: 25px;
}

.col-md-6.contact {
    border: 1px solid blanchedalmond;
}
button.btn.btn-primary {
    margin-bottom: 15px;
}
.col-md-12.map {
    margin-top: 40px;
}

@media only screen and (max-width: 991px) {
 img.Mission {
    width: 100%;
}
.col-md-4.text-center {
    margin-bottom: 26px;
}
.col-md-12 {
    overflow: scroll;
}





img.tech {
    /* display: block; */
    padding-right: 26px;
    padding-bottom: 5px;
}
.col-md-6.CORE {
    /* text-align: -webkit-right; */
    text-align: center;
}
.col-md-6.BOARD {
    text-align: center;
}
}