 
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #cc1616;
  text-decoration: none;
}

a:hover {
  color: #e82d2d;
  text-deacoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;

}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  background: #008bc3;
  color: #fff;
  transition: all 0.4s;
    border-radius: 60px;
}

.back-to-top i:hover {
  background: #e72323;
  color: #fff;
}


.social-media-fb{
  position: fixed;
  right: 195px;
  bottom: 13px;
  z-index: 99999;

}
.social-media-ig{
  position: fixed;
  right: 150px;
  bottom: 12px;
  z-index: 99999;
}
.social-media-tw{
  position: fixed;
  right: 105px;
  bottom: 13px;
  z-index: 99999;
}
.social-media-yt{
  position: fixed;
  right: 60px;
  bottom: 13px;
  z-index: 99999;
}
.social-media-tiktok{
  position: fixed;
  right: 60px;
  bottom: 13px;
  z-index: 99999;
}

.social-media-icon img:hover {
  height: 45px;
  height: 45px;

}

.social-media-icon img {
  height: 40px;
  display: flex;
  transition: all 0.1s;
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }

  .back-to-top {
  position: fixed;
  display: none;
  bottom: 15px;
  z-index: 99999;

}


.back-to-top i {

  font-size: 24px;
  width: 30px;
  height: 30px;
}

  .social-media-icon img {
  height: 30px;
  display: flex;
  transition: all 0.4s;
  }

.social-media-fb{
  right: 153px;
}
.social-media-ig{
  right: 120px;
}
.social-media-tw{
  right: 90px;
}
.social-media-yt{
  right: 90px;
}
}

/*--------------------------------------------------------------
# Preloader

#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 #007bff;
  border-top-color: #efefef;
  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% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Top Bar 
--------------------------------------------------------------*/


#topbar { /* Top Header Background*/
  height: 120px;
  font-size: 14px;
  transition: all 0.5s;
  color: rgba(255, 255, 255, 0.6);
  text-align:   right;
    background-color: #007bff;
  background-image: -webkit-linear-gradient(-125deg, #007bff 50%, #fefefe 35%);
}

#topbar #topbar_div img{  /*top Icons*/

  margin-top: 20px;
}


#topbar #topbar_div1 h1{
  color:  yellow;
float:  left; 
font-family:Parkway Lush;
font-size:  90px;
margin-left:  120px;
margin-top:   -10px;
}


#topbar #topbar_div1 #tagline{
 color:  yellow;
font-family:Century Gothic;
font-size: 25px;
float:  left; 
margin-left:  20px;
margin-top:  30px;
text-decoration: underline  ;
}

    
#topbar .contact-info .lcuplogo{ /*top Lcup logo*/
width: 120px;
height: 110px;
float: left;
padding-right: 10px;
}

.topname{
font-size:20px; 
letter-spacing: 7px;
font-family: century gothic;
color: #007bff; 
float: left;
}

.topname2{
font-size:12px; 
letter-spacing: 4px;
font-family: Adobe Gothic Std;
color: #212529; 
margin-top: -10px;
background-color: yellow;
float: left;
}


#topbar .contact-info a {
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
}
#topbar .contact-info .lcupname {
  font-family: century gothic;
    color: #007bff;
    font-size: 50px;
  margin-bottom: -10px;
  float: left;
 
}

#topbar .contact-info a:hover {
  color: #fff;
}

#topbar .contact-info i {
  color: #cc1616;
  padding-right: 4px;
}

#topbar .contact-info i.icofont-phone {
  margin-left: 15px;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.5);
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #fff;
}

#topbar .social-links a:first-child {
  border-left: 0;
}



@media (max-width: 736px) {

 #topbar { /* Top Header Background*/
      max-height: 80px;
      color: rgba(255, 255, 255, 0.6);
      text-align:   right;
      background-image: -webkit-linear-gradient(140deg, #007bff 30%, #fefefe 30%);
      margin-top:10px;
       background-color: #fefefe;

 }
 #topbar_div{ /*top div of icons*/
  background-color: #007bff;
  padding:10px;
 }

#topbar .contact-info .lcupname {  /*La Consolacion*/
  margin-bottom: -5px;
  font-size: 22px;
 }

#topbar .contact-info .topname{ /*University Philippines*/
    font-size:10px; 
    margin-right: 60px;
    letter-spacing: .1rem;

    }
 #topbar .contact-info .topname2{ /*The catholic university of bulacan*/
    font-size:8px; 
    letter-spacing: .0rem;
  
    }

#topbar .contact-info .lcuplogo{  /*top Lcup logo*/
width: 60px;
height: 50px;
}

#topbar #topbar_div img{ /*top Icons*/
  height: 30px;
  width: 30px;
  margin-right: 5px;
  margin-top: 0;
  float: right;
}

    .carouselbg{
        height: 185px;
      margin-top: 23px;
    }
    .carousel
    {
     top:-90px;
    }

    .carouselbg .carousel a { 
      top:80px;
    }
    .carousel-indicators{
      width: 0px;
    }


}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgba(52, 58, 64, 0.2);
  transition: all 0.5s;
 /* position:   absolute; 
  width:  100%;
  z-index: 997;
  top: 120px;*/
    background-color: #007bff;
    border-top: 1px solid #00A3FF;
    border-bottom: 2px solid #00598B;
}


#header.header-scrolled {
  margin-top: 10;
  background: rgba(0, 0, 0, 0.9);
    background-color: #007bff;
    border-top: 1px solid #00A3FF;
    border-bottom: 1px solid #00598B;

}


@media (max-width: 992px) {
  #header {
    top: 0;
    padding: 15px 0;
    width:  100%;
    top: 55px;
    height: 40px;
  }

}
@media (max-width: 575px) {

    #header {
  display: none
  }

    #header .container img 
    {
      top:   -25px;
      height: 80px;
      width: 80px;
    }
  #header .logo {
    font-size: 28px;
    margin-left:  100px;
    top:   -80px;
  }
    #header .logo a{
    top:5px;
    position:   absolute; 
  }
}

.header-inner-pages {
  background: rgba(0, 0, 0, 0.9) !important;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  left: -200px;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 16px 10px;
  margin-left: 5px;
    left:-100px;
  transition: 0.3s;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu > ul > li:hover {
  background: #00078b;

}

.nav-menu .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: 0.3s;
}

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

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

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  color: #191919;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #fff;
  background-color: #0d6efd;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}


.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
  background-color: #fefefe;
}

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

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

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}


@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    right: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    right: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\eaa0";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  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 {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

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

.mobile-nav a {
  display: block;
  position: relative;
  color: #191919;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #e82d2d;
  text-decoration: none;
}

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

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

.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-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

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

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

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

/*--------------------------------------------------------------
# Hero K-10 Banner Section
--------------------------------------------------------------*/
#hero_kto10 {
  width: 100%;
  background: url("../../images/academics/k-10_banner.jpg") top center;
  background-repeat: no-repeat;
  position: relative;
}

#hero_kto10:before {
  content: "";
  /*background: rgba(0, 0, 0, 0.5);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero_kto10 .container {
  padding-top: 120px;
  width: 100%;
}

#hero_kto10 h2 {
  color: black;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 34px;
  background-color: #FCD600;
  opacity: 0.8;
  width:  65%;
 margin: 0 0 10px 0;
 padding-left:  20px;
}

#hero_kto10 .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 5px 14px;
  transition: 0.5s;
  border: 2px solid #fff;
  background-color:   #007bff;
  color: #fff;
}

#hero_kto10 .btn-get-started:hover {
  background: #cc1616;
  border-color: #cc1616;
}

@media (min-width: 1024px) {
  #hero_kto10 {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero_kto10 {
    text-align: center;
    height:   250px;
    top:65px;

  }
  #hero_kto10 .container {
    padding-top: 40px;
  }
  #hero_kto10 .container label {
    font-size: 10px;
  }
  #hero_kto10 .container  a {
    font-size: 8px;
    margin-left:   240px;

  }
  #hero_kto10 h2 {
    font-size: 14px;
      padding-left:  0;
     width:  100%;
     padding:   5px;
  }
}

/*--------------------------------------------------------------
# Hero SHS Banner Section
--------------------------------------------------------------*/
#hero_shs {
  width: 100%;
  background: url("../../images/academics/.jpg") top center;
  background-repeat: no-repeat;
  position: relative;
}

#hero_shs:before {
  content: "";
  /*background: rgba(0, 0, 0, 0.5);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero_shs .container {
  padding-top: 120px;
  width: 100%;
}

#hero_shs h2 {
  color: black;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 34px;
  background-color: #FCD600;
  opacity: 0.8;
  width:  65%;
 margin: 0 0 10px 0;
 padding-left:  20px;
}

#hero_shs .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 5px 14px;
  transition: 0.5s;
  border: 2px solid #fff;
  background-color:   #007bff;
  color: #fff;
}

#hero_shs .btn-get-started:hover {
  background: #cc1616;
  border-color: #cc1616;
}

@media (min-width: 1024px) {
  #hero_shs {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero_shs {
    text-align: center;
    height:   250px;
    top:65px;

  }
  #hero_shs .container {
    padding-top: 40px;
  }
  #hero_shs .container label {
    font-size: 10px;
  }
  #hero_shs .container  a {
    font-size: 8px;
    margin-left:   240px;

  }
  #hero_shs h2 {
    font-size: 14px;
      padding-left:  0;
     width:  100%;
     padding:   5px;
  }
}

/*--------------------------------------------------------------
# Hero College Banner Section
--------------------------------------------------------------*/
#hero_college {
  margin-top:  50px;
  height: 50vh;  
}


#hero_college .container {

  width: 100%;
}

 

@media (min-width: 1024px) {
  #hero_college {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero_college {
    text-align: center;
    height:   250px;
    top:65px;

  }
  #hero_college .container {
    padding-top: 40px;
  }
  #hero_college .container label {
    font-size: 10px;
  }
  #hero_college .container  a {
    font-size: 8px;
    margin-left:   240px;

  }
  #hero_college h2 {
    font-size: 14px;
      padding-left:  0;
     width:  100%;
     padding:   5px;
  }
}

/*--------------------------------------------------------------
# Hero Alternative College Banner Section
--------------------------------------------------------------*/
#hero_alt-col {
  width: 100%;
  background: url("../../images/academics/.jpg") top center;
  background-repeat: no-repeat;
  position: relative;
}

#hero_alt-col:before {
  content: "";
  /*background: rgba(0, 0, 0, 0.5);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero_alt-col .container {
  padding-top: 120px;
  width: 100%;
}

#hero_alt-col h2 {
  color: black;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 34px;
  background-color: #FCD600;
  opacity: 0.8;
  width:  65%;
 margin: 0 0 10px 0;
 padding-left:  20px;
}

#hero_alt-col .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 5px 14px;
  transition: 0.5s;
  border: 2px solid #fff;
  background-color:   #007bff;
  color: #fff;
}

#hero_alt-col .btn-get-started:hover {
  background: #cc1616;
  border-color: #cc1616;
}

@media (min-width: 1024px) {
  #hero_alt-col {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero_alt-col {
    text-align: center;
    height:   250px;
    top:65px;

  }
  #hero_alt-col .container {
    padding-top: 40px;
  }
  #hero_alt-col .container label {
    font-size: 10px;
  }
  #hero_alt-col .container  a {
    font-size: 8px;
    margin-left:   240px;

  }
  #hero_alt-col h2 {
    font-size: 14px;
      padding-left:  0;
     width:  100%;
     padding:   5px;
  }
}

/*--------------------------------------------------------------
# Hero TESDA Programs Banner Section
--------------------------------------------------------------*/
#hero_tesda {
  width: 100%;
  background: url("../../images/academics/.jpg") top center;
  background-repeat: no-repeat;
  position: relative;
}

#hero_tesda:before {
  content: "";
  /*background: rgba(0, 0, 0, 0.5);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero_tesda .container {
  padding-top: 120px;
  width: 100%;
}

#hero_tesda h2 {
  color: black;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 34px;
  background-color: #FCD600;
  opacity: 0.8;
  width:  65%;
 margin: 0 0 10px 0;
 padding-left:  20px;
}

#hero_tesda .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 5px 14px;
  transition: 0.5s;
  border: 2px solid #fff;
  background-color:   #007bff;
  color: #fff;
}

#hero_tesda .btn-get-started:hover {
  background: #cc1616;
  border-color: #cc1616;
}

@media (min-width: 1024px) {
  #hero_tesda {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero_tesda {
    text-align: center;
    height:   250px;
    top:65px;

  }
  #hero_tesda .container {
    padding-top: 40px;
  }
  #hero_tesda .container label {
    font-size: 10px;
  }
  #hero_tesda .container  a {
    font-size: 8px;
    margin-left:   240px;

  }
  #hero_tesda h2 {
    font-size: 14px;
      padding-left:  0;
     width:  100%;
     padding:   5px;
  }
}
/*--------------------------------------------------------------
# Hero Graduate Studies Banner Section
--------------------------------------------------------------*/
#hero_grad-studies {
  width: 100%;
  background: url("../../images/academics/.jpg") top center;
  background-repeat: no-repeat;
  position: relative;
}

#hero_grad-studies:before {
  content: "";
  /*background: rgba(0, 0, 0, 0.5);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero_grad-studies .container {
  padding-top: 120px;
  width: 100%;
}

#hero_grad-studies h2 {
  color: black;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 34px;
  background-color: #FCD600;
  opacity: 0.8;
  width:  65%;
 margin: 0 0 10px 0;
 padding-left:  20px;
}

#hero_grad-studies .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 5px 14px;
  transition: 0.5s;
  border: 2px solid #fff;
  background-color:   #007bff;
  color: #fff;
}

#hero_grad-studies .btn-get-started:hover {
  background: #cc1616;
  border-color: #cc1616;
}

@media (min-width: 1024px) {
  #hero_grad-studies {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero_grad-studies {
    text-align: center;
    height:   250px;
    top:65px;

  }
  #hero_grad-studies .container {
    padding-top: 40px;
  }
  #hero_grad-studies .container label {
    font-size: 10px;
  }
  #hero_grad-studies .container  a {
    font-size: 8px;
    margin-left:   240px;

  }
  #hero_grad-studies h2 {
    font-size: 14px;
      padding-left:  0;
     width:  100%;
     padding:   5px;
  }
}



/*--------------------------------------------------------------
# Hero News Banner Section
--------------------------------------------------------------*/
#hero_news {
  width: 100%;
  background: url("../../images/lcupnews/news_banner.jpg") top center;
  background-repeat: no-repeat;
  position: relative;
}

#hero_news:before {
  content: "";
  /*background: rgba(0, 0, 0, 0.5);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero_news .container {
  padding-top: 120px;
  width: 100%;
}

#hero_news h1 {
  color: #fefefe;
  margin-bottom: -10px;
  font-weight: 700;
  font-size: 50px;
  width:  65%;
 margin-left: 40px;
 letter-spacing: 7px;
font-family: century gothic;

}

#hero_news h2 {
  color: yellow;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 40px;
  width:  65%;

 margin-left: 40px;

}

#hero_news .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 5px 14px;
  transition: 0.5s;
  border: 2px solid #fff;
  background-color:   #007bff;
  color: #fff;
}

#hero_news .btn-get-started:hover {
  background: #cc1616;
  border-color: #cc1616;
}

@media (min-width: 1024px) {
  #hero_news {
    background-attachment: fixed;
  }
}

@media (max-width: 736px) {
  #hero_news {
    text-align: center;
    height:   150px;
    margin-top:25px;
     background: url("../../images/lcupnews/news_banner.jpg");
  }

  #hero_news h1 {
      margin-bottom: -10px;
      font-size: 25px;
     margin-left:60px;
    }

  #hero_news .container {
    padding-top: 40px;
  }
  #hero_news .container label {
    font-size: 10px;
  }
  #hero_news .container  a {
    font-size: 8px;
    margin-left:   240px;

  }
  #hero_news h2 {
    font-size: 12px;
     padding:   5px;
       margin-left:60px;
  }
}

/*--------------------------------------------------------------
# Hero Alumni Banner Section
--------------------------------------------------------------*/
#hero_alumni {
  width: 100%;
  background: url("../../images/academics/.jpg") top center;
  background-repeat: no-repeat;
  position: relative;
}

#hero_alumni:before {
  content: "";
  /*background: rgba(0, 0, 0, 0.5);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero_alumni .container {
  padding-top: 120px;
  width: 100%;
}

#hero_alumni h2 {
  color: black;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 34px;
  background-color: #FCD600;
  opacity: 0.8;
  width:  65%;
 margin: 0 0 10px 0;
 padding-left:  20px;
}

#hero_alumni .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 5px 14px;
  transition: 0.5s;
  border: 2px solid #fff;
  background-color:   #007bff;
  color: #fff;
}

#hero_alumni .btn-get-started:hover {
  background: #cc1616;
  border-color: #cc1616;
}

@media (min-width: 1024px) {
  #hero_alumni {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero_alumni {
    text-align: center;
    height:   250px;
    top:65px;

  }
  #hero_alumni .container {
    padding-top: 40px;
  }
  #hero_alumni .container label {
    font-size: 10px;
  }
  #hero_alumni .container  a {
    font-size: 8px;
    margin-left:   240px;

  }
  #hero_alumni h2 {
    font-size: 14px;
      padding-left:  0;
     width:  100%;
     padding:   5px;
  }
}/*--------------------------------------------------------------
# Hero Extension Banner Section
--------------------------------------------------------------*/
#hero_extension {
  width: 100%;
  background: url("../../images/academics/.jpg") top center;
  background-repeat: no-repeat;
  position: relative;
}

#hero_extension:before {
  content: "";
  /*background: rgba(0, 0, 0, 0.5);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero_extension .container {
  padding-top: 120px;
  width: 100%;
}

#hero_extension h2 {
  color: black;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 34px;
  background-color: #FCD600;
  opacity: 0.8;
  width:  65%;
 margin: 0 0 10px 0;
 padding-left:  20px;
}

#hero_extension .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 5px 14px;
  transition: 0.5s;
  border: 2px solid #fff;
  background-color:   #007bff;
  color: #fff;
}

#hero_extension .btn-get-started:hover {
  background: #cc1616;
  border-color: #cc1616;
}

@media (min-width: 1024px) {
  #hero_extension {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero_extension {
    text-align: center;
    height:   250px;
    top:65px;

  }
  #hero_extension .container {
    padding-top: 40px;
  }
  #hero_extension .container label {
    font-size: 10px;
  }
  #hero_extension .container  a {
    font-size: 8px;
    margin-left:   240px;

  }
  #hero_extension h2 {
    font-size: 14px;
      padding-left:  0;
     width:  100%;
     padding:   5px;
  }
}/*--------------------------------------------------------------
# Hero Research Banner Section
--------------------------------------------------------------*/
#hero_research {
  width: 100%;
  background: url("../../images/academics/.jpg") top center;
  background-repeat: no-repeat;
  position: relative;
}

#hero_research:before {
  content: "";
  /*background: rgba(0, 0, 0, 0.5);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero_research .container {
  padding-top: 120px;
  width: 100%;
}

#hero_research h2 {
  color: black;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 34px;
  background-color: #FCD600;
  opacity: 0.8;
  width:  65%;
 margin: 0 0 10px 0;
 padding-left:  20px;
}

#hero_research .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 5px 14px;
  transition: 0.5s;
  border: 2px solid #fff;
  background-color:   #007bff;
  color: #fff;
}

#hero_research .btn-get-started:hover {
  background: #cc1616;
  border-color: #cc1616;
}

@media (min-width: 1024px) {
  #hero_research {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero_research {
    text-align: center;
    height:   250px;
    top:65px;

  }
  #hero_research .container {
    padding-top: 40px;
  }
  #hero_research .container label {
    font-size: 10px;
  }
  #hero_research .container  a {
    font-size: 8px;
    margin-left:   240px;

  }
  #hero_research h2 {
    font-size: 14px;
      padding-left:  0;
     width:  100%;
     padding:   5px;
  }
}/*--------------------------------------------------------------
# Hero Library Banner Section
--------------------------------------------------------------*/
#hero_library {
  width: 100%;
  background: url("../../images/academics/.jpg") top center;
  background-repeat: no-repeat;
  position: relative;
}

#hero_library:before {
  content: "";
  /*background: rgba(0, 0, 0, 0.5);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero_library .container {
  padding-top: 120px;
  width: 100%;
}

#hero_library h2 {
  color: black;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 34px;
  background-color: #FCD600;
  opacity: 0.8;
  width:  65%;
 margin: 0 0 10px 0;
 padding-left:  20px;
}

#hero_library .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 5px 14px;
  transition: 0.5s;
  border: 2px solid #fff;
  background-color:   #007bff;
  color: #fff;
}

#hero_library .btn-get-started:hover {
  background: #cc1616;
  border-color: #cc1616;
}

@media (min-width: 1024px) {
  #hero_library {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero_library {
    text-align: center;
    height:   250px;
    top:65px;

  }
  #hero_library .container {
    padding-top: 40px;
  }
  #hero_library .container label {
    font-size: 10px;
  }
  #hero_library .container  a {
    font-size: 8px;
    margin-left:   240px;

  }
  #hero_library h2 {
    font-size: 14px;
      padding-left:  0;
     width:  100%;
     padding:   5px;
  }
}/*--------------------------------------------------------------
# Hero Student affrairs Banner Section
--------------------------------------------------------------*/
#hero_stud-affairs {
  width: 100%;
  background: url("../../images/academics/.jpg") top center;
  background-repeat: no-repeat;
  position: relative;
}

#hero_stud-affairs:before {
  content: "";
  /*background: rgba(0, 0, 0, 0.5);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero_stud-affairs .container {
  padding-top: 120px;
  width: 100%;
}

#hero_stud-affairs h2 {
  color: black;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 34px;
  background-color: #FCD600;
  opacity: 0.8;
  width:  65%;
 margin: 0 0 10px 0;
 padding-left:  20px;
}

#hero_stud-affairs .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 5px 14px;
  transition: 0.5s;
  border: 2px solid #fff;
  background-color:   #007bff;
  color: #fff;
}

#hero_stud-affairs .btn-get-started:hover {
  background: #cc1616;
  border-color: #cc1616;
}

@media (min-width: 1024px) {
  #hero_stud-affairs {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero_stud-affairs {
    text-align: center;
    height:   250px;
    top:65px;

  }
  #hero_stud-affairs .container {
    padding-top: 40px;
  }
  #hero_stud-affairs .container label {
    font-size: 10px;
  }
  #hero_stud-affairs .container  a {
    font-size: 8px;
    margin-left:   240px;

  }
  #hero_stud-affairs h2 {
    font-size: 14px;
      padding-left:  0;
     width:  100%;
     padding:   5px;
  }
}

/*--------------------------------------------------------------
# Hero About LCUP Banner Section
--------------------------------------------------------------*/
#hero_about-lcup {
  width: 100%;
  background: url("../../images/academics/.jpg") top center;
  background-repeat: no-repeat;
  position: relative;
}

#hero_about-lcup:before {
  content: "";
  /*background: rgba(0, 0, 0, 0.5);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero_about-lcup .container {
  padding-top: 120px;
  width: 100%;
}

#hero_about-lcup h2 {
  color: black;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 34px;
  background-color: #FCD600;
  opacity: 0.8;
  width:  65%;
 margin: 0 0 10px 0;
 padding-left:  20px;
}

#hero_about-lcup .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 5px 14px;
  transition: 0.5s;
  border: 2px solid #fff;
  background-color:   #007bff;
  color: #fff;
}

#hero_about-lcup .btn-get-started:hover {
  background: #cc1616;
  border-color: #cc1616;
}

@media (min-width: 1024px) {
  #hero_about-lcup {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero_about-lcup {
    text-align: center;
    height:   250px;
    top:65px;

  }
  #hero_about-lcup .container {
    padding-top: 40px;
  }
  #hero_about-lcup .container label {
    font-size: 10px;
  }
  #hero_about-lcup .container  a {
    font-size: 8px;
    margin-left:   240px;

  }
  #hero_about-lcup h2 {
    font-size: 14px;
      padding-left:  0;
     width:  100%;
     padding:   5px;
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding-bottom: 60px;
  padding-top:  5px;
  overflow: hidden;
}

.section-title {
  text-align: center;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #191919;
  position: relative;
  z-index: 2;
}

.section-title span {
  position: absolute;
  top: 30px;
  color: #f4f4f4;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .section-title span {
    font-size: 38px;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about{
  margin-bottom: -100px;
  margin-top: -50px;
  background-image: url(images/homebanner/lcup_blue.jpg);  background-size: cover;
}

.about .content h3 {
  font-weight: 800;
  font-size: 25px;
  background-color: yellow;
  padding:5px;
  text-align: center;
}

.about .content ul {
  list-style: none;
  padding: 0;
  text-align: justify;
}

.about .content ul li {
  padding-bottom: 5px;
  font-weight: 500;
}
.about .content ul div {
background-color: #212529;
color: white;
width: 80%;
}


.about .content p:last-child {
  margin-bottom: 0;

}
/*--------------------------------------------------------------
# About Gallery
--------------------------------------------------------------*/
.about_gallery{
  margin-bottom: -60px;
margin-top: -10px;
}


.about_gallery h2 {
   color: #007bff;
   font-size:   35px;
 padding-left: 20px;
 font-weight:   800;

}
.about_gallery h3 {
  font-weight: 800;
    background-color: #007bff;
      color: #fefefe;
      font-size: 15px;
      padding:  10px ;
      padding-left:   15px;

}
.about_gallery h3:hover {

    background-color: #eff246;
    color: black;
}


/*--------------------------------------------------------------
# About k to 10
--------------------------------------------------------------*/

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


.about_kto12 .profile {
   height: 150px;
   width:  150px;
   border-radius:   15px;

}
.about_kto12 .img-icon {
   height:  20px;
   width:   20px;

}
.about_kto12 h1 {
    color: #007bff;

}
.about_kto12 h2 {
   color: #007bff;
   font-size:   20px;
 padding-left: 20px;
 font-weight:   900;

}
.about_kto12 h3 {
  font-weight: 800;
    background-color: #007bff;
      color: #fefefe;
      font-size: 15px;
      padding:  10px ;
      padding-left:   15px;

}
.about_kto12 h3:hover {

    background-color: #eff246;
    color: black;
}

.about_kto12 h4 {
  font-weight: 1000;
  font-size:  15px;
  color:#5c5b5b;
   padding-left: 20px;
}
.about_kto12 h5 {
  font-weight: 1000;
}
.about_kto12 .col-hr {
 border-top: 2px dashed gray;
}

.about_kto12 .col-title {  
font-size:  20px;
margin-bottom:  -10px;
}

.about_kto12 .col-content {  
font-size:  13px;
font-weight:700;
color: #2e2d2d;
}

.about_kto12 .col-content:hover {  
text-decoration:  underline;  
 color: #007bff;
}
.about_kto12 .bed_req {  
border: 3px solid #007bff;
padding: 20px;
border-radius: 20px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) ;
}

.about_kto12 .bed_shs {  
border: 3px solid #007bff;
padding: 20px;
}



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

.about_kto10 h3 {
  font-weight: 800;
    background-color: #007bff;
    text-align: center;
      color: #fefefe;
}

.about_kto10 h5 {
  font-weight: 800;
  text-decoration: underline;
}

.about_kto10 .grade {
  background-color: #007bff;
  padding: 3px;
  text-indent: 20px;
  color: yellow;
  width: 250px;

}

.about_kto10 .content ul {
  list-style: none;
  padding: 0;
  text-align: justify;
}

.about_kto10 .content ul li {
  padding-bottom: 5px;
  font-weight: 500;
}
.about_kto10 .content ul div {
background-color: #212529;
color: white;
width: 80%;
}


.about_kto10 .content p:last-child {
  margin-bottom: 0;

}

.about_kto10 .req_box{
  padding: 50px 30px; 
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.about_kto10 .req_box h4{
  color: #007bff;

}
.about_kto10 .req_box .req_img{
  width:120px; 
  height: 110px;
  margin-top: -30px;
}
.about_kto10 .req_box .check{
  width: 20px; 
  height: 20px;
}


/*--------------------------------------------------------------
# About College Department
--------------------------------------------------------------*/
.about_college{
  margin-bottom: -100px;
  margin-top: -50px;
}


.about_college .profile {
   height: 150px;
   width:  150px;
   border-radius:   15px;

}
.about_college .img-icon {
   height:  20px;
   width:   20px;

}
.about_college h1 {
    color: #007bff;

}
.about_college h2 {
   color: #007bff;
   font-size:   20px;
 padding-left: 20px;
 font-weight:   800;

}
.about_college h3 {
  font-weight: 800;
    background-color: #007bff;
      color: #fefefe;
      font-size: 15px;
      padding:  10px ;
      padding-left:   15px;

}
.about_college h3:hover {

    background-color: #eff246;
    color: black;
}

.about_college h4 {
  font-weight: 1000;
  font-size:  15px;
  color:#5c5b5b;
   padding-left: 20px;
}
.about_college h5 {
  font-weight: 1000;
}
.about_college .col-hr {
 border-top: 2px dashed gray;
}

.about_college .col-title {  
font-size:  20px;
margin-bottom:  -10px;
}

.about_college .col-content {  
font-size:  13px;
font-weight:700;
color: #990a00;
}

.about_college .grad-req {  
  font-weight: 500;
    background-color: #007bff;
      color: #ffea00;
      font-size: 25px;
      padding:  5px ;
      padding-left:   15px;  
}

/*--------------------------------------------------------------
# About Admission
--------------------------------------------------------------*/
.about_admission{
  margin-bottom: -100px;
  margin-top: -50px;
}


.about_admission span {

   margin-left: 60px;

}

.about_admission .img-icon {
   height:  20px;
   width:   20px;
   margin-left  -left:  20px;

}
.about_admission h1 {
    color: #fefefe;
    background-color:   #007bff;
    font-size:  30px;
    padding:  5px;
    padding-left: 30px;  

}
.about_admission h2 {
   color: #007bff;
   font-size:   20px;
 padding-left: 20px;
 font-weight:   800;

}
.about_admission h3 {
  font-weight: 800;
    background-color: #007bff;
      color: #fefefe;
      font-size: 15px;
      padding:  10px ;
      padding-left:   15px;

}
.about_admission h3:hover {

    background-color: #eff246;
    color: black;
}

.about_admission h4 {
  font-weight: 1000;
  font-size:  15px;
  color:#5c5b5b;
   padding-left: 20px;
}
.about_admission h5 {
  font-weight: 1000;
}
.about_admission .col-hr {
 border-top: 2px dashed gray;
}

.about_admission .col-title {  
margin-bottom:  -10px;
}

.about_admission .col-content {  
font-size:  13px;
font-weight:700;
}
.about_admission .col-news {  
font-size:  20px;
font-weight:500;
color:  #007bff;
margin-left:  20px;
margin-bottom:  -10px;
}

.about_admission table {
  border-collapse: collapse;
  width: 100%;
}

.about_admission td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  padding-left:   10px;
}

.about_admission .download{
font-weight:  600;
}

.about_admission .download:hover{
    text-decoration:  underline;
    color:  #990a00;
}

/*--------------------------------------------------------------
# About Research
--------------------------------------------------------------*/
.about_research{
  margin-bottom: -100px;
  margin-top: -50px;
}


.about_research span {

   margin-left: 60px;

}

.about_research .img-icon {
   height:  20px;
   width:   20px;
   margin-left  -left:  20px;

}
.about_research h1 {
    color: #fefefe;
    background-color:   #007bff;
    font-size:  30px;
    padding:  5px;
    padding-left: 30px;  

}
.about_research h2 {
   color: #007bff;
   font-size:   20px;
 padding-left: 20px;
 font-weight:   800;

}
.about_research h3 {
  font-weight: 800;
    background-color: #007bff;
      color: #fefefe;
      font-size: 15px;
      padding:  10px ;
      padding-left:   15px;

}
.about_research h3:hover {

    background-color: #eff246;
    color: black;
}

.about_research h4 {
  font-weight: 1000;
  font-size:  15px;
  color:#5c5b5b;
   padding-left: 20px;
}
.about_research h5 {
  font-weight: 1000;
}
.about_research .col-hr {
 border-top: 2px dashed gray;
}

.about_research .col-title {  
margin-bottom:  -10px;
}

.about_research .col-content {  
font-size:  13px;
font-weight:700;
}
.about_research .col-news {  
font-size:  20px;
font-weight:500;
color:  #007bff;
margin-left:  20px;
margin-bottom:  -10px;
}

.about_research table {
  border-collapse: collapse;
  width: 100%;
}

.about_research td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  padding-left:   10px;
}

.about_research .download{
font-weight:  600;
}

.about_research .download:hover{
    text-decoration:  underline;
    color:  #990a00;
}
/*--------------------------------------------------------------
# About TESDA Programs
--------------------------------------------------------------*/
.about_tesda{
  margin-bottom: -100px;
  margin-top: -50px;
}

.about_tesda h3 {
  font-weight: 800;
    background-color: #007bff;
    text-align: center;
      color: #fefefe;
}

.about_tesda h5 {
  font-weight: 800;
  text-decoration: underline;
}

.about_tesda .grade {
  background-color: #007bff;
  padding: 3px;
  text-indent: 20px;
  color: yellow;
  width: 250px;

}

.about_tesda .content ul {
  list-style: none;
  padding: 0;
  text-align: justify;
}

.about_tesda .content ul li {
  padding-bottom: 5px;
  font-weight: 500;
}
.about_tesda .content ul div {
background-color: #212529;
color: white;
width: 80%;
}


.about_tesda .content p:last-child {
  margin-bottom: 0;

}

.about_tesda .req_box{
  padding: 50px 30px; 
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.about_tesda .req_box h4{
  color: #007bff;

}
.about_tesda .req_box .req_img{
  width:120px; 
  height: 110px;
  margin-top: -30px;
}
.about_tesda.req_box .check{
  width: 20px; 
  height: 20px;
}

/*--------------------------------------------------------------
# About program offered
--------------------------------------------------------------*/
.about_offered{
  margin-bottom: -100px;
  margin-top: -50px;
}

.about_offered h3 {
  font-weight: 800;
    background-color: #007bff;
    text-align: center;
      color: #fefefe;
}

.about_offered h5 {
  font-weight: 800;
  text-decoration: underline;
}

.about_offered .grade {
  background-color: #007bff;
  padding: 3px;
  text-indent: 20px;
  color: yellow;
  width: 250px;

}

.about_offered .content ul {
  list-style: none;
  padding: 0;
  text-align: justify;
}

.about_offered .content ul li {
  padding-bottom: 5px;
  font-weight: 500;
}
.about_offered .content ul div {
background-color: #212529;
color: white;
width: 80%;
}


.about_offered .content p:last-child {
  margin-bottom: 0;

}

.about_offered .req_box{
  padding: 50px 30px; 
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.about_offered .req_box h4{
  color: #007bff;

}
.about_offered .req_box .req_img{
  width:120px; 
  height: 110px;
  margin-top: -30px;
}
.about_offered.req_box .check{
  width: 20px; 
  height: 20px;
}
/*--------------------------------------------------------------
# About Enrollement Procedure
--------------------------------------------------------------*/
.about_enrollement{
  margin-bottom: -100px;
  margin-top: -50px;
}

.about_enrollement h3 {
  font-weight: 800;
    background-color: #007bff;
    text-align: center;
      color: #fefefe;
}

.about_enrollement h5 {
  font-weight: 800;
  text-decoration: underline;
}

.about_enrollement .grade {
  background-color: #007bff;
  padding: 3px;
  text-indent: 20px;
  color: yellow;
  width: 250px;

}

.about_enrollement .content ul {
  list-style: none;
  padding: 0;
  text-align: justify;
}

.about_enrollement .content ul li {
  padding-bottom: 5px;
  font-weight: 500;
}
.about_enrollement .content ul div {
background-color: #212529;
color: white;
width: 80%;
}


.about_enrollement .content p:last-child {
  margin-bottom: 0;

}

.about_enrollement .req_box{
  padding: 50px 30px; 
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.about_enrollement .req_box h4{
  color: #007bff;

}
.about_enrollement .req_box .req_img{
  width:120px; 
  height: 110px;
  margin-top: -30px;
}
.about_enrollement.req_box .check{
  width: 20px; 
  height: 20px;
}

/*--------------------------------------------------------------
# About Graduate Studies
--------------------------------------------------------------*/
.about_grad-studies{
  margin-bottom: -100px;
  margin-top: -50px;
}

.about_grad-studies h3 {
  font-weight: 800;
    background-color: #007bff;
    text-align: center;
      color: #fefefe;
}

.about_grad-studies h5 {
  font-weight: 800;
  text-decoration: underline;
}

.about_grad-studies .grade {
  background-color: #007bff;
  padding: 3px;
  text-indent: 20px;
  color: yellow;
  width: 250px;

}

.about_grad-studies .content ul {
  list-style: none;
  padding: 0;
  text-align: justify;
}

.about_grad-studies .content ul li {
  padding-bottom: 5px;
  font-weight: 500;
}
.about_grad-studies .content ul div {
background-color: #212529;
color: white;
width: 80%;
}


.about_grad-studies .content p:last-child {
  margin-bottom: 0;

}

.about_grad-studies .req_box{
  padding: 50px 30px; 
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.about_grad-studies .req_box h4{
  color: #007bff;

}
.about_grad-studies .req_box .req_img{
  width:120px; 
  height: 110px;
  margin-top: -30px;
}
.about_grad-studies.req_box .check{
  width: 20px; 
  height: 20px;
}
/*--------------------------------------------------------------
# About News
--------------------------------------------------------------*/
.about_news{
  margin-bottom: -100px;
  margin-top: -50px;
}

.about_news h4 {
  font-weight: 800;
      color: #007bff;

}

.about_news h3 {
  font-weight: 800;
    background-color: #007bff;
    text-align: center;
      color: #fefefe;
}

.about_news h2 {
  font-weight: 800;
padding-top: 10px;
}

.about_news .news_title {
  border-bottom: 3px dashed #8D8D8D;
  margin-top: -30px;
  color: #212529;
}

.about_news .grade {
  background-color: #007bff;
  padding: 3px;
  text-indent: 20px;
  color: yellow;
  width: 250px;

}

.about_news .content ul {
  list-style: none;
  padding: 0;
  text-align: justify;
}

.about_news .content ul li {
  padding-bottom: 5px;
  font-weight: 500;
}
.about_news .content ul div {
background-color: #212529;
color: white;
width: 80%;
}


.about_news .content p:last-child {
  margin-bottom: 0;

}

.about_news .mid-container{ /* line center separator*/
  border-right: 3px solid #404040;
  height: 100%; 
  padding-right: 20px
}



@media (max-width:736px) {
    .about_news h2 {
      font-size: 20px;

    }

    .about_news h3 {
      margin-top: 30px;
    }


  .about_news .mid-container{ /* line center separator*/
    border-right:0px;

  }

}


.latest_news {
  padding-top: 0;
}

.latest_news .box {
  padding:10px;
  transition: all ease-in-out 0.3s;
}


.latest_news .box .announce_title {

  font-weight:  100px;
   color: #4E4C47;
  font-size: 13px;
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
 -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;

}

.latest_news .box a {
  color: black;
  font-weight: bold;
    display: -webkit-box;
 -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.latest_news .box:hover {
  padding-left: 20px;
}

.latest_news .container .row {
height: 100%;
margin-bottom: 5px;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19)
}

.latest_news .container .row .announce_date{
color: #007bff;
}
    


.lcup_news {
  margin-top:-80px;
}
.lcup_news .course-slider {
  margin-top: 30px;
}
.lcup_news .box-shadow {
  padding: 12px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 20px;
}
.lcup_news .box-shadow:hover{
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
}
.lcup_news .news-head{
  position:relative;
  overflow:hidden;
}
.lcup_news .news-head::before {
  opacity: 0;
  visibility: hidden;
  z-index: 5;
}
.lcup_news .news-head img{
  height:25vh;
  width:100%;
}
.lcup_news .news-head:hover img{
  -webkit-transform:scale(1.3);
  -moz-transform:scale(1.3);
  transform:scale(1.3);
}

.lcup_news .news-head:hover:before{
  opacity:0.8;
  visibility:visible;
}
.lcup_news .news-head a {
  position: absolute;
  top: 50%;
  margin: -25px 0 0 -25px;
  z-index: 10;
  border-radius: 0px;
  left: 50%;
  font-weight: 500;
  text-transform: capitalize;
  margin-left: -58px;
  padding: 12px 22px;
  opacity:0;
  -webkit-transform:scale(0);
  -moz-transform:scale(0);
  transform:scale(0);
  border-radius: 50px;
}
.lcup_news .news-body {
  margin: 15px;
  margin-top: 0px;
}

.news_date
{ 
  padding:5px;
  color: #fefefe;
  background-color: #192485;
  border: 2px solid #fefefe;
  border-bottom-style: none;
  font-size: 13px;

}
.lcup_news .name-news {
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 333;
  margin-top: -33.5px;
}
.lcup_news .name-news .news-info {
  display: inline-block;
}

.lcup_news .news-body .c-title {
  font-size: 16px;
  text-align: center;
  margin: 5px 0 15px;
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
 -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.lcup_news .news-body p {
  color: #666;
  font-size: 12px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
 -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.lcup_news .course-meta {
  border-top: 2px solid rgba(204, 204, 204, 0.45);
}


/*--------------------------------------------------------------
# LCUP News Latest
--------------------------------------------------------------*/
.lcup_news_latest {
  margin-top: -25px;

}
.lcup_news_latest .box-shadow {
  margin-top: 20px;

  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) ;
 padding: 30px;background-color: #fefefe;
   overflow: hidden;
}
.lcup_news_latest .latestnews_img{
 float:  left; 
 width: 20%;
 padding-right: 30px;

}
.lcup_news_latest .latestnews_img2{
 float:  left; 
 width: 30%;
 padding-right: 30px;

}

.lcup_news_latest .news-body p {
  color: #666;
  font-size: 12px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
 -webkit-line-clamp: 4; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.lcup_news_latest .latest_news_date {
  font-weight: 800;
      color: #212529;
}

.lcup_news_latest .container .box-shadow:hover img{
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  transform:scale(1.1);
}


@media (max-width: 736px){

      .lcup_news_latest .latestnews_img2{
       width: 100%;
       padding-right: 0;
      }

      .lcup_news_latest .container .box-shadow .c-title{
      font-size: 14px ;  
      text-align:center;   
      }
      .lcup_news_latest .latest_news_date {
          font-size: 12px;
           text-align:center;  
        }

     .lcup_news_latest .latestnews_img{
          width: 80%;
         float: none;
         margin-left: 20px;
  
        }

}
/*--------------------------------------------------------------
# About More News
--------------------------------------------------------------*/
.about_morenews{
  margin-bottom: -100px;
  margin-top: -50px;
}


.about_morenews span {
   margin-left: 60px;
}

.about_morenews .img-icon {
   height:  20px;
   width:   20px;
   margin-left  -left:  20px;

}
.about_morenews h1 {
    color: #fefefe;
    background-color:   #007bff;
    font-size:  30px;
    padding:  5px;
    padding-left: 30px;  

}
.about_morenews h2 {
   color: #007bff;
   font-size:   20px;
 padding-left: 20px;
 font-weight:   800;

}
.about_morenews h3 {
font-size:14px;
background-color: #d4d4d4;
 padding:7.5px;

}
.about_morenews .marquee_news {
 color: black;
 margin-right: 40px;
}
 .about_morenews .marquee_news:hover {
 text-decoration: underline;
 color: #a6241b;
}

.about_morenews table {
  border-collapse: collapse;
  width: 100%;
}

.about_morenews td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  padding-left:   10px;
}

.about_morenews .download{
font-weight:  600;
}

.about_morenews .download:hover{
    text-decoration:  underline;
    color:  #990a00;
}
/*--------------------------------------------------------------
# About Annoucement News
--------------------------------------------------------------*/
.about_announcement {
 margin-bottom: -10px;
}

.about_announcement h1 {
    color: yellow;
    background-color:   #007bff;
    font-size: 18px;
    padding:  5px;
    text-align: center;
}

.about_announcement h2 {
font-size:16px;
 padding:6px;
 margin-left: -30px;
 color:   #fefefe;
 background-color: #2d3440;
 text-align: center;
}

.about_announcement a {
font-size:15px;
 padding:7px;
 margin-right: 50px;
}

.about_announcement .marquee_news {
 color: black;
}
 .about_announcement .marquee_news:hover {
 text-decoration: underline;
 color: #a6241b;
}

@media (max-width: 736px){
  .about_announcement h1 {
    margin-top:25px
  }
    .about_announcement h2 {
    margin-top:25px
  }

  .about_announcement h3 {
  font-size:12px;
  padding: 0;
  margin-left: 35px;
  margin-bottom: -10px;
  }

}

/*--------------------------------------------------------------
# About Alumni
--------------------------------------------------------------*/
.about_alumni{
  margin-bottom: -100px;
  margin-top: -50px;
}

.about_alumni h3 {
  font-weight: 800;
    background-color: #007bff;
    text-align: center;
      color: #fefefe;
}

.about_alumni h5 {
  font-weight: 800;
  text-decoration: underline;
}

.about_alumni .grade {
  background-color: #007bff;
  padding: 3px;
  text-indent: 20px;
  color: yellow;
  width: 250px;

}

.about_alumni .content ul {
  list-style: none;
  padding: 0;
  text-align: justify;
}

.about_alumni .content ul li {
  padding-bottom: 5px;
  font-weight: 500;
}
.about_alumni .content ul div {
background-color: #212529;
color: white;
width: 80%;
}


.about_alumni .content p:last-child {
  margin-bottom: 0;

}

.about_alumni .req_box{
  padding: 50px 30px; 
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.about_alumni .req_box h4{
  color: #007bff;

}
.about_alumni .req_box .req_img{
  width:120px; 
  height: 110px;
  margin-top: -30px;
}
.about_alumni.req_box .check{
  width: 20px; 
  height: 20px;
}

/*--------------------------------------------------------------
# About Extension
--------------------------------------------------------------*/
.about_extension{
  margin-bottom: -100px;
  margin-top: -50px;
}
.about_extension h3{
 color:#007bff;
 font-size:   20px;
}

.about_extension h4 {
  font-weight: 400;
    border-bottom:  2px dashed  gray;
    color: #4E4C47;
    padding-bottom:   5px;
}

.about_extension h5 {
  font-weight: 800;
  background-color:   yellow;
  width:  220px;
  text-align: center  ;
}


}

.about_extension .content ul {
  list-style: none;
  padding: 0;
  text-align: justify;
}

.about_extension .content ul li a{
  padding-bottom: 5px;
  font-weight: 500;
  color:  #4E4C47;
}



.about_extension .content ul li a:hover, h4:hover{
  color:  #007bff;
}




.about_extension .content p:last-child {
  margin-bottom: 0;

}

/*--------------------------------------------------------------
# About Library
--------------------------------------------------------------*/

.about_library{
  margin-bottom: -100px;
  margin-top: -5px;
}


.about_library span {
   margin-left: 60px;
}


.about_library .img-icon {
   height:  20px;
   width:   20px;
   margin-left  -left:  20px;

}
.about_library h1 {
    color: #fefefe;
    background-color:   #007bff;
    font-size:  30px;
    padding:  5px;
    padding-left: 30px;  

}
.about_library h2 {
   color: #007bff;
   font-size:   20px;
 padding-left: 20px;
 font-weight:   800;

}
.about_library h3 {
  font-weight: 800;
    background-color: #007bff;
      color: #fefefe;
      font-size: 15px;
      padding:  10px ;
      padding-left:   15px;

}
.about_library h3:hover {

    background-color: #eff246;
    color: black;
}

.about_library h4 {
  font-weight: 1000;
  font-size:  15px;
  color:#5c5b5b;
   padding-left: 20px;
}
.about_library h5 {
  font-weight: 1000;
}
.about_library .col-hr {
 border-top: 2px dashed gray;
}

.about_library .col-title {  
margin-bottom:  -10px;
}

.about_library .col-content {  
font-size:  13px;
font-weight:700;
}
.about_library .col-news {  
font-size:  20px;
font-weight:500;
color:  #007bff;
margin-left:  20px;
margin-bottom:  -10px;
}

.about_library table {
  border-collapse: collapse;
  width: 100%;
}

.about_library td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  padding-left:   10px;
}

.about_library .download{
font-weight:  600;
}

.about_library .download:hover{
    text-decoration:  underline;
    color:  #990a00;
}
/*--------------------------------------------------------------
# About Registrar
--------------------------------------------------------------*/

.about_registrar{
  margin-bottom: -100px;
  margin-top: -5px;
}

.about_registrar span {
   margin-left: 60px;

}
.about_registrar .question-img {
   width: 80px;

}
 .useful-links {
  color: #9c0000;

}
 .about_registrar #questions div {
  font-size: 12px;
  text-align: justify;
  padding:0 20px 0 20px;
  background-color: #f7f06d;
  font-weight: 500;
  border-radius: 5px;

}

.about_registrar .img-icon {
   height:  20px;
   width:   20px;
   margin-left  -left:  20px;

}
.about_registrar h1 {
    color: #fefefe;
    background-color:   #007bff;
    font-size:  30px;
    padding:  5px;
    padding-left: 30px;  

}
.about_registrar h2 {
   color: #007bff;
   font-size:   20px;
 padding-left: 20px;
 font-weight:   800;

}
.about_registrar h3 {
  font-weight: 500;
   border:1px solid #007bff;
   border-radius: 10px;
      font-size: 12px;
      padding:  8px ;
      padding-left:   15px;
      color: #333333;
      font-family: arial;

}
.about_registrar h3:hover {

    background-color: #007bff;
    color: #fefefefe;
    font-weight: 600;
}

.about_registrar h4 {
  font-weight: 1000;
    background-color: #007bff;
      color: #fefefe;
      font-size: 15px;
      padding:  5px ;
      margin-top: 30px;
      border-radius: 20px;
      width: 70%;
      text-align: center;
  }

.about_registrar h5 {
  font-weight: 1000;
}
.about_registrar .col-hr {
 border-top: 2px dashed gray;
}

.about_registrar .col-title {  
margin-bottom:  -10px;
}

.about_registrar .col-content {  
font-size:  13px;
font-weight:700;
}
.about_registrar .col-news {  
font-size:  20px;
font-weight:500;
color:  #007bff;
margin-left:  20px;
margin-bottom:  -10px;
}

.about_registrar table {
  width: 100%;
    border: none;
}

.about_registrar td, th {
  text-align: left;
  padding: 4px;
}

.about_registrar .download{
font-weight:  600;
}

.about_registrar .download:hover{
    text-decoration:  underline;
    color:  #990a00;
}
/*--------------------------------------------------------------
# About DPO
--------------------------------------------------------------*/

.boxes {
  height: 95%;
  padding: 20px;
  border: 4px solid #008bc3;
  box-shadow: -12px 0px #008bc3;
}

.img-content{
  width: 120px;
 margin: 15px;
 float: left;

}
/*--------------------------------------------------------------
# About Student Affairs
--------------------------------------------------------------*/

.about_sas{
  margin-bottom: -100px;
  margin-top: -5px;
}

.about_sas span {
   margin-left: 60px;

}
.about_sas .question-img {
   width: 120px;

}

 .about_sas .bgborder {
  font-size: 12px;
  text-align: justify;
  padding:10px;
  font-weight: 500;
  border-radius: 5px;

}

.about_sas .img-icon {
   height:20px;
   width:20px;
   margin-left:20px;

}

.about_sas h2 {
  font-weight: 600;
      font-size: 30px;
      padding-left:   5px;
      color: #333333;
      font-family: arial;
      padding: 5px;
      margin-top: 10px;
}

.about_sas h3 {
  font-weight: 600;
   border-radius: 5px;
      font-size: 12px;
      padding-left:   5px;
      color: #333333;
      font-family: arial;
      padding: 5px;
       margin-bottom: -5px;

}
.about_sas .bgborder:hover{
   background-color: #63bcff;
   cursor: pointer;
    font-weight: 600;
}

.about_sas h4 {
    background-color: #007bff;
      color: #fefefe;
      font-size: 12px;
      padding:  5px ;
      border-radius: 5px;
      padding-left: 15px;

  }


.about_sas table {
  width: 100%;
    border: none;
}

.about_sas td, th {
  text-align: left;
  padding: 4px;

}


/*--------------------------------------------------------------
# About Student Handbook
--------------------------------------------------------------*/
.about_stud-handbook{
  margin-bottom: -100px;
  margin-top: -50px;
}

.about_stud-handbook h3 {
  font-weight: 800;
    background-color: #007bff;
    text-align: center;
      color: #fefefe;
}

.about_stud-handbook h5 {
  font-weight: 800;
  text-decoration: underline;
}

.about_stud-handbook .grade {
  background-color: #007bff;
  padding: 3px;
  text-indent: 20px;
  color: yellow;
  width: 250px;

}

.about_stud-handbook .content ul {
  list-style: none;
  padding: 0;
  text-align: justify;
}

.about_stud-handbook .content ul li {
  padding-bottom: 5px;
  font-weight: 500;
}
.about_stud-handbook .content ul div {
background-color: #212529;
color: white;
width: 80%;
}


.about_stud-handbook .content p:last-child {
  margin-bottom: 0;

}

.about_stud-handbook .req_box{
  padding: 50px 30px; 
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.about_stud-handbook .req_box h4{
  color: #007bff;

}
.about_stud-handbook .req_box .req_img{
  width:120px; 
  height: 110px;
  margin-top: -30px;
}
.about_stud-handbook.req_box .check{
  width: 20px; 
  height: 20px;
}

/*--------------------------------------------------------------
# About LCUP ABOUT
--------------------------------------------------------------*/
.about_about-lcup{
  margin-bottom: -100px;
  margin-top: -50px;
}

.about_shs h3 {
  font-weight: 800;
    background-color: #007bff;
    text-align: center;
      color: #fefefe;
}

.about_about-lcup h5 {
  font-weight: 800;
  text-decoration: underline;
}

.about_about-lcup .grade {
  background-color: #007bff;
  padding: 3px;
  text-indent: 20px;
  color: yellow;
  width: 250px;

}

.about_about-lcup .content ul {
  list-style: none;
  padding: 0;
  text-align: justify;
}

.about_about-lcup .content ul li {
  padding-bottom: 5px;
  font-weight: 500;
}
.about_about-lcup .content ul div {
background-color: #212529;
color: white;
width: 80%;
}


.about_about-lcup .content p:last-child {
  margin-bottom: 0;

}

.about_about-lcup .req_box{
  padding: 50px 30px; 
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.about_about-lcup .req_box h4{
  color: #007bff;

}
.about_about-lcup .req_box .req_img{
  width:120px; 
  height: 110px;
  margin-top: -30px;
}
.about_about-lcup.req_box .check{
  width: 20px; 
  height: 20px;
}


/*--------------------------------------------------------------
# About LCUP Calendar
--------------------------------------------------------------*/
.about_calendar{
  margin-bottom: -100px;
  margin-top: -25px;
}

.about_calendar h3 {
  font-weight: 400;
    background-color: #007bff;
    font-size: 35px;
      text-align: center;
      color: yellow;
      margin-top: -20px;
      padding: 5px;
}

.about_calendar h4 {
  font-weight: 400;
    font-size: 30px;
  text-align: center;
text-decoration: underline;
padding-top: 10px;
}


.about_calendar img{
  height: 70px;
  width: 70px;
} 

.about_calendar h5 {
  font-weight: 800;
  text-decoration: underline;
}

.about_calendar .calendar_body{
      border: 5px solid #007bff;
      padding: 20px;
}

.about_calendar .grade {
  background-color: #007bff;
  padding: 3px;
  text-indent: 20px;
  color: yellow;
  width: 250px;

}

.about_calendar ul {
  list-style: none;
  padding: 0;
  text-align: justify;
}

.about_calendar ul li {
  padding-bottom: 2px;
  font-weight: 500;
  padding-left: 10px;
}

.about_calendar ul li a{
    color: #212529;
}

.about_calendar ul li:hover{
    background-color: #38afff;
}

.about_calendar ul li a:hover{
  font-weight: 500;
}

.about_calendar ul .active{
  background-color: yellow;
}
.about_calendar .calendar_body .calendar_content {
  border-bottom: 2px dashed #212529;
  padding: 15px;
}
.about_calendar ul{
 -webkit-column-count:2;
 -webkit-column-gap:20px;
 column-count: 2;
 column-gap: 20px;
}



.about_calendar .content p:last-child {
  margin-bottom: 0;

}
/*--------------------------------------------------------------
# About Calendar
--------------------------------------------------------------*/
.about_lcupcalendar{
  margin-bottom: -100px;
  margin-top: -50px;
}


.about_lcupcalendar span {

   margin-left: 60px;

}

.about_lcupcalendar .img-icon {
   height:  20px;
   width:   20px;
   margin-left  -left:  20px;

}
.about_lcupcalendar h1 {
    color: #fefefe;
    background-color:   #007bff;
    font-size:  30px;
    padding:  5px;
    padding-left: 30px;  

}
.about_lcupcalendar h2 {
   color: #007bff;
   font-size:   20px;
 padding-left: 20px;
 font-weight:   800;

}
.about_lcupcalendar h3 {
  font-weight: 800;
    background-color: #007bff;
      color: #fefefe;
      font-size: 15px;
      padding:  10px ;
      padding-left:   15px;

}
.about_lcupcalendar h3:hover {

    background-color: #eff246;
    color: black;
}

.about_lcupcalendar h4 {
  font-weight: 1000;
  font-size:  15px;
  color:#5c5b5b;
   padding-left: 20px;
}
.about_lcupcalendar h5 {
  font-weight: 1000;
}
.about_lcupcalendar .col-hr {
 border-top: 2px dashed gray;
}

.about_lcupcalendar .col-title {  
margin-bottom:  -10px;
}

.about_lcupcalendar .col-content {  
font-size:  13px;
font-weight:700;
}
.about_lcupcalendar .col-news {  
font-size:  20px;
font-weight:500;
color:  #007bff;
margin-left:  20px;
margin-bottom:  -10px;
}

.about_lcupcalendar table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 10px;
}

.about_lcupcalendar td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 2px;
  padding-left:   10px;
  font-size: 13px;
}

.about_lcupcalendar .download{
font-weight:  600;
}

.about_lcupcalendar .download:hover{
    text-decoration:  underline;
    color:  #990a00;
}
/*--------------------------------------------------------------
# K to 10 Announcement / Related news and events
--------------------------------------------------------------*/
.kto10-announcement {
  padding-top: 0;
}

.kto10-announcement .box {
  padding:10px;
  transition: all ease-in-out 0.3s;

}

.kto10-announcement .row {
border-bottom: 3px dashed #8D8D8D;
height: 100%;
}


.kto10-announcement .box .announce_title {

  font-weight:  100px;
   color: #4E4C47;
  font-size: 13px;
    overflow: hidden;
  text-overflow: ellipsis;


}

.kto10-announcement .box a {
  color: #008bc3;
  font-weight: bold;
    display: -webkit-box;
 -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.kto10-announcement .box:hover {
  padding-left: 20px;

}


.kto10-news {
  padding-top: 0;
}

.kto10-news .box {
  padding:10px;
  transition: all ease-in-out 0.3s;
}


.kto10-news .box .announce_title {

  font-weight:  100px;
   color: #4E4C47;
  font-size: 13px;
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
 -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;

}

.kto10-news .box a {
  color: black;
  font-weight: bold;
    display: -webkit-box;
 -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.kto10-news .box:hover {
  padding-left: 20px;
}

/*--------------------------------------------------------------
#  Calendar Announcement / Related news and events
--------------------------------------------------------------*/
.calendar-announcement {
  padding-top: 0;
}

.calendar-announcement .box {
  padding:10px;
  transition: all ease-in-out 0.3s;

}

.calendar-announcement .row {
border-bottom: 3px dashed #8D8D8D;
height: 100%;
}


.calendar-announcement .box .announce_title {

   color: #4E4C47;
  font-size: 15px;
}

.calendar-announcement .box a {
  color: #008bc3;
  font-size: 20px;
}

.calendar-announcement .box:hover {
  padding-left: 20px;

}


/*--------------------------------------------------------------
# HOME TAB
--------------------------------------------------------------*/
.lcup-mid {
  padding-top: 0;
margin-top: -60px;
}


.lcup-mid  span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ed5b5b;
}

.lcup-mid .row h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #ffd000;
  text-shadow: 2px 2px #4d4d4d;
}

.lcup-mid .row p {
  text-align: justify;
  font-weight:  100px;
  color: #4E4C47;
  font-size: 15px;
  margin: 0;
  padding: 0;

}

.lcup-mid  .row a {
  color: #008bc3;
  font-weight: bold;
}

.lcup-mid .row  a:hover{
    color: #FC0B03;
}
.lcup-mid .box:hover span, .lcup-mid .box:hover h4, .lcup-mid .box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# lcup-mid
--------------------------------------------------------------*/
.lcup-mid {
  padding-top: 0;
}

.lcup-mid .box {
  padding: 50px 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) ;
  transition: all ease-in-out 0.3s;

}

.lcup-mid .fb-page {
  overflow:hidden;
  border: 10px solid #52AEFF ;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) ;
  border-radius: 10px;
 
}


.lcup-mid .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ed5b5b;
}

.lcup-mid .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #008bc3;
}

.lcup-mid .box p {
  text-align: justify;
  font-weight:  100px;
  color: #4E4C47;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.lcup-mid .box a {
  color: #008bc3;
  font-weight: bold;
}

.lcup-mid .box:hover {
  background: #52AEFF;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}
.lcup-mid .box:hover a{
    color: #FC0B03;
}
.lcup-mid .box:hover span, .lcup-mid .box:hover h4, .lcup-mid .box:hover p {
  color: #fff;
}
.lcup-mid .row .row img{
  width: 100px;  height: 110px;margin-top: 70px; padding: 5px;
}

@media (max-width: 736px){
    .lcup-mid .fb-page {
        display: none;
    }
    .lcup-mid .row h4 {
        text-align: center;
      }

}





/*--------------------------------------------------------------
# lcup-mid2
--------------------------------------------------------------*/
.lcup-mid2 {
  padding-top: 0;
}

.lcup-mid2 .box {
  padding: 50px 30px;
  transition: all ease-in-out 0.3s;
  border: 4px solid #008bc3;
  box-shadow: -12px 0px #008bc3;
}

.lcup-mid2 .box h4 {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 20px 0;
   color: #008bc3;
    text-transform: uppercase;
}

.lcup-mid2 .box p {
  text-align: justify;
  font-weight:  100px;
   color: #4E4C47;
  font-size: 18px;
  margin: 0;
  padding: 0;
  margin-left: 30px;
}

.lcup-mid2 .box a {
  color: #008bc3;
  font-weight: bold;
}

.lcup-mid2 .box:hover {
  padding: 30px 30px 70px 30px;
  border: 4px solid #008bc3;
  box-shadow: -12px 0px #008bc3;

}
.lcup-mid2 .box:hover a{
    color: #FC0B03;
}


.lcup-mid2 .box2 {
  padding-left: 20px;
  border: 2px solid #787878;
  box-shadow: 4px 4px #008bc3;
}

.lcup-mid2 .box2 h4,.lcup-mid2 .box2 a {
  font-size: 21px;
  font-weight: bold;
  padding: 0;
  margin: 10px 0;
  color: #333333;
  text-transform: uppercase;
}
.lcup-mid2 .box2:hover {
  background: #52AEFF;
  box-shadow: 0px 0px #fefefe;
  border: 2px solid #52AEFF;
}
.lcup-mid2 .box2:hover a{
    color: #fefefe;
    padding-top: 10px;
}

@media (max-width: 768px) {
  .lcup-mid2 .box h4 {
  font-size: 20px;
  }
  .lcup-mid2 .box p {
  font-size: 14px;
  margin-left: 10px;
  }

}
 
}
/*--------------------------------------------------------------
# lcup-mid3
--------------------------------------------------------------*/
.lcup-mid3 {
  padding-top: 20;

}

.lcup-mid3 .box {
  transition: all ease-in-out 0.3s;

}

.lcup-mid3 .box h4 {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 20px 0;
   color: #008bc3;
    text-transform: uppercase;
}

.lcup-mid3 .box p {
font-size: 25px;
font-weight: bold;

}

.lcup-mid3 .box a {
  color: #008bc3;
  font-weight: bold;
}


.lcup-mid3 .box:hover a{
    color: #FC0B03;
}


.lcup-mid3 .box2 {
  padding-left: 20px;
  border: 2px solid #787878;
  box-shadow: 4px 4px #008bc3;
}

.lcup-mid3 .box2 h4,.lcup-mid3 .box2 a {
  font-size: 21px;
  font-weight: bold;
  padding: 0;
  margin: 10px 0;
  color: #333333;
  text-transform: uppercase;
}
.lcup-mid3 .box2:hover {
  background: #52AEFF;
  box-shadow: 0px 0px #fefefe;
  border: 2px solid #52AEFF;
}
.lcup-mid3 .box2:hover a{
    color: #fefefe;
    padding-top: 10px;
}

@media (max-width: 768px) {
  .lcup-mid3 .box h4 {
  font-size: 20px;
  }
  .lcup-mid3 .box p {
  font-size: 14px;
  margin-left: 10px;
  }
  .lcup-mid3 .box .lcupnews{
    font-size: 25px;
    margin-bottom: -5px;
    text-align: center;
    padding-top: 10px;
  }

 
}

/*--------------------------------------------------------------
# lcup-calendar
--------------------------------------------------------------*/
.lcup-calendar {
  background-color: #007bff;
  border-top: 1px solid #00A3FF;
  padding: 15px 0;
  text-align: center;

}


@media (max-width: 768px) {


}

.calendar_title
{
font-family: 'Roboto Slab', serif; font-size: 30px;font-weight: bold;
}

.event_date
{
  box-shadow: 0px 1px 10px rgba(29, 34, 47, 0.1);
}
.event_date > div
{ 
  padding: 15px;
  color: #fefefe;
  background-color: #007bff;
  border: 2px solid #fefefe;
  border-radius: 10px 10px 0px 0px;

}
.event_date2 > div
{ 
  padding:0;
  color: #fefefe;
  background-color: #007bff;
  border: 2px solid #fefefe;
  border-radius: 0px 0px 10px 10px;
  padding:5px;
}

.event_calendar
{ 
  padding:5px;
  color: #fefefe;
  background-color: #B23030;
  border: 2px solid #fefefe;
  font-size: 13px;

}

.event_day
{
  font-family: Haettenschweiler;
  font-size: 50px;
  letter-spacing: 5px;
  font-weight: 700;
  line-height: 0.75;
  color: #B23030;
  text-shadow: 2px 2px 1px #fefefe;
}
.event_month
{
  font-family: 'Roboto Slab', serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 0.75;
  margin-top: 9px;


}
.event_details
{

  font-size: 12px;

  font-weight: 400;

}
.event_date2 div:hover
{
  background: #fefefe;
  color: #008bc3;
  border: 2px solid #007bff;
  border-radius: 0px 0px 10px 10px;
  padding:5px;
  padding-top: 5px;
  font-weight: bold;

}
.event_calendar:hover
{
  background: #00078b;

}

@media (max-width: 575px) {
  .event_calendar
{ 
  font-size: 10px;

}
.event_date2 
{
  padding-bottom: 10px;
  }

    .lcup-calendar img {
    width: 20%;
  }
  .calendar_title
    {
    font-size: 25px;
    }
}
/*===============================
  home_news CSS
=================================*/
.home_news {
  margin-top:-20px;
}
.home_news .course-slider {
  margin-top: 30px;
}
.home_news .box-shadow {
  padding: 12px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 30px;
}
.home_news .box-shadow:hover{
  background-color: #e0e800;
  color: black;
}


.home_news .news-head{
  position:relative;
  overflow:hidden;
}
.home_news .news-head::before {
  opacity: 0;
  visibility: hidden;
  z-index: 5;
}
.home_news .news-head .news-img{
  height:20vh;
  width:100%;
}
.home_news .news-head .news-img-logo{
  width:65%;
  height:20vh;
}


.home_news .news-head:hover img{
  -webkit-transform:scale(1.3);
  -moz-transform:scale(1.3);
  transform:scale(1.3);
}


.home_news .news-head:hover:before{
  opacity:0.8;
  visibility:visible;
}
.home_news .news-head a {
  position: absolute;
  top: 50%;
  margin: -25px 0 0 -25px;
  z-index: 10;
  border-radius: 0px;
  left: 50%;
  font-weight: 500;
  text-transform: capitalize;
  margin-left: -58px;
  padding: 12px 22px;
  opacity:0;
  -webkit-transform:scale(0);
  -moz-transform:scale(0);
  transform:scale(0);
  border-radius: 50px;
}
.home_news .news-body {
  margin-top: 3px;
}

.news_date
{ 
  padding:5px;
  color: #fefefe;
  background-color: #192485;
  border: 2px solid #007bff;
  border-bottom-style: none;
  border-left-style: none;
  font-size: 12px;

}
.home_news .name-news {
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 333;
  margin-top: -33.5px;
}
.home_news .name-news .news-info {
  display: inline-block;
}

.home_news .news-body .c-title {
  font-size: 14px;
  text-align: center;
  margin: 5px 0 15px;
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
 -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.home_news .news-body p {
  color: #666;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
 -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.home_news .course-meta {
  border-top: 2px solid #007bff;
}



/*--------------------------------------------------------------
# More news
--------------------------------------------------------------*/


.more_news {
    background-color: #007bff;
    padding-top: 40px;
}

.more_news .title {
  font-size: 30px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: -10px;
}

.more_news .box {
  transition: all ease-in-out 0.3s;
  
}

.more_news .box h4 {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 20px 0;
   color: #008bc3;
    text-transform: uppercase;
}


.more_news .box a {
  color: #008bc3;
  font-weight: bold;
}


.more_news .box:hover a{
    color: #FC0B03;
}


.more_news .box2 {
  padding-left: 20px;
  border: 2px solid #787878;
  box-shadow: 4px 4px #008bc3;
}

.more_news .box2 h4,.more_news .box2 a {
  font-size: 21px;
  font-weight: bold;
  padding: 0;
  margin: 10px 0;
  color: #333333;
  text-transform: uppercase;
}
.more_news .box2:hover {
  background: #52AEFF;
  box-shadow: 0px 0px #fefefe;
  border: 2px solid #52AEFF;
}
.more_news .box2:hover a{
    color: #fefefe;
    padding-top: 10px;
}

@media (max-width: 736px) {
  .more_news .box h4 {
  font-size: 20px;
  }
  .more_news .box p {
  font-size: 14px;
  margin-left: 10px;
  }
  .more_news .container .title {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: -10px;
    background-color: #007bff;
    color: #fefefe;
  }

  .home_news .news-head .news-img-logo{
  width:50%;
}

 
}




/*--------------------------------------------------------------
# lcup-announcement
--------------------------------------------------------------*/
.lcup-announcement {
  padding-top: 0;
}

.lcup-announcement .box {
  padding:10px;
  transition: all ease-in-out 0.3s;
  border: 4px solid #008bc3;
  box-shadow: 12px 0px #008bc3;
}


.lcup-announcement .box .announce_title {

  font-weight:  100px;
   color: #4E4C47;
  font-size: 15px;
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
 -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;

}

.lcup-announcement .box a {
  color: #008bc3;
  font-weight: bold;
    display: -webkit-box;
 -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.lcup-announcement .box:hover {
  padding-left: 30px;
  border: 4px solid #008bc3;
  box-shadow: -12px 0px #008bc3;

}



/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  transition: all ease-in-out 0.3s;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.services img{
  width: 100%;
  height: 100%;
  }

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #cc1616;
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;

}

.services .icon-box .icon::before {
  position: absolute;
  content: '';
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #fce5e5;
  transition: all .3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #191919;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #cc1616;
  border-color: #cc1616;
  padding: 10px 10px 10px 10px;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #cc1616;
}

.services .icon-box:hover .icon::before {
  background: #e82d2d;
}

.services .icon-box:hover h4 a, .services .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #cc1616;
  border: 2px solid #cc1616;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
#portfolio-bg{
  background-color: #007bff;
  margin-top: 5px;
}
.portfolio img {
  border: 4px solid yellow;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}

.portfolio img:hover {
  border: 3px solid #fefefe;
 opacity: 0.7;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;

}
.portfolio-title h1 {
  font-size: 25px;
  font-weight: 700;
  padding: 5px;
  text-align:center;
  margin-top: 10px;
  text-decoration: underline;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #e82d2d;
}

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

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 15px;
  color: #fff;
  font-weight: 800;
  color: #007bff;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #fefefe;
  font-size: 12px;
  margin-bottom: 0;
  background-color: #B23030;
  width: 120px;
  padding: 5px;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #333333;
}

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

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #e82d2d;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

@media (max-width:736px) {
  .portfolio .portfolio-item img{
  width: 300px;
  }
  .portfolio-title h1 {
  font-size: 18px;
}


}


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #f9f9f9;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #191919;
}

.pricing .box h4 {
  font-size: 42px;
  color: #cc1616;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #191919;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #cc1616;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  background: #cc1616;
  display: inline-block;
  padding: 10px 40px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .box .btn-buy:hover {
  background: #e82d2d;
}

.pricing .featured {
  background: #cc1616;
  box-shadow: none;
  color: #fff;
}

.pricing .featured h3, .pricing .featured h4, .pricing .featured ul, .pricing .featured ul li, .pricing .featured ul .na {
  color: #fff;
}

.pricing .featured h4 span {
  color: rgba(255, 255, 255, 0.58);
}

.pricing .featured .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .featured .btn-buy {
  background: rgba(255, 255, 255, 0.2);
}

.pricing .featured .btn-buy:hover {
  background: #fff;
  color: #cc1616;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #cc1616;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #cc1616;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f5a0a0;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #cc1616;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #cc1616;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #e82d2d;
}

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

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #efefef;
  margin-top: 98px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 50px;
  }
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 600;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #333333;
  content: "/";
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 0;
}

.portfolio-details .portfolio-details-container {
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.portfolio-details .portfolio-details-container img{
  height: 45vh;


}
.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: -32px;
  text-align: center;
 z-index: 2;
 position: relative;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px 10px 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ddd !important;

}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #008bc3 !important;
}


.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-info {
  padding: 20px;
  position: absolute;
  right: 0;
  background: #fff;
  z-index: 2;
  border: 4px solid #008bc3;
  box-shadow: -12px 0px #008bc3;

  opacity:  0.7;

}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;

}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
  opacity:  1.0;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}
  @media (max-width: 575px) {
  .portfolio-details .portfolio-details-container img{
    height: 25vh;
    }
  }


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 0 0 20px 0;
  color: #fff;
  font-size: 14px;
    background:#212531;
  background: linear-gradient(to right bottom, #2f3441 50%, #212531 50%);
}

#footer .footer-top {
  padding: 40px 0 20px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #191919;
  color: #fff;
  border-top: 4px solid #008bc3;
  text-align: center;
  padding: 30px 20px;
}


#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}


#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #008bc3;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: 0.3s;
}

#footer .footer-top .social-links .footer_social {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  padding-top: 10px;
}

#footer .footer-top .social-links a:hover {
  background: #cc1616;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top .footer_title {
  font-size: 28px;
  font-weight: 600;
  color: #008bc3;
  position: relative;
  bottom: -12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul, .social-links ul  {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links .footer_column, .social-links ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;

}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #008bc3;
  font-size: 23px;
  line-height: 1;
}

#footer .footer-top .social-links ul li {
    padding-bottom: 10px;
}

#footer .footer-top .footer-links ul li {
  padding-bottom:  5px;
  display: flex;
  align-items: center;
}


#footer .footer-top .footer-links ul .footer_contact {
  padding-bottom:  13px;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0px;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover{
  color: yellow;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .copyright {
  border-top: 1px solid #fff;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #e82d2d;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}
