
body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: url('../../dist/images/sky.jpg');
}
#content {
    width: auto;
    position: relative;
    float: left;
    margin: 50px 0;
}
.top-tit {
    margin: 0 0 0 -10px;
    background: #ce2a53;
    color: #fff;
    /* height: 28px; */
    line-height: 30px;
    padding: 0 10px 0 10px;
    text-align: center;
    display: inline-block;
    position: relative;
    -webkit-border-radius: 5px 10px 0 0;
    -moz-border-radius: 5px 10px 0 0;
    -ms-border-radius: 5px 10px 0 0;
    -o-border-radius: 5px 10px 0 0;/* border-radius: 5px 10px 0 0;*/
}
.top-tit-text {
    text-align: left;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    width: 150px;
}
#top {
    margin-top: -54px;
    margin-left: -5px;
    background: transparent;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    color: #FFF;
    padding: 0px;
}
.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: 28px;
    color: #333;
    margin-top: 0;
}
#top h1{
    font-size: 18px;
}
p {
    font-size: 18px;
    color: #555;
    margin-bottom: 20px;
}
ul {
    list-style-type: none;
    padding: 0;
}
li {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 16px;
    color: #737f85;
    line-height: 1.5;
}
li a {
    color: #2a88ce;
    text-decoration: none;
}
li a:hover {
    color:#041962
}
.footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}
.site-info p {
    padding: 10px 0;
    margin: 0;
}
.current-time {
    font-size: 14px;
    color: #333;
    text-align: right;
    background-color: #054c81;
    color: #fff;
    border-radius: 5px;
    margin-right: 20px;
}
.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;*/
            /*#c42351;#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: 2%/* Adjust the margin as needed to separate it from the current time */
}
.left-side-text a {
    color: #fff;
}
.left-side-text a:hover {
    color: #C2C2C2;
}
.disabled {
    pointer-events: none;
    /*This makes it not clickable*/
    opacity: 0.6;/*This grays it out to look disabled*/
}
.inside {
    float: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: justify;
    font-size: 16px;
    line-height: 2;
    text-indent: 10%;
    margin: 0 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;
}
ul .li-margin-top{    
    margin-top:2%;
}
.row .col-sm ul li{
    
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: justify;
    font-size: 16px;
    line-height: 1;
    margin: 0 10% 1% 5%;
    color: #002a59;
}
.left-align {
    float: left;
}

span a {
    color: #002a59;
}
span {
    font-size: 18px;
}
@media (max-width:768px)
{
   span a{
        font-size: 16px;
    }
    span{
        font-size: 16px;
    }
}
@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;
}
}
