@charset "UTF-8";

.NoticeTopMessage a,
.NoticeTopMessage a:active,
.NoticeTopMessage a:focus,
.NoticeTopMessage a:hover,
.NoticeTopMessage a:visited {
    text-decoration: none;
    outline: 0;
    color: white;
}

.NoticeTopMessage a:hover {
    font-weight: bolder;
}

.footer-layout2 {
    background-color: #d0c0a2;
}

.footer-layout2 .footer-widget p {
    color: black;
}

.footer-layout2 .footer-widget .widget_title {
    color: black;
    font-weight: bold;
}

.footer-info i {
    color: black;
}

.sideBar {
    background-color: var(--theme-color);
    color: white;
    padding: 52px 60px 60px 60px;
    border-radius: 30px;
}

 .sideBar h1,
 .sideBar h2,
 .sideBar h3,
 .sideBar h4,
 .sideBar h5,
 .sideBar h6 {
    color: white;
    font-weight: bolder;
}

.white {
    color: white;
}

.slideText {
    color: #ffecb5;
    text-shadow: 2px 2px #0077b5;
}

.counter-number-static {
    font-size: 72px;
    line-height: 1;
    margin-bottom: 8px;
    margin-top: -12px;
    font-weight: bold;
    color: var(--white-color);
}

/* Large devices */
@media (max-width: 1199px) {
    .counter-number-static {
        font-size: 60px;
        font-weight: 600;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .counter-number-static {
        font-size: 50px;
        margin-bottom: 0;
        margin-top: -7px;
    }
}

/* Small devices */
@media (max-width: 767px) {
    .counter-number-static {
        font-size: 36px;
        margin-top: -5px;
    }
}

.underline {
    text-decoration: underline;
}

.video_contain {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
}
