@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");

:root {
  --primary: #005daa;
  --secondary: #f7a81b;
  --dark: #1f2937;
  --light: #f8f9fa;
  --white: #ffffff;
  --text: #555;
  --border: #e5e7eb;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--text);
  background: #fff;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.navbar {
  background: #fff;
  transition: 0.3s;
  z-index: 999;
  height: 78px;
}

.navbar-brand img {
  width: 100%;
  height: 70px;
}

.nav-link {
  color: var(--dark);
  font-weight: 500;
  margin-left: 18px;
  transition: 0.3s;
}
.nav-link.active {
  color: var(--primary);
  font-weight: bold;
}

.nav-link:hover {
  color: var(--primary);
}

.nav-link.active {
  color: var(--primary) !important;
}

.btn-warning {
  background: var(--secondary);
  border: none;
  color: #fff;
  height: 50px !important;
  font-weight: 600;
  padding: 10px 25px !important;
  border-radius: 20px !important;
  transition: 0.3s;
}

.btn-warning:hover {
  background: #d98f15;
  color: #fff;
}


.btn-outline-light {
  border-radius: 40px;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  border-color: #f7a600;
  color: #f7a600;
}
.btn-outline-light:hover {
  background: #d98f15;
  border: none;
  color: #fff;
}
.hero-img {
  height: 50em !important;
  object-fit: cover;
}

.carousel-item {
  height: 70% !important;
  position: relative;
}

.carousel-item img {
  height: 70% !important;
}

.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}

.carousel-caption {
  position: absolute;
  top: 45%;
  left: 50%;
  bottom: 10%;
  transform: translate(-50%, -50%);
  width: 85%;
  text-align: center;
  z-index: 2;
}

.carousel-caption h1 {
  font-size: 65px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.carousel-caption h4 {
  color: #f7a81b;
  margin-bottom: 20px;
}

.carousel-caption p {
  font-size: 22px;
  color: #fff;
  max-width: 850px;
  margin: auto auto 35px;
}

.carousel-caption .btn {
  margin: 5px;
  padding: 14px 30px;
  border-radius: 50px;
}

/* .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
} */
.caption-button a {
  margin-top: 2em !important;
}
@media screen and (max-width: 768px) {
  .hero-img {
    height: 100% !important;
  }
  .carousel-caption {
    top: 40% !important;
    bottom: 0 !important;
  }
  .carousel-item img {
    height: 100% !important;
  }

  .carousel-overlay {
    height: 100% !important;
  }
  .carousel-caption h1 {
    font-size: 20px;
  }

  .carousel-caption p {
    font-size: 11px;
    width: 80%;
  }
  .carousel-caption .btn {
    font-size: 13px;
  }

  .navbar-brand img {
    width: 100%;
    height: 50px;
  }
  .navbar {
    width: 100%;
    height: 100%;
  }
   .caption-button a{
    margin-top: -2em !important;
    height: 30px !important;
    padding: 5px 10px !important;
  }
}
@media screen and (max-width: 320px) {
  .hero-img {
    height: 100% !important;
  }

  .carousel-caption {
    top: 30% !important;
  }

  .carousel-item img {
    height: 65% !important;
  }

  .carousel-overlay {
    height: 65% !important;
  }

  .carousel-caption h1 {
    font-size: 20px;
  }

  .carousel-caption p {
    font-size: 11px;
    width: 80%;
  }
   .caption-button a{
    margin-top: -2em !important;
    height: 30px !important;
    padding: 5px 10px !important;
  }
}

@media (max-width: 375px) {
  .carousel-caption {
    top: 2  0% !important;
  }

  .carousel-item img {
    height: 65% !important;
  }

  .carousel-overlay {
    height: 100% !important;
  }
  .carousel-item {
    height: 100% !important;
  }
  .carousel-caption h1 {
    font-size: 20px;
  }

  .carousel-caption p {
    font-size: 11px;
    width: 80%;
  }
  .caption-button a{
    margin-top: -2em !important;
    height: 30px !important;
    padding: 5px 10px !important;
  }
}
@media (max-width: 390px) {
  .carousel-caption {
    top: 30% !important;
  }

  .carousel-item img {
    height: 65% !important;
  }

  .carousel-overlay {
    height: 100% !important;
  }
  .carousel-item {
    height: 100% !important;
  }
  .carousel-caption h1 {
    font-size: 20px;
  }

  .carousel-caption p {
    font-size: 11px;
    width: 80%;
  }
   .caption-button a{
    margin-top: -2em !important;
    height: 30px !important;
    padding: 5px 10px !important;
  }
}
@media screen and (max-width: 414px) {
  .carousel-caption {
    top: 40% !important;
  }

  .carousel-item img {
    height: 65% !important;
  }

  .carousel-overlay {
    height: 100% !important;
  }
  .carousel-item {
    height: 100% !important;
  }
  .carousel-caption h1 {
    font-size: 20px;
  }

  .carousel-caption p {
    font-size: 11px;
    width: 80%;
  }
   .caption-button a{
    margin-top: -2em !important;
    height: 30px !important;
    padding: 5px 10px !important;
  }
}



.footer {
  background: #003b70;
  color: #fff;
  padding: 70px 0 25px;
}

.footer h4,
.footer h5 {
  margin-bottom: 20px;
  font-weight: 700;
}

.footer p {
  color: #ddd;
  font-size: 16px;
}

.footer a {
  color: #ddd;
  display: block;
  margin-bottom: 10px;
  transition: 0.3s;
}

.footer a:hover {
  color: var(--secondary);
  padding-left: 6px;
}

.footer hr {
  border-color: rgba(255, 255, 255, 0.2);
}

.bg-primary {
  background: var(--primary) !important;
}

.text-primary {
  color: var(--primary) !important;
}

.text-warning {
  color: var(--secondary) !important;
}

.shadow-box {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.rounded-20 {
  border-radius: 20px;
}

@media (max-width: 991px) {
  .hero {
    text-align: center;
    padding: 120px 0 80px;
  }

  .hero h1 {
    font-size: 40px;
  }

  .hero img {
    margin-top: 40px;
    max-height: 280px;
  }
  .nav-link {
    margin-left: 0;
    padding: 12px 0;
  }
}

@media (max-width: 576px) {
  .hero h1 {
    font-size: 32px;
  }

  .hero p {
    font-size: 16px;
  }

  section {
    padding: 70px 0;
  }
}

.w3l-blog-block-5 .grids5-info h4 a {
  color: var(--heading-color);
  font-size: 21px;
  line-height: 31px;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

.blog-card-single {
  border: 1px solid var(--border-color-light);
  box-shadow: 0px 30px 40px 0px rgb(1 11 60 / 10%);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  background: var(--bg-color);
  border-radius: var(--border-radius);
}

.w3l-blog-block-5 .blog-card-single:hover h4 a {
  color: var(--primary-color);
}

.w3l-blog-block-5 .grids5-info p.date-text {
  font-size: 14px;
}

.w3l-blog-block-5 .grids5-info p.date-text i {
  color: var(--primary-color);
}

.w3l-blog-block-5 .grids5-info span.small {
  font-weight: 500;
}

.w3l-blog-block-5 .grids5-info a {
  overflow: hidden;
  display: block;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}

.w3l-blog-block-5 .grids5-info a img {
  display: block;
  width: 100%;
  height: 16em;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  transition: 0.3s ease-in-out;
}

.w3l-blog-block-5 .grids5-info:hover img {
  overflow: hidden;
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}

.w3l-blog-block-5 .grids5-info:hover .blog-info img {
  transform: scale(1);
}

.w3l-blog-block-5 .blog-info {
  padding: 25px;
  background: var(--bg-color);
  border-radius: var(--border-radius);
}

.blog-info img {
  border-radius: 50% !important;
}

.w3l-blog-block-5 .col-lg-4.col-md-6 {
  display: flex;
  align-items: stretch;
}
@media all and (max-width: 414px) {
  .w3l-blog-block-5 .wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media all and (max-width: 375px) {
  .w3l-blog-block-5 .grids5-info h4 a {
    font-size: 20px;
  }
}
.footer p i {
  font-size: 16px !important;
}
.about-banner {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.63)), url("../images/ab-ban.png");
  height: 50vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.ab-banner-text {
  padding: 8em;

 h1{
  font-weight: bold;
 }

  p {
    font-weight: 400;
    font-size: 18px;
  }
}
.outcome p {
  font-size: 16px;
  font-weight: 400;
}

.project-banner {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.699)), url("../images/projects-banner2.png");
  height: 70vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.project-card {
  border-radius: 20px;
  overflow: hidden;
  transition: 0.4s;
}

.project-card:hover {
  transform: translateY(-10px);

  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
}

.project-img {
  height: 250px;
  object-fit: cover;
}

.project-card .btn {
  border-radius: 30px;
  padding: 10px 25px;
}

.events-banner {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.699)), url("../images/eventimage6.png");
  height: 70vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.event-card {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.4s;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.event-card:hover {
  transform: translateY(-10px);

  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.event-img {
  height: 240px;

  object-fit: cover;
}

.event-card .card-body {
  padding: 25px;
}

.event-card h5 {
  color: #005daa;

  font-weight: 700;
}

.event-card .btn {
  border-radius: 30px;
  padding: 10px 25px;
}

.badge {
  padding: 10px 18px;

  font-size: 14px;
}

.gallery-banner{
  background-image:
      linear-gradient(rgba(0, 0, 0, 0.699)), url("../images/first-slide1.png");
    height: 70vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
  }
.gallery-img {

  width: 100%;

  height: 270px;

  object-fit: cover;

  border-radius: 20px;

  transition: .4s;

  box-shadow: 0 10px 25px rgba(0, 0, 0, .12);

}

.gallery-img:hover {

  transform: scale(1.05);

  box-shadow: 0 20px 40px rgba(0, 0, 0, .25); }
  
    .gallery-img {
  
      width: 100%;
  
      height: 270px;
  
      object-fit: cover;
  
      border-radius: 18px;
  
      transition: .4s;
  
      cursor: pointer;
  
      box-shadow: 0 12px 25px rgba(0, 0, 0, .12);
  
    }
  
    .gallery-img:hover {
  
      transform: scale(1.05);
  
      box-shadow: 0 20px 40px rgba(0, 0, 0, .20);
  
    }
  
  
    .gallery-cta {
  
      background: #005DAA;
  
    }
  
    .gallery-cta h2 {
  
      font-size: 42px;
  
    }
  
    .gallery-cta p {
  
      font-size: 18px;
  
    }
  
    .gallery-cta .btn {
  
      border-radius: 50px;
  
      padding: 15px 40px;
  
      font-weight: 600;
  
      transition: .4s;
  
    }
  
    .gallery-cta .btn:hover {
  
      transform: translateY(-5px);
  
    }
     .contact-banner{
      background-image:
          linear-gradient(rgba(0, 0, 0, 0.699)), url("../images/first-slide1.png");
        height: 70vh;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        color: #fff;
     }

    .contact-box {

      display: flex;
      align-items: center;
      gap: 20px;

      background: #fff;

      padding: 25px;

      margin-bottom: 25px;

      border-radius: 18px;

      box-shadow: 0 10px 30px rgba(0, 0, 0, .08);

      transition: .35s;

    }

    .contact-box:hover {

      transform: translateY(-8px);

      box-shadow: 0 20px 40px rgba(0, 0, 0, .15);

    }

    .contact-box .icon {

      width: 70px;

      height: 70px;

      background: #005DAA;

      border-radius: 50%;

      display: flex;

      align-items: center;

      justify-content: center;

      flex-shrink: 0;

    }

    .contact-box .icon i {

      color: #fff;

      font-size: 28px;

    }

    .contact-box h5 {

      font-weight: 700;

      margin-bottom: 8px;

    }

    .contact-box p {

      margin: 0;

      color: #666;

      line-height: 1.7;

    }

    @media screen and (max-width: 768px) {
      .contact-box p{
        width: 100% !important;
        font-size: 13px !important;
      }
      .ab-banner-text{
        padding: 10px !important;
      }
      .btn-warning{
        font-size: 16x !important;
      } 
    }

    .contact-form {

      background: #fff;

      padding: 40px;

      border-radius: 20px;

      box-shadow: 0 12px 35px rgba(0, 0, 0, .08);

    }

    .contact-form h3 {

      margin-bottom: 25px;

    }

    .contact-form .form-control {

      height: 55px;

      border-radius: 12px;

      border: 1px solid #ddd;

      padding-left: 18px;

      box-shadow: none;

    }

    .contact-form textarea.form-control {

      height: 120px;

      padding-top: 15px;

      resize: none;

    }

    .contact-form .form-control:focus {

      border-color: #005DAA;

      box-shadow: 0 0 0 .15rem rgba(0, 93, 170, .15);

    }

    .contact-form .btn {

      padding: 14px 40px;

      border-radius: 50px;

      font-weight: 600;

    }

    .social-icons {

      display: flex;

      justify-content: center;

      gap: 20px;

      margin-top: 35px;

    }

    .social-btn {

      width: 60px;

      height: 60px;

      border-radius: 50%;

      background: #005DAA;

      display: flex;

      align-items: center;

      justify-content: center;

      text-decoration: none;

      transition: .35s;

    }

    .social-btn i {

      font-size: 22px;

      color: #fff;

    }

    .social-btn:hover {

      background: #f7a600;

      transform: translateY(-6px);

    }

    .social-btn:hover i {

      color: #fff;

    }

    .map-section iframe {

      border: none;

      width: 100%;

      height: 450px;

      border-radius: 20px;

    }
    
        .text-navy {
          color: var(--rotary-navy);
        }
    
        .max-w-600 {
          max-width: 600px;
        }

    .top-title {

      margin-bottom: 20px;

    }

    .top-title h2 {

      color: #005daa;

      font-weight: 800;

      letter-spacing: 1px;

      font-size: 38px;

    }

    .welcome-box {

      background: #005daa;

      padding: 40px;

      border-top: 8px solid #f7a600;

      border-radius: 35px;

      position: relative;

      overflow: hidden;

    }

    .welcome-box::before {

      content: "";

      position: absolute;

      top: 0;

      left: 0;

      width: 100%;

      height: 100%;

      background: url("assets/images/rotary-pattern.png");

      opacity: .08;

    }

    .welcome-box h1 {

      position: relative;

      color: #fff;

      font-size: 58px;

      font-weight: 900;

      text-align: center;

      margin-bottom: 35px;

      line-height: 1.1;

    }

    .leader-card {

      position: relative;

      background: #fff;

      border-radius: 18px;

      overflow: hidden;

      box-shadow: 0 10px 25px rgba(0, 0, 0, .15);

      transition: .3s;

      height: 100%;

    }

    .leader-card:hover {

      transform: translateY(-8px);

    }

    .leader-card img {

      width: 100%;

      height: 320px;

      object-fit: cover;

    }

    .leader-info {

      background: #005daa;

      padding: 15px;

    }

    .leader-info h5 {

      color: #fff;

      margin: 0;

      font-weight: 700;

      font-size: 20px;

    }

    .leader-info p {

      margin: 5px 0 0;

      color: #f7a600;

      font-weight: 600;

      font-size: 15px;

    }

    @media screen and (max-width:768px) {

      .welcome-box {

        padding: 25px;

      }

      .welcome-box h1 {

        font-size: 34px;

      }

      .leader-card img {

        height: 260px;
      }           
    }
    