body{
  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);
}


.GlobalPart{
  margin-top: 0px;
  width: 100%;
  height: 550px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.GlobalPart .pn{
  margin-top: 70px;
  font-weight: bold;
  font-size: 25px;
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif;  
  color: #002E7D;
  margin-bottom: 13px; 
  text-align: center;
}
.GlobalPart .box{
  height: 20px;
  width: 84px;
  background-color: aqua;
  margin-bottom: 50px;
}


.logos{
  overflow: hidden;
  padding: 60px 0;
  background-color: #ecfffa;
  white-space: nowrap;
  position: relative;
  width: 100%;
}
.logoSlides img{
  white-space: nowrap;
  height: 50px;
  margin: 0 20px;
}
.logoSlides{
  white-space: nowrap;
  display: inline-block;
  animation: 50s slides infinite linear;
}


@keyframes slides {
  from{
    transform: translateX(0);
  }
  to{
    transform: translateX(-100%);
  }
}


/* Slideshow container */
.slideshow-container {
  width: 100%;
  height: 540px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}
.slideshow-container img{
  position: static;
    width: 100%;
    height: 540px;
    object-fit: cover;
    object-position: top;
}

/* Next & previous buttons */
.prev, .next {
  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 {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}


/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


.vidCont{
  width: 100%;
  height:550px;
  background-color: #a5edff7a;
  padding-top: 20px;
  margin: 0px;
}

#compVid{
  margin-left: 50%;
  transform: translate(-50%);
  border: none;
  border-radius: 20px;
}














/* 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, .samAddress, .minAddress, .cebAddress{
  display: flex;
  border: 1px solid black;
 
} */
.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,.contInfo2 svg,.contInfo3 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{
  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;
}
.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 (min-width: 1400px) {
  /* Slideshow container */
.slideshow-container {
  width: 100%;
  height: 940px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}
.slideshow-container img{
  position: static;
    width: 100%;
    height: 940px;
    object-fit: cover;
    object-position: top;
}
  nav{
    /* border: 1px solid black; */
    padding-bottom: 0px;
    background-color: #CBF8FF;
    height: 100px;
    
  }
  nav img{
    height: 35px;
    margin: 0px;
    margin-top: 48px;
    margin-left: 40px;
     transform: translate(-50%, -50%);
  }
nav li{
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 25px;
    display: block;
    text-transform: uppercase;
    margin-left: 40px;  
    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: 35px;
    margin-right: 100px;
    width: auto;
    height: auto;
  }

  
.PLinesCont{
  position: relative;
  width: 300px;
  height: 178.69px;
  overflow: hidden;
  box-shadow: 10px 10px 35px -8px rgba(180, 180, 180, 0.644);
  border-radius: 8px;
}
}
@media only screen and (max-width: 1280px) {
  
  
  nav img{
    height: 35px;
    margin: 0px;
    margin-top: 35px;
    margin-left: 50px;
     transform: translate(-50%, -50%);
  }
nav li{
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
    display: block;
    text-transform: uppercase;
    margin-left: 40px;  
    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: 27px;
    margin-right: 20px;
    width: auto;
    height: auto;
  }


#DNAStrand{
   position: absolute;
  left: 10px;
  margin-top: 100px;
  width: 360px;
  height: 800px;
  transform: rotate(100deg);
  object-fit: fill;
  object-position: top;
  opacity: .5;

}
.prodLines{
  margin-top: -19px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 1140px;
  background-color: rgb(204, 236, 255);
  position: relative;
}

.gridCont, .gridCont1{
  display: grid;
  grid-template-columns: auto auto ;
  grid-gap: 50px;
}


footer{
  
  height: 495px;
  width: 100%;
  
}

.followUs {
  display: block;
  width: auto;
  height: 35px;
  margin-top: 300px;
  margin-left: -450px;
  /* border: 1px solid black; */
}
}

@media only screen and (max-width: 810px) {
  
#compVid{
  width: 340px;
  height: 220px;
}
.vidCont{
  height:300px;
  padding-top: 50px;
}


  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: 10px;
    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: 27px;
    margin-right: 20px;
    width: auto;
    height: auto;
  }


#DNAStrand{
   position: absolute;
  left: 10px;
  margin-top: 100px;
  width: 360px;
  height: 800px;
  transform: rotate(100deg);
  object-fit: fill;
  object-position: top;
  opacity: .5;

}
.prodLines{
  margin-top: -19px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 2250px;
  background-color: rgb(204, 236, 255);
  position: relative;
}

.gridCont, .gridCont1{
  display: grid;
  grid-template-columns: auto ;
  grid-gap: 50px;
}




  footer{
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 400px 300px;
    height: 955px;
    width: 100%;
    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; */
}

}


