.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 10%;
    z-index: 10;
    color: #fff;
    background-image: linear-gradient(to right, rgba(0, 255, 255, 0.2) , rgba(0, 0, 0, 0));
    width: 75%;
    height: 100%;
}
.container-title {
    text-align: center;
    letter-spacing: 5px;
    position: relative;
    font-weight: bold;
}
.container-title::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 5px;
    background: #009999;
    left: 50%;
    margin: 0 -25px 0 -25px;
    bottom: 0;
}
.container-title-white {
    text-align: center;
    letter-spacing: 5px;
    position: relative;
    font-weight: bold;
    color:#fff;
}
.container-title-white::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 5px;
    background: #ffffff;
    left: 50%;
    margin: 0 -25px 0 -25px;
    bottom: 0;
}
.font-size-small {
    font-size: 12px;
}
.font-size-normal {
    font-size: 14px;
}
.font-size-inherit {
    font-size: 16px;
}
.w-15 {
    width: 15%;
}
.dropdown-item  {
    font-size:14px;
    color:#333;
}
.dropdown-menu::after {
    content: '';
    position: absolute;
    left: 20px;
    top: 35px;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
}
.foot-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.foot-list dt {
    font-size:16px;
    font-weight: bold;
    color:#fff;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 2px solid rgba(255,255,255,0.3);
}

.foot-list dd a {
    font-size:14px;
    color:rgba(255,255,255,0.75);
}
.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0.5rem 1rem;
    }

    .dropdown-menu::after {
        content: '';
        position: absolute;
        left: 50%;
        top: -8px;
        margin-left: -8px;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #ffffff;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1480px;
    }
}

