/*
    Project Name: NEUST Website VPRET 
    URL: https://neust.edu.ph/neustvpret.ph
    Author: Emmanuel C. Navarro, MSIT
    Date: July 9, 2019
*/

body {
    background: #fff;
    color: #444;
    font-family: family-name|generic-family|initial|inherit;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

a {
    color: #007bff;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #0b6bd3;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

/*banner page*/

.bannerpage {
    text-align: center;

}

.hero-area .block h1 {
    font-size: 60px;
    color: #33FCFF;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.hero-area {
    background-size: cover;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

    .block {
        text-align: center;
        z-index: 99;

        .video-button {

            a {
                background: white;
                display: inline-block;
                height: 60px;
                width: 60px;
                border-radius: 50px;
                line-height: 60px;
                font-size: 20px;
                margin-left: 3px;
                color: #007BFF;
            }
        }

        h1 {
            font-size: 70px;
            color: white;
            text-transform: capitalize;
            font-weight: 700;
            margin-bottom: 20px;

            @include desktop {
                font-size: 60px;
            }

            @include tablet {
                font-size: 48px;
            }
        }



        .btn-transparent {
            margin-top: 40px;
            border-color: white;
            padding: 14px 50px;
            font-size: 18px;
            font-size: 16px;
            font-weight: bold;
            letter-spacing: 1px;
        }
    }
}

.hero-video {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.overlay {
    position: relative;

    &::before {
        content: '';
        background: rgba(0, 0, 0, 0.63);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        left: 0;
    }
}

.dark-bg {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}

/*.btn {
    background-color: transparent;
    color: #007BFF;
    padding: 10px 30px;
    border-radius: 0;
    font-weight: bolder;
    font-size: 20px;
    transition: all .3s ease-in 0s;
}*/

.p-text-banner {
    color: white;
    font-size: 20px;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 3%;
    text-shadow: 2px 2px #000000;
}

.img-banner {
    background: white;
    display: inline-block;
    height: 60px;
    width: 60px;
    border-radius: 50px;
    line-height: 60px;
    font-size: 20px;
    margin-left: 3px;
    color: #007BFF;

}

/*************************************/
/*abouts*/
/*************************************/

#about {
    color: #303030;
}

.about {
    margin: 0;
    background-color: aqua;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    padding-bottom: 40px;
}

.about:after {
    width: 100%;
    content: "";
    display: block;
    height: 1200px;
    position: absolute;
    top: 60%;
    left: 0px;
    transform-origin: top right;
    -webkit-transform: skewY(-15deg);
    -moz-transform: skewY(-15deg);
    -ms-transform: skewY(-15deg);
    -o-transform: skewY(-15deg);
    transform: skewY(-15deg);
    background-color: #3F9BFF;
    z-index: 2;
    padding-bottom: 40px;
}

.content-wrapper {
    position: relative;
    padding-top: 20px;
    z-index: 3;
    padding-left: 50px;
    font-family: Montserrat;
    font-size: 17px;
    /*color: #1B1B1B;*/
    color: #242d2d;
    text-align: justify;
}

.about-caption {
    margin: 0;
    font-size: 11px;
    font-style: italic;
    font-family: Montserrat;
    color: #037bfd;
    font-weight: normal;
}


/*************************************/
/*products*/
/*************************************/
.products {
    background: #F5F5F5;
    overflow-x: hidden;
}

.products-content {
    position: relative;
    padding-top: 50px;
    z-index: 3;
    font-family: Montserrat;
    font-size: 17px;
    color: #1B1B1B;
    text-align: justify;
}

.products-text {
    margin: 0;
    padding-top: 20px;
    font-size: 25px;
    font-weight: bolder;
    text-align: center;
    font-family: Montserrat;
}

.products-caption {
    margin: 0;
    font-size: 14px;
    font-style: italic;
    text-align: center;
    font-family: Montserrat;
}

.products-indicator {
    padding-top: 100px;
}

.products-header {
    /*font-style: italic;*/
    font-weight: bolder;
    text-align: center;
    text-transform: uppercase;
    /*font-size: 30px;*/
}


.bubbles {
    display: inline-block;
    font-family: arial;
    position: relative;
}

.bubbles h3 {
    position: relative;
    margin: 1em 0 0;
    /*font-family: 'Luckiest Guy', cursive;*/
    font-family: Montserrat;
    color: #fff;
    text-shadow: 1px 2px 2px black;
    /*color: #3F9BFF;*/
    z-index: 2;
}

.individual-bubble {
    position: absolute;
    border-radius: 100%;
    bottom: 10px;
    background-color: #fff;
    z-index: 1;
}

.center-outer {
    display: table;
    width: 100%;
    height: 100%;
}

.center-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}


.section-bg-products {
    background: #3F9BFF;
    height: 700px;
}






/* Organization Section
--------------------------------*/
.section-bg-organization {
    background: #F5F5F5;
    height: 550px;
}


#organization .section-header {
    margin-bottom: 40px;
}

#organization .organization-item .organization-img {
    width: 240px;
    height: 150px;
    /*border-radius: 25%;*/
    border: 4px solid #fff;
    float: left;
}

#organization .organization-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 40px 0 5px 0;
    color: #111;
    margin-left: 270px;
}

#organization .organization-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 15px 0;
    margin-left: 270px;
}

#organization .organization-item p {
    font-style: italic;
    text-align: justify;
    margin: 0 0 15px 270px;
}

#organization .owl-nav,
#organization .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#organization .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

#organization .owl-dot.active {
    background-color: #007bff;
}


/*Video Page*/
#myVideo {
    position: relative;
    right: 0;
    bottom: 0;
    max-width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    z-index: 997;
}

.content {
    position: relative;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -285px;
    overflow-x: hidden;
    z-index: 997;
}

#videoBtn {
    width: 200px;
    font-size: 16px;
    padding: 10px;
    border: none;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    border-radius: 18%;
    background-color: #0069ff;
    border-radius: 18px;
    transition: background .2s ~ease;



}

#videoBtn:hover {
    background: #1A1F7C;
    color: white;
}


#player-overlay {
  position: absolute;
  display: none;
  top: 0;
  left: 50px;
  width: 100%;
  height: 100%;
  background-color: #000        
    z-index:999;
}

video {
  width: 100%;
  max-height: 100%;
}

.video-label{
    text-align: justify;
    font-size: 13px;
    margin-bottom: 10px;
}    

/* Portfolio Section
--------------------------------*/
.section-bg-portfolio {
    background: #FCFCFC;
    overflow: hidden;
}

#portfolio {
   /* padding-bottom: 20px;*/
    /*box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);*/
}

#portfolio #portfolio-flters {
    padding: 0;
    margin: 5px 0 35px 0;
    list-style: none;
    text-align: center;
}

#portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 15px 15px 15px 0;
    display: inline-block;
    padding: 6px 20px;
    font-size: 12px;
    line-height: 20px;
    color: #007bff;
    border-radius: 50px;
    text-transform: uppercase;
    background: #ecf5ff;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
    background: #007bff;
    color: #fff;
}

#portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

#portfolio .portfolio-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

#portfolio .portfolio-item .portfolio-wrap {
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    margin: 0;
}

#portfolio .portfolio-item .portfolio-wrap:hover img {
    opacity: 0.4;
    transition: 0.3s;
    width: 5;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    opacity: 0;
    transition: 0.2s linear;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
    font-size: 22px;
    line-height: 1px;
    font-weight: 700;
    margin-bottom: 14px;
    padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
    color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
    color: #007bff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
    padding: 0;
    margin: 0;
    color: #e2effe;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
    display: inline-block;
    line-height: 1;
    text-align: center;
    width: 36px;
    height: 36px;
    background: #007bff;
    border-radius: 50%;
    margin: 10px 4px 0 4px;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
    padding-top: 6px;
    font-size: 22px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
    background: #3395ff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
    color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap:hover {
    background: #003166;
}

#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}

.gallery-title {
    font-size: 50px;
    color: white;
    font-weight: 400;
    font-family: Montserrat;
}


/*Footer Section*/
.footer {
    position: relative;
    padding: 25px;
    height: 100%;
    z-index: 3;
    font-family: Montserrat;
    font-size: 14px;
    color: #1B1B1B;
    /*color: #97C9FF;*/
    text-align: justify;
    background: rgba(0, 255, 255, 0.5);
    overflow-x: hidden;
}

.footer1 {
    padding: 25px;
    /*color: #1B1B1B; */
    background-color: #3F9BFF;
    overflow-x: hidden;
    color: #FFFFFF;
}

.author {
    margin-left: 30%;
    margin-right: 24%;
    text-align: right;
}

.footer-social {
    font-size: 40px;
    color: #007BFF;
    padding-bottom: 45px;
}

.footer-location {
    font-size: 40px;
    color: #007BFF;
    float: left;
}

.footer-location-content {
    margin-left: 60px;
    padding-top: 8px;
}


/*Header */
#header {
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 20px 0;
    background: #ffffff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled,
#header.header-pages {
    height: 60px;
    padding: 10px 0;
}

#header .logo h1 {
    font-size: 18px;
    padding-left: 10px;
    margin: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    vertical-align: middle;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #33FCFF;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    /*margin: 7px 0;*/
    max-height: 42px;
}

.main-pages {
    margin-top: 60px;
}

/*Content Paragraphs - Logo
--------------------------------------------------------------*/

.logotxt {
    color: #007BFF;
    font-weight: bolder;
    font-size: large;
    vertical-align: middle;
    word-spacing: 1px;
    /*padding-left: 10px;*/
}

.navitxt {
    color: #1A1F7C;
    font-weight: bolder;
    font-size: large;
    vertical-align: middle;
    word-spacing: 1px;
    padding-right: 50px;
}

.headtitle {
    margin: 0;
    padding: 0;
    padding-top: 15px;
    color: #ffffff;
    font-size: 30px;
    font-weight: bolder;
    text-shadow: 1px 2px 2px black;
    text-align: center;
}

.headoffice {
    margin: 0;
    padding: 0;
    padding-top: 15px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bolder;
    text-shadow: 1px 2px 2px black;
    text-align: center;
    text-transform: uppercase;
}

.headadd {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    text-shadow: 1px 2px 2px black;
    text-align: center;
}

.paragraphtitle {
    margin: 0;
    padding-bottom: 30px;
    color: #F1C40F;
    font-weight: bolder;
    text-shadow: 1px 2px 2px black;
    text-transform: uppercase;
    font-family: Montserrat;  
    padding-left: 20px;
    padding-right: 20px;  
}



/*Navigation*/
.main-nav,
.main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
    /*overflow: hidden;*/
}

.main-nav>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.main-nav a {
    display: block;
    position: relative;
    color: #007BFF;
    padding: 8px 12px;
    transition: 0.5s;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}

.main-nav .active>a {
    color: #EEC212;
    text-transform: uppercase;
}

.main-nav a:hover,
.main-nav li:hover>a {
    color: #EEC212;
    text-decoration: none;
    background: #004289;
}

.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.main-nav .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main-nav .drop-down li {
    min-width: 180px;
    position: relative;
}

.main-nav .drop-down ul a {
    padding: 20px 15px;
    font-size: 13px;
    color: #004289;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul li:hover>a {
    color: #EEC212;
    background: #004289;
}

.main-nav .drop-down>a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.main-nav .drop-down .drop-down>a {
    padding-right: 35px;
}

.main-nav .drop-down .drop-down>a:after {
    content: "\f105";
    position: absolute;
    right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: #fff;
    /*rgba(19, 39, 57, 0.8);*/
    transition: 0.4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #1A1F7C;
    padding: 10px 20px;
    font-weight: 500;
    font-weight: bold;
}

.mobile-nav .active>a {
    text-transform: uppercase;
    color: #EEC212;
    text-decoration: none;
    font-weight: bold;
}

.mobile-nav a:hover,
.mobile-nav li:hover>a {
    color: #EEC212;
    text-decoration: none;
    background: #1A1F7C;
    font-weight: bold;
}

.mobile-nav .drop-down>a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\f077";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    margin: 18px 18px 0 0;
    color: #004289;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(19, 39, 57, 0.8);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}





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

#myBtn:hover {
    background-color: #1A1F7C;
}









/*Media */

@media (min-width: 992px) {
    #organization .organization-item p {
        width: 80%;
    }
}

@media (max-width: 991px) {
    #header {
        height: 60px;
        padding: 10px 0;
    }

    #header .logo h1 {
        font-size: 28px;
        padding: 8px 0;
    }

    #intro {
        padding: 140px 0 60px 0;
    }

    #intro .intro-img {
        width: 80%;
        float: none;
        margin: 0 auto 25px auto;
    }

    #intro .intro-info {
        width: 80%;
        float: none;
        margin: auto;
        text-align: center;
    }

    #why-us .card {
        margin: 0;
    }
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

@media (max-width: 767px) {
    #intro .intro-info {
        width: 100%;
    }

    #intro .intro-info h2 {
        font-size: 34px;
        margin-bottom: 30px;
    }

    .section-header p {
        width: 100%;
    }

    #organization .organization-item {
        text-align: center;
    }

    #organization .organization-item .organization-img {
        float: none;
        margin: auto;
    }

    #organization .organization-item h3,
    #organization .organization-item h4,
    #organization .organization-item p {
        margin-left: 0;
    }
}

@media (max-width: 574px) {
    #intro {
        padding: 100px 0 20px 0;
    }
}

/* Prelaoder */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #007bff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*Dashboard*/

.dashboard {
  height: auto;
  background-color: #F3ECD6;
  border: none;
  padding: 30px;
  font-size: 16px;
  opacity: 0.6;
  transition: 0.3s;
}

.dashboard-rowhead {
  background-color: #167BB5;
  text-transform: uppercase;
  color: #fff  
}


.dashboard-divider{
 background-image: url('../img/eelbg.jpg');
    background-position: center;
    background-size: cover;
    padding-bottom: 20px;
}

.dashboard-divider1{
 background-image: url('../img/eelbg.jpg');
    background-position: center;
    background-size: cover;
    padding-bottom: 20px;
    height: 700px;
}

.dashboard-login{
 background-image: url('../img/eelbg.jpg');
    background-position: center;
    background-size: cover;
    height: 670px;
}

.dashboard-panel {
    height: 250px;
    background: rgba(165, 164, 157, 0.75);
}


.bodymain {
  margin-top: 50px;
  margin-bottom: 100px;
}

.dashboard-content {
  background-color: #ffffff;
  /*height: 200px;*/
  padding: 10px;
  max-width: 100%;
  color: #2D2D31;
} 

.dashboard-content1 {
  background-color: #f4e9c6;
  /*height: 200px;*/
  padding: 10px;
  max-width: 100%;
  color: #2D2D31;
} 

.dashboard-content2 {
  background-color: #ffffff;
  /*height: 200px;*/
  padding: 10px;
  max-width: 100%;
  color: #2D2D31;
} 

.boxanimate {
  /*background-color: #f4511e;*/
  border: none;
  padding: 20px 32px;
  text-align: center;
  font-size: 16px;
  opacity: 0.6;
  transition: 0.3s;
}

.boxanimate:hover {
  opacity: 1;
  font-weight: bolder;
  /*padding: 30px 0px;*/
  color: #ECC013;
  margin: 30px 0px;
}

.txtcontent {
  font-size: 80px;
  margin-top: 5px;
}

#filtersubmit {
  position: relative;
  z-index: 1;
  left: 25px;
  top: 1px;
  color: #7B7B7B;
  cursor: pointer;
  width: 0;
}
