body {
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
}

.Ellipse_1 {
    background-color: #2b4664;
    position: absolute;
    width: 100%;
    z-index: 0;
    height: 100%;
    opacity: .4;
    left: 0;
    right: 0;
    top: 0;
}


.login-bg {
    background: url('../img/login-bg1.png');
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-footer {
    background: url('../img/footer.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 91px;
}




.round {
    border-radius: 80%;
    background-color: #fafafa;
    position: absolute;
    width: 5%;
    height: 8%;
    z-index: -1;
}

/*.Ellipse_2 {
  border-radius: 50%;
  background-color: rgb(87, 75, 144);
  position: absolute;
  right: -15%;
  left: -15%;
  bottom:  -454px;
  width: 100%;
  height: 624px;
 
  left: 0;
  right: 0;
}*/

.bg-theme {
    /* background-color: #574B90 !important;*/
    color: #fafafa !important;
    background-color: #44d7c9 !important;
}

.text-theme {
    color: #574B90 !important;
}

.text-center {
    text-align: center !important;
}

.text-bold {
    font-weight: 700;
}

.bg-yellow {
    background-color: #ffc869 !important;
    color: #fafafa;
}

.card .card-header {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    text-align: center;
}

.mar-100 {
    margin-top: -100px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-50 {
    margin-top: 80px;
}



.bodybg {
    background: url(../img/clgbg.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: -1;
    -webkit-filter: blur(2px); /* Safari 6.0 - 9.0 */
    filter: blur(2px);
}


.stretch {
    width: 100%;
    height: 100%;
}

.max-height {
    max-height: 260px;
}

* {
    box-sizing: border-box;
}

.row > .column {
    padding: 8px 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 25%;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 50%;
    max-width: 900px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -4px;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

    .active,
    .demo:hover {
        opacity: 1;
    }

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.footer-pad {
    padding-left: 123px !important;
    padding-top: 30px !important;
}

@media screen and (max-width: 600px) {


    .Ellipse_1 {
        background-color: #2b4664;
        position: absolute;
        z-index: 0;
        opacity: .4;
    }


    .card {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .bg-footer {
        background: #44d7c9;
        height: 90px;
    }

    .footer {
        position: inherit;
        bottom: 0;
        width: 100%;
        color: white;
        text-align: center;
    }

    .footer-pad {
        padding-left: 0 !important;
        padding-top: 20px !important;
        text-align: center !important;
        font-size: 12px;
    }
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .footer {
        position: inherit;
        bottom: 0;
        width: 100%;
        color: white;
        text-align: center;
    }
    
}


.bg-notice {
    background-color:rgba(0,0,0,0.5) !important;
    color:white !important;
}
.bg-Gallery {
        background-color:rgba(0,0,0,0.5) !important;
        color:white !important;
}

.bg-opac {
        background-color:rgba(0,0,0,0.5) !important;
	color:white !important;       
}
.bg-opac a {        
	color:white !important;       
}
