@import url("https://fonts.googleapis.com/css2?img-containerfamily=KoHo:wght@300;400;500;600&family=Open+Sans:ital,wght@0,300;0,400;1,300&family=Outfit:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oooh+Baby&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.text-gray {
  color: #ADADAD;
  font-family: "Open Sans", sans-serif;
}

.font-italic {
  font-family: "Oooh Baby", cursive;
  font-size: 2rem;
  color: #87CB28;
  font-weight: 400;
}

.section-bg {
  background-color: #F7F7FD;
  overflow-x: hidden;
}

.svg-container {
  width: 100%;
  max-width: 1600px;
  position: relative;
}

.rv {
  position: absolute;
  top: 8%;
  left: 7%;
}

.project-img img, .project-img-two img {
  width: 467px;
  
  border-radius: 100%;
  object-fit: cover;
}

.project-img-contianer .project-img {
  border: 1px solid #87CB28;
  border-radius: 50%;
  width: 83%;
  padding: 23px 28px 26px 0;
}
.project-img-contianer .coloured-ellipse {
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #87CB28;
  top: 16%;
  left: 1%;
}
.project-img-contianer .empty-ellipse {
  position: absolute;
  background-color: #800080;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  bottom: 14%;
  right: 27%;
}

nav {
  background-color: #000000;
  font-family: "Open Sans", sans-serif;
}
nav .navbar-nav {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

main {
  overflow-x: hidden;
}

.nav-item {
  position: relative;
}

.nav-link {
  padding: 0.5rem 1rem;
  color: #87CB28;
  position: relative;
  text-decoration: none;
  font-weight: bolder !important;
  font-size: 18px;
}
.nav-link:hover, .nav-link:active {
  color: #87CB28 !important;
}
.nav-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  background-color: #800080;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.nav-link.active::after, .nav-link:hover::after {
  transform: scaleX(1);
}

.navbar-nav .nav-link.active {
  color: #87CB28;
}

.nav-logo {
  height: 50px !important;
  width: 200px;
}

.support {
  background: #87CB28 !important;
  color: #000000;
  border-radius: 50px;
}

.support-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.support:hover {
  background: #800080 !important;
  color: #fff;
}

.hero-img-bg {
    background-image: url("../assets/images/hero-background.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  

.content .font-italic {
  padding: 0 20.5%;
}

.mission-content h2 {
  color: #800080;
}
.mission-content p {
  font-family: "Open Sans", sans-serif;
  padding: 0 calc((100% - 778px) / 2);
}

.project-content {
  margin: 40px 0 0 50px;
}
.project-content p {
  font-family: "Open Sans", sans-serif;
}

.project-background {
  width: 100%;
  max-width: 1600px;
  background-image: url("../assets/images/project-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 670px;
}

.project-img-container-second {
  margin: 12px 0 0 0;
}
.project-img-container-second .project-img-two {
  border: 1px solid #FFF;
  border-radius: 50%;
  width: 73%;
  padding: 23px 28px 26px 0;
}
.project-img-container-second .coloured-ellipse-two {
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #800080;
  top: 17%;
  left: 14.5%;
}
.project-img-container-second .empty-ellipse-two {
  position: absolute;
  background-color: #F0F0F0;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  bottom: 14%;
  right: 22%;
}

.contact-info a {
  text-decoration: none;
  color: white;
}
.contact-info a:hover {
  color: #87CB28;
  transition: color 0.8s ease;
}

.project-content-two {
  margin: 0 10px;
}
.project-content-two p {
  font-family: "Open Sans", sans-serif;
}

.img-four {
  width: 70vw;
}

.question-content {
  font-family: "Open Sans", sans-serif;
}
.question-content p {
  width: 55%;
}
.question-content h2 {
  font-size: 3vw;
}

.responsive-svg {
  width: 100%;
  height: auto;
}

.take-action {
  border-radius: 50px;
  background: #87CB28;
  padding: 4% 28%;
}
.take-action:hover {
  background: #800080 !important;
  color: white !important;
}

footer {
  background-color: #800080;
  margin: 18% 0 0 0;
}

.ellipse {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 50px;
  border: 2px solid white;
}

.contact-info {
  gap: 5%;
}

.footer-border {
  border-bottom: 1px solid #700070;
}

.question-content-container {
  padding: 8.5% 8%;
}

.footer-pink-container {
  margin: -11% 0%;
  padding: 0px 0px 16% 0;
}

.white-background {
  width: 100%;
  max-width: 1600px;
  background-image: url("../assets/images/white-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 370px;
}

.contact-main {
  margin: 100px auto;
}

.social-media-icons {
  padding: 28px 100px;
}
.social-media-icons i:hover svg path {
  fill: #87CB28;
}
.social-media-icons i:hover {
  cursor: pointer;
}

.project-container {
  margin: 100px auto;
}

.about-banner {
  position: relative;
  overflow: hidden;
}
.about-banner img {
  width: 100%;
  height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-rv {
  position: absolute;
  top: 33%;
  left: 13%;
  width: 90%;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60vh;
  background: rgba(0, 0, 0, 0.5);
  /* Adjust the alpha (fourth value) for the overlay darkness */
}

.about-content {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  /* Set the color you want for the text */
  z-index: 1;
  /* Ensure text is above the overlay */
}

.about-heading {
  font-size: 36px;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
}

.about-heading h2 {
  padding: 0px;
  font-size: 80px;
  font-family: "Open Sans", sans-serif;
  color: #87CB28;
}

.bg-success {
  padding: 150px 0px;
  background-color: #F7F7FD !important;
}
.bg-success .our-mission {
  width: 50% !important;
}

.vision-bg {
  background-image: url("../assets/images/vision-bg.jpg");
  height: 70vh;
  padding: 150px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.values {
  background-color: #F7F7FD;
  color: black;
  padding: 150px 0;
}
.values h2 {
  color: #87CB28;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

.our-vision {
  width: 73%;
}

.core-values p:first-of-type {
  width: 90%;
}

.card_one {
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  position: relative;
}
.card_one img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile-item {
  bottom: 0;
  position: absolute;
  color: #87CB28;
}
.profile-item p:nth-last-of-type(1) {
  font-size: 16px;
  font-weight: normal;
}
.profile-item p:nth-last-of-type(2) {
  line-height: 30px;
  font-weight: normal;
}

.card_two {
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  margin: 0 auto;
}
.card_two img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-three {
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.card-three img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-four {
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.card-four img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-member {
  font-family: "Open Sans", sans-serif;
  padding: 20px;
}
.team-member h2 {
  color: #800080;
  font-weight: bold;
}
.team-member .text-warning {
  color: #87CB28 !important;
}

.team-image-container {
  width: 256px;
  height: 256px;
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Set border-radius to create a circular shape */
}
.team-image-container img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-heading-info h2 {
  color: #800080;
  font-weight: bold;
}
.team-heading-info p {
  width: 70%;
  font-family: "Open Sans", sans-serif;
}

.bg-gradient {
  background: #ff6e7f !important;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #ffffff, #ff6e7f) !important;
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border: none;
  border-radius: 10%;
  /* Text color on the gradient background */
}

.team-img-bg {
  height: 60vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.custom-card {
  max-width: 400px;
  margin: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
  border: none;
}
.custom-card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.custom-card img {
  height: 45vh;
}

.navbar-toggler {
  background-color: #87CB28;
}

.center-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  /* Ensure the container takes full height */
}
.center-content .card.custom-card .card-body {
  font-family: "Open Sans", sans-serif;
}
.center-content .card.custom-card .card-body .btn.project-btn {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  background: #87CB28;
  color: #fff;
  font-weight: bold;
  transition: color 0.5s ease, background-color 0.5s ease;
  border-radius: 50px !important;
}
.center-content .card.custom-card .card-body .btn.project-btn:before {
  content: "";
  position: absolute;
  background: #800080;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 100% 0;
  transform: scaleX(0);
  transition: transform 0.5s ease;
}
.center-content .card.custom-card .card-body .btn.project-btn:hover {
  color: #fff;
  background-color: #800080;
}
.center-content .card.custom-card .card-body .btn.project-btn:hover:before {
  transform-origin: 0 0;
  transform: scaleX(1);
}

.branch-bg {
  background-image: url("..assets/images/new-york-city\ \(1\).jpg");
  height: 70vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.contact-us-rv {
  position: absolute;
  top: 13%;
  left: 7%;
  width: 90%;
}

.branch-container {
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  transition: transform 0.3s ease-in-out;
}
.branch-container:hover {
  transform: scale(1.05);
}

.map-container {
  height: 200px;
  position: relative;
  overflow: hidden;
}
.map-container .map {
  width: 100%;
  height: 100%;
}

.location-details {
  padding: 20px;
  position: relative;
}
.location-details h5 {
  color: #333;
  margin-bottom: 10px;
}
.location-details p {
  color: #555;
  margin: 0px auto;
  font-family: "Open Sans", sans-serif;
}
.location-details a {
  display: block;
  margin-top: 15px;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  color: #fff;
  background-color: #007bff;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  transition: background-color 0.3s ease-in-out;
}
.location-details a:hover {
  background-color: #0056b3;
}
.location-details .btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}
.location-details .btn-primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

.contact-container {
  max-width: 80%;
  margin: 0px auto;
  padding: 0px;
}
.contact-container h2 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
.contact-container .contact-form {
  margin-bottom: 20px;
}
.contact-container .contact-form .form-group {
  margin-bottom: 10px;
}
.contact-container .contact-form .form-group label {
  font-weight: normal;
  color: #2a2a2a;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
.contact-container .contact-form .form-group input,
.contact-container .contact-form .form-group textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #c5c2c2;
  border-radius: 5px;
}
.contact-container .contact-form .form-group input:focus,
.contact-container .contact-form .form-group textarea:focus {
  outline: none;
  border: 1px solid #87CB28 !important;
}
.contact-container .contact-form .form-group textarea {
  resize: vertical;
}
.contact-container .contact-form .submit-btn {
  background-color: #87CB28;
  color: #fff;
  padding: 10px 40px;
  font-weight: 700;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.contact-container .contact-form .submit-btn:hover {
  background-color: #6ba020;
}
.contact-container .map-container {
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 20px;
}
.contact-container .map-container .map {
  width: 100%;
  height: 100%;
}
.contact-container .head-branch-address {
  margin-top: 10px;
  color: #ADADAD;
  text-align: center;
}
.contact-container .head-branch-address p {
  margin: 0;
  font-family: "Open Sans", sans-serif;
}
.contact-container .custom-image-container {
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 20px;
}
.contact-container .custom-image-container .custom-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.view {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  z-index: 1;
  width: 100%;
  outline: none;
  background-color: #87CB28 !important;
  color: #fff;
  font-weight: bold;
  transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
  border: none;
  border-radius: 50px !important;
}
.view:before {
  content: "";
  position: absolute;
  background: #800080;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 100% 0;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  border-radius: 50px;
}
.view:hover {
  color: #fff;
  background-color: #800080;
  transform: scale(1.05);
}
.view:hover:before {
  transform-origin: 0 0;
  transform: scaleX(1);
}

@media screen and (min-width: 1800px) {
  .question-content-container {
    padding: 8% 10%;
  }
  .question-content h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .project-img-container-second {
    /* bottom: 35px; */
    top: -15px;
  }
  .question-content-container {
    padding: 12% 8%;
  }
  .question-content p {
    width: 65%;
  }
  .contact-us-rv {
    position: absolute;
    top: 10%;
    left: 7%;
    width: 90%;
  }
  .contact-form .form-group {
    margin-bottom: 10px;
  }
  .contact-form .form-group label {
    font-weight: normal;
    color: #2a2a2a;
    display: block;
    margin-bottom: 0px;
    font-size: 14px;
  }
  .contact-form .form-group input,
  .contact-form .form-group textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #c5c2c2;
    border-radius: 5px;
  }
  .contact-form .form-group input:focus,
  .contact-form .form-group textarea:focus {
    outline: none;
    border: 1px solid #87CB28 !important;
  }
  .contact-form .form-group textarea {
    resize: vertical;
    height: 50px;
  }
  .contact-container .map-container {
    height: 228px;
    width: 90%;
  }
  .footer-pink-container {
    margin: -15% 0%;
  }
}
@media screen and (max-width: 992px) {
  .nav-link {
    padding: 10px 0 !important;
    margin: 5px;
  }
  .navbar-collapse {
    padding: 0 0 50px 0;
  }
  .content .font-italic {
    padding: 0%;
  }
  .project-img-contianer {
    width: 63%;
  }
  .project-img-contianer .empty-ellipse {
    right: 18%;
    background-color: #800080;
  }
  .project-img-contianer .coloured-ellipse {
    left: 9%;
  }
  .project-img-container-second .project-img-two {
    width: 51%;
    border: 1px solid #87CB28;
  }
  .project-img-container-second .empty-ellipse-two {
    right: 31%;
    background-color: #800080;
  }
  .project-img-container-second .coloured-ellipse-two {
    left: 25%;
    background-color: #87CB28;
  }

  
  .project-background {
    width: 100%;
    max-width: 1600px;
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 670px;
  }
  .svg {
    display: none;
  }
  .rv {
    position: static;
  }
  .custom-container {
    max-width: 810px;
    margin-right: auto;
    margin-left: auto;
  }
  .white-background {
    width: 100%;
    background-image: none;
    height: auto;
  }
  .take-action {
    padding: 0.8rem 4rem;
  }
  .question-content {
    color: #fff !important;
  }
  .question-content h2 {
    font-size: 2.5vw;
  }
  .question-content p {
    width: 60%;
  }
  .container {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
  .container-fluid {
    margin: 0 auto;
  }
  .project-content {
    margin: 40px 0px;
  }
  .img-four {
    width: 72vw;
  }
  footer {
    background-color: #800080;
    margin: 5% 0 0 0;
  }
  .question-content-container {
    padding: 0%;
  }
  .take-action {
    padding: 0.8rem 3rem;
  }
  .footer-border {
    width: 75% !important;
  }
  .contact-info {
    gap: 4%;
  }
  .footer-pink-container {
    margin: 5% 0%;
    padding: 0px 0px 0%;
  }
  .bg-success {
    padding: 40px 0px;
    background-color: #F7F7FD !important;
  }
  .bg-success .our-mission {
    width: 100% !important;
    padding: 0 30px;
  }
  .about-rv {
    position: static;
    width: 100%;
  }
  .about-rv .col-lg-3 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about-rv .our-vision {
    width: 100%;
    padding: 40px 0 0 30px;
  }
  .values {
    padding: 40px 0 0 30px;
  }
  .owl-container {
    margin: 50px 0;
  }
  .contact-svg-container {
    position: static;
  }
  .contact-us-rv {
    position: static;
    margin: 0 auto;
  }
  .submit-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .submit-button button {
    width: 100%;
  }
  .map-container {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .img-four {
    width: 100vw;
  }
  .svg {
    display: none;
  }
  .rv {
    position: static;
  }
  .question-content-container {
    padding: 0%;
  }
  .question-content h2 {
    font-size: 6vw;
  }
  .question-content p {
    width: 75%;
    text-align: center;
  }
  .take-action {
    padding: 0.8rem 2rem;
  }
  .footer-border {
    width: 100% !important;
  }
  .project-img-contianer {
    width: 63%;
  }
  .project-img-contianer .empty-ellipse {
    right: 14%;
    height: 20px;
    width: 20px;
  }
  .project-img-contianer .coloured-ellipse {
    left: 2%;
    height: 25px;
    width: 25px;
  }
  .project-img-container-second .project-img-two {
    width: 51%;
  }
  .project-img-container-second .empty-ellipse-two {
    right: 29%;
    height: 20px;
    width: 20px;
  }
  .project-img-container-second .coloured-ellipse-two {
    left: 22%;
    height: 25px;
    width: 25px;
  }
  .team-member p {
    width: 80%;
  }
  .team-heading-info p {
    width: 100%;
    font-family: "Open Sans", sans-serif;
  }
  .ex-score {
    padding: 0 10px;
    width: 85%;
    margin: 0 auto;
  }
}
.social-media-icons {
  padding: 20px 0 0 0 !important;
  flex-direction: column;
  gap: 0 !important;
}

.svg-padding {
  padding: 0 0 30px 0;
}

@media screen and (max-width: 576px) {

  .email {
    margin: 0 0 0 31px;
  }
  .contact-info {
    row-gap: 13px !important;
  }
  .team-member p {
    width: 90%;
  }
  .exscore-ft {
    margin: 0 30px 0 0;
  }



}

@media screen and (max-width: 480px) {
  .project-img-contianer .empty-ellipse {
    right: 9%;
  
}
.project-img-container-second .coloured-ellipse-two {
  left: 17%;

}
.project-img-contianer .coloured-ellipse {
  left: -5%;
  
}


.project-img-container-second .empty-ellipse-two {
  right: 25%;
  
}

.project-img-contianer .project-img {

  padding: 17px 23px 18px 0;
  width: 100%;
  
}

.project-img-container-second .project-img-two {
  width: 60%;
  padding: 17px 23px 18px 0;
}

  
}


/*# sourceMappingURL=style.css.map */