
@media (min-width: 768px) {
.navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0;
    font-size: 12.75px;
}
}

@media (min-width: 810px) {
.navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0;
    font-size: 14px;
}
}

@media (min-width: 992px) {
.navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0.5rem;
    font-size: 16px;
}
}
body {
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: url('dist/images/sky.jpg');
}
#top {
    margin-top: -54px;
    margin-left: -5px;
}
.aip-container {
    /* Replace with your background image path */
    border-top: 3px solid #d41414;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-color: #fff;*/
            /*border-radius: 10px;*/
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 70px auto;
    flex-grow: 1;
    width: 800px;
    border-bottom: 3px solid #274355;
}
h1 {
    font-size: 24px;
    color: #007bff;/* Blue color for the title */
}
.row .col-sm h2 {
    margin: 1% 10% 1% 5%;
    color: #1e70ad;
    font-size: 18px;
    text-align: left;
}
.row .col-sm p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #002a59;
    font-size: 16px;
    line-height: 1.5;
    <!--text-indent: 20%;-->
    margin: 0 10% 0 5%;
}
.col-sm ul{
    list-style-type: none;
    margin-left:2%;
}
.row .col ul {
    list-style-type: none;
}
.row .col ul li {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #737f85;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
    word-wrap: break-word;
    /*margin-bottom: 1rem;*/
    list-style-type: none;
    margin: 0 10% 0 5%;
}
.span-color{
    color:#002a59;
}
.vision-mission {
    font-size: 18px;
    font-weight: bold;
    color: #ff5733;
    margin: 0 10% 0 5%;/* Red color for vision and mission */
}
.quality-policy {
    font-size: 18px;
    font-weight: bold;
    color: #27ae60;
    margin: 0 10% 0 5%;/* Green color for quality policy */
}
.header {
    display: flex;
    justify-content: space-between;
    /* This ensures the elements are at opposite ends */
    align-items: center;
    /* This vertically centers the content */
    padding: 10px 10px;
    /* Adjust the padding as needed */
    background-color: #054c81;
    /*dark blue#002a59;*/
    color: #fff;
}
.left-side-text {
    font-size: 12px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    color: #fff;
    margin-left: 10px;/* Adjust the margin as needed to separate it from the current time */
}
.left-side-text a {
    color: #fff;
    text-decoration: none;
}
.left-side-text a:hover {
    color: #C2C2C2;
}
.inside {
    float: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: justify;
    font-size: 16px;
    line-height: 2;
    text-indent: 10%;
    margin: 2% 10% 1% 5%;
    color: #002a59;
}
.inside-no-indent {
    float: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: justify;
    font-size: 16px;
    line-height: 2;
    text-indent: 0;
    margin: 0 10% 1% 5%;
    color: #002a59;
}
.inside-no-indent-full-width{
    width:100%;
    float: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: justify;
    font-size: 16px;
    line-height: 2;
    text-indent: 0;
    margin: 0 10% 1% 5%;
    color: #002a59;
    
}
