html {
  font-size: 16px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {

}

.nav-link {
    color: var(--bs-nav-link-color);
}

.us-title-1 {
    margin: 1.5rem;
}

.carousel-item{
    height:22rem;
}

.footer {
    background-color: #09121a;
    color: #777;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative !important;
    background-image: url(/res_v1/footer-bkg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

    .footer a {
        color: #777;
    }

        .footer a:link {
        }

        .footer a:visited {
            color: #777;
        }

        .footer a:hover {
            color: #ffffff;
        }

.footer-widget-container {
    line-height: 28px;
    white-space: normal !important;
}

    .footer-widget-container > .title {
        color: #EEE;
        font-weight: bold;
        font-size: 15px;
    }

    .footer-widget-container a {
        font-size: 14px;
        color: #777;
    }

        .footer-widget-container a:link {
        }

        .footer-widget-container a:visited {
            color: #777;
        }

        .footer-widget-container a:hover {
            color: #ffffff;
        }

    .copyright-container {
        /*height: 88px;*/
    }

.list-group-borderless{

}
    .list-group-borderless > .list-group-item {
        border: none;
    }

    .text-center {
        text-align: center !important;
    }


.py-7 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.context p {
    text-align: justify;
    text-justify: inter-ideograph;
    text-indent: 2em;
}

.icon-list {
    padding-left: 0;
    list-style: none;
}

.icon-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}

    .icon-list li::before {
        display: block;
        flex-shrink: 0;
        width: 1.5em;
        height: 1.5em;
        margin-right: .5rem;
        content: "";
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' class='text-info' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E%3C/svg%3E") no-repeat center center / 100% auto;
    }


@media (min-width: 768px){
    .border-end-md {
        border-right: 1px solid #ecebf1 !important;
    }
    .border-top-md {
        border-top: 1px solid #ecebf1 !important;
    }
}

@media (min-width: 992px){
    .border-top-lg {
        border-top: 1px solid #ecebf1 !important;
    }
    .border-end-lg {
        border-right: 1px solid #ecebf1 !important;
    }
}

.pb-14 {
    padding-bottom: 6.5rem !important;
}


.footer a:link, .footer a:active, .footer a:visited {
    text-decoration: none;
    color: #EEE;
}

.footer .us-tel:link, .footer .us-tel:active, .footer .us-tel:visited {
    color: #EEE;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.footer .us-tel:hover {
    color: #FFF;
    text-decoration: underline;
}


.us-about a:link, 
.footer a:active, 
.footer a:visited {
    text-decoration: none;
}

.us-about .us-tel-2:link, 
.us-about .us-tel-2:active, 
.us-about .us-tel-2:visited {
    color: #232323;
}

.us-about .us-tel-2:hover {
    text-decoration: underline;
    color: #754ffe;
}