body {
  background: #fff;
  color: #374253;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #127F6C;
  text-decoration: none;
  transition: 0.5s;
}


.projcard-tagbox button a
{
  color: #127F6C;
  
}

.projcard-tagbox button a:hover
{
  color: #fff;
  background-color:#127F6C;
}

.navbar-brand img
{
height:70px;
}


a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

p {
  margin: 0 0 30px 0;
}

.TermTitle{
  margin: 50px auto;
    width: 100%;
    max-width: 1000px; /* Ensure container doesn't exceed viewport width */

}


.btn-outline-success {
    --bs-btn-color: #127F6C;
    --bs-btn-border-color: #127F6C;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #127F6C;
    --bs-btn-hover-border-color: #127F6C;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #127F6C;
    --bs-btn-active-border-color: #127F6C;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #127F6C;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #127F6C;
    --bs-gradient: none;
}



@media (max-width: 992px) {
 .TermTitle{
text-align:center;
}
}

.projcard:hover {
     box-shadow: none;
        transform: none;
}

}





h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}




/* Disable aos animation delay on mobile devices */
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/* Header */
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;

}

.btn-outline-success:hover
{
background-color:#7000D4;
}


#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: #fff;
  height: 70px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

.logo-row {
  padding-top: 20px;
}

.partner-logo-card img {
  height: 60px;

}

.partner-logos.d-none.d-lg-flex > div:nth-child(2)
{
width:180px;
padding-top:20px;
}

.partner-logos.d-none.d-lg-flex > div:nth-child(3)
{
padding-top:25px;
}




.partner-logos.d-none.d-lg-flex > div:nth-child(4) img
{
height:90px;
}



.moe-logo {
    height: 80px; 
padding-top:5px;
    max-width: 100%;
}

.afg-logo {
    width: 220px; /* Adjust the width as needed */
margin-left:15px;
    max-width: 100%; /* Ensures the image does not exceed its container */
}

/* Navigation Menu */
.navbar {
  padding: 0;
 margin-top:40px;
 padding-top:10px;
   background-color:#fff;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
    background-color:#fff;
}

.navbar li:hover {
  background-color: #7000D4;
}

.nav-item.active {
    background-color: #7000D4;
    border: none;
}

.nav-item.active a{
    background-color: #7000D4;
    border: none;
color:#fff;
}

.nav-item .active .nav-link {
    color: #fff;
    border: none; /* Remove any border if present */
    border-radius: 0; /* Remove border-radius if there is any */
}




.navbar li {
  position: relative;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.175rem 0.35rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-color: #127F6C;
  margin-left: 10px;
}

.navbar a,
.navbar a:focus {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  color: #127F6C;
  border-color: #127F6C;
  padding: 0.375rem 0.75rem;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

/* Mobile Navigation */


@media (max-width: 992px) {
.navbar li{
margin-top:10px;
}
}
	
	
@media (max-width: 768px) {
  .about-img {
    display: none;
  }
  
  .MobileNavBar {
    display: block;
  }

	


}



/* Sections */
.section-header h3 {
  font-size: 36px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  color: #fff;
  width: 50%;
}

@media (max-width: 767px) {
  .section-header p {
    width: 100%;
  }
}

.section-bg {
  background: #7000D4;
}

#about {
  padding: 25px 0px;
}

#about .about-content {
  padding-top: 20px;
}

#about .about-content h2 {
  color: #127F6C;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#about .about-content ul {
  list-style: none;
  padding: 0;
}

#about .about-content ul li {
  padding-bottom: 10px;
}

#about .about-content ul li i {
  font-size: 20px;
  padding-right: 4px;
  color: #7000D4;
}

#about .about-img {
  position: relative;
  margin: 30px 30px 90px 30px;
}

#about .about-img img {
  width: 100%;
  transition: 0.5s;
}

#about .about-img img:hover {
  width: 100%;
  transform: scale(1.03);
}

#about .about-img::before {
  position: absolute;
  left: -31px;
  top: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: "";
  background-color: rgba(211,247,255, 0.459);
  transition: 0.5s;
}

#about .about-img::after {
  position: absolute;
  right: -31px;
  bottom: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: "";
  background-color: rgba(211,247,255,0.45);
  transition: 0.5s;
}

#why-us {
  padding: 60px 0;
}

#why-us .counters {
  padding-top: 40px;
}

#why-us .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #fff;
}

#why-us .counters p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #fff;
}

/* Footer */
#footer {
  padding: 0 0 30px 0;
  font-size: 14px;
  background: #fff;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #535074;
  font-size: 15px;
}

