﻿body {
}
.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-left: 1rem;
    font-size: 1.25rem;
    white-space: nowrap;
}
.ms-3 {
    margin-right: 1rem !important;
}
.ps-2 {
    padding-right: 0.5rem !important;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "cairo",sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #16243d;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-right: 8px;
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #176a91;
    display: flex;
    align-items: center;
}
.feature .feature-item {
    border-radius: 10px;
    background: var(--bs-white);
    transition: 0.5s;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}
.feature .feature-item:hover {
    background: #176a91;
}
.py-5 {
    padding-top: 1rem !important;
    padding-bottom: 2rem !important;
}
.footer .footer-item .footer-btn a:hover i {
    color: #19487c;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: right;
    white-space: nowrap;
    background-color: rgba(0,0,0,0);
    border: 0;
}