*{
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    scroll-behavior:smooth ;
}
.about-text p{
  line-height: 1.6;
}
@media (max-width: 900px) {
  header#navbar.navbar{
    padding-left: 10px;
  }
  header#navbar.navbar nav a{
    font-size: 11px;
    margin-left: 15px;
  }
  header#navbar nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: unset;
  }
}
.navbar{
  position: fixed;
  top: 0;
  left: 0;
  width: 90%;
  padding-top: 100px;
  padding-bottom: 1px;
  padding: 7px 120px;
  background: transparent;
  display: flex;
  justify-content: space-between;
  z-index: 100;
  transition: all 0.4s;

}
.BgColour {
  color: black;
  transition: all 0.6s;
  background-color: white;
  border-bottom: 1px solid lightgray;
}
header img{
  width: 60px;
} 
nav a{
  font-size: 18px;
  color: white;
  line-height: 30px;
  height: 30px;
  text-decoration: none;
  font-weight: 550;
  margin-left: 20px;
  transition: 0.4s;
  font-family: "Montserrat", sans-serif;;
}
.colorchange1 a{
  font-size: 18px;
  color: black;
  text-decoration: none;
  font-weight: 550;
  margin-left: 20px;
  transition: 0.4s;
  font-family: "Montserrat", sans-serif;;
}
nav a:hover,
nav a.active {
  color: red;
}
nav{
  display: flex;
  padding: 0% 3%;
  justify-content: space-between;
  align-items: center;

}


.home {
  min-height: 100vh;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.11), rgba(0, 0, 0, 0.28)), url(uploads/teamphoto3.png);
  background-position: center;
  background-size: cover;
  position: relative;
  top: 0%;
}

.small {
  width: 90px;
  margin-left: auto;
  margin-right: auto;
  color: black;
  opacity: 0.15;
  margin-bottom: 10px;
}

.text-box {
  width: 100%;
  color: #fff;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(0%);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 90px;
  text-shadow: 1.1px 1.1px 1px black;
}

.text-box h3 {
  text-align: center;
  justify-items: center;
  font-size: 34px;
  line-height: 46px;
  margin-top: 40px;
  font-family: 'Montserrat';
  font-weight: 400;
  letter-spacing: -0.02em;
  padding-bottom: 1px;
}

.text-box h1 {
  padding-top: 1px;
  font-size: 72px;
  line-height: 86px;
  font-family: 'Montserrat';
  font-weight: 400;
  letter-spacing: -0.02em;


}


@media (max-width: 1200px) {
  .home {
    background-image: linear-gradient(rgba(0, 0, 0, 0.11), rgba(0, 0, 0, 0.28)), url(uploads/teamphoto4.png);
    background-size:cover; /* Ensure the background covers the full screen */
    background-position: center; /* Keeps the image centered */
    min-height: 100vh; /* Ensures full viewport height */
    max-width: 100%;
  }
}
@media (max-width: 800px) {
  .home {
    background-image: linear-gradient(rgba(0, 0, 0, 0.11), rgba(0, 0, 0, 0.28)), url(uploads/teamphoto4.png);
    background-size:cover; /* Ensure the background covers the full screen */
    background-position: center; /* Keeps the image centered */
    min-height: 100vh; /* Ensures full viewport height */
    max-width: 100%;
  }
  .text-box {
    width: 100%;
    color: #fff;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(10%);
    text-align: center;
    margin-top: 30px;
    margin-bottom: 90px;
    text-shadow: 1.1px 1.1px 1px black;
  }

  .text-box h3 {
    text-align: center;
    font-size: 35px;
    line-height: 39px;
    margin-top: 10px;
    font-family: 'Montserrat';
    font-weight: 450;
    letter-spacing: -0.02em;
    padding-bottom: 6.9px;
  }
  
  .text-box h1 strong{
    padding-top: 1px;
    font-size: 44px;
    line-height: 40px;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: -0.02em;
  
  
  }
}
@media (max-width: 500px) {
  .home {
    background-image: linear-gradient(rgba(0, 0, 0, 0.11), rgba(0, 0, 0, 0.28)), url(uploads/teamphoto4.png);
    background-size:cover; /* Ensure the background covers the full screen */
    background-position: center; /* Keeps the image centered */
    min-height: 100vh; /* Ensures full viewport height */
    max-width: 100%;
  }

  .text-box {
    width: 100%;
    color: #fff;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(10%);
    text-align: center;
    margin-top: 30px;
    margin-bottom: 90px;
    text-shadow: 1.1px 1.1px 1px black;
  }

  .text-box h3 {
    text-align: center;
    font-size: 28px;
    line-height: 39px;
    margin-top: 10px;
    font-family: 'Montserrat';
    font-weight: 450;
    letter-spacing: -0.02em;
    padding-bottom: 6.9px;
  }
  
  .text-box h1 strong{
    padding-top: 1px;
    font-size: 34px;
    line-height: 40px;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: -0.02em;
  
  
  }
}





nav .fa{
    display: none;
}

@media(max-width: 700px){
    .text-box h1{
        font-size: 20px;
    }

    .nav-links ul li{
        display: block;
    }
    .nav-links{
        position: absolute;
        background: #f44336;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;

    }
    nav .fa{
        display: block;
        color: #fff;
        margin: 10px;
        font: 22px;
        cursor: pointer;

    }
    .nav-links ul{
        padding: 30px;
    }
}




























.TeamMembers {
  padding-top: 90px;
  padding-bottom: 90px;
  color: white;
  background-color: #0E0E0E;
  text-align: center;
  width: 100%;
  margin: auto;
  font-size: 45px;
}
.text_members{
  padding-bottom: 50px;
}





.accordion{
  margin: 100px auto;
  width: 600px;
}
.accordion li{
  list-style: none;
  width: 100%;
  margin: 20px;
  padding: 10px;
  border-radius: 8px;
  background: #e3edf7;
  box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15),
              -6px -6px 10px -1px rgba(255, 255, 255, 0.7)
  ;
}

.accordion li label{
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
.text{
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: center;
  color: #112d38;
}
.spacer-big{
  height: 1px;
}
label::before{
  content: '+';
  margin-right: 10px;
  font-size: 24px;
  font-weight: 600;
}

input[type="radio"]{
  display: none;
}
.accordion .content{
  color: #555;
  padding: 0 10px;
  line-height: 26px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s, padding 0.5s;
}
.accordion input[type="radio"]:checked + label + .content{
  max-height: 400px;
  padding: 10px 10px 20px;

}
.accordion input[type="radio"]:checked + label::before{
  content: '-';
}











  

  .contact {
    background-color: #1B1B1A;
    color: #fff; /* Font color white */
    padding: 120px 0;
    border-bottom: 1px solid rgba(169, 169, 169, 0.40);
  }
  a{
    color: #FFFFFFCC;
    text-decoration: none;
  }
  .container {
    font-family:'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #FFFFFFCC;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .contact-info{
      font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-weight: 300;
      letter-spacing: 0.02em;
      font-size: 15px;
      line-height: 26px;
      color: #fff;
      text-align: left;
      position: relative;
      min-height: 100%;
  }
  
  .contact-info,
  .contact-details,
  .quick-menu {
    flex-grow: 1; /* Allow each section to grow to fill available space */
  margin: 0 20px; /* Add horizontal margin to create space between sections */
}

.container {
  max-width: 1200px; /* Increase container width */
}
  
  .contact-info h2,
  .contact-info img,
  .contact-details h2,
  .quick-menu h2 {
    margin-bottom: 20px;
  }
  .contact-info img{
    width: 200px;
  
  }

  .contact-details a:hover {
    color: red;
  }
  .social-links {
    list-style: none;
    padding: 0;
    margin: 20px 0;
  }
  
  .social-links li {
    display: inline-block;
    margin-right: 10px;
  }
  
  .social-links li:last-child {
    margin-right: 0;
  }
  
  .social-links a {
    color: #fff; /* Social link color white */
    font-size: 20px;
  }
  
  .social-links a:hover {
    color: red;
  }
  
  .quick-menu ul {
    list-style: none;
    padding: 0;
  }
  
  .quick-menu ul li {
    margin-bottom: 10px;
  }
  
  .quick-menu ul li a {
    color: #fff; /* Quick menu link color white */
    text-decoration: none;
  }
  
  .quick-menu ul li a:hover {
    color: red;
  }
  







  .copyright {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #1B1B1A;
    color: #9c9c9c;
    text-align: center;
    padding: 30px 0;
    line-height: 20px;
}
.copyright img{
    display: block;
    width: 30%;
    margin: 0 auto 10px; /* Adjust margin as needed */
  }

small {
    color: #9c9c9c;
    font-size: 12px;
    line-height: 17px;
    font-family: 'Montserrat';
    font-weight: 350;
}


.description {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.description h5 {
  margin-bottom: 5px;
}













































































.elementor-spacer-inner{
padding-top: 50px;
padding-bottom: 50px;
}
.elementor-widget-container{
  display: flex;
  margin-left: 20%;
  margin-right: 20%;
}
.sponsor{
  background-color: #0E0E0E;
  text-align: center;
  color: #FFFFFF;
  font-family: "HK Grotesk", Sans-serif;
  font-size: 42px;
  font-weight: bold;
}
.center{
  display:block;
  margin-left: auto;
  margin-right: auto;
}



.partner01{
  display: inline-block;
  background-image: url(uploads/partner-logo-01-1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
  -o-transition:all 0.5s;
  -moz-transition:all 0.5s;
}

.partner01 > img {
  vertical-align: top;
  width: 100%;
  transition:all 0.5s;
}

.partner01 > img:hover {
  opacity:0;
  width: 100%;
}

.partner01:hover {
  background-size: 100%;
}



.partner02{
  display: inline-block;
  background-image: url(uploads/partner-logo-02-1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
  -o-transition:all 0.5s;
  -moz-transition:all 0.5s;
}

.partner02 > img {
  vertical-align: top;
  width: 100%;
  transition:all 0.5s;
}

.partner02 > img:hover {
  opacity:0;
  width: 100%;
}

.partner02:hover {
  background-size: 100%;
}



.partner03{
  display: inline-block;
  background-image: url(uploads/partner-logo-03-1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
  -o-transition:all 0.5s;
  -moz-transition:all 0.5s;
}

.partner03 > img {
  vertical-align: top;
  width: 100%;
  transition:all 0.5s;
}

.partner03 > img:hover {
  opacity:0;
  width: 100%;
}

.partner03:hover {
  background-size: 100%;
}




.partner04{
  display: inline-block;
  background-image: url(uploads/partner-logo-04-1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
  -o-transition:all 0.5s;
  -moz-transition:all 0.5s;
}

.partner04 > img {
  vertical-align: top;
  width: 100%;
  transition:all 0.5s;
}

.partner04 > img:hover {
  opacity:0;
  width: 100%;
}

.partner04:hover {
  background-size: 100%;
}



.partner05{
  display: inline-block;
  background-image: url(uploads/partner-logo-05-1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
  -o-transition:all 0.5s;
  -moz-transition:all 0.5s;
}

.partner05 > img {
  vertical-align: top;
  width: 100%;
  transition:all 0.5s;
}

.partner05 > img:hover {
  opacity:0;
  width: 100%;
}

.partner05:hover {
  background-size: 100%;
}



.partner06{
  display: inline-block;
  background-image: url(uploads/partner-logo-06-1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
  -o-transition:all 0.5s;
  -moz-transition:all 0.5s;
}

.partner06 > img {
  vertical-align: top;
  width: 100%;
  transition:all 0.5s;
}

.partner06 > img:hover {
  opacity:0;
  width: 100%;
}

.partner06:hover {
  background-size: 100%;
}




















.image-accordian{
  width: 100%;
  max-width: relative;

  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-end;


}
.image-accordian p{
    font-size: 15px;
}

@media (max-width: 895px) {
  .elementor-widget-container{
    display: block;
  }
  .sponsor{
    font-size: 32px;
  }
  .accordion{
    margin: 100px auto;
    width: 300px;
  }
  .accordion li{
    width: unset;
  }
  .container{
    display: unset;
  }
  .contact-info h2, .contact-info img, .contact-details h2, .quick-menu h2 {
    margin-bottom: 20px;
    margin-top: 25px;
  }

}


























.accordian-item1{
  height: 100%;
  flex: 1;
  cursor: pointer;
  position: relative;
  transition: flex 0.8s;
  background-image: linear-gradient(rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0.69)), url(uploads/1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.accordian-item1 p{
  position: relative;
  margin-top: 350px;
  text-align: center;
  font-size: 24px;
  font-family: Montserrat;
  white-space: nowrap;
  opacity: 0;
  transition: 0.8s;
  text-shadow: 2px 2px 5px black
  
}
.accordian-item1:hover{
  flex: 3;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(uploads/1.jpg);
}

.accordian-item1:hover p{
  opacity: 1;
  margin-top: 350px;
  text-align: center;


}
.accordian-item1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}










































.accordian-item2{
  Height: 100%;
  flex: 1;
  cursor: pointer;
  position: relative;
  transition: flex 0.8s;
  background-image: linear-gradient(rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0.69)), url(uploads/2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.accordian-item2 p{
  position: relative;
  margin-top: 350px;
  text-align: center;
  font-size: 24px;
  font-family: Montserrat;
  white-space: nowrap;
  opacity: 0;
  transition: 0.8s;
  text-shadow: 2px 2px 5px black
  
}
.accordian-item2:hover{
  flex: 3;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(uploads/2.jpg);
}

.accordian-item2:hover p{
  opacity: 1;
  margin-top: 350px;
  text-align: center;


}
.accordian-item2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}































.accordian-item3{
  Height: 100%;
  flex: 1;
  cursor: pointer;
  position: relative;
  transition: flex 0.8s;
  background-image: linear-gradient(rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0.69)), url(uploads/3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.accordian-item3 p{
  position: relative;
  margin-top: 350px;
  text-align: center;
  font-size: 24px;
  font-family: Montserrat;
  white-space: nowrap;
  opacity: 0;
  transition: 0.8s;
  text-shadow: 2px 2px 5px black
  
}
.accordian-item3:hover{
  flex: 3;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(uploads/3.jpg);
}

.accordian-item3:hover p{
  opacity: 1;
  margin-top: 350px;
  text-align: center;


}
.accordian-item3 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
































.accordian-item4{
  Height: 100%;
  flex: 1;
  cursor: pointer;
  position: relative;
  transition: flex 0.8s;
  background-image: linear-gradient(rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0.69)), url(uploads/4.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.accordian-item4 p{
  position: relative;
  margin-top: 350px;
  text-align: center;
  font-size: 24px;
  font-family: Montserrat;
  white-space: nowrap;
  opacity: 0;
  transition: 0.8s;
  text-shadow: 2px 2px 5px black
  
}
.accordian-item4:hover{
  flex: 3;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(uploads/4.jpg);
}

.accordian-item4:hover p{
  opacity: 1;
  margin-top: 350px;
  text-align: center;


}
.accordian-item4 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}



































.accordian-item5{
  Height: 100%;
  flex: 1;
  cursor: pointer;
  position: relative;
  transition: flex 0.8s;
  background-image: linear-gradient(rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0.69)), url(uploads/5.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.accordian-item5 p{
  position: relative;
  margin-top: 350px;
  text-align: center;
  font-size: 24px;
  font-family: Montserrat;
  white-space: nowrap;
  opacity: 0;
  transition: 0.8s;
  text-shadow: 2px 2px 5px black

  
}
.accordian-item5:hover{
  flex: 3;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(uploads/5.jpg);
}

.accordian-item5:hover p{
  opacity: 1;
  margin-top: 350px;
  text-align: center;


}
.accordian-item5 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


































.accordian-item6{
  Height: 100%;
  flex: 1;
  cursor: pointer;
  position: relative;
  transition: flex 0.8s;
  background-image: linear-gradient(rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0.69)), url(uploads/6.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.accordian-item6 p{
  position: relative;
  margin-top: 350px;
  text-align: center;
  font-size: 24px;
  font-family: Montserrat;
  white-space: nowrap;
  opacity: 0;
  transition: 0.8s;
  text-shadow: 2px 2px 5px black

  
}
.accordian-item6:hover{
  flex: 3;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(uploads/6.jpg);
}

.accordian-item6:hover p{
  opacity: 1;
  margin-top: 350px;
  text-align: center;


}
.accordian-item6 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}












@media (max-width: 895px) {
  .about-us{
    display: unset;
    align-items: center;
    padding-left: 80px;
    padding-right: 80px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 90px;
  }
  .about-image {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .about-text h1{
    color: black;
    text-align: center;
  }
  .about-text {
    flex: 1;
    font-size: 20px;
    color: #696969;
  }
  .about-text p{
    text-align: center;
  }

}
@media (min-width: 1080px) {
  .about-us {
    display: flex;
    align-items: center;
    padding-left: 80px;
    padding-right: 80px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 90px;
  }
  .about-image {
    width: 55%;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .about-text h1{
    color: black;
    text-align: left;
  }
  .about-text {
    flex: 1;
    padding-right: 20px;
    font-size: 20px;
    color: #696969;
  }
}





.about-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
