/* ******************************************************************* */
/* Desktop view */
h2 {
  font-size: 40px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 12px;
}
iframe {
  margin: 0;
  padding: 0;
  border: none; /* Remove iframe border */
  display: block; /* Make sure the iframe takes up the full width */
}
/* ---------------------------- */
/* NAVBAR  */
/* -------------------- */
.Izraanavbar {
  display: flex !important;
  width: 100% !important;
  height: 15% !important;
  background-color: #4e5849 !important;
}

.Izraanav-elements {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
}

.Izraalogo {
  margin-left: 3%;
  padding: 1px;
}
p {
  margin: 0px;
}
.Izraanav-elements > .Izraanav-1,
.Izraanav-elements > .Izraanav-2,
.Izraanav-elements > .Izraanav-3,
.Izraanav-elements > .Izraanav-4,
.Izraanav-elements > .Izraanav-5,
.nav-elements > .nav-6 {
  margin-right: 60px;
  padding: 5px;
  position: relative;
}

.social-icons {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.social-icons a {
  color: white;
  font-size: 1.4rem;
  margin-right: 15px;
}

.Izraanav-elements > .Izraanav-1 > a,
.Izraanav-elements > .Izraanav-2 > a,
.Izraanav-elements > .Izraanav-3 > a,
.Izraanav-elements > .Izraanav-4 > a,
.Izraanav-elements > .Izraanav-5 > a,
.Izraanav-elements > .Izraanav-6 > a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-family: "Google Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.Izraanav-elements > .Izraanav-2 > p,
.Izraanav-elements > .Izraanav-3 > p {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-family: "Google Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.Izraanav-elements > .Izraanav-1 > a::after,
.Izraanav-elements > .Izraanav-4 > a::after,
.Izraanav-elements > .Izraanav-5 > a::after,
.Izraanav-elements > .Izraanav-6 > a ::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgb(255, 255, 255);
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease;
}

.Izraanav-elements > .Izraanav-1 > a:hover::after,
.Izraanav-elements > .Izraanav-4 > a:hover::after,
.Izraanav-elements > .Izraanav-5 > a:hover::after,
.Izraanav-elements > .Izraanav-6 > a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.Izraalogo > img {
  width: 90%;
}
.Izraadropdown {
  position: relative;
  display: inline-block;
}

.Izraadropdown-content {
  display: none;
  position: absolute;
  background-color: #4e5849;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.Izraadropdown-content a {
  color: white !important;
  padding: 12px 16px !important;
  text-decoration: none !important;
  display: block !important;
}

.Izraadropdown-content a:hover {
  background-color: #3a3f35;
}

.Izraadropdown:hover .Izraadropdown-content {
  display: block;
}
/* ---------------------- */
/* Override */
.carousel-caption.top-left {
  position: absolute;
  top: 10%;
  left: 5%;
  text-align: left;
}
.carousel-caption.top-left h1 {
  font-size: 64px;
}
.carousel-caption.center {
  position: absolute;
  top: 40%;
}
.carousel-caption.center h1 {
  font-size: 64px;
}
.marginAfterSection {
  margin-top: 5%;
}
/* -------------- */
/* Titles */
.title {
  align-items: center;
  text-align-last: center;
}
.title h3 {
  color: #686868;
  margin: 0px;
}
.title h2 {
  color: #686868;
}
.title h1 {
  font-size: 48px;
  color: black;
}
/* About us home page */
.container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background-color: #fff;
  border-radius: 8px;
  max-width: 1200px;
}

.content {
  flex: 1;
  padding: 20px;
}

.content p {
  font-size: 20px;
  margin: 0;
  line-height: 1.6;
}

.image-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
}

.image-container img {
  max-width: 70%;

  border-radius: 8px;
}

.Btnread-more {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 16px;
  color: #2dea8e;
  background-color: #ffffff;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.Btnread-more:hover {
  background-color: #a0a0a0;
}
/* ------------- */
/* Projects Home page */
/* --------------- */
.projects-section {
  text-align: center;
  padding: 50px 20px;
  position: relative;
}

.project-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.project-row {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.project-item {
  position: relative;
  overflow: hidden;
  margin: 0 10px;
}

.project-item img {
  width: 100%;
  height: auto;
  display: block;
}

.project-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.project-item .project-overlay {
  opacity: 1;
}

.view-more a {
  display: inline-block;
  padding: 8px 16px;
  font-size: 16px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  border-radius: 4px;
  margin-top: 10px;
  color: rgb(0, 0, 0) !important;
}
.view-more a:hover {
  color: rgb(0, 0, 0) !important;
  text-decoration: none !important;
}
.view-more :hover {
  background-color: #686868;
}
.view-all-projects {
  display: inline-block;
  padding: 12px 24px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  position: absolute;
}
.BtnAllProjects {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 16px;
  color: #ffffff;
  background-color: #4e5849;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.BtnAllProjects > button:hover {
  background-color: #080808;
}
.video-container {
  position: relative;
  width: 90%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

video {
  width: 100%;
  display: block;
  border-radius: 15px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  pointer-events: none; /* Makes overlay non-interactive */
}

.logo1,
.logo2 {
  max-width: 100px;
  max-height: 100px;
}

.logo1 {
  align-self: flex-start;
}

.logo2 {
  align-self: flex-start;
  margin-left: auto;
}
/* --------------- */
/* news */
/* --------------- */

.Newscontainer {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  padding: 20px;
  max-width: 1200px;
  width: 100%;
}

.Newscard {
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.Newscard img {
  width: 100%;
  height: auto;
}

.Newscard .date {
  background-color: #4e5849;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 10px 10px;
  font-weight: bold;
  text-align: center;
}

.Newscard .Newscontent {
  padding: 15px;
}

.Newscard .Newscontent .Newsauthor {
  color: #888;
  font-size: 14px;
}

.Newscard .Newscontent .Newstitle {
  font-size: 18px;
  margin: 10px 0;
  color: #333;
  font-weight: bold;
}

.Newscard .Newscontent .Newscomments {
  color: #888;
  font-size: 14px;
}

/* ---------------- */
/* Contact Us */
.contact-container {
  display: flex;
  background-color: #fefaf3;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  overflow: hidden;
}

.contact-info {
  background-color: #fefaf3;
  padding: 30px;
  flex: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.contact-info h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.contact-info p {
  font-size: 16px;
  margin-bottom: 20px;
}

.contact-form {
  padding: 30px;
  flex: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-form h3 {
  color: #f7b52c;
  font-family: "Google Sans", sans-serif;
  font-size: 24px;
  margin-bottom: 5px;
}

.contact-form h1 {
  font-size: 36px;
  margin-bottom: 30px;
}

.contact-form .form-group {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.contact-form button {
  background-color: #4e5849;
  color: white;
  border: none;
  padding: 15px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.contact-form button:hover {
  background-color: #2fa947;
}
/* ---------------- */
/* Footer Styles */
.footer {
  background-color: #4b5a4b;
  color: #d9d9d9;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  justify-content: space-between;
}

.footer-column {
  flex: 1;
  min-width: 220px;
  margin: 20px;
}

.footer-logo {
  width: 80px;
  margin-bottom: 10px;
}

.footer-social a {
  margin: 0 10px;
}

.footer-social img {
  width: 24px;
  height: 24px;
}

.footer-column h3 {
  color: #f7b52c;
  margin-bottom: 10px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: #d9d9d9;
  text-decoration: none;
}

.footer-column ul li span {
  color: #888;
  font-size: 14px;
  margin-left: 10px;
}

.footer-form {
  display: flex;
  margin-top: 10px;
}

.footer-form input {
  padding: 10px;
  border: none;
  border-radius: 5px 0 0 5px;
  flex: 1;
}

.footer-form button {
  padding: 10px;
  border: none;
  background-color: #4e5849;
  color: white;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
  border-top: 1px solid #888;
  padding-top: 10px;
}

.footer-bottom p,
.footer-bottom a {
  color: #d9d9d9;
  margin: 0;
}

.footer-bottom a {
  text-decoration: none;
  margin: 0 10px;
}

/* ******************************************************************* */ /* ******************************************************************* */
/* About us page */
.aboutContent {
  width: 60%;
}
.aboutContent p {
  font-size: 18px;
}

.aboutUsContainer {
  display: flex;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.aboutUsLogo {
  background-color: #d3ccb9;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutUsLogo img {
  max-width: 100%;
  height: auto;
}
.aboutUsContent {
  background-color: #4d544c;
  color: white;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.aboutUsContent ul {
  list-style-type: none;
  padding: 0;
}
.aboutUsContent ul li {
  margin-bottom: 15px;
}
.aboutUsContent ul li:before {
  content: "•";
  color: #ffffff;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.aboutUsContent h1 {
  margin: 0;
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.ourGoalContainer {
  width: 100%;
  display: inline-flex;
}
.outGoalImage {
  width: 30%;
}
.ourGoalContent {
  width: 70%;
  background-color: #4b5a4b;
}
.ourGoalContent li {
  color: white;
}
.ourGoalContent > ul > li {
  margin-top: 30px;
}
/* Grid solution */

/* Add a container for grid */
#blog-container {
  width: 80%; /* Adjusted for demonstration */
  height: 100%;
  max-width: 1200px;
  margin: 10px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two columns */
  gap: 20px; /* Add spacing between items */
}

.blog-post {
  background: #fff;
  height: 100%;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.blog-post img {
  width: 100%;
  border-radius: 8px;
}

.blog-post h3 {
  margin: 10px 0;
}

.blog-post p {
  line-height: 1.6;
}

#pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  grid-column: 1 / -1; /* Span across all columns */
}

#pager button {
  background: #4e5849;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin: 0 10px;
  border-radius: 5px;
  cursor: pointer;
}

#pager button:disabled {
  background: #ccc;
}

#pager span {
  font-size: 18px;
}

/* ------------------ */
/* Team */
.team-section {
  width: 90%;
  max-width: 1200px;
  margin: 20px auto;
  text-align: center;
}

.team-section h2 {
  color: #4e5849;
  margin-bottom: 20px;
}

.team-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.team-member {
  background: #fff;
  margin: 10px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  flex-basis: 18%;
  box-sizing: border-box;
  text-align: center;
}

.team-member img {
  width: 100%;
  height: 50%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.team-member h3 {
  margin: 8px 0 5px;
}

.team-member p {
  margin: 3px 0;
}

@media (max-width: 768px) {
  .team-member {
    flex-basis: 45%;
  }
}

@media (max-width: 480px) {
  .team-member {
    flex-basis: 35%; /* Each two members in one line */
  }

  .team-member:nth-child(odd) {
    margin-right: 10%; /* Add margin to the right for odd elements to create space */
  }
}
/* ------------- */
/* Projects */
.Projectscontainer {
  display: grid;
  gap: 20px;
  padding: 20px;
}

.Projectscard {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.Projectscard img {
  width: 100%;
  height: auto;
}

.Projectscard-content {
  padding: 16px;
}

.Projectscard-title {
  font-size: 1.2em;
  margin: 0;
}

/* Responsive Layout */
@media (min-width: 1024px) {
  .Projectscontainer {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .Projectscontainer {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .Projectscontainer {
    grid-template-columns: 1fr;
  }
}
/* ******************************************************************* */
.projectContainer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.projectDetails {
  background-color: #fffae6;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  text-align: left;
}

.projectDetails h2 {
  margin-top: 0;
}

.projectDescription p {
  line-height: 1.6;
  color: #333;
}

.projectImages {
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.projectImages img {
  width: calc(50% - 10px);
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 600px) {
  .projectImages img {
    width: 48%;
  }
  .projectImages {
    gap: 2px;
  }
}
li p {
  margin-bottom: 3%;
}
/* Mobile view */

@media (max-width: 768px) {
  .ourGoalContent > ul > li {
    margin-top: 0px;
  }

  li p {
    margin-bottom: 0%;
  }

  .contact-info p {
    font-size: 12px;
    margin-bottom: 9px;
  }
  .contact-info h2 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .contact-info {
    background-color: #fefaf3;
    padding-bottom: 10px;
  }
  h2 {
    font-size: 16px;
  }
  h3 {
    font-size: 14px;
  }
  h4 {
    font-size: 12px;
  }
  h5 {
    font-size: 10px;
  }
  h6 {
    font-size: 8px;
  }
  p {
    font-size: 8px;
  }

  /* NAVBAR  */
  /* -------------------- */
  .Izraanavbar {
    display: flex;
    width: 100%;
    height: 5%;
    background-color: #4e5849;
  }
  .Izraanav-elements {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .Izraanav-elements > .Izraanav-1,
  .Izraanav-elements > .Izraanav-2,
  .Izraanav-elements > .Izraanav-3,
  .Izraanav-elements > .Izraanav-4,
  .Izraanav-elements > .Izraanav-5,
  .Izraanav-elements > .Izraanav-6 {
    margin-right: 5px;
    position: relative;
  }

  .Izraanav-elements > .Izraanav-1 > a,
  .Izraanav-elements > .Izraanav-2 > a,
  .Izraanav-elements > .Izraanav-3 > a,
  .Izraanav-elements > .Izraanav-4 > a,
  .Izraanav-elements > .Izraanav-5 > a,
  .Izraanav-elements > .Izraanav-6 > a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-family: "Google Sans", sans-serif;
    font-size: 0.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .Izraanav-elements > .Izraanav-2 > p,
  .Izraanav-elements > .Izraanav-3 > p {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-family: "Google Sans", sans-serif;
    font-size: 0.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .Izraalogo {
    margin-left: 3%;
    padding: 1px;
  }
  .Izraalogo > img {
    height: 50px;
  }
  .IzraaLogoImg {
    height: 50px;
  }
  .social-icons {
    display: flex;
    align-items: center;
    margin-left: 20px;
  }

  .social-icons a {
    color: white;
    font-size: 0.5rem;
    margin-right: 5px;
  }
  .Izraadropdown-content {
    display: none;
    position: absolute;
    background-color: #4e5849;
    min-width: 120px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .Izraadropdown-content a {
    color: white;
    padding: 6px 8px;
    text-decoration: none;
    display: block;
    font-size: 0.5rem;
  }
  .carousel-caption.top-left h1 {
    font-size: 20px;
  }
  .carousel-caption.center h1 {
    font-size: 20px;
  }

  /* -------------------- */
  .marginAfterSection {
    margin-top: 18px;
  }
  /* -------------- */
  /* Titles */
  .title h3 {
    color: #686868;
    font-size: 10px;
  }
  .title h2 {
    color: #686868;
    font-size: 12px;
  }
  .title h1 {
    font-size: 20px;
    color: black;
  }
  /* -------------- */
  /* About us home page */
  /* -------------- */

  .content p {
    font-size: 9px;
    margin: 0;
    line-height: 1.6;
  }

  .image-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-left: 50px;
  }

  .image-container img {
    max-width: 70%;
    height: 100%;
    border-radius: 8px;
  }
  @media (max-width: 768px) {
    .container {
      flex-direction: column;
    }

    .image-container {
      margin-left: 0;
      margin-top: 20px;
    }

    .content p {
      font-size: 10px;
    }
  }

  .outGoalImage {
    width: 50%;
  }
  .Btnread-more {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 10px;
    font-size: 6px;
    color: #2dea8e;
    background-color: #ffffff;
    border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .Btnread-more:hover {
    background-color: #a0a0a0;
  }
  .BtnAllProjects {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 10px;
    font-size: 6px;
    color: #777777;
    background-color: #ffffff;
    border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .BtnAllProjects:hover {
    background-color: #45a049;
    transform: scale(1.05);
  }
  /* -------------------- */
  /* Projects Home page */
  /* -------------------- */
  .view-more a {
    display: inline-block;
    padding: 4px 8px;
    font-size: 6px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 10px;
  }
  .view-more a:hover {
    color: rgb(0, 0, 0) !important;
    text-decoration: none !important;
  }
  .view-more :hover {
    background-color: #686868;
  }
  .project-overlay h4 {
    font-size: 9px;
  }
  /* news */
  /* --------------- */

  .Newscontainer {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  .contact-container {
    flex-direction: column;
  }

  .contact-info,
  .contact-form {
    flex: none;
    width: 100%;
  }

  .contact-form .form-group {
    flex-direction: column;
  }

  .contact-form h1 {
    font-size: 28px;
  }

  .contact-form h3 {
    font-size: 16px;
  }
  /* ******************************************************************* */ /* ******************************************************************* */
  /* About us page */
  .aboutContent {
    width: 60%;
  }
  .aboutContent p {
    font-size: 10px;
  }
  .aboutUsContainer {
    display: flex;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .aboutUsLogo {
    background-color: #d3ccb9;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .aboutUsLogo img {
    max-width: 100%;
    height: auto;
  }
  .aboutUsContent {
    background-color: #4d544c;
    color: white;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .aboutUsContent ul {
    list-style-type: none;
    padding: 0;
  }
  .aboutUsContent ul li {
    margin-bottom: 15px;
  }
  .aboutUsContent ul li:before {
    content: "•";
    color: #ffffff;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
  }
  .aboutUsContent h1 {
    margin: 0;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  /* ------------ */
  #blog-container {
    margin: 5px auto;
  }
  .blog-post {
    margin: 10px 0;
    padding: 10px;
  }
  #pager button {
    background: #4e5849;
    color: #fff;
    border: none;
    padding: 3px 6px;
    margin: 0 5px;
    border-radius: 5px;
    cursor: pointer;
  }

  #pager button:disabled {
    background: #ccc;
  }

  #pager span {
    font-size: 9px;
  }
  .team-member p {
    margin: 3px 0;
    font-size: 7px;
  }
}

@media (max-width: 480px) {
  .Newscontainer {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* ******************************************************************* */
body {
  margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Google Sans", sans-serif;
  color: rgb(85, 85, 85);
}
