* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  overflow-x: none;
}
/* Scrollbar customization */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: #ffa825;
  border-radius: 50px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.7);
}
/* Scrollbar customization ends */
body,
.container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
}
/* Code for the top panel */
.topPanel {
  width: 100%;
  height: 2em;
  background-color: #0098db; /*pacific blue*/
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
#mySidenav,
#openBtn,
#main {
  display: none;
}
#navSocial {
  width: 10em;
  height: 2em;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
#navSocial a {
  text-decoration: none;
}
#navSocial a i {
  color: #ffffff;
  transition: all 0.3s ease;
}
#navSocial a i:hover {
  transform: scale(1.05);
}
#navLinks {
  width: 25em;
  height: 2em;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
#navLinks a {
  text-decoration: none;
  color: #ffffff;
}
#navLinks a button {
  width: 10em;
  height: 1.9em;
  border-radius: 50px;
  color: #ffffff;
  background-color: #ffa825; /*Lightning yellow*/
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
#navLinks a button:hover {
  transform: scale(1.05);
}
#navLinks #callLink {
  font-size: 1em;
}
/* Top panel code ends */
/* Navbar Code */
.navBar {
  width: 100%;
  height: 4.5em;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  -webkit-user-select: none;
}
#firstDiv {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  width: 40%;
}
#image {
  width: 4em;
  height: 4em;
}
#image img {
  width: 100%;
  height: 100%;
  -webkit-user-drag: none;
  border-radius: 50px;
}
.navBar a {
  text-decoration: none;
  color: #000;
  font-weight: 800;
  font-size: 1.1em;
  transition: all 0.3s ease;
}
.navBar a:hover {
  transform: scale(1.05);
}
.navBar a#active {
  color: #0098db;
}
/* Navbar code ends */
.homePage {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("bg-img.jpg");
  background-repeat: no-repeat;
  background-blend-mode: darken !important;
  width: 100%;
  height: 40em;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.homePage #heading {
  width: 100%;
  height: 40em;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 2em;
}
.homePage #heading h1 {
  color: rgb(255, 255, 255);
  font-size: 3em;
  -webkit-user-select: none;
}
#ptag {
  color: #ffffff;
  font-size: 1.3em;
}
#firstDiv2 {
  display: none;
}
.ourVision {
  width: 100%;
  height: 18em;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding: 1em;
  -webkit-user-select: none;
}
#vision {
  width: 15em;
  height: 15em;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 2.2em;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 3em;
}
#mission {
  width: 15em;
  height: 15em;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 2.2em;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 3em;
}
.ourVision i {
  font-size: 3em;
  color: #ffa825;
}
.description1 {
  width: 100%;
  height: 30em;
  background-color: #0098db;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding: 1em;
}
.innerText {
  width: 50%;
  /* padding: em; */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  color: #ffffff;
}
.innerText h1 {
  text-decoration: underline;
}
.imageDiv {
  width: 23em;
  height: 18em;
}
.imageDiv img {
  width: 100%;
  height: 100%;
  border-radius: 3em;
  -webkit-user-drag: none;
  -webkit-user-select: none;
}
/* Description 2 */
.description2 {
  width: 100%;
  height: 30em;
  background-color: #ffffff;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  align-items: center;
  padding: 1em;
}
.innerText2 {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  color: #0098db;
}
.innerText2 h1 {
  text-decoration: underline;
}
.imageDiv2 {
  width: 23em;
  height: 18em;
}
.imageDiv2 img {
  width: 100%;
  height: 100%;
  border-radius: 3em;
  -webkit-user-drag: none;
  -webkit-user-select: none;
}
.innerText button,
.innerText2 button {
  width: 10em;
  height: 2.5em;
  border-radius: 50px;
  border: none;
  color: #ffffff;
  background-color: #ffa825;
  transition: all 0.3s ease;
  cursor: pointer;
}
.innerText button:hover,
.innerText2 button:hover {
  transform: scale(1.05);
}

/* Description 2 ends */

/* TESTIMONIAL SECTION */
.testimonial-slider {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  /* background-color: #0098db; */
  background-color: #003e59;
  color: #ffffff;
  -webkit-user-select: none;
}

.slider-container {
  display: flex;
  transition: transform 0.3s ease;
}

.testimonial {
  flex: 0 0 100%;
  padding: 20px;
  text-align: center;
}

.testimonial img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin-bottom: 10px;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  border: 3px solid #ffa825;
  -webkit-user-drag: none;
}

.testimonial h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.testimonial p {
  font-size: 14px;
}

.slider-controls {
  margin-top: 10px;
  text-align: center;
  font-weight: 800;
}

.prev-btn,
.next-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  font-weight: 800;
  padding: 5px 10px;
  color: #ffa825;
}

.prev-btn:hover,
.next-btn:hover {
  background-color: white;
}

/* TESTIMONIAL SECTION  ENDS*/
.info {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("group1.jpg");
  background-repeat: no-repeat;
  background-blend-mode: darken !important;
  width: 100%;
  height: 18em;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.info #address {
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  color: #ffffff;
  -webkit-user-select: none;
}
.info #contact {
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  color: #ffffff;
  -webkit-user-select: none;
}
/* FOOTER SECTION */
footer {
  width: 100%;
  height: 15em;
  background-color: #003e59;
  color: #ffffff;
  -webkit-user-select: none;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.footerImage {
  width: 12em;
  height: 12em;
}
.footerImage img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
footer a {
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease;
}
footer a:hover {
  text-decoration: underline;
  transform: scale(1.05);
}
footer #footerText1 {
  width: 50%;
  height: 3em;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
/* FOOTER SECTION ENDS */

/* Screens lower than 768px */
@media (max-width: 768px) {
  ::-webkit-scrollbar {
    display: none;
  }
  ::-webkit-scrollbar-thumb {
    display: none;
  }
  ::-webkit-scrollbar-track {
    box-shadow: none;
  }

  body,
  .container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .topPanel {
    width: 100%;
    height: 10em;
    background-color: #0098db; /*pacific blue*/
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 1em;
    -webkit-user-select: none;
  }
  #navLinks {
    width: 25em;
    height: 7em;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }
  #navLinks a button {
    width: 14em;
    height: 2.5em;
    border-radius: 50px;
    color: #ffffff;
    background-color: #ffa825; /*Lightning yellow*/
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.1em;
  }
  #navLinks #callLink {
    font-size: 1.2em;
  }
  #navSocial {
    width: 10em;
    height: 2em;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }
  .navBar {
    display: none;
  }
  .homePage {
    width: 100%;
    height: auto;
  }
  .homePage * {
    overflow: none !important;
  }

  #mySidenav,
  #openBtn,
  #main {
    display: initial;
  }
  .innerText button,
  .innerText2 button {
    width: 10em;
    height: 3em;
    border-radius: 50px;
    border: none;
    color: #ffffff;
    background-color: #ffa825;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: 1%;
  }
  .info {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url("group1.jpg");
    background-repeat: no-repeat;
    background-blend-mode: darken !important;
    width: 100%;
    height: 20em;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }
  .info #address {
    width: 100%;
    height: 10em;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    color: #ffffff;
    -webkit-user-select: none;
    padding: 1em;
  }
  .info #contact {
    width: 100%;
    height: 10em;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    color: #ffffff;
    -webkit-user-select: none;
    padding: 1em;
  }
  /* FOOTER SECTION */
  footer {
    width: 100%;
    height: 40em;
    background-color: #003e59;
    color: #ffffff;
    -webkit-user-select: none;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }
  .footerImage {
    width: 12em;
    height: 12em;
  }
  .footerImage img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  footer a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
  }
  footer a:hover {
    text-decoration: underline;
    transform: scale(1.05);
  }
  footer #footerText1 {
    width: 100%;
    height: 17em;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 1em;
  }
  /* FOOTER SECTION ENDS */

  #firstDiv2 {
    width: 100%;
    height: 5em;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }
  #firstDiv2 i {
    font-size: 2em;
  }
  .homePage #heading {
    width: 100%;
    height: 40em;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 1em;
  }
  .homePage #heading h1 {
    color: rgb(255, 255, 255);
    font-size: 2em;
    -webkit-user-select: none;
  }
  #ptag {
    -webkit-user-select: none;
    color: #ffffff;
  }
  .ourVision {
    width: 100%;
    height: 40em;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 1em;
    -webkit-user-select: none;
  }
  #vision {
    width: 15em;
    height: 15em;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 2.2em;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10em;
  }
  #mission {
    width: 15em;
    height: 15em;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 2.2em;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10em;
  }
  .ourVision i {
    font-size: 3em;
    color: #ffa825;
  }
  .description1 {
    width: 100%;
    height: 55em;
    background-color: #0098db;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-evenly;
    align-items: center;
    padding: 1em;
    -webkit-user-select: none;
  }
  .innerText {
    width: 100%;
    padding: 1em;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    color: #ffffff;
  }
  .innerText h1 {
    text-decoration: underline;
  }
  .imageDiv {
    width: 100%;
    height: 18em;
  }
  .imageDiv img {
    width: 100%;
    height: 100%;
    border-radius: 3em;
    -webkit-user-drag: none;
    -webkit-user-select: none;
  }
  /* Description 2 */
  .description2 {
    width: 100%;
    height: 55em;
    background-color: #ffffff;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-evenly;
    align-items: center;
    padding: 1em;
  }
  .innerText2 {
    width: 100%;
    padding: 1em;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    color: #0098db;
  }
  .innerText2 h1 {
    text-decoration: underline;
  }
  .imageDiv2 {
    width: 100%;
    height: 18em;
  }
  .imageDiv2 img {
    width: 100%;
    height: 100%;
    border-radius: 3em;
    -webkit-user-drag: none;
    -webkit-user-select: none;
  }
}

/* SIDE NAV */
/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 12; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #ffa825; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #000;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
/* SIDE NAV ENDS*/
