body{
    width: 100%;
    height: 1000px;
    margin: 0px;
    opacity: 0;
    transition: opacity .5s;
  }
nav img{
    height: 65px;
    margin: 0px;
    margin: 2.5px 0px 2.5px 35px;
  }
nav{
    /* border: 1px solid black; */
    padding-bottom: 0px;
    background-color: #CBF8FF;
    height: 70px;
    display: flex;
    justify-content: start;
    vertical-align: middle;
  }
.gap{
    flex: 1;
  }
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 27px;
    margin-right: 120px;
    
  }
nav li{
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    margin-left: 30px;
    display: inline-block;
    justify-content: end;
    text-transform: uppercase;
    
  }
nav a{
    /* border-bottom: 1px solid; */
    text-decoration: none;
    color: rgb(36, 36, 36);
  }
nav a:hover {
    border-bottom: 1px solid rgb(0, 40, 170);
    text-decoration: none;
    color: rgb(0, 40, 170);
  }
nav a:active {
    border-bottom: 1px solid rgb(0, 159, 233);
    text-decoration: none;
    color: rgb(0, 159, 233);
  }


h1,p{
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
}

.backPhoto{
    width: 100%;
    height: 210px;
    object-fit: cover;
    object-position: center;
    opacity: .85;
    position: absolute;
}
.mvcCont h1, .mvcCont p{
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #FFFFFF;
    margin: 0px;
}
.h1Cont{
    position: absolute;
    width: 590px;
    height: 110px;
    background-color: #007B8E;
    text-align: center;
    box-shadow: inset 0px 16px 14px -2px rgba(0,0,0,0.16);
    display: inline-block;
    margin-top: 210px;
    z-index: 2;
    margin-left: 50%;
    transform: translate(-50%, -50%);
}
.h1Cont h1{
    margin-top: 20px;
    margin-bottom: 15px;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    color: white;
}
.miniBox1{
    background-color:#00CBE9;
    width: 80px;
    height: 20px;
    margin: 0px;
    margin-left: 50%;
    transform: translate(-50%, -50%);
}
.sllBck{
    width: 100%;
    position: relative;
    z-index: 3;
    margin-left: 50%;
    transform: translate(-50%, 310px);
    margin-bottom: 100px;
}
.sllBck .oS{
    text-align: center;
    padding-bottom: 0px;
    width: 350px;
    height: 40px;
    font-size: 20px;
    border-bottom: 3px dotted #026372;
    color: black;
    margin-left: 50%;
    transform: translate(-50%);
}
.skyB{
    margin-top: -255px;
    background-color: #79E4FB;
    opacity: .26;
    width: 100%;
    height: 290px;
}
.storyBck .pr{
    line-height: 2;
    font-size: 20px;
    margin-top: 30px;
    width: 850px;
    color: black;
    text-align: center;
    margin-left: 50%;
    transform: translate(-50%);
}
.mis, .vis{
    width: 80px;
    height: 26px;
    background-color: #00CBE9;
    padding-top: 2px;
    margin-left: 50%;
    transform: translate(-50%);
}
.misDiv,.visDiv{
    width: 450px;
    height: 180px;
    background-color: #016692;
    padding-top: 20px;
    border-radius: 5px;
}
.mis h4,.vis h4, .coreVal h4{
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #FFFFFF;
    margin: 0px;
    text-align: center;
}
.mis p, .vis p{
    width: 400px;
    height: auto;
    text-align: center;
    margin-left: 50%;
    transform: translate(-50%);
    margin-top: 40px;
    font-size: 15px;
    text-shadow: 4px 4px 6px rgba(0,0,0,0.17);
}
.misvis{
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}
.coreVal ul{
    list-style-type: none;
    text-align: center;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0px;
    padding-left: 0px;
}
.coreVal ul li{
    margin: 10px;
}
.cvDiv{
    margin-top: 40px;
    width: 170px;
    height: 30px;
    background-color: #0479B5;
    padding-top: 9px;
    margin-left: 50%;
    transform: translate(-50%);
}
.mvcCont{
    position: relative;
    z-index: 2;
}
.skyBck{
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 600px;
    background-color: #B2F6F2;
    opacity: .26;
    margin-top: -544px;
}




/* EVENTSSSS CSS */
.EventCont iframe{
  width: 500px;
  height: auto;
  margin-top: 10px;
}

.EventCont video{
width: 500px;
height: auto;
margin-top: 10px;
}
.EventCont p,.EventCont h2,.EventCont h4{
font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
width: 698px;
margin: 0px;
text-align: center;
vertical-align: top;
margin-left: 50%;
  transform: translate(-50%);
}
.EventCont p{
width: 600px;
text-align: justify;
justify-content: center;
margin-top: 20px;
}
.EventCont{
  position: relative;
  width: 1200px;
  height: 1000px;
  margin-left: 50%;
  margin-top: 510px;
  transform: translate(-50%);
}
.event{
  position: relative;
display: flex;
width: 1200px; 
margin-top: 50px;
border-bottom: 3px dotted #5f5f5f;
padding-bottom: 20px;
}


/* START OF SLIDESHOWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW */

/* Slideshow container */
.slideshow-container,.slideshow-container1 {
width: 450px;
height: 300px;
object-fit: fill;
position: relative;
margin: auto;
}

/* Hide the images by default */
.mySlides,.mySlides1 {
display: none;
}
.slideshow-container img,.slideshow-container1 img{
position: static;
  width: 450px;
  height: 300px;
  object-fit: cover;
  object-position: top;
}

/* Next & previous buttons */
.prev, .next,.prev1, .next1 {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
margin-top: -22px;
padding: 16px;
color: white;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
}

/* Position the "next button" to the right */
.next, .next1 {
right: 0;
border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover,.prev1:hover, .next1:hover {
background-color: rgba(0,0,0,0.8);
}


/* Fading animation */
.fade,.fade1 {
animation-name: fade;
animation-duration: 1.5s;
}

@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
@keyframes fade1 {
from {opacity: .4}
to {opacity: 1}
}
/* END OF SLIDESHOOOWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW */



/* FOOTER CSS STARTS HERE */
footer{
    position: relative;
    display: flex;
    width: auto;
    top: 70%;
    height: 355px;
    background-color: #00879C;
    -webkit-box-shadow: inset 0px 8px 8px -2px rgba(0,0,0,0.16);
    -moz-box-shadow: inset 0px 8px 8px -2px rgba(0,0,0,0.16);
    box-shadow: inset 0px 8px 8px -2px rgba(0,0,0,0.16);
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 40px 0px 0px 25px;
  }
  footer h5{
    margin: 0px;
    color: #CBF8FF;
    vertical-align: top;
    margin-left: 20px;
  }
  footer p{
    width: 220px;
    margin: 0px;
    font-size: 13px;
    color: #CBF8FF;
    margin-top: 5px;
    vertical-align: top;
    margin-left: 17.5px;
    text-align: left;
  }
  .luzon, .samar,.mindanao,.cebu{
    width: 250px;
    /* display: flex; */
    background-color: #00879C;
    height: auto;
    
  }
  .luzAddress svg, .samAddress svg, .cebAddress svg, .minAddress svg{
    position: absolute;
    margin: 0px;
  }
  .miniBox{
    background-color: #059BB2;
    width: 50px;
    height: 5px;
    margin-top: 5px;
    margin-left: 18px;
  }
  a, a p{
    text-decoration: none;
    transition: .2s;
  }
  a p:hover{
    color: #0021db;
  }
  .OffCont{
    row-gap: 0px;
    column-gap: 10px;
    display: grid;
    grid-template-columns: auto auto;
    width: 520px;
    height: 210px;
    /* border-right: .7px dotted rgb(27, 27, 27); */
  }
  .contInfo1{
    width: 250px;
    height: 64px;
    /* border: 1px solid black; */
  }
  .contInfo1 p{
    margin-left: 55.6px;
    margin-top: 0px;
  }
  .contInfo1 h4{
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #CBF8FF;
    vertical-align: top;
    margin-left: 5px;
    margin: 0px;
  }
  .contInfo1 svg{
    margin-left: 30px;
    margin-top: 0px;
  }
  .contInfo2 svg{
    margin-left: 30px;
    margin-top: 0px;
  }
  .contInfo2 p{
    margin-left: 55.6px;
    margin-top: 0px;
  }
  .contInfo2{
    width: 250px;
    height: 60px;
    margin-top: 10px;
    /* border: 1px solid black; */
  }
  .contInfo2 h4{
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #CBF8FF;
    vertical-align: top;
    margin-left: 5px;
    margin: 0px;
  }
  .contInfo3 svg{
    margin-left: 30px;
    margin-top: 0px;
  }
  
  .contInfo3{
    width: 250px;
    height: 60px;
    margin-top: 10px;
    /* border: 1px solid black; */
  }
  .contInfo3 h4, .contInfo3 p{
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #CBF8FF;
    vertical-align: top;
    margin-left: 5px;
    margin: 0px;
  }
  .contInfo3 p{
    width: 130px;
    margin-left: 55.6px;
    font-size: 14px;
    margin-top: 0px;
  }
  .contInfo3 svg{
    margin-left: 30px;
  }
  .followUs{
    width: auto;
    height: 35px;
    margin-top: 60px;
    margin-left: -30px;
    /* border: 1px solid black; */
  }
  .followUs h1{
    color: aliceblue;
    border: none;
    margin-left: 135px;
    padding: 0px;   
    margin-bottom: 0px;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    text-shadow: -4px 0px 0px rgba(0,0,0,1);
  }
  .infos123{
    display: inline-block;
  }
  .iCont img{
    width: 35px;
    margin: 20px;
  }
  .iCont img:hover{
    width: 37px;
  }
  .iCont{
    margin-left: 130px;
    display: flex;
  }
  .DotLine, .DotLine1{
    width: 2px;
    height: 375px;
    margin-top: -40px;
    border-left: 3px dotted #059BB2;
  }
  .DotLine1{
    margin-left: 100px;
  }
  .ContactInfo{
    width: 300px;
    height: auto;
    display:flex;
    margin-top: 0px;
  }
  .foot{
    position: absolute;
    width: 500px;
    height: 50px;
    background-color: #059BB2;
    bottom: -24px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .foot p{
    color: rgb(255, 255, 255);
    width: 290px;
    text-align: center;
    margin-top: 10px;
    margin-left: 50%;
    transform: translate(-50%);
  } 




  @media only screen and (max-width: 390px) {
  
    nav img{
      height: 35px;
      margin: 0px;
      margin-top: 8.9%;
      margin-left: 30px;
       transform: translate(-50%, -50%);
    }
  nav li{
      font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
      font-size: 8px;
      display: block;
      text-transform: uppercase;
      margin-left: 5px;  
      width: auto;
      height: 25px;
      
    }
   
    .mainCont{
      width: 100%;
      position: absolute;
      height: 400px;
      margin-top: 28%;
      margin-left: 50%;
      transform: translate(-50%, -50%);
  }
    nav ul {
      display: flex;
      list-style-type: none;
      margin: 0;
      padding: 0;
      padding-top: 25px;
      margin-right: 10px;
    }
  
  
  
    .skyB {
      margin-top: -897px;
      background-color: #79E4FB;
      opacity: .26;
      width: 100%;
      height: 900px;
  }
  .mis p, .vis p {
    width: 280px;
   
  }
  .misDiv, .visDiv {
    width: 336px;
  }
  .h1Cont {
    position: absolute;
    width: 339px;
    height: 79px;
  }
  .storyBck .pr {
    line-height: 2;
    font-size: 20px;
    margin-top: 30px;
    width: 85%;
    color: black;
    text-align: center;
    margin-left: 50%;
    transform: translate(-50%);
}
  
    .misvis{
      display: grid;
      grid-template-columns: auto;
      row-gap: 20px;
      margin-top: 20px;
  }
  
  .slideshow-container,.slideshow-container1 {
    width: 270px;
      height: 260px;
    }
  .event{
  display: grid;
  grid-template-columns: auto;
  width: 270px; 
  margin-top: 50px;
  border-bottom: 3px dotted #5f5f5f;
  padding-bottom: 20px;
  }
  .EventCont {
    width: 270px;
    height: 1000px;
    
  }
  
  /* EVENTSSSS CSS */
  .EventCont iframe{
    width: 270px;
    height: auto;
    margin-top: 10px;
  }
  
  .EventCont video{
  width: 270px;
  height: auto;
  margin-top: 10px;
  }
  .EventCont p,.EventCont h2,.EventCont h4{
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
  width: 270px;
  margin: 0px;
  text-align: center;
  vertical-align: top;
  margin-left: 50%;
    transform: translate(-50%);
  }
  .EventCont p{
  width: 270px;
  text-align: justify;
  justify-content: center;
  margin-top: 20px;
  }
  .slideshow-container img,.slideshow-container1 img{
    position: static;
      width: 270px;
      height: 150px;
      object-fit: cover;
      object-position: top;
    }
    
    .slideshow-container, .slideshow-container1 {
      width: 270px;
      height: 150px;
  }
    
  
  
    footer{
      display: grid;
      grid-template-columns: auto;
      grid-template-rows: 400px 300px;
      height: 955px;
      width: 100%;
      top: 220%;
      padding: 40px 0px 0px 15px;
    }
    .OffCont{
      row-gap: 0px;
      column-gap: 3px;
      width: auto;
      grid-template-columns: auto;
      /* border-right: .7px dotted rgb(27, 27, 27); */
    }
    .luzon, .samar,.mindanao,.cebu{
      width: 150px;
      /* display: flex; */
      background-color: #00879C;
      height: auto;
      
    }
    .ContactInfo{
      height: 0px;
      display: flexbox;
      margin-top: 0px;
    }
    
    .contInfo1 svg,.contInfo2 svg,.contInfo3 svg{
      margin-left: 0px;
      margin-top: 0px;
    }
    .foot{
      width: 290px;
    }
    .foot p{
      font-size: 12px;
    }
    .contInfo3 p {
      font-size: 13px;
  }
  .followUs {
    display: block;
    width: auto;
    height: 35px;
    margin-top: 300px;
    margin-left: -450px;
    /* border: 1px solid black; */
  }
  
  }

  @media only screen and (min-width: 391px) and (max-width: 600px) {

    nav img{
      height: 35px;
      margin: 0px;
      margin-top: 8.9%;
      margin-left: 30px;
       transform: translate(-50%, -50%);
    }
  nav li{
      font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
      font-size: 8px;
      display: block;
      text-transform: uppercase;
      margin-left: 5px;  
      width: auto;
      height: 25px;
      
    }
   
    .mainCont{
      width: 100%;
      position: absolute;
      height: 400px;
      margin-top: 28%;
      margin-left: 50%;
      transform: translate(-50%, -50%);
  }
    nav ul {
      display: flex;
      list-style-type: none;
      margin: 0;
      padding: 0;
      padding-top: 25px;
      margin-right: 10px;
    }
  
  
  
    .skyB {
      margin-top: -643px;
      background-color: #79E4FB;
      opacity: .26;
      width: 100%;
      height: 900px;
  }
  .mis p, .vis p {
    width: 280px;
   
  }
  .misDiv, .visDiv {
    width: 336px;
  }
  .h1Cont {
    position: absolute;
    width: 339px;
    height: 79px;
  }
  .storyBck .pr {
    line-height: 2;
    font-size: 20px;
    margin-top: 30px;
    width: 85%;
    color: black;
    text-align: center;
    margin-left: 50%;
    transform: translate(-50%);
}
  
    .misvis{
      display: grid;
      grid-template-columns: auto;
      row-gap: 20px;
      margin-top: 20px;
  }
  
  .slideshow-container,.slideshow-container1 {
    width: 270px;
      height: 260px;
    }
  .event{
  display: grid;
  grid-template-columns: auto;
  width: 270px; 
  margin-top: 50px;
  border-bottom: 3px dotted #5f5f5f;
  padding-bottom: 20px;
  }
  .EventCont {
    width: 270px;
    height: 1000px;
    
  }
  
  /* EVENTSSSS CSS */
  .EventCont iframe{
    width: 270px;
    height: auto;
    margin-top: 10px;
  }
  
  .EventCont video{
  width: 270px;
  height: auto;
  margin-top: 10px;
  }
  .EventCont p,.EventCont h2,.EventCont h4{
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
  width: 270px;
  margin: 0px;
  text-align: center;
  vertical-align: top;
  margin-left: 50%;
    transform: translate(-50%);
  }
  .EventCont p{
  width: 270px;
  text-align: justify;
  justify-content: center;
  margin-top: 20px;
  }
  .slideshow-container img,.slideshow-container1 img{
    position: static;
      width: 270px;
      height: 150px;
      object-fit: cover;
      object-position: top;
    }
    
    .slideshow-container, .slideshow-container1 {
      width: 270px;
      height: 150px;
  }
    
  
  
    footer{
      display: grid;
      grid-template-columns: auto;
      grid-template-rows: 400px 300px;
      height: 955px;
      width: 100%;
      top: 220%;
      padding: 40px 0px 0px 15px;
    }
    .OffCont{
      row-gap: 0px;
      column-gap: 3px;
      width: auto;
      grid-template-columns: auto;
      /* border-right: .7px dotted rgb(27, 27, 27); */
    }
    .luzon, .samar,.mindanao,.cebu{
      width: 150px;
      /* display: flex; */
      background-color: #00879C;
      height: auto;
      
    }
    .ContactInfo{
      height: 0px;
      display: flexbox;
      margin-top: 0px;
    }
    
    .contInfo1 svg,.contInfo2 svg,.contInfo3 svg{
      margin-left: 0px;
      margin-top: 0px;
    }
    .foot{
      width: 290px;
    }
    .foot p{
      font-size: 12px;
    }
    .contInfo3 p {
      font-size: 13px;
  }
  .followUs {
    display: block;
    width: auto;
    height: 35px;
    margin-top: 300px;
    margin-left: -450px;
    /* border: 1px solid black; */
  }
  
  }



