body {
    overflow-x: hidden;
    font-family: 'Glacial Indifference', sans-serif;
}

.cover-area {
    /*background-size: cover;*/
    /*height: 100vh;*/
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
    background-color: #36B9CC;
    text-align: center;
    z-index: 99;
}

.source {
    float: right;
    font-size: 12px;
    font-style: italic;
    text-decoration: none;
}

a:active {
    color: gray;
}


/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #007bff;
    color: #fff;
    width: 44px;
    height: 44px;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}

/* Navigation Bar */
.nav-color {
    color: black;
}

font-weight: bolder;

.nav-head {
    color: #01406B;
}

.highlite {
    background-color: gold;
    font-weight: bolder;
}

.nav-active {
    background-color: #FFCC00;
    color: #0000;
    padding: 25px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
}


/*Scroll Button*/
#myBtn {
    font-size: 12px;
    bottom: 10px;
    right: 10px;
    background-color: #cca300;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.3px;
    text-decoration: none;
    opacity: 1;
    padding: 11px 0 9px;
    width: 40px;
    text-align: center;
    border-radius: 25px;
    transition: background .2s ease;
}

#myBtn:hover {
    background-color: #E5E293;
    color: #000;
}

/* index - headline */
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    /* background: linear-gradient(to bottom, rgba(237, 235, 235, 0), #cbcdf2d6); */
    background: linear-gradient(to bottom, rgba(237, 235, 235, 0), #3b3d5e61);
    /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #0e102b); */
    z-index: 1;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}

a.badge:hover,
a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
}

.badge-primary {
    color: #212529;
    background-color: #FFCC00;
}

a.badge-primary:hover,
a.badge-primary:focus {
    color: #212529;
    background-color: #cca300;
}

a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.5);
}

.badge-secondary {
    color: #fff;
    background-color: #31404B;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #fff;
    background-color: #1d262c;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(49, 64, 75, 0.5);
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

a.badge-success:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
}

a.badge-success:focus,
a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

a.badge-info:hover,
a.badge-info:focus {
    color: #fff;
    background-color: #117a8b;
}

a.badge-info:focus,
a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

a.badge-warning:hover,
a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
}

a.badge-warning:focus,
a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

a.badge-danger:hover,
a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130;
}

a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
    color: #212529;
    background-color: #FFFFFF;
}

a.badge-light:hover,
a.badge-light:focus {
    color: #212529;
    background-color: #e6e6e6;
}

a.badge-light:focus,
a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-dark {
    color: #fff;
    background-color: #1E2024;
}

a.badge-dark:hover,
a.badge-dark:focus {
    color: #fff;
    background-color: #070708;
}

a.badge-dark:focus,
a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(30, 32, 36, 0.5);
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #EDEFF4;
    border: 1px solid #dee2e6;
    max-width: 100%;
    height: auto;
}

.position-relative {
    position: relative !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

/* balitaang RET */
.section-title {
    margin-bottom: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F8F9FA;
    border: 1px solid #dee2e6;
    /* border-left: 5px solid #FFCC00; */
    box-shadow: 3px 3px #1B0169;
}

.section-title1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFF;
    border: 1px solid #dee2e6;
    border-top: 5px solid #FFCC00;
}

.section-height {
    height: auto;
}

.section-text {
    color: #1B0169;
    text-transform: uppercase;
    font-weight: normal;
    display: block;
    margin-bottom: 20px;
    font-family: 'Glacial Indifference', sans-serif;
}

.section-nav {
    border-top: 5px solid #FFCC00;
}

.section-romis {
    border-top: 7px solid #06419A;
}

.balitang-spotlight {
    height: 600px;
}

/* RET Talks */
.intro {
    position: relative;
    z-index: 999;
}

@media (min-width: 992px) {
    .intro .intro-img {
        width: 75%;
        float: right;
    }

    .intro .intro-text {
        left: 0;
        width: 60%;
        margin-top: 3rem;
        position: absolute;
        z-index: 2;
    }

    .intro .intro-text .intro-button {
        width: 100%;
        left: 0;
        position: absolute;
        bottom: -2rem;
    }
}

@media (min-width: 1200px) {
    .intro .intro-text {
        width: 45%;
    }
}

@media (min-width: 992px) {
    .product-item .product-item-title {
        position: relative;
        z-index: 1;
        margin-bottom: -3rem;
    }

    .product-item .product-item-img {
        position: relative;
        z-index: 0;
        max-width: 60vw;
    }

    .product-item .product-item-description {
        position: relative;
        z-index: 1;
        margin-top: -3rem;
        max-width: 50vw;
    }
}

.list-hours {
    font-size: 0.9rem;
}

.list-hours .list-hours-item {
    border-bottom: 1px solid rgba(230, 167, 86, 0.5);
    padding-bottom: 0.25rem;
    margin-bottom: 1rem;
    font-style: italic;
}

.list-hours .list-hours-item.today {
    font-weight: bold;
    color: #e6a756;
}

@media (min-width: 992px) {
    .list-hours {
        width: 50%;
        font-size: 1.1rem;
    }
}

.address strong {
    font-size: 1.2rem;
}

.img-fluid1 {
    max-width: 100%;
    height: auto;
    position: relative;
}

.bg-faded {
    background-color: #f6e1c5;
}

.page-section {
    /* margin-top: 1.5rem; */
    margin-bottom: 1.5rem;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}


/* Breaking News */
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tranding-carousel {
    position: absolute;
    width: auto;
    height: 30px;
    top: calc(50% - 15px);
    right: -7px;
    display: flex;
    word-wrap: break-word;
    align-items: center;
    justify-content: flex-start;
    z-index: 1;
}

.breaking-news {
    /* margin: auto; */
    width: 50%;
    padding: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #f8f8fb;
    width: 300px;
    text-align: center;
    font-size: 19px;
}

.breaking-center {
    margin: auto;
    width: 50%;
    padding-top: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #0e102b;
    font-size: 19px;
}


/*vision and mission page*/

.vm-font {
    color: #3a3a38;
}

.display-1 {
    height: 300px;
    box-shadow: 3px 3px 4px 1px rgba(12, 35, 14, 0.78);
}

.display-2 {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 2.8rem;
    /*line-height: 1.2;*/
    text-transform: uppercase;
    font-weight: bolder;
    text-shadow: 1px 1px 2px black, 0 0 1em blue, 0 0 0.2em blue;
    color: #fff;
}

.display-3 {
    box-shadow: 3px 3px 4px 1px rgba(12, 35, 14, 0.78);
}

.display-4 {
    margin-top: -10px;
    color: white;
    text-align: center;
    font-size: 12px;
}

.display-5 {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 1.5rem;
    /*line-height: 1.4;*/
    color: #1C2833;
    padding-left: 50px;
    padding-right: 50px;
}

.display-6 p {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 15px;
    line-height: 0.4;
    color: white;
}

.display-7 {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 1rem;
}

.display-8 {
    font-size: 8px;
    font-style: italic;
    font-weight: normal;
}

.display-9 {
    height: auto;
    box-shadow: 3px 3px 4px 1px rgba(12, 35, 14, 0.78);
}

.display-11 {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 1.8rem;
    /*line-height: 1.2;*/
    text-transform: uppercase;
    font-weight: bolder;
    text-shadow: 1px 1px 2px black, 0 0 1em #01406B, 0 0 0.2em #01406B;
    color: #fff;
}


.display-12 {
    margin-top: 20px;
    max-width: 300px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    max-width: 410px;
    height: auto;
    padding: 15px;

    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 17px;
    background-color: rgba(217, 244, 249, 0.45);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(15px);

}


.display-14 {
    margin-top: 20px;
    max-width: 300px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    max-width: 860px;
    height: auto;
    padding: 15px;
    align-items: center;
    /*margin-left: 10px;*/

    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 17px;
    background-color: rgba(217, 244, 249, 0.75);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(15px);

}

.vision1 img {
    height: 100%;
    object-fit: cover;
}

.vision1 .col-lg-6 {
    padding: 0;
}

@media (max-width: 768px) {
    .display-2 {
        font-size: 2.24rem;
        font-size: calc(1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-5 {
        font-size: 0.96rem;
        font-size: calc(1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
    }
}

.neustbg {
    background: url('../img/background/bgneust.png') no-repeat;
    width: 100%;
    height: auto;
}


/*animation*/

.boxanimate {
    /*background-color: #f4511e;*/
    border: none;
    padding: 15px 8px;
    text-align: center;
    font-size: 16px;
    opacity: 0.6;
    transition: 0.3s;
    margin-top: 10px;

}

.boxanimate:hover {
    opacity: 1;
    font-weight: bolder;
    padding: 0px 5px;
    color: #c65d0d;
    margin: 5px 0px;
}

.boxanimate:a {
    color: #c65d0d;
    text-decoration: none;
}




/*Gallery*/

.masthead {
    min-height: 30rem;
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/background/tabongallery.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Trebuchet MS', sans-serif;
}

.masthead h1,
.masthead .h1 {
    font-size: 4rem;
    margin: 0;
    padding: 0;
    font-family: 'Trebuchet MS', sans-serif;
}

@media (min-width: 992px) {
    .masthead {
        height: 100vh;
    }

    .masthead h1,
    .masthead .h1 {
        font-size: 5.5rem;
    }
}

.content-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: 'Trebuchet MS', sans-serif;
}

.content-section-heading h2,
.content-section-heading .h2 {
    font-size: 3rem;
    font-family: 'Trebuchet MS', sans-serif;
}

.content-section-heading h3,
.content-section-heading .h3 {
    font-size: 1rem;
    text-transform: uppercase;
    font-family: 'Trebuchet MS', sans-serif;
}

.portfolio-item {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 400px;
    margin: auto auto 2rem;
}

.portfolio-item .caption {
    display: flex;
    height: 100%;
    width: 100%;
    background-color: rgba(33, 37, 41, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.portfolio-item .caption .caption-content {
    color: #fff;
    margin: auto 2rem 2rem;
}

.portfolio-item .caption .caption-content h2,
.portfolio-item .caption .caption-content .h2 {
    font-size: 0.9rem;
    text-transform: uppercase;
}

.portfolio-item .caption .caption-content p {
    font-weight: 300;
    font-size: 1rem;
}

@media (min-width: 992px) {
    .portfolio-item {
        max-width: none;
        margin: 0;
        font-family: 'Trebuchet MS', sans-serif;
    }

    .portfolio-item .caption {
        transition: background-color 0.7s, -webkit-clip-path 0.25s ease-out;
        transition: clip-path 0.25s ease-out, background-color 0.7s;
        transition: clip-path 0.25s ease-out, background-color 0.7s, -webkit-clip-path 0.25s ease-out;
        -webkit-clip-path: inset(0px);
        clip-path: inset(0px);
    }

    .portfolio-item .caption .caption-content {
        transition: opacity 0.25s;
        margin-left: 2rem;
        margin-right: 2rem;
        margin-bottom: 2rem;
    }

    .portfolio-item img {
        transition: -webkit-clip-path 0.25s ease-out;
        transition: clip-path 0.25s ease-out;
        transition: clip-path 0.25s ease-out, -webkit-clip-path 0.25s ease-out;
        -webkit-clip-path: inset(-1px);
        clip-path: inset(-1px);
    }

    .portfolio-item:hover img {
        -webkit-clip-path: inset(2rem);
        clip-path: inset(2rem);
    }

    .portfolio-item:hover .caption {
        background-color: rgba(29, 128, 159, 0.7);
        -webkit-clip-path: inset(2rem);
        clip-path: inset(2rem);
    }
}

.index-image {
    height: 200px;
    width: 400px;
    float: left;
}

.text-block {
    position: relative;
    text-align: center;
    bottom: 70px;
    left: 40px;
    width: 320px;
    background-color: rgba(85, 151, 243, 0.6);
    color: #ffff;
    font-weight: bolder;
    padding-left: 20px;
    padding-right: 20px;
}

.contents {
    width: 100%;
    margin: 10px;
    padding: 10px;
    overflow-x: hidden;
}

.contents .pictures {
    display: inline-block;
    margin: 10px;
    /* flex-flow: wrap; */
    /* float: left; */
}

.contents .pictures a {
    text-decoration: none;
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.contents .pictures a:hover span {
    opacity: 1;
    transition: opacity 1s;
}

.contents .pictures span {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 15px;
    transition: opacity 1s;
}

/* Hover effect on image */
.teammember-list .thumnailbx:hover img {
    filter: brightness(50%);
    filter: saturate(0%) sepia(100%) hue-rotate(180deg);
}


/* Title box */
.titledesbox {
    font-weight: 600;
    color: #303030;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(-50%);
    display: inline-block;
    /* Changed to inline-block */
    text-transform: capitalize;
    /* Underline */
    position: relative;
    font-family: "Satisfy", sans-serif;
}

/* Underline */
.titledesbox::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #303030;
    position: absolute;
    bottom: 0;
    left: 0;
    top: -1px;
}

.title {
    font-size: 15px;
    margin-bottom: 15px;
}

/* Hover effect for text */
.titledesbox:hover {
    color: #f5af00;
    /* Change text color on hover */
}

/* Hover effect for underline */
.titledesbox:hover::after {
    background-color: #f5af00;
    /* Change underline color on hover */
}



/* RET Services */
.ret-w {
    width: 20%;
}

.ret-head {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0px;
}

.ret-dir {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0px;
}


/*Calendar Announcement*/
.responsiveCal {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.responsiveCal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.marq_line {
    background-color: #198754;
    line-height: 50px;
    font-size: 40px;
    font-style: Trebuchet MS;
    color: #fff;
    font-weight: bolder;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
}



/*login*/
.logpage {
    background-image: url('../img/bgvector.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
    background-position: center;
    overflow: hidden;
}

.logback {
    /* background: linear-gradient(to right, rgb(227, 227, 229), #0e102b); */
    /* background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%); */
    background-color: #F7F5EF;
}

.pagedisp {
    padding-top: 70px;
    height: 550px;
    overflow: hidden;
    border: 1px solid;
    /* padding: 10px; */
    box-shadow: 5px 5px #888888;
}

.pagedisp1 {
    height: 600px;
}

.loggeddisp {
    padding-top: 70px;
    height: 550px;
    overflow: hidden;
}

.logdisp {
    border: 1px solid #dee2e6;
    height: auto;
    margin: 10px;
}

.logdisp1 {
    border: 1px solid #dee2e6;
    height: 90px;
    padding: 0px;
    margin: 10px;
}

.log-txt {
    font-size: 17px;
    padding-top: 20px;
    padding-bottom: 10px;
    color: black;

}

.log-imge {
    position: relative;
    top: -70px;
    width: 120px;
    height: 100%;
}

.log-imge1 {
    position: relative;
    top: 70px;
    width: 100%;
    height: 100%;
}

/*** Testimonial ***/

.testimonial-carousel .owl-item .testimonial-item img {
    width: 60px;
    height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    border-color: var(--primary);
    background: var(--primary);
}


/*Organization*/

.dancingscript {
    font-family: 'Dancing Script';
    font-size: 52px;
    color: #DB7093;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.dancescript {
    font-family: 'Dancing Script';
    font-size: 52px;
    color: #DB7093;
    text-shadow: -1px -1px 0 #571845, 1px -1px 0 #571845, -1px 2px 0 #571845, 1px 3px 0 #571845;
}

.dancescript1 {
    font-family: 'Dancing Script';
    font-size: 52px;
    line-height: 1;
    color: #DB7093;
    text-shadow: -1px -1px 0 #271845, 1px -1px 0 #571845, -1px 2px 0 #571845, 1px 3px 0 #571845;
    padding-left: 20px;
    padding-right: 30px;
}

.dosis {
    font-family: 'Dosis', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #2e2d2d;
    margin-top: -15px;
    margin-bottom: 5px;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}



::-webkit-scrollbar {
    width: 20px;
}



/* Handle */

::-webkit-scrollbar-thumb {
    background: #9f9d9d;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #ab9d02;
}

.shares {
    text-transform: uppercase;
    /* margin-left: 300px; */
    margin-bottom: 0px;
    margin-top: 40px;
    text-shadow: 1px 1px #000;
    font-size: 17px;
    font-weight: bold;
    color: #2b6688;
    text-align: center;
}

.dancescript2 {
    font-family: 'Dancing Script';
    font-size: 30px;
    line-height: 1;
    color: #DB7093;
    text-shadow: -1px -1px 0 #271845, 1px -1px 0 #571845, -1px 2px 0 #571845, 1px 1px 0 #571845;
    text-align: center;
}



/*topbar*/
.topbar-header {
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 40px;
    color: #FFCC00;
    text-transform: uppercase;
    font-weight: bolder;
}

.topbar-subheader {
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 40px;
    color: #31404B;
    font-weight: lighter;
}

.topbar-head {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    color: #000;
}

.topbar-text {
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 27px;
    color: #247CFF;
}

.banner-subheader {
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 9px;
    color: #1E3050;
    font-weight: bold;
    position: relative;
    top: -32px;
    left: 75px;
    text-transform: uppercase;
}

.banner-subheader1 {
    position: relative;
    top: -65px;
    left: 75px;
    font-size: 10px;
}

.banner-subheader2 {
    position: relative;
    top: -54px;
    left: 15px;
    font-size: 10px;
}

.banner-subheader3 {
    position: relative;
    top: -43px;
    left: -37px;
    font-size: 10px;
}



/* footer  */
.bg-footer {
    background-color: #06419a;
    margin: 0px;
    padding: 0px;
}

.footerlinks {
    /*position: absolute;*/
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    left: 0px;
    margin-bottom: 5px;
    padding-right: 10px;
}

.footerlinks-content {
    /*position: absolute;*/
    /*height: 5px;*/
    color: white;
    text-align: left;
    font-size: 12px;
    text-decoration: none;
}

.footertxt {
    position: absolute;
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    right: 0px;
    margin-bottom: 5px;
    padding-right: 10px;
}

.footertxt-logo {
    margin-top: 32px;

}

.display-footer {
    /*position: absolute;*/
    /*height: 5px;*/
    color: white;
    text-align: right;
    font-size: 12px;
    margin-top: 30px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding-right: 10px;
}

.display-logo {
    color: white;
    text-align: center;
    font-size: 12px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 5px;
    margin-top: -20px;
}

.display-logo1 {
    position: relative;
    color: white;
    text-align: center;
    font-size: 12px;

}

.logo-align {
    margin-top: -20px;
}


/* Articles */
.article-cover {
    background: url("../img/background/bgneust.png") center;
    background-repeat: no-repeat;
    background-size: cover;
}

.article-title {
    background-color: #1A1F7C;
    text-align: center;
    color: #fff;
    padding: 0.3rem;
}

.article-author {
    font-size: 17px;
    color: #31404B;
    font-weight: 500;
    text-align: center;
    font-style: italic;
    margin-bottom: 3rem;
}

.article-pict {
    float: right;
    margin-left: 1rem;
    border-radius: 1%;
    border: solid 1px rgb(176, 168, 168);
    box-shadow: -2px 2px 5px #b0aea2;
}

.article-content {
    font-size: 20px;
    color: #31404B;
    text-align: justify;
    font-weight: 300;
}

.article-list-img {
    border: solid 1px #31404B;
    border-radius: 7px;
}

.article-picture {
    float: left;
    border-radius: 1%;
    border: solid 1px rgb(176, 168, 168);
    box-shadow: -2px 2px 5px #b0aea2;
}

/*Contact*/
.contact-txt-title {
    font-size: 32px;
    color: #1A237E;
    font-weight: bolder;
    line-height: 27px;
    text-transform: uppercase;
    text-shadow: 1px 2px 2px #CCCCCC;
    text-align: center;
    position: absolute;
    top: 500px;
    left: 50%;
    width: auto;
    transform: translate(-50%, -50%);
}

.imahe {
    padding: 8px;
    margin: auto;
    width: 260px;
    height: 320px;
    border-radius: 3%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.imahe1 {
    padding: 8px;
    margin: auto;
    width: 180px;
    height: 200px;
    border-radius: 3%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    float: right;
    margin-left: 10px;
}

.imahe2 {
    padding: 8px;
    margin: auto;
    width: 160px;
    height: 180px;
    border-radius: 3%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    float: right;
    margin-left: 10px;
}

.imahe3 {
    padding: 8px;
    margin: auto;
    width: 160px;
    height: 180px;
    border-radius: 3%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    float: right;
    margin-left: 30px;
}

.contact-head {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bolder;
    text-align: center;
}

.contact-office {
    color: #000;
    text-transform: uppercase;
    position: relative;
    margin: 0px;
}

.contact-pos {
    position: relative;
    top: -19px;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
}

.contact-pos-res {
    position: relative;
    top: -20px;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
}

.contact-poss {
    position: relative;
    top: -70px;
    font-size: 19px;
    color: #000;
}

.contact-text {
    position: relative;
    top: 30px;
    color: black;
    line-height: 10px;
}

.contact-text1 {
    position: relative;
    top: 50px;
    color: #000000;
    line-height: 10px;
}

.contact-text2 {
    position: relative;
    top: 30px;
    color: #000000;
    line-height: 10px;
}

.contact-text3 {
    position: relative;
    top: 60px;
    color: #000000;
    line-height: 10px;
}

.contact-text4 {
    position: relative;
    top: 50px;
    color: #000000;
    line-height: 10px;
}

.contact-text5 {
    position: relative;
    top: 50px;
    color: #000000;
    line-height: 10px;
}

.contact-ret-ta {
    position: relative;
    top: 215px;
    left: 600px;
    color: #000;
    font-weight: bold;
}

.contact-ret-staff {
    position: relative;
    top: 205px;
    left: 800px;
    color: #000;
    font-weight: bold;
}

.contact-res-a {
    position: relative;
    top: 185px;
    left: 472px;
    color: #000;
    font-weight: bold;
}

.contact-res-b {
    position: relative;
    top: 162px;
    left: 679px;
    color: #000;
    font-weight: bold;
}

.contact-res-c {
    position: relative;
    top: 139px;
    left: 803px;
    color: #000;
    font-weight: bold;
}

.contact-ext-staff {
    position: relative;
    top: 185px;
    left: 437px;
    color: #000;
    font-weight: bold;
}

.contact-ext-staff1 {
    position: relative;
    top: 161px;
    left: 600px;
    color: #000;
    font-weight: bold;
}

.contact-ext-staff2 {
    position: relative;
    top: 137px;
    left: 808px;
    color: #000;
    font-weight: bold;
}

.contact-training {
    position: relative;
    top: -110px;
    left: 930px;
    color: #000;
    font-weight: bold;
}

.contact-training1 {
    position: relative;
    top: -135px;
    left: 1130px;
    color: #000;
    font-weight: bold;
}

.newstripe {
    padding-bottom: 10px;
    height: auto;
    background: repeating-linear-gradient(90deg,
        #606dbc,
        #606dbc 10px,
        #fff 10px,
        #fff 0px);
}

/*traiing department*/
.ret-summit {
    font-size: 70px;
    font-weight: bold;
    color: #fff;
    font-weight: bolder;
    line-height: 70px;
    text-transform: uppercase;
    text-shadow: 1px 2px 2px #1A237E;
    text-align: left;
    position: absolute;
    top: 1000px;
    left: 20%;
    width: 500px;
    background-color: darkgray;
    padding: 40px;
    border-radius: 3px;
    transform: translate(-50%, -50%);
    opacity: 80%;
}

.section-training {
    position: relative;
    z-index: 1;
    background-color: #fff;
    width: 100%;
    top: 10;
    padding-top: 70px;
}

/*Video*/
.background-video {
    width: 100vw;
    height: 120vh;
    object-fit: center;
    /*    position: relative;*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*    z-index: -1;*/
    padding-bottom: 50px;
}

.videos {
    width: 20%;
    padding: 10px 0 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.vid-gallery {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

main {
    background-color: none;
    font-size: 2rem;
    margin-top: 20vh;
    padding: 10px;
    position: relative;
}


.responsive {
    width: 50%;
    height: 50%;
}


.vid-contents {
    width: 100%;
    margin: 0 auto;
}

.videos .vids {
    display: flex;
    flex-flow: wrap;
    float: left;
}

.videos .vids a {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    width: 400px;
    height: 200px;
    margin: 0 0 20px 10px;
}

.videos .vids a:hover span {
    opacity: 1;
    transition: opacity 1s;
}

.videos .vids span {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 15px;
    transition: opacity 1s;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.transbox {
    background-color: rgba(180, 207, 189, 0.13);
    overflow-x: hidden;
}

.transbox p {
    color: #000000;
}

.container .videos video {
    width: 95%;
    height: 100px;
    margin: 10px;
    object-fit: cover;
    cursor: pointer;
    transition: 0.2s;
}

.bgvideo {
    background: url("../img/training/bgvideo.png") center;
    background-repeat: no-repeat;
    /*    background-attachment: fixed;*/
    background-size: 100% 100%;
}



/*Research Properties*/
.dashboard-bg {
    /*    height: 600px;*/
    background-color: black;
    margin-top: -100px;
    padding-top: 150px;
    background: url("../img/background/bgneust.png") center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.services {
    font-family: 'Glacial Indifference', sans-serif;
    color: #31404B;
    text-transform: uppercase;
    font-weight: lighter;
    text-align: center;
    font-size: 53px;
    margin-bottom: -20px;
}

/*Faculty Profile*/
.orcid {
    margin-top: -13px;
    color: black;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/*Reports*/

.sum_report {
    text-decoration: underline;
    float: right;
    color: #0D6EFD;
    font-size: 15px;
}

.gridy {
    display: grid;
    align-items: center;
    height: 100vh;
}

.smally {
    font-size: 10px;
}

.linky {
    position: relative;
    top: 10px;
    left: 20px;
    padding-right: 25px;
}

.dropy-container {
    &:hover .dropy {
        display: block;
        width: 400px;
    }

    .dropy {
        display: none;
        position: absolute;
        top: 25px;
        left: 0px;
        z-index: 1;

        a {
            display: block;
            padding: 5px 0px 5px 5px;
        }
    }
}

.pre-scrolly {
    max-height: 350px;
    overflow-y: auto;
}

.btnrepsize {
    width: 100px;
    padding: 5px;

}

.printmargin {
    margin-top: -100px;
}