

.warning-domain {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, .7);
}

.warning-domain>div {
    text-align: center;
    position: relative;
    font: 12pt Arial;
    color: white;
    padding: 5px 20px 15px 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.warning-domain>div>div {
    padding-right: 10px;
}

.warning-domain__close {
    position: absolute;
    right: 5px;
    top: 5px;
}

.warning-domain__close::after {
    background-color: #128e12;
    border-radius: 3px;
    padding: 2px 6px 4px 6px;
    content: 'x';
    display: inline-block;
    color: #EEE;
    line-height: 15px;
    font-size: 11pt;
}

.warning-domain__close01 {
    text-align: right;
    padding-right: 9px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.demo {
    background: linear-gradient(to right, #4e42b9, #e98223)
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

#accordion .panel {
    border: none;
    border-radius: 5px;
    box-shadow: none;
    margin-bottom: 10px;
    background: transparent;
}

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 5px;
    background: transparent;
    position: relative;
}

#accordion .panel-title a {
    display: block;
    padding: 20px 30px;
    margin: 0;
    background: rgba(0, 0, 0, 0.4);
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: 5px;
    position: relative;
}

#accordion .panel-title a.collapsed {
    border: none;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 30px;
    transform: rotate(180deg);
    transition: all .4s cubic-bezier(0.080, 1.090, 0.320, 1.275);
}

#accordion .panel-title a.collapsed:before {
    color: rgba(255, 255, 255, 0.5);
    transform: rotate(0deg);
}

#accordion .panel-body {
    padding: 20px 30px;
    background: rgba(0, 0, 0, 0.1);
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 1px;
    border-top: none;
    border-radius: 5px;
}

.faq-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin: 10px 0 20px;
}


.carousel {
    height: 700px !important;
}

.carousel .carousel-item {
    visibility: hidden;
    width: 300px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

/* set to flexbox to center the images with the indicator icons */
.carousel-item {
    display: flex;
    align-items: start;
    justify-content: center;
}

.carousel-item img {
    width: auto !important;
    height: 50px !important;
}